main.site-main {
    position: relative;
    z-index: 2;
    padding-top: 6rem;
}

/* Hero */
.hero-editorial {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(1.75rem, 3.5vw, 2.5rem);
    min-height: min(92vh, 56rem);
    max-width: var(--layout-max);
    margin: 0 auto;
    padding: clamp(0.75rem, 2vw, 1.5rem) var(--layout-gutter) clamp(2.5rem, 6vw, 4.5rem);
    --hero-nvidia: #76b900;
    --hero-tint-savings: #9ed93f;
    --hero-tint-free: #5ed4c6;
    --hero-tint-scale: #76b900;
    --hero-tint-live: #ff3b30;
}

.hero-editorial__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(1rem, 3vw, 2.5rem);
    align-items: center;
}

.hero-editorial__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
}

.hero-editorial__visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(0.85rem, 2vw, 1.15rem);
    min-width: 0;
}

.hero-editorial + .scale-panel {
    margin-top: 0;
}

.hero-editorial h1 {
    max-width: min(100%, 20em);
    font-size: clamp(2.75rem, 8vw, 5.5rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
}

.hero-editorial h1 .split-line {
    display: block;
}

.hero-editorial h1 .split-line:first-child {
    white-space: nowrap;
}

.hero-editorial h1 .split-word--gpu {
    color: var(--hero-nvidia);
    text-shadow: 0 0 42px rgba(118, 185, 0, 0.32);
}

.hero-editorial .hero-actions {
    padding-top: 0.5rem;
}

.hero-editorial__points {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 0;
    padding: clamp(1rem, 2vw, 1.25rem) 0 0;
    list-style: none;
}

.hero-editorial__points li {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.hero-editorial__point-term {
    font-family: var(--font-meta);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.hero-editorial__point-detail {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.62);
}

@media screen and (min-width: 961px) {
    .hero-editorial__points {
        flex-direction: row;
        gap: clamp(0.75rem, 1.5vw, 1.25rem);
        padding-top: clamp(0.85rem, 1.5vw, 1.1rem);
    }

    .hero-editorial__points li {
        flex: 1;
        padding-right: clamp(0.5rem, 1vw, 0.85rem);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hero-editorial__points li:last-child {
        padding-right: 0;
        border-right: none;
    }

    .hero-editorial__point-detail {
        font-size: 0.75rem;
    }
}

.hero-editorial__foot {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 3vw, 1.75rem);
    padding-top: clamp(0.5rem, 2vw, 1rem);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-editorial__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
    margin-top: auto;
    padding-top: clamp(1.75rem, 3.5vw, 2.5rem);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

.hero-stat__value {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.045em;
    color: #ffffff;
}

.hero-stat__value--savings {
    color: var(--hero-tint-savings);
    text-shadow: 0 0 36px rgba(158, 217, 63, 0.22);
}

.hero-stat__value--free {
    color: var(--hero-tint-free);
    text-shadow: 0 0 36px rgba(94, 212, 198, 0.22);
}

.hero-stat__value--scale {
    color: var(--hero-tint-scale);
    text-shadow: 0 0 36px rgba(118, 185, 0, 0.28);
}

.hero-stat__value--live {
    color: var(--hero-tint-live);
    text-shadow: 0 0 36px rgba(255, 59, 48, 0.28);
}

.hero-stat__label {
    max-width: 11rem;
    font-family: var(--font-meta);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.42);
}

.hero-editorial__hook {
    max-width: 40rem;
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    font-weight: 300;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.hero-model-rail {
    width: 100%;
}

.hero-model-rail__viewport {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 7%,
        #000 93%,
        transparent 100%
    );
}

.hero-model-rail__track {
    display: flex;
    width: max-content;
    will-change: transform;
    gap: clamp(0.75rem, 2vw, 1.25rem);
}

.hero-model-rail__track.is-active {
    animation: hero-model-rail-scroll var(--marquee-duration, 40s) linear infinite;
}

@keyframes hero-model-rail-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(-1 * var(--marquee-loop, 0px)), 0, 0);
    }
}

.hero-model-rail__list {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: clamp(0.75rem, 2vw, 1.25rem);
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero-model-rail__item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-shrink: 0;
    padding: 0.65rem 1rem 0.65rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.hero-model-rail__logo {
    display: block;
    height: 1.35rem;
    width: auto;
    max-width: 6.5rem;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.95;
}

.hero-model-rail__logo--mono {
    filter: brightness(0) invert(1);
}

.hero-model-rail__model {
    font-family: var(--font-meta);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.48);
    white-space: nowrap;
}

