/* =========================================================================
   Bitter Root Mercantile — theme.css
   Single source of truth for all visual styling (Section 10 / 14).
   ========================================================================= */

/* ---------------------------------------------------------------------
   1. Design tokens
   --------------------------------------------------------------------- */
:root {
	--color-background: #f6f1ea;
	--color-foreground: #2c221c;
	--color-primary: #a14a2b;
	--color-primary-fg: #f9f6f1;
	--color-secondary: #e8e3d8;
	--color-accent: #30553f;
	--color-muted: #d3ccc5;
	--color-muted-fg: #61554c;
	--color-border: #c3b7ac;
	--color-rosa: #97482b;
	--color-marigold: #bf8522;
	--color-ink: #271d16;
	--color-moss-deep: #1c3629;
	--color-kraft: #e7ddd0;
	--color-butter: #eae5dc;
	--color-button-text: #f9f6f1;
	--logo-height: 110px;

	--font-display: 'DM Serif Display', serif;
	--font-body: 'Cabin', sans-serif;
	--font-mono: 'Special Elite', monospace;
	--font-script: 'Caveat', cursive;

	--radius: 0.25rem;
	--btn-radius: 999px;
	--btn-height: 48px;
	--btn-padding: 0.85rem 2rem;
	--btn-font-size: 0.72rem;
	--btn-font-weight: 600;
	--btn-letter-spacing: 0.25em;
	--btn-text-transform: uppercase;
	--btn-icon-padding: 0.6rem;
	--card-radius: 0.5rem;
	--section-padding: 2rem;
	--checkout-gap: 2rem;
	--header-height: 128px;
	--admin-bar-offset: 0px;

	--shadow-soft: 0 4px 20px -6px rgba(46, 32, 22, 0.1);
	--shadow-elevated: 0 8px 40px -10px rgba(46, 32, 22, 0.22);
	--transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------------------------------------------------------------------
   2. Reset + base
   --------------------------------------------------------------------- */
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }

/* WordPress admin bar offset — keeps sticky header / mobile menu clear of the bar */
body.admin-bar { --admin-bar-offset: 32px; }
@media screen and (max-width: 782px) {
	body.admin-bar { --admin-bar-offset: 46px; }
}
body {
	background: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: inherit;
	letter-spacing: -0.005em;
	margin: 0;
	line-height: 1.15;
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; background: none; border: none; cursor: pointer; color: inherit; }
input, textarea, select { font-family: inherit; }

img:not(.cover-img):not(.theme-product-card__image):not(.hero-bg-img):not(.site-logo-img):not(.site-footer__logo) {
	max-width: 100%;
	height: auto;
}
.cover-img,
.theme-product-card__image,
.hero-bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

[hidden] { display: none !important; }
dl, dt, dd { margin: 0; padding: 0; }

.container-wide {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding-inline: 1.5rem;
}
@media (min-width: 1024px) {
	.container-wide { padding-inline: 2rem; }
}

/* Vertical rhythm only — never shorthand padding (would wipe container gutters) */
.section-padding { padding-block: 5rem; }
@media (min-width: 768px) {
	.section-padding { padding-block: 7rem; }
}
.section-padding--compact { padding-block: 5rem; }
@media (min-width: 768px) {
	.section-padding--compact { padding-block: 6rem; }
}

/* Anchor offset under sticky header */
#town, #about, #shop, #bookshelf, #stories, #podcast, #markets, #contact {
	scroll-margin-top: 6rem;
}

.paper-grain {
	background-image:
		radial-gradient(rgba(46, 34, 22, 0.025) 1px, transparent 1px),
		radial-gradient(rgba(46, 34, 22, 0.018) 1px, transparent 1px);
	background-size: 3px 3px, 7px 7px;
	background-position: 0 0, 1px 2px;
}

.field-note { font-family: var(--font-mono); letter-spacing: 0.01em; }
.script-accent {
	font-family: var(--font-script);
	font-weight: 600;
	line-height: 0.95;
	display: inline-block;
	transform: rotate(-2deg);
	color: var(--color-accent);
}
.kicker {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
	margin-bottom: 1rem;
}
em { font-style: italic; }

/* Section headings — per-section scale (Section 2.2.5) */
.section-heading { font-size: 2.25rem; line-height: 1.04; }
@media (min-width: 768px) { .section-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .section-heading { font-size: 3.75rem; } }
.section-tagline {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1.125rem;
	color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
	margin-top: 1.25rem;
	line-height: 1.6;
}
.section-heading-block { max-width: 48rem; margin: 0 auto; text-align: center; }
.section-heading-block__ornament { max-width: 180px; margin: 0 auto 1.25rem; }

.ornament-diamond { display: flex; align-items: center; gap: 12px; color: color-mix(in srgb, var(--color-foreground) 45%, transparent); }
.ornament-diamond::before, .ornament-diamond::after { content: ''; flex: 1; height: 1px; background: currentColor; }
.ornament-diamond > span { width: 8px; height: 8px; transform: rotate(45deg); border: 1px solid currentColor; flex: none; }

.diamond-spin { display: inline-block; transition: transform 0.5s var(--transition-smooth), color 0.3s var(--transition-smooth); }
.theme-product-card:hover .diamond-spin { transform: rotate(180deg); color: var(--color-accent); }

.postmark {
	position: absolute;
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--color-rosa);
	border: 1.5px solid var(--color-rosa);
	padding: 8px 14px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--color-background) 92%, transparent);
	transform: rotate(-8deg);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--color-rosa) 40%, transparent);
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	top: 12px;
	left: 12px;
}

.heritage-link {
	position: relative;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--color-foreground);
	border-bottom: none;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding-bottom: 4px;
	transition: color 0.3s var(--transition-smooth);
}
.heritage-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: currentColor;
	transform-origin: left;
	transition: transform 0.45s var(--transition-smooth);
}
.heritage-link:hover { color: var(--color-accent); }
.heritage-link:hover::after {
	transform-origin: right;
	transform: scaleX(0);
	animation: heritage-redraw 0.7s var(--transition-smooth) 0.2s forwards;
}
@keyframes heritage-redraw {
	0% { transform-origin: right; transform: scaleX(0); }
	100% { transform-origin: left; transform: scaleX(1); }
}
.heritage-link--invert { color: var(--color-background); }
.heritage-link--invert:hover { color: var(--color-background); opacity: 0.7; }
.heritage-link--invert::after { background: currentColor; }

.draw-underline {
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0% 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.45s var(--transition-smooth);
	padding-bottom: 2px;
}
.theme-product-card:hover .draw-underline { background-size: 100% 1px; }

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: var(--btn-radius);
	min-height: var(--btn-height);
	padding: var(--btn-padding);
	font-family: var(--font-body);
	font-size: var(--btn-font-size);
	font-weight: var(--btn-font-weight);
	letter-spacing: var(--btn-letter-spacing);
	text-transform: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
.btn-primary { background: var(--color-primary); color: var(--color-button-text); }
.btn-primary:hover { opacity: 0.85; }
.btn-outline { background: transparent; color: var(--color-foreground); border: 1px solid var(--color-border); }
.btn-outline:hover { background: color-mix(in srgb, var(--color-foreground) 5%, transparent); }
/* Cart drawer matches Lovable Button (rounded-md, no heritage tracking) */
#theme-cart-drawer .btn {
	border-radius: var(--radius);
	min-height: 2.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
	padding: 0.5rem 1rem;
}
#theme-cart-drawer .btn-primary {
	background: var(--color-foreground);
	color: var(--color-background);
}
.btn-hero-primary, .btn-hero-outline { text-transform: none; }
.product-title { font-family: var(--font-display); font-weight: 400; }
.variations label { font-family: var(--font-body); font-weight: 600; font-style: normal; }

/* ---------------------------------------------------------------------
   3. Animations (Section 2.1)
   --------------------------------------------------------------------- */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealScaleIn { from { opacity: 0; transform: scale(0.94) rotate(-4deg); } to { opacity: 1; transform: scale(1) rotate(-2deg); } }
@keyframes bounce { 0%, 100% { transform: translateY(-15%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); } }
@keyframes pop { 0% { transform: scale(1); } 40% { transform: scale(1.35); } 100% { transform: scale(1); } }

.animate-fade-in { animation: fadeIn 0.6s var(--transition-smooth) forwards; }
.animate-slide-up { animation: slideUp 0.6s var(--transition-smooth) forwards; }
.animate-bounce { animation: bounce 1.4s infinite; }
.pop-once { animation: pop 0.45s var(--transition-smooth); }

