/**
 * WESHIPAC homepage experience.
 *
 * Catalog-first direction: live inventory, compact navigation, deliberate
 * product imagery, and nationwide fulfillment messaging.
 */

.wsp-home-experience {
	--wsp-surface-canvas: var(--aos-color-surface-page);
	--wsp-surface-paper: var(--aos-color-surface-card);
	--wsp-surface-mint: var(--aos-color-surface-brand-subtle);
	--wsp-surface-mint-strong: var(--aos-color-surface-brand-soft);
	--wsp-ink: var(--aos-color-text-primary);
	--wsp-copy: var(--aos-color-text-secondary);
	--wsp-rule: var(--aos-color-border-default);
	--wsp-rule-strong: var(--aos-color-border-strong);
	--wsp-pine: var(--aos-color-brand-strong);
	--wsp-action: var(--aos-color-action-primary);
	--wsp-signal: var(--aos-color-commerce-primary);
	--wsp-signal-soft: var(--aos-color-surface-commerce-soft);
	--wsp-chapter-space: clamp(64px, 8vw, 112px);
	--wsp-showroom-canvas: #f7f6f2;
	--wsp-showroom-surface: #fff;
	--wsp-showroom-surface-ice: #f1f9fc;
	--wsp-showroom-navy: #0b1d31;
	--wsp-showroom-navy-soft: #12304e;
	--wsp-showroom-border: #d6e3ea;
	--wsp-showroom-border-strong: #b8d2df;
	--wsp-showroom-accent: #008ec5;
	--wsp-showroom-accent-bright: #00bde8;
	--wsp-showroom-section: clamp(44px, 5vw, 72px);
	--wsp-showroom-section-compact: clamp(32px, 3.6vw, 52px);
	color: var(--wsp-ink);
}

.wsp-home-chapter {
	position: relative;
	isolation: isolate;
	overflow: clip;
}

.wsp-home-chapter h2,
.wsp-home-chapter h3,
.wsp-home-chapter p,
.wsp-home-chapter dl,
.wsp-home-chapter dd,
.wsp-home-chapter blockquote,
.wsp-home-chapter figure {
	margin-block: 0;
}

.wsp-home-chapter .aos-eyebrow {
	color: var(--wsp-action);
	font-family: var(--aos-font-family-mono);
	font-size: var(--aos-font-size-100);
	font-weight: var(--aos-font-weight-bold);
	letter-spacing: 0.12em;
	line-height: var(--aos-line-height-control);
	text-transform: uppercase;
}

.wsp-home-chapter a:focus-visible,
.wsp-home-chapter button:focus-visible {
	border-radius: var(--aos-radius-sm);
	box-shadow: var(--aos-shadow-focus);
	outline: 2px solid var(--wsp-action);
	outline-offset: 3px;
}

/* Dispatch promise ------------------------------------------------------- */

.wsp-dispatch {
	background:
		linear-gradient(120deg, rgba(255, 241, 216, 0.56), transparent 44%),
		linear-gradient(180deg, var(--wsp-surface-paper), var(--wsp-surface-mint));
	border-block: 1px solid var(--wsp-rule);
	padding-block: clamp(36px, 5vw, 64px) 0;
}

.wsp-dispatch__atmosphere {
	background:
		radial-gradient(circle at 14% 16%, rgba(242, 166, 64, 0.14), transparent 24%),
		radial-gradient(circle at 84% 70%, rgba(0, 123, 181, 0.1), transparent 28%);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.wsp-dispatch__ledger {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--wsp-rule-strong);
	border-radius: var(--aos-radius-xl);
	box-shadow: var(--aos-shadow-lg);
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	grid-template-columns: minmax(170px, 0.58fr) minmax(0, 1.35fr) minmax(210px, 0.7fr);
	padding: clamp(28px, 4vw, 52px);
	position: relative;
}

.wsp-dispatch__ledger::before {
	background: linear-gradient(90deg, var(--wsp-signal), transparent);
	content: "";
	height: 3px;
	left: var(--aos-radius-xl);
	position: absolute;
	right: 58%;
	top: -1px;
}

.wsp-dispatch__route {
	align-items: center;
	display: grid;
	grid-template-columns: 48px minmax(54px, 1fr) 48px;
	min-width: 0;
}

.wsp-dispatch__origin,
.wsp-dispatch__destination {
	align-items: center;
	background: var(--wsp-signal-soft);
	border: 1px solid rgba(218, 140, 34, 0.36);
	border-radius: var(--aos-radius-full);
	color: var(--aos-color-amber-700);
	display: inline-flex;
	font-size: var(--aos-font-size-100);
	font-weight: var(--aos-font-weight-bold);
	height: 48px;
	justify-content: center;
	letter-spacing: 0.06em;
	width: 48px;
}

.wsp-dispatch__origin svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 22px;
}

.wsp-dispatch__destination {
	background: var(--wsp-pine);
	border-color: var(--wsp-pine);
	color: var(--aos-color-text-on-dark);
}

.wsp-dispatch__datum {
	align-items: center;
	display: flex;
	height: 18px;
	justify-content: space-around;
	position: relative;
}

.wsp-dispatch__datum::before {
	background: linear-gradient(90deg, var(--wsp-signal), var(--wsp-action));
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 8px;
	transform-origin: left center;
}

.wsp-dispatch__datum i {
	background: var(--wsp-signal);
	border: 3px solid var(--wsp-surface-paper);
	border-radius: var(--aos-radius-full);
	box-shadow: 0 0 0 1px rgba(218, 140, 34, 0.4);
	height: 10px;
	position: relative;
	width: 10px;
	z-index: 1;
}

.wsp-dispatch__copy {
	border-inline-start: 1px solid var(--wsp-rule);
	padding-inline-start: clamp(24px, 3vw, 40px);
}

.wsp-dispatch__copy h2 {
	font-family: var(--aos-font-family-display);
	font-size: clamp(2rem, 4vw, 3.9rem);
	font-weight: var(--aos-font-weight-bold);
	letter-spacing: -0.04em;
	line-height: 0.98;
	margin-block: var(--aos-space-3) var(--aos-space-5);
	max-width: 14ch;
}

.wsp-dispatch__copy > p:last-child {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-300);
	line-height: var(--aos-line-height-body);
	max-width: 58ch;
}

.wsp-dispatch__action {
	display: grid;
	gap: var(--aos-space-4);
	justify-items: start;
}

.wsp-dispatch__action .aos-button {
	min-height: 48px;
}

.wsp-dispatch__action small {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-200);
	line-height: var(--aos-line-height-copy);
	max-width: 30ch;
}

.wsp-trust-ledger {
	background: rgba(255, 255, 255, 0.76);
	border-inline: 1px solid var(--wsp-rule);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: clamp(12px, 3vw, 40px);
}

.wsp-trust-ledger > div {
	align-items: center;
	display: grid;
	gap: var(--aos-space-3);
	grid-template-columns: 32px 1fr;
	min-height: 92px;
	padding: var(--aos-space-4) clamp(14px, 2vw, 26px);
}

.wsp-trust-ledger > div + div {
	border-inline-start: 1px solid var(--wsp-rule);
}

.wsp-trust-ledger svg {
	color: var(--wsp-action);
	height: 24px;
	width: 24px;
}

.wsp-trust-ledger span {
	display: grid;
	gap: 3px;
}

.wsp-trust-ledger strong {
	font-size: var(--aos-font-size-200);
	line-height: var(--aos-line-height-control);
}

.wsp-trust-ledger small {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-050);
	line-height: 1.45;
}

/* Editorial proof -------------------------------------------------------- */

.wsp-proof {
	background: var(--wsp-surface-canvas);
	padding-block: var(--wsp-chapter-space);
}

.wsp-proof__stage {
	display: grid;
	grid-template-areas:
		"copy media"
		"facts facts";
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	position: relative;
}

.wsp-proof__stage::before {
	background-image:
		linear-gradient(rgba(0, 123, 181, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 123, 181, 0.055) 1px, transparent 1px);
	background-size: 38px 38px;
	content: "";
	inset: -32px -24px 72px;
	mask-image: linear-gradient(135deg, #000, transparent 74%);
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.wsp-proof__copy {
	align-content: center;
	background: var(--wsp-surface-paper);
	border: 1px solid var(--wsp-rule);
	border-radius: var(--aos-radius-xl) 0 0 0;
	display: grid;
	grid-area: copy;
	min-height: 510px;
	padding: clamp(32px, 5vw, 72px);
	position: relative;
	z-index: 2;
}

.wsp-proof__copy::after {
	background: var(--wsp-signal);
	content: "";
	height: 72px;
	position: absolute;
	right: -3px;
	top: 0;
	width: 3px;
}

.wsp-proof__copy h2 {
	font-family: var(--aos-font-family-display);
	font-size: clamp(2.2rem, 4.5vw, 4.7rem);
	font-weight: var(--aos-font-weight-bold);
	letter-spacing: -0.045em;
	line-height: 0.96;
	margin-block: var(--aos-space-4) var(--aos-space-6);
	max-width: 11ch;
}

.wsp-proof__copy > p:not(.aos-eyebrow) {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-400);
	line-height: var(--aos-line-height-body);
	max-width: 54ch;
}

.wsp-proof__steps {
	display: grid;
	gap: 0;
	list-style: none;
	margin: var(--aos-space-8) 0;
	padding: 0;
}

.wsp-proof__steps li {
	align-items: center;
	border-block-start: 1px solid var(--wsp-rule);
	display: grid;
	gap: var(--aos-space-4);
	grid-template-columns: 44px 1fr;
	min-height: 52px;
}

.wsp-proof__steps li:last-child {
	border-block-end: 1px solid var(--wsp-rule);
}

.wsp-proof__steps .aos-icon {
	color: var(--aos-color-action-primary);
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.wsp-proof__steps strong {
	font-size: var(--aos-font-size-300);
	font-weight: var(--aos-font-weight-semibold);
}

.wsp-proof__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--aos-space-4);
}

