/* =====================================================
   HEALIO — inner pages (Research / About / Collective)
   Loaded on top of main.css; shares its design tokens.
   ===================================================== */

/* ---------- Shared ---------- */
.pg-title {
	font-size: clamp(44px, 6.4vw, 84px);
	margin-bottom: 22px;
}
.pg-sub {
	max-width: 54ch;
	font-size: 17.5px;
	color: var(--mauve);
	margin: 0 auto 34px;
}
.pg-ghost {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--font-display);
	font-weight: 560;
	font-style: italic;
	font-size: clamp(100px, 17vw, 280px);
	letter-spacing: -0.02em;
	color: var(--wine);
	opacity: 0.05;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
	line-height: 1;
}
.pg-footnote {
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 28px var(--pad) 40px;
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mauve);
	text-align: center;
}
.pg-footnote a { color: var(--rose); }

/* =====================================================
   RESEARCH — /research/
   ===================================================== */
.rs-hero {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: clamp(72px, 11vw, 150px) var(--pad) clamp(80px, 12vw, 160px);
	background:
		radial-gradient(52% 64% at 78% 22%, rgba(233, 195, 211, 0.5) 0%, rgba(233, 195, 211, 0) 70%),
		radial-gradient(44% 56% at 16% 82%, rgba(233, 195, 211, 0.36) 0%, rgba(233, 195, 211, 0) 70%),
		var(--cream);
}
.rs-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.rs-hero-inner { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.rs-hero .eyebrow { justify-content: center; }
.rs-hero .hero-ctas { justify-content: center; }

.rs-chips { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.rs-chip {
	position: absolute;
	font-family: var(--font-mono);
	font-size: 11.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--berry);
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	padding: 10px 18px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 18px 36px -20px rgba(142, 36, 68, 0.35);
	white-space: nowrap;
}
.rs-chip:nth-child(1) { top: 22%; left: 7%; transform: rotate(-6deg); }
.rs-chip:nth-child(2) { top: 62%; left: 12%; transform: rotate(4deg); }
.rs-chip:nth-child(3) { top: 26%; right: 7%; transform: rotate(5deg); }
.rs-chip:nth-child(4) { top: 66%; right: 10%; transform: rotate(-4deg); }

.rs-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px 22px;
	padding: 18px var(--pad);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.5);
	font-family: var(--font-mono);
	font-size: 11.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--berry);
}
.rs-strip i { font-style: normal; color: var(--rose); font-size: 13px; }

/* Journey timeline */
.rs-journey-note {
	font-family: var(--font-mono);
	font-size: 11.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mauve);
	text-align: right;
	line-height: 1.9;
}
.rs-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 760px;
	margin-inline: auto;
}
.rs-timeline::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 29px;
	width: 1.5px;
	background: linear-gradient(to bottom, var(--blush), var(--rose), var(--blush));
}
.rs-step {
	position: relative;
	display: flex;
	gap: clamp(24px, 4vw, 44px);
	padding: 0 0 clamp(36px, 5vw, 52px) 0;
}
.rs-step:last-child { padding-bottom: 0; }
.rs-step-num {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--paper);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
	font-family: var(--font-display);
	font-style: italic;
	font-size: 19px;
	color: var(--rose);
}
.rs-step-body { padding-top: 8px; }
.rs-step-body h3, .rs-step-body .hd--h3 { font-size: clamp(21px, 2.4vw, 27px); margin-bottom: 8px; }
.rs-step-body p { color: var(--mauve); font-size: 15px; max-width: 54ch; }

