/* ==========================================================================
   AUTOFIX — Service Bay
   ========================================================================== */

@font-face {
	font-family: "Encode Sans";
	src: url("../fonts/encode-sans-latin-wdth-normal.woff2") format("woff2-variations"), url("../fonts/encode-sans-latin-wdth-normal.woff2") format("woff2");
	font-weight: 100 900;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
	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: "Encode Sans";
	src: url("../fonts/encode-sans-latin-ext-wdth-normal.woff2") format("woff2-variations"), url("../fonts/encode-sans-latin-ext-wdth-normal.woff2") format("woff2");
	font-weight: 100 900;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
	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: "Azeret Mono";
	src: url("../fonts/azeret-mono-latin-400.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "Azeret Mono";
	src: url("../fonts/azeret-mono-latin-500.woff2") format("woff2");
	font-weight: 500 700;
	font-display: swap;
}

:root {
	--ink: #15171a;
	--ink-2: #1f2226;
	--ink-3: #2c3035;
	--paper: #efeae0;
	--paper-2: #e4ddcf;
	--card: #f8f5ef;
	--line: #cdc4b3;
	--line-ink: rgba(255, 255, 255, 0.14);
	--muted: #4b4f54;
	--muted-ink: #b8b2a6;
	--brake: #b3301c;
	--brake-dark: #8e2515;
	--signal: #f2a413;
	--signal-dark: #d48d05;
	--coolant: #1d6b66;
	--white: #fff;

	--f-sans: "Encode Sans", "Helvetica Neue", Arial, sans-serif;
	--f-mono: "Azeret Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

	--gutter: clamp(16px, 4vw, 48px);
	--max: 1440px;
	--radius: 4px;
	--cut: 5vw;
	--ease: cubic-bezier(0.2, 0.7, 0.2, 1);
	--shadow: 0 1px 0 rgba(21, 23, 26, 0.06), 0 12px 32px -18px rgba(21, 23, 26, 0.45);
	--header-h: 68px;
}

/* ---------- Base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); overflow-x: clip; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--f-sans);
	font-size: 16px;
	line-height: 1.6;
	font-stretch: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 2px; }
::selection { background: var(--signal); color: var(--ink); }
h1, h2, h3, h4 { margin: 0 0 0.5em; line-height: 1.1; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.af-skip {
	position: absolute; left: 12px; top: -60px; z-index: 200; padding: 10px 16px;
	background: var(--signal); color: var(--ink); font-weight: 700; text-decoration: none;
}
.af-skip:focus { top: 12px; }
.af-i { width: 20px; height: 20px; flex: none; }
.af-i.is-flip { transform: scaleX(-1); }
.af-mono { font-family: var(--f-mono); font-weight: 500; letter-spacing: 0.02em; }
.af-main { min-height: 50vh; }

.af-kicker {
	margin: 0 0 14px;
	font-family: var(--f-mono);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.af-kicker--signal { color: var(--brake); }

.af-display,
.af-hero__title,
.af-sec-head__title,
.af-page-head__title,
.af-shop-head__title,
.af-doc-head__title,
.af-wc-head__title,
.af-kit__title,
.af-404__title,
.af-footer__help-h {
	font-stretch: 125%;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -0.012em;
	line-height: 0.95;
}

/* ---------- Wordmark ---------- */
.af-wordmark {
	display: inline-flex;
	align-items: baseline;
	font-stretch: 125%;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: -0.02em;
	line-height: 1;
	color: var(--ink);
	white-space: nowrap;
}
.af-wordmark__x { position: relative; display: inline-block; }
.af-wordmark__x::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8%;
	width: 0.2em;
	height: 116%;
	background: var(--signal);
	transform: translateX(-50%) skewX(-28deg);
	mix-blend-mode: normal;
	box-shadow: 0 0 0 0.04em var(--paper);
}
.af-wordmark--inverse { color: var(--paper); }
.af-wordmark--inverse .af-wordmark__x::after { box-shadow: 0 0 0 0.04em var(--ink); }
.af-wordmark--sm { font-size: 22px; }

/* ---------- Buttons ---------- */
.af-btn {
	--bg: var(--ink);
	--fg: var(--paper);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 22px;
	border: 2px solid var(--bg);
	border-radius: var(--radius);
	background: var(--bg);
	color: var(--fg);
	font-weight: 700;
	font-stretch: 112%;
	font-size: 15px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	transition: transform 0.2s var(--ease), background-color 0.2s;
}
.af-btn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	background: repeating-linear-gradient(90deg, var(--signal) 0 18px, transparent 18px 28px);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s var(--ease);
	z-index: -1;
}
.af-btn:hover::after, .af-btn:focus-visible::after { transform: scaleX(1); }
.af-btn:active { transform: translateY(1px); }
.af-btn--lg { min-height: 56px; padding: 14px 28px; font-size: 16px; }
.af-btn--brake { --bg: var(--brake); --fg: var(--white); }
.af-btn--brake:hover { --bg: var(--brake-dark); }
.af-btn--signal { --bg: var(--signal); --fg: var(--ink); }
.af-btn--signal::after { background: repeating-linear-gradient(90deg, var(--ink) 0 18px, transparent 18px 28px); }
.af-btn--ink { --bg: var(--ink); --fg: var(--paper); }
.af-btn--ghost { --bg: transparent; --fg: var(--ink); border-color: var(--ink); }
.af-btn--ghost-light { --bg: rgba(21, 23, 26, 0.62); --fg: var(--paper); border-color: rgba(239, 234, 224, 0.7); }
.af-btn--ghost-light:hover { border-color: var(--paper); }
.af-btn .af-i { width: 18px; height: 18px; }
.af-textlink {
	display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none;
	border-bottom: 2px solid var(--signal); padding-bottom: 2px; text-transform: uppercase; font-size: 14px; letter-spacing: 0.04em;
}
.af-textlink .af-i { width: 16px; height: 16px; transition: transform 0.2s; }
.af-textlink:hover .af-i { transform: translateX(4px); }
.af-linklike { background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.af-round {
	display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
	border: 2px solid var(--ink); background: transparent; transition: background 0.2s, color 0.2s;
}
.af-round:hover { background: var(--ink); color: var(--paper); }

/* ---------- Tape label ---------- */
.af-tape {
	display: inline-block;
	padding: 6px 12px 5px;
	background: var(--signal);
	color: var(--ink);
	font-family: var(--f-mono);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transform: rotate(var(--r, -2deg));
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	clip-path: polygon(2% 0, 98% 4%, 100% 96%, 0 100%);
	transition: transform 0.3s var(--ease);
}
.af-tape--sm { font-size: 11px; padding: 4px 9px 3px; }

/* ---------- Ticker ---------- */
.af-ticker {
	background: var(--ink);
	color: var(--signal);
	font-family: var(--f-mono);
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	height: 34px;
	display: flex;
	align-items: center;
}
.af-ticker__track { display: flex; width: max-content; animation: af-ticker 48s linear infinite; }
.af-ticker:hover .af-ticker__track { animation-play-state: paused; }
.af-ticker__list { display: flex; list-style: none; }
.af-ticker__list li { padding: 0 28px; position: relative; }
.af-ticker__list li::after { content: "///"; position: absolute; right: -10px; color: var(--muted-ink); }
@keyframes af-ticker { to { transform: translateX(-50%); } }

/* ---------- Header ---------- */
.af-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(239, 234, 224, 0.94);
	backdrop-filter: saturate(1.2) blur(10px);
	-webkit-backdrop-filter: saturate(1.2) blur(10px);
	border-bottom: 1px solid var(--line);
	transition: box-shadow 0.2s;
}
.af-header.is-scrolled { box-shadow: 0 6px 24px -18px rgba(0, 0, 0, 0.5); }
.af-header__bar {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 var(--gutter);
	height: var(--header-h);
	display: flex;
	align-items: center;
	gap: 20px;
}
.af-header__logo { text-decoration: none; display: flex; align-items: center; }
.af-header__burger { display: none; background: none; border: 0; padding: 8px; margin-left: -8px; }
.af-header__burger .af-i { width: 26px; height: 26px; }
.af-nav { margin-left: 28px; flex: 1; }
.af-nav__list { display: flex; gap: 4px; list-style: none; }
.af-nav__item { position: relative; }
.af-nav__link {
	display: flex; align-items: center; height: var(--header-h); padding: 0 14px;
	font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase;
	font-stretch: 112%; text-decoration: none; position: relative;
}
.af-nav__link::after {
	content: ""; position: absolute; left: 14px; right: 14px; bottom: 18px; height: 3px;
	background: var(--signal); transform: scaleX(0); transform-origin: left; transition: transform 0.2s var(--ease);
}
.af-nav__item:hover > .af-nav__link::after,
.af-nav__item:focus-within > .af-nav__link::after { transform: scaleX(1); }
.af-dropdown {
	position: absolute; top: calc(100% - 6px); left: 0; min-width: 240px; list-style: none;
	background: var(--ink); color: var(--paper); padding: 10px; border-radius: var(--radius);
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: all 0.18s var(--ease);
	box-shadow: var(--shadow);
}
.af-dropdown a { display: block; padding: 10px 12px; text-decoration: none; font-size: 15px; border-radius: 3px; }
.af-dropdown a:hover { background: var(--ink-3); color: var(--signal); }
.af-nav__item:hover .af-dropdown,
.af-nav__item:focus-within .af-dropdown,
.af-nav__item:hover .af-mega,
.af-nav__item:focus-within .af-mega { opacity: 1; visibility: visible; transform: none; }
.af-mega {
	position: fixed; left: 50%; top: calc(var(--header-h) + 34px);
	width: min(1180px, calc(100vw - 2 * var(--gutter)));
	translate: -50% 0;
	background: var(--ink); color: var(--paper); padding: 24px; border-radius: var(--radius);
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: all 0.18s var(--ease);
	box-shadow: var(--shadow);
}
.is-scrolled .af-mega { top: var(--header-h); }
.af-mega__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.af-mega__card { text-decoration: none; display: grid; gap: 6px; }
.af-mega__img { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 3px; background: var(--ink-3); }
.af-mega__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.af-mega__card:hover img { transform: scale(1.05); }
.af-mega__num { font-family: var(--f-mono); font-size: 11px; color: var(--signal); margin-top: 4px; }
.af-mega__name { font-weight: 700; font-size: 15px; line-height: 1.2; }
.af-mega__count { font-size: 13px; color: var(--muted-ink); }
.af-mega__all { display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; color: var(--signal); font-weight: 700; text-decoration: none; text-transform: uppercase; font-size: 14px; letter-spacing: 0.05em; }