.wsp-proof__text-link {
	align-items: center;
	color: var(--wsp-action);
	display: inline-flex;
	font-size: var(--aos-font-size-300);
	font-weight: var(--aos-font-weight-bold);
	gap: var(--aos-space-2);
	min-height: 44px;
	padding-inline: var(--aos-space-2);
	text-decoration: none;
}

.wsp-proof__text-link svg {
	height: 17px;
	transition: transform var(--aos-duration-base) var(--aos-ease-move);
	width: 17px;
}

.wsp-proof__media {
	background: var(--wsp-pine);
	border-radius: 0 var(--aos-radius-xl) 0 0;
	grid-area: media;
	min-height: 510px;
	overflow: hidden;
	position: relative;
}

.wsp-proof__media-frame {
	height: 100%;
	position: absolute;
	width: 100%;
}

.wsp-proof__media-frame::after {
	background: linear-gradient(110deg, rgba(15, 27, 41, 0.18), transparent 52%, rgba(15, 27, 41, 0.3));
	content: "";
	inset: 0;
	position: absolute;
}

.wsp-proof__media img {
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
	transition: transform 900ms var(--aos-ease-move);
	width: 100%;
}

.wsp-proof__media figcaption {
	align-items: center;
	backdrop-filter: blur(10px);
	background: rgba(15, 27, 41, 0.78);
	border: 1px solid var(--aos-color-on-dark-subtle);
	border-radius: var(--aos-radius-md);
	bottom: var(--aos-space-6);
	color: var(--aos-color-on-dark-high);
	display: flex;
	font-size: var(--aos-font-size-200);
	gap: var(--aos-space-3);
	left: var(--aos-space-6);
	line-height: var(--aos-line-height-copy);
	max-width: calc(100% - 48px);
	padding: var(--aos-space-3) var(--aos-space-4);
	position: absolute;
	z-index: 1;
}

.wsp-proof__media figcaption span {
	background: var(--wsp-signal);
	border-radius: var(--aos-radius-full);
	box-shadow: 0 0 0 5px rgba(242, 166, 64, 0.17);
	flex: 0 0 auto;
	height: 8px;
	width: 8px;
}

.wsp-proof__facts {
	background: var(--wsp-pine);
	border-radius: 0 0 var(--aos-radius-xl) var(--aos-radius-xl);
	box-shadow: var(--aos-shadow-lg);
	color: var(--aos-color-text-on-dark);
	display: grid;
	grid-area: facts;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.wsp-proof__facts > div {
	min-height: 122px;
	padding: clamp(22px, 3vw, 34px);
}

.wsp-proof__facts > div + div {
	border-inline-start: 1px solid var(--aos-color-on-dark-subtle);
}

.wsp-proof__facts dt {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: var(--aos-space-3);
}

.wsp-proof__facts dt strong {
	color: var(--wsp-signal);
	font-family: var(--aos-font-family-display);
	font-size: clamp(2rem, 3vw, 3rem);
	letter-spacing: -0.04em;
	line-height: var(--aos-line-height-solid);
}

.wsp-proof__facts dt span {
	font-size: var(--aos-font-size-200);
	font-weight: var(--aos-font-weight-bold);
}

.wsp-proof__facts dd {
	color: var(--aos-color-on-dark-medium);
	font-size: var(--aos-font-size-050);
	line-height: var(--aos-line-height-copy);
	margin-block-start: var(--aos-space-2);
}

/* Customer feedback ----------------------------------------------------- */

.wsp-feedback {
	background:
		linear-gradient(90deg, var(--wsp-surface-mint) 0 42%, var(--wsp-surface-paper) 42% 100%);
	border-block: 1px solid var(--wsp-rule);
	padding-block: var(--wsp-chapter-space);
}

.wsp-feedback__shell {
	display: grid;
	gap: clamp(40px, 6vw, 88px);
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.wsp-feedback__intro {
	align-content: center;
	display: grid;
	justify-items: start;
}

.wsp-feedback__intro h2 {
	font-family: var(--aos-font-family-display);
	font-size: clamp(2.15rem, 4vw, 4.25rem);
	font-weight: var(--aos-font-weight-bold);
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin-block: var(--aos-space-4) var(--aos-space-6);
	max-width: 11ch;
}

.wsp-feedback__intro > p:last-of-type {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-300);
	line-height: var(--aos-line-height-body);
	max-width: 48ch;
}

.wsp-feedback__source-count {
	align-items: baseline;
	border-block-start: 1px solid var(--wsp-rule-strong);
	display: flex;
	gap: var(--aos-space-3);
	margin-block-start: var(--aos-space-8);
	padding-block-start: var(--aos-space-4);
}

.wsp-feedback__source-count strong {
	color: var(--aos-color-amber-700);
	font-family: var(--aos-font-family-display);
	font-size: var(--aos-font-size-800);
}

.wsp-feedback__source-count span {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-200);
}

.wsp-review-carousel,
.wsp-promise-list {
	align-self: center;
	min-width: 0;
}

.wsp-review-carousel {
	position: relative;
}

.wsp-review-carousel__viewport {
	border-radius: var(--aos-radius-xl);
	overflow: hidden;
}

.wsp-review-carousel__track {
	display: flex;
	transform: translate3d(-100%, 0, 0);
	transition: transform 720ms var(--aos-ease-move);
}

.wsp-review-carousel.is-no-clones .wsp-review-carousel__track {
	transform: translate3d(0, 0, 0);
}

.wsp-review-carousel.is-instant .wsp-review-carousel__track {
	transition-duration: 0ms;
}

.wsp-review-card {
	background: var(--wsp-surface-paper);
	border: 1px solid var(--wsp-rule-strong);
	border-radius: var(--aos-radius-xl);
	box-shadow: var(--aos-shadow-lg);
	display: grid;
	flex: 0 0 100%;
	grid-template-rows: auto 1fr auto;
	min-height: clamp(350px, 38vw, 470px);
	padding: clamp(30px, 5vw, 64px);
	position: relative;
}

.wsp-review-card::before {
	color: var(--wsp-signal-soft);
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 8rem;
	line-height: 0.8;
	position: absolute;
	right: var(--aos-space-8);
	top: var(--aos-space-6);
}

.wsp-review-card__rating {
	color: var(--aos-color-amber-600);
	font-size: var(--aos-font-size-600);
	letter-spacing: 0.12em;
	position: relative;
	z-index: 1;
}

.wsp-review-card blockquote {
	align-self: center;
	color: var(--wsp-ink);
	font-family: var(--aos-font-family-display);
	font-size: clamp(1.55rem, 3vw, 2.65rem);
	font-weight: var(--aos-font-weight-semibold);
	letter-spacing: -0.025em;
	line-height: 1.16;
	max-width: 25ch;
	padding-block: var(--aos-space-8);
	position: relative;
	z-index: 1;
}

.wsp-review-card footer {
	align-items: center;
	border-block-start: 1px solid var(--wsp-rule);
	display: grid;
	gap: var(--aos-space-3);
	grid-template-columns: 46px minmax(0, 1fr) minmax(130px, auto);
	padding-block-start: var(--aos-space-5);
}

.wsp-review-card__initial {
	align-items: center;
	background: var(--wsp-pine);
	border-radius: var(--aos-radius-full);
	color: var(--aos-color-text-on-dark);
	display: inline-flex;
	font-size: var(--aos-font-size-500);
	font-weight: var(--aos-font-weight-bold);
	height: 44px;
	justify-content: center;
	width: 44px;
}

.wsp-review-card__identity {
	display: grid;
	gap: 3px;
}

.wsp-review-card__identity strong {
	font-size: var(--aos-font-size-300);
}

.wsp-review-card__identity small {
	align-items: center;
	color: var(--wsp-copy);
	display: flex;
	flex-wrap: wrap;
	font-size: var(--aos-font-size-100);
	gap: var(--aos-space-2);
}

.wsp-review-card__verified {
	background: var(--wsp-surface-mint-strong);
	border-radius: var(--aos-radius-full);
	color: var(--wsp-action);
	font-weight: var(--aos-font-weight-bold);
	padding: 3px 8px;
}

.wsp-review-card footer > a {
	align-items: center;
	color: var(--wsp-action);
	display: inline-flex;
	font-size: var(--aos-font-size-200);
	font-weight: var(--aos-font-weight-bold);
	gap: var(--aos-space-2);
	justify-self: end;
	line-height: var(--aos-line-height-copy);
	min-height: 44px;
	text-decoration: none;
}

.wsp-review-card footer > a svg {
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.wsp-review-carousel__controls {
	align-items: center;
	display: grid;
	gap: var(--aos-space-3);
	grid-template-columns: minmax(80px, 1fr) auto 48px 48px;
	margin-block-start: var(--aos-space-5);
}

.wsp-review-carousel__progress {
	background: var(--wsp-rule);
	height: 2px;
	overflow: hidden;
}

.wsp-review-carousel__progress span {
	background: var(--wsp-signal);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
}

.wsp-review-carousel.is-autoplaying .wsp-review-carousel__progress span {
	animation: wsp-review-progress 6s linear forwards;
}

.wsp-review-carousel.is-paused .wsp-review-carousel__progress span {
	animation-play-state: paused;
}

.wsp-review-carousel__position {
	color: var(--wsp-copy);
	font-family: var(--aos-font-family-mono);
	font-size: var(--aos-font-size-100);
	font-weight: var(--aos-font-weight-bold);
}

.wsp-review-carousel__controls button {
	align-items: center;
	background: var(--wsp-surface-paper);
	border: 1px solid var(--wsp-rule-strong);
	border-radius: var(--aos-radius-full);
	color: var(--wsp-action);
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition:
		background-color var(--aos-duration-base) var(--aos-ease-standard),
		border-color var(--aos-duration-base) var(--aos-ease-standard),
		color var(--aos-duration-base) var(--aos-ease-standard),
		transform var(--aos-duration-base) var(--aos-ease-move);
	width: 48px;
}

.wsp-review-carousel__controls button svg {
	height: 18px;
	width: 18px;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2;
}

.wsp-review-carousel__controls button[hidden],
.wsp-review-carousel__progress[hidden] {
	display: none !important;
}

.wsp-review-carousel__controls button:first-of-type svg {
	transform: rotate(180deg);
}

.wsp-promise-list {
	background: var(--wsp-surface-paper);
	border: 1px solid var(--wsp-rule-strong);
	border-radius: var(--aos-radius-xl);
	box-shadow: var(--aos-shadow-lg);
	overflow: hidden;
}

.wsp-promise-list article {
	align-items: start;
	display: grid;
	gap: clamp(20px, 3vw, 36px);
	grid-template-columns: 56px minmax(0, 1fr);
	min-height: 142px;
	padding: clamp(24px, 3.5vw, 42px);
	transition:
		background-color var(--aos-duration-base) var(--aos-ease-standard),
		transform var(--aos-duration-base) var(--aos-ease-move);
}

.wsp-promise-list article + article {
	border-block-start: 1px solid var(--wsp-rule);
}

.wsp-promise-list article > .aos-icon {
	color: var(--aos-color-action-primary);
	width: 32px;
	height: 32px;
	padding-block-start: 4px;
}

.wsp-promise-list h3 {
	font-family: var(--aos-font-family-display);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	letter-spacing: -0.025em;
	line-height: var(--aos-line-height-tight);
}

.wsp-promise-list p {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-300);
	line-height: var(--aos-line-height-body);
	margin-block-start: var(--aos-space-3);
	max-width: 62ch;
}

