
@property --beam { syntax: '<angle>'; inherits: false; initial-value: 0deg; }

body { margin: 0; background: var(--bg-page); overflow-x: hidden; }
.wrap { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--gutter); position: relative; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; }
.btn svg { width: 18px; height: 18px; flex: none; }
p { max-width: none; }

.mast { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,0.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.mast .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.mast .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.mast .brand img { height: 42px; width: auto; display: block; }
.mast .meta { display: flex; align-items: center; gap: 22px; }
.mast .btn { padding: 11px 20px; font-size: 14px; }

.beam-btn { position: relative; isolation: isolate; padding: 17px 30px; border-radius: var(--radius-md); background: var(--accent); color: var(--text-on-accent); font-weight: 700; font-size: 16px; box-shadow: 0 10px 24px -10px rgba(0,148,255,0.6); transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.beam-btn::before { content: ''; position: absolute; inset: -3px; z-index: -2; border-radius: calc(var(--radius-md) + 3px); background: conic-gradient(from var(--beam), rgba(0,148,255,0.12) 0 62%, var(--blue-800) 74%, var(--blue-400) 84%, var(--blue-100) 89%, rgba(0,148,255,0.12) 96%); animation: beam 3.2s linear infinite; }
.beam-btn::after { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: var(--radius-md); background: var(--accent); transition: background var(--dur-base) var(--ease-out); }
.beam-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(0,148,255,0.7); }
.beam-btn:hover::after { background: var(--accent-hover); }
@keyframes beam { to { --beam: 360deg; } }

.hero { position: relative; padding: clamp(48px, 7vw, 96px) 0 56px; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(0,30,60,0.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,30,60,0.07) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse 70% 70% at 72% 30%, black 10%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 70% at 72% 30%, black 10%, transparent 75%); pointer-events: none; }
.hero-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 18px; margin-bottom: 36px; border-bottom: var(--bw-strong) solid var(--text-strong); position: relative; }
.hero h1 { font-size: clamp(40px, 6vw, 96px); line-height: 0.94; margin: 0 0 40px; max-width: 19ch; position: relative; }
.hero h1.short { font-size: clamp(56px, 10.5vw, 168px); line-height: 0.9; max-width: 12ch; }
.hero-cols { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 5vw, 72px); align-items: start; position: relative; }
.hero .spc-subtitle { font-size: clamp(22px, 2.3vw, 29px); color: var(--text-strong); margin: 0 0 22px; }
.hero p { margin: 0 0 16px; }
.hero .cta { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.avatars { display: flex; }
.avatars img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 3px solid var(--bg-page); margin-left: -12px; box-shadow: var(--shadow-sm); }
.avatars img:first-child { margin-left: 0; }

.tg-word { display: inline-block; }
.js .tg-word { animation: tg 0.5s var(--ease-out) both; animation-delay: calc(var(--i) * 80ms + 100ms); }
@keyframes tg { from { opacity: 0; filter: blur(4px); } }

.ledger { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-1); box-shadow: var(--shadow-lg); overflow: hidden; }
.ledger-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; background: var(--n-950); }
.ledger-head .spc-mono { color: var(--n-300); }
.ledger-head img { height: 34px; width: auto; }
.ledger-row { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 16px 22px; border-top: 1px solid var(--border); }
.ledger-head + .ledger-row { border-top: 0; }
.ledger-row .spc-mono { padding-top: 3px; }
.ledger-row > span:last-child { color: var(--text-strong); }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 16px 22px 20px; border-top: 1px solid var(--border); background: var(--n-50); }
.countdown > div { text-align: center; padding: 10px 4px 8px; border-radius: var(--radius-md); background: var(--surface-1); border: 1px solid var(--border); }
.countdown b { display: block; font-family: var(--font-mono); font-weight: 500; font-size: 26px; line-height: 1.1; color: var(--text-strong); font-variant-numeric: tabular-nums; }
.countdown b.flip { animation: flip 420ms var(--ease-out); }
@keyframes flip { from { transform: translateY(-35%); opacity: 0.2; } }
.countdown span { font-family: var(--font-mono); font-size: 10px; letter-spacing: var(--ls-mono); text-transform: uppercase; color: var(--text-muted); }
.countdown-label { grid-column: 1 / -1; font-family: var(--font-mono); font-size: 11px; letter-spacing: var(--ls-mono); text-transform: uppercase; color: var(--text-muted); text-align: left; padding: 0 0 2px; background: none; border: 0; }