.af-header__tools { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.af-tool {
	position: relative; display: inline-flex; align-items: center; gap: 6px; height: 44px; min-width: 44px;
	justify-content: center; padding: 0 10px; border: 0; background: none; border-radius: var(--radius);
	text-decoration: none; transition: background 0.15s;
}
.af-tool:hover { background: var(--paper-2); }
.af-tool__label { font-family: var(--f-mono); font-size: 12px; font-weight: 500; display: flex; gap: 3px; }
.af-tool__sep { color: var(--muted); }
.af-tool__cur { display: inline-block; min-width: 3ch; text-align: left; }
.af-cart-count {
	position: absolute; top: 4px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px;
	border-radius: 10px; background: var(--brake); color: var(--white); font-size: 11px; font-weight: 700;
	display: grid; place-items: center; line-height: 1; transition: transform 0.3s var(--ease);
}
.af-cart-count[data-count="0"] { display: none; }
.af-cart-count.is-bump { animation: af-bump 0.5s var(--ease); }
@keyframes af-bump { 40% { transform: scale(1.35); } }

.af-search { border-top: 1px solid var(--line); background: var(--paper); }
.af-search__form { max-width: 900px; margin: 0 auto; padding: 14px var(--gutter); display: flex; gap: 10px; align-items: center; }
.af-search__form input[type="search"] {
	flex: 1; min-width: 0; height: 52px; border: 0; border-bottom: 2px solid var(--ink); background: transparent;
	font-size: 20px; font-stretch: 110%; padding: 0 6px;
}
.af-search__form input:focus { outline: none; border-color: var(--brake); }
.af-search__close { background: none; border: 0; padding: 8px; }

/* Locale dialog */
.af-locale, .af-drawer {
	position: fixed; inset: 0; z-index: 100; background: rgba(21, 23, 26, 0.55);
	display: grid; animation: af-fade 0.2s;
}
.af-locale[hidden], .af-drawer[hidden] { display: none; }
@keyframes af-fade { from { opacity: 0; } }
.af-locale { place-items: start center; padding: 80px var(--gutter) 20px; overflow-y: auto; }
.af-locale__panel {
	position: relative; width: min(860px, 100%); background: var(--paper); border-radius: var(--radius);
	padding: 32px; border-top: 6px solid var(--signal);
}
.af-locale__close, .af-drawer__close { position: absolute; top: 14px; right: 14px; background: none; border: 0; padding: 8px; }
.af-drawer__close { position: static; }
.af-locale__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.af-locale__h { font-size: 18px; font-stretch: 115%; text-transform: uppercase; margin-bottom: 14px; }
.af-locale__langs { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.af-locale__langs a {
	display: flex; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid var(--line);
	border-radius: var(--radius); text-decoration: none; background: var(--card);
}
.af-locale__langs a span { font-family: var(--f-mono); font-size: 12px; color: var(--muted); }
.af-locale__langs a[aria-current="true"] { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.af-locale__langs a:hover { border-color: var(--ink); }
.af-locale__form { display: flex; gap: 8px; }
.af-locale__form select { flex: 1; min-width: 0; }
.af-locale__note { font-size: 13px; color: var(--muted); margin-top: 14px; }

/* Drawer */
.af-drawer { justify-items: start; }
.af-drawer__panel {
	width: min(420px, 90vw); height: 100%; overflow-y: auto; background: var(--paper);
	padding: 18px 22px 32px; animation: af-slide 0.25s var(--ease);
}
@keyframes af-slide { from { transform: translateX(-100%); } }
.af-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.af-drawer__cats { list-style: none; margin-bottom: 26px; border-top: 1px solid var(--line); }
.af-drawer__cats a {
	display: grid; grid-template-columns: 34px 1fr 20px; align-items: center; gap: 8px; padding: 14px 0;
	border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 700; font-size: 17px; font-stretch: 110%;
}
.af-drawer__cats .af-mono { font-size: 12px; color: var(--brake); }
.af-drawer__links { list-style: none; display: grid; gap: 2px; margin-bottom: 24px; }
.af-drawer__links a { display: block; padding: 8px 0; text-decoration: none; }
.af-drawer__locale { width: 100%; }

/* ---------- Forms (global) ---------- */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"],
input[type="search"], input[type="url"], select, textarea, .select2-container .select2-selection--single {
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1.5px solid #9f9788;
	border-radius: var(--radius);
	background: var(--card);
	font-size: 16px;
	transition: border-color 0.15s, box-shadow 0.15s;
}
select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
	background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
	background-size: 6px 6px;
	background-repeat: no-repeat;
	padding-right: 40px;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(242, 164, 19, 0.45); }
label { font-weight: 600; font-size: 14px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.af-hero {
	position: relative;
	min-height: min(860px, calc(100svh - 34px));
	color: var(--paper);
	background: var(--ink);
	isolation: isolate;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), 0 100%);
	margin-bottom: calc(var(--cut) * -0.4);
	display: flex;
	overflow: hidden;
}
.af-hero__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.af-hero__video, .af-hero__poster, .af-hero__poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.af-hero__video { opacity: 0; transition: opacity 0.8s; z-index: 1; }
.af-hero__video.is-ready { opacity: 1; }
.af-hero__shade {
	position: absolute; inset: 0; z-index: 2;
	background:
		linear-gradient(90deg, rgba(21, 23, 26, 0.94) 0%, rgba(21, 23, 26, 0.72) 38%, rgba(21, 23, 26, 0.08) 70%),
		linear-gradient(0deg, rgba(21, 23, 26, 0.7) 0%, transparent 35%);
}
.af-hero__stripe {
	position: absolute; z-index: -1; left: -10%; top: 86%; width: 130%; height: 22px;
	background: repeating-linear-gradient(90deg, var(--signal) 0 90px, transparent 90px 140px);
	transform: rotate(-9deg); opacity: 0.9; mix-blend-mode: screen;
	animation: af-road 14s linear infinite;
}
@keyframes af-road { to { background-position: 280px 0; } }
.af-hero__inner {
	width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(48px, 9vh, 110px) var(--gutter) calc(var(--cut) + 60px);
	display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 40px; align-items: center;
}
.af-hero__copy { max-width: 760px; }
.af-hero__copy .af-kicker { color: var(--signal); }
.af-hero__title {
	font-size: clamp(56px, 9.4vw, 148px);
	margin: 0 0 26px;
	line-height: 0.86;
}
.af-hero__line { display: block; }
body:not(.lang-en) .af-hero__title { font-size: clamp(46px, 7vw, 116px); hyphens: auto; overflow-wrap: break-word; }
.af-hero__line--em { color: var(--signal); position: relative; padding-left: 0.36em; }
.af-hero__line--em::before {
	content: ""; position: absolute; left: 0.02em; top: 0.14em; bottom: 0.14em; width: 0.14em;
	background: var(--brake); transform: skewX(-18deg);
}
.af-hero__lede { font-size: clamp(17px, 1.5vw, 20px); max-width: 560px; color: #e2ddd3; }
.af-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.af-hero__motion {
	margin-top: 26px; display: inline-flex; align-items: center; gap: 8px; background: none; border: 0;
	color: var(--muted-ink); font-size: 13px; padding: 6px 0;
}
.af-hero__motion .af-i { width: 14px; height: 14px; }
.af-hero__motion .is-play, .af-hero__motion[aria-pressed="true"] .is-pause { display: none; }
.af-hero__motion[aria-pressed="true"] .is-play { display: block; }

/* Work order ticket */
.af-ticket {
	position: relative;
	background: var(--paper);
	color: var(--ink);
	padding: 26px 24px 20px;
	transform: rotate(-2.2deg) translateY(30px);
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8), 0 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background-image:
		radial-gradient(circle at 10px -2px, var(--ink) 6px, transparent 6.5px),
		linear-gradient(transparent 31px, rgba(29, 107, 102, 0.12) 32px);
	background-size: 22px 12px, 100% 32px;
	background-repeat: repeat-x, repeat;
	background-position: 0 0, 0 12px;
	transition: transform 0.4s var(--ease);
}
.af-ticket:hover { transform: rotate(-0.6deg) translateY(24px); }
.af-ticket::after {
	content: ""; position: absolute; right: 18px; top: -14px; width: 70px; height: 26px;
	background: rgba(242, 164, 19, 0.85); transform: rotate(6deg);
	clip-path: polygon(4% 0, 100% 8%, 96% 100%, 0 92%);
}
.af-ticket__head { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; padding-top: 8px; }
.af-ticket__title { font-stretch: 125%; font-weight: 800; text-transform: uppercase; font-size: 22px; margin: 10px 0 12px; line-height: 1; }
.af-ticket__list { list-style: none; counter-reset: t; }
.af-ticket__list a {
	display: grid; grid-template-columns: 22px auto 1fr auto; align-items: center; gap: 10px;
	padding: 7px 0; text-decoration: none; font-weight: 600; font-size: 15px;
}
.af-ticket__box { width: 20px; height: 20px; border: 2px solid var(--ink); border-radius: 2px; display: grid; place-items: center; }
.af-ticket__box .af-i { width: 14px; height: 14px; color: var(--brake); stroke-dasharray: 30; stroke-dashoffset: 30; transition: stroke-dashoffset 0.35s var(--ease); transition-delay: calc(var(--d) * 90ms + 300ms); }
.af-ticket.is-in .af-ticket__box .af-i { stroke-dashoffset: 0; }
.af-ticket__dots { border-bottom: 2px dotted #a39b8c; transform: translateY(4px); }
.af-ticket__qty { font-size: 13px; color: var(--muted); }
.af-ticket__list a:hover .af-ticket__name { text-decoration: underline; text-decoration-color: var(--signal); text-decoration-thickness: 3px; }
.af-ticket__foot {
	margin-top: 14px; padding-top: 14px; border-top: 2px dashed #a39b8c; display: flex; justify-content: space-between;
	align-items: center; gap: 12px; font-size: 12px; color: var(--muted); flex-wrap: wrap;
}
.af-ticket__go { display: inline-flex; gap: 6px; align-items: center; font-weight: 800; text-transform: uppercase; color: var(--brake); text-decoration: none; font-size: 14px; letter-spacing: 0.04em; }
.af-ticket__go .af-i { width: 16px; height: 16px; }

/* Facts strip */
.af-facts {
	position: relative; z-index: 2;
	max-width: var(--max); margin: 0 auto; padding: 50px var(--gutter) 30px;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.af-facts__item { padding: 10px 24px 10px 0; border-left: 2px solid var(--ink); padding-left: 18px; display: grid; gap: 6px; align-content: start; }
.af-facts__num { font-stretch: 125%; font-weight: 800; font-size: clamp(40px, 5vw, 68px); line-height: 0.9; }
.af-facts__txt { font-size: 14px; color: var(--muted); max-width: 26ch; }

/* ---------- Section heads ---------- */
.af-sec-head { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 40px; align-items: end; margin-bottom: 36px; }
.af-sec-head__num { grid-column: 1 / -1; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brake); margin-bottom: 10px; }
.af-sec-head__title { font-size: clamp(34px, 5.2vw, 76px); margin: 0; }
.af-sec-head__lede { color: var(--muted); max-width: 52ch; margin: 0; }
.af-sec-head--row { display: flex; justify-content: space-between; align-items: end; gap: 20px; }

/* ---------- Bento ---------- */
.af-bays { padding: 70px 0 90px; }
.af-bento {
	max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter);
	display: grid; gap: 14px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, minmax(210px, 24vw));
	grid-template-areas:
		"xl xl tall wide"
		"xl xl tall wide"
		"sq1 sq2 w2 w2";
}
.af-bento__tile { position: relative; overflow: hidden; border-radius: var(--radius); text-decoration: none; color: var(--paper); background: var(--ink); }
.af-bento__tile--xl { grid-area: xl; }
.af-bento__tile--tall { grid-area: tall; }
.af-bento__tile--wide:nth-of-type(3) { grid-area: wide; }
.af-bento__tile--sq:nth-of-type(4) { grid-area: sq1; }
.af-bento__tile--sq:nth-of-type(5) { grid-area: sq2; }
.af-bento__tile--wide:nth-of-type(6) { grid-area: w2; }
.af-bento__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), filter 0.4s; }
.af-bento__tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21, 23, 26, 0.9) 0%, rgba(21, 23, 26, 0.1) 55%); }
.af-bento__tile:hover .af-bento__img { transform: scale(1.05); }
.af-bento__tile:hover .af-tape { transform: rotate(0deg); }
.af-bento__tile .af-tape { position: absolute; top: 16px; left: 16px; z-index: 2; }
.af-bento__meta { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px; display: grid; gap: 6px; }
.af-bento__name { font-stretch: 120%; font-weight: 800; text-transform: uppercase; font-size: clamp(20px, 2vw, 30px); line-height: 1; }
.af-bento__tile--xl .af-bento__name { font-size: clamp(28px, 3.4vw, 50px); }
.af-bento__blurb { font-size: 14px; color: #ddd7cc; max-width: 42ch; }
.af-bento__tile--sq .af-bento__blurb { display: none; }
.af-bento__count { display: inline-flex; align-items: center; gap: 8px; color: var(--signal); font-size: 12px; text-transform: uppercase; }
.af-bento__count .af-i { width: 16px; height: 16px; transition: transform 0.2s; }
.af-bento__tile:hover .af-bento__count .af-i { transform: translateX(4px); }

/* ---------- Kit (dark, slanted) ---------- */
.af-kit {
	overflow: hidden;
	background: var(--ink);
	color: var(--paper);
	clip-path: polygon(0 var(--cut), 100% 0, 100% calc(100% - var(--cut)), 0 100%);
	padding: calc(var(--cut) + 60px) 0 calc(var(--cut) + 70px);
	position: relative;
}
.af-kit::before {
	content: ""; position: absolute; inset: 0; opacity: 0.05; pointer-events: none;
	background: repeating-linear-gradient(135deg, var(--paper) 0 2px, transparent 2px 16px);
}
.af-kit__inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 4fr 8fr; gap: 50px; align-items: center; position: relative; }
.af-kit__head .af-sec-head__num { color: var(--signal); }
.af-kit__title { font-size: clamp(34px, 4.6vw, 66px); }
.af-kit__head p { color: var(--muted-ink); }
.af-kit__stage { position: relative; transform: rotate(1.2deg); }
.af-kit__img { width: 100%; border-radius: var(--radius); box-shadow: 0 40px 80px -40px #000; }
.af-hotspot { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%) rotate(-1.2deg); z-index: 3; }
.af-hotspot__dot {
	width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--ink); background: var(--signal); color: var(--ink);
	font-size: 13px; font-weight: 700; display: grid; place-items: center; box-shadow: 0 0 0 0 rgba(242, 164, 19, 0.6);
	animation: af-pulse 2.4s infinite;
}
.af-hotspot__dot[aria-expanded="true"] { background: var(--paper); animation: none; }
@keyframes af-pulse { 70% { box-shadow: 0 0 0 14px rgba(242, 164, 19, 0); } 100% { box-shadow: 0 0 0 0 rgba(242, 164, 19, 0); } }
.af-hotspot__card {
	position: absolute; left: 50%; top: calc(100% + 10px); translate: -50% 0; width: 230px; z-index: 4;
	background: var(--paper); color: var(--ink); padding: 14px 16px; border-radius: var(--radius); box-shadow: var(--shadow);
}
.af-hotspot__name { font-weight: 700; margin: 0 0 4px; line-height: 1.3; font-size: 15px; }
.af-hotspot__price { margin: 0 0 8px; font-weight: 700; }
.af-hotspot__card a { display: inline-flex; gap: 6px; align-items: center; color: var(--brake); font-weight: 700; font-size: 14px; text-decoration: none; }
.af-hotspot__card .af-i { width: 16px; height: 16px; }