.reveal-item {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.7s var(--transition-smooth) var(--reveal-delay, 0s),
		transform 0.7s var(--transition-smooth) var(--reveal-delay, 0s);
}
.reveal-item[data-reveal="scale-in"] { transform: scale(0.94) rotate(-4deg); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.reveal-item[data-reveal="scale-in"].is-visible { transform: scale(1) rotate(-2deg); }
body.is-customizer .reveal-item { opacity: 1 !important; transform: none !important; }

.lift-hover { transition: transform 0.4s var(--transition-smooth), box-shadow 0.4s var(--transition-smooth); }
.lift-hover:hover { transform: translateY(-3px); box-shadow: var(--shadow-elevated); }
.press { transition: transform 0.15s var(--transition-smooth); }
.press:active { transform: scale(0.96); }

@media (prefers-reduced-motion: reduce) {
	.reveal-item, .animate-fade-in, .animate-slide-up, .lift-hover, .pop-once, .animate-bounce { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* ---------------------------------------------------------------------
   4. Announcement bar — matches Lovable AnnouncementBar.tsx
   --------------------------------------------------------------------- */
.announcement-bar { position: relative; background: var(--color-moss-deep); color: var(--color-background); }
.announcement-bar__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	gap: 1rem;
	padding-block: 0.5rem;
	font-family: var(--font-body);
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}
.announcement-bar__left,
.announcement-bar__right {
	display: none;
	opacity: 0.9;
	margin: 0;
}
.announcement-bar__center {
	grid-column: 1 / -1;
	text-align: center;
	margin: 0;
}
@media (min-width: 768px) {
	.announcement-bar__left { display: block; text-align: left; }
	.announcement-bar__right { display: block; text-align: right; }
	.announcement-bar__center { grid-column: auto; }
}
.announcement-bar__kicker {
	font-family: var(--font-display);
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	font-size: 13px;
	margin-right: 0.5rem;
}
.announcement-bar__dismiss { position: absolute; right: 0.75rem; top: 50%; transform: translateY(-50%); opacity: 0.7; padding: 0.25rem; }
.announcement-bar__dismiss:hover { opacity: 1; }
.announcement-bar__dismiss svg { width: 14px; height: 14px; }

/* ---------------------------------------------------------------------
   5. Header
   --------------------------------------------------------------------- */
.site-header { position: sticky; top: var(--admin-bar-offset); left: 0; right: 0; z-index: 50; background: var(--color-background); overflow-x: clip; }
.site-header__dateline { border-top: 6px double var(--color-foreground); border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 80%, transparent); }
.site-header__dateline-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-block: 0.25rem;
	font-size: 10px;
	line-height: 1.5;
	font-family: var(--font-mono);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
}
.site-header__dateline-left, .site-header__dateline-right { display: none; }
@media (min-width: 640px) { .site-header__dateline-left, .site-header__dateline-right { display: inline; } }
.site-header__dateline-center { text-align: center; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.site-header__main { position: relative; border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 80%, transparent); }
.site-header__main-inner { display: flex; align-items: center; justify-content: space-between; height: 4rem; padding-left: 130px; min-width: 0; }
@media (min-width: 1024px) { .site-header__main-inner { height: 5rem; padding-left: 200px; } }

.site-nav { display: none; flex: 1; justify-content: center; align-items: center; gap: 0.75rem; min-width: 0; }
@media (min-width: 1024px) { .site-nav { display: flex; } }
.theme-nav-list { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.theme-nav-list li { display: flex; align-items: center; gap: 0.75rem; }
.theme-nav-list li:not(:last-child)::after {
	content: '\25C6';
	color: color-mix(in srgb, var(--color-foreground) 40%, transparent);
	font-size: 0.65rem;
	display: inline-block;
	transition: transform 0.5s var(--transition-smooth), color 0.3s var(--transition-smooth);
}
.theme-nav-list li:hover::after {
	transform: rotate(180deg);
	color: var(--color-accent);
}
.theme-nav-link { font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; white-space: nowrap; transition: color 0.2s; }
.theme-nav-link:hover { color: var(--color-accent); }

.site-header__actions { display: flex; align-items: center; gap: 0.25rem; margin-left: auto; }
@media (min-width: 1024px) { .site-header__actions { gap: 0.75rem; margin-left: 1rem; } }
.site-header__search { display: none; padding: 0.5rem; }
@media (min-width: 1024px) { .site-header__search { display: block; } }
.site-header__search:hover { opacity: 0.6; }
.site-header__search svg, .site-header__burger svg { width: 20px; height: 20px; }
.site-header__cart { position: relative; display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem; }
.site-header__cart:hover { opacity: 0.6; }
.site-header__cart svg { width: 20px; height: 20px; }
@media (min-width: 1024px) { .site-header__cart svg { width: 16px; height: 16px; } }
.site-header__cart-label { display: none; font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; }
@media (min-width: 1024px) { .site-header__cart-label { display: inline; } }
.theme-cart-count { font-variant-numeric: tabular-nums; }
.site-header__burger { display: block; padding: 0.5rem; position: relative; }
@media (min-width: 1024px) { .site-header__burger { display: none; } }
.site-header__burger-icon { display: block; line-height: 0; }
.site-header__burger-icon--close { display: none; }
body.mobile-menu-open .site-header__burger-icon--menu { display: none; }
body.mobile-menu-open .site-header__burger-icon--close { display: block; }

.site-logo-card {
	position: absolute; left: 12px; top: 4px; z-index: 10; display: block;
	transform: rotate(-1.5deg);
}
@media (min-width: 1024px) { .site-logo-card { left: 32px; } }
.site-logo-card > * {
	background: var(--color-butter);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 70%, transparent);
	box-shadow: 4px 5px 0 -1px color-mix(in srgb, var(--color-foreground) 15%, transparent), 0 8px 24px -8px color-mix(in srgb, var(--color-foreground) 35%, transparent);
	padding: 0.5rem 0.75rem;
	display: inline-block;
}
@media (min-width: 1024px) {
	.site-logo-card > * { padding: 0.75rem 1rem; }
}
.site-logo-img {
	width: var(--logo-height, 110px) !important;
	height: auto !important;
	max-width: none;
	display: block;
}
@media (min-width: 1024px) {
	.site-logo-img {
		width: max(var(--logo-height, 110px), 150px) !important;
	}
}
.site-logo-text { font-family: var(--font-display); font-size: 1rem; display: block; padding: 0.5rem 0.75rem; background: var(--color-butter); border: 1px solid color-mix(in srgb, var(--color-foreground) 70%, transparent); }
.site-logo-text--secondary { margin-left: 0.5rem; }

/* Transparent hero header vs solid inner-page header (Section 22.7) */
body.theme-no-hero .site-main { padding-top: var(--header-height); }

/* Mobile menu — Lovable Header drawer parity */
.mobile-menu-overlay {
	position: fixed;
	inset: var(--admin-bar-offset) 0 0 0;
	z-index: 40;
	background: color-mix(in srgb, var(--color-foreground) 40%, transparent);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.mobile-menu {
	position: fixed;
	top: var(--admin-bar-offset);
	right: 0;
	z-index: 50;
	height: calc(100vh - var(--admin-bar-offset));
	height: calc(100svh - var(--admin-bar-offset));
	width: 88vw;
	max-width: 24rem;
	background: var(--color-background);
	border-left: 1px solid color-mix(in srgb, var(--color-foreground) 30%, transparent);
	box-shadow: -10px 0 30px -10px rgba(0, 0, 0, 0.25);
	transform: translateX(100%);
	transition: transform 0.3s ease-out;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
@media (min-width: 1024px) {
	.mobile-menu-overlay,
	.mobile-menu { display: none !important; }
}
body.mobile-menu-open .mobile-menu-overlay { opacity: 1; pointer-events: auto; }
body.mobile-menu-open .mobile-menu { transform: translateX(0); }

.mobile-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent);
	flex-shrink: 0;
}
.mobile-menu__label {
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
}
.mobile-menu__close {
	padding: 0.5rem;
	margin-right: -0.5rem;
	line-height: 0;
}
.mobile-menu__close svg { width: 20px; height: 20px; }

.mobile-menu__nav {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	flex: 1;
}
.mobile-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.mobile-menu__item { margin: 0; }
.mobile-menu__link {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	padding: 1rem 0;
	border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent);
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}
.mobile-menu__link:hover,
.mobile-menu__link:focus-visible {
	color: var(--color-accent);
	outline: none;
}
.mobile-menu__index {
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 45%, transparent);
	margin-right: 1rem;
	flex-shrink: 0;
}
.mobile-menu__title {
	flex: 1;
	font-family: var(--font-display);
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
}
.mobile-menu__diamond {
	font-size: 0.75rem;
	color: color-mix(in srgb, var(--color-foreground) 30%, transparent);
	transition: color 0.2s ease;
	flex-shrink: 0;
	margin-left: 0.75rem;
}
.mobile-menu__link:hover .mobile-menu__diamond,
.mobile-menu__link:focus-visible .mobile-menu__diamond {
	color: var(--color-accent);
}

.mobile-menu__cart {
	padding: 0.5rem 1.5rem 0;
	flex-shrink: 0;
}
.mobile-menu__cart-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid color-mix(in srgb, var(--color-foreground) 40%, transparent);
	padding: 0.75rem 1rem;
	background: transparent;
	color: inherit;
	transition: background-color 0.2s ease;
}
.mobile-menu__cart-btn:hover {
	background: color-mix(in srgb, var(--color-foreground) 5%, transparent);
}
.mobile-menu__cart-label {
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}
.mobile-menu__cart-btn svg { width: 16px; height: 16px; }

.mobile-menu__footnote {
	margin-top: auto;
	padding: 1.5rem;
	text-align: center;
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 50%, transparent);
	flex-shrink: 0;
}

/* ---------------------------------------------------------------------
   6. Hero
   --------------------------------------------------------------------- */
