:root {
  --ink: #0b0b0b;
  --navy: #07162e;
  --navy-2: #102a56;
  --blue: #244c8c;
  --gold: #c9a24a;
  --gold-bright: #e0bd68;
  --purple: #7e3fb2;
  --purple-bright: #aa6fd4;
  --ivory: #f7f3ea;
  --paper: #fffcf7;
  --white: #ffffff;
  --muted: #67635d;
  --line: rgba(201, 162, 74, .38);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(5, 14, 32, .18);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }
.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; z-index: 1000; top: 10px; left: 10px; transform: translateY(-140%); background: var(--gold); color: var(--navy); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(82px, 9vw, 136px) 0; scroll-margin-top: 88px; }
.eyebrow { margin: 0 0 16px; color: var(--gold-bright); font-size: .82rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #8d6b22; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.08; }
h2 { margin-bottom: 28px; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.5rem, 2.4vw, 2.15rem); }
p { margin-top: 0; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; background: rgba(7, 22, 46, .94); color: var(--white); border-bottom: 1px solid rgba(224, 189, 104, .25); backdrop-filter: blur(16px); }
.nav-shell { width: min(1380px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; min-width: 300px; align-items: center; gap: 10px; text-decoration: none; }
.brand-heart { display: block; flex: 0 0 64px; width: 64px; height: 58px; transform-origin: center; animation: brand-heart-pulse 1.55s ease-in-out infinite; will-change: transform, filter; }
.brand-heart img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; width: 226px; flex-direction: column; align-items: center; text-decoration: none; }
.brand-name, .brand-tagline { display: block; white-space: nowrap; word-spacing: normal; }
.brand-name { color: var(--white); font: 600 1.52rem/1 var(--serif); letter-spacing: .005em; }
.brand-tagline { margin-top: 6px; color: rgba(255,255,255,.8); font-size: .68rem; font-weight: 600; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
@keyframes brand-heart-pulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(224,189,104,0)); }
  48% { transform: scale(1.085); filter: drop-shadow(0 0 9px rgba(224,189,104,.42)); }
  62% { transform: scale(1.025); filter: drop-shadow(0 0 4px rgba(224,189,104,.22)); }
}
nav { display: flex; align-items: center; gap: 4px; }
nav a { padding: 10px 11px; border-radius: 999px; color: var(--white); font-size: .78rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
nav a[href="#Home"] { background: var(--purple); color: var(--white); }
nav a:hover, nav a.active { background: var(--purple); color: var(--white); }
nav .nav-cta { margin-left: 4px; border: 1px solid var(--purple-bright); background: transparent; color: var(--white); }
nav .nav-cta:hover, nav .nav-cta.active { background: var(--purple); color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--purple-bright); border-radius: 50%; background: rgba(126,63,178,.16); }
.menu-toggle:hover { background: var(--purple); }
.menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--purple-bright); }
.menu-toggle:hover span:not(.sr-only) { background: var(--white); }

