@font-face{font-family:Sora;src:url('./Sora-Variable.ttf') format('truetype');font-weight:100 900;font-display:swap}
@font-face{font-family:Inter;src:url('./Inter-Variable.woff2') format('woff2');font-weight:100 900;font-display:swap}

:root{
  --paper:#f2efe6;
  --paper-soft:#faf8f2;
  --ink:#15211f;
  --muted:#62706c;
  --line:rgba(21,33,31,.16);
  --teal:#0b5b55;
  --teal-light:#63aaa2;
  --surface:#e8e3d7;
  --surface-soft:#dedcd0;
  --surface-raised:#e8e5d9;
  --glass:rgba(255,254,249,.86);
  --timeline-bg:rgba(255,255,255,.35);
  --scrolled-header:rgba(242,239,230,.88);
  --hover-soft:#e7eee9;
  --shell:min(1280px,calc(100vw - 80px));
  --radius:16px;
  --ease:cubic-bezier(.2,.8,.2,1);
}

html[data-theme="dark"]{
  --paper:#0d1513;
  --paper-soft:#111d1a;
  --ink:#e9eee9;
  --muted:#9caaa5;
  --line:rgba(233,238,234,.14);
  --teal:#69b8ae;
  --teal-light:#82c8bf;
  --surface:#182420;
  --surface-soft:#15211e;
  --surface-raised:#1d2d28;
  --glass:rgba(18,30,26,.88);
  --timeline-bg:rgba(255,255,255,.045);
  --scrolled-header:rgba(13,21,19,.9);
  --hover-soft:#cfe3de;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper);color:var(--ink)}
body{margin:0;min-width:320px;overflow-x:hidden;font-family:Inter,system-ui,sans-serif;background:var(--paper);color:var(--ink);text-rendering:optimizeLegibility}
body,.signal-strip,.cross-device,.feature,.feature-accent,.site-footer,.mobile-menu{transition:background-color .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease)}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
::selection{background:var(--teal);color:#fff}
.shell{width:var(--shell);margin-inline:auto}
.section{padding-block:150px}

.scroll-meter{position:fixed;z-index:1000;inset:0 0 auto;height:3px;pointer-events:none}
.scroll-meter span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:var(--teal)}

