/* Home sections, pathway cards, FAQ cards, quality tabs, COA library */

/* ---- Hero: liquid glass ---- */

.home-hero {
	position: relative;
	overflow: hidden;
	margin-top: calc(-1 * (var(--space-3) + 4rem) - 8px); /* sit under the sticky nav */
	padding-top: calc(var(--space-3) + 5rem);
	padding-bottom: var(--space-7);
	background: linear-gradient(180deg, #f6fafd 0%, #eaf2f9 55%, #f7fbfe 100%);
}

@keyframes hero-orb-float {
	0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(2rem, -1.5rem, 0) scale(1.06); }
}

.hero-liquid__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
	animation: hero-orb-float 14s ease-in-out infinite;
}

.hero-liquid__orb--a {
	width: 42rem;
	height: 30rem;
	top: -10rem;
	left: -8rem;
	background: radial-gradient(closest-side, rgb(148 190 228 / 0.55), transparent);
}

.hero-liquid__orb--b {
	width: 38rem;
	height: 28rem;
	top: 4rem;
	right: -10rem;
	background: radial-gradient(closest-side, rgb(186 214 238 / 0.5), transparent);
	animation-delay: -5s;
}

.hero-liquid__orb--c {
	width: 46rem;
	height: 26rem;
	bottom: -12rem;
	left: 30%;
	background: radial-gradient(closest-side, rgb(214 232 246 / 0.7), transparent);
	animation-delay: -9s;
}

.hero-liquid__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	align-items: center;
	gap: var(--space-7);
	padding-block: var(--space-7) var(--space-6);
}

.hero-liquid__headline {
	font-size: clamp(2.1rem, 1.1rem + 3.1vw, 3.5rem);
	font-weight: 650;
	margin-bottom: var(--space-4);
}

.hero-liquid__sub {
	color: var(--gray);
	font-size: var(--text-l);
	max-width: 46ch;
}

.hero-liquid__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-3);
	margin-top: var(--space-5);
}

@keyframes hero-vial-float {
	0%, 100% { transform: rotate(-9deg) translateY(0); }
	50% { transform: rotate(-9deg) translateY(-0.7rem); }
}

.hero-liquid__media {
	position: relative;
	display: grid;
	place-items: center;
}

.hero-liquid__media img {
	position: relative;
	z-index: 1;
	max-height: 30rem;
	width: auto;
	animation: hero-vial-float 7s ease-in-out infinite;
	filter: drop-shadow(0 40px 44px rgb(53 73 95 / 0.28));
}

.hero-liquid__pedestal {
	position: absolute;
	bottom: -1rem;
	width: 60%;
	height: 3rem;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgb(73 97 127 / 0.22), transparent 70%);
	filter: blur(6px);
}

/* ---- Desktop: ocean photo background + floating product overlay ---- */
@media (min-width: 60rem) {
	.home-hero.hero-liquid {
		background:
			linear-gradient(90deg, rgb(244 250 253 / 0.92) 0%, rgb(244 250 253 / 0.60) 24%, rgb(244 250 253 / 0.16) 44%, rgb(244 250 253 / 0) 60%),
			url(../img/hero-ocean-bg.webp);
		background-size: cover, cover;
		background-position: center, center;
		background-repeat: no-repeat;
	}

	.home-hero .hero-liquid__orb,
	.home-hero .hero-liquid__pedestal {
		display: none;
	}

	.home-hero .hero-liquid__inner {
		min-height: 32rem;
		align-items: center;
	}

	.home-hero .hero-liquid__copy {
		max-width: 34rem;
	}

	.home-hero .hero-liquid__media {
		position: absolute;
		top: 4.5rem;
		right: 3rem;
		margin: 0;
		z-index: 2;
		pointer-events: none;
	}

	.home-hero .hero-liquid__media img {
		max-height: 30rem;
	}
}

/* ---- Mobile: same ocean photo background ---- */
@media (max-width: 60rem) {
	.home-hero.hero-liquid {
		background:
			linear-gradient(180deg, rgb(244 250 253 / 0.86) 0%, rgb(244 250 253 / 0.55) 40%, rgb(244 250 253 / 0.10) 62%, rgb(244 250 253 / 0.40) 100%),
			url(../img/hero-ocean-bg.webp);
		background-size: cover, cover;
		background-position: center, center;
		background-repeat: no-repeat;
	}

	.home-hero .hero-liquid__orb,
	.home-hero .hero-liquid__pedestal {
		display: none;
	}
}

/* Liquid glass trust cards */

.hero-liquid__cards {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gutter);
}

.glass-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-l);
	padding: var(--space-6) var(--space-6) var(--space-5);
	background: linear-gradient(135deg, rgb(255 255 255 / 0.6) 0%, rgb(255 255 255 / 0.28) 100%);
	backdrop-filter: blur(22px) saturate(1.4);
	-webkit-backdrop-filter: blur(22px) saturate(1.4);
	border: 1px solid rgb(255 255 255 / 0.75);
	box-shadow:
		0 20px 50px rgb(73 97 127 / 0.14),
		inset 0 1px 0 rgb(255 255 255 / 0.9);
	transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.glass-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 28px 64px rgb(73 97 127 / 0.2),
		inset 0 1px 0 rgb(255 255 255 / 0.95);
}

.glass-card__sheen {
	position: absolute;
	top: -60%;
	left: -30%;
	width: 60%;
	height: 220%;
	background: linear-gradient(100deg, transparent, rgb(255 255 255 / 0.5), transparent);
	transform: rotate(10deg);
	pointer-events: none;
	transition: left 0.7s var(--ease-out);
}

.glass-card:hover .glass-card__sheen {
	left: 110%;
}

/* Premium bezel ring */

.glass-card__ring {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	padding: 3px;
	background: conic-gradient(
		from 210deg,
		#c7d8ea 0%,
		#ffffff 18%,
		#a8bfd8 38%,
		#eef4fa 55%,
		#ffffff 72%,
		#b6cadf 88%,
		#c7d8ea 100%
	);
	box-shadow:
		0 6px 16px rgb(73 97 127 / 0.22),
		0 0 0 1px rgb(255 255 255 / 0.7);
	margin-bottom: var(--space-4);
}

