/*
 * Retail Store landing page.
 *
 * Everything in this file is deliberately scoped to `.utr-store` so the
 * richer retail experience cannot leak into the editorial and B2B pages.
 */

.utr-store {
	--utr-store-red: #c5252d;
	--utr-store-red-dark: #a91d25;
	--utr-store-red-on-dark: #ff6b70;
	--utr-store-ink: #101318;
	--utr-store-surface: #191d23;
	--utr-store-line: #dfe2e7;
	--utr-store-muted: #646b76;
	--utr-store-pad: clamp(24px, 4.2vw, 72px);
	--utr-store-content: 1600px;
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: clip;
	background: #fff;
	color: var(--utr-store-ink);
}

.utr-store .utr-store-skipnav {
	position: sticky;
	top: var(--utr-header-height, 78px);
	z-index: 24;
	display: flex;
	justify-content: center;
	gap: clamp(18px, 4vw, 58px);
	min-height: 52px;
	box-sizing: border-box;
	padding: 0 var(--utr-store-pad);
	overflow-x: auto;
	background: rgba(16, 19, 24, 0.94);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	-webkit-backdrop-filter: blur(16px) saturate(135%);
	backdrop-filter: blur(16px) saturate(135%);
	scrollbar-width: none;
}

.utr-store .utr-store-skipnav::-webkit-scrollbar {
	display: none;
}

.utr-store .utr-store-skipnav a {
	display: inline-flex;
	min-height: 52px;
	flex: 0 0 auto;
	align-items: center;
	color: rgba(255, 255, 255, 0.76);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
}

.utr-store .utr-store-skipnav a:hover {
	color: #fff;
}

.utr-store .utr-store-section {
	position: relative;
	padding: clamp(72px, 8vw, 136px) var(--utr-store-pad);
}

.utr-store .utr-store-section > * {
	width: min(100%, var(--utr-store-content));
	margin-inline: auto;
}

.utr-store :is(#assortment, #terms, #loyalty, #locations) {
	scroll-margin-top: calc(var(--utr-header-height, 78px) + 64px);
}

.utr-store .utr-store-section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.54fr);
	gap: clamp(30px, 7vw, 120px);
	align-items: end;
	margin-bottom: clamp(34px, 5vw, 72px);
}

.utr-store .utr-store-kicker,
.utr-store .utr-store-hero__kicker {
	margin: 0 0 18px;
	color: var(--utr-store-red);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.utr-store .utr-store-title {
	max-width: 1000px;
	margin: 0;
	font: 700 clamp(34px, 4.5vw, 74px)/0.98 var(--wp--preset--font-family--heading);
	letter-spacing: -0.045em;
	text-wrap: balance;
	text-transform: uppercase;
}

.utr-store .utr-store-lede {
	max-width: 650px;
	margin: 0;
	color: var(--utr-store-muted);
	font-size: clamp(16px, 1.3vw, 20px);
	font-weight: 550;
	line-height: 1.65;
	text-wrap: pretty;
}

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

.utr-store .utr-store-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: flex-end;
	min-height: clamp(640px, 80svh, 980px);
	overflow: hidden;
	background: var(--utr-store-ink);
	color: #fff;
}

.utr-store .utr-store-hero__backdrop {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.utr-store .utr-store-hero__backdrop img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 54% center;
	transform: scale(1.015);
}

.utr-store .utr-store-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(10, 13, 17, 0.92) 0%, rgba(10, 13, 17, 0.72) 42%, rgba(10, 13, 17, 0.14) 76%),
		linear-gradient(0deg, rgba(10, 13, 17, 0.68), transparent 54%);
	pointer-events: none;
}

.utr-store .utr-store-hero__content {
	width: min(100%, var(--utr-store-content));
	box-sizing: border-box;
	margin-inline: auto;
	padding: clamp(104px, 12vh, 170px) var(--utr-store-pad) clamp(58px, 8vh, 100px);
}

