@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT,WONK@9..144,500..900,35..100,0..1&family=Hanken+Grotesk:wght@400;550;650;750;850;900&family=Spline+Sans+Mono:wght@500;650;700&display=swap');

:root {
	color-scheme: light;
	--ink: #111a2f;
	--muted: #687083;
	--soft: #8a7866;
	--line: #ded2bf;
	--paper: #fffaf1;
	--paper-deep: #f5ead9;
	--panel: #fffdf8;
	--green: #155743;
	--green-soft: #e9f3ec;
	--coral: #bf6648;
	--coral-soft: #fae9e1;
	--gold: #bd8732;
	--gold-soft: #fff1cc;
	--lavender: #7560a8;
	--lavender-soft: #f0eafd;
	--blue: #315f80;
	--blue-soft: #e9f3fa;
	--pastel-blue: #eaf2ff;
	--pastel-rose: #fdebed;
	--pastel-butter: #fff6c9;
	--pastel-mint: #e8f7ed;
	--pastel-peach: #fdeadd;
	--pastel-lilac: #f2e7fb;
	--pastel-cyan: #dcf7fb;
	--pastel-pink: #fde8f2;
	--tomato: #9f2f25;
	--tomato-soft: #fae2dc;
	--marigold: #e5a923;
	--marigold-soft: #ffe9a6;
	--oxford: #183f62;
	--plum: #5b3b76;
	--shadow: 0 18px 50px rgba(38, 28, 18, 0.1);
	--serif: Fraunces, Georgia, 'Times New Roman', serif;
	--sans:
		'Hanken Grotesk', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
		sans-serif;
	--mono: 'Spline Sans Mono', 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
	font-family: var(--sans);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 84% 8%, rgba(156, 197, 222, 0.28), transparent 34%),
		radial-gradient(circle at 4% 76%, rgba(178, 70, 52, 0.08), transparent 26%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent 34%),
		linear-gradient(180deg, var(--paper), var(--paper-deep));
	color: var(--ink);
	overflow-x: hidden;
}

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

button,
input,
textarea {
	font: inherit;
}

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

.shell {
	width: min(1280px, calc(100% - 64px));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 250, 241, 0.86);
	border-bottom: 1px solid rgba(91, 75, 55, 0.16);
	backdrop-filter: blur(16px);
}

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

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--ink);
	font-family: var(--serif);
	font-size: 28px;
	font-weight: 850;
}

.brand em {
	margin-left: 4px;
	color: var(--tomato);
	font-family: var(--mono);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	vertical-align: 0.25em;
}

.brand-mark {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(3, 3, 2, 0.16);
	border-radius: 12px;
	background: linear-gradient(135deg, #195842, #0e2f26);
	color: #fffdf8;
	box-shadow: 0 10px 24px rgba(14, 61, 47, 0.18);
	font-family: var(--serif);
	font-size: 27px;
	font-weight: 900;
}

.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
	color: #415066;
	font-size: 14px;
	font-weight: 650;
}

.nav-links a {
	border-radius: 8px;
	padding: 9px 11px;
}

.nav-links a:hover {
	background: rgba(31, 111, 88, 0.09);
	color: var(--ink);
}

.nav-links .nav-cta {
	margin-left: 18px;
	border: 1px solid rgba(116, 31, 24, 0.18);
	border-radius: 8px;
	background: linear-gradient(135deg, var(--tomato), #6e1d18);
	padding: 12px 21px;
	color: #fffdf8;
	box-shadow: 0 10px 24px rgba(14, 61, 47, 0.16);
}

.nav-links .nav-cta:hover {
	background: linear-gradient(135deg, #b13a2e, #6e1d18);
	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: 850;
	font-variation-settings:
		'SOFT' 75,
		'WONK' 0,
		'opsz' 96;
}

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;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--green);
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.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: 34px;
	padding: 7px 10px;
	background: rgba(255, 253, 248, 0.86);
}

.scrapbook-hero {
	display: grid;
	grid-template-areas:
		'copy board'
		'features features';
	grid-template-columns: minmax(500px, 0.9fr) minmax(0, 1.1fr);
	gap: 34px 38px;
	align-items: center;
	justify-items: stretch;
	min-height: auto;
	overflow: visible;
	padding: 56px 0 38px;
}

.scrapbook-hero .hero-copy {
	grid-area: copy;
	justify-items: start;
	width: 100%;
	text-align: left;
}

.scrapbook-hero .hero-copy h1 {
	max-width: 650px;
	margin-bottom: 22px;
	font-size: clamp(70px, 7vw, 112px);
	line-height: 0.92;
}

.scrapbook-hero .hero-copy h1 span {
	display: inline;
	margin-right: 0.08em;
	color: var(--tomato);
	font-style: italic;
	font-weight: 720;
	font-variation-settings:
		'SOFT' 100,
		'WONK' 1,
		'opsz' 120;
}

.scrapbook-hero .hero-lede {
	max-width: 570px;
	margin: 0;
	color: #39465d;
	font-size: 18px;
}

.scrapbook-hero .search-box {
	width: min(565px, 100%);
	margin-top: 26px;
	margin-right: 0;
	margin-left: 0;
	border-color: rgba(91, 75, 55, 0.18);
	background: rgba(255, 253, 248, 0.94);
	box-shadow: 0 16px 34px rgba(38, 28, 18, 0.14);
}

