* { 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: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #f5f3ef; background: #111111; line-height: 1.7; }
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: 24px; padding: 14px 5vw; background: rgba(14, 14, 14, .95); border-bottom: 1px solid rgba(255,255,255,.14); box-shadow: 0 16px 48px rgba(0,0,0,.28); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: clamp(42px, 5vw, 58px); height: clamp(42px, 5vw, 58px); object-fit: contain; }
.brand span { color: #f5f3ef; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.4vw, 34px); font-weight: 850; line-height: 1; text-transform: uppercase; }
.site-nav { display: flex; gap: 18px; font-size: 14px; }
.site-nav a { text-decoration: none; color: #f5f3ef; font-weight: 750; }
.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: 42px; height: 42px; border: 1px solid rgba(212, 164, 82, .55); border-radius: 50%; background: #f8f6f1; }
.social-icon-link img { width: 23px; height: 23px; object-fit: contain; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border: 1px solid #d4a452; border-radius: 4px; text-decoration: none; font-weight: 800; color: #f5f3ef; background: rgba(255,255,255,.04); }
.btn.primary, .primary { background: #d4a452; color: #101010; border-color: #d4a452; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 46vw); gap: 5vw; align-items: center; min-height: 82vh; padding: 7vw 5vw; background: radial-gradient(circle at 80% 12%, rgba(212, 164, 82, .16), transparent 28%), linear-gradient(135deg, #101010 0%, #191919 52%, #2b2926 100%); }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 8vw, 112px); line-height: .95; font-weight: 800; }
.hero p { max-width: 620px; font-size: 18px; }
.hero-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 6px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 90px rgba(0,0,0,.38); background: #222; }
.eyebrow { margin: 0 0 10px; color: #d4a452; font-weight: 850; text-transform: uppercase; letter-spacing: 0; font-size: 13px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.section, .split-section { padding: 80px 5vw; }
.split-section { display: grid; grid-template-columns: minmax(280px, 42vw) minmax(0, 1fr); gap: 5vw; align-items: center; }
.split-section:nth-of-type(2), .section:nth-of-type(4) { background: #f6f5f2; color: #171717; }
.split-section > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; background: #2a2a2a; border: 1px solid rgba(0,0,0,.12); }
h1, h2, h3 { line-height: 1.15; }
h2 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 56px); }
.price-notice { display: inline-block; margin: 8px 0 24px; padding: 10px 12px; border: 1px solid rgba(212, 164, 82, .72); border-radius: 4px; background: rgba(212, 164, 82, .14); color: inherit; font-weight: 750; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: linear-gradient(180deg, #1e1e1e 0%, #151515 100%); }
.service-grid h3 { margin-top: 0; color: #f7f0df; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 6px; cursor: zoom-in; }
.gallery-scroll {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-inline: -5vw;
  padding: 0 5vw 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: #d4a452 rgba(212, 164, 82, .16);
}
.gallery-scroll figure {
  flex: 0 0 clamp(240px, 30vw, 420px);
  margin: 0;
  aspect-ratio: 4 / 5;
  scroll-snap-align: start;
}
.gallery-scroll figure:nth-child(2) { flex-basis: clamp(280px, 36vw, 500px); aspect-ratio: 5 / 6; transform: translateY(24px); }
.gallery-scroll figure:nth-child(3) { flex-basis: clamp(230px, 28vw, 380px); aspect-ratio: 3 / 4; }
.gallery-scroll figure:nth-child(4) { flex-basis: clamp(300px, 38vw, 540px); aspect-ratio: 5 / 4; transform: translateY(18px); }
.gallery-scroll figure:nth-child(5) { flex-basis: clamp(250px, 31vw, 430px); aspect-ratio: 4 / 5; }
.gallery-scroll figure:nth-child(6) { flex-basis: clamp(285px, 34vw, 480px); aspect-ratio: 1 / 1; transform: translateY(28px); }
.gallery-scroll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  background: #252525;
  border: 1px solid rgba(255,255,255,.12);
  cursor: zoom-in;
}
.info-list { display: grid; grid-template-columns: 90px 1fr; gap: 12px 18px; }
.info-list dt { font-weight: 800; }
.info-list dd { margin: 0; }
.hours-list { display: grid; gap: 10px; max-width: 620px; }
.hours-list div { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(180px, 1.4fr); gap: 20px; align-items: baseline; }
.hours-list span { font-weight: 650; }
.hours-list strong { font-weight: 650; }
.menu-page { min-height: 80vh; }
.menu-page .section { background: #f6f5f2; color: #171717; }
.menu-page .btn:not(.primary) { color: #171717; background: #fff; border-color: #d4a452; }
.menu-list { display: grid; gap: 0; max-width: 860px; background: #fff; border: 1px solid #e5e0d8; }
.menu-list article { display: flex; justify-content: space-between; gap: 24px; padding: 22px 24px; border-bottom: 1px solid #e5e0d8; }
.menu-list article:last-child { border-bottom: 0; }
.menu-list span { font-size: clamp(18px, 2vw, 24px); font-weight: 850; }
.menu-list strong { color: #3b3429; font-size: clamp(16px, 1.7vw, 20px); text-align: right; }
.site-footer { padding: 34px 5vw; border-top: 1px solid rgba(255,255,255,.14); color: #b9b4ab; background: #0e0e0e; }
@media (max-width: 760px) { .site-header { align-items: flex-start; flex-direction: column; } .site-nav { flex-wrap: wrap; } .hero, .split-section { grid-template-columns: 1fr; } .service-grid, .gallery-grid { grid-template-columns: 1fr; } .hours-list div { grid-template-columns: 1fr; gap: 2px; } }

.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 #d8d2c7; border-radius: 4px; background: #fff; color: #171717; text-decoration: none; font-weight: 850; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.visit-social-link img { width: 22px; height: 22px; object-fit: contain; }
.reveal-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.gallery-scroll .reveal-on-scroll:nth-child(2) { transform: translateY(52px); }
.gallery-scroll .reveal-on-scroll:nth-child(4) { transform: translateY(46px); }
.gallery-scroll .reveal-on-scroll:nth-child(6) { transform: translateY(56px); }
.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(15,15,15,.78); 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; border-radius: 6px; 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: #171717; font-size: 28px; line-height: 1; cursor: pointer; }
@media (prefers-reduced-motion: reduce) { .reveal-on-scroll, .lightbox-backdrop, .lightbox-backdrop img { transition: none; } }

.menu-toggle { display: none; position: relative; width: 46px; height: 42px; border: 1px solid rgba(212, 164, 82, .55); border-radius: 4px; background: #f8f6f1; cursor: pointer; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; border-radius: 999px; background: #171717; 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: 860px) {
  .site-header { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .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,.14); }
  .header-actions { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .hero { padding-block: 52px; }
  .menu-list article { display: grid; gap: 4px; padding: 20px 18px; }
  .menu-list strong { text-align: left; }
}
