/*
 * File: style/svlacosta/svlacosta.css
 * Purpose: Define the responsive S.V. La Costa Alpha visual system for public catalogue and mobile administration routes.
 *
 * ---------------------------------------------------------------------
 * 2026.08.07 - Enlarged the welcome crest and styled the footer logo as its independent splash control.
 * 2026.08.06 - Added catalogue structure ordering, status-bordered relationship icons, and drag feedback.
 * 2026.08.05 - Added clearer separation between the administration header and page content.
 * 2026.08.04 - Restored administration list cards and related-product quick-access icons.
 * 2026.08.04 - Replaced the leaf-cup enquiry control with a traditional handled wicker basket.
 * 2026.08.03 - Stabilized catalogue heroes and added dense mobile product, basket, modal-navigation, and enquiry-selection treatments.
 * 2026.08.03 - Styled the brand-aware catalogue hero, clear-brand link, and compact PDF and sort controls.
 * 2026.08.02 - Added sequenced product-add confirmation and enquiry-basket count feedback.
 * 2026.08.01 - Added responsive header clearance for shared EZCMS Core page containers.
 * 2026.08.01 - Added pack-aware enquiry rows and expanded product detail sections.
 * 2026.08.01 - Added data-driven category imagery to the Products hero banner.
 * 2026.08.01 - Set primary button text to white across normal, hover, active, and disabled states.
 * 2026.08.01 - Matched the enquiry basket leaves to the logo green, moved the hero image beside this stylesheet, and tightened editorial spacing.
 * 2026.07.31 - Added the Sample10 homepage, leaf-cup enquiry control, and fixed-size sliding crest.
 * 2026.07.31 - Added the Sample10 public shell and Sample14-inspired catalogue scroller, selector, and editorial panel.
 * 2026.07.30 - Added mobile catalogue editor previews and enquiry workflow states.
 * 2026.07.30 - Added crop-safe owned delivery photography for responsive service sections.
 * 2026.07.30 - Added the cleaned sample-11-inspired forest, gold, cream, and charcoal design.
 */

/* Brand tokens: Centralize the approved S.V. La Costa colours and reusable surface values. */
:root {
	--sv-forest: #06470c;
	--sv-forest-dark: #022f07;
	--sv-forest-soft: #e6efe5;
	--sv-logo-green: #577558;
	--sv-gold: #d4af37;
	--sv-gold-dark: #a98218;
	--sv-cream: #f5f5dc;
	--sv-paper: #fbfaf5;
	--sv-charcoal: #242824;
	--sv-muted: #677069;
	--sv-border: rgba(6, 71, 12, 0.16);
	--sv-shadow: 0 1.25rem 3rem rgba(10, 33, 15, 0.12);
	--sv-radius: 1.1rem;
	--sv-serif: "Palatino Linotype", "Book Antiqua", Palatino, "Iowan Old Style", Georgia, serif;
	--sv-sans: Inter, "Segoe UI", Arial, sans-serif;
}

/* Document foundations: Establish readable typography, predictable page colour, and anchored header scrolling. */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 8rem;
}

body {
	background: var(--sv-paper);
	color: var(--sv-charcoal);
	font-family: var(--sv-sans);
	line-height: 1.6;
}

body,
button,
input,
select,
textarea {
	font-family: var(--sv-sans);
}

h1,
h2,
h3,
h4,
h5,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	color: var(--sv-forest-dark);
	font-family: var(--sv-serif);
	font-weight: 700;
	letter-spacing: -0.025em;
}

a {
	color: var(--sv-forest);
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--sv-gold-dark);
}

img {
	max-width: 100%;
}

::selection {
	background: var(--sv-gold);
	color: var(--sv-forest-dark);
}

:focus-visible {
	outline: 3px solid var(--sv-gold);
	outline-offset: 3px;
}

/* Shared accents: Reuse the editorial eyebrow, buttons, chips, and section framing throughout the site. */
.sv-eyebrow {
	color: var(--sv-gold-dark);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sv-section {
	padding: clamp(3.5rem, 7vw, 7rem) 0;
}

.sv-section-cream {
	background: var(--sv-cream);
}

.sv-section-forest {
	background: var(--sv-forest-dark);
	color: #fff;
}

.sv-section-forest h1,
.sv-section-forest h2,
.sv-section-forest h3 {
	color: #fff;
}

.sv-section-heading {
	max-width: 48rem;
	margin-bottom: 2.5rem;
}

.sv-section-heading h1,
.sv-section-heading h2 {
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	line-height: 0.98;
}

.btn {
	border-radius: 999px;
	font-weight: 750;
	letter-spacing: 0.01em;
	padding: 0.72rem 1.2rem;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--sv-forest);
	--bs-btn-border-color: var(--sv-forest);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--sv-forest-dark);
	--bs-btn-hover-border-color: var(--sv-forest-dark);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--sv-forest-dark);
	--bs-btn-active-border-color: var(--sv-forest-dark);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--sv-forest);
	--bs-btn-disabled-border-color: var(--sv-forest);
}

.btn-outline-primary {
	--bs-btn-color: var(--sv-forest);
	--bs-btn-border-color: var(--sv-forest);
	--bs-btn-hover-bg: var(--sv-forest);
	--bs-btn-hover-border-color: var(--sv-forest);
	--bs-btn-active-bg: var(--sv-forest-dark);
	--bs-btn-active-border-color: var(--sv-forest-dark);
}

.btn-gold {
	background: var(--sv-gold);
	border: 1px solid var(--sv-gold);
	color: var(--sv-forest-dark);
}

.btn-gold:hover {
	background: #e2c255;
	border-color: #e2c255;
	color: var(--sv-forest-dark);
}

.sv-chip {
	align-items: center;
	background: var(--sv-forest-soft);
	border-radius: 999px;
	color: var(--sv-forest);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 750;
	gap: 0.35rem;
	padding: 0.42rem 0.72rem;
}

/* First-visit splash: Present the mandatory introduction once and release safely for reduced-motion/no-script users. */
.sv-splash {
	align-items: center;
	background:
		radial-gradient(circle at 72% 18%, rgba(212, 175, 55, 0.22), transparent 32rem),
		linear-gradient(145deg, #011f05, var(--sv-forest));
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 1;
	padding: 1.5rem;
	position: fixed;
	transition: opacity 0.55s ease, visibility 0.55s ease;
	visibility: visible;
	z-index: 3000;
}

.sv-splash-inner {
	color: #fff;
	max-width: 42rem;
	text-align: center;
}

.sv-splash-inner img {
	filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.3));
	height: auto;
	margin-bottom: 1rem;
	width: clamp(9rem, 24vw, 14rem);
}

.sv-splash-inner h1 {
	color: #fff;
	font-size: clamp(2.65rem, 8vw, 6.2rem);
	line-height: 0.9;
	margin-bottom: 1.75rem;
}

