/* =========================================================================
   Platingoes — front-end stylesheet
   Sections: 1 tokens · 2 base · 3 typography · 4 layout · 5 controls
   6 header · 7 hero · 8 manifesto · 9 counter · 10 techniques · 11 blueprints
   12 pricing · 13 perks · 14 voices · 15 faq · 16 waitlist · 17 footer
   18 documents · 19 motion · 20 responsive
   ========================================================================= */

/* ---------------------------------------------------------------- 1 tokens */
:root {
	--ink: #1a0d2e;
	--ink-deep: #140926;
	--plum: #3a1b68;
	--grape: #6030a8;
	--basil: #b7f26a;
	--basil-deep: #96e04a;
	--basil-shade: #7cc63c;
	--paprika: #ff6b35;
	--paprika-deep: #e8541f;
	--saffron: #ffb747;
	--porcelain: #eeece8;
	--porcelain-2: #f4f2ee;
	--cream: #fcfaf6;
	--white: #fdfbf7;

	--text: #1a0d2e;
	--text-soft: #5c4f74;
	--text-light: rgba(255, 255, 255, 0.82);
	--line: rgba(26, 13, 46, 0.10);
	--line-light: rgba(255, 255, 255, 0.20);

	--font-display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
	--font-body: "Schibsted Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

	--wrap: 1200px;
	--gutter: clamp(1.25rem, 4vw, 3rem);
	--curve: clamp(28px, 4.5vw, 76px);
	--r-sm: 12px;
	--r-md: 18px;
	--r-lg: 28px;
	--r-xl: 40px;
	--r-pill: 999px;

	--shadow-sm: 0 2px 8px rgba(26, 13, 46, 0.06);
	--shadow-md: 0 18px 40px -22px rgba(26, 13, 46, 0.28);
	--shadow-lg: 0 44px 90px -40px rgba(26, 13, 46, 0.42);
	--shadow-ink: 0 40px 80px -34px rgba(10, 4, 24, 0.7);

	--step: clamp(3.5rem, 7vw, 7.5rem);
}

/* ------------------------------------------------------------------ 2 base */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
}

body {
	margin: 0;
	background: var(--porcelain);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.65;
	font-feature-settings: "cv11", "ss01";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

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

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration-color: rgba(26, 13, 46, 0.28);
	text-underline-offset: 3px;
}

a:hover {
	text-decoration-color: currentColor;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

:focus-visible {
	outline: 3px solid var(--paprika);
	outline-offset: 3px;
	border-radius: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	top: -100px;
	left: 1rem;
	z-index: 200;
	padding: 0.75rem 1.25rem;
	border-radius: var(--r-pill);
	background: var(--ink);
	color: var(--white);
	font-family: var(--font-display);
	font-weight: 600;
	text-decoration: none;
	transition: top 0.2s ease;
}

.skip-link:focus {
	top: 1rem;
}

/* ------------------------------------------------------------ 3 typography */
.display-xl,
.display-lg,
h1,
h2,
h3,
h4 {
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.02;
	margin: 0;
	text-wrap: balance;
}

.display-xl {
	font-size: clamp(2.75rem, 7.2vw, 5.25rem);
}

.display-lg {
	font-size: clamp(2.1rem, 4.6vw, 3.5rem);
	line-height: 1.06;
}

.heading__line {
	display: block;
}

.heading__line--accent {
	color: var(--paprika-deep);
}

.on-ink,
.on-ink .heading__line {
	color: var(--white);
}

.on-ink .heading__line--accent {
	color: var(--basil);
}

.lead {
	max-width: 46ch;
	margin: 1.25rem 0 0;
	font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
	color: var(--text-soft);
}

.lead--center {
	margin-inline: auto;
	text-align: center;
}

.lead--light {
	color: var(--text-light);
	line-height: 1.72;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1.25rem;
	padding: 0.4rem 0.9rem 0.4rem 0.7rem;
	border: 1px solid var(--line);
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, 0.78);
	font-family: var(--font-display);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
}

.eyebrow__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--paprika);
	box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.18);
}

.rule {
	display: block;
	width: 1px;
	height: clamp(48px, 7vw, 92px);
	margin: 0 auto 2rem;
	background: linear-gradient(to bottom, transparent, rgba(26, 13, 46, 0.35));
}

.rule--light {
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.6));
}

.section__kicker {
	margin: 0 0 clamp(2rem, 4vw, 3rem);
	font-family: var(--font-display);
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--text-soft);
}

