/* Self hosted fonts. Removes two third party connections and lets the display face
   be preloaded, which was the main source of layout shift on the hero headline. */

@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: url("../../assets/fonts/oswald-latin-400-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 600;
	font-display: optional;
	src: url("../../assets/fonts/oswald-latin-600-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-display: optional;
	src: url("../../assets/fonts/oswald-latin-700-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../../assets/fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../../assets/fonts/inter-latin-600-normal.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../../assets/fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../../assets/fonts/ibm-plex-mono-latin-600-normal.woff2") format("woff2");
}

/* Metric adjusted fallbacks. Without these the swap from Arial Narrow to Oswald
   visibly reflows the hero headline and costs Cumulative Layout Shift. */
@font-face {
	font-family: "Oswald Fallback";
	src: local("Arial"), local("Roboto"), local("Helvetica Neue"), local("Liberation Sans"), local("DejaVu Sans");
	size-adjust: 80%;
	ascent-override: 149%;
	descent-override: 36%;
	line-gap-override: 0%;
}
@font-face {
	font-family: "Inter Fallback";
	src: local("Arial"), local("Roboto"), local("Helvetica Neue"), local("Liberation Sans"), local("DejaVu Sans");
	size-adjust: 107%;
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}
@font-face {
	font-family: "Mono Fallback";
	src: local("Courier New"), local("DejaVu Sans Mono"), local("Liberation Mono"), local("monospace");
	size-adjust: 96%;
	ascent-override: 107%;
	descent-override: 29%;
	line-gap-override: 0%;
}

/* Wandering Through Mankind
   Palette taken from Leon's own photographs: road dust, laterite, kitenge red, tar. */

:root {
	--dust: #EDE7DD;
	--paint: #F7F5F1;
	--tar: #16181A;
	--tar-soft: #2A2E31;
	--laterite: #A4442A;
	--kitenge: #CE1B2B;
	--sky: #7FA8C4;
	--rule: rgba(22, 24, 26, 0.14);
	--rule-dark: rgba(247, 245, 241, 0.18);

	--display: "Oswald", "Oswald Fallback", "Arial Narrow", Impact, sans-serif;
	--body: "Inter", "Inter Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--mono: "IBM Plex Mono", "Mono Fallback", ui-monospace, SFMono-Regular, Menlo, monospace;

	--wrap: 1120px;
	--gap: 24px;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }

body.wtm {
	margin: 0;
	overflow-x: clip;
	background: var(--dust);
	color: var(--tar);
	font-family: var(--body);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

.wtm-sr, .wtm-skip {
	position: absolute; width: 1px; height: 1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

.wtm-skip:focus {
	position: fixed; top: 8px; left: 8px; z-index: 200;
	width: auto; height: auto; clip: auto;
	padding: 10px 16px; background: var(--tar); color: var(--paint);
}

:focus-visible { outline: 3px solid var(--kitenge); outline-offset: 2px; }

.wtm-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.wtm-limit { max-width: 62ch; }
.wtm-centre { text-align: center; margin-top: 32px; }
.wtm-centre-text { text-align: center; margin-inline: auto; }

/* ---------- Type ---------- */

.wtm-h1 {
	font-family: var(--display);
	font-weight: 700;
	font-size: clamp(2.4rem, 9vw, 5.4rem);
	line-height: 0.94;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.wtm-h2 {
	font-family: var(--display);
	font-weight: 600;
	font-size: clamp(1.7rem, 5vw, 2.9rem);
	line-height: 1.04;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.wtm-eyebrow {
	font-family: var(--mono);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--laterite);
	margin: 0 0 12px;
}

.wtm-lede { font-size: 1.12rem; margin: 0 0 24px; }
.wtm-fine { font-size: 0.82rem; color: #55565a; margin: 8px 0 0; }
.wtm-prose p { margin: 0 0 1em; }
.wtm-prose-lg p { font-size: 1.1rem; }

/* Kilometre post marker, the structural device */
.wtm-post {
	font-family: var(--mono);
	font-weight: 600;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid var(--tar);
	background: var(--paint);
	margin: 0 0 14px;
}

.wtm-post-sm {
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	padding: 2px 7px;
	border: 1px solid currentColor;
	display: inline-block;
}

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

.wtm-btn {
	display: inline-block;
	font-family: var(--display);
	font-weight: 600;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 24px;
	border: 2px solid currentColor;
	background: transparent;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.wtm-btn:hover { transform: translateY(-2px); }
.wtm-btn-lg { padding: 16px 32px; font-size: 1.05rem; }

.wtm-btn-hot {
	background: var(--kitenge);
	border-color: var(--kitenge);
	color: var(--paint);
}

.wtm-btn-hot:hover { background: #b01623; border-color: #b01623; }
.wtm-btn-line:hover { background: var(--tar); color: var(--dust); }

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

.wtm-bar {
	position: sticky; top: 0; z-index: 100;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-areas: "logo cta" "nav nav";
	align-items: center;
	gap: 8px 14px;
	padding: 9px 16px 0;
	background: rgba(237, 231, 221, 0.96);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--rule);
}

.wtm-logo { grid-area: logo; }
.wtm-nav { grid-area: nav; }
.wtm-bar-cta { grid-area: cta; }

.wtm-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.wtm-logo-mark { width: 15px; color: var(--laterite); flex: none; }
.wtm-logo-mark svg { width: 100%; display: block; }
.wtm-logo-type { display: flex; flex-direction: column; line-height: 1; }
.wtm-logo-type b { font-family: var(--display); font-weight: 700; font-size: 1.08rem; text-transform: uppercase; letter-spacing: 0.01em; }
.wtm-logo-type i { font-family: var(--display); font-style: normal; font-weight: 400; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.14em; }
.wtm-logo-type em { font-family: var(--mono); font-style: normal; font-size: 0.6rem; letter-spacing: 0.08em; color: var(--laterite); margin-top: 3px; }

.wtm-nav {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	scrollbar-width: none;
	margin: 0 -16px;
	padding: 0 16px;
	border-top: 1px solid var(--rule);
}
.wtm-nav::-webkit-scrollbar { display: none; }

.wtm-nav a {
	font-family: var(--display);
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	text-decoration: none;
	white-space: nowrap;
	padding: 11px 12px;
	border-bottom: 3px solid transparent;
	color: var(--tar);
	opacity: 0.72;
}
.wtm-nav a:first-child { padding-left: 0; }
.wtm-nav a:hover, .wtm-nav a[aria-current] { border-bottom-color: var(--kitenge); opacity: 1; }

.wtm-bar-cta { padding: 10px 16px; font-size: 0.82rem; }

@media (min-width: 860px) {
	.wtm-bar {
		grid-template-columns: auto 1fr auto;
		grid-template-areas: "logo nav cta";
		padding: 14px 28px;
		gap: 28px;
	}
	.wtm-nav {
		justify-content: flex-end;
		gap: 26px;
		overflow: visible;
		margin: 0;
		padding: 0;
		border-top: 0;
	}
	.wtm-nav a { font-size: 0.92rem; padding: 4px 0; border-bottom-width: 2px; opacity: 1; }
	.wtm-nav a:first-child { padding-left: 0; }
}

/* ---------- Hero ---------- */

.wtm-hero { position: relative; padding: 64px 0 72px; overflow: hidden; }

.wtm-hero.has-media { color: var(--paint); background: var(--tar); min-height: 78vh; display: flex; align-items: flex-end; }
.wtm-hero.has-media .wtm-eyebrow { color: var(--sky); }
.wtm-hero.has-media .wtm-btn-line { color: var(--paint); }

.wtm-hero-media { position: absolute; inset: 0; }
.wtm-hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.52; }
.wtm-hero.has-media::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(22,24,26,0.15) 0%, rgba(22,24,26,0.55) 55%, rgba(22,24,26,0.92) 100%);
}

.wtm-hero-inner { position: relative; z-index: 2; }
.wtm-hero-lede { max-width: 44ch; font-size: 1.2rem; }
.wtm-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* ---------- Countdown and counters ---------- */

.wtm-counter { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 32px 0 0; }
.wtm-counter-cell { display: flex; flex-direction: column; }
.wtm-counter-cell b {
	font-family: var(--mono); font-weight: 600;
	font-size: clamp(2rem, 8vw, 3.4rem); line-height: 1;
	font-variant-numeric: tabular-nums;
}
.wtm-counter-cell span { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(247,245,241,0.8); margin-top: 6px; }
.wtm-counter-label { flex-basis: 100%; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(247,245,241,0.8); margin: 4px 0 0; }
.wtm-counter-live .wtm-counter-cell b { font-size: clamp(1.5rem, 5vw, 2.4rem); }

/* ---------- Bands ---------- */

.wtm-band { padding: 72px 0; border-top: 1px solid var(--rule); }
.wtm-band-dark { background: var(--tar); color: var(--paint); border-top-color: var(--tar); }
.wtm-band-dark .wtm-eyebrow { color: var(--sky); }
.wtm-band-dark .wtm-fine,
.wtm-foot .wtm-fine,
.wtm-hero .wtm-fine,
.wtm-signup .wtm-fine,
.wtm-band-quote .wtm-fine { color: rgba(247,245,241,0.82); }
.wtm-band-dark .wtm-btn-line { color: var(--paint); }
.wtm-band-dark .wtm-stat span,
.wtm-hero .wtm-stat span,
.wtm-signup .wtm-stat span,
.wtm-band-quote .wtm-stat span { color: rgba(247,245,241,0.82); }
.wtm-band-dark .wtm-btn-line:hover { background: var(--paint); color: var(--tar); }
.wtm-band-hot { background: var(--paint); }

@media (min-width: 860px) { .wtm-band { padding: 104px 0; } }

.wtm-split { display: grid; gap: 40px; }
@media (min-width: 860px) {
	.wtm-split { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
	.wtm-split-flip .wtm-split-media { order: 2; }
}

.wtm-split-media img { width: 100%; }
.wtm-media-empty {
	border: 2px dashed var(--rule); padding: 48px 24px;
	text-align: center; font-family: var(--mono); font-size: 0.78rem;
	letter-spacing: 0.08em; color: #55565a;
}

.wtm-embed { position: relative; padding-top: 56.25%; margin-top: 24px; background: var(--tar); }
.wtm-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Stats ---------- */

.wtm-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 40px 0; }
@media (min-width: 720px) { .wtm-stats { grid-template-columns: repeat(4, 1fr); } }
.wtm-stats-tight { grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0; }

.wtm-stat b {
	display: block; font-family: var(--mono); font-weight: 600;
	font-size: clamp(1.6rem, 5vw, 2.4rem); line-height: 1;
	font-variant-numeric: tabular-nums;
}
.wtm-stat span { display: block; font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: #55565a; margin-top: 8px; }

/* ---------- The journey spine: 25 stations on a dashed road ---------- */

.wtm-spine {
	list-style: none;
	margin: 48px 0 0;
	padding: 0 0 0 44px;
	position: relative;
	counter-reset: station;
}

/* The dashed road itself, running the full height */
.wtm-spine::before {
	content: "";
	position: absolute;
	left: 15px; top: 12px; bottom: 12px;
	width: 3px;
	background: repeating-linear-gradient(180deg, currentColor 0 10px, transparent 10px 20px);
	opacity: 0.32;
}

/* Solid laterite fill showing progress, height set by JS */
.wtm-spine::after {
	content: "";
	position: absolute;
	left: 15px; top: 12px;
	width: 3px;
	height: var(--wtm-progress, 0px);
	background: var(--laterite);
	transition: height 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.wtm-station {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas: "km name" "km meta";
	column-gap: 14px;
	padding: 14px 0;
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.wtm-station.is-visible { opacity: 1; transform: none; }

.wtm-station-dot {
	position: absolute;
	left: -36px; top: 21px;
	width: 13px; height: 13px;
	border-radius: 50%;
	background: var(--tar);
	border: 3px solid currentColor;
	box-shadow: 0 0 0 4px var(--tar);
}

.wtm-band-dark .wtm-station-dot { background: var(--tar); box-shadow: 0 0 0 4px var(--tar); }

.wtm-station.is-complete .wtm-station-dot { background: var(--laterite); border-color: var(--laterite); }
.wtm-station.is-current .wtm-station-dot,
.wtm-station.is-here .wtm-station-dot {
	background: var(--kitenge); border-color: var(--kitenge);
	animation: wtm-pulse 2.2s ease-in-out infinite;
}
.wtm-station.is-skipped { opacity: 0.4; }
.wtm-station.is-skipped .wtm-station-dot { background: transparent; }

@keyframes wtm-pulse {
	0%, 100% { box-shadow: 0 0 0 4px var(--tar), 0 0 0 6px rgba(206, 27, 43, 0.5); }
	50% { box-shadow: 0 0 0 4px var(--tar), 0 0 0 14px rgba(206, 27, 43, 0); }
}

.wtm-station-km {
	grid-area: km;
	align-self: center;
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	font-variant-numeric: tabular-nums;
	color: rgba(247,245,241,0.72);
	min-width: 62px;
}

.wtm-station-name {
	grid-area: name;
	font-family: var(--display);
	font-weight: 600;
	font-size: clamp(1.15rem, 4.4vw, 1.7rem);
	line-height: 1.1;
	text-transform: uppercase;
}

.wtm-station-meta {
	grid-area: meta;
	font-family: var(--mono);
	font-size: 0.66rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(247,245,241,0.68);
}

.wtm-station.is-here .wtm-station-name { color: var(--kitenge); }
.wtm-station.is-here .wtm-station-meta { color: var(--kitenge); opacity: 1; }

@media (prefers-reduced-motion: reduce) {
	.wtm-station { opacity: 1; transform: none; transition: none; }
	.wtm-spine::after { transition: none; }
	.wtm-station.is-current .wtm-station-dot, .wtm-station.is-here .wtm-station-dot { animation: none; }
	html { scroll-behavior: auto; }
}

/* ---------- Cards ---------- */

.wtm-cards { display: grid; gap: 24px; margin-top: 40px; }
@media (min-width: 720px) { .wtm-cards { grid-template-columns: repeat(3, 1fr); } }

.wtm-card { background: var(--paint); border: 1px solid var(--rule); }
.wtm-card a { display: block; text-decoration: none; height: 100%; }
.wtm-card:hover { border-color: var(--tar); }
.wtm-card-media { aspect-ratio: 4 / 3; overflow: hidden; }
.wtm-card-media img { width: 100%; height: 100%; object-fit: cover; }
.wtm-card-body { padding: 20px; }
.wtm-card-meta { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; color: #55565a; margin: 0 0 10px; }
.wtm-card-body h3 { font-family: var(--display); font-weight: 600; font-size: 1.24rem; line-height: 1.14; text-transform: uppercase; margin: 0 0 10px; }
.wtm-card-body p { margin: 0; font-size: 0.95rem; }
.wtm-card-date { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; color: #5c5b57; margin-top: 12px !important; }

/* ---------- Ledger ---------- */

.wtm-ledger-strip { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--tar); }
.wtm-ledger-strip li { padding: 18px 0; border-bottom: 1px solid var(--rule); }
.wtm-ledger-strip b { display: block; font-family: var(--display); font-size: 1.1rem; text-transform: uppercase; margin: 8px 0 6px; }
.wtm-ledger-strip p { margin: 0; font-size: 0.94rem; }
.wtm-ledger-amt { display: inline-block; margin-top: 10px; font-family: var(--mono); font-weight: 600; font-size: 0.86rem; color: var(--laterite); }

.wtm-ledger-full { list-style: none; margin: 40px 0 0; padding: 0; }
.wtm-ledger-full li {
	display: grid; gap: 6px 20px; padding: 26px 0;
	border-bottom: 1px solid var(--rule);
}
@media (min-width: 860px) {
	.wtm-ledger-full li { grid-template-columns: 130px 1fr 140px; align-items: start; }
}
.wtm-ledger-full .wtm-ledger-when { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.06em; color: #55565a; }
.wtm-ledger-full h3 { font-family: var(--display); font-weight: 600; font-size: 1.2rem; text-transform: uppercase; margin: 0 0 8px; }
.wtm-ledger-full .wtm-ledger-amt { text-align: left; font-size: 1.05rem; }
@media (min-width: 860px) { .wtm-ledger-full .wtm-ledger-amt { text-align: right; } }

/* ---------- Signup ---------- */

.wtm-signup { background: var(--tar); color: var(--paint); padding: 72px 0; }
.wtm-signup .wtm-eyebrow { color: var(--sky); }
.wtm-signup-inner { display: grid; gap: 32px; }
@media (min-width: 860px) { .wtm-signup-inner { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; } }

.wtm-form { display: grid; gap: 12px; }
.wtm-form input {
	width: 100%; padding: 15px 16px;
	font-family: var(--body); font-size: 1rem;
	background: var(--paint); color: var(--tar);
	border: 2px solid transparent;
}
.wtm-form input:focus { border-color: var(--kitenge); outline: none; }
.wtm-form-note { margin: 0; font-family: var(--mono); font-size: 0.8rem; min-height: 1.2em; }
.wtm-form-note.is-ok { color: var(--sky); }
.wtm-form-note.is-bad { color: #ff8f8f; }

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

.wtm-foot { background: var(--tar); color: var(--paint); padding: 56px 0 28px; border-top: 1px solid var(--rule-dark); }
.wtm-foot-grid { display: grid; gap: 32px; }
@media (min-width: 720px) { .wtm-foot-grid { grid-template-columns: 2fr 1fr 1fr; } }
.wtm-foot-mark { font-family: var(--display); font-weight: 700; font-size: 1.3rem; text-transform: uppercase; margin: 0 0 12px; }
.wtm-foot-head { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sky); margin: 0 0 12px; }
.wtm-foot-list { list-style: none; margin: 0; padding: 0; }
.wtm-foot-list li { margin-bottom: 8px; }
.wtm-foot-list a { text-decoration: none; font-size: 0.95rem; border-bottom: 1px solid transparent; }
.wtm-foot-list a:hover { border-bottom-color: var(--kitenge); }
.wtm-foot-base { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--rule-dark); }

/* Attribution link. Understated in a charity footer, but clearly clickable. */
.wtm-credit {
	color: var(--paint);
	font-weight: 600;
	text-decoration: none;
	padding: 9px 3px;
	border-bottom: 1px solid rgba(247, 245, 241, 0.4);
	white-space: nowrap;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.wtm-credit:hover,
.wtm-credit:focus-visible {
	color: var(--kitenge);
	border-bottom-color: var(--kitenge);
}

.wtm-credit-arrow {
	display: inline-block;
	width: 0.52em;
	height: 0.52em;
	margin-left: 0.34em;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-0.06em);
	transition: transform 0.15s ease;
}

.wtm-credit:hover .wtm-credit-arrow,
.wtm-credit:focus-visible .wtm-credit-arrow {
	transform: rotate(45deg) translate(0.1em, -0.16em);
}

/* ---------- Route page ---------- */

.wtm-map-shell { position: relative; margin: 40px 0; border: 2px solid var(--tar); background: var(--paint); }
.wtm-map { height: 62vh; min-height: 380px; width: 100%; }
.wtm-map-prompt {
	position: absolute; inset: 0; z-index: 5;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
	background: var(--paint); cursor: pointer; border: 0; width: 100%;
	font-family: var(--display); font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.06em;
}
.wtm-map-prompt small { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; opacity: 0.6; text-transform: none; }

/* Horizontal country strip, the journey read left to right */
.wtm-strip {
	display: flex; gap: 16px; overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 24px 0 32px;
	margin: 0 -20px; padding-inline: 20px;
	-webkit-overflow-scrolling: touch;
}
.wtm-strip::-webkit-scrollbar { height: 6px; }
.wtm-strip::-webkit-scrollbar-thumb { background: var(--laterite); }

.wtm-strip-card {
	flex: 0 0 76%; max-width: 300px; scroll-snap-align: start;
	border: 1px solid var(--rule); background: var(--paint); padding: 20px;
	position: relative;
}
@media (min-width: 720px) { .wtm-strip-card { flex-basis: 260px; } }
.wtm-strip-card.is-complete { border-color: var(--laterite); }
.wtm-strip-card.is-current { border-color: var(--kitenge); border-width: 2px; }
.wtm-strip-seq { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.14em; color: #5c5b57; }
.wtm-strip-card h3 { font-family: var(--display); font-weight: 600; font-size: 1.4rem; text-transform: uppercase; margin: 8px 0; }
.wtm-strip-card p { margin: 0; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; color: #55565a; }

/* ---------- Tiers ---------- */

.wtm-tiers { display: grid; gap: 20px; margin: 40px 0; }
/* Flows to as many columns as fit, so adding or removing an option never leaves a
   half empty row. */
@media (min-width: 720px) { .wtm-tiers { grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); } }
.wtm-tier { border: 2px solid var(--tar); padding: 28px 24px; background: var(--paint); }
.wtm-tier h3 { font-family: var(--display); font-weight: 700; font-size: 1.4rem; text-transform: uppercase; margin: 0 0 6px; }
.wtm-tier .wtm-tier-price { font-family: var(--mono); font-weight: 600; font-size: 1.1rem; color: var(--laterite); margin: 0 0 14px; }
.wtm-tier ul { list-style: none; margin: 0; padding: 0; }
.wtm-tier li { padding: 7px 0 7px 20px; position: relative; font-size: 0.94rem; }
.wtm-tier li::before { content: ""; position: absolute; left: 0; top: 15px; width: 9px; height: 2px; background: var(--kitenge); }

.wtm-sponsor-list { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; margin: 24px 0 0; }
.wtm-sponsor-list li { border: 1px solid var(--rule); padding: 10px 16px; font-family: var(--mono); font-size: 0.8rem; }

/* ---------- Single update ---------- */

.wtm-article { padding: 48px 0 72px; }
.wtm-article-head { max-width: 62ch; }
.wtm-article-media { margin: 32px 0; }
.wtm-article-body { max-width: 62ch; font-size: 1.1rem; }
.wtm-article-body p { margin: 0 0 1.1em; }
.wtm-share { display: flex; flex-wrap: wrap; gap: 12px; margin: 40px 0 0; padding-top: 24px; border-top: 1px solid var(--rule); }

/* ---------- Notice ---------- */

.wtm-notice { padding: 96px 0; text-align: center; }

/* =====================================================================
   Additions: dense hero, video wall, mosaic, globe, quote band
   ================================================================== */

/* ---------- Hero, rebuilt ---------- */

.wtm-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 90px 0 0;
	background: var(--tar);
	color: var(--paint);
	overflow: hidden;
}

.wtm-hero .wtm-eyebrow { color: var(--sky); }
.wtm-hero .wtm-btn-line { color: var(--paint); }
.wtm-hero .wtm-btn-line:hover { background: var(--paint); color: var(--tar); }

.wtm-hero-media { position: absolute; inset: 0; z-index: 0; }
.wtm-hero-media img,
.wtm-hero-media picture { width: 100%; height: 100%; object-fit: cover; display: block; }
.wtm-hero-media::after {
	content: "";
	position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(22,24,26,0.5) 0%, rgba(22,24,26,0.06) 26%, rgba(22,24,26,0.5) 66%, rgba(22,24,26,0.94) 100%),
		linear-gradient(95deg, rgba(22,24,26,0.9) 0%, rgba(22,24,26,0.78) 34%, rgba(22,24,26,0.28) 58%, rgba(22,24,26,0.02) 74%);
}

/* On phones the photograph is portrait and Leon sits low, so the shield runs
   top to bottom instead of left to right. */
@media (max-width: 700px) {
	.wtm-hero-media::after {
		background: linear-gradient(180deg, rgba(22,24,26,0.86) 0%, rgba(22,24,26,0.7) 38%, rgba(22,24,26,0.42) 62%, rgba(22,24,26,0.9) 100%);
	}
}

.wtm-hero-inner { position: relative; z-index: 2; padding-bottom: 34px; }

.wtm-hero-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0 0 16px; }
.wtm-hero-kicker .wtm-eyebrow { margin: 0; }

.wtm-flag {
	font-family: var(--mono); font-weight: 600; font-size: 0.66rem;
	letter-spacing: 0.14em; text-transform: uppercase;
	background: var(--kitenge); color: #fff;
	padding: 6px 11px; white-space: nowrap;
}

.wtm-hero-title { max-width: none; font-size: clamp(1.9rem, 9.4vw, 3.9rem); }
.wtm-hero-line { display: block; white-space: nowrap; }
.wtm-hero-lede { max-width: 34ch; font-size: 1.16rem; margin-bottom: 26px; color: rgba(247,245,241,0.9); }

/* The hero art places Leon in the right third. Everything typographic stays left
   of him, so the column is capped rather than centred. */
@media (min-width: 860px) {
	.wtm-hero-inner > * { max-width: 54%; }
	/* The headline gets a wider cap than the rest of the hero text, because it is
	   two short lines and still finishes well clear of Leon at 75% across. */
	.wtm-hero-title { max-width: 68%; }
	.wtm-hero-numbers { max-width: 100%; }
}

@media (min-width: 1280px) {
	.wtm-hero-inner > * { max-width: 50%; }
	/* The headline keeps its own wider cap, or the second line would be squeezed
	   past the column edge on a large screen. */
	.wtm-hero-title { max-width: 68%; }
}

.wtm-hero-numbers {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(247,245,241,0.16);
	border: 1px solid rgba(247,245,241,0.16);
	max-width: 560px;
	margin: 0 0 26px;
}
@media (min-width: 620px) { .wtm-hero-numbers { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.wtm-hero-numbers > div { background: rgba(22,24,26,0.72); padding: 14px 14px 12px; }
.wtm-hero-numbers b {
	display: block; font-family: var(--mono); font-weight: 600;
	font-size: 1.5rem; line-height: 1; font-variant-numeric: tabular-nums;
}
.wtm-hero-numbers span {
	display: block; font-family: var(--mono); font-size: 0.6rem;
	letter-spacing: 0.1em; text-transform: uppercase;
	color: rgba(247,245,241,0.8); margin-top: 6px;
}

.wtm-hero .wtm-counter { margin: 0 0 26px; gap: 8px 24px; }
.wtm-hero .wtm-counter-cell b { font-size: clamp(1.8rem, 7vw, 2.8rem); }

.wtm-btn-ghost { color: rgba(247,245,241,0.72); border-color: rgba(247,245,241,0.3); }
.wtm-btn-ghost:hover { color: var(--paint); border-color: var(--paint); }

/* Country ticker along the bottom of the hero */
.wtm-hero-ticker {
	position: relative; z-index: 2;
	border-top: 1px solid rgba(247,245,241,0.16);
	background: rgba(22,24,26,0.86);
	overflow: hidden;
	padding: 11px 0;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.wtm-ticker-run {
	display: flex; gap: 0; width: max-content;
	animation: wtm-ticker 90s linear infinite;
}
.wtm-ticker-run span {
	font-family: var(--mono); font-size: 0.68rem;
	letter-spacing: 0.16em; text-transform: uppercase;
	color: rgba(247,245,241,0.5);
	padding: 0 18px; white-space: nowrap;
	border-right: 1px solid rgba(247,245,241,0.12);
}
@keyframes wtm-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
	.wtm-ticker-run { animation: none; }
}

/* ---------- Video wall ---------- */

.wtm-band-tight { padding: 56px 0; }

.wtm-videos { display: grid; gap: 20px; margin-top: 34px; }
@media (min-width: 720px) { .wtm-videos { grid-template-columns: repeat(3, 1fr); } }

.wtm-video { margin: 0; }
.wtm-video-face {
	position: relative; display: block; width: 100%; padding: 0;
	border: 0; background: var(--tar); cursor: pointer;
	aspect-ratio: 9 / 16; overflow: hidden;
}
@media (min-width: 720px) { .wtm-video-face { aspect-ratio: 3 / 4; } }

.wtm-video-face img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease, opacity 0.3s ease; }
.wtm-video-face:hover img { transform: scale(1.03); opacity: 0.86; }
.wtm-video-blank { display: block; width: 100%; height: 100%; background: linear-gradient(140deg, #22262A, #16181A); }

.wtm-video-play {
	position: absolute; left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	width: 62px; height: 62px; border-radius: 50%;
	background: var(--kitenge);
	box-shadow: 0 6px 26px rgba(0,0,0,0.45);
}
.wtm-video-play::after {
	content: ""; position: absolute; left: 55%; top: 50%;
	transform: translate(-50%, -50%);
	border-style: solid; border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #fff;
}

.wtm-video-badge {
	position: absolute; left: 10px; top: 10px;
	font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em;
	text-transform: uppercase; color: var(--paint);
	background: rgba(22,24,26,0.72); padding: 4px 8px;
}

.wtm-video figcaption { padding: 14px 0 0; }
.wtm-video figcaption b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.16rem; text-transform: uppercase; line-height: 1.15; }
.wtm-video figcaption span { display: block; font-size: 0.92rem; color: #55565a; margin-top: 5px; }
.wtm-video-out { display: inline-block; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 9px; color: var(--laterite); }

.wtm-video.is-live .wtm-video-face { display: none; }
.wtm-video-frame { aspect-ratio: 9 / 16; background: var(--tar); }
.wtm-video-frame iframe, .wtm-video-frame blockquote { width: 100% !important; max-width: 100% !important; margin: 0 !important; }

/* ---------- Photo mosaic ---------- */

.wtm-mosaic-band { padding: 0 0 56px; background: var(--tar); }

.wtm-mosaic {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
}
@media (min-width: 860px) { .wtm-mosaic { grid-template-columns: repeat(4, 1fr); } }

.wtm-tile { position: relative; margin: 0; overflow: hidden; background: #101214; }
.wtm-tile picture, .wtm-tile img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wtm-tile { aspect-ratio: 3 / 4; }
.wtm-tile-wide { grid-column: span 2; aspect-ratio: 4 / 3; }

.wtm-tile figcaption {
	position: absolute; inset: auto 0 0 0;
	padding: 26px 14px 12px;
	font-family: var(--mono); font-size: 0.64rem;
	letter-spacing: 0.08em; text-transform: uppercase;
	color: var(--paint);
	background: linear-gradient(180deg, rgba(22,24,26,0) 0%, rgba(22,24,26,0.85) 100%);
}

.wtm-caption {
	font-family: var(--mono); font-size: 0.68rem;
	letter-spacing: 0.1em; text-transform: uppercase;
	color: #5c5b57; margin: 10px 0 0;
}
.wtm-caption-centre { text-align: center; color: rgba(247,245,241,0.78); margin: 26px auto 0; padding: 0 20px; }

/* ---------- Globe behind the spine ---------- */

.wtm-globe-scope {
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
}

.wtm-globe-holder {
	position: sticky;
	top: 0;
	height: 100svh;
	margin-bottom: -100svh;
	z-index: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform;
}

.wtm-globe {
	display: block;
	width: min(135vw, 720px);
	height: min(135vw, 720px);
	opacity: 0.9;
	transform: translateY(4vh);
}

@media (min-width: 1000px) {
	.wtm-globe-holder { justify-content: flex-end; padding-right: 2vw; }
	.wtm-globe { width: min(52vw, 760px); height: min(52vw, 760px); transform: none; }
}

.wtm-globe-front { position: relative; z-index: 2; }

@media (min-width: 1000px) {
	.wtm-globe-front .wtm-spine,
	.wtm-globe-front .wtm-lede,
	.wtm-globe-front .wtm-h2,
	.wtm-globe-front .wtm-eyebrow { max-width: 560px; }
	.wtm-globe-front .wtm-centre { max-width: 560px; }
}

/* Stations get a scrim on mobile so they stay readable over the globe */
.wtm-globe-scope .wtm-station-name { text-shadow: 0 2px 14px rgba(22,24,26,0.9); }
.wtm-globe-scope .wtm-spine { position: relative; }

/* ---------- Quote band with photograph ---------- */

.wtm-band-quote { position: relative; background: var(--tar); color: var(--paint); overflow: hidden; }
.wtm-band-quote .wtm-eyebrow { color: var(--sky); }
.wtm-quote-media { position: absolute; inset: 0; z-index: 0; }
.wtm-quote-media picture, .wtm-quote-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.wtm-quote-media::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(22,24,26,0.95) 0%, rgba(22,24,26,0.8) 55%, rgba(22,24,26,0.45) 100%);
}
.wtm-quote-front { position: relative; z-index: 2; }

.wtm-quote-card { margin: 0; border: 1px solid var(--rule); background: var(--paint); }
.wtm-quote-card picture, .wtm-quote-card img { display: block; width: 100%; }
.wtm-quote-card blockquote {
	margin: 0; padding: 22px;
	font-family: var(--display); font-weight: 400;
	font-size: 1.2rem; line-height: 1.25; text-transform: uppercase;
}

/* ---------- Split media caption ---------- */

.wtm-split-media picture { display: block; }
.wtm-split-media picture img { width: 100%; }

/* =====================================================================
   About Leon
   ================================================================== */

.wtm-about-open { position: relative; background: var(--tar); color: var(--paint); }
.wtm-about-media { position: relative; aspect-ratio: 4 / 3; }
@media (min-width: 900px) { .wtm-about-media { aspect-ratio: 21 / 9; } }
.wtm-about-media picture, .wtm-about-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; display: block; }
.wtm-about-media::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(22,24,26,0.45) 0%, rgba(22,24,26,0.1) 40%, rgba(22,24,26,0.9) 100%);
}
.wtm-about-open-text { position: relative; z-index: 2; margin-top: -13vh; padding-bottom: 42px; }
.wtm-about-open-text .wtm-eyebrow { color: var(--sky); }

.wtm-measure { max-width: 68ch; }
.wtm-band-dark .wtm-measure .wtm-prose { color: rgba(247,245,241,0.92); }

/* Pull quote, set in the display face against a laterite rule */
.wtm-pull { margin: 42px 0; padding: 4px 0 4px 26px; border-left: 5px solid var(--laterite); }
.wtm-pull blockquote {
	margin: 0;
	font-family: var(--display);
	font-weight: 600;
	font-size: clamp(1.5rem, 4.6vw, 2.3rem);
	line-height: 1.1;
	text-transform: uppercase;
}

.wtm-signoff {
	font-family: var(--display);
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 26px 0 0;
	padding-top: 18px;
	border-top: 2px solid var(--rule);
	display: inline-block;
}
.wtm-signoff::before { content: "\2014  "; color: var(--laterite); }

/* Fee and payment disclosure. Deliberately plain and not styled away. */
.wtm-disclosure {
	border: 2px solid var(--rule);
	background: var(--paint);
	padding: 20px 22px;
	margin: 28px 0;
	font-size: 0.94rem;
	line-height: 1.6;
}
.wtm-disclosure p:first-child { margin-top: 0; }
.wtm-disclosure p:last-child { margin-bottom: 0; }
.wtm-disclosure-head {
	font-family: var(--mono);
	font-size: 0.66rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--laterite);
	margin: 0 0 10px;
}
.wtm-band-dark .wtm-disclosure { background: rgba(247,245,241,0.06); border-color: var(--rule-dark); }

/* =====================================================================
   Checkout
   ================================================================== */

.wtm-checkout { margin: 36px 0 0; max-width: 780px; }
.wtm-checkout fieldset { border: 0; padding: 0; margin: 0 0 28px; }
.wtm-checkout legend { padding: 0; margin-bottom: 14px; }

.wtm-tier-pick { position: relative; cursor: pointer; display: block; }
.wtm-tier-pick input { position: absolute; opacity: 0; width: 0; height: 0; }
.wtm-tier-pick .wtm-tier-body {
	display: block; border: 2px solid var(--rule); background: var(--paint);
	padding: 24px 22px; height: 100%; transition: border-color 0.15s ease;
}
.wtm-tier-pick:hover .wtm-tier-body { border-color: var(--tar); }
.wtm-tier-pick input:checked + .wtm-tier-body { border-color: var(--kitenge); box-shadow: inset 0 0 0 1px var(--kitenge); }
.wtm-tier-pick input:focus-visible + .wtm-tier-body { outline: 3px solid var(--kitenge); outline-offset: 2px; }
.wtm-tier-pick h3 { font-family: var(--display); font-weight: 700; font-size: 1.3rem; text-transform: uppercase; margin: 6px 0 8px; }
.wtm-tier-pick .wtm-tier-price { font-family: var(--mono); font-weight: 600; font-size: 1.6rem; color: var(--laterite); display: block; }
.wtm-tier-pick .wtm-tier-blurb { font-size: 0.94rem; line-height: 1.55; display: block; }

.wtm-cadence { display: flex; flex-wrap: wrap; gap: 10px; }
.wtm-chip-pick { position: relative; cursor: pointer; }
.wtm-chip-pick input { position: absolute; opacity: 0; width: 0; height: 0; }
.wtm-chip-pick span {
	display: block; padding: 14px 20px; border: 2px solid var(--rule);
	background: var(--paint); font-size: 0.98rem; min-height: 48px;
}
.wtm-chip-pick input:checked + span { border-color: var(--kitenge); background: var(--kitenge); color: var(--paint); }
.wtm-chip-pick input:focus-visible + span { outline: 3px solid var(--tar); outline-offset: 2px; }

.wtm-field-grid { display: grid; gap: 18px; }
@media (min-width: 720px) { .wtm-field-grid { grid-template-columns: 1fr 1fr; } }

.wtm-field { margin: 0 0 18px; }
.wtm-field label { display: block; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: #55565a; margin-bottom: 7px; }
.wtm-field input {
	width: 100%; padding: 15px 14px; font-family: var(--body); font-size: 1rem;
	background: var(--paint); color: var(--tar); border: 2px solid var(--rule);
}
.wtm-field input:focus { border-color: var(--kitenge); outline: none; }
.wtm-field-note { display: block; font-size: 0.84rem; color: #55565a; margin-top: 6px; }

.wtm-check {
	display: flex; align-items: flex-start; gap: 12px;
	margin: 0 0 14px; padding: 14px; cursor: pointer;
	border: 2px solid transparent; background: var(--paint); font-size: 0.97rem; line-height: 1.5;
}
.wtm-check input { width: 22px; height: 22px; flex: none; margin-top: 1px; accent-color: var(--kitenge); }
.wtm-check-required { border-color: var(--laterite); }
.wtm-checkout .wtm-btn-lg { margin-top: 10px; }

/* Hero byline. Part of the H1 so the heading still reads as one phrase to a screen
   reader and to a search engine, but set far smaller and lighter. */
.wtm-hero-byline {
	display: block;
	font-family: var(--display);
	font-weight: 400;
	font-size: clamp(1rem, 2.6vw, 1.5rem);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--sky);
	margin-top: 0.5em;
}

/* The cadence choice sits inside the chosen card */
.wtm-tier-pick { border: 2px solid var(--rule); background: var(--paint); transition: border-color 0.15s ease; }
.wtm-tier-pick label { display: block; cursor: pointer; }
.wtm-tier-pick .wtm-tier-body,
.wtm-tier-pick input:checked + .wtm-tier-body {
	border: 0; background: transparent; box-shadow: none; height: auto;
}
.wtm-tier-pick:hover { border-color: var(--tar); }
.wtm-tier-pick:has(input[name="tier"]:checked) { border-color: var(--kitenge); box-shadow: inset 0 0 0 1px var(--kitenge); }
.wtm-tier-pick input[name="tier"]:focus-visible + .wtm-tier-body { outline: 3px solid var(--kitenge); outline-offset: -4px; }
.wtm-tier-pick .wtm-cadence { display: none; }
.wtm-tier-pick .wtm-cadence:not([hidden]) {
	display: flex; flex-wrap: wrap; gap: 8px;
	padding: 4px 22px 22px; margin: 0;
}
.wtm-tier-pick .wtm-chip-pick span { padding: 12px 16px; font-size: 0.92rem; min-height: 44px; display: flex; align-items: center; }

/* Walker setup requirements */
.wtm-setup-list { list-style: none; margin: 24px 0; padding: 0; }
.wtm-setup-list li {
	padding: 14px 0 14px 30px; position: relative;
	border-bottom: 1px solid var(--rule-dark); font-size: 1.02rem;
}
.wtm-setup-list li::before {
	content: ""; position: absolute; left: 0; top: 19px;
	width: 12px; height: 12px; border: 2px solid var(--kitenge);
}

/* =====================================================================
   Support page density
   The checkout was over four screens tall on a phone, which put the submit
   button a long way from the choice that leads to it.
   ================================================================== */

.wtm-support .wtm-band { padding: 44px 0; }
@media (min-width: 860px) { .wtm-support .wtm-band { padding: 56px 0; } }
.wtm-support .wtm-h1 { font-size: clamp(2rem, 6vw, 3.2rem); }
.wtm-support .wtm-lede { font-size: 1.02rem; margin-bottom: 18px; }

.wtm-checkout { margin-top: 24px; }
.wtm-checkout fieldset { margin-bottom: 20px; }
.wtm-checkout legend { margin-bottom: 10px; }

.wtm-tiers { gap: 12px; margin: 0; }

.wtm-tier-pick .wtm-tier-body { padding: 16px 18px; }

/* Price beside the title rather than stacked above it, which removes a whole line
   from every card. */
.wtm-tier-head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.wtm-tier-pick .wtm-tier-price { font-size: 1.25rem; display: inline; }
.wtm-tier-pick h3 { font-size: 1rem; line-height: 1.15; margin: 0; }
.wtm-tier-pick .wtm-tier-blurb { font-size: 0.86rem; line-height: 1.45; margin-top: 7px; }

.wtm-tier-pick .wtm-cadence:not([hidden]) { padding: 0 18px 16px; gap: 6px; }
.wtm-tier-pick .wtm-chip-pick span {
	padding: 10px 13px; font-size: 0.84rem; min-height: 44px;
	white-space: nowrap; justify-content: center;
}

.wtm-field { margin-bottom: 12px; }
.wtm-field-grid { gap: 12px; margin-bottom: 12px; }
.wtm-field label { margin-bottom: 5px; }
.wtm-field input { padding: 12px 13px; }
.wtm-field-note { margin-top: 4px; }

.wtm-check { padding: 10px 12px; margin-bottom: 8px; font-size: 0.9rem; gap: 10px; }
.wtm-check input { width: 20px; height: 20px; }

.wtm-support .wtm-disclosure { padding: 14px 16px; margin: 16px 0; font-size: 0.89rem; }
.wtm-support .wtm-fine { font-size: 0.78rem; }
.wtm-checkout .wtm-btn-lg { margin-top: 6px; padding: 15px 28px; }

/* The explanatory blocks below the form are reference, not the main task */
.wtm-support .wtm-split { margin-top: 36px !important; gap: 28px; }
.wtm-support .wtm-split .wtm-h2 { font-size: clamp(1.3rem, 4vw, 1.8rem); }

/* On a phone the three cards stack, so the description on the two the visitor has not
   chosen is just distance between them and the button. It appears on selection. */
@media (max-width: 719px) {
	.wtm-tier-pick:not(.is-chosen) .wtm-tier-blurb { display: none; }
	.wtm-tier-pick .wtm-tier-body { padding: 14px 16px; }
	.wtm-tier-pick .wtm-cadence:not([hidden]) { padding: 0 16px 14px; }
	.wtm-tier-head { gap: 10px; }
}

/* Custom amount field inside a tier card */
.wtm-amount { display: block; width: 100%; margin: 0 0 4px; }
.wtm-amount-label {
	display: block; font-family: var(--mono); font-size: 0.64rem;
	letter-spacing: 0.12em; text-transform: uppercase; color: #55565a; margin-bottom: 6px;
}
.wtm-amount-field { display: flex; align-items: stretch; border: 2px solid var(--rule); background: var(--paint); }
.wtm-amount-field > span {
	display: flex; align-items: center; padding: 0 12px;
	font-family: var(--mono); font-weight: 600; font-size: 1.15rem;
	background: var(--dust); color: var(--tar);
}
.wtm-amount-field input {
	flex: 1; min-width: 0; border: 0; background: transparent;
	padding: 12px 10px; font-family: var(--mono); font-size: 1.15rem; color: var(--tar);
}
.wtm-amount-field input:focus { outline: none; }
.wtm-amount-field:focus-within { border-color: var(--kitenge); }
.wtm-examples-note { margin-top: 4px; }

/* The options grid was inside a form capped at 780px, which forced three columns and left
   a hole in the second row. The grid spans the full column now, while the text inputs
   stay narrow, because a full width email field is harder to use, not easier. */
.wtm-checkout { max-width: none; }
.wtm-checkout .wtm-field-grid,
.wtm-checkout .wtm-field,
.wtm-checkout .wtm-check,
.wtm-checkout .wtm-form-note,
.wtm-checkout .wtm-fine { max-width: 680px; }
