/* STX Bullseye — theme layer (Tailwind handles utilities). */

html {
	scroll-behavior: smooth;
	scrollbar-color: rgba(245, 158, 11, 0.6) #020617;
}

body {
	min-height: 100vh;
	background-color: #020617;
	background-image:
		radial-gradient(ellipse 120% 80% at 50% -20%, rgba(245, 158, 11, 0.11), transparent 56%),
		linear-gradient(rgba(148, 163, 184, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.03) 1px, transparent 1px),
		linear-gradient(180deg, #020617 0%, #0f172a 45%, #020617 100%);
	background-size: auto, 44px 44px, 44px 44px, auto;
	color: #f8fafc;
}

.site-shell {
	min-height: 100vh;
}

::selection {
	background: rgba(245, 158, 11, 0.35);
	color: #fff7ed;
}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background: #020617;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #f59e0b, #c2410c);
	border: 3px solid #020617;
	border-radius: 999px;
}

a,
button,
input,
textarea,
select,
.glass-card {
	transition-duration: 0.22s;
	transition-timing-function: ease;
}

:focus-visible {
	outline: 3px solid rgba(245, 158, 11, 0.82);
	outline-offset: 3px;
}

.stx-skip-link {
	position: fixed;
	left: 1rem;
	top: 1rem;
	z-index: 10000;
	transform: translateY(-150%);
	border-radius: 0.5rem;
	background: #f59e0b;
	color: #020617;
	font-weight: 800;
	padding: 0.75rem 1rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.stx-skip-link:focus {
	transform: translateY(0);
	outline: 3px solid #f59e0b;
	outline-offset: 2px;
}

/* Screen reader mode: stronger focus, calmer motion */
html.stx-sr-mode *,
html.stx-sr-mode *::before,
html.stx-sr-mode *::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	transition-duration: 0.01ms !important;
}

html.stx-sr-mode :focus-visible {
	outline: 3px solid #f59e0b !important;
	outline-offset: 3px !important;
}

html.stx-sr-mode .backdrop-blur-md {
	backdrop-filter: none;
}

.glass-card {
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.72)),
		rgba(15, 23, 42, 0.62);
	border: 1px solid rgba(148, 163, 184, 0.22);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.045),
		0 18px 42px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(16px) saturate(125%);
	transition-property: transform, border-color, box-shadow, background-color;
}

.glass-card:hover {
	transform: translateY(-3px);
	border-color: rgba(245, 158, 11, 0.34);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 24px 54px rgba(0, 0, 0, 0.38),
		0 0 0 1px rgba(245, 158, 11, 0.08);
}

body.page-contact #contact-form button[type='submit']:active {
	transform: scale(0.98);
}

.soft-ring {
	box-shadow:
		0 0 0 1px rgba(245, 158, 11, 0.14),
		0 8px 32px rgba(0, 0, 0, 0.35);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#age-gate.is-hidden {
	display: none !important;
}

/* FAQ page: open details accent (works alongside Tailwind open: utilities) */
body.page-faq details.glass-card[open] {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(15, 23, 42, 0.72));
}

body.page-faq details.glass-card summary::-webkit-details-marker {
	display: none;
}

/* Firearm transfers page: step number badges */
body.page-firearm-transfers .step-circle {
	transition: transform 0.2s ease;
}

body.page-firearm-transfers .group:hover .step-circle {
	transform: scale(1.08);
}

/* Services page: subtle lift on glass cards */
body.page-services .glass-card {
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-services .glass-card:hover {
	transform: translateY(-2px);
}

/* Home: horizontal category rail (retail-style top nav) */
body.home .stx-home-cat-rail {
	scrollbar-width: thin;
	scrollbar-color: rgba(245, 158, 11, 0.35) transparent;
	-webkit-overflow-scrolling: touch;
}

body.home .stx-home-cat-rail::-webkit-scrollbar {
	height: 6px;
}

body.home .stx-home-cat-rail::-webkit-scrollbar-thumb {
	background: rgba(245, 158, 11, 0.35);
	border-radius: 999px;
}

body.home .stx-home-promo-strip a:focus-visible {
	outline: 2px solid #0f172a;
	outline-offset: 2px;
}

body.home .stx-store-hero {
	position: relative;
	overflow: hidden;
}

body.home .stx-home-search {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	max-width: 44rem;
	margin-top: 1.6rem;
	padding: 0.35rem;
	border: 1px solid rgba(245, 158, 11, 0.24);
	border-radius: 1rem;
	background: rgba(2, 6, 23, 0.68);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 18px 38px rgba(0, 0, 0, 0.28);
}

body.home .stx-home-search input {
	min-height: 3.2rem;
	width: 100%;
	border: 0;
	background: transparent;
	color: #fff;
	padding: 0 1rem;
	font-size: 0.98rem;
	font-weight: 650;
	outline: none;
}

body.home .stx-home-search input::placeholder {
	color: #94a3b8;
}

body.home .stx-home-search button {
	min-height: 3rem;
	border: 0;
	border-radius: 0.8rem;
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	color: #fff7ed;
	padding: 0 1.35rem;
	font-family: inherit;
	font-weight: 900;
	cursor: pointer;
}

body.home .stx-home-search:focus-within {
	border-color: rgba(245, 158, 11, 0.66);
	box-shadow:
		0 0 0 3px rgba(245, 158, 11, 0.14),
		0 18px 38px rgba(0, 0, 0, 0.28);
}

body.home .stx-promo-hero {
	min-height: auto;
}

body.home .stx-promo-slider {
	position: relative;
	min-height: 26rem;
	overflow: hidden;
	border: 1px solid rgba(245, 158, 11, 0.28);
	border-radius: 1.35rem;
	background:
		radial-gradient(ellipse 80% 65% at 20% 0%, rgba(245, 158, 11, 0.2), transparent 58%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.86));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.055),
		0 24px 58px rgba(0, 0, 0, 0.34);
	padding: 1.25rem;
}

body.home .stx-promo-slider::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(120deg, rgba(245, 158, 11, 0.08) 0 1px, transparent 1px 18px),
		linear-gradient(rgba(148, 163, 184, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.035) 1px, transparent 1px);
	background-size: 36px 36px, 48px 48px, 48px 48px;
	mask-image: linear-gradient(140deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

body.home .stx-promo-slide {
	position: absolute;
	inset: 1.25rem;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transform: translateX(1.25rem);
	transition: opacity 0.45s ease, transform 0.45s ease;
	pointer-events: none;
}

body.home .stx-promo-slide.is-active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

body.home .stx-promo-slide span {
	display: inline-flex;
	width: fit-content;
	border-radius: 999px;
	border: 1px solid rgba(245, 158, 11, 0.28);
	background: rgba(245, 158, 11, 0.1);
	color: #fbbf24;
	padding: 0.42rem 0.75rem;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .stx-promo-slide h2 {
	margin: 1rem 0 0;
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.35rem);
	font-weight: 950;
	line-height: 0.98;
	letter-spacing: 0;
}

body.home .stx-promo-slide p {
	max-width: 30rem;
	margin: 1rem 0 0;
	color: #dbeafe;
	font-size: 1rem;
	line-height: 1.65;
}

body.home .stx-promo-slide a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 2.8rem;
	margin-top: 1.4rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	color: #fff7ed;
	padding: 0.72rem 1.1rem;
	font-size: 0.85rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(234, 88, 12, 0.2);
}

body.home .stx-promo-slide a:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

body.home .stx-promo-dots {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 2;
	display: flex;
	gap: 0.45rem;
}

body.home .stx-promo-dots button {
	width: 0.7rem;
	height: 0.7rem;
	border: 1px solid rgba(245, 158, 11, 0.52);
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.24);
	padding: 0;
	cursor: pointer;
}

body.home .stx-promo-dots button.is-active {
	width: 1.8rem;
	background: #f59e0b;
}

body.home .stx-promo-compliance {
	position: absolute;
	left: 1.25rem;
	right: 5.5rem;
	bottom: 1.05rem;
	z-index: 2;
	margin: 0;
	color: #94a3b8;
	font-size: 0.76rem;
	line-height: 1.45;
}

body.home .stx-store-hero-panel {
	border: 1px solid rgba(245, 158, 11, 0.24);
	border-radius: 1.25rem;
	background:
		radial-gradient(ellipse 80% 65% at 20% 0%, rgba(245, 158, 11, 0.16), transparent 58%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.8));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 24px 58px rgba(0, 0, 0, 0.34);
	padding: 1.1rem;
}

body.home .stx-store-hero-panel img {
	width: 100%;
	border-radius: 0.9rem;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: #020617;
}

body.home .stx-store-hero-panel p {
	margin: 1rem 0 0;
	color: #cbd5e1;
	font-size: 0.9rem;
	line-height: 1.55;
}

body.home .stx-hero-placement {
	margin-top: 1rem;
}

body.home .stx-hero-placement-card {
	display: grid;
	gap: 0.35rem;
	border: 1px solid rgba(245, 158, 11, 0.34);
	border-radius: 0.9rem;
	background: rgba(2, 6, 23, 0.62);
	padding: 0.9rem;
	color: inherit;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.home .stx-hero-placement-card:hover {
	transform: translateY(-1px);
	border-color: rgba(245, 158, 11, 0.58);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 14px 28px rgba(0, 0, 0, 0.24);
}

body.home .stx-hero-placement-card span,
body.home .stx-hero-placement-card small {
	color: #fbbf24;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .stx-hero-placement-card strong {
	color: #fff;
	font-size: 1rem;
	line-height: 1.25;
}

body.home .stx-hero-placement-card em {
	color: #fde68a;
	font-style: normal;
	font-weight: 900;
}

body.home .stx-trust-bar {
	background: rgba(2, 6, 23, 0.72);
}

body.home .stx-trust-bar ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home .stx-trust-bar li {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	border: 1px solid rgba(245, 158, 11, 0.22);
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.72);
	color: #f8fafc;
	padding: 0.35rem 0.75rem;
	font-size: 0.78rem;
	font-weight: 800;
}

body.home .stx-trust-bar li::before {
	content: "";
	display: inline-flex;
	width: 0.42rem;
	height: 0.42rem;
	margin-right: 0.45rem;
	border-radius: 999px;
	background: #f59e0b;
	box-shadow: 0 0 14px rgba(245, 158, 11, 0.55);
}

body.home .stx-category-strip {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.55rem;
	margin: 0 -1rem;
	overflow-x: auto;
	padding: 0 1rem 0.35rem;
	scrollbar-width: thin;
	scrollbar-color: rgba(245, 158, 11, 0.45) rgba(15, 23, 42, 0.4);
}

body.home .stx-category-strip a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 4.5rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(15, 23, 42, 0.68);
	color: #fff;
	padding: 0.55rem 0.65rem;
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
	flex: 0 0 8.75rem;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.home .stx-category-strip a:hover {
	border-color: rgba(245, 158, 11, 0.44);
	box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.12), 0 10px 22px rgba(0, 0, 0, 0.22);
}

body.home .stx-category-strip span {
	width: 2rem;
	height: 2rem;
	flex: 0 0 auto;
	border-radius: 0.6rem;
	border: 1px solid rgba(245, 158, 11, 0.28);
	background-color: rgba(245, 158, 11, 0.1);
	background-image: var(--stx-card-icon);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.15rem;
}

body.home .stx-showcase-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

body.home .stx-showcase-card,
body.home .stx-steps-grid article,
body.home .stx-compliance-strip {
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 1rem;
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.74)),
		rgba(15, 23, 42, 0.72);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.045),
		0 16px 36px rgba(0, 0, 0, 0.24);
}

body.home .stx-showcase-card {
	overflow: hidden;
}

body.home .stx-showcase-media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
	background:
		linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px),
		rgba(2, 6, 23, 0.78);
	background-size: 28px 28px, 28px 28px, auto;
	color: #f59e0b;
}

body.home .stx-showcase-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home .stx-showcase-icon {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 999px;
	border: 2px solid currentColor;
	box-shadow:
		inset 0 0 0 1rem rgba(245, 158, 11, 0.08),
		0 0 0 0.45rem rgba(245, 158, 11, 0.08);
}

body.home .stx-showcase-body {
	padding: 1rem;
}

body.home .stx-showcase-badge {
	margin: 0;
	color: #fbbf24;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .stx-showcase-body h3 {
	display: block;
	margin: 0.35rem 0 0;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.25;
}

body.home .stx-showcase-price {
	margin: 0.45rem 0 0;
	color: #fbbf24;
	font-weight: 900;
}

body.home .stx-showcase-body p:not(.stx-showcase-badge):not(.stx-showcase-price),
body.home .stx-compliance-strip p {
	margin: 0.65rem 0 0;
	color: #cbd5e1;
	font-size: 0.88rem;
	line-height: 1.55;
}

body.home .stx-showcase-cta,
body.home .stx-showcase-link {
	display: inline-flex;
	margin-top: 0.9rem;
	margin-right: 0.5rem;
	color: #fbbf24;
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

body.home .stx-showcase-cta:hover,
body.home .stx-showcase-link:hover {
	color: #fde68a;
}

body.home .stx-home-promo-grid,
body.home .stx-home-fallback-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

body.home .stx-home-promo-card,
body.home .stx-home-fallback-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 1rem;
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.76)),
		rgba(15, 23, 42, 0.72);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.045),
		0 16px 36px rgba(0, 0, 0, 0.24);
	padding: 1.1rem;
	color: inherit;
	text-decoration: none;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.home .stx-home-promo-card:hover,
body.home .stx-home-fallback-card:hover {
	transform: translateY(-2px);
	border-color: rgba(245, 158, 11, 0.42);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 20px 42px rgba(0, 0, 0, 0.32),
		0 0 0 1px rgba(245, 158, 11, 0.08);
}

body.home .stx-home-promo-card span,
body.home .stx-home-fallback-card span {
	color: #fbbf24;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .stx-home-promo-card h3,
body.home .stx-home-fallback-card h3 {
	margin: 0.55rem 0 0;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.25;
}

body.home .stx-home-promo-card p,
body.home .stx-home-fallback-card p {
	margin: 0.65rem 0 0;
	color: #cbd5e1;
	font-size: 0.9rem;
	line-height: 1.55;
}

body.home .stx-home-promo-card a,
body.home .stx-home-fallback-card span {
	display: inline-flex;
	width: fit-content;
	margin-top: 1rem;
	border-radius: 999px;
	border: 1px solid rgba(245, 158, 11, 0.3);
	background: rgba(245, 158, 11, 0.1);
	color: #fbbf24;
	padding: 0.56rem 0.8rem;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

body.home .stx-home-promo-card a:hover {
	background: rgba(245, 158, 11, 0.18);
	color: #fde68a;
}

body.home .stx-steps-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
}

body.home .stx-steps-grid article {
	padding: 1rem;
}

body.home .stx-steps-grid p {
	margin: 0;
	color: #fbbf24;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .stx-steps-grid h3 {
	margin: 0.45rem 0 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
}

body.home .stx-compliance-strip {
	display: grid;
	gap: 1rem;
	padding: 1.1rem;
}

body.home .stx-compliance-strip h2 {
	margin: 0.35rem 0 0;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
}

body.home .stx-home-now-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
}

body.home .stx-home-now-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	grid-template-areas:
		"icon kicker"
		"icon title"
		"icon copy";
	align-items: center;
	column-gap: 0.8rem;
	min-height: 6.25rem;
	border-radius: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.74)),
		rgba(15, 23, 42, 0.72);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.045),
		0 14px 30px rgba(0, 0, 0, 0.24);
	padding: 1rem;
	color: inherit;
	text-decoration: none;
	backdrop-filter: blur(14px) saturate(115%);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.home .stx-home-now-card:hover {
	transform: translateY(-2px);
	border-color: rgba(245, 158, 11, 0.42);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 20px 42px rgba(0, 0, 0, 0.32),
		0 0 0 1px rgba(245, 158, 11, 0.08);
}

body.home .stx-home-now-icon {
	grid-area: icon;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 0.85rem;
	border: 1px solid rgba(245, 158, 11, 0.28);
	background: rgba(245, 158, 11, 0.1);
	font-size: 1.25rem;
}

body.home .stx-home-now-kicker {
	grid-area: kicker;
	color: #fbbf24;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .stx-home-now-card h3 {
	grid-area: title;
	margin: 0.12rem 0 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.2;
}

body.home .stx-home-now-card p {
	grid-area: copy;
	margin: 0.3rem 0 0;
	color: #cbd5e1;
	font-size: 0.86rem;
	line-height: 1.45;
}

body.home .stx-home-membership-shell {
	position: relative;
	overflow: hidden;
	border-radius: 1.25rem;
	border: 1px solid rgba(245, 158, 11, 0.24);
	background:
		radial-gradient(ellipse 70% 70% at 18% 0%, rgba(245, 158, 11, 0.16), transparent 58%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.82));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 24px 58px rgba(0, 0, 0, 0.34);
	padding: 1.25rem;
}

body.home .stx-home-membership-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(120deg, rgba(245, 158, 11, 0.08) 0 1px, transparent 1px 20px),
		linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px);
	background-size: 36px 36px, 54px 54px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 75%);
}

body.home .stx-home-membership-shell > * {
	position: relative;
	z-index: 1;
}

body.home .stx-home-membership-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 1.25rem;
}

body.home .stx-home-membership-card {
	border-radius: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(2, 6, 23, 0.52);
	padding: 1rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.home .stx-home-membership-card-featured {
	border-color: rgba(245, 158, 11, 0.42);
	background: rgba(245, 158, 11, 0.08);
}

body.home .stx-home-membership-badge {
	display: inline-flex;
	border-radius: 999px;
	background: rgba(245, 158, 11, 0.12);
	border: 1px solid rgba(245, 158, 11, 0.28);
	color: #fbbf24;
	padding: 0.32rem 0.8rem;
	font-size: 0.76rem;
	font-weight: 900;
}

body.home .stx-home-membership-card ul {
	display: grid;
	gap: 0.65rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
	color: #dbeafe;
	font-size: 0.9rem;
	line-height: 1.5;
}

body.home .stx-home-membership-card li {
	position: relative;
	padding-left: 1.05rem;
}

body.home .stx-home-membership-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 999px;
	background: #f59e0b;
	box-shadow: 0 0 14px rgba(245, 158, 11, 0.55);
}

body.home .stx-home-membership-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
	min-height: 2.75rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	color: #fff7ed;
	padding: 0.75rem 1.2rem;
	font-size: 0.9rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(234, 88, 12, 0.2);
}

body.home .stx-home-membership-cta:hover {
	filter: brightness(1.07);
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	body.home .stx-home-search {
		grid-template-columns: minmax(0, 1fr) auto;
		display: grid;
		align-items: center;
	}

	body.home .stx-promo-slider {
		min-height: 29rem;
	}

	body.home .stx-trust-bar ul {
		justify-content: center;
	}

	body.home .stx-category-strip {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin: 0;
		overflow: visible;
		padding: 0;
	}

	body.home .stx-category-strip a {
		flex: initial;
		min-height: 4.75rem;
	}

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

	body.home .stx-home-promo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	body.home .stx-steps-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	body.home .stx-steps-grid article {
		min-height: 7.5rem;
	}

	body.home .stx-compliance-strip {
		grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
		align-items: center;
	}

	body.home .stx-home-now-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.home .stx-home-now-card {
		max-height: 8.75rem;
	}

	body.home .stx-home-membership-shell {
		padding: 1.5rem;
	}
}

@media (min-width: 1024px) {
	body.home .stx-category-strip {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	body.home .stx-showcase-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.home .stx-home-fallback-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.home .stx-home-membership-shell {
		display: grid;
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
		align-items: center;
		gap: 1.5rem;
		padding: 1.75rem;
	}

	body.home .stx-home-membership-grid {
		margin-top: 0;
	}

	body.home .stx-home-membership-cta {
		width: fit-content;
	}
}

main > section:first-child {
	position: relative;
	overflow: hidden;
	background-color: #020617 !important;
	background-image:
		radial-gradient(ellipse 58% 42% at 36% 30%, rgba(245, 158, 11, 0.16), transparent 64%),
		linear-gradient(120deg, rgba(245, 158, 11, 0.07) 0 1px, transparent 1px 18px),
		linear-gradient(rgba(148, 163, 184, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, #020617, #0b1120 58%, #020617);
	background-size: auto, 34px 34px, 52px 52px, 52px 52px, auto;
}

main > section:first-child::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.035) 49%, transparent 50%),
		linear-gradient(45deg, transparent 0 48%, rgba(245, 158, 11, 0.04) 49%, transparent 50%);
	background-size: 90px 90px, 130px 130px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 82%);
}

main > section:first-child > * {
	position: relative;
	z-index: 1;
}

main > section:first-child h1,
main > section:first-child p,
main > section:first-child a,
main > section:first-child button {
	animation: stxFadeUp 0.55s ease both;
}

main > section:first-child h1 {
	animation-delay: 0.05s;
}

main > section:first-child p:nth-of-type(n + 2) {
	animation-delay: 0.12s;
}

main > section:first-child a,
main > section:first-child button {
	animation-delay: 0.18s;
}

@keyframes stxFadeUp {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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

main :is(a, article, li, div)[class*="border-slate-700"][class*="bg-slate-950"],
main :is(a, article, li, div)[class*="border-slate-700"][class*="bg-slate-900"],
main :is(a, article, li, div)[class*="border-amber-500"][class*="bg-slate-900"] {
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.72)),
		rgba(15, 23, 42, 0.62) !important;
	border-color: rgba(148, 163, 184, 0.22) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 16px 36px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(14px) saturate(115%);
	transition-property: transform, border-color, box-shadow, background-color, color;
}

main :is(a, article, li, div)[class*="border-slate-700"][class*="bg-slate-950"]:hover,
main :is(a, article, li, div)[class*="border-slate-700"][class*="bg-slate-900"]:hover,
main :is(a, article, li, div)[class*="border-amber-500"][class*="bg-slate-900"]:hover {
	transform: translateY(-3px);
	border-color: rgba(245, 158, 11, 0.42) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 22px 46px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(245, 158, 11, 0.08);
}

main a[class*="bg-gradient-to-r"][class*="from-amber-500"],
main a.bg-amber-500,
main button[class*="from-amber-500"],
#confirm-age {
	background-image: linear-gradient(135deg, #f59e0b, #ea580c 55%, #9a3412) !important;
	color: #fff7ed !important;
	box-shadow: 0 14px 30px rgba(234, 88, 12, 0.2);
}

main a[class*="bg-gradient-to-r"][class*="from-amber-500"]:hover,
main a.bg-amber-500:hover,
main button[class*="from-amber-500"]:hover,
#confirm-age:hover {
	filter: brightness(1.07);
	transform: translateY(-1px);
}

a[class*="text-sky-"],
p[class*="text-sky-"],
h2[class*="text-sky-"],
h3[class*="text-sky-"],
span[class*="text-sky-"] {
	color: #fbbf24 !important;
}

a[class*="border-sky-"],
span[class*="border-sky-"],
button[class*="border-sky-"] {
	border-color: rgba(245, 158, 11, 0.38) !important;
}

nav a[class*="bg-sky-500"] {
	background: rgba(245, 158, 11, 0.16) !important;
	color: #fbbf24 !important;
}

nav a:hover,
header button:hover {
	color: #fbbf24 !important;
	border-color: rgba(245, 158, 11, 0.45) !important;
}

.stx-icon-card {
	position: relative;
	min-height: 100%;
}

.stx-icon-card h3,
.stx-icon-card .stx-card-title {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.stx-icon-card h3::before,
.stx-icon-card .stx-card-title::before {
	content: "";
	width: 2.35rem;
	height: 2.35rem;
	flex: 0 0 auto;
	border-radius: 0.7rem;
	border: 1px solid rgba(245, 158, 11, 0.28);
	background-color: rgba(245, 158, 11, 0.1);
	background-image: var(--stx-card-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.45rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.stx-icon-handgun { --stx-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h9l2 2h5v3h-4l-1.5-1.5H12l-1 4H7l1-4H4z'/%3E%3Cpath d='M14 10V7h4v5'/%3E%3C/svg%3E"); }
.stx-icon-rifle { --stx-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11h12l2-2h4v3h-4l-2 2H9l-2 4H4l1.5-4H3z'/%3E%3Cpath d='M8 9h5'/%3E%3C/svg%3E"); }
.stx-icon-optics { --stx-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Ccircle cx='8' cy='12' r='3'/%3E%3Ccircle cx='16' cy='12' r='3'/%3E%3Cpath d='M12 9v6'/%3E%3C/svg%3E"); }
.stx-icon-target { --stx-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E"); }
.stx-icon-shield { --stx-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 4.5-2.8 8-7 10-4.2-2-7-5.5-7-10V6z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E"); }
.stx-icon-compliance,
.stx-icon-clipboard { --stx-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4h6l1 2h3v15H5V6h3z'/%3E%3Cpath d='M9 10h6M9 14h6M9 18h4'/%3E%3C/svg%3E"); }

.stx-form-shell,
section iframe[data-tally-src] {
	border-radius: 1rem;
}

.stx-form-shell {
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.78)),
		rgba(15, 23, 42, 0.76);
	border: 1px solid rgba(245, 158, 11, 0.22);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.045),
		0 22px 52px rgba(0, 0, 0, 0.34);
	backdrop-filter: blur(16px);
}

section iframe[data-tally-src] {
	background: rgba(2, 6, 23, 0.5);
}

#contact-form input,
#contact-form textarea {
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#contact-form input:focus,
#contact-form textarea:focus {
	border-color: rgba(245, 158, 11, 0.65);
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14);
	outline: none;
}

.stx-footer {
	background:
		radial-gradient(ellipse 65% 50% at 20% 0%, rgba(245, 158, 11, 0.1), transparent 60%),
		linear-gradient(180deg, #020617, #0b1120);
}

.stx-footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.2rem;
}

.stx-footer-section {
	border-top: 1px solid rgba(148, 163, 184, 0.14);
	padding-top: 1.5rem;
}

.stx-footer-section:first-child {
	border-top: 0;
	padding-top: 0;
}

.stx-footer h3 {
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.stx-footer-compliance {
	border-radius: 1rem;
	border: 1px solid rgba(245, 158, 11, 0.18);
	background: rgba(15, 23, 42, 0.58);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.stx-footer-compliance li {
	position: relative;
	padding-left: 1.1rem;
}

.stx-footer-compliance li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 999px;
	background: #f59e0b;
	box-shadow: 0 0 14px rgba(245, 158, 11, 0.55);
}

@media (min-width: 768px) {
	.stx-footer-grid {
		grid-template-columns: 1.1fr 0.9fr 1.25fr;
		gap: 2.75rem;
	}

	.stx-footer-section {
		border-top: 0;
		border-left: 1px solid rgba(148, 163, 184, 0.14);
		padding-top: 0;
		padding-left: 2.25rem;
	}

	.stx-footer-section:first-child {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 640px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	body {
		background-size: auto, 34px 34px, 34px 34px, auto;
	}

	.site-shell {
		overflow-x: clip;
	}

	img,
	svg,
	video,
	iframe,
	table,
	form,
	input,
	select,
	textarea,
	button {
		max-width: 100%;
	}

	header .min-h-20 {
		min-height: 4.25rem;
	}

	header img {
		max-height: 2.55rem;
	}

	#mobile-nav {
		max-height: calc(100dvh - 4.25rem);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	#mobile-nav a {
		min-height: 2.75rem;
		display: flex;
		align-items: center;
		border: 1px solid rgba(148, 163, 184, 0.14);
		background: rgba(15, 23, 42, 0.42);
	}

	#age-gate {
		padding: 1rem;
	}

	#age-gate > div {
		max-height: calc(100dvh - 2rem);
		overflow-y: auto;
		border-radius: 1.25rem !important;
		padding: 1.5rem !important;
		-webkit-overflow-scrolling: touch;
	}

	main > section {
		scroll-margin-top: 5.25rem;
	}

	main > section:first-child {
		background-size: auto, 28px 28px, 40px 40px, 40px 40px, auto;
	}

	main > section:first-child > div,
	main > section.mx-auto,
	main section > .mx-auto {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	main > section:first-child h1 {
		font-size: clamp(2.05rem, 11vw, 2.75rem);
		line-height: 1.05;
	}

	main h2 {
		line-height: 1.15;
	}

	main p,
	main li {
		overflow-wrap: anywhere;
	}

	main :is(article, div, section)[class*="rounded-2xl"][class*="p-8"],
	main :is(article, div, section)[class*="rounded-2xl"][class*="p-7"],
	main :is(article, div, section)[class*="rounded-3xl"][class*="p-8"],
	main :is(article, div, section)[class*="rounded-3xl"][class*="p-10"] {
		padding: 1.25rem !important;
	}

	main :is(a, button)[class*="px-6"][class*="py-3"],
	main :is(a, button)[class*="px-5"][class*="py-3"] {
		width: 100%;
		min-height: 2.9rem;
		text-align: center;
	}

	main .flex.flex-wrap.gap-3,
	main .flex.flex-col.gap-3 {
		align-items: stretch;
	}

	main dl .flex {
		align-items: flex-start;
	}

	main dl .flex dd {
		max-width: 52%;
		text-align: right;
		overflow-wrap: anywhere;
	}

	main table {
		min-width: 42rem;
	}

	.glass-card:hover,
	main :is(a, article, li, div)[class*="border-slate-700"][class*="bg-slate-950"]:hover,
	main :is(a, article, li, div)[class*="border-slate-700"][class*="bg-slate-900"]:hover,
	main :is(a, article, li, div)[class*="border-amber-500"][class*="bg-slate-900"]:hover {
		transform: none;
	}

	.stx-form-shell,
	.glass-card {
		border-radius: 1rem !important;
	}

	section iframe[data-tally-src] {
		width: 100%;
		min-height: 720px;
	}

	body.home .stx-store-hero .mx-auto {
		gap: 1.25rem;
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	body.home .stx-home-search {
		margin-top: 1.1rem;
		border-radius: 0.9rem;
	}

	body.home .stx-home-search input {
		min-height: 3rem;
		padding: 0 0.85rem;
		font-size: 0.92rem;
	}

	body.home .stx-promo-slider {
		min-height: 22rem;
		border-radius: 1rem;
		padding: 1rem;
	}

	body.home .stx-promo-slide {
		inset: 1rem;
		padding-bottom: 3.5rem;
	}

	body.home .stx-promo-slide h2 {
		font-size: clamp(1.9rem, 12vw, 2.7rem);
	}

	body.home .stx-promo-slide p {
		font-size: 0.92rem;
		line-height: 1.55;
	}

	body.home .stx-promo-dots {
		right: 1rem;
		bottom: 1rem;
	}

	body.home .stx-promo-compliance {
		left: 1rem;
		right: 4.75rem;
		bottom: 0.82rem;
		font-size: 0.7rem;
	}

	body.home .stx-store-hero-panel {
		padding: 0.85rem;
		border-radius: 1rem;
	}

	body.home .stx-trust-bar ul {
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin: 0 -1rem;
		padding: 0 1rem 0.2rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	body.home .stx-trust-bar li {
		flex: 0 0 auto;
	}

	body.home .stx-category-strip a {
		min-height: 4rem;
		flex-basis: 8rem;
	}

	body.home .stx-category-strip span {
		width: 1.75rem;
		height: 1.75rem;
		background-size: 1rem;
	}

	body.home .stx-showcase-media {
		aspect-ratio: 5 / 3;
	}

	body.home .stx-steps-grid article {
		padding: 0.85rem;
	}

	.stx-footer {
		overflow-x: hidden;
	}

	.stx-footer .mx-auto {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.stx-footer img {
		width: min(13rem, 100%);
	}

	.stx-footer-grid {
		gap: 1.5rem;
	}

	.stx-footer-section {
		padding-top: 1.2rem;
	}

	.stx-footer-compliance {
		padding: 1rem !important;
	}

	.stx-footer [aria-label="Footer legal links"] {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.stx-footer [aria-label="Footer legal links"] a {
		width: 100%;
		border-radius: 0.7rem;
		border: 1px solid rgba(148, 163, 184, 0.16);
		background: rgba(15, 23, 42, 0.42);
		padding: 0.65rem 0.75rem;
	}

	main > section:first-child h1 {
		font-size: clamp(2.05rem, 11vw, 2.75rem);
	}

	.stx-footer {
		text-align: left;
	}
}