/* ---------------------------------------------------------------- 4 layout */
.wrap {
	width: 100%;
	max-width: var(--wrap);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.section {
	position: relative;
	padding-block: var(--step);
	isolation: isolate;
}

.section + .section {
	margin-top: calc(var(--curve) * -1);
	padding-top: calc(var(--step) + var(--curve) * 0.6);
	border-start-start-radius: var(--curve);
	border-start-end-radius: var(--curve);
}

.section--porcelain {
	background: var(--porcelain);
}

.section--porcelain-soft {
	background: linear-gradient(180deg, var(--porcelain-2), var(--porcelain));
}

.section--cream {
	background: var(--cream);
}

.section--basil {
	background: var(--basil);
	color: var(--ink);
}

.section--ink {
	background: var(--ink);
	color: var(--white);
}

.section__backdrop,
.hero__backdrop,
.manifesto__backdrop {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	border-start-start-radius: inherit;
	border-start-end-radius: inherit;
}

.section__backdrop-img,
.hero__backdrop-img,
.manifesto__backdrop-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section__backdrop-img--flip {
	transform: scaleX(-1);
}

.section__head {
	max-width: 62ch;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section__head--center {
	margin-inline: auto;
	text-align: center;
}

.section__head--center .lead {
	margin-inline: auto;
}

/* -------------------------------------------------------------- 5 controls */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.95rem 1.5rem;
	border: 1px solid transparent;
	border-radius: var(--r-pill);
	background: var(--ink);
	color: var(--white);
	font-family: var(--font-display);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.btn:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

.btn:active {
	transform: scale(0.96);
}

.nav-toggle:active {
	transform: scale(0.96);
}

.btn--ink {
	background: var(--ink);
	color: var(--white);
}

.btn--basil {
	background: var(--basil);
	color: var(--ink);
}

.btn--basil:hover {
	background: #c6f785;
}

.btn--outline {
	background: transparent;
	border-color: rgba(26, 13, 46, 0.2);
	color: var(--ink);
}

.btn--outline:hover {
	border-color: var(--ink);
	background: rgba(26, 13, 46, 0.04);
}

.btn--quiet {
	background: rgba(255, 255, 255, 0.82);
	border-color: var(--line);
	color: var(--ink);
}

.btn--sm {
	padding: 0.7rem 1.15rem;
	font-size: 0.9375rem;
}

.btn--block {
	width: 100%;
}

.btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 2rem 0 0;
}

.pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.32rem 0.7rem;
	border-radius: var(--r-pill);
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.pill--basil {
	background: var(--basil);
	color: var(--ink);
}

.pill--ghost {
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.6);
	color: var(--text-soft);
}

.dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--basil-shade);
}

.dot--live {
	background: var(--paprika);
	box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.2);
	animation: pg-pulse 2.4s ease-in-out infinite;
}

.icon {
	flex: none;
}

.icon--flip {
	transform: rotate(180deg);
}

.tick,
.tick-list .tick {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: none;
	border-radius: 50%;
	background: var(--basil);
	color: var(--ink);
}

/* ---------------------------------------------------------------- 6 header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 0.85rem var(--gutter);
	transition: padding 0.24s ease;
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 1rem;
	max-width: var(--wrap);
	margin-inline: auto;
	padding: 0.5rem 0.5rem 0.5rem 0.85rem;
	border: 1px solid transparent;
	border-radius: var(--r-pill);
	transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.site-header.is-stuck .site-header__inner {
	background: rgba(252, 250, 246, 0.82);
	border-color: var(--line);
	box-shadow: var(--shadow-sm);
	backdrop-filter: blur(14px) saturate(140%);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-family: var(--font-display);
	font-size: 1.125rem;
	font-weight: 650;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: var(--ink);
}

.brand__mark {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	box-shadow: var(--shadow-sm);
}

.site-nav {
	margin-inline: auto;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.site-nav__list a {
	display: inline-block;
	padding: 0.5rem 0.85rem;
	border-radius: var(--r-pill);
	font-size: 0.9375rem;
	font-weight: 500;
	text-decoration: none;
	color: var(--text-soft);
	transition: background-color 0.16s ease, color 0.16s ease;
}

.site-nav__list a:hover {
	background: rgba(26, 13, 46, 0.06);
	color: var(--ink);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-left: auto;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}

.nav-toggle__bars {
	display: grid;
	gap: 5px;
}

.nav-toggle__bars span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: var(--ink);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:last-child {
	transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-nav {
	max-width: var(--wrap);
	margin: 0.6rem auto 0;
	padding: 1rem;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: rgba(252, 250, 246, 0.96);
	box-shadow: var(--shadow-md);
	backdrop-filter: blur(14px);
}

.mobile-nav[hidden] {
	display: none;
}

.mobile-nav__list {
	display: grid;
	gap: 0.15rem;
	margin-bottom: 0.75rem;
}

.mobile-nav__list a {
	display: block;
	padding: 0.8rem 0.75rem;
	border-radius: var(--r-sm);
	font-family: var(--font-display);
	font-weight: 600;
	text-decoration: none;
}

.mobile-nav__list a:hover {
	background: rgba(26, 13, 46, 0.05);
}

/* ------------------------------------------------------------------ 7 hero */
.hero {
	padding-top: clamp(2rem, 5vw, 4rem);
	padding-bottom: clamp(4rem, 9vw, 9rem);
	overflow: hidden;
}

.hero__backdrop::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 80% at 12% 18%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.35) 42%, transparent 70%),
		linear-gradient(180deg, transparent 55%, var(--porcelain) 100%);
}

.hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4.5rem);
}

.hero__copy {
	position: relative;
	z-index: 2;
	padding-block: clamp(1rem, 4vw, 3rem);
}

.proof {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 0.75rem;
	margin-top: clamp(2.25rem, 4vw, 3.25rem);
	padding-top: 1.5rem;
	border-top: 1px solid var(--line);
}

.proof__item {
	display: inline-flex;
	align-items: baseline;
	gap: 0.4rem;
	padding: 0.38rem 0.85rem;
	border: 1px solid var(--line);
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, 0.6);
}

.proof__value {
	font-family: var(--font-display);
	font-size: 0.9375rem;
	font-weight: 650;
	letter-spacing: -0.01em;
}

.proof__label {
	font-size: 0.8125rem;
	color: var(--text-soft);
}

.hero__stage {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(320px, 42vw, 520px);
}

/* device: tablet */
.tablet {
	position: relative;
	width: min(100%, 620px);
	padding: 14px;
	border-radius: 34px;
	background: linear-gradient(150deg, #2c1a4a, #150a29 58%, #251440);
	box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transform: rotate(-1.2deg);
}

.tablet::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 62px;
	height: 4px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.16);
	transform: translateX(-50%);
}

.tablet__screen {
	border-radius: 20px;
	overflow: hidden;
	background: var(--cream);
}

.screen {
	display: grid;
	gap: 0;
	font-size: 0.8125rem;
}

.screen__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.7rem 0.95rem;
	background: rgba(26, 13, 46, 0.04);
	border-bottom: 1px solid var(--line);
}

.screen__recipe {
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: -0.01em;
}

.screen__step {
	flex: none;
	padding: 0.2rem 0.55rem;
	border-radius: var(--r-pill);
	background: var(--basil);
	font-family: var(--font-display);
	font-size: 0.6875rem;
	font-weight: 600;
}

.screen__body {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
}

.screen__main {
	padding: 1rem;
}

.screen__headline {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.05rem, 2vw, 1.45rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.screen__note {
	margin: 0.45rem 0 0.85rem;
	color: var(--text-soft);
	font-size: 0.75rem;
	line-height: 1.5;
}

.screen__clip {
	position: relative;
	border-radius: var(--r-md);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.screen__clip-img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.screen__clip-tag {
	position: absolute;
	left: 0.5rem;
	bottom: 0.5rem;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.3rem 0.6rem;
	border-radius: var(--r-pill);
	background: rgba(20, 9, 38, 0.72);
	color: var(--white);
	font-size: 0.6875rem;
	font-weight: 500;
	backdrop-filter: blur(6px);
}

.screen__side {
	padding: 1rem 1rem 1rem 0;
	border-left: 1px solid var(--line);
	padding-left: 1rem;
}

.screen__side-title {
	margin: 0 0 0.6rem;
	font-family: var(--font-display);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-soft);
}

.timer-list {
	display: grid;
	gap: 0.5rem;
}

.timer {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.15rem 0.5rem;
	padding: 0.5rem 0.6rem;
	border-radius: var(--r-sm);
	background: rgba(26, 13, 46, 0.04);
}

.timer__label {
	font-size: 0.75rem;
	font-weight: 500;
}

.timer__time {
	font-family: var(--font-display);
	font-size: 0.8125rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.timer__track {
	grid-column: 1 / -1;
	height: 4px;
	margin-top: 0.25rem;
	border-radius: 2px;
	background: rgba(26, 13, 46, 0.1);
	overflow: hidden;
}

.timer__fill {
	display: block;
	width: var(--pct, 40%);
	height: 100%;
	border-radius: 2px;
	background: var(--basil-shade);
}

.timer--running .timer__fill {
	background: linear-gradient(90deg, var(--basil-shade), var(--paprika));
}

.timer--holding .timer__fill {
	background: var(--saffron);
}

.timer--queued {
	opacity: 0.62;
}

.screen__hint {
	margin: 0.75rem 0 0;
	font-size: 0.6875rem;
	color: var(--text-soft);
	font-style: italic;
}

/* floating props */
.float {
	position: absolute;
	z-index: 3;
}

.float--ring {
	top: 2%;
	left: -2%;
	filter: drop-shadow(0 18px 26px rgba(26, 13, 46, 0.18));
	animation: pg-bob 7s ease-in-out infinite;
}

.float__ring-text {
	font-family: var(--font-display);
	font-size: 22px;
	font-weight: 700;
	fill: var(--ink);
}

.float--plate {
	right: -6%;
	bottom: -8%;
	width: clamp(120px, 18vw, 220px);
	filter: drop-shadow(0 26px 40px rgba(26, 13, 46, 0.28));
	animation: pg-bob 9s ease-in-out infinite reverse;
}

.float--chip,
.float--voice {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 0.9rem;
	border: 1px solid var(--line);
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--shadow-md);
	font-family: var(--font-display);
	font-size: 0.8125rem;
	font-weight: 600;
	backdrop-filter: blur(8px);
}

.float--chip {
	left: -4%;
	bottom: 12%;
	animation: pg-bob 8s ease-in-out infinite;
}

.float--voice {
	right: -8%;
	top: 12%;
}

/* ------------------------------------------------------------- 8 manifesto */
.manifesto {
	padding-bottom: calc(var(--step) * 0.8);
}

.manifesto__backdrop::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(244, 242, 238, 0.55), rgba(238, 236, 232, 0.9));
}

