main.wp-block-group > .wp-block-shortcode:has(.home-v6) {
	margin-block-start: 0;
}

.home-v6 {
	--home-v6-paper: #fff;
	--home-v6-sand: #f4f2ee;
	--home-v6-ink: #121212;
	--home-v6-muted: #646464;
	--home-v6-green: #044331;
	--home-v6-green-hi: #0a6b4f;
	--home-v6-blue: #3455db;
	--home-v6-coral: #e85f4c;
	--home-v6-lilac: #ddd8ff;
	--home-v6-mint: #dcebe2;
	--home-v6-line: rgba(18, 18, 18, 0.12);
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow-x: clip;
	background: var(--home-v6-paper);
	color: var(--home-v6-ink);
}

.home-v6 *,
.home-v6 *::before,
.home-v6 *::after {
	box-sizing: inherit;
}

.home-v6 :where(h1, h2, h3, p, ul, ol, figure, blockquote) {
	margin-block-start: 0;
}

.home-v6 :where(h1, h2, h3) {
	color: inherit;
	letter-spacing: -0.025em;
}

.home-v6 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.home-v6 a {
	color: inherit;
	text-decoration: none;
}

.home-v6 a.usc-btn--green {
	color: #fff;
}

.home-v6 a.usc-btn--green:hover {
	color: #fff;
}

.home-v6 a:focus-visible,
.home-v6 button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.home-v6__shell {
	width: min(100%, 1320px);
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2rem);
}

.home-v6__section {
	padding-block: clamp(4rem, 8vw, 7rem);
	border-top: 1px solid var(--home-v6-line);
}

.home-v6__section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.home-v6__section-head > div {
	max-width: 760px;
}

.home-v6__kicker,
.home-v6__eyebrow {
	margin-bottom: 0.8rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.home-v6__title {
	max-width: 900px;
	margin-bottom: 0;
	font-size: clamp(2.35rem, 5.5vw, 5.25rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.home-v6__deck {
	max-width: 720px;
	margin: 1rem 0 0;
	font-size: clamp(1rem, 1.7vw, 1.25rem);
	line-height: 1.5;
}

.home-v6__text-link {
	flex: none;
	padding-block: 0.4rem;
	font-weight: 750;
	text-underline-offset: 0.25em;
}

.home-v6__text-link:hover {
	text-decoration: underline;
}

.home-v6 a.home-v6__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.35rem;
	border-radius: 999px;
	background: var(--home-v6-green);
	color: #fff;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	transition: background-color 180ms ease, color 180ms ease;
}

.home-v6 a.home-v6__pill:hover {
	background: var(--home-v6-green-hi);
	color: #fff;
}

.home-v6 a.home-v6__pill--light {
	background: #fff;
	color: var(--home-v6-ink);
}

.home-v6 a.home-v6__pill--light:hover {
	background: var(--home-v6-ink);
	color: #fff;
}

.home-v6 a.home-v6__pill--outline {
	background: transparent;
	color: var(--home-v6-ink);
	box-shadow: inset 0 0 0 1.5px currentcolor;
}

.home-v6 .contact-page__actions a.home-v6__pill {
	background: var(--usc-gold, #e6a817);
	color: #16192b;
}

.home-v6 .contact-page__actions a.home-v6__pill:hover {
	background: var(--usc-gold-hover, #f0c04a);
	color: #16192b;
}

.home-v6 .contact-page__actions a.home-v6__pill--outline {
	background: transparent;
	color: #fff;
	box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.9);
}

.home-v6 .contact-page__actions a.home-v6__pill--outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.home-v6__hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	min-height: clamp(580px, calc(100svh - var(--usc-header-offset, 180px)), 700px);
	min-height: clamp(580px, calc(100dvh - var(--usc-header-offset, 180px)), 700px);
	background: var(--home-v6-sand);
}

.home-v6__hero-copy {
	display: flex;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 5rem);
	padding-bottom: clamp(4.75rem, 8vw, 6.25rem);
	flex-direction: column;
	justify-content: center;
}

.home-v6__eyebrow {
	color: var(--home-v6-green);
}

.home-v6__hero-title {
	margin-bottom: 0;
	font-size: clamp(3rem, 6vw, 5.7rem);
	line-height: 0.91;
	letter-spacing: -0.055em;
}

.home-v6__hero-text {
	max-width: 560px;
	margin: 1.4rem 0 0;
	color: #595959;
	font-size: clamp(1.08rem, 1.8vw, 1.3rem);
	line-height: 1.45;
}

.home-v6__hero-actions {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.home-v6__hero-note {
	flex: 1 0 100%;
	max-width: 500px;
	margin: 0.15rem 0 0;
	color: var(--home-v6-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.home-v6__hero-facts {
	display: flex;
	margin: 2rem 0 0;
	padding: 1.25rem 0 0;
	border-top: 1px solid rgba(18, 18, 18, 0.15);
	flex-wrap: wrap;
	gap: 0.55rem 1.4rem;
	font-size: 0.9rem;
	font-weight: 650;
	list-style: none;
}

.home-v6__hero-products {
	display: grid;
	height: 100%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v6__hero-product {
	position: relative;
	height: 100%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	background: #1a1814;
}

.home-v6__hero-product + .home-v6__hero-product {
	border-left: 1px solid rgba(255, 255, 255, 0.65);
}

.home-v6 .home-v6__hero-product > .home-v6__hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform 500ms ease;
}

.home-v6__hero-product-info {
	position: absolute;
	z-index: 1;
	inset: auto 0 0;
	display: block;
	padding: 5rem clamp(1rem, 2.5vw, 1.6rem) clamp(1rem, 2.5vw, 1.5rem);
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.92) 0%,
		rgba(0, 0, 0, 0.78) 40%,
		rgba(0, 0, 0, 0.35) 72%,
		transparent 100%
	);
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.home-v6__hero-product-info strong,
.home-v6__hero-product-info span {
	display: block;
}

.home-v6__hero-product-info strong {
	font-size: clamp(1.2rem, 2.2vw, 1.8rem);
	line-height: 1.05;
}

.home-v6__hero-product-info span {
	max-width: 29ch;
	margin-top: 0.45rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(0.75rem, 1vw, 0.88rem);
	font-weight: 650;
	line-height: 1.35;
}

@media (hover: hover) and (pointer: fine) {

	.home-v6__hero-product:hover .home-v6__hero-image {
		transform: scale(1.025);
	}
}

.home-v6__trust {
	padding-block: 1.75rem;
	border-block: 1px solid rgba(18, 18, 18, 0.07);
	background: #fff;
}

.home-v6__trust-inner {
	display: flex;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 4rem);
}

.home-v6__trust-label {
	flex: none;
	margin: 0;
	color: var(--home-v6-muted);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-v6__trust-logos {
	display: grid;
	width: 100%;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: center;
	gap: clamp(1rem, 3vw, 3rem);
	list-style: none;
}

.home-v6__trust-logo {
	width: auto;
	max-width: 105px;
	max-height: 34px;
	margin-inline: auto;
	filter: none;
	opacity: 0.92;
	transition: opacity 180ms ease;
}

.home-v6__trust-logos li:hover .home-v6__trust-logo {
	opacity: 1;
}

.home-v6__order-strip {
	padding-block: 1rem;
	background: var(--home-v6-green);
	color: #fff;
}

.home-v6__order-strip.is-expired {
	display: none;
}

.home-v6__order-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 2rem;
}

.home-v6__order-copy {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
}

.home-v6__order-copy h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.35rem, 2.5vw, 2.15rem);
	line-height: 1;
}

