/* KONAI v8 — slideshow/editorial visual system inspired by the supplied Lustro reference.
   Light-first, full-screen chapters, photographic context, fixed-size interactive stages. */
:root{
  --v8-bg:#f4f0e7;
  --v8-paper:#fffdf8;
  --v8-paper-2:#f9f6ef;
  --v8-ink:#071426;
  --v8-ink-2:#26374c;
  --v8-muted:#647084;
  --v8-line:rgba(7,20,38,.13);
  --v8-line-strong:rgba(7,20,38,.24);
  --v8-navy:#0b1d33;
  --v8-navy-2:#112a47;
  --v8-gold:#ffc62a;
  --v8-gold-2:#e8a600;
  --v8-blue:#89a8ff;
  --v8-lilac:#d9d4ff;
  --v8-mint:#d7f2e6;
  --v8-radius:28px;
  --v8-radius-sm:18px;
  --v8-shadow:0 28px 80px rgba(13,29,51,.10);
  --v8-ease:cubic-bezier(.19,1,.22,1);
  --v8-ease-soft:cubic-bezier(.22,.61,.36,1);
  --v8-display:'Space Grotesk','Arial Narrow','Segoe UI',Arial,sans-serif;
  --v8-body:'DM Sans','Segoe UI',Arial,sans-serif;
  --v8-mono:'JetBrains Mono','SFMono-Regular',Consolas,monospace;
}