/* Verify band */
.rs-verify-band {
	background: linear-gradient(175deg, var(--blush-soft) 0%, var(--cream) 90%);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.rs-verify-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.rs-verify-card {
	position: relative;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 22px;
	padding: 36px 32px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: var(--shadow-soft);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.rs-verify-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.rs-verify-stat {
	font-family: var(--font-display);
	font-size: clamp(42px, 4.6vw, 58px);
	line-height: 1;
	color: var(--berry);
	margin-bottom: 18px;
}
.rs-verify-stat span, .rs-verify-stat em { font-style: italic; color: var(--rose); font-size: 0.55em; }
.rs-verify-card h3, .rs-verify-card .hd--h3 { font-family: var(--font-body); font-size: 17px; font-weight: 650; margin-bottom: 8px; }
.rs-verify-card p { color: var(--mauve); font-size: 14.5px; }
.rs-verify-tag {
	position: absolute;
	top: 26px;
	right: 26px;
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rose) !important;
	background: var(--blush-soft);
	border-radius: 999px;
	padding: 5px 11px;
}

/* COA request */
.rs-coa-grid {
	display: grid;
	grid-template-columns: 1.02fr 0.98fr;
	gap: clamp(36px, 6vw, 84px);
	align-items: center;
}
.rs-coa-lead { color: var(--mauve); margin: 20px 0 28px; max-width: 50ch; }
.rs-coa-steps {
	list-style: none;
	margin: 0 0 34px;
	padding: 0;
	display: grid;
	gap: 14px;
}
.rs-coa-steps li { display: flex; align-items: center; gap: 16px; font-size: 15px; font-weight: 500; }
.rs-coa-steps li span {
	flex-shrink: 0;
	width: 30px; height: 30px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	background: var(--blush-soft);
	color: var(--berry);
	font-family: var(--font-display);
	font-style: italic;
	font-size: 15px;
}

.rs-coa-visual { position: relative; display: flex; justify-content: center; padding: 30px 0 70px; }
.rs-cert {
	position: relative;
	width: min(100%, 400px);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 32px 34px 38px;
	box-shadow: var(--shadow-lift);
	transform: rotate(-2.5deg);
}
.rs-cert-brand {
	font-family: var(--font-display);
	font-size: 21px;
	margin-bottom: 20px;
}
.rs-cert-brand span {
	font-family: var(--font-mono);
	font-size: 9.5px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--rose);
	vertical-align: 2px;
}
.rs-cert h3, .rs-cert .hd--h3 {
	font-size: 24px;
	padding-bottom: 16px;
	margin-bottom: 6px;
	border-bottom: 1px solid var(--line);
}
.rs-cert-rows { margin: 0; }
.rs-cert-rows div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 11px 0;
	border-bottom: 1px dashed var(--line);
}
.rs-cert-rows div:last-child { border-bottom: 0; }
.rs-cert-rows dt {
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mauve);
	align-self: center;
}
.rs-cert-rows dd { margin: 0; font-weight: 600; font-size: 14.5px; color: var(--wine); }
.rs-cert-seal {
	position: absolute;
	right: 26px;
	bottom: 24px;
	width: 52px; height: 52px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	background: linear-gradient(140deg, var(--rose), var(--berry));
	color: #fff;
	font-size: 22px;
	box-shadow: 0 14px 26px -12px rgba(142, 36, 68, 0.7);
}
.rs-batchcard {
	position: absolute;
	bottom: 16px;
	left: clamp(0px, 4vw, 40px);
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 14px;
	padding: 16px 20px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: var(--shadow-soft);
	transform: rotate(2deg);
}
.rs-batchcard-label {
	font-family: var(--font-mono);
	font-size: 9.5px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rose);
	margin-bottom: 6px;
}
.rs-batchcard-code {
	font-family: var(--font-mono);
	font-size: 15px;
	letter-spacing: 0.06em;
	color: var(--wine);
	background: var(--blush-soft);
	border-radius: 8px;
	padding: 7px 12px;
	margin-bottom: 6px;
}
.rs-batchcard-note { font-size: 12px; color: var(--mauve); }

/* Disclosure band */
.rs-disclosure {
	background:
		radial-gradient(56% 80% at 18% 12%, rgba(201, 103, 144, 0.22) 0%, rgba(201, 103, 144, 0) 60%),
		var(--wine);
	color: var(--cream);
	padding: clamp(64px, 9vw, 110px) var(--pad);
}
.rs-disclosure-inner {
	max-width: 780px;
	margin: 0 auto;
	background: rgba(251, 246, 247, 0.05);
	border: 1px solid rgba(233, 195, 211, 0.22);
	border-radius: 26px;
	padding: clamp(34px, 5vw, 56px);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.rs-disclosure h2, .rs-disclosure .hd--h2 { color: var(--cream); margin-bottom: 16px; }
.rs-disclosure h2 em, .rs-disclosure .hd--h2 em { color: var(--blush); }
.rs-disclosure-lead { color: rgba(251, 246, 247, 0.72); margin-bottom: 24px; max-width: 56ch; }
.rs-disclosure-list {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	display: grid;
	gap: 14px;
}
.rs-disclosure-list li {
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	color: rgba(251, 246, 247, 0.85);
}
.rs-disclosure-list li::before {
	content: "\2740";
	position: absolute;
	left: 0;
	top: 1px;
	color: var(--rose);
	font-size: 13px;
}

/* =====================================================
   ABOUT — /about/
   ===================================================== */
.ab-hero {
	position: relative;
	max-width: var(--wrap);
	margin: 0 auto;
	padding: clamp(36px, 5vw, 64px) var(--pad) 0;
}
.ab-masthead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wine);
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wine);
}
.ab-masthead-mid { color: var(--rose); font-size: 14px; letter-spacing: 0; }