.glass-card__ring-face {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(180deg, #fdfeff 0%, #e9f1f8 100%);
	box-shadow:
		inset 0 1px 1px rgb(255 255 255 / 0.95),
		inset 0 -3px 8px rgb(73 97 127 / 0.14);
	color: var(--accent);
}

.glass-card__ring-face svg {
	width: 22px;
	height: 22px;
}

.glass-card__ring--cold {
	box-shadow:
		0 6px 16px rgb(73 97 127 / 0.22),
		0 0 0 1px rgb(255 255 255 / 0.7),
		0 0 14px 2px rgb(140 200 255 / 0.35);
}

.glass-card__ring--cold .glass-card__ring-face {
	color: #2e6da3;
	background: linear-gradient(180deg, #fdfeff 0%, #e2f0fb 100%);
}

.glass-card__title {
	font-size: 1.2rem;
	margin-bottom: var(--space-1);
}

.glass-card__desc {
	font-size: var(--text-s);
	color: var(--gray);
	margin: 0;
}

@media (max-width: 60rem) {
	.hero-liquid__inner {
		grid-template-columns: 1fr;
		text-align: center;
		gap: var(--space-5);
	}

	.hero-liquid__actions {
		justify-content: center;
	}

	.hero-liquid__media img {
		max-height: 19rem;
	}

	.hero-liquid__cards {
		grid-template-columns: 1fr;
	}

	.glass-card {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: var(--space-4);
		align-items: center;
		padding: var(--space-4) var(--space-5);
	}

	.glass-card__ring {
		grid-row: 1 / 3;
		margin-bottom: 0;
	}

	.glass-card__title {
		margin: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-liquid__orb,
	.hero-liquid__media img {
		animation: none;
	}
}

/* ---- Pathway bento ---- */

.home-pathways {
	padding-block: var(--space-8) var(--space-5);
}

.pathway-bento {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--gutter);
}

.pathway-card {
	position: relative;
	display: block;
	border-radius: var(--radius-m);
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--line);
	text-decoration: none;
	color: var(--ink);
	min-height: 22rem;
	transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.pathway-card:hover {
	box-shadow: var(--shadow-card);
}

.pathway-card:hover {
	transform: translateY(-3px);
}

.pathway-card--large {
	min-height: clamp(24rem, 42vw, 44rem);
}

.pathway-card--wide {
	grid-column: 1 / -1;
	min-height: 18rem;
}

.pathway-card--mini {
	min-height: 13rem;
}

.pathway-card__img {
	position: absolute;
	right: 4%;
	bottom: 0;
	top: 12%;
	height: 88%;
	width: auto;
	object-fit: contain;
}

.pathway-card--mini .pathway-card__img {
	top: 8%;
	height: 96%;
}

.pathway-card__content {
	position: absolute;
	top: var(--space-5);
	left: var(--space-5);
	right: var(--space-5);
	display: block;
}

.pathway-card__title {
	display: block;
	font-size: clamp(1.4rem, 1rem + 1.4vw, 2.3rem);
	font-weight: 600;
	letter-spacing: var(--tracking-tight);
	line-height: 1.05;
	max-width: 14ch;
}

.pathway-card--mini .pathway-card__title {
	font-size: var(--text-l);
}

.pathway-card__desc {
	display: block;
	margin-top: var(--space-3);
	font-size: var(--text-s);
	color: var(--gray);
	max-width: 34ch;
}

.pathway-card--mini .pathway-card__desc {
	display: none;
}

.pathway-card__cta {
	position: absolute;
	left: var(--space-5);
	bottom: var(--space-5);
	color: var(--ink);
}

/* ---- Complete Research Catalog ---- */

.home-catalog {
	background:
		radial-gradient(50rem 32rem at 8% 0%, rgb(184 213 238 / 0.55), transparent 55%),
		radial-gradient(42rem 28rem at 96% 95%, rgb(214 229 242 / 0.4), transparent 60%),
		var(--white);
}

.home-catalog .section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 26rem);
	align-items: start;
	gap: var(--space-6);
}

.home-catalog__aside {
	display: grid;
	gap: var(--space-3);
	justify-items: start;
	padding-top: var(--space-2);
}

@media (max-width: 60rem) {
	.home-catalog .section-head {
		grid-template-columns: 1fr;
	}
}

/* ---- Premium Research Peptides ---- */

.home-premium {
	background: linear-gradient(120deg, #f2f7fb 0%, #e3edf5 100%);
}

.home-premium__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
}

.home-premium__media {
	height: 100%;
	min-height: 26rem;
	display: grid;
	place-items: center;
	padding: var(--space-6);
}

.home-premium__media img {
	max-height: 32rem;
	width: auto;
	filter: drop-shadow(0 32px 44px rgb(19 21 19 / 0.2));
}

.home-premium__copy {
	padding: clamp(2.5rem, 5vw, 5rem);
}

.home-premium__actions {
	display: flex;
	gap: var(--space-3);
}

/* ---- Quality tabs section ---- */

.home-quality {
	background: var(--white);
}

.home-quality__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: start;
}

.tab-row {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2);
	margin: var(--space-6) 0 var(--space-5);
	border-bottom: 1px solid var(--line);
	padding-bottom: var(--space-5);
}

.tab-pill {
	border: 0;
	background: none;
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	color: var(--gray);
	padding: 0.6em 1.2em;
	border-radius: var(--radius-pill);
}

.tab-pill.is-active {
	background: var(--ink);
	color: var(--white);
}

@media (min-width: 48.0625rem) {
	.quality-panel {
		min-height: 12rem; /* tallest panel copy — keeps tab switches from shifting layout */
	}
}

.quality-panel__title {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	font-size: var(--text-xl);
	flex-wrap: wrap;
}

.why-matters {
	border-left: 2px solid var(--line);
	padding-left: var(--space-4);
	margin-top: var(--space-4);
	color: var(--gray);
	font-size: var(--text-s);
}

.why-matters__label {
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	color: var(--ink);
	margin-bottom: var(--space-1);
}

.home-quality__actions {
	display: flex;
	align-items: center;
	gap: var(--space-4);
	margin-top: var(--space-6);
	flex-wrap: wrap;
}

.home-quality__note {
	font-size: var(--text-xs);
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	color: var(--gray);
}

.home-quality__media {
	position: relative;
	border-radius: var(--radius-m);
	overflow: hidden;
	min-height: 30rem;
	background:
		radial-gradient(30rem 24rem at 20% 10%, rgb(164 199 230 / 0.6), transparent 60%),
		radial-gradient(28rem 22rem at 85% 90%, rgb(196 220 240 / 0.55), transparent 62%),
		#f4f9fd;
	border: 1px solid var(--line);
	display: grid;
	place-items: center;
	padding: var(--space-7);
}

.home-quality__media img {
	max-height: 34rem;
	width: auto;
	filter: drop-shadow(0 32px 44px rgb(73 97 127 / 0.28));
}

.float-card {
	position: absolute;
	top: var(--space-5);
	right: var(--space-5);
	background: rgb(255 255 255 / 0.92);
	backdrop-filter: blur(6px);
	border-radius: var(--radius-s);
	padding: var(--space-3) var(--space-4);
	display: grid;
	gap: 2px;
	font-size: var(--text-s);
}

.float-card span {
	font-size: var(--text-xs);
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	color: var(--gray);
}

.float-cta {
	position: absolute;
	left: var(--space-5);
	bottom: var(--space-5);
	background: rgb(255 255 255 / 0.85);
	backdrop-filter: blur(6px);
	border-radius: var(--radius-pill);
	padding: 0.8em 1.5em;
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	text-decoration: none;
}

/* ---- FAQ ---- */

.home-faq {
	background: var(--white);
}

.home-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(2rem, 4vw, 4rem);
}

.faq-cards {
	display: grid;
	gap: var(--space-3);
	margin-top: var(--space-6);
}

.faq-card {
	border: 1px solid var(--line);
	border-radius: var(--radius-m);
	background: var(--white);
	padding: 0 var(--space-5);
}

.faq-card__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-4);
	padding: var(--space-5) 0;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.faq-card__q::-webkit-details-marker {
	display: none;
}

.faq-card__icon {
	flex: none;
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--gray);
	font-weight: 400;
	transition: transform 0.25s var(--ease-out);
}

.faq-card[open] .faq-card__icon {
	transform: rotate(45deg);
}

.faq-card__a {
	padding-bottom: var(--space-5);
	color: var(--gray);
}

.home-faq__pathways {
	display: grid;
	gap: var(--gutter);
	align-content: start;
}

/* ---- Brand statement ---- */

