:root {
	color-scheme: light;
	--ink: #11182d;
	--muted: #78716c;
	--soft: #837667;
	--line: #ddcfbd;
	--paper: #fffaf1;
	--paper-deep: #f5ead9;
	--panel: #ffffff;
	--canvas: #f9f5ea;
	--green: #0f5d45;
	--green-soft: #e3f1e8;
	--coral: #d56547;
	--coral-soft: #fee4d6;
	--gold: #c18424;
	--gold-soft: #fff0bf;
	--lavender: #6d5aa8;
	--lavender-soft: #eee6ff;
	--blue: #295f80;
	--blue-soft: #deeff5;
	--pastel-blue: #dfeeff;
	--pastel-rose: #fee6ee;
	--pastel-butter: #fff1b8;
	--pastel-mint: #e3f3e3;
	--pastel-peach: #ffe2cf;
	--pastel-lilac: #eee5ff;
	--pastel-cyan: #d6f3f9;
	--pastel-pink: #fde4ef;
	--tomato: #c93a27;
	--tomato-soft: #fde1d8;
	--marigold: #e6aa2e;
	--marigold-soft: #ffe49a;
	--oxford: #05214e;
	--plum: #5c4978;
	--shadow: 0 18px 50px rgba(38, 28, 18, 0.1);
	--content-width: 62rem;
	--content-gutter: 1.25rem;
	--serif: 'Petrona', Georgia, 'Times New Roman', serif;
	--mono: ui-monospace, 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
	--sans:
		'InterVariable', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
		sans-serif;
	font-family: var(--sans);
	font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11', 'ss01', 'ss03';
	font-optical-sizing: auto;
}

@supports (color: oklch(0 0 0)) {
	:root {
		--ink: oklch(0.24 0.04 265);
		--muted: oklch(0.553 0.013 58.071);
		--soft: oklch(0.56 0.035 75);
		--line: oklch(0.86 0.035 78);
		--paper: oklch(0.985 0.016 82);
		--paper-deep: oklch(0.94 0.03 80);
		--panel: oklch(1 0 0);
		--canvas: oklch(0.97 0.015 85);
		--green: oklch(0.42 0.075 155);
		--green-soft: oklch(0.94 0.035 150);
		--coral: oklch(0.62 0.13 38);
		--coral-soft: oklch(0.94 0.045 50);
		--gold: oklch(0.61 0.115 72);
		--gold-soft: oklch(0.96 0.065 90);
		--lavender: oklch(0.52 0.1 295);
		--lavender-soft: oklch(0.94 0.035 300);
		--blue: oklch(0.49 0.075 235);
		--blue-soft: oklch(0.94 0.035 220);
		--tomato: oklch(0.55 0.17 32);
		--tomato-soft: oklch(0.93 0.045 40);
		--marigold: oklch(0.76 0.14 80);
		--marigold-soft: oklch(0.91 0.11 90);
		--oxford: oklch(0.29 0.07 255);
		--plum: oklch(0.43 0.07 305);
	}
}

@supports (color: oklch(0 0 0)) {
	@media (color-gamut: p3) {
		:root {
			--green: oklch(0.42 0.095 155);
			--coral: oklch(0.62 0.16 38);
			--gold: oklch(0.61 0.14 72);
			--blue: oklch(0.49 0.095 235);
		}
	}
}

/* Progressive book finder */
.finder-invitation {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
}

.finder-invitation > div {
	max-width: 46rem;
}
.finder-invitation > .button {
	flex: 0 0 auto;
}

.guided-finder {
	min-height: calc(100svh - 6rem);
	padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem) 5rem;
	background: var(--canvas);
}

body:has(.guided-finder) .site-header .shell {
	width: auto;
	margin-inline: clamp(1.25rem, 5vw, 5rem);
}

.guided-topbar {
	display: flex;
	width: min(100%, 79.5rem);
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.guided-text-button {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	gap: 0.55rem;
	border: 0;
	background: transparent;
	padding: 0.4rem 0;
	color: #57534e;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

.guided-text-button:hover {
	color: var(--ink);
}

.guided-stage,
.guided-results-stage {
	width: min(100%, 79.5rem);
	margin: clamp(2.5rem, 8vh, 6rem) auto 0;
	transform-origin: center;
	animation: guided-step-in 250ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.guided-progress {
	display: grid;
	grid-template-columns: max-content minmax(8rem, 1fr);
	align-items: center;
	gap: 0.8rem;
	color: #78716c;
	font-size: 0.78rem;
	font-weight: 650;
	font-variant-numeric: tabular-nums;
}

.guided-progress div {
	height: 2px;
	overflow: hidden;
	background: rgba(17, 24, 45, 0.12);
}
.guided-progress i {
	display: block;
	height: 100%;
	background: #a34b35;
	transition: width 250ms cubic-bezier(0.22, 1, 0.36, 1);
}

.guided-result-role {
	margin: 2.2rem 0 0;
	color: #a34b35;
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.guided-question {
	max-width: none;
	margin: 0.55rem 0 0;
	color: #0e1324;
	font-family: var(--serif);
	font-size: clamp(2.45rem, 5.2vw, 4.7rem);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.98;
	text-wrap: balance;
}

.guided-question:focus {
	outline: none;
}
.guided-hint {
	max-width: 62ch;
	margin: 1rem 0 0;
	color: #57534e;
	font-size: 1rem;
	line-height: 1.6;
}

.guided-choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	margin: 2.3rem 0 0;
	padding: 0;
	border: 0;
}

.guided-choice {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: 10.8rem;
	grid-template-columns: 2rem minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	overflow: visible;
	border: 0;
	border-radius: 0.6rem;
	background: transparent;
	padding: 1.75rem 1.9rem;
	box-shadow: none;
	cursor: pointer;
	transition:
		border-color 160ms ease,
		background-color 160ms ease,
		transform 160ms ease;
}

.guided-choice:hover {
	transform: translateY(-1px);
}
.guided-choice:has(input:checked) {
	background: transparent;
}
.guided-choice input {
	appearance: none;
	position: relative;
	z-index: 2;
	grid-column: 1;
	grid-row: 1;
	width: 2rem;
	height: 2rem;
	margin: 0;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}
.guided-choice input:checked {
	border-color: #2f8154;
	background: #2f8154;
	box-shadow: inset 0 0 0 0.42rem #edf4e9;
}
.guided-choice input[type='checkbox'] {
	border-radius: 0.35rem;
}
.guided-choice:has(input:focus-visible) {
	outline: 2px solid var(--blue);
	outline-offset: 3px;
}

.guided-choice-number,
.guided-choice-copy {
	position: relative;
	z-index: 2;
}

.guided-choice-number {
	display: grid;
	width: 1.75rem;
	height: 1.75rem;
	place-items: center;
	border: 1px solid rgba(17, 24, 45, 0.16);
	border-radius: 999px;
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 700;
	grid-column: 3;
	grid-row: 1;
}

.guided-choice:has(input:checked) .guided-choice-number {
	border-color: #4d725d;
	background: #4d725d;
	color: white;
}
.guided-choice-copy {
	display: grid;
	grid-column: 2;
	grid-row: 1;
	gap: 0.5rem;
}
.guided-choice-copy strong {
	color: var(--ink);
	font-family: var(--serif);
	font-size: clamp(1.45rem, 2.2vw, 1.85rem);
	font-weight: 550;
	line-height: 1.25;
}
.guided-choice-copy small {
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.55;
}

.guided-choice-bookmark {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 1.5rem;
	width: 0.9rem;
	height: 2rem;
	border-radius: 0.12rem 0.12rem 0 0;
	background: #c65e44;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
	opacity: 0;
	transform: translateY(0.5rem);
}

.guided-choice:has(input:checked) .guided-choice-bookmark {
	animation: guided-bookmark 360ms 40ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.guided-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
}
.guided-continue {
	display: inline-flex;
	min-width: 11.8rem;
	min-height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #111a2c;
	border-radius: 999px;
	background: #111a2c;
	padding: 0.75rem 1.35rem;
	color: #fffdf8;
	font-size: 0.925rem;
	font-weight: 650;
	cursor: pointer;
}

.guided-continue:disabled {
	border-color: rgba(17, 24, 45, 0.12);
	background: rgba(17, 24, 45, 0.08);
	color: #a8a29e;
	cursor: default;
}
.guided-actions p {
	margin: 0;
	color: #78716c;
	font-size: 0.78rem;
}
.guided-actions kbd {
	font: inherit;
}

.guided-results-stage {
	width: min(100%, 74rem);
	margin-top: clamp(2.2rem, 6vh, 4rem);
}
.guided-results-intro {
	max-width: 52ch;
	margin: 1.2rem 0 0;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.7;
}
.guided-results-update {
	max-width: 52ch;
	margin: 1rem 0 0;
	border-left: 3px solid var(--green);
	background: color-mix(in srgb, var(--pastel-mint) 72%, transparent);
	padding: 0.75rem 0.9rem;
	color: var(--green);
	font-size: 0.9rem;
	font-weight: 720;
	line-height: 1.5;
}
.guided-results-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}
.guided-result {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border-top: 1px solid rgba(17, 24, 45, 0.18);
	padding: 1.25rem 0.25rem 0;
}
.guided-result-role {
	margin: 0;
}
.guided-result-book {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1fr);
	gap: 0.9rem;
	align-items: start;
	margin-top: 0.8rem;
}
.guided-result-cover {
	display: block;
	width: 4.5rem;
	aspect-ratio: 2 / 3;
	border-radius: 0.3rem;
	background: var(--pastel-mint);
	object-fit: cover;
	box-shadow: 0 8px 20px rgba(38, 28, 18, 0.16);
	outline: 1px solid oklch(0 0 0 / 0.1);
	outline-offset: -1px;
}
.guided-result h2 {
	margin: 0;
	font-family: var(--serif);
	font-size: 2rem;
	font-weight: 550;
	line-height: 1.05;
}
.guided-result p {
	color: #57534e;
	font-size: 0.9rem;
	line-height: 1.6;
}
.guided-result .guided-result-author {
	margin: 0.45rem 0 0.65rem;
	color: #78716c;
}
.guided-result .guided-result-tradeoff {
	margin-top: auto;
	padding-top: 0.5rem;
}
.guided-result .guided-result-primary {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	align-self: flex-start;
	margin-top: 0.75rem;
	border-radius: 999px;
	background: var(--ink);
	padding: 0.65rem 0.9rem;
	color: #fffdf8;
	font-size: 0.9rem;
	font-weight: 700;
}

.guided-result-trail,
.result-card-trail-actions,
.result-card-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.guided-result-trail {
	margin-top: 10px;
}

.guided-result-trail button,
.result-card-trail-actions button,
.result-card-trail-actions a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--panel);
	padding: 7px 11px;
	color: var(--green);
	font-size: 13px;
	font-weight: 780;
	cursor: pointer;
}

.guided-result-trail [data-trail-next] {
	border-color: var(--ink);
	background: var(--ink);
	color: #fffdf8;
}

.result-card-trail-actions [data-trail-next] {
	border-color: var(--ink);
	background: var(--ink);
	color: #fffdf8;
}

.result-card-cover {
	float: right;
	width: 64px;
	margin: 4px 0 10px 16px;
	border-radius: 5px;
	object-fit: cover;
	box-shadow: 0 8px 20px rgba(38, 28, 18, 0.14);
	outline: 1px solid oklch(0 0 0 / 0.1);
	outline-offset: -1px;
}

.result-card-trail-actions a {
	background: var(--ink);
	color: #fffdf8;
}

.guided-results-answers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.7rem;
	border: 0;
	background: transparent;
}
.guided-results-answers button {
	display: grid;
	gap: 0.3rem;
	border: 0;
	background: transparent;
	padding: 1rem;
	text-align: left;
	cursor: pointer;
}
.guided-results-answers span {
	color: #78716c;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.guided-results-answers strong {
	color: var(--ink);
	font-size: 0.82rem;
}
.guided-results-footer {
	display: flex;
	gap: 1.2rem;
	margin-top: 1.5rem;
}
.guided-results-footer button,
.guided-results-footer a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	border: 0;
	background: transparent;
	padding: 0;
	color: #57534e;
	font-size: 0.85rem;
	font-weight: 650;
	cursor: pointer;
}

@keyframes guided-step-in {
	from {
		opacity: 0;
		transform: scale(0.96);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes guided-bookmark {
	0% {
		opacity: 0;
		transform: translateY(0.5rem);
	}
	68% {
		opacity: 1;
		transform: translateY(-1.2rem);
	}
	100% {
		opacity: 1;
		transform: translateY(-0.95rem);
	}
}

@media (max-width: 699px) {
	.finder-invitation {
		align-items: start;
		flex-direction: column;
		gap: 1.25rem;
	}
	.guided-finder {
		padding: 0.8rem 1.1rem 3rem;
	}
	.guided-stage {
		margin-top: 2rem;
	}
	.guided-question {
		font-size: clamp(2.35rem, 12vw, 3.55rem);
		line-height: 1.02;
	}
	.guided-choices {
		grid-template-columns: 1fr;
		margin-top: 1.8rem;
	}
	.guided-choice {
		min-height: 6.8rem;
		padding: 1.1rem;
	}
	.guided-actions {
		align-items: stretch;
		flex-direction: column;
	}
	.guided-continue {
		width: 100%;
	}
	.guided-actions p {
		text-align: center;
	}
	.guided-results-grid {
		display: flex;
		gap: 12px;
		margin-inline: -1.1rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 1.1rem;
		padding: 0 1.1rem 14px;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}
	.guided-results-grid::-webkit-scrollbar {
		display: none;
	}
	.guided-result {
		flex: 0 0 min(84vw, 330px);
		scroll-snap-align: start;
	}
	.guided-results-answers {
		grid-template-columns: 1fr 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.guided-stage,
	.guided-results-stage,
	.guided-choice:has(input:checked) .guided-choice-bookmark {
		animation: none;
	}
	.guided-choice:has(input:checked) .guided-choice-bookmark {
		opacity: 1;
		transform: translateY(-0.95rem);
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	background: var(--canvas);
}

body {
	margin: 0;
	background: var(--canvas);
	color: var(--ink);
	overflow-x: hidden;
}

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

a:focus-visible,
button:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 3px;
}

input:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: -2px;
}

button,
input,
textarea {
	font: inherit;
}

button {
	-webkit-tap-highlight-color: transparent;
}

.shell {
	width: min(var(--content-width), calc(100% - (var(--content-gutter) * 2)));
	margin: 0 auto;
}

.site-header {
	position: relative;
	z-index: 40;
	isolation: isolate;
	padding: 0;
	background: var(--canvas);
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 80px;
	padding: 0;
}

.site-header.is-stuck .nav {
	background: transparent;
}

.site-header.menu-open {
	z-index: 80;
}

.site-header.menu-open .nav {
	background: transparent;
}

.brand {
	display: inline-flex;
	flex: none;
	align-items: center;
	gap: 6px;
	color: var(--ink);
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 600;
	white-space: nowrap;
}

.brand em {
	margin-left: 0;
	color: #0f6f8f;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	vertical-align: 0;
}

.brand-mark {
	display: grid;
	width: 16px;
	height: 16px;
	place-items: center;
}

.brand-mark img {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	color: #2c3850;
	font-family: var(--serif);
	font-size: 18px;
	font-weight: 500;
}

.nav-links a {
	position: relative;
	padding: 8px 14px;
}

.nav-links a:not(.nav-cta):hover {
	color: var(--ink);
}

.nav-links .nav-cta {
	display: inline-flex;
	height: 44px;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	border: 1px solid rgba(16, 38, 77, 0.18);
	border-radius: 999px;
	background: #fff;
	padding: 0 20px;
	color: var(--oxford);
	font-weight: 500;
	line-height: 20px;
	transition:
		transform 0.15s ease,
		background 0.15s ease,
		border-color 0.15s ease,
		color 0.15s ease,
		box-shadow 0.15s ease;
}

.nav-links .nav-cta:hover {
	border-color: rgba(16, 38, 77, 0.32);
	background: #fff;
	color: var(--oxford);
	transform: translateY(-1px);
}

.nav-menu-toggle {
	display: none;
	position: relative;
	z-index: 2;
	width: 48px;
	height: 48px;
	flex: none;
	place-items: center;
	gap: 4px;
	border: 1px solid rgba(24, 32, 47, 0.16);
	border-radius: 14px;
	background: rgba(255, 253, 248, 0.78);
	padding: 0;
	cursor: pointer;
	touch-action: manipulation;
}

.nav-menu-toggle:hover {
	background: rgba(255, 253, 248, 0.96);
}

.nav-menu-toggle span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: var(--ink);
	transition:
		opacity 140ms ease,
		transform 180ms ease;
}

.nav-menu-toggle span:nth-child(1) {
	transform: translate(-50%, -8px);
}

.nav-menu-toggle span:nth-child(2) {
	transform: translate(-50%, -50%);
}

.nav-menu-toggle span:nth-child(3) {
	transform: translate(-50%, 6px);
}

.site-header.menu-open .nav-menu-toggle span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.site-header.menu-open .nav-menu-toggle span:nth-child(2) {
	opacity: 0;
}

.site-header.menu-open .nav-menu-toggle span:nth-child(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
	position: relative;
	z-index: 19;
	display: grid;
	gap: 6px;
	margin-top: 8px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 16px;
	background: rgba(255, 250, 241, 0.96);
	padding: 8px;
	box-shadow: 0 18px 44px rgba(38, 28, 18, 0.14);
	backdrop-filter: blur(18px) saturate(1.15);
	transform-origin: top center;
	transition:
		translate 250ms cubic-bezier(0.22, 1, 0.36, 1),
		scale 250ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 250ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: translate, scale, opacity;
}

.mobile-menu[data-state='pre'] {
	opacity: 0;
	translate: 0 -6px;
	scale: 0.99;
}

.mobile-menu[data-state='closing'] {
	opacity: 0;
	translate: 0 -4px;
	scale: 0.995;
	pointer-events: none;
	transition-duration: 160ms;
}

@media (prefers-reduced-motion: reduce) {
	.mobile-menu {
		transition: none;
	}
}

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

.mobile-menu a {
	display: flex;
	align-items: center;
	min-height: 44px;
	border-radius: 10px;
	padding: 12px 13px;
	color: #2d374b;
	font-weight: 620;
}

.mobile-menu a:hover {
	background: rgba(21, 87, 67, 0.08);
	color: var(--ink);
}

.mobile-menu a:focus-visible {
	outline: 2px solid var(--green);
	outline-offset: 2px;
}

.mobile-menu .mobile-menu-cta {
	justify-content: center;
	margin-top: 4px;
	border: 1px solid rgba(16, 38, 77, 0.35);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.62);
	color: var(--oxford);
	box-shadow: 0 10px 22px rgba(56, 41, 21, 0.1);
}

.mobile-menu .mobile-menu-cta:hover {
	border-color: rgba(16, 38, 77, 0.65);
	background: var(--oxford);
	color: #fffdf8;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	letter-spacing: 0;
	overflow-wrap: break-word;
}

h1,
h2 {
	font-family: var(--serif);
	font-weight: 560;
}

h1 {
	margin-bottom: 20px;
	font-size: 66px;
	line-height: 0.96;
}

h2 {
	margin-bottom: 10px;
	font-size: 38px;
	line-height: 1.04;
}

h3 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.2;
}

p {
	line-height: 1.6;
	overflow-wrap: break-word;
}

.home-hero {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	min-height: 820px;
	overflow: hidden;
	padding: 58px 0 48px;
	isolation: isolate;
}

.hero-copy {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	width: min(820px, 100%);
	text-align: center;
}

.hero-copy h1 {
	max-width: 760px;
}

.hero-copy h1 span {
	display: inline-block;
	color: var(--green);
	font-style: italic;
}

.hero-copy::before {
	display: none;
}

.floating-art {
	position: absolute;
	z-index: 1;
	display: block;
	height: auto;
	pointer-events: none;
	user-select: none;
}

.mascot-art {
	top: 300px;
	left: max(-18px, calc(50% - 650px));
	width: clamp(96px, 8.5vw, 132px);
	transform: rotate(-7deg);
}

.sticker-art {
	top: 250px;
	left: 50%;
	width: min(880px, 68vw);
	opacity: 0.38;
	transform: translateX(-50%);
}

.note-art {
	top: 342px;
	right: max(-18px, calc(50% - 670px));
	width: clamp(110px, 10vw, 150px);
	height: auto;
	transform: rotate(9deg);
}

.hero-preview {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(132px, 0.25fr) minmax(0, 1fr);
	gap: 18px;
	width: min(900px, 100%);
	margin-top: 46px;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	padding: 18px;
	text-align: left;
	box-shadow: 0 26px 70px rgba(39, 31, 23, 0.12);
}

.preview-query {
	border-right: 1px solid rgba(91, 75, 55, 0.14);
	padding: 8px 18px 8px 0;
}

.preview-query p {
	margin: 12px 0 0;
	border: 1px solid rgba(122, 92, 188, 0.16);
	border-radius: 8px;
	background: var(--lavender-soft);
	padding: 16px;
	font-weight: 780;
	line-height: 1.45;
	box-shadow: 0 14px 30px rgba(122, 92, 188, 0.1);
	transform: rotate(-1.5deg);
}

.preview-results {
	display: grid;
	gap: 16px;
}

.preview-toolbar {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 14px;
}

.preview-toolbar strong,
.preview-card strong {
	display: block;
	color: var(--ink);
	font-weight: 900;
}

.preview-toolbar p,
.preview-card p {
	margin: 3px 0 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.45;
}

.preview-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.preview-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	min-height: 150px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: #fffefb;
	padding: 14px;
	box-shadow: 0 12px 24px rgba(39, 31, 23, 0.055);
}

.preview-card .book-tile {
	width: 58px;
	height: 78px;
	box-shadow: 0 8px 14px rgba(24, 32, 47, 0.14);
}

.preview-card .book-tile span {
	font-size: 9px;
}

.preview-card span {
	display: block;
	margin: 2px 0 7px;
	color: var(--soft);
	font-size: 12px;
}

.preview-feedback {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(189, 135, 50, 0.2);
	border-radius: 8px;
	background: rgba(255, 246, 229, 0.7);
	padding: 10px 12px;
	color: #7f5b1d;
	font-size: 13px;
}

.preview-feedback .mini-button {
	min-height: 44px;
	padding: 7px 10px;
	background: rgba(255, 253, 248, 0.86);
}

/* ============================================================
   Homepage hero; "The Match Desk"
   ============================================================ */

.editorial-hero {
	--hero-viewport-gutter: 20px;
	--hero-radius: clamp(22px, 2vw, 34px);
	position: relative;
	z-index: 2;
	display: block;
	width: min(1880px, calc(100% - (var(--hero-viewport-gutter) * 2)));
	min-height: max(580px, calc(100svh - 92px - var(--hero-viewport-gutter)));
	margin: 0 auto;
	border: 0;
	border-radius: var(--hero-radius);
	background: var(--pastel-cyan);
	padding: clamp(48px, 5vw, 80px) 0 clamp(152px, 13vw, 188px);
	overflow: hidden;
	box-shadow:
		0 44px 80px rgba(38, 28, 18, 0.14),
		0 10px 26px rgba(38, 28, 18, 0.08),
		0 1px 0 rgba(255, 255, 255, 0.58) inset;
	isolation: isolate;
}

/* The scrapbook collage that fills the whole hero. */
.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 76% 44%;
	pointer-events: none;
	user-select: none;
}

/* Cream legibility scrim: keeps the left copy crisp, lets the books breathe. */
.editorial-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		98deg,
		var(--paper) 2%,
		rgba(255, 250, 241, 0.94) 30%,
		rgba(255, 250, 241, 0.6) 46%,
		rgba(255, 250, 241, 0) 64%
	);
	content: '';
	pointer-events: none;
}

.editorial-hero::after {
	position: absolute;
	inset: 0;
	z-index: 3;
	border-radius: var(--hero-radius);
	box-shadow: inset 0 0 0 1px rgba(68, 64, 60, 0.1);
	content: '';
	pointer-events: none;
}

/* --- Left column: copy --- */

.editorial-hero .hero-copy {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: center;
	justify-items: start;
	width: min(1120px, calc(100% - 64px));
	min-height: clamp(250px, 23vw, 330px);
	margin: 0 auto;
	text-align: left;
}