.site-header{position:fixed;z-index:900;top:0;left:0;width:100%;height:88px;padding-inline:max(40px,calc((100vw - 1440px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:white;border-bottom:1px solid rgba(255,255,255,.18);transition:height .35s var(--ease),background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease),backdrop-filter .35s var(--ease)}
.site-header.is-scrolled{height:72px;background:var(--scrolled-header);color:var(--ink);border-color:var(--line);backdrop-filter:blur(18px)}
.brand{display:inline-flex;align-items:center;gap:12px;width:max-content;font-family:Sora,sans-serif;font-size:25px;font-weight:650;letter-spacing:-.04em}
.brand-mark{width:35px;height:auto;fill:currentColor}
.desktop-nav{display:flex;align-items:center;gap:40px;font-size:13px;font-weight:650;letter-spacing:.04em}
.desktop-nav a{position:relative;padding-block:10px}
.desktop-nav a::after{content:"";position:absolute;inset:auto 0 5px;height:1px;transform:scaleX(0);transform-origin:right;background:currentColor;transition:transform .3s var(--ease)}
.desktop-nav a:hover::after{transform:scaleX(1);transform-origin:left}
.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}
.nav-download{display:flex;align-items:center;gap:24px;padding:13px 18px;border:1px solid currentColor;border-radius:99px;font-size:13px;font-weight:700;transition:background .25s var(--ease),color .25s var(--ease)}
.nav-download:hover{background:white;color:var(--ink)}
.is-scrolled .nav-download:hover{background:var(--ink);color:white}
.theme-toggle{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid currentColor;border-radius:50%;background:transparent;color:currentColor;cursor:pointer;transition:background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}
.theme-toggle:hover{background:rgba(255,255,255,.12)}
.is-scrolled .theme-toggle:hover,.menu-active .theme-toggle:hover{background:var(--ink);color:var(--paper)}
.theme-icon{grid-area:1/1;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:opacity .25s var(--ease),transform .25s var(--ease)}
.theme-icon-moon{fill:currentColor;stroke:none}
.theme-icon-sun{opacity:0;transform:scale(.6) rotate(-30deg)}
html[data-theme="dark"] .theme-icon-moon{opacity:0;transform:scale(.6) rotate(30deg)}
html[data-theme="dark"] .theme-icon-sun{opacity:1;transform:scale(1) rotate(0)}
.menu-toggle{display:none;justify-self:end;width:44px;height:44px;border:0;background:none;color:currentColor;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:1px;margin:6px auto;background:currentColor;transition:transform .3s var(--ease)}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-menu{position:fixed;z-index:850;inset:0;display:none;padding:130px 28px 36px;background:var(--paper);transform:translateY(-100%);transition:transform .45s var(--ease)}
.mobile-menu.is-open{transform:translateY(0)}
.mobile-menu nav{display:flex;flex-direction:column}
.mobile-menu nav a{padding:16px 0;border-bottom:1px solid var(--line);font-family:Sora,sans-serif;font-size:clamp(32px,9vw,52px);font-weight:530;letter-spacing:-.04em}
.mobile-menu>span{position:absolute;bottom:36px;color:var(--muted);font-size:13px}

.hero{position:relative;isolation:isolate;min-height:920px;height:100svh;max-height:1080px;overflow:hidden;background:#243431;color:white}
.hero::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background-image:linear-gradient(90deg,transparent calc(100% - 1px),rgba(255,255,255,.16) 0);background-size:25% 100%;opacity:.48}
.hero-photo,.hero-photo img,.hero-shade{position:absolute;inset:0;width:100%;height:100%}
.hero-photo{overflow:hidden;transform:scale(1.03)}
.hero-photo img{object-fit:cover;object-position:center;will-change:transform;transform:scale(1.055) translate3d(calc(var(--mouse-x,0)*-8px),calc(var(--mouse-y,0)*-6px),0);transition:transform .15s linear}
.hero-shade{background:linear-gradient(90deg,rgba(10,22,20,.84) 0%,rgba(10,22,20,.65) 32%,rgba(10,22,20,.1) 68%,rgba(10,22,20,.25) 100%),linear-gradient(0deg,rgba(7,17,15,.4),transparent 48%)}
.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:92px}
.hero-copy{width:min(690px,57vw)}
.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 34px;font-size:11px;font-weight:760;letter-spacing:.22em;text-transform:uppercase}
.eyebrow span{width:34px;height:1px;background:var(--teal-light)}
.hero h1{max-width:760px;margin:0;font-family:Sora,sans-serif;font-size:clamp(64px,6vw,96px);font-weight:470;line-height:.94;letter-spacing:-.04em}
.hero-intro{max-width:600px;margin:34px 0 0;color:rgba(255,255,255,.78);font-size:clamp(17px,1.25vw,20px);line-height:1.7}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:42px}
.button{display:inline-flex;align-items:center;gap:14px;min-width:190px;min-height:66px;padding:12px 22px;border:1px solid transparent;border-radius:12px;transition:transform .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease)}
.button svg{width:24px;height:24px;fill:currentColor}
.button span{display:flex;flex-direction:column;font-size:15px;font-weight:750;line-height:1.2}
.button small{margin-bottom:4px;font-size:9px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;opacity:.64}
.button-primary{position:relative;left:-18px;background:#fff;color:#15211f}
.button-primary:hover{background:var(--hover-soft)}
.button-ghost{border-color:rgba(255,255,255,.52);background:rgba(10,30,27,.24);color:white;backdrop-filter:blur(12px)}
.button-ghost:hover{border-color:white;background:rgba(255,255,255,.12)}
.hero-foot{position:absolute;z-index:2;bottom:38px;left:0;display:flex;gap:26px;color:rgba(255,255,255,.7);font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}
.live-dot{display:flex;align-items:center;gap:8px}
.live-dot i{width:7px;height:7px;border-radius:50%;background:#9ad6a8;box-shadow:0 0 0 5px rgba(154,214,168,.15)}
.scroll-cue{position:absolute;z-index:3;right:40px;bottom:38px;display:flex;align-items:center;gap:14px;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;writing-mode:vertical-rl}
.scroll-cue i{position:relative;width:1px;height:54px;background:rgba(255,255,255,.35);overflow:hidden}
.scroll-cue i::after{content:"";position:absolute;inset:-100% 0 auto;height:100%;background:white;animation:scrollLine 2s var(--ease) infinite}
.hero-reveal{opacity:0;transform:translateY(28px);animation:heroIn .85s var(--ease) forwards}
.hero-reveal:nth-child(1){animation-delay:.18s}.hero-reveal:nth-child(2){animation-delay:.28s}.hero-reveal:nth-child(3){animation-delay:.4s}.hero-reveal:nth-child(4){animation-delay:.52s}
.hero-foot.hero-reveal{animation-delay:.7s}

.signal-strip{overflow:hidden;border-bottom:1px solid var(--line);background:var(--paper-soft)}
.signal-track{display:flex;align-items:center;gap:34px;width:max-content;height:80px;animation:ticker 34s linear infinite;font-family:Sora,sans-serif;font-size:14px;font-weight:520;letter-spacing:-.02em;white-space:nowrap}
.signal-track span{min-width:max-content}.signal-track i{width:5px;height:5px;border-radius:50%;background:var(--teal)}

.manifesto-grid{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,.8fr);gap:9vw;align-items:end}
.display-copy{margin:0;font-family:Sora,sans-serif;font-size:clamp(58px,6vw,96px);font-weight:450;line-height:1.02;letter-spacing:-.04em}
.display-copy strong{color:var(--teal);font:inherit;font-weight:600}
.manifesto-note{padding-bottom:10px}
.manifesto-note p{margin:0;color:var(--muted);font-size:17px;line-height:1.75}
.text-link{display:inline-flex;align-items:center;gap:18px;margin-top:34px;padding-bottom:7px;border-bottom:1px solid currentColor;font-size:13px;font-weight:760}
.text-link span{transition:transform .25s var(--ease)}.text-link:hover span{transform:translateX(5px)}

.cross-device{background:var(--paper-soft);border-block:1px solid var(--line)}
.split-grid{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr);gap:10vw;align-items:center}
.device-visual{position:relative;max-width:570px}
.image-frame{position:relative;overflow:hidden;aspect-ratio:4/5;border-radius:var(--radius);background:var(--surface)}
.image-frame img{width:100%;height:110%;object-fit:cover;transform:translateY(var(--image-shift,-5%));will-change:transform}
.visual-card{position:absolute;display:flex;flex-direction:column;padding:18px 20px;border:1px solid var(--line);border-radius:12px;background:var(--glass);box-shadow:0 18px 55px rgba(18,32,29,.16);backdrop-filter:blur(14px)}
.visual-card small{margin-bottom:4px;color:var(--muted);font-size:9px;font-weight:760;letter-spacing:.12em;text-transform:uppercase}
.visual-card strong{font-family:Sora,sans-serif;font-size:16px;letter-spacing:-.03em}
.visual-card-top{top:9%;right:-8%}.visual-card-bottom{bottom:8%;left:-8%;flex-direction:row;align-items:center;gap:12px}
.offline-mark{display:grid;place-items:center;width:25px;height:25px;border:1px solid var(--teal);border-radius:8px;color:var(--teal);font-weight:800}
.platform-copy h2{max-width:700px;margin:0;font-family:Sora,sans-serif;font-size:clamp(52px,5.4vw,86px);font-weight:470;line-height:1;letter-spacing:-.04em}
.platform-copy>.lead{max-width:660px;margin:34px 0 60px;color:var(--muted);font-size:18px;line-height:1.75}
.principles{border-top:1px solid var(--line)}
.principle{display:grid;grid-template-columns:52px 1fr;gap:12px;padding:25px 0;border-bottom:1px solid var(--line)}
.principle>span{padding-top:3px;color:var(--teal);font-family:Sora,sans-serif;font-size:11px}
.principle h3{margin:0 0 7px;font-family:Sora,sans-serif;font-size:20px;font-weight:560;letter-spacing:-.04em}
.principle p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}

