.elementor-kit-316{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-316 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 360 Hours Cafe & Bar — shared stylesheet (Direction A tokens) */

:root {
  --espresso: #2B1B12;
  --cream: #F3EBDD;
  --walnut: #6B3F28;
  --gold: #C9962E;
  --amber: #E8A54B;
  --brick: #A65A3F;
  --line-green: #06C755;
  --max-width: 1120px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--espresso);
  font-family: 'Sarabun', Tahoma, 'Leelawadee UI', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Trirong', Georgia, serif;
  font-weight: 700;
  margin: 0 0 .5em;
  line-height: 1.25;
}

html[data-lang="en"] h1,
html[data-lang="en"] h2,
html[data-lang="en"] h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

a { color: inherit; }

img { max-width: 100%; display: block; }

.ph {
  filter: sepia(0.22) saturate(1.12) brightness(0.96) contrast(1.06);
}

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* --- TH/EN toggle --- */
html[data-lang="th"] [data-en] { display: none !important; }
html[data-lang="en"] [data-th] { display: none !important; }

/* --- Header --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--espresso);
  color: var(--cream);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.site-header .logo img { height: 44px; width: auto; }
.site-header nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 15px;
  margin-left: 8px;
}
.site-header nav a { text-decoration: none; color: var(--cream); }
.site-header nav a:hover { color: var(--gold); }
.site-header nav .disabled {
  color: #8a7c6f;
  cursor: default;
  position: relative;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.lang-toggle {
  background: transparent;
  border: 1px solid var(--cream);
  color: var(--cream);
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: 'Sarabun', Tahoma, sans-serif;
}
.btn-gold {
  background: var(--gold);
  color: var(--espresso);
}
.btn-gold:hover { background: var(--amber); }
.btn-outline {
  background: transparent;
  border-color: var(--cream);
  color: var(--cream);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-ghost {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold);
}
.btn-ghost:hover { background: var(--gold); color: var(--espresso); }
.btn-header {
  padding: 8px 16px;
  font-size: 14px;
}
.btn-disabled {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}

/* Mobile nav collapses below header actions */
@media (max-width: 767px) {
  .site-header .wrap { justify-content: space-between; }
  .site-header nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
  }
  .header-actions { gap: 8px; }
  .btn-header { padding: 7px 12px; font-size: 13px; }
}

/* --- Floating LINE button (mobile only) --- */
.line-float {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--line-green);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  z-index: 200;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
@media (max-width: 767px) {
  .line-float { display: flex; }
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  color: var(--cream);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(43,27,18,0.92) 0%, rgba(43,27,18,0.55) 65%, rgba(43,27,18,0.15) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.hero-overline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--gold);
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 12px;
}
.hero h1 {
  color: var(--cream);
  font-size: clamp(28px, 6vw, 48px);
  max-width: 720px;
}
.hero-sub {
  color: rgba(243,235,221,.88);
  max-width: 560px;
  margin-bottom: 24px;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* --- Sections --- */
section { padding: 56px 0; }
.dayparts-banner {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 28px;
}
@media (min-width: 720px) {
  .dayparts-banner { height: 340px; }
}
.findus-photo {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center 40%;
  border-radius: 8px;
  margin-top: 20px;
}
.section-intro { max-width: 720px; margin: 0 auto; text-align: center; }
.section-title { text-align: center; margin-bottom: 32px; }

/* --- Cards grid --- */
.cards-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 720px) {
  .cards-3 { grid-template-columns: repeat(3, 1fr); }
}
.card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(43,27,18,.08);
}
.card img { width: 100%; height: 200px; object-fit: cover; }
.card-body { padding: 18px; }
.card-body h3 { font-size: 20px; }

/* --- Split section (text + image) --- */
.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 720px) {
  .split { grid-template-columns: 1fr 1fr; }
}
.split img { border-radius: 8px; width: 100%; height: 320px; object-fit: cover; }