.hero-section { position: relative; width: 100%; height: 100svh; min-height: 640px; overflow: hidden; border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); background: var(--color-ink); color: var(--color-background); }
body.theme-no-hero .hero-section { display: none; }
.hero-section__video, .hero-section__fallback-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: sepia(0.55) contrast(0.95) saturate(0.85); }
.hero-section__fallback-img { z-index: -1; }
.hero-section__vignette { position: absolute; inset: 0; background: linear-gradient(to bottom, color-mix(in srgb, var(--color-ink) 75%, transparent), color-mix(in srgb, var(--color-ink) 50%, transparent) 50%, color-mix(in srgb, var(--color-ink) 90%, transparent)); }
.hero-section__grain { position: absolute; inset: 0; opacity: 0.4; mix-blend-mode: overlay; pointer-events: none; }
.hero-section__grain.paper-grain,
.hero-section__grain { background-image: radial-gradient(rgba(0,0,0,0.05) 1px, transparent 1px), radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px); background-size: 3px 3px, 7px 7px; background-position: 0 0, 1px 2px; }
.hero-section__top-rule { position: absolute; top: 1.5rem; left: 0; right: 0; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; color: color-mix(in srgb, var(--color-background) 80%, transparent); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; pointer-events: none; }
@media (min-width: 1024px) { .hero-section__top-rule { padding: 0 3rem; } }
.hero-section__top-right { display: none; }
@media (min-width: 768px) { .hero-section__top-right { display: inline; } }
.hero-section__content { position: relative; z-index: 10; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; padding: 6rem 1.5rem; }
.hero-section__text { max-width: 56rem; text-align: center; }
.hero-section__heading { font-size: 3rem; line-height: 1.02; }
@media (min-width: 640px) { .hero-section__heading { font-size: 3.75rem; } }
@media (min-width: 768px) { .hero-section__heading { font-size: 4.5rem; } }
@media (min-width: 1024px) { .hero-section__heading { font-size: 5.25rem; } }
.hero-line1 { display: block; }
.hero-line2-italic { display: block; font-style: italic; }
.hero-line3 { display: block; margin-top: 0.75rem; }
.hero-script {
	color: var(--color-marigold);
	font-size: 3rem;
	line-height: 0.95;
}
@media (min-width: 640px) { .hero-script { font-size: 3.75rem; } }
@media (min-width: 768px) { .hero-script { font-size: 4.5rem; } }
@media (min-width: 1024px) { .hero-script { font-size: 5rem; } }
.hero-section__ctas { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; margin-top: 3rem; }
@media (min-width: 640px) { .hero-section__ctas { flex-direction: row; gap: 2.5rem; } }
.hero-section__ctas .heritage-link {
	font-size: 1rem;
	letter-spacing: 0.18em;
}
.hero-section__scroll-cue { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: color-mix(in srgb, var(--color-background) 80%, transparent); }
.hero-section__scroll-cue:hover { color: var(--color-background); }
.hero-section__scroll-cue span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.42em; text-transform: uppercase; }
.hero-section__scroll-cue svg { width: 16px; height: 16px; }

/* ---------------------------------------------------------------------
   7. Three Ways In (pillars)
   --------------------------------------------------------------------- */
.town-section { background: var(--color-background); border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.pillars-grid { display: grid; grid-template-columns: 1fr; margin-top: 4rem; }
@media (min-width: 768px) { .pillars-grid { grid-template-columns: repeat(3, 1fr); } .pillars-grid .pillar:not(:first-child) { border-left: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); } }
.pillar { padding: 2.5rem 1.5rem; text-align: center; }
@media (min-width: 768px) { .pillar { padding: 1rem 2.5rem; } }
.pillar__numeral { font-family: var(--font-display); font-size: 3rem; color: color-mix(in srgb, var(--color-foreground) 30%, transparent); margin-bottom: 0.75rem; }
.pillar__title { font-size: 1.75rem; line-height: 1.2; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .pillar__title { font-size: 2rem; } }
.pillar__script { font-size: 1.5rem; margin-bottom: 1.25rem; }
.pillar__copy { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.7; margin-bottom: 2rem; font-size: 15px; }
.pillar__action svg { width: 12px; height: 12px; }

/* ---------------------------------------------------------------------
   8. About / then-and-now
   --------------------------------------------------------------------- */
.about-section { background: var(--color-kraft); border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.about-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.5rem;
	align-items: center;
}
@media (min-width: 1024px) {
	.about-section__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 4rem;
	}
	.about-section__visual { grid-column: span 5; min-width: 0; }
	.about-section__copy { grid-column: span 7; min-width: 0; }
}
.about-section__heading { font-size: 2.25rem; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .about-section__heading { font-size: 3rem; } }
@media (min-width: 1024px) { .about-section__heading { font-size: 3.5rem; } }
.about-section__script { font-size: 1.875rem; margin-bottom: 2rem; }
.about-section__paragraph { color: color-mix(in srgb, var(--color-foreground) 80%, transparent); line-height: 1.75; margin-bottom: 1.25rem; }
.about-section__ornament { max-width: 160px; margin: 1.75rem 0; }
.about-section__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 32rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent); padding-top: 1.5rem; margin-top: 1rem; }
.about-section__stat-value { font-family: var(--font-display); font-size: 1.875rem; color: var(--color-primary); }
.about-section__stat-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-muted-fg); margin-top: 0.25rem; }

.then-and-now {
	position: relative;
	aspect-ratio: 4/5;
	background: var(--color-background);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent);
	padding: 0.75rem;
	box-shadow: 0 18px 40px -24px rgba(58,40,28,0.45);
	user-select: none;
}
.then-and-now.paper-grain,
.then-and-now {
	background-color: var(--color-background);
	background-image:
		radial-gradient(rgba(46, 34, 22, 0.025) 1px, transparent 1px),
		radial-gradient(rgba(46, 34, 22, 0.018) 1px, transparent 1px);
	background-size: 3px 3px, 7px 7px;
	background-position: 0 0, 1px 2px;
}
@media (min-width: 768px) { .then-and-now { padding: 1rem; } }
.then-and-now__img {
	position: absolute;
	inset: 0.75rem;
	width: calc(100% - 1.5rem);
	height: calc(100% - 1.5rem);
	object-fit: cover;
	display: block;
}
@media (min-width: 768px) {
	.then-and-now__img {
		inset: 1rem;
		width: calc(100% - 2rem);
		height: calc(100% - 2rem);
	}
}
.then-and-now__img--now { opacity: 0; transition: opacity 0.7s ease-out; }
.then-and-now.is-now .then-and-now__img--now { opacity: 1; }
.then-and-now__postmark { top: -1rem; right: -1rem; left: auto; }
.then-and-now__caption {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	right: 1.25rem;
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-background) 90%, transparent);
	background: color-mix(in srgb, var(--color-foreground) 70%, transparent);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	padding: 0.5rem 0.75rem;
}
.then-and-now__hint {
	display: none;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2;
	font-family: var(--font-mono);
	font-size: 9px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-background) 80%, transparent);
	background: color-mix(in srgb, var(--color-foreground) 60%, transparent);
	padding: 0.25rem 0.5rem;
	opacity: 1;
	transition: opacity 0.3s var(--transition-smooth);
	pointer-events: none;
}
@media (min-width: 768px) {
	.then-and-now__hint { display: block; }
}
.then-and-now:hover .then-and-now__hint,
.then-and-now.is-now .then-and-now__hint {
	opacity: 0;
}
.then-and-now__dots { position: absolute; top: 0.75rem; left: 50%; transform: translateX(-50%); display: none; gap: 0.375rem; z-index: 2; }
@media (max-width: 767px) { .then-and-now__dots { display: flex; } }
.then-and-now__dot { height: 6px; width: 24px; border-radius: 999px; background: color-mix(in srgb, var(--color-background) 40%, transparent); }
.then-and-now__dot.is-active { background: var(--color-background); }

/* ---------------------------------------------------------------------
   9. Featured products / product cards / grid
   --------------------------------------------------------------------- */
