/* ==========================================================================
   BuyBestAccount.com
   Design direction: Aurora Stack
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Faces (self-hosted, no third-party font request)
   -------------------------------------------------------------------------- */

/* Subset to the glyphs and axis ranges this site actually uses.
   No font-stretch descriptor: the element's stretch stays `normal`, so a
   narrowed descriptor range would stop the face matching at all. Width is
   driven entirely by font-variation-settings 'wdth'. */
@font-face {
	font-family: 'Bricolage Grotesque';
	src: url('../fonts/bricolage-latin.woff2?v=2') format('woff2');
	font-weight: 400 800;
	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: 'Bricolage Grotesque';
	src: url('../fonts/bricolage-latin-ext.woff2?v=2') format('woff2');
	font-weight: 200 800;
	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: 'Schibsted Grotesk';
	src: url('../fonts/schibsted-latin.woff2?v=2') format('woff2');
	font-weight: 400 800;
	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: 'Schibsted Grotesk';
	src: url('../fonts/schibsted-latin-ext.woff2?v=2') format('woff2');
	font-weight: 400 800;
	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: 'JetBrains Mono';
	src: url('../fonts/jetbrains-latin.woff2?v=2') format('woff2');
	font-weight: 400 700;
	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: 'JetBrains Mono';
	src: url('../fonts/jetbrains-latin-ext.woff2?v=2') format('woff2');
	font-weight: 400 700;
	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;
}

/* --------------------------------------------------------------------------
   2. Tokens
   -------------------------------------------------------------------------- */

:root {
	--bg: #f8f8f5;
	--bg-cool: #f1f5f2;
	--surface: #fdfdfc;
	--sunk: #eaeeeb;
	--ink: #0e1512;
	--ink-muted: #55605a;
	--ink-faint: #616b65;
	--accent: #0b5d3b;
	--accent-deep: #073e27;
	--accent-tint: #e4efe9;
	--accent-line: #c8dcd1;
	--accent-on-ink: #5fc493;
	--border: #e3e7e4;
	--border-strong: #c3cbc7;
	--on-ink: #aeb8b3;
	--on-ink-muted: #8a968f;
	--on-ink-rule: #242c28;
	--warning: #7a5b12;
	--warning-soft: #f5eedc;
	--danger-soft: #f7e8e4;

	/* Messaging channel hues. Confined to the Telegram and WhatsApp glyphs so
	   the two channels stay instantly recognisable; never used for chrome. */
	--tg: #26a5e4;
	--tg-ink: #1b7fb5;
	--wa: #25d366;
	--wa-ink: #128c4a;

	--font-display: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif;
	--font-body: 'Schibsted Grotesk', 'Segoe UI', system-ui, sans-serif;
	--font-mono: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;

	--xs: 6px;
	--sm: 12px;
	--md: 20px;
	--lg: 40px;
	--xl: 80px;
	--xxl: 124px;

	--r-panel: 16px;
	--r-ctl: 10px;
	--r-mark: 12px;

	--shell: 1240px;
	--gutter: 28px;

	--sh-1: 0 1px 2px rgba(14, 21, 18, 0.04), 0 10px 30px rgba(14, 21, 18, 0.06);
	--sh-2: 0 2px 4px rgba(14, 21, 18, 0.05), 0 18px 44px rgba(14, 21, 18, 0.09);
	--sh-pop: 0 24px 64px rgba(14, 21, 18, 0.14);

	--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--speed: 180ms;
}

/* --------------------------------------------------------------------------
   3. Reset, wrapped in :where() so component rules always win
   -------------------------------------------------------------------------- */

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

:where(body, h1, h2, h3, h4, p, ul, ol, li, figure, blockquote, dl, dd, fieldset) {
	margin: 0;
	padding: 0;
}

:where(ul, ol) {
	list-style: none;
}

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

:where(img, svg, video) {
	display: block;
	max-width: 100%;
}

:where(img) {
	height: auto;
}

:where(a) {
	color: inherit;
	text-decoration: none;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 128px;
}

body {
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

::selection {
	background: var(--accent);
	color: var(--surface);
}

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

/* --------------------------------------------------------------------------
   4. Primitives
   -------------------------------------------------------------------------- */

.shell {
	width: 100%;
	max-width: var(--shell);
	margin-inline: auto;
	padding-inline: var(--gutter);
	position: relative;
	z-index: 1;
}

.u-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.skip {
	position: absolute;
	top: -70px;
	left: var(--gutter);
	z-index: 300;
	background: var(--accent);
	color: var(--surface);
	padding: 12px 18px;
	border-radius: var(--r-ctl);
	transition: top var(--speed) var(--ease);
}

.skip:focus {
	top: 12px;
}

/* Display type: semi-condensed is this brand's signature. */

.h1,
.h2,
.h3,
.hero__title,
.shead__title {
	font-family: var(--font-display);
	font-weight: 700;
	font-variation-settings: 'wdth' 88, 'opsz' 48;
	letter-spacing: -0.035em;
	line-height: 1.04;
	text-wrap: balance;
}

.h1 {
	font-size: clamp(38px, 5vw, 68px);
}

.h2 {
	font-size: clamp(28px, 3.4vw, 46px);
	line-height: 1.06;
}

.h3 {
	font-size: clamp(19px, 1.9vw, 25px);
	line-height: 1.16;
	letter-spacing: -0.025em;
	font-variation-settings: 'wdth' 92, 'opsz' 24;
}

.label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ink-faint);
}

.label::before {
	content: '';
	width: 14px;
	height: 1px;
	background: var(--accent);
}

.mono {
	font-family: var(--font-mono);
	font-variant-numeric: tabular-nums;
}

.price {
	font-family: var(--font-mono);
	font-weight: 500;
	font-variant-numeric: tabular-nums;
	color: var(--ink);
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.ico {
	width: 18px;
	height: 18px;
	flex: none;
}

/* Buttons */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: var(--r-ctl);
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: background var(--speed) var(--ease), color var(--speed) var(--ease),
		border-color var(--speed) var(--ease), transform var(--speed) var(--ease),
		box-shadow var(--speed) var(--ease);
}

.btn--solid {
	background: var(--accent);
	color: var(--surface);
	box-shadow: 0 1px 2px rgba(14, 21, 18, 0.08), 0 6px 18px rgba(11, 93, 59, 0.16);
}

.btn--solid:hover {
	background: var(--accent-deep);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(14, 21, 18, 0.1), 0 10px 26px rgba(11, 93, 59, 0.22);
}