.utr-store .utr-store-hero__title {
	max-width: 1160px;
	margin: 0;
	font: 700 clamp(44px, 6.35vw, 112px)/0.91 var(--wp--preset--font-family--heading);
	letter-spacing: -0.065em;
	text-wrap: balance;
	text-transform: uppercase;
}

.utr-store .utr-store-hero__kicker {
	color: var(--utr-store-red-on-dark);
}

.utr-store .utr-store-hero__lede {
	max-width: 650px;
	margin: clamp(22px, 3vw, 38px) 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(17px, 1.35vw, 22px);
	font-weight: 550;
	line-height: 1.55;
	text-wrap: pretty;
}

.utr-store .utr-store-hero__actions,
.utr-store .utr-store-location__actions,
.utr-store .utr-store-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.utr-store .utr-store-hero__actions {
	margin-top: clamp(30px, 4vw, 48px);
}

.utr-store .utr-store-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 178px;
	min-height: 52px;
	box-sizing: border-box;
	padding: 14px 22px;
	border: 1px solid transparent;
	color: inherit;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.utr-store .utr-store-button.is-primary {
	background: var(--utr-store-red);
	color: #fff;
}

.utr-store .utr-store-button.is-ghost {
	background: rgba(16, 19, 24, 0.2);
	border-color: rgba(255, 255, 255, 0.42);
	color: #fff;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.utr-store .utr-store-button.is-dark {
	background: var(--utr-store-ink);
	color: #fff;
}

.utr-store .utr-store-button:hover {
	transform: translateY(-2px);
}

.utr-store .utr-store-button.is-primary:hover {
	background: var(--utr-store-red-dark);
}

.utr-store .utr-store-button.is-ghost:hover {
	background: #fff;
	border-color: #fff;
	color: var(--utr-store-ink);
}

.utr-store .utr-store-button.is-dark:hover {
	background: var(--utr-store-red);
}

.utr-store .utr-store-hero__stat-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, max-content));
	gap: clamp(22px, 4vw, 64px);
	margin-top: clamp(38px, 6vh, 72px);
}

.utr-store .utr-store-hero__stat {
	display: grid;
	gap: 3px;
	padding-left: 16px;
	border-left: 2px solid var(--utr-store-red);
}

.utr-store .utr-store-hero__stat strong {
	font: 700 clamp(17px, 1.25vw, 22px)/1.15 var(--wp--preset--font-family--heading);
	letter-spacing: -0.02em;
}

.utr-store .utr-store-hero__stat span {
	color: rgba(255, 255, 255, 0.64);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

/* Benefits ---------------------------------------------------------------- */

.utr-store .utr-store-benefits {
	background: #f6f7f8;
}

.utr-store .utr-store-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--utr-store-line);
	border-left: 1px solid var(--utr-store-line);
}

.utr-store .utr-store-benefit-card {
	position: relative;
	display: flex;
	min-height: 340px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
	gap: 38px;
	padding: clamp(26px, 2.5vw, 42px);
	background: #fff;
	border-right: 1px solid var(--utr-store-line);
	border-bottom: 1px solid var(--utr-store-line);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.utr-store .utr-store-benefit-card:hover {
	z-index: 1;
	background: var(--utr-store-ink);
	color: #fff;
	transform: translateY(-4px);
}

.utr-store .utr-store-benefit-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin: 0;
	background: rgba(226, 52, 52, 0.09);
}