.manifesto__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4rem);
}

.quote-card {
	margin: 0;
	padding: clamp(1.75rem, 3.5vw, 2.75rem);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: var(--r-xl);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: var(--shadow-md);
}

.quote-card__text {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.25rem, 2.4vw, 1.95rem);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-wrap: pretty;
}

.quote-card__attr {
	margin-top: 1.25rem;
	font-size: 0.875rem;
	color: var(--text-soft);
}

.manifesto__art {
	display: grid;
	place-items: center;
}

.manifesto__plate {
	width: clamp(180px, 26vw, 330px);
	filter: drop-shadow(0 34px 48px rgba(26, 13, 46, 0.24));
	animation: pg-bob 11s ease-in-out infinite;
}

.stat-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.5rem);
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.stat {
	padding: 1.25rem 1.35rem;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: rgba(255, 255, 255, 0.6);
}

.stat__value {
	display: block;
	font-family: var(--font-display);
	font-variant-numeric: tabular-nums;
	font-size: clamp(1.75rem, 3.4vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.stat__label {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.8125rem;
	color: var(--text-soft);
}

/* --------------------------------------------------------------- 9 counter */
.counter__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4.5rem);
}

.counter__device {
	position: relative;
	display: grid;
	place-items: center;
}

.phone {
	width: min(100%, 300px);
	padding: 11px;
	border-radius: 39px;
	background: linear-gradient(150deg, #2c1a4a, #150a29 60%, #2a1745);
	box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transform: rotate(1.4deg);
}

.phone__screen {
	padding: 1rem 0.9rem 0.9rem;
	border-radius: 28px;
	background: var(--cream);
}

.phone__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.9rem;
}

.phone__title {
	font-family: var(--font-display);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.check-list {
	display: grid;
	gap: 0.4rem;
}

.check {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.6rem 0.65rem;
	border-radius: var(--r-sm);
	background: rgba(26, 13, 46, 0.04);
	font-size: 0.8125rem;
}

.check__box {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	flex: none;
	border: 1.5px solid rgba(26, 13, 46, 0.2);
	border-radius: 6px;
	background: var(--white);
	color: var(--ink);
}

.check.is-done .check__box {
	border-color: var(--basil-shade);
	background: var(--basil);
}

.check.is-done .check__label {
	color: var(--text-soft);
	text-decoration: line-through;
	text-decoration-color: rgba(26, 13, 46, 0.28);
}

.phone__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin-top: 0.9rem;
	padding: 0.8rem;
	border-radius: var(--r-pill);
	background: var(--ink);
	color: var(--white);
	font-family: var(--font-display);
	font-size: 0.875rem;
	font-weight: 600;
}

.feature-list {
	display: grid;
}

.feature {
	display: grid;
	grid-template-columns: clamp(3rem, 6vw, 4.5rem) minmax(0, 1fr);
	grid-template-areas:
		"num title"
		"num body";
	column-gap: clamp(1rem, 2vw, 1.5rem);
	row-gap: 0.45rem;
	padding: clamp(1.2rem, 2.4vw, 1.7rem) 0;
	border-bottom: 1px solid rgba(26, 13, 46, 0.14);
	transition: padding-left 0.2s ease;
}

.feature:last-child {
	border-bottom: 0;
}

.feature:hover {
	padding-left: 0.5rem;
}

.feature__icon {
	display: none;
}

.feature__num {
	grid-area: num;
	font-family: var(--font-display);
	font-size: clamp(1.9rem, 3.4vw, 2.6rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--ink);
	opacity: 0.85;
}

.feature__title {
	grid-area: title;
	margin-top: 0.15rem;
	font-size: 1.1875rem;
}

.feature__body {
	grid-area: body;
	text-wrap: pretty;
}

.feature__body {
	margin: 0.5rem 0 0;
	font-size: 0.9375rem;
	color: var(--text-soft);
}

/* ----------------------------------------------------------- 10 techniques */
.techniques {
	color: var(--white);
}

.bento {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.8vw, 1.35rem);
}

.bento__card {
	position: relative;
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	padding: clamp(1.5rem, 2.6vw, 2.25rem);
	border: 1px solid var(--line-light);
	border-radius: var(--r-xl);
	background: linear-gradient(155deg, rgba(96, 48, 168, 0.34), rgba(20, 9, 38, 0.62));
	box-shadow: var(--shadow-ink);
	overflow: hidden;
	transition: transform 0.22s ease, border-color 0.22s ease;
}