.ab-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	padding: clamp(40px, 6vw, 80px) 0 clamp(20px, 3vw, 40px);
}
.ab-title {
	position: relative;
	z-index: 2;
	font-size: clamp(56px, 9.6vw, 132px);
	line-height: 0.98;
	pointer-events: none;
}
.ab-title-line { display: block; }
.ab-title-indent { margin-left: clamp(30px, 7vw, 120px); }

.ab-hero-figure { position: relative; margin: 0; z-index: 1; }
.ab-hero-imgwrap {
	position: relative;
	margin-left: clamp(-70px, -5vw, -20px);
	border-radius: 300px 300px 26px 26px;
	overflow: hidden;
	box-shadow: var(--shadow-lift);
	border: 1px solid rgba(255, 255, 255, 0.8);
}
.ab-hero-imgwrap img { width: 100%; height: auto; display: block; }
.ab-ring {
	position: absolute;
	top: -46px;
	left: -74px;
	width: clamp(120px, 13vw, 176px);
	height: clamp(120px, 13vw, 176px);
	z-index: 3;
	pointer-events: none;
}
.ab-ring svg { width: 100%; height: 100%; animation: ab-spin 26s linear infinite; overflow: visible; }
.ab-ring text {
	font-family: var(--font-mono);
	font-size: 12.5px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	fill: var(--rose);
}
@keyframes ab-spin { to { transform: rotate(360deg); } }
.ab-fig-caption {
	position: absolute;
	right: clamp(-10px, -1vw, 0px);
	bottom: 28px;
	z-index: 3;
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--berry);
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 999px;
	padding: 10px 16px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: var(--shadow-soft);
}
.ab-standfirst {
	max-width: 30ch;
	margin: clamp(28px, 4vw, 48px) auto 0;
	padding-bottom: clamp(40px, 6vw, 72px);
	text-align: center;
	font-family: var(--font-display);
	font-size: clamp(24px, 3.2vw, 38px);
	line-height: 1.3;
	text-wrap: balance;
}
.ab-standfirst em { color: var(--rose); }

/* Chapters */
.ab-chapter-grid {
	display: grid;
	grid-template-columns: 0.32fr 0.68fr;
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}
.ab-chapter-grid-rev { grid-template-columns: 0.68fr 0.32fr; }
.ab-chapter-grid-rev .ab-chapter-head { order: 2; text-align: right; }
.ab-chapter-grid-rev .ab-chapter-head .eyebrow { justify-content: flex-end; }
.ab-chapter-grid-rev .ab-chapter-body { order: 1; }
.ab-chapter-head { position: sticky; top: 120px; }
.ab-chapter-num {
	font-family: var(--font-display);
	font-style: italic;
	font-size: clamp(64px, 8vw, 110px);
	line-height: 1;
	color: var(--blush);
	margin-bottom: 6px;
}
.ab-chapter-body { max-width: 62ch; display: grid; gap: 20px; font-size: 17px; line-height: 1.75; }
.ab-chapter-body p { color: var(--wine); }
.ab-chapter-body em { color: var(--berry); }
.ab-dropcap::first-letter {
	font-family: var(--font-display);
	font-size: 4.1em;
	line-height: 0.82;
	float: left;
	padding: 6px 12px 0 0;
	color: var(--rose);
}
.ab-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.ab-chips span {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--berry);
	background: var(--blush-soft);
	border-radius: 999px;
	padding: 8px 15px;
}
.ab-chapter-link {
	font-weight: 600;
	font-size: 15px;
	color: var(--berry);
	text-decoration: none;
	border-bottom: 1.5px solid var(--blush);
	padding-bottom: 2px;
	width: fit-content;
	transition: border-color 0.25s ease;
}
.ab-chapter-link:hover { border-color: var(--berry); }