.btn--ghost {
	background: var(--surface);
	color: var(--ink);
	border-color: var(--border-strong);
}

.btn--ghost:hover {
	border-color: var(--ink);
	transform: translateY(-1px);
}

.btn--sm {
	padding: 10px 16px;
	font-size: 13.5px;
}

.btn--wide {
	width: 100%;
}

.btn:active {
	transform: translateY(0);
}

.btn .ico {
	width: 16px;
	height: 16px;
}

/* Chips and marks */

.chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 12px;
	background: var(--sunk);
	border: 1px solid var(--border);
	border-radius: var(--r-ctl);
	font-family: var(--font-mono);
	font-size: 11.5px;
	letter-spacing: 0.04em;
	color: var(--ink-muted);
	white-space: nowrap;
}

.mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--r-mark);
	font-family: var(--font-mono);
	font-weight: 700;
	letter-spacing: 0.02em;
	flex: none;
	background: color-mix(in srgb, var(--hue, var(--accent)) 12%, transparent);
	color: var(--hue, var(--accent));
}

.mark--sm {
	width: 34px;
	height: 34px;
	font-size: 12px;
}

.mark--md {
	width: 46px;
	height: 46px;
	font-size: 14px;
}

.mark--lg {
	width: 62px;
	height: 62px;
	font-size: 19px;
	border-radius: var(--r-panel);
}

/* Panels */

.panel {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
}

/* Generated artwork text */

.art {
	width: 100%;
	height: 100%;
	display: block;
}

.art__figure {
	font-family: var(--font-mono);
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.art__figure--sm {
	font-size: 21px;
	letter-spacing: -0.02em;
}

.art__unit {
	font-family: var(--font-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.14em;
}

.art__mono {
	font-family: var(--font-mono);
	font-size: 15px;
	font-weight: 700;
}

.art__chip {
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 600;
}

/* Section background textures */

.texture {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

.texture svg {
	width: 100%;
	height: 100%;
}

.texture--grid {
	opacity: 0.045;
}

.texture--nodes {
	opacity: 0.07;
}

.texture--arcs {
	opacity: 0.055;
}

.texture--contour {
	opacity: 0.05;
}

.texture--fade {
	mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */

.util {
	background: var(--ink);
	color: var(--on-ink);
	font-size: 12.5px;
}

.util__in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--md);
	min-height: 40px;
	padding-block: 6px;
}

.util__note {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--on-ink-muted);
}

.util__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--accent-on-ink);
	flex: none;
}

.util__links {
	display: flex;
	align-items: center;
	gap: 4px;
}

/* Telegram and WhatsApp sit in the utility bar as two named, coloured actions,
   never folded into a generic support menu. */
.util__chan {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 13px;
	border: 1px solid rgba(253, 253, 252, 0.16);
	border-radius: var(--r-ctl);
	background: rgba(253, 253, 252, 0.06);
	color: var(--surface);
	font-size: 12.5px;
	font-weight: 600;
	transition: background var(--speed) var(--ease), border-color var(--speed) var(--ease);
}

.util__chan:hover {
	background: rgba(253, 253, 252, 0.13);
	border-color: rgba(253, 253, 252, 0.3);
}

.util__chan .ico {
	width: 16px;
	height: 16px;
}

.util__chan--telegram .ico {
	color: var(--tg);
}

.util__chan--whatsapp .ico {
	color: var(--wa);
}

.mast {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(253, 253, 252, 0.86);
	backdrop-filter: saturate(160%) blur(12px);
	-webkit-backdrop-filter: saturate(160%) blur(12px);
	border-bottom: 1px solid var(--border);
	transition: box-shadow var(--speed) var(--ease);
}

.mast.is-stuck {
	box-shadow: var(--sh-1);
}

.mast__in {
	position: relative;
	display: flex;
	align-items: center;
	gap: var(--md);
	min-height: 78px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	flex: none;
}

.brand__word {
	font-family: var(--font-display);
	font-size: 20px;
	font-weight: 800;
	font-variation-settings: 'wdth' 86, 'opsz' 20;
	letter-spacing: -0.04em;
	color: var(--ink);
	line-height: 1;
}

.brand__word b {
	color: var(--accent);
	font-weight: 800;
}

.brand--dark .brand__word {
	color: var(--surface);
}

.brand--dark .brand__word b {
	color: var(--accent-on-ink);
}

.mark-logo {
	display: block;
	flex: none;
}

.nav {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-left: auto;
}

.nav__item {
	position: static;
}

.nav__link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
	padding: 10px 13px;
	border: 0;
	background: transparent;
	border-radius: var(--r-ctl);
	font-family: var(--font-body);
	font-size: 14.5px;
	font-weight: 500;
	color: var(--ink);
	cursor: pointer;
	transition: background var(--speed) var(--ease), color var(--speed) var(--ease);
}

.nav__link:hover,
.nav__item--open .nav__link {
	background: var(--sunk);
}

.nav__link[aria-current='page'] {
	color: var(--accent);
	font-weight: 600;
}

.nav__link .ico--chevron {
	width: 14px;
	height: 14px;
	transition: transform var(--speed) var(--ease);
}

.nav__item--open .ico--chevron {
	transform: rotate(180deg);
}

.tools {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-left: 12px;
	margin-left: 6px;
	border-left: 1px solid var(--border);
}

.tools__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	border-radius: var(--r-ctl);
	color: var(--ink);
	cursor: pointer;
	transition: background var(--speed) var(--ease);
}

.tools__btn:hover {
	background: var(--sunk);
}

.tools__count {
	position: absolute;
	top: 2px;
	right: 1px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	background: var(--accent);
	color: var(--surface);
	border-radius: 9px;
	font-family: var(--font-mono);
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

.burger {
	display: none;
}

/* Provider panel */

.mega {
	position: absolute;
	top: calc(100% + 10px);
	left: var(--gutter);
	z-index: 95;
	width: min(940px, calc(100% - var(--gutter) * 2));
	padding: var(--md);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-pop);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity var(--speed) var(--ease), transform var(--speed) var(--ease), visibility var(--speed);
}

.nav__item--open .mega {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mega__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}

.mega__link {
	display: grid;
	grid-template-columns: 34px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 10px 11px;
	border-radius: var(--r-ctl);
	transition: background var(--speed) var(--ease);
}

.mega__link:hover {
	background: var(--bg-cool);
}

.mega__name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.mega__from {
	font-family: var(--font-mono);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	color: var(--ink-muted);
}

