:root{--ink:#111;--paper:#fff;--cream:#f4f0e8;--night:#0d0d0d;--red:#cf3928;--pad:clamp(20px,5vw,80px);--ease:cubic-bezier(.2,.75,.15,1);--font:'Inter Tight',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html,body{overflow-x:clip}
body{margin:0;font:18px/1.5 var(--font);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
h1,h2,h3,p{margin:0}
a{color:inherit}
button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;padding:0}
:focus-visible{outline:3px solid var(--red);outline-offset:4px}
.skip{position:fixed;left:12px;top:-60px;z-index:100;background:#fff;padding:10px 14px}.skip:focus{top:12px}

/* Bar: logo appears after the hero, burger always there. */
.bar{position:fixed;inset:0 0 auto;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:18px var(--pad);pointer-events:none}
.bar>*{pointer-events:auto}
.bar-logo{width:84px;opacity:0;transform:translateY(-8px);transition:opacity .4s var(--ease),transform .4s var(--ease)}
.bar-logo img{filter:invert(1)}
body.past-hero .bar-logo{opacity:1;transform:none}
body.past-hero.on-light .bar-logo img{filter:none}
.burger{width:52px;height:52px;border-radius:50%;background:#fff;display:grid;place-content:center;gap:6px;box-shadow:0 4px 24px #0002;transition:transform .3s var(--ease)}
.burger span{display:block;width:20px;height:2px;background:var(--ink);transition:transform .35s var(--ease)}
.burger:hover{transform:scale(1.06)}
.burger[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}
.burger[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}

.menu{position:fixed;inset:0;z-index:40;background:var(--night);color:#fff;display:flex;align-items:center;padding:100px var(--pad) 60px}
.menu[hidden]{display:none}
.menu ul{list-style:none;margin:0;padding:0}
.menu a{display:inline-block;text-decoration:none;font-size:clamp(48px,9vw,120px);font-weight:800;letter-spacing:-.05em;line-height:1.02;padding:4px 0;transition:color .25s}
.menu a:hover{color:var(--red)}
.menu li:last-child a{font-size:clamp(22px,2.4vw,30px);font-weight:600;letter-spacing:0;margin-top:30px;border-bottom:2px solid var(--red)}
.menu.open ul li{animation:menu-in .5s var(--ease) both}
.menu.open li:nth-child(2){animation-delay:.05s}.menu.open li:nth-child(3){animation-delay:.1s}.menu.open li:nth-child(4){animation-delay:.15s}
@keyframes menu-in{from{opacity:0;transform:translateY(24px)}}
body.menu-open{overflow:hidden}

/* Sound toggle in the corner. */
.reel-controls{position:fixed;right:var(--pad);bottom:max(22px,env(safe-area-inset-bottom));z-index:45;display:flex;gap:10px;transition:opacity .4s,transform .4s var(--ease)}
body.past-hero .reel-controls{opacity:0;transform:scale(.8);pointer-events:none}
.pause .i-play{display:none}.pause[aria-pressed="true"] .i-play{display:block}.pause[aria-pressed="true"] .i-pause{display:none}
.pause,.sound{position:relative;width:56px;height:56px;border-radius:50%;background:#ffffffe6;color:var(--ink);display:grid;place-items:center;box-shadow:0 4px 24px #0003;transition:opacity .4s,transform .4s var(--ease),background .25s}
.sound svg,.pause svg{width:24px;height:24px;fill:currentColor}
.sound .stroke{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.sound .i-sound{display:none}
.sound[aria-pressed="true"]{background:var(--red);color:#fff}
.sound[aria-pressed="true"] .i-sound{display:block}.sound[aria-pressed="true"] .i-muted{display:none}


/* Panels. */
.panel{position:relative;min-height:100svh;display:grid;place-items:center;padding:clamp(90px,12vw,160px) var(--pad)}
.wrap{width:100%;max-width:1150px}

.hero{padding:0;background:#000;overflow:hidden;min-height:100svh;height:100svh}
.hero-video{position:absolute;inset:0;background:#000}
/* Oversized so YouTube's own title bar and logo fall outside the frame. */
.hero-video iframe{position:absolute;top:50%;left:50%;width:1920px;height:1080px;transform:translate(-50%,-50%) scale(var(--s,1));border:0;pointer-events:none}
.hero-poster{position:absolute;inset:0;z-index:2;background-color:#000;background-position:center;background-size:cover;background-repeat:no-repeat;transition:opacity .8s ease}
.hero.playing .hero-poster{opacity:0}
.hero:after{content:'';position:absolute;inset:0;z-index:3}

.signature{background:var(--paper);text-align:center;align-content:center;gap:clamp(20px,3vw,40px)}
.signature h1 img{width:min(78vw,760px);height:auto;margin:-6% auto}
.tagline{font-size:clamp(28px,4.2vw,60px);font-weight:750;letter-spacing:-.045em;line-height:1.05}

.statement .line{font-size:clamp(28px,4.2vw,60px);font-weight:600;letter-spacing:-.04em;line-height:1.1;max-width:24ch}
.statement .line+.line{margin-top:.8em}
.statement strong{font-weight:800}
.tone{background:var(--night);color:#8a8a8a}
.tone b{color:#fff;font-weight:700}
.tone strong{color:#fff}
.loop{background:var(--cream);color:#4a4a4a}
.loop strong{color:var(--ink)}
.split{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(40px,6vw,100px);align-items:center}
.ring{position:relative;aspect-ratio:1;max-width:360px;width:100%;margin:auto;color:var(--red)}
.ring svg{width:100%;height:100%;overflow:visible}
.ring-track{fill:none;stroke:#11111122;stroke-width:1.5}
.ring-arc{fill:none;stroke:currentColor;stroke-width:3.5;stroke-linecap:round}
.ring-dot{fill:var(--ink)}
.ring-spin{transform-origin:120px 120px;animation:spin 5s linear infinite}
.ring-label{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:2px;color:var(--ink)}
.ring-label b{font-size:clamp(24px,2.6vw,36px);font-weight:800;letter-spacing:-.04em;line-height:1}
.ring-label i{font-style:normal;color:var(--red);font-size:28px;font-weight:700;line-height:1.1}
@keyframes spin{to{transform:rotate(360deg)}}
.turnkey{background:var(--red);color:#ffffffc7}
.turnkey strong{color:#fff}
.turnkey .line:last-child{font-size:clamp(36px,5.6vw,80px);letter-spacing:-.05em;line-height:1;max-width:16ch}

.brands{background:var(--paper);min-height:auto;padding-block:clamp(90px,12vw,170px)}
.brand-grid{list-style:none;margin:0;padding:0;width:100%;max-width:1150px;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(40px,6vw,90px) clamp(24px,4vw,60px);align-items:center;justify-items:center}
.brand img{width:clamp(120px,15vw,200px);height:clamp(60px,7vw,100px);object-fit:contain;filter:grayscale(1);opacity:.8;transition:filter .3s,opacity .3s,transform .4s var(--ease)}
.brand:hover img{filter:none;opacity:1;transform:scale(1.05)}
.brand.placeholder span{display:grid;place-items:center;text-align:center;width:clamp(120px,15vw,200px);height:clamp(60px,7vw,100px);border:1.5px dashed #bbb;border-radius:14px;color:#888;font-weight:700;font-size:clamp(13px,1.2vw,16px);line-height:1.2;padding:8px}

.team{background:var(--cream);align-content:center;gap:clamp(40px,5vw,70px)}
.people{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,3vw,40px);width:100%;max-width:1100px}
.person img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:clamp(22px,2.6vw,36px);margin-bottom:24px}
.person img.portrait-david{object-position:50% 25%}
.person h3{font-size:clamp(30px,3.4vw,50px);font-weight:800;letter-spacing:-.045em;line-height:1}
.person p{color:#666;margin:8px 0 14px;font-size:17px}
.person a{font-size:clamp(17px,1.5vw,21px);font-weight:600;text-decoration:none;border-bottom:2px solid var(--red);overflow-wrap:anywhere}
.person a:hover{color:var(--red)}
.faq-link{justify-self:start;margin-inline:auto;width:100%;max-width:1100px;font-size:clamp(40px,6vw,90px);font-weight:800;letter-spacing:-.05em;text-decoration:none;line-height:1}
.faq-link span{display:inline-block;color:var(--red);transition:transform .4s var(--ease)}
.faq-link:hover span{transform:translateX(12px)}

.work{background:var(--night);color:#fff;min-height:auto}
.films{list-style:none;margin:0;padding:0;width:100%;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,4vw,60px) clamp(16px,2vw,28px)}
.films li:first-child{grid-column:1/-1}
.films li:first-child .film-thumb{aspect-ratio:21/9}
.film{display:block;width:100%;text-align:left}
.film-thumb{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;border-radius:clamp(20px,2.2vw,30px);background:#222}
.film-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}
.film-play{position:absolute;left:20px;bottom:20px;width:54px;height:54px;border-radius:50%;background:#fff;transition:transform .4s var(--ease),background .3s}
.film-play:after{content:'';position:absolute;left:52%;top:50%;transform:translate(-50%,-50%);border-left:14px solid var(--ink);border-block:9px solid transparent}
.film:hover img{transform:scale(1.06)}
.film:hover .film-play{background:var(--red);transform:scale(1.15)}
.film:hover .film-play:after{border-left-color:#fff}
.film-title{display:block;margin-top:16px;font-size:clamp(19px,1.8vw,25px);font-weight:650;letter-spacing:-.025em}

.faq{background:var(--paper);min-height:auto}
.faq-list{width:100%;max-width:900px;border-top:1px solid #1112}
.faq-item{border-bottom:1px solid #1112}
.faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item h3{font-size:clamp(20px,2vw,28px);font-weight:700;letter-spacing:-.03em;line-height:1.2;transition:color .25s}
.faq-item summary:hover h3{color:var(--red)}
.faq-item:first-child h3{color:var(--red)}
.faq-icon{flex:0 0 34px;height:34px;border-radius:50%;border:1.5px solid #1113;position:relative;transition:transform .35s var(--ease),background .25s}
.faq-icon:before,.faq-icon:after{content:'';position:absolute;left:50%;top:50%;width:12px;height:2px;background:currentColor;transform:translate(-50%,-50%)}
.faq-icon:after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item[open] .faq-icon{transform:rotate(45deg);background:var(--ink);color:#fff;border-color:var(--ink)}
.faq-item p{padding:0 50px 28px 0;font-size:clamp(17px,1.4vw,20px);color:#555;max-width:720px}

.foot{background:var(--night);color:#aaa;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 30px;padding:34px var(--pad) max(34px,env(safe-area-inset-bottom));font-size:15px}
.foot img{width:80px;filter:invert(1)}
.foot a{text-decoration:none}.foot a:hover{color:#fff}

.player{width:min(1100px,94vw);padding:48px 16px 16px;border:0;border-radius:18px;background:#111;color:#fff}
.player::backdrop{background:#000d}
.player-stage{aspect-ratio:16/9}
.player-stage iframe{width:100%;height:100%;border:0}
.player-close{position:absolute;right:14px;top:6px;font-size:34px;color:#fff}
.player-yt{display:inline-block;margin-top:12px;font-size:15px}

/* Reveal. */
.js .line,.js .reveal,.js .person,.js .brand,.js .films li{opacity:0;transform:translateY(40px);transition:opacity .9s var(--ease),transform 1.1s var(--ease);transition-delay:var(--d,0s)}
.js .in{opacity:1!important;transform:none!important}

@media(max-width:760px){
 body{font-size:17px}
 .bar{padding:14px 16px}
 .bar-logo{width:68px}
 .burger{width:48px;height:48px}
 .pause,.sound{width:50px;height:50px}.reel-controls{right:16px}
 .panel{padding:96px 22px}
 .menu{align-items:flex-start;padding-top:120px}
 .menu a{font-size:clamp(46px,14vw,64px)}
 .split{grid-template-columns:1fr}
 .ring{max-width:230px;margin:10px auto 0}
 .statement .line{font-size:clamp(26px,7.4vw,34px)}
 .turnkey .line:last-child{font-size:clamp(34px,10vw,46px)}
 .brand-grid{grid-template-columns:1fr 1fr;gap:44px 20px}
 .brand img,.brand.placeholder span{width:130px;height:66px}
 .people{grid-template-columns:1fr;gap:44px}
 .person img{aspect-ratio:1}
 .faq-link{font-size:48px}
 .work{padding-inline:0}
 .films{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:22px;scroll-padding-inline:22px;scrollbar-width:none}
 .films::-webkit-scrollbar{display:none}
 .films li{flex:0 0 84%;scroll-snap-align:start}
 .films li:first-child .film-thumb,.film-thumb{aspect-ratio:4/5}
 .faq-item summary{padding:20px 0;gap:16px}
 .faq-icon{flex-basis:30px;height:30px}
 .faq-item p{padding-right:0}
 .foot{flex-direction:column;align-items:flex-start}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ring-spin,.menu.open ul li{animation:none}.js .line,.js .reveal,.js .person,.js .brand,.js .films li{opacity:1;transform:none;transition:none}}
.brand.invert img{filter:invert(1);opacity:.8}
.brand.invert:hover img{filter:invert(1);opacity:1}
@media(min-width:761px){.films li:last-child:nth-child(even){grid-column:1/-1}.films li:last-child:nth-child(even) .film-thumb{aspect-ratio:21/9}}

/* Demo reel call to action in the signature panel. */
.reel-cta{justify-self:center;display:inline-flex;align-items:center;gap:14px;margin-top:clamp(6px,1vw,14px);padding:14px 26px 14px 14px;border-radius:60px;background:var(--ink);color:#fff;font-weight:650;font-size:clamp(16px,1.4vw,19px);transition:background .3s,transform .4s var(--ease)}
.reel-cta-play{position:relative;width:40px;height:40px;border-radius:50%;background:var(--red);transition:background .3s}
.reel-cta-play:after{content:'';position:absolute;left:54%;top:50%;transform:translate(-50%,-50%);border-left:12px solid #fff;border-block:8px solid transparent}
.reel-cta:hover{background:var(--red);transform:translateY(-3px)}
.reel-cta:hover .reel-cta-play{background:#fff}.reel-cta:hover .reel-cta-play:after{border-left-color:var(--red)}

/* Reel buttons only once the reel is loaded (after consent). */
body:not(.reel-on) .reel-controls{display:none}

/* Consent banner (Loi 25): equal choices, no pre-checked option. */
.consent{position:fixed;left:var(--pad);bottom:max(22px,env(safe-area-inset-bottom));z-index:80;width:min(460px,calc(100vw - 2*var(--pad)));background:var(--night);color:#fff;border-radius:22px;padding:22px 22px 18px;box-shadow:0 20px 60px #0006;opacity:0;transform:translateY(20px);transition:opacity .4s var(--ease),transform .5s var(--ease)}
.consent.show{opacity:1;transform:none}
.consent p{font-size:15px;line-height:1.5;color:#d6d6d6}
.consent-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
.consent-actions button,.gate-yt{flex:1 1 140px;padding:13px 18px;border-radius:40px;font-weight:650;font-size:15px;text-align:center;text-decoration:none;border:1.5px solid #ffffff55;transition:background .25s,color .25s,border-color .25s}
.consent-actions button:hover,.gate-yt:hover{border-color:#fff}
.consent-actions [data-consent="accept"]{background:#fff;color:var(--ink);border-color:#fff}
.consent-actions [data-consent="accept"]:hover{background:var(--red);color:#fff;border-color:var(--red)}
.foot .consent-open{color:inherit;font-size:15px}.foot .consent-open:hover{color:#fff}
.gate{height:100%;display:grid;place-content:center;justify-items:center;text-align:center;gap:6px;padding:24px;background:#1b1b1b;border-radius:10px}
.gate p{max-width:440px;color:#ddd;font-size:17px}
.gate .consent-actions{justify-content:center;width:min(100%,460px)}
.gate-yt{color:#fff}
@media(max-width:760px){.consent{left:12px;right:12px;width:auto;bottom:max(12px,env(safe-area-inset-bottom));padding:18px 18px 14px}.gate p{font-size:15px}}

/* ===== Mobile & portrait (v7) ===== */
/* Portrait screens: the reel keeps its 16:9 frame instead of being cropped to a sliver. */
@media (max-aspect-ratio:1/1){
 /* Projection screen, phone version: full black screen, 16:9 frame centred. */
 :root{--fw:min(calc(100vw - 32px),720px)}
 .hero{height:100svh;min-height:0;padding:0}
 .hero-video{inset:auto;top:50%;left:50%;width:var(--fw);aspect-ratio:16/9;transform:translate(-50%,-50%);overflow:hidden;border-radius:6px}
 /* Logo left, buttons right, on one line under the frame. */
 .reel-controls{position:absolute;top:calc(50svh + var(--fw)*9/32 + 18px);bottom:auto;right:calc(50vw - var(--fw)/2);gap:8px}
 .pause,.sound{width:44px;height:44px}
 .sound svg,.pause svg{width:20px;height:20px}
 body:not(.past-hero) .bar-logo{opacity:0}
 .burger{width:44px;height:44px}
 .bar{padding:10px 12px}
}
/* Very small phones: keep the burger clear of the frame's top edge. */
@media (max-aspect-ratio:1/1) and (max-width:380px){.burger{width:40px;height:40px}}

/* Work carousel on phones: true 16:9 frames. */
@media(max-width:760px){
 .films li{flex:0 0 88%}
 .films li:first-child .film-thumb,.film-thumb{aspect-ratio:16/9}
 .film-play{left:12px;bottom:12px;width:44px;height:44px}
 .film-play:after{border-left-width:12px;border-block-width:8px}
 .film-title{font-size:18px;margin-top:12px}
}
.film-thumb img[src*="violette-poster"]{object-position:50% 30%}

/* Video player: fits the screen in both orientations. */
.player{max-width:100vw;max-height:100svh;overflow:hidden}
.player-stage{width:min(100%,calc((100svh - 130px)*16/9));margin-inline:auto}
@media(max-width:760px),(max-height:500px){
 .player{width:100vw;padding:52px 0 12px;border-radius:0;margin:auto}
 .player-close{right:8px;top:4px;width:44px;height:44px}
 .player-yt{margin:10px 16px 0}
 .player-stage{width:min(100%,calc((100svh - 110px)*16/9))}
}
/* Landscape phones: reel fills the screen, controls stay small. */
@media (min-aspect-ratio:1/1) and (max-height:500px){
 .pause,.sound{width:44px;height:44px}
 .burger{width:44px;height:44px}
 .bar{padding:10px 16px}
}

/* Short landscape screens (phones on their side): show the whole frame. */
@media (min-aspect-ratio:1/1) and (max-height:500px){.hero-poster{background-size:auto 108%}}

/* Full-screen button: phones only. */
.full{display:none}
@media (max-width:760px),(max-height:500px){
 .full{position:relative;width:44px;height:44px;border-radius:50%;background:#ffffffe6;color:var(--ink);display:grid;place-items:center;box-shadow:0 4px 24px #0003}
 .full svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
}

/* Phones on their side: the player takes the whole screen (closest thing to full screen on iPhone). */
@media (min-aspect-ratio:1/1) and (max-height:500px){
 .player{width:100vw;height:100svh;max-height:100svh;padding:0;margin:0;border-radius:0;background:#000}
 .player-stage{width:min(100%,calc(100svh*16/9));height:100svh;aspect-ratio:auto;margin-inline:auto}
 .player-close{z-index:2;right:max(10px,env(safe-area-inset-right));top:10px;width:44px;height:44px;border-radius:50%;background:#000a;font-size:30px;line-height:1}
 .player-yt{display:none}
}

/* Full-screen reel mode. */
.full .i-exit,.full[aria-pressed="true"] .i-enter{display:none}
.full[aria-pressed="true"] .i-exit{display:block}
body.reel-full{overflow:hidden}
body.reel-full .hero{position:fixed;inset:0;z-index:60;width:100%;height:100%;min-height:0;aspect-ratio:auto}
body.reel-full .hero-poster{background-size:contain}
body.reel-full .bar{display:none}
body.reel-full .reel-controls{position:fixed;z-index:70;top:auto;bottom:max(14px,env(safe-area-inset-bottom));right:max(14px,env(safe-area-inset-right));opacity:1;transform:none;pointer-events:auto}


/* Desktop & tablet landscape: the reel as a projection screen, centred on black. */
@media (min-aspect-ratio:1/1) and (min-width:761px) and (min-height:501px){
 .hero{--fw:min(1440px,calc(100vw - 2*var(--pad)),calc((100svh - 180px)*16/9))}
 .hero-video{inset:auto;top:50%;left:50%;width:var(--fw);aspect-ratio:16/9;transform:translate(-50%,-50%);overflow:hidden;border-radius:6px;box-shadow:0 30px 80px #000}
 }
@media (min-aspect-ratio:1/1) and (min-width:1200px) and (min-height:501px){
 .hero{--fw:min(1440px,76vw,calc((100svh - 180px)*16/9))}
}
@media (min-aspect-ratio:1/1) and (min-width:761px) and (min-height:501px){
 body.reel-full .hero-video{inset:0;top:0;left:0;width:auto;aspect-ratio:auto;transform:none;border-radius:0;box-shadow:none}
}

/* White wordmark above the projection screen, flush with its left edge. */
.hero-mark{display:none}
@media (min-aspect-ratio:1/1) and (min-width:761px) and (min-height:501px){
 .hero-mark{display:block;position:absolute;z-index:4;left:calc(50% - var(--fw)/2);top:calc(100svh - (100svh - var(--fw)*9/16)/4);transform:translateY(-50%);width:clamp(64px,6vw,92px);height:auto;filter:invert(1);pointer-events:none}
 body.reel-full .hero-mark{display:none}
}

/* Phones (portrait) only: logo under the frame, scroll cue, full-screen mode. */
.hero-scroll{display:none}
@media (max-aspect-ratio:1/1){
 .hero-mark{display:block;position:absolute;z-index:4;left:calc(50% - var(--fw)/2);top:calc(50% + var(--fw)*9/32 + 20px);width:64px;height:auto;filter:invert(1);pointer-events:none}
 .hero-scroll{display:grid;justify-items:center;gap:6px;position:absolute;z-index:4;left:50%;bottom:max(22px,env(safe-area-inset-bottom));transform:translateX(-50%);color:#fff;opacity:.6;font-family:inherit;font-size:11px;font-weight:500;line-height:1;letter-spacing:.14em;text-transform:uppercase;background:none;border:0;padding:8px;cursor:pointer}
 .hero-scroll svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;animation:cue 2.4s ease-in-out infinite}
 body.reel-full .hero-mark,body.reel-full .hero-scroll{display:none}
 body.reel-full .hero-video{inset:0;top:0;left:0;width:auto;aspect-ratio:auto;transform:none;border-radius:0}
}
@keyframes cue{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}
@media (prefers-reduced-motion:reduce){.hero-scroll svg{animation:none}}

/* No YouTube (cookies refused or not yet accepted): show the brand end frame instead of the opening frame. */
body:not(.reel-on) .hero-poster{background-image:var(--sig)!important}

/* FAQ title now sits on top of its questions (all screens). */
.faq{align-content:start;gap:clamp(24px,3vw,44px)}
.faq-title{max-width:900px;margin:0 auto}

/* ===== Phones: layout polish (desktop untouched) ===== */
@media (max-width:760px){
 /* Bar: hides while scrolling down, comes back on scroll up with the colour of the section below it. */
 .bar{transition:transform .35s var(--ease),background-color .3s}
 body.past-hero .bar{background:var(--bar-bg,transparent)}
 body.past-hero.bar-hidden .bar{transform:translateY(-100%)}
 /* Red panel: solid, readable text; the punchline stays pure white. */
 .turnkey{color:var(--cream);min-height:auto}
 /* FAQ: less empty space above the title. */
 .faq{padding-top:72px}
}