.scrapbook-hero .button {
	background: linear-gradient(135deg, var(--tomato), #6e1d18);
	box-shadow: 0 12px 20px rgba(116, 31, 24, 0.18);
}

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

.hero-actions .button.secondary {
	background: rgba(255, 253, 248, 0.82);
	color: var(--ink);
	box-shadow: none;
}

.scrapbook-hero .try-row {
	justify-content: flex-start;
	max-width: 600px;
}

.scrapbook-hero .chip {
	background: rgba(255, 253, 248, 0.74);
}

.scrapbook-board {
	position: relative;
	grid-area: board;
	width: 100%;
	min-height: 660px;
	isolation: isolate;
}

.scrapbook-props {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 28px 36px rgba(38, 28, 18, 0.08));
	pointer-events: none;
}

.collage-card,
.collage-book {
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(91, 75, 55, 0.14);
	box-shadow: 0 20px 38px rgba(38, 28, 18, 0.16);
}

.collage-card {
	border-radius: 8px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(247, 235, 213, 0.28)), #fff8eb;
	padding: 22px;
	color: var(--ink);
}

.collage-card::after,
.collage-book::after {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background-image: radial-gradient(rgba(91, 75, 55, 0.08) 0.6px, transparent 0.6px);
	background-size: 8px 8px;
	content: '';
	opacity: 0.18;
	pointer-events: none;
}

.quote-card {
	top: 170px;
	left: 10px;
	width: 250px;
	min-height: 170px;
	transform: rotate(-7deg);
}

.quote-mark {
	display: block;
	margin-bottom: 12px;
	color: #222b3d;
	font-family: var(--serif);
	font-size: 34px;
	line-height: 0.6;
}

.quote-card p {
	margin: 0 0 15px;
	font-family: var(--serif);
	font-size: 22px;
	line-height: 1.28;
}

.quote-card small,
.collage-card small,
.collage-book small {
	position: relative;
	z-index: 1;
	color: #445064;
	font-size: 12px;
	font-weight: 780;
	letter-spacing: 0;
	text-transform: none;
}

.picks-card {
	top: 30px;
	left: 235px;
	width: 238px;
	transform: rotate(-2deg);
}

.picks-card strong,
.because-card strong,
.sticky-card strong {
	position: relative;
	z-index: 1;
	display: block;
	font-family: var(--serif);
	font-size: 23px;
	line-height: 1.1;
}

.picks-card p,
.because-card p,
.sticky-card p {
	position: relative;
	z-index: 1;
	color: #3f4858;
}

.picks-card ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	color: #3f4858;
	font-size: 13px;
}

.picks-card li::before {
	margin-right: 8px;
	color: var(--green);
	content: '•';
	font-size: 18px;
	line-height: 0;
}

.collage-book {
	display: grid;
	align-content: end;
	border-radius: 8px;
	padding: 24px;
	color: #fff7e6;
	font-family: var(--serif);
	overflow: hidden;
}

.collage-book strong,
.collage-book span,
.collage-book small {
	position: relative;
	z-index: 1;
	display: block;
}

.collage-book strong {
	font-size: 38px;
	line-height: 0.95;
}

.collage-book span {
	margin-top: 42px;
	font-size: 15px;
}

.atomic-book {
	top: 320px;
	left: 220px;
	width: 220px;
	height: 300px;
	background:
		radial-gradient(circle at 50% 46%, rgba(244, 207, 130, 0.72) 0 2px, transparent 3px 100%),
		linear-gradient(145deg, #17243a, #0f1828);
	background-size:
		20px 20px,
		auto;
	transform: rotate(-3deg);
}

.tiny-book {
	top: 42px;
	right: 12px;
	width: 184px;
	height: 260px;
	background:
		radial-gradient(circle at 48% 44%, rgba(255, 246, 225, 0.58) 0 2px, transparent 3px 100%),
		linear-gradient(145deg, #9bbbd2, #6f9cbc);
	background-size:
		17px 17px,
		auto;
	color: #162033;
	transform: rotate(-4deg);
}

.tiny-book strong {
	font-size: 34px;
}

.because-card {
	right: 42px;
	top: 310px;
	width: 250px;
	min-height: 210px;
	transform: rotate(6deg);
}

.because-card p {
	margin: 25px 0 6px;
	font-family: var(--serif);
	font-size: 22px;
	line-height: 1.1;
}

.sticky-card {
	right: 0;
	bottom: 20px;
	z-index: 3;
	width: 260px;
	min-height: 165px;
	background: #f7d960;
	transform: rotate(4deg);
}

.sticky-card p {
	margin: 30px 0 0;
	max-width: 175px;
	font-size: 13px;
	line-height: 1.45;
}

.collage-coffee {
	position: absolute;
	right: -20px;
	bottom: 0;
	z-index: 2;
	width: 132px;
	height: 132px;
	border: 12px solid #fff8eb;
	border-radius: 50%;
	background: #1f6f58;
	box-shadow:
		0 18px 34px rgba(38, 28, 18, 0.2),
		inset 0 0 0 9px rgba(255, 255, 255, 0.22);
	transform: rotate(-8deg);
}

.collage-coffee::before {
	position: absolute;
	inset: 22px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, rgba(255, 248, 229, 0.18), transparent 0 22%), #2a1b14;
	content: '';
	box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.1);
}

.collage-coffee::after {
	position: absolute;
	right: -34px;
	top: 38px;
	width: 46px;
	height: 54px;
	border: 12px solid #1f6f58;
	border-left: 0;
	border-radius: 0 999px 999px 0;
	content: '';
	box-shadow: 0 12px 24px rgba(38, 28, 18, 0.12);
}