.home-statement {
	background:
		radial-gradient(44rem 30rem at 15% 20%, rgb(184 213 238 / 0.6), transparent 60%),
		radial-gradient(40rem 30rem at 85% 85%, rgb(214 229 242 / 0.5), transparent 60%),
		#f4f8fc;
	min-height: clamp(26rem, 48vw, 40rem);
}

.home-statement__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: var(--space-6);
	padding: clamp(2.5rem, 5vw, 5rem);
}

.home-statement__media {
	display: grid;
	place-items: center;
}

.home-statement__media img {
	max-height: 30rem;
	width: auto;
	transform: rotate(8deg);
	filter: drop-shadow(0 32px 44px rgb(19 21 19 / 0.2));
}

.home-statement__copy {
	max-width: 34rem;
}

.home-statement__copy p {
	color: var(--gray);
}

.home-statement__actions {
	display: flex;
	gap: var(--space-3);
}

/* ---- COA library ---- */

.coa-library {
	padding-block: var(--space-6) var(--space-8);
}

.coa-table-wrap {
	overflow-x: auto;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-m);
}

.coa-table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--text-s);
}

.coa-table th,
.coa-table td {
	text-align: left;
	padding: var(--space-4) var(--space-5);
	border-bottom: 1px solid var(--line);
}

.coa-table thead th {
	font-size: var(--text-xs);
	text-transform: uppercase;
	letter-spacing: var(--tracking-wide);
	color: var(--gray);
	background: var(--bg);
}

.coa-table tbody tr:last-child td {
	border-bottom: 0;
}

.coa-table__product {
	font-weight: 600;
	text-decoration: none;
}

.coa-method {
	margin-top: var(--space-8);
}

.coa-method__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	gap: var(--space-5);
}

.coa-method__grid p {
	color: var(--gray);
	font-size: var(--text-s);
}

.azoth-disclaimer {
	border: 1px solid var(--line);
	border-radius: var(--radius-m);
	padding: var(--space-4);
	font-size: var(--text-s);
	color: var(--gray);
	background: var(--bg);
}

.azoth-badges {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2);
	list-style: none;
	margin: var(--space-4) 0 0;
	padding: 0;
}

.azoth-badge {
	font-size: var(--text-xs);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border: 1px solid var(--line);
	border-radius: var(--radius-pill);
	padding: var(--space-1) var(--space-3);
	background: var(--white);
	color: var(--gray);
}

.prose {
	padding-block: var(--space-7);
}

/* Mobile */

@media (max-width: 60rem) {
	.pathway-bento {
		grid-template-columns: 1fr;
	}

	.pathway-card--large {
		min-height: 20rem;
	}

	.home-premium__grid,
	.home-quality__grid,
	.home-faq__grid {
		grid-template-columns: 1fr;
	}

	.home-statement__inner {
		grid-template-columns: 1fr;
	}
}

/* ---- Trust strip (home + PDP) ---- */

.trust-strip {
	border-block: 1px solid var(--line);
	background: var(--white);
	padding-block: var(--space-6);
}

.trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.trust-strip__item {
	padding-inline: clamp(1rem, 3vw, 3rem);
	border-left: 1px solid var(--line);
	text-align: left;
}

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

.trust-strip__icon {
	display: inline-grid;
	place-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--accent);
	margin-bottom: var(--space-3);
}

.trust-strip__icon svg {
	width: 20px;
	height: 20px;
}

.trust-strip__title {
	font-size: 1.6rem;
	white-space: nowrap;
	margin-bottom: var(--space-1);
}

.trust-strip__desc {
	font-size: var(--text-s);
	color: var(--gray);
	margin: 0;
	max-width: 30ch;
}

@media (max-width: 48rem) {
	.trust-strip__grid {
		grid-template-columns: 1fr;
		gap: var(--space-5);
	}

	.trust-strip__item {
		border-left: 0;
		padding-inline: 0;
	}
}

/* ---- Trust strip variants lab + glow effects ---- */

@keyframes azoth-glow-pulse {
	0%, 100% { box-shadow: 0 0 9px 1px rgb(140 200 255 / 0.22); }
	50% { box-shadow: 0 0 9px 1px rgb(140 200 255 / 0.22); }
}

@keyframes azoth-shimmer {
	0% { transform: translateX(-60%) rotate(8deg); }
	100% { transform: translateX(160%) rotate(8deg); }
}

/* V1 — frosted glass cards on slate gradient */

.tsv1 {
	background: linear-gradient(150deg, #5a7494 0%, var(--accent) 45%, var(--accent-deep) 100%);
	padding: clamp(2rem, 4vw, 4rem);
	position: relative;
	overflow: hidden;
}

.tsv1::before,
.tsv1::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	pointer-events: none;
}

.tsv1::before {
	width: 34rem;
	height: 24rem;
	right: -8rem;
	top: -10rem;
	background: rgb(150 205 255 / 0.35);
}

.tsv1::after {
	width: 26rem;
	height: 20rem;
	left: -6rem;
	bottom: -10rem;
	background: rgb(120 170 220 / 0.28);
}

.tsv1__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gutter);
}

.tsv1__card {
	position: relative;
	overflow: hidden;
	background: rgb(255 255 255 / 0.08);
	border: 1px solid rgb(255 255 255 / 0.18);
	backdrop-filter: blur(14px);
	border-radius: var(--radius-m);
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
	color: var(--white);
}

.tsv1__card--cold::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(20rem 10rem at 85% 115%, rgb(150 215 255 / 0.4), transparent 65%);
	pointer-events: none;
}

.tsv1__card--cold::after {
	content: "";
	position: absolute;
	top: -60%;
	bottom: -60%;
	width: 3rem;
	background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.16), transparent);
	animation: azoth-shimmer 3.2s ease-in-out infinite;
	pointer-events: none;
}

.tsv1__icon {
	display: inline-grid;
	place-items: center;
	width: 2.9rem;
	height: 2.9rem;
	border-radius: 50%;
	background: rgb(255 255 255 / 0.12);
	border: 1px solid rgb(255 255 255 / 0.28);
	color: #d8ecff;
	margin-bottom: var(--space-4);
	box-shadow: 0 0 20px rgb(140 200 255 / 0.35);
}

.tsv1__card--cold .tsv1__icon {
	animation: azoth-glow-pulse 2.8s ease-in-out infinite;
	color: #eaf7ff;
}

.tsv1__icon svg {
	width: 21px;
	height: 21px;
}

.tsv1__title {
	font-size: 1.25rem;
	color: var(--white);
	margin-bottom: var(--space-2);
}

.tsv1__desc {
	font-size: var(--text-s);
	color: rgb(255 255 255 / 0.75);
	margin: 0;
}

/* V2 — icy glow tiles on white */

.tsv2__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gutter);
}

.tsv2__tile {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f6fafd 0%, var(--white) 60%);
	border: 1px solid var(--line);
	border-radius: var(--radius-m);
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
}

