/* ==========================================================================
   Effektiv, main stylesheet
   Tokens, base, layout, header, footer, buttons and page-builder blocks.
   Shop styles live in shop.css, form styles in forms.css.

   Shape system (documented rule): interactive pills are fully rounded,
   cards 10px, small controls (tiers, icon buttons, inputs) 5px.
   ========================================================================== */

@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/oswald-latin-500-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/oswald-latin-ext-500-normal.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/poppins-latin-300-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/poppins-latin-ext-300-normal.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/poppins-latin-400-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/poppins-latin-ext-400-normal.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/poppins-latin-500-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/poppins-latin-ext-500-normal.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Metric-matched fallbacks keep layout shift near zero while fonts swap in. */
@font-face {
	font-family: "Oswald Fallback";
	src: local("Arial Narrow"), local("ArialNarrow"), local("Arial");
	size-adjust: 81%;
	ascent-override: 146%;
	descent-override: 35%;
}
@font-face {
	font-family: "Poppins Fallback";
	src: local("Arial");
	size-adjust: 112%;
	ascent-override: 93%;
	descent-override: 31%;
}

:root {
	color-scheme: dark;

	/* Colour */
	--c-bg: #000;
	--c-surface: #171717;
	--c-surface-2: #1f1f1f;
	--c-surface-3: #2a2a2a;
	--c-line: rgb(255 255 255 / 0.12);
	--c-line-strong: #707070;
	--c-text: #fff;
	--c-text-soft: #c9c9c9;
	--c-text-muted: #9b9b9b;
	--c-orange: #dc500c;
	--c-orange-ink: #c2410c;
	--c-orange-bright: #ff6f2c; /* eyebrow: >= 4.5:1 on black and on the violet glow */
	--c-green: #66a51a;
	--c-green-ink: #427f0e;
	--c-green-ink-hover: #386c0b;
	--c-blue: #0086cc;
	--c-purple: #a315e8;
	--c-purple-soft: #824bf3;
	--c-danger: #ff6b5b;
	--c-focus: #fff;

	/* Type */
	--f-display: "Oswald", "Oswald Fallback", "Arial Narrow", sans-serif;
	--f-body: "Poppins", "Poppins Fallback", system-ui, sans-serif;
	--fs-hero: clamp(3.25rem, 1.2rem + 6.4vw, 8.75rem);
	--fs-h1: clamp(2.75rem, 1.3rem + 4.6vw, 7.5rem);
	--fs-h2: clamp(2rem, 1.2rem + 2.6vw, 3.75rem);
	--fs-h3: clamp(1.5rem, 1.2rem + 1vw, 2.125rem);
	--fs-h4: 1.5rem;
	--fs-lead: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
	--fs-body: 1rem;
	--fs-small: 0.875rem;
	--fs-xs: 0.75rem;

	/* Space */
	--gutter: clamp(1rem, 0.4rem + 2.4vw, 2rem);
	--container: 76rem;       /* 1216px: the 10-column grid in the design */
	--container-wide: 104rem; /* 1664px: header, shop and product pages */
	--section: clamp(4rem, 2.5rem + 6vw, 8rem);

	/* Shape */
	--r-pill: 999px;
	--r-card: 10px;
	--r-control: 5px;

	/* Motion (strong custom curves, see Emil Kowalski's guidance) */
	--ease-out: cubic-bezier(0.23, 1, 0.32, 1);
	--ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
	--ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
	--t-press: 140ms;
	--t-fast: 180ms;
	--t-base: 240ms;

	/* Layers */
	--z-header: 50;
	--z-drawer: 80;
	--z-toast: 90;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-padding-top: 2rem;
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	min-height: 100dvh;
	background: var(--c-bg);
	color: var(--c-text);
	font-family: var(--f-body);
	font-size: var(--fs-body);
	font-weight: 300;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}

/* The hidden attribute always wins over component display rules. */
[hidden] {
	display: none !important;
}

img,
svg,
video,
picture {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em;
	font-family: var(--f-display);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: 0;
	text-transform: uppercase;
	text-wrap: balance;
}

/* Long compounds (German "umweltfreundliche") must never overflow on phones. */
h1,
h2,
h3 {
	overflow-wrap: break-word;
	hyphens: manual;
}
:lang(de) :is(h1, h2, h3),
:lang(nl) :is(h1, h2, h3) {
	hyphens: auto;
	-webkit-hyphens: auto;
	hyphenate-limit-chars: 10 4 4;
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.05; }
h4 { font-size: var(--fs-h4); line-height: 1.1; }

