/* The Great Xcape - site6 - stylesheet (round 8)
   Palette from the brand sheet: #1b1729 #1f283c #213b54 #518cb1 #9abfd2.
   Display: Hyperspace Race Italic (licensed file). Body: Oxanium.
   Layers: #backdrop (full-bleed imagery) < #gl (the globe) < main (text, static sections). */

@font-face { font-family: 'Hyperspace Race'; font-style: italic; font-weight: 400;
  src: url('../assets-r20260912r9/fonts/HyperspaceRaceItalic.woff') format('woff'), url('../assets-r20260912r9/fonts/HyperspaceRaceItalic.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Oxanium'; font-weight: 300; src: url('../assets-r20260912r9/fonts/Oxanium-Light.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Oxanium'; font-weight: 400; src: url('../assets-r20260912r9/fonts/Oxanium-Regular.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Oxanium'; font-weight: 500; src: url('../assets-r20260912r9/fonts/Oxanium-Medium.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Oxanium'; font-weight: 600; src: url('../assets-r20260912r9/fonts/Oxanium-SemiBold.ttf') format('truetype'); font-display: swap; }

:root {
  --paper: #ffffff;
  --mist: #f3f7f9;
  --mist-2: #e6eff4;
  --ink: #1b1729;
  --navy: #213b54;
  --deep: #1f283c;
  --blue: #518cb1;
  --pale: #9abfd2;
  --rule: rgba(33, 59, 84, 0.16);
  --display: 'Hyperspace Race', 'Oxanium', sans-serif;
  --body: 'Oxanium', system-ui, sans-serif;
  --gutter: clamp(20px, 4vw, 64px);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; background: var(--paper); color: var(--navy); }
body { font-family: var(--body); font-weight: 300; font-size: clamp(16px, 1.1vw, 19px); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

/* type */
.display { font-family: var(--display); font-style: italic; font-weight: 400; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.02; color: var(--ink); margin: 0; }
.eyebrow { font-family: var(--body); font-weight: 500; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue); margin: 0 0 14px; }
.lead { font-size: clamp(17px, 1.35vw, 22px); line-height: 1.5; margin: 0; max-width: 34em; }
.link { font-weight: 500; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--rule); padding-bottom: 3px; transition: border-color .25s var(--ease), color .25s var(--ease); }
.link:hover { border-color: var(--blue); color: var(--blue); }

/* layers */
#backdrop { position: fixed; inset: 0; z-index: 0; background: var(--paper); overflow: hidden; }
.bd { position: absolute; inset: 0; opacity: 0; visibility: hidden; will-change: opacity, transform; overflow: hidden; }
.bd img { width: 100%; height: 100%; object-fit: cover; }
.bd--x52 img { object-position: 50% 56%; }
/* the stop photos keep moving while you stand and look: a slow drift, direction alternating per stop */
@keyframes drift { from { transform: scale(1.08) translate3d(calc(var(--dx, 1) * -2%), calc(var(--dy, 1) * -1%), 0); } to { transform: scale(1.15) translate3d(calc(var(--dx, 1) * 2%), calc(var(--dy, 1) * 1%), 0); } }
.bd--photo img { transform: scale(1.08); will-change: transform; }
.bd--photo.is-live img { animation: drift 14s ease-in-out infinite alternate; }
body.globe-hover { cursor: grab; }
body.is-grabbing, body.is-grabbing * { cursor: grabbing !important; user-select: none; -webkit-user-select: none; }
#gl { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 1; display: block; pointer-events: none; }
main { position: relative; z-index: 2; }
section { position: relative; }

/* nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; padding: 22px var(--gutter); pointer-events: none; }
.nav__brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; opacity: 0; transform: translateY(-6px); transition: opacity .5s var(--ease), transform .5s var(--ease); pointer-events: auto; }
.nav__brand svg { height: 30px; width: auto; display: block; }
.nav__brand .word { height: 22px; }
.nav.is-on .nav__brand { opacity: 1; transform: none; }
.nav__links { display: flex; gap: clamp(16px, 2.2vw, 36px); pointer-events: auto; }
.nav__links a { font-weight: 500; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; color: var(--navy); opacity: .78; transition: opacity .25s; }
.nav__links a:hover, .nav__links a.is-current { opacity: 1; }

/* ------------------------------------------------------------------ opening */
.open { height: 100vh; height: 100svh; overflow: hidden; }
.open__brand { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; gap: clamp(18px, 3vw, 56px); color: var(--ink); will-change: transform, opacity; }
.open__compass svg { width: clamp(120px, 15vw, 230px); height: auto; display: block; }
.open__word svg { width: clamp(220px, 33vw, 520px); height: auto; display: block; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.open__compass { position: relative; opacity: 0; }
html.is-in .open__compass { animation: settle-open 1.7s cubic-bezier(.2, .9, .25, 1.1) both .2s, sway 9s ease-in-out 2s infinite; }
@keyframes settle-open { from { opacity: 0; transform: rotate(-38deg) scale(.94); } to { opacity: 1; transform: rotate(0) scale(1); } }
.open__word svg > g { opacity: 0; }
html.is-in .open__word svg > g { animation: letter .55s var(--ease) both; animation-delay: calc(.75s + var(--k, 0) * 45ms); }
@keyframes letter { to { opacity: 1; } }
.open__pulse { position: absolute; left: 50%; top: 50%; width: 100%; aspect-ratio: 1; transform: translate(-50%, -50%) scale(.55); border-radius: 50%; border: 1px solid rgba(81,140,177,.5); opacity: 0; pointer-events: none; animation: pulse 2.6s ease-out 1.7s 1; }
.nav__links { opacity: 0; }
html.is-in .nav__links { animation: rise 1s var(--ease) both .9s; }
.open__title { position: absolute; left: 50%; bottom: 76%; transform: translateX(-50%); margin: 0; width: max-content; max-width: none; text-align: center; font-family: var(--body); font-style: normal; font-weight: 500; text-transform: uppercase; letter-spacing: .26em; font-size: clamp(15px, 1.4vw, 23px); line-height: 1.75; color: var(--blue); will-change: transform, opacity; }
.open__title b { display: block; font-weight: inherit; white-space: nowrap; }
.open__title em { font-style: normal; color: var(--navy); }   /* the promise itself, darker than the rest of the sentence */
.open__title i { display: inline-block; font-style: normal; opacity: 0; }
html.is-in .open__title i { animation: letterIn .55s var(--ease) both; }
@keyframes letterIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.open__intro { position: fixed; right: var(--gutter); top: 50%; width: min(46vw, 640px); transform: translateY(-50%); opacity: 0; }
.open__intro .display { font-size: clamp(30px, 3.6vw, 58px); margin-bottom: 26px; }

/* ------------------------------------------------------------------ full-bleed grammar: route stops and the 52 hero */
.route, .x52 { height: 100vh; height: 100svh; overflow: hidden; }
.x52 { background: linear-gradient(180deg, #3d7fc4 0%, #8fc4e6 29%, #22aec6 30%, #16b4b0 100%); }   /* sky and water until the yacht is loaded (desktop shows no render) */
.route__top, .x52__top { position: absolute; left: 0; right: 0; top: 0; height: 20vh; background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.5) 45%, rgba(255,255,255,0) 100%); pointer-events: none; }
.route__top { opacity: 0; }
.x52__top { height: 14vh; opacity: .8; }
.route__scrim, .x52__scrim { position: absolute; left: 0; right: 0; bottom: 0; height: 54vh; pointer-events: none; background: linear-gradient(0deg, rgba(255,255,255,.93) 0%, rgba(255,255,255,.78) 26%, rgba(255,255,255,.4) 52%, rgba(255,255,255,0) 100%); }
.route__scrim { opacity: 0; }
.x52__scrim { height: 50vh; background: linear-gradient(0deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 28%, rgba(255,255,255,.35) 55%, rgba(255,255,255,0) 100%); }
.route__stops { position: absolute; inset: 0; pointer-events: none; }
.stop { position: absolute; left: var(--gutter); bottom: 9vh; width: min(54vw, 780px); opacity: 0; will-change: transform, opacity; }
.stop__leg { margin-bottom: 12px; color: #2f5f85; font-weight: 600; letter-spacing: .2em; }
.stop__name { font-size: clamp(40px, 5.6vw, 92px); margin: 0 0 14px; color: #5b6470; }
.stop__line { margin: 0; max-width: 30em; font-size: clamp(17px, 1.3vw, 21px); line-height: 1.5; color: var(--ink); }
.stop--passage, .stop--home { left: var(--gutter); top: 50%; bottom: auto; transform: translateY(-50%); width: min(28vw, 440px); }
.stop--passage .stop__name, .stop--home .stop__name { font-size: clamp(28px, 3.2vw, 52px); color: var(--navy); }
.stop--home .stop__line { color: var(--navy); }
.x52__text { visibility: hidden; top: clamp(84px, 11vh, 124px); bottom: auto; width: min(38vw, 540px); }
.x52__text .stop__name { font-size: clamp(36px, 4.2vw, 72px); margin-bottom: 12px; color: #fff; letter-spacing: .02em; white-space: nowrap; text-shadow: 0 1px 14px rgba(0,40,90,.35); }
.x52__text .stop__line { font-size: clamp(15px, 1.15vw, 19px); color: #fff; max-width: 21em; opacity: .94; text-shadow: 0 1px 10px rgba(0,40,90,.35); }
.x52__text .eyebrow { color: rgba(255,255,255,.85); }
.x52__hint { position: absolute; left: 50%; top: 70%; translate: -50% 0; width: min(62vw, 900px); z-index: 1; pointer-events: none; opacity: 0; visibility: hidden; transition: opacity .7s var(--ease), visibility .7s; filter: drop-shadow(0 1px 5px rgba(33,59,84,.45)); animation: hintSway 3.2s ease-in-out infinite; }
.x52__hint svg { width: 100%; height: auto; display: block; }
@keyframes hintSway { 0%, 100% { translate: calc(-50% - 6px) 0; } 50% { translate: calc(-50% + 6px) 0; } }
.x52__hint.is-on { opacity: 1; visibility: visible; }
.x52__scrim { display: none; }   /* desktop: the yacht scene, never the render; the phone keeps the render and its scrim */
body.x52-on .nav__brand, body.x52-on .nav__links a { color: #fff; }
body.x52-on .nav__links a { opacity: .9; }
body.x52-live .x52__top { height: 16vh; opacity: 1; background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.85) 30%, rgba(255,255,255,.4) 65%, rgba(255,255,255,0) 100%); }
/* the 52 in three dimensions: its own canvas behind the section, shown only there */
.bd--x52 { transition: opacity .9s var(--ease); }
.x52gl { position: absolute; inset: 0; width: 100%; height: 100%; display: block; visibility: hidden; touch-action: pan-y; z-index: 0; }
.x52 > .x52__top, .x52 > .x52__scrim, .x52 > .x52__text, .x52 > .views { z-index: 1; }
/* the 4 views of the 52: one glass menu, bottom centre, more defined than the stops list */
.views { position: absolute; left: 50%; bottom: 7vh; transform: translateX(-50%); display: flex; gap: 2px; padding: 5px; border-radius: 999px; opacity: 0; visibility: hidden; transition: opacity .2s var(--ease);
  background: rgba(255,255,255,.62); backdrop-filter: blur(22px) saturate(1.4); -webkit-backdrop-filter: blur(22px) saturate(1.4); border: 1px solid rgba(255,255,255,.85); box-shadow: 0 18px 40px -22px rgba(27,23,41,.45), inset 0 0 0 1px rgba(33,59,84,.08); }
.views.is-on { opacity: 1; visibility: visible; }
.views button { padding: 11px 20px; border-radius: 999px; font-weight: 500; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); opacity: .8; transition: background .3s var(--ease), color .3s var(--ease), opacity .3s; white-space: nowrap; }
.views button:hover { opacity: 1; }
.views button[aria-pressed="true"] { background: var(--navy); color: #fff; opacity: 1; }

/* the rail: frosted glass; white names over a photo, soft navy over the light travel view */
.rail { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); margin: 0; padding: 14px 16px; list-style: none; display: flex; flex-direction: column; gap: 5px; opacity: 0; pointer-events: none;
  background: rgba(255,255,255,.22); backdrop-filter: blur(26px) saturate(1.4); -webkit-backdrop-filter: blur(26px) saturate(1.4); border: 1px solid rgba(255,255,255,.5); border-radius: 6px; box-shadow: 0 18px 40px -26px rgba(27,23,41,.35); transition: background .5s var(--ease), border-color .5s var(--ease), opacity .4s var(--ease); }
.rail li button { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--navy); opacity: .45; text-align: right; padding: 2px 0; transition: opacity .4s, color .4s, font-weight .2s; white-space: nowrap; display: flex; align-items: center; gap: 8px; justify-content: flex-end; width: 100%; }
.rail li button::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; transition: box-shadow .4s, background .4s; }
.rail li button:hover { opacity: .85; }
.rail li.is-on button { opacity: 1; color: var(--navy); font-weight: 500; }
.rail li.is-on button::after { background: var(--blue); box-shadow: 0 0 0 3px rgba(81,140,177,.22); }
.rail.rail--photo { background: rgba(27,23,41,.16); border-color: rgba(255,255,255,.3); }
.rail.rail--photo li button { color: #fff; opacity: .62; text-shadow: 0 1px 8px rgba(27,23,41,.25); }
.rail.rail--photo li.is-on button { color: #fff; opacity: 1; font-weight: 600; }
.rail.rail--photo li.is-on button::after { background: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.3); }
.rail li.rail__all { margin-top: 6px; padding-top: 8px; border-top: 1px solid rgba(33,59,84,.18); }
.rail li.rail__all a { display: block; text-align: right; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; color: var(--navy); text-decoration: none; opacity: .7; padding: 2px 0; transition: opacity .3s; }
.rail li.rail__all a:hover { opacity: 1; }
.rail.rail--photo li.rail__all { border-top-color: rgba(255,255,255,.3); }
.rail.rail--photo li.rail__all a { color: #fff; opacity: .8; text-shadow: 0 1px 8px rgba(27,23,41,.25); }
.rail.is-on { opacity: 1; pointer-events: auto; }

/* the play control on the entry screen */
.open__play { position: absolute; left: 50%; bottom: 6vh; translate: -50% 0; width: 52px; height: 52px; color: var(--navy); opacity: .5; transition: opacity .3s var(--ease), transform .4s var(--ease); }
.open__play circle { stroke-opacity: .38; }
.open__play path { opacity: .6; }
.open__play svg { width: 100%; height: 100%; display: block; opacity: 0; }
html.is-in .open__play svg { animation: rise 1s var(--ease) both 1.6s; }
.open__play:hover { opacity: 1; transform: scale(1.04); }
.open__play:hover circle { stroke-opacity: .7; } .open__play:hover path { opacity: 1; }
.no-anim, .no-anim * { transition: none !important; }

/* ------------------------------------------------------------------ the 62 stops: a cascade */
.stops { background: var(--paper); padding: clamp(64px, 6vw, 96px) var(--gutter) 32px; }
.stops__inner { max-width: 1440px; margin: 0 auto; }
.stops__head { display: flex; align-items: baseline; gap: 40px; flex-wrap: wrap; margin-bottom: clamp(36px, 4vw, 64px); }
.stops__head .display { font-size: clamp(28px, 3.2vw, 52px); }
.stops__head p { margin: 0; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--navy); opacity: .7; }
.stops__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; }
.leg h3 { position: relative; margin: 0 0 16px; padding-bottom: 12px; }
.leg h3::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--rule); transform: scaleX(0); transform-origin: left; transition: transform 1.1s var(--ease); transition-delay: calc(var(--i, 0) * .12s); }
.leg ol { margin: 0; padding: 0; list-style: none; }
.leg li { display: grid; grid-template-columns: 2.2em 1fr; gap: 6px; font-size: 15px; line-height: 1.35; padding: 5px 0; color: var(--navy); opacity: 0; transform: translateX(-10px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.leg li::before { content: attr(data-n); font-size: 11px; letter-spacing: .08em; color: var(--blue); opacity: .8; padding-top: 3px; }
.leg li.is-photo { color: var(--ink); font-weight: 500; }
.stops__grid.is-in .leg h3::after { transform: scaleX(1); }
.stops__grid.is-in .leg li { opacity: 1; transform: none; }

/* ------------------------------------------------------------------ a first look at the 52 */
.look { background: var(--paper); min-height: 100vh; min-height: 100svh; padding: 60px var(--gutter); display: grid; align-content: center; }
.look__inner { width: 100%; max-width: 1440px; margin: 0 auto; }
.look__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; margin-bottom: 28px; }
.look__head .display { font-size: clamp(26px, 2.6vw, 42px); }
.look__note { margin: 0; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); opacity: .6; }
.look__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; }
.look__grid figure { margin: 0; cursor: pointer; }
.look__grid .ph { height: clamp(170px, calc((100vh - 330px) / 2), 470px); overflow: hidden; border-radius: 3px; background: var(--mist-2); }
.look__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.look__grid figure:hover img { transform: scale(1.03); }
.look__grid figcaption { padding: 12px 0 0; font-size: 15px; color: var(--navy); }
/* the first look, one frame at a time */
.modal { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; background: rgba(27,23,41,.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); opacity: 0; transition: opacity .35s var(--ease); }
.modal[hidden] { display: none; }
.modal.is-open { opacity: 1; }
.modal__fig { margin: 0; max-width: min(92vw, 1500px); max-height: 92vh; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.modal__fig img { max-width: 100%; max-height: calc(92vh - 50px); width: auto; height: auto; border-radius: 3px; box-shadow: 0 30px 80px -30px rgba(0,0,0,.6); }
.modal__fig figcaption { color: #fff; opacity: .85; font-size: 15px; text-align: center; }
.modal__close, .modal__nav { position: absolute; width: 48px; height: 48px; color: #fff; opacity: .75; transition: opacity .25s; display: grid; place-items: center; }
.modal__close svg, .modal__nav svg { width: 26px; height: 26px; }
.modal__close:hover, .modal__nav:hover { opacity: 1; }
.modal__close { top: 22px; right: 22px; }
.modal__nav { top: 50%; transform: translateY(-50%); }
.modal__prev { left: 18px; } .modal__next { right: 18px; }
body.modal-open { overflow: hidden; }

/* ------------------------------------------------------------------ join the fleet: the line draws, the boats arrive */
.join { background: var(--mist); min-height: 100vh; min-height: 100svh; padding: clamp(48px, 6vh, 90px) var(--gutter); overflow: hidden; display: grid; align-content: center; }   /* 1 screen: it snaps in whole */
.join__inner { max-width: 1440px; margin: 0 auto; }
.join__head { max-width: 40em; margin-bottom: clamp(20px, 4vh, 60px); }
.join__head .display { font-size: clamp(28px, 3.2vw, 52px); margin-bottom: 18px; }
.join__strip { position: relative; }
.join__line { position: absolute; left: 0; right: 0; top: calc(clamp(120px, 22vh, 250px) + 22px); height: 1px; background: var(--rule); transform: scaleX(0); transform-origin: left; transition: transform 1.6s var(--ease) .15s; }
.join__line::before, .join__line::after { content: ''; position: absolute; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.join__line::before { left: 0; } .join__line::after { right: 0; }
.join__marks { position: absolute; left: 0; right: 0; top: calc(clamp(120px, 22vh, 250px) + 22px); margin: 0; padding: 0; list-style: none; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); }
.join__marks li { position: absolute; transform: translate(-50%, 14px); white-space: nowrap; opacity: 0; transition: opacity .7s var(--ease); }
.join__marks li:nth-child(1) { transition-delay: .3s; } .join__marks li:nth-child(2) { transition-delay: .95s; } .join__marks li:nth-child(3) { transition-delay: 1.6s; }
.join__marks li::before { content: ''; position: absolute; top: -17px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); transform: translateX(-50%); }
.join__marks li:first-child { transform: translate(0, 14px); } .join__marks li:first-child::before { left: 3px; }
.join__marks li:last-child { transform: translate(-100%, 14px); } .join__marks li:last-child::before { left: auto; right: 3px; transform: none; }
.join__boats { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-top: 10px; }
.boat { position: relative; padding-top: 10px; opacity: 0; transform: translateX(56px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); transition-delay: calc(.35s + var(--i, 0) * .22s); }
.boat__img { height: clamp(120px, 22vh, 250px); display: flex; align-items: flex-end; justify-content: center; margin-bottom: 44px; }
.boat__img img { max-height: 100%; width: auto; filter: drop-shadow(0 30px 26px rgba(27, 23, 41, .18)); }
.boat h3 { font-size: clamp(22px, 2vw, 32px); margin: 0 0 10px; }
.boat__meta { margin: 0 0 8px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); }
.boat__join { margin: 0 0 20px; max-width: 22em; color: var(--navy); }
.join__strip.is-in .join__line { transform: scaleX(1); }
.join__strip.is-in .join__marks li { opacity: 1; }
.join__strip.is-in .boat { opacity: 1; transform: none; }

/* ------------------------------------------------------------------ cpo */
.cpo { background: var(--paper); padding: clamp(80px, 10vw, 150px) var(--gutter); }
.cpo__inner { max-width: 1440px; margin: 0 auto; }
.cpo__head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; margin-bottom: clamp(36px, 4vw, 70px); }
.cpo__head .display { font-size: clamp(28px, 3.2vw, 52px); }
.cpo__head p { margin: 0 0 14px; }
.cpo__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.yacht { position: relative; display: block; color: inherit; text-decoration: none; }
.yacht__ph { display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 3px; background: var(--mist-2); margin-bottom: 20px; }
.yacht__ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.yacht:hover .yacht__ph img, .yacht:focus-visible .yacht__ph img { transform: scale(1.045); }
.yacht__name { display: block; font-size: clamp(20px, 1.7vw, 26px); margin: 0 0 6px; transition: color .3s var(--ease); }
.yacht__meta { display: block; margin: 0 0 16px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); }
.yacht .link { display: inline-block; }
.yacht:hover .link, .yacht:focus-visible .link { border-color: var(--blue); color: var(--blue); }