.mega__foot {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: var(--sm);
	padding-top: var(--sm);
	border-top: 1px solid var(--border);
}

.mega__foot a {
	padding: 9px 13px;
	border-radius: var(--r-ctl);
	font-size: 13.5px;
	font-weight: 600;
	color: var(--accent);
	transition: background var(--speed) var(--ease);
}

.mega__foot a:hover {
	background: var(--accent-tint);
}

/* Search bar */

.sbar {
	display: none;
	border-bottom: 1px solid var(--border);
	background: var(--surface);
}

.sbar.is-open {
	display: block;
}

.sbar form {
	display: flex;
	gap: 10px;
	padding-block: var(--sm);
}

.field {
	flex: 1;
	min-width: 0;
	padding: 14px 16px;
	background: var(--sunk);
	border: 1px solid var(--border);
	border-radius: var(--r-ctl);
	font-size: 15px;
	color: var(--ink);
}

.field::placeholder {
	color: var(--ink-faint);
}

.field:focus {
	outline: 2px solid var(--accent);
	outline-offset: 1px;
	background: var(--surface);
}

/* --------------------------------------------------------------------------
   6. Sections
   -------------------------------------------------------------------------- */

.sec {
	position: relative;
	padding-block: var(--xxl);
	overflow: hidden;
}

.sec--tight {
	padding-block: var(--xl);
}

.sec--cool {
	background: var(--bg-cool);
}

.sec--ink {
	background: var(--ink);
	color: var(--on-ink);
}

.sec--ink .h2,
.sec--ink .h3,
.sec--ink .shead__title {
	color: var(--surface);
}

.sec--ink .label {
	color: var(--on-ink-muted);
}

.sec--ink .label::before {
	background: var(--accent-on-ink);
}

.sec--rule {
	border-top: 1px solid var(--border);
}

.shead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--lg);
	margin-bottom: var(--lg);
}

.shead__text {
	max-width: 60ch;
}

.shead__title {
	font-size: clamp(28px, 3.4vw, 46px);
}

.shead .label + .shead__title {
	margin-top: 14px;
}

.shead__lede {
	margin-top: 16px;
	max-width: 66ch;
	color: var(--ink-muted);
	font-size: 17px;
}

.sec--ink .shead__lede {
	color: var(--on-ink);
}

.shead__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: none;
	padding: 11px 18px;
	border: 1px solid var(--border-strong);
	border-radius: var(--r-ctl);
	background: var(--surface);
	font-size: 14.5px;
	font-weight: 600;
	color: var(--accent);
	transition: border-color var(--speed) var(--ease), gap var(--speed) var(--ease),
		transform var(--speed) var(--ease);
}

.shead__link:hover {
	border-color: var(--accent);
	gap: 12px;
	transform: translateY(-1px);
}

.sec--ink .shead__link {
	background: transparent;
	border-color: var(--on-ink-rule);
	color: var(--accent-on-ink);
}

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */

.hero {
	position: relative;
	padding-top: var(--lg);
	padding-bottom: var(--xl);
	overflow: hidden;
	background:
		radial-gradient(1100px 520px at 78% 28%, rgba(11, 93, 59, 0.07), transparent 62%),
		linear-gradient(180deg, var(--bg) 0%, var(--bg-cool) 100%);
	border-bottom: 1px solid var(--border);
}

.hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
	gap: clamp(28px, 4vw, 64px);
	align-items: center;
	min-height: 520px;
}

.hero__title {
	font-size: clamp(38px, 4.5vw, 62px);
	line-height: 1.04;
}

.hero__title i {
	font-style: normal;
	color: var(--accent);
}

.hero__lede {
	margin-top: var(--md);
	max-width: 50ch;
	font-size: clamp(16px, 1.25vw, 18.5px);
	color: var(--ink-muted);
}

.hero__acts {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sm);
	margin-top: var(--lg);
}

.hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: var(--md);
	margin-top: var(--lg);
	padding-top: var(--md);
	border-top: 1px solid var(--border);
}

.hero__trust li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13.5px;
	color: var(--ink-muted);
}

.hero__trust .ico {
	width: 15px;
	height: 15px;
	color: var(--accent);
}

/* Animated hero artwork */

.heroart {
	position: relative;
	width: 100%;
	max-width: 560px;
	margin-inline: auto;
}

.heroart__svg {
	width: 100%;
	height: auto;
	overflow: visible;
}

.heroart__mono {
	font-family: var(--font-mono);
	font-size: 14px;
	font-weight: 700;
}

.has-js .heroart__ring {
	transform-box: view-box;
	transform-origin: 250px 250px;
	animation: bba-spin linear infinite;
}

.heroart__ring--0 {
	animation-duration: 92s;
}

.heroart__ring--1 {
	animation-duration: 128s;
	animation-direction: reverse;
}

.heroart__ring--2 {
	animation-duration: 168s;
}

.has-js .heroart__chip {
	animation: bba-float var(--t, 12s) ease-in-out infinite;
	animation-delay: var(--d, 0s);
}

.has-js .heroart__pulse {
	transform-box: view-box;
	transform-origin: 250px 250px;
	animation: bba-pulse 9s ease-in-out infinite;
}

@keyframes bba-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes bba-float {
	0%,
	100% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}
}

@keyframes bba-pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 0.5;
	}

	50% {
		transform: scale(1.09);
		opacity: 0.15;
	}
}

/* --------------------------------------------------------------------------
   8. Product cards
   -------------------------------------------------------------------------- */

.grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--md);
}

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

.pcard {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	overflow: hidden;
	transition: transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease),
		border-color var(--speed) var(--ease);
}

.pcard:hover {
	transform: translateY(-3px);
	box-shadow: var(--sh-2);
	border-color: var(--border-strong);
}

/* The visual is a self-contained box. Nothing from the information area may
   sit inside it, and it never grows or shrinks with the title. */
.pcard__art {
	position: relative;
	aspect-ratio: 16 / 10;
	flex: none;
	background: var(--bg-cool);
	border-bottom: 1px solid var(--border);
	overflow: hidden;
}

.pcard__art img,
.pcard__art svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pcard__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
	flex: 1;
}

.pcard__prov {
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-faint);
}

/* The title is product information, so it wraps rather than truncating.
   min-height reserves two lines to keep cards in a row aligned; a title that
   needs a third line simply takes it. */
.pcard__name {
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 92, 'opsz' 18;
	font-size: 17.5px;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.3;
	color: var(--ink);
	min-height: calc(2 * 1.3em);
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
	text-wrap: pretty;
}