.hero { position: relative; min-height: max(700px, 100svh); display: grid; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 42% center; }
.hero-shade { background: linear-gradient(90deg, rgba(7,22,46,.98) 0%, rgba(7,22,46,.68) 32%, rgba(7,22,46,.08) 58%, rgba(7,22,46,.66) 100%), linear-gradient(0deg, rgba(7,22,46,.62) 0%, transparent 46%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr); gap: 15vw; align-items: end; padding-top: 126px; padding-bottom: 100px; }
.hero-copy { max-width: 700px; }
.hero h1 { margin-bottom: 26px; font-size: clamp(4rem, 8.7vw, 8.2rem); letter-spacing: -.055em; line-height: .83; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { color: var(--gold-bright); }
.hero-lead { max-width: 600px; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 25px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 700; letter-spacing: .03em; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--white); }
.button-gold:hover { background: #ad8430; color: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.58); color: var(--white); }
.button-ghost:hover { border-color: var(--gold-bright); color: var(--white); }
.button-navy { background: var(--navy); color: var(--white); }
.button-navy:hover { background: var(--blue); }
.hero-note { align-self: center; margin-top: 160px; padding: 28px 0 10px 28px; border-left: 1px solid rgba(224,189,104,.5); }
.hero-note p { margin: 0 0 5px; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.7rem); }
.gold-rule { display: block; width: 58px; height: 3px; margin-bottom: 20px; background: var(--gold-bright); }
.scroll-cue { position: absolute; z-index: 3; right: 32px; bottom: 22px; color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.about { background: var(--ivory); }
.split-layout { display: grid; grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr); gap: clamp(54px, 8vw, 120px); align-items: center; }
.portrait-stack { position: relative; min-height: 650px; }
.portrait-main { width: 78%; height: 590px; margin: 0; overflow: hidden; border-radius: 180px 180px 18px 18px; box-shadow: var(--shadow); }
.portrait-main img { width: 100%; height: 100%; object-fit: cover; }
.portrait-accent { position: absolute; right: 0; bottom: 0; width: 48%; height: 280px; margin: 0; overflow: hidden; border: 9px solid var(--ivory); border-radius: 16px; box-shadow: var(--shadow); }
.portrait-accent img { width: 100%; height: 100%; object-fit: cover; }
.section-copy h2 em { color: #8d6b22; font-weight: 600; }
.section-copy p { color: #4f4b45; }
.text-link { display: inline-block; margin-top: 14px; color: var(--navy-2); font-weight: 700; text-underline-offset: 7px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(70px, 9vw, 130px); }
.topic-card { min-height: 430px; padding: 34px; border-top: 3px solid var(--gold); background: var(--paper); box-shadow: 0 14px 45px rgba(11,11,11,.06); }
.topic-card span, .offer-card span { color: #8d6b22; font-weight: 700; letter-spacing: .12em; }
.topic-card h3 { margin: 70px 0 22px; }
.topic-card p { color: var(--muted); }

.media { background: var(--navy); color: var(--white); }
.section-heading { max-width: 860px; margin-bottom: 56px; }
.section-heading.light p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.highlight-card { position: relative; min-height: 220px; overflow: hidden; border: 1px solid rgba(224,189,104,.2); border-radius: 14px; background: var(--navy-2); }
.highlight-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.highlight-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,22,46,.8), transparent 55%); }
.highlight-card:hover img { transform: scale(1.04); }
.play { position: absolute; z-index: 2; left: 18px; bottom: 15px; display: flex; gap: 8px; align-items: center; font-weight: 700; }
.play b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--white); font-size: .68rem; }
.experience-banner { margin-top: 96px; padding: clamp(40px, 6vw, 76px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, var(--navy-2), rgba(36,76,140,.55)); text-align: center; }
.experience-banner h2 { max-width: 980px; margin-inline: auto; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.experience-banner > p:last-child { max-width: 820px; margin: auto; color: rgba(255,255,255,.78); }
.playlist-wrap { margin-top: 90px; }
.playlist-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }
.playlist-heading h3 { margin: 0; font-size: 3rem; }
.playlist-heading > span { color: var(--gold-bright); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #0b1e3d; color: var(--white); cursor: pointer; text-align: left; transition: border-color .2s ease, transform .2s ease; }
.video-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.video-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--navy-2); }
.video-card > span { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: start; min-height: 85px; padding: 17px; }
.video-card b { font-size: .88rem; line-height: 1.45; }
.video-card small { color: var(--gold-bright); font-size: .78rem; }
.shorts-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin: 0 0 28px; }
.shorts-heading h3 { margin: 0; font-size: 3rem; }
.shorts-heading a { color: var(--gold-bright); font-size: .86rem; font-weight: 700; letter-spacing: .05em; text-underline-offset: 6px; text-transform: uppercase; }
.shorts-grid { grid-template-columns: repeat(4, 1fr); }
.shorts-grid + .playlist-heading { margin-top: 84px; padding-top: 54px; border-top: 1px solid rgba(224,189,104,.26); }
.shorts-grid .video-card img { aspect-ratio: 4 / 5; object-fit: cover; }
.shorts-grid .video-card > span { grid-template-columns: 1fr; min-height: 112px; }
.shorts-grid .video-card small { display: block; margin-top: 8px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.events { background: var(--paper); }
.gallery-shell { position: relative; width: min(1440px, 100%); margin: 0 auto; }
.event-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 32vw); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 12px max(24px, calc((100vw - 1280px) / 2)) 30px; }
.event-gallery::-webkit-scrollbar { display: none; }
.event-gallery figure { height: 440px; margin: 0; overflow: hidden; border-radius: 14px; scroll-snap-align: start; box-shadow: 0 14px 38px rgba(7,22,46,.12); }
.event-gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery-arrow { position: absolute; z-index: 4; top: 50%; width: 52px; height: 52px; border: 0; border-radius: 50%; background: var(--gold); color: var(--white); cursor: pointer; font-size: 1.3rem; box-shadow: 0 12px 26px rgba(7,22,46,.2); }
.gallery-arrow.prev { left: max(12px, calc((100vw - 1390px) / 2)); }
.gallery-arrow.next { right: max(12px, calc((100vw - 1390px) / 2)); }