.bento__card::after {
	content: "";
	position: absolute;
	right: -30%;
	top: -40%;
	width: 70%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(183, 242, 106, 0.22), transparent 65%);
	pointer-events: none;
}

.bento__card:hover {
	transform: translateY(-4px);
	border-color: rgba(183, 242, 106, 0.45);
}

/* Left column is one tall card with a loop still; the right column stacks three. */
.bento__card--wide {
	grid-column: span 2;
	grid-row: span 3;
	justify-content: space-between;
}

.bento__card--wide .bento__img {
	aspect-ratio: 4 / 3;
}

.bento__card--wide .bento__body {
	font-size: 1rem;
}

.bento__card--tall {
	grid-column: span 2;
}

.bento__media {
	position: relative;
	margin: 0 0 1.35rem;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 44px -30px rgba(0, 0, 0, 0.8);
}

.bento__img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.bento__tag {
	position: absolute;
	left: 0.7rem;
	bottom: 0.7rem;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.7rem;
	border-radius: var(--r-pill);
	background: rgba(20, 9, 38, 0.72);
	color: var(--white);
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 600;
	backdrop-filter: blur(6px);
}

.bento__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 1.1rem;
	border-radius: 16px;
	background: rgba(183, 242, 106, 0.16);
	border: 1px solid rgba(183, 242, 106, 0.32);
	color: var(--basil);
}

.bento__title {
	font-size: clamp(1.15rem, 1.8vw, 1.5rem);
	color: var(--white);
}

.bento__body {
	margin: 0.6rem 0 1rem;
	font-size: 0.9375rem;
	color: var(--text-light);
	max-width: 44ch;
}

.bento__meta {
	margin: auto 0 0;
	padding-top: 0.85rem;
	border-top: 1px solid var(--line-light);
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(183, 242, 106, 0.9);
}

/* ----------------------------------------------------------- 11 blueprints */
.blueprints__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5rem);
}

.tick-list {
	display: grid;
	gap: 0.7rem;
	margin: 1.75rem 0 0;
}

.tick-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	font-size: 0.9375rem;
}

.blueprint {
	position: relative;
	margin: 0;
}

.blueprint__frame {
	position: relative;
	border-radius: var(--r-xl);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
}

.blueprint__photo {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transform: scale(1.08);
}

.blueprint__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	mix-blend-mode: multiply;
}

.bp-line {
	fill: none;
	stroke: rgba(26, 13, 46, 0.42);
	stroke-width: 0.28;
	stroke-dasharray: 1.6 1.6;
}

.bp-line--faint {
	stroke: rgba(26, 13, 46, 0.2);
}

.bp-arc {
	fill: none;
	stroke: var(--paprika);
	stroke-width: 0.55;
	stroke-linecap: round;
	stroke-dasharray: 3 2;
}

.bp-dot {
	fill: rgba(26, 13, 46, 0.55);
}

.bp-dot--warm {
	fill: var(--paprika);
}

.bp-label {
	position: absolute;
	left: var(--x);
	top: var(--y);
	transform: translate(-50%, -50%);
	max-width: 15ch;
	padding: 0.35rem 0.6rem;
	border-radius: var(--r-pill);
	background: rgba(252, 250, 246, 0.94);
	box-shadow: var(--shadow-sm);
	font-family: var(--font-display);
	font-size: clamp(0.625rem, 0.9vw, 0.75rem);
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.blueprint__caption {
	margin-top: 1rem;
	font-size: 0.8125rem;
	color: var(--text-soft);
}

/* -------------------------------------------------------------- 12 pricing */
.tiers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: stretch;
}

.tier {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(1.5rem, 2.6vw, 2.25rem);
	border: 1px solid var(--line);
	border-radius: var(--r-xl);
	background: var(--white);
	box-shadow: 0 18px 40px -34px rgba(26, 13, 46, 0.45);
}

.tier--featured {
	border-color: transparent;
	background: linear-gradient(160deg, var(--white), #f6fbe9);
	box-shadow: var(--shadow-lg);
	outline: 2px solid var(--basil);
	outline-offset: -2px;
}

.tier__badge {
	position: absolute;
	top: -0.85rem;
	left: clamp(1.5rem, 2.6vw, 2.25rem);
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.75rem;
	border-radius: var(--r-pill);
	background: var(--ink);
	color: var(--basil);
	font-family: var(--font-display);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.tier__name {
	font-size: 1.25rem;
}

.tier__price {
	display: flex;
	align-items: baseline;
	gap: 0.4rem;
	margin: 0.75rem 0 0;
}

.tier__amount {
	font-family: var(--font-display);
	font-size: clamp(2.25rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.tier__unit {
	font-size: 0.875rem;
	color: var(--text-soft);
}

.tier__summary {
	margin: 0.75rem 0 1.25rem;
	font-size: 0.9375rem;
	color: var(--text-soft);
}

.tier__features {
	display: grid;
	gap: 0.6rem;
	margin: 0 0 1.75rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--line);
	font-size: 0.9375rem;
}

.tier__features li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
}

.tier__features .tick {
	width: 20px;
	height: 20px;
}

.tier .btn {
	margin-top: auto;
}

.pricing__note {
	max-width: 62ch;
	margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
	font-size: 0.8125rem;
	color: var(--text-soft);
}

/* ---------------------------------------------------------------- 13 perks */
.perk-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(1rem, 2vw, 1.75rem);
}

.perk {
	display: flex;
	flex-direction: column;
	border-radius: var(--r-xl);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--shadow-md);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.perk:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg);
}