.ab-quote {
	background: linear-gradient(175deg, var(--blush-soft) 0%, var(--cream) 100%);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	padding: clamp(64px, 9vw, 110px) var(--pad);
	text-align: center;
}
.ab-quote blockquote { margin: 0 auto; max-width: min(88vw, 620px); position: relative; }
.ab-quote blockquote::before {
	content: "\201C";
	position: absolute;
	top: -0.38em;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--font-display);
	font-size: clamp(90px, 12vw, 150px);
	line-height: 1;
	color: var(--blush);
	z-index: 0;
}
.ab-quote p {
	position: relative;
	z-index: 1;
	font-family: var(--font-display);
	font-size: clamp(30px, 4.6vw, 54px);
	line-height: 1.18;
	text-wrap: balance;
}
.ab-quote em { color: var(--rose); }

.ab-chapter-03 .ab-chapter-grid { grid-template-columns: 0.32fr 0.44fr 0.24fr; }
.ab-polaroid {
	margin: 0;
	align-self: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 12px 12px 16px;
	box-shadow: var(--shadow-lift);
	transform: rotate(3deg);
}
.ab-polaroid img { border-radius: 8px; }
.ab-polaroid figcaption {
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mauve);
	text-align: center;
	padding-top: 12px;
}

/* Values */
.ab-values-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}
.ab-values-list li {
	border-top: 1.5px solid var(--wine);
	padding-top: 22px;
}
.ab-value-num {
	display: block;
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	color: var(--rose);
	margin-bottom: 14px;
}
.ab-values-list h3, .ab-values-list .hd--h3 { font-size: 22px; margin-bottom: 10px; }
.ab-values-list p { color: var(--mauve); font-size: 14.5px; }

/* Manifesto */
.ab-manifesto {
	background:
		radial-gradient(60% 90% at 82% 8%, rgba(201, 103, 144, 0.24) 0%, rgba(201, 103, 144, 0) 60%),
		var(--wine);
	color: var(--cream);
	text-align: center;
	padding: clamp(72px, 10vw, 130px) var(--pad);
}
.ab-manifesto-inner { max-width: 680px; margin: 0 auto; }
.ab-manifesto .eyebrow { justify-content: center; margin-bottom: 26px; }
.ab-manifesto-line {
	font-family: var(--font-display);
	font-size: clamp(30px, 4.6vw, 52px);
	line-height: 1.22;
	color: var(--cream);
}
.ab-manifesto-line em { color: var(--blush); }
.ab-manifesto .hero-ctas { justify-content: center; margin-top: 38px; }

/* =====================================================
   COLLECTIVE — /affiliates/
   ===================================================== */
.af-hero {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: clamp(72px, 11vw, 150px) var(--pad) clamp(72px, 10vw, 140px);
	background:
		radial-gradient(50% 62% at 20% 24%, rgba(233, 195, 211, 0.44) 0%, rgba(233, 195, 211, 0) 70%),
		radial-gradient(46% 58% at 82% 76%, rgba(233, 195, 211, 0.4) 0%, rgba(233, 195, 211, 0) 70%),
		var(--cream);
}
.af-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.af-hero-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.af-hero .hero-ctas { justify-content: center; }
.af-hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--font-mono);
	font-size: 11.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--berry);
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 9px 18px;
	margin-bottom: 26px;
}
.af-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	background: radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.9), var(--blush) 58%, rgba(201, 103, 144, 0.55));
	opacity: 0.55;
}
.af-orb-1 { width: 130px; height: 130px; top: 16%; left: 9%; }
.af-orb-2 { width: 70px; height: 70px; top: 64%; left: 18%; opacity: 0.4; }
.af-orb-3 { width: 100px; height: 100px; top: 30%; right: 9%; opacity: 0.45; }

/* Who */
.af-who-note {
	font-family: var(--font-mono);
	font-size: 11.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mauve);
	text-align: right;
	line-height: 1.9;
}
.af-who-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}
.af-who-tile { border-top: 1.5px solid var(--wine); padding-top: 22px; }
.af-who-tile h3, .af-who-tile .hd--h3 { font-size: 23px; margin-bottom: 10px; }
.af-who-tile p { color: var(--mauve); font-size: 14.5px; }