.featured-section { background: var(--color-background); border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.featured-section__heading, .shop-heading { font-size: 2.25rem; }
@media (min-width: 768px) { .featured-section__heading, .shop-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .featured-section__heading, .shop-heading { font-size: 3.75rem; } }
.featured-section__cta { text-align: center; margin-top: 3.5rem; }

.theme-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 2rem;
	row-gap: 3.5rem;
	margin-top: 4rem;
	align-items: stretch;
}
@media (min-width: 768px) { .theme-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.theme-product-grid--3col {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2.5rem;
}
@media (min-width: 768px) {
	.theme-product-grid--3col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
	.theme-product-grid--3col { gap: 3.5rem; }
}

.theme-product-card-wrap { display: flex; height: 100%; }
.theme-product-card { position: relative; display: flex; flex-direction: column; width: 100%; height: 100%; }
.theme-product-card__media { display: block; text-decoration: none; color: inherit; }
.theme-product-card__title-link { color: inherit; text-decoration: none; }

.theme-product-card__image-wrapper { position: relative; aspect-ratio: 3/4; background: var(--color-secondary); overflow: hidden; margin-bottom: 1.25rem; }
.theme-product-card:hover .theme-product-card__image { transform: scale(1.05); }
.theme-product-card__image { transition: transform 0.7s var(--transition-smooth); }
.theme-product-card__badge { top: 1rem; left: 1rem; }
.theme-product-card__info { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.5rem; }
.theme-product-card__title { font-size: 1.125rem; line-height: 1.35; transition: color 0.3s var(--transition-smooth); }
@media (min-width: 768px) { .theme-product-card__title { font-size: 1.25rem; } }
.theme-product-card:hover .theme-product-card__title { color: var(--color-accent); }
.theme-product-card__ornament { max-width: 80px; opacity: 0.5; margin: 0 auto; }
.theme-product-card__price { font-size: 0.95rem; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); letter-spacing: 0.08em; }
.theme-product-card__price del { opacity: 0.5; margin-right: 0.4rem; }
.theme-product-card__add {
	font-size: 10px;
	letter-spacing: 0.32em;
	padding-top: 0.25rem;
	margin-top: 0.25rem;
	opacity: 0;
	transition: opacity 0.3s;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.theme-product-card:hover .theme-product-card__add { opacity: 1; }
@media (hover: none) {
	.theme-product-card__add { opacity: 1; }
}
.theme-coming-soon-price { font-family: var(--font-mono); text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.1em; }

/* ---------------------------------------------------------------------
   10. Bookshelf
   --------------------------------------------------------------------- */
.bookshelf-section { background: var(--color-kraft); border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.bookshelf-section__intro { max-width: 56rem; margin: 0 auto 3rem; text-align: center; }
.bookshelf-section__heading { font-size: 2.25rem; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .bookshelf-section__heading { font-size: 3rem; } }
@media (min-width: 1024px) { .bookshelf-section__heading { font-size: 3.75rem; } }
.bookshelf-section__script { font-size: 1.5rem; margin-bottom: 1.5rem; }
.bookshelf-section__paragraph { color: color-mix(in srgb, var(--color-foreground) 80%, transparent); line-height: 1.7; margin-bottom: 1rem; }
.bookshelf-section__quote { font-family: var(--font-mono); font-size: 0.95rem; font-style: italic; color: var(--color-muted-fg); margin-top: 1rem; }

.bookshelf {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	padding: 3.5rem 1rem 2rem;
	background-color: hsl(33 28% 82%);
	background-image:
		radial-gradient(rgba(46, 34, 22, 0.025) 1px, transparent 1px),
		radial-gradient(rgba(46, 34, 22, 0.018) 1px, transparent 1px),
		linear-gradient(180deg, hsl(35 30% 86%) 0%, hsl(33 28% 82%) 100%);
	background-size: 3px 3px, 7px 7px, auto;
	background-position: 0 0, 1px 2px, 0 0;
	box-shadow: inset 0 1px 0 hsl(35 25% 92%), inset 0 -1px 0 hsl(30 20% 70%);
}
@media (min-width: 640px) { .bookshelf { padding: 5rem 3rem 2rem; } }

.bookshelf__books {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	max-width: 48rem;
	margin: 0 auto;
	align-items: end;
	position: relative;
	z-index: 10;
}
@media (min-width: 640px) { .bookshelf__books { gap: 4rem; } }

.bookshelf__book {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	outline: none;
}

.bookshelf__glow {
	pointer-events: none;
	position: absolute;
	inset: -2.5rem;
	opacity: 0;
	transition: opacity 0.5s var(--transition-smooth);
	background: radial-gradient(ellipse at center, rgba(255, 210, 150, 0.35) 0%, rgba(255, 210, 150, 0) 65%);
}
.bookshelf__book:hover .bookshelf__glow,
.bookshelf__book:focus-within .bookshelf__glow {
	opacity: 1;
}

.bookshelf__hover {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%) translateY(0.5rem);
	padding-bottom: 1.25rem;
	width: 280px;
	z-index: 30;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
@media (min-width: 640px) { .bookshelf__hover { display: block; } }
.bookshelf__book:hover .bookshelf__hover,
.bookshelf__book:focus-within .bookshelf__hover {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}

.bookshelf__hover-card {
	position: relative;
	background-color: var(--color-butter);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent);
	padding: 1rem 1.25rem;
	box-shadow: 0 18px 30px -12px rgba(40, 24, 14, 0.45);
}
.bookshelf__hover-tag {
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
	margin-bottom: 0.25rem;
}
.bookshelf__hover-title { font-size: 1.25rem; line-height: 1.25; margin-bottom: 0.5rem; }
.bookshelf__hover-copy {
	font-size: 13px;
	line-height: 1.6;
	color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
	margin-bottom: 0.75rem;
}
.bookshelf__hover-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.25rem;
}
.bookshelf__cta { font-size: 0.875rem; letter-spacing: 0.18em; }
.bookshelf__hover-notch {
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 12px;
	height: 12px;
	transform: translateX(-50%) rotate(45deg);
	background: var(--color-butter);
	border-right: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent);
}

.bookshelf__cover {
	position: relative;
	width: 100%;
	max-width: 240px;
	aspect-ratio: 3/4;
	cursor: pointer;
	transition: transform 0.3s ease-out;
	filter: drop-shadow(-10px 14px 16px rgba(40, 24, 14, 0.35)) drop-shadow(0 2px 2px rgba(40, 24, 14, 0.5));
}
.bookshelf__book--1 .bookshelf__cover { transform: rotate(-0.6deg); }
.bookshelf__book--2 .bookshelf__cover { transform: rotate(1.4deg); }
.bookshelf__book:hover .bookshelf__cover,
.bookshelf__book:focus-within .bookshelf__cover {
	transform: translateY(-1.5rem) scale(1.03) rotate(0deg);
}
.bookshelf__cover-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.bookshelf__spine {
	position: absolute;
	inset: 0 auto 0 0;
	width: 6px;
	background: linear-gradient(90deg, rgba(255, 245, 225, 0.45) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
	mix-blend-mode: overlay;
	pointer-events: none;
}
.bookshelf__page-edge {
	position: absolute;
	top: -3px;
	left: 6px;
	right: 0;
	height: 3px;
	background: hsl(40 35% 82%);
	pointer-events: none;
}
.bookshelf__postmark {
	top: -0.75rem;
	right: -0.75rem;
	left: auto;
}

.bookshelf__shelf { position: relative; margin: -0.5rem -1rem 0; }
@media (min-width: 640px) { .bookshelf__shelf { margin: -0.5rem -3rem 0; } }
.bookshelf__shelf-top {
	height: 14px;
	background: linear-gradient(180deg, hsl(28 38% 36%) 0%, hsl(24 36% 26%) 60%, hsl(20 34% 20%) 100%);
	box-shadow: inset 0 2px 0 hsl(32 42% 44%), inset 0 -1px 0 rgba(0, 0, 0, 0.45);
}
@media (min-width: 640px) { .bookshelf__shelf-top { height: 18px; } }
.bookshelf__shelf-front {
	position: relative;
	height: 36px;
	background:
		repeating-linear-gradient(90deg, hsl(22 38% 22%) 0px, hsl(20 36% 18%) 3px, hsl(24 40% 26%) 7px, hsl(22 38% 22%) 14px, hsl(18 34% 16%) 22px, hsl(24 40% 26%) 30px),
		linear-gradient(180deg, hsl(24 38% 26%) 0%, hsl(18 34% 14%) 100%);
	background-blend-mode: multiply;
	box-shadow: inset 0 6px 10px -4px rgba(0, 0, 0, 0.55), 0 22px 28px -10px rgba(20, 12, 6, 0.6);
}
@media (min-width: 640px) { .bookshelf__shelf-front { height: 48px; } }
.bookshelf__shelf-lip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	background: linear-gradient(180deg, hsl(18 34% 14%) 0%, hsl(14 32% 8%) 100%);
}

.bookshelf__mobile-captions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	max-width: 56rem;
	margin: 0 auto;
	padding-top: 2.5rem;
}
@media (min-width: 640px) { .bookshelf__mobile-captions { display: none; } }
.bookshelf__mobile-title { font-size: 1.5rem; line-height: 1.25; margin-bottom: 0.5rem; }
.bookshelf__mobile-caption .bookshelf__hover-copy { margin-bottom: 1rem; }

/* ---------------------------------------------------------------------
   11. Shop
   --------------------------------------------------------------------- */
.shop-section { background: var(--color-background); border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.shop-search { position: relative; max-width: 28rem; margin: 3rem auto 2.5rem; }
.shop-search svg { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--color-muted-fg); pointer-events: none; }
.shop-search input { width: 100%; background: transparent; border: none; border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 30%, transparent); border-radius: 0; padding: 0.5rem 0 0.5rem 1.75rem; text-align: center; font-size: 0.95rem; color: var(--color-foreground); }
.shop-search input:focus { outline: none; border-color: var(--color-foreground); }
.shop-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.75rem; margin-bottom: 1.5rem; }
.shop-categories__btn { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600; padding-bottom: 0.375rem; border-bottom: 1px solid transparent; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); transition: color 0.2s; }
.shop-categories__btn:hover { color: var(--color-foreground); }
.shop-categories__btn.is-active { color: var(--color-foreground); border-color: var(--color-foreground); }