.tsv2__tile--cold {
	border: 1px solid transparent;
	background:
		linear-gradient(180deg, #f4fafe 0%, #ffffff 60%) padding-box,
		linear-gradient(120deg, #bfe0f7, #8fc5ee 35%, #a5d8ff 65%, #bfe0f7) border-box;
	box-shadow: 0 8px 40px rgb(120 180 235 / 0.3);
}

.tsv2__icon {
	display: inline-grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: linear-gradient(180deg, #e8f2fb, #ffffff);
	border: 1px solid #d3e3f2;
	color: var(--accent);
	margin-bottom: var(--space-4);
}

.tsv2__tile--cold .tsv2__icon {
	color: #2e6da3;
	animation: azoth-glow-pulse 3s ease-in-out infinite;
}

.tsv2__icon svg {
	width: 20px;
	height: 20px;
}

.tsv2__title {
	font-size: 1.25rem;
	margin-bottom: var(--space-2);
}

.tsv2__desc {
	font-size: var(--text-s);
	color: var(--gray);
	margin: 0;
}

/* V3 — glow beam bar */

.tsv3 {
	display: flex;
	justify-content: center;
}

.tsv3__bar {
	position: relative;
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.5vw, 2.5rem);
	background: linear-gradient(140deg, var(--accent-deep), var(--accent));
	color: var(--white);
	border-radius: var(--radius-pill);
	padding: 1rem clamp(1.5rem, 3vw, 3rem);
	box-shadow:
		0 24px 70px rgb(73 97 127 / 0.4),
		inset 0 0 0 1px rgb(255 255 255 / 0.1);
}

.tsv3__bar::before {
	content: "";
	position: absolute;
	inset: 60% -2rem -2.5rem;
	background: radial-gradient(50% 100% at 50% 0%, rgb(120 180 235 / 0.45), transparent 70%);
	filter: blur(18px);
	z-index: -1;
	pointer-events: none;
}

.tsv3__item {
	display: inline-flex;
	align-items: center;
	gap: var(--space-3);
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	white-space: nowrap;
}

.tsv3__icon {
	display: inline-grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgb(255 255 255 / 0.1);
	border: 1px solid rgb(255 255 255 / 0.22);
	color: #cfe8ff;
}

.tsv3__icon svg {
	width: 15px;
	height: 15px;
}

.tsv3__item--cold .tsv3__icon {
	animation: azoth-glow-pulse 2.6s ease-in-out infinite;
	color: #ffffff;
}

.tsv3__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #9cc4ea;
	box-shadow: 0 0 12px 3px rgb(156 196 234 / 0.8);
	flex: none;
}

@media (max-width: 60rem) {
	.tsv1__grid,
	.tsv2__grid {
		grid-template-columns: 1fr;
	}

	.tsv3__bar {
		flex-direction: column;
		align-items: flex-start;
		border-radius: var(--radius-l);
		width: 100%;
	}

	.tsv3__dot {
		display: none;
	}

	.tsv3__item {
		white-space: normal;
	}
}

/* ---- PDP hero trust badges ---- */

.hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2);
	margin: 0 0 var(--space-4);
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2);
	padding: 0.55em 1em;
	border-radius: var(--radius-pill);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #f6fafd, #eef4fa);
	border: 1px solid #d9e6f2;
	color: var(--accent);
}

.hero-badge svg {
	width: 14px;
	height: 14px;
}