p {
	margin: 0 0 1.25em;
	text-wrap: pretty;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

strong,
b {
	font-weight: 500;
}

ul[role="list"],
ol[role="list"] {
	list-style: none;
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	border-top: 1px solid var(--c-line);
	margin: var(--section) 0;
}

::selection {
	background: var(--c-orange);
	color: #fff;
}

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

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
::-webkit-scrollbar-track {
	background: #0a0a0a;
}
::-webkit-scrollbar-thumb {
	background: #2e2e2e;
	border: 3px solid #0a0a0a;
	border-radius: var(--r-pill);
}
::-webkit-scrollbar-thumb:hover {
	background: #444;
}
html {
	scrollbar-color: #2e2e2e #0a0a0a;
}

input,
textarea {
	caret-color: var(--c-orange);
}

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

.skip-link {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100;
	padding: 0.75rem 1.25rem;
	background: #fff;
	color: #000;
	font-weight: 500;
	border-radius: var(--r-pill);
	transform: translateY(-200%);
	transition: transform var(--t-fast) var(--ease-out);
}
.skip-link:focus {
	transform: none;
}

.icon {
	flex: none;
	fill: currentColor;
}

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */

.container,
.container-wide {
	width: 100%;
	margin-inline: auto;
	padding-inline: var(--gutter);
}
.container {
	max-width: calc(var(--container) + var(--gutter) * 2);
}
.container-wide {
	max-width: calc(var(--container-wide) + var(--gutter) * 2);
}

.site {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
}

.site-main {
	flex: 1;
}

/* Atmospheric top glow, from the design (radial #a315e8 into black). */
.site::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	z-index: -1;
	height: clamp(30rem, 40vw + 12rem, 50rem);
	background: radial-gradient(87% 100% at 50% -6%, var(--glow-top, var(--c-purple)) 0%, rgb(0 0 0 / 0) 100%);
	pointer-events: none;
}
.is-shop-layout .site::before,
.single-product .site::before,
.page:not(.home) .site::before {
	--glow-top: var(--c-purple-soft);
	height: clamp(20rem, 20vw + 12rem, 30rem);
	background: radial-gradient(87% 100% at 50% -14%, var(--glow-top) 0%, rgb(0 0 0 / 0) 100%);
}

.page-head {
	padding-top: clamp(0.5rem, 2vw, 1.5rem);
	padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.page-title {
	margin: 0;
	font-size: var(--fs-h2);
}

.section {
	padding-block: var(--section);
}

.prose {
	max-width: 68ch;
	color: var(--c-text-soft);
}
.prose > :last-child {
	margin-bottom: 0;
}
.prose h2,
.prose h3,
.prose h4 {
	margin-top: 1.6em;
	color: var(--c-text);
}
.prose h2 { font-size: var(--fs-h3); }
.prose h3 { font-size: var(--fs-h4); }
.prose a {
	color: var(--c-text);
}
.prose a:hover {
	color: var(--c-orange);
}
.prose ul,
.prose ol {
	padding-left: 1.2em;
	margin: 0 0 1.25em;
}
.prose li + li {
	margin-top: 0.35em;
}
.prose li::marker {
	color: var(--c-green);
}
.prose img {
	border-radius: var(--r-card);
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
	--btn-bg: transparent;
	--btn-fg: var(--c-text);
	--btn-border: var(--c-text);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6em;
	min-width: 8.375rem;
	min-height: 2rem;
	padding: 0.35rem 1.5rem;
	border: 1px solid var(--btn-border);
	border-radius: var(--r-pill);
	background: var(--btn-bg);
	color: var(--btn-fg);
	font-family: var(--f-body);
	font-size: var(--fs-xs);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition:
		background-color var(--t-fast) ease,
		color var(--t-fast) ease,
		border-color var(--t-fast) ease,
		transform var(--t-press) var(--ease-out);
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}
.btn:active {
	transform: scale(0.97);
}
.btn[disabled],
.btn.is-disabled {
	opacity: 0.45;
	pointer-events: none;
}

.btn--outline:hover {
	--btn-bg: #fff;
	--btn-fg: #000;
}

.btn--solid {
	--btn-bg: #fff;
	--btn-fg: var(--c-orange-ink);
	--btn-border: #fff;
}
.btn--solid:hover {
	--btn-bg: var(--c-orange-ink);
	--btn-fg: #fff;
	--btn-border: var(--c-orange-ink);
}

.btn--accent {
	--btn-bg: var(--c-green-ink);
	--btn-fg: #fff;
	--btn-border: var(--c-green-ink);
	border-radius: var(--r-control);
	min-height: 3rem;
	padding-inline: 1.25rem;
	font-size: var(--fs-small);
	letter-spacing: 0.02em;
	text-transform: none;
}
.btn--accent:hover {
	--btn-bg: var(--c-green-ink-hover);
	--btn-border: var(--c-green-ink-hover);
}

.btn--ghost {
	--btn-border: transparent;
	min-width: 0;
	padding-inline: 0.25rem;
}

.btn--lg {
	min-height: 3rem;
	padding-inline: 2rem;
	font-size: var(--fs-small);
}

.btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.375rem;
	margin-top: 1.75rem;
}

