
:root {
  --bg: #f6f0e8;
  --surface: #fffaf5;
  --surface-2: #f1e6d8;
  --ink: #231a16;
  --muted: #6e625b;
  --line: rgba(35,26,22,.12);
  --accent: #9b5d2e;
  --accent-2: #c9824f;
  --deep: #17110f;
  --radius: 22px;
  --shadow: 0 18px 48px rgba(20, 12, 8, .12);
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f8f3ed 0%, #f5ede4 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.page-shell { overflow-x: hidden; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.eyebrow {
  display: inline-block;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .76rem;
  color: var(--accent);
  font-weight: 700;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin: .4rem 0 1rem;
}
.section-copy {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(248,243,237,.78);
  border-bottom: 1px solid rgba(35,26,22,.08);
}
.site-nav {
  display:flex; align-items:center; justify-content:space-between;
  min-height: 74px;
}
.brand {
  font-size: 1.6rem; font-weight: 700; letter-spacing: .02em;
}
.brand span { color: var(--accent); font-style: italic; }
.nav-links { display:flex; gap:1.2rem; align-items:center; }
.nav-links a, .nav-links button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .95rem;
  color: var(--muted);
  background:none; border:none; cursor:pointer;
}
.nav-links a:hover { color: var(--ink); }
.nav-cta, .button {
  display:inline-flex; align-items:center; justify-content:center;
  gap:.55rem;
  border-radius: 999px;
  padding: .95rem 1.35rem;
  background: var(--deep);
  color: white !important;
  box-shadow: var(--shadow);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.hero {
  padding: 2.2rem 0 2rem;
}
.hero-grid {
  display:grid; gap: 2rem; grid-template-columns: 1.05fr .95fr; align-items:center;
}
.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: .95; margin: .45rem 0 1rem;
}
.hero-copy p {
  max-width: 640px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--muted);
  line-height: 1.9;
  font-size: 1.06rem;
}
.hero-actions { display:flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.8rem; }
.button.secondary {
  background: transparent; color: var(--ink) !important; box-shadow:none;
  border: 1px solid rgba(35,26,22,.16);
}
.hero-card {
  position:relative;
  border-radius: 28px;
  overflow:hidden;
  box-shadow: var(--shadow);
  min-height: 660px;
}
.hero-card img { width:100%; height:100%; object-fit:cover; }
.hero-badge {
  position:absolute; left: 1.2rem; bottom: 1.2rem;
  background: rgba(21,17,15,.78); color: #fff;
  padding: 1rem 1.1rem; border-radius: 18px;
  width:min(320px, calc(100% - 2.4rem));
}
.hero-badge strong { display:block; margin-bottom:.2rem; font-size: 1.05rem; }
.hero-badge span { font-family: Arial, Helvetica, sans-serif; color: rgba(255,255,255,.82); line-height:1.5; font-size:.95rem; }
.stat-row {
  margin-top: 1.7rem;
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:1rem;
}
.stat {
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(35,26,22,.06);
  border-radius: 20px; padding: 1.1rem 1.2rem;
}
.stat strong { display:block; font-size: 1.3rem; }
.stat span { font-family: Arial, Helvetica, sans-serif; color: var(--muted); font-size: .92rem; line-height:1.5; }
.section { padding: 5.5rem 0; }
.section.alt { background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.56)); }
.split {
  display:grid; grid-template-columns: .95fr 1.05fr; gap: 2rem; align-items:center;
}
.image-stack {
  position:relative; min-height: 680px;
}
.image-stack .primary, .image-stack .floating {
  position:absolute; overflow:hidden; border-radius: var(--radius); box-shadow: var(--shadow);
}
.image-stack .primary { inset:0 4rem 0 0; }
.image-stack .floating {
  width: 40%; right: 0; bottom: 1.6rem; border: 10px solid rgba(255,255,255,.88);
}
.image-stack img { width:100%; height:100%; object-fit:cover; }
.feature-grid {
  display:grid; gap:1.3rem; grid-template-columns: repeat(3, minmax(0,1fr));
  margin-top: 2.2rem;
}
.feature-card {
  background: var(--surface);
  border-radius: 24px;
  overflow:hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(35,26,22,.06);
}
.feature-card img { aspect-ratio: 4/3; object-fit: cover; width:100%; }
.feature-card .content { padding: 1.15rem 1.2rem 1.35rem; }
.feature-card h3 { font-size: 1.5rem; margin: 0 0 .5rem; }
.feature-card p { margin:0; font-family: Arial, Helvetica, sans-serif; color: var(--muted); line-height:1.7; }
.feature-card .price { display:block; margin-top: .9rem; color: var(--accent); font-weight: 700; font-family: Arial, Helvetica, sans-serif; }
.panel {
  background: var(--surface);
  border-radius: 26px;
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(35,26,22,.06);
}
.panel-grid { display:grid; grid-template-columns: 1fr 1fr; gap:1.2rem; margin-top: 1.6rem; }
.panel h3, .menu-panel h3 { font-size: 1.35rem; margin:0 0 .8rem; }
.panel ul, .menu-panel ul { margin:0; padding-left: 1.1rem; }
.panel li, .menu-panel li {
  font-family: Arial, Helvetica, sans-serif; color: var(--muted); line-height:1.8; margin-bottom:.5rem;
}
.menu-panels {
  display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:1.2rem; margin-top:2rem;
}
.menu-panel {
  background: rgba(255,250,245,.76);
  border-radius: 22px;
  padding: 1.5rem;
  border: 1px solid rgba(35,26,22,.08);
  box-shadow: var(--shadow);
}
.menu-panel .item { padding: .8rem 0; border-bottom: 1px solid rgba(35,26,22,.08); }
.menu-panel .item:last-child { border-bottom: none; }
.menu-panel .item strong {
  display:flex; justify-content:space-between; gap:1rem; font-size: 1.15rem;
}
.menu-panel .item p {
  margin: .35rem 0 0; font-family: Arial, Helvetica, sans-serif; color: var(--muted); line-height:1.7;
}
.experience {
  display:grid; grid-template-columns: .95fr 1.05fr; gap: 2rem; align-items:center;
}
.experience .media {
  border-radius: 28px; overflow:hidden; box-shadow: var(--shadow);
}
.experience .media img { width:100%; height: 100%; object-fit: cover; }
.gallery-grid {
  display:grid; gap:1rem;
  grid-template-columns: 1.15fr .85fr .85fr;
  margin-top: 2rem;
}
.gallery-card {
  border-radius: 24px; overflow:hidden; min-height: 320px; box-shadow: var(--shadow); position:relative;
}
.gallery-card img { width:100%; height:100%; object-fit:cover; }
.gallery-card .label {
  position:absolute; left: 1rem; bottom: 1rem; background: rgba(20,12,8,.72); color:#fff; padding: .7rem 1rem; border-radius: 999px; font-family: Arial, Helvetica, sans-serif; font-size: .94rem;
}
.visit-grid {
  display:grid; grid-template-columns: .95fr 1.05fr; gap: 1.5rem; align-items: stretch;
}
.contact-card, .hours-card {
  background: var(--surface); border-radius: 26px; padding: 1.7rem; box-shadow: var(--shadow); border: 1px solid rgba(35,26,22,.06);
}
.contact-card p, .hours-card p, .footer p, .small-note {
  font-family: Arial, Helvetica, sans-serif; color: var(--muted); line-height: 1.8;
}
.hours-list { display:grid; gap: .9rem; margin-top: 1rem; }
.hours-row { display:flex; justify-content:space-between; gap:1rem; padding:.85rem 0; border-bottom:1px solid rgba(35,26,22,.08); font-family: Arial, Helvetica, sans-serif; }
.hours-row:last-child { border-bottom:none; }
.cta-block {
  background: linear-gradient(135deg, #201614 0%, #4b291e 100%);
  color: #fff;
  border-radius: 30px; padding: 2.2rem; margin-top: 2rem; box-shadow: var(--shadow);
}
.cta-block p { color: rgba(255,255,255,.82); }
.footer {
  padding: 2.5rem 0 4rem; border-top:1px solid rgba(35,26,22,.08);
}
.footer-grid {
  display:flex; justify-content:space-between; gap:1rem; align-items:flex-end; flex-wrap: wrap;
}
.footer-links { display:flex; gap:1rem; flex-wrap: wrap; font-family: Arial, Helvetica, sans-serif; color: var(--muted); }
.mobile-toggle { display:none; }
.full-menu-link { margin-top: 1.5rem; display:inline-flex; }
.menu-hero {
  padding: 3rem 0 2rem;
}
.menu-hero .hero-box {
  background: linear-gradient(135deg, rgba(33,21,18,.96), rgba(82,48,30,.92));
  color:white; border-radius: 30px; padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}
.menu-hero p { color: rgba(255,255,255,.78); font-family: Arial, Helvetica, sans-serif; line-height:1.85; max-width: 760px; }
.disclaimer {
  margin-top: 1rem; padding: 1rem 1.1rem; background: rgba(255,255,255,.08); border-radius: 18px; font-family: Arial, Helvetica, sans-serif; color: rgba(255,255,255,.88); line-height:1.7;
}
@media (max-width: 980px) {
  .hero-grid, .split, .experience, .visit-grid, .panel-grid, .menu-panels, .feature-grid, .gallery-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 520px; }
  .image-stack { min-height: 560px; }
  .image-stack .primary { inset:0; }
  .image-stack .floating { width: 48%; }
  .site-nav { min-height: 70px; }
}
@media (max-width: 780px) {
  .nav-links {
    position: absolute; left: 1rem; right: 1rem; top: 74px;
    background: rgba(248,243,237,.98);
    border:1px solid rgba(35,26,22,.08); border-radius: 20px;
    flex-direction:column; align-items:flex-start; padding: 1rem;
    display:none;
  }
  .nav-links.open { display:flex; }
  .mobile-toggle {
    display:inline-flex; align-items:center; justify-content:center;
    width: 44px; height: 44px; border-radius: 999px; border:1px solid rgba(35,26,22,.12);
    background: white; font-size: 1rem;
  }
  .nav-links .nav-cta { width:100%; }
  .nav-links a { width:100%; padding: .3rem 0; }
  .stat-row { grid-template-columns: 1fr; }
  .hero-card { min-height: 420px; }
  .section { padding: 4rem 0; }
}