.sv-splash.is-closing,
.sv-splash-seen .sv-splash {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

@keyframes svSplashNoScript {
	0%,
	75% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}

/* Header and service banner: Keep business details compact and reflow the mobile banner into centered rows. */
.sv-service-bar {
	background: var(--sv-forest-dark);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.sv-service-bar .container-xl {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 2.2rem;
}

.sv-service-bar p {
	margin: 0;
}

.sv-service-links {
	display: flex;
	gap: 1.2rem;
}

.sv-service-bar a {
	color: #fff;
	text-decoration: none;
}

.sv-site-header {
	background: rgba(251, 250, 245, 0.96);
	border-bottom: 1px solid var(--sv-border);
	backdrop-filter: blur(12px);
}

.sv-site-header .navbar {
	min-height: 5.5rem;
	padding: 0.5rem 0;
}

.sv-site-header .navbar-brand img {
	height: 4.25rem;
	width: 4.25rem;
}

.sv-site-header .nav-link {
	color: var(--sv-charcoal);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin: 0 0.18rem;
	padding: 0.8rem 0.55rem !important;
	text-transform: uppercase;
}

.sv-site-header .nav-link.active,
.sv-site-header .nav-link:hover {
	color: var(--sv-forest);
}

.sv-header-actions {
	align-items: center;
	display: flex;
	gap: 0.7rem;
}

.sv-search-form {
	align-items: stretch;
	border: 1px solid var(--sv-border);
	border-radius: 999px;
	display: flex;
	overflow: hidden;
}

.sv-search-form input {
	background: transparent;
	border: 0;
	font-size: 0.8rem;
	min-width: 7.5rem;
	outline: 0;
	padding: 0.55rem 0 0.55rem 0.8rem;
	width: 9rem;
}

.sv-search-form button {
	background: transparent;
	border: 0;
	color: var(--sv-forest);
	font-size: 0.72rem;
	font-weight: 800;
	padding: 0.55rem 0.75rem;
	text-transform: uppercase;
}

.sv-enquiry-button,
.sv-account-link {
	background: var(--sv-forest);
	border: 1px solid var(--sv-forest);
	border-radius: 999px;
	color: #fff;
	font-size: 0.76rem;
	font-weight: 800;
	padding: 0.58rem 0.85rem;
	text-decoration: none;
	white-space: nowrap;
}

.sv-enquiry-button:hover,
.sv-account-link:hover {
	background: var(--sv-forest-dark);
	color: #fff;
}

.sv-count-badge {
	align-items: center;
	background: var(--sv-gold);
	border-radius: 50%;
	color: var(--sv-forest-dark);
	display: inline-flex;
	font-size: 0.68rem;
	height: 1.25rem;
	justify-content: center;
	margin-left: 0.25rem;
	min-width: 1.25rem;
	padding: 0 0.25rem;
}

.sv-mobile-actions,
.sv-enquiry-button-compact {
	display: none;
}

/* Main and alert layout: Keep page templates full-width while standard alerts remain centered. */
.sv-main {
	min-width: 0;
}

.sv-alert-stack {
	position: relative;
	z-index: 10;
}

.sv-alert-stack .alert {
	margin-bottom: 0.5rem;
	margin-top: 0.75rem;
}

.alert.x-show {
	display: block;
	opacity: 1;
}

.alert.x-hide {
	display: none !important;
}

.sv-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

/* Responsive editorial banner: Use intrinsic grid sizing so imagery and copy realign cleanly on narrow screens. */
.sv-banner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
	min-height: clamp(34rem, 72vh, 48rem);
	overflow: hidden;
}

.sv-banner-copy {
	align-items: flex-start;
	background:
		radial-gradient(circle at 15% 15%, rgba(212, 175, 55, 0.2), transparent 23rem),
		var(--sv-forest-dark);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 7vw, 7rem);
}

.sv-banner-copy h1 {
	color: #fff;
	font-size: clamp(3.3rem, 7vw, 7.25rem);
	line-height: 0.85;
	max-width: 8ch;
}

.sv-banner-copy .lead {
	color: rgba(255, 255, 255, 0.82);
	max-width: 36rem;
}

.sv-banner-media {
	background: var(--sv-cream);
	min-height: 26rem;
	overflow: hidden;
	position: relative;
}

.sv-banner-media img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.sv-banner-card {
	background: rgba(251, 250, 245, 0.94);
	border-left: 0.3rem solid var(--sv-gold);
	bottom: clamp(1.25rem, 4vw, 3rem);
	box-shadow: var(--sv-shadow);
	left: clamp(1.25rem, 4vw, 3rem);
	max-width: 24rem;
	padding: 1.1rem 1.3rem;
	position: absolute;
	right: clamp(1.25rem, 4vw, 3rem);
	z-index: 2;
}

.sv-banner-card p {
	margin: 0;
}

/* Cards and catalogue components: Create clean tactile surfaces for products, brands, recipes, and buyer resources. */
.sv-card-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.sv-article-footer {
	border: 1px dashed var(--sv-border);
	border-radius: var(--sv-radius);
	padding: 2rem;
}

.sv-article-footer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.5rem;
}

.sv-article-footer-item {
	border: 1px solid var(--sv-border);
	border-radius: var(--sv-radius);
	display: flex;
	flex: 1 1 min(18rem, calc(50% - 1rem));
	min-width: 16rem;
	overflow: hidden;
	background: #fff;
}

.sv-article-footer-item-published {
	border-color: #2c6b2f;
}

.sv-article-footer-item-unpublished {
	border-color: #d2a500;
}

