* { 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: #ded8ce; background: #080d11; 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: 22px; padding: 12px 5vw; background: rgba(8, 13, 17, .94); border-bottom: 1px solid rgba(198, 157, 81, .3); backdrop-filter: blur(18px); }
.brand img { width: clamp(170px, 18vw, 250px); max-height: 96px; object-fit: contain; }
.site-nav { display: flex; gap: 18px; color: #e8e1d6; font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { text-decoration: none; }
.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(198, 157, 81, .52); border-radius: 50%; background: #11191e; }
.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 #c69d51; border-radius: 0; text-decoration: none; font-weight: 800; color: #e9e1d3; background: transparent; letter-spacing: .04em; }
.btn.primary, .primary { background: #c69d51; color: #080d11; }
.hero .btn:not(.primary) { background: transparent; border-color: rgba(232, 225, 214, .68); color: #e8e1d6; box-shadow: none; }
.hero { display: grid; grid-template-columns: minmax(320px, 52vw) minmax(0, 1fr); gap: 5vw; align-items: stretch; min-height: 84vh; padding: 5vw; background: #080d11; color: #f1ebe2; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 650px; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 8vw, 118px); font-weight: 500; line-height: .92; }
.hero p { max-width: 620px; font-size: 20px; }
.hero-image { width: 100%; height: 100%; min-height: 560px; object-fit: cover; border: 1px solid rgba(198, 157, 81, .36); border-radius: 0; box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.eyebrow { margin: 0 0 10px; color: #c69d51; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; }
.hero .eyebrow { color: #c69d51; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.section, .split-section, .intro-section, .access-section { padding: 86px 5vw; }
.intro-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: 5vw; align-items: center; background: #e7e0d6; color: #182126; }
.intro-copy { max-width: 740px; }
.image-pair img, .intro-section > img, .access-section > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid rgba(198, 157, 81, .42); border-radius: 0; box-shadow: 0 18px 60px rgba(0, 0, 0, .24); }
.services-section { background: #11191e; }
.gallery-section { background: #080d11; color: #f1ebe2; }
.reviews-section { background: #e7e0d6; color: #182126; }
.reviews-section .btn { color: #182126; }
.access-section { display: grid; grid-template-columns: minmax(320px, 48vw) minmax(0, 1fr); gap: 5vw; align-items: center; background: #11191e; color: #f1ebe2; }
.access-panel { max-width: 760px; }
h1, h2, h3 { line-height: 1.12; }
h2 { margin: 0 0 18px; font-size: clamp(32px, 4.5vw, 64px); }
h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.menu-source { max-width: 720px; font-weight: 750; }
.price-notice { display: inline-block; margin: 8px 0 24px; padding: 10px 12px; border: 1px solid #221d1a; border-radius: 6px; background: #fff7eb; font-weight: 800; }
.service-grid, .gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-grid article { padding: 24px; border: 1px solid rgba(198, 157, 81, .32); border-radius: 0; background: rgba(8, 13, 17, .72); }
.service-grid article span { display: block; margin-bottom: 26px; color: #c69d51; font-weight: 900; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(198, 157, 81, .34); border-radius: 0; cursor: zoom-in; background: rgba(255,255,255,.08); }
.info-list { display: grid; grid-template-columns: 92px 1fr; gap: 12px 18px; }
.info-list dt { font-weight: 900; color: #c69d51; }
.info-list dd { margin: 0; }
.hours-list { display: grid; gap: 12px; max-width: 620px; }
.hours-list div { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(210px, 1.4fr); gap: 24px; align-items: baseline; }
.hours-list span { color: #fffaf6; }
.hours-list strong { color: #fffaf6; font-weight: 650; }
.menu-page { min-height: 80vh; background: #080d11; }
.menu-hero { background: #11191e; color: #f1ebe2; }
.menu-hero h1 { margin: 0; font-size: clamp(44px, 7vw, 104px); line-height: .96; }
.menu-section { padding-top: 48px; }
.menu-accordion { max-width: 940px; }
.menu-category { margin: 0 0 16px; border: 1px solid rgba(34, 29, 26, .18); border-radius: 8px; background: #fffaf0; overflow: hidden; }
.accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 24px; border: 0; background: transparent; color: #667766; font: inherit; font-size: clamp(24px, 3vw, 38px); font-weight: 900; text-align: left; cursor: pointer; }
.accordion-icon { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.accordion-icon::before, .accordion-icon::after { content: ''; position: absolute; left: 0; top: 10px; width: 22px; height: 3px; border-radius: 999px; background: #8d5f55; transition: transform .22s ease; }
.accordion-icon::after { transform: rotate(90deg); }
.accordion-trigger[aria-expanded="true"] .accordion-icon::after { transform: rotate(0deg); }
.accordion-panel { padding: 0 24px 18px; }
.accordion-panel[hidden] { display: none; }
.menu-list { display: grid; gap: 0; border-top: 1px solid rgba(34, 29, 26, .18); }
.menu-list article { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 16px 0; border-bottom: 1px solid rgba(34, 29, 26, .18); }
.menu-list article span { display: grid; gap: 2px; }
.menu-list article b { font-size: 18px; }
.menu-list article small { color: #6f6255; font-size: 15px; }
.menu-list article strong { flex: 0 0 auto; white-space: nowrap; color: #8d5f55; font-size: 18px; }
.detailed-menu { max-width: 1180px; }
.service-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 4px; }
.service-card { padding: 20px; border: 1px solid rgba(73, 58, 54, .14); border-radius: 8px; background: #fffdf9; }
.service-card h2 { margin: 0 0 4px; color: #667766; font-size: 21px; }
.service-card h3 { margin: 18px 0 4px; color: #8d5f55; font-size: 16px; }
.service-card table { width: 100%; margin-top: 10px; border-collapse: collapse; font-size: 15px; }
.service-card td { padding: 7px 0; border-bottom: 1px solid rgba(73, 58, 54, .1); vertical-align: top; }
.service-card td:last-child { padding-left: 18px; color: #8d5f55; font-weight: 850; text-align: right; white-space: nowrap; }
.service-card small { display: block; color: #786b66; font-size: 12px; }
.service-detail { margin: 0 0 8px; color: #786b66; font-size: 14px; }
.service-addon { display: flex; justify-content: space-between; gap: 12px; margin: 12px 0 0; padding-top: 10px; border-top: 1px dashed rgba(141, 95, 85, .35); color: #667766; font-size: 14px; font-weight: 750; }
.service-addon strong { color: #8d5f55; white-space: nowrap; }
.menu-note { margin: 18px 0 4px; padding: 12px 14px; border-left: 4px solid #d8b7a5; background: #f8f2ec; color: #6f6255; font-size: 14px; font-weight: 750; }
.service-list-section { background: #080d11; }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 1180px; }
.service-list article { min-height: 150px; padding: 20px; border: 1px solid rgba(198, 157, 81, .34); border-radius: 0; background: #11191e; }
.service-list span { color: #c69d51; font-weight: 900; }
.service-list h2 { margin: 24px 0 0; color: #e8e1d6; font-size: 24px; }
.site-footer { padding: 34px 5vw; border-top: 1px solid rgba(198, 157, 81, .28); color: #b9afa2; background: #080d11; }
.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 rgba(198, 157, 81, .48); border-radius: 0; background: rgba(255,255,255,.05); text-decoration: none; font-weight: 850; }
.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; }
.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: 8px; 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: #25221f; font-size: 28px; line-height: 1; cursor: pointer; }
.menu-toggle { display: none; position: relative; width: 46px; height: 42px; border: 1px solid rgba(198, 157, 81, .66); border-radius: 0; background: #11191e; cursor: pointer; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; border-radius: 999px; background: #e8e1d6; 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 (prefers-reduced-motion: reduce) { .reveal-on-scroll, .lightbox-backdrop, .lightbox-backdrop img { transition: none; } }
@media (max-width: 900px) {
  .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(198, 157, 81, .24); }
  .header-actions { grid-column: 1 / -1; }
  .hero, .intro-section, .access-section { grid-template-columns: 1fr; }
  .hero-image { min-height: 420px; }
}
@media (max-width: 700px) {
  .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .info-list { grid-template-columns: 1fr; }
  .menu-list article { flex-direction: column; gap: 4px; }
  .hours-list div { grid-template-columns: 1fr; gap: 2px; }
  .accordion-trigger { padding: 18px; }
  .accordion-panel { padding: 0 18px 16px; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { padding: 16px; }
  .hero h1 { font-size: 54px; }
}
