@font-face {
    font-family: "HHT Display";
    src: url("../fonts/GreaterTheory.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "HHT Mark";
    src: url("../fonts/Quantify-Bold.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "HHT Text";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "HHT Text";
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "HHT Text";
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 600 800;
}

:root {
    --ink: #080808;
    --ink-soft: #111111;
    --paper: #ecebe7;
    --paper-bright: #f7f6f1;
    --white: #ffffff;
    --blue: #55a9ff;
    --yellow: #ffd45c;
    --orange: #ff5237;
    --green: #19d99a;
    --violet: #9d7cff;
    --line-dark: rgba(255, 255, 255, .16);
    --line-light: rgba(8, 8, 8, .18);
    --muted-dark: rgba(255, 255, 255, .62);
    --muted-light: rgba(8, 8, 8, .62);
    --display: "HHT Display", Impact, sans-serif;
    --body: "HHT Text", "Arial", sans-serif;
    --mark: "HHT Mark", sans-serif;
    --page-gutter: clamp(20px, 4.45vw, 64px);
    --content-max: 1510px;
    --shell: min(var(--content-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
    --meta-size: clamp(.75rem, .12vw + .72rem, .82rem);
    --section-pad: clamp(112px, 11vw, 182px);
    --radius: clamp(18px, 2.2vw, 34px);
    --current-accent: var(--blue);
    --ease: cubic-bezier(.16, 1, .3, 1);
    --shadow: 0 30px 90px rgba(0, 0, 0, .24);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background: var(--ink);
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: clip;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    font-size: 16px;
    font-synthesis: none;
    font-weight: 400;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.is-dialog-open {
    overflow: hidden;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg,
video,
iframe {
    display: block;
    max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
ul,
ol {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
strong,
small,
span,
p,
li,
label {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

p,
li {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
button,
a {
    hyphens: none;
    word-break: normal;
}

.contact__statement > a,
.media-dialog__head a {
    overflow-wrap: anywhere;
}

::selection {
    color: var(--ink);
    background: var(--current-accent);
}

:focus-visible {
    outline: 3px solid var(--current-accent);
    outline-offset: 4px;
}

.shell {
    position: relative;
    z-index: 2;
    width: var(--shell);
    margin-inline: auto;
}

.section {
    position: relative;
    isolation: isolate;
    min-height: 720px;
    overflow: clip;
}

.theme-dark {
    --headline-cut: var(--ink);
    color: var(--white);
    background: var(--ink);
}

.theme-light {
    --headline-cut: var(--paper);
    color: var(--ink);
    background: var(--paper);
}

.theme-signal {
    --headline-cut: var(--orange);
    color: var(--ink);
    background: var(--orange);
}

.skip-link {
    position: fixed;
    z-index: 20000;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    color: var(--ink);
    background: var(--yellow);
    font-size: .76rem;
    font-weight: 700;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.intro {
    position: fixed;
    z-index: 15000;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 28px;
    color: var(--white);
    background: var(--ink);
    text-align: center;
    transition: opacity .65s ease, visibility .65s ease;
}

.intro.is-done {
    visibility: hidden;
    opacity: 0;
}

.intro__mark {
    font-family: var(--mark);
    font-size: clamp(5rem, 11vw, 9.5rem);
    line-height: .72;
}

.intro p {
    margin: 0;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .24em;
}

.intro__signal {
    display: flex;
    justify-content: center;
    gap: 4px;
    height: 26px;
}

.intro__signal i {
    width: 4px;
    height: 100%;
    background: var(--blue);
    animation: intro-signal .8s ease-in-out infinite alternate;
}

.intro__signal i:nth-child(2) { animation-delay: -.4s; }
.intro__signal i:nth-child(3) { animation-delay: -.2s; }
.intro__signal i:nth-child(4) { animation-delay: -.6s; }

@keyframes intro-signal {
    to { transform: scaleY(.2); }
}

.page-progress {
    position: fixed;
    z-index: 12000;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, .12);
    pointer-events: none;
}

.page-progress i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--current-accent);
    transform: scaleX(0);
    transform-origin: left;
}

.topbar {
    position: fixed;
    z-index: 10000;
    top: 18px;
    right: 28px;
    left: 28px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    min-height: 66px;
    padding: 9px 10px 9px 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    color: var(--white);
    background: rgba(8, 8, 8, .78);
    box-shadow: 0 12px 44px rgba(0, 0, 0, .2);
    backdrop-filter: blur(18px) saturate(1.25);
    transition: transform .55s var(--ease), opacity .35s ease;
}

.topbar.is-hidden {
    opacity: 0;
    transform: translateY(calc(-100% - 30px));
}

.brand,
.topbar__actions,
.topbar__center {
    display: flex;
    align-items: center;
}

.brand {
    flex: 0 0 auto;
    gap: 16px;
}

.brand__mark {
    font-family: var(--mark);
    font-size: 2.25rem;
    line-height: .7;
}

.brand__meta {
    color: rgba(255, 255, 255, .56);
    font-size: .52rem;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.25;
}

.topbar__center {
    min-width: 0;
    gap: 9px;
    color: rgba(255, 255, 255, .6);
    font-size: .58rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.topbar__center strong {
    max-width: 260px;
    overflow: hidden;
    color: var(--white);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar__actions {
    flex: 0 0 auto;
    gap: 8px;
}

.social-cluster {
    display: flex;
    align-items: center;
}

.social-cluster a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: currentColor;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .25s var(--ease);
}

.social-cluster svg {
    width: 16px;
    height: 16px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.social-cluster svg path:not(.social-play) {
    fill: none;
}

.social-cluster svg .social-play {
    fill: currentColor;
    stroke: none;
}

.social-cluster--header {
    flex: 0 0 auto;
    gap: 5px;
}

.social-cluster--header a {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    color: rgba(255, 255, 255, .74);
    background: rgba(255, 255, 255, .03);
}

.social-cluster--header a:hover {
    border-color: var(--current-accent);
    color: var(--ink);
    background: var(--current-accent);
    transform: translateY(-2px);
}

.social-cluster--menu {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.social-cluster--menu a {
    gap: 9px;
    min-height: 44px;
    padding: 10px 13px;
    border: 1px solid var(--line-dark);
    border-radius: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .06em;
}

.social-cluster--menu a:hover {
    color: var(--ink);
    background: var(--blue);
}

.text-button,
.mini-cta,
.language-switch {
    min-height: 46px;
    border-radius: 8px;
}

.text-button {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    color: var(--white);
    background: transparent;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: border-color .2s ease, background-color .2s ease, transform .25s var(--ease);
}

.text-button:hover {
    border-color: var(--current-accent);
    background: rgba(255, 255, 255, .07);
    transform: translateY(-1px);
}

.menu-glyph {
    display: grid;
    gap: 4px;
    width: 17px;
}

.menu-glyph i {
    width: 100%;
    height: 1px;
    background: currentColor;
}

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 0 5px rgba(255, 212, 92, .12);
}

.language-switch {
    display: flex;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .16);
}

.language-switch button {
    min-width: 35px;
    border-radius: 5px;
    color: rgba(255, 255, 255, .48);
    background: transparent;
    cursor: pointer;
    font-size: .72rem;
    font-weight: 600;
}

.language-switch button[aria-pressed="true"] {
    color: var(--ink);
    background: var(--white);
}

.mini-cta {
    display: flex;
    align-items: center;
    padding: 0 19px;
    color: var(--ink);
    background: var(--current-accent);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: transform .25s var(--ease), filter .25s ease;
}

.mini-cta:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.chapter-rail {
    position: fixed;
    z-index: 9000;
    top: 50%;
    right: 22px;
    display: grid;
    gap: 17px;
    transform: translateY(-50%);
}

.chapter-rail__track {
    position: absolute;
    z-index: -1;
    top: 5px;
    bottom: 5px;
    left: 50%;
    width: 1px;
    background: rgba(255, 255, 255, .22);
    transform: translateX(-50%);
}

.chapter-rail__track i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--current-accent);
    transform: scaleY(0);
    transform-origin: top;
}

.chapter-rail a {
    position: relative;
    width: 11px;
    height: 11px;
}

.chapter-rail a > i {
    position: absolute;
    inset: 2px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background: rgba(8, 8, 8, .82);
    transition: background-color .2s ease, transform .25s var(--ease);
}

.chapter-rail a::before {
    position: absolute;
    top: 50%;
    right: 22px;
    width: max-content;
    padding: 6px 9px;
    border-radius: 5px;
    color: var(--white);
    background: rgba(8, 8, 8, .9);
    content: attr(aria-label);
    font-size: .52rem;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transform: translate(8px, -50%);
    transition: opacity .2s ease, transform .2s ease;
}

.chapter-rail a:hover::before {
    opacity: 1;
    transform: translate(0, -50%);
}

.chapter-rail a.is-active > i {
    background: var(--current-accent);
    transform: scale(1.6);
}

.section-marker {
    position: absolute;
    z-index: 4;
    top: 134px;
    left: 22px;
    display: grid;
    justify-items: center;
    gap: 9px;
    color: currentColor;
    opacity: .46;
}

.section-marker span,
.section-marker em {
    font-size: .5rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .14em;
}

.section-marker i {
    width: 1px;
    height: 62px;
    background: currentColor;
}

.section-marker em {
    writing-mode: vertical-rl;
}

.section-kicker,
.micro-label,
.console-tag,
.audience-title,
.source-note,
.history__content > span,
.route__map-head,
.media-proof__head,
.program-console__nav span,
.program-console__nav small,
.program-console__stage > span,
.program-console__facts small,
.lab__output-head .micro-label,
.field label,
.footer,
.dialog-head span,
.dialog-hint,
.media-dialog__head span {
    font-size: var(--meta-size);
    font-weight: 600;
    letter-spacing: .13em;
    line-height: 1.45;
    text-transform: uppercase;
}

.source-note {
    color: inherit;
    font-size: .75rem;
    letter-spacing: .045em;
    line-height: 1.6;
    opacity: .55;
    text-transform: none;
}

.section-kicker {
    margin-bottom: 22px;
    color: var(--current-accent);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .62fr);
    gap: clamp(54px, 9vw, 150px);
    align-items: end;
    padding-top: var(--section-pad);
}

.section-heading > *,
.section-heading__aside,
.identity__deep-dive > *,
.hero__lower > *,
.lab > *,
.contact__grid > *,
.route > * {
    min-width: 0;
}

.section-heading h2,
.contact__statement h2 {
    max-width: 100%;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(4.2rem, 7vw, 8rem);
    font-synthesis: none;
    font-weight: 400;
    letter-spacing: -.038em;
    line-height: .89;
    -webkit-text-stroke: clamp(.55px, .09vw, 1.25px) var(--headline-cut, transparent);
    paint-order: fill stroke;
    text-wrap: balance;
}

.identity__heading h2 span,
.data-network__intro h3 span {
    display: block;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
}

.section-heading__aside {
    padding-bottom: 4px;
}

.section-heading__aside > p {
    max-width: 650px;
    margin-bottom: 0;
    color: inherit;
    font-size: clamp(.98rem, 1.2vw, 1.18rem);
    line-height: 1.65;
    opacity: .68;
}

.button {
    display: inline-flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    min-height: 58px;
    padding: 13px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .075em;
    text-align: left;
    text-transform: uppercase;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .3s var(--ease);
}

.button:hover {
    transform: translateY(-3px);
}

.button--primary {
    color: var(--ink);
    background: var(--current-accent);
}

.hero .button--primary,
.executive-dialog .button--primary {
    background: var(--blue);
}

.button--glass {
    border-color: rgba(255, 255, 255, .28);
    color: var(--white);
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
}

.button--glass:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .12);
}

.button--dark {
    color: var(--white);
    background: var(--ink);
}

.button--outline-dark {
    border-color: var(--ink);
    color: var(--ink);
    background: transparent;
}

.inline-action {
    display: inline-flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    min-height: 46px;
    padding: 0 0 8px;
    border-bottom: 1px solid currentColor;
    color: inherit;
    background: transparent;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-align: left;
    text-transform: uppercase;
    transition: gap .3s var(--ease), color .2s ease;
}

.inline-action:hover {
    gap: 36px;
    color: var(--current-accent);
}

.inline-action--light:hover {
    color: var(--yellow);
}

.inline-action--dark:hover {
    color: var(--ink);
}

.interactive-card {
    position: relative;
}

.interactive-card::after {
    position: absolute;
    z-index: 10;
    inset: 0;
    border-radius: inherit;
    content: "";
    background: radial-gradient(360px circle at var(--pointer-x, -500px) var(--pointer-y, -500px), rgba(255, 255, 255, .11), transparent 56%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.interactive-card:hover::after {
    opacity: 1;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s ease var(--delay, 0s), transform .95s var(--ease) var(--delay, 0s);
}

.reveal.is-visible,
.no-js .reveal {
    opacity: 1;
    transform: translateY(0);
}

/* Cover */
.hero,
.hero__content {
    min-height: max(780px, 100svh);
}

.hero {
    --current-accent: var(--blue);
}

.hero__media,
.hero__media img,
.hero__veil,
.hero__scanlines,
.hero__media canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__media img {
    object-fit: cover;
    object-position: 52% center;
    filter: saturate(.78) contrast(1.12) brightness(.8);
}

.hero__veil {
    background:
        linear-gradient(90deg, rgba(8, 8, 8, .93) 0%, rgba(8, 8, 8, .55) 43%, rgba(8, 8, 8, .16) 78%),
        linear-gradient(0deg, rgba(8, 8, 8, .93) 0%, transparent 56%, rgba(8, 8, 8, .46) 100%);
}

.hero__scanlines {
    opacity: .08;
    background-image: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255, 255, 255, .22) 5px);
    mix-blend-mode: overlay;
}

.hero__media canvas {
    pointer-events: none;
}

.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 118px 105px;
}

.eyebrow {
    display: grid;
    grid-template-columns: auto minmax(36px, 140px) auto;
    gap: 18px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: clamp(34px, 5vh, 66px);
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.eyebrow i {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .4);
}

.hero__kicker {
    margin-bottom: 14px;
    color: var(--blue);
    font-size: clamp(.7rem, .9vw, .84rem);
    font-weight: 600;
    letter-spacing: .11em;
}

.hero__headline h1 {
    display: grid;
    width: min(1280px, 100%);
    margin: 0;
    font-family: var(--display);
    font-size: clamp(6rem, 12.5vw, 12rem);
    font-weight: 900;
    letter-spacing: -.075em;
    line-height: .69;
}

.hero__headline h1 span,
.hero__headline h1 em {
    display: block;
    min-width: 0;
    font-style: normal;
    white-space: nowrap;
}

.hero__headline h1 em {
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, .88);
}

.hero__lower {
    display: grid;
    grid-template-columns: minmax(320px, .76fr) minmax(560px, 1fr);
    gap: clamp(44px, 8vw, 130px);
    align-items: end;
    margin-top: clamp(60px, 8vh, 96px);
}

.hero__story > p {
    max-width: 650px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .75);
    font-size: clamp(.95rem, 1.15vw, 1.12rem);
}

.journey-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.journey-choices .button {
    flex: 1 1 240px;
}

.hero__proof {
    padding: clamp(22px, 2.5vw, 34px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 15px;
    background: rgba(8, 8, 8, .36);
    backdrop-filter: blur(14px);
}

.hero__proof .micro-label {
    margin-bottom: 19px;
    color: var(--blue);
}

.hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.hero__stats > div {
    min-width: 0;
    padding: 18px 14px;
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.hero__stats > div:first-child { padding-left: 0; }
.hero__stats > div:last-child { border-right: 0; }

.hero__stats strong,
.hero__stats span {
    display: block;
}

.hero__stats strong {
    margin-bottom: 8px;
    font-family: var(--display);
    font-size: clamp(2rem, 3vw, 3.7rem);
    letter-spacing: -.035em;
    line-height: .78;
    white-space: nowrap;
}

.hero__stats > div:nth-child(3) strong {
    letter-spacing: -.055em;
}

.hero__stats span {
    color: rgba(255, 255, 255, .54);
    font-size: .75rem;
    line-height: 1.35;
}

.hero__route-label {
    position: absolute;
    z-index: 3;
    right: 34px;
    bottom: 27px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: .51rem;
    font-weight: 600;
    letter-spacing: .14em;
}

.hero__route-label i {
    width: 48px;
    height: 1px;
    background: currentColor;
}

/* Identity signal deck */
.identity {
    --current-accent: var(--blue);
    padding-bottom: var(--section-pad);
}

.identity::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -8vw;
    content: "SYSTEM";
    color: rgba(8, 8, 8, .035);
    font-family: var(--display);
    font-size: 29vw;
    letter-spacing: -.08em;
    line-height: .75;
}

.vision-shift {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid var(--line-light);
}

.vision-shift span {
    min-width: 0;
}

.vision-shift small,
.vision-shift strong {
    display: block;
}

.vision-shift small {
    margin-bottom: 5px;
    color: var(--muted-light);
    font-size: .51rem;
    font-weight: 500;
    letter-spacing: .1em;
}

.vision-shift strong {
    font-size: .69rem;
    line-height: 1.25;
}

.signal-deck {
    display: grid;
    grid-template-columns: minmax(290px, .72fr) minmax(420px, 1.28fr);
    grid-template-rows: auto 1fr;
    min-height: clamp(650px, 70vw, 820px);
    margin-top: clamp(64px, 8vw, 110px);
    overflow: hidden;
    border-radius: var(--radius);
    color: var(--white);
    background: var(--ink);
    box-shadow: var(--shadow);
}

.signal-deck__visual,
.signal-deck__visual img,
.signal-deck__veil,
.signal-deck__grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.signal-deck__visual img {
    object-fit: cover;
    object-position: center 58%;
    filter: saturate(.72) contrast(1.16) brightness(.72);
    transform: scale(1.02);
    transition: opacity .38s ease, transform 1.1s var(--ease), filter .45s ease;
}

.signal-deck__veil {
    background:
        linear-gradient(90deg, rgba(8, 8, 8, .96) 0%, rgba(8, 8, 8, .86) 31%, rgba(8, 8, 8, .26) 74%),
        linear-gradient(0deg, rgba(8, 8, 8, .94) 0%, transparent 56%);
}

.signal-deck__grid {
    opacity: .24;
    background-image:
        linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, black, transparent 76%);
}

.signal-deck__status {
    position: relative;
    z-index: 3;
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 25px 28px;
    border-bottom: 1px solid var(--line-dark);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.signal-deck__status span {
    display: flex;
    gap: 10px;
    align-items: center;
}

.signal-deck__status span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 0 6px rgba(85, 169, 255, .13);
    animation: status-pulse 1.8s ease infinite;
}

@keyframes status-pulse {
    50% { box-shadow: 0 0 0 11px rgba(85, 169, 255, 0); }
}

.signal-deck__nav {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    min-width: 0;
    border-right: 1px solid var(--line-dark);
}

.signal-deck__nav button {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 22px 28px;
    border-bottom: 1px solid var(--line-dark);
    color: rgba(255, 255, 255, .48);
    background: rgba(8, 8, 8, .16);
    cursor: pointer;
    text-align: left;
    transition: color .35s ease, background-color .35s ease, padding .45s var(--ease);
}

.signal-deck__nav button:last-child {
    border-bottom: 0;
}

.signal-deck__nav button:hover,
.signal-deck__nav button.is-active {
    color: var(--white);
    background: rgba(8, 8, 8, .66);
    padding-left: 39px;
}

.signal-deck__nav button.is-active {
    box-shadow: inset 4px 0 0 var(--signal-accent, var(--blue));
}

.signal-deck__nav button > span,
.signal-deck__nav button > small {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .1em;
}

.signal-deck__nav button > strong {
    min-width: 0;
    font-family: var(--display);
    font-size: clamp(1.45rem, 2.45vw, 3rem);
    letter-spacing: -.03em;
    line-height: .84;
}

.signal-deck__nav button > small {
    opacity: .55;
    text-align: right;
    text-transform: uppercase;
}

.signal-deck__readout {
    position: relative;
    z-index: 3;
    align-self: end;
    min-width: 0;
    max-width: 800px;
    padding: clamp(46px, 6vw, 90px);
}

.signal-deck__readout > span {
    display: block;
    margin-bottom: 24px;
    color: var(--blue);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .13em;
}

.signal-deck__readout h3 {
    max-width: 720px;
    margin-bottom: 24px;
    font-family: var(--display);
    font-size: clamp(3.2rem, 4vw, 4.9rem);
    font-synthesis: none;
    font-weight: 400;
    letter-spacing: -.038em;
    line-height: .92;
}

.signal-deck__readout h3 span {
    display: block;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
}

.signal-deck__readout h3 span + span {
    margin-top: .05em;
}

.signal-deck__readout > p {
    max-width: 620px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(.94rem, 1.2vw, 1.15rem);
}

.signal-deck__proof {
    display: grid;
    gap: 5px;
    padding-top: 20px;
    border-top: 1px solid var(--line-dark);
}

.signal-deck__proof small {
    color: rgba(255, 255, 255, .48);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .12em;
}

.signal-deck__proof strong {
    font-size: .78rem;
    letter-spacing: .08em;
}

.signal-deck__pulse {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 26px;
    display: flex;
    gap: 4px;
    align-items: end;
    height: 38px;
}

.signal-deck__pulse i {
    width: 3px;
    height: var(--h, 50%);
    background: var(--blue);
    animation: deck-pulse 1.15s ease-in-out infinite alternate;
}

.signal-deck__pulse i:nth-child(1) { --h: 28%; animation-delay: -.2s; }
.signal-deck__pulse i:nth-child(2) { --h: 80%; animation-delay: -.7s; }
.signal-deck__pulse i:nth-child(3) { --h: 48%; animation-delay: -.4s; }
.signal-deck__pulse i:nth-child(4) { --h: 100%; animation-delay: -.9s; }
.signal-deck__pulse i:nth-child(5) { --h: 36%; animation-delay: -.1s; }

@keyframes deck-pulse {
    to { height: 16%; }
}

.identity__deep-dive {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    margin-top: 30px;
    padding: 28px 0;
    border-top: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
}

.identity__deep-dive > div {
    display: grid;
    gap: 9px;
}

.identity__deep-dive .micro-label {
    color: var(--blue);
}

.identity__deep-dive p {
    max-width: 690px;
    margin: 0;
    color: var(--muted-light);
    font-size: .9rem;
}

.history-launch {
    display: flex;
    flex: 0 0 min(440px, 42vw);
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    min-height: 96px;
    padding: 20px 24px;
    border: 1px solid var(--ink);
    border-radius: 12px;
    color: var(--white);
    background: var(--ink);
    cursor: pointer;
    text-align: left;
    box-shadow: 8px 8px 0 var(--blue);
    transition: color .25s ease, background-color .25s ease, transform .3s var(--ease), box-shadow .3s var(--ease);
}

.history-launch:hover {
    color: var(--ink);
    background: var(--blue);
    box-shadow: 12px 12px 0 var(--ink);
    transform: translate(-3px, -3px);
}

.history-launch > span {
    display: grid;
    gap: 7px;
}

.history-launch small {
    color: currentColor;
    font-size: .5rem;
    font-weight: 600;
    letter-spacing: .12em;
    opacity: .62;
}

.history-launch strong {
    font-family: var(--display);
    font-size: clamp(1.45rem, 2.2vw, 2.5rem);
    letter-spacing: -.025em;
    line-height: .86;
}

.history-launch em {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-style: normal;
}

/* Proof */
.proof {
    --current-accent: var(--yellow);
    padding-bottom: var(--section-pad);
}

.proof::before {
    position: absolute;
    z-index: -1;
    top: -8vw;
    right: -5vw;
    content: "PROOF";
    color: rgba(255, 255, 255, .025);
    font-family: var(--display);
    font-size: 35vw;
    letter-spacing: -.08em;
    line-height: .75;
}

.proof-milestones {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(58px, 7vw, 96px);
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.proof-milestones button {
    display: grid;
    min-width: 0;
    padding: 25px;
    border-right: 1px solid var(--line-dark);
    color: var(--white);
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: color .25s ease, background-color .25s ease;
}

.proof-milestones button:last-child { border-right: 0; }

.proof-milestones button:hover {
    color: var(--ink);
    background: var(--yellow);
}

.proof-milestones span,
.proof-milestones small {
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .1em;
}

.proof-milestones strong {
    margin: 20px 0 8px;
    font-family: var(--display);
    font-size: clamp(1.3rem, 1.7vw, 2.1rem);
    line-height: .84;
}

.proof-milestones small {
    color: currentColor;
    opacity: .54;
}

.proof-milestones button:nth-child(3) small {
    font-size: clamp(.8rem, .85vw, .92rem);
    letter-spacing: .055em;
    line-height: 1.45;
}

.audience-console {
    display: grid;
    grid-template-columns: minmax(250px, .78fr) minmax(360px, 1.18fr) minmax(260px, .78fr);
    gap: 0;
    margin-top: clamp(78px, 9vw, 130px);
    overflow: hidden;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    color: var(--white);
    background: linear-gradient(135deg, #141414, #090909);
}

.audience-console > div {
    min-width: 0;
    padding: clamp(28px, 3.6vw, 55px);
    border-right: 1px solid var(--line-dark);
}

.audience-console > div:nth-child(3) { border-right: 0; }

.audience-console__intro {
    background: var(--yellow);
    color: var(--ink);
}

.console-tag {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: clamp(38px, 5vw, 70px);
}

.console-tag i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ink);
}

.audience-console__intro h3 {
    margin-bottom: 28px;
    font-family: var(--display);
    font-size: clamp(2.8rem, 4.4vw, 5.5rem);
    letter-spacing: -.05em;
    line-height: .8;
}

.audience-console__intro > strong {
    display: block;
    margin-bottom: 18px;
    font-family: var(--display);
    font-size: clamp(4.2rem, 6.2vw, 7rem);
    letter-spacing: -.05em;
    line-height: .72;
}

.audience-console__intro > p {
    margin: 0;
    font-size: .86rem;
    line-height: 1.6;
}

.audience-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-dark);
}