.perk__media {
	position: relative;
}

.perk__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.perk__kicker {
	position: absolute;
	left: 0.85rem;
	top: 0.85rem;
	padding: 0.3rem 0.65rem;
	border-radius: var(--r-pill);
	background: rgba(20, 9, 38, 0.76);
	color: var(--white);
	font-family: var(--font-display);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
}

.perk__body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: clamp(1.1rem, 2vw, 1.5rem);
}

.perk__dish {
	margin: 0;
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--text-soft);
}

.perk__title {
	font-size: 1.0625rem;
	line-height: 1.2;
}

.perk__text {
	margin: 0;
	font-size: 0.875rem;
	color: var(--text-soft);
}

.perk__meta {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: auto 0 0;
	padding-top: 0.85rem;
	border-top: 1px solid var(--line);
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--ink);
}

.perks__note {
	max-width: 68ch;
	margin: clamp(1.5rem, 3vw, 2.5rem) auto 0;
	text-align: center;
	font-size: 0.8125rem;
	color: rgba(26, 13, 46, 0.78);
}

/* --------------------------------------------------------------- 14 voices */
.voice-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: clamp(1rem, 2vw, 1.75rem);
}

.voice {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: clamp(1.5rem, 2.6vw, 2rem);
	border: 1px solid var(--line);
	border-radius: var(--r-xl);
	background: rgba(255, 255, 255, 0.72);
}

.voice__mark {
	color: var(--basil-shade);
}

.voice__quote {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.voice__who {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.75rem;
	align-items: center;
	margin: auto 0 0;
	font-size: 0.8125rem;
}

.voice__avatar {
	grid-row: span 2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: -1px;
	box-shadow: var(--shadow-sm);
}

.voice__name {
	display: block;
	font-family: var(--font-display);
	font-weight: 600;
}

.voice__role {
	color: var(--text-soft);
}

/* ------------------------------------------------------------------ 15 faq */
.faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}

.faq__list {
	display: grid;
	gap: 0.75rem;
}

.qa {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: var(--white);
	overflow: hidden;
}

.qa[open] {
	box-shadow: var(--shadow-md);
}

.qa__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.35rem;
	cursor: pointer;
	font-family: var(--font-display);
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	list-style: none;
}

.qa__q::-webkit-details-marker {
	display: none;
}

.qa__sign {
	position: relative;
	width: 22px;
	height: 22px;
	flex: none;
	border-radius: 50%;
	background: rgba(26, 13, 46, 0.06);
}

.qa__sign::before,
.qa__sign::after {
	content: "";
	position: absolute;
	inset: 50% 5px auto;
	height: 2px;
	border-radius: 2px;
	background: var(--ink);
	transform: translateY(-50%);
	transition: transform 0.2s ease;
}

.qa__sign::after {
	transform: translateY(-50%) rotate(90deg);
}

.qa[open] .qa__sign::after {
	transform: translateY(-50%) rotate(0);
}

.qa__a {
	padding: 0 1.35rem 1.35rem;
	color: var(--text-soft);
	font-size: 0.9375rem;
}

.qa__a p {
	margin: 0;
	max-width: 62ch;
}

/* ------------------------------------------------------------- 16 waitlist */
.cta-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	padding: clamp(1.75rem, 4vw, 3.5rem);
	border-radius: clamp(28px, 4vw, 56px);
	background:
		radial-gradient(120% 120% at 85% 10%, rgba(96, 48, 168, 0.55), transparent 60%),
		linear-gradient(150deg, #2a1450, var(--ink-deep));
	color: var(--white);
	box-shadow: var(--shadow-ink);
	overflow: hidden;
}

.signup {
	margin-top: 1.75rem;
}

.signup__row {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr) auto;
	gap: 0.6rem;
	margin: 0;
}

.signup__field {
	display: grid;
	gap: 0.35rem;
}

.signup__label {
	font-size: 0.75rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.72);
}

.signup__field input,
.signup__field select {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, 0.08);
	color: var(--white);
	font-size: 0.9375rem;
	appearance: none;
}

.signup__field select {
	background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.6) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.6) 50%, transparent 50%);
	background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.signup__field select option {
	color: var(--ink);
}

.signup__field input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.signup__field input:focus,
.signup__field select:focus {
	border-color: var(--basil);
	background: rgba(255, 255, 255, 0.14);
	outline: none;
}

.signup__submit {
	align-self: end;
	height: 48px;
	white-space: nowrap;
}

.signup__consent {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin-top: 1rem;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.72);
}