.home-v6__order-copy h2 span {
	color: var(--home-v6-lilac);
}

.home-v6__order-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.85rem;
	font-weight: 650;
}

.home-v6__timer {
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 0.4rem;
}

.home-v6__timer > div {
	display: grid;
	min-width: 36px;
	justify-items: center;
}

.home-v6__timer strong {
	color: #fff;
	font-size: 1.15rem;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.home-v6__timer span {
	margin-top: 0.2rem;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.58rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-v6__timer i {
	align-self: flex-start;
	color: var(--home-v6-lilac);
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.home-v6__order-strip .home-v6__pill {
	flex: none;
	min-height: 44px;
	padding: 0.65rem 1.15rem;
}

.home-v6__choice {
	background: var(--home-v6-blue);
	color: #fff;
}

.home-v6__choice .home-v6__deck {
	color: rgba(255, 255, 255, 0.76);
}

.home-v6__choice-journey-strip {
	padding-block: clamp(1.5rem, 3vw, 2.25rem);
	border-bottom: 1px solid rgba(4, 67, 49, 0.18);
	background: var(--home-v6-mint);
	color: #00241a;
}

.home-v6__choice-journey {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(4, 67, 49, 0.25);
}

.home-v6__choice-journey-col {
	display: flex;
	min-width: 0;
	padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.4rem, 3vw, 2.5rem);
	flex-direction: column;
	gap: 1rem;
}

.home-v6__choice-journey-col + .home-v6__choice-journey-col {
	border-left: 1px solid rgba(4, 67, 49, 0.25);
}

.home-v6__choice-journey-name {
	margin: 0;
	color: #00241a;
	font-size: 0.6875rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.home-v6__choice-journey-steps {
	position: relative;
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	counter-reset: choice-journey;
	gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

.home-v6__choice-journey-steps::before {
	position: absolute;
	top: 0.45rem;
	right: 0.5rem;
	left: 0.5rem;
	height: 1px;
	background: rgba(0, 36, 26, 0.28);
	content: "";
}

.home-v6__choice-journey-steps li {
	position: relative;
	z-index: 1;
	display: flex;
	counter-increment: choice-journey;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3rem;
}

.home-v6__choice-journey-steps li::before {
	display: inline-block;
	padding-right: 0.45rem;
	background: var(--home-v6-mint);
	color: #00241a;
	font-size: 0.6875rem;
	font-weight: 800;
	line-height: 1;
	content: counter(choice-journey, decimal-leading-zero);
}

.home-v6__choice-journey-steps strong {
	display: block;
	margin-top: 0.35rem;
	color: #00241a;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3;
}

.home-v6__choice-journey-steps span {
	display: block;
	color: #1a2e27;
	font-size: 0.78125rem;
	line-height: 1.4;
}

.home-v6__choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.home-v6__choice-card {
	display: grid;
	min-width: 0;
	grid-template-rows: auto 1fr;
	color: #fff;
}

.home-v6__choice-card + .home-v6__choice-card {
	border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.home-v6__choice-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.home-v6__choice-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.home-v6__choice-body {
	display: flex;
	padding: clamp(1.4rem, 3vw, 2.5rem);
	flex-direction: column;
	align-items: flex-start;
}

.home-v6__choice-name {
	display: block;
	font-size: clamp(1.8rem, 3.2vw, 3rem);
	line-height: 1;
}

.home-v6__choice-copy {
	display: block;
	margin: 0.8rem 0 1.5rem;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.5;
}

.home-v6__facts {
	display: grid;
	width: 100%;
	margin-bottom: 1.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 1.5rem;
}

.home-v6__facts > li {
	position: relative;
	display: block;
	padding-left: 1.15rem;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

.home-v6__facts > li::before {
	position: absolute;
	top: 0.47em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	content: "";
	opacity: 0.75;
}

.home-v6__choice-cta {
	display: inline-flex;
	min-height: 46px;
	margin-top: auto;
	padding: 0.75rem 1.25rem;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--home-v6-blue);
	font-weight: 800;
	transition: background-color 180ms ease, color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {

	.home-v6__choice-card:hover .home-v6__choice-media img {
		transform: scale(1.025);
	}

	.home-v6__choice-card:hover .home-v6__choice-cta {
		background: var(--home-v6-ink);
		color: #fff;
	}
}

.home-v6__bestsellers {
	background: #fff;
}

.home-v6__product-group + .home-v6__product-group {
	margin-top: clamp(4rem, 8vw, 7rem);
}

.home-v6__product-group-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 1.5rem;
}

.home-v6__product-group-head h2 {
	margin: 0;
	font-size: clamp(1.9rem, 3.5vw, 3rem);
	line-height: 1;
}

.home-v6__product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--home-v6-line);
	border-left: 1px solid var(--home-v6-line);
}

.home-v6__product-card {
	min-width: 0;
	border-right: 1px solid var(--home-v6-line);
	border-bottom: 1px solid var(--home-v6-line);
}

.home-v6__product-media {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--home-v6-sand);
}

.home-v6__product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.home-v6__product-body {
	display: block;
	padding: 1.25rem;
}

.home-v6__product-body > strong {
	display: block;
	font-size: 1.08rem;
}

.home-v6__product-body > span {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	margin-top: 0.75rem;
	color: var(--home-v6-muted);
	font-size: 0.82rem;
}

@media (hover: hover) and (pointer: fine) {

	.home-v6__product-card:hover .home-v6__product-media img {
		transform: scale(1.025);
	}
}

.home-v6__design {
	background: var(--home-v6-coral);
}

.home-v6__design-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

.home-v6__design-statement {
	margin: 0;
	font-size: clamp(3.3rem, 8vw, 8.5rem);
	line-height: 0.84;
	letter-spacing: -0.065em;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.home-v6__design-statement em {
	display: block;
	color: #fff;
	font-style: normal;
}

.home-v6__design-steps {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(18, 18, 18, 0.3);
	list-style: none;
}

.home-v6__design-steps li {
	display: grid;
	padding: 1.2rem 0;
	border-bottom: 1px solid rgba(18, 18, 18, 0.3);
	grid-template-columns: 34px 1fr;
	gap: 1rem;
}

.home-v6__design-steps strong {
	display: block;
	margin-bottom: 0.25rem;
}

.home-v6__design-steps p {
	margin: 0;
	line-height: 1.45;
}

.home-v6__design-steps + .home-v6__pill {
	margin-top: 1.5rem;
}

.home-v6__process {
	background: var(--home-v6-mint);
}

.home-v6__process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(4, 67, 49, 0.25);
}

.home-v6__process-grid article {
	min-width: 0;
	padding: 1.4rem;
	border-right: 1px solid rgba(4, 67, 49, 0.25);
}

.home-v6__process-grid article:first-child {
	padding-left: 0;
}

.home-v6__process-grid article:last-child {
	border-right: 0;
}

.home-v6__process-grid article > span {
	display: block;
	margin-bottom: 2.5rem;
	color: var(--home-v6-green);
	font-weight: 800;
}

.home-v6__process-grid h3 {
	margin-bottom: 0.55rem;
	font-size: 1.25rem;
}

.home-v6__process-grid p {
	margin: 0;
	color: #52625a;
	line-height: 1.5;
}

.home-v6__cases {
	background: var(--home-v6-ink);
	color: #fff;
}

.home-v6__cases .home-v6__deck {
	color: rgba(255, 255, 255, 0.68);
}

.home-v6__case[hidden] {
	display: none;
}

.home-v6__case {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	animation: home-v6-fade 400ms ease both;
}

@keyframes home-v6-fade {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.home-v6__case-media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
}

.home-v6__case-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.home-v6__case-copy {
	display: flex;
	min-width: 0;
	padding: clamp(1.5rem, 4vw, 3rem);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
}

.home-v6__case-copy > span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.home-v6__case-copy h3 {
	margin-bottom: 0;
	font-size: clamp(2.2rem, 4vw, 4.25rem);
	line-height: 0.95;
}

.home-v6__case-copy p {
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.67);
	font-size: 1.05rem;
	line-height: 1.5;
}

.home-v6__case-controls {
	display: flex;
	margin-top: 1rem;
	gap: 0.25rem;
}

.home-v6__case-controls button {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer;
	place-items: center;
}

.home-v6__case-controls button span {
	display: block;
	width: 34px;
	height: 4px;
	background: rgba(255, 255, 255, 0.28);
}

.home-v6__case-controls button.is-active span {
	background: #fff;
}

.home-v6__volume {
	background: var(--home-v6-lilac);
}

.home-v6__volume-lead {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: end;
	gap: 2rem;
}

.home-v6__volume-lead h2 {
	margin: 0;
	font-size: clamp(5rem, 14vw, 13rem);
	line-height: 0.75;
	letter-spacing: -0.075em;
}

.home-v6__volume-lead p {
	max-width: 520px;
	margin: 0;
	font-size: clamp(1.2rem, 2.3vw, 1.8rem);
	line-height: 1.3;
}

.home-v6__volume-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
}