.audience-title > span {
    font-size: clamp(.76rem, 1vw, .98rem);
    letter-spacing: .11em;
    line-height: 1.2;
}

.audience-title small {
    color: var(--muted-dark);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-align: right;
    text-transform: none;
}

.audience-console__ages {
    display: grid;
    align-content: center;
    gap: 25px;
}

.age-row {
    display: grid;
    grid-template-columns: 72px minmax(80px, 1fr) 58px;
    gap: 16px;
    align-items: center;
    min-width: 0;
}

.age-row > span,
.age-row > strong {
    font-size: .75rem;
    letter-spacing: .06em;
}

.age-row > strong {
    text-align: right;
}

.age-row > i {
    height: 8px;
    overflow: hidden;
    border-radius: 100px;
    background: rgba(255, 255, 255, .1);
}

.age-row > i b {
    display: block;
    width: var(--value);
    height: 100%;
    border-radius: inherit;
    background: var(--tone);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.1s var(--ease);
}

.audience-console.is-animated .age-row > i b {
    transform: scaleX(1);
}

.age-row--core {
    color: var(--yellow);
}

.age-row--core > i {
    height: 14px;
}

.audience-console__gender {
    display: grid;
    align-content: center;
}

.gender-ring {
    display: grid;
    place-items: center;
    width: min(260px, 90%);
    aspect-ratio: 1;
    margin: 36px auto;
    border-radius: 50%;
    background: conic-gradient(var(--violet) 0 56.9%, var(--blue) 56.9% 100%);
}

