:root {
  --bg: #efe7dd;
  --paper: rgba(255,255,255,0.76);
  --paper-strong: rgba(255,255,255,0.9);
  --ink: #12171c;
  --muted: #666f7a;
  --line: rgba(18,23,28,0.08);
  --charcoal: #0f1720;
  --charcoal-2: #192431;
  --gold: #d5aa73;
  --gold-soft: #f5e5d0;
  --tomato: #ca5534;
  --shadow: 0 28px 70px rgba(15,23,32,0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --wrap: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(213,170,115,0.22), transparent 23%),
    radial-gradient(circle at 80% 20%, rgba(202,85,52,0.08), transparent 18%),
    linear-gradient(180deg, #f6f1ea 0%, #efe7dd 54%, #eadfce 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 32px), var(--wrap)); margin: 0 auto; }
.scroll-progress {
  position: fixed; inset: 0 0 auto 0; height: 4px; z-index: 120; background: rgba(255,255,255,0.18);
}
.scroll-progress span {
  display: block; height: 100%; width: 0%; background: linear-gradient(90deg, var(--tomato), var(--gold));
  box-shadow: 0 0 24px rgba(202,85,52,0.4);
}
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(246,241,234,0.72);
  border-bottom: 1px solid rgba(15,23,32,0.06);
}
.nav-row {
  min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  color: var(--gold-soft); background: linear-gradient(135deg, var(--charcoal), #29384a);
  box-shadow: 0 14px 28px rgba(15,23,32,0.2);
}
.brand-copy strong {
  display: block; text-transform: uppercase; letter-spacing: 0.08em; font-size: 1rem;
}
.brand-copy small { color: var(--muted); }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.nav-links a {
  padding: 10px 14px; border-radius: 999px; color: var(--muted); transition: .18s ease;
}
.nav-links a:hover { background: rgba(15,23,32,0.05); color: var(--ink); }
.nav-tools { display:flex; align-items:center; gap:12px; }
.lang-switch { display:inline-flex; padding:4px; background:rgba(15,23,32,0.05); border-radius:999px; }
.lang-switch button { border:0; background:transparent; padding:9px 12px; border-radius:999px; font-weight:700; color:var(--muted); cursor:pointer; }
.lang-switch button.is-active { background:#fff; color:var(--ink); box-shadow:0 8px 16px rgba(15,23,32,0.08); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px;
  border-radius: 999px; border: 1px solid transparent; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-solid { background: linear-gradient(135deg, var(--tomato), #dd7049); color: #fff; box-shadow: 0 18px 34px rgba(202,85,52,0.26); }
.button-ghost { background: rgba(255,255,255,0.74); border-color: rgba(15,23,32,0.09); }
.hero {
  position: relative; padding: 42px 0 22px; overflow: clip;
}
.hero-glow {
  position: absolute; border-radius: 50%; filter: blur(50px); opacity: .65; pointer-events: none;
}
.hero-glow-a { width: 280px; height: 280px; background: rgba(202,85,52,0.18); left: -40px; top: 40px; }
.hero-glow-b { width: 340px; height: 340px; background: rgba(213,170,115,0.18); right: -80px; top: 80px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.hero-copy, .story-panel, .menu-aside, .visit-card, .hours-card, .signature-card, .review-card, .menu-block, .signal-row > div {
  background: var(--paper);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.hero-copy {
  padding: 40px; border-radius: var(--radius-xl); position: relative; z-index: 2;
}
.eyebrow {
  margin: 0 0 14px; color: var(--tomato); font-size: .84rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.hero h1, .section-head h2, .story-panel h2, .menu-aside h2, .visit-card h2 {
  font-family: "Cormorant Garamond", Georgia, serif; line-height: .96; letter-spacing: -.03em; margin: 0 0 16px;
}
.hero h1 { font-size: clamp(3.2rem, 6vw, 5.9rem); max-width: 11ch; }
.lead, .story-panel p, .menu-aside p, .section-head p, .visit-card p, .review-card p {
  color: var(--muted); line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 28px; }
.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.facts-grid article {
  padding: 18px; border-radius: 18px; background: rgba(15,23,32,0.04);
}
.facts-grid strong { display: block; font-size: 1.35rem; margin-bottom: 6px; }
.facts-grid span { color: var(--muted); font-size: .94rem; }
.hero-scene {
  position: relative; min-height: 690px; perspective: 1200px;
}
.scene-card, .stack-big, .stack-small, .gallery-card, .tilt-card {
  transform-style: preserve-3d; transition: transform .18s ease, box-shadow .18s ease;
}
.scene-card {
  position: absolute; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); background: #ddd;
}
.scene-card img, .stack-big img, .stack-small img, .gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.scene-main { inset: 110px 40px 120px 40px; }
.scene-top { width: 240px; height: 180px; right: 0; top: 20px; }
.scene-bottom { width: 220px; height: 220px; left: 20px; bottom: 10px; }
.scene-badge {
  position: absolute; padding: 14px 18px; border-radius: 999px; font-weight: 800; background: rgba(15,23,32,0.86); color: #fff;
  box-shadow: 0 18px 28px rgba(15,23,32,0.22);
}
.badge-a { left: 0; top: 70px; }
.badge-b { right: 10px; bottom: 40px; background: rgba(202,85,52,0.92); }
.signal-strip { padding: 4px 0 26px; }
.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.signal-row > div { padding: 20px 22px; border-radius: 20px; }
.signal-row span { display: block; margin-bottom: 8px; color: var(--muted); font-size: .88rem; }
.experience-section, .gallery-section, .signature-section, .menu-section, .review-section, .visit-section { padding: 40px 0; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.story-panel { padding: 36px; border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(20,30,40,0.95), rgba(12,18,24,0.98)); color: #fff; }
.story-panel .eyebrow { color: var(--gold-soft); }
.story-panel p { color: rgba(255,255,255,0.76); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; color: rgba(255,255,255,0.88); }
.check-list li::before { content: "•"; position: absolute; left: 8px; top: -1px; color: var(--gold); }
.story-stack { position: relative; min-height: 620px; perspective: 1200px; }
.stack-big, .stack-small { position: absolute; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.stack-big { inset: 0 120px 80px 0; }
.stack-one { width: 250px; height: 300px; right: 0; top: 30px; }
.stack-two { width: 220px; height: 220px; right: 60px; bottom: 0; border: 8px solid rgba(255,255,255,0.8); }
.section-head { margin-bottom: 24px; }
.section-head h2 { font-size: clamp(2.6rem, 4vw, 4.4rem); }
.gallery-grid {
  display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 16px; grid-auto-rows: 240px;
}
.gallery-card {
  margin: 0; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); background: #ddd;
}
.gallery-card.wide { grid-column: span 2; }
.gallery-card.tall { grid-row: span 2; }
.signature-rail {
  display: grid; grid-template-columns: repeat(6, minmax(240px, 1fr)); gap: 16px; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x proximity;
}
.signature-card { padding: 24px; border-radius: 22px; min-width: 240px; scroll-snap-align: start; }
.signature-card h3 { margin: 0 0 10px; font-size: 1.1rem; display: flex; justify-content: space-between; gap: 10px; }
.signature-card span { color: var(--tomato); }
.menu-layout { display: grid; grid-template-columns: .42fr .58fr; gap: 22px; align-items: start; }
.menu-aside { position: sticky; top: 96px; padding: 34px; border-radius: 28px; }
.aside-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.aside-pills span, .pill {
  padding: 10px 14px; border-radius: 999px; background: #f3e4d2; color: #745236; font-weight: 700; font-size: .9rem;
}
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.menu-block { padding: 24px; border-radius: 22px; }
.menu-block h3 {
  margin: 4px 0 16px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem;
}
.menu-block ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.menu-block li { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.menu-block li:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-block li > span { display: inline-block; font-weight: 700; max-width: calc(100% - 92px); }
.menu-block li > strong { float: right; color: var(--tomato); }
.menu-block li > small { display: block; margin-top: 6px; color: var(--muted); line-height: 1.55; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { padding: 24px; border-radius: 22px; }
.review-card strong { display: block; margin-bottom: 10px; }
.visit-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 20px; }
.visit-card, .hours-card { padding: 30px; border-radius: 26px; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hours-card h3 { margin-top: 0; font-size: 1.3rem; }
.hours-list { list-style: none; margin: 18px 0; padding: 0; display: grid; gap: 12px; }
.hours-list li {
  display: flex; justify-content: space-between; gap: 12px; padding: 14px 16px; background: rgba(15,23,32,0.04); border-radius: 16px;
}
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.sticky-cta {
  position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 110;
  display: none; align-items: center; gap: 10px; padding: 10px; border-radius: 999px;
  background: rgba(15,23,32,0.86); box-shadow: 0 20px 40px rgba(15,23,32,0.3); backdrop-filter: blur(18px);
}
.sticky-cta a {
  color: #fff; padding: 12px 16px; border-radius: 999px; font-weight: 700; font-size: .94rem;
}
.sticky-cta .is-primary { background: linear-gradient(135deg, var(--tomato), #dc6a47); }
.site-footer { padding: 30px 0 120px; border-top: 1px solid rgba(15,23,32,0.06); }
.footer-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.footer-row p { color: var(--muted); margin: 8px 0 0; max-width: 56ch; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); }
.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.stagger > * { opacity: 1; transform: none; }
.stagger.is-visible > *:nth-child(1) { transition-delay: .03s; }
.stagger.is-visible > *:nth-child(2) { transition-delay: .08s; }
.stagger.is-visible > *:nth-child(3) { transition-delay: .13s; }
.stagger.is-visible > *:nth-child(4) { transition-delay: .18s; }
.stagger.is-visible > *:nth-child(5) { transition-delay: .23s; }
.stagger.is-visible > *:nth-child(6) { transition-delay: .28s; }
.stagger.is-visible > * { opacity: 1; transform: none; }
@media (max-width: 1120px) {
  .hero-grid, .story-grid, .menu-layout, .visit-grid, .signal-row, .review-grid { grid-template-columns: 1fr; }
  .menu-aside { position: static; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .hero-scene { min-height: 620px; }
}
@media (max-width: 760px) {
  .nav-row { flex-wrap: wrap; padding: 14px 0; }
  .nav-tools { margin-left:auto; }
  .nav-links { order: 3; width: 100%; overflow: auto; padding-bottom: 2px; }
  .hero-copy, .story-panel, .menu-aside, .menu-block, .signature-card, .review-card, .visit-card, .hours-card { padding: 22px; }
  .hero h1 { font-size: 3.35rem; }
  .facts-grid, .menu-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card.wide, .gallery-card.tall { grid-column: auto; grid-row: auto; }
  .hero-scene { min-height: 520px; }
  .scene-main { inset: 100px 18px 90px 18px; }
  .scene-top { width: 160px; height: 120px; top: 30px; }
  .scene-bottom { width: 150px; height: 150px; left: 0; bottom: 0; }
  .story-stack { min-height: 480px; }
  .stack-big { inset: 0 60px 80px 0; }
  .stack-one { width: 170px; height: 220px; }
  .stack-two { width: 150px; height: 150px; right: 24px; }
  .sticky-cta { display: flex; width: calc(100% - 24px); justify-content: space-between; }
  .footer-row { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .stagger > *, .scene-card, .stack-big, .stack-small, .gallery-card, .tilt-card { opacity: 1 !important; transform: none !important; }
}
