/* 2Failure — the site.
 *
 * Generated from the design canvas (Main.dc.html in the "2failure.com" artifact) on
 * 13 September 2026 and then edited here. The app's own tokens, verbatim from
 * ios/App/Shared/Design/Skin.swift (the `.graphite` skin, which is the one that
 * ships): if the app and the site disagree about a colour, the app is right.
 * Anton comes from fonts.css (self-hosted); UI text is the system face, as in
 * the native app. All motion is CSS and stops under prefers-reduced-motion.
 */

:root {
  --bg: #0E0E0F; --surface: #1B1B1D; --card: #1F1F22; --line: #2C2C30; --pane: #161618;
  --accent: #F2F05F; --ink: #181405; --sub: #ADADB2; --muted: #86868C; --ghost: rgba(255,255,255,0.35);
  --hair: rgba(255,255,255,0.08); --edge: rgba(255,255,255,0.11); --lift: rgba(255,255,255,0.05);
  --push: #9B2226; --pull: #1E3A5F; --legs: #F48C06; --push-t: #BD6E70; --pull-t: #8392A6;
  --training: #5F4836; --nutrition: #68695B; --sleep: #0A4356;
  --training-t: #9A8B80; --nutrition-t: #87887D; --sleep-t: #74949F;
  --brown-mid: #868686; --core: #5C5C63;
  --display: Anton, "Arial Narrow", Impact, sans-serif;
  --ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", system-ui, sans-serif;
  --page: min(1200px, 92%);
  --rise: 6.62vw;
}
html, body { margin: 0; padding: 0; background: #0E0E0F; }
html { scroll-behavior: smooth; }
body { font-family: var(--ui); color: #fff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: #F2F05F; text-decoration: none; }
a:hover { color: #FFFFFF; }
::selection { background: #F2F05F; color: #181405; }
h1, h2, h3, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
img { display: block; max-width: 100%; }

.site { background: var(--bg); width: 100%; min-height: 100%; position: relative; overflow: clip; }
.wrap { width: var(--page); margin: 0 auto; position: relative; }
.sec { position: relative; padding: 140px 0; }
.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; align-items: center; }
.two.flip > :first-child { order: 2; }

.display { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.92; }
.h1 { font-size: 132px; margin: 18px 0 26px; }
.h1 span { display: block; color: var(--accent); }
.h2 { font-size: 76px; margin: 14px 0 22px; }
.label { font-family: var(--ui); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.label.accent { color: var(--accent); }
.lede { font-size: 19px; line-height: 1.55; color: var(--sub); max-width: 44ch; }
.fine { font-size: 13px; color: var(--muted); margin-top: 18px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--ui); font-weight: 700; font-size: 15px; height: 48px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; white-space: nowrap; cursor: pointer; }
.btn-accent { background: var(--accent); color: var(--ink); box-shadow: 0 18px 40px rgba(242,240,95,0.22); }
.btn-accent:hover { background: #fff; color: var(--ink); }
button.btn { appearance: none; -webkit-appearance: none; }
.btn-ghost, .btn-glass { background: rgba(255,255,255,0.08); color: #fff; border-color: var(--edge); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.btn-ghost:hover, .btn-glass:hover { background: rgba(255,255,255,0.14); color: #fff; }
.btn-lg { height: 60px; padding: 0 32px; font-size: 16px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 26px; }
.meta span { font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; }

/* ---------------------------------------------------------------- nav */
.nav { position: sticky; top: 0; z-index: 40; background: rgba(14,14,15,0.72); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); border-bottom: 1px solid var(--hair); }
.nav-in { width: var(--page); margin: 0 auto; height: 66px; display: flex; align-items: center; gap: 24px; }
.links { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.links a { color: var(--sub); font-size: 14px; font-weight: 600; }
.links a:hover { color: #fff; }
.links .btn { color: var(--ink); height: 40px; padding: 0 18px; font-size: 14px; box-shadow: none; }

/* ---------------------------------------------------------------- hero */
.hero { position: relative; padding: 90px 0 120px; overflow: hidden; }
.field { position: absolute; inset: 0; height: min(920px, 100%); overflow: hidden; pointer-events: none;
  background:
    radial-gradient(52% 46% at 84% 6%, color-mix(in srgb, var(--light) calc(var(--dim) * 100%), transparent) 0%, transparent 72%),
    radial-gradient(70% 62% at 58% 42%, color-mix(in srgb, var(--tone) calc(var(--dim) * 85%), transparent) 0%, transparent 74%),
    radial-gradient(80% 50% at 100% 60%, color-mix(in srgb, var(--tone) calc(var(--dim) * 42%), transparent) 0%, transparent 70%),
    var(--bg);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 50%, rgba(0,0,0,0.35) 80%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 50%, rgba(0,0,0,0.35) 80%, transparent 100%); }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.9; }
.blob.b1 { width: 720px; height: 520px; right: -8%; top: -18%; background: radial-gradient(closest-side, color-mix(in srgb, var(--light) calc(var(--dim) * 70%), transparent), transparent); animation: drift1 16s ease-in-out infinite alternate; }
.blob.b2 { width: 640px; height: 640px; left: 34%; top: 10%; background: radial-gradient(closest-side, color-mix(in srgb, var(--tone) calc(var(--dim) * 75%), transparent), transparent); animation: drift2 21s ease-in-out infinite alternate; }
@keyframes drift1 { from { transform: translate(0, 0); } to { transform: translate(-90px, 60px); } }
@keyframes drift2 { from { transform: translate(0, 0) scale(1); } to { transform: translate(70px, -40px) scale(1.12); } }
.grain { position: absolute; inset: 0; opacity: 0.16; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>"); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
.hero-device { display: flex; justify-content: center; }

/* ---------------------------------------------------------------- phone (Log Sets) */
.phone-scale { width: calc(413px * 0.82); height: calc(872px * 0.82); }
.phone { box-sizing: border-box; width: 413px; padding: 10px; border-radius: 62px; transform: scale(0.82); transform-origin: top left;
  background: linear-gradient(160deg, #3a3a40, #141416 42%, #29292e);
  box-shadow: 0 50px 100px rgba(0,0,0,0.62), 0 8px 20px rgba(0,0,0,0.5); }
.screen { width: 393px; height: 852px; border-radius: 52px; overflow: hidden; position: relative; background: #0E0E0F; font-family: var(--ui); }
.dyn { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 124px; height: 36px; border-radius: 20px; background: #000; z-index: 6; }
.homebar { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); width: 140px; height: 5px; border-radius: 3px; background: rgba(255,255,255,0.7); z-index: 6; }
.ls-hero { position: relative; height: 392px; }
.ls-hero img { width: 100%; height: 100%; object-fit: cover;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 50%, rgba(0,0,0,0.42) 74%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 50%, rgba(0,0,0,0.42) 74%, transparent 100%); }
.clipbars { position: absolute; top: 63px; left: 20px; right: 20px; display: flex; gap: 5px; z-index: 3; }
.clipbars i { flex: 1; height: 2.5px; border-radius: 2px; background: rgba(255,255,255,0.28); overflow: hidden; position: relative; }
.clipbars i::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.92); transform-origin: left; transform: scaleX(0.55); }
.clipbars i:nth-child(2)::after { transform: scaleX(0); }
.chrome { position: absolute; top: 74px; left: 16px; right: 16px; display: flex; justify-content: space-between; align-items: center; z-index: 4; }
.glass-circle { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); display: grid; place-items: center; color: #fff; font-size: 16px; }
.glass-pill { height: 36px; padding: 0 13px; border-radius: 18px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); display: grid; place-items: center; color: #fff; font-size: 12.5px; font-weight: 700; font-variant-numeric: tabular-nums; }
.ls-title { position: absolute; left: 20px; right: 20px; bottom: 0; z-index: 3; text-shadow: 0 4px 14px rgba(0,0,0,0.45); }
.ls-eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: 1.4px; color: var(--sub); text-transform: uppercase; }
.ls-name { font-family: var(--display); font-size: 48px; line-height: 0.95; letter-spacing: -0.4px; color: #fff; text-transform: uppercase; margin-top: 4px; }
.ls-target { font-size: 14px; font-weight: 700; letter-spacing: 0.7px; color: var(--accent); text-transform: uppercase; margin-top: 10px; }
.ls-body { padding: 0 20px; }
.ls-last { display: flex; align-items: baseline; gap: 12px; padding-top: 16px; }
.micro { font-size: 11.5px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--ghost); }
.ls-last b { font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; color: #fff; }
.ls-last b.dim { color: var(--sub); }
.srow { display: flex; align-items: center; gap: 14px; padding: 13px 0 12px; border-bottom: 1px solid var(--hair); }
.sidx { font-family: var(--display); font-size: 16.5px; letter-spacing: 0.6px; width: 30px; color: var(--ghost); }
.sidx.done { color: var(--sub); }
.sidx.on { color: var(--accent); }
.sfig { font-family: var(--display); font-size: 31px; font-variant-numeric: tabular-nums; color: var(--muted); }
.sfig.done { color: #fff; }
.sword { margin-left: auto; font-family: var(--display); font-size: 13px; letter-spacing: 1.2px; color: var(--brown-mid); }
.ring { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.22); flex: 0 0 auto; }
.ring.done { border: none; background: var(--accent); display: grid; place-items: center; }
.ring.done svg { width: 12px; height: 12px; }
.editor { position: relative; padding: 14px 0 20px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.editor::before { content: ""; position: absolute; inset: 0 -20px; background: rgba(255,255,255,0.035); }
.editor > * { position: relative; }
.ehead { display: flex; align-items: baseline; gap: 14px; }
.ehead .set { font-size: 11.5px; font-weight: 700; letter-spacing: 1.4px; color: var(--sub); }
.ehead .last { margin-left: auto; font-size: 11.5px; font-weight: 700; letter-spacing: 1.1px; color: var(--muted); font-variant-numeric: tabular-nums; }
.figs { display: flex; gap: 18px; align-items: flex-start; padding-top: 14px; }
.fig { flex: 1; min-width: 0; }
.fig.reps { flex: 0 0 132px; }
.figval { display: flex; align-items: baseline; gap: 6px; margin-top: 2px; }
.figval b { font-family: var(--display); font-weight: 400; font-size: 64px; line-height: 1; letter-spacing: -1px; color: #fff; font-variant-numeric: tabular-nums; }
.figval span { font-size: 13px; font-weight: 700; letter-spacing: 1.2px; color: var(--sub); }
.strip { height: 34px; margin-top: 2px; position: relative; background: repeating-linear-gradient(90deg, rgba(255,255,255,0.26) 0 1px, transparent 1px 8px) center / 100% 14px no-repeat; }
.strip::after { content: ""; position: absolute; left: 50%; top: 5px; bottom: 5px; width: 2px; background: var(--accent); border-radius: 1px; }
.rlhead { display: flex; align-items: baseline; padding-top: 20px; }
.failword { margin-left: auto; font-family: var(--display); font-size: 13px; letter-spacing: 1.2px; color: var(--brown-mid); animation: failword 9s infinite; }
.rlrow { display: flex; margin: 4px -6px 0; }
.rl { flex: 1; height: 46px; display: grid; place-items: center; font-family: var(--display); font-size: 21px; color: var(--muted); font-variant-numeric: tabular-nums; }
.rl.on { font-size: 33px; color: #fff; }
.rl.r0 { animation: rl0 9s infinite; }
.rl.r1 { animation: rl1 9s infinite; }
.rl.r2 { animation: rl2 9s infinite; }
.rl.r3 { animation: rl3 9s infinite; }
@keyframes rl0 { 0%, 8% { font-size: 33px; color: #fff; } 9%, 41% { font-size: 21px; color: #86868C; } 43%, 100% { font-size: 33px; color: #fff; } }
@keyframes rl1 { 0%, 30% { font-size: 21px; color: #86868C; } 31%, 41% { font-size: 33px; color: #fff; } 42.5%, 100% { font-size: 21px; color: #86868C; } }
@keyframes rl2 { 0%, 19% { font-size: 21px; color: #86868C; } 20%, 30% { font-size: 33px; color: #fff; } 31.5%, 100% { font-size: 21px; color: #86868C; } }
@keyframes rl3 { 0%, 8% { font-size: 21px; color: #86868C; } 9%, 19% { font-size: 33px; color: #fff; } 20.5%, 100% { font-size: 21px; color: #86868C; } }
@keyframes failword { 0%, 8% { opacity: 1; transform: none; } 9%, 42% { opacity: 0; transform: translateY(3px); } 44%, 100% { opacity: 1; transform: none; } }
.done-wrap { height: 62px; margin-top: 14px; position: relative; display: flex; align-items: center; justify-content: center; animation: donepop 9s infinite; }
.morph { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 54px; border-radius: 27px; background: var(--accent); display: grid; place-items: center; overflow: hidden; animation: donemorph 9s infinite; }
.done-label { display: flex; align-items: baseline; gap: 8px; color: var(--ink); white-space: nowrap; animation: donelabel 9s infinite; }
.done-label b { font-family: var(--display); font-weight: 400; font-size: 14px; letter-spacing: 1.3px; }
.done-label span { font-size: 14px; font-weight: 700; opacity: 0.72; font-variant-numeric: tabular-nums; }
.done-check { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; animation: donecheck 9s infinite; }
.done-check svg { width: 62px; height: 62px; }
.done-check .arc { stroke-dasharray: 100; stroke-dashoffset: 100; animation: arcdraw 9s infinite; }
.done-check .tick { stroke-dasharray: 100; stroke-dashoffset: 100; animation: arcdraw 9s infinite; }
@keyframes donemorph { 0%, 54% { width: 100%; height: 54px; border-radius: 27px; } 57%, 71% { width: 62px; height: 62px; border-radius: 31px; } 74%, 100% { width: 100%; height: 54px; border-radius: 27px; } }
@keyframes donelabel { 0%, 54% { opacity: 1; } 56%, 72% { opacity: 0; } 74%, 100% { opacity: 1; } }
@keyframes donecheck { 0%, 56% { opacity: 0; } 58%, 70% { opacity: 1; } 72%, 100% { opacity: 0; } }
@keyframes arcdraw { 0%, 57% { stroke-dashoffset: 100; } 63%, 71% { stroke-dashoffset: 0; } 72%, 100% { stroke-dashoffset: 100; } }
@keyframes donepop { 0%, 58% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(242,240,95,0)); } 60% { transform: scale(1.14); filter: drop-shadow(0 6px 26px rgba(242,240,95,0.55)); } 65%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(242,240,95,0)); } }

/* ---------------------------------------------------------------- targets */
.targets { padding-bottom: 0; }
.dial-wrap { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.dial { width: 300px; height: 300px; position: relative; }
.dial svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.dial circle { fill: none; stroke-width: 10; }
.dial .track { stroke: rgba(255,255,255,0.06); }
.dial .ringp { stroke-dasharray: 100; stroke-dashoffset: calc(100 - var(--p)); animation: ringdraw 14s infinite; }
@keyframes ringdraw { 0%, 3% { stroke-dashoffset: 100; } 10%, 95% { stroke-dashoffset: calc(100 - var(--p)); } 98%, 100% { stroke-dashoffset: 100; } }
.dial-centre { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; animation: numreveal 14s infinite; }
.dial-centre b { font-family: var(--display); font-weight: 400; font-size: 64px; line-height: 1; color: #fff; }
.dial-centre b i { font-style: normal; font-size: 28px; opacity: 0.85; }
.dial-centre span { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; color: var(--muted); text-transform: uppercase; margin-top: 2px; }
@keyframes numreveal { 0%, 2% { opacity: 0; transform: scale(0.9); } 8% { opacity: 1; transform: scale(1.04); } 12%, 95% { opacity: 1; transform: scale(1); } 98%, 100% { opacity: 0; } }
.dial-foot { text-align: center; }
.dial-foot b { display: block; font-family: var(--display); font-weight: 400; font-size: 19px; letter-spacing: 0.6px; color: var(--accent); text-transform: uppercase; }
.dial-foot span { font-size: 14px; font-weight: 600; color: var(--muted); font-variant-numeric: tabular-nums; }
.slabs { margin-top: 90px; padding-bottom: var(--rise); overflow: hidden; display: flex; flex-direction: column; }
.slab { position: relative; height: clamp(138px, 13.9vw, 200px); }
.slab.compact { height: clamp(74px, 6.7vw, 96px); }
.slab-ground { position: absolute; left: 0; right: 0; top: 0; bottom: calc(-1 * var(--rise)); clip-path: polygon(0 var(--rise), 100% 0, 100% calc(100% - var(--rise)), 0 100%); background: var(--card); }
.slab-ground::before { content: ""; position: absolute; inset: 0; background: var(--tone); opacity: 0.22; }
.slab.light .slab-ground::before { opacity: 0.72; }
.slab-fill { position: absolute; inset: 0; transform-origin: left center; transform: scaleX(var(--to)); background: linear-gradient(90deg, color-mix(in srgb, var(--tone) 95%, transparent), color-mix(in srgb, var(--tone) 58%, transparent)); }
.slab.light .slab-fill { background: linear-gradient(90deg, var(--tone), color-mix(in srgb, var(--tone) 94%, transparent)); }
.slab-ground::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)); clip-path: polygon(0 var(--rise), 100% 0, 100% 1.5px, 0 calc(var(--rise) + 1.5px)); }
.slab-content { position: absolute; inset: 0; display: flex; align-items: center; gap: 16px; padding: 0 max(22px, calc((100% - var(--page)) / 2)); transform: translateY(calc(var(--rise) / 2)) rotate(-3.79deg); color: #fff; }
.slab.light .slab-content { color: var(--ink); }
.slab-title { font-family: var(--display); font-size: clamp(52px, 5vw, 72px); line-height: 0.95; letter-spacing: 0.5px; text-transform: uppercase; text-shadow: 0 3px 10px rgba(0,0,0,0.35); }
.slab.light .slab-title { text-shadow: none; }
.slab-detail { font-size: 15px; font-weight: 600; opacity: 0.68; margin-top: 4px; }
.slab.light .slab-detail { opacity: 0.78; }
.slab-num { margin-left: auto; text-align: right; }
.slab-num b { font-family: var(--display); font-weight: 400; font-size: clamp(36px, 3.1vw, 44px); line-height: 1; font-variant-numeric: tabular-nums; }
.slab-num b i { font-style: normal; font-size: 0.5em; opacity: 0.8; }
.slab-num span { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.9px; opacity: 0.62; text-transform: uppercase; margin-top: 2px; }
.slab-num em { display: block; font-style: normal; font-size: 19px; font-weight: 600; opacity: 0.5; margin-top: 4px; }
.slab.compact .slab-title { font-size: clamp(24px, 2vw, 30px); }
.slab.compact .slab-detail { margin: 0 0 0 14px; }
.slab.compact .slab-num b { font-size: 24px; }
.slab.s0 { animation: slam0 14s cubic-bezier(0.2, 0.9, 0.2, 1) infinite; }
.slab.s1 { animation: slam1 14s cubic-bezier(0.2, 0.9, 0.2, 1) infinite; }
.slab.s2 { animation: slam2 14s cubic-bezier(0.2, 0.9, 0.2, 1) infinite; }
.slab.s3 { animation: slam3 14s cubic-bezier(0.2, 0.9, 0.2, 1) infinite; }
.slab.s0 .slab-fill { animation: sweep0 14s infinite; }
.slab.s1 .slab-fill { animation: sweep1 14s infinite; }
.slab.s2 .slab-fill { animation: sweep2 14s infinite; }
.slab.s3 .slab-fill { animation: sweep3 14s infinite; }
@keyframes slam0 { 0%, 1% { transform: translateX(-470px); opacity: 1; } 4% { transform: translateX(0) scaleY(1); } 4.6% { transform: scaleY(0.88); } 6.4% { transform: scaleY(1.02); } 8%, 96% { transform: none; opacity: 1; } 98% { opacity: 0; transform: none; } 99%, 100% { opacity: 0; transform: translateX(-470px); } }
@keyframes slam1 { 0%, 2.4% { transform: translateX(470px); opacity: 1; } 5.4% { transform: translateX(0) scaleY(1); } 6% { transform: scaleY(0.88); } 7.8% { transform: scaleY(1.02); } 9.4%, 96% { transform: none; opacity: 1; } 98% { opacity: 0; transform: none; } 99%, 100% { opacity: 0; transform: translateX(470px); } }
@keyframes slam2 { 0%, 3.8% { transform: translateX(-470px); opacity: 1; } 6.8% { transform: translateX(0) scaleY(1); } 7.4% { transform: scaleY(0.88); } 9.2% { transform: scaleY(1.02); } 10.8%, 96% { transform: none; opacity: 1; } 98% { opacity: 0; transform: none; } 99%, 100% { opacity: 0; transform: translateX(-470px); } }
@keyframes slam3 { 0%, 5.2% { transform: translateX(470px); opacity: 1; } 8.2% { transform: translateX(0) scaleY(1); } 8.8% { transform: scaleY(0.88); } 10.6% { transform: scaleY(1.02); } 12.2%, 96% { transform: none; opacity: 1; } 98% { opacity: 0; transform: none; } 99%, 100% { opacity: 0; transform: translateX(470px); } }
@keyframes sweep0 { 0%, 6.5% { transform: scaleX(0); } 12.5%, 100% { transform: scaleX(var(--to)); } }
@keyframes sweep1 { 0%, 7.9% { transform: scaleX(0); } 13.9%, 100% { transform: scaleX(var(--to)); } }
@keyframes sweep2 { 0%, 9.3% { transform: scaleX(0); } 15.3%, 100% { transform: scaleX(var(--to)); } }
@keyframes sweep3 { 0%, 10.7% { transform: scaleX(0); } 16.7%, 100% { transform: scaleX(var(--to)); } }

/* ---------------------------------------------------------------- progression */
.ladder { margin-top: 44px; position: relative; padding: 26px 0 0 44px; }
.win { position: absolute; left: 0; right: 0; top: 26px; height: 240px; }
.win::before, .win::after { content: ""; position: absolute; left: 44px; right: 0; border-top: 1px dashed rgba(255,255,255,0.16); }
.win::before { top: 40px; }
.win::after { top: 180px; }
.wl { position: absolute; left: 0; font-family: var(--display); font-size: 18px; color: var(--muted); }
.wl.top { top: 30px; }
.wl.bot { top: 170px; }
.wl small { display: block; font-family: var(--ui); font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }
.cols { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; align-items: end; height: 240px; position: relative; }
.col { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; animation: colrise 12s cubic-bezier(0.2, 0.8, 0.3, 1) both infinite; animation-delay: calc(var(--i) * 0.5s); }
.col .rep-n { font-family: var(--display); font-weight: 400; font-size: 28px; color: #fff; line-height: 1; margin-bottom: 8px; }
.col .bar { display: block; width: 100%; height: calc(var(--h) * 175px + 25px); border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, rgba(255,255,255,0.1), transparent 60%), var(--card); border: 1px solid var(--hair); box-sizing: border-box; }
.col.hit .bar { background: linear-gradient(180deg, rgba(255,255,255,0.2), transparent 50%), var(--accent); border-color: transparent; box-shadow: 0 14px 30px rgba(242,240,95,0.25); }
.col.hit .rep-n { color: var(--accent); }
.weights { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; margin-top: 12px; padding-left: 0; }
.weights span { text-align: center; font-size: 13px; font-weight: 600; color: var(--muted); font-variant-numeric: tabular-nums; animation: colrise 12s both infinite; animation-delay: calc(var(--i) * 0.5s); }
.weights span.up { color: var(--accent); }
.chip { position: absolute; right: 0; top: -6px; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; color: var(--ink); background: var(--accent); border-radius: 999px; padding: 6px 10px; animation: chip 12s infinite; }
@keyframes colrise { 0% { opacity: 0; transform: translateY(20px) scaleY(0.6); transform-origin: bottom; } 6% { opacity: 1; transform: translateY(0) scaleY(1.04); } 9%, 88% { opacity: 1; transform: none; } 94%, 100% { opacity: 0; transform: translateY(20px) scaleY(0.6); } }
@keyframes chip { 0%, 26% { opacity: 0; transform: translateY(-8px) scale(0.9); } 30%, 88% { opacity: 1; transform: none; } 94%, 100% { opacity: 0; } }
.coach { border-top: 1px solid var(--line); }
.coach .label { display: block; padding: 18px 0 6px; }
.crow { position: relative; display: grid; grid-template-columns: 150px 1fr; column-gap: 20px; align-items: center; padding: 18px 0 20px; border-bottom: 1px solid var(--hair); animation: rowin 10s both infinite; animation-delay: calc(var(--i) * 0.5s); }
.cfig { font-family: var(--display); font-weight: 400; font-size: 36px; line-height: 1; color: var(--tone); font-variant-numeric: tabular-nums; white-space: nowrap; }
.crow.big .cfig { font-size: 44px; }
.crow.small .cfig { font-size: 30px; }
.cname { font-family: var(--display); font-size: 22px; text-transform: uppercase; letter-spacing: 0.4px; color: #fff; }
.cfact { display: flex; gap: 14px; align-items: baseline; margin-top: 4px; flex-wrap: wrap; }
.cword { font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--tone); }
.cfact em { font-style: normal; font-size: 13px; color: var(--sub); }
.crun { position: absolute; left: 0; bottom: -1px; height: 1px; width: calc(var(--w) * 100%); background: var(--tone); transform-origin: left; animation: run 10s both infinite; animation-delay: calc(var(--i) * 0.5s); }
@keyframes rowin { 0% { opacity: 0; transform: translateY(14px); } 8%, 90% { opacity: 1; transform: none; } 96%, 100% { opacity: 0; } }
@keyframes run { 0%, 8% { transform: scaleX(0); } 18%, 90% { transform: scaleX(1); } 96%, 100% { transform: scaleX(0); } }

/* ---------------------------------------------------------------- hands free */
.hands { background: var(--pane); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.island-stage { display: flex; justify-content: center; align-items: flex-start; }
.phone-top { box-sizing: border-box; width: 420px; height: 300px; border-radius: 62px 62px 0 0; padding: 10px 10px 0; background: linear-gradient(160deg, #3a3a40, #141416 60%); box-shadow: 0 30px 70px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
.phone-top .glassbg { position: absolute; inset: 10px 10px 0; border-radius: 52px 52px 0 0; background: radial-gradient(120% 70% at 50% -10%, #3B5474, #191F2B 50%, #0C0E14 100%); }
.island { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 372px; height: 172px; border-radius: 44px; background: #000; overflow: hidden; animation: island 8s cubic-bezier(0.3, 0.9, 0.25, 1.05) infinite; color: #fff; }
.di-c { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; opacity: 0; animation: dic 8s infinite; }
.di-c .clk { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }
.di-c .clk i { width: 6px; height: 6px; border-radius: 50%; background: var(--push-t); }
.di-c .cnt { font-size: 12px; font-weight: 700; color: var(--sub); font-variant-numeric: tabular-nums; }
.di-e { position: absolute; inset: 0; padding: 18px 20px 16px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; row-gap: 12px; opacity: 1; animation: die 8s infinite; }
.di-e .lead .s { font-size: 11.5px; font-weight: 700; letter-spacing: 1.3px; color: var(--ghost); }
.di-e .lead .m { font-family: var(--display); font-size: 21px; text-transform: uppercase; color: #fff; margin-top: 3px; }
.di-e .lead .t { font-size: 14px; font-weight: 700; letter-spacing: 0.6px; color: var(--accent); margin-top: 3px; }
.di-e .trail { text-align: right; }
.di-e .trail b { display: flex; align-items: baseline; justify-content: flex-end; gap: 2px; white-space: nowrap; font-family: var(--display); font-weight: 400; font-size: 26px; color: #fff; font-variant-numeric: tabular-nums; }
.di-e .trail b i { font-style: normal; font-size: 13px; color: var(--sub); letter-spacing: 0.8px; }
.di-e .trail span { display: block; font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; margin-top: 4px; }
.di-e .bottom { grid-column: 1 / -1; }
.pbar { height: 4px; border-radius: 2px; background: rgba(255,255,255,0.12); overflow: hidden; }
.pbar i { display: block; height: 100%; width: 50%; background: var(--push-t); transform-origin: left; animation: pbar 8s infinite; }
.di-done { margin-top: 9px; height: 34px; border-radius: 17px; background: var(--accent); color: var(--ink); display: flex; align-items: baseline; justify-content: center; gap: 6px; animation: didone 8s infinite; }
.di-done b { font-family: var(--display); font-weight: 400; font-size: 15px; letter-spacing: 1px; }
.di-done span { font-size: 12.5px; font-weight: 700; opacity: 0.66; font-variant-numeric: tabular-nums; }
.swap { display: inline-grid; }
.swap > * { grid-area: 1 / 1; }
.swap .a { opacity: 0; animation: swapA 8s infinite; }
.swap .b { animation: swapB 8s infinite; }
@keyframes island { 0%, 10% { width: 126px; height: 37px; border-radius: 20px; } 16%, 68% { width: 372px; height: 172px; border-radius: 44px; } 74%, 100% { width: 126px; height: 37px; border-radius: 20px; } }
@keyframes dic { 0%, 12% { opacity: 1; } 14%, 72% { opacity: 0; } 76%, 100% { opacity: 1; } }
@keyframes die { 0%, 15% { opacity: 0; } 20%, 66% { opacity: 1; } 70%, 100% { opacity: 0; } }
@keyframes didone { 0%, 44% { transform: scale(1); } 46% { transform: scale(0.94); } 49%, 100% { transform: scale(1); } }
@keyframes pbar { 0%, 47% { transform: scaleX(0.5); } 52%, 100% { transform: scaleX(1); } }
@keyframes swapA { 0%, 47% { opacity: 1; } 49%, 100% { opacity: 0; } }
@keyframes swapB { 0%, 47% { opacity: 0; } 49%, 100% { opacity: 1; } }
.hrows { margin-top: 30px; }
.hrow { display: grid; grid-template-columns: 190px 1fr; gap: 20px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--hair); }
.hrow b { font-family: var(--display); font-weight: 400; font-size: 28px; text-transform: uppercase; letter-spacing: 0.4px; color: #fff; }
.hrow span { font-size: 15px; color: var(--sub); }
.hrow span em { font-style: normal; color: #fff; font-weight: 600; }

/* ---------------------------------------------------------------- watch */
.facts { margin-top: 30px; }
.fact { display: grid; grid-template-columns: 1fr; padding: 16px 0; border-bottom: 1px solid var(--hair); }
.fact b { font-family: var(--display); font-weight: 400; font-size: 26px; text-transform: uppercase; letter-spacing: 0.3px; color: #fff; }
.fact span { font-size: 15px; color: var(--sub); margin-top: 4px; }
.watch-stage { display: flex; justify-content: center; }
.watch { box-sizing: border-box; position: relative; width: calc((208px + 28px) * 1.35); height: calc((248px + 28px) * 1.35); border-radius: calc(78px * 1.35); padding: calc(14px * 1.35); background: linear-gradient(160deg, #4a4a52, #17171a 46%, #2e2e34); box-shadow: 0 34px 70px rgba(0,0,0,0.66), inset 0 0 0 1px rgba(255,255,255,0.06); }
.crown { position: absolute; right: -9px; top: 27%; width: 11px; height: 54px; border-radius: 4px; background: repeating-linear-gradient(180deg, #7a7a82 0 2px, #3a3a40 2px 5px); box-shadow: 0 2px 6px rgba(0,0,0,0.5); animation: crown 8s infinite; }
.crown-btn { position: absolute; right: -6px; top: 52%; width: 7px; height: 40px; border-radius: 3px; background: linear-gradient(180deg, #5a5a62, #2c2c31); }
@keyframes crown { 0%, 20% { background-position: 0 0; } 44%, 100% { background-position: 0 40px; } }
.wscreen { width: calc(208px * 1.35); height: calc(248px * 1.35); border-radius: calc(64px * 1.35); overflow: hidden; background: #000; position: relative; }
.wscale { width: 208px; height: 248px; transform: scale(1.35); transform-origin: top left; position: relative; font-family: var(--ui); color: #fff; }
.wground { position: absolute; inset: 0; background: radial-gradient(90% 55% at 50% -6%, rgba(196,70,60,0.55), transparent 70%), #000; }
.wbody { position: relative; padding: 8px 8px 0; }
.whead { display: flex; justify-content: space-between; align-items: baseline; padding: 0 2px 6px; }
.whead b { font-family: var(--display); font-weight: 400; font-size: 14px; text-transform: uppercase; }
.whead span { font-size: 10px; font-weight: 700; color: var(--muted); }
.wsurf { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.08); border-radius: 15px; padding: 8px; }
.wset { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.wset b { font-family: var(--display); font-weight: 400; font-size: 13px; letter-spacing: 0.9px; color: var(--accent); }
.wset span { font-size: 9.5px; font-weight: 600; color: var(--muted); font-variant-numeric: tabular-nums; }
.tiles { display: flex; gap: 6px; }
.tile { flex: 1; padding: 5px 3px 4px; border-radius: 12px; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.14); text-align: center; }
.tile.on { border: 1.6px solid rgba(242,240,95,0.85); }
.tile .tl { font-size: 9px; font-weight: 700; letter-spacing: 1px; color: var(--ghost); text-transform: uppercase; }
.tile.on .tl { color: var(--accent); }
.tile .tv { font-size: 19px; font-weight: 900; line-height: 23px; height: 23px; overflow: hidden; font-variant-numeric: tabular-nums; }
.odo { display: block; transform: translateY(-92px); animation: odo 8s steps(1, end) infinite; }
.wdone .odo { transform: translateY(-48px); animation-name: odo-s; }
.odo span { display: block; height: 23px; line-height: 23px; }
@keyframes odo { 0%, 22% { transform: translateY(0); } 27% { transform: translateY(-23px); } 32% { transform: translateY(-46px); } 37% { transform: translateY(-69px); } 42%, 100% { transform: translateY(-92px); } }
@keyframes odo-s { 0%, 22% { transform: translateY(0); } 27% { transform: translateY(-12px); } 32% { transform: translateY(-24px); } 37% { transform: translateY(-36px); } 42%, 100% { transform: translateY(-48px); } }
.tile .pm { display: flex; height: 18px; margin-top: 1px; }
.tile .pm i { flex: 1; display: grid; place-items: center; font-style: normal; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5); }
.wrl { margin-top: 8px; }
.wrlh { display: flex; justify-content: space-between; align-items: center; }
.wrlh span { font-size: 9px; font-weight: 700; letter-spacing: 1.1px; color: var(--ghost); }
.wrlh b { font-size: 8px; font-weight: 700; letter-spacing: 0.8px; color: #0E0E10; background: var(--brown-mid); border-radius: 999px; padding: 2px 6px; }
.wgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; margin-top: 4px; }
.wgrid i { height: 28px; display: grid; place-items: center; font-style: normal; font-family: var(--display); font-size: 15px; color: var(--muted); border-radius: 9px; background: rgba(255,255,255,0.05); }
.wgrid i.on { color: #fff; font-size: 20px; background: rgba(255,255,255,0.12); }
.wdone { margin-top: 8px; height: 36px; border-radius: 18px; background: var(--accent); color: var(--ink); display: flex; align-items: baseline; justify-content: center; gap: 5px; }
.wdone b { font-family: var(--display); font-weight: 400; font-size: 13px; letter-spacing: 1px; }
.wdone span { font-size: 10px; font-weight: 700; opacity: 0.68; font-variant-numeric: tabular-nums; }

/* ---------------------------------------------------------------- body */
.figure { display: flex; justify-content: center; }
.figure svg { width: 320px; height: auto; }
.figure polygon, .figure path { stroke: #0E0E0F; stroke-width: 2; stroke-linejoin: round; opacity: var(--o, 1); animation: recover 12s ease-in-out infinite; animation-delay: var(--d); }
@keyframes recover { 0%, 6% { opacity: 0.22; } 10% { opacity: 0.95; } 100% { opacity: 0.22; } }
.fig-legend { display: flex; gap: 18px; justify-content: center; margin-top: 18px; }
.fig-legend span { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.fig-legend i { width: 14px; height: 14px; border-radius: 3px; background: #8442C4; }
.score { display: flex; align-items: baseline; gap: 16px; margin-top: 34px; }
.score .big { font-family: var(--display); font-weight: 400; font-size: 96px; line-height: 0.9; color: #fff; }
.pillars { margin-top: 10px; }
.prow { position: relative; display: grid; grid-template-columns: 106px 1fr; column-gap: 18px; align-items: center; padding: 14px 0 16px; border-bottom: 1px solid var(--hair); }
.pfig { font-family: var(--display); font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; }
.pname { font-family: var(--display); font-size: 22px; text-transform: uppercase; letter-spacing: 0.4px; color: #fff; }
.pfacts { font-size: 13px; color: var(--sub); margin-top: 3px; }
.prun { position: absolute; left: 0; bottom: -1px; height: 1px; width: calc(var(--w) * 100%); transform-origin: left; animation: run 12s infinite; }

/* ---------------------------------------------------------------- pricing */
.pricing { background: var(--pane); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 44px; }
.tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; background: rgba(255,255,255,0.1); color: var(--sub); }
.plan.pro .tag { background: var(--accent); color: var(--ink); }
.price { display: flex; align-items: baseline; gap: 10px; margin: 18px 0 6px; }
.price .amount { font-family: var(--display); font-weight: 400; font-size: 86px; line-height: 0.9; }
.plan.pro .price .amount { color: var(--accent); }
.price .per { font-size: 15px; font-weight: 600; color: var(--muted); }
.plan .note { font-size: 15px; color: var(--sub); margin-bottom: 18px; }
.plan li { position: relative; display: block; padding: 13px 0 13px 24px; border-bottom: 1px solid var(--hair); font-size: 16px; line-height: 1.45; color: var(--sub); }
.plan li b { color: #fff; font-weight: 600; }
.plan li::before { content: ""; position: absolute; left: 0; top: 20px; width: 8px; height: 8px; border-radius: 2px; background: var(--muted); }
.plan.pro { background: var(--card); border: 1px solid color-mix(in srgb, var(--accent) 50%, transparent); border-radius: 26px; padding: 34px 32px 36px; box-shadow: inset 0 1px 0 var(--edge); }
.plan.pro li::before { background: var(--accent); }
.plan.pro .btn { margin-top: 24px; width: 100%; }
.ptrial { display: inline-block; margin: 16px 0 0; padding: 6px 12px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 16%, transparent); color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.plan.pro .price { margin-top: 10px; }
.pfine { margin-top: 18px; font-size: 13px; line-height: 1.5; color: var(--muted); }

/* ---------------------------------------------------------------- get + faq */
.faq .q { padding: 18px 0; border-bottom: 1px solid var(--hair); }
.faq .q b { display: block; font-size: 17px; font-weight: 600; color: #fff; }
.faq .q span { display: block; font-size: 15px; color: var(--sub); margin-top: 6px; line-height: 1.5; }

/* ---------------------------------------------------------------- footer */
.foot { border-top: 1px solid var(--line); padding: 44px 0 60px; }
.foot-in { width: var(--page); margin: 0 auto; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.foot-links { margin-left: auto; display: flex; gap: 24px; }
.foot-links a { color: var(--muted); }
.foot-links a:hover { color: #fff; }

/* ---------------------------------------------------------------- motion switches */
.reveal { animation: rise 0.9s cubic-bezier(0.2, 0.8, 0.3, 1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .site *, .site *::before, .site *::after { animation: none !important; } }

/* ---------------------------------------------------------------- phone widths */
@media (max-width: 760px) {
  .sec { padding: 84px 0; }
  .two { grid-template-columns: 1fr; gap: 48px; }
  .two.flip > :first-child { order: 0; }
  .h1 { font-size: 66px; margin: 14px 0 20px; }
  .h2 { font-size: 46px; }
  .lede { font-size: 16px; }
  .links a:not(.btn) { display: none; }
  .hero { padding: 56px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .phone-scale { width: calc(413px * 0.8); height: calc(872px * 0.8); }
  .phone { transform: scale(0.8); }
  .btn-lg { height: 54px; padding: 0 24px; font-size: 15px; }
  .dial { width: 246px; height: 246px; }
  .dial-centre b { font-size: 54px; }
  .slabs { margin-top: 60px; }
  .slab-content { padding: 0 22px; }
  .slab-detail { font-size: 13px; }
  .slab-num em { display: none; }
  .ladder { padding-left: 34px; }
  .wl small { display: none; }
  .win::before, .win::after { left: 34px; }
  .cols, .weights { gap: 5px; }
  .col .rep-n { font-size: 22px; }
  .crow { grid-template-columns: 116px 1fr; column-gap: 14px; }
  .crow.big .cfig { font-size: 36px; }
  .cfig { font-size: 30px; }
  .crow.small .cfig { font-size: 26px; }
  .phone-top { width: 100%; max-width: 380px; height: 250px; }
  .island { animation-name: island-m; width: calc(100% - 28px); border-radius: 40px; }
  .di-e { padding: 16px 16px 14px; }
  @keyframes island-m { 0%, 10% { width: 120px; height: 36px; border-radius: 20px; } 16%, 68% { width: calc(100% - 28px); height: 172px; border-radius: 40px; } 74%, 100% { width: 120px; height: 36px; border-radius: 20px; } }
  .hrow { grid-template-columns: 1fr; gap: 4px; }
  .watch { width: calc((208px + 28px) * 1.1); height: calc((248px + 28px) * 1.1); border-radius: calc(78px * 1.1); padding: calc(14px * 1.1); }
  .wscreen { width: calc(208px * 1.1); height: calc(248px * 1.1); border-radius: calc(64px * 1.1); }
  .wscale { transform: scale(1.1); }
  .figure svg { width: 250px; }
  .score .big { font-size: 76px; }
  .plans { grid-template-columns: 1fr; gap: 44px; }
  .price .amount { font-size: 68px; }
  .plan.pro { padding: 26px 22px 28px; }
  .foot-links { margin-left: 0; }
}

/* ---------------------------------------------------------------- checkout + receipt */
.pay-error { margin-top: 12px; font-size: 14px; color: #E8A0A0; min-height: 1.2em; }
.plan.pro .pay-error { text-align: center; }
.activate { display: grid; gap: 16px; margin: 26px 0 8px; justify-items: start; }
.code { display: inline-block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(1.6rem, 5vw, 2.4rem); letter-spacing: 0.14em; color: var(--accent); background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 16px 24px; font-variant-numeric: tabular-nums; }
.prose { max-width: 720px; }
.prose .h1 { font-size: 96px; }
.prose .h2 { font-size: 40px; margin-top: 56px; }
.prose p { font-size: 17px; line-height: 1.6; color: var(--sub); margin-top: 14px; }
.prose p b, .prose li b { color: #fff; font-weight: 600; }
.prose ul { margin-top: 12px; }
.prose li { padding: 10px 0; border-bottom: 1px solid var(--hair); font-size: 16px; color: var(--sub); }
.prose a:not(.btn) { color: var(--accent); }
[hidden] { display: none !important; }
@media (max-width: 760px) { .prose .h1 { font-size: 60px; } .prose .h2 { font-size: 32px; } }