/* Progressive enhancement: content is visible unless JS explicitly marks it. */

.wsp-home-experience.is-motion-ready [data-wsp-reveal].is-reveal-pending {
	opacity: 1;
	transform: none;
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal="route"].is-reveal-pending {
	transform: none;
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal="proof-media"].is-reveal-pending {
	transform: none;
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal] {
	transition:
		opacity var(--aos-duration-chapter) var(--aos-ease-enter),
		transform var(--aos-duration-chapter) var(--aos-ease-enter);
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal].is-reveal-visible {
	animation: wsp-reveal-enhance 620ms var(--aos-ease-enter) both;
}

@keyframes wsp-reveal-enhance {
	from {
		opacity: 0.88;
		transform: translate3d(0, 12px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal="route"] {
	transition-delay: 40ms;
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal="copy"],
.wsp-home-experience.is-motion-ready [data-wsp-reveal="proof-copy"] {
	transition-delay: 110ms;
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal="action"],
.wsp-home-experience.is-motion-ready [data-wsp-reveal="proof-media"] {
	transition-delay: 180ms;
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal="trust"]:nth-child(2),
.wsp-home-experience.is-motion-ready [data-wsp-reveal="fact"]:nth-child(2),
.wsp-home-experience.is-motion-ready .wsp-promise-list article:nth-child(2) {
	transition-delay: 45ms;
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal="trust"]:nth-child(3),
.wsp-home-experience.is-motion-ready [data-wsp-reveal="fact"]:nth-child(3),
.wsp-home-experience.is-motion-ready .wsp-promise-list article:nth-child(3) {
	transition-delay: 90ms;
}

.wsp-home-experience.is-motion-ready [data-wsp-reveal="trust"]:nth-child(4),
.wsp-home-experience.is-motion-ready [data-wsp-reveal="fact"]:nth-child(4) {
	transition-delay: 135ms;
}

.wsp-home-experience.is-motion-ready .wsp-dispatch.is-ambient-active .wsp-dispatch__datum i {
	animation: wsp-route-node 2.4s ease-in-out infinite;
}

.wsp-home-experience.is-motion-ready .wsp-dispatch.is-ambient-active .wsp-dispatch__datum i:nth-child(2) {
	animation-delay: 360ms;
}

.wsp-home-experience.is-motion-ready .wsp-dispatch.is-ambient-active .wsp-dispatch__datum i:nth-child(3) {
	animation-delay: 720ms;
}

@keyframes wsp-route-node {
	0%,
	70%,
	100% { box-shadow: 0 0 0 1px rgba(218, 140, 34, 0.4); }
	35% { box-shadow: 0 0 0 7px rgba(242, 166, 64, 0.12); }
}

@keyframes wsp-review-progress {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

@media (hover: hover) and (pointer: fine) {
	.wsp-proof__text-link:hover svg,
	.wsp-review-card footer > a:hover svg {
		transform: translate3d(4px, 0, 0);
	}

	.wsp-proof__media:hover img {
		transform: scale(1.025);
	}

	.wsp-review-carousel__controls button:hover {
		background: var(--wsp-pine);
		border-color: var(--wsp-pine);
		color: var(--aos-color-text-on-dark);
		transform: translate3d(0, -2px, 0);
	}

	.wsp-promise-list article:hover {
		background: var(--wsp-surface-mint);
		transform: translate3d(8px, 0, 0);
	}

	.wsp-trust-ledger > div {
		transition: background-color var(--aos-duration-base) var(--aos-ease-standard);
	}

	.wsp-trust-ledger > div:hover {
		background: var(--wsp-surface-paper);
	}
}

@media (max-width: 1050px) {
	.wsp-dispatch__ledger {
		grid-template-columns: minmax(150px, 0.6fr) minmax(0, 1.4fr);
	}

	.wsp-dispatch__action {
		align-items: center;
		border-block-start: 1px solid var(--wsp-rule);
		grid-column: 1 / -1;
		grid-template-columns: auto minmax(0, 1fr);
		padding-block-start: var(--aos-space-5);
	}

	.wsp-proof__copy {
		padding: clamp(30px, 4vw, 48px);
	}

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

	.wsp-proof__facts > div:nth-child(3) {
		border-block-start: 1px solid var(--aos-color-on-dark-subtle);
		border-inline-start: 0;
	}

	.wsp-proof__facts > div:nth-child(4) {
		border-block-start: 1px solid var(--aos-color-on-dark-subtle);
	}
}

@media (max-width: 860px) {
	.wsp-dispatch__ledger {
		grid-template-columns: 1fr;
	}

	.wsp-dispatch__route {
		max-width: 340px;
	}

	.wsp-dispatch__copy {
		border-block-start: 1px solid var(--wsp-rule);
		border-inline-start: 0;
		padding-block-start: var(--aos-space-6);
		padding-inline-start: 0;
	}

	.wsp-dispatch__action {
		grid-column: auto;
	}

	.wsp-trust-ledger {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wsp-trust-ledger > div:nth-child(3) {
		border-block-start: 1px solid var(--wsp-rule);
		border-inline-start: 0;
	}

	.wsp-trust-ledger > div:nth-child(4) {
		border-block-start: 1px solid var(--wsp-rule);
	}

	.wsp-proof__stage {
		grid-template-areas:
			"copy"
			"media"
			"facts";
		grid-template-columns: 1fr;
	}

	.wsp-proof__copy {
		border-radius: var(--aos-radius-xl) var(--aos-radius-xl) 0 0;
		min-height: 0;
	}

	.wsp-proof__copy::after {
		bottom: -3px;
		height: 3px;
		left: 0;
		right: auto;
		top: auto;
		width: 96px;
	}

	.wsp-proof__media {
		border-radius: 0;
		min-height: clamp(360px, 68vw, 520px);
	}

	.wsp-feedback {
		background: linear-gradient(180deg, var(--wsp-surface-mint) 0 36%, var(--wsp-surface-paper) 36% 100%);
	}

	.wsp-feedback__shell {
		grid-template-columns: 1fr;
	}

	.wsp-feedback__intro h2,
	.wsp-feedback__intro > p:last-of-type {
		max-width: 22ch;
	}
}

@media (max-width: 620px) {
	.wsp-home-experience {
		--wsp-chapter-space: 64px;
	}

	.wsp-dispatch {
		padding-block-start: var(--aos-space-6);
	}

	.wsp-dispatch__ledger {
		border-radius: var(--aos-radius-lg);
		gap: var(--aos-space-6);
		padding: var(--aos-space-6);
	}

	.wsp-dispatch__copy h2 {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.wsp-dispatch__action {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.wsp-dispatch__action .aos-button {
		justify-content: center;
		width: 100%;
	}

	.wsp-trust-ledger {
		grid-template-columns: 1fr;
		margin-inline: var(--aos-space-3);
	}

	.wsp-trust-ledger > div {
		min-height: 78px;
	}

	.wsp-trust-ledger > div + div,
	.wsp-trust-ledger > div:nth-child(3) {
		border-block-start: 1px solid var(--wsp-rule);
		border-inline-start: 0;
	}

	.wsp-proof__stage::before {
		display: none;
	}

	.wsp-proof__copy {
		padding: var(--aos-space-7) var(--aos-space-5);
	}

	.wsp-proof__copy h2 {
		font-size: clamp(2.15rem, 12vw, 3.25rem);
	}

	.wsp-proof__actions .aos-button {
		justify-content: center;
		width: 100%;
	}

	.wsp-proof__facts {
		grid-template-columns: 1fr;
	}

	.wsp-proof__facts > div + div,
	.wsp-proof__facts > div:nth-child(3) {
		border-block-start: 1px solid var(--aos-color-on-dark-subtle);
		border-inline-start: 0;
	}

	.wsp-proof__media {
		min-height: 390px;
	}

	.wsp-proof__media img {
		object-position: 61% center;
	}

	.wsp-proof__media figcaption {
		bottom: var(--aos-space-4);
		left: var(--aos-space-4);
		max-width: calc(100% - 32px);
	}

	.wsp-feedback__intro h2 {
		font-size: clamp(2.15rem, 12vw, 3.2rem);
	}

	.wsp-review-card {
		min-height: 410px;
		padding: var(--aos-space-6);
	}

	.wsp-review-card blockquote {
		font-size: clamp(1.45rem, 7vw, 2rem);
	}

	.wsp-review-card footer {
		grid-template-columns: 44px 1fr;
	}

	.wsp-review-card footer > a {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.wsp-review-carousel__controls {
		grid-template-columns: minmax(30px, 1fr) auto 44px 44px;
	}

	.wsp-review-carousel__controls button {
		height: 44px;
		width: 44px;
	}

	.wsp-promise-list article {
		grid-template-columns: 40px minmax(0, 1fr);
		padding: var(--aos-space-5);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wsp-home-experience *,
	.wsp-home-experience *::before,
	.wsp-home-experience *::after {
		animation-delay: 0ms !important;
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-delay: 0ms !important;
		transition-duration: 1ms !important;
	}

	.wsp-home-experience.is-motion-ready [data-wsp-reveal].is-reveal-pending {
		opacity: 1;
		transform: none;
	}

	.wsp-review-carousel__track {
		transition-duration: 0ms !important;
	}
}

/* Trade-counter catalog proof refinement — 0.9.17 */
.wsp-proof {
	padding-block: clamp(48px, 5.5vw, 72px);
	background:
		radial-gradient(circle at 8% 12%, rgba(0, 200, 255, 0.055), transparent 25%),
		var(--aos-color-neutral-0);
}

.wsp-proof__stage {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.wsp-proof__stage::before {
	inset: -24px -20px 54px;
	background-size: 64px 64px;
	opacity: 0.5;
	mask-image: linear-gradient(135deg, #000, transparent 68%);
}

.wsp-proof__copy {
	min-height: 440px;
	padding: clamp(30px, 3.5vw, 48px);
	border-radius: var(--aos-radius-sm) 0 0 0;
	background: rgba(255, 255, 255, 0.97);
}

.wsp-proof__copy::after {
	height: 56px;
	width: 2px;
}

.wsp-proof__copy h2 {
	max-width: 14ch;
	margin-block: var(--aos-space-3) var(--aos-space-4);
	font-size: clamp(2.2rem, 3.4vw, 3.35rem);
	line-height: 1.02;
}

.wsp-proof__copy > p:not(.aos-eyebrow) {
	max-width: 58ch;
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.65;
}

.wsp-proof__steps {
	margin-block: var(--aos-space-5);
}

.wsp-proof__steps li {
	grid-template-columns: 38px minmax(0, 1fr);
	min-height: 52px;
}

.wsp-proof__steps .aos-icon {
	width: 21px;
	height: 21px;
}

.wsp-proof__steps strong {
	font-size: var(--aos-font-size-200);
}

.wsp-proof__media {
	width: 100%;
	margin: 0;
	min-height: 440px;
	border-radius: 0 var(--aos-radius-sm) 0 0;
}

.wsp-proof__media-frame::after {
	background: linear-gradient(115deg, rgba(15, 27, 41, 0.12), transparent 58%, rgba(15, 27, 41, 0.22));
}

.wsp-proof__media figcaption {
	right: 0;
	bottom: 0;
	left: 0;
	max-width: none;
	padding: var(--aos-space-4) var(--aos-space-5);
	border: 0;
	border-radius: 0;
	background: rgba(15, 27, 41, 0.92);
	backdrop-filter: none;
}

.wsp-proof__facts {
	width: 100%;
	margin: 0;
	border: 1px solid var(--wsp-rule);
	border-top: 0;
	border-radius: 0 0 var(--aos-radius-sm) var(--aos-radius-sm);
	background: linear-gradient(180deg, #f7fbfb, #fff);
	box-shadow: none;
	color: var(--aos-color-brand-strong);
}

.wsp-proof__facts > div {
	min-height: 82px;
	padding: clamp(15px, 1.8vw, 22px);
}

.wsp-proof__facts > div + div {
	border-inline-start-color: var(--wsp-rule);
}

.wsp-proof__facts dt {
	gap: var(--aos-space-2);
}

.wsp-proof__facts dt strong {
	color: var(--aos-color-commerce-hover);
	font-size: clamp(1.65rem, 2.4vw, 2.2rem);
}

.wsp-proof__facts dt span {
	font-size: var(--aos-font-size-100);
}

.wsp-proof__facts dd {
	color: var(--aos-color-text-secondary);
	font-size: var(--aos-font-size-050);
}

.wsp-proof__location-icon {
	display: inline-flex;
	align-items: center;
}

.wsp-proof__location-icon img {
	display: block;
	width: 44px;
	height: 44px;
}

@media (max-width: 1050px) {
	.wsp-proof__facts > div:nth-child(3),
	.wsp-proof__facts > div:nth-child(4) {
		border-block-start-color: var(--wsp-rule);
	}
}

@media (max-width: 860px) {
	.wsp-home-experience .wsp-proof__stage {
		grid-template-columns: minmax(0, 1fr) !important;
		width: 100%;
	}

	.wsp-proof__copy,
	.wsp-proof__media,
	.wsp-proof__facts {
		min-width: 0;
		width: 100%;
	}

	.wsp-proof__copy {
		border-radius: var(--aos-radius-sm) var(--aos-radius-sm) 0 0;
	}

	.wsp-proof__media {
		min-height: clamp(320px, 68vw, 440px);
		border-radius: 0;
	}
}

/* Purpose-built nationwide shipping illustration. */
.wsp-dispatch__ledger {
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.28fr) minmax(210px, 0.66fr);
}

.wsp-dispatch__route {
	display: block;
}

.wsp-dispatch__route img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1050px) {
	.wsp-dispatch__ledger {
		grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
	}
}

@media (max-width: 860px) {
	.wsp-dispatch__ledger {
		grid-template-columns: minmax(0, 1fr);
	}

	.wsp-dispatch__route {
		width: min(100%, 420px);
		max-width: none;
		margin-inline: auto;
	}
}

@media (max-width: 640px) {
	.wsp-proof {
		padding-block: var(--aos-space-14);
	}

	.wsp-proof__copy {
		padding: var(--aos-space-7) var(--aos-space-5);
	}

	.wsp-proof__copy h2 {
		font-size: clamp(2.15rem, 10.5vw, 3rem);
	}

	.wsp-proof__steps strong {
		font-size: var(--aos-font-size-100);
	}

	.wsp-proof__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.wsp-proof__facts > div {
		min-height: 92px;
		padding: var(--aos-space-4) var(--aos-space-5);
		border-inline-start: 0 !important;
		border-block-start: 1px solid var(--wsp-rule);
	}

	.wsp-proof__facts > div:first-child {
		border-block-start: 0;
	}

	.wsp-proof__facts > div:nth-child(3),
	.wsp-proof__facts > div:nth-child(4) {
		grid-column: auto;
	}

	.wsp-proof__facts dt {
		display: flex;
		align-items: center;
		gap: var(--aos-space-3);
	}

	.wsp-proof__facts dt strong {
		flex: 0 0 auto;
		min-width: 2.5rem;
	}

	.wsp-proof__facts dd {
		margin-top: 0.35rem;
		padding-left: calc(2.5rem + var(--aos-space-3));
	}

	.wsp-proof__media figcaption {
		max-width: none;
		padding: var(--aos-space-3) var(--aos-space-4);
	}
}

/* 0.9.26 catalog-first homepage ----------------------------------------- */

.wsp-catalog-first {
	overflow: clip;
	background:
		linear-gradient(rgba(0, 123, 181, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 123, 181, 0.025) 1px, transparent 1px),
		var(--aos-color-surface-page);
	background-size: 72px 72px;
}

.wsp-catalog-first h1,
.wsp-catalog-first h2,
.wsp-catalog-first h3,
.wsp-catalog-first p,
.wsp-catalog-first figure {
	margin-block: 0;
}

.wsp-home-categories {
	position: relative;
	padding-block: clamp(28px, 3.5vw, 48px) clamp(34px, 4vw, 52px);
	border-block-end: 1px solid var(--wsp-rule);
	background:
		radial-gradient(circle at 48% -20%, rgba(0, 200, 255, 0.14), transparent 36%),
		rgba(255, 255, 255, 0.92);
}

.wsp-home-categories__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--aos-space-8);
	margin-block-end: var(--aos-space-6);
}

.wsp-home-categories__heading .aos-eyebrow {
	margin-block-end: var(--aos-space-2);
	color: var(--wsp-action);
	font-family: var(--aos-font-family-mono);
	font-size: var(--aos-font-size-100);
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wsp-home-categories__heading h1 {
	max-width: 18ch;
	font-family: var(--aos-font-family-display);
	font-size: clamp(2rem, 3.1vw, 3.35rem);
	line-height: 1;
	letter-spacing: -0.035em;
}

.wsp-home-categories__heading > a {
	display: inline-flex;
	align-items: center;
	gap: var(--aos-space-2);
	min-height: 44px;
	color: var(--wsp-action);
	font-weight: 800;
	text-decoration: none;
}

.wsp-home-categories__heading > a svg {
	width: 18px;
	height: 18px;
	transition: transform 180ms var(--aos-ease-standard);
}

.wsp-home-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(10px, 1.2vw, 18px);
}

.wsp-home-category-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(82px, 0.78fr) minmax(0, 1.15fr) 26px;
	align-items: center;
	gap: var(--aos-space-3);
	min-width: 0;
	min-height: 142px;
	padding: var(--aos-space-3);
	border: 1px solid var(--wsp-rule);
	border-block-start: 2px solid var(--wsp-action);
	background: #fff;
	box-shadow: 0 7px 20px rgba(15, 27, 41, 0.045);
	color: var(--wsp-ink);
	text-decoration: none;
	transition: border-color 180ms var(--aos-ease-standard), box-shadow 180ms var(--aos-ease-standard), transform 180ms var(--aos-ease-move);
}

.wsp-home-category-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
	min-width: 0;
	background: linear-gradient(145deg, #f4fbfc, #fff);
}

.wsp-home-category-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.wsp-home-category-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--wsp-action);
}

.wsp-home-category-card__placeholder svg {
	width: 34px;
	height: 34px;
}

.wsp-home-category-card__copy {
	display: grid;
	gap: var(--aos-space-2);
	min-width: 0;
}

.wsp-home-category-card__copy strong {
	font-size: clamp(0.92rem, 1.05vw, 1.08rem);
	line-height: 1.25;
}

.wsp-home-category-card__copy small {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-200);
}

.wsp-home-category-card__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--wsp-action);
}

.wsp-home-category-card__arrow svg {
	width: 18px;
	height: 18px;
}

.wsp-equipment-selector {
	padding-block: clamp(48px, 5.5vw, 72px);
	background: linear-gradient(180deg, rgba(240, 251, 252, 0.86), rgba(255, 255, 255, 0.94));
}

.wsp-equipment-selector__shell {
	display: grid;
	gap: var(--aos-space-7);
}

.wsp-equipment-selector__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: end;
	gap: var(--aos-space-10);
}

