
:root {
	--awhl-ink: #0d090a;
	--awhl-ink-soft: #171011;
	--awhl-burgundy: #711b2d;
	--awhl-burgundy-deep: #4a111e;
	--awhl-rose: #d79a93;
	--awhl-blush: #ead7cf;
	--awhl-cream: #f5eee5;
	--awhl-paper: #fbf7f2;
	--awhl-gold: #cfa556;
	--awhl-text: #342326;
	--awhl-line: rgba(113, 27, 45, .18);
	--awhl-radius: 22px;
	--awhl-shadow: 0 28px 70px rgba(54, 23, 29, .13);
}

.awhl,
.awhl * {
	box-sizing: border-box;
}

.awhl {
	background: var(--awhl-cream);
	color: var(--awhl-text);
	overflow: hidden;
}


/* v1.2: legacy intro blocks from the older Books page are hidden after the library initializes. */
.awhl-legacy-intro-hidden {
	display: none !important;
}

.awhl img {
	display: block;
	max-width: 100%;
	height: auto;
}

.awhl button,
.awhl a {
	-webkit-tap-highlight-color: transparent;
}

.awhl-shell {
	width: min(1200px, calc(100% - 48px));
	margin-inline: auto;
}

.awhl-eyebrow {
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--awhl-burgundy);
}

.awhl-eyebrow--gold {
	color: var(--awhl-gold);
}

.awhl-hero {
	position: relative;
	padding: clamp(76px, 9vw, 135px) 0 clamp(65px, 8vw, 110px);
	background:
		radial-gradient(circle at 82% 18%, rgba(113, 27, 45, .42), transparent 34%),
		linear-gradient(120deg, #090708 0%, #130b0e 42%, #4f1321 100%);
	color: var(--awhl-cream);
	border-bottom: 10px solid var(--awhl-cream);
}

.awhl-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to right, #000, transparent 78%);
	pointer-events: none;
}

.awhl-hero__inner {
	position: relative;
	z-index: 1;
}

.awhl-hero h1,
.awhl-featured h2,
.awhl-section-heading h2,
.awhl-crave h2,
.awhl-cant-choose h2,
.awhl-newsletter h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	line-height: .94;
	letter-spacing: -.035em;
	margin: 0;
}

.awhl-hero h1 {
	max-width: 900px;
	margin-top: 18px;
	font-size: clamp(68px, 9vw, 142px);
	color: #fffaf3;
}

.awhl-hero h1 em,
.awhl-crave h2 em,
.awhl-cant-choose h2 em,
.awhl-newsletter h2 em {
	font-style: italic;
	color: var(--awhl-rose);
}

.awhl-hero__lede {
	max-width: 760px;
	margin: 28px 0 0;
	font-size: clamp(18px, 1.5vw, 23px);
	line-height: 1.65;
	color: rgba(255, 248, 239, .84);
}

.awhl-filter-label {
	margin-top: 48px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--awhl-blush);
}

.awhl-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.awhl-filter,
.awhl-crave-chip {
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 999px;
	background: rgba(255,255,255,.035);
	color: #fff9f0;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 12px 17px;
	cursor: pointer;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.awhl-filter:hover,
.awhl-filter:focus-visible,
.awhl-filter.is-active {
	transform: translateY(-1px);
	border-color: var(--awhl-rose);
	background: var(--awhl-burgundy);
	outline: none;
}

.awhl-featured {
	padding: clamp(80px, 9vw, 130px) 0;
	background:
		radial-gradient(circle at 15% 50%, rgba(215,154,147,.12), transparent 35%),
		linear-gradient(110deg, #0b0909 0%, #130b0e 48%, #42111d 100%);
	color: var(--awhl-cream);
}

.awhl-featured__grid {
	display: grid;
	grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(54px, 7vw, 100px);
}

.awhl-featured__cover-wrap {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(215,154,147,.36);
	background: rgba(255,255,255,.025);
	box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.awhl-featured__cover {
	position: relative;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	background: #160d10;
}

.awhl-featured__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awhl-featured__series {
	margin: 16px 0 0;
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--awhl-rose);
}

.awhl-featured h2 {
	margin-top: 16px;
	font-size: clamp(64px, 7vw, 112px);
	color: #fffaf3;
}

.awhl-featured__subtitle {
	margin: 18px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.7vw, 40px);
	font-style: italic;
	color: #efb6ad;
}

.awhl-featured__genre {
	margin: 22px 0 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--awhl-gold);
}