.editorial-hero .hero-actions {
	margin-top: 30px;
}

.editorial-hero .button {
	border: 1px solid rgba(3, 3, 2, 0.88);
	border-radius: 12px;
	background: #101112;
	box-shadow: 0 16px 34px rgba(3, 3, 2, 0.16);
}

.editorial-hero .button.secondary {
	border-color: rgba(3, 3, 2, 0.5);
	background: rgba(255, 253, 248, 0.72);
	color: #101112;
	box-shadow: none;
}

.hero-proof-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	width: min(640px, 100%);
	margin-top: 34px;
	color: #3c4657;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.25;
}

.hero-proof-row span {
	display: grid;
	gap: 4px;
	min-height: 46px;
	border-left: 1px solid rgba(91, 75, 55, 0.18);
	padding: 3px 18px 3px 20px;
}

.hero-proof-row span:first-child {
	border-left: 0;
	padding-left: 0;
}

.hero-proof-row strong {
	display: block;
	color: #171c26;
	font-size: 14px;
	line-height: 1.15;
}

.hero-proof-row small {
	display: block;
	color: #5f6a7b;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.35;
}

.paper-scraps {
	position: absolute;
	top: 94px;
	left: 28px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: min(430px, 72%);
}

.paper-scraps a {
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 3px;
	background: rgba(248, 236, 214, 0.92);
	padding: 8px 15px;
	color: #1d2431;
	font-family: var(--serif);
	font-size: 17px;
	box-shadow: 0 8px 18px rgba(38, 28, 18, 0.12);
}

.paper-scraps a:nth-child(1) {
	background: rgba(218, 209, 237, 0.94);
	transform: rotate(-5deg);
}

.paper-scraps a:nth-child(2) {
	background: rgba(209, 229, 214, 0.94);
	transform: rotate(4deg);
}

.paper-scraps a:nth-child(3) {
	background: rgba(247, 230, 201, 0.94);
	transform: rotate(-3deg);
}

.paper-scraps a:nth-child(4) {
	background: rgba(236, 199, 190, 0.94);
	transform: rotate(5deg);
}

.reader-note-card,
.reading-list-card {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(91, 75, 55, 0.16);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(247, 235, 213, 0.32)), #fff8ec;
	box-shadow: 0 20px 40px rgba(38, 28, 18, 0.16);
}

.reader-note-card {
	bottom: 96px;
	left: 0;
	width: 230px;
	border-radius: 8px;
	padding: 23px 25px;
	font-family: var(--serif);
	transform: rotate(-5deg);
}

.reader-note-card span,
.reader-note-card strong,
.reader-note-card small {
	display: block;
}

.reader-note-card span {
	margin-bottom: 3px;
	color: #29313f;
	font-size: 22px;
	font-weight: 560;
}

.reader-note-card strong {
	color: var(--tomato);
	font-size: 25px;
	line-height: 1.05;
}

.reader-note-card small {
	margin-top: 10px;
	color: #526071;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.reading-list-card {
	right: 28px;
	top: 84px;
	width: 240px;
	border-radius: 10px;
	padding: 22px 24px;
	transform: rotate(5deg);
}

.reading-list-card strong {
	display: block;
	margin-bottom: 14px;
	font-family: var(--serif);
	font-size: 25px;
	line-height: 1;
}

.reading-list-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #3f4a5d;
	font-size: 13px;
	font-weight: 700;
}

.reading-list-card li {
	display: grid;
	grid-template-columns: 14px 1fr;
	gap: 9px;
	align-items: start;
}

.reading-list-card li::before {
	width: 12px;
	height: 12px;
	margin-top: 4px;
	border: 1.5px solid #1d2431;
	border-radius: 50%;
	content: '';
}

.reading-list-card li:nth-child(1)::before,
.reading-list-card li:nth-child(2)::before {
	background: var(--green);
	box-shadow: inset 0 0 0 3px #fff8ec;
}

.archive-stamp {
	position: absolute;
	right: 0;
	bottom: 80px;
	z-index: 2;
	width: 138px;
	height: 138px;
	display: grid;
	place-items: center;
	border: 2px solid rgba(17, 26, 47, 0.48);
	border-radius: 50%;
	color: rgba(17, 26, 47, 0.76);
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.18;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-9deg);
}

.archive-stamp::before {
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(17, 26, 47, 0.34);
	border-radius: inherit;
	content: '';
}

.editorial-hero.shell {
	width: min(1720px, calc(100% - 32px));
}

.editorial-hero {
	position: relative;
	grid-template-areas:
		'copy space'
		'features features';
	grid-template-columns: minmax(500px, 0.46fr) minmax(0, 0.54fr);
	grid-template-rows: minmax(650px, 1fr) auto;
	gap: 0;
	min-height: clamp(760px, calc(100svh - 96px), 900px);
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.15);
	border-radius: 28px;
	background: #f8f2e7;
	padding: 0;
	box-shadow: 0 32px 80px rgba(38, 28, 18, 0.14);
}

.editorial-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(
			90deg,
			rgba(255, 250, 241, 0.98) 0%,
			rgba(255, 250, 241, 0.94) 33%,
			rgba(255, 250, 241, 0.56) 50%,
			rgba(255, 250, 241, 0.12) 66%,
			rgba(255, 250, 241, 0) 78%
		),
		linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 42%);
	content: '';
	pointer-events: none;
}