.text-link {
	color: var(--c-text-muted);
	font-size: var(--fs-xs);
	text-decoration: underline;
	text-decoration-color: var(--c-line-strong);
	transition: color var(--t-fast) ease;
}
.text-link:hover {
	color: var(--c-text);
}

/* Round icon button (slider arrows, header account/cart). */
.icon-btn {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	text-decoration: none;
	transition:
		background-color var(--t-fast) ease,
		color var(--t-fast) ease,
		transform var(--t-press) var(--ease-out);
	-webkit-tap-highlight-color: transparent;
}
.icon-btn:active {
	transform: scale(0.94);
}
@media (hover: hover) and (pointer: fine) {
	.icon-btn:hover {
		background: #fff;
		color: #000;
	}
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
	position: relative;
	z-index: var(--z-header);
	padding-top: clamp(1rem, 3.4vw, 4.4rem);
	padding-bottom: clamp(1rem, 2vw, 1.5rem);
}

.site-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1.5rem;
}

.logo {
	display: inline-flex;
	justify-self: start;
	color: #fff;
	text-decoration: none;
}
.logo__svg {
	width: clamp(6.5rem, 5rem + 3vw, 7.75rem);
	height: auto;
}

.primary-nav__list {
	display: flex;
	gap: clamp(0.75rem, 2vw, 2.625rem);
}

.primary-nav__list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 8.375rem;
	min-height: 2rem;
	padding: 0.3rem 1.25rem;
	border: 2px solid #fff;
	border-radius: var(--r-pill);
	font-size: var(--fs-xs);
	font-weight: 400;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background-color var(--t-fast) ease,
		color var(--t-fast) ease,
		transform var(--t-press) var(--ease-out);
}
.primary-nav__list a:active {
	transform: scale(0.97);
}
.primary-nav__list .current-menu-item > a,
.primary-nav__list .current-menu-ancestor > a,
.primary-nav__list .current-page-ancestor > a,
.primary-nav__list a[aria-current="page"] {
	background: #fff;
	color: #000;
}
@media (hover: hover) and (pointer: fine) {
	.primary-nav__list a:hover {
		background: #fff;
		color: #000;
	}
}

.header-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(1rem, 2.5vw, 2.75rem);
}

.lang-switch {
	display: flex;
	gap: 1.375rem;
}
.lang-switch__link {
	display: block;
	padding: 0.5rem 0;
	opacity: 0.55;
	transition: opacity var(--t-fast) ease, transform var(--t-press) var(--ease-out);
}
.lang-switch__link:hover,
.lang-switch__link[aria-current="true"] {
	opacity: 1;
}
.lang-switch__link:active {
	transform: scale(0.94);
}
.lang-switch__flag {
	width: 1.6875rem;
	height: 1.125rem;
	border-radius: 1px;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgb(255 255 255 / 0.12);
}

.header-actions {
	display: flex;
	gap: 0.9375rem;
}

.cart-count {
	position: absolute;
	top: -0.3rem;
	right: -0.3rem;
	display: grid;
	place-items: center;
	min-width: 1.25rem;
	height: 1.25rem;
	padding-inline: 0.3rem;
	border-radius: var(--r-pill);
	background: var(--c-green-ink);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	transition: transform var(--t-base) var(--ease-out), opacity var(--t-fast) ease;
}
.cart-count[data-count="0"] {
	opacity: 0;
	transform: scale(0.6);
}
.cart-count.is-bumped {
	animation: count-bump 360ms var(--ease-out);
}
@keyframes count-bump {
	40% { transform: scale(1.35); }
}