.awhl-featured__hook {
	max-width: 740px;
	margin: 26px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2.2vw, 34px);
	line-height: 1.35;
	color: #fff8ef;
}

.awhl-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

.awhl-chip {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	border: 1px solid var(--awhl-line);
	border-radius: 999px;
	padding: 7px 11px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.awhl-chip-row--dark .awhl-chip {
	border-color: rgba(239,182,173,.45);
	color: #fff7ee;
	background: rgba(255,255,255,.025);
}

.awhl-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	padding: 15px 22px;
	border-radius: 999px;
	background: var(--awhl-burgundy);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(113,27,45,.22);
	transition: transform .18s ease, background-color .18s ease;
}

.awhl-button:hover,
.awhl-button:focus-visible {
	transform: translateY(-2px);
	background: #8b263c;
	outline: none;
}

.awhl-button--light {
	background: var(--awhl-paper);
	color: var(--awhl-burgundy) !important;
}

.awhl-catalog {
	padding: clamp(85px, 9vw, 135px) 0;
	background:
		linear-gradient(90deg, transparent 0 75%, rgba(215,154,147,.08)),
		var(--awhl-cream);
}

.awhl-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
	align-items: end;
	gap: 40px;
	margin-bottom: 52px;
}

.awhl-section-heading h2 {
	margin-top: 14px;
	font-size: clamp(48px, 6vw, 88px);
}

.awhl-section-heading > p {
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(52,35,38,.72);
}

.awhl-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 3.5vw, 46px);
	align-items: stretch;
	justify-content: center;
}

/* Keep a short catalog looking intentionally composed instead of stranded on the left. */
.awhl-grid[data-visible-count="1"] {
	grid-template-columns: minmax(280px, 380px);
}

.awhl-grid[data-visible-count="2"] {
	grid-template-columns: repeat(2, minmax(280px, 380px));
}

.awhl-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-top: 10px;
	transition: opacity .18s ease, transform .18s ease;
}

.awhl-card.is-hidden {
	display: none;
}

.awhl-card__cover-link {
	display: block;
	text-decoration: none !important;
}

.awhl-card__cover {
	position: relative;
	width: min(82%, 310px);
	margin-inline: auto;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border-radius: 12px 12px 8px 8px;
	background: #1b1013;
	box-shadow: var(--awhl-shadow);
	z-index: 2;
	transition: transform .25s ease, box-shadow .25s ease;
}

.awhl-card:hover .awhl-card__cover {
	transform: translateY(-6px);
	box-shadow: 0 36px 85px rgba(54, 23, 29, .18);
}

.awhl-card__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awhl-card__cover-placeholder {
	height: 100%;
	display: grid;
	place-items: center;
	padding: 24px;
	color: #fff;
	text-align: center;
	background: linear-gradient(145deg, #0b0909, #571523);
}

.awhl-card__body {
	position: relative;
	flex: 1;
	margin-top: -42px;
	padding: 72px 28px 30px;
	border: 1px solid rgba(113,27,45,.12);
	border-radius: 18px;
	background: rgba(255,255,255,.6);
	box-shadow: 0 24px 55px rgba(54,23,29,.07);
}

.awhl-card__body h3 {
	margin: 10px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 2.3vw, 38px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -.02em;
}

.awhl-card__body h3 a {
	color: var(--awhl-text) !important;
	text-decoration: none !important;
}

.awhl-card__subtitle {
	margin: 10px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-style: italic;
	color: var(--awhl-burgundy);
}

.awhl-card__hook {
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.62;
	color: rgba(52,35,38,.78);
}

.awhl-card__chips {
	margin-top: 18px;
}

.awhl-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	color: var(--awhl-burgundy) !important;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.awhl-no-results {
	margin: 30px 0 0;
	padding: 22px 24px;
	border: 1px dashed rgba(113,27,45,.35);
	border-radius: 16px;
	text-align: center;
}

.awhl-crave {
	padding: clamp(85px, 9vw, 130px) 0;
	background:
		radial-gradient(circle at 80% 30%, rgba(113,27,45,.5), transparent 33%),
		#0c090a;
	color: #fff9f0;
}

.awhl-crave__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
}

.awhl-crave h2 {
	margin-top: 14px;
	font-size: clamp(58px, 7vw, 104px);
}

.awhl-crave p {
	max-width: 560px;
	margin: 22px 0 0;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255,249,240,.75);
}

.awhl-crave__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.awhl-crave-chip:hover,
.awhl-crave-chip:focus-visible {
	background: var(--awhl-burgundy);
	border-color: var(--awhl-rose);
	transform: translateY(-1px);
	outline: none;
}

