/* ===== Resto Group — Cinematic film site. Canonical brand. ===== */
@font-face{font-family:'Satoshi';src:url('../assets/fonts/satoshi-400.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'Satoshi';src:url('../assets/fonts/satoshi-500.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:'Satoshi';src:url('../assets/fonts/satoshi-700.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:'Satoshi';src:url('../assets/fonts/satoshi-900.woff2') format('woff2');font-weight:900;font-display:swap}
@font-face{font-family:'SpectralIt';src:url('../assets/fonts/spectral-italic-400.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}

:root{
  --petrol:#0E2A3C; --deep:#0A1F2D; --darkest:#07161F;
  --white:#fff; --offwhite:#F7F8FA;
  --steel:#5E7891; --steel-strong:#46637F; --ice:#7FA9C9;
  --dim:#5A6B7A; --faint:#8A93A0;
  --sans:'Satoshi',system-ui,sans-serif; --serif:'SpectralIt',Georgia,serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:auto}
body{font-family:var(--sans);background:var(--darkest);color:var(--white);-webkit-font-smoothing:antialiased;overflow-x:clip}
.it{font-family:var(--serif);font-style:italic;font-weight:400}

/* scroll-reveal primitive: --p (0..1, set by JS on the chapter) drives --t for each element */
.r{--t:clamp(0, calc((var(--p,0) - var(--a,0)) / (var(--b,1) - var(--a,0))), 1);
   opacity:var(--t); transform:translateY(calc((1 - var(--t)) * 26px)); will-change:opacity,transform}

/* ---- top bar + progress ---- */
.topbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;
  padding:22px clamp(20px,4vw,52px);transition:opacity .4s,transform .4s}
.topmark{height:26px;width:auto}
.topcta{color:#fff;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  border:1px solid rgba(255,255,255,.35);padding:9px 18px;border-radius:999px;backdrop-filter:blur(6px)}
.topcta:hover{background:rgba(255,255,255,.1)}
.progress{position:fixed;top:0;left:0;height:2px;width:0;background:var(--ice);z-index:60}

/* ---- chapter / sticky stage engine ---- */
.chapter{position:relative;height:calc(var(--len,2) * 100vh)}
.stage{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}
.stage-dark{background:var(--darkest)} .stage-navy{background:var(--petrol)}

/* ---- 01 hero ---- */
.film{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.film-scrim{position:absolute;inset:0;background:
  linear-gradient(180deg,rgba(7,22,31,.55) 0%,rgba(7,22,31,.18) 30%,rgba(7,22,31,.35) 65%,rgba(7,22,31,.82) 100%)}
.hero-inner{position:relative;z-index:2;text-align:center;padding:0 24px;max-width:1100px;
  opacity:clamp(0, calc(1 - (var(--p,0) - .16) / .34), 1);
  transform:translateY(calc(var(--p,0) * -80px))}
.hero-eyebrow{font-size:clamp(12px,1.1vw,15px);font-weight:600;letter-spacing:.34em;text-transform:uppercase;color:#CFE0EE;margin-bottom:28px}
.hero-title{font-size:clamp(48px,9vw,140px);font-weight:900;line-height:.96;letter-spacing:-.03em;text-shadow:0 4px 40px rgba(7,22,31,.5)}
.hero-sub{margin-top:30px;font-size:clamp(16px,1.7vw,24px);font-weight:400;line-height:1.5;color:#DCE6EF;max-width:680px;margin-left:auto;margin-right:auto}
.scrollcue{position:absolute;bottom:42px;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:10px;
  font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:#AFC0CE}
.scrollcue i{width:1px;height:46px;background:linear-gradient(180deg,#AFC0CE,transparent);animation:cue 2s var(--ease,ease) infinite}
@keyframes cue{0%{transform:scaleY(.2);transform-origin:top;opacity:.4}50%{transform:scaleY(1);opacity:1}100%{transform:scaleY(.2);transform-origin:bottom;opacity:.4}}
.hero-line{position:absolute;bottom:46px;left:50%;transform:translateX(-50%);z-index:3;font-size:clamp(20px,2.4vw,34px);color:var(--ice);opacity:0;transition:opacity .6s}
.hero-line.show{opacity:1}
/* hero outro: welcoming frame holds, then a Petrol-Navy welcome card resolves in */
.hero-outro{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;
  background:var(--petrol);opacity:clamp(0, calc((var(--p,0) - .78) / .15), 1);pointer-events:none}
.ho-inner{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;padding:0 24px;
  opacity:clamp(0, calc((var(--p,0) - .86) / .12), 1);
  transform:translateY(calc((1 - clamp(0, calc((var(--p,0) - .86) / .12), 1)) * 26px))}
.ho-inner img{height:clamp(50px,6.4vh,82px)}
.wtxt{font-size:clamp(30px,4.6vw,72px);font-weight:900;letter-spacing:-.025em;color:#fff;line-height:1.04}

/* ---- 02 statement ---- */
.para-bg{position:absolute;inset:-8% 0;background-size:cover;background-position:center;
  transform:translateY(calc(var(--p,0) * -8%)) scale(1.08);filter:grayscale(.2) brightness(.5)}
.para-scrim{position:absolute;inset:0;background:radial-gradient(120% 100% at 50% 50%,rgba(7,22,31,.55),rgba(7,22,31,.9))}
.statement{position:relative;z-index:2;max-width:1180px;padding:0 clamp(24px,6vw,80px)}
.kicker{font-size:clamp(13px,1.1vw,16px);font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--steel);margin-bottom:30px}
.kicker.ice{color:var(--ice)}
.bigtype{font-size:clamp(34px,6.4vw,96px);font-weight:900;line-height:1.04;letter-spacing:-.03em}
.bigtype span{display:block}
.lead{margin-top:38px;font-size:clamp(17px,1.7vw,23px);line-height:1.55;color:#C3CFDA;max-width:760px}

/* ---- 03 proof ---- */
.proof{position:relative;z-index:2;width:100%;max-width:1240px;padding:0 clamp(24px,6vw,80px);text-align:center}
.proof-grid{margin:48px 0 56px;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,4vw,60px)}
.metric b{display:block;font-size:clamp(56px,9vw,128px);font-weight:900;letter-spacing:-.04em;line-height:1;
  color:#fff;font-variant-numeric:tabular-nums}
.metric span{display:block;margin-top:14px;font-size:clamp(13px,1.1vw,16px);letter-spacing:.14em;text-transform:uppercase;color:#9FB0BD}
.awards{display:flex;flex-direction:column;gap:18px;align-items:center}
.award{font-size:clamp(16px,1.7vw,23px);color:#DCE6EF;letter-spacing:.01em}
.award .it{color:var(--ice)}

/* ---- 04 brands horizontal ---- */
.chapter[data-chapter=brands] .stage{display:block}
.rail{display:flex;height:100vh;width:400vw;transform:translateX(calc(var(--p,0) * -300vw));will-change:transform}
.panel{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:flex-end;
  background-size:cover;background-position:center}
.panel-poster{background:var(--darkest);align-items:center;justify-content:center;gap:0}
.panel-poster .poster{height:78vh;width:auto;box-shadow:0 40px 120px rgba(0,0,0,.6);border-radius:4px}
.panel-scrim{position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,22,31,.92) 0%,rgba(7,22,31,.2) 50%,rgba(7,22,31,.35) 100%)}
.panel-body{position:relative;z-index:2;padding:0 0 clamp(64px,8vh,110px) clamp(40px,7vw,120px);max-width:720px}
.panel-body.alt{position:absolute;left:0;bottom:0}
.panel-tag{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  padding:7px 15px;border-radius:999px;border:1px solid;margin-bottom:18px}
.panel-tag.open{color:#9CE0B6;border-color:rgba(63,125,82,.55);background:rgba(63,125,82,.18)}
.panel-tag.dev{color:var(--ice);border-color:rgba(127,169,201,.5);background:rgba(127,169,201,.14)}
.panel h3{font-size:clamp(44px,7vw,104px);font-weight:900;letter-spacing:-.03em;line-height:.95}
.panel p{margin-top:18px;font-size:clamp(16px,1.5vw,21px);line-height:1.5;color:#DCE6EF;max-width:560px}
.rail-progress{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);width:200px;height:2px;background:rgba(255,255,255,.18);border-radius:2px;z-index:5}
.rail-progress i{display:block;height:100%;width:0;background:var(--ice);border-radius:2px}

/* ---- 05 close ---- */
.close{position:relative;background:var(--petrol);padding:clamp(90px,16vh,180px) 24px 60px;text-align:center;min-height:90vh;
  display:flex;flex-direction:column;align-items:center;justify-content:center}
.close-mark{height:42px;margin-bottom:40px}
.close-title{font-size:clamp(32px,5vw,72px);font-weight:900;letter-spacing:-.03em;line-height:1.04;max-width:900px}
.close-sub{margin-top:22px;font-size:clamp(15px,1.4vw,20px);color:#C3CFDA}
.close-cta{margin-top:38px;display:inline-block;background:#fff;color:var(--petrol);text-decoration:none;
  font-weight:700;letter-spacing:.04em;padding:17px 40px;border-radius:999px;font-size:16px;transition:transform .3s,box-shadow .3s}
.close-cta:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(0,0,0,.3)}
.close-meta{margin-top:60px;display:flex;gap:clamp(20px,4vw,56px);flex-wrap:wrap;justify-content:center;
  font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#8FA0AE}
.copyright{position:absolute;bottom:26px;left:0;right:0;text-align:center;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#5E7891}

/* ---- floating top nav (pill) ---- */
.nav{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:80;display:flex;align-items:center;gap:clamp(18px,3vw,46px);
  background:rgba(247,248,250,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-radius:999px;padding:11px 14px 11px 24px;box-shadow:0 12px 44px rgba(7,22,31,.20);transition:opacity .45s,transform .45s}
.nav.hide{opacity:0;transform:translateX(-50%) translateY(-140%)}
.nav-brand img{height:30px;display:block}
.nav-links{display:flex;gap:clamp(16px,2.4vw,40px)}
.nav-links a{color:var(--petrol);text-decoration:none;font-weight:600;font-size:clamp(14px,1.1vw,17px);letter-spacing:.005em}
.nav-links a:hover{color:var(--steel-strong)}
.lang{display:flex;background:#E5E9ED;border-radius:999px;padding:4px}
.lang button{border:0;background:transparent;color:#8A93A0;font-weight:700;font-size:13px;letter-spacing:.08em;padding:8px 17px;border-radius:999px;cursor:pointer;font-family:inherit;transition:color .25s}
.lang button.on{background:var(--petrol);color:#fff}

/* ---- who-we-are proof strip ---- */
.proofstrip{margin-top:42px;display:flex;gap:clamp(26px,4vw,60px);flex-wrap:wrap}
.proofstrip span{display:flex;flex-direction:column}
.proofstrip b{font-size:clamp(30px,3.4vw,48px);font-weight:900;letter-spacing:-.03em;color:#fff;font-variant-numeric:tabular-nums}
.proofstrip i{font-style:normal;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#9FB0BD;margin-top:7px}

/* ---- modern operator (spec-sheet) ---- */
.chapter[data-chapter=tech] .stage{padding:0 clamp(28px,6vw,90px)}
.ops-grid{width:100%;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:.82fr 1.18fr;gap:8%;align-items:center}
.ops-head{font-size:clamp(30px,4vw,54px);font-weight:900;letter-spacing:-.025em;line-height:1.06;margin-top:18px;color:#fff}
.ops-head span{display:block}
.ops-narr .lead{margin-top:22px}
.principles{margin-top:5vh;display:grid;grid-template-columns:1fr 1fr;gap:14px 26px}
.principles .pl{font-size:clamp(17px,1.6vw,22px);font-weight:600;color:#E6ECF1}
.ops-row{display:grid;grid-template-columns:auto 1fr;column-gap:40px;align-items:baseline;padding:22px 0;border-top:1px solid rgba(127,169,201,.15)}
.ops-row:first-child{border-top:none}
.ops-row .num{font-size:32px;font-weight:300;color:rgba(127,169,201,.4)}
.rhead{display:flex;align-items:baseline;gap:20px}
.rhead b{font-size:clamp(22px,2.2vw,28px);font-weight:800;letter-spacing:-.018em;color:#fff}
.rhead i{font-style:normal;font-size:13px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ice)}
.ops-row p{font-size:16px;color:#9FB0BD;margin-top:8px;line-height:1.4}

/* ---- guests / family split scenes ---- */
.split-stage{display:grid;grid-template-columns:1fr 1fr;padding:0}
.split-photo-side{background-size:cover;background-position:center;height:100vh}
.split-copy{display:flex;flex-direction:column;justify-content:center;padding:0 clamp(40px,6vw,100px);background:var(--petrol)}
.split-stage.rev .split-copy{background:var(--deep)}
.split-copy .h-lg{color:#fff;margin-top:16px;font-size:clamp(48px,6.4vw,116px);line-height:.98;letter-spacing:-.035em}
.split-copy .h-lg .it{color:var(--ice)}
.split-copy .lead{margin-top:24px;color:#C3CFDA;font-size:clamp(18px,1.8vw,26px)}

/* ---- our people / we love what we make ---- */
.people-copy{position:relative;z-index:2;width:100%;max-width:1040px;padding:0 clamp(28px,7vw,120px)}
.h-xl{font-size:clamp(40px,7vw,110px);font-weight:900;letter-spacing:-.03em;line-height:.98;color:#fff;text-shadow:0 4px 30px rgba(7,22,31,.45)}
.h-xl .it{color:var(--ice)}
.lead.light{color:#DCE6EF;text-shadow:0 2px 16px rgba(7,22,31,.55);max-width:720px}

/* ---- our brands: tile grid assemble + per-brand panels ---- */
.brands-stage{display:block;padding:0}
.brail{display:flex;height:100vh;width:500vw;will-change:transform}
.bpanel{width:100vw;height:100vh;flex:none;display:flex;align-items:center;justify-content:center;padding:0 clamp(40px,7vw,130px)}
.pgrid{flex-direction:column;gap:5vh}
.ghead{text-align:center}
.ghead .h-lg{color:#fff;margin-top:16px}
.tilegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(16px,2vw,30px);width:min(720px,82vw)}
.tile{aspect-ratio:1.3;border-radius:20px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.5);
  opacity:var(--ts,0);transform:translateY(calc((1 - var(--ts,0)) * 46px)) scale(calc(.85 + var(--ts,0)*.15));will-change:opacity,transform}
.tile img{width:100%;height:100%;object-fit:cover;display:block}
.pbrand{gap:clamp(40px,6vw,110px)}
.bart{height:80vh;flex:none;display:flex;align-items:center}
.bart img{height:100%;width:auto;max-width:46vw;object-fit:contain;border-radius:4px;box-shadow:0 30px 90px rgba(0,0,0,.55)}
.binfo{max-width:440px}
.btile{width:210px;border-radius:16px;overflow:hidden;box-shadow:0 18px 44px rgba(0,0,0,.5);margin-bottom:28px}
.btile img{width:100%;display:block}
.binfo .panel-tag{margin-bottom:20px}
.binfo p{font-size:clamp(18px,1.7vw,24px);color:#C3CFDA;line-height:1.5}

@media (max-width:820px){
  .nav{gap:14px;padding:10px 12px 10px 18px}
  .nav-links{gap:14px}
  .ops-grid{grid-template-columns:1fr;gap:5vh}
  .split-stage,.split-stage.rev{grid-template-columns:1fr}
  .split-photo-side{height:46vh}
  .proofstrip{gap:24px}
}
@media (max-width:760px){
  .rail{width:400vw;transform:translateX(calc(var(--p,0) * -300vw))}
  .panel-poster .poster{height:62vh}
  .proof-grid{grid-template-columns:1fr;gap:32px}
  .hero-title{font-size:clamp(44px,13vw,72px)}
}
@media (prefers-reduced-motion:reduce){.scrollcue i{animation:none}}

/* ============================================================= */
/* ADDED v6: welcome splash · white brands · RestoOS · split scenes */
/* ============================================================= */

/* ---- 00 welcome splash (first page, then into the film) ---- */
.welcome-stage{background:radial-gradient(120% 92% at 50% 16%,#143A52 0%,var(--petrol) 44%,var(--darkest) 100%);overflow:hidden}
.welcome-aura{position:absolute;width:78vw;height:78vw;max-width:1080px;max-height:1080px;border-radius:50%;z-index:1;
  background:radial-gradient(circle,rgba(127,169,201,.18),rgba(127,169,201,0) 62%);
  top:46%;left:50%;transform:translate(-50%,-50%);filter:blur(8px);animation:wbreath 9s ease-in-out infinite alternate}
@keyframes wbreath{from{transform:translate(-50%,-50%) scale(.9);opacity:.65}to{transform:translate(-50%,-50%) scale(1.08);opacity:1}}
.welcome-inner{position:relative;z-index:2;text-align:center;padding:0 24px;
  opacity:clamp(0, calc(1 - var(--p,0) / .5), 1);
  transform:translateY(calc(var(--p,0) * -52px)) scale(calc(1 - var(--p,0) * .04))}
.welcome-mark{height:clamp(46px,6.2vh,78px);margin-bottom:30px;filter:drop-shadow(0 12px 44px rgba(7,22,31,.6));
  opacity:0;animation:wfade 1.2s ease .15s forwards}
.welcome-eyebrow{font-size:clamp(11px,1vw,14px);font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:#9FB9D0;margin-bottom:24px;
  opacity:0;animation:wfade 1.2s ease .35s forwards}
.welcome-txt{font-size:clamp(40px,7.2vw,108px);font-weight:900;letter-spacing:-.03em;line-height:1.0;color:#fff;
  opacity:0;animation:wfade 1.3s ease .5s forwards}
.welcome-cue{opacity:clamp(0, calc(1 - var(--p,0) / .12), 1)}
@keyframes wfade{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}

/* ---- 04 brands: white ground, real store photos ---- */
.brands-stage{background:var(--offwhite)}
.bpanel.light{background:var(--offwhite)}
.kicker.steel{color:var(--steel-strong)}
.pgrid.light .ghead .h-lg{color:var(--petrol)}
.pgrid.light .h-lg .it{color:var(--steel)}
.pgrid.light .h-lg .muted{color:var(--faint)}
.bpanel.light .tile{box-shadow:0 26px 64px -22px rgba(14,42,60,.34)}

.bpanel.pbrand.light{gap:clamp(36px,5vw,92px)}
.bphoto{position:relative;height:74vh;width:min(48vw,720px);flex:none;border-radius:18px;overflow:hidden;background-color:#E7ECF1;
  box-shadow:0 44px 96px -34px rgba(14,42,60,.5)}
.bphoto img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.04);animation:kb 22s ease-in-out infinite alternate}
.bphoto::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,22,31,0) 58%,rgba(7,22,31,.42) 100%);pointer-events:none}
.bphoto.poster{background:#fff;box-shadow:0 30px 80px -36px rgba(14,42,60,.28);display:flex;align-items:center;justify-content:center}
.bphoto.poster img{width:auto;height:86%;object-fit:contain;animation:none;transform:none}
.bphoto.poster::after{display:none}
.bphoto-cap{position:absolute;left:16px;bottom:16px;z-index:2;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;
  background:rgba(7,22,31,.46);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:8px 14px;border-radius:999px}
.binfo .bname{font-size:clamp(40px,5.2vw,84px);font-weight:900;letter-spacing:-.03em;line-height:.94;color:var(--petrol);margin-bottom:20px}
.binfo .bname .it{color:var(--steel)}
.bpanel.light .binfo p{color:var(--dim)}
.bthumb{margin-top:28px;width:200px;border-radius:14px;overflow:hidden;box-shadow:0 22px 48px -18px rgba(14,42,60,.4)}
.bthumb img{width:100%;display:block}
.panel-tag.open{color:#2F7D52;border-color:rgba(63,125,82,.5);background:rgba(63,125,82,.12)}
.panel-tag.soon{color:var(--steel-strong);border-color:rgba(94,120,145,.45);background:rgba(94,120,145,.1)}
@keyframes kb{from{transform:scale(1.04)}to{transform:scale(1.13)}}

/* ---- 04b RestoOS header + per-tool symbol chips ---- */
.ops-os{display:flex;align-items:center;gap:16px;padding-bottom:20px;margin-bottom:4px;border-bottom:1px solid rgba(127,169,201,.28)}
.os-word{font-size:clamp(22px,2.2vw,30px);font-weight:900;letter-spacing:-.02em;color:#fff;line-height:1}
.os-word b{color:var(--ice)}
.os-div{width:1px;height:26px;background:rgba(127,169,201,.32)}
.os-tag{font-size:clamp(11px,1vw,13px);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#9FB0BD}
.ops-row{grid-template-columns:auto 1fr;align-items:center;column-gap:28px}
.opsym{width:54px;height:54px;border-radius:13px;background:rgba(127,169,201,.09);border:1px solid rgba(127,169,201,.22);
  display:flex;align-items:center;justify-content:center;flex:none}
.opsym svg{width:60%;height:60%;display:block}

/* ---- 05 split scenes: roomier copy, framed photo, effects ---- */
.split-photo-side{position:relative;overflow:hidden;background-color:var(--darkest)}
.split-photo-side::before{content:"";position:absolute;inset:0;background-image:inherit;background-size:cover;background-position:center;
  transform:scale(1.05);animation:kb 24s ease-in-out infinite alternate}
.split-photo-side::after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(115deg,rgba(7,22,31,.32),rgba(7,22,31,0) 52%);pointer-events:none}
.split-cap{position:absolute;left:clamp(20px,3vw,42px);bottom:clamp(20px,4vh,42px);z-index:2;font-size:12px;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;color:#fff;background:rgba(7,22,31,.42);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:9px 16px;border-radius:999px}
.split-copy{padding:0 clamp(46px,6vw,108px)}
.split-copy .kicker{margin-bottom:0}
.split-rule{display:block;width:56px;height:2px;background:var(--ice);margin:22px 0 26px;transform-origin:left;transform:scaleX(var(--t,1))}
.split-copy .h-lg{margin-top:0;font-size:clamp(38px,4.4vw,74px);line-height:1.01;letter-spacing:-.03em;max-width:13ch}
.split-copy .lead{margin-top:26px;max-width:34ch}

/* ---- responsive for the added pieces ---- */
@media (max-width:820px){
  .bpanel.pbrand.light{flex-direction:column;gap:22px;padding:0 28px}
  .bphoto,.bphoto.poster{width:84vw;height:40vh}
  .binfo{max-width:84vw}
  .binfo .bname{font-size:clamp(32px,9vw,52px)}
  .bthumb{display:none}
  .ops-os{flex-wrap:wrap;gap:10px}
  .opsym{width:46px;height:46px}
  .split-copy .h-lg{font-size:clamp(34px,8.4vw,52px);max-width:none}
  .split-copy{padding:8vh clamp(28px,7vw,48px)}
}

/* ============================================================= */
/* ADDED v7: white hero resolve · brand galleries · feature scenes */
/* ============================================================= */

/* hero resolves to white on the Resto Group mark, within the frame */
.hero-outro{background:var(--offwhite)}
.ho-inner img{height:clamp(54px,7vh,92px)}

/* brand panels: operating = real photo gallery + logo tile */
.bpanel.pbrand.light.operating{gap:clamp(30px,4vw,76px)}
.bgallery{flex:none;width:min(54vw,780px);height:76vh;display:flex;gap:14px}
.bg-main{position:relative;flex:1.5;border-radius:18px;overflow:hidden;box-shadow:0 44px 96px -34px rgba(14,42,60,.5)}
.bg-main img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.04);animation:kb 22s ease-in-out infinite alternate}
.bg-main::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,22,31,0) 60%,rgba(7,22,31,.45) 100%);pointer-events:none}
.bg-thumbs{flex:1;display:flex;flex-direction:column;gap:14px;min-width:0}
.bg-thumbs figure{flex:1;border-radius:14px;overflow:hidden;box-shadow:0 26px 60px -26px rgba(14,42,60,.42)}
.bg-thumbs img{width:100%;height:100%;object-fit:cover;display:block}
/* logo tile present on every brand panel */
.binfo .btile{width:190px;border-radius:16px;overflow:hidden;margin-bottom:24px;box-shadow:0 22px 52px -22px rgba(14,42,60,.45)}
.binfo .btile img{width:100%;display:block}
.bpanel.coming .bphoto.poster{height:66vh;width:min(42vw,560px)}

/* 05 feature scenes (moments + family): full-bleed photo, glass copy card */
/* MUST stay sticky (from .stage) so the scene LOCKS while you scroll past it */
.feature-stage{position:sticky;top:0;display:block;padding:0;overflow:hidden;background:var(--darkest)}
.feature-photo{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02);
  animation:kbslow 34s ease-in-out infinite alternate}
@keyframes kbslow{from{transform:scale(1.0)}to{transform:scale(1.05)}}
.feature-scrim{position:absolute;inset:0;z-index:1}
.feature-scrim.left{background:linear-gradient(90deg,rgba(7,22,31,.88) 0%,rgba(7,22,31,.5) 34%,rgba(7,22,31,0) 66%)}
.feature-scrim.right{background:linear-gradient(270deg,rgba(7,22,31,.88) 0%,rgba(7,22,31,.5) 34%,rgba(7,22,31,0) 66%)}
.feature-card{position:absolute;top:50%;transform:translateY(-50%);z-index:2;max-width:min(540px,44vw);
  padding:clamp(30px,3vw,46px);border-radius:22px;background:rgba(10,31,45,.46);
  -webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(127,169,201,.22);
  box-shadow:0 44px 110px -44px rgba(0,0,0,.72)}
.feature-card.left{left:clamp(28px,6vw,100px)}
.feature-card.right{right:clamp(28px,6vw,100px)}
.feature-rule{display:block;width:54px;height:2px;background:var(--ice);margin:18px 0 22px;transform-origin:left;transform:scaleX(var(--t,1))}
.feature-title{font-size:clamp(38px,4.4vw,72px);font-weight:900;letter-spacing:-.03em;line-height:1.0;color:#fff}
.feature-title .it{color:var(--ice)}
.feature-lead{margin-top:22px;font-size:clamp(17px,1.5vw,22px);line-height:1.55;color:#DCE6EF;max-width:40ch}
.feature-cap{display:inline-block;margin-top:26px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#9FB9D0}

@media (max-width:820px){
  .bgallery{flex-direction:column;width:84vw;height:auto;max-height:58vh}
  .bg-main{flex:none;height:32vh}
  .bg-thumbs{flex-direction:row;height:12vh}
  .feature-card,.feature-card.left,.feature-card.right{max-width:none;left:18px;right:18px;top:auto;bottom:7vh;transform:none}
  .feature-scrim.left,.feature-scrim.right{background:linear-gradient(0deg,rgba(7,22,31,.92),rgba(7,22,31,.15) 62%)}
  .feature-title{font-size:clamp(34px,8.4vw,52px)}
}

/* ============================================================= */
/* V2: video+awards hero · brand video tiles · location lists    */
/* ============================================================= */

/* ---- hero V2: background film, vertical loop, award trophies ---- */
.hero2{position:relative;overflow:hidden;display:block}
.hero2-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0}
.hero2-scrim{position:absolute;inset:0;z-index:1;background:
  linear-gradient(180deg,rgba(7,22,31,.62) 0%,rgba(7,22,31,.28) 30%,rgba(7,22,31,.45) 62%,rgba(7,22,31,.9) 100%)}
.hero2-inner{position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;width:100%;padding:0 24px}
/* vertical film loop, lower-right */
.hero2-vid{position:absolute;right:clamp(24px,4vw,72px);bottom:clamp(120px,16vh,180px);z-index:3;
  width:clamp(120px,12vw,190px);aspect-ratio:9/16;border-radius:16px;overflow:hidden;
  border:1px solid rgba(255,255,255,.18);box-shadow:0 30px 70px -30px rgba(0,0,0,.8)}
.hero2-vid video{width:100%;height:100%;object-fit:cover;display:block}
/* trophies, lower-left */
.hero2-awards{position:absolute;left:clamp(24px,4vw,72px);bottom:clamp(40px,7vh,72px);z-index:3;
  display:flex;align-items:flex-end;gap:16px}
.awards-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:11px;font-weight:700;letter-spacing:.28em;
  text-transform:uppercase;color:var(--ice);padding-bottom:4px}
.award-card{width:clamp(78px,7vw,108px);display:flex;flex-direction:column;gap:8px}
.award-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:10px;
  border:1px solid rgba(255,255,255,.16);box-shadow:0 20px 44px -20px rgba(0,0,0,.7)}
.award-card figcaption{font-size:10px;font-weight:600;letter-spacing:.04em;line-height:1.3;color:#C3CFDA}

/* ---- brand gallery: a video tile behaves like a photo tile ---- */
.bg-thumbs video{width:100%;height:100%;object-fit:cover;display:block}
.bg-vid{position:relative}
.bg-vid::after{content:"";position:absolute;left:12px;bottom:12px;width:22px;height:22px;border-radius:999px;
  background:rgba(7,22,31,.55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 1l6 4-6 4z' fill='%23fff'/%3E%3C/svg%3E") center/9px no-repeat;
  -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}

/* ---- brand location list (on the white brand panels) ---- */
.brand-locs{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}
.brand-locs li{display:flex;flex-direction:column;gap:2px;padding-top:12px;border-top:1px solid var(--hairline)}
.brand-locs li:first-child{border-top:none;padding-top:0}
.brand-locs b{font-size:clamp(15px,1.3vw,17px);font-weight:800;letter-spacing:-.01em;color:var(--petrol)}
.brand-locs span{font-size:clamp(13px,1.1vw,15px);color:var(--dim)}

/* the feature card text is always visible now (no scroll-scrub) */
.feature-rule{transform:scaleX(1)}

@media (max-width:820px){
  .hero2-vid{display:none}
  .hero2-awards{left:18px;bottom:24px;gap:10px}
  .award-card{width:64px}
  .brand-locs b{font-size:15px}
}

/* ============================================================= */
/* V2b: collage hero · award cut-outs · dominant PAUL · full feature photos */
/* ============================================================= */

/* ---- hero: an image collage that assembles as you scroll ---- */
.hero-col{position:sticky;top:0;overflow:hidden;display:block;background:var(--darkest)}
.collage{position:absolute;inset:0;z-index:0;display:grid;gap:6px;
  grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr)}
.ctile{overflow:hidden;
  --t:clamp(0, calc((var(--p,0) - var(--a,0)) / (var(--b,1) - var(--a,0))), 1);
  opacity:var(--t);transform:scale(calc(.9 + var(--t)*.1));will-change:opacity,transform}
.ctile img{width:100%;height:100%;object-fit:cover;display:block}
.collage-scrim{position:absolute;inset:0;z-index:1;
  background:radial-gradient(120% 95% at 50% 46%,rgba(7,22,31,.46) 0%,rgba(7,22,31,.84) 100%)}
.hero-col-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;opacity:1;
  text-align:center;width:100%;max-width:1100px;padding:0 24px}

/* ---- who-we-are: the two trophies, background removed ---- */
.award-strip{margin-top:44px;display:flex;align-items:flex-end;gap:clamp(30px,5vw,72px)}
.award-cut{display:flex;flex-direction:column;align-items:center;gap:14px}
.award-cut img{height:clamp(150px,21vh,236px);width:auto;display:block;
  filter:drop-shadow(0 26px 42px rgba(0,0,0,.55))}
.award-cut figcaption{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9FB0BD;text-align:center}

/* ---- PAUL: dominant hero image, scrubbed film overlapping a corner ---- */
.bpanel.paul-feature{gap:clamp(28px,4vw,72px)}
.bhero-xl{position:relative;flex:none;width:min(62vw,940px);height:80vh;border-radius:18px;overflow:hidden;
  box-shadow:0 46px 100px -34px rgba(14,42,60,.5)}
.bhero-xl>img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.03);
  animation:kb 24s ease-in-out infinite alternate}
.bhero-vid{position:absolute;right:18px;bottom:18px;z-index:2;width:clamp(140px,15vw,228px);aspect-ratio:9/16;
  border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.22);box-shadow:0 26px 54px -20px rgba(0,0,0,.62)}
.bhero-vid video{width:100%;height:100%;object-fit:cover;display:block}

/* ---- feature scenes: full photo at natural size, blurred fill (no navy) ---- */
.feature-blur{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;
  filter:blur(38px) brightness(.42);transform:scale(1.16)}
.feature-img{position:absolute;inset:0;z-index:0;background-size:contain;background-repeat:no-repeat;background-position:center}
/* guests: portrait photo flush to the right; text box centred in the
   blurred band to its left. Photo width = 56.4vh (contain of a 0.564 ratio). */
/* photo sits right-of-centre (84%) so a blur margin shows on both sides;
   text box re-centres in the wider left blur band. */
[data-chapter=guests] .feature-img{background-position:84% center}
[data-chapter=guests] .feature-card{left:calc((100vw - 56.4vh) * .84 / 2);right:auto;text-align:center}
[data-chapter=guests] .feature-card .feature-rule{margin-left:auto;margin-right:auto;transform-origin:center}
[data-chapter=guests] .feature-card .feature-lead{margin-left:auto;margin-right:auto}
[data-chapter=guests] .feature-card.rise{transform:translate(-50%, calc(-50% + (1 - var(--t)) * 50px))}
[data-chapter=family] .feature-img{background-position:34% center}
/* the copy card rises in as you scroll (hidden until then) */
.feature-card.rise{
  --t:clamp(0, calc((var(--p,0) - var(--a,0)) / (var(--b,1) - var(--a,0))), 1);
  opacity:var(--t);transform:translateY(calc(-50% + (1 - var(--t)) * 50px))}

@media (max-width:820px){
  .collage{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr)}
  .bpanel.paul-feature{flex-direction:column;gap:20px;padding:0 28px}
  .bhero-xl{width:84vw;height:44vh}
  .bhero-vid{width:90px}
  .award-strip{gap:24px}
  .award-cut img{height:130px}
  .feature-img{background-size:contain}
  .feature-card.rise{transform:translateY(calc((1 - var(--t)) * 40px))}
}

/* ============================================================= */
/* V2c: dissolve collage · visible awards · full-bleed brands · split features */
/* ============================================================= */

/* ---- hero collage: 16 tiles dissolving in (blur -> sharp) ---- */
.collage{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr)}
.ctile{transform:none;
  --t:clamp(0, calc((var(--p,0) - var(--a,0)) / (var(--b,1) - var(--a,0))), 1);
  opacity:calc(var(--t)*var(--t));filter:blur(calc((1 - var(--t)) * 14px));will-change:opacity,filter}
.ctile img{transform:scale(1.04)}
/* the title dissolves in with the collage, then holds until the white resolve */
.hero-col-inner{opacity:clamp(0, calc((var(--p,0) - .06) / .18), 1)}

/* ---- who-we-are: keep the cut-out trophies fully in view ---- */
[data-chapter=who] .statement .lead{margin-top:26px;font-size:clamp(16px,1.5vw,20px)}
.award-strip{margin-top:30px;align-items:flex-end;gap:clamp(26px,4vw,54px)}
.award-cut img{height:clamp(96px,14vh,150px);width:auto;display:block;filter:drop-shadow(0 22px 36px rgba(0,0,0,.55))}
.award-cut figcaption{margin-top:10px;font-size:11px}

/* ---- brand pages: full-bleed hero, two image tiles on top ---- */
.bpanel.brand-full{padding:0;display:block;position:relative;overflow:hidden}
.bfull-bg{position:absolute;inset:0;z-index:0}
.bfull-bg img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.03);animation:kb 26s ease-in-out infinite alternate}
.bfull-scrim{position:absolute;inset:0;z-index:1;background:
  linear-gradient(180deg,rgba(7,22,31,.5) 0%,rgba(7,22,31,.08) 26%,rgba(7,22,31,.18) 52%,rgba(7,22,31,.9) 100%)}
.bfull-tiles{position:absolute;top:clamp(86px,13vh,140px);right:clamp(28px,4vw,72px);z-index:2;display:flex;gap:14px}
.bfull-tiles figure{width:clamp(128px,14vw,200px);aspect-ratio:4/3;border-radius:13px;overflow:hidden;
  border:1px solid rgba(255,255,255,.24);box-shadow:0 28px 58px -22px rgba(0,0,0,.65)}
.bfull-tiles img{width:100%;height:100%;object-fit:cover;display:block}
.bfull-info{position:absolute;left:clamp(28px,6vw,92px);bottom:clamp(46px,8vh,92px);z-index:2;max-width:540px}
.bfull-info .btile-sm{width:128px;border-radius:12px;overflow:hidden;margin-bottom:18px;box-shadow:0 18px 40px rgba(0,0,0,.5)}
.bfull-info .btile-sm img{width:100%;display:block}
.bfull-info .panel-tag{margin-bottom:18px}
.bfull-info .brand-locs{margin-top:0}
.bfull-info .brand-locs li{border-top-color:rgba(255,255,255,.18)}
.bfull-info .brand-locs b{color:#fff}
.bfull-info .brand-locs span{color:rgba(255,255,255,.8)}

/* ---- Lume (dark) & Paroma (cream) themed coming-soon panels ---- */
.bpanel.lume-theme{background:#0A0805}
.lume-theme .bphoto.poster{background:transparent;box-shadow:none}
.lume-theme .binfo p{color:rgba(247,248,250,.74)}
.lume-theme .panel-tag.soon{color:var(--ice);border-color:rgba(127,169,201,.45);background:rgba(127,169,201,.12)}
.bpanel.paroma-theme{background:#F1EDE3}
.paroma-theme .bphoto.poster{background:transparent;box-shadow:none}
.paroma-theme .binfo p{color:#5A5246}
.paroma-theme .panel-tag.soon{color:#7A6A52;border-color:rgba(122,106,82,.4);background:rgba(122,106,82,.1)}
.paroma-theme .btile{box-shadow:0 18px 40px rgba(80,70,50,.22)}

/* ---- feature scenes as a true split: photo one half, copy the other ---- */
.split2{display:grid;grid-template-columns:1fr 1fr;padding:0;height:100vh}
.split2-copy{position:relative;display:flex;align-items:center;padding:0 clamp(40px,5vw,92px);background:var(--petrol);overflow:hidden}
.split2.flip .split2-copy{background:var(--deep)}
.split2-photo{background-size:cover;background-position:center;height:100vh}
[data-chapter=guests] .split2-photo{background-position:50% 32%}
[data-chapter=family] .split2-photo{background-position:50% 42%}
.split2-card{max-width:30rem}
.split2-card.rise2{
  --t:clamp(0, calc((var(--p,0) - var(--a,0)) / (var(--b,1) - var(--a,0))), 1);
  opacity:var(--t);transform:translateY(calc((1 - var(--t)) * 64px));will-change:opacity,transform}
.split2-card .feature-title{font-size:clamp(36px,4vw,68px)}
.split2-card .feature-lead{max-width:26rem}

@media (max-width:820px){
  .collage{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr)}
  .bfull-tiles{top:auto;bottom:calc(46vh);right:18px;gap:10px}
  .bfull-tiles figure{width:96px}
  .bfull-info{left:18px;right:18px;bottom:6vh;max-width:none}
  .split2,.split2.flip{grid-template-columns:1fr;grid-template-rows:auto 1fr}
  .split2.flip .split2-photo{order:-1}
  .split2-photo{height:42vh}
  .split2-copy{padding:8vh clamp(28px,7vw,40px)}
}

/* ============================================================= */
/* V2d: 20-tile collage + cube dissolve · bigger brand tiles/logos */
/* ============================================================= */

/* collage now 5x4 = 20, lighter scrim so the images read clearly */
.collage{grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(4,1fr)}
.collage-scrim{background:
  linear-gradient(180deg,rgba(7,22,31,.18) 0%,rgba(7,22,31,.05) 35%,rgba(7,22,31,.5) 100%),
  radial-gradient(95% 60% at 50% 48%,rgba(7,22,31,.5) 0%,rgba(7,22,31,0) 70%)}

/* the collage dissolves into white, cube by cube, then the mark resolves */
.cube-out{position:absolute;inset:0;z-index:5;display:grid;
  grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(4,1fr);pointer-events:none}
.cube{background:var(--offwhite);
  --t:clamp(0, calc((var(--p,0) - var(--a,0)) / (var(--b,1) - var(--a,0))), 1);
  opacity:var(--t)}
.hero-outro.cube-logo{background:transparent;opacity:1;z-index:6}
.cube-logo .ho-inner{opacity:clamp(0, calc((var(--p,0) - .82) / .10), 1)}

/* ---- brand pages: MUCH bigger tiles + logo, with a description ---- */
.bfull-tiles{top:clamp(80px,12vh,128px);right:clamp(26px,3.5vw,64px);gap:18px}
.bfull-tiles figure{width:clamp(210px,23vw,350px);aspect-ratio:4/3;border-radius:14px;
  border:1px solid rgba(255,255,255,.28);box-shadow:0 34px 70px -24px rgba(0,0,0,.7)}
.bfull-info{left:clamp(28px,6vw,92px);bottom:clamp(40px,7vh,80px);max-width:min(560px,46vw)}
.bfull-info .btile-sm{width:clamp(168px,18vw,236px);border-radius:14px;margin-bottom:20px;
  box-shadow:0 22px 46px -16px rgba(0,0,0,.6)}
.bfull-desc{color:rgba(255,255,255,.86);font-size:clamp(14px,1.35vw,17px);line-height:1.5;
  max-width:32rem;margin-bottom:20px}
.bfull-info .panel-tag{font-size:14px}
.bfull-info .brand-locs b{font-size:clamp(15px,1.4vw,18px)}
.bfull-info .brand-locs span{font-size:clamp(13px,1.15vw,15px)}

@media (max-width:820px){
  .collage{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr)}
  .cube-out{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr)}
  .bfull-tiles{top:auto;bottom:auto;left:18px;right:18px;justify-content:flex-start}
  .bfull-tiles figure{width:42vw}
  .bfull-info{left:18px;right:18px;bottom:5vh;max-width:none}
  .bfull-info .btile-sm{width:140px}
}

/* ============================================================= */
/* V2e: P1-P20 collage order · split brand panels · family image left */
/* ============================================================= */

/* ---- Paul / PLC: left = logo+locations (brand colour), right = hero over 2 tiles ---- */
.brand-split2{padding:0;display:grid;grid-template-columns:1fr 1fr;height:100vh;align-items:stretch;justify-items:stretch}
.bs-left{display:flex;flex-direction:column;justify-content:center;gap:18px;padding:0 clamp(32px,4.2vw,76px)}
.paul-split .bs-left{background:#130D08;color:#fff}
.plc-split  .bs-left{background:#B26A52;color:#fff}
.bs-logo{width:clamp(190px,17vw,280px);border-radius:12px;overflow:hidden;align-self:flex-start;
  box-shadow:0 18px 44px -18px rgba(0,0,0,.5)}
.bs-logo img{width:100%;display:block}
.bs-left .panel-tag{align-self:flex-start}
.plc-split .bs-left .panel-tag.open{color:#fff;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15)}
.bs-desc{font-size:clamp(14px,1.3vw,17px);line-height:1.5;max-width:30rem}
.paul-split .bs-desc{color:rgba(255,255,255,.82)}
.plc-split  .bs-desc{color:rgba(255,255,255,.92)}
.bs-left .brand-locs{margin-top:4px}
.bs-left .brand-locs li{border-top-color:rgba(255,255,255,.2)}
.bs-left .brand-locs b{color:#fff}
.paul-split .bs-left .brand-locs span{color:rgba(255,255,255,.72)}
.plc-split  .bs-left .brand-locs span{color:rgba(255,255,255,.86)}
.bs-right{display:grid;grid-template-rows:1.2fr 1fr;gap:6px;background:#0b0b0b;height:100vh}
.bs-hero{overflow:hidden}
.bs-hero img{width:100%;height:100%;object-fit:cover;display:block}
.bs-tiles{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.bs-tiles figure{overflow:hidden}
.bs-tiles img{width:100%;height:100%;object-fit:cover;display:block}

/* ---- family scene: photo occupies the LEFT half so the box never covers it ---- */
[data-chapter=family] .feature-img{left:0;right:auto;width:50%;background-size:cover;background-position:center}

@media (max-width:820px){
  .brand-split2{grid-template-columns:1fr;grid-template-rows:auto auto}
  .bs-left{padding:7vh clamp(24px,7vw,40px)}
  .bs-right{height:52vh}
  .bs-logo{width:160px}
  [data-chapter=family] .feature-img{left:0;right:0;width:100%}
}

/* ============================================================= */
/* V2f: who-we-are petrol + awards right · contact careers + footer */
/* ============================================================= */

/* ---- who we are: petrol ground, text left, big awards right ---- */
.who-petrol{background:linear-gradient(180deg,var(--petrol) 0%,var(--deep) 100%)}
.who-grid{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(24px,6vw,80px);
  display:grid;grid-template-columns:1.25fr 1fr;gap:clamp(36px,5vw,84px);align-items:center}
.who-text .bigtype{color:#fff;font-size:clamp(34px,5.4vw,82px)}
.who-text .bigtype .it{color:var(--ice)}
.who-text .lead{color:#C3CFDA;max-width:38rem;margin-top:30px}
.who-awards{display:grid;grid-template-columns:1fr 1fr;gap:clamp(18px,2.4vw,40px);align-items:end;justify-items:center}
.who-awards .award-cut{display:flex;flex-direction:column;align-items:center;gap:14px}
.who-awards .award-cut img{height:clamp(200px,33vh,350px);width:auto;display:block;filter:drop-shadow(0 30px 52px rgba(0,0,0,.55))}
.who-awards figcaption{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9FB0BD;text-align:center}

/* ---- contact: two CTAs + footer with email, rights, location ---- */
.close-ctas{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:38px}
.close-ctas .close-cta{margin-top:0}
.close-cta.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}
.close-cta.ghost:hover{background:rgba(255,255,255,.1);box-shadow:none;transform:translateY(-2px)}
.close-foot{position:absolute;bottom:24px;left:0;right:0;display:flex;gap:clamp(14px,3vw,38px);justify-content:center;
  flex-wrap:wrap;align-items:center;font-size:13px;letter-spacing:.06em;color:#8FA0AE;padding:0 24px}
.close-foot a{color:#C3CFDA;text-decoration:none}
.close-foot a:hover{color:#fff}

@media (max-width:820px){
  .who-grid{grid-template-columns:1fr;gap:6vh;align-items:start}
  .who-awards{justify-items:start;gap:18px}
  .who-awards .award-cut img{height:24vh}
}

/* ============================================================= */
/* V2g: who-we-are 3 boxes (smaller title/awards) · centered brand left */
/* ============================================================= */

/* ---- who we are: title row + awards (smaller) on top, 3 boxes below ---- */
.who-wrap{position:relative;z-index:2;width:100%;max-width:1240px;margin:0 auto;padding:0 clamp(24px,6vw,80px);
  display:flex;flex-direction:column;gap:clamp(26px,4vh,46px)}
.who-top{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(30px,5vw,72px);align-items:center}
.who-text .bigtype{color:#fff;font-size:clamp(28px,3.8vw,56px)}
.who-text .lead{color:#C3CFDA;max-width:34rem;margin-top:20px;font-size:clamp(15px,1.4vw,19px)}
.who-awards{align-items:end}
.who-awards .award-cut img{height:clamp(128px,18vh,196px)}
.who-awards figcaption{font-size:11px}
.who-pillars{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,1.8vw,26px)}
.who-pill{background:rgba(255,255,255,.05);border:1px solid rgba(127,169,201,.22);border-radius:16px;padding:clamp(20px,1.8vw,28px)}
.who-pill h3{font-size:clamp(17px,1.5vw,21px);font-weight:800;letter-spacing:-.01em;color:#fff;margin-bottom:8px}
.who-pill p{font-size:clamp(13px,1.1vw,15px);line-height:1.5;color:#9FB0BD}

/* ---- brand split: centre the logo + text within the coloured half ---- */
.bs-left{align-items:center;text-align:center}
.bs-logo{align-self:center}
.bs-left .panel-tag{align-self:center}
.bs-desc{margin-left:auto;margin-right:auto}
.bs-left .brand-locs{align-self:stretch;text-align:center}
.bs-left .brand-locs li{align-items:center}

@media (max-width:900px){
  .who-top{grid-template-columns:1fr;gap:5vh}
  .who-awards{justify-content:center}
  .who-pillars{grid-template-columns:1fr}
}

/* ============================================================= */
/* V2h: brand panel bg fills · who push-up + gradient + tagline   */
/* ============================================================= */

/* the WHOLE brand panel carries the brand colour, so the ground always
   extends edge-to-edge (no white showing through behind the images) */
.bpanel.paul-split{background:#130D08}
.bpanel.plc-split{background:#B26A52}

/* who we are: nudged up, subtle gradient ground, tagline under the boxes */
.who-petrol{align-items:flex-start;padding-top:clamp(96px,15vh,176px);
  background:
    radial-gradient(120% 82% at 82% 6%, rgba(127,169,201,.12) 0%, rgba(127,169,201,0) 52%),
    linear-gradient(158deg, var(--petrol) 0%, var(--deep) 100%)}
.who-tagline{text-align:center;margin-top:clamp(20px,2.8vh,38px);
  font-size:clamp(36px,5.2vw,76px);font-weight:900;letter-spacing:-.025em;line-height:1.04;color:#fff}
.who-tagline .it{color:var(--ice)}

@media (max-width:900px){
  .who-petrol{padding-top:9vh}
  .who-tagline{font-size:clamp(24px,7vw,34px)}
}

/* ============================================================= */
/* V2i: RestoOS second-word accent + petrol ground · favicon/meta  */
/* ============================================================= */

/* the software family is monochrome (petrol + ice); on a dark ground the
   signature accent for every second word is Ice Blue */
.os-acc{color:#7FA9C9}

/* RestoOS section on Petrol Blue (was near-black) */
.chapter[data-chapter=tech] .stage{
  background:linear-gradient(168deg, var(--petrol) 0%, var(--deep) 100%)}

/* ============================================================= */
/* V2j: FULL MOBILE PASS (<=820px) — compact nav, fit text,       */
/* and let tall/horizontal sections flow as normal vertical scroll */
/* ============================================================= */
@media (max-width:820px){
  /* --- nav: logo + language only (section links overflow the pill) --- */
  .nav{gap:10px;padding:9px 12px;max-width:calc(100vw - 20px)}
  .nav-links{display:none}
  .nav-brand img{height:24px}

  /* --- stop wide text from being clipped off-screen --- */
  .hero-eyebrow,.welcome-eyebrow{letter-spacing:.16em;padding:0 18px}
  .hero-title{font-size:clamp(40px,11.5vw,60px)}
  .hero-sub{font-size:15px;padding:0 6px}
  .welcome-txt{font-size:clamp(34px,9.5vw,54px)}
  .lead,.who-text .lead,.ops-narr .lead,.os-tag{max-width:100%}
  .os-tag{white-space:normal;line-height:1.4}

  /* --- WHO + RESTOOS: flow as normal sections (content > one screen) --- */
  [data-chapter=who],[data-chapter=tech]{height:auto}
  [data-chapter=who] .stage,[data-chapter=tech] .stage{position:relative;height:auto;min-height:100vh;
    display:block;align-items:stretch;padding:15vh 0 11vh}
  [data-chapter=who] .r,[data-chapter=tech] .r{--t:1!important;opacity:1!important;transform:none!important}
  .who-petrol{padding-top:0}
  .who-wrap{gap:22px}
  .who-awards{justify-content:flex-start;gap:22px}
  .who-awards .award-cut img{height:118px}
  .who-tagline{margin-top:6px}
  .ops-list{margin-top:8px}

  /* --- BRANDS: horizontal rail -> vertical stacked scroll --- */
  [data-chapter=brands]{height:auto}
  [data-chapter=brands] .stage{position:relative;height:auto;display:block;overflow:visible}
  .brail{flex-direction:column;width:100%!important;height:auto!important;transform:none!important}
  .brail>.bpanel{width:100%!important;height:auto!important;min-height:auto}
  .pgrid.light{min-height:86vh;justify-content:center}
  .tilegrid .tile{--ts:1!important}
  .rail-progress{display:none}
  .brand-split2{grid-template-columns:1fr;height:auto}
  .bs-left{padding:9vh 28px}
  .bs-right{height:auto;grid-template-rows:auto auto}
  .bs-hero{height:40vh}
  .bs-tiles{height:23vh}
  .bpanel.coming{padding:10vh 28px;min-height:auto}
}
@media (max-width:480px){
  .hero-title{font-size:44px}
  .who-text .bigtype{font-size:clamp(26px,8.5vw,40px)}
  .who-tagline{font-size:30px}
  .bs-logo{width:150px}
}

/* ============================================================= */
/* V2k -- dense 70-image collage (10x7), scattered dissolve.     */
/* Many small moments materialising at once. Wins by order.      */
.collage{gap:3px;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(7,1fr)}
.ctile{filter:blur(calc((1 - var(--t)) * 8px))}
.cube-out{grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(7,1fr)}
@media (max-width:820px){
  .collage{gap:2px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(10,1fr)}
  .cube-out{grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(10,1fr)}
  .ctile{filter:blur(calc((1 - var(--t)) * 6px))}
}

/* ============================================================= */
/* V2n -- brand-blue tint washed over the collage photos.        */
/* A cool petrol/steel film unifies the dissolving moments into  */
/* one Resto Group palette. Sits on each tile so it rides the    */
/* same opacity + scale as the photo it covers; the navy scrim   */
/* still layers its vignette on top.                             */
.ctile{position:relative}
.ctile::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:rgba(28,62,94,.32)}

/* ============================================================= */
/* V2m -- MOBILE polish: scroll reveals, RestoOS top spacing,     */
/* feature-scene lock+reveal, coming-soon poster stacking.        */
@media (max-width:820px){
  /* (a) subtle reveal-on-scroll for brands + RestoOS (JS adds .mr / .is-in).
     !important + scoped so it wins over the static-visible force above. */
  .mr{transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1)}
  .mr:not(.is-in){opacity:0!important;transform:translateY(24px)!important}
  [data-chapter=brands] .tilegrid .tile.mr{transition-delay:calc(var(--i,0) * 70ms)}

  /* (b) RestoOS: clear the fixed nav so "A modern operator" has room to breathe */
  .chapter[data-chapter=tech] .stage{padding:18vh 26px 13vh}

  /* (c) feature scenes (guests + family): hold the clean photo, then the card
     rises in as you keep scrolling — same beat for both, while the stage locks */
  [data-chapter=guests] .feature-img{background-position:center}
  /* Y2 mentor is on the right of the frame; shift the cover-crop right so the
     pointing gesture is visible instead of cut off */
  [data-chapter=family] .feature-img{background-position:70% center}
  [data-chapter=guests] .feature-card,[data-chapter=family] .feature-card{left:18px;right:18px;text-align:left}
  [data-chapter=guests] .feature-card .feature-rule,
  [data-chapter=family] .feature-card .feature-rule{margin-left:0;margin-right:0;transform-origin:left}
  .feature-card.rise{--a:.22!important;--b:.66!important;opacity:var(--t)}
  /* !important so the desktop guests rule's translate(-50%) X-shift never leaks in */
  [data-chapter=guests] .feature-card.rise,
  [data-chapter=family] .feature-card.rise{transform:translateY(calc((1 - var(--t)) * 34px))!important}

  /* (d) coming-soon (Lume / Paroma): stack the poster over the info, fit width */
  .bpanel.coming{flex-direction:column;gap:28px;padding:14vh 24px 10vh;min-height:auto;justify-content:flex-start}
  .bpanel.coming .bphoto.poster{width:min(76vw,330px);height:auto;background:transparent;box-shadow:none;border-radius:0}
  .bpanel.coming .bphoto.poster img{width:100%;height:auto;max-height:62vh;object-fit:contain}
  .bpanel.coming .binfo{max-width:88vw;text-align:center}
  .bpanel.coming .binfo .btile{margin-left:auto;margin-right:auto}
}

/* ===== WHO WE ARE (v8 cinematic timeline, integrated 2026-06-26) ===== */
.wv8{position:relative; color:#fff}
.wv8 .frame{position:relative; min-height:100vh; padding:118px 0 150px}

.wv8 .bg-track{position:absolute; inset:0; overflow:hidden; z-index:0}
.wv8 .bg-pin{position:sticky; top:0; height:100vh; overflow:hidden;
  background:radial-gradient(135% 105% at 22% 6%, #163E55 0%, #0A1F2D 50%, #07161F 100%)}
.wv8 .bg-pin .drift{position:absolute; inset:-12% -6%; opacity:.5;
  background:repeating-linear-gradient(90deg, rgba(127,169,201,.05) 0 1px, transparent 1px 150px);
  animation:wv8drift 32s linear infinite}
@keyframes wv8drift{from{transform:translateX(0)} to{transform:translateX(150px)}}
.wv8 .bg-pin .wash{position:absolute; inset:0; mix-blend-mode:screen; opacity:.55;
  background:radial-gradient(58% 48% at 72% 76%, rgba(70,99,127,.34), rgba(70,99,127,0) 70%);
  animation:wv8wash 17s ease-in-out infinite alternate}
@keyframes wv8wash{from{transform:translate(-5%, 3%) scale(1)} to{transform:translate(5%, -3%) scale(1.09)}}
.wv8 .scrim{position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg, rgba(7,22,31,.6) 0%, rgba(7,22,31,.4) 28%, rgba(7,22,31,.5) 70%, rgba(7,22,31,.8) 100%)}

.wv8 .content{position:relative; z-index:2; width:100%; max-width:1180px; margin:0 auto;
  padding:0 clamp(28px,6vw,84px); display:flex; flex-direction:column; align-items:flex-start;
  text-align:left; gap:clamp(50px,5.4vw,82px)}

.js .wv8 .reveal{opacity:0; transform:translateY(28px); filter:blur(9px);
  transition:opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1), filter .9s cubic-bezier(.16,1,.3,1);
  transition-delay:var(--d,0s)}
.wv8 .reveal.in{opacity:1; transform:none; filter:none}

/* intro */
.wv8 .wv-top{max-width:44rem}
.wv8 .eyebrow{font-size:13px; font-weight:700; letter-spacing:.3em; text-transform:uppercase; color:var(--ice);
  display:flex; align-items:center; gap:14px}
.wv8 .eyebrow::before{content:""; width:36px; height:1px; background:linear-gradient(90deg,var(--ice),rgba(127,169,201,0))}
.wv8 .headline{font-family:var(--sans); font-weight:900; color:#fff; margin-top:26px;
  font-size:clamp(42px,6.2vw,88px); line-height:.99; letter-spacing:-.04em; text-wrap:balance}
.wv8 .headline .it{color:var(--ice); letter-spacing:-.02em}
.wv8 .lede{margin-top:28px; max-width:42rem; font-size:clamp(17px,1.55vw,22px); line-height:1.6; color:#D3DEE7}
.wv8 .lede b{color:#fff; font-weight:700}

/* footprint (now near the top) */
.wv8 .footprint{display:flex; flex-wrap:wrap; align-items:baseline; gap:6px;
  border-top:1px solid rgba(127,169,201,.18); padding-top:clamp(22px,2.6vh,30px); width:100%; max-width:60rem}
.wv8 .footprint .lab{font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:#92A4B2; margin-right:16px}
.wv8 .footprint .c{font-size:clamp(16px,1.4vw,21px); color:#C2D0DC; font-weight:500}
.wv8 .footprint .c.home{color:#fff; font-weight:800}
.wv8 .footprint .sep{color:rgba(127,169,201,.55); margin:0 11px}

/* mission */
.wv8 .mission{max-width:50rem}
.wv8 .mission .lab{font-size:12px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; color:var(--ice)}
.wv8 .mission p{font-family:var(--sans); font-weight:800; color:#fff; margin-top:18px;
  font-size:clamp(22px,2.5vw,34px); line-height:1.22; letter-spacing:-.02em; text-wrap:balance}
.wv8 .mission p .it{color:var(--ice); font-weight:400}

/* section heads */
.wv8 .block-head{max-width:44rem; margin-top:clamp(22px,4.5vh,58px)}
.wv8 .block-head .lab{font-size:12px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; color:var(--ice)}
.wv8 .block-head h2{font-family:var(--sans); font-weight:900; color:#fff; letter-spacing:-.03em; margin-top:14px;
  font-size:clamp(28px,3.6vw,52px); line-height:1.02}
.wv8 .block-head h2 .it{color:var(--ice)}

/* timeline: giant year chapters */
/* TIMELINE ONLY: full-bleed paper-white band (edge to edge), dark text inside */
.wv8 .timeline-panel{width:100vw; margin-left:calc(50% - 50vw); background:#F7F8FA;
  padding:clamp(64px,10vh,128px) clamp(28px,6vw,84px)}
.wv8 .timeline-panel .yr-ch .year{color:rgba(14,42,60,.07)}
.wv8 .timeline-panel .yr-ch.soon .year{color:rgba(14,42,60,.05)}
.wv8 .timeline-panel .yr-ch h3{color:#0E2A3C}
.wv8 .timeline-panel .yr-ch p{color:#51626E}
.wv8 .timeline-panel .yr-ch .stamp{color:#46637F}
.wv8 .timeline-panel .yr-ch.soon .stamp{color:#6E7A87}
.wv8 .timeline-panel .yr-ch .award-badge{color:#46637F}
.wv8 .timeline-panel .tracer{background:rgba(14,42,60,.13)}
.wv8 .timeline-panel .tracer i{background:linear-gradient(180deg, rgba(70,99,127,0) 0%, #46637F 12%, #46637F 88%, rgba(70,99,127,0) 100%); box-shadow:none}
.wv8 .timeline-panel .yr-ch::before{background:#fff; border-color:#46637F; box-shadow:0 0 0 4px rgba(94,120,145,.14)}
.wv8 .timeline-panel .yr-ch.soon::before{border-color:#9AA6B0; box-shadow:none}
.wv8 .timeline-panel .yr-ch .award-img img{filter:drop-shadow(0 16px 28px rgba(14,42,60,.24))}
.wv8 .timeline{position:relative; width:100%; max-width:1040px; margin:0 auto; display:flex; flex-direction:column; gap:clamp(44px,4.8vw,76px)}
.wv8 .timeline .tracer{position:absolute; left:clamp(8px,2vw,26px); top:0; bottom:0; width:2px; z-index:1; background:rgba(127,169,201,.18)}
.wv8 .timeline .tracer i{position:absolute; left:-0.5px; top:0; width:3px; height:100%;
  background:linear-gradient(180deg, rgba(160,196,222,0) 0%, var(--ice) 12%, var(--ice) 88%, rgba(160,196,222,0) 100%);
  transform-origin:top; transform:scaleY(var(--grow,0)); border-radius:2px; box-shadow:0 0 14px rgba(127,169,201,.5)}
.wv8 .yr-ch{position:relative; padding-left:clamp(46px,7vw,108px)}
.wv8 .yr-ch::before{content:""; position:absolute; left:clamp(2px,2vw,20px); top:42px; width:14px; height:14px; border-radius:50%; z-index:2;
  background:#07161F; border:2px solid var(--ice); box-shadow:0 0 16px rgba(127,169,201,.6)}
.wv8 .yr-ch.soon::before{border-color:#6E8597; box-shadow:none}
.wv8 .yr-ch .year{position:absolute; left:clamp(38px,6vw,92px); top:50%; transform:translateY(-50%); z-index:0; pointer-events:none;
  font-family:var(--sans); font-weight:900; letter-spacing:-.06em; line-height:.8;
  font-size:clamp(90px,15vw,210px); color:rgba(127,169,201,.13); will-change:transform}
.wv8 .yr-ch.soon .year{color:rgba(94,120,145,.14)}
.wv8 .yr-ch .copy{position:relative; z-index:1; max-width:36rem; padding-top:14px}
.wv8 .yr-ch .stamp{font-size:13px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--ice)}
.wv8 .yr-ch.soon .stamp{color:#92A4B2}
.wv8 .yr-ch h3{font-family:var(--sans); font-weight:900; color:#fff; letter-spacing:-.02em; font-size:clamp(22px,2.5vw,34px); line-height:1.06; margin:9px 0 7px; text-wrap:balance}
.wv8 .yr-ch p{font-size:clamp(14.5px,1.2vw,17px); line-height:1.55; color:#C2D0DC}
.wv8 .yr-ch .award-badge{display:inline-flex; align-items:center; gap:6px; margin-top:14px; font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:#92A4B2}
.wv8 .yr-ch .award-badge::before{content:""; width:6px; height:6px; border-radius:50%; background:var(--ice)}
/* award + logo chapters: fixed-width text so every visual aligns in one column, kept left */
.wv8 .yr-ch.has-award .copy, .wv8 .yr-ch.has-logo .copy{display:flex; align-items:center; gap:clamp(16px,1.6vw,26px); max-width:none}
.wv8 .yr-ch .award-text, .wv8 .yr-ch .ch-text{order:1; flex:0 0 clamp(14rem,22vw,19rem); min-width:0; max-width:none}
.wv8 .yr-ch .award-img, .wv8 .yr-ch .brand-logo{order:2; flex:0 0 auto; align-self:center}
.wv8 .yr-ch .award-img img{height:clamp(100px,9vw,144px); width:auto; display:block;
  filter:drop-shadow(0 0 30px rgba(127,169,201,.18)) drop-shadow(0 24px 40px rgba(0,0,0,.6))}
.wv8 .yr-ch .brand-logo img{height:clamp(30px,3vw,46px); width:auto; display:block; opacity:.95}
.wv8 .yr-ch .brand-logo.boxed img{height:clamp(58px,5.4vw,80px); border-radius:12px; box-shadow:0 16px 34px rgba(0,0,0,.5)}

/* six capabilities, each with a Lucide icon */
.wv8 .bring{list-style:none; margin:0; padding:0; width:100%;
  display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(30px,3vw,46px) clamp(30px,3.4vw,56px)}
.wv8 .bring li{padding-top:24px; border-top:1px solid rgba(127,169,201,.2)}
.wv8 .bring .ic{display:block; width:30px; height:30px; color:var(--ice); margin-bottom:18px}
.wv8 .bring h3{font-size:clamp(17px,1.4vw,21px); font-weight:800; color:#fff; letter-spacing:-.015em; margin-bottom:9px}
.wv8 .bring p{font-size:14.5px; line-height:1.55; color:#AFBFCB; max-width:30ch}

/* mission as the finale (replaces World Class Results) */
.wv8 .mission-end{width:100%; max-width:62rem; border-top:1px solid rgba(127,169,201,.22); padding-top:clamp(42px,5.2vh,70px)}
.wv8 .mission-end .ms-lab{display:inline-flex; align-items:center; gap:14px;
  font-size:12px; font-weight:700; letter-spacing:.24em; text-transform:uppercase; color:var(--ice)}
.wv8 .mission-end .ms-lab::before{content:""; width:34px; height:1px; background:linear-gradient(90deg,var(--ice),rgba(127,169,201,0))}
.wv8 .mission-end .ms{font-family:var(--sans); font-weight:800; color:#EAF1F6; margin-top:24px;
  font-size:clamp(27px,3.4vw,48px); line-height:1.16; letter-spacing:-.022em; text-wrap:balance}
.wv8 .mission-end .ms .it{color:var(--ice); font-weight:400}
.wv8 .mission-end .signoff{height:clamp(22px,2vw,30px); width:auto; display:block; margin-top:clamp(32px,3.8vh,48px); opacity:.92}

@media (max-width:980px){ .wv8 .bring{grid-template-columns:repeat(2,1fr)} }
@media (max-width:560px){ .wv8 .bring{grid-template-columns:1fr} }
@media (max-width:820px){
  .wv8 .bg-pin{background:radial-gradient(135% 105% at 22% 6%, #163E55 0%, #0A1F2D 50%, #07161F 100%)}
  .wv8 .yr-ch.has-award .copy, .wv8 .yr-ch.has-logo .copy{flex-direction:column; align-items:flex-start; gap:22px}
  .wv8 .yr-ch .award-text, .wv8 .yr-ch .ch-text{flex:0 0 auto; width:100%}
  .wv8 .yr-ch .award-img, .wv8 .yr-ch .brand-logo{margin-left:0}
  .wv8 .headline{font-size:clamp(34px,9vw,54px)}
  .wv8 .mission p{font-size:clamp(20px,5.6vw,28px)}
  .wv8 .yr-ch h3{font-size:clamp(20px,5.6vw,28px)}
  .wv8 .yr-ch .year{font-size:clamp(72px,26vw,150px)}
  .wv8 .mission-end .ms{font-size:clamp(22px,6vw,32px)}
}
@media (prefers-reduced-motion:reduce){
  .js .wv8 .reveal{opacity:1!important; transform:none!important; filter:none!important; transition:none!important}
  .wv8 .bg-pin .drift, .wv8 .bg-pin .wash{animation:none!important}
  .wv8 .timeline .tracer i{transform:scaleY(1)!important}
  .wv8 .yr-ch .year{transform:translateY(-50%)!important}
}

/* ============================================================= */
/* V3a -- HERO: the DRC silhouette, built from 70 moments.       */
/* The country materialises tile by tile inside its own border,  */
/* the scroll dives INTO it (toward Kinshasa), and the journey   */
/* resolves into white with the Resto Group mark.                */
/* ============================================================= */

.drc-stage{display:grid;grid-template-columns:47fr 53fr;align-items:stretch;background:var(--darkest)}
.drc-stage{
  /* dive progress: 0 before the dive, 1 fully inside the country */
  --dv:clamp(0, calc((var(--p,0) - .30) / .38), 1);
  /* eased (quadratic) so the dive accelerates like a descent */
  --dq:calc(var(--dv) * var(--dv))}
.drc-defs{position:absolute;width:0;height:0}

.drc-zoom{grid-column:2;grid-row:1;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-width:0}
.drc-map{position:relative;width:min(76vh,44vw);aspect-ratio:1.0234;will-change:transform;
  transform-origin:42% 52%;
  transform:translateX(calc(var(--dv) * -21vw)) scale(calc(1 + var(--dq) * 5.4))}
/* a soft country-sized aura so the shape reads as lit from within */
.drc-map::before{content:"";position:absolute;inset:-14%;border-radius:50%;
  background:radial-gradient(50% 50% at 46% 48%,rgba(127,169,201,.16),rgba(127,169,201,0) 68%);
  opacity:calc(1 - var(--dv));pointer-events:none}
/* atmosphere bloom behind the country while you dive through the border */
.drc-zoom::before{content:"";position:absolute;inset:-30%;pointer-events:none;
  background:radial-gradient(46% 46% at 50% 50%,rgba(94,140,178,.28),rgba(94,140,178,.06) 55%,rgba(94,140,178,0) 75%);
  opacity:calc(var(--dv) * (1 - var(--dv)) * 4);transform:scale(calc(1 + var(--dv) * 1.6))}
.drc-fill{position:absolute;inset:0;display:grid;gap:2px;
  grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(7,1fr);
  clip-path:url(#drcClip);background:rgba(127,169,201,.04)}
.drc-outline{position:absolute;inset:0;width:100%;height:100%;overflow:visible;
  opacity:clamp(0, calc(1 - var(--dv) * 2.6), 1);
  filter:drop-shadow(0 0 14px rgba(127,169,201,.35))}
.drc-outline path{fill:none;stroke:var(--ice);stroke-width:1.5;vector-effect:non-scaling-stroke;
  stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;
  animation:drcdraw 2.8s cubic-bezier(.45,0,.2,1) .35s forwards}
@keyframes drcdraw{to{stroke-dashoffset:0}}

/* headline beside the country; it hands over as the dive begins */
.drc-copy{grid-column:1;grid-row:1;z-index:2;align-self:center;
  padding-left:clamp(28px,7vw,110px);padding-right:clamp(12px,2vw,32px);
  opacity:clamp(0, calc(1 - var(--dv) / .3), 1);
  transform:translateY(calc(var(--dv) * -70px));will-change:opacity,transform}
.drc-copy .hero-eyebrow{margin-bottom:22px}
.drc-copy .hero-title{font-size:clamp(44px,5.8vw,96px)}
.drc-copy .hero-sub{margin:26px 0 0;max-width:34ch;text-align:left}

.drc-cue{opacity:clamp(0, calc(1 - var(--p,0) / .05), 1)}

/* the dive resolves into white; the mark settles on it */
.hero-white{position:absolute;inset:0;z-index:6;display:flex;align-items:center;justify-content:center;
  background:var(--offwhite);pointer-events:none;
  opacity:clamp(0, calc((var(--p,0) - .74) / .11), 1)}
.hero-white .ho-inner{
  --hw:clamp(0, calc((var(--p,0) - .83) / .09), 1);
  opacity:var(--hw);transform:translateY(calc((1 - var(--hw)) * 24px))}
.hero-white .ho-inner img{height:clamp(54px,7vh,92px)}

@media (max-width:820px){
  .drc-stage{grid-template-columns:1fr;grid-template-rows:auto 1fr;align-items:center}
  .drc-copy{grid-column:1;grid-row:1;align-self:end;text-align:center;padding:13vh 22px 0}
  .drc-copy .hero-title{font-size:clamp(38px,10.5vw,56px)}
  .drc-copy .hero-sub{margin-left:auto;margin-right:auto;font-size:15px;text-align:center}
  .drc-zoom{grid-column:1;grid-row:2}
  .drc-map{width:min(88vw,58vh);transform:scale(calc(1 + var(--dq) * 4.2))}
}
@media (prefers-reduced-motion:reduce){
  .drc-outline path{animation:none;stroke-dashoffset:0}
  .drc-map{transform:none!important}
  .ctile{opacity:1!important;filter:none!important}
}

/* ============================================================= */
/* V3b -- THE JOURNEY: a pinned horizontal ride through the      */
/* years. Paper-white band; each year rises up as you reach it,  */
/* the line draws itself forward under the stops.                */
/* ============================================================= */

.journey-stage{display:block;background:#F7F8FA;overflow:hidden}
.jr-track{position:absolute;top:0;bottom:0;left:0;display:flex;align-items:stretch;gap:6vw;
  padding:0 22vw;will-change:transform;
  transform:translateX(clamp(-372vw, calc(var(--ps,var(--p,0)) * -404vw), 0vw))}

/* intro card */
.jr-intro{position:relative;width:56vw;flex:none;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:10vh}
.jr-lab{font-size:13px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--steel-strong);
  display:flex;align-items:center;gap:14px}
.jr-lab::before{content:"";width:36px;height:1px;background:linear-gradient(90deg,var(--steel-strong),rgba(70,99,127,0))}
.jr-intro h2{margin-top:24px;font-size:clamp(40px,4.6vw,76px);font-weight:900;letter-spacing:-.035em;line-height:1.0;color:var(--petrol);max-width:16ch}
.jr-intro h2 .it{color:var(--steel)}
.jr-intro p{margin-top:20px;font-size:clamp(15px,1.3vw,19px);color:#51626E}
.jr-arrow{margin-top:26px;font-size:30px;color:var(--steel-strong);animation:jrnudge 2.2s cubic-bezier(.45,0,.2,1) infinite}
@keyframes jrnudge{0%,100%{transform:translateX(0);opacity:.55}50%{transform:translateX(14px);opacity:1}}

/* year stops */
.jr-stop{position:relative;width:56vw;flex:none;display:flex;align-items:center;justify-content:center;gap:clamp(36px,4vw,80px);padding-bottom:10vh;
  --t:clamp(0, calc((var(--ps,var(--p,0)) - (var(--i) + 1) * .1533 + .1) / .085), 1)}
.jr-year{position:absolute;left:4%;top:6vh;z-index:0;pointer-events:none;
  font-weight:900;letter-spacing:-.06em;line-height:.8;font-size:clamp(160px,19vw,300px);
  color:rgba(14,42,60,.07);
  opacity:var(--t);transform:translateY(calc((1 - var(--t)) * 110px));will-change:opacity,transform}
.jr-copy{position:relative;z-index:1;max-width:26rem;
  opacity:var(--t);transform:translateY(calc((1 - var(--t)) * 52px));will-change:opacity,transform}
.jr-copy .stamp{font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--steel-strong)}
.jr-stop.soon .jr-copy .stamp{color:#6E7A87}
.jr-copy h3{font-weight:900;color:var(--petrol);letter-spacing:-.02em;font-size:clamp(24px,2.5vw,38px);line-height:1.06;margin:10px 0 8px;text-wrap:balance}
.jr-copy p{font-size:clamp(14.5px,1.2vw,17px);line-height:1.55;color:#51626E}
.jr-copy .award-badge{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#46637F}
.jr-copy .award-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--steel)}
/* the visual arrives a beat after the words */
.jr-visual{position:relative;z-index:1;flex:none;
  --tv:clamp(0, calc(var(--t) * var(--t) * 1.3 - .3), 1);
  opacity:var(--tv);transform:translateY(calc((1 - var(--tv)) * 70px));will-change:opacity,transform}
.jr-award img{height:clamp(160px,26vh,260px);width:auto;display:block;
  filter:drop-shadow(0 22px 36px rgba(14,42,60,.28))}
.jr-logo img{height:clamp(80px,9vw,120px);width:auto;display:block;border-radius:14px;
  box-shadow:0 22px 52px -18px rgba(14,42,60,.4)}
.jr-duo{display:flex;gap:16px}
.jr-duo figure{width:clamp(110px,11vw,160px);border-radius:14px;overflow:hidden;
  box-shadow:0 22px 52px -18px rgba(14,42,60,.4)}
.jr-duo img{width:100%;display:block}

/* the line the journey travels on */
.jr-rule{position:absolute;left:0;right:0;bottom:24vh;height:2px;background:rgba(14,42,60,.12)}
.jr-tracer{position:absolute;left:0;top:-0.5px;height:3px;border-radius:2px;
  width:min(calc(50vw + var(--ps,var(--p,0)) * 404vw), 422vw);
  background:linear-gradient(90deg,rgba(70,99,127,0) 0%,#46637F 6%,#46637F 100%);
  box-shadow:0 0 12px rgba(70,99,127,.4)}
.jr-node{position:absolute;left:50%;bottom:calc(24vh - 7px + 10vh - 10vh);bottom:calc(24vh - 7px);z-index:2;width:14px;height:14px;margin-left:-7px;border-radius:50%;
  background:#fff;border:2px solid #46637F;box-shadow:0 0 0 4px rgba(94,120,145,calc(var(--t) * .18));
  transform:scale(calc(.6 + var(--t) * .4));transition:none}
.jr-stop.soon .jr-node{border-color:#9AA6B0}

/* progress dots pinned to the stage (small, quiet) */
.journey-stage .rail-progress{background:rgba(14,42,60,.14)}

@media (max-width:820px), (prefers-reduced-motion:reduce){
  #journey.chapter{height:auto}
  .journey-stage{position:relative;height:auto}
  .jr-track{position:relative;transform:none!important;flex-direction:column;gap:9vh;
    padding:12vh 24px 10vh;align-items:stretch}
  .jr-intro,.jr-stop{width:100%;padding-bottom:0}
  .jr-stop{flex-direction:column;align-items:flex-start;gap:22px;
    --t:1}
  .jr-year{position:absolute;left:auto;right:-6px;top:-30px;font-size:clamp(88px,24vw,150px)}
  .jr-copy,.jr-visual,.jr-year{opacity:1;transform:none}
  .jr-award img{height:140px}
  .jr-rule,.jr-node{display:none}
  .jr-arrow{animation:none;transform:rotate(90deg)}
}

/* ============================================================= */
/* V3c -- WHAT WE BRING as living cards + MISSION as its own      */
/* screen where the words light up as you move through them.      */
/* ============================================================= */

.wv8 .bring li{background:rgba(255,255,255,.045);border:1px solid rgba(127,169,201,.2);border-radius:18px;
  padding:clamp(22px,2vw,30px);border-top:1px solid rgba(127,169,201,.2);
  transition:transform .5s cubic-bezier(.2,.7,.2,1),border-color .5s,background .5s,box-shadow .5s}
.wv8 .bring li:hover{transform:translateY(-6px);border-color:rgba(127,169,201,.5);
  background:rgba(255,255,255,.07);box-shadow:0 24px 60px -28px rgba(0,0,0,.6)}
.wv8 .bring .ic{width:32px;height:32px;padding:9px;box-sizing:content-box;border-radius:12px;
  background:rgba(127,169,201,.1);border:1px solid rgba(127,169,201,.24)}
.wv8 .bring p{max-width:none}

/* mission scene */
.mission-stage{background:radial-gradient(135% 105% at 24% 8%, #163E55 0%, #0A1F2D 52%, #07161F 100%);overflow:hidden}
.mission-stage .drift{position:absolute;inset:-12% -6%;opacity:.5;
  background:repeating-linear-gradient(90deg, rgba(127,169,201,.05) 0 1px, transparent 1px 150px);
  animation:wv8drift 32s linear infinite}
.mission-stage .wash{position:absolute;inset:0;mix-blend-mode:screen;opacity:.55;
  background:radial-gradient(58% 48% at 72% 76%, rgba(70,99,127,.34), rgba(70,99,127,0) 70%);
  animation:wv8wash 17s ease-in-out infinite alternate}
.mi-inner{position:relative;z-index:2;max-width:min(1080px,88vw);padding:0 clamp(24px,5vw,60px);text-align:left}
.mi-lab{display:inline-flex;align-items:center;gap:14px;font-size:12px;font-weight:700;letter-spacing:.24em;
  text-transform:uppercase;color:var(--ice);
  opacity:clamp(0, calc(var(--p,0) / .06), 1)}
.mi-lab::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--ice),rgba(127,169,201,0))}
.mi-text{font-weight:800;color:#fff;margin-top:26px;
  font-size:clamp(26px,3.3vw,52px);line-height:1.2;letter-spacing:-.022em;text-wrap:balance}
.mi-text .it{color:var(--ice);font-weight:400}
/* each word lights as the scroll passes it (spans injected by JS) */
.mi-text .mw{
  --wt:clamp(0, calc((var(--p,0) - var(--wa)) / .06), 1);
  opacity:calc(.14 + var(--wt) * .86);
  filter:blur(calc((1 - var(--wt)) * 2px));
  transition:none;will-change:opacity}
.mi-mark{height:clamp(22px,2vw,30px);width:auto;display:block;margin-top:clamp(34px,4.2vh,52px);
  opacity:clamp(0, calc((var(--p,0) - .8) / .12), 1);
  transform:translateY(calc((1 - clamp(0, calc((var(--p,0) - .8) / .12), 1)) * 18px))}

@media (max-width:820px){
  .mi-text{font-size:clamp(21px,5.8vw,30px)}
}
@media (prefers-reduced-motion:reduce){
  .mi-text .mw{opacity:1;filter:none}
  .mi-lab,.mi-mark{opacity:1;transform:none}
  .mission-stage .drift,.mission-stage .wash{animation:none}
  .jr-arrow{animation:none}
}

/* V3d -- brand tiles are doors: hover lift + focus ring */
.tile-link{cursor:pointer}
.tile-link img{transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.tile-link:hover img{transform:scale(1.06)}
.tile-link::after{content:"";position:absolute;inset:0;border-radius:inherit;
  box-shadow:inset 0 0 0 0 rgba(127,169,201,0);transition:box-shadow .4s}
.tile-link:hover::after{box-shadow:inset 0 0 0 3px rgba(127,169,201,.65)}
.tile-link:focus-visible{outline:3px solid var(--ice);outline-offset:3px}
.tile{position:relative}

/* ============================================================= */
/* V3e -- GUESTS + FAMILY at the photo's TRUE ratio.             */
/* No blur-fill, no squeeze: the portrait stands full-height,    */
/* the wide team shot runs as a broad band. Each is unveiled by  */
/* a cinematic wipe while the scene is locked.                   */
/* ============================================================= */

.nat-stage{display:grid;overflow:hidden}
.nat-stage .nat-photo{position:relative;margin:0;overflow:hidden;
  --t:clamp(0, calc((var(--p,0) - .04) / .34), 1)}
.nat-stage .nat-photo img{width:100%;height:100%;object-fit:cover;display:block;
  transform:scale(calc(1.07 - var(--t) * .07));transform-origin:center;will-change:transform}
.nat-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}
.nat-kick{font-size:clamp(12px,1vw,15px);font-weight:700;letter-spacing:.26em;text-transform:uppercase}
.nat-rule{display:block;width:54px;height:2px;margin:20px 0 24px}
.nat-title{font-size:clamp(38px,4.2vw,72px);font-weight:900;letter-spacing:-.03em;line-height:1.02;max-width:14ch;text-wrap:balance}
.nat-lead{margin-top:22px;font-size:clamp(16px,1.5vw,21px);line-height:1.55;max-width:38ch}
.nat-cap{display:inline-block;margin-top:28px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}

/* guests: light room, portrait photo standing flush right at 1015:1800 */
.nat-guests{grid-template-columns:1fr auto;background:var(--offwhite)}
.nat-guests .nat-copy{grid-column:1;padding:0 clamp(24px,4vw,60px) 0 clamp(28px,8vw,140px)}
.nat-guests .nat-photo{grid-column:2;height:100vh;aspect-ratio:1015/1800;
  clip-path:inset(0 0 0 calc((1 - var(--t)) * 100%))}
.nat-guests .nat-kick{color:var(--steel-strong)}
.nat-guests .nat-rule{background:var(--steel-strong)}
.nat-guests .nat-title{color:var(--petrol)}
.nat-guests .nat-title .it{color:var(--steel)}
.nat-guests .nat-lead{color:#51626E}
.nat-guests .nat-cap{color:#6E7A87}

/* family: dark room, the wide shot runs as a band at 1800:1098 */
.nat-family{grid-template-columns:auto 1fr;background:var(--darkest);align-items:center}
.nat-family .nat-photo{grid-column:1;width:58vw;aspect-ratio:1800/1098;align-self:center;
  clip-path:inset(0 calc((1 - var(--t)) * 100%) 0 0);
  border-radius:0 22px 22px 0;box-shadow:0 50px 120px -40px rgba(0,0,0,.8)}
.nat-family .nat-copy{grid-column:2;padding:0 clamp(28px,7vw,120px) 0 clamp(28px,5vw,80px)}
.nat-family .nat-kick{color:var(--ice)}
.nat-family .nat-rule{background:var(--ice)}
.nat-family .nat-title{color:#fff}
.nat-family .nat-title .it{color:var(--ice)}
.nat-family .nat-lead{color:#C3CFDA}
.nat-family .nat-cap{color:#9FB9D0}

@media (max-width:820px){
  [data-chapter=guests],[data-chapter=family]{height:auto}
  .nat-stage{position:relative;height:auto;display:flex;flex-direction:column;gap:6vh;padding:12vh 0}
  .nat-stage .r{--t:1!important;opacity:1!important;transform:none!important}
  .nat-stage .nat-photo{--t:1;clip-path:none!important}
  .nat-guests .nat-photo{order:-1;height:auto;width:76vw;aspect-ratio:1015/1800;align-self:center;
    border-radius:18px;box-shadow:0 30px 70px -30px rgba(14,42,60,.4)}
  .nat-family .nat-photo{width:calc(100% - 48px);align-self:center;border-radius:16px}
  .nat-guests .nat-copy,.nat-family .nat-copy{padding:0 24px}
  .nat-title{font-size:clamp(32px,8.4vw,46px)}
}
@media (prefers-reduced-motion:reduce){
  .nat-stage .nat-photo{clip-path:none!important}
  .nat-stage .nat-photo img{transform:none!important}
}

/* ============================================================= */
/* V3f -- HERO, Flyward register: light chart canvas, the DRC as */
/* a window onto the Congo River, headline over the country.     */
/* Overrides the V3a mosaic hero rules (markup replaced).        */
/* ============================================================= */

.drc-stage{display:block;grid-template-columns:none;
  background:
    repeating-linear-gradient(90deg, rgba(14,42,60,.045) 0 1px, transparent 1px 140px),
    repeating-linear-gradient(0deg, rgba(14,42,60,.045) 0 1px, transparent 1px 140px),
    linear-gradient(180deg,#F2F4F7 0%,#EDF0F4 100%)}
.carto{position:absolute;inset:0;z-index:0;opacity:calc(1 - var(--dv) * 1.6)}
.carto-marks{width:100%;height:100%}
.carto-marks .rose path{fill:rgba(70,99,127,.16)}
.carto-marks .rose circle{fill:none;stroke:rgba(70,99,127,.3);stroke-width:1}
.carto-marks .rose.sm path{fill:rgba(70,99,127,.11)}
.carto-marks .route{fill:none;stroke:rgba(70,99,127,.28);stroke-width:1.4;stroke-dasharray:2 9;stroke-linecap:round}
.carto-marks .port{fill:none;stroke:rgba(70,99,127,.3);stroke-width:1.2}

.drc-zoom{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}
.drc-map{width:min(86vh,92vw);aspect-ratio:1.0234;transform-origin:42% 52%;will-change:transform;
  transform:scale(calc(1 + var(--dq) * 1.9));
  filter:drop-shadow(0 40px 90px rgba(14,42,60,.28))}
.drc-map::before{display:none}
.drc-fill{grid-template-columns:none;grid-template-rows:none;display:block;background:none;gap:0}
.drc-photo{width:100%;height:100%;object-fit:cover;display:block;
  filter:saturate(1.22) contrast(1.1) brightness(.96);
  animation:kenriver 30s ease-in-out infinite alternate;will-change:transform}
@keyframes kenriver{from{transform:scale(1.06) translate(0.6%,0.8%)}to{transform:scale(1.15) translate(-0.8%,-0.8%)}}
/* readability veil inside the shape, deepest behind the headline */
.drc-fill::after{content:"";position:absolute;inset:0;
  background:
    radial-gradient(56% 40% at 50% 46%, rgba(7,22,31,.44), rgba(7,22,31,.1) 68%, rgba(7,22,31,0) 82%),
    linear-gradient(180deg, rgba(7,22,31,.14), rgba(7,22,31,.22))}

/* headline floats over the country, centered like the reference */
.drc-copy{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:0 24px;
  opacity:clamp(0, calc(1 - var(--dv) / .3), 1);
  transform:translateY(calc(var(--dv) * -60px));will-change:opacity,transform}
.drc-copy .hero-eyebrow{color:#DCE8F2;text-shadow:0 1px 18px rgba(7,22,31,.6);margin-bottom:24px}
.drc-copy .hero-title{font-size:clamp(46px,6.4vw,104px);color:#fff;text-shadow:0 4px 44px rgba(7,22,31,.55)}
.drc-copy .hero-sub{margin:26px auto 0;max-width:34ch;text-align:center;color:#E7EFF6;text-shadow:0 2px 20px rgba(7,22,31,.6)}

.drc-cue{color:#5A6B7A}
.drc-cue i{background:linear-gradient(180deg,#5E7891,transparent)}

@media (max-width:820px){
  .drc-map{width:min(92vw,70vh)}
  .drc-copy .hero-title{font-size:clamp(38px,10.5vw,56px)}
  .drc-copy .hero-sub{font-size:15px}
}
@media (prefers-reduced-motion:reduce){
  .drc-photo{animation:none}
  .drc-map{transform:none!important}
}

/* ============================================================= */
/* V3g -- the Congo River as the timeline's spine: a meandering  */
/* watercourse drawn across the years as you travel. Replaces    */
/* the straight rule + tracer.                                   */
/* ============================================================= */

.jr-rule,.jr-tracer{display:none}
.jr-river{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.jr-bed{fill:none;stroke:rgba(14,42,60,.1);stroke-width:11;stroke-linecap:round;
  vector-effect:non-scaling-stroke}
.jr-flow{fill:none;stroke:#46637F;stroke-width:3.5;stroke-linecap:round;
  vector-effect:non-scaling-stroke;
  filter:drop-shadow(0 0 7px rgba(94,140,178,.45));
  clip-path:inset(-40px calc(clamp(0, calc(.894 - var(--ps,var(--p,0)) * .856), 1) * 100%) -40px -40px)}
/* year markers become confluences sitting on the river's bends */
.jr-node{bottom:auto;top:calc(var(--ny,76vh) - 7px);
  background:#F7F8FA;border-color:#46637F;
  box-shadow:0 0 0 4px rgba(94,120,145,calc(var(--t) * .18)),0 0 14px rgba(94,140,178,calc(var(--t) * .5))}

@media (max-width:820px), (prefers-reduced-motion:reduce){
  .jr-river{display:none}
}
@media (prefers-reduced-motion:reduce){
  .jr-flow{clip-path:none}
}

/* V3g2 -- a thin ice highlight riding the drawn water */
.jr-glint{fill:none;stroke:#7FA9C9;stroke-width:1.4;stroke-linecap:round;opacity:.85;
  vector-effect:non-scaling-stroke;transform:translateY(-2px);
  clip-path:inset(-40px calc(clamp(0, calc(.894 - var(--ps,var(--p,0)) * .856), 1) * 100%) -40px -40px)}
@media (max-width:820px), (prefers-reduced-motion:reduce){ .jr-glint{clip-path:none} }

/* ============================================================= */
/* V3h -- MISSION as a film title over the Congo River.          */
/* The river drifts behind a dark veil; the statement rises in   */
/* three lines. Replaces the word-by-word treatment.             */
/* ============================================================= */

.mission-stage{background:var(--darkest)}
.mission-stage .drift,.mission-stage .wash{display:none}
.mi-bg{position:absolute;inset:0;overflow:hidden}
.mi-bg img{width:100%;height:100%;object-fit:cover;display:block;
  filter:brightness(.52) saturate(1.15) contrast(1.05);
  transform:scale(calc(1.16 - var(--p,0) * .09));transform-origin:50% 40%;will-change:transform}
.mi-veil{position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(7,22,31,.66) 0%, rgba(7,22,31,.3) 40%, rgba(7,22,31,.62) 100%),
    radial-gradient(70% 55% at 38% 52%, rgba(7,22,31,.5), rgba(7,22,31,.12) 70%)}
.mi-text .ml{display:block;
  --t:clamp(0, calc((var(--p,0) - var(--a)) / (var(--b) - var(--a))), 1);
  opacity:var(--t);transform:translateY(calc((1 - var(--t)) * 42px));
  filter:blur(calc((1 - var(--t)) * 6px));will-change:opacity,transform,filter}
.mi-text .ml + .ml{margin-top:.35em}
.mi-text{text-shadow:0 3px 30px rgba(7,22,31,.55)}
.mi-mark{opacity:clamp(0, calc((var(--p,0) - .66) / .12), 1);
  transform:translateY(calc((1 - clamp(0, calc((var(--p,0) - .66) / .12), 1)) * 18px))}

@media (prefers-reduced-motion:reduce){
  .mi-text .ml{opacity:1;transform:none;filter:none}
  .mi-bg img{transform:none}
}

/* ============================================================= */
/* V3i -- WHAT WE BRING as a pinned editorial index. Six lines   */
/* take their turn; the photograph and note crossfade with the   */
/* active line. Replaces the card grid.                          */
/* ============================================================= */

.bring-stage{background:radial-gradient(135% 105% at 22% 6%, #163E55 0%, #0A1F2D 50%, #07161F 100%)}
.bx-wrap{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;
  padding:0 clamp(28px,6vw,84px);display:grid;grid-template-columns:1.15fr .85fr;
  gap:clamp(36px,5vw,90px);align-items:center}
/* per-item activation window: rises in, holds its slot, hands over */
.bx-row,.bx-photo,.bx-note{
  --a:calc(.06 + var(--i) * .14);
  --in:min(clamp(0, calc((var(--p,0) - var(--a)) / .05), 1),
           clamp(0, calc((var(--a) + .19 - var(--p,0)) / .05), 1))}
/* the last item stays lit to the end of the scene */
.bx-row[style*="--i:5"],.bx-photo[style*="--i:5"],.bx-note[style*="--i:5"]{
  --in:clamp(0, calc((var(--p,0) - var(--a)) / .05), 1)}

.bx-lab{font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--ice);
  display:inline-flex;align-items:center;gap:14px}
.bx-lab::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--ice),rgba(127,169,201,0))}
.bx-title{font-weight:900;color:#fff;letter-spacing:-.03em;margin:16px 0 clamp(24px,3.4vh,44px);
  font-size:clamp(28px,3.2vw,46px);line-height:1.02}
.bx-title .it{color:var(--ice)}
.bx-list{list-style:none;margin:0;padding:0}
.bx-row{display:flex;align-items:baseline;gap:clamp(16px,1.6vw,26px);
  padding:clamp(12px,1.9vh,19px) 0;border-top:1px solid rgba(127,169,201,.16);
  opacity:calc(.3 + var(--in) * .7);
  transform:translateX(calc(var(--in) * 16px));will-change:opacity,transform}
.bx-num{font-size:13px;font-weight:700;letter-spacing:.14em;font-variant-numeric:tabular-nums;
  color:rgba(127,169,201,calc(.45 + var(--in) * .55))}
.bx-name{font-weight:800;letter-spacing:-.018em;color:#fff;font-size:clamp(19px,2vw,30px);line-height:1.1}

.bx-right{display:flex;flex-direction:column;gap:22px;min-width:0}
.bx-frame{position:relative;aspect-ratio:4/3;border-radius:18px;overflow:hidden;
  box-shadow:0 44px 96px -34px rgba(0,0,0,.65);background:#0A1F2D}
.bx-photo{position:absolute;inset:0;margin:0;opacity:var(--in);will-change:opacity}
.bx-photo img{width:100%;height:100%;object-fit:cover;display:block;
  transform:scale(calc(1.08 - var(--in) * .06));will-change:transform}
.bx-desc{position:relative;min-height:3.2em}
.bx-note{position:absolute;inset:0;margin:0;font-size:clamp(15px,1.35vw,18px);line-height:1.55;color:#C2D0DC;
  opacity:var(--in);transform:translateY(calc((1 - var(--in)) * 14px));will-change:opacity,transform}

@media (max-width:820px), (prefers-reduced-motion:reduce){
  #bring.chapter{height:auto}
  .bring-stage{position:relative;height:auto;padding:12vh 0}
  .bx-wrap{grid-template-columns:1fr;gap:5vh}
  .bx-row,.bx-photo,.bx-note{--in:1}
  .bx-row{transform:none}
  /* static: interleave list + one photo; hide the crossfade stack except the team shot */
  .bx-frame{aspect-ratio:16/10}
  .bx-photo{position:absolute}
  .bx-photo:not([style*="--i:4"]){opacity:0}
  .bx-photo[style*="--i:4"]{opacity:1}
  .bx-desc{display:none}
}

/* V3i2 -- notes hand over cleanly (no text-on-text ghosting) */
.bx-note{
  --in:min(clamp(0, calc((var(--p,0) - var(--a) - .015) / .04), 1),
           clamp(0, calc((var(--a) + .155 - var(--p,0)) / .035), 1))}
.bx-note[style*="--i:5"]{
  --in:clamp(0, calc((var(--p,0) - var(--a) - .015) / .04), 1)}
@media (max-width:820px), (prefers-reduced-motion:reduce){
  .bx-note{--in:1}
}

/* V3j -- required photo attribution, quiet in the footer */
.foot-credit{font-size:11px;letter-spacing:.04em;color:#6E8090}

/* V3k -- mobile hero: headline in ink ABOVE the country, not white over the canvas */
@media (max-width:820px){
  .drc-stage{display:flex;flex-direction:column;justify-content:center;gap:4vh;
    grid-template-columns:none;grid-template-rows:none;padding:11vh 0 7vh}
  .drc-copy{position:relative;inset:auto;order:1;padding:0 22px}
  .drc-copy .hero-eyebrow{color:#46637F;text-shadow:none}
  .drc-copy .hero-title{color:var(--petrol);text-shadow:none}
  .drc-copy .hero-sub{color:#51626E;text-shadow:none}
  .drc-zoom{position:relative;inset:auto;order:2}
  .drc-map{filter:drop-shadow(0 24px 50px rgba(14,42,60,.3))}
}

/* ============================================================= */
/* V3m -- HERO restored to the original collage film, now inset  */
/* within a frame: a border of quiet dark around smaller tiles.  */
/* ============================================================= */

.hero-col.framed{background:var(--darkest)}
.hero-col.framed .collage{
  inset:clamp(52px,9vh,96px) clamp(52px,8vw,150px);
  border-radius:14px;overflow:hidden;gap:3px}
.hero-col.framed .collage-scrim{
  inset:clamp(52px,9vh,96px) clamp(52px,8vw,150px);border-radius:14px}
/* restore the original unifying wash strength */
.hero-col.framed .ctile::after{background:rgba(28,62,94,.55)}
/* a hairline chart frame around the collage window */
.hero-col.framed::before{content:"";position:absolute;z-index:2;pointer-events:none;
  inset:calc(clamp(52px,9vh,96px) - 10px) calc(clamp(52px,8vw,150px) - 10px);
  border:1px solid rgba(127,169,201,.18);border-radius:20px}

@media (max-width:820px){
  .hero-col.framed .collage,.hero-col.framed .collage-scrim{
    inset:12vh 20px;border-radius:12px}
  .hero-col.framed::before{inset:calc(12vh - 8px) 12px;border-radius:18px}
}

/* ============================================================= */
/* V3n -- (a) the journey floats on the flowing river: looping   */
/* video under a paper frost. (b) capabilities back to the       */
/* original six; the icons DRAW themselves as the list reveals.  */
/* (c) mission over the Kinshasa skyline, slightly darkened.     */
/* (d) guests + people combined into one editorial scene.        */
/* ============================================================= */

/* (a) river under the years */
.jr-flow-bg{position:absolute;inset:0;z-index:0}
.jr-flow-bg video{width:100%;height:100%;object-fit:cover;display:block}
.jr-frost{position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(247,248,250,.94) 0%,rgba(247,248,250,.8) 34%,
    rgba(247,248,250,.72) 62%,rgba(247,248,250,.88) 100%)}
.jr-track{z-index:2}
@media (max-width:820px), (prefers-reduced-motion:reduce){
  .jr-flow-bg,.jr-frost{display:none}
}

/* (b) un-card the six capabilities (owner call), icons draw on reveal */
.wv8 .bring li{background:none;border:none;border-top:1px solid rgba(127,169,201,.2);
  border-radius:0;padding:24px 0 0;box-shadow:none;
  transition:border-color .5s}
.wv8 .bring li:hover{transform:none;background:none;box-shadow:none;border-top-color:rgba(127,169,201,.55)}
.wv8 .bring .ic{width:30px;height:30px;padding:0;box-sizing:border-box;background:none;border:none;border-radius:0;
  transition:color .5s,transform .5s cubic-bezier(.2,.7,.2,1)}
.wv8 .bring li:hover .ic{color:#fff;transform:translateY(-3px)}
.wv8 .bring .ic path,.wv8 .bring .ic circle,.wv8 .bring .ic polyline{
  stroke-dasharray:100;stroke-dashoffset:0}
.js .wv8 .bring li.reveal:not(.in) .ic path,
.js .wv8 .bring li.reveal:not(.in) .ic circle,
.js .wv8 .bring li.reveal:not(.in) .ic polyline{stroke-dashoffset:100}
.wv8 .bring li.reveal.in .ic path,
.wv8 .bring li.reveal.in .ic circle,
.wv8 .bring li.reveal.in .ic polyline{
  transition:stroke-dashoffset 1.5s cubic-bezier(.5,0,.15,1) calc(var(--d,0s) + .25s)}
@media (prefers-reduced-motion:reduce){
  .wv8 .bring .ic path,.wv8 .bring .ic circle,.wv8 .bring .ic polyline{
    stroke-dashoffset:0!important;transition:none!important}
}

/* (c) mission: Kinshasa, slightly darkened */
.mi-bg img{filter:brightness(.62) saturate(1.08) contrast(1.04)}

/* (d) moments & people, one light editorial scene */
.mo-stage{display:grid;grid-template-columns:1fr auto;background:var(--offwhite);overflow:hidden}
.mo-left{display:flex;flex-direction:column;justify-content:center;gap:clamp(26px,4.5vh,48px);
  min-width:0;padding:0 clamp(24px,4vw,64px) 0 clamp(28px,7vw,120px)}
.mo-title{font-size:clamp(30px,3.1vw,52px);font-weight:900;letter-spacing:-.028em;line-height:1.1;
  color:var(--petrol);max-width:24ch;text-wrap:balance;padding-bottom:4px}
.mo-title .it{color:var(--steel)}
.mo-row{display:grid;grid-template-columns:auto 1fr;gap:clamp(22px,2.6vw,44px);align-items:end}
.mo-photo{margin:0;min-width:0}
.mo-photo img{display:block;border-radius:14px}
.mo-photo figcaption{margin-top:12px;font-size:11px;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:#6E7A87}
.mo-wide{--t:clamp(0, calc((var(--p,0) - .18) / .3), 1);
  clip-path:inset(-40px calc((1 - var(--t)) * 100%) -40px 0)}
.mo-wide img{width:clamp(300px,30vw,480px);aspect-ratio:1800/1098;object-fit:cover;
  box-shadow:0 30px 70px -30px rgba(14,42,60,.42);
  transform:scale(calc(1.05 - var(--t) * .05));transform-origin:left center}
.mo-leads{display:flex;flex-direction:column;gap:clamp(18px,2.6vh,30px);padding-bottom:26px}
.mo-lead b{display:block;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
  color:var(--steel-strong);margin-bottom:8px}
.mo-lead p{font-size:clamp(14.5px,1.2vw,17px);line-height:1.55;color:#51626E;max-width:34ch}
.mo-tall{position:relative;height:100vh;
  --t:clamp(0, calc((var(--p,0) - .06) / .3), 1);
  clip-path:inset(-40px 0 -40px calc((1 - var(--t)) * 100%))}
.mo-tall img{height:100%;width:auto;aspect-ratio:1015/1800;object-fit:cover;border-radius:0;
  transform:scale(calc(1.06 - var(--t) * .06));transform-origin:right center}
.mo-tall figcaption{position:absolute;left:-9999px}
/* the tall photo's caption reads better inside the left column flow on top of light ground;
   keep it accessible offscreen and let the wide caption carry the scene */

@media (max-width:820px){
  [data-chapter=moments]{height:auto}
  .mo-stage{position:relative;height:auto;display:flex;flex-direction:column;gap:5vh;padding:12vh 0}
  .mo-stage .r{--t:1!important;opacity:1!important;transform:none!important}
  .mo-left{padding:0 24px;gap:26px}
  .mo-row{grid-template-columns:1fr;align-items:start}
  .mo-wide,.mo-tall{clip-path:none!important;--t:1}
  .mo-wide img{width:100%;transform:none}
  .mo-tall{height:auto;align-self:center;padding:0 24px}
  .mo-tall img{height:auto;width:74vw;border-radius:16px;transform:none;
    box-shadow:0 30px 70px -30px rgba(14,42,60,.4)}
  .mo-tall figcaption{position:static;margin-top:12px}
  .mo-leads{padding-bottom:0}
}
@media (prefers-reduced-motion:reduce){
  .mo-wide,.mo-tall{clip-path:none!important}
  .mo-wide img,.mo-tall img{transform:none!important}
}

/* ============================================================= */
/* V3o -- the river takes the timeline: video far more present,  */
/* scene flips to light-on-water (desktop, motion allowed only;  */
/* mobile & reduced-motion keep the paper theme, video hidden).  */
/* ============================================================= */

@media (min-width:821px) and (prefers-reduced-motion:no-preference){
  .journey-stage{background:var(--deep)}
  .jr-flow-bg video{filter:brightness(.68) saturate(1.12) contrast(1.05)}
  .jr-frost{background:linear-gradient(180deg,rgba(7,22,31,.58) 0%,rgba(7,22,31,.22) 38%,
    rgba(7,22,31,.24) 64%,rgba(7,22,31,.62) 100%)}
  .jr-lab{color:var(--ice)}
  .jr-lab::before{background:linear-gradient(90deg,var(--ice),rgba(127,169,201,0))}
  .jr-intro h2{color:#fff;text-shadow:0 2px 26px rgba(7,22,31,.5)}
  .jr-intro h2 .it{color:var(--ice)}
  .jr-intro p{color:#D6E0EA;text-shadow:0 1px 14px rgba(7,22,31,.5)}
  .jr-arrow{color:var(--ice)}
  .jr-year{color:rgba(255,255,255,.14)}
  .jr-copy .stamp{color:var(--ice)}
  .jr-stop.soon .jr-copy .stamp{color:#AFC4D6}
  .jr-copy h3{color:#fff;text-shadow:0 2px 22px rgba(7,22,31,.55)}
  .jr-copy p{color:#D6E0EA;text-shadow:0 1px 14px rgba(7,22,31,.5)}
  .jr-copy .award-badge{color:#AFC4D6}
  .jr-copy .award-badge::before{background:var(--ice)}
  .jr-award img{filter:drop-shadow(0 22px 36px rgba(0,0,0,.5))}
  .jr-bed{stroke:rgba(255,255,255,.3)}
  .jr-flow{stroke:#EAF3FA;filter:drop-shadow(0 0 9px rgba(255,255,255,.55))}
  .jr-glint{stroke:#fff}
  .jr-node{background:var(--deep);border-color:#EAF3FA;
    box-shadow:0 0 0 4px rgba(234,243,250,calc(var(--t) * .2)),0 0 16px rgba(255,255,255,calc(var(--t) * .55))}
}

/* ============================================================= */
/* V3p -- MOMENTS & PEOPLE as a diptych: guests in the light,    */
/* the family on navy. Same page, two distinct worlds.           */
/* ============================================================= */

.mo-stage{display:grid;grid-template-columns:1fr 1fr;background:none;overflow:hidden}
.mo-half{display:flex;flex-direction:column;justify-content:center;gap:clamp(24px,4vh,44px);
  min-width:0;padding:clamp(56px,9vh,96px) clamp(28px,4.5vw,80px)}
.mo-guests{background:var(--offwhite)}
.mo-family{background:var(--deep)}
.mo-kick{font-size:12px;font-weight:700;letter-spacing:.26em;text-transform:uppercase}
.mo-h{font-size:clamp(28px,2.7vw,46px);font-weight:900;letter-spacing:-.028em;line-height:1.08;
  max-width:16ch;text-wrap:balance;padding-bottom:3px}
.mo-p{margin-top:14px;font-size:clamp(14.5px,1.2vw,17px);line-height:1.55;max-width:36ch}
.mo-guests .mo-kick{color:var(--steel-strong)}
.mo-guests .mo-h{color:var(--petrol)}
.mo-guests .mo-h .it{color:var(--steel)}
.mo-guests .mo-p{color:#51626E}
.mo-family .mo-kick{color:var(--ice)}
.mo-family .mo-h{color:#fff}
.mo-family .mo-h .it{color:var(--ice)}
.mo-family .mo-p{color:#C3CFDA}
.mo-photo{margin:0;min-width:0}
.mo-photo img{display:block;border-radius:14px}
.mo-photo figcaption{margin-top:12px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.mo-guests figcaption{color:#6E7A87}
.mo-family figcaption{color:#9FB9D0}
/* the guest portrait stands at its true ratio, unveiled left-to-right */
.mo-tall{--t:clamp(0, calc((var(--p,0) - .08) / .28), 1);
  clip-path:inset(-40px calc((1 - var(--t)) * 100%) -40px 0)}
.mo-tall img{height:clamp(300px,46vh,470px);width:auto;aspect-ratio:1015/1800;object-fit:cover;
  box-shadow:0 30px 70px -30px rgba(14,42,60,.42);
  transform:scale(calc(1.05 - var(--t) * .05));transform-origin:left center}
/* the team photo runs wide at its true ratio, unveiled right-to-left */
.mo-wide{--t:clamp(0, calc((var(--p,0) - .18) / .28), 1);
  clip-path:inset(-40px 0 -40px calc((1 - var(--t)) * 100%))}
.mo-wide img{width:min(100%,560px);aspect-ratio:1800/1098;object-fit:cover;
  box-shadow:0 30px 70px -30px rgba(0,0,0,.55);
  transform:scale(calc(1.05 - var(--t) * .05));transform-origin:right center}

@media (max-width:820px){
  [data-chapter=moments]{height:auto}
  .mo-stage{position:relative;height:auto;grid-template-columns:1fr}
  .mo-stage .r{--t:1!important;opacity:1!important;transform:none!important}
  .mo-half{padding:11vh 24px}
  .mo-tall,.mo-wide{clip-path:none!important;--t:1}
  .mo-tall img,.mo-wide img{transform:none}
  .mo-tall img{height:auto;width:72vw;max-width:340px}
  .mo-wide img{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .mo-tall,.mo-wide{clip-path:none!important}
  .mo-tall img,.mo-wide img{transform:none!important}
}

/* ============================================================= */
/* V3q -- the collage pulls further back: even smaller tiles     */
/* inside a wider border of dark.                                */
/* ============================================================= */

.hero-col.framed .collage,
.hero-col.framed .collage-scrim{
  inset:clamp(76px,15vh,170px) clamp(76px,14vw,300px)}
.hero-col.framed::before{
  inset:calc(clamp(76px,15vh,170px) - 10px) calc(clamp(76px,14vw,300px) - 10px)}
@media (max-width:820px){
  .hero-col.framed .collage,.hero-col.framed .collage-scrim{inset:14vh 26px}
  .hero-col.framed::before{inset:calc(14vh - 8px) 18px}
}

/* ============================================================= */
/* V3r -- capabilities: an orchestrated entrance that replays.   */
/* Hairlines draw across, rows rise out of blur, icons stroke    */
/* themselves in, all on one stagger. Kowalski rules: transform, */
/* opacity, blur only; exits instant; reduced-motion static.     */
/* ============================================================= */

.wv8-b .bring li{border-top:none;position:relative}
.wv8-b .bring li::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;
  background:rgba(127,169,201,.3);transform:scaleX(0);transform-origin:left;
  transition:transform 1s cubic-bezier(.22,1,.36,1) var(--d,0s)}
.wv8-b .bring li.in::before{transform:scaleX(1)}
.js .wv8-b .reveal{transition-duration:.75s}
.js .wv8-b .reveal:not(.in){transition-duration:.2s;transition-delay:0s}
.wv8-b .bring li:hover .ic path,
.wv8-b .bring li:hover .ic circle,
.wv8-b .bring li:hover .ic polyline{animation:icredraw 1.1s cubic-bezier(.5,0,.15,1)}
@keyframes icredraw{from{stroke-dashoffset:100}to{stroke-dashoffset:0}}
@media (prefers-reduced-motion:reduce){
  .wv8-b .bring li::before{transform:scaleX(1);transition:none}
  .wv8-b .bring li:hover .ic path,.wv8-b .bring li:hover .ic circle,
  .wv8-b .bring li:hover .ic polyline{animation:none}
}

/* V3p2 -- the diptych halves fill the stage edge to edge */
.mo-stage{align-items:stretch;justify-content:stretch}
.mo-tall{height:auto;position:relative}

/* V3p3 -- caption returns under the portrait; portrait breathes a little larger */
.mo-tall figcaption{position:static;left:auto;margin-top:12px}
.mo-tall img{height:clamp(320px,52vh,520px)}

/* V3s -- mission over the golden-hour river aerial: gentler dim (the photo
   carries its own dusk), stronger left veil so the lines sit on quiet ground */
.mi-bg img{filter:brightness(.72) saturate(1.05) contrast(1.02)}
.mi-veil{background:
  linear-gradient(90deg, rgba(7,22,31,.66) 0%, rgba(7,22,31,.34) 46%, rgba(7,22,31,.1) 75%),
  linear-gradient(180deg, rgba(7,22,31,.42) 0%, rgba(7,22,31,.12) 45%, rgba(7,22,31,.5) 100%)}

/* ============================================================= */
/* V3t -- HERO as a typographic manifesto. Off-white ground,     */
/* Petrol ink, one Spectral word. Lines rise as you arrive,      */
/* the statement releases upward as you leave.                   */
/* ============================================================= */

.mani-stage{background:linear-gradient(180deg,#F4F6F8 0%,#EFF2F5 100%)}
.mani{position:relative;z-index:2;text-align:center;padding:0 24px;max-width:1200px;
  transform:translateY(calc(clamp(0, calc((var(--p,0) - .6) / .34), 1) * -70px));
  opacity:calc(1 - clamp(0, calc((var(--p,0) - .66) / .3), 1))}
.mani-eyebrow{font-size:clamp(12px,1.05vw,15px);font-weight:700;letter-spacing:.34em;text-transform:uppercase;
  color:var(--steel-strong);margin-bottom:clamp(24px,4vh,40px)}
.mani-title{font-weight:900;color:var(--petrol);letter-spacing:-.038em;line-height:.98;
  font-size:clamp(60px,10.5vw,170px)}
.mani-title .mline{display:block}
.mani-title .it{color:var(--steel);letter-spacing:-.02em}
.mani-rule{display:block;width:64px;height:2px;background:var(--steel);margin:clamp(26px,4.4vh,44px) auto;
  transform-origin:center;
  transform:scaleX(clamp(0, calc((var(--p,0) - .12) / .1), 1))}
.mani-sub{font-size:clamp(16px,1.6vw,22px);line-height:1.55;color:#51626E;max-width:44ch;margin:0 auto}
.mani-cue{color:#8A93A0}
.mani-cue i{background:linear-gradient(180deg,#8A93A0,transparent)}
/* the manifesto's own reveal curve (slower, statelier than .r default) */
.mani .r{transform:translateY(calc((1 - var(--t)) * 34px));
  filter:blur(calc((1 - var(--t)) * 5px))}

@media (max-width:820px){
  .mani-title{font-size:clamp(46px,13.5vw,74px)}
  .mani-eyebrow{letter-spacing:.2em}
}
@media (prefers-reduced-motion:reduce){
  .mani{transform:none;opacity:1}
  .mani .r{opacity:1!important;transform:none!important;filter:none!important}
  .mani-rule{transform:scaleX(1)}
}

/* ============================================================= */
/* V3u -- MOMENTS & PEOPLE as two acts on one stage: the table   */
/* fills the screen, then dissolves into the family behind it.   */
/* ============================================================= */

.act-stage{display:block;background:var(--darkest)}
.act{position:absolute;inset:0}
.act-bg{position:absolute;inset:0;overflow:hidden}
.act-bg img{width:100%;height:100%;object-fit:cover;display:block;will-change:transform}
.act-scrim{position:absolute;inset:0}
.act-scrim.left{background:
  linear-gradient(90deg,rgba(7,22,31,.78) 0%,rgba(7,22,31,.42) 40%,rgba(7,22,31,.06) 72%),
  linear-gradient(180deg,rgba(7,22,31,.2),rgba(7,22,31,.3))}
.act-scrim.right{background:
  linear-gradient(270deg,rgba(7,22,31,.8) 0%,rgba(7,22,31,.44) 40%,rgba(7,22,31,.08) 72%),
  linear-gradient(180deg,rgba(7,22,31,.2),rgba(7,22,31,.34))}
.act-copy{position:absolute;top:50%;transform:translateY(-50%);left:clamp(28px,7vw,110px);z-index:2;max-width:34rem}
.act-copy.right{left:auto;right:clamp(28px,7vw,110px)}
.act-kick{font-size:clamp(12px,1vw,15px);font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--ice)}
.act-h{margin-top:18px;font-size:clamp(38px,4.4vw,74px);font-weight:900;letter-spacing:-.03em;line-height:1.02;
  color:#fff;text-wrap:balance;padding-bottom:4px;text-shadow:0 3px 30px rgba(7,22,31,.5)}
.act-h .it{color:var(--ice)}
.act-p{margin-top:20px;font-size:clamp(16px,1.5vw,21px);line-height:1.55;color:#DCE6EF;max-width:38ch;
  text-shadow:0 2px 18px rgba(7,22,31,.5)}
.act-cap{display:inline-block;margin-top:24px;font-size:11px;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:#9FB9D0}
/* the cross-dissolve, driven by the scroll through the lock */
.act1{opacity:calc(1 - clamp(0, calc((var(--p,0) - .42) / .16), 1))}
.act2{opacity:clamp(0, calc((var(--p,0) - .42) / .16), 1)}
.act1 .act-bg img{transform:scale(calc(1.03 + var(--p,0) * .1))}
.act2 .act-bg img{transform:scale(calc(1.18 - var(--p,0) * .12))}

@media (max-width:820px){
  [data-chapter=moments]{height:auto}
  .act-stage{position:relative;height:auto}
  .act{position:relative;inset:auto;min-height:88vh;opacity:1!important}
  .act .r{--t:1!important;opacity:1!important;transform:none!important}
  .act-bg img{transform:none!important}
  .act-copy,.act-copy.right{position:absolute;top:auto;bottom:7vh;left:20px;right:20px;transform:none;max-width:none}
  .act-scrim.left,.act-scrim.right{background:linear-gradient(0deg,rgba(7,22,31,.9) 0%,rgba(7,22,31,.2) 60%)}
  .act-h{font-size:clamp(32px,8.4vw,46px)}
}
@media (prefers-reduced-motion:reduce){
  [data-chapter=moments]{height:auto}
  .act-stage{position:relative;height:auto}
  .act{position:relative;inset:auto;min-height:100vh;opacity:1!important}
  .act-bg img{transform:none!important}
  .act .r{opacity:1!important;transform:none!important}
}

/* ============================================================= */
/* V3v -- the RESOLVE: welcome dissolves straight into white     */
/* and the mark, then the story begins at Who We Are.            */
/* ============================================================= */

.resolve-stage{background:var(--offwhite)}
.rs-inner{
  --t:clamp(0, calc((var(--p,0) - .1) / .3), 1);
  opacity:var(--t);
  transform:translateY(calc((1 - var(--t)) * 22px)) scale(calc(.98 + var(--t) * .02))}
.rs-inner img{height:clamp(56px,7.5vh,96px);display:block}
@media (prefers-reduced-motion:reduce){
  .rs-inner{opacity:1;transform:none}
}

/* ============================================================= */
/* V3w -- MOMENTS & PEOPLE as a gallery film: the copy holds the */
/* left, seven photographs pass through the right at their true  */
/* ratios. Guests first (cheers, the table, the plates), then    */
/* the family behind them.                                       */
/* ============================================================= */

.seq-stage{display:block;background:
  radial-gradient(120% 90% at 72% 40%, #12303F 0%, var(--deep) 46%, var(--darkest) 100%)}
.seq-copy{position:absolute;top:50%;transform:translateY(-50%);left:clamp(28px,6vw,96px);z-index:2;
  max-width:30rem}
/* the two copy blocks trade places as the family arrives */
.sq-guests{opacity:calc(1 - clamp(0, calc((var(--p,0) - .53) / .07), 1));
  transform:translateY(calc(-50% - clamp(0, calc((var(--p,0) - .53) / .07), 1) * 26px))}
.sq-people{--t2:clamp(0, calc((var(--p,0) - .56) / .07), 1);
  opacity:var(--t2);transform:translateY(calc(-50% + (1 - var(--t2)) * 26px))}
/* entrance of the first copy */
.sq-guests .act-kick,.sq-guests .act-h,.sq-guests .act-p,.sq-guests .act-cap{
  --t:clamp(0, calc((var(--p,0) - .02) / .1), 1);
  opacity:var(--t);transform:translateY(calc((1 - var(--t)) * 24px))}
.seq-copy .act-h{font-size:clamp(34px,3.6vw,60px);text-shadow:none}
.seq-copy .act-p{text-shadow:none}

.seq-plates{position:absolute;top:0;bottom:0;left:clamp(30rem,40vw,44rem);right:clamp(24px,4vw,72px);z-index:1}
.sq-plate{position:absolute;inset:0;margin:0;display:flex;align-items:center;justify-content:center;
  --a:calc(.03 + var(--i) * .13);
  --in:min(clamp(0, calc((var(--p,0) - var(--a)) / .045), 1),
           clamp(0, calc((var(--a) + .175 - var(--p,0)) / .045), 1));
  opacity:var(--in);pointer-events:none}
.sq-plate[style*="--i:6"]{--in:clamp(0, calc((var(--p,0) - var(--a)) / .045), 1)}
.sq-plate img{max-height:78vh;max-width:100%;width:auto;height:auto;display:block;border-radius:14px;
  box-shadow:0 50px 110px -40px rgba(0,0,0,.75);
  transform:scale(calc(.965 + var(--in) * .035));will-change:opacity,transform}

@media (max-width:820px){
  [data-chapter=moments]{height:auto}
  .seq-stage{position:relative;height:auto;padding:12vh 0 10vh;display:flex;flex-direction:column;gap:5vh}
  .seq-copy{position:relative;top:auto;left:auto;transform:none!important;opacity:1!important;
    padding:0 24px;max-width:none}
  .sq-guests .act-kick,.sq-guests .act-h,.sq-guests .act-p,.sq-guests .act-cap{--t:1;opacity:1;transform:none}
  .sq-people{order:3}
  /* the plates container dissolves so photos interleave with the copy blocks */
  .seq-plates{display:contents}
  .sq-plate{position:relative;inset:auto;--in:1;opacity:1;justify-content:center;
    order:2;margin:0;padding:0 24px}
  .sq-plate img{max-height:none;max-width:100%;transform:none}
  /* guests copy, its four photos, people copy, its three photos */
  .sq-plate[style*="--i:4"],.sq-plate[style*="--i:5"],.sq-plate[style*="--i:6"]{order:4}
}
@media (prefers-reduced-motion:reduce){
  [data-chapter=moments]{height:auto}
  .seq-stage{position:relative;height:auto;padding:12vh 0;display:flex;flex-direction:column;gap:5vh}
  .seq-copy{position:relative;top:auto;left:auto;transform:none!important;opacity:1!important;padding:0 24px}
  .sq-guests *{opacity:1!important;transform:none!important}
  .seq-plates{display:contents}
  .sq-plate{position:relative;--in:1;opacity:1;margin:0 0 22px;padding:0 24px}
  .sq-plate img{transform:none}
}

/* ============================================================= */
/* V3x -- (a) the welcome dissolves cube-by-cube into white,     */
/* handing straight to the mark. (b) the moments photos run as a */
/* REEL: each rises from the bottom, settles, gains focus, then  */
/* lifts away as the next arrives. (c) the family act turns the  */
/* stage light so it reads as its own world.                     */
/* ============================================================= */

/* (a) welcome dissolve */
.wl-cubes{z-index:6}

/* (b) the reel */
.sq-plate{
  --pp:clamp(0, calc((var(--p,0) - var(--a)) / .175), 1);
  --e:clamp(0, calc(var(--pp) / .32), 1);
  --x:clamp(0, calc((var(--pp) - .78) / .22), 1);
  --in:1;
  opacity:calc(var(--e) * (1 - var(--x)))}
.sq-plate[style*="--i:6"]{--x:0}
.sq-plate img{
  transform:translateY(calc((1 - var(--e)) * 58vh - var(--x) * 42vh))
            scale(calc(.94 + min(var(--pp), .76) * .1));
  filter:blur(calc((1 - var(--e)) * 7px));
  box-shadow:0 44px 96px -38px rgba(7,22,31,.55);
  will-change:opacity,transform,filter}

/* (c) the light turns on for the family */
.seq-stage::after{content:"";position:absolute;inset:0;z-index:0;background:var(--offwhite);
  opacity:clamp(0, calc((var(--p,0) - .53) / .08), 1)}
.seq-copy,.seq-plates{z-index:2}
.sq-people .act-kick{color:var(--steel-strong)}
.sq-people .act-h{color:var(--petrol)}
.sq-people .act-h .it{color:var(--steel)}
.sq-people .act-p{color:#51626E}
.sq-people .act-cap{color:#6E7A87}

@media (max-width:820px){
  .seq-stage::after{display:none}
  .sq-plate{--e:1;--x:0;--pp:1;opacity:1}
  .sq-plate img{transform:none;filter:none}
  /* flex gap would show navy stripes through the light run, so spacing
     lives inside the elements: margins on the navy act, padding in the light act */
  .seq-stage{gap:0;padding-bottom:0}
  .seq-copy{margin-bottom:5vh}
  .sq-plate{margin-bottom:5vh}
  /* the family act is one continuous light panel: copy + its three photos */
  .sq-people{background:var(--offwhite);margin:4vh 0 0;padding:9vh 24px 5vh}
  .sq-plate[style*="--i:4"],.sq-plate[style*="--i:5"],.sq-plate[style*="--i:6"]{
    background:var(--offwhite);margin:0;padding:0 24px 5vh}
  .sq-plate[style*="--i:6"]{padding-bottom:9vh}
}
@media (prefers-reduced-motion:reduce){
  .sq-plate{--e:1;--x:0;opacity:1}
  .sq-plate img{transform:none;filter:none}
  .wl-cubes{display:none}
}

/* ============================================================= */
/* V3y -- (a) the welcome's dissolve is the transition: content  */
/* holds until the white wave washes over it, and the mark lands */
/* the moment the wave completes. (b) the moments photos run as  */
/* a FILMSTRIP: the active frame centered and sharp, neighbours  */
/* peeking above and below, smaller and blurred.                 */
/* ============================================================= */

/* (a) welcome finale */
.welcome-inner{opacity:1;transform:translateY(calc(var(--p,0) * -46px)) scale(1)}
.wl-mark{position:absolute;inset:0;z-index:7;display:flex;align-items:center;justify-content:center;pointer-events:none;
  --t:clamp(0, calc((var(--p,0) - .82) / .1), 1);
  opacity:var(--t);transform:translateY(calc((1 - var(--t)) * 16px))}
.wl-mark img{height:clamp(56px,7.5vh,96px);display:block}
@media (prefers-reduced-motion:reduce){
  .wl-cubes{display:grid}
  .wl-mark{transform:none}
}

/* (b) the filmstrip */
.sq-plate{
  --c:calc(.1 + var(--i) * .128);
  --d:calc((var(--p,0) - var(--c)) / .128);
  --ad:max(var(--d), calc(-1 * var(--d)));
  opacity:clamp(0, calc(1.45 - var(--ad)), 1)}
.sq-plate img{
  transform:translateY(calc(var(--d) * -74vh))
            scale(calc(1 - min(var(--ad), 1.2) * .27));
  filter:blur(calc(min(var(--ad), 1.5) * 2.4px));
  box-shadow:0 44px 96px -38px rgba(7,22,31,.55);
  will-change:opacity,transform,filter}

@media (max-width:820px){
  .sq-plate{--d:0;--ad:0;opacity:1}
  .sq-plate img{transform:none;filter:none}
}
@media (prefers-reduced-motion:reduce){
  .sq-plate{--d:0;--ad:0;opacity:1}
  .sq-plate img{transform:none;filter:none}
}

/* ============================================================= */
/* V3z -- mission as a scroll-scrubbed FLIGHT over Kinshasa      */
/* (owner's drone footage). The video is the ground; the shade   */
/* (brightness + veils) keeps the statement readable over the    */
/* bright hazy city. Mobile / reduced-motion keep the photo.     */
/* ============================================================= */

.mi-vid{display:none}
@media (min-width:821px) and (prefers-reduced-motion:no-preference){
  .mi-bg img{display:none}
  .mi-vid{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
    filter:brightness(.48) saturate(1.05) contrast(1.05)}
  .mi-veil{background:
    linear-gradient(90deg, rgba(7,22,31,.62) 0%, rgba(7,22,31,.36) 48%, rgba(7,22,31,.16) 78%),
    linear-gradient(180deg, rgba(7,22,31,.5) 0%, rgba(7,22,31,.18) 45%, rgba(7,22,31,.56) 100%)}
}