.pcard__name a {
	display: block;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}

.pcard__name a::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: var(--r-panel);
}

/* Specification chips wrap inside a card. The global chip is nowrap, which
   would push a long specification past the card edge. */
.pcard__body .chip {
	white-space: normal;
	max-width: 100%;
	line-height: 1.35;
	text-align: left;
}

.pcard__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px var(--sm);
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid var(--border);
}

.pcard__price {
	font-size: 19px;
	font-weight: 600;
}

.pcard__cta {
	position: relative;
	z-index: 1;
}

.pcard[hidden] {
	display: none;
}

/* Compact variant for dense collections */

.grid--compact .pcard__art {
	aspect-ratio: 16 / 7;
}

.grid--compact .pcard__body {
	padding: 15px;
	gap: 8px;
}

.grid--compact .pcard__name {
	font-size: 15.5px;
}

.bba-group {
	margin-top: var(--lg);
	margin-bottom: var(--sm);
}

.bba-group--first {
	margin-top: 0;
}

.empty {
	padding: var(--lg);
	text-align: center;
	color: var(--ink-muted);
	background: var(--surface);
	border: 1px dashed var(--border-strong);
	border-radius: var(--r-panel);
}

/* Filter strip */

.filters {
	display: flex;
	flex-direction: column;
	gap: var(--sm);
	padding: var(--sm);
	margin-bottom: var(--md);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
}

.filters__row {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sm);
	align-items: center;
}

.filters__group {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
}

.fchip {
	padding: 8px 14px;
	background: transparent;
	border: 1px solid var(--border-strong);
	border-radius: var(--r-ctl);
	font-size: 13px;
	font-weight: 500;
	color: var(--ink);
	cursor: pointer;
	transition: background var(--speed) var(--ease), border-color var(--speed) var(--ease),
		color var(--speed) var(--ease);
}

.fchip:hover {
	background: var(--sunk);
}

.fchip[aria-pressed='true'] {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--surface);
}

.filters__count {
	margin-left: auto;
	font-family: var(--font-mono);
	font-size: 12px;
	color: var(--ink-muted);
	font-variant-numeric: tabular-nums;
}

.filters select {
	padding: 9px 12px;
	background: var(--surface);
	border: 1px solid var(--border-strong);
	border-radius: var(--r-ctl);
	font-size: 13px;
	cursor: pointer;
}

/* --------------------------------------------------------------------------
   9. Provider bento
   -------------------------------------------------------------------------- */

.pbento {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--sm);
}

.ptile {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: var(--md);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	overflow: hidden;
	transition: transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
}

.ptile::after {
	content: '';
	position: absolute;
	inset: auto -30% -60% auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: var(--hue, var(--accent));
	opacity: 0.07;
	transition: opacity var(--speed) var(--ease), transform var(--speed) var(--ease);
}

.ptile:hover {
	transform: translateY(-3px);
	box-shadow: var(--sh-2);
}

.ptile:hover::after {
	opacity: 0.13;
	transform: scale(1.15);
}

.ptile--wide {
	grid-column: span 2;
}

.ptile__name {
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 90, 'opsz' 24;
	font-size: clamp(18px, 1.7vw, 22px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.ptile__for {
	font-size: 13.5px;
	color: var(--ink-muted);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ptile__foot {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--sm);
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid var(--border);
	font-family: var(--font-mono);
	font-size: 12px;
	color: var(--ink-faint);
	font-variant-numeric: tabular-nums;
}

.ptile__price {
	color: var(--ink);
	font-size: 14px;
	font-weight: 600;
}

.ptile__link::after {
	content: '';
	position: absolute;
	inset: 0;
}

/* --------------------------------------------------------------------------
   10. Collections
   -------------------------------------------------------------------------- */

.cols {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
	gap: var(--sm);
}

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

.col {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: var(--lg);
	padding: var(--lg);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	overflow: hidden;
	transition: transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
}

.col:hover {
	transform: translateY(-3px);
	box-shadow: var(--sh-2);
}

.col--lead {
	grid-row: span 2;
	background: linear-gradient(160deg, var(--accent-tint) 0%, var(--surface) 78%);
	border-color: var(--accent-line);
}

.col--flat {
	grid-row: auto;
}

.col__stack {
	display: grid;
	gap: var(--sm);
}

.col__title {
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 88, 'opsz' 40;
	font-size: clamp(23px, 2.4vw, 32px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.06;
}

.col--lead .col__title {
	font-size: clamp(28px, 3.2vw, 44px);
}

.col__lede {
	margin-top: 12px;
	max-width: 44ch;
	font-size: 15px;
	color: var(--ink-muted);
}

.col__peek {
	display: grid;
	gap: 1px;
}

.col__peekrow {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--sm);
	padding: 9px 0;
	border-top: 1px solid var(--accent-line);
	font-size: 14px;
}

.col__peekrow .price {
	font-size: 13.5px;
}

.col__foot {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--md);
}

.col__n {
	display: block;
	font-family: var(--font-mono);
	font-size: clamp(30px, 3.6vw, 48px);
	font-weight: 700;
	line-height: 1;
	color: var(--accent);
	font-variant-numeric: tabular-nums;
}

.col__nlabel {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ink-muted);
}

.col__go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--accent);
	transition: gap var(--speed) var(--ease);
}

.col:hover .col__go {
	gap: 13px;
}

.col__link::after {
	content: '';
	position: absolute;
	inset: 0;
}

/* --------------------------------------------------------------------------
   11. Split, rail, steps
   -------------------------------------------------------------------------- */

.split {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(32px, 5vw, 80px);
	align-items: start;
}

.aud {
	border-top: 1px solid var(--border);
}

.sec--ink .aud {
	border-color: var(--on-ink-rule);
}

.aud__item {
	padding: var(--md) 0;
	border-bottom: 1px solid var(--border);
}

.sec--ink .aud__item {
	border-color: var(--on-ink-rule);
}

.aud__q {
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 90, 'opsz' 22;
	font-size: clamp(18px, 1.7vw, 22px);
	font-weight: 700;
	letter-spacing: -0.025em;
}

.aud__body {
	margin-top: 10px;
	max-width: 64ch;
	font-size: 15.5px;
	color: var(--ink-muted);
}

.sec--ink .aud__body {
	color: var(--on-ink);
}

.aud__list {
	margin-top: 14px;
	display: grid;
	gap: 8px;
}

.aud__list li {
	position: relative;
	padding-left: 24px;
	font-size: 14.5px;
	color: var(--ink-muted);
}