.shop-price-filter { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; margin-bottom: 2.5rem; }
.shop-price-filter__toggle { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-muted-fg); }
.shop-price-filter__toggle:hover { color: var(--color-foreground); }
.shop-price-filter__toggle svg { width: 14px; height: 14px; transition: transform 0.3s; }
.shop-price-filter__toggle.is-open svg { transform: rotate(180deg); }
.shop-price-filter__panel { width: 100%; max-width: 22rem; padding: 0.5rem 0; }

.price-range-wrapper { position: relative; height: 1.5rem; margin-bottom: 0.75rem; }
.range-track-bg, .range-track-fill { position: absolute; height: 4px; top: 50%; transform: translateY(-50%); pointer-events: none; border-radius: 999px; }
.range-track-bg { left: 0; right: 0; background: var(--color-border); }
.range-track-fill { background: var(--color-primary); }
.range-input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; -webkit-appearance: none; appearance: none; background: transparent; pointer-events: none; }
.range-input::-webkit-slider-thumb { -webkit-appearance: none; pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--color-primary); border: 2px solid var(--color-background); box-shadow: 0 1px 3px rgba(0,0,0,0.3); cursor: pointer; }
.range-input::-moz-range-thumb { pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--color-primary); border: 2px solid var(--color-background); cursor: pointer; }
.range-input::-moz-range-track { background: transparent; }
.range-input--max { z-index: 3; }
.range-input--min { z-index: 4; }
.price-range-labels { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 0.85rem; color: var(--color-muted-fg); }

.shop-empty-state { text-align: center; padding: 5rem 0; }
.shop-empty-state p { color: var(--color-muted-fg); }
.shop-load-more { text-align: center; margin-top: 3.5rem; }

/* ---------------------------------------------------------------------
   12. Stories
   --------------------------------------------------------------------- */
.stories-section { background: var(--color-kraft); border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.stories-section__heading { font-size: 2.25rem; }
@media (min-width: 768px) { .stories-section__heading { font-size: 3rem; } }
@media (min-width: 1024px) { .stories-section__heading { font-size: 3.75rem; } }
.stories-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; margin-top: 4rem; }
@media (min-width: 768px) { .stories-grid { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
.note-card {
	position: relative;
	background: repeating-linear-gradient(to bottom, transparent 0, transparent 27px, color-mix(in srgb, var(--color-foreground) 7%, transparent) 28px), var(--color-butter);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent);
	padding: 2rem 1.5rem 1.5rem;
	box-shadow: 0 1px 0 color-mix(in srgb, var(--color-foreground) 6%, transparent), 0 14px 28px -20px color-mix(in srgb, var(--color-foreground) 40%, transparent);
	text-align: left;
}
.note-card::before { content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 72px; height: 18px; background: color-mix(in srgb, var(--color-marigold) 55%, transparent); border: 1px dashed color-mix(in srgb, var(--color-foreground) 20%, transparent); }
.note-card--tilt-a { transform: rotate(-0.4deg); }
.note-card--tilt-b { transform: rotate(0.5deg); }
.note-card--tilt-b::before { transform: translateX(-50%) rotate(3deg); }
.note-card--tilt-c { transform: rotate(-0.6deg); }
.note-card--tilt-c::before { transform: translateX(-50%) rotate(-4deg); }
.story-card__kicker { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 1rem; }
.story-card__title { font-size: 1.5rem; line-height: 1.25; margin-bottom: 1rem; }
@media (min-width: 768px) { .story-card__title { font-size: 1.75rem; } }
.story-card__title a:hover { color: var(--color-rosa); }
.story-card__ornament { max-width: 80px; margin-bottom: 1.25rem; opacity: 0.6; }
.story-card__excerpt { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.65; font-size: 15px; margin-bottom: 1.25rem; }

.stories-archive { max-width: 56rem; margin: 5rem auto 0; }
.stories-archive__header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 30%, transparent); }
.stories-archive__kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-accent); margin: 0; }
.stories-archive__vol { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-muted-fg); margin: 0; }
.stories-archive__list { list-style: none; margin: 0; padding: 0; }
.archive-row {
	display: grid;
	grid-template-columns: minmax(120px, auto) 1fr auto;
	gap: 1rem;
	align-items: baseline;
	width: 100%;
	padding: 1.1rem 0;
	border-bottom: 1px dashed color-mix(in srgb, var(--color-foreground) 25%, transparent);
	text-align: left;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
	box-sizing: border-box;
}
.stories-archive__list > li:first-child .archive-row { border-top: 1px solid color-mix(in srgb, var(--color-foreground) 35%, transparent); }
a.archive-row:hover,
a.archive-row:focus-visible {
	background: color-mix(in srgb, var(--color-foreground) 4%, transparent);
	outline: none;
}
a.archive-row:hover .archive-row__title,
a.archive-row:focus-visible .archive-row__title {
	color: var(--color-primary);
}
.archive-row__no { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-accent); white-space: nowrap; }
.archive-row__title { font-family: var(--font-display); font-size: 1.125rem; line-height: 1.35; color: var(--color-foreground); transition: color 0.2s; }
@media (min-width: 768px) { .archive-row__title { font-size: 1.25rem; } }
.archive-row__note { font-style: italic; font-size: 0.9rem; color: var(--color-muted-fg); display: none; text-align: right; max-width: 20rem; }
@media (min-width: 768px) { .archive-row__note { display: inline; } }
.stories-archive__footnote { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-muted-fg); margin-top: 1rem; text-align: right; }
.stories-section__footer-note { text-align: center; margin-top: 3.5rem; font-style: italic; color: var(--color-muted-fg); }

/* ---------------------------------------------------------------------
   13. Podcast — moss-deep band; light text (parity with Lovable text-background)
   --------------------------------------------------------------------- */
.podcast-section { background: var(--color-moss-deep); color: var(--color-background); }
.podcast-section .kicker,
.podcast-section .podcast-section__kicker,
.podcast-section .script-accent,
.podcast-section .section-heading,
.podcast-section .podcast-section__heading,
.podcast-section .podcast-section__caption,
.podcast-section .podcast-section__script,
.podcast-section .podcast-section__subcaption,
.podcast-section .podcast-section__paragraph {
	color: var(--color-background);
}
.podcast-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.5rem;
	align-items: center;
}
@media (min-width: 1024px) {
	.podcast-section__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 4rem;
	}
	.podcast-section__visual { grid-column: span 5; min-width: 0; }
	.podcast-section__copy { grid-column: span 7; min-width: 0; }
}
.podcast-section__cover-link { color: inherit; text-decoration: none; }
.podcast-section__cover-link:hover .podcast-section__cover img { transform: scale(1.02); }
.podcast-section__cover { position: relative; aspect-ratio: 1/1; overflow: hidden; border: 1px solid color-mix(in srgb, var(--color-background) 25%, transparent); }
.podcast-section__cover::after {
	content: '';
	position: absolute;
	inset: 0.75rem;
	border: 1px solid color-mix(in srgb, var(--color-background) 15%, transparent);
	pointer-events: none;
	z-index: 1;
}
.podcast-section__cover img { transition: transform 0.7s var(--transition-smooth); }
.podcast-section__caption { text-align: center; margin-top: 1.25rem; font-size: 1.5rem; }
.podcast-section__subcaption { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.8; text-align: center; margin-top: 0.5rem; }
.podcast-section__kicker { opacity: 0.7; margin-bottom: 1rem; }
.podcast-section__heading { font-size: 2.25rem; margin-bottom: 0.75rem; line-height: 1.04; }
@media (min-width: 768px) { .podcast-section__heading { font-size: 3rem; } }
@media (min-width: 1024px) { .podcast-section__heading { font-size: 3.75rem; } }
.podcast-section__script { font-size: 1.875rem; margin-bottom: 2rem; }
.podcast-section__paragraph { line-height: 1.7; margin-bottom: 1.25rem; opacity: 0.9; }
.podcast-section__paragraph--italic { font-style: italic; opacity: 0.75; margin-bottom: 2.5rem; }
.podcast-section__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 2.5rem; }
.podcast-section__actions svg { width: 14px; height: 14px; }
.podcast-section .heritage-link--invert {
	color: var(--color-background);
}
.podcast-section .heritage-link--invert:hover {
	color: var(--color-background);
	opacity: 0.7;
}
.podcast-section .heritage-link--invert::after {
	background: var(--color-background);
}

/* ---------------------------------------------------------------------
   14. Markets
   --------------------------------------------------------------------- */
.markets-section { background: var(--color-background); border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.markets-list { max-width: 48rem; margin: 4rem auto 0; }
.market-row { display: grid; grid-template-columns: 3fr 9fr; gap: 1.5rem; align-items: center; padding: 2rem 0; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.markets-list .market-row:last-child { border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.market-row__date { text-align: center; }
.market-row__month { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.market-row__day { font-size: 1.75rem; margin-top: 0.25rem; }
@media (min-width: 768px) { .market-row__day { font-size: 2.25rem; } }
.market-row__info { border-left: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); padding-left: 1.5rem; }
.market-row__name { font-size: 1.5rem; line-height: 1.25; margin-bottom: 0.25rem; }
.market-row__detail { color: color-mix(in srgb, var(--color-foreground) 70%, transparent); font-size: 15px; line-height: 1.6; }

/* ---------------------------------------------------------------------
   15. Contact CTA
   --------------------------------------------------------------------- */
.contact-section { position: relative; overflow: hidden; background: var(--color-ink); }
.contact-section__bg { opacity: 0.95; }
.contact-section__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.15), transparent, rgba(0,0,0,0.4)); pointer-events: none; }
.contact-section__grain { position: absolute; inset: 0; opacity: 0.3; mix-blend-mode: overlay; pointer-events: none; }
.contact-section__frame { position: absolute; inset: 1rem; border: 1px solid color-mix(in srgb, var(--color-foreground) 25%, transparent); pointer-events: none; }
@media (min-width: 768px) { .contact-section__frame { inset: 2rem; } }
.contact-section__inner { position: relative; padding-block: 7rem 10rem; }