.sv-article-footer-media {
	flex: 0 0 8rem;
	background: var(--sv-cream);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sv-article-footer-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sv-article-footer-body {
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

.sv-article-footer-actions {
	margin-top: auto;
}

.sv-editorial-card,
.sv-brand-card,
.sv-product-card,
.sv-stat-card {
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: var(--sv-radius);
	box-shadow: 0 0.5rem 1.5rem rgba(10, 33, 15, 0.06);
	overflow: hidden;
}

.sv-editorial-card,
.sv-brand-card,
.sv-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sv-card-media {
	aspect-ratio: 4 / 3;
	background: var(--sv-cream);
	overflow: hidden;
	position: relative;
}

.sv-card-media img {
	height: 100%;
	object-fit: contain;
	padding: 0.75rem;
	transition: transform 0.35s ease;
	width: 100%;
}

.sv-editorial-card .sv-card-media img {
	object-fit: cover;
	padding: 0;
}

.sv-product-card:hover .sv-card-media img,
.sv-brand-card:hover .sv-card-media img,
.sv-editorial-card:hover .sv-card-media img {
	transform: scale(1.025);
}

.sv-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

.sv-card-body h2,
.sv-card-body h3 {
	font-size: 1.35rem;
}

.sv-card-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: auto;
	padding-top: 1rem;
}

.sv-product-meta {
	color: var(--sv-muted);
	font-size: 0.78rem;
}

.sv-product-card .sv-card-media {
	aspect-ratio: 1 / 0.82;
}

.sv-product-card .sv-card-media img {
	mix-blend-mode: multiply;
}

.sv-category-block {
	padding: 2.5rem 0;
}

.sv-category-block + .sv-category-block {
	border-top: 1px solid var(--sv-border);
}

.sv-category-heading {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.sv-category-heading h2 {
	font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.sv-brand-heading {
	border-bottom: 1px solid var(--sv-border);
	margin: 2rem 0 1.25rem;
	padding-bottom: 0.65rem;
}

.sv-additional-brands {
	background: var(--sv-cream);
	border-radius: var(--sv-radius);
	margin-top: 2.5rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.sv-filter-panel {
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: var(--sv-radius);
	box-shadow: 0 0.5rem 1.5rem rgba(10, 33, 15, 0.05);
	margin-top: -2rem;
	padding: 1rem;
	position: relative;
	z-index: 2;
}

.sv-filter-grid {
	align-items: end;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: minmax(12rem, 2fr) repeat(3, minmax(8rem, 1fr)) auto;
}

.form-control,
.form-select {
	border-color: rgba(6, 71, 12, 0.25);
	border-radius: 0.75rem;
	min-height: 2.9rem;
}

.form-control:focus,
.form-select:focus {
	border-color: var(--sv-gold);
	box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.22);
}

/* Enquiry drawer and list: Make anonymous selections easy to review and edit on a phone. */
.sv-enquiry-drawer {
	--bs-offcanvas-width: min(100vw, 32rem);
}

.sv-enquiry-drawer .offcanvas-header {
	border-bottom: 1px solid var(--sv-border);
}

.enquiry-list-item {
	border-bottom: 1px solid var(--sv-border);
	padding: 1rem 0;
}

.enquiry-list-item-heading {
	align-items: start;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
}

.enquiry-list-item-name {
	color: var(--sv-forest);
	font-family: var(--sv-serif);
	font-size: 1.08rem;
	font-weight: 700;
}

.enquiry-list-item-pack {
	align-items: baseline;
	display: flex;
	gap: 0.65rem;
	margin: 0.45rem 0 0;
}

.enquiry-list-item-pack span {
	color: var(--sv-muted);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.enquiry-list-item-pack strong {
	color: var(--sv-charcoal);
	font-size: 0.9rem;
}

.enquiry-list-item-fields {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: minmax(7rem, 0.7fr) minmax(10rem, 1.3fr);
	margin-top: 0.75rem;
}

.enquiry-list-item-fields label {
	color: var(--sv-muted);
	font-size: 0.72rem;
	font-weight: 700;
}

.enquiry-list-item-fields input {
	margin-top: 0.25rem;
}

.enquiry-list-empty {
	background: var(--sv-cream);
	border-radius: 0.85rem;
	color: var(--sv-muted);
	padding: 1rem;
}

.sv-product-enquiry-panel {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--sv-border);
	border-radius: var(--sv-radius);
	margin-top: 1.5rem;
	padding: clamp(1rem, 3vw, 1.5rem);
}

.sv-product-enquiry-panel [data-enquiry-items].is-product-focus .enquiry-list-item {
	border-bottom: 0;
	padding-bottom: 0;
}

.sv-product-enquiry-panel .enquiry-list-empty {
	background: #fff;
	margin-bottom: 0;
}

.sv-product-brand-highlight {
	align-items: center;
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow);
	display: grid;
	gap: clamp(1.5rem, 5vw, 4rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
	padding: clamp(1.5rem, 5vw, 3.5rem);
}

.sv-product-brand-media {
	align-items: center;
	background: var(--sv-cream);
	border-radius: calc(var(--sv-radius) - 0.25rem);
	display: flex;
	justify-content: center;
	min-height: 16rem;
	padding: clamp(1.5rem, 5vw, 3rem);
}

.sv-product-brand-media img {
	max-height: 12rem;
	max-width: 100%;
	object-fit: contain;
}

.sv-card-title-link {
	color: inherit;
	text-decoration: none;
}

.sv-card-title-link:hover {
	color: var(--sv-forest);
}

/* Detail and content layouts: Support product, brand, recipe, article, contact, and private-label storytelling. */
.sv-detail-hero {
	background: var(--sv-cream);
	padding: clamp(2.5rem, 6vw, 6rem) 0;
}

.sv-detail-grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.sv-detail-media {
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow);
	min-height: 25rem;
	padding: clamp(1.5rem, 5vw, 4rem);
}

.sv-detail-media img {
	height: 100%;
	max-height: 32rem;
	object-fit: contain;
	width: 100%;
}

/* Delivery photography: Crop the owned fleet image toward the cargo box so obsolete cab-door detail stays out of view. */
.sv-delivery-photo {
	background: var(--sv-cream);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow);
	min-height: clamp(20rem, 38vw, 32rem);
	overflow: hidden;
	position: relative;
}

.sv-delivery-photo img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: 72% center;
	position: absolute;
	width: 100%;
}

.sv-detail-copy h1 {
	font-size: clamp(2.75rem, 6vw, 5.5rem);
	line-height: 0.92;
}

.sv-prose {
	font-size: 1.05rem;
	max-width: 48rem;
}

.sv-prose p,
.sv-prose li {
	margin-bottom: 0.75rem;
}

.sv-content-list {
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: var(--sv-radius);
	padding: clamp(1.25rem, 4vw, 2.25rem);
}

/* Administration surfaces: Provide touch-friendly tables, controls, status chips, and sticky mobile actions. */
.sv-admin-route {
	background: #f3f5f2;
}

.sv-admin-route .sv-site-header {
	position: relative !important;
}

.sv-admin-shell {
	padding: 3rem 0 5rem;
}

.sv-admin-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.sv-admin-card {
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1.5rem rgba(10, 33, 15, 0.05);
	padding: clamp(1rem, 3vw, 1.5rem);
}


/* Administration review lists: Stack record cards with consistent breathing room. */
.sv-admin-list {
	display: grid;
	gap: 0.75rem;
}

.sv-admin-list-row {
	align-items: center;
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: 0.85rem;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 4.25rem minmax(0, 1fr) auto;
	padding: 0.75rem;
}

.sv-admin-list[data-sv-sortable-list] .sv-admin-list-row {
	cursor: grab;
	grid-template-columns: 2.25rem 4.25rem minmax(0, 1fr) auto;
}

.sv-admin-list-row.is-dragging {
	box-shadow: 0 1rem 2.25rem rgba(10, 33, 15, 0.18);
	cursor: grabbing;
	opacity: 0.55;
}

.sv-admin-order-note {
	align-items: center;
	background: linear-gradient(135deg, #eff6ee 0%, #fffaf0 100%);
	border: 1px solid #c9dbc8;
	border-radius: 0.85rem;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.85rem 1rem;
}

.sv-admin-order-note strong,
.sv-admin-order-note span {
	display: block;
}

.sv-admin-order-note span {
	color: var(--sv-muted);
	font-size: 0.82rem;
}

.sv-admin-order-controls {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	justify-content: center;
}

.sv-admin-order-controls button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0.3rem;
	color: var(--sv-forest);
	display: inline-flex;
	font-weight: 800;
	height: 1.25rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 1.75rem;
}

.sv-admin-order-controls button:hover,
.sv-admin-order-controls button:focus-visible {
	background: #e4eee2;
}

.sv-admin-order-controls span {
	color: var(--sv-muted);
	font-size: 0.85rem;
}

.sv-admin-type {
	background: #edf1eb;
	border-radius: 999px;
	color: var(--sv-forest);
	font-size: 0.68rem;
	font-weight: 800;
	padding: 0.27rem 0.55rem;
	text-transform: uppercase;
}

.sv-admin-list-row > img {
	background: var(--sv-cream);
	border-radius: 0.65rem;
	height: 4.25rem;
	object-fit: contain;
	padding: 0.25rem;
	width: 4.25rem;
}

.sv-admin-related-icons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.sv-admin-related-icon {
	align-items: center;
	background: var(--sv-cream);
	border: 1px solid var(--sv-border);
	border-radius: 0.65rem;
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 2.75rem;
}

.sv-admin-related-icon img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 0.2rem;
	width: 100%;
}

.sv-admin-related-icon:hover,
.sv-admin-related-icon:focus-visible {
	border-color: var(--sv-gold-dark);
	box-shadow: 0 0.3rem 0.75rem rgba(10, 33, 15, 0.14);
	transform: translateY(-1px);
}

.sv-admin-related-icon-published {
	border-color: #198754;
	border-width: 2px;
}

.sv-admin-related-icon-draft {
	background: #fffbf0;
	border-color: #d39e00;
	border-width: 2px;
}

.sv-admin-editor-image {
	align-items: center;
	background: var(--sv-cream);
	border: 1px solid var(--sv-border);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	min-height: 12rem;
	padding: 1rem;
}

.sv-admin-editor-image img {
	max-height: 16rem;
	object-fit: contain;
}

.sv-preserve-lines {
	white-space: pre-line;
}