.editorial-hero .hero-copy h1 {
	max-width: 11ch;
	margin: 0 0 22px;
	color: #0e1324;
	font-size: clamp(52px, 6vw, 92px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-wrap: balance;
}

.editorial-hero .hero-copy h1 em {
	font-style: italic;
	font-weight: 500;
	white-space: nowrap;
}

.editorial-hero .hero-lede {
	max-width: 46ch;
	margin: 0;
	color: #44403c;
	font-size: clamp(17px, 1.25vw, 19px);
	line-height: 1.5;
	text-wrap: pretty;
}

.editorial-hero .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.editorial-hero .hero-actions .button {
	gap: 8px;
	min-height: 52px;
	padding: 14px 22px;
	border-radius: 999px;
	font-size: 16px;
}

.editorial-hero .hero-actions .button.secondary {
	border-color: rgba(5, 33, 78, 0.18);
	background: rgba(255, 253, 248, 0.7);
	color: var(--ink);
	box-shadow: none;
}

/* A small typed aside pointing at the bookmarks along the card's bottom edge.
   Anchored just above the tab row so the arrow nearly touches the first tab. */
.hero-mood-note {
	position: absolute;
	z-index: 2;
	bottom: 80px;
	left: max(36px, calc(50% - 636px));
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin: 0;
	color: #55503f;
	font-family: var(--mono);
	font-size: 14px;
	line-height: 1.2;
	rotate: -2deg;
	pointer-events: none;
}

.hero-mood-note svg {
	display: block;
	width: 22px;
	height: 30px;
	flex: none;
	margin-top: 8px;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.hero-mood-note span {
	display: block;
}

/* --- Gentle staggered entrance (motion-safe) --- */
@media (prefers-reduced-motion: no-preference) {
	.editorial-hero .hero-copy > * {
		animation: heroRise 0.72s cubic-bezier(0.22, 0.68, 0.2, 1) both;
	}

	.editorial-hero .hero-copy h1 {
		animation-delay: 0.1s;
	}
	.editorial-hero .hero-lede {
		animation-delay: 0.2s;
	}
	.editorial-hero .hero-actions {
		animation-delay: 0.28s;
	}
	.mood-tab {
		animation: tabRiseIn 0.64s cubic-bezier(0.18, 0.86, 0.22, 1) both;
	}

	.mood-tab:nth-child(1) {
		animation-delay: 0.58s;
	}
	.mood-tab:nth-child(2) {
		animation-delay: 0.66s;
	}
	.mood-tab:nth-child(3) {
		animation-delay: 0.74s;
	}
	.mood-tab:nth-child(4) {
		animation-delay: 0.82s;
	}
	.mood-tab:nth-child(5) {
		animation-delay: 0.9s;
	}
	.mood-tab:nth-child(6) {
		animation-delay: 0.98s;
	}

	.hero-mood-note span {
		animation: noteFadeIn 0.36s ease-out 1.42s both;
	}

	.hero-mood-note svg {
		animation: arrowFadeIn 0.14s ease-out 1.62s both;
	}

	.hero-mood-note svg path {
		animation: arrowDraw 0.42s ease-out both;
		stroke-dasharray: 1;
		stroke-dashoffset: 1;
	}

	.hero-mood-note svg path:nth-child(1) {
		animation-delay: 1.62s;
	}
	.hero-mood-note svg path:nth-child(2) {
		animation-delay: 1.82s;
	}
	.hero-mood-note svg path:nth-child(3) {
		animation-delay: 1.9s;
	}

	.hero-bg {
		animation: heroBg 1.1s ease both;
	}
}

@keyframes heroRise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes heroBg {
	from {
		transform: scale(1.045);
	}
	to {
		transform: none;
	}
}

@keyframes tabRiseIn {
	from {
		opacity: 0;
		transform: rotate(var(--tab-tilt)) translateY(calc(var(--tab-drop) + 58px));
	}
	to {
		opacity: 1;
		transform: rotate(var(--tab-tilt)) translateY(var(--tab-drop));
	}
}

@keyframes noteFadeIn {
	from {
		opacity: 0;
		transform: translateY(5px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes arrowFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes arrowDraw {
	to {
		stroke-dashoffset: 0;
	}
}

/* --- Mood shelf: paper bookmarks rising out of the card's bottom edge.
       The lower --tab-overhang px of each tab is clipped by the card,
       so they read as slips of paper tucked behind the bottom lip. --- */
.mood-shelf {
	--tab-overhang: 30px;
	position: absolute;
	z-index: 2;
	inset: auto 0 calc(-1 * var(--tab-overhang)) 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0;
	padding: 0 20px;
}

.mood-tab {
	--tab-img: none;
	--tab-ink: #5f513c;
	--tab-fill: #fff7e5;
	--tab-tilt: 0deg;
	--tab-drop: 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 248px;
	min-width: 0;
	aspect-ratio: 360 / 174;
	background: none;
	padding: 0 24px var(--tab-overhang);
	color: var(--tab-ink);
	filter: drop-shadow(0 -5px 12px rgba(38, 28, 18, 0.07));
	transform: rotate(var(--tab-tilt)) translateY(var(--tab-drop));
	translate: 0 0;
	transition: translate 170ms ease;
}

.mood-tab::before,
.mood-tab::after {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: center / 100% 100% no-repeat;
	content: '';
	pointer-events: none;
}

.mood-tab::before {
	background: var(--tab-fill);
	mask: var(--tab-img) center / 100% 100% no-repeat;
	-webkit-mask: var(--tab-img) center / 100% 100% no-repeat;
}

.mood-tab::after {
	background-image: var(--tab-img);
	opacity: 0.18;
}

.mood-tab + .mood-tab {
	margin-left: clamp(-74px, -3.6vw, -48px);
}

.mood-tab strong {
	position: relative;
	z-index: 1;
	display: block;
	font-family: var(--mono);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.25;
	text-align: center;
	text-wrap: balance;
}

/* Lift the bookmark out a little. */
.mood-tab:hover {
	translate: 0 -6px;
}

.mood-tab:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 4px;
}

.mood-tab-0 {
	--tab-img: url('/assets/images/mood-tab-raster-blue.png');
	--tab-ink: #fff7e5;
	--tab-fill: #1d5e88;
	--tab-tilt: -1.1deg;
}
.mood-tab-1 {
	--tab-img: url('/assets/images/mood-tab-raster-green.png');
	--tab-ink: #f8efd9;
	--tab-fill: #17654a;
	--tab-tilt: 0.9deg;
	--tab-drop: 3px;
}
.mood-tab-2 {
	--tab-img: url('/assets/images/mood-tab-raster-purple.png');
	--tab-ink: #46365f;
	--tab-fill: #a678e6;
	--tab-tilt: -0.7deg;
	--tab-drop: 1px;
}
.mood-tab-3 {
	--tab-img: url('/assets/images/mood-tab-raster-ochre.png');
	--tab-ink: #513715;
	--tab-fill: #f1ad36;
	--tab-tilt: 1.2deg;
	--tab-drop: 4px;
}
.mood-tab-4 {
	--tab-img: url('/assets/images/mood-tab-raster-coral.png');
	--tab-ink: #6b3329;
	--tab-fill: #f06d5d;
	--tab-tilt: -1deg;
	--tab-drop: 2px;
}
.mood-tab-5 {
	--tab-img: url('/assets/images/mood-tab-raster-charcoal.png');
	--tab-ink: #fff7e5;
	--tab-fill: #1d2731;
	--tab-tilt: 0.8deg;
	--tab-drop: 3px;
}

/* Below 1280px the tabs stop shrinking (labels need their clearance from the
   torn edges) and the row scrolls instead. The auto margins keep it centered
   whenever everything still fits. */
@media (max-width: 1280px) {
	.mood-shelf {
		justify-content: flex-start;
		gap: 0;
		overflow-x: auto;
		padding: 0 16px;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
	}

	.mood-shelf::-webkit-scrollbar {
		display: none;
	}

	.mood-tab {
		flex: 0 0 224px;
		scroll-snap-align: start;
	}

	.mood-tab:first-child {
		margin-left: auto;
	}

	.mood-tab:last-child {
		margin-right: auto;
	}
}

@media (max-width: 1180px) {
	.mood-shelf {
		justify-content: center;
		overflow: visible;
		scroll-snap-type: none;
	}

	.mood-tab {
		flex: 0 1 216px;
	}

	.mood-tab:first-child,
	.mood-tab:last-child {
		margin: 0;
	}

	.mood-tab:nth-child(n + 5) {
		display: none;
	}
}

/* --- Airy reader starts: handmade marks with digital restraint --- */

.reader-starts {
	position: relative;
	overflow: hidden;
	background: transparent;
	padding: 132px 0 118px;
}

.reader-starts-inner {
	display: grid;
	justify-items: center;
	gap: 58px;
}

.reader-starts-head {
	display: grid;
	justify-items: center;
	gap: 12px;
	text-align: center;
}

.reader-starts-head h2 {
	max-width: 17ch;
	margin: 0;
	font-size: clamp(42px, 5vw, 62px);
	font-weight: 520;
	line-height: 0.98;
	text-wrap: balance;
}

.reader-starts-head h2 em {
	font-style: italic;
	font-weight: 520;
}

.reader-start-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 38px;
	width: min(980px, 100%);
	margin: 0;
	padding: 0;
}

.reader-start-item {
	--start-ink: var(--ink);
	--start-soft: rgba(255, 250, 241, 0.84);
	display: grid;
	justify-items: center;
	gap: 14px;
	min-width: 0;
	text-align: center;
}

.reader-start-1 {
	--start-ink: var(--blue);
	--start-soft: var(--pastel-blue);
}

.reader-start-2 {
	--start-ink: var(--lavender);
	--start-soft: var(--pastel-lilac);
}

.reader-start-3 {
	--start-ink: #b67318;
	--start-soft: var(--pastel-butter);
}

.reader-start-4 {
	--start-ink: var(--green);
	--start-soft: var(--pastel-mint);
}

.reader-start-5 {
	--start-ink: var(--coral);
	--start-soft: var(--pastel-peach);
}

.reader-start-item dt,
.reader-start-item dd {
	margin: 0;
}

.reader-start-item a {
	display: grid;
	justify-items: center;
	gap: 14px;
	border-radius: 18px;
	color: #111a2f;
	font-size: 15px;
	font-weight: 620;
	line-height: 1.15;
	text-align: center;
}

.reader-start-icon-wrap {
	display: grid;
	width: 74px;
	height: 74px;
	place-items: center;
	border-radius: 22px;
	background: color-mix(in srgb, var(--start-soft) 62%, transparent);
	box-shadow: inset 0 0 0 1px rgba(38, 28, 18, 0.05);
	color: var(--start-ink);
	rotate: var(--start-tilt, -1.6deg);
	transition:
		background 170ms ease,
		box-shadow 170ms ease,
		transform 170ms ease;
}

.reader-start-2 .reader-start-icon-wrap {
	--start-tilt: 1.3deg;
}

.reader-start-3 .reader-start-icon-wrap {
	--start-tilt: -1.1deg;
}

.reader-start-4 .reader-start-icon-wrap {
	--start-tilt: 1.7deg;
}

.reader-start-5 .reader-start-icon-wrap {
	--start-tilt: -1.4deg;
}

.reader-start-icon {
	display: block;
	width: 54px;
	height: 54px;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.25;
	transform-origin: center;
}

.reader-start-item dd {
	max-width: 19ch;
	color: #697286;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42;
	text-wrap: pretty;
}

.reader-start-item a:hover .reader-start-icon-wrap,
.reader-start-item a:focus-visible .reader-start-icon-wrap {
	background: var(--start-soft);
	box-shadow: 0 16px 30px rgba(38, 28, 18, 0.08);
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: no-preference) {
	.reader-start-icon {
		animation: iconDrift 7s ease-in-out infinite;
	}

	.reader-start-2 .reader-start-icon {
		animation-delay: -1.2s;
	}

	.reader-start-3 .reader-start-icon {
		animation-delay: -2.4s;
	}

	.reader-start-4 .reader-start-icon {
		animation-delay: -3.6s;
	}

	.reader-start-5 .reader-start-icon {
		animation-delay: -4.8s;
	}

	.reader-start-item a:hover .reader-start-icon,
	.reader-start-item a:focus-visible .reader-start-icon {
		animation: handNudge 0.58s ease both;
	}
}

@keyframes iconDrift {
	0%,
	100% {
		transform: translateY(0) rotate(-0.5deg);
	}
	50% {
		transform: translateY(-3px) rotate(0.7deg);
	}
}

@keyframes handNudge {
	0% {
		transform: translateY(0) rotate(0deg);
	}
	35% {
		transform: translateY(-2px) rotate(-3deg);
	}
	72% {
		transform: translateY(1px) rotate(2deg);
	}
	100% {
		transform: translateY(0) rotate(0deg);
	}
}

/* --- Real match preview --- */

.real-match-section {
	padding-top: 38px;
}

.real-match-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
	gap: clamp(22px, 3vw, 38px);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 22px;
	background:
		linear-gradient(120deg, rgba(255, 253, 248, 0.94), rgba(240, 234, 221, 0.78)),
		url('/assets/images/bookends-scrapbook-props.png') right bottom / min(680px, 52%) auto no-repeat;
	padding: clamp(22px, 3vw, 34px);
	box-shadow: 0 24px 54px rgba(38, 28, 18, 0.1);
}

.real-match-source {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: center;
}

.real-match-source h2 {
	max-width: 16ch;
	font-size: clamp(38px, 4vw, 62px);
}

.source-book-note {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	max-width: 500px;
	margin-top: 24px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 14px;
	background: rgba(255, 253, 248, 0.82);
	padding: 14px;
	box-shadow: 0 14px 28px rgba(38, 28, 18, 0.07);
}

.source-book-cover {
	width: 68px;
	height: 92px;
}

.source-book-note small,
.match-pick-card span {
	display: block;
	margin-bottom: 5px;
	color: var(--green);
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.source-book-note strong {
	display: block;
	font-family: var(--serif);
	font-size: 24px;
	font-weight: 650;
	line-height: 1.08;
}

.source-book-note span {
	display: block;
	margin-top: 5px;
	color: #526079;
	font-size: 14px;
	line-height: 1.42;
}

.real-match-picks {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.match-pick-card {
	display: grid;
	align-content: start;
	min-height: 360px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 16px;
	background: rgba(255, 253, 248, 0.88);
	padding: 16px;
	box-shadow: 0 18px 38px rgba(38, 28, 18, 0.09);
	transition:
		box-shadow 160ms ease,
		transform 160ms ease;
}

.match-pick-card:hover {
	box-shadow: 0 24px 48px rgba(38, 28, 18, 0.13);
	transform: translateY(-3px) rotate(0deg);
}

.match-pick-1 {
	transform: rotate(-1.3deg);
}

.match-pick-2 {
	transform: translateY(14px) rotate(0.7deg);
}

.match-pick-3 {
	transform: rotate(1.2deg);
}

.match-pick-cover {
	justify-self: center;
	width: min(128px, 70%);
	height: auto;
	aspect-ratio: 3 / 4;
	margin-bottom: 18px;
	border-radius: 8px;
}

.match-pick-cover span {
	padding: 14px;
	font-family: var(--serif);
	font-size: clamp(15px, 1.2vw, 19px);
	font-weight: 720;
	line-height: 1.05;
	text-transform: none;
}

.match-pick-card strong {
	display: block;
	margin-bottom: 8px;
	font-family: var(--serif);
	font-size: 24px;
	font-weight: 640;
	line-height: 1.08;
}

.match-pick-card p {
	margin: 0;
	color: #4e5b70;
	font-size: 15px;
	line-height: 1.48;
}

/* --- Reader use cases: Craft-like rhythm, Bookends-native content --- */

.reader-uses {
	padding-top: 96px;
}

.reader-uses-head {
	display: grid;
	justify-items: center;
	gap: 10px;
	margin: 0 auto 30px;
	text-align: center;
}

.reader-uses-head h2 {
	max-width: 20ch;
	font-size: clamp(40px, 5vw, 72px);
	line-height: 1;
	text-wrap: balance;
}

.reader-mode-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin: 0 auto 30px;
	padding: 10px 0 4px;
}

.reader-mode-strip span {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 10px;
	color: #1b2333;
	font-weight: 850;
	text-align: center;
}

.reader-mode-strip span::before {
	display: block;
	width: 46px;
	height: 46px;
	border: 2px solid #111a2c;
	border-radius: 14px 16px 12px 15px;
	background:
		linear-gradient(rgba(17, 26, 44, 0.12) 2px, transparent 2px),
		linear-gradient(90deg, rgba(17, 26, 44, 0.08) 2px, transparent 2px), rgba(255, 253, 248, 0.82);
	background-size: 13px 13px;
	content: '';
	box-shadow: 0 8px 18px rgba(38, 28, 18, 0.08);
}

.reader-mode-strip span:nth-child(2)::before {
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, transparent 0 10px, #111a2c 11px 13px, transparent 14px),
		rgba(255, 253, 248, 0.86);
}

.reader-mode-strip span:nth-child(3)::before {
	border-radius: 12px;
	background:
		linear-gradient(135deg, transparent 42%, rgba(17, 26, 44, 0.16) 43% 57%, transparent 58%),
		var(--pastel-butter);
	transform: rotate(-6deg);
}

.reader-mode-strip span:nth-child(4)::before {
	border-radius: 18px 18px 10px 10px;
	background:
		radial-gradient(circle at 50% 36%, rgba(17, 26, 44, 0.18) 0 7px, transparent 8px), var(--pastel-mint);
}

.reader-mode-strip span:nth-child(5)::before {
	border-radius: 50% 50% 16px 16px;
	background:
		linear-gradient(90deg, transparent 45%, rgba(17, 26, 44, 0.2) 46% 54%, transparent 55%),
		var(--pastel-lilac);
}

.reader-use-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.reader-use-card {
	position: relative;
	display: grid;
	align-content: space-between;
	gap: 18px;
	min-height: 360px;
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 22px;
	background: rgba(255, 253, 248, 0.9);
	padding: 18px;
	box-shadow: 0 18px 42px rgba(38, 28, 18, 0.075);
	transition:
		box-shadow 180ms ease,
		transform 180ms ease;
}

.reader-use-card::before {
	display: none;
}

.reader-use-card:hover {
	box-shadow: 0 26px 54px rgba(38, 28, 18, 0.12);
	transform: translateY(-4px);
}

.reader-use-1 {
	background: var(--pastel-lilac);
}

.reader-use-2 {
	background: var(--pastel-cyan);
}

.reader-use-3 {
	background: var(--pastel-butter);
}

.reader-use-4 {
	background: var(--pastel-mint);
}

.reader-use-5 {
	background: var(--pastel-peach);
}

.reader-use-card h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	font-family: var(--serif);
	font-size: 27px;
	font-weight: 620;
	line-height: 1.04;
}

.reader-use-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #46516a;
	font-size: 15px;
	line-height: 1.5;
}

.reader-use-shelf {
	position: relative;
	z-index: 1;
	align-items: end;
	min-height: 92px;
	margin: 0;
}

.reader-use-shelf .book-tile {
	width: 56px;
	height: 76px;
	border-radius: 5px;
	background: var(--tile-a);
	box-shadow: 0 10px 20px rgba(24, 32, 47, 0.16);
}

.reader-use-shelf .book-tile span {
	padding: 6px;
	font-size: 8.5px;
}

.reader-use-link {
	position: relative;
	z-index: 1;
	justify-self: start;
	color: var(--green);
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.hero-lede,
.page-hero p {
	max-width: 720px;
	color: #57534e;
	font-size: 19px;
	line-height: 1.58;
}

.hero-lede {
	margin: 0 auto;
}

.search-box {
	display: flex;
	align-items: center;
	gap: 10px;
	width: min(760px, 100%);
	margin-top: 24px;
	padding: 8px;
	border: 1.5px solid #1b2940;
	border-radius: 8px;
	background: var(--panel);
	box-shadow: 0 18px 38px rgba(38, 28, 18, 0.1);
}

.home-hero .search-box {
	margin-right: auto;
	margin-left: auto;
}

.search-box input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	padding: 14px 12px;
	background: transparent;
	color: var(--ink);
}

.search-box input::placeholder {
	color: #8a94a7;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border: 0;
	border-radius: 999px;
	padding: 12px 17px;
	background: #111a2c;
	color: #fffdf8;
	font-weight: 520;
	cursor: pointer;
	box-shadow: 0 10px 18px rgba(17, 26, 44, 0.18);
}

.button.secondary {
	border: 1px solid var(--line);
	background: var(--panel);
	color: var(--ink);
	box-shadow: none;
}

.button:hover,
.mini-button:hover,
.curiosity-card:hover,
.card:hover,
.question-card:hover,
.collection-card:hover,
.prompt-tile:hover,
.book-card:hover,
.suggestion-book-card:hover,
.related-suggestions a:hover,
.intent-trails a:hover {
	transform: translateY(-1px);
}

.chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 16px;
}

.try-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px;
	margin-top: 16px;
}

.try-row > span {
	display: inline-flex;
	align-items: center;
	color: var(--muted);
	font-size: 13px;
	font-weight: 760;
}

.chip,
.pill {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.82);
	color: #44403c;
	font-size: 13px;
}

.chip {
	min-height: 44px;
}

.chip {
	padding: 8px 12px;
}

.chip:nth-child(3n + 1) {
	background: var(--green-soft);
}

.chip:nth-child(3n + 2) {
	background: var(--coral-soft);
}

.chip:nth-child(3n + 3) {
	background: var(--lavender-soft);
}

.pill {
	padding: 6px 10px;
	font-size: 12px;
}

.intent-card,
.book-note-card,
.search-aside {
	border: 1px solid rgba(91, 75, 55, 0.2);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	box-shadow: var(--shadow);
}

.ranked-item small,
.book-note-card small,
.intent-card small,
.reader-note small,
.demo-result small {
	display: block;
	margin-bottom: 5px;
	color: var(--soft);
	font-size: 12px;
	font-weight: 850;
}

.soft-cta,
.text-link,
.inline-link {
	color: var(--green);
	font-weight: 650;
}

.section {
	padding: 42px 0;
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.section-lede {
	max-width: 760px;
	color: var(--muted);
	line-height: 1.65;
}

.path-grid,
.grid,
.question-grid,
.collection-grid,
.report-grid {
	display: grid;
	gap: 16px;
}

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

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

.book-context-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
	max-width: 780px;
}

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

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

.card,
.question-card,
.collection-card,
.prompt-tile,
.book-card,
.result-card,
.notice {
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.055);
	transition:
		transform 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease;
}

/* --- The bookshelf: starter paths as cloth-bound books on wooden ledges --- */

.home-shelf-section {
	padding: 10px 0 104px;
	scroll-margin-top: 24px;
}

.home-shelf-section .section-head {
	align-items: end;
	margin-bottom: 44px;
}

.home-shelf-section .section-head h2,
.letter-teaser h2 {
	font-size: clamp(34px, 3.4vw, 44px);
	font-weight: 540;
	line-height: 1.02;
	text-wrap: balance;
}

.home-shelf-section .section-lede {
	max-width: 56ch;
	margin: 0;
	text-wrap: pretty;
}

.guide-contents-heading small,
.list-guide-intro > small,
.guide-section-head small,
.guide-answer-panel > small,
.guide-note-grid article > small,
.guide-link-panel small,
.report-card-head small,
.apply-grid small,
.match-space-head small {
	display: none;
}

/* Editorial report library: a decision surface, not a wall of SEO links. */
.reviews-library-body {
	padding-top: clamp(38px, 5vw, 64px);
}

.review-library-tools {
	display: grid;
	gap: 16px;
	margin: 0 0 28px;
	padding: clamp(16px, 2.5vw, 24px);
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 12px;
	background: rgba(255, 253, 248, 0.72);
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.045);
}

.review-library-search {
	display: grid;
	gap: 7px;
	color: var(--ink);
	font-size: 13px;
	font-weight: 760;
}

.review-library-search input {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(91, 75, 55, 0.26);
	border-radius: 999px;
	background: #fffdf8;
	padding: 11px 18px;
	color: var(--ink);
	font: inherit;
	font-size: 16px;
	font-weight: 500;
}

.review-library-search input:focus-visible {
	border-color: var(--green);
	outline: 3px solid rgba(15, 111, 143, 0.18);
	outline-offset: 2px;
}

.review-library-filters {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 2px 2px 6px;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
}

.review-library-swipe-hint {
	display: none;
}

.review-library-filter-block {
	display: grid;
	gap: 7px;
}

.review-library-filter-block > strong {
	color: #865824;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.review-library-filters button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	flex: 0 0 auto;
	gap: 7px;
	border: 1px solid rgba(91, 75, 55, 0.2);
	border-radius: 999px;
	background: transparent;
	padding: 8px 13px;
	color: var(--muted);
	font: inherit;
	font-size: 13px;
	font-weight: 740;
	cursor: pointer;
	scroll-snap-align: start;
}

.review-library-filters button span {
	color: var(--soft);
	font-size: 11px;
}

.review-library-filters button[aria-pressed='true'] {
	border-color: var(--ink);
	background: var(--ink);
	color: #fff;
}

.review-library-filters button[aria-pressed='true'] span {
	color: rgba(255, 255, 255, 0.72);
}

.review-library-filters button:focus-visible {
	outline: 3px solid rgba(15, 111, 143, 0.24);
	outline-offset: 2px;
}

.review-library-count {
	margin: 0;
	color: var(--soft);
	font-size: 13px;
}

.review-workbench-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin: -10px 0 28px;
	border-left: 4px solid var(--tomato);
	border-radius: 0 10px 10px 0;
	background: var(--pastel-peach);
	padding: 16px 18px;
}

.review-workbench-note div {
	display: grid;
	gap: 4px;
}

.review-workbench-note small {
	color: #8b4938;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.review-workbench-note p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.5;
}

.review-workbench-note button {
	min-height: 44px;
	flex: 0 0 auto;
	border: 1px solid rgba(139, 73, 56, 0.28);
	border-radius: 999px;
	background: #fffdf8;
	padding: 8px 13px;
	color: #7b3f31;
	font: inherit;
	font-size: 13px;
	font-weight: 780;
	cursor: pointer;
}

.review-library-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.review-library-card {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 18px;
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(91, 75, 55, 0.17);
	border-radius: 10px;
	background: rgba(255, 253, 248, 0.88);
	box-shadow: 0 12px 30px rgba(38, 28, 18, 0.055);
	transition:
		transform 160ms ease,
		box-shadow 160ms ease,
		border-color 160ms ease;
}

.review-library-card[hidden] {
	display: none;
}

.review-library-card:hover {
	transform: translateY(-2px);
	border-color: rgba(15, 111, 143, 0.3);
	box-shadow: 0 18px 38px rgba(38, 28, 18, 0.09);
}

.review-library-cover {
	display: block;
	align-self: start;
}

.book-tile-review-library {
	width: 104px;
	height: 156px;
	border-radius: 7px;
	box-shadow: 0 10px 22px rgba(24, 32, 47, 0.16);
}

.review-library-copy {
	min-width: 0;
}

.review-library-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

.review-library-meta span,
.review-library-meta strong {
	border-radius: 999px;
	padding: 4px 8px;
	font-size: 11px;
	line-height: 1.2;
}

.review-library-meta span {
	background: rgba(15, 106, 77, 0.09);
	color: var(--green);
}

.review-library-meta strong {
	background: rgba(16, 38, 77, 0.07);
	color: var(--ink);
}

.review-library-card h2 {
	margin: 10px 0 1px;
	font-size: clamp(23px, 2.1vw, 29px);
	line-height: 1.02;
	text-wrap: balance;
}

.review-library-card h2 a:hover {
	color: var(--green);
}

.review-library-author {
	margin: 0;
	color: var(--soft);
	font-size: 13px;
}

.review-library-verdict {
	margin: 13px 0 0;
	color: var(--ink);
	font-size: 15px;
	font-weight: 620;
	line-height: 1.55;
}

.review-library-fit {
	margin: 11px 0 13px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.review-library-fit strong {
	color: var(--ink);
}

.review-library-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.review-library-actions button {
	min-height: 44px;
	border: 1px solid rgba(91, 75, 55, 0.2);
	border-radius: 999px;
	background: transparent;
	padding: 8px 12px;
	color: var(--muted);
	font: inherit;
	font-size: 12px;
	font-weight: 760;
	cursor: pointer;
}

.review-library-actions button:hover {
	border-color: var(--green);
	color: var(--green);
}

.review-library-actions [data-trail-action='save'] {
	background: rgba(15, 106, 77, 0.08);
	color: var(--green);
}

.review-library-actions .text-link {
	margin-left: auto;
}

.review-decision-section {
	padding-top: 22px;
}

.review-decision-bar {
	margin-bottom: 0;
}

.review-decision-bar .page-action-buttons > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.review-library-empty {
	margin-top: 20px;
	padding: 30px;
	border: 1px dashed rgba(91, 75, 55, 0.28);
	border-radius: 10px;
	text-align: center;
}

.review-library-more {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.review-library-more button {
	min-height: 44px;
}

.review-library-more button[hidden] {
	display: none;
}

.topic-report-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.topic-report-card {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 15px;
	min-width: 0;
	border: 1px solid rgba(91, 75, 55, 0.17);
	border-radius: 10px;
	background: rgba(255, 253, 248, 0.86);
	padding: 15px;
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.05);
	transition:
		transform 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease;
}

.topic-report-card:hover {
	transform: translateY(-2px);
	border-color: rgba(15, 111, 143, 0.28);
	box-shadow: 0 17px 34px rgba(38, 28, 18, 0.085);
}

.topic-report-cover {
	display: block;
	align-self: start;
}

.book-tile-topic-report {
	width: 82px;
	height: 123px;
	border-radius: 6px;
}

.topic-report-copy {
	min-width: 0;
}

.topic-report-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.topic-report-meta span,
.topic-report-meta strong {
	border-radius: 999px;
	padding: 3px 7px;
	font-size: 10px;
	line-height: 1.25;
}

.topic-report-meta span {
	background: rgba(15, 106, 77, 0.09);
	color: var(--green);
}

.topic-report-meta strong {
	background: rgba(16, 38, 77, 0.07);
	color: var(--ink);
}

.topic-report-card h3 {
	margin: 9px 0 1px;
	font-size: 23px;
	line-height: 1.05;
	text-wrap: balance;
}

.topic-report-card h3 a:hover {
	color: var(--green);
}

.topic-report-author {
	margin: 0;
	color: var(--soft);
	font-size: 12px;
}

.topic-report-verdict {
	margin: 10px 0 12px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 580;
	line-height: 1.5;
}

.topic-report-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

.topic-report-actions .mini-button {
	min-height: 44px;
	padding: 7px 10px;
	font-size: 11px;
}

.topic-report-actions [data-trail-action='save'] {
	background: rgba(15, 106, 77, 0.08);
	color: var(--green);
}

.topic-report-actions .text-link {
	margin-left: auto;
	font-size: 12px;
}

.atlas-neighbor-grid {
	display: grid;
	grid-template-columns: repeat(var(--neighbor-count, 4), minmax(0, 1fr));
	gap: 14px;
}

.atlas-neighbor-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid rgba(91, 75, 55, 0.17);
	border-radius: 10px;
	background: rgba(255, 253, 248, 0.86);
	padding: 15px;
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.05);
	transition:
		transform 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease;
}

.atlas-neighbor-card:hover {
	transform: translateY(-2px);
	border-color: rgba(15, 111, 143, 0.28);
	box-shadow: 0 17px 34px rgba(38, 28, 18, 0.085);
}

.atlas-neighbor-cover {
	display: block;
	align-self: flex-start;
}

.book-tile-atlas-neighbor {
	width: 76px;
	height: 114px;
}

.atlas-neighbor-copy {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
}

.atlas-neighbor-copy small {
	display: block;
	margin-top: 13px;
	color: var(--tomato);
	font-size: 10px;
	font-weight: 820;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.atlas-neighbor-card h3 {
	margin: 6px 0 1px;
	font-size: 22px;
	line-height: 1.05;
	text-wrap: balance;
}

.atlas-neighbor-card h3 a:hover {
	color: var(--green);
}

.atlas-neighbor-author {
	margin: 0 !important;
	color: var(--soft) !important;
	font-size: 12px !important;
}

.atlas-neighbor-copy > p:not(.atlas-neighbor-author) {
	margin: 10px 0 14px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.5;
}

.atlas-neighbor-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}

.atlas-neighbor-actions .mini-button {
	min-height: 44px;
	padding: 7px 11px;
	font-size: 11px;
}

.atlas-neighbor-actions .text-link {
	font-size: 12px;
}

.atlas-neighbor-swipe {
	display: none;
}

.atlas-neighbor-empty {
	max-width: 620px;
	border: 1px dashed rgba(91, 75, 55, 0.28);
	border-radius: 10px;
	background: rgba(255, 253, 248, 0.58);
	padding: 20px;
}

.atlas-neighbor-empty strong {
	display: block;
	font-family: var(--serif);
	font-size: 22px;
}

.atlas-neighbor-empty p {
	margin: 6px 0 0;
	color: var(--muted);
}

.review-library-empty[hidden] {
	display: none;
}

.review-library-empty h2 {
	margin: 0 0 8px;
}

.review-library-empty p {
	margin: 0;
	color: var(--muted);
}

.review-library-empty a {
	color: var(--green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 860px) {
	.review-library-grid {
		grid-template-columns: 1fr;
	}

	.topic-report-grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 540px) {
	.review-library-card {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 14px;
		padding: 14px;
	}

	.book-tile-review-library {
		width: 82px;
		height: 123px;
	}

	.review-library-card h2 {
		font-size: 23px;
	}

	.review-library-verdict {
		font-size: 14px;
	}

	.topic-report-card {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 12px;
		padding: 13px;
	}

	.book-tile-topic-report {
		width: 70px;
		height: 105px;
	}

	.atlas-neighbor-section {
		overflow: hidden;
	}

	.atlas-neighbor-section .section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.atlas-neighbor-swipe {
		display: flex;
		align-items: center;
		gap: 7px;
		margin: -4px 0 12px;
		color: var(--tomato);
		font-size: 12px;
		font-weight: 760;
	}

	.atlas-neighbor-grid {
		grid-template-columns: none;
		grid-auto-columns: 86%;
		grid-auto-flow: column;
		gap: 12px;
		overflow-x: auto;
		scroll-padding-inline: 2px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
		overscroll-behavior-inline: contain;
		padding: 2px 2px 12px;
	}

	.atlas-neighbor-card {
		display: flex;
		gap: 0;
		scroll-snap-align: start;
	}

	.atlas-neighbor-copy small {
		margin-top: 13px;
	}

	.review-library-filter-block--depth .review-library-filters {
		flex-wrap: wrap;
		overflow-x: visible;
		scroll-snap-type: none;
	}
}

.bookshelf {
	display: grid;
	gap: 46px;
}

.shelf {
	display: grid;
}

.shelf-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: end;
	gap: clamp(18px, 2.4vw, 32px);
	padding: 0 clamp(14px, 2vw, 30px);
}

/* The wooden ledge each row of books stands on. */
.shelf-ledge {
	display: block;
	height: 15px;
	margin-top: -1px;
	border-radius: 3px;
	background: linear-gradient(180deg, #52402a 0%, #3a2c1a 55%, #2b2013 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 244, 214, 0.28),
		0 14px 22px rgba(38, 28, 18, 0.16);
}

.shelf-book {
	--book-bg: #0f6a4d;
	--book-text: #f5fff3;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto 1fr auto;
	justify-items: center;
	align-items: center;
	min-height: var(--book-height, 330px);
	overflow: hidden;
	isolation: isolate;
	border-radius: 8px 8px 2px 2px;
	background: var(--book-bg);
	padding: 24px 22px 20px;
	color: var(--book-text);
	text-align: center;
	box-shadow:
		inset 16px 0 18px -12px rgba(20, 12, 4, 0.42),
		inset -12px 0 16px -12px rgba(20, 12, 4, 0.26),
		inset 0 2px 0 rgba(255, 255, 255, 0.18),
		0 12px 22px rgba(38, 28, 18, 0.18);
	transition:
		translate 190ms ease,
		box-shadow 190ms ease;
}

/* Cloth grain. */
.shelf-book::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url('/assets/images/footer-black-texture.webp') center / cover no-repeat;
	content: '';
	mix-blend-mode: soft-light;
	opacity: 0.18;
	pointer-events: none;
}

/* Embossed cover frame. */
.shelf-book::after {
	position: absolute;
	inset: 10px 12px;
	z-index: 0;
	border: 1px solid color-mix(in srgb, var(--book-text) 34%, transparent);
	border-radius: 5px;
	outline: 1px solid color-mix(in srgb, var(--book-text) 13%, transparent);
	outline-offset: 3px;
	content: '';
	pointer-events: none;
}

.shelf-book > * {
	position: relative;
	z-index: 1;
}

/* Books come in different heights, like a real shelf. */
.shelf-book:nth-child(4n + 1) {
	--book-height: 338px;
}

.shelf-book:nth-child(4n + 2) {
	--book-height: 312px;
}

.shelf-book:nth-child(4n + 3) {
	--book-height: 350px;
}

.shelf-book:nth-child(4n + 4) {
	--book-height: 324px;
}

.shelf-swatch-1 {
	--book-bg: #0f6a4d;
	--book-text: #f5fff3;
}

.shelf-swatch-2 {
	--book-bg: #d85739;
	--book-text: #fff7ef;
}

.shelf-swatch-3 {
	--book-bg: #2d6c8b;
	--book-text: #f5fbff;
}

.shelf-swatch-4 {
	--book-bg: #6e5aa7;
	--book-text: #fffaff;
}

.shelf-swatch-5 {
	--book-bg: #f2c75d;
	--book-text: #2c1d08;
}

.shelf-swatch-6 {
	--book-bg: var(--oxford);
	--book-text: #fffdf8;
}

/* Pull the book off the shelf a little. */
.shelf-book:hover {
	translate: 0 -10px;
	box-shadow:
		inset 16px 0 18px -12px rgba(20, 12, 4, 0.42),
		inset -12px 0 16px -12px rgba(20, 12, 4, 0.26),
		inset 0 2px 0 rgba(255, 255, 255, 0.18),
		0 26px 34px rgba(38, 28, 18, 0.24);
}