.postcard { position: relative; background: var(--color-butter); border: 1px solid color-mix(in srgb, var(--color-foreground) 55%, transparent); box-shadow: 0 2px 0 color-mix(in srgb, var(--color-foreground) 8%, transparent), 0 30px 60px -20px rgba(40,28,18,0.55); color: var(--color-foreground); text-align: left; width: 100%; max-width: 36rem; margin: 0 auto; transform: rotate(-2deg); }
.postcard::after { content: ''; position: absolute; inset: 6px; border: 1px solid color-mix(in srgb, var(--color-foreground) 18%, transparent); pointer-events: none; }
.postcard__tack { position: absolute; top: -8px; width: 12px; height: 12px; border-radius: 50%; background: var(--color-rosa); box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 4px rgba(0,0,0,0.35); display: none; }
@media (min-width: 640px) { .postcard__tack { display: block; } }
.postcard__tack--left { left: 1.5rem; }
.postcard__tack--right { right: 1.5rem; }
.postcard__header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem 0.75rem; border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 40%, transparent); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.postcard__header-center { display: none; }
@media (min-width: 640px) { .postcard__header-center { display: inline; } }
.postcard__body { padding: 2rem 1.5rem; text-align: center; }
@media (min-width: 768px) { .postcard__body { padding: 2.5rem 2.5rem; } }
.contact-section__heading { font-size: 2rem; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .contact-section__heading { font-size: 2.5rem; } }
@media (min-width: 1024px) { .contact-section__heading { font-size: 3.25rem; } }
.contact-section__script { font-size: 1.75rem; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .contact-section__script { font-size: 2.25rem; } }
.contact-section__paragraph { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.7; max-width: 28rem; margin: 0 auto 1.75rem; }
.contact-section__ornament { max-width: 180px; margin: 0 auto 2rem; }
.contact-section__actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; }
@media (min-width: 640px) { .contact-section__actions { flex-direction: row; gap: 2.5rem; } }

/* ---------------------------------------------------------------------
   16. Cart drawer + overlay
   --------------------------------------------------------------------- */
#theme-cart-overlay { position: fixed; inset: 0; z-index: 90; background: color-mix(in srgb, var(--color-foreground) 20%, transparent); opacity: 0; pointer-events: none; transition: opacity 0.3s; }
body.cart-open #theme-cart-overlay { opacity: 1; pointer-events: auto; }
#theme-cart-drawer { position: fixed; right: 0; top: 0; z-index: 91; height: 100%; width: 100%; max-width: 28rem; background: var(--color-background); box-shadow: var(--shadow-elevated); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.35s var(--transition-smooth); }
body.cart-open #theme-cart-drawer { transform: translateX(0); }
#theme-cart-drawer.is-updating { opacity: 0.6; pointer-events: none; }
.theme-cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid var(--color-border); }
.theme-cart-drawer__title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; }
.theme-cart-drawer__close svg { width: 20px; height: 20px; }
.theme-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; gap: 1rem; }
.theme-cart-drawer__empty svg { width: 48px; height: 48px; color: var(--color-muted-fg); }
.theme-cart-drawer__items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.theme-cart-item { display: flex; gap: 1rem; }
.theme-cart-item__image { width: 5rem; height: 6rem; background: var(--color-secondary); overflow: hidden; flex-shrink: 0; display: block; }
.theme-cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-item__info { flex: 1; min-width: 0; }
.theme-cart-item__name { font-size: 0.95rem; font-weight: 500; display: block; }
.theme-cart-item__price { font-size: 0.9rem; color: var(--color-muted-fg); margin-top: 0.15rem; }
.theme-cart-item__variation { font-size: 0.8rem; color: var(--color-muted-fg); margin-top: 0.15rem; }
.theme-cart-item__controls { display: flex; align-items: center; gap: 0.6rem; margin-top: 0.6rem; }
.theme-cart-item__qty-btn { padding: 0.25rem; border-radius: 4px; }
.theme-cart-item__qty-btn:hover { background: var(--color-secondary); }
.theme-cart-item__qty-btn svg { width: 12px; height: 12px; }
.theme-cart-item__qty { font-size: 0.9rem; width: 1.5rem; text-align: center; }
.theme-cart-item__remove { margin-left: auto; font-size: 0.85rem; color: var(--color-muted-fg); }
.theme-cart-item__remove:hover { color: var(--color-foreground); }
.theme-cart-drawer__footer { padding: 1.5rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__subtotal { display: flex; justify-content: space-between; font-size: 0.9rem; }
.theme-cart-drawer__shipping-note { font-size: 0.85rem; color: var(--color-muted-fg); }
.theme-cart-drawer__checkout { width: 100%; }
.theme-cart-drawer__empty-btn { width: 100%; }

/* ---------------------------------------------------------------------
   17. Contact modal
   --------------------------------------------------------------------- */
.theme-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; padding: 1.5rem; }
body.modal-open .theme-modal { opacity: 1; pointer-events: auto; }
.theme-modal__overlay { position: absolute; inset: 0; background: color-mix(in srgb, var(--color-foreground) 40%, transparent); }
.theme-modal__panel { position: relative; background: var(--color-background); border-radius: var(--card-radius); max-width: 32rem; width: 100%; max-height: 90vh; overflow-y: auto; padding: 2rem; transform: translateY(10px) scale(0.98); transition: transform 0.3s; box-shadow: var(--shadow-elevated); }
body.modal-open .theme-modal__panel { transform: translateY(0) scale(1); }
.theme-modal__close { position: absolute; top: 1rem; right: 1rem; padding: 0.4rem; }
.theme-modal__close svg { width: 18px; height: 18px; }
.theme-modal__title { font-size: 1.5rem; margin-bottom: 0.5rem; }
.theme-modal__description { color: var(--color-muted-fg); line-height: 1.6; margin-bottom: 1.25rem; }
.theme-modal__contacts { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; font-size: 0.9rem; color: var(--color-muted-fg); }
.theme-modal__contact-link { display: flex; align-items: center; gap: 0.5rem; }
.theme-modal__contact-link:hover { color: var(--color-foreground); }
.theme-modal__contact-link svg { width: 16px; height: 16px; }
.theme-modal__success { text-align: center; padding: 2rem 0; }
.theme-modal__success-icon { width: 3.5rem; height: 3.5rem; background: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.theme-modal__success-icon svg { width: 28px; height: 28px; color: var(--color-button-text); }
.theme-field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.theme-field label { font-size: 0.875rem; font-weight: 500; }
.theme-field input, .theme-field textarea, .theme-modal__form-row { width: 100%; }
.theme-modal__form-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .theme-modal__form-row { grid-template-columns: 1fr 1fr; } }
.theme-field input, .theme-field textarea {
	padding: 0.6rem 0.75rem; background: var(--color-background); border: 1px solid var(--color-border); border-radius: var(--radius); font-size: 0.95rem;
}
.theme-field input:focus, .theme-field textarea:focus { outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 40%, transparent); }
.theme-modal__form-footer { display: flex; justify-content: flex-end; }
.theme-modal__form-footer svg { width: 16px; height: 16px; }

/* ---------------------------------------------------------------------
   18. Single product page — Sections 11, 11.13
   --------------------------------------------------------------------- */
.single-product-main { padding-top: 6rem; }
@media (min-width: 1024px) { .single-product-main { padding-top: 7rem; } }
.single-product__breadcrumb { padding: 1.5rem 0; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-fg); }
.single-product__breadcrumb a:hover { color: var(--color-foreground); }
.single-product__breadcrumb-sep { margin: 0 0.5rem; opacity: 0.5; }
.single-product__breadcrumb-cat a { color: var(--color-foreground); }

.theme-product-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 6rem; min-width: 0; }
@media (min-width: 1024px) { .theme-product-layout { grid-template-columns: 7fr 5fr; gap: 4rem; } }
.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; }
.theme-product-main-image { position: relative; aspect-ratio: 1/1; background: var(--color-secondary); overflow: hidden; margin-bottom: 1rem; }
.theme-product-thumbnails { display: flex; gap: 0.75rem; flex-wrap: wrap; max-width: 100%; }
.theme-product-thumb { position: relative; width: 5rem; height: 5rem; flex-shrink: 0; overflow: hidden; background: var(--color-secondary); }
.theme-product-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transition: opacity 0.2s; }
.theme-product-thumb.is-active img, .theme-product-thumb:hover img { opacity: 1; }
.theme-product-thumb.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--color-foreground); }

