:root {
  --forest-950: #09140f;
  --forest-900: #102019;
  --forest-800: #193329;
  --forest-700: #24503d;
  --ivory: #f6f1e7;
  --paper: #eee7da;
  --ink: #142019;
  --muted: #b9b5aa;
  --gold: #d8b56a;
  --gold-pale: #f1dca5;
  --coral: #d87a66;
  --sky: #93b7b0;
  --radius: 2px;
  --header-h: 92px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --shadow: 0 32px 100px rgba(4, 13, 9, .26);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--forest-950);
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--forest-950);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::selection { background: var(--gold); color: var(--forest-950); }

img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 14px 18px;
  background: var(--ivory);
  color: var(--forest-950);
  font-weight: 800;
}

.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 17px clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(180deg, rgba(7, 18, 13, .72), rgba(7, 18, 13, .08));
  backdrop-filter: blur(2px);
  transition: background .4s ease, min-height .4s ease, transform .4s ease;
}

.site-header.is-scrolled {
  min-height: 72px;
  background: rgba(9, 20, 15, .92);
  backdrop-filter: blur(18px);
}

.brand {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,181,106,.7);
  border-radius: 50%;
  color: var(--gold-pale);
  font: italic 700 17px/1 var(--serif);
}

.brand__text {
  font: 700 11px/1.05 var(--sans);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); }
.site-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }

.header-cta {
  justify-self: end;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(246,241,231,.56);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}
.header-cta:hover, .header-cta:focus-visible { color: var(--forest-950); background: var(--gold); border-color: var(--gold); }

.page-progress {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 3px;
  background: transparent;
}
.page-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--gold); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--forest-900);
}

.hero__poster, .hero__film, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__poster img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__film { z-index: -1; object-fit: cover; object-position: center; }
.hero__poster { z-index: -2; }
.hero__veil {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5,14,10,.83) 0%, rgba(5,14,10,.47) 42%, rgba(5,14,10,.12) 72%),
    linear-gradient(180deg, rgba(5,14,10,.28) 0%, transparent 38%, rgba(5,14,10,.78) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin: 0 0 clamp(150px, 18vh, 210px) clamp(24px, 8vw, 130px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold-pale);
  font: 800 11px/1 var(--sans);
  letter-spacing: .28em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; display: inline-block; width: 42px; height: 1px; margin: 0 14px 4px 0; background: currentColor; }
.eyebrow--dark { color: #7d6031; }

h1, h2, h3, p { text-wrap: balance; }
h1, h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}
h1 { max-width: 12ch; font-size: clamp(4.2rem, 8.2vw, 8.8rem); line-height: .82; }
h1 em, h2 em { color: var(--gold-pale); font-weight: 400; }

.hero__lead {
  max-width: 570px;
  margin: 34px 0 0;
  color: rgba(246,241,231,.88);
  font: 400 clamp(1rem, 1.5vw, 1.25rem)/1.6 var(--sans);
}

.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .25s ease, color .25s ease, background .25s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--gold { color: var(--forest-950); background: var(--gold); }
.button--gold:hover, .button--gold:focus-visible { background: var(--gold-pale); }
.button--ink { color: var(--ivory); background: var(--forest-900); }