.editorial-hero .hero-copy {
	z-index: 3;
	grid-area: copy;
	align-self: center;
	justify-items: start;
	width: min(560px, calc(100% - 64px));
	margin-left: clamp(30px, 4.2vw, 72px);
	text-align: left;
}

.editorial-hero .hero-copy h1 {
	max-width: 650px;
	margin-bottom: 22px;
	color: #0e1118;
	font-size: clamp(52px, 5.25vw, 96px);
	line-height: 0.98;
	text-wrap: balance;
	font-variation-settings:
		'SOFT' 70,
		'WONK' 0,
		'opsz' 144;
}

.editorial-hero .hero-copy h1 span {
	position: relative;
	display: inline;
	width: auto;
	background: linear-gradient(rgba(98, 107, 203, 0.36), rgba(98, 107, 203, 0.36)) 0 0.93em / 100% 0.14em
		no-repeat;
	color: #0e1118;
	font-style: normal;
	font-weight: 760;
	padding-right: 0.03em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.editorial-hero .hero-lede {
	max-width: 500px;
	color: #465164;
	font-size: 19px;
	line-height: 1.45;
}

.editorial-board {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	min-height: 0;
	margin: 0;
	overflow: hidden;
}

.hero-paper-scene {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	object-position: center center;
	filter: none;
	pointer-events: none;
}

.paper-scraps {
	top: clamp(92px, 12vh, 126px);
	left: clamp(660px, 53vw, 1000px);
	z-index: 2;
	width: min(480px, 34vw);
}

.reading-list-card {
	top: 188px;
	right: clamp(46px, 5.2vw, 104px);
	z-index: 3;
}

.reader-note-card {
	bottom: 168px;
	left: 44%;
	z-index: 3;
	opacity: 0.94;
}

.archive-stamp {
	right: clamp(36px, 5vw, 84px);
	bottom: 104px;
	z-index: 3;
}

.hero-contrast-strip {
	grid-area: features;
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 clamp(28px, 4vw, 62px) clamp(24px, 4vw, 48px);
	overflow: hidden;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 18px;
	background: rgba(255, 253, 248, 0.84);
	box-shadow: 0 18px 48px rgba(38, 28, 18, 0.12);
	backdrop-filter: blur(14px);
}

.hero-contrast-strip article {
	display: grid;
	gap: 5px;
	align-items: start;
	min-height: 106px;
	padding: 20px 24px;
}

.hero-contrast-strip article + article {
	border-left: 1px solid rgba(91, 75, 55, 0.14);
}

.hero-contrast-strip small {
	color: var(--tomato);
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.hero-contrast-strip strong {
	display: block;
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 800;
}

.hero-contrast-strip span {
	margin: 4px 0 0;
	color: #4e5b70;
	font-size: 14px;
	line-height: 1.45;
}

.hero-lede,
.page-hero p {
	max-width: 720px;
	color: #435066;
	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: 8px;
	padding: 12px 17px;
	background: #111a2c;
	color: #fffdf8;
	font-weight: 850;
	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,
.path-card: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: #415066;
	font-size: 13px;
}

.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;
	text-transform: uppercase;
}

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

.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;
}

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

.spine-shelf {
	grid-template-columns: repeat(6, minmax(140px, 1fr));
	align-items: stretch;
	padding: 8px 0 16px;
}

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

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

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

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

.path-card,
.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;
}

.path-card {
	position: relative;
	display: grid;
	align-content: space-between;
	min-height: 286px;
	overflow: hidden;
	padding: 22px 18px;
	transform-origin: bottom center;
}

.path-card::before {
	position: absolute;
	inset: 14px auto 14px 11px;
	width: 3px;
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.52);
	content: '';
}

.path-card:nth-child(6n + 1) {
	background: linear-gradient(180deg, #104936, #dff0e7);
	color: #fffdf8;
	transform: rotate(-1.2deg);
}

.path-card:nth-child(6n + 2) {
	background: linear-gradient(180deg, #8f2b24, #f4b9aa);
	color: #fffdf8;
	transform: rotate(0.8deg);
}

.path-card:nth-child(6n + 3) {
	background: linear-gradient(180deg, #1c4f77, #c9d9ec);
	color: #fffdf8;
	transform: rotate(-0.5deg);
}

.path-card:nth-child(6n + 4) {
	background: linear-gradient(180deg, #5b3b76, #eadff8);
	color: #fffdf8;
	transform: rotate(1deg);
}

.path-card:nth-child(6n + 5) {
	background: linear-gradient(180deg, #a06d12, #ffe7a0);
	color: #241a0c;
	transform: rotate(-0.8deg);
}

.path-card:nth-child(6n) {
	background: linear-gradient(180deg, #1f2b3d, #d8dde7);
	color: #fffdf8;
	transform: rotate(0.6deg);
}

.path-card small,
.card small,
.question-card small {
	display: block;
	margin-bottom: 10px;
	color: var(--green);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.path-card small,
.path-card span {
	position: relative;
	z-index: 1;
	color: currentColor;
	font-family: var(--mono);
}

.path-card h3 {
	position: relative;
	z-index: 1;
	font-size: 25px;
}

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

.path-card p {
	position: relative;
	z-index: 1;
	color: color-mix(in srgb, currentColor 82%, #fffdf8);
	font-weight: 650;
}

.question-card span,
.collection-card span {
	color: var(--green);
	font-size: 13px;
	font-weight: 850;
}

.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(--mono);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.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: #4b586d;
	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;
	text-transform: uppercase;
}

.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;
}

.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;
	text-transform: uppercase;
}

.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: 32px;
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.72);
	padding: 8px 11px;
	color: #415066;
	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(4, minmax(0, 1fr));
	gap: 10px;
}

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

.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: #64748b;
}

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

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

.suggestion-copy strong {
	margin-bottom: 4px;
	color: #161f31;
	font-size: 15px;
}

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

.suggestion-cover {
	justify-self: end;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	box-shadow: 0 10px 18px rgba(24, 32, 47, 0.16);
}

.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;
	text-transform: uppercase;
}

.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;
	text-transform: uppercase;
}