.marquee { overflow: hidden; border-top: var(--bw-strong) solid var(--text-strong); border-bottom: 1px solid var(--border); padding: 16px 0; mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); }
.marquee-track { display: flex; width: max-content; gap: 40px; animation: scroll 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--font-title); text-transform: uppercase; font-size: clamp(24px, 3vw, 36px); color: var(--text-strong); white-space: nowrap; display: inline-flex; align-items: center; gap: 40px; }
.marquee-track span::after { content: '/'; color: var(--accent); font-family: var(--font-mono); font-size: 22px; }
@keyframes scroll { to { transform: translateX(-50%); } }

section.block { padding: var(--section-y) 0; position: relative; }
.sec-head { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: baseline; padding-top: 18px; border-top: var(--bw-strong) solid var(--text-strong); margin-bottom: 44px; }
.sec-head h2 { margin: 0; font-size: clamp(34px, 5vw, 72px); max-width: 20ch; }
.sec-head .spc-mono b { color: var(--accent); font-weight: 500; }
.lede { font-size: 20px; color: var(--text-strong); margin: 0 0 18px; }
.statement { font-family: var(--font-heading); font-size: clamp(26px, 3.2vw, 44px); line-height: 1.1; color: var(--text-strong); margin: 0; }
.hit { font-weight: 700; color: var(--text-strong); }

.problem { background: var(--bg-subtle); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.problem .ask { font-family: var(--font-title); text-transform: uppercase; font-size: clamp(34px, 5vw, 72px); line-height: 0.98; color: var(--text-strong); margin: 0 0 20px; max-width: 22ch; }
.problem .ask-sub { font-size: 20px; margin: 0 0 56px; color: var(--text-body); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.card { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-1); padding: 28px; box-shadow: var(--shadow-sm); }
.card p { margin: 0 0 14px; }
.card p:last-child { margin-bottom: 0; }
.card .spc-mono { display: block; margin-bottom: 14px; }

.day { margin: 6px 0 22px; }
.day-bar { position: relative; height: 14px; border-radius: 999px; background: var(--n-150); overflow: hidden; }
.day-bar i { position: absolute; inset: 0 auto 0 0; width: calc(var(--p, 0) * 100%); background: var(--text-strong); border-radius: inherit; }
.day-ticks { display: flex; justify-content: space-between; margin-top: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); letter-spacing: var(--ls-mono); text-transform: uppercase; }
.money { font-family: var(--font-title); text-transform: uppercase; font-size: clamp(34px, 4.2vw, 58px); line-height: 1; color: var(--text-strong); margin: 4px 0 0; }
.nots { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 10px; }
.nots li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; color: var(--text-strong); }
.nots svg { width: 20px; height: 20px; color: var(--n-400); margin-top: 3px; }
.tries { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 16px; }
.tries span { font-family: var(--font-mono); font-size: 13px; letter-spacing: var(--ls-mono); text-transform: uppercase; padding: 8px 12px; border: 1px dashed var(--border-strong); border-radius: var(--radius-sm); color: var(--text-muted); text-decoration: line-through; text-decoration-color: var(--text-strong); }
.verdict { font-family: var(--font-heading); font-size: clamp(24px, 2.6vw, 32px); line-height: 1.1; color: var(--text-strong); margin: 4px 0 10px; }
.problem-end { margin-top: 44px; text-align: center; }
.problem-end p { font-size: 20px; margin: 0; color: var(--text-strong); }

