:root {
	--cream: #faf7ee;
	--cream-deep: #f2ecdc;
	--ink: #2a1e16;
	--ink-soft: #5c4d41;
	--gold: #a57c3b;
	--gold-soft: #c9a468;
	--espresso: #241a13;
	--espresso-2: #2f231a;
	--line: rgba(42, 30, 22, 0.14);
	--serif: 'Cormorant Garamond', Georgia, serif;
	--sans: 'Manrope', -apple-system, 'Segoe UI', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body {
	font-family: var(--sans);
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--ink);
	background: var(--cream);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
.narrow { max-width: 720px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.14; letter-spacing: -0.01em; }
h1 em, h2 em { font-style: italic; font-weight: 500; color: var(--gold); }
.eyebrow {
	font-family: var(--sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 1rem;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(250, 247, 238, 0.92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 0.85rem; }
.brand { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; text-decoration: none; letter-spacing: 0.01em; }
.brand span { color: var(--gold); font-style: italic; }
.nav { display: flex; align-items: center; gap: 1.6rem; font-size: 0.9rem; font-weight: 600; }
.nav a { text-decoration: none; color: var(--ink-soft); }
.nav a:hover { color: var(--ink); }
.nav .nav-cta { color: var(--cream); background: var(--ink); padding: 0.5rem 1.1rem; border-radius: 999px; }
.nav .nav-cta:hover { background: var(--espresso-2); color: var(--cream); }
@media (max-width: 760px) { .nav a:not(.nav-cta) { display: none; } }

/* Article */
.article { padding: 3rem 0 3.5rem; }
.breadcrumb { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1.6rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }
.article h1 { font-size: clamp(2.1rem, 4.6vw, 3rem); margin-bottom: 1rem; }
.article-dek { font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.4; color: var(--ink-soft); margin-bottom: 1.6rem; }
.article-meta {
	display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center;
	font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft);
	border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
	padding: 0.9rem 0; margin-bottom: 2.4rem;
}
.pill { background: var(--gold); color: var(--espresso); padding: 0.15rem 0.6rem; border-radius: 999px; letter-spacing: 0.06em; }
.article-hero { width: 100%; border-radius: 18px; margin-bottom: 2.2rem; border: 1px solid var(--line); }

/* Prose */
.prose p { margin-bottom: 1.25rem; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin: 2.4rem 0 0.9rem; }
.prose h3 { font-size: 1.3rem; margin: 1.9rem 0 0.7rem; }
.prose ul { list-style: none; margin: 0 0 1.4rem; }
.prose li { position: relative; padding-left: 1.5rem; margin-bottom: 0.6rem; }
.prose li::before { content: ''; position: absolute; left: 0.25rem; top: 0.72em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.prose strong { font-weight: 700; color: var(--ink); }
.takeaway { margin: 2.2rem 0; padding: 1.4rem 1.7rem; background: var(--cream-deep); border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; }
.takeaway p { font-family: var(--serif); font-style: italic; font-size: 1.4rem; line-height: 1.35; color: var(--ink); margin: 0; }

/* Related + hub cards */
.related { padding-top: 2.4rem; margin-top: 2.8rem; border-top: 1px solid var(--line); }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.2rem; }
.post-card { display: block; text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem; transition: transform 0.15s, box-shadow 0.15s; }
.post-card:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(36, 26, 19, 0.1); }
.post-card .thumb { width: calc(100% + 3rem); max-width: none; margin: -1.5rem -1.5rem 1.1rem; border-radius: 15px 15px 0 0; aspect-ratio: 16 / 9; object-fit: cover; }
.post-card .k { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.post-card h3 { font-size: 1.28rem; margin: 0.5rem 0; }
.post-card p { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.55; }

/* Hub */
.hub-hero { padding: 3.5rem 0 1.5rem; text-align: center; }
.hub-hero h1 { font-size: clamp(2.5rem, 5.4vw, 3.6rem); }
.hub-hero p { max-width: 60ch; margin: 1.1rem auto 0; color: var(--ink-soft); font-size: 1.15rem; }
.cat-section { padding: 2.4rem 0; }
.cat-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 1.5rem; margin-bottom: 1.4rem; padding-bottom: 0.8rem; border-bottom: 1px solid var(--line); }
.cat-head h2 { font-size: clamp(1.7rem, 3.5vw, 2.1rem); }
.cat-head span { font-size: 0.9rem; color: var(--ink-soft); }

/* CTA band */
.band-dark { background: var(--espresso); color: var(--cream); }
.final-cta { text-align: center; padding: 5rem 0; margin-top: 3rem; }
.final-cta .eyebrow { color: var(--gold-soft); }
.final-cta h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); color: var(--cream); max-width: 20ch; margin: 0 auto 1rem; }
.final-cta p { color: rgba(250, 247, 238, 0.8); max-width: 48ch; margin: 0 auto 1.7rem; }
.store-cta { display: inline-flex; align-items: center; gap: 0.8rem; background: var(--cream); color: var(--espresso); text-decoration: none; padding: 0.9rem 1.5rem; border-radius: 14px; transition: transform 0.15s; }
.store-cta:hover { transform: translateY(-1px); }
.store-cta svg { width: 28px; height: 28px; fill: currentColor; flex-shrink: 0; }
.store-cta-text { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.store-cta-text small { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.75; }
.store-cta-text strong { font-size: 1.1rem; font-weight: 700; }

/* Footer */
.site-footer { background: var(--espresso); color: rgba(250, 247, 238, 0.72); padding: 3.5rem 0 2.5rem; font-size: 0.9rem; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.site-footer a { color: rgba(250, 247, 238, 0.85); text-decoration: none; }
.site-footer a:hover { color: var(--gold-soft); }
.footer-brand { font-family: var(--serif); font-size: 1.4rem; color: var(--cream); }
.footer-links { list-style: none; display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-disclaimer { border-top: 1px solid rgba(250, 247, 238, 0.15); padding-top: 1.6rem; font-size: 0.82rem; line-height: 1.6; color: rgba(250, 247, 238, 0.55); }

/* Cookie consent banner */
.consent {
	position: fixed;
	inset-inline: 1rem;
	bottom: 1rem;
	z-index: 100;
	max-width: 560px;
	margin: 0 auto;
	background: var(--espresso);
	color: var(--cream);
	border-radius: 14px;
	padding: 1rem 1.2rem;
	display: none;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
	font-size: 0.85rem;
}
.consent.visible { display: flex; }
.consent button { font-family: var(--sans); font-size: 0.85rem; font-weight: 700; border: 0; border-radius: 999px; padding: 0.5rem 1.1rem; cursor: pointer; }
.consent .accept { background: var(--gold); color: var(--espresso); }
.consent .decline { background: transparent; color: rgba(250, 247, 238, 0.7); }
