:root {
  --ink: #11100f;
  --cream: #f5f0e6;
  --paper: #fbfaf4;
  --violet: #4a22d0;
  --coral: #ff513d;
  --pink: #f09ac7;
  --yellow: #f7d93d;
  --mint: #6ed0ae;
  --line: rgba(74, 34, 208, .28);
  --display: "Barlow Condensed", Impact, sans-serif;
  --wide: "Archivo Black", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { color: inherit; font: inherit; }
::selection { color: var(--paper); background: var(--violet); }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 999; padding: .8rem 1rem; background: var(--yellow); border: 2px solid; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.progress { position: fixed; inset: 0 0 auto; height: 5px; z-index: 1000; pointer-events: none; }
.progress span { display: block; width: 0; height: 100%; background: var(--coral); }

.cursor {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 30px;
  height: 32px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100px, -100px, 0);
  transform-origin: 2.43px 2px;
  transition: opacity .12s ease, filter .15s ease;
  will-change: transform;
}
.cursor img { width: 100%; height: 100%; max-width: none; }
.cursor.is-visible { opacity: 1; }
.cursor.is-hovering { filter: drop-shadow(1px 1px 0 var(--ink)); }

@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
  html, body, body * { cursor: none !important; }
}

.graph-paper { background-color: var(--paper); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 64px 64px; }
.grid-violet { background-color: var(--violet); background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 60px 60px; }
.chapter { display: inline-flex; align-items: center; gap: .7rem; font: 800 .78rem var(--body); letter-spacing: .12em; }
.chapter::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: currentColor; }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 86px; padding: 0 clamp(1rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; transition: height .25s, background .25s, border .25s; }
.topbar.scrolled { height: 68px; background: rgba(245,240,230,.92); border-bottom: 2px solid var(--ink); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: .45rem; font: 900 1.65rem var(--wide); letter-spacing: -.08em; }
.brand span, .footer-mark span { width: 35px; height: 35px; display: inline-grid; place-items: center; color: var(--cream); background: var(--coral); border: 2px solid var(--ink); border-radius: 8px 8px 14px 8px; box-shadow: 4px 4px 0 var(--ink); transform: rotate(-7deg); }
.desktop-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; font: 800 .76rem var(--body); text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 3px; background: var(--coral); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }

.hard-button { display: inline-flex; align-items: stretch; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--cream); box-shadow: 6px 6px 0 var(--ink); font: 900 1rem var(--display); letter-spacing: .06em; overflow: hidden; transition: transform .18s, box-shadow .18s; }
.hard-button span { padding: .95rem 1.35rem; }
.hard-button b { display: grid; place-items: center; width: 50px; background: var(--yellow); border-left: 2px solid var(--ink); font-size: 1.3rem; }
.hard-button:hover { transform: translate(4px, 4px); box-shadow: 2px 2px 0 var(--ink); }
.hard-button--small span { padding: .7rem 1.1rem; }
.hard-button--small b { width: 42px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 820px; height: min(1000px, 100svh); padding: 120px clamp(1rem, 5vw, 5rem) 4rem; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, transparent 0 30%, rgba(245,240,230,.5) 74%); z-index: -1; }
.hero-copy { position: relative; z-index: 5; max-width: 1320px; height: 100%; margin: auto; display: flex; flex-direction: column; justify-content: center; }
.kicker { position: relative; z-index: 8; width: max-content; max-width: 100%; display: flex; align-items: center; gap: .75rem; margin: 0 3% 1.2rem auto; padding: .55rem .8rem; background: rgba(251,250,244,.94); border: 2px solid var(--ink); border-radius: 999px; box-shadow: 4px 4px 0 var(--ink); font-size: .73rem; font-weight: 800; letter-spacing: .14em; }
.kicker i { width: 12px; height: 12px; border-radius: 50%; background: var(--coral); border: 2px solid var(--ink); }
.hero h1 { margin: 0; font: 900 clamp(5.4rem, 11.2vw, 11.5rem)/.72 var(--display); letter-spacing: -.045em; text-align: center; text-transform: uppercase; }
.hero h1 .line { display: block; white-space: nowrap; }
.hero h1 em { color: var(--coral); font-style: italic; }
.hero h1 mark { display: inline-block; position: relative; min-width: 3.55em; padding: 0 .06em .05em; color: var(--cream); background: var(--violet); border: .025em solid var(--ink); box-shadow: .045em .045em 0 var(--ink); transform: rotate(-1.5deg); transform-origin: center; backface-visibility: hidden; will-change: transform, opacity; text-align: center; }
.hero-bottom { width: 56%; margin: 2.5rem 0 0 auto; display: flex; align-items: center; gap: 2.5rem; }
.hero-bottom p { max-width: 430px; margin: 0; font-size: clamp(.9rem, 1.1vw, 1.05rem); line-height: 1.55; font-weight: 600; }
.hero-bottom .hard-button { flex: none; }

