/*
Theme Name: HCS Auctions
Theme URI: https://hcsauctionsltd.co.uk
Author: SmoothByte IT
Author URI: https://smoothbyteit.dev
Description: Bespoke theme for HCS Auctions Ltd (House Clearance Specialists Auctions), Darwen. Full-width responsive layout, warm paper-and-terracotta palette with frosted-glass surfaces, built around the AuctionForge BidSpirit integration.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hcs-auctions
Tags: auction, light, warm, full-width, custom-menu, custom-logo
*/

/* ═══════════════════════════════════════════════════════════════
   1. TYPEFACE
   San Francisco on Apple hardware, self-hosted Inter everywhere
   else. One family, no display face — the weight and tracking do
   the work.
   ═══════════════════════════════════════════════════════════════ */
@font-face {
	font-family: 'InterVar';
	src: url('assets/fonts/inter-var.woff2') format('woff2-variations'),
		 url('assets/fonts/inter-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* Zilla Slab carries the headings — a slab serif reads as saleroom and
   auction-catalogue rather than software. */
@font-face {
	font-family: 'Zilla Slab';
	src: url('assets/fonts/zilla-slab-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Zilla Slab';
	src: url('assets/fonts/zilla-slab-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Zilla Slab';
	src: url('assets/fonts/zilla-slab-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ═══════════════════════════════════════════════════════════════
   2. TOKENS
   ═══════════════════════════════════════════════════════════════ */
:root {
	/* Surface — warm paper and oatmeal, no cold greys */
	--bg:          #FCFAF6;
	--bg-raised:   #F4EFE6;
	--bg-panel:    #F8F4EC;
	--surface:     #F4EFE6;
	--surface-2:   #EBE3D6;

	/* Ink — warm browns rather than neutral black */
	--ink:         #2B241D;
	--ink-2:       #4E4339;
	--ink-3:       #6F6152;
	--ink-invert:  #FCFAF6;

	/* One accent: terracotta, used sparingly */
	--accent:      #A0472A;
	--accent-fill: #A0472A;
	--accent-hover:#B45433;

	/* Warm secondary, for status only */
	--olive:       #5B7A3B;
	--brick:       #A32A17;

	/* Hairlines & glass */
	--hairline:    rgba(43, 36, 29, .14);
	--hairline-2:  rgba(43, 36, 29, .27);
	--glass:       rgba(255, 253, 249, .72);
	--glass-2:     rgba(43, 36, 29, .05);
	--glass-blur:  20px;

	/* Radii */
	--r-xs:   8px;
	--r-sm:   12px;
	--r:      18px;
	--r-lg:   28px;
	--r-xl:   40px;
	--r-pill: 980px;

	/* Layout — wide by default, narrow only for reading measure */
	--wrap:        1680px;
	--wrap-mid:    1180px;
	--wrap-narrow: 760px;
	--gutter:      clamp(20px, 4vw, 64px);
	--section-y:   clamp(64px, 9vw, 140px);
	--nav-h:       56px;

	--font: 'SF Pro Text', -apple-system, BlinkMacSystemFont,
			'InterVar', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--font-display: 'Zilla Slab', Rockwell, 'Roboto Slab', Georgia, serif;

	--ease: cubic-bezier(.28, .11, .32, 1);
	--dur:  .32s;
}

/* ═══════════════════════════════════════════════════════════════
   3. RESET & BASE
   ═══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--nav-h) + 20px);
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font);
	font-size: 1.0625rem;      /* 17px, Apple's body size */
	line-height: 1.5;
	letter-spacing: -.01em;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, svg, video, canvas, iframe { max-width: 100%; height: auto; display: block; }
iframe { border: 0; }

a {
	color: var(--accent);
	text-decoration: none;
	transition: color var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
a:hover { text-decoration: underline; }

:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
	border-radius: 4px;
}

::selection { background: rgba(160, 71, 42, .2); }

hr { border: 0; height: 1px; background: var(--hairline); margin: clamp(40px, 6vw, 72px) 0; }

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: 12px 20px;
	background: var(--accent-fill);
	color: #FCFAF6;
	border-radius: 0 0 var(--r-xs) 0;
}
.skip-link:focus { left: 0; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* ═══════════════════════════════════════════════════════════════
   4. TYPOGRAPHY
   Large, tightly tracked, semibold. No gradients, no display face.
   ═══════════════════════════════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--ink);
	text-wrap: balance;
}

/* A slab has more colour on the page than a sans, so the tracking opens up
   rather than tightening the way it did for SF Pro. */
h1 {
	font-size: clamp(2.7rem, 6.6vw, 5.4rem);
	line-height: 1.02;
	letter-spacing: -.02em;
	font-weight: 700;
}
h2 {
	font-size: clamp(2.05rem, 4.4vw, 3.5rem);
	line-height: 1.06;
	letter-spacing: -.018em;
}
h3 {
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	line-height: 1.18;
	letter-spacing: -.012em;
}
h4 { font-size: 1.15rem; letter-spacing: -.01em; }
h5, h6 { font-size: 1.05rem; letter-spacing: -.008em; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.lead {
	font-size: clamp(1.2rem, 2.1vw, 1.6rem);
	line-height: 1.35;
	letter-spacing: -.02em;
	color: var(--ink-2);
	font-weight: 400;
}

/* Small caps label above a heading — plain text, no rule, no colour */
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--accent);
}
.eyebrow::after {
	content: '\2726';
	font-size: .8em;
	opacity: .65;
}
.section-head--center .eyebrow { justify-content: center; }

.text-muted { color: var(--ink-2); }

blockquote {
	margin: clamp(28px, 4vw, 44px) 0;
	padding: 0 0 0 24px;
	border-left: 2px solid var(--hairline-2);
	color: var(--ink-2);
	font-size: 1.2rem;
	letter-spacing: -.018em;
}

code, kbd, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .9em; }
code {
	background: var(--surface);
	padding: .12em .42em;
	border-radius: 6px;
}
pre {
	background: var(--surface);
	border-radius: var(--r-sm);
	padding: 20px 22px;
	overflow-x: auto;
}
pre code { background: none; padding: 0; }

/* ═══════════════════════════════════════════════════════════════
   5. LAYOUT — full width by default
   ═══════════════════════════════════════════════════════════════ */
.container {
	width: 100%;
	max-width: var(--wrap);
	margin-inline: auto;
	padding-inline: var(--gutter);
}
.container--mid    { max-width: var(--wrap-mid); }
.container--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(44px, 5vw, 76px); }

/* Alternating surfaces, the way Apple separates chapters */
.section--raised { background: var(--bg-raised); }

.section-head { margin-bottom: clamp(36px, 5vw, 64px); }
.section-head p { color: var(--ink-2); margin-bottom: 0; font-size: clamp(1.05rem, 1.6vw, 1.3rem); letter-spacing: -.018em; }
.section-head--center { text-align: center; max-width: 900px; margin-inline: auto; }

.section-head--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
}
.section-head--split > div { max-width: 780px; }