.menu-toggle {
	display: none;
}

/* Mobile drawer */
@media (max-width: 1023px) {
	.site-header__inner {
		grid-template-columns: 1fr auto;
	}

	.menu-toggle {
		display: inline-grid;
	}

	.primary-nav {
		position: fixed;
		inset: 0;
		z-index: var(--z-drawer);
		display: flex;
		flex-direction: column;
		gap: 2.5rem;
		padding: 6rem var(--gutter) 2.5rem;
		background:
			radial-gradient(120% 60% at 50% 0%, rgb(163 21 232 / 0.55) 0%, rgb(0 0 0 / 0) 100%),
			#000;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-1.5rem);
		transition:
			opacity var(--t-base) var(--ease-out),
			transform 420ms var(--ease-drawer),
			visibility 0s linear var(--t-base);
	}
	.primary-nav.is-open {
		visibility: visible;
		opacity: 1;
		transform: none;
		transition:
			opacity var(--t-base) var(--ease-out),
			transform 420ms var(--ease-drawer),
			visibility 0s;
	}

	.primary-nav__list {
		flex-direction: column;
		gap: 0.25rem;
	}
	.primary-nav__list a {
		justify-content: flex-start;
		width: 100%;
		min-height: 3.5rem;
		padding: 0;
		border: 0;
		border-bottom: 1px solid var(--c-line);
		border-radius: 0;
		font-family: var(--f-display);
		font-size: 2.25rem;
		font-weight: 500;
		letter-spacing: 0;
	}
	.primary-nav__list .current-menu-item > a,
	.primary-nav__list a[aria-current="page"] {
		background: none;
		color: var(--c-orange);
	}

	.primary-nav .lang-switch {
		margin-top: auto;
	}

	.menu-close {
		position: absolute;
		top: 1.25rem;
		right: var(--gutter);
	}

	.header-tools .lang-switch {
		display: none;
	}

	.primary-nav__list li {
		opacity: 0;
		transform: translateY(0.75rem);
		transition: opacity var(--t-base) var(--ease-out), transform var(--t-base) var(--ease-out);
	}
	.primary-nav.is-open .primary-nav__list li {
		opacity: 1;
		transform: none;
		transition-delay: calc(60ms + var(--i, 0) * 45ms);
	}
}

@media (min-width: 1024px) {
	.primary-nav .lang-switch,
	.menu-close {
		display: none;
	}
}

@media (max-width: 599px) {
	.header-tools {
		gap: 0.625rem;
	}
	.header-actions {
		gap: 0.5rem;
	}
	.icon-btn {
		width: 2.75rem;
		height: 2.75rem;
	}
}

body.menu-open {
	overflow: hidden;
}

/* --------------------------------------------------------------------------
   Breadcrumbs (markup from inc/seo)
   -------------------------------------------------------------------------- */

.breadcrumbs {
	font-size: 0.6875rem;
	font-weight: 300;
	color: var(--c-text-muted);
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}
.breadcrumbs li + li::before {
	content: "";
	width: 0.35em;
	height: 0.35em;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.7;
}
.breadcrumbs a {
	text-decoration: none;
	transition: color var(--t-fast) ease;
}
.breadcrumbs a:hover {
	color: #fff;
}
.breadcrumbs [aria-current="page"],
.breadcrumbs li:last-child {
	color: var(--c-text-soft);
}
.breadcrumbs--center ol {
	justify-content: center;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer {
	padding-top: clamp(4rem, 8vw, 7.5rem);
	padding-bottom: 2.5rem;
	color: var(--c-text-muted);
	font-size: var(--fs-body);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 1fr));
	gap: 3rem clamp(2rem, 4vw, 4rem);
}

.site-footer__brand .logo__svg {
	width: clamp(8rem, 6rem + 4vw, 12.25rem);
}
.site-footer__about {
	max-width: 21rem;
	margin-top: 3.5rem;
	margin-bottom: 0;
	font-size: var(--fs-small);
	line-height: 1.8;
}

.footer-col__title {
	margin-bottom: 1.75rem;
	font-family: var(--f-body);
	font-size: var(--fs-body);
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
}