.sec--ink .aud__list li {
	color: var(--on-ink);
}

.aud__list li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: var(--accent);
}

.sec--ink .aud__list li::before {
	background: var(--accent-on-ink);
}

.rail {
	display: flex;
	gap: 0;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	padding-bottom: var(--sm);
	margin-top: var(--lg);
}

.rail__item {
	flex: 0 0 clamp(250px, 25vw, 310px);
	padding: 0 var(--md);
	border-left: 1px solid var(--on-ink-rule);
	scroll-snap-align: start;
}

.rail__item:first-child {
	padding-left: 0;
	border-left: 0;
}

.rail__title {
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 90, 'opsz' 22;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: var(--surface);
}

.rail__body {
	margin-top: 10px;
	font-size: 14.5px;
	color: var(--on-ink);
}

.rail .aud__list {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--on-ink-rule);
}

.steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--sm);
}

.step {
	position: relative;
	padding: var(--md);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
}

.step__k {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: var(--r-mark);
	background: var(--accent-tint);
	color: var(--accent);
	font-family: var(--font-mono);
	font-size: 13px;
	font-weight: 700;
}

.step__t {
	margin-top: 14px;
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 92, 'opsz' 18;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.step__b {
	margin-top: 8px;
	font-size: 14.5px;
	color: var(--ink-muted);
}

/* --------------------------------------------------------------------------
   12. FAQ
   -------------------------------------------------------------------------- */

.faq {
	max-width: 900px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	overflow: hidden;
}

.faq__i + .faq__i {
	border-top: 1px solid var(--border);
}

.faq__q {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--md);
	width: 100%;
	padding: var(--md);
	background: none;
	border: 0;
	text-align: left;
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 92, 'opsz' 18;
	font-size: clamp(16.5px, 1.5vw, 19px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.34;
	color: var(--ink);
	cursor: pointer;
	transition: background var(--speed) var(--ease);
}

.faq__q:hover {
	background: var(--bg-cool);
}

.faq__q .ico {
	flex: none;
	margin-top: 3px;
	color: var(--accent);
	transition: transform var(--speed) var(--ease);
}

.faq__q[aria-expanded='true'] .ico {
	transform: rotate(180deg);
}

.faq__a {
	padding: 0 var(--md) var(--md);
	max-width: 68ch;
	color: var(--ink-muted);
	font-size: 15.5px;
}

.faq__a strong {
	color: var(--ink);
	font-weight: 600;
}

/* --------------------------------------------------------------------------
   13. Long-form article
   -------------------------------------------------------------------------- */

.article {
	display: grid;
	grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: start;
}

.toc {
	position: sticky;
	top: 110px;
	padding: var(--md);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
}

.toc__t {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ink-faint);
	padding-bottom: 10px;
	border-bottom: 1px solid var(--border);
}

.toc__l {
	margin-top: 8px;
	display: grid;
	gap: 1px;
	max-height: calc(100vh - 240px);
	overflow-y: auto;
}

.toc__l a {
	display: block;
	padding: 8px 10px;
	border-radius: var(--r-ctl);
	font-size: 13.5px;
	line-height: 1.35;
	color: var(--ink-muted);
	transition: background var(--speed) var(--ease), color var(--speed) var(--ease);
}

.toc__l a:hover {
	background: var(--bg-cool);
	color: var(--ink);
}

.toc__l a.is-active {
	background: var(--accent-tint);
	color: var(--accent);
	font-weight: 600;
}

.prose {
	max-width: 72ch;
	font-size: 16.5px;
	line-height: 1.7;
	color: #29332e;
}

.prose > * + * {
	margin-top: 18px;
}

.prose h2 {
	margin-top: var(--xl);
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 90, 'opsz' 36;
	font-size: clamp(25px, 2.7vw, 34px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.14;
	color: var(--ink);
	padding-top: var(--md);
	border-top: 1px solid var(--border);
	scroll-margin-top: 120px;
}

.prose h3 {
	margin-top: var(--lg);
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 92, 'opsz' 24;
	font-size: clamp(18px, 1.9vw, 23px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.24;
	color: var(--ink);
	scroll-margin-top: 120px;
}

.prose h4 {
	margin-top: var(--md);
	font-size: 17px;
	font-weight: 600;
	color: var(--ink);
}

.prose strong {
	font-weight: 600;
	color: var(--ink);
}

.prose a {
	color: var(--accent);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.prose ul,
.prose ol {
	display: grid;
	gap: 9px;
}

.prose li {
	position: relative;
	padding-left: 26px;
}

.prose ul > li::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: var(--accent);
}

.prose ol {
	counter-reset: pl;
}

.prose ol > li {
	counter-increment: pl;
}

.prose ol > li::before {
	content: counter(pl);
	position: absolute;
	left: 0;
	top: 0;
	font-family: var(--font-mono);
	font-size: 13px;
	color: var(--accent);
	font-variant-numeric: tabular-nums;
}

.prose .tw {
	overflow-x: auto;
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	background: var(--surface);
	box-shadow: var(--sh-1);
}

.prose table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14.5px;
}

.prose th,
.prose td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid var(--border);
	vertical-align: top;
}

.prose thead th {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink-muted);
	background: var(--sunk);
	white-space: nowrap;
}

.prose tr:last-child td,
.prose tr:last-child th {
	border-bottom: 0;
}

.prose__rowhead {
	background: transparent;
	text-transform: none;
	font-family: var(--font-body);
	font-size: 15px;
	letter-spacing: 0;
	color: var(--ink);
	font-weight: 600;
}

.prose blockquote {
	padding: var(--sm) var(--md);
	background: var(--bg-cool);
	border-left: 3px solid var(--accent);
	border-radius: 0 var(--r-ctl) var(--r-ctl) 0;
	color: var(--ink-muted);
}

/* --------------------------------------------------------------------------
   14. Page head, breadcrumbs, stats
   -------------------------------------------------------------------------- */

.crumbs {
	padding-block: var(--sm);
	font-size: 13px;
	color: var(--ink-muted);
}

.crumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.crumbs li + li::before {
	content: '/';
	margin-right: 6px;
	color: var(--border-strong);
}

.crumbs a,
.crumbs span {
	display: inline-block;
	padding-block: 4px;
}

.crumbs a:hover {
	color: var(--accent);
}

.phead {
	position: relative;
	padding-top: var(--md);
	padding-bottom: var(--xl);
	overflow: hidden;
	background: linear-gradient(180deg, var(--bg) 0%, var(--bg-cool) 100%);
	border-bottom: 1px solid var(--border);
}