.single-product__cats { font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--color-muted-fg); margin-bottom: 0.75rem; }
.single-product__cats a { color: var(--color-muted-fg); }
.product-title { font-size: 1.875rem; line-height: 1.15; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .product-title { font-size: 2.75rem; } }
.single-product__price { font-size: 1.25rem; margin-bottom: 1rem; }
.single-product__stock { font-family: var(--font-mono); text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 1.25rem; }
.single-product__stock.is-out-of-stock { color: var(--color-rosa); }
.single-product__description,
.woocommerce-product-details__short-description,
.woocommerce-variation-description,
.single-product .posted_in {
	overflow-wrap: break-word;
	word-break: break-word;
	color: color-mix(in srgb, var(--color-foreground) 80%, transparent);
	line-height: 1.7;
	margin-bottom: 1.75rem;
}
.single-product__description p { margin-bottom: 1rem; }

.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 1px solid var(--color-border); border-radius: 0; overflow: hidden; }
.theme-qty-minus, .theme-qty-plus { padding: 0.65rem 0.9rem; }
.theme-qty-minus:hover, .theme-qty-plus:hover { background: var(--color-secondary); }
.theme-qty-minus svg, .theme-qty-plus svg { width: 13px; height: 13px; }
.theme-qty-input { width: 3rem; text-align: center; border: none; background: transparent; -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.single-product .theme-add-to-cart-area,
.theme-add-to-cart-area {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}
.single-product .single_add_to_cart_button,
.theme-add-to-cart-area .single_add_to_cart_button {
	flex: 1 1 auto;
	min-width: 160px;
}

.single-product__details-title { font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 1rem; font-family: var(--font-body); font-weight: 600; }

/* Variations table layout */
.single-product .variations.shop_attributes tbody,
.single-product .variations tbody tr,
.single-product .variations tbody td { display: block; width: 100%; }
.single-product .variations tbody tr { margin-bottom: 1.25rem; }
.single-product .variations tbody td.label { padding-bottom: 0.375rem; font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 0.15em; }
.single-product .variations tbody td.value { padding-top: 0; }
.single-product .variations select { width: 100%; max-width: 20rem; padding: 0.6rem 0.75rem; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-background); font-size: 0.95rem; }
.theme-attr-select-hidden { display: none !important; }

.related-products-section { padding-block: 5rem; border-top: 1px solid var(--color-border); }
.related-products-section__heading-block { text-align: center; margin-bottom: 3rem; }
.related-products-section__eyebrow {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1rem;
	color: var(--color-muted-fg);
	margin-bottom: 0.5rem;
}
.related-products-section__heading {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 1.875rem;
	margin: 0;
}
@media (min-width: 768px) { .related-products-section__heading { font-size: 2.25rem; } }
.related-products-section__grid {
	column-gap: 1.5rem;
	row-gap: 2rem;
}
@media (min-width: 1024px) {
	.related-products-section__grid {
		column-gap: 2rem;
		row-gap: 2rem;
	}
}
.related-products-section .theme-product-card.reveal-item,
.related-products-section .reveal-item {
	opacity: 1;
	transform: none;
	transition: none;
}

/* ---------------------------------------------------------------------
   19. WooCommerce global overrides — Sections 11.4.1, 11.4.2, 14
   --------------------------------------------------------------------- */
.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
	background-color: var(--color-foreground) !important;
	color: var(--color-background) !important;
	border: none !important;
	border-radius: 999px !important;
	min-height: var(--btn-height) !important;
	padding: var(--btn-padding) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: var(--font-body) !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.25em !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: opacity 0.2s ease !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
	opacity: 0.85 !important;
	background-color: var(--color-foreground) !important;
	color: var(--color-background) !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
	pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
	opacity: 0.4 !important;
	background-color: var(--color-primary) !important;
}
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }
.ajax_add_to_cart.theme-btn-loading { opacity: 0.6 !important; pointer-events: none !important; cursor: wait !important; }

/* Card compact button — overrides the global ATC button rules intentionally. */
.theme-product-card .add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important;
	padding: 0 !important;
	background: none !important;
	color: var(--color-foreground) !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: inline-flex !important;
	font-family: var(--font-body) !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	letter-spacing: 0.32em !important;
	text-transform: uppercase !important;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart:hover {
	opacity: 1 !important;
	background: none !important;
	color: var(--color-accent) !important;
}

.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

/* Notices — scoped visibility (Section 14.1) */
.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	font-family: var(--font-body);
	border-radius: var(--radius);
	padding: 1rem 1.5rem;
	margin-bottom: 1.5rem;
	list-style: none;
	background: var(--color-secondary);
	border-top: 3px solid var(--color-accent);
}
.woocommerce-error { border-top-color: var(--color-rosa); }

/* ---------------------------------------------------------------------
   20. Checkout (Section 13) — WooCommerce Checkout Block front-end layout
   --------------------------------------------------------------------- */
body.woocommerce-checkout .site-main {
	/* Sticky header already occupies flow space; only clear the overhanging logo. */
	padding-top: 2.5rem;
	padding-bottom: 0;
	max-width: none;
	width: 100%;
}

/* Parents must not compress the block checkout width. */
body.woocommerce-checkout .site-main > .container-wide.page-content,
body.woocommerce-checkout .page-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout article {
	max-width: none;
	width: 100%;
}

body.woocommerce-checkout .page-content {
	padding-top: 0;
	padding-bottom: 3rem;
	padding-inline: 1.5rem;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	body.woocommerce-checkout .page-content {
		padding-inline: 2rem;
	}
}
@media (min-width: 1024px) {
	body.woocommerce-checkout .site-main {
		padding-top: 3rem;
	}
}

body.woocommerce-checkout .page-title {
	max-width: 1280px;
	margin: 0 auto 2rem;
	width: 100%;
	box-sizing: border-box;
}