.home-v6__volume-link {
	font-size: 0.9375rem;
}

.home-v6__volume-grid {
	display: grid;
	margin-top: clamp(3rem, 6vw, 5rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.5rem, 1vw, 1rem);
}

.home-v6__volume-grid figure {
	position: relative;
	margin: 0;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.home-v6__volume-grid img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-v6__volume-grid img.is-next {
	opacity: 0;
	transition: opacity 550ms ease;
}

.home-v6__volume-grid img.is-next.home-v6-image-visible {
	opacity: 1;
}

.home-v6__reviews {
	background: #fff;
}

.home-v6__review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--home-v6-line);
}

.home-v6__review {
	margin: 0;
	padding: 1.5rem;
	border-right: 1px solid var(--home-v6-line);
}

.home-v6__review:first-child {
	padding-left: 0;
}

.home-v6__review:last-child {
	border-right: 0;
}

.home-v6__review-stars {
	color: var(--home-v6-green);
	letter-spacing: 0.12em;
}

.home-v6__review blockquote {
	margin: 1rem 0 2rem;
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	line-height: 1.35;
}

.home-v6__review cite {
	color: var(--home-v6-muted);
	font-style: normal;
}

.home-v6__stats {
	background: var(--home-v6-green);
	color: #fff;
}

.home-v6__stats .home-v6__deck {
	color: rgba(255, 255, 255, 0.72);
}

