:root {
  color-scheme: light;
  --paper: #f3f1ec;
  --paper-deep: #e9e6df;
  --white: #fff;
  --ink: #10100f;
  --muted: #5d5b56;
  --quiet: #64615b;
  --line: rgba(16, 16, 15, .18);
  --line-soft: rgba(16, 16, 15, .1);
  --night: #0e0f0e;
  --night-panel: #181918;
  --night-line: rgba(255, 255, 255, .16);
  --night-muted: #aaa9a4;
  --green: #c7f36a;
  --mint: #b9f3d0;
  --lilac: #d5c8ff;
  --orange: #ff9d64;
  --shell: 1280px;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
img { max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(243,241,236,.9); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 680; letter-spacing: -.035em; text-decoration: none; }
.brand-mark { width: 23px; height: 23px; display: grid; place-items: center; }
.brand-mark img { width: 19px; height: 19px; display: block; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.nav-links a { text-decoration: none; }
.nav-links > a:not(.button) { color: var(--muted); }
.nav-links > a:not(.button):hover { color: var(--ink); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 650; letter-spacing: -.015em; text-decoration: none; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 38px; padding-inline: 17px; }
.button-dark, .button-primary { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-dark:hover, .button-primary:hover { background: #2b2b28; }
.button-plain { background: transparent; }
.button-plain:hover { background: rgba(16,16,15,.05); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.42); color: var(--white); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.eyebrow { margin-bottom: 22px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.microcopy { color: var(--quiet); font-family: var(--mono); font-size: 10px; line-height: 1.5; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #48a53b; }
.status-dot-warm { background: #d86532; }
.lede { color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; letter-spacing: -.025em; }

/* Home */
.hero-clean { min-height: 650px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 90px; padding-block: 112px 88px; }
.hero-clean h1 { margin: 0; font-size: clamp(70px, 9vw, 132px); font-weight: 560; line-height: .84; letter-spacing: -.083em; }
.hero-clean-side { padding-bottom: 7px; }
.hero-clean-side > p:first-child { margin-bottom: 34px; font-size: clamp(18px, 1.75vw, 23px); line-height: 1.5; letter-spacing: -.03em; }
.hero-clean-side .microcopy { margin: 22px 0 0; }

.concept-wrap { padding-bottom: 110px; }
.concept-stage { overflow: hidden; border: 1px solid rgba(16,16,15,.22); border-radius: 12px; background: linear-gradient(135deg, #dcecff 0%, #dacfff 35%, #f6c9db 66%, #ffd49e 100%); box-shadow: 0 35px 90px rgba(53,45,35,.13); }
.concept-topbar { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding-inline: 20px; border-bottom: 1px solid rgba(16,16,15,.17); background: rgba(255,255,255,.55); color: rgba(16,16,15,.65); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.concept-topbar > span:last-child { text-align: right; }
.concept-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-family: var(--sans); font-size: 12px; font-weight: 670; text-transform: none; }
.concept-brand img { width: 15px; height: 15px; }
.concept-grid { min-height: 590px; display: grid; grid-template-columns: 1fr .82fr; gap: 22px; padding: 54px 54px 28px; }
.direction-card, .frame-card { border: 1px solid rgba(16,16,15,.2); border-radius: 10px; background: rgba(255,255,255,.82); box-shadow: 0 22px 45px rgba(60,46,65,.12); }
.direction-card { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 66px); }
.concept-label { margin-bottom: 34px; color: var(--quiet); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.direction-card h2 { max-width: 640px; margin-bottom: auto; font-size: clamp(40px, 5.2vw, 74px); font-weight: 540; line-height: .98; letter-spacing: -.06em; }
.prompt-line { display: grid; grid-template-columns: 32px 1fr 70px; align-items: center; gap: 12px; margin-top: 54px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.prompt-line > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); }
.prompt-line p { margin: 0; color: var(--muted); font-size: 12px; }
.prompt-line i { height: 4px; overflow: hidden; border-radius: 4px; background: var(--paper-deep); }
.prompt-line i::after { width: 62%; height: 100%; display: block; background: var(--ink); content: ""; animation: progress 2.8s ease-in-out infinite alternate; }
@keyframes progress { to { width: 86%; } }
.concept-pills { display: flex; gap: 7px; margin-top: 14px; }
.concept-pills span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.frame-card { position: relative; overflow: hidden; display: grid; place-items: center; background: #171b1c; color: white; }
.frame-card::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.5), transparent 55%); content: ""; }
.frame-light { position: absolute; width: 115%; height: 48%; top: -10%; background: var(--orange); filter: blur(40px); opacity: .85; transform: rotate(-8deg); }
.frame-subject { position: absolute; width: 45%; height: 75%; bottom: -8%; border-radius: 48% 48% 8% 8%; background: #202829; box-shadow: 0 0 0 1px rgba(255,255,255,.1); }
.frame-card p { position: relative; z-index: 2; margin: 0; font-size: clamp(24px, 3vw, 44px); font-weight: 680; line-height: .92; letter-spacing: -.05em; text-align: center; }
.frame-card > span { position: absolute; z-index: 2; right: 18px; bottom: 16px; font-family: var(--mono); font-size: 9px; }
.concept-timeline { display: grid; grid-template-columns: 90px 1fr; min-height: 126px; border-top: 1px solid rgba(16,16,15,.2); background: rgba(255,255,255,.72); }
.timeline-labels { display: grid; grid-template-rows: repeat(3, 1fr); padding: 12px 14px; border-right: 1px solid var(--line); color: var(--quiet); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.timeline-labels span { display: flex; align-items: center; }
.timeline-tracks { position: relative; display: grid; grid-template-columns: 1.3fr .55fr 1fr .72fr; grid-template-rows: repeat(3, 1fr); gap: 4px; padding: 12px; }
.timeline-tracks span { border-radius: 3px; background: rgba(16,16,15,.82); }
.timeline-tracks span:nth-child(2) { background: #875dd1; }
.timeline-tracks span:nth-child(3) { grid-row: 2; background: #4eaf82; }
.timeline-tracks span:nth-child(4) { grid-row: 3; grid-column: 2 / 5; background: #e9955f; }
.timeline-tracks i { position: absolute; top: 6px; bottom: 6px; left: 63%; width: 1px; background: var(--ink); }
.timeline-tracks i::before { position: absolute; top: 0; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); content: ""; }
.artifact-caption { margin: 12px 0 0; color: var(--quiet); font-family: var(--mono); font-size: 8px; letter-spacing: .07em; text-align: right; text-transform: uppercase; }

.principle-strip { border-block: 1px solid var(--line); }
.principle-strip-grid { min-height: 112px; display: grid; grid-template-columns: repeat(7, auto); align-items: center; justify-content: space-between; gap: 20px; }
.principle-strip p { margin: 0; font-size: 14px; font-weight: 620; letter-spacing: -.02em; }
.principle-strip span { color: var(--quiet); }

.dark-story { padding-block: 142px; background: var(--night); color: var(--white); }
.dark-story .eyebrow { color: var(--night-muted); }
.dark-story-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.dark-story-intro .eyebrow { grid-column: 1 / -1; }
.dark-story-intro h2 { margin: 0; font-size: clamp(60px, 7vw, 104px); font-weight: 530; line-height: .9; letter-spacing: -.075em; }
.dark-story-intro > p:last-child { margin: 0; color: var(--night-muted); font-size: 18px; line-height: 1.6; letter-spacing: -.025em; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 90px; padding: 1px; background: var(--night-line); }
.capability-grid article { min-height: 500px; display: flex; flex-direction: column; padding: 38px; background: var(--night-panel); }
.capability-grid article > span { color: var(--night-muted); font-family: var(--mono); font-size: 9px; }
.capability-grid h3 { margin: 68px 0 14px; font-size: 30px; font-weight: 560; letter-spacing: -.045em; }
.capability-grid p { margin: 0; color: var(--night-muted); font-size: 14px; line-height: 1.65; }
.mini-visual { height: 135px; margin-top: auto; display: flex; align-items: flex-end; gap: 7px; }
.mini-visual i { display: block; border-radius: 3px; }
.mini-story i { flex: 1; height: 72%; background: var(--lilac); }
.mini-story i:nth-child(2) { height: 100%; background: var(--mint); }
.mini-story i:nth-child(3) { height: 54%; background: var(--orange); }
.mini-rhythm { align-items: center; }
.mini-rhythm i { width: 20%; background: var(--green); }
.mini-rhythm i:nth-child(1), .mini-rhythm i:nth-child(5) { height: 28%; }
.mini-rhythm i:nth-child(2), .mini-rhythm i:nth-child(4) { height: 65%; }
.mini-rhythm i:nth-child(3) { height: 100%; }
.mini-edit { position: relative; display: grid; grid-template-columns: 1fr .45fr 1fr; align-items: center; }
.mini-edit i { height: 75%; border: 1px solid rgba(255,255,255,.4); }
.mini-edit i:nth-child(2) { height: 1px; background: white; }
.mini-edit i:nth-child(3) { background: var(--orange); }

.editorial-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; padding-block: 150px; }
.editorial-title h2, .access-copy h2 { margin: 0; font-size: clamp(54px, 6.5vw, 90px); font-weight: 530; line-height: .92; letter-spacing: -.07em; }
.editorial-list { border-top: 1px solid var(--line); }
.editorial-list article { display: grid; grid-template-columns: .7fr 1.3fr; gap: 34px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.editorial-list h3 { margin: 0; font-size: 16px; font-weight: 620; letter-spacing: -.025em; }
.editorial-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.access-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; margin-bottom: 120px; border: 1px solid var(--line); background: var(--white); }
.access-copy, .access-visual { padding: clamp(42px, 6vw, 78px); }
.access-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.access-copy h2 { margin-bottom: 28px; }
.access-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.arrow-link { margin-top: 24px; font-size: 13px; font-weight: 650; text-underline-offset: 5px; }
.access-visual { display: grid; place-items: center; align-content: center; background: var(--green); }
.otp-visual { width: 100%; display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.otp-visual span { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(16,16,15,.3); border-radius: 6px; background: rgba(255,255,255,.45); color: rgba(16,16,15,.55); font-size: 24px; }
.access-visual p { margin: 18px 0 0; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }

.launch-section { padding-block: 140px; background: var(--night); color: white; }
.launch-inner { text-align: center; }
.launch-inner .eyebrow { color: var(--night-muted); }
.launch-inner h2 { margin-bottom: 28px; font-size: clamp(64px, 8vw, 116px); font-weight: 530; line-height: .86; letter-spacing: -.078em; }
.launch-inner > p:not(.eyebrow) { max-width: 620px; margin-inline: auto; color: var(--night-muted); font-size: 16px; line-height: 1.65; }
.launch-inner .actions { justify-content: center; margin-top: 34px; }

.site-footer { border-top: 1px solid var(--line); }
.footer-grid { min-height: 260px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 36px 120px; }
.footer-grid > div > p { margin: 16px 0 0; color: var(--quiet); font-size: 12px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, auto); gap: 13px 38px; font-size: 12px; }
.footer-grid nav a { color: var(--muted); text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--quiet); font-family: var(--mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

/* Utility routes */
.utility-page { min-height: calc(100vh - 76px); }
.utility-hero, .auth-grid, .account-grid { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; padding-block: 90px; }
.utility-title h1, .auth-intro h1, .account-card h1 { margin-bottom: 28px; font-size: clamp(60px, 7.3vw, 105px); font-weight: 540; line-height: .88; letter-spacing: -.075em; }
h1 em { color: var(--quiet); font-style: normal; font-weight: inherit; }
.release-panel, .instruction-card, .account-card { padding: clamp(30px, 4.7vw, 58px); border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 30px 70px rgba(60,52,40,.08); }
.release-panel { display: grid; grid-template-columns: 76px 1fr; gap: 24px; }
.release-glyph { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--green); }
.release-glyph img { width: 28px; height: 28px; }
.panel-label { margin-bottom: 7px; color: var(--quiet); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.release-panel h2 { margin: 0; font-size: 24px; font-weight: 580; letter-spacing: -.04em; }
.release-panel > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.release-state { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; padding: 14px 16px; border: 1px solid rgba(201,87,36,.25); border-radius: 7px; background: #fff0e6; color: #8b3e1e; font-size: 12px; }
.release-state span { width: 7px; height: 7px; border-radius: 50%; background: #cf6032; }
.release-meter { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; }
.release-meter > div { min-width: 0; padding: 15px 12px; border-right: 1px solid rgba(255,255,255,.14); }
.release-meter > div:last-child { border: 0; }
.release-meter span, .release-meter small { display: block; font-family: var(--mono); font-size: 7px; letter-spacing: .05em; text-transform: uppercase; }
.release-meter span { margin-bottom: 24px; color: rgba(255,255,255,.58); }
.release-meter strong { display: block; overflow: hidden; margin-bottom: 6px; font-size: 10px; font-weight: 560; text-overflow: ellipsis; white-space: nowrap; }
.release-meter small { color: #ffad95; }
.release-meter > div:first-child small { color: var(--green); }
.checklist-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding-block: 120px; border-top: 1px solid var(--line); }
.checklist-section h2, .support-band h2 { margin: 0; font-size: clamp(44px, 5.3vw, 72px); font-weight: 540; line-height: .94; letter-spacing: -.065em; }
.release-checks, .instruction-list { margin: 0; padding: 0; list-style: none; }
.release-checks li, .instruction-list li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 23px 0; border-top: 1px solid var(--line); }
.release-checks li:last-child, .instruction-list li:last-child { border-bottom: 1px solid var(--line); }
.release-checks li > span, .instruction-list li > span { color: var(--quiet); font-family: var(--mono); font-size: 8px; }
.release-checks h3, .instruction-list h2 { margin-bottom: 7px; font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.release-checks p, .instruction-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.support-band { position: relative; isolation: isolate; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; overflow: hidden; margin-bottom: 110px; padding: 52px; border: 1px solid #171815; background: #171815; color: white; }
.support-band::before { position: absolute; z-index: -1; width: 430px; aspect-ratio: 1; top: -230px; right: -80px; border-radius: 50%; background: rgba(207,255,71,.1); filter: blur(22px); content: ""; }
.support-band h2 { margin-bottom: 15px; font-size: clamp(36px, 4vw, 54px); }
.support-band p { color: rgba(255,255,255,.58); }
.support-band .eyebrow { color: rgba(255,255,255,.52); }
.support-band .button-primary { border-color: var(--green); background: var(--green); color: var(--ink); }
.support-band .button:not(.button-primary) { border-color: rgba(255,255,255,.3); color: white; }

.auth-intro .lede { max-width: 520px; }
.otp-visual-large { margin-top: 42px; }
.instruction-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--green); }
.instruction-icon img { width: 20px; }
.instruction-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.instruction-head .instruction-icon { flex: 0 0 auto; margin: 0; }
.instruction-head > span { color: var(--quiet); font-family: var(--mono); font-size: 8px; letter-spacing: .07em; text-align: right; text-transform: uppercase; }
.auth-grid[data-state="link-cleared"] .instruction-icon, .auth-grid[data-state="retry"] .instruction-icon { background: #ffb49e; }
.auth-grid[data-state="link-cleared"] .desktop-code-card, .auth-grid[data-state="retry"] .desktop-code-card { border-color: rgba(255,138,104,.48); box-shadow: 0 26px 70px rgba(80,42,31,.15); }
.auth-grid[data-state="link-cleared"] .desktop-code-bar > span, .auth-grid[data-state="retry"] .desktop-code-bar > span { color: #ffb49e; }
.auth-grid[data-state="link-cleared"] .instruction-head > span, .auth-grid[data-state="retry"] .instruction-head > span { color: #a54527; }
.notice { margin: 26px 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); color: var(--muted); font-size: 12px; line-height: 1.65; }
.notice[data-tone="secure"], .notice[data-tone="success"] { border-color: rgba(58,127,54,.25); background: #edf8e8; color: #2f662c; }
.notice[data-tone="warning"], .notice[data-tone="error"] { border-color: rgba(201,87,36,.25); background: #fff0e6; color: #8b3e1e; }
.privacy-note { display: flex; gap: 26px; margin-bottom: 110px; padding: 36px 40px; border: 1px solid var(--line); background: var(--white); }
.privacy-note > span { color: #d35f31; font-size: 25px; }
.privacy-note h2 { margin-bottom: 8px; font-size: 18px; }
.privacy-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.privacy-note[data-state="link-cleared"], .privacy-note[data-state="retry"] { border-color: #171815; background: #171815; box-shadow: 0 24px 64px rgba(30,27,22,.12); color: white; }
.privacy-note[data-state="link-cleared"] p, .privacy-note[data-state="retry"] p { color: rgba(255,255,255,.62); }
.privacy-note[data-state="link-cleared"] > span, .privacy-note[data-state="retry"] > span { color: #ff8a68; }

.account-art { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(140deg, var(--lilac), var(--mint) 55%, var(--green)); }
.account-art::after { position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(16,16,15,.22); border-radius: 50%; content: ""; }
.account-star { position: relative; z-index: 2; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--white); box-shadow: 0 15px 40px rgba(46,48,35,.12); }
.account-star img { width: 28px; height: 28px; }
.account-art > i { position: absolute; z-index: 1; width: 26%; height: 9px; border-radius: 9px; background: rgba(16,16,15,.75); }
.account-art > i:nth-of-type(1) { left: 8%; transform: rotate(22deg); }
.account-art > i:nth-of-type(2) { right: 7%; transform: rotate(-18deg); }
.account-art > i:nth-of-type(3) { bottom: 18%; width: 9px; height: 22%; }
.account-art strong { position: absolute; z-index: 2; bottom: 28px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.account-card .microcopy { margin: 22px 0 0; }

@media (min-width: 981px) {
  .account-layout .account-art { grid-column: 1; grid-row: 1; }
  .account-layout .account-card { grid-column: 2; grid-row: 1; }
}
.noscript-note { margin-bottom: 70px; padding: 24px; border: 1px solid var(--line); background: white; }
.noscript-note p { color: var(--muted); }

.error-page { display: grid; place-items: center; padding: 60px 0; }
.error-card { position: relative; min-height: 620px; display: flex; align-items: center; flex-direction: column; justify-content: center; overflow: hidden; border: 1px solid var(--line); background: var(--white); text-align: center; }
.error-code { position: absolute; color: rgba(16,16,15,.04); font-size: min(44vw, 560px); font-weight: 700; letter-spacing: -.1em; line-height: 1; }
.error-card > :not(.error-code) { position: relative; z-index: 1; }
.error-star { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--green); }
.error-star img { width: 21px; }
.error-card h1 { margin-bottom: 20px; font-size: clamp(48px, 7vw, 86px); font-weight: 540; line-height: .9; letter-spacing: -.07em; }
.error-card > p:not(.eyebrow):not(.error-code) { max-width: 460px; color: var(--muted); }
.error-card .actions { margin-top: 24px; }

@media (max-width: 980px) {
  .hero-clean, .dark-story-intro, .editorial-section, .utility-hero, .auth-grid, .account-grid, .checklist-section { grid-template-columns: 1fr; gap: 58px; }
  .hero-clean { align-items: start; }
  .hero-clean-side { max-width: 620px; }
  .concept-grid { grid-template-columns: 1fr; }
  .frame-card { min-height: 440px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 390px; }
  .access-section { grid-template-columns: 1fr; }
  .utility-hero, .auth-grid, .account-grid { padding-block: 76px; }
}

@media (max-width: 680px) {
  .shell { width: min(var(--shell), calc(100% - 28px)); }
  .nav { min-height: 66px; }
  .nav-links { gap: 12px; }
  .nav-links > a:not(.button) { display: none; }
  .hero-clean { min-height: auto; padding-block: 70px 60px; gap: 42px; }
  .hero-clean h1 { font-size: clamp(60px, 19vw, 82px); }
  .hero-clean-side > p:first-child { font-size: 18px; }
  .hero-clean-side .actions, .support-band .actions, .account-card .actions { align-items: stretch; flex-direction: column; }
  .hero-clean-side .button, .support-band .button, .account-card .button { width: 100%; }
  .concept-wrap { width: 100%; padding-bottom: 76px; }
  .concept-stage { border-right: 0; border-left: 0; border-radius: 0; }
  .concept-topbar { grid-template-columns: 1fr auto; padding-inline: 14px; }
  .concept-topbar > span:nth-child(2) { display: none; }
  .concept-grid { min-height: auto; gap: 12px; padding: 18px 14px 14px; }
  .direction-card { min-height: 440px; padding: 28px; }
  .direction-card h2 { font-size: 43px; }
  .prompt-line { grid-template-columns: 30px 1fr; }
  .prompt-line i { display: none; }
  .frame-card { min-height: 430px; }
  .concept-timeline { grid-template-columns: 62px 1fr; min-height: 110px; }
  .artifact-caption { padding-inline: 14px; text-align: left; }
  .principle-strip-grid { min-height: 100px; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .principle-strip p { font-size: 11px; }
  .principle-strip span { display: none; }
  .dark-story { padding-block: 92px; }
  .dark-story-intro h2 { font-size: 56px; }
  .dark-story-intro > p:last-child { font-size: 16px; }
  .capability-grid { margin-top: 58px; }
  .capability-grid article { min-height: 410px; padding: 30px; }
  .editorial-section { padding-block: 94px; }
  .editorial-title h2, .access-copy h2 { font-size: 53px; }
  .editorial-list article { grid-template-columns: 1fr; gap: 10px; }
  .access-section { width: calc(100% - 28px); min-height: 0; margin-bottom: 82px; }
  .access-copy, .access-visual { padding: 40px 28px; }
  .otp-visual { gap: 4px; }
  .launch-section { padding-block: 96px; }
  .launch-inner h2 { font-size: 62px; }
  .launch-inner .actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 58px; }
  .copyright { grid-column: auto; }
  .utility-hero, .auth-grid, .account-grid { min-height: 0; padding-block: 62px; }
  .utility-title h1, .auth-intro h1, .account-card h1 { font-size: clamp(54px, 17vw, 76px); }
  .release-panel { grid-template-columns: 62px 1fr; padding: 28px; }
  .release-glyph { width: 62px; height: 62px; }
  .release-meter { grid-template-columns: repeat(2, 1fr); }
  .release-meter > div:nth-child(2) { border-right: 0; }
  .release-meter > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .checklist-section { padding-block: 78px; }
  .support-band { align-items: stretch; flex-direction: column; margin-bottom: 70px; padding: 30px; }
  .instruction-card, .account-card { padding: 28px; }
  .privacy-note { margin-bottom: 70px; padding: 26px; }
  .account-art { min-height: 330px; }
  .error-card { min-height: 550px; padding-inline: 24px; }
}

/* Product-native recovery state */
.error-card { isolation: isolate; border-color: rgba(255,255,255,.13); background: #151613; color: white; box-shadow: 0 35px 90px rgba(25,23,19,.14); }
.error-card::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 44%, rgba(207,255,71,.11), transparent 31%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 44px 44px, 44px 44px; content: ""; }
.error-code { color: rgba(207,255,71,.035); -webkit-text-stroke: 1px rgba(207,255,71,.1); }
.error-star { background: var(--green); box-shadow: 0 0 54px rgba(207,255,71,.18); }
.error-card .eyebrow { color: rgba(255,255,255,.48); }
.error-card > p:not(.eyebrow):not(.error-code) { color: rgba(255,255,255,.58); }
.error-track { width: min(500px, 72%); height: 45px; display: grid; grid-template-columns: 1.1fr .72fr .9fr 18px 1.15fr; gap: 4px; align-items: center; margin: 22px 0 2px; padding: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; background: rgba(255,255,255,.025); }
.error-track span { height: 100%; border-radius: 2px; background: rgba(255,255,255,.16); }
.error-track span:nth-child(2) { background: rgba(142,201,255,.32); }.error-track span:nth-child(3) { background: rgba(184,164,255,.3); }.error-track span:last-child { background: rgba(255,138,104,.3); }
.error-track i { position: relative; height: 1px; background: var(--green); transform: rotate(-54deg); }
.error-track i::after { position: absolute; width: 6px; height: 6px; top: -3px; left: calc(50% - 3px); border-radius: 50%; background: var(--green); content: ""; box-shadow: 0 0 16px var(--green); }
.error-card .actions { margin-top: 24px; }
.error-card .button-dark { border-color: var(--green); background: var(--green); color: #10110f; }
.error-card .button-dark:hover { background: #ddff79; }.error-card .button-plain { border-color: rgba(255,255,255,.28); color: white; }.error-card .button-plain:hover { background: rgba(255,255,255,.07); }

@media (max-width: 680px) {
  .error-card { min-height: 610px; }
  .error-track { width: 84%; margin-top: 18px; }
}

/* Cohesive utility surfaces */
.site-header:not(.home-header) { padding-block: 14px; border: 0; background: var(--paper); }
.site-header:not(.home-header) .nav { min-height: 56px; padding: 7px 9px 7px 17px; border: 1px solid var(--line-soft); border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 12px 38px rgba(36,32,26,.05); backdrop-filter: blur(16px); }
.site-header:not(.home-header) .brand-mark { width: 19px; height: 19px; padding: 4px; border-radius: 50%; background: var(--green); }
.site-header:not(.home-header) .brand-mark img { width: 12px; height: 12px; }
.release-panel { border-color: rgba(255,255,255,.12); background: #171815; box-shadow: 0 32px 76px rgba(20,20,18,.17); color: white; }
.release-panel .panel-label, .release-panel > p { color: rgba(255,255,255,.54); }
.release-panel .release-state { border-color: rgba(255,138,104,.3); background: rgba(255,138,104,.1); color: #ffb49e; }
.release-panel .release-state span { background: #ff8a68; }
.desktop-code-card { overflow: hidden; margin-top: 42px; border: 1px solid var(--line); border-radius: 10px; background: #171815; box-shadow: 0 26px 70px rgba(30,27,22,.12); color: white; }
.desktop-code-bar { min-height: 45px; display: flex; align-items: center; justify-content: space-between; padding-inline: 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
.desktop-code-bar strong { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 580; }
.desktop-code-bar img { width: 13px; filter: invert(1); }
.desktop-code-bar span, .desktop-code-card > p { color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.desktop-code-card .otp-visual-large { margin: 0; padding: 20px 20px 12px; }
.desktop-code-card .otp-visual span { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: var(--green); }
.desktop-code-card > p { margin: 0; padding: 0 20px 18px; }
.account-art { background: radial-gradient(circle at 50% 48%, rgba(207,255,71,.38), transparent 23%), linear-gradient(140deg, #b8a4ff, #8ec9ff 48%, #cfff47); }
.account-art::before, .account-art::after { position: absolute; border: 1px solid rgba(16,16,15,.18); border-radius: 50%; content: ""; }
.account-art::before { width: 78%; aspect-ratio: 1; }.account-art::after { width: 48%; aspect-ratio: 1; }
.account-star { z-index: 3; width: 92px; height: 92px; background: var(--green); box-shadow: 0 16px 46px rgba(39,44,28,.17); }
.account-route { position: absolute; z-index: 3; padding: 9px 12px; border: 1px solid rgba(16,16,15,.2); border-radius: 999px; background: rgba(255,255,255,.72); font-family: var(--mono); font-size: 7px; letter-spacing: .05em; text-transform: uppercase; backdrop-filter: blur(10px); }
.account-route::after { position: absolute; height: 1px; background: rgba(16,16,15,.34); content: ""; }
.account-route-credit { top: 13%; left: 9%; }.account-route-credit::after { width: 110px; top: 50%; left: 100%; transform: rotate(27deg); transform-origin: left; }
.account-route-payment { top: 18%; right: 7%; }.account-route-payment::after { width: 105px; top: 50%; right: 100%; transform: rotate(-31deg); transform-origin: right; }
.account-route-desktop { right: 8%; bottom: 17%; }.account-route-desktop::after { width: 100px; right: 100%; bottom: 50%; transform: rotate(31deg); transform-origin: right; }
.account-art > strong { z-index: 3; }
.account-state-badge { position: absolute; z-index: 4; top: 28px; left: 50%; display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px 6px 6px; border: 1px solid rgba(16,16,15,.18); border-radius: 999px; background: rgba(255,255,255,.76); box-shadow: 0 9px 28px rgba(33,34,28,.08); transform: translateX(-50%); backdrop-filter: blur(12px); }
.account-state-badge i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #171815; color: white; font-family: var(--mono); font-size: 9px; font-style: normal; }
.account-state-badge b { font-family: var(--mono); font-size: 7px; font-weight: 560; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.account-art[data-flow="checkout"] .account-route-credit, .account-art[data-flow="setup"] .account-route-payment { border-color: #171815; background: #171815; color: white; box-shadow: 0 8px 24px rgba(24,24,21,.15); transform: translateY(-2px); }
.account-art[data-state="confirmed"] { background: radial-gradient(circle at 50% 48%, rgba(207,255,71,.52), transparent 25%), linear-gradient(140deg, #8ec9ff, #a5d8cf 48%, #cfff47); }
.account-art[data-state="confirmed"] .account-state-badge i { background: var(--green); color: var(--ink); }
.account-art[data-state="cancelled"] { background: radial-gradient(circle at 50% 48%, rgba(255,255,255,.48), transparent 24%), linear-gradient(140deg, #d5c8ff, #e5d7d0 52%, #ffb494); }
.account-art[data-state="cancelled"] .account-star { background: rgba(255,255,255,.82); }
.account-art[data-state="cancelled"] .account-state-badge i { background: #ff8a68; color: var(--ink); }
.account-art[data-state="confirmed"] .account-star { animation: account-confirm 560ms cubic-bezier(.22,.85,.28,1) both; }
@keyframes account-confirm { 0% { transform: scale(.72); opacity: .25; } 100% { transform: scale(1); opacity: 1; } }

@media (max-width: 680px) {
  .site-header:not(.home-header) { padding-block: 10px; }
  .site-header:not(.home-header) .nav { width: calc(100% - 20px); min-height: 52px; padding: 6px 8px 6px 14px; }
  .desktop-code-card { margin-top: 32px; }
  .desktop-code-card .otp-visual-large { padding: 16px 14px 10px; }
  .desktop-code-card > p { padding: 0 14px 15px; }
  .account-route-credit { top: 10%; left: 5%; }.account-route-payment { top: 15%; right: 4%; }.account-route-desktop { right: 5%; bottom: 13%; }
  .account-state-badge { top: 18px; }
}

/* Premium composition refinements */
.home-header { top: 18px; right: 0; bottom: auto; left: 0; border: 0; }
.home-header .nav { min-height: 58px; padding: 8px 9px 8px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(19,20,18,.72); box-shadow: 0 14px 45px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.home-header .brand-mark { width: 19px; height: 19px; padding: 4px; border-radius: 50%; background: var(--acid); }
.home-header .brand-mark img { width: 12px; height: 12px; }
.home-header .button-small { min-height: 40px; }
.harness-hero { position: relative; isolation: isolate; }
.harness-hero::before { position: absolute; z-index: -1; width: min(70vw, 980px); aspect-ratio: 1; top: -52%; left: 34%; border-radius: 50%; background: radial-gradient(circle, rgba(98,81,213,.22), rgba(207,255,71,.06) 38%, transparent 68%); filter: blur(24px); content: ""; }
.analysis-console { position: relative; }
.analysis-console::after { position: absolute; inset: 48px 0 auto; height: 1px; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(207,255,71,.4), transparent); box-shadow: 0 0 22px rgba(207,255,71,.24); content: ""; animation: console-scan 8s ease-in-out infinite; }
@keyframes console-scan { 0%, 100% { transform: translateY(40px); opacity: 0; } 15%, 85% { opacity: .7; } 50% { transform: translateY(610px); opacity: .35; } }
.intelligence-grid article, .pipeline-list li, .skill-card, .role { transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.intelligence-grid article:hover { transform: translateY(-5px); }
.pipeline-list li:hover { transform: translateX(5px); }
.skill-grid { grid-template-columns: repeat(12, 1fr); }
.skill-card { grid-column: span 4; }
.skill-card:nth-child(1), .skill-card:nth-child(6) { grid-column: span 7; }
.skill-card:nth-child(2), .skill-card:nth-child(5) { grid-column: span 5; }
.skill-card:nth-child(3), .skill-card:nth-child(4) { min-height: 390px; grid-column: span 6; }
.skill-card:hover { position: relative; z-index: 2; transform: translateY(-5px); box-shadow: 0 22px 55px rgba(27,24,20,.12); }
.skill-card:nth-child(6) { background: linear-gradient(135deg, #171815, #24251f); }
.role:hover { border-color: rgba(207,255,71,.55); background: #272821; transform: translateY(-4px); }
.marketing-launch { position: relative; overflow: hidden; }
.marketing-launch::before { position: absolute; width: 620px; aspect-ratio: 1; top: -72%; left: calc(50% - 310px); border-radius: 50%; background: rgba(207,255,71,.08); filter: blur(35px); content: ""; }
.marketing-launch .launch-inner { position: relative; }

@media (max-width: 980px) {
  .skill-card, .skill-card:nth-child(1), .skill-card:nth-child(2), .skill-card:nth-child(3), .skill-card:nth-child(4), .skill-card:nth-child(5), .skill-card:nth-child(6) { grid-column: span 6; }
}

@media (max-width: 680px) {
  .home-header { top: 10px; }.home-header .nav { width: calc(100% - 20px); min-height: 52px; padding: 6px 6px 6px 14px; }.home-header .brand { font-size: 14px; }.home-header .button-small { min-height: 36px; padding-inline: 14px; }
  .harness-hero::before { width: 150vw; top: -25%; left: 5%; }
  .analysis-console::after { display: none; }
  .intelligence-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .intelligence-grid article, .intelligence-grid article:not(:first-child) { min-height: 270px; padding: 24px 16px 20px 0; border-right: 1px solid var(--line); }
  .intelligence-grid article:nth-child(2n) { padding-right: 0; padding-left: 16px; border-right: 0; }
  .intelligence-grid h3 { margin-top: 42px; font-size: 20px; }
  .skills-section { overflow: hidden; }
  .skill-grid { width: calc(100% - 14px); margin-right: 0; margin-left: 14px; display: flex; gap: 10px; overflow-x: auto; padding: 0 28px 18px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .skill-grid::-webkit-scrollbar { display: none; }
  .skill-card, .skill-card:nth-child(1), .skill-card:nth-child(2), .skill-card:nth-child(3), .skill-card:nth-child(4), .skill-card:nth-child(5), .skill-card:nth-child(6) { min-width: min(82vw, 330px); min-height: 420px; grid-column: auto; scroll-snap-align: start; }
  .skill-card h3 { font-size: 29px; }
  .role-map { min-height: 720px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Marketing home */
.marketing-home { --acid: #cfff47; --violet: #b8a4ff; --blue: #8ec9ff; --coral: #ff8a68; overflow: hidden; }
.home-header { position: absolute; inset: 0 0 auto; border-color: rgba(255,255,255,.14); background: transparent; color: white; backdrop-filter: none; }
.home-header .nav-links > a:not(.button) { color: rgba(255,255,255,.68); }
.home-header .nav-links > a:not(.button):hover { color: white; }
.button-acid { border-color: var(--acid, #cfff47); background: var(--acid, #cfff47); color: #10110f; }
.button-acid:hover { background: #deff7b; }
.eyebrow-light { color: rgba(255,255,255,.55); }

.harness-hero { padding: 174px 0 0; background: #10110f; color: white; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 72px; padding-bottom: 88px; }
.hero-copy h1 { max-width: 940px; margin-bottom: 32px; font-size: clamp(70px, 7.6vw, 116px); font-weight: 520; line-height: .88; letter-spacing: -.078em; }
.hero-copy h1 em, .velocity-copy h2 em, .skills-heading h2 em, .marketing-launch h2 em { color: var(--acid); font-style: normal; }
.hero-lede { max-width: 700px; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: clamp(18px, 1.65vw, 23px); line-height: 1.52; letter-spacing: -.028em; }
.orchestration-canvas { position: relative; overflow: hidden; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: linear-gradient(145deg, #1a1b18, #11120f); box-shadow: inset 0 0 100px rgba(0,0,0,.22), 0 38px 90px rgba(0,0,0,.28); }
.orchestration-canvas::before { position: absolute; width: 380px; aspect-ratio: 1; right: -34%; bottom: -38%; border-radius: 50%; background: rgba(207,255,71,.08); filter: blur(38px); content: ""; }
.orchestration-bar { position: relative; z-index: 1; min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 2px 12px; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--mono); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.orchestration-bar span, .orchestration-bar b { display: inline-flex; align-items: center; gap: 7px; }.orchestration-bar img { width: 13px; filter: invert(1); }.orchestration-bar b { color: rgba(255,255,255,.58); font-weight: 500; }.orchestration-bar b i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px rgba(207,255,71,.7); }
.direction-brief { position: relative; z-index: 1; margin-top: 12px; padding: 24px; border: 1px solid rgba(207,255,71,.28); border-radius: 7px; background: rgba(207,255,71,.07); }
.direction-brief span { display: block; margin-bottom: 28px; color: var(--acid); font-family: var(--mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }.direction-brief strong { display: block; max-width: 470px; font-size: clamp(18px, 1.7vw, 25px); font-weight: 520; line-height: 1.2; letter-spacing: -.035em; }
.decision-flow { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; }
.decision-step { position: relative; min-width: 0; padding: 16px 12px; border-right: 1px solid rgba(255,255,255,.12); }.decision-step:last-child { border: 0; }.decision-step i { display: block; margin-bottom: 24px; color: rgba(255,255,255,.35); font-family: var(--mono); font-size: 7px; font-style: normal; }.decision-step b { display: block; font-size: 11px; font-weight: 570; }.decision-step small { display: block; overflow: hidden; margin-top: 5px; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: 6px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }.decision-step.is-complete i { color: var(--acid); }.decision-step.is-active { background: var(--acid); color: #10110f; }.decision-step.is-active i, .decision-step.is-active small { color: rgba(16,17,15,.58); }
.agent-ledger { position: relative; z-index: 1; margin-top: 12px; border-top: 1px solid rgba(255,255,255,.12); }
.agent-ledger > span { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.12); }.agent-ledger i, .agent-ledger b { font-family: var(--mono); font-size: 7px; font-style: normal; letter-spacing: .04em; text-transform: uppercase; }.agent-ledger i { color: var(--acid); }.agent-ledger strong { overflow: hidden; font-size: 9px; font-weight: 510; text-overflow: ellipsis; white-space: nowrap; }.agent-ledger b { color: rgba(255,255,255,.42); font-weight: 500; }
.orchestration-timeline { position: relative; z-index: 1; height: 44px; display: grid; grid-template-columns: 1.1fr .8fr 1.4fr .72fr; gap: 4px; align-items: center; margin-top: 12px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; }.orchestration-timeline span { height: 100%; border-radius: 2px; background: rgba(142,201,255,.28); }.orchestration-timeline span:nth-child(2) { background: rgba(184,164,255,.28); }.orchestration-timeline span:nth-child(3) { background: rgba(207,255,71,.2); }.orchestration-timeline span:nth-child(4) { background: rgba(255,138,104,.28); }.orchestration-timeline i { position: absolute; width: 1px; height: calc(100% + 10px); top: -5px; left: 61%; background: var(--acid); box-shadow: 0 0 14px rgba(207,255,71,.62); }
.proof-rail { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.proof-rail > div { display: flex; flex-direction: column; justify-content: center; padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.16); }.proof-rail > div:first-child { padding-left: 0; }.proof-rail > div:last-child { border: 0; }
.proof-rail strong { margin-bottom: 7px; font-size: 17px; font-weight: 590; letter-spacing: -.03em; }.proof-rail span { color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.understanding-section { padding-block: 150px; background: #f3f1ec; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 100px; }
.section-heading h2, .velocity-copy h2, .skills-heading h2, .harness-heading h2 { margin: 0; font-size: clamp(58px, 6.5vw, 94px); font-weight: 520; line-height: .9; letter-spacing: -.073em; }
.split-heading > p, .skills-heading > p:last-child { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; letter-spacing: -.022em; }
.analysis-console { overflow: hidden; margin-top: 84px; border: 1px solid rgba(16,16,15,.28); border-radius: 10px; background: #141513; box-shadow: 0 40px 100px rgba(30,28,24,.14); color: white; }
.console-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-inline: 17px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.console-bar > span:last-child { text-align: right; }.console-bar > span:first-child { display: flex; gap: 5px; }.console-bar i { width: 7px; height: 7px; display: block; border-radius: 50%; background: rgba(255,255,255,.2); }
.console-body { min-height: 520px; display: grid; grid-template-columns: 1.2fr .8fr; }
.analysis-frame { position: relative; overflow: hidden; min-height: 520px; background: radial-gradient(circle at 60% 20%, #765063 0, #2e3035 30%, #111312 68%); }
.analysis-frame::before { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 48%, rgba(207,255,71,.08) 48% 49%, transparent 49%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 42px 42px, 42px 42px; content: ""; }
.subject-shape { position: absolute; width: 35%; height: 78%; right: 23%; bottom: -12%; border-radius: 49% 49% 8% 8%; background: linear-gradient(120deg, #212625, #090a09); box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.subject-shape::before { position: absolute; width: 39%; aspect-ratio: .82; top: -18%; left: 31%; border-radius: 48%; background: #181b1a; content: ""; }
.detect-box { position: absolute; z-index: 2; padding: 6px 8px; border: 1px solid var(--acid); color: var(--acid); font-family: var(--mono); font-size: 7px; letter-spacing: .05em; }
.detect-face { top: 23%; right: 33%; width: 17%; height: 25%; }.detect-object { right: 17%; bottom: 13%; width: 48%; height: 60%; display: flex; align-items: flex-end; }.frame-code { position: absolute; left: 18px; bottom: 17px; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 8px; }
.analysis-feed { padding: 34px; border-left: 1px solid rgba(255,255,255,.12); }.console-label { margin-bottom: 25px; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.feed-row { display: grid; grid-template-columns: 88px 1fr auto; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }.feed-row > span { color: var(--acid); font-family: var(--mono); font-size: 8px; }.feed-row strong { font-weight: 520; }.feed-row i { color: rgba(255,255,255,.45); font-family: var(--mono); font-size: 7px; font-style: normal; }
.semantic-timeline { padding: 18px; border-top: 1px solid rgba(255,255,255,.12); }.timeline-meta { display: flex; justify-content: space-between; margin-bottom: 11px; color: rgba(255,255,255,.38); font-family: var(--mono); font-size: 7px; }.scene-row { display: flex; gap: 3px; }.scene-row span { width: 18%; padding: 10px; border-radius: 2px; background: rgba(207,255,71,.14); color: #dfff82; font-family: var(--mono); font-size: 7px; }.scene-row span:nth-child(2) { width: 27%; background: rgba(184,164,255,.19); color: #cabbff; }.scene-row span:nth-child(3) { width: 34%; background: rgba(142,201,255,.18); color: #addcff; }.scene-row span:nth-child(4) { width: 21%; background: rgba(255,138,104,.18); color: #ffad95; }
.wave-row { height: 38px; display: flex; align-items: center; gap: 5px; margin-top: 5px; }.wave-row i { flex: 1; height: 22%; background: rgba(255,255,255,.22); }.wave-row i:nth-child(3n) { height: 74%; }.wave-row i:nth-child(4n) { height: 44%; }.wave-row i:nth-child(7) { height: 100%; background: var(--acid); }
.intelligence-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid var(--line); }.intelligence-grid article { min-height: 290px; padding: 27px 28px 0 0; border-right: 1px solid var(--line); }.intelligence-grid article:not(:first-child) { padding-left: 28px; }.intelligence-grid article:last-child { border: 0; }.intelligence-grid article > span { color: var(--quiet); font-family: var(--mono); font-size: 8px; }.intelligence-grid h3 { margin: 72px 0 14px; font-size: 24px; font-weight: 570; letter-spacing: -.04em; }.intelligence-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.velocity-section { padding-block: 145px; background: var(--blue); color: #10110f; }.velocity-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }.velocity-copy { position: sticky; top: 50px; align-self: start; }.velocity-copy .eyebrow { color: rgba(16,17,15,.55); }.velocity-copy h2 em { color: #10110f; }.velocity-copy > p:last-child { max-width: 560px; margin-top: 30px; font-size: 16px; line-height: 1.7; }
.pipeline-list { margin: 0; padding: 0; border-top: 1px solid rgba(16,17,15,.28); list-style: none; }.pipeline-list li { display: grid; grid-template-columns: 42px 1fr auto; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(16,17,15,.28); }.pipeline-list li > span, .pipeline-list b { font-family: var(--mono); font-size: 8px; letter-spacing: .05em; }.pipeline-list b { align-self: center; padding: 7px 9px; border: 1px solid rgba(16,17,15,.3); border-radius: 999px; }.pipeline-list strong { font-size: 20px; font-weight: 600; letter-spacing: -.035em; }.pipeline-list p { margin: 7px 0 0; font-size: 13px; line-height: 1.5; }

.skills-section { padding-block: 150px; }.skills-heading { display: grid; grid-template-columns: 1fr .48fr; gap: 30px 80px; }.skills-heading .eyebrow { grid-column: 1 / -1; }.skills-heading h2 em { color: #6c50d8; }.skills-heading > p:last-child { align-self: end; }
.skills-marquee { width: max-content; display: flex; gap: 12px; margin: 84px 0 24px; transform: translateX(-3%); }.skills-marquee span { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.skill-browser-label { display: flex; justify-content: space-between; margin-bottom: 13px; color: var(--quiet); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.skill-browser-mobile, .skill-browser-count { display: none; }
.skill-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.skill-card { min-height: 430px; display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(16,16,15,.15); }.skill-card > span { font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.skill-card h3 { max-width: 340px; margin: 64px 0 0; font-size: 32px; font-weight: 560; line-height: 1.02; letter-spacing: -.05em; }.skill-card ul { margin: auto 0 0; padding: 0; list-style: none; }.skill-card li { padding: 8px 0; border-top: 1px solid rgba(16,16,15,.18); font-size: 11px; }.skill-lime { background: var(--acid); }.skill-violet { background: var(--violet); }.skill-blue { background: var(--blue); }.skill-coral { background: var(--coral); }.skill-cream { background: #eee8da; }.skill-dark { background: #171815; color: white; }.skill-dark li { border-color: rgba(255,255,255,.2); }

.harness-section { padding-block: 150px; background: #171815; color: white; }.harness-heading > p { color: rgba(255,255,255,.58); }.role-map { position: relative; min-height: 680px; margin-top: 94px; border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at center, rgba(207,255,71,.09), transparent 40%); }.role-map::before, .role-map::after { position: absolute; inset: 50%; width: 1px; height: 44%; background: rgba(255,255,255,.12); content: ""; transform-origin: top; }.role-map::before { transform: rotate(58deg); }.role-map::after { transform: rotate(-58deg); }
.role { position: absolute; z-index: 2; width: 210px; display: grid; padding: 18px; border: 1px solid rgba(255,255,255,.18); background: #20211e; }.role span { color: var(--acid); font-family: var(--mono); font-size: 8px; }.role strong { margin-top: 24px; font-size: 18px; font-weight: 580; }.role small { margin-top: 5px; color: rgba(255,255,255,.45); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }.role-producer { top: 10%; left: 8%; }.role-editor { top: 8%; right: 8%; }.role-effects { top: 43%; right: 4%; }.role-sound { bottom: 8%; right: 18%; }.role-finish { bottom: 8%; left: 18%; }
.role-center { position: absolute; z-index: 3; width: 270px; aspect-ratio: 1; inset: 50% auto auto 50%; display: grid; place-items: center; align-content: center; padding: 40px; border-radius: 50%; background: var(--acid); color: #10110f; text-align: center; transform: translate(-50%,-50%); }.role-center img { width: 32px; margin-bottom: 16px; }.role-center strong { font-size: 24px; letter-spacing: -.04em; }.role-center span { margin-top: 10px; font-size: 10px; line-height: 1.5; }
.marketing-launch { border-top: 1px solid rgba(255,255,255,.13); }.marketing-launch h2 em { color: var(--acid); }.marketing-footer { background: #10110f; color: white; border-color: rgba(255,255,255,.14); }.marketing-footer .brand-mark { padding: 5px; border-radius: 50%; background: var(--acid, #cfff47); }.marketing-footer .brand-mark img { width: 13px; height: 13px; }.marketing-footer .copyright, .marketing-footer .footer-grid nav a, .marketing-footer .footer-grid > div > p { color: rgba(255,255,255,.48); }.marketing-footer .copyright { border-color: rgba(255,255,255,.14); }

@media (max-width: 980px) {
  .hero-grid, .split-heading, .velocity-grid, .skills-heading { grid-template-columns: 1fr; }
  .orchestration-canvas { width: min(680px, 100%); margin-inline: auto; }
  .proof-rail { grid-template-columns: repeat(2, 1fr); }.proof-rail > div:nth-child(2) { border-right: 0; }.proof-rail > div:first-child { padding-left: 26px; }
  .console-body { grid-template-columns: 1fr; }.analysis-feed { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .intelligence-grid { grid-template-columns: repeat(2, 1fr); }.intelligence-grid article:nth-child(2) { border-right: 0; }.intelligence-grid article:nth-child(3), .intelligence-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .velocity-copy { position: static; }.skill-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .harness-hero { padding-top: 120px; }.hero-grid { min-height: auto; gap: 58px; padding-bottom: 60px; }.hero-copy h1 { font-size: clamp(58px, 17vw, 78px); }.hero-copy .actions { align-items: stretch; flex-direction: column; }.hero-copy .button { width: 100%; }
  .orchestration-canvas { width: 100%; padding: 10px; }.direction-brief { padding: 19px; }.direction-brief span { margin-bottom: 20px; }.direction-brief strong { font-size: 20px; }.decision-step { padding: 13px 8px; }.decision-step i { margin-bottom: 18px; }.decision-step small { display: none; }.agent-ledger > span { grid-template-columns: 40px 1fr; }.agent-ledger b { display: none; }
  .proof-rail { width: 100%; }.proof-rail > div { min-height: 100px; padding: 18px 14px !important; }.proof-rail strong { font-size: 13px; }.proof-rail span { font-size: 6px; }
  .understanding-section, .skills-section, .harness-section { padding-block: 94px; }.section-heading h2, .velocity-copy h2, .skills-heading h2, .harness-heading h2 { font-size: 54px; }.split-heading { gap: 34px; }
  .analysis-console { width: 100%; margin-top: 58px; border-right: 0; border-left: 0; border-radius: 0; }.console-bar { grid-template-columns: 1fr auto; }.console-bar > strong { display: none; }.analysis-frame { min-height: 390px; }.detect-face { top: 22%; right: 30%; width: 23%; }.detect-object { right: 10%; width: 57%; }.analysis-feed { padding: 25px 18px; }.feed-row { grid-template-columns: 74px 1fr; }.feed-row i { display: none; }.scene-row span { overflow: hidden; padding: 8px 5px; font-size: 5px; }
  .intelligence-grid { grid-template-columns: 1fr; margin-top: 60px; }.intelligence-grid article, .intelligence-grid article:not(:first-child) { min-height: 230px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }.intelligence-grid h3 { margin-top: 48px; }
  .velocity-section { padding-block: 94px; }.velocity-grid { gap: 58px; }.pipeline-list li { grid-template-columns: 28px 1fr; }.pipeline-list b { grid-column: 2; justify-self: start; }
  .skills-heading { gap: 32px; }.skills-heading .eyebrow { grid-column: auto; }.skills-marquee { margin-top: 58px; }.skill-grid { grid-template-columns: 1fr; }.skill-card { min-height: 380px; }
  .skill-browser-label { margin-bottom: 12px; }.skill-browser-desktop { display: none; }.skill-browser-count { display: inline-flex; color: var(--ink); }.skill-browser-mobile { display: inline-flex; align-items: center; gap: 8px; }.skill-browser-mobile i { font-size: 14px; font-style: normal; }
  .role-map { min-height: 820px; margin-top: 60px; }.role { width: 154px; padding: 14px; }.role strong { margin-top: 16px; font-size: 14px; }.role-center { width: 210px; padding: 28px; }.role-producer { top: 4%; left: 4%; }.role-editor { top: 4%; right: 4%; }.role-effects { top: 35%; right: 2%; }.role-sound { bottom: 5%; right: 5%; }.role-finish { bottom: 5%; left: 5%; }
}

/* Final cascade for the refined marketing layout. */
.home-header { top: 18px; right: 0; bottom: auto; left: 0; border: 0; }
.home-header .nav { min-height: 58px; padding: 8px 9px 8px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(19,20,18,.72); box-shadow: 0 14px 45px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.home-header .brand-mark { width: 19px; height: 19px; padding: 4px; border-radius: 50%; background: var(--acid); }
.home-header .brand-mark img { width: 12px; height: 12px; }
.home-header .button-small { min-height: 40px; }
.skill-grid { grid-template-columns: repeat(12, 1fr); }
.skill-card:nth-child(1), .skill-card:nth-child(6) { grid-column: span 7; }
.skill-card:nth-child(2), .skill-card:nth-child(5) { grid-column: span 5; }
.skill-card:nth-child(3), .skill-card:nth-child(4) { min-height: 390px; grid-column: span 6; }

@media (max-width: 980px) {
  .skill-card, .skill-card:nth-child(1), .skill-card:nth-child(2), .skill-card:nth-child(3), .skill-card:nth-child(4), .skill-card:nth-child(5), .skill-card:nth-child(6) { grid-column: span 6; }
}

@media (max-width: 680px) {
  .home-header { top: 10px; }
  .home-header .nav { width: calc(100% - 20px); min-height: 52px; padding: 6px 6px 6px 14px; }
  .home-header .brand { font-size: 14px; }
  .home-header .button-small { min-height: 36px; padding-inline: 14px; }
  .intelligence-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .intelligence-grid article, .intelligence-grid article:not(:first-child) { min-height: 270px; padding: 24px 16px 20px 0; border-right: 1px solid var(--line); }
  .intelligence-grid article:nth-child(2n) { padding-right: 0; padding-left: 16px; border-right: 0; }
  .intelligence-grid h3 { margin-top: 42px; font-size: 20px; }
  .skills-section { overflow: hidden; }
  .skill-grid { width: calc(100% - 14px); margin-right: 0; margin-left: 14px; display: flex; gap: 10px; overflow-x: auto; padding: 0 28px 18px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .skill-grid::-webkit-scrollbar { display: none; }
  .skill-card, .skill-card:nth-child(1), .skill-card:nth-child(2), .skill-card:nth-child(3), .skill-card:nth-child(4), .skill-card:nth-child(5), .skill-card:nth-child(6) { min-width: min(82vw, 330px); min-height: 420px; grid-column: auto; scroll-snap-align: start; }
  .skill-card h3 { font-size: 29px; }
  .role-map { min-height: 720px; }
}

/* WCAG AA micro-label contrast and keyboard affordances. */
.console-bar, .console-label, .feed-row i, .timeline-meta { color: rgba(255,255,255,.64); }
.frame-code { color: rgba(255,255,255,.68); }
.role small { color: rgba(255,255,255,.52); }
.velocity-copy .eyebrow { color: rgba(16,17,15,.76); }
.skill-grid:focus-visible { outline: 2px solid #6048c7; outline-offset: 5px; }

/* Mobile role map: preserve the hierarchy without absolute-position overlap. */
@media (max-width: 820px) {
  .role-map { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 12px; background: radial-gradient(circle at 50% 39%, rgba(207,255,71,.1), transparent 31%); }
  .role-map::before, .role-map::after { display: none; }
  .role { position: static; width: auto; min-width: 0; min-height: 96px; }
  .role-producer { order: 1; }.role-editor { order: 2; }
  .role-center { position: relative; inset: auto; order: 3; grid-column: 1 / -1; justify-self: center; width: clamp(210px, 38vw, 250px); margin: 30px 0; transform: none; }
  .role-effects { order: 4; }.role-sound { order: 5; }
  .role-finish { order: 6; grid-column: 1 / -1; justify-self: center; width: calc(50% - 4px); }
}

@media (max-width: 360px) {
  .harness-heading h2 { font-size: 50px; }
  .role-center { width: 196px; }
}

/* Small screens show the complete suite without hiding capabilities behind a gesture. */
@media (max-width: 680px) {
  .skills-section { overflow: visible; }
  .skill-grid {
    width: min(100% - 28px, var(--shell));
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  .skill-card,
  .skill-card:nth-child(1),
  .skill-card:nth-child(2),
  .skill-card:nth-child(3),
  .skill-card:nth-child(4),
  .skill-card:nth-child(5),
  .skill-card:nth-child(6) {
    min-width: 0;
    min-height: 320px;
    padding: 20px 16px;
    grid-column: auto;
    scroll-snap-align: none;
  }
  .skill-card h3 { margin-top: 40px; font-size: clamp(20px, 6vw, 25px); }
  .skill-card li { padding-block: 7px; font-size: 9px; }
}
