/* STX Bullseye — Retail homepage v2 */

:root {
	--stx-bg: #0d1117;
	--stx-card: #161b22;
	--stx-border: #30363d;
	--stx-accent: #d97706;
	--stx-accent-2: #c9a66b;
	--stx-text: #f8fafc;
	--stx-muted: #94a3b8;
	--stx-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	--stx-shadow-hover: 0 24px 52px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(217, 119, 6, 0.12);
}

body.home {
	background-color: var(--stx-bg);
	color: var(--stx-text);
}

.stx-retail-v2-bar {
	background: linear-gradient(90deg, #1a1208, #2a1a08 50%, #1a1208);
	border-bottom: 1px solid var(--stx-border);
	color: var(--stx-accent-2);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
	padding: 0.45rem 1rem;
}

/* Header overrides */
.stx-retail-header.stx-retail-v2 {
	background: rgba(13, 17, 23, 0.94);
	border-bottom: 1px solid var(--stx-border);
	backdrop-filter: blur(14px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.stx-retail-header.stx-retail-v2.is-scrolled {
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.42);
}

.stx-retail-v2 .stx-retail-search {
	border: 1px solid var(--stx-border);
	border-radius: 0.65rem;
	overflow: hidden;
	background: var(--stx-card);
}

.stx-retail-v2 .stx-retail-search input {
	background: transparent;
	color: var(--stx-text);
	min-height: 48px;
	font-size: 0.95rem;
}

.stx-retail-v2 .stx-retail-search input::placeholder {
	color: var(--stx-muted);
}

.stx-retail-v2 .stx-retail-search button {
	background: linear-gradient(135deg, var(--stx-accent), #b45309);
	min-width: 54px;
}

.stx-retail-v2 .stx-retail-nav-wrap {
	background: var(--stx-card);
	border-color: var(--stx-border);
}

.stx-retail-v2 .stx-retail-nav a {
	color: var(--stx-text);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 0.9rem 0.85rem;
	transition: color 0.2s ease, background 0.2s ease;
}

.stx-retail-v2 .stx-retail-nav a:hover {
	color: var(--stx-accent);
	background: rgba(217, 119, 6, 0.08);
}

.stx-retail-v2 .stx-retail-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 0.55rem;
	background: linear-gradient(135deg, var(--stx-accent), #ea580c);
	color: #fff !important;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	padding: 0.65rem 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 10px 24px rgba(217, 119, 6, 0.28);
	white-space: nowrap;
}

.stx-retail-v2 .stx-retail-cta:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.stx-retail-v2 .stx-retail-special {
	background: transparent;
	border: 1px solid rgba(217, 119, 6, 0.45);
	color: var(--stx-accent) !important;
	margin-left: 0;
}

/* Hero */
.stx-retail-hero {
	position: relative;
	min-height: clamp(17rem, 44vh, 25rem);
	display: flex;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid var(--stx-border);
}

.stx-retail-hero--tight .stx-retail-hero__inner {
	padding: 1.85rem 1.5rem 2rem;
}

.stx-retail-hero--tight h1 {
	margin-top: 0.75rem;
	font-size: clamp(2.2rem, 7vw, 4rem);
}

.stx-retail-hero--tight .stx-retail-hero__sub {
	margin-top: 0.65rem;
	font-size: clamp(0.92rem, 2vw, 1.05rem);
}

.stx-retail-hero--tight .stx-retail-hero__actions {
	margin-top: 1.1rem;
}

.stx-retail-hero--tight .stx-retail-hero__compliance {
	margin-top: 0.85rem;
}

.stx-retail-hero__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(13, 17, 23, 0.92) 0%, rgba(13, 17, 23, 0.72) 42%, rgba(13, 17, 23, 0.55) 100%),
		linear-gradient(180deg, transparent 55%, rgba(13, 17, 23, 0.95) 100%),
		url("../images/showroom-reference.svg") center/cover no-repeat,
		radial-gradient(ellipse 80% 60% at 70% 20%, rgba(217, 119, 6, 0.15), transparent 60%),
		linear-gradient(135deg, #0a0e14, #161b22);
}

.stx-retail-hero__grid {
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background:
		linear-gradient(rgba(48, 54, 61, 0.35) 1px, transparent 1px),
		linear-gradient(90deg, rgba(48, 54, 61, 0.35) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

.stx-retail-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 3rem 1.5rem 3.5rem;
	text-align: center;
}

.stx-retail-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	border: 1px solid rgba(217, 119, 6, 0.4);
	border-radius: 999px;
	background: rgba(217, 119, 6, 0.12);
	color: var(--stx-accent-2);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.4rem 0.85rem;
}

.stx-retail-hero__badge::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--stx-accent);
	box-shadow: 0 0 12px rgba(217, 119, 6, 0.7);
}

.stx-retail-hero h1 {
	margin: 1rem 0 0;
	max-width: 14ch;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.8rem, 9vw, 5.5rem);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--stx-text);
}

.stx-retail-hero__sub {
	margin: 1rem 0 0;
	max-width: 36rem;
	color: #cbd5e1;
	font-size: clamp(1rem, 2.2vw, 1.2rem);
	line-height: 1.55;
}

.stx-retail-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.stx-retail-hero__shop-link {
	margin-top: 0.9rem;
	color: var(--stx-accent-2);
}

.stx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	border-radius: 0.6rem;
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	padding: 0.75rem 1.35rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}

.stx-btn--primary {
	background: linear-gradient(135deg, var(--stx-accent), #ea580c);
	color: #fff;
	box-shadow: 0 12px 28px rgba(217, 119, 6, 0.28);
}

.stx-btn--primary:hover {
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.stx-btn--ghost {
	border: 1px solid var(--stx-border);
	background: rgba(22, 27, 34, 0.75);
	color: var(--stx-text);
}

.stx-btn--ghost:hover {
	border-color: rgba(217, 119, 6, 0.5);
	color: var(--stx-accent-2);
	transform: translateY(-2px);
}

.stx-retail-hero__compliance {
	margin-top: 1.25rem;
	max-width: 42rem;
	color: var(--stx-muted);
	font-size: 0.75rem;
	line-height: 1.5;
}

/* Brand strip */
.stx-brand-strip {
	border-bottom: 1px solid var(--stx-border);
	background: var(--stx-card);
}

.stx-brand-strip__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 1.25rem 1.5rem;
}

.stx-brand-strip__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1rem;
	margin-bottom: 0.85rem;
}

.stx-brand-strip__label {
	margin: 0;
	color: var(--stx-muted);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-align: left;
	text-transform: uppercase;
}

.stx-brand-strip__all {
	font-size: 0.82rem;
}

.stx-brand-strip__logos {
	width: 100%;
}

.stx-brand-strip__logos .stx-mfg-logo-strip {
	width: 100%;
}

/* Legacy text-only brand chips (pre-logo-library markup) */
.stx-brand-strip__logos .stx-brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 3.25rem;
	border: 1px solid var(--stx-border);
	border-radius: 0.45rem;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(13, 17, 23, 0.72));
	color: #e2e8f0;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.stx-brand-logo strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.1rem;
	height: 2.1rem;
	border: 1px solid rgba(217, 119, 6, 0.45);
	border-radius: 999px;
	background: rgba(217, 119, 6, 0.14);
	color: #f59e0b;
	font-size: 0.78rem;
	line-height: 1;
}

.stx-brand-logo em {
	color: #f8fafc;
	font-style: normal;
}

.stx-brand-strip__logos .stx-brand-logo:hover {
	border-color: rgba(217, 119, 6, 0.45);
	color: var(--stx-accent-2);
}

/* Sections */
.stx-section {
	padding: 3rem 0;
}

.stx-section--home {
	padding: 2.25rem 0;
}

.stx-section--alt {
	background: linear-gradient(180deg, rgba(22, 27, 34, 0.55), transparent);
	border-block: 1px solid var(--stx-border);
}

.stx-container {
	max-width: 1440px;
	margin: 0 auto;
	padding-inline: 1.5rem;
}

.stx-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.stx-section-kicker {
	margin: 0;
	color: var(--stx-accent);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.stx-section-head h2 {
	margin: 0.35rem 0 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--stx-text);
}

.stx-section-head p {
	margin: 0.5rem 0 0;
	max-width: 36rem;
	color: var(--stx-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.stx-link-arrow {
	color: var(--stx-accent);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.stx-link-arrow:hover {
	color: var(--stx-accent-2);
}

/* Category cards */
.stx-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.stx-cat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 11rem;
	overflow: hidden;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	color: inherit;
	text-decoration: none;
	box-shadow: var(--stx-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stx-cat-card:hover {
	transform: translateY(-4px);
	border-color: rgba(217, 119, 6, 0.45);
	box-shadow: var(--stx-shadow-hover);
}

.stx-cat-card__visual {
	position: absolute;
	inset: 0;
	background: var(--stx-cat-bg, linear-gradient(145deg, #1c2129, #0d1117));
}

.stx-cat-card__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 25%, rgba(13, 17, 23, 0.92) 100%);
}

.stx-cat-card__icon {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(217, 119, 6, 0.3);
	background: rgba(13, 17, 23, 0.55) var(--stx-card-icon) center/1.5rem no-repeat;
}

.stx-cat-card__body {
	position: relative;
	z-index: 1;
	padding: 1rem;
}

.stx-cat-card__body h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 900;
	text-transform: uppercase;
}

.stx-cat-card__copy {
	margin: 0.4rem 0 0;
	color: #cbd5e1;
	font-size: 0.78rem;
	line-height: 1.45;
	font-weight: 500;
	text-transform: none;
}

.stx-cat-card__meta {
	display: block;
	margin-top: 0.5rem;
	color: var(--stx-muted);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.stx-cat-card__cta {
	display: inline-flex;
	margin-top: 0.35rem;
	color: var(--stx-accent-2);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-cat-card--handguns { --stx-cat-bg: radial-gradient(circle at 80% 20%, rgba(217, 119, 6, 0.22), transparent 50%), linear-gradient(145deg, #1a2030, #0d1117); }
.stx-cat-card--rifles { --stx-cat-bg: radial-gradient(circle at 75% 25%, rgba(201, 166, 107, 0.2), transparent 52%), linear-gradient(145deg, #18202a, #0d1117); }
.stx-cat-card--shotguns { --stx-cat-bg: radial-gradient(circle at 70% 30%, rgba(148, 163, 184, 0.18), transparent 50%), linear-gradient(145deg, #171d27, #0d1117); }
.stx-cat-card--optics { --stx-cat-bg: radial-gradient(circle at 78% 22%, rgba(56, 189, 248, 0.12), transparent 50%), linear-gradient(145deg, #151b24, #0d1117); }
.stx-cat-card--ammo { --stx-cat-bg: radial-gradient(circle at 82% 18%, rgba(234, 88, 12, 0.2), transparent 48%), linear-gradient(145deg, #1b1712, #0d1117); }
.stx-cat-card--accessories { --stx-cat-bg: radial-gradient(circle at 76% 24%, rgba(217, 119, 6, 0.16), transparent 50%), linear-gradient(145deg, #1a1f28, #0d1117); }

/* Product grid */
.stx-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.stx-product-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	box-shadow: var(--stx-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stx-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(217, 119, 6, 0.4);
	box-shadow: var(--stx-shadow-hover);
}

.stx-product-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #ffffff;
}

.stx-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 1rem;
}

.stx-product-card__badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	border-radius: 999px;
	background: rgba(217, 119, 6, 0.9);
	color: #111;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 0.3rem 0.55rem;
	text-transform: uppercase;
}

.stx-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem;
}

.stx-product-card__brand {
	margin: 0;
	color: var(--stx-accent-2);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-product-card__title {
	margin: 0.35rem 0 0;
	color: var(--stx-text);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.35;
}

.stx-product-card__sku {
	margin: 0.35rem 0 0;
	color: var(--stx-muted);
	font-size: 0.72rem;
	font-weight: 700;
}

.stx-product-card__price {
	margin: 0.65rem 0 0;
	color: var(--stx-accent);
	font-size: 1.15rem;
	font-weight: 900;
}

.stx-product-card__msrp {
	margin-left: 0.35rem;
	color: var(--stx-muted);
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: line-through;
}

.stx-product-card .stx-btn {
	margin-top: auto;
	width: 100%;
	min-height: 2.6rem;
	font-size: 0.72rem;
}

/* Catalog plugin cards on homepage */
body.home .stxcp-home-popular,
body.home .stx-product-grid .stxcp-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.home .stxcp-card,
body.home .stxcp-product-card {
	border: 1px solid var(--stx-border) !important;
	border-radius: 1rem !important;
	background: var(--stx-card) !important;
	box-shadow: var(--stx-shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.home .stxcp-card:hover,
body.home .stxcp-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(217, 119, 6, 0.4) !important;
	box-shadow: var(--stx-shadow-hover);
}

body.home .stxcp-card-image,
body.home .stxcp-product-card-image {
	aspect-ratio: 1 / 1;
	background: #ffffff !important;
}

body.home .stx-retail-card-img,
body.home .stxcp-card .stx-retail-card-img,
body.home .stxcp-product-card .stx-retail-card-img {
	background: #ffffff !important;
}

body.home .stxcp-card-title a {
	color: var(--stx-text) !important;
	font-weight: 800;
}

body.home .stxcp-card-brand {
	color: var(--stx-accent-2) !important;
}

body.home .stxcp-card-price {
	color: var(--stx-accent) !important;
	font-weight: 900;
}

body.home .stxcp-button,
body.home .stxcp-card-button {
	border-radius: 0.55rem !important;
	background: linear-gradient(135deg, var(--stx-accent), #ea580c) !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

/* Trust / service badges */
.stx-trust-badges-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin-bottom: 1.25rem;
}

.stx-trust-service-badge {
	border: 1px solid rgba(217, 119, 6, 0.3);
	border-radius: 0.85rem;
	background: rgba(217, 119, 6, 0.06);
	padding: 0.9rem 1rem;
}

.stx-trust-service-badge h3 {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--stx-accent-2);
}

.stx-trust-service-badge p {
	margin: 0.35rem 0 0;
	color: var(--stx-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.stx-benefits-grid--home {
	margin-top: 0.5rem;
}

/* Homepage transfer CTA */
.stx-home-transfer-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.35rem 1.5rem;
	box-shadow: var(--stx-shadow);
}

.stx-home-transfer-cta h2 {
	margin: 0.35rem 0 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.6rem, 3.5vw, 2.2rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.stx-home-transfer-cta p {
	margin: 0.5rem 0 0;
	max-width: 36rem;
	color: var(--stx-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.stx-home-transfer-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.stx-compliance-banner--compact {
	margin-top: 1.25rem;
	font-size: 0.78rem;
	padding: 0.85rem 1rem;
}

/* Homepage location */
.stx-home-location__grid {
	display: grid;
	gap: 1.25rem;
	align-items: stretch;
}

.stx-home-location__info {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.25rem;
	box-shadow: var(--stx-shadow);
}

.stx-home-location h2 {
	margin: 0.35rem 0 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.6rem, 3.5vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.stx-home-location__address {
	margin: 0.65rem 0 0;
	color: var(--stx-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.stx-home-location__phone {
	font-size: 1rem;
}

.stx-home-location__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

.stx-home-location__map {
	min-height: 14rem;
}

.stx-home-location__map iframe {
	min-height: 14rem;
}

/* Stats */
.stx-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.stx-stat-card {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background:
		linear-gradient(145deg, rgba(22, 27, 34, 0.95), rgba(13, 17, 23, 0.85));
	padding: 1.25rem;
	box-shadow: var(--stx-shadow);
}

.stx-stat-card strong {
	display: block;
	color: var(--stx-accent);
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2rem, 5vw, 2.8rem);
	font-weight: 400;
	line-height: 1;
}

.stx-stat-card span {
	display: block;
	margin-top: 0.45rem;
	color: var(--stx-text);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.35;
}

/* Benefits */
.stx-benefits-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.stx-benefit-card {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.15rem;
	box-shadow: var(--stx-shadow);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.stx-benefit-card:hover {
	transform: translateY(-3px);
	border-color: rgba(217, 119, 6, 0.35);
}

.stx-benefit-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.65rem;
	border: 1px solid rgba(217, 119, 6, 0.35);
	background: rgba(217, 119, 6, 0.1);
	color: var(--stx-accent);
	font-size: 1.1rem;
	font-weight: 900;
}

.stx-benefit-card h3 {
	margin: 0.75rem 0 0;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
}

.stx-benefit-card p {
	margin: 0.45rem 0 0;
	color: var(--stx-muted);
	font-size: 0.86rem;
	line-height: 1.55;
}

/* Services panel (transfers) */
.stx-service-panel {
	display: grid;
	gap: 1.5rem;
	border: 1px solid var(--stx-border);
	border-radius: 1.15rem;
	background: var(--stx-card);
	padding: 1.5rem;
	box-shadow: var(--stx-shadow);
}

.stx-pricing-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.stx-pricing-grid div {
	border: 1px solid var(--stx-border);
	border-radius: 0.75rem;
	background: rgba(13, 17, 23, 0.55);
	padding: 0.9rem;
}

.stx-pricing-grid dt {
	color: var(--stx-muted);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-pricing-grid dd {
	margin: 0.3rem 0 0;
	color: var(--stx-text);
	font-size: 1.2rem;
	font-weight: 900;
}

.stx-compliance-banner {
	margin-top: 2rem;
	border: 1px solid rgba(217, 119, 6, 0.28);
	border-radius: 0.85rem;
	background: rgba(217, 119, 6, 0.08);
	color: #fde68a;
	font-size: 0.82rem;
	line-height: 1.6;
	padding: 1rem 1.15rem;
}

@media (min-width: 640px) {
	.stx-cat-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stx-product-grid,
	body.home .stxcp-home-popular,
	body.home .stx-product-grid .stxcp-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stx-stats-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.stx-benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-trust-badges-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.stx-cat-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.stx-cat-card {
		min-height: 13rem;
	}

	.stx-product-grid,
	body.home .stxcp-home-popular,
	body.home .stx-product-grid .stxcp-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.stx-benefits-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stx-home-location__grid {
		grid-template-columns: 0.95fr 1.05fr;
		align-items: stretch;
	}

	.stx-home-location__map,
	.stx-home-location__map iframe {
		min-height: 100%;
		height: 100%;
	}

	.stx-service-panel {
		grid-template-columns: 1.1fr 0.9fr;
		align-items: center;
	}
}

@media (max-width: 760px) {
	.stx-retail-hero {
		min-height: 0;
		flex-direction: column;
		align-items: stretch;
	}

	.stx-retail-hero > .stx-retail-hero__bg,
	.stx-retail-hero > .stx-retail-hero__grid {
		padding-inline: 0 !important;
	}

	.stx-retail-hero--tight .stx-retail-hero__inner {
		padding: 1.35rem 1rem 1.55rem;
	}

	.stx-retail-hero__inner {
		box-sizing: border-box;
		flex: 0 0 auto;
		align-self: center;
		width: calc(100% - 32px);
		max-width: calc(100% - 32px);
		margin-inline: auto;
		padding: 1.75rem 0 2rem;
	}

	.stx-retail-hero h1 {
		max-width: none;
	}

	.stx-retail-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.65rem;
		width: 100%;
	}

	.stx-btn,
	.stx-home-transfer-cta__actions .stx-btn,
	.stx-home-location__actions .stx-btn {
		width: 100%;
	}

	.stx-home-transfer-cta {
		flex-direction: column;
		align-items: stretch;
	}

	.stx-trust-badges-row {
		grid-template-columns: 1fr;
	}

	.stx-container {
		padding-inline: 1rem;
	}

	.stx-brand-strip__inner {
		padding: 1rem;
	}

	.stx-section--home {
		padding: 1.75rem 0;
	}
}

@media (max-width: 359px) {
	.stx-retail-hero h1 {
		font-size: clamp(1.45rem, 8vw, 1.85rem);
	}

	.stx-cat-card__copy {
		display: none;
	}

	.stx-section-head {
		flex-direction: column;
		align-items: flex-start;
	}
}