.hero-badge--cold {
	color: #2e6da3;
	border-color: #b9def7;
	background: linear-gradient(180deg, #f2fbff, #e7f4fd);
	animation: azoth-glow-pulse 3s ease-in-out infinite;
}

/* ---- Icon treatment lab (hero card rings) ---- */

.icx {
	display: inline-grid;
	place-items: center;
	margin-bottom: var(--space-4);
	color: var(--accent);
}

.icx svg {
	width: 22px;
	height: 22px;
}

/* R1 — frosted squircle tile */
.icx1 .icx {
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 16px;
	background: linear-gradient(180deg, rgb(255 255 255 / 0.85), rgb(255 255 255 / 0.45));
	border: 1px solid rgb(255 255 255 / 0.9);
	box-shadow: 0 8px 20px rgb(73 97 127 / 0.14), inset 0 1px 0 rgb(255 255 255 / 0.95);
	backdrop-filter: blur(10px);
}

.icx1 .icx--cold {
	color: #2e6da3;
	box-shadow: 0 8px 20px rgb(73 97 127 / 0.14), inset 0 1px 0 rgb(255 255 255 / 0.95), 0 0 12px 2px rgb(140 200 255 / 0.3);
}

/* R2 — hairline ring */
.icx2 .icx {
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	border: 1.5px solid rgb(73 97 127 / 0.35);
	background: transparent;
}

.icx2 .icx--cold {
	color: #2e6da3;
	border-color: rgb(102 168 219 / 0.55);
	box-shadow: 0 0 10px 1px rgb(140 200 255 / 0.25);
}

/* R3 — gradient chip */
.icx3 .icx {
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 14px;
	background: linear-gradient(135deg, #6d87a5 0%, var(--accent) 60%, var(--accent-deep) 100%);
	color: var(--white);
	box-shadow: 0 10px 22px rgb(73 97 127 / 0.3);
}

.icx3 .icx--cold {
	background: linear-gradient(135deg, #5a8cc0 0%, #3f6f9e 60%, #315a82 100%);
	box-shadow: 0 10px 22px rgb(73 97 127 / 0.3), 0 0 14px 2px rgb(140 200 255 / 0.35);
}

/* R4 — glass ring (visionOS annulus) */
.icx4 .icx {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	border: 5px solid rgb(255 255 255 / 0.55);
	background: rgb(255 255 255 / 0.12);
	backdrop-filter: blur(8px);
	box-shadow:
		0 10px 24px rgb(73 97 127 / 0.16),
		inset 0 1px 2px rgb(255 255 255 / 0.8);
}

.icx4 .icx--cold {
	color: #2e6da3;
	box-shadow:
		0 10px 24px rgb(73 97 127 / 0.16),
		inset 0 1px 2px rgb(255 255 255 / 0.8),
		0 0 14px 3px rgb(140 200 255 / 0.35);
}

/* R5 — bare icon, text-first */
.icx5 .icx {
	width: auto;
	height: auto;
	margin-bottom: var(--space-3);
	filter: drop-shadow(0 4px 10px rgb(73 97 127 / 0.25));
}

.icx5 .icx svg {
	width: 26px;
	height: 26px;
}

.icx5 .icx--cold {
	color: #2e6da3;
	filter: drop-shadow(0 0 10px rgb(140 200 255 / 0.5));
}

/* ---- Lab: hero-context backdrop + frosted beam bar ---- */

.lab-hero-bg {
	background: linear-gradient(180deg, #f6fafd 0%, #eaf2f9 55%, #f7fbfe 100%);
	padding-block: var(--space-6);
}

.tsv3--frost .tsv3__bar {
	background: linear-gradient(135deg, rgb(255 255 255 / 0.62) 0%, rgb(255 255 255 / 0.3) 100%);
	backdrop-filter: blur(22px) saturate(1.4);
	-webkit-backdrop-filter: blur(22px) saturate(1.4);
	color: var(--ink);
	border: 1px solid rgb(255 255 255 / 0.8);
	box-shadow:
		0 20px 50px rgb(73 97 127 / 0.16),
		inset 0 1px 0 rgb(255 255 255 / 0.9);
}

.tsv3--frost .tsv3__bar::before {
	background: radial-gradient(50% 100% at 50% 0%, rgb(140 190 235 / 0.35), transparent 70%);
}

.tsv3--frost .tsv3__icon {
	background: rgb(73 97 127 / 0.07);
	border: 1px solid rgb(73 97 127 / 0.18);
	color: var(--accent);
}

.tsv3--frost .tsv3__dot {
	background: var(--accent);
	box-shadow: 0 0 10px 2px rgb(140 200 255 / 0.5);
}

.tsv3--frost .tsv3__item--cold .tsv3__icon {
	color: #2e6da3;
	border-color: rgb(102 168 219 / 0.45);
}

/* ---- Hero ice tiles — V2, glow confined to the borders ---- */

.ice-tile {
	position: relative;
	border-radius: var(--radius-m);
	padding: var(--space-6) var(--space-6) var(--space-5);
	border: 1.5px solid transparent;
	background:
		linear-gradient(180deg, #fbfdff 0%, #ffffff 65%) padding-box,
		linear-gradient(120deg, rgb(190 222 246 / 0.95) 0%, rgb(140 178 214 / 0.55) 35%, rgb(212 236 252 / 0.95) 65%, rgb(170 205 236 / 0.9) 100%) border-box;
	box-shadow: 0 10px 28px rgb(73 97 127 / 0.08);
	transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.ice-tile:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgb(73 97 127 / 0.12);
}

.ice-tile--cold {
	background:
		linear-gradient(180deg, #f9fdff 0%, #ffffff 65%) padding-box,
		linear-gradient(120deg, rgb(150 210 250 / 1) 0%, rgb(96 156 205 / 0.75) 35%, rgb(190 232 255 / 1) 65%, rgb(130 195 245 / 0.95) 100%) border-box;
}

.ice-tile__icon {
	display: inline-grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: linear-gradient(180deg, #eef4fa, #ffffff);
	border: 1px solid #d3e3f2;
	color: var(--accent);
	margin-bottom: var(--space-4);
}

.ice-tile__icon svg {
	width: 20px;
	height: 20px;
}

.ice-tile--cold .ice-tile__icon {
	color: #2e6da3;
	border-color: #bfdcf3;
}

.ice-tile__title {
	font-size: 1.2rem;
	margin-bottom: var(--space-1);
}

.ice-tile__desc {
	font-size: var(--text-s);
	color: var(--gray);
	margin: 0;
}

@media (max-width: 60rem) {
	.ice-tile {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: var(--space-4);
		align-items: center;
		padding: var(--space-4) var(--space-5);
	}

	.ice-tile__icon {
		grid-row: 1 / 3;
		margin-bottom: 0;
	}

	.ice-tile__title {
		margin: 0;
	}
}

/* ══════════ Mobile optimization pass ══════════ */

@media (max-width: 48rem) {
	/* Tab pills: one scrollable row beats a ragged two-line wrap. */
	.tab-row {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		padding-bottom: var(--space-4);
	}

	.tab-row::-webkit-scrollbar {
		display: none;
	}

	.tab-row .tab-pill {
		flex-shrink: 0;
		padding-block: 0.7em;
	}

	.coa-table td,
	.coa-table th {
		padding-block: var(--space-3);
	}

	.coa-table a {
		display: inline-block;
		padding-block: 0.3rem;
	}
}

/* Quality headline: sized so "Quality you can verify," holds one line
   in its half-width column — two lines total. */
.home-quality .display-title {
	font-size: clamp(2rem, 1.2rem + 2.6vw, 3.2rem);
}

/* Hero trust tiles: centered when stacked on mobile. */
@media (max-width: 48rem) {
	.tsv2__tile {
		text-align: center;
	}

	.tsv2__icon {
		margin-inline: auto;
	}
}

/* ══════════ Ionic Mucosal Delivery — home science section ══════════ */

.nasal-delivery {
	position: relative;
	scroll-margin-top: 6rem;
	overflow: hidden;
	width: calc(100% - 2 * var(--gutter));
	margin: var(--space-6) auto;
	border-radius: var(--radius-l);
	padding: clamp(2.5rem, 5vw, 5.5rem) 0;
	color: rgb(255 255 255 / 0.92);
	background:
		radial-gradient(120% 90% at 85% 0%, #40566f 0%, transparent 55%),
		linear-gradient(160deg, #2b3c4f 0%, #1c2836 60%, #161f2b 100%);
	isolation: isolate;
}

.nasal-delivery__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	pointer-events: none;
	z-index: 0;
}

.nasal-delivery__orb--a {
	width: 34rem;
	height: 30rem;
	top: -8rem;
	right: -6rem;
	background: radial-gradient(closest-side, rgb(120 170 220 / 0.5), transparent);
}

.nasal-delivery__orb--b {
	width: 30rem;
	height: 26rem;
	bottom: -10rem;
	left: -6rem;
	background: radial-gradient(closest-side, rgb(90 130 175 / 0.4), transparent);
}

.nasal-delivery__inner {
	position: relative;
	z-index: 1;
}

/* Header: copy left, product render right. */
.nasal-delivery__head {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 4rem);
	margin-bottom: var(--space-7);
}

.nasal-delivery__eyebrow {
	color: #a9c6e4;
	margin-bottom: var(--space-3);
}

.nasal-delivery__title {
	font-size: clamp(2rem, 1.1rem + 3vw, 3.4rem);
	line-height: 1.05;
	margin-bottom: var(--space-4);
}

.nasal-delivery__lede {
	color: rgb(255 255 255 / 0.72);
	font-size: var(--text-l);
	max-width: 42rem;
	margin: 0;
}

.nasal-delivery__media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 20rem;
}

.nasal-delivery__media img {
	position: relative;
	z-index: 1;
	max-height: 26rem;
	width: auto;
	animation: hero-vial-float 7s ease-in-out infinite;
	filter: drop-shadow(0 40px 50px rgb(0 0 0 / 0.45));
}

.nasal-delivery__glow {
	position: absolute;
	inset: 12% 18%;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgb(150 195 235 / 0.4), transparent 70%);
	filter: blur(40px);
	z-index: 0;
}

/* Hero cross-section band — the money shot. */
.nasal-delivery__barrier {
	margin: 0 0 var(--space-7);
	border-radius: var(--radius-l);
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 0.12);
	box-shadow: 0 30px 70px rgb(0 0 0 / 0.4);
}

.nasal-delivery__barrier img {
	width: 100%;
	height: auto;
	display: block;
}

.nasal-delivery__barrier-cap {
	padding: var(--space-4) var(--space-5);
	font-size: var(--text-s);
	color: rgb(255 255 255 / 0.6);
	background: rgb(255 255 255 / 0.04);
	border-top: 1px solid rgb(255 255 255 / 0.1);
}

.nasal-delivery__mech-label {
	font-size: var(--text-s);
	font-weight: 600;
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	color: #a9c6e4;
	margin-bottom: var(--space-5);
}

/* Preview Version A — original layout: spray float + mechanism list w/ thumbnails. */
.nasal-delivery__head--stack {
	display: block;
	max-width: 52rem;
}

.delivery-list {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 4rem);
	margin-bottom: var(--space-7);
}

.delivery-list__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: var(--space-4);
	align-items: center;
	padding: var(--space-4) 0;
	border-top: 1px solid rgb(255 255 255 / 0.12);
}

.delivery-list__item:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.delivery-list__thumb {
	display: block;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: var(--radius-m);
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 0.14);
	flex-shrink: 0;
}

.delivery-list__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Three mechanism cards — generated 3D renders + captions. */
.delivery-mechs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gutter);
	margin-bottom: var(--space-7);
}

.delivery-mech {
	margin: 0;
	display: flex;
	flex-direction: column;
	border-radius: var(--radius-m);
	overflow: hidden;
	background: rgb(255 255 255 / 0.04);
	border: 1px solid rgb(255 255 255 / 0.1);
}

.delivery-mech__media {
	display: block;
	aspect-ratio: 16 / 11;
	overflow: hidden;
}