/* Benefits */
.af-benefits-band {
	background: linear-gradient(175deg, var(--blush-soft) 0%, var(--cream) 92%);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.af-benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.af-benefit {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 22px;
	padding: 32px 30px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: var(--shadow-soft);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.af-benefit:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.af-benefit-stat {
	font-family: var(--font-display);
	font-size: clamp(38px, 4vw, 50px);
	line-height: 1;
	color: var(--berry);
	margin-bottom: 16px;
}
.af-benefit-stat span, .af-benefit-stat em { font-style: italic; color: var(--rose); font-size: 0.42em; margin-left: 3px; }
.af-benefit h3, .af-benefit .hd--h3 { font-family: var(--font-body); font-size: 16.5px; font-weight: 650; margin-bottom: 7px; }
.af-benefit p { color: var(--mauve); font-size: 14.5px; }

/* Steps */
.af-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	counter-reset: none;
}
.af-step { position: relative; padding-top: 26px; }
.af-step::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -26px;
	height: 1.5px;
	background: var(--blush);
}
.af-step:last-child::before { right: 0; }
.af-step::after {
	content: "";
	position: absolute;
	top: -4.5px;
	left: 0;
	width: 10px; height: 10px;
	border-radius: 50%;
	background: var(--rose);
	box-shadow: 0 0 0 5px var(--blush-soft);
}
.af-step-num {
	display: block;
	font-family: var(--font-display);
	font-style: italic;
	font-size: 30px;
	color: var(--rose);
	margin-bottom: 12px;
}
.af-step h3, .af-step .hd--h3 { font-size: 22px; margin-bottom: 8px; }
.af-step p { color: var(--mauve); font-size: 14.5px; max-width: 30ch; }

/* Application */
.af-apply-band {
	background:
		radial-gradient(56% 70% at 84% 18%, rgba(233, 195, 211, 0.42) 0%, rgba(233, 195, 211, 0) 65%),
		linear-gradient(170deg, var(--blush-soft) 0%, var(--cream) 80%);
	border-top: 1px solid var(--line);
}
.af-apply-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(36px, 6vw, 84px);
	align-items: start;
}
.af-apply-copy { position: sticky; top: 120px; }
.af-apply-lead { color: var(--mauve); margin: 20px 0 26px; max-width: 40ch; }
.af-apply-notes { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.af-apply-notes li {
	position: relative;
	padding-left: 24px;
	font-size: 14.5px;
	color: var(--wine);
}
.af-apply-notes li::before {
	content: "\2740";
	position: absolute;
	left: 0;
	top: 1px;
	color: var(--rose);
	font-size: 12px;
}
.af-apply-notes a { color: var(--berry); }

.af-form-wrap {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 26px;
	padding: clamp(28px, 4vw, 44px);
	box-shadow: var(--shadow-lift);
}
.af-form { display: grid; gap: 18px; }
.af-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.af-field { display: grid; gap: 7px; }
.af-field > span {
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mauve);
}
.af-field input,
.af-field select,
.af-field textarea {
	width: 100%;
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--wine);
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 13px 15px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}
.af-field select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23C96790' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 38px;
}
.af-field textarea { resize: vertical; min-height: 110px; }
.af-field input:focus,
.af-field select:focus,
.af-field textarea:focus {
	outline: none;
	background: #fff;
	border-color: var(--rose);
	box-shadow: 0 0 0 4px rgba(201, 103, 144, 0.14);
}
.af-field ::placeholder { color: rgba(107, 97, 101, 0.55); }
.af-consent {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	font-size: 13.5px;
	color: var(--mauve);
	background: var(--blush-soft);
	border-radius: 12px;
	padding: 13px 15px;
	cursor: pointer;
}
.af-consent input { accent-color: var(--rose); margin-top: 3px; flex-shrink: 0; }
.af-consent a { color: var(--berry); }
.af-submit { width: 100%; margin-top: 4px; }
.af-form-fine { font-size: 12px; color: var(--mauve); text-align: center; }
.af-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; margin: 0; }
.af-form-error {
	background: rgba(142, 36, 68, 0.08);
	border: 1px solid rgba(142, 36, 68, 0.25);
	color: var(--berry);
	border-radius: 12px;
	padding: 13px 15px;
	font-size: 14px;
}
.af-form-success { text-align: center; display: grid; gap: 14px; justify-items: center; padding: clamp(16px, 3vw, 40px) 0; }
.af-success-mark {
	width: 62px; height: 62px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	background: linear-gradient(140deg, var(--rose), var(--berry));
	color: #fff;
	font-size: 26px;
	box-shadow: 0 18px 32px -14px rgba(142, 36, 68, 0.65);
}
.af-form-success h3, .af-form-success .hd--h3 { font-size: 30px; }
.af-form-success p { color: var(--mauve); max-width: 40ch; }
.af-form-success .btn { margin-top: 8px; }