/* ---------- Rack (horizontal products) ---------- */
.af-rack { padding: 90px 0 60px; }
.af-rack__nav { display: flex; gap: 8px; }
.af-rack__track {
	list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: clamp(230px, 24vw, 320px); gap: 18px;
	overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px var(--gutter) 24px;
	scroll-padding: 0 var(--gutter); scrollbar-width: thin; scrollbar-color: var(--ink) transparent;
	max-width: calc(var(--max) + 2 * var(--gutter)); margin: 0 auto;
}
.af-rack__track > li { scroll-snap-align: start; }
.af-rack__track > li:nth-child(even) { margin-top: 36px; }

/* ---------- Product card ---------- */
.products { list-style: none; }
.af-card { position: relative; display: flex; flex-direction: column; }
.af-card__media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-2); border-radius: var(--radius); }
.af-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.4s, transform 0.6s var(--ease); }
.af-card__img--alt { opacity: 0; }
.af-card:hover .af-card__img--alt { opacity: 1; }
.af-card:hover .af-card__img { transform: scale(1.03); }
.af-card__sku {
	position: absolute; left: 10px; bottom: 10px; background: var(--paper); color: var(--ink);
	font-size: 11px; padding: 3px 8px; border-radius: 2px; transform: rotate(-1.5deg); transition: transform 0.3s;
}
.af-card:hover .af-card__sku { transform: rotate(0); }
.af-card__body { padding: 12px 2px 0; display: grid; gap: 8px; flex: 1; align-content: space-between; }
.af-card__title { font-size: 16px; font-weight: 600; line-height: 1.3; margin: 0; }
.af-card__title a { text-decoration: none; }
.af-card__title a:hover { text-decoration: underline; text-decoration-color: var(--signal); text-decoration-thickness: 2px; }
.af-card__row { display: flex; justify-content: space-between; align-items: center; gap: 10px; border-top: 1px solid var(--line); padding-top: 10px; }
.af-card__price { font-weight: 700; font-size: 17px; font-variant-numeric: tabular-nums; }
.af-card__add {
	display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 14px; border-radius: var(--radius);
	background: var(--ink); color: var(--paper); text-decoration: none; font-weight: 700; font-size: 13px;
	text-transform: uppercase; letter-spacing: 0.05em; transition: background 0.15s; white-space: nowrap;
}
.af-card__add:hover { background: var(--brake); }
.af-card__add .af-i { width: 16px; height: 16px; }
.af-card__add.loading { opacity: 0.6; pointer-events: none; }
.af-card__add.added { background: var(--coolant); }
.af-card .added_to_cart { display: none; }