.footer-col ul {
	display: grid;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-col a {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding-block: 0.15rem;
	font-size: var(--fs-small);
	text-decoration: none;
	transition: color var(--t-fast) ease;
}
.footer-col a:hover {
	color: #fff;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem 2rem;
	margin-top: clamp(3rem, 6vw, 5rem);
	padding-top: 1.5rem;
	border-top: 1px solid var(--c-line);
	font-size: var(--fs-xs);
}
.site-footer__bottom ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer__bottom a {
	text-decoration: none;
}
.site-footer__bottom a:hover {
	color: #fff;
}

@media (max-width: 899px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.site-footer__brand {
		grid-column: 1 / -1;
	}
	.site-footer__about {
		margin-top: 1.5rem;
	}
}

/* --------------------------------------------------------------------------
   Block: hero slider
   -------------------------------------------------------------------------- */

.hero {
	position: relative;
	padding-top: clamp(1rem, 3vw, 3.5rem);
	padding-bottom: clamp(2rem, 4vw, 3rem);
}

.hero__viewport {
	display: grid;
}

.hero-slide {
	grid-area: 1 / 1;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.75fr);
	align-items: center;
	gap: clamp(1rem, 2vw, 2rem);
	min-height: clamp(26rem, 28vw + 12rem, 38rem);
}

.hero-slide[aria-hidden="true"] {
	visibility: hidden;
	pointer-events: none;
}

.hero-slide__content {
	position: relative;
	z-index: 1;
}

.eyebrow {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--c-orange-bright);
	font-family: var(--f-body);
	font-size: clamp(0.75rem, 0.7rem + 0.2vw, 1rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: uppercase;
}

.hero-slide__title {
	margin: 0;
	font-size: var(--fs-hero);
	line-height: 0.93;
}

.hero-slide__text {
	max-width: 36rem;
	margin: clamp(1.25rem, 2vw, 2rem) 0 0;
	color: var(--c-text-soft);
	font-size: var(--fs-small);
}

.hero-slide__media {
	position: relative;
	align-self: stretch;
	display: grid;
	place-items: center;
}
.hero-slide__media img {
	width: 100%;
	max-width: 36rem;
	max-height: 38rem;
	object-fit: contain;
	filter: drop-shadow(0 2.5rem 3rem rgb(0 0 0 / 0.55));
}

.hero__controls {
	display: flex;
	justify-content: center;
	gap: 3.5rem;
	margin-top: clamp(1rem, 2vw, 2rem);
}
.hero__controls .icon-btn {
	width: 2.5rem;
	height: 2.5rem;
}

/* Slide transitions: only between states, content always visible by default. */
@media (prefers-reduced-motion: no-preference) {
	.hero.is-ready .hero-slide__content > *,
	.hero.is-ready .hero-slide__media img {
		transition:
			opacity 520ms var(--ease-out),
			transform 720ms var(--ease-out),
			filter 520ms var(--ease-out);
	}
	.hero.is-ready .hero-slide[aria-hidden="true"] .hero-slide__content > * {
		opacity: 0;
		transform: translateY(1.25rem);
		filter: blur(6px);
		transition-duration: 220ms, 220ms, 220ms;
	}
	.hero.is-ready .hero-slide[aria-hidden="true"] .hero-slide__media img {
		opacity: 0;
		transform: translateY(2rem) rotate(-4deg) scale(0.96);
		filter: blur(8px) drop-shadow(0 2.5rem 3rem rgb(0 0 0 / 0.55));
		transition-duration: 240ms;
	}
	.hero.is-ready .hero-slide[aria-hidden="false"] .hero-slide__content > :nth-child(2) { transition-delay: 40ms; }
	.hero.is-ready .hero-slide[aria-hidden="false"] .hero-slide__content > :nth-child(3) { transition-delay: 80ms; }
	.hero.is-ready .hero-slide[aria-hidden="false"] .hero-slide__content > :nth-child(4) { transition-delay: 120ms; }
	.hero.is-ready .hero-slide[aria-hidden="false"] .hero-slide__media img { transition-delay: 60ms; }
}

@media (prefers-reduced-motion: reduce) {
	.hero.is-ready .hero-slide[aria-hidden="true"] {
		opacity: 0;
	}
	.hero.is-ready .hero-slide {
		transition: opacity 200ms ease;
	}
}