.wsp-equipment-selector__heading .aos-eyebrow {
	margin-block-end: var(--aos-space-2);
}

.wsp-equipment-selector__heading h2 {
	font-family: var(--aos-font-family-display);
	font-size: clamp(2rem, 3vw, 3.25rem);
	line-height: 1;
	letter-spacing: -0.035em;
}

.wsp-equipment-selector__heading > p {
	max-width: 54ch;
	color: var(--wsp-copy);
	line-height: 1.65;
}

.wsp-equipment-selector__workspace {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	min-width: 0;
	border: 3px solid var(--wsp-action);
	background: #fff;
	box-shadow: 0 18px 42px rgba(12, 38, 61, 0.08);
}

.wsp-equipment-selector__tabs {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-self: stretch;
	gap: 10px;
	min-width: 0;
	padding-block: 0 10px;
	border-inline-end: 3px solid var(--wsp-action);
	background: #fff;
}

.wsp-equipment-selector__tabs button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--aos-space-3);
	min-height: 54px;
	padding: 0 var(--aos-space-5);
	border: 0;
	background: #1f6fa9;
	color: #fff;
	font: inherit;
	font-weight: 700;
	text-align: start;
	cursor: pointer;
	transition: background-color 160ms var(--aos-ease-standard), color 160ms var(--aos-ease-standard), box-shadow 160ms var(--aos-ease-standard);
}