.sv-admin-list-row h2,
.sv-admin-list-row h3 {
	font-family: var(--sv-sans);
	font-size: 0.95rem;
	margin: 0;
}

.sv-admin-list-row p {
	color: var(--sv-muted);
	font-size: 0.8rem;
	margin: 0.15rem 0 0;
}

.sv-status {
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 800;
	padding: 0.3rem 0.6rem;
}

.sv-status-published,
.sv-status-closed {
	background: #dcedda;
	color: #24552a;
}

.sv-status-draft,
.sv-status-new {
	background: #fff1c4;
	color: #735c00;
}

.sv-status-review,
.sv-status-in-review,
.sv-status-contacted {
	background: #dceaf8;
	color: #244b74;
}

.sv-status-archived {
	background: #ececec;
	color: #4d4d4d;
}

.sv-admin-sticky-actions {
	background: rgba(251, 250, 245, 0.96);
	border-top: 1px solid var(--sv-border);
	bottom: 0;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
	margin: 2rem calc(-1 * var(--bs-gutter-x) * 0.5) -5rem;
	padding: 0.85rem max(1rem, env(safe-area-inset-right)) calc(0.85rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
	position: sticky;
	z-index: 20;
}

/* Footer: Close the site with a rich green business panel and restrained legal row. */
.sv-site-footer {
	background: var(--sv-forest-dark);
	color: rgba(255, 255, 255, 0.76);
	padding: 4rem 0 1rem;
}

.sv-site-footer h2 {
	color: var(--sv-gold);
	font-family: var(--sv-sans);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sv-site-footer a {
	color: #fff;
}

.sv-site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sv-site-footer li {
	margin-bottom: 0.45rem;
}

.sv-footer-brand img {
	filter: drop-shadow(0 0.75rem 1.25rem rgba(0, 0, 0, 0.2));
	height: 5.5rem;
	margin-bottom: 1rem;
	width: 5.5rem;
}

.sv-footer-brand {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0;
}

.sv-footer-brand:focus-visible {
	outline: 0.18rem solid var(--sv-gold);
	outline-offset: 0.25rem;
}

.sv-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	font-size: 0.75rem;
	justify-content: space-between;
	margin-top: 3rem;
	padding-top: 1rem;
}

.sv-footer-bottom p {
	margin: 0;
}

/* Tablet layouts: Collapse dense filters and navigation actions without breaking the banner image alignment. */
@media (max-width: 1199.98px) {
	.sv-search-form {
		display: none;
	}

	.sv-filter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.sv-service-bar .container-xl {
		flex-direction: column;
		gap: 0.2rem;
		justify-content: center;
		padding-bottom: 0.45rem;
		padding-top: 0.45rem;
		text-align: center;
	}

	.sv-service-links {
		gap: 0.8rem;
	}

	.sv-site-header .navbar {
		min-height: 4.6rem;
	}

	.sv-site-header .navbar-brand img {
		height: 3.5rem;
		width: 3.5rem;
	}

	.sv-mobile-actions {
		align-items: center;
		display: flex;
		gap: 0.5rem;
	}

	.sv-enquiry-button-compact {
		display: inline-flex;
	}

	.sv-site-header .navbar-collapse {
		border-top: 1px solid var(--sv-border);
		margin-top: 0.65rem;
		padding: 0.75rem 0 1rem;
	}

	.sv-site-header .nav-link {
		border-bottom: 1px solid var(--sv-border);
		padding: 0.75rem 0 !important;
	}

	.sv-header-actions {
		align-items: stretch;
		flex-direction: column;
		margin-top: 0.75rem;
	}

	.sv-header-actions .sv-enquiry-button {
		display: none;
	}

	.sv-account-link {
		text-align: center;
	}

	.sv-banner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.sv-banner-copy {
		min-height: 31rem;
		padding: clamp(3rem, 9vw, 5rem) max(1.25rem, 6vw);
	}

	.sv-banner-media {
		min-height: clamp(22rem, 62vw, 34rem);
	}

	.sv-detail-grid {
		grid-template-columns: 1fr;
	}

	.sv-detail-media {
		min-height: 21rem;
	}
}

/* Phone layouts: Use single-column controls, edge-safe spacing, and full-width touch actions. */
@media (max-width: 575.98px) {
	.sv-admin-order-note {
		align-items: stretch;
		flex-direction: column;
	}

	.sv-admin-order-note .btn {
		width: 100%;
	}

	.sv-admin-pdf-builder {
		align-items: stretch;
		flex-direction: column;
	}

	.sv-admin-pdf-builder .btn {
		flex: 1;
	}

	.sv-service-links {
		flex-direction: column;
		gap: 0.1rem;
	}

	.sv-banner-copy h1 {
		font-size: clamp(3.05rem, 18vw, 4.8rem);
	}

	.sv-banner-card {
		bottom: 0.75rem;
		left: 0.75rem;
		right: 0.75rem;
	}

	.sv-filter-grid {
		grid-template-columns: 1fr;
	}

	.sv-filter-grid .btn {
		width: 100%;
	}

	.sv-category-heading {
		align-items: start;
		flex-direction: column;
		gap: 0.5rem;
	}

	.enquiry-list-item-fields {
		grid-template-columns: 1fr;
	}

	.sv-admin-list-row {
		grid-template-columns: 3.25rem minmax(0, 1fr);
	}

	.sv-admin-list[data-sv-sortable-list] .sv-admin-list-row {
		grid-template-columns: 1.8rem 3.25rem minmax(0, 1fr);
	}

	.sv-admin-list[data-sv-sortable-list] .sv-admin-list-row > :last-child {
		grid-column: 1 / -1;
	}

	.sv-admin-list-row > img {
		height: 3.25rem;
		width: 3.25rem;
	}

	.sv-admin-image-placeholder,
	.sv-admin-inquiry-icon {
		height: 3.25rem;
		width: 3.25rem;
	}

	.sv-admin-list-row > :last-child {
		grid-column: 1 / -1;
	}

	.sv-admin-list-row .btn {
		width: 100%;
	}

	.sv-admin-sticky-actions .btn {
		flex: 1;
	}

	.sv-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.5rem;
	}
}

/* Sample10 splash treatment: Place the crest on a dark editorial card above owned catalogue photography. */
.sv-splash {
	background:
		linear-gradient(rgba(3, 10, 4, 0.72), rgba(3, 10, 4, 0.82)),
		url("../../images/site/product-showroom.jpg") center / cover no-repeat;
}

.sv-splash-inner {
	align-items: center;
	background: rgba(12, 18, 13, 0.94);
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: 0 0 2rem 2rem;
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.48);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: min(42rem, calc(100vh - 3rem));
	padding: clamp(2rem, 7vw, 5rem);
	width: min(34rem, 100%);
}

.sv-splash-inner img {
	margin: 0 0 1.5rem;
	width: clamp(15rem, 48vw, 24rem);
}

.sv-splash-inner p {
	color: var(--sv-gold);
	font-family: var(--sv-serif);
	font-size: clamp(1rem, 3vw, 1.35rem);
	font-weight: 600;
	letter-spacing: 0.24em;
	margin: 0;
	text-transform: uppercase;
}

.sv-splash-dismiss {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-top: 2.25rem;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
}

/* Sample10 fixed header: Use a restrained hairline beneath the dark header and its deeper floating crest. */
.sv-site-header {
	background: rgba(21, 25, 21, 0.985);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(212, 175, 55, 0.3);
	box-shadow: 0 0.35rem 1.2rem rgba(0, 0, 0, 0.16);
	transition: box-shadow 0.25s ease;
}