.grid { display: grid; gap: clamp(16px, 1.6vw, 24px); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }

.stack > * + * { margin-top: clamp(16px, 1.6vw, 24px); }

/* Grey chapter backgrounds and grey cards are the same value, so surfaces
   sitting on a raised section flip to white to keep their edge. */
.section--raised .card,
.section--raised .feature-panel,
.section--raised .panel,
.section--raised .notice,
.section--raised .af-empty,
.section--raised .bpw-auction-card,
.section--raised .bp-lot,
.section--raised input[type="text"],
.section--raised input[type="email"],
.section--raised input[type="tel"],
.section--raised input[type="search"],
.section--raised select,
.section--raised textarea {
	background: #FCFAF6;
}
.section--raised .card--link:hover,
.section--raised .bpw-auction-card:hover,
.section--raised .bp-lot:hover { background: #F8F4EC; }

.section--raised .media,
.section--raised .map-frame,
.section--raised .post-card__media { background: var(--surface-2); }

/* Same problem inside the CTA band and any glass panel. */
.cta-band .card,
.glass .card,
.glass .notice { background: #FCFAF6; }

/* ═══════════════════════════════════════════════════════════════
   6. SURFACES
   Solid panels for content, frosted glass for overlays and
   anything sitting over another surface.
   ═══════════════════════════════════════════════════════════════ */
.panel {
	background: var(--surface);
	border-radius: var(--r-lg);
	overflow: hidden;
}
.panel--pad { padding: clamp(28px, 3.4vw, 56px); }

.glass {
	background: var(--glass);
	border: 1px solid var(--hairline);
	border-radius: var(--r-lg);
	-webkit-backdrop-filter: saturate(180%) blur(var(--glass-blur));
	backdrop-filter: saturate(180%) blur(var(--glass-blur));
}
.glass--pad { padding: clamp(28px, 3.4vw, 56px); }

.card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: clamp(24px, 2.4vw, 34px);
	background: var(--surface);
	border-radius: var(--r);
	transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.card h3 { margin-bottom: 0; }
.card p  { color: var(--ink-2); margin-bottom: 0; font-size: 1rem; letter-spacing: -.016em; }
.card--link:hover, .card--link:focus-within { background: var(--surface-2); }

.card__icon {
	width: 40px; height: 40px;
	display: grid;
	place-items: center;
	color: var(--ink);
	flex: none;
}
.card__icon svg { width: 27px; height: 27px; }

/* ═══════════════════════════════════════════════════════════════
   7. BUTTONS & LINKS
   ═══════════════════════════════════════════════════════════════ */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px 23px;
	font-family: inherit;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -.014em;
	border: 1px solid transparent;
	border-radius: var(--r-pill);
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.btn:hover { text-decoration: none; }
.btn svg { width: 16px; height: 16px; flex: none; }

.btn--primary { background: var(--accent-fill); color: #FCFAF6; }
.btn--primary:hover { background: var(--accent-hover); color: #FCFAF6; }

.btn--secondary {
	background: transparent;
	border-color: #DCD2C2;
	color: var(--ink);
}
.btn--secondary:hover { background: rgba(43, 36, 29, .05); color: var(--ink); }

/* Frosted variant, for buttons sitting on glass or imagery */
.btn--glass {
	background: var(--glass-2);
	border-color: var(--hairline);
	color: var(--ink);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	backdrop-filter: saturate(180%) blur(14px);
}
.btn--glass:hover { background: rgba(255, 253, 249, .94); color: var(--ink); }

.btn--sm  { padding: 8px 16px;  font-size: .94rem; }
.btn--lg  { padding: 15px 30px; font-size: 1.15rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }
.btn-row--center { justify-content: center; }

/* Apple's blue text link with a chevron */
.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 1.0625rem;
	letter-spacing: -.014em;
	color: var(--accent);
}
.link-arrow::after {
	content: '\203A';
	font-size: 1.35em;
	line-height: 1;
	transform: translateY(-1px);
	transition: transform var(--dur) var(--ease);
}
.link-arrow:hover { text-decoration: underline; }
.link-arrow:hover::after { transform: translate(3px, -1px); }


/* ═══════════════════════════════════════════════════════════════
   8. LABELS
   ═══════════════════════════════════════════════════════════════ */
.badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 12px;
	font-size: .8rem;
	font-weight: 500;
	letter-spacing: -.008em;
	border-radius: var(--r-pill);
	background: var(--glass-2);
	border: 1px solid var(--hairline);
	color: var(--ink-2);
}
.badge--live { color: var(--ink); }
.badge--live .dot {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--olive);
}

/* ═══════════════════════════════════════════════════════════════
   9. TOP HEADER MENU
   Slim, frosted, full width, sticky.
   ═══════════════════════════════════════════════════════════════ */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(252, 250, 246, .76);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	border-bottom: 1px solid rgba(43, 36, 29, .11);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: var(--nav-h);
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	flex: none;
	color: var(--ink);
	text-decoration: none;
}
.site-brand:hover { text-decoration: none; }
.site-brand__mark { width: 22px; height: 22px; flex: none; }
.site-brand__name {
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -.022em;
	white-space: nowrap;
}
.site-brand img { max-height: 28px; width: auto; }