.home-v6__stats-grid {
	display: grid;
	margin-top: 3rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.home-v6__stat {
	container-type: inline-size;
	min-width: 0;
	padding: 1.5rem;
}

.home-v6__stat:first-child {
	padding-left: 0;
}

.home-v6__stat + .home-v6__stat {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.home-v6__stat-value {
	display: block;
	max-width: 100%;
}

.home-v6__stat-figure {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	font-size: clamp(1.85rem, 14cqi, 6.5rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.055em;
	line-height: 1;
}

.home-v6__stat-figure [data-home-v6-count] {
	display: inline;
}

.home-v6__stat-label {
	display: block;
	margin-top: 0.8rem;
	color: rgba(255, 255, 255, 0.7);
}

.home-v6__close {
	background: var(--home-v6-sand);
}

.home-v6__close-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
	align-items: end;
	gap: 2rem;
}

.home-v6__close-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.75rem;
}

.home-v6-motion .home-v6__reveal {
	opacity: 0;
	transition: opacity 600ms ease;
	transition-delay: var(--home-v6-delay, 0ms);
}

.home-v6-motion .home-v6__reveal.is-visible {
	opacity: 1;
}

@media (max-width: 1024px) {

	.home-v6__hero {
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	}

	.home-v6__order-inner {
		flex-wrap: wrap;
	}

	.home-v6__timer {
		order: 3;
		width: 100%;
		margin-left: 0;
	}

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

	.home-v6__review:last-child {
		padding-left: 0;
		border-top: 1px solid var(--home-v6-line);
	}
}

@media (max-width: 900px) {

	.home-v6__hero {
		display: block;
		min-height: 0;
	}

	.home-v6__hero-copy {
		min-height: min(620px, 75svh);
	}

	.home-v6__hero-products {
		min-height: 520px;
	}

	.home-v6__trust-inner {
		display: block;
	}

	.home-v6__trust-label {
		margin-bottom: 1.2rem;
		text-align: center;
	}

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

	.home-v6__choice-journey,
	.home-v6__choice-grid,
	.home-v6__design-layout,
	.home-v6__case,
	.home-v6__volume-lead,
	.home-v6__close-layout {
		grid-template-columns: 1fr;
	}

	.home-v6__choice-journey-col + .home-v6__choice-journey-col {
		border-top: 1px solid rgba(4, 67, 49, 0.25);
		border-left: 0;
	}

	.home-v6__choice-card + .home-v6__choice-card {
		border-top: 1px solid rgba(255, 255, 255, 0.28);
		border-left: 0;
	}

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

	.home-v6__process-grid article:nth-child(2) {
		border-right: 0;
	}

	.home-v6__process-grid article:nth-child(n + 3) {
		border-top: 1px solid rgba(4, 67, 49, 0.25);
	}

	.home-v6__process-grid article:nth-child(3) {
		padding-left: 0;
	}

	.home-v6__case-copy {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		border-left: 0;
	}

	.home-v6__close-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 700px) {

	.home-v6__section-head,
	.home-v6__product-group-head {
		display: block;
	}

	.home-v6__section-head .home-v6__text-link,
	.home-v6__product-group-head .home-v6__text-link {
		display: inline-block;
		margin-top: 1rem;
		white-space: normal;
	}

	.home-v6__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.9rem 0.75rem;
	}

	.home-v6__review-grid,
	.home-v6__stats-grid {
		grid-template-columns: 1fr;
	}

	.home-v6__review {
		padding-inline: 0;
		border-right: 0;
		border-bottom: 1px solid var(--home-v6-line);
	}

	.home-v6__review:last-child {
		border-bottom: 0;
	}

	.home-v6__stat {
		padding-inline: 0;
	}

	.home-v6__stat + .home-v6__stat {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		border-left: 0;
	}
}

@media (max-width: 600px) {

	.home .site-header__bar-inner {
		gap: 0.75rem !important;
	}

	.home .site-header__actions {
		min-width: 0;
		margin-left: 0;
	}

	.home .site-header__phone {
		display: none !important;
	}

	.home .site-header__cta {
		min-height: 0;
		padding: 0.35rem 0.6rem;
		font-size: 0.6875rem;
		font-weight: 700;
		letter-spacing: 0.01em;
		line-height: 1.2;
		white-space: nowrap;
	}

	.home-v6__section {
		padding-block: clamp(3.5rem, 14vw, 5rem);
	}

	.home-v6__hero-copy {
		min-height: 0;
		padding-block: 3rem;
	}

	.home-v6__hero-title {
		font-size: clamp(2.8rem, 14vw, 4.1rem);
	}

	.home-v6__hero-products {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.home-v6__hero-product {
		aspect-ratio: 4 / 3;
	}

	.home-v6__hero-product + .home-v6__hero-product {
		border-top: 1px solid rgba(255, 255, 255, 0.65);
		border-left: 0;
	}

	.home-v6__order-inner {
		align-items: stretch;
	}

	.home-v6__order-strip .home-v6__pill {
		width: 100%;
	}

	.home-v6__timer {
		justify-content: space-between;
	}

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

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

	.home-v6__process-grid article {
		padding-inline: 0;
		border-top: 1px solid rgba(4, 67, 49, 0.25);
		border-right: 0;
	}

	.home-v6__process-grid article:first-child {
		border-top: 0;
	}

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

	.home-v6__volume-lead h2 {
		font-size: clamp(4.25rem, 22vw, 7rem);
	}

	.home-v6__design-statement {
		font-size: clamp(3rem, 17vw, 5.5rem);
	}

	.home-v6__close-actions {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 400px) {

	.home-v6__shell {
		padding-inline: 1rem;
	}

	.home-v6__title {
		font-size: clamp(2.15rem, 12vw, 3rem);
	}

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

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

	.home-v6__timer {
		gap: 0.15rem;
	}
}

@media (prefers-reduced-motion: reduce) {

	.home-v6 *,
	.home-v6 *::before,
	.home-v6 *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.home-v6-motion .home-v6__reveal {
		opacity: 1;
	}
}

.wp-block-post-content > .wp-block-uglysweater20-home-hero,
.wp-block-post-content > .wp-block-uglysweater20-home-trust,
.wp-block-post-content > .wp-block-uglysweater20-home-urgency,
.wp-block-post-content > .wp-block-uglysweater20-home-choice,
.wp-block-post-content > .wp-block-uglysweater20-home-products,
.wp-block-post-content > .wp-block-uglysweater20-home-design,
.wp-block-post-content > .wp-block-uglysweater20-home-process,
.wp-block-post-content > .wp-block-uglysweater20-home-stories,
.wp-block-post-content > .wp-block-uglysweater20-home-reviews,
.wp-block-post-content > .wp-block-uglysweater20-home-stats,
.wp-block-post-content > .wp-block-uglysweater20-home-close {
	max-width: none;
	margin-block: 0;
}

.home-v6-block {
	overflow-x: clip;
	overflow-y: visible;
}

.home-v6-block--stories {
	overflow: visible;
}

.home-v6__hero-slider {
	position: relative;
	background: var(--home-v6-sand);
}

.home-v6__hero-stage {
	position: relative;
	height: clamp(560px, calc(100svh - var(--usc-header-offset, 180px)), 640px);
	height: clamp(560px, calc(100dvh - var(--usc-header-offset, 180px)), 640px);
	min-height: 0;
}

.home-v6__hero-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	animation: home-v6-slide-in 450ms ease both;
}

.home-v6__hero-slide[hidden] {
	display: none;
}

.home-v6__hero-products--single {
	grid-template-columns: 1fr;
}

.home-v6__hero-products--video {
	position: relative;
	grid-template-columns: 1fr;
}

.home-v6 .home-video-feature--hero {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	color: #fff;
	text-align: center;
}

.home-v6 .home-video-feature--hero .home-video-feature__inner--hero {
	display: grid;
	place-items: center;
	justify-content: center;
	align-content: center;
	max-width: none;
	width: 100%;
	height: 100%;
	padding: 1.25rem;
	margin: 0;
}

.home-v6 .home-video-feature--hero .home-video-feature__play {
	margin: 0;
	justify-self: center;
	align-self: center;
}

.home-v6 .home-video-feature--hero .home-video-feature__sound {
	z-index: 3;
}

.home-v6 .home-video-feature--hero.is-playing .home-video-feature__scrim {
	opacity: 0.35;
}

.home-v6__hero-controls {
	position: relative;
	z-index: 4;
	display: flex;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.25rem 1rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
	background: var(--home-v6-sand);
}

.home-v6__hero-controls button {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	place-items: center;
}

.home-v6__hero-controls button span {
	display: block;
	width: 28px;
	height: 4px;
	background: rgba(18, 18, 18, 0.25);
	transition: background-color 180ms ease;
}

.home-v6__hero-controls button.is-active span {
	background: var(--home-v6-green);
}

@keyframes home-v6-slide-in {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.home-v6-effects .home-v6__fx-reveal {
	opacity: 0;
	transition:
		opacity 0.8s cubic-bezier(0.2, 0.75, 0.25, 1),
		transform 1s cubic-bezier(0.16, 1, 0.3, 1),
		clip-path 1.05s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--home-v6-fx-delay, 0ms);
	will-change: opacity, transform, clip-path;
}

.home-v6-effects .home-v6__fx-reveal.is-revealed {
	opacity: 1;
	transform: none;
	clip-path: inset(0);
	will-change: auto;
}

.home-v6-effects .home-v6__fx-hero-copy {
	transform: translate3d(-110px, 0, 0);
}

.home-v6-effects .home-v6__fx-hero-media {
	transform: scale(1.09);
	clip-path: inset(0 100% 0 0);
}

.home-v6-effects .home-v6__fx-hero-detail {
	transform: translate3d(0, 42px, 0);
}

.home-v6-effects .home-v6__fx-section-head {
	transform: translate3d(0, 76px, 0) scale(0.94);
}

.home-v6-effects .home-v6__fx-choice-left {
	transform: translate3d(-120px, 0, 0);
	clip-path: inset(0 25% 0 0);
}

.home-v6-effects .home-v6__fx-choice-right {
	transform: translate3d(120px, 0, 0);
	clip-path: inset(0 0 0 25%);
}

.home-v6-effects .home-v6__fx-product {
	transform: translate3d(0, 94px, 0) rotate(var(--home-v6-fx-rotate, 0deg));
}

.home-v6-effects .home-v6__fx-design-statement {
	transform: translate3d(-90px, 64px, 0) scale(0.93);
	transition-duration: 1.25s;
}

.home-v6-effects .home-v6__fx-design-support {
	transform: translate3d(70px, 105px, 0);
	transition-duration: 0.85s;
}

.home-v6__direction-text .home-v6__fx-word {
	display: inline-block;
	color: inherit;
	transition: color 0.42s ease, transform 0.62s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--home-v6-fx-word-delay, 0ms);
}

