* { 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: #20262c; background: #f7f8f8; 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(250, 251, 251, .96); border-bottom: 1px solid #d9dee2; box-shadow: 0 8px 28px rgba(26, 34, 42, .05); }
.brand img { width: clamp(180px, 18vw, 260px); max-height: 110px; object-fit: contain; }
.site-nav { display: flex; gap: 18px; font-size: 14px; }
.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 #d9dee2; border-radius: 50%; background: #fff; }
.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 #20262c; border-radius: 3px; text-decoration: none; font-weight: 700; color: #20262c; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { border-color: #738bbf; color: #526b9f; }
.btn.primary, .primary { background: #20262c; color: #f8fbff; }
.btn.primary:hover, .primary:hover { background: #526b9f; border-color: #526b9f; color: #fff; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 46vw); gap: 5vw; align-items: center; min-height: 82vh; padding: 7vw 5vw; }
.hero h1 { margin: 0; font-size: clamp(46px, 8vw, 112px); line-height: .95; }
.hero p { max-width: 620px; font-size: 18px; }
.hero-image { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 3px; }
.eyebrow { margin: 0 0 10px; color: #526b9f; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.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; background: #fff; }
.split-section > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 3px; }
h1, h2, h3 { line-height: 1.15; }
h2 { margin: 0 0 18px; font-size: clamp(30px, 4vw, 56px); }
.price-notice { display: inline-block; margin: 8px 0 24px; padding: 10px 12px; border: 1px solid #b8c5df; border-radius: 3px; background: #eef3fc; font-weight: 700; color: #3b527e; }
.service-grid, .gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-grid article { padding: 24px; border: 1px solid #d9dee2; border-radius: 3px; background: #fff; }
.service-grid h3 { color: #31435d; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 3px; 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-intro { max-width: 720px; }
.package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 32px; max-width: 1080px; }
.package-card { display: flex; flex-direction: column; min-height: 390px; padding: 28px; border: 1px solid #d9dee2; border-top: 4px solid #526b9f; border-radius: 3px; background: #fff; box-shadow: 0 14px 38px rgba(32, 38, 44, .05); }
.package-card h2 { margin: 4px 0 18px; font-size: clamp(24px, 3vw, 36px); color: #20262c; }
.package-kicker { margin: 0; color: #526b9f; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.package-card ul { margin: 0; padding-left: 20px; color: #4f5a63; }
.package-description { color: #4f5a63; }
.package-price { margin: auto 0 0; padding-top: 28px; color: #20262c; font-size: 48px; font-weight: 800; line-height: 1; }
.package-note { margin: 12px 0 0; color: #526b9f; font-size: 14px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.menu-disclaimer { max-width: 760px; margin-top: 26px; color: #69747d; font-size: 14px; }
.site-footer { padding: 34px 5vw; border-top: 1px solid #d9dee2; color: #69747d; background: #eef1f3; }
@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 1fr; } .hours-list div { grid-template-columns: 1fr; gap: 2px; } }
@media (max-width: 680px) { .package-grid { grid-template-columns: 1fr; } .package-card { min-height: 0; } }

.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 #d9dee2; border-radius: 3px; background: #fff; 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: #20262c; 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 #d9dee2; border-radius: 3px; background: #fff; cursor: pointer; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; border-radius: 999px; background: #20262c; 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 #d9dee2; }
  .header-actions { grid-column: 1 / -1; }
}
