/**
 * Home template styles — USR-0001 / home (Figma ZtWAfDvuLH1kToY0Bg8EuN, 7:2).
 * Rebuilt against the exported node JSON + per-section renders; every hex,
 * radius and size below is measured from the frame (page origin normalized).
 *
 * Page background: #F6F1E7 (frame 7:2 fill).
 * Section map: hero 7:17 · stats 7:24 · heroes bar 7:36 · feature 7:69 ·
 * trust 7:44 · catalog 7:89 · proof 7:2030 · beyond 7:2036 · areas 7:2091 ·
 * bestsellers 7:2125 · usa 7:2346 · standard 7:2270 · testing 7:2360 ·
 * bundles 7:2423 · coa 7:1255 · verify 7:2017 · faq 7:2471.
 */

/* ------------------------------------------------------------ base ---- */

.usr-home {
	background: #F6F1E7;
	color: var(--usr-ink, #191919);
	font-family: var(--usr-font-sans, "Aeonik", "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
	font-size: 14.1px;
	line-height: 21.8px;
}

.usr-home .usr-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 46px;
	padding-right: 46px;
	width: 100%;
}

.usr-home h1,
.usr-home h2,
.usr-home h3 {
	margin: 0;
}

.usr-home p {
	margin: 0;
}

.usr-home ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.usr-home img {
	max-width: 100%;
}

.usr-home a:focus-visible,
.usr-home button:focus-visible,
.usr-home summary:focus-visible {
	outline: 2px solid var(--usr-link-blue, #264BD0);
	outline-offset: 2px;
}

/* Woo price nodes inside our price slots inherit our styling. */
.usr-home .woocommerce-Price-amount,
.usr-home .woocommerce-Price-currencySymbol {
	color: inherit;
	font: inherit;
}

/* ------------------------------------------------- shared: pills ---- */

.usr-pill {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 15.7px;
	font-weight: 500;
	justify-content: center;
	line-height: 20px;
	min-height: 52px;
	padding: 14px 32px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
	white-space: nowrap;
}

.usr-pill--red {
	background: var(--usr-red, #B5172F);
	box-shadow: 0 14px 34px rgba(218, 48, 61, 0.35);
	color: #FFFFFF;
}

.usr-pill--red:hover {
	background: #971327;
	color: #FFFFFF;
}

.usr-pill--navy {
	background: var(--usr-navy, #13266B);
	color: #FDF8F0;
}

.usr-pill--navy:hover {
	background: #0D1B4E;
	color: #FFFFFF;
}

.usr-pill--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(253, 248, 240, 0.4);
	color: #FFFFFF;
}

.usr-pill--ghost:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: #FFFFFF;
	color: #FFFFFF;
}

/* ------------------------------------------ shared: section head ---- */

.usr-section-head {
	margin: 0 auto 60px;
	max-width: 740px;
	text-align: center;
}

.usr-eyebrow {
	color: var(--usr-red, #B5172F);
	font-size: 10.2px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 15.8px;
	text-transform: uppercase;
}

.usr-eyebrow--small {
	font-size: 9.1px;
	line-height: 14.1px;
}

.usr-h2 {
	color: var(--usr-navy, #13266B);
	font-size: 31.8px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 34.4px;
	margin-top: 14px;
}

.usr-section-head__sub {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 16px;
	line-height: 24.7px;
	margin: 12px auto 0;
	max-width: 640px;
}

/* v2 hero — 7:17 light poster, scene, quality badges and navy CTA band. */

.usr-hero {
	background: var(--usr-navy, #13266B);
}

.usr-hero__poster {
	background-color: #EEF2F7;
	height: 770px;
	overflow: hidden;
	position: relative;
}

/* v2 hero — the image matches Figma's 1249×703 placement at 1440px. */
.usr-home .usr-hero__scene {
	aspect-ratio: 1249 / 703;
	height: auto;
	max-width: none;
	object-fit: cover;
	object-position: right center;
	position: absolute;
	right: -1px;
	top: -26px;
	width: min(86.736111vw, 1665px);
}

.usr-hero__poster::after {
	background: linear-gradient(to bottom, rgba(238, 242, 247, 0), #EEF2F7);
	content: "";
	height: 125px;
	left: max(0px, calc(50% - 480px));
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 555px;
	z-index: 1;
}

.usr-hero__wash {
	background: linear-gradient(90deg, #EEF2F7 18.69%, rgba(238, 242, 247, 0.9) 55.96%, rgba(238, 242, 247, 0) 100%);
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: calc(731px + max(0px, calc(50% - 720px)));
	z-index: 1;
}

.usr-hero__copy {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
	z-index: 2;
}

.usr-hero__title {
	display: flex;
	flex-direction: column;
	font-size: 68px;
	font-weight: 700;
	left: 82px;
	letter-spacing: 0;
	line-height: 74px;
	position: absolute;
	top: 184px;
	text-transform: uppercase;
	z-index: 1;
}

.usr-hero__title-navy {
	color: var(--usr-navy, #13266B);
}

.usr-hero__title-red {
	color: var(--usr-red, #B5172F);
}

.usr-hero__rule {
	background: var(--usr-red, #B5172F);
	display: block;
	height: 5px;
	left: 58px;
	position: absolute;
	top: 240px;
	width: 104px;
}

.usr-hero__sub {
	color: var(--usr-ink, #191919);
	font-size: 23px;
	font-weight: 400;
	left: 82px;
	line-height: 32px;
	max-width: 480px;
	position: absolute;
	top: 360px;
}

.usr-hero__badges {
	display: flex;
	gap: 20px;
	left: 50%;
	position: absolute;
	top: 620px;
	transform: translateX(-50%);
	width: 780px;
}

.usr-hero__badge {
	align-items: center;
	color: var(--usr-ink, #191919);
	display: flex;
	flex-direction: column;
	flex: 0 0 180px;
	font-size: 13px;
	font-weight: 700;
	gap: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.usr-hero__badge-icon {
	align-items: center;
	background: #FFFFFF;
	border-radius: 16px;
	color: #13266B;
	display: flex;
	height: 68px;
	justify-content: center;
	width: 68px;
}

.usr-hero__badge-icon svg {
	height: 58px;
	width: 58px;
}

.usr-hero__band {
	align-items: flex-start;
	background: var(--usr-navy, #13266B);
	box-sizing: border-box;
	display: flex;
	gap: 14px;
	height: 141px;
	justify-content: center;
	min-height: 0;
	padding: 60px 46px 0;
}

.usr-hero__band .usr-pill {
	font-size: 14px;
	line-height: 20px;
	min-height: 57px;
}

.usr-hero__band .usr-pill--red {
	box-shadow: 0 0 40px rgba(218, 48, 61, 0.55);
	width: 201px;
}

.usr-hero__band .usr-pill--ghost {
	width: 150px;
}

/* ------------------------------------------------ 7:24 stats ---- */

.usr-stats {
	background:
		radial-gradient(60% 120% at 22% 0%, rgba(181, 23, 47, 0.12) 0%, rgba(181, 23, 47, 0) 60%),
		radial-gradient(50% 110% at 80% 100%, rgba(74, 74, 74, 0.42) 0%, rgba(74, 74, 74, 0) 55%),
		var(--usr-navy, #13266B);
	box-shadow: inset 0 1px 0 rgba(253, 248, 240, 0.08);
	padding: 40px 46px;
}

.usr-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 1348px;
}

.usr-stats__item {
	align-items: center;
	border-left: 1px solid rgba(253, 248, 240, 0.12);
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	text-align: center;
}

.usr-stats__item:first-child {
	border-left: 0;
}

.usr-stats__value {
	color: #FFFFFF;
	font-size: 46.4px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1;
}

.usr-stats__label {
	color: rgba(253, 248, 240, 0.66);
	font-size: 13.1px;
	line-height: 20.3px;
}

/* ------------------------------------------- 7:36 heroes bar ---- */

.usr-heroes {
	align-items: center;
	background:
		radial-gradient(50% 260% at 50% 50%, rgba(181, 23, 47, 0.12) 0%, rgba(181, 23, 47, 0) 68%),
		var(--usr-navy, #13266B);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	min-height: 42px;
	padding: 8px 22px;
	text-decoration: none;
}

.usr-heroes__tag {
	align-items: center;
	background: var(--usr-red, #B5172F);
	border-radius: 999px;
	display: inline-flex;
	font-size: 10.9px;
	font-weight: 700;
	gap: 5px;
	letter-spacing: 0.08em;
	line-height: 16.9px;
	padding: 3px 11px;
	text-transform: uppercase;
}

.usr-heroes__text {
	font-size: 13.8px;
	font-weight: 700;
	line-height: 21.3px;
}

.usr-heroes__cta {
	font-size: 13.8px;
	font-weight: 700;
	line-height: 21.3px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.usr-heroes:hover .usr-heroes__cta {
	text-decoration: none;
}

/* -------------------------------- 7:69 featured compound ---- */

.usr-feature {
	align-items: center;
	/* v2 4072:1206: crop the shared 1440×846 field to this section's lower edge. */
	background: #13266B url('../img/featured-bg-v2.png') center bottom / max(100%, 1504px) auto no-repeat;
	display: grid;
	gap: 60px;
	grid-template-columns: 430px minmax(0, 1fr);
	min-height: 492px;
	overflow: hidden;
	padding: 0 46px 0 94px;
	position: relative;
}

/* v2 7:70: two radial fills on the 2160×738 layer, blurred by 36px. */
.usr-feature__field {
	background:
		radial-gradient(ellipse 864px 354px at 84% 86%, rgba(102, 102, 102, 0.30) 0%, rgba(102, 102, 102, 0) 62%),
		radial-gradient(ellipse 734px 295px at 20% 16%, rgba(181, 23, 47, 0.24) 0%, rgba(181, 23, 47, 0) 62%);
	filter: blur(36px);
	height: 738px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: -123px;
	transform: translateX(-50%);
	width: 2160px;
	z-index: 0;
}

/* v2 7:71–74: masked dots, then 6% soft-light texture. */
.usr-feature::before,
.usr-feature::after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.usr-feature::before {
	background: url('../img/featured-dots.png') center top / 1440px 492px repeat-x;
	-webkit-mask-image: radial-gradient(ellipse 1728px 517px at 28% 52%, #000 38%, transparent 82%);
	mask-image: radial-gradient(ellipse 1728px 517px at 28% 52%, #000 38%, transparent 82%);
	z-index: 1;
}

.usr-feature::after {
	background: url('../img/featured-noise.png') center top / 1440px 492px repeat;
	mix-blend-mode: soft-light;
	opacity: 0.06;
	z-index: 2;
}

.usr-feature__media {
	align-self: flex-start;
	position: relative;
	z-index: 3;
}

.usr-feature__glow {
	background: radial-gradient(closest-side, rgba(181, 23, 47, 0.55) 0%, rgba(181, 23, 47, 0.16) 42%, rgba(181, 23, 47, 0) 72%);
	border-radius: 50%;
	filter: blur(24px);
	height: 420px;
	left: 50%;
	position: absolute;
	top: 34px;
	transform: translateX(-50%);
	width: 420px;
}

.usr-feature__media img {
	display: block;
	height: auto;
	position: relative;
	width: 430px;
}

.usr-feature__copy {
	max-width: 741px;
	padding: 70px 0 78px;
	position: relative;
	z-index: 3;
}

.usr-feature__eyebrow {
	color: var(--usr-red, #B5172F);
	font-size: 12.2px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 18.9px;
	text-transform: uppercase;
}

.usr-feature__title {
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #F1F5FF 38%, #C2CFE4 76%, #A7B8D1 100%);
	color: transparent;
	filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.55));
	font-size: 42px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 46.1px;
	margin-top: 22px;
}

.usr-feature__sub {
	color: rgba(253, 248, 240, 0.82);
	font-size: 16.6px;
	line-height: 25.8px;
	margin-top: 12px;
	max-width: 527px;
}

.usr-feature__price {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 37.2px;
	margin-top: 20px;
}

.usr-feature__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 44px;
}

/* -------------------------------------- 7:44 trust strip ---- */

.usr-trust {
	background: #FFFFFF;
	border-bottom: 2px solid var(--usr-red, #B5172F);
	border-top: 1px solid rgba(19, 38, 107, 0.1);
	padding: 25px 46px;
}

.usr-trust__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1348px;
}

.usr-trust__item {
	align-items: flex-start;
	color: var(--usr-red, #B5172F);
	display: flex;
	gap: 12px;
}

.usr-trust__item svg {
	flex-shrink: 0;
	height: 26px;
	width: 26px;
}

.usr-trust__copy {
	display: flex;
	flex-direction: column;
}

.usr-trust__copy strong {
	color: var(--usr-ink, #191919);
	font-size: 15px;
	font-weight: 700;
	line-height: 18.8px;
}

.usr-trust__copy em {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 12.8px;
	font-style: normal;
	line-height: 16px;
}

/* --------------------------------------- 7:89 catalog ---- */

.usr-catalog {
	padding: 88px 0 90px;
}

.usr-catalog__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 8px;
	justify-content: center;
	margin: -14px auto 46px;
	max-width: 1240px;
}

.usr-catalog__pill {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid rgba(19, 38, 107, 0.12);
	border-radius: 999px;
	color: var(--usr-ink, #191919);
	display: inline-flex;
	font-size: 13.4px;
	font-weight: 500;
	gap: 7px;
	line-height: 20.8px;
	min-height: 37px;
	padding: 7px 15px;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.usr-catalog__pill:hover {
	border-color: rgba(19, 38, 107, 0.4);
	box-shadow: 0 1px 4px rgba(19, 38, 107, 0.1);
}

.usr-catalog__pill-count {
	background: rgba(181, 23, 47, 0.1);
	border-radius: 999px;
	color: var(--usr-red, #B5172F);
	font-size: 9.6px;
	font-weight: 700;
	line-height: 14.9px;
	padding: 2px 7px;
}

.usr-catalog__group {
	margin-top: 26px;
	scroll-margin-top: 120px;
}

.usr-catalog__group:first-of-type {
	margin-top: 0;
}

.usr-catalog__group-head {
	align-items: baseline;
	border-bottom: 1px solid rgba(19, 38, 107, 0.09);
	display: flex;
	gap: 12px;
	margin-bottom: 23px;
	padding-bottom: 9px;
}

.usr-catalog__group-title {
	color: var(--usr-navy, #13266B);
	font-size: 24.8px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 27.3px;
}

.usr-catalog__group-count {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 19.3px;
	text-decoration: none;
	text-transform: uppercase;
}

.usr-catalog__group-count:hover {
	color: var(--usr-navy, #13266B);
	text-decoration: underline;
}

.usr-catalog__grid {
	display: grid;
	gap: 25px 26px;
	grid-template-columns: repeat(4, 1fr);
}

.usr-catalog__cell {
	display: flex;
	min-width: 0;
}

/* catalog empty state */

.usr-catalog__empty {
	align-items: center;
	background: var(--usr-tint-blue, #F1F5FF);
	border: 1px dashed rgba(19, 38, 107, 0.35);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 48px 24px;
	text-align: center;
}

.usr-catalog__empty-title {
	color: var(--usr-navy, #13266B);
	font-size: 19.5px;
	font-weight: 500;
	line-height: 24px;
}

.usr-catalog__empty-text {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 14.1px;
	line-height: 21.8px;
	max-width: 420px;
}

.usr-catalog__empty .usr-pill {
	margin-top: 12px;
}

/* v2 card — dimensions are based on the 315px inner width of a 317×659 card.
   Container units preserve the same proportions in the two-column mobile grid. */
.usr-card {
	background: #FFFFFF;
	border: 1px solid rgba(19, 38, 107, 0.07);
	border-radius: 30px;
	box-shadow: 0 1px 2px rgba(10, 18, 32, 0.04);
	container-type: inline-size;
	display: flex;
	flex-direction: column;
	aspect-ratio: 317 / 659;
	overflow: hidden;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
	width: 100%;
}

.usr-card:hover,
.usr-card:focus-within {
	box-shadow: 0 10px 28px rgba(19, 38, 107, 0.12);
	transform: translateY(-2px);
}

.usr-card__media {
	aspect-ratio: 1 / 1;
	background: linear-gradient(180deg, #FFFFFF 0%, #F1F5FF 100%);
	border-bottom: 1px solid rgba(19, 38, 107, 0.05);
	display: block;
	flex: none;
	padding: 0;
	position: relative;
}

.usr-card__image-inner {
	aspect-ratio: 1 / 1;
	left: 6.984127%;
	position: absolute;
	top: 6.984127%;
	width: 86.031746%;
}

.usr-card__image-inner img {
	border-radius: 8.254cqw;
	display: block;
	height: 112.546125%;
	left: -6.273063%;
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: -6.273063%;
	width: 112.546125%;
}

.usr-card__badges {
	display: flex;
	flex-direction: column;
	gap: 6px;
	left: 14px;
	position: absolute;
	top: 14px;
	z-index: 1;
}

.usr-card__badge {
	border-radius: 7px;
	box-shadow: 0 2px 6px rgba(10, 18, 32, 0.18);
	font-size: 10.2px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 15.9px;
	padding: 5px 11px;
	text-transform: uppercase;
	width: fit-content;
}

.usr-card__badge--preorder {
	background: var(--usr-red, #B5172F);
	color: #FFFFFF;
}

.usr-card__badge--sale {
	background: var(--usr-red, #B5172F);
	color: #FFFFFF;
}

.usr-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0;
	min-height: 0;
	padding: 8.254cqw 6.984cqw 11.746cqw;
}

.usr-card__name {
	color: #191919;
	display: -webkit-box;
	font-size: 8.254cqw;
	font-weight: 700;
	height: 24.127cqw;
	letter-spacing: 0;
	line-height: 12.063cqw;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.usr-card__name a { color: inherit; text-decoration: none; }
.usr-card__name a:hover,
.usr-card__name a:focus { color: var(--usr-navy, #13266B); }

.usr-home .usr-card__subtitle {
	color: #4A4A4A;
	font-size: 6.349cqw;
	font-weight: 400;
	line-height: 9.524cqw;
	margin: 3.175cqw 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usr-home .usr-card__price {
	align-items: flex-start;
	color: #13266B;
	display: flex;
	flex: none;
	font-weight: 500;
	gap: 3.81cqw;
	height: 13.968cqw;
	line-height: 13.968cqw;
	margin: auto 0 0;
	min-height: 0;
	padding: 0;
	white-space: nowrap;
}

.usr-card__price-from {
	color: #4A4A4A;
	font-size: 6.984cqw;
	font-weight: 500;
	line-height: 9.524cqw;
	margin-top: 6.032cqw;
}

.usr-card__price-amount {
	color: #13266B;
	font-size: 10.159cqw;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 13.968cqw;
}

.usr-card__price-amount .woocommerce-Price-amount,
.usr-card__price-amount .woocommerce-Price-currencySymbol { color: inherit; font: inherit; }

.usr-card__btn {
	align-items: center;
	background: #13266B;
	border: 0;
	border-radius: 8.254cqw;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	flex: none;
	font-family: inherit;
	font-size: 8.254cqw;
	font-weight: 500;
	gap: 5.079cqw;
	height: 26.349cqw;
	justify-content: center;
	letter-spacing: 0;
	line-height: 10.794cqw;
	margin: 0 1.587cqw 1.27cqw;
	min-height: 0;
	padding: 0;
	text-decoration: none;
	transition: background-color 0.15s ease;
	width: auto;
}

.usr-card__btn:hover,
.usr-card__btn:focus-visible {
	background: var(--usr-red, #B5172F);
	color: #FFFFFF;
	text-decoration: none;
}

.usr-card__btn-icon {
	flex-shrink: 0;
	height: 9.524cqw;
	width: 9.524cqw;
}

.usr-card__btn--soldout,
.usr-card__btn--soldout:hover,
.usr-card__btn--soldout:focus-visible {
	background: rgba(25, 25, 25, 0.12);
	color: var(--usr-muted, #666666);
	cursor: not-allowed;
}

/* --------------------------------- 7:2030 proof banner ---- */

.usr-proof {
	background-color: var(--usr-navy, #13266B);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 717px;
	overflow: hidden;
}

.usr-proof__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1440px;
	padding: 104px 46px 61px 96px;
}

.usr-proof__logo {
	display: block;
	height: 74px;
	margin-bottom: 58px;
	width: auto;
}

.usr-proof__eyebrow {
	color: rgba(181, 23, 47, 0.8);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 20.4px;
	text-transform: uppercase;
}

.usr-proof__title {
	display: flex;
	flex-direction: column;
	font-size: 52px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 58.2px;
	margin-top: 24px;
}

.usr-proof__title-white {
	color: #FFFFFF;
}

.usr-proof__title-red {
	color: var(--usr-red, #B5172F);
	font-style: italic;
}

.usr-proof__sub {
	color: #D6DEF5;
	font-size: 19px;
	line-height: 28.5px;
	margin-top: 38px;
	max-width: 492px;
}

.usr-proof__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 55px;
}

.usr-proof__actions .usr-pill {
	min-height: 49px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.usr-proof__actions .usr-pill--ghost {
	background: transparent;
	border-color: rgba(253, 248, 240, 0.35);
}

/* --------------------------------- 7:2036 beyond purity ---- */

.usr-beyond {
	background:
		linear-gradient(180deg, rgba(19, 38, 107, 0.84) 0%, rgba(19, 38, 107, 0.92) 100%),
		radial-gradient(60% 60% at 30% 20%, rgba(74, 74, 74, 0.28) 0%, rgba(74, 74, 74, 0) 60%),
		radial-gradient(50% 50% at 75% 80%, rgba(181, 23, 47, 0.15) 0%, rgba(181, 23, 47, 0) 55%),
		var(--usr-navy, #13266B);
	color: #FFFFFF;
	padding: 108px 46px 92px;
}

.usr-beyond__head {
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
}

.usr-beyond__eyebrow {
	color: var(--usr-sky, #9FBEFF);
	font-size: 10.2px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 15.8px;
	text-transform: uppercase;
}

.usr-beyond__title {
	color: #FFFFFF;
	font-size: 52.8px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 55.4px;
	margin-top: 23px;
}

.usr-beyond__title-mark {
	white-space: nowrap;
}

.usr-beyond__lede {
	color: #FFFFFF;
	font-size: 20.5px;
	font-weight: 500;
	line-height: 31.7px;
	margin-top: 28px;
}

.usr-beyond__body {
	color: rgba(253, 248, 240, 0.72);
	font-size: 16px;
	line-height: 27.2px;
	margin: 26px auto 0;
	max-width: 739px;
}

.usr-beyond__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 529px));
	justify-content: center;
	margin-top: 54px;
}

.usr-beyond__card {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 18px;
	box-sizing: border-box;
	color: var(--usr-ink, #191919);
	padding: 31px;
}

.usr-beyond__tag {
	background: var(--usr-tint-red, #FBE9EC);
	border: 1px solid rgba(181, 23, 47, 0.2);
	border-radius: 999px;
	color: var(--usr-red, #B5172F);
	display: inline-block;
	font-size: 9.6px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 14.9px;
	padding: 7px 13px;
	text-transform: uppercase;
}

.usr-beyond__card-title {
	color: var(--usr-ink, #191919);
	font-size: 25.6px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 29.4px;
	margin-top: 18px;
}

.usr-beyond__card-lede {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 15.4px;
	line-height: 23.8px;
	margin-top: 11px;
}

.usr-beyond__block {
	border-top: 1px solid rgba(19, 38, 107, 0.09);
	margin-top: 24px;
	padding-top: 11px;
}

.usr-beyond__block-label {
	color: var(--usr-muted, #666666);
	font-size: 10.6px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 16.4px;
	text-transform: uppercase;
}

.usr-beyond__block-text {
	color: #2C2C2C;
	font-size: 14.7px;
	line-height: 23.5px;
	margin-top: 6px;
}

.usr-beyond__floor {
	color: #FFFFFF;
	font-size: 36.8px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 57px;
	margin-top: 33px;
	text-align: center;
}

.usr-beyond__floor span {
	color: var(--usr-rose, #EA8CA2);
}

/* ------------------------------------- 7:2091 areas ---- */

.usr-areas {
	background: var(--usr-cream, #FDF8F0);
	padding: 88px 0 90px;
}

.usr-areas__grid {
	display: grid;
	gap: 19px 20px;
	grid-template-columns: repeat(3, 1fr);
}

.usr-areas__card {
	background: #FFFFFF;
	border: 1px solid rgba(19, 38, 107, 0.1);
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 242px;
	padding: 20px 30px 29px;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.usr-areas__card:hover {
	border-color: rgba(181, 23, 47, 0.35);
	box-shadow: 0 8px 22px rgba(19, 38, 107, 0.08);
	transform: translateY(-2px);
}

.usr-areas__num {
	color: rgba(181, 23, 47, 0.32);
	font-size: 24px;
	font-weight: 500;
	line-height: 37.2px;
}

.usr-areas__name {
	color: var(--usr-ink, #191919);
	font-size: 20.5px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 23.5px;
	margin-top: 20px;
}

.usr-areas__desc {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 14.1px;
	line-height: 22.6px;
	margin-top: 12px;
}

.usr-areas__go {
	color: var(--usr-red, #B5172F);
	font-size: 12.8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 19.8px;
	margin-top: auto;
	padding-top: 18px;
	text-transform: uppercase;
}

/* ------------------------------- 7:2125 bestsellers ---- */

.usr-bestsellers {
	background: #FFFFFF;
	padding: 88px 0 90px;
}

/* ---------------------------------- 7:2346 usa banner ---- */

.usr-usa {
	background-color: var(--usr-navy, #13266B);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 558px;
	overflow: hidden;
	position: relative;
}

.usr-usa__scrim {
	background: linear-gradient(90deg, rgba(19, 38, 107, 0.9) 0%, rgba(19, 38, 107, 0.68) 48%, rgba(19, 38, 107, 0.4) 100%);
	inset: 0;
	position: absolute;
}

.usr-usa__inner {
	box-sizing: border-box;
	padding: 121px 46px 60px 22px;
	position: relative;
}

.usr-usa__eyebrow {
	color: var(--usr-red, #B5172F);
	font-size: 11.8px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 18.4px;
	text-transform: uppercase;
}

.usr-usa__title {
	color: #FFFFFF;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 50.9px;
	margin-top: 26px;
	max-width: 520px;
}

.usr-usa__sub {
	color: rgba(253, 248, 240, 0.9);
	font-size: 16px;
	line-height: 25.9px;
	margin-top: 8px;
	max-width: 696px;
}

.usr-usa__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 33px;
}

.usr-usa__actions .usr-pill {
	min-height: 54px;
}

.usr-usa__actions .usr-pill--ghost {
	background: transparent;
	border-color: rgba(253, 248, 240, 0.35);
	font-size: 12.6px;
}

/* ------------------------------ 7:2270 six commitments ---- */

.usr-standard {
	background: var(--usr-cream, #FDF8F0);
	padding: 88px 0 90px;
}

.usr-standard__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.usr-standard__card {
	background: #FFFFFF;
	border: 1px solid rgba(19, 38, 107, 0.1);
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 27px;
	position: relative;
}

.usr-standard__num {
	color: rgba(19, 38, 107, 0.14);
	font-size: 24px;
	font-weight: 500;
	line-height: 37.2px;
	position: absolute;
	right: 26px;
	top: 10px;
}

.usr-standard__icon {
	color: var(--usr-red, #B5172F);
	height: 30px;
	width: 30px;
}

.usr-standard__title {
	color: var(--usr-ink, #191919);
	font-size: 18.6px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 20.4px;
	margin-top: 22px;
}

.usr-standard__text {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 14.7px;
	line-height: 23.5px;
	margin-top: 17px;
}

.usr-standard__stat {
	border-top: 1px solid rgba(19, 38, 107, 0.08);
	margin-top: auto;
	padding-top: 14px;
}

.usr-standard__stat strong {
	color: var(--usr-navy, #13266B);
	display: block;
	font-size: 27.2px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 27.2px;
}

.usr-standard__stat span {
	color: var(--usr-secondary, #4A4A4A);
	display: block;
	font-size: 12.2px;
	line-height: 18.9px;
	margin-top: 3px;
}

.usr-standard__card .usr-standard__text {
	margin-bottom: 24px;
}

.usr-standard__verified {
	align-items: center;
	border-bottom: 1px solid rgba(19, 38, 107, 0.1);
	border-top: 1px solid rgba(19, 38, 107, 0.1);
	display: flex;
	flex-wrap: wrap;
	gap: 16px 46px;
	justify-content: center;
	margin-top: 44px;
	padding: 15px 0;
}

.usr-standard__verified-label {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 11.2px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 17.4px;
	text-transform: uppercase;
}

.usr-standard__verified-item strong {
	color: var(--usr-ink, #191919);
	display: block;
	font-size: 15.7px;
	font-weight: 700;
	line-height: 18.8px;
}

.usr-standard__verified-item em {
	color: var(--usr-secondary, #4A4A4A);
	display: block;
	font-size: 11.5px;
	font-style: normal;
	line-height: 13.8px;
	margin-top: 1px;
}

/* ------------------------------ 7:2360 testing standard ---- */

.usr-testing {
	background: var(--usr-navy, #13266B);
	color: #FFFFFF;
	padding: 104px 0 108px;
}

.usr-testing__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 40px;
}

.usr-testing__eyebrow {
	align-items: center;
	background: var(--usr-red, #B5172F);
	border-radius: 999px;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 10.2px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.18em;
	line-height: 15.8px;
	min-height: 34px;
	padding: 9px 16px;
	text-transform: uppercase;
}

.usr-testing__eyebrow-dot {
	background: #FFFFFF;
	border-radius: 3px;
	display: inline-block;
	height: 6px;
	width: 6px;
}

.usr-testing__head {
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 720px) minmax(0, 571px);
	justify-content: space-between;
	margin-top: 25px;
}

.usr-testing__title {
	color: #FFFFFF;
	font-size: 56px;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 60.5px;
}

.usr-testing__title em {
	border-bottom: 3px solid var(--usr-red, #B5172F);
	color: var(--usr-rose, #EA8CA2);
	font-style: normal;
}

.usr-testing__lede {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 26.4px;
	padding-top: 7px;
}

.usr-testing__lede strong {
	color: #FFFFFF;
}

.usr-testing__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 46px;
}

.usr-testing__card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	box-sizing: border-box;
	padding: 23px;
}

.usr-testing__card--feature {
	background: var(--usr-red, #B5172F);
	border-color: transparent;
}

.usr-testing__num {
	color: rgba(255, 255, 255, 0.85);
	display: block;
	font-size: 11.8px;
	font-weight: 700;
	line-height: 18.4px;
}

.usr-testing__chip {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 9px;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	margin-top: 20px;
	width: 34px;
}

.usr-testing__card--feature .usr-testing__chip {
	background: rgba(255, 255, 255, 0.22);
}

.usr-testing__chip svg {
	color: #FFFFFF;
	height: 18px;
	width: 18px;
}

.usr-testing__big {
	color: #FFFFFF;
	font-size: 54.4px;
	font-weight: 500;
	line-height: 1;
	margin-top: 27px;
}

.usr-testing__big span {
	display: inline-block;
	font-size: 14.4px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 15.8px;
	margin-left: 10px;
	text-transform: uppercase;
}

.usr-testing__card-title {
	color: #FFFFFF;
	font-size: 16.3px;
	font-weight: 700;
	line-height: 18px;
	margin-top: 27px;
}

.usr-testing__text {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14.1px;
	line-height: 22.5px;
	margin-top: 10px;
}

.usr-testing__card--feature .usr-testing__text {
	color: rgba(255, 255, 255, 0.92);
}

.usr-testing__foot {
	color: rgba(255, 255, 255, 0.5);
	font-size: 13.1px;
	line-height: 20.3px;
	margin-top: 37px;
}

/* ---------------------------------- 7:2423 bundles ---- */

.usr-bundles {
	padding: 88px 0 90px;
}

.usr-bundles__all {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

/* ------------------------------------- 7:1255 coa ---- */

.usr-coa {
	background: #FFFFFF;
	padding: 88px 0 90px;
}

.usr-coa__columns {
	column-gap: 20px;
	columns: 4;
}

.usr-coa__card {
	background: #FFFFFF;
	border: 1px solid rgba(19, 38, 107, 0.1);
	border-radius: 18px;
	box-sizing: border-box;
	break-inside: avoid;
	margin-bottom: 20px;
	padding: 23px;
}

.usr-coa__name {
	color: var(--usr-ink, #191919);
	font-size: 16.8px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 18.5px;
}

.usr-coa__doc {
	align-items: center;
	background: var(--usr-cream, #FDF8F0);
	border: 1px solid rgba(19, 38, 107, 0.1);
	border-radius: 10px;
	display: flex;
	gap: 12px;
	margin-top: 8px;
	padding: 14px 15px;
	text-decoration: none;
	transition: border-color 0.15s ease;
}

.usr-coa__doc:first-of-type {
	margin-top: 12px;
}

.usr-coa__doc:hover {
	border-color: rgba(19, 38, 107, 0.4);
}

.usr-coa__chip {
	align-items: center;
	border-radius: 6px;
	color: #FFFFFF;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 9.6px;
	font-weight: 700;
	height: 26px;
	justify-content: center;
	line-height: 14.9px;
	width: 40px;
}

.usr-coa__chip--coa {
	background: var(--usr-navy, #13266B);
}

.usr-coa__chip--sds {
	background: var(--usr-red, #B5172F);
}

.usr-coa__label {
	color: var(--usr-ink, #191919);
	font-size: 14.1px;
	font-weight: 500;
	line-height: 21.8px;
}

/* ------------------------------------ 7:2017 verify ---- */

.usr-verify {
	padding: 88px 0 0;
}

.usr-verify__grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(4, 1fr);
}

.usr-verify__card {
	background: #FFFFFF;
	border: 1px solid rgba(19, 38, 107, 0.07);
	border-radius: 18px;
	box-shadow: 0 1px 2px rgba(10, 18, 32, 0.04);
	box-sizing: border-box;
	min-height: 180px;
	padding: 23px 22px;
}

.usr-verify__title {
	color: var(--usr-ink, #191919);
	font-size: 18.7px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 20.6px;
}

.usr-verify__text {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 14.1px;
	line-height: 21.9px;
	margin-top: 10px;
}

/* --------------------------------------- 7:2471 faq ---- */

.usr-faq {
	background: #FFFFFF;
	padding: 88px 0 90px;
}

.usr-faq .usr-section-head {
	margin-bottom: 40px;
}

.usr-faq__list {
	margin: 0 auto;
	max-width: 668px;
}

.usr-faq__item {
	background: #FFFFFF;
	border: 1px solid rgba(19, 38, 107, 0.1);
	border-radius: 14px;
	margin-top: 12px;
}

.usr-faq__item:first-child {
	margin-top: 0;
}

.usr-faq__summary {
	align-items: center;
	color: var(--usr-navy, #13266B);
	cursor: pointer;
	display: flex;
	font-size: 16.8px;
	font-weight: 500;
	gap: 16px;
	justify-content: space-between;
	line-height: 26px;
	list-style: none;
	padding: 19px 22px;
}

.usr-faq__summary::-webkit-details-marker {
	display: none;
}

.usr-faq__plus {
	color: var(--usr-red, #B5172F);
	flex-shrink: 0;
	font-size: 18.8px;
	font-weight: 500;
	line-height: 18.8px;
	transition: transform 0.15s ease;
}

.usr-faq__item[open] .usr-faq__plus {
	transform: rotate(45deg);
}

.usr-faq__answer {
	color: var(--usr-secondary, #4A4A4A);
	font-size: 14.7px;
	line-height: 23.5px;
	padding: 0 22px 19px;
}

.usr-faq__more {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

/* ------------------------------------------------ responsive ---- */

@media (max-width: 1200px) {
	/* v2 hero — reduce the two-line headline before it meets the scene. */
	.usr-hero__title {
		font-size: 56px;
		line-height: 64px;
	}

	.usr-feature {
		grid-template-columns: 340px minmax(0, 1fr);
		padding-left: 46px;
	}

	.usr-feature__media img {
		width: 340px;
	}

	.usr-testing__head {
		gap: 40px;
		grid-template-columns: 1fr;
	}

	.usr-coa__columns {
		columns: 3;
	}
}

@media (max-width: 1080px) {
	.usr-catalog__grid {
		grid-template-columns: repeat(3, 1fr);
	}

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

	.usr-areas__grid,
	.usr-standard__grid,
	.usr-testing__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.usr-testing__title {
		font-size: 44px;
		line-height: 48px;
	}

	.usr-beyond__title {
		font-size: 42px;
		line-height: 46px;
	}

	.usr-proof__inner {
		padding-left: 46px;
	}
}

@media (max-width: 900px) {
	/* v2 hero — keep the copy inside the left wash on narrow tablets. */
	.usr-hero__sub {
		font-size: 20px;
		line-height: 27px;
	}

	.usr-stats__grid {
		gap: 24px 0;
		grid-template-columns: repeat(2, 1fr);
	}

	.usr-stats__item:nth-child(odd) {
		border-left: 0;
	}

	.usr-feature {
		gap: 24px;
		grid-template-columns: 1fr;
		padding-bottom: 56px;
		padding-top: 40px;
	}

	.usr-feature__media {
		margin: 0 auto;
	}

	.usr-feature__copy {
		padding: 0;
	}

	.usr-trust__list {
		justify-content: flex-start;
	}

	.usr-beyond__grid {
		grid-template-columns: minmax(0, 529px);
	}

	.usr-coa__columns {
		columns: 2;
	}

	.usr-usa__title {
		font-size: 38px;
		line-height: 42px;
	}

	.usr-usa__inner {
		padding-left: 46px;
	}
}

/* v2 hero — preserve all four badges before the phone layout takes over. */
@media (min-width: 721px) and (max-width: 799px) {
	.usr-hero__badges {
		gap: 10px;
		width: calc(100% - 44px);
	}

	.usr-hero__badge {
		flex: 1 1 0;
	}
}

@media (max-width: 720px) {
	.usr-home .usr-container {
		padding-left: 22px;
		padding-right: 22px;
	}

	/* v2 hero — copy, scene and badges stack within the light poster. */
	.usr-hero__poster {
		height: 840px;
	}

	.usr-home .usr-hero__scene {
		right: -40px;
		top: 245px;
		width: max(600px, 100%);
	}

	.usr-hero__poster::after {
		height: 150px;
		left: 0;
		top: 465px;
	}

	.usr-hero__wash {
		background: linear-gradient(to bottom, #EEF2F7 0%, #EEF2F7 20%, rgba(238, 242, 247, 0) 39%, rgba(238, 242, 247, 0) 65%, #EEF2F7 78%);
		width: 100%;
	}

	.usr-hero__title {
		font-size: 44px;
		left: 22px;
		line-height: 48px;
		top: 38px;
	}

	.usr-hero__rule {
		left: 22px;
		top: 139px;
		width: 88px;
	}

	.usr-hero__sub {
		font-size: 19px;
		left: 22px;
		line-height: 26px;
		max-width: calc(100% - 44px);
		top: 157px;
	}

	.usr-hero__badges {
		display: grid;
		gap: 14px 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		top: 608px;
		width: min(400px, calc(100% - 44px));
	}

	.usr-hero__badge {
		flex: none;
	}

	.usr-hero__band {
		align-items: center;
		padding: 0 22px;
	}

	.usr-hero__band .usr-pill {
		flex: 1;
		font-size: 14px;
		min-width: 0;
		padding-left: 12px;
		padding-right: 12px;
		width: auto;
	}

	.usr-catalog__grid {
		gap: 16px;
		grid-template-columns: repeat(2, 1fr);
	}

	.usr-verify__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.usr-areas__grid,
	.usr-standard__grid,
	.usr-testing__grid {
		grid-template-columns: 1fr;
	}

	.usr-testing__inner {
		padding: 0 22px;
	}

	.usr-testing__title {
		font-size: 34px;
		line-height: 38px;
	}

	.usr-beyond {
		padding-left: 22px;
		padding-right: 22px;
	}

	.usr-beyond__title {
		font-size: 32px;
		line-height: 36px;
	}

	.usr-beyond__floor {
		font-size: 26px;
		line-height: 36px;
	}

	.usr-proof {
		min-height: 0;
	}

	.usr-proof__inner {
		padding: 64px 22px 56px;
	}

	.usr-proof__logo {
		height: 52px;
		margin-bottom: 36px;
	}

	.usr-proof__title {
		font-size: 36px;
		line-height: 41px;
	}

	.usr-usa__inner {
		padding: 72px 22px 48px;
	}

	.usr-heroes {
		gap: 8px;
	}

}

/* ------------------------------------------- wide viewports (>1440) ----
   Design canvas is 1440. Above it: content stays on the centered 1440
   canvas (1348 container + 46px gutters); full-bleed backgrounds may
   stretch edge-to-edge; nothing hugs a viewport corner. Everything here
   is scoped ≥1441px or is a computed no-op at ≤1440. */

/* `.usr-home ul { margin: 0 }` (0,1,1) beats the `margin: 0 auto` on these
   grids (0,1,0), pinning them to the left gutter once the viewport out-
   grows the container. Restore the centering with matching specificity —
   identical rendering at ≤1440 where container == viewport. */
.usr-home .usr-stats__grid,
.usr-home .usr-trust__list {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1441px) {
	/* v2 hero — scale the 770px poster and cap it before the scene grows past
	   the supplied image's useful size. The text stays on the 1440px canvas. */
	.usr-hero__poster {
		height: min(53.472222vw, 920px);
	}

	.usr-hero__poster::after {
		height: clamp(125px, calc(18.75vw - 145px), 215px);
		top: clamp(555px, calc(31.25vw + 105px), 705px);
	}

	.usr-hero__badges {
		bottom: 52px;
		top: auto;
	}

	/* 7:69 featured compound — center the media+copy pair at the design's
	   proportions (430px vial scene / ≤741px copy) instead of letting the
	   1fr column drag everything to the left edge of the navy field. */
	.usr-feature {
		grid-template-columns: 430px minmax(0, 741px);
		justify-content: center;
		padding-left: 46px;
	}

	/* 7:2346 USA banner — content on the centered canvas; photo + scrim
	   keep bleeding edge-to-edge. */
	.usr-usa__inner {
		margin: 0 auto;
		max-width: 1440px;
	}
}

@media (max-width: 560px) {
	/* v2 hero — keep each line intact on a phone. */
	.usr-hero__title {
		font-size: 36px;
		line-height: 40px;
	}

	.usr-hero__rule {
		top: 122px;
	}

	.usr-hero__sub {
		top: 145px;
	}

	.usr-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.usr-stats__value {
		font-size: 32px;
	}

	.usr-coa__columns {
		columns: 1;
	}

	.usr-verify__grid {
		grid-template-columns: 1fr;
	}

	.usr-feature__title {
		font-size: 34px;
		line-height: 38px;
	}

	.usr-catalog__group-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}
}

/* ------------------------------------------------------------ polish ----
   (appended) Interaction-state parity + mobile rhythm. Rules only fire on
   hover/focus/active or below 720px — zero computed change at 1440. */

/* Keyboard parity with the pointer states (pills and CTAs). */
.usr-catalog__pill:focus-visible {
	border-color: rgba(19, 38, 107, 0.4);
	box-shadow: 0 1px 4px rgba(19, 38, 107, 0.1);
}

.usr-catalog__pill:active {
	background: var(--usr-tint-blue, #F1F5FF);
}

.usr-areas__card:focus-visible {
	border-color: rgba(181, 23, 47, 0.35);
	box-shadow: 0 8px 22px rgba(19, 38, 107, 0.08);
}

.usr-coa__doc:focus-visible {
	border-color: rgba(19, 38, 107, 0.4);
}

.usr-pill:active {
	transform: translateY(1px);
}

.usr-faq__summary {
	transition: color 0.15s ease;
}

.usr-faq__summary:hover {
	color: var(--usr-link-blue, #264BD0);
}

/* Mobile vertical rhythm — the desktop 88–108px band padding is too airy
   under 720px; settle the big sections onto a 64/72 step (56 at 560). */
@media (max-width: 720px) {
	.usr-catalog,
	.usr-areas,
	.usr-bestsellers,
	.usr-standard,
	.usr-bundles,
	.usr-coa,
	.usr-faq {
		padding-bottom: 64px;
		padding-top: 64px;
	}

	.usr-verify {
		padding-top: 64px;
	}

	.usr-beyond {
		padding-bottom: 64px;
		padding-top: 72px;
	}

	.usr-testing {
		padding-bottom: 76px;
		padding-top: 72px;
	}

	.usr-section-head {
		margin-bottom: 40px;
	}
}

@media (max-width: 560px) {
	.usr-catalog,
	.usr-areas,
	.usr-bestsellers,
	.usr-standard,
	.usr-bundles,
	.usr-coa,
	.usr-faq {
		padding-bottom: 56px;
		padding-top: 56px;
	}

	.usr-verify {
		padding-top: 56px;
	}
}

/* Reduced motion — home.css had none; cover its transitions + hover lifts. */
@media (prefers-reduced-motion: reduce) {
	.usr-pill,
	.usr-card,
	.usr-card__btn,
	.usr-areas__card,
	.usr-catalog__pill,
	.usr-coa__doc,
	.usr-faq__plus,
	.usr-faq__summary {
		transition: none;
	}

	.usr-card:hover,
	.usr-areas__card:hover {
		transform: none;
	}

	.usr-pill:active {
		transform: none;
	}
}
