/* Shared brand tokens + Bangers @font-face live in tokens.css. */

* {
	box-sizing: border-box;
}

html {
	background: var(--paper);
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	color: var(--ink);
	font-family: var(--body);
	background:
		linear-gradient(rgba(23, 19, 15, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 19, 15, 0.022) 1px, transparent 1px),
		var(--paper);
	background-size: 24px 24px;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -2;
	content: "";
	background:
		radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.72), transparent 18rem),
		radial-gradient(circle at 88% 6%, rgba(244, 213, 83, 0.4), transparent 16rem),
		linear-gradient(180deg, #fff8ec 0%, #efe5d8 100%);
}

body::after {
	position: fixed;
	inset: 0;
	z-index: -1;
	content: "";
	opacity: 0.16;
	background-image: radial-gradient(var(--ink) 1.1px, transparent 1.3px);
	background-size: 13px 13px;
	pointer-events: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img,
video {
	display: block;
	max-width: 100%;
}

.skip-link {
	position: absolute;
	left: -999px;
	top: 0;
	z-index: 100;
	padding: 0.6rem 1rem;
	background: var(--ink);
	color: var(--paper-bright);
	font-family: var(--mono);
	font-weight: 700;
}

.skip-link:focus {
	left: 0.5rem;
	top: 0.5rem;
}

/* ---------- Shared display + type ---------- */

.eyebrow {
	margin: 0 0 0.7rem;
	color: var(--red-dark);
	font-family: var(--mono);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	font-family: var(--display);
	font-weight: 400;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.lede {
	margin: 1rem 0 0;
	max-width: 40rem;
	color: var(--muted);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.55;
}

.section-heading {
	max-width: 44rem;
	margin: 0 auto 2rem;
	text-align: center;
}

h2 {
	margin: 0;
	font-size: clamp(2.1rem, 7vw, 3.6rem);
	line-height: 0.96;
}

.kana-inline,
.en-inline {
	white-space: nowrap;
}

.kana-inline {
	color: var(--red);
	font-family: var(--serif-kana);
	font-weight: 700;
	text-transform: none;
}

.en-inline {
	color: var(--blue);
}

/* ---------- Header ---------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 1rem;
	background: rgba(244, 240, 232, 0.85);
	border-bottom: 3px solid var(--ink);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.brand {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	min-width: 0;
	font-family: var(--display);
	font-size: 1.4rem;
	line-height: 1;
	text-transform: uppercase;
	transform: rotate(-1deg);
}

.brand img {
	width: 2.3rem;
	height: 2.3rem;
	border: 3px solid var(--ink);
	border-radius: 9px;
	box-shadow: 0.18rem 0.18rem 0 var(--ink);
}

.top-nav {
	display: none;
	align-items: center;
	gap: 1.3rem;
	font-family: var(--mono);
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.top-nav a {
	padding-bottom: 2px;
	border-bottom: 3px solid transparent;
	transition: border-color 120ms ease, color 120ms ease;
}

.top-nav a:hover,
.top-nav a:focus-visible {
	border-color: var(--red);
}

.nav-cta {
	padding: 0.5rem 0.9rem !important;
	border: 3px solid var(--ink) !important;
	border-radius: 9px;
	background: var(--yellow);
	box-shadow: 0.18rem 0.18rem 0 var(--ink);
}

.nav-cta:hover,
.nav-cta:focus-visible {
	transform: translate(0.1rem, 0.1rem);
	box-shadow: 0.08rem 0.08rem 0 var(--ink);
}

/* ---------- Buttons ---------- */

.store-button,
.ghost-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	border: 3px solid var(--ink);
	border-radius: 11px;
	box-shadow: var(--shadow);
	transition: transform 130ms ease, box-shadow 130ms ease;
}

.store-button {
	min-height: 3.9rem;
	padding: 0.5rem 1.25rem;
	background: var(--ink);
	color: var(--paper-bright);
	box-shadow: 0.5rem 0.5rem 0 var(--yellow);
}

.store-glyph {
	display: inline-flex;
}

.store-text {
	text-align: left;
}

.store-kicker {
	display: block;
	font-family: var(--mono);
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.store-label {
	display: block;
	margin-top: 0.05rem;
	font-family: var(--display);
	font-size: 1.85rem;
	line-height: 0.9;
	text-transform: uppercase;
}

.ghost-button {
	min-height: 3.9rem;
	padding: 0.9rem 1.3rem;
	background: var(--yellow);
	font-family: var(--display);
	font-size: 1.25rem;
	line-height: 0.9;
	text-transform: uppercase;
}

.store-button:hover,
.store-button:focus-visible,
.ghost-button:hover,
.ghost-button:focus-visible {
	transform: translate(0.22rem, 0.22rem);
	box-shadow: 0.28rem 0.28rem 0 var(--ink);
}

.store-button:hover,
.store-button:focus-visible {
	box-shadow: 0.28rem 0.28rem 0 var(--yellow);
}

.store-button-light {
	background: var(--paper-bright);
	color: var(--ink);
	box-shadow: var(--shadow);
}

.store-button-light:hover,
.store-button-light:focus-visible {
	box-shadow: 0.28rem 0.28rem 0 var(--ink);
}

/* ---------- Hero ---------- */

.hero {
	position: relative;
	overflow: hidden;
	padding: 2.5rem 1rem 3rem;
	border-bottom: 4px solid var(--ink);
	isolation: isolate;
}

.hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background:
		radial-gradient(circle at 70% 35%, rgba(255, 250, 240, 0.7), transparent 60%),
		repeating-linear-gradient(100deg, rgba(23, 19, 15, 0.05) 0 2px, transparent 2px 26px);
	pointer-events: none;
}

.hero-grid {
	display: grid;
	gap: 1.8rem;
	align-items: center;
	width: min(100%, var(--maxw));
	margin: 0 auto;
}

.hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
}