.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 13px;
	color: #fffdf8;
	font-size: 13px;
	font-weight: 850;
}

.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: 1px solid rgba(24, 32, 47, 0.24);
	border-radius: 6px;
	background:
		linear-gradient(135deg, var(--tile-a), color-mix(in srgb, var(--tile-b), var(--tile-a) 24%)),
		var(--tile-a);
	color: var(--tile-c);
	box-shadow: 0 10px 18px rgba(24, 32, 47, 0.18);
}

.book-tile::before {
	position: absolute;
	inset: 9px 0 9px 13px;
	width: 1px;
	background: color-mix(in srgb, var(--tile-c) 45%, transparent);
	content: '';
}

.book-tile span {
	position: relative;
	padding: 8px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.05;
}

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

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

.page-hero {
	margin: 0 calc(50% - 50vw);
	padding: 54px calc(50vw - 50%) 34px;
	border-bottom: 1px solid rgba(91, 75, 55, 0.16);
	background: rgba(255, 253, 248, 0.62);
}

.page-hero h1 {
	max-width: 900px;
	font-size: 62px;
	line-height: 1;
}

.search-hero {
	padding-top: 60px;
}

.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 > *,
.report-card-grid > *,
.list-guide-panel > *,
.book-report-panel > * {
	min-width: 0;
}

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

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

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

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

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

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

.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 h2 {
	margin-bottom: 4px;
	font-family: var(--serif);
	font-size: 25px;
}

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

.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,
.report-toolbar small,
.decider-panel small,
.shortcut-grid small {
	display: block;
	color: var(--tomato);
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.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;
}

.list-guide-panel,
.book-report-panel {
	display: grid;
	gap: 18px;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background:
		radial-gradient(circle at 96% 5%, rgba(242, 206, 86, 0.16), transparent 28%), rgba(255, 253, 248, 0.86);
	padding: 24px;
	box-shadow: var(--shadow);
}

.list-guide-intro {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

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

.list-guide-intro p {
	margin: 0;
	color: #344056;
	font-family: var(--serif);
	font-size: 24px;
	line-height: 1.28;
}

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

.stage-row {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.8);
	padding: 12px;
}

.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;
}

.stage-row strong {
	font-size: 14px;
}

.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: #4b586d;
}

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

.synthesis-grid article,
.critique-panel,
.apply-grid article,
.report-gist,
.report-axes,
.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: #4b586d;
}

.thinking-panel {
	display: grid;
	gap: 10px;
	background: linear-gradient(135deg, rgba(255, 246, 201, 0.82), rgba(255, 253, 248, 0.86));
}

.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: #344056;
}

.book-report-panel {
	background:
		radial-gradient(circle at 86% 12%, rgba(117, 96, 168, 0.12), transparent 26%),
		linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(233, 243, 236, 0.68));
}

.report-card-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 116px;
	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: #344056;
	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-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.76);
	padding: 12px;
}

.report-toolbar strong {
	display: block;
	margin-top: 2px;
	font-family: var(--serif);
	font-size: 19px;
}

.segmented-control {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	border: 1px solid rgba(91, 75, 55, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.82);
	padding: 4px;
}

.segmented-control button {
	min-height: 36px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	padding: 8px 12px;
	color: var(--ink);
	font-weight: 850;
	cursor: pointer;
}

.segmented-control button.is-active {
	background: var(--ink);
	color: #fffdf8;
}

.book-report-panel[data-mode='quick'] [data-depth-section],
.book-report-panel[data-mode='five'] [data-depth-section='deep'] {
	display: none;
}

.book-report-panel[data-mode='quick'] .report-card-grid {
	grid-template-columns: 1fr;
}

.report-card-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
	gap: 14px;
}

.report-gist p {
	color: #344056;
	font-size: 17px;
	overflow-wrap: anywhere;
}

.read-skip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.read-skip-grid div {
	border: 1px solid rgba(91, 75, 55, 0.12);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.72);
	padding: 12px;
}

.read-skip-grid small {
	display: block;
	margin-bottom: 6px;
	color: var(--green);
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
}

.read-skip-grid span {
	color: #3f4b60;
	font-size: 13px;
	line-height: 1.45;
}

.report-axes {
	display: grid;
	gap: 12px;
}

.report-axis {
	display: grid;
	gap: 6px;
}

.report-axis div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 13px;
}

.report-axis span {
	color: var(--green);
	font-weight: 900;
}

.report-axis i {
	position: relative;
	display: block;
	height: 9px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(91, 75, 55, 0.12);
}

.report-axis b {
	display: block;
	width: calc((var(--score) / 5) * 100%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #1f6f58, #f2ce56);
}

.report-axis small {
	color: var(--muted);
	font-size: 12px;
}

.critique-panel {
	background: var(--pastel-rose);
}

.apply-grid {
	display: grid;
	grid-template-columns: 0.85fr repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

.apply-grid > div {
	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);
}

.decider-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 18px;
	align-items: stretch;
	margin-bottom: 18px;
	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.055);
}

