:root{--bg:#060a16;--card:#101725cc;--elev:#182238;--text:#f7f3f8;--soft:#c4cad4;--muted:#8a97a9;--line:rgba(196,202,212,.18);--cyan:#5aaeba;--blue:#0052ff;--purple:#6e63b6;--fuchsia:#d946ef;--mint:#00f5a0;--emerald:#10b981;--pink:#ff4fa3;--glow-strength:.32;--pulse-speed:5.5s;--trace-speed:7s;--reveal-duration:.75s;--font:Inter,-apple-system,"SF Pro Display",system-ui,sans-serif;--font-display:"Onest",Inter,system-ui,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6;overflow-x:hidden}
a{color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(6,10,22,.68);backdrop-filter:blur(18px);border-bottom:1px solid rgba(196,202,212,.08)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{text-decoration:none;line-height:1}
.brand-main{font-size:22px;font-weight:800;letter-spacing:-.02em;background:linear-gradient(120deg,#fff,#5aaeba,#fff);background-size:220%;-webkit-background-clip:text;color:transparent;animation:shine 8s linear infinite}
.brand-sub{display:block;margin-top:6px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.nav{display:flex;gap:24px;align-items:center}
.nav a{font-size:15px;font-weight:500;color:var(--soft);text-decoration:none;position:relative}
.nav a:hover,.nav .hot{color:var(--cyan)}
.nav a:hover:after{content:"";position:absolute;left:50%;bottom:-12px;width:5px;height:5px;border-radius:50%;background:var(--cyan);box-shadow:0 0 12px var(--cyan)}
.header-actions{display:flex;gap:12px;align-items:center}
.pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid var(--line);background:rgba(16,23,37,.72);padding:12px 22px;text-decoration:none;font-weight:700;transition:.25s}
.pill:hover{transform:translateY(-2px);border-color:var(--cyan);box-shadow:0 10px 30px rgba(90,174,186,.18)}
.yt{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#a64255,#c95c70);box-shadow:0 0 22px rgba(201,92,112,.24);text-decoration:none;display:grid;place-items:center}
.hero{min-height:100vh;padding:132px 0 72px;background:radial-gradient(circle at 50% 55%,rgba(0,82,255,.36),transparent 46%),linear-gradient(180deg,#02030a,#050627 45%,#060a16);display:grid;align-items:center;text-align:center}
.hero h1{font-size:clamp(44px,7vw,92px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px;font-weight:850}
.hero h1 span{display:block;color:#9896c8}
.lead{font-size:clamp(18px,2vw,24px);color:var(--soft);max-width:820px;margin:0 auto 46px}
.electric-box{position:relative;border-radius:30px;padding:2px;background:linear-gradient(90deg,transparent,var(--blue),#8bd6ff,var(--blue),transparent);box-shadow:0 0 calc(80px * var(--glow-strength)) rgba(0,82,255,.95),inset 0 0 35px rgba(0,82,255,.32);overflow:hidden}
.electric-box:before{content:"";position:absolute;inset:-40%;background:conic-gradient(from var(--angle),transparent 0 65%,#fff 72%,#0af 77%,transparent 84%);animation:spin var(--trace-speed) linear infinite}
.electric-inner{position:relative;margin:2px;border-radius:27px;background:linear-gradient(180deg,rgba(0,31,180,.72),rgba(7,10,55,.94));min-height:220px;padding:34px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;box-shadow:inset 0 0 36px rgba(0,82,255,.25);animation:pulse var(--pulse-speed) ease-in-out infinite}
.typing{font-size:clamp(20px,3vw,32px);color:#afb7ff;min-height:48px}
.typing:after{content:"|";color:#fff;animation:blink 1s steps(1) infinite}
.chat-line{height:1px;background:rgba(255,255,255,.18);margin-top:auto}
.quick-tags{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:26px 0 18px}
.tag{border:1px solid rgba(196,202,212,.18);background:rgba(255,255,255,.06);color:var(--soft);border-radius:999px;padding:10px 18px;cursor:pointer;font:inherit}
.tag:hover{border-color:var(--blue);box-shadow:0 0 24px rgba(0,82,255,.25)}
.disclaimer{color:var(--muted);font-size:14px}
.section{padding:110px 0;position:relative}
.section.alt{background:linear-gradient(180deg,#070d1c,#060a16)}
.section-head{text-align:center;max-width:860px;margin:0 auto 56px}
.section h2{font-size:clamp(34px,4.5vw,56px);line-height:1.04;letter-spacing:-.035em;margin:0 0 18px}
.grid{display:grid;gap:28px}
.two{grid-template-columns:1.1fr .9fr}
.cards2{grid-template-columns:repeat(2,1fr)}
.card,.node,.price-card{position:relative;background:linear-gradient(145deg,rgba(247,243,248,.06),rgba(196,202,212,.015));border:1px solid var(--line);border-radius:26px;padding:26px;backdrop-filter:blur(18px);box-shadow:0 24px 80px rgba(0,0,0,.28);overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s}
.card:hover,.price-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--accent,var(--cyan)) 55%,transparent);box-shadow:0 0 36px color-mix(in srgb,var(--accent,var(--cyan)) 22%,transparent),0 24px 60px rgba(0,0,0,.42)}
.card:after,.price-card:after{content:"";position:absolute;inset:var(--y,50%) auto auto var(--x,50%);width:180px;height:180px;transform:translate(-50%,-50%);background:radial-gradient(circle,color-mix(in srgb,var(--accent,var(--cyan)) 18%,transparent),transparent 65%);opacity:.45;pointer-events:none}
.muted{color:var(--muted)}
.soft{color:var(--soft)}
.video-box{aspect-ratio:1/1;display:grid;place-items:center;text-align:center;background:radial-gradient(circle,rgba(110,99,182,.22),#060a16 70%)}
.price-card{text-decoration:none;display:flex;flex-direction:column;min-height:390px}
.price{font-size:32px;font-weight:850;margin:4px 0}
.cta-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:44px}
.primary{background:linear-gradient(135deg,var(--accent,var(--purple)),var(--accent2,var(--cyan)));color:#fff;border:0}
.arrow{display:inline-block;transition:.2s}
.price-card:hover .arrow{transform:translateX(5px)}
.schema{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}
.node-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.node{border-radius:18px;padding:18px}
.core{--accent:var(--blue);min-height:320px;display:grid;place-items:center;text-align:center}
.trace{position:absolute;inset:0;pointer-events:none}
.trace line,.trace path{stroke:rgba(90,174,186,.35);stroke-width:1.5;stroke-dasharray:8 10;filter:drop-shadow(0 0 6px rgba(90,174,186,.55));animation:dash 6s linear infinite}
.reveal{opacity:0;transform:translateY(22px);transition:opacity var(--reveal-duration),transform var(--reveal-duration)}
.revealed{opacity:1;transform:none}
.page-hero{padding:150px 0 90px;min-height:76vh;display:grid;align-items:center;background:radial-gradient(circle at 75% 35%,color-mix(in srgb,var(--accent) 34%,transparent),transparent 32%),#060a16}
.page-hero h1{font-size:clamp(42px,6vw,82px);line-height:1;letter-spacing:-.05em;margin:0 0 22px}
.oval{border-radius:999px}
.fuchsia{--accent:#d946ef;--accent2:#60a5fa}
.mint{--accent:#00f5a0;--accent2:#5aaeba}
.emerald{--accent:#10b981;--accent2:#2563eb}
.project{--accent:#8b5cf6;--accent2:#ec4899}
.blue{--accent:#0052ff;--accent2:#5aaeba}
.flow{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.flow .node{min-width:150px;text-align:center}
.stats{grid-template-columns:repeat(3,1fr)}
footer{padding:64px 0 32px;border-top:1px solid rgba(196,202,212,.08);background:#060a16}
.footer-grid{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}
.footer-links{display:flex;gap:48px;flex-wrap:wrap}
.footer-links div{display:flex;flex-direction:column;gap:10px}
.footer-links span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:700}
.footer-links a,footer p{color:var(--muted);text-decoration:none;font-size:14px}
@property --angle{syntax:'<angle>';initial-value:0deg;inherits:false}
@keyframes spin{to{--angle:360deg}
}
@keyframes pulse{50%{box-shadow:inset 0 0 55px rgba(0,82,255,.42)}
}
@keyframes blink{50%{opacity:0}
}
@keyframes shine{to{background-position:220%}
}
@keyframes dash{to{stroke-dashoffset:-72}
}
@media(max-width:860px){.nav{display:none}
.header-inner{height:68px}
.two,.schema,.cards2,.stats{grid-template-columns:1fr}
.hero{padding-top:110px}
.electric-inner{min-height:190px;padding:22px}
.node-grid{grid-template-columns:1fr}
.section{padding:78px 0}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
.reveal{opacity:1;transform:none}
.electric-box:before{display:none}
}


/* Home page refresh */
.home-page{--bg:#081121;--text:#eeeef4;--soft:#cbd2df;--muted:#9aa6bb;background:radial-gradient(circle at 50% 0,rgba(0,82,255,.26),transparent 38%),linear-gradient(180deg,#061034 0%,#081329 42%,#0a1426 100%)}
.home-page .site-header{background:rgba(7,14,32,.74)}
.home-page .header-inner{gap:16px}
.home-page .nav{gap:18px;flex:0 1 auto}
.home-page .nav a{white-space:nowrap}
.home-page .compact-actions{gap:7px;flex-wrap:wrap;justify-content:flex-end;max-width:420px}
.home-page .mini-link{font-size:12px;line-height:1;border:1px solid rgba(196,202,212,.14);border-radius:999px;padding:8px 10px;color:var(--soft);text-decoration:none;background:rgba(255,255,255,.035);white-space:nowrap}
.home-page .mini-link:hover{border-color:rgba(90,174,186,.55);color:#e9fbff;box-shadow:0 0 18px rgba(90,174,186,.12)}
.home-page .youtube-link:before{content:"";width:6px;height:6px;border-radius:50%;display:inline-block;background:#b65a65;margin-right:6px;box-shadow:0 0 8px rgba(182,90,101,.35)}
.home-page .order-link{color:#defaff;border-color:rgba(90,174,186,.3)}
.home-page .hero{min-height:auto;padding:128px 0 74px;background:radial-gradient(circle at 50% 30%,rgba(0,82,255,.38),transparent 42%),linear-gradient(180deg,#06104a 0%,#071334 54%,#081329 100%)}
.home-page .hero-inner{display:grid;justify-items:center}
.home-page .eyebrow{margin:0 0 14px;color:#76d7e2;text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:800}
.home-page .hero h1{font-size:clamp(34px,5.4vw,74px);line-height:1.04;letter-spacing:-.045em;max-width:1080px;font-weight:760;margin-bottom:22px}
.home-page .lead{max-width:890px;margin-bottom:34px;color:#cbd2df}
.home-page .hero-electric{width:min(100%,1120px);margin:auto}
.home-page .hero-electric .electric-inner{min-height:252px;padding:30px 34px}
.home-page .quick-tags{margin-top:24px}
.home-page .tag{text-decoration:none;padding:9px 15px}
.home-page .section{background:linear-gradient(180deg,#081329,#0a1426);padding:88px 0}
.home-page .section.alt{background:linear-gradient(180deg,#0a1730,#081329)}
.home-page .section h2{font-weight:720;font-size:clamp(30px,4vw,52px)}
.home-page .system-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:980px;margin:auto;padding:14px;border:1px solid rgba(90,174,186,.18);border-radius:28px;background:rgba(255,255,255,.035)}
.home-page .system-strip div{padding:16px 18px;border-radius:20px;background:linear-gradient(145deg,rgba(90,174,186,.11),rgba(110,99,182,.07))}
.home-page .system-strip b,.home-page .system-strip span{display:block}.home-page .system-strip span{color:var(--muted);font-size:14px}
.home-page .compact-system{padding:64px 0 24px}.home-page .compact-system .section-head{margin-bottom:0}.home-page .compact-copy{max-width:820px}.home-page .compact-copy .eyebrow{margin-bottom:14px}.home-page .client-value-title{font-family:var(--font-display);font-size:clamp(32px,2.5vw,40px);font-weight:600;line-height:1.08;letter-spacing:-.03em;text-align:center;white-space:nowrap;text-wrap:nowrap;max-width:1000px;width:100%;margin:0 auto 32px}.home-page .client-value-copy{max-width:760px;margin:0 auto;position:relative;padding-left:26px;font-size:17px;line-height:1.7;text-align:justify;text-align-last:left;color:var(--soft)}.home-page .client-value-copy:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;border-radius:999px;background:linear-gradient(180deg,rgba(143, 241, 255, 0.95),rgba(74, 101, 255, 0.65));box-shadow:0 0 16px rgba(143,241,255,.18)}.home-page .directions-note{max-width:820px;margin:26px auto 0;color:var(--soft);text-align:center;font-size:17px;line-height:1.65}
.home-page .feature-split{align-items:center}.home-page .media-panel{display:grid;gap:14px}.home-page .portrait{aspect-ratio:4/5;min-height:0;max-height:560px;border-radius:30px;background:radial-gradient(circle at 50% 35%,rgba(0,82,255,.25),rgba(110,99,182,.14) 42%,#0b162b 78%);border:1px solid rgba(90,174,186,.18)}
.home-page .media-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.home-page .media-actions a:not(.pill),.home-page .text-link{color:#8fe7ef;text-decoration:none}.home-page .hint{margin:0;color:var(--muted);font-size:14px}
.home-page .orbit-schema{position:relative;width:min(100%,760px);height:520px;margin:0 auto 22px}.home-page .schema-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.home-page .schema-lines path{stroke:rgba(105,207,221,.34);stroke-width:1.4;fill:none;stroke-dasharray:9 12;filter:drop-shadow(0 0 5px rgba(90,174,186,.5));animation:dash 5.8s linear infinite}.home-page .schema-lines path.active{stroke:#9ff7ff;stroke-width:2.4;filter:drop-shadow(0 0 12px rgba(90,174,186,.9))}
.home-page .orbit-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:150px;border-radius:44% 56% 48% 52%/55% 42% 58% 45%;padding:0;background:linear-gradient(145deg,rgba(0,82,255,.62),rgba(90,174,186,.28));box-shadow:0 0 58px rgba(0,82,255,.45),inset 0 0 38px rgba(90,174,186,.3);z-index:2}.home-page .orbit-core strong,.home-page .orbit-core span{display:block}.home-page .orbit-core strong{font-size:32px}.home-page .orbit-core span{color:#cdeff4}
.home-page .orbit-node{position:absolute;z-index:3;border:1px solid rgba(90,174,186,.28);background:linear-gradient(145deg,rgba(247,243,248,.09),rgba(90,174,186,.08));color:#edf6ff;border-radius:44% 56% 63% 37%/51% 44% 56% 49%;padding:16px 20px;min-width:112px;font:700 15px var(--font);cursor:pointer;box-shadow:0 18px 50px rgba(0,0,0,.24)}
.home-page .orbit-node:hover,.home-page .orbit-node:focus,.home-page .orbit-node.active{outline:none;border-color:#8ff1ff;box-shadow:0 0 30px rgba(90,174,186,.35),0 18px 50px rgba(0,0,0,.24);translate:0 -2px}
.home-page .n1{left:50%;top:20px;transform:translateX(-50%)}.home-page .n2{right:95px;top:58px}.home-page .n3{right:10px;top:232px}.home-page .n4{right:90px;bottom:54px}.home-page .n5{left:50%;bottom:18px;transform:translateX(-50%)}.home-page .n6{left:85px;bottom:54px}.home-page .n7{left:8px;top:232px}.home-page .n8{left:88px;top:58px}.home-page .schema-note{max-width:760px;margin:auto;padding:18px 22px;border-radius:22px;border:1px solid rgba(90,174,186,.18);background:rgba(255,255,255,.04);color:var(--soft)}
.home-page .clean-list,.home-page .build-steps{margin:0;padding-left:22px;color:var(--soft)}.home-page .clean-list li,.home-page .build-steps li{margin:10px 0}.home-page .accordion{border:1px solid var(--line);border-radius:26px;padding:22px;background:rgba(255,255,255,.04)}.home-page summary{cursor:pointer;font-weight:800;color:#edf6ff}.home-page blockquote{margin:24px 0;padding:18px 22px;border-left:2px solid #73dce6;background:rgba(90,174,186,.08);border-radius:0 18px 18px 0;color:#edf6ff}.home-page .final{text-align:center}.home-page footer{background:#081121}.home-page .subtle{background:rgba(255,255,255,.035);font-weight:600}
@media(max-width:1120px){.home-page .header-inner{height:auto;min-height:76px;padding:10px 0}.home-page .compact-actions{max-width:320px}.home-page .nav{gap:12px}.home-page .nav a{font-size:14px}.home-page .mini-link{font-size:11px;padding:7px 8px}}
@media(max-width:960px){.home-page .nav{display:none}.home-page .compact-actions{max-width:none}.home-page .two,.home-page .cards2{grid-template-columns:1fr}.home-page .system-strip{grid-template-columns:repeat(2,1fr)}.home-page .client-value-title{font-size:clamp(29px,3.2vw,34px);white-space:nowrap;text-wrap:nowrap;max-width:100%;padding-left:20px;padding-right:20px}}
@media(max-width:640px){.home-page .container{width:min(100% - 28px,1160px)}.home-page .hero{padding-top:112px}.home-page .hero h1{font-size:clamp(30px,10vw,44px)}.home-page .lead{font-size:17px}.home-page .hero-electric .electric-inner{min-height:210px;padding:22px}.home-page .client-value-title{font-size:clamp(26px,7vw,30px);line-height:1.12;white-space:normal;text-wrap:balance;max-width:350px;margin-bottom:30px;padding-left:0;padding-right:0}.home-page .client-value-copy{padding-left:18px;font-size:16px;line-height:1.65;text-align:left;text-align-last:auto}.home-page .system-strip{grid-template-columns:1fr}.home-page .orbit-schema{height:430px}.home-page .orbit-core{width:142px;height:118px}.home-page .orbit-core strong{font-size:24px}.home-page .orbit-node{min-width:auto;padding:11px 13px;font-size:13px}.home-page .n1{top:8px}.home-page .n2{right:20px;top:60px}.home-page .n3{right:0;top:195px}.home-page .n4{right:18px;bottom:55px}.home-page .n5{bottom:8px}.home-page .n6{left:14px;bottom:55px}.home-page .n7{left:0;top:195px}.home-page .n8{left:18px;top:60px}.home-page .media-actions{align-items:flex-start;flex-direction:column}.home-page .cta-row{align-items:stretch;flex-direction:column}.home-page .pill{width:100%}}
@media(prefers-reduced-motion:reduce){.home-page .schema-lines path{animation:none}}

/* Home page header and schema fixes */
.home-page .menu-toggle{display:none;border:1px solid rgba(196,202,212,.16);border-radius:999px;background:rgba(255,255,255,.045);color:var(--soft);font:700 13px var(--font);padding:9px 14px;cursor:pointer}
.home-page .menu-toggle:focus-visible{outline:2px solid #8ff1ff;outline-offset:3px}
@media(min-width:1181px){.home-page .compact-actions{flex-wrap:nowrap;max-width:none}.home-page .mini-link{white-space:nowrap}}
@media(min-width:961px) and (max-width:1180px){.home-page .header-inner{height:76px;padding:0}.home-page .compact-actions{max-width:none;flex:0 0 auto}.home-page .compact-actions .mini-link:not(.order-link){display:none}.home-page .order-link{display:inline-flex}.home-page .nav{display:flex}.home-page .menu-toggle{display:none}}
@media(max-width:960px){.home-page .site-header.menu-open{background:rgba(7,14,32,.94)}.home-page .header-inner{height:68px;min-height:68px;padding:0;position:relative}.home-page .brand{flex:1 1 auto;min-width:0}.home-page .brand-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-page .menu-toggle{display:inline-flex;align-items:center;justify-content:center;order:3}.home-page .compact-actions{order:2;display:flex;max-width:none;flex:0 0 auto}.home-page .compact-actions .mini-link:not(.order-link){display:none}.home-page .compact-actions .order-link{display:inline-flex}.home-page .nav{display:none}.home-page .site-header.menu-open .header-inner{height:auto;min-height:68px;align-items:center;flex-wrap:wrap;padding-bottom:12px}.home-page .site-header.menu-open .nav,.home-page .site-header.menu-open .compact-actions{position:static;flex:0 0 100%;display:flex;flex-direction:column;align-items:stretch;gap:0;max-width:none;padding:0 12px;background:linear-gradient(180deg,rgba(8,19,41,.98),rgba(10,20,38,.98))}.home-page .site-header.menu-open .nav{order:4;margin-top:10px;padding-top:12px;border:1px solid rgba(196,202,212,.12);border-bottom:0;border-radius:22px 22px 0 0;box-shadow:0 24px 60px rgba(0,0,0,.35)}.home-page .site-header.menu-open .compact-actions{order:5;padding-bottom:12px;border:1px solid rgba(196,202,212,.12);border-top:0;border-radius:0 0 22px 22px;box-shadow:0 24px 60px rgba(0,0,0,.35)}.home-page .site-header.menu-open .compact-actions .mini-link{display:flex}.home-page .site-header.menu-open .nav a,.home-page .site-header.menu-open .mini-link{width:100%;padding:11px 12px;border:0;border-radius:12px;background:transparent;font-size:15px;color:var(--soft);justify-content:flex-start}.home-page .site-header.menu-open .nav a:hover,.home-page .site-header.menu-open .mini-link:hover{background:rgba(90,174,186,.08);box-shadow:none}.home-page .site-header.menu-open .order-link{color:#defaff}}
@media(max-width:520px){.home-page .compact-actions .order-link{display:none}.home-page .site-header.menu-open .compact-actions .order-link{display:flex}.home-page .header-inner{gap:10px}}
@media(max-width:640px){.home-page .container{width:min(100% - 28px,1160px)}.home-page .orbit-schema{height:500px}.home-page .orbit-core{width:132px;height:108px}.home-page .orbit-node{padding:10px 12px;font-size:12px}.home-page .n1{left:50%;top:6px}.home-page .n2{right:4px;top:74px}.home-page .n3{right:0;top:210px}.home-page .n4{right:4px;bottom:76px}.home-page .n5{left:50%;bottom:8px}.home-page .n6{left:4px;bottom:76px}.home-page .n7{left:0;top:210px}.home-page .n8{left:4px;top:74px}.home-page .schema-lines .cross{display:none}}

/* Stage 1 home hero and Vik input refinements */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.home-page .nav-more{position:relative;display:flex;align-items:center}.home-page .nav-more-toggle{border:0;background:transparent;color:var(--soft);font:500 15px var(--font);padding:0;cursor:pointer;white-space:nowrap}.home-page .nav-more-toggle:hover,.home-page .nav-more-toggle[aria-expanded="true"]{color:var(--cyan)}.home-page .nav-more-arrow{display:inline-block;transition:transform .22s}.home-page .nav-more-toggle[aria-expanded="true"] .nav-more-arrow{transform:rotate(180deg)}.home-page .nav-more-menu{position:absolute;right:0;top:calc(100% + 18px);min-width:260px;padding:10px;border:1px solid rgba(90,174,186,.22);border-radius:18px;background:rgba(7,14,32,.96);box-shadow:0 22px 60px rgba(0,0,0,.34),0 0 32px rgba(0,82,255,.16);display:none}.home-page .nav-more-menu.open{display:grid;gap:4px}.home-page .nav-more-menu a{padding:9px 11px;border-radius:12px}.home-page .nav-more-menu a:hover{background:rgba(90,174,186,.08)}.home-page .nav-more-menu a:hover:after{display:none}
.home-page .hero{padding:116px 0 62px}.home-page .hero h1{font-size:clamp(38px,4.25vw,60px);line-height:1.08;font-weight:700;max-width:980px;margin-bottom:28px}.home-page .hero-electric{width:min(92vw,960px);max-width:960px;margin:auto}.home-page .hero-electric .electric-inner{min-height:292px;padding:26px 30px;gap:18px}.home-page .typing{font-size:clamp(18px,2vw,25px);min-height:34px;color:#c5ccff}.home-page .vik-form{display:grid;gap:13px}.home-page .vik-message{width:100%;min-height:74px;max-height:132px;resize:none;border:0;border-radius:18px;background:rgba(2,8,40,.34);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);color:#f7fbff;padding:15px 16px;font:500 16px/1.45 var(--font);outline:none}.home-page .vik-message::placeholder{color:rgba(203,210,223,.68)}.home-page .vik-message:focus{box-shadow:inset 0 0 0 1px rgba(143,241,255,.58),0 0 24px rgba(0,82,255,.22)}.home-page .vik-form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.home-page .vik-status{font-size:14px;text-align:left}.home-page .vik-send{border:1px solid rgba(143,241,255,.42);border-radius:999px;background:rgba(255,255,255,.1);color:#f5fdff;padding:9px 16px;font:800 14px var(--font);cursor:pointer}.home-page .vik-send:hover,.home-page .vik-send:focus-visible{border-color:#8ff1ff;box-shadow:0 0 22px rgba(0,82,255,.32);outline:none}.home-page .tag{font:600 14px var(--font)}
@media(min-width:961px) and (max-width:1280px){.home-page .hero h1{font-size:clamp(50px,4.35vw,56px)}}
@media(max-width:960px){.home-page .hero{padding-top:104px}.home-page .hero h1{font-size:clamp(36px,6vw,50px)}.home-page .hero-electric{width:calc(100% - 48px);max-width:900px}.home-page .hero-electric .electric-inner{min-height:282px}.home-page .site-header.menu-open .nav-more{display:block}.home-page .site-header.menu-open .nav-more-toggle{width:100%;padding:11px 12px;text-align:left;font-size:15px}.home-page .site-header.menu-open .nav-more-menu{position:static;display:grid;min-width:0;padding:0 0 0 12px;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none}.home-page .site-header.menu-open .nav-more-menu a{display:block;width:100%;padding:9px 12px}.home-page .site-header:not(.menu-open) .nav-more-menu{display:none}}
@media(max-width:640px){.home-page .hero{padding:96px 0 48px}.home-page .hero h1{font-size:clamp(32px,9.2vw,40px);line-height:1.1;margin-bottom:22px}.home-page .hero-electric{width:calc(100% - 24px);max-width:100%}.home-page .hero-electric .electric-inner{min-height:252px;padding:18px;gap:12px}.home-page .typing{font-size:18px;min-height:54px}.home-page .vik-message{min-height:68px;padding:13px 14px}.home-page .vik-form-footer{align-items:flex-start;flex-direction:column;gap:10px}.home-page .vik-send{align-self:flex-end}.home-page .quick-tags{gap:9px;margin-top:20px}.home-page .tag{padding:8px 12px}}

/* Stage 1 functional fixes: mobile nested menu state */
@media(max-width:960px){.home-page .site-header.menu-open .nav-more-menu{display:none}.home-page .site-header.menu-open .nav-more-menu.open,.home-page .site-header.menu-open .nav-more-toggle[aria-expanded="true"]+.nav-more-menu{display:grid}}


/* Stage 2 compact Onest hero and Vik compose */
.home-page .hero{padding:112px 0 58px}
.home-page .hero .eyebrow{font-family:var(--font-display);font-size:clamp(15px,1.05vw,16px);font-weight:700;text-transform:none;letter-spacing:.02em;line-height:1.3;margin:0 auto 17px;max-width:720px;color:#8fe3eb}
.home-page .hero h1{font-family:var(--font-display);font-size:clamp(38px,3.2vw,50px);line-height:1.05;letter-spacing:-.03em;font-weight:600;max-width:820px;text-wrap:balance;margin:0 auto 44px}
.home-page .hero-electric{width:min(82vw,780px);max-width:780px;margin:auto}
.home-page .hero-electric .electric-inner{min-height:180px;padding:18px 28px 20px;gap:12px;justify-content:space-between}
.home-page .typing{font-family:var(--font-display);font-size:clamp(20px,1.6vw,23px);line-height:1.35;min-height:42px;color:#c5ccff;display:flex;align-items:center;justify-content:center;text-wrap:balance}
.home-page .typing:after{content:none;display:none}
.home-page .vik-form{width:100%;display:grid;gap:0;margin-top:auto}
.home-page .vik-compose{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:end;gap:10px;width:100%}
.home-page .vik-message{width:100%;min-height:54px;height:54px;max-height:112px;resize:none;border:0;border-radius:17px;background:rgba(2,8,40,.46);box-shadow:inset 0 0 0 1px rgba(180,218,255,.16),inset 0 12px 36px rgba(0,0,0,.2);color:#f7fbff;padding:15px 16px;font:500 16px/1.42 var(--font-display);outline:none;caret-color:#dff9ff;overflow:hidden}
.home-page .vik-message::placeholder{color:transparent}
.home-page .vik-message:focus{box-shadow:inset 0 0 0 1px rgba(143,241,255,.62),0 0 24px rgba(0,82,255,.24)}
.home-page .vik-idle-caret{position:absolute;left:16px;bottom:17px;width:2px;height:22px;border-radius:999px;background:linear-gradient(180deg,rgba(143,241,255,.18),rgba(224,246,255,.9),rgba(143,241,255,.22));box-shadow:0 0 16px rgba(143,241,255,.5);opacity:0;visibility:hidden;pointer-events:none;animation:none}
.home-page .vik-compose.is-idle .vik-idle-caret{visibility:visible;animation:vikIdleCaret 1.45s ease-in-out infinite}
.home-page .vik-send{width:46px;height:46px;min-width:46px;padding:0;display:grid;place-items:center;border:1px solid rgba(174,225,255,.34);border-radius:15px;background:linear-gradient(145deg,rgba(0,82,255,.35),rgba(90,174,186,.14));color:#f2fbff;cursor:pointer;font:800 14px var(--font-display);box-shadow:inset 0 0 18px rgba(143,241,255,.08),0 10px 24px rgba(0,0,0,.2);transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}
.home-page .vik-send:hover,.home-page .vik-send:focus-visible{transform:translateY(-1px);border-color:#8ff1ff;background:linear-gradient(145deg,rgba(0,82,255,.48),rgba(90,174,186,.2));box-shadow:0 0 22px rgba(0,82,255,.32),inset 0 0 18px rgba(143,241,255,.12);outline:none}
.home-page .quick-tags{margin:22px 0 14px;gap:10px;max-width:900px}
.home-page .tag{min-height:38px;padding:8px 15px;border:1px solid rgba(111,150,255,.38);background:linear-gradient(145deg,rgba(0,42,130,.46),rgba(13,37,88,.58));color:#e6f4ff;border-radius:999px;font:600 14px/1.2 var(--font-display);box-shadow:inset 0 0 18px rgba(143,241,255,.08),0 8px 24px rgba(0,0,0,.14);transition:transform .18s,border-color .18s,box-shadow .18s,background .18s}
.home-page .tag:hover,.home-page .tag:focus-visible{transform:translateY(-1px);border-color:rgba(143,241,255,.72);background:linear-gradient(145deg,rgba(0,82,255,.5),rgba(27,60,130,.66));box-shadow:inset 0 0 22px rgba(143,241,255,.13),0 0 24px rgba(0,82,255,.26);outline:none}
.home-page .tag:active{transform:translateY(0) scale(.98)}
@keyframes vikIdleCaret{0%,100%{opacity:.28}45%{opacity:1}}
@media(min-width:961px) and (max-width:1280px){.home-page .hero h1{font-size:clamp(38px,3.2vw,48px);max-width:780px}.home-page .hero-electric{max-width:780px}}
@media(max-width:960px){.home-page .hero .eyebrow{max-width:520px}.home-page .hero h1{font-size:clamp(36px,5.2vw,44px);max-width:720px;margin-bottom:38px}.home-page .hero-electric{width:calc(100% - 72px);max-width:700px}.home-page .hero-electric .electric-inner{min-height:190px;padding:18px 24px 20px;gap:12px}.home-page .typing{font-size:clamp(18px,2.4vw,21px);min-height:52px}}
@media(max-width:640px){.home-page .hero{padding:96px 0 46px}.home-page .hero .eyebrow{font-size:clamp(14px,3.8vw,15px);line-height:1.3;margin-bottom:14px;max-width:330px}.home-page .hero h1{font-size:clamp(29px,8vw,34px);line-height:1.08;margin-bottom:32px;max-width:340px}.home-page .hero-electric{width:calc(100% - 48px);max-width:100%}.home-page .hero-electric .electric-inner{min-height:184px;padding:14px 17px 17px;gap:10px}.home-page .typing{font-size:17px;line-height:1.35;min-height:58px}.home-page .vik-compose{grid-template-columns:minmax(0,1fr) 44px;gap:8px}.home-page .vik-message{min-height:52px;height:52px;max-height:108px;border-radius:16px;padding:14px 15px;font-size:16px}.home-page .vik-send{width:44px;height:44px;min-width:44px;border-radius:14px}.home-page .vik-idle-caret{bottom:16px;height:20px}.home-page .quick-tags{gap:8px;margin-top:18px}.home-page .tag{min-height:38px;padding:8px 12px;font-size:13px;flex:0 1 auto}}
@media(prefers-reduced-motion:reduce){.home-page .vik-idle-caret{opacity:0;visibility:hidden;animation:none}.home-page .vik-compose.is-idle .vik-idle-caret{opacity:.75;visibility:visible;animation:none}}

/* Final shared section-title cascade override */
.home-page .directions-section{padding-top:36px}
@media(min-width:961px){.home-page .compact-system h2.client-value-title,.home-page .directions-section h2.directions-title{font-family:var(--font-display);font-size:36px;font-weight:600;line-height:1.08;letter-spacing:-.03em;max-width:1000px;width:100%;margin-left:auto;margin-right:auto;text-align:center;white-space:nowrap;text-wrap:nowrap}}
@media(min-width:641px) and (max-width:960px){.home-page .compact-system h2.client-value-title,.home-page .directions-section h2.directions-title{font-size:31px;font-weight:600;line-height:1.1;letter-spacing:-.028em;max-width:100%;white-space:nowrap;text-wrap:nowrap}}
@media(max-width:640px){.home-page .compact-system{padding-bottom:20px}.home-page .directions-section{padding-top:28px}.home-page .compact-system h2.client-value-title,.home-page .directions-section h2.directions-title{font-size:25px;font-weight:600;line-height:1.14;letter-spacing:-.025em;max-width:340px;white-space:normal;text-wrap:balance}}
/* Final compact product cards override */
.home-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,900px);max-width:900px;margin-left:auto;margin-right:auto;column-gap:38px;row-gap:38px;align-items:start}
.home-page .product-grid .product-card{min-height:0;height:auto;align-self:start;padding:18px 20px 17px;border-radius:18px;gap:6px}
.home-page .product-card h3{font-family:var(--font-display);font-size:22px;font-weight:600;line-height:1.12;letter-spacing:-.025em;margin:0 0 4px}
.home-page .product-card h4{font-size:14.5px;font-weight:500;font-style:italic;line-height:1.38;letter-spacing:0;color:var(--soft);opacity:.58;margin:0 0 5px}
.home-page .product-card p{font-size:14.25px;line-height:1.44;margin:2px 0 3px;color:var(--soft)}
.home-page .product-card ul{font-size:14px;line-height:1.38;margin:1px 0 0;padding-left:17px;color:var(--soft)}
.home-page .product-card li{margin:0}
.home-page .product-card .learn{font-size:13px;line-height:1.25;font-weight:600;margin-top:5px;padding-top:0;color:#7adce8}
@media(min-width:641px) and (max-width:960px){.home-page .product-grid{grid-template-columns:1fr;width:min(100%,520px);max-width:520px;row-gap:24px;margin-left:auto;margin-right:auto}.home-page .product-grid .product-card{padding:17px 19px 16px;border-radius:18px}.home-page .product-card h3{font-size:21px}.home-page .product-card h4{font-size:14px}.home-page .product-card p{font-size:14px}.home-page .product-card ul{font-size:13.75px}}
@media(max-width:640px){.home-page .product-grid{grid-template-columns:1fr;width:calc(100% - 24px);max-width:440px;margin-left:auto;margin-right:auto;row-gap:20px}.home-page .product-grid .product-card{min-height:0;height:auto;padding:16px 17px 15px;border-radius:17px;gap:5px}.home-page .product-card h3{font-size:20px}.home-page .product-card h4{font-size:13.75px;opacity:.58}.home-page .product-card p{font-size:13.75px;line-height:1.42}.home-page .product-card ul{font-size:13.5px;line-height:1.36}.home-page .product-card .learn{font-size:13px;margin-top:4px}}
/* Individual product-card palettes and glow states */
.home-page .product-grid .product-card[href="companion.html"]{--card-mid:#432044;--card-glow:#9b3b8f;--card-edge:#b65aa8;--card-link:#d889e2;--card-glow-rgb:155,59,143}
.home-page .product-grid .product-card[href="partner.html"]{--card-mid:#123d42;--card-glow:#198b95;--card-edge:#57cbd2;--card-link:#7ed8d2;--card-glow-rgb:25,139,149}
.home-page .product-grid .product-card[href="coauthor.html"]{--card-mid:#162f72;--card-glow:#3466c9;--card-edge:#78a7ff;--card-link:#92bdff;--card-glow-rgb:52,102,201}
.home-page .product-grid .product-card[href="project.html"]{--card-mid:#2c2370;--card-glow:#5131a8;--card-edge:#8b6dff;--card-link:#b3a4ff;--card-glow-rgb:81,49,168}
.home-page .product-grid .product-card{touch-action:pan-y;border:1px solid transparent;background:linear-gradient(135deg,rgba(7,13,29,.985) 0%,rgba(8,15,32,.975) 44%,color-mix(in srgb,var(--card-mid) 16%,rgba(8,15,32,.96)) 68%,color-mix(in srgb,var(--card-glow) 18%,rgba(9,16,34,.94)) 100%) padding-box,linear-gradient(135deg,rgba(196,202,212,.07) 0%,rgba(196,202,212,.05) 48%,color-mix(in srgb,var(--card-mid) 22%,transparent) 74%,color-mix(in srgb,var(--card-edge) 42%,transparent) 100%) border-box;box-shadow:inset -18px -22px 44px rgba(var(--card-glow-rgb),.08),0 20px 58px rgba(0,0,0,.3),0 0 16px rgba(var(--card-glow-rgb),.04);transition:transform .25s,border-color .25s,box-shadow .25s,background .25s}
.home-page .product-grid .product-card:after{content:none;display:none}
.home-page .product-grid .product-card .learn{color:var(--card-link)}
@media(hover:hover) and (pointer:fine){.home-page .product-grid .product-card:hover{transform:translateY(-5px);background:linear-gradient(135deg,rgba(7,13,29,.985) 0%,rgba(8,15,32,.975) 38%,color-mix(in srgb,var(--card-mid) 27%,rgba(8,15,32,.94)) 66%,color-mix(in srgb,var(--card-glow) 38%,rgba(9,16,34,.88)) 100%) padding-box,linear-gradient(135deg,rgba(196,202,212,.1) 0%,rgba(196,202,212,.065) 42%,color-mix(in srgb,var(--card-mid) 38%,transparent) 70%,color-mix(in srgb,var(--card-edge) 72%,transparent) 100%) border-box;box-shadow:inset -24px -30px 72px rgba(var(--card-glow-rgb),.2),inset -8px -10px 28px rgba(var(--card-glow-rgb),.13),0 0 42px rgba(var(--card-glow-rgb),.2),0 0 86px rgba(var(--card-glow-rgb),.11),0 26px 66px rgba(0,0,0,.44)}}
.home-page .product-grid .product-card:focus-visible,.home-page .product-grid .product-card.is-touch-glow{outline:none;background:linear-gradient(135deg,rgba(7,13,29,.985) 0%,rgba(8,15,32,.975) 38%,color-mix(in srgb,var(--card-mid) 27%,rgba(8,15,32,.94)) 66%,color-mix(in srgb,var(--card-glow) 38%,rgba(9,16,34,.88)) 100%) padding-box,linear-gradient(135deg,rgba(196,202,212,.1) 0%,rgba(196,202,212,.065) 42%,color-mix(in srgb,var(--card-mid) 38%,transparent) 70%,color-mix(in srgb,var(--card-edge) 72%,transparent) 100%) border-box;box-shadow:inset -24px -30px 72px rgba(var(--card-glow-rgb),.2),inset -8px -10px 28px rgba(var(--card-glow-rgb),.13),0 0 42px rgba(var(--card-glow-rgb),.2),0 0 86px rgba(var(--card-glow-rgb),.11),0 26px 66px rgba(0,0,0,.44)}
.home-page .product-grid .product-card:focus-visible{transform:translateY(-3px)}
@media(prefers-reduced-motion:reduce){.home-page .product-grid .product-card{transition:border-color .01ms,box-shadow .01ms,background .01ms}.home-page .product-grid .product-card:hover,.home-page .product-grid .product-card:focus-visible,.home-page .product-grid .product-card.is-touch-glow{transform:none}}

/* Directions note explanatory block */
.home-page .directions-note{position:relative;max-width:820px;width:min(100%,820px);margin:46px auto 0;padding-left:24px;color:#b7ced0;font-family:var(--font-display);font-size:16px;font-weight:400;font-style:normal;line-height:1.65;letter-spacing:.005em;text-align:left;background:transparent}
.home-page .directions-note:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;border-radius:999px;background:linear-gradient(180deg,rgba(80,210,196,.75),rgba(100,175,205,.48));box-shadow:0 0 14px rgba(80,210,196,.1)}
.home-page .directions-note span{display:block}
@media(min-width:641px) and (max-width:960px){.home-page .directions-note{max-width:820px;width:min(100%,820px);margin-top:38px;font-size:15.5px;line-height:1.62}}
@media(max-width:640px){.home-page .directions-note{width:min(100%,440px);max-width:100%;margin-top:30px;padding-left:20px;font-size:15px;line-height:1.6;text-align:left}.home-page .directions-note span{display:inline}.home-page .directions-note span:not(:last-child)::after{content:" "}}

/* Vik intro text column */
.home-page #vik-chat .feature-split{align-items:start;column-gap:58px}
.home-page #vik-chat .vik-intro-copy{max-width:610px;padding-top:32px;font-family:var(--font-display);text-align:left;justify-self:start;align-self:start}
.home-page #vik-chat .vik-intro-copy .eyebrow{text-align:left;margin:0 0 14px}
.home-page #vik-chat .vik-intro-copy h2{max-width:620px;margin:0 0 28px;color:#f0eef6;font-family:var(--font-display);font-size:clamp(34px,3vw,40px);font-weight:600;line-height:1.08;letter-spacing:-.03em;text-align:left}
.home-page #vik-chat .vik-intro-lead{max-width:570px;margin:0 0 22px;color:#cbc7e8;font-size:18px;font-weight:500;line-height:1.55;letter-spacing:-.005em}
.home-page #vik-chat .vik-intro-body{max-width:600px;margin:0;color:#b8c4d4;font-size:17px;font-weight:400;line-height:1.7}
.home-page #vik-chat .vik-intro-final{max-width:590px;margin:26px 0 0;color:#d2dde7;font-size:17px;font-weight:500;line-height:1.65}
@media(min-width:641px) and (max-width:960px){.home-page #vik-chat .feature-split{column-gap:28px}.home-page #vik-chat .vik-intro-copy{max-width:680px;width:100%;padding-top:0}.home-page #vik-chat .vik-intro-copy h2{font-size:clamp(31px,4vw,34px);line-height:1.1}.home-page #vik-chat .vik-intro-lead{font-size:17.5px}.home-page #vik-chat .vik-intro-body,.home-page #vik-chat .vik-intro-final{font-size:16.5px}}
@media(max-width:640px){.home-page #vik-chat .vik-intro-copy{max-width:100%;width:100%;padding-top:0}.home-page #vik-chat .vik-intro-copy h2{margin-bottom:22px;font-size:clamp(26px,7.5vw,29px);line-height:1.12;text-wrap:balance}.home-page #vik-chat .vik-intro-lead{margin-bottom:20px;font-size:17px;line-height:1.55}.home-page #vik-chat .vik-intro-body{font-size:16px;line-height:1.65}.home-page #vik-chat .vik-intro-final{margin-top:22px;font-size:16px;line-height:1.65}}

/* Vik media actions */
.home-page #vik-chat .media-actions{display:block;text-align:left}
.home-page #vik-chat .vik-primary-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:20px}
.home-page #vik-chat .vik-primary-actions .primary{background:linear-gradient(135deg,rgba(105,78,170,.92),rgba(176,67,139,.88));color:#fff7fb;border:1px solid rgba(221,179,226,.18);box-shadow:0 16px 36px rgba(105,78,170,.22),0 0 28px rgba(176,67,139,.12)}
.home-page #vik-chat .vik-primary-actions .primary:hover,.home-page #vik-chat .vik-primary-actions .primary:focus-visible{transform:translateY(-2px);border-color:rgba(236,198,238,.38);box-shadow:0 18px 40px rgba(105,78,170,.28),0 0 36px rgba(176,67,139,.2);outline:none}
.home-page #vik-chat .vik-order-action{background:rgba(12,16,32,.58);border-color:rgba(203,199,232,.28);color:#efeef8;box-shadow:none}
.home-page #vik-chat .vik-order-action:hover,.home-page #vik-chat .vik-order-action:focus-visible{transform:translateY(-2px);border-color:rgba(203,199,232,.48);box-shadow:0 0 24px rgba(176,150,218,.12);outline:none}
.home-page #vik-chat .vik-platform-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0;font-family:var(--font-display);font-size:14.5px;font-weight:500;line-height:1.4}
.home-page #vik-chat .vik-platform-links a{color:#c9c7d7;text-decoration:none}
.home-page #vik-chat .vik-platform-links a:hover,.home-page #vik-chat .vik-platform-links a:focus-visible{color:#ece7f4;text-decoration:underline;text-decoration-color:rgba(176,67,139,.42);text-underline-offset:4px;outline:none}
.home-page #vik-chat .vik-platform-separator{color:#77758a}
.home-page #vik-chat .vik-platform-hint{margin:10px 0 0;color:#9497aa;font-family:var(--font-display);font-size:13.75px;font-weight:400;line-height:1.5;text-align:left}
@media(max-width:640px){.home-page #vik-chat .vik-primary-actions{flex-direction:column;align-items:stretch;gap:11px;margin-bottom:19px}.home-page #vik-chat .vik-primary-actions .pill{width:100%}.home-page #vik-chat .vik-platform-links{gap:9px 12px}.home-page #vik-chat .vik-platform-separator{display:none}.home-page #vik-chat .vik-platform-hint{margin-top:10px}}

/* ArchAI base neural schema refresh */
.home-page #abilities .schema-head{max-width:760px;margin-bottom:34px}
.home-page #abilities .schema-head h2{font-family:var(--font-display);font-size:clamp(32px,3.6vw,46px);font-weight:600;line-height:1.08;letter-spacing:-.035em;color:#f0eef6;margin:0 0 14px}
.home-page #abilities .schema-head .soft{max-width:680px;margin:0 auto;color:#b8c4d4;font-family:var(--font-display);font-size:17px;line-height:1.6}
.home-page #abilities .orbit-schema{height:540px;max-width:800px}
.home-page #abilities .schema-lines path{stroke:rgba(125,155,255,.32);stroke-width:1.55;stroke-dasharray:7 11;filter:drop-shadow(0 0 7px rgba(90,124,255,.32));animation:dash 5.8s linear infinite}
.home-page #abilities .schema-lines path.cross{stroke:rgba(182,109,255,.2)}
.home-page #abilities .schema-lines path.active{stroke:#b9c7ff;stroke-width:2.5;filter:drop-shadow(0 0 13px rgba(92,141,255,.7)) drop-shadow(0 0 18px rgba(196,112,255,.34))}
.home-page #abilities .orbit-core{width:158px;height:134px;border-radius:32px;background:linear-gradient(145deg,rgba(12,25,61,.7),rgba(35,24,76,.54));border:1px solid rgba(144,171,255,.38);box-shadow:0 0 54px rgba(0,82,255,.34),0 0 42px rgba(166,92,255,.18),inset 0 0 30px rgba(126,213,255,.16);display:grid;place-items:center;padding:0;overflow:visible}
.home-page #abilities .brain-core{width:132px;height:106px;overflow:visible;filter:drop-shadow(0 0 10px rgba(104,199,255,.5)) drop-shadow(0 0 18px rgba(154,92,255,.26))}
.home-page #abilities .brain-lobe{fill:rgba(17,37,83,.74);stroke:#7dd8ff;stroke-width:2.2;stroke-linejoin:round}
.home-page #abilities .brain-lobe.right{stroke:#b9a7ff}.home-page #abilities .brain-line{fill:none;stroke:rgba(217,232,255,.82);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-page #abilities .brain-node{fill:#8fe7ff;filter:drop-shadow(0 0 5px rgba(143,231,255,.75))}.home-page #abilities .core-dot{fill:#c8b6ff}
.home-page #abilities .orbit-node{width:96px;height:96px;min-width:96px;padding:0 10px;display:grid;place-items:center;text-align:center;border-radius:50%;border:1px solid rgba(204,142,255,.28);background:linear-gradient(145deg,rgba(10,17,36,.9),rgba(31,23,58,.82));color:#eef2ff;font:600 13px/1.15 var(--font-display);box-shadow:0 14px 38px rgba(0,0,0,.28),inset 0 0 18px rgba(102,126,255,.08);cursor:pointer}
.home-page #abilities .orbit-node:hover,.home-page #abilities .orbit-node:focus,.home-page #abilities .orbit-node.active{outline:none;border-color:rgba(220,158,255,.72);box-shadow:0 0 30px rgba(111,143,255,.24),0 0 26px rgba(204,92,255,.18),0 18px 44px rgba(0,0,0,.32),inset 0 0 24px rgba(154,117,255,.16);translate:0 -2px}
.home-page #abilities .schema-note{border-color:rgba(164,142,255,.22);background:rgba(14,18,38,.58);color:#c8d0e4;font-family:var(--font-display);box-shadow:0 18px 48px rgba(0,0,0,.18)}
@media(max-width:640px){.home-page #abilities .schema-head{margin-bottom:28px}.home-page #abilities .schema-head h2{font-size:clamp(28px,8vw,34px)}.home-page #abilities .schema-head .soft{font-size:15.5px;line-height:1.55}.home-page #abilities .orbit-schema{height:520px}.home-page #abilities .orbit-core{width:120px;height:104px;border-radius:26px}.home-page #abilities .brain-core{width:100px;height:82px}.home-page #abilities .orbit-node{width:78px;height:78px;min-width:78px;padding:0 7px;font-size:11.5px}.home-page #abilities .schema-lines path.cross{display:none}}

/* ArchAI base schema sizing refinement */
.home-page #abilities .orbit-core{width:220px;height:170px;min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.home-page #abilities .orbit-core:before,.home-page #abilities .orbit-core:after{content:none;display:none}
.home-page #abilities .brain-core{width:220px;height:170px;filter:drop-shadow(0 0 14px rgba(104,199,255,.58)) drop-shadow(0 0 34px rgba(154,92,255,.34)) drop-shadow(0 0 48px rgba(210,88,255,.16))}
.home-page #abilities .brain-shell{fill:url(#brainFill);stroke:url(#brainStroke);stroke-width:3;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(126,216,255,.28))}
.home-page #abilities .brain-network{fill:none;stroke:rgba(220,235,255,.78);stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.home-page #abilities .brain-network.secondary{stroke:rgba(181,191,255,.5);stroke-width:1.55}.home-page #abilities .brain-signal{fill:none;stroke:#d58cff;stroke-width:2.2;stroke-linecap:round;stroke-dasharray:10 12;filter:drop-shadow(0 0 7px rgba(213,140,255,.65));animation:dash 4.8s linear infinite}.home-page #abilities .brain-nodes circle{fill:#8fe7ff;filter:drop-shadow(0 0 7px rgba(143,231,255,.78));animation:brainPulse 3.6s ease-in-out infinite}.home-page #abilities .brain-nodes circle:nth-child(3n){fill:#b9a7ff;animation-delay:.45s}.home-page #abilities .brain-nodes circle:nth-child(4n){fill:#e08cff;animation-delay:.9s}.home-page #abilities .brain-nodes .core-dot{fill:#f0d7ff;filter:drop-shadow(0 0 12px rgba(224,140,255,.9))}
.home-page #abilities .orbit-node{width:92px;height:92px;min-width:92px;padding:0 12px;font-size:14px}.home-page #abilities .orbit-node[data-node="character"]{width:104px;height:104px;min-width:104px}.home-page #abilities .orbit-node[data-node="abilities"],.home-page #abilities .orbit-node[data-node="ownership"]{width:118px;height:118px;min-width:118px;font-size:13.75px}.home-page #abilities .orbit-node[data-node="infra"]{width:134px;height:134px;min-width:134px;font-size:13px}
.home-page #abilities .n1{left:50%;top:8px;transform:translateX(-50%)}.home-page #abilities .n2{right:92px;top:48px}.home-page #abilities .n3{right:0;top:194px}.home-page #abilities .n4{right:102px;bottom:34px}.home-page #abilities .n5{left:50%;bottom:4px;transform:translateX(-50%)}.home-page #abilities .n6{left:102px;bottom:34px}.home-page #abilities .n7{left:0;top:202px}.home-page #abilities .n8{left:72px;top:42px}
@keyframes brainPulse{50%{opacity:.62;transform:scale(.86)}}
@media(max-width:640px){.home-page #abilities .orbit-schema{height:560px}.home-page #abilities .orbit-core{width:156px;height:122px}.home-page #abilities .brain-core{width:156px;height:122px}.home-page #abilities .orbit-node{width:70px;height:70px;min-width:70px;padding:0 7px;font-size:11.5px}.home-page #abilities .orbit-node[data-node="character"]{width:78px;height:78px;min-width:78px}.home-page #abilities .orbit-node[data-node="abilities"],.home-page #abilities .orbit-node[data-node="ownership"]{width:88px;height:88px;min-width:88px;font-size:11px}.home-page #abilities .orbit-node[data-node="infra"]{width:102px;height:102px;min-width:102px;font-size:10.5px}.home-page #abilities .n1{top:8px}.home-page #abilities .n2{right:4px;top:78px}.home-page #abilities .n3{right:0;top:220px}.home-page #abilities .n4{right:8px;bottom:82px}.home-page #abilities .n5{bottom:6px}.home-page #abilities .n6{left:8px;bottom:82px}.home-page #abilities .n7{left:0;top:224px}.home-page #abilities .n8{left:4px;top:78px}}
@media(prefers-reduced-motion:reduce){.home-page #abilities .brain-signal,.home-page #abilities .brain-nodes circle{animation:none}}

/* ArchAI base schema detailed brain SVG */
.home-page #abilities .brain-core{filter:drop-shadow(0 0 16px rgba(104,199,255,.62)) drop-shadow(0 0 36px rgba(154,92,255,.38)) drop-shadow(0 0 54px rgba(210,88,255,.18))}
.home-page #abilities .brain-shell{fill:url(#brainFill);stroke:url(#brainStroke);stroke-width:3.2;stroke-linejoin:round;filter:drop-shadow(0 0 12px rgba(126,216,255,.32))}
.home-page #abilities .brain-midline{fill:none;stroke:rgba(229,238,255,.88);stroke-width:2.4;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(125,220,255,.55))}
.home-page #abilities .brain-folds{fill:none;stroke:rgba(143,213,255,.55);stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.home-page #abilities .brain-circuit{fill:none;stroke:rgba(224,196,255,.62);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(203,125,255,.28))}
.home-page #abilities .brain-network.main{stroke:rgba(228,240,255,.86);stroke-width:2.25}.home-page #abilities .brain-network.secondary{stroke:rgba(153,181,255,.56);stroke-width:1.65}.home-page #abilities .brain-signal{stroke:#e08cff;stroke-width:2.4;stroke-dasharray:12 14;filter:drop-shadow(0 0 9px rgba(224,140,255,.72));animation:dash 4.6s linear infinite}.home-page #abilities .brain-nodes circle{filter:drop-shadow(0 0 8px rgba(143,231,255,.82));animation:brainPulse 3.4s ease-in-out infinite}
