:root {
  --white: #ffffff;
  --paper: #f8f9fc;
  --ink: #101216;
  --muted: #5f6570;
  --line: rgba(16, 18, 22, .1);
  --blue: #6678f4;
  --blue-dark: #4055d5;
  --sky: #b9dcff;
  --lilac: #cfc9ff;
  --ice: #e9f4ff;
  --shadow: 0 28px 80px rgba(54, 67, 116, .16);
  --sans: "Inter", "Be Vietnam Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SF Mono", "Menlo", "Consolas", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 10px 14px; border-radius: 10px; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }
.site-nav { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 68px; padding: 0 clamp(22px, 5vw, 76px); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 34px; height: 34px; border-radius: 11px; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: 30px; color: #353941; font-size: 14px; }
.nav-links > a:hover, .nav-links > a[aria-current="page"] { color: var(--blue-dark); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-cta, .button { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 0 18px; border: 0; border-radius: 999px; color: white; background: var(--ink); font-size: 14px; font-weight: 750; transition: transform .22s cubic-bezier(.34,1.4,.64,1), background .22s ease, box-shadow .22s ease; }
.nav-cta:active, .button:active { transform: translateY(0) scale(.96); }
.nav-cta:hover, .button:hover { transform: translateY(-1px); background: var(--blue-dark); }
.button.light { color: var(--ink); background: white; box-shadow: 0 8px 30px rgba(37,46,90,.1); }
.button.ghost { color: var(--ink); background: transparent; outline: 1px solid var(--line); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.nav-mega { position: relative; }
.nav-mega summary { cursor: pointer; list-style: none; }
.nav-mega summary::-webkit-details-marker { display: none; }
.nav-mega summary::after { content: "⌄"; margin-left: 6px; color: #8b9099; }
.mega-panel { position: absolute; left: 50%; top: 43px; width: min(760px, 90vw); transform: translateX(-50%); display: grid; grid-template-columns: 210px 1fr; gap: 26px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.mega-intro small { color: var(--muted); }.mega-intro h3 { margin: 8px 0 0; font-size: 26px; line-height: 1.05; letter-spacing: -.045em; }
.mega-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mega-link { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 12px; border-radius: 15px; }
.mega-link:hover { background: #f2f5ff; }
.mega-link i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(145deg,var(--sky),var(--lilac)); font-style: normal; font-weight: 900; }
.mega-link strong { display: block; font-size: 14px; }.mega-link small { display: block; color: var(--muted); font-size: 12px; }
.hero { min-height: calc(100vh - 68px); display: grid; place-items: center; padding: 88px 24px 0; overflow: hidden; background: radial-gradient(circle at 15% 20%,rgba(177,222,255,.82),transparent 34%), radial-gradient(circle at 82% 22%,rgba(184,173,255,.74),transparent 37%), linear-gradient(135deg,#f4f9ff 0%,#eef0ff 100%); }
.hero-inner { width: min(1180px,100%); text-align: center; }
.eyebrow { margin: 0 0 16px; color: #4c5bc6; font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 13ch; margin: 0 auto 22px; font-size: clamp(54px,7.2vw,104px); line-height: .94; letter-spacing: -.065em; }
h2 { margin-bottom: 18px; font-size: clamp(38px,5vw,70px); line-height: .98; letter-spacing: -.055em; }
h3 { letter-spacing: -.03em; }
.hero-copy { max-width: 720px; margin: 0 auto; color: #343943; font-size: clamp(17px,2vw,22px); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-stage { position: relative; width: min(1080px,96%); min-height: 470px; margin: 70px auto -100px; border: 1px solid rgba(255,255,255,.8); border-radius: 30px 30px 0 0; background: rgba(255,255,255,.78); box-shadow: 0 35px 110px rgba(57,74,143,.24); backdrop-filter: blur(26px); text-align: left; overflow: hidden; }
.window-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.window-bar i { width: 10px; height: 10px; border-radius: 50%; background: #ee776e; }.window-bar i:nth-child(2){background:#f1bd51}.window-bar i:nth-child(3){background:#4fc481}
.studio-shell { display: grid; grid-template-columns: 190px 1fr 230px; min-height: 420px; }
.shell-side,.shell-inspector { padding: 20px; background: rgba(243,246,252,.9); }
.shell-side b,.shell-inspector b { display: block; margin-bottom: 16px; font-size: 11px; letter-spacing: .12em; }
.shell-side span,.shell-inspector span { display: block; margin: 6px 0; padding: 9px; border-radius: 9px; color: var(--muted); font-size: 12px; }
.shell-side span.active { color: var(--ink); background: white; box-shadow: 0 6px 18px rgba(44,55,90,.07); }
.shell-main { display: grid; grid-template-rows: 1fr auto; gap: 18px; padding: 24px; }
.agent-card { padding: 18px; border-left: 3px solid var(--blue); border-radius: 14px; background: #f8f9ff; color: #313643; font-size: 13px; }
.composer { min-height: 90px; padding: 16px; border: 1px solid rgba(67,82,162,.2); border-radius: 18px; background: white; color: #858b96; font-size: 13px; box-shadow: 0 12px 32px rgba(45,56,108,.07); }
.section { width: min(1180px,calc(100% - 48px)); margin: 0 auto; padding: 110px 0; }
.section-head { max-width: 780px; margin-bottom: 42px; }
.section-head p,.feature-copy p,.card p { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-radius: 26px; background: linear-gradient(145deg,#ddecff,#dedaff); overflow: hidden; transition: transform .38s cubic-bezier(.16,1,.3,1), box-shadow .38s cubic-bezier(.16,1,.3,1); }
.product-card:nth-child(2){background:linear-gradient(145deg,#eaf3ff,#cbdcf7)}.product-card:nth-child(3){background:linear-gradient(145deg,#e3f5fb,#d8dcff)}
a.product-card:hover, .product-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(50,63,119,.18); }
.visual-window, .os-card { transition: transform .38s cubic-bezier(.16,1,.3,1), box-shadow .38s cubic-bezier(.16,1,.3,1); }
.os-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(50,63,119,.14); }
.registry { transition: transform .3s cubic-bezier(.16,1,.3,1); }
.registry:hover { transform: translateY(-4px); }
.mega-link { transition: background .18s ease, transform .18s ease; }
.mega-link:hover { transform: translateX(3px); }
.product-card h3 { margin-bottom: 8px; font-size: 30px; }.product-card p { max-width: 34ch; }
.product-art { min-height: 190px; margin: 28px -8px -8px; border-radius: 20px; background: rgba(255,255,255,.72); box-shadow: 0 20px 50px rgba(52,67,129,.12); padding: 20px; }
.product-art code { display: block; color: #3f4758; font-size: 12px; line-height: 1.8; white-space: pre-wrap; }
.feature { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(50px,8vw,120px); align-items: center; min-height: 660px; }
.feature.reverse { grid-template-columns: 1.2fr 1fr; }.feature.reverse .feature-copy{order:2}
.feature-copy h2 { max-width: 11ch; }.feature-copy p { max-width: 50ch; font-size: 18px; }
.feature-visual { min-height: 500px; display: grid; place-items: center; padding: 34px; border-radius: 30px; background: linear-gradient(145deg,#cfe6ff,#d9d3ff); overflow: hidden; }
.visual-window { width: min(560px,100%); min-height: 330px; padding: 22px; border: 1px solid rgba(255,255,255,.86); border-radius: 24px; background: rgba(255,255,255,.76); box-shadow: 0 28px 70px rgba(50,63,119,.16); }
.visual-row { display: flex; justify-content: space-between; gap: 18px; padding: 13px 4px; border-bottom: 1px solid var(--line); color: #454b55; font-size: 13px; }.visual-row:last-child{border:0}.visual-row strong{color:var(--ink)}
.system-map{min-height:auto;padding:96px 0}.system-map .feature-copy h2{max-width:16ch;font-size:clamp(28px,3.4vw,40px)}.system-map .feature-copy p{max-width:60ch;font-size:19px}.system-map .feature-visual{padding:44px}.system-diagram{width:min(520px,100%);display:flex;flex-direction:column;gap:2px}
.diagram-node{padding:14px 18px;border-radius:14px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(50,63,119,.14);border-left:4px solid var(--blue)}
.diagram-node strong{display:block;font-size:14.5px;color:var(--ink);font-weight:650}
.diagram-node span{display:block;margin-top:2px;font-size:12px;color:var(--muted)}
.diagram-arrow{align-self:center;padding:2px 0;color:#9aa2b4;font-size:15px;line-height:1}
.diagram-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.tier-human{border-left-color:#101216}
.tier-guard{border-left-color:#e0584a}
.tier-control{border-left-color:var(--blue-dark)}
.tier-model{border-left-color:#8b7ef0}
.tier-audit{border-left-color:#4c5bc6}
.tier-surface{border-left-color:#4fc481}
.runtime-scene{width:100%;max-width:none;margin:0;padding:88px 24px 100px;text-align:center;background:radial-gradient(circle at 20% 10%,rgba(177,222,255,.5),transparent 40%),radial-gradient(circle at 85% 30%,rgba(184,173,255,.42),transparent 42%),var(--white)}
.scene-head{width:min(720px,100%);margin:0 auto 56px}
.scene-head .eyebrow{margin-bottom:14px}
.scene-lines{display:grid}
.scene-line{grid-row:1;grid-column:1;font-size:clamp(24px,2.8vw,34px);line-height:1.28;max-width:26ch;margin-inline:auto;transition:opacity .6s ease}
.scene-line-1{opacity:1}
.scene-line-2{opacity:0}
.runtime-scene.connected .scene-line-1{opacity:0}
.runtime-scene.connected .scene-line-2{opacity:1}
.runtime-graph{width:min(820px,100%);margin:0 auto}
.graph-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.graph-node{padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 24px rgba(50,63,119,.1);font-size:13px;font-weight:600;color:var(--ink);opacity:.5;filter:grayscale(.4);transform:translateY(8px) scale(.92);transition:opacity .5s ease,filter .5s ease,transform .5s cubic-bezier(.22,.68,.24,1)}
.runtime-scene.connected .graph-node{transform:translateY(0) scale(1)}
.graph-row .graph-node:nth-child(1){transition-delay:0s}
.graph-row .graph-node:nth-child(2){transition-delay:.07s}
.graph-row .graph-node:nth-child(3){transition-delay:.14s}
.graph-row .graph-node:nth-child(4){transition-delay:.21s}
.graph-row .graph-node:nth-child(5){transition-delay:.28s}
.graph-row .graph-node:nth-child(6){transition-delay:.35s}
.graph-node-more{background:transparent;box-shadow:none;border-style:dashed;color:var(--muted);font-weight:500}
.runtime-scene.connected .graph-node{opacity:1;filter:none}
.graph-link{display:flex;justify-content:center}
.graph-link span{width:2px;height:0;background:linear-gradient(var(--blue),var(--blue-dark));transition:height .7s cubic-bezier(.22,.68,.24,1)}
.runtime-scene.connected .graph-link span{height:40px}
.graph-core{width:min(420px,100%);margin:6px auto;padding:24px 28px;border-radius:22px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.9);box-shadow:0 18px 40px rgba(50,63,119,.14);transform:scale(.96);transition:transform .6s cubic-bezier(.22,.68,.24,1),box-shadow .6s ease,border-color .6s ease}
.graph-core strong{display:block;font-size:19px;margin-bottom:6px}
.graph-core span{display:block;color:var(--muted);font-size:12.5px}
.runtime-scene.connected .graph-core{transform:scale(1);box-shadow:0 26px 60px rgba(50,63,119,.22);border-color:var(--blue)}
@media(prefers-reduced-motion:reduce){.scene-line,.graph-node,.graph-link span,.graph-core{transition:none}}
@media(max-width:620px){.runtime-scene{padding:64px 20px 76px}.graph-core{padding:20px}}
.scene-anyai .anyai-panel,.scene-human .scenario-card,.scene-control .control-grid{margin-top:6px}
.anyai-panel{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;width:min(760px,100%);margin-inline:auto}
.anyai-swap,.anyai-fixed{width:min(300px,100%);padding:22px 24px;border-radius:20px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 32px rgba(50,63,119,.12);text-align:left}
.anyai-swap .meta,.anyai-fixed .meta{display:block;margin-bottom:12px;font-size:11px;letter-spacing:.1em;color:var(--muted);text-transform:uppercase}
.anyai-cycle{position:relative;height:30px}
.anyai-item{position:absolute;inset:0;display:flex;align-items:center;font-size:21px;font-weight:700;color:var(--ink);opacity:0;transition:opacity .5s ease}
.anyai-item.is-active{opacity:1}
.anyai-row{padding:6px 0;font-size:14px;color:var(--ink);font-weight:600}
.anyai-note{margin:10px 0 0;color:var(--muted);font-size:12px}
.scenario-card{width:min(440px,100%);margin-inline:auto;display:flex;flex-direction:column;gap:2px;text-align:left}
.scenario-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 18px;border-radius:14px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 24px rgba(50,63,119,.1);font-size:12.5px;color:var(--muted);opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s cubic-bezier(.22,.68,.24,1)}
.scenario-row strong{color:var(--ink);font-weight:650;font-size:13px;text-align:right}
.scenario-row-halt{border-color:rgba(224,88,74,.35);background:rgba(224,88,74,.08)}
.scenario-row-human{border-color:var(--blue);background:rgba(102,120,244,.1)}
.runtime-scene.connected .scenario-row,.home-scenario.visible .scenario-row{opacity:1;transform:translateY(0)}
.scenario-card .scenario-row:nth-of-type(1){transition-delay:0s}
.scenario-card .scenario-row:nth-of-type(2){transition-delay:.12s}
.scenario-card .scenario-row:nth-of-type(3){transition-delay:.24s}
.scenario-card .scenario-row:nth-of-type(4){transition-delay:.36s}
.scenario-card .scenario-row:nth-of-type(5){transition-delay:.48s}
.control-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;width:min(820px,100%);margin-inline:auto}
.control-col{padding:24px 20px;border-radius:20px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 32px rgba(50,63,119,.1);text-align:left;opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s cubic-bezier(.22,.68,.24,1)}
.runtime-scene.connected .control-col{opacity:1;transform:translateY(0)}
.control-col:nth-child(1){transition-delay:0s}
.control-col:nth-child(2){transition-delay:.1s}
.control-col:nth-child(3){transition-delay:.2s}
@media(prefers-reduced-motion:reduce){.scenario-row,.control-col{transition:none;opacity:1;transform:none}}
.control-col h3{margin:0 0 14px;font-size:16px}
.control-tags{display:flex;flex-wrap:wrap;gap:8px}
.control-tags span{padding:6px 12px;border-radius:999px;background:#eef1fb;color:#454b55;font-size:12px;font-weight:600}
@media(max-width:620px){.control-grid{grid-template-columns:1fr}.anyai-panel{gap:14px}.scene-line,.anyai-item{transition:none}}
.screenshot-showcase{text-align:center}
.screenshot-stack{position:relative;width:min(960px,100%);margin:8px auto 0;aspect-ratio:3/2;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.screenshot-stack .shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;opacity:0;animation:shot-crossfade 9s infinite}
.screenshot-stack .shot-a{animation-delay:0s}
.screenshot-stack .shot-b{animation-delay:-4.5s}
@keyframes shot-crossfade{0%,4%{opacity:0}8%,42%{opacity:1}46%,100%{opacity:0}}
@media(prefers-reduced-motion:reduce){.screenshot-stack .shot{animation:none;opacity:0}.screenshot-stack .shot-a{opacity:1}}
.quote-band { padding: 100px 24px; text-align: center; background: #0d1018; color: white; }.quote-band h2{max-width:18ch;margin-inline:auto}.quote-band p{max-width:650px;margin-inline:auto;color:#adb5c4}
.page-hero { padding: 100px 24px 72px; text-align: center; }.page-hero h1{font-size:clamp(48px,7vw,92px)}
.download-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.download-panel { padding: 20px; border-radius: 28px; background: #f5f7fb; }
.release-banner { display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:18px 20px;border-radius:18px;background:#11141c;color:white}.release-banner small{color:#aeb6c5}
.os-card { padding: 20px; border-radius: 20px; background: white; }.os-card.recommended{box-shadow:0 0 0 2px var(--blue)}
.os-title{display:flex;justify-content:space-between;gap:10px}.asset-list{display:grid;gap:8px}.asset-link{display:flex;justify-content:space-between;gap:10px;padding:12px;border-radius:12px;background:#f0f3f9;font-size:12px}.asset-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta{color:var(--muted);font-size:12px}.status{display:inline-flex;padding:4px 8px;border-radius:999px;background:#e7ebff;color:#4055d5;font-size:11px;font-weight:800}.loading,.error-note{padding:24px;text-align:center;color:var(--muted)}.error-note{display:none}.error-note.visible{display:block}.registry-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.registry{padding:18px;border-radius:16px;background:#151923;color:white}.registry small{display:block;color:#adb5c4}.registry code{display:block;margin-top:8px;color:#d9ddff}
.site-footer { border-top: 1px solid var(--line); }.footer-inner{width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:32px;padding:52px 0}.footer-inner p,.footer-inner a{color:var(--muted);font-size:13px}.footer-links{display:grid;gap:8px;align-content:start}.footer-links strong{color:var(--ink,#1c2430)}.footer-ack{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:24px 0 30px;border-top:1px solid var(--line)}.footer-ack strong{display:block;margin-bottom:6px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink,#1c2430)}.footer-ack p{max-width:80ch;margin:0;color:#858b96;font-size:12px;line-height:1.65}.footer-bottom{padding:18px;border-top:1px solid var(--line);text-align:center;color:#858b96;font-size:12px}
@media(max-width:900px){.site-nav{grid-template-columns:auto auto 1fr}.menu-button{display:grid;place-items:center}.nav-links{display:none;position:absolute;left:16px;right:16px;top:74px;flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--line);border-radius:20px;background:white;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-actions{justify-self:end}.mega-panel{position:static;width:100%;transform:none;grid-template-columns:1fr;margin-top:12px;box-shadow:none}.studio-shell{grid-template-columns:130px 1fr}.shell-inspector{display:none}.product-grid,.download-grid,.feature,.feature.reverse{grid-template-columns:1fr}.feature.reverse .feature-copy{order:0}.feature{min-height:auto}.section{padding:76px 0}.product-card{min-height:330px}}
@media(max-width:620px){.site-nav{padding:0 16px}.brand span,.nav-cta{display:none}.hero{padding-top:70px}.hero-stage{margin-top:44px;min-height:380px}.studio-shell{grid-template-columns:1fr}.shell-side{display:none}.section{width:min(100% - 28px,1180px);padding:60px 0}.product-grid,.registry-row{grid-template-columns:1fr}.feature-visual{min-height:350px;padding:18px}.diagram-row{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.mega-list{grid-template-columns:1fr}}
.reveal{opacity:0;transform:translateY(22px);transition:opacity 1.05s cubic-bezier(.22,.68,.24,1),transform 1.05s cubic-bezier(.22,.68,.24,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(16px);transition:opacity .85s cubic-bezier(.22,.68,.24,1),transform .85s cubic-bezier(.22,.68,.24,1)}.reveal-stagger.visible>*{opacity:1;transform:translateY(0)}.reveal-stagger.visible>*:nth-child(2){transition-delay:.1s}.reveal-stagger.visible>*:nth-child(3){transition-delay:.2s}.reveal-stagger.visible>*:nth-child(4){transition-delay:.3s}.reveal-stagger.visible>*:nth-child(5){transition-delay:.4s}.reveal-stagger.visible>*:nth-child(6){transition-delay:.5s}

/* ===== Homepage visual identity redesign — Checkpoint A ===== */

/* Problem, compressed into a transition between Hero and the signature
   system map -- same questions as before, no longer a full text section. */
.problem-transition{width:min(760px,100%);margin:0 auto;padding:56px 0 36px;text-align:center}
.problem-transition .eyebrow{display:block;margin-bottom:14px}
.transition-lede{font-size:clamp(16px,1.9vw,19px);color:var(--muted);line-height:1.5}
.transition-lede strong{color:var(--ink)}
.transition-pivot{margin-top:14px;font-size:clamp(17px,2vw,20px);font-weight:650;color:var(--ink);letter-spacing:-.01em}
.transition-connector{display:flex;justify-content:center;padding-top:24px}
.transition-connector span{width:2px;height:32px;background:linear-gradient(var(--blue),var(--blue-dark));transform-origin:top;transform:scaleY(0);transition:transform .6s ease}
.problem-transition.visible .transition-connector span{transform:scaleY(1)}

/* The Yana Layer -- signature system map. The boundary is drawn with
   lines, a faint grid and typography, never a filled panel: three tiers,
   three different visual languages, none of them the site's white card. */
.signature-head{max-width:720px}
.signature-head h2{font-size:clamp(44px,6.4vw,92px)}
.signature-map{width:min(880px,100%);margin:52px auto 0;display:flex;flex-direction:column;align-items:center}
.system-tier{width:100%;text-align:center}
.tier-label{display:block;margin-bottom:14px;color:var(--muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.node-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px}
.node-row-loose span{font-size:14px;font-weight:600;color:#454b55}
.node-row-terminal span{font-family:var(--mono);font-size:12.5px;color:var(--ink);padding:6px 12px 6px 13px;background:rgba(16,18,22,.035);border-left:2px solid var(--blue-dark)}

.converge-lines{width:min(760px,92%);height:52px;margin:0 auto;display:block}
.converge-lines path{fill:none;stroke:var(--line);stroke-width:1;stroke-dasharray:70;stroke-dashoffset:70;transition:stroke-dashoffset .9s ease}
.signature-map.visible .converge-lines path{stroke-dashoffset:0}
.signature-map.visible .converge-lines path:nth-child(2){transition-delay:.08s}
.signature-map.visible .converge-lines path:nth-child(3){transition-delay:.16s}
.signature-map.visible .converge-lines path:nth-child(4){transition-delay:.24s}
.signature-map.visible .converge-lines path:nth-child(5){transition-delay:.32s}

.yana-boundary{position:relative;width:100%;margin:0;padding:38px clamp(20px,6vw,64px) 32px;text-align:center;
  background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size:28px 28px;background-position:center;
  border-top:2px solid var(--blue-dark);border-bottom:2px solid var(--blue-dark);
  box-shadow:0 54px 70px -58px rgba(64,85,213,.35);}
.boundary-corner{position:absolute;width:22px;height:22px;border-color:var(--blue-dark)}
.boundary-corner.tl{top:-2px;left:0;border-top:3px solid;border-left:3px solid}
.boundary-corner.tr{top:-2px;right:0;border-top:3px solid;border-right:3px solid}
.boundary-corner.bl{bottom:-2px;left:0;border-bottom:3px solid;border-left:3px solid}
.boundary-corner.br{bottom:-2px;right:0;border-bottom:3px solid;border-right:3px solid}
.boundary-pulse{position:absolute;top:-6px;left:50%;translate:-50% 0;width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(102,120,244,.25);opacity:0}
.signature-map.visible .boundary-pulse{animation:pulse-travel 2.1s ease-in-out .55s 1 both}
.boundary-word{font-size:clamp(40px,7vw,88px);font-weight:800;letter-spacing:.01em;color:var(--ink);line-height:1}
.boundary-terms{margin-top:16px;display:flex;flex-wrap:wrap;justify-content:center;color:var(--blue-dark);font-size:12.5px;font-weight:650;text-transform:uppercase;letter-spacing:.07em;opacity:.55}
.signature-map.visible .boundary-terms span{animation:term-light .45s ease forwards}
.signature-map.visible .boundary-terms span:nth-child(1){animation-delay:.9s}
.signature-map.visible .boundary-terms span:nth-child(2){animation-delay:1.02s}
.signature-map.visible .boundary-terms span:nth-child(3){animation-delay:1.14s}
.signature-map.visible .boundary-terms span:nth-child(4){animation-delay:1.26s}
.signature-map.visible .boundary-terms span:nth-child(5){animation-delay:1.38s}
.signature-map.visible .boundary-terms span:nth-child(6){animation-delay:1.5s}
.signature-map.visible .boundary-terms span:nth-child(7){animation-delay:1.62s}
.boundary-terms span{padding:0 11px;position:relative}
.boundary-terms span:not(:last-child)::after{content:"";position:absolute;right:0;top:2px;bottom:2px;width:1px;background:var(--line)}
.boundary-caption{display:block;margin-top:14px;color:var(--muted);font-size:12.5px;font-style:italic}

.exec-connector{display:flex;flex-direction:column;align-items:center;padding:18px 0 8px;gap:6px}
.exec-connector span{width:2px;height:34px;background:linear-gradient(var(--blue-dark),var(--blue));transform-origin:top;transform:scaleY(0);transition:transform .6s ease .9s}
.signature-map.visible .exec-connector span{transform:scaleY(1)}
.exec-connector small{color:var(--muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.node-row-terminal span{opacity:.55}
.signature-map.visible .node-row-terminal span{animation:machine-light .4s ease forwards}
.signature-map.visible .node-row-terminal span:nth-child(1){animation-delay:1.95s}
.signature-map.visible .node-row-terminal span:nth-child(2){animation-delay:2.03s}
.signature-map.visible .node-row-terminal span:nth-child(3){animation-delay:2.11s}
.signature-map.visible .node-row-terminal span:nth-child(4){animation-delay:2.19s}
.signature-map.visible .node-row-terminal span:nth-child(5){animation-delay:2.27s}
.signature-map.visible .node-row-terminal span:nth-child(6){animation-delay:2.35s}
@keyframes pulse-travel{0%{opacity:0;top:-6px}8%{opacity:1}42%{top:calc(50% - 5px);opacity:1}88%{top:calc(100% - 4px);opacity:1}100%{opacity:0;top:calc(100% - 4px)}}
@keyframes term-light{from{opacity:.55}to{opacity:1}}
@keyframes machine-light{from{opacity:.55}to{opacity:1}}
@media(max-width:700px){.yana-boundary{padding:30px 18px 26px}.boundary-word{font-size:clamp(34px,11vw,56px)}}
@media(prefers-reduced-motion:reduce){
  .transition-connector span,.exec-connector span{transition:none;transform:scaleY(1)}
  .converge-lines path{transition:none;stroke-dashoffset:0}
  .boundary-pulse{display:none}
  .boundary-terms span,.node-row-terminal span{opacity:1;animation:none}
}

/* One Runtime, Many Models -- convergence: independent providers, thin
   lines, no panel, no pill row. #one-runtime strips the shared
   .feature-visual gradient panel; Local-First (Checkpoint C) keeps it. */
#one-runtime .feature-visual{background:none;padding:0;min-height:auto;border-radius:0;display:block}
.convergence{width:100%;display:flex;flex-direction:column;align-items:center}
.convergence-sources{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;max-width:460px}
.convergence-sources span{font-size:14px;font-weight:650;color:#454b55}
.convergence-sources span:nth-child(odd){transform:translateY(-5px)}
.convergence-sources span:nth-child(even){transform:translateY(6px)}
.convergence-more{font-size:12.5px!important;font-weight:500!important;color:var(--muted)!important;transform:none!important}
.convergence-lines{width:min(300px,78%);height:46px;margin:0;display:block}
.convergence-lines path{fill:none;stroke:var(--line);stroke-width:1;stroke-dasharray:64;stroke-dashoffset:64;transition:stroke-dashoffset .8s ease}
.convergence.visible .convergence-lines path{stroke-dashoffset:0}
.convergence.visible .convergence-lines path:nth-child(2){transition-delay:.06s}
.convergence.visible .convergence-lines path:nth-child(3){transition-delay:.12s}
.convergence.visible .convergence-lines path:nth-child(4){transition-delay:.18s}
.convergence.visible .convergence-lines path:nth-child(5){transition-delay:.24s}
.convergence-target{text-align:center}
.convergence-target strong{display:block;font-size:19px}
.convergence-target span{display:block;margin-top:4px;color:var(--muted);font-size:12.5px;max-width:280px;margin-inline:auto}

/* Human-Governed -- de-glossed rows (log feel, not glass card); the
   existing per-row reveal delay now also carries a left accent-bar
   activation, and a fork after Audit shows the flow does not always
   reach execution. */
.home-scenario .scenario-row{background:transparent;border:0;border-left:2px solid transparent;border-bottom:1px solid var(--line);border-radius:0;box-shadow:none;padding:13px 2px;transition:opacity .5s ease,transform .5s cubic-bezier(.22,.68,.24,1),border-left-color .3s ease}
.home-scenario.visible .scenario-row{border-left-color:var(--blue-dark)}
.home-scenario .scenario-row-halt{background:rgba(224,88,74,.05);border-bottom-color:rgba(224,88,74,.3)}
.home-scenario.visible .scenario-row-halt{border-left-color:#c0392b}
.home-scenario .scenario-row-human{background:rgba(102,120,244,.06);border-bottom-color:var(--blue)}
.home-scenario .scenario-row strong{font-family:var(--mono);font-weight:600}
.decision-fork{display:flex;justify-content:center;gap:28px;margin-top:14px;padding-top:14px;border-top:1px dashed var(--line);opacity:0;transition:opacity .5s ease .6s}
.home-scenario.visible .decision-fork{opacity:1}
.fork-branch{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--muted)}
.fork-branch span{font-size:14px;font-weight:800}
.fork-deny span{color:#c0392b}
.fork-allow span{color:#1f8a4c}

/* Deterministic Guardrails -- request travels a vertical track through
   real gates; each gate can also exit sideways to "blocked", so the
   diagram itself says execution is not the only outcome. */
.gate-path{width:min(620px,100%);margin:44px auto 0}
.gate-endpoint{text-align:center;font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--muted)}
.gate-endpoint-execute{color:#1f8a4c}
.gate-track{position:relative;padding:6px 0}
.gate-track::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--line);transform:translateX(-1px)}
.gate-pulse{position:absolute;left:50%;top:0;width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(102,120,244,.25);opacity:0;transform:translate(-50%,-50%);z-index:2}
.gate-path.visible .gate-pulse{animation:gate-pulse-travel 2.8s ease-in-out .3s 1 both}
.gate-step{position:relative;min-height:76px}
.gate-marker{display:block;position:absolute;left:50%;top:50%;z-index:1;width:14px;height:14px;background:var(--white);border:2px solid var(--line);border-radius:3px;transform:translate(-50%,-50%) rotate(45deg);transition:border-color .3s ease,background .3s ease}
.gate-path.visible .gate-step:nth-child(2) .gate-marker{animation:gate-activate .3s ease forwards .5s}
.gate-path.visible .gate-step:nth-child(3) .gate-marker{animation:gate-activate .3s ease forwards .95s}
.gate-path.visible .gate-step:nth-child(4) .gate-marker{animation:gate-activate .3s ease forwards 1.4s}
.gate-path.visible .gate-step:nth-child(5) .gate-marker{animation:gate-activate .3s ease forwards 1.85s}
.gate-path.visible .gate-step:nth-child(6) .gate-marker{animation:gate-activate .3s ease forwards 2.3s}
.gate-info{position:absolute;top:50%;left:calc(50% + 20px);transform:translateY(-50%);width:calc(50% - 30px);text-align:left}
.gate-info strong{display:block;font-size:14px}
.gate-info small{display:block;margin-top:2px;color:var(--muted);font-size:12px}
.gate-exit{position:absolute;top:50%;right:calc(50% + 20px);transform:translateY(-50%);width:calc(50% - 30px);text-align:right;font-size:11px;font-weight:650;color:#c0392b;opacity:.6}
@keyframes gate-pulse-travel{0%{opacity:0;top:0}6%{opacity:1}92%{opacity:1}100%{opacity:0;top:100%}}
@keyframes gate-activate{from{border-color:var(--line);background:var(--white)}to{border-color:var(--blue-dark);background:var(--blue-dark)}}
@media(max-width:640px){
  .gate-step{min-height:auto;padding:16px 0 20px}
  .gate-marker{position:static;margin:0 auto 10px}
  .gate-info,.gate-exit{position:static;transform:none;width:100%;text-align:center}
  .gate-exit{margin-top:3px}
}
@media(prefers-reduced-motion:reduce){
  .convergence-lines path{transition:none;stroke-dashoffset:0}
  .home-scenario .scenario-row{transition:none;border-left-color:var(--blue-dark)}
  .decision-fork{opacity:1;transition:none}
  .gate-pulse{display:none}
  .gate-marker{transition:none;border-color:var(--blue-dark);background:var(--blue-dark)}
}

/* Ecosystem -- branching. Root visually distinct (filled, dark) from
   the three branches (plain marker + label, no card material) so the
   eye reads "one root, three surfaces" rather than three product tiles. */
.ecosystem-tree{width:min(760px,100%);margin:44px auto 0;text-align:center}
.tree-root{display:inline-block;padding:14px 26px;border-radius:16px;background:var(--ink);color:white;font-weight:750;font-size:15px}
.tree-root-caption{display:block;margin-top:10px;color:var(--muted);font-size:12px;font-style:italic}
.tree-trunk{width:1px;height:26px;background:var(--line);margin:0 auto}
.tree-branches{display:flex;justify-content:center;gap:18px}
.tree-branch{flex:1;display:flex;flex-direction:column;align-items:center;padding-top:26px;position:relative}
.tree-branch::before{content:"";position:absolute;top:0;left:50%;width:1px;height:26px;background:var(--line)}
.tree-node{font-weight:700;font-size:15px;color:var(--ink)}
.tree-node::before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:var(--blue-dark);margin:0 auto 9px}
.tree-leaf{margin-top:8px;color:var(--muted);font-size:12.5px}
@media(max-width:700px){.tree-branches{flex-direction:column;gap:20px}.tree-branch::before{display:none}.tree-branch{padding-top:0}}

/* Yana Studio -- the screenshot is the protagonist: widened past the
   standard section container and the site's default screenshot size
   (studio.html keeps its own, unchanged), no fake device frame added. */
#studio{width:min(1400px,calc(100% - 32px))}
#studio .screenshot-stack{width:min(1240px,100%)}

/* Local-First -- locality boundary, not convergence. A dashed region
   holds User/Yana/local state in one trust zone; Cloud sits visibly
   outside it, reached only by a dashed (conditional) connector. No
   panel behind it -- distinct from One Runtime's funnel and from The
   Yana Layer's solid-ruled boundary. */
#local-first .feature-visual{background:none;padding:0;min-height:auto;border-radius:0;display:block}
.locality{width:min(420px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center}
.locality-boundary{position:relative;width:100%;padding:26px 24px 18px;border:1.5px dashed rgba(64,85,213,.4);border-radius:26px;background:rgba(102,120,244,.045)}
.locality-label{display:block;margin-bottom:14px;color:var(--blue-dark);font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;text-align:center}
.locality-row{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:9px 2px;border-bottom:1px solid rgba(64,85,213,.12)}
.locality-row:last-child{border-bottom:0}
.locality-row strong{font-size:14px}
.locality-row span{color:var(--muted);font-size:12px;text-align:right}
.locality-connector{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 0}
.locality-connector span{width:2px;height:28px;background-image:linear-gradient(var(--muted) 50%,transparent 0);background-size:2px 8px;background-repeat:repeat-y}
.locality-connector small{color:var(--muted);font-size:11px;font-style:italic}
.locality-cloud{padding:9px 20px;border:1px solid var(--line);border-radius:999px;text-align:center;opacity:.7}
.locality-cloud strong{display:block;font-size:13px}
.locality-cloud span{display:block;color:var(--muted);font-size:11px;margin-top:2px}

.history-band{background:#0d1018;color:white}
.history-band .section-head p{color:#adb5c4}
.history-quote{width:min(680px,100%);margin:0 auto;text-align:center;font-size:clamp(24px,3.4vw,34px);font-weight:650;line-height:1.25;letter-spacing:-.02em}
.history-timeline{width:min(940px,100%);margin:40px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.history-step{padding:18px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}
.history-step small{display:block;color:#8b93a8;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}
.history-step strong{display:block;font-size:14px;margin-bottom:4px}
.history-step span{display:block;color:#c3c9d9;font-size:12.5px}
@media(max-width:820px){.history-timeline{grid-template-columns:1fr}}

.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;width:100%;background:var(--line);border-radius:24px;overflow:hidden}
.stat-cell{background:white;padding:32px 20px;text-align:center}
.stat-cell strong{display:block;font-size:clamp(32px,4vw,46px);font-weight:800;letter-spacing:-.03em;font-variant-numeric:tabular-nums}
.stat-cell span{display:block;margin-top:6px;color:var(--muted);font-size:12.5px}
@media(max-width:820px){.stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal,.reveal-stagger>*{opacity:1!important;transform:none!important}}

/* ===== Yana public homepage — focussed product story ===== */
.home-page{--home-ink:#111323;--home-night:#0b0d19;--home-night-2:#151938;--home-violet:#8491ff;--home-pink:#ec9db8;background:#fff;color:var(--home-ink)}
.home-page .home-brand{gap:9px}.home-brand-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,#9ca7ff,#db83aa);box-shadow:0 7px 18px rgba(140,145,255,.3);font-size:15px;font-weight:800;color:white}.home-page .site-footer{background:#f3f1ed;border-color:#e3e0da}.home-page .footer-inner{padding-block:56px}.home-page .footer-bottom{border-color:#e3e0da}

.home-page .home-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:clamp(44px,7vw,112px);align-items:center;min-height:calc(100vh - 68px);padding:clamp(76px,10vw,138px) max(24px,calc((100vw - 1240px)/2)) clamp(76px,9vw,124px);overflow:hidden;background:radial-gradient(circle at 80% 28%,rgba(125,139,255,.23),transparent 25%),radial-gradient(circle at 68% 86%,rgba(234,143,179,.13),transparent 23%),linear-gradient(135deg,#090b17 0%,#11152e 56%,#161a36 100%);color:#fff}.home-page .home-hero::before{content:"";position:absolute;inset:0;opacity:.4;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,black,transparent 70%);pointer-events:none}.home-hero-copy,.home-hero-visual{position:relative;z-index:1}.home-kicker{display:flex;align-items:center;gap:10px;margin:0 0 22px;color:#c7caff;font-size:11px;font-weight:800;letter-spacing:.14em}.home-kicker span{width:8px;height:8px;border-radius:99px;background:#8ee3c3;box-shadow:0 0 0 5px rgba(142,227,195,.1)}.home-page .home-hero h1{max-width:690px;margin:0;color:#fbfbff;font-size:clamp(52px,6.3vw,92px);font-weight:760;letter-spacing:-.068em;line-height:.96}.home-page .home-hero h1 em{font-style:normal;color:#aeb7ff}.home-lede{max-width:575px;margin:28px 0 0;color:#c3c6d4;font-size:clamp(17px,1.65vw,20px);line-height:1.62}.home-actions{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin-top:32px}.home-page .button{background:#8c97ff;color:#0e1022}.home-page .button:hover{background:#a9b1ff;color:#0e1022}.home-page .button.ghost{background:transparent;color:var(--home-ink);outline-color:#ccc7be}.home-page .button.light{background:#fff;color:var(--home-ink)}.home-text-link{display:inline-flex;align-items:center;gap:8px;color:inherit;font-size:14px;font-weight:700}.home-text-link span{font-size:17px}.home-page .home-hero .home-text-link{color:#f1f1f8}.home-trust-list{display:flex;gap:clamp(16px,2.8vw,34px);margin:58px 0 0;padding:22px 0 0;border-top:1px solid rgba(255,255,255,.13)}.home-trust-list div{max-width:146px}.home-trust-list dt{color:#fff;font-size:13px;font-weight:750}.home-trust-list dd{margin:5px 0 0;color:#aeb1c0;font-size:11px;line-height:1.45}

.home-hero-visual{min-height:520px;display:grid;place-items:center}.home-orbit{position:absolute;border:1px solid rgba(181,191,255,.18);border-radius:50%;pointer-events:none}.orbit-one{width:510px;height:510px}.orbit-two{width:390px;height:390px;border-color:rgba(236,157,184,.18)}.home-window{position:relative;width:min(100%,540px);overflow:hidden;border:1px solid rgba(215,220,255,.2);border-radius:21px;background:linear-gradient(145deg,rgba(35,40,78,.91),rgba(16,19,41,.93));box-shadow:0 34px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);transform:rotate(-3deg)}.home-window-bar{display:flex;align-items:center;gap:12px;height:49px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);color:#ececff;font-size:12px}.window-dots{display:flex;gap:5px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#747999}.window-dots i:nth-child(1){background:#ed8897}.window-dots i:nth-child(2){background:#eabb74}.window-dots i:nth-child(3){background:#8bd5af}.window-status{margin-left:auto;padding:4px 8px;border-radius:99px;background:rgba(119,218,176,.11);color:#99e8c5;font-size:10px}.home-window-body{display:grid;grid-template-columns:58px 1fr;min-height:316px}.home-window-body aside{display:flex;flex-direction:column;align-items:center;gap:18px;padding-top:20px;border-right:1px solid rgba(255,255,255,.07);background:rgba(0,0,0,.13)}.home-window-body aside b{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,#8b96ff,#dc88ab);font-size:12px}.home-window-body aside span{width:15px;height:3px;border-radius:99px;background:#4b5180}.home-window-chat{padding:31px 30px}.window-label{margin:0 0 11px;color:#8993d0;font-size:10px;font-weight:800;letter-spacing:.13em}.home-window-chat h2{max-width:280px;margin:0;color:#f7f7fc;font-size:29px;line-height:1.12;letter-spacing:-.045em}.window-prompt{display:flex;align-items:center;gap:10px;margin-top:34px;padding:12px 12px 12px 14px;border:1px solid rgba(161,171,255,.34);border-radius:12px;background:rgba(10,12,30,.44);color:#a9afcc;font-size:12px}.window-prompt>b{display:grid;place-items:center;width:23px;height:23px;margin-left:auto;border-radius:7px;background:#919cff;color:#1c2042}.window-progress{display:flex;gap:10px;align-items:center;margin-top:19px;padding:10px;border-radius:10px;background:rgba(97,201,163,.08);color:#b9eed7}.window-progress>span{width:7px;height:7px;border-radius:50%;background:#79d9ae}.window-progress strong,.window-progress small{display:block}.window-progress strong{font-size:11px}.window-progress small{margin-top:2px;color:#80af9c;font-size:10px}.home-float-card{position:absolute;border:1px solid rgba(228,233,255,.18);border-radius:13px;background:rgba(25,29,59,.82);box-shadow:0 16px 32px rgba(0,0,0,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:#f6f6fc}.home-float-card small{display:block;margin-bottom:4px;color:#a6ace5;font-size:9px;font-weight:800;letter-spacing:.1em}.home-float-card strong{display:block;font-size:12px}.float-model{right:-5px;top:38px;padding:12px 14px}.float-model span{display:block;margin-top:6px;color:#b5b8c9;font-size:10px}.float-control{left:-20px;bottom:46px;display:flex;align-items:center;gap:9px;padding:11px 14px}.control-dot{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:rgba(119,218,176,.16);color:#91e7be;font-size:12px}

.home-page .section{width:min(1180px,calc(100% - 48px));padding:clamp(82px,11vw,150px) 0}.home-section-intro{max-width:650px}.home-section-intro h2,.home-studio-copy h2{margin:12px 0 0;font-size:clamp(36px,4.2vw,62px);letter-spacing:-.055em;line-height:1.02}.home-section-intro p:not(.eyebrow),.home-studio-copy>p{max-width:610px;margin:18px 0 0;color:#656777;font-size:17px;line-height:1.7}.home-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border-top:1px solid #d9d7d2}.home-proof-grid article{padding:24px 27px 20px;border-right:1px solid #d9d7d2}.home-proof-grid article:first-child{padding-left:0}.home-proof-grid article:last-child{border:0}.home-proof-grid h3{margin:0 0 10px;font-size:22px;letter-spacing:-.035em}.home-proof-grid p{max-width:290px;margin:0;color:#666878;font-size:14px;line-height:1.65}

.home-control{display:grid;grid-template-columns:minmax(0,.78fr) minmax(500px,1.22fr);gap:clamp(50px,8vw,130px);align-items:center;padding:clamp(86px,12vw,160px) max(24px,calc((100vw - 1180px)/2));background:var(--home-night);color:white}.home-control .eyebrow{color:#aeb7ff}.home-control h2{margin:12px 0 0;font-size:clamp(38px,4.7vw,68px);line-height:1.01;letter-spacing:-.06em}.home-control-intro>p:not(.eyebrow){max-width:440px;margin:20px 0;color:#b8bbca;font-size:16px;line-height:1.7}.home-control-intro .home-text-link{margin-top:18px;color:#d6d9fa}.home-control-map{padding:28px 28px 26px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.control-source,.control-target{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.control-source span,.control-target span{padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#d8dbe9;font-size:11px}.control-flow{display:flex;justify-content:space-around;height:54px;margin:10px 32px 0}.control-flow i{display:block;width:1px;height:54px;background:linear-gradient(#7784ee,rgba(119,132,238,.15));transform:rotate(var(--angle,0deg));transform-origin:top}.control-flow i:nth-child(1){--angle:-27deg}.control-flow i:nth-child(2){--angle:-9deg}.control-flow i:nth-child(4){--angle:9deg}.control-core{padding:27px 20px 18px;border:1px solid #8d99ff;border-radius:12px;background:rgba(117,130,244,.1);text-align:center}.control-core p{margin:0;color:#cbd0ff;font-size:34px;font-weight:800;letter-spacing:.08em}.control-core div{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:14px}.control-core span{color:#aeb7ff;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.control-core small{display:block;margin-top:13px;color:#8a91b3;font-size:10px}.control-flow.down{height:43px;margin:0}.control-flow.down i{height:43px;--angle:0deg!important}.control-target span{font-family:var(--mono);color:#aeb1c5}

.home-studio{display:grid;grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr);gap:clamp(42px,7vw,96px);align-items:center}.home-studio-copy ul{display:grid;gap:8px;margin:28px 0 0;padding:0;list-style:none;color:#414350;font-size:14px}.home-studio-copy li{display:flex;gap:10px;align-items:center}.home-studio-copy li::before{content:"✓";display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#e8e9ff;color:#5967d9;font-size:11px;font-weight:800}.home-studio-shot{overflow:hidden;border:1px solid #ddd9d1;border-radius:20px;background:#f4f1eb;box-shadow:0 25px 60px rgba(41,42,55,.11)}.home-studio-shot img{display:block;width:100%;height:auto}

.home-ecosystem{padding-top:0!important}.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px;border-top:1px solid #d9d7d2}.home-product-grid a{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:start;min-height:178px;padding:24px 22px;border-right:1px solid #d9d7d2;transition:background .2s ease}.home-product-grid a:first-child{padding-left:0}.home-product-grid a:last-child{border:0}.home-product-grid a:hover{background:#f2f1ed}.home-product-grid span{color:#8b94ed;font-family:var(--mono);font-size:11px}.home-product-grid h3{margin:0;font-size:20px;letter-spacing:-.035em}.home-product-grid p{margin:9px 0 0;color:#666878;font-size:13px;line-height:1.6}.home-product-grid b{font-size:18px;font-weight:500}.home-final{padding:clamp(86px,11vw,144px) 24px;text-align:center;background:radial-gradient(circle at 74% 15%,rgba(179,190,255,.24),transparent 24%),linear-gradient(135deg,#151a3e,#24245a);color:white}.home-final>div{max-width:640px;margin:auto}.home-final .eyebrow{color:#c8cdff}.home-final h2{margin:15px 0 0;font-size:clamp(46px,6vw,78px);letter-spacing:-.064em;line-height:.96}.home-final p:not(.eyebrow){margin:19px 0 0;color:#c4c8dc;font-size:17px}.home-final .button{margin-top:30px}

@media(max-width:980px){.home-page .home-hero,.home-control,.home-studio{grid-template-columns:minmax(0,1fr)}.home-page .home-hero{padding-top:86px}.home-hero-copy{max-width:700px;min-width:0}.home-hero-visual{min-width:0;min-height:430px;max-width:590px;width:100%;margin:auto}.home-control-intro{max-width:650px}.home-control{gap:48px}.home-proof-grid,.home-product-grid{grid-template-columns:1fr}.home-proof-grid article,.home-product-grid a{min-height:auto;padding:24px 0;border-right:0;border-bottom:1px solid #d9d7d2}.home-proof-grid h3{margin-top:26px}.home-product-grid a{grid-template-columns:auto 1fr auto}.home-product-grid a:last-child{border-bottom:0}.home-studio-copy{max-width:650px}}
@media(max-width:700px){.home-page .site-nav{grid-template-columns:auto auto 1fr;column-gap:12px}.home-page .home-brand span:last-child{display:inline}.home-page .home-hero{display:block;min-height:auto;padding-inline:22px}.home-hero-copy{width:min(100%,400px);max-width:min(100%,400px)}.home-page .home-hero h1{font-size:clamp(42px,12vw,54px);letter-spacing:-.062em}.home-lede{max-width:100%;font-size:16px;overflow-wrap:break-word}.home-trust-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.home-trust-list div{min-width:0}.home-trust-list div:last-child{grid-column:span 2}.home-hero-visual{min-height:340px;margin-top:48px}.home-window,.home-window-chat{min-width:0}.home-window{transform:none}.home-window-body{grid-template-columns:42px minmax(0,1fr)}.home-window-body aside{gap:15px}.home-window-chat{padding:24px 19px}.home-window-chat h2{font-size:22px}.float-model{display:none}.float-control{left:-7px;bottom:12px}.orbit-one{width:360px;height:360px}.orbit-two{width:280px;height:280px}.home-page .section{width:min(100% - 40px,1180px)}.home-control{padding-inline:22px}.home-control-map{padding:19px 14px}.control-source,.control-target{gap:6px}.control-source span,.control-target span{padding:6px 7px;font-size:10px}.home-studio-shot{border-radius:14px}.home-final{padding-inline:22px}.home-page .footer-inner{width:min(100% - 40px,1180px)}}
@media(prefers-reduced-motion:reduce){.home-page *{scroll-behavior:auto!important;transition:none!important}}
