/* gymswell.com — one static page, no framework.
   Palette is the app's Mono theme (src/constants/theme.js). Colour is for data. */

:root {
  color-scheme: dark;
  --bg: #000000;
  --surface: #141416;
  --card: #1E1F21;
  --border: #3A3B3F;
  --border-soft: #26262a;
  --text: #FFFFFF;
  --text-2: #A8A9AD;
  --muted: #7C7D81;
  --green: #3ECF8E;
  --serif: "Instrument Serif", "Iowan Old Style", "Times New Roman", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ios: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "Inter", Roboto, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --gutter: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
h1, h2, h3, p, ol, ul, figure, blockquote, hr { margin: 0; }
ol, ul { padding: 0; list-style: none; }
svg { display: block; }
img { max-width: 100%; height: auto; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: -999px; top: 8px; background: #fff; color: #000; padding: 8px 12px; border-radius: 6px; z-index: 100; }
.skip:focus { left: 8px; }

/* ───────── type ───────── */
.eyebrow {
  font: 600 11px/1 var(--sans);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 22px;
}
.display {
  font: 400 clamp(52px, 8.2vw, 112px)/.96 var(--serif);
  letter-spacing: -.02em;
  text-wrap: balance;
}
.display em, .display-sm em { font-style: italic; color: var(--text-2); }
.display-sm {
  font: 400 clamp(38px, 5vw, 64px)/1.02 var(--serif);
  letter-spacing: -.015em;
  text-wrap: balance;
}
.lede {
  margin-top: 28px;
  max-width: 34em;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
  color: var(--text-2);
}
.lede-sm {
  margin-top: 18px;
  max-width: 36em;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-2);
}
.footnote { margin-top: 18px; font-size: 13px; color: var(--muted); }

/* ───────── buttons ───────── */
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  height: 48px; padding: 0 22px;
  border-radius: 999px;
  font: 600 15px/1 var(--sans);
  text-decoration: none;
  transition: transform .35s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: #fff; color: #0A0A0A; }
.btn-primary:hover { background: #e6e6e8; }
.btn-ghost { border: 1px solid var(--border); color: var(--text); }
.btn-ghost:hover { border-color: #6a6b70; }

/* ───────── nav ───────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter);
  background: color-mix(in srgb, #000 0%, transparent);
  transition: background .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: rgba(0,0,0,.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom-color: var(--border-soft); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 700 16px/1 var(--sans); letter-spacing: -.01em; }
.mark { width: 22px; height: 22px; fill: #fff; }
.nav-links { display: flex; align-items: center; gap: 26px; font: 500 13px/1 var(--sans); color: var(--text-2); }
.nav-links a { text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-links .pill { color: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 9px 14px; }
.nav-links .pill:hover { border-color: #6a6b70; }
@media (max-width: 720px) { .nav-links a:not(.pill) { display: none; } }

/* ───────── hero ───────── */
.hero {
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: calc(72px + 6vh) var(--gutter) 6vh;
}
.hero > *, .read-grid > *, .feat > * { min-width: 0; }
.hero-copy { max-width: 620px; }
.hero-phone { display: grid; justify-items: center; gap: 22px; }
.caption { font-size: 12.5px; color: var(--muted); text-align: center; max-width: 34em; line-height: 1.5; }

/* word-by-word reveal: blur → sharp. Set by site.js. */
.reveal { opacity: 0; filter: blur(10px); transform: translateY(10px); transition: opacity .9s var(--ease), filter .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; filter: blur(0); transform: none; }

/* ───────── phone scaling ─────────
   The dashboard is laid out at the device's own 402×874 points and zoomed to fit its slot;
   site.js writes --z from the slot size. zoom keeps layout height honest, transform does not. */
.phone-fit { zoom: var(--z, 1); width: 402px; }
@supports not (zoom: 1) { .phone-fit { transform: scale(var(--z, 1)); transform-origin: top center; } }

.phone {
  position: relative;
  width: 402px; height: 874px;
  border-radius: 56px;
  background: #000;
  overflow: hidden;
  box-shadow: 0 0 0 1px #2c2d31, 0 0 0 9px #0b0b0c, 0 0 0 10px #2c2d31, 0 50px 90px -30px rgba(0,0,0,.9);
  font-family: var(--ios);
  -webkit-font-smoothing: antialiased;
  /* No will-change here: combined with zoom and clip-path it made Chrome drop an image
     layer entirely (painted black). The tilt is cheap without it. */
}
.phone-dom { color: var(--text); }
.hero-phone .phone { transition: transform .6s var(--ease); transform: perspective(1400px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); }

/* ───────── the dashboard, at 1pt = 1px ───────── */
.d-screen { position: absolute; inset: 0; display: flex; flex-direction: column; }
.d-header {
  height: 83px; flex-shrink: 0;
  background: linear-gradient(135deg, #000 0%, #0E0E10 50%, #000 100%);
  border-radius: 0 0 16px 16px;
  position: relative;
}
.d-status { position: absolute; inset: 0 0 auto 0; height: 54px; }
.d-time { position: absolute; left: 47px; top: 24px; font-size: 17px; font-weight: 600; letter-spacing: -.2px; line-height: 1; }
.d-mute { position: absolute; left: 85px; top: 24px; width: 16px; height: 16px; color: #fff; }
.d-island { position: absolute; left: 138px; top: 14px; width: 125px; height: 37px; border-radius: 19px; background: #000; }
.d-right { position: absolute; right: 38px; top: 25px; display: flex; align-items: center; gap: 7px; color: #fff; }
.d-cell { width: 22px; height: 12px; fill: #6d6e72; }
.d-wifi { width: 18px; height: 13px; fill: #fff; }
.d-batt { width: 29px; height: 13px; fill: #fff; }
.d-greet { position: absolute; left: 0; right: 0; top: 50px; text-align: center; font-size: 21px; font-weight: 700; line-height: 25px; letter-spacing: -.2px; white-space: nowrap; }

.d-body { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 10px; padding: 17px 17px 17px; }

.d-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; }
.d-hero { padding: 10px 17px; }
.d-top { display: flex; align-items: center; gap: 8px; }
.d-topleft { flex: 1; min-width: 0; }
.d-eyebrow { display: flex; align-items: center; gap: 6px; height: 12px; }
.d-eyebrow span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--muted); line-height: 12px; }
.d-eyebrow .d-tone { color: var(--green); letter-spacing: .8px; }
.d-dot { width: 5px; height: 5px; border-radius: 3px; background: var(--green); flex-shrink: 0; }
.d-cal { display: flex; align-items: baseline; gap: 7px; margin-top: 9px; }
.d-kcal { font-size: 26px; font-weight: 800; letter-spacing: -.8px; line-height: 31px; font-variant-numeric: tabular-nums; }
.d-cal span { font-size: 14px; font-weight: 600; color: var(--text-2); }
.d-sub { font-size: 11px; color: var(--muted); line-height: 13px; margin-top: 0; }

.d-ring { position: relative; width: 77px; height: 77px; flex-shrink: 0; }
.d-ring svg { width: 77px; height: 77px; transform: rotate(-90deg); }
.d-ring-track { fill: none; stroke: var(--border); stroke-width: 6; }
.d-ring-fill { fill: none; stroke: var(--green); stroke-width: 6; stroke-dasharray: 223.05; stroke-dashoffset: calc(223.05 * (1 - var(--p, 0))); transition: stroke-dashoffset 1.6s var(--ease); }
.d-ring-in { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; }
.d-ring-in b { font-size: 19px; font-weight: 800; letter-spacing: -.5px; line-height: 22px; font-variant-numeric: tabular-nums; }
.d-ring-in b i { font-style: normal; font-size: 10px; font-weight: 700; color: var(--text-2); }
.d-ring-in small { font-size: 8px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--muted); line-height: 10px; }

.d-macros { display: flex; align-items: flex-start; margin-top: 8px; }
.d-macro { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.d-div { width: 1px; align-self: stretch; margin: 0 8px; background: var(--border); }
.d-mlabel { display: flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; color: var(--text-2); line-height: 13px; }
.d-mlabel i { width: 6px; height: 6px; border-radius: 3px; background: var(--c); }
.d-mval { display: flex; align-items: baseline; gap: 5px; line-height: 18px; height: 18px; }
.d-mval b { font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; }
.d-mval span { font-size: 11px; font-weight: 500; color: var(--muted); }
.d-track { height: 4px; border-radius: 2px; overflow: hidden; background: var(--border); margin-top: 1px; }
.d-fill { height: 100%; width: var(--w); border-radius: 2px; background: var(--c, #8a8b90); transition: width 1.2s var(--ease); }
.d-fill-l { background: #8a8b90; }

.d-hair { border: 0; height: 1px; background: var(--border); margin: 6px 0 6px; }
.d-limits { display: flex; align-items: center; gap: 4px; }
.d-limit { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.d-limit + .d-limit { margin-left: 4px; }
.d-lhead { display: flex; align-items: baseline; justify-content: space-between; gap: 4px; line-height: 13px; }
.d-lhead span { font-size: 11px; font-weight: 500; color: var(--text-2); white-space: nowrap; }
.d-lhead b { font-size: 11px; font-weight: 700; color: var(--text); white-space: nowrap; }
.d-chev { width: 14px; height: 14px; color: var(--muted); flex-shrink: 0; margin-left: 2px; }

.d-week { padding: 10px 10px; }
.d-whead { font-size: 14px; font-weight: 700; line-height: 17px; margin-bottom: 8px; }
.d-whead span { font-weight: 500; color: var(--text-2); }
.d-wrow { display: flex; justify-content: space-between; align-items: flex-end; }
.d-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.d-day { font-size: 11px; font-weight: 500; color: var(--text-2); line-height: 13px; }
.d-col.today .d-day { color: #fff; font-weight: 700; }
.d-chk { width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--border); position: relative; box-sizing: border-box; }
.d-chk.on { border: 0; background: #fff; }
.d-chk.on::after { content: ""; position: absolute; left: 4.2px; top: 3px; width: 3.4px; height: 6.2px; border: solid #1E1F21; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.d-chk.sm { width: 10px; height: 10px; }
.d-chk.sm::after { left: 3px; top: 1.8px; width: 2.4px; height: 4.6px; border-width: 0 1.6px 1.6px 0; }
.d-barw { height: 27px; width: 12px; display: flex; align-items: flex-end; }
.d-bar { display: block; width: 12px; height: var(--h); min-height: 3px; border-radius: 3px; background: var(--border); transition: height .9s var(--ease); }
.d-bar.on { background: var(--green); }
.d-legend { display: flex; justify-content: center; gap: 17px; margin-top: 8px; }
.d-legend span { display: flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 500; color: var(--muted); line-height: 12px; }
.d-legend .d-chk.sm.on::after { border-color: #1E1F21; }
.d-sw { width: 9px; height: 9px; border-radius: 2px; background: var(--green); }

.d-stats {
  margin-top: 17px;
  height: 48px; border-radius: 12px;
  background: var(--surface); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 16px; font-weight: 600;
}
.d-stats svg { width: 20px; height: 20px; fill: #fff; }

.d-quote { position: relative; margin: auto 0; padding: 10px 8px 10px 12px; }
.d-mark { position: absolute; top: -24px; left: -2px; font-size: 58px; font-weight: 800; line-height: 58px; opacity: .1; }
.d-quote blockquote { font-size: 14px; line-height: 21px; font-weight: 500; font-style: italic; letter-spacing: .1px; }
.d-quote figcaption { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); line-height: 13px; }
.d-quote figcaption i { width: 22px; height: 1px; background: var(--muted); }

.d-tabs {
  height: 112px; flex-shrink: 0;
  background: var(--surface);
  display: flex; padding: 19px 0 23px;
}
.d-tab { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 2px; padding-top: 4px; color: #8a8a8a; }
.d-tab svg { width: 28px; height: 28px; color: #8a8a8a; fill: #8a8a8a; }
.d-tab span { font-size: 10px; font-weight: 500; line-height: 12px; margin-top: 0; }
.d-tab.on { color: #fff; }
.d-tab.on svg { color: #fff; fill: #fff; }
.d-tab:first-child svg { width: 26px; height: 26px; margin: 1px 0; }
.d-tab:nth-child(5) svg { width: 34px; height: 34px; margin: -3px 0 0; }
.d-tab:nth-child(2) svg { fill: none; }
.d-tab:nth-child(3) svg, .d-tab:nth-child(4) svg, .d-tab:nth-child(5) svg { fill: none; }

/* hero entrance: numbers count, fills grow, columns rise. Driven by site.js via .armed → .live */
.phone.armed .d-fill { width: 0; }
.phone.armed .d-ring { --p: 0; }
.phone.armed .d-bar { height: 3px; }
.phone.armed .d-col { opacity: 0; transform: translateY(6px); }
.phone.armed .d-chk.on::after { transform: rotate(45deg) scale(0); }
.phone.armed .d-card, .phone.armed .d-stats, .phone.armed .d-quote, .phone.armed .d-greet { opacity: 0; transform: translateY(10px); }
.phone.live .d-card, .phone.live .d-stats, .phone.live .d-quote, .phone.live .d-greet { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }
.phone.live .d-week { transition-delay: .15s; }
.phone.live .d-stats { transition-delay: .3s; }
.phone.live .d-quote { transition-delay: .45s; }
.phone.live .d-fill { width: var(--w); transition-delay: .5s; }
.phone.live .d-ring { --p: 0.62; }
.phone.live .d-ring-fill { transition-delay: .35s; }
.phone.live .d-col { opacity: 1; transform: none; transition: opacity .5s var(--ease), transform .5s var(--ease); transition-delay: calc(.55s + var(--i) * .07s); }
.phone.live .d-bar { height: var(--h); transition-delay: calc(.75s + var(--i) * .07s); }
.phone.live .d-chk.on::after { transform: rotate(45deg) scale(1); transition: transform .35s var(--ease); transition-delay: calc(.9s + var(--i) * .07s); }

/* ───────── features (alternating blocks) ───────── */
.features { padding: 0 var(--gutter) 2vh; }
.feat {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 96px); align-items: center;
  padding: 5vh 0;
}
.feat-flip .feat-copy { order: 2; }
.feat-copy { max-width: 480px; }
.feat-flip .feat-copy { justify-self: end; }
.feat-t { font: 400 clamp(34px, 3.6vw, 52px)/1.04 var(--serif); letter-spacing: -.015em; text-wrap: balance; }
.feat-lede { margin-top: 14px; color: var(--text-2); font-size: 17px; line-height: 1.55; }
.checks { margin-top: 22px; display: grid; gap: 10px; }
.checks li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.45; color: var(--text); }
.checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; }
.checks li::after { content: ""; position: absolute; left: 5.5px; top: 5px; width: 4px; height: 7.5px; border: solid #0A0A0A; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.feat-shot { min-width: 0; }
.feat-card {
  position: relative; overflow: hidden;
  height: clamp(420px, 46vw, 620px);
  border-radius: 24px; background: var(--surface); border: 1px solid var(--border-soft);
}
.feat-phone { position: absolute; left: 50%; top: 40px; transform: translateX(-50%) translateY(var(--y, 0)); zoom: var(--z, .86); width: 402px; will-change: transform; }
.feat-card:has(.feat-phone-2) .feat-phone { left: 30%; }
.feat-card:has(.feat-phone-2) .feat-phone-2 { left: 72%; top: 120px; }
.feat-phone .phone { box-shadow: 0 0 0 1px #2c2d31, 0 0 0 8px #0b0b0c, 0 0 0 9px #2c2d31, 0 40px 80px -20px rgba(0,0,0,.9); }
.edge-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; padding: 4vh 0 6vh; }
.edge-strip li { font-size: 13px; color: var(--text-2); border: 1px solid var(--border-soft); border-radius: 999px; padding: 8px 14px; }

/* ───────── read the screen (scrollytelling) ───────── */
.read { padding: 10vh var(--gutter) 4vh; border-top: 1px solid var(--border-soft); }
.read-intro { max-width: 720px; margin-bottom: 8vh; }
.read-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 96px); align-items: start; }
.read-sticky { position: sticky; top: 0; height: 100svh; display: grid; place-items: center; }
.steps { padding: 20vh 0 30vh; display: grid; gap: 38vh; }
.step { max-width: 440px; opacity: .28; transition: opacity .5s var(--ease); }
.step.active { opacity: 1; }
.step-n { display: block; font: 400 22px/1 var(--serif); font-style: italic; color: var(--muted); margin-bottom: 14px; }
.step h3 { font: 400 clamp(30px, 3.2vw, 44px)/1.05 var(--serif); letter-spacing: -.01em; }
.step p { margin-top: 16px; color: var(--text-2); line-height: 1.6; font-size: 16.5px; }

/* focus states: dim what the step is not about, ring what it is */
.phone [data-part] { transition: opacity .5s var(--ease); }
.phone .halo { position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; pointer-events: none; opacity: 0; transition: opacity .45s var(--ease), left .55s var(--ease), top .55s var(--ease), width .55s var(--ease), height .55s var(--ease); box-shadow: 0 0 0 6px rgba(255,255,255,.05); }
.phone.focus .halo { opacity: 1; }
.phone.focus-kcal [data-part]:not([data-part="kcal"]):not([data-part="hero"]), .phone.focus-kcal .d-ring, .phone.focus-kcal .d-macros, .phone.focus-kcal .d-limits, .phone.focus-kcal .d-hair { opacity: .22; }
.phone.focus-ring [data-part]:not([data-part="ring"]):not([data-part="hero"]), .phone.focus-ring .d-topleft, .phone.focus-ring .d-macros, .phone.focus-ring .d-limits, .phone.focus-ring .d-hair { opacity: .22; }
.phone.focus-week [data-part]:not([data-part="week"]) { opacity: .22; }
.phone.focus-colour .d-greet, .phone.focus-colour .d-topleft > :not(.d-eyebrow), .phone.focus-colour .d-eyebrow .d-date, .phone.focus-colour .d-ring-in, .phone.focus-colour .d-macros, .phone.focus-colour .d-hair, .phone.focus-colour .d-limits, .phone.focus-colour .d-stats, .phone.focus-colour .d-quote, .phone.focus-colour .d-tabs, .phone.focus-colour .d-whead, .phone.focus-colour .d-day, .phone.focus-colour .d-chk, .phone.focus-colour .d-legend span:first-child, .phone.focus-colour .d-legend span:last-child { opacity: .18; }
.phone.focus-colour .d-legend span:last-child .d-sw { opacity: 1; }
.phone.focus-colour .d-ring-track { opacity: .18; }
.phone.focus-colour .d-week { opacity: 1; }

/* ───────── close + footer ───────── */
.close { padding: 16vh var(--gutter); border-top: 1px solid var(--border-soft); text-align: center; display: grid; justify-items: center; }
.close .lede-sm { text-align: center; }
.close .cta-row { justify-content: center; }
.foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 28px var(--gutter) 40px; border-top: 1px solid var(--border-soft); font-size: 13px; color: var(--muted); }
.foot nav { display: flex; gap: 22px; }
.foot nav a { text-decoration: none; color: var(--text-2); }
.foot nav a:hover { color: #fff; }
.foot p { margin: 0; }

/* ───────── responsive ───────── */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 110px; gap: 48px; min-height: 0; }
  .hero-copy { max-width: 640px; }
  .read-grid { grid-template-columns: 1fr; }
  .read-sticky { top: 0; height: auto; padding: 12px 0; background: linear-gradient(#000 82%, transparent); z-index: 2; }
  .steps { padding: 6vh 0 10vh; gap: 12vh; }
  .step { opacity: 1; }
  .feat { grid-template-columns: 1fr; gap: 24px; padding: 5vh 0; }
  .feat-flip .feat-copy { order: 0; justify-self: start; }
  .feat-card { height: clamp(360px, 110vw, 520px); }
  .feat-phone { --z: .72 !important; top: 28px; }
  /* One phone per card on a phone: two overlapping frames in 350px is a collage, not a screen. */
  .feat-card:has(.feat-phone-2) .feat-phone { left: 50%; }
  .feat-phone-2 { display: none; }
}

@media (min-width: 1800px) { .feat-card { height: 680px; } .feat-phone { --z: 1 !important; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .phone.armed *, .phone.live *, .d-ring-fill, .d-fill, .d-bar, .step, .phone [data-part], .phone .halo { transition: none !important; }
  .drift { transform: translateX(-50%) translateY(var(--y, 0)) !important; }
  .reveal { opacity: 1; filter: none; transform: none; }
  .hero-phone .phone { transform: none !important; }
}