/* Menu */
.primary-nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: clamp(4px, 1.6vw, 26px);
	margin: 0;
	padding: 0;
}
.primary-nav a {
	display: block;
	padding: 6px 2px;
	font-size: .875rem;         /* 14px — Apple's nav size */
	font-weight: 400;
	letter-spacing: -.008em;
	color: var(--ink);
	opacity: .82;
	text-decoration: none;
	transition: opacity var(--dur) var(--ease);
}
.primary-nav a:hover { opacity: 1; text-decoration: none; }
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .current-menu-ancestor > a { opacity: 1; font-weight: 500; }

/* Dropdowns */
.primary-nav li { position: relative; }
.primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translate(-50%, -6px);
	min-width: 232px;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	padding: 10px;
	background: rgba(252, 250, 246, .94);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	border: 1px solid var(--hairline);
	border-radius: var(--r-sm);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}
.primary-nav .sub-menu a { padding: 9px 12px; border-radius: var(--r-xs); font-size: .92rem; }
.primary-nav .sub-menu a:hover { background: rgba(43, 36, 29, .06); }

.header-actions { display: flex; align-items: center; gap: 14px; flex: none; }
.header-actions .header-phone {
	font-size: .875rem;
	color: var(--ink);
	opacity: .82;
	white-space: nowrap;
}
.header-actions .header-phone:hover { opacity: 1; text-decoration: none; }

/* Mobile toggle */
.nav-toggle {
	display: none;
	width: 34px; height: 34px;
	align-items: center;
	justify-content: center;
	background: none;
	border: 0;
	color: var(--ink);
	cursor: pointer;
	padding: 0;
}
.nav-toggle span { position: relative; display: block; width: 17px; height: 1px; background: currentColor; transition: background var(--dur) var(--ease); }
.nav-toggle span::before,
.nav-toggle span::after {
	content: '';
	position: absolute;
	left: 0;
	width: 17px; height: 1px;
	background: currentColor;
	transition: transform var(--dur) var(--ease), top var(--dur) var(--ease);
}
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after  { top: 5px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); }


/* ═══════════════════════════════════════════════════════════════
   10. HERO
   ═══════════════════════════════════════════════════════════════ */
.hero {
	padding-block: clamp(72px, 11vw, 152px) clamp(56px, 8vw, 112px);
	text-align: center;
}
.hero h1 { margin-bottom: 22px; }
.hero .lead { max-width: 30ch; margin: 0 auto 34px; }
.hero .btn-row { justify-content: center; }
.hero__badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }

/* Trust strip */
.trust-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
	gap: clamp(24px, 3vw, 48px);
	padding-block: clamp(30px, 4vw, 52px);
	border-top: 1px solid var(--hairline);
	border-bottom: 1px solid var(--hairline);
}
.trust-strip__item { display: flex; align-items: flex-start; gap: 14px; }
.trust-strip__item svg { width: 24px; height: 24px; color: var(--ink); flex: none; }
.trust-strip__item strong { display: block; font-size: 1rem; font-weight: 500; letter-spacing: -.016em; }
.trust-strip__item span  { display: block; font-size: .92rem; color: var(--ink-3); letter-spacing: -.012em; margin-top: 2px; }

/* ═══════════════════════════════════════════════════════════════
   10b. MEDIA
   ═══════════════════════════════════════════════════════════════ */
.media {
	position: relative;
	overflow: hidden;
	border-radius: var(--r-lg);
	background: var(--surface);
	line-height: 0;
}
.media img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.12) saturate(1.05); }
.media--wide  { aspect-ratio: 16 / 9; }

/* Alternating image / copy rows */
.split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 72px);
	align-items: center;
}
.split + .split { margin-top: clamp(48px, 7vw, 112px); }
.split__copy { max-width: 46ch; }
.split__copy h2 { margin-bottom: 18px; }
.split__copy > p { color: var(--ink-2); font-size: clamp(1.05rem, 1.5vw, 1.2rem); letter-spacing: -.018em; }
.split--reverse .split__media { order: 2; }

@media (max-width: 900px) {
	.split { grid-template-columns: 1fr; }
	.split--reverse .split__media { order: 0; }
	.split__copy { max-width: none; }
}

/* ═══════════════════════════════════════════════════════════════
   11. INTERIOR PAGE HEADER
   ═══════════════════════════════════════════════════════════════ */
.page-hero { padding-block: clamp(48px, 7vw, 96px) clamp(28px, 4vw, 52px); }
.page-hero h1 { margin-bottom: 18px; }
.page-hero .lead { max-width: 46ch; }

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: .82rem;
	color: var(--ink-3);
	margin-bottom: 20px;
}
.breadcrumb a { color: var(--ink-3); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .sep { opacity: .45; }
.breadcrumb [aria-current] { color: var(--ink-2); }

/* ═══════════════════════════════════════════════════════════════
   12. COMPONENTS
   ═══════════════════════════════════════════════════════════════ */

/* Numbered steps */
.step__num {
	display: block;
	margin-bottom: 14px;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.04em;
	color: var(--ink-3);
	opacity: .5;
}

/* Feature panels */
.feature-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: clamp(16px, 1.6vw, 24px); }
.feature-panel {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: clamp(30px, 3.4vw, 52px);
	background: var(--surface);
	border-radius: var(--r-lg);
}
.feature-panel--outline { background: var(--bg-panel); border: 1px solid var(--hairline); }
.feature-panel h3 { margin-bottom: 0; font-size: clamp(1.4rem, 2.4vw, 2rem); letter-spacing: -.026em; }
.feature-panel > .btn-row,
.feature-panel > 
/* Tick list */
.tick-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.tick-list li {
	position: relative;
	padding-left: 28px;
	color: var(--ink-2);
	font-size: 1rem;
	letter-spacing: -.016em;
}
.tick-list li::before {
	content: '';
	position: absolute;
	left: 2px;
	top: .48em;
	width: 6px; height: 10px;
	border: solid var(--ink);
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(42deg);
}

/* Opening hours */
.hours { width: 100%; border-collapse: collapse; font-size: 1rem; letter-spacing: -.016em; }
.hours th, .hours td { padding: 13px 0; text-align: left; font-weight: 400; }
.hours th { color: var(--ink-2); }
.hours td { text-align: right; font-weight: 500; }
.hours tr + tr th, .hours tr + tr td { border-top: 1px solid var(--hairline); }
.hours .is-closed td { color: var(--ink-3); font-weight: 400; }
.hours .is-today th, .hours .is-today td { color: var(--ink); font-weight: 600; }

/* Contact list */
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 24px; }
.contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.contact-list svg { width: 20px; height: 20px; color: var(--ink-3); flex: none; margin-top: 3px; }
.contact-list strong { display: block; font-size: .82rem; color: var(--ink-3); font-weight: 400; margin-bottom: 2px; }
.contact-list a { color: var(--ink); }
.contact-list a:hover { color: var(--accent); }

/* Map */
.map-frame { border-radius: var(--r-lg); overflow: hidden; background: var(--surface); line-height: 0; }
.map-frame iframe { width: 100%; height: 100%; min-height: 340px; filter: grayscale(.6) sepia(.28) contrast(1.02); }

