/*
 * V6.3.0 function-rich homepage.
 *
 * Loaded only on the front page. It intentionally keeps each section dense,
 * protects the working finder, and leaves every inner-page layout unchanged.
 */

.wt-home {
	overflow: clip;
	background: var(--wt-white);
}

.wt-home-section {
	position: relative;
	padding-block: clamp(3.2rem, 4.5vw, 4.6rem);
}

.wt-home-heading {
	max-width: 46rem;
}

.wt-home-heading--center {
	margin-inline: auto;
	text-align: center;
}

.wt-home-heading h2,
.wt-home-contact-band h2 {
	margin: 0;
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: clamp(2rem, 3.15vw, 2.9rem);
	line-height: 1.03;
	letter-spacing: -0.027em;
}

.wt-home-heading > p:last-child,
.wt-home-contact-band__intro > p:last-child {
	max-width: 42rem;
	margin: 0.7rem 0 0;
	color: var(--wt-text-muted);
	font-size: clamp(0.9rem, 1.08vw, 1rem);
	line-height: 1.58;
}

.wt-home-heading--center > p:last-child {
	margin-inline: auto;
}

.wt-home-eyebrow {
	margin: 0 0 0.5rem;
	color: var(--wt-orange);
	font-size: 0.68rem;
	font-weight: var(--wt-weight-bold);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wt-home-section-bar {
	display: flex;
	gap: 2rem;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.wt-home-text-link {
	display: inline-flex;
	gap: 0.48rem;
	align-items: center;
	flex: none;
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 0.86rem;
	font-weight: var(--wt-weight-bold);
	text-decoration: none;
}

.wt-home-text-link .wt-icon {
	width: 0.98rem;
	height: 0.98rem;
	transition: transform var(--wt-duration-fast) var(--wt-ease);
}

.wt-home-text-link:hover,
.wt-home-text-link:focus-visible {
	color: var(--wt-orange-700);
}

.wt-home-text-link:hover .wt-icon,
.wt-home-text-link:focus-visible .wt-icon {
	transform: translateX(0.18rem);
}

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

.wt-home .wt-home-hero {
	min-height: clamp(29rem, 56vh, 33rem);
	align-items: center;
}

.wt-home .wt-home-hero .wt-hero__inner {
	width: 100%;
	max-width: 44rem;
	padding-block: clamp(4rem, 7vw, 5.7rem) clamp(6.2rem, 8vw, 7.1rem);
}

.wt-home .wt-home-hero .wt-hero__title {
	max-width: 42rem;
	margin: 0 0 0.9rem;
	font-size: clamp(3rem, 4.45vw, 4.5rem);
	line-height: 0.97;
	letter-spacing: -0.036em;
}

.wt-home .wt-home-hero .wt-hero__text {
	max-width: 37rem;
	margin: 0 0 1.25rem;
	font-size: clamp(0.98rem, 1.2vw, 1.12rem);
	line-height: 1.55;
}

.wt-home .wt-home-hero .wt-actions {
	gap: 0.65rem;
}

.wt-home .wt-home-hero .wt-btn--lg {
	min-height: 2.85rem;
	padding: 0.7rem 1.16rem;
	font-size: 0.86rem;
}

.wt-home .wt-home-hero .wt-hero__assurances {
	margin-top: 0.9rem;
}

.wt-home .wt-home-hero .wt-hero__assurances li {
	min-height: 1.7rem;
	padding: 0.28rem 0.58rem;
	font-size: 0.7rem;
}

.wt-home .wt-home-hero .wt-hero__motion-cards {
	right: max(4vw, calc((100vw - var(--wt-container)) / 2));
	width: min(27vw, 27rem);
	height: min(24rem, 66%);
}

.wt-home .wt-home-hero .wt-hero__motion-card {
	width: clamp(8.5rem, 11.5vw, 13rem);
	border-radius: 1rem;
}

.wt-home .wt-home-hero .wt-hero__motion-card--tire {
	top: 5%;
	right: 0;
}

.wt-home .wt-home-hero .wt-hero__motion-card--shop {
	right: 34%;
	bottom: 2%;
}

.wt-home .wt-home-hero .wt-hero__motion-orbit {
	right: 8%;
	bottom: 7%;
	width: clamp(3.5rem, 4.5vw, 5rem);
}

/* ----------------------------------------------------------- Tire finder */

.wt-home .wt-finder {
	margin-top: -4.2rem;
}

.wt-home .wt-finder .wt-container {
	max-width: 70rem;
}

.wt-home .wt-finder__panel {
	border-radius: 1rem;
	box-shadow: 0 1.2rem 3.25rem rgba(6, 36, 64, 0.18);
}

.wt-home .wt-finder__panel::before {
	padding: 0.66rem 1.15rem;
	font-size: 0.68rem;
}

.wt-home .wt-finder__tab {
	padding: 0.86rem 0.95rem;
	font-size: clamp(0.7rem, 1vw, 0.83rem);
}

.wt-home .wt-finder__panel-body {
	padding: 1rem 1.15rem 1.15rem;
}

.wt-home .wt-finder__intro {
	margin-bottom: 0.68rem;
}

.wt-home .wt-finder__intro h3 {
	font-size: clamp(1.05rem, 1.65vw, 1.25rem);
}

.wt-home .wt-finder__intro > p:last-child {
	font-size: 0.78rem;
}

.wt-home .wt-finder__form {
	gap: 0.62rem;
}

.wt-home .wt-finder__group {
	padding: 0.68rem 0.78rem 0.72rem;
}

.wt-home .wt-finder__vehicle-grid,
.wt-home .wt-finder__catalog-search {
	gap: 0.62rem;
}

.wt-home .wt-finder__submit-row {
	padding: 0.65rem 0.72rem;
}

.wt-home .wt-finder__submit-row p {
	display: none;
}

.wt-home .wt-finder__form-status {
	min-height: 1em;
	font-size: 0.7rem;
}

.wt-home .wt-finder__help {
	margin-top: 0.65rem;
	font-size: 0.73rem;
}

/* ----------------------------------------------------- Quick action rail */

.wt-home-action-rail {
	position: relative;
	z-index: 2;
	padding: 0.85rem 0 0;
	background: var(--wt-white);
}

.wt-home-action-rail .wt-container {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.55rem;
}

.wt-home-action-rail a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.52rem;
	align-items: center;
	min-height: 4.5rem;
	padding: 0.68rem;
	border: 1px solid var(--wt-border);
	border-radius: 0.78rem;
	color: var(--wt-text);
	background: var(--wt-white);
	box-shadow: 0 0.35rem 0.9rem rgba(9, 49, 82, 0.05);
	text-decoration: none;
	transition: transform var(--wt-duration-fast) var(--wt-ease),
	            border-color var(--wt-duration-fast) var(--wt-ease),
	            box-shadow var(--wt-duration-fast) var(--wt-ease);
}

.wt-home-action-rail__icon {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.58rem;
	color: var(--wt-orange);
	background: var(--wt-orange-100);
}

.wt-home-action-rail__icon .wt-icon {
	width: 1rem;
	height: 1rem;
}

.wt-home-action-rail a > .wt-icon {
	width: 0.8rem;
	height: 0.8rem;
	color: var(--wt-text-muted);
}

.wt-home-action-rail strong,
.wt-home-action-rail small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wt-home-action-rail strong {
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 0.75rem;
	line-height: 1.2;
}

.wt-home-action-rail small {
	margin-top: 0.16rem;
	color: var(--wt-text-muted);
	font-size: 0.59rem;
	line-height: 1.3;
	white-space: nowrap;
}

.wt-home-action-rail a:hover,
.wt-home-action-rail a:focus-visible {
	color: var(--wt-text);
	border-color: rgba(240, 90, 24, 0.5);
	transform: translateY(-0.16rem);
	box-shadow: 0 0.8rem 1.5rem rgba(9, 49, 82, 0.1);
}

/* ------------------------------------------------------ Inventory center */

.wt-home-inventory-hub {
	padding-top: clamp(3rem, 4.5vw, 4.25rem);
	background:
		radial-gradient(circle at 4% 18%, rgba(240, 90, 24, 0.07), transparent 24%),
		radial-gradient(circle at 96% 76%, rgba(14, 139, 203, 0.07), transparent 26%),
		var(--wt-white);
}

.wt-home-inventory-hub__layout {
	display: grid;
	grid-template-columns: minmax(17rem, 0.66fr) minmax(0, 1.34fr);
	gap: 1rem;
	align-items: stretch;
}

.wt-home-inventory-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.72rem;
}