.shelf-book:focus-visible {
	translate: 0 -10px;
	outline-offset: 5px;
}

.shelf-book-kicker {
	display: none;
}

.shelf-book-body {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 14px 0;
}

.shelf-book h3 {
	max-width: 11ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(25px, 2.1vw, 30px);
	font-weight: 550;
	line-height: 1.04;
	text-wrap: balance;
}

.shelf-book p {
	max-width: 22ch;
	margin: 0;
	color: color-mix(in srgb, currentColor 84%, #fff);
	font-size: 14.5px;
	font-weight: 520;
	line-height: 1.42;
	text-wrap: pretty;
}

/* Little cream library label near the foot of the spine. */
.shelf-book-label {
	align-self: end;
	border-radius: 2px;
	background: #fff7e5;
	padding: 5px 11px;
	color: #5f513c;
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	box-shadow:
		0 1px 0 rgba(38, 28, 18, 0.22),
		inset 0 0 0 1px rgba(91, 75, 55, 0.14);
}

/* --- Dear Bookends teaser: a typed letter taped to the page --- */

.letter-teaser {
	padding: 26px 0 128px;
}

.letter-teaser-grid {
	display: grid;
	grid-template-columns: minmax(0, 10fr) minmax(0, 9fr);
	align-items: center;
	gap: clamp(30px, 4.5vw, 72px);
}

.letter-teaser-copy .section-lede {
	max-width: 46ch;
	margin: 0 0 30px;
	text-wrap: pretty;
}

.letter-artifact {
	position: relative;
	justify-self: center;
	width: min(470px, 100%);
	margin: 0;
	rotate: 1.3deg;
}

.letter-paper {
	position: relative;
	margin: 0;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 3px;
	background: #fffdf6;
	padding: clamp(30px, 3.4vw, 46px) clamp(26px, 3.2vw, 44px) clamp(26px, 3vw, 38px);
	color: #3e3729;
	font-family: var(--mono);
	font-size: 15.5px;
	line-height: 1.85;
	box-shadow:
		0 30px 60px rgba(38, 28, 18, 0.16),
		0 4px 12px rgba(38, 28, 18, 0.08);
}

.letter-paper p {
	margin: 0 0 1.15em;
	text-wrap: pretty;
}

.letter-signoff {
	margin-bottom: 0;
	color: #6f6750;
}

.letter-tape {
	position: absolute;
	z-index: 2;
	width: 104px;
	height: 27px;
	background: rgba(252, 243, 216, 0.62);
	box-shadow:
		0 2px 5px rgba(38, 28, 18, 0.1),
		inset 0 0 0 1px rgba(255, 255, 255, 0.32);
	clip-path: polygon(2% 0%, 98% 4%, 100% 22%, 97% 100%, 3% 96%, 0% 74%);
}

.letter-tape-left {
	top: -13px;
	left: 30px;
	rotate: -5deg;
}

.letter-tape-right {
	top: -11px;
	right: 34px;
	rotate: 4deg;
}

/* Round rubber postmark, slightly off-register like a real stamp. */
.letter-stamp {
	position: absolute;
	z-index: 3;
	top: -30px;
	right: -26px;
	display: grid;
	align-content: center;
	justify-items: center;
	width: 112px;
	height: 112px;
	border: 2px solid rgba(201, 58, 39, 0.5);
	border-radius: 50%;
	color: rgba(201, 58, 39, 0.74);
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
	rotate: 8deg;
	pointer-events: none;
}

.letter-stamp::before {
	position: absolute;
	inset: 5px;
	border: 1px solid rgba(201, 58, 39, 0.42);
	border-radius: 50%;
	content: '';
}

.letter-stamp i {
	display: block;
	font-style: normal;
}

.letter-reply {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 8px;
	margin: 20px 10px 0;
	color: var(--soft);
	font-family: var(--mono);
	font-size: 13.5px;
	line-height: 1.5;
}

.letter-reply a {
	color: var(--green);
	font-weight: 700;
	border-bottom: 1px dashed color-mix(in srgb, var(--green) 46%, transparent);
}

.letter-reply a:hover {
	border-bottom-style: solid;
}

.card > small:first-child {
	display: none;
}

.question-card small {
	display: block;
	margin-bottom: 10px;
	color: var(--green);
	font-family: var(--mono);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.card p,
.question-card p,
.collection-card p {
	color: var(--muted);
}

.question-card span,
.collection-card span {
	color: var(--green);
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.wide-band {
	margin: 22px 0;
	padding: 46px 0;
	border-top: 1px solid rgba(91, 75, 55, 0.14);
	border-bottom: 1px solid rgba(91, 75, 55, 0.14);
	background: rgba(255, 253, 248, 0.55);
}

.browse-grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 30px;
	align-items: start;
}

.prompt-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.prompt-tile {
	display: grid;
	min-height: 112px;
	padding: 16px;
}

.prompt-tile strong {
	font-family: var(--serif);
	font-size: 19px;
}

.prompt-tile span {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.45;
}

.curiosity-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.curiosity-card {
	position: relative;
	display: grid;
	align-content: space-between;
	min-height: 230px;
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.86);
	padding: 20px;
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.06);
	transition:
		transform 160ms ease,
		box-shadow 160ms ease;
}

.curiosity-card::after {
	position: absolute;
	right: -22px;
	bottom: -28px;
	width: 120px;
	height: 120px;
	border: 1px dashed rgba(24, 63, 98, 0.32);
	border-radius: 50%;
	content: '';
}

.curiosity-card:nth-child(1) {
	background: linear-gradient(145deg, var(--tomato-soft), rgba(255, 253, 248, 0.9));
}

.curiosity-card:nth-child(2) {
	background: linear-gradient(145deg, var(--marigold-soft), rgba(255, 253, 248, 0.9));
}

.curiosity-card:nth-child(3) {
	background: linear-gradient(145deg, var(--blue-soft), rgba(255, 253, 248, 0.9));
}

.curiosity-card:nth-child(4) {
	background: linear-gradient(145deg, var(--lavender-soft), rgba(255, 253, 248, 0.9));
}

.curiosity-card small {
	color: var(--tomato);
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 700;
}

.curiosity-card strong {
	max-width: 260px;
	font-family: var(--serif);
	font-size: 25px;
	line-height: 1.05;
}

.curiosity-card span {
	position: relative;
	z-index: 1;
	color: #57534e;
	font-weight: 650;
	line-height: 1.45;
}

.comparison-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(24, 63, 98, 0.08), transparent 40%), rgba(255, 253, 248, 0.88);
	padding: 30px;
	box-shadow: var(--shadow);
}

.comparison-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.comparison-grid article {
	display: grid;
	gap: 10px;
	min-height: 210px;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.88);
	padding: 22px;
}

.comparison-grid article:nth-child(2) {
	background: #102f25;
	color: #fffdf8;
}

.comparison-grid small {
	color: var(--tomato);
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.comparison-grid article:nth-child(2) small {
	color: var(--marigold);
}

.comparison-grid strong {
	font-family: var(--serif);
	font-size: 28px;
	line-height: 1.05;
}

.comparison-grid span {
	color: inherit;
	line-height: 1.5;
	opacity: 0.78;
}

.compare-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	margin-top: auto;
}

.comparison-method-note {
	display: grid;
	grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
	gap: 18px;
	margin: 0 0 18px;
	border: 1px solid rgba(134, 88, 36, 0.2);
	border-radius: 12px;
	background: rgba(242, 234, 217, 0.52);
	padding: 16px 18px;
}

.comparison-method-note strong {
	color: #865824;
	font-size: 13px;
}

.comparison-method-note p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.6;
}

.compare-grid > .card {
	display: grid;
	grid-template-rows: auto auto auto auto 1fr auto;
	gap: 10px;
}

.compare-context-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.compare-context-grid article,
.report-alternative {
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background: rgba(242, 234, 217, 0.52);
	padding: 16px 18px;
}

.compare-context-grid small {
	display: block;
	margin-bottom: 7px;
	color: var(--green);
	font-weight: 850;
}

.compare-context-grid p,
.report-alternative p,
.comparison-reviewed-date {
	margin: 0;
	color: var(--muted);
	line-height: 1.6;
}

.report-alternative {
	margin-top: 18px;
	background: var(--pastel-blue);
}

.report-alternative > strong {
	display: block;
	margin-bottom: 7px;
}

.report-alternative a {
	color: var(--green);
}

.compare-card-author {
	margin: -6px 0 0;
	color: var(--muted);
	font-size: 13px;
}

.compare-card-actions :is(.text-link, button) {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.compare-card-actions button {
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.84);
	padding: 8px 12px;
	color: var(--green);
	font: inherit;
	font-size: 13px;
	font-weight: 820;
	cursor: pointer;
}

.compare-card-actions button:hover {
	background: var(--pastel-mint);
}

.compare-card-actions [data-trail-action='save'] {
	border-color: var(--green);
	background: transparent;
	color: var(--green);
}

.compare-card-actions [data-trail-action='save']:hover {
	background: var(--pastel-mint);
}

.compare-card-actions [data-trail-next] {
	border-color: var(--ink);
	background: var(--ink);
	color: #fffdf8;
}

.compare-card-actions [data-trail-next]:hover,
.compare-card-actions [data-trail-next].is-trail-active {
	border-color: var(--green);
	background: var(--green);
	color: #fffdf8;
}

.compare-card-actions [data-trail-action='pass'] {
	background: transparent;
	color: var(--muted);
}

.suggestion-lab {
	position: relative;
}

.suggestion-lab-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.suggestion-lab-grid {
	display: grid;
	grid-template-columns: minmax(290px, 0.42fr) minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
}

.suggestion-composer,
.suggestion-results {
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.78);
	box-shadow: 0 16px 36px rgba(38, 28, 18, 0.065);
}

.suggestion-composer {
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 20px;
}

.suggestion-composer small {
	color: var(--green);
	font-size: 12px;
	font-weight: 850;
}

.interest-query {
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(234, 242, 255, 0.78)), var(--panel);
	padding: 16px 15px;
	color: var(--ink);
	font-weight: 850;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.suggestion-composer strong {
	margin-top: 6px;
	font-size: 15px;
}

.related-suggestions,
.intent-trails {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.related-suggestions a,
.intent-trails a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.72);
	padding: 8px 11px;
	color: #44403c;
	font-size: 13px;
	font-weight: 720;
	transition: transform 160ms ease;
}

.related-suggestions a::before,
.intent-trails a::before {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 3px;
	background: #3b82f6;
	content: '';
}

.related-suggestions a:nth-child(2n)::before {
	background: #dc2626;
}

.related-suggestions a:nth-child(3n)::before {
	background: #f59e0b;
}

.related-suggestions a:nth-child(4n)::before {
	background: #16a34a;
}

.related-suggestions a:nth-child(5n)::before {
	background: #8b5cf6;
}

.suggestion-results {
	display: grid;
	gap: 14px;
	padding: 14px;
}

.suggestion-book-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.suggestion-book-card {
	--suggestion-bg: var(--pastel-blue);
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 50px;
	gap: 14px;
	align-items: center;
	min-height: 86px;
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.08);
	border-radius: 12px;
	background: var(--suggestion-bg);
	padding: 14px 16px;
	box-shadow: 0 10px 24px rgba(38, 28, 18, 0.045);
	transition: transform 160ms ease;
}

.suggestion-marker {
	display: none;
}

.suggestion-swatch-1 {
	--suggestion-bg: var(--pastel-blue);
}

.suggestion-swatch-2 {
	--suggestion-bg: var(--pastel-mint);
}

.suggestion-swatch-3 {
	--suggestion-bg: var(--pastel-butter);
}

.suggestion-swatch-4 {
	--suggestion-bg: var(--pastel-pink);
}

.suggestion-swatch-5 {
	--suggestion-bg: var(--pastel-peach);
}

.suggestion-swatch-6 {
	--suggestion-bg: var(--pastel-lilac);
}

.suggestion-swatch-7 {
	--suggestion-bg: var(--pastel-cyan);
}

.suggestion-swatch-8 {
	--suggestion-bg: #f5eadf;
}

.suggestion-marker {
	width: 11px;
	height: 11px;
	border-radius: 4px;
	background: #3b82f6;
}

.suggestion-swatch-2 .suggestion-marker {
	border-radius: 50% 50% 4px 4px;
	background: #16a34a;
}

.suggestion-swatch-3 .suggestion-marker {
	background: #f59e0b;
	transform: rotate(45deg);
}

.suggestion-swatch-4 .suggestion-marker {
	background: #db2777;
}

.suggestion-swatch-5 .suggestion-marker {
	background: #ea580c;
}

.suggestion-swatch-6 .suggestion-marker {
	background: #8b5cf6;
}

.suggestion-swatch-7 .suggestion-marker {
	background: #0891b2;
}

.suggestion-swatch-8 .suggestion-marker {
	background: #78716c;
}

.suggestion-copy {
	min-width: 0;
}

.suggestion-copy small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.suggestion-copy strong {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	min-width: 0;
	margin-bottom: 4px;
	overflow: hidden;
	color: #161f31;
	font-family: var(--serif);
	font-size: 15.5px;
	font-weight: 640;
	line-height: 1.18;
}

.suggestion-copy small {
	color: #38455a;
	font-size: 12px;
}

.suggestion-cover {
	justify-self: end;
	width: 48px;
	height: 64px;
	border-radius: 6px;
	box-shadow: 0 8px 16px rgba(24, 32, 47, 0.18);
}

.suggestion-cover::before {
	inset: 8px 0 8px 10px;
}

.suggestion-cover span {
	padding: 7px;
	font-size: 8px;
	line-height: 1;
}

.intent-trails {
	align-items: center;
	border: 1px solid rgba(91, 75, 55, 0.11);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.72);
	padding: 12px;
}

.intent-trails > span {
	margin-right: 4px;
	color: var(--green);
	font-size: 12px;
	font-weight: 850;
}

.intent-trails a:nth-of-type(2n)::before {
	background: #f59e0b;
}

.intent-trails a:nth-of-type(3n)::before {
	background: #16a34a;
}

.intent-trails a:nth-of-type(4n)::before {
	background: #8b5cf6;
}

.demo-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(170px, 0.28fr);
	gap: 24px;
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background:
		radial-gradient(circle at 82% 18%, rgba(242, 206, 86, 0.18), transparent 32%),
		linear-gradient(120deg, rgba(255, 253, 248, 0.94), rgba(237, 230, 215, 0.58)), rgba(255, 253, 248, 0.72);
	padding: 26px;
	box-shadow: var(--shadow);
}

.paper-stack {
	position: relative;
	justify-self: end;
	width: 190px;
	height: 178px;
}

.paper-piece,
.paper-note {
	position: absolute;
	display: block;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(38, 28, 18, 0.12);
}

.paper-piece-blue {
	inset: 34px 8px 12px 42px;
	background: #c8d9e9;
	transform: rotate(9deg);
}

.paper-piece-grid {
	inset: 4px 30px 28px 8px;
	background:
		linear-gradient(rgba(146, 112, 59, 0.18) 1px, transparent 1px),
		linear-gradient(90deg, rgba(146, 112, 59, 0.18) 1px, transparent 1px), #f7d960;
	background-size: 18px 18px;
	transform: rotate(-6deg);
}

.paper-note {
	inset: 34px 18px 0 0;
	background: #fff8eb;
	padding: 18px;
	transform: rotate(2.5deg);
}

.paper-note span {
	display: block;
	margin-bottom: 10px;
	color: var(--green);
	font-size: 12px;
	font-weight: 850;
}

.paper-note strong {
	display: block;
	font-family: var(--serif);
	font-size: 23px;
	line-height: 1.08;
}

.demo-flow {
	display: grid;
	grid-template-columns: 0.7fr 1fr;
	grid-column: 1 / -1;
	gap: 16px;
	align-items: stretch;
}

.reader-note,
.demo-result {
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	padding: 18px;
	background: var(--panel);
}

.reader-note {
	transform: rotate(-1.5deg);
	background: var(--lavender-soft);
}

.reader-note p {
	margin-bottom: 0;
	font-family: var(--serif);
	font-size: 20px;
	line-height: 1.34;
}

.demo-result h3 {
	font-family: var(--serif);
	font-size: 24px;
}

.question-showcase {
	display: grid;
	grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
	gap: 18px;
	align-items: stretch;
}

.request-art-card {
	position: relative;
	display: grid;
	align-content: center;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.82);
	padding: 18px;
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.055);
}

.request-art-card::before {
	position: absolute;
	inset: 20px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 20% 20%, rgba(31, 111, 88, 0.12) 0 42px, transparent 43px),
		radial-gradient(circle at 78% 28%, rgba(201, 217, 236, 0.9) 0 36px, transparent 37px),
		radial-gradient(circle at 70% 82%, rgba(242, 206, 86, 0.28) 0 52px, transparent 53px);
	content: '';
}

.request-pin {
	position: relative;
	z-index: 1;
	justify-self: start;
	margin-bottom: 18px;
	border: 1px solid rgba(14, 61, 47, 0.18);
	border-radius: 999px;
	background: var(--green);
	padding: 9px 14px;
	color: #fffdf8;
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.request-note-stack {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.request-note-stack span {
	display: block;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: #fff8eb;
	padding: 13px 14px;
	color: #253147;
	font-family: var(--serif);
	font-size: 18px;
	line-height: 1.15;
	box-shadow: 0 12px 24px rgba(38, 28, 18, 0.08);
}

.request-note-stack span:nth-child(1) {
	transform: rotate(-2deg);
}

.request-note-stack span:nth-child(2) {
	background: #f7d960;
	transform: rotate(1.5deg);
}

.request-note-stack span:nth-child(3) {
	background: #c8d9e9;
	transform: rotate(-1deg);
}

.request-note-stack span:nth-child(4) {
	background: #f7e4d8;
	transform: rotate(2.2deg);
}

.request-art-card p {
	position: relative;
	z-index: 1;
	max-width: 320px;
	margin: 0 auto;
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.9);
	padding: 12px 14px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}

.book-shelf {
	display: flex;
	align-items: end;
	gap: 7px;
	min-height: 106px;
	margin: 14px 0 0;
}

.compact-shelf {
	min-height: 84px;
}

.compact-shelf .book-tile {
	width: 54px;
	height: 74px;
}

.collection-card {
	padding: 16px;
}

.collection-card h3 {
	margin-top: 10px;
	font-family: var(--serif);
	font-size: 22px;
}

.card {
	padding: 20px;
}

.card h3 {
	font-family: var(--serif);
}

.book-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.book-card {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 124px;
	padding: 13px;
}

.book-card h3 {
	margin: 0 0 4px;
	font-size: 16px;
}

.book-card p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.35;
}

.book-card span {
	display: block;
	margin-top: 8px;
	color: var(--soft);
	font-size: 12px;
}

.book-tile {
	position: relative;
	display: grid;
	place-items: end start;
	width: 72px;
	height: 96px;
	overflow: hidden;
	border: 0;
	border-radius: 6px;
	background: #e8e2d8;
	color: #57534e;
	box-shadow: 0 8px 16px rgba(24, 32, 47, 0.1);
	outline: 1px solid oklch(0 0 0 / 0.1);
	outline-offset: -1px;
}

.book-tile::before {
	position: absolute;
	inset: 9px 0 9px 13px;
	width: 1px;
	background: rgba(98, 93, 82, 0.24);
	content: '';
}

.book-tile span {
	position: relative;
	z-index: 1;
	padding: 8px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.05;
	text-wrap: balance;
}

.book-tile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.book-tile-large {
	width: 132px;
	height: 178px;
}

.book-tile-large span {
	padding: 14px;
	font-size: 19px;
}

.page-hero {
	position: relative;
	isolation: isolate;
	margin: 0 calc(50% - 50vw);
	padding: clamp(46px, 6vw, 76px) calc(50vw - 50%) clamp(34px, 4.5vw, 52px);
	border-bottom: 0;
	background: transparent;
	overflow: hidden;
}

.page-hero::before {
	content: none;
}

.page-hero > .shell {
	position: relative;
	z-index: 1;
}

.page-hero h1 {
	max-width: 20ch;
	margin-bottom: 18px;
	font-size: clamp(46px, 6vw, 72px);
	line-height: 0.98;
	text-wrap: balance;
}

.recommendation-page--money-without-finance-bro-energy .page-hero h1 {
	max-width: 20ch;
	font-size: clamp(42px, 5vw, 64px);
}

.editorial-chapter-art {
	width: min(78vw, 420px);
	margin-bottom: clamp(16px, 2.4vw, 26px);
	margin-inline: auto;
	aspect-ratio: 1;
	overflow: hidden;
	background-color: var(--canvas);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 280ms ease;
}

.page-hero:hover .editorial-chapter-art {
	transform: translateY(-2px) scale(1.006);
}

.editorial-chapter-art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1;
	transition:
		transform 280ms ease,
		opacity 280ms ease;
}

.page-hero:hover .editorial-chapter-art img {
	transform: translateY(-2px) scale(1.006);
}

@media (prefers-reduced-motion: reduce) {
	.editorial-chapter-art {
		transition: none;
	}

	.page-hero:hover .editorial-chapter-art {
		transform: none;
	}
	.editorial-chapter-art img {
		transition: none;
	}

	.page-hero:hover .editorial-chapter-art img {
		transform: none;
	}
}

.reviews-hero-aside {
	display: grid;
	align-content: start;
}

.reviews-hero-aside .editorial-chapter-art {
	width: 100%;
	margin: -18px 0 -4px;
	background-color: transparent;
}

.reviews-grade-note {
	display: grid;
	gap: 4px;
	max-width: 700px;
	margin-top: 18px;
	border-left: 3px solid rgba(15, 106, 77, 0.62);
	padding: 2px 0 2px 14px;
	color: #57534e;
	font-size: 14px;
	line-height: 1.55;
}

.reviews-grade-note strong {
	color: var(--ink);
}

.reviews-grade-note a {
	color: var(--green);
	font-weight: 700;
}

@media (max-width: 980px) and (min-width: 721px) {
	.reviews-hero-aside {
		justify-items: center;
	}

	.reviews-hero-aside .editorial-chapter-art {
		margin: -12px 0;
	}
}

@media (max-width: 720px) {
	.reviews-hero-aside {
		display: none;
	}

	.review-library-swipe-hint {
		display: block;
		margin: -2px 0 0;
		color: var(--soft);
		font-size: 11px;
	}
}

.search-hero {
	padding: clamp(28px, 3.5vw, 42px) calc(50vw - 50%) clamp(30px, 4vw, 44px);
	text-align: center;
}

.search-hero h1 {
	max-width: 24ch;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #10264d;
	font-size: clamp(44px, 5vw, 58px);
	line-height: 1.02;
}

.search-hero > p {
	margin: 12px auto 0;
}

.search-hero .search-box {
	width: min(688px, 100%);
	min-height: 60px;
	margin: 24px auto 0;
	border: 0;
	border-radius: 999px;
	padding: 8px 8px 8px 20px;
	background: #fff;
	box-shadow:
		0 2px 4px rgba(56, 41, 21, 0.04),
		0 18px 44px rgba(56, 41, 21, 0.1),
		0 0 0 1px rgba(16, 38, 77, 0.12);
}

.search-hero .search-box:focus-within {
	box-shadow:
		0 2px 4px rgba(56, 41, 21, 0.04),
		0 18px 44px rgba(56, 41, 21, 0.1),
		0 0 0 1px rgba(15, 111, 143, 0.55);
}

.search-hero .search-box input {
	padding: 10px 8px;
	font-size: 16px;
}

.search-box-icon,
.search-box-submit-icon {
	width: 20px;
	height: 20px;
	flex: none;
}

.search-box-icon {
	color: #716247;
}

.search-box-submit-icon {
	color: #fff;
}

.search-hero .search-box .button {
	position: relative;
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	background: #05214e;
	font-size: 0;
	box-shadow: none;
}

.search-box-shortcut {
	border: 0;
	border-radius: 6px;
	background: rgba(16, 38, 77, 0.06);
	padding: 4px 8px;
	color: #716247;
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 650;
}

.search-box-touch-target {
	position: absolute;
	top: 50%;
	left: 50%;
	width: max(100%, 48px);
	height: max(100%, 48px);
	transform: translate(-50%, -50%);
}

.finder-explore {
	overflow: hidden;
	margin: -8px 0 clamp(56px, 7vw, 80px);
	border-radius: 16px;
	background: #fff;
	box-shadow:
		0 1px 2px rgba(56, 41, 21, 0.04),
		0 16px 42px rgba(56, 41, 21, 0.08),
		0 0 0 1px rgba(16, 38, 77, 0.1);
}

.finder-explore-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	padding: 28px 30px 24px;
}

.finder-explore-head > div {
	min-width: 0;
}

.finder-explore-head h2 {
	max-width: 24ch;
	margin: 0;
	color: #10264d;
	font-size: clamp(30px, 3vw, 38px);
	font-weight: 520;
	line-height: 1.08;
	text-wrap: balance;
}

.finder-explore-head p {
	max-width: 58ch;
	margin: 9px 0 0;
	color: #57534e;
	font-size: 16px;
	line-height: 1.6;
}

.finder-explore-cta,
.finder-explore-foot a {
	display: inline-flex;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	color: #0f6f8f;
	font-size: 14px;
	font-weight: 700;
}

.finder-filter-preview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid rgba(16, 38, 77, 0.1);
	border-bottom: 1px solid rgba(16, 38, 77, 0.1);
	padding: 0 30px;
}

.finder-filter-preview > div {
	min-width: 0;
	padding: 20px 18px;
}

.finder-filter-preview > div:first-child {
	padding-left: 0;
}

.finder-filter-preview > div:last-child {
	padding-right: 0;
}

.finder-filter-preview > div + div {
	border-left: 1px solid rgba(16, 38, 77, 0.1);
}

.finder-filter-preview dt {
	color: #10264d;
	font-size: 13px;
	font-weight: 750;
}

.finder-filter-preview dd {
	margin: 6px 0 0;
	color: #78716c;
	font-size: 14px;
	line-height: 1.5;
}

.finder-starting-routes {
	padding: 0 30px;
}

.finder-starting-routes a {
	display: grid;
	grid-template-columns: minmax(13rem, 0.8fr) minmax(0, 1.2fr) auto;
	gap: 24px;
	align-items: center;
	padding: 20px 0;
}

.finder-starting-routes a + a {
	border-top: 1px solid rgba(16, 38, 77, 0.1);
}

.finder-starting-routes a > span {
	display: grid;
	min-width: 0;
	gap: 5px;
}

.finder-starting-routes strong {
	color: #11182d;
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 560;
	line-height: 1.2;
}

.finder-starting-routes p {
	margin: 0;
	color: #57534e;
	font-size: 14px;
	line-height: 1.55;
}

.finder-starting-routes b {
	color: #0f6f8f;
	font-size: 18px;
	font-weight: 500;
}

.finder-explore-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	background: #f2ead9;
	padding: 18px 30px;
}

.finder-explore-foot p {
	margin: 0;
	color: #57534e;
	font-size: 14px;
	line-height: 1.55;
}

.finder-explore-foot strong {
	color: #11182d;
}

.page-hero-grid,
.book-hero-grid,
.search-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 30px;
	align-items: start;
}

.page-hero-grid > *,
.book-hero-grid > *,
.search-layout > *,
.list-guide-panel > *,
.book-report-panel > * {
	min-width: 0;
}

@media (min-width: 981px) {
	[data-book-page] .book-hero-grid {
		grid-template-columns: minmax(0, 1fr) 240px;
	}
}

.intent-card,
.book-note-card,
.search-aside {
	padding: 20px;
}

.intent-card p {
	margin-bottom: 18px;
	color: #57534e;
	font-family: var(--serif);
	font-size: 24px;
	line-height: 1.28;
}

.topic-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
	gap: clamp(24px, 4vw, 54px);
	align-items: end;
}

.topic-question-card {
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 10px;
	background: rgba(255, 253, 248, 0.82);
	padding: 20px;
	box-shadow: 0 18px 42px rgba(39, 31, 23, 0.08);
}

.topic-question-card small,
.topic-lane-card small {
	color: #a34b35;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.topic-question-card > p {
	margin: 8px 0 18px;
	color: var(--ink);
	font-family: var(--serif);
	font-size: 22px;
	line-height: 1.32;
}

.topic-lane-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.topic-lane-swipe {
	display: none;
}

.topic-route-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 16px;
}

.topic-route-grid .page-card {
	height: 100%;
}

.topic-lane-card {
	position: relative;
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	align-content: start;
	gap: 16px;
	min-width: 0;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 10px;
	background: #fffdf8;
	padding: 18px;
	box-shadow: 0 14px 34px rgba(39, 31, 23, 0.065);
}

.topic-lane-cover .book-tile-topic {
	width: 76px;
	height: 106px;
}

.topic-lane-card h3 {
	margin: 5px 22px 2px 0;
	font-size: 20px;
	line-height: 1.12;
}

.topic-lane-card h3 a:hover {
	text-decoration: underline;
	text-decoration-color: #c65e44;
	text-underline-offset: 4px;
}

.topic-lane-card p {
	grid-column: 1 / -1;
	margin: 10px 0 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
}

.topic-lane-card .topic-lane-author {
	grid-column: auto;
	margin: 0;
	color: #716247;
	font-size: 12px;
}

.topic-lane-status {
	display: inline-flex;
	margin-top: 5px;
	border-radius: 999px;
	background: rgba(15, 106, 77, 0.08);
	padding: 4px 7px;
	color: var(--green);
	font-size: 10px;
	font-weight: 800;
}

.topic-lane-card .topic-lane-pause {
	margin-top: 0;
	border-top: 1px solid rgba(91, 75, 55, 0.12);
	padding-top: 10px;
	font-size: 12px;
}

.topic-lane-actions {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
}

.topic-lane-actions button {
	min-height: 44px;
	border: 1px solid rgba(91, 75, 55, 0.2);
	border-radius: 999px;
	background: transparent;
	padding: 7px 10px;
	color: var(--green);
	font: inherit;
	font-size: 11px;
	font-weight: 780;
}

.topic-lane-actions [data-trail-next] {
	border-color: var(--ink);
	background: var(--ink);
	color: #fffdf8;
}

.topic-caution {
	display: grid;
	grid-template-columns: minmax(170px, 0.25fr) minmax(0, 1fr);
	gap: 20px;
	margin-top: 18px;
	border-left: 4px solid #c65e44;
	border-radius: 0 8px 8px 0;
	background: #f4e4df;
	padding: 18px 20px;
}

.topic-caution p {
	margin: 0;
	color: #523e37;
	line-height: 1.55;
}

.topic-inventory .section-head p {
	max-width: 60ch;
}

.book-note-card {
	display: grid;
	justify-items: center;
	gap: 16px;
	text-align: center;
}

.book-note-card p {
	margin: 0;
	color: var(--muted);
}

.book-note-card .book-note-affiliate {
	max-width: 24ch;
	color: var(--soft);
	font-size: 12px;
	line-height: 1.45;
}

.review-hero-aside .editorial-chapter-art {
	width: 100%;
	margin: 0;
}

@media (max-width: 720px) {
	.review-page .review-hero-aside {
		display: none;
	}

	.review-page .book-hero-decision {
		padding: 13px 14px 14px;
	}

	.review-page .book-hero-decision-grid {
		gap: 8px;
	}

	.review-page .book-hero-decision-grid p {
		font-size: 14px;
		line-height: 1.42;
	}
}