.gender-ring::before {
    grid-area: 1 / 1;
    width: 72%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #101010;
    content: "";
}

.gender-ring > div {
    z-index: 1;
    grid-area: 1 / 1;
    text-align: center;
}

.gender-ring strong,
.gender-ring span {
    display: block;
}

.gender-ring strong {
    font-family: var(--display);
    font-size: clamp(2rem, 3vw, 3.6rem);
    line-height: .8;
}

.gender-ring span {
    margin-top: 8px;
    color: var(--muted-dark);
    font-size: .75rem;
}

.gender-legend {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.gender-legend span {
    display: grid;
    grid-template-columns: 9px 1fr;
    gap: 6px 9px;
    align-items: center;
}

.gender-legend span i {
    grid-row: 1 / 3;
    width: 8px;
    height: 100%;
    min-height: 30px;
    border-radius: 100px;
    background: var(--violet);
}

.gender-legend span:nth-child(2) i { background: var(--blue); }

.gender-legend strong {
    font-size: .78rem;
}

.gender-legend small {
    color: var(--muted-dark);
    font-size: .75rem;
}

.audience-console__read {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(150px, .4fr) minmax(0, 1.6fr);
    gap: clamp(30px, 5vw, 80px);
    align-items: start;
    border-top: 1px solid var(--line-dark);
    border-right: 0 !important;
    background: rgba(255, 255, 255, .03);
}

.audience-console__read > span {
    color: var(--yellow);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .13em;
}

.audience-console__read ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.audience-console__read li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, .77);
    font-size: .85rem;
}

.audience-console__read li::before {
    position: absolute;
    top: .68em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--yellow);
    content: "";
}

.audience-console__read .source-note {
    margin: 0;
}

.media-proof {
    margin-top: clamp(88px, 10vw, 150px);
}

.media-proof__viewport {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.media-proof__head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    margin-bottom: 28px;
}

.media-proof__head > div:first-child {
    display: grid;
    gap: 8px;
}

.media-proof__head span {
    color: var(--yellow);
}

.media-proof__head strong {
    font-family: var(--display);
    font-size: clamp(1.7rem, 3vw, 3.5rem);
    line-height: .84;
}

.media-proof__head small {
    max-width: 620px;
    color: var(--muted-dark);
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
}

.media-proof__controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.media-proof__controls button {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    color: var(--white);
    background: transparent;
    cursor: pointer;
    font-size: 1.15rem;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.media-proof__controls button:hover {
    color: var(--ink);
    background: var(--yellow);
    transform: scale(1.06);
}

.media-proof__controls button:disabled {
    color: rgba(255, 255, 255, .28);
    cursor: default;
    background: transparent;
}

.media-proof__controls span {
    min-width: 56px;
    color: var(--muted-dark);
    font-size: .75rem;
    text-align: center;
}

.media-proof__track {
    display: grid;
    grid-auto-columns: min(1120px, 86vw);
    grid-auto-flow: column;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    overscroll-behavior-block: auto;
    padding: 4px 0 12px;
    scrollbar-color: var(--yellow) rgba(255,255,255,.1);
    scroll-snap-type: x proximity;
    touch-action: pan-x pan-y;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: auto;
}

.media-proof__track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
    user-select: none;
}

.media-proof__track.is-dragging * {
    user-select: none;
}

.media-proof__progress {
    height: 4px;
    margin-top: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, .14);
}

.media-proof__progress i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--yellow);
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
}

.media-proof__track::-webkit-scrollbar { height: 10px; }
.media-proof__track::-webkit-scrollbar-track { background: rgba(255,255,255,.1); }
.media-proof__track::-webkit-scrollbar-thumb {
    border: 2px solid #090909;
    border-radius: 999px;
    background: var(--yellow);
}

.scale-card {
    position: relative;
    min-height: clamp(610px, 61vw, 790px);
    overflow: hidden;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: #101010;
    scroll-snap-align: start;
}

.scale-card--ty {
    display: grid;
    grid-template-columns: minmax(380px, .9fr) minmax(390px, 1.1fr);
}

.scale-card__portrait {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #140805;
}

.scale-card__portrait::after {
    position: absolute;
    inset: 0;
    content: "";
    box-shadow: inset -30px 0 70px rgba(8, 8, 8, .34);
    pointer-events: none;
}