.text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(246,241,231,.4);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero__trust {
  width: max-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  padding: 0 16px;
  border: 1px solid rgba(246,241,231,.34);
  background: rgba(7,18,13,.38);
  backdrop-filter: blur(14px);
  color: var(--ivory);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .04em;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.hero__trust:hover, .hero__trust:focus-visible { transform: translateY(-2px); border-color: var(--gold); background: rgba(7,18,13,.68); }
.hero__trust-stars { color: var(--gold-pale); letter-spacing: .08em; }
.hero__trust strong { font-size: 12px; }
.hero__trust > span:last-child { color: rgba(246,241,231,.72); }

.hero__facts {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 8vw, 130px);
  right: clamp(24px, 8vw, 130px);
  bottom: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(246,241,231,.35);
  color: rgba(246,241,231,.78);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero__facts span { padding: 18px 26px 0 0; }
.hero__facts span + span { padding-left: 26px; border-left: 1px solid rgba(246,241,231,.25); }

.soundless-control {
  position: absolute;
  z-index: 4;
  right: clamp(24px, 4vw, 72px);
  bottom: 110px;
  min-width: 54px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(246,241,231,.55);
  border-radius: 999px;
  color: var(--ivory);
  background: rgba(5,14,10,.35);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font: 750 11px/1 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.day-reel {
  position: relative;
  padding: clamp(100px, 13vw, 190px) clamp(24px, 6vw, 96px) clamp(90px, 11vw, 150px);
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 8%, rgba(216,181,106,.22), transparent 28%),
    var(--paper);
  overflow: hidden;
}

.day-reel::before {
  content: "JOURNÉE";
  position: absolute;
  right: -2vw;
  top: 30px;
  color: rgba(16,32,25,.045);
  font: 400 clamp(6rem, 18vw, 18rem)/1 var(--serif);
  letter-spacing: -.08em;
}

.day-reel__intro { position: relative; z-index: 2; max-width: 980px; margin-bottom: 72px; }
.day-reel h2, .google-proof h2, .media-lab h2, .stay-paths h2, .finale h2 { font-size: clamp(3.1rem, 6vw, 7rem); line-height: .94; }
.day-reel h2 em, .media-lab h2 em { color: #71552a; }
.day-reel__intro > p:last-child { max-width: 580px; margin: 28px 0 0 auto; color: #59625b; font-size: 1.05rem; line-height: 1.7; }

.day-reel__rail {
  position: relative;
  display: grid;
  grid-template-columns: 1.28fr .95fr .92fr 1.13fr;
  align-items: end;
  gap: clamp(14px, 1.7vw, 28px);
}
.day-reel__rail::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -26px;
  height: 1px;
  background: rgba(16,32,25,.2);
}

.reel-panel {
  position: relative;
  min-height: clamp(440px, 48vw, 650px);
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.reel-panel:nth-child(2) { min-height: clamp(390px, 42vw, 570px); transform: translateY(38px); }
.reel-panel:nth-child(3) { min-height: clamp(360px, 38vw, 510px); transform: translateY(-26px); }
.reel-panel:nth-child(4) { min-height: clamp(450px, 50vw, 680px); transform: translateY(12px); }
.reel-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.reel-panel--breakfast img { object-position: 52% 50%; }
.reel-panel--quad img { object-position: 62% center; }
.reel-panel--dinner img { object-position: center 35%; }
.reel-panel--night img { object-position: 58% center; }
.reel-panel:hover img { transform: scale(1.035); }
.reel-panel__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(6,15,11,.88) 100%); }
.reel-panel__copy { position: absolute; z-index: 2; inset: auto 24px 25px; color: var(--ivory); }
.reel-panel__copy > span { color: var(--gold-pale); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.reel-panel__copy h3 { max-width: 14ch; margin: 10px 0 8px; font: 400 clamp(1.5rem, 2.25vw, 2.6rem)/1.02 var(--serif); letter-spacing: -.03em; }
.reel-panel__copy p { max-width: 38ch; margin: 0; color: rgba(246,241,231,.72); font-size: .75rem; line-height: 1.5; }
.swipe-hint { display: none; }

.google-proof {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--forest-950);
}
.google-proof > img,
.google-proof__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.google-proof > img { z-index: -2; object-fit: cover; object-position: center; }
.google-proof__veil {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4,12,8,.92) 0%, rgba(4,12,8,.68) 42%, rgba(4,12,8,.16) 78%),
    linear-gradient(180deg, rgba(4,12,8,.16), rgba(4,12,8,.64));
}
.google-proof__content {
  width: min(760px, calc(100% - 48px));
  margin-left: clamp(24px, 8vw, 130px);
  padding: 120px 0;
}
.google-proof__rating { display: flex; align-items: baseline; gap: 9px; margin: 0 0 25px; }
.google-proof__rating > span { align-self: center; margin-right: 7px; color: var(--gold-pale); font-size: 1.05rem; letter-spacing: .18em; }
.google-proof__rating strong { font: 400 clamp(3.6rem, 7vw, 7rem)/.8 var(--serif); letter-spacing: -.05em; }
.google-proof__rating small { color: rgba(246,241,231,.74); font-size: .9rem; }
.google-proof__content > p:not(.eyebrow) { max-width: 53ch; margin: 28px 0 32px; color: rgba(246,241,231,.8); line-height: 1.7; }
.button--glass { gap: 10px; border-color: rgba(246,241,231,.52); color: var(--ivory); background: rgba(7,18,13,.38); backdrop-filter: blur(14px); }
.button--glass:hover, .button--glass:focus-visible { color: var(--forest-950); background: var(--gold-pale); border-color: var(--gold-pale); }