.decider-panel h2 {
	font-size: 30px;
}

.decider-card {
	display: grid;
	gap: 12px;
	border: 1px solid rgba(91, 75, 55, 0.14);
	border-radius: 8px;
	background: linear-gradient(135deg, var(--pastel-blue), rgba(255, 253, 248, 0.88));
	padding: 16px;
}

.decider-choice-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.decider-choice-row span {
	min-width: 140px;
	color: #445169;
	font-weight: 850;
}

.mini-button.is-active {
	border-color: rgba(21, 87, 67, 0.42);
	background: var(--green);
	color: #fffdf8;
}

.decider-result {
	display: block;
	border-top: 1px solid rgba(91, 75, 55, 0.14);
	padding-top: 12px;
	color: var(--ink);
	font-family: var(--serif);
	font-size: 21px;
	font-weight: 760;
	line-height: 1.3;
}

.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: 40px;
	border: 1px solid var(--line);
	border-radius: 8px;
	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);
}

.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(--mono);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.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(--mono);
}

.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;
}

.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);
}

.result-type {
	display: block;
	margin-bottom: 8px;
	color: var(--green);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.notice {
	border-color: rgba(189, 135, 50, 0.38);
	background: var(--gold-soft);
	padding: 18px;
	color: #6f4f18;
}

.notice p {
	color: #6f4f18;
}

.footer {
	margin-top: 52px;
	border-top: 1px solid rgba(91, 75, 55, 0.16);
	padding: 30px 0 42px;
	color: var(--muted);
}

.footer-inner {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 24px;
}

.footer strong {
	color: var(--ink);
}

.footer p {
	max-width: 560px;
	margin: 8px 0 0;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
	font-size: 14px;
}

@media (max-width: 980px) {
	h1 {
		font-size: 54px;
	}

	.home-hero,
	.hero-preview,
	.page-hero-grid,
	.book-hero-grid,
	.search-layout,
	.browse-grid,
	.demo-panel,
	.question-showcase,
	.suggestion-lab-grid,
	.comparison-panel,
	.letter-page-grid,
	.list-guide-intro,
	.report-card-grid,
	.apply-grid,
	.decider-panel,
	.letter-panel,
	.how-grid {
		grid-template-columns: 1fr;
	}

	.spine-shelf,
	.curiosity-grid,
	.comparison-grid,
	.shortcut-grid,
	.letter-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.path-grid,
	.grid,
	.report-grid,
	.collection-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));
	}

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

	.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;
	}

	.scrapbook-hero {
		grid-template-areas:
			'copy'
			'board'
			'features';
		grid-template-columns: 1fr;
		gap: 28px;
		overflow: hidden;
	}

	.scrapbook-hero .hero-copy {
		justify-items: center;
		text-align: center;
	}

	.scrapbook-hero .hero-lede {
		margin: 0 auto;
	}

	.scrapbook-hero .try-row {
		justify-content: center;
	}

	.scrapbook-board {
		justify-self: center;
		width: min(680px, 100%);
		min-height: 560px;
	}

	.editorial-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 54px;
	}

	.editorial-hero .hero-copy {
		max-width: 760px;
		justify-self: center;
	}

	.editorial-hero .hero-copy h1 {
		max-width: 720px;
		font-size: clamp(60px, 10vw, 92px);
		text-align: center;
	}

	.editorial-hero .hero-copy h1 span {
		margin-right: auto;
		margin-left: auto;
	}

	.editorial-hero .hero-lede {
		max-width: 600px;
		text-align: center;
	}

	.editorial-board {
		width: min(780px, 100%);
		min-height: 520px;
		margin-right: 0;
	}

	.hero-paper-scene {
		inset: -30px -44px -16px -76px;
		width: calc(100% + 120px);
		height: calc(100% + 46px);
		object-position: 64% center;
	}

	.paper-scraps {
		top: 66px;
		left: 20px;
	}

	.reading-list-card {
		right: 0;
	}

	.archive-stamp {
		right: 0;
		bottom: 54px;
	}

	.quote-card {
		left: 6%;
	}

	.picks-card {
		left: 30%;
	}

	.atomic-book {
		left: 31%;
	}

	.tiny-book {
		right: 7%;
	}

	.because-card {
		right: 9%;
	}

	.sticky-card {
		right: 20%;
	}

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

	.hero-contrast-strip article:nth-child(3) {
		border-left: 0;
	}

	.hero-contrast-strip article:nth-child(n + 3) {
		border-top: 1px solid rgba(91, 75, 55, 0.14);
	}
}