/* FAQ */
.faq { display: grid; }
.faq details { border-top: 1px solid var(--hairline); }
.faq details:last-child { border-bottom: 1px solid var(--hairline); }
.faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 0;
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	font-weight: 500;
	letter-spacing: -.02em;
	cursor: pointer;
	list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: '';
	flex: none;
	width: 13px; height: 13px;
	background: currentColor;
	color: var(--ink-3);
	clip-path: polygon(46% 0, 54% 0, 54% 46%, 100% 46%, 100% 54%, 54% 54%, 54% 100%, 46% 100%, 46% 54%, 0 54%, 0 46%, 46% 46%);
	transition: transform var(--dur) var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq__body { padding: 0 0 24px; color: var(--ink-2); max-width: 72ch; }
.faq .faq__body p:last-child { margin-bottom: 0; }

/* CTA band */
.cta-band {
	padding: clamp(48px, 7vw, 96px) clamp(24px, 4vw, 64px);
	text-align: center;
	border-radius: var(--r-xl);
	background: var(--bg-panel);
	border: 1px solid var(--hairline);
}
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { color: var(--ink-2); max-width: 52ch; margin-inline: auto; margin-bottom: 30px; font-size: clamp(1.05rem, 1.6vw, 1.25rem); letter-spacing: -.018em; }

/* Notices */
.notice {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	padding: 16px 20px;
	border-radius: var(--r-sm);
	font-size: .98rem;
	letter-spacing: -.014em;
	background: var(--surface);
	color: var(--ink-2);
	margin-bottom: 24px;
}
.notice svg { width: 19px; height: 19px; flex: none; margin-top: 2px; color: var(--ink-3); }
.notice--success { background: rgba(91, 122, 59, .12); color: #3D5327; }
.notice--success svg { color: var(--olive); }
.notice--error   { background: rgba(163, 42, 23, .09); color: #7A2011; }
.notice--error svg { color: var(--brick); }
.notice p:last-child { margin-bottom: 0; }

/* Empty state */
.af-empty {
	padding: clamp(40px, 6vw, 72px) clamp(24px, 3vw, 48px);
	text-align: center;
	border-radius: var(--r-lg);
	border: 1px solid var(--hairline);
	background: var(--bg-raised);
	color: var(--ink-2);
}
.af-empty h3 { color: var(--ink); margin-bottom: 10px; }
.af-empty p { max-width: 56ch; margin-inline: auto; }

/* ═══════════════════════════════════════════════════════════════
   12b. FEATURE COMPONENTS
   The devices that carry the personality: marquee, figure band,
   category tiles, ink band, printer's rule.
   ═══════════════════════════════════════════════════════════════ */

/* Printer's rule — hairline with a centred diamond */
.rule {
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--ink-3);
}
.rule::before, .rule::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--hairline);
}
.rule span { font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; }

/* ── Marquee ──────────────────────────────────────────────────── */
.marquees { background: var(--ink); color: var(--bg); overflow: hidden; }
.marquee { overflow: hidden; padding-block: 15px; }
.marquee + .marquee { border-top: 1px solid rgba(252, 250, 246, .15); }
.marquee__track {
	display: flex;
	width: max-content;
	animation: hcs-marquee 34s linear infinite;
}
.marquee--reverse .marquee__track { animation-direction: reverse; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
	display: inline-flex;
	align-items: center;
	gap: 44px;
	padding-right: 44px;
	font-family: var(--font-display);
	font-size: clamp(.95rem, 1.5vw, 1.2rem);
	font-weight: 500;
	letter-spacing: .13em;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(252, 250, 246, .82);
}
.marquee__track b { color: var(--accent); font-weight: 400; }
@keyframes hcs-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* ── Figure band — the rate card as headline numerals ─────────── */
.figures {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
	gap: clamp(28px, 3vw, 44px);
}
.figure { text-align: center; padding-inline: 12px; }
.figure__num {
	display: block;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(2.8rem, 6vw, 4.6rem);
	line-height: 1;
	letter-spacing: -.03em;
	color: var(--accent);
}
.figure__label {
	display: block;
	margin-top: 12px;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ink-3);
}
.figure__note {
	display: block;
	margin-top: 6px;
	font-size: .92rem;
	color: var(--ink-2);
}

/* ── Category tiles ───────────────────────────────────────────── */
.tiles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	gap: clamp(14px, 1.4vw, 20px);
}
.tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	aspect-ratio: 4 / 5;
	padding: clamp(20px, 2vw, 28px);
	overflow: hidden;
	border-radius: var(--r);
	background: var(--surface);
	color: var(--ink);
	text-decoration: none;
	transition: background var(--dur) var(--ease), transform var(--dur) var(--ease), color var(--dur) var(--ease);
}
.tile:hover, .tile:focus-visible {
	transform: translateY(-6px);
	background: var(--accent);
	color: var(--bg);
	text-decoration: none;
}

/* Oversized ghosted icon — the tile's only decoration */
.tile__glyph {
	position: absolute;
	right: -14%;
	top: 4%;
	width: 74%;
	color: var(--ink);
	opacity: .07;
	transform: rotate(-8deg);
	pointer-events: none;
	transition: opacity var(--dur) var(--ease), color var(--dur) var(--ease), transform .5s var(--ease);
}
.tile__glyph svg { width: 100%; height: auto; stroke-width: 1.1; }
.tile:hover .tile__glyph { opacity: .22; color: var(--bg); transform: rotate(-4deg) scale(1.04); }

