:root {
	--strobe-bg: #07080a;
	--strobe-panel: #101217;
	--strobe-panel-2: #171a21;
	--strobe-line: rgba(255, 255, 255, 0.11);
	--strobe-text: #f4f1ea;
	--strobe-muted: #a8abb5;
	--strobe-soft: #d7d0c3;
	--strobe-red: #f03b2f;
	--strobe-gold: #ffc928;
	--strobe-cyan: #20a8ff;
	--strobe-green: #53e18a;
	--strobe-paper: #f7f5ee;
	--strobe-ink: #11131a;
	--strobe-max: 1180px;
	--strobe-radius: 8px;
	--strobe-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
}

html {
	scroll-behavior: smooth;
}

body.strobe-store-page {
	margin: 0;
	background: var(--strobe-bg);
	color: var(--strobe-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.strobe-store-page *,
.strobe-store-page *::before,
.strobe-store-page *::after {
	box-sizing: border-box;
}

.strobe-store-page a {
	color: inherit;
	text-decoration: none;
}

.strobe-store-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.strobe-shell {
	min-height: 100vh;
	background:
		linear-gradient(180deg, rgba(240, 59, 47, 0.18), transparent 450px),
		linear-gradient(115deg, rgba(32, 168, 255, 0.11), transparent 42%),
		repeating-linear-gradient(135deg, rgba(255, 201, 40, 0.08) 0 2px, transparent 2px 18px),
		var(--strobe-bg);
}

.strobe-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: center;
	width: min(100% - 28px, var(--strobe-max));
	margin: 0 auto;
	padding: 14px 0;
	backdrop-filter: blur(16px);
}

.strobe-header::before {
	content: "";
	position: absolute;
	inset: 8px -10px;
	z-index: -1;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(7, 8, 10, 0.78);
}

.strobe-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.strobe-logo-mark {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 7px;
	background:
		linear-gradient(135deg, var(--strobe-red) 0 32%, var(--strobe-gold) 32% 64%, var(--strobe-cyan) 64%),
		#11141b;
	box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.23);
	flex: 0 0 auto;
}

.strobe-nav {
	display: none;
	align-items: center;
	gap: 18px;
	color: var(--strobe-muted);
	font-size: 13px;
}

.strobe-nav a,
.strobe-footer a {
	transition: color 180ms ease;
}

.strobe-nav a:hover,
.strobe-footer a:hover {
	color: var(--strobe-text);
}

.strobe-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: #101217;
	color: var(--strobe-text);
	font-size: 13px;
	font-weight: 700;
}

.strobe-cart-count {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	border-radius: 99px;
	background: var(--strobe-red);
	color: white;
	font-size: 12px;
}

.strobe-main {
	width: min(100% - 28px, var(--strobe-max));
	margin: 0 auto;
	padding: 20px 0 64px;
}

.strobe-hero {
	display: grid;
	gap: 28px;
	align-items: center;
	min-height: calc(100vh - 90px);
	padding: 28px 0 42px;
}

.strobe-hero-copy,
.strobe-page-hero {
	animation: strobe-rise 560ms ease both;
}

.strobe-kicker {
	margin: 0 0 12px;
	color: var(--strobe-cyan);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.strobe-hero h1,
.strobe-page-hero h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(48px, 9vw, 116px);
	line-height: 0.92;
	font-weight: 900;
	letter-spacing: 0;
}

.strobe-hero-text,
.strobe-page-hero p {
	max-width: 620px;
	margin: 18px 0 0;
	color: var(--strobe-soft);
	font-size: 18px;
	line-height: 1.65;
}

.strobe-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.strobe-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: var(--strobe-radius);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.strobe-button:hover {
	transform: translateY(-1px);
}

.strobe-button-primary {
	background: var(--strobe-text);
	color: #07080a;
}

.strobe-button-ghost {
	border-color: var(--strobe-line);
	background: rgba(255, 255, 255, 0.04);
	color: var(--strobe-text);
}

.strobe-button-small {
	min-height: 38px;
	padding: 0 14px;
	background: var(--strobe-text);
	color: #07080a;
}

.strobe-full-button {
	width: 100%;
}

.strobe-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.strobe-trust-row span {
	border: 1px solid var(--strobe-line);
	border-radius: 999px;
	padding: 8px 10px;
	color: var(--strobe-muted);
	font-size: 12px;
	background: rgba(255, 255, 255, 0.035);
}

.strobe-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.strobe-hero-tile {
	--card-accent: var(--strobe-red);
	position: relative;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--card-accent), black 56%);
	border-radius: var(--strobe-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(233, 230, 218, 0.92)),
		var(--strobe-paper);
	box-shadow: var(--strobe-shadow);
	aspect-ratio: 3 / 4;
	padding: 12px;
}

.strobe-product-squid-game {
	--card-accent: var(--strobe-red);
}

.strobe-product-westcoast-finale {
	--card-accent: var(--strobe-cyan);
}

.strobe-product-pinkman {
	--card-accent: var(--strobe-gold);
}

.strobe-hero-tile:first-child {
	grid-column: 1 / -1;
	aspect-ratio: 4 / 5;
}

.strobe-hero-tile img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 500ms ease;
}

.strobe-hero-tile:hover img {
	transform: scale(1.035);
}

.strobe-hero-tile span {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	padding: 10px 11px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--strobe-radius);
	background: rgba(0, 0, 0, 0.74);
	font-size: 13px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.strobe-band {
	display: grid;
	gap: 10px;
	margin: 20px 0 54px;
}

.strobe-band div,
.strobe-contact-panel,
.strobe-legal,
.strobe-cart-panel,
.strobe-summary-panel,
.strobe-payment-block {
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(16, 18, 23, 0.86);
	box-shadow: var(--strobe-shadow);
}

.strobe-band div {
	padding: 18px;
}

.strobe-band strong {
	display: block;
	margin-bottom: 4px;
}

.strobe-band span,
.strobe-product-info p,
.strobe-detail-copy,
.strobe-spec-list,
.strobe-order-line,
.strobe-total-table,
.strobe-payment-method span,
.strobe-legal p,
.strobe-contact-panel p {
	color: var(--strobe-muted);
}

.strobe-section {
	margin-top: 42px;
}

.strobe-section-head {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.strobe-section-head h2 {
	margin: 0;
	font-size: clamp(28px, 5vw, 52px);
	line-height: 1;
}

.strobe-section-head a {
	color: var(--strobe-gold);
	font-weight: 800;
}

.strobe-product-grid {
	display: grid;
	gap: 16px;
}

.strobe-product-card {
	--card-accent: var(--strobe-red);
	display: grid;
	overflow: hidden;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 140px),
		var(--strobe-panel);
	box-shadow: var(--strobe-shadow);
	transition: transform 180ms ease, border-color 180ms ease;
}

.strobe-product-card:hover {
	border-color: color-mix(in srgb, var(--card-accent), white 28%);
	transform: translateY(-2px);
}

.strobe-product-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 235, 225, 0.96)),
		var(--strobe-paper);
	padding: 18px;
}

.strobe-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 420ms ease;
}

.strobe-product-card:hover .strobe-product-image img {
	transform: scale(1.025);
}

.strobe-product-image span {
	position: absolute;
	top: 12px;
	left: 12px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 999px;
	padding: 7px 9px;
	background: var(--card-accent);
	color: #07080a;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.strobe-product-image::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 5px;
	background: var(--card-accent);
}

.strobe-product-info {
	display: grid;
	gap: 20px;
	padding: 18px;
}

.strobe-product-info h2 {
	margin: 0 0 8px;
	font-size: 23px;
	line-height: 1.1;
}

.strobe-product-info p {
	margin: 0;
	line-height: 1.55;
}

.strobe-card-bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
}

.strobe-card-bottom strong,
.strobe-price-row strong {
	font-size: 24px;
}

.strobe-card-actions {
	display: flex;
	gap: 8px;
	align-items: center;
}

.strobe-card-actions input,
.strobe-buy-box input,
.strobe-checkout-fields input,
.strobe-checkout-fields textarea,
.strobe-checkout-fields select,
.strobe-summary-panel select,
.strobe-search input {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(255, 255, 255, 0.045);
	color: var(--strobe-text);
	font: inherit;
}

.strobe-card-actions input {
	width: 64px;
	padding: 0 8px;
	text-align: center;
}

.strobe-page-hero {
	padding: 42px 0 28px;
}

.strobe-compact-hero {
	padding-bottom: 18px;
}

.strobe-page-hero h1 span {
	color: var(--strobe-green);
}

.strobe-shop-tools {
	display: grid;
	gap: 14px;
	margin: 8px 0 20px;
	padding: 14px;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(16, 18, 23, 0.72);
}

.strobe-search span {
	display: block;
	margin-bottom: 8px;
	color: var(--strobe-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.strobe-search input {
	padding: 0 13px;
}

.strobe-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.strobe-filter-row button {
	min-height: 38px;
	border: 1px solid var(--strobe-line);
	border-radius: 999px;
	padding: 0 13px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--strobe-muted);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
}

.strobe-filter-row button.is-active {
	background: var(--strobe-text);
	color: #07080a;
}

.strobe-product-detail {
	display: grid;
	gap: 24px;
	padding: 30px 0 50px;
}

.strobe-gallery-main {
	overflow: hidden;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 235, 224, 0.98)),
		var(--strobe-paper);
	box-shadow: var(--strobe-shadow);
	padding: 22px;
}

.strobe-gallery-main img {
	width: 100%;
	height: min(72vh, 720px);
	aspect-ratio: 3 / 5;
	object-fit: contain;
}

.strobe-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-top: 10px;
}

.strobe-gallery-thumbs button {
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: var(--strobe-paper);
	cursor: pointer;
	opacity: 0.65;
}

.strobe-gallery-thumbs button.is-active {
	border-color: var(--strobe-cyan);
	opacity: 1;
}

.strobe-gallery-thumbs img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	padding: 6px;
}

.strobe-video-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
	padding: 14px;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(255, 255, 255, 0.04);
}

.strobe-video-panel p {
	margin: 0;
	color: var(--strobe-muted);
}

.strobe-video-panel a {
	color: var(--strobe-gold);
	font-weight: 800;
}

.strobe-product-buy {
	align-self: center;
}

.strobe-product-buy h1 {
	margin: 0;
	font-size: clamp(42px, 9vw, 86px);
	line-height: 0.95;
}

.strobe-product-lede {
	max-width: 600px;
	color: var(--strobe-soft);
	font-size: 18px;
	line-height: 1.65;
}

.strobe-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-width: 520px;
	margin: 24px 0;
	padding: 16px;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(255, 255, 255, 0.04);
}

.strobe-price-row span {
	color: var(--strobe-green);
	font-size: 13px;
	font-weight: 800;
}

.strobe-buy-box {
	display: grid;
	grid-template-columns: 112px 1fr;
	gap: 10px;
	max-width: 520px;
}

.strobe-buy-box label,
.strobe-checkout-fields label,
.strobe-summary-panel label {
	color: var(--strobe-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.strobe-buy-box input,
.strobe-checkout-fields input,
.strobe-checkout-fields textarea,
.strobe-checkout-fields select,
.strobe-summary-panel select {
	margin-top: 8px;
	padding: 0 12px;
}

.strobe-checkout-fields textarea {
	padding-top: 12px;
	resize: vertical;
}

.strobe-detail-copy {
	max-width: 620px;
	margin-top: 24px;
	line-height: 1.7;
}

.strobe-spec-list {
	display: grid;
	gap: 8px;
	max-width: 620px;
	margin: 20px 0 0;
	padding-left: 18px;
}

.strobe-cart-layout,
.strobe-checkout-layout,
.strobe-confirmation-layout,
.strobe-payment-layout {
	display: grid;
	gap: 18px;
	align-items: start;
	margin-top: 18px;
}

.strobe-cart-panel,
.strobe-summary-panel,
.strobe-payment-block,
.strobe-contact-panel,
.strobe-legal {
	padding: 18px;
}

.strobe-cart-item {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--strobe-line);
}

.strobe-cart-item:last-child {
	border-bottom: 0;
}

.strobe-cart-item img {
	width: 82px;
	aspect-ratio: 1;
	object-fit: contain;
	background: var(--strobe-paper);
	border-radius: var(--strobe-radius);
}

.strobe-cart-item h3 {
	margin: 0 0 4px;
	font-size: 17px;
}

.strobe-cart-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 10px;
}

.strobe-cart-controls input {
	width: 76px;
	min-height: 38px;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(255, 255, 255, 0.045);
	color: var(--strobe-text);
	text-align: center;
}

.strobe-cart-controls button {
	min-height: 38px;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(255, 255, 255, 0.04);
	color: var(--strobe-text);
	cursor: pointer;
}

.strobe-summary-panel {
	position: sticky;
	top: 86px;
}

.strobe-summary-panel h2,
.strobe-payment-block h2,
.strobe-cart-panel h2,
.strobe-contact-panel h2 {
	margin: 0 0 16px;
	font-size: 22px;
}

.strobe-summary-row,
.strobe-total-table div,
.strobe-order-line {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid var(--strobe-line);
}

.strobe-summary-row strong,
.strobe-total-table strong {
	color: var(--strobe-text);
}

.strobe-summary-row.strobe-final,
.strobe-total-final {
	border-bottom: 0;
	font-size: 18px;
}

.strobe-checkout-fields {
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(16, 18, 23, 0.86);
	padding: 18px;
	box-shadow: var(--strobe-shadow);
}

.strobe-field-grid {
	display: grid;
	gap: 14px;
}

.strobe-payment-note,
.strobe-payment-warning,
.strobe-support-callout {
	margin: 16px 0;
	padding: 14px;
	border: 1px solid rgba(150, 232, 111, 0.22);
	border-radius: var(--strobe-radius);
	background: rgba(150, 232, 111, 0.08);
	color: var(--strobe-green);
	font-weight: 800;
	line-height: 1.5;
}

.strobe-support-callout a {
	display: inline-block;
	color: var(--strobe-text);
	text-decoration: underline;
}

.strobe-payment-method {
	display: grid;
	gap: 8px;
	margin-top: 12px;
	padding: 14px;
	border: 1px solid var(--strobe-line);
	border-radius: var(--strobe-radius);
	background: rgba(255, 255, 255, 0.04);
}

.strobe-payment-method code {
	display: block;
	overflow-wrap: anywhere;
	color: var(--strobe-text);
	font-size: 13px;
	line-height: 1.5;
}

.strobe-order-lines {
	display: grid;
	gap: 4px;
}

.strobe-contact-panel {
	display: grid;
	gap: 16px;
	align-items: center;
	margin-top: 18px;
}

.strobe-legal {
	display: grid;
	gap: 14px;
	max-width: 820px;
	margin-top: 18px;
}

.strobe-legal p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
}

.strobe-empty {
	padding: 22px;
	border: 1px dashed var(--strobe-line);
	border-radius: var(--strobe-radius);
	color: var(--strobe-muted);
	text-align: center;
}

.strobe-hidden {
	display: none !important;
}

.strobe-footer {
	display: grid;
	gap: 24px;
	width: min(100% - 28px, var(--strobe-max));
	margin: 0 auto;
	padding: 36px 0 44px;
	border-top: 1px solid var(--strobe-line);
	color: var(--strobe-muted);
}

.strobe-footer h2 {
	margin: 0 0 10px;
	color: var(--strobe-text);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.11em;
}

.strobe-footer p {
	max-width: 360px;
	line-height: 1.6;
}

.strobe-footer a {
	display: block;
	margin: 8px 0;
}

.strobe-logo-footer {
	color: var(--strobe-text);
}

@keyframes strobe-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 640px) {
	.strobe-header {
		grid-template-columns: auto 1fr auto;
	}

	.strobe-nav {
		display: flex;
		justify-content: center;
	}

	.strobe-band,
	.strobe-product-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.strobe-section-head {
		grid-template-columns: 1fr auto;
		align-items: end;
	}

	.strobe-section-head .strobe-kicker {
		grid-column: 1 / -1;
	}

	.strobe-field-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.strobe-span-2 {
		grid-column: span 2;
	}

	.strobe-contact-panel {
		grid-template-columns: 1fr auto;
	}

	.strobe-footer {
		grid-template-columns: 2fr 1fr 1fr 1fr;
	}
}

@media (min-width: 900px) {
	.strobe-hero {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
		gap: 44px;
	}

	.strobe-product-detail {
		grid-template-columns: minmax(360px, 520px) 1fr;
		gap: 46px;
	}

	.strobe-cart-layout,
	.strobe-checkout-layout,
	.strobe-confirmation-layout,
	.strobe-payment-layout {
		grid-template-columns: 1fr 390px;
	}

	.strobe-payment-layout {
		grid-template-columns: 430px 1fr;
	}
}