.delivery-mech__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.delivery-mech__body {
	padding: var(--space-5);
}

.delivery-mech__title {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	font-size: 1.2rem;
	margin: 0 0 var(--space-2);
	color: #fff;
}

.delivery-mech__ticon {
	display: inline-grid;
	place-items: center;
	width: 1.7rem;
	height: 1.7rem;
	flex-shrink: 0;
	color: #a9c6e4;
}

.delivery-mech__ticon svg {
	width: 20px;
	height: 20px;
}

.delivery-mech__desc {
	margin: 0;
	font-size: var(--text-s);
	color: rgb(255 255 255 / 0.66);
	line-height: 1.6;
}

.nasal-delivery__stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: var(--gutter);
	padding: var(--space-6) 0;
	border-top: 1px solid rgb(255 255 255 / 0.12);
	border-bottom: 1px solid rgb(255 255 255 / 0.12);
	margin-bottom: var(--space-6);
}

.delivery-stat {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.delivery-stat__value {
	font-family: var(--font-display);
	font-size: clamp(1.5rem, 1rem + 1.4vw, 2.2rem);
	font-weight: 650;
	letter-spacing: var(--tracking-tight);
	line-height: 1;
	color: #fff;
}

.delivery-stat__label {
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	color: #a9c6e4;
}

.delivery-stat__note {
	font-size: var(--text-xs);
	color: rgb(255 255 255 / 0.55);
	line-height: 1.45;
}

.nasal-delivery__foot {
	display: flex;
	align-items: center;
	gap: var(--space-5);
	flex-wrap: wrap;
}

.button--on-dark {
	background: #fff;
	border-color: #fff;
	color: var(--accent-deep);
}

.button--on-dark:hover {
	background: #eaf1f8;
	border-color: #eaf1f8;
}

.nasal-delivery__disclaimer {
	margin: 0;
	font-size: var(--text-xs);
	color: rgb(255 255 255 / 0.45);
	max-width: 30rem;
}

@media (max-width: 60rem) {
	.nasal-delivery__head {
		grid-template-columns: 1fr;
	}

	.nasal-delivery__media {
		min-height: 0;
		order: -1;
	}

	.nasal-delivery__media img {
		max-height: 18rem;
	}

	/* Mobile: cards reflow into A-style list rows with a large thumbnail. */
	.delivery-mechs {
		grid-template-columns: 1fr;
		max-width: 38rem;
		gap: var(--space-4);
	}

	.delivery-mech {
		flex-direction: row;
		align-items: center;
	}

	.delivery-mech__media {
		width: 8rem;
		aspect-ratio: 1;
		flex-shrink: 0;
		align-self: stretch;
	}

	.delivery-mech__body {
		flex: 1;
		padding: var(--space-4);
	}

	.delivery-list {
		grid-template-columns: 1fr;
	}

	.delivery-list .nasal-delivery__media {
		order: -1;
	}

	/* Stats become centered tiles on tablet/mobile. */
	.nasal-delivery__stats {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--space-3);
		padding: var(--space-5) 0 0;
		border: 0;
		margin-bottom: var(--space-5);
	}

	.delivery-stat {
		align-items: center;
		text-align: center;
		gap: 0.4rem;
		padding: var(--space-4) var(--space-3);
		border-radius: var(--radius-m);
		background: rgb(255 255 255 / 0.04);
		border: 1px solid rgb(255 255 255 / 0.1);
	}

	.delivery-stat__value {
		font-size: 1.5rem;
	}

	.delivery-stat:last-child {
		grid-column: 1 / -1;
	}

	/* Center the CTA + disclaimer on mobile. */
	.nasal-delivery__foot {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: var(--space-4);
	}

	/* Version C — mobile carousel: large cards, centered snap-scroll. */
	.delivery-mechs--carousel {
		display: flex;
		max-width: none;
		gap: var(--space-4);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 10%;
		padding-inline: 10%;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.delivery-mechs--carousel::-webkit-scrollbar {
		display: none;
	}

	.delivery-mechs--carousel .delivery-mech {
		flex: 0 0 80%;
		max-width: 22rem;
		flex-direction: column;
		align-items: stretch;
		scroll-snap-align: center;
	}

	.delivery-mechs--carousel .delivery-mech__media {
		width: auto;
		aspect-ratio: 16 / 11;
		align-self: auto;
	}

	.delivery-mechs--carousel .delivery-mech__body {
		padding: var(--space-5);
	}
}

@media (max-width: 40rem) {
	.delivery-stat__value {
		font-size: 1.35rem;
	}
}

/* ══════════ Delivery band — condensed, nasal PDPs ══════════ */

.delivery-band {
	background:
		radial-gradient(120% 90% at 90% 0%, #40566f 0%, transparent 55%),
		linear-gradient(160deg, #2b3c4f 0%, #1c2836 70%);
	color: rgb(255 255 255 / 0.9);
}

.delivery-band__inner {
	padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 4vw, 4.5rem);
}

.delivery-band__eyebrow {
	color: #a9c6e4;
}

.delivery-band__title {
	font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.4rem);
	margin-bottom: var(--space-3);
	color: #fff;
}

.delivery-band__lede {
	color: rgb(255 255 255 / 0.7);
	max-width: 44rem;
	margin-bottom: var(--space-6);
}

.delivery-band__stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: var(--gutter);
	padding-block: var(--space-5);
	border-top: 1px solid rgb(255 255 255 / 0.12);
	border-bottom: 1px solid rgb(255 255 255 / 0.12);
	margin-bottom: var(--space-5);
}

.delivery-band__mech-label {
	font-size: var(--text-s);
	font-weight: 600;
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	color: #a9c6e4;
	margin-bottom: var(--space-5);
}

.delivery-band__mechs {
	margin-bottom: var(--space-6);
}

.delivery-band__cta {
	color: #bcd6f0;
}

.delivery-band__disclaimer {
	margin: var(--space-4) 0 0;
	font-size: var(--text-xs);
	color: rgb(255 255 255 / 0.45);
}

@media (max-width: 48rem) {
	.delivery-band__stats {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--space-4) var(--gutter);
	}
}

/* ══════════ Contact page ══════════ */

.contact-page {
	padding-block: var(--space-7) var(--space-9);
}

.contact-hero {
	max-width: 44rem;
	margin-bottom: var(--space-7);
}

.contact-hero__title {
	font-size: var(--text-2xl);
	margin-bottom: var(--space-4);
}

.contact-hero__lede {
	color: var(--gray);
	font-size: var(--text-l);
	margin: 0;
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: start;
}

.contact-form-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius-l);
	padding: clamp(1.5rem, 3vw, 2.75rem);
}

.contact-alert {
	border-radius: var(--radius-m);
	padding: var(--space-4) var(--space-5);
	margin-bottom: var(--space-5);
	font-size: var(--text-s);
	line-height: 1.5;
}

.contact-alert strong {
	display: block;
}

.contact-alert--ok {
	background: var(--accent-tint);
	color: var(--accent-deep);
}

.contact-alert--err {
	background: #fbeaea;
	color: #8a2b2b;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
}

.contact-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contact-field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-4);
}

.contact-field {
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
}

.contact-field__label {
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: var(--tracking-wide);
	text-transform: uppercase;
	color: var(--gray);
}

.contact-field input,
.contact-field select,
.contact-field textarea {
	width: 100%;
	font: inherit;
	font-size: 16px;
	color: var(--ink);
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	padding: 0.75em 0.9em;
	transition: border-color 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
}