.book-hero-decision {
	max-width: 760px;
	margin-top: 22px;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 14px;
	background: rgba(255, 253, 248, 0.82);
	padding: 15px 17px 16px;
	box-shadow: 0 14px 32px rgba(39, 31, 23, 0.06);
	backdrop-filter: blur(8px);
}

.book-hero-decision-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.book-hero-decision-head small,
.book-hero-decision-grid strong {
	color: var(--green);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.book-hero-decision-head a {
	color: var(--green);
	font-size: 13px;
	font-weight: 760;
}

.book-hero-decision-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.book-hero-decision-grid > div {
	border-top: 2px solid rgba(47, 107, 82, 0.24);
	padding-top: 10px;
}

.book-hero-decision-grid > div + div {
	border-top-color: rgba(198, 94, 68, 0.28);
}

.book-hero-decision-grid > div + div strong {
	color: var(--tomato);
}

.book-hero-decision-grid p {
	margin: 5px 0 0;
	color: var(--ink);
	font-size: 15px;
	line-height: 1.48;
}

.meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0;
}

.ranked-list {
	display: grid;
	gap: 14px;
	margin-top: 20px;
}

.guide-branch-picker {
	margin: 28px 0 34px;
	border-block: 1px solid rgba(91, 75, 55, 0.16);
	padding-block: 24px;
}

.guide-branch-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 16px;
}

.guide-branch-head small {
	color: var(--green);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.guide-branch-head h2 {
	margin: 4px 0 0;
	font-family: var(--serif);
	font-size: clamp(27px, 3vw, 39px);
	line-height: 1.05;
}

.guide-branch-head > p {
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
}

.guide-branch-track {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.guide-branch-track a {
	display: grid;
	grid-template-rows: auto auto auto 1fr auto;
	min-height: 100%;
	border: 1px solid rgba(91, 75, 55, 0.15);
	border-radius: 10px;
	background: linear-gradient(155deg, rgba(255, 253, 248, 0.96), rgba(239, 245, 237, 0.74));
	padding: 15px;
	color: var(--ink);
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(38, 28, 18, 0.045);
	transition:
		border-color 160ms ease,
		transform 160ms ease,
		box-shadow 160ms ease;
}

.guide-branch-track a:hover,
.guide-branch-track a:focus-visible {
	border-color: rgba(15, 106, 77, 0.38);
	box-shadow: 0 14px 30px rgba(38, 28, 18, 0.08);
	transform: translateY(-2px);
}

.guide-branch-track a > span {
	color: var(--gold);
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 900;
}

.guide-branch-track small {
	margin-top: 10px;
	color: var(--green);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.guide-branch-track strong {
	margin-top: 4px;
	font-family: var(--serif);
	font-size: 21px;
	line-height: 1.12;
}

.guide-branch-track p {
	margin: 9px 0 0;
	color: #465268;
	font-size: 13px;
	line-height: 1.5;
}

.guide-branch-track em {
	margin-top: 12px;
	border-top: 1px solid rgba(91, 75, 55, 0.12);
	padding-top: 9px;
	color: var(--soft);
	font-size: 11px;
	font-style: normal;
	line-height: 1.4;
}

.guide-branch-swipe {
	display: none;
}

.ranked-item {
	display: grid;
	grid-template-columns: 48px 94px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.88);
	padding: 15px;
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.05);
}

.rank {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(189, 135, 50, 0.32);
	border-radius: 8px;
	background: var(--gold-soft);
	color: #6f4f18;
	font-weight: 900;
}

.ranked-item h3 {
	margin-bottom: 4px;
	font-family: var(--serif);
	font-size: 25px;
}

.ranked-item p {
	margin-bottom: 0;
	color: var(--muted);
}

.ranked-item-links {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.ranked-item-decision-actions,
.ranked-item-evidence-links,
.ranked-item-commerce {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.ranked-item-evidence-links,
.ranked-item-commerce {
	border-top: 1px solid rgba(91, 75, 55, 0.12);
	padding-top: 9px;
}

.ranked-item-links small {
	flex: 0 0 100%;
	color: var(--muted);
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ranked-item-links :is(a, button) {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.82);
	padding: 7px 10px;
	color: var(--green);
	font-size: 13px;
	font-weight: 820;
	text-decoration: none;
	cursor: pointer;
}

.ranked-item-links :is(a, button):hover {
	border-color: rgba(32, 121, 91, 0.28);
}

.ranked-item-links [data-trail-next] {
	border-color: var(--ink);
	background: var(--ink);
	color: #fffdf8;
}

.ranked-item-links [data-trail-next]:hover,
.ranked-item-links [data-trail-next].is-trail-active {
	border-color: var(--green);
	background: var(--green);
	color: #fffdf8;
}

.ranked-item-links [data-trail-action='save'] {
	border-color: rgba(15, 106, 77, 0.28);
	background: var(--pastel-mint);
}

.ranked-item-links [data-trail-action='pass'] {
	color: var(--muted);
}

.trail-reason-picker {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin-top: 9px;
	border-left: 3px solid var(--tomato);
	padding: 8px 0 8px 10px;
}

.trail-reason-picker > span {
	margin-right: 3px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 780;
}

.trail-reason-picker button {
	min-height: 44px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--panel);
	padding: 7px 10px;
	color: var(--ink);
	font-weight: 760;
	cursor: pointer;
}

.ranked-decision {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 12px 0 0;
}

.ranked-decision div {
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 7px;
	background: rgba(249, 245, 234, 0.72);
	padding: 10px 12px;
}

.ranked-decision dt {
	margin-bottom: 4px;
	color: var(--green);
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ranked-decision dd {
	margin: 0;
	color: var(--ink);
	font-size: 14px;
	line-height: 1.5;
}

.ranked-affiliate-note {
	margin: 14px 2px 0;
	color: var(--soft);
	font-size: 13px;
}

.ranked-affiliate-note a {
	color: var(--green);
}

.page-action-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	padding: 16px;
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.055);
}

.page-action-bar small,
.shortcut-grid small {
	display: block;
	color: var(--tomato);
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 700;
}

.page-action-bar strong {
	display: block;
	margin: 3px 0;
	font-family: var(--serif);
	font-size: 22px;
}

.page-action-bar span {
	color: var(--muted);
}

.page-action-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.book-report-panel {
	display: grid;
	gap: 18px;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.86);
	padding: 24px;
	box-shadow: var(--shadow);
}

.reader-trail-page {
	min-height: 70vh;
}

.reader-trail-hero h1 {
	max-width: none;
}

.reader-trail-hero .hero-lede {
	margin: 0;
}

.reader-trail-hero-note {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 18px;
	color: var(--muted);
	font-size: 14px;
}

.reader-trail-hero-note .soft-cta {
	min-height: 44px;
}

.reader-trail-primary {
	padding-top: clamp(26px, 4vw, 42px);
}

.reader-trail-primary:empty {
	display: none;
}

.reader-trail-summary[hidden] {
	display: none;
}

.reader-trail-primary .reader-trail-next {
	margin: 0;
}

.reader-trail-empty-start {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: end;
	border: 1px dashed rgba(91, 75, 55, 0.26);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(255, 253, 248, 0.76), rgba(232, 238, 226, 0.5));
	padding: clamp(22px, 4vw, 34px);
}

.reader-trail-empty-start small {
	color: var(--tomato);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.reader-trail-empty-start h2 {
	max-width: 18ch;
	margin: 6px 0 0;
	font-family: var(--serif);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.06;
}

.reader-trail-empty-start p {
	max-width: 58ch;
	margin: 10px 0 0;
	color: var(--muted);
	line-height: 1.6;
}

.reader-trail-empty-start-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.reader-trail-empty-start-actions a:not(.button) {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 8px 12px;
	color: var(--green);
	font-weight: 780;
}

.reader-trail-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-bottom: 1px solid var(--line);
	padding-block: 24px;
}

.reader-trail-summary > div:first-child {
	display: grid;
	gap: 3px;
}

.reader-trail-summary small,
.reader-trail-section .section-head small {
	color: var(--tomato);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.reader-trail-summary strong {
	font-family: var(--serif);
	font-size: 28px;
}

.reader-trail-summary span {
	color: var(--muted);
}

.reader-trail-summary-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.reader-trail-sections {
	display: grid;
	gap: clamp(46px, 7vw, 82px);
	padding-block: clamp(36px, 6vw, 72px);
}

.reader-trail-next {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	border: 1px solid color-mix(in srgb, var(--green) 24%, transparent);
	border-radius: 12px;
	background:
		radial-gradient(circle at 90% 10%, rgba(242, 206, 86, 0.2), transparent 32%),
		color-mix(in srgb, var(--pastel-mint) 62%, var(--panel));
	padding: clamp(18px, 3vw, 28px);
	box-shadow: 0 18px 38px rgba(38, 28, 18, 0.07);
}

.reader-trail-next-empty {
	grid-template-columns: minmax(0, 1fr) auto;
}

.reader-trail-next small {
	color: var(--green);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.reader-trail-next h2 {
	margin: 4px 0 0;
	font-family: var(--serif);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.05;
}

.reader-trail-next p {
	max-width: 58ch;
	margin: 7px 0 0;
	color: var(--muted);
	line-height: 1.6;
}

.reader-trail-next > a,
.reader-trail-next-actions :is(a, button) {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	padding: 8px 14px;
	color: var(--green);
	font-size: 13px;
	font-weight: 780;
	text-decoration: none;
	cursor: pointer;
}

.reader-trail-next-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.reader-trail-next-actions .button {
	color: #fffdf8;
}

.reader-trail-next-cover {
	position: relative;
	display: grid;
	width: 96px;
	aspect-ratio: 2 / 3;
	place-items: end start;
	border-radius: 7px;
	background: linear-gradient(145deg, var(--pastel-blue), var(--marigold-soft));
	box-shadow: 0 10px 24px rgba(38, 28, 18, 0.16);
	overflow: hidden;
}

.reader-trail-next-cover > span {
	padding: 8px;
	font-family: var(--serif);
	font-size: 13px;
	font-weight: 760;
	line-height: 1.05;
}

.reader-trail-next-cover img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: 1px solid oklch(0 0 0 / 0.1);
	outline-offset: -1px;
}

.reader-atlas-path {
	border: 1px solid color-mix(in srgb, var(--brown) 22%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--marigold-soft) 28%, var(--panel));
	padding: clamp(18px, 3vw, 28px);
	box-shadow: 0 16px 34px rgba(38, 28, 18, 0.055);
}

.reader-atlas-path-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
}

.reader-atlas-path-head small {
	color: var(--brown);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.reader-atlas-path h2 {
	margin: 5px 0 0;
	font-family: var(--serif);
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.05;
}

.reader-atlas-path-head p {
	max-width: 62ch;
	margin: 8px 0 0;
	color: var(--muted);
	line-height: 1.55;
}

.reader-atlas-path ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.reader-atlas-path li a {
	display: flex;
	min-height: 92px;
	align-items: flex-start;
	gap: 10px;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: rgba(255, 253, 248, 0.72);
	padding: 12px;
	color: var(--ink);
	text-decoration: none;
}

.reader-atlas-path li a:hover {
	background: var(--panel);
	border-color: color-mix(in srgb, var(--green) 28%, var(--line));
}

.reader-atlas-path li b {
	display: grid;
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--pastel-mint);
	color: var(--green);
	font-size: 12px;
}

.reader-atlas-path li span {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.reader-atlas-path li strong {
	font-family: var(--serif);
	font-size: 20px;
	line-height: 1.1;
}

.reader-atlas-path li small {
	color: var(--muted);
	font-size: 13px;
}

.reader-atlas-path-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
}

.reader-atlas-path-actions button {
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	padding: 8px 12px;
	color: var(--green);
	font-size: 13px;
	font-weight: 780;
	cursor: pointer;
}

.reader-atlas-path-actions button:last-child {
	margin-left: auto;
	color: var(--tomato);
}

.reader-trail-section {
	display: grid;
	gap: 20px;
}

.reader-trail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.reader-trail-card {
	display: grid;
	grid-template-rows: 1fr auto;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 10px;
	background: rgba(255, 253, 248, 0.86);
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.05);
	overflow: hidden;
}

.reader-trail-card-main {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 14px;
	color: var(--ink);
	text-decoration: none;
}

.reader-trail-card-main:hover strong {
	text-decoration: underline;
	text-decoration-color: var(--tomato);
	text-underline-offset: 4px;
}

.reader-trail-cover {
	position: relative;
	display: grid;
	width: 74px;
	aspect-ratio: 2 / 3;
	place-items: end start;
	border-radius: 5px;
	background: linear-gradient(145deg, var(--pastel-blue), var(--marigold-soft));
	box-shadow: 0 7px 16px rgba(38, 28, 18, 0.12);
	overflow: hidden;
}

.reader-trail-cover > span {
	padding: 7px;
	font-family: var(--serif);
	font-size: 12px;
	font-weight: 760;
	line-height: 1.05;
}

.reader-trail-cover img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: 1px solid oklch(0 0 0 / 0.1);
	outline-offset: -1px;
}

.reader-trail-card-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.reader-trail-card-copy small {
	color: var(--tomato);
	font-size: 11px;
	font-weight: 800;
}

.reader-trail-card-copy strong {
	font-family: var(--serif);
	font-size: 20px;
	line-height: 1.1;
}

.reader-trail-card-copy > span {
	color: var(--muted);
	font-size: 14px;
}

.reader-trail-card-copy .reader-trail-decision-reason {
	margin-top: 7px;
	color: #4c5c52;
	font-size: 13px;
	line-height: 1.45;
}

.reader-trail-card-copy .reader-trail-decision-tradeoff {
	color: #6f4b3f;
	font-size: 13px;
	line-height: 1.45;
}

.reader-trail-decision-reason b {
	color: var(--ink);
}

.reader-trail-card-copy .reader-trail-decision-source {
	color: #68746d;
	font-size: 12px;
}

.reader-trail-next-reason {
	max-width: 620px;
	margin: 12px 0 0;
	border-left: 3px solid rgba(21, 87, 67, 0.34);
	padding-left: 12px;
	color: #3f5148;
}

.reader-trail-next-reason strong {
	display: block;
	margin-bottom: 3px;
	color: var(--green);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.reader-trail-next-reason span {
	display: block;
	margin-top: 7px;
	color: #6f4b3f;
	font-size: 13px;
}

.reader-trail-card-actions {
	display: flex;
	gap: 8px;
	border-top: 1px solid var(--line);
	padding: 9px 12px;
}

.reader-trail-card-actions :is(button, a) {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	border: 0;
	background: transparent;
	padding: 5px 0;
	color: var(--green);
	font-size: 13px;
	font-weight: 780;
	text-decoration: none;
}

.reader-trail-card-actions button {
	cursor: pointer;
}

.reader-trail-card-actions [data-trail-next][aria-pressed='true'] {
	border-radius: 999px;
	background: var(--pastel-mint);
	padding-inline: 10px;
}

.reader-trail-card-actions a:hover {
	text-decoration: underline;
}

.reader-trail-card-actions button + button {
	margin-left: auto;
	color: var(--soft);
}

.reader-trail-card-actions > :last-child {
	margin-left: auto;
}

.reader-trail-insight {
	display: grid;
	gap: 2px;
	max-width: 560px;
	margin: 10px 0 0;
	border-left: 3px solid var(--tomato);
	padding-left: 10px;
}

.reader-trail-insight b {
	color: var(--ink);
	font-size: 14px;
}
.reader-trail-insight span {
	font-size: 12px;
	line-height: 1.45;
}

.reader-trail-empty {
	border: 1px dashed rgba(91, 75, 55, 0.26);
	border-radius: 10px;
	background: rgba(255, 253, 248, 0.52);
	padding: 22px;
	color: var(--muted);
}

.reader-trail-guide-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.reader-trail-guide-list a {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--panel);
	padding: 14px 16px;
	color: var(--ink);
	text-decoration: none;
}

.reader-trail-guide-list span {
	color: var(--muted);
	font-size: 13px;
}

.list-guide-panel {
	display: grid;
	gap: clamp(24px, 3.2vw, 38px);
}

.list-guide-overview {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: clamp(18px, 3vw, 34px);
	align-items: start;
	border-bottom: 1px solid rgba(91, 75, 55, 0.14);
	padding-bottom: clamp(24px, 3vw, 34px);
}

.guide-contents {
	display: grid;
	grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
	gap: clamp(18px, 3vw, 34px);
	align-items: start;
	border-block: 1px solid rgba(91, 75, 55, 0.14);
	padding-block: 18px;
}

.guide-contents-heading small {
	display: block;
	color: var(--tomato);
	font-size: 12px;
	font-weight: 850;
}

.guide-contents-heading > strong {
	display: block;
	max-width: 14ch;
	margin-top: 5px;
	font-family: var(--serif);
	font-size: 24px;
	font-weight: 560;
	line-height: 1.08;
}

.guide-contents ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.guide-contents li {
	border-top: 1px solid rgba(91, 75, 55, 0.12);
}

.guide-contents li:nth-child(-n + 3) {
	border-top: 0;
}

.guide-contents a {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 9px;
	align-items: baseline;
	min-height: 44px;
	padding: 11px 10px;
	color: var(--ink);
	text-decoration: none;
}

.guide-contents a:hover strong,
.guide-contents a:focus-visible strong {
	text-decoration: underline;
	text-decoration-color: var(--tomato);
	text-underline-offset: 4px;
}

.guide-contents a span {
	color: var(--tomato);
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 760;
}

.guide-contents a strong {
	min-width: 0;
	font-family: var(--serif);
	font-size: 17px;
	font-weight: 620;
	line-height: 1.2;
}

.list-guide-intro {
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
}

.list-guide-intro small,
.report-card-head small,
.apply-grid small,
.guide-section-head small {
	display: block;
	color: var(--green);
	font-size: 12px;
	font-weight: 850;
}

.list-guide-intro p {
	margin: 0;
	color: #44403c;
	font-family: var(--serif);
	font-size: clamp(25px, 2.2vw, 32px);
	font-weight: 540;
	line-height: 1.08;
	text-wrap: balance;
}

.guide-path-section,
.guide-shortcuts-section,
.guide-decision-section,
.guide-synthesis-section {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.guide-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	padding-top: 2px;
}

.guide-section-head h2 {
	max-width: 18ch;
	margin: 4px 0 0;
	font-family: var(--serif);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 560;
	line-height: 1.02;
	text-wrap: balance;
}

.guide-section-head p {
	max-width: 66ch;
	margin: 7px 0 0;
	color: #57534e;
	font-size: 16px;
	line-height: 1.6;
	text-wrap: pretty;
}

.stage-path {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stage-row {
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(255, 250, 241, 0.72)), var(--panel);
}

.stage-row > a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 100%;
	padding: 13px;
	color: var(--ink);
	text-decoration: none;
}

.stage-row > a:hover strong,
.stage-row > a:focus-visible strong {
	text-decoration: underline;
	text-decoration-color: var(--tomato);
	text-underline-offset: 4px;
}

.stage-row span {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: var(--pastel-butter);
	color: #6f4f18;
	font-weight: 900;
}

.stage-row strong,
.stage-row em {
	display: block;
	grid-column: 2;
	min-width: 0;
	font-style: normal;
	overflow-wrap: anywhere;
}

#guide-opening,
#guide-path-heading,
#guide-shortcuts-heading,
#guide-match-space,
#guide-decision-heading,
#ranked-picks,
.ranked-item[id] {
	scroll-margin-top: 24px;
}

.stage-row strong {
	font-size: 15px;
	line-height: 1.25;
}

.stage-row em {
	margin-top: 3px;
	color: var(--green);
	font-size: 13px;
	font-weight: 800;
}

.shortcut-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.shortcut-grid article {
	display: grid;
	gap: 8px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.82);
	padding: 18px;
}

.shortcut-grid article:nth-child(1) {
	background: var(--marigold-soft);
}

.shortcut-grid article:nth-child(2) {
	background: var(--tomato-soft);
}

.shortcut-grid article:nth-child(3) {
	background: var(--green-soft);
}

.shortcut-grid strong {
	font-family: var(--serif);
	font-size: 22px;
	line-height: 1.1;
}

.shortcut-grid p {
	margin-bottom: 0;
	color: #57534e;
}

.constraint-picker {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.constraint-picker-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.constraint-picker-tabs button {
	min-height: 44px;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.8);
	padding: 9px 14px;
	color: #57534e;
	font: inherit;
	font-size: 14px;
	font-weight: 780;
	cursor: pointer;
}

.constraint-picker-tabs button[aria-selected='true'] {
	border-color: var(--green);
	background: var(--green);
	color: #fffdf8;
}

.constraint-picker-results {
	border: 1px solid color-mix(in srgb, var(--green) 20%, var(--line));
	border-radius: 12px;
	background: linear-gradient(135deg, color-mix(in srgb, var(--pastel-mint) 58%, var(--panel)), var(--panel));
	box-shadow: 0 16px 34px rgba(38, 28, 18, 0.055);
}

.constraint-picker-results article {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	padding: clamp(18px, 3vw, 28px);
}

.constraint-picker-results article[hidden] {
	display: none;
}

.constraint-picker-cover,
.constraint-picker-cover .book-tile {
	width: 112px;
}

.constraint-picker-cover {
	display: block;
	border-radius: 7px;
	box-shadow: 0 10px 24px rgba(38, 28, 18, 0.14);
}

.constraint-picker-results small {
	color: var(--green);
	font-size: 12px;
	font-weight: 820;
}

.constraint-picker-results h3 {
	margin: 4px 0 0;
	font-family: var(--serif);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.05;
}

.constraint-picker-results h3 a {
	color: var(--ink);
	text-decoration: none;
}

.constraint-picker-results p {
	max-width: 70ch;
	margin: 9px 0 0;
	color: #57534e;
	line-height: 1.55;
}

.constraint-picker-tradeoff {
	border-left: 3px solid var(--tomato);
	padding-left: 11px;
}

.constraint-picker-results .page-action-buttons {
	margin-top: 14px;
}

.guide-answer-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, 0.36fr);
	gap: 18px;
	align-items: start;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(255, 246, 201, 0.88), rgba(255, 253, 248, 0.96)), var(--panel);
	padding: clamp(17px, 2.2vw, 24px);
	box-shadow: 0 16px 34px rgba(38, 28, 18, 0.06);
}

.guide-answer-panel small,
.guide-note-grid small,
.guide-link-panel small {
	display: block;
	color: var(--tomato);
	font-size: 12px;
	font-weight: 850;
}

.guide-answer-panel strong {
	display: block;
	max-width: 900px;
	font-family: var(--serif);
	font-size: clamp(25px, 2.1vw, 32px);
	font-weight: 560;
	line-height: 1.08;
	text-wrap: balance;
}

.guide-answer-panel p {
	max-width: 820px;
	margin: 8px 0 0;
	color: #57534e;
	font-size: 16px;
	line-height: 1.55;
}

.guide-answer-panel ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.guide-answer-panel li {
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.76);
	padding: 8px 11px;
	color: #44403c;
	font-size: 14px;
	font-weight: 820;
}

.match-space-panel {
	display: grid;
	gap: 16px;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.86);
	padding: 18px;
	box-shadow: 0 14px 36px rgba(38, 28, 18, 0.055);
}

.match-space-head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 18px;
}

.match-space-head small,
.match-space-card small {
	display: block;
	color: var(--green);
	font-size: 12px;
	font-weight: 760;
}

.match-space-head h2 {
	margin: 4px 0 6px;
	font-family: var(--serif);
	font-size: 32px;
	line-height: 1.04;
}

.match-space-head p {
	max-width: 760px;
	margin: 0;
	color: #57534e;
	font-size: 17px;
	line-height: 1.55;
}

.match-space-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	align-items: start;
}

.match-space-map {
	position: relative;
	min-height: 380px;
	height: clamp(390px, 42vw, 540px);
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background:
		linear-gradient(rgba(91, 75, 55, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(91, 75, 55, 0.07) 1px, transparent 1px),
		linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(245, 234, 217, 0.5));
	background-size:
		100% 25%,
		25% 100%,
		auto;
	overflow: hidden;
}

.match-space-map::before {
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(0deg, rgba(17, 24, 45, 0.025) 0 1px, transparent 1px 5px),
		repeating-linear-gradient(90deg, rgba(17, 24, 45, 0.018) 0 1px, transparent 1px 7px);
	content: '';
	opacity: 0.32;
	pointer-events: none;
}

.match-space-canvas {
	position: absolute;
	inset: 44px 42px 54px 58px;
	z-index: 1;
}

.match-space-svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.match-space-trace {
	fill: none;
	stroke: rgba(17, 24, 45, 0.24);
	stroke-dasharray: 2.2 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 0.5;
	vector-effect: non-scaling-stroke;
}

.match-space-axis {
	position: absolute;
	z-index: 2;
	display: flex;
	color: rgba(91, 75, 55, 0.86);
	font-size: 12px;
	font-weight: 740;
	pointer-events: none;
}

.match-space-axis-x {
	right: 24px;
	bottom: 15px;
	left: 46px;
	justify-content: space-between;
}

.match-space-axis-y {
	top: 38px;
	bottom: 42px;
	left: 15px;
	writing-mode: vertical-rl;
	justify-content: space-between;
	transform: rotate(180deg);
}

.match-space-point {
	cursor: pointer;
	text-decoration: none;
}

.match-space-point:focus-visible {
	outline: none;
}

.match-space-hit {
	fill: transparent;
}

.match-space-ring {
	fill: rgba(255, 253, 248, 0.92);
	stroke: rgba(17, 24, 45, 0.16);
	stroke-width: 0.8;
	vector-effect: non-scaling-stroke;
}

.match-space-dot {
	fill: var(--ink);
	transform-box: fill-box;
	transform-origin: center;
}

.match-space-point:hover .match-space-dot,
.match-space-point:focus-visible .match-space-dot {
	transform: scale(1.18);
}

.match-space-number {
	fill: #fffdf8;
	font-family: var(--sans);
	font-size: 3.8px;
	font-weight: 820;
	pointer-events: none;
	text-anchor: middle;
	dominant-baseline: middle;
}

.match-space-point-2 .match-space-dot,
.match-space-point-5 .match-space-dot,
.match-space-point-8 .match-space-dot {
	fill: var(--green);
}

.match-space-point-3 .match-space-dot,
.match-space-point-6 .match-space-dot {
	fill: var(--tomato);
}

.match-space-point-4 .match-space-dot,
.match-space-point-7 .match-space-dot {
	fill: var(--blue);
}

.match-space-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.match-space-card {
	display: grid;
	gap: 9px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.72);
	padding: 14px;
}

.match-space-card:first-child {
	border-top: 1px solid rgba(91, 75, 55, 0.14);
}

.match-space-card-top {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.match-space-card-top > span {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 6px;
	background: var(--ink);
	color: #fffdf8;
	font-size: 13px;
	font-weight: 820;
}

.match-space-card h3 {
	margin: 2px 0 1px;
	font-family: var(--serif);
	font-size: 19px;
	line-height: 1.12;
}

.match-space-card p {
	margin: 0;
	color: #57534e;
}

.match-space-card dl {
	display: grid;
	gap: 0;
	margin: 0;
	border-top: 1px solid rgba(91, 75, 55, 0.1);
}

.match-space-card dl div {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 10px;
	border-top: 1px solid rgba(91, 75, 55, 0.08);
	padding: 8px 0 0;
}

.match-space-card dl div:first-child {
	border-top: 0;
}

.match-space-card dt {
	color: #7a4d12;
	font-size: 12px;
	font-weight: 760;
}

.match-space-card dd {
	margin: 0;
	color: #44403c;
	font-size: 13px;
	line-height: 1.45;
}

.match-space-format {
	border-top: 1px solid rgba(91, 75, 55, 0.1);
	padding: 8px 0 0;
	color: #2d6654 !important;
	font-size: 12px;
	font-weight: 760;
}

/* Atlas neighborhood: mini-map + nearest neighbors, built statically from the
   BookendsAI atlas. Reuses the tactile match-space paper aesthetic. */
.atlas-hood-panel {
	display: grid;
	gap: 16px;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.88);
	padding: 18px;
	box-shadow: 0 14px 36px rgba(38, 28, 18, 0.055);
}

.atlas-hood-head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 18px;
}

.atlas-hood-head small {
	display: block;
	color: var(--blue);
	font-size: 12px;
	font-weight: 760;
}

.atlas-hood-head h2 {
	margin: 4px 0 0;
	font-family: var(--serif);
	font-size: 30px;
	line-height: 1.04;
}

.atlas-hood-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
	gap: 18px;
	align-items: start;
}

.atlas-hood-map-column {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.atlas-hood-map-wrap {
	border: 1px solid rgba(91, 75, 55, 0.15);
	border-radius: 8px;
	background:
		linear-gradient(rgba(91, 75, 55, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(91, 75, 55, 0.06) 1px, transparent 1px),
		linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(245, 234, 217, 0.48));
	background-size:
		25% 100%,
		100% 25%,
		auto;
	padding: 8px;
	overflow: hidden;
}

.atlas-hood-map {
	display: block;
	width: 100%;
	height: auto;
}

.atlas-hood-frame {
	fill: none;
	stroke: rgba(91, 75, 55, 0.14);
}

.atlas-hood-grid {
	stroke: rgba(91, 75, 55, 0.07);
	stroke-width: 1;
}

.atlas-hood-node {
	text-decoration: none;
}

.atlas-hood-dot {
	stroke: rgba(255, 253, 248, 0.9);
	stroke-width: 1.5;
	transition: r 0.15s ease;
}

.atlas-hood-anchor-dot {
	stroke: var(--ink);
	stroke-width: 1.5;
}

.atlas-hood-node:hover .atlas-hood-dot {
	r: 7;
}

.atlas-hood-node:focus-visible {
	outline: 3px solid rgba(47, 95, 128, 0.55);
	outline-offset: 2px;
}

.atlas-hood-label {
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 700;
	fill: #57534e;
	paint-order: stroke;
	stroke: rgba(255, 253, 248, 0.9);
	stroke-width: 3px;
}

.atlas-hood-label-anchor {
	fill: var(--ink);
	font-weight: 850;
}

.atlas-hood-caption {
	margin: 0;
	color: #57503f;
	font-size: 13px;
	line-height: 1.5;
}

.atlas-hood-caption a {
	color: var(--blue);
	font-weight: 700;
}

.atlas-hood-neighbors {
	display: grid;
	gap: 10px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.7);
	padding: 14px;
}

.atlas-hood-neighbors h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: 20px;
}

.atlas-hood-neighbor-lede {
	max-width: 760px;
	margin: 0 0 4px;
	color: #57534e;
	font-size: 14px;
	line-height: 1.55;
}

.atlas-hood-neighbors ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.atlas-hood-neighbor {
	display: grid;
	gap: 3px;
	border-top: 1px solid rgba(91, 75, 55, 0.1);
	padding: 9px 0;
}

.atlas-hood-neighbor:first-child {
	border-top: 0;
	padding-top: 0;
}

.atlas-hood-neighbor:last-child {
	padding-bottom: 0;
}

.atlas-hood-neighbor a {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	color: var(--ink);
	text-decoration: none;
}

.atlas-hood-neighbor a:hover strong {
	text-decoration: underline;
}

.atlas-hood-neighbor strong {
	font-size: 16px;
}

.atlas-hood-neighbor-author {
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
}