@media (max-width: 720px) {
	.shell {
		width: min(calc(100% - 24px), 1180px);
	}

	.nav {
		align-items: center;
		flex-direction: row;
		min-height: 68px;
		padding: 10px 0;
	}

	.brand {
		min-width: 0;
		gap: 9px;
		font-size: 22px;
	}

	.brand-mark {
		width: 38px;
		height: 38px;
		font-size: 24px;
	}

	.brand span:last-child {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nav-links {
		display: none;
	}

	h1,
	.page-hero h1 {
		font-size: 38px;
		line-height: 1.02;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	h2 {
		font-size: 31px;
	}

	.home-hero {
		padding-top: 44px;
	}

	.scrapbook-hero {
		padding-top: 34px;
	}

	.scrapbook-hero .hero-copy {
		width: min(100%, 342px);
		justify-items: stretch;
		text-align: left;
	}

	.scrapbook-hero .eyebrow {
		max-width: 290px;
		font-size: 11px;
		line-height: 1.35;
	}

	.scrapbook-hero .hero-copy h1 {
		max-width: 330px;
		font-size: 40px;
		line-height: 0.98;
	}

	.scrapbook-hero .hero-lede {
		max-width: 330px;
		margin: 0;
		font-size: 17px;
	}

	.scrapbook-hero .search-box,
	.scrapbook-hero .try-row {
		width: 100%;
		max-width: 330px;
	}

	.scrapbook-hero .try-row {
		justify-content: flex-start;
	}

	.scrapbook-board {
		width: 100%;
		min-height: 470px;
	}

	.editorial-hero {
		gap: 24px;
		padding-top: 34px;
	}

	.editorial-hero .hero-copy {
		width: min(100%, 342px);
		justify-items: stretch;
		text-align: left;
	}

	.editorial-hero .hero-copy h1 {
		max-width: 342px;
		font-size: 48px;
		line-height: 1;
		text-align: left;
	}

	.editorial-hero .hero-copy h1 span {
		margin-left: 0;
	}

	.editorial-hero .hero-lede {
		max-width: 330px;
		font-size: 18px;
		text-align: left;
	}

	.editorial-hero .hero-actions {
		width: 100%;
		max-width: 330px;
	}

	.hero-proof-row {
		grid-template-columns: 1fr;
		width: min(330px, 100%);
		margin-top: 24px;
	}

	.hero-proof-row span,
	.hero-proof-row span:first-child {
		min-height: auto;
		border-top: 1px solid rgba(91, 75, 55, 0.18);
		border-left: 0;
		padding: 11px 0;
	}

	.hero-proof-row span:first-child {
		border-top: 0;
	}

	.editorial-board {
		min-height: 380px;
		margin-right: 0;
	}

	.hero-paper-scene {
		inset: -6px -92px -8px -118px;
		width: calc(100% + 210px);
		height: calc(100% + 14px);
		border-radius: 18px;
		object-position: 70% center;
	}

	.paper-scraps {
		top: 18px;
		left: 6px;
		width: 260px;
		gap: 8px;
	}

	.paper-scraps a {
		padding: 6px 10px;
		font-size: 13px;
	}

	.reader-note-card {
		bottom: 30px;
		left: 2px;
		width: 172px;
		padding: 16px 17px;
	}

	.reader-note-card span {
		font-size: 17px;
	}

	.reader-note-card strong {
		font-size: 19px;
	}

	.reading-list-card,
	.archive-stamp {
		display: none;
	}

	.scrapbook-props {
		width: 122%;
		height: 122%;
		transform: translate(-9%, -7%);
	}

	.collage-card {
		padding: 16px;
	}

	.quote-card {
		top: 116px;
		left: 0;
		width: 178px;
		min-height: 126px;
	}

	.quote-card p {
		font-size: 18px;
	}

	.picks-card {
		top: 10px;
		left: 27%;
		width: 185px;
	}

	.picks-card strong,
	.because-card strong,
	.sticky-card strong {
		font-size: 19px;
	}

	.picks-card p,
	.picks-card ul,
	.because-card small,
	.sticky-card p {
		font-size: 12px;
	}

	.atomic-book {
		top: 245px;
		left: 28%;
		width: 168px;
		height: 226px;
		padding: 18px;
	}

	.atomic-book strong {
		font-size: 28px;
	}

	.collage-book span {
		margin-top: 28px;
	}

	.tiny-book {
		top: 58px;
		right: -2px;
		width: 132px;
		height: 196px;
		padding: 16px;
	}

	.tiny-book strong {
		font-size: 25px;
	}

	.because-card {
		top: 246px;
		right: 0;
		width: 166px;
		min-height: 154px;
	}

	.because-card p {
		margin: 16px 0 4px;
		font-size: 17px;
	}

	.sticky-card {
		right: 12%;
		bottom: 4px;
		width: 204px;
		min-height: 124px;
	}

	.sticky-card p {
		margin-top: 18px;
		max-width: 150px;
	}

	.hero-contrast-strip {
		grid-template-columns: 1fr;
	}

	.hero-contrast-strip article {
		min-height: 98px;
		padding: 18px;
	}

	.hero-contrast-strip article + article,
	.hero-contrast-strip article:nth-child(n + 3) {
		border-top: 1px solid rgba(91, 75, 55, 0.14);
		border-left: 0;
	}

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

	.book-report-panel,
	.list-guide-panel,
	.report-gist,
	.report-axes,
	.critique-panel,
	.thinking-panel {
		overflow: hidden;
	}

	.report-card-head h2 {
		font-size: 30px;
	}

	.grade-stamp {
		width: 88px;
		height: 88px;
		font-size: 28px;
	}

	.stage-path,
	.synthesis-grid,
	.shortcut-grid,
	.read-skip-grid {
		grid-template-columns: 1fr;
	}

	.search-box,
	.demo-flow,
	.preview-card-grid,
	.page-action-bar,
	.report-toolbar,
	.result-card {
		grid-template-columns: 1fr;
	}

	.page-action-bar,
	.report-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.page-action-buttons,
	.segmented-control,
	.hero-actions {
		width: 100%;
	}

	.page-action-buttons .mini-button,
	.segmented-control 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;
	}

	.spine-shelf,
	.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;
	}

	.path-card {
		min-height: 210px;
		transform: none !important;
	}

	.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-intro p,
	.report-card-head p {
		font-size: 17px;
	}

	.intent-trails {
		align-items: flex-start;
		flex-direction: column;
	}

	.ranked-item {
		grid-template-columns: 1fr;
	}

	.ranked-item .book-tile {
		display: none;
	}

	.ranked-item > * {
		min-width: 0;
	}

	.section-head,
	.footer-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-links {
		justify-content: flex-start;
	}
}