/* Outer checkout block: desired content width, centered. */
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout,
.entry-content .wp-block-woocommerce-checkout,
.entry-content .wc-block-checkout {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

/* Notices: same width/alignment as main checkout content (class is notices with “s”). */
body.woocommerce-checkout .wc-block-components-notices,
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-notices,
.entry-content .wc-block-checkout .wc-block-components-notices,
.entry-content .wp-block-woocommerce-checkout .wc-block-components-notices {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

/* Real 2-col layout lives on sidebar-layout (not only on .wc-block-checkout). */
body.woocommerce-checkout .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-checkout-sidebar-layout,
.entry-content .wc-block-checkout .wc-block-components-sidebar-layout,
.entry-content .wc-block-checkout .wc-block-checkout-sidebar-layout,
.entry-content .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout,
.entry-content .wp-block-woocommerce-checkout .wc-block-checkout-sidebar-layout {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	align-items: stretch;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout > *,
body.woocommerce-checkout .wc-block-checkout-sidebar-layout > *,
.entry-content .wc-block-checkout .wc-block-components-sidebar-layout > *,
.entry-content .wc-block-checkout .wc-block-checkout-sidebar-layout > *,
.entry-content .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > *,
.entry-content .wp-block-woocommerce-checkout .wc-block-checkout-sidebar-layout > * {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

/* Notices / alerts: full width of the grid. */
body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-notices,
body.woocommerce-checkout .wc-block-checkout-sidebar-layout > .wc-block-components-notices,
.entry-content .wc-block-checkout .wc-block-components-sidebar-layout > .wc-block-components-notices,
.entry-content .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-notices {
	grid-column: 1 / -1;
	order: 1;
	width: 100%;
	max-width: 100%;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-components-main,
.entry-content .wc-block-checkout .wc-block-checkout__main,
.entry-content .wc-block-checkout .wc-block-components-main {
	order: 2;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar,
.entry-content .wc-block-checkout .wc-block-checkout__sidebar,
.entry-content .wc-block-checkout .wc-block-components-sidebar {
	order: 3;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	body.woocommerce-checkout .wc-block-components-sidebar-layout,
	body.woocommerce-checkout .wc-block-checkout-sidebar-layout,
	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large,
	.entry-content .wc-block-checkout .wc-block-components-sidebar-layout,
	.entry-content .wc-block-checkout .wc-block-checkout-sidebar-layout,
	.entry-content .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout,
	.entry-content .wp-block-woocommerce-checkout .wc-block-checkout-sidebar-layout {
		display: grid;
		grid-template-columns: 1fr minmax(360px, 400px);
		gap: 1.5rem;
		align-items: start;
	}

	body.woocommerce-checkout .wc-block-checkout__sidebar,
	body.woocommerce-checkout .wc-block-components-sidebar,
	.entry-content .wc-block-checkout .wc-block-checkout__sidebar,
	.entry-content .wc-block-checkout .wc-block-components-sidebar {
		min-width: 360px;
	}
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.entry-content .wp-block-woocommerce-checkout-order-summary-block {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
	background-color: color-mix(in srgb, var(--color-secondary) 100%, transparent);
	border-radius: var(--card-radius);
	padding: 2rem;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select {
	width: 100% !important;
	max-width: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-textarea textarea,
.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row select {
	font-family: var(--font-body);
	font-size: 0.95rem;
	color: var(--color-foreground);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background-color: var(--color-background);
	padding: revert;
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus {
	outline: none;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 40%, transparent);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
	border-radius: var(--btn-radius) !important;
	font-family: var(--font-body) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: none !important;
}

/* ---------------------------------------------------------------------
   21. Thank you page (Section 22.8)
   --------------------------------------------------------------------- */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; }
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
body.theme-thankyou-page .woocommerce-order h2,
body.theme-thankyou-page .woocommerce-order-details__title { padding: 0 0 1rem 0; font-size: 1.5rem; }
body.theme-thankyou-page .woocommerce-customer-details { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
body.theme-thankyou-page .woocommerce-customer-details address { max-width: 480px; overflow-wrap: break-word; border: 1px solid var(--color-border); padding: 1rem; border-radius: var(--radius); }

/* ---------------------------------------------------------------------
   22. Generic pages / 404 / story single
   --------------------------------------------------------------------- */
.site-main { min-height: 40vh; }
.page-content { padding: 6rem 0; }
.page-title { font-size: 2.25rem; margin-bottom: 1.5rem; }

.error-404-main { display: flex; align-items: center; min-height: 70vh; }
.error-404-content { text-align: center; }
.error-404-heading { font-size: 3rem; margin-bottom: 1rem; }
.error-404-message { color: var(--color-muted-fg); margin-bottom: 2rem; }

.story-single {
	padding-top: calc(4.5rem + var(--admin-bar-offset, 0px));
	padding-bottom: 0;
	background: var(--color-background);
}
.story-single__crumb { border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.story-single__crumb-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 0;
}
.story-single__back { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 10.5px; }
.story-single__back svg { width: 12px; height: 12px; }
.story-single__meta { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-muted-fg); margin: 0; }
.story-single__header {
	padding: 3rem 0 2.5rem;
	text-align: center;
}
@media (min-width: 768px) {
	.story-single__header { padding: 5rem 0 3.5rem; }
}
.story-single__kicker { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 1.5rem; }
.story-single__title { font-size: 2.25rem; line-height: 1.05; max-width: 56rem; margin: 0 auto; }
@media (min-width: 640px) { .story-single__title { font-size: 3rem; } }
@media (min-width: 768px) { .story-single__title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .story-single__title { font-size: 4.5rem; } }
.story-single__standfirst {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1.125rem;
	line-height: 1.45;
	color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
	margin: 1.5rem auto 0;
	max-width: 42rem;
}
@media (min-width: 768px) { .story-single__standfirst { font-size: 1.25rem; margin-top: 1.75rem; } }
.story-single__ornament { max-width: 160px; margin: 2.5rem auto 0; opacity: 0.6; }
.story-single__hero { padding: 0 0 3rem; }
@media (min-width: 768px) { .story-single__hero { padding-bottom: 4rem; } }
.story-single__hero--dateline-only { padding-top: 0; padding-bottom: 2rem; }
.story-single__hero-frame {
	position: relative;
	aspect-ratio: 16/9;
	background: var(--color-butter);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent);
	overflow: hidden;
}
.story-single__hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-single__hero-mark { top: 1rem; right: 1rem; left: auto; color: var(--color-rosa); }
.story-single__hero-mark span { display: block; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; line-height: 1.35; }
.story-single__dateline {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
	text-align: center;
	margin: 0.85rem 0 0;
}
.story-single__body { padding: 0 0 4.5rem; }
@media (min-width: 768px) { .story-single__body { padding-bottom: 5.5rem; } }
.story-single__prose { max-width: 40rem; margin: 0 auto; }
.story-single__prose > p {
	font-family: var(--font-body);
	color: color-mix(in srgb, var(--color-foreground) 85%, transparent);
	line-height: 1.85;
	font-size: 16.5px;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	.story-single__prose > p { font-size: 17px; }
}
.story-single__prose > p:first-of-type::first-letter {
	font-family: var(--font-display);
	font-size: 3.6rem;
	line-height: 0.9;
	float: left;
	margin: 0.15rem 0.45rem 0 0;
	color: var(--color-rosa);
}
.story-single__prose blockquote {
	margin: 2.5rem 0;
	border-left: 2px solid color-mix(in srgb, var(--color-rosa) 60%, transparent);
	padding-left: 1.25rem;
}
@media (min-width: 768px) {
	.story-single__prose blockquote { margin: 3rem 0; padding-left: 1.75rem; }
}
.story-single__prose blockquote p {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1.25rem;
	line-height: 1.4;
	color: color-mix(in srgb, var(--color-foreground) 90%, transparent);
	margin-bottom: 0;
}
@media (min-width: 768px) { .story-single__prose blockquote p { font-size: 1.5rem; } }
.story-single__prose blockquote footer {
	display: block;
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin-top: 1rem;
	color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
}
.story-single__prose hr {
	border: none;
	height: 0;
	margin: 3rem auto;
	max-width: 7.5rem;
	position: relative;
}
.story-single__prose hr::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: color-mix(in srgb, var(--color-foreground) 22%, transparent);
}
.story-single__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 0;
}
.story-single__tag {
	display: inline-block;
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--color-muted-fg);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 18%, transparent);
	padding: 0.35rem 0.7rem;
	background: color-mix(in srgb, var(--color-butter) 70%, transparent);
}
.story-single__author-ornament { max-width: 120px; margin: 3.5rem auto 1.75rem; opacity: 0.5; }
.story-single__author { display: flex; align-items: center; justify-content: center; gap: 1rem; text-align: left; }
.story-single__author-avatar {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: var(--color-butter);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent);
	padding: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.story-single__author-avatar img { width: 100%; height: 100%; object-fit: contain; }
.story-single__author-name { font-family: var(--font-display); margin: 0; }
.story-single__author-sub { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--color-muted-fg); margin: 0.2rem 0 0; }
.story-single__related { background: var(--color-kraft); border-top: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.story-single__related-inner { padding: 4rem 0; }
@media (min-width: 768px) { .story-single__related-inner { padding: 5rem 0; } }
.story-single__related-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; max-width: 56rem; margin: 0 auto; }
@media (min-width: 768px) { .story-single__related-grid { grid-template-columns: 1fr 1fr; gap: 3.5rem; } }
.story-card-compact__image { display: block; overflow: hidden; border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); background: var(--color-butter); margin-bottom: 1.25rem; position: relative; aspect-ratio: 16/10; }
.story-card-compact__kicker { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 0.5rem; }
.story-card-compact__title { font-size: 1.5rem; line-height: 1.25; margin-bottom: 0.75rem; }
.story-card-compact__excerpt { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.6; font-size: 15px; margin-bottom: 1rem; }
.story-single__related-back { text-align: center; margin-top: 3.5rem; }

/* ---------------------------------------------------------------------
   23. Footer
   --------------------------------------------------------------------- */
.site-footer { background: var(--color-moss-deep); color: var(--color-background); }
.site-footer__inner { padding-block: 4rem 5rem; }
.site-footer__brand { display: flex; flex-direction: column; align-items: center; text-align: center; }
.site-footer__logo-link {
	max-width: 280px;
	transition: opacity 0.2s ease;
}
.site-footer__logo-link:hover { opacity: 0.8; }
@media (min-width: 640px) { .site-footer__logo-link { max-width: 320px; } }
.site-footer__logo { width: 100%; height: auto; filter: brightness(0) invert(1); display: block; }
.site-footer__tagline {
	font-family: var(--font-script);
	font-size: 1.35rem;
	margin-top: 1rem;
	opacity: 0.9;
	max-width: 22rem;
	line-height: 1.25;
	padding-inline: 0.5rem;
}
@media (min-width: 640px) { .site-footer__tagline { font-size: 1.5rem; max-width: none; } }
.site-footer__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1.25rem;
	row-gap: 2.25rem;
	margin-top: 3.5rem;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
@media (min-width: 480px) {
	.site-footer__columns { column-gap: 2rem; }
}
@media (min-width: 768px) {
	.site-footer__columns {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 2rem;
	}
}
.footer-col { min-width: 0; }
.footer-col-title {
	font-family: var(--font-display);
	font-size: 1rem;
	margin: 0 0 0.85rem;
	opacity: 0.95;
	line-height: 1.2;
}
.footer-col-links {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-link {
	display: inline-block;
	max-width: 100%;
	font-size: 10.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.45;
	opacity: 0.75;
	transition: opacity 0.2s;
	overflow-wrap: anywhere;
	hyphens: auto;
}
@media (min-width: 480px) {
	.footer-link { font-size: 11px; letter-spacing: 0.18em; }
}
@media (min-width: 768px) {
	.footer-link { letter-spacing: 0.22em; overflow-wrap: normal; }
}
.footer-link:hover { opacity: 1; }
.site-footer__ornament { margin-top: 3.5rem; color: color-mix(in srgb, var(--color-background) 40%, transparent); }
.site-footer__bottom {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	opacity: 0.7;
	text-align: center;
	padding-inline: 0.25rem;
}
@media (min-width: 640px) {
	.site-footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		gap: 1rem;
	}
}
.site-footer__copyright,
.site-footer__links a {
	font-size: 10.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.4;
}
@media (min-width: 640px) {
	.site-footer__copyright,
	.site-footer__links a { font-size: 11px; letter-spacing: 0.18em; }
}
.site-footer__quote {
	font-size: 11px;
	font-style: italic;
	line-height: 1.45;
	max-width: 22rem;
}
.site-footer__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem 1rem;
}
.site-footer__sep { opacity: 0.4; }

/* ---------------------------------------------------------------------
   24. Utility
   --------------------------------------------------------------------- */
.theme-icon { width: 20px; height: 20px; }