.signup__consent input {
	margin-top: 0.2rem;
	width: 18px;
	height: 18px;
	accent-color: var(--basil);
	flex: none;
}

.signup__consent a {
	color: var(--basil);
}

.signup__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.signup__notice {
	display: none;
	margin: 1rem 0 0;
	padding: 0.75rem 1rem;
	border-radius: var(--r-md);
	background: rgba(183, 242, 106, 0.16);
	border: 1px solid rgba(183, 242, 106, 0.4);
	color: #eaffd0;
	font-size: 0.875rem;
}

.signup__notice.is-visible {
	display: block;
}

.signup__notice--error {
	background: rgba(255, 107, 53, 0.14);
	border-color: rgba(255, 107, 53, 0.45);
	color: #ffd9c9;
}

.signup__fine {
	margin: 1rem 0 0;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.62);
}

.cta-card__art {
	position: relative;
	display: grid;
	place-items: center;
}

.cta-card__plate {
	width: clamp(150px, 22vw, 280px);
	filter: drop-shadow(0 30px 44px rgba(0, 0, 0, 0.45));
	animation: pg-bob 10s ease-in-out infinite;
}

.cta-card__chip {
	position: absolute;
	bottom: -0.5rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.85rem;
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-family: var(--font-display);
	font-size: 0.8125rem;
	font-weight: 600;
	backdrop-filter: blur(8px);
}

/* --------------------------------------------------------------- 17 footer */
.site-footer {
	position: relative;
	margin-top: calc(var(--curve) * -1);
	padding: calc(var(--step) * 0.9) var(--gutter) clamp(1.5rem, 3vw, 2.5rem);
	border-start-start-radius: var(--curve);
	border-start-end-radius: var(--curve);
	background: var(--porcelain);
}

.site-footer__crown {
	display: grid;
	justify-items: center;
	gap: 1.5rem;
	max-width: var(--wrap);
	margin: 0 auto clamp(2.5rem, 5vw, 4rem);
	text-align: center;
}

.site-footer__crown .brand {
	font-size: 1rem;
}

.footer-card {
	max-width: var(--wrap);
	margin-inline: auto;
	padding: clamp(1.5rem, 3vw, 2.75rem);
	border-radius: clamp(24px, 3vw, 40px);
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: var(--shadow-sm);
}

.footer-card__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.footer-card__pitch {
	max-width: 34ch;
	margin: 1rem 0;
	font-size: 0.875rem;
	color: var(--text-soft);
}

.footer-card__store {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0;
}

.footer-card__title {
	margin: 0 0 0.85rem;
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-soft);
}

.footer-list {
	display: grid;
	gap: 0.55rem;
	font-size: 0.9375rem;
}

.footer-list a {
	text-decoration: none;
	color: var(--text);
}

.footer-list a:hover {
	text-decoration: underline;
}

.footer-social {
	display: flex;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.footer-social a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--ink);
	transition: background-color 0.18s ease, color 0.18s ease;
}

.footer-social a:hover {
	background: var(--ink);
	color: var(--basil);
}

.footer-card__base {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
	padding-top: 1.25rem;
	border-top: 1px solid var(--line);
}

.footer-card__legal {
	margin: 0;
	font-size: 0.75rem;
	color: var(--text-soft);
}

/* ------------------------------------------------------------ 18 documents */
.legal,
.page-doc {
	max-width: 1080px;
	margin: 0 auto;
	padding: clamp(2.5rem, 6vw, 5rem) var(--gutter) clamp(3rem, 6vw, 5rem);
}

.legal__back {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 1.5rem;
	font-family: var(--font-display);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--text-soft);
}

.legal__back:hover {
	color: var(--ink);
}

.legal__title,
.page-doc__title {
	font-family: var(--font-display);
	font-size: clamp(2.1rem, 4.5vw, 3.25rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0;
}

.legal__standfirst,
.page-doc__standfirst {
	max-width: 56ch;
	margin: 1rem 0 0;
	font-size: 1.0625rem;
	color: var(--text-soft);
}

.legal__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1.25rem 0 0;
	font-size: 0.8125rem;
	color: var(--text-soft);
}

.legal__layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	margin-top: clamp(2rem, 4vw, 3.5rem);
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
	border-top: 1px solid var(--line);
	align-items: start;
}

.legal__toc {
	position: sticky;
	top: 6.5rem;
	padding: 1.25rem;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: rgba(255, 255, 255, 0.66);
}

.legal__toc-title {
	margin: 0 0 0.75rem;
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-soft);
}

.legal__toc ol {
	display: grid;
	gap: 0.45rem;
	counter-reset: toc;
	font-size: 0.875rem;
}

.legal__toc li {
	counter-increment: toc;
}

.legal__toc a {
	text-decoration: none;
	color: var(--text-soft);
}

.legal__toc a:hover {
	color: var(--ink);
	text-decoration: underline;
}

.entry-content {
	font-size: 1.0625rem;
}

.entry-content > * + * {
	margin-top: 1.15em;
}