.wt-home-inventory-stat {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 8.8rem;
	padding: 1rem;
	border: 1px solid var(--wt-border);
	border-radius: 0.95rem;
	color: var(--wt-text);
	background: var(--wt-white);
	box-shadow: 0 0.65rem 1.45rem rgba(8, 43, 73, 0.075);
	text-decoration: none;
	overflow: hidden;
}

.wt-home-inventory-stat::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 0.22rem;
	background: var(--wt-blue-bright);
}

.wt-home-inventory-stat--new::before {
	background: var(--wt-orange);
}

.wt-home-inventory-stat--used::before {
	background: var(--wt-blue-bright);
}

.wt-home-inventory-stat--total {
	grid-column: 1 / -1;
	min-height: 6.7rem;
	color: var(--wt-white);
	border-color: rgba(255, 255, 255, 0.12);
	background: linear-gradient(120deg, var(--wt-navy), #073d68);
}

.wt-home-inventory-stat--total::before {
	background: linear-gradient(90deg, var(--wt-orange), var(--wt-blue-bright));
}

.wt-home-inventory-stat__top {
	display: flex;
	gap: 0.6rem;
	align-items: center;
	justify-content: space-between;
	color: var(--wt-navy);
	font-size: 0.72rem;
	font-weight: var(--wt-weight-bold);
}

.wt-home-inventory-stat--total .wt-home-inventory-stat__top {
	color: var(--wt-white);
}

.wt-home-inventory-stat__top .wt-icon {
	width: 0.9rem;
	height: 0.9rem;
}

.wt-home-inventory-stat > strong {
	margin-top: auto;
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 2.65rem;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.wt-home-inventory-stat--total > strong {
	color: var(--wt-white);
}

.wt-home-inventory-stat > small {
	margin-top: 0.22rem;
	color: var(--wt-text-muted);
	font-size: 0.65rem;
}

.wt-home-inventory-stat--total > small {
	color: rgba(255, 255, 255, 0.65);
}

a.wt-home-inventory-stat {
	transition: transform var(--wt-duration-fast) var(--wt-ease),
	            border-color var(--wt-duration-fast) var(--wt-ease),
	            box-shadow var(--wt-duration-fast) var(--wt-ease);
}

a.wt-home-inventory-stat:hover,
a.wt-home-inventory-stat:focus-visible {
	color: var(--wt-text);
	border-color: rgba(240, 90, 24, 0.52);
	transform: translateY(-0.16rem);
	box-shadow: 0 1rem 2rem rgba(8, 43, 73, 0.12);
}

.wt-home-size-shortcuts {
	display: flex;
	flex-direction: column;
	padding: 1.15rem;
	border: 1px solid var(--wt-border);
	border-radius: 1rem;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 253, 0.97)),
		var(--wt-white);
	box-shadow: 0 0.8rem 1.8rem rgba(8, 43, 73, 0.075);
}