/* =====================================================
   Responsive
   ===================================================== */
@media (max-width: 1020px) {
	.rs-verify-grid, .af-benefits-grid { grid-template-columns: 1fr 1fr; }
	.af-who-grid, .ab-values-list, .af-steps { grid-template-columns: 1fr 1fr; gap: 34px 26px; }
	.af-step::before { right: 0; }
	.rs-chip:nth-child(2), .rs-chip:nth-child(4) { display: none; }
	.ab-chapter-03 .ab-chapter-grid { grid-template-columns: 0.32fr 0.68fr; }
	.ab-polaroid { display: none; }
}

@media (max-width: 860px) {
	.pg-sub { font-size: 15.5px; }
	.rs-chips { display: none; }
	.rs-hero, .af-hero { padding-top: 56px; padding-bottom: 64px; }
	.rs-journey-note, .af-who-note { text-align: center; }
	.rs-timeline::before { left: 24px; }
	.rs-step { gap: 20px; }
	.rs-step-num { width: 50px; height: 50px; font-size: 16px; }
	.rs-verify-grid, .af-benefits-grid { grid-template-columns: 1fr; }
	.rs-coa-grid, .af-apply-grid { grid-template-columns: 1fr; gap: 44px; }
	.rs-coa-copy .eyebrow { justify-content: center; }
	.rs-coa-copy { text-align: center; }
	.rs-coa-copy .rs-coa-lead { margin-inline: auto; }
	.rs-coa-steps { max-width: 340px; margin-inline: auto; text-align: left; }
	.rs-coa-copy .hero-ctas { justify-content: center; }
	.rs-coa-visual { padding-bottom: 90px; }
	.rs-batchcard { left: 0; }

	.ab-masthead { justify-content: center; text-align: center; flex-wrap: wrap; gap: 8px 16px; }
	.ab-hero-grid { grid-template-columns: 1fr; padding-top: 30px; }
	.ab-title { font-size: clamp(52px, 13vw, 84px); margin-bottom: 8px; }
	.ab-hero-figure { margin-top: 6px; }
	.ab-hero-imgwrap { margin-left: 0; }
	.ab-ring { left: -12px; top: -34px; }
	.ab-chapter-grid, .ab-chapter-grid-rev, .ab-chapter-03 .ab-chapter-grid { grid-template-columns: 1fr; gap: 18px; }
	.ab-chapter-head { position: static; display: flex; align-items: baseline; gap: 16px; }
	.ab-chapter-grid-rev .ab-chapter-head { order: 0; text-align: left; }
	.ab-chapter-grid-rev .ab-chapter-head .eyebrow { justify-content: flex-start; }
	.ab-chapter-grid-rev .ab-chapter-body { order: 1; }
	.ab-chapter-num { font-size: 54px; }
	.ab-chapter-body { font-size: 16px; }

	.af-apply-copy { position: static; text-align: center; }
	.af-apply-copy .eyebrow { justify-content: center; }
	.af-apply-lead { margin-inline: auto; }
	.af-apply-notes { max-width: 360px; margin-inline: auto; text-align: left; }
	.af-orb-2 { display: none; }
}

@media (max-width: 560px) {
	.af-who-grid, .ab-values-list, .af-steps { grid-template-columns: 1fr; }
	.af-field-row { grid-template-columns: 1fr; }
	.rs-strip { gap: 10px 14px; font-size: 10px; }
	.rs-cert { padding: 26px 24px 32px; }
	.ab-standfirst { font-size: 22px; }
	.ab-quote p { font-size: 26px; }
	.ab-manifesto-line { font-size: 26px; }
	.pg-title { font-size: clamp(38px, 11vw, 52px); }
}

/* Reduced motion: kill the decorative spin. */
@media (prefers-reduced-motion: reduce) {
	.ab-ring svg { animation: none; }
}