.home-v6-scroll-down .home-v6__direction-text .home-v6__fx-word {
	transform: translate3d(0, -0.07em, 0);
}

.home-v6-scroll-up .home-v6__direction-text .home-v6__fx-word {
	transform: translate3d(0, 0.07em, 0);
}

.home-v6-scroll-down .home-v6__design-statement > .home-v6__fx-word {
	color: var(--home-v6-ink);
}

.home-v6-scroll-down .home-v6__design-statement em .home-v6__fx-word {
	color: #fff;
}

.home-v6-scroll-up .home-v6__design-statement > .home-v6__fx-word {
	color: #fff;
}

.home-v6-scroll-up .home-v6__design-statement em .home-v6__fx-word {
	color: var(--home-v6-ink);
}

.home-v6-effects .home-v6__fx-process-step {
	transform: translate3d(0, 90px, 0) scale(0.9);
}

.home-v6-effects .home-v6__fx-case-stage {
	transform: scale(1.035);
}

.home-v6-effects .home-v6__fx-volume-lead {
	transform: translate3d(0, 85px, 0) scale(0.92);
}

.home-v6-effects .home-v6__fx-volume-tile {
	transform: translate3d(0, 95px, 0) scale(0.92);
}

.home-v6-effects .home-v6__fx-review,
.home-v6-effects .home-v6__fx-stat {
	transform: translate3d(0, 88px, 0) scale(0.82);
}

.home-v6-effects .home-v6__fx-close-copy {
	transform: translate3d(-110px, 0, 0);
}

.home-v6-effects .home-v6__fx-close-actions {
	transform: translate3d(110px, 0, 0);
}

.home-v6-effects .home-v6__fx-land-soft {
	transform: translate3d(0, 28px, 0);
	transition-duration: 0.7s, 0.85s, 0.85s;
}

.home-v6-effects .home-v6__fx-land-stagger {
	transform: translate3d(0, 18px, 0);
	transition-duration: 0.55s, 0.7s, 0.7s;
}

.home-v6__process--morph {
	position: relative;
	overflow: clip;
	isolation: isolate;
}

.home-v6__process-ink {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: var(--home-v6-ink);
	clip-path: circle(var(--home-v6-process-radius, 0%) at 82% 100%);
	pointer-events: none;
	will-change: clip-path;
}

.home-v6__process--morph > .home-v6__shell {
	position: relative;
	z-index: 1;
}

.home-v6__process--morph .home-v6__process-grid,
.home-v6__process--morph .home-v6__process-item {
	transition: border-color 240ms linear;
}

.home-v6__morph-word,
.home-v6__morph-letter {
	display: inline-block;
}

.home-v6__morph-word {
	white-space: nowrap;
}

.home-v6__morph-letter {
	transition: color 90ms linear;
}

