:root {
  --espresso: #211d1a;
  --espresso-2: #171310;
  --cream: #f5f0e7;
  --cream-2: #fbf8f2;
  --terracotta: #b85f3c;
  --terracotta-dark: #99482d;
  --olive: #72745c;
  --olive-dark: #5f6049;
  --ink: #2b2724;
  --muted: #756d65;
  --line: #dfd6c8;
  --white: #fff;
  --shadow-sm: 0 12px 30px rgba(42, 31, 24, .08);
  --shadow-lg: 0 28px 70px rgba(18, 13, 10, .18);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --max: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-2); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(184,95,60,.45); outline-offset: 3px; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 1000; background: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-dark { color: var(--cream); background: var(--espresso); }
.eyebrow { margin: 0 0 12px; font-size: .76rem; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.eyebrow.accent { color: var(--terracotta); }
h1, h2, h3 { margin-top: 0; color: inherit; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(3.4rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
h3 { font-size: 1.08rem; line-height: 1.25; }
p { margin-top: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--terracotta); box-shadow: 0 10px 24px rgba(184,95,60,.22); }
.button-primary:hover { background: var(--terracotta-dark); }
.button-light { color: white; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.04); }
.button-light:hover { background: rgba(255,255,255,.1); }
.button-olive { color: white; background: var(--olive); }
.button-olive:hover { background: var(--olive-dark); }

.site-header { position: absolute; top: 18px; left: 0; right: 0; z-index: 30; }
.nav-shell { width: min(calc(100% - 32px), 1240px); min-height: 64px; margin: 0 auto; padding: 10px 12px 10px 20px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(18,14,11,.68); backdrop-filter: blur(18px); box-shadow: 0 14px 45px rgba(0,0,0,.18); color: white; }
.brand { font-family: var(--serif); font-size: 1.6rem; letter-spacing: -.04em; white-space: nowrap; }
.brand span { color: var(--terracotta); }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; }
.desktop-nav a { opacity: .82; }
.desktop-nav a:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.nav-reserve { min-height: 44px; padding: 10px 16px; font-size: .88rem; }
.language-switch { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; color: rgba(255,255,255,.68); }
.language-button { border: 0; padding: 4px 2px; background: transparent; cursor: pointer; color: inherit; }
.language-button.is-active { color: white; font-weight: 800; }
.menu-toggle { width: 44px; height: 44px; display: none; place-items: center; gap: 4px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); cursor: pointer; }
.menu-toggle span { width: 18px; height: 2px; background: white; display: block; }
.mobile-menu { width: min(calc(100% - 32px), 520px); margin: 8px 16px 0 auto; padding: 16px; border-radius: 16px; background: rgba(23,19,16,.98); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow-lg); color: white; }
.mobile-menu a:not(.button) { display: block; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu .button { width: 100%; margin-top: 12px; }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 142px 0 78px; background: var(--espresso-2); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 15%, rgba(184,95,60,.16), transparent 34%), radial-gradient(circle at 76% 50%, rgba(114,116,92,.12), transparent 36%); }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,14,11,.96) 0%, rgba(18,14,11,.82) 42%, rgba(18,14,11,.46) 70%, rgba(18,14,11,.72) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; }
.template-badge { display: inline-flex; margin-bottom: 24px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); font-size: .75rem; font-weight: 700; }
.hero-copy { max-width: 610px; }
.hero-copy h1 { margin-bottom: 28px; color: white; }
.hero-lede { max-width: 570px; margin-bottom: 28px; font-size: 1.12rem; color: rgba(255,255,255,.72); }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: .9rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual img { width: 100%; height: 560px; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); filter: saturate(.9) contrast(1.03); }
.hero-note { position: absolute; right: -18px; bottom: 28px; width: 245px; padding: 18px; display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(28,22,18,.62); backdrop-filter: blur(16px); color: white; box-shadow: 0 16px 44px rgba(0,0,0,.18); }
.hero-note .mini-label { color: #eab29d; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 800; }
.hero-note strong { font-family: var(--serif); font-size: 1.25rem; line-height: 1.12; }
.hero-note span:last-child { color: rgba(255,255,255,.65); font-size: .82rem; }

.quick-actions { display: none; background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-actions-grid { grid-template-columns: repeat(3,1fr); }
.quick-actions a { min-height: 72px; display: grid; place-items: center; gap: 2px; font-size: .78rem; border-right: 1px solid var(--line); }
.quick-actions a:last-child { border-right: 0; }
.quick-icon { font-size: 1.1rem; }

.section-heading-row { display: grid; grid-template-columns: 1fr 380px; gap: 44px; align-items: end; margin-bottom: 34px; }
.section-heading-row h2 { margin-bottom: 0; max-width: 780px; }
.section-intro { margin-bottom: 8px; color: var(--muted); }
.menu-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.menu-tab { min-width: 112px; min-height: 46px; padding: 10px 16px; border: 0; border-bottom: 2px solid transparent; background: transparent; cursor: pointer; color: var(--muted); font-weight: 700; }
.menu-tab.is-active { color: var(--ink); border-color: var(--terracotta); }
.menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.menu-card { overflow: hidden; min-width: 0; border: 1px solid rgba(84,68,56,.12); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s ease, opacity .2s ease; }
.menu-card[hidden] { display: none; }
.menu-card:hover { transform: translateY(-4px); }
.menu-card img { width: 100%; height: 190px; object-fit: cover; }
.menu-card-body { padding: 18px; }
.menu-card-body p { min-height: 52px; margin-bottom: 12px; color: var(--muted); font-size: .9rem; }
.menu-card-title { display: flex; align-items: center; gap: 8px; }
.menu-card-title h3 { margin: 0 0 8px; }
.veg { color: var(--olive); font-size: .68rem; }
.menu-card-text { background: #efe9de; display: flex; align-items: stretch; }
.menu-card-body.text-only { min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; }
.menu-card-body.text-only p:not(.eyebrow) { min-height: 0; }
.menu-card-body.text-only strong { margin-top: auto; }
.menu-demo-note { margin: 22px 0 0; color: var(--muted); font-size: .82rem; }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.story-image img { width: 100%; min-height: 540px; max-height: 620px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.story-copy h2 { margin-bottom: 26px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.story-points { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.story-points div { padding: 16px; border-top: 1px solid var(--line); }
.story-points strong { display: block; color: var(--terracotta); font-family: var(--serif); font-size: 1.5rem; }
.story-points span { display: block; margin-top: 6px; color: var(--muted); font-size: .86rem; }

.gallery-section { background: #eee7dc; }
.gallery-heading { margin-bottom: 26px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 220px; gap: 14px; }
.gallery-item { overflow: hidden; padding: 0; border: 0; border-radius: var(--radius-md); background: #ddd; cursor: zoom-in; }
.gallery-item-large { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-dialog { width: min(900px, 92vw); border: 0; padding: 0; border-radius: 24px; background: #111; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.gallery-dialog::backdrop { background: rgba(10,8,6,.82); }
.gallery-dialog img { width: 100%; max-height: 80vh; object-fit: contain; }
.dialog-close { position: absolute; right: 14px; top: 14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(0,0,0,.62); color: white; font-size: 1.7rem; cursor: pointer; }

.reservation-section { background: var(--cream-2); }
.reservation-card { padding: 48px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; border: 1px solid rgba(84,68,56,.1); border-radius: var(--radius-lg); background: linear-gradient(135deg, #f1eadf 0%, #fbf7f0 100%); box-shadow: var(--shadow-sm); }
.reservation-copy h2 { margin-bottom: 22px; }
.reservation-copy p:not(.eyebrow) { color: var(--muted); }
.demo-chip { display: inline-flex; margin-top: 8px; padding: 8px 10px; border-radius: 999px; color: #704a38; background: #ead7ca; font-size: .78rem; font-weight: 700; }
.reservation-form { align-content: start; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.reservation-form label { display: grid; gap: 7px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.reservation-form select, .reservation-form input { width: 100%; min-width: 0; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
.reservation-form label:first-child { grid-column: 1 / -1; }
.reserve-submit { grid-column: 1 / -1; margin-top: 2px; }
.reservation-result { grid-column: 1 / -1; min-height: 24px; color: var(--olive-dark); font-weight: 700; font-size: .9rem; }

.visit-section { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: stretch; }
.visit-info h2 { margin-bottom: 20px; }
.visit-info > p:not(.eyebrow) { color: var(--muted); }
.visit-list { margin: 28px 0; display: grid; gap: 18px; }
.visit-list div { display: grid; grid-template-columns: 88px 1fr; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.visit-list dt { color: var(--terracotta); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.visit-list dd { margin: 0; }
.map-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); background: #e9e3d8; }
.map-svg { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.map-pin-card { position: absolute; left: 52%; top: 52%; width: 230px; padding: 16px; display: grid; gap: 3px; border: 1px solid rgba(84,68,56,.12); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); }
.map-pin-card span { color: var(--muted); font-size: .78rem; }

.faq-section { background: #eee7dc; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 18px 20px; border: 1px solid rgba(84,68,56,.12); border-radius: 14px; background: rgba(255,255,255,.52); }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 12px 0 0; color: var(--muted); }

.footer { padding: 68px 0 110px; background: var(--espresso-2); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .9fr 1.2fr; gap: 38px; }
.footer-grid > div { display: grid; align-content: start; gap: 7px; }
.footer-grid strong { margin-bottom: 8px; color: white; }
.footer-grid a, .footer-grid span, .footer-grid p { color: rgba(255,255,255,.58); font-size: .85rem; }
.footer-brand { color: white !important; font-size: 2rem !important; }
.footer-demo { max-width: 340px; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .78rem; }
.mobile-action-bar { display: none; }

.reveal { animation: reveal .7s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .nav-reserve { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 760px; }
  .hero-visual img { height: 520px; }
  .hero-note { right: 24px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 18px; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .story-grid, .reservation-card, .visit-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .story-image img { min-height: 420px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .site-header { top: 10px; }
  .nav-shell { width: calc(100% - 20px); padding-left: 15px; border-radius: 16px; }
  .brand { font-size: 1.35rem; }
  .language-switch { display: none; }
  .mobile-menu { width: calc(100% - 20px); margin: 8px auto 0; }
  .mobile-language-switch { display: flex; justify-content: center; margin-top: 14px; color: rgba(255,255,255,.64); }
  .hero { padding: 112px 0 48px; }
  .hero-grid { gap: 28px; }
  .template-badge { margin-bottom: 18px; }
  .hero-lede { font-size: 1rem; }
  .hero-meta { font-size: .82rem; gap: 8px; }
  .hero-meta .dot { opacity: .4; }
  .hero-visual img { height: 390px; border-radius: 24px; }
  .hero-note { right: 12px; left: 12px; bottom: 12px; width: auto; }
  .quick-actions { display: block; }
  .quick-actions-grid { display: grid; }
  .menu-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .menu-card img { height: 150px; }
  .menu-card-body { padding: 14px; }
  .menu-card-body p { min-height: auto; font-size: .84rem; }
  .menu-card-body.text-only { min-height: 210px; }
  .story-points { grid-template-columns: 1fr; }
  .story-points div { display: grid; grid-template-columns: 60px 1fr; align-items: center; }
  .story-points span { margin-top: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-item-large { grid-row: span 1; grid-column: span 2; }
  .gallery-item-wide { grid-column: span 2; }
  .reservation-card { padding: 28px; }
  .visit-grid { gap: 28px; }
  .map-card, .map-svg { min-height: 360px; }
  .map-pin-card { left: 50%; top: auto; bottom: 18px; transform: translateX(-50%); width: calc(100% - 36px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-action-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 40; display: grid; grid-template-columns: repeat(3,1fr); padding: 6px; border: 1px solid rgba(84,68,56,.14); border-radius: 18px; background: rgba(251,248,242,.94); backdrop-filter: blur(18px); box-shadow: 0 14px 40px rgba(24,18,14,.18); }
  .mobile-action-bar a { min-height: 54px; display: grid; place-items: center; gap: 0; border-radius: 12px; color: var(--ink); }
  .mobile-action-bar a:last-child { color: white; background: var(--terracotta); }
  .mobile-action-bar small { font-size: .7rem; font-weight: 800; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(3.05rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .hero-cta-row .button { flex: 1 1 150px; }
  .hero-visual img { height: 330px; }
  .menu-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 0; gap: 8px; }
  .menu-tab { border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.55); }
  .menu-tab.is-active { border-color: var(--terracotta); background: #fff6f1; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { display: grid; grid-template-columns: 138px 1fr; }
  .menu-card img { height: 100%; min-height: 170px; }
  .menu-card-text { display: block; }
  .menu-card-body.text-only { min-height: 180px; }
  .gallery-grid { grid-auto-rows: 150px; }
  .reservation-form { grid-template-columns: 1fr; }
  .reservation-form label, .reserve-submit, .reservation-result { grid-column: auto; }
  .visit-list div { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