.utr-store .utr-store-benefit-card__icon img {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.utr-store .utr-store-benefit-card__index {
	position: absolute;
	top: 30px;
	right: 30px;
	color: var(--utr-store-red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.utr-store .utr-store-benefit-card h3 {
	margin: auto 0 0;
	font: 700 clamp(18px, 1.35vw, 24px)/1.22 var(--wp--preset--font-family--heading);
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.utr-store .utr-store-benefit-card p {
	margin: 12px 0 0;
	color: var(--utr-store-muted);
	font-size: 14px;
	font-weight: 550;
	line-height: 1.58;
	text-wrap: pretty;
}

.utr-store .utr-store-benefit-card:hover p {
	color: rgba(255, 255, 255, 0.68);
}

/* Assortment -------------------------------------------------------------- */

.utr-store .utr-store-assortment {
	background: #fff;
}

.utr-store .utr-store-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	background: var(--utr-store-line);
	border: 1px solid var(--utr-store-line);
}

.utr-store .utr-store-category-card {
	position: relative;
	display: grid;
	grid-template-rows: 1fr auto;
	min-height: 270px;
	box-sizing: border-box;
	padding: clamp(22px, 2.1vw, 34px);
	overflow: hidden;
	background: #fff;
	color: var(--utr-store-ink);
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease;
}

.utr-store .utr-store-category-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 0;
	background: var(--utr-store-red);
	transition: height 220ms ease;
}

.utr-store .utr-store-category-card:hover {
	background: #f7f7f8;
}

.utr-store .utr-store-category-card:hover::before {
	height: 100%;
}

.utr-store .utr-store-category-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 116px;
	margin: 0 auto 28px;
}

.utr-store .utr-store-category-card__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
}

.utr-store .utr-store-category-card:hover .utr-store-category-card__icon img {
	transform: scale(1.07);
}

.utr-store .utr-store-category-card__label {
	align-self: end;
	max-width: calc(100% - 42px);
	font: 700 clamp(14px, 1.02vw, 17px)/1.3 var(--wp--preset--font-family--heading);
	letter-spacing: -0.015em;
	text-transform: uppercase;
}

.utr-store .utr-store-category-card__arrow,
.utr-store .utr-store-link-card__arrow {
	position: absolute;
	right: 24px;
	bottom: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: var(--utr-store-red);
	font-size: 21px;
	line-height: 1;
	transition: transform 180ms ease;
}

.utr-store .utr-store-category-card:hover .utr-store-category-card__arrow,
.utr-store .utr-store-link-card:hover .utr-store-link-card__arrow {
	transform: translateX(5px);
}

/* Policies ---------------------------------------------------------------- */

.utr-store .utr-store-policies {
	position: relative;
	isolation: isolate;
	padding: clamp(78px, 9vw, 150px) var(--utr-store-pad);
	overflow: hidden;
	background: var(--utr-store-ink);
	color: #fff;
}

.utr-store .utr-store-policies__backdrop {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	margin: 0;
}

.utr-store .utr-store-policies__backdrop img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.utr-store .utr-store-policies::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(10, 13, 17, 0.98) 0%, rgba(10, 13, 17, 0.93) 52%, rgba(10, 13, 17, 0.68) 100%);
}

.utr-store .utr-store-policies__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.62fr) minmax(520px, 1fr);
	gap: clamp(60px, 9vw, 160px);
	align-items: start;
	width: min(100%, var(--utr-store-content));
	margin-inline: auto;
}

.utr-store .utr-store-policies .utr-store-section-head {
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
	margin-bottom: 0;
}

.utr-store .utr-store-policies .utr-store-title {
	font-size: clamp(34px, 4vw, 68px);
}

.utr-store .utr-store-policies .utr-store-lede {
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.64);
}

.utr-store .utr-store-policies .utr-store-kicker,
.utr-store .utr-store-loyalty .utr-store-kicker {
	color: var(--utr-store-red-on-dark);
}