@media (max-width: 980px) {
	.editorial-hero.shell {
		width: min(calc(100% - 28px), 900px);
	}

	.editorial-hero {
		grid-template-areas:
			'copy'
			'board'
			'features';
		grid-template-columns: 1fr;
		grid-template-rows: auto clamp(390px, 55vw, 520px) auto;
		min-height: auto;
		padding-top: 0;
		border-radius: 24px;
	}

	.editorial-hero::before {
		background:
			linear-gradient(
				180deg,
				rgba(255, 250, 241, 0.98) 0%,
				rgba(255, 250, 241, 0.9) 38%,
				rgba(255, 250, 241, 0.18) 72%,
				rgba(255, 250, 241, 0) 100%
			),
			linear-gradient(90deg, rgba(255, 250, 241, 0.28), transparent 65%);
	}

	.editorial-hero .hero-copy {
		width: min(620px, calc(100% - 56px));
		margin: clamp(48px, 8vw, 78px) auto 0;
		justify-items: center;
		text-align: center;
	}

	.editorial-hero .hero-copy h1 {
		max-width: 660px;
		font-size: clamp(54px, 9vw, 82px);
		text-align: center;
	}

	.editorial-hero .hero-copy h1 span {
		display: inline;
		margin: 0;
	}

	.editorial-hero .hero-lede {
		max-width: 560px;
		text-align: center;
	}

	.editorial-board {
		position: relative;
		inset: auto;
		z-index: 2;
		grid-area: board;
		width: auto;
		height: auto;
		min-height: 0;
		margin: 0 clamp(18px, 4vw, 44px);
		overflow: hidden;
		border-radius: 20px;
		box-shadow: 0 18px 42px rgba(38, 28, 18, 0.12);
	}

	.hero-paper-scene {
		inset: 0;
		width: 100%;
		height: 100%;
		object-position: 63% center;
	}

	.paper-scraps {
		top: 24px;
		left: auto;
		right: 6%;
		width: min(390px, 58vw);
	}

	.reader-note-card {
		bottom: 34px;
		left: 7%;
	}

	.reading-list-card {
		top: auto;
		right: 7%;
		bottom: 42px;
	}

	.archive-stamp {
		right: 8%;
		bottom: 210px;
	}
}

@media (max-width: 720px) {
	.editorial-hero.shell {
		width: min(calc(100% - 20px), 480px);
	}

	.editorial-hero {
		grid-template-rows: auto 318px auto;
		min-height: auto;
		border-radius: 20px;
	}

	.editorial-hero .hero-copy {
		width: min(100% - 28px, 360px);
		margin: 30px auto 0;
		justify-items: start;
		text-align: left;
	}

	.editorial-hero .hero-copy h1 {
		max-width: 342px;
		font-size: 48px;
		text-align: left;
	}

	.editorial-hero .hero-lede {
		max-width: 330px;
		font-size: 17px;
		text-align: left;
	}

	.editorial-hero .hero-actions {
		width: min(100%, 286px);
		max-width: 286px;
		flex-direction: column;
		gap: 10px;
	}

	.editorial-hero .hero-actions .button {
		justify-content: center;
		width: 100%;
		min-width: 0;
	}

	.editorial-hero .hero-proof-row {
		display: none;
	}

	.editorial-board {
		position: relative;
		z-index: 4;
		display: block;
		grid-area: board;
		width: calc(100% - 24px);
		min-height: 318px;
		margin: 4px auto 0;
		overflow: hidden;
		border-radius: 18px;
		background: #eaf4f5;
		box-shadow: 0 16px 34px rgba(38, 28, 18, 0.12);
	}

	.hero-paper-scene {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-position: 94% center;
	}

	.paper-scraps {
		top: 14px;
		right: auto;
		left: 12px;
		width: calc(100% - 24px);
		gap: 7px;
	}

	.paper-scraps a {
		padding: 6px 9px;
		font-size: 12px;
	}

	.paper-scraps a:nth-child(n + 4) {
		display: none;
	}

	.reader-note-card {
		bottom: 18px;
		left: 12px;
		width: 186px;
		padding: 16px 17px;
	}

	.reader-note-card span {
		font-size: 16px;
	}

	.reader-note-card strong {
		font-size: 18px;
	}

	.reader-note-card small {
		font-size: 12px;
	}

	.reading-list-card,
	.archive-stamp {
		display: none;
	}

	.hero-contrast-strip {
		margin: 0 12px 12px;
		border-radius: 14px;
	}
}

/* --- SEO structure components (breadcrumbs, FAQ, comparison, prose) ------- */
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 16px auto 0;
	font-size: 13px;
	color: var(--muted);
}

.breadcrumbs a {
	color: var(--green);
	font-weight: 700;
	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;
}

.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-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;
}

@media (max-width: 720px) {
	.compare-grid {
		grid-template-columns: 1fr;
	}

	.compare-table th {
		width: 38%;
	}
}
