
:root { --c-bg: oklch(15% 0.02 260); --c-surface: oklch(20% 0.03 260 / 0.6); --c-ink: oklch(98% 0.005 260); --c-accent: oklch(75% 0.18 140); --c-muted: oklch(70% 0.02 260); --glass: rgba(255, 255, 255, 0.04); --border: rgba(255, 255, 255, 0.08); --font-heading: 'Instrument Serif', serif; --font-body: 'Geist', sans-serif; --radius: 24px; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--c-ink); background: var(--c-bg); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(at 20% 30%, oklch(40% 0.15 280 / 0.4) 0px, transparent 50%); filter: blur(120px); opacity: 0.6; pointer-events: none; }
a { color: inherit; text-decoration: none; } p { color: var(--c-muted); }
h1, h2, h3 { font-family: var(--font-heading); line-height: 1.05; letter-spacing: -0.04em; color: var(--c-ink); }
h1 { font-size: clamp(3.5rem, 8vw, 8rem); } h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.container { width: min(100% - 48px, 1600px); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10001; padding: .75rem 1rem; color: var(--c-bg); background: var(--c-ink); border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.custom-cursor { position: fixed; top: 0; left: 0; width: 20px; height: 20px; background: var(--c-accent); border-radius: 50%; pointer-events: none; z-index: 10000; mix-blend-mode: difference; transition: transform 0.15s ease-out; transform: translate3d(-50px, -50px, 0); }
.site-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(20px) saturate(180%); background: var(--glass); border-bottom: 1px solid var(--border); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--c-bg); background: var(--c-ink); font-weight: 900; }
.nav { display: flex; gap: .5rem; } .nav a { padding: .6rem 1rem; border-radius: 999px; color: var(--c-muted); font-weight: 500; transition: all 0.3s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--c-ink); background: var(--glass); box-shadow: inset 0 0 0 1px var(--border); }
.hero { padding: clamp(6rem, 12vw, 12rem) 0 4rem; }
.eyebrow { display: inline-flex; margin-bottom: 1.5rem; padding: .4rem .8rem; background: var(--glass); border: 1px solid var(--border); border-radius: 999px; font-size: .75rem; font-weight: 600; color: var(--c-accent); text-transform: uppercase; letter-spacing: .15em; }
.lead { font-size: clamp(1.1rem, 2vw, 1.4rem); max-width: 640px; margin-top: 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: 1rem 1.5rem; min-height: 52px; border-radius: 999px; font-weight: 600; border: 1px solid transparent; transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); cursor: none; }
.btn-primary { background: var(--c-ink); color: var(--c-bg); } .btn-primary:hover { background: var(--c-accent); transform: scale(1.02); }
.btn-secondary { border-color: var(--border); background: var(--glass); }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 1.5rem; margin-top: 3rem; }
.bento-card { padding: 2rem; background: var(--glass); border: 1px solid var(--border); border-radius: var(--radius); backdrop-filter: blur(16px); display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.4s, border-color 0.4s; }
.bento-card:hover { transform: translateY(-4px); border-color: var(--c-accent); } .bento-card.span-2 { grid-column: span 2; }
.section { padding: clamp(5rem, 10vw, 10rem) 0; }
.section-compact { padding: 2rem 0 5rem; }
.section-heading { max-width: 760px; margin-bottom: 2.5rem; }
.section-heading p { margin-top: 1rem; font-size: 1.1rem; }
.trust-grid, .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.trust-item { padding: 1rem; text-align: center; border: 1px solid var(--border); border-radius: 999px; color: var(--c-muted); background: var(--glass); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.content-card { min-height: 260px; padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--glass); display: flex; flex-direction: column; justify-content: space-between; }
.content-card.recommended { border-color: var(--c-accent); box-shadow: 0 24px 80px color-mix(in oklch, var(--c-accent) 12%, transparent); }
.plan-badge { align-self: flex-start; margin-bottom: 1rem; padding: .35rem .65rem; border-radius: 999px; color: var(--c-bg); background: var(--c-accent); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.content-card h3 { font-size: 2rem; margin-bottom: 1rem; }
.metric { color: var(--c-accent); font-size: 3rem; font-weight: 700; letter-spacing: -.05em; }
.step { color: var(--c-accent); font-size: .8rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.quote { font-family: var(--font-heading); color: var(--c-ink); font-size: 1.6rem; line-height: 1.25; }
.byline { margin-top: 1.5rem; font-size: .9rem; }
.price { color: var(--c-ink); font-size: 3rem; font-weight: 700; letter-spacing: -.05em; margin: 1rem 0; }
.feature-list { margin-top: 1.25rem; color: var(--c-muted); }
.pricing-note { max-width: 900px; margin: 2rem auto 0; text-align: center; font-size: .9rem; }
.source-summary { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 1.5rem; }
.source-panel { padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--glass); }
.source-panel h3 { margin-bottom: 1rem; font-size: 2rem; }
.source-list { display: grid; gap: .8rem; margin-top: 1.25rem; list-style: none; color: var(--c-muted); }
.source-list li { padding-left: 1.25rem; position: relative; }
.source-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: var(--c-accent); }
.selected-plan { padding: 1rem 1.25rem; border: 1px solid var(--c-accent); border-radius: 14px; color: var(--c-ink); background: color-mix(in oklch, var(--c-accent) 10%, transparent); }
.faq-list { display: grid; gap: 1rem; max-width: 900px; }
.faq-item { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.faq-item h3 { font-size: 1.4rem; margin-bottom: .6rem; }
.cta-panel { padding: clamp(2.5rem, 7vw, 6rem); border: 1px solid var(--border); border-radius: calc(var(--radius) * 1.5); background: var(--glass); text-align: center; }
.cta-panel p { max-width: 600px; margin: 1rem auto 2rem; }
.form-card { padding: 2.5rem; background: var(--glass); border: 1px solid var(--border); border-radius: var(--radius); backdrop-filter: blur(20px); max-width: 600px; margin-top: 2rem; }
.form-grid { display: grid; gap: 1.2rem; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 1rem; font: inherit; background: var(--c-surface); color: var(--c-ink); }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--c-accent); }
.form-status { min-height: 1.5rem; font-size: .9rem; }
.site-footer { padding: 3rem 0; border-top: 1px solid var(--border); margin-top: 4rem; }
.footer-bottom { display: flex; justify-content: space-between; font-size: 0.9rem; color: var(--c-muted); }
@media (max-width: 920px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; gap: 1rem; padding: 1rem 0; }
  .nav { width: 100%; overflow-x: auto; padding-bottom: .25rem; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { white-space: nowrap; }
  .bento-grid, .card-grid, .trust-grid, .value-grid { grid-template-columns: 1fr; }
  .source-summary { grid-template-columns: 1fr; }
  .bento-card.span-2 { grid-column: span 1; }
  .custom-cursor { display: none; }
  .btn { cursor: pointer; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}
@media (min-width: 2200px) {
  body.display-4k { font-size: 1.125rem; }
  body.display-4k .container { width: min(100% - 128px, 2000px); }
  body.display-4k .bento-grid { grid-auto-rows: 280px; gap: 2rem; }
  body.display-4k .content-card { min-height: 320px; padding: 2.5rem; }
  body.display-4k .hero { min-height: min(1200px, 70vh); display: flex; align-items: center; }
  body.display-4k:not(.nexus-product) h1 { font-size: clamp(5rem, 4.5vw, 9rem); max-width: 1500px; }
  body.display-4k:not(.nexus-product) h2 { font-size: clamp(3.5rem, 2.8vw, 6.5rem); }
}

/* Nexus Quantum Edge product experience */
body.nexus-product {
  --c-bg: #030307;
  --c-surface: rgba(13, 15, 24, .78);
  --c-ink: #f7f7fb;
  --c-muted: #9698aa;
  --c-accent: #b8ff2c;
  --border: rgba(255, 255, 255, .13);
  --n-cyan: #00d9ff;
  --n-violet: #7c3cff;
  --n-pink: #ff2ebd;
  --n-orange: #ff6a1a;
  font-family: 'Geist', sans-serif;
  background: #030307;
}
body.nexus-product::before { background: radial-gradient(circle at 80% 10%, rgba(94, 46, 255, .12), transparent 32%), radial-gradient(circle at 10% 70%, rgba(0, 217, 255, .07), transparent 28%); filter: none; opacity: 1; }
.nexus-product h1, .nexus-product h2, .nexus-product h3 { font-family: 'Syne', sans-serif; letter-spacing: -.065em; }
.nexus-product .container { width: min(100% - clamp(32px, 5vw, 112px), 1840px); }
.nexus-noise { display: none; }
.nexus-product .nexus-noise { display: block; position: fixed; inset: 0; z-index: 90; opacity: .055; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.nexus-pointer-glow { display: none; }
.nexus-product .nexus-pointer-glow { display: block; position: fixed; width: 520px; height: 520px; left: 0; top: 0; z-index: 0; border-radius: 50%; background: radial-gradient(circle, rgba(100, 60, 255, .11), rgba(0, 217, 255, .04) 35%, transparent 70%); transform: translate3d(-700px, -700px, 0); pointer-events: none; }
.nexus-progress { display: none; }
.nexus-product .nexus-progress { display: block; position: fixed; inset: 0 auto 0 0; z-index: 100; width: 3px; background: rgba(255, 255, 255, .05); }
.nexus-product .nexus-progress span { display: block; width: 100%; height: 0; background: linear-gradient(var(--n-cyan), var(--n-pink), var(--c-accent)); box-shadow: 0 0 18px var(--n-cyan); }
.nexus-product .site-header { position: fixed; width: 100%; background: linear-gradient(180deg, rgba(3, 3, 7, .88), transparent); border: 0; backdrop-filter: none; }
.nexus-product .nav-wrap { min-height: 100px; }
.nexus-product .brand { text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.nexus-product .brand-mark { width: 48px; height: 48px; border-radius: 50%; color: #030307; background: linear-gradient(135deg, #fff, #adff2f); box-shadow: 0 0 50px rgba(184, 255, 44, .18); }
.nexus-product .nav { gap: .1rem; padding: .35rem; border: 1px solid rgba(255, 255, 255, .08); border-radius: 999px; background: rgba(5, 5, 10, .42); backdrop-filter: blur(24px); }
.nexus-product .nav a { padding: .55rem 1rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.nexus-product .nav a:hover, .nexus-product .nav a[aria-current="page"] { box-shadow: none; background: #f5f5f8; color: #05050a; }
.nexus-scene { position: relative; isolation: isolate; overflow: hidden; }
.nexus-section-index, .nexus-overline { color: var(--c-accent); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.nexus-overline { display: flex; gap: 2rem; margin-bottom: clamp(2rem, 5vh, 5rem); color: #fff; }
.nexus-overline span:first-child { color: var(--c-accent); }
.nexus-hero { min-height: 100svh; display: flex; align-items: flex-end; padding: 140px 0 clamp(72px, 8vh, 140px); background: #030307; }
.nexus-hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 38%; background: linear-gradient(transparent, #030307); }
.nexus-hero-media { --pointer-x: 0px; --pointer-y: 0px; position: absolute; inset: 0; z-index: -3; overflow: hidden; }
.nexus-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.06); transform-origin: 58% 44%; animation: nexusHeroCamera 15s cubic-bezier(.45, 0, .55, 1) infinite alternate; will-change: transform, filter; }
.nexus-hero-media::before { content: ""; position: absolute; z-index: 1; width: 46vw; aspect-ratio: 1; right: 5vw; top: 8vh; border-radius: 50%; background: radial-gradient(circle, rgba(0,217,255,.2), rgba(124,60,255,.13) 38%, transparent 70%); filter: blur(30px); mix-blend-mode: screen; animation: nexusLightDrift 11s ease-in-out infinite alternate; pointer-events: none; }
.nexus-hero-media::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(3,3,7,.98) 0%, rgba(3,3,7,.83) 25%, rgba(3,3,7,.05) 70%), linear-gradient(0deg, rgba(3,3,7,.78), transparent 55%); }
.nexus-grid-plane { position: absolute; inset: 48% -10% -25%; z-index: -2; opacity: .22; transform: perspective(700px) rotateX(67deg); transform-origin: center top; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.nexus-hero-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: end; gap: 3rem; }
.nexus-hero-copy { width: 100%; min-width: 0; max-width: 1120px; }
.nexus-hero h1 { font-size: clamp(3.8rem, 6.2vw, 8rem); line-height: .84; text-transform: uppercase; }
.nexus-hero h1 span, .nexus-hero h1 strong { display: block; }
.nexus-hero h1 strong { color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, .88); text-shadow: 0 0 80px rgba(130, 74, 255, .28); }
.nexus-lead { max-width: 760px; margin-top: 2.5rem; color: #c8c9d3; font-size: clamp(1.05rem, 1.4vw, 1.55rem); line-height: 1.55; }
.nexus-product .hero-actions { margin-top: 2.5rem; }
.nexus-product .btn { min-height: 60px; padding: 1rem 1.65rem; letter-spacing: -.01em; }
.nexus-product .btn-primary { color: #08080b; background: var(--c-accent); box-shadow: 0 12px 50px rgba(184, 255, 44, .18); }
.nexus-product .btn-primary:hover { background: #fff; }
.nexus-product .btn-secondary { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.035); backdrop-filter: blur(20px); }
.nexus-core-caption { justify-self: end; display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; padding: 1rem 1.25rem; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(5,5,10,.45); backdrop-filter: blur(24px); }
.nexus-core-caption strong, .nexus-core-caption small { display: block; }
.nexus-core-caption small { margin-top: .2rem; color: var(--c-muted); }
.nexus-pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--c-accent); box-shadow: 0 0 0 8px rgba(184,255,44,.1), 0 0 22px var(--c-accent); animation: nexusPulse 1.8s ease-in-out infinite; }
.nexus-hero-rail { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); background: rgba(3,3,7,.52); backdrop-filter: blur(16px); }
.nexus-hero-rail span { padding: 1.2rem 2rem; color: #b2b3c0; border-right: 1px solid rgba(255,255,255,.1); font-size: .72rem; text-align: center; text-transform: uppercase; letter-spacing: .12em; }
.nexus-manifesto { padding: clamp(6rem, 9vw, 11rem) 0; background: #f1f0eb; color: #08080b; }
.nexus-manifesto p { color: #4d4d54; }
.nexus-manifesto .nexus-section-index { color: #5948ff; }
.nexus-statement { margin: clamp(3rem, 5vw, 5.5rem) 0; font-family: 'Syne', sans-serif; font-size: clamp(3.2rem, 6.2vw, 7.5rem); font-weight: 700; line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.nexus-statement span, .nexus-statement strong { display: block; }
.nexus-statement span { color: #aaa9a3; }
.nexus-statement strong { max-width: 1500px; background: linear-gradient(90deg, #15151a 12%, #5b39ff 48%, #ff2ebd 70%, #ff6a1a); color: transparent; background-clip: text; }
.nexus-manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; border-top: 1px solid #bbb9b2; padding-top: 3rem; }
.nexus-copy-lg { font-size: clamp(1.3rem, 2vw, 2.1rem); line-height: 1.45; letter-spacing: -.025em; }
.nexus-data-stack { display: grid; gap: 1px; background: #bbb9b2; }
.nexus-data-stack div { display: grid; grid-template-columns: 80px 1fr; align-items: center; min-height: 82px; padding: 1rem 1.5rem; background: #f1f0eb; }
.nexus-data-stack b { color: #5b39ff; }
.nexus-generator { padding: clamp(7rem, 9vw, 11rem) 0; background: radial-gradient(circle at 70% 20%, rgba(124,60,255,.13), transparent 30%), #05050a; }
.nexus-scene-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: clamp(4rem, 7vw, 7rem); }
.nexus-scene-heading h2 { font-size: clamp(3rem, 5vw, 6.25rem); line-height: .96; }
.nexus-scene-heading h2 em, .nexus-deploy h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.65); }
.nexus-console { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(10,11,18,.86); box-shadow: 0 50px 160px rgba(0,0,0,.65), 0 0 90px rgba(88,45,255,.08); backdrop-filter: blur(28px); transform-style: preserve-3d; }
.nexus-console-top { display: flex; justify-content: space-between; padding: 1rem 1.3rem; border-bottom: 1px solid var(--border); color: #a5a6b4; font-size: .72rem; letter-spacing: .14em; }
.nexus-console-status { color: var(--c-accent); }
.nexus-console-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 600px; }
.nexus-prompt-panel { display: flex; flex-direction: column; padding: clamp(2rem, 5vw, 5rem); border-right: 1px solid var(--border); }
.nexus-prompt-panel label { color: #77798b; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.nexus-builder { display: grid; gap: 1rem; }
.nexus-builder-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.nexus-builder-field { display: grid; gap: .55rem; }
.nexus-builder-field.full { grid-column: 1 / -1; }
.nexus-builder input, .nexus-builder select, .nexus-builder textarea { width: 100%; min-height: 54px; padding: .9rem 1rem; color: #f7f7fb; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(2,2,7,.68); font: inherit; outline: none; transition: border-color .25s, box-shadow .25s; }
.nexus-builder input[type="file"] { padding: .85rem; color: #d9dbe7; background: rgba(255,255,255,.055); cursor: pointer; }
.nexus-builder-field small { color: #8a8c9d; font-size: .74rem; line-height: 1.5; letter-spacing: normal; text-transform: none; }
.nexus-builder textarea { min-height: 120px; resize: vertical; }
.nexus-builder input:focus, .nexus-builder select:focus, .nexus-builder textarea:focus { border-color: var(--n-cyan); box-shadow: 0 0 0 3px rgba(0,217,255,.1); }
.nexus-builder-check { display: flex; align-items: center; gap: .75rem; color: #b8bac7; font-size: .86rem; }
.nexus-builder-check input { width: 20px; min-height: 20px; accent-color: var(--c-accent); }
.nexus-builder-submit { width: 100%; justify-content: space-between; border: 0; border-radius: 12px; }
.nexus-builder-submit:disabled { cursor: wait; opacity: .65; }
.nexus-builder-status { min-height: 1.5rem; color: #b8bac7; font-size: .86rem; }
.nexus-builder-status[data-state="error"] { color: #ff8aa9; }
.nexus-builder-status[data-state="success"] { color: var(--c-accent); }
.nexus-build-result { display: grid; gap: 1rem; padding: 1.25rem; border: 1px solid rgba(184,255,44,.35); border-radius: 14px; background: rgba(184,255,44,.055); }
.nexus-build-result[hidden], .nexus-builder-source[hidden] { display: none; }
.nexus-build-result strong, .nexus-build-result small { display: block; }
.nexus-build-result small { margin-top: .3rem; color: #989aaa; }
.nexus-build-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.nexus-build-preview { width: 100%; min-height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #fff; }
.nexus-prompt { flex: 1; padding: 2rem 0; font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 3vw, 3.5rem); font-weight: 600; line-height: 1.12; letter-spacing: -.045em; }
.nexus-caret { display: inline-block; width: 3px; height: 1em; margin-left: .25rem; vertical-align: -.12em; background: var(--c-accent); animation: nexusBlink .8s steps(1) infinite; }
.nexus-tags { display: flex; flex-wrap: wrap; gap: .6rem; }
.nexus-tags span { padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #9fa1b0; font-size: .72rem; }
.nexus-command { display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; padding: 1rem 1.2rem; color: #050509; background: var(--c-accent); border-radius: 12px; font-weight: 700; }
.nexus-build-map { display: grid; align-content: center; gap: 1px; padding: 2rem; background: rgba(255,255,255,.04); }
.nexus-build-map article { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 1rem; min-height: 100px; padding: 1.2rem; border: 1px solid rgba(255,255,255,.08); background: rgba(4,4,8,.7); }
.nexus-build-map article.active { border-color: var(--n-violet); box-shadow: inset 3px 0 var(--n-pink), 0 0 60px rgba(124,60,255,.1); }
.nexus-build-map article.complete { border-color: rgba(184,255,44,.38); box-shadow: inset 3px 0 var(--c-accent); }
.nexus-build-map article.complete i { color: var(--c-accent); }
.nexus-build-map article > span { color: var(--n-cyan); font-family: 'Syne', sans-serif; font-size: 1.5rem; }
.nexus-build-map b, .nexus-build-map small { display: block; }
.nexus-build-map small { margin-top: .25rem; color: #747687; }
.nexus-build-map i { color: #747687; font-size: .7rem; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }
.nexus-build-map .active i { color: var(--c-accent); }
.nexus-transformation { min-height: 92svh; display: flex; align-items: center; background: #030307; }
.nexus-transform-media { --pointer-x: 0px; --pointer-y: 0px; position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.nexus-transform-media img { width: 100%; height: 100%; object-fit: cover; transform-origin: 68% 50%; animation: nexusTransformCamera 18s cubic-bezier(.45, 0, .55, 1) infinite alternate; will-change: transform, filter; }
.nexus-transform-media::before { content: ""; position: absolute; z-index: 1; inset: -25% -10%; background: linear-gradient(105deg, transparent 35%, rgba(0,217,255,.13) 45%, rgba(255,46,189,.16) 51%, transparent 62%); transform: translateX(-38%) rotate(4deg); mix-blend-mode: screen; animation: nexusPrismSweep 9s ease-in-out infinite; pointer-events: none; }
.nexus-transform-media::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(3,3,7,.96), rgba(3,3,7,.48) 48%, rgba(3,3,7,.08)), linear-gradient(0deg, #030307, transparent 25%, transparent 75%, #030307); }
.nexus-transform-copy { padding-top: clamp(6rem, 9vw, 9rem); padding-bottom: clamp(6rem, 9vw, 9rem); }
.nexus-transform-copy h2 { max-width: 1050px; margin: 3rem 0 2rem; font-size: clamp(3.6rem, 6vw, 7.5rem); line-height: .88; text-transform: uppercase; }
.nexus-transform-copy h2 strong { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.78); }
.nexus-transform-copy > p:not(.nexus-section-index) { max-width: 650px; margin-bottom: 2.5rem; font-size: 1.2rem; }
.nexus-capabilities { padding: clamp(7rem, 10vw, 12rem) 0; background: #efeee9; color: #09090c; }
.nexus-capabilities .nexus-section-index { color: #5b39ff; }
.nexus-capabilities h2 { color: #09090c; }
.nexus-capabilities h2 em { color: #8d8c88; font-style: normal; }
.nexus-capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #c8c6bf; }
.nexus-capability { position: relative; min-height: 420px; padding: clamp(2rem, 5vw, 5rem); border-right: 1px solid #c8c6bf; border-bottom: 1px solid #c8c6bf; transition: color .4s, background .4s; }
.nexus-capability:nth-child(2n) { border-right: 0; }
.nexus-capability:nth-last-child(-n+2) { border-bottom: 0; }
.nexus-capability > span { color: #5b39ff; font-size: .75rem; }
.nexus-capability h3 { margin-top: 5rem; color: inherit; font-size: clamp(2.5rem, 4vw, 4.75rem); }
.nexus-capability p { max-width: 520px; margin-top: 1rem; color: #676762; }
.nexus-capability i { position: absolute; right: 2rem; top: 2rem; font-size: 2rem; font-style: normal; }
.nexus-capability:hover { color: #fff; background: #111118; }
.nexus-capability:hover p { color: #a9a9b5; }
.nexus-deploy { padding: clamp(7rem, 10vw, 12rem) 0; background: radial-gradient(circle at 20% 50%, rgba(0,217,255,.1), transparent 30%), #05050a; }
.nexus-deploy-grid { display: grid; grid-template-columns: minmax(380px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 8vw; }
.nexus-deploy h2 { margin: 2.5rem 0; font-size: clamp(3.2rem, 5.3vw, 6.5rem); line-height: .94; }
.nexus-orbit { --orbit-size: min(42vw, 680px); position: relative; width: var(--orbit-size); aspect-ratio: 1; margin: auto; display: grid; place-items: center; isolation: isolate; transform-style: preserve-3d; filter: drop-shadow(0 34px 90px rgba(0,0,0,.42)); }
.nexus-orbit::before { content: ""; position: absolute; inset: 13%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(184,255,44,.2), rgba(0,217,255,.08) 42%, transparent 66%); filter: blur(28px); opacity: .8; }
.nexus-orbit::after { content: ""; position: absolute; inset: -9%; z-index: -3; border-radius: 50%; background: radial-gradient(circle at 16% 76%, rgba(0,217,255,.2), transparent 28%), radial-gradient(circle at 72% 18%, rgba(255,46,189,.16), transparent 24%); filter: blur(20px); opacity: .72; }
.orbit-illustration { position: absolute; inset: -9%; z-index: 0; width: 118%; height: 118%; overflow: visible; transform: rotate(-8deg); animation: orbitPlane 16s ease-in-out infinite; }
.orbit-field { fill: url(#orbit-field); opacity: .78; }
.orbit-grid { fill: url(#orbit-grid); opacity: .11; mix-blend-mode: screen; }
.orbit-line { fill: none; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.orbit-line.primary { stroke: url(#orbit-stroke); stroke-width: 2.3; stroke-dasharray: 460 86; filter: url(#orbit-glow); animation: orbitTrace 18s linear infinite; }
.orbit-line.secondary { stroke: rgba(255,255,255,.18); stroke-width: 1.2; stroke-dasharray: 5 12; animation: orbitTrace 28s linear reverse infinite; }
.orbit-line.tertiary { stroke: url(#orbit-faint); stroke-width: 1.5; stroke-dasharray: 160 230; opacity: .72; animation: orbitTrace 22s linear infinite; }
.orbit-vector-cut { fill: none; stroke: rgba(255,255,255,.08); stroke-width: .8; stroke-dasharray: 2 10; }
.orbit-spark { fill: var(--c-accent); filter: url(#orbit-glow); transform-origin: center; animation: orbitSpark 3.4s ease-in-out infinite; }
.orbit-spark.spark-two { animation-delay: .9s; }
.orbit-spark.spark-three { animation-delay: 1.65s; }
.orbit-core { position: relative; z-index: 3; display: grid; place-items: center; width: clamp(118px, 9vw, 168px); height: clamp(118px, 9vw, 168px); border-radius: 50%; color: #030307; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 38% 28%, #f3ff93 0 18%, transparent 36%), radial-gradient(circle at 50% 62%, #b8ff2c, #8dea15 72%); box-shadow: inset 0 2px 16px rgba(255,255,255,.28), inset 0 -18px 40px rgba(42,78,0,.22), 0 0 0 1px rgba(255,255,255,.26), 0 0 125px rgba(184,255,44,.34); animation: orbitCorePulse 4.2s ease-in-out infinite; }
.orbit-core::before { content: ""; position: absolute; inset: -28%; z-index: -1; background: conic-gradient(from 130deg, transparent, rgba(255,255,255,.52), transparent 32%, rgba(0,0,0,.14), transparent 72%); mix-blend-mode: screen; animation: nexusSpin 8s linear infinite; }
.orbit-core::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.42); border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.2), transparent 34%, rgba(0,0,0,.08) 78%); pointer-events: none; }
.orbit-mark { position: relative; z-index: 2; width: 68%; height: auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,.16)); }
.orbit-core-shine { position: absolute; inset: 14% 14% auto auto; z-index: 2; width: 24%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.55); filter: blur(12px); opacity: .75; }
.orbit-node { --r: min(18vw, 300px); position: absolute; left: 50%; top: 50%; z-index: 4; display: grid; place-items: center; width: 82px; height: 82px; padding: .55rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; text-align: center; background: radial-gradient(circle at 34% 24%, rgba(255,255,255,.18), transparent 34%), linear-gradient(145deg, rgba(23,24,38,.98), rgba(7,7,13,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), inset 0 -16px 34px rgba(0,0,0,.32), 0 18px 58px rgba(0,0,0,.42), 0 0 0 1px rgba(184,255,44,.05); transform: translate(-50%,-50%) rotate(var(--a)) translateX(var(--r)) rotate(calc(var(--a) * -1)); animation: orbitNodeFloat 5s ease-in-out infinite; animation-delay: var(--delay, 0s); }
.orbit-node::before { content: ""; position: absolute; inset: -9px; z-index: -1; border-radius: inherit; background: conic-gradient(from 120deg, rgba(184,255,44,.42), transparent 28%, rgba(0,217,255,.34), transparent 68%); filter: blur(12px); opacity: .18; }
.orbit-node::after { content: ""; position: absolute; right: 13px; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--c-accent); box-shadow: 0 0 18px rgba(184,255,44,.8); }
.orbit-node b, .orbit-node small { position: relative; z-index: 1; display: block; }
.orbit-node b { font-family: 'Syne', sans-serif; font-size: .88rem; line-height: 1; letter-spacing: -.02em; }
.orbit-node small { margin-top: .28rem; color: #8f92a6; font-size: .55rem; line-height: 1; text-transform: uppercase; letter-spacing: .1em; }
.orbit-node.node-cf, .orbit-node.node-nx { border-color: rgba(184,255,44,.42); }
.nexus-finale { min-height: 82svh; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 40%, rgba(123,55,255,.2), transparent 25%), radial-gradient(circle at 65% 55%, rgba(255,46,189,.12), transparent 25%), #030307; }
.nexus-finale h2 { margin: 3rem auto; font-size: clamp(4rem, 7vw, 8.5rem); line-height: .84; text-transform: uppercase; }
.nexus-finale h2 strong { display: block; color: transparent; -webkit-text-stroke: 1.5px #fff; }
.nexus-finale > .container > p:not(.nexus-section-index) { font-size: 1.25rem; }
.nexus-finale-link { width: min(720px, 90%); min-height: 110px; display: flex; justify-content: space-between; align-items: center; margin: 4rem auto 0; padding: 1.5rem 2rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: clamp(1.1rem, 2vw, 1.8rem); background: rgba(255,255,255,.04); }
.nexus-finale-link i { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; color: #050509; background: var(--c-accent); font-style: normal; }
.nexus-page-hero { min-height: 68svh; display: flex; align-items: flex-end; padding: 140px 0 8vh; background: radial-gradient(circle at 75% 30%, rgba(124,60,255,.2), transparent 25%), #030307; }
.nexus-page-hero h1 { max-width: 1350px; font-size: clamp(4rem, 7vw, 8.5rem); line-height: .88; text-transform: uppercase; }
.nexus-page-orb { position: absolute; width: 46vw; aspect-ratio: 1; right: -15vw; top: -15vw; border-radius: 50%; background: conic-gradient(from 90deg, transparent, rgba(0,217,255,.35), rgba(255,46,189,.3), transparent 65%); filter: blur(8px); opacity: .4; animation: nexusSpin 18s linear infinite; }
.nexus-values, .nexus-rebrand-steps { padding: clamp(7rem, 10vw, 12rem) 0; }
.nexus-page-hero .hero-actions { margin-top: 2rem; }
.nexus-rebrand-intake { padding: clamp(5.5rem, 8vw, 9rem) 0; background: #f1f0eb; color: #08080b; }
.nexus-rebrand-intake .nexus-section-index { color: #5948ff; }
.nexus-rebrand-intake-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.nexus-rebrand-guide { position: sticky; top: 130px; }
.nexus-rebrand-guide h2 { margin: 1.5rem 0; color: #08080b; font-size: clamp(3rem, 5vw, 6rem); line-height: .94; }
.nexus-rebrand-guide > p { color: #55545b; font-size: 1.1rem; }
.nexus-rebrand-minimum { margin: 2rem 0; padding: 1.2rem 1.3rem; border-left: 3px solid #5948ff; background: #fff; }
.nexus-rebrand-minimum strong, .nexus-rebrand-minimum span { display: block; }
.nexus-rebrand-minimum span { margin-top: .3rem; color: #68676d; }
.nexus-rebrand-checklist { display: grid; gap: 0; margin-top: 2rem; }
.nexus-rebrand-checklist article { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid #c9c7c0; }
.nexus-rebrand-checklist b { color: #5948ff; }
.nexus-rebrand-checklist strong, .nexus-rebrand-checklist small { display: block; }
.nexus-rebrand-checklist small { margin-top: .25rem; color: #68676d; }
.nexus-rebrand-panel { padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid #cbc9c2; border-radius: 24px; background: #fff; box-shadow: 0 30px 100px rgba(24,20,50,.08); }
.nexus-rebrand-panel .nexus-builder-field > span { color: #55545b; }
.nexus-rebrand-panel .nexus-builder input, .nexus-rebrand-panel .nexus-builder select, .nexus-rebrand-panel .nexus-builder textarea { color: #101014; border-color: #d1cfc8; background: #f7f6f1; }
.nexus-rebrand-panel .nexus-builder-check { color: #55545b; }
.nexus-rebrand-panel .nexus-tags span { color: #55545b; border-color: #d1cfc8; }
.nexus-rebrand-panel .nexus-builder-status { color: #55545b; }
.nexus-value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); }
.nexus-value { min-height: 320px; padding: 3rem; background: #08080d; }
.nexus-value span { color: var(--c-accent); }
.nexus-value h3 { margin: 4rem 0 1rem; font-size: clamp(2rem, 4vw, 4rem); }
.nexus-timeline { max-width: 1300px; margin-left: auto; }
.nexus-timeline article { display: grid; grid-template-columns: 100px 1fr; gap: 2rem; padding: 3rem 0; border-top: 1px solid var(--border); }
.nexus-timeline article > span { color: var(--c-accent); font-family: 'Syne', sans-serif; font-size: 2rem; }
.nexus-timeline h3 { font-size: clamp(2rem, 4vw, 4.5rem); }
.nexus-timeline p { max-width: 620px; margin-top: 1rem; font-size: 1.1rem; }
.nexus-product .hero:not(.nexus-hero), .nexus-product .section { position: relative; }
.nexus-product .card-grid { gap: 1px; background: var(--border); border: 1px solid var(--border); }
.nexus-product .content-card { min-height: 430px; border: 0; border-radius: 0; background: #09090f; }
.nexus-product .content-card.recommended { z-index: 1; background: linear-gradient(160deg, rgba(91,57,255,.34), #09090f 55%); box-shadow: inset 0 0 0 1px var(--c-accent); }
.nexus-product .price { font-family: 'Syne', sans-serif; font-size: clamp(3rem, 5vw, 6rem); }
.nexus-product .form-card { max-width: 980px; border-radius: 24px; background: rgba(9,9,15,.88); }
.nexus-product .field input, .nexus-product .field textarea, .nexus-product .field select { border-radius: 0; border-width: 0 0 1px; background: transparent; padding: 1.25rem .25rem; }
.nexus-pricing-notes, .nexus-contact-aside { padding: 4rem 0 9rem; }
.nexus-pricing-notes p { max-width: 900px; }
.nexus-contact-aside .container { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-top: 4rem; border-top: 1px solid var(--border); }
.nexus-contact-aside h2 { margin-top: 1rem; font-size: clamp(2.5rem, 5vw, 6rem); }
.nexus-product .site-footer { margin: 0; background: #030307; }
[data-reveal] { opacity: 1; transform: translateY(18px); transition: transform .8s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { transform: none; }
@keyframes nexusPulse { 50% { transform: scale(.7); opacity: .55; } }
@keyframes nexusBlink { 50% { opacity: 0; } }
@keyframes nexusSpin { to { transform: rotate(360deg); } }
@keyframes orbitTrace { to { stroke-dashoffset: -620; } }
@keyframes orbitPlane {
  0%, 100% { transform: rotate(-8deg) translate3d(0, 0, 0) scale(1); }
  50% { transform: rotate(-4deg) translate3d(1.4%, -1%, 0) scale(1.015); }
}
@keyframes orbitCorePulse {
  0%, 100% { transform: scale(1); box-shadow: inset 0 2px 16px rgba(255,255,255,.28), inset 0 -18px 40px rgba(42,78,0,.22), 0 0 0 1px rgba(255,255,255,.26), 0 0 125px rgba(184,255,44,.34); }
  50% { transform: scale(1.045); box-shadow: inset 0 2px 18px rgba(255,255,255,.34), inset 0 -18px 44px rgba(42,78,0,.22), 0 0 0 1px rgba(255,255,255,.34), 0 0 155px rgba(184,255,44,.48); }
}
@keyframes orbitSpark {
  0%, 100% { opacity: .38; transform: scale(.72); }
  45% { opacity: 1; transform: scale(1.28); }
}
@keyframes orbitNodeFloat {
  0%, 100% { margin-top: 0; filter: brightness(1); }
  50% { margin-top: -12px; filter: brightness(1.24); }
}
@keyframes nexusHeroCamera {
  0% { transform: translate3d(calc(-1.4% + var(--pointer-x)), calc(-1% + var(--pointer-y)), 0) scale(1.08) rotate(-.3deg); filter: saturate(1.02) contrast(1.04) brightness(.92); }
  55% { transform: translate3d(calc(.8% + var(--pointer-x)), calc(.4% + var(--pointer-y)), 0) scale(1.13) rotate(.15deg); filter: saturate(1.14) contrast(1.08) brightness(1.02); }
  100% { transform: translate3d(calc(1.8% + var(--pointer-x)), calc(-.7% + var(--pointer-y)), 0) scale(1.1) rotate(.45deg); filter: saturate(1.08) contrast(1.07) brightness(.96); }
}
@keyframes nexusTransformCamera {
  0% { transform: translate3d(calc(-1.2% + var(--pointer-x)), calc(.7% + var(--pointer-y)), 0) scale(1.08) rotate(-.25deg); filter: saturate(.9) contrast(1.05) brightness(.88); }
  50% { transform: translate3d(calc(1.1% + var(--pointer-x)), calc(-.5% + var(--pointer-y)), 0) scale(1.14) rotate(.2deg); filter: saturate(1.18) contrast(1.1) brightness(1.02); }
  100% { transform: translate3d(calc(2% + var(--pointer-x)), calc(.5% + var(--pointer-y)), 0) scale(1.1) rotate(.5deg); filter: saturate(1.03) contrast(1.08) brightness(.94); }
}
@keyframes nexusLightDrift {
  from { transform: translate3d(-7%, -5%, 0) scale(.86); opacity: .42; }
  to { transform: translate3d(14%, 10%, 0) scale(1.18); opacity: .82; }
}
@keyframes nexusPrismSweep {
  0%, 18% { transform: translateX(-48%) rotate(4deg); opacity: 0; }
  45% { opacity: .85; }
  72%, 100% { transform: translateX(48%) rotate(4deg); opacity: 0; }
}

@media (max-width: 980px) {
  .nexus-product .site-header { position: absolute; }
  .nexus-product .nav-wrap { flex-direction: column; align-items: flex-start; }
  .nexus-product .nav { width: 100%; overflow-x: auto; }
  .nexus-hero { min-height: 980px; align-items: flex-end; }
  .nexus-hero h1 { font-size: clamp(3.5rem, 8vw, 5.8rem); }
  .nexus-hero-media img { object-position: 62% center; }
  .nexus-hero-media::after { background: linear-gradient(0deg, #030307 0%, rgba(3,3,7,.78) 50%, rgba(3,3,7,.12)); }
  .nexus-hero-layout, .nexus-manifesto-grid, .nexus-console-grid, .nexus-deploy-grid, .nexus-contact-aside .container, .nexus-rebrand-intake-grid { grid-template-columns: 1fr; }
  .nexus-rebrand-guide { position: static; }
  .nexus-core-caption { justify-self: start; }
  .nexus-hero-rail { grid-template-columns: repeat(2, 1fr); }
  .nexus-console-grid { min-height: auto; }
  .nexus-prompt-panel { min-height: 520px; border-right: 0; border-bottom: 1px solid var(--border); }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nexus-capability-grid, .nexus-value-grid { grid-template-columns: 1fr; }
  .nexus-capability { border-right: 0; border-bottom: 1px solid #c8c6bf !important; }
  .nexus-capability:last-child { border-bottom: 0 !important; }
  .nexus-orbit { --orbit-size: min(86vw, 560px); }
  .orbit-node { --r: min(36vw, 238px); width: 68px; height: 68px; }
  .orbit-node small { display: none; }
}
@media (max-width: 620px) {
  .nexus-product .container { width: min(100% - 32px, 1840px); }
  .nexus-product .brand-text { display: none; }
  .nexus-product .nav-wrap { gap: .6rem; }
  .nexus-product .nav { border-radius: 14px; }
  .nexus-hero { min-height: 900px; padding-top: 190px; }
  .nexus-hero h1 { width: 100%; max-width: 100%; font-size: clamp(2.8rem, 11.5vw, 3.65rem); line-height: .88; }
  .nexus-hero h1 span, .nexus-hero h1 strong { max-width: 100%; white-space: normal; }
  .nexus-product .hero-actions { display: grid; grid-template-columns: 1fr; }
  .nexus-product .hero-actions .btn { width: 100%; }
  .nexus-overline { gap: 1rem; flex-direction: column; }
  .nexus-core-caption { display: none; }
  .nexus-hero-rail { display: none; }
  .nexus-statement { font-size: 13vw; }
  .nexus-scene-heading { display: block; }
  .nexus-scene-heading h2 { margin-top: 2rem; }
  .nexus-prompt { font-size: 1.8rem; }
  .nexus-builder-row { grid-template-columns: 1fr; }
  .nexus-builder-field.full { grid-column: auto; }
  .pricing-grid { grid-template-columns: 1fr; }
  .nexus-build-map { padding: .75rem; }
  .nexus-build-map article { grid-template-columns: 38px 1fr; }
  .nexus-build-map i { display: none; }
  .nexus-transformation { min-height: 900px; align-items: flex-end; }
  .nexus-transform-media img { object-position: 66% center; }
  .nexus-transform-media::after { background: linear-gradient(0deg, #030307 15%, rgba(3,3,7,.55) 65%, rgba(3,3,7,.2)); }
  .nexus-transform-copy h2, .nexus-finale h2, .nexus-page-hero h1 { font-size: 13vw; }
  .nexus-capability { min-height: 330px; }
  .nexus-timeline article { grid-template-columns: 55px 1fr; gap: 1rem; }
  .nexus-orbit { --orbit-size: min(92vw, 430px); margin-block: 1rem 2rem; }
  .orbit-core { width: 104px; height: 104px; }
  .orbit-node { --r: min(39vw, 186px); width: 54px; height: 54px; padding: .35rem; }
  .orbit-node b { font-size: .74rem; }
}

@media (max-height: 600px) and (min-width: 900px) {
  .nexus-manifesto { padding: 4.5rem 0; }
  .nexus-statement { margin: 2rem 0 3.5rem; }
  .nexus-generator, .nexus-capabilities, .nexus-deploy, .nexus-values, .nexus-rebrand-steps { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .nexus-page-hero { min-height: 520px; padding-top: 120px; padding-bottom: 3.5rem; }
  .nexus-transformation { min-height: 620px; }
  .nexus-transform-copy { padding-top: 5rem; padding-bottom: 5rem; }
  .nexus-finale { min-height: 560px; }
}

@media (min-width: 2200px) {
  body.nexus-product.display-4k { font-size: 1.25rem; }
  body.nexus-product.display-4k .container { width: min(100% - 180px, 2600px); }
  body.nexus-product.display-4k .nexus-hero h1 { max-width: 1900px; font-size: clamp(8rem, 4.8vw, 11.5rem); }
  body.nexus-product.display-4k .nexus-lead { max-width: 980px; font-size: 1.8rem; }
  body.nexus-product.display-4k .nexus-console-grid { min-height: 900px; }
  body.nexus-product.display-4k .nexus-capability { min-height: 580px; }
  body.nexus-product.display-4k .nexus-orbit { --orbit-size: min(34vw, 760px); }
}

@media (prefers-reduced-motion: reduce) {
  .nexus-hero-media img,
  .nexus-transform-media img,
  .nexus-hero-media::before,
  .nexus-transform-media::before,
  .orbit-illustration,
  .orbit-line,
  .orbit-spark,
  .orbit-core,
  .orbit-core::before,
  .orbit-node { animation: none; }
}