.atlas-hood-neighbor-reason {
	color: #57503f;
	font-family: var(--mono);
	font-size: 12px;
	line-height: 1.45;
}

.guide-note-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.guide-note-grid article {
	display: grid;
	align-content: start;
	gap: 7px;
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.72);
	padding: 14px;
}

.guide-note-grid p {
	margin: 0;
	color: #57534e;
	font-size: 15px;
	line-height: 1.5;
}

.synthesis-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.synthesis-grid article,
.critique-panel,
.apply-grid article,
.report-gist,
.thinking-panel {
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.82);
	padding: 18px;
}

.synthesis-grid article:nth-child(1) {
	background: var(--pastel-mint);
}

.synthesis-grid article:nth-child(2) {
	background: var(--pastel-blue);
}

.synthesis-grid article:nth-child(3) {
	background: var(--pastel-peach);
}

.synthesis-grid h3,
.apply-grid h3 {
	font-family: var(--serif);
	font-size: 22px;
}

.synthesis-grid p,
.critique-panel p,
.apply-grid p,
.thinking-panel p {
	margin-bottom: 0;
	color: #57534e;
}

.thinking-panel {
	display: grid;
	gap: 10px;
	background: rgba(255, 246, 201, 0.82);
}

.thinking-panel strong,
.critique-panel strong,
.report-gist strong,
.apply-grid article strong {
	display: block;
	color: var(--ink);
	font-weight: 900;
}

.thinking-panel ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
	color: #44403c;
}

.guide-link-panel {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.74);
	padding: 16px;
}

.guide-link-panel > div > strong {
	display: block;
	margin-top: 4px;
	font-family: var(--serif);
	font-size: 22px;
	line-height: 1.12;
}

.guide-link-panel nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.guide-link-panel a {
	display: grid;
	gap: 5px;
	min-height: 100%;
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	padding: 12px;
	color: var(--ink);
	text-decoration: none;
	transition:
		transform 160ms ease,
		border-color 160ms ease;
}

.guide-link-panel a:hover {
	border-color: rgba(35, 48, 61, 0.26);
	transform: translateY(-1px);
}

.guide-link-panel a strong {
	font-family: var(--serif);
	font-size: 18px;
	line-height: 1.12;
}

.guide-link-panel a span {
	color: #57534e;
	font-size: 13px;
	line-height: 1.45;
}

.report-source-disclosure {
	grid-column: 2;
}

.report-source-disclosure summary {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: 10px;
	border: 1px solid rgba(16, 38, 77, 0.2);
	border-radius: 999px;
	padding: 8px 14px;
	color: var(--green);
	font-size: 13px;
	font-weight: 760;
	cursor: pointer;
	list-style: none;
}

.report-source-disclosure summary::-webkit-details-marker {
	display: none;
}

.report-source-disclosure summary::after {
	content: '+';
	margin-left: 8px;
	font-size: 18px;
	line-height: 1;
}

.report-source-disclosure[open] summary::after {
	content: '−';
}

.source-summary-open {
	display: none;
}

.report-source-disclosure[open] .source-summary-closed {
	display: none;
}

.report-source-disclosure[open] .source-summary-open {
	display: inline;
}

.report-source-disclosure > nav {
	margin-top: 10px;
}

.book-report-panel {
	background: rgba(255, 253, 248, 0.92);
}

.report-card-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
	align-items: center;
}

.report-card-head h2 {
	margin-top: 4px;
	overflow-wrap: anywhere;
}

.report-card-head p {
	max-width: 760px;
	margin-bottom: 0;
	color: #44403c;
	font-size: 19px;
}

.grade-stamp {
	display: grid;
	width: 112px;
	height: 112px;
	place-items: center;
	border: 3px solid rgba(21, 87, 67, 0.58);
	border-radius: 50%;
	background: rgba(255, 253, 248, 0.74);
	color: var(--green);
	font-family: var(--serif);
	font-size: 34px;
	font-weight: 900;
	transform: rotate(-8deg);
	box-shadow: 0 16px 30px rgba(38, 28, 18, 0.12);
}

.report-preview-seal {
	display: grid;
	width: 112px;
	min-height: 96px;
	place-content: center;
	border: 2px solid rgba(134, 88, 36, 0.46);
	border-radius: 10px;
	background: rgba(255, 253, 248, 0.76);
	color: #865824;
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	transform: rotate(-3deg);
}

.report-preview-seal small {
	margin-top: 7px;
	font-family: var(--sans);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.report-preview-boundary {
	border-color: rgba(134, 88, 36, 0.24);
	background: linear-gradient(145deg, rgba(255, 253, 248, 0.92), rgba(242, 234, 217, 0.56));
}

.report-preview-panel {
	background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(246, 239, 224, 0.72));
}

.report-preview-notice {
	margin-top: 22px;
	border: 1px solid rgba(134, 88, 36, 0.26);
	border-radius: 8px;
	padding: 16px 18px;
}

.report-preview-notice strong,
.report-preview-notice p {
	display: block;
}

.report-preview-notice p {
	margin: 6px 0 0;
	color: #5e4a32;
}

.report-preview-grid {
	margin-top: 20px;
}

.report-preview-fit {
	margin: 0;
}

.report-preview-critique {
	margin-top: 18px;
}

.report-preview-next {
	margin: 18px 0 0;
	border-top: 1px solid rgba(91, 75, 55, 0.14);
	padding-top: 16px;
	color: #5e4a32;
}

.report-decision-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 18px;
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 8px;
	background: rgba(91, 75, 55, 0.16);
}

.report-decision-details-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
}

.report-decision-details-head strong {
	font-family: var(--serif);
	font-size: 20px;
}

.report-decision-details-head span {
	color: #78716c;
	font-size: 13px;
}

.report-decision-details-wrap .report-decision-details {
	margin-top: 8px;
}

.report-decision-details article {
	background: rgba(255, 253, 248, 0.92);
	padding: 16px;
}

.report-decision-details:focus-visible {
	outline: 3px solid rgba(21, 87, 67, 0.48);
	outline-offset: 3px;
}

.report-decision-details[data-details-count='4'] {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-decision-details small {
	color: var(--tomato);
	font-weight: 850;
}

.report-decision-details p {
	margin: 7px 0 0;
	color: #3d4c44;
	font-size: 14px;
	line-height: 1.55;
}

.report-gist p {
	color: #44403c;
	font-size: 17px;
	overflow-wrap: anywhere;
}

.critique-panel {
	background: var(--pastel-rose);
}

.apply-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

.apply-grid > div {
	grid-column: 1 / -1;
	padding: 8px 6px;
}

.apply-grid article:nth-of-type(1) {
	background: var(--pastel-mint);
}

.apply-grid article:nth-of-type(2) {
	background: var(--pastel-blue);
}

.apply-grid article:nth-of-type(3) {
	background: var(--pastel-butter);
}

.apply-grid article:nth-of-type(4) {
	background: var(--pastel-lilac);
}

.feedback-panel,
.letter-panel,
.how-grid {
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.86);
	box-shadow: var(--shadow);
}

.feedback-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	margin: 30px 0 0;
	padding: 22px;
}

.feedback-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.mini-button {
	min-height: 44px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--panel);
	padding: 9px 12px;
	color: var(--ink);
	font-weight: 800;
	cursor: pointer;
}

.feedback-form {
	display: grid;
	gap: 10px;
}

.feedback-form textarea {
	width: 100%;
	min-height: 96px;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 12px;
	background: #fffefb;
	color: var(--ink);
	resize: vertical;
}

.feedback-form input {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 12px;
	background: #fffefb;
	color: var(--ink);
}

.feedback-form-status {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.5;
}

.feedback-form-status:not(:empty) {
	border-left: 3px solid var(--green);
	padding-left: 10px;
}

.letter-panel {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 24px;
	align-items: center;
	padding: 26px;
}

.letter-form textarea {
	min-height: 150px;
}

.letter-page-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
	gap: 18px;
	align-items: stretch;
}

.letter-writing-card,
.letter-example-stack article,
.letter-steps article {
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.86);
	box-shadow: 0 12px 28px rgba(38, 28, 18, 0.055);
}

.letter-writing-card {
	padding: 24px;
}

.privacy-note {
	margin: 12px 0 0;
	color: var(--soft);
	font-size: 14px;
}

.letter-example-stack {
	display: grid;
	gap: 12px;
}

.letter-example-stack article {
	padding: 18px;
	transform: rotate(-0.7deg);
}

.letter-example-stack article:nth-child(2n) {
	background: var(--pastel-blue);
	transform: rotate(0.6deg);
}

.letter-example-stack article:nth-child(3n) {
	background: var(--pastel-butter);
}

.letter-example-stack small {
	color: var(--tomato);
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 700;
}

.letter-example-stack p {
	margin: 8px 0 0;
	font-family: var(--serif);
	font-size: 21px;
	line-height: 1.25;
}

.letter-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.letter-steps article {
	padding: 20px;
}

.letter-steps strong {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: var(--marigold-soft);
	color: #6f4f18;
	font-family: var(--sans);
}

.how-grid {
	display: grid;
	grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 24px;
}

.how-grid article {
	border-left: 1px solid var(--line);
	padding-left: 18px;
}

.how-grid strong {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--gold-soft);
	color: #7f5b1d;
	font-family: var(--mono);
}

.search-layout {
	padding-top: 36px;
}

.search-aside {
	position: sticky;
	top: 96px;
}

.search-aside h2 {
	font-size: 28px;
}

.mini-question-list {
	display: grid;
	gap: 9px;
	margin-top: 16px;
}

.search-note-form {
	margin-top: 16px;
}

.search-note-form textarea {
	min-height: 108px;
}

.search-note-form .button {
	justify-content: center;
	width: 100%;
}

.mini-question-list a {
	border-top: 1px solid var(--line);
	padding-top: 9px;
	color: var(--green);
	font-weight: 800;
}

.search-results {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.result-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 17px;
}

.result-card h2 {
	margin-bottom: 6px;
	font-size: 28px;
}

.result-card p {
	margin-bottom: 0;
	color: var(--muted);
}

.finder-result-group {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.finder-result-group > h2 {
	margin: 0;
	font-size: 24px;
}

.finder-result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.result-card > a {
	display: grid;
	gap: 8px;
	min-width: 0;
	color: inherit;
}

.result-card-tools {
	align-items: flex-end;
	flex-direction: column;
}

.result-card-best {
	border-color: rgba(35, 94, 65, 0.34);
	background: rgba(236, 244, 232, 0.82);
}

.result-card-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.result-card-labels small,
.finder-atlas-results > div:first-child small,
.quiz-result-heading small {
	color: var(--tomato);
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.result-card-labels span {
	border-left: 1px solid var(--line);
	padding-left: 8px;
	color: var(--soft);
	font-family: var(--sans);
	font-size: 13px;
	line-height: 1.35;
}

.result-card .result-tradeoff {
	color: var(--ink);
	font-size: 14px;
	line-height: 1.55;
}

.result-cta {
	color: var(--green);
	font-family: var(--sans);
	font-size: 14px;
	font-weight: 800;
}

.finder-atlas-results {
	display: grid;
	gap: 18px;
	margin-top: 28px;
	border-top: 1px solid var(--line);
	padding-top: 24px;
}

.finder-atlas-results h2 {
	margin: 6px 0 8px;
	font-size: 30px;
}

.finder-atlas-results p {
	max-width: 62ch;
	margin: 0;
	color: var(--muted);
}

.atlas-result-card {
	display: grid;
	gap: 6px;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: var(--paper);
	padding: 17px;
	color: inherit;
}

.atlas-result-card:hover {
	border-color: rgba(35, 94, 65, 0.38);
	background: var(--pastel-mint);
}

.atlas-result-card small,
.atlas-result-card span {
	color: var(--soft);
	font-family: var(--sans);
	font-size: 13px;
}

.atlas-result-card strong {
	font-family: var(--serif);
	font-size: 22px;
	line-height: 1.12;
}

.finder-quiz-section,
.finder-method-section {
	border-top: 1px solid var(--line);
}

.finder-quiz {
	display: grid;
	gap: 24px;
	max-width: 880px;
	margin-top: 26px;
}

.finder-quiz-fieldset {
	display: grid;
	gap: 12px;
	margin: 0;
	border: 0;
	padding: 0;
}

.finder-quiz-fieldset + .finder-quiz-fieldset {
	border-top: 1px solid var(--line);
	padding-top: 22px;
}

.finder-quiz-fieldset legend {
	margin-bottom: 10px;
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.finder-quiz-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.finder-quiz-option {
	display: flex;
	gap: 10px;
	align-items: center;
	min-height: 52px;
	border: 1px solid rgba(91, 75, 55, 0.2);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.72);
	padding: 12px 14px;
	cursor: pointer;
}

.finder-quiz-option:hover {
	border-color: rgba(35, 94, 65, 0.34);
	background: rgba(236, 244, 232, 0.58);
}

.finder-quiz-option:has(input:checked) {
	border-color: var(--green);
	background: var(--pastel-mint);
	box-shadow: 0 0 0 1px var(--green);
}

.finder-quiz-option input {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin: 0;
	appearance: none;
	border: 1px solid rgba(17, 26, 44, 0.42);
	border-radius: 50%;
	background: var(--paper);
}

.finder-quiz-option input:checked {
	border-color: var(--green);
	box-shadow: inset 0 0 0 4px var(--paper);
	background: var(--green);
}

.finder-quiz-option input:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 3px;
}

.finder-quiz-option span {
	font-family: var(--sans);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.finder-quiz-submit {
	justify-self: start;
}

.quiz-results {
	outline: none;
}

.quiz-results:not(:empty) {
	display: grid;
	gap: 16px;
	margin-top: 26px;
	border-top: 1px solid var(--line);
	padding-top: 22px;
}

.quiz-result-heading h3 {
	margin: 6px 0 0;
	font-size: 28px;
}

.finder-method-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.finder-method-links a {
	display: grid;
	gap: 6px;
	border-top: 1px solid var(--line);
	padding-top: 14px;
	color: inherit;
}

.finder-method-links strong {
	color: var(--green);
	font-family: var(--sans);
}

.finder-method-links span {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.5;
}

.notice {
	border-color: rgba(189, 135, 50, 0.38);
	background: var(--gold-soft);
	padding: 18px;
	color: #6f4f18;
}

.notice p {
	color: #6f4f18;
}

.affiliate-note-section {
	border-top: 1px solid rgba(17, 26, 44, 0.1);
	border-bottom: 1px solid rgba(17, 26, 44, 0.1);
	background: var(--canvas);
	padding: 28px 16px;
}

.affiliate-note-panel {
	display: grid;
	grid-template-columns: 13rem minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	max-width: 1080px;
	margin: 0 auto;
}

.affiliate-note-panel p {
	max-width: 68ch;
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.65;
}

.affiliate-note-panel .affiliate-note-disclosure {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.affiliate-note-disclosure a {
	color: var(--blue);
	font-weight: 600;
}

.affiliate-note-disclosure a:hover {
	color: var(--ink);
}

.footer {
	margin-top: 0;
	background: var(--canvas);
	padding: 64px 20px;
	color: var(--muted);
}

.footer-panel {
	position: relative;
	display: grid;
	grid-template-rows: auto auto;
	gap: 56px;
	width: min(992px, 100%);
	min-height: 0;
	margin: 0 auto;
	overflow: visible;
	border: 0;
	border-top: 1px solid rgba(16, 38, 77, 0.14);
	border-radius: 0;
	background: transparent;
	padding: 40px 0 0;
	box-shadow: none;
}

.footer-panel::before {
	content: none;
}

.footer-panel::after {
	content: none;
}

.footer-main {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.36fr);
	gap: 64px;
	align-items: start;
	align-self: start;
}

.footer-lead {
	display: grid;
	justify-items: start;
	align-content: start;
	gap: 18px;
}

.footer strong {
	color: var(--ink);
	font-family: var(--serif);
	font-size: 36px;
	font-weight: 560;
	line-height: 1;
}

.footer p {
	max-width: 42ch;
	margin: 0;
	color: #57534e;
	font-size: 16px;
	line-height: 1.58;
	text-wrap: pretty;
}

.footer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 999px;
	border: 1px solid rgba(16, 38, 77, 0.2);
	background: transparent;
	padding: 12px 20px;
	color: #111a2c;
	font-weight: 600;
	box-shadow: none;
	transition:
		box-shadow 160ms ease,
		transform 160ms ease;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 4vw, 58px);
}

.footer-links div {
	display: grid;
	align-content: start;
	gap: 11px;
	min-width: 0;
	border-top: 0;
	padding-top: 0;
}

.footer-links span {
	color: var(--ink);
	font-family: var(--serif);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 8px;
}

.footer-links a,
.footer-links time {
	color: #57534e;
	font-size: 15px;
	font-weight: 450;
	line-height: 1.35;
}

.footer-links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
}

.footer-links a:hover,
.footer-cta:hover {
	transform: translateY(-1px);
}

.footer-cta:hover {
	background: rgba(255, 255, 255, 0.55);
	box-shadow: none;
}

.footer-bottom {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	border-top: 1px solid rgba(16, 38, 77, 0.14);
	padding-top: 24px;
	color: #78716c;
	font-size: 15px;
	line-height: 1.4;
}

@media (min-width: 901px) {
	.mobile-menu {
		display: none !important;
	}
}

@media (max-width: 980px) {
	h1 {
		font-size: 54px;
	}

	.finder-result-grid,
	.finder-method-links {
		grid-template-columns: 1fr;
	}

	.home-hero,
	.hero-preview,
	.page-hero-grid,
	.topic-hero-grid,
	.book-hero-grid,
	.search-layout,
	.browse-grid,
	.demo-panel,
	.question-showcase,
	.suggestion-lab-grid,
	.comparison-panel,
	.letter-page-grid,
	.list-guide-overview,
	.list-guide-intro,
	.guide-contents,
	.guide-answer-panel,
	.guide-link-panel,
	.match-space-grid,
	.atlas-hood-body,
	.apply-grid,
	.letter-panel,
	.how-grid {
		grid-template-columns: 1fr;
	}

	.topic-lane-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 2px;
		padding: 2px 2px 14px;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}

	.topic-lane-grid::-webkit-scrollbar {
		display: none;
	}

	.topic-lane-grid > .topic-lane-card {
		flex: 0 0 min(86%, 340px);
		scroll-snap-align: start;
	}

	.topic-lane-swipe {
		display: flex;
		justify-content: space-between;
		margin: -4px 0 10px;
		color: var(--muted);
		font-size: 12px;
		font-weight: 760;
	}

	.topic-caution {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.review-workbench-note {
		align-items: flex-start;
		flex-direction: column;
	}

	.curiosity-grid,
	.comparison-grid,
	.shortcut-grid,
	.letter-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* Shelves become swipeable below desktop, like the hero bookmarks. */
	.shelf-row {
		display: flex;
		align-items: flex-end;
		gap: 16px;
		overflow-x: auto;
		padding: 14px 18px 0;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.shelf-row::-webkit-scrollbar {
		display: none;
	}

	.shelf-book {
		flex: 0 0 238px;
		min-height: calc(var(--book-height, 330px) - 42px);
		scroll-snap-align: start;
	}

	.bookshelf {
		gap: 36px;
	}

	.letter-teaser-grid {
		grid-template-columns: 1fr;
	}

	.letter-artifact {
		margin-top: 12px;
	}

	.path-grid,
	.grid,
	.report-grid,
	.collection-grid,
	.book-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

	.guide-note-grid,
	.guide-link-panel nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.guide-section-head {
		align-items: start;
		flex-direction: column;
	}

	.match-space-map {
		min-height: 440px;
	}

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

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

	.reader-use-card {
		min-height: 342px;
	}

	.reader-starts {
		padding: 104px 0 92px;
	}

	.reader-starts-head h2 {
		font-size: 56px;
	}

	.reader-start-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 42px 28px;
		width: min(720px, 100%);
	}

	.footer-panel {
		min-height: auto;
		padding: 40px 0 0;
	}

	.footer-main {
		grid-template-columns: 1fr;
	}

	.footer-panel::after {
		right: 34px;
		left: 34px;
		bottom: 82px;
	}

	.home-hero {
		min-height: auto;
	}

	.mascot-art {
		top: 260px;
		left: 0;
	}

	.note-art {
		top: 390px;
		right: 0;
	}

	.preview-query {
		border-right: 0;
		border-bottom: 1px solid rgba(91, 75, 55, 0.14);
		padding: 0 0 16px;
	}

	.search-aside {
		position: static;
	}

	.editorial-hero {
		min-height: 0;
	}

	.hero-mood-note {
		bottom: 78px;
		left: 36px;
	}

	/* On stacked layouts the collage becomes a soft, full-width backdrop. */
	.editorial-hero::before {
		background:
			linear-gradient(
				180deg,
				rgba(255, 250, 241, 0.93) 0%,
				rgba(255, 250, 241, 0.82) 44%,
				rgba(255, 250, 241, 0.56) 76%,
				rgba(255, 250, 241, 0.32) 100%
			),
			linear-gradient(
				90deg,
				rgba(255, 250, 241, 0.92) 0%,
				rgba(255, 250, 241, 0.76) 50%,
				rgba(255, 250, 241, 0.26) 100%
			);
	}

	.hero-bg {
		object-position: 70% center;
		opacity: 0.76;
	}

	.editorial-hero .hero-copy {
		justify-items: center;
		width: min(760px, calc(100% - 64px));
		max-width: 640px;
		margin: 0 auto;
		text-align: center;
	}

	.editorial-hero .hero-copy h1 {
		max-width: 15ch;
		font-size: clamp(52px, 9vw, 80px);
	}

	.editorial-hero .hero-lede {
		max-width: 54ch;
	}

	.editorial-hero .hero-actions {
		justify-content: center;
	}

	.real-match-panel {
		grid-template-columns: 1fr;
		background-size: min(520px, 70%) auto;
	}

	.real-match-source h2 {
		max-width: 18ch;
	}
}

/* Below ~900px the full link set crowds the row, so collapse to brand + CTA. */
@media (max-width: 900px) {
	.nav {
		gap: 8px;
	}

	.nav-links a:not(.nav-cta) {
		display: none;
	}

	.nav-links .nav-cta {
		margin-left: 0;
	}

	.nav-menu-toggle {
		display: grid;
	}

	.mobile-menu {
		position: absolute;
		top: calc(100% + 8px);
		left: 50%;
		width: min(1120px, calc(100% - 64px));
		max-height: calc(100dvh - 96px);
		margin-top: 0;
		overflow: auto;
		transform: translateX(-50%);
	}
}

@media (min-width: 721px) and (max-width: 900px) {
	.mobile-menu {
		right: 16px;
		left: auto;
		width: min(360px, calc(100% - 32px));
		transform: none;
	}

	.mobile-menu .mobile-menu-cta {
		display: none;
	}
}