.wt-home-size-shortcuts__heading {
	display: flex;
	gap: 1rem;
	align-items: end;
	justify-content: space-between;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid var(--wt-border);
}

.wt-home-size-shortcuts__heading h3 {
	margin: 0;
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 1.25rem;
	line-height: 1.1;
}

.wt-home-size-shortcuts__heading > span {
	flex: none;
	color: var(--wt-text-muted);
	font-size: 0.62rem;
	font-weight: var(--wt-weight-bold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wt-home-size-shortcuts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.62rem;
	margin-top: 0.85rem;
}

.wt-home-size-shortcut {
	display: grid;
	gap: 0.58rem;
	padding: 0.72rem;
	border: 1px solid var(--wt-border);
	border-radius: 0.78rem;
	background: var(--wt-white);
}

.wt-home-size-shortcut > strong {
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 1.05rem;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.wt-home-size-shortcut > span {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.38rem;
}

.wt-home-size-shortcut a,
.wt-home-size-shortcut small {
	display: grid;
	place-items: center;
	min-height: 1.8rem;
	padding: 0.32rem 0.42rem;
	border-radius: 0.48rem;
	font-size: 0.62rem;
	font-weight: var(--wt-weight-bold);
	text-align: center;
}

.wt-home-size-shortcut a {
	color: var(--wt-navy);
	background: var(--wt-orange-100);
	text-decoration: none;
}

.wt-home-size-shortcut a + a {
	color: #06476c;
	background: var(--wt-blue-100);
}

.wt-home-size-shortcut a:hover,
.wt-home-size-shortcut a:focus-visible {
	color: var(--wt-white);
	background: var(--wt-orange-700);
}

.wt-home-size-shortcut a + a:hover,
.wt-home-size-shortcut a + a:focus-visible {
	background: var(--wt-blue-bright);
}

.wt-home-size-shortcut small {
	color: var(--wt-text-muted);
	background: var(--wt-off-white);
}

.wt-home-size-shortcuts__note,
.wt-home-size-shortcuts__empty {
	margin: auto 0 0;
	padding-top: 0.85rem;
	color: var(--wt-text-muted);
	font-size: 0.67rem;
	line-height: 1.45;
}

.wt-home-size-shortcuts__note {
	display: flex;
	gap: 0.45rem;
	align-items: center;
}

.wt-home-size-shortcuts__note .wt-icon {
	width: 0.92rem;
	height: 0.92rem;
	flex: none;
	color: var(--wt-blue-bright);
}

/* ------------------------------------------------------------- Services */

.wt-home-services {
	border-block: 1px solid var(--wt-border);
	background:
		linear-gradient(120deg, rgba(234, 247, 255, 0.9), rgba(255, 248, 242, 0.85)),
		var(--wt-off-white);
}

.wt-home-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.78rem;
}

.wt-home-service-card {
	--wt-service-accent: #f05a18;
	--wt-service-accent-strong: #c94710;
	--wt-service-tint: rgba(240, 90, 24, 0.11);
	--wt-service-border: rgba(240, 90, 24, 0.26);
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 13rem;
	padding: 1rem;
	border: 1px solid var(--wt-service-border);
	border-radius: 0.9rem;
	color: var(--wt-text);
	background:
		linear-gradient(135deg, var(--wt-service-tint) 0%, rgba(255, 255, 255, 0.94) 58%, #fff 100%);
	box-shadow:
		0 0.45rem 1.15rem rgba(9, 49, 82, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
	text-decoration: none;
	overflow: hidden;
	transition: transform var(--wt-duration-fast) var(--wt-ease),
	            border-color var(--wt-duration-fast) var(--wt-ease),
	            box-shadow var(--wt-duration-fast) var(--wt-ease);
}

.wt-home-service-card:nth-child(2) {
	--wt-service-accent: #0789c9;
	--wt-service-accent-strong: #066ba0;
	--wt-service-tint: rgba(7, 137, 201, 0.11);
	--wt-service-border: rgba(7, 137, 201, 0.25);
}

.wt-home-service-card:nth-child(3) {
	--wt-service-accent: #073b67;
	--wt-service-accent-strong: #052c4d;
	--wt-service-tint: rgba(7, 59, 103, 0.11);
	--wt-service-border: rgba(7, 59, 103, 0.23);
}

.wt-home-service-card:nth-child(4) {
	--wt-service-accent: #b5121b;
	--wt-service-accent-strong: #8f0e15;
	--wt-service-tint: rgba(181, 18, 27, 0.085);
	--wt-service-border: rgba(181, 18, 27, 0.21);
}

.wt-home-service-card:nth-child(5) {
	--wt-service-accent: #2f7d5a;
	--wt-service-accent-strong: #205b40;
	--wt-service-tint: rgba(47, 125, 90, 0.1);
	--wt-service-border: rgba(47, 125, 90, 0.24);
}

.wt-home-service-card:nth-child(6) {
	--wt-service-accent: #6650a4;
	--wt-service-accent-strong: #493578;
	--wt-service-tint: rgba(102, 80, 164, 0.1);
	--wt-service-border: rgba(102, 80, 164, 0.23);
}

.wt-home-service-card:nth-child(7),
.wt-home-service-card--rescue {
	--wt-service-accent: #c42b32;
	--wt-service-accent-strong: #951c22;
	--wt-service-tint: rgba(196, 43, 50, 0.11);
	--wt-service-border: rgba(196, 43, 50, 0.28);
}

.wt-home-service-card--rescue {
	background:
		linear-gradient(135deg, rgba(196, 43, 50, 0.13) 0%, rgba(255, 255, 255, 0.95) 58%, #fff 100%);
}

.wt-home-service-card::before {
	content: "";
	position: absolute;
	top: -2.7rem;
	right: -2.7rem;
	width: 7.2rem;
	height: 7.2rem;
	border: 1px solid var(--wt-service-border);
	border-radius: 50%;
	background: var(--wt-service-tint);
	opacity: 0.72;
	pointer-events: none;
}

.wt-home-service-card::after {
	content: "";
	position: absolute;
	inset: auto 1rem 0;
	height: 0.2rem;
	border-radius: 999px 999px 0 0;
	background: var(--wt-service-accent);
	transform: scaleX(0.34);
	transform-origin: left;
	transition: transform var(--wt-duration) var(--wt-ease);
}

.wt-home-service-card > * {
	position: relative;
	z-index: 1;
}

.wt-home-service-card__icon {
	display: grid;
	place-items: center;
	width: 2.45rem;
	height: 2.45rem;
	margin-bottom: 0.78rem;
	border: 1px solid var(--wt-service-border);
	border-radius: 0.7rem;
	color: var(--wt-service-accent-strong);
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 0.28rem 0.7rem var(--wt-service-tint);
}

.wt-home-service-card__icon .wt-icon {
	width: 1.2rem;
	height: 1.2rem;
}

.wt-home-service-card > strong {
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 1.1rem;
	line-height: 1.12;
}

.wt-home-service-card > span:not(.wt-home-service-card__icon, .wt-home-service-card__action) {
	margin-top: 0.45rem;
	color: var(--wt-text-muted);
	font-size: 0.75rem;
	line-height: 1.48;
}

.wt-home-service-card__action {
	display: inline-flex;
	width: fit-content;
	gap: 0.4rem;
	align-items: center;
	margin-top: auto;
	padding: 0.48rem 0.65rem;
	border: 1px solid var(--wt-service-border);
	border-radius: 999px;
	color: var(--wt-service-accent-strong);
	background: rgba(255, 255, 255, 0.7);
	font-size: 0.68rem;
	font-weight: var(--wt-weight-bold);
}

.wt-home-service-card__action .wt-icon {
	width: 0.88rem;
	height: 0.88rem;
}

.wt-home-service-card:hover,
.wt-home-service-card:focus-visible {
	color: var(--wt-text);
	border-color: var(--wt-service-accent);
	transform: translateY(-0.18rem);
	box-shadow:
		0 0.9rem 1.8rem rgba(9, 49, 82, 0.12),
		0 0 0 0.18rem var(--wt-service-tint);
}

.wt-home-service-card:hover::after,
.wt-home-service-card:focus-visible::after {
	transform: scaleX(1);
}

.wt-home-process-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
	margin-top: 0.85rem;
	padding: 0.72rem;
	border: 1px solid rgba(11, 75, 119, 0.14);
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.78);
}

.wt-home-process-strip > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.62rem;
	align-items: center;
	padding: 0.52rem 0.62rem;
}

.wt-home-process-strip > div + div {
	border-left: 1px solid var(--wt-border);
}

.wt-home-process-strip > div > span {
	display: grid;
	place-items: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	color: var(--wt-white);
	background: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 0.68rem;
	font-weight: var(--wt-weight-bold);
}

.wt-home-process-strip p,
.wt-home-process-strip strong {
	display: block;
	margin: 0;
}

.wt-home-process-strip p {
	color: var(--wt-text-muted);
	font-size: 0.65rem;
	line-height: 1.35;
}

.wt-home-process-strip strong {
	margin-bottom: 0.1rem;
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 0.76rem;
}

/* --------------------------------------------------------- Help center */

.wt-home-help-center {
	background:
		radial-gradient(circle at 8% 30%, rgba(240, 90, 24, 0.06), transparent 25%),
		var(--wt-white);
}

.wt-home-help-center__grid {
	display: grid;
	grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1.18fr);
	gap: 1rem;
	max-width: 68rem;
	margin: 1.5rem auto 0;
}