.home-v6__morph-letter.is-inked {
	color: #fff;
}

.home-v6__process--morph.is-ink-majority .home-v6__process-grid,
.home-v6__process--morph.is-ink-majority .home-v6__process-grid article {
	border-color: rgba(255, 255, 255, 0.25);
}

.home-v6__story-stack {
	position: relative;
	background: var(--home-v6-ink);
	isolation: isolate;
}

.home-v6__story-stack > .home-v6__volume {
	position: relative;
	z-index: 2;
	min-height: 100svh;
	margin-top: 12svh;
	border-top: 6px solid var(--home-v6-coral);
}

@media (min-width: 901px) {

	.home-v6__story-stack > .home-v6__cases {
		position: sticky;
		z-index: 1;
		top: var(--usc-header-offset, 0px);
		display: flex;
		box-sizing: border-box;
		height: calc(100svh - var(--usc-header-offset, 0px));
		height: calc(100dvh - var(--usc-header-offset, 0px));
		padding-block: clamp(1.5rem, 4svh, 3rem);
		align-items: center;
		overflow: hidden;
	}

	.home-v6__story-stack > .home-v6__cases > .home-v6__shell {
		width: min(calc(100% - 3rem), 1180px);
		padding-inline: 0;
	}

	.home-v6__story-stack .home-v6__case {
		grid-template-columns: minmax(0, 4fr) minmax(280px, 3fr);
		min-height: 0;
	}

	.home-v6__story-stack .home-v6__case-media {
		position: relative;
		width: 100%;
		max-width: none;
		height: auto;
		aspect-ratio: 4 / 3;
		justify-self: stretch;
		overflow: hidden;
	}
}

@media (max-width: 900px) {

	.home-v6__hero-stage {
		height: auto;
		min-height: 0;
	}

	.home-v6__hero-slide {
		position: relative;
		inset: auto;
		height: auto;
		grid-template-columns: 1fr;
		grid-template-rows: auto clamp(240px, 48vw, 320px);
	}

	.home-v6__hero-slide.is-active {
		display: grid;
	}

	.home-v6__hero-slide .home-v6__hero-copy {
		min-height: 0;
		padding-block: 2.25rem 1.5rem;
	}

	.home-v6__hero-slide .home-v6__hero-title {
		font-size: clamp(2.35rem, 11vw, 3.4rem);
	}

	.home-v6__hero-slide .home-v6__hero-products {
		min-height: 0;
	}

	.home-v6__hero-slide .home-v6__hero-product-info {
		padding: 3.25rem 0.75rem 0.75rem;
	}

	.home-v6__hero-slide .home-v6__hero-product-info span {
		font-size: 0.72rem;
		line-height: 1.25;
	}

	.home-v6__story-stack > .home-v6__cases {
		position: relative;
		top: auto;
		display: block;
		height: auto;
		padding-block: clamp(2.5rem, 8vw, 4rem);
		align-items: stretch;
		overflow: visible;
	}

	.home-v6__story-stack > .home-v6__cases > .home-v6__shell {
		width: min(calc(100% - 2rem), 1180px);
		padding-inline: 0;
	}

	.home-v6__story-stack .home-v6__cases .home-v6__section-head {
		margin-bottom: 0.75rem;
	}

	.home-v6__story-stack .home-v6__cases .home-v6__title {
		padding-block: 0.08em;
		font-size: clamp(2rem, 8vw, 2.6rem);
		line-height: 1.02;
	}

	.home-v6__story-stack .home-v6__cases .home-v6__deck {
		margin-top: 0.6rem;
		font-size: 0.9rem;
		line-height: 1.4;
	}

	.home-v6__story-stack .home-v6__cases .home-v6__section-head .home-v6__text-link {
		margin-top: 0.65rem;
	}

	.home-v6__story-stack .home-v6__case-stage,
	.home-v6__story-stack .home-v6__case {
		min-height: 0;
	}

	.home-v6__story-stack .home-v6__case-media {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: clamp(170px, 27svh, 220px);
		aspect-ratio: 4 / 3;
		justify-self: stretch;
		overflow: hidden;
	}

	.home-v6__story-stack .home-v6__case-copy {
		gap: 0.75rem;
		padding: 0.75rem 0.9rem;
	}

	.home-v6__story-stack .home-v6__case-brand {
		font-size: clamp(1.5rem, 6vw, 2.3rem);
	}

	.home-v6__story-stack .home-v6__case-result {
		margin-top: 0.4rem;
		font-size: 0.85rem;
		line-height: 1.35;
	}

	.home-v6__story-stack .home-v6__case-controls {
		margin-top: 0.65rem;
	}

	.home-v6__story-stack > .home-v6__volume {
		min-height: 0;
		margin-top: 0;
		padding-block: clamp(3rem, 10vw, 4.5rem);
	}
}

@media (max-height: 700px) and (min-width: 901px) {

	.home-v6__story-stack > .home-v6__cases {
		height: calc(100dvh - var(--usc-header-offset, 72px));
		height: calc(100svh - var(--usc-header-offset, 72px));
		top: var(--usc-header-offset, 0px);
	}
}

@media (max-width: 900px) and (max-height: 700px) {

	.home-v6__story-stack > .home-v6__cases {
		padding-block: 0.5rem;
	}

	.home-v6__story-stack .home-v6__cases .home-v6__section-head {
		margin-bottom: 0.4rem;
	}

	.home-v6__story-stack .home-v6__cases .home-v6__title {
		font-size: clamp(1.7rem, 7vw, 2rem);
	}

	.home-v6__story-stack .home-v6__cases .home-v6__deck {
		margin-top: 0.35rem;
		font-size: 0.8rem;
		line-height: 1.3;
	}

	.home-v6__story-stack .home-v6__cases .home-v6__section-head .home-v6__text-link {
		margin-top: 0.35rem;
	}

	.home-v6__story-stack .home-v6__case-media {
		height: clamp(125px, 23svh, 150px);
	}

	.home-v6__story-stack .home-v6__case-copy {
		gap: 0.5rem;
		padding: 0.55rem 0.75rem;
	}

	.home-v6__story-stack .home-v6__case-result {
		margin-top: 0.25rem;
		font-size: 0.78rem;
		line-height: 1.25;
	}

	.home-v6__story-stack .home-v6__case-controls {
		margin-top: 0.25rem;
	}
}