.turn { background: var(--n-950); color: var(--n-200); }
.turn .statement { color: var(--spc-white); max-width: 26ch; }
.turn .sub { max-width: 60ch; font-size: 18px; margin: 22px 0 0; }
.turn .sub p { margin: 0 0 12px; }
.hear { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 48px 0; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-lg); overflow: hidden; }
.hear > div { background: var(--n-950); padding: 26px 24px; }
.hear svg { width: 24px; height: 24px; color: var(--blue-400); margin-bottom: 14px; }
.hear p { margin: 0; color: var(--spc-white); font-size: 18px; line-height: 1.4; }
.rumor { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; margin: 0 0 48px; }
.rumor .big { font-family: var(--font-title); text-transform: uppercase; font-size: clamp(34px, 4.6vw, 64px); line-height: 0.98; color: var(--spc-white); margin: 0; }
.rumor p { margin: 0 0 12px; font-size: 18px; }
.shift { border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 48px; }
.shift p { margin: 0; font-size: 20px; line-height: 1.8; color: var(--spc-white); }
.shift q { quotes: none; display: inline; padding: 3px 10px; border-radius: var(--radius-sm); font-family: var(--font-mono); font-size: 15px; letter-spacing: 0.01em; }
.shift q.from { background: rgba(255,255,255,0.08); color: var(--n-300); text-decoration: line-through; }
.shift q.to { background: rgba(0,148,255,0.18); color: var(--spc-white); }
.shift .after { margin-top: 14px; font-size: 16px; color: var(--n-300); line-height: 1.6; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats.four { grid-template-columns: repeat(4, 1fr); }
.stat { padding: 28px 24px 26px; border-left: 1px solid var(--border); position: relative; }
.stat:first-child { border-left: 0; }
.stat b { white-space: nowrap; display: block; font-family: var(--font-title); font-size: clamp(56px, 7vw, 104px); line-height: 1; font-weight: 400; color: var(--text-strong); font-variant-numeric: tabular-nums; }
.stat b em { font-style: normal; color: var(--accent); }
.stat .lab { display: block; margin-top: 10px; font-size: 15px; color: var(--text-muted); max-width: 24ch; }
.stat::after { content: ''; position: absolute; left: 24px; right: 24px; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 2000ms cubic-bezier(0.16, 1, 0.3, 1); }
.stat.counting::after { transform: scaleX(1); }
.stat:first-child::after { left: 0; }
.turn .stats { border-color: rgba(255,255,255,0.14); }
.turn .stat { border-color: rgba(255,255,255,0.14); }
.turn .stat b { color: var(--spc-white); }
.turn .stat b em { color: var(--blue-400); }
.turn .stat .lab { color: var(--n-400); }
.turn-end { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: end; margin-top: 48px; }
.turn-end p { margin: 0; font-size: 18px; }
.turn-end .statement { font-family: var(--font-title); text-transform: uppercase; font-size: clamp(40px, 6vw, 88px); line-height: 0.95; }

.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(230px, auto); gap: 16px; }
.tile { position: relative; overflow: hidden; border-radius: 12px; border: 1px solid var(--border); background: var(--surface-1); box-shadow: var(--shadow-sm); padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; transition: box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out); }
.tile > * { position: relative; transition: transform 300ms var(--ease-out); }
.tile:hover { box-shadow: var(--shadow-lg); border-color: var(--border-strong); }
.tile:hover > * { transform: translateY(-6px); }
.tile .ico { position: absolute; top: 24px; left: 26px; width: 44px; height: 44px; border-radius: var(--radius-md); background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; transition: transform 300ms var(--ease-out), background 300ms var(--ease-out); }
.tile:hover .ico { transform: rotate(-8deg) scale(1.08); }
.tile .ico svg { width: 22px; height: 22px; }
.tile .num { position: absolute; top: 14px; right: 20px; font-family: var(--font-title); font-size: 64px; line-height: 1; color: var(--n-100); }
.tile h3 { margin: 84px 0 10px; font-family: var(--font-heading); font-weight: 400; font-size: 24px; line-height: var(--lh-heading); color: var(--text-strong); }
.tile p { margin: 0; }
.tile.span2 { grid-column: span 2; }
.tile.span3 { grid-column: 1 / -1; min-height: 200px; }
.tile.tall { grid-row: span 2; }
.tile.ink { background: var(--n-950); border-color: var(--n-950); }
.tile.ink h3, .tile.ink p { color: var(--spc-white); }
.tile.ink .num { color: var(--n-800); }
.tile.ink .ico { background: rgba(0,148,255,0.2); color: var(--blue-300); }
.tile.plain h3 { margin-top: 0; }