.hero-card { position: absolute; z-index: 4; top: 23%; left: 7%; width: clamp(150px, 15vw, 250px); padding: 8px; background: var(--pink); border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); transform: rotate(-9deg); }
.hero-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: saturate(1.1) contrast(1.02); }
.hero-card span { display: block; padding: .7rem .3rem .2rem; font: 900 .82rem var(--display); letter-spacing: .06em; text-align: center; }
.hero-sticker { position: absolute; z-index: 6; display: grid; place-items: center; border: 2px solid var(--ink); font: 900 1rem var(--display); }
.sticker-burst { top: 8%; right: 9%; width: 128px; aspect-ratio: 1; color: var(--ink); background: var(--yellow); clip-path: polygon(50% 0,59% 21%,76% 6%,78% 29%,100% 25%,83% 43%,100% 55%,78% 59%,87% 81%,63% 71%,54% 100%,44% 75%,20% 94%,26% 67%,0 63%,21% 48%,4% 31%,30% 31%,26% 8%,45% 23%); transform: rotate(8deg); }
.sticker-points { right: auto; left: 7%; bottom: 6%; width: 105px; height: 76px; background: var(--mint); box-shadow: 6px 6px 0 var(--ink); transform: rotate(-7deg); }
.sticker-points b { font: 900 2.2rem/.8 var(--display); }
.sticker-points span { font-size: .67rem; }
.sticker-chat { left: 29%; top: 19%; grid-template-columns: repeat(3, 8px); gap: 5px; width: 65px; height: 46px; border-radius: 50%; background: var(--cream); box-shadow: 4px 4px 0 var(--ink); transform: rotate(12deg); }
.sticker-chat::after { content: ""; position: absolute; bottom: -11px; left: 11px; border: 8px solid transparent; border-top-color: var(--ink); transform: rotate(26deg); }
.sticker-chat i { width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }
.scroll-cue { position: absolute; z-index: 8; bottom: 1.5rem; left: 50%; display: flex; align-items: center; gap: .5rem; transform: translateX(-50%); font: 800 .68rem var(--body); letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 2px solid; font-style: normal; animation: bob 1.2s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.ticker { position: relative; z-index: 8; overflow: hidden; color: var(--cream); background: var(--coral); border-block: 3px solid var(--ink); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 2rem; padding: .7rem 0; animation: marquee 24s linear infinite; font: 900 1.55rem var(--display); letter-spacing: .04em; }
.ticker-track i { color: var(--yellow); -webkit-text-stroke: 1px var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

.problem { min-height: 850px; display: grid; grid-template-columns: .92fr 1.08fr; background: var(--pink); }
.problem-poster { position: relative; align-self: center; justify-self: center; width: min(76%, 560px); aspect-ratio: .72; padding: 3rem 2.4rem; background: var(--cream); border: 3px solid var(--ink); box-shadow: 18px 18px 0 var(--ink); transform: rotate(3deg); overflow: hidden; }
.problem-poster::before { content: ""; position: absolute; inset: -20%; background: repeating-conic-gradient(from 0deg, transparent 0 7deg, rgba(74,34,208,.18) 7deg 8deg); }
.problem-poster > * { position: relative; }
.poster-top { font: 800 .8rem var(--body); letter-spacing: .14em; }
.problem-poster > strong { display: block; margin-top: 1.2rem; font: 900 clamp(4rem, 7vw, 7rem)/.78 var(--display); letter-spacing: -.06em; }
.calendar { position: absolute; right: 2rem; bottom: 6.5rem; width: 148px; height: 148px; display: grid; place-content: center; text-align: center; background: var(--yellow); border: 3px solid; border-radius: 50%; box-shadow: 8px 8px 0 var(--ink); transform: rotate(-8deg); }
.calendar b { font: 900 4.7rem/.72 var(--display); }
.calendar span { font: 900 1.1rem var(--display); letter-spacing: .08em; }
.problem-poster p { position: absolute; left: 2.4rem; bottom: 2rem; width: 52%; margin: 0; font-size: .75rem; line-height: 1.35; font-weight: 700; }
.problem-copy { color: var(--cream); padding: clamp(5rem, 10vw, 10rem) clamp(3rem, 8vw, 9rem); display: flex; flex-direction: column; justify-content: center; }
.problem-copy h2 { margin: 2rem 0; font: 900 clamp(4.2rem, 7vw, 8rem)/.8 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.problem-copy h2 em { color: var(--yellow); font-style: italic; }
.problem-copy > p { max-width: 600px; font-size: 1.08rem; line-height: 1.65; }
.scribble { align-self: flex-end; margin-top: 3rem; color: var(--yellow); font: 900 1.05rem var(--display); transform: rotate(-4deg); }

.system { background: var(--paper); }
.system-title { min-height: 760px; padding: 8rem clamp(1rem, 6vw, 6rem); display: grid; grid-template-columns: 1fr 2.4fr; grid-template-rows: auto 1fr; align-items: center; }
.system-title .chapter { align-self: start; }
.system-title h2 { grid-column: 2; margin: 0; font: 900 clamp(5rem, 9.5vw, 10.5rem)/.74 var(--display); letter-spacing: -.045em; }
.system-title h2 i { color: var(--coral); }
.system-title h2 em { display: inline-block; color: var(--cream); background: var(--violet); font-style: italic; padding: 0 .12em .07em; transform: rotate(-1deg); }
.system-title p { grid-column: 2; margin: 2rem 0 0; font-weight: 700; }
.system-stage { min-height: 980px; display: grid; grid-template-columns: .9fr 1.1fr; color: var(--cream); background: var(--violet); }
.machine-card { position: sticky; top: 85px; align-self: start; margin: 7rem auto; width: min(72%, 520px); padding: 10px; background: var(--pink); border: 3px solid var(--ink); border-radius: 34px; box-shadow: 14px 14px 0 var(--ink); transform: rotate(-2deg); }
.machine-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 24px; border: 2px solid var(--ink); }
.machine-badge { position: absolute; right: -55px; top: 25px; width: 105px; height: 105px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 7px 7px 0 var(--ink); font: 900 1rem/1 var(--display); text-align: center; transform: rotate(9deg); }
.steps { margin: 0; padding: 5rem 6vw 8rem 0; list-style: none; }
.step { --focus: 0; min-height: 220px; display: grid; grid-template-columns: 70px 1fr 80px; gap: 1.5rem; align-items: center; padding: 2.3rem 0; border-bottom: 2px solid rgba(255,255,255,.45); opacity: calc(.3 + var(--focus) * .7); filter: saturate(calc(.35 + var(--focus) * .65)); transform: translate3d(calc(var(--focus) * -15px), 0, 0); will-change: opacity, filter, transform; }
.step > span { font: 900 1.2rem var(--display); }
.step h3 { margin: 0 0 .7rem; color: var(--yellow); font: 900 clamp(3rem, 5vw, 5.5rem)/.8 var(--display); }
.step p { max-width: 520px; margin: 0; font-size: .95rem; line-height: 1.5; }
.step > b { display: grid; place-items: center; width: 68px; height: 68px; color: var(--ink); background: var(--cream); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 5px 5px 0 var(--ink); font-size: 2rem; }

.timing { padding: 8rem clamp(1rem, 5vw, 5rem); color: var(--ink); background: var(--coral); }
.timing-head { display: grid; grid-template-columns: .7fr 1.6fr .7fr; gap: 2rem; align-items: end; max-width: 1500px; margin: 0 auto 5rem; }
.timing-head h2 { margin: 0; font: 900 clamp(4.8rem, 8vw, 9rem)/.78 var(--display); letter-spacing: -.045em; }
.timing-head h2 em { color: var(--yellow); font-style: italic; }
.timing-head p { margin: 0; line-height: 1.6; font-weight: 600; }
.timing-track { max-width: 1500px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.moment { position: relative; min-height: 370px; padding: 2rem; background: var(--cream); border: 3px solid; border-radius: 28px; box-shadow: 10px 10px 0 var(--ink); transition: transform .25s, background .25s; overflow: hidden; }
.moment:nth-child(2) { transform: translateY(50px) rotate(1deg); background: var(--pink); }
.moment:nth-child(3) { transform: translateY(100px) rotate(-1deg); background: var(--yellow); }
.moment:hover { transform: translateY(-8px) rotate(-1deg); }
.moment > span { font: 900 1rem var(--display); letter-spacing: .1em; }
.moment > b { display: block; margin: 5rem 0 1rem; font: 900 clamp(3rem, 4.5vw, 5rem)/.85 var(--display); }
.moment p { max-width: 300px; line-height: 1.5; font-weight: 600; }
.moment i { position: absolute; right: 1rem; bottom: -.55rem; font: italic 900 8rem/.8 var(--display); color: transparent; -webkit-text-stroke: 2px var(--ink); opacity: .2; }

.results { min-height: 1100px; display: grid; grid-template-columns: .44fr .56fr; color: var(--cream); background: var(--violet); }
.results-visual { position: sticky; top: 68px; align-self: start; height: calc(100svh - 68px); padding: 6rem 4vw 2rem; display: flex; flex-direction: column; justify-content: center; }
.case-frame { position: relative; padding: 10px; background: var(--cream); border: 3px solid var(--ink); border-radius: 32px; box-shadow: 14px 14px 0 var(--ink); transform: rotate(-1.5deg); }
.case-frame::before { content: ""; position: absolute; inset: 12px; border: 2px solid var(--ink); border-radius: 22px; pointer-events: none; z-index: 2; }
.case-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 22px; }
.live-dot { position: absolute; left: 2rem; bottom: 2rem; padding: .55rem .8rem; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); border-radius: 999px; font: 900 .7rem var(--body); }
.results-visual > p { margin: 2rem 1rem; font-size: .72rem; line-height: 1.5; opacity: .75; text-transform: uppercase; letter-spacing: .08em; }
.results-copy { padding: 9rem 6vw 8rem 2vw; }
.results-copy h2 { margin: 2rem 0 5rem; font: 900 clamp(5rem, 8vw, 9rem)/.74 var(--display); letter-spacing: -.045em; }
.results-copy h2 i { color: var(--pink); }
.results-copy h2 em { color: var(--yellow); }
.metric-list { border-top: 2px solid var(--cream); }
.metric-row { min-height: 150px; display: grid; grid-template-columns: 180px 1fr 55px; gap: 1.3rem; align-items: center; border-bottom: 2px solid var(--cream); transition: background .2s, padding .2s; }
.metric-row:hover { padding-inline: 1rem; background: rgba(255,255,255,.08); }
.metric-row > span { color: var(--pink); font: 900 4rem var(--display); }
.metric-row b { display: block; font: 900 1.6rem var(--display); }
.metric-row small { display: block; margin-top: .55rem; font-size: .78rem; opacity: .7; }
.metric-row i { display: grid; place-items: center; width: 48px; height: 48px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; font-size: 1.4rem; }
.data-note { max-width: 680px; margin-top: 2rem; font-size: .7rem; line-height: 1.5; opacity: .62; }

.stack-intro { padding: 9rem 6vw 5rem; }
.stack-intro h2 { margin: 1.5rem 0; font: 900 clamp(5rem, 9vw, 10rem)/.78 var(--display); letter-spacing: -.045em; }
.stack-intro h2 em { color: var(--coral); }
.stack-intro p { max-width: 520px; font-weight: 600; }
.stack-stage { height: 360vh; background: var(--pink); }
.stack-pin { position: sticky; top: 0; height: 100svh; display: flex; align-items: center; overflow: hidden; background-image: repeating-linear-gradient(135deg, rgba(74,34,208,.15) 0 2px, transparent 2px 16px); }
.stack-track { display: flex; gap: 3vw; width: max-content; padding: 0 10vw; will-change: transform; }
.stack-card { position: relative; width: min(66vw, 850px); height: min(70vh, 650px); flex: none; padding: clamp(2rem, 4vw, 4rem); border: 3px solid var(--ink); border-radius: 32px; box-shadow: 14px 14px 0 var(--ink), 22px 22px 0 rgba(17,16,15,.2); overflow: hidden; }
.stack-card > span { font: 900 1rem var(--display); letter-spacing: .12em; }
.stack-card h3 { margin: clamp(3rem, 8vh, 7rem) 0 2rem; font: 900 clamp(4.2rem, 7.6vw, 8rem)/.78 var(--display); letter-spacing: -.045em; }
.stack-card p { max-width: 440px; font-size: 1.05rem; line-height: 1.55; font-weight: 600; }
.stack-card > b { position: absolute; right: 3rem; bottom: 2rem; font-size: 7rem; line-height: 1; opacity: .18; }
.card-yellow { background: var(--yellow); }
.card-coral { background: var(--coral); }
.card-mint { background: var(--mint); }
.card-pink { background: var(--pink); }
.card-cream { background: var(--cream); }
.drag-hint { position: absolute; left: 3rem; bottom: 2rem; display: flex; align-items: center; gap: .5rem; padding: .5rem .7rem; background: var(--cream); border: 2px solid; border-radius: 999px; font: 900 .7rem var(--body); }

.managed { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 900px; color: var(--cream); background: var(--ink); }
.managed-head { padding: 8rem 5vw; display: flex; flex-direction: column; justify-content: center; }
.managed-head h2 { margin: 2rem 0; font: 900 clamp(4.6rem, 7vw, 8rem)/.78 var(--display); letter-spacing: -.045em; }
.managed-head h2 em { color: var(--yellow); }
.managed-head p { max-width: 560px; line-height: 1.65; }
.stamp-grid { padding: 6rem 4vw; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; align-content: center; background: var(--pink); }
.stamp-grid article { min-height: 300px; padding: 18px; color: var(--ink); background: var(--cream); border: 2px solid var(--violet); clip-path: polygon(3% 0,97% 0,100% 4%,100% 96%,97% 100%,3% 100%,0 96%,0 4%); display: grid; grid-template-rows: auto 1fr; }
.stamp-grid article:nth-child(2) { background: var(--yellow); }
.stamp-grid article:nth-child(3) { background: var(--mint); }
.stamp-grid article:nth-child(4) { background: var(--coral); }
.stamp-grid article > span { width: 52px; height: 52px; display: grid; place-items: center; border: 2px solid; border-radius: 50%; font: 900 1.3rem var(--display); }
.stamp-grid article div { align-self: end; }
.stamp-grid b { font: 900 clamp(2.8rem, 4vw, 4.6rem)/.8 var(--display); }
.stamp-grid p { max-width: 330px; line-height: 1.45; font-weight: 600; }

.comparison { padding: 9rem 6vw; color: var(--cream); background: var(--violet); }
.comparison-title { display: grid; grid-template-columns: .5fr 1.5fr; margin-bottom: 5rem; }
.comparison-title h2 { margin: 0; font: 900 clamp(4.8rem, 8vw, 9rem)/.78 var(--display); letter-spacing: -.045em; }
.comparison-title h2 em { color: var(--yellow); }
.compare-table { max-width: 1400px; margin: auto; border-top: 2px solid; }
.compare-row { min-height: 94px; display: grid; grid-template-columns: 1.1fr 1fr 1fr; align-items: center; border-bottom: 2px solid; }
.compare-row b { font: 900 1.3rem var(--display); }
.compare-row span { height: 100%; display: flex; align-items: center; padding: 1.5rem; border-left: 2px solid; }
.compare-row span:last-child { color: var(--ink); background: var(--yellow); font-weight: 800; }
.compare-head { min-height: 64px; font: 900 1rem var(--display); letter-spacing: .08em; }

.faq { padding: 9rem 7vw; }
.faq > h2 { margin: 1.5rem 0 5rem; font: 900 clamp(5rem, 10vw, 11rem)/.74 var(--display); letter-spacing: -.045em; }
.faq > h2 em { color: var(--coral); }
.faq-list { border-top: 3px solid; }
.faq details { border-bottom: 3px solid; }
.faq summary { min-height: 120px; display: grid; grid-template-columns: 1fr 70px; align-items: center; list-style: none; font: 900 clamp(2rem, 3.3vw, 3.7rem)/.95 var(--display); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { justify-self: end; display: grid; place-items: center; width: 52px; height: 52px; color: var(--cream); background: var(--ink); border-radius: 50%; transition: transform .25s, background .25s; }
.faq details[open] summary span { color: var(--ink); background: var(--yellow); transform: rotate(45deg); }
.faq details p { max-width: 750px; margin: -1rem 0 2.5rem; font-size: 1rem; line-height: 1.65; }

.final-cta { position: relative; min-height: 1000px; padding: 10rem 5vw 7rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--mint); overflow: hidden; }
.final-cta::before { content: ""; position: absolute; width: 860px; height: 860px; border: 2px solid rgba(17,16,15,.3); border-radius: 50%; }
.final-cta > *:not(.orbit) { position: relative; z-index: 2; }
.final-cta h2 { margin: 2rem 0; font: 900 clamp(5rem, 9.6vw, 10.5rem)/.73 var(--display); letter-spacing: -.045em; }
.final-cta h2 em { color: var(--cream); -webkit-text-stroke: 2px var(--ink); text-shadow: 7px 7px 0 var(--ink); }
.final-cta > p { max-width: 560px; font-weight: 600; line-height: 1.55; }
.hard-button--giant { margin-top: 2rem; font-size: 1.6rem; box-shadow: 10px 10px 0 var(--ink); }
.hard-button--giant span { padding: 1.25rem 2rem; }
.hard-button--giant b { width: 70px; }
.final-cta small { margin-top: 1.5rem; font-weight: 700; }
.orbit { position: absolute; width: 980px; color: rgba(17,16,15,.18); font: 900 3rem var(--display); white-space: nowrap; }
.orbit-one { top: 20%; left: -160px; transform: rotate(-25deg); animation: float-one 7s ease-in-out infinite; }
.orbit-two { right: -230px; bottom: 18%; transform: rotate(22deg); animation: float-two 8s ease-in-out infinite; }
@keyframes float-one { 50% { transform: translate(30px, -15px) rotate(-22deg); } }
@keyframes float-two { 50% { transform: translate(-25px, 20px) rotate(19deg); } }

.footer { padding: 6rem 5vw 1.5rem; color: var(--ink); background: var(--yellow); border-top: 3px solid; display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 3rem; }
.footer-mark { display: flex; align-items: center; gap: .7rem; font: 900 3rem var(--wide); letter-spacing: -.08em; }
.footer-mark span { width: 58px; height: 58px; color: var(--cream); }
.footer-tagline { font: 900 clamp(2.2rem, 4vw, 4rem)/.85 var(--display); }
.footer-links { display: flex; flex-direction: column; gap: .8rem; font-weight: 700; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { grid-column: 1/-1; margin-top: 4rem; padding-top: 1.5rem; border-top: 2px solid; display: flex; justify-content: space-between; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s, transform .65s; }
.reveal.visible { opacity: 1; transform: translateY(0) rotate(var(--rotation, 0deg)); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .topbar > .hard-button { margin-left: auto; }
  .hero-card { left: 2%; opacity: .88; }
  .problem, .system-stage, .results, .managed { grid-template-columns: 1fr; }
  .problem-poster { margin: 7rem auto; width: min(70%, 520px); }
  .problem-copy { min-height: 700px; }
  .machine-card, .results-visual { position: relative; top: auto; }
  .machine-card { margin-bottom: 3rem; }
  .steps { padding: 0 7vw 6rem; }
  .results-visual { height: auto; padding: 6rem 10vw 2rem; }
  .results-copy { padding: 5rem 8vw 8rem; }
  .timing-head { grid-template-columns: 1fr; }
  .stamp-grid { padding-block: 5rem; }
  .comparison-title { grid-template-columns: 1fr; gap: 2rem; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1/3; }
}

@media (max-width: 720px) {
  .graph-paper { background-size: 42px 42px; }
  .topbar { height: 70px; padding: 0 1rem; }
  .topbar > .hard-button { display: none; }
  .brand { font-size: 1.3rem; }
  .brand span { width: 30px; height: 30px; }
  .menu-button { width: 46px; height: 46px; display: grid; place-content: center; gap: 7px; background: var(--yellow); border: 2px solid; border-radius: 50%; }
  .menu-button i { display: block; width: 20px; height: 2px; background: var(--ink); transition: transform .25s; }
  .menu-button[aria-expanded="true"] i:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 0; z-index: 90; padding: 7rem 1.5rem 2rem; display: flex; flex-direction: column; justify-content: center; color: var(--cream); background: var(--violet); transform: translateY(-105%); transition: transform .35s; }
  .mobile-nav.open { transform: translateY(0); }
  .mobile-nav a { padding: 1rem 0; border-bottom: 2px solid; font: 900 3.3rem/.9 var(--display); }
  .hero { min-height: 860px; height: max(860px, 100svh); padding: 105px 1rem 4rem; }
  .kicker { margin: 0 auto 1.25rem 0; padding: .45rem .6rem; gap: .5rem; font-size: .58rem; letter-spacing: .11em; box-shadow: 3px 3px 0 var(--ink); }
  .kicker i { width: 10px; height: 10px; flex: none; }
  .hero h1 { font-size: clamp(4.3rem, 21.5vw, 7rem); line-height: .77; text-align: left; }
  .hero h1 .line { white-space: normal; }
  .hero h1 mark { display: inline-block; }
  .hero-bottom { width: 100%; margin-top: auto; display: block; }
  .hero-bottom p { width: 67%; margin-left: auto; font-size: .8rem; }
  .hero-bottom .hard-button { margin-top: 1rem; float: right; }
  .hero-card { top: auto; bottom: 215px; left: 1.25rem; width: 90px; padding: 6px; transform: rotate(-7deg); box-shadow: 5px 5px 0 var(--ink); }
  .hero-card span { font-size: .57rem; }
  .sticker-burst { top: 31%; right: 5%; width: 85px; font-size: .75rem; }
  .sticker-points, .sticker-chat, .scroll-cue { display: none; }
  .ticker-track { font-size: 1.2rem; }
  .problem { min-height: auto; }
  .problem-poster { width: 82%; margin: 5rem auto; padding: 2rem 1.5rem; }
  .problem-poster > strong { font-size: 3.8rem; }
  .calendar { width: 105px; height: 105px; right: 1.2rem; bottom: 5rem; }
  .calendar b { font-size: 3.2rem; }
  .problem-poster p { left: 1.5rem; bottom: 1.3rem; font-size: .62rem; }
  .problem-copy { min-height: 620px; padding: 5rem 1.5rem; }
  .problem-copy h2, .system-title h2, .timing-head h2, .results-copy h2, .stack-intro h2, .managed-head h2, .comparison-title h2, .faq > h2, .final-cta h2 { font-size: clamp(4rem, 18vw, 6rem); }
  .system-title { min-height: 690px; padding: 5rem 1.3rem; display: block; }
  .system-title h2 { margin-top: 3rem; }
  .system-title p { margin-top: 2rem; }
  .machine-card { width: 73%; margin: 5rem auto; }
  .machine-badge { right: -38px; width: 82px; height: 82px; font-size: .8rem; }
  .steps { padding-inline: 1.3rem; }
  .step { min-height: 175px; grid-template-columns: 36px 1fr; gap: .6rem; }
  .step > b { display: none; }
  .step h3 { font-size: 3rem; }
  .step p { font-size: .82rem; }
  .timing { padding: 6rem 1rem 9rem; }
  .timing-head { margin-bottom: 3rem; }
  .timing-track { grid-template-columns: 1fr; }
  .moment { min-height: 290px; }
  .moment:nth-child(2), .moment:nth-child(3) { transform: none; }
  .moment > b { margin-top: 3.5rem; }
  .results-visual { padding: 5rem 1.3rem 2rem; }
  .results-copy { padding: 4rem 1.3rem 6rem; }
  .results-copy h2 { margin-bottom: 3rem; }
  .metric-row { grid-template-columns: 105px 1fr; min-height: 135px; }
  .metric-row > span { font-size: 2.7rem; }
  .metric-row b { font-size: 1.25rem; }
  .metric-row i { display: none; }
  .stack-intro { padding: 6rem 1.3rem 3rem; }
  .stack-stage { height: auto; padding: 3rem 1rem 5rem; }
  .stack-pin { position: relative; height: auto; overflow: visible; background: none; }
  .stack-track { width: 100%; display: grid; padding: 0; gap: 1rem; transform: none !important; }
  .stack-card { width: 100%; height: 390px; padding: 1.5rem; box-shadow: 8px 8px 0 var(--ink); }
  .stack-card h3 { margin-top: 3rem; font-size: 3.9rem; }
  .stack-card p { font-size: .85rem; }
  .drag-hint { display: none; }
  .managed-head { padding: 6rem 1.3rem; }
  .stamp-grid { grid-template-columns: 1fr; padding: 3rem 1rem; }
  .stamp-grid article { min-height: 250px; }
  .comparison { padding: 6rem 1.2rem; }
  .compare-row { grid-template-columns: 1fr 1fr; }
  .compare-row b { grid-column: 1/-1; padding-top: 1.2rem; }
  .compare-row span { min-height: 66px; padding: .8rem; border-left: 0; }
  .compare-row span:last-child { border-left: 2px solid; }
  .compare-head b { display: none; }
  .compare-head { min-height: 64px; }
  .faq { padding: 6rem 1.2rem; }
  .faq-list { margin-top: 2rem; }
  .faq summary { min-height: 100px; grid-template-columns: 1fr 42px; font-size: 1.85rem; }
  .faq summary span { width: 38px; height: 38px; }
  .faq details p { font-size: .86rem; }
  .final-cta { min-height: 850px; padding-inline: 1rem; }
  .final-cta::before { width: 500px; height: 500px; }
  .hard-button--giant { font-size: 1rem; }
  .hard-button--giant span { padding: 1rem; }
  .hard-button--giant b { width: 52px; }
  .orbit { font-size: 2rem; }
  .footer { grid-template-columns: 1fr; padding: 4rem 1.3rem 1.3rem; }
  .footer-links { grid-column: 1; grid-row: auto; }
  .footer-bottom { display: grid; gap: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cursor { display: none; }
}
