:root {
  --ink: #071224;
  --ink-soft: #14243a;
  --paper: #f4f7fb;
  --white: #fff;
  --blue: #0b5eff;
  --cyan: #3de4ff;
  --lime: #c8ff3d;
  --muted: #66758a;
  --line: #dce3ec;
  --success: #0f9f68;
  --warning: #ffbf3f;
  --tenant-accent: #0b5eff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 18, 36, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.beta-ribbon {
  min-height: 38px;
  padding: 8px 24px;
  color: #dbe7fa;
  background: #030a15;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
}
.beta-badge { color: var(--lime); }
.api-state { display: inline-flex; align-items: center; gap: 8px; }
.api-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--warning); box-shadow: 0 0 0 4px rgba(255,191,63,.12); }
.api-state.is-online i { background: #35e59c; box-shadow: 0 0 0 4px rgba(53,229,156,.12); }
.api-state.is-offline i { background: #ff6174; box-shadow: 0 0 0 4px rgba(255,97,116,.12); }
.truth-label { opacity: .63; font-weight: 500; }

.beta-header { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 40px; height: 40px; display: grid; place-items: center;
  color: var(--white); background: var(--blue); border-radius: 12px;
  font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800;
}
.brand > span:last-child { display: grid; }
.brand strong { font: 800 14px/1.15 Manrope, sans-serif; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.beta-header nav { display: flex; gap: 32px; color: #4f5d70; font-size: 13px; font-weight: 700; }
.beta-header nav a:hover { color: var(--blue); }
.header-back { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; background: var(--white); }

.beta-hero { min-height: 620px; padding-block: 70px 84px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 74px; align-items: center; }
.eyebrow { margin: 0 0 17px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.hero-copy h1 { margin: 0; font: 800 clamp(45px, 5.2vw, 71px)/.99 Manrope, sans-serif; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 25px 0 0; color: #506078; font-size: 17px; line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  min-height: 48px; padding: 0 20px; border: 0; border-radius: 11px;
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  cursor: pointer; font-size: 12px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(11,94,255,.22); }
.button-secondary { color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.button-light { color: var(--ink); background: var(--lime); }
.hero-disclosure { margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 125px 1fr; gap: 7px 15px; font-size: 11px; line-height: 1.5; }
.hero-disclosure strong { color: var(--ink); }
.hero-disclosure span { color: var(--muted); }

.distribution-map { position: relative; padding: 30px; color: var(--white); background: var(--ink); border-radius: 30px; box-shadow: 0 34px 90px rgba(7,18,36,.24); overflow: hidden; }
.distribution-map::before { content: ""; position: absolute; inset: -120px auto auto -110px; width: 330px; height: 330px; border-radius: 50%; background: rgba(11,94,255,.3); filter: blur(1px); }
.map-core { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.05); display: grid; grid-template-columns: auto 1fr; gap: 2px 18px; align-items: center; }
.core-portraits { grid-row: 1/3; display: flex; }
.portrait { width: 45px; height: 45px; display: block; border-radius: 50%; background-size: cover; background-position: center; border: 3px solid var(--ink); }
.core-portraits .portrait + .portrait { margin-left: -12px; }
.map-core strong { align-self: end; font: 800 18px Manrope, sans-serif; }
.map-core span { align-self: start; color: #8fa0b7; font-size: 11px; }
.portrait-mason { background-image: url("assets/specialists/mason-reed.webp"); }
.portrait-claire { background-image: url("assets/specialists/claire-morita.webp"); }
.portrait-maya { background-image: url("assets/specialists/maya-alvarez.webp"); }
.portrait-chloe { background-image: url("assets/specialists/chloe-bennett.webp"); }
.map-rail { height: 39px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 20px; }
.map-rail i { position: relative; border-bottom: 1px solid rgba(61,228,255,.38); }
.map-rail i::after { content: ""; position: absolute; left: 50%; bottom: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }
.map-products { display: grid; gap: 9px; }
.map-products article { padding: 15px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.06); display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 12px; }
.map-products article > b { color: var(--cyan); font: 800 10px Manrope, sans-serif; }
.map-products article div { display: grid; }
.map-products small { color: #7f91a8; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.map-products strong { margin-top: 2px; font-size: 14px; }
.map-products span { margin-top: 2px; color: #a8b5c7; font-size: 10px; }
.map-products em { color: var(--lime); font-size: 10px; font-style: normal; font-weight: 700; }
.distribution-map > p { margin: 17px 3px 0; color: #708198; font-size: 9px; line-height: 1.5; }

.proof-strip { margin-bottom: -50px; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.proof-strip article { min-height: 100px; padding: 22px; display: grid; grid-template-columns: 30px 1fr; gap: 2px 10px; align-items: center; border-right: 1px solid var(--line); }
.proof-strip article:last-child { border-right: 0; }
.proof-strip article > span { grid-row: 1/3; color: var(--blue); font: 800 10px Manrope, sans-serif; }
.proof-strip div { display: grid; }
.proof-strip strong { font-size: 13px; }
.proof-strip small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.proof-strip b { grid-column: 2; justify-self: start; margin-top: 7px; padding: 4px 8px; color: #7a5b00; background: #fff5cf; border-radius: 999px; font-size: 8px; text-transform: uppercase; }
.proof-strip b.is-done { color: #08754d; background: #dff8ed; }

.studio-section { padding: 135px 0 85px; color: var(--white); background: #06111f; }
.studio-heading { margin-bottom: 38px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.studio-heading h2, .application-copy h2 { max-width: 690px; margin: 0; font: 800 clamp(31px, 4vw, 50px)/1.08 Manrope, sans-serif; }
.studio-heading > p { margin: 0; color: #93a2b5; font-size: 13px; line-height: 1.7; }
.studio-layout { display: grid; grid-template-columns: 230px 1fr; gap: 18px; }
.studio-tabs { display: flex; flex-direction: column; gap: 7px; }
.studio-tab { padding: 17px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; color: #7f8fa3; background: rgba(255,255,255,.035); text-align: left; cursor: pointer; display: grid; grid-template-columns: 25px 1fr; gap: 2px 7px; }
.studio-tab > span { grid-row: 1/3; color: #52647b; font-size: 9px; font-weight: 800; }
.studio-tab strong { color: #b9c3d0; font-size: 12px; }
.studio-tab small { font-size: 9px; }
.studio-tab.is-active { border-color: rgba(61,228,255,.4); background: linear-gradient(135deg, rgba(11,94,255,.25), rgba(61,228,255,.07)); }
.studio-tab.is-active span { color: var(--cyan); }
.studio-tab.is-active strong { color: var(--white); }
.studio-workspace { min-width: 0; }
.studio-panel { padding: 29px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: #0c192a; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.panel-head { margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.panel-head p { margin: 0 0 6px; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.panel-head h3 { margin: 0; font: 800 24px Manrope, sans-serif; }
.module-state { padding: 7px 10px; color: #9cadc1; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 8px; font-weight: 800; }
.module-state.is-done { color: #7bf0bf; border-color: rgba(123,240,191,.35); }

.config-grid { display: grid; grid-template-columns: 280px 1fr; gap: 26px; }
.config-form, .affiliate-builder { display: grid; align-content: start; gap: 14px; }
label { color: #a9b6c7; font-size: 10px; font-weight: 700; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; background: var(--white); outline: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,94,255,.12); }
input[type="color"] { min-height: 43px; padding: 5px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
fieldset { padding: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }
legend { padding-inline: 5px; color: #a9b6c7; font-size: 10px; font-weight: 700; }
.check { display: inline-flex; margin: 4px 8px 4px 0; }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #8292a7; font-size: 9px; }
.check input:checked + span { color: var(--white); border-color: var(--blue); background: rgba(11,94,255,.28); }
.config-form > small, .affiliate-builder > small { color: #718299; font-size: 9px; line-height: 1.5; }

.tenant-preview { min-height: 420px; color: #102038; background: #f7f9fc; border-radius: 14px; overflow: hidden; box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.tenant-browser-bar { height: 31px; padding: 0 12px; display: flex; align-items: center; gap: 5px; color: #7f8da0; background: #e8edf3; font-size: 8px; }
.tenant-browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #bcc7d3; }
.tenant-browser-bar span { margin-left: 7px; }
.tenant-nav { min-height: 55px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 7px; font-weight: 800; }
.tenant-nav strong { color: var(--tenant-accent); font-size: 11px; }
.tenant-nav button { padding: 7px 9px; border: 0; border-radius: 5px; color: var(--white); background: var(--tenant-accent); font-size: 7px; font-weight: 800; }
.tenant-hero { min-height: 260px; padding: 34px 28px; position: relative; display: grid; grid-template-columns: 1fr 185px; align-items: center; overflow: hidden; background: linear-gradient(135deg, #eef3f9, #fff); }
.tenant-hero::after { content: ""; position: absolute; width: 250px; height: 250px; right: -80px; bottom: -100px; border-radius: 50%; background: color-mix(in srgb, var(--tenant-accent) 18%, transparent); }
.tenant-hero small { color: var(--tenant-accent); font-size: 7px; font-weight: 800; }
.tenant-hero h4 { max-width: 390px; margin: 10px 0; font: 800 clamp(23px, 3vw, 36px)/1.05 Manrope, sans-serif; }
.tenant-hero p { max-width: 350px; color: #65758b; font-size: 9px; line-height: 1.55; }
.tenant-faces { position: relative; z-index: 1; display: flex; align-items: center; }
.tenant-faces .portrait { width: 82px; height: 82px; border: 5px solid #fff; }
.tenant-faces .portrait + .portrait { margin-left: -31px; }
.tenant-products { min-height: 75px; padding: 16px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tenant-products span { padding: 13px; border: 1px solid #e4e9f0; border-radius: 8px; display: grid; font-size: 7px; font-weight: 800; }
.tenant-products b { margin-top: 7px; color: var(--tenant-accent); font-size: 7px; }

.code-output, .endpoint-box { margin-top: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; background: #071322; overflow: hidden; }
.code-output > div, .endpoint-box > div { padding: 9px 13px; display: flex; justify-content: space-between; color: #6f8197; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 9px; font-weight: 700; }
.copy-button { padding: 0; color: var(--cyan); border: 0; background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; }
pre, .endpoint-box code { margin: 0; padding: 16px; display: block; color: #b6c5d8; font: 10px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }

.feed-controls { display: grid; grid-template-columns: 1fr 1fr .65fr auto; align-items: end; gap: 12px; }
.feed-results { margin-top: 20px; min-height: 235px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.empty-state, .error-state { grid-column: 1/-1; margin: 0; min-height: 220px; display: grid; place-items: center; color: #728399; border: 1px dashed rgba(255,255,255,.12); border-radius: 12px; font-size: 11px; text-align: center; }
.error-state { color: #ff8795; }
.feed-card { min-width: 0; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.045); overflow: hidden; }
.feed-card img { width: 100%; aspect-ratio: 1.6; display: block; object-fit: cover; object-position: center 24%; }
.feed-card div { padding: 13px; display: grid; }
.feed-card small { color: var(--cyan); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.feed-card strong { margin-top: 5px; font-size: 12px; }
.feed-card span { margin-top: 3px; color: #8393a8; font-size: 9px; }
.feed-card b { margin-top: 9px; color: #c7d3e2; font-size: 8px; font-weight: 500; }
.feed-contract { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); }
.feed-contract div { padding: 15px 14px 0 0; display: grid; }
.feed-contract small { color: #66778d; font-size: 7px; font-weight: 800; }
.feed-contract strong { margin-top: 5px; color: #b7c3d2; font-size: 9px; line-height: 1.45; }

.affiliate-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 25px; }
.affiliate-link { padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: #071322; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.affiliate-link span { color: #697b91; font-size: 8px; font-weight: 800; }
.affiliate-link code { grid-column: 1/-1; color: #b6c5d8; font: 9px/1.5 ui-monospace, monospace; overflow-wrap: anywhere; }
.commission-card { padding: 25px; color: var(--ink); background: var(--white); border-radius: 15px; }
.commission-card > p:first-child { margin: 0 0 22px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.commission-card label { margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; color: #526177; }
.commission-card label span { display: inline-flex; align-items: center; color: var(--ink); font-size: 14px; }
.commission-card input { width: 95px; margin: 0 0 0 2px; padding: 8px; text-align: right; }
.commission-result { margin-top: 24px; padding: 20px; color: var(--white); background: var(--ink); border-radius: 12px; display: grid; }
.commission-result span { color: var(--cyan); font-size: 8px; font-weight: 800; }
.commission-result strong { margin-top: 7px; font: 800 34px Manrope, sans-serif; }
.commission-result small { margin-top: 4px; color: #8292a7; font-size: 9px; }
.legal-note { color: #78869a; font-size: 8px; line-height: 1.5; }

.readiness-meter { margin-bottom: 21px; display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
.readiness-meter > div { height: 7px; border-radius: 99px; background: rgba(255,255,255,.09); overflow: hidden; }
.readiness-meter span { width: 0; height: 100%; display: block; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--lime)); transition: width .35s ease; }
.readiness-meter strong { color: #9bacbf; font-size: 9px; }
.gate-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gate-card { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.gate-card > p { margin: 0 0 14px; color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.gate-card ul { margin: 0; padding: 0; list-style: none; }
.gate-card li { min-height: 44px; display: grid; grid-template-columns: 11px 1fr auto; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.08); }
.gate-card li i { width: 7px; height: 7px; border-radius: 50%; background: #48596e; }
.gate-card li span { color: #aebac9; font-size: 9px; }
.gate-card li b { color: #718198; font-size: 8px; }
.gate-card li.is-done i { background: #49e7a5; box-shadow: 0 0 0 4px rgba(73,231,165,.1); }
.gate-card li.is-done b { color: #67e9b2; }
.public-gate > p { color: var(--warning); }
.public-gate li i { background: var(--warning); }
.public-gate li b { color: var(--warning); }
.launch-truth { margin-top: 15px; padding: 18px 20px; border-radius: 12px; background: rgba(11,94,255,.13); border: 1px solid rgba(11,94,255,.3); }
.launch-truth strong { color: var(--white); font-size: 12px; }
.launch-truth p { margin: 5px 0 0; color: #8ea0b6; font-size: 9px; line-height: 1.5; }

.application-section { padding: 90px 0; color: var(--white); background: var(--blue); }
.application-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.application-copy .eyebrow { color: var(--lime); }
.application-copy > p:not(.eyebrow) { color: #c5d7ff; line-height: 1.65; }
.application-proof { margin-top: 28px; padding: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 13px; display: grid; grid-template-columns: 1fr auto; }
.application-proof span { color: var(--lime); font-size: 8px; font-weight: 800; }
.application-proof strong { grid-row: 1/3; grid-column: 2; font: 800 32px Manrope, sans-serif; }
.application-proof small { margin-top: 4px; color: #bfd2fb; font-size: 9px; }
.application-form { padding: 30px; color: var(--ink); background: var(--white); border-radius: 20px; box-shadow: 0 25px 70px rgba(0,0,0,.17); display: grid; gap: 14px; }
.application-form label { color: #536278; }
.application-form textarea { resize: vertical; }
.application-form .button-light { min-height: 52px; }
.form-status { margin: 0; color: #77869a; font-size: 9px; line-height: 1.5; }
.form-status.is-success { color: var(--success); font-weight: 700; }
.form-status.is-error { color: #c33b4d; font-weight: 700; }

.beta-footer { min-height: 150px; padding-block: 38px; display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 30px; }
.beta-footer p { color: var(--muted); font-size: 11px; }
.beta-footer > a { color: var(--blue); font-size: 11px; font-weight: 800; }
.beta-footer > small { grid-column: 1/-1; padding-top: 15px; color: #8290a2; border-top: 1px solid var(--line); font-size: 9px; }

@media (max-width: 1050px) {
  .beta-hero { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 760px; }
  .distribution-map { max-width: 760px; }
  .studio-layout { grid-template-columns: 1fr; }
  .studio-tabs { display: grid; grid-template-columns: repeat(4, 1fr); }
  .studio-tab { grid-template-columns: 1fr; }
  .studio-tab > span { grid-row: auto; }
  .config-grid { grid-template-columns: 250px 1fr; }
  .application-layout { gap: 45px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 28px, 680px); }
  .truth-label, .beta-header nav { display: none; }
  .beta-ribbon { justify-content: space-between; gap: 12px; }
  .beta-header { height: 72px; }
  .beta-hero { padding-block: 45px 75px; }
  .hero-copy h1 { font-size: clamp(41px, 12vw, 58px); }
  .proof-strip { grid-template-columns: 1fr; margin-bottom: -36px; }
  .proof-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .studio-section { padding-top: 100px; }
  .studio-heading { grid-template-columns: 1fr; gap: 18px; }
  .studio-tabs { grid-template-columns: 1fr 1fr; }
  .studio-panel { padding: 20px; }
  .config-grid, .affiliate-grid, .application-layout { grid-template-columns: 1fr; }
  .tenant-preview { min-height: 370px; }
  .feed-controls { grid-template-columns: 1fr 1fr; }
  .feed-results { grid-template-columns: 1fr 1fr; }
  .gate-columns { grid-template-columns: 1fr; }
  .application-layout { gap: 35px; }
  .beta-footer { grid-template-columns: 1fr auto; }
  .beta-footer p { grid-column: 1/-1; }
}

@media (max-width: 520px) {
  .beta-ribbon { padding-inline: 13px; font-size: 9px; }
  .header-back { padding: 9px 10px; font-size: 10px; }
  .beta-hero { min-height: 0; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-disclosure { grid-template-columns: 1fr; }
  .distribution-map { padding: 18px; border-radius: 22px; }
  .map-products article { grid-template-columns: 25px 1fr; }
  .map-products em { grid-column: 2; }
  .studio-tabs { display: flex; flex-direction: row; overflow-x: auto; }
  .studio-tab { min-width: 145px; }
  .panel-head { align-items: flex-start; flex-direction: column; }
  .field-row, .feed-controls, .feed-results, .feed-contract { grid-template-columns: 1fr; }
  .tenant-nav span { display: none; }
  .tenant-hero { min-height: 300px; grid-template-columns: 1fr; align-content: center; }
  .tenant-faces { margin-top: 20px; }
  .tenant-faces .portrait { width: 61px; height: 61px; }
  .tenant-products { grid-template-columns: 1fr; }
  .application-form { padding: 20px; }
  .beta-footer { grid-template-columns: 1fr; }
  .beta-footer > small, .beta-footer p { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