.sv-site-header .navbar {
	min-height: 5rem;
	padding: 0;
}

.sv-site-header .container-xl {
	position: relative;
}

.sv-site-header .navbar-brand {
	align-items: center;
	display: flex;
	height: 5rem;
	margin-right: 1rem;
	padding: 0 0 0 11.5rem;
	position: relative;
}

.sv-logo-panel {
	align-items: center;
	background: rgba(12, 18, 13, 0.985);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-top: 0;
	border-radius: 0 0 1.6rem 1.6rem;
	box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.28);
	display: flex;
	height: 10.8rem;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(0);
	transition: transform 0.32s cubic-bezier(0.2, 0.72, 0.25, 1);
	will-change: transform;
	width: 10.5rem;
}

.sv-site-header .navbar-brand .sv-logo-panel img {
	height: 8.65rem;
	width: 8.65rem;
}

.sv-brand-wordmark {
	display: flex;
	flex-direction: column;
	line-height: 1;
	white-space: nowrap;
}

.sv-brand-wordmark strong {
	color: #fff;
	font-family: var(--sv-serif);
	font-size: 1.18rem;
	font-weight: 600;
	letter-spacing: 0.24em;
}

.sv-brand-wordmark small {
	color: var(--sv-gold);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin-top: 0.55rem;
}

.sv-site-header.is-condensed {
	box-shadow: 0 0.6rem 1.75rem rgba(0, 0, 0, 0.25);
}

.sv-site-header.is-condensed .sv-logo-panel {
	transform: translateY(-2.9rem);
}

.sv-site-header .nav-link {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.88rem;
	font-weight: 500;
	letter-spacing: 0.09em;
	margin: 0 0.15rem;
	padding: 0.9rem 0.5rem !important;
}

.sv-site-header .nav-link.active,
.sv-site-header .nav-link:hover {
	color: var(--sv-gold);
}

.sv-header-actions {
	gap: 0.5rem;
}

.sv-search-wrap {
	position: relative;
}

.sv-search-form {
	background: #f1f0d6;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 0 0 1px rgba(6, 71, 12, 0.05);
	min-width: 15.5rem;
	overflow: visible;
}

.sv-search-form input {
	color: var(--sv-charcoal);
	flex: 1;
	min-width: 7rem;
	width: auto;
}

.sv-search-form input::placeholder {
	color: #73766e;
}

.sv-search-form button {
	background: var(--sv-gold);
	border-radius: 999px;
	color: #101510;
	margin: 0.2rem;
	padding: 0.38rem 0.9rem;
}

.sv-search-suggestions {
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: 0.85rem;
	box-shadow: var(--sv-shadow);
	left: 0;
	max-height: 21rem;
	overflow-y: auto;
	padding: 0.4rem;
	position: absolute;
	right: 0;
	top: calc(100% + 0.5rem);
	z-index: 1100;
}

.sv-search-suggestions a {
	align-items: center;
	border-radius: 0.55rem;
	color: var(--sv-charcoal);
	display: flex;
	font-size: 0.84rem;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.55rem 0.7rem;
	text-decoration: none;
}

.sv-search-suggestions a:hover,
.sv-search-suggestions a:focus-visible {
	background: var(--sv-forest-soft);
	color: var(--sv-forest-dark);
}