.stay-paths {
  position: relative;
  min-height: 1080px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--forest-900);
}
.stay-paths__scene { position: absolute; inset: 0; z-index: -2; }
.stay-paths__scene img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.stay-paths::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 45%, transparent 0, rgba(8,20,14,.12) 35%, rgba(8,20,14,.65) 74%),
    linear-gradient(90deg, rgba(8,20,14,.9), rgba(8,20,14,.2));
}
.stay-paths__content { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.stay-paths__heading { max-width: 760px; margin-bottom: 76px; }
.stay-paths__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.24); border: 1px solid rgba(255,255,255,.24); }
.stay-path {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  color: var(--ivory);
  background: linear-gradient(145deg, rgba(13,35,25,.78), rgba(13,35,25,.36));
  backdrop-filter: blur(16px);
  text-decoration: none;
  overflow: hidden;
  transition: background .35s ease, transform .35s ease;
}
.stay-path::before {
  content: "";
  position: absolute;
  inset: -50% -20%;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.15) 49%, transparent 60%);
  transform: translateX(-80%);
  transition: transform .7s ease;
}
.stay-path:hover, .stay-path:focus-visible { z-index: 2; background: rgba(30,76,55,.86); transform: translateY(-9px); }
.stay-path:hover::before, .stay-path:focus-visible::before { transform: translateX(75%); }
.stay-path__number { position: absolute; top: 28px; left: 32px; color: var(--gold-pale); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.stay-path__title { position: relative; font: 400 clamp(2rem, 3vw, 3.5rem)/1 var(--serif); }
.stay-path__text { position: relative; max-width: 33ch; margin-top: 14px; color: rgba(246,241,231,.72); font-size: .9rem; line-height: 1.6; }
.stay-path__arrow { position: absolute; top: 24px; right: 28px; font-size: 1.8rem; }

.media-lab {
  min-height: 1020px;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  padding: clamp(100px, 11vw, 160px) clamp(24px, 7vw, 112px);
  color: var(--ink);
  background:
    linear-gradient(rgba(20,32,25,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,32,25,.055) 1px, transparent 1px),
    var(--ivory);
  background-size: 64px 64px;
}
.media-lab__copy { max-width: 650px; }
.media-lab__copy > p:not(.eyebrow) { max-width: 50ch; margin: 30px 0 34px; color: #59625b; line-height: 1.75; }
.media-lab__composition { position: relative; min-height: 720px; }
.media-lab__film {
  position: absolute;
  z-index: 3;
  left: 18%;
  top: 0;
  width: min(310px, 42%);
  margin: 0;
  padding: 8px;
  background: var(--forest-950);
  box-shadow: 0 40px 100px rgba(8,22,15,.38);
  transform: rotate(-2.2deg);
}
.media-lab__film video { width: 100%; aspect-ratio: 9/16; object-fit: contain; background: var(--forest-950); }
.media-lab__film figcaption { padding: 13px 8px 6px; color: var(--gold-pale); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.media-lab__still { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.media-lab__still img { width: 100%; height: 100%; object-fit: cover; }
.media-lab__still--top { top: 68px; right: 0; width: 58%; height: 44%; }
.media-lab__still--bottom { left: 0; bottom: 0; width: 69%; height: 42%; }

.finale {
  position: relative;
  min-height: 92svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}
.finale > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.finale__veil { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 48%, rgba(4,12,8,.06), rgba(4,12,8,.82) 78%); }
.finale__content { width: min(1000px, calc(100% - 48px)); text-align: center; }
.finale h2 { margin-bottom: 38px; }

.site-footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(24px, 7vw, 112px);
  color: rgba(246,241,231,.68);
  background: var(--forest-950);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--gold-pale); outline-offset: 4px; }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .day-reel__rail { grid-template-columns: repeat(2, 1fr); align-items: stretch; }
  .reel-panel, .reel-panel:nth-child(n) { min-height: 560px; transform: none; }
  .media-lab { grid-template-columns: 1fr; }
  .media-lab__copy { max-width: 760px; }
  .media-lab__composition { width: min(820px, 100%); margin: 0 auto; }
}