.awhl-cant-choose {
	padding: clamp(85px, 9vw, 130px) 0;
	background: linear-gradient(90deg, var(--awhl-cream), #ead7cf);
}

.awhl-cant-choose__card {
	position: relative;
	padding: clamp(50px, 7vw, 90px);
	border: 1px solid rgba(113,27,45,.2);
	background: rgba(251,247,242,.86);
	box-shadow: var(--awhl-shadow);
}

.awhl-cant-choose__card::before {
	content: "♡";
	position: absolute;
	top: -18px;
	left: 50%;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	transform: translateX(-50%);
	border: 1px solid rgba(113,27,45,.25);
	border-radius: 50%;
	background: var(--awhl-paper);
	color: var(--awhl-rose);
}

.awhl-cant-choose h2 {
	margin-top: 14px;
	font-size: clamp(48px, 6.5vw, 94px);
	max-width: 980px;
}

.awhl-cant-choose p {
	max-width: 680px;
	font-size: 18px;
	line-height: 1.65;
}

.awhl-newsletter {
	padding: clamp(85px, 9vw, 125px) 0;
	background: var(--awhl-burgundy);
	color: #fff;
}

.awhl-newsletter__card {
	max-width: 900px;
	margin-inline: auto;
	padding: clamp(54px, 7vw, 90px);
	text-align: center;
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(67,15,26,.34);
	box-shadow: inset 0 0 70px rgba(0,0,0,.08);
}

.awhl-newsletter .awhl-eyebrow {
	color: var(--awhl-blush);
}

.awhl-newsletter h2 {
	margin-top: 14px;
	font-size: clamp(52px, 7vw, 96px);
}

.awhl-newsletter p {
	max-width: 700px;
	margin: 20px auto 0;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255,255,255,.82);
}

.awhl-empty {
	padding: 100px 0;
	background: var(--awhl-cream);
}

.awhl-empty h1,
.awhl-empty h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6vw, 84px);
	font-weight: 400;
	margin: 18px 0;
}

@media (max-width: 900px) {
	.awhl-shell {
		width: min(100% - 32px, 720px);
	}

	.awhl-featured__grid,
	.awhl-crave__grid,
	.awhl-section-heading {
		grid-template-columns: 1fr;
	}

	.awhl-featured__cover-wrap {
		width: min(100%, 430px);
		margin-inline: auto;
	}

	.awhl-grid,
	.awhl-grid[data-visible-count="2"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awhl-grid[data-visible-count="1"] {
		grid-template-columns: minmax(280px, 380px);
	}

	.awhl-section-heading {
		align-items: start;
	}

	.awhl-featured__content {
		text-align: left;
	}
}

@media (max-width: 620px) {
	.awhl-shell {
		width: min(100% - 24px, 540px);
	}

	.awhl-hero {
		padding-top: 72px;
	}

	.awhl-hero h1 {
		font-size: clamp(58px, 18vw, 92px);
	}

	.awhl-filter-row {
		gap: 8px;
	}

	.awhl-filter {
		font-size: 10px;
		padding: 10px 13px;
	}

	.awhl-featured__grid {
		gap: 42px;
	}

	.awhl-featured__content {
		min-width: 0;
	}

	.awhl-featured h2 {
		font-size: clamp(58px, 16vw, 82px);
	}

	.awhl-featured__subtitle {
		font-size: 25px;
	}

	.awhl-featured__hook {
		font-size: 22px;
	}

	.awhl-grid,
	.awhl-grid[data-visible-count="1"],
	.awhl-grid[data-visible-count="2"] {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.awhl-card__cover {
		width: min(72vw, 300px);
	}

	.awhl-card__body {
		padding-inline: 22px;
	}

	.awhl-section-heading h2,
	.awhl-cant-choose h2,
	.awhl-newsletter h2 {
		font-size: clamp(46px, 14vw, 70px);
	}

	.awhl-crave h2 {
		font-size: clamp(54px, 15vw, 78px);
	}

	.awhl-crave-chip {
		font-size: 10px;
		padding: 10px 13px;
	}

	.awhl-cant-choose__card,
	.awhl-newsletter__card {
		padding-inline: 24px;
	}

	.awhl-card__hook,
	.awhl-section-heading > p,
	.awhl-crave p,
	.awhl-cant-choose p,
	.awhl-newsletter p {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.awhl *,
	.awhl *::before,
	.awhl *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