@media (max-width: 699px) {

	.home-v6__hero-slide {
		grid-template-rows: auto clamp(210px, 58vw, 260px);
	}

	.home-v6__hero-slide .home-v6__hero-copy {
		padding-block: 2rem 1.25rem;
	}

	.home-v6__hero-slide .home-v6__hero-products:not(.home-v6__hero-products--single) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-v6__hero-slide .home-v6__hero-product {
		height: 100%;
		aspect-ratio: auto;
	}

	.home-v6__hero-slide .home-v6__hero-product + .home-v6__hero-product {
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.65);
	}

	.home-v6__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.home-v6__trust-logos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.75rem 1rem;
	}

	.home-v6__trust-logo {
		max-height: 28px;
		width: auto;
		margin-inline: auto;
	}

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

	.home-v6__close-actions {
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}

	.home-v6-effects .home-v6__fx-hero-copy,
	.home-v6-effects .home-v6__fx-choice-left,
	.home-v6-effects .home-v6__fx-design-statement,
	.home-v6-effects .home-v6__fx-close-copy {
		transform: translate3d(-18px, 0, 0);
	}

	.home-v6-effects .home-v6__fx-choice-right,
	.home-v6-effects .home-v6__fx-design-support,
	.home-v6-effects .home-v6__fx-close-actions {
		transform: translate3d(18px, 0, 0);
	}

	.home-v6-effects .home-v6__fx-product {
		transform: translate3d(0, 28px, 0) rotate(var(--home-v6-fx-mobile-rotate, 0deg));
	}

	.home-v6-effects .home-v6__fx-section-head,
	.home-v6-effects .home-v6__fx-process-step,
	.home-v6-effects .home-v6__fx-review,
	.home-v6-effects .home-v6__fx-stat {
		transform: translate3d(0, 24px, 0) scale(0.97);
	}
}

@media (prefers-reduced-motion: reduce) {

	.home-v6-effects .home-v6__fx-reveal,
	.home-v6-effects .home-v6__fx-reveal.is-revealed,
	.home-v6__direction-text .home-v6__fx-word {
		opacity: 1 !important;
		color: inherit !important;
		transform: none !important;
		clip-path: none !important;
		transition: none !important;
		animation: none !important;
		will-change: auto !important;
	}

	.home-v6__process-ink {
		display: none;
	}
}

.home-v6__about-story-layout {
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	grid-template-columns: 1fr;
}
@media (min-width: 900px) {
	.home-v6__about-story-layout {
		grid-template-columns: 1fr 1fr;
	}
	.home-v6__about-story-layout--reverse .home-v6__about-copy {
		order: 1;
	}
	.home-v6__about-story-layout--reverse .home-v6__about-media {
		order: 2;
	}
}
.home-v6__about-media {
	margin: 0;
}
.home-v6__about-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.home-v6__kicker--on-dark {
	color: rgba(255, 255, 255, 0.82);
}
.landing-page .home-v6 + .home-v6,
.landing-page .home-v6 {
	isolation: isolate;
}

.home-v6__success-head {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}
.home-v6__success-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.25rem, 3vw, 2rem);
}
@media (min-width: 768px) {
	.home-v6__success-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.home-v6__success-grid .cs-card--feature {
		grid-column: 1 / -1;
	}
}
.home-v6__success-grid .cs-card__link {
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}
.home-v6__success-grid .cs-card__link:hover {
	transform: none;
	box-shadow: none;
}
.home-v6__success-grid .cs-card__media {
	overflow: hidden;
	border-radius: 2px;
}
.home-v6__success-grid .cs-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-v6__success-grid .cs-card--feature .cs-card__link {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}
@media (min-width: 900px) {
	.home-v6__success-grid .cs-card--feature .cs-card__link {
		grid-template-columns: 1.2fr 1fr;
		align-items: center;
		gap: clamp(1.5rem, 3vw, 2.5rem);
	}
	.home-v6__success-grid .cs-card--feature .cs-card__media {
		flex: none;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}
}
.home-v6__success-grid .cs-card__client {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #044331;
}
.home-v6__success-grid .cs-card__headline {
	margin: 0 0 0.5rem;
	font-family: inherit;
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #16192b;
}
.home-v6__success-grid .cs-card__dek {
	margin: 0 0 0.75rem;
	font-size: 0.9875rem;
	line-height: 1.55;
	color: rgba(22, 25, 43, 0.72);
}
.home-v6__success-grid .cs-card__read {
	font-size: 0.875rem;
	font-weight: 700;
	color: #044331;
}
.home-v6__success-grid .cs-card__body {
	padding: 0.85rem 0 0;
}
.home-v6__success-grid .cs-card--feature .cs-card__body {
	padding: 0;
}

.landing-hero--shop {
	min-height: clamp(220px, 32vw, 340px);
}
.shop-page--v6 .shop-page__layout {
	max-width: var(--usc-container-wide, 1200px);
	margin: 0 auto;
	padding: clamp(1.5rem, 3vw, 2.5rem) 1.5rem 3rem;
}
.shop-page--v6 .shop-page__crumbs {
	grid-column: 1 / -1;
	margin: 0 0 0.25rem;
}
.shop-page--v6 .shop-page__crumbs .shop-breadcrumbs {
	margin: 0;
}
.shop-page--v6 .shop-page__hero {
	display: none;
}

.landing-hero--program.landing-hero--video {
	min-height: clamp(420px, 62vh, 640px);
}

.landing-hero--program .landing-hero__media--video {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: #00241a;
}

.landing-hero--program .landing-hero__video {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.landing-hero--program .landing-hero__media-fallback {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.landing-hero--program .landing-hero__scrim--program {
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 36, 26, 0.45) 45%, rgba(0, 36, 26, 0.78) 100%);
}

.landing-hero--program .landing-hero__inner {
	position: relative;
	z-index: 3;
	max-width: 42rem;
	margin-inline: auto;
	text-align: center;
	color: #fff;
}

.landing-hero--program + .home-v6__custom-strip,
.landing-hero--custom + .home-v6__custom-strip {
	margin-top: clamp(1.5rem, 4vw, 3rem);
}

.home-v6__custom-strip {
	position: relative;
	overflow: hidden;
	background: #00241a;
	color: #fff;
}

.home-v6__custom-strip-layout {
	display: grid;
	grid-template-columns: 1fr;
	min-height: clamp(28rem, 72vh, 40rem);
}