.sv-search-suggestions small {
	color: var(--sv-muted);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sv-enquiry-button {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	padding: 0;
	position: relative;
	transition: background 0.2s ease, border-color 0.2s ease;
	width: 3.25rem;
}

.sv-enquiry-button:hover {
	background: rgba(212, 175, 55, 0.12);
	border-color: rgba(212, 175, 55, 0.34);
}

/* Enquiry count feedback: Draw attention to a newly increased basket value after product confirmation. */
.sv-enquiry-button.is-enquiry-highlighted {
	background: rgba(212, 175, 55, 0.2);
	border-color: rgba(212, 175, 55, 0.65);
}

.sv-enquiry-button.is-enquiry-highlighted .sv-enquiry-basket {
	animation: svEnquiryBasketPulse 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.sv-enquiry-button.is-enquiry-highlighted .sv-enquiry-basket-bowl {
	animation: svEnquiryBasketBowlHighlight 0.75s ease-out;
}

.sv-enquiry-button.is-enquiry-highlighted .sv-count-badge {
	animation: svEnquiryCountHighlight 0.75s ease-out;
}

@keyframes svEnquiryBasketPulse {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	42% {
		transform: translateY(-0.22rem) scale(1.13);
	}
}

@keyframes svEnquiryBasketBowlHighlight {
	0%,
	100% {
		background-color: rgba(212, 175, 55, 0.16);
		box-shadow: 0 0 0 rgba(212, 175, 55, 0);
		transform: translateX(-50%) scale(1);
	}
	42% {
		background-color: var(--sv-gold);
		box-shadow: 0 0 0 0.38rem rgba(212, 175, 55, 0.2);
		transform: translateX(-50%) scale(1.18);
	}
}

@keyframes svEnquiryCountHighlight {
	0%,
	100% {
		color: var(--sv-forest-dark);
		transform: scale(1);
	}
	42% {
		color: var(--sv-forest-dark);
		transform: scale(1.45);
	}
}

.sv-enquiry-button[hidden] {
	display: none !important;
}

.sv-enquiry-basket {
	display: block;
	height: 2.4rem;
	position: relative;
	width: 2.8rem;
}

.sv-enquiry-basket-handle {
	border: 0.14rem solid var(--sv-gold);
	border-bottom: 0;
	border-radius: 1.1rem 1.1rem 0 0;
	box-sizing: border-box;
	height: 1.42rem;
	left: 50%;
	position: absolute;
	top: 0.1rem;
	transform: translateX(-50%);
	width: 1.92rem;
	z-index: 1;
}

.sv-enquiry-basket-bowl {
	background-color: rgba(212, 175, 55, 0.16);
	background-image:
		linear-gradient(90deg, transparent 0 22%, rgba(212, 175, 55, 0.48) 22% 28%, transparent 28% 47%, rgba(212, 175, 55, 0.48) 47% 53%, transparent 53% 72%, rgba(212, 175, 55, 0.48) 72% 78%, transparent 78%),
		repeating-linear-gradient(0deg, transparent 0 0.22rem, rgba(212, 175, 55, 0.58) 0.22rem 0.29rem);
	border: 0.14rem solid var(--sv-gold);
	border-radius: 0.16rem 0.16rem 0.68rem 0.68rem;
	bottom: 0.12rem;
	box-shadow: inset 0 -0.22rem 0 rgba(2, 47, 7, 0.16);
	height: 1.18rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.22rem;
	z-index: 2;
}

.sv-enquiry-button .sv-count-badge {
	align-items: center;
	background: #fff;
	border: 1px solid var(--sv-gold);
	border-radius: 999px;
	color: var(--sv-forest-dark);
	display: flex;
	font-size: 0.66rem;
	font-weight: 700;
	height: 1.15rem;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 1.15rem;
	padding: 0 0.16rem;
	position: absolute;
	right: -0.06rem;
	top: -0.02rem;
	z-index: 3;
}

.sv-account-link {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
}

.sv-main {
	padding-top: 5rem;
}

.sv-admin-route .sv-main {
	padding-top: 0;
}

/* EZCMS Core page spacing: Clear the extended desktop crest without changing shared Core markup. */
.ezcmscore {
	margin-top: 6rem;
}

/* Sample10 homepage banner: Present the approved origin story over the original showroom photograph without calls to action. */
.sv-home-hero-wrap {
	padding: 0;
}

.sv-home-hero {
	background:
		linear-gradient(100deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.72) 54%, rgba(0, 0, 0, 0.82) 100%),
		url("svbackground.jpg") center / cover no-repeat;
	border: 1px solid rgba(9, 11, 9, 0.14);
	border-radius: 0 0 1.5rem 1.5rem;
	box-shadow: var(--sv-shadow);
	color: #fff;
	min-height: 27.5rem;
	overflow: hidden;
	position: relative;
}

.sv-home-hero-inner {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	min-height: 27.5rem;
	padding: 4rem clamp(2rem, 6vw, 5.25rem);
}

.sv-home-hero-copy {
	max-width: 46rem;
	width: 66%;
}

.sv-home-kicker {
	color: rgba(245, 245, 220, 0.9);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.sv-home-hero h1 {
	color: #fff;
	font-size: clamp(2.7rem, 5vw, 4.6rem);
	font-weight: 500;
	line-height: 1.02;
	margin-bottom: 1.25rem;
	max-width: 15ch;
}

.sv-home-hero-copy > p:last-child {
	color: rgba(245, 245, 220, 0.9);
	font-size: 1.02rem;
	line-height: 1.72;
	margin: 0;
}

/* Homepage featured products: Float a compact six-card frame against the banner with no additional homepage sections. */
.sv-home-featured {
	padding: 0;
}

.sv-home-featured-frame {
	background: rgba(251, 250, 245, 0.985);
	border: 1px solid rgba(6, 71, 12, 0.1);
	border-radius: 1.8rem;
	box-shadow: 0 1.5rem 4rem rgba(15, 26, 16, 0.14);
	margin-top: -2.15rem;
	padding: clamp(1.4rem, 3vw, 2.25rem);
	position: relative;
	z-index: 2;
}

.sv-home-featured-heading {
	margin-bottom: 1.35rem;
}

.sv-home-featured-heading .sv-eyebrow {
	margin-bottom: 0.2rem;
}

.sv-home-featured-heading h2 {
	font-size: clamp(1.75rem, 3vw, 2.45rem);
	font-weight: 500;
	margin: 0;
}

.sv-home-product-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Homepage editorial: Follow the featured products with one relevant story and a balanced two-column reading list. */
.sv-home-editorial {
	background: linear-gradient(180deg, var(--sv-paper), #f1f0e7);
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}

/* Catalogue hero: Use Sample10's high-contrast showroom banner with a narrower readable copy column. */
.sv-catalogue-hero {
	--sv-catalogue-hero-image: url("../../images/site/product-showroom.jpg");
	background:
		linear-gradient(90deg, rgba(4, 10, 5, 0.94) 0%, rgba(4, 10, 5, 0.76) 58%, rgba(4, 10, 5, 0.42) 100%),
		var(--sv-catalogue-hero-image) center 42% / cover no-repeat;
	color: #fff;
	min-height: 31rem;
}

.sv-catalogue-hero .container-xl {
	display: flex;
	justify-content: flex-end;
	min-height: inherit;
}

.sv-catalogue-hero-copy {
	align-self: center;
	margin-left: min(30vw, 20rem);
	max-width: 47rem;
	padding: 5rem 0 6.5rem;
}

.sv-catalogue-hero-copy h1 {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-size: clamp(3rem, 5.8vw, 5.2rem);
	font-weight: 500;
	height: 2.94em;
	line-height: 0.98;
	max-width: 17ch;
	overflow: hidden;
	text-wrap: balance;
}

.sv-catalogue-hero-copy > p:last-child {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1rem;
	max-width: 43rem;
}

.sv-catalogue-hero .sv-active-brand-clear {
	border-color: rgba(255, 255, 255, 0.72);
	color: #fff;
}

.sv-catalogue-hero .sv-active-brand-clear:hover,
.sv-catalogue-hero .sv-active-brand-clear:focus-visible {
	background: #fff;
	color: var(--sv-forest-dark);
}

/* Catalogue frame: Match Sample10's rounded light catalogue surface and deliberate breadcrumb typography. */
.sv-catalogue-shell {
	margin-top: -3.2rem;
	position: relative;
	z-index: 2;
}

.sv-catalogue-frame {
	background: rgba(251, 250, 245, 0.985);
	border: 1px solid rgba(6, 71, 12, 0.1);
	border-radius: 2rem;
	box-shadow: 0 1.5rem 4rem rgba(15, 26, 16, 0.14);
	overflow: hidden;
	padding-bottom: 2.5rem;
}

.sv-catalogue-topbar {
	align-items: center;
	border-bottom: 1px solid rgba(6, 71, 12, 0.1);
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	padding: 1.35rem 1.5rem;
}

.sv-breadcrumb {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--sv-serif);
	font-size: 0.96rem;
	font-weight: 600;
	gap: 0.55rem;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.sv-breadcrumb a {
	color: var(--sv-forest);
}

.sv-breadcrumb span[aria-hidden="true"] {
	color: #a9aaa4;
	font-family: var(--sv-sans);
	font-weight: 400;
}

.sv-breadcrumb [aria-current="page"] {
	color: #4f554f;
	font-weight: 500;
}

.sv-catalogue-toolbar {
	align-items: center;
	display: flex;
	gap: 0.55rem;
	justify-content: flex-end;
	width: auto;
}

.sv-catalogue-toolbar .btn {
	font-size: 0.78rem;
	padding: 0.5rem 0.8rem;
	white-space: nowrap;
}

.sv-catalogue-sort-toggle {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 2.45rem;
	min-width: 2.45rem;
}

.sv-catalogue-sort-toggle svg {
	fill: none;
	height: 1.1rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
	width: 1.1rem;
}

.sv-catalogue-toolbar .dropdown-item {
	font-size: 0.82rem;
}

.sv-catalogue-toolbar .dropdown-item.active,
.sv-catalogue-toolbar .dropdown-item:active {
	background: var(--sv-forest);
	color: #fff;
}

.sv-catalogue-layout {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 18rem minmax(0, 1fr);
	padding: 1.5rem;
}

.sv-catalogue-sidebar {
	background: linear-gradient(180deg, rgba(245, 245, 220, 0.38), transparent 85%);
	border-right: 1px solid rgba(6, 71, 12, 0.1);
	padding: 0 1.5rem 2rem 0;
}

.sv-catalogue-filter-card {
	background: #fff;
	border: 1px solid rgba(6, 71, 12, 0.12);
	border-radius: 1.25rem;
	padding: 1.35rem;
}

.sv-catalogue-filter-card + .sv-catalogue-filter-card {
	margin-top: 1rem;
}

.sv-catalogue-filter-card h2 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.sv-category-nav {
	display: grid;
	gap: 0.2rem;
}

.sv-category-nav a {
	align-items: center;
	border-radius: 0.55rem;
	color: #193c20;
	display: flex;
	font-size: 0.88rem;
	font-weight: 650;
	justify-content: space-between;
	padding: 0.55rem 0.65rem;
	text-decoration: none;
}

.sv-category-nav a:hover,
.sv-category-nav a.is-active {
	background: var(--sv-forest-soft);
	color: var(--sv-forest-dark);
}

.sv-category-nav a span:last-child {
	color: var(--sv-muted);
	font-size: 0.69rem;
}

.sv-filter-note {
	color: var(--sv-muted);
	font-size: 0.76rem;
	margin: 1rem 0 0;
}

.sv-active-brand-clear {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	display: inline-flex;
	font-family: var(--sv-sans);
	font-size: 0.9rem;
	height: 1.4rem;
	justify-content: center;
	line-height: 1;
	margin-left: 0.4rem;
	text-decoration: none;
	vertical-align: middle;
	width: 1.4rem;
}

.sv-results-heading {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.sv-results-heading h2 {
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 600;
	margin: 0;
}

.sv-results-eyebrow {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}

.sv-results-heading > p {
	color: var(--sv-muted);
	font-size: 0.78rem;
	margin: 0;
	white-space: nowrap;
}

.sv-pages-viewport {
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.sv-pages-track {
	align-items: flex-start;
	display: flex;
	transition: transform 0.45s cubic-bezier(0.2, 0.72, 0.25, 1);
	width: 100%;
}

.sv-catalogue-results {
	min-width: 0;
	overflow: hidden;
}

.sv-product-page {
	display: grid;
	flex: 0 0 100%;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-width: 0;
}

.sv-product-card {
	border-color: rgba(6, 71, 12, 0.13);
	border-radius: 1rem;
	box-shadow: none;
	min-height: 19.5rem;
	position: relative;
}

.sv-product-card::after {
	background: linear-gradient(90deg, var(--sv-gold), var(--sv-forest));
	bottom: 0;
	content: "";
	height: 0.18rem;
	left: 0;
	position: absolute;
	right: 0;
}

.sv-product-open {
	background: transparent;
	border: 0;
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.sv-product-open:hover,
.sv-product-open:focus-visible {
	color: inherit;
}

.sv-product-open .sv-card-media {
	display: block;
	width: 100%;
}

.sv-product-open .sv-card-body {
	display: flex;
	padding: 0.9rem 1rem 1.1rem;
	width: 100%;
}

.sv-product-open .sv-card-body strong {
	color: var(--sv-charcoal);
	font-family: var(--sv-serif);
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.2;
	margin: 0.25rem 2.5rem 0.45rem 0;
}

.sv-product-card .sv-card-media {
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)),
		repeating-linear-gradient(45deg, #eff1e8 0, #eff1e8 8px, #f8f8f2 8px, #f8f8f2 16px);
}

.sv-product-card .sv-card-media img {
	mix-blend-mode: multiply;
	padding: 0.7rem;
}

.sv-product-add {
	align-items: center;
	background: var(--sv-forest);
	border: 0;
	border-radius: 50%;
	bottom: 0.95rem;
	color: #fff;
	display: inline-flex;
	font-family: var(--sv-sans);
	font-size: 0;
	font-weight: 800;
	height: 2.25rem;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 0.85rem;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 2.25rem;
	z-index: 2;
}

.sv-product-add::before {
	content: "+";
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-0.04rem);
}

.sv-product-add:hover {
	background: var(--sv-gold);
	color: var(--sv-forest-dark);
}

/* Product add confirmation: Temporarily replace the plus with a checkmark after Core accepts the product. */
.sv-product-add.is-enquiry-confirmed,
.sv-product-add.is-enquiry-selected {
	animation: svProductAddConfirmed 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
	background: var(--sv-gold);
	color: var(--sv-forest-dark);
}

.sv-product-add.is-enquiry-confirmed::before,
.sv-product-add.is-enquiry-selected::before {
	animation: svProductAddCheck 0.7s ease-out;
	content: "\2713";
	font-size: 1.2rem;
}

/* Persistent enquiry selection: Prefix non-floating add actions without replacing their descriptive text. */
[data-enquiry-add].is-enquiry-selected:not(.sv-product-add)::before {
	content: "\2713";
	display: inline-block;
	font-weight: 800;
	margin-right: 0.35rem;
}

@keyframes svProductAddConfirmed {
	0%,
	100% {
		transform: scale(1);
	}
	38% {
		transform: scale(1.2);
	}
}

@keyframes svProductAddCheck {
	0% {
		opacity: 0;
		transform: translateY(-0.04rem) scale(0.45) rotate(-18deg);
	}
	38%,
	100% {
		opacity: 1;
		transform: translateY(-0.04rem) scale(1) rotate(0);
	}
}

.sv-page-controls {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

.sv-page-controls button {
	background: #fff;
	border: 1px solid #d9dfd8;
	color: #26362a;
	font-family: var(--sv-serif);
	font-size: 0.88rem;
	min-height: 2.4rem;
	padding: 0.35rem 0.7rem;
}

.sv-page-controls > button:first-child {
	border-radius: 0.45rem 0 0 0.45rem;
}

.sv-page-controls > button:last-child {
	border-radius: 0 0.45rem 0.45rem 0;
}

.sv-page-controls [data-catalogue-pagination] {
	display: flex;
}

.sv-page-controls [data-catalogue-pagination] button {
	border-left: 0;
	border-radius: 0;
}

.sv-page-controls button.is-active {
	background: var(--sv-forest-soft);
	color: var(--sv-forest-dark);
}

.sv-page-controls button:disabled {
	color: #a5aaa5;
}

/* Catalogue editorial: Interlace useful content after products with one feature and a two-column shortlist. */
.sv-catalogue-editorial {
	background: linear-gradient(180deg, var(--sv-paper), #f1f0e7);
	padding: 4.5rem 0;
}

.sv-editorial-feature {
	align-items: stretch;
	background: var(--sv-forest-dark);
	border-radius: 1.5rem;
	box-shadow: var(--sv-shadow);
	color: rgba(255, 255, 255, 0.86);
	display: grid;
	grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
	overflow: hidden;
	text-decoration: none;
}

.sv-editorial-feature:hover {
	color: #fff;
}

.sv-editorial-feature-media {
	min-height: 22rem;
	position: relative;
}

.sv-editorial-feature-media img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.sv-editorial-feature > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 6vw, 4.5rem);
}

.sv-editorial-feature h2 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 500;
	line-height: 1;
}

.sv-editorial-feature > div:last-child > span {
	color: var(--sv-gold);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	margin-top: 1rem;
	text-transform: uppercase;
}

.sv-editorial-shortlist {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.25rem;
}

.sv-editorial-shortlist a {
	background: #fff;
	border: 1px solid var(--sv-border);
	border-radius: 0.9rem;
	color: var(--sv-charcoal);
	display: flex;
	flex-direction: column;
	min-height: 6.5rem;
	padding: 1.1rem 1.25rem;
	text-decoration: none;
}

.sv-editorial-shortlist a:hover {
	border-color: rgba(6, 71, 12, 0.4);
	color: var(--sv-forest);
}

.sv-editorial-shortlist span {
	color: var(--sv-gold-dark);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sv-editorial-shortlist strong {
	font-family: var(--sv-serif);
	font-size: 1.1rem;
	font-weight: 650;
	margin-top: 0.25rem;
}

/* Product selector modal: Use a quiet two-column presentation with one simple plus action. */
.sv-product-modal .modal-content {
	background: #fff;
	border: 0;
	border-radius: 1.4rem;
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.32);
	overflow: hidden;
	position: relative;
}

.sv-product-modal .modal-dialog {
	max-width: min(62rem, calc(100vw - 2rem));
}

.sv-product-modal .btn-close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 3;
}

.sv-product-modal-grid {
	display: grid;
	grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
}

.sv-product-modal-media {
	align-items: center;
	background: var(--sv-cream);
	display: flex;
	justify-content: center;
	min-height: 31rem;
	padding: 2rem;
}

.sv-product-modal-media img {
	max-height: 27rem;
	object-fit: contain;
}

.sv-product-modal-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 5vw, 3.5rem);
}

