  body {
    --homepage-section-pad-y: 50px;
    --btn-min-height: 44px;
    --btn-padding: 10px 14px 10px 18px;
    --btn-radius: 8px;
    --btn-font-size: 14px;
  }
  .stepper input, .calc-cell .v, .stat-row { font-variant-numeric: tabular-nums; }

  nav.top { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 20px 32px; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(0); --nav-op: 0; background: rgba(0,0,0,calc(0.88 * var(--nav-op))); border-bottom: 1px solid color-mix(in oklab, var(--border-default) calc(var(--nav-op) * 100%), transparent); box-shadow: 0 16px 44px -34px rgba(0,0,0,calc(0.75 * var(--nav-op))); }
  .wordmark { display: inline-flex; align-items: center; width: 132px; min-height: 44px; }
  .wordmark img { display: block; width: 100%; height: auto; }
  .nav-links { display: flex; gap: 24px; align-items: center; }
  .nav-links a { color: var(--text-muted); text-decoration: none; font-size: 14px; transition: color .16s var(--ease-out-quart), transform .16s var(--ease-out-quart); min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .nav-links a:hover { color: var(--text-primary); }
  .nav-links .btn-primary, .nav-links .btn-primary:hover { color: var(--btn-on-brand); }
  .nav-links .nav-preorder { padding: 8px 16px; }
  /* Mobile nav disclosure. Desktop: display:contents flattens the wrapper so
     the six anchors stay inline in the .nav-links flex row with the same 24px
     gaps; the toggle is hidden. The mobile panel + hamburger live in the
     max-width: 760px block below. */
  .nav-menu { display: contents; }
  .nav-menu-list { display: flex; align-items: center; gap: 24px; }
  .nav-toggle { display: none; }
  .nav-toggle-box { position: relative; width: 18px; height: 12px; flex: none; }
  .nav-toggle-box .bar { position: absolute; left: 0; right: 0; height: 2px; border-radius: 2px; background: currentColor; transition: transform .26s var(--ease-out-quart), opacity .18s var(--ease-out-quart); }
  .nav-toggle-box .bar-1 { top: 0; }
  .nav-toggle-box .bar-2 { top: 5px; }
  .nav-toggle-box .bar-3 { top: 10px; }
  .nav-toggle[aria-expanded="true"] .bar-1 { transform: translateY(5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .bar-2 { opacity: 0; transform: scaleX(0.3); }
  .nav-toggle[aria-expanded="true"] .bar-3 { transform: translateY(-5px) rotate(-45deg); }
  .footer-nav button { appearance: none; background: transparent; border: 0; color: var(--text-muted); cursor: pointer; font: inherit; padding: 0; text-align: left; }
  .footer-nav button:hover { color: var(--text-primary); }

  .hero { min-height: calc(100vh - 40px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: calc(10px + clamp(104px, 13vh, 148px)) var(--gutter) var(--homepage-section-pad-y); position: relative; }
  .cube-wrap { width: min(480px, 50vh, 86vw); aspect-ratio: 1136 / 976; position: relative; margin-bottom: 4px; }
  .cube-wrap picture, .cube-wrap canvas, .cube-poster { width: 100%; height: 100%; display: block; background: transparent; image-rendering: auto; }
  .cube-wrap picture { position: relative; z-index: 1; }
  .cube-poster { object-fit: contain; opacity: 1; transition: opacity .25s ease-out; }
  .cube-wrap canvas { position: absolute; inset: 0; z-index: 2; opacity: 0; pointer-events: none; transition: opacity .25s ease-out; }
  .cube-wrap.ready canvas { opacity: 1; }
  .cube-wrap.ready .cube-poster { opacity: 0; }
  .hero h1 { font-size: var(--text-display); line-height: var(--leading-tight); max-width: 13.5ch; text-wrap: balance; margin-top: 22px; }
  .hero .sub { max-width: 62ch; margin: 24px auto 36px; font-size: var(--text-lead); line-height: 1.65; color: var(--text-muted); }
  .hero-cta { display: flex; gap: 12px; justify-content: center; }
  @keyframes heroEnter { from { opacity: 0; transform: translateY(8px); filter: blur(4px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
  .hero h1, .hero .sub, .hero .hero-cta { animation: heroEnter .52s var(--ease-out-expo) both; animation-delay: calc(var(--stagger, 0) * 70ms + 70ms); }
  .hero h1 { --stagger: 0; }
  .hero .sub { --stagger: 1; }
  .hero .hero-cta { --stagger: 2; }
  .hero-cta .btn-primary { padding: 14px 26px; font-size: 15px; }
  .hero-cta .btn-ghost { padding: 14px 22px; font-size: 15px; }

  section { padding: var(--homepage-section-pad-y) 0; position: relative; }
  .section-head { max-width: 720px; margin-bottom: var(--space-xl); }
  .section-head h2 { font-size: var(--text-section); line-height: var(--leading-heading); margin-top: 14px; text-wrap: balance; }
  .section-head p { margin-top: 20px; font-size: var(--text-lead); line-height: 1.62; max-width: 62ch; }
  .section-head.centered { text-align: center; margin-left: auto; margin-right: auto; }
  .section-head.centered .kicker { justify-content: center; }
  .section-head.centered p { margin-left: auto; margin-right: auto; }
  .reveal { opacity: 0; transform: translateY(12px); filter: blur(5px); transition: opacity .46s var(--ease-out-expo), transform .46s var(--ease-out-expo), filter .46s var(--ease-out-expo); transition-delay: calc(var(--reveal-delay, 0) * 50ms); }
  .reveal.in-view { opacity: 1; transform: translateY(0); filter: blur(0); }

  #security .container { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr); gap: clamp(48px, 7vw, 104px); align-items: start; }
  #security .section-head { margin-bottom: 0; }
  #security .section-head p { max-width: 60ch; }
  .pillars { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--border-default); border: 1px solid var(--border-default); border-radius: 18px; overflow: hidden; box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 20px 40px -24px rgba(0,0,0,0.5); }
  .pillar { --pillar-signal: var(--brand); background: var(--surface-subtle); padding: clamp(26px, 3vw, 36px); display: flex; flex-direction: column; gap: 16px; min-height: 250px; transition: opacity .46s var(--ease-out-expo), transform .46s var(--ease-out-expo), filter .46s var(--ease-out-expo); }
  .pillar-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--pillar-signal); filter: drop-shadow(0 0 14px color-mix(in oklch, var(--pillar-signal) 34%, transparent)); }
  .pillar h3 { font-size: var(--text-body); font-weight: 650; color: var(--text-primary); letter-spacing: 0; }
  .pillar p { font-size: var(--text-ui); line-height: 1.55; }
  @media (max-width: 980px) {
    #security .container { grid-template-columns: 1fr; gap: 48px; }
  }
  @media (max-width: 620px) { .pillars { grid-template-columns: 1fr; } .pillar { min-height: 0; } }

  .gem-screen { margin-top: 28px; margin-left: auto; margin-right: auto; max-width: min(1176px, 100%); border-radius: 16px; overflow: hidden; border: 1px solid color-mix(in oklch, var(--blue) 22%, var(--border-default)); background: var(--surface-card); position: relative; aspect-ratio: 16 / 9; box-shadow: 0 1px 0 rgba(255,255,255,0.04) inset, 0 30px 60px -20px rgba(0,0,0,0.5), 0 8px 24px -8px rgba(0,0,0,0.4), 0 0 44px -36px var(--blue); }
  .gem-screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; outline: 1px solid rgba(255,255,255,0.06); outline-offset: -1px; border-radius: inherit; }
  .gem-screen .slide { position: absolute; inset: 0; opacity: 0; transform: translateY(8px); filter: blur(6px); transition: opacity .55s var(--ease-out-quart), transform .55s var(--ease-out-quart), filter .55s var(--ease-out-quart); will-change: opacity, transform, filter; }
  .gem-screen .slide.active { opacity: 1; transform: translateY(0); filter: blur(0); transition-duration: .7s; }
  .gem-screen.is-direct-select .slide { transform: translateY(0); filter: blur(0); transition-duration: .12s; }
  .gem-screen picture, .gem-screen img, .gem-screen video { width: 100%; height: 100%; display: block; }
  .gem-screen img, .gem-screen video { object-fit: cover; object-position: center; }
  .gem-prompts { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 12px; width: 100%; }
  .gem-prompt { appearance: none; -webkit-appearance: none; width: 100%; margin: 0; text-align: left; font-family: inherit; padding: 18px 44px 18px 20px; background: var(--surface-subtle); border: 1px solid var(--border-default); border-radius: 12px; font-size: var(--text-ui); color: var(--text-primary); line-height: 1.5; cursor: pointer; transition: opacity .7s var(--ease-out-expo), transform .18s var(--ease-out-quart), filter .7s var(--ease-out-expo), border-color .22s var(--ease-out-quart), background-color .22s var(--ease-out-quart), box-shadow .22s var(--ease-out-quart); position: relative; }
  .gem-prompt:hover { border-color: rgba(255,255,255,0.18); }
  @media (hover: hover) and (pointer: fine) {
    .gem-prompt:hover { transform: translateY(-2px); }
  }
  .gem-prompt.active { border-color: var(--brand); background: color-mix(in oklab, var(--brand) 8%, var(--surface-subtle)); box-shadow: 0 0 0 1px color-mix(in oklab, var(--brand) 35%, transparent), 0 8px 24px -12px color-mix(in oklab, var(--brand) 60%, transparent); }
  .gem-progress { position: absolute; right: 12px; bottom: 12px; width: 18px; height: 18px; opacity: 0; transition: opacity .2s; pointer-events: none; }
  .gem-prompt.active .gem-progress { opacity: 0.7; }
  .gem-progress circle.track { stroke: rgba(255,255,255,0.15); }
  .gem-progress circle.fill { stroke: var(--brand); stroke-dasharray: 50.27; stroke-dashoffset: 50.27; transform: rotate(-90deg); transform-origin: center; }
  .gem-prompt.active .gem-progress circle.fill { animation: gemRing var(--gem-duration, 6s) linear forwards; }
  .gem-prompts.paused .gem-prompt.active .gem-progress circle.fill { animation-play-state: paused; }
  @keyframes gemRing { from { stroke-dashoffset: 50.27; } to { stroke-dashoffset: 0; } }
  .gem-prompt::before { content: "›"; color: var(--brand); margin-right: 8px; font-weight: 700; }
  @media (max-width: 800px) { .gem-prompts { grid-template-columns: 1fr; } }

  #pricing { position: relative; overflow: visible; z-index: 2; }
  .pricing-models { display: grid; gap: clamp(36px, 5vw, 64px); }
  .pricing-models .section-head { max-width: 720px; margin-bottom: 0; }
  .pricing-models .section-head h2 { font-size: var(--text-feature); }
  .pricing-models .section-head p { max-width: 56ch; }

  #features .section-head { display: block; max-width: 620px; }
  .features { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; grid-auto-rows: clamp(380px, 29vw, 390px); }
  .feature { background: var(--surface-deep); border: 1px solid var(--border-default); border-radius: 16px; padding: 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 24px 48px -24px rgba(0,0,0,0.5); transition: opacity .46s var(--ease-out-expo), transform .46s var(--ease-out-expo), filter .46s var(--ease-out-expo); }
  .feature h3 { font-size: var(--text-title); line-height: 1.18; margin-bottom: 10px; letter-spacing: -0.01em; }
  .feature p { font-size: var(--text-ui); line-height: 1.55; max-width: 42ch; }
  .feature .text-link { color: var(--text-primary); text-decoration: underline; text-decoration-color: color-mix(in oklab, var(--brand) 72%, transparent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
  .feature .text-link.inline-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 0; margin: -8px 0; }
  .feature .text-link:hover { color: var(--brand); text-decoration-color: currentColor; }
  .feature .feat-tag { position: absolute; top: 22px; left: 24px; max-width: calc(100% - 48px); min-height: 34px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid color-mix(in oklab, var(--border-strong) 70%, transparent); border-radius: 8px; background: rgba(0,0,0,0.72); box-shadow: 0 14px 32px rgba(0,0,0,0.26), 0 1px 0 rgba(255,255,255,0.05) inset; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-family: var(--font-mono); font-size: 10px; line-height: 1.2; letter-spacing: 0.18em; color: var(--text-primary); text-transform: uppercase; text-shadow: 0 1px 2px rgba(0,0,0,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .feature .feat-bg { position: absolute; inset: 0; z-index: 0; opacity: 0.6; pointer-events: none; }
  .feature::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.24) 42%, rgba(0,0,0,0.86) 100%); }
  .feature > * { position: relative; z-index: 2; }
  .feature-proof { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
  .feature-proof picture, .feature-proof img { width: 100%; height: 100%; display: block; }
  .feature-proof img { object-fit: cover; object-position: var(--proof-position, center); opacity: var(--proof-opacity, 0.72); transform: scale(var(--proof-scale, 1)); }

  .f-security { grid-column: span 2; order: 1; }
  .f-tokens p { max-width: 56ch; }
  .f-security .feat-bg { background: none; }
  .f-security h3 { max-width: 20ch; }
  .f-security p { max-width: 34ch; }
  /* Veil stays clear through the vessel, then ramps so the copy reads cleanly. */
  .f-security::after { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.45) 68%, rgba(0,0,0,0.86) 100%); }

  /* Air-gap illustration — a sealed cube ringed by a slowly rotating dashed "air
     gap." Data pulses approach from the left and right, halt where they meet the
     ring, and dissolve there; nothing ever crosses into the cube. The illustration
     carries the concept on its own. */
  /* .airgap-stage is a flex spacer that fills the room between the badge and the
     copy; the illustration sits centred in it. The asymmetric padding clears the
     badge up top and keeps a little air above the copy below. */
  .airgap-stage {
    flex: 1 1 auto; min-height: 0;
    display: flex; align-items: center; justify-content: center;
    padding: 34px 0 14px;
  }
  /* overflow: visible lets the data pulses begin off-canvas and the ring spin
     without clipping; the 3:2 ratio keeps the scene a consistent landscape shape. */
  .airgap-viz {
    width: min(86%, 320px); height: auto; aspect-ratio: 3 / 2; max-height: 100%;
    overflow: visible;
  }
  /* Whole scene fades in once on scroll-in; the ring spin and data pulses layer on
     top as separate, independently-timed animations. */
  .airgap-scene { opacity: 0; }
  .f-security.in-view .airgap-scene { animation: airgapSceneIn .6s var(--ease-out-quart) .15s forwards; }
  @keyframes airgapSceneIn { to { opacity: 1; } }

  /* The cube's boundary: a light rounded square echoing the cube's shape at a larger
     size — the enclosure the inbound data stops at. */
  .airgap-boundary {
    fill: none; stroke: var(--text-muted); stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
  }
  /* The cube: a gold compute node matching the clustering cubes (.cluster-node--pro)
     — a filled rounded square with a soft glow. */
  .airgap-cube {
    fill: color-mix(in oklab, var(--pro) 80%, transparent);
    filter: drop-shadow(0 0 6px color-mix(in oklab, var(--pro) 42%, transparent));
  }

  /* The air gap: a dashed ring that slowly rotates around the cube. fill-box origin
     keeps the spin centred on the circle itself regardless of viewBox scaling. */
  .airgap-ring {
    fill: none; stroke: var(--text-tertiary); stroke-width: 1.5;
    stroke-dasharray: 3 7; stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    transform-box: fill-box; transform-origin: center;
  }
  .f-security.in-view .airgap-ring { animation: airgapSpin 26s linear infinite; }
  @keyframes airgapSpin { to { transform: rotate(360deg); } }
  .f-hardware { grid-column: span 4; order: 2; }
  .f-hardware { --proof-opacity: 1; --proof-scale: 1; --gpu-stack-shift: 30%; }
  .f-hardware .feat-bg { background: none; }
  .f-hardware .feature-proof { inset: 0 -92px 0 50%; overflow: hidden; }
  .f-hardware .feature-proof img:not(.gpu-card) { object-fit: contain; object-position: right top; }
  .f-hardware::after { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 34%, rgba(0,0,0,0.36) 57%, rgba(0,0,0,0.82) 80%, rgba(10,9,17,0.98) 100%); }
  .f-hardware h3, .f-hardware p { max-width: 31ch; }
  @media (min-width: 1161px) {
    .f-hardware { --gpu-stack-shift: 14%; }
  }
  @media (min-width: 1161px) and (max-width: 1240px) {
    .f-hardware .feature-proof { inset: 0 -92px 0 56%; }
    .f-hardware h3, .f-hardware p { max-width: 28ch; }
  }

  /* GPU stack: four individual 5090.svg cards composed into the same shape as the
     baked 5090_stack.svg, so we can drop them in one at a time on scroll-in.
     The stack's native composition is 576 × 701.74 with each card 576 × 277.77,
     giving a 141.32-unit vertical offset between successive cards — 20.14% of
     total stack height, with each card occupying 39.58%. The .gpu-stack-cards
     wrapper carries the stack's aspect ratio, pins right, and fills the proof
     area so all four cards stay in frame at rest. */
  .gpu-stack {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
  }
  .gpu-stack-cards {
    position: relative;
    z-index: 1;
    flex: 0 1 auto;
    height: 172%;
    max-height: 172%;
    width: auto;
    max-width: 176%;
    aspect-ratio: 576 / 701.74;
    min-height: 0;
    transform: translateY(var(--gpu-stack-shift, 0));
  }
  /* Outrank `.feature-proof img { width: 100%; height: 100%; }` — that rule
     stretches each card to the full stack height and pushes the bottom card
     off the proof area. */
  .f-hardware .feature-proof .gpu-stack-cards img.gpu-card {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 576 / 277.77;
    object-fit: contain;
    object-position: center;
    transform: translateY(-72px);
  }
  .gpu-stack-cards .gpu-card {
    position: absolute;
    left: 0;
    right: 0;
    filter: drop-shadow(0 18px 32px rgba(0,0,0,0.55));
    opacity: 0;
    top: 0%;
  }
  /* Card 1 sits at the top of the visible stack, card 4 at the bottom. DOM order
     puts card 1 last so it paints on top — top card is closest to the camera. */
  /* Tighten the per-card step from the artwork's native 20.14% so the bottom
     card lifts up into the visible proof area instead of getting clipped. */
  .gpu-stack-cards .gpu-card--1 { --gpu-slot-top: 0%; }
  .gpu-stack-cards .gpu-card--2 { --gpu-slot-top: 15%; }
  .gpu-stack-cards .gpu-card--3 { --gpu-slot-top: 30%; }
  .gpu-stack-cards .gpu-card--4 { --gpu-slot-top: 45%; }

  /* Stack-up drop-in once on .in-view — every card starts at the same origin
     above the stack, then falls into its slot. Bottom card (4) lands first,
     then 3 / 2 / 1 stack upward. */
  .f-hardware.in-view .gpu-stack-cards .gpu-card {
    animation: gpuCardDrop 0.62s var(--ease-out-expo) both;
    animation-delay: calc(var(--reveal-delay, 0) * 50ms + 0.18s + var(--gpu-stagger, 0s));
  }
  .f-hardware.in-view .gpu-card--4 { --gpu-stagger: 0s; }
  .f-hardware.in-view .gpu-card--3 { --gpu-stagger: 0.16s; }
  .f-hardware.in-view .gpu-card--2 { --gpu-stagger: 0.32s; }
  .f-hardware.in-view .gpu-card--1 { --gpu-stagger: 0.48s; }

  @keyframes gpuCardDrop {
    0%   { opacity: 0; top: 0%; transform: translateY(-72px); }
    18%  { opacity: 1; }
    100% { opacity: 1; top: var(--gpu-slot-top); transform: translateY(0); }
  }

  .f-screen   { grid-column: span 4; order: 6; padding: 34px; }
  /* The display "screen" is a bordered panel inset from the card edges. The 34px
     top/bottom/right inset is the framing padding so the panel never crowds the
     card edge and the full readout (all four corner stats + centre GEM/badge)
     stays visible. */
  .f-screen .feature-proof {
    inset: 34px 34px 34px 47%;
    border: 1px solid color-mix(in oklab, var(--border-strong) 76%, transparent);
    border-radius: 12px;
    background: var(--surface-deep);
    box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset, 0 30px 70px -28px rgba(0,0,0,0.86);
  }
  .f-screen .feat-bg { background: none; }
  /* Heading-side vignette only. It must fade out before the 47% mark so it never
     darkens the display panel — the QA review caught the old gradient dimming the
     left readout column ("46" / "63%") down to a muted gray. */
  .f-screen::after { background: none; }
  .f-screen h3, .f-screen p { max-width: 32ch; }
  .f-screen h3 { max-width: 18ch; }

  /* On-screen display recreation. A 3-column readout grid: left + right columns
     hold the four corner stats, the GEM sits at the panel's centre, and the
     Working badge stacks under the GEM. The padding here is the *inner* screen
     margin — the equivalent of the baked screenshot's own padding, controlled
     directly in CSS so it stays put instead of being cropped away by object-fit. */
  .display-panel {
    position: absolute; inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr);
    grid-template-rows: 1fr 1fr;
    padding: 24px 22px;
    overflow: hidden;
    border-radius: inherit;
  }
  .dp-readout { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
  .dp-uptime { grid-area: 1 / 1; align-self: start; }
  .dp-tokens { grid-area: 1 / 3; align-self: start; text-align: right; }
  .dp-util   { grid-area: 2 / 1; align-self: end; }
  .dp-temp   { grid-area: 2 / 3; align-self: end; text-align: right; }
  .dp-status {
    grid-area: 2 / 2; align-self: end; justify-self: center;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    padding-bottom: 2px;
  }
  .dp-label {
    font-family: var(--font-mono); font-size: 10px; font-weight: 200; line-height: 1;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--text-primary); white-space: nowrap;
  }
  .dp-label--dim { color: var(--text-tertiary); }
  .dp-value {
    font-family: var(--font-mono); font-weight: 200; font-size: 34px;
    line-height: 0.94; letter-spacing: -0.03em; color: var(--text-primary);
    font-variant-numeric: tabular-nums;
  }
  .dp-value--mint { color: var(--mint); }
  .dp-unit { font-size: 0.42em; font-weight: 200; margin-left: 1px; }
  .dp-deg { font-size: 0.42em; vertical-align: 0.85em; margin-left: 2px; }
  .dp-badge {
    font-family: var(--font-mono); font-size: 11px; font-weight: 200; line-height: 1;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint);
    border: 1px solid color-mix(in oklab, var(--mint) 58%, transparent);
    border-radius: 5px; padding: 5px 10px;
  }
  /* GEM canvas — centred on the panel, nudged a touch above the vertical midline
     to match the reference framing. The f-screen GEM script keeps the backing
     store synced to the displayed size so the wireframe stays a crisp hairline. */
  .dp-gem {
    position: absolute; left: 50%; top: 42%;
    height: 66%; aspect-ratio: 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  /* Clustering card — Vault as expandable owned local compute. A soft mint
     GEM-core glow at the centre pairs with the Display card's GEM inner light
     (same hue and soft-glow-over-brighter-core build, dialled quieter so this
     2-col card never out-shouts the 4-col Display card beside it). Two faint
     pool rings are the composition boundary — the old dashed placeholder
     rectangle is gone. Four equal rounded-square cube markers sit on the rings,
     2 inner / 2 outer, in a legible-but-irregular diamond. */
  .f-cluster  { grid-column: span 2; order: 5; }
  .f-cluster .feat-bg { background: none; }
  @media (min-width: 1161px) {
    .f-cluster.feature--diagram .feature-proof { padding: 62px 32px 164px; }
  }
  .cluster-art { width: 100%; height: 100%; display: block; overflow: visible; }

  /* Faint concentric pool rings — the quiet stage the cluster populates. */
  .cluster-ring {
    fill: none;
    stroke: color-mix(in oklab, var(--mint) 46%, transparent);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
  }

  /* Centre GEM-core glow group. transform-box/origin anchor the subtle
     strengthen-as-nodes-join scale to the glow's own centre. */
  .cluster-core { transform-box: fill-box; transform-origin: center; }
  .cluster-core-pulse { transform-box: fill-box; transform-origin: center; }

  /* Rounded-square cube markers — owned local compute contributing to the
     pooled GEM workload. Four equal nodes; only their ring and reveal timing
     differ. transform-box/origin so each scales from its own centre. */
  .cluster-node {
    fill: color-mix(in oklab, var(--node-color, var(--mint)) 78%, transparent);
    filter: drop-shadow(0 0 3.5px color-mix(in oklab, var(--node-color, var(--mint)) 38%, transparent));
    transform-box: fill-box;
    transform-origin: center;
  }
  .cluster-node--base { --node-color: var(--brand); }
  .cluster-node--pro { --node-color: var(--pro); }

  /* Pre-reveal resting state: the artwork waits hidden until the card's shared
     `.reveal` observer adds `.in-view`, then the staged build runs. */
  .cluster-ring,
  .cluster-core,
  .cluster-node { opacity: 0; }

  /* Staged 2 -> 3 -> 4 reveal, driven entirely off the shared `.in-view` class.
     Rings fade in as the stage; the core glow rises with the two inner nodes and
     strengthens subtly as the outer nodes join; each node scale/fades in at its
     final position. Last node settles ~1.25s in, the glow holds by ~1.35s; after
     that JS moves the nodes along their actual ellipse paths. */
  .f-cluster.in-view .cluster-ring { animation: clusterRingIn 0.46s var(--ease-out-expo) both; }
  .f-cluster.in-view .cluster-ring--inner { animation-delay: 0.08s; }
  .f-cluster.in-view .cluster-ring--outer { animation-delay: 0.14s; }
  .f-cluster.in-view .cluster-core { animation: clusterCoreIn 1.15s var(--ease-out-expo) 0.18s both; }
  .f-cluster.in-view .cluster-core-pulse { animation: clusterCorePulse 18s ease-in-out 1.55s infinite; }
  .f-cluster.in-view .cluster-node { animation: clusterNodeJoin 0.42s var(--ease-out-expo) both; }
  .f-cluster.in-view .n-1 { animation-delay: 0.26s; }
  .f-cluster.in-view .n-2 { animation-delay: 0.38s; }
  .f-cluster.in-view .n-3 { animation-delay: 0.74s; }
  .f-cluster.in-view .n-4 { animation-delay: 1.06s; }

  @keyframes clusterRingIn {
    from { opacity: 0; }
    to   { opacity: 0.55; }
  }
  @keyframes clusterNodeJoin {
    from { opacity: 0; transform: translateY(3px) scale(0.9); }
    to   { opacity: 1; transform: scale(1); }
  }
  @keyframes clusterCorePulse {
    0%, 15%, 23%, 31%, 48%, 61%, 76%, 89%, 100% {
      opacity: 0.94;
      transform: scale(1);
      filter: brightness(1);
    }
    18%  { opacity: 1;    transform: scale(1.04);  filter: brightness(1.075); }
    21%  { opacity: 0.97; transform: scale(1.012); filter: brightness(1.025); }
    27%  { opacity: 0.99; transform: scale(1.026); filter: brightness(1.05); }
    55%  { opacity: 1;    transform: scale(1.032); filter: brightness(1.065); }
    58%  { opacity: 0.98; transform: scale(1.014); filter: brightness(1.03); }
    83%  { opacity: 0.99; transform: scale(1.022); filter: brightness(1.045); }
  }
  /* Glow rises with the two inner nodes, then strengthens in two small steps as
     the third and fourth nodes join, then holds. */
  @keyframes clusterCoreIn {
    0%   { opacity: 0;    transform: scale(0.86); }
    28%  { opacity: 0.62; transform: scale(0.92); }
    58%  { opacity: 0.86; transform: scale(0.97); }
    100% { opacity: 1;    transform: scale(1); }
  }

  .f-tokens   { grid-column: span 2; order: 4; }
  .f-tokens .feat-bg { background: none; }
  @media (min-width: 1161px) {
    .f-tokens.feature--diagram .feature-proof { padding: clamp(58px, 5vw, 68px) 12px clamp(146px, 12vw, 158px); align-items: flex-start; }
    .f-tokens .token-chart { transform: translateY(-24px) scale(1.14); transform-origin: top center; }
  }
  .token-chart { width: 100%; height: 100%; display: block; overflow: visible; }
  /* Gridlines stay still during the warmup phase and only begin scrolling once the
     dots pin to the right edge. JS drives the transform from `scrollOffset` (modulo
     the 36px gridline spacing) so they shift in lockstep with the lines. */
  .token-chart .chart-grid { stroke: rgba(244,244,245,.10); stroke-width: 1; vector-effect: non-scaling-stroke; }
  .token-chart .chart-line { fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
  .token-chart .vault-line { stroke: var(--brand); }
  .token-chart .cloud-line { stroke: var(--blue); }
  .token-chart .chart-endpoint { opacity: 1; }
  .token-chart .vault-endpoint { fill: var(--brand); }
  .token-chart .cloud-endpoint { fill: var(--blue); }
  /* Liveline-style soft pulse behind each endpoint. The halo circle shares its cx/cy
     with the dot (JS keeps them in sync each frame) and scales+fades on a loop.
     transform-box: fill-box anchors the scale to the circle's own center rather than
     the SVG origin, so the pulse rings out from under the dot. */
  .token-chart .chart-halo { transform-box: fill-box; transform-origin: center; opacity: 0; animation: chartHaloPulse 2.8s cubic-bezier(.22,.61,.36,1) infinite; }
  .token-chart .vault-halo { fill: var(--brand); }
  .token-chart .cloud-halo { fill: var(--blue); animation-delay: -1.4s; }
  .token-chart .chart-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: .03em; fill: var(--text-primary); paint-order: stroke; stroke: var(--surface-deep); stroke-width: 4px; stroke-linejoin: round; opacity: 1; }
  @keyframes chartHaloPulse {
    0%   { opacity: .32; transform: scale(0.6); }
    70%  { opacity: 0;   transform: scale(2.35); }
    100% { opacity: 0;   transform: scale(2.35); }
  }

  .f-vaultos  { grid-column: span 4; order: 3; padding: 28px; justify-content: flex-end; }
  .f-vaultos { --proof-position: center top; --proof-opacity: 0.66; }
  .f-vaultos .feat-bg { background: none; }
  .f-vaultos h3, .f-vaultos p { max-width: 46ch; }
  /* Stronger bottom fade so the tile grid recedes behind the heading copy. */
  .f-vaultos::after { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 40%, rgba(0,0,0,0.45) 58%, rgba(0,0,0,0.9) 78%, rgba(10,9,17,1) 96%); }

  /* Vault OS card: three staggered rows of "placeholder list entry" tiles that fill the
     whole card and bleed past its edges. Each row uses its own horizontal offset so the
     tiles don't column-align — they read as a small window into a much larger fleet.
     The grid starts at the same y as the `06 / VAULT OS` badge (which floats over it via
     higher z-index), and the card's bottom gradient (`.f-vaultos::after`) fades the lower
     rows under the heading. One tile carries `.is-active` and renders as the blue selected model. */
  .vaultos-artifacts { position: absolute; z-index: 0; inset: 78px 0 28px 0; display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
  @media (min-width: 1161px) {
    .vaultos-artifacts { inset: 52px 0 84px 0; }
  }
  .vaultos-row { display: flex; flex: 1; gap: 12px; padding: 0 28px; min-height: 0; transform: translateX(calc(var(--row-offset, 0px) + var(--row-shift, 0px))); transition: transform .72s var(--ease-out-expo); will-change: transform; }
  .vaultos-artifacts .vaultos-row:nth-child(1) { --row-shift: 720px; }
  .vaultos-artifacts .vaultos-row:nth-child(2) { --row-shift: -720px; }
  .vaultos-artifacts.is-in .vaultos-row { --row-shift: 0px; }
  @media (prefers-reduced-motion: reduce) {
    .vaultos-row { transition: none; }
    .vaultos-artifacts .vaultos-row { --row-shift: 0px; }
  }
  .vaultos-tile { position: relative; flex: 0 0 192px; padding: 12px; border: 1px solid color-mix(in oklab, var(--border-strong) 56%, transparent); border-radius: 10px; background: linear-gradient(180deg, color-mix(in oklab, var(--surface-card) 92%, #15131f) 0%, color-mix(in oklab, var(--surface-card) 72%, #0a0911) 100%); box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 12px 28px -16px rgba(0,0,0,0.7); display: flex; flex-direction: column; gap: 10px; min-width: 0; min-height: 0; }
  .vaultos-tile-skelhead { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  .vaultos-tile-mark--sm { display: inline-flex; align-items: center; justify-content: center; color: color-mix(in oklab, var(--text-primary) 78%, transparent); }
  .vaultos-tile-mark--sm svg { width: 22px; height: 22px; display: block; }
  .vaultos-tile.is-active {
    border-color: color-mix(in oklab, var(--blue) 72%, transparent);
    background: linear-gradient(180deg, color-mix(in oklab, var(--blue) 24%, #15131f) 0%, color-mix(in oklab, var(--blue) 11%, #0a0911) 100%);
    box-shadow: 0 1px 0 rgba(255,255,255,0.07) inset, 0 14px 34px -18px color-mix(in oklab, var(--blue) 56%, black);
  }
  .vaultos-tile.is-active .vaultos-tile-mark--sm { color: var(--blue); }
  .vaultos-tile-dot {
    --dot-color: var(--mint);
    width: 6px; height: 6px; border-radius: 999px;
    background: var(--dot-color);
    box-shadow: 0 0 10px color-mix(in oklab, var(--dot-color) 50%, transparent);
  }
  .vaultos-tile-dot--yellow { --dot-color: var(--amber); }
  .vaultos-tile-dot--green { --dot-color: var(--mint); }
  .vaultos-tile-dot--white { --dot-color: color-mix(in oklab, var(--text-primary) 86%, transparent); }
  .vaultos-tile.is-active .vaultos-tile-dot { --dot-color: var(--blue); }
  .vaultos-tile-skelbars { display: flex; flex-direction: column; gap: 6px; margin-top: auto; }
  .vaultos-tile-bar { height: 6px; border-radius: 999px; background: linear-gradient(90deg, color-mix(in oklab, var(--text-tertiary) 32%, transparent), color-mix(in oklab, var(--text-tertiary) 14%, transparent)); }
  .vaultos-tile-bar.w-80 { width: 80%; }
  .vaultos-tile-bar.w-55 { width: 55%; }
  .vaultos-tile-bar.w-40 { width: 40%; }
  .vaultos-tile.is-active .vaultos-tile-bar { background: linear-gradient(90deg, color-mix(in oklab, var(--blue) 38%, transparent), color-mix(in oklab, var(--blue) 13%, transparent)); }

  /* Inline-SVG diagram cards (Track B/C/D). Darker card body, lighter bottom gradient so the
     hairline diagram art stays legible end-to-end instead of crushing into the gradient. */
  .feature--diagram::after { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 50%, rgba(0,0,0,0.72) 100%); }
  /* Pin the SVG diagram into the upper region of the card so the wireframe art does not collide
     with the heading/copy block at the bottom (which the feature--diagram cannot fade out the way
     a photographic .feature-proof can). */
  .feature--diagram .feature-proof { padding: 28px 32px 180px; display: flex; align-items: center; justify-content: center; }
  @media (max-width: 1160px) { .feature--diagram .feature-proof { padding-bottom: 220px; } }
  .feat-svg { width: 100%; height: 100%; display: block; color: var(--mint); }
  .feat-svg .mint-line { stroke: currentColor; stroke-width: 1; fill: none; vector-effect: non-scaling-stroke; }
  .feat-svg .ruby-break,
  .feat-svg .ruby-token { fill: var(--brand); }
  .feat-svg .mint-token { fill: currentColor; }
  @media (prefers-reduced-motion: reduce) {
    .airgap-scene,
    .token-chart .chart-endpoint,
    .token-chart .chart-label { opacity: 1; transform: none; transition: none; }
    .f-security.in-view .airgap-scene,
    .f-security.in-view .airgap-ring,
    .token-chart .chart-halo,
    .token-chart .chart-grid,
    .f-tokens.in-view .chart-line { animation: none; }
    .token-chart .chart-halo { opacity: 0; }
    .token-chart .chart-line { stroke-dashoffset: 0; }
    /* Clustering: skip the staged build, show the settled four-node state. */
    .cluster-ring { opacity: 0.55; }
    .cluster-core,
    .cluster-node { opacity: 1; transform: none; }
    .f-cluster.in-view .cluster-ring,
    .f-cluster.in-view .cluster-core,
    .f-cluster.in-view .cluster-core-pulse,
    .f-cluster.in-view .cluster-node { animation: none; }
    /* GPU stack: skip the drop-in, show the assembled stack at rest. */
    .gpu-stack-cards .gpu-card {
      opacity: 1;
      transform: none;
      top: var(--gpu-slot-top);
    }
    .f-hardware.in-view .gpu-stack-cards .gpu-card { animation: none; }
  }

  @media (max-width: 1160px) {
    .features { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(320px, auto); }
    .f-security, .f-hardware, .f-vaultos, .f-cluster, .f-tokens, .f-screen { grid-column: span 2; }
    .f-hardware { --proof-position: right top; min-height: 390px; }
    .f-hardware .feature-proof { inset: 0 -72px 0 50%; }
    .f-hardware .feature-proof img:not(.gpu-card) { object-fit: contain; object-position: right top; }
    .f-hardware::after { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 34%, rgba(0,0,0,0.46) 58%, rgba(0,0,0,0.9) 82%, rgba(10,9,17,1) 100%); }
    .f-hardware h3, .f-hardware p { max-width: none; }
  }

  @media (min-width: 701px) and (max-width: 1160px) {
    .f-vaultos { min-height: 430px; }
    .vaultos-artifacts { inset: 56px 0 152px 0; }
    .f-tokens { min-height: 390px; }
    .f-tokens.feature--diagram .feature-proof { padding: 68px 32px 178px; }
    .f-tokens .token-chart { transform: translateY(-16px) scale(1.08); transform-origin: top center; }
    .f-cluster { min-height: 370px; }
    .f-cluster.feature--diagram .feature-proof { padding: 58px 32px 176px; }
  }

  @media (max-width: 700px) {
    .feature { min-height: 320px; }
    .feature::after { background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.34) 36%, rgba(0,0,0,0.9) 100%); }
    /* The vessel sits in a flex spacer above the copy; on narrow screens the
       paragraph wraps long, so the card needs extra height for the vessel to keep
       a proper size instead of being squeezed thin. */
    .f-security { min-height: 430px; }
    /* Token Economics: the chart sits in an absolutely-positioned proof layer, so the
       card needs explicit height for it to breathe. The shared .feature--diagram
       padding (28px top / 220px bottom) crushes the chart into a ~70px band on a
       320px card and runs it under the floating feat-tag. Give .f-tokens its own
       taller min-height and proof padding: top clears the tag, the bottom is sized to
       clear the heading/copy block even when the long paragraph wraps to ~240px on a
       320px-wide screen, and the middle leaves the chart a roughly 1.85:1 area. */
    .f-tokens { min-height: 478px; }
    .f-tokens .feature-proof { padding: 58px 20px 276px; }
    .f-tokens .token-chart .chart-grid { stroke: rgba(244,244,245,.18); stroke-width: 1.2; }
    .feature .feat-tag { top: 20px; left: 20px; max-width: calc(100% - 40px); }
    .f-hardware { --proof-position: right top; min-height: 390px; }
    .f-hardware .feature-proof { inset: 0 -72px 0 0; }
    /* Mobile: the panel sits as a visually inset rectangle inside the card,
       below the floating feat-tag and above the h3/p copy. The grid becomes
       columns 1fr/1fr and rows auto/1fr/auto: the readouts sit in the four
       corners while the GEM and the Working badge stack down the tall middle
       row. The proof's bottom inset reserves room for h3/p; the top inset
       clears the floating feat-tag. */
    .f-screen { min-height: 600px; }
    .f-screen .feature-proof {
      inset: 70px 16px 210px 16px;
    }
    .display-panel {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto 1fr auto;
      padding: 18px 20px;
    }
    .dp-uptime { grid-area: 1 / 1; align-self: start; }
    .dp-tokens { grid-area: 1 / 2; align-self: start; text-align: right; }
    .dp-util   { grid-area: 3 / 1; align-self: end; }
    .dp-temp   { grid-area: 3 / 2; align-self: end; text-align: right; }
    .dp-status {
      grid-area: 2 / 1 / 3 / 3;
      align-self: end; justify-self: center;
      margin-bottom: 4px;
    }
    .dp-gem { top: 42%; height: 60%; }
    .dp-value { font-size: 30px; }
    .f-screen::after { background: none; }
    .f-screen h3, .f-screen p { max-width: none; }
    .f-vaultos { min-height: 420px; }
    .vaultos-artifacts { inset: 22px 0 22px 0; gap: 10px; }
    .vaultos-row { gap: 10px; padding: 0 20px; }
    .vaultos-tile { flex-basis: 144px; padding: 10px; }
    .vaultos-tile-mark--sm svg { width: 18px; height: 18px; }
  }

  /* Token Economics on wider phones: at 375px+ the heading/copy block settles to
     ~170px, so the ≤700px base rule (sized for the ~240px block that the paragraph
     wraps to below 375px) leaves an oversized gap above the heading. Tighten the
     card height and proof bottom padding for this range. */
  @media (min-width: 375px) and (max-width: 700px) {
    .f-tokens { min-height: 430px; }
    .f-tokens .feature-proof { padding: 58px 20px 224px; }
  }

  #calculator { scroll-margin-top: 104px; }
  .calc {
    background: var(--surface-deep);
    border: 1px solid var(--border-default);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 24px 48px -24px rgba(0,0,0,0.5);
  }
  .calc-stack { display: block; }
  .calc-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(440px, 1fr); align-items: stretch; }
  .calc-inputs { display: flex; flex-direction: column; gap: 38px; padding: 40px 44px; }
  .calc-outputs { border-left: 1px solid var(--border-default); display: flex; flex-direction: column; gap: 28px; padding: 40px 44px; }
  .calc-section-rule { display: flex; align-items: center; gap: 12px; }
  .calc-section-rule .kicker { color: var(--text-muted); }
  #calcRecRule .kicker { color: var(--text-primary); }
  .calc-section-rule .rule { flex: 1; height: 1px; background: var(--border-default); display: block; }
  .input-row { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; }
  .input-row label { font-family: var(--font-sans); font-size: 14px; font-weight: 500; color: var(--text-primary); flex: 1; min-width: 0; }
  .calc-label { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-tertiary); margin-bottom: 10px; }
  .stepper { width: 280px; flex-shrink: 0; display: flex; align-items: center; gap: 6px; background: oklch(10.5% 0.009 290); border: 1px solid rgba(0,0,0,0.62); box-shadow: 0 2px 0 rgba(255,255,255,0.035) inset, 0 -1px 0 rgba(0,0,0,0.65) inset, 0 16px 34px -26px rgba(0,0,0,0.8); border-radius: 12px; padding: 6px; transition: box-shadow .2s var(--ease-out-quart), transform .2s var(--ease-out-quart); }
  .stepper:focus-within { box-shadow: 0 0 0 3px color-mix(in oklab, var(--brand) 22%, transparent), 0 2px 0 rgba(255,255,255,0.03) inset; }
  .stepper button { width: 44px; height: 44px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.09); background: linear-gradient(180deg, oklch(25% 0.012 290), oklch(18% 0.011 290)); color: var(--text-primary); font-family: var(--font-mono); font-size: 18px; font-weight: 500; cursor: pointer; transition: border-color .15s var(--ease-out-quart), color .15s var(--ease-out-quart), transform .08s var(--ease-out-quart), box-shadow .15s var(--ease-out-quart); flex-shrink: 0; box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 2px 6px rgba(0,0,0,0.42); }
  .stepper button:hover { border-color: var(--brand); color: var(--brand); }
  .stepper button:active { transform: translateY(1px); box-shadow: 0 1px 2px rgba(0,0,0,0.5); }
  .stepper-field { flex: 1; min-width: 0; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 1px; padding: 0 10px; background: color-mix(in oklab, var(--bg-canvas) 62%, black); border: 1px solid var(--border-default); border-radius: 8px; box-shadow: 0 1px 0 rgba(255,255,255,0.045) inset, 0 0 0 1px rgba(0,0,0,0.26); transition: border-color .16s var(--ease-out-quart), background-color .16s var(--ease-out-quart), box-shadow .16s var(--ease-out-quart); }
  .stepper-field:focus-within { border-color: color-mix(in oklab, var(--brand) 62%, var(--border-strong)); background: color-mix(in oklab, var(--bg-canvas) 78%, black); box-shadow: 0 0 0 3px color-mix(in oklab, var(--brand) 18%, transparent), 0 1px 0 rgba(255,255,255,0.05) inset; }
  .stepper-prefix { font-family: var(--font-mono); font-size: 26px; font-weight: 500; color: var(--text-primary); text-shadow: 0 0 18px color-mix(in oklab, var(--text-primary) 30%, transparent); letter-spacing: -0.02em; flex-shrink: 0; }
  .stepper input { flex: 1; min-width: 0; min-height: 44px; background: transparent; border: none; color: var(--text-primary); font-family: var(--font-mono); font-size: 26px; font-weight: 500; padding: 0 4px; outline: none; -moz-appearance: textfield; text-align: center; text-shadow: 0 0 18px color-mix(in oklab, var(--text-primary) 30%, transparent); letter-spacing: -0.02em; }
  .spend-stepper input { flex: 0 0 auto; width: auto; field-sizing: content; min-width: 2ch; max-width: 12ch; padding: 0; text-align: left; }
  .spend-field { display: flex; flex-direction: column; gap: 10px; }
  /* Reserve one line so the inline correction note can appear and clear without
     shifting the assumption block below it. Amber reads as a heads-up, not an error. */
  .spend-feedback {
    margin: 0;
    min-height: 18px;
    font-family: var(--font-sans);
    font-size: 12.5px;
    line-height: 1.4;
    color: var(--amber);
    opacity: 0;
    transform: translateY(-2px);
    transition: opacity .2s var(--ease-out-quart), transform .2s var(--ease-out-quart);
  }
  .spend-feedback.is-visible { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) {
    .spend-feedback { transition: none; transform: none; }
  }
  .stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
  .stepper input:focus-visible { outline: 3px solid color-mix(in oklab, var(--brand) 80%, white); outline-offset: 3px; box-shadow: 0 0 0 6px color-mix(in oklab, var(--brand) 26%, transparent); }
  .calc-assumption { position: relative; display: flex; flex-direction: column; gap: 16px; padding: 22px 26px; background: color-mix(in oklab, var(--surface-deep) 88%, black); border: 1px solid var(--border-default); border-radius: 14px; }
  .calc-assumption p { font-size: 14px; line-height: 1.55; color: var(--text-muted); margin: 0; }
  .calc-assumption .mono { color: var(--text-primary); }
  .assumption-trigger { position: relative; min-height: 44px; align-self: flex-start; padding: 0; border: none; background: transparent; color: var(--brand); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
  /* Extend the click target to a full 44px tall without growing the visible underline.
     Stays within the 16px flex gap above and the card's 22px bottom padding, so it
     never overlaps a neighbouring hit area. */
  .assumption-trigger::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 44px; transform: translateY(-50%); }
  .assumption-trigger:hover { color: var(--brand-hover); }
  .assumption-panel { position: fixed; left: var(--assumption-left, 24px); top: var(--assumption-top, 24px); z-index: 60; width: min(320px, calc(100vw - 32px)); padding: 22px; border: 1px solid var(--border-strong); border-radius: 16px; background: oklch(15.5% 0.011 290); box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 32px 70px -30px rgba(0,0,0,0.72); opacity: 0; transform: translate3d(0, 8px, 0) scale(0.98); pointer-events: none; transition: opacity .18s var(--ease-out-quart), transform .22s var(--ease-out-quint); }
  .assumption-panel.open { opacity: 1; transform: translate3d(0, 0, 0) scale(1); pointer-events: auto; }
  .assumption-panel h3 { font-size: 15px; letter-spacing: 0; margin: 0 0 10px; }
  .assumption-panel p { font-size: 13px; line-height: 1.55; }
  .assumption-panel .assumption-close { position: absolute; top: 10px; right: 10px; width: 48px; height: 48px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: var(--text-muted); cursor: pointer; font-size: 20px; line-height: 1; }
  .assumption-panel .assumption-close:hover { color: var(--text-primary); border-color: var(--border-default); background: rgba(255,255,255,0.04); }
  .calc-output-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--border-default); border: 1px solid var(--border-default); border-radius: 14px; overflow: hidden; }
  .calc-cell {
    container-type: inline-size;
    background: var(--surface-deep);
    padding: clamp(14px, 5cqi, 22px) clamp(12px, 6cqi, 26px);
    min-height: clamp(80px, 22cqi, 132px);
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .calc-cell .calc-label { font-size: clamp(8px, 2.6cqi, 10px); }
  .calc-cell .v {
    display: block;
    font-family: var(--font-mono);
    font-size: var(--calc-v-size, 30px);
    font-weight: 500;
    margin-top: 4px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    line-height: 1.05;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .calc-cell .v.cost { color: var(--brand); text-shadow: 0 0 22px color-mix(in oklab, var(--brand) 32%, transparent); }
  .calc-cell .v.save { color: var(--mint); text-shadow: 0 0 22px color-mix(in oklab, var(--mint) 26%, transparent); }
  .calc-cell .v.warn { color: var(--amber); text-shadow: 0 0 22px color-mix(in oklab, var(--amber) 26%, transparent); }
  .calc-cell .v.neutral { color: var(--text-primary); }
  #oVault { color: var(--text-primary); text-shadow: none; }
  /* Flat recommendation surface — same treatment for every configuration. */
  .calc-rec {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
    background: #0d0c14;
    border: 1px solid #2a2735;
    border-radius: 18px;
    box-shadow: none;
  }
  .calc-rec-body { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 0; }
  .calc-rec .big { font-size: 22px; color: var(--text-primary); font-weight: 500; font-family: var(--font-mono); letter-spacing: -0.005em; line-height: 1.2; }
  .calc-rec .lil { font-size: 13px; color: var(--text-muted); line-height: 1.55; }
  .calc-rec .reserve {
    flex-shrink: 0;
    min-height: 48px;
    padding: 12px 22px;
    font-size: 15px;
    border-radius: 12px;
    white-space: nowrap;
  }
  @media (max-width: 1024px) {
    .calc-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .calc-inputs, .calc-outputs { padding: 32px 32px; }
  }
  @container (max-width: 200px) {
    .calc-cell .v { letter-spacing: -0.03em; }
  }
  @media (max-width: 900px) {
    .calc-grid { grid-template-columns: 1fr; }
    .calc-outputs { border-left: none; border-top: 1px solid var(--border-default); }
    .assumption-panel { left: 12px; right: 12px; top: auto; bottom: 12px; width: auto; max-height: min(420px, calc(100vh - 48px)); overflow: auto; padding: 24px; border-radius: 18px; transform: translate3d(0, calc(100% + 28px), 0); }
    .assumption-panel.open { transform: translate3d(0, 0, 0); }
  }
  @media (max-width: 620px) {
    .input-row { flex-direction: column; align-items: stretch; gap: 10px; }
    .input-row label { font-size: 13px; }
    .stepper { width: 100%; }
    .spend-stepper input { max-width: min(12ch, 100%); }
    .calc-rec { flex-direction: column; align-items: stretch; gap: 16px; }
    .calc-rec .reserve { align-self: flex-start; }
  }
  @media (max-width: 520px) {
    .calc-inputs { padding: 24px; gap: 28px; }
    .calc-outputs { padding: 24px; gap: 22px; }
    .calc-output-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, minmax(0, auto)); }
  }
  @media (max-width: 760px) {
    nav.top { padding: 16px 20px; }
    .container { padding: 0 20px; }

    /* The six section anchors collapse behind the hamburger; Pre-order stays
       visible in the bar so the primary action is always one tap away. */
    .nav-links { gap: 12px; }
    .nav-toggle {
      display: inline-flex; align-items: center; justify-content: center;
      width: 44px; height: 44px; padding: 0; margin: 0;
      background: transparent; color: var(--text-primary);
      border: 1px solid var(--border-default); border-radius: 10px;
      cursor: pointer;
      transition: border-color .16s var(--ease-out-quart), background-color .16s var(--ease-out-quart);
    }
    .nav-toggle:hover { border-color: var(--border-strong); background: rgba(255,255,255,0.03); }

    /* Disclosure panel: full-width sheet under the bar. Animated open via
       grid-template-rows (0fr → 1fr) + opacity, never layout height.
       visibility:hidden keeps the collapsed links out of the tab order. */
    .nav-menu {
      display: grid;
      grid-template-rows: 0fr;
      position: absolute;
      top: 100%; left: 0; right: 0;
      background: color-mix(in oklab, var(--surface-card) 94%, transparent);
      backdrop-filter: blur(14px) saturate(1.15);
      -webkit-backdrop-filter: blur(14px) saturate(1.15);
      border-bottom: 1px solid var(--border-default);
      box-shadow: 0 26px 50px -28px rgba(0,0,0,0.8);
      /* Breathing room lives on the container (constant, outside the animated
         track) so the .nav-menu-list child can still collapse to a true 0fr. */
      padding-block: 6px;
      opacity: 0; visibility: hidden;
      transition: grid-template-rows .34s var(--ease-out-quart), opacity .26s var(--ease-out-quart), visibility 0s linear .34s;
    }
    .nav-menu.open {
      grid-template-rows: 1fr;
      opacity: 1; visibility: visible;
      transition: grid-template-rows .34s var(--ease-out-quart), opacity .2s var(--ease-out-quart), visibility 0s;
    }
    .nav-menu-list {
      flex-direction: column; align-items: stretch; gap: 0;
      overflow: hidden; min-height: 0;
    }
    .nav-links .nav-menu-list a {
      min-height: 52px; width: 100%; font-size: 16px; padding: 0 20px;
      color: var(--text-muted);
      border-bottom: 1px solid color-mix(in oklab, var(--border-default) 55%, transparent);
    }
    .nav-links .nav-menu-list a:last-child { border-bottom: none; }
    .nav-links .nav-menu-list a:hover,
    .nav-links .nav-menu-list a:active { color: var(--text-primary); }

    /* While open, hold the bar opaque so it and the panel read as one sheet,
       even at the top of the page where the nav is otherwise transparent. */
    nav.top.menu-open {
      background: color-mix(in oklab, var(--surface-card) 94%, transparent);
      backdrop-filter: blur(14px) saturate(1.15);
      -webkit-backdrop-filter: blur(14px) saturate(1.15);
      border-bottom-color: transparent;
    }
  }

  .pricing { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
  .pricing-offer { display: flex; flex-direction: column; gap: 56px; min-width: 0; }
  .price-card {
    --card-bg: #0d0c14;
    --card-border: #2a2735;
    --card-accent: var(--brand);
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 18px;
    overflow: hidden;
  }
  .price-card--base {
    border-color: color-mix(in oklab, var(--brand) 55%, var(--card-border));
  }
  .price-card--pro {
    --card-border: var(--pro-border);
    --card-accent: var(--pro);
    border-color: color-mix(in oklab, var(--pro) 42%, var(--card-border));
  }
  .price-head { padding: clamp(42px, 4.2vw, 56px) clamp(28px, 3vw, 38px) 28px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) clamp(108px, 9vw, 140px); gap: clamp(14px, 2vw, 26px); align-items: center; }
  .price-figure { min-width: 0; }
  .price-badge { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; display: block; justify-self: end; filter: drop-shadow(0 18px 28px rgba(0,0,0,0.55)); }
  .price-card h3 { font-size: clamp(26px, 2.5vw, 34px); line-height: 1.05; letter-spacing: -0.02em; }
  .price-card .price { font-family: var(--font-mono); font-size: clamp(34px, 2.6vw, 44px); font-weight: 500; margin: 18px 0 0; line-height: 1; letter-spacing: -0.04em; white-space: nowrap; }
  .price-card .price small { font-size: 11px; color: var(--text-tertiary); margin-right: 8px; font-family: var(--font-mono); font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; vertical-align: 5px; }
  /* Deposit chip — sits under the full hardware price so buyers see both numbers
     before clicking Pre-order. Deliberately quieter than .price so the full
     hardware figure remains the anchor (review #4: deposit was hidden inside
     the PDP; cards now mirror the PDP price ladder + deposit row). */
  .price-card .price-deposit { margin-top: 10px; display: inline-flex; align-items: baseline; gap: 8px; font-size: 13px; color: var(--text-muted); line-height: 1.3; }
  .price-card .price-deposit .deposit-amount { font-family: var(--font-mono); font-variant-numeric: tabular-nums; color: var(--text-primary); font-weight: 500; }
  .price-card .price-deposit .deposit-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-tertiary); }

  /* Deposit microcopy under the hero "Pre-order" CTA. Telegraphs the $5,000
     non-refundable deposit before the highest-stakes click. Same tokens as the
     pricing-card deposit chip — mono + text-tertiary; the qualifier stays
     sentence-case because it runs longer than the chip's short uppercase label. */
  .cta-deposit { margin: 14px 0 0; font-family: var(--font-mono); font-size: 12px; line-height: 1.5; color: var(--text-tertiary); font-variant-numeric: tabular-nums; letter-spacing: 0.01em; }
  /* Amount is a structural hook for the deposit drift guard (reservation.test.mjs);
     it deliberately inherits the tertiary tone — no mid-line color emphasis. */
  .cta-deposit-amount { color: inherit; font-variant-numeric: tabular-nums; }
  .cta-deposit-next { display: block; margin-top: 4px; font-family: var(--font-sans); letter-spacing: normal; }
  .price-pitch { font-size: clamp(16px, 1.35vw, 19px); color: var(--text-muted); line-height: 1.45; padding: 0 clamp(28px, 3vw, 38px) 38px; margin: 0; max-width: 49ch; }
  .price-body { padding: 38px 0 32px; flex: 1; display: flex; flex-direction: column; gap: 18px; border-top: 1px solid var(--border-default); margin: 0 clamp(28px, 3vw, 38px); }
  .price-spec-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
  .price-spec-list li { display: flex; gap: 18px; align-items: baseline; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.25; color: var(--text-primary); }
  .price-spec-list li::before { content: ""; width: 17px; height: 17px; flex-shrink: 0; background: currentColor; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8.5 6.5 12 13 4.5'/></svg>") center / contain no-repeat; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8.5 6.5 12 13 4.5'/></svg>") center / contain no-repeat; color: var(--mint); transform: translateY(3px); }
  .price-foot { padding: 0 clamp(28px, 3vw, 38px) 50px; }
  /* Match alpha-cube.html model-detail-cta — brand-outlined; hover fill only. */
  .price-card .reserve {
    width: 100%;
    min-height: 48px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    border-radius: 12px;
    white-space: nowrap;
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--brand);
    box-shadow: none;
  }
  .price-card .reserve:hover {
    background: color-mix(in oklab, var(--brand) 10%, transparent);
    border-color: var(--brand-hover);
    color: var(--text-primary);
    box-shadow: none;
  }
  .price-card .reserve:active {
    background: color-mix(in oklab, var(--brand) 16%, transparent);
    box-shadow: none;
  }
  .price-card--pro .reserve {
    border-color: var(--pro);
    box-shadow: none;
  }
  .price-card--pro .reserve:hover {
    background: color-mix(in oklab, var(--pro) 10%, transparent);
    border-color: var(--pro-hover);
    box-shadow: none;
  }
  .price-card--pro .reserve:active {
    background: color-mix(in oklab, var(--pro) 16%, transparent);
    box-shadow: none;
  }
  .price-card .reserve .label-stack { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; transition: opacity .25s var(--ease-out-quart), transform .25s var(--ease-out-quart); }
  .price-card .reserve .label-stack svg { transition: transform .25s var(--ease-out-quart); }
  .price-card .reserve:hover .label-stack svg.arrow { transform: translateX(3px); }
  @media (max-width: 1180px) {
    .pricing { grid-template-columns: 1fr; }
    .price-head { grid-template-columns: minmax(0, 1fr) 180px; }
  }
  @media (max-width: 460px) {
    .price-card { border-radius: 18px; }
    .price-head { padding: 36px 24px 24px; grid-template-columns: 1fr; align-items: start; }
    .price-badge { width: min(168px, 100%); justify-self: start; }
    .price-card .price { font-size: clamp(30px, 8.5vw, 38px); letter-spacing: -0.04em; }
    .price-pitch { padding: 0 24px 28px; font-size: 17px; }
    .price-body { padding: 28px 0 24px; margin: 0 24px; }
    .price-spec-list li { font-size: 17px; gap: 14px; }
    .price-foot { padding: 4px 24px 32px; }
    .price-card .reserve { min-height: 48px; padding: 12px 22px; font-size: 15px; border-radius: 12px; }
  }

  .faq-list { border-top: 1px solid var(--border-default); }
  .faq-item { border-bottom: 1px solid var(--border-default); }
  .faq-q { width: 100%; background: none; border: none; color: var(--text-primary); font-family: inherit; font-size: 18px; font-weight: 500; text-align: left; padding: 26px 14px 26px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 24px; transition: background-color .18s var(--ease-out-quart); }
  .faq-q:hover,
  .faq-q:focus-visible { background: color-mix(in oklab, var(--brand) 5%, transparent); }
  .faq-q .plus { color: var(--brand); font-family: var(--font-mono); font-size: 22px; transition: transform .35s var(--ease-out-quart); flex-shrink: 0; line-height: 1; transform-origin: center; }
  .faq-q:hover .plus,
  .faq-q:focus-visible .plus { transform: scale(1.16); }
  .faq-item.open .faq-q .plus { transform: rotate(45deg); }
  .faq-a[hidden] { display: none; }
  .faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease-out-quart); }
  .faq-item.open .faq-a { grid-template-rows: 1fr; }
  .faq-a > div { overflow: hidden; opacity: 0; transform: translateY(-4px); transition: opacity .35s var(--ease-out-quart), transform .35s var(--ease-out-quart); }
  .faq-item.open .faq-a > div { opacity: 1; transform: translateY(0); transition-delay: .05s; }
  .faq-a-inner { padding: 0 0 28px; max-width: 70ch; color: var(--text-muted); font-size: 15px; line-height: 1.6; }
  .faq-actions { display: flex; gap: 12px; margin-top: 48px; }
  .faq-actions .btn { min-height: 48px; padding: 0 20px; line-height: 1; border: 1px solid transparent; }
  .faq-actions .btn-ghost { border-color: var(--border-default); }
  #faq { padding-bottom: clamp(82px, 9vw, 128px); }

  footer { padding: var(--homepage-section-pad-y) var(--gutter) 44px; border-top: 1px solid var(--border-default); background: var(--surface-deep); }

  /* Reveal footer: the page content (#main) lifts away to uncover the footer
     pinned behind it. The whole effect — including #main's opaque background
     and stacking context — is scoped to viewports tall enough to show the
     footer. Below 761px the stacked footer is taller than the viewport, so
     pinning would clip its top under the fixed nav; the normal flow is kept
     there and #main is left untouched (no stacking context on mobile). Also
     skipped under reduced-motion. */
  @media (min-width: 761px) and (prefers-reduced-motion: no-preference) {
    /* #main carries an opaque background and a higher stacking order than the
       footer; the footer is sticky so #main scrolls up over it at the end. */
    #main { position: relative; z-index: 1; background: var(--bg-canvas); }
    footer { position: sticky; bottom: 0; }
    /* Soft shadow rides #main's bottom edge and falls onto the footer as it is
       revealed, selling the sense of the content lifting off. */
    #main::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 56px; transform: translateY(100%); background: linear-gradient(to bottom, rgba(0,0,0,0.45), transparent); pointer-events: none; }
  }
  .footer-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(280px, 1fr) auto; gap: 56px; align-items: start; }
  .footer-brand { max-width: 430px; }
  .footer-brand p { margin-top: 18px; font-size: 14px; color: var(--text-muted); max-width: 34rem; }
  .footer-nav { display: grid; grid-template-columns: repeat(3, minmax(140px, 1fr)); gap: 36px 52px; }
  .footer-group h2 { margin: 0 0 14px; font-family: var(--font-mono); font-size: 11px; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-tertiary); }
  .footer-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
  .footer-group a { color: var(--text-muted); text-decoration: none; font-size: 14px; line-height: 1.4; transition: color .15s; min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; }
  .footer-group a:hover { color: var(--text-primary); }
  .footer-bottom { max-width: 1240px; margin: 48px auto 0; padding-top: 22px; border-top: 1px solid color-mix(in oklab, var(--border-default) 82%, transparent); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
  .footer-bottom p { font-size: 12px; color: var(--text-tertiary); }
  .footer-note { font-family: var(--font-mono); letter-spacing: 0.04em; text-transform: uppercase; }
  @media (max-width: 760px) {
    footer { padding: var(--homepage-section-pad-y) 20px 36px; }
    .footer-inner { grid-template-columns: 1fr; gap: 40px; }
    .footer-nav { grid-template-columns: 1fr 1fr; gap: 30px 28px; }
    .footer-group a { min-height: 44px; }
    .footer-bottom { margin-top: 40px; align-items: flex-start; flex-direction: column; }
  }
  @media (max-width: 420px) { .footer-nav { grid-template-columns: 1fr; } }

  @media (max-width: 700px) {
    .section-head { margin-bottom: 40px; }
    .section-head h2 { margin-top: 12px; }
    .hero { min-height: 94vh; padding-bottom: var(--homepage-section-pad-y); }
    .hero-cta, .faq-actions { flex-direction: column; align-items: stretch; width: 100%; max-width: 360px; }
    .hero-cta .btn, .faq-actions .btn { width: 100%; }
    .gem-screen { margin-top: 22px; border-radius: 12px; }
    .feature { padding: 24px; }
    .features { grid-template-columns: 1fr; grid-auto-rows: minmax(300px, auto); }
    .f-security, .f-hardware, .f-vaultos, .f-cluster, .f-tokens, .f-screen { grid-column: span 1; }
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; filter: none; }
    .btn:hover, .gem-prompt:hover, .gem-prompt:focus-visible { transform: none; }
  }