/* Hero terminal GPU art */
.hero-gpu-sketch {
    position: relative;
    align-self: center;
    justify-self: center;
    --terminal-scale: 0.82;
    width: min(100%, calc(30rem * var(--terminal-scale) + 1.5rem));
    aspect-ratio: 935 / 500;
    min-height: 11.5rem;
    max-width: 100%;
    margin-inline: auto;
    opacity: 0;
    transform: translateY(18px) scale(0.97);
    transition:
        opacity 1.1s var(--ease-out-expo),
        transform 1.1s var(--ease-out-expo);
    --gpu-scroll: 1;
}

body.hero-loaded .hero-gpu-sketch {
    opacity: calc(0.98 * var(--gpu-scroll));
    transform: translateY(0) scale(1);
    transition-delay: 280ms;
}

.hero-terminal__window {
    --terminal-scale: 0.82;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: calc(12px * var(--terminal-scale));
    background: rgba(255, 255, 255, 0.03);
    box-shadow:
        0 calc(24px * var(--terminal-scale)) calc(60px * var(--terminal-scale)) rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.hero-terminal__titlebar {
    display: flex;
    align-items: center;
    gap: calc(0.85rem * var(--terminal-scale));
    padding: calc(0.75rem * var(--terminal-scale)) calc(1.1rem * var(--terminal-scale));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.hero-terminal__dots {
    display: inline-flex;
    gap: calc(0.35rem * var(--terminal-scale));
}

.hero-terminal__dots i {
    display: block;
    width: calc(0.65rem * var(--terminal-scale));
    height: calc(0.65rem * var(--terminal-scale));
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

.hero-terminal__dots i:nth-child(1) { opacity: 0.9; }
.hero-terminal__dots i:nth-child(2) { opacity: 0.55; }
.hero-terminal__dots i:nth-child(3) { opacity: 0.35; }

.hero-terminal__title {
    font-family: var(--font-meta);
    font-size: calc(0.8125rem * var(--terminal-scale));
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
}

.hero-terminal__screen {
    margin: 0;
    padding:
        calc(0.95rem * var(--terminal-scale))
        calc(0.4rem * var(--terminal-scale))
        calc(1rem * var(--terminal-scale));
    overflow: hidden;
    background: transparent;
}

.hero-gpu-scene {
    position: relative;
    width: 100%;
    max-width: calc(30rem * var(--terminal-scale));
    margin-inline: auto;
    aspect-ratio: 935 / 417;
    color: rgba(255, 255, 255, 0.92);
}

.hero-gpu-scene__card {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-gpu-scene__fans {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-gpu-scene__fan-mount {
    position: absolute;
    left: var(--fan-x);
    top: var(--fan-y);
    width: var(--fan-size);
    aspect-ratio: 1;
    translate: -50% -50%;
}

.hero-gpu-scene__fan {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    animation: hero-gpu-fan-spin 2.4s linear infinite;
}

.hero-gpu-scene__fan--offset {
    animation-delay: -0.85s;
}

@keyframes hero-gpu-fan-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.hero-loaded .hero-gpu-sketch {
        opacity: 0.9;
        transform: none;
    }
}

/* Subpages */
.page-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(1.5rem, 3vw, 2.25rem);
    min-height: 0;
    max-width: var(--layout-max);
    margin: 0 auto;
    padding: clamp(2rem, 6vw, 4rem) var(--layout-gutter) clamp(2rem, 5vw, 3rem);
    --page-hero-card-inset: calc(
        clamp(0.25rem, 2vw, 1rem) + 1.35rem + 0.8125rem * 1.25
    );
}

.page-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
}

.page-hero__layout > * {
    min-width: 0;
}

.page-hero--card-right .page-hero__card-stage,
.page-hero--card-left .page-hero__card-stage {
    margin-top: var(--page-hero-card-inset);
}

.page-hero--card-left .page-hero__layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.page-hero--card-left .page-hero__copy {
    order: 2;
}

.page-hero--card-left .page-hero__card-stage {
    order: 1;
}

.page-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.35rem;
    padding-top: clamp(0.25rem, 2vw, 1rem);
}

.page-hero__copy--center {
    text-align: center;
    align-items: center;
    max-width: 40rem;
    margin-inline: auto;
    padding-top: 0;
}

.page-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.page-hero h1 .split-line {
    display: block;
}

.page-hero__copy--center h1 {
    max-width: 16ch;
}

.page-hero .hero-actions {
    padding-top: 0.15rem;
}

.page-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-hero__chips li {
    font-family: var(--font-meta);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.03);
}

