/* LOKOMOTIV Phase 2 — cinematic five-scene homepage */
:root {
    --bg: #151514;
    --bg-soft: #1d1c1a;
    --ink: #ece8df;
    --muted: #a7a197;
    --line: rgba(236,232,223,.18);
    --brass: #9b7a4b;
    --leather: #5d3d2d;
    --ease: cubic-bezier(.22,.61,.36,1);
}

body.lokomotiv-homepage {
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, system-ui, sans-serif;
    overflow-x: hidden;
}
body.lokomotiv-homepage a { color: inherit; text-decoration: none; }
body.lokomotiv-homepage button { color: inherit; }

/* Header */
.loko-topbar {
    position: fixed; z-index: 1000; top: 0; left: 0; right: 0;
    height: 82px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
    pointer-events: none; mix-blend-mode: difference;
}
.loko-wordmark { pointer-events: auto; color: #fff; font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: .16em; font-size: 15px; }
.loko-menu-button { pointer-events: auto; border: 0; background: transparent; color: #fff; display:flex; align-items:center; gap:12px; cursor:pointer; text-transform:uppercase; letter-spacing:.15em; font: 500 10px/1 Inter,sans-serif; padding: 10px 0; }
.loko-menu-button i { width: 18px; display:grid; gap:4px; }
.loko-menu-button i b { display:block; height:1px; background:currentColor; transition:transform .35s var(--ease); }
.loko-menu-button[aria-expanded="true"] i b:first-child { transform:translateY(2.5px) rotate(45deg); }
.loko-menu-button[aria-expanded="true"] i b:last-child { transform:translateY(-2.5px) rotate(-45deg); }
.loko-menu { position:fixed; top:0; right:0; width:min(380px,92vw); height:100vh; padding:110px 42px 40px; background:rgba(20,20,19,.94); backdrop-filter:blur(20px); display:flex; flex-direction:column; gap:20px; pointer-events:auto; mix-blend-mode:normal; }
.loko-menu[hidden] { display:none; }
.loko-menu a { color:#ece8df; font:500 clamp(18px,2.3vw,26px)/1.15 "Playfair Display",Georgia,serif; }
.loko-menu a:hover { color:var(--brass); }

/* Side progress */
.loko-progress { position:fixed; z-index:900; right:26px; top:50%; transform:translateY(-50%); width:42px; display:flex; flex-direction:column; align-items:flex-end; gap:16px; }
.loko-progress__track { position:absolute; right:6px; top:5px; bottom:5px; width:1px; background:rgba(236,232,223,.25); overflow:hidden; }
.loko-progress__track span { display:block; width:100%; height:0; background:var(--brass); transition:height .2s linear; }
.loko-progress__items { display:flex; flex-direction:column; gap:15px; position:relative; }
.loko-progress__items a { display:flex; align-items:center; justify-content:flex-end; gap:10px; min-height:12px; color:rgba(236,232,223,.48); font:500 8px/1 Inter,sans-serif; text-transform:uppercase; letter-spacing:.16em; }
.loko-progress__items a span { order:2; width:8px; height:8px; border:1px solid currentColor; border-radius:50%; background:transparent; transition:all .35s var(--ease); }
.loko-progress__items a b { opacity:0; transform:translateX(8px); transition:all .35s var(--ease); font-weight:500; white-space:nowrap; }
.loko-progress__items a:hover b, .loko-progress__items a.is-active b { opacity:1; transform:none; }
.loko-progress__items a.is-active { color:#fff; }
.loko-progress__items a.is-active span { background:var(--brass); border-color:var(--brass); box-shadow:0 0 0 4px rgba(155,122,75,.12); }

/* Global scene */
.loko-story { position:relative; background:var(--bg); }
.loko-scene { position:relative; min-height:100svh; overflow:hidden; isolation:isolate; }
.loko-scene__media, .loko-yard-backdrop { position:absolute; inset:-5%; z-index:-3; will-change:transform; }
.loko-scene__media img, .loko-yard-backdrop { width:100%; height:110%; object-fit:cover; display:block; }
.loko-scene__media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(10,10,9,.32),rgba(10,10,9,.46) 55%,rgba(10,10,9,.86)); }
.loko-eyebrow { margin:0; color:var(--muted); font:500 9px/1.2 Inter,sans-serif; text-transform:uppercase; letter-spacing:.22em; }
.loko-display { margin:0; font-family:"Playfair Display",Georgia,serif; font-weight:500; letter-spacing:-.04em; font-size:clamp(64px,10vw,160px); line-height:.84; }
.loko-display--small { font-size:clamp(52px,7.4vw,112px); }
.loko-copy { max-width:480px; margin:24px 0 0; color:#bdb7ad; font:300 15px/1.7 Inter,sans-serif; }
.loko-button { display:inline-flex; align-items:center; gap:22px; margin-top:32px; padding:12px 0; border-bottom:1px solid rgba(236,232,223,.45); text-transform:uppercase; letter-spacing:.18em; font:500 9px/1 Inter,sans-serif; transition:gap .4s var(--ease),color .3s; }
.loko-button i { font-style:normal; font-size:15px; }
.loko-button:hover { gap:30px; color:#fff; }
.loko-button--light { color:#fff; }
.loko-scene-caption { position:absolute; left:32px; bottom:28px; color:rgba(236,232,223,.48); font:500 8px/1 Inter,sans-serif; letter-spacing:.2em; text-transform:uppercase; }

/* Arrival */
.loko-scene--arrival { min-height:100svh; display:grid; place-items:center; }
.loko-scene__media--hero { inset:-2%; }
.loko-hero-video, .loko-hero-poster { width:100%; height:100%; object-fit:cover; display:block; position:absolute; inset:0; }
.loko-hero-video { z-index:0; }
.loko-hero-poster { z-index:-1; background-size:cover; background-position:center; }
.loko-scene__media--hero::before { content:""; position:absolute; z-index:2; inset:0; background:radial-gradient(circle at 52% 42%,transparent 0,rgba(8,8,7,.12) 35%,rgba(8,8,7,.72) 100%),linear-gradient(90deg,rgba(8,8,7,.55),transparent 45%,rgba(8,8,7,.38)); }
.loko-scene__media--hero::after { z-index:3; background:linear-gradient(180deg,rgba(8,8,7,.35),transparent 35%,rgba(8,8,7,.7)); }
.loko-scene__content--arrival { width:min(900px,calc(100% - 80px)); text-align:center; position:relative; z-index:5; transform:translateY(2vh); }
.loko-scene__content--arrival .loko-eyebrow { color:rgba(236,232,223,.7); margin-bottom:22px; }
.loko-scene__content--arrival .loko-display { text-shadow:0 12px 60px rgba(0,0,0,.35); }
.loko-tagline { margin:28px 0 0; display:flex; flex-direction:column; gap:2px; font:italic 500 clamp(18px,2.2vw,28px)/1.2 "Playfair Display",Georgia,serif; color:#e4dfd5; }
.loko-scene__content--arrival .loko-button { margin-top:34px; }
.loko-scroll-cue { position:absolute; left:50%; bottom:30px; transform:translateX(-50%); z-index:5; display:flex; flex-direction:column; align-items:center; gap:12px; color:rgba(236,232,223,.58); font:500 8px/1 Inter,sans-serif; text-transform:uppercase; letter-spacing:.18em; }
.loko-scroll-cue i { width:1px; height:42px; background:linear-gradient(var(--brass),transparent); animation:cue 1.8s infinite var(--ease); }
@keyframes cue { 0%,100%{transform:scaleY(.45);transform-origin:top;opacity:.45} 50%{transform:scaleY(1);opacity:1} }
.loko-atmosphere { position:absolute; inset:0; z-index:4; pointer-events:none; overflow:hidden; mix-blend-mode:screen; opacity:.75; }
.loko-atmosphere span { position:absolute; width:30vw; height:14vw; border-radius:50%; background:rgba(230,230,224,.09); filter:blur(32px); opacity:.4; animation:steam 16s infinite ease-in-out; }
.loko-atmosphere span:nth-child(1){left:8%;bottom:10%;animation-delay:-2s}.loko-atmosphere span:nth-child(2){left:28%;bottom:18%;animation-delay:-7s}.loko-atmosphere span:nth-child(3){left:56%;bottom:8%;animation-delay:-11s}.loko-atmosphere span:nth-child(4){right:-4%;bottom:22%;animation-delay:-5s}
@keyframes steam { 0%,100%{transform:translate3d(0,12px,0) scale(.8);opacity:.08} 45%{transform:translate3d(8vw,-9vh,0) scale(1.2);opacity:.35} 75%{transform:translate3d(-3vw,-14vh,0) scale(1.45);opacity:.12} }
.loko-grain { position:absolute; inset:-50%; z-index:7; pointer-events:none; opacity:.08; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); animation:grain .18s steps(2) infinite; }
@keyframes grain { 0%{transform:translate(0,0)}25%{transform:translate(2%,-1%)}50%{transform:translate(-1%,2%)}75%{transform:translate(1%,1%)}100%{transform:translate(-2%,-2%)} }

/* Reveal */
.loko-reveal { opacity:0; transform:translateY(28px); filter:blur(7px); transition:opacity 1s var(--ease),transform 1s var(--ease),filter 1s var(--ease); }
.is-visible .loko-reveal { opacity:1; transform:none; filter:none; }
.loko-scene--arrival .loko-reveal:nth-child(2){transition-delay:.08s}.loko-scene--arrival .loko-reveal:nth-child(3){transition-delay:.16s}.loko-scene--arrival .loko-reveal:nth-child(4){transition-delay:.24s}

/* Manifesto */
.loko-scene--manifesto { display:grid; place-items:center; background:#1b1a18; }
.loko-scene--manifesto .loko-scene__media { opacity:.7; }
.loko-scene__wash { position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,rgba(17,16,15,.93),rgba(17,16,15,.52) 50%,rgba(17,16,15,.78)),linear-gradient(180deg,rgba(17,16,15,.2),rgba(17,16,15,.78)); }
.loko-scene__content--manifesto { width:min(1100px,calc(100% - 160px)); padding-right:10%; }
.loko-manifesto-statements { position:relative; min-height:220px; margin-top:32px; }
.loko-manifesto-statement { position:absolute; inset:0; margin:0; max-width:950px; font:500 clamp(42px,6.8vw,100px)/.94 "Playfair Display",Georgia,serif; letter-spacing:-.04em; color:#e9e4da; opacity:0; transform:translateY(32px); filter:blur(10px); transition:opacity .9s var(--ease),transform .9s var(--ease),filter .9s var(--ease); pointer-events:none; }
.loko-manifesto-statement.is-active { opacity:1; transform:none; filter:none; }
.loko-manifesto-counter { margin-top:32px; color:var(--muted); font:500 9px/1 Inter,sans-serif; letter-spacing:.18em; }
.loko-manifesto-line { position:absolute; left:7%; right:7%; bottom:16%; height:1px; background:rgba(236,232,223,.15); overflow:hidden; }
.loko-manifesto-line span { display:block; width:32%; height:100%; background:var(--brass); transform:translateX(-100%); transition:transform 1.4s var(--ease); }
.loko-scene--manifesto.is-visible .loko-manifesto-line span { transform:translateX(320%); }

/* Journey */
.loko-scene--journey { min-height:170svh; background:#151514; padding:14vh 7vw 10vh; }
.loko-scene__intro { position:relative; z-index:4; width:min(650px,70vw); }
.loko-scene__intro .loko-display { margin-top:22px; }
.loko-journey-stage { position:sticky; top:0; height:100svh; margin-top:-5vh; display:flex; align-items:center; }
.loko-journey-cards { position:relative; width:100%; height:72vh; }
.loko-journey-card { position:absolute; width:min(76vw,920px); height:65vh; left:12%; top:50%; transform:translate3d(0,-50%,0); opacity:0; pointer-events:none; transition:transform .8s var(--ease),opacity .8s var(--ease),filter .8s var(--ease); filter:blur(10px); }
.loko-journey-card.is-active { opacity:1; filter:none; pointer-events:auto; }
.loko-journey-card__image { position:absolute; inset:0; overflow:hidden; }
.loko-journey-card__image::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,12,11,.8),rgba(12,12,11,.12) 65%,rgba(12,12,11,.38)); }
.loko-journey-card__image img { width:100%; height:100%; object-fit:cover; transform:scale(1.08); transition:transform 1.5s var(--ease); }
.loko-journey-card.is-active .loko-journey-card__image img { transform:scale(1); }
.loko-journey-card__copy { position:absolute; z-index:2; left:7%; bottom:8%; width:min(470px,55%); }
.loko-journey-card__copy span { color:var(--brass); font:500 9px/1 Inter,sans-serif; letter-spacing:.2em; }
.loko-journey-card__copy h3 { margin:14px 0 12px; font:500 clamp(42px,5vw,72px)/.95 "Playfair Display",Georgia,serif; }
.loko-journey-card__copy p { margin:0; color:#c3bdb3; font:300 14px/1.65 Inter,sans-serif; }
.loko-journey-rail { position:absolute; z-index:5; left:12%; right:12%; bottom:9vh; height:1px; background:rgba(236,232,223,.18); }
.loko-journey-rail span { display:block; width:0; height:2px; background:var(--brass); transition:width .5s linear; }

/* Drop */
.loko-scene--drop { background:#e7e1d6; color:#1d1c19; min-height:100svh; padding:14vh 7vw 12vh; }
.loko-drop-heading { width:min(580px,80vw); position:relative; z-index:2; }
.loko-drop-heading .loko-eyebrow { color:#756e63; }
.loko-drop-heading .loko-display { color:#201f1b; margin-top:18px; }
.loko-drop-heading .loko-copy { color:#666057; }
.loko-products { position:relative; z-index:2; margin-top:12vh; display:flex; flex-direction:column; gap:18vh; }
.loko-product { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr); min-height:78vh; align-items:center; gap:7vw; }
.loko-product:nth-child(even) { grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr); }
.loko-product:nth-child(even) .loko-product__media { order:2; }
.loko-product__media { position:relative; height:78vh; overflow:hidden; background:#c9c0b3; }
.loko-product__media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(20,19,17,.25)); pointer-events:none; }
.loko-product__media img { width:100%; height:100%; object-fit:cover; display:block; transform:scale(1.08); transition:transform 1.4s var(--ease),filter 1s var(--ease); filter:saturate(.7) contrast(.96); }
.loko-product.is-visible .loko-product__media img { transform:scale(1); }
.loko-product__number { position:absolute; top:18px; left:18px; color:#fff; font:500 10px/1 Inter,sans-serif; letter-spacing:.16em; z-index:2; }
.loko-product__body { max-width:520px; }
.loko-product__brand { color:#756e63; font:500 9px/1 Inter,sans-serif; letter-spacing:.18em; }
.loko-product__body h3 { margin:18px 0 12px; font:500 clamp(44px,5vw,76px)/.9 "Playfair Display",Georgia,serif; letter-spacing:-.04em; }
.loko-product__specline { margin:0 0 22px; color:#6b655d; font:500 10px/1.4 Inter,sans-serif; text-transform:uppercase; letter-spacing:.16em; }
.loko-product__story { max-width:440px; color:#5f5a53; font:300 14px/1.7 Inter,sans-serif; }
.loko-product dl { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:30px 0; padding:20px 0; border-top:1px solid rgba(29,28,25,.16); border-bottom:1px solid rgba(29,28,25,.16); }
.loko-product dl div { display:flex; flex-direction:column; gap:8px; }
.loko-product dt { color:#8b8479; font:500 8px/1 Inter,sans-serif; text-transform:uppercase; letter-spacing:.16em; }
.loko-product dd { margin:0; color:#292722; font:400 12px/1.35 Inter,sans-serif; }
.loko-product__footer { display:flex; justify-content:space-between; align-items:center; color:#5f5a53; font:500 9px/1 Inter,sans-serif; text-transform:uppercase; letter-spacing:.15em; }
.loko-product__footer a { color:#201f1b; border-bottom:1px solid #201f1b; padding-bottom:8px; }
.loko-product__footer a i { font-style:normal; font-size:14px; margin-left:10px; }

/* Yard */
.loko-scene--yard { min-height:120svh; display:flex; align-items:center; background:#171615; }
.loko-yard-backdrop { background-size:cover; background-position:center; }
.loko-yard-backdrop::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(14,13,12,.92),rgba(14,13,12,.68) 52%,rgba(14,13,12,.75)),linear-gradient(180deg,rgba(14,13,12,.2),rgba(14,13,12,.9)); }
.loko-yard-overlay { position:absolute; inset:0; z-index:-1; background:radial-gradient(circle at 80% 25%,rgba(155,122,75,.1),transparent 30%); }
.loko-yard-inner { position:relative; width:min(1220px,calc(100% - 150px)); margin:auto; padding:15vh 0 13vh; }
.loko-yard-heading { max-width:650px; }
.loko-yard-heading .loko-display { margin-top:18px; }
.loko-yard-grid { margin-top:90px; display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:20px; align-items:end; }
.loko-yard-feature { background:rgba(26,25,23,.66); border:1px solid rgba(236,232,223,.12); backdrop-filter:blur(8px); }
.loko-yard-feature img { width:100%; aspect-ratio:1.15/1; object-fit:cover; display:block; filter:saturate(.65); }
.loko-yard-feature div { padding:22px; }
.loko-yard-feature span { color:var(--brass); font:500 8px/1 Inter,sans-serif; text-transform:uppercase; letter-spacing:.2em; }
.loko-yard-feature h3 { margin:12px 0 8px; font:500 28px/1 "Playfair Display",Georgia,serif; }
.loko-yard-feature p { margin:0; color:#aaa49b; font:300 12px/1.6 Inter,sans-serif; }

/* Footer */
.loko-footer { background:#121211; padding:80px 7vw 30px; color:var(--ink); }
.loko-footer__rail { height:1px; background:linear-gradient(90deg,transparent,var(--brass),transparent); margin-bottom:70px; opacity:.65; }
.loko-footer__grid { display:grid; grid-template-columns:1.2fr 1fr .6fr; gap:70px; }
.loko-footer h2 { margin:18px 0 0; font:500 clamp(40px,5vw,72px)/.95 "Playfair Display",Georgia,serif; }
.loko-footer__copy { color:#969087; font:300 13px/1.6 Inter,sans-serif; max-width:350px; }
.loko-newsletter { display:flex; border-bottom:1px solid rgba(236,232,223,.28); margin-top:30px; max-width:420px; }
.loko-newsletter input { flex:1; min-width:0; border:0; outline:0; background:transparent; color:#fff; padding:13px 0; font:300 13px/1 Inter,sans-serif; }
.loko-newsletter input::placeholder { color:#77736c; }
.loko-newsletter button { border:0; background:transparent; cursor:pointer; font-size:22px; }
.loko-newsletter-status { min-height:16px; color:var(--brass); font:500 9px/1.5 Inter,sans-serif; margin-top:12px; }
.loko-footer__links { display:flex; flex-direction:column; align-items:flex-start; gap:16px; }
.loko-footer__links a { color:#bbb5ac; font:500 10px/1 Inter,sans-serif; text-transform:uppercase; letter-spacing:.15em; }
.loko-footer__links a:hover { color:#fff; }
.loko-footer__bottom { margin-top:70px; padding-top:20px; border-top:1px solid rgba(236,232,223,.1); display:flex; justify-content:space-between; color:#6d6962; font:500 8px/1 Inter,sans-serif; text-transform:uppercase; letter-spacing:.16em; }

/* Basic inner pages */
.loko-basic-page { min-height:80vh; padding:150px 7vw 100px; background:#e7e1d6; color:#201f1b; }
.loko-basic-page__inner { max-width:1000px; margin:auto; }
.loko-basic-page h1 { font:500 clamp(52px,8vw,110px)/.9 "Playfair Display",Georgia,serif; }
.loko-basic-content { font:300 16px/1.8 Inter,sans-serif; max-width:760px; }

@media (max-width: 900px) {
    .loko-topbar { height:68px; padding:0 20px; }
    .loko-progress { right:12px; }
    .loko-progress__items a b { display:none; }
    .loko-progress__items a span { width:7px; height:7px; }
    .loko-scene-caption { left:20px; bottom:20px; }
    .loko-scene__content--arrival { width:calc(100% - 70px); }
    .loko-scene__content--manifesto { width:calc(100% - 70px); padding-right:0; }
    .loko-scene--journey { min-height:155svh; padding:13vh 20px 8vh; }
    .loko-scene__intro { width:min(600px,80vw); }
    .loko-journey-card { width:calc(100vw - 40px); left:0; height:60vh; }
    .loko-journey-rail { left:0; right:0; }
    .loko-product { grid-template-columns:1fr; gap:40px; min-height:auto; }
    .loko-product:nth-child(even) { grid-template-columns:1fr; }
    .loko-product:nth-child(even) .loko-product__media { order:initial; }
    .loko-product__media { height:72vh; }
    .loko-scene--drop { padding:12vh 20px 10vh; }
    .loko-yard-inner { width:calc(100% - 60px); }
    .loko-yard-grid { grid-template-columns:1fr 1fr; }
    .loko-yard-feature:first-child { grid-column:1/-1; }
    .loko-footer { padding:65px 20px 25px; }
    .loko-footer__grid { grid-template-columns:1fr; gap:45px; }
}

@media (max-width: 600px) {
    .loko-progress { right:8px; }
    .loko-progress__track { right:3px; }
    .loko-progress__items { gap:12px; }
    .loko-scene--arrival { min-height:100svh; }
    .loko-display { font-size:clamp(58px,16vw,94px); }
    .loko-display--small { font-size:clamp(48px,13vw,78px); }
    .loko-scene__content--arrival { width:calc(100% - 54px); }
    .loko-tagline { font-size:18px; }
    .loko-scene--manifesto { min-height:100svh; }
    .loko-manifesto-statements { min-height:270px; }
    .loko-manifesto-statement { font-size:clamp(42px,12.5vw,64px); }
    .loko-scene--journey { min-height:150svh; }
    .loko-journey-stage { margin-top:0; }
    .loko-journey-card { height:58vh; }
    .loko-journey-card__copy { left:6%; bottom:7%; width:84%; }
    .loko-journey-card__copy h3 { font-size:48px; }
    .loko-product__media { height:65vh; }
    .loko-product dl { gap:10px; }
    .loko-product dd { font-size:10px; }
    .loko-yard-inner { width:calc(100% - 40px); padding-top:13vh; }
    .loko-yard-grid { grid-template-columns:1fr; }
    .loko-yard-feature:first-child { grid-column:auto; }
    .loko-footer__bottom { flex-direction:column; gap:10px; }
}

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

/* ============================================================
   LOKOMOTIV MOTION PASS v3
   Scene-to-scene blending + faster first paint
   ============================================================ */
.loko-transition {
    position: fixed;
    inset: 0;
    z-index: 850;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    background: #121211;
    will-change: opacity;
}
.loko-transition__layer {
    position: absolute;
    inset: -6%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: transform, opacity;
}
.loko-transition__layer--current { opacity: 0; }
.loko-transition__layer--next { opacity: 0; }
.loko-transition__wash {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12,12,11,.72), rgba(12,12,11,.12) 55%, rgba(12,12,11,.6)),
        linear-gradient(180deg, rgba(12,12,11,.18), rgba(12,12,11,.82));
    mix-blend-mode: multiply;
}
.loko-transition__line {
    position: absolute;
    left: 7vw;
    right: 7vw;
    top: 50%;
    height: 1px;
    background: var(--brass);
    transform: scaleX(0);
    transform-origin: left center;
    opacity: .7;
}

/* Manifesto gets enough scroll distance for the four statements to breathe. */
.loko-scene--manifesto {
    min-height: 175svh;
    display: block;
}
.loko-scene--manifesto .loko-scene__content--manifesto {
    position: sticky;
    top: 0;
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.loko-scene--manifesto .loko-scene__media {
    height: 100%;
}
.loko-manifesto-statement {
    transition-duration: .55s;
}

/* Replace expensive blur transitions with composited opacity/transform where possible. */
.loko-journey-card,
.loko-reveal,
.loko-product,
.loko-yard-feature {
    will-change: transform, opacity;
}
.loko-journey-card {
    transition: opacity .42s var(--ease), filter .42s var(--ease);
}
.loko-journey-card__image img,
.loko-product__media img,
.loko-yard-feature img {
    will-change: transform;
    backface-visibility: hidden;
}

/* Hero poster is the first paint; video fades over it only after canplay. */
.loko-hero-video { opacity: 0; transition: opacity .65s ease; }
.loko-hero-video.is-ready { opacity: 1; }
.loko-hero-poster { z-index: 1; opacity: 1; transition: opacity .65s ease; }
.loko-hero-video.is-ready + .loko-hero-poster { opacity: 0; }

/* Reduce expensive full-page paint work. */
.loko-scene--journey,
.loko-scene--drop,
.loko-scene--yard { contain: layout paint; }
.loko-atmosphere,
.loko-grain { contain: paint; }

@media (prefers-reduced-motion: reduce) {
    .loko-transition { display:none; }
    .loko-hero-video { display:none; }
    .loko-hero-poster { opacity:1 !important; }
}