.contact-field textarea {
	resize: vertical;
	min-height: 8rem;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
	outline: 0;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px var(--accent-tint);
}

.contact-form .button {
	margin-top: var(--space-2);
}

.contact-form__note {
	margin: 0;
	font-size: var(--text-xs);
	color: var(--gray);
	text-align: center;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
}

.contact-info__card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-m);
	padding: var(--space-5);
}

.contact-info__icon {
	display: inline-grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	color: var(--accent);
	background: var(--accent-tint);
	margin-bottom: var(--space-3);
}

.contact-info__icon svg {
	width: 20px;
	height: 20px;
}

.contact-info__title {
	font-size: 1.05rem;
	margin: 0 0 var(--space-1);
}

.contact-info__link {
	display: inline-block;
	color: var(--accent);
	font-weight: 600;
	text-decoration: none;
	margin-bottom: var(--space-2);
}

.contact-info__link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.contact-info__desc {
	margin: 0;
	font-size: var(--text-s);
	color: var(--gray);
	line-height: 1.55;
}

.contact-info__made {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	padding: var(--space-4) var(--space-5);
	border-radius: var(--radius-m);
	background: var(--accent-tint);
	color: var(--accent-deep);
	font-size: var(--text-s);
	line-height: 1.5;
}

@media (max-width: 56rem) {
	.contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 34rem) {
	.contact-field-row {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   About page
   ========================================================================== */

.about-page {
	padding-bottom: var(--space-9);
}

.section-head--center {
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: var(--space-2);
}

.section-head--center .eyebrow {
	margin-bottom: 0;
}

/* Hero */
.about-hero {
	padding-top: clamp(3rem, 7vw, 6rem);
	padding-bottom: clamp(1.5rem, 4vw, 3rem);
	max-width: 54rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.about-hero__title {
	font-size: var(--text-hero);
	line-height: 1.02;
	letter-spacing: -0.02em;
	margin: 0 auto var(--space-5);
	max-width: 20ch;
}

.about-hero__lede {
	color: var(--gray);
	font-size: var(--text-l);
	line-height: 1.55;
	max-width: 44rem;
	margin: 0 auto;
}

/* Story split — cinematic photo + copy */
.about-story__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.about-story__media {
	margin: 0;
	border-radius: var(--radius-m);
	overflow: hidden;
	aspect-ratio: 4 / 5;
	box-shadow: 0 24px 60px rgb(24 33 45 / 0.18);
}

.about-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-story__copy p {
	color: var(--gray);
	font-size: 1.125rem;
	line-height: 1.7;
	margin: 0 0 var(--space-4);
	max-width: 36rem;
}

.about-story__copy p:last-child {
	margin-bottom: 0;
}

/* Commitments — glass-morphism band, matches the PDP purity section */
.about-commit {
	background:
		radial-gradient(44rem 30rem at 12% 8%, rgb(164 199 230 / 0.5), transparent 60%),
		radial-gradient(40rem 28rem at 90% 95%, rgb(196 220 240 / 0.45), transparent 60%),
		#f6fafd;
	color: var(--ink);
	padding: clamp(2.25rem, 4.5vw, 4.5rem);
	display: flex;
	flex-direction: column;
	gap: var(--space-7);
}

.about-commit__head {
	text-align: center;
}

.about-commit__head .eyebrow {
	margin-bottom: var(--space-3);
}

.about-commit__title {
	font-size: var(--text-2xl);
	color: var(--ink);
	margin: 0;
}

.about-commit__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	background: rgb(255 255 255 / 0.5);
	backdrop-filter: blur(18px) saturate(1.3);
	border: 1px solid rgb(255 255 255 / 0.7);
	border-radius: var(--radius-m);
	box-shadow: 0 16px 50px rgb(73 97 127 / 0.12);
	padding: clamp(1.75rem, 3vw, 3rem);
}

.about-commit__icon {
	display: inline-flex;
	color: var(--accent);
}

.about-commit__icon svg {
	width: 34px;
	height: 34px;
}

.about-commit__feature h3 {
	font-size: var(--text-l);
	color: var(--ink);
	margin: var(--space-4) 0 var(--space-2);
}

.about-commit__feature p {
	font-size: var(--text-s);
	color: var(--gray);
	line-height: 1.6;
	margin: 0;
}

/* ---- Dark "Azoth standard" proof band — sibling of the delivery section ---- */
.about-proof {
	scroll-margin-top: 6rem;
}

.about-proof__head {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 4rem);
	margin-bottom: var(--space-8);
}

.about-proof__intro .nasal-delivery__lede {
	margin-top: var(--space-4);
}

.about-proof__frame {
	margin: 0;
	border-radius: var(--radius-l);
	overflow: hidden;
	aspect-ratio: 5 / 4;
	border: 1px solid rgb(255 255 255 / 0.12);
	box-shadow: 0 30px 70px rgb(0 0 0 / 0.45);
}

.about-proof__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-proof__steps {
	list-style: none;
	margin: 0 0 var(--space-8);
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gutter);
}

.about-proof__step {
	display: flex;
	flex-direction: column;
	border-radius: var(--radius-m);
	padding: var(--space-5);
	background: rgb(255 255 255 / 0.04);
	border: 1px solid rgb(255 255 255 / 0.1);
}

.about-proof__step-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: var(--space-4);
}

.about-proof__step-icon {
	display: inline-grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: var(--radius-s);
	background: rgb(169 198 228 / 0.14);
	color: #a9c6e4;
}

.about-proof__step-icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.about-proof__step-n {
	font-family: var(--font-display);
	font-size: 1.6rem;
	font-weight: 650;
	color: rgb(255 255 255 / 0.32);
	line-height: 1;
}

.about-proof__step-title {
	font-size: 1.1rem;
	color: #fff;
	margin: 0 0 var(--space-2);
}

.about-proof__step-body {
	font-size: var(--text-s);
	color: rgb(255 255 255 / 0.66);
	line-height: 1.6;
	margin: 0;
}

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

/* RUO commitment */
.about-ruo {
	padding-top: clamp(2.5rem, 5vw, 4rem);
}

.about-ruo__card {
	display: flex;
	gap: var(--space-5);
	align-items: flex-start;
	background: var(--accent-tint);
	border-radius: var(--radius-l);
	padding: clamp(1.75rem, 3.5vw, 3rem);
}

.about-ruo__icon {
	flex: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: var(--radius-m);
	background: #fff;
	color: var(--accent-deep);
}

.about-ruo__icon svg {
	width: 1.6rem;
	height: 1.6rem;
}

.about-ruo__title {
	font-size: var(--text-xl);
	margin: 0 0 var(--space-3);
}

.about-ruo__body {
	color: var(--accent-deep);
	line-height: 1.6;
	margin: 0;
	max-width: 46rem;
}

/* Closing CTA */
.about-cta {
	text-align: center;
	padding-top: clamp(3rem, 7vw, 6rem);
}

.about-cta__title {
	font-size: var(--text-2xl);
	margin: 0 0 var(--space-3);
}

.about-cta__lede {
	color: var(--gray);
	max-width: 34rem;
	margin: 0 auto var(--space-6);
}