.wsp-equipment-selector__tabs button[aria-selected="true"] {
	background: #fff;
	color: var(--wsp-ink);
	box-shadow: inset 0 0 0 1px rgba(0, 123, 181, 0.3);
}

.wsp-equipment-selector__tabs svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	transition: transform 180ms var(--aos-ease-move);
}

.wsp-equipment-selector__tabs button[aria-selected="true"] svg {
	transform: rotate(180deg);
}

.wsp-equipment-selector__panels {
	min-width: 0;
	padding: clamp(18px, 2vw, 28px);
}

.wsp-equipment-selector:not(.is-enhanced) .wsp-equipment-selector__panel + .wsp-equipment-selector__panel {
	margin-block-start: var(--aos-space-10);
	padding-block-start: var(--aos-space-10);
	border-block-start: 1px solid var(--wsp-rule);
}

.wsp-equipment-selector__panel-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--aos-space-5);
	margin-block-end: var(--aos-space-4);
	padding-block-end: var(--aos-space-4);
	border-block-end: 1px solid var(--wsp-rule);
}

.wsp-equipment-selector__panel-heading h3 {
	font-family: var(--aos-font-family-display);
	font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.wsp-equipment-selector__panel-heading a {
	display: inline-flex;
	align-items: center;
	gap: var(--aos-space-2);
	color: var(--wsp-action);
	font-weight: 800;
}

.wsp-equipment-selector__panel-heading svg {
	width: 17px;
	height: 17px;
}

.wsp-equipment-selector__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(145px, 1fr));
	align-items: start;
	gap: 14px;
}

.wsp-equipment-selector__card {
	display: grid;
	grid-template-rows: 118px auto auto;
	gap: var(--aos-space-2);
	min-width: 0;
	min-height: 190px;
	padding: 9px;
	border: 1px solid var(--wsp-rule);
	border-block-start: 2px solid var(--wsp-action);
	background: #fff;
	color: var(--wsp-ink);
	text-align: center;
	text-decoration: none;
	transition: border-color 180ms var(--aos-ease-standard), box-shadow 180ms var(--aos-ease-standard), transform 180ms var(--aos-ease-move);
}

.wsp-equipment-selector__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	background: #fff;
}

.wsp-equipment-selector__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 118px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.wsp-equipment-selector__card > strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.95rem;
	line-height: 1.3;
}

.wsp-equipment-selector__card > small {
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-100);
}

.wsp-equipment-selector.is-enhanced .wsp-equipment-selector__panel.is-active {
	animation: wsp-selector-panel-in 200ms var(--aos-ease-move) both;
}

@keyframes wsp-selector-panel-in {
	from {
		opacity: 0;
		transform: translateX(8px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.wsp-catalog-first .aos-featured-section {
	padding-block: clamp(48px, 5vw, 68px);
	background: var(--aos-color-surface-page);
}

.wsp-catalog-first .aos-featured-section .aos-section-heading {
	margin-block-end: var(--aos-space-6);
}

.wsp-feedback {
	padding-block: clamp(40px, 4vw, 56px);
	background: linear-gradient(100deg, var(--wsp-surface-mint) 0 31%, #fff 31% 100%) !important;
}

.wsp-feedback__shell {
	display: grid;
	grid-template-columns: minmax(230px, 0.36fr) minmax(0, 1fr) !important;
	align-items: stretch;
	gap: var(--aos-space-8);
	min-height: 0;
}

.wsp-feedback__intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding-block: var(--aos-space-3);
}

.wsp-feedback__intro h2 {
	max-width: 14ch !important;
	margin-block: var(--aos-space-2) var(--aos-space-3);
	font-size: clamp(1.8rem, 2.65vw, 2.65rem) !important;
	line-height: 1.02;
}

.wsp-feedback__intro > p:last-of-type {
	max-width: 36ch !important;
	color: var(--wsp-copy);
	font-size: var(--aos-font-size-300);
	line-height: 1.55;
}

.wsp-feedback__source-count {
	display: flex;
	align-items: baseline;
	gap: var(--aos-space-2);
	margin-block-start: var(--aos-space-4);
}

.wsp-feedback__source-count strong {
	color: var(--wsp-action);
	font-size: var(--aos-font-size-600);
}

.wsp-review-carousel {
	display: grid;
	grid-template-rows: minmax(0, 1fr) 48px;
	min-width: 0;
	min-height: 250px;
}

.wsp-review-carousel__viewport {
	min-width: 0;
	overflow: hidden;
}

.wsp-review-card {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: var(--aos-space-3);
	min-height: 210px !important;
	max-height: 245px;
	padding: clamp(20px, 2.5vw, 32px) !important;
	border: 1px solid var(--wsp-rule-strong);
	background: #fff;
}

.wsp-review-card blockquote {
	display: -webkit-box;
	max-width: 58ch;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	font-size: clamp(1.18rem, 1.7vw, 1.55rem) !important;
	line-height: 1.35;
}

.wsp-review-card footer {
	min-width: 0;
}

.wsp-review-card footer > a {
	max-width: 36ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wsp-review-carousel__controls {
	min-height: 48px;
}

.wsp-review-carousel__controls button {
	width: 42px;
	height: 42px;
}

.wsp-promise-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	box-shadow: var(--aos-shadow-sm);
}

.wsp-promise-list article {
	grid-template-columns: 36px minmax(0, 1fr);
	gap: var(--aos-space-3);
	min-height: 210px;
	padding: var(--aos-space-5);
}

.wsp-promise-list article + article {
	border-block-start: 0;
	border-inline-start: 1px solid var(--wsp-rule);
}

.wsp-promise-list h3 {
	font-size: var(--aos-font-size-500);
}

.wsp-nationwide-support,
.wsp-equipment-guidance {
	padding-block: clamp(48px, 6vw, 78px);
}

.wsp-nationwide-support__panel,
.wsp-equipment-guidance__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--wsp-rule-strong);
	background: #fff;
	box-shadow: var(--aos-shadow-lg);
}

.wsp-nationwide-support__media {
	min-height: 390px;
	overflow: hidden;
}

.wsp-nationwide-support__media img,
.wsp-equipment-guidance__panel > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wsp-nationwide-support__copy,
.wsp-equipment-guidance__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(30px, 4vw, 56px);
}

.wsp-nationwide-support__copy h2,
.wsp-equipment-guidance__copy h2 {
	max-width: 15ch;
	margin-block: var(--aos-space-3) var(--aos-space-4);
	font-family: var(--aos-font-family-display);
	font-size: clamp(2rem, 3.25vw, 3.45rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.wsp-nationwide-support__copy > p:not(.aos-eyebrow),
.wsp-equipment-guidance__copy > p:not(.aos-eyebrow) {
	max-width: 52ch;
	color: var(--wsp-copy);
	line-height: 1.65;
}

.wsp-nationwide-support__actions,
.wsp-equipment-guidance__copy > div {
	display: flex;
	align-items: center;
	gap: var(--aos-space-5);
	margin-block-start: var(--aos-space-6);
}

.wsp-nationwide-support__actions .aos-button,
.wsp-equipment-guidance__copy .aos-button {
	display: inline-flex;
	align-items: center;
	gap: var(--aos-space-3);
}

.wsp-nationwide-support__actions > a:not(.aos-button),
.wsp-equipment-guidance__copy > div > a:not(.aos-button) {
	color: var(--wsp-action);
	font-weight: 800;
}

.aos-brands-section {
	padding-block: clamp(48px, 5vw, 72px);
	background: #fff;
}

.wsp-equipment-guidance {
	background: var(--wsp-pine);
}

.wsp-equipment-guidance__panel {
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

@media (hover: hover) and (pointer: fine) {
	.wsp-equipment-selector__tabs button:not([aria-selected="true"]):hover {
		background: #135d94;
	}

	.wsp-home-category-card:hover,
	.wsp-equipment-selector__card:hover {
		border-color: var(--wsp-action);
		box-shadow: var(--aos-shadow-md);
		transform: translateY(-3px);
	}

	.wsp-home-categories__heading > a:hover svg {
		transform: translateX(4px);
	}
}

@media (max-width: 1180px) {
	.wsp-home-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wsp-home-category-card {
		grid-template-columns: 90px minmax(0, 1fr) 26px;
	}

	.wsp-equipment-selector__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.wsp-home-categories__heading,
	.wsp-equipment-selector__heading {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.wsp-home-categories__heading {
		align-items: start;
	}

	.wsp-equipment-selector__workspace {
		grid-template-columns: 1fr;
	}

	.wsp-equipment-selector__tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 8px;
		border-inline-end: 0;
		border-block-end: 3px solid var(--wsp-action);
	}

	.wsp-equipment-selector__tabs button {
		min-width: 0;
	}

	.wsp-equipment-selector__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wsp-feedback {
		background: linear-gradient(180deg, var(--wsp-surface-mint) 0 35%, #fff 35% 100%) !important;
	}

	.wsp-feedback__shell {
		grid-template-columns: 1fr !important;
	}

	.wsp-feedback__intro h2 {
		max-width: 18ch !important;
	}

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

	.wsp-promise-list article {
		min-height: 0;
	}

	.wsp-promise-list article + article {
		border-block-start: 1px solid var(--wsp-rule);
		border-inline-start: 0;
	}

	.wsp-nationwide-support__panel,
	.wsp-equipment-guidance__panel {
		grid-template-columns: 1fr;
	}

	.wsp-nationwide-support__media,
	.wsp-equipment-guidance__panel > img {
		min-height: 320px;
		max-height: 460px;
	}
}

@media (max-width: 620px) {
	.wsp-home-categories {
		padding-block: var(--aos-space-6) var(--aos-space-8);
	}

	.wsp-home-categories__heading {
		gap: var(--aos-space-3);
		margin-block-end: var(--aos-space-5);
	}

	.wsp-home-categories__heading h1 {
		font-size: clamp(1.8rem, 9vw, 2.5rem);
	}

	.wsp-home-categories__heading > a {
		min-height: 38px;
	}

	.wsp-home-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.wsp-home-category-card {
		grid-template-columns: 1fr;
		grid-template-rows: 82px auto auto;
		align-content: start;
		gap: 6px;
		min-height: 158px;
		padding: 8px;
	}

	.wsp-home-category-card__media {
		width: 82px;
		height: 82px;
		justify-self: center;
	}

	.wsp-home-category-card__copy {
		gap: 2px;
		text-align: center;
	}

	.wsp-home-category-card__copy strong {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		font-size: 0.86rem;
	}

	.wsp-home-category-card__copy small {
		font-size: 0.73rem;
	}

	.wsp-home-category-card__arrow {
		display: none;
	}

	.wsp-equipment-selector {
		padding-block: var(--aos-space-10);
	}

	.wsp-equipment-selector__heading {
		gap: var(--aos-space-4);
	}

	.wsp-equipment-selector__heading h2 {
		font-size: clamp(1.8rem, 9vw, 2.45rem);
	}

	.wsp-equipment-selector__tabs button {
		min-height: 52px;
		padding-inline: var(--aos-space-3);
		font-size: var(--aos-font-size-200);
	}

	.wsp-equipment-selector__panels {
		padding: var(--aos-space-3);
	}

	.wsp-equipment-selector__panel-heading {
		align-items: start;
	}

	.wsp-equipment-selector__panel-heading h3 {
		font-size: 1.2rem;
	}

	.wsp-equipment-selector__grid {
		gap: 10px;
	}

	.wsp-equipment-selector__card {
		grid-template-rows: 96px auto auto;
		min-height: 176px;
		padding: 8px;
	}

	.wsp-equipment-selector__media img {
		max-height: 96px;
	}

	.wsp-equipment-selector__card > strong {
		font-size: 0.84rem;
		white-space: normal;
	}

	.wsp-feedback {
		padding-block: var(--aos-space-10);
	}

	.wsp-feedback__shell {
		gap: var(--aos-space-5);
	}

	.wsp-feedback__intro h2 {
		font-size: 2rem !important;
	}

	.wsp-review-card {
		min-height: 250px !important;
		max-height: none;
		padding: var(--aos-space-5) !important;
	}

	.wsp-review-card blockquote {
		font-size: 1.2rem !important;
	}

	.wsp-review-card footer {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.wsp-review-card footer > a {
		grid-column: 1 / -1;
		max-width: 100%;
	}

	.wsp-nationwide-support__copy,
	.wsp-equipment-guidance__copy {
		padding: var(--aos-space-7) var(--aos-space-5);
	}

	.wsp-nationwide-support__copy h2,
	.wsp-equipment-guidance__copy h2 {
		font-size: clamp(2rem, 10vw, 2.7rem);
	}

	.wsp-nationwide-support__actions,
	.wsp-equipment-guidance__copy > div {
		align-items: stretch;
		flex-direction: column;
	}

	.wsp-nationwide-support__actions .aos-button,
	.wsp-equipment-guidance__copy .aos-button {
		justify-content: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wsp-home-category-card,
	.wsp-equipment-selector__card,
	.wsp-home-categories__heading > a svg {
		transition: none !important;
	}

	.wsp-equipment-selector.is-enhanced .wsp-equipment-selector__panel.is-active {
		animation: none !important;
	}
}

/* 0.9.29 reference-led catalog showroom -------------------------------- */

.wsp-catalog-first {
	background:
		linear-gradient(rgba(0, 123, 181, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 123, 181, 0.026) 1px, transparent 1px),
		var(--wsp-showroom-canvas);
	background-size: 72px 72px;
}

.wsp-catalog-first .aos-eyebrow {
	color: var(--wsp-showroom-accent);
	font-family: var(--aos-font-family-mono);
	font-size: var(--aos-font-size-100);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wsp-catalog-first :where(a, button):focus-visible {
	outline: 2px solid var(--wsp-showroom-accent-bright);
	outline-offset: 3px;
}

.wsp-catalog-first .wsp-home-categories {
	padding-block: clamp(28px, 3vw, 44px) clamp(34px, 3.6vw, 52px);
	border-block-end: 1px solid var(--wsp-showroom-border);
	background:
		radial-gradient(circle at 50% -35%, rgba(0, 189, 232, 0.13), transparent 38%),
		rgba(255, 255, 255, 0.96);
}

.wsp-catalog-first .wsp-home-categories__heading {
	align-items: end;
	margin-block-end: clamp(18px, 2.2vw, 28px);
}

.wsp-catalog-first .wsp-home-categories__heading h1 {
	max-width: 22ch;
	font-size: clamp(2rem, 2.75vw, 3rem);
	line-height: 1.02;
}

.wsp-catalog-first .wsp-home-category-grid {
	gap: clamp(10px, 1.25vw, 18px);
}

.wsp-catalog-first .wsp-home-category-card {
	grid-template-columns: minmax(0, 1fr) 24px;
	grid-template-rows: 128px auto;
	align-items: end;
	gap: 10px;
	min-height: 204px;
	padding: 14px;
	border: 1px solid var(--wsp-showroom-border);
	border-radius: 8px;
	background: var(--wsp-showroom-surface);
	box-shadow: 0 7px 22px rgba(13, 27, 42, 0.055);
}

.wsp-catalog-first .wsp-home-category-card::before {
	position: absolute;
	inset: -1px -1px auto;
	height: 2px;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(90deg, var(--wsp-showroom-accent), var(--wsp-showroom-accent-bright));
	content: "";
}

.wsp-catalog-first .wsp-home-category-card__media {
	grid-column: 1 / -1;
	width: 100%;
	height: 128px;
	aspect-ratio: auto;
	background: linear-gradient(180deg, #f8fcfd, #fff);
}

.wsp-catalog-first .wsp-home-category-card__media img {
	width: 100%;
	height: 100%;
	padding: 2px 8px;
	object-fit: contain;
}

.wsp-catalog-first .wsp-home-category-card__copy {
	gap: 4px;
}

.wsp-catalog-first .wsp-home-category-card__copy strong {
	font-size: clamp(0.98rem, 1.05vw, 1.1rem);
}

.wsp-catalog-first .wsp-home-category-card__copy small {
	font-size: var(--aos-font-size-100);
}

.wsp-catalog-first .wsp-feedback {
	padding-block: var(--wsp-showroom-section-compact);
	border-block: 1px solid var(--wsp-showroom-border);
	background:
		linear-gradient(100deg, rgba(233, 248, 252, 0.96) 0 31%, rgba(255, 255, 255, 0.98) 31% 100%) !important;
}

.wsp-catalog-first .wsp-feedback__shell {
	grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr) !important;
	gap: clamp(28px, 4vw, 56px);
}

.wsp-catalog-first .wsp-feedback__intro h2 {
	max-width: 12ch !important;
	font-size: clamp(1.75rem, 2.35vw, 2.4rem) !important;
}

.wsp-catalog-first .wsp-feedback__intro > p:last-of-type {
	font-size: 1rem;
}

.wsp-catalog-first .wsp-review-carousel {
	grid-template-rows: minmax(0, 1fr) 44px;
	min-height: 220px;
}

.wsp-catalog-first .wsp-review-card {
	min-height: 184px !important;
	max-height: 220px;
	gap: 10px;
	padding: clamp(18px, 2vw, 28px) !important;
	border-color: var(--wsp-showroom-border-strong);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(13, 27, 42, 0.07);
}

.wsp-catalog-first .wsp-review-card::before {
	right: 24px;
	top: 16px;
	font-size: 5.5rem;
}

.wsp-catalog-first .wsp-review-card__rating {
	font-size: var(--aos-font-size-400);
}

.wsp-catalog-first .wsp-review-card blockquote {
	max-width: 62ch;
	padding-block: 4px;
	font-size: clamp(1.12rem, 1.45vw, 1.42rem) !important;
	line-height: 1.34;
}

.wsp-catalog-first .wsp-review-card footer {
	grid-template-columns: 40px minmax(0, 1fr) minmax(160px, auto);
	padding-block-start: 12px;
}

.wsp-catalog-first .wsp-review-card__initial {
	height: 40px;
	width: 40px;
}

.wsp-catalog-first .wsp-review-carousel__controls {
	grid-template-columns: minmax(80px, 1fr) auto 42px 42px;
	margin-block-start: 4px;
}

.wsp-catalog-first .aos-featured-section {
	padding-block: var(--wsp-showroom-section);
	border-block-end: 1px solid var(--wsp-showroom-border);
	background: var(--wsp-showroom-canvas);
}

.wsp-catalog-first .aos-featured-section .aos-section-heading {
	margin-block-end: clamp(18px, 2.2vw, 28px);
}

.wsp-catalog-first .aos-featured-section .aos-section-heading h2 {
	font-size: clamp(1.85rem, 2.4vw, 2.65rem);
}

.wsp-catalog-first .aos-featured-grid {
	gap: 12px;
}

.wsp-catalog-first .aos-featured-grid > .aos-product-card {
	flex-basis: calc((100% - 60px) / 6);
	border-color: var(--wsp-showroom-border);
	border-radius: 8px;
	background: var(--wsp-showroom-surface);
}

.wsp-catalog-first .aos-product-image {
	aspect-ratio: 6 / 5;
}

.wsp-catalog-first .aos-product-image img {
	padding: 12px;
}

.wsp-catalog-first .aos-product-card-body {
	padding: 14px;
}

.wsp-catalog-first .aos-product-card h3 {
	min-height: 2.75em;
	margin-block-end: 8px;
	font-size: clamp(0.92rem, 1vw, 1.05rem);
}

.wsp-catalog-first .aos-product-facts {
	min-height: 2.8rem;
	margin-block-end: 12px;
}

.wsp-catalog-first .aos-card-price {
	font-size: var(--aos-font-size-400);
}

.wsp-catalog-first .aos-card-cart {
	width: 38px;
	min-width: 38px !important;
	height: 38px;
	min-height: 38px !important;
}

.wsp-catalog-first .wsp-brand-showcase {
	padding-block: var(--wsp-showroom-section-compact);
	border-block: 1px solid var(--wsp-showroom-border);
	background:
		radial-gradient(circle at 88% 14%, rgba(0, 189, 232, 0.09), transparent 25%),
		#fff;
}

.wsp-brand-showcase__layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
	align-items: center;
	gap: clamp(32px, 5vw, 72px);
}

.wsp-catalog-first .wsp-brand-showcase__intro {
	max-width: 470px;
}

.wsp-catalog-first .wsp-brand-showcase__intro h2 {
	max-width: 14ch;
	margin-block: 6px 12px;
	font-size: clamp(1.85rem, 2.4vw, 2.65rem);
	line-height: 1.05;
}

.wsp-catalog-first .wsp-brand-showcase__intro > p:last-of-type {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
}

.wsp-catalog-first .wsp-brand-showcase__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	border: 1px solid var(--wsp-showroom-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 9px 24px rgba(13, 27, 42, 0.055);
}

.wsp-catalog-first .wsp-brand-showcase__links::after {
	display: none;
}

.wsp-catalog-first .wsp-brand-showcase__brand {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-content: center;
	gap: 16px;
	min-height: 152px;
	padding: clamp(22px, 3vw, 36px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-decoration: none;
	transition:
		background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
		color 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wsp-catalog-first .wsp-brand-showcase__brand:focus-visible {
	outline: 2px solid var(--wsp-showroom-accent);
	outline-offset: -3px;
	background: var(--wsp-showroom-surface-ice);
}

.wsp-catalog-first .wsp-brand-showcase__brand + .wsp-brand-showcase__brand {
	border-inline-start: 1px solid var(--wsp-showroom-border);
}

.wsp-catalog-first .wsp-brand-showcase__brand:only-child {
	grid-column: 1 / -1;
}

.wsp-catalog-first .wsp-brand-showcase__brand::before,
.wsp-catalog-first .wsp-brand-showcase__brand::after {
	display: none;
}

.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-manifest-main {
	display: grid;
	gap: 6px;
}

.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-manifest-main strong {
	font-family: var(--aos-font-family-display);
	font-size: clamp(1.8rem, 2.5vw, 2.8rem);
	line-height: 1;
}

.wsp-catalog-first .wsp-brand-showcase__brand--midea .aos-brand-manifest-main strong {
	color: #009fe3;
}

.wsp-catalog-first .wsp-brand-showcase__brand--goodman .aos-brand-manifest-main strong {
	color: #d92028;
}

.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-manifest-main span {
	color: var(--wsp-copy);
}

.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-arrow {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	gap: 8px;
	color: var(--wsp-showroom-accent);
	font-weight: 800;
}

.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-arrow svg {
	width: 17px;
	height: 17px;
	transition: transform 160ms var(--aos-ease-standard);
}

.wsp-catalog-first .wsp-equipment-selector {
	padding-block: var(--wsp-showroom-section);
	border-block-end: 1px solid var(--wsp-showroom-border);
	background:
		radial-gradient(circle at 8% 8%, rgba(0, 189, 232, 0.1), transparent 24%),
		linear-gradient(180deg, rgba(241, 249, 252, 0.96), rgba(255, 255, 255, 0.98));
}

.wsp-catalog-first .wsp-equipment-selector__shell {
	gap: clamp(22px, 3vw, 36px);
}

.wsp-catalog-first .wsp-equipment-selector__heading {
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: clamp(28px, 5vw, 68px);
}

.wsp-catalog-first .wsp-equipment-selector__heading h2 {
	font-size: clamp(1.9rem, 2.55vw, 2.8rem);
}

.wsp-catalog-first .wsp-equipment-selector__workspace {
	grid-template-columns: 210px minmax(0, 1fr);
	border: 1px solid var(--wsp-showroom-border-strong);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(12, 38, 61, 0.075);
}

.wsp-catalog-first .wsp-equipment-selector__tabs {
	gap: 0;
	padding: 0;
	border-inline-end: 1px solid var(--wsp-showroom-border-strong);
	background: #fff;
}

.wsp-catalog-first .wsp-equipment-selector__tabs button {
	min-height: 54px;
	border-block-end: 1px solid rgba(255, 255, 255, 0.28);
	background: var(--wsp-showroom-accent);
}

.wsp-catalog-first .wsp-equipment-selector__tabs button[aria-selected="true"] {
	background: #fff;
	color: var(--wsp-ink);
	box-shadow: inset 3px 0 0 var(--wsp-showroom-accent);
}

.wsp-catalog-first .wsp-equipment-selector__panels {
	padding: clamp(18px, 2vw, 26px);
}

.wsp-catalog-first .wsp-equipment-selector__card {
	border-color: var(--wsp-showroom-border);
	border-radius: 6px;
}

.wsp-catalog-first .wsp-nationwide-support {
	padding-block: var(--wsp-showroom-section-compact);
	background: var(--wsp-showroom-canvas);
}

.wsp-catalog-first .wsp-nationwide-support__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
	min-height: 340px;
	overflow: hidden;
	border: 1px solid rgba(130, 180, 208, 0.35);
	border-radius: 10px;
	background:
		radial-gradient(circle at 34% 30%, rgba(0, 189, 232, 0.16), transparent 34%),
		var(--wsp-showroom-navy);
	box-shadow: 0 18px 46px rgba(3, 16, 30, 0.18);
}

.wsp-catalog-first .wsp-nationwide-support__panel::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.wsp-catalog-first .wsp-nationwide-support__copy {
	position: relative;
	z-index: 2;
	justify-content: center;
	padding: clamp(30px, 4vw, 56px);
	background: linear-gradient(90deg, rgba(7, 25, 43, 0.99) 0%, rgba(7, 25, 43, 0.95) 74%, rgba(7, 25, 43, 0.42) 100%);
}

.wsp-catalog-first .wsp-nationwide-support__copy .aos-eyebrow {
	color: #8ee6fb;
}

.wsp-catalog-first .wsp-nationwide-support__copy h2 {
	max-width: 14ch;
	color: #fff;
	font-size: clamp(2rem, 3.1vw, 3.35rem);
}

.wsp-catalog-first .wsp-nationwide-support__copy > p:not(.aos-eyebrow) {
	max-width: 48ch;
	color: rgba(255, 255, 255, 0.76);
}

.wsp-catalog-first .wsp-nationwide-support__actions > a:not(.aos-button) {
	color: #8ee6fb;
}

.wsp-catalog-first .wsp-nationwide-support__media {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	background: var(--wsp-showroom-navy-soft);
}

.wsp-catalog-first .wsp-nationwide-support__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 25, 43, 0.42), transparent 50%);
	content: "";
	pointer-events: none;
}

.wsp-catalog-first .wsp-nationwide-support__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
}

.wsp-home-experience.is-motion-ready .wsp-home-category-card:nth-child(2).is-reveal-pending {
	transition-delay: 35ms;
}

.wsp-home-experience.is-motion-ready .wsp-home-category-card:nth-child(3).is-reveal-pending {
	transition-delay: 70ms;
}

.wsp-home-experience.is-motion-ready .wsp-home-category-card:nth-child(4).is-reveal-pending {
	transition-delay: 105ms;
}

.wsp-home-experience.is-motion-ready .wsp-home-category-card:nth-child(5).is-reveal-pending {
	transition-delay: 140ms;
}

@media (hover: hover) and (pointer: fine) {
	.wsp-catalog-first .wsp-brand-showcase__brand:hover .aos-brand-arrow svg {
		transform: translateX(4px);
	}

	.wsp-catalog-first .wsp-brand-showcase__brand:hover {
		background: var(--wsp-showroom-surface-ice);
	}
}

@media (max-width: 1280px) {
	.wsp-catalog-first .aos-featured-grid > .aos-product-card {
		flex-basis: calc((100% - 48px) / 5);
	}
}

@media (max-width: 1180px) {
	.wsp-catalog-first .wsp-home-category-card {
		grid-template-rows: 116px auto;
	}

	.wsp-catalog-first .wsp-home-category-card__media {
		height: 116px;
	}

	.wsp-catalog-first .aos-featured-grid > .aos-product-card {
		flex-basis: calc((100% - 36px) / 4);
	}
}

@media (max-width: 860px) {
	.wsp-catalog-first .wsp-equipment-selector__heading {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.wsp-catalog-first .wsp-feedback {
		background: linear-gradient(180deg, rgba(233, 248, 252, 0.98) 0 34%, #fff 34% 100%) !important;
	}

	.wsp-catalog-first .wsp-feedback__shell,
	.wsp-brand-showcase__layout {
		grid-template-columns: 1fr !important;
	}

	.wsp-catalog-first .wsp-brand-showcase__links {
		max-width: none;
	}

	.wsp-catalog-first .wsp-equipment-selector__workspace {
		grid-template-columns: 1fr;
	}

	.wsp-catalog-first .wsp-equipment-selector__tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-inline-end: 0;
		border-block-end: 1px solid var(--wsp-showroom-border-strong);
	}

	.wsp-catalog-first .wsp-equipment-selector__tabs button[aria-selected="true"] {
		box-shadow: inset 0 3px 0 var(--wsp-showroom-accent);
	}

	.wsp-catalog-first .wsp-nationwide-support__panel {
		grid-template-columns: 1fr;
	}

	.wsp-catalog-first .wsp-nationwide-support__copy {
		background: linear-gradient(180deg, rgba(7, 25, 43, 0.99), rgba(7, 25, 43, 0.94));
	}

	.wsp-catalog-first .wsp-nationwide-support__media {
		min-height: 290px;
	}
}

@media (max-width: 620px) {
	.wsp-catalog-first .wsp-home-categories {
		padding-block: 22px 30px;
	}

	.wsp-catalog-first .wsp-home-categories__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-block-end: 16px;
	}

	.wsp-catalog-first .wsp-home-categories__heading h1 {
		font-size: clamp(1.72rem, 8.4vw, 2.25rem);
	}

	.wsp-catalog-first .wsp-home-category-grid {
		gap: 8px;
	}

	.wsp-catalog-first .wsp-home-category-card {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 92px auto;
		align-content: start;
		min-height: 154px;
		padding: 9px;
	}

	.wsp-catalog-first .wsp-home-category-card__media {
		width: 100%;
		height: 92px;
	}

	.wsp-catalog-first .wsp-home-category-card__copy strong {
		font-size: 0.86rem;
	}

	.wsp-catalog-first .wsp-home-category-card__arrow {
		display: none;
	}

	.wsp-catalog-first .wsp-feedback {
		padding-block: 30px;
	}

	.wsp-catalog-first .wsp-feedback__shell {
		gap: 18px;
	}

	.wsp-catalog-first .wsp-feedback__intro h2 {
		font-size: 1.8rem !important;
	}

	.wsp-catalog-first .wsp-review-card {
		min-height: 236px !important;
		max-height: none;
		padding: 18px !important;
	}

	.wsp-catalog-first .wsp-review-card footer {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.wsp-catalog-first .wsp-review-card footer > a {
		grid-column: 1 / -1;
	}

	.wsp-catalog-first .aos-featured-grid > .aos-product-card {
		flex-basis: min(82vw, 300px);
	}

	.wsp-catalog-first .wsp-brand-showcase__links {
		grid-template-columns: 1fr;
	}

	.wsp-catalog-first .wsp-brand-showcase__brand {
		min-height: 126px;
		padding: 22px;
	}

	.wsp-catalog-first .wsp-brand-showcase__brand + .wsp-brand-showcase__brand {
		border-inline-start: 0;
		border-block-start: 1px solid var(--wsp-showroom-border);
	}

	.wsp-catalog-first .wsp-equipment-selector {
		padding-block: 38px;
	}

	.wsp-catalog-first .wsp-equipment-selector__heading {
		gap: 12px;
	}

	.wsp-catalog-first .wsp-equipment-selector__panel-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.wsp-catalog-first .wsp-equipment-selector__tabs button {
		min-height: 52px;
		font-size: 0.84rem;
	}

	.wsp-catalog-first .wsp-nationwide-support {
		padding-block: 24px;
	}

	.wsp-catalog-first .wsp-nationwide-support__panel {
		min-height: 0;
		border-radius: 8px;
	}

	.wsp-catalog-first .wsp-nationwide-support__copy {
		padding: 28px 20px;
	}

	.wsp-catalog-first .wsp-nationwide-support__copy h2 {
		font-size: clamp(2rem, 10vw, 2.55rem);
	}

	.wsp-catalog-first .wsp-nationwide-support__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wsp-catalog-first .wsp-nationwide-support__media {
		min-height: 230px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wsp-home-experience.is-motion-ready .wsp-home-category-card.is-reveal-pending,
	.wsp-catalog-first .wsp-brand-showcase__brand,
	.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-arrow svg {
		transition-delay: 0ms !important;
		transition-duration: 0ms !important;
		transform: none !important;
	}
}

/* 0.9.45 fixed customer-review collection.
   Review copy and reviewer display names are customer supplied. Initial-based
   avatars avoid fabricated portraits and keep full account emails private. */
.wsp-catalog-first .wsp-feedback .wsp-review-carousel {
	grid-template-rows: minmax(0, 1fr) 44px;
	min-height: 284px;
}

.wsp-catalog-first .wsp-feedback .wsp-review-card {
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	gap: 10px;
	min-height: 232px !important;
	max-height: 292px;
	padding: clamp(18px, 2vw, 28px) !important;
}

.wsp-catalog-first .wsp-feedback .wsp-review-card::before {
	top: 48px;
	right: 22px;
	font-size: 4.5rem;
	opacity: 0.58;
	pointer-events: none;
}

.wsp-review-card__topline {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--aos-space-4);
	padding-inline-end: 2px;
}

.wsp-catalog-first .wsp-feedback .wsp-review-card__rating {
	font-size: 0.98rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.wsp-review-card__number {
	color: var(--wsp-copy);
	font-family: var(--aos-font-family-mono);
	font-size: var(--aos-font-size-100);
	font-weight: var(--aos-font-weight-bold);
	letter-spacing: 0.08em;
}

.wsp-review-card__title {
	position: relative;
	z-index: 1;
	max-width: calc(100% - 62px);
	margin: 0;
	color: var(--wsp-ink);
	font-family: var(--aos-font-family-display);
	font-size: clamp(1.25rem, 1.65vw, 1.65rem);
	font-weight: var(--aos-font-weight-bold);
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.wsp-catalog-first .wsp-feedback .wsp-review-card blockquote {
	align-self: start;
	display: block !important;
	max-width: 72ch;
	margin: 0;
	padding: 0 !important;
	overflow: visible;
	color: var(--wsp-copy);
	font-family: var(--aos-font-family-body);
	font-size: clamp(1rem, 1.1vw, 1.125rem) !important;
	font-weight: var(--aos-font-weight-regular);
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-box-orient: initial;
	-webkit-line-clamp: unset;
	line-clamp: unset;
}

.wsp-review-card blockquote p {
	margin: 0;
}

.wsp-catalog-first .wsp-feedback .wsp-review-card footer.wsp-review-card__meta {
	align-items: end;
	border-block-start: 1px solid var(--wsp-rule);
	display: grid;
	grid-template-columns: minmax(148px, 0.42fr) minmax(0, 1fr) !important;
	gap: 16px;
	min-width: 0;
	padding-block-start: 10px;
}

.wsp-catalog-first .wsp-feedback .wsp-review-card__identity {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
}

.wsp-review-card__avatar {
	align-items: center;
	align-self: center;
	background: linear-gradient(145deg, var(--wsp-pine), #123b5b);
	border: 1px solid rgba(0, 184, 234, 0.3);
	border-radius: var(--aos-radius-full);
	box-shadow: 0 6px 16px rgba(7, 31, 54, 0.15);
	color: #fff;
	display: inline-flex;
	flex: 0 0 38px;
	font-family: var(--aos-font-family-mono);
	font-size: 0.7rem;
	font-weight: var(--aos-font-weight-bold);
	height: 38px;
	justify-content: center;
	letter-spacing: 0.04em;
	width: 38px;
}

.wsp-review-card__reviewer {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.wsp-review-card__reviewer small,
.wsp-review-card__product span {
	color: var(--wsp-copy);
	font-family: var(--aos-font-family-mono);
	font-size: 0.68rem;
	font-weight: var(--aos-font-weight-bold);
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.wsp-review-card__reviewer strong {
	overflow: hidden;
	color: var(--wsp-ink);
	font-size: 0.9rem;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wsp-review-card__product {
	display: grid;
	gap: 3px;
	justify-items: end;
	min-width: 0;
	text-align: right;
}

.wsp-review-card__product strong {
	overflow: hidden;
	color: var(--wsp-action);
	font-size: clamp(0.88rem, 1vw, 1rem);
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 620px) {
	.wsp-catalog-first .wsp-feedback .wsp-review-carousel {
		min-height: 388px;
	}

	.wsp-catalog-first .wsp-feedback .wsp-review-card {
		min-height: 328px !important;
		max-height: none;
		gap: 12px;
		padding: 20px 18px !important;
	}

	.wsp-catalog-first .wsp-feedback .wsp-review-card::before {
		display: none;
	}

	.wsp-review-card__title {
		max-width: none;
		font-size: 1.35rem;
	}

	.wsp-catalog-first .wsp-feedback .wsp-review-card blockquote {
		font-size: 1rem !important;
		line-height: 1.52;
	}

	.wsp-catalog-first .wsp-feedback .wsp-review-card footer.wsp-review-card__meta {
		grid-template-columns: minmax(116px, 0.44fr) minmax(0, 1fr) !important;
		gap: 10px;
	}

	.wsp-catalog-first .wsp-feedback .wsp-review-card__identity {
		gap: 8px;
	}

	.wsp-review-card__avatar {
		flex-basis: 34px;
		height: 34px;
		width: 34px;
	}

	.wsp-review-card__reviewer small {
		font-size: 0.52rem;
		letter-spacing: 0.04em;
		white-space: nowrap;
	}

	.wsp-review-card__product strong {
		white-space: normal;
	}
}