.phead__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: var(--lg);
	align-items: end;
}

.phead__mark {
	display: flex;
	align-items: center;
	gap: var(--sm);
	margin-bottom: var(--md);
}

.phead__for {
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.05em;
	color: var(--ink-muted);
	max-width: 44ch;
}

.phead__lede {
	margin-top: var(--md);
	max-width: 62ch;
	font-size: 17.5px;
	color: var(--ink-muted);
}

.phead__stats {
	display: flex;
	gap: var(--sm);
	flex: none;
}

.stat {
	padding: 14px 20px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	min-width: 108px;
}

.stat__n {
	font-family: var(--font-mono);
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 700;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.stat__l {
	margin-top: 8px;
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ink-faint);
}

/* --------------------------------------------------------------------------
   15. Product detail
   -------------------------------------------------------------------------- */

.pdp {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 400px);
	gap: clamp(32px, 4vw, 64px);
	align-items: start;
	padding-block: var(--lg) var(--xxl);
}

/* Gallery */

.gal__stage {
	position: relative;
	aspect-ratio: 16 / 10;
	background: var(--bg-cool);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	overflow: hidden;
}

.gal__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 260ms var(--ease);
}

.gal__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.gal__slide img,
.gal__slide svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gal__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(253, 253, 252, 0.92);
	border: 1px solid var(--border);
	border-radius: var(--r-ctl);
	color: var(--ink);
	cursor: pointer;
	box-shadow: var(--sh-1);
	transition: background var(--speed) var(--ease);
}

.gal__nav:hover {
	background: var(--surface);
}

.gal__nav--prev {
	left: 12px;
}

.gal__nav--next {
	right: 12px;
}

.gal__nav .ico {
	width: 18px;
	height: 18px;
}

.gal__zoom {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 13px;
	background: rgba(253, 253, 252, 0.92);
	border: 1px solid var(--border);
	border-radius: var(--r-ctl);
	font-size: 12.5px;
	font-weight: 600;
	color: var(--ink);
	cursor: pointer;
	box-shadow: var(--sh-1);
}

.gal__thumbs {
	display: flex;
	gap: 10px;
	margin-top: 12px;
}

.gal__thumb {
	flex: 1;
	max-width: 130px;
	aspect-ratio: 16 / 10;
	padding: 0;
	background: var(--bg-cool);
	border: 1px solid var(--border);
	border-radius: var(--r-ctl);
	overflow: hidden;
	cursor: pointer;
	transition: border-color var(--speed) var(--ease), transform var(--speed) var(--ease);
}

.gal__thumb:hover {
	transform: translateY(-2px);
}

.gal__thumb[aria-selected='true'] {
	border-color: var(--accent);
	box-shadow: 0 0 0 2px var(--accent-tint);
}

.gal__thumb img,
.gal__thumb svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Lightbox */

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: grid;
	place-items: center;
	padding: var(--md);
	background: rgba(14, 21, 18, 0.82);
	backdrop-filter: blur(4px);
}

.lightbox[hidden] {
	display: none;
}

.lightbox__inner {
	width: min(1000px, 100%);
	aspect-ratio: 16 / 10;
	background: var(--surface);
	border-radius: var(--r-panel);
	overflow: hidden;
	box-shadow: var(--sh-pop);
}

.lightbox__inner img,
.lightbox__inner svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lightbox__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--surface);
	border: 0;
	border-radius: var(--r-ctl);
	cursor: pointer;
	color: var(--ink);
}

/* Buy panel */

.pdp__buy {
	position: sticky;
	top: 108px;
	padding: var(--lg);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-2);
}

.pdp__price {
	font-family: var(--font-mono);
	font-size: clamp(30px, 3.2vw, 40px);
	font-weight: 700;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.pdp__buy form.cart {
	margin-top: var(--md);
	display: grid;
	gap: var(--sm);
}

.pdp__buy .quantity {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pdp__buy .quantity label {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink-faint);
}

.pdp__buy .quantity input {
	width: 84px;
	padding: 12px;
	background: var(--sunk);
	border: 1px solid var(--border);
	border-radius: var(--r-ctl);
	font-family: var(--font-mono);
	text-align: center;
}

.pdp__buy button[type='submit'],
.pdp__buy .single_add_to_cart_button {
	width: 100%;
	padding: 16px 24px;
	background: var(--accent);
	color: var(--surface);
	border: 0;
	border-radius: var(--r-ctl);
	font-family: var(--font-body);
	font-size: 15.5px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(14, 21, 18, 0.08), 0 6px 18px rgba(11, 93, 59, 0.16);
	transition: background var(--speed) var(--ease), transform var(--speed) var(--ease);
}

.pdp__buy button[type='submit']:hover {
	background: var(--accent-deep);
	transform: translateY(-1px);
}

.pdp__ask {
	margin-top: var(--md);
	padding-top: var(--md);
	border-top: 1px solid var(--border);
}

.pdp__asklabel {
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ink-faint);
	margin-bottom: 10px;
}

.pdp__assure {
	margin-top: var(--md);
	padding-top: var(--md);
	border-top: 1px solid var(--border);
	display: grid;
	gap: 10px;
}

.pdp__assure li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: var(--ink-muted);
}

.pdp__assure .ico {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	color: var(--accent);
	flex: none;
}

.pdp__spec {
	margin-top: var(--lg);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	overflow: hidden;
}

.pdp__spec div {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: var(--md);
	padding: 14px var(--md);
	font-size: 15px;
}

.pdp__spec div + div {
	border-top: 1px solid var(--border);
}

.pdp__spec dt {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink-faint);
	padding-top: 3px;
}

.pdp__spec a {
	color: var(--accent);
	font-weight: 600;
}

/* WooCommerce notices */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 14px var(--md);
	margin-bottom: var(--md);
	background: var(--accent-tint);
	border: 1px solid var(--accent-line);
	border-radius: var(--r-ctl);
	font-size: 15px;
	list-style: none;
}

.woocommerce-error {
	background: var(--danger-soft);
	border-color: #e6cdc6;
}

.woocommerce-message .button,
.woocommerce-info .button {
	float: right;
	color: var(--accent);
	font-weight: 600;
	text-decoration: underline;
}

.woo-wrap {
	padding-block: var(--lg) var(--xxl);
}