/* --- Menu grid (signature dishes on home) --- */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 600px) {
  .menu-grid { grid-template-columns: 1fr 1fr; }
}
.menu-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(107,63,40,.3);
}
.menu-item::before {
  content: "\1F55B"; /* clock-ring bullet */
  color: var(--gold);
  flex-shrink: 0;
}
.menu-item .name { flex: 1; font-weight: 600; }
.menu-item .price { color: var(--brick); font-weight: 700; white-space: nowrap; }
.menu-note {
  text-align: center;
  font-size: 14px;
  color: var(--walnut);
  margin-top: 18px;
}
.menu-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* --- Day-parts strip --- */
.dayparts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 720px) {
  .dayparts { grid-template-columns: repeat(3, 1fr); }
}
.daypart-card {
  background: var(--walnut);
  color: var(--cream);
  border-radius: 8px;
  padding: 20px;
}
.daypart-card .time { font-weight: 700; color: var(--gold); margin-bottom: 8px; display: block; }

/* --- Reviews --- */
.review-score {
  text-align: center;
  margin-bottom: 24px;
}
.review-score .stars {
  font-size: 40px;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Trirong', Georgia, serif;
}
.review-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 720px) {
  .review-cards { grid-template-columns: repeat(3, 1fr); }
}
.review-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  font-style: italic;
  box-shadow: 0 2px 10px rgba(43,27,18,.08);
}

/* --- Find us & hours --- */
.findus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 720px) {
  .findus { grid-template-columns: 1fr 1fr; }
}
.hours-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; }
.hours-table td { padding: 6px 0; border-bottom: 1px solid rgba(107,63,40,.2); }
.hours-table td:last-child { text-align: right; font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chip {
  background: var(--cream);
  border: 1px solid var(--walnut);
  color: var(--walnut);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
}
.findus-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.delivery-note { margin-top: 12px; font-size: 15px; }

/* --- FAQ accordion --- */
.faq-item {
  border-bottom: 1px solid rgba(107,63,40,.25);
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Sarabun', Tahoma, sans-serif;
  color: var(--espresso);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-question .icon { transition: transform .2s; flex-shrink: 0; color: var(--gold); font-weight: 700; }
.faq-item[data-open="true"] .faq-question .icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}
.faq-answer-inner { padding-bottom: 18px; }
.faq-item[data-open="true"] .faq-answer { max-height: 400px; }

/* --- Footer --- */
.site-footer {
  background: var(--espresso);
  color: var(--cream);
  padding: 48px 0 20px;
  font-size: 15px;
}
.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 900px) {
  .footer-cols { grid-template-columns: repeat(3, 1fr); }
}
.footer-cols img { height: 40px; margin-bottom: 10px; }
.footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: var(--gold);
}
.footer-cols p { margin: 0 0 10px; }
.social-links { display: flex; flex-direction: column; gap: 4px; margin-top: 10px; }
.delivery-chips { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.delivery-chips span {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 13px;
}
.footer-bottom {
  text-align: center;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(243,235,221,.15);
  font-size: 13px;
  color: rgba(243,235,221,.7);
}

/* --- Category menu pages (foods-list / drinks-list) --- */
.page-header {
  padding: 40px 0 20px;
  text-align: center;
}
.page-header h1 { font-size: clamp(28px, 5vw, 40px); }
.page-header .intro { max-width: 680px; margin: 12px auto 0; }
.category-section { padding: 32px 0; border-top: 1px solid rgba(107,63,40,.15); }
.category-section h2 { font-size: 24px; }
.category-note { font-size: 15px; color: var(--walnut); font-style: italic; }
.legal-note { font-size: 14px; color: var(--walnut); margin-top: 8px; }

.pdf-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  margin: 32px 0;
  box-shadow: 0 2px 10px rgba(43,27,18,.08);
}
.pdf-card .note { font-size: 13px; color: var(--walnut); margin-top: 8px; }
.vat-note { text-align: center; font-size: 14px; color: var(--walnut); margin-top: 8px; }
.cta-strip {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 24px 0 40px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--gold);
  color: var(--espresso);
  padding: 8px 16px;
  z-index: 1000;
}
.skip-link:focus { left: 0; }/* End custom CSS */