/* ---------- Compare ---------- */
.af-compare {
	max-width: var(--max); margin: 0 auto; padding: 80px var(--gutter);
	display: grid; grid-template-columns: 4fr 7fr; gap: 50px; align-items: center;
}
.af-compare__note { font-size: 13px; color: var(--muted); }
.af-compare__copy .af-sec-head__title, .af-washday__copy .af-sec-head__title { margin-bottom: 22px; }
.af-compare__stage { position: relative; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius); background: var(--ink); user-select: none; box-shadow: var(--shadow); }
.af-compare__stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.af-compare__before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.af-compare__after { position: absolute; inset: 0; }
.af-compare__range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; z-index: 4; }
.af-compare__handle {
	position: absolute; top: 0; bottom: 0; left: var(--pos); width: 4px; translate: -50% 0; z-index: 3; pointer-events: none;
	background: repeating-linear-gradient(0deg, var(--signal) 0 16px, var(--ink) 16px 22px);
}
.af-compare__handle::after {
	content: "↔"; position: absolute; top: 50%; left: 50%; translate: -50% -50%; width: 48px; height: 48px; border-radius: 50%;
	background: var(--signal); color: var(--ink); display: grid; place-items: center; font-weight: 800; border: 3px solid var(--ink);
}
.af-compare__range:focus-visible + .af-compare__handle::after { outline: 3px solid var(--paper); }
.af-compare__tag { position: absolute; top: 14px; left: 14px; background: var(--ink); color: var(--paper); font-size: 11px; padding: 4px 9px; border-radius: 2px; text-transform: uppercase; }
.af-compare__tag--r { left: auto; right: 14px; background: var(--signal); color: var(--ink); }

/* ---------- Wash day ---------- */
.af-washday {
	max-width: var(--max); margin: 0 auto; padding: 40px var(--gutter) 100px;
	display: grid; grid-template-columns: 5fr 6fr; gap: 60px; align-items: center;
}
.af-washday__video { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--ink); transform: rotate(-1.5deg); box-shadow: var(--shadow); }
.af-washday__video::after { content: ""; position: absolute; left: -10%; bottom: 18%; width: 120%; height: 14px; background: repeating-linear-gradient(90deg, var(--signal) 0 50px, transparent 50px 80px); transform: rotate(-6deg); }
.af-washday__video video { width: 100%; height: 100%; object-fit: cover; }
.af-steps { list-style: none; margin: 10px 0 28px; display: grid; gap: 4px; }
.af-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.af-steps li:last-child { border-bottom: 1px solid var(--line); }
.af-steps .af-mono { width: 36px; height: 36px; display: grid; place-items: center; background: var(--ink); color: var(--signal); border-radius: 2px; font-size: 14px; }
.af-steps strong { display: block; font-stretch: 112%; text-transform: uppercase; font-size: 16px; letter-spacing: 0.02em; }
.af-steps p { margin: 2px 0 0; color: var(--muted); font-size: 15px; }