.scale-card__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.16);
    transform-origin: center 46%;
}

.scale-card__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(38px, 5.2vw, 78px);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 82, 55, .28), transparent 45%),
        var(--ink-soft);
}

.scale-card__copy > span,
.social-proof__copy > span {
    display: block;
    margin-bottom: 26px;
    color: var(--orange);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.scale-card__copy h3,
.social-proof__copy h3 {
    max-width: 100%;
    margin-bottom: 28px;
    font-family: var(--display);
    font-size: clamp(2.8rem, 3.4vw, 3.7rem);
    font-synthesis: none;
    font-weight: 400;
    letter-spacing: -.036em;
    line-height: .83;
    text-wrap: balance;
}

.scale-card__copy > p,
.social-proof__copy > p {
    max-width: 620px;
    margin-bottom: 28px;
    color: var(--muted-dark);
    font-size: .88rem;
}

.scale-card__stats,
.social-proof__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.scale-card__stats span,
.social-proof__metrics strong {
    display: grid;
    flex: 1 1 150px;
    gap: 8px;
    min-width: 0;
    padding: 17px;
    border: 1px solid var(--line-dark);
    border-radius: 9px;
}

.scale-card__stats strong,
.social-proof__metrics strong {
    font-family: var(--display);
    font-size: clamp(1.7rem, 3vw, 3.6rem);
    line-height: .78;
}

.scale-card__stats strong {
    font-size: clamp(1.65rem, 2.2vw, 2.75rem);
    white-space: nowrap;
}

.social-proof__metrics strong {
    font-size: clamp(1.65rem, 2.2vw, 2.6rem);
    line-height: .86;
    white-space: normal;
}

.scale-card__stats small,
.social-proof__metrics small {
    color: var(--muted-dark);
    font-family: var(--body);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .11em;
    line-height: 1.3;
}

.media-launch {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--orange);
    border-radius: 10px;
    color: var(--white);
    background: rgba(255, 82, 55, .08);
    cursor: pointer;
    text-align: left;
    transition: color .25s ease, background-color .25s ease, transform .3s var(--ease);
}

.media-launch:hover {
    color: var(--ink);
    background: var(--orange);
    transform: translateY(-3px);
}

.media-launch__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.media-launch > span:nth-child(2) {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.media-launch small,
.media-launch strong {
    line-height: 1.25;
}

.media-launch small {
    color: currentColor;
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .1em;
    opacity: .65;
}

.media-launch strong {
    font-size: .76rem;
    letter-spacing: .08em;
}

.media-launch em {
    font-style: normal;
}

.scale-card--social,
.scale-card--tour {
    color: var(--white);
}

.scale-card--social > img,
.scale-card--social > .scale-card__art,
.scale-card--tour > img,
.scale-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.scale-card--social > img,
.scale-card--social > .scale-card__art > img,
.scale-card--tour > img {
    object-fit: cover;
    object-position: center;
    filter: saturate(.74) contrast(1.12);
}

.scale-card__art {
    display: block;
    overflow: hidden;
}

.scale-card--russ > .scale-card__art > img { object-position: center 51%; }
.scale-card--redman > img { object-position: center center; }
.scale-card--tour > img { object-position: center 42%; }

.scale-card__shade {
    background: linear-gradient(90deg, rgba(8,8,8,.96) 0%, rgba(8,8,8,.74) 46%, rgba(8,8,8,.12) 78%), linear-gradient(0deg, rgba(8,8,8,.82), transparent 55%);
}

.social-proof__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(670px, 70%);
    min-height: inherit;
    padding: clamp(40px, 6vw, 90px);
}

.social-proof__metrics {
    max-width: 520px;
}

.social-proof__metrics strong {
    color: var(--yellow);
}

.social-proof__metrics small {
    display: block;
    margin-top: 8px;
}

.social-proof__copy .media-launch {
    max-width: 540px;
}

.media-launch--glass {
    border-color: rgba(255, 255, 255, .34);
    background: rgba(8, 8, 8, .38);
    backdrop-filter: blur(12px);
}

.media-launch--glass:hover {
    background: var(--yellow);
}

.social-ledger {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.social-ledger > div {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    min-width: 0;
    padding: 24px;
    border-right: 1px solid var(--line-dark);
}

.social-ledger > div:last-child { border-right: 0; }

.social-ledger span,
.social-ledger small {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .08em;
}

.social-ledger span { color: var(--yellow); }
.social-ledger small { color: var(--muted-dark); text-align: right; }

.social-ledger strong {
    font-family: var(--display);
    font-size: clamp(2rem, 3vw, 3.6rem);
    line-height: .78;
}

/* Future */
.future {
    --current-accent: var(--ink);
    padding-bottom: var(--section-pad);
}

.future__background,
.future__background img {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
}

.future__background img {
    object-fit: cover;
    opacity: .12;
    filter: grayscale(1) contrast(1.25);
    mix-blend-mode: multiply;
}

.future::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: linear-gradient(150deg, transparent 0 48%, rgba(255,255,255,.11) 48% 48.1%, transparent 48.1%);
    pointer-events: none;
}

.future .section-kicker {
    color: var(--ink);
}

.program-console {
    display: grid;
    grid-template-columns: minmax(300px, .7fr) minmax(460px, 1.3fr);
    min-height: clamp(620px, 63vw, 780px);
    margin-top: clamp(70px, 8vw, 120px);
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: var(--radius);
    color: var(--white);
    background: var(--ink);
    box-shadow: 18px 18px 0 rgba(8, 8, 8, .22);
}

.program-console__nav {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    border-right: 1px solid var(--line-dark);
}

.program-console__nav button {
    display: grid;
    align-content: center;
    min-width: 0;
    padding: 24px 30px;
    border-bottom: 1px solid var(--line-dark);
    color: rgba(255, 255, 255, .48);
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: color .25s ease, background-color .25s ease, padding .4s var(--ease);
}

.program-console__nav button:last-child { border-bottom: 0; }

.program-console__nav button:hover,
.program-console__nav button.is-active {
    padding-left: 42px;
    color: var(--white);
    background: color-mix(in srgb, var(--program-accent, var(--orange)) 14%, transparent);
}

.program-console__nav button.is-active {
    box-shadow: inset 4px 0 0 var(--program-accent, var(--orange));
}

.program-console__nav strong {
    margin: 11px 0 7px;
    font-family: var(--display);
    font-size: clamp(1.5rem, 2.6vw, 3rem);
    line-height: .84;
}

.program-console__nav small {
    color: currentColor;
    font-size: .72rem;
    letter-spacing: .065em;
    opacity: .55;
}

.program-console__stage {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: clamp(44px, 6vw, 90px);
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--program-accent, var(--orange)) 34%, transparent), transparent 42%),
        linear-gradient(135deg, #171717, #080808);
    transition: opacity .15s ease, transform .15s ease;
}

.program-console__stage.is-changing {
    opacity: .35;
    transform: translateY(5px);
}

.program-console__stage > *:not(.program-console__watermark) {
    position: relative;
    z-index: 2;
}

.program-console__watermark {
    position: absolute;
    z-index: 0;
    right: -3%;
    bottom: -12%;
    color: rgba(255, 255, 255, .045);
    font-family: var(--display);
    font-size: clamp(24rem, 45vw, 50rem);
    letter-spacing: -.08em;
    line-height: .65;
    pointer-events: none;
}

.program-console__stage > span {
    margin-bottom: 28px;
    color: var(--program-accent, var(--orange));
}

.program-console__stage h3 {
    max-width: 880px;
    margin-bottom: 28px;
    font-family: var(--display);
    font-size: clamp(3.2rem, 4.4vw, 4.8rem);
    font-synthesis: none;
    font-weight: 400;
    letter-spacing: -.038em;
    line-height: .82;
    text-wrap: balance;
}

.program-console__stage > p {
    max-width: 670px;
    margin-bottom: clamp(34px, 5vw, 65px);
    color: var(--muted-dark);
    font-size: clamp(.95rem, 1.25vw, 1.16rem);
}

.program-console__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line-dark);
}

.program-console__facts span {
    display: grid;
    gap: 7px;
    min-width: 0;
    padding: 19px;
    background: #101010;
}

.program-console__facts small { color: var(--muted-dark); }

.program-console__facts strong {
    font-size: .75rem;
    line-height: 1.35;
}

.annual-equation {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 3vw, 46px);
    align-items: center;
    margin-top: 42px;
    padding: 30px 0;
    border-top: 1px solid rgba(8,8,8,.34);
    border-bottom: 1px solid rgba(8,8,8,.34);
}

.annual-equation__core {
    display: flex;
    gap: clamp(18px, 3vw, 46px);
    align-items: center;
    min-width: 0;
}

.annual-equation__core > i {
    flex: 0 0 auto;
    font-size: 1.4rem;
    font-style: normal;
}

.annual-equation span {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.annual-equation span strong {
    font-family: var(--display);
    font-size: clamp(2rem, 4vw, 5rem);
    letter-spacing: -.04em;
    line-height: .78;
}

.annual-equation span small {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .09em;
}

.annual-equation > i {
    font-size: 1.4rem;
    font-style: normal;
}

.annual-equation__result {
    padding: 18px;
    border: 2px solid var(--ink);
    background: var(--yellow);
}

.annual-equation span.annual-equation__result strong {
    font-size: clamp(1.9rem, 2.5vw, 3.05rem);
    white-space: nowrap;
}

.partner-runway {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(70px, 8vw, 120px);
    border: 2px solid var(--ink);
}

.partner-runway > div {
    display: grid;
    min-width: 0;
    padding: clamp(26px, 3vw, 45px);
    border-right: 2px solid var(--ink);
}

.partner-runway > div:last-child { border-right: 0; }

.partner-runway span {
    margin-bottom: clamp(45px, 6vw, 90px);
    font-size: .75rem;
    font-weight: 600;
}

.partner-runway strong {
    max-width: 100%;
    font-family: var(--display);
    font-size: clamp(1.95rem, 2.65vw, 3.25rem);
    line-height: .86;
    overflow-wrap: normal;
    word-break: normal;
}

.partner-runway p {
    margin: 16px 0 0;
    font-size: .8rem;
}

.data-network {
    display: grid;
    grid-template-columns: minmax(330px, .75fr) minmax(0, 1.25fr);
    gap: clamp(40px, 7vw, 110px);
    align-items: center;
    margin-top: clamp(70px, 8vw, 120px);
    padding: clamp(34px, 5vw, 76px);
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: var(--radius);
    color: var(--white);
    background:
        radial-gradient(circle at 100% 0%, rgba(85,169,255,.24), transparent 35%),
        var(--ink);
    box-shadow: 14px 14px 0 rgba(8,8,8,.2);
}

.data-network::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    width: 1px;
    content: "";
    background: linear-gradient(transparent, rgba(255,255,255,.18), transparent);
}