html{scroll-behavior:smooth;scroll-snap-type:y proximity;background:var(--v8-bg)}
body.lustro-inspired{background:var(--v8-bg);color:var(--v8-ink);font-family:var(--v8-body);font-size:16px;line-height:1.55;letter-spacing:-.006em;overflow-x:hidden}
body.lustro-inspired::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:-2;background:
 radial-gradient(circle at 8% 9%,rgba(255,198,42,.16),transparent 24%),
 radial-gradient(circle at 92% 78%,rgba(137,168,255,.15),transparent 30%),
 linear-gradient(180deg,#f7f3eb 0%,#f2eee6 100%)}
body.lustro-inspired::after{content:'';position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:linear-gradient(rgba(7,20,38,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(7,20,38,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:radial-gradient(circle at center,black 18%,transparent 82%);opacity:.6}

/* typography */
.lustro-inspired h1,.lustro-inspired h2,.lustro-inspired h3,.lustro-inspired h4,.lustro-inspired .brand{font-family:var(--v8-display);color:inherit}
.lustro-inspired h1{font-weight:600;letter-spacing:-.055em;line-height:.94}
.lustro-inspired h2{font-weight:560;letter-spacing:-.045em;line-height:1.02}
.lustro-inspired h3{font-weight:580;letter-spacing:-.025em;line-height:1.15}
.lustro-inspired p{color:var(--v8-ink-2)}
.lustro-inspired .eyebrow,.lustro-inspired .section-index,.lustro-inspired .micro-label,.lustro-inspired .pilot-chip,.lustro-inspired small{font-family:var(--v8-mono);letter-spacing:.12em;text-transform:uppercase}
.lustro-inspired .section-note{font-size:14px;color:var(--v8-muted)}
.lustro-inspired .section-heading{align-items:end;gap:4vw}
.lustro-inspired .section-heading h2{font-size:clamp(38px,4.5vw,72px);max-width:900px}
.lustro-inspired .section-heading h2 span{color:var(--v8-muted);font-weight:450}
.lustro-inspired .section-index{font-size:11px;font-weight:700;color:#836000}

/* Full-screen chapter rhythm, but never crush content on short/mobile viewports. */
.lustro-inspired main>.deck-chapter{position:relative;min-height:100svh;scroll-snap-align:start;scroll-snap-stop:normal;padding:clamp(88px,11vh,122px) 0 clamp(36px,5vh,64px);display:flex;flex-direction:column;justify-content:center;overflow:hidden;border-bottom:1px solid rgba(7,20,38,.06)}
.lustro-inspired main>.deck-chapter::before{content:attr(data-chapter-index);position:absolute;top:94px;right:clamp(26px,4vw,72px);font:700 10px/1 var(--v8-mono);letter-spacing:.18em;color:rgba(7,20,38,.27);z-index:2}
.lustro-inspired main>.deck-chapter>.container{position:relative;z-index:2}
.lustro-inspired .section-cream,.lustro-inspired .section-soft,.lustro-inspired .section-navy,.lustro-inspired .contract-section,.lustro-inspired .pilot{background:transparent;color:var(--v8-ink)}
.lustro-inspired .section-heading--light h2,.lustro-inspired .section-heading--light .section-index,.lustro-inspired .section-heading--light .section-note{color:inherit}
.lustro-inspired .section-heading--light h2 span{color:var(--v8-muted)}

/* Header follows the reference: compact fixed chrome, not a heavy navbar bar. */
.lustro-inspired .site-header{position:fixed;top:14px;left:18px;right:18px;width:auto;border:1px solid rgba(255,255,255,.66);border-radius:20px;background:rgba(255,253,248,.78);backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);box-shadow:0 12px 40px rgba(8,21,38,.08);z-index:150;transition:background .3s var(--v8-ease),box-shadow .3s var(--v8-ease),transform .3s var(--v8-ease)}
.lustro-inspired .site-header.is-scrolled{background:rgba(255,253,248,.92);box-shadow:0 18px 54px rgba(8,21,38,.12)}
.lustro-inspired .header-inner{min-height:64px;padding-inline:18px;max-width:none}
.lustro-inspired .brand{gap:10px;font-size:17px;font-weight:700;letter-spacing:-.03em}
.lustro-inspired .brand img{width:34px;height:34px;border-radius:10px;box-shadow:0 6px 18px rgba(9,28,49,.12)}
.lustro-inspired .desktop-nav{gap:3px;padding:4px;background:rgba(7,20,38,.04);border:1px solid rgba(7,20,38,.06);border-radius:999px}
.lustro-inspired .desktop-nav>a,.lustro-inspired .nav-dropdown>summary{min-height:38px;display:flex;align-items:center;padding:0 14px;border-radius:999px;font-size:13px;font-weight:650;color:#314155;text-decoration:none;cursor:pointer;transition:.25s var(--v8-ease-soft)}
.lustro-inspired .desktop-nav>a:hover,.lustro-inspired .desktop-nav>a.is-active,.lustro-inspired .nav-dropdown[open]>summary,.lustro-inspired .nav-dropdown.has-current>summary{background:var(--v8-paper);color:var(--v8-ink);box-shadow:0 5px 18px rgba(7,20,38,.07)}
.lustro-inspired .nav-dropdown-menu{top:52px;width:310px;padding:9px;border-radius:18px;background:rgba(255,253,248,.96);border:1px solid var(--v8-line);box-shadow:0 24px 70px rgba(7,20,38,.18);backdrop-filter:blur(22px)}
.lustro-inspired .nav-dropdown-menu a{padding:14px;border-radius:12px;border:1px solid transparent}
.lustro-inspired .nav-dropdown-menu a:hover{background:#f4f0e7;border-color:rgba(7,20,38,.08)}
.lustro-inspired .nav-dropdown-menu b{font-family:var(--v8-display);font-size:14px}
.lustro-inspired .nav-dropdown-menu small{font-family:var(--v8-body);text-transform:none;letter-spacing:0;font-size:12px;line-height:1.4;color:var(--v8-muted)}
.lustro-inspired .button{font-family:var(--v8-body);font-weight:700;border-radius:999px;box-shadow:none;transition:transform .25s var(--v8-ease),box-shadow .25s var(--v8-ease),background .25s var(--v8-ease)}
.lustro-inspired .button--gold{background:var(--v8-gold);color:var(--v8-ink);border-color:transparent}
.lustro-inspired .button--gold:hover{background:#ffd65a;box-shadow:0 12px 34px rgba(232,166,0,.22)}
.lustro-inspired .button--navy{background:var(--v8-ink);color:#fff;border-color:var(--v8-ink)}
.lustro-inspired .button--ghost{background:rgba(255,255,255,.68);color:var(--v8-ink);border:1px solid var(--v8-line)}
.lustro-inspired .button--ghost:hover{background:#fff}
.lustro-inspired .menu-toggle{border-radius:14px;background:var(--v8-ink);border:0}

/* Persistent chapter chrome borrowed conceptually from the sample deck. */
.chapter-rail{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:120;display:flex;align-items:center}
.chapter-rail__list{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.chapter-rail__item{border:0;background:transparent;color:var(--v8-muted);display:grid;grid-template-columns:26px 16px auto;gap:8px;align-items:center;min-height:30px;padding:2px 3px;cursor:pointer;font-family:var(--v8-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;text-align:right}
.chapter-rail__item span{opacity:0;transition:.2s}
.chapter-rail__item i{display:block;width:7px;height:7px;border-radius:50%;background:rgba(7,20,38,.18);border:1px solid rgba(7,20,38,.12);transition:.3s var(--v8-ease)}
.chapter-rail__item b{font-weight:600;opacity:0;transform:translateX(6px);pointer-events:none;white-space:nowrap;transition:.25s var(--v8-ease);background:rgba(255,253,248,.85);border:1px solid var(--v8-line);border-radius:999px;padding:5px 8px;backdrop-filter:blur(8px)}
.chapter-rail__item:hover span,.chapter-rail__item:hover b,.chapter-rail__item:focus-visible span,.chapter-rail__item:focus-visible b,.chapter-rail__item.is-active span{opacity:1}
.chapter-rail__item:hover b,.chapter-rail__item:focus-visible b{transform:translateX(0)}
.chapter-rail__item.is-active i{width:11px;height:11px;background:var(--v8-gold);border-color:#cf9800;box-shadow:0 0 0 5px rgba(255,198,42,.14)}
.chapter-status{position:fixed;left:28px;bottom:22px;z-index:119;display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(7,20,38,.10);border-radius:999px;background:rgba(255,253,248,.75);backdrop-filter:blur(18px);font-family:var(--v8-mono);text-transform:uppercase;letter-spacing:.12em;color:#516075;pointer-events:none}
.chapter-status__dot{width:6px;height:6px;border-radius:50%;background:var(--v8-gold);box-shadow:0 0 0 4px rgba(255,198,42,.14)}
.chapter-status b{font-size:9px;color:var(--v8-ink);font-weight:700}
.chapter-status small{font-size:8px;color:var(--v8-muted)}
.lustro-inspired .page-progress{height:2px;background:transparent;z-index:160}
.lustro-inspired .page-progress span{background:linear-gradient(90deg,var(--v8-gold),#ff9f43,var(--v8-blue));transform-origin:left}

/* HOME HERO — editorial split with ambient motion and a real human visual. */
.lustro-inspired .home-hero{padding-top:110px;background:linear-gradient(135deg,#f7f3eb 0%,#fffdf8 55%,#eef2ff 100%)}
.lustro-inspired .home-hero::after{content:'';position:absolute;width:46vw;height:46vw;right:-12vw;top:-18vw;border-radius:50%;background:radial-gradient(circle,rgba(137,168,255,.25),rgba(137,168,255,.05) 48%,transparent 68%);filter:blur(14px);pointer-events:none}
.hero-ambient-video{position:absolute;inset:0 0 0 48%;overflow:hidden;opacity:.13;mix-blend-mode:multiply;pointer-events:none;mask-image:linear-gradient(90deg,transparent 0%,#000 26%,#000 100%)}
.hero-ambient-video video{width:100%;height:100%;object-fit:cover;filter:saturate(.7) contrast(.8)}
.lustro-inspired .home-hero-layout{grid-template-columns:minmax(0,1fr) minmax(430px,.82fr);gap:clamp(44px,6vw,100px);align-items:center;width:min(1460px,calc(100% - 96px));max-width:none}
.lustro-inspired .home-hero-copy{max-width:820px}
.lustro-inspired .home-hero .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid var(--v8-line);font-size:10px;color:#3d4d62}
.lustro-inspired .home-hero h1{font-size:clamp(54px,6.2vw,104px);color:var(--v8-ink);max-width:900px}
.lustro-inspired .home-hero h1 span{background:linear-gradient(90deg,#0b1d33 0%,#2f4770 45%,#e2a400 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.lustro-inspired .home-hero-lede{font-size:clamp(18px,1.4vw,23px);line-height:1.52;color:#425168;max-width:720px;margin-top:26px}
.lustro-inspired .hero-actions{margin-top:30px;gap:10px}
.lustro-inspired .principle-strip{margin-top:36px;border:1px solid var(--v8-line);background:rgba(255,255,255,.6);border-radius:20px;overflow:hidden;box-shadow:0 16px 48px rgba(7,20,38,.05);backdrop-filter:blur(18px)}
.lustro-inspired .principle-strip>div{padding:17px 18px;border-color:var(--v8-line)}
.lustro-inspired .principle-strip small{color:#866200;font-size:9px}
.lustro-inspired .principle-strip b{font-family:var(--v8-display);font-size:17px}
.lustro-inspired .principle-strip span{font-size:12.5px;color:var(--v8-muted)}
.lustro-inspired .hero-marquee{background:var(--v8-ink);color:#fff;border-color:rgba(255,255,255,.08);height:44px}
.lustro-inspired .hero-marquee span{font-family:var(--v8-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#dce6f4}
.lustro-inspired .hero-marquee i{color:var(--v8-gold)}

/* Identity stack — photography + readable HTML, no tiny SVG labels. */
.v8-identity-stack{position:relative!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;gap:12px!important;height:min(650px,72vh)!important;min-height:520px!important;padding:12px!important;background:rgba(255,255,255,.74)!important;border:1px solid rgba(7,20,38,.10)!important;border-radius:34px!important;box-shadow:0 35px 100px rgba(7,20,38,.14)!important;overflow:hidden!important;transform:none!important}
.identity-photo-card{position:relative;min-height:0;border-radius:24px;overflow:hidden;background:var(--v8-navy)}
.identity-photo-card>img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:saturate(.78) contrast(1.02)}
.identity-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,15,27,.04),rgba(5,15,27,.08) 35%,rgba(5,15,27,.82) 100%)}
.identity-scan{position:absolute;inset:9% 8%;border:1px solid rgba(255,255,255,.32);border-radius:20px;box-shadow:inset 0 0 0 1px rgba(255,198,42,.12)}
.identity-scan::before,.identity-scan::after{content:'';position:absolute;width:34px;height:34px;border-color:var(--v8-gold);border-style:solid}
.identity-scan::before{left:-1px;top:-1px;border-width:3px 0 0 3px;border-radius:8px 0 0 0}
.identity-scan::after{right:-1px;bottom:-1px;border-width:0 3px 3px 0;border-radius:0 0 8px 0}
.identity-scan i{position:absolute;background:rgba(255,255,255,.15)}
.identity-scan i:nth-child(1){left:50%;top:0;bottom:0;width:1px}.identity-scan i:nth-child(2){left:0;right:0;top:50%;height:1px}.identity-scan i:nth-child(3){width:8px;height:8px;border-radius:50%;background:var(--v8-gold);left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 6px rgba(255,198,42,.14)}.identity-scan i:nth-child(4){display:none}
.identity-photo-label{position:absolute;left:24px;right:24px;bottom:22px;color:#fff;display:flex;justify-content:space-between;align-items:end;gap:18px}
.identity-photo-label span{font:700 9px/1 var(--v8-mono);letter-spacing:.16em;color:#ffd65a}.identity-photo-label b{font-family:var(--v8-display);font-size:clamp(16px,1.4vw,23px);font-weight:550;text-align:right}
.identity-rights-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.identity-rights-stack article{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:3px 10px;align-items:center;padding:13px 14px;border-radius:16px;background:#f5f1e8;border:1px solid rgba(7,20,38,.09);min-width:0}
.identity-rights-stack .layer-no{grid-row:1/3;width:30px;height:30px;border-radius:9px;background:var(--v8-ink);color:#fff;display:grid;place-items:center;font:700 9px/1 var(--v8-mono)}
.identity-rights-stack small{font-size:8px;color:#7a650a;line-height:1}.identity-rights-stack b{display:block;font-family:var(--v8-display);font-size:13px;line-height:1.15;white-space:nowrap}.identity-rights-stack em{grid-column:2;font-style:normal;font-size:10px;color:var(--v8-muted);white-space:nowrap}

/* HOME permission gap — HTML diagram replaces the old awkward SVG. */
.lustro-inspired .why{background:linear-gradient(180deg,#fffdf8 0%,#f5f1e8 100%)}
.lustro-inspired .problem-intro{grid-template-columns:minmax(420px,.95fr) minmax(430px,1.05fr);gap:5vw;align-items:center}
.permission-gap-card{min-height:440px;border-radius:32px;border:1px solid var(--v8-line);background:rgba(255,255,255,.76);box-shadow:var(--v8-shadow);padding:44px;display:grid;grid-template-columns:130px 1fr 130px;align-items:center;gap:20px;position:relative;overflow:hidden}
.permission-gap-card::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,198,42,.08),transparent);transform:translateX(-100%);animation:v8Sweep 8s ease-in-out infinite}
@keyframes v8Sweep{0%,18%{transform:translateX(-100%)}50%,68%{transform:translateX(100%)}100%{transform:translateX(100%)}}
.gap-node{position:relative;z-index:1;aspect-ratio:1;border-radius:50%;border:1.5px solid #afbdd0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 16px 40px rgba(7,20,38,.06)}
.gap-node span{font:700 9px/1 var(--v8-mono);color:#9a7200;margin-bottom:9px}.gap-node b{font-family:var(--v8-display);font-size:21px}.gap-node small{font-family:var(--v8-body);font-size:10px;letter-spacing:0;text-transform:none;color:var(--v8-muted);margin-top:4px}
.gap-center{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;gap:22px}.gap-label{font:700 11px/1 var(--v8-mono);letter-spacing:.18em;color:#5b687a}.gap-broken{display:grid;grid-template-columns:1fr 52px 1fr;gap:12px;align-items:center}.gap-broken i{height:3px;background:repeating-linear-gradient(90deg,#a8b5c8 0 12px,transparent 12px 20px)}.gap-broken strong{width:52px;height:52px;border-radius:16px;background:var(--v8-ink);color:var(--v8-gold);display:grid;place-items:center;font:700 24px/1 var(--v8-display);box-shadow:0 12px 32px rgba(7,20,38,.18)}.gap-key{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.gap-key span{font:700 9px/1 var(--v8-mono);letter-spacing:.08em;padding:8px 10px;border-radius:999px;background:#fff4c8;border:1px solid #ead27b;color:#695000}
.lustro-inspired .problem-copy h3{font-size:clamp(32px,3.1vw,50px);max-width:650px}.lustro-inspired .perspective-duo{grid-template-columns:1fr 90px 1fr;gap:12px}.lustro-inspired .perspective-card{padding:22px;border-radius:20px;background:rgba(255,255,255,.75);border:1px solid var(--v8-line);box-shadow:0 12px 36px rgba(7,20,38,.05)}.lustro-inspired .perspective-card--owner{background:var(--v8-ink);color:#fff}.lustro-inspired .perspective-card--owner p,.lustro-inspired .perspective-card--owner span{color:#c3d0e0}.lustro-inspired .perspective-card h4{font-size:20px}.lustro-inspired .perspective-link b{font-family:var(--v8-mono);font-size:9px;letter-spacing:.12em;color:#886700}
.lustro-inspired .problem-grid{gap:10px}.lustro-inspired .problem-grid article{background:rgba(255,255,255,.65);border:1px solid var(--v8-line);border-radius:20px;padding:20px;box-shadow:none}.lustro-inspired .problem-grid article>svg{width:32px;height:32px;stroke-width:1.5;color:#6e7c8f}.lustro-inspired .problem-grid h3{font-size:18px}.lustro-inspired .problem-grid p{font-size:13px;line-height:1.5;color:var(--v8-muted)}

/* Trust layer — dark stage is intentional, fixed geometry and HTML labels prevent bounce. */
.lustro-inspired .protocol{background:linear-gradient(135deg,#0a1a2e,#102b49);color:#fff}
.lustro-inspired .protocol::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,198,42,.14),transparent 35%),radial-gradient(circle at 80% 70%,rgba(137,168,255,.16),transparent 40%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,auto,58px 58px,58px 58px}
.lustro-inspired .protocol .section-heading h2,.lustro-inspired .protocol .section-index,.lustro-inspired .protocol .section-note{color:#fff}.lustro-inspired .protocol .section-heading h2 span{color:#aebdd0}
.lustro-inspired .trust-stack{grid-template-columns:minmax(420px,.9fr) minmax(460px,1.1fr);gap:5vw;align-items:center}
.lustro-inspired .trust-visual{height:min(590px,66vh);min-height:490px;border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.11);box-shadow:0 35px 100px rgba(0,0,0,.24);overflow:hidden;position:relative;display:grid;place-items:center}
.trust-field{position:absolute;inset:0}.trust-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px dashed rgba(137,168,255,.34);border-radius:50%}.trust-ring--one{width:58%;aspect-ratio:1}.trust-ring--two{width:78%;aspect-ratio:1}.trust-ring--three{width:98%;aspect-ratio:1;opacity:.55}.trust-beam{position:absolute;left:12%;right:12%;top:50%;height:2px;background:linear-gradient(90deg,rgba(255,198,42,.2),var(--v8-gold),rgba(255,198,42,.2));transform-origin:center}.trust-beam--a{transform:rotate(18deg)}.trust-beam--b{transform:rotate(-18deg);opacity:.38}.trust-endpoint{position:absolute;top:50%;transform:translateY(-50%);font:700 9px/1 var(--v8-mono);letter-spacing:.14em;color:#91a5bd}.trust-endpoint--left{left:22px}.trust-endpoint--right{right:22px}.trust-word{position:relative;z-index:2;width:210px;height:210px;border-radius:50%;background:#fffdf8;color:var(--v8-ink);display:flex!important;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 22px 60px rgba(0,0,0,.3);transition:transform .55s var(--v8-ease),opacity .35s}.trust-word small{font-size:10px;color:#a97800;margin-bottom:8px}.trust-word span{font-family:var(--v8-display);font-weight:650;font-size:30px;letter-spacing:-.04em;line-height:1;max-width:175px;text-align:center;overflow-wrap:anywhere}.lustro-inspired .trust-status{position:absolute;left:22px;right:22px;bottom:20px;display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:16px;background:rgba(6,18,32,.72);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px);z-index:3}.lustro-inspired .trust-status span{font:700 8px/1 var(--v8-mono);letter-spacing:.13em;color:#91a5bd}.lustro-inspired .trust-status b{font-family:var(--v8-body);font-size:13px;font-weight:600;color:#fff;text-align:right}
.lustro-inspired .trust-steps{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lustro-inspired .trust-step{height:170px;padding:18px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);color:#fff;text-align:left;transition:transform .28s var(--v8-ease),background .28s,border-color .28s}.lustro-inspired .trust-step:hover,.lustro-inspired .trust-step.is-active{background:rgba(255,255,255,.095);border-color:rgba(255,198,42,.42);transform:translateY(-2px)}.lustro-inspired .trust-step>span{font:700 10px/1 var(--v8-mono);color:var(--v8-gold)}.lustro-inspired .trust-step small{font-size:8px;color:#8ea3bb}.lustro-inspired .trust-step h3{font-size:19px;color:#fff;margin-top:5px}.lustro-inspired .trust-step-detail{font-size:12px;line-height:1.45;color:#aebdd0;margin-top:8px}.lustro-inspired .trust-step i{display:none}

/* Audience gateway and bridge: magazine-like modular cards. */
.lustro-inspired .audience-gateway{background:#f6f2e9}.lustro-inspired .gateway-head{display:grid;grid-template-columns:1fr .65fr;gap:4vw;align-items:end;margin-bottom:34px}.lustro-inspired .gateway-head h2{font-size:clamp(42px,5vw,76px)}.lustro-inspired .gateway-head p{font-size:17px;color:var(--v8-muted);max-width:520px}.lustro-inspired .gateway-grid{gap:12px}.lustro-inspired .gateway-card{position:relative;border-radius:24px;background:rgba(255,255,255,.72);border:1px solid var(--v8-line);padding:24px;box-shadow:0 14px 45px rgba(7,20,38,.05);transition:.35s var(--v8-ease);overflow:hidden}.lustro-inspired .gateway-card::after{content:'↗';position:absolute;right:18px;bottom:16px;font:500 24px/1 var(--v8-display);color:#6e7c8f;transition:.3s}.lustro-inspired .gateway-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(7,20,38,.10);border-color:rgba(7,20,38,.2)}.lustro-inspired .gateway-card:hover::after{transform:translate(3px,-3px);color:var(--v8-ink)}.lustro-inspired .gateway-card h3{font-size:21px}.lustro-inspired .gateway-card p{font-size:13px;color:var(--v8-muted);max-width:90%}
.lustro-inspired .bridge-home{background:linear-gradient(180deg,#eef1fb,#f7f3eb)}
.lustro-inspired .bridge-shell{display:grid;grid-template-columns:1fr minmax(340px,.8fr) 1fr;gap:12px;align-items:stretch}.lustro-inspired .bridge-pane,.lustro-inspired .bridge-core{border-radius:28px;border:1px solid var(--v8-line);background:rgba(255,255,255,.72);box-shadow:0 16px 50px rgba(7,20,38,.06)}.lustro-inspired .bridge-pane{padding:26px}.lustro-inspired .bridge-pane h3{font-size:clamp(25px,2.2vw,36px)}.lustro-inspired .bridge-pane h3 em{font-style:normal;color:#65728a}.lustro-inspired .bridge-pane>p{font-size:13px;color:var(--v8-muted)}.lustro-inspired .persona-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.lustro-inspired .persona-chips button{border:1px solid var(--v8-line);background:#fff;border-radius:999px;color:#3e4c60;padding:8px 11px;font-size:11px;font-weight:650;cursor:pointer;transition:.22s}.lustro-inspired .persona-chips button:hover,.lustro-inspired .persona-chips button.is-active{background:var(--v8-ink);color:#fff;border-color:var(--v8-ink)}.lustro-inspired .bridge-core{background:var(--v8-ink);color:#fff;min-height:340px;padding:24px;display:grid;place-items:center}.lustro-inspired .bridge-core p,.lustro-inspired .bridge-core small{color:#9fb0c5}.lustro-inspired .bridge-node{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:12px 14px}.lustro-inspired .bridge-node b{font-size:13px;color:#fff}.lustro-inspired .bridge-permission{border-color:rgba(255,198,42,.28);background:rgba(255,198,42,.08)}.lustro-inspired .bridge-receipt{margin-top:12px;padding:18px 22px;border-radius:20px;background:rgba(255,255,255,.6);border:1px solid var(--v8-line)}

/* Story / history resembles a refined slide deck timeline. */
.lustro-inspired .story{background:#fffdf8}.lustro-inspired .story-layout{gap:5vw;align-items:center}.lustro-inspired .history-machine{background:var(--v8-ink);border:1px solid rgba(7,20,38,.5);border-radius:30px;box-shadow:0 30px 80px rgba(7,20,38,.18);overflow:hidden}.lustro-inspired .history-screen{border-radius:0;background:linear-gradient(145deg,#0a1b30,#112a47);min-height:390px}.lustro-inspired .history-mode span{font-size:9px;color:var(--v8-gold)}.lustro-inspired .history-mode b{font-size:18px;color:#fff}.lustro-inspired .history-copy{font-size:13px;color:#aebdd0}.lustro-inspired input[type=range][data-history-slider]{accent-color:var(--v8-gold)}.lustro-inspired .history-stops{font-family:var(--v8-mono);font-size:9px}.lustro-inspired .story-copy h2{font-size:clamp(44px,5vw,78px)}.lustro-inspired .story-copy>p{font-size:17px;color:var(--v8-muted);line-height:1.65}.lustro-inspired .story-copy .detail-toggle{margin-top:16px}

/* Pilot section */
.lustro-inspired .pilot{background:linear-gradient(135deg,#fff7d8,#eef1fb)}.lustro-inspired .pilot-shell{border-radius:34px;background:rgba(255,255,255,.76);border:1px solid rgba(7,20,38,.1);box-shadow:0 26px 80px rgba(7,20,38,.08);padding:clamp(30px,5vw,70px)}.lustro-inspired .pilot h2{font-size:clamp(42px,5.2vw,78px)}.lustro-inspired .pilot p{font-size:16px;color:var(--v8-muted)}

/* AUDIENCE HEROES */
.lustro-inspired .audience-hero{background:linear-gradient(135deg,#f7f3eb 0%,#fffdf8 54%,#eef2ff 100%);color:var(--v8-ink);padding-top:110px}
.lustro-inspired .audience-hero-layout{grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);gap:clamp(42px,5vw,86px);align-items:center;width:min(1480px,calc(100% - 96px));max-width:none}
.lustro-inspired .pilot-chip{color:#7a5a00;background:#fff4c8;border:1px solid #ead27b;border-radius:999px;padding:7px 11px;font-size:9px}.lustro-inspired .pilot-chip .status-dot{background:var(--v8-gold-2)}
.lustro-inspired .audience-hero h1{font-size:clamp(48px,5.15vw,82px);line-height:.96;color:var(--v8-ink);margin-top:22px}.lustro-inspired .audience-hero h1 em{font-style:normal;color:#5a6a80;font-weight:430}.lustro-inspired .audience-hero-sub{font-size:clamp(18px,1.5vw,23px);color:#44536a;max-width:790px}.lustro-inspired .audience-hero-line{font:650 11px/1.4 var(--v8-mono);letter-spacing:.05em;text-transform:uppercase;color:#6c788a}.lustro-inspired .audience-hero .button--ghost{background:#fff}.lustro-inspired .audience-proof{gap:7px}.lustro-inspired .audience-proof span{border-radius:999px;background:#fff;border:1px solid var(--v8-line);color:#49586d;padding:7px 10px;font-size:10px;font-weight:650}.lustro-inspired .audience-hero-note{border-top:1px solid var(--v8-line);color:#677387;font-size:11px}

/* New photo-backed hero demo for agencies/makers/AI. */
.v8-media-console{height:min(650px,72vh)!important;min-height:520px!important;padding:12px!important;border-radius:34px!important;background:rgba(255,255,255,.75)!important;border:1px solid rgba(7,20,38,.1)!important;box-shadow:0 35px 100px rgba(7,20,38,.14)!important;color:var(--v8-ink)!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:10px!important;overflow:hidden!important;transform:none!important}
.media-console__bar{height:48px;display:flex;justify-content:space-between;align-items:center;padding:0 6px 0 10px;gap:16px}.media-console__bar>div:first-child{display:flex;align-items:center;gap:8px;font-size:12px}.media-console__bar b{font-family:var(--v8-display);font-weight:600}.live-dot{width:7px;height:7px;border-radius:50%;background:#32c882;box-shadow:0 0 0 5px rgba(50,200,130,.12)}
.media-console__tabs{display:flex;gap:4px;padding:4px;border:1px solid var(--v8-line);border-radius:999px;background:#f5f1e8}.media-console__tabs button{border:0;background:transparent;border-radius:999px;padding:8px 11px;font:700 9px/1 var(--v8-mono);letter-spacing:.07em;color:#576579;cursor:pointer;transition:.2s}.media-console__tabs button:hover,.media-console__tabs button.is-active{background:var(--v8-ink);color:#fff}
.media-console__stage{position:relative;min-height:0;border-radius:24px;overflow:hidden;background:var(--v8-navy)}.media-console__media{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.72) contrast(1.04)}.media-console__veil{position:absolute;inset:0;background:linear-gradient(100deg,rgba(3,13,24,.82) 0%,rgba(3,13,24,.42) 45%,rgba(3,13,24,.04) 76%),linear-gradient(180deg,transparent 50%,rgba(3,13,24,.62) 100%)}.media-console__scan{position:absolute;inset:10%;border:1px solid rgba(255,255,255,.18);border-radius:20px}.media-console__scan::before{content:'';position:absolute;left:-1px;right:-1px;top:38%;height:1px;background:linear-gradient(90deg,transparent,var(--v8-gold),transparent);box-shadow:0 0 14px rgba(255,198,42,.6);animation:v8Scan 4.5s ease-in-out infinite alternate}@keyframes v8Scan{from{top:22%}to{top:76%}}
.media-console__avatar{position:absolute;right:22px;top:22px;width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,.28)}.media-console__copy{position:absolute;left:24px;bottom:24px;width:min(72%,440px);color:#fff}.media-console__copy small{font-size:9px;color:#ffd65a}.media-console__copy h3{font-size:clamp(27px,2.6vw,42px);color:#fff;margin:6px 0 8px}.media-console__copy p{font-size:13px;line-height:1.5;color:#c9d4e2;max-width:420px}.media-console__proof{position:absolute;right:22px;bottom:22px;min-width:120px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.65);color:var(--v8-ink);box-shadow:0 12px 30px rgba(0,0,0,.16)}.media-console__proof span{display:block;font:700 8px/1 var(--v8-mono);letter-spacing:.1em;color:#67758a;text-transform:uppercase}.media-console__proof b{display:block;font-family:var(--v8-display);font-size:17px;margin-top:4px}.media-console__foot{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.media-console__foot span{padding:10px;border-radius:12px;background:#f5f1e8;border:1px solid var(--v8-line);font:700 8px/1 var(--v8-mono);letter-spacing:.08em;color:#667488;text-align:center}

/* Audience problem experience — photographic rights-pressure console + concise signals. */
.lustro-inspired .risk-section{background:#f6f2e9}.lustro-inspired .risk-layout{grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);gap:clamp(36px,5vw,78px);align-items:center}.risk-scene{height:min(610px,66vh);min-height:500px;border-radius:30px;border:1px solid var(--v8-line);background:#fff;box-shadow:0 28px 80px rgba(7,20,38,.1);padding:12px;position:relative;overflow:hidden;align-self:center}.risk-scene__media{position:absolute;inset:12px;border-radius:22px;overflow:hidden;background:var(--v8-navy)}.risk-scene__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.6) contrast(1.03)}.risk-scene__media span{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,14,25,.16),rgba(4,14,25,.78)),linear-gradient(90deg,rgba(4,14,25,.45),transparent)}.risk-scene__head{position:absolute;top:28px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;color:#fff}.risk-scene__head span,.risk-scene__head b{font:700 9px/1 var(--v8-mono);letter-spacing:.13em}.risk-scene__head span{color:#ffd65a}.risk-scene__focus{position:absolute;left:28px;right:28px;bottom:106px;color:#fff}.risk-scene__focus small{font-size:9px;color:#a8bbd0}.risk-scene__focus strong{display:block;font-family:var(--v8-display);font-size:clamp(24px,2.4vw,38px);line-height:1.08;margin:8px 0;max-width:470px}.risk-scene__focus p{font-size:13px;color:#c9d4e2}.risk-scene__meter{position:absolute;left:28px;right:28px;bottom:62px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.risk-scene__meter>div{height:5px;border-radius:999px;background:rgba(255,255,255,.18);overflow:hidden}.risk-scene__meter i{display:block;height:100%;width:70%;background:linear-gradient(90deg,var(--v8-gold),#ff8a4c);border-radius:999px;transition:width .55s var(--v8-ease)}.risk-scene__meter b{color:#fff;font:700 12px/1 var(--v8-mono)}.risk-scene__tags{position:absolute;left:28px;right:28px;bottom:24px;display:flex;gap:6px}.risk-scene__tags span{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);color:#a9b8c9;font:700 8px/1 var(--v8-mono);letter-spacing:.08em;transition:.25s}.risk-scene__tags span.is-active{background:var(--v8-gold);border-color:var(--v8-gold);color:var(--v8-ink)}
.lustro-inspired .risk-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lustro-inspired .risk-card{min-height:180px;padding:19px;border-radius:20px;background:rgba(255,255,255,.67);border:1px solid var(--v8-line);box-shadow:none;transition:.28s var(--v8-ease);cursor:pointer}.lustro-inspired .risk-card:hover,.lustro-inspired .risk-card:focus-within,.lustro-inspired .risk-card.is-active{background:#fff;border-color:rgba(7,20,38,.24);transform:translateY(-3px);box-shadow:0 15px 42px rgba(7,20,38,.08)}.lustro-inspired .risk-index{font:700 9px/1 var(--v8-mono);color:#9c7300}.lustro-inspired .risk-card h4{font-size:19px;line-height:1.18;margin-top:12px}.lustro-inspired .risk-card>strong{display:block;font-size:11px;color:#657388;margin-top:10px}.lustro-inspired .risk-card .detail-toggle{margin-top:12px}.lustro-inspired .risk-card .progressive-inner p{font-size:12px;line-height:1.5;color:#667488}

/* Solution infrastructure cards */
.lustro-inspired .solution-section{background:#fffdf8}.lustro-inspired .solution-shell{border-radius:32px;border:1px solid var(--v8-line);background:rgba(255,255,255,.68);box-shadow:0 25px 80px rgba(7,20,38,.07);padding:clamp(26px,3vw,44px)}.lustro-inspired .solution-head{display:grid;grid-template-columns:1fr .35fr;gap:4vw;align-items:end}.lustro-inspired .solution-head h2{font-size:clamp(38px,4vw,62px)}.lustro-inspired .solution-head>p{font-size:13px;color:var(--v8-muted)}.lustro-inspired .solution-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.lustro-inspired .solution-column{min-height:330px;border-radius:22px;border:1px solid var(--v8-line);background:#f7f3eb;padding:22px;position:relative;overflow:hidden;transition:.3s var(--v8-ease)}.lustro-inspired .solution-column::before{content:'';position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--v8-gold),var(--v8-blue));transform:scaleX(0);transform-origin:left;transition:.4s var(--v8-ease)}.lustro-inspired .solution-column:hover,.lustro-inspired .solution-column.is-expanded,.lustro-inspired .solution-column.is-preview{background:#fff;transform:translateY(-4px);box-shadow:0 18px 50px rgba(7,20,38,.08)}.lustro-inspired .solution-column:hover::before,.lustro-inspired .solution-column.is-expanded::before,.lustro-inspired .solution-column.is-preview::before{transform:scaleX(1)}.lustro-inspired .solution-column header{display:flex;justify-content:space-between;align-items:center}.lustro-inspired .solution-column header>span:first-child{font:700 9px/1 var(--v8-mono);letter-spacing:.12em;color:#826000}.solution-symbol{width:38px;height:38px;border-radius:12px;background:var(--v8-ink);color:var(--v8-gold);display:grid;place-items:center;font:500 18px/1 var(--v8-display)}.lustro-inspired .solution-column header i{display:none}.lustro-inspired .solution-column h3{font-size:28px;margin-top:40px}.lustro-inspired .capability-count{font:600 11px/1 var(--v8-mono);letter-spacing:.05em;color:#748196;margin-top:9px}.lustro-inspired .solution-column li{font-size:12.5px;line-height:1.5;color:#5d6b80}.lustro-inspired .solution-footer{border-top:1px solid var(--v8-line);color:#647084;font-size:11px}

/* Workflow — fixed visual stage + compact interactive rows. */
.lustro-inspired .workflow-section{background:linear-gradient(180deg,#f2f0eb,#eef1fb)}.lustro-inspired .workflow-shell{grid-template-columns:minmax(400px,.86fr) minmax(540px,1.14fr);gap:clamp(34px,5vw,74px);align-items:center}.lustro-inspired .workflow-stage{height:min(570px,62vh);min-height:480px;border-radius:30px;background:linear-gradient(145deg,#0a1b30,#112a47);border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 90px rgba(7,20,38,.2);color:#fff;padding:26px;position:relative;overflow:hidden}.lustro-inspired .workflow-stage::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 25%,rgba(137,168,255,.18),transparent 34%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,54px 54px,54px 54px}.lustro-inspired .workflow-stage-top,.lustro-inspired .workflow-stage-core,.lustro-inspired .workflow-stage-result{position:relative;z-index:1}.lustro-inspired .workflow-stage-top span{font:700 9px/1 var(--v8-mono);letter-spacing:.13em;color:#95a9bf}.lustro-inspired .workflow-stage-top b{font:700 12px/1 var(--v8-mono);color:var(--v8-gold)}.lustro-inspired .workflow-stage-core{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:70%;padding-left:8%}.lustro-inspired .workflow-ring{width:158px;height:158px;border:1px dashed rgba(137,168,255,.34);left:0;transform:none}.lustro-inspired .workflow-icon{width:82px;height:82px;border-radius:24px;background:#fffdf8;color:var(--v8-ink);display:grid;place-items:center;box-shadow:0 18px 42px rgba(0,0,0,.22)}.lustro-inspired .workflow-icon svg{width:44px;height:44px;stroke:var(--v8-ink);stroke-width:2;fill:none}.lustro-inspired .workflow-stage-core h3{font-size:clamp(27px,2.3vw,40px);color:#fff;max-width:380px;margin-top:26px}.lustro-inspired .workflow-stage-result{position:absolute;left:26px;right:26px;bottom:24px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);padding:14px 16px}.lustro-inspired .workflow-stage-result small{font-size:8px;color:#8ea3bb}.lustro-inspired .workflow-stage-result b{font-size:12.5px;color:#fff}.lustro-inspired .workflow-steps{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lustro-inspired .workflow-step{display:block;padding:0;border:0;background:transparent;min-height:205px}.lustro-inspired .workflow-step>span{position:absolute;top:14px;right:14px;font:700 10px/1 var(--v8-mono);color:#987100;z-index:2}.lustro-inspired .workflow-step>.progressive-card{height:100%;min-height:205px;border-radius:20px;border:1px solid var(--v8-line);background:rgba(255,255,255,.68);padding:18px;transition:.28s var(--v8-ease)}.lustro-inspired .workflow-step:hover>.progressive-card,.lustro-inspired .workflow-step.is-active>.progressive-card,.lustro-inspired .workflow-step:focus-within>.progressive-card{background:#fff;border-color:rgba(7,20,38,.22);transform:translateY(-3px);box-shadow:0 16px 44px rgba(7,20,38,.08)}.lustro-inspired .workflow-step small{font-size:8px;color:#907000}.lustro-inspired .workflow-step h3{font-size:18px;margin-top:8px;max-width:90%}.lustro-inspired .result-line{font-size:11px;color:#657388;margin-top:8px}.lustro-inspired .workflow-step p{font-size:12px;line-height:1.45}.lustro-inspired .workflow-step .detail-toggle{margin-top:12px}

/* Contract section */
.lustro-inspired .contract-section{background:#fffdf8}.lustro-inspired .contract-layout{grid-template-columns:1fr .9fr;gap:6vw;align-items:center}.lustro-inspired .contract-copy h2{font-size:clamp(40px,4.4vw,68px)}.lustro-inspired .contract-copy p{font-size:14px;color:var(--v8-muted)}.lustro-inspired .contract-card{border-radius:30px;background:var(--v8-ink);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 90px rgba(7,20,38,.22);min-height:380px;padding:28px;transform:none!important}.lustro-inspired .contract-card-head span{color:#ffd65a;font:700 9px/1 var(--v8-mono);letter-spacing:.1em}.lustro-inspired .contract-lines i{background:rgba(255,255,255,.10)}.lustro-inspired .contract-seal{background:rgba(255,255,255,.06);border:1px solid rgba(255,198,42,.32);border-radius:18px;color:#fff}.lustro-inspired .contract-seal i{background:var(--v8-gold);color:var(--v8-ink)}.lustro-inspired .contract-seal b{font-size:15px}.lustro-inspired .contract-seal small{font-family:var(--v8-body);font-size:10px;letter-spacing:0;text-transform:none;color:#aebdd0}.lustro-inspired .law-grid{gap:8px}.lustro-inspired .law-grid>div{background:#f5f1e8;border:1px solid var(--v8-line);border-radius:14px;padding:12px}.lustro-inspired .law-grid small{font-size:7px;color:#8b7440}.lustro-inspired .law-grid b{font-size:12px}.lustro-inspired .law-note{font-size:10px;color:#778397}

/* Founding cards */
.lustro-inspired .founding-section{background:#f5f1e8}.lustro-inspired .founding-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.lustro-inspired .founding-card{min-height:235px;border-radius:20px;background:rgba(255,255,255,.67);border:1px solid var(--v8-line);padding:18px;transition:.28s var(--v8-ease)}.lustro-inspired .founding-card:hover,.lustro-inspired .founding-card.is-preview,.lustro-inspired .founding-card.is-expanded{background:#fff;transform:translateY(-4px);box-shadow:0 16px 44px rgba(7,20,38,.08)}.lustro-inspired .founding-card>span{font:700 9px/1 var(--v8-mono);color:#987100}.lustro-inspired .founding-card h3{font-size:17px;margin-top:22px}.lustro-inspired .founding-card em{font-style:normal;font-size:11px;color:#667488;line-height:1.45}.lustro-inspired .founding-card p{font-size:11.5px;line-height:1.45}.lustro-inspired .founding-cta{border-radius:22px;background:var(--v8-ink);color:#fff;padding:20px 22px}.lustro-inspired .founding-cta h3{color:#fff}.lustro-inspired .founding-cta p{color:#aebdd0}.lustro-inspired .founding-cta .button--navy{background:var(--v8-gold);color:var(--v8-ink);border-color:var(--v8-gold)}

/* Detail controls: clearly actions, visually secondary. */
.lustro-inspired .detail-toggle{appearance:none;border:0;background:transparent;color:#26384f;padding:0;font:700 11px/1.2 var(--v8-body);text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(7,20,38,.25);cursor:pointer}.lustro-inspired .detail-toggle:hover{color:#886500;text-decoration-color:#c38d00}.lustro-inspired .progressive-content{transition:grid-template-rows .4s var(--v8-ease),opacity .35s var(--v8-ease)}

/* FAQ teaser and footer */
.lustro-inspired .faq-teaser{background:linear-gradient(135deg,#eef1fb,#fff7d8)}.lustro-inspired .faq-teaser-shell{border-radius:30px;background:rgba(255,255,255,.75);border:1px solid var(--v8-line);box-shadow:0 20px 60px rgba(7,20,38,.07);padding:34px}.lustro-inspired .faq-teaser h2{font-size:clamp(34px,4vw,58px)}.lustro-inspired .faq-teaser p{font-size:14px;color:var(--v8-muted)}
.lustro-inspired .site-footer{background:var(--v8-ink);color:#fff}.lustro-inspired .site-footer p,.lustro-inspired .site-footer a,.lustro-inspired .site-footer span{color:#bdc9d7}.lustro-inspired .site-footer .brand span{color:#fff}

/* FAQ page itself */
.lustro-inspired .faq-hero{background:linear-gradient(135deg,#f7f3eb,#eef1fb);color:var(--v8-ink)}.lustro-inspired .faq-hero h1{font-size:clamp(54px,7vw,98px)}.lustro-inspired .faq-hero p{font-size:18px;color:var(--v8-muted)}.lustro-inspired .faq-content{background:#fffdf8!important}.lustro-inspired .faq-search{border-radius:18px;border:1px solid var(--v8-line);background:#fff;box-shadow:0 14px 40px rgba(7,20,38,.05)}.lustro-inspired .faq-tabs{gap:6px}.lustro-inspired .faq-tabs button{border:1px solid var(--v8-line);border-radius:999px;background:#f5f1e8;color:#4c5a6e;font-size:11px;font-weight:650}.lustro-inspired .faq-tabs button:hover,.lustro-inspired .faq-tabs button.is-active{background:var(--v8-ink);color:#fff;border-color:var(--v8-ink)}.lustro-inspired .faq-group h2{font-size:clamp(30px,3vw,45px)}.lustro-inspired .faq-category{font-size:12px;font-family:var(--v8-mono);letter-spacing:.08em;color:#856500}.lustro-inspired .faq-item{border:1px solid var(--v8-line);border-radius:18px;background:#fff;margin-bottom:8px;overflow:hidden}.lustro-inspired .faq-q{font-family:var(--v8-display);font-size:16px;font-weight:560;padding:18px 20px;color:var(--v8-ink)}.lustro-inspired .faq-a{padding:0 20px 18px;color:#5f6e82;font-size:14px;line-height:1.65}

/* Reveal motion, more like the reference and less bouncy. */
.lustro-inspired .reveal{transform:translateY(18px);opacity:0;transition:opacity .7s var(--v8-ease),transform .8s var(--v8-ease)}
.lustro-inspired .reveal.is-visible{transform:none;opacity:1}
.lustro-inspired .surface-tilt{transform:none!important}
.lustro-inspired .is-pressed{transform:scale(.992)!important}

/* Mobile navigation */
.lustro-inspired .mobile-nav{top:84px;left:18px;right:18px;border-radius:22px;background:rgba(255,253,248,.97);border:1px solid var(--v8-line);box-shadow:0 24px 70px rgba(7,20,38,.18);padding:14px}.lustro-inspired .mobile-nav a,.lustro-inspired .mobile-nav summary{color:var(--v8-ink);font-weight:650;border-radius:12px}.lustro-inspired .mobile-nav a:hover,.lustro-inspired .mobile-nav summary:hover{background:#f4f0e7}.lustro-inspired .mobile-nav-group div{background:#f7f3eb;border-radius:14px}

/* Responsive */
@media (max-width:1180px){
  .chapter-rail{display:none}.chapter-status{left:18px;bottom:16px}
  .lustro-inspired .home-hero-layout,.lustro-inspired .audience-hero-layout{width:min(1180px,calc(100% - 48px));grid-template-columns:1fr .9fr;gap:36px}
  .v8-identity-stack,.v8-media-console{min-height:480px!important;height:60vh!important}
  .lustro-inspired .risk-layout,.lustro-inspired .workflow-shell{grid-template-columns:.9fr 1.1fr;gap:28px}
  .lustro-inspired .founding-grid{grid-template-columns:repeat(3,1fr)}
  .lustro-inspired .bridge-shell{grid-template-columns:1fr 320px 1fr}
}

@media (max-width:960px){
  html{scroll-snap-type:none}
  .lustro-inspired main>.deck-chapter{min-height:auto;display:block;overflow:visible;padding:104px 0 64px}
  .lustro-inspired main>.deck-chapter::before{top:86px;right:22px}
  .lustro-inspired .desktop-nav,.lustro-inspired .header-actions{display:none}
  .lustro-inspired .menu-toggle{display:flex}
  .lustro-inspired .home-hero-layout,.lustro-inspired .audience-hero-layout,.lustro-inspired .problem-intro,.lustro-inspired .trust-stack,.lustro-inspired .risk-layout,.lustro-inspired .workflow-shell,.lustro-inspired .contract-layout,.lustro-inspired .story-layout{grid-template-columns:1fr;width:min(760px,calc(100% - 36px));gap:34px}
  .hero-ambient-video{inset:45% 0 0 0;mask-image:linear-gradient(180deg,transparent,#000 35%)}
  .v8-identity-stack,.v8-media-console{height:620px!important;min-height:620px!important;max-width:680px;margin-inline:auto}
  .permission-gap-card{min-height:360px}
  .lustro-inspired .trust-visual,.risk-scene,.lustro-inspired .workflow-stage{height:540px;min-height:540px;position:relative;top:auto}
  .lustro-inspired .bridge-shell{grid-template-columns:1fr}.lustro-inspired .bridge-core{min-height:300px}
  .lustro-inspired .solution-columns{grid-template-columns:1fr 1fr}.lustro-inspired .founding-grid{grid-template-columns:1fr 1fr}
  .lustro-inspired .audience-hero h1,.lustro-inspired .home-hero h1{max-width:780px}
}

@media (max-width:680px){
  body.lustro-inspired{font-size:15px}.chapter-status{display:none}
  .lustro-inspired .site-header{top:8px;left:8px;right:8px;border-radius:17px}.lustro-inspired .header-inner{min-height:58px;padding-inline:12px}.lustro-inspired .brand img{width:31px;height:31px}
  .lustro-inspired main>.deck-chapter{padding:88px 0 48px}.lustro-inspired main>.deck-chapter::before{display:none}
  .lustro-inspired .container{width:min(100% - 28px,var(--container,1200px))}
  .lustro-inspired .home-hero-layout,.lustro-inspired .audience-hero-layout,.lustro-inspired .problem-intro,.lustro-inspired .trust-stack,.lustro-inspired .risk-layout,.lustro-inspired .workflow-shell,.lustro-inspired .contract-layout,.lustro-inspired .story-layout{width:calc(100% - 28px)}
  .lustro-inspired .home-hero h1{font-size:clamp(46px,13vw,66px)}.lustro-inspired .audience-hero h1{font-size:clamp(40px,11.5vw,58px)}.lustro-inspired .section-heading h2{font-size:clamp(34px,10vw,48px)}
  .lustro-inspired .home-hero-lede,.lustro-inspired .audience-hero-sub{font-size:17px}
  .lustro-inspired .hero-actions,.lustro-inspired .audience-hero-actions{flex-direction:column;align-items:stretch}.lustro-inspired .hero-actions .button,.lustro-inspired .audience-hero-actions .button{width:100%;justify-content:center}
  .lustro-inspired .principle-strip{display:grid;grid-template-columns:1fr}.lustro-inspired .principle-strip>div{border-right:0;border-bottom:1px solid var(--v8-line)}
  .v8-identity-stack,.v8-media-console{height:auto!important;min-height:0!important;padding:8px!important;border-radius:24px!important}.identity-photo-card{height:390px}.identity-rights-stack{grid-template-columns:1fr}.identity-rights-stack article{padding:12px}.identity-rights-stack b{white-space:normal}.identity-rights-stack em{white-space:normal}
  .media-console__bar{height:auto;align-items:flex-start;flex-direction:column;padding:8px 4px}.media-console__tabs{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.media-console__tabs button{padding:9px 4px}.media-console__stage{height:430px}.media-console__copy{left:18px;right:18px;bottom:82px;width:auto}.media-console__copy h3{font-size:30px}.media-console__proof{left:18px;right:auto;bottom:18px}.media-console__avatar{width:48px;height:48px;right:16px;top:16px}.media-console__foot{grid-template-columns:1fr}
  .permission-gap-card{padding:22px;grid-template-columns:1fr;gap:14px;min-height:0}.gap-node{aspect-ratio:auto;min-height:100px;border-radius:20px}.gap-center{gap:14px}.gap-broken{grid-template-columns:1fr 44px 1fr}.gap-broken strong{width:44px;height:44px}.gap-key{gap:5px}
  .lustro-inspired .perspective-duo{grid-template-columns:1fr}.lustro-inspired .perspective-link{display:none}
  .lustro-inspired .problem-grid,.lustro-inspired .trust-steps,.lustro-inspired .risk-list,.lustro-inspired .workflow-steps,.lustro-inspired .solution-columns,.lustro-inspired .founding-grid{grid-template-columns:1fr}
  .lustro-inspired .trust-visual,.risk-scene,.lustro-inspired .workflow-stage{height:480px;min-height:480px}.trust-word{width:170px;height:170px}.trust-word span{font-size:25px}.lustro-inspired .trust-step{height:auto;min-height:150px}.lustro-inspired .workflow-step,.lustro-inspired .workflow-step>.progressive-card{min-height:180px}
  .risk-scene__focus strong{font-size:27px}.risk-scene__tags{overflow-x:auto;padding-bottom:2px}.risk-scene__tags span{flex:0 0 auto}
  .lustro-inspired .solution-head,.lustro-inspired .gateway-head{grid-template-columns:1fr}.lustro-inspired .solution-column{min-height:280px}.lustro-inspired .founding-card{min-height:210px}
  .lustro-inspired .law-grid{grid-template-columns:1fr 1fr}.lustro-inspired .faq-teaser-shell{padding:24px}
}

@media (max-height:760px) and (min-width:961px){
  html{scroll-snap-type:y proximity}
  .lustro-inspired main>.deck-chapter{min-height:100svh;height:auto;overflow:visible;padding-top:92px;padding-bottom:36px}
  .lustro-inspired .home-hero h1{font-size:clamp(48px,5.2vw,78px)}.lustro-inspired .audience-hero h1{font-size:clamp(42px,4.6vw,70px)}
  .v8-identity-stack,.v8-media-console{height:570px!important;min-height:500px!important}.lustro-inspired .trust-visual,.risk-scene,.lustro-inspired .workflow-stage{height:510px;min-height:470px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.permission-gap-card::before,.media-console__scan::before{animation:none}.lustro-inspired .reveal{transition:none;transform:none;opacity:1}
}

/* Network-safe media fallbacks: the experience remains designed even when external media is unavailable. */
.lustro-inspired .identity-photo-card.is-media-fallback,
.lustro-inspired .media-console__stage.is-media-fallback,
.lustro-inspired .risk-scene__media.is-media-fallback,
.lustro-inspired .hero-ambient-video.is-media-fallback{
  background:
    radial-gradient(circle at 30% 28%,rgba(255,198,42,.25),transparent 22%),
    radial-gradient(circle at 70% 68%,rgba(151,166,255,.22),transparent 30%),
    linear-gradient(135deg,#10253f,#071426 62%,#13253c);
}
.lustro-inspired .is-media-fallback>img,
.lustro-inspired .is-media-fallback>video{display:none!important}
.lustro-inspired .identity-photo-card.is-media-fallback::after,
.lustro-inspired .media-console__stage.is-media-fallback::after,
.lustro-inspired .risk-scene__media.is-media-fallback::after{
  content:'KONAI / VERIFIED RIGHTS SIGNAL';position:absolute;right:22px;top:22px;color:rgba(255,255,255,.58);
  font:700 9px/1 var(--v8-mono);letter-spacing:.12em;z-index:2
}

/* Desktop chapter-fit refinements. Keep each major chapter visually complete inside a normal laptop viewport. */
@media (min-width:961px) and (min-height:761px){
  .lustro-inspired main>.deck-chapter{padding-top:96px;padding-bottom:28px}

  .lustro-inspired .why,
  .lustro-inspired .protocol,
  .lustro-inspired .risk-section,
  .lustro-inspired .workflow-section{justify-content:flex-start}

  .lustro-inspired .why>.section-heading,
  .lustro-inspired .protocol>.section-heading,
  .lustro-inspired .risk-section>.section-heading,
  .lustro-inspired .workflow-section>.section-heading{margin-bottom:18px}

  .lustro-inspired .why>.section-heading h2,
  .lustro-inspired .protocol>.section-heading h2,
  .lustro-inspired .risk-section>.section-heading h2,
  .lustro-inspired .workflow-section>.section-heading h2{font-size:clamp(38px,3.7vw,58px);line-height:1}

  .lustro-inspired .why .problem-intro{gap:30px}
  .lustro-inspired .why .permission-gap-card{min-height:300px;height:300px;padding:22px}
  .lustro-inspired .why .problem-copy h3{font-size:clamp(28px,2.3vw,38px)}
  .lustro-inspired .why .perspective-card{padding:17px}
  .lustro-inspired .why .perspective-card h4{font-size:17px}
  .lustro-inspired .why .perspective-card p{font-size:12px;line-height:1.4}
  .lustro-inspired .why .problem-grid{margin-top:12px}
  .lustro-inspired .why .problem-grid article{min-height:116px;padding:15px 17px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto 1fr;column-gap:12px;align-items:start}
  .lustro-inspired .why .problem-grid article>span{grid-column:1;grid-row:1;font:700 9px/1 var(--v8-mono)}
  .lustro-inspired .why .problem-grid article>svg{grid-column:1;grid-row:2;width:26px;height:26px;margin-top:4px}
  .lustro-inspired .why .problem-grid h3{grid-column:2;grid-row:1;margin:0;font-size:16px}
  .lustro-inspired .why .problem-grid .progressive-content{grid-column:2;grid-row:2}
  .lustro-inspired .why .problem-grid p{margin:4px 0 0;font-size:11.5px;line-height:1.4}

  .lustro-inspired .protocol .trust-stack{gap:30px}
  .lustro-inspired .protocol .trust-visual{height:450px;min-height:450px}
  .lustro-inspired .protocol .trust-steps{gap:9px}
  .lustro-inspired .protocol .trust-step{height:172px;padding:16px}
  .lustro-inspired .protocol .trust-step h3{font-size:18px}
  .lustro-inspired .protocol .trust-step-detail{font-size:11.5px}

  .lustro-inspired .risk-section .risk-layout{gap:28px}
  .lustro-inspired .risk-section .risk-scene{height:438px;min-height:438px}
  .lustro-inspired .risk-section .risk-list{gap:9px}
  .lustro-inspired .risk-section .risk-card{min-height:206px;height:206px;padding:17px}
  .lustro-inspired .risk-section .risk-card h4{font-size:16px;line-height:1.15}
  .lustro-inspired .risk-section .risk-card strong{font-size:11.5px}
  .lustro-inspired .risk-section .risk-card .detail-toggle{bottom:14px}
  .risk-scene__focus{bottom:100px}
  .risk-scene__focus strong{font-size:31px}

  .lustro-inspired .workflow-section .workflow-shell{gap:28px}
  .lustro-inspired .workflow-section .workflow-stage{height:438px;min-height:438px;padding:22px}
  .lustro-inspired .workflow-section .workflow-stage-core{height:67%;padding-left:5%}
  .lustro-inspired .workflow-section .workflow-ring{width:138px;height:138px}
  .lustro-inspired .workflow-section .workflow-icon{width:72px;height:72px;border-radius:20px}
  .lustro-inspired .workflow-section .workflow-icon svg{width:38px;height:38px}
  .lustro-inspired .workflow-section .workflow-stage-core h3{font-size:31px;margin-top:18px}
  .lustro-inspired .workflow-section .workflow-stage-result{left:22px;right:22px;bottom:20px;padding:11px 13px}
  .lustro-inspired .workflow-section .workflow-steps{gap:9px}
  .lustro-inspired .workflow-section .workflow-step,
  .lustro-inspired .workflow-section .workflow-step>.progressive-card{min-height:206px;height:206px}
  .lustro-inspired .workflow-section .workflow-step>.progressive-card{padding:16px}
  .lustro-inspired .workflow-section .workflow-step h3{font-size:16.5px;line-height:1.12}
  .lustro-inspired .workflow-section .result-line{font-size:10.5px}
  .lustro-inspired .workflow-section .workflow-step p{font-size:11px;line-height:1.4}

  .lustro-inspired .faq-content.deck-chapter{height:auto;min-height:100svh;overflow:visible;justify-content:flex-start;padding-top:148px;padding-bottom:80px}
}

/* Trust-stage geometry must not inherit offsets from older visual iterations. */
.lustro-inspired .trust-visual .trust-word{
  position:absolute!important;left:50%!important;top:47%!important;right:auto!important;bottom:auto!important;
  margin:0!important;transform:translate(-50%,-50%)!important;width:188px!important;height:188px!important
}
.lustro-inspired .trust-visual .trust-field{position:absolute!important;inset:20px 28px 66px!important}
.lustro-inspired .trust-visual .trust-ring--one{width:45%!important}.lustro-inspired .trust-visual .trust-ring--two{width:66%!important}.lustro-inspired .trust-visual .trust-ring--three{width:86%!important}
.lustro-inspired .trust-visual .trust-word span{font-size:27px!important;max-width:154px!important}
.lustro-inspired .trust-visual .trust-word small{font-size:9px!important}