@media (max-width: 720px) {
  :root { --header-h: 72px; }
  .site-header { min-height: 72px; padding: 11px 16px; gap: 10px; background: linear-gradient(180deg, rgba(7,18,13,.82), rgba(7,18,13,.12)); }
  .brand { gap: 8px; }
  .brand__mark { width: 42px; height: 42px; font-size: 15px; }
  .brand__text { font-size: 9px; }
  .header-cta { min-height: 46px; padding: 0 13px; font-size: 10px; letter-spacing: .045em; }

  .hero { min-height: 100svh; }
  .hero__film { object-position: center center; }
  .hero__veil { background: linear-gradient(180deg, rgba(5,14,10,.34) 0%, rgba(5,14,10,.04) 28%, rgba(5,14,10,.84) 75%, rgba(5,14,10,.94) 100%); }
  .hero__content { width: calc(100% - 32px); margin: 0 16px 153px; }
  .eyebrow { margin-bottom: 14px; font-size: 9px; letter-spacing: .2em; }
  .eyebrow::before { width: 28px; margin-right: 9px; }
  h1 { max-width: 9ch; font-size: clamp(3.55rem, 16.8vw, 5rem); line-height: .86; }
  .hero__lead { margin-top: 20px; font-size: .94rem; line-height: 1.52; }
  .hero__actions { align-items: stretch; gap: 11px; margin-top: 22px; }
  .button { min-height: 50px; padding: 0 17px; font-size: 10px; }
  .text-link { font-size: 10px; }
  .hero__facts { left: 16px; right: 16px; bottom: 20px; grid-template-columns: 1fr; font-size: 8px; letter-spacing: .1em; }
  .hero__facts span { padding: 8px 0 0; }
  .hero__facts span + span { display: none; }
  .soundless-control { right: 16px; bottom: 71px; min-width: 46px; min-height: 46px; padding: 0 13px; font-size: 0; }
  .soundless-control::before { content: "Ⅱ"; font-size: 13px; }
  .soundless-control[aria-pressed="true"]::before { content: "▶"; }

  .day-reel { padding: 92px 0 84px; }
  .day-reel::before { top: 66px; font-size: 7rem; }
  .day-reel__intro { padding: 0 20px; margin-bottom: 45px; }
  .day-reel h2, .google-proof h2, .media-lab h2, .stay-paths h2, .finale h2 { font-size: clamp(2.9rem, 13.4vw, 4.6rem); line-height: .93; }
  .day-reel__intro > p:last-child { margin: 22px 0 0; font-size: .94rem; }
  .day-reel__rail {
    display: flex;
    gap: 14px;
    padding: 0 20px 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .day-reel__rail::-webkit-scrollbar { display: none; }
  .day-reel__rail::before { display: none; }
  .reel-panel, .reel-panel:nth-child(n) { flex: 0 0 min(82vw, 330px); min-height: 510px; transform: none; scroll-snap-align: center; }
  .reel-panel__copy { inset: auto 20px 22px; }
  .reel-panel__copy h3 { font-size: 2rem; }
  .reel-panel__copy p { font-size: .72rem; }
  .swipe-hint { display: block; margin: 10px 20px 0; color: #6b6c67; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

  .google-proof { min-height: 88svh; }
  .google-proof > img { object-position: 68% center; }
  .google-proof__veil { background: linear-gradient(180deg, rgba(4,12,8,.14), rgba(4,12,8,.9) 72%, rgba(4,12,8,.97)); }
  .google-proof__content { align-self: end; width: calc(100% - 40px); margin: 0 20px; padding: 150px 0 64px; }
  .google-proof__rating { flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
  .google-proof__rating > span { flex-basis: 100%; margin: 0 0 7px; }
  .google-proof__content > p:not(.eyebrow) { margin: 22px 0 27px; font-size: .94rem; }

  .stay-paths { min-height: auto; }
  .stay-paths__content { width: calc(100% - 32px); padding: 100px 0 70px; }
  .stay-paths__heading { margin-bottom: 40px; }
  .stay-paths__cards { grid-template-columns: 1fr; }
  .stay-path { min-height: 220px; padding: 28px 24px 25px; }
  .stay-path:hover, .stay-path:focus-visible { transform: none; }
  .stay-path__number { top: 21px; left: 24px; }
  .stay-path__arrow { top: 17px; right: 20px; }

  .media-lab { min-height: auto; display: block; padding: 94px 20px 84px; }
  .media-lab__copy > p:not(.eyebrow) { margin: 24px 0 28px; font-size: .94rem; }
  .media-lab__composition { min-height: 600px; margin-top: 62px; }
  .media-lab__film { left: 4%; width: 53%; transform: rotate(-1.5deg); }
  .media-lab__still--top { top: 42px; width: 56%; height: 35%; }
  .media-lab__still--bottom { bottom: 3%; width: 74%; height: 35%; }

  .finale { min-height: 82svh; }
  .finale > img { object-position: 58% center; }
  .finale__content { width: calc(100% - 32px); }
  .finale h2 { margin-bottom: 28px; }
  .site-footer { min-height: 130px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px 20px; }
}

@media (max-width: 390px) {
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .hero__content { margin-bottom: 135px; }
  .hero__lead { max-width: 34ch; }
  .hero__trust { width: 100%; justify-content: center; margin-top: 14px; padding: 0 10px; font-size: 9px; }
  .hero__trust-stars { display: none; }
  .text-link { min-height: 44px; }
  .media-lab__composition { min-height: 545px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__film, .media-lab__film video { display: none; }
  .hero__poster { z-index: -1; }
  .soundless-control { display: none; }
  .day-reel__rail { scroll-snap-type: none; }
}