.roleplay { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
.roleplay .card .spc-mono { color: var(--accent); }
.awkward { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
.awkward .statement { font-family: var(--font-title); text-transform: uppercase; font-size: clamp(40px, 6vw, 88px); line-height: 0.95; }
.awkward p { margin: 0 0 12px; font-size: 18px; }

.team { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--border); gap: 1px; }
.member { background: var(--surface-1); padding: 32px 28px 30px; transition: background var(--dur-base) var(--ease-out); }
.member:hover { background: var(--n-50); }
.member img { width: 168px; height: 168px; border-radius: 50%; object-fit: cover; display: block; margin-bottom: 24px; box-shadow: var(--shadow-md); transition: transform 400ms var(--ease-out); }
.member:hover img { transform: scale(1.04); }
.member .name { font-family: var(--font-heading); font-weight: 400; font-size: 26px; line-height: 1.1; color: var(--text-strong); margin: 0 0 12px; }
.member p { margin: 0; }
.member strong { color: var(--text-strong); }

.timeline { position: relative; }
.timeline::before { content: ''; position: absolute; left: 196px; top: 0; bottom: 0; width: 3px; border-radius: 3px; background: var(--n-150); }
.timeline .beam { position: absolute; left: 196px; top: 0; width: 3px; border-radius: 3px; height: calc(var(--p, 0) * 100%); background: var(--accent); box-shadow: 0 0 14px rgba(0,148,255,0.55); }
.timeline .beam::after { content: ''; position: absolute; bottom: -7px; left: -5.5px; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(0,148,255,0.2), 0 0 18px rgba(0,148,255,0.7); }
.tl-row { display: grid; grid-template-columns: 180px 1fr; gap: 50px; padding-bottom: 44px; }
.tl-when { position: sticky; top: 110px; align-self: start; font-family: var(--font-title); text-transform: uppercase; font-size: 32px; line-height: 1; color: var(--text-strong); }
.tl-when small { display: block; margin-top: 8px; font-family: var(--font-mono); font-size: 12px; letter-spacing: var(--ls-mono); color: var(--accent); }
.tl-body { position: relative; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-1); padding: 26px 28px; box-shadow: var(--shadow-sm); }
.tl-body h3 { margin: 0 0 12px; font-family: var(--font-heading); font-weight: 400; font-size: 22px; line-height: var(--lh-heading); color: var(--text-strong); }
.tl-body ul { margin: 0; padding-left: 20px; }
.tl-body li { margin: 6px 0; }
.tl-body p { margin: 0 0 12px; }
.tl-body p:last-child { margin: 0; }
.times { list-style: none; padding: 0 !important; display: grid; gap: 12px; }
.times li { display: grid; grid-template-columns: 64px 1fr; gap: 12px; margin: 0 !important; }
.times .spc-mono { color: var(--accent); padding-top: 3px; }

.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.pair .tile { min-height: 210px; }
.pair .tile h3 { margin-top: 0; }
.after-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
.after-row p { margin: 0; font-size: 18px; }

.price-wrap { position: relative; padding: 40px 0; }
.price-wrap::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(0,30,60,0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,30,60,0.06) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, black 20%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, black 20%, transparent 80%); pointer-events: none; }
.pcard { position: relative; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border-strong); background: var(--surface-1); box-shadow: var(--shadow-lg); }
.pcard .runner { position: absolute; inset: -1px; pointer-events: none; overflow: hidden; }
.pcard .runner::before { content: ''; position: absolute; width: 260px; height: 260px; background: radial-gradient(circle, var(--accent), rgba(0,148,255,0) 62%); offset-path: rect(0 100% 100% 0); offset-rotate: 0deg; animation: run 9s linear infinite; -webkit-mask: none; }
.pcard .runner { -webkit-mask: linear-gradient(black 0 0) content-box, linear-gradient(black 0 0); -webkit-mask-composite: xor; mask-composite: exclude; padding: 2px; }
@keyframes run { from { offset-distance: 0%; } to { offset-distance: 100%; } }
.plus { position: absolute; width: 18px; height: 18px; color: var(--text-strong); z-index: 2; }
.plus::before, .plus::after { content: ''; position: absolute; background: currentColor; }
.plus::before { left: 8px; top: 0; width: 2px; height: 18px; }
.plus::after { top: 8px; left: 0; width: 18px; height: 2px; }
.plus.tl { top: -9px; left: -9px; } .plus.tr { top: -9px; right: -9px; } .plus.bl { bottom: -9px; left: -9px; } .plus.br { bottom: -9px; right: -9px; }
.pcard > div { padding: 38px 34px; position: relative; }
.pcard > div + div { border-left: 1px dashed var(--border-strong); }
.pcard .amount { font-family: var(--font-title); font-size: clamp(88px, 11vw, 150px); line-height: 0.9; color: var(--text-strong); margin: 8px 0 18px; }
.pcard p { margin: 0 0 14px; }
.pcard .beam-btn { margin-top: 8px; }
.pcard .small { font-size: 14px; color: var(--text-muted); margin-top: 18px; }
.pcard .spc-heading { margin-bottom: 20px; font-size: clamp(22px, 2.4vw, 32px); }
.code { display: inline-block; padding: 8px 12px; border: 1.5px dashed var(--accent); border-radius: var(--radius-sm); background: var(--accent-soft); margin: 0 0 10px; }
.code .spc-mono { color: var(--text-strong); }
.anchor-line { font-size: clamp(20px, 2vw, 26px); line-height: 1.35; color: var(--text-strong); margin: 0; max-width: 46ch; }