/* =========================================================
   Motion & interaction enhancement — v2
   Keeps the established layout and visual direction intact.
   ========================================================= */

.site-header {
  transition: min-height .32s ease, background-color .32s ease,
              box-shadow .32s ease, border-color .32s ease;
}
.site-header.is-scrolled {
  background: rgba(248,243,237,.94);
  border-bottom-color: rgba(35,26,22,.13);
  box-shadow: 0 10px 30px rgba(35,26,22,.08);
}
.site-header.is-scrolled .site-nav { min-height: 62px; }
.site-nav { transition: min-height .32s ease; }

.nav-links a:not(.nav-cta) {
  position: relative;
  transition: color .25s ease;
}
.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.38rem;
  height: 1px;
  background: var(--accent);
  transition: right .3s ease;
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a:not(.nav-cta).is-active::after { right: 0; }
.nav-links a.is-active { color: var(--ink); }

.button,
.nav-cta {
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease,
              background-color .28s ease, border-color .28s ease;
}
.button::before,
.nav-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.22) 48%, transparent 72%);
  transform: translateX(-140%);
  transition: transform .65s ease;
}
.button:hover,
.nav-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(20,12,8,.2);
}
.button:hover::before,
.nav-cta:hover::before { transform: translateX(140%); }
.button:active,
.nav-cta:active { transform: translateY(-1px) scale(.985); }