.tile__index {
	position: absolute;
	top: clamp(18px, 2vw, 26px);
	left: clamp(20px, 2vw, 28px);
	font-family: var(--font-display);
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .14em;
	color: var(--ink-3);
	transition: color var(--dur) var(--ease);
}
.tile:hover .tile__index { color: rgba(252, 250, 246, .75); }

.tile__name {
	position: relative;
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 1.9vw, 1.5rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -.012em;
}
.tile__meta {
	position: relative;
	margin-top: 8px;
	font-size: .92rem;
	line-height: 1.45;
	color: var(--ink-2);
	transition: color var(--dur) var(--ease);
}
.tile:hover .tile__meta { color: rgba(252, 250, 246, .88); }

/* Photo variant, used where a real photograph exists */
.tile--photo { background: var(--ink); color: var(--bg); }
.tile--photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s var(--ease), filter .7s var(--ease);
}
.tile--photo::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 16, 12, .12) 0%, rgba(20, 16, 12, .58) 58%, rgba(20, 16, 12, .84) 100%);
}
.tile--photo .tile__name,
.tile--photo .tile__meta,
.tile--photo .tile__index { z-index: 1; color: var(--bg); }
.tile--photo .tile__meta { color: rgba(252, 250, 246, .85); }
.tile--photo:hover { background: var(--ink); color: var(--bg); }
.tile--photo:hover img { transform: scale(1.06); filter: saturate(1.1); }

/* ── Ink band ─────────────────────────────────────────────────── */
.band--ink {
	background: var(--ink);
	color: rgba(252, 250, 246, .82);
}
.band--ink h1, .band--ink h2, .band--ink h3, .band--ink h4 { color: var(--bg); }
.band--ink .eyebrow { color: #E08A63; }
.band--ink .section-head p,
.band--ink .split__copy > p,
.band--ink .text-muted { color: rgba(252, 250, 246, .74); }
.band--ink .tick-list li { color: rgba(252, 250, 246, .82); }
.band--ink .tick-list li::before { border-color: var(--bg); }
.band--ink .btn--secondary { border-color: rgba(252, 250, 246, .34); color: var(--bg); }
.band--ink .btn--secondary:hover { background: rgba(252, 250, 246, .1); color: var(--bg); }
.band--ink .figure__num { color: #E08A63; }
.band--ink .figure__label { color: rgba(252, 250, 246, .6); }
.band--ink .figure__note { color: rgba(252, 250, 246, .78); }
.band--ink .rule::before, .band--ink .rule::after { background: rgba(252, 250, 246, .22); }
.band--ink .media { background: rgba(252, 250, 246, .08); }

/* ── Hero emphasis ────────────────────────────────────────────── */
.hero { background: var(--bg-raised); border-bottom: 1px solid var(--hairline); }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .lead { max-width: 40ch; }
.hero__note {
	margin-top: 28px;
	font-size: .92rem;
	color: var(--ink-3);
}

/* ═══════════════════════════════════════════════════════════════
   13. FORMS
   ═══════════════════════════════════════════════════════════════ */
.field { display: block; margin-bottom: 18px; }
.field > span, .field > label {
	display: block;
	margin-bottom: 8px;
	font-size: .88rem;
	color: var(--ink-2);
	letter-spacing: -.012em;
}
.field .req { color: var(--ink-3); }
.field__hint { display: block; margin-top: 8px; font-size: .86rem; color: var(--ink-3); letter-spacing: -.012em; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"],
input[type="number"], input[type="password"], input[type="search"], input[type="date"],
select, textarea {
	width: 100%;
	padding: 14px 16px;
	font-family: inherit;
	font-size: 1rem;
	letter-spacing: -.014em;
	color: var(--ink);
	background: var(--surface);
	border: 1px solid transparent;
	border-radius: var(--r-sm);
	transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
	-webkit-appearance: none;
	appearance: none;
}
textarea { min-height: 160px; resize: vertical; }
select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%236F6152' stroke-width='1.4'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px;
	padding-right: 44px;
}
select option { background: var(--surface); color: var(--ink); }
input::placeholder, textarea::placeholder { color: var(--ink-3); }

input:focus, select:focus, textarea:focus {
	outline: none;
	border-color: var(--accent);
	background: var(--surface-2);
}

.field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 0 18px; }

.hcs-hp { position: absolute !important; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.search-form { display: flex; gap: 10px; }
.search-form input[type="search"] { flex: 1; }

/* ═══════════════════════════════════════════════════════════════
   14. EDITORIAL CONTENT
   ═══════════════════════════════════════════════════════════════ */
.entry-content { color: var(--ink-2); }
.entry-content > * + * { margin-top: 1.1rem; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--ink); }
.entry-content h2 { margin-top: 2em; font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.entry-content h3 { margin-top: 1.7em; }
.entry-content ul, .entry-content ol { padding-left: 1.25rem; }
.entry-content li + li { margin-top: .45rem; }
.entry-content strong { color: var(--ink); font-weight: 600; }
.entry-content img { border-radius: var(--r); }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: .98rem; }
.entry-content th, .entry-content td { padding: 13px 14px; border-bottom: 1px solid var(--hairline); text-align: left; }
.entry-content thead th { color: var(--ink); font-weight: 600; }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* Post cards */
.post-card { padding: 0; overflow: hidden; }
.post-card__media { aspect-ratio: 16 / 10; background: var(--surface-2); overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.04); }
.post-card__body { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 10px; }
.post-card__meta { font-size: .84rem; color: var(--ink-3); }
.post-card h3 { font-size: 1.2rem; margin: 0; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--ink); text-decoration: none; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 56px; }
.pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 40px; height: 40px;
	padding: 0 13px;
	border-radius: var(--r-pill);
	color: var(--ink-2);
	font-size: .95rem;
	transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.pagination .page-numbers:hover { background: var(--surface); color: var(--ink); text-decoration: none; }