@media (max-width: 767px) {
	.hero-slide {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 0;
	}
	.hero-slide__media {
		order: -1;
		margin-bottom: -1rem;
	}
	.hero-slide__media img {
		max-width: min(22rem, 86%);
		max-height: 22rem;
	}
	.hero__controls {
		gap: 2rem;
	}
}

/* --------------------------------------------------------------------------
   Block: product spotlight (render + big title on a coloured light band)
   -------------------------------------------------------------------------- */

.spotlight {
	--glow: var(--c-orange);
	position: relative;
	isolation: isolate;
	padding-block: clamp(3rem, 6vw, 5rem);
	overflow: clip;
}

/* Light band: a very wide ellipse whose centre sits outside the viewport,
   so only its tail glows in from the side, exactly like the design. */
.spotlight::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(143% 50% at -66% 50%, var(--glow) 0%, color-mix(in srgb, var(--glow) 93%, #000) 29%, rgb(0 0 0 / 0) 100%);
	pointer-events: none;
}
.spotlight--media-right::before {
	background: radial-gradient(115% 50% at 130% 55%, var(--glow) 0%, color-mix(in srgb, var(--glow) 93%, #000) 21%, rgb(0 0 0 / 0) 100%);
}
.spotlight--glow-none::before {
	display: none;
}

.spotlight__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 4rem);
}
.spotlight--media-right .spotlight__media {
	order: 2;
}

.spotlight__media {
	position: relative;
	display: grid;
	place-items: center;
}
.spotlight__media img {
	width: 100%;
	max-width: 38rem;
	max-height: 36rem;
	object-fit: contain;
	filter: drop-shadow(0 2.5rem 2.5rem rgb(0 0 0 / 0.5));
}

.spotlight__title {
	margin: 0;
	font-size: var(--fs-h1);
	line-height: 0.95;
}

.spotlight__text {
	max-width: 36rem;
	margin: clamp(1.25rem, 2vw, 2rem) 0 0;
	color: var(--c-text-soft);
	font-size: var(--fs-small);
}

.spotlight__price {
	display: block;
	margin-top: 1rem;
	font-family: var(--f-display);
	font-size: 1.75rem;
	font-weight: 500;
}

@media (max-width: 767px) {
	.spotlight__inner {
		grid-template-columns: 1fr;
	}
	.spotlight__media,
	.spotlight--media-right .spotlight__media {
		order: -1;
	}
	.spotlight__media img {
		max-width: min(22rem, 86%);
		max-height: 24rem;
	}
	.spotlight::before,
	.spotlight--media-right::before {
		background: radial-gradient(120% 38% at 50% 28%, var(--glow) 0%, rgb(0 0 0 / 0) 100%);
		opacity: 0.8;
	}
}

/* --------------------------------------------------------------------------
   Scroll reveal (progressive: content is visible without support)
   -------------------------------------------------------------------------- */

@supports (animation-timeline: view()) {
	@media (prefers-reduced-motion: no-preference) {
		.reveal-media img {
			animation: reveal-media linear both;
			animation-timeline: view();
			animation-range: entry 5% cover 38%;
		}
		.reveal-glow::before {
			animation: reveal-glow linear both;
			animation-timeline: view();
			animation-range: entry 0% cover 45%;
		}
	}
}

@keyframes reveal-media {
	from {
		opacity: 0.2;
		transform: translateY(3rem) rotate(-5deg) scale(0.94);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes reveal-glow {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* --------------------------------------------------------------------------
   Block: divider
   -------------------------------------------------------------------------- */

.divider {
	display: block;
	width: min(12.5rem, 40%);
	height: 1px;
	margin: clamp(1rem, 3vw, 2rem) auto;
	border: 0;
	background: #fff;
}
.divider--space-lg {
	margin-block: clamp(3rem, 6vw, 5rem);
}

/* --------------------------------------------------------------------------
   Block: text + media
   -------------------------------------------------------------------------- */

.text-media__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}
.text-media--media-left .text-media__media {
	order: -1;
}
.text-media__media img {
	width: 100%;
	border-radius: var(--r-card);
	object-fit: cover;
	aspect-ratio: var(--ratio, 4 / 3);
}
.text-media__title {
	font-size: var(--fs-h2);
}

@media (max-width: 767px) {
	.text-media__inner {
		grid-template-columns: 1fr;
	}
	.text-media__media {
		order: -1;
	}
}

/* --------------------------------------------------------------------------
   Block: rich text
   -------------------------------------------------------------------------- */

.rich-text__inner {
	display: grid;
	justify-items: start;
}
.rich-text--center .rich-text__inner {
	justify-items: center;
	text-align: center;
}
.rich-text--center .prose {
	margin-inline: auto;
}
.rich-text__title {
	font-size: var(--fs-h2);
	max-width: 18ch;
}

/* --------------------------------------------------------------------------
   Block: USP band (horizontal, icon + short line; no card grid)
   -------------------------------------------------------------------------- */

.usp-band__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
	gap: 0;
	border-block: 1px solid var(--c-line);
}
.usp-band__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.75rem 1.5rem;
	color: var(--c-text-soft);
	font-size: var(--fs-small);
	line-height: 1.5;
}
.usp-band__item + .usp-band__item {
	border-left: 1px solid var(--c-line);
}
.usp-band__item .icon {
	width: 1.75rem;
	height: 1.75rem;
	color: var(--c-green);
}
.usp-band__item strong {
	display: block;
	color: #fff;
	font-weight: 500;
}
@media (max-width: 767px) {
	.usp-band__item + .usp-band__item {
		border-left: 0;
		border-top: 1px solid var(--c-line);
	}
}

/* --------------------------------------------------------------------------
   Block: FAQ (native details/summary, animated height via grid rows)
   -------------------------------------------------------------------------- */

.faq__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}
.faq__title {
	font-size: var(--fs-h2);
	position: sticky;
	top: 2rem;
}
.faq__list {
	border-top: 1px solid var(--c-line);
}
.faq-item {
	border-bottom: 1px solid var(--c-line);
}
.faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.5rem 0;
	font-weight: 400;
	font-size: var(--fs-lead);
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
	transition: color var(--t-fast) ease;
}
.faq-item summary::-webkit-details-marker {
	display: none;
}
.faq-item summary:hover {
	color: var(--c-text-soft);
}
.faq-item summary .icon {
	width: 1.25rem;
	height: 1.25rem;
	transition: transform var(--t-base) var(--ease-out);
}
.faq-item[open] summary .icon {
	transform: rotate(45deg);
}
.faq-item__answer {
	padding-bottom: 1.5rem;
}
@supports (interpolate-size: allow-keywords) {
	.faq-item {
		interpolate-size: allow-keywords;
	}
	.faq-item::details-content {
		height: 0;
		overflow: clip;
		transition: height var(--t-base) var(--ease-out), content-visibility var(--t-base) allow-discrete;
	}
	.faq-item[open]::details-content {
		height: auto;
	}
}
@media (max-width: 767px) {
	.faq__inner {
		grid-template-columns: 1fr;
	}
	.faq__title {
		position: static;
	}
}

