/* ==========================================================================
   TUMN1S Industrial Terminal — theme.css
   Theme by The Free Website Guys.
   ========================================================================== */

:root {
	--background: 210 24% 5%;
	--foreground: 200 18% 92%;
	--card: 210 22% 8%;
	--card-foreground: 200 18% 92%;
	--popover: 210 24% 5%;
	--popover-foreground: 200 18% 92%;
	--primary: 203 55% 66%;
	--primary-foreground: 210 40% 6%;
	--secondary: 210 20% 12%;
	--secondary-foreground: 200 18% 92%;
	--muted: 210 18% 14%;
	--muted-foreground: 203 12% 64%;
	--accent: 187 88% 55%;
	--accent-foreground: 210 40% 6%;
	--border: 205 18% 18%;
	--input: 205 18% 18%;
	--ring: 203 55% 66%;
	--radius: 0.125rem;
	--font-display: 'Chakra Petch', 'JetBrains Mono', sans-serif;
	--font-mono: 'JetBrains Mono', ui-monospace, monospace;
	--font-body: 'Inter', sans-serif;
	--shadow-elevated: 0 12px 45px -10px hsl(203 70% 45% / 0.32);
	--gradient-panel: linear-gradient(135deg, hsl(210 24% 7% / 0.96) 0%, hsl(210 22% 10% / 0.92) 55%, hsl(203 45% 26% / 0.5) 100%);
	--transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
	--rosa: 203 55% 66%;
	--lilac: 203 55% 72%;
	--voltage: 203 55% 66%;
	--sodium: 187 88% 55%;
	--acid: 203 55% 72%;
	--logo-height: 44px;
	--header-height: 80px;

	/* Button system tokens (Section 11.4.1) */
	--color-primary: hsl(var(--primary));
	--color-button-text: hsl(var(--primary-foreground));
	--btn-radius: 999px;
	--btn-height: 48px;
	--btn-padding: 0.9rem 2rem;
	--btn-icon-padding: 0.65rem;
	--btn-font-size: 12px;
	--btn-font-weight: 600;
	--btn-letter-spacing: 0.22em;
	--btn-text-transform: uppercase;
	--card-radius: 0.25rem;
	--checkout-gap: 2rem;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
html { scroll-behavior: smooth; }

body {
	margin: 0;
	background-color: hsl(var(--background));
	color: hsl(var(--foreground));
	font-family: var(--font-body);
	-webkit-font-smoothing: antialiased;
	background-image:
		radial-gradient(circle at 18% 8%, hsl(203 60% 20% / 0.32) 0%, transparent 55%),
		radial-gradient(circle at 84% 92%, hsl(187 70% 18% / 0.24) 0%, transparent 58%),
		linear-gradient(hsl(203 40% 40% / 0.045) 1px, transparent 1px),
		linear-gradient(90deg, hsl(203 40% 40% / 0.045) 1px, transparent 1px);
	background-size: auto, auto, 64px 64px, 64px 64px;
	background-attachment: fixed;
}

img { max-width: 100%; height: auto; display: block; }
img.cover-img, .hero-section__video, .parallax-banner__img, .theme-product-card__image, .theme-product-main-image, .theme-product-thumb img, .about-image, .contact-cta-section__video {
	max-width: none;
	height: 100%;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
a[href],
button:not(:disabled),
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"],
select,
summary,
label[for],
.theme-nav-link,
.theme-dropdown-toggle,
.theme-cat-link,
.theme-section-anchor,
.theme-contact-trigger,
.module-tile,
.playlist-item,
.shop-cat-pill,
.faq-tab,
.faq-item__toggle,
.theme-product-card__add,
.theme-card-link,
.ajax_add_to_cart,
.shows-list__status--link {
	cursor: pointer;
}
ul { list-style: none; margin: 0; padding: 0; }

/* WordPress admin bar offset for fixed header */
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
}
body.admin-bar .scroll-mt { scroll-margin-top: calc(6rem + 32px); }
@media screen and (max-width: 782px) {
	body.admin-bar .scroll-mt { scroll-margin-top: calc(6rem + 46px); }
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	letter-spacing: -0.01em;
	font-weight: inherit;
	font-size: inherit;
	text-shadow: 0 2px 18px hsl(210 40% 2% / 0.7);
	margin: 0;
}

.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;
}

.container-wide { width: 100%; max-width: 80rem; margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; }
@media (min-width: 1024px) { .container-wide { padding-left: 2rem; padding-right: 2rem; } }

.scroll-mt { scroll-margin-top: 6rem; }

/* -------------------------------------------------------------------
   Utility bits ported from source index.css
   ------------------------------------------------------------------- */
.term-label {
	font-family: var(--font-mono);
	display: inline-flex; align-items: center; gap: 0.5rem;
	font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
	color: hsl(var(--primary)); font-weight: 500;
}
.mono-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
.icon-accent { color: hsl(var(--accent)); }

.grunge-edge { position: relative; }
.grunge-edge::after {
	content: ''; position: absolute; left: 0; bottom: -0.35em; width: 3rem; height: 2px;
	background: hsl(var(--primary));
	box-shadow: 0.6rem 0 0 hsl(var(--accent) / 0.6), 1.2rem 0 0 hsl(var(--primary) / 0.3);
}

.hud-panel { position: relative; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); }
.hud-panel::before, .hud-panel::after {
	content: ''; position: absolute; width: 14px; height: 14px; pointer-events: none;
	transition: all 0.4s var(--transition-smooth);
}
.hud-panel::before { top: -1px; left: -1px; border-top: 2px solid hsl(var(--primary)); border-left: 2px solid hsl(var(--primary)); }
.hud-panel::after { bottom: -1px; right: -1px; border-bottom: 2px solid hsl(var(--primary)); border-right: 2px solid hsl(var(--primary)); }
.hud-panel:hover::before, .hud-panel:hover::after { width: 26px; height: 26px; border-color: hsl(var(--accent)); }

.hud-grid {
	background-image: linear-gradient(hsl(203 45% 55% / 0.06) 1px, transparent 1px), linear-gradient(90deg, hsl(203 45% 55% / 0.06) 1px, transparent 1px);
	background-size: 48px 48px;
}
.glow-text { text-shadow: 0 0 18px hsl(var(--primary) / 0.55), 0 0 42px hsl(var(--accent) / 0.25); }

.scanlines { position: relative; }
.scanlines::after {
	content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
	background: repeating-linear-gradient(to bottom, hsl(203 60% 70% / 0.055) 0px, hsl(203 60% 70% / 0.055) 1px, transparent 1px, transparent 3px);
}

.data-bar { position: relative; height: 2px; background: hsl(var(--border)); overflow: hidden; width: 9rem; }
.data-bar::after {
	content: ''; position: absolute; inset: 0; width: 35%;
	background: linear-gradient(90deg, transparent, hsl(var(--accent)), transparent);
	animation: dataSweep 1.8s var(--transition-smooth) infinite;
}
@keyframes dataSweep { 0% { transform: translateX(-100%); } 100% { transform: translateX(400%); } }

.btn-shine { position: relative; overflow: hidden; isolation: isolate; }
.btn-shine::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(120deg, transparent 20%, hsl(0 0% 100% / 0.28) 50%, transparent 80%);
	transform: translateX(-120%); transition: transform 0.7s var(--transition-smooth);
	pointer-events: none; z-index: 1;
}
.btn-shine:hover::after { transform: translateX(120%); }

.animate-flicker { animation: flicker 4.5s steps(1, end) infinite; }
@keyframes flicker { 0%, 92%, 100% { opacity: 1; } 93% { opacity: 0.55; } 94% { opacity: 1; } 96% { opacity: 0.7; } 97% { opacity: 1; } }
.animate-caret { display: inline-block; animation: caretBlink 1.05s steps(1, end) infinite; color: hsl(var(--accent)); }
@keyframes caretBlink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes gridDrift { 0% { background-position: 0 0; } 100% { background-position: 48px 48px; } }
.animate-scan { animation: scanSweep 6s linear infinite; }
@keyframes scanSweep { 0% { transform: translateY(-110%); } 100% { transform: translateY(1100%); } }
@keyframes pingRing { 0% { transform: scale(1); opacity: 0.6; } 80%, 100% { transform: scale(1.9); opacity: 0; } }
.animate-fade-in { animation: fadeIn 0.6s var(--transition-smooth) both; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.animate-scale-in { animation: scaleIn 0.4s ease-out both; }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }

/* Reveal on scroll (Section 2.1): opacity+blur+rise, 0.9s, per-element via IntersectionObserver in main.js */
.reveal-item, .reveal { opacity: 0; filter: blur(8px); transform: translateY(24px);
	transition: opacity 0.9s var(--transition-smooth), filter 0.9s var(--transition-smooth), transform 0.9s var(--transition-smooth);
	will-change: opacity, transform, filter;
}
.reveal-item.is-visible, .reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }
body.is-customizer .reveal-item, body.is-customizer .reveal { opacity: 1 !important; filter: none !important; transform: none !important; }

.shimmer-bg { background: linear-gradient(90deg, hsl(var(--muted) / 0.4) 0%, hsl(var(--muted) / 0.7) 50%, hsl(var(--muted) / 0.4) 100%); background-size: 200% 100%; animation: shimmer 2.2s linear infinite; }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }

@media (prefers-reduced-motion: reduce) {
	.btn-shine::after, .reveal-item, .reveal { transition: none !important; }
	.reveal-item, .reveal { opacity: 1; filter: none; transform: none; }
	.shimmer-bg, .animate-flicker, .animate-caret, .theme-marquee__track, .animate-scan { animation: none !important; }
	.data-bar::after { animation: none !important; }
}

/* -------------------------------------------------------------------
   Buttons
   ------------------------------------------------------------------- */
.theme-btn-primary {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border: 1px solid hsl(var(--primary));
	padding: 1rem 2.5rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600;
	transition: all 0.3s var(--transition-smooth);
}
.theme-btn-primary:hover { background: hsl(var(--accent)); color: hsl(var(--accent-foreground)); border-color: hsl(var(--accent)); transform: scale(1.05); }
.theme-btn-primary:active { transform: scale(0.95); }
.theme-btn-outline {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	background: transparent; color: hsl(var(--primary)); border: 1px solid hsl(var(--primary));
	padding: 0.9rem 2rem; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600;
	transition: all 0.3s var(--transition-smooth);
}
.theme-btn-outline:hover { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.btn-hero-primary, .btn-hero-outline { text-transform: uppercase; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.28em; font-weight: 600; padding: 1rem 2.5rem;
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; transition: all 0.3s var(--transition-smooth); }
.btn-hero-primary { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border: 1px solid hsl(var(--primary)); }
.btn-hero-primary:hover { background: hsl(var(--accent)); color: hsl(var(--accent-foreground)); transform: scale(1.05); }
.btn-hero-outline { background: transparent; color: hsl(var(--foreground)); border: 1px solid hsl(var(--foreground) / 0.7); padding: 1rem 2rem; }
.btn-hero-outline:hover { border-color: hsl(var(--accent)); color: hsl(var(--accent)); transform: scale(1.05); }

/* -------------------------------------------------------------------
   Section heading block
   ------------------------------------------------------------------- */
.section-heading-block--center { text-align: center; max-width: 48rem; margin: 0 auto; }
.section-heading-block--left { max-width: 42rem; }
.section-heading-block__kicker { justify-content: inherit; width: 100%; }
.section-heading-block--center .section-heading-block__kicker { justify-content: center; }
.section-heading-block__bar { margin: 1rem 0; }
.section-heading-block--center .section-heading-block__bar { margin-left: auto; margin-right: auto; }
.section-heading { font-weight: 700; text-transform: uppercase; font-size: 1.875rem; line-height: 1.02; letter-spacing: -0.02em; }
@media (min-width: 768px) { .section-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .section-heading { font-size: 3.75rem; } }
.section-heading-block__intro { margin-top: 1.25rem; color: hsl(var(--foreground) / 0.7); font-size: 1rem; line-height: 1.6; }
@media (min-width: 768px) { .section-heading-block__intro { font-size: 1.125rem; } }

.theme-center-cta { text-align: center; margin-top: 3.5rem; }

.featured-section { background: hsl(var(--background)); padding: 4rem 0; }
@media (min-width: 768px) { .featured-section { padding: 6rem 0; } }
.featured-section .theme-product-grid { margin-top: 3.5rem; }
.featured-section .theme-center-cta { margin-top: 3.5rem; margin-bottom: 0; }

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; width: 100%; transition: all 0.3s ease; background: transparent; }
.site-header.is-solid { background: hsl(var(--background) / 0.92); backdrop-filter: blur(10px); box-shadow: var(--shadow-elevated); }
.site-header__topbar { display: none; border-bottom: 1px solid hsl(var(--foreground) / 0.2); }
.site-header.is-solid .site-header__topbar { border-color: hsl(var(--border) / 0.4); }
@media (min-width: 768px) { .site-header__topbar { display: block; } }
.site-header__topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 1.75rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--foreground) / 0.8); }
.site-header.is-solid .site-header__topbar-inner { color: hsl(var(--muted-foreground)); }
.site-header__topbar-item { display: inline-flex; align-items: center; gap: 0.5rem; }
.status-dot { position: relative; display: inline-flex; width: 0.5rem; height: 0.5rem; }
.status-dot__ping { position: absolute; inset: 0; border-radius: 999px; background: hsl(var(--accent)); animation: pingRing 2.4s cubic-bezier(0,0,0.2,1) infinite; }
.status-dot__core { position: relative; width: 0.5rem; height: 0.5rem; border-radius: 999px; background: hsl(var(--accent)); }

.site-header__main-wrap { border-bottom: 1px solid hsl(var(--foreground) / 0.15); transition: border-color 0.3s ease; }
.site-header.is-solid .site-header__main-wrap { border-color: hsl(var(--border) / 0.6); }
.site-header__nav { display: flex; align-items: center; height: 5rem; position: relative; }
@media (min-width: 768px) { .site-header__nav { height: 6rem; } }
.site-header__nav-col { display: none; }
@media (min-width: 1024px) { .site-header__nav-col { display: flex; flex: 1; align-items: center; gap: 1.5rem; } }
.site-header__nav-col--left { justify-content: flex-start; }
.site-header__nav-col--right { justify-content: flex-end; }

.site-header__mobile-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 0.75rem;
}
@media (min-width: 1024px) { .site-header__mobile-bar { display: none; } }

.site-header__mobile-actions {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.site-header__logo { display: flex; align-items: center; flex-shrink: 0; min-width: 0; }
.site-header__logo--desktop { display: none; justify-content: center; padding: 0 1rem; }
@media (min-width: 1024px) {
	.site-header__logo--desktop { display: flex; flex: 0 0 auto; padding: 0 2rem; }
	.site-header__logo--mobile { display: none; }
}
.site-header__logo--mobile { gap: 0.75rem; max-width: 52vw; }
.site-header__logo--mobile .site-logo-img { height: 2rem; width: auto; max-width: 100%; object-fit: contain; filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,0.6)); transition: filter 0.5s ease; }
.site-header.is-solid .site-header__logo--mobile .site-logo-img { filter: none; }
.site-header__logo--desktop .site-logo-img { height: var(--logo-height); width: auto; filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,0.6)); transition: filter 0.5s ease; }
.site-header.is-solid .site-header__logo--desktop .site-logo-img { filter: none; }
.site-header__logo .site-logo-text { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.25rem; color: hsl(var(--foreground)); }
.theme-nav-link {
	background: none; border: none; font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
	white-space: nowrap; color: hsl(var(--foreground)); text-shadow: 0 1px 6px rgba(0,0,0,0.7); transition: color 0.3s ease;
}
.site-header.is-solid .theme-nav-link { color: hsl(var(--foreground) / 0.8); text-shadow: none; }
.theme-nav-link:hover { color: hsl(var(--primary)); }

.theme-nav-list { display: flex; align-items: center; gap: 1.5rem; }
.theme-nav-dropdown { position: relative; }
.theme-dropdown-toggle { display: inline-flex; align-items: center; gap: 0.25rem; }
.theme-dropdown-toggle .theme-dropdown-chevron { width: 0.875rem; height: 0.875rem; transition: transform 0.3s ease; flex-shrink: 0; }
.theme-nav-dropdown.is-open .theme-dropdown-chevron { transform: rotate(180deg); }
.theme-dropdown-menu {
	display: none; position: absolute; right: 0; top: 100%; margin-top: 0.75rem; min-width: 14rem; max-width: calc(100vw - 2rem);
	background: hsl(var(--background)); border: 1px solid hsl(var(--primary) / 0.3); box-shadow: var(--shadow-elevated); overflow: hidden; z-index: 50; flex-direction: column;
}
.theme-nav-dropdown.is-open .theme-dropdown-menu { display: flex; }
.theme-dropdown-menu a { display: block; padding: 0.75rem 1.25rem; font-size: 13px; font-family: var(--font-mono); letter-spacing: 0.02em; color: hsl(var(--foreground)); transition: all 0.3s ease; }
.theme-dropdown-menu a:hover { background: hsl(var(--secondary)); color: hsl(var(--accent)); padding-left: 1.5rem; }

.theme-cart-toggle {
	position: relative; display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem;
	border: 1px solid hsl(var(--foreground) / 0.4); background: transparent; color: hsl(var(--foreground)); transition: all 0.3s ease;
}
.site-header.is-solid .theme-cart-toggle { border-color: hsl(var(--foreground) / 0.25); }
.theme-cart-toggle:hover { transform: scale(1.1); border-color: hsl(var(--accent)); color: hsl(var(--accent)); }
.theme-cart-toggle--mobile,
.theme-cart-toggle--desktop { display: inline-flex; }
@media (max-width: 1023px) { .theme-cart-toggle--desktop { display: none; } }
@media (min-width: 1024px) { .theme-cart-toggle--mobile { display: none; } }
.theme-cart-count { position: absolute; top: -0.4rem; right: -0.4rem; font-size: 10px; font-family: var(--font-mono); font-weight: 600; border-radius: 999px; min-width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; padding: 0 4px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.theme-cart-count:empty { display: none; }

.site-header__mobile-toggle { display: inline-flex; padding: 0.5rem; margin-right: -0.5rem; background: none; border: none; color: hsl(var(--foreground)); transition: color 0.3s ease; }
@media (min-width: 1024px) { .site-header__mobile-toggle { display: none; } }
.site-header__mobile-toggle:hover { color: hsl(var(--accent)); }

.site-header__mobile-menu { display: none; border-top: 1px solid hsl(var(--border)); padding: 1rem 0; animation: fadeIn 0.3s var(--transition-smooth); }
@media (min-width: 1024px) { .site-header__mobile-menu { display: none !important; } }
.site-header__mobile-menu.is-open { display: block; }
.site-header__mobile-nav-list { display: flex; flex-direction: column; }
.site-header__mobile-nav-link {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.875rem 0;
	border-bottom: 1px solid hsl(var(--border) / 0.6);
	font-family: var(--font-mono);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: hsl(var(--foreground));
	transition: color 0.3s ease, padding-left 0.3s ease;
}
.site-header__mobile-nav-link:hover { color: hsl(var(--accent)); padding-left: 0.5rem; }
.theme-mobile-nav-list, .site-header__mobile-menu .theme-nav-list--secondary { flex-direction: column; align-items: stretch; gap: 0; }
.site-header__mobile-menu .theme-nav-link, .site-header__mobile-menu a { display: block; padding: 0.9rem 0; border-bottom: 1px solid hsl(var(--border) / 0.6); font-size: 13px; }
.site-header__mobile-menu .theme-dropdown-menu { position: static; display: none; margin-top: 0; border: none; background: transparent; }
.site-header__mobile-menu .theme-nav-dropdown.is-open .theme-dropdown-menu { display: block; }

/* Solid-state left color for logo text on solid header */
.site-header.is-solid .site-logo-text { color: hsl(var(--foreground)); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { border-top: 1px solid hsl(var(--border)); background: hsl(var(--card)); }
.site-footer__inner { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 1024px) { .site-footer__inner { padding-top: 5rem; padding-bottom: 5rem; } }
.site-footer__top { display: flex; flex-direction: column; gap: 2rem; margin-bottom: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid hsl(var(--border)); }
@media (min-width: 640px) { .site-footer__top { flex-direction: row; align-items: center; justify-content: space-between; } }
.site-footer__logo .site-logo-img { height: 2.5rem; width: auto; }
@media (min-width: 640px) { .site-footer__logo .site-logo-img { height: 3.5rem; } }
.site-footer__logo .site-logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; text-transform: uppercase; }
.site-footer__blurb { max-width: 36rem; }
@media (min-width: 640px) { .site-footer__blurb { text-align: right; } }
.site-footer__tagline { font-size: 0.875rem; color: hsl(var(--foreground) / 0.7); line-height: 1.6; }
.site-footer__columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
@media (min-width: 768px) { .site-footer__columns { grid-template-columns: repeat(5, 1fr); gap: 2.5rem; } }
.site-footer__col-title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.125rem; margin-bottom: 1.25rem; }
.site-footer__col ul { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.site-footer__col a, .site-footer__col .site-footer__static-line { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: hsl(var(--foreground) / 0.7); display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s ease; }
.site-footer__col a:hover { color: hsl(var(--accent)); transform: translateX(4px); }
.site-footer__bottom { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid hsl(var(--border)); display: flex; flex-direction: column; gap: 0.75rem; align-items: center; text-align: center; }
@media (min-width: 640px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; } }
.site-footer__end { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: hsl(var(--primary)); }
.site-footer__legal { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
@media (min-width: 640px) { .site-footer__legal { text-align: right; } }
.site-footer__legal a { color: hsl(var(--primary)); text-decoration: underline; text-underline-offset: 4px; }
.site-footer__legal a:hover { color: hsl(var(--accent)); }

/* =====================================================================
   HERO
   ===================================================================== */
body.theme-no-hero .site-main { padding-top: var(--header-height); }
.hero-section { position: relative; margin-top: -5rem; }
@media (min-width: 768px) { .hero-section { margin-top: -6rem; } }
.hero-section__video, .hero-section { position: relative; }
.hero-section { width: 100%; height: calc(100svh + 5rem); min-height: calc(100svh + 5rem); overflow: hidden; background: hsl(var(--background)); padding-top: 5rem; }
@media (min-width: 768px) { .hero-section { height: calc(100svh + 6rem); min-height: calc(100svh + 6rem); padding-top: 6rem; } }
.hero-section__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.95; }
.hero-section__scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, hsl(var(--background) / 0.7), hsl(var(--background) / 0.45), hsl(var(--background))); }
.hero-section__grid { position: absolute; inset: 0; opacity: 0.6; background-size: 48px 48px; animation: gridDrift 18s linear infinite; }
.hero-section__scan { position: absolute; inset-inline: 0; top: 0; height: 6rem; background: linear-gradient(to bottom, hsl(var(--accent) / 0.1), transparent); animation: scanSweep 6s linear infinite; pointer-events: none; }
.hero-section__inner { position: relative; height: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-section__content { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 64rem; padding: 2.5rem 0.5rem; }
.hero-boot { margin-bottom: 2rem; width: 100%; max-width: 24rem; text-align: left; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: hsl(var(--primary) / 0.9); border: 1px solid hsl(var(--primary) / 0.25); background: hsl(var(--background) / 0.5); backdrop-filter: blur(4px); padding: 0.75rem 1rem; }
.hero-boot__line { display: flex; align-items: center; gap: 0.5rem; opacity: 0.25; transition: opacity 0.5s ease; }
.hero-boot__line.is-active { opacity: 1; }
.hero-boot__flag { color: hsl(var(--accent)); }
.hero-section__wordmark { width: min(88vw, 720px); filter: drop-shadow(0 0 40px hsl(var(--primary) / 0.45)); }
.hero-section__subtitle { margin-top: 1.75rem; max-width: 42rem; color: hsl(var(--foreground) / 0.85); font-size: 1rem; line-height: 1.6; }
@media (min-width: 768px) { .hero-section__subtitle { font-size: 1.25rem; } }
.hero-section__ctas { margin-top: 2.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
@media (min-width: 640px) { .hero-section__ctas { flex-direction: row; } }
.hero-section__marquee-wrap { width: 100vw; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }

.theme-marquee { position: relative; width: 100%; overflow: hidden; border-top: 1px solid hsl(var(--primary) / 0.3); border-bottom: 1px solid hsl(var(--primary) / 0.3); background: hsl(var(--background) / 0.7); backdrop-filter: blur(4px); padding: 1rem 0; }
@media (min-width: 768px) { .theme-marquee { padding: 1.25rem 0; } }
.theme-marquee__track { display: flex; width: max-content; animation: marquee 35s linear infinite; }
.theme-marquee:hover .theme-marquee__track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-33.3333%); } }
.theme-marquee__item { display: flex; align-items: center; gap: 0.75rem; padding: 0 1.5rem; flex-shrink: 0; color: hsl(var(--accent)); }
@media (min-width: 768px) { .theme-marquee__item { padding: 0 2rem; } }
.theme-marquee__item span { font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase; font-family: var(--font-mono); font-weight: 500; color: hsl(var(--foreground) / 0.9); white-space: nowrap; }

/* =====================================================================
   MODULES (category tiles)
   ===================================================================== */
.modules-section { background: hsl(var(--background)); padding: 4rem 0; }
@media (min-width: 768px) { .modules-section { padding: 5rem 0; } }
.modules-grid { display: grid; grid-template-columns: repeat(2, 1fr); place-items: center; row-gap: 2rem; column-gap: 1rem; padding-top: 3rem; }
@media (min-width: 640px) { .modules-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .modules-grid { grid-template-columns: repeat(4, 1fr); column-gap: 2.5rem; } }
.module-tile { display: flex; flex-direction: column; align-items: center; gap: 1rem; background: none; border: none; }
.module-tile__box { width: 6rem; height: 6rem; display: flex; align-items: center; justify-content: center; background: hsl(var(--secondary)); border: 1px solid hsl(var(--border)); padding: 1.75rem; position: relative; transition: all 0.5s ease; color: hsl(var(--primary)); }
@media (min-width: 640px) { .module-tile__box { width: 8rem; height: 8rem; padding: 2.25rem; } }
@media (min-width: 768px) { .module-tile__box { width: 9rem; height: 9rem; } }
.module-tile:hover .module-tile__box { border-color: hsl(var(--accent)); box-shadow: var(--shadow-elevated); color: hsl(var(--accent)); transform: translateY(-6px); }
.module-tile__box svg { width: 100%; height: 100%; transition: transform 0.5s ease; }
.module-tile:hover .module-tile__box svg { transform: scale(1.1); }
.module-tile__corner { position: absolute; width: 0.75rem; height: 0.75rem; border-color: hsl(var(--primary) / 0.6); transition: all 0.3s ease; }
.module-tile__corner--tl { top: 0.25rem; left: 0.25rem; border-top: 1px solid; border-left: 1px solid; }
.module-tile__corner--br { bottom: 0.25rem; right: 0.25rem; border-bottom: 1px solid; border-right: 1px solid; }
.module-tile:hover .module-tile__corner { width: 1.25rem; height: 1.25rem; }
.module-tile__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--foreground) / 0.85); transition: color 0.3s ease; text-align: center; }
.module-tile:hover .module-tile__label { color: hsl(var(--accent)); }

/* =====================================================================
   PRODUCT GRID / CARDS
   ===================================================================== */
.theme-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; align-items: stretch; }
@media (min-width: 768px) { .theme-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2rem; } }
@media (min-width: 1024px) { .theme-product-grid { gap: 2.5rem; } }
.theme-product-grid--featured { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (min-width: 768px) { .theme-product-grid--featured { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.theme-product-grid--related { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (min-width: 1024px) { .theme-product-grid--related { grid-template-columns: repeat(4, minmax(0,1fr)); } }

.theme-product-card-wrap { display: flex; flex-direction: column; height: 100%; }
.theme-product-card { position: relative; display: flex; flex-direction: column; height: 100%; }
.theme-product-card > .theme-card-link { position: absolute; inset: 0; z-index: 2; pointer-events: auto; display: block; }
.theme-product-card > *:not(.theme-card-link) { pointer-events: none; }
.theme-product-card__add { pointer-events: auto; }

.theme-product-card__image-wrapper {
	position: relative; aspect-ratio: 1 / 1; background: hsl(var(--background)); overflow: hidden; margin-bottom: 1.25rem;
	border: 1px solid hsl(var(--border)); transition: border-color 0.5s ease, box-shadow 0.5s ease;
}
.theme-product-card:hover .theme-product-card__image-wrapper { border-color: hsl(var(--sig, var(--primary)) / 0.75); box-shadow: 0 18px 60px -24px hsl(var(--sig, var(--primary)) / 0.75); }
.theme-product-card__image {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: contrast(1.12) saturate(1.15);
	transition: filter 0.7s ease, transform 0.7s cubic-bezier(0.25,0.4,0.25,1);
}
.theme-product-card:hover .theme-product-card__image { filter: contrast(1.25) saturate(1.5); transform: scale(1.07); }
.theme-product-card__image.is-soldout { opacity: 0.5; filter: grayscale(1); }
.theme-badge { position: absolute; z-index: 20; padding: 0.35rem 0.75rem; font-size: 11px; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.18em; }
.theme-badge--soldout { top: 1rem; right: 1rem; background: hsl(var(--foreground)); color: hsl(var(--background)); }
.theme-product-card__corner { position: absolute; width: 1.25rem; height: 1.25rem; border-color: hsl(var(--sig, var(--primary))); opacity: 0.7; transition: all 0.5s ease; pointer-events: none; }
.theme-product-card__corner--tl { top: 0; left: 0; border-top: 2px solid; border-left: 2px solid; }
.theme-product-card__corner--br { bottom: 0; right: 0; border-bottom: 2px solid; border-right: 2px solid; }
.theme-product-card:hover .theme-product-card__corner { width: 2.25rem; height: 2.25rem; opacity: 1; }
.theme-product-card__scanline { position: absolute; inset: 0; pointer-events: none; z-index: 1; background: linear-gradient(to top, hsl(var(--background) / 0.92) 0%, hsl(var(--background) / 0.15) 45%, transparent 75%); }
.theme-product-card__wash {
	position: absolute; inset: 0; pointer-events: none; z-index: 1;
	background: radial-gradient(120% 90% at 15% 100%, hsl(var(--sig, var(--primary)) / 0.9), transparent 60%);
	mix-blend-mode: color-dodge; opacity: 0.18; transition: opacity 0.5s ease;
}
.theme-product-card:hover .theme-product-card__wash { opacity: 0.34; }
.theme-product-card__signal {
	position: absolute; bottom: 0.75rem; left: 1rem; z-index: 2;
	font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
	color: hsl(var(--sig, var(--primary))); opacity: 0.8; transition: opacity 0.3s ease;
}
.theme-product-card:hover .theme-product-card__signal { opacity: 0; }
.theme-product-card__currency { color: hsl(var(--sig, var(--primary))); }

.theme-product-card__add {
	position: absolute; left: 1rem; right: 1rem; bottom: 1rem; z-index: 3; padding: 0.75rem 0.5rem; text-align: center;
	background: hsl(var(--sig, var(--primary))); color: hsl(var(--background)); border: 1px solid hsl(var(--sig, var(--primary)));
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-family: var(--font-mono); font-weight: 600;
	opacity: 0; transform: translateY(0.5rem); transition: all 0.3s ease; pointer-events: auto;
}
.theme-product-card:hover .theme-product-card__add { opacity: 1; transform: translateY(0); }
.theme-product-card__add:hover { background: hsl(var(--background)); color: hsl(var(--sig, var(--primary))); }
.theme-product-card__add.loading::after, .theme-product-card__add.theme-btn-loading { opacity: 0.6; }

.theme-product-card__body { padding: 0 0.25rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.theme-product-card__cat { display: flex; align-items: center; gap: 0.5rem; font-size: 12px; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.2em; color: hsl(var(--muted-foreground)); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-product-card__cat-dot { display: inline-block; width: 0.375rem; height: 0.375rem; flex-shrink: 0; background: hsl(var(--sig, var(--primary))); box-shadow: 0 0 10px hsl(var(--sig, var(--primary)) / 0.9); }
.theme-product-card__title { font-size: 1rem; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; line-height: 1.3; color: hsl(var(--foreground)); transition: color 0.3s ease; }
@media (min-width: 768px) { .theme-product-card__title { font-size: 1.25rem; } }
.theme-product-card:hover .theme-product-card__title { color: hsl(var(--sig, var(--primary))); }
.theme-product-card__price { font-family: var(--font-mono); font-size: 15px; color: hsl(var(--foreground) / 0.9); }
.theme-product-card__price ins { text-decoration: none; }
.theme-product-card__price del { opacity: 0.5; margin-right: 0.4rem; }

/* Product card compact add-to-cart button override (Section 11.4.1) */
.theme-product-card .add_to_cart_button.ajax_add_to_cart.theme-product-card__add { min-height: unset; }

/* =====================================================================
   PARALLAX BANNER
   ===================================================================== */
.parallax-banner { position: relative; width: 100%; background: hsl(var(--background)); overflow: hidden; height: 40vh; }
@media (min-width: 768px) { .parallax-banner { height: 55vh; } }
@media (min-width: 1024px) { .parallax-banner { height: 65vh; } }
.parallax-banner__img { position: absolute; inset: 0; width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.parallax-banner__scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, hsl(var(--background) / 0.5), transparent, hsl(var(--background) / 0.8)); }
.parallax-banner__label-wrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.parallax-banner__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.4em; text-transform: uppercase; color: hsl(var(--accent) / 0.9); border: 1px solid hsl(var(--accent) / 0.3); background: hsl(var(--background) / 0.5); backdrop-filter: blur(4px); padding: 0.5rem 1rem; }

/* =====================================================================
   ABOUT
   ===================================================================== */
.about-section { background: hsl(var(--background)); padding: 4rem 0 5rem; }
@media (min-width: 768px) { .about-section { padding: 6rem 0 7rem; } }
.about-section__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 1024px) { .about-section__grid { grid-template-columns: 5fr 7fr; gap: 4rem; } }
.about-section__media { position: relative; aspect-ratio: 4/5; overflow: hidden; }
@media (min-width: 1024px) { .about-section__media { position: sticky; top: 7rem; } }
.about-section__media-scrim { position: absolute; inset: 0; background: linear-gradient(to top, hsl(var(--background) / 0.8), transparent); }
.about-section__media-tag { position: absolute; bottom: 1.25rem; left: 1.25rem; z-index: 3; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--accent)); }
.about-section .section-heading { font-size: 1.875rem; }
@media (min-width: 768px) { .about-section .section-heading { font-size: 3.75rem; } }
@media (min-width: 1024px) { .about-section .section-heading { font-size: 4.5rem; } }
.about-section__lede { margin-top: 2rem; font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; line-height: 1.4; color: hsl(var(--foreground)); }
@media (min-width: 768px) { .about-section__lede { font-size: 1.5rem; } }
.about-section__p { margin-top: 1.5rem; color: hsl(var(--foreground) / 0.75); font-size: 1rem; line-height: 1.7; }
@media (min-width: 768px) { .about-section__p { font-size: 1.125rem; } }
.about-section__cards { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .about-section__cards { grid-template-columns: 1fr 1fr; } }
.about-card { padding: 1.25rem; transition: border-color 0.3s ease; }
.about-card:hover { border-color: hsl(var(--accent) / 0.5); }
.about-card__icon { margin-bottom: 0.75rem; transition: transform 0.3s ease; }
.about-card:hover .about-card__icon { transform: scale(1.1); }
.about-card__title { font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: hsl(var(--foreground)); }
@media (min-width: 768px) { .about-card__title { font-size: 1.125rem; } }
.about-card__text { margin-top: 0.5rem; color: hsl(var(--foreground) / 0.7); font-size: 0.875rem; line-height: 1.6; }
.about-section__gallery { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-section__gallery-item { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.about-section__gallery-item img:hover { transform: scale(1.05); }
.about-section__gallery-item img { transition: transform 0.5s ease; }
.about-section__stats { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding-top: 1.5rem; border-top: 1px solid hsl(var(--border)); }
.about-stat__value { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: hsl(var(--primary)); }
@media (min-width: 768px) { .about-stat__value { font-size: 2.25rem; } }
.about-stat__label { margin-top: 0.5rem; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--muted-foreground)); line-height: 1.6; }
.about-section__cta { margin-top: 2.25rem; display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; color: hsl(var(--primary)); transition: all 0.3s ease; }
.about-section__cta:hover { color: hsl(var(--accent)); gap: 0.75rem; }

/* =====================================================================
   RELEASES
   ===================================================================== */
.releases-section { background: hsl(var(--background)); padding: 5rem 0; }
@media (min-width: 768px) { .releases-section { padding: 7rem 0; } }
.releases-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 3.5rem; }
@media (min-width: 1024px) { .releases-layout { grid-template-columns: 7fr 5fr; gap: 2.5rem; } }
.releases-layout__player { overflow: hidden; padding: 0; }
.releases-layout__player-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid hsl(var(--border) / 0.6); padding: 0.75rem 1.25rem; }
.releases-layout__art-wrap { position: relative; aspect-ratio: 16/10; overflow: hidden; background: hsl(var(--secondary)); }
@media (min-width: 640px) { .releases-layout__art-wrap { aspect-ratio: 16/9; } }
.releases-layout__art { position: absolute; inset: 0; opacity: 0; transition: opacity 0.4s ease; }
.releases-layout__art.is-active { opacity: 1; z-index: 1; }
.releases-layout__art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.releases-layout__art-scrim { position: absolute; inset: 0; background: linear-gradient(to top, hsl(var(--background)), hsl(var(--background) / 0.45), transparent); }
.releases-layout__art-info { position: absolute; inset-inline: 0; bottom: 0; padding: 1.25rem 1.75rem; z-index: 3; }
.releases-layout__art-title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.875rem; color: hsl(var(--foreground)); line-height: 1; margin-top: 0.5rem; }
@media (min-width: 640px) { .releases-layout__art-title { font-size: 3rem; } }
.releases-layout__art-note { margin-top: 0.75rem; max-width: 32rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.6; }
.releases-layout__art-meta { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.meta-chip { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--foreground) / 0.85); border: 1px solid hsl(var(--accent) / 0.35); background: hsl(var(--background) / 0.7); padding: 0.25rem 0.65rem; }
.releases-layout__player-body { padding: 1rem 1.25rem; border-top: 1px solid hsl(var(--border) / 0.6); }
@media (min-width: 640px) { .releases-layout__player-body { padding: 1.25rem; } }
.theme-track-player { display: none; width: 100%; border: 1px solid hsl(var(--border)); background: hsl(var(--card) / 0.6); padding: 1rem 1.25rem; }
.theme-track-player.is-active { display: block; }
.theme-track-player__row { display: flex; align-items: center; gap: 1rem; }
.theme-track-player__toggle { flex-shrink: 0; display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid hsl(var(--accent) / 0.6); color: hsl(var(--accent)); background: hsl(var(--accent) / 0.1); transition: all 0.3s ease; }
.theme-track-player__toggle:hover { background: hsl(var(--accent)); color: hsl(var(--background)); transform: scale(1.05); }
.theme-track-player__bars { flex: 1; display: flex; align-items: flex-end; gap: 2px; height: 3.5rem; background: none; border: none; padding: 0; cursor: pointer; }
.theme-track-player__bar { flex: 1; min-width: 2px; height: 40%; background: hsl(var(--border)); transition: background 0.2s ease; }
.theme-track-player__bar.is-filled { background: hsl(var(--accent)); }
.theme-track-player__meta { margin-top: 0.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
.theme-track-player__time--current { color: hsl(var(--accent)); }
.theme-track-player__controls { display: flex; align-items: center; gap: 1rem; }
.theme-track-player__controls button { display: inline-flex; align-items: center; gap: 0.35rem; background: none; border: none; color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.theme-track-player__controls button:hover { color: hsl(var(--accent)); }
.theme-track-player__source { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid hsl(var(--border)); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; }
.theme-track-player__license { display: inline-flex; align-items: center; gap: 0.35rem; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
.theme-track-player__license svg { color: hsl(var(--accent)); }
.theme-track-player__source-link { display: inline-flex; align-items: center; gap: 0.35rem; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--primary)); transition: color 0.3s ease; }
.theme-track-player__source-link:hover { color: hsl(var(--accent)); }
.releases-layout__player-links { margin-top: 1rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.5rem; }
.releases-layout__player-links a { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--muted-foreground)); transition: all 0.3s ease; }
.releases-layout__player-links a:hover { color: hsl(var(--accent)); gap: 0.75rem; }
.releases-layout__player-links a.is-stream { color: hsl(var(--primary)); }
.releases-layout__player-links a.is-stream:hover { color: hsl(var(--accent)); }

.releases-layout__playlist { height: 100%; padding: 1rem 1.25rem; }
.releases-layout__playlist-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 0.25rem 1rem; }
.releases-layout__playlist-list { display: flex; flex-direction: column; gap: 0.5rem; }
.playlist-item { width: 100%; display: flex; align-items: center; gap: 1rem; padding: 0.75rem; text-align: left; border: 1px solid hsl(var(--border) / 0.6); background: hsl(var(--card) / 0.4); transition: all 0.3s ease; }
.playlist-item:hover { border-color: hsl(var(--accent) / 0.4); background: hsl(var(--accent) / 0.05); transform: translateX(4px); }
.playlist-item.is-active { border-color: hsl(var(--accent) / 0.6); background: hsl(var(--accent) / 0.1); }
.playlist-item__thumb { position: relative; width: 3.5rem; height: 3.5rem; flex-shrink: 0; overflow: hidden; background: hsl(var(--secondary)); }
.playlist-item__thumb img { width: 100%; height: 100%; object-fit: cover; }
.playlist-item__info { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 0.15rem; }
.playlist-item__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.125rem; line-height: 1.25; color: hsl(var(--foreground)); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.playlist-item.is-active .playlist-item__title { color: hsl(var(--accent)); }
.playlist-item__duration { flex-shrink: 0; padding-right: 0.25rem; }

/* =====================================================================
   SHOWS
   ===================================================================== */
.shows-section { background: hsl(var(--card)); padding: 5rem 0; }
@media (min-width: 768px) { .shows-section { padding: 7rem 0; } }
.shows-section__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 1024px) { .shows-section__grid { grid-template-columns: 5fr 7fr; gap: 4rem; } }
.shows-section__intro,
.shows-section__list-wrap { min-width: 0; }
.shows-section .section-heading { font-size: 1.875rem; }
@media (min-width: 768px) { .shows-section .section-heading { font-size: 3.75rem; } }
.shows-section__image { position: relative; margin-top: 2rem; aspect-ratio: 4/3; overflow: hidden; }
.shows-section__image .cover-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shows-section__image-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, hsl(var(--background) / 0.8), transparent); pointer-events: none; }
.shows-section__list-head { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 1.25rem; border-bottom: 1px solid hsl(var(--border)); }
.shows-list__row { display: flex; flex-direction: column; gap: 0.75rem; padding: 1.25rem; border-bottom: 1px solid hsl(var(--border) / 0.7); transition: background 0.3s ease; }
.shows-list__row:last-child { border-bottom: none; }
.shows-list__row:hover { background: hsl(var(--secondary) / 0.6); }
@media (min-width: 640px) { .shows-list__row { flex-direction: row; align-items: center; gap: 1.5rem; } }
.shows-list__date { color: hsl(var(--accent)); flex-shrink: 0; letter-spacing: 0.16em; font-size: 12px; }
@media (min-width: 640px) { .shows-list__date { width: 8rem; } }
.shows-list__info { flex: 1; min-width: 0; }
.shows-list__venue { display: block; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 1.125rem; color: hsl(var(--foreground)); }
.shows-list__row:hover .shows-list__venue { color: hsl(var(--primary)); }
.shows-list__city { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); }
.shows-list__status { flex-shrink: 0; display: inline-flex; align-items: center; gap: 0.35rem; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; border: 1px solid hsl(var(--border)); color: hsl(var(--muted-foreground)); padding: 0.4rem 0.75rem; }
.shows-list__status--link { border-color: hsl(var(--primary) / 0.6); color: hsl(var(--primary)); transition: all 0.3s ease; }
.shows-list__status--link:hover, .shows-list__row:hover .shows-list__status--link { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.shows-section__footnote { margin-top: 1.25rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }

/* =====================================================================
   SERVICES
   ===================================================================== */
.services-section { background: hsl(var(--background)); padding: 5rem 0; }
@media (min-width: 768px) { .services-section { padding: 7rem 0; } }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 72rem; margin: 3.5rem auto 0; }
@media (min-width: 640px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }
.service-card { display: flex; flex-direction: column; padding: 2rem; transition: all 0.5s ease; }
.service-card:hover { box-shadow: var(--shadow-elevated); transform: translateY(-8px); }
.service-card__index { margin-bottom: 1.25rem; display: block; }
.service-card__icon { margin-bottom: 1.5rem; color: hsl(var(--primary)); transition: color 0.5s ease; }
.service-card:hover .service-card__icon { color: hsl(var(--accent)); }
.service-card__kicker { color: hsl(var(--primary)); margin-bottom: 0.75rem; }
.service-card__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.25rem; color: hsl(var(--foreground)); margin-bottom: 0.75rem; line-height: 1.3; }
.service-card__desc { font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.6; margin-bottom: 1.75rem; }
.service-card__cta { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--primary)); transition: all 0.3s ease; }
.service-card__cta:hover { color: hsl(var(--accent)); gap: 0.75rem; }

/* =====================================================================
   SHOP
   ===================================================================== */
.shop-section { position: relative; background: hsl(var(--card)); overflow: hidden; padding: 4rem 0 6rem; }
@media (min-width: 768px) { .shop-section { padding: 6rem 0; } }
.shop-section__bg { position: absolute; inset: 0; opacity: 0.4; pointer-events: none; }
.shop-section > .container-wide { position: relative; }
.shop-section__head { text-align: center; margin-bottom: 3rem; }
.shop-search { position: relative; max-width: 28rem; margin: 3rem auto 2rem; display: flex; align-items: center; }
.shop-search svg { position: absolute; left: 0; color: hsl(var(--muted-foreground)); }
.shop-search input { width: 100%; padding: 0.5rem 0 0.5rem 1.75rem; background: transparent; border: none; border-bottom: 1px solid hsl(var(--border)); color: hsl(var(--foreground)); font-family: var(--font-mono); font-size: 0.95rem; }
.shop-search input:focus { outline: none; border-color: hsl(var(--accent)); }
.shop-cat-pills { display: flex; overflow-x: auto; gap: 0.5rem; margin-bottom: 1rem; justify-content: flex-start; scrollbar-width: none; }
@media (min-width: 768px) { .shop-cat-pills { flex-wrap: wrap; justify-content: center; overflow: visible; } }
.shop-cat-pill { flex-shrink: 0; padding: 0.5rem 1.25rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid hsl(var(--border)); background: transparent; color: hsl(var(--foreground)); transition: all 0.3s ease; }
.shop-cat-pill:hover { border-color: hsl(var(--sig, var(--primary))); color: hsl(var(--sig, var(--primary))); }
.shop-cat-pill.is-active { background: hsl(var(--sig, var(--primary))); border-color: hsl(var(--sig, var(--primary))); color: hsl(var(--background)); box-shadow: 0 0 24px -6px hsl(var(--sig, var(--primary)) / 0.9); }
.shop-price-filter { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.shop-price-filter__toggle { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--muted-foreground)); background: none; border: none; transition: color 0.3s ease; }
.shop-price-filter__toggle:hover { color: hsl(var(--accent)); }
.shop-price-filter__toggle svg { transition: transform 0.3s ease; }
.shop-price-filter.is-open .shop-price-filter__toggle svg { transform: rotate(180deg); }
.shop-price-filter__panel { width: 100%; max-width: 24rem; overflow: hidden; max-height: 0; opacity: 0; transition: all 0.3s var(--transition-smooth); }
.shop-price-filter.is-open .shop-price-filter__panel { max-height: 8rem; opacity: 1; padding: 0.5rem 0; }
.price-range-wrapper { position: relative; height: 1.5rem; touch-action: none; }
.range-track-bg, .range-track-fill { position: absolute; height: 4px; top: 50%; transform: translateY(-50%); pointer-events: none; border-radius: 999px; }
.range-track-bg { left: 0; right: 0; background: hsl(var(--border)); }
.range-track-fill { background: hsl(var(--primary)); }
.range-input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; padding: 0; -webkit-appearance: none; appearance: none; background: transparent; pointer-events: none; outline: none; }
.range-input::-webkit-slider-runnable-track { -webkit-appearance: none; height: 4px; background: transparent; border: none; }
.range-input::-moz-range-track { height: 4px; background: transparent; border: none; }
.range-input::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; pointer-events: auto; width: 18px; height: 18px; border-radius: 50%; background: hsl(var(--background)); border: 2px solid hsl(var(--primary)); cursor: pointer; margin-top: -7px; box-shadow: 0 0 0 2px hsl(var(--background)); }
.range-input::-moz-range-thumb { pointer-events: auto; width: 18px; height: 18px; border-radius: 50%; background: hsl(var(--background)); border: 2px solid hsl(var(--primary)); cursor: pointer; box-shadow: 0 0 0 2px hsl(var(--background)); }
.range-input--max { z-index: 3; }
.range-input--min { z-index: 4; }
.price-range-labels { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 0.85rem; color: hsl(var(--muted-foreground)); margin-top: 0.25rem; }

.shop-product-grid .theme-product-card-wrap { display: none; }
.shop-product-grid .theme-product-card-wrap.is-shop-visible { display: flex; }
.theme-empty-state { text-align: center; padding: 5rem 0; color: hsl(var(--muted-foreground)); font-family: var(--font-mono); font-size: 0.875rem; letter-spacing: 0.18em; text-transform: uppercase; }
.shop-section__more { text-align: center; margin-top: 3rem; }
.shop-section__more[hidden] { display: none !important; }

/* =====================================================================
   MEDIA KIT
   ===================================================================== */
.mediakit-section { background: hsl(var(--card)); padding: 5rem 0 7rem; }
.mediakit-section__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .mediakit-section__grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.mediakit-section__image-btn { position: relative; width: 100%; aspect-ratio: 4/5; overflow: hidden; cursor: zoom-in; text-align: left; padding: 0; background: none; }
@media (min-width: 640px) { .mediakit-section__image-btn { aspect-ratio: 4/3; } }
@media (min-width: 1024px) { .mediakit-section__image-btn { aspect-ratio: 4/5; } }
.mediakit-section__image-btn img { transition: transform 0.7s ease; }
.mediakit-section__image-btn:hover img { transform: scale(1.05); }
.mediakit-section__image-scrim { position: absolute; inset: 0; background: linear-gradient(to top, hsl(var(--background) / 0.85), transparent, transparent); }
.mediakit-section__expand { position: absolute; top: 1rem; right: 1rem; z-index: 3; width: 2.5rem; height: 2.5rem; border: 1px solid hsl(var(--accent) / 0.6); background: hsl(var(--background) / 0.7); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; color: hsl(var(--accent)); opacity: 0; transform: translateY(0.25rem); transition: all 0.3s ease; }
.mediakit-section__image-btn:hover .mediakit-section__expand { opacity: 1; transform: translateY(0); }
.mediakit-section__caption { position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem; z-index: 3; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--foreground) / 0.8); }
.mediakit-facts { margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mediakit-fact { border: 1px solid hsl(var(--border)); padding: 1rem; transition: border-color 0.3s ease; }
.mediakit-fact:hover { border-color: hsl(var(--primary) / 0.6); }
.mediakit-fact__label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--muted-foreground)); margin-bottom: 0.35rem; }
.mediakit-fact__value { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 1rem; color: hsl(var(--foreground)); }
@media (min-width: 768px) { .mediakit-fact__value { font-size: 1.125rem; } }
.mediakit-ctas { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .mediakit-ctas { flex-direction: row; } }

#theme-lightbox { display: none; position: fixed; inset: 0; z-index: 200; align-items: center; justify-content: center; padding: 2rem; }
#theme-lightbox.is-open { display: flex; }
.theme-lightbox__scrim { position: absolute; inset: 0; background: hsl(var(--background) / 0.9); backdrop-filter: blur(6px); }
.theme-lightbox__close { position: absolute; top: 1.5rem; right: 1.5rem; z-index: 2; background: none; border: none; color: hsl(var(--foreground)); }
#theme-lightbox img { position: relative; z-index: 1; max-width: 90vw; max-height: 85vh; object-fit: contain; border: 1px solid hsl(var(--primary) / 0.4); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq-section { background: hsl(var(--card)); padding: 5rem 0; }
@media (min-width: 768px) { .faq-section { padding: 7rem 0; } }
.section-heading-block__intro a.theme-faq-email,
.faq-section .theme-faq-email {
	color: hsl(var(--primary));
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.3s ease;
}
.section-heading-block__intro a.theme-faq-email:hover,
.faq-section .theme-faq-email:hover { color: hsl(var(--accent)); }
.faq-section__intro { text-align: center; max-width: 48rem; margin-left: auto; margin-right: auto; }
.faq-tabs { display: none; flex-wrap: wrap; justify-content: center; gap: 0.65rem; margin-top: 3rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .faq-tabs { display: flex; } }
.faq-tab { border: 1px solid hsl(var(--border)); padding: 0.65rem 1.25rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; background: transparent; color: hsl(var(--foreground)); transition: all 0.3s ease; }
.faq-tab:hover { border-color: hsl(var(--accent)); color: hsl(var(--accent)); transform: scale(1.05); }
.faq-tab.is-active { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border-color: hsl(var(--primary)); }
.faq-panels { display: none; border-top: 1px solid hsl(var(--border)); max-width: 48rem; margin: 0 auto; }
@media (min-width: 768px) { .faq-panels { display: block; } }
.faq-panel { display: none; }
.faq-panel.is-active { display: block; }
.faq-item { border-bottom: 1px solid hsl(var(--border)); }
.faq-item__toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; text-align: left; background: none; border: none; }
@media (min-width: 768px) { .faq-item__toggle { padding: 1.5rem 0; } }
.faq-item__question { font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; color: hsl(var(--foreground)); line-height: 1.4; }
@media (min-width: 768px) { .faq-item__question { font-size: 1.25rem; } }
.faq-item__toggle:hover .faq-item__question { color: hsl(var(--accent)); }
.faq-item__icon { flex-shrink: 0; width: 2.25rem; height: 2.25rem; border: 1px solid hsl(var(--primary) / 0.6); color: hsl(var(--primary)); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.faq-item.is-open .faq-item__icon { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border-color: hsl(var(--primary)); }
.faq-item__icon svg { transition: transform 0.3s ease; }
.faq-item.is-open .faq-item__icon svg { transform: rotate(180deg); }
.faq-item__panel { overflow: hidden; max-height: 0; transition: max-height 0.3s var(--transition-smooth); }
.faq-item.is-open .faq-item__panel { max-height: 40rem; }
.faq-item__answer { color: hsl(var(--foreground) / 0.75); font-size: 1rem; line-height: 1.7; padding-bottom: 1.5rem; padding-right: 3rem; max-width: 48rem; }
@media (min-width: 768px) { .faq-item__answer { font-size: 17px; } }
.faq-mobile { display: block; max-width: 42rem; margin: 3rem auto 0; }
@media (min-width: 768px) { .faq-mobile { display: none; } }
.faq-mobile__group { margin-bottom: 2.5rem; }
.faq-mobile__badge { display: inline-block; border: 1px solid hsl(var(--primary)); background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); padding: 0.5rem 1rem; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 1rem; }
.faq-mobile .faq-item__answer { padding-right: 1rem; }

/* =====================================================================
   CONTACT CTA
   ===================================================================== */
.contact-cta-section { position: relative; overflow: hidden; min-height: 85vh; width: 100%; display: flex; align-items: center; justify-content: center; padding: 6rem 0; }
.contact-cta-section__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-cta-section__scrim { position: absolute; inset: 0; background: hsl(var(--background) / 0.8); }
.contact-cta-section__inner { position: relative; z-index: 10; width: 100%; }
.contact-cta-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: stretch; }
@media (min-width: 1024px) { .contact-cta-grid { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.contact-cta-panel { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; overflow: hidden; box-shadow: var(--shadow-elevated); backdrop-filter: blur(6px); border: 1px solid hsl(var(--primary) / 0.3); padding: 1.75rem; background: var(--gradient-panel); }
@media (min-width: 768px) { .contact-cta-panel { padding: 2.5rem 3rem; } }
.contact-cta-panel__corner { position: absolute; width: 1.5rem; height: 1.5rem; border-color: hsl(var(--accent)); }
.contact-cta-panel__corner--tl { top: 0; left: 0; border-top: 2px solid; border-left: 2px solid; }
.contact-cta-panel__corner--br { bottom: 0; right: 0; border-bottom: 2px solid; border-right: 2px solid; }
.contact-cta-panel__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; color: hsl(var(--foreground)); font-size: 2.25rem; line-height: 1.02; margin: 1.25rem 0; }
@media (min-width: 768px) { .contact-cta-panel__title { font-size: 3rem; } }
@media (min-width: 1024px) { .contact-cta-panel__title { font-size: 3.75rem; } }
.contact-cta-panel__intro { color: hsl(var(--foreground) / 0.75); line-height: 1.6; margin-bottom: 2rem; font-size: 1rem; }
@media (min-width: 768px) { .contact-cta-panel__intro { font-size: 1.125rem; } }
.contact-cta-panel__list { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.contact-cta-panel__list li { display: flex; align-items: flex-start; gap: 1rem; }
.contact-cta-panel__row-icon { flex-shrink: 0; width: 2.5rem; height: 2.5rem; border: 1px solid hsl(var(--primary) / 0.4); color: hsl(var(--primary)); display: flex; align-items: center; justify-content: center; }
.contact-cta-panel__row-label { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
.contact-cta-panel__row-value { display: block; font-size: 1rem; color: hsl(var(--foreground) / 0.9); }
.contact-cta-panel__ctas { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.75rem; }
@media (min-width: 640px) { .contact-cta-panel__ctas { flex-direction: row; } }
.contact-cta-panel__ctas button.theme-btn-primary { border: 1px solid hsl(var(--primary)); }
.contact-cta-panel__socials { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: hsl(var(--foreground) / 0.6); }
.contact-cta-panel__socials a { display: inline-flex; align-items: center; gap: 0.35rem; }
.contact-cta-panel__socials a:hover { color: hsl(var(--accent)); }

.theme-booking-form { display: flex; flex-direction: column; padding: 1.5rem; backdrop-filter: blur(6px); }
@media (min-width: 768px) { .theme-booking-form { padding: 2.25rem; } }
.theme-booking-form__label { margin-bottom: 1.5rem; }
.theme-form-row--split { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .theme-form-row--split { grid-template-columns: 1fr 1fr; } }
.theme-form-field { margin-bottom: 0; }
.theme-form-field--grow { flex: 1; display: flex; flex-direction: column; margin-top: 1rem; }
.theme-form-field label { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--muted-foreground)); margin-bottom: 0.5rem; }
.theme-form-field input, .theme-form-field select, .theme-form-field textarea {
	width: 100%; background: hsl(var(--background) / 0.7); border: 1px solid hsl(var(--border)); padding: 0.75rem 1rem;
	font-size: 1rem; font-family: var(--font-body); color: hsl(var(--foreground)); transition: all 0.3s ease;
}
.theme-form-field input::placeholder, .theme-form-field textarea::placeholder { color: hsl(var(--muted-foreground)); }
.theme-form-field input:focus, .theme-form-field select:focus, .theme-form-field textarea:focus { outline: none; border-color: hsl(var(--accent)); box-shadow: 0 0 0 1px hsl(var(--accent)); }
.theme-form-field textarea { resize: none; flex: 1; min-height: 112px; }
.theme-booking-form__submit { margin-top: 1.5rem; width: 100%; }
.theme-booking-form__direct { margin-top: 1rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: hsl(var(--muted-foreground)); text-align: center; }
.theme-mailto, .theme-tel { color: hsl(var(--primary)); }
.theme-mailto:hover, .theme-tel:hover { color: hsl(var(--accent)); }
.theme-form-error { color: hsl(0 84% 60%); font-size: 0.85rem; margin-top: 0.75rem; text-align: center; }

/* =====================================================================
   CONTACT MODAL
   ===================================================================== */
#theme-contact-overlay { display: none; position: fixed; inset: 0; z-index: 90; background: hsl(var(--background) / 0.7); backdrop-filter: blur(4px); }
#theme-contact-modal { display: none; position: fixed; inset: 0; z-index: 91; align-items: center; justify-content: center; padding: 1.5rem; }
body.contact-open #theme-contact-overlay, body.contact-open #theme-contact-modal { display: flex; }
.theme-modal__panel { position: relative; width: 100%; max-width: 32rem; max-height: 90vh; overflow-y: auto; background: hsl(var(--card)); border: 1px solid hsl(var(--border)); padding: 2rem; animation: scaleIn 0.25s ease-out; }
.theme-modal__close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; color: hsl(var(--foreground)); opacity: 0.7; }
.theme-modal__close:hover { opacity: 1; }
.theme-modal__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.theme-modal__intro { color: hsl(var(--muted-foreground)); margin-bottom: 1.25rem; }
.theme-modal__direct { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: hsl(var(--muted-foreground)); margin-bottom: 1.5rem; }
.theme-modal__direct a:hover { color: hsl(var(--foreground)); }
.theme-contact-form .theme-form-field { margin-bottom: 1rem; }
.theme-form-actions { display: flex; justify-content: flex-end; }
.theme-modal__success { text-align: center; padding: 2rem 0; }
.theme-modal__success-icon { width: 3.5rem; height: 3.5rem; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border-radius: 999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.theme-modal__success h3 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 0.5rem; }
.theme-modal__success p { color: hsl(var(--muted-foreground)); font-size: 0.9rem; }

/* =====================================================================
   SIDE CART DRAWER
   ===================================================================== */
#theme-cart-overlay { display: none; position: fixed; inset: 0; z-index: 95; background: hsl(var(--foreground) / 0.2); }
body.cart-open #theme-cart-overlay { display: block; }
#theme-cart-drawer { position: fixed; right: -100%; top: 0; height: 100%; width: 100%; max-width: 28rem; background: hsl(var(--background)); z-index: 96; box-shadow: var(--shadow-elevated); display: flex; flex-direction: column; transition: right 0.35s var(--transition-smooth); }
body.cart-open #theme-cart-drawer { right: 0; }
#theme-cart-drawer.is-updating { opacity: 0.6; pointer-events: none; }
.theme-cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid hsl(var(--border)); }
.theme-cart-drawer__header h2 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; }
.theme-cart-drawer__close { background: none; border: none; color: hsl(var(--foreground)); opacity: 0.7; }
.theme-cart-drawer__close:hover { opacity: 1; }
.theme-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; gap: 1rem; color: hsl(var(--muted-foreground)); }
.theme-cart-drawer__items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.theme-cart-drawer__item { display: flex; gap: 1rem; }
.theme-cart-drawer__item-img { width: 5rem; height: 6rem; background: hsl(var(--secondary)); overflow: hidden; flex-shrink: 0; }
.theme-cart-drawer__item-img img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-drawer__item-info { flex: 1; min-width: 0; }
.theme-cart-drawer__item-name { display: block; font-size: 0.9rem; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-cart-drawer__item-name:hover { opacity: 0.7; }
.theme-cart-drawer__item-variation { font-size: 0.75rem; color: hsl(var(--muted-foreground)); margin-top: 0.15rem; }
.theme-cart-drawer__item-price { font-size: 0.9rem; color: hsl(var(--muted-foreground)); margin-top: 0.15rem; }
.theme-cart-drawer__item-controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem; }
.theme-qty-btn { padding: 0.25rem; background: none; border: 1px solid hsl(var(--border)); color: hsl(var(--foreground)); display: inline-flex; }
.theme-qty-btn:hover { background: hsl(var(--secondary)); }
.theme-cart-drawer__item-qty { font-size: 0.9rem; width: 1.5rem; text-align: center; }
.theme-cart-drawer__item-remove { margin-left: auto; font-size: 0.85rem; color: hsl(var(--muted-foreground)); background: none; border: none; }
.theme-cart-drawer__item-remove:hover { color: hsl(var(--foreground)); }
.theme-cart-drawer__footer { padding: 1.5rem; border-top: 1px solid hsl(var(--border)); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__subtotal { display: flex; justify-content: space-between; font-size: 0.9rem; }
.theme-cart-drawer__shipping-note { font-size: 0.85rem; color: hsl(var(--muted-foreground)); }
.theme-cart-drawer__checkout { width: 100%; }
.theme-cart-drawer__empty-btn { width: 100%; }

/* View cart link injected by WooCommerce after AJAX add - not in design (Section 11.4.2) */
.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

/* =====================================================================
   WOOCOMMERCE — ADD TO CART BUTTONS (Section 11.4.1)
   ===================================================================== */
.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
	border: none !important;
	border-radius: var(--btn-radius) !important;
	min-height: var(--btn-height) !important;
	padding: var(--btn-padding) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: var(--font-mono) !important;
	font-size: var(--btn-font-size) !important;
	font-weight: var(--btn-font-weight) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: var(--btn-text-transform) !important;
	cursor: pointer !important;
	transition: opacity 0.2s ease !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
	opacity: 0.85 !important;
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
	pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
	opacity: 0.4 !important;
	background-color: var(--color-primary) !important;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important;
	padding: 0.75rem 0.5rem !important;
	border-radius: 0 !important;
}
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }
.ajax_add_to_cart.theme-btn-loading { opacity: 0.6 !important; pointer-events: none !important; cursor: wait !important; }

.theme-attr-select-hidden { display: none !important; }

/* Single product responsive layout (Section 11.13) */
.single-product .theme-product-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; min-width: 0; padding: 1rem 0 6rem; }
@media (min-width: 1024px) { .single-product .theme-product-layout { grid-template-columns: 7fr 5fr; gap: 4rem; align-items: start; } }
.single-product .theme-product-gallery, .single-product .theme-product-info { min-width: 0; max-width: 100%; }
@media (min-width: 1024px) {
	.single-product .theme-product-info { position: sticky; top: 7rem; align-self: start; padding-left: 1rem; }
}
.theme-product-gallery__mobile { display: block; }
.theme-product-gallery__desktop { display: none; }
@media (min-width: 1024px) {
	.theme-product-gallery__mobile { display: none; }
	.theme-product-gallery__desktop { display: flex; flex-direction: column; gap: 1rem; }
}
.theme-product-main-image-wrap { position: relative; overflow: hidden; background: hsl(var(--secondary)); }
.theme-product-main-image-wrap--square { aspect-ratio: 1 / 1; width: 100%; }
.theme-product-main-image-wrap--square .theme-product-main-image,
.theme-product-main-image-wrap--square img.theme-product-main-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}
.theme-product-thumbnails { display: flex; flex-wrap: nowrap; gap: 0.75rem; margin-top: 1rem; max-width: 100%; overflow-x: auto; padding-bottom: 0.25rem; }
.theme-product-thumbnails--mobile .theme-product-thumb { flex-shrink: 0; }
.theme-product-thumb { position: relative; width: 5rem; height: 5rem; overflow: hidden; background: hsl(var(--secondary)); border: 1px solid transparent; padding: 0; }
.theme-product-thumb img.cover-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.theme-product-thumb::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: hsl(var(--foreground)); opacity: 0; transition: opacity 0.3s ease; }
.theme-product-thumb img { opacity: 0.6; }
.theme-product-thumb.is-active { border-color: transparent; }
.theme-product-thumb.is-active::after, .theme-product-thumb:hover::after { opacity: 1; }
.theme-product-thumb.is-active img, .theme-product-thumb:hover img { opacity: 1; }

.theme-product-info__cat { font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
.theme-product-info__cat a { color: inherit; }
.product-title.theme-product-info__title { font-family: var(--font-display); font-weight: 400; font-size: 1.875rem; line-height: 1.1; margin: 0.75rem 0 1.25rem; }
@media (min-width: 1024px) { .product-title.theme-product-info__title { font-size: 2.75rem; } }
.theme-product-info__price { font-size: 1.25rem; margin-bottom: 1.5rem; }
.theme-product-info__price .price { color: hsl(var(--foreground)); }
.theme-stock-indicator--out { color: hsl(0 84% 60%); font-weight: 600; margin-bottom: 1rem; }
.theme-product-info__lede { color: hsl(var(--muted-foreground)); line-height: 1.7; margin-bottom: 1.5rem; font-size: 1rem; }
.theme-product-field-label { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--muted-foreground)); margin-bottom: 0.75rem; font-weight: 400; }
.theme-product-quantity { margin-bottom: 1rem; }
.theme-product-purchase-form { margin-top: 0; }
.theme-product-variations { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 1.5rem; }
.variations.theme-attr-select-hidden,
.theme-product-variation .theme-attr-select-hidden { display: none !important; }
.single_variation_wrap .woocommerce-variation-price { display: none; }
.theme-attr-pill--color { display: inline-flex; align-items: center; gap: 0.5rem; }
.theme-attr-pill__swatch { width: 0.75rem; height: 0.75rem; border-radius: 999px; border: 1px solid hsl(var(--border)); flex-shrink: 0; }
.theme-attr-pill.is-selected .theme-attr-pill__swatch { border-color: hsl(var(--foreground)); }

.single-product .variations.shop_attributes tbody,
.single-product .variations tbody tr,
.single-product .variations tbody td { display: block; width: 100%; }
.single-product .variations tbody td.label { padding-bottom: 0.5rem; font-weight: 600; font-family: var(--font-body); font-style: normal; text-transform: uppercase; font-size: 13px; letter-spacing: 0.2em; color: hsl(var(--muted-foreground)); }
.single-product .variations tbody td.value { padding-top: 0; padding-bottom: 1.25rem; }
.single-product .variations tbody tr:last-child td.value { padding-bottom: 0; }
.theme-attr-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-attr-pill { padding: 0.5rem 1.1rem; font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase; border: 1px solid hsl(var(--border)); background: transparent; color: hsl(var(--foreground)); border-radius: 999px; transition: all 0.2s ease; }
.theme-attr-pill:hover { border-color: hsl(var(--foreground) / 0.6); }
.theme-attr-pill.is-selected { background: hsl(var(--foreground)); color: hsl(var(--background)); border-color: hsl(var(--foreground)); }

.single-product .theme-add-to-cart-area { display: block; margin: 0 0 1.5rem; }
.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 1px solid hsl(var(--border)); }
.theme-qty-minus, .theme-qty-plus { padding: 0.75rem; background: none; border: none; color: hsl(var(--foreground)); display: inline-flex; }
.theme-qty-minus:hover, .theme-qty-plus:hover { background: hsl(var(--secondary)); }
.theme-qty-input { width: 3.5rem; text-align: center; border: none; border-left: 1px solid hsl(var(--border)); border-right: 1px solid hsl(var(--border)); background: transparent; color: hsl(var(--foreground)); -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.single-product .single_add_to_cart_button.theme-product-cta,
.single-product .theme-product-cta {
	width: 100%;
	background: hsl(var(--foreground)) !important;
	color: hsl(var(--background)) !important;
	border: none !important;
	border-radius: 999px !important;
	min-height: 3.5rem !important;
	padding: 1rem 2rem !important;
	font-family: var(--font-body) !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: 0.25em !important;
	text-transform: uppercase !important;
	transition: opacity 0.2s ease !important;
}
.single-product .single_add_to_cart_button.theme-product-cta:hover,
.single-product .theme-product-cta:hover { opacity: 0.9 !important; background: hsl(var(--foreground)) !important; color: hsl(var(--background)) !important; transform: none !important; }
.single-product .single_add_to_cart_button.theme-product-cta:disabled,
.single-product .theme-product-cta.disabled { opacity: 0.6 !important; cursor: not-allowed !important; }

.theme-product-accordions { margin-top: 2.5rem; border-top: 1px solid hsl(var(--border)); }
.theme-accordion { border-bottom: 1px solid hsl(var(--border)); }
.theme-accordion__toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 0; background: none; border: none; text-align: left; font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; color: hsl(var(--foreground)); }
.theme-accordion__toggle svg { transition: transform 0.3s ease; }
.theme-accordion.is-open .theme-accordion__toggle svg { transform: rotate(180deg); }
.theme-accordion__panel { display: none; padding-bottom: 1.5rem; color: hsl(var(--muted-foreground)); line-height: 1.7; overflow-wrap: break-word; word-break: break-word; font-size: 15px; }
.theme-accordion.is-open .theme-accordion__panel { display: block; }
.theme-accordion__lede { margin-bottom: 1rem; white-space: pre-line; }
.theme-accordion__list { list-style: none; padding: 0; margin: 0; }
.theme-accordion__list li { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.5rem; }
.theme-accordion__list li::before { content: ''; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: hsl(var(--foreground)); margin-top: 0.55rem; flex-shrink: 0; }
.theme-accordion__panel p + p { margin-top: 0.75rem; }

.theme-breadcrumb { padding: 0.75rem 0; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
.theme-breadcrumb a:hover { color: hsl(var(--foreground)); }
.theme-breadcrumb__sep { margin: 0 0.5rem; opacity: 0.5; }
.theme-breadcrumb__current { color: hsl(var(--foreground)); }

.related-products-section { padding: 5rem 0; border-top: 1px solid hsl(var(--border)); margin-top: 0; }
.theme-section-head { text-align: center; margin-bottom: 3rem; }
.theme-section-head .term-label { justify-content: center; margin-bottom: 0.75rem; }
.theme-section-head .section-heading { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.875rem; }
@media (min-width: 768px) { .theme-section-head .section-heading { font-size: 2.25rem; } }

/* Archive / shop-as-a-page */
.shop-section--archive { padding: 8rem 0 5rem; background: hsl(var(--background)); }
.shop-section--archive .shop-section__head { margin-bottom: 3rem; }
.shop-heading { text-align: center; }
.shop-section__pagination { text-align: center; margin-top: 3rem; }
.shop-section__pagination .page-numbers { display: inline-flex; padding: 0.5rem 0.9rem; border: 1px solid hsl(var(--border)); margin: 0 0.15rem; }
.shop-section__pagination .page-numbers.current { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border-color: hsl(var(--primary)); }

/* =====================================================================
   PAGE / 404
   ===================================================================== */
.theme-page-wrap { padding-top: 8rem; padding-bottom: 5rem; }
body.theme-no-hero:not(.woocommerce-checkout) .site-main { padding-top: var(--header-height); }
body.theme-no-hero:not(.woocommerce-checkout) .site-main.single-product-main {
	padding-top: calc(var(--header-height) + 1.5rem);
	padding-bottom: 0;
	background: hsl(var(--background));
}
@media (min-width: 768px) {
	body.theme-no-hero:not(.woocommerce-checkout) .site-main.single-product-main {
		padding-top: calc(1.75rem + 6rem + 1.5rem);
	}
}
@media (min-width: 1024px) {
	body.theme-no-hero:not(.woocommerce-checkout) .site-main.single-product-main {
		padding-top: calc(1.75rem + 6rem + 2rem);
	}
}
.page-title { font-size: 2.25rem; margin-bottom: 2rem; font-weight: 700; }
.theme-404 { min-height: 70vh; display: flex; align-items: center; justify-content: center; }
.theme-404__inner { text-align: center; padding-top: 6rem; }
.theme-404__code { font-family: var(--font-display); font-size: 4rem; margin-bottom: 1rem; }
.theme-404__text { font-size: 1.25rem; color: hsl(var(--muted-foreground)); margin-bottom: 1rem; }
.theme-404__link { color: hsl(var(--primary)); text-decoration: underline; }

/* =====================================================================
   WOOCOMMERCE NOTICES (Section 14.1)
   ===================================================================== */
.single-product .woocommerce-message, .single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	max-width: 80rem; margin: 6rem auto 0; padding: 1rem 1.5rem; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); color: hsl(var(--foreground)); list-style: none; font-family: var(--font-body);
}
.woocommerce-error { border-color: hsl(0 84% 60% / 0.5); }

/* =====================================================================
   CHECKOUT (Section 13)
   ===================================================================== */
body.woocommerce-checkout .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main { padding-top: var(--header-height); padding-bottom: 4rem; }
body.woocommerce-checkout .entry-content,
body.woocommerce-cart .entry-content,
body.woocommerce-account .entry-content { max-width: 100%; }

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
	min-width: 0; width: 100%; max-width: none;
}

@media (min-width: 768px) {
	body.woocommerce-checkout .wc-block-checkout,
	body.woocommerce-cart .wc-block-cart {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--checkout-gap);
		align-items: start;
	}
	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large,
	body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.is-large {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--checkout-gap);
		align-items: start;
	}
}
body.woocommerce-checkout .wc-block-components-notice-banner { grid-column: 1 / -1; }

body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .wc-block-cart__sidebar {
	background-color: hsl(var(--card));
	border-radius: var(--card-radius);
	padding: 2rem;
	border: 1px solid hsl(var(--border));
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-textarea textarea,
body.woocommerce-cart .wc-block-components-text-input input {
	background: hsl(var(--background) / 0.7);
	border: 1px solid hsl(var(--border));
	color: hsl(var(--foreground));
	font-family: var(--font-body);
	border-radius: 4px;
	width: 100% !important;
	max-width: none !important;
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus { outline: none; border-color: hsl(var(--accent)); }
body.woocommerce-checkout .wc-block-components-text-input input { padding: revert; }

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background: hsl(var(--primary)) !important;
	color: hsl(var(--primary-foreground)) !important;
	border-radius: 999px !important;
	font-family: var(--font-mono) !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 12px !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { opacity: 0.9; }

body.woocommerce-checkout .wc-block-components-notice-banner {
	background: hsl(var(--card));
	border: 1px solid hsl(var(--border));
	color: hsl(var(--foreground));
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
body.woocommerce-cart .wc-block-components-order-summary-item__quantity {
	background-color: hsl(var(--primary)) !important;
	color: hsl(var(--primary-foreground)) !important;
	border: 1px solid hsl(var(--background));
	box-shadow: 0 0 0 1px hsl(var(--primary) / 0.35);
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity span[aria-hidden="true"],
body.woocommerce-cart .wc-block-components-order-summary-item__quantity span[aria-hidden="true"] {
	color: hsl(var(--primary-foreground)) !important;
}

/* =====================================================================
   THANK YOU PAGE (Section 22.8)
   ===================================================================== */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .site-main { padding-top: var(--header-height); padding-bottom: 5rem; }
body.theme-thankyou-page .woocommerce-order,
body.theme-thankyou-page .woocommerce-order-overview,
body.theme-thankyou-page .woocommerce-customer-details,
body.theme-thankyou-page .woocommerce-order-details { max-width: 60rem; margin: 0 auto; }
body.theme-thankyou-page .woocommerce-order-overview {
	display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; padding: 1.5rem; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); margin-bottom: 2rem;
}
body.theme-thankyou-page .woocommerce-order-overview li { flex: 1; min-width: 10rem; }
body.theme-thankyou-page h2, body.theme-thankyou-page .woocommerce-order-details__title { font-size: 1.5rem; font-weight: 700; padding: 0 0 1rem 0; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; border-collapse: collapse; }
body.theme-thankyou-page .woocommerce-order-details table th,
body.theme-thankyou-page .woocommerce-order-details table td { padding: 0.75rem; border-bottom: 1px solid hsl(var(--border)); }
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
@media (min-width: 768px) {
	body.theme-thankyou-page .woocommerce-customer-details {
		display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; margin-top: 2.5rem;
	}
}
body.theme-thankyou-page .woocommerce-customer-details address { min-width: 0; overflow-wrap: break-word; border: 1px solid hsl(var(--border)); padding: 1.25rem; font-style: normal; }

/* =====================================================================
   RESPONSIVE HELPERS / MISC
   ===================================================================== */
@media (max-width: 767px) {
	.hero-section__ctas .btn-hero-outline, .hero-section__ctas .btn-hero-primary { width: 100%; }
}

/* =====================================================================
   SCROLL TO TOP
   ===================================================================== */
.theme-scroll-top {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 50;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: hsl(var(--background) / 0.85);
	backdrop-filter: blur(10px);
	border: 1px solid hsl(var(--primary) / 0.5);
	color: hsl(var(--primary));
	box-shadow: 0 8px 30px rgba(0,0,0,0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1.25rem) scale(0.85);
	transition: opacity 0.25s var(--transition-smooth), transform 0.25s var(--transition-smooth), visibility 0.25s, background 0.3s ease, color 0.3s ease;
	pointer-events: none;
	padding: 0;
}
.theme-scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}
.theme-scroll-top:hover {
	transform: translateY(-3px) scale(1.05);
	color: hsl(var(--accent));
	border-color: hsl(var(--accent) / 0.6);
}
.theme-scroll-top:active { transform: scale(0.92); }
.theme-scroll-top__ring {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	pointer-events: none;
}
.theme-scroll-top__icon {
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
}
.theme-scroll-top:hover .theme-scroll-top__icon { transform: translateY(-2px); }
body.admin-bar .theme-scroll-top { bottom: calc(1.5rem + 32px); }
@media screen and (max-width: 782px) {
	body.admin-bar .theme-scroll-top { bottom: calc(1.5rem + 46px); }
}
