:root{--bg:#0b0b0b;--bg-soft:#0f0f0f;--panel:#151515;--panel-strong:#1a1a1a;--text:#f3f3f3;--muted:#b2b2b2;--muted-strong:#d7d7d7;--line:rgba(255,255,255,0.09);--line-strong:rgba(255,255,255,0.18);--accent:#e53935;--accent-strong:#ef4444;--accent-soft:rgba(229,57,53,0.14);--accent-line:rgba(229,57,53,0.35);--shadow:0 24px 80px rgba(0,0,0,0.35);--shadow-soft:0 10px 30px rgba(0,0,0,0.3);--radius:16px;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-xxl:6rem;--space-section:7.5rem;--container:1200px;--easing:cubic-bezier(0.2,0.8,0.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background-color:#0b0b0b;background-image:radial-gradient(circle at top,rgba(229,57,53,.12),transparent 26%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(180deg,#0b0b0b,#070707);background-size:auto,60px 60px,60px 60px,auto;color:var(--text);font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif;text-rendering:optimizeLegibility;font-size:16px;line-height:1.6}a,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}a,button{transition:transform .22s var(--easing),border-color .22s var(--easing),background-color .22s var(--easing),color .22s var(--easing),opacity .22s var(--easing),box-shadow .22s var(--easing),-webkit-text-decoration-color .22s var(--easing);transition:transform .22s var(--easing),border-color .22s var(--easing),background-color .22s var(--easing),color .22s var(--easing),opacity .22s var(--easing),box-shadow .22s var(--easing),text-decoration-color .22s var(--easing);transition:transform .22s var(--easing),border-color .22s var(--easing),background-color .22s var(--easing),color .22s var(--easing),opacity .22s var(--easing),box-shadow .22s var(--easing),text-decoration-color .22s var(--easing),-webkit-text-decoration-color .22s var(--easing)}button{cursor:pointer}.page-shell{min-height:100vh}.page-shell>section{position:relative;background:var(--bg)}.page-shell>section:nth-of-type(2n){background:var(--bg-soft)}.shell{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.section{padding:var(--space-section) 0}.section--divided{border-top:1px solid rgba(255,255,255,.04);padding-top:var(--space-section)}.section--compact{padding-top:var(--space-xxl);padding-bottom:var(--space-section)}.section-heading{max-width:760px;margin-bottom:var(--space-lg)}.section-heading h2{position:relative;z-index:1}.section-heading h2:before{content:"";position:absolute;left:-2.25rem;top:50%;width:25rem;height:12.5rem;background:radial-gradient(circle,rgba(255,60,60,.12) 0,transparent 70%);filter:blur(60px);transform:translateY(-50%);z-index:-1;pointer-events:none}.section-heading--center{margin-left:auto;margin-right:auto;text-align:center}.hero-kicker,.portfolio-badge,.section-eyebrow,.step-card__index{display:inline-flex;align-items:center;gap:.5rem;color:#f7b3b1;font-size:.78rem;font-weight:650;letter-spacing:.16em;text-transform:uppercase}.final-cta h2,.section-heading h2{margin:var(--space-md) 0 0;font-size:clamp(2.5rem,5vw,3rem);line-height:1.05;letter-spacing:-.04em;font-weight:700}.final-cta p,.footer-note,.hero-copy p,.hero-panel__header p,.hero-panel__line span,.inquiry-form__confirmation,.inquiry-form__footer p,.market-focus__card p,.modal-header p,.portfolio-card p,.section-heading p,.step-card p{color:var(--muted);max-width:37.5rem;line-height:1.6}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(5,5,5,.78);border-bottom:1px solid rgba(255,255,255,.04)}.footer-inner,.header-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.header-inner{min-height:88px}.brand{display:inline-flex;align-items:center}.footer-links,.site-nav{display:flex;flex-wrap:wrap;gap:var(--space-md)}.footer-links a,.site-nav a{color:var(--muted-strong);font-size:.95rem;position:relative;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;text-underline-offset:.35rem}.footer-links a:hover,.site-nav a:hover{-webkit-text-decoration-color:rgba(229,57,53,.55);text-decoration-color:rgba(229,57,53,.55)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.25rem;border-radius:999px;border:1px solid transparent;background:var(--accent);color:white;font-weight:650}.button,.button:hover{box-shadow:0 6px 20px rgba(255,60,60,.25)}.button:hover{background:var(--accent-strong);transform:translateY(-2px) scale(1.01)}.button--ghost{border-color:var(--line-strong);background:rgba(255,255,255,.02);color:var(--text);box-shadow:none}.button--ghost:hover{border-color:rgba(229,57,53,.55);background:var(--accent-soft)}.button--small{min-height:42px;padding:0 1rem;font-size:.94rem}.hero-section{padding:10rem 0 var(--space-xl)}.hero-grid{display:grid;align-items:flex-end;grid-gap:2rem;gap:2rem}.hero-copy{max-width:37.5rem}.hero-kicker{color:#ffcbc9}.hero-copy h1{margin:var(--space-sm) 0 0;font-size:clamp(3.5rem,7vw,4.5rem);line-height:1.05;letter-spacing:-.065em;font-weight:700}.hero-copy p{max-width:37.5rem;margin-top:2rem;font-size:1rem;line-height:1.6}.final-cta__actions,.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-top:2rem}.final-cta,.hero-panel,.market-focus,.market-focus__card,.modal-card,.portfolio-card,.spotlight-card,.step-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));box-shadow:var(--shadow)}.hero-panel{padding:2rem;border-radius:var(--radius)}.hero-panel__header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-md)}.hero-panel__header p{max-width:230px;margin:0;font-size:.95rem;line-height:1.6;text-align:right}.hero-panel__grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.hero-panel__line{padding:1.25rem;border-radius:var(--radius);background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08)}.hero-panel__line span,.inquiry-form label span{display:block;font-size:.78rem;margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:.12em}.footer-brand,.hero-panel__line strong,.market-focus__card h3,.modal-header h3,.portfolio-card h3,.step-card h3{font-size:1.25rem;letter-spacing:-.03em}.final-cta,.market-focus{display:grid;grid-gap:2rem;gap:2rem;padding:2.5rem;border-radius:var(--radius)}.final-cta__content{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.card-badges{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}.status-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 .75rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--muted-strong);font-size:.8rem;font-weight:650}.status-badge--comingSoon{border-color:var(--accent-line);color:#ffb1ae}.status-badge--live{border-color:rgba(82,198,144,.35);color:#a5efca}.portfolio-card--featured{background:linear-gradient(180deg,rgba(229,57,53,.08),rgba(255,255,255,.02)),rgba(255,255,255,.03);border-color:rgba(229,57,53,.2)}.portfolio-card__descriptor{margin:.75rem 0 0;color:#f4d0cf;line-height:1.6}.final-cta p,.market-focus__card p,.portfolio-card p,.section-heading p,.step-card p{line-height:1.8}.focus-areas-grid,.market-focus__grid,.portfolio-grid,.steps-grid{display:grid;grid-gap:2rem;gap:2rem}.focus-area-card{display:flex;flex-direction:column;gap:var(--space-sm);min-height:100%;padding:2rem;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));box-shadow:var(--shadow)}.focus-area-card h3{margin:0;font-size:1.25rem;letter-spacing:-.03em}.focus-area-card p{margin:0;color:var(--muted);line-height:1.6;max-width:34rem}.studio-model-grid{display:grid;grid-gap:2rem;gap:2rem}.studio-model-card{position:relative;display:flex;flex-direction:column;gap:var(--space-sm);min-height:100%;padding:2rem;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));box-shadow:var(--shadow)}.studio-model-card__index{color:#f7b3b1;font-size:.82rem;font-weight:650;letter-spacing:.14em;text-transform:uppercase}.studio-model-card h3{margin:0;font-size:1.25rem;letter-spacing:-.03em}.studio-model-card p{margin:0;color:var(--muted);line-height:1.6;max-width:34rem}.studio-model-card__connector{position:absolute;top:50%;right:-1rem;width:2rem;height:1px;background:rgba(255,255,255,.08);transform:translateY(-50%)}.market-metrics-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.market-metric-card{display:flex;flex-direction:column;gap:var(--space-sm);min-height:100%;padding:2rem;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));box-shadow:var(--shadow);position:relative;overflow:hidden}.market-metric-card:before{inset:0 auto 0 0;width:1px}.market-metric-card:after,.market-metric-card:before{content:"";position:absolute;background:rgba(255,255,255,.06)}.market-metric-card:after{left:2rem;right:2rem;bottom:1.5rem;height:1px;opacity:.7}.market-metric-card__title{margin:0;font-size:1.25rem;line-height:1.2;letter-spacing:-.03em}.market-metric-card p{margin:0;color:var(--muted);line-height:1.6;max-width:34rem}.market-focus__card,.portfolio-card,.step-card{display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;min-height:18rem;padding:2rem;border-radius:var(--radius)}.portfolio-card--link{cursor:pointer}.portfolio-card__content{display:flex;flex-direction:column;gap:.75rem}.focus-area-card:hover,.market-focus__card:hover,.market-metric-card:hover,.portfolio-card:hover,.step-card:hover,.studio-model-card:hover{border-color:rgba(229,57,53,.38);transform:translateY(-4px);box-shadow:var(--shadow-soft)}.text-link{display:inline-flex;align-items:center;gap:.35rem;color:#f06763;font-weight:650}.footer-product-link,.text-link--button{border:0;padding:0;background:transparent}.step-card__index{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:999px;border:1px solid rgba(229,57,53,.25);background:rgba(229,57,53,.08);color:#ffc4c1;font-size:1.5rem;letter-spacing:-.04em}.step-card__index-wrap{display:flex;align-items:flex-start}.step-card__body{display:grid;grid-gap:.75rem;gap:.75rem}.final-cta__tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.final-cta__tags span{padding:.72rem .9rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--muted-strong);font-size:.92rem}.market-focus{align-items:start}.market-focus__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-focus__card h3{margin:0}.spotlight-card{padding:2.5rem;border-radius:var(--radius)}.spotlight-card__content{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.spotlight-card__description{max-width:820px;margin:0;font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.6;color:var(--muted-strong)}.architecture-panel,.ecosystem-diagram{padding:2.5rem;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01)),linear-gradient(180deg,rgba(229,57,53,.02),transparent 30%);box-shadow:var(--shadow)}.ecosystem-root{display:flex;justify-content:center;margin-bottom:4rem}.architecture-chip,.architecture-platform,.architecture-root span,.ecosystem-node,.ecosystem-root span{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:1rem 1.1rem;border-radius:var(--radius);border:1px solid var(--line);background:#151515;color:var(--text)}.architecture-root span,.ecosystem-root--accent span{min-width:240px;min-height:60px;border-color:rgba(255,80,80,.32);background:linear-gradient(180deg,rgba(229,57,53,.14),rgba(255,255,255,.03)),#151515;box-shadow:0 18px 44px rgba(0,0,0,.35),0 0 0 1px rgba(255,80,80,.08);font-weight:700;letter-spacing:-.03em}.ecosystem-branches{position:relative;display:grid;grid-gap:2rem;gap:2rem;padding-top:2rem}.ecosystem-branches:before{top:0;left:50%;width:1px;height:2rem}.ecosystem-branches:after,.ecosystem-branches:before{content:"";position:absolute;background:rgba(255,255,255,.08)}.ecosystem-branches:after{top:2rem;left:16.666%;right:16.666%;height:1px}.ecosystem-branch{position:relative;display:grid;align-content:start;grid-gap:1.5rem;gap:1.5rem;padding-top:1.5rem}.ecosystem-branch:before{content:"";position:absolute;top:0;left:50%;width:1px;height:1.5rem;background:rgba(255,255,255,.08)}.ecosystem-node--group{min-height:58px;background:#1a1a1a;border-color:rgba(255,255,255,.12);box-shadow:0 14px 34px rgba(0,0,0,.24);font-weight:650}.ecosystem-items{display:grid;grid-gap:1rem;gap:1rem;position:relative;padding-top:1.5rem}.ecosystem-items:before{content:"";position:absolute;top:0;left:50%;width:1px;height:1.5rem;background:rgba(255,255,255,.08)}.ecosystem-node--item{min-height:50px;background:#151515;border-color:rgba(255,80,80,.25)}.architecture-root{display:flex;justify-content:center}.architecture-panel{display:grid;grid-gap:2rem;gap:2rem}.architecture-layer,.architecture-platforms{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.architecture-chip{min-height:58px;background:#1a1a1a;border-color:rgba(255,80,80,.25);color:#ffd0ce;box-shadow:0 14px 34px rgba(0,0,0,.22)}.architecture-divider{position:relative;display:flex;justify-content:center;padding:1rem 0}.architecture-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(255,255,255,.08)}.architecture-divider span{position:relative;z-index:1;padding:0 .85rem;background:#101010;color:#f7b3b1;font-size:.78rem;font-weight:650;letter-spacing:.14em;text-transform:uppercase}.architecture-platform{min-height:50px;background:#151515;border-color:rgba(255,255,255,.12)}.footer-bottom{display:flex;justify-content:center;padding-top:var(--space-lg);margin-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.05)}.footer-contact-row{display:flex;align-items:center;gap:.75rem;color:var(--muted-strong);font-size:.94rem}.footer-contact-row strong{color:var(--text);font-weight:600}.footer-contact-row span{min-width:4.5rem}.footer-social{display:flex;flex-direction:column;gap:.45rem}.site-footer{padding:0 0 var(--space-lg)}.footer-inner{align-items:flex-start;padding-top:var(--space-lg);border-top:1px solid var(--line)}.footer-column{display:flex;flex-direction:column;gap:var(--space-sm);min-width:0}.footer-column__title{margin:0 0 .25rem;color:var(--text);font-size:.82rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.footer-brand{margin:0 0 .4rem}.footer-note{margin:0;opacity:.8}.footer-note--strong{color:var(--text);font-weight:650}.footer-contact-link,.footer-product-link{color:var(--muted-strong);font-size:.94rem;text-align:left}.footer-contact-link{display:inline-flex;flex-direction:column;gap:.15rem}.footer-contact-link strong{color:var(--text);font-weight:600}.footer-products{align-items:flex-start}.footer-column.footer-contacts-column,.footer-column.footer-links,.footer-column.footer-products{gap:.55rem}.footer-contacts-list{display:flex;flex-direction:column;gap:.55rem}.launch-page{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem}.launch-shell{width:min(760px,100%);display:grid;grid-gap:1.5rem;gap:1.5rem}.launch-card{padding:2rem;border-radius:30px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));box-shadow:var(--shadow)}.launch-card h1{margin:.75rem 0 .5rem;font-size:clamp(2.2rem,5vw,3.6rem);line-height:.98;letter-spacing:-.05em}.launch-card p{margin:0;color:var(--muted);line-height:1.8}.launch-card__descriptor{margin-bottom:.9rem;color:#f4d0cf}.launch-form{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;margin-top:1.8rem}.launch-form label{flex:1 1 280px}.launch-form label span{display:block;margin-bottom:.65rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.launch-form input{width:100%;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.03);color:var(--text);padding:.95rem 1rem;outline:none}.modal-overlay{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:1rem;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modal-card{width:min(820px,100%);max-height:min(92vh,920px);overflow:auto;padding:1.5rem;border-radius:28px}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.modal-header h3{margin:.75rem 0 .45rem;font-size:clamp(1.6rem,3vw,2.3rem)}.modal-header p{max-width:560px;margin:0;line-height:1.7}.modal-close{min-width:42px;min-height:42px;border:1px solid var(--line-strong);border-radius:999px;background:rgba(255,255,255,.03);color:var(--text);font-size:1.5rem}.inquiry-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.inquiry-form label{display:flex;flex-direction:column}.inquiry-form__confirmation,.inquiry-form__footer,.inquiry-form__message{grid-column:1/-1}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.03);color:var(--text);padding:.95rem 1rem;outline:none}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:rgba(229,57,53,.5);box-shadow:0 0 0 3px rgba(229,57,53,.1)}.inquiry-form__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.25rem}.inquiry-form__confirmation,.inquiry-form__footer p{margin:0;line-height:1.7}@media (min-width:760px){.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(300px,.72fr)}.final-cta,.focus-areas-grid,.market-focus,.market-metrics-grid,.portfolio-grid,.studio-model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-metric-card:nth-child(2n):before{display:none}.architecture-layer,.ecosystem-branches{grid-template-columns:repeat(3,minmax(0,1fr))}.architecture-platforms{grid-template-columns:repeat(4,minmax(0,1fr))}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1080px){.portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.focus-areas-grid,.market-metrics-grid,.studio-model-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.market-metric-card:nth-child(2n):before{display:block}.market-metric-card:nth-child(4n):before{display:none}.footer-inner{display:grid;grid-template-columns:1.3fr .8fr .95fr 1.25fr;grid-gap:3rem;gap:3rem}}@media (max-width:900px){.site-nav{display:none}.hero-section{padding-top:7rem}.hero-grid{grid-template-columns:1fr}}@media (max-width:760px){.section-heading h2:before{width:18rem;height:8rem;left:-1rem}.hero-panel__header{flex-direction:column;align-items:flex-start}.hero-panel__header p{max-width:none;text-align:left}.architecture-layer,.architecture-platforms,.ecosystem-branches,.focus-areas-grid,.inquiry-form,.market-focus__grid,.market-metrics-grid,.portfolio-grid,.studio-model-grid{grid-template-columns:1fr}.ecosystem-branches{padding-top:0}.market-metric-card:after,.market-metric-card:before,.studio-model-card__connector{display:none}.inquiry-form__footer{flex-direction:column;align-items:flex-start}.ecosystem-root{justify-content:flex-start}.ecosystem-branch:before,.ecosystem-branches:after,.ecosystem-branches:before,.ecosystem-items:before{display:none}}@media (max-width:640px){.section{padding:var(--space-xl) 0}.section--compact{padding-bottom:var(--space-xl)}.footer-inner,.header-inner{align-items:flex-start;flex-direction:column}.button--small,.final-cta__actions{width:100%}.hero-copy h1{font-size:clamp(2.7rem,15vw,4rem)}.modal-card{padding:1.2rem}.launch-card{padding:1.4rem}}