/*
 * Cuban Cigar Theme — main stylesheet.
 * Colour and font tokens are printed inline from the Customizer (see ccig_custom_properties_css()).
 */

/* ---------- Tokens ---------- */
:root {
	--c-primary: #6E1F2F;
	--c-primary-dark: #4f1622;
	--c-primary-soft: #f6eef0;
	--c-accent: #A8854F;
	--c-footer: #5A1826;
	--c-ink: #262120;
	--c-ink-soft: #5d5552;
	--c-muted: #7b7370;
	--c-paper: #ffffff;
	--c-cream: #FAF6F0;
	--c-line: #E6E0D8;
	--c-line-strong: #cfc6bb;
	--f-display: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
	--f-body: "Jost", "Helvetica Neue", Arial, sans-serif;
	--w-max: 1280px;
	--w-narrow: 760px;
	--gutter: clamp(1.25rem, 4vw, 2.5rem);
	--space-section: clamp(4rem, 9vw, 7.5rem);
	--radius: 2px;
	--ease: cubic-bezier(.2, .7, .2, 1);
	--shadow: 0 18px 40px -24px rgba(38, 33, 32, .35);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--c-paper);
	color: var(--c-ink);
	font-family: var(--f-body);
	font-size: 1.0625rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.menu-open, body.age-gate-open { overflow: hidden; }
img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
a { color: var(--c-primary); text-decoration-thickness: 1px; text-underline-offset: .2em; transition: color .2s var(--ease); }
a:hover { color: var(--c-primary-dark); }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--f-display);
	font-weight: 500;
	line-height: 1.12;
	color: var(--c-ink);
	margin: 0 0 .6em;
	letter-spacing: -.005em;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.15rem; }
p, ul, ol, dl, blockquote, figure, table { margin: 0 0 1.25em; }
figure { margin-left: 0; margin-right: 0; }
hr { border: 0; border-top: 1px solid var(--c-line); margin: 3rem 0; }
::selection { background: var(--c-primary); color: #fff; }

:focus-visible {
	outline: 2px solid var(--c-primary);
	outline-offset: 3px;
	border-radius: 1px;
}
.site-footer :focus-visible, .cta-band :focus-visible, .contact-panel :focus-visible, .age-notice :focus-visible { outline-color: #fff; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute !important; word-wrap: normal !important;
}
.skip-link:focus {
	clip: auto; clip-path: none; height: auto; width: auto; margin: 0;
	top: .75rem; left: .75rem; z-index: 1000; padding: .75rem 1.25rem;
	background: #fff; color: var(--c-primary); box-shadow: var(--shadow);
}
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.site-main:focus { outline: none; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--w-max); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: calc(var(--w-narrow) + 2 * var(--gutter)); }
.section { padding: var(--space-section) 0; }
.section--tight { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.section--cream { background: var(--c-cream); }
.section-header {
	display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
	gap: 1rem 3rem; margin-bottom: clamp(2rem, 4vw, 3rem);
}
.section-header .section-title { margin: 0; }
.section-header__text { max-width: 26rem; color: var(--c-ink-soft); margin: 0; }
.section-title { font-size: clamp(2rem, 3.6vw, 2.9rem); }
.section-title--small { font-size: 1.6rem; }
.section-footer { margin: 2.5rem 0 0; text-align: center; }
.layout-sidebar { display: grid; gap: 3.5rem; }
@media (min-width: 1024px) {
	.layout-sidebar { grid-template-columns: minmax(0, 1fr) 300px; gap: 4.5rem; }
}

/* Eyebrow: small caps label with a short burgundy rule */
.eyebrow {
	display: flex; align-items: center; gap: .75rem;
	font-family: var(--f-body); font-size: .75rem; font-weight: 500;
	letter-spacing: .22em; text-transform: uppercase; color: var(--c-primary);
	margin: 0 0 1rem;
}
.eyebrow::before { content: ""; width: 1.75rem; height: 1px; background: currentColor; flex: none; }
.eyebrow a { color: inherit; text-decoration: none; }
.eyebrow a:hover { text-decoration: underline; }

/* Signature: the cigar band ornament — a thin burgundy band with a gold medallion */
.band {
	position: relative; display: block; width: 5.5rem; height: 12px; margin: 0 0 1.75rem;
	border-top: 1px solid var(--c-primary); border-bottom: 1px solid var(--c-primary);
}
.band::before {
	content: ""; position: absolute; inset: 3px 0; background:
		repeating-linear-gradient(90deg, var(--c-primary) 0 1px, transparent 1px 5px);
	opacity: .55;
}
.band::after {
	content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 16px;
	transform: translate(-50%, -50%) rotate(45deg);
	background: var(--c-paper); border: 1px solid var(--c-accent);
	box-shadow: inset 0 0 0 3px var(--c-paper), inset 0 0 0 4px var(--c-accent);
}
.cta-band .band, .site-footer .band, .contact-panel .band { border-color: rgba(255,255,255,.7); }
.cta-band .band::before, .site-footer .band::before { background: repeating-linear-gradient(90deg, rgba(255,255,255,.7) 0 1px, transparent 1px 5px); }
.cta-band .band::after, .site-footer .band::after { background: var(--c-primary); box-shadow: inset 0 0 0 3px var(--c-primary), inset 0 0 0 4px var(--c-accent); }
.site-footer .band::after { background: var(--c-footer); box-shadow: inset 0 0 0 3px var(--c-footer), inset 0 0 0 4px var(--c-accent); }

/* ---------- Buttons ---------- */
.btn, button.btn, input[type="submit"].btn {
	--btn-bg: var(--c-primary); --btn-fg: #fff; --btn-bd: var(--c-primary);
	position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
	min-height: 3.1rem; padding: .85rem 1.9rem;
	font-family: var(--f-body); font-size: .78rem; font-weight: 500; letter-spacing: .2em;
	text-transform: uppercase; text-decoration: none; line-height: 1.2;
	color: var(--btn-fg); background: var(--btn-bg); border: 1px solid var(--btn-bd); border-radius: var(--radius);
	cursor: pointer; overflow: hidden; isolation: isolate;
	transition: color .35s var(--ease), border-color .35s var(--ease), background-color .35s var(--ease);
}
.btn::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: var(--c-primary-dark); transform: scaleX(0); transform-origin: right;
	transition: transform .45s var(--ease);
}
.btn:hover, .btn:focus-visible { color: var(--btn-fg); }
.btn:hover::before, .btn:focus-visible::before { transform: scaleX(1); transform-origin: left; }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--c-primary); }
.btn--outline::before { background: var(--c-primary); }
.btn--outline:hover, .btn--outline:focus-visible { color: #fff; }
.btn--light { --btn-bg: #fff; --btn-fg: var(--c-primary); --btn-bd: #fff; }
.btn--light::before { background: var(--c-cream); }
.btn--light:hover { color: var(--c-primary-dark); }
.btn--text {
	--btn-bg: transparent; --btn-bd: transparent; --btn-fg: var(--c-primary);
	padding-left: 0; padding-right: 0; min-height: 0;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 100% 1px; background-position: 0 100%; background-repeat: no-repeat;
	border-radius: 0; padding-bottom: .3rem;
}
.btn--text::before { display: none; }
.btn--text:hover { color: var(--c-primary-dark); background-size: 40% 1px; }
.btn--small { min-height: 2.6rem; padding: .6rem 1.2rem; font-size: .72rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 1rem; margin: 0; }
.link-arrow {
	display: inline-flex; align-items: center; gap: .5rem;
	font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; font-weight: 500;
}
.link-arrow::after { content: "→"; transition: transform .3s var(--ease); }
.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Forms ---------- */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"],
input[type="password"], input[type="number"], select, textarea {
	width: 100%; font: inherit; font-size: 1rem; color: var(--c-ink);
	background: #fff; border: 1px solid var(--c-line-strong); border-radius: var(--radius);
	padding: .8rem 1rem; min-height: 3.1rem; transition: border-color .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus {
	outline: none; border-color: var(--c-primary); box-shadow: 0 0 0 3px var(--c-primary-soft);
}
textarea { min-height: 10rem; resize: vertical; }
label { display: block; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; margin-bottom: .45rem; color: var(--c-ink); }
.req { color: var(--c-primary); }
.field { margin: 0; }
.field__optional { text-transform: none; letter-spacing: 0; color: var(--c-muted); font-weight: 400; }
.form__grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) {
	.form__grid { grid-template-columns: 1fr 1fr; }
	.field--full { grid-column: 1 / -1; }
}
.form__footer { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin: 1.75rem 0 0; }
.form__note { font-size: .88rem; color: var(--c-muted); }
.notice { padding: 1rem 1.25rem; border-left: 3px solid var(--c-primary); background: var(--c-primary-soft); margin-bottom: 1.5rem; }
.notice--success { border-color: #3c6e47; background: #eef5ef; }
.select-wrap { position: relative; }
.select-wrap select { appearance: none; -webkit-appearance: none; padding-right: 2.75rem; cursor: pointer; }
.select-wrap .icon { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--c-primary); }

.search-form { display: flex; align-items: stretch; border-bottom: 1px solid var(--c-ink); }
.search-form__input { border: 0; background: transparent; padding-left: 0; font-family: var(--f-display); font-size: 1.35rem; }
.search-form__input:focus { box-shadow: none; }
.search-form__submit { background: none; border: 0; padding: 0 .25rem 0 1rem; cursor: pointer; color: var(--c-primary); }
.search-form__submit .icon { width: 22px; height: 22px; }
.sidebar .search-form__input, .no-results .search-form__input { font-family: var(--f-body); font-size: 1rem; }

/* ---------- Announcement ---------- */
.announcement { background: var(--c-primary); color: #fff; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.announcement__inner { text-align: center; padding-top: .55rem; padding-bottom: .55rem; }
.announcement p { margin: 0; }
.announcement a { color: #fff; text-decoration: none; }
.announcement a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97);
	border-bottom: 1px solid var(--c-line); transition: box-shadow .3s var(--ease);
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 0; } }
.site-header.is-scrolled { box-shadow: 0 10px 30px -22px rgba(38,33,32,.5); }
.site-header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 5.25rem; }
.site-branding { flex: none; }
.site-title { margin: 0; font-family: var(--f-display); font-size: 1.55rem; line-height: 1; letter-spacing: .02em; }
.site-title a { color: var(--c-ink); text-decoration: none; }
.custom-logo { max-height: 56px; width: auto; }
.icon-btn {
	display: inline-flex; align-items: center; justify-content: center; position: relative;
	width: 2.75rem; height: 2.75rem; padding: 0; background: none; border: 0; color: var(--c-ink);
	cursor: pointer; border-radius: 50%; transition: color .2s, background-color .2s;
}
.icon-btn:hover { color: var(--c-primary); background: var(--c-primary-soft); }
.header-actions { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.header-actions__cta { margin-left: 1rem; }
.header-cart__count {
	position: absolute; top: 4px; right: 2px; min-width: 1.1rem; height: 1.1rem; padding: 0 .25rem;
	border-radius: 1rem; background: var(--c-primary); color: #fff; font-size: .65rem; line-height: 1.1rem; text-align: center;
}
.menu-toggle { display: none; }
.primary-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; gap: .25rem; }
.primary-nav .menu > li { position: relative; }
.primary-nav .menu a {
	display: block; padding: .6rem .9rem; color: var(--c-ink); text-decoration: none;
	font-size: .78rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; position: relative;
}
.primary-nav .menu > li > a::after {
	content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .3rem; height: 1px;
	background: var(--c-primary); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.primary-nav .menu a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a,
.primary-nav .current-menu-ancestor > a { color: var(--c-primary); }
.primary-nav .menu > li > a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { transform: scaleX(1); }
.primary-nav .sub-menu {
	list-style: none; margin: 0; padding: .5rem 0; position: absolute; top: 100%; left: 0; min-width: 14rem;
	background: #fff; border: 1px solid var(--c-line); box-shadow: var(--shadow);
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .25s var(--ease);
}
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-nav .sub-menu a { letter-spacing: .1em; }
.primary-nav__cta { display: none; }

@media (min-width: 1025px) {
	.primary-nav { margin-left: auto; }
	.header-actions { margin-left: 0; }
}
@media (max-width: 1024px) {
	.site-header__inner { min-height: 4.25rem; gap: .5rem; }
	.menu-toggle { display: inline-flex; margin-left: -.6rem; }
	.site-branding { margin: 0 auto; }
	.site-title { font-size: 1.3rem; }
	.header-actions { margin-left: 0; }
	.header-actions__cta { display: none; }
	.primary-nav {
		position: fixed; inset: 0 auto 0 0; z-index: 200; width: min(88vw, 380px);
		background: #fff; padding: 5.5rem 2rem 2rem; overflow-y: auto;
		transform: translateX(-100%); visibility: hidden;
		transition: transform .4s var(--ease), visibility 0s .4s; box-shadow: 30px 0 60px -40px rgba(0,0,0,.5);
	}
	.primary-nav.is-open { transform: none; visibility: visible; transition: transform .4s var(--ease); }
	body.menu-open::after {
		content: ""; position: fixed; inset: 0; z-index: 150; background: rgba(38,33,32,.45);
	}
	.menu-open .menu-toggle { position: relative; z-index: 210; }
	.primary-nav .menu { flex-direction: column; gap: 0; }
	.primary-nav .menu a { padding: 1rem 0; border-bottom: 1px solid var(--c-line); font-size: .85rem; }
	.primary-nav .menu > li > a::after { display: none; }
	.primary-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; padding: 0 0 0 1rem; }
	.primary-nav__cta { display: block; margin-top: 2rem; }
	.primary-nav__cta .btn { width: 100%; }
}
@media (max-width: 1024px) { html:not(.js) .primary-nav { position: static; transform: none; visibility: visible; width: 100%; padding: 0; box-shadow: none; } html:not(.js) .menu-toggle { display: none; } html:not(.js) .site-header__inner { flex-wrap: wrap; } }

.search-panel { border-top: 1px solid var(--c-line); background: #fff; }
.search-panel__inner { display: flex; align-items: center; gap: 1rem; padding-top: 1.5rem; padding-bottom: 1.5rem; }
.search-panel .search-form { flex: 1; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { font-size: .78rem; letter-spacing: .08em; color: var(--c-muted); margin-bottom: 1.75rem; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: .35rem; }
.breadcrumbs li + li::before { content: "/"; color: var(--c-line-strong); }
.breadcrumbs a { color: var(--c-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--c-primary); }
.breadcrumbs [aria-current] { color: var(--c-ink); }

/* ---------- Hero ---------- */
.hero { overflow: hidden; border-bottom: 1px solid var(--c-line); }
.hero__inner { display: grid; align-items: center; gap: 2.5rem; padding-top: clamp(2.5rem, 6vw, 5rem); padding-bottom: clamp(2.5rem, 6vw, 5rem); }
.hero__title {
	font-size: clamp(2.9rem, 7.2vw, 6.1rem); line-height: .98; letter-spacing: -.015em;
	text-transform: uppercase; margin-bottom: 1.75rem; color: var(--c-ink);
}
.hero__text { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--c-ink-soft); max-width: 32rem; margin-bottom: 2.25rem; }
.hero__media { margin: 0; position: relative; }
.hero__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.hero__media::before {
	content: ""; position: absolute; inset: -1.25rem 1.25rem 1.25rem -1.25rem; border: 1px solid var(--c-accent); z-index: -1; opacity: .6;
}
@media (min-width: 1024px) {
	.hero__inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 5rem; min-height: min(86vh, 820px); }
	.hero__media { margin-right: calc(-1 * var(--gutter) - max(0px, (100vw - var(--w-max)) / 2)); }
	.hero__media img { aspect-ratio: auto; height: min(78vh, 760px); }
}
@media (max-width: 1023px) {
	.hero__media { order: -1; margin: 0 calc(-1 * var(--gutter)); }
	.hero__media::before { display: none; }
	.hero__media img { aspect-ratio: 16 / 11; }
}

/* ---------- Heritage ---------- */
.heritage__inner { display: grid; gap: 3rem; align-items: center; }
.heritage__media { margin: 0; }
.heritage__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.heritage__text { color: var(--c-ink-soft); margin-bottom: 2rem; }
@media (min-width: 1024px) {
	.heritage__inner { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 6rem; }
	.heritage__copy { padding-right: 2rem; }
}

/* ---------- CTA band ---------- */
.cta-band { background: var(--c-primary); color: #fff; text-align: center; padding: clamp(4.5rem, 10vw, 7.5rem) 0; position: relative; overflow: hidden; }
.cta-band::before, .cta-band::after {
	content: ""; position: absolute; left: 0; right: 0; height: 10px;
	border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25);
}
.cta-band::before { top: 1.5rem; }
.cta-band::after { bottom: 1.5rem; }
.cta-band__inner { display: flex; flex-direction: column; align-items: center; }
.cta-band .band { margin-left: auto; margin-right: auto; }
.cta-band__title { color: #fff; text-transform: uppercase; font-size: clamp(2rem, 4.6vw, 3.6rem); max-width: 18ch; line-height: 1.05; }
.cta-band__text { color: rgba(255,255,255,.82); max-width: 34rem; margin-bottom: 2.25rem; }
.cta-band p:last-child { margin: 0; }

/* ---------- Page heroes ---------- */
.page-hero { padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 5vw, 3.5rem); border-bottom: 1px solid var(--c-line); }
.page-title { font-size: clamp(2.4rem, 5.2vw, 4rem); margin-bottom: .75rem; }
.page-title--display { text-transform: uppercase; font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1; }
.page-hero__text { color: var(--c-ink-soft); max-width: 40rem; font-size: 1.1rem; }
.page-hero__lede { font-family: var(--f-display); font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.45; max-width: 46rem; color: var(--c-ink); margin: 0; }
.page-hero--contact, .page-hero--about { background: var(--c-cream); }
.chip-nav ul, .chip-list, .type-filter ul, .article__tags ul { list-style: none; margin: 1.75rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.chip {
	display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .95rem;
	border: 1px solid var(--c-line-strong); border-radius: 2rem; font-size: .8rem; color: var(--c-ink);
	text-decoration: none; transition: all .2s var(--ease); background: #fff;
}
.chip:hover, .chip.is-active { border-color: var(--c-primary); color: #fff; background: var(--c-primary); }
.chip__kind { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: var(--c-primary); }
.chip:hover .chip__kind { color: rgba(255,255,255,.8); }

/* ---------- Post cards ---------- */
.post-grid { display: grid; gap: 3rem 2rem; }
@media (min-width: 640px) { .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .post-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.post-card { display: flex; flex-direction: column; }
.post-card__media { display: block; overflow: hidden; margin-bottom: 1.4rem; background: var(--c-cream); }
.post-card__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .8s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__cat { margin-bottom: .6rem; }
.post-card__title { font-size: 1.5rem; line-height: 1.2; margin-bottom: .7rem; }
.post-card__title a { color: var(--c-ink); text-decoration: none; background-image: linear-gradient(var(--c-primary), var(--c-primary)); background-size: 0 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .4s var(--ease), color .2s; }
.post-card__title a:hover { color: var(--c-primary); background-size: 100% 1px; }
.post-card__excerpt { color: var(--c-ink-soft); font-size: .98rem; }
.post-card__excerpt p { margin-bottom: 1rem; }
.post-card--lead { display: grid; gap: 2rem; padding-bottom: clamp(2.5rem, 5vw, 4rem); margin-bottom: clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid var(--c-line); }
.post-card--lead .post-card__media { margin: 0; }
.post-card--lead .post-card__media img { aspect-ratio: 16 / 10; }
.post-card--lead .post-card__title { font-size: clamp(2rem, 3.6vw, 3rem); }
@media (min-width: 1024px) { .post-card--lead { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: center; gap: 4rem; } }
.post-list { display: grid; gap: 0; }
.post-card--compact { flex-direction: row; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--c-line); }
.post-card--compact:first-child { padding-top: 0; }
.post-card__thumb { flex: none; width: 4.5rem; }
.post-card__thumb img { width: 4.5rem; height: 4.5rem; object-fit: cover; }
.post-card--compact .post-card__title { font-size: 1.05rem; margin: 0 0 .25rem; }
.post-card--compact .post-card__cat { margin-bottom: .3rem; font-size: .65rem; }
.post-card--compact .post-card__cat::before { display: none; }
.post-card__meta { margin: 0; font-size: .8rem; color: var(--c-muted); }
.lead-article { margin-bottom: 0; }

/* ---------- Product cards (shared: home, blocks, shop) ---------- */
ul.products { list-style: none; margin: 0; padding: 0; display: grid; gap: 2.75rem 1.75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 420px) { ul.products { grid-template-columns: minmax(0, 1fr); } }
@media (min-width: 900px) { ul.products, ul.products.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1200px) { ul.products.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
ul.products::before, ul.products::after { display: none !important; }
.product-card { display: flex; flex-direction: column; position: relative; margin: 0 !important; width: auto !important; float: none !important; }
.product-card__media {
	display: block; position: relative; overflow: hidden; margin-bottom: 1.25rem;
	background: var(--c-cream); border: 1px solid var(--c-line);
}
.product-card__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .8s var(--ease); margin: 0 !important; }
.product-card:hover .product-card__media img { transform: scale(1.04); }
.product-card__media .onsale { position: absolute; top: .75rem; left: .75rem; z-index: 2; }
.product-card__brand { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--c-primary); margin: 0 0 .4rem; font-weight: 500; }
.product-card__title { font-family: var(--f-display); font-size: 1.3rem !important; line-height: 1.2; margin: 0 0 .75rem !important; padding: 0 !important; }
.product-card__title a { color: var(--c-ink); text-decoration: none; }
.product-card__title a:hover { color: var(--c-primary); }
.product-card__specs { display: flex; flex-wrap: wrap; gap: 0; margin: 0 0 .85rem; border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); }
.product-card__specs > div { flex: 1 1 50%; padding: .5rem 0; }
.product-card__specs > div + div { padding-left: .9rem; border-left: 1px solid var(--c-line); }
.product-card__specs dt { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--c-muted); }
.product-card__specs dd { margin: 0; font-size: .9rem; }
.product-card__excerpt { font-size: .92rem; color: var(--c-ink-soft); line-height: 1.6; margin-bottom: 1.1rem; }
.product-card__price { font-size: 1rem; margin-bottom: .75rem; color: var(--c-ink); }
.product-card__actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: .5rem; }
.product-card__actions .button { font-size: .72rem; }
@media (max-width: 639px) {
	.product-card__title { font-size: 1.08rem !important; }
	.product-card__excerpt { display: none; }
	.product-card__specs { flex-direction: column; }
	.product-card__specs > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--c-line); }
	.product-card__actions .btn { width: 100%; }
}

/* ---------- Term lists & components ---------- */
.term-list { list-style: none; margin: 0; padding: 0; }
.term-list li { border-bottom: 1px solid var(--c-line); }
.term-list a { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; color: var(--c-ink); text-decoration: none; transition: color .2s, padding .3s var(--ease); }
.term-list a:hover { color: var(--c-primary); padding-left: .4rem; }
.term-list__count { font-size: .78rem; color: var(--c-muted); }
.term-list--brand { columns: 2 14rem; column-gap: 2.5rem; }
.term-list--brand li { break-inside: avoid; }
.component { margin: 2.5rem 0; }
.component__title { font-size: 1.6rem; }
.component--contact-cta { background: var(--c-primary); color: #fff; padding: clamp(2rem, 4vw, 3rem); }
.component--contact-cta .component__title { color: #fff; }
.component--contact-cta .btn { --btn-bg: #fff; --btn-fg: var(--c-primary); --btn-bd: #fff; }
.component--contact-cta .btn::before { background: var(--c-cream); }
.component--newsletter { background: var(--c-cream); padding: clamp(2rem, 4vw, 3rem); }
.component-empty { padding: 1rem; border: 1px dashed var(--c-line-strong); color: var(--c-muted); }

/* ---------- Newsletter ---------- */
.newsletter { max-width: 34rem; width: 100%; }
.newsletter__row { display: flex; gap: .5rem; }
.newsletter__row input { flex: 1; min-width: 0; }
.newsletter__note { font-size: .82rem; margin: .75rem 0 0; color: var(--c-muted); }
@media (max-width: 480px) { .newsletter__row { flex-direction: column; } }

/* ---------- Sidebar ---------- */
.sidebar .widget { margin-bottom: 3rem; }
.widget-title { font-family: var(--f-body); font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: var(--c-primary); padding-bottom: .9rem; margin-bottom: 1rem; border-bottom: 1px solid var(--c-ink); }
@media (min-width: 1024px) { .sidebar { position: sticky; top: 7rem; align-self: start; } }

/* ---------- Pagination ---------- */
.pagination, .woocommerce-pagination { margin-top: 4rem; }
.nav-links, .woocommerce-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem; list-style: none; margin: 0; padding: 0; border: 0 !important; }
.woocommerce-pagination ul li { border: 0 !important; }
.page-numbers {
	display: inline-flex; align-items: center; justify-content: center; min-width: 2.75rem; height: 2.75rem; padding: 0 .9rem;
	border: 1px solid var(--c-line); color: var(--c-ink); text-decoration: none; font-size: .88rem; background: #fff;
}
a.page-numbers:hover { border-color: var(--c-primary); color: var(--c-primary); }
.page-numbers.current { background: var(--c-primary); border-color: var(--c-primary); color: #fff; }

/* ---------- Articles ---------- */
.article__header { padding: clamp(2.5rem, 6vw, 4.5rem) 0 2.5rem; text-align: left; }
.article__title { font-size: clamp(2.4rem, 5.2vw, 4rem); margin-bottom: 1.25rem; }
.article__standfirst { font-family: var(--f-display); font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.45; color: var(--c-ink-soft); }
.entry-meta { display: flex; align-items: center; gap: .9rem; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--c-muted); margin: 0; }
.entry-meta__sep { width: 4px; height: 4px; transform: rotate(45deg); background: var(--c-accent); }
.article__media { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.article__media img { width: 100%; max-height: 720px; object-fit: cover; }
.article__media figcaption { font-size: .82rem; color: var(--c-muted); margin-top: .75rem; }
.entry-content { font-size: 1.1rem; line-height: 1.8; }
.entry-content > * { max-width: 100%; }
.entry-content h2 { font-size: clamp(1.7rem, 2.8vw, 2.2rem); margin-top: 2.6em; }
.entry-content h3 { font-size: 1.4rem; margin-top: 2em; }
.entry-content > p:first-child::first-letter {
	float: left; font-family: var(--f-display); font-size: 4.2em; line-height: .85; padding: .08em .12em 0 0; color: var(--c-primary);
}
.entry-content ul, .entry-content ol { padding-left: 1.25em; }
.entry-content li { margin-bottom: .45em; }
.entry-content li::marker { color: var(--c-primary); }
.entry-content blockquote, .wp-block-quote {
	margin: 2.5rem 0; padding: 0 0 0 1.75rem; border-left: 2px solid var(--c-primary);
	font-family: var(--f-display); font-size: 1.4rem; line-height: 1.45;
}
.entry-content table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.entry-content th, .entry-content td { padding: .75rem .9rem; border-bottom: 1px solid var(--c-line); text-align: left; vertical-align: top; }
.entry-content th { font-family: var(--f-body); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--c-primary); background: var(--c-cream); }
.entry-content .wp-block-table { overflow-x: auto; }
.entry-content .note, .entry-content .callout {
	background: var(--c-cream); border-top: 1px solid var(--c-accent); padding: 1.25rem 1.5rem; font-size: 1rem;
}
.entry-content .key-takeaways { border: 1px solid var(--c-line); padding: 1.5rem 1.75rem; margin: 0 0 2.5rem; }
.entry-content .key-takeaways h2 { font-family: var(--f-body); font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; color: var(--c-primary); margin: 0 0 .75rem; }
.entry-content .key-takeaways ul { margin: 0; }
.alignwide { margin-left: calc(-1 * min(8vw, 120px)); margin-right: calc(-1 * min(8vw, 120px)); max-width: none; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.wp-caption-text, .wp-element-caption { font-size: .85rem; color: var(--c-muted); }
.article__tags { margin: 3rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--c-line); }
.article__tags ul { margin: 0; }
.related-articles { margin-top: clamp(3rem, 6vw, 5rem); }

/* ---------- FAQ ---------- */
.faq { margin: 3.5rem 0 0; }
.faq__title { font-size: 1.8rem; }
.faq details { border-bottom: 1px solid var(--c-line); }
.faq details:first-of-type { border-top: 1px solid var(--c-line); }
.faq summary {
	list-style: none; cursor: pointer; padding: 1.2rem 2.5rem 1.2rem 0; position: relative;
	font-family: var(--f-display); font-size: 1.2rem; line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: ""; position: absolute; right: .35rem; top: 50%; width: 10px; height: 10px; margin-top: -7px;
	border-right: 1.5px solid var(--c-primary); border-bottom: 1.5px solid var(--c-primary); transform: rotate(45deg); transition: transform .3s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq summary:hover { color: var(--c-primary); }
.faq__answer { padding: 0 0 1.4rem; color: var(--c-ink-soft); }
.faq__answer p:last-child { margin: 0; }

/* ---------- Search results ---------- */
.search-summary { margin: 1rem 0 0; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--c-muted); }
.page-hero--search .search-form { margin-top: 1.5rem; }
.search-terms { margin-bottom: 3rem; }
.search-terms .chip-list { margin-top: 0; }
.type-filter ul { margin: 0 0 2.5rem; }
.search-results { list-style: none; margin: 0; padding: 0; }
.search-result { display: grid; grid-template-columns: 5.5rem minmax(0, 1fr); gap: 1.5rem; padding: 1.75rem 0; border-bottom: 1px solid var(--c-line); }
.search-result:first-child { border-top: 1px solid var(--c-line); }
.search-result__media img, .search-result__placeholder { width: 5.5rem; height: 5.5rem; object-fit: cover; }
.search-result__placeholder { display: flex; align-items: center; justify-content: center; background: var(--c-cream); color: var(--c-primary); }
.search-result .eyebrow { margin-bottom: .5rem; font-size: .68rem; }
.search-result__title { font-size: 1.45rem; margin-bottom: .4rem; }
.search-result__title a { color: var(--c-ink); text-decoration: none; }
.search-result__title a:hover { color: var(--c-primary); }
.search-result__excerpt { margin: 0; color: var(--c-ink-soft); font-size: .96rem; }
.no-results { padding: 2rem 0; max-width: 36rem; }

/* ---------- About ---------- */
.facts { display: flex; flex-wrap: wrap; gap: 1rem 3rem; margin: 2.5rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--c-line-strong); }
.facts dt { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--c-primary); }
.facts dd { margin: 0; font-family: var(--f-display); font-size: 1.2rem; }
.about-story__inner { display: grid; gap: 3rem; align-items: start; }
.about-story__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-story .prose { font-size: 1.1rem; color: var(--c-ink-soft); }
@media (min-width: 1024px) { .about-story__inner { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 6rem; } .about-story__media { position: sticky; top: 7rem; } }
.mission { margin: 2.5rem 0 0; padding: 2rem 0 0; border-top: 1px solid var(--c-line); }
.mission p:last-child { font-family: var(--f-display); font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.4; margin: 0; }
.about-extra { margin-top: 4rem; }
.pillars { list-style: none; margin: 0; padding: 0; counter-reset: pillar; display: grid; gap: 0; }
.pillar { counter-increment: pillar; display: grid; gap: .5rem 3rem; padding: 2.5rem 0; border-bottom: 1px solid var(--c-line-strong); }
.pillar:first-child { border-top: 1px solid var(--c-line-strong); }
.pillar__title { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin: 0; display: flex; align-items: baseline; gap: 1.25rem; }
.pillar__title::before { content: counter(pillar, upper-roman) "."; font-size: .9rem; color: var(--c-primary); font-family: var(--f-body); letter-spacing: .15em; min-width: 2.2rem; }
.pillar__text { color: var(--c-ink-soft); }
.pillar__text p:last-child { margin: 0; }
@media (min-width: 900px) { .pillar { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); } }
.values { list-style: none; margin: 0; padding: 0; display: grid; gap: 2rem; }
@media (min-width: 768px) { .values { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.values li { padding-top: 1.5rem; border-top: 2px solid var(--c-primary); }
.values h3 { font-size: 1.4rem; }
.values p { color: var(--c-ink-soft); margin: 0; }
.timeline { list-style: none; margin: 2rem 0 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 6.5rem; top: .5rem; bottom: .5rem; width: 1px; background: var(--c-line-strong); }
.timeline__item { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); gap: 2rem; padding: 1.25rem 0; position: relative; }
.timeline__item::before { content: ""; position: absolute; left: calc(6.5rem - 5px); top: 1.85rem; width: 9px; height: 9px; transform: rotate(45deg); background: var(--c-cream); border: 1px solid var(--c-primary); }
.timeline__date { font-family: var(--f-display); font-size: 1.15rem; color: var(--c-primary); margin: 0; padding-top: .15rem; }
.timeline__title { font-size: 1.3rem; margin-bottom: .35rem; }
.timeline__item p { color: var(--c-ink-soft); margin: 0; }
@media (max-width: 560px) {
	.timeline::before, .timeline__item::before { left: 0; }
	.timeline__item { grid-template-columns: 1fr; gap: .25rem; padding-left: 1.5rem; }
}
.team { list-style: none; margin: 0; padding: 0; display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); }
.team__initial { display: flex; align-items: center; justify-content: center; width: 4.5rem; height: 4.5rem; border-radius: 50%; border: 1px solid var(--c-accent); color: var(--c-primary); font-family: var(--f-display); font-size: 1.8rem; margin-bottom: 1.25rem; }
.team__name { font-size: 1.35rem; margin-bottom: .2rem; }
.team__role { font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--c-primary); }
.team__bio { color: var(--c-ink-soft); font-size: .96rem; }

/* ---------- Contact ---------- */
.contact__inner { display: grid; gap: 3rem; align-items: start; }
@media (min-width: 1024px) { .contact__inner { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 5rem; } }
.contact-panel { background: var(--c-primary); color: #fff; padding: clamp(2rem, 4vw, 3.25rem); position: relative; }
.contact-panel::before { content: ""; position: absolute; inset: .75rem; border: 1px solid rgba(255,255,255,.2); pointer-events: none; }
.contact-panel .eyebrow { color: rgba(255,255,255,.75); }
.contact-panel__title { color: #fff; font-size: 2rem; }
.contact-panel__list { list-style: none; margin: 2rem 0 0; padding: 0; }
.contact-panel__list li { display: flex; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-panel__list .icon { flex: none; color: var(--c-accent); margin-top: .2rem; }
.contact-panel__list span { display: block; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.65); margin-bottom: .2rem; }
.contact-panel a { color: #fff; }
.contact-panel__empty, .contact-panel__admin { position: relative; margin: 1.5rem 0 0; color: rgba(255,255,255,.85); font-size: .95rem; }
.contact__extra { margin-top: 4rem; }
.contact-map iframe { width: 100%; height: 420px; border: 0; filter: grayscale(.85) contrast(1.05); }

/* ---------- Directory ---------- */
.directory__inner { display: grid; gap: 3.5rem; }
@media (min-width: 900px) { .directory__inner { grid-template-columns: 2fr 1fr; gap: 5rem; } }

/* ---------- 404 ---------- */
.error-404 { text-align: left; }
.error-404 .search-form { margin: 2rem 0; }

/* ---------- Comments ---------- */
.comments { border-top: 1px solid var(--c-line); padding-top: 3rem; }
.comment-list { list-style: none; padding: 0; }
.comment-list .children { list-style: none; padding-left: 2rem; }
.comment-body { padding: 1.5rem 0; border-bottom: 1px solid var(--c-line); }
.comment-author img { float: left; margin-right: 1rem; border-radius: 50%; }
.comment-metadata { font-size: .8rem; }
.comment-form p { margin-bottom: 1.25rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--c-footer); color: rgba(255,255,255,.82); font-size: .95rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: #f1e3c8; text-decoration: underline; }
.footer-newsletter { border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-newsletter__inner { display: grid; gap: 1.5rem 4rem; align-items: center; padding-top: 3.5rem; padding-bottom: 3.5rem; }
@media (min-width: 900px) { .footer-newsletter__inner { grid-template-columns: 1fr 1fr; } }
.footer-newsletter__title { color: #fff; font-size: 1.9rem; margin-bottom: .4rem; }
.footer-newsletter p { margin: 0; }
.site-footer .newsletter input { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.site-footer .newsletter input::placeholder { color: rgba(255,255,255,.6); }
.site-footer .newsletter input:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.15); }
.site-footer .newsletter__note { color: rgba(255,255,255,.65); }
.site-footer .newsletter__note a { text-decoration: underline; }
.footer-main { display: grid; gap: 3rem; padding-top: 4rem; padding-bottom: 3.5rem; }
@media (min-width: 1024px) { .footer-main { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 5rem; } }
.footer-brand__name { font-family: var(--f-display); font-size: 1.8rem; margin: 0 0 1.25rem; line-height: 1.1; }
.footer-brand__text { max-width: 22rem; }
.footer-cols { display: grid; gap: 2.5rem 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 768px) { .footer-cols { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.footer-col__title { font-family: var(--f-body); font-size: .72rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: #e6d3ad; margin-bottom: 1.25rem; }
.footer-menu { list-style: none; margin: 0; padding: 0; }
.footer-menu li { margin-bottom: .6rem; }
.social-links { list-style: none; margin: 1.75rem 0 0; padding: 0; display: flex; gap: .5rem; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: all .2s; }
.social-links a:hover { background: #fff; color: var(--c-footer); border-color: #fff; }
.social-links .icon { width: 18px; height: 18px; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.14); padding: 1.75rem 0 2.25rem; font-size: .8rem; color: rgba(255,255,255,.62); }
.footer-legal p { margin: 0 0 .5rem; max-width: 60rem; }

/* ---------- Age notice ---------- */
.age-gate { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 1.25rem; background: rgba(38,33,32,.72); backdrop-filter: blur(3px); }
.age-gate[hidden], .age-notice[hidden] { display: none; }
.age-gate__dialog { background: #fff; max-width: 32rem; width: 100%; padding: clamp(2rem, 5vw, 3.25rem); text-align: center; position: relative; }
.age-gate__dialog::before { content: ""; position: absolute; inset: .6rem; border: 1px solid var(--c-line); pointer-events: none; }
.age-gate__dialog .band { margin: 0 auto 1.5rem; }
.age-gate__dialog:focus { outline: none; }
.age-gate__site { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--c-primary); margin-bottom: .75rem; }
.age-gate__title { font-size: 2rem; }
.age-gate__text { color: var(--c-ink-soft); }
.age-gate__actions { display: flex; flex-direction: column; align-items: center; gap: .75rem; margin-top: 1.75rem; position: relative; }
.age-notice { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; background: var(--c-ink); color: #fff; font-size: .9rem; }
.age-notice__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
.age-notice p { margin: 0; flex: 1 1 24rem; }

/* ---------- Editor / core blocks ---------- */
.wp-block-button__link { background: var(--c-primary); border-radius: var(--radius); font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; padding: .9rem 1.9rem; }
.is-style-outline .wp-block-button__link { background: transparent; color: var(--c-primary); border: 1px solid var(--c-primary); }
.has-text-align-center { text-align: center; }
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: .3rem 1.5rem 1rem 0; }
.alignright { float: right; margin: .3rem 0 1rem 1.5rem; }
.sticky, .bypostauthor, .gallery-caption { }

/* ---------- Motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------- Print ---------- */
@media print {
	.site-header, .announcement, .site-footer, .age-gate, .age-notice, .sidebar, .comments, .shop-filters { display: none !important; }
	body { font-size: 12pt; }
}
.faq summary .icon { display: none; }

/* ---------- Glossary ---------- */
.glossary { display: grid; grid-template-columns: minmax(0, 1fr); margin: 2rem 0; border-top: 1px solid var(--c-ink); }
.glossary dt { font-family: var(--f-display); font-size: 1.2rem; color: var(--c-primary); padding-top: 1.1rem; }
.glossary dd { margin: .25rem 0 0; padding-bottom: 1.1rem; border-bottom: 1px solid var(--c-line); color: var(--c-ink-soft); }
@media (min-width: 700px) {
	.glossary { grid-template-columns: 14rem minmax(0, 1fr); }
	.glossary dt, .glossary dd { padding: 1.1rem 0; border-bottom: 1px solid var(--c-line); margin: 0; }
	.glossary dt { padding-right: 1.5rem; }
}