.data-network__intro,
.data-network__body {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.data-network__intro .micro-label {
    display: flex;
    gap: 9px;
    align-items: center;
    color: var(--blue);
}

.data-network__intro .micro-label i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 0 6px rgba(85,169,255,.12);
}

.data-network__intro h3 {
    max-width: 100%;
    margin: 30px 0 0;
    font-family: var(--display);
    font-size: clamp(2.35rem, 3.55vw, 4.15rem);
    font-synthesis: none;
    font-weight: 400;
    letter-spacing: -.036em;
    line-height: .84;
}

.data-network__body > p {
    max-width: 900px;
    margin-bottom: 32px;
    color: rgba(255,255,255,.74);
    font-size: clamp(.9rem, 1.15vw, 1.08rem);
}

.data-network__flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1.2fr;
    gap: 12px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.data-network__flow span {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.data-network__flow small {
    color: var(--blue);
    font-size: .75rem;
    letter-spacing: .1em;
}

.data-network__flow strong {
    font-size: .75rem;
    line-height: 1.35;
}

.data-network__flow > i {
    color: var(--blue);
    font-style: normal;
}

.data-network__value {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 20px 0 16px;
}

.data-network__value span {
    padding: 8px 10px;
    border: 1px solid rgba(85,169,255,.34);
    border-radius: 100px;
    color: var(--blue);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
}

.data-network__body > small {
    display: block;
    max-width: 800px;
    color: rgba(255,255,255,.46);
    font-size: .75rem;
    line-height: 1.65;
}

/* Partnership Lab */
.partnership {
    --current-accent: var(--violet);
    padding-bottom: var(--section-pad);
}

.partnership::before {
    position: absolute;
    z-index: -1;
    top: 1vw;
    left: -5vw;
    content: "MIX";
    color: rgba(8, 8, 8, .04);
    font-family: var(--display);
    font-size: 38vw;
    letter-spacing: -.08em;
    line-height: .7;
}

.open-budget {
    display: grid;
    grid-template-columns: 9px 1fr;
    gap: 5px 10px;
    align-items: center;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--line-light);
}

.open-budget i {
    grid-row: 1 / 3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 7px rgba(25,217,154,.12);
}

.open-budget strong {
    font-size: .75rem;
    text-transform: uppercase;
}

.open-budget small {
    color: var(--muted-light);
    font-size: .75rem;
}

.lab {
    display: grid;
    grid-template-columns: minmax(350px, .72fr) minmax(620px, 1.28fr);
    gap: clamp(28px, 4vw, 60px);
    align-items: stretch;
    margin-top: clamp(72px, 8vw, 120px);
}

.lab__controls {
    display: grid;
    gap: 34px;
    align-content: start;
}

.lab fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.lab legend {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: baseline;
    width: 100%;
    margin-bottom: 16px;
}

.lab legend span,
.lab legend small {
    color: var(--muted-light);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .08em;
}

.lab legend strong {
    font-size: .72rem;
    letter-spacing: .03em;
}

.choice-grid {
    display: grid;
    gap: 8px;
}

.choice-grid--profiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid button {
    min-width: 0;
    border: 1px solid var(--line-light);
    color: var(--ink);
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
    text-align: left;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .25s var(--ease);
}

.choice-grid button:hover {
    border-color: var(--ink);
    transform: translateY(-2px);
}

.choice-grid button[aria-pressed="true"] {
    color: var(--white);
    background: var(--ink);
}

.choice-grid--profiles button {
    display: grid;
    gap: 8px;
    min-height: 88px;
    padding: 16px;
    border-radius: 10px;
}

.choice-grid--profiles span {
    font-family: var(--display);
    font-size: 1.55rem;
    letter-spacing: -.02em;
    line-height: .85;
}

.choice-grid--profiles small {
    color: currentColor;
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .055em;
    line-height: 1.35;
    opacity: .58;
}

.choice-grid--goals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-grid--goals button {
    min-height: 48px;
    padding: 10px;
    border-radius: 100px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .055em;
    text-align: center;
}

.lab__output {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 720px;
    padding: clamp(28px, 4vw, 58px);
    overflow: hidden;
    border-radius: var(--radius);
    color: var(--white);
    background: var(--ink);
    box-shadow: var(--shadow);
}

.lab__output::before {
    position: absolute;
    top: -30%;
    right: -20%;
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgba(157,124,255,.28), transparent 68%);
    pointer-events: none;
}

.lab__output-head {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
    min-width: 0;
}

.lab__output-head > div {
    min-width: 0;
}

.lab__output-head .micro-label {
    display: block;
    margin-bottom: 12px;
    color: var(--violet);
}

.lab__output-head h3 {
    max-width: 650px;
    margin: 0;
    font-family: var(--body);
    font-size: clamp(1.5rem, 2.6vw, 3.2rem);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1;
}

.lab__live {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid var(--line-dark);
    border-radius: 100px;
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .08em;
}

.lab__live i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
}

.lab__balance {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(80px, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin: clamp(34px, 5vw, 58px) 0;
}

.lab__balance > div:first-child,
.lab__balance > div:last-child {
    display: grid;
    gap: 5px;
}

.lab__balance > div:last-child { text-align: right; }

.lab__balance span {
    color: var(--muted-dark);
    font-size: .5rem;
    font-weight: 500;
    letter-spacing: .1em;
}

.lab__balance strong {
    font-family: var(--display);
    font-size: clamp(2rem, 3vw, 3.7rem);
    line-height: .78;
}

.balance-track {
    height: 8px;
    overflow: hidden;
    border-radius: 100px;
    background: rgba(255,255,255,.12);
}

.balance-track i {
    display: block;
    width: 60%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--violet), var(--blue));
    transition: width .6s var(--ease);
}

.recommendation-list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line-dark);
    border-left: 1px solid var(--line-dark);
}

.recommendation {
    display: grid;
    align-content: start;
    min-width: 0;
    min-height: 150px;
    padding: 20px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.recommendation > span {
    margin-bottom: 15px;
    color: var(--violet);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
}

.recommendation > strong {
    margin-bottom: 8px;
    font-size: .78rem;
    line-height: 1.25;
}

.recommendation > p {
    margin: 0;
    color: var(--muted-dark);
    font-size: .75rem;
    line-height: 1.55;
}

.lab__footer {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto;
    gap: 28px;
    align-items: end;
    margin-top: auto;
    padding-top: 30px;
}

.lab__footer > p {
    max-width: 580px;
    margin: 0;
    color: var(--muted-dark);
    font-size: .7rem;
}

.lab__footer > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 8px;
}

.lab__footer .button--dark {
    color: var(--ink);
    background: var(--violet);
}

.lab__footer .button--outline-dark {
    border-color: rgba(255,255,255,.3);
    color: var(--white);
}

/* Contact */
.contact {
    --current-accent: var(--ink);
    padding-top: var(--section-pad);
}

.contact::before {
    position: absolute;
    z-index: -1;
    top: -7vw;
    right: -5vw;
    content: "JOIN";
    color: rgba(8, 8, 8, .08);
    font-family: var(--display);
    font-size: 37vw;
    letter-spacing: -.09em;
    line-height: .75;
}

.contact__grid {
    padding-bottom: clamp(82px, 10vw, 140px);
}

.contact__statement {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(620px, 1.1fr);
    gap: clamp(52px, 9vw, 150px);
    align-items: end;
}

.contact .section-kicker { color: var(--ink); }

.contact__statement h2 {
    font-size: clamp(4.6rem, 6.9vw, 8.3rem);
}

.contact__action > p {
    max-width: 620px;
    margin: 0 0 30px;
    font-size: clamp(.98rem, 1.3vw, 1.2rem);
}

.contact-direct {
    display: grid;
    min-width: 0;
    padding: clamp(24px, 3vw, 40px);
    border: 2px solid var(--ink);
    border-radius: var(--radius);
    background: rgba(255,255,255,.14);
    box-shadow: 12px 12px 0 var(--ink);
    transition: color .25s ease, background-color .25s ease, transform .3s var(--ease), box-shadow .3s var(--ease);
}

.contact-direct:hover {
    color: var(--orange);
    background: var(--ink);
    box-shadow: 5px 5px 0 rgba(8,8,8,.24);
    transform: translate(5px, 5px);
}

.contact-direct > span {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .13em;
}

.contact-direct > strong {
    display: grid;
    margin: clamp(42px, 6vw, 76px) 0 22px;
    font-family: var(--display);
    font-size: clamp(1.65rem, 2.3vw, 2.8rem);
    letter-spacing: -.04em;
    line-height: .9;
}

.contact-direct > strong span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
}

.contact-direct > em {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid currentColor;
    font-size: .75rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-direct > em i {
    font-size: 1.3rem;
    font-style: normal;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    min-width: 0;
    padding: clamp(28px, 4vw, 54px);
    border: 2px solid var(--ink);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .18);
    box-shadow: 18px 18px 0 var(--ink);
}

.field {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.field--full { grid-column: 1 / -1; }

.field label {
    font-size: .75rem;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid rgba(8, 8, 8, .42);
    border-radius: 0;
    outline: 0;
    color: var(--ink);
    background: transparent;
}

.field textarea {
    min-height: 108px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-bottom-width: 2px;
    border-color: var(--ink);
}

.contact-form__summary {
    padding: 16px;
    border: 1px solid rgba(8,8,8,.34);
    border-radius: 9px;
}

.contact-form__summary span,
.contact-form__summary strong {
    display: block;
}

.contact-form__summary span {
    margin-bottom: 6px;
    font-size: .72rem;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.contact-form__summary strong {
    font-size: 1.15rem;
    line-height: 1.25;
}

.contact-form .button {
    width: 100%;
    min-height: 62px;
}

.form-note {
    margin: 0;
    font-size: .75rem;
    opacity: .65;
}

.footer {
    display: grid;
    grid-template-columns: auto minmax(360px, 1fr) auto auto;
    gap: clamp(24px, 4vw, 58px);
    align-items: end;
    padding-block: 34px;
    border-top: 1px solid rgba(8,8,8,.34);
    font-size: .75rem;
}

.footer__brand {
    display: flex;
    gap: 14px;
    align-items: baseline;
}

.footer__brand .brand__mark { font-size: 2.8rem; }

.footer__meta {
    display: flex;
    gap: 24px;
}

.social-cluster--footer {
    flex-wrap: wrap;
    gap: 8px 18px;
}

.social-cluster--footer a {
    gap: 7px;
    min-height: 30px;
    border-bottom: 1px solid transparent;
}

.social-cluster--footer a:hover {
    border-bottom-color: currentColor;
    transform: translateY(-2px);
}

.social-cluster--footer svg {
    width: 15px;
    height: 15px;
}

.footer > div:last-child > a { border-bottom: 1px solid currentColor; }

/* Dialogs */
dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--white);
    background: transparent;
}