.band { position: relative; margin: 0 var(--gutter); border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-strong); padding: clamp(56px, 8vw, 100px) var(--gutter); text-align: center; overflow: visible; border-left: 1px solid var(--border-strong); border-right: 1px solid var(--border-strong); max-width: calc(var(--container-max) - 2 * var(--gutter)); margin-left: auto; margin-right: auto; }
.band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 70% at 50% 50%, rgba(0,148,255,0.08), transparent 70%); pointer-events: none; }
.band::after { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; border-left: 1px dashed var(--border); pointer-events: none; }
.band > .inner { position: relative; z-index: 1; max-width: var(--container-narrow); margin: 0 auto; background: var(--bg-page); padding: 8px 0; }
.band p { margin: 0 auto 16px; font-size: 18px; }
.band .isnt { font-size: clamp(64px, 10vw, 140px); margin: 12px 0 20px; }
.band .beam-btn { margin-top: 12px; }
.band .ps { text-align: left; border-top: 1px solid var(--border); padding-top: 22px; margin-top: 30px; font-size: 16px; color: var(--text-muted); }

footer { padding: 40px 0 110px; margin-top: var(--section-y); border-top: var(--bw-strong) solid var(--text-strong); }
footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
footer .brand { display: flex; align-items: center; gap: 12px; }
footer img { height: 38px; width: auto; }

.sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50; display: none; }
.sticky .btn { width: 100%; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 800ms var(--ease-out), transform 800ms var(--ease-out); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: 100ms; } .js .reveal.d2 { transition-delay: 200ms; } .js .reveal.d3 { transition-delay: 300ms; }

@media (max-width: 1000px) {
  .hero-cols, .problem-grid, .rumor, .turn-end, .awkward, .after-row, .roleplay, .pair { grid-template-columns: 1fr; }
  .team, .bento, .hear { grid-template-columns: 1fr; }
  .tile.span2, .tile.span3 { grid-column: auto; } .tile.tall { grid-row: auto; }
  .stats, .stats.four { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--border); }
  .turn .stat:nth-child(n+3) { border-top-color: rgba(255,255,255,0.14); }
  .sec-head { grid-template-columns: 1fr; gap: 8px; }
  .pcard { grid-template-columns: 1fr; }
  .pcard > div + div { border-left: 0; border-top: 1px dashed var(--border-strong); }
}
@media (max-width: 720px) {
  .mast .meta .spc-mono, .mast .brand .spc-mono { display: none; }
  .timeline::before, .timeline .beam { display: none; }
  .tl-row { grid-template-columns: 1fr; gap: 14px; }
  .tl-when { position: static; }
  .hero-top { flex-direction: column; gap: 6px; }
  .sticky { display: block; }
  .hero .beam-btn, .band .beam-btn, .pcard .beam-btn, .after-row .beam-btn { width: 100%; }
  footer .wrap { flex-direction: column; align-items: flex-start; }
  .band { margin-left: var(--gutter); margin-right: var(--gutter); }
  .stats, .stats.four { grid-template-columns: 1fr; }
  .stat { border-left: 0; padding-left: 0; border-top: 1px solid var(--border); }
  .stat:first-child { border-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .beam-btn::before, .marquee-track, .js .tg-word, .pcard .runner::before, .countdown b.flip { animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .tile:hover > *, .member:hover img, .tile:hover .ico { transform: none; }
}

:root, [data-theme='light'] { --text-muted: var(--n-600); }
.spc-mono:not(.spc-mono--accent) { color: var(--n-800); font-weight: 600; }
.ledger-head .spc-mono:not(.spc-mono--accent) { color: var(--n-150); }
.turn .stat .lab { color: var(--n-300); }