.pagination .page-numbers.current { background: var(--ink); color: var(--bg); font-weight: 500; }

/* ═══════════════════════════════════════════════════════════════
   15. FOOTER
   ═══════════════════════════════════════════════════════════════ */
.site-footer {
	background: var(--bg-raised);
	border-top: 1px solid var(--hairline);
	font-size: .82rem;
	color: var(--ink-3);
}
.footer-main {
	display: grid;
	grid-template-columns: minmax(240px, 1.4fr) repeat(auto-fit, minmax(150px, 1fr));
	gap: clamp(30px, 4vw, 64px);
	padding-block: clamp(44px, 5vw, 72px);
}
.footer-col h4 { font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: 14px; letter-spacing: -.008em; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { color: var(--ink-3); }
.footer-col a:hover { color: var(--ink); text-decoration: underline; }
.footer-about p { margin-top: 16px; max-width: 46ch; line-height: 1.6; }
.footer-about .site-brand { color: var(--ink); }

.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social a {
	display: grid;
	place-items: center;
	width: 36px; height: 36px;
	border-radius: 50%;
	background: var(--surface);
	color: var(--ink-2);
	transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.footer-social a:hover { background: var(--surface-2); color: var(--ink); }
.footer-social svg { width: 17px; height: 17px; }

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-block: 20px;
	border-top: 1px solid var(--hairline);
}
.footer-bottom p { margin: 0; }
.footer-bottom ul { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; flex-wrap: wrap; }
.footer-bottom a { color: var(--ink-3); }
.footer-bottom a:hover { color: var(--ink); text-decoration: underline; }

/* ═══════════════════════════════════════════════════════════════
   16. AUCTIONFORGE INTEGRATION
   Plugin markup restyled to match. Class names come from
   auctionforge/templates/** — keep in sync when the plugin updates.
   ═══════════════════════════════════════════════════════════════ */
.bpw-auction-card {
	display: grid;
	grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
	gap: clamp(20px, 2.6vw, 44px);
	align-items: center;
	padding: clamp(20px, 2vw, 28px);
	margin-bottom: 16px;
	background: var(--surface);
	border-radius: var(--r-lg);
	transition: background var(--dur) var(--ease);
}
.bpw-auction-card:hover { background: var(--surface-2); }

.bpw-auction-img, .bpw-img-wrap {
	border-radius: var(--r);
	overflow: hidden;
	background: var(--bg-panel);
	aspect-ratio: 4 / 3;
}
.bpw-auction-img img, .bpw-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

.bpw-auction-body { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.bpw-title, .bpw-auction-body h2, .bpw-auction-body h3 {
	font-size: clamp(1.3rem, 2.2vw, 1.9rem);
	font-weight: 600;
	letter-spacing: -.026em;
	line-height: 1.14;
	margin: 0;
}
.bpw-title a { color: var(--ink); }
.bpw-title a:hover { color: var(--ink); text-decoration: none; }
.bpw-date, .bp-auction-start-date { font-size: 1rem; color: var(--ink-2); letter-spacing: -.016em; }
.bpw-desc { color: var(--ink-2); margin: 0; letter-spacing: -.016em; }
.bpw-status-text { font-size: .9rem; color: var(--ink-3); }

/* Countdown */
.bpw-countdown-row, .bp-countdown { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.bpw-countdown-label, .bp-countdown-text { width: 100%; font-size: .82rem; color: var(--ink-3); letter-spacing: -.01em; }
.bpw-cd-num, .bp-countdown-number, .bp-days, .bp-hours, .bp-minutes, .bp-seconds {
	display: inline-grid;
	place-items: center;
	min-width: 54px;
	padding: 9px 8px 7px;
	border-radius: var(--r-sm);
	background: var(--bg-panel);
	font-size: 1.2rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.02em;
	color: var(--ink);
}
.bpw-cd-unit { display: block; font-size: .68rem; font-weight: 400; color: var(--ink-3); margin-top: 3px; letter-spacing: 0; }

/* Plugin buttons mapped onto theme buttons */
.bpw-btn-primary, .bp-btn, .bpw-live-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px 23px;
	font-family: inherit;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -.014em;
	border: 1px solid transparent;
	border-radius: var(--r-pill);
	background: var(--accent-fill);
	color: #FCFAF6 !important;
	text-decoration: none;
	cursor: pointer;
	transition: background var(--dur) var(--ease);
}
.bpw-btn-primary:hover, .bp-btn:hover, .bpw-live-btn:hover { background: var(--accent-hover); text-decoration: none; }

.bpw-btn-secondary, .bp-btn-default {
	background: transparent;
	border-color: #DCD2C2;
	color: var(--ink) !important;
}
.bpw-btn-secondary:hover, .bp-btn-default:hover { background: rgba(43, 36, 29, .05); }

.bpw-btn-disabled {
	background: var(--surface-2) !important;
	border-color: transparent;
	color: var(--ink-3) !important;
	cursor: not-allowed;
	pointer-events: none;
}
.bpw-buttons-single { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }

/* Lot grid */
.bp-lot {
	display: flex;
	flex-direction: column;
	background: var(--surface);
	border-radius: var(--r);
	overflow: hidden;
	transition: background var(--dur) var(--ease);
}
.bp-lot:hover { background: var(--surface-2); }
.bp-lot__wrp-image, .bp-lot__image { aspect-ratio: 1 / 1; overflow: hidden; background: var(--bg-panel); }
.bp-lot__image img { width: 100%; height: 100%; object-fit: cover; }
.bp-lot__content { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.bp-lot__title { font-size: 1rem; font-weight: 500; line-height: 1.35; letter-spacing: -.018em; margin: 0; }
.bp-lot__title a { color: var(--ink); }
.bp-lot__title a:hover { color: var(--ink); text-decoration: none; }
.bp-lot__text, .bp-lot__date { font-size: .9rem; color: var(--ink-3); }
.bp-lot__tool { display: flex; gap: 10px; align-items: center; margin-top: auto; padding-top: 8px; }
.bp-lot__tool__item { color: var(--ink-3); }
.bp-text-red { color: var(--brick); }

.bp-title, .bt-main__title { font-weight: 600; letter-spacing: -.026em; }
.bp-widget-block { margin-bottom: 24px; }
.bp-d-flex { display: flex; }
.bp-f-center { align-items: center; }
.bp-f-wrap { flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════════════════
   17. RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
	.nav-toggle { display: inline-flex; }

	.primary-nav {
		position: fixed;
		inset: var(--nav-h) 0 0 0;
		padding: 20px var(--gutter) 40px;
		background: rgba(252, 250, 246, .97);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
		transform: translateY(-8px);
		opacity: 0;
		visibility: hidden;
		overflow-y: auto;
		transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
		z-index: 99;
	}
	body.nav-open .primary-nav { opacity: 1; visibility: visible; transform: none; }
	body.nav-open { overflow: hidden; }

	.primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
	.primary-nav > ul > li { border-bottom: 1px solid var(--hairline); }
	.primary-nav a { padding: 17px 0; font-size: 1.4rem; font-weight: 500; letter-spacing: -.022em; opacity: 1; }

	.primary-nav .sub-menu {
		position: static;
		transform: none;
		opacity: 1;
		visibility: visible;
		background: none;
		border: 0;
		padding: 0 0 12px 16px;
		min-width: 0;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
	.primary-nav .sub-menu a { font-size: 1.05rem; padding: 9px 0; color: var(--ink-2); }

	.header-actions .btn--cta { display: none; }
}

@media (max-width: 820px) {
	.bpw-auction-card { grid-template-columns: 1fr; }
	.footer-main { grid-template-columns: repeat(2, 1fr); }
	.footer-about { grid-column: 1 / -1; }
	.header-actions .header-phone { display: none; }
	.section-head--split { align-items: flex-start; }
}

@media (max-width: 560px) {
	.footer-main { grid-template-columns: 1fr; }
	.btn-row .btn { flex: 1 1 100%; }
}

/* ═══════════════════════════════════════════════════════════════
   18. MOTION, FALLBACKS, PRINT
   ═══════════════════════════════════════════════════════════════ */
.reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
	}
	.reveal { opacity: 1; transform: none; }
}

/* No backdrop-filter (Firefox <103, older Android) */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
	.site-header { background: rgba(252, 250, 246, .99); }
	.glass, .btn--glass, .primary-nav .sub-menu { background: var(--surface); }
	.primary-nav { background: #FCFAF6; }
}

@media print {
	.site-header, .site-footer, .nav-toggle, .btn { display: none !important; }
	body { background: #fff; color: #000; }
	.card, .panel, .glass, .feature-panel { background: none; border: 1px solid #ccc; }
}