/* =====================================================
   Lab-test certificate gallery + lightbox
   ===================================================== */
.rs-labs-note {
	font-family: var(--font-mono);
	font-size: 11.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mauve);
	text-align: right;
	line-height: 1.9;
}
.rs-labs-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(16px, 2vw, 28px);
	margin-top: clamp(30px, 4vw, 46px);
}
.rs-lab {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	color: inherit;
	text-align: left;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.rs-lab-frame {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	/* 3:4 portrait via padding hack — reliable on every mobile browser
	   (aspect-ratio can collapse to zero height inside a <button> on older
	   iOS Safari, which hid the certificate images). */
	padding-top: 133.333%;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: var(--paper);
	box-shadow: var(--shadow-soft);
	transition: transform .4s cubic-bezier(.2, .7, .2, 1), box-shadow .4s ease, border-color .4s ease;
}
.rs-lab-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}
.rs-lab-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-family: var(--font-mono);
	font-size: 9.5px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--berry);
	box-shadow: 0 8px 18px -12px rgba(142, 36, 68, 0.5);
}
.rs-lab-badge span { color: var(--rose); font-size: 11px; line-height: 1; }
.rs-lab-cue {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20px;
	background: linear-gradient(to top, rgba(43, 10, 20, 0.5), rgba(43, 10, 20, 0) 55%);
	opacity: 0;
	transition: opacity .35s ease;
	font-family: var(--font-mono);
	font-size: 10.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fff;
}
.rs-lab:hover .rs-lab-frame,
.rs-lab:focus-visible .rs-lab-frame {
	transform: translateY(-6px);
	border-color: var(--rose);
	box-shadow: 0 30px 50px -26px rgba(142, 36, 68, 0.5);
}
.rs-lab:hover .rs-lab-img,
.rs-lab:focus-visible .rs-lab-img { transform: scale(1.05); }
.rs-lab:hover .rs-lab-cue,
.rs-lab:focus-visible .rs-lab-cue { opacity: 1; }
.rs-lab:focus { outline: none; }
.rs-lab:focus-visible .rs-lab-frame { outline: 2px solid var(--rose); outline-offset: 3px; }
.rs-lab-name {
	display: block;
	margin-top: 12px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: -0.01em;
	color: var(--wine);
	padding: 0 2px;
	transition: color .3s ease;
}
.rs-lab:hover .rs-lab-name,
.rs-lab:focus-visible .rs-lab-name { color: var(--berry); }
.rs-labs-foot {
	margin: clamp(28px, 4vw, 40px) auto 0;
	max-width: 62ch;
	text-align: center;
	font-size: 13.5px;
	line-height: 1.7;
	color: var(--mauve);
}

/* Lightbox */
.coa-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 4vw, 48px);
	background: rgba(43, 10, 20, 0.86);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
}
.coa-lightbox.is-open { opacity: 1; visibility: visible; }
.coa-lightbox-fig {
	position: relative;
	margin: 0;
	max-width: min(94vw, 860px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	transform: translateY(12px) scale(0.985);
	transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}
.coa-lightbox.is-open .coa-lightbox-fig { transform: none; }
.coa-lightbox-img {
	max-width: 100%;
	max-height: 82vh;
	width: auto;
	height: auto;
	object-fit: contain;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7);
}
.coa-lightbox-cap {
	margin: 0;
	font-family: var(--font-mono);
	font-size: 11.5px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--blush);
	text-align: center;
}
.coa-lightbox-close {
	position: absolute;
	top: clamp(10px, 2vw, 22px);
	right: clamp(10px, 2vw, 26px);
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	transition: background .25s ease, transform .25s ease;
}
.coa-lightbox-close:hover { background: rgba(255, 255, 255, 0.24); transform: rotate(90deg); }
body.coa-lock { overflow: hidden; }

@media (max-width: 1020px) {
	.rs-labs-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
	.rs-labs-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.rs-labs-note { text-align: center; }
	.rs-lab-name { font-size: 13.5px; }
	.rs-lab-cue { display: none; }
	.coa-lightbox-img { max-height: 74vh; }
}
@media (prefers-reduced-motion: reduce) {
	.rs-lab-frame, .rs-lab-img, .coa-lightbox, .coa-lightbox-fig { transition: none; }
}