.page-hero__aside {
    margin: 0;
    padding-top: clamp(1rem, 2vw, 1.25rem);
    padding-bottom: clamp(0.35rem, 1vw, 0.5rem);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    max-width: 36rem;
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    font-weight: 300;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.62);
}

.page-hero__callouts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 2vw, 1.25rem);
    padding-top: clamp(1rem, 2vw, 1.25rem);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hero__callouts div {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
}

.page-hero__callouts strong {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--font-meta);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.page-hero__meter {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1rem);
    margin-top: clamp(0.25rem, 1vw, 0.5rem);
    padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hero:has(.page-hero__meter) {
    padding-bottom: clamp(2.75rem, 6vw, 4.25rem);
    gap: clamp(2rem, 4vw, 2.75rem);
}

.page-hero:has(.page-hero__meter) + .scale-panel {
    margin-top: 0;
}

.page-hero:has(.page-hero__callouts) {
    padding-bottom: clamp(2.75rem, 6vw, 4.25rem);
    gap: clamp(2rem, 4vw, 2.75rem);
}

.page-hero:has(.page-hero__callouts) + .scale-panel {
    margin-top: 0;
}

.page-hero:has(.page-hero__aside) {
    padding-bottom: clamp(2.75rem, 6vw, 4.25rem);
    gap: clamp(2rem, 4vw, 2.75rem);
}

.page-hero:has(.page-hero__aside) + .scale-panel {
    margin-top: 0;
}

.page-hero__meter div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.page-hero__meter span:first-child {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.page-hero__meter span:last-child {
    font-family: var(--font-meta);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.42);
}

.page-hero--card-wide .page-hero__layout,
.page-hero--card-wide .page-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
}

.page-hero--card-wide .page-hero__copy {
    grid-column: 1 / -1;
    grid-row: 1;
    display: grid;
    grid-template-columns: subgrid;
    position: relative;
    z-index: 1;
    max-width: none;
    width: 100%;
}

.page-hero--card-wide .page-hero__copy > :not(h1) {
    grid-column: 1;
}

.page-hero--card-wide .page-hero__copy h1 {
    grid-column: 1 / -1;
    max-width: none;
}

.page-hero--card-wide .page-hero__copy h1 .split-line {
    white-space: nowrap;
}

.page-hero--card-wide .page-hero__card-stage {
    grid-column: 1 / -1;
    grid-row: 2;
    position: relative;
    z-index: 1;
    margin-top: clamp(0.5rem, 2vw, 1.25rem);
}

.page-hero--backdrop.page-hero--card-wide .page-hero__card-stage {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: clamp(1rem, 3vw, 2rem);
    margin-bottom: clamp(1.25rem, 3.5vw, 2rem);
    justify-self: stretch;
}

.page-hero--card-wide .scale-panel--hero .scale-panel-intro .lede {
    margin-top: 0.35rem;
}

.page-hero--card-wide .scale-panel--hero .scale-panel-quad {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 0;
    border-top: none;
}

.page-hero--backdrop .page-hero__content,
.page-hero--backdrop .page-hero__layout {
    position: relative;
    z-index: 1;
    width: 100%;
}

.page-hero--backdrop.page-hero--card-wide {
    max-width: var(--layout-max);
    margin-left: auto;
    margin-right: auto;
}

.page-hero--backdrop.page-hero--card-wide .page-hero__layout,
.page-hero--backdrop.page-hero--card-wide .page-hero__content {
    max-width: none;
    margin: 0;
}

.page-hero--backdrop .page-hero__aside {
    position: relative;
    z-index: 1;
    max-width: var(--layout-max);
    margin: 0 auto;
    width: 100%;
    padding-bottom: clamp(2rem, 5vw, 3rem);
}

.page-hero--backdrop .page-hero__copy,
.page-hero--backdrop .page-hero__copy h1 {
    color: #ffffff;
}

.page-hero--backdrop .page-hero__copy .lede {
    color: rgba(255, 255, 255, 0.72);
}