.feature-card,
.panel,
.menu-panel,
.contact-card,
.hours-card,
.stat,
.gallery-card,
.hero-card,
.image-stack .primary,
.image-stack .floating,
.experience .media {
  transition: transform .42s cubic-bezier(.2,.75,.2,1),
              box-shadow .42s ease, border-color .42s ease;
  will-change: transform;
}
.feature-card:hover,
.menu-panel:hover,
.panel:hover,
.contact-card:hover,
.hours-card:hover,
.stat:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 62px rgba(20,12,8,.16);
  border-color: rgba(155,93,46,.2);
}
.feature-card img,
.gallery-card img,
.hero-card img,
.image-stack img,
.experience .media img {
  transition: transform 1s cubic-bezier(.2,.72,.2,1), filter .6s ease;
  will-change: transform;
}
.feature-card:hover img,
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card:hover .label { transform: translateY(-4px); background: rgba(20,12,8,.86); }
.gallery-card .label { transition: transform .3s ease, background-color .3s ease; }

/* JS adds motion-ready only after the page has loaded, so content remains
   fully visible when JavaScript is unavailable. */
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(3px);
  transition: opacity .78s cubic-bezier(.2,.72,.2,1),
              transform .78s cubic-bezier(.2,.72,.2,1),
              filter .72s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.motion-ready [data-reveal="left"] { transform: translate3d(-42px, 0, 0); }