.entry-content h2 {
	margin-top: 2.5em;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	scroll-margin-top: 7rem;
}

.entry-content h3 {
	margin-top: 2em;
	font-size: 1.2rem;
}

.entry-content p,
.entry-content li {
	color: #33254b;
}

.entry-content a {
	color: var(--ink);
	text-decoration-color: var(--paprika);
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.35rem;
	list-style: disc;
	display: grid;
	gap: 0.5rem;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content code {
	padding: 0.15em 0.4em;
	border-radius: 6px;
	background: rgba(26, 13, 46, 0.07);
	font-size: 0.9em;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
}

.entry-content th,
.entry-content td {
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
}

.entry-content thead th {
	background: rgba(26, 13, 46, 0.05);
	font-family: var(--font-display);
	font-weight: 600;
}

.entry-content .wp-block-table {
	margin-inline: 0;
	overflow-x: auto;
}

.legal-review-note {
	padding: 1rem 1.15rem;
	border: 1px solid rgba(255, 107, 53, 0.35);
	border-radius: var(--r-sm);
	background: rgba(255, 107, 53, 0.07);
	font-size: 0.9375rem;
}

.legal__footer {
	margin-top: clamp(2.5rem, 5vw, 4rem);
	padding-top: 1.5rem;
	border-top: 1px solid var(--line);
	font-size: 0.9375rem;
	color: var(--text-soft);
}

.legal__siblings {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	margin-top: 1rem;
	font-size: 0.875rem;
}

.error-404__inner {
	max-width: 46rem;
	padding-block: clamp(2rem, 6vw, 5rem);
}

.post-list {
	display: grid;
	gap: 1.5rem;
}

.post-list__item {
	padding: 1.5rem;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: var(--white);
}

.post-list__link {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 600;
	text-decoration: none;
}

.post-list__meta {
	margin: 0.35rem 0;
	font-size: 0.8125rem;
	color: var(--text-soft);
}

/* ---------------------------------------------------------------- 19 motion */
@keyframes pg-bob {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-14px) rotate(-1.5deg);
	}
}

@keyframes pg-pulse {
	0%, 100% {
		box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.22);
	}
	50% {
		box-shadow: 0 0 0 7px rgba(255, 107, 53, 0.06);
	}
}

[data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-revealed,
.no-js [data-reveal] {
	opacity: 1;
	transform: none;
}

.float__ring-arc {
	transition: stroke-dashoffset 1.2s ease;
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* ----------------------------------------------------------- 20 responsive */
@media (max-width: 1080px) {
	.footer-card__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.legal__layout {
		grid-template-columns: 1fr;
	}

	.legal__toc {
		position: static;
	}
}

@media (max-width: 960px) {
	.site-nav {
		display: none;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.hero__grid,
	.manifesto__grid,
	.counter__grid,
	.blueprints__grid,
	.faq__grid,
	.cta-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.hero__stage {
		min-height: 0;
		margin-top: clamp(2rem, 6vw, 3rem);
	}

	.tablet {
		transform: none;
	}

	.float--ring {
		top: -4%;
		left: 0;
	}

	.float--plate {
		right: 0;
		bottom: -6%;
	}

	.float--chip {
		left: 2%;
	}

	.float--voice {
		right: 4%;
	}

	.manifesto__art {
		display: none;
	}

	.stat-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bento {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bento__card,
	.bento__card--wide,
	.bento__card--tall {
		grid-column: span 2;
		grid-row: auto;
	}

	.cta-card__art {
		order: -1;
	}

	.cta-card__chip {
		bottom: 0.25rem;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 1rem;
	}

	.screen__body {
		grid-template-columns: 1fr;
	}

	.screen__side {
		border-left: 0;
		border-top: 1px solid var(--line);
		padding: 0.9rem 1rem 1rem;
	}

	.signup__row {
		grid-template-columns: 1fr;
	}

	.signup__submit {
		height: auto;
		padding-block: 0.95rem;
	}

	.stat-row,
	.bento,
	.footer-card__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	/* On a phone the props crowd the device — keep only the plate. */
	.float--ring,
	.float--chip {
		display: none;
	}

	.float--voice {
		right: 0;
		top: 4%;
		font-size: 0.75rem;
		padding: 0.5rem 0.7rem;
	}

	.bp-label {
		display: none;
	}

	.bp-label--1,
	.bp-label--3 {
		display: block;
	}

	.proof {
		gap: 1rem 1.5rem;
	}
}

@media (max-width: 420px) {
	.site-header__actions .btn--sm {
		display: none;
	}

	.float--plate {
		width: 108px;
	}
}

/* subtle outlines so photos read as content on any surface */
.screen__clip-img,
.perk__img,
.bento__img,
.blueprint__photo,
.float__plate-img,
.manifesto__plate,
.cta-card__plate {
	outline: 1px solid rgba(26, 13, 46, 0.08);
	outline-offset: -1px;
}

.bento__img {
	outline-color: rgba(255, 255, 255, 0.10);
}