h1 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(2.7rem, 11vw, 4.6rem);
	line-height: 0.92;
}

.hero-accent {
	color: var(--red);
	text-shadow:
		0.045em 0.045em 0 var(--yellow),
		0.075em 0.075em 0 var(--ink);
}

.hero-copy {
	margin: 1.2rem auto 0;
	max-width: 34rem;
	color: var(--ink);
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.55;
}

.hero-copy strong {
	color: var(--red-dark);
	font-weight: 800;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 1.6rem;
}

.hero-note {
	margin: 1rem 0 0;
	color: var(--muted);
	font-family: var(--mono);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.hero-art {
	position: relative;
	z-index: 1;
	width: min(100%, 22rem);
	margin: 0 auto;
}

.hero-video,
.hero-art img {
	width: 100%;
	height: auto;
	border: 4px solid var(--ink);
	border-radius: 18px;
	box-shadow: 0.7rem 0.7rem 0 var(--ink);
	background: var(--ink);
}

.hero-art-tag {
	position: absolute;
	right: -0.6rem;
	bottom: -0.9rem;
	display: grid;
	width: 3.6rem;
	height: 3.6rem;
	place-items: center;
	border: 3px solid var(--ink);
	border-radius: 50%;
	background: var(--yellow);
	box-shadow: 0.25rem 0.25rem 0 var(--ink);
	color: var(--red);
	font-family: var(--serif-kana);
	font-size: 2rem;
	font-weight: 700;
	transform: rotate(-8deg);
}

/* Hero comic FX */
.hero-fx {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.burst {
	position: absolute;
	display: grid;
	place-items: center;
	width: 5.5rem;
	aspect-ratio: 1;
	background: var(--yellow);
	color: var(--red);
	font-family: var(--display);
	font-size: 1.15rem;
	line-height: 0.9;
	text-shadow: 2px 2px 0 var(--ink);
	text-transform: uppercase;
	filter: drop-shadow(3px 3px 0 var(--ink));
	clip-path: polygon(
		50% 0, 58% 28%, 87% 13%, 72% 42%, 100% 50%, 72% 58%, 87% 87%,
		58% 72%, 50% 100%, 42% 72%, 13% 87%, 28% 58%, 0 50%, 28% 42%, 13% 13%, 42% 28%
	);
}

.burst-pow {
	top: 1rem;
	right: 0.5rem;
	transform: rotate(11deg);
}

.burst-kana {
	bottom: 1rem;
	left: 0.5rem;
	background: var(--red);
	color: var(--paper-bright);
	transform: rotate(-14deg);
}

.speed-lines {
	position: absolute;
	width: 9rem;
	height: 3.4rem;
	opacity: 0.4;
	background: repeating-linear-gradient(
		to bottom,
		var(--ink) 0, var(--ink) 3px, transparent 3px, transparent 13px
	);
}

.speed-lines-left {
	top: 30%;
	left: -3rem;
	transform: rotate(-14deg);
}

.speed-lines-right {
	bottom: 24%;
	right: -3rem;
	transform: rotate(13deg);
}

/* ---------- Ticker ---------- */

.ticker {
	background: var(--ink);
	color: var(--paper-bright);
	border-bottom: 4px solid var(--ink);
}

.ticker ol {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	width: min(100%, var(--maxw));
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.ticker li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 1rem 0.75rem;
	font-family: var(--display);
	font-size: 1.15rem;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 0 0 1px rgba(255, 250, 240, 0.18);
}

.ticker li span {
	display: inline-grid;
	place-items: center;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	background: var(--red);
	color: var(--paper-bright);
	font-family: var(--mono);
	font-size: 0.7rem;
	font-weight: 800;
}

/* ---------- Sections ---------- */

.how,
.features,
.cta {
	width: min(100%, var(--maxw));
	margin: 0 auto;
	padding: 3.5rem 1rem;
}

/* How it works */
.how-stage {
	display: grid;
	gap: 2rem;
	align-items: center;
	justify-items: center;
}

/* Interactive demo phone */
.sr-status {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.demo-device {
	position: relative;
	width: min(100%, 23rem);
}

.phone-demo {
	padding: 1rem;
	border: 4px solid var(--ink);
	border-radius: 30px;
	background:
		linear-gradient(rgba(23, 19, 15, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 19, 15, 0.025) 1px, transparent 1px),
		var(--paper-bright);
	background-size: 20px 20px;
	box-shadow: var(--shadow);
}

/* :where() keeps this reset at zero specificity so component colors win. */
:where(.phone-demo) button {
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.phone-header {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.85rem;
	font-family: var(--display);
	font-size: 1.65rem;
	text-transform: uppercase;
}

.phone-header img {
	width: 2.35rem;
	height: 2.35rem;
	border: 3px solid var(--ink);
	border-radius: 9px;
}

.demo-tag {
	margin-left: auto;
	padding: 0.24rem 0.5rem;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: var(--yellow);
	font-family: var(--mono);
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transform: rotate(2deg);
}

.input-panel,
.result-panel {
	border: 3px solid var(--ink);
	border-radius: var(--radius);
	background: var(--paper);
	box-shadow: 0.27rem 0.27rem 0 var(--ink);
}

.input-panel {
	padding: 0.9rem 1rem 1rem;
}

.panel-label {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.35rem;
	color: var(--red);
	font-family: var(--display);
	font-size: 1rem;
	text-transform: uppercase;
}

.panel-label i {
	flex: 1;
	height: 3px;
	background: var(--ink);
}

.demo-input-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.demo-input {
	flex: 1;
	min-width: 0;
	font-family: var(--display);
	font-size: clamp(2.4rem, 14vw, 3.15rem);
	line-height: 0.9;
	text-transform: uppercase;
}

.bolt-button,
.play-reading {
	display: grid;
	flex: none;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border: 3px solid var(--ink);
	border-radius: 50%;
	background: var(--red);
	color: var(--paper-bright);
	font-size: 1.2rem;
	font-weight: 900;
	box-shadow: 0.14rem 0.14rem 0 var(--ink);
}

.word-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.45rem;
	margin: 0.85rem 0;
}

.word-tabs button {
	min-width: 0;
	min-height: 2.5rem;
	padding: 0.45rem 0.35rem;
	border: 3px solid var(--ink);
	border-radius: 999px;
	background: var(--paper-bright);
	color: var(--ink);
	font-family: var(--mono);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0.12rem 0.12rem 0 var(--ink);
	cursor: pointer;
}

.word-tabs button[aria-pressed="true"] {
	background: var(--yellow);
	color: var(--red-dark);
}

.result-panel {
	position: relative;
	overflow: hidden;
	padding: 1rem;
}

.result-panel::before,
.result-panel::after {
	position: absolute;
	width: 4.4rem;
	height: 2.4rem;
	content: "";
	opacity: 0.2;
	background-image: radial-gradient(var(--ink) 1.2px, transparent 1.4px);
	background-size: 9px 9px;
	pointer-events: none;
}

.result-panel::before {
	right: 0.8rem;
	top: 0.8rem;
}

.result-panel::after {
	left: 0.8rem;
	bottom: 0.8rem;
}

.result-tags {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.result-tags span {
	flex: none;
	padding: 0.28rem 0.55rem;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: var(--yellow);
	font-family: var(--mono);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.translation-pill {
	min-width: 4.2rem;
	max-width: 8rem;
	padding: 0.35rem 0.65rem;
	overflow: hidden;
	border: 0;
	border-radius: 5px;
	background: var(--ink);
	color: var(--paper-bright);
	font-family: var(--serif-kana);
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.sound-effect {
	display: block;
	width: 100%;
	margin-top: 0.8rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--red);
	font-family: var(--serif-kana);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	text-shadow: 0.08em 0.08em 0 var(--yellow);
	transform: rotate(-3deg);
	cursor: pointer;
}

.kana {
	position: relative;
	z-index: 1;
	margin: 0.25rem auto 0;
	padding-inline: 0.6rem;
	font-family: var(--serif-kana);
	font-size: clamp(2.8rem, 15vw, 4.4rem);
	font-weight: 800;
	line-height: 1.05;
	text-align: center;
	white-space: nowrap;
}

.kana.kana-long {
	font-size: clamp(2.1rem, 11vw, 2.9rem);
}

.romaji {
	position: relative;
	z-index: 1;
	font-family: var(--display);
	font-size: 1.25rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.meaning-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.9rem;
	padding-top: 0.75rem;
	border-top: 3px solid var(--ink);
}

.meaning-row span {
	display: block;
	color: var(--red);
	font-family: var(--display);
	font-size: 0.95rem;
	line-height: 1;
	text-transform: uppercase;
}

.meaning-row strong {
	display: block;
	margin-top: 0.15rem;
	font-family: var(--display);
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
}

.mora-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(4.2rem, 1fr));
	gap: 0.5rem;
	margin-top: 0.9rem;
}

.mora-tile {
	display: grid;
	min-width: 0;
	min-height: 4.35rem;
	place-items: center;
	padding: 0.4rem 0.25rem;
	border: 3px solid var(--ink);
	border-radius: 10px;
	background: var(--paper-bright);
	box-shadow: 0.14rem 0.14rem 0 var(--ink);
	text-align: center;
	cursor: pointer;
}

.mora-tile strong {
	display: block;
	font-family: var(--serif-kana);
	font-size: clamp(1.45rem, 8vw, 2rem);
	line-height: 1;
}

.mora-tile span {
	display: block;
	margin-top: 0.2rem;
	font-family: var(--mono);
	font-size: 0.72rem;
	font-weight: 900;
}

.is-speaking {
	background: var(--red) !important;
	color: var(--paper-bright) !important;
	transform: translate(0.08rem, 0.08rem);
}

/* Spotlight on the demo region a clicked how-step describes. */
.step-glow {
	outline: 3px dashed var(--red);
	outline-offset: 0.3rem;
	animation: step-pop 0.45s ease;
}

@keyframes step-pop {
	50% {
		transform: scale(1.02) rotate(-0.4deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.step-glow {
		animation: none;
	}

	.how-steps li,
	.how-steps li.is-active,
	.how-steps li:hover {
		transform: none;
		transition: none;
	}
}

.how-steps {
	display: grid;
	gap: 1.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 34rem;
}

.how-steps li {
	position: relative;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1.1rem;
	border: 3px solid var(--ink);
	border-radius: var(--radius);
	background: var(--paper-bright);
	box-shadow: var(--shadow-sm);
	transition: transform 0.12s ease, background-color 0.12s ease;
}

.how-steps li:hover {
	transform: translate(-0.12rem, -0.12rem);
}

.how-steps li.is-active {
	background: var(--yellow);
	transform: rotate(-0.4deg);
}

.how-steps li.is-active .step-mark {
	background: var(--red);
}

/* The heading doubles as the card's button; ::after stretches the hit area
   across the whole card while the markup stays valid (no block tags in a
   button). */
.step-link {
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	text-align: left;
	text-transform: inherit;
	cursor: pointer;
}

.step-link::after {
	position: absolute;
	inset: 0;
	content: "";
}

.step-link:focus-visible {
	outline: none;
}

.step-link:focus-visible::after {
	outline: 3px dashed var(--red);
	outline-offset: 0.2rem;
	border-radius: var(--radius);
}

.step-mark {
	display: grid;
	flex: none;
	place-items: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: var(--ink);
	color: var(--paper-bright);
	font-family: var(--display);
	font-size: 1.35rem;
}

.how-steps h3 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1;
}

.how-steps p {
	margin: 0.4rem 0 0;
	color: var(--muted);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.5;
}

/* Features */
.feature-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.feat {
	position: relative;
	overflow: hidden;
	padding: 1.4rem;
	border: 3px solid var(--ink);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
}

.feat::after {
	position: absolute;
	right: -1.2rem;
	bottom: -1.4rem;
	width: 7rem;
	height: 7rem;
	content: "";
	opacity: 0.18;
	background-image: radial-gradient(currentColor 1.3px, transparent 1.5px);
	background-size: 11px 11px;
}

.feat-kana {
	display: inline-grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border: 3px solid currentColor;
	border-radius: 50%;
	font-family: var(--serif-kana);
	font-size: 1.6rem;
	font-weight: 700;
}

.feat h3 {
	margin: 1rem 0 0;
	font-size: 1.7rem;
	line-height: 0.98;
}

.feat p {
	position: relative;
	z-index: 1;
	margin: 0.6rem 0 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.feat-red {
	background: var(--red);
	color: var(--paper-bright);
}

.feat-yellow {
	background: var(--yellow);
	color: var(--ink);
}

.feat-blue {
	background: var(--blue);
	color: var(--paper-bright);
}

.feat-green {
	background: var(--green);
	color: var(--paper-bright);
}

.feat-yellow p {
	color: var(--ink);
}

.feat-red p,
.feat-blue p,
.feat-green p {
	color: rgba(255, 250, 240, 0.92);
}

.roster-band {
	margin: 2.2rem 0 0;
}

.roster-band img {
	width: 100%;
	height: auto;
	border: 4px solid var(--ink);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

/* ---------- City band ---------- */

.city-band {
	display: grid;
	gap: 1.5rem;
	align-items: center;
	width: min(100%, var(--maxw));
	margin: 0 auto;
	padding: 1rem 1rem 3rem;
}

.city-art {
	margin: 0;
}

.city-art img {
	width: 100%;
	height: auto;
	border: 4px solid var(--ink);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.city-copy {
	text-align: center;
}

.city-copy .lede {
	margin-left: auto;
	margin-right: auto;
}

/* ---------- Mega / pricing ---------- */

.mega {
	border-top: 4px solid var(--ink);
	border-bottom: 4px solid var(--ink);
	background:
		radial-gradient(circle at 85% 12%, rgba(244, 213, 83, 0.3), transparent 45%),
		var(--ink);
	color: var(--paper-bright);
}

.mega-inner {
	display: grid;
	gap: 2rem;
	align-items: center;
	width: min(100%, var(--maxw));
	margin: 0 auto;
	padding: 3.5rem 1rem;
}

.mega .eyebrow {
	color: var(--yellow);
}

.mega h2 {
	color: var(--paper-bright);
}

.mega-word {
	color: var(--yellow);
	text-shadow: 0.04em 0.04em 0 var(--red);
}

.mega .lede {
	color: rgba(255, 250, 240, 0.82);
}

.mega-copy .store-button {
	margin-top: 1.5rem;
}

.plans {
	display: grid;
	gap: 1.1rem;
}

.plan {
	position: relative;
	padding: 1.5rem;
	border: 3px solid var(--paper-bright);
	border-radius: var(--radius);
	background: rgba(255, 250, 240, 0.06);
}

.plan-featured {
	border-color: var(--yellow);
	background: var(--paper-bright);
	color: var(--ink);
	box-shadow: 0.5rem 0.5rem 0 var(--yellow);
}

.plan-flag {
	display: inline-block;
	margin: 0 0 0.7rem;
	padding: 0.3rem 0.6rem;
	border-radius: 7px;
	background: var(--red);
	color: var(--paper-bright);
	font-family: var(--mono);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.plan-name {
	margin: 0;
	font-family: var(--display);
	font-size: 1.9rem;
	line-height: 1;
	text-transform: uppercase;
}

.plan-price {
	margin: 0.4rem 0 1rem;
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
}

.plan-amount {
	font-family: var(--display);
	font-size: 2.6rem;
	line-height: 1;
}

.plan-cycle {
	font-family: var(--mono);
	font-size: 0.9rem;
	font-weight: 700;
	opacity: 0.75;
}

.plan-feats {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plan-feats li {
	display: flex;
	gap: 0.55rem;
	align-items: flex-start;
	padding: 0.4rem 0;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.4;
}

.plan-feats li span {
	flex: none;
	color: var(--green);
	font-weight: 900;
}

.plan:not(.plan-featured) .plan-feats li span {
	color: var(--yellow);
}

/* ---------- Final CTA ---------- */

.cta-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: center;
	justify-content: space-between;
	padding: 2.2rem 1.5rem;
	border: 4px solid var(--ink);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 88% 18%, rgba(244, 213, 83, 0.35), transparent 50%),
		var(--red);
	box-shadow: var(--shadow);
	color: var(--paper-bright);
}

.cta .eyebrow {
	color: var(--yellow);
}

.cta h2 {
	max-width: 24rem;
}

.cta .lede {
	color: rgba(255, 250, 240, 0.9);
}

/* ---------- Footer ---------- */

.site-footer {
	display: grid;
	gap: 1.1rem;
	width: min(100%, var(--maxw));
	margin: 0 auto;
	padding: 2.5rem 1rem 3rem;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-family: var(--display);
	font-size: 1.5rem;
	text-transform: uppercase;
}

.footer-brand img {
	width: 2rem;
	height: 2rem;
	border: 2px solid var(--ink);
	border-radius: 7px;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
	font-family: var(--mono);
	font-size: 0.85rem;
	font-weight: 700;
}

.footer-links a {
	border-bottom: 2px solid var(--red);
	padding-bottom: 1px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	color: var(--red);
}

.footer-fine {
	margin: 0;
	color: var(--muted);
	font-size: 0.85rem;
}

/* ---------- Responsive ---------- */

@media (min-width: 40rem) {
	.feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.plans {
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
	}

	.ticker ol {
		grid-template-columns: repeat(4, 1fr);
	}

	.ticker li {
		font-size: 1.3rem;
	}
}

@media (min-width: 56rem) {
	.site-header {
		padding: 0.85rem 1.6rem;
	}

	.top-nav {
		display: flex;
	}

	.hero {
		padding: 3.5rem 1.6rem 4rem;
	}

	.hero-grid {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 3rem;
	}

	.hero-content {
		text-align: left;
	}

	.hero-copy {
		margin-left: 0;
	}

	.hero-actions {
		justify-content: flex-start;
	}

	.hero-art {
		width: min(100%, 24rem);
	}

	.burst {
		width: 6.5rem;
		font-size: 1.4rem;
	}

	.how,
	.features,
	.cta {
		padding: 5rem 1.6rem;
	}

	.how-stage {
		grid-template-columns: minmax(20rem, 23rem) 1fr;
		gap: 3rem;
		align-items: center;
	}

	.city-band {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 3rem;
		padding: 2rem 1.6rem 4rem;
	}

	.city-copy {
		text-align: left;
	}

	.city-copy .lede {
		margin-left: 0;
	}

	.mega-inner {
		grid-template-columns: 0.9fr 1.1fr;
		gap: 3rem;
		padding: 5rem 1.6rem;
	}

	.cta-inner {
		flex-wrap: nowrap;
		padding: 3rem 3rem;
	}
}

@media (min-width: 72rem) {
	h1 {
		font-size: 5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.store-button,
	.ghost-button,
	.nav-cta,
	.top-nav a {
		transition: none;
	}
}