.page-hero--backdrop {
    position: relative;
    max-width: none;
    margin: 0;
    min-height: 0;
    padding:
        clamp(2rem, 6vw, 4rem)
        var(--layout-gutter)
        clamp(2rem, 5vw, 3rem);
    overflow: visible;
    background: var(--color-black);
}

.page-hero__backdrop {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    width: 100vw;
    margin-left: -50vw;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    height: clamp(22rem, 58vh, 40rem);
}

.page-hero--backdrop.page-hero--card-wide .page-hero__backdrop {
    height: clamp(36rem, 88vh, 62rem);
}

.page-hero__backdrop img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    filter: saturate(0.9) contrast(1.05);
}

.page-hero--backdrop.page-hero--card-wide .page-hero__backdrop img {
    object-position: center 18%;
    transform: scale(1.18);
    transform-origin: center 12%;
}

.page-hero--backdrop.page-hero--card-wide .page-hero__backdrop::after {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.28) 32%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.94) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.48) 100%);
}

.page-hero--backdrop .page-hero__backdrop::after,
.page-hero__backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.52) 42%, rgba(0, 0, 0, 0.88) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.55) 100%);
}

.page-hero--backdrop .page-hero__card-stage {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.page-hero--backdrop.page-hero--card-wide .page-hero__card-stage .scale-panel--hero-reveal .scale-panel-card {
    box-shadow:
        0 32px 72px rgba(0, 0, 0, 0.5),
        0 12px 28px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}

.page-hero--backdrop + .scale-panel {
    margin-top: 0;
}

.page-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2.25rem);
    max-width: var(--layout-max);
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .page-hero--card-wide .page-hero__layout,
    .page-hero--card-wide .page-hero__content {
        grid-template-columns: 1fr;
    }

    .page-hero--card-wide .page-hero__copy {
        display: flex;
        flex-direction: column;
        grid-column: 1;
    }

    .page-hero--card-wide .page-hero__copy h1 .split-line {
        white-space: normal;
    }

    .page-hero--card-wide .page-hero__card-stage {
        grid-column: 1;
    }

    .page-hero--backdrop.page-hero--card-wide .page-hero__backdrop img {
        object-position: center 22%;
        transform: scale(1.12);
    }

    .page-hero--card-wide .scale-panel--hero .scale-panel-quad {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-editorial__inner {
        grid-template-columns: 1fr;
    }

    .page-hero__layout {
        grid-template-columns: 1fr;
    }

    .page-hero--card-left .page-hero__copy,
    .page-hero--card-left .page-hero__card-stage {
        order: unset;
    }

    .page-hero--card-right .page-hero__card-stage,
    .page-hero--card-left .page-hero__card-stage {
        margin-top: 0;
    }

    .page-hero .scale-panel--hero .scale-panel-snippet {
        white-space: pre-wrap;
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width: 768px) {
    main.site-main {
        padding-top: 5rem;
    }

    .hero-editorial {
        min-height: auto;
        padding-bottom: 2rem;
    }

    .page-hero {
        min-height: auto;
        padding-bottom: 2rem;
    }

    .page-hero__callouts {
        grid-template-columns: 1fr;
    }

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

    .hero-editorial__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .hero-editorial__inner {
        display: flex;
        flex-direction: column;
        gap: clamp(1.25rem, 4vw, 2rem);
    }

    .hero-editorial__copy,
    .hero-editorial__visual {
        display: contents;
    }

    .hero-editorial h1 {
        order: 1;
        max-width: none;
    }

    .hero-editorial__copy > .lede {
        order: 2;
    }

    .hero-editorial__visual > .hero-gpu-sketch {
        order: 3;
        margin-bottom: clamp(1rem, 3vw, 1.5rem);
    }

    .hero-editorial__copy > .hero-actions {
        order: 4;
        padding-top: 0;
        margin-top: 0;
    }

    .hero-editorial__points {
        order: 5;
        margin-top: 0;
    }

    .hero-editorial__copy {
        min-height: 0;
    }

    .hero-editorial__visual .hero-gpu-sketch {
        width: 100%;
        max-width: calc(26rem * var(--terminal-scale, 0.82));
    }
}

.scalattice-hero .eyebrow.is-visible { transition-delay: 80ms; }
.scalattice-hero .lead.is-visible { transition-delay: 720ms; }
.scalattice-hero .cta-row.is-visible > *:nth-child(1) { transition-delay: 920ms; }
.scalattice-hero .cta-row.is-visible > *:nth-child(2) { transition-delay: 1020ms; }