@media (max-width: 720px) {
	.report-decision-details {
		display: flex;
		gap: 10px;
		margin-right: -16px;
		margin-left: -16px;
		border: 0;
		border-radius: 0;
		background: transparent;
		overflow-x: auto;
		padding: 2px 16px 12px;
		scroll-padding-inline: 16px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.report-decision-details::-webkit-scrollbar {
		display: none;
	}

	.report-decision-details article {
		flex: 0 0 min(86%, 310px);
		border: 1px solid rgba(91, 75, 55, 0.16);
		border-radius: 8px;
		box-shadow: 0 8px 20px rgba(38, 28, 18, 0.06);
		scroll-snap-align: start;
	}

	.report-decision-details-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.report-decision-details-head span::before {
		content: 'Swipe · ';
	}

	.reader-trail-hero-note {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.reader-trail-empty-start {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.reader-trail-empty-start-actions {
		justify-content: flex-start;
	}

	.finder-quiz-options {
		grid-template-columns: 1fr;
	}

	.guide-branch-head {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.guide-branch-track {
		display: flex;
		gap: 12px;
		margin-inline: -12px;
		overflow-x: auto;
		padding: 2px 12px 14px;
		scroll-padding-inline: 12px;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.guide-branch-track::-webkit-scrollbar,
	.compare-grid::-webkit-scrollbar {
		display: none;
	}

	.guide-branch-track > li {
		flex: 0 0 min(82vw, 310px);
		scroll-snap-align: start;
	}

	.guide-branch-swipe {
		display: flex;
		justify-content: space-between;
		margin: -5px 0 0;
		color: var(--soft);
		font-family: var(--mono);
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.finder-quiz-submit {
		justify-self: stretch;
	}

	.site-header {
		padding: 0;
	}

	.nav {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		min-height: 80px;
		padding: 0;
	}

	.brand {
		min-width: 0;
		gap: 6px;
		font-size: 22px;
	}

	.brand-mark {
		width: 16px;
		height: 16px;
	}

	.brand-mark img {
		width: 16px;
		height: 16px;
	}

	.brand span:last-child {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nav-links {
		display: none;
	}

	.nav-menu-toggle {
		display: grid;
		width: 44px;
		height: 44px;
		border-radius: 13px;
	}

	.mobile-menu {
		width: min(calc(100% - 24px), 1120px);
		border-radius: 16px;
		padding: 8px;
	}

	.mobile-menu a {
		min-height: 46px;
		padding: 12px 14px;
	}

	h1,
	.page-hero h1 {
		font-size: 38px;
		line-height: 1.02;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.recommendation-page--money-without-finance-bro-energy .page-hero h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 31px;
	}

	.guide-answer-panel,
	.list-guide-overview,
	.guide-contents,
	.guide-note-grid,
	.guide-link-panel,
	.guide-link-panel nav {
		grid-template-columns: 1fr;
	}

	.report-source-disclosure {
		grid-column: 1;
	}

	.guide-answer-panel {
		padding: 14px;
	}

	.guide-answer-panel strong {
		font-size: 23px;
	}

	.guide-section-head h2 {
		max-width: 100%;
		font-size: 27px;
	}

	.guide-section-head p {
		font-size: 16px;
	}

	.guide-answer-panel li {
		border-radius: 8px;
	}

	.constraint-picker-tabs {
		flex-wrap: nowrap;
		margin-inline: -16px;
		padding: 2px 16px 8px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.constraint-picker-tabs button {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.constraint-picker-results article {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 14px;
		padding: 16px;
	}

	.constraint-picker-cover,
	.constraint-picker-cover .book-tile {
		width: 72px;
	}

	.constraint-picker-results h3 {
		font-size: 25px;
	}

	.guide-contents ol {
		grid-template-columns: 1fr;
	}

	.guide-contents li:nth-child(-n + 3) {
		border-top: 1px solid rgba(91, 75, 55, 0.12);
	}

	.guide-contents li:first-child {
		border-top: 0;
	}

	.guide-note-grid {
		gap: 12px;
	}

	.match-space-panel {
		padding: 14px;
	}

	.match-space-head {
		display: grid;
	}

	.match-space-head h2 {
		font-size: 28px;
	}

	.match-space-map {
		aspect-ratio: auto;
		height: min(330px, 86vw);
		min-height: 0;
	}

	.match-space-cards {
		grid-template-columns: 1fr;
		overflow: visible;
	}

	.match-space-canvas {
		inset: 40px 26px 50px 44px;
	}

	.match-space-axis-y {
		top: 34px;
		bottom: 42px;
		left: 12px;
	}

	.match-space-axis-x {
		right: 18px;
		bottom: 13px;
		left: 40px;
	}

	.match-space-axis span {
		max-width: 44%;
		overflow-wrap: anywhere;
	}

	.match-space-number {
		font-size: 4.4px;
	}

	.match-space-card dl div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.home-hero {
		padding-top: 0;
	}

	.editorial-hero {
		width: min(calc(100% - 20px), 1880px);
		margin-top: 0;
		border-radius: 22px;
		padding-top: 52px;
		padding-bottom: 128px;
	}

	.editorial-hero::before {
		background: linear-gradient(
			180deg,
			rgba(255, 250, 241, 0.95) 0%,
			rgba(255, 250, 241, 0.88) 48%,
			rgba(255, 250, 241, 0.58) 76%,
			rgba(255, 250, 241, 0.24) 100%
		);
	}

	.hero-bg {
		object-position: 62% 58%;
		opacity: 0.82;
	}

	.editorial-hero .hero-copy > *,
	.mood-shelf,
	.hero-bg {
		animation-duration: 0.36s;
		animation-delay: 0s;
	}

	.editorial-hero .hero-copy h1 {
		max-width: 9.5ch;
		font-size: clamp(38px, 10vw, 48px);
		line-height: 1;
	}

	.editorial-hero .hero-copy h1 em {
		white-space: normal;
	}

	.editorial-hero .hero-lede {
		max-width: 31ch;
		font-size: 17px;
	}

	.editorial-hero .hero-actions {
		flex-direction: column;
		width: min(100%, 300px);
	}

	.reader-starts {
		padding: 78px 0 72px;
	}

	.reader-starts-inner {
		gap: 42px;
	}

	.reader-starts-head {
		justify-items: start;
		text-align: left;
	}

	.reader-starts-head h2 {
		max-width: 10.5ch;
		font-size: 42px;
	}

	.reader-start-list {
		grid-template-columns: 1fr;
		gap: 28px;
		width: 100%;
	}

	.reader-start-item {
		grid-template-columns: 74px minmax(0, 1fr);
		justify-items: start;
		gap: 0 16px;
		text-align: left;
	}

	.reader-start-item dt {
		grid-column: 1 / -1;
		width: 100%;
	}

	.reader-start-item a {
		grid-template-columns: 74px minmax(0, 1fr);
		align-items: center;
		justify-items: start;
		gap: 16px;
		width: 100%;
		text-align: left;
	}

	.reader-start-item dd {
		grid-column: 2;
		max-width: 32ch;
		margin-top: -8px;
	}

	.reader-uses-head {
		justify-items: start;
		text-align: left;
	}

	.reader-uses {
		padding-top: 72px;
	}

	.reader-uses-head h2 {
		max-width: 100%;
		font-size: clamp(36px, 9vw, 52px);
	}

	.reader-mode-strip {
		display: flex;
		gap: 18px;
		margin-right: -12px;
		margin-left: -12px;
		overflow-x: auto;
		padding: 2px 12px 18px;
		scrollbar-width: none;
	}

	.reader-mode-strip::-webkit-scrollbar {
		display: none;
	}

	.reader-mode-strip span {
		min-width: 104px;
		font-size: 14px;
	}

	.real-match-section {
		padding-top: 34px;
	}

	.real-match-panel {
		border-radius: 18px;
		background:
			linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(240, 234, 221, 0.84)),
			url('/assets/images/bookends-scrapbook-props.png') right bottom / 420px auto no-repeat;
		padding: 18px;
	}

	.source-book-note {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.real-match-picks {
		grid-template-columns: 1fr;
	}

	.match-pick-card {
		min-height: auto;
		transform: none !important;
	}

	.match-pick-cover {
		justify-self: start;
		width: 104px;
	}

	.mood-shelf {
		--tab-overhang: 20px;
		gap: 4px;
		padding: 0 8px;
	}

	.mood-tab {
		flex: 0 1 clamp(122px, 34vw, 138px);
		padding: 0 12px var(--tab-overhang);
	}

	.mood-tab + .mood-tab {
		margin-left: -24px;
	}

	.mood-tab:hover {
		translate: 0 0;
	}

	.mood-tab strong {
		font-size: clamp(11px, 3vw, 12px);
		letter-spacing: 0.04em;
	}

	.mood-tab:first-child strong {
		translate: 8px 0;
	}

	.mood-tab:nth-child(n + 4) {
		display: none;
	}

	.hero-mood-note {
		display: none;
	}

	.report-card-head {
		grid-template-columns: 1fr;
	}

	.book-report-panel,
	.report-gist,
	.critique-panel,
	.thinking-panel {
		overflow: hidden;
	}

	.book-hero-decision-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.book-hero-decision-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.report-card-head h2 {
		font-size: 30px;
	}

	.grade-stamp {
		width: 88px;
		height: 88px;
		font-size: 28px;
	}

	.stage-path,
	.synthesis-grid,
	.shortcut-grid {
		grid-template-columns: 1fr;
	}

	.search-box,
	.demo-flow,
	.preview-card-grid,
	.page-action-bar,
	.result-card {
		grid-template-columns: 1fr;
	}

	.page-action-bar {
		align-items: stretch;
		flex-direction: column;
	}

	.page-action-buttons,
	.hero-actions {
		width: 100%;
	}

	.page-action-buttons .mini-button,
	.hero-actions .button {
		flex: 1;
	}

	.hero-copy {
		text-align: left;
		justify-items: stretch;
	}

	.hero-copy h1 {
		max-width: 390px;
	}

	.hero-lede {
		margin: 0;
		font-size: 18px;
	}

	.try-row {
		justify-content: flex-start;
	}

	.search-box {
		align-items: stretch;
		flex-direction: column;
	}

	.search-box input {
		width: 100%;
		min-height: 46px;
	}

	.search-box .button {
		width: 100%;
	}

	.sticker-art {
		top: 148px;
		left: 58%;
		width: 460px;
		opacity: 0.42;
	}

	.mascot-art {
		top: 590px;
		left: 12px;
		width: 92px;
	}

	.note-art {
		display: none;
	}

	.hero-preview {
		margin-top: 126px;
		padding: 14px;
	}

	.preview-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.preview-feedback {
		align-items: stretch;
		flex-direction: column;
	}

	.preview-feedback .mini-button {
		width: 100%;
	}

	.demo-panel {
		grid-template-columns: 1fr;
	}

	.demo-paper-stack {
		display: none;
	}

	.curiosity-grid,
	.comparison-grid,
	.letter-steps,
	.path-grid,
	.grid,
	.report-grid,
	.question-grid,
	.collection-grid,
	.prompt-grid,
	.suggestion-book-grid,
	.book-grid {
		grid-template-columns: 1fr;
	}

	.reader-use-grid {
		grid-template-columns: 1fr;
	}

	.reader-use-card {
		min-height: 0;
	}

	.home-shelf-section {
		padding: 4px 0 78px;
	}

	.home-shelf-section .section-head {
		align-items: flex-start;
		margin-bottom: 26px;
	}

	.shelf-row {
		padding: 12px 12px 0;
	}

	.shelf-book {
		flex-basis: 224px;
		padding: 20px 18px 16px;
	}

	.letter-teaser {
		padding: 10px 0 92px;
	}

	.letter-artifact {
		rotate: 1deg;
	}

	.letter-stamp {
		top: -26px;
		right: -8px;
		width: 96px;
		height: 96px;
		font-size: 11px;
	}

	.letter-paper {
		font-size: 15px;
	}

	.suggestion-lab-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.suggestion-composer,
	.suggestion-results {
		padding: 14px;
	}

	.suggestion-book-card {
		min-height: 74px;
	}

	.list-guide-panel,
	.book-report-panel {
		padding: 16px;
	}

	.list-guide-panel {
		padding: 0;
	}

	.list-guide-intro p {
		font-size: 22px;
	}

	.report-card-head p {
		font-size: 17px;
	}

	.list-guide-overview {
		padding-bottom: 20px;
	}

	.intent-trails {
		align-items: flex-start;
		flex-direction: column;
	}

	.ranked-item {
		position: relative;
		grid-template-columns: 64px minmax(0, 1fr);
		align-items: start;
	}

	.ranked-item .book-tile {
		display: grid;
		width: 64px;
		height: 96px;
	}

	.ranked-item .rank {
		position: absolute;
		top: 8px;
		left: 8px;
		z-index: 2;
		width: 30px;
		height: 30px;
		border-radius: 999px;
		font-size: 13px;
		box-shadow: 0 4px 12px rgba(38, 28, 18, 0.12);
	}

	.ranked-decision {
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
	}

	.ranked-item > * {
		min-width: 0;
	}

	.section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.affiliate-note-panel {
		grid-template-columns: 1fr;
		gap: 12px;
	}

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

	.footer {
		padding: 48px 20px;
	}

	.footer-panel {
		border-radius: 0;
		padding: 40px 0 0;
	}

	.footer-panel::before {
		display: none;
	}

	.footer-panel::after {
		position: static;
		display: block;
		margin-top: 6px;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* --- SEO structure components (breadcrumbs, FAQ, comparison, prose) ------- */
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 32px auto 0;
	font-family: var(--serif);
	font-size: 0.9rem;
	color: var(--muted);
}

.breadcrumbs + main > :first-child {
	padding-top: 24px;
}

.breadcrumbs + main h1 {
	font-size: clamp(48px, 6vw, 72px);
	line-height: 1;
}

.breadcrumbs + main[data-book-page] h1 {
	max-width: 24ch;
	font-size: clamp(46px, 5vw, 60px);
}

@media (min-width: 640px) {
	.breadcrumbs {
		margin-top: 48px;
	}
}

@media (max-width: 639px) {
	.breadcrumbs + main h1,
	.breadcrumbs + main[data-book-page] h1 {
		max-width: 100%;
		font-size: 38px;
		line-height: 1.02;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 360px) {
	.breadcrumbs + main h1,
	.breadcrumbs + main[data-book-page] h1 {
		font-size: 34px;
	}
}

.breadcrumbs a {
	color: var(--green);
	font-weight: 520;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs [aria-current='page'] {
	color: var(--ink);
}

.crumb-sep {
	color: var(--line);
}

a.pill {
	text-decoration: none;
	color: inherit;
	transition:
		border-color 0.15s ease,
		background 0.15s ease;
}

a.pill:hover {
	border-color: var(--green);
	background: var(--green-soft);
}

.hero-cta-line {
	margin-top: 14px;
}

.faq-block .faq-list {
	display: grid;
	gap: 12px;
}

.book-evidence-boundary {
	margin-top: 30px;
	border: 1px solid rgba(134, 88, 36, 0.2);
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(255, 253, 248, 0.88), rgba(242, 234, 217, 0.58));
	padding: clamp(22px, 4vw, 34px);
}

.book-evidence-head {
	max-width: 780px;
}

.book-evidence-head small {
	color: #865824;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.book-evidence-head h2 {
	margin: 7px 0 0;
	font-family: var(--serif);
	font-size: clamp(26px, 4vw, 38px);
	line-height: 1.12;
}

.book-evidence-head p {
	max-width: 720px;
	margin: 12px 0 0;
	color: var(--muted);
	line-height: 1.65;
}

.book-evidence-grid {
	margin-top: 22px;
}

.book-evidence-grid .card {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.book-evidence-grid .card .text-link {
	margin-top: auto;
	padding-top: 12px;
}

.faq-item {
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--panel);
	padding: 4px 18px;
}

.faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 14px 0;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary h3 {
	display: inline;
	font-size: 17px;
	font-family: var(--serif);
}

.faq-item summary::after {
	content: '+';
	float: right;
	color: var(--soft);
	font-weight: 800;
}

.faq-item[open] summary::after {
	content: '\2013';
}

.faq-item p {
	padding: 0 0 16px;
	color: var(--muted);
	line-height: 1.65;
}

.compare-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.compare-swipe-hint {
	display: none;
}

.compare-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
}

.compare-table th,
.compare-table td {
	text-align: left;
	padding: 14px 16px;
	border-bottom: 1px solid var(--line);
	vertical-align: top;
	line-height: 1.6;
}

.compare-table tr:last-child th,
.compare-table tr:last-child td {
	border-bottom: none;
}

.compare-table th {
	width: 28%;
	color: var(--ink);
	font-weight: 800;
	background: var(--paper-deep);
}

.compare-table td {
	color: var(--muted);
}

.link-list {
	display: grid;
	gap: 10px;
	padding-left: 18px;
}

.link-list a {
	color: var(--green);
	font-weight: 700;
}

.prose {
	max-width: 760px;
}

.prose h2 {
	margin-top: 30px;
	font-family: var(--serif);
}

.prose p {
	color: var(--muted);
	line-height: 1.75;
	margin-top: 10px;
}

.prose a {
	color: var(--green);
	font-weight: 700;
}

.series-progress {
	border: 1px solid rgba(91, 75, 55, 0.16);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(255, 246, 201, 0.72), rgba(244, 250, 241, 0.96));
	padding: clamp(20px, 3vw, 34px);
	box-shadow: 0 18px 45px rgba(38, 28, 18, 0.07);
}

.series-progress-head,
.series-progress-footer {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-start;
}

.series-progress-head h2 {
	margin: 4px 0 8px;
}
.series-progress-head p,
.series-progress-footer p {
	margin: 0;
	color: var(--muted);
}

.series-progress-count {
	flex: 0 0 auto;
	border-radius: 999px;
	background: var(--green);
	color: white;
	padding: 9px 14px;
	font-weight: 800;
}

.series-progress-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 22px 0;
	padding: 0;
	list-style: none;
}

.series-progress-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 9px;
	background: rgba(255, 253, 248, 0.82);
	padding: 10px 12px;
}

.series-progress-list label {
	display: grid;
	grid-template-columns: auto 30px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	min-width: 0;
	cursor: pointer;
}

.series-progress-list input {
	width: 18px;
	height: 18px;
	accent-color: var(--green);
}
.series-progress-number {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: var(--pastel-butter);
	font-weight: 900;
}
.series-progress-list strong,
.series-progress-list em {
	display: block;
	font-style: normal;
}
.series-progress-list em {
	margin-top: 2px;
	color: var(--muted);
	font-size: 13px;
}
.series-progress-list a,
.series-progress-footer button {
	color: var(--green);
	font-weight: 800;
	white-space: nowrap;
}
.series-progress-list li.is-read {
	background: rgba(232, 241, 226, 0.75);
}
.series-progress-list li.is-read strong {
	color: var(--muted);
	text-decoration: line-through;
}
.series-progress-footer {
	align-items: center;
}
.series-progress-footer .text-button {
	border: 0;
	background: transparent;
	cursor: pointer;
}

.report-research-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 14px 0 0;
}

.report-research-meta span {
	border: 1px solid rgba(36, 85, 58, 0.14);
	border-radius: 999px;
	background: var(--pastel-mint);
	padding: 5px 9px;
	color: #24553a;
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 800;
}

[data-trail-action].is-trail-active,
[data-trail-next].is-trail-active,
[data-save-page][data-kind='book'].is-trail-active {
	border-color: rgba(36, 85, 58, 0.3);
	background: var(--pastel-mint);
	color: #24553a;
}

[data-trail-action='pass'].is-trail-active {
	border-color: rgba(139, 63, 47, 0.24);
	background: var(--tomato-soft);
	color: #8b3f2f;
}

@media (max-width: 720px) {
	.search-hero.has-query {
		padding-top: 28px;
		padding-bottom: 22px;
	}

	.search-hero.has-query > p {
		display: none;
	}

	.search-hero .search-box {
		align-items: center;
		flex-direction: row;
		gap: 6px;
		padding: 6px;
	}

	.search-hero .search-box input {
		width: auto;
		min-height: 44px;
		padding: 10px 8px;
	}

	.search-hero .search-box .button {
		width: 44px;
		min-width: 44px;
		flex: 0 0 auto;
		padding: 0;
		font-size: 0;
	}

	.search-box-shortcut {
		display: none;
	}

	.finder-explore {
		margin-top: -4px;
		border-radius: 12px;
	}

	.finder-explore-head,
	.finder-explore-foot {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 22px 20px;
	}

	.finder-explore-head p,
	.finder-filter-preview dd,
	.finder-starting-routes p,
	.finder-explore-foot p,
	.finder-explore-cta,
	.finder-explore-foot a {
		font-size: 16px;
	}

	.finder-filter-preview {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}

	.finder-filter-preview > div,
	.finder-filter-preview > div:first-child,
	.finder-filter-preview > div:last-child {
		padding: 16px 0;
	}

	.finder-filter-preview > div + div {
		border-top: 1px solid rgba(16, 38, 77, 0.1);
		border-left: 0;
	}

	.finder-filter-preview dt {
		font-size: 15px;
	}

	.finder-starting-routes {
		padding: 0 20px;
	}

	.finder-starting-routes a {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px 16px;
		padding: 18px 0;
	}

	.finder-starting-routes a > span {
		grid-column: 1;
	}

	.finder-starting-routes p {
		grid-column: 1 / -1;
	}

	.finder-starting-routes b {
		grid-column: 2;
		grid-row: 1;
	}

	.series-progress-head,
	.series-progress-footer {
		flex-direction: column;
		gap: 12px;
	}
	.series-progress-list {
		grid-template-columns: 1fr;
	}
	.series-progress-count {
		order: -1;
	}
	.series-progress-list li {
		align-items: flex-start;
	}

	.reader-trail-summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.reader-trail-summary-actions,
	.reader-trail-summary-actions .button {
		width: 100%;
	}

	.reader-trail-next,
	.reader-trail-next-empty {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.reader-trail-next-empty {
		grid-template-columns: 1fr;
	}

	.reader-trail-next-cover {
		width: 72px;
	}

	.reader-trail-grid,
	.reader-trail-guide-list,
	.reader-atlas-path ol {
		grid-template-columns: 1fr;
	}

	.reader-atlas-path-head {
		align-items: stretch;
		flex-direction: column;
	}

	.reader-atlas-path-head .button {
		width: 100%;
	}

	.reader-trail-card-main {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.reader-trail-cover {
		width: 64px;
	}

	.compare-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 4px;
		padding: 4px 4px 14px;
		margin-inline: -4px;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	.compare-grid:focus-visible {
		outline: 3px solid color-mix(in srgb, var(--green) 55%, transparent);
		outline-offset: 4px;
		border-radius: 16px;
	}

	.compare-grid > .card {
		flex: 0 0 min(86%, 340px);
		scroll-snap-align: start;
	}

	.compare-swipe-hint {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin: 14px 0 8px;
		color: var(--muted);
		font-size: 13px;
		font-weight: 760;
		letter-spacing: 0.02em;
	}

	.comparison-method-note {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.compare-context-grid {
		grid-template-columns: 1fr;
	}

	.compare-card-actions > * {
		flex: 1 1 calc(50% - 6px);
		justify-content: center;
		text-align: center;
	}

	.compare-table,
	.compare-table tbody,
	.compare-table tr,
	.compare-table th,
	.compare-table td {
		display: block;
		width: 100%;
	}

	.compare-table tr {
		border-bottom: 1px solid var(--line);
		padding: 14px 16px;
	}

	.compare-table th,
	.compare-table td {
		border: 0;
		padding: 0;
	}

	.compare-table th {
		margin-bottom: 5px;
		color: var(--green);
		font-size: 13px;
	}

	.compare-table td {
		line-height: 1.6;
	}
}

/* Decorative pre-heading labels are intentionally retired across generated pages. */
.guide-contents-heading small,
.list-guide-intro > small,
.guide-section-head small,
.guide-answer-panel > small,
.guide-note-grid article > small,
.guide-link-panel small,
.report-card-head small,
.apply-grid small,
.match-space-head small {
	display: none;
}

/* Decision guide: intentionally quiet so the writing carries the page. */
.decision-guide-hero {
	max-width: 850px;
	padding-block: clamp(4rem, 8vw, 7rem) clamp(2.5rem, 5vw, 4.5rem);
}

.decision-guide-hero h1 {
	max-width: 13ch;
	margin: 0;
	font-size: clamp(3rem, 7vw, 6.2rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.decision-guide-hero p {
	max-width: 660px;
	margin: 1.5rem 0 0;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.55;
}

.decision-guide-body {
	max-width: 850px;
}

.decision-guide-opening,
.decision-guide-closing,
.decision-guide-reading {
	max-width: 720px;
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.decision-guide-opening {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.decision-guide-opening h2,
.decision-guide-picks > h2,
.decision-guide-closing h2,
.decision-guide-reading h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.decision-guide-opening p,
.decision-guide-closing p {
	font-size: 1.08rem;
	line-height: 1.75;
}

.decision-guide-picks {
	padding-block: clamp(4rem, 7vw, 7rem);
}

.decision-guide-picks > h2 {
	margin-bottom: 2.5rem;
}

.decision-guide-pick {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	padding-block: clamp(2rem, 4vw, 3.5rem);
	border-top: 1px solid var(--line);
}

.decision-guide-pick:last-child {
	border-bottom: 1px solid var(--line);
}

.decision-guide-pick h3 {
	margin: 0 0 0.9rem;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.decision-guide-pick p {
	max-width: 640px;
	line-height: 1.7;
}

.decision-guide-cover .book-tile {
	width: 132px;
	height: auto;
	aspect-ratio: 2 / 3;
}

.decision-guide-tradeoff {
	color: var(--muted);
}

.decision-guide-reading {
	border-top: 1px solid var(--line);
}

.decision-guide-reading > div {
	display: grid;
	gap: 0;
}

.decision-guide-reading a {
	display: grid;
	gap: 0.35rem;
	padding-block: 1.25rem;
	border-bottom: 1px solid var(--line);
	color: inherit;
	text-decoration: none;
}

.decision-guide-reading a:hover strong {
	color: var(--green);
}

.decision-guide-reading span {
	color: var(--muted);
	line-height: 1.55;
}

@media (max-width: 600px) {
	.decision-guide-pick {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 1rem;
	}

	.decision-guide-cover .book-tile {
		width: 88px;
		height: auto;
	}
}

/* Read-aloud 8–10 production guide. The page uses one scene and one reading
   column. It deliberately avoids the generic guide card and dashboard system. */
.read-aloud-page {
	background: var(--canvas);
	overflow-x: clip;
	overflow-y: visible;
}

.read-aloud-layout {
	display: grid;
	max-width: 76rem;
	grid-template-columns: minmax(0, 7fr) minmax(20rem, 4fr);
	gap: clamp(3rem, 7vw, 7rem);
	align-items: start;
	padding-block: clamp(3rem, 7vw, 7rem) 8rem;
}

.read-aloud-article {
	min-width: 0;
}

.read-aloud-hero {
	padding-block: clamp(1rem, 3vw, 2.5rem) clamp(3rem, 6vw, 5rem);
}

.read-aloud-kicker {
	display: flex;
	max-width: 34rem;
	align-items: center;
	gap: 0.9rem;
	margin: 0 0 1.5rem;
	color: var(--green);
	font-size: 0.88rem;
	font-weight: 680;
}

.read-aloud-kicker::before {
	width: 2.8rem;
	height: 1px;
	background: color-mix(in srgb, var(--green) 52%, transparent);
	content: '';
}

.read-aloud-hero h1 {
	max-width: 11ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(3.6rem, 7.5vw, 6.6rem);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 0.96;
}

.read-aloud-deck {
	max-width: 31rem;
	margin: 1.8rem 0 0;
	font-family: var(--serif);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.35;
}

.read-aloud-answer {
	max-width: 43rem;
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(3.5rem, 6vw, 5rem);
	border-top: 4px solid var(--gold);
}

.read-aloud-answer h2 {
	max-width: 18ch;
	margin: 0 0 1.4rem;
	font-family: var(--serif);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 520;
	letter-spacing: -0.025em;
}

.read-aloud-answer p {
	max-width: 41rem;
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.78;
}

.read-aloud-answer p + p {
	margin-top: 1rem;
	color: var(--soft);
}

.read-aloud-lane {
	padding-block: clamp(4rem, 8vw, 7rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 13%, transparent);
}

.read-aloud-lane > header {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	column-gap: 1rem;
	align-items: baseline;
	margin-bottom: 2.2rem;
}

.read-aloud-lane > header > p {
	grid-row: 1 / span 2;
	margin: 0;
	color: var(--gold);
	font-family: var(--mono);
	font-size: 0.82rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.08em;
}

.read-aloud-lane h2 {
	max-width: 18ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 520;
	letter-spacing: -0.035em;
}

.read-aloud-lane > header > span {
	display: block;
	max-width: 35rem;
	margin-top: 0.8rem;
	color: var(--soft);
	font-size: 1.05rem;
	line-height: 1.65;
}

.read-aloud-books {
	margin: 0;
	padding: 0;
	list-style: none;
}

.read-aloud-books li {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 1rem;
	padding-block: 1.8rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}

.read-aloud-books li:last-child {
	padding-bottom: 0;
}

.read-aloud-book-number {
	padding-top: 0.3rem;
	color: color-mix(in srgb, var(--ink) 45%, transparent);
	font-family: var(--mono);
	font-size: 0.76rem;
	font-variant-numeric: tabular-nums;
}

.read-aloud-books h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.45rem, 2.5vw, 1.9rem);
	font-weight: 560;
	letter-spacing: -0.018em;
}

.read-aloud-author {
	margin: 0.28rem 0 0.8rem;
	color: var(--green);
	font-size: 0.84rem;
	font-weight: 650;
}

.read-aloud-books p:last-child {
	max-width: 39rem;
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
}

.read-aloud-closing {
	padding-block: clamp(5rem, 10vw, 9rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 13%, transparent);
}

.read-aloud-closing > p:first-child {
	margin: 0 0 0.55rem;
	color: var(--green);
	font-weight: 680;
}

.read-aloud-closing h2 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(3.8rem, 9vw, 7.5rem);
	font-weight: 520;
	letter-spacing: -0.055em;
}

.read-aloud-closing > p:last-child {
	max-width: 38rem;
	margin: 1.5rem 0 0;
	font-family: var(--serif);
	font-size: clamp(1.35rem, 2.6vw, 1.8rem);
	line-height: 1.55;
}

.read-aloud-questions {
	padding-block: 4rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 13%, transparent);
}

.read-aloud-questions h2 {
	margin: 0 0 1.5rem;
	font-family: var(--serif);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 520;
}

.read-aloud-questions details {
	padding-block: 1.25rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}

.read-aloud-questions summary {
	color: var(--ink);
	font-weight: 680;
	cursor: pointer;
}

.read-aloud-questions summary h3 {
	display: inline;
	margin: 0;
	font: inherit;
}

.read-aloud-questions details p {
	max-width: 38rem;
	margin: 0.9rem 0 0;
	color: var(--soft);
	line-height: 1.7;
}

.read-aloud-footer-note {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
	padding-block: 2rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 13%, transparent);
}

.read-aloud-footer-note p {
	margin: 0;
	color: var(--soft);
}

.read-aloud-footer-note a {
	color: var(--green);
	font-weight: 680;
	text-decoration: none;
}

.read-aloud-footer-note a:hover {
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

.read-aloud-scene-rail {
	min-width: 0;
	min-height: 100%;
}

.read-aloud-scene-sticky {
	position: sticky;
	top: 7rem;
	padding-top: 1rem;
}

.read-aloud-scene-sticky > p {
	margin: -1.5rem 0 0 3rem;
	color: var(--soft);
	font-family: var(--serif);
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.5;
}

.read-aloud-scene {
	width: 100%;
	max-width: 31rem;
	color: var(--ink);
}

.read-aloud-scene svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.read-aloud-scene svg line,
.read-aloud-scene svg rect,
.read-aloud-scene svg ellipse,
.read-aloud-scene svg path {
	stroke: currentColor;
	stroke-width: 1.45;
	vector-effect: non-scaling-stroke;
}

.ra-scene-ground {
	fill: color-mix(in srgb, var(--gold-soft) 48%, transparent);
	stroke: none !important;
}

.ra-window rect,
.ra-window line {
	fill: none;
}

.ra-window > rect {
	fill: color-mix(in srgb, var(--blue-soft) 36%, transparent);
}

.ra-moon {
	fill: var(--gold-soft);
	stroke: var(--gold) !important;
	opacity: 0;
}

.ra-stars {
	fill: var(--gold);
	opacity: 0;
}

.ra-lamp-glow path {
	fill: color-mix(in srgb, var(--gold-soft) 72%, transparent);
	stroke: none !important;
	opacity: 1;
}

.ra-lamp path,
.ra-lamp ellipse {
	fill: var(--paper);
}

.ra-lamp .ra-lamp-detail {
	fill: none;
	stroke: color-mix(in srgb, var(--ink) 64%, transparent);
	stroke-width: 1.2;
}

.ra-lamp .ra-hatch {
	fill: color-mix(in srgb, var(--gold-soft) 40%, transparent);
}

.ra-spine rect,
.ra-single-book rect {
	fill: var(--paper);
}

.ra-spine line,
.ra-single-book line,
.ra-table {
	fill: none;
}

.ra-spine {
	transform: translateY(0.75rem);
	opacity: 0;
	transition:
		transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 180ms ease-out;
}

.read-aloud-scene:not([data-scene-progress='0']) .ra-spine {
	transform: translateY(0);
	opacity: 1;
}

.read-aloud-scene[data-scene-progress='1'] .ra-spine:nth-child(n + 6),
.read-aloud-scene[data-scene-progress='2'] .ra-spine:nth-child(n + 11),
.read-aloud-scene[data-scene-progress='3'] .ra-spine:nth-child(n + 16),
.read-aloud-scene[data-scene-progress='4'] .ra-spine:nth-child(n + 21) {
	transform: translateY(0.75rem);
	opacity: 0;
}

.read-aloud-scene[data-scene-progress='0'] .ra-lamp-glow,
.read-aloud-scene[data-scene-progress='0'] .ra-spines {
	opacity: 0;
}

.read-aloud-scene:not([data-scene-progress='0']) .ra-single-book {
	opacity: 0;
}

.read-aloud-scene[data-scene-progress='0'] .ra-moon-0,
.read-aloud-scene[data-scene-progress='1'] .ra-moon-1,
.read-aloud-scene[data-scene-progress='2'] .ra-moon-2,
.read-aloud-scene[data-scene-progress='3'] .ra-moon-3,
.read-aloud-scene[data-scene-progress='4'] .ra-moon-4,
.read-aloud-scene[data-scene-progress='5'] .ra-moon-5 {
	opacity: 1;
}

.read-aloud-scene[data-scene-progress='5'] .ra-stars {
	opacity: 1;
}

.read-aloud-scene-mobile {
	display: none;
}

@media (max-width: 860px) {
	.read-aloud-layout {
		display: block;
		max-width: 47rem;
		padding-block: 2.5rem 6rem;
	}

	.read-aloud-scene-rail {
		display: none;
	}

	.read-aloud-scene-mobile {
		display: block;
	}

	.read-aloud-scene-hero {
		max-width: 28rem;
		margin: 2rem auto -1rem;
	}

	.read-aloud-scene-checkpoint {
		max-width: 24rem;
		margin: -0.5rem auto 2rem;
	}
}

@media (max-width: 600px) {
	.read-aloud-layout {
		padding-block: 1.5rem 4rem;
	}

	.read-aloud-hero h1 {
		font-size: clamp(3.2rem, 16vw, 4.8rem);
	}

	.read-aloud-answer p,
	.read-aloud-books p:last-child {
		font-size: 1.05rem;
	}

	.read-aloud-lane {
		padding-block: 4.5rem;
	}

	.read-aloud-lane > header,
	.read-aloud-books li {
		grid-template-columns: 2.25rem minmax(0, 1fr);
		gap: 0.75rem;
	}

	.read-aloud-footer-note {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ra-spine {
		transition: none;
	}
}

/* Read-aloud guide, second pass: one wide editorial story with engraved art.
   These overrides intentionally retire the numbered SVG scene above. */

.read-aloud-layout {
	display: block;
	padding-block: clamp(1rem, 2.5vw, 2rem) 7rem;
}

.read-aloud-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
	min-height: 0;
	padding: 0;
}

.read-aloud-hero h1 {
	max-width: none;
	font-size: clamp(3.4rem, 5.4vw, 5.4rem);
	line-height: 0.97;
}

.read-aloud-hero h1 span {
	display: block;
}

.read-aloud-deck {
	max-width: 25rem;
	font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.read-aloud-hero-art {
	display: grid;
	place-items: center;
	min-width: 0;
	margin: 0;
	background: transparent;
}

.read-aloud-hero-art img {
	display: block;
	width: min(100%, 30rem);
	height: auto;
	object-fit: contain;
}

.read-aloud-answer {
	display: grid;
	max-width: 68rem;
	grid-template-columns: minmax(15rem, 0.65fr) minmax(24rem, 1.35fr);
	column-gap: clamp(2rem, 6vw, 6rem);
	row-gap: 1.25rem;
	margin: clamp(3rem, 5vw, 5rem) auto clamp(5rem, 8vw, 8rem);
	padding: 0;
	border: 0;
}

.read-aloud-answer h2 {
	grid-row: 1 / span 2;
	margin: 0;
	font-size: clamp(2.5rem, 4vw, 4.5rem);
	line-height: 1.05;
}

.read-aloud-answer p {
	grid-column: 2;
	font-size: 1.12rem;
}

.read-aloud-answer p + p {
	margin-top: 0;
}

.read-aloud-lane {
	display: grid;
	grid-template-columns: minmax(14rem, 0.62fr) minmax(24rem, 1.38fr);
	gap: clamp(3rem, 8vw, 9rem);
	max-width: 76rem;
	margin: 0 auto;
	padding-block: clamp(5rem, 10vw, 10rem);
	border: 0;
}

.read-aloud-lane > header {
	display: block;
	position: sticky;
	top: 2.5rem;
	align-self: start;
	margin: 0;
}

.read-aloud-lane h2 {
	max-width: 12ch;
	font-size: clamp(2.4rem, 4.2vw, 4.4rem);
	line-height: 1.02;
}

.read-aloud-lane > header > p {
	max-width: 21rem;
	margin: 1.2rem 0 0;
	color: var(--soft);
	font-family: var(--serif);
	font-size: 1.14rem;
	line-height: 1.6;
}

.read-aloud-books li {
	display: block;
	padding: 0 0 clamp(2.5rem, 5vw, 4.5rem);
	border: 0;
}

.read-aloud-books h3 {
	font-size: clamp(1.65rem, 2.3vw, 2.25rem);
	line-height: 1.2;
}

.read-aloud-books h3 span {
	color: var(--soft);
	font-size: 0.65em;
	font-style: italic;
	font-weight: 440;
	letter-spacing: 0;
}

.read-aloud-books p:last-child {
	max-width: 45rem;
	margin-top: 0.8rem;
	font-size: 1.06rem;
	line-height: 1.78;
}

.read-aloud-closing {
	display: grid;
	max-width: 76rem;
	grid-template-columns: minmax(18rem, 0.9fr) minmax(24rem, 1.1fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
	margin: clamp(4rem, 8vw, 8rem) auto;
	padding: clamp(3rem, 6vw, 6rem);
	border: 0;
	background: var(--panel);
	outline: 1px solid color-mix(in srgb, var(--green) 22%, transparent);
	outline-offset: -1px;
}

.read-aloud-closing h2 {
	max-width: 11ch;
	margin: 0;
	font-size: clamp(3rem, 5.5vw, 5.8rem);
	line-height: 1;
}

.read-aloud-closing > p:last-child {
	max-width: 44rem;
	margin: 0;
	color: var(--ink);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.read-aloud-questions {
	max-width: 56rem;
	margin: clamp(5rem, 10vw, 10rem) auto 4rem;
	padding: 0;
	border: 0;
}

.read-aloud-questions details {
	border-color: color-mix(in srgb, var(--ink) 12%, transparent);
}

.read-aloud-questions summary {
	font-family: var(--serif);
	font-size: 1.15rem;
	font-weight: 560;
}

.read-aloud-footer-note {
	max-width: 56rem;
	margin-inline: auto;
}

@supports (animation-timeline: view()) {
	.read-aloud-books li {
		animation: read-aloud-arrive linear both;
		animation-range: entry 0% cover 34%;
		animation-timeline: view();
	}

	@keyframes read-aloud-arrive {
		from {
			transform: translateY(12px);
		}
		to {
			transform: translateY(0);
		}
	}
}

@media (max-width: 860px) {
	.read-aloud-hero {
		display: flex;
		min-height: 0;
		flex-direction: column;
		gap: 2.5rem;
		align-items: stretch;
	}

	.read-aloud-hero-art {
		order: -1;
	}

	.read-aloud-answer,
	.read-aloud-lane {
		display: block;
	}

	.read-aloud-closing {
		display: block;
		padding: clamp(2.25rem, 8vw, 4rem);
	}

	.read-aloud-answer h2,
	.read-aloud-lane > header,
	.read-aloud-closing h2 {
		margin-bottom: 2.5rem;
	}

	.read-aloud-answer p + p {
		margin-top: 1.25rem;
	}

	.read-aloud-lane > header,
	.read-aloud-books li {
		display: block;
	}

	.read-aloud-lane > header {
		position: static;
	}
}

@media (max-width: 600px) {
	.read-aloud-layout {
		padding-block: 1rem 4rem;
	}

	.read-aloud-hero h1 {
		font-size: clamp(3rem, 15vw, 4.5rem);
	}

	.read-aloud-hero-art img {
		width: 100%;
	}

	.read-aloud-lane {
		padding-block: 4.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.read-aloud-books li {
		animation: none;
	}
}

/* Shared editorial guide components. The reusable pieces own their internal
   rhythm; route-level classes decide where they sit on the page. */
.editorial-answer-panel {
	display: grid;
	grid-template-columns: minmax(15rem, 5fr) minmax(24rem, 7fr);
	gap: clamp(2.5rem, 7vw, 7rem);
	align-items: start;
	padding-block: clamp(2.75rem, 5vw, 4.5rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.editorial-answer-panel__prompt,
.editorial-answer-panel__copy {
	min-width: 0;
}

.editorial-answer-panel__eyebrow {
	margin: 0 0 1rem;
	color: var(--green);
	font-size: 0.9rem;
	font-weight: 680;
}

.editorial-answer-panel h2 {
	max-width: 12ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(2.6rem, 4.6vw, 5rem);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 1;
}

.editorial-answer-panel__copy {
	display: grid;
	gap: 1rem;
}

.editorial-answer-panel__copy p {
	max-width: 43rem;
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.78;
}

.editorial-answer-panel--gold {
	border-top: 4px solid var(--gold);
}

.editorial-answer-panel--framed {
	display: block;
}

.editorial-answer-panel__frame {
	display: grid;
	grid-template-columns: minmax(15rem, 5fr) minmax(24rem, 7fr);
	gap: clamp(2.5rem, 7vw, 7rem);
	align-items: start;
}

.editorial-book-lane {
	display: grid;
	grid-template-columns: minmax(14rem, 4fr) minmax(26rem, 7fr);
	gap: clamp(3rem, 8vw, 9rem);
}

.editorial-book-lane > header {
	position: sticky;
	top: 2.5rem;
	min-width: 0;
	align-self: start;
}

.editorial-book-lane h2 {
	max-width: 12ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(2.4rem, 4.2vw, 4.4rem);
	font-weight: 520;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.editorial-book-lane__intro {
	max-width: 21rem;
	margin: 1.2rem 0 0;
	color: var(--soft);
	font-family: var(--serif);
	font-size: 1.14rem;
	line-height: 1.6;
}

.editorial-book-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.editorial-book-list li {
	display: block;
	padding-bottom: clamp(2.75rem, 5vw, 4.75rem);
}

.editorial-book-list h3 {
	max-width: 24ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.65rem, 2.3vw, 2.25rem);
	font-weight: 560;
	letter-spacing: -0.018em;
	line-height: 1.2;
}

.editorial-book-list__author {
	margin: 0.35rem 0 0.8rem;
	color: var(--green);
	font-size: 0.85rem;
	font-weight: 650;
}

.editorial-book-list li div > p:last-child {
	max-width: 43rem;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.78;
}

/* Read-aloud guide, final component pass. */
.read-aloud-hero {
	grid-template-columns: minmax(0, 7fr) minmax(17rem, 3fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding-block: clamp(1.5rem, 3vw, 3rem) clamp(2.5rem, 5vw, 4rem);
}

.read-aloud-page .read-aloud-hero h1 {
	max-width: 16ch;
	font-size: clamp(3rem, 4vw, 4rem);
	line-height: 1.01;
}

.read-aloud-hero-art img {
	width: min(100%, 21rem);
}

.read-aloud-answer {
	max-width: 76rem;
	margin: clamp(2rem, 4vw, 4rem) auto clamp(5rem, 8vw, 8rem);
	padding-inline: clamp(1.5rem, 4vw, 4rem);
}

.read-aloud-answer .editorial-answer-panel__copy p + p {
	color: var(--soft);
}

.read-aloud-lane {
	max-width: 76rem;
	margin-inline: auto;
	padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.read-aloud-closing {
	grid-template-columns: minmax(26rem, 5fr) minmax(24rem, 6fr);
	gap: clamp(3rem, 5vw, 5rem);
	max-width: 76rem;
	margin: clamp(4rem, 8vw, 8rem) auto;
	padding-inline: clamp(1rem, 2vw, 2rem);
	border-top: 4px solid var(--gold);
	background: transparent;
	outline: 0;
}

.read-aloud-closing h2 {
	max-width: none;
	font-size: clamp(1.5rem, 2.1vw, 2rem);
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.read-aloud-closing h2 strong {
	display: block;
	margin-top: 1rem;
	font-size: clamp(4rem, 7vw, 6rem);
	font-weight: 520;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.read-aloud-closing .editorial-answer-panel__copy p {
	font-family: var(--serif);
	font-size: clamp(1.3rem, 2vw, 1.7rem);
	line-height: 1.6;
}

@supports (animation-timeline: view()) {
	.editorial-book-list li {
		animation: read-aloud-arrive linear both;
		animation-range: entry 0% cover 34%;
		animation-timeline: view();
	}
}

@media (max-width: 860px) {
	.editorial-answer-panel,
	.editorial-book-lane {
		display: block;
	}

	.editorial-answer-panel__frame {
		display: block;
	}

	.editorial-answer-panel__copy,
	.editorial-book-list {
		margin-top: 2.5rem;
	}

	.editorial-answer-panel--framed .editorial-answer-panel__copy {
		margin-top: 1.5rem;
	}

	.editorial-book-lane > header {
		position: static;
	}

	.read-aloud-hero-art img {
		width: min(100%, 19rem);
	}

	.read-aloud-answer,
	.read-aloud-closing {
		padding-inline: 0;
	}
}

@media (max-width: 600px) {
	.read-aloud-hero {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 6.75rem;
		gap: 1rem;
		align-items: start;
		padding-block: 1.25rem 2.5rem;
	}

	.read-aloud-hero > div {
		min-width: 0;
	}

	.read-aloud-hero-art {
		grid-column: 2;
		grid-row: 1;
		order: 0;
		padding-top: 2.5rem;
	}

	.read-aloud-hero-art img {
		width: 100%;
	}

	.read-aloud-page .read-aloud-hero h1 {
		font-size: clamp(2.6rem, 11.5vw, 3.2rem);
	}

	.read-aloud-deck {
		font-size: 1.22rem;
	}

	.editorial-answer-panel__copy p,
	.editorial-book-list li div > p:last-child {
		font-size: 1.05rem;
	}

	.editorial-book-list li {
		grid-template-columns: 2rem minmax(0, 1fr);
		gap: 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.editorial-book-list li {
		animation: none;
	}
}

/* Constraint-first guides. These two pages share the editorial reading
   primitives, then use route variables to feel like different rooms. */
.decision-path-page {
	--decision-accent: var(--coral);
	--decision-ground: var(--coral-soft);
	background: var(--canvas);
	overflow-x: clip;
}

.decision-path-page--sci-fi-entry {
	--decision-accent: var(--blue);
	--decision-ground: var(--blue-soft);
}

.decision-path-layout {
	padding-block: clamp(1rem, 2.5vw, 2rem) 7rem;
}

.decision-path-hero {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(19rem, 4fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
	padding-block: clamp(1.5rem, 4vw, 4rem) clamp(3rem, 6vw, 6rem);
}

.decision-path-hero > div {
	min-width: 0;
}

.decision-path-hero h1 {
	max-width: 14ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(3.15rem, 5.35vw, 5.7rem);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 0.99;
}

.decision-path-page--sci-fi-entry .decision-path-hero h1 {
	max-width: 18ch;
	font-size: clamp(3rem, 4.7vw, 5rem);
}

.decision-path-deck {
	max-width: 36rem;
	margin: 1.75rem 0 0;
	font-family: var(--serif);
	font-size: clamp(1.28rem, 1.9vw, 1.68rem);
	line-height: 1.52;
}

.decision-path-hero-art {
	display: grid;
	width: min(100%, 28rem);
	aspect-ratio: 1;
	place-items: center;
	justify-self: end;
	margin: 0;
	background: var(--decision-ground);
}

.decision-path-page--new-parent .decision-path-hero-art {
	border-radius: 48% 48% 18% 18%;
}

.decision-path-page--sci-fi-entry .decision-path-hero-art {
	border-radius: 50%;
}

.decision-path-hero-art img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.decision-path-answer {
	grid-template-columns: minmax(19rem, 5fr) minmax(22rem, 6fr);
	gap: clamp(2.5rem, 5vw, 5rem);
	max-width: 76rem;
	margin: 0 auto clamp(3.5rem, 7vw, 7rem);
	padding-inline: clamp(1.25rem, 3vw, 3rem);
	border-top-color: var(--decision-accent);
}

.decision-path-answer h2 {
	max-width: 14ch;
	font-size: clamp(2.5rem, 4vw, 4.25rem);
}

.decision-path-answer .editorial-answer-panel__copy p + p {
	color: var(--soft);
}

.decision-path-priority-note {
	max-width: 76rem;
	margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
	padding: 0.85rem 1rem;
	border-left: 3px solid var(--decision-accent);
	background: color-mix(in srgb, var(--decision-ground) 55%, transparent);
	color: var(--muted);
	font-size: 0.96rem;
	line-height: 1.6;
}

.decision-path-choices {
	max-width: 76rem;
	margin-inline: auto;
	padding-bottom: clamp(5rem, 9vw, 9rem);
}

.decision-path-choices ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.decision-path-page--new-parent .decision-path-choices ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.decision-path-choices li {
	min-width: 0;
	border-top: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
}

.decision-path-choices a {
	display: block;
	min-height: 100%;
	padding-block: 1.25rem;
	color: inherit;
	text-decoration: none;
}

.decision-path-choices a:hover strong,
.decision-path-choices a:focus-visible strong {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.25em;
}

.decision-path-choices p {
	margin: 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.55;
}

.decision-path-choices strong {
	display: block;
	margin-top: 0.55rem;
	font-family: var(--serif);
	font-size: 1.2rem;
	font-weight: 560;
	line-height: 1.35;
}

.read-aloud-lane-nav {
	margin: 0 0 clamp(4rem, 8vw, 7rem);
}

.read-aloud-lane-nav ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.read-aloud-lane-nav a {
	display: grid;
	gap: 0.6rem;
	min-height: 100%;
	padding: 1rem 0;
	border-top: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
	color: inherit;
	text-decoration: none;
}

.read-aloud-lane-nav span {
	color: var(--coral);
	font-family: var(--mono);
	font-size: 0.75rem;
}

.read-aloud-lane-nav strong {
	font-family: var(--serif);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

.decision-path-lane {
	max-width: 76rem;
	margin-inline: auto;
	padding-block: clamp(5rem, 9vw, 9rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.decision-path-page--new-parent .decision-path-lane:nth-of-type(even) > header {
	padding: 1.5rem;
	background: color-mix(in srgb, var(--decision-ground) 58%, transparent);
}

.decision-path-list .editorial-book-card {
	padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.decision-path-list .editorial-book-list__author {
	max-width: 38rem;
	color: var(--decision-accent);
	font-size: 0.82rem;
	line-height: 1.5;
}

.decision-path-list .editorial-book-card > div > p:not([class]) {
	max-width: 43rem;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.78;
}

.decision-path-list .editorial-book-list__tradeoff {
	max-width: 41rem;
	margin-top: 1rem;
	padding-left: 1rem;
	border-left: 3px solid color-mix(in srgb, var(--decision-accent) 64%, transparent);
	color: var(--soft);
	font-size: 0.98rem;
	line-height: 1.65;
}

.decision-path-list .editorial-book-list__tradeoff strong {
	color: var(--ink);
	font-weight: 680;
}

.decision-path-closing {
	--panel-radius: clamp(2rem, 4vw, 3rem);
	--panel-frame: clamp(0.8rem, 1.8vw, 1.5rem);
	max-width: 76rem;
	margin: clamp(4rem, 8vw, 8rem) auto;
	padding: var(--panel-frame);
	border: 0;
	border-radius: var(--panel-radius);
	background: color-mix(in srgb, var(--decision-accent) 16%, transparent);
	outline: 1px solid color-mix(in srgb, var(--decision-accent) 28%, transparent);
	outline-offset: 0;
}

.decision-path-closing .editorial-answer-panel__frame {
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.25rem, 2vw, 2rem);
	padding: clamp(2.25rem, 4vw, 4rem);
	border: 0;
	border-radius: calc(var(--panel-radius) - var(--panel-frame));
	background: var(--panel);
}

.decision-path-closing h2 {
	max-width: 20ch;
	font-size: clamp(2.5rem, 3.7vw, 4rem);
}

.decision-path-page--sci-fi-entry .decision-path-closing h2 {
	max-width: 20ch;
	font-size: clamp(2.4rem, 3.2vw, 3.4rem);
}

.decision-path-closing .editorial-answer-panel__copy p {
	max-width: 48rem;
	font-family: var(--serif);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.6;
}

.decision-path-questions {
	max-width: 56rem;
	margin: clamp(5rem, 9vw, 9rem) auto 4rem;
}

.decision-path-questions h2 {
	margin: 0 0 1.5rem;
	font-family: var(--serif);
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 520;
	letter-spacing: -0.035em;
}

.decision-path-questions details {
	padding-block: 1.3rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.decision-path-questions summary {
	cursor: pointer;
	list-style-position: outside;
}

.decision-path-questions summary h3 {
	display: inline;
	font-family: var(--serif);
	font-size: 1.16rem;
	font-weight: 560;
}

.decision-path-questions details p {
	max-width: 46rem;
	margin: 1rem 0 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.7;
}

.decision-path-footer-note {
	display: flex;
	max-width: 56rem;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
	margin-inline: auto;
	padding-top: 2rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.decision-path-footer-note p {
	margin: 0;
	font-family: var(--serif);
	font-size: 1.15rem;
}

.decision-path-footer-note a {
	flex: 0 0 auto;
	color: var(--decision-accent);
	font-weight: 680;
	text-decoration: none;
}

.decision-path-footer-note a:hover,
.decision-path-footer-note a:focus-visible {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.25em;
}

@media (max-width: 900px) {
	.decision-path-hero {
		grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.7fr);
		gap: 2rem;
	}

	.decision-path-choices ul,
	.decision-path-page--new-parent .decision-path-choices ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.decision-path-layout {
		padding-block: 1rem 4rem;
	}

	.decision-path-hero {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 6.75rem;
		gap: 1rem;
		align-items: start;
		padding-block: 1rem 3.5rem;
	}

	.decision-path-hero .editorial-page-header__copy {
		display: contents;
	}

	.decision-path-hero-art {
		width: 6.75rem;
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		justify-self: end;
		margin: 0;
	}

	.decision-path-hero h1 {
		grid-column: 1 / -1;
		grid-row: 1;
		font-size: clamp(2.4rem, 10.5vw, 3.1rem);
	}

	.decision-path-page--sci-fi-entry .decision-path-hero h1 {
		max-width: 18ch;
		font-size: clamp(2.25rem, 9.5vw, 2.8rem);
	}

	.decision-path-deck {
		grid-column: 1;
		grid-row: 2;
		margin-top: 0;
		font-size: 1.15rem;
	}

	.decision-path-answer {
		padding-inline: 0;
	}

	.decision-path-priority-note {
		margin-bottom: 2rem;
	}

	.decision-path-choices ul,
	.decision-path-page--new-parent .decision-path-choices ul {
		display: block;
	}

	.decision-path-choices li + li {
		margin-top: 1rem;
	}

	.decision-path-choices a {
		display: block;
		padding-block: 0.7rem;
	}

	.decision-path-choices p {
		font-size: 0.8rem;
		line-height: 1.35;
	}

	.decision-path-choices strong {
		display: block;
		margin-top: 0.25rem;
		font-size: 1rem;
		line-height: 1.25;
	}

	.read-aloud-lane-nav ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.decision-path-lane {
		padding-block: 4.75rem;
	}

	.decision-path-page--new-parent .decision-path-lane:nth-of-type(even) > header {
		padding: 1.25rem;
	}

	.decision-path-list .editorial-book-list__tradeoff {
		font-size: 1rem;
	}

	.decision-path-closing {
		--panel-radius: 1.75rem;
		--panel-frame: 0.75rem;
		padding: var(--panel-frame);
	}

	.decision-path-closing .editorial-answer-panel__frame {
		padding: 2rem 1.5rem;
	}

	.decision-path-footer-note {
		display: grid;
		gap: 1rem;
	}
}

/* Chapter books for second graders: one confidence-first decision path.
   The route uses the shared editorial primitives without inheriting the old
   dashboard, cover-grid, or Atlas-map guide system. */
.chapter-books-page {
	background: var(--canvas);
	overflow-x: clip;
}

.chapter-books-layout {
	padding-block: clamp(1rem, 2.5vw, 2rem) 7rem;
}

.chapter-books-hero {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(20rem, 5fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
	padding-block: clamp(1.5rem, 4vw, 4rem) clamp(3rem, 6vw, 6rem);
}

.chapter-books-hero__copy,
.chapter-books-hero > div {
	min-width: 0;
}

.chapter-books-hero h1 {
	max-width: 13ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(3.25rem, 5.7vw, 6rem);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.chapter-books-hero h1 em {
	color: var(--green);
	font-weight: inherit;
}

.chapter-books-deck {
	max-width: 33rem;
	margin: 1.75rem 0 0;
	font-family: var(--serif);
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	line-height: 1.5;
}

.chapter-books-hero-art {
	display: grid;
	width: min(100%, 30rem);
	aspect-ratio: 1;
	place-items: center;
	justify-self: end;
	margin: 0;
	border-radius: 50%;
	background: var(--green-soft);
}

.chapter-books-hero-art img {
	display: block;
	width: 108%;
	height: auto;
	object-fit: contain;
}

.chapter-books-answer {
	max-width: 76rem;
	margin: 0 auto clamp(3.5rem, 7vw, 7rem);
	padding-inline: clamp(1.25rem, 3vw, 3rem);
	border-top-color: var(--gold);
}

.chapter-books-answer .editorial-answer-panel__copy p + p {
	color: var(--soft);
}

.chapter-books-choices {
	max-width: 76rem;
	margin-inline: auto;
	padding-bottom: clamp(5rem, 9vw, 9rem);
}

.chapter-books-choices ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.chapter-books-choices li {
	min-width: 0;
	border-top: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
}

.chapter-books-choices a {
	display: grid;
	gap: 0.8rem;
	min-height: 100%;
	padding-block: 1.25rem;
	color: inherit;
	text-decoration: none;
}

.chapter-books-choices a:hover strong,
.chapter-books-choices a:focus-visible strong {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.25em;
}

.chapter-books-choices span {
	color: var(--gold);
	font-family: var(--mono);
	font-size: 0.78rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.08em;
}

.chapter-books-choices p {
	margin: 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.55;
}

.chapter-books-choices strong {
	align-self: end;
	font-family: var(--serif);
	font-size: 1.18rem;
	font-weight: 560;
	line-height: 1.35;
}

.chapter-books-lane {
	max-width: 76rem;
	margin-inline: auto;
	padding-block: clamp(5rem, 9vw, 9rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.chapter-books-list .editorial-book-card {
	padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.chapter-books-list .editorial-book-list__author {
	max-width: 38rem;
	font-size: 0.82rem;
	line-height: 1.5;
}

.chapter-books-list .editorial-book-card > div > p:not([class]) {
	max-width: 43rem;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.78;
}

.chapter-books-list .editorial-book-list__tradeoff {
	max-width: 41rem;
	margin-top: 1rem;
	padding-left: 1rem;
	border-left: 3px solid color-mix(in srgb, var(--gold) 68%, transparent);
	color: var(--soft);
	font-size: 0.98rem;
	line-height: 1.65;
}

.chapter-books-list .editorial-book-list__tradeoff strong {
	color: var(--ink);
	font-weight: 680;
}

.chapter-books-closing {
	max-width: 76rem;
	margin: clamp(4rem, 8vw, 8rem) auto;
	padding: clamp(2.5rem, 6vw, 6rem);
	border: 0;
	background: var(--gold-soft);
}

.chapter-books-closing h2 {
	max-width: 9ch;
}

.chapter-books-closing .editorial-answer-panel__copy p {
	font-family: var(--serif);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.6;
}

.chapter-books-questions {
	max-width: 56rem;
	margin: clamp(5rem, 9vw, 9rem) auto 4rem;
}

.chapter-books-questions h2 {
	margin: 0 0 1.5rem;
	font-family: var(--serif);
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 520;
	letter-spacing: -0.035em;
}

.chapter-books-questions details {
	padding-block: 1.3rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.chapter-books-questions summary {
	cursor: pointer;
	list-style-position: outside;
}

.chapter-books-questions summary h3 {
	display: inline;
	font-family: var(--serif);
	font-size: 1.16rem;
	font-weight: 560;
}

.chapter-books-questions details p {
	max-width: 46rem;
	margin: 1rem 0 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.7;
}

.chapter-books-footer-note {
	display: flex;
	max-width: 56rem;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
	margin-inline: auto;
	padding-top: 2rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.chapter-books-footer-note p {
	margin: 0;
	font-family: var(--serif);
	font-size: 1.15rem;
}

.chapter-books-footer-note a {
	flex: 0 0 auto;
	color: var(--green);
	font-weight: 680;
	text-decoration: none;
}

.chapter-books-footer-note a:hover,
.chapter-books-footer-note a:focus-visible {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.25em;
}

@media (max-width: 900px) {
	.chapter-books-hero {
		grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.62fr);
		gap: 2rem;
	}

	.chapter-books-hero h1 {
		font-size: clamp(3rem, 6.5vw, 4.2rem);
	}

	.chapter-books-choices ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.chapter-books-layout {
		padding-block: 1rem 4rem;
	}

	.chapter-books-hero {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 7.25rem;
		gap: 1rem;
		align-items: start;
		padding-block: 1rem 3.5rem;
	}

	.chapter-books-hero .editorial-page-header__copy {
		display: contents;
	}

	.chapter-books-hero-art {
		width: 7.25rem;
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		justify-self: end;
		margin-top: 1rem;
	}

	.chapter-books-hero h1 {
		grid-column: 1 / -1;
		grid-row: 1;
		font-size: clamp(2.6rem, 11.5vw, 3.4rem);
	}

	.chapter-books-deck {
		grid-column: 1;
		grid-row: 2;
		margin-top: 0;
		font-size: 1.15rem;
	}

	.chapter-books-answer,
	.chapter-books-closing {
		padding-inline: 0;
	}

	.chapter-books-choices ul {
		display: block;
	}

	.chapter-books-choices li + li {
		margin-top: 1rem;
	}

	.chapter-books-lane {
		padding-block: 4.75rem;
	}

	.chapter-books-list .editorial-book-list__tradeoff {
		font-size: 1rem;
	}

	.chapter-books-closing {
		padding: 2.25rem 1.5rem;
	}

	.chapter-books-footer-note {
		display: grid;
		gap: 1rem;
	}
}

/* Shared editorial field guide for the researched list-rewrite fanout. */
.field-guide-page {
	--field-accent: var(--green);
	--field-ground: var(--green-soft);
	background: var(--canvas);
	overflow-x: clip;
}

.field-guide-page--books-like {
	--field-accent: var(--blue);
	--field-ground: var(--blue-soft);
}

.field-guide-page--reading-order {
	--field-accent: var(--plum);
	--field-ground: var(--lavender-soft);
}

.field-guide-layout {
	padding-block: clamp(1rem, 2.5vw, 2rem) 7rem;
}

.field-guide-hero {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(18rem, 4fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
	padding-block: clamp(1.5rem, 4vw, 4rem) clamp(3rem, 6vw, 6rem);
}

.field-guide-hero:not(.editorial-page-header--illustrated) {
	display: block;
	max-width: 64rem;
}

.field-guide-hero > div {
	min-width: 0;
}

.field-guide-hero h1 {
	max-width: 15ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(3.1rem, 5.2vw, 5.6rem);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 0.99;
}

.field-guide-deck {
	max-width: 39rem;
	margin: 1.75rem 0 0;
	font-family: var(--serif);
	font-size: clamp(1.25rem, 1.8vw, 1.62rem);
	line-height: 1.55;
}

.field-guide-hero-art {
	display: grid;
	width: min(100%, 27rem);
	aspect-ratio: 1;
	place-items: center;
	justify-self: end;
	margin: 0;
	border-radius: 50%;
	background: var(--field-ground);
}

.field-guide-hero-art img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.field-guide-answer,
.field-guide-closing {
	--panel-radius: clamp(2rem, 4vw, 3rem);
	--panel-frame: clamp(0.8rem, 1.8vw, 1.5rem);
	max-width: 76rem;
	margin: 0 auto clamp(4rem, 8vw, 8rem);
	padding: var(--panel-frame);
	border: 0;
	border-radius: var(--panel-radius);
	background: color-mix(in srgb, var(--field-accent) 16%, transparent);
	outline: 1px solid color-mix(in srgb, var(--field-accent) 28%, transparent);
	outline-offset: 0;
}

.field-guide-answer .editorial-answer-panel__frame,
.field-guide-closing .editorial-answer-panel__frame {
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.25rem, 2vw, 2rem);
	padding: clamp(2.25rem, 4vw, 4rem);
	border: 0;
	border-radius: calc(var(--panel-radius) - var(--panel-frame));
	background: var(--panel);
}

.field-guide-answer h2 {
	max-width: 24ch;
	font-size: clamp(2rem, 3vw, 3.25rem);
}

.field-guide-answer .editorial-answer-panel__copy p,
.field-guide-closing .editorial-answer-panel__copy p {
	max-width: 48rem;
	font-family: var(--serif);
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	line-height: 1.62;
}

.field-guide-choices {
	max-width: 76rem;
	margin: 0 auto clamp(5rem, 9vw, 9rem);
}

.field-guide-choices ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.field-guide-choices li {
	min-width: 0;
	border-top: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
}

.field-guide-choices a {
	display: block;
	min-height: 100%;
	padding-block: 1.25rem;
	color: inherit;
	text-decoration: none;
}

.field-guide-choices strong {
	display: block;
	font-family: var(--serif);
	font-size: 1.18rem;
	font-weight: 560;
	line-height: 1.35;
}

.field-guide-choices p {
	margin: 0.55rem 0 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.55;
}

.field-guide-choices a:hover strong,
.field-guide-choices a:focus-visible strong,
.field-guide-list h3 a:hover,
.field-guide-list h3 a:focus-visible {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.25em;
}

.field-guide-lane {
	max-width: 76rem;
	margin-inline: auto;
	padding-block: clamp(5rem, 9vw, 9rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.field-guide-list .editorial-book-list__author {
	color: var(--field-accent);
}

.field-guide-list h3 a {
	color: inherit;
	text-decoration: none;
}

.field-guide-list .editorial-book-card {
	padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.field-guide-list .editorial-book-card > div > p:not([class]) {
	max-width: 43rem;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.78;
}

.field-guide-list .editorial-book-list__difference,
.field-guide-list .editorial-book-list__fit {
	max-width: 43rem;
	margin: 0.85rem 0 0;
	color: var(--soft);
	font-size: 0.98rem;
	line-height: 1.65;
}

.field-guide-list .editorial-book-list__difference strong,
.field-guide-list .editorial-book-list__fit strong {
	color: var(--ink);
}

.field-guide-list .editorial-book-list__tradeoff {
	max-width: 41rem;
	margin-top: 1rem;
	padding-left: 1rem;
	border-left: 3px solid color-mix(in srgb, var(--field-accent) 64%, transparent);
	color: var(--soft);
	font-size: 0.98rem;
	line-height: 1.65;
}

.field-guide-closing {
	margin-block: clamp(4rem, 8vw, 8rem);
}

.field-guide-closing .editorial-answer-panel__frame {
	grid-template-columns: minmax(0, 1fr);
}

.field-guide-closing h2 {
	max-width: 20ch;
	font-size: clamp(2.5rem, 4vw, 4.25rem);
}

.field-guide-sources,
.field-guide-questions {
	max-width: 56rem;
	margin: clamp(5rem, 9vw, 9rem) auto 4rem;
}

.field-guide-sources summary {
	cursor: pointer;
}

.field-guide-sources summary h2 {
	display: inline;
	font-family: var(--serif);
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	font-weight: 520;
}

.field-guide-sources ul {
	display: grid;
	gap: 1.25rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.field-guide-sources li {
	padding-top: 1rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 15%, transparent);
}

.field-guide-sources a {
	color: var(--field-accent);
	font-weight: 680;
}

.field-guide-sources p {
	margin: 0.45rem 0 0;
	color: var(--soft);
	line-height: 1.65;
}

.field-guide-questions h2 {
	margin: 0 0 1.5rem;
	font-family: var(--serif);
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 520;
	letter-spacing: -0.035em;
}

.field-guide-questions details {
	padding-block: 1.3rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.field-guide-questions summary {
	cursor: pointer;
	list-style-position: outside;
}

.field-guide-questions summary h3 {
	display: inline;
	font-family: var(--serif);
	font-size: 1.16rem;
	font-weight: 560;
}

.field-guide-questions details p {
	max-width: 46rem;
	margin: 1rem 0 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.7;
}

.field-guide-next {
	display: flex;
	max-width: 56rem;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
	margin-inline: auto;
	padding-top: 2rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.field-guide-next p {
	margin: 0;
	font-family: var(--serif);
	font-size: 1.15rem;
}

.field-guide-next a {
	flex: 0 0 auto;
	color: var(--field-accent);
	font-weight: 680;
	text-decoration: none;
}

.field-guide-next a:hover,
.field-guide-next a:focus-visible {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.25em;
}

@media (max-width: 900px) {
	.field-guide-hero {
		grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.7fr);
		gap: 2rem;
	}

	.field-guide-choices ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.field-guide-layout {
		padding-block: 1rem 4rem;
	}

	.field-guide-hero {
		display: block;
		padding-block: 1rem 3.5rem;
	}

	.field-guide-hero-art {
		width: min(58vw, 13rem);
		justify-self: start;
		margin-top: 2rem;
	}

	.field-guide-hero h1 {
		font-size: clamp(2.55rem, 11vw, 3.35rem);
	}

	.field-guide-deck {
		font-size: 1.15rem;
	}

	.field-guide-answer,
	.field-guide-closing {
		--panel-radius: 1.75rem;
		--panel-frame: 0.75rem;
		padding: var(--panel-frame);
	}

	.field-guide-answer .editorial-answer-panel__frame,
	.field-guide-closing .editorial-answer-panel__frame {
		padding: 2rem 1.5rem;
	}

	.field-guide-answer .editorial-answer-panel__copy,
	.field-guide-closing .editorial-answer-panel__copy {
		margin-top: 1.5rem;
	}

	.field-guide-choices ul {
		display: block;
	}

	.field-guide-choices li + li {
		margin-top: 1rem;
	}

	.field-guide-lane {
		padding-block: 4.75rem;
	}

	.field-guide-list .editorial-book-list__tradeoff {
		font-size: 1rem;
	}

	.field-guide-next {
		display: grid;
		gap: 1rem;
	}
}

/* Deep title-rescue guide: humorous on the wrapper, rigorous on the idea. */
.title-guide-page {
	--field-accent: var(--gold);
	--field-ground: var(--gold-soft);
}

.title-guide-layout {
	padding-block: clamp(1rem, 2.5vw, 2rem) 7rem;
}

.title-guide-hero h1 {
	max-width: 13ch;
}

.title-guide-hero .editorial-page-header__meta {
	margin: 1.25rem 0 0;
	color: var(--soft);
	font-family: var(--mono);
	font-size: 0.82rem;
	letter-spacing: 0.04em;
}

.title-guide-hero-art {
	background: color-mix(in srgb, var(--gold-soft) 82%, var(--canvas));
}

.title-guide-section-heading {
	max-width: 52rem;
}

.title-guide-section-heading h2 {
	max-width: 24ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(2.35rem, 4vw, 4.25rem);
	font-weight: 520;
	letter-spacing: -0.04em;
	line-height: 1.04;
	text-wrap: balance;
}

.title-guide-section-heading > div {
	max-width: 44rem;
	margin-top: 1rem;
	color: var(--soft);
	font-size: 1.05rem;
	line-height: 1.72;
	text-wrap: pretty;
}

.title-guide-quick-picks,
.title-guide-method,
.title-guide-book-section,
.title-guide-takeaways,
.title-guide-notes,
.title-guide-related {
	max-width: 76rem;
	margin-inline: auto;
}

.title-guide-quick-picks {
	margin-bottom: clamp(6rem, 11vw, 10rem);
}

.title-guide-quick-picks ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 2.5rem 0 0;
	padding: 0;
	list-style: none;
}

.title-guide-quick-picks li {
	min-width: 0;
}

.title-guide-quick-picks a {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.4rem;
	border-radius: min(1.1vw, 1rem);
	background: color-mix(in srgb, var(--gold-soft) 58%, var(--panel));
	color: inherit;
	outline: 1px solid color-mix(in srgb, var(--gold) 22%, transparent);
	outline-offset: -1px;
	text-decoration: none;
}

.title-guide-quick-picks a > span {
	color: var(--gold);
	font-family: var(--mono);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.title-guide-quick-picks a > strong {
	margin-top: 0.75rem;
	font-family: var(--serif);
	font-size: 1.22rem;
	font-weight: 560;
	line-height: 1.3;
}

.title-guide-quick-picks a > p {
	margin: 0.8rem 0 0;
	color: var(--soft);
	font-size: 0.95rem;
	line-height: 1.55;
}

.title-guide-quick-picks a:hover > strong,
.title-guide-quick-picks a:focus-visible > strong,
.title-guide-entry__title:hover,
.title-guide-entry__title:focus-visible,
.title-guide-related a:hover strong,
.title-guide-related a:focus-visible strong {
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

.title-guide-method {
	margin-bottom: clamp(7rem, 12vw, 11rem);
	padding: clamp(2rem, 4vw, 3.5rem);
	border-radius: min(2.2vw, 2rem);
	background: color-mix(in srgb, var(--gold-soft) 38%, var(--panel));
	outline: 1px solid color-mix(in srgb, var(--gold) 20%, transparent);
	outline-offset: -1px;
}

.title-guide-method dl {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 3rem 0 0;
}

.title-guide-method dl > div {
	min-width: 0;
	padding-top: 1rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 15%, transparent);
}

.title-guide-method dt,
.title-guide-notes dt,
.title-guide-entry__decision dt {
	color: var(--ink);
	font-weight: 700;
}

.title-guide-method dd {
	margin: 0.55rem 0 0;
	color: var(--soft);
	font-size: 0.95rem;
	line-height: 1.6;
}

.title-guide-book-section {
	padding-block: clamp(5rem, 9vw, 9rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.title-guide-section-heading--books {
	margin-bottom: clamp(3rem, 7vw, 6rem);
}

.title-guide-book-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.title-guide-entry {
	scroll-margin-top: 7rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.title-guide-entry > article {
	display: grid;
	grid-template-columns: minmax(12rem, 4fr) minmax(0, 8fr);
	column-gap: clamp(2.5rem, 6vw, 6rem);
	padding-block: clamp(3rem, 6vw, 5.5rem);
}

.title-guide-entry > article > header {
	grid-row: 1 / 4;
	min-width: 0;
}

.title-guide-entry > article > header > p {
	margin: 0 0 0.85rem;
	color: var(--gold);
	font-family: var(--mono);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.title-guide-entry h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.85rem, 3vw, 3.1rem);
	font-weight: 520;
	letter-spacing: -0.035em;
	line-height: 1.04;
	text-wrap: balance;
}

.title-guide-entry__title {
	color: inherit;
	text-decoration: none;
}

.title-guide-entry > article > header > span {
	display: block;
	margin-top: 0.8rem;
	color: var(--soft);
	font-size: 0.92rem;
}

.title-guide-entry__body {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	gap: clamp(1.5rem, 3vw, 3rem);
}

.title-guide-entry__body section {
	min-width: 0;
}

.title-guide-entry__body h4 {
	margin: 0;
	font-family: var(--mono);
	font-size: 0.77rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.title-guide-entry__body p {
	margin: 0.75rem 0 0;
	font-family: var(--serif);
	font-size: 1.08rem;
	line-height: 1.72;
	text-wrap: pretty;
}

.title-guide-entry__idea {
	padding-left: clamp(1.5rem, 3vw, 2.5rem);
	border-left: 3px solid color-mix(in srgb, var(--gold) 62%, transparent);
}

.title-guide-entry__decision {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3rem);
	margin: 2rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}

.title-guide-entry__decision dd {
	margin: 0.5rem 0 0;
	color: var(--soft);
	font-size: 0.96rem;
	line-height: 1.65;
}

.title-guide-entry__sources {
	margin: 1.35rem 0 0;
	color: var(--soft);
	font-size: 0.86rem;
	line-height: 1.6;
}

.title-guide-entry__sources strong {
	color: var(--ink);
}

.title-guide-entry__sources a {
	color: var(--gold);
}

.title-guide-takeaways {
	padding-block: clamp(6rem, 11vw, 10rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.title-guide-takeaways > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 4rem);
	margin-top: 3rem;
}

.title-guide-takeaways article {
	padding-top: 1.25rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 15%, transparent);
}

.title-guide-takeaways h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: 1.3rem;
	font-weight: 560;
	line-height: 1.35;
}

.title-guide-takeaways article p {
	margin: 0.8rem 0 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.7;
}

.title-guide-notes {
	padding-block: clamp(4rem, 8vw, 7rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.title-guide-notes > dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 4rem);
	margin: 3rem 0 0;
}

.title-guide-notes dd {
	margin: 0.7rem 0 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.7;
}

.title-guide-sources,
.title-guide-questions {
	max-width: 62rem;
}

.title-guide-related {
	margin-top: clamp(6rem, 11vw, 10rem);
	padding-top: clamp(4rem, 8vw, 7rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.title-guide-related ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 3rem 0 0;
	padding: 0;
	list-style: none;
}

.title-guide-related li {
	min-width: 0;
	border-top: 1px solid color-mix(in srgb, var(--ink) 13%, transparent);
}

.title-guide-related li:nth-child(odd) {
	padding-right: 2rem;
}

.title-guide-related li:nth-child(even) {
	padding-left: 2rem;
	border-left: 1px solid color-mix(in srgb, var(--ink) 13%, transparent);
}

.title-guide-related a {
	display: block;
	padding-block: 1.5rem;
	color: inherit;
	text-decoration: none;
}

.title-guide-related strong {
	display: block;
	font-family: var(--serif);
	font-size: 1.2rem;
	font-weight: 560;
}

.title-guide-related span {
	display: block;
	margin-top: 0.5rem;
	color: var(--soft);
	font-size: 0.96rem;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.title-guide-quick-picks ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.title-guide-method dl {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.title-guide-layout {
		padding-block: 1rem 4rem;
	}

	.title-guide-method {
		padding: 2rem 1.5rem;
	}

	.title-guide-method dl,
	.title-guide-takeaways > div,
	.title-guide-notes > dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.title-guide-entry > article {
		display: block;
	}

	.title-guide-entry__body {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 2rem;
	}

	.title-guide-entry__idea {
		padding: 1.5rem 0 0;
		border-top: 3px solid color-mix(in srgb, var(--gold) 62%, transparent);
		border-left: 0;
	}

	.title-guide-entry__decision {
		grid-template-columns: minmax(0, 1fr);
	}

	.title-guide-related ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.title-guide-related li:nth-child(odd),
	.title-guide-related li:nth-child(even) {
		padding-inline: 0;
		border-left: 0;
	}
}

@media (max-width: 520px) {
	.title-guide-quick-picks ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.title-guide-method dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.title-guide-quick-picks a {
		padding: 1.25rem;
	}
}

/* Production reading-order pages put the sequence before every optional path. */
.reading-order-page {
	--order-accent: var(--plum);
	--order-ground: var(--lavender-soft);
	background: var(--canvas);
	overflow-x: clip;
}

.reading-order-layout {
	padding-block: clamp(1rem, 2.5vw, 2rem) 7rem;
}

.reading-order-hero {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(18rem, 4fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
	padding-block: clamp(1.5rem, 4vw, 4rem) clamp(3rem, 6vw, 6rem);
}

.reading-order-hero:not(.editorial-page-header--illustrated) {
	display: block;
	max-width: 64rem;
}

.reading-order-hero h1 {
	max-width: 15ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(3.1rem, 5.2vw, 5.6rem);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 0.99;
}

.reading-order-deck {
	max-width: 39rem;
	margin: 1.75rem 0 0;
	font-family: var(--serif);
	font-size: clamp(1.25rem, 1.8vw, 1.62rem);
	line-height: 1.55;
}

.reading-order-hero .editorial-page-header__meta {
	margin: 1rem 0 0;
	color: var(--muted);
	font-family: var(--sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.reading-order-hero-art {
	display: grid;
	width: min(100%, 27rem);
	aspect-ratio: 1;
	place-items: center;
	justify-self: end;
	margin: 0;
	border-radius: 50%;
	background: var(--order-ground);
}

.reading-order-hero-art img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.reading-order-answer {
	--panel-radius: clamp(2rem, 4vw, 3rem);
	--panel-frame: clamp(0.8rem, 1.8vw, 1.5rem);
	max-width: 76rem;
	margin: 0 auto clamp(4rem, 8vw, 8rem);
	padding: var(--panel-frame);
	border: 0;
	border-radius: var(--panel-radius);
	background: color-mix(in srgb, var(--order-accent) 14%, transparent);
	outline: 1px solid color-mix(in srgb, var(--order-accent) 26%, transparent);
}

.reading-order-answer .editorial-answer-panel__frame {
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
	padding: clamp(2.25rem, 4vw, 4rem);
	border: 0;
	border-radius: calc(var(--panel-radius) - var(--panel-frame));
	background: var(--panel);
}

.reading-order-answer h2 {
	max-width: 24ch;
	font-size: clamp(2rem, 3vw, 3.25rem);
}

.reading-order-answer .editorial-answer-panel__copy p {
	max-width: 48rem;
	font-family: var(--serif);
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	line-height: 1.62;
}

.reading-order-sequence,
.reading-order-choices,
.reading-order-sources,
.reading-order-questions,
.reading-order-next {
	max-width: 76rem;
	margin-inline: auto;
}

.reading-order-sequence > header {
	max-width: 52rem;
	margin-bottom: 2.5rem;
}

.reading-order-sequence h2,
.reading-order-choices > h2,
.reading-order-sources h2,
.reading-order-questions > h2 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 520;
	letter-spacing: -0.035em;
}

.reading-order-sequence > header p {
	max-width: 46rem;
	margin: 1rem 0 0;
	color: var(--soft);
	font-size: 1.08rem;
	line-height: 1.7;
}

.reading-order-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reading-order-list > li {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr);
	gap: 1.5rem;
	padding-block: clamp(2rem, 4vw, 3.5rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 15%, transparent);
}

.reading-order-list > li.reading-order-step--optional {
	grid-template-columns: 5rem minmax(0, 1fr);
	margin-top: 1rem;
	border-top-color: color-mix(in srgb, var(--order-accent) 42%, transparent);
}

.reading-order-list > li > div {
	max-width: 48rem;
}

.reading-order-number {
	margin: 0;
	color: var(--order-accent);
	font-family: var(--mono);
	font-size: 0.86rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.08em;
}

.reading-order-stage {
	margin: 0 0 0.6rem;
	color: var(--soft);
	font-size: 0.92rem;
	font-weight: 680;
}

.reading-order-list h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	font-weight: 540;
	line-height: 1.08;
}

.reading-order-list h3 a {
	color: inherit;
	text-decoration: none;
}

.reading-order-list h3 a:hover,
.reading-order-list h3 a:focus-visible {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.2em;
}

.reading-order-author {
	margin: 0.55rem 0 1rem;
	color: var(--order-accent);
}

.reading-order-list li div > p:not([class]) {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.78;
}

.reading-order-note {
	margin: 1rem 0 0;
	padding-left: 1rem;
	border-left: 3px solid color-mix(in srgb, var(--order-accent) 60%, transparent);
	color: var(--soft);
	line-height: 1.65;
}

.reading-order-choices {
	padding-block: clamp(5rem, 9vw, 9rem);
}

.reading-order-choices > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 3rem;
	margin-top: 2rem;
}

.reading-order-choices article {
	padding-block: 1.5rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 15%, transparent);
}

.reading-order-choices h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: 1.35rem;
	font-weight: 560;
}

.reading-order-choices p {
	margin: 0.75rem 0 0;
	color: var(--soft);
	line-height: 1.7;
}

.reading-order-page .series-progress {
	max-width: 76rem;
	margin-inline: auto;
	border: 1px solid color-mix(in srgb, var(--order-accent) 22%, transparent);
	background: var(--order-ground);
	box-shadow: none;
}

.reading-order-sources {
	padding-block: clamp(4rem, 8vw, 7rem);
}

.reading-order-sources summary {
	cursor: pointer;
}

.reading-order-sources summary h2 {
	display: inline;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.reading-order-sources ul {
	display: grid;
	gap: 1.25rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.reading-order-sources li {
	max-width: 48rem;
	padding-top: 1rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 15%, transparent);
}

.reading-order-sources a,
.reading-order-next a {
	color: var(--order-accent);
	font-weight: 680;
}

.reading-order-sources p {
	margin: 0.45rem 0 0;
	color: var(--soft);
	line-height: 1.65;
}

.reading-order-questions {
	max-width: 56rem;
	padding-block: clamp(4rem, 8vw, 7rem);
}

.reading-order-questions details {
	padding-block: 1.3rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.reading-order-questions summary {
	cursor: pointer;
	list-style-position: outside;
}

.reading-order-questions summary h3 {
	display: inline;
	font-family: var(--serif);
	font-size: 1.16rem;
	font-weight: 560;
}

.reading-order-questions details p {
	max-width: 46rem;
	margin: 1rem 0 0;
	color: var(--soft);
	line-height: 1.7;
}

.reading-order-next {
	display: flex;
	max-width: 56rem;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
	padding-top: 2rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.reading-order-next p {
	margin: 0;
	font-family: var(--serif);
	font-size: 1.15rem;
}

@media (max-width: 900px) {
	.reading-order-hero {
		grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.7fr);
		gap: 2rem;
	}
}

@media (max-width: 700px) {
	.reading-order-layout {
		padding-block: 1rem 4rem;
	}

	.reading-order-hero {
		display: block;
		padding-block: 1rem 3.5rem;
	}

	.reading-order-hero-art {
		width: min(58vw, 13rem);
		justify-self: start;
		margin-top: 2rem;
	}

	.reading-order-hero h1 {
		font-size: clamp(2.55rem, 11vw, 3.35rem);
	}

	.reading-order-deck {
		font-size: 1.15rem;
	}

	.reading-order-answer {
		--panel-radius: 1.75rem;
		--panel-frame: 0.75rem;
	}

	.reading-order-answer .editorial-answer-panel__frame {
		padding: 2rem 1.5rem;
	}

	.reading-order-list > li {
		grid-template-columns: 2rem minmax(0, 1fr);
		gap: 1rem;
	}

	.reading-order-list > li.reading-order-step--optional {
		grid-template-columns: 4.5rem minmax(0, 1fr);
	}

	.reading-order-choices > div {
		display: block;
	}

	.reading-order-next {
		display: grid;
		gap: 1rem;
	}
}

/* Books-like production guides are desire finders, not ranked shelves. */
.books-like-guide-page {
	--books-like-accent: var(--blue);
	--books-like-ground: var(--blue-soft);
	--books-like-cost: var(--berry);
	background: var(--canvas);
	overflow-x: clip;
}

.books-like-guide-page--romance {
	--books-like-accent: var(--berry);
	--books-like-ground: var(--coral-soft);
}

.books-like-guide-page--work {
	--books-like-accent: var(--green);
	--books-like-ground: var(--green-soft);
}

.books-like-guide-page--focus {
	--books-like-accent: var(--blue);
	--books-like-ground: var(--blue-soft);
}

.books-like-guide-page--fantasy {
	--books-like-accent: var(--plum);
	--books-like-ground: var(--lavender-soft);
}

.books-like-guide-page--literary {
	--books-like-accent: #3b6151;
	--books-like-ground: #d2e3da;
}

.books-like-guide-page--mystery {
	--books-like-accent: #3d5b75;
	--books-like-ground: #d2e0ed;
}

.books-like-guide__layout {
	padding-block: clamp(1rem, 2.5vw, 2rem) 7rem;
}

.books-like-guide__hero {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(18rem, 4fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
	padding-block: clamp(2rem, 3.5vw, 3.5rem);
}

.books-like-guide__hero-copy {
	min-width: 0;
}

.books-like-guide__hero--text {
	grid-template-columns: minmax(0, 1fr);
	max-width: 68rem;
}

.books-like-guide__hero h1 {
	max-width: 14ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(3.2rem, 5.3vw, 5.8rem);
	font-weight: 520;
	letter-spacing: -0.055em;
	line-height: 0.96;
	text-wrap: balance;
}

.books-like-guide__verdict {
	max-width: 26ch;
	margin: clamp(2rem, 4vw, 3.5rem) 0 0;
	font-family: var(--serif);
	font-size: clamp(1.75rem, 2.6vw, 2.75rem);
	font-weight: 520;
	line-height: 1.16;
	text-wrap: balance;
}

.books-like-guide__intro {
	max-width: 38rem;
	margin: 1.25rem 0 0;
	color: var(--soft);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.7;
	text-wrap: pretty;
}

.books-like-guide__art {
	display: grid;
	width: min(100%, 23rem);
	aspect-ratio: 1;
	place-items: center;
	justify-self: end;
	margin: 0;
	border-radius: 50%;
	background: var(--books-like-ground);
}

.books-like-guide__art img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.books-like-guide__path-nav {
	padding-block: 1.6rem;
	border-block: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
}

.books-like-guide__path-nav ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.books-like-guide__path-nav li {
	min-width: 0;
	padding-inline: 1.4rem;
	border-left: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}

.books-like-guide__path-nav li:first-child {
	padding-left: 0;
	border-left: 0;
}

.books-like-guide__path-nav li:last-child {
	padding-right: 0;
}

.books-like-guide__path-nav a {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-height: 4.5rem;
	color: inherit;
	text-decoration: none;
}

.books-like-guide__path-title {
	font-family: var(--serif);
	font-size: 1.1rem;
	font-weight: 450;
	line-height: 1.35;
}

.books-like-guide__path-note {
	color: var(--soft);
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.45;
}

.books-like-guide__path-nav a:hover .books-like-guide__path-title,
.books-like-guide__path-nav a:focus-visible .books-like-guide__path-title,
.books-like-guide__primary h3 a:hover,
.books-like-guide__primary h3 a:focus-visible,
.books-like-guide__alternate h3 a:hover,
.books-like-guide__alternate h3 a:focus-visible,
.books-like-guide__supporting h3 a:hover,
.books-like-guide__supporting h3 a:focus-visible {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.25em;
}

.books-like-guide__routes {
	max-width: 68rem;
	margin-inline: auto;
	padding-block: clamp(5rem, 9vw, 8rem);
}

.books-like-guide__routes-heading {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(18rem, 3fr);
	gap: 3rem;
	align-items: end;
	padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.books-like-guide__routes-heading h2,
.books-like-guide__supporting > header h2,
.books-like-guide__questions > .editorial-faq__heading h2 {
	max-width: 18ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(2.5rem, 4.5vw, 4.8rem);
	font-weight: 520;
	letter-spacing: -0.04em;
	line-height: 1;
	text-wrap: balance;
}

.books-like-guide__routes-heading p {
	max-width: 34rem;
	margin: 0;
	color: var(--soft);
	font-size: 1.05rem;
	line-height: 1.7;
	text-wrap: pretty;
}

.books-like-guide__route {
	display: grid;
	grid-template-columns: 7.5rem minmax(0, 1fr);
	gap: 2rem;
	align-items: start;
	padding-block: clamp(3.75rem, 6vw, 5.5rem);
	border-top: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
	scroll-margin-top: 2rem;
}

.books-like-guide__route-choices {
	min-width: 0;
}

.books-like-guide__route-choices > header h2 {
	max-width: 30ch;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.2rem, 1.5vw, 1.4rem);
	font-weight: 520;
	letter-spacing: -0.01em;
	line-height: 1.3;
	text-wrap: balance;
}

.books-like-guide__primary {
	min-width: 0;
	margin-top: 1rem;
}

.books-like-guide__cover,
.books-like-guide__supporting-cover {
	align-self: start;
	text-decoration: none;
}

.books-like-guide__cover .book-tile {
	width: 7.5rem;
	height: 10rem;
	border-radius: min(1vw, 0.5rem);
}

.books-like-guide__primary-copy {
	min-width: 0;
}

.books-like-guide__primary h3,
.books-like-guide__alternate h3,
.books-like-guide__supporting h3 {
	margin: 0;
	font-family: var(--serif);
	font-weight: 560;
	line-height: 1.12;
}

.books-like-guide__primary h3 {
	font-size: clamp(1.7rem, 2.3vw, 2.25rem);
	letter-spacing: -0.025em;
}

.books-like-guide__primary h3 a,
.books-like-guide__alternate h3 a,
.books-like-guide__supporting h3 a {
	color: inherit;
	text-decoration: none;
}

.books-like-guide__author {
	margin: 0.55rem 0 1.25rem;
	color: var(--books-like-accent);
	font-size: 0.92rem;
}

.books-like-guide__primary-copy > p:not([class]) {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.72;
	text-wrap: pretty;
}

.books-like-guide__cost {
	margin: 1.35rem 0 0;
	color: var(--soft);
	font-size: 0.96rem;
	line-height: 1.62;
	text-wrap: pretty;
}

.books-like-guide__alternate {
	min-width: 0;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}

.books-like-guide__supporting-cover .book-tile {
	width: 4.5rem;
	height: 6rem;
	border-radius: min(1vw, 0.4rem);
}

.books-like-guide__alternate-copy {
	min-width: 0;
}

.books-like-guide__alternate h3 {
	font-size: 1.08rem;
	font-weight: 520;
}

.books-like-guide__alternate-copy > p {
	margin: 0.45rem 0 0;
	color: var(--soft);
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.55;
	text-wrap: pretty;
}

.books-like-guide__supporting {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(18rem, 4fr);
	gap: clamp(3rem, 7vw, 7rem);
	max-width: 76rem;
	margin-inline: auto;
	padding-block: clamp(4.5rem, 9vw, 8rem);
	border-block: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.books-like-guide__supporting > header p {
	max-width: 34rem;
	margin: 1.5rem 0 0;
	color: var(--soft);
	font-size: 1.02rem;
	line-height: 1.7;
}

.books-like-guide__supporting article {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1fr);
	gap: 1.25rem;
	align-self: end;
}

.books-like-guide__supporting article > div {
	min-width: 0;
}

.books-like-guide__supporting h3 {
	font-size: 1.45rem;
}

.books-like-guide__supporting article p {
	margin: 0.8rem 0 0;
	color: var(--soft);
	font-size: 0.96rem;
	line-height: 1.65;
}

.books-like-guide__questions {
	max-width: 56rem;
	margin: clamp(6rem, 11vw, 10rem) auto 5rem;
}

.books-like-guide__sources {
	max-width: 56rem;
	margin: clamp(5rem, 9vw, 8rem) auto 0;
	padding-block: 1.4rem;
	border-block: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.books-like-guide__sources summary {
	cursor: pointer;
}

.books-like-guide__sources summary h2 {
	display: inline;
	font-family: var(--serif);
	font-size: 1.2rem;
	font-weight: 560;
}

.books-like-guide__sources details > p {
	max-width: 44rem;
	margin: 1.25rem 0 0;
	color: var(--soft);
	font-size: 0.96rem;
	line-height: 1.65;
}

.books-like-guide__sources ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.books-like-guide__sources li {
	min-width: 0;
	padding-top: 1rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}

.books-like-guide__sources li a {
	color: var(--books-like-accent);
	font-weight: 680;
}

.books-like-guide__sources li p {
	margin: 0.65rem 0 0;
	color: var(--soft);
	font-size: 0.9rem;
	line-height: 1.6;
}

.books-like-guide__questions > .editorial-faq__heading {
	margin-bottom: 2rem;
}

.books-like-guide__questions details {
	padding-block: 1.4rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.books-like-guide__questions summary {
	cursor: pointer;
	list-style-position: outside;
}

.books-like-guide__questions summary h3 {
	display: inline;
	font-family: var(--serif);
	font-size: 1.18rem;
	font-weight: 560;
}

.books-like-guide__questions details p {
	max-width: 46rem;
	margin: 1rem 0 0;
	color: var(--soft);
	font-size: 1rem;
	line-height: 1.7;
}

.books-like-guide__next {
	display: flex;
	max-width: 56rem;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
	margin-inline: auto;
	padding-top: 2rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.books-like-guide__next p {
	max-width: 34rem;
	margin: 0;
	font-family: var(--serif);
	font-size: 1.15rem;
	line-height: 1.55;
}

.books-like-guide__next a {
	flex: 0 0 auto;
	color: var(--books-like-accent);
	font-weight: 680;
	text-decoration: none;
}

.books-like-guide__next a:hover,
.books-like-guide__next a:focus-visible {
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 0.25em;
}

@media (max-width: 1000px) {
	.books-like-guide__hero {
		grid-template-columns: minmax(0, 6fr) minmax(15rem, 4fr);
		gap: 2.5rem;
	}

	.books-like-guide__hero--text {
		grid-template-columns: minmax(0, 1fr);
	}

	.books-like-guide__path-nav ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.books-like-guide__path-nav li,
	.books-like-guide__path-nav li:last-child {
		padding: 1rem 1.4rem;
	}

	.books-like-guide__path-nav li:nth-child(odd) {
		padding-left: 0;
		border-left: 0;
	}

	.books-like-guide__path-nav li:nth-child(even) {
		padding-right: 0;
	}

	.books-like-guide__path-nav li:nth-child(n + 3) {
		border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
	}

	.books-like-guide__route {
		grid-template-columns: 7.5rem minmax(0, 1fr);
	}
}

@media (max-width: 700px) {
	.books-like-guide__layout {
		padding-block: 1rem 4rem;
	}

	.books-like-guide__hero {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 7.5rem;
		gap: 1.25rem;
		min-height: 0;
		padding-block: 1.25rem 3rem;
	}

	.books-like-guide__hero--text {
		grid-template-columns: minmax(0, 1fr);
	}

	.books-like-guide__hero--text .books-like-guide__verdict {
		grid-column: 1;
		max-width: 30ch;
	}

	.books-like-guide__hero-copy {
		display: contents;
	}

	.books-like-guide__hero h1 {
		grid-column: 1 / -1;
		font-size: clamp(2.65rem, 12vw, 3.65rem);
	}

	.books-like-guide__verdict {
		grid-column: 1;
		margin-top: 1.25rem;
		font-size: 1.55rem;
	}

	.books-like-guide__intro {
		display: none;
	}

	.books-like-guide__art {
		grid-column: 2;
		grid-row: 2;
		width: 7.5rem;
		align-self: start;
	}

	.books-like-guide__path-nav li,
	.books-like-guide__path-nav li:last-child {
		padding: 1rem 0.75rem;
	}

	.books-like-guide__path-nav li:nth-child(odd) {
		padding-left: 0;
		border-left: 0;
	}

	.books-like-guide__path-nav li:nth-child(even) {
		padding-right: 0;
		border-left: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
	}

	.books-like-guide__path-nav a {
		min-height: 3.75rem;
	}

	.books-like-guide__path-title {
		font-size: 1rem;
	}

	.books-like-guide__path-note {
		font-size: 0.9rem;
	}

	.books-like-guide__routes-heading,
	.books-like-guide__supporting {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	.books-like-guide__routes-heading {
		padding-bottom: 3rem;
	}

	.books-like-guide__routes-heading p,
	.books-like-guide__supporting > header p,
	.books-like-guide__primary-copy > p:not([class]),
	.books-like-guide__cost,
	.books-like-guide__alternate-copy > p:last-child,
	.books-like-guide__supporting article p,
	.books-like-guide__questions details p {
		font-size: 1rem;
	}

	.books-like-guide__route {
		grid-template-columns: 6.25rem minmax(0, 1fr);
		gap: 1.25rem;
		padding-block: 3.5rem;
	}

	.books-like-guide__route-choices > header h2 {
		max-width: 24ch;
		font-size: 1.2rem;
	}

	.books-like-guide__cover .book-tile {
		width: 6.25rem;
		height: 8.4rem;
	}

	.books-like-guide__primary h3 {
		font-size: 1.65rem;
	}

	.books-like-guide__alternate {
		margin-top: 1.5rem;
		padding-top: 1.25rem;
	}

	.books-like-guide__supporting {
		padding-block: 4.5rem;
	}

	.books-like-guide__sources ul {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	.books-like-guide__next {
		display: grid;
		gap: 1rem;
	}
}