/* --------------------------------------------------------------------------
   Block: CTA banner
   -------------------------------------------------------------------------- */

.cta-banner__box {
	--glow: var(--c-green);
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: clamp(2rem, 5vw, 4.5rem);
	border-radius: var(--r-card);
	background: var(--c-surface);
	overflow: clip;
}
.cta-banner__box::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(70% 140% at 100% 50%, color-mix(in srgb, var(--glow) 70%, transparent) 0%, rgb(0 0 0 / 0) 70%);
}
.cta-banner__title {
	margin: 0;
	font-size: var(--fs-h2);
}
.cta-banner__text {
	max-width: 44ch;
	margin: 1rem 0 0;
	color: var(--c-text-soft);
}
@media (max-width: 767px) {
	.cta-banner__box {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   Block: category tiles (image-led, asymmetric)
   -------------------------------------------------------------------------- */

.category-tiles__head {
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.category-tiles__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
}
.category-tile {
	--glow: var(--c-orange);
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 18rem;
	padding: 1.75rem;
	border-radius: var(--r-card);
	background: var(--c-surface);
	color: #fff;
	text-decoration: none;
	overflow: clip;
	grid-column: span 4;
}
.category-tile:nth-child(4n + 1) { grid-column: span 7; }
.category-tile:nth-child(4n + 2) { grid-column: span 5; }
.category-tile:nth-child(4n + 3) { grid-column: span 5; }
.category-tile:nth-child(4n + 4) { grid-column: span 7; }
.category-tile:only-child { grid-column: 1 / -1; }
.category-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(90% 90% at 85% 15%, color-mix(in srgb, var(--glow) 55%, transparent) 0%, rgb(0 0 0 / 0) 70%);
	opacity: 0.7;
	transition: opacity var(--t-base) ease;
}
.category-tile__media {
	position: absolute;
	right: 1rem;
	top: 1rem;
	bottom: 4.5rem;
	width: 55%;
	z-index: -1;
}
.category-tile__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
	transition: transform 600ms var(--ease-out);
}
.category-tile__title {
	margin: 0;
	font-size: var(--fs-h3);
}
.category-tile__count {
	color: var(--c-text-muted);
	font-size: var(--fs-small);
}
@media (hover: hover) and (pointer: fine) {
	.category-tile:hover::before {
		opacity: 1;
	}
	.category-tile:hover .category-tile__media img {
		transform: translateY(-0.5rem) rotate(-3deg);
	}
}
@media (max-width: 767px) {
	.category-tile,
	.category-tile:nth-child(n) {
		grid-column: 1 / -1;
		min-height: 13rem;
	}
}