/* WooCommerce's own button palette is switched off by the
   woocommerce-block-theme-has-button-styles body class, so every WooCommerce
   button is styled here on the brand instead. */

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 22px;
	background: var(--surface);
	color: var(--ink);
	border: 1px solid var(--border-strong);
	border-radius: var(--r-ctl);
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-shadow: none;
	cursor: pointer;
	transition: background var(--speed) var(--ease), border-color var(--speed) var(--ease),
		transform var(--speed) var(--ease);
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover {
	background: var(--sunk);
	border-color: var(--ink);
	transform: translateY(-1px);
}

.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce button.single_add_to_cart_button,
.wc-block-components-button.contained {
	background: var(--accent);
	color: var(--surface);
	border-color: var(--accent);
	box-shadow: 0 1px 2px rgba(14, 21, 18, 0.08), 0 6px 18px rgba(11, 93, 59, 0.16);
}

.woocommerce .button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.single_add_to_cart_button:hover,
.wc-block-components-button.contained:hover {
	background: var(--accent-deep);
	border-color: var(--accent-deep);
	color: var(--surface);
}

.woocommerce .button:focus-visible,
.wc-block-components-button:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.cfgnote {
	padding: 12px var(--md);
	background: var(--warning-soft);
	border: 1px solid #e6dcbe;
	border-radius: var(--r-ctl);
	color: var(--warning);
	font-size: 14px;
}

/* --------------------------------------------------------------------------
   16. Contact
   -------------------------------------------------------------------------- */

.chan {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.chan--stack {
	flex-direction: column;
	align-items: stretch;
}

.chan__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 20px;
	border: 1px solid var(--border-strong);
	border-radius: var(--r-ctl);
	background: var(--surface);
	font-size: 14.5px;
	font-weight: 600;
	color: var(--ink);
	transition: border-color var(--speed) var(--ease), background var(--speed) var(--ease),
		transform var(--speed) var(--ease);
}

.chan__btn:hover {
	border-color: var(--accent);
	background: var(--accent-tint);
	transform: translateY(-1px);
}

.chan__btn .ico {
	width: 19px;
	height: 19px;
	color: var(--accent);
}

.chan__btn--telegram .ico {
	color: var(--tg-ink);
}

.chan__btn--whatsapp .ico {
	color: var(--wa-ink);
}

.chan__btn--telegram:hover {
	border-color: var(--tg-ink);
	background: rgba(38, 165, 228, 0.08);
}

.chan__btn--whatsapp:hover {
	border-color: var(--wa-ink);
	background: rgba(37, 211, 102, 0.1);
}

/* Contact page: two prominent channel cards. */

.closer__ask {
	margin: var(--md) 0 10px;
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ink-faint);
}

.chancards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--md);
}

.chancard {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: var(--md);
	padding: var(--lg);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	transition: transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease),
		border-color var(--speed) var(--ease);
}

.chancard:hover {
	transform: translateY(-3px);
	box-shadow: var(--sh-2);
}

.chancard__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: var(--r-panel);
	flex: none;
}

.chancard__icon .ico {
	width: 30px;
	height: 30px;
}

.chancard--telegram:hover {
	border-color: var(--tg-ink);
}

.chancard--telegram .chancard__icon {
	background: rgba(38, 165, 228, 0.12);
}

.chancard--telegram .chancard__icon .ico {
	color: var(--tg-ink);
}

.chancard--whatsapp:hover {
	border-color: var(--wa-ink);
}

.chancard--whatsapp .chancard__icon {
	background: rgba(37, 211, 102, 0.14);
}

.chancard--whatsapp .chancard__icon .ico {
	color: var(--wa-ink);
}

.chancard__name {
	display: block;
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 90, 'opsz' 26;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.chancard__blurb {
	display: block;
	margin-top: 6px;
	font-size: 15px;
	color: var(--ink-muted);
}

.chancard__go .ico {
	width: 20px;
	height: 20px;
	color: var(--accent);
}

.chancard:hover .chancard__go .ico {
	transform: translateX(3px);
	transition: transform var(--speed) var(--ease);
}

/* Footer channel links carry their glyphs too. */

.foot__l--chan {
	gap: 10px;
}

.foot__chan {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.foot__chan .ico {
	width: 18px;
	height: 18px;
}

.foot__chan--telegram .ico {
	color: var(--tg);
}

.foot__chan--whatsapp .ico {
	color: var(--wa);
}

.sec--ink .chan__btn {
	background: transparent;
	border-color: var(--on-ink-rule);
	color: var(--surface);
}

.sec--ink .chan__btn:hover {
	background: rgba(253, 253, 252, 0.06);
	border-color: var(--on-ink-muted);
}

.sec--ink .chan__btn .ico {
	color: var(--accent-on-ink);
}

.float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 80;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	gap: 10px;
}

.float__panel {
	display: grid;
	gap: 6px;
	padding: 9px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-pop);
}

.float__panel[hidden] {
	display: none;
}

.float__panel a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: var(--r-ctl);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	transition: background var(--speed) var(--ease);
}

.float__panel a:hover {
	background: var(--bg-cool);
}

.float__panel .ico {
	color: var(--accent);
}

.float__panel a[class*='telegram'] .ico,
.float__panel .ico--telegram {
	color: var(--tg-ink);
}

.float__panel a[class*='whatsapp'] .ico,
.float__panel .ico--whatsapp {
	color: var(--wa-ink);
}

.float__toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 20px;
	background: var(--accent);
	color: var(--surface);
	border: 0;
	border-radius: 999px;
	font-family: var(--font-body);
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: var(--sh-pop);
	transition: background var(--speed) var(--ease), transform var(--speed) var(--ease);
}

.float__toggle:hover {
	background: var(--accent-deep);
	transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   17. Footer
   -------------------------------------------------------------------------- */

.foot {
	position: relative;
	background: var(--ink);
	color: var(--on-ink);
	padding-top: var(--xl);
	font-size: 14.5px;
	overflow: hidden;
}

.foot .texture {
	opacity: 0.05;
}

.foot__lead {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: var(--lg);
	align-items: end;
	padding-bottom: var(--lg);
	border-bottom: 1px solid var(--on-ink-rule);
}

.foot__claim {
	max-width: 24ch;
	margin-top: var(--md);
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 88, 'opsz' 40;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.06;
	color: var(--surface);
}

.foot__cols {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--lg);
	padding-block: var(--lg);
}

.foot__ct {
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--on-ink-muted);
	margin-bottom: var(--sm);
}

.foot__l {
	display: grid;
	gap: 8px;
}

.foot__l a {
	display: inline-block;
	padding-block: 3px;
	color: #cfd6d2;
	transition: color var(--speed) var(--ease);
}