/* ------------------------------------------------------------------ film */
.film { background: var(--mist); min-height: 100vh; min-height: 100svh; padding: clamp(48px, 6vh, 90px) var(--gutter); display: grid; align-content: center; }   /* 1 screen: it snaps in whole */
.film__inner { max-width: min(1280px, calc(66vh * 16 / 9)); width: 100%; margin: 0 auto; }
.film__head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; gap: 30px; }
.film__head .display { font-size: clamp(28px, 3.2vw, 52px); opacity: 0; transform: translateX(-28px); transition: opacity .9s var(--ease), transform 1s var(--ease); }
.film__head p { margin: 0; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--navy); opacity: 0; transition: opacity .8s var(--ease) .5s; }
.film__frame { position: relative; aspect-ratio: 16 / 9; background: #fff; border-radius: 3px; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(27, 23, 41, .35);
  clip-path: inset(6% 14% 6% 14% round 3px); opacity: 0; transition: clip-path 1.5s var(--ease) .2s, opacity .7s var(--ease) .2s; }
.film__frame video { width: 100%; height: 100%; display: block; object-fit: cover; }
.film__poster { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: #fff url('../assets-r20260912r9/video/poster.jpg') center / cover no-repeat; transform: scale(1.12); transition: transform 2.6s var(--ease) .2s; }
.film__play { position: relative; display: flex; align-items: center; justify-content: center; width: clamp(84px, 9vw, 124px); height: clamp(84px, 9vw, 124px); border-radius: 50%; border: 1px solid var(--navy); color: var(--ink); font-weight: 500; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; background: rgba(255, 255, 255, .55); backdrop-filter: blur(6px); transition: transform .5s var(--ease), background .3s, opacity .6s var(--ease); transform: translateY(20%) scale(.6); opacity: 0; }
.film__play::after { content: ''; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid rgba(33,59,84,.6); opacity: 0; pointer-events: none; }
.film__play:hover { transform: translateY(20%) scale(1.06); background: rgba(255, 255, 255, .85); }
.film__frame.is-playing .film__poster { display: none; }
@keyframes ping { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.9); opacity: 0; } }
.film__inner.is-in .film__head .display { opacity: 1; transform: none; }
.film__inner.is-in .film__head p { opacity: 1; }
.film__inner.is-in .film__frame { clip-path: inset(0 0 0 0 round 3px); opacity: 1; }
.film__inner.is-in .film__poster { transform: scale(1); }
.film__inner.is-in .film__play { opacity: 1; transform: translateY(20%) scale(1); transition-delay: 1s, 0s, 1s; }
.film__inner.is-in .film__play::after { animation: ping 1.6s var(--ease) 1.5s 1; }