/* --------------------------------------------------------------------------
   Block: product carousel / featured products (uses shop card styles)
   -------------------------------------------------------------------------- */

.products-block__head {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1rem 2rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.products-block__title {
	margin: 0;
	font-size: var(--fs-h2);
}

/* --------------------------------------------------------------------------
   Block: form (Gravity Forms container)
   -------------------------------------------------------------------------- */

.form-block__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}
.form-block--stacked .form-block__inner {
	grid-template-columns: minmax(0, 1fr);
	max-width: 48rem;
}
.form-block__title {
	font-size: var(--fs-h2);
}
.form-block__card {
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: var(--r-card);
	background: var(--c-surface);
}
.contact-list {
	display: grid;
	gap: 0.75rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}
.contact-list a,
.contact-list span {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--c-text-soft);
	text-decoration: none;
}
.contact-list a:hover {
	color: #fff;
}
.contact-list .icon {
	color: var(--c-green);
}
@media (max-width: 899px) {
	.form-block__inner {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   Page shell and 404
   -------------------------------------------------------------------------- */

.page-default .prose {
	margin-bottom: var(--section);
}

.notfound {
	display: grid;
	place-items: center;
	min-height: 60vh;
	text-align: center;
}
.notfound__code {
	display: block;
	font-family: var(--f-display);
	font-size: clamp(6rem, 20vw, 14rem);
	line-height: 0.9;
	color: transparent;
	-webkit-text-stroke: 1px rgb(255 255 255 / 0.35);
}
.notfound .btn-row {
	justify-content: center;
}

.search-form {
	display: flex;
	gap: 0.5rem;
}

.empty-state {
	padding: 3rem 0;
	color: var(--c-text-muted);
}

.post-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
	gap: 2rem;
	margin: 0 0 var(--section);
	padding: 0;
	list-style: none;
}
.post-card__media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: var(--r-card);
}
.post-card__title {
	margin-top: 1.25rem;
	font-size: var(--fs-h4);
}
.post-card__title a {
	text-decoration: none;
}
.post-card__excerpt {
	color: var(--c-text-muted);
	font-size: var(--fs-small);
}

.nav-links,
.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.625rem;
	margin: 3rem 0 0;
	padding: 0;
	list-style: none;
}
.page-numbers {
	display: grid;
	place-items: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding-inline: 0.5rem;
	border: 1px solid transparent;
	border-radius: var(--r-control);
	background: var(--c-surface-2);
	color: var(--c-text-muted);
	font-size: var(--fs-small);
	text-decoration: none;
	font-variant-numeric: tabular-nums;
	transition: color var(--t-fast) ease, border-color var(--t-fast) ease, transform var(--t-press) var(--ease-out);
}
.page-numbers:active {
	transform: scale(0.95);
}
a.page-numbers:hover {
	color: #fff;
}
.page-numbers.current {
	border-color: var(--c-green);
	color: #fff;
}
.page-numbers .icon {
	width: 1rem;
	height: 1rem;
}
.woocommerce-pagination {
	margin-top: 3rem;
}

/* Consecutive block sections share one gap instead of stacking two. */
.site-main > .section + .section,
.site-main > .section + .usp-band,
.site-main > .usp-band + .section {
	padding-top: 0;
}