/* ---------- Notes ---------- */
.af-notes { padding: 20px 0 90px; background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.af-notes__grid { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.af-note-card { text-decoration: none; display: grid; gap: 10px; align-content: start; background: var(--card); padding: 12px 12px 22px; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform 0.3s var(--ease); }
.af-note-card:hover { transform: translateY(-4px); }
.af-note-card--drop { margin-top: 56px; }
.af-note-card img { aspect-ratio: 3 / 2; object-fit: cover; border-radius: 2px; width: 100%; }
.af-note-card__tag { font-size: 11px; color: var(--brake); text-transform: uppercase; letter-spacing: 0.1em; padding: 0 6px; }
.af-note-card h3 { font-size: 21px; font-stretch: 112%; margin: 0; padding: 0 6px; }
.af-note-card p { margin: 0; color: var(--muted); padding: 0 6px; font-size: 15px; }

/* ---------- Promise ---------- */
.af-promise { background: var(--signal); color: var(--ink); }
.af-promise__list { max-width: var(--max); margin: 0 auto; padding: 34px var(--gutter); list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.af-promise__list li { display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; align-items: start; }
.af-promise__list .af-i { width: 28px; height: 28px; grid-row: span 2; }
.af-promise__list strong { font-stretch: 115%; text-transform: uppercase; font-size: 15px; letter-spacing: 0.02em; }
.af-promise__list span { font-size: 14px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.af-footer { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.af-footer a { text-decoration: none; }
.af-footer a:hover { color: var(--signal); }
.af-footer__help {
	max-width: var(--max); margin: 0 auto; padding: 70px var(--gutter) 50px;
	display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; border-bottom: 1px solid var(--line-ink);
}
.af-footer__help .af-kicker--signal { color: var(--signal); }
.af-footer__help-h { font-size: clamp(28px, 3.6vw, 50px); max-width: 16ch; }
.af-footer__help-copy p { color: var(--muted-ink); max-width: 52ch; }
.af-footer__contact { list-style: none; display: grid; gap: 16px; align-content: center; }
.af-footer__contact li { display: grid; grid-template-columns: 24px 1fr; gap: 14px; align-items: center; font-size: 17px; }
.af-footer__contact li span { font-size: 14px; color: var(--muted-ink); }
.af-footer__contact .af-i { color: var(--signal); }
.af-footer__grid { max-width: var(--max); margin: 0 auto; padding: 50px var(--gutter); display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.af-footer__brand p { color: var(--muted-ink); margin-top: 16px; max-width: 34ch; font-size: 15px; }
.af-footer__col h2 { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--signal); margin-bottom: 16px; font-weight: 500; }
.af-footer__col ul { list-style: none; display: grid; gap: 9px; }
.af-footer__col a, .af-footer__col button { font-size: 15px; color: #ddd7cc; }
.af-footer__giant {
	font-stretch: 125%; font-weight: 900; font-size: 16.4vw; line-height: 0.78; letter-spacing: -0.03em;
	color: rgba(239, 234, 224, 0.055); text-align: center; white-space: nowrap; overflow: hidden;
	padding: 0; margin-bottom: -1.6vw; user-select: none;
}
.af-footer__giant::before { content: attr(data-text); }
.af-footer__base {
	position: relative; border-top: 1px solid var(--line-ink); background: var(--ink);
	max-width: var(--max); margin: 0 auto; padding: 20px var(--gutter) 28px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
	font-size: 13px; color: var(--muted-ink);
}
.af-footer__base p { margin: 0; }
.af-footer::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px;
	background: repeating-linear-gradient(90deg, var(--signal) 0 40px, var(--ink) 40px 60px);
}

/* Cookie notice */
.af-cookie {
	position: fixed; left: 16px; bottom: 16px; z-index: 90; max-width: 360px; background: var(--paper); color: var(--ink);
	padding: 14px 16px; display: flex; gap: 14px; align-items: center; border-radius: var(--radius); box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6); border-left: 6px solid var(--signal);
	font-size: 14px;
}
.af-cookie[hidden] { display: none; }
.af-cookie p { margin: 0; font-size: 13px; line-height: 1.45; }
.af-cookie .af-btn { min-height: 40px; padding: 8px 16px; font-size: 13px; }

/* ==========================================================================
   Pages
   ========================================================================== */
.af-shell { max-width: var(--max); margin: 0 auto; padding: 50px var(--gutter) 90px; }
.af-page-head {
	max-width: var(--max); margin: 0 auto; padding: 60px var(--gutter) 40px;
	display: grid; grid-template-columns: 1fr; gap: 40px; align-items: end;
}
.af-page-head.has-photo { grid-template-columns: 6fr 5fr; }
.af-page-head__title { font-size: clamp(40px, 6vw, 92px); margin-bottom: 18px; }
.af-page-head__lede { font-size: 19px; color: var(--muted); max-width: 48ch; }
.af-page-head__photo { margin: 0; position: relative; transform: rotate(1.4deg); }
.af-page-head__photo img { border-radius: var(--radius); aspect-ratio: 3 / 2; object-fit: cover; width: 100%; box-shadow: var(--shadow); }
.af-page-head__photo::before { content: ""; position: absolute; left: -24px; top: 20px; width: 60px; height: 22px; background: var(--signal); transform: rotate(-8deg); z-index: 1; clip-path: polygon(3% 0, 100% 10%, 97% 100%, 0 90%); }

.af-doc-head { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.af-doc-head__inner { max-width: var(--max); margin: 0 auto; padding: 56px var(--gutter) 60px; }
.af-doc-head .af-kicker { color: var(--signal); }
.af-doc-head__title { font-size: clamp(36px, 5.4vw, 80px); max-width: 18ch; margin-bottom: 16px; }
.af-doc-head__lede { color: var(--muted-ink); max-width: 60ch; font-size: 18px; margin: 0; }
.af-doc-head__stripe { position: absolute; right: -5%; bottom: 26px; width: 55%; height: 16px; background: repeating-linear-gradient(90deg, var(--signal) 0 60px, transparent 60px 96px); transform: rotate(-4deg); opacity: 0.85; }
.af-doc { max-width: var(--max); margin: 0 auto; padding: 50px var(--gutter) 90px; display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 60px; }
.af-doc__toc { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; max-height: calc(100vh - 120px); overflow: auto; }
.af-doc__toc ol { list-style: none; display: grid; gap: 2px; border-left: 2px solid var(--line); }
.af-doc__toc a { display: block; padding: 6px 12px; font-size: 14px; text-decoration: none; color: var(--muted); margin-left: -2px; border-left: 2px solid transparent; }
.af-doc__toc a:hover, .af-doc__toc a.is-active { color: var(--ink); border-left-color: var(--brake); }
.af-langnote { background: var(--paper-2); padding: 12px 16px; border-left: 4px solid var(--coolant); font-size: 14px; }

.af-prose { max-width: 760px; font-size: 17px; }
.af-prose--page { margin: 0 auto 0 0; }
.af-prose h2 { font-size: clamp(22px, 2.4vw, 30px); font-stretch: 115%; text-transform: uppercase; margin: 2em 0 0.6em; padding-top: 16px; border-top: 2px solid var(--ink); }
.af-prose h2:first-child, .af-langnote + h2 { margin-top: 0; }
.af-prose h3 { font-size: 19px; margin: 1.6em 0 0.5em; }
.af-prose ul, .af-prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.af-prose li { margin-bottom: 0.4em; }
.af-prose ul li::marker { color: var(--brake); }
.af-prose a { color: var(--coolant); font-weight: 600; }
.af-prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; font-size: 15px; }
.af-prose th, .af-prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.af-prose thead th { background: var(--ink); color: var(--paper); font-weight: 600; }
.af-prose tbody th { font-weight: 600; width: 34%; }
.af-prose .af-callout { background: var(--card); border: 1px solid var(--line); border-left: 6px solid var(--signal); padding: 18px 20px; border-radius: var(--radius); margin: 0 0 1.4em; }
.af-prose .af-callout p:last-child { margin: 0; }
.af-prose .af-form-box { background: var(--card); border: 2px dashed var(--muted); padding: 20px; font-family: var(--f-mono); font-size: 14px; line-height: 1.9; }
.af-prose details { border-top: 1px solid var(--line); padding: 4px 0; }
.af-prose details:last-of-type { border-bottom: 1px solid var(--line); }
.af-prose summary { cursor: pointer; list-style: none; padding: 16px 40px 16px 0; font-weight: 700; font-size: 18px; position: relative; }
.af-prose summary::-webkit-details-marker { display: none; }
.af-prose summary::after { content: "+"; position: absolute; right: 6px; top: 12px; font-size: 26px; font-weight: 400; color: var(--brake); transition: transform 0.2s; }
.af-prose details[open] summary::after { transform: rotate(45deg); }
.af-prose details > *:not(summary) { margin-top: 0; }
.af-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 0 0 1.6em; }
.af-cards > div { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.af-cards h3 { margin-top: 0; font-stretch: 112%; text-transform: uppercase; font-size: 16px; }
.af-cards p { margin: 0; font-size: 15px; }
.af-cards a { word-break: break-word; }
.af-list { list-style: none; display: grid; gap: 8px; }
.af-page { display: grid; grid-template-columns: minmax(0, 760px) minmax(280px, 380px); justify-content: space-between; gap: 60px; align-items: start; }
.af-page__aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 18px; }
.af-page__fig { margin: 0; transform: rotate(-1.4deg); }
.af-page__fig img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.af-deskcard { background: var(--ink); color: var(--paper); border-radius: var(--radius); padding: 22px; }
.af-deskcard .af-kicker--signal { color: var(--signal); margin-bottom: 6px; }
.af-deskcard__h { font-stretch: 118%; font-weight: 800; text-transform: uppercase; font-size: 22px; line-height: 1.05; margin-bottom: 14px; }
.af-deskcard ul { list-style: none; display: grid; gap: 10px; font-size: 15px; }
.af-deskcard li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: center; }
.af-deskcard li .af-i { color: var(--signal); width: 18px; height: 18px; }
.af-deskcard a { text-decoration: none; word-break: break-word; }
.af-deskcard span { color: var(--muted-ink); font-size: 14px; }
.af-sidelinks { display: grid; border-top: 2px solid var(--ink); }
.af-sidelinks a { display: flex; justify-content: space-between; align-items: center; padding: 12px 2px; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 600; }
.af-sidelinks a .af-i { width: 16px; height: 16px; transition: transform 0.2s; }
.af-sidelinks a:hover .af-i { transform: translateX(4px); }

/* ==========================================================================
   Shop
   ========================================================================== */
.af-shop-head {
	max-width: var(--max); margin: 0 auto; padding: 40px var(--gutter) 30px;
	display: grid; grid-template-columns: 7fr 4fr; gap: 50px; align-items: end;
}
.af-shop-head__title { font-size: clamp(40px, 6.4vw, 100px); margin: 0 0 16px; }
.af-shop-head__lede { color: var(--muted); max-width: 54ch; font-size: 17px; margin: 0; }
.af-shop-head__photo { margin: 0; position: relative; transform: rotate(-1.6deg); }
.af-shop-head__photo img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.af-shop-head__photo .af-tape { position: absolute; bottom: -12px; right: 18px; --r: 3deg; }
.af-crumbs { font-size: 13px; color: var(--muted); margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.af-crumbs a { text-decoration: none; }
.af-crumbs a:hover { text-decoration: underline; }
.af-crumbs__sep { color: var(--line); }
.af-chips {
	max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) 10px;
	display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none;
}
.af-chips::-webkit-scrollbar { display: none; }
.af-chip {
	flex: none; display: inline-flex; gap: 8px; align-items: center; padding: 9px 14px; border: 1.5px solid var(--ink); border-radius: 30px;
	text-decoration: none; font-weight: 600; font-size: 14px; white-space: nowrap; transition: background 0.15s, color 0.15s;
}
.af-chip .af-mono { font-size: 11px; color: var(--muted); }
.af-chip:hover { background: var(--paper-2); }
.af-chip.is-active { background: var(--ink); color: var(--paper); }
.af-chip.is-active .af-mono { color: var(--signal); }
.af-shop { max-width: var(--max); margin: 0 auto; padding: 20px var(--gutter) 80px; }
.af-shop__bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 0; margin-bottom: 20px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.af-shop__bar .woocommerce-result-count { margin: 0; font-size: 14px; color: var(--muted); }
.af-shop__bar .woocommerce-ordering { margin: 0; }
.af-shop__bar select { min-height: 42px; width: auto; font-size: 14px; }
.af-shop ul.products, .related ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 20px; }
.af-editorial { grid-column: span 2; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--ink); min-height: 320px; }
.af-editorial img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.75; }
.af-editorial p {
	position: absolute; left: 20px; right: 20px; bottom: 20px; margin: 0; color: var(--paper);
	font-stretch: 118%; font-weight: 800; text-transform: uppercase; font-size: clamp(20px, 2vw, 28px); line-height: 1.05;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
.af-empty { padding: 60px 0; text-align: center; display: grid; gap: 16px; justify-items: center; }
.woocommerce-pagination ul { list-style: none; display: flex; gap: 6px; justify-content: center; margin-top: 50px; }
.woocommerce-pagination a, .woocommerce-pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; border: 1.5px solid var(--ink); border-radius: var(--radius); text-decoration: none; font-weight: 700; }
.woocommerce-pagination span.current { background: var(--ink); color: var(--paper); }
.af-fitband {
	max-width: calc(var(--max) - 2 * var(--gutter)); margin: 0 auto 80px; width: calc(100% - 2 * var(--gutter));
	display: grid; grid-template-columns: 40px 1fr auto; gap: 18px; align-items: center; padding: 22px 26px;
	background: var(--card); border: 1px solid var(--line); border-left: 6px solid var(--signal); border-radius: var(--radius);
}
.af-fitband .af-i { width: 32px; height: 32px; color: var(--brake); }
.af-fitband p { margin: 0; }