.motion-ready [data-reveal="right"] { transform: translate3d(42px, 0, 0); }
.motion-ready [data-reveal="scale"] { transform: scale(.955); }
.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
  filter: blur(0);
}

.motion-ready .hero-copy > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.72,.2,1);
}
.motion-ready.page-loaded .hero-copy > * { opacity: 1; transform: none; }
.motion-ready.page-loaded .hero-copy > *:nth-child(1) { transition-delay: 80ms; }
.motion-ready.page-loaded .hero-copy > *:nth-child(2) { transition-delay: 160ms; }
.motion-ready.page-loaded .hero-copy > *:nth-child(3) { transition-delay: 240ms; }
.motion-ready.page-loaded .hero-copy > *:nth-child(4) { transition-delay: 320ms; }
.motion-ready.page-loaded .hero-copy > *:nth-child(5) { transition-delay: 400ms; }
.motion-ready .hero-card { opacity: 0; transform: translateX(34px) scale(.98); }
.motion-ready.page-loaded .hero-card {
  opacity: 1;
  transform: none;
  transition: opacity .9s .18s ease, transform .9s .18s cubic-bezier(.2,.72,.2,1), box-shadow .42s ease;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 12px rgba(155,93,46,.34);
  pointer-events: none;
}

.back-to-top {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 35;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--deep);
  color: #fff;
  box-shadow: 0 14px 34px rgba(20,12,8,.22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.92);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease,
              background-color .28s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.back-to-top:hover { background: var(--accent); transform: translateY(-3px); }

.parallax-media { overflow: hidden; }
.parallax-media img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.035);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .motion-ready [data-reveal],
  .motion-ready .hero-copy > *,
  .motion-ready .hero-card {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .parallax-media img { transform: none !important; }
}


/* =========================================================
   Legibility + location CTA correction — v3
   ========================================================= */

/* The generic .nav-links a rule has greater selector specificity than
   .nav-cta, so explicitly restore a solid, high-contrast CTA. */
.nav-links a.nav-cta,
.nav-links a.nav-cta:visited {
  background: #17110f;
  color: #ffffff !important;
  border: 1px solid #17110f;
  font-weight: 800;
  opacity: 1;
  filter: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}
.nav-links a.nav-cta:hover,
.nav-links a.nav-cta:focus-visible {
  background: #9b5d2e;
  border-color: #9b5d2e;
  color: #ffffff !important;
}

/* The global secondary button is dark-on-light. Inside the dark
   reservation panel it needs its own light, opaque treatment. */
.cta-block .button.secondary,
.cta-block .button.secondary:visited {
  background: #ffffff;
  color: #231a16 !important;
  border: 2px solid #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  font-weight: 800;
  opacity: 1;
  filter: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}
.cta-block .button.secondary:hover,
.cta-block .button.secondary:focus-visible {
  background: #f1e6d8;
  color: #17110f !important;
  border-color: #f1e6d8;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1rem 0 1.25rem;
}
.map-button,
.map-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .85rem 1.15rem;
  border-radius: 999px;
  background: #9b5d2e;
  color: #ffffff !important;
  border: 2px solid #9b5d2e;
  box-shadow: 0 12px 28px rgba(35,26,22,.15);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .28s ease, background-color .28s ease,
              border-color .28s ease, box-shadow .28s ease;
}
.map-button:hover,
.map-button:focus-visible {
  background: #17110f;
  border-color: #17110f;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(35,26,22,.2);
}
.map-button:active { transform: translateY(0) scale(.985); }

@media (max-width: 780px) {
  .nav-links a.nav-cta { width: 100%; }
  .location-actions,
  .map-button { width: 100%; }
}