/* ------------------------------------------------------------------ closing call */
.cta { position: relative; overflow: hidden; background: var(--paper); padding: clamp(110px, 14vw, 200px) var(--gutter) clamp(100px, 12vw, 170px); text-align: center; }
.cta::before { content: ''; position: absolute; left: 50%; top: 34%; width: min(70vw, 980px); aspect-ratio: 1; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(154,191,210,.28) 0%, rgba(154,191,210,.12) 32%, rgba(154,191,210,0) 62%); pointer-events: none; }
.cta__inner { position: relative; max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.cta__logo { position: relative; display: flex; flex-direction: column; align-items: center; gap: 22px; margin-bottom: 44px; color: var(--ink); }
.cta__mark { width: clamp(96px, 9vw, 128px); opacity: 0; transform: rotate(-70deg) scale(.88); }
.cta__mark svg { width: 100%; height: auto; display: block; }
.cta__word { width: min(70vw, 400px); }
.cta__word svg { width: 100%; height: auto; display: block; }
.cta__word svg > g { opacity: 0; transition: opacity .55s var(--ease); transition-delay: calc(.55s + var(--k, 0) * 45ms); }
.cta__pulse { position: absolute; left: 50%; top: clamp(50px, 4.7vw, 66px); width: clamp(96px, 9vw, 128px); aspect-ratio: 1; transform: translate(-50%, -50%) scale(.55); border-radius: 50%; border: 1px solid rgba(81,140,177,.55); opacity: 0; pointer-events: none; }
@keyframes settle { from { opacity: 0; transform: rotate(-70deg) scale(.88); } to { opacity: 1; transform: rotate(0) scale(1); } }
@keyframes sway { 0%, 100% { transform: rotate(-1.6deg); } 50% { transform: rotate(1.6deg); } }
@keyframes pulse { 0% { transform: translate(-50%, -50%) scale(.55); opacity: .55; } 100% { transform: translate(-50%, -50%) scale(2.6); opacity: 0; } }
.cta__eyebrow, .cta__title, .cta__btn { opacity: 0; transform: translateY(18px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.cta__eyebrow { transition-delay: 1.05s; }
.cta__title { font-size: clamp(26px, 3.1vw, 46px); max-width: 18em; margin-bottom: 34px; transition-delay: 1.2s; }
.cta__btn { transition-delay: 1.38s; }
.cta__inner.is-in .cta__mark { animation: settle 1.5s cubic-bezier(.2, .9, .25, 1.12) both, sway 7s ease-in-out 1.6s infinite; }
.cta__inner.is-in .cta__word svg > g { opacity: 1; }
.cta__inner.is-in .cta__pulse { animation: pulse 3.8s ease-out 1.5s infinite; }
.cta__inner.is-in .cta__pulse--2 { animation-delay: 3.4s; }
.cta__inner.is-in .cta__eyebrow, .cta__inner.is-in .cta__title, .cta__inner.is-in .cta__btn { opacity: 1; transform: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; border-radius: 999px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 500; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.btn--outline { background: transparent; color: var(--navy); border: 1px solid rgba(33,59,84,.55); }
.cta__btn.btn { transition: opacity .9s var(--ease), transform .9s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); transition-delay: 1.35s, 1.35s, 0s, 0s, 0s; }
.btn--outline:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ------------------------------------------------------------------ footer */
.foot { background: var(--deep); color: #fff; padding: clamp(60px, 7vw, 100px) var(--gutter) 40px; }
.foot__inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.foot__brand { display: flex; align-items: center; gap: 16px; color: #fff; }
.foot__brand svg { height: 44px; width: auto; }
.foot__brand .word { height: 30px; }
.foot__links { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; }
.foot__links a { color: #fff; text-decoration: none; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; opacity: .8; }
.foot__links a:hover { opacity: 1; }
.foot__legal { margin: 0; font-size: 12px; letter-spacing: .08em; opacity: .6; }

/* reveal (enter) animations - always run, never gated on reduced motion */
.rv { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.rv.is-in { opacity: 1; transform: none; }
.rv[data-d="1"] { transition-delay: .12s; } .rv[data-d="2"] { transition-delay: .24s; } .rv[data-d="3"] { transition-delay: .36s; }

/* ------------------------------------------------------------------ tablet / phone / narrow */
@media (max-width: 1100px) {
  .cpo__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav { padding: 16px var(--gutter); }
  .nav__links { gap: 14px; }
  .nav__links a { font-size: 10px; letter-spacing: .16em; }
  .nav__brand .word { display: none; }
  .open__brand { flex-direction: column; gap: 14px; }
  .open__compass svg { width: 120px; }
  .open__word svg { width: 240px; }
  .open__title { font-size: 11px; letter-spacing: .2em; max-width: calc(100% - 2 * var(--gutter)); }
  .open__title b { white-space: normal; }
  .x52__hint { display: none; }

  .x52__text { top: 12vh; }
  .views { display: none; }
  .look { min-height: 0; }
  .look__grid .ph { height: auto; aspect-ratio: 3 / 2; }
  .modal__nav { top: auto; bottom: 18px; transform: none; }
  .open__intro { right: auto; left: var(--gutter); width: calc(100% - 2 * var(--gutter)); top: auto; bottom: 10vh; transform: none; }
  .open__intro .display { font-size: clamp(26px, 8vw, 36px); margin-bottom: 16px; }
  .open__intro .lead { font-size: 16px; }
  .bd--x52 img { object-fit: contain; object-position: 50% 64%; }
  .bd--x52 { background: linear-gradient(180deg, #f7fafc 0%, #e6eff4 100%); }
  .route__scrim, .x52__scrim { height: 58vh; }
  .x52__scrim { display: block; }
  .stop { right: var(--gutter); width: auto; bottom: 7vh; }
  .stop__name { font-size: clamp(30px, 9vw, 40px); margin-bottom: 10px; }
  .stop__line { font-size: 15px; }
  .stop--passage, .stop--home { top: auto; bottom: 10vh; transform: none; width: auto; right: var(--gutter); }
  .rail { display: none; }
  .stops__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .look__grid { grid-template-columns: 1fr; }
  .join__boats { grid-template-columns: 1fr; gap: 50px; }
  .join__line, .join__marks { display: none; }
  .boat__img { height: 170px; margin-bottom: 26px; }
  .cpo__head { grid-template-columns: 1fr; }
  .cpo__grid { gap: 16px; }
  .cta__title { font-size: 26px; }
  .cta__word { width: 240px; }
  .open__play { bottom: 3vh; width: 44px; height: 44px; }
  .foot__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 480px) {
  .cpo__grid { grid-template-columns: 1fr; }
  .stops__grid { grid-template-columns: 1fr; }
}