.wt-home-sidewall {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 19rem;
	padding: clamp(1.3rem, 2.5vw, 2rem);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.1rem;
	color: var(--wt-white);
	background:
		repeating-linear-gradient(135deg, transparent 0 15px, rgba(255, 255, 255, 0.025) 15px 18px),
		linear-gradient(125deg, #172532, #073b67);
	box-shadow: 0 1.2rem 2.8rem rgba(7, 40, 70, 0.18);
}

.wt-home-sidewall__code {
	display: grid;
	grid-template-columns: 1.3fr auto 1fr auto 0.85fr;
	gap: 0.38rem;
	align-items: start;
}

.wt-home-sidewall__code > span {
	display: grid;
	gap: 0.42rem;
	text-align: center;
}

.wt-home-sidewall__code b {
	display: grid;
	place-items: center;
	min-height: 4.4rem;
	padding: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 0.1);
	font-family: var(--wt-font-display);
	font-size: clamp(1.8rem, 3.6vw, 3rem);
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.wt-home-sidewall__code small {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.62rem;
	font-weight: var(--wt-weight-bold);
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.wt-home-sidewall__code i {
	padding-top: 1.25rem;
	color: rgba(255, 255, 255, 0.45);
	font-family: var(--wt-font-display);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: var(--wt-weight-bold);
}

.wt-home-sidewall__actions {
	display: flex;
	gap: 0.55rem;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.wt-home-sidewall__actions .wt-btn {
	min-height: 2.55rem;
	padding: 0.62rem 0.85rem;
	font-size: 0.72rem;
}

.wt-home-faq__items {
	display: grid;
	gap: 0.5rem;
	height: 100%;
}

.wt-home-faq__item {
	border: 1px solid var(--wt-border);
	border-radius: 0.78rem;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 0.35rem 0.8rem rgba(9, 49, 82, 0.045);
}

.wt-home-faq__item summary {
	display: flex;
	gap: 0.72rem;
	align-items: center;
	justify-content: space-between;
	min-height: 3.35rem;
	padding: 0.72rem 0.82rem;
	color: var(--wt-navy);
	font-family: var(--wt-font-display);
	font-size: 0.86rem;
	font-weight: var(--wt-weight-bold);
	cursor: pointer;
	list-style: none;
}

.wt-home-faq__item summary::-webkit-details-marker {
	display: none;
}

.wt-home-faq__item summary .wt-icon {
	width: 0.95rem;
	height: 0.95rem;
	flex: none;
	color: var(--wt-blue-bright);
	transition: transform var(--wt-duration-fast) var(--wt-ease);
}

.wt-home-faq__item[open] summary .wt-icon {
	transform: rotate(180deg);
}

.wt-home-faq__item p {
	margin: 0;
	padding: 0 0.82rem 0.82rem;
	color: var(--wt-text-muted);
	font-size: 0.75rem;
	line-height: 1.52;
}

/* -------------------------------------------------------- Contact band */

.wt-home-contact-band {
	color: var(--wt-white);
	background:
		linear-gradient(115deg, rgba(7, 36, 61, 0.99), rgba(5, 65, 106, 0.97)),
		var(--wt-navy);
}

.wt-home-contact-band::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.14;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
	background-size: 48px 48px;
	pointer-events: none;
}

.wt-home-contact-band__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.9fr) auto;
	gap: clamp(1.2rem, 3vw, 2.5rem);
	align-items: center;
}