.foot__l a:hover {
	color: var(--accent-on-ink);
}

.foot__bot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--sm);
	padding-block: var(--md);
	border-top: 1px solid var(--on-ink-rule);
	font-size: 13px;
	color: var(--on-ink-muted);
}

.foot__legal {
	display: flex;
	flex-wrap: wrap;
	gap: var(--md);
}

.foot__dis {
	padding-bottom: var(--md);
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--on-ink-muted);
	max-width: 108ch;
}

/* --------------------------------------------------------------------------
   18. Search results
   -------------------------------------------------------------------------- */

.sres {
	padding-block: var(--lg) var(--xxl);
}

.sres__group + .sres__group {
	margin-top: var(--xl);
}

.sres__pages {
	display: grid;
	gap: var(--sm);
}

.sres__page {
	display: block;
	padding: var(--md);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--r-panel);
	box-shadow: var(--sh-1);
	transition: transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
}

.sres__page:hover {
	transform: translateY(-2px);
	box-shadow: var(--sh-2);
}

.sres__page h3 {
	font-family: var(--font-display);
	font-variation-settings: 'wdth' 92, 'opsz' 20;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.sres__page p {
	margin-top: 6px;
	max-width: 74ch;
	font-size: 14.5px;
	color: var(--ink-muted);
}

/* --------------------------------------------------------------------------
   19. Motion
   -------------------------------------------------------------------------- */

.has-js .reveal {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 380ms var(--ease), transform 380ms var(--ease);
}

.has-js .reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}

	.has-js .reveal {
		opacity: 1;
		transform: none;
	}

	.has-js .heroart__ring,
	.has-js .heroart__chip,
	.has-js .heroart__pulse {
		animation: none;
	}
}

/* --------------------------------------------------------------------------
   20. Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1240px) {
	.grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pbento {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Keep the primary nav on one line all the way down to the drawer. */
@media (max-width: 1320px) and (min-width: 1021px) {
	.nav__link {
		padding-inline: 8px;
		font-size: 13.5px;
	}

	.brand__word {
		font-size: 17px;
	}

	.tools {
		padding-left: 8px;
		margin-left: 2px;
	}

	.tools__btn {
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 1100px) {
	.foot__cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.article {
		grid-template-columns: 1fr;
	}

	.toc {
		position: static;
	}

	.toc__l {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: none;
	}
}

@media (max-width: 1020px) {
	.nav,
	.util__note {
		display: none;
	}

	/* The two channels stay visible in the top bar on mobile. */
	.util__in {
		justify-content: center;
	}

	.util__links {
		gap: 8px;
	}

	.burger {
		display: inline-flex;
	}

	.tools {
		margin-left: auto;
	}

	.hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: var(--lg);
	}

	.heroart {
		max-width: 420px;
		order: -1;
	}
}

@media (max-width: 980px) {
	.grid,
	.grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.ptile--wide {
		grid-column: span 2;
	}

	.split,
	.pdp {
		grid-template-columns: 1fr;
	}

	.pdp__buy {
		position: static;
	}

	.cols,
	.cols--two {
		grid-template-columns: 1fr;
	}

	.col--lead {
		grid-row: auto;
	}

	.foot__lead {
		grid-template-columns: 1fr;
		align-items: start;
	}
}

@media (max-width: 900px) {
	:root {
		--gutter: 20px;
		--xxl: 80px;
		--xl: 60px;
	}

	.phead__grid {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.shead {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--md);
	}

	.pdp__spec div {
		grid-template-columns: 130px 1fr;
		gap: var(--sm);
	}
}

@media (max-width: 720px) {
	.chancards {
		grid-template-columns: 1fr;
	}

	.chancard {
		padding: var(--md);
		gap: var(--sm);
	}

	.chancard__icon {
		width: 50px;
		height: 50px;
	}

	.chancard__name {
		font-size: 20px;
	}

	.mega__grid {
		grid-template-columns: 1fr;
	}

	.steps {
		grid-template-columns: 1fr;
	}

	.foot__cols {
		grid-template-columns: 1fr;
		gap: var(--md);
	}

	.toc__l {
		grid-template-columns: 1fr;
	}

	.filters__group {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		width: 100%;
		min-width: 0;
		padding-bottom: 2px;
		scroll-snap-type: x proximity;
	}

	.filters__group::-webkit-scrollbar {
		display: none;
	}

	.filters__group .fchip {
		flex: none;
		scroll-snap-align: start;
	}

	.phead__stats {
		width: 100%;
	}

	.stat {
		flex: 1;
		min-width: 0;
		padding: 12px 14px;
	}

	.pdp__spec div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.gal__thumb {
		max-width: none;
	}

	.float {
		right: 14px;
		bottom: 14px;
	}
}

@media (max-width: 560px) {
	/* Keep the hero headline and its primary action inside the first screen. */
	.heroart {
		max-width: 252px;
	}

	.hero__grid {
		gap: var(--md);
	}

	.hero__trust {
		gap: 10px var(--md);
	}

	.grid,
	.grid--3,
	.pbento {
		grid-template-columns: 1fr;
	}

	.ptile--wide {
		grid-column: span 1;
	}

	.grid--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.grid--compact .pcard__body {
		padding: 12px;
	}

	.grid--compact .pcard__name {
		font-size: 14px;
	}

	.grid--compact .pcard__foot {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}
}

/* Mobile drawer */

.drawer {
	position: fixed;
	inset: 0;
	z-index: 120;
	background: var(--bg);
	overflow-y: auto;
	padding: var(--md) var(--gutter) var(--xl);
}

.drawer[hidden] {
	display: none;
}

.drawer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sm);
	padding-bottom: var(--md);
	border-bottom: 1px solid var(--border);
}

.drawer__sec {
	padding-block: var(--md);
	border-bottom: 1px solid var(--border);
}

.drawer__l {
	display: grid;
	gap: 2px;
	margin-top: 10px;
}

.drawer__l a {
	display: flex;
	align-items: center;
	gap: var(--sm);
	padding: 12px;
	margin-inline: -12px;
	border-radius: var(--r-ctl);
	font-size: 15.5px;
	font-weight: 600;
}

.drawer__l a:hover {
	background: var(--surface);
}

.drawer__l .price {
	margin-left: auto;
	font-size: 13px;
	color: var(--ink-muted);
	font-weight: 500;
}

.drawer__prime {
	display: grid;
	gap: 10px;
	margin-top: var(--md);
}
