:root{
  --ink:#0f1b2f;
  --ink-2:#16263f;
  --paper:#f4f0e8;
  --paper-2:#fbfaf7;
  --muted:#6d7786;
  --line:rgba(15,27,47,.12);
  --line-dark:rgba(255,255,255,.12);
  --gold:#c89a5a;
  --sky:#9fd0df;
  --mint:#b4d9c2;
  --lav:#b9b5df;
  --radius:28px;
  --shadow:0 28px 80px rgba(15,27,47,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
img,svg{display:block;max-width:100%}
::selection{background:rgba(200,154,90,.28)}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.page-shell{overflow:hidden}
.nav{position:fixed;inset:18px 0 auto;z-index:50}
.nav-inner{width:min(1180px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 14px 12px 18px;border:1px solid rgba(255,255,255,.32);background:rgba(244,240,232,.72);backdrop-filter:blur(18px);border-radius:999px;box-shadow:0 10px 40px rgba(15,27,47,.08)}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.13em;font-size:.86rem}
.brand-dot{width:13px;height:13px;border-radius:4px;background:linear-gradient(135deg,var(--ink),var(--gold));transform:rotate(45deg);box-shadow:9px -9px 0 rgba(15,27,47,.14)}
.nav-links{display:flex;align-items:center;gap:24px;font-size:.88rem;color:#26344b}
.nav-links a{position:relative}
.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:1px;background:currentColor;transition:.3s}
.nav-links a:hover:after{right:0}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;border:1px solid var(--ink);padding:12px 18px;font-weight:700;font-size:.9rem;transition:.3s ease;cursor:pointer}
.nav-cta{background:var(--ink);color:white;padding:11px 17px}
.btn:hover,.nav-cta:hover{transform:translateY(-2px)}
.btn.primary{background:var(--ink);color:white;box-shadow:0 12px 30px rgba(15,27,47,.18)}
.btn.secondary{border-color:var(--line);background:rgba(255,255,255,.45)}
.btn.light{background:white;color:var(--ink);border-color:white}
.kicker{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:.72rem;color:#516073}
.kicker:before{content:"";width:28px;height:1px;background:currentColor}
.hero{min-height:100vh;display:flex;align-items:center;padding:132px 0 72px;position:relative}
.hero:before{content:"";position:absolute;width:740px;height:740px;border-radius:50%;background:radial-gradient(circle,rgba(159,208,223,.22),rgba(244,240,232,0) 68%);right:-170px;top:-130px;pointer-events:none}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(4rem,8vw,7.2rem);line-height:.91;letter-spacing:-.065em;margin:22px 0 26px;max-width:780px}
.hero-copy{font-size:1.15rem;line-height:1.7;color:#4e5b6d;max-width:600px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.micro{font-size:.78rem;color:#768091;margin-top:18px}
.visual-stage{position:relative;min-height:610px}
.visual-stage .orb{position:absolute;border-radius:50%;filter:blur(0);animation:float 7s ease-in-out infinite}
.orb.one{width:180px;height:180px;background:linear-gradient(135deg,rgba(159,208,223,.5),rgba(255,255,255,.05));right:40px;top:20px}
.orb.two{width:110px;height:110px;background:linear-gradient(135deg,rgba(200,154,90,.38),rgba(255,255,255,.04));left:65px;bottom:80px;animation-delay:-2s}
@keyframes float{50%{transform:translateY(-16px) translateX(6px)}}
.architecture{position:absolute;inset:40px 0 0;display:grid;place-items:center}
.arch-core{position:absolute;width:170px;height:170px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;text-align:center;box-shadow:0 30px 70px rgba(15,27,47,.3);z-index:3}
.arch-core strong{font-size:1.35rem;letter-spacing:.13em}
.arch-core small{display:block;font-size:.7rem;letter-spacing:.12em;color:rgba(255,255,255,.62);margin-top:5px}
.ring{position:absolute;border:1px solid rgba(15,27,47,.13);border-radius:50%;animation:spin 28s linear infinite}
.r1{width:420px;height:420px}.r2{width:560px;height:560px;animation-direction:reverse;animation-duration:36s}
@keyframes spin{to{transform:rotate(360deg)}}
.product-node{position:absolute;width:210px;padding:18px;border-radius:22px;background:rgba(251,250,247,.88);border:1px solid rgba(15,27,47,.1);box-shadow:0 20px 50px rgba(15,27,47,.12);backdrop-filter:blur(10px);z-index:4}
.product-node .num{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:#7a8492;margin-bottom:32px}
.product-node strong{display:block;font-size:1.08rem;margin-bottom:7px}
.product-node span{font-size:.83rem;color:#677384}
.node-1{left:0;top:60px}.node-2{right:0;top:165px}.node-3{left:125px;bottom:18px}
.connector{position:absolute;inset:0;pointer-events:none;opacity:.65}
.connector path{stroke-dasharray:10 12;animation:dash 7s linear infinite}
@keyframes dash{to{stroke-dashoffset:-88}}
.section{padding:110px 0;position:relative}
.section.dark{background:var(--ink);color:white}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:50px}
.section-head h2{font-size:clamp(2.8rem,5vw,5.2rem);line-height:.98;letter-spacing:-.055em;margin:0;max-width:820px}
.section-head p{margin:0;max-width:420px;color:#687587;line-height:1.7}
.dark .section-head p{color:rgba(255,255,255,.62)}
.product-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{min-height:570px;border-radius:32px;padding:28px;position:relative;overflow:hidden;border:1px solid var(--line);background:var(--paper-2);transition:.45s cubic-bezier(.2,.75,.25,1)}
.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.product-card h3{font-size:2.1rem;line-height:1.04;letter-spacing:-.04em;margin:16px 0 10px}
.product-card p{color:#657081;max-width:320px}
.product-card .arrow{position:absolute;right:26px;top:26px;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;transition:.3s}
.product-card:hover .arrow{background:var(--ink);color:white;transform:rotate(-12deg)}
.card-visual{position:absolute;left:22px;right:22px;bottom:20px;height:285px;border-radius:25px;overflow:hidden;border:1px solid rgba(15,27,47,.08);background:linear-gradient(180deg,#fefdf9,#ece7dc)}
.card-visual.darkviz{background:#111d31;border-color:rgba(255,255,255,.08)}
.sales-viz .track{position:absolute;left:28px;right:28px;top:48%;height:3px;background:rgba(15,27,47,.12)}
.sales-viz .step{position:absolute;top:38%;width:42px;height:42px;border-radius:50%;background:white;border:1px solid var(--line);display:grid;place-items:center;font-size:.65rem;font-weight:800;box-shadow:0 8px 18px rgba(15,27,47,.08)}
.sales-viz .s1{left:9%}.sales-viz .s2{left:28%}.sales-viz .s3{left:47%}.sales-viz .s4{left:66%}.sales-viz .s5{left:83%}
.sales-viz .pulse{position:absolute;width:90px;height:90px;border-radius:50%;background:rgba(200,154,90,.18);right:50px;top:28px;animation:pulse 3s ease-in-out infinite}
@keyframes pulse{50%{transform:scale(1.14);opacity:.52}}
.ai-viz .mesh{position:absolute;inset:22px}
.ai-viz .mesh svg{width:100%;height:100%}
.learning-viz{background:linear-gradient(145deg,#0f1b2f,#223757)!important}
.phone{position:absolute;width:154px;height:246px;border-radius:28px;background:white;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-4deg);box-shadow:0 22px 50px rgba(0,0,0,.26);padding:12px}
.phone:before{content:"";display:block;width:44px;height:5px;border-radius:999px;background:#d5d8dc;margin:0 auto 13px}
.chat{background:#eef3f7;border-radius:16px;padding:12px;height:192px}
.bubble{height:27px;border-radius:12px;margin-bottom:9px}.bubble.a{width:78%;background:#dfe7ee}.bubble.b{width:62%;background:#0f1b2f;margin-left:auto}.bubble.c{width:88%;background:#dfe7ee}
.method-strip{position:relative;margin-top:20px;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
.method-step{display:grid;grid-template-columns:90px 1fr 56px;align-items:center;padding:27px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.method-step:last-child{border-bottom:0}.method-step .n{color:rgba(255,255,255,.42);font-size:.82rem}.method-step strong{font-size:clamp(1.5rem,3vw,3rem);letter-spacing:-.03em}.method-step .dot{width:12px;height:12px;border-radius:50%;background:var(--gold);justify-self:end;box-shadow:0 0 0 9px rgba(200,154,90,.1)}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.why-card{min-height:290px;border-radius:30px;padding:28px;border:1px solid var(--line);background:rgba(255,255,255,.35);position:relative;overflow:hidden}
.why-card .icon{width:54px;height:54px;border-radius:18px;border:1px solid var(--line);display:grid;place-items:center;font-weight:900;margin-bottom:74px}
.why-card h3{font-size:1.7rem;letter-spacing:-.03em;margin-bottom:8px}.why-card p{color:#697587;max-width:350px;margin:0}
.why-card .decor{position:absolute;width:180px;height:180px;border-radius:50%;right:-50px;top:-55px;background:radial-gradient(circle,rgba(159,208,223,.36),transparent 68%)}
.founder-slab{display:grid;grid-template-columns:.92fr 1.08fr;min-height:600px;background:#fff;border-radius:36px;overflow:hidden;border:1px solid var(--line)}
.founder-portrait{position:relative;background:linear-gradient(145deg,#17253b,#304764);overflow:hidden;display:grid;place-items:end center;padding:44px}
.portrait-silhouette{position:relative;width:72%;height:78%;border-radius:140px 140px 30px 30px;background:linear-gradient(180deg,#d9d0c3,#958a7e);box-shadow:0 30px 70px rgba(0,0,0,.25)}
.portrait-silhouette:before{content:"";position:absolute;left:50%;top:14%;transform:translateX(-50%);width:116px;height:116px;border-radius:50%;background:#c2b6a9}.portrait-silhouette:after{content:"";position:absolute;left:50%;top:31%;transform:translateX(-50%);width:190px;height:260px;border-radius:90px 90px 28px 28px;background:#1c2c45}
.founder-copy{padding:72px 64px;display:flex;flex-direction:column;justify-content:center}.founder-copy h2{font-size:clamp(3rem,5vw,5rem);letter-spacing:-.055em;line-height:.96;margin:16px 0 24px}.founder-copy p{color:#687485;font-size:1.04rem;line-height:1.75;max-width:580px}.timeline-mini{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.timeline-mini span{padding:8px 12px;border:1px solid var(--line);border-radius:999px;font-size:.78rem;font-weight:700}
.eco{display:grid;grid-template-columns:1fr 1.15fr;gap:60px;align-items:center}.eco h2{font-size:clamp(3rem,5vw,5rem);letter-spacing:-.055em;line-height:.98}.eco-map{position:relative;min-height:500px}.eco-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:170px;height:170px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;text-align:center;background:rgba(255,255,255,.05);backdrop-filter:blur(12px)}
.eco-core strong{letter-spacing:.14em}.eco-node{position:absolute;width:210px;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055)}.eco-node strong{display:block;margin-bottom:6px}.eco-node span{font-size:.8rem;color:rgba(255,255,255,.6)}.eco-a{top:25px;left:22px}.eco-b{top:88px;right:0}.eco-c{bottom:30px;left:115px}
.cta-band{padding:90px 0}.cta-box{border-radius:36px;background:linear-gradient(130deg,#0f1b2f,#263d5d);color:white;padding:64px;position:relative;overflow:hidden}.cta-box:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-120px;top:-220px;background:radial-gradient(circle,rgba(159,208,223,.22),transparent 67%)}.cta-box h2{font-size:clamp(3rem,6vw,5.6rem);letter-spacing:-.06em;line-height:.96;max-width:760px;margin-bottom:34px}.choice-row{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:2}.choice{padding:13px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);color:white;font-weight:700;font-size:.86rem}.choice:hover{background:white;color:var(--ink)}
.footer{padding:34px 0 46px;border-top:1px solid var(--line)}.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center;color:#6d7786;font-size:.82rem}.footer-nav{display:flex;gap:18px;flex-wrap:wrap}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:none}
/* Product pages */
.page-hero{min-height:88vh;padding:150px 0 80px;display:flex;align-items:center;position:relative}.page-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.page-hero h1{font-size:clamp(3.7rem,7vw,6.6rem)}.page-hero p{color:#5f6b7c;font-size:1.08rem;max-width:560px;line-height:1.7}.badge{display:inline-flex;padding:8px 12px;border-radius:999px;border:1px solid var(--line);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.mock-window{border-radius:30px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.mock-top{height:46px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;padding:0 15px}.mock-top i{width:8px;height:8px;border-radius:50%;background:#cad0d5}.mock-body{min-height:480px;padding:22px;background:linear-gradient(180deg,#fff,#f3f0e9)}
.dash-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;height:100%}.dash-card{border:1px solid var(--line);border-radius:18px;background:white;padding:16px}.dash-card h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#7b8592;margin:0 0 16px}.metric{font-size:2.2rem;font-weight:800;letter-spacing:-.04em}.mini-bars{display:flex;gap:7px;align-items:flex-end;height:130px}.mini-bars i{flex:1;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,var(--sky),#d8eaf0)}.mini-bars i:nth-child(1){height:36%}.mini-bars i:nth-child(2){height:52%}.mini-bars i:nth-child(3){height:43%}.mini-bars i:nth-child(4){height:74%}.mini-bars i:nth-child(5){height:63%}.mini-bars i:nth-child(6){height:89%}.stage-row{display:flex;gap:8px;flex-wrap:wrap}.stage-pill{padding:9px 10px;border-radius:999px;background:#f2efe7;border:1px solid var(--line);font-size:.68rem;font-weight:800}.radar{display:grid;place-items:center;height:100%}.radar svg{max-height:360px}.roadmap{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.wave{min-height:260px;padding:22px;border-radius:22px;border:1px solid var(--line);background:white;color:var(--ink)}.wave .badge{color:var(--ink);border-color:rgba(15,27,47,.14)}.wave h3{color:var(--ink);font-size:1.45rem;letter-spacing:-.025em;margin:14px 0 12px}.wave strong{font-size:1.2rem}.wave p{font-size:.85rem;color:#6e7988}.wave .slot{min-height:42px;border-radius:12px;background:#f0ece4;margin-top:10px;border:1px solid rgba(15,27,47,.07);display:flex;align-items:center;padding:10px 14px;color:#5f6b7c;font-size:.76rem;font-weight:700;letter-spacing:.01em}.wave.stop{background:#181f2b;color:white;border-color:#181f2b}.wave.stop .badge,.wave.stop h3{color:white}.wave.stop p{color:rgba(255,255,255,.58)}.wave.stop .slot{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.72)}
.visual-story{display:grid;grid-template-columns:1fr 1fr;gap:18px}.story-card{min-height:420px;border-radius:30px;padding:30px;border:1px solid var(--line);background:#fbfaf7;position:relative;overflow:hidden}.story-card h3{font-size:2rem;letter-spacing:-.04em}.story-card p{color:#697585;max-width:380px}.flowline{position:absolute;left:30px;right:30px;bottom:38px;display:flex;align-items:center;gap:8px}.flowline span{flex:1;padding:10px 7px;text-align:center;border-radius:999px;background:#ede8de;font-size:.68rem;font-weight:800}.flowline i{width:18px;height:1px;background:#9aa3ad}
.phone-scene{position:relative;min-height:470px;background:linear-gradient(145deg,#0f1b2f,#2f4a6f);border-radius:30px;overflow:hidden}.device{position:absolute;width:220px;height:390px;border-radius:34px;background:#fff;right:12%;top:50%;transform:translateY(-50%) rotate(4deg);padding:14px;box-shadow:0 30px 80px rgba(0,0,0,.32)}.device .speaker{width:54px;height:5px;border-radius:999px;background:#d1d5d9;margin:0 auto 15px}.device-screen{height:340px;border-radius:22px;background:#eef2f5;padding:14px}.device-screen h4{font-size:.72rem;margin:0 0 12px;color:#66717f;text-transform:uppercase;letter-spacing:.12em}.qbox{background:white;border-radius:14px;padding:12px;font-size:.76rem;margin-bottom:10px;border:1px solid #e4e8eb}.score-row{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;padding:8px 0;border-bottom:1px solid #dfe4e8}.score-row b{font-size:.78rem}.coach-card{position:absolute;left:8%;top:13%;width:250px;padding:18px;border-radius:22px;background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(13px)}.coach-card strong{display:block;margin-bottom:10px}.coach-card p{font-size:.82rem;color:rgba(255,255,255,.72);margin:0}.coach-bubble{margin-top:16px;background:white;color:var(--ink);border-radius:15px;padding:11px;font-size:.76rem}
.timeline-large{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.timeline-block{min-height:260px;border-top:1px solid var(--line);padding-top:20px}.timeline-block .year{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#788290}.timeline-block strong{display:block;font-size:1.3rem;margin:34px 0 8px}.timeline-block p{font-size:.86rem;color:#6f7a89}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px}.contact-options{display:grid;gap:12px}.contact-option{padding:22px;border-radius:22px;border:1px solid var(--line);background:#fbfaf7;display:flex;justify-content:space-between;gap:20px;align-items:center}.contact-option strong{font-size:1.15rem}.contact-card{padding:30px;border-radius:30px;background:#fff;border:1px solid var(--line)}.contact-card label{display:block;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:12px 0 7px}.contact-card input,.contact-card textarea,.contact-card select{width:100%;border:1px solid var(--line);background:#faf8f3;border-radius:14px;padding:13px 14px;outline:none}.contact-card select{appearance:auto}.contact-card textarea{min-height:130px;resize:vertical}
@media(max-width:980px){.nav-links{display:none}.hero-grid,.page-hero-grid,.eco,.founder-slab,.contact-grid{grid-template-columns:1fr}.visual-stage{min-height:560px}.product-panels{grid-template-columns:1fr}.product-card{min-height:510px}.why-grid{grid-template-columns:1fr}.founder-portrait{min-height:520px}.visual-story{grid-template-columns:1fr}.timeline-large{grid-template-columns:1fr 1fr}.page-hero{padding-top:130px}.page-hero-grid{gap:34px}.mock-body{min-height:420px}.roadmap{grid-template-columns:1fr}.eco-map{min-height:560px}}
@media(max-width:640px){.container,.nav-inner{width:min(100% - 24px,1180px)}.nav{top:10px}.nav-inner{padding:9px 9px 9px 14px}.nav-cta{padding:9px 12px;font-size:.78rem}.brand{font-size:.78rem}.hero{padding-top:112px}.hero-grid{gap:24px}.hero h1,h1{font-size:3.7rem}.hero-copy{font-size:1rem}.visual-stage{min-height:500px}.r1{width:310px;height:310px}.r2{width:430px;height:430px}.arch-core{width:135px;height:135px}.product-node{width:160px;padding:14px}.product-node .num{margin-bottom:18px}.node-1{left:0;top:52px}.node-2{right:0;top:175px}.node-3{left:74px;bottom:10px}.section{padding:76px 0}.section-head{display:block}.section-head p{margin-top:18px}.product-card{min-height:500px;padding:22px}.cta-box{padding:38px 24px}.founder-copy{padding:40px 26px}.founder-portrait{min-height:430px}.timeline-large{grid-template-columns:1fr}.dash-grid{grid-template-columns:1fr}.dash-grid .dash-card:nth-child(n+3){display:none}.phone-scene{min-height:540px}.device{right:7%;width:190px}.coach-card{left:5%;top:6%;width:220px}.footer-inner{display:block}.footer-nav{margin-top:14px}.eco-node{width:175px}.eco-a{left:0}.eco-b{right:0}.eco-c{left:55px}.mock-body{padding:14px}.page-hero h1{font-size:3.6rem}}

/* Production brand assets */
.brand{min-width:126px}
.brand-logo{display:block;height:34px;width:auto;max-width:170px;object-fit:contain}
.brand-fallback{display:none}
.founder-photo-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:2}
.founder-photo-fallback{position:absolute;inset:0;z-index:1}
@media(max-width:640px){.brand-logo{height:28px;max-width:145px}}

/* ===== Corporate final additions ===== */
.nav-actions{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.48);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{display:block;width:17px;height:1.5px;background:var(--ink);transition:.25s ease}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.25px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
.mobile-nav-panel{width:min(1180px,calc(100% - 40px));margin:10px auto 0;padding:14px;border:1px solid rgba(255,255,255,.35);background:rgba(244,240,232,.94);backdrop-filter:blur(20px);border-radius:26px;box-shadow:0 18px 55px rgba(15,27,47,.12)}
.mobile-nav-panel a{display:flex;align-items:center;justify-content:space-between;padding:13px 12px;border-bottom:1px solid var(--line);font-weight:700;font-size:.92rem}
.mobile-nav-panel a:last-child{border-bottom:0}
.nav-links a.active{font-weight:800}
.nav-links a.active:after{right:0}
.brand-logo{height:40px;max-width:178px}

.footer{padding:54px 0 28px;background:#ece8df;border-top:1px solid var(--line)}
.footer-rich{display:grid;grid-template-columns:1fr 1.35fr;gap:56px;align-items:start}
.footer-brand-block p{margin:14px 0 0;color:#687485;font-size:.86rem;letter-spacing:.08em}
.footer-logo{width:190px;height:auto}
.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.footer-columns div{display:flex;flex-direction:column;gap:10px}
.footer-columns strong{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px;color:#536175}
.footer-columns a,.footer-link-button{font-size:.84rem;color:#697586;text-align:left}
.footer-columns a:hover,.footer-link-button:hover{color:var(--ink)}
.footer-link-button{appearance:none;border:0;background:none;padding:0;cursor:pointer;font:inherit}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:30px;margin-top:36px;border-top:1px solid var(--line);font-size:.78rem;color:#7a8490}

/* Home book authority visual */
.book-home-section{padding-top:84px;padding-bottom:84px}
.book-home-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:36px;padding:56px;overflow:hidden;position:relative}
.book-home-grid:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(159,208,223,.28),transparent 68%);left:-170px;top:-150px;pointer-events:none}
.book-mini-scene{position:relative;height:390px;display:grid;place-items:center;perspective:1200px;z-index:1}
.book-mini{position:relative;width:238px;height:340px;transform:rotateY(-18deg) rotateX(4deg) rotateZ(-3deg);transform-style:preserve-3d;filter:drop-shadow(0 35px 30px rgba(15,27,47,.2))}
.book-mini-cover{position:absolute;inset:0;border-radius:5px 13px 13px 5px;background:linear-gradient(150deg,#14233a,#23476a 74%,#1b314d);color:#fff;padding:30px 25px;display:flex;flex-direction:column;align-items:flex-start}
.book-mini-cover span{font-size:.58rem;letter-spacing:.25em;opacity:.62}
.book-mini-cover strong{font-size:1.75rem;line-height:.94;letter-spacing:-.04em;margin:28px 0 18px}
.book-mini-cover small{font-size:.64rem;line-height:1.5;color:rgba(255,255,255,.7)}
.book-mini-cover em{font-style:normal;font-size:.67rem;font-weight:800;letter-spacing:.12em;margin-top:auto}
.book-spine{position:absolute;left:-14px;top:4px;width:18px;height:332px;background:#0c1727;transform:rotateY(90deg);transform-origin:right;border-radius:3px}
.book-mini-shadow{position:absolute;width:250px;height:55px;border-radius:50%;background:rgba(15,27,47,.16);filter:blur(20px);bottom:24px}
.book-home-copy{position:relative;z-index:2}
.book-home-copy h2{font-size:clamp(3rem,5vw,5rem);line-height:.97;letter-spacing:-.055em;margin:18px 0 20px}
.book-home-copy p{font-size:1.02rem;line-height:1.75;color:#667283;max-width:560px;margin-bottom:28px}

/* About */
.about-hero{background:radial-gradient(circle at 72% 28%,rgba(159,208,223,.22),transparent 32%)}
.about-orbit{min-height:600px;position:relative;display:grid;place-items:center}
.about-core{width:210px;height:210px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;place-items:center;z-index:4;padding:34px}
.about-core img{width:100%;height:auto}
.about-ring{position:absolute;border-radius:50%;border:1px solid rgba(15,27,47,.12)}
.ring-a{width:390px;height:390px;animation:spin 30s linear infinite}
.ring-b{width:540px;height:540px;animation:spin 43s linear infinite reverse}
.about-node{position:absolute;width:185px;padding:18px;border-radius:22px;background:rgba(251,250,247,.9);border:1px solid var(--line);box-shadow:0 18px 45px rgba(15,27,47,.1);z-index:5}
.about-node b{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#778292;margin-bottom:18px}
.about-node span{font-size:1.05rem;font-weight:800}
.an1{top:42px;left:20px}.an2{right:0;top:214px}.an3{bottom:30px;left:120px}
.dependency-visual{display:grid;grid-template-columns:1fr 100px 1fr;align-items:center;gap:18px;min-height:440px}
.dep-side{min-height:360px;border-radius:30px;border:1px solid var(--line);padding:30px;position:relative;overflow:hidden;background:#fbfaf7}
.dep-side>span{font-size:.7rem;letter-spacing:.16em;font-weight:800;color:#758091}
.dep-side>b{position:absolute;left:30px;bottom:28px;font-size:1.35rem;letter-spacing:-.025em}
.fragmented i{position:absolute;width:78px;height:78px;border-radius:18px;background:#d7d2c8;transform:rotate(12deg)}
.fragmented i:nth-of-type(1){left:14%;top:27%}.fragmented i:nth-of-type(2){left:43%;top:39%;background:#aebbc7;transform:rotate(-17deg)}.fragmented i:nth-of-type(3){right:12%;top:21%;background:#c9a977;transform:rotate(28deg)}
.dep-arrow{text-align:center;font-size:2.4rem;color:#8a94a1}
.structured{background:#132139;color:#fff;border-color:#132139}
.structured>span{color:rgba(255,255,255,.55)}
.system-grid{position:absolute;left:15%;right:15%;top:24%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.system-grid i{height:62px;border-radius:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}
.architecture-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.architecture-card{min-height:360px;padding:28px;border-radius:28px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);display:flex;flex-direction:column;transition:.3s}
.architecture-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.08)}
.architecture-card small{color:rgba(255,255,255,.5);font-size:.66rem;letter-spacing:.12em}.architecture-card strong{font-size:2.1rem;letter-spacing:-.04em;margin:78px 0 16px}.architecture-card span{color:rgba(255,255,255,.65);line-height:1.65}.architecture-card em{font-style:normal;margin-top:auto;font-weight:800;color:#fff}
.method-rail{display:flex;align-items:center;gap:12px;padding:34px;border:1px solid var(--line);border-radius:28px;background:#fbfaf7;overflow:auto}
.method-rail div{min-width:125px;display:flex;flex-direction:column;gap:8px}.method-rail span{font-size:.65rem;color:#89929e}.method-rail b{font-size:.92rem;letter-spacing:.08em}.method-rail i{height:1px;min-width:28px;flex:1;background:#aeb6c0}

/* Book */
.book-hero{background:linear-gradient(180deg,#f4f0e8 0%,#eee9e0 100%)}
.book-stage{min-height:620px;position:relative;display:grid;place-items:center;perspective:1400px}
.book-floor{position:absolute;width:380px;height:80px;border-radius:50%;background:rgba(15,27,47,.18);filter:blur(28px);bottom:70px}
.book-3d{position:relative;width:330px;height:470px;transform:rotateY(-19deg) rotateX(4deg) rotateZ(-2deg);transform-style:preserve-3d;filter:drop-shadow(0 45px 45px rgba(15,27,47,.26))}
.book-cover{position:absolute;inset:0;border-radius:6px 16px 16px 6px;background:linear-gradient(145deg,#102039,#234f75 65%,#1d3a59);color:#fff;padding:42px 36px;display:flex;flex-direction:column;box-shadow:inset -18px 0 28px rgba(0,0,0,.12)}
.book-edge{position:absolute;left:-22px;top:5px;width:24px;height:460px;background:#0a1422;transform:rotateY(90deg);transform-origin:right;border-radius:4px}
.book-eyebrow{font-size:.62rem;letter-spacing:.21em;font-weight:800;color:rgba(255,255,255,.68)}
.book-cover strong{font-size:2.7rem;line-height:.9;letter-spacing:-.055em;margin:52px 0 24px}
.book-cover small{font-size:.82rem;line-height:1.55;color:rgba(255,255,255,.7)}
.book-rule{width:54px;height:3px;background:#c89a5a;margin:32px 0 18px}.book-cover em{font-style:normal;font-size:.74rem;line-height:1.5;color:rgba(255,255,255,.68)}
.book-functions{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.book-functions div{min-height:260px;border:1px solid var(--line);border-radius:24px;padding:22px;background:#fbfaf7;display:flex;flex-direction:column}
.book-functions span{font-size:.67rem;color:#85909d}.book-functions b{font-size:1.35rem;margin:82px 0 12px}.book-functions small{color:#6b7787;line-height:1.55}
.book-connection{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.book-connection h2{font-size:clamp(3rem,5vw,5rem);line-height:.96;letter-spacing:-.055em}.book-connection p{color:rgba(255,255,255,.64);max-width:520px;line-height:1.75}
.book-link-map{min-height:480px;position:relative}.blm-book{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:190px;background:linear-gradient(145deg,#244f75,#17314d);border-radius:8px 18px 18px 8px;color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:.12em;box-shadow:0 24px 55px rgba(0,0,0,.25);z-index:3}.blm-node{position:absolute;width:220px;padding:20px;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);z-index:4}.blm-node b{display:block;margin-bottom:8px}.blm-node span{font-size:.78rem;color:rgba(255,255,255,.6)}.blm-node.n1{top:42px;right:0}.blm-node.n2{bottom:42px;left:0}.blm-line{position:absolute;height:1px;background:rgba(255,255,255,.22);width:190px;left:50%;top:50%;transform-origin:left}.blm-line.l1{transform:rotate(-35deg)}.blm-line.l2{transform:rotate(145deg)}

/* Legal */
.legal-hero{padding:170px 0 72px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#f4f0e8,#eeeae1)}
.legal-hero h1{font-size:clamp(3.6rem,7vw,6.3rem);margin-bottom:14px}.legal-hero p{color:#707b89}
.legal-wrap{padding:70px 0 110px}.legal-layout{display:grid;grid-template-columns:240px 1fr;gap:70px;align-items:start}.legal-side{position:sticky;top:120px;display:flex;flex-direction:column;border-left:1px solid var(--line)}.legal-side a{padding:9px 0 9px 18px;color:#75808e;font-size:.83rem}.legal-side a:hover{color:var(--ink)}.legal-copy{max-width:760px}.legal-copy section{scroll-margin-top:130px;margin-bottom:46px}.legal-copy h2{font-size:1.7rem;letter-spacing:-.025em;margin-bottom:14px}.legal-copy p{color:#596778;line-height:1.8}.legal-copy a{text-decoration:underline;text-underline-offset:3px}.legal-note{padding:18px 20px;border-radius:18px;background:#ebe7de;border:1px solid var(--line);color:#657183;font-size:.83rem;line-height:1.65;margin-bottom:38px}

/* Cookie consent */
.cookie-banner{position:fixed;left:22px;right:22px;bottom:22px;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:980px;margin:auto;background:#101d31;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:18px 18px 18px 22px;box-shadow:0 24px 70px rgba(0,0,0,.25)}
.cookie-banner p{margin:0;color:rgba(255,255,255,.7);font-size:.82rem;line-height:1.55;max-width:640px}.cookie-banner strong{color:#fff}.cookie-actions{display:flex;gap:8px;flex-shrink:0}.cookie-small-btn{border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;border-radius:999px;padding:10px 14px;font-weight:700;font-size:.78rem;cursor:pointer}.cookie-small-btn.accept{background:#fff;color:#101d31;border-color:#fff}
.cookie-modal-backdrop{position:fixed;inset:0;background:rgba(6,12,21,.5);backdrop-filter:blur(6px);z-index:110;display:grid;place-items:center;padding:22px}.cookie-modal{width:min(560px,100%);border-radius:28px;background:#f7f4ed;border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.28);padding:28px}.cookie-modal h3{font-size:2rem;letter-spacing:-.04em;margin-bottom:10px}.cookie-modal>p{color:#687586;line-height:1.65}.cookie-pref{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid var(--line)}.cookie-pref b{display:block}.cookie-pref span{font-size:.75rem;color:#778291}.cookie-switch{width:48px;height:27px;border-radius:999px;background:#d2d5d7;border:0;position:relative;cursor:pointer}.cookie-switch:after{content:"";position:absolute;width:21px;height:21px;border-radius:50%;background:#fff;left:3px;top:3px;transition:.2s;box-shadow:0 2px 8px rgba(0,0,0,.16)}.cookie-switch.on{background:#1c3656}.cookie-switch.on:after{left:24px}.cookie-switch.locked{opacity:.6;cursor:default}.cookie-modal-actions{display:flex;gap:9px;justify-content:flex-end;margin-top:20px}

@media(max-width:1100px){.nav-links{display:none}.menu-toggle{display:flex}.nav-cta{display:inline-flex}.footer-rich{grid-template-columns:1fr}.book-functions{grid-template-columns:repeat(2,1fr)}.architecture-cards{grid-template-columns:1fr}.book-connection{grid-template-columns:1fr}.about-orbit{min-height:560px}}
@media(max-width:760px){.nav-cta{display:none}.menu-toggle{display:flex}.brand-logo{height:33px;max-width:148px}.mobile-nav-panel{width:min(100% - 24px,1180px)}.footer-columns{grid-template-columns:1fr 1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}.book-home-grid{grid-template-columns:1fr;padding:28px}.book-mini-scene{height:340px}.dependency-visual{grid-template-columns:1fr}.dep-arrow{transform:rotate(90deg)}.book-functions{grid-template-columns:1fr}.book-stage{min-height:520px}.book-3d{width:260px;height:380px}.book-cover{padding:30px 28px}.book-cover strong{font-size:2.1rem;margin:38px 0 18px}.book-edge{height:370px}.legal-layout{grid-template-columns:1fr}.legal-side{display:none}.cookie-banner{display:block;left:12px;right:12px;bottom:12px}.cookie-actions{margin-top:14px;flex-wrap:wrap}.book-link-map{min-height:500px}.blm-node{width:185px}.about-node{width:160px;padding:15px}.an1{left:0}.an2{right:0}.an3{left:50px}.about-core{width:165px;height:165px}.ring-a{width:320px;height:320px}.ring-b{width:440px;height:440px}}
@media(max-width:520px){.footer-columns{grid-template-columns:1fr}.book-home-grid{padding:24px 18px}.about-orbit{min-height:500px}.about-node{width:145px}.an1{top:40px}.an2{top:190px}.an3{bottom:18px;left:36px}.book-link-map{min-height:520px}.blm-node.n1{top:25px}.blm-node.n2{bottom:25px}.cookie-modal{padding:22px 18px}}

.consent-row{display:flex!important;align-items:flex-start;gap:10px;margin-top:16px!important;text-transform:none!important;letter-spacing:0!important;font-size:.82rem!important;font-weight:500!important;line-height:1.5}.consent-row input{width:auto!important;margin-top:3px;flex:0 0 auto}.consent-row span{display:block}.bot-field{display:none!important}