.home-v6__custom-strip-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.25rem;
	padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem);
	background:
		radial-gradient(120% 80% at 0% 0%, rgba(230, 168, 23, 0.14), transparent 55%),
		linear-gradient(160deg, #044331 0%, #00241a 70%);
}

.home-v6__custom-strip-title {
	margin: 0;
	max-width: 14ch;
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}

.home-v6__custom-strip-text {
	margin: 0;
	max-width: 28rem;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.84);
}

.home-v6__custom-strip-copy .home-v6__pill {
	align-self: flex-start;
	background: var(--usc-gold);
	color: #16192b;
}

.home-v6__custom-strip-copy .home-v6__pill:hover {
	background: var(--usc-gold-hover, #f0c04a);
	color: #16192b;
}

.home-v6__custom-strip-media {
	position: relative;
	min-height: 22rem;
	background: #111;
}

.home-v6__custom-film {
	position: absolute;
	inset: 0;
	overflow: hidden;
	mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.home-v6__custom-film-track {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0.75rem;
	animation: home-v6-custom-film 48s linear infinite;
	will-change: transform;
}

.home-v6__custom-film-shot {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: #1a1814;
}

.home-v6__custom-film-shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

@keyframes home-v6-custom-film {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-50%);
	}
}

@media (min-width: 900px) {
	.home-v6__custom-strip-layout {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}

	.home-v6__custom-strip-media {
		min-height: 0;
	}

	.home-v6__custom-film-track {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.85rem;
		padding: 0.85rem;
	}

	.home-v6__custom-film-shot:nth-child(even) {
		transform: translateY(12%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-v6__custom-film-track {
		animation: none;
		transform: none;
	}
}
.landing-hero--program .landing-hero__inner.home-v6__shell {
	width: min(100%, 42rem);
	padding-inline: 0;
}
.landing-hero--program .home-v6__kicker--on-dark {
	color: rgba(255, 255, 255, 0.78);
}
.landing-hero--program .landing-hero__title,
.landing-hero--program .landing-hero__title--page {
	color: #fff;
}
.landing-hero--custom .landing-hero__word--white {
	color: #fff;
}
.landing-hero--custom .landing-hero__word--gold {
	color: var(--usc-gold, #c5a35a);
}
.landing-hero--custom .landing-hero__word--green {
	color: #9ae6b4;
}
.landing-hero--program .landing-hero__sub {
	margin-inline: auto;
	color: rgba(255, 255, 255, 0.88);
}
.landing-hero--program .landing-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
}
.landing-hero--program a.home-v6__pill {
	background: var(--usc-gold);
	color: #16192b;
	box-shadow: none;
}
.landing-hero--program a.home-v6__pill:hover {
	background: var(--usc-gold-hover, #f0c04a);
	color: #16192b;
}
.landing-hero--program a.home-v6__pill--outline {
	background: transparent;
	color: #fff;
	border: 0;
	box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.85);
}
.landing-hero--program a.home-v6__pill--outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	box-shadow: inset 0 0 0 1.5px #fff;
}
.home-v6__title--sm {
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	margin: 0 0 0.65rem;
}
.home-v6__custom-pillars-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 768px) {
	.home-v6__custom-pillars-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.home-v6__custom-pillar .home-v6__deck {
	margin: 0;
}
.home-v6__process-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
	.home-v6__process-grid--3 {
		grid-template-columns: 1fr;
	}
	.home-v6__process-grid--3 article {
		border-right: 0;
		border-bottom: 1px solid rgba(4, 67, 49, 0.25);
		padding-left: 0;
		padding-right: 0;
	}
	.home-v6__process-grid--3 article:last-child {
		border-bottom: 0;
	}
}
.home-v6__bullet-list {
	margin: 1rem 0 1.5rem;
	padding: 0;
	list-style: none;
}
.home-v6__bullet-list li {
	position: relative;
	padding: 0.35rem 0 0.35rem 1.15rem;
	color: #52625a;
	line-height: 1.45;
}
.home-v6__bullet-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.85rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: var(--home-v6-green, #044331);
}
.home-v6__custom-compare {
	background: var(--home-v6-paper, #f7f5f0);
}
.home-v6__custom-compare-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
}
.home-v6__custom-compare-inner .home-v6__title {
	margin-bottom: 0.5rem;
}
.home-v6__custom-compare-inner .home-v6__deck {
	margin: 0;
	max-width: 36rem;
}

.home-v6__program-compare {
	background: var(--home-v6-paper, #f7f5f0);
}
.home-v6__program-compare-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
}
.home-v6__program-compare-inner .home-v6__title {
	margin-bottom: 0.5rem;
}
.home-v6__program-compare-inner .home-v6__deck {
	margin: 0;
	max-width: 36rem;
}

.home-v6__section.home-v6__program-facts {
	background: var(--home-v6-sand, #f4f2ee);
	padding-block: clamp(1.5rem, 3vw, 2.25rem);
}
.home-v6__program-facts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2rem);
}
@media (min-width: 768px) {
	.home-v6__program-facts-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.home-v6__program-fact {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	text-align: center;
}
.home-v6__program-fact-value {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #00241a;
}
.home-v6__program-fact-label {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a2e27;
}

.home-v6 .rtg-patterns,
.home-v6 .rtg-more {
	margin-block: 0;
}

.case-study-single__client {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}
.case-study-single__back {
	color: inherit;
	text-decoration: none;
}
.case-study-single__back:hover {
	text-decoration: underline;
}
.case-study-single__article {
	padding-block: clamp(2.5rem, 5vw, 4rem);
}
.case-study-single__shell {
	max-width: 46rem;
}
.case-study-single__content {
	font-size: 1.0625rem;
	line-height: 1.7;
	color: #1c2434;
}
.case-study-single__content > *:first-child {
	margin-top: 0;
}
.case-study-single__content h2 {
	margin: 2.25rem 0 0.85rem;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	line-height: 1.25;
	color: #16192b;
}
.case-study-single__content p {
	margin: 0 0 1.15rem;
}
.case-study-single__footer-nav {
	margin: 2.5rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(22, 25, 43, 0.1);
}
.case-study-single__related {
	background: #f4f7f9;
}
.case-study-single__related-grid {
	grid-template-columns: 1fr;
}
@media (min-width: 768px) {
	.case-study-single__related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