.about-cta__actions {
	display: flex;
	gap: var(--space-3);
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 60rem) {
	.about-commit__features {
		grid-template-columns: 1fr;
		gap: var(--space-6);
	}
	.about-proof__head {
		grid-template-columns: 1fr;
	}
	.about-proof__frame {
		aspect-ratio: 16 / 10;
		order: -1;
	}
	.about-proof__steps {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-proof__stats {
		grid-template-columns: 1fr;
		gap: var(--space-5);
	}
}

@media (max-width: 48rem) {
	.about-story__grid {
		grid-template-columns: 1fr;
	}
	.about-story__media {
		aspect-ratio: 16 / 11;
		max-height: 22rem;
	}
	.about-ruo__card {
		flex-direction: column;
		gap: var(--space-4);
	}
	.about-proof__steps {
		grid-template-columns: 1fr;
	}
}


/* Pathways heading: keep the long line on one row at desktop. */
@media (min-width: 60rem) {
	.home-pathways .display-title {
		white-space: nowrap;
		font-size: clamp(1.6rem, 2.9vw, 2.6rem);
	}
}

/* ============================================================================
   MOBILE GPU RELIEF
   iOS Safari has limited compositor tile memory. Large backdrop-filter /
   filter:blur() layers exhaust it, so on fast scroll it evicts rendered tiles
   and repaints them slowly — the "blank/white sections" bug. Desktop GPUs
   handle it fine (site is snappy there), so we drop the blur on MOBILE ONLY
   while preserving the look via the elements' own gradients + solid fallbacks.
   ============================================================================ */
@media (max-width: 48rem) {
	/* Soft radial-gradient glows already read as soft without the blur pass. */
	.hero-liquid__orb,
	.nasal-delivery__glow {
		filter: none !important;
		animation: none !important;
	}
	/* Blur-dependent decorative blocks (solid fills / large orbs) — just drop. */
	.nasal-delivery__orb,
	.tsv1::after,
	.tsv3__bar::before {
		display: none !important;
	}
	/* Kill every backdrop-filter. The sticky header pill is the worst offender
	   (it re-blurs the whole page behind it every scroll frame). */
	.site-header.is-scrolled .site-header__pill,
	.glass-card,
	.float-card,
	.float-cta,
	.tsv1__card,
	.icx1 .icx,
	.icx4 .icx,
	.tsv3--frost .tsv3__bar,
	.about-commit__features,
	.pdp-banner__features {
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}
	/* Restore legibility where the frosted glass relied on the blur. */
	.site-header.is-scrolled .site-header__pill {
		background: rgb(255 255 255 / 0.9) !important;
	}
	.glass-card,
	.float-card,
	.float-cta,
	.tsv1__card,
	.about-commit__features,
	.pdp-banner__features {
		background: rgb(255 255 255 / 0.82) !important;
	}
}

/* ============================================================================
   Affiliate program landing page + SliceWP form styling
   ============================================================================ */
.affiliate-page { padding-block: var(--space-7) var(--space-9); }

.affiliate-hero { max-width: 48rem; margin: 0 auto var(--space-7); text-align: center; }
.affiliate-hero__title {
	font-size: var(--text-xl);
	letter-spacing: var(--tracking-tight);
	margin: var(--space-3) 0 var(--space-4);
	text-wrap: balance;
}
.affiliate-hero__lede { color: var(--gray); font-size: var(--text-l); line-height: 1.55; margin: 0 auto; max-width: 42rem; }
.affiliate-hero__stats { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-3); margin-top: var(--space-6); }
.affiliate-stat {
	background: var(--accent-tint); color: var(--accent-deep);
	border-radius: var(--radius-pill); padding: 0.55rem 1.1rem; font-size: var(--text-s);
}
.affiliate-stat strong { font-weight: 700; }

.affiliate-steps { padding: var(--space-7); margin-bottom: var(--space-7); }
.affiliate-steps__title { font-size: var(--text-l); margin: 0 0 var(--space-6); text-align: center; }
.affiliate-steps__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.affiliate-step__n {
	display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%;
	background: var(--accent); color: #fff; font-size: var(--text-s); font-weight: 700;
	margin-bottom: var(--space-3);
}
.affiliate-step__title { font-size: var(--text-m); margin: 0 0 var(--space-2); }
.affiliate-step__body { color: var(--gray); font-size: var(--text-s); line-height: 1.6; margin: 0; }

.affiliate-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: var(--space-6); align-items: start; }
.affiliate-card {
	background: var(--white); border: 1px solid var(--line);
	border-radius: var(--radius-l); padding: var(--space-7); box-shadow: var(--shadow-card);
}
.affiliate-card--login { background: var(--card); box-shadow: none; }
.affiliate-card__title { font-size: var(--text-l); margin: 0 0 var(--space-2); }
.affiliate-card__lede { color: var(--gray); font-size: var(--text-s); margin: 0 0 var(--space-5); line-height: 1.55; }

.affiliate-note {
	margin: var(--space-7) auto 0; max-width: 48rem; text-align: center;
	color: var(--gray); font-size: var(--text-xs); line-height: 1.6;
}

/* --- SliceWP forms, restyled to match the site --- */
.slicewp-form { margin: 0; }
.slicewp-form p { margin: 0 0 var(--space-4); }
.slicewp-form label {
	display: block; font-size: var(--text-s); font-weight: 600;
	color: var(--ink); margin-bottom: var(--space-2);
}
.slicewp-form input[type="text"],
.slicewp-form input[type="email"],
.slicewp-form input[type="password"],
.slicewp-form input[type="url"],
.slicewp-form input[type="number"],
.slicewp-form textarea,
.slicewp-form select {
	width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: var(--white);
	border: 1px solid var(--line); border-radius: var(--radius-s); padding: 0.75em 0.9em;
	transition: border-color 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
}
.slicewp-form input:focus,
.slicewp-form textarea:focus,
.slicewp-form select:focus {
	outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint);
}
.slicewp-form textarea { min-height: 7rem; resize: vertical; }
.slicewp-form .slicewp-button-primary,
.slicewp-form button[type="submit"],
.slicewp-form input[type="submit"] {
	appearance: none; -webkit-appearance: none; border: 0; cursor: pointer;
	background: var(--accent); color: #fff;
	font: inherit; font-weight: 600; font-size: var(--text-s); line-height: 1;
	padding: 0.95em 2.1em; border-radius: var(--radius-pill);
	transition: background 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}
.slicewp-form .slicewp-button-primary:hover,
.slicewp-form button[type="submit"]:hover,
.slicewp-form input[type="submit"]:hover { background: var(--accent-deep); transform: translateY(-1px); }
.slicewp-form a { color: var(--accent); }
.slicewp-form .slicewp-notice,
.slicewp-notice {
	border: 1px solid var(--line); background: var(--accent-tint);
	border-radius: var(--radius-s); padding: var(--space-4); margin-bottom: var(--space-4);
	font-size: var(--text-s); color: var(--ink);
}

@media (max-width: 60rem) {
	.affiliate-page { padding-block: var(--space-6) var(--space-8); }
	.affiliate-steps { padding: var(--space-6); }
	.affiliate-steps__grid { grid-template-columns: 1fr; gap: var(--space-5); }
	.affiliate-grid { grid-template-columns: 1fr; }
	.affiliate-card { padding: var(--space-6); }
}

/* "Need to sign up?" prompt under the login form on the affiliate account page */
.slicewp-signup-prompt {
	margin-top: var(--space-6);
	padding-top: var(--space-5);
	border-top: 1px solid var(--line);
}
.slicewp-signup-prompt p { color: var(--gray); font-size: var(--text-s); margin: 0 0 var(--space-3); }
