* { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header-height, 88px) + 18px); }
body {
  margin: 0;
  padding-top: var(--header-height, 88px);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7f7f3;
  background: #1d1d1d;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 7vw;
  background: #050505;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand img { width: clamp(132px, 12vw, 190px); max-height: 64px; object-fit: contain; }
.site-nav { display: flex; gap: clamp(18px, 2vw, 34px); font-size: 15px; font-weight: 800; }
.site-nav a { color: #f7f7f3; text-decoration: none; }
.site-nav a:hover { color: #c09345; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.social-icons { display: flex; align-items: center; gap: 8px; }
.social-icon-link { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #fff; }
.social-icon-link img { width: 22px; height: 22px; object-fit: contain; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 1px solid #c09345; border-radius: 0; background: transparent; color: #f7f7f3; text-decoration: none; font-weight: 850; letter-spacing: 0; }
.btn.primary, .primary { background: #c09345; border-color: #c09345; color: #fff; }
.btn:hover { background: #c09345; color: #fff; }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 48vw); gap: 6vw; align-items: center; min-height: 82vh; padding: 9vw 7vw 8vw; background: #1d1d1d; }
.hero-copy { max-width: 640px; }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(50px, 7.4vw, 112px); line-height: .96; font-weight: 950; letter-spacing: 0; text-transform: none; }
.hero p { max-width: 580px; font-size: 19px; color: #dfdfd8; }
.hero-points { display: grid; gap: 8px; margin: 28px 0 0; padding: 0; color: #f7f7f3; list-style: none; font-size: 18px; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 12px; }
.hero-points li::before { content: ""; width: 10px; height: 10px; border-radius: 999px; background: #c09345; box-shadow: 0 0 0 5px rgba(192,147,69,.16); }
.hero-image { width: 100%; aspect-ratio: 1.02 / 1; object-fit: cover; border: 0; box-shadow: none; }
.eyebrow { margin: 0 0 14px; color: #c09345; font-size: 15px; font-weight: 900; letter-spacing: 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.section, .split-section { padding: 104px 7vw; }
.split-section { display: grid; grid-template-columns: minmax(330px, 46vw) minmax(0, 1fr); gap: 6vw; align-items: center; }
.split-section > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; cursor: zoom-in; }
.about-section, .gallery-section, .access-section { background: #f7f7f4; color: #111; }
.services-section, .reviews-section, .menu-hero { background: #1d1d1d; color: #f7f7f3; }
h1, h2, h3 { line-height: 1.08; }
h2 { margin: 0 0 18px; font-size: clamp(40px, 5vw, 76px); font-weight: 950; letter-spacing: 0; }
.price-notice { display: inline-block; margin: 8px 0 26px; padding: 12px 14px; border-left: 4px solid #c09345; background: rgba(192, 147, 69, .12); color: inherit; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 48px; }
.service-grid article { min-height: 270px; padding: 0; border: 0; background: transparent; }
.service-grid article span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 24px; border-radius: 999px; background: #c09345; color: #fff; font-weight: 950; }
.service-grid h3 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 42px); font-weight: 950; }
.service-grid p { color: #d8d8d3; font-size: 18px; }
.gallery-section { overflow: hidden; }
.gallery-section .eyebrow, .about-section .eyebrow, .access-section .eyebrow { color: #8f6a2f; }
.gallery-grid.two-up { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-top: 52px; }
.gallery-grid.two-up img { width: 100%; aspect-ratio: 1.1 / 1; object-fit: cover; border: 0; box-shadow: none; cursor: zoom-in; }
.reviews-section { text-align: center; background: #1d1d1d; }
.reviews-section .menu-source { max-width: 680px; margin: 0 auto; color: #d8d8d3; }
.reviews-section .button-row { justify-content: center; }
.info-list { display: grid; grid-template-columns: 100px 1fr; gap: 16px 22px; }
.info-list dt { color: #8f6a2f; font-weight: 950; }
.info-list dd { margin: 0; color: #202020; }
.hours-list { display: grid; gap: 9px; max-width: 620px; }
.hours-list div { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(150px, 1fr); gap: 16px; align-items: baseline; border-bottom: 1px solid #dfdfd9; padding-bottom: 7px; }
.hours-list span, .hours-list strong { font-weight: 750; }
.visit-social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.visit-social-link { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 12px; border: 1px solid #d4d4ce; background: #fff; text-decoration: none; font-weight: 850; }
.visit-social-link img { width: 22px; height: 22px; object-fit: contain; }
.access-section .map-btn { background: #111; border-color: #111; color: #fff; }
.access-section .map-btn:hover { background: #c09345; border-color: #c09345; color: #fff; }
.menu-page { min-height: 80vh; }
.menu-list { display: grid; gap: 0; max-width: 780px; margin-top: 24px; }
.menu-list article { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 20px; }
.menu-list strong { color: #c09345; }
.site-footer { padding: 34px 7vw; border-top: 1px solid rgba(255,255,255,.08); background: #050505; color: #cfcfc8; }
.reveal-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.lightbox-backdrop { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(0,0,0,.86); opacity: 0; pointer-events: none; transition: opacity .24s ease; }
.lightbox-backdrop.is-open { opacity: 1; pointer-events: auto; }
.lightbox-backdrop img { max-width: min(1120px, 92vw); max-height: 86vh; object-fit: contain; box-shadow: 0 26px 90px rgba(0,0,0,.45); transform: scale(.96); transition: transform .24s ease; }
.lightbox-backdrop.is-open img { transform: scale(1); }
.lightbox-close { position: fixed; top: 18px; right: 18px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 28px; line-height: 1; cursor: pointer; }
.menu-toggle { display: none; position: relative; width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.2); background: #111; cursor: pointer; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; border-radius: 999px; background: #fff; transition: transform .22s ease, opacity .22s ease, top .22s ease; }
.menu-toggle span:nth-child(1) { top: 12px; }
.menu-toggle span:nth-child(2) { top: 20px; }
.menu-toggle span:nth-child(3) { top: 28px; }
.menu-toggle.is-open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
@media (max-width: 960px) {
  .site-header { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 12px 5vw; }
  .menu-toggle { display: inline-flex; grid-column: 2; grid-row: 1; }
  .site-nav { display: none; width: 100%; grid-column: 1 / -1; flex-direction: column; gap: 0; padding: 10px 0 4px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
  .header-actions { grid-column: 1 / -1; }
  .hero, .split-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 72px 5vw; }
  .section, .split-section { padding: 76px 5vw; }
  .service-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 680px) {
  .gallery-grid.two-up { grid-template-columns: 1fr; }
  .info-list { grid-template-columns: 1fr; }
  .hours-list div { grid-template-columns: 1fr; gap: 2px; }
  .menu-list article { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero h1 { font-size: clamp(42px, 14vw, 68px); }
}
@media (prefers-reduced-motion: reduce) { .reveal-on-scroll, .lightbox-backdrop, .lightbox-backdrop img { transition: none; } }