.utr-store .utr-store-policy-list {
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.utr-store .utr-store-policy {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.utr-store .utr-store-policy__summary {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 44px;
	gap: 18px;
	align-items: center;
	min-height: 92px;
	box-sizing: border-box;
	padding: 18px 0;
	cursor: pointer;
	list-style: none;
	-webkit-user-select: none;
	user-select: none;
}

.utr-store .utr-store-policy__summary::-webkit-details-marker {
	display: none;
}

.utr-store .utr-store-policy__number {
	color: var(--utr-store-red-on-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.utr-store .utr-store-policy__title {
	font: 700 clamp(17px, 1.35vw, 22px)/1.25 var(--wp--preset--font-family--heading);
	letter-spacing: -0.02em;
}

.utr-store .utr-store-policy__chevron {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
}

.utr-store .utr-store-policy__chevron::before,
.utr-store .utr-store-policy__chevron::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.utr-store .utr-store-policy__chevron::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.utr-store .utr-store-policy[open] .utr-store-policy__chevron::after {
	transform: translate(-50%, -50%) rotate(0);
}

.utr-store .utr-store-policy__body {
	max-width: 740px;
	padding: 0 62px 30px 66px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.72;
}

.utr-store .utr-store-policy__body > :first-child {
	margin-top: 0;
}

.utr-store .utr-store-policy__body > :last-child {
	margin-bottom: 0;
}

.utr-store .utr-store-policy__body a {
	color: #fff;
	font-weight: 750;
	text-underline-offset: 4px;
}

/* Loyalty ----------------------------------------------------------------- */

.utr-store .utr-store-loyalty {
	position: relative;
	isolation: isolate;
	padding: clamp(78px, 9vw, 150px) var(--utr-store-pad);
	overflow: hidden;
	background: #f2f3f5;
	color: #fff;
}

.utr-store .utr-store-loyalty__backdrop {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	margin: 0;
}

.utr-store .utr-store-loyalty__backdrop img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.utr-store .utr-store-loyalty::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(16, 19, 24, 0.98), rgba(16, 19, 24, 0.86) 58%, rgba(16, 19, 24, 0.74));
}

.utr-store .utr-store-loyalty__inner {
	width: min(100%, var(--utr-store-content));
	margin-inline: auto;
}

.utr-store .utr-store-loyalty__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.38fr);
	gap: clamp(38px, 8vw, 120px);
	align-items: end;
}

.utr-store .utr-store-loyalty .utr-store-title {
	max-width: 920px;
}

.utr-store .utr-store-loyalty .utr-store-lede {
	color: rgba(255, 255, 255, 0.76);
}

.utr-store .utr-store-bonus-badge {
	display: flex;
	min-height: 132px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	padding: 24px 28px;
	background: var(--utr-store-red);
	color: #fff;
}

.utr-store .utr-store-bonus-badge strong {
	font: 700 clamp(34px, 3vw, 52px)/1 var(--wp--preset--font-family--heading);
	letter-spacing: -0.04em;
}