.feature-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:62px}
.feature-heading h2{margin:0;font-family:Sora,sans-serif;font-size:clamp(52px,5vw,80px);font-weight:470;letter-spacing:-.04em}
.feature-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
.feature{position:relative;min-height:450px;overflow:hidden;padding:38px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}
.feature-wide{grid-row:span 2;min-height:918px;background:var(--surface-soft)}
.feature-dark{background:#132522;color:#fff}.feature-accent{background:var(--surface-raised)}
.feature-number{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid currentColor;border-radius:50%;font-size:11px;font-weight:750}
.feature h3{position:absolute;z-index:2;bottom:96px;left:38px;max-width:480px;margin:0;font-family:Sora,sans-serif;font-size:clamp(30px,3vw,48px);font-weight:500;line-height:1.05;letter-spacing:-.04em}
.feature p{position:absolute;z-index:2;bottom:36px;left:38px;max-width:470px;margin:0;color:currentColor;font-size:14px;line-height:1.55;opacity:.68}
.feature-art{position:absolute;inset:80px 38px 210px}
.timeline-art{top:170px;height:270px;border:1px solid var(--line);border-radius:12px;background:var(--timeline-bg)}
.timeline-line{position:absolute;left:10%;right:10%;top:50%;height:2px;background:var(--line)}
.timeline-line::after{content:"";display:block;width:42%;height:100%;background:var(--teal)}
.timeline-play{position:absolute;left:42%;top:calc(50% - 12px);width:24px;height:24px;border:7px solid white;border-radius:50%;background:var(--teal);box-shadow:0 8px 30px rgba(21,33,31,.22)}
.timeline-art b{position:absolute;right:10%;top:30%;font-family:Sora,sans-serif;font-size:clamp(36px,5vw,72px);font-weight:500;letter-spacing:-.04em}
.live-art{display:flex;align-items:center;justify-content:center;gap:12px}
.live-art span{display:block;width:12px;border-radius:99px;background:var(--teal-light);animation:bars 1.8s var(--ease) infinite}
.live-art span:nth-child(1){height:55px}.live-art span:nth-child(2){height:100px;animation-delay:.2s}.live-art span:nth-child(3){height:72px;animation-delay:.4s}
.offline-art{display:grid;place-items:center}.offline-art svg{width:170px;fill:none;stroke:var(--teal);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}

.download-section{position:relative;overflow:hidden;padding:150px 0;background:#0c1b18;color:white}
.download-section::after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(90deg,transparent calc(100% - 1px),rgba(255,255,255,.075) 0);background-size:25% 100%}
.download-inner{position:relative;z-index:2}
.download-inner h2{margin:0;font-family:Sora,sans-serif;font-size:clamp(62px,7vw,96px);font-weight:430;line-height:.94;letter-spacing:-.04em}
.download-inner>p:not(.download-note){max-width:560px;margin:34px 0 52px;color:rgba(255,255,255,.62);font-size:18px;line-height:1.65}
.download-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1020px}
.download-card{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;min-height:122px;padding:24px 28px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.055);transition:background .3s var(--ease),border-color .3s var(--ease),transform .2s var(--ease)}
.download-card:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.11)}
.download-card>svg{width:31px;height:31px;fill:white}.download-card>span{display:flex;flex-direction:column}.download-card small{margin-bottom:7px;color:rgba(255,255,255,.5);font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.download-card strong{font-family:Sora,sans-serif;font-size:19px;font-weight:560;letter-spacing:-.03em}.download-card em{margin-top:6px;color:rgba(255,255,255,.52);font-size:11px;font-style:normal}.download-card>b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:white;color:#15211f;font-size:18px}
.download-note{margin:18px 0 0;color:rgba(255,255,255,.4);font-size:11px}

html[data-theme="dark"] .feature-dark{background:#07100e}

.site-footer{padding:90px 0 28px;background:var(--paper-soft)}
.footer-main{display:flex;justify-content:space-between;padding-bottom:78px}
.brand-footer{font-size:32px}.footer-main p{margin:18px 0 0;color:var(--muted);font-size:14px}
.footer-links{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:18px 70px;font-size:13px;font-weight:650}
.footer-links a:hover{color:var(--teal)}
.footer-bottom{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}

.reveal{opacity:1;transform:none}
[data-motion="ready"] .reveal{opacity:0;transform:translateY(38px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
[data-motion="ready"] .reveal.is-visible{opacity:1;transform:none}

@keyframes heroIn{to{opacity:1;transform:none}}
@keyframes scrollLine{0%{transform:translateY(0)}100%{transform:translateY(200%)}}
@keyframes ticker{to{transform:translateX(-50%)}}
@keyframes bars{50%{transform:scaleY(.58);opacity:.55}}
@keyframes spin{to{transform:rotate(360deg)}}

@media (max-width:1100px){
  :root{--shell:min(100% - 48px,1000px)}
  .site-header{padding-inline:24px}
  .hero-copy{width:min(680px,70vw)}
  .manifesto-grid{grid-template-columns:1fr;gap:48px}.manifesto-note{max-width:520px;margin-left:auto}
  .split-grid{gap:7vw}
  .visual-card-top{right:-3%}.visual-card-bottom{left:-3%}
  .feature-wide{min-height:820px}
}

@media (max-width:820px){
  :root{--shell:calc(100% - 40px);--radius:16px}
  .section{padding-block:100px}
  .site-header{height:72px;grid-template-columns:1fr auto;color:white}.site-header.is-scrolled,.site-header.menu-active{color:var(--ink)}
  .desktop-nav,.nav-download{display:none}.header-actions{gap:8px}.menu-toggle{display:block}.mobile-menu{display:block}
  .hero{min-height:760px;height:100svh;max-height:900px}
  .hero-photo img{object-position:62% center}
  .hero-shade{background:linear-gradient(90deg,rgba(8,20,18,.82),rgba(8,20,18,.2)),linear-gradient(0deg,rgba(7,17,15,.72),transparent 65%)}
  .hero-content{justify-content:flex-end;padding-bottom:116px}
  .hero-copy{width:100%}.hero h1{font-size:clamp(50px,13vw,78px)}.hero-intro{max-width:520px;font-size:16px}.eyebrow{margin-bottom:24px}
  .hero-actions{margin-top:30px}.hero-foot{bottom:34px;gap:14px}.hero-foot span:last-child{display:none}.scroll-cue{display:none}
  .signal-track{height:66px}
  .display-copy{font-size:clamp(48px,11vw,72px)}
  .split-grid{grid-template-columns:1fr;gap:90px}.device-visual{margin:auto}.platform-copy h2{font-size:clamp(50px,11vw,76px)}
  .feature-heading{display:block}
  .feature-grid{grid-template-columns:1fr}.feature-wide{grid-row:auto;min-height:650px}.feature{min-height:520px}.feature-art{bottom:190px}
  .download-cards{grid-template-columns:1fr}
}

@media (max-width:540px){
  :root{--shell:calc(100% - 28px)}
  .site-header{padding-inline:16px}.brand{font-size:23px}.brand-mark{width:31px}
  .hero{min-height:740px}.hero-content{padding-bottom:120px}.hero h1{font-size:clamp(45px,13.7vw,66px);line-height:.98}.hero h1 br{display:none}.hero-intro{margin-top:24px;line-height:1.55}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.button{min-width:0;min-height:60px;padding:10px 13px;border-radius:12px}.button-primary{left:0}.button svg{width:20px}.button span{font-size:13px}.button small{font-size:7px}
  .manifesto-note{margin:0}.display-copy{font-size:clamp(42px,12.6vw,64px)}
  .visual-card{padding:14px 15px}.visual-card-top{right:-5px}.visual-card-bottom{left:-5px}
  .platform-copy>.lead{margin-bottom:42px;font-size:16px}.principle{grid-template-columns:38px 1fr}
  .feature{min-height:460px;padding:24px}.feature-wide{min-height:560px}.feature h3{left:24px;right:24px;bottom:100px;font-size:32px}.feature p{left:24px;right:24px;bottom:28px}.feature-art{inset:80px 24px 200px}.timeline-art{top:100px;height:190px}.timeline-art b{font-size:60px}
  .download-section{padding-block:100px}.download-inner h2{font-size:clamp(52px,15vw,78px)}.download-card{grid-template-columns:auto 1fr auto;padding:20px 18px;gap:14px}.download-card strong{font-size:16px}.download-card>b{width:34px;height:34px}
  .footer-main{display:block}.footer-links{margin-top:50px;gap:16px 28px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top: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}
  .hero-photo img,.image-frame img{transform:none!important}
  [data-motion="ready"] .reveal{opacity:1;transform:none}
}

/* ============================================================ v2 additions */

/* --- sealed canvas surfaces (motion lives in a bitmap, not in the DOM) --- */
.hero-canvas{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none;opacity:.85}
.download-canvas{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none;opacity:.6}

/* --- section intro --- */
.section-head{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:9vw;align-items:end;margin-bottom:72px}
.section-head h2{margin:0;font-family:Sora,sans-serif;font-size:clamp(46px,4.8vw,76px);font-weight:470;line-height:1.02;letter-spacing:-.04em}
.section-head p{margin:0 0 6px;color:var(--muted);font-size:16px;line-height:1.75}
.section-tag{display:flex;align-items:center;gap:12px;margin:0 0 26px;color:var(--teal);font-size:11px;font-weight:760;letter-spacing:.22em;text-transform:uppercase}
.section-tag span{width:34px;height:1px;background:currentColor}

/* --- motion proof rows --- */
.motion-section{background:var(--paper-soft);border-block:1px solid var(--line)}
.motion-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,660px);gap:5vw;align-items:center;padding-block:76px;border-top:1px solid var(--line)}
.motion-row:first-of-type{border-top:0;padding-top:0}
.motion-row:last-of-type{padding-bottom:0}
.motion-row.is-flipped .motion-card{order:-1}
.motion-copy>span{display:inline-block;margin-bottom:20px;color:var(--teal);font-family:Sora,sans-serif;font-size:12px;font-weight:650;letter-spacing:.08em}
.motion-copy h3{margin:0;font-family:Sora,sans-serif;font-size:clamp(30px,3.1vw,44px);font-weight:520;line-height:1.06;letter-spacing:-.04em}
.motion-copy p{max-width:460px;margin:20px 0 0;color:var(--muted);font-size:16px;line-height:1.72}
.motion-list{margin:28px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}
.motion-list li{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}
.motion-list li::before{content:"";flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:var(--teal)}

.motion-card{position:relative}
.motion-frame{position:relative;overflow:hidden;padding:10px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 1px 2px rgba(18,32,29,.05),0 22px 60px rgba(18,32,29,.10)}
.motion-frame img{width:100%;height:auto;border-radius:10px;background:#f2efe6}
.motion-badge{position:absolute;z-index:2;top:22px;right:22px;display:flex;align-items:center;gap:7px;padding:7px 12px;border-radius:99px;background:rgba(12,27,24,.78);color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;backdrop-filter:blur(8px)}
.motion-badge i{width:6px;height:6px;border-radius:50%;background:#9ad6a8;animation:pulseDot 1.9s var(--ease) infinite}
.motion-toggle{position:absolute;z-index:3;left:50%;bottom:26px;transform:translateX(-50%);padding:12px 20px;border:0;border-radius:99px;background:var(--ink);color:var(--paper);font-size:13px;font-weight:700;cursor:pointer}

/* --- stats --- */
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.stat{padding:34px 28px 30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}
.stat b{display:block;font-family:Sora,sans-serif;font-size:clamp(38px,3.6vw,54px);font-weight:520;line-height:1;letter-spacing:-.04em}
.stat b i{font-style:normal;color:var(--teal)}
.stat span{display:block;margin-top:14px;color:var(--muted);font-size:13px;line-height:1.55}

/* --- FAQ --- */
.faq{max-width:900px}
.faq details{border-bottom:1px solid var(--line)}
.faq details:first-of-type{border-top:1px solid var(--line)}
.faq summary{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;cursor:pointer;font-family:Sora,sans-serif;font-size:clamp(18px,1.7vw,22px);font-weight:540;letter-spacing:-.03em;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--line);border-radius:50%;color:var(--teal);font-size:18px;font-weight:400;transition:transform .3s var(--ease),background .3s var(--ease)}
.faq details[open] summary::after{content:"\2212";transform:rotate(180deg);background:var(--hover-soft)}
.faq summary:hover::after{background:var(--hover-soft)}
.faq p{max-width:720px;margin:0 0 30px;color:var(--muted);font-size:15px;line-height:1.75}

/* --- trust rail --- */
.trust{display:flex;flex-wrap:wrap;gap:14px;margin-top:44px}
.trust span{display:inline-flex;align-items:center;gap:9px;padding:11px 16px;border:1px solid var(--line);border-radius:99px;color:var(--muted);font-size:12px;font-weight:650}
.trust span::before{content:"";width:15px;height:15px;border-radius:50%;border:1.5px solid var(--teal)}

@keyframes pulseDot{50%{opacity:.25;transform:scale(.7)}}

@media (max-width:1100px){
  .section-head{grid-template-columns:1fr;gap:26px;margin-bottom:56px}
  .motion-row{grid-template-columns:1fr;gap:44px;padding-block:64px}
  .motion-row.is-flipped .motion-card{order:0}
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:820px){
  .motion-row{padding-block:56px}
  .motion-copy p{max-width:none}
  .motion-frame{padding:8px;border-radius:14px}
  .stat{padding:26px 22px}
}

@media (max-width:540px){
  .section-head h2{font-size:clamp(36px,10vw,50px)}
  .motion-copy h3{font-size:clamp(26px,7.6vw,34px)}
  .stats-grid{grid-template-columns:1fr}
  .motion-badge{top:16px;right:16px;padding:6px 10px;font-size:9px}
  .faq summary{padding:20px 0;font-size:17px}
  .trust{gap:8px}
  .trust span{padding:9px 13px;font-size:11px}
}

@media (prefers-reduced-motion:reduce){
  .motion-badge i{animation:none}
}

/* ==========================================================================
   DE-SLOP LAYER
   Audited against the impeccable.style rule catalogue. Each block below
   removes a named tell or fixes a quality rule. Comments name the rule.
   ========================================================================== */

/* RULE "Cream / beige palette": the warm off-white was the reflex surface.
   Replaced with a mineral green-grey derived from the brand teal, so the
   background is a decision rather than a default. */
:root{
  --paper:#e9ede9;
  --paper-soft:#f3f6f2;
  --surface:#dde3dd;
  --surface-soft:#d5dcd5;
  --surface-raised:#e2e7e1;
  --muted:#55625c;
  --line:rgba(21,33,31,.18);
  --scrolled-header:rgba(233,237,233,.9);
  --hover-soft:#dfe8e3;
}

/* RULE "Auto-scrolling marquee": the ticker moved on its own and hid copy.
   Now a static, left-aligned capability rail people can read at their pace. */
.signal-track{width:auto;height:auto;flex-wrap:wrap;gap:0 26px;padding-block:26px;animation:none}
.signal-strip .shell{width:var(--shell);margin-inline:auto}
.signal-track i{opacity:.5}

/* RULE "Hairline border with wide shadow": committed to the defined edge.
   RULE "Extreme border-radius on cards": 18px pulled back to 14px. */
.motion-frame{border-radius:14px;box-shadow:none}
.motion-frame img{border-radius:8px;background:var(--paper-soft)}

/* RULE "Pulsing status dot" + "Gray text on colored background":
   the fake "live capture" chip is gone entirely. */
.motion-badge{display:none}

/* RULE "Kicker / eyebrow label above heading" + "Tiny numbered section
   labels": removed from the markup; the leftover rules go too. */
.section-tag{display:none}
.section-head{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:8vw}
.section-head p{max-width:46ch}

/* RULE "Line length too long": body measures capped near 65-70 characters. */
.hero-intro{max-width:34ch}
.manifesto-note p,.lead,.download-note{max-width:62ch}
.faq p{max-width:68ch}
.motion-copy p{max-width:56ch}

/* RULE "Hero metric layout" / "Identical card grids": the four stat cards
   were replaced by a real specification table. */
.spec{width:100%;border-collapse:collapse;text-align:left}
.spec caption{margin-bottom:22px;color:var(--muted);font-size:14px;text-align:left}
.spec th,.spec td{padding:20px 24px 20px 0;border-bottom:1px solid var(--line);vertical-align:top;font-size:15px}
.spec thead th{padding-top:0;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.spec tbody th{width:34%;font-family:Sora,sans-serif;font-size:17px;font-weight:540;letter-spacing:-.02em}
.spec td{color:var(--muted);line-height:1.6}
.spec td:last-child{padding-right:0}
.spec tbody tr:last-child th,.spec tbody tr:last-child td{border-bottom:0}

/* RULE "Cramped padding" / "Monotonous spacing": the trust rail gets its
   own rhythm rather than repeating the section gap. */
.trust{margin-top:56px;padding-top:34px;border-top:1px solid var(--line)}

@media (max-width:820px){
  .spec th,.spec td{display:block;padding:0;border:0}
  .spec thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  .spec tbody tr{display:block;padding-block:22px;border-bottom:1px solid var(--line)}
  .spec tbody th{width:auto;margin-bottom:8px}
  .spec tbody tr:last-child{border-bottom:0}
}

@media (max-width:540px){
  .signal-track{gap:0 18px;padding-block:20px;font-size:13px}
}

/* Numbered rails removed from the principles list, so the number column goes too. */
.principle{grid-template-columns:1fr;gap:0}
@media (max-width:820px){.principle{grid-template-columns:1fr}}

/* RULE "Heading crowded against the previous block": the spec and FAQ heads
   need more room above them than below. */
.section-head h2{text-wrap:balance}
.spec{margin-top:4px}

/* The sealed canvas is a background layer; content must sit above it. */
.download-section{position:relative;overflow:hidden}
.download-inner{position:relative;z-index:2}
.hero-content{position:relative;z-index:3}

/* The wave field was cutting across the intro line; drop it further back. */
.download-canvas{opacity:.38}

/* RULE "Low contrast text": the APK note was too dim on the dark surface. */
.download-note{color:rgba(233,238,234,.72)}

/* FIX: the de-slop override above sits outside a media query, so it was
   forcing two columns onto small screens and overlapping the heading with
   its supporting paragraph. Restore the stacked layout below 1100px. */
@media (max-width:1100px){
  .section-head{grid-template-columns:1fr;gap:24px;margin-bottom:56px}
  .section-head p{max-width:62ch}
}

/* FIX: the reduced-motion play button was floating over the frame and
   covering the artwork. Sit it under the frame instead. */
.motion-toggle{position:static;transform:none;display:block;margin:16px auto 0}
.motion-card:has(.motion-toggle[hidden]) .motion-toggle{margin:0}

/* FIX: the copyright line was breaking after every word on small screens. */
.footer-bottom{gap:10px 32px;flex-wrap:wrap}
.footer-bottom > span:first-child{white-space:nowrap}

/* FIX: the mobile rule .footer-bottom span{display:block} also hit the
   nested year span, breaking the copyright onto three lines. */
.footer-bottom span span{display:inline;margin-top:0}