.wt-home-contact-band h2 {
	max-width: 39rem;
	color: var(--wt-white);
}

.wt-home-contact-band__intro > p:last-child {
	color: rgba(255, 255, 255, 0.68);
}

.wt-home-contact-band__details {
	display: grid;
	gap: 0.55rem;
}

.wt-home-contact-band__details > a,
.wt-home-contact-band__details > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.62rem;
	align-items: center;
	padding: 0.65rem 0.72rem;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0.7rem;
	color: var(--wt-white);
	background: rgba(255, 255, 255, 0.055);
	text-decoration: none;
}

.wt-home-contact-band__details > a:hover,
.wt-home-contact-band__details > a:focus-visible {
	color: var(--wt-white);
	border-color: rgba(240, 90, 24, 0.65);
	background: rgba(255, 255, 255, 0.09);
}

.wt-home-contact-band__details .wt-icon {
	width: 1.05rem;
	height: 1.05rem;
	color: var(--wt-orange);
}

.wt-home-contact-band__details small,
.wt-home-contact-band__details strong {
	display: block;
}

.wt-home-contact-band__details small {
	margin-bottom: 0.1rem;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.58rem;
	font-weight: var(--wt-weight-bold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wt-home-contact-band__details strong {
	color: var(--wt-white);
	font-size: 0.74rem;
	line-height: 1.35;
}

.wt-home-contact-band__actions {
	display: grid;
	gap: 0.48rem;
	min-width: 10.5rem;
}

.wt-home-contact-band__actions .wt-btn {
	width: 100%;
	min-height: 2.55rem;
	padding: 0.62rem 0.82rem;
	font-size: 0.7rem;
}

.wt-home-contact-band__actions .wt-btn--ghost {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--wt-white);
	background: transparent;
}

.wt-home-contact-band__actions .wt-btn--ghost:hover,
.wt-home-contact-band__actions .wt-btn--ghost:focus-visible {
	color: var(--wt-navy);
	background: var(--wt-white);
}

/* ------------------------------------------------------------- Tablet */

@media (max-width: 1100px) {
	.wt-home-action-rail .wt-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wt-home-inventory-hub__layout {
		grid-template-columns: minmax(15rem, 0.58fr) minmax(0, 1.42fr);
	}

	.wt-home-contact-band__grid {
		grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.8fr);
	}

	.wt-home-contact-band__actions {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.wt-home .wt-home-hero .wt-hero__motion-cards {
		right: 2rem;
		width: 22rem;
		opacity: 0.72;
	}

	.wt-home .wt-home-hero .wt-hero__inner {
		max-width: 40rem;
	}

	.wt-home .wt-home-hero .wt-hero__title {
		max-width: 38rem;
	}

	.wt-home-inventory-hub__layout,
	.wt-home-help-center__grid {
		grid-template-columns: 1fr;
	}

	.wt-home-inventory-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wt-home-inventory-stat--total {
		grid-column: auto;
		min-height: 8.8rem;
	}

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

	.wt-home-service-card {
		min-height: 11.5rem;
	}

	.wt-home-help-center__grid {
		max-width: 48rem;
	}
}

/* -------------------------------------------------------------- Phone */

@media (max-width: 767px) {
	.wt-home-section {
		padding-block: 3rem;
	}

	.wt-home-heading h2,
	.wt-home-contact-band h2 {
		font-size: clamp(1.75rem, 8.8vw, 2.28rem);
	}

	.wt-home-section-bar {
		display: grid;
		gap: 0.8rem;
		margin-bottom: 1.2rem;
	}

	.wt-home .wt-home-hero {
		min-height: 31.5rem;
		align-items: flex-end;
	}

	.wt-home .wt-home-hero .wt-hero__inner {
		max-width: none;
		padding-block: 6.3rem 5.8rem;
	}

	.wt-home .wt-home-hero .wt-hero__title {
		max-width: 28rem;
		font-size: clamp(2.6rem, 12.3vw, 3.55rem);
	}

	.wt-home .wt-home-hero .wt-hero__text {
		max-width: 31rem;
		font-size: 0.94rem;
	}

	/*
	 * Mobile collage (0.6.7.0)
	 *
	 * This block previously read `display: none`, which is why the phone hero
	 * lost its imagery entirely. The desktop composition is absolutely
	 * positioned off to the right and would crowd a 390px screen, so instead
	 * of unhiding it as-is the cards drop into normal flow BELOW the heading
	 * and buttons and are re-laid out as a two-image composition.
	 */
	.wt-home .wt-home-hero {
		display: flex;
		flex-direction: column;
	}

	.wt-home .wt-home-hero .wt-hero__inner {
		order: 1;
	}

	.wt-home .wt-home-hero .wt-hero__motion-cards {
		order: 2;
		position: relative;
		right: auto;
		bottom: auto;
		display: block;
		width: 100%;
		max-width: 100%;
		/*
		 * Tall enough to CONTAIN both rotated cards. At 190px the lower card
		 * spilled 47px past the hero and rode over the finder section below.
		 */
		inset: auto;
		top: auto;
		left: auto;
		/* Reserve only the height the two compact cards actually need. */
		height: 210px;
		max-height: 230px;
		margin: 1.25rem 0 0;
		opacity: 1;
		overflow: visible;
	}

	.wt-home .wt-home-hero .wt-hero__motion-card {
		position: absolute;
		border-radius: 14px;
		box-shadow: 0 12px 28px rgba(6, 16, 26, .42);
	}

	/*
	 * Diagonal arrangement. The previous version stacked the cards almost on
	 * top of each other, leaving only a sliver of the back image readable.
	 * Front sits low-left, back sits high-right, overlapping by roughly a
	 * fifth so the pair still reads as layered while both stay recognisable.
	 */
	.wt-home .wt-home-hero .wt-hero__motion-card--tire {
		top: auto;
		bottom: 0;
		/* Small inset: the -1.5deg rotation inflates the bounding box, so
		   left:0 pushed the rotated corner a couple of pixels off-screen. */
		left: 2%;
		right: auto;
		width: clamp(170px, 46vw, 196px);
		z-index: 2;
		transform: rotate(-1.5deg);
	}

	.wt-home .wt-home-hero .wt-hero__motion-card--shop {
		top: 0;
		bottom: auto;
		left: 42%;
		right: auto;
		width: clamp(132px, 37vw, 155px);
		z-index: 1;
		transform: rotate(2deg);
	}

	.wt-home .wt-home-hero .wt-hero__motion-card img {
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}

	/* Three layers would crowd a phone; the orbit mark stays desktop-only. */
	.wt-home .wt-home-hero .wt-hero__motion-orbit {
		display: none;
	}

	.wt-home .wt-home-hero {
		height: auto;
		min-height: 0;
		padding-bottom: 1.15rem;
	}

	/* Text -> buttons, and trim the gap the assurance row was adding. */
	.wt-home .wt-home-hero .wt-hero__actions {
		margin-top: 1.05rem;
	}

	.wt-home .wt-home-hero .wt-hero__assurances {
		margin-top: .75rem;
	}

	@media (prefers-reduced-motion: no-preference) {
		.wt-home .wt-home-hero .wt-hero__motion-card--tire {
			animation: wt-hero-float-a 7s ease-in-out infinite;
		}

		.wt-home .wt-home-hero .wt-hero__motion-card--shop {
			animation: wt-hero-float-b 8.5s ease-in-out infinite .6s;
		}
	}

	@keyframes wt-hero-float-a {
		0%, 100% { transform: translateY(-4px) rotate(-1.5deg); }
		50%      { transform: translateY(4px) rotate(-1.5deg); }
	}

	@keyframes wt-hero-float-b {
		0%, 100% { transform: translateY(4px) rotate(2deg); }
		50%      { transform: translateY(-4px) rotate(2deg); }
	}

	/* Reduced motion keeps the images - it only stops them moving. */
	@media (prefers-reduced-motion: reduce) {
		.wt-home .wt-home-hero .wt-hero__motion-card--tire,
		.wt-home .wt-home-hero .wt-hero__motion-card--shop {
			animation: none;
		}
	}

	.wt-home .wt-home-hero .wt-hero__assurances {
		gap: 0.35rem;
	}

	.wt-home .wt-finder {
		/* Was -3rem. On desktop the finder overlaps into the hero, but on a
		   phone the hero now ends with the image collage, so a negative pull
		   dragged this section on top of it. */
		margin-top: 1.5rem;
	}

	.wt-home .wt-finder .wt-container {
		padding-inline: 0.75rem;
	}

	.wt-home .wt-finder__panel::before {
		padding: 0.56rem 0.78rem;
	}

	.wt-home .wt-finder__tab {
		padding: 0.72rem 0.68rem;
		font-size: 0.66rem;
	}

	.wt-home .wt-finder__panel-body {
		padding: 0.82rem;
	}

	.wt-home .wt-finder__intro > p:last-child {
		display: none;
	}

	.wt-home .wt-finder__submit-row {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.wt-home .wt-finder__submit-row > div {
		display: none;
	}

	.wt-home .wt-finder__submit-row .wt-btn {
		width: 100%;
	}

	.wt-home-action-rail {
		padding-top: 0.7rem;
	}

	.wt-home-action-rail .wt-container {
		display: flex;
		gap: 0.5rem;
		padding-bottom: 0.35rem;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.wt-home-action-rail a {
		flex: 0 0 14.2rem;
		min-height: 4rem;
		scroll-snap-align: start;
	}

	.wt-home-inventory-hub {
		padding-top: 2.8rem;
	}

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

	.wt-home-inventory-stat {
		min-height: 7.8rem;
		padding: 0.85rem;
	}

	.wt-home-inventory-stat--total {
		grid-column: 1 / -1;
		min-height: 6rem;
	}

	.wt-home-inventory-stat > strong {
		font-size: 2.2rem;
	}

	.wt-home-size-shortcuts {
		padding: 0.9rem;
	}

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

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

	.wt-home-service-card {
		min-height: 0;
	}

	.wt-home-service-card__action {
		margin-top: 0.7rem;
	}

	.wt-home-process-strip {
		grid-template-columns: 1fr;
	}

	.wt-home-process-strip > div + div {
		border-top: 1px solid var(--wt-border);
		border-left: 0;
	}

	.wt-home-help-center__grid {
		gap: 0.8rem;
		margin-top: 1.2rem;
	}

	.wt-home-sidewall {
		min-height: 16rem;
		padding: 1.1rem;
	}

	.wt-home-sidewall__code {
		gap: 0.22rem;
	}

	.wt-home-sidewall__code b {
		min-height: 3.6rem;
		font-size: clamp(1.45rem, 8vw, 2.25rem);
	}

	.wt-home-sidewall__code i {
		padding-top: 1rem;
		font-size: 1.2rem;
	}

	.wt-home-sidewall__actions .wt-btn {
		flex: 1 1 auto;
	}

	.wt-home-contact-band__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.wt-home-contact-band__actions {
		grid-column: auto;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.wt-home .wt-home-hero .wt-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.wt-home .wt-home-hero .wt-btn {
		width: 100%;
	}

	.wt-home .wt-home-hero .wt-hero__assurances {
		display: none;
	}

	.wt-home-size-shortcuts__heading {
		align-items: start;
	}

	.wt-home-size-shortcuts__heading > span {
		display: none;
	}

	.wt-home-size-shortcut {
		padding: 0.62rem;
	}

	.wt-home-size-shortcut > strong {
		font-size: 0.94rem;
	}

	.wt-home-sidewall__code small {
		font-size: 0.52rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wt-home-action-rail a,
	.wt-home-inventory-stat,
	.wt-home-service-card,
	.wt-home-service-card::after,
	.wt-home-text-link .wt-icon,
	.wt-home-faq__item summary .wt-icon {
		transition: none !important;
	}
}
.wt-v2-reviews{background:#f5f3ef}.wt-v2-reviews__rating{font-size:1.05rem}.wt-v2-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.wt-v2-reviews figure{margin:0;padding:1.25rem;border:1px solid #e0ddd6;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(20,31,40,.06)}.wt-v2-reviews blockquote{margin:0}.wt-v2-reviews blockquote p{margin:0 0 1rem;line-height:1.65}.wt-v2-reviews figcaption{font-weight:900;color:#172838}.wt-v2-reviews__actions{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}
@media(max-width:760px){.wt-v2-reviews__grid{grid-template-columns:1fr}}