dialog::backdrop {
    background: rgba(0, 0, 0, .82);
    backdrop-filter: blur(16px);
}

dialog[open] { animation: dialog-in .4s var(--ease) both; }

@keyframes dialog-in {
    from { opacity: 0; transform: translateY(18px); }
}

.dialog-shell {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: clamp(24px, 4.8vw, 74px);
    background: var(--ink);
}

.dialog-head,
.media-dialog__head {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-dark);
}

.dialog-head > div,
.media-dialog__head > div:first-child {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.dialog-head span,
.media-dialog__head span {
    color: var(--current-accent);
}

.dialog-head strong,
.media-dialog__head strong {
    font-family: var(--display);
    font-size: clamp(1.6rem, 3vw, 3.5rem);
    letter-spacing: -.03em;
    line-height: .84;
}

.dialog-close {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    color: var(--white);
    background: transparent;
    cursor: pointer;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1;
    transition: color .2s ease, background-color .2s ease, transform .2s var(--ease);
}

.dialog-close:hover {
    color: var(--ink);
    background: var(--white);
    transform: rotate(8deg);
}

.menu-dialog { --current-accent: var(--blue); }

.menu-dialog__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(35px, 5vw, 72px);
}

.menu-dialog__links a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-width: 0;
    min-height: 94px;
    padding: 20px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    transition: color .2s ease, background-color .2s ease;
}

.menu-dialog__links a:nth-child(even) { border-right: 0; }

.menu-dialog__links a:hover {
    color: var(--ink);
    background: var(--blue);
}

.menu-dialog__links span,
.menu-dialog__links em {
    font-size: .72rem;
    font-style: normal;
    font-weight: 500;
}

.menu-dialog__links span { color: var(--blue); }
.menu-dialog__links a:hover span { color: var(--ink); }

.menu-dialog__links strong {
    min-width: 0;
    font-family: var(--display);
    font-size: clamp(1.45rem, 2.7vw, 3.2rem);
    line-height: .84;
}

.menu-dialog__links em { opacity: .45; }

.menu-dialog__routes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.menu-dialog__routes button {
    display: grid;
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--line-dark);
    border-radius: 10px;
    color: var(--white);
    background: rgba(255,255,255,.03);
    cursor: pointer;
    text-align: left;
    transition: color .2s ease, background-color .2s ease, transform .25s var(--ease);
}

.menu-dialog__routes button:hover {
    color: var(--ink);
    background: var(--yellow);
    transform: translateY(-3px);
}

.menu-dialog__routes span,
.menu-dialog__routes em {
    font-size: .5rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .08em;
}

.menu-dialog__routes span { color: var(--blue); }
.menu-dialog__routes button:hover span { color: var(--ink); }

.menu-dialog__routes strong {
    margin: 12px 0;
    font-family: var(--display);
    font-size: clamp(1.4rem, 2.3vw, 2.7rem);
    line-height: .84;
}

.menu-dialog__routes em { opacity: .5; }

.dialog-hint {
    margin: 42px 0 0;
    color: var(--muted-dark);
    font-size: .51rem;
    text-transform: none;
}

kbd {
    padding: 4px 7px;
    border: 1px solid var(--line-dark);
    border-radius: 4px;
    color: var(--white);
    font-family: var(--body);
}

.executive-dialog { --current-accent: var(--yellow); }

.executive-shell {
    display: flex;
    flex-direction: column;
}

.executive-slides {
    position: relative;
    flex: 1;
    min-height: 540px;
}

.executive-slide {
    position: absolute;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    opacity: 0;
    transform: translateX(34px);
    transition: opacity .4s ease, transform .6s var(--ease), visibility .4s;
}

.executive-slide.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.executive-slide > span {
    margin-bottom: 26px;
    color: var(--yellow);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .13em;
}

.executive-slide h2 {
    max-width: 1300px;
    margin-bottom: 30px;
    font-family: var(--display);
    font-size: clamp(4rem, 8.4vw, 10rem);
    font-synthesis: none;
    font-weight: 400;
    letter-spacing: -.038em;
    line-height: .84;
    text-wrap: balance;
}

.executive-slide > p {
    max-width: 830px;
    color: var(--muted-dark);
    font-size: clamp(1rem, 1.55vw, 1.38rem);
}

.executive-slide .button {
    align-self: start;
    margin-top: 12px;
}

.executive-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: min(940px, 100%);
    margin-top: 25px;
}

.executive-kpis > strong {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--line-dark);
    border-radius: 10px;
    font-family: var(--display);
    font-size: clamp(2.3rem, 5vw, 5.5rem);
    line-height: .78;
}

.executive-kpis > strong:nth-child(2) {
    font-size: clamp(1.85rem, 3.6vw, 4rem);
    white-space: nowrap;
}

.executive-kpis small {
    display: block;
    margin-top: 12px;
    color: var(--muted-dark);
    font-family: var(--body);
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3;
}

.executive-controls {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    gap: 18px;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid var(--line-dark);
}

.executive-controls button {
    width: 48px;
    height: 48px;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    color: var(--white);
    background: transparent;
    cursor: pointer;
}

.executive-controls > div {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.executive-controls i {
    width: 34px;
    height: 2px;
    background: rgba(255,255,255,.18);
}

.executive-controls i.is-active { background: var(--yellow); }

.deep-dive-dialog { --current-accent: var(--yellow); }

.deep-dive-shell {
    min-height: 100%;
    overflow: auto;
}

/* History deep dive */
.history--dialog {
    width: 100%;
    margin-top: clamp(35px, 5vw, 70px);
}

.history__stage {
    position: relative;
    min-height: min(65vh, 720px);
    overflow: hidden;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    color: var(--white);
    background:
        radial-gradient(circle at 78% 18%, rgba(255,212,92,.19), transparent 26%),
        linear-gradient(135deg, #191919, #080808 68%);
    transition: opacity .2s ease, transform .3s var(--ease);
}

.history__stage.is-changing {
    opacity: .42;
    transform: scale(.992);
}

.history__image,
.history__wash {
    position: absolute;
    inset: 0;
}

.history__image {
    opacity: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(.75) contrast(1.1);
    transition: opacity .4s ease;
}

.history__stage.has-image .history__image { opacity: .72; }

.history__wash {
    background: linear-gradient(90deg, rgba(8,8,8,.96) 0%, rgba(8,8,8,.72) 50%, rgba(8,8,8,.16) 100%), linear-gradient(0deg, rgba(8,8,8,.88), transparent 56%);
}

.history__year {
    position: absolute;
    z-index: 1;
    top: 2%;
    right: -1%;
    color: rgba(255,255,255,.09);
    font-family: var(--display);
    font-size: clamp(9rem, 20vw, 24rem);
    letter-spacing: -.06em;
    line-height: .7;
}

.history__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: clamp(28px, 6vw, 90px);
    width: min(680px, calc(100% - 56px));
    transform: translateY(-58%);
}

.history__content > span {
    display: block;
    margin-bottom: 22px;
    color: var(--yellow);
}

.history__content h3 {
    margin-bottom: 22px;
    font-family: var(--body);
    font-size: clamp(2.1rem, 4.5vw, 5rem);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: .97;
    text-wrap: balance;
}

.history__content p {
    max-width: 630px;
    color: var(--muted-dark);
    font-size: clamp(.92rem, 1.3vw, 1.14rem);
}

.history__metrics {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 28px;
    left: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--line-dark);
    background: rgba(8,8,8,.52);
    backdrop-filter: blur(10px);
}

.history__metrics > div {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 16px;
    border-right: 1px solid var(--line-dark);
}

.history__metrics > div:last-child { border-right: 0; }

.history__metrics strong {
    font-family: var(--display);
    font-size: clamp(1.6rem, 3vw, 3.5rem);
    line-height: .78;
}

.history__metrics span {
    color: var(--muted-dark);
    font-size: .75rem;
}

.history__controls {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    margin-top: 20px;
    overflow-x: auto;
}

.history__controls button {
    display: grid;
    min-width: 75px;
    gap: 12px;
    padding: 14px 6px;
    color: rgba(255,255,255,.42);
    background: transparent;
    cursor: pointer;
    font-size: .72rem;
    font-weight: 600;
}

.history__controls i {
    width: 100%;
    height: 2px;
    background: var(--line-dark);
}

.history__controls button[aria-selected="true"] { color: var(--white); }
.history__controls button[aria-selected="true"] i { background: var(--yellow); }

/* Route deep dive */
.route-dialog { --current-accent: var(--orange); }

.route--dialog {
    margin-top: clamp(35px, 5vw, 70px);
}

.route__map {
    position: relative;
    display: grid;
    grid-template-areas:
        "map manifesto"
        "note note";
    grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr);
    gap: clamp(20px, 4vw, 64px);
    align-items: center;
    min-height: min(78vh, 880px);
    padding: clamp(78px, 7vw, 106px) clamp(24px, 4vw, 58px) 28px;
    overflow: hidden;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
        #101010;
    background-size: 58px 58px;
}

.route__map::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 34% 52%, rgba(255,82,55,.16), transparent 38%);
    pointer-events: none;
}