.sv-product-modal-copy h2 {
	font-size: clamp(1.8rem, 3vw, 2.65rem);
	font-weight: 550;
	line-height: 1;
}

.sv-product-modal-category {
	color: var(--sv-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sv-product-modal-copy dl {
	border-bottom: 1px solid var(--sv-border);
	border-top: 1px solid var(--sv-border);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 1rem 0;
	padding: 0.85rem 0;
}

.sv-product-modal-copy dl div + div {
	border-left: 1px solid var(--sv-border);
	padding-left: 1rem;
}

.sv-product-modal-copy dt {
	color: var(--sv-muted);
	font-size: 0.67rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sv-product-modal-copy dd {
	font-weight: 700;
	margin: 0;
}

.sv-product-modal-actions {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.sv-product-add-modal {
	bottom: auto;
	height: 2.85rem;
	position: relative;
	right: auto;
	width: 2.85rem;
}

/* Dark footer revision: Pair near-black surfaces with restrained gold serif labels. */
.sv-site-footer {
	background: #080d09;
}

.sv-site-footer h2 {
	font-family: var(--sv-serif);
	font-size: 0.9rem;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
}

/* Sample10 tablet treatment: Stack catalogue tools while retaining an unclipped six-product horizontal page. */
@media (max-width: 1199.98px) {
	.sv-search-form {
		display: flex;
		min-width: 12rem;
	}

	.sv-brand-wordmark strong {
		font-size: 1rem;
		letter-spacing: 0.15em;
	}

	.sv-brand-wordmark small {
		letter-spacing: 0.12em;
	}

	.sv-catalogue-topbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.sv-catalogue-toolbar {
		justify-content: flex-start;
		width: 100%;
	}

	.sv-product-page {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Sample14 mobile mechanics: Collapse the dark header cleanly and keep catalogue controls within the viewport. */
@media (max-width: 991.98px) {
	.sv-site-header .navbar {
		min-height: 4.75rem;
		padding: 0.25rem 0;
	}

	.sv-site-header .navbar-brand {
		height: 4.25rem;
		padding: 0;
	}

	.sv-logo-panel,
	.sv-site-header.is-condensed .sv-logo-panel {
		border-radius: 0 0 0.7rem 0.7rem;
		height: 4.75rem;
		position: static;
		transform: none;
		width: 4.75rem;
	}

	.sv-site-header .navbar-brand .sv-logo-panel img,
	.sv-site-header.is-condensed .navbar-brand .sv-logo-panel img {
		height: 4rem;
		width: 4rem;
	}

	.sv-brand-wordmark {
		margin-left: 0.65rem;
	}

	.sv-brand-wordmark strong {
		font-size: 0.82rem;
	}

	.sv-brand-wordmark small {
		font-size: 0.55rem;
		margin-top: 0.35rem;
	}

	.sv-site-header .navbar-toggler {
		border-color: rgba(255, 255, 255, 0.28);
	}

	.sv-site-header .navbar-toggler-icon {
		filter: invert(1);
	}

	.sv-site-header .navbar-collapse {
		border-top-color: rgba(255, 255, 255, 0.13);
	}

	.sv-site-header .nav-link {
		border-bottom-color: rgba(255, 255, 255, 0.13);
		color: rgba(255, 255, 255, 0.86);
	}

	.sv-header-actions {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.sv-header-actions:not(.has-enquiry) {
		grid-template-columns: minmax(0, 1fr);
	}

	.sv-search-wrap,
	.sv-search-form {
		min-width: 0;
		width: 100%;
	}

	.sv-header-actions .sv-enquiry-button-desktop {
		display: none;
	}

	.sv-header-actions .sv-account-link {
		grid-column: 1 / -1;
		text-align: center;
	}

	.sv-main {
		padding-top: 5.25rem;
	}

	.sv-admin-route .sv-main {
		padding-top: 0;
	}

	.ezcmscore {
		margin-top: 2rem;
	}

	.sv-home-hero-copy {
		width: 76%;
	}

	.sv-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-catalogue-hero {
		min-height: 28rem;
	}

	.sv-catalogue-hero .container-xl {
		justify-content: flex-start;
	}

	.sv-catalogue-hero-copy {
		margin-left: 0;
		padding: 5rem 0 6rem;
	}

	.sv-catalogue-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.sv-catalogue-sidebar {
		border-bottom: 1px solid var(--sv-border);
		border-right: 0;
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 0 1.5rem;
	}

	.sv-catalogue-filter-card + .sv-catalogue-filter-card {
		margin-top: 0;
	}

	.sv-editorial-feature,
	.sv-product-modal-grid {
		grid-template-columns: 1fr;
	}

	.sv-editorial-feature-media,
	.sv-product-modal-media {
		min-height: 20rem;
	}
}

/* Landscape mobile products: Use the added horizontal room for a third compact product column. */
@media (max-width: 991.98px) and (orientation: landscape) {
	.sv-home-product-grid,
	.sv-product-page,
	.sv-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Sample14 phone mechanics: Keep two compact product columns while retaining six records in each horizontal page. */
@media (max-width: 575.98px) {
	.sv-brand-wordmark small {
		display: none;
	}

	.sv-home-hero-wrap {
		padding-top: 0;
	}

	.sv-home-hero {
		background-position: center, 42% center;
		border-radius: 0 0 1rem 1rem;
		min-height: 33rem;
	}

	.sv-home-hero-inner {
		align-items: flex-end;
		min-height: 33rem;
		padding: 4.5rem 1.35rem 4rem;
	}

	.sv-home-hero-copy {
		width: 100%;
	}

	.sv-home-kicker {
		font-size: 0.68rem;
		letter-spacing: 0.13em;
	}

	.sv-home-hero h1 {
		font-size: clamp(2.55rem, 13vw, 3.55rem);
	}

	.sv-home-hero-copy > p:last-child {
		font-size: 0.92rem;
		line-height: 1.58;
	}

	.sv-home-featured-frame {
		border-radius: 1.2rem;
		margin-top: -1.35rem;
		padding: 1.1rem;
	}

	.sv-home-product-grid,
	.sv-product-page,
	.sv-product-grid {
		gap: 0.65rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-catalogue-frame {
		border-radius: 1.2rem;
	}

	.sv-catalogue-topbar,
	.sv-catalogue-layout {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.sv-catalogue-toolbar {
		display: flex;
		justify-content: flex-start;
	}

	.sv-catalogue-toolbar .btn {
		width: auto;
	}

	.sv-catalogue-sidebar {
		grid-template-columns: 1fr;
	}

	.sv-results-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.25rem;
	}

	.sv-catalogue-hero-copy h1 {
		font-size: clamp(2.35rem, 11vw, 3.1rem);
		height: 4.2em;
		line-height: 1.05;
		max-width: 100%;
	}

	.sv-product-card {
		min-height: 17rem;
	}

	.sv-product-open .sv-card-body,
	.sv-product-grid .sv-card-body {
		padding: 0.75rem;
	}

	.sv-product-open .sv-card-body strong,
	.sv-product-grid .sv-card-body h3 {
		font-size: 0.88rem;
		line-height: 1.2;
		margin-right: 1.75rem;
	}

	.sv-product-meta {
		font-size: 0.67rem;
	}

	.sv-product-add {
		bottom: 0.65rem;
		height: 1.9rem;
		right: 0.55rem;
		width: 1.9rem;
	}

	.sv-editorial-shortlist {
		grid-template-columns: 1fr;
	}

	.sv-editorial-feature > div:last-child,
	.sv-product-modal-copy {
		padding: 1.5rem;
	}

	.sv-product-modal-copy dl {
		grid-template-columns: 1fr;
	}

	.sv-product-modal-copy dl div + div {
		border-left: 0;
		border-top: 1px solid var(--sv-border);
		margin-top: 0.65rem;
		padding-left: 0;
		padding-top: 0.65rem;
	}
}

/* Reduced motion: Preserve every state transition while removing non-essential animation. */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