.utr-store .utr-store-bonus-badge span {
	margin-top: 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.utr-store .utr-store-tier-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: clamp(46px, 6vw, 84px);
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.utr-store .utr-store-tier {
	display: grid;
	gap: 10px;
	min-height: 166px;
	box-sizing: border-box;
	align-content: end;
	padding: clamp(22px, 2.2vw, 34px);
	background: rgba(16, 19, 24, 0.24);
	border-right: 1px solid rgba(255, 255, 255, 0.24);
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.utr-store .utr-store-tier__percent {
	font: 700 clamp(32px, 3.5vw, 58px)/0.94 var(--wp--preset--font-family--heading);
	letter-spacing: -0.05em;
	color: #fff;
}

.utr-store .utr-store-tier__range {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	font-weight: 750;
	line-height: 1.45;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.utr-store .utr-store-rule-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 1px;
	background: rgba(255, 255, 255, 0.18);
}

.utr-store .utr-store-rule {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-height: 132px;
	box-sizing: border-box;
	padding: clamp(22px, 2.2vw, 32px);
	background: rgba(16, 19, 24, 0.74);
}

.utr-store .utr-store-rule__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: rgba(226, 52, 52, 0.16);
}

.utr-store .utr-store-rule__icon img {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.utr-store .utr-store-rule h3 {
	margin: 2px 0 7px;
	font: 700 15px/1.35 var(--wp--preset--font-family--heading);
	letter-spacing: -0.015em;
}

.utr-store .utr-store-rule p {
	margin: 0;
	color: rgba(255, 255, 255, 0.63);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
}

.utr-store .utr-store-loyalty__note {
	max-width: 900px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
}

/* Locations and galleries ------------------------------------------------- */

.utr-store .utr-store-locations {
	background: #fff;
}

.utr-store .utr-store-location {
	display: grid;
	grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
	min-height: 630px;
	border-top: 1px solid var(--utr-store-line);
}

.utr-store .utr-store-location:last-child {
	border-bottom: 1px solid var(--utr-store-line);
}

.utr-store .utr-store-location.is-reverse {
	grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
}

.utr-store .utr-store-location__content {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	padding: clamp(46px, 6vw, 100px) var(--utr-store-pad);
}

.utr-store .utr-store-location.is-reverse .utr-store-location__content {
	order: 2;
}

.utr-store .utr-store-location__number {
	margin-bottom: 42px;
	color: var(--utr-store-red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.utr-store .utr-store-location__title {
	max-width: 600px;
	margin: 0;
	font: 700 clamp(31px, 3.4vw, 58px)/1 var(--wp--preset--font-family--heading);
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

.utr-store .utr-store-location__copy {
	max-width: 560px;
	margin: 22px 0 0;
	color: var(--utr-store-muted);
	font-size: 15px;
	font-weight: 550;
	line-height: 1.65;
}

.utr-store .utr-store-location__address {
	max-width: 560px;
	margin: 26px 0 0;
	color: var(--utr-store-muted);
	font-size: clamp(16px, 1.25vw, 19px);
	font-weight: 600;
	font-style: normal;
	line-height: 1.6;
}

.utr-store .utr-store-location__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 30px;
	margin-top: 34px;
	padding-top: 26px;
	border-top: 1px solid var(--utr-store-line);
}

.utr-store .utr-store-location__meta div,
.utr-store .utr-store-location__meta p {
	display: grid;
	gap: 4px;
	margin: 0;
}

.utr-store .utr-store-location__meta span {
	color: #8b919a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.utr-store .utr-store-location__meta > span {
	grid-column: 1 / -1;
	color: var(--utr-store-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.55;
	letter-spacing: 0;
	text-transform: none;
}

.utr-store .utr-store-location__meta a,
.utr-store .utr-store-location__meta strong {
	color: var(--utr-store-ink);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.45;
	text-decoration: none;
}

.utr-store .utr-store-location__actions {
	margin-top: 36px;
}

.utr-store .utr-store-gallery {
	min-width: 0;
	overflow: hidden;
	background: var(--utr-store-ink);
}

.utr-store .utr-store-location.is-reverse .utr-store-gallery {
	order: 1;
}

.utr-store .utr-store-gallery__track {
	display: flex;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--utr-store-red) rgba(255, 255, 255, 0.16);
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-inline: contain;
}

.utr-store .utr-store-gallery__track:focus-visible {
	outline: 3px solid var(--utr-store-red-on-dark);
	outline-offset: -3px;
}

.utr-store .utr-store-gallery__track::-webkit-scrollbar {
	height: 7px;
}

.utr-store .utr-store-gallery__track::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.16);
}

.utr-store .utr-store-gallery__track::-webkit-scrollbar-thumb {
	background: var(--utr-store-red);
}

.utr-store .utr-store-gallery__item {
	position: relative;
	flex: 0 0 82%;
	min-width: 0;
	height: 100%;
	min-height: 630px;
	margin: 0;
	overflow: hidden;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.utr-store .utr-store-gallery__item + .utr-store-gallery__item {
	border-left: 3px solid #fff;
}

.utr-store .utr-store-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 630px;
	object-fit: cover;
	object-position: center;
	transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.utr-store .utr-store-gallery__item:hover img {
	transform: scale(1.025);
}

.utr-store .utr-store-gallery__item figcaption {
	position: absolute;
	right: 26px;
	bottom: 26px;
	left: 26px;
	padding: 16px 18px;
	background: rgba(16, 19, 24, 0.76);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

/* Cross-links ------------------------------------------------------------- */

.utr-store .utr-store-links {
	background: #f6f7f8;
}

.utr-store .utr-store-link-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--utr-store-line);
	border: 1px solid var(--utr-store-line);
}

.utr-store .utr-store-link-card {
	position: relative;
	display: flex;
	min-height: 230px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(26px, 2.5vw, 42px);
	background: #fff;
	color: var(--utr-store-ink);
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease;
}

.utr-store .utr-store-link-card:hover {
	background: var(--utr-store-ink);
	color: #fff;
}

.utr-store .utr-store-link-card__label {
	margin: 0 0 auto;
	color: var(--utr-store-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.utr-store .utr-store-link-card__title {
	max-width: calc(100% - 42px);
	margin: 40px 0 0;
	font: 700 clamp(17px, 1.4vw, 24px)/1.24 var(--wp--preset--font-family--heading);
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

/* Final CTA --------------------------------------------------------------- */

.utr-store .utr-store-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(66px, 8vw, 122px) var(--utr-store-pad);
	background: var(--utr-store-red);
	color: #fff;
}

.utr-store .utr-store-cta::after {
	content: "";
	position: absolute;
	top: -52%;
	right: -5%;
	width: min(42vw, 720px);
	aspect-ratio: 1;
	border: clamp(48px, 7vw, 120px) solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	pointer-events: none;
}

.utr-store .utr-store-cta__content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(36px, 7vw, 110px);
	align-items: center;
	width: min(100%, var(--utr-store-content));
	margin-inline: auto;
}

.utr-store .utr-store-cta .utr-store-title {
	max-width: 980px;
	font-size: clamp(34px, 4.2vw, 72px);
}

.utr-store .utr-store-cta .utr-store-kicker {
	color: rgba(255, 255, 255, 0.84);
}

.utr-store .utr-store-cta .utr-store-lede {
	max-width: 700px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.78);
}

.utr-store .utr-store-cta__actions {
	flex-direction: column;
	align-items: stretch;
}

.utr-store .utr-store-cta__actions .utr-store-button {
	min-width: 220px;
}

.utr-store .utr-store-cta__actions .utr-store-button.is-ghost {
	background: transparent;
}

.utr-store .utr-store-cta__actions .utr-store-button.is-primary {
	background: #fff;
	color: var(--utr-store-ink);
}

.utr-store .utr-store-cta__actions .utr-store-button.is-primary:hover {
	background: var(--utr-store-ink);
	color: #fff;
}

/* Keyboard and interaction states --------------------------------------- */

.utr-store :where(a, button, summary):focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px var(--utr-store-red);
}

.utr-store .utr-store-category-card:focus-visible,
.utr-store .utr-store-link-card:focus-visible,
.utr-store .utr-store-location__meta a:focus-visible {
	outline-color: var(--utr-store-ink);
}

/* Responsive layout ------------------------------------------------------- */

@media (min-width: 1800px) {
	.utr-store {
		--utr-store-pad: 80px;
		--utr-store-content: 1760px;
	}

	.utr-store .utr-store-category-card {
		min-height: 300px;
	}

	.utr-store .utr-store-category-card__icon {
		width: 136px;
		height: 136px;
	}
}

@media (max-width: 1100px) {
	.utr-store .utr-store-section-head {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
		gap: 40px;
	}

	.utr-store .utr-store-hero__title {
		font-size: clamp(48px, 7.2vw, 78px);
	}

	.utr-store .utr-store-benefit-grid,
	.utr-store .utr-store-link-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.utr-store .utr-store-benefit-card {
		min-height: 300px;
	}

	.utr-store .utr-store-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.utr-store .utr-store-category-card {
		min-height: 250px;
	}

	.utr-store .utr-store-policies__inner {
		grid-template-columns: minmax(230px, 0.55fr) minmax(440px, 1fr);
		gap: 52px;
	}

	.utr-store .utr-store-tier-grid {
		grid-template-columns: repeat(5, minmax(120px, 1fr));
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.utr-store .utr-store-tier {
		scroll-snap-align: start;
	}

	.utr-store .utr-store-rule-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.utr-store .utr-store-location,
	.utr-store .utr-store-location.is-reverse {
		grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
		min-height: 570px;
	}

	.utr-store .utr-store-gallery__item,
	.utr-store .utr-store-gallery__item img {
		min-height: 570px;
	}
}

@media (max-width: 900px) {
	.utr-store .utr-store-section-head,
	.utr-store .utr-store-policies__inner,
	.utr-store .utr-store-loyalty__intro,
	.utr-store .utr-store-cta__content {
		grid-template-columns: 1fr;
	}

	.utr-store .utr-store-section-head {
		align-items: start;
	}

	.utr-store .utr-store-section-head .utr-store-lede {
		max-width: 740px;
	}

	.utr-store .utr-store-policies__inner {
		gap: 46px;
	}

.utr-store .utr-store-policies .utr-store-lede {
	max-width: 680px;
}

	.utr-store .utr-store-loyalty__intro {
		align-items: start;
	}

	.utr-store .utr-store-bonus-badge {
		width: min(100%, 360px);
	}

	.utr-store .utr-store-location,
	.utr-store .utr-store-location.is-reverse {
		grid-template-columns: 1fr;
	}

	.utr-store .utr-store-location__content,
	.utr-store .utr-store-location.is-reverse .utr-store-location__content {
		order: 1;
	}

	.utr-store .utr-store-gallery,
	.utr-store .utr-store-location.is-reverse .utr-store-gallery {
		order: 2;
	}

	.utr-store .utr-store-gallery__item {
		flex-basis: 76%;
		min-height: clamp(420px, 68vw, 620px);
	}

	.utr-store .utr-store-gallery__item img {
		min-height: clamp(420px, 68vw, 620px);
	}

	.utr-store .utr-store-cta__actions {
		width: min(100%, 360px);
		flex-direction: row;
	}

	.utr-store .utr-store-cta__actions .utr-store-button {
		min-width: 0;
		flex: 1 1 150px;
	}
}

@media (max-width: 768px) {
	.utr-store {
		--utr-store-pad: clamp(20px, 5.4vw, 36px);
	}

	.utr-store .utr-store-skipnav {
		justify-content: flex-start;
		gap: 26px;
		padding-inline: var(--utr-store-pad);
	}

	.utr-store .utr-store-section {
		padding-block: clamp(66px, 12vw, 92px);
	}

	.utr-store .utr-store-section-head {
		gap: 24px;
		margin-bottom: 38px;
	}

	.utr-store .utr-store-title {
		font-size: clamp(32px, 7.5vw, 52px);
	}

	.utr-store .utr-store-hero {
		min-height: max(620px, 78svh);
	}

	.utr-store .utr-store-hero__backdrop img {
		object-position: 66% center;
	}

	.utr-store .utr-store-hero::before {
		background:
			linear-gradient(0deg, rgba(10, 13, 17, 0.95) 0%, rgba(10, 13, 17, 0.72) 64%, rgba(10, 13, 17, 0.2) 100%),
			linear-gradient(90deg, rgba(10, 13, 17, 0.5), transparent);
	}

	.utr-store .utr-store-hero__content {
		padding-top: 128px;
		padding-bottom: 46px;
	}

	.utr-store .utr-store-hero__title {
		font-size: clamp(40px, 10vw, 66px);
		line-height: 0.94;
	}

	.utr-store .utr-store-hero__stat-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
	}

	.utr-store .utr-store-hero__stat {
		padding-left: 10px;
	}

	.utr-store .utr-store-hero__stat strong {
		font-size: 15px;
	}

	.utr-store .utr-store-hero__stat span {
		font-size: 9px;
	}

	.utr-store .utr-store-benefit-card {
		min-height: 270px;
	}

	.utr-store .utr-store-policy__summary {
		grid-template-columns: 38px minmax(0, 1fr) 44px;
		gap: 10px;
		min-height: 84px;
	}

	.utr-store .utr-store-policy__body {
		padding-left: 48px;
	}

	.utr-store .utr-store-tier-grid {
		margin-right: calc(var(--utr-store-pad) * -1);
	}

	.utr-store .utr-store-rule {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 14px;
	}

	.utr-store .utr-store-rule__icon {
		width: 46px;
		height: 46px;
	}

	.utr-store .utr-store-location__meta {
		grid-template-columns: 1fr 1fr;
	}

	.utr-store .utr-store-gallery__item {
		flex-basis: 88%;
	}
}

@media (max-width: 540px) {
	.utr-store .utr-store-hero {
		min-height: max(650px, 82svh);
	}

	.utr-store .utr-store-hero__content {
		padding-top: 118px;
	}

	.utr-store .utr-store-hero__title {
		font-size: clamp(30px, 8.2vw, 42px);
		line-height: 0.96;
		letter-spacing: -0.05em;
		text-wrap: wrap;
	}

	.utr-store .utr-store-hero__lede {
		font-size: 16px;
	}

	.utr-store .utr-store-hero__actions,
	.utr-store .utr-store-location__actions,
	.utr-store .utr-store-cta__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.utr-store .utr-store-button {
		width: 100%;
		min-width: 0;
		min-height: 52px;
	}

	.utr-store .utr-store-hero__stat-row {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 30px;
	}

	.utr-store .utr-store-hero__stat {
		grid-template-columns: auto 1fr;
		gap: 10px;
		align-items: baseline;
	}

	.utr-store .utr-store-benefit-grid,
	.utr-store .utr-store-link-grid,
	.utr-store .utr-store-category-grid,
	.utr-store .utr-store-rule-grid {
		grid-template-columns: 1fr;
	}

	.utr-store .utr-store-benefit-card {
		min-height: 250px;
	}

	.utr-store .utr-store-category-card {
		grid-template-columns: 92px minmax(0, 1fr);
		grid-template-rows: 1fr;
		gap: 20px;
		align-items: center;
		min-height: 146px;
	}

	.utr-store .utr-store-category-card__icon {
		width: 82px;
		height: 82px;
		margin: 0;
	}

	.utr-store .utr-store-category-card__label {
		align-self: center;
		font-size: 15px;
	}

	.utr-store .utr-store-category-card__arrow {
		right: 12px;
		bottom: 50%;
		transform: translateY(50%);
	}

	.utr-store .utr-store-category-card:hover .utr-store-category-card__arrow {
		transform: translate(5px, 50%);
	}

	.utr-store .utr-store-policies,
	.utr-store .utr-store-loyalty {
		padding-block: 72px;
	}

	.utr-store .utr-store-policy__summary {
		grid-template-columns: 30px minmax(0, 1fr) 44px;
		gap: 8px;
	}

	.utr-store .utr-store-policy__title {
		font-size: 16px;
	}

	.utr-store .utr-store-policy__body {
		padding: 0 0 28px 38px;
		font-size: 14px;
	}

	.utr-store .utr-store-bonus-badge {
		width: 100%;
	}

	.utr-store .utr-store-tier-grid {
		grid-template-columns: repeat(5, 148px);
	}

	.utr-store .utr-store-rule {
		min-height: 0;
	}

	.utr-store .utr-store-location__content {
		padding-block: 64px;
	}

	.utr-store .utr-store-location__number {
		margin-bottom: 28px;
	}

	.utr-store .utr-store-location__meta {
		grid-template-columns: 1fr;
	}

	.utr-store .utr-store-gallery__item,
	.utr-store .utr-store-gallery__item img {
		min-height: 420px;
	}

	.utr-store .utr-store-gallery__item {
		flex-basis: 92%;
	}

	.utr-store .utr-store-link-card {
		min-height: 190px;
	}

	.utr-store .utr-store-cta__actions {
		display: grid;
	}
}

@media (max-width: 360px) {
	.utr-store .utr-store-hero__title {
		font-size: clamp(24px, 7.5vw, 27px);
		letter-spacing: -0.055em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.utr-store *,
	.utr-store *::before,
	.utr-store *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}

	.utr-store .utr-store-category-card:hover .utr-store-category-card__icon img,
	.utr-store .utr-store-gallery__item:hover img,
	.utr-store .utr-store-button:hover,
	.utr-store .utr-store-benefit-card:hover {
		transform: none;
	}
}