.route__map-head {
    position: absolute;
    z-index: 4;
    top: 24px;
    right: 24px;
    left: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.route__map-head span { color: var(--orange); }

.romania-map {
    position: relative;
    z-index: 2;
    grid-area: map;
    width: 100%;
    max-height: 650px;
    overflow: visible;
}

.romania-map__outline {
    fill: rgba(255,255,255,.035);
    stroke: rgba(255,255,255,.44);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.romania-map__route {
    fill: none;
    filter: url(#routeGlow);
    stroke: var(--orange);
    stroke-dasharray: 10 10;
    stroke-linecap: round;
    stroke-width: 3.2;
    vector-effect: non-scaling-stroke;
}

.romania-map__traveller {
    fill: var(--yellow);
    filter: url(#routeGlow);
}

.map-city circle:first-child {
    fill: var(--ink);
    stroke: var(--orange);
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
}

.map-city text {
    fill: var(--white);
    font-family: var(--body);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .06em;
    paint-order: stroke;
    stroke: rgba(8,8,8,.9);
    stroke-width: 5px;
    stroke-linejoin: round;
}

.map-city--start circle:first-child {
    fill: var(--orange);
    animation: map-start 1.8s ease-in-out infinite;
}

.map-city--start circle:nth-child(2) {
    fill: var(--yellow);
}

@keyframes map-start {
    50% { opacity: .65; transform: scale(1.35); }
}

.route__manifesto {
    position: relative;
    z-index: 2;
    grid-area: manifesto;
    display: grid;
    align-content: center;
    gap: 30px;
    min-width: 0;
    padding: clamp(24px, 3.5vw, 48px);
    border: 1px solid var(--line-dark);
    border-radius: 18px;
    background: rgba(8,8,8,.76);
    backdrop-filter: blur(14px);
}

.route__manifesto .micro-label { color: var(--orange); }

.route__manifesto h3 {
    margin: 18px 0 0;
    font-family: var(--display);
    font-size: clamp(2.5rem, 3vw, 4rem);
    letter-spacing: -.05em;
    line-height: .82;
}

.route__manifesto p {
    margin: 0;
    color: var(--muted-dark);
    font-size: .9rem;
}

.route__manifesto > div:last-child > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 24px;
}

.route__manifesto > div:last-child span {
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid rgba(255,82,55,.36);
    border-radius: 100px;
    color: var(--orange);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
}

.route__note {
    position: relative;
    z-index: 2;
    grid-area: note;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid var(--line-dark);
    color: var(--muted-dark);
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.6;
}

/* Media dialog */
.media-dialog { --current-accent: var(--orange); }

.media-shell {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    background: #000;
}

.media-dialog__head {
    align-items: center;
    padding: 0 0 14px;
}

.media-dialog__head > div:last-child {
    display: flex;
    gap: 12px;
    align-items: center;
}

.media-dialog__head a {
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    color: var(--muted-dark);
    font-size: .75rem;
    font-weight: 600;
}

.media-player {
    display: grid;
    flex: 1;
    place-items: center;
    min-height: 0;
    margin-top: 16px;
    overflow: hidden;
    background: #000;
}

.media-player video,
.media-player iframe {
    display: none;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 116px);
    border: 0;
    background: #000;
    object-fit: contain;
}

.media-player.is-local video,
.media-player.is-frame iframe { display: block; }

.media-player.is-portrait iframe {
    width: min(560px, 100%);
    margin-inline: auto;
}

.toast {
    position: fixed;
    z-index: 20000;
    right: 24px;
    bottom: 24px;
    max-width: min(420px, calc(100vw - 48px));
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 9px;
    color: var(--white);
    background: rgba(8,8,8,.92);
    box-shadow: var(--shadow);
    font-size: .75rem;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .35s var(--ease);
}

.toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.noscript {
    position: fixed;
    z-index: 25000;
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 14px;
    color: var(--ink);
    background: var(--yellow);
    text-align: center;
}

/* Responsive */
@media (max-width: 1280px) {
    .topbar__center { display: none; }

    .social-cluster--header a {
        width: 40px;
        height: 40px;
    }

    .hero__lower {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero__proof { max-width: 900px; }

    .audience-console {
        grid-template-columns: .78fr 1.22fr;
    }

    .audience-console__gender {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 250px 1fr;
        gap: 40px;
        align-items: center;
        border-top: 1px solid var(--line-dark);
        border-right: 0 !important;
    }

    .audience-console__gender .audience-title {
        align-self: stretch;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        border: 0;
    }

    .gender-ring { width: 220px; margin: 0; }

    .lab {
        grid-template-columns: 1fr;
    }

    .lab__controls {
        grid-template-columns: 1fr 1fr;
    }

    .contact__grid {
        padding-bottom: 110px;
    }
}

@media (max-width: 1180px) {
    .annual-equation span.annual-equation__result strong {
        font-size: clamp(1.55rem, 2.05vw, 2.1rem);
    }

    .scale-card--ty {
        grid-template-columns: minmax(330px, .95fr) minmax(0, 1.05fr);
    }

    .scale-card__copy,
    .social-proof__copy {
        padding: clamp(32px, 4vw, 52px);
    }

    .scale-card__copy h3,
    .social-proof__copy h3 {
        font-size: clamp(2.4rem, 3.4vw, 3.15rem);
    }

    .route__map {
        grid-template-areas:
            "map"
            "manifesto"
            "note";
        grid-template-columns: 1fr;
    }

    .romania-map {
        width: min(100%, 820px);
        margin-inline: auto;
    }

    .route__manifesto {
        grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
        align-items: center;
    }

    .data-network {
        grid-template-columns: 1fr;
    }

    .data-network::before {
        top: 43%;
        right: 0;
        bottom: auto;
        left: 0;
        width: auto;
        height: 1px;
    }

    .contact__statement {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .contact__headline,
    .contact__action {
        max-width: 760px;
    }

    .footer {
        grid-template-columns: auto minmax(340px, 1fr) auto;
    }

    .footer__meta {
        display: none;
    }
}

@media (max-width: 1000px) {
    :root {
        --section-pad: 112px;
    }

    .topbar__executive,
    .mini-cta,
    .brand__meta {
        display: none;
    }

    .topbar {
        gap: 14px;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 30px;
        align-items: start;
    }

    .section-heading__aside { max-width: 720px; }

    .signal-deck {
        grid-template-columns: 290px minmax(0, 1fr);
    }

    .signal-deck__readout {
        padding: clamp(28px, 4vw, 45px);
    }

    .signal-deck__readout h3 {
        font-size: clamp(2.45rem, 5.5vw, 3.45rem);
    }

    .proof-milestones {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-milestones button:nth-child(2) { border-right: 0; }
    .proof-milestones button:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }

    .social-ledger {
        grid-template-columns: 1fr;
    }

    .social-ledger > div {
        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
    }

    .social-ledger > div:last-child { border-bottom: 0; }

    .program-console {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .scale-card--ty {
        grid-template-columns: minmax(300px, 1fr) minmax(0, 1fr);
    }

    .scale-card__copy,
    .social-proof__copy {
        padding: 28px;
    }

    .scale-card__copy h3,
    .social-proof__copy h3 {
        font-size: clamp(2rem, 4vw, 2.55rem);
    }

    .annual-equation {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(180px, .42fr);
    }

    .annual-equation__core { grid-column: 1 / -1; }

    .partner-runway {
        grid-template-columns: 1fr;
    }

    .partner-runway > div {
        border-right: 0;
        border-bottom: 2px solid var(--ink);
    }

    .partner-runway > div:last-child { border-bottom: 0; }
    .partner-runway span { margin-bottom: 32px; }

    .lab__controls {
        grid-template-columns: 1fr;
    }

    .route--dialog {
        grid-template-columns: 1fr;
    }

    .route__map,
    .route__detail { min-height: 620px; }

    .data-network__intro h3 {
        max-width: 100%;
    }

}

@media (max-width: 760px) {
    :root {
        --section-pad: 92px;
        --radius: 18px;
    }

    body { font-size: 15px; }

    .dialog-shell {
        width: 100vw;
        max-width: 100vw;
        padding-left: max(24px, env(safe-area-inset-left));
        padding-right: max(24px, env(safe-area-inset-right));
    }

    .section-marker,
    .chapter-rail,
    .topbar__actions .text-button > span:last-child,
    .hero__route-label {
        display: none;
    }

    .social-cluster--header { display: none; }
    .social-cluster--menu { display: flex; }

    .topbar {
        top: 9px;
        right: 9px;
        left: 9px;
        min-height: 56px;
        padding: 8px 9px 8px 14px;
        border-radius: 11px;
    }

    .brand__mark { font-size: 1.8rem; }

    .text-button {
        justify-content: center;
        width: 44px;
        min-height: 44px;
        padding: 0;
    }

    .language-switch { min-height: 44px; }
    .language-switch button { min-width: 40px; }

    .section-heading h2,
    .contact__statement h2 {
        font-size: clamp(2.72rem, 11.5vw, 5.2rem);
        letter-spacing: -.032em;
        line-height: .88;
    }

    .section-heading__aside > p {
        font-size: .91rem;
    }

    .hero,
    .hero__content {
        min-height: max(780px, 100svh);
    }

    .hero__content {
        justify-content: end;
        padding-block: 108px 50px;
    }

    .hero__media img { object-position: 60% center; }

    .hero__veil {
        background:
            linear-gradient(90deg, rgba(8,8,8,.84), rgba(8,8,8,.25)),
            linear-gradient(0deg, rgba(8,8,8,.97) 0%, rgba(8,8,8,.58) 60%, rgba(8,8,8,.35));
    }

    .eyebrow {
        grid-template-columns: auto 44px;
        margin-bottom: 32px;
    }

    .eyebrow span:last-child { display: none; }

    .hero__headline h1 {
        width: 100%;
        font-size: clamp(3rem, 15.5vw, 5.8rem);
        line-height: .79;
    }

    .hero__lower {
        margin-top: 44px;
    }

    .journey-choices {
        display: grid;
    }

    .journey-choices .button { width: 100%; }

    .hero__proof { padding: 18px; }

    .hero__stats {
        grid-template-columns: minmax(0, .9fr) minmax(0, .9fr) minmax(0, 1.2fr);
    }

    .hero__stats > div {
        padding: 16px 9px;
        border-bottom: 0;
    }

    .hero__stats > div:nth-child(2) { border-right: 1px solid rgba(255,255,255,.14); }
    .hero__stats > div:nth-child(-n+2) { border-bottom: 0; }
    .hero__stats > div:nth-child(3) { padding-left: 9px; border-right: 0; }

    .hero__stats strong {
        font-size: clamp(1.5rem, 7.5vw, 2.35rem);
    }

    .hero__stats span {
        font-size: .64rem;
        line-height: 1.3;
    }

    .identity__heading { padding-top: var(--section-pad); }

    .identity {
        overflow: visible;
    }

    .identity::before {
        font-size: 44vw;
    }

    .identity .section-heading h2 {
        font-size: clamp(2.58rem, 10.9vw, 3.85rem);
        letter-spacing: -.034em;
        line-height: .87;
    }

    .vision-shift {
        grid-template-columns: 1fr;
    }

    .vision-shift > i { transform: rotate(90deg); }

    .signal-deck {
        display: flex;
        flex-direction: column;
        min-height: clamp(770px, 205vw, 820px);
        margin-top: 68px;
    }

    .signal-deck__visual img {
        object-position: center 61%;
        filter: saturate(.82) contrast(1.12) brightness(.82);
        transform: scale(1.38);
        transform-origin: 50% 67%;
    }

    .signal-deck[data-active="culture"] .signal-deck__visual img {
        object-position: center 58%;
        transform-origin: 55% 62%;
    }

    .signal-deck[data-active="production"] .signal-deck__visual img {
        object-position: center 54%;
        transform-origin: 50% 58%;
    }

    .signal-deck[data-active="platform"] .signal-deck__visual img {
        object-position: center 52%;
        transform-origin: 50% 56%;
    }

    .signal-deck__veil {
        background: linear-gradient(0deg, rgba(8,8,8,.97) 0%, rgba(8,8,8,.72) 40%, rgba(8,8,8,.28) 72%, rgba(8,8,8,.06));
    }

    .signal-deck__status { padding: 19px; }

    .signal-deck__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(76px, auto));
        order: 3;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: visible;
        border-top: 1px solid var(--line-dark);
        border-right: 0;
    }

    .signal-deck__nav button,
    .signal-deck__nav button:hover,
    .signal-deck__nav button.is-active {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        min-width: 0;
        min-height: 76px;
        padding: 14px;
        border-right: 1px solid var(--line-dark);
        border-bottom: 1px solid var(--line-dark);
    }

    .signal-deck__nav button.is-active {
        box-shadow: inset 0 3px 0 var(--blue);
    }

    .signal-deck__nav button:nth-child(even) { border-right: 0; }
    .signal-deck__nav button:nth-last-child(-n + 2) { border-bottom: 0; }
    .signal-deck__nav button > strong {
        font-size: clamp(.96rem, 4.8vw, 1.16rem);
        letter-spacing: -.02em;
    }
    .signal-deck__nav button > small { display: none; }

    .signal-deck__readout {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: end;
        padding: 26px 20px 36px;
    }

    .signal-deck__readout h3 {
        font-size: clamp(1.98rem, 8.7vw, 2.38rem);
        line-height: .96;
    }

    .identity__deep-dive {
        display: grid;
        align-items: start;
    }

    .history-launch {
        width: 100%;
        min-height: 90px;
    }

    .proof-milestones { grid-template-columns: 1fr; }
    .proof-milestones button { border-right: 0; border-bottom: 1px solid var(--line-dark); }
    .proof-milestones button:last-child { border-bottom: 0; }

    .audience-console {
        grid-template-columns: 1fr;
    }

    .audience-console > div {
        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
    }

    .audience-console__gender {
        display: grid;
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 24px;
        border-top: 0;
    }

    .audience-console__gender .audience-title {
        border-bottom: 1px solid var(--line-dark);
    }

    .gender-ring { margin-inline: auto; }

    .audience-console__read {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 20px;
        border-bottom: 0 !important;
    }

    .audience-title > span {
        font-size: .86rem;
    }

    .age-row {
        grid-template-columns: 59px minmax(70px, 1fr) 49px;
        gap: 10px;
    }

    .media-proof__head {
        display: grid;
        align-items: start;
    }

    .media-proof__controls { justify-content: space-between; }

    .media-proof__track {
        grid-auto-columns: 100%;
        gap: 12px;
    }

    .scale-card {
        min-height: 760px;
    }

    .scale-card--ty {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 46% 54%;
    }

    .scale-card__portrait img {
        object-fit: cover;
        object-position: center 44%;
        transform: none;
    }

    .scale-card__copy,
    .social-proof__copy {
        justify-content: end;
        width: 100%;
        min-height: inherit;
        padding: 25px 20px;
    }

    .scale-card--ty .scale-card__copy {
        min-height: 0;
    }

    .scale-card__copy h3,
    .social-proof__copy h3 {
        font-size: clamp(1.82rem, 8.6vw, 3rem);
        letter-spacing: -.03em;
        line-height: .9;
    }

    .scale-card__copy > p,
    .social-proof__copy > p {
        font-size: .79rem;
    }

    .scale-card__stats,
    .social-proof__metrics { margin-bottom: 20px; }

    .scale-card__stats span,
    .social-proof__metrics strong {
        padding: 12px;
    }

    .scale-card__shade {
        background: linear-gradient(0deg, rgba(8,8,8,.98) 0%, rgba(8,8,8,.66) 55%, rgba(8,8,8,.05) 78%);
    }

    .scale-card--russ > .scale-card__art > img {
        object-position: center 47%;
    }

    .scale-card--redman > img {
        object-position: 78% center;
    }

    .scale-card--tour > img {
        object-position: 52% center;
    }

    .social-ledger > div {
        grid-template-columns: 1fr auto;
    }

    .social-ledger small {
        grid-column: 1 / -1;
        text-align: left;
    }

    .program-console {
        display: flex;
        flex-direction: column;
        min-height: 900px;
        box-shadow: 8px 8px 0 rgba(8,8,8,.25);
    }

    .program-console__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(112px, auto));
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: visible;
        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
    }

    .program-console__nav button,
    .program-console__nav button:hover,
    .program-console__nav button.is-active {
        min-width: 0;
        min-height: 112px;
        padding: 16px;
        border-right: 1px solid var(--line-dark);
        border-bottom: 1px solid var(--line-dark);
    }

    .program-console__nav button.is-active {
        box-shadow: inset 0 3px 0 var(--program-accent, var(--orange));
    }

    .program-console__nav button:nth-child(even) { border-right: 0; }
    .program-console__nav button:nth-last-child(-n + 2) { border-bottom: 0; }
    .program-console__nav strong { font-size: clamp(1.25rem, 6.2vw, 1.7rem); }

    .program-console__stage {
        flex: 1;
        justify-content: end;
        padding: 30px 20px;
    }

    .program-console__stage h3 {
        font-size: clamp(2.35rem, 10.5vw, 3.6rem);
    }

    .program-console__facts {
        grid-template-columns: 1fr;
    }

    .annual-equation {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .annual-equation__core {
        display: grid;
        grid-column: auto;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        width: 100%;
    }

    .annual-equation__core > i {
        align-self: center;
    }

    .annual-equation > i {
        transform: rotate(90deg);
        transform-origin: left;
    }

    .annual-equation__result { grid-column: auto; width: fit-content; }

    .partner-runway {
        grid-template-columns: 1fr;
    }

    .partner-runway > div {
        border-right: 0;
        border-bottom: 2px solid var(--ink);
    }

    .partner-runway > div:last-child { border-bottom: 0; }
    .partner-runway span { margin-bottom: 32px; }

    .data-network {
        gap: 34px;
        padding: 28px 20px;
        box-shadow: 8px 8px 0 rgba(8,8,8,.2);
    }

    .data-network::before { display: none; }

    .data-network__intro h3 {
        font-size: clamp(1.48rem, 6.4vw, 3.5rem);
        line-height: .84;
    }

    .data-network__flow {
        grid-template-columns: 1fr;
        gap: 13px;
        align-items: start;
    }

    .data-network__flow > i {
        transform: rotate(90deg);
        transform-origin: left;
    }

    .choice-grid--profiles { grid-template-columns: 1fr 1fr; }
    .choice-grid--goals { grid-template-columns: 1fr 1fr; }

    .lab__output {
        min-height: 0;
        padding: 22px 18px;
    }

    .lab__output-head {
        display: grid;
    }

    .lab__live { justify-self: start; }

    .lab__balance {
        grid-template-columns: 1fr;
    }

    .lab__balance > div:first-child,
    .lab__balance > div:last-child {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .lab__balance > div:last-child { text-align: left; }

    .recommendation-list { grid-template-columns: 1fr; }

    .recommendation { min-height: 0; }

    .lab__footer {
        grid-template-columns: 1fr;
    }

    .lab__footer > div {
        display: grid;
        justify-content: stretch;
    }

    .contact__statement {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact__action { max-width: 680px; }

    .contact-direct { box-shadow: 8px 8px 0 var(--ink); }

    .footer {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .footer__meta { display: flex; flex-wrap: wrap; }

    .social-cluster--footer {
        align-items: start;
    }

    .menu-dialog__links,
    .menu-dialog__routes {
        grid-template-columns: 1fr;
    }

    .menu-dialog__links a {
        border-right: 0;
    }

    .executive-slides { min-height: 630px; }

    .executive-slide h2 {
        font-size: clamp(2.8rem, 12vw, 4.8rem);
    }

    .executive-kpis { grid-template-columns: 1fr; }

    .history__stage {
        min-height: 690px;
    }

    .history__content {
        top: 42%;
        left: 20px;
        width: calc(100% - 40px);
    }

    .history__metrics {
        right: 16px;
        bottom: 16px;
        left: 16px;
        grid-template-columns: 1fr;
    }

    .history__metrics > div {
        grid-template-columns: auto 1fr;
        align-items: baseline;
        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
    }

    .history__metrics > div:last-child { border-bottom: 0; }

    .route__map,
    .route__detail { min-height: 590px; }

    .route__map-head {
        display: grid;
    }

    .route__map {
        display: grid;
        gap: 24px;
        min-height: 0;
        padding: 90px 14px 20px;
        background-size: 36px 36px;
    }

    .romania-map {
        min-height: 280px;
    }

    .map-city text {
        font-size: 23px;
        stroke-width: 7px;
    }

    .route__manifesto {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px 18px;
    }

    .route__manifesto h3 {
        font-size: clamp(1.85rem, 9.2vw, 3.2rem);
    }

    .media-dialog__head > div:first-child span { display: none; }
    .media-dialog__head a { display: none; }
    .media-dialog__head strong { font-size: 1.15rem; }
    .media-shell { padding: 10px; }
    .media-player video,
    .media-player iframe { max-height: calc(100vh - 88px); }
}

@media (max-width: 420px) {
    .hero__stats > div:nth-child(3) strong {
        font-size: clamp(1.3rem, 6.8vw, 2rem);
    }

    .topbar {
        gap: 7px;
    }

    .topbar__actions { gap: 4px; }

    .text-button { width: 44px; }
    .language-switch button { min-width: 36px; }

    .hero__headline h1 {
        font-size: clamp(2.75rem, 15vw, 3.9rem);
        letter-spacing: -.065em;
    }

    .section-heading h2,
    .contact__statement h2 { font-size: clamp(2.35rem, 11.6vw, 2.55rem); }

    .program-console__stage h3 {
        font-size: clamp(2rem, 10vw, 2.25rem);
    }

    .choice-grid--profiles { grid-template-columns: 1fr; }

    .proof-milestones strong { font-size: 2rem; }

    .history-launch {
        padding: 17px;
        box-shadow: 6px 6px 0 var(--blue);
    }

    .history-launch strong {
        font-size: 1.35rem;
    }

    .partner-runway strong {
        font-size: clamp(1.72rem, 9.4vw, 2.2rem);
    }

    .data-network__intro h3 {
        font-size: clamp(1.28rem, 5.55vw, 1.48rem);
    }

}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

@media print {
    .intro,
    .topbar,
    .page-progress,
    .chapter-rail,
    .section-marker,
    .hero__route-label,
    .media-proof__controls,
    dialog,
    .toast,
    .noscript {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    .section {
        min-height: 0;
        break-inside: avoid;
    }

    .reveal {
        opacity: 1 !important;
        transform: none !important;
    }

    .media-proof__track {
        display: block;
        overflow: visible;
    }

    .scale-card {
        margin-bottom: 20px;
        break-inside: avoid;
    }
}