/* ==========================================================================
   Single product
   ========================================================================== */
.af-pdp { max-width: var(--max); margin: 0 auto; padding: 28px var(--gutter) 80px; }
.af-pdp > .product.type-product { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; align-items: start; }
.woocommerce-product-gallery { position: relative; margin: 0; opacity: 1 !important; }
.woocommerce-product-gallery__wrapper { margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child { grid-column: 1 / -1; }
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) img { aspect-ratio: 4 / 5; }
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) { border: 2px solid transparent; transition: border-color 0.2s; }
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child):hover { border-color: var(--ink); }
.woocommerce-product-gallery__image { border-radius: var(--radius); overflow: hidden; background: var(--paper-2); }
.woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.woocommerce-product-gallery .flex-viewport { border-radius: var(--radius); }
.woocommerce-product-gallery .flex-control-thumbs { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.woocommerce-product-gallery .flex-control-thumbs img { cursor: pointer; border-radius: 3px; opacity: 0.55; transition: opacity 0.2s; border: 2px solid transparent; aspect-ratio: 4 / 5; object-fit: cover; }
.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover { opacity: 1; border-color: var(--ink); }
.woocommerce-product-gallery__trigger {
	position: absolute; top: 14px; right: 14px; z-index: 5; width: 44px; height: 44px; border-radius: 50%;
	background: var(--paper); display: grid; place-items: center; font-size: 0; text-decoration: none; box-shadow: var(--shadow);
}
.woocommerce-product-gallery__trigger::before { content: ""; width: 14px; height: 14px; border: 2px solid var(--ink); border-radius: 50%; translate: -2px -2px; }
.woocommerce-product-gallery__trigger::after { content: ""; position: absolute; width: 7px; height: 2px; background: var(--ink); transform: rotate(45deg); translate: 7px 7px; }
.af-pdp > .product > .summary { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 0; }
.af-pdp-tags { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.af-pdp-tags__cat { font-size: 14px; color: var(--muted); }
.af-pdp .product_title { font-size: clamp(28px, 3.2vw, 44px); font-stretch: 115%; font-weight: 800; line-height: 1.02; text-transform: uppercase; margin-bottom: 14px; }
.af-pdp > .product > .summary > .price { font-size: 28px; font-weight: 700; margin: 0 0 16px; font-variant-numeric: tabular-nums; }
.af-pdp .woocommerce-product-details__short-description { font-size: 17px; color: var(--muted); }
.af-pdp form.cart { display: flex; gap: 10px; margin: 8px 0 18px; align-items: stretch; }
.quantity { display: flex; }
.quantity .qty { width: 84px; text-align: center; min-height: 56px; font-weight: 700; }
.single_add_to_cart_button {
	flex: 1; min-height: 56px; border: 0; border-radius: var(--radius); background: var(--brake); color: var(--white);
	font-weight: 800; font-stretch: 112%; text-transform: uppercase; letter-spacing: 0.04em; font-size: 16px; transition: background 0.2s;
}
.single_add_to_cart_button:hover { background: var(--brake-dark); }
.single_add_to_cart_button.loading { opacity: 0.7; }
.af-specs { margin: 6px 0 18px; border-top: 2px solid var(--ink); }
.af-specs div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.af-specs dt { font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); padding-top: 3px; }
.af-specs dd { margin: 0; }
.af-fit-note { background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--signal); padding: 14px 16px; font-size: 14px; border-radius: var(--radius); }
.af-assurance { list-style: none; display: grid; gap: 10px; margin: 6px 0 0; font-size: 14px; }
.af-assurance li { position: relative; padding-left: 30px; }
.af-assurance li::before {
	content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; background: var(--ink);
	-webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat;
}
.af-assurance li[data-icon="truck"] { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M2 6h11v10H2zM13 9h4.5l3.5 3.5V16h-8'/%3E%3Ccircle cx='6' cy='17.5' r='1.8'/%3E%3Ccircle cx='17' cy='17.5' r='1.8'/%3E%3C/svg%3E"); }
.af-assurance li[data-icon="globe"] { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E"); }
.af-assurance li[data-icon="receipt"] { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M5 3h14v18l-3-2-2 2-2-2-2 2-2-2-3 2z'/%3E%3Cpath d='M8 8h8M8 12h8'/%3E%3C/svg%3E"); }
.af-assurance li[data-icon="return"] { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M9 7H4V2'/%3E%3Cpath d='M4.5 7A8.5 8.5 0 1 1 3.5 14'/%3E%3C/svg%3E"); }
.af-assurance--compact { margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--line); }

.woocommerce-tabs { grid-column: 1 / -1; margin-top: 30px; }
.woocommerce-tabs ul.tabs { list-style: none; display: flex; gap: 4px; border-bottom: 2px solid var(--ink); overflow-x: auto; }
.woocommerce-tabs ul.tabs li a { display: block; padding: 14px 20px; text-decoration: none; font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: 0.05em; white-space: nowrap; border-radius: var(--radius) var(--radius) 0 0; }
.woocommerce-tabs ul.tabs li.active a { background: var(--ink); color: var(--paper); }
.woocommerce-Tabs-panel { padding: 30px 0; max-width: 820px; }
.woocommerce-Tabs-panel > h2:first-child { display: none; }
.woocommerce-Tabs-panel h2:not(:first-child), .woocommerce-Tabs-panel h3 { font-stretch: 112%; text-transform: uppercase; font-size: 17px; margin-top: 1.4em; }
.woocommerce-Tabs-panel ul { padding-left: 1.2em; }
.woocommerce-Tabs-panel .af-spec { border-collapse: collapse; width: 100%; }
.woocommerce-Tabs-panel .af-spec th, .woocommerce-Tabs-panel .af-spec td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.woocommerce-Tabs-panel .af-spec th { width: 30%; font-weight: 600; }
.af-note { font-size: 14px; color: var(--muted); margin-top: 1.4em; }
.related { grid-column: 1 / -1; margin-top: 40px; }
.related > h2 { font-stretch: 125%; font-weight: 800; text-transform: uppercase; font-size: clamp(26px, 3vw, 40px); margin-bottom: 24px; }

/* ==========================================================================
   Woo notices, cart, checkout, account
   ========================================================================== */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, .wc-block-components-notice-banner {
	list-style: none; margin: 0 0 24px; padding: 16px 18px; border-radius: var(--radius); background: var(--card);
	border: 1px solid var(--line); border-left: 6px solid var(--coolant); display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.woocommerce-error { border-left-color: var(--brake); display: block; }
.woocommerce-error li + li { margin-top: 6px; }
.woocommerce-info { border-left-color: var(--signal); }
.woocommerce-message .button, .woocommerce-info .button { order: 2; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, button[name="update_cart"], button[name="apply_coupon"], .woocommerce-button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 20px; border-radius: var(--radius);
	border: 2px solid var(--ink); background: var(--ink); color: var(--paper); font-weight: 700; text-transform: uppercase; font-size: 14px;
	letter-spacing: 0.04em; text-decoration: none; cursor: pointer; transition: background 0.15s; white-space: nowrap;
}
.button:hover { background: var(--ink-3); }
.button:disabled, .button[disabled] { opacity: 0.45; cursor: not-allowed; }
.button.alt, .checkout-button, #place_order { background: var(--brake); border-color: var(--brake); color: var(--white); }
.button.alt:hover, .checkout-button:hover, #place_order:hover { background: var(--brake-dark); border-color: var(--brake-dark); }

.af-shell--wc { padding-top: 34px; }
.af-wc-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.af-wc-head .af-kicker { width: 100%; margin-bottom: 0; }
.af-wc-head__title { font-size: clamp(34px, 5vw, 70px); margin: 0; }
.af-progress { list-style: none; display: flex; gap: 6px; counter-reset: s; }
.af-progress li { counter-increment: s; display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 600; color: var(--muted); padding: 6px 12px 6px 6px; border-radius: 30px; background: var(--paper-2); }
.af-progress li::before { content: counter(s); width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--line); color: var(--ink); font-size: 12px; }
.af-progress li.is-current { background: var(--ink); color: var(--paper); }
.af-progress li.is-current::before { background: var(--signal); }
.af-progress li.is-done::before { content: "✓"; background: var(--coolant); color: var(--white); }

.woocommerce-cart-form { margin-bottom: 30px; }
.shop_table { width: 100%; border-collapse: collapse; }
.shop_table th, .shop_table td { padding: 16px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.shop_table thead th { font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 500; border-bottom: 2px solid var(--ink); }
.shop_table.cart .product-thumbnail img { width: 84px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 3px; }
.shop_table.cart .product-name a { font-weight: 600; text-decoration: none; }
.shop_table.cart .product-remove a { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; text-decoration: none; font-size: 20px; color: var(--brake); border: 1px solid var(--line); }
.shop_table.cart .product-remove a:hover { background: var(--brake); color: var(--white); }
.shop_table td.actions { padding-top: 20px; }
.shop_table td.actions .coupon { display: flex; gap: 8px; float: left; max-width: 420px; }
.shop_table td.actions .coupon label { display: none; }
.shop_table td.actions button[name="update_cart"] { float: right; background: transparent; color: var(--ink); }
.cart-collaterals { display: grid; grid-template-columns: 1fr minmax(320px, 440px); gap: 30px; }
.cart-collaterals .cart_totals { grid-column: 2; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.cart_totals h2 { font-stretch: 115%; text-transform: uppercase; font-size: 20px; }
.cart_totals .shop_table th { width: 40%; font-weight: 600; }
.cart_totals .order-total td, .cart_totals .order-total th { font-size: 19px; font-weight: 800; border-bottom: 0; }
.wc-proceed-to-checkout .checkout-button { width: 100%; min-height: 56px; font-size: 16px; margin-top: 10px; }
.woocommerce-shipping-methods { list-style: none; display: grid; gap: 6px; }
.woocommerce-shipping-destination, .woocommerce-shipping-calculator { font-size: 14px; }
.shipping-calculator-form { display: grid; gap: 10px; margin-top: 10px; }
.cart-empty { font-size: 20px; }
.return-to-shop { margin-top: 20px; }

form.checkout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr); gap: 20px 50px; align-items: start; }
form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
#customer_details { grid-column: 1; grid-row: 1 / span 3; }
#customer_details .col-1, #customer_details .col-2 { width: 100%; }
#order_review_heading { grid-column: 2; font-stretch: 115%; text-transform: uppercase; font-size: 20px; margin: 0; }
#order_review { grid-column: 2; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: sticky; top: calc(var(--header-h) + 20px); }
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3 { font-stretch: 115%; text-transform: uppercase; font-size: 20px; margin: 10px 0 18px; }
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-address-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-row { margin: 0 0 16px; display: grid; gap: 6px; }
.form-row-wide, .notes, #billing_address_1_field, #billing_address_2_field, #shipping_address_1_field, #shipping_address_2_field, #billing_country_field, #shipping_country_field, #billing_email_field { grid-column: 1 / -1; }
.form-row label .required { color: var(--brake); text-decoration: none; }
.form-row .optional { color: var(--muted); font-weight: 400; }
.woocommerce-invalid input, .woocommerce-invalid select { border-color: var(--brake); }
#ship-to-different-address { font-size: 16px; }
#ship-to-different-address label { display: flex; gap: 10px; align-items: center; cursor: pointer; }
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td { padding: 12px 6px; font-size: 15px; }
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td { font-size: 19px; font-weight: 800; }
#payment { margin-top: 18px; }
#payment .payment_methods { list-style: none; display: grid; gap: 8px; margin-bottom: 14px; }
#payment .payment_methods > li { background: var(--paper); border: 1px solid var(--line); padding: 14px; border-radius: var(--radius); }
#payment .payment_box { font-size: 14px; margin-top: 8px; }
#payment .place-order { display: grid; gap: 14px; }
#place_order { width: 100%; min-height: 58px; font-size: 16px; }
.woocommerce-terms-and-conditions-wrapper { font-size: 14px; }
.woocommerce-terms-and-conditions-checkbox-text a, .woocommerce-privacy-policy-text a { color: var(--coolant); font-weight: 600; }
.woocommerce-form__label-for-checkbox { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500; cursor: pointer; }
.woocommerce-form__label-for-checkbox input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--brake); flex: none; }
.woocommerce-privacy-policy-text p { margin: 0; font-size: 13px; color: var(--muted); }
.af-merchant-box { border: 1.5px solid var(--ink); border-radius: var(--radius); padding: 14px 16px; margin: 16px 0 6px; background: var(--paper); font-size: 14px; }
.af-merchant-box__row { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 6px; }
.af-merchant-box__row span { color: var(--muted); }
.af-merchant-box__note { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.af-merchant-box__note a { color: var(--coolant); font-weight: 600; }
.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info { font-size: 14px; }
form.checkout_coupon, form.woocommerce-form-login { background: var(--card); border: 1px solid var(--line); padding: 20px; border-radius: var(--radius); margin-bottom: 24px; }
form.checkout_coupon { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
form.checkout_coupon p { margin: 0; }
.select2-container { width: 100% !important; }
.select2-container .select2-selection--single { height: 48px; display: flex; align-items: center; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; right: 8px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 1.4; padding-left: 0; color: var(--ink); }
.select2-dropdown { border-color: var(--ink); background: var(--card); }
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] { background: var(--ink); }

.woocommerce-order { max-width: 860px; }
.woocommerce-thankyou-order-received { font-size: 22px; font-weight: 700; }
.woocommerce-order-overview { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 20px 0 30px; }
.woocommerce-order-overview li { background: var(--card); border: 1px solid var(--line); padding: 14px; border-radius: var(--radius); font-size: 13px; color: var(--muted); }
.woocommerce-order-overview li strong { display: block; color: var(--ink); font-size: 16px; margin-top: 4px; }

.woocommerce-account .af-wc-body > .woocommerce { display: grid; grid-template-columns: 240px 1fr; gap: 40px; }
.woocommerce-MyAccount-navigation ul { list-style: none; display: grid; gap: 2px; border-left: 2px solid var(--line); }
.woocommerce-MyAccount-navigation a { display: block; padding: 10px 14px; text-decoration: none; margin-left: -2px; border-left: 2px solid transparent; }
.woocommerce-MyAccount-navigation .is-active a { border-left-color: var(--brake); font-weight: 700; }
#customer_login, .u-columns.col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; grid-column: 1 / -1; }
#customer_login h2 { font-stretch: 115%; text-transform: uppercase; font-size: 22px; }
.woocommerce-form-login, .woocommerce-form-register, .woocommerce-ResetPassword { background: var(--card); border: 1px solid var(--line); padding: 24px; border-radius: var(--radius); }
.woocommerce-form-login .form-row, .woocommerce-form-register .form-row { display: grid; }
.woocommerce-form-login__rememberme { margin: 10px 0; }
.password-input { position: relative; display: block; }
.password-input input { padding-right: 52px; }
.show-password-input { position: absolute; right: 6px; top: 50%; translate: 0 -50%; width: 40px; height: 36px; border: 0; background: transparent; cursor: pointer; }
.show-password-input::before { content: ""; display: block; width: 22px; height: 22px; margin: auto; background: var(--muted);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat; }
.show-password-input.display-password::before { background: var(--ink); }
.lost_password a { color: var(--coolant); font-size: 14px; }
.track_order { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; max-width: 640px; background: var(--card); border: 1px solid var(--line); padding: 24px; border-radius: var(--radius); }
.track_order > p:first-child { grid-column: 1 / -1; }
.track_order .form-row:last-of-type { grid-column: 1 / -1; }

/* 404 */
.af-404 { position: relative; min-height: 78vh; display: grid; align-items: end; color: var(--paper); background: var(--ink); overflow: hidden; }
.af-404__img { position: absolute; inset: 0; }
.af-404__img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.af-404__copy { position: relative; max-width: 720px; padding: 80px var(--gutter); }
.af-404__copy .af-kicker { color: var(--signal); }
.af-404__title { font-size: clamp(44px, 7vw, 110px); }
.af-404__search { display: flex; gap: 8px; margin: 20px 0 14px; }
.af-404__search input { background: rgba(255, 255, 255, 0.92); }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }

/* PhotoSwipe button reset leakage */
.pswp button { min-height: 0; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
	.af-nav__link { padding: 0 10px; font-size: 13px; }
	.af-mega__grid { grid-template-columns: repeat(3, 1fr); }
	.af-shop ul.products, .related ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.af-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
	.af-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 1000px) {
	:root { --header-h: 60px; --cut: 7vw; }
	.af-nav { display: none; }
	.af-header__burger { display: inline-flex; }
	.af-header__logo { margin-right: auto; }
	.af-tool--account { display: none; }
	.af-hero__inner { grid-template-columns: 1fr; gap: 30px; padding-bottom: calc(var(--cut) + 50px); }
	.af-ticket { transform: rotate(-1.5deg); max-width: 520px; }
	.af-ticket:hover { transform: rotate(-0.5deg); }
	.af-facts { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
	.af-sec-head { grid-template-columns: 1fr; row-gap: 14px; }
	.af-bento { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; grid-auto-rows: minmax(220px, 44vw); grid-template-areas: "xl xl" "tall wide" "tall sq1" "sq2 w2"; }
	.af-kit__inner, .af-compare, .af-washday, .af-page-head.has-photo, .af-shop-head { grid-template-columns: 1fr; }
	.af-kit__stage { transform: none; }
	.af-hotspot { transform: translate(-50%, -50%); }
	.af-notes__grid { grid-template-columns: 1fr 1fr; }
	.af-note-card--drop { margin-top: 0; }
	.af-promise__list { grid-template-columns: 1fr 1fr; }
	.af-footer__help { grid-template-columns: 1fr; }
	.af-doc { grid-template-columns: minmax(0, 1fr); gap: 20px; }
	.af-prose table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.af-prose table th, .af-prose table td { min-width: 120px; }
	.af-page { grid-template-columns: 1fr; gap: 40px; }
	.af-page__aside { position: static; }
	.af-doc__toc { position: static; max-height: none; background: var(--card); padding: 16px; border-radius: var(--radius); border: 1px solid var(--line); }
	.af-pdp > .product.type-product { grid-template-columns: 1fr; gap: 30px; }
	.af-pdp > .product > .summary { position: static; }
	form.checkout { grid-template-columns: 1fr; }
	#customer_details, #order_review_heading, #order_review { grid-column: 1; grid-row: auto; }
	#order_review { position: static; }
	.cart-collaterals { grid-template-columns: 1fr; }
	.cart-collaterals .cart_totals { grid-column: 1; }
	.woocommerce-account .af-wc-body > .woocommerce { grid-template-columns: 1fr; }
	.af-shop-head__photo { max-width: 560px; }
	.af-locale__cols { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 700px) {
	body { font-size: 16px; }
	.af-hero__stripe { display: none; }
	.af-ticker { font-size: 11px; height: 30px; }
	.af-header__bar { gap: 6px; }
	.af-wordmark { font-size: 21px; }
	.af-tool { min-width: 40px; padding: 0 8px; }
	.af-tool__label { font-size: 11px; }
	.af-hero { min-height: 0; }
	.af-hero__shade { background: linear-gradient(0deg, rgba(21, 23, 26, 0.96) 0%, rgba(21, 23, 26, 0.78) 48%, rgba(21, 23, 26, 0.35) 100%); }
	.af-hero__inner { padding-top: 40px; }
	.af-hero__title { font-size: clamp(52px, 17vw, 84px); }
	body:not(.lang-en) .af-hero__title { font-size: clamp(40px, 12.5vw, 64px); }
	.af-hero__cta .af-btn { flex: 1 1 100%; }
	.af-hero__stripe { top: 44%; }
	.af-ticket { margin: 0 4px; padding: 22px 18px 18px; }
	.af-facts { padding-top: 40px; }
	.af-facts__item { padding-left: 14px; }
	.af-bays { padding: 50px 0 60px; }
	.af-bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; gap: 10px; grid-template-areas: "xl xl" "xl xl" "tall wide" "tall sq1" "sq2 sq2" "w2 w2"; }
	.af-bento__blurb { display: none; }
	.af-bento__meta { padding: 14px; }
	.af-bento__tile .af-tape { top: 10px; left: 10px; font-size: 10px; }
	.af-kit { padding: calc(var(--cut) + 40px) 0 calc(var(--cut) + 40px); }
	.af-hotspot__dot { width: 36px; height: 36px; font-size: 11px; }
	.af-hotspot__card { width: 200px; }
	.af-rack { padding: 60px 0 40px; }
	.af-rack__nav { display: none; }
	.af-rack__track { grid-auto-columns: 72%; gap: 14px; }
	.af-rack__track > li:nth-child(even) { margin-top: 0; }
	.af-compare { padding: 50px var(--gutter); gap: 26px; }
	.af-washday { padding-bottom: 70px; gap: 30px; }
	.af-washday__video { aspect-ratio: 1; }
	.af-notes__grid { grid-template-columns: 1fr; }
	.af-promise__list { grid-template-columns: 1fr; gap: 18px; }
	.af-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
	.af-footer__help { padding-top: 50px; }
	.af-footer__base { flex-direction: column; gap: 8px; }
	.af-shop ul.products, .related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 12px; }
	.af-editorial { min-height: 240px; }
	.af-card__title { font-size: 14px; }
	.af-card__row { flex-direction: column; align-items: stretch; gap: 8px; }
	.af-card__add { justify-content: center; }
	.af-card__price { font-size: 16px; }
	.af-shop-head { padding-top: 24px; gap: 26px; }
	.af-fitband { grid-template-columns: 1fr; gap: 10px; }
	.af-page-head { padding-top: 36px; }
	.af-doc { padding-top: 30px; }
	.af-prose { font-size: 16px; }
	.af-prose tbody th { width: 40%; }
	.af-locale__panel { padding: 26px 18px; }
	.af-locale__langs { grid-template-columns: 1fr 1fr; }
	.af-locale__form { flex-direction: column; }
	.af-pdp form.cart { flex-wrap: wrap; }
	.af-specs div { grid-template-columns: 90px 1fr; }
	.woocommerce-tabs ul.tabs li a { padding: 12px 14px; font-size: 13px; }
	.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-address-fields__field-wrapper { grid-template-columns: 1fr; }
	.form-row { grid-column: 1 / -1; }
	#customer_login, .u-columns.col2-set, .track_order { grid-template-columns: 1fr; }
	.af-progress { width: 100%; }
	.af-progress li { font-size: 11px; padding: 4px 10px 4px 4px; }
	.af-progress li::before { width: 20px; height: 20px; }
	/* Cart table → stacked rows */
	.shop_table.cart thead { display: none; }
	.shop_table.cart tr.cart_item { display: grid; grid-template-columns: 84px 1fr 32px; gap: 4px 14px; padding: 14px 0; border-bottom: 1px solid var(--line); position: relative; }
	.shop_table.cart tr.cart_item td { border: 0; padding: 0; }
	.shop_table.cart td.product-thumbnail { grid-row: 1 / span 4; grid-column: 1; }
	.shop_table.cart td.product-name { grid-column: 2; }
	.shop_table.cart td.product-remove { grid-column: 3; grid-row: 1; }
	.shop_table.cart td.product-price, .shop_table.cart td.product-quantity, .shop_table.cart td.product-subtotal { grid-column: 2; display: flex; justify-content: space-between; align-items: center; }
	.shop_table.cart td[data-title]::before { content: attr(data-title); font-size: 12px; color: var(--muted); font-family: var(--f-mono); text-transform: uppercase; }
	.shop_table.cart td.product-name::before, .shop_table.cart td.product-thumbnail::before, .shop_table.cart td.product-remove::before { display: none; }
	.shop_table.cart .quantity .qty { min-height: 42px; width: 70px; }
	.shop_table td.actions { display: block; }
	.shop_table td.actions .coupon { float: none; max-width: none; margin-bottom: 10px; }
	.shop_table td.actions button[name="update_cart"] { float: none; width: 100%; }
	.cart_totals .shop_table tr { display: grid; grid-template-columns: 1fr; }
	.cart_totals .shop_table th { width: auto; padding-bottom: 0; border: 0; }
	.af-cookie { left: 10px; right: 10px; bottom: 10px; max-width: none; }
	.af-404__search { flex-direction: column; }
}

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

@media print {
	.af-ticker, .af-header, .af-footer, .af-cookie, .af-doc__toc { display: none !important; }
	body { background: #fff; }
}
.af-cards a[href^="mailto"] { font-size: 14px; }
