:root {
  --graphite-950: #17191a;
  --graphite-900: #202324;
  --graphite-800: #2c2f30;
  --graphite-700: #45494a;
  --smoke: #6d716f;
  --line: rgba(32, 35, 36, .14);
  --ivory: #f4efe6;
  --paper: #ebe5db;
  --paper-light: #faf7f1;
  --amber: #d49a52;
  --moss: #738268;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(20, 22, 22, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--graphite-900); background: var(--paper-light); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(4.2rem, 8.2vw, 9rem); }
h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
h3 { font-size: 1.7rem; }
em { color: var(--amber); font-weight: 400; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 999; padding: 12px 18px; background: var(--white); color: var(--graphite-950); border-radius: 999px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: relative; z-index: 50; background: rgba(250, 247, 241, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 90px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--graphite-700); border-radius: 50%; color: var(--amber); font-family: var(--serif); font-size: 1.6rem; }
.brand b { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: .02em; }
.brand small { display: block; margin-top: 6px; color: var(--smoke); font-size: .63rem; letter-spacing: .17em; text-transform: uppercase; }
.site-nav { display: flex; justify-content: center; gap: 30px; }
.site-nav a { position: relative; color: var(--graphite-700); font-size: .88rem; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--amber); transition: right .25s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav a.active { color: var(--graphite-950); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; border-radius: 50%; background: var(--paper); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--graphite-950); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid var(--graphite-950); border-radius: 2px; background: var(--graphite-950); color: var(--white); font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); background: var(--amber); border-color: var(--amber); color: var(--graphite-950); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .72rem; }
.button-outline { color: var(--graphite-950); background: transparent; }
.button-light { color: var(--graphite-950); background: var(--ivory); border-color: var(--ivory); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: .88rem; font-weight: 600; }
.text-link span { color: var(--amber); }
.light { color: var(--ivory); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.centered { justify-content: center; }
.eyebrow { margin: 0 0 22px; color: var(--moss); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section { padding-block: 130px; }
.section-dark { color: var(--ivory); background: var(--graphite-900); }
.section-dark .eyebrow, .final-cta .eyebrow { color: var(--amber); }
.section-heading { max-width: 720px; }
.section-heading-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 64px; }
.section-heading-row > div { max-width: 760px; }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 600px; padding-block: 30px 36px; gap: clamp(44px, 6vw, 96px); align-items: center; }
.hero-copy h1 { margin-bottom: 20px; font-size: clamp(3.6rem, 6.2vw, 6.7rem); }
.hero-lead { max-width: 610px; margin-bottom: 24px; color: var(--graphite-700); font-size: 1.05rem; line-height: 1.65; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 36px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-facts div { min-width: 0; }
.hero-facts dt { font-family: var(--serif); font-size: 2.15rem; line-height: 1; }
.hero-facts dd { margin: 8px 0 0; color: var(--smoke); font-size: .75rem; line-height: 1.4; }
.hero-visual { position: relative; margin: 0; min-height: 500px; overflow: hidden; background: var(--graphite-800); box-shadow: var(--shadow); }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(14,16,16,.72)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 500px; object-fit: cover; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; gap: 20px; color: var(--ivory); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.rating-chip { position: absolute; z-index: 3; left: 24px; top: 36px; display: flex; gap: 14px; align-items: center; padding: 14px 18px; color: var(--graphite-950); background: var(--ivory); box-shadow: 0 12px 36px rgba(0,0,0,.18); }
.rating-chip strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.rating-chip span { color: var(--amber); font-size: .68rem; line-height: 1.35; }
.marquee { overflow: hidden; padding: 20px 0; color: var(--ivory); background: var(--graphite-900); white-space: nowrap; }
.marquee div { width: max-content; font-family: var(--serif); font-size: 1.35rem; letter-spacing: .04em; animation: marquee 28s linear infinite; }
.marquee i { padding: 0 25px; color: var(--amber); font-style: normal; }
@keyframes marquee { to { transform: translateX(-25%); } }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.intro-copy { max-width: 690px; }
.large-copy { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.2; }
.intro-copy > p:last-child { max-width: 540px; margin-top: 34px; color: var(--smoke); }
.image-ribbon { display: grid; grid-template-columns: .8fr 1.2fr .75fr; align-items: end; gap: 20px; padding-bottom: 130px; }
.image-tile { height: 420px; margin: 0; overflow: hidden; }
.image-tile-tall { height: 540px; }
.image-tile-wide { height: 460px; }
.image-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.image-tile:hover img { transform: scale(1.03); }

.direction-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.direction-card { position: relative; isolation: isolate; min-height: 380px; display: flex; flex-direction: column; overflow: hidden; padding: 34px; background: var(--graphite-800); border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .3s, transform .3s; }
.direction-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(24,28,29,.35) 0%, rgba(24,28,29,.6) 40%, rgba(24,28,29,.96) 100%); }
.direction-card-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; filter: saturate(.72) contrast(1.04); transition: transform .5s ease, opacity .35s ease; }
.direction-card:hover { z-index: 1; background: var(--graphite-800); transform: translateY(-6px); }
.direction-card:hover .direction-card-image { opacity: .78; transform: scale(1.045); }
.direction-card > span { color: var(--amber); font-size: .7rem; }
.direction-card h3 { margin-top: auto; margin-bottom: 20px; font-size: 2.1rem; }
.direction-card p { color: rgba(244,239,230,.62); font-size: .86rem; }
.direction-card b { margin-top: 20px; color: var(--amber); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.fine-print { margin: 30px 0 0; color: var(--smoke); font-size: .72rem; }
.light-copy { color: rgba(244,239,230,.55); }

.team-preview { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.team-copy h2 { margin-bottom: 30px; }
.team-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 36px; color: var(--smoke); }
.portrait-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.portrait-stack img { width: 100%; height: 460px; object-fit: cover; }
.portrait-stack img:nth-child(2) { transform: translateY(40px); }
.reviews-section { background: var(--paper); }
.reviews-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.rating-panel { min-height: 380px; padding: 54px; color: var(--ivory); background: var(--graphite-800); }
.stars { display: block; margin-bottom: 36px; color: var(--amber); letter-spacing: .3em; }
.rating-panel strong { display: block; font-family: var(--serif); font-size: 7rem; font-weight: 400; line-height: .8; }
.rating-panel p { max-width: 260px; margin-top: 30px; }
.rating-panel small { color: rgba(244,239,230,.55); }
.review-themes h2 { margin-bottom: 28px; }
.review-themes > p:not(.eyebrow) { max-width: 650px; color: var(--graphite-700); }
.review-themes .text-link, .review-themes .button { margin-top: 20px; }
.location-strip { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.location-strip h2 { margin-bottom: 20px; }
.location-meta { min-width: 330px; display: grid; gap: 8px; text-align: right; }
.location-meta span { color: var(--smoke); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.location-meta strong { margin-bottom: 14px; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.final-cta { padding-block: 120px; color: var(--ivory); background: radial-gradient(circle at 75% 20%, #4a4438 0, var(--graphite-900) 42%, var(--graphite-950) 100%); text-align: center; }
.final-cta h2 { margin-bottom: 42px; }

.page-hero { min-height: 640px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; padding-block: 80px; }
.page-hero-copy p:last-child { max-width: 580px; margin-top: 34px; color: var(--smoke); font-size: 1.08rem; }
.page-hero-image { height: 520px; margin: 0; overflow: hidden; background: var(--graphite-800); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.services-section { padding-top: 30px; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .76rem; transition: background .2s, color .2s, border-color .2s; }
.filter-button span { color: var(--smoke); }
.filter-button:hover, .filter-button.active { color: var(--white); background: var(--graphite-900); border-color: var(--graphite-900); }
.search-field input { width: 260px; height: 44px; padding: 0 16px; border: 0; border-bottom: 1px solid var(--graphite-700); background: transparent; color: var(--graphite-950); }
.catalog-meta { display: flex; justify-content: space-between; margin: 28px 0; color: var(--smoke); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 270px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(212,154,82,.65); box-shadow: 0 18px 50px rgba(20,22,22,.08); }
.service-category { display: flex; justify-content: space-between; color: var(--moss); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card h2 { margin: 32px 0; font-size: 1.7rem; line-height: 1.12; }
.service-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-top: auto; }
.service-price { font-family: var(--serif); font-size: 1.6rem; }
.service-duration { color: var(--smoke); font-size: .76rem; }
.service-book { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.no-results { padding: 80px 0; text-align: center; }
.no-results h2 { font-size: 2.8rem; }
.safety-note { padding-block: 80px; color: var(--ivory); background: var(--moss); }
.safety-note-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.safety-note h2 { font-size: 3.4rem; }
.safety-note p:last-child { max-width: 720px; margin: 0; color: rgba(255,253,248,.78); }
.booking-band { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.booking-band h2 { margin-bottom: 20px; }
.booking-band > div > p:last-child { max-width: 700px; color: var(--smoke); }

.gallery-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; padding-block: 120px 70px; }
.gallery-intro { max-width: 590px; margin-bottom: 18px; color: var(--smoke); font-size: 1.08rem; }
.gallery-section { padding-top: 30px; }
.gallery-filters { margin-bottom: 30px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 290px; gap: 12px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; background: var(--graphite-800); cursor: zoom-in; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,13,13,.6)); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 16px; color: var(--white); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1.05); }
.gallery-item.filtered-out { display: none; }
.source-caption { max-width: 760px; margin: 36px 0 0; color: var(--smoke); font-size: .72rem; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; padding: 40px 90px; background: rgba(15,17,17,.94); }
.lightbox.open { display: grid; }
.lightbox figure { margin: 0; max-width: min(1000px, 80vw); max-height: 86vh; display: grid; gap: 12px; justify-items: center; }
.lightbox img { max-width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox figcaption { color: var(--ivory); font-size: .78rem; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; border: 0; color: var(--white); background: transparent; cursor: pointer; }
.lightbox-close { right: 26px; top: 16px; font-size: 3rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 1.4rem; }
.lightbox-prev { left: 24px; }.lightbox-next { right: 24px; }

.about-hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; padding-block: 80px; }
.about-hero-text > p:last-child { max-width: 560px; margin-top: 36px; color: var(--smoke); font-size: 1.08rem; }
.about-hero-collage { position: relative; height: 600px; }
.about-hero-collage img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.about-hero-collage img:first-child { left: 0; top: 0; width: 66%; height: 74%; }
.about-hero-collage img:last-child { right: 0; bottom: 0; width: 54%; height: 60%; border: 10px solid var(--paper-light); }
.facts-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.fact-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact-list > div { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-list span, .team-row > span { color: var(--amber); font-size: .68rem; }
.fact-list h3 { margin: 42px 0 16px; }
.fact-list p { color: var(--smoke); font-size: .84rem; }
.heading-note { max-width: 380px; color: rgba(244,239,230,.55); font-size: .78rem; }
.team-list { border-top: 1px solid rgba(255,255,255,.17); }
.team-row { display: grid; grid-template-columns: 50px 1fr auto; gap: 26px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.team-row h3 { font-size: 2rem; }
.team-row p { margin: 8px 0 0; color: rgba(244,239,230,.6); font-size: .82rem; }
.team-row a { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .72rem; }
.photo-story { display: grid; grid-template-columns: .9fr 1.2fr .9fr; align-items: center; gap: 18px; }
.photo-story figure { margin: 0; }
.photo-story img { width: 100%; height: 500px; object-fit: cover; }
.photo-story figure:nth-child(2) img { height: 620px; }
.photo-story figcaption { margin-top: 12px; color: var(--smoke); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.contact-hero { color: var(--ivory); background: var(--graphite-900); }
.contact-hero-inner { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; padding-block: 70px; }
.contact-hero-photo { height: 520px; overflow: hidden; }
.contact-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.contact-card { min-height: 470px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); background: var(--white); }
.contact-card > span { margin-bottom: 54px; color: var(--amber); font-size: .68rem; }
.contact-card h2 { margin-bottom: 24px; font-size: 2.5rem; line-height: 1.05; }
.contact-card > .button { margin-top: auto; align-self: flex-start; }
.contact-hint { color: var(--smoke); font-size: .82rem; }
.big-time { font-family: var(--serif); font-size: 3.4rem; line-height: 1; }
.contact-links { display: grid; margin-top: auto; }
.contact-links a { display: flex; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--line); }
.contact-links b { color: var(--amber); }
.access-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.access-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.access-list li { display: flex; justify-content: space-between; gap: 25px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.access-list span { color: rgba(244,239,230,.6); }
.access-list b { text-align: right; font-weight: 500; }
.before-visit { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.visit-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.visit-steps li { min-height: 320px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-steps span { color: var(--amber); }
.visit-steps h3 { margin: 70px 0 20px; }
.visit-steps p { color: var(--smoke); font-size: .82rem; }

.site-footer { padding: 78px 0 110px; color: var(--ivory); background: var(--graphite-950); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 60px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid > div > b { margin-bottom: 15px; color: var(--amber); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a:not(.brand), .footer-grid p { margin: 0; color: rgba(244,239,230,.65); font-size: .8rem; }
.footer-grid a:not(.brand):hover { color: var(--white); }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.4); }
.footer-brand small { color: rgba(244,239,230,.5); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(244,239,230,.42); font-size: .68rem; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .shell { width: min(100% - 42px, 960px); }
  .site-nav { gap: 18px; }.header-cta { display: none; }
  .hero, .page-hero, .about-hero, .contact-hero-inner { gap: 48px; }
  .hero { min-height: 650px; padding-block: 42px 48px; }.hero-visual, .hero-visual > img { height: 530px; min-height: 0; }
  .hero-facts { gap: 10px; }.hero-facts dt { font-size: 1.7rem; }
  .direction-grid { grid-template-columns: repeat(2, 1fr); }.direction-card { min-height: 320px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; }.contact-card:last-child { grid-column: 1 / -1; min-height: 390px; }
  .before-visit { grid-template-columns: 1fr; }.facts-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  h1 { font-size: clamp(3.7rem, 15vw, 6.5rem); }
  h2 { font-size: clamp(2.6rem, 10vw, 4.5rem); }
  .section { padding-block: 90px; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 20px; background: var(--paper-light); border-bottom: 1px solid var(--line); transform: translateY(-130%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav a { padding: 16px 10px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.5rem; }
  .site-nav a::after { display: none; }
  .hero, .page-hero, .about-hero, .contact-hero-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }.hero-visual { width: calc(100% - 35px); margin-left: auto; }.rating-chip { left: 20px; }
  .hero-facts { margin-top: 45px; }
  .intro-grid, .team-preview, .reviews-layout, .safety-note-inner, .access-grid { grid-template-columns: 1fr; gap: 50px; }
  .image-ribbon { grid-template-columns: 1fr 1fr; }.image-tile:last-child { grid-column: 1 / -1; height: 320px; }
  .portrait-stack img { height: 350px; }
  .location-strip { grid-template-columns: 1fr; }.location-meta { text-align: left; min-width: 0; }
  .catalog-toolbar { display: grid; }.search-field input { width: min(100%, 360px); }
  .gallery-hero { grid-template-columns: 1fr; gap: 35px; padding-top: 90px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
  .about-hero-collage { height: 550px; }
  .facts-layout { gap: 50px; }.photo-story { grid-template-columns: 1fr 1fr; }.photo-story figure:last-child { grid-column: 1 / -1; }.photo-story img, .photo-story figure:nth-child(2) img { height: 480px; }
  .contact-grid { grid-template-columns: 1fr; }.contact-card:last-child { grid-column: auto; }
  .before-visit { gap: 50px; }.visit-steps { grid-template-columns: 1fr; }.visit-steps li { min-height: 230px; }.visit-steps h3 { margin-top: 35px; }
  .booking-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  body { padding-bottom: 66px; }
  .shell { width: calc(100% - 30px); }
  .brand small { display: none; }.brand-mark { width: 39px; height: 39px; }
  .hero { padding-block: 46px 70px; gap: 44px; }.hero-lead { font-size: 1rem; }.hero-visual, .hero-visual > img { height: 480px; }.hero-visual figcaption { gap: 10px; font-size: .56rem; }.rating-chip { top: 20px; left: 14px; }.rating-chip strong { font-size: 1.6rem; }
  .hero-facts { grid-template-columns: 1fr; gap: 16px; }.hero-facts div { display: grid; grid-template-columns: 80px 1fr; align-items: center; }.hero-facts dd { margin: 0; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .image-ribbon { grid-template-columns: 1fr; padding-bottom: 90px; }.image-tile, .image-tile-tall, .image-tile-wide, .image-tile:last-child { grid-column: auto; height: 410px; }
  .direction-grid { grid-template-columns: 1fr; }.direction-card { min-height: 280px; }
  .portrait-stack { grid-template-columns: 1fr 1fr; }.portrait-stack img { height: 370px; }.portrait-stack img:nth-child(2) { transform: translateY(22px); }.portrait-stack img:last-child { grid-column: 1 / -1; width: 65%; margin: 22px auto 0; }
  .rating-panel { min-height: 320px; padding: 38px; }.rating-panel strong { font-size: 5.5rem; }
  .service-grid { grid-template-columns: 1fr; }.catalog-meta { display: grid; }.service-card { min-height: 245px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }.gallery-item-wide { grid-column: span 2; }.gallery-item-tall { grid-row: span 2; }
  .lightbox { padding: 60px 14px; }.lightbox figure { max-width: 94vw; }.lightbox-prev, .lightbox-next { top: auto; bottom: 18px; }.lightbox-prev { left: calc(50% - 70px); }.lightbox-next { right: calc(50% - 70px); }
  .about-hero-collage { height: 460px; }.fact-list { grid-template-columns: 1fr; }.fact-list > div { min-height: 220px; }.team-row { grid-template-columns: 30px 1fr; }.team-row a { grid-column: 2; justify-self: start; }.photo-story { grid-template-columns: 1fr; }.photo-story figure:last-child { grid-column: auto; }.photo-story img, .photo-story figure:nth-child(2) img { height: 480px; }
  .contact-hero-photo { height: 440px; }.contact-card { min-height: 420px; }.access-list li { display: grid; }.access-list b { text-align: left; }
  .visit-steps { border-left: 0; }.visit-steps li { border-left: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }.footer-bottom { flex-direction: column; gap: 10px; }
  .mobile-actions { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 66px; color: var(--ivory); background: var(--graphite-950); box-shadow: 0 -8px 28px rgba(0,0,0,.16); }
  .mobile-actions a { display: grid; place-items: center; min-width: 0; padding: 8px 5px; border-right: 1px solid rgba(255,255,255,.15); font-size: .66rem; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
  .mobile-actions a:last-child { color: var(--graphite-950); background: var(--amber); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