.offers { background: linear-gradient(145deg, #07162e, #102a56); color: var(--white); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { min-height: 390px; padding: 38px; border: 1px solid rgba(224,189,104,.28); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.offer-card span { color: var(--gold-bright); }
.offer-card h3 { margin: 72px 0 22px; }
.offer-card p { color: rgba(255,255,255,.72); }

.booking { background: var(--gold); }
.booking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.booking-intro { color: var(--navy); }
.booking-intro .eyebrow { color: var(--navy-2); }
.booking-intro h2 { font-size: clamp(3rem, 5.3vw, 5.4rem); }
.booking-intro figure { height: 340px; margin: 36px 0 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.booking-intro figure img { width: 100%; height: 100%; object-fit: cover; }
.booking-form, .contact-form { padding: clamp(28px, 5vw, 56px); border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.form-heading h3 { margin-bottom: 14px; font-size: 2.2rem; }
.form-heading > p:last-child { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 30px 0; }
label { display: grid; gap: 8px; color: #35322d; font-size: .88rem; font-weight: 700; }
label.wide { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid #d4cfc5; border-radius: 9px; background: var(--white); padding: 13px 14px; color: var(--ink); font-size: 1rem; }
textarea { resize: vertical; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.form-note.success { color: #30633d; font-weight: 700; }
.form-note.error { color: #9b2335; font-weight: 700; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.email-form button[type="submit"]:disabled { cursor: wait; opacity: .72; }

.book { background: var(--ivory); }
.book-grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: clamp(48px, 8vw, 120px); align-items: start; }
.book-art { position: sticky; top: 116px; margin: 0; padding: 24px; border: 1px solid rgba(201,162,74,.45); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.book-art img { width: 100%; border-radius: 12px; }
.book-copy h2 em { color: #8d6b22; }
.book-copy p { color: #504c45; }

.reviews { background: var(--navy); color: var(--white); }
.review-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.review-heading h2 { margin-bottom: 0; }
.review-controls { display: flex; gap: 10px; }
.review-controls button { width: 50px; height: 50px; border: 1px solid var(--gold); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; font-size: 1.25rem; }
.review-controls button:hover { background: var(--gold); color: var(--white); }
.review-track { position: relative; min-height: 410px; margin-top: 62px; }
.review-card { position: absolute; inset: 0; display: grid; align-content: center; margin: 0; padding: clamp(38px, 7vw, 86px); border: 1px solid rgba(224,189,104,.28); border-radius: var(--radius); background: linear-gradient(140deg, rgba(36,76,140,.46), rgba(255,255,255,.025)); opacity: 0; transform: translateX(28px); visibility: hidden; transition: .38s ease; }
.review-card.active { opacity: 1; transform: translateX(0); visibility: visible; }
.review-card::before { content: "“"; color: var(--gold-bright); font: 700 7rem/.55 var(--serif); }
.review-card p { max-width: 1000px; font: 600 clamp(1.35rem, 2.3vw, 2.2rem)/1.45 var(--serif); }
.review-card footer { color: var(--gold-bright); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-progress { height: 3px; margin-top: 32px; background: rgba(255,255,255,.16); }
.review-progress span { display: block; width: 16.666%; height: 100%; background: var(--gold-bright); transition: transform .35s ease; transform-origin: left; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.contact-copy { position: sticky; top: 118px; }
.contact-copy > p:not(.eyebrow):first-of-type { max-width: 540px; color: var(--muted); font-size: 1.1rem; }
.phone-label { margin: 40px 0 4px; color: var(--muted); }
.phone { display: inline-block; margin-bottom: 54px; color: var(--navy); font: 600 clamp(2rem, 4vw, 3.4rem)/1 var(--serif); text-decoration-color: var(--gold); text-underline-offset: 8px; }
.contact-copy h3 { margin-bottom: 18px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { padding: 9px 15px; border: 1px solid var(--navy-2); border-radius: 999px; color: var(--navy-2); font-size: .83rem; font-weight: 700; text-decoration: none; }
.social-links a:hover { background: var(--navy-2); color: var(--white); }
.contact-form { display: grid; gap: 18px; background: var(--ivory); }
.character-count { justify-self: end; color: var(--muted); font-weight: 500; }

.site-footer { padding: 28px 0; border-top: 1px solid var(--line); background: var(--ivory); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.footer-logo { width: 125px; }
.footer-logo img { mix-blend-mode: multiply; }
.site-footer p { margin: 0; color: var(--muted); font-size: .82rem; }
.site-footer > .shell > a:last-child { justify-self: end; color: var(--navy); font-size: .82rem; font-weight: 700; }

.video-dialog { width: min(980px, calc(100% - 30px)); padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--navy); color: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.video-dialog::backdrop { background: rgba(2,8,20,.86); backdrop-filter: blur(6px); }
.dialog-close { display: grid; width: 42px; height: 42px; margin: 0 0 12px auto; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; font-size: 1.6rem; }
.video-frame { overflow: hidden; border-radius: 12px; aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.youtube-link { display: inline-block; margin-top: 14px; color: var(--gold-bright); font-weight: 700; }

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

@media (max-width: 1120px) {
  .brand { min-width: auto; }
  .brand-copy { width: 200px; }
  .brand-name { font-size: 1.35rem; }
  nav a { padding-inline: 8px; font-size: .71rem; }
  .hero-grid { gap: 6vw; }
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .shorts-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 30px, 700px); }
  .site-header { height: 72px; }
  .menu-toggle { display: flex; }
  nav { position: absolute; top: 72px; right: 0; left: 0; display: grid; gap: 4px; padding: 18px; background: rgba(7,22,46,.98); border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: .2s ease; }
  nav.open { opacity: 1; transform: none; visibility: visible; }
  nav a { padding: 12px 16px; font-size: .82rem; }
  nav .nav-cta { margin-left: 0; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 42% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,22,46,.96), rgba(7,22,46,.16)), linear-gradient(0deg, rgba(7,22,46,.85), transparent 55%); }
  .hero-grid { grid-template-columns: 1fr; align-items: end; padding-bottom: 70px; }
  .hero-copy { align-self: end; }
  .hero h1 { font-size: clamp(3.7rem, 14vw, 6.2rem); }
  .hero-note { display: none; }
  .split-layout, .booking-grid, .book-grid, .contact-grid { grid-template-columns: 1fr; }
  .shorts-grid { grid-template-columns: repeat(2, 1fr); }
  .portrait-stack { min-height: 580px; }
  .portrait-main { height: 520px; }
  .topic-grid, .offer-grid { grid-template-columns: 1fr; }
  .topic-card, .offer-card { min-height: 0; }
  .topic-card h3, .offer-card h3 { margin-top: 44px; }
  .book-art, .contact-copy { position: static; }
  .book-art { max-width: 480px; margin-inline: auto; }
  .event-gallery { grid-auto-columns: minmax(280px, 78vw); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-logo, .site-footer > .shell > a:last-child { justify-self: center; }
}

@media (max-width: 580px) {
  .section { padding: 74px 0; }
  h2 { font-size: 2.6rem; }
  .nav-shell { gap: 12px; }
  .brand { gap: 6px; }
  .brand-heart { flex-basis: 44px; width: 44px; height: 42px; }
  .brand-copy { width: 160px; }
  .brand-name { font-size: 1.1rem; }
  .brand-tagline { margin-top: 4px; font-size: .51rem; letter-spacing: .045em; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 42% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,22,46,.97) 0%, rgba(7,22,46,.64) 54%, rgba(7,22,46,.18) 100%); }
  .hero-grid { align-items: end; padding-top: 110px; }
  .hero h1 { font-size: clamp(3.25rem, 18vw, 5.2rem); }
  .hero-lead { font-size: 1rem; }
  .button-row .button { width: 100%; }
  .scroll-cue { display: none; }
  .portrait-stack { min-height: 480px; }
  .portrait-main { width: 88%; height: 430px; }
  .portrait-accent { height: 205px; }
  .highlight-grid, .video-grid { grid-template-columns: 1fr; }
  .shorts-heading { align-items: start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  label.wide { grid-column: auto; }
  .booking-form, .contact-form { padding: 24px 18px; }
  .review-heading { align-items: start; flex-direction: column; }
  .review-track { min-height: 570px; }
  .review-card { padding: 30px 24px; }
  .review-card p { font-size: 1.22rem; }
  .gallery-arrow { width: 44px; height: 44px; }
}

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