/* =========================================================================
   Glitzy Gals Creations — theme stylesheet
   All visual styling lives here (Section 10 / 14). No styling in .php files.
   ========================================================================= */

:root {
	--color-background: 300 30% 8%;
	--color-foreground: 340 40% 96%;
	--color-primary: 328 82% 52%;
	--color-primary-foreground: 340 60% 98%;
	--color-secondary: 285 30% 16%;
	--color-secondary-foreground: 340 40% 96%;
	--color-muted: 300 18% 20%;
	--color-muted-foreground: 320 15% 72%;
	--color-accent: 178 72% 48%;
	--color-accent-foreground: 300 30% 8%;
	--color-highlight: 275 70% 68%;
	--color-highlight-foreground: 300 30% 8%;
	--color-border: 300 20% 24%;

	--surface-oat: 300 30% 10%;
	--surface-blush: 328 34% 15%;
	--surface-sage: 178 40% 15%;
	--surface-sky: 275 32% 17%;
	--surface-butter: 328 40% 19%;

	--radius: 0.125rem;
	--font-display: 'Cormorant Garamond', Georgia, serif;
	--font-body: 'Inter', 'Helvetica Neue', sans-serif;
	--font-script: 'Great Vibes', cursive;

	--shadow-soft: 0 6px 24px -8px hsl(328 78% 8% / 0.55);
	--shadow-elevated: 0 14px 40px -12px hsl(328 78% 6% / 0.7);
	--transition-smooth: cubic-bezier(0.25, 0.4, 0.25, 1);

	--btn-radius: 9999px;
	--btn-height: 48px;
	--btn-padding: 0 2rem;
	--btn-font-size: 12px;
	--btn-font-weight: 600;
	--btn-letter-spacing: 0.28em;
	--btn-text-transform: uppercase;
	--btn-icon-padding: 0.5rem;
	--color-button-text: hsl(var(--color-primary-foreground));
	--header-height: 88px;
	--card-radius: 0.5rem;
	--checkout-gap: 2rem;
	--logo-height: 4rem;
	--logo-height-lg: 5rem;
}

@media (min-width: 1024px) {
	:root { --header-height: 104px; }
}

/* -------------------------------------------------------------------------
   RESET / BASE
   ---------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; margin: 0; padding: 0; }
body {
	background: hsl(var(--color-background));
	color: hsl(var(--color-foreground));
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
img:not(.cover-img):not(.hero-slide-img):not(.promo-banner-img):not(.theme-product-card__image):not(.theme-product-main-img):not(.site-logo-img):not(.mega-panel__feature-img):not(.search-overlay__product img):not(.theme-cart-item-image img) {
	height: auto;
}
.cover-img,
.hero-slide-img,
.promo-banner-img,
.theme-product-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
a { color: inherit; text-decoration: none; }
a[href]:not([href=""]) { cursor: pointer; }
button { font-family: inherit; cursor: pointer; background: none; border: none; color: inherit; }
button:disabled { cursor: not-allowed; }
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"],
select,
summary,
label[for] { cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: inherit; }
h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
	font-family: var(--font-display);
	letter-spacing: -0.015em;
	margin: 0;
}
p { margin: 0; }
ul { list-style: none; margin: 0; padding: 0; }
.container-wide { width: 100%; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { .container-wide { padding: 0 2.5rem; } }
.container-editorial { width: 100%; max-width: 64rem; margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { .container-editorial { padding: 0 2.5rem; } }

.eyebrow, .label-eyebrow {
	font-size: 11px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}
.eyebrow { color: hsl(var(--color-foreground) / 0.65); }
.label-eyebrow { color: hsl(var(--color-muted-foreground)); }

.heading-accent-rule {
	display: inline-block;
	width: 48px;
	height: 3px;
	border-radius: 9999px;
	background-image: linear-gradient(90deg, hsl(var(--color-primary)), hsl(var(--color-accent)));
}

.section-header-center { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }

.drop-cap::first-letter {
	font-family: var(--font-display);
	float: left;
	margin-right: 0.75rem;
	margin-top: 0.25rem;
	font-size: 4.5rem;
	line-height: 0.85;
	color: hsl(var(--color-foreground));
}

/* Surfaces */
.surface-oat { background-image: radial-gradient(120% 90% at 0% 0%, hsl(var(--surface-blush) / 0.55), transparent 60%), radial-gradient(110% 80% at 100% 100%, hsl(var(--surface-sage) / 0.45), transparent 65%), linear-gradient(135deg, hsl(var(--surface-oat)) 0%, hsl(var(--color-background)) 100%); }
.surface-blush { background-image: radial-gradient(90% 70% at 15% 20%, hsl(var(--color-accent) / 0.22), transparent 70%), radial-gradient(100% 80% at 85% 80%, hsl(var(--surface-sky) / 0.55), transparent 70%), linear-gradient(140deg, hsl(var(--surface-blush)) 0%, hsl(var(--surface-butter) / 0.7) 100%); }
.surface-sage { background-image: radial-gradient(100% 80% at 20% 30%, hsl(var(--surface-sky) / 0.7), transparent 70%), radial-gradient(90% 70% at 90% 90%, hsl(var(--color-accent) / 0.18), transparent 70%), linear-gradient(135deg, hsl(var(--surface-sage)) 0%, hsl(var(--surface-blush) / 0.85) 100%); }
.surface-sky { background-image: radial-gradient(110% 90% at 80% 10%, hsl(var(--color-primary) / 0.18), transparent 70%), radial-gradient(90% 70% at 10% 90%, hsl(var(--surface-sage) / 0.8), transparent 70%), linear-gradient(150deg, hsl(var(--surface-sky)) 0%, hsl(var(--surface-blush)) 100%); }
.surface-butter { background-image: radial-gradient(100% 80% at 90% 20%, hsl(var(--color-accent) / 0.35), transparent 65%), radial-gradient(110% 90% at 10% 85%, hsl(var(--surface-sky) / 0.6), transparent 70%), linear-gradient(135deg, hsl(var(--surface-butter)) 0%, hsl(var(--surface-blush)) 100%); }
.surface-butter-solid { background-color: hsl(var(--surface-butter)); }
.surface-sage-solid { background-color: hsl(var(--surface-sage)); }
.surface-sky-solid { background-color: hsl(var(--surface-sky)); }
.bg-aurora { background-image: radial-gradient(60% 50% at 15% 20%, hsl(var(--surface-sky) / 0.85), transparent 70%), radial-gradient(55% 50% at 85% 25%, hsl(var(--color-accent) / 0.28), transparent 70%), radial-gradient(70% 60% at 75% 85%, hsl(var(--surface-sage) / 0.75), transparent 70%), radial-gradient(60% 50% at 20% 90%, hsl(var(--surface-butter) / 0.7), transparent 70%), linear-gradient(135deg, hsl(var(--surface-blush)) 0%, hsl(var(--surface-oat)) 100%); }

/* -------------------------------------------------------------------------
   BUTTON SYSTEMS
   ---------------------------------------------------------------------- */
.btn-gradient {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	height: 48px; padding: 0 2rem; border-radius: 9999px;
	font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600;
	color: hsl(var(--color-primary-foreground));
	background-image: linear-gradient(120deg, hsl(var(--color-primary)) 0%, hsl(var(--color-accent)) 100%);
	box-shadow: 0 0 10px hsl(var(--color-primary) / 0.55), 0 0 28px hsl(var(--color-accent) / 0.35), 0 0 50px hsl(var(--color-highlight) / 0.25), 0 10px 30px -8px hsl(var(--color-accent) / 0.55), 0 2px 8px -2px hsl(var(--color-primary) / 0.4);
	transition: transform 0.3s var(--transition-smooth), box-shadow 0.3s var(--transition-smooth);
	position: relative; overflow: hidden;
}
.btn-gradient::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(115deg, transparent 30%, hsl(0 0% 100% / 0.35) 50%, transparent 70%);
	transform: translateX(-120%); transition: transform 0.9s var(--transition-smooth); pointer-events: none;
}
.btn-gradient:hover { transform: translateY(-1px); }
.btn-gradient:hover::after { transform: translateX(120%); }

.neon-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	height: 48px; padding: 0 2rem; border-radius: 9999px;
	font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600;
	color: hsl(var(--color-primary-foreground));
	background-image: linear-gradient(120deg, hsl(var(--color-primary)) 0%, hsl(var(--color-accent)) 100%);
	border: 1px solid hsl(var(--color-primary) / 0.85);
	box-shadow: 0 0 12px hsl(var(--color-primary) / 0.65), 0 0 32px hsl(var(--color-accent) / 0.45), 0 0 56px hsl(var(--color-highlight) / 0.30), 0 10px 30px -8px hsl(var(--color-accent) / 0.55);
	transition: all 0.3s var(--transition-smooth);
}
.neon-btn:hover { transform: translateY(-1px); box-shadow: 0 0 18px hsl(var(--color-primary) / 0.85), 0 0 48px hsl(var(--color-accent) / 0.65), 0 0 78px hsl(var(--color-highlight) / 0.45), 0 14px 36px -8px hsl(var(--color-accent) / 0.7); }

.neon-outline {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	height: 48px; padding: 0 2rem; border-radius: 9999px;
	background: transparent; color: hsl(var(--color-foreground));
	border: 1px solid hsl(var(--color-primary) / 0.75);
	font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 700;
	box-shadow: 0 0 8px hsl(var(--color-primary) / 0.25), inset 0 0 0 1px hsl(var(--color-primary) / 0.35);
	transition: all 0.3s var(--transition-smooth);
}
.neon-outline:hover { border-color: hsl(var(--color-primary)); color: hsl(var(--color-primary)); box-shadow: 0 0 14px hsl(var(--color-primary) / 0.55), 0 0 32px hsl(var(--color-accent) / 0.35), inset 0 0 0 1px hsl(var(--color-primary) / 0.5); transform: translateY(-1px); }

.neon-chip {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.375rem;
	padding: 0.5rem 1rem; border-radius: 9999px; border: 1px solid hsl(var(--color-border));
	font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
	color: hsl(var(--color-foreground)); background: transparent; transition: all 0.3s ease;
}
.neon-chip:hover { border-color: hsl(var(--color-primary)); color: hsl(var(--color-primary)); box-shadow: 0 0 10px hsl(var(--color-primary) / 0.4), 0 0 22px hsl(var(--color-accent) / 0.25); }
.neon-chip.is-active { color: hsl(var(--color-primary-foreground)); border-color: hsl(var(--color-primary)); background-image: linear-gradient(120deg, hsl(var(--color-primary)) 0%, hsl(var(--color-accent)) 100%); box-shadow: 0 0 12px hsl(var(--color-primary) / 0.65), 0 0 28px hsl(var(--color-accent) / 0.4), 0 0 48px hsl(var(--color-highlight) / 0.25); }

.neon-stepper-btn { width: 2rem; height: 2rem; border-radius: 9999px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid hsl(var(--color-border)); color: hsl(var(--color-foreground)); background: transparent; transition: all 0.3s ease; }
.neon-stepper-btn:hover { border-color: hsl(var(--color-primary)); color: hsl(var(--color-primary)); box-shadow: 0 0 10px hsl(var(--color-primary) / 0.45), 0 0 22px hsl(var(--color-accent) / 0.25); }

.neon-icon-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; background-color: hsl(var(--color-background) / 0.9); border: 1px solid hsl(var(--color-border)); color: hsl(var(--color-foreground)); transition: all 0.3s ease; width: 2.75rem; height: 2.75rem; }
.neon-icon-btn:hover { border-color: hsl(var(--color-primary)); color: hsl(var(--color-primary)); box-shadow: 0 0 14px hsl(var(--color-primary) / 0.5), 0 0 28px hsl(var(--color-accent) / 0.3); }

.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; opacity: 0.85; transition: opacity 0.3s ease; }
.icon-btn:hover { opacity: 1; }

.neon-box { box-shadow: 0 0 12px hsl(var(--color-primary) / 0.5), 0 0 28px hsl(var(--color-accent) / 0.3), 0 0 48px hsl(var(--color-highlight) / 0.2); }
.neon-card-hover { transition: box-shadow 0.4s ease, transform 0.4s ease; }
.neon-card-hover:hover { box-shadow: 0 0 0 1px hsl(var(--color-primary) / 0.5) inset, 0 0 18px hsl(var(--color-primary) / 0.35), 0 0 40px hsl(var(--color-accent) / 0.25); transform: translateY(-2px); }
.neon-link-hover { transition: color 0.3s ease, text-shadow 0.3s ease; }
.neon-link-hover:hover { color: hsl(var(--color-primary)); text-shadow: 0 0 6px hsl(var(--color-primary) / 0.85), 0 0 16px hsl(var(--color-accent) / 0.55); }
.neon-glow-pulse { animation: neon-pulse 2.6s ease-in-out infinite; }
.icon-glow-hover { transition: filter 0.3s ease, transform 0.3s ease; }
.icon-glow-hover:hover { filter: drop-shadow(0 0 8px hsl(var(--color-primary) / 0.9)) drop-shadow(0 0 18px hsl(var(--color-accent) / 0.7)); transform: scale(1.1) rotate(-4deg); }

.sparkle-hover { position: relative; overflow: hidden; }

.carousel-track { scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
.carousel-track::-webkit-scrollbar { display: none; }

/* -------------------------------------------------------------------------
   KEYFRAMES / REVEAL SYSTEM (Section 2.1)
   ---------------------------------------------------------------------- */
@keyframes neon-pulse {
	0%, 100% { text-shadow: 0 0 4px hsl(var(--color-primary) / 0.9), 0 0 12px hsl(var(--color-primary) / 0.7), 0 0 28px hsl(var(--color-accent) / 0.55); }
	50% { text-shadow: 0 0 6px hsl(var(--color-primary) / 1), 0 0 22px hsl(var(--color-primary) / 0.9), 0 0 48px hsl(var(--color-accent) / 0.75), 0 0 68px hsl(var(--color-highlight) / 0.6); }
}
@keyframes twinkle {
	0%, 100% { opacity: 0.15; transform: scale(0.7) rotate(0deg); }
	50% { opacity: 1; transform: scale(1.15) rotate(20deg); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--transition-smooth), transform 0.7s var(--transition-smooth); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
body.is-customizer .reveal-item { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) {
	.reveal-item { opacity: 1 !important; transform: none !important; transition: none !important; }
	.neon-glow-pulse, .animate-twinkle, .sparkle-particle { animation: none !important; }
}

/* -------------------------------------------------------------------------
   HEADER
   ---------------------------------------------------------------------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: hsl(var(--color-background) / 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid hsl(var(--color-border)); transition: all 0.4s ease; }
.site-nav { position: relative; display: flex; align-items: center; justify-content: space-between; height: 88px; }
@media (min-width: 1024px) { .site-nav { height: 104px; } }
@media (min-width: 1024px) {
	.site-logo { flex: 1; justify-content: flex-start; }
	.site-nav-icons { flex: 1; justify-content: flex-end; }
}

.mobile-menu-toggle { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 0.5rem; }
.mobile-menu-toggle span { display: block; height: 2.5px; width: 20px; background: hsl(var(--color-foreground)); border-radius: 1px; transition: all 0.3s ease; }
.mobile-menu-toggle span:nth-child(3) { width: 14px; }
body.mobile-menu-open .mobile-menu-toggle span:nth-child(1) { width: 28px; transform: translateY(7.5px) rotate(45deg); }
body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
body.mobile-menu-open .mobile-menu-toggle span:nth-child(3) { width: 28px; transform: translateY(-7.5px) rotate(-45deg); }
@media (min-width: 1024px) { .mobile-menu-toggle { display: none; } }

.site-logo { display: flex; align-items: center; gap: 0.625rem; position: absolute; left: 50%; transform: translateX(-50%); }
@media (min-width: 1024px) { .site-logo { position: static; transform: none; } }
.site-logo-img {
	height: var(--logo-height) !important;
	max-height: var(--logo-height);
	width: auto !important;
	max-width: none;
	display: block;
}
@media (min-width: 1024px) {
	.site-header .site-logo-img {
		height: var(--logo-height-lg) !important;
		max-height: var(--logo-height-lg);
	}
}
.mobile-menu .site-logo-img {
	height: 3.5rem !important;
	max-height: 3.5rem;
}
.footer-brand .site-logo-img {
	height: var(--logo-height) !important;
	max-height: var(--logo-height);
}
@media (min-width: 1024px) {
	.footer-brand .site-logo-img {
		height: var(--logo-height-lg) !important;
		max-height: var(--logo-height-lg);
	}
}
.site-logo,
.icon-btn,
.mobile-menu-toggle,
.neon-chip,
.faq-question,
.sticky-note,
.portfolio-slide,
.category-tile,
.theme-product-card,
.theme-attr-pills button,
.product-thumbnail-btn,
.footer-links button,
.footer-social-link,
[data-contact-open],
[data-custom-order-open],
[data-cart-open],
[data-cart-close],
[data-search-open],
[data-search-close],
[data-mobile-menu-toggle],
[data-mobile-menu-close],
[data-modal-close],
[data-scroll-to],
[data-portfolio-open],
[data-portfolio-close],
[data-testimonial-expand],
[data-testimonial-close],
[data-filter-category],
.mega-nav__trigger,
.mega-panel__link,
.mega-panel__shop-all,
.mega-panel__feature,
.mega-panel__quote-btn,
.mobile-mega-nav__trigger,
.mobile-mega-nav__direct,
.mobile-mega-nav__links button,
.search-overlay__category-link,
.search-overlay__product,
[data-nav-action] { cursor: pointer; }
.site-logo-text { font-family: var(--font-display); font-size: 1.5rem; color: hsl(var(--color-foreground)); }

.site-nav-center { display: none; }
@media (min-width: 1024px) { .site-nav-center { display: block; flex: 1; } }

/* Mega navigation (Lovable Header parity) */
.mega-nav { display: flex; align-items: center; justify-content: center; gap: 2.25rem; }
.mega-nav__item { position: relative; }
.mega-nav__trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 13px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 600;
	color: hsl(var(--color-foreground));
	transition: color 0.3s ease;
	white-space: nowrap;
}
.mega-nav__trigger:hover,
.mega-nav__item.is-open .mega-nav__trigger { color: hsl(var(--color-primary)); }
.mega-nav__chevron { opacity: 0.85; }

.mega-panel[hidden] { display: none !important; }
.mega-panel {
	position: fixed;
	left: 0;
	right: 0;
	top: calc(var(--header-height) - 1px);
	z-index: 45;
}
.mega-panel__shell {
	background: hsl(var(--color-background));
	border-top: none;
	border-bottom: 1px solid hsl(var(--color-border));
	box-shadow: var(--shadow-elevated);
	animation: fadeIn 0.25s ease;
}
.mega-panel__inner { padding: 3rem 0; }
.mega-panel__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}
@media (min-width: 1024px) {
	.mega-panel__grid.has-feature { grid-template-columns: 2fr 1fr; gap: 2.5rem; align-items: start; }
}
.mega-panel__columns {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(var(--mega-cols, 1), minmax(0, 1fr));
}
.mega-panel__col-title {
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	font-weight: 700;
	color: hsl(var(--color-foreground) / 0.6);
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid hsl(var(--color-border));
}
.mega-panel__links { display: flex; flex-direction: column; gap: 0.75rem; }
.mega-panel__link {
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: hsl(var(--color-foreground));
	transition: color 0.3s ease;
}
.mega-panel__link:hover { color: hsl(var(--color-primary)); }
.mega-panel__shop-all {
	margin-top: 2rem;
	font-size: 11px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-weight: 600;
	color: hsl(var(--color-foreground));
	border-bottom: 1px solid hsl(var(--color-foreground));
	padding-bottom: 0.25rem;
	transition: color 0.3s ease, border-color 0.3s ease;
}
.mega-panel__shop-all:hover { color: hsl(var(--color-primary)); border-color: hsl(var(--color-primary)); }
.mega-panel__feature {
	display: block;
	text-align: left;
}
.mega-panel__feature-media {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}
.mega-panel__feature-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s var(--transition-smooth);
}
.mega-panel__feature:hover .mega-panel__feature-img { transform: scale(1.05); }
.mega-panel__feature-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.2));
}
.mega-panel__feature-eyebrow {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	font-weight: 600;
	color: hsl(340 40% 97% / 0.95);
}
.mega-panel__feature-copy {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	color: hsl(340 40% 97%);
}
.mega-panel__feature-title {
	font-family: var(--font-display);
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
	text-shadow: 0 2px 18px rgba(0,0,0,0.6);
}
.mega-panel__feature-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid hsl(340 40% 97% / 0.8);
	padding-bottom: 0.25rem;
}
.mega-panel__footer {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid hsl(var(--color-border));
	display: flex;
	justify-content: center;
}
@media (min-width: 1024px) { .mega-panel__footer { justify-content: flex-start; } }
.mega-panel__quote-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 2rem;
	background: hsl(var(--color-foreground));
	color: hsl(var(--color-background));
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-weight: 600;
	transition: background 0.3s ease;
}
.mega-panel__quote-btn:hover { background: hsl(var(--color-primary)); }

/* Mobile mega nav */
.mobile-mega-nav { display: flex; flex-direction: column; width: 100%; }
.mobile-mega-nav__item { border-bottom: 1px solid hsl(var(--color-border) / 0.4); width: 100%; }
.mobile-mega-nav__trigger,
.mobile-mega-nav__direct {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0.75rem;
	font-family: var(--font-display);
	font-size: 1.125rem;
	line-height: 1.3;
	color: hsl(var(--color-foreground));
	text-align: left;
}
.mobile-mega-nav__direct { justify-content: flex-start; }
.mobile-mega-nav__chevron { transition: transform 0.3s ease; flex-shrink: 0; }
.mobile-mega-nav__trigger[aria-expanded="true"] .mobile-mega-nav__chevron { transform: rotate(180deg); }
.mobile-mega-nav__panel { padding: 0 0.75rem 0.75rem; }
.mobile-mega-nav__col-title {
	font-size: 12px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-family: var(--font-body);
	color: hsl(var(--color-foreground) / 0.5);
	margin: 0 0 0.5rem;
}
.mobile-mega-nav__col-title:not(:first-child) { margin-top: 1rem; }
.mobile-mega-nav__links button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.625rem 0;
	font-family: var(--font-body);
	font-size: 0.875rem;
	color: hsl(var(--color-foreground) / 0.8);
}
.mobile-mega-nav__links button:hover { color: hsl(var(--color-primary)); }
.mobile-mega-nav__shop-all {
	display: block;
	width: 100%;
	text-align: left;
	font-family: var(--font-body);
	font-size: 12px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: hsl(var(--color-primary));
	text-decoration: underline;
	text-underline-offset: 4px;
	padding: 0.625rem 0;
}
.mobile-mega-nav__quote { border-bottom: none; padding: 1rem 0.75rem; }
.btn-quote-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 3rem;
	background: hsl(var(--color-foreground));
	color: hsl(var(--color-background));
	font-family: var(--font-body);
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-weight: 600;
}

.theme-nav-list { display: flex; align-items: center; gap: 2.25rem; }
.theme-nav-list li { position: relative; }
.theme-nav-list a, .nav-link { font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-foreground)); transition: color 0.3s ease; }
.theme-nav-list a:hover { color: hsl(var(--color-primary)); }
.theme-nav-list ul { display: none; position: absolute; top: 100%; left: 0; background: hsl(var(--color-background)); border: 1px solid hsl(var(--color-border)); padding: 0.75rem 0; min-width: 200px; box-shadow: var(--shadow-elevated); z-index: 40; }
.theme-nav-list li:hover > ul { display: block; }
.theme-nav-list ul a { display: block; padding: 0.5rem 1.25rem; font-size: 12px; }

.site-nav-icons { display: flex; align-items: center; gap: 0.25rem; }
.cart-btn { position: relative; }
.theme-cart-count { position: absolute; top: -2px; right: -2px; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; background: hsl(var(--color-accent)); color: hsl(var(--color-accent-foreground)); border-radius: 9999px; }
.theme-cart-count:empty { display: none; }

.site-header.is-solid { background: hsl(var(--color-background) / 0.97); }

.mobile-menu-overlay { position: fixed; inset: 0; background: hsl(var(--color-background) / 0.6); z-index: 69; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
body.mobile-menu-open .mobile-menu-overlay { opacity: 1; pointer-events: auto; }
body.mobile-menu-open { overflow: hidden; }
.mobile-menu { position: fixed; top: 0; left: 0; bottom: 0; width: 88vw; max-width: 380px; background: hsl(var(--color-background)); border-right: 1px solid hsl(var(--color-border)); z-index: 70; transform: translateX(-100%); transition: transform 0.35s var(--transition-smooth); display: flex; flex-direction: column; min-height: 100dvh; }
body.mobile-menu-open .mobile-menu { transform: translateX(0); }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding: 0 1.25rem; height: 88px; border-bottom: 1px solid hsl(var(--color-border) / 0.6); flex-shrink: 0; }
.mobile-menu-nav { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 0.75rem 0.5rem; }
.mobile-menu .site-logo { position: static; transform: none; }
.mobile-nav-list li { border-bottom: 1px solid hsl(var(--color-border) / 0.4); }
.mobile-nav-list a { display: block; padding: 1rem 0.5rem; font-family: var(--font-display); font-size: 1.125rem; color: hsl(var(--color-foreground)); }
.mobile-nav-list ul { padding-left: 1rem; padding-bottom: 0.5rem; }
.mobile-nav-list ul a { font-family: var(--font-body); font-size: 0.875rem; padding: 0.5rem; text-transform: none; }

.search-overlay { position: fixed; inset: 0; z-index: 80; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.search-overlay.is-open { opacity: 1; pointer-events: auto; }
.search-overlay__backdrop {
	position: absolute;
	inset: 0;
	background: hsl(var(--color-foreground) / 0.4);
	backdrop-filter: blur(4px);
}
.search-overlay__panel {
	position: relative;
	background: hsl(var(--color-background));
	width: 100%;
	max-height: 92vh;
	overflow-y: auto;
	border-bottom: 1px solid hsl(var(--color-border));
	box-shadow: var(--shadow-elevated);
	animation: fadeIn 0.25s ease;
}
.search-overlay__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	z-index: 2;
	opacity: 0.7;
}
@media (min-width: 1024px) { .search-overlay__close { top: 1.75rem; right: 2rem; } }
.search-overlay__close:hover { opacity: 1; }
.search-overlay__content { padding-top: 2.5rem; padding-bottom: 2.5rem; }
@media (min-width: 1024px) { .search-overlay__content { padding-top: 3.5rem; padding-bottom: 3.5rem; } }
@media (max-width: 1023px) {
	.search-overlay__content.container-wide { padding-left: 2rem; padding-right: 2rem; }
}
.search-overlay__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}
@media (min-width: 1024px) {
	.search-overlay__grid { grid-template-columns: 260px 1fr; gap: 4rem; }
}
.search-overlay__sidebar-title {
	font-family: var(--font-display);
	font-size: 1.5rem;
	color: hsl(var(--color-foreground));
	margin-bottom: 1.5rem;
}
.search-overlay__categories { display: flex; flex-direction: column; gap: 0.875rem; }
.search-overlay__category-link {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: hsl(var(--color-foreground) / 0.85);
	transition: color 0.3s ease;
}
.search-overlay__category-link:hover { color: hsl(var(--color-primary)); }
.search-overlay__main { padding-right: 0; }
@media (min-width: 1024px) { .search-overlay__main { padding-right: 4rem; } }
.search-overlay__field {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	border-bottom: 1px solid hsl(var(--color-foreground) / 0.3);
	padding-bottom: 0.75rem;
}
.search-overlay__input {
	flex: 1;
	background: transparent;
	border: none;
	outline: none;
	font-family: var(--font-display);
	font-size: 1.5rem;
	color: hsl(var(--color-foreground));
}
.search-overlay__input::placeholder { color: hsl(var(--color-foreground) / 0.4); }
.search-overlay__results-wrap { margin-top: 2.5rem; }
.search-overlay__results-title {
	font-family: var(--font-display);
	font-size: 1.5rem;
	color: hsl(var(--color-foreground));
	margin-bottom: 1.5rem;
}
.search-overlay__empty { font-size: 14px; color: hsl(var(--color-muted-foreground)); }
.search-overlay__results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}
@media (min-width: 768px) { .search-overlay__results { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .search-overlay__results { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; } }
.search-overlay__product { text-align: left; }
.search-overlay__product-img-wrap {
	aspect-ratio: 1;
	overflow: hidden;
	background: hsl(var(--color-secondary));
}
.search-overlay__product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s var(--transition-smooth);
}
.search-overlay__product:hover img { transform: scale(1.05); }
.search-overlay__product-name {
	margin-top: 0.75rem;
	font-size: 12px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	line-height: 1.35;
	color: hsl(var(--color-foreground));
}
.search-overlay__product-price {
	margin-top: 0.25rem;
	font-size: 12px;
	color: hsl(var(--color-foreground) / 0.7);
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: translateY(0); }
}

/* -------------------------------------------------------------------------
   HERO
   ---------------------------------------------------------------------- */
body.theme-no-hero .site-main { padding-top: var(--header-height); }
.hero-section { position: relative; width: 100%; height: 100svh; min-height: 640px; overflow: hidden; background: hsl(var(--color-foreground)); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s var(--transition-smooth); }
.hero-slide.is-active { opacity: 1; z-index: 1; }
.hero-gradient-1 { position: absolute; inset: 0; background: linear-gradient(to right, hsl(300 30% 5% / 0.85), hsl(300 30% 6% / 0.55), hsl(300 30% 5% / 0.2)); }
.hero-gradient-2 { position: absolute; inset: 0; background: linear-gradient(to top, hsl(300 30% 4% / 0.75), transparent, transparent); }
.hero-sparkles { position: absolute; inset: 0; z-index: 5; pointer-events: none; overflow: hidden; }
.sparkle-particle { position: absolute; display: block; background: hsl(var(--color-accent)); clip-path: polygon(50% 0%, 58% 38%, 96% 50%, 58% 62%, 50% 100%, 42% 62%, 4% 50%, 42% 38%); animation: twinkle 2.6s ease-in-out infinite; filter: drop-shadow(0 0 6px currentColor); }
.hero-copy { position: relative; z-index: 10; max-width: 42rem; padding: 7rem 1.5rem 6rem; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; margin: 0 auto; color: hsl(340 40% 97%); }
@media (min-width: 1024px) { .hero-copy { justify-content: center; padding: 8rem 2.5rem; margin: 0; } }
.hero-script { display: block; font-family: var(--font-script); font-size: 2rem; color: hsl(var(--color-accent)); margin-bottom: 0.5rem; text-shadow: 0 2px 18px rgba(0,0,0,0.55); }
@media (min-width: 768px) { .hero-script { font-size: 2.5rem; } }
@media (min-width: 1024px) { .hero-script { font-size: 3rem; } }
.hero-title { font-family: var(--font-display); color: hsl(340 40% 97%); font-size: 3rem; line-height: 1.02; letter-spacing: -0.02em; }
@media (min-width: 640px) { .hero-title { font-size: 3.75rem; } }
@media (min-width: 768px) { .hero-title { font-size: 4.5rem; } }
@media (min-width: 1024px) { .hero-title { font-size: 6rem; } }
.hero-sub { margin-top: 1.25rem; max-width: 36rem; font-size: 1rem; line-height: 1.6; color: hsl(340 40% 97% / 0.9); text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
@media (min-width: 768px) { .hero-sub { font-size: 1.125rem; margin-top: 1.5rem; } }
.hero-actions { margin-top: 1.75rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
@media (min-width: 768px) { .hero-actions { margin-top: 2.25rem; } }
.hero-secondary-link { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-body); font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600; color: hsl(340 40% 97%); position: relative; }
.hero-secondary-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--transition-smooth); }
.hero-secondary-link:hover::after { transform: scaleX(1); }
.hero-btn { height: auto !important; padding: 0.875rem 2rem !important; letter-spacing: 0.06em !important; text-transform: none !important; font-family: var(--font-body) !important; font-weight: 400 !important; font-size: 13px !important; }
.hero-pager { position: absolute; z-index: 20; bottom: 1.5rem; right: 1.5rem; display: flex; align-items: center; gap: 0.75rem; background: hsl(var(--color-background) / 0.85); backdrop-filter: blur(6px); padding: 0.625rem 1rem; border-radius: 9999px; box-shadow: var(--shadow-soft); }
@media (min-width: 1024px) { .hero-pager { bottom: 2.5rem; right: 2.5rem; } }
.hero-pager-count { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.22em; color: hsl(var(--color-foreground) / 0.8); }
.hero-nav-btn { width: 2rem; height: 2rem; }

/* -------------------------------------------------------------------------
   TRUST STRIP
   ---------------------------------------------------------------------- */
.trust-strip { border-top: 1px solid hsl(var(--color-border)); border-bottom: 1px solid hsl(var(--color-border)); background: hsl(var(--color-background)); }
.trust-strip-grid { padding: 1.5rem 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
@media (max-width: 639px) {
	.trust-strip-grid.container-wide { padding-left: 2rem; padding-right: 2rem; }
	.trust-strip-grid { gap: 1.25rem 1rem; }
	.trust-item { justify-content: flex-start; }
}
@media (min-width: 1024px) { .trust-strip-grid { grid-template-columns: repeat(4, 1fr); gap: 2.5rem; padding: 1.75rem 0; } }
.trust-item { display: flex; align-items: center; gap: 0.75rem; justify-content: center; }
@media (min-width: 1024px) { .trust-item { justify-content: flex-start; } }
.trust-icon { color: hsl(var(--color-primary)); flex-shrink: 0; }
.trust-copy { text-align: left; min-width: 0; }
.trust-title { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-foreground)); }
.trust-sub { font-size: 12px; color: hsl(var(--color-muted-foreground)); line-height: 1.3; }

/* -------------------------------------------------------------------------
   WELCOME
   ---------------------------------------------------------------------- */
.welcome-section { padding: 5rem 0; }
@media (min-width: 1024px) { .welcome-section { padding: 7rem 0; } }
.welcome-inner { max-width: 48rem; margin: 0 auto; text-align: center; }
.welcome-text { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.4; color: hsl(var(--color-foreground)); margin-top: 1.5rem; }
@media (min-width: 768px) { .welcome-text { font-size: 1.875rem; } }
@media (min-width: 1024px) { .welcome-text { font-size: 2.25rem; } }

/* -------------------------------------------------------------------------
   CUSTOM ORDER STUDIO BAND
   ---------------------------------------------------------------------- */
.custom-order-section { padding: 5rem 0; }
@media (min-width: 1024px) { .custom-order-section { padding: 7rem 0; } }
.custom-order-band { position: relative; overflow: hidden; border-radius: 4px; background: linear-gradient(135deg, hsl(var(--color-primary)) 0%, hsl(var(--color-primary) / 0.85) 60%, hsl(var(--color-accent)) 100%); color: hsl(var(--color-background)); padding: 4rem 1.5rem; text-align: center; }
@media (min-width: 768px) { .custom-order-band { padding: 5rem 3rem; } }
@media (min-width: 1024px) { .custom-order-band { padding: 6rem 3rem; } }
.custom-order-blob { position: absolute; border-radius: 9999px; filter: blur(60px); pointer-events: none; }
.custom-order-blob-1 { top: -3rem; right: -3rem; width: 18rem; height: 18rem; background: hsl(var(--color-background) / 0.1); }
.custom-order-blob-2 { bottom: -4rem; left: -4rem; width: 18rem; height: 18rem; background: hsl(var(--color-accent) / 0.4); }
.custom-order-content { position: relative; max-width: 48rem; margin: 0 auto; }
.custom-order-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 600; color: hsl(340 40% 97% / 0.85); margin-bottom: 1.25rem; }
.custom-order-heading { font-family: var(--font-display); color: hsl(340 40% 97%); font-size: 2.25rem; line-height: 1.02; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .custom-order-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .custom-order-heading { font-size: 3.75rem; } }
.custom-order-body { font-size: 15px; color: hsl(340 40% 97% / 0.85); line-height: 1.6; max-width: 36rem; margin: 0 auto 2.5rem; }
.custom-order-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; max-width: 42rem; margin: 0 auto 2.5rem; }
@media (min-width: 768px) { .custom-order-features { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.custom-order-feature { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; padding: 1rem 0.75rem; border-radius: 0.5rem; background: hsl(340 40% 97% / 0.1); border: 1px solid hsl(340 40% 97% / 0.2); box-shadow: 0 0 0 1px hsl(var(--color-primary) / 0.85) inset, 0 0 18px hsl(var(--color-primary) / 0.65), 0 0 42px hsl(var(--color-accent) / 0.45); }
.custom-order-feature svg { color: hsl(340 40% 97%); stroke: hsl(340 40% 97%); }
.custom-order-feature p { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: hsl(340 40% 97% / 0.95); text-align: center; line-height: 1.3; }
.custom-order-actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.25rem; }
@media (min-width: 640px) { .custom-order-actions { flex-direction: row; } }
.custom-order-primary-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; height: 48px; padding: 0 2rem; border-radius: 9999px; background: hsl(340 40% 97%); color: hsl(300 30% 10%); font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 700; transition: background 0.3s ease; }
.custom-order-primary-btn:hover { background: hsl(340 40% 97% / 0.9); }
.custom-order-email-link { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600; color: hsl(340 40% 97% / 0.85); text-decoration: underline; text-underline-offset: 6px; }
.custom-order-email-link:hover { color: hsl(340 40% 97%); }

/* -------------------------------------------------------------------------
   SHOP CATEGORIES
   ---------------------------------------------------------------------- */
.categories-section { padding: 4rem 0 3rem; }
@media (min-width: 1024px) { .categories-section { padding: 5rem 0 4rem; } }
.categories-heading { font-size: 1.875rem; line-height: 1.2; letter-spacing: -0.015em; margin-top: 0.5rem; }
@media (min-width: 768px) { .categories-heading { font-size: 2.25rem; } }
@media (min-width: 1024px) { .categories-heading { font-size: 3rem; } }
.categories-section-inner { padding-top: 4rem; padding-bottom: 3rem; }
@media (min-width: 1024px) { .categories-section-inner { padding-top: 5rem; padding-bottom: 4rem; } }
.categories-track-wrap { overflow-x: auto; margin: 0 -1.5rem; padding: 0 1.5rem; }
@media (min-width: 1024px) { .categories-track-wrap { margin: 0; padding: 0; } }
.categories-track { display: flex; gap: 1rem; min-width: max-content; justify-content: center; }
@media (min-width: 1024px) { .categories-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; min-width: 0; overflow: visible; } }
.category-tile { flex-shrink: 0; width: 180px; text-align: center; }
@media (min-width: 1024px) { .category-tile { width: auto; } }
.category-tile-media { position: relative; display: block; aspect-ratio: 1 / 1; border-radius: 9999px; overflow: hidden; }
.category-tile-name { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-foreground)); margin-top: 1rem; }
.category-tile-cta { display: inline-flex; align-items: center; gap: 0.375rem; margin-top: 0.5rem; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: hsl(var(--color-primary)); }

/* -------------------------------------------------------------------------
   PROMO BANNER
   ---------------------------------------------------------------------- */
.promo-banner-section { padding: 0; }
.promo-banner { position: relative; width: 100%; height: 60vh; overflow: hidden; }
@media (min-width: 768px) { .promo-banner { height: 70vh; } }
.promo-banner-gradient { position: absolute; inset: 0; background: linear-gradient(to top, hsl(300 30% 4% / 0.75), hsl(300 30% 5% / 0.55), hsl(300 30% 5% / 0.3)); }
.promo-banner-inner { position: absolute; inset: 0; display: flex; align-items: flex-end; }
@media (min-width: 768px) { .promo-banner-inner { align-items: center; } }
.promo-banner-copy { max-width: 36rem; margin: 0 auto; text-align: center; padding-bottom: 3rem; }
@media (min-width: 768px) { .promo-banner-copy { margin: 0; text-align: left; padding-bottom: 0; } }
.promo-eyebrow { display: block; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 600; color: hsl(340 40% 97% / 0.9); margin-bottom: 1rem; text-shadow: 0 1px 8px rgba(0,0,0,0.6); }
.promo-heading { font-size: 1.875rem; color: hsl(340 40% 97%); line-height: 0.95; margin-bottom: 2rem; text-shadow: 0 2px 18px rgba(0,0,0,0.6); }
@media (min-width: 768px) { .promo-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .promo-heading { font-size: 3.75rem; } }

/* -------------------------------------------------------------------------
   BRAND PILLARS
   ---------------------------------------------------------------------- */
.pillars-section { padding: 5rem 0; }
@media (min-width: 1024px) { .pillars-section { padding: 6rem 0; } }
.pillars-header { margin-bottom: 3rem; max-width: 48rem; }
@media (min-width: 1024px) { .pillars-header { margin-bottom: 4rem; } }
.pillars-heading { font-size: 1.875rem; line-height: 1.2; margin-top: 0.5rem; }
@media (min-width: 768px) { .pillars-heading { font-size: 2.25rem; } }
@media (min-width: 1024px) { .pillars-heading { font-size: 3rem; } }
.pillars-grid { display: grid; grid-template-columns: 1fr; border-top: 1px solid hsl(var(--color-foreground) / 0.15); }
@media (min-width: 640px) { .pillars-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .pillars-grid { grid-template-columns: repeat(3, 1fr); } }
.pillar-item { border-bottom: 1px solid hsl(var(--color-foreground) / 0.15); padding: 2rem 1rem; }
@media (min-width: 640px) { .pillar-item:nth-child(2n) { border-right: none; } .pillar-item { border-right: 1px solid hsl(var(--color-foreground) / 0.15); } }
@media (min-width: 1024px) { .pillar-item { border-right: 1px solid hsl(var(--color-foreground) / 0.15); } .pillar-item:nth-child(2n) { border-right: 1px solid hsl(var(--color-foreground) / 0.15); } .pillar-item:nth-child(3n) { border-right: none; } }
.pillar-icon { display: block; width: 44px; height: 44px; object-fit: contain; margin-bottom: 1.25rem; }
.pillar-label { font-family: var(--font-display); font-size: 1.25rem; color: hsl(var(--color-foreground)); margin-bottom: 0.5rem; }
.pillar-sub { font-size: 13px; color: hsl(var(--color-foreground) / 0.65); line-height: 1.5; }

/* -------------------------------------------------------------------------
   SHOP SECTION + PRODUCT CARDS
   ---------------------------------------------------------------------- */
.shop-section { padding-top: 5rem; }
@media (min-width: 1024px) { .shop-section { padding-top: 7rem; } }
.shop-header { padding-bottom: 2rem; }
.shop-heading { font-size: 2.25rem; line-height: 1.05; margin-top: 0.5rem; }
@media (min-width: 768px) { .shop-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .shop-heading { font-size: 3.75rem; } }
.shop-body { margin-top: 1.25rem; font-size: 15px; color: hsl(var(--color-muted-foreground)); line-height: 1.6; }
.shop-featured-wrap { padding-bottom: 3rem; }
.featured-carousel { position: relative; }
.featured-carousel-track { display: flex; gap: 1rem; margin: 0 -1.5rem; padding: 0 1.5rem; }
@media (max-width: 1023px) {
	.featured-carousel-track {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1rem;
		margin: 0;
		padding: 0;
		overflow: visible;
		scroll-snap-type: none;
	}
	.featured-carousel-item { width: 100%; min-width: 0; }
	.featured-carousel-nav { display: none !important; }
	.featured-carousel .theme-product-card__title {
		font-size: 16px;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}
	.featured-carousel .theme-product-card__title-row { align-items: flex-start; flex-wrap: wrap; }
	.featured-carousel .theme-product-card__price { font-size: 14px; }
	.featured-carousel .theme-product-card__category,
	.featured-carousel .theme-product-card__format { font-size: 12px; }
}
@media (min-width: 480px) and (max-width: 1023px) {
	.featured-carousel-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) { .featured-carousel-track { margin: 0; padding: 0; } }
.featured-carousel-item { flex-shrink: 0; width: 78vw; }
@media (min-width: 640px) { .featured-carousel-item { width: 46vw; } }
@media (min-width: 768px) { .featured-carousel-item { width: 32vw; } }
@media (min-width: 1024px) { .featured-carousel-item { width: calc((100% - 3rem) / 4); } }
.featured-carousel-nav { display: none; justify-content: center; align-items: center; gap: 0.75rem; margin-top: 1.5rem; }
@media (min-width: 768px) { .featured-carousel-nav { display: flex; } }

.shop-grid-wrap { padding-bottom: 4rem; scroll-margin-top: 6rem; }
@media (min-width: 1024px) { .shop-grid-wrap { padding-bottom: 5rem; } }
.shop-grid-header { text-align: center; margin-bottom: 2rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.shop-grid-heading { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.3; }
@media (min-width: 768px) { .shop-grid-heading { font-size: 1.875rem; } }
@media (min-width: 1024px) { .shop-grid-heading { font-size: 2.25rem; } }
.shop-grid-body { font-size: 14px; color: hsl(var(--color-muted-foreground)); max-width: 28rem; }
.shop-filter-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 1rem; }

.shop-price-filter { max-width: 28rem; margin: 0 auto 2.5rem; padding: 0 0.5rem; }
.shop-price-filter-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.shop-price-value { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-foreground)); }
.price-range-wrapper { position: relative; height: 1.5rem; }
.range-track-bg, .range-track-fill { position: absolute; height: 4px; top: 50%; transform: translateY(-50%); pointer-events: none; border-radius: 9999px; }
.range-track-bg { left: 0; right: 0; background: hsl(var(--color-border)); }
.range-track-fill { background: hsl(var(--color-primary)); }
.range-input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; -webkit-appearance: none; appearance: none; background: transparent; pointer-events: none; }
.range-input::-webkit-slider-thumb { -webkit-appearance: none; pointer-events: auto; width: 18px; height: 18px; border-radius: 9999px; background: hsl(var(--color-primary)); border: 2px solid hsl(var(--color-background)); box-shadow: 0 0 0 1px hsl(var(--color-primary)); cursor: pointer; margin-top: -7px; }
.range-input::-moz-range-thumb { pointer-events: auto; width: 18px; height: 18px; border-radius: 9999px; background: hsl(var(--color-primary)); border: 2px solid hsl(var(--color-background)); cursor: pointer; }
.range-input::-webkit-slider-runnable-track { background: transparent; height: 4px; }
.range-input::-moz-range-track { background: transparent; height: 4px; }
.range-input--max { z-index: 3; }
.range-input--min { z-index: 4; }

.theme-product-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: stretch; }
@media (min-width: 640px) { .theme-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } }

.theme-product-card-wrap { display: flex; height: 100%; }
.theme-product-card { position: relative; display: flex; flex-direction: column; height: 100%; width: 100%; }
.theme-product-card > .theme-card-link { position: absolute; inset: 0; z-index: 2; pointer-events: auto; }
.theme-product-card *:not(.theme-card-link) { pointer-events: none; }

.theme-product-card__image-wrapper { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.theme-product-card__image--primary { transition: opacity 0.7s ease; }
.theme-product-card__image--alt { opacity: 0; transition: opacity 0.7s ease; }
.theme-product-card:hover .theme-product-card__image--primary { opacity: 0; }
.theme-product-card:hover .theme-product-card__image--alt { opacity: 1; }
.theme-product-card__image.is-out-of-stock { opacity: 0.6; }
.theme-product-card__badge { position: absolute; top: 0.75rem; left: 0.75rem; z-index: 3; padding: 0.25rem 0.625rem; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; background: hsl(var(--color-foreground)); color: hsl(var(--color-background)); }

.theme-product-card__info { padding-top: 1rem; padding-bottom: 0.25rem; flex: 1; min-width: 0; }
.theme-product-card__title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 0.75rem; min-width: 0; }
.theme-product-card__title { font-family: var(--font-display); font-size: 20px; line-height: 1.2; color: hsl(var(--color-foreground)); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-product-card:hover .theme-product-card__title { color: hsl(var(--color-primary)); }
.theme-product-card__price { font-size: 15px; color: hsl(var(--color-foreground)); white-space: nowrap; font-variant-numeric: tabular-nums; }
.theme-product-card__price ins { text-decoration: none; }
.theme-product-card__price del { color: hsl(var(--color-muted-foreground)); font-size: 13px; }
.theme-product-card__meta-row { margin-top: 0.25rem; }
.theme-product-card__category { font-size: 13px; color: hsl(var(--color-muted-foreground)); }
.theme-product-card__format { margin-top: 0.5rem; font-size: 12px; color: hsl(var(--color-muted-foreground)); }

.shop-empty-state { padding: 5rem 0; text-align: center; border: 1px dashed hsl(var(--color-border)); }
.shop-empty-title { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 0.5rem; }
.shop-empty-body { font-size: 14px; color: hsl(var(--color-muted-foreground)); }
.shop-show-more { margin-top: 2.5rem; display: flex; justify-content: center; }

/* -------------------------------------------------------------------------
   SPLIT BANNERS
   ---------------------------------------------------------------------- */
.splitbanners-section { padding-top: 4rem; }
@media (min-width: 1024px) { .splitbanners-section { padding-top: 6rem; } }
.splitbanner { display: grid; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .splitbanner { grid-template-columns: repeat(2, 1fr); } }
.splitbanner.has-border { border-top: 1px solid hsl(var(--color-foreground) / 0.1); }
.splitbanner-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
@media (min-width: 1024px) { .splitbanner-media { aspect-ratio: auto; min-height: 520px; order: 1; } .splitbanner.is-reverse .splitbanner-media { order: 2; } }
.splitbanner-copy-wrap { display: flex; align-items: center; padding: 4rem 2rem; }
@media (min-width: 768px) { .splitbanner-copy-wrap { padding: 4rem 4rem; } }
@media (min-width: 1024px) { .splitbanner-copy-wrap { padding: 6rem 5rem; order: 2; } .splitbanner.is-reverse .splitbanner-copy-wrap { order: 1; } }
.splitbanner-copy { max-width: 28rem; }
.splitbanner-heading { font-size: 1.875rem; line-height: 1.05; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .splitbanner-heading { font-size: 2.25rem; } }
@media (min-width: 1024px) { .splitbanner-heading { font-size: 3rem; } }
.splitbanner-heading em { font-style: italic; font-weight: 400; }
.splitbanner-heading span { letter-spacing: 0.04em; }
.splitbanner-body { font-size: 15px; color: hsl(var(--color-muted-foreground)); line-height: 1.6; margin-bottom: 2rem; }
.splitbanner-cta { font-size: 15px; color: hsl(var(--color-foreground)); text-decoration: underline; text-underline-offset: 6px; }

/* -------------------------------------------------------------------------
   PORTFOLIO GALLERY
   ---------------------------------------------------------------------- */
.gallery-section { padding: 5rem 0; }
@media (min-width: 1024px) { .gallery-section { padding: 6rem 0; } }
.gallery-header { margin-bottom: 3rem; display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 768px) { .gallery-header { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.gallery-heading { font-size: 1.875rem; line-height: 1.2; margin-top: 0.5rem; }
@media (min-width: 768px) { .gallery-heading { font-size: 2.25rem; } }
@media (min-width: 1024px) { .gallery-heading { font-size: 3rem; } }
.gallery-header-label { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-foreground) / 0.55); }
.portfolio-carousel { position: relative; }
.portfolio-track { display: flex; gap: 1rem; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; margin: 0 -1rem; padding: 0 1rem; }
.portfolio-track::-webkit-scrollbar { display: none; }
.portfolio-slide { position: relative; flex: 0 0 72%; aspect-ratio: 4 / 5; overflow: hidden; background: hsl(var(--color-background)); }
@media (min-width: 640px) { .portfolio-slide { flex: 0 0 46%; } }
@media (min-width: 768px) { .portfolio-slide { flex: 0 0 34%; } }
@media (min-width: 1024px) { .portfolio-slide { flex: 0 0 26%; } }
.portfolio-nav { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-top: 1.5rem; }
.portfolio-nav-btn { width: 2.5rem; height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; background: hsl(var(--color-background) / 0.9); color: hsl(var(--color-foreground)); box-shadow: var(--shadow-soft); transition: background 0.2s ease; }
.portfolio-nav-btn:hover { background: hsl(var(--color-background)); }
.portfolio-lightbox[hidden],
.testimonial-lightbox[hidden] { display: none !important; }
.portfolio-lightbox { position: fixed; inset: 0; z-index: 90; }
.portfolio-lightbox-overlay { position: absolute; inset: 0; background: hsl(var(--color-background) / 0.85); }
.portfolio-lightbox-inner { position: relative; max-width: 96vw; width: 100%; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.portfolio-lightbox-inner img { max-height: 88vh; width: auto; margin: 0 auto; object-fit: contain; }
.portfolio-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 2.75rem; height: 2.75rem; border-radius: 9999px; background: hsl(var(--color-background) / 0.9); color: hsl(var(--color-foreground)); display: inline-flex; align-items: center; justify-content: center; }
.portfolio-lightbox-prev { left: 0.75rem; }
.portfolio-lightbox-next { right: 0.75rem; }
.portfolio-lightbox-close { position: absolute; top: 0.75rem; right: 0.75rem; width: 2.5rem; height: 2.5rem; border-radius: 9999px; background: hsl(var(--color-background) / 0.9); color: hsl(var(--color-foreground)); display: inline-flex; align-items: center; justify-content: center; }
.portfolio-lightbox-count { position: absolute; bottom: 0.75rem; left: 50%; transform: translateX(-50%); font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-background)); background: hsl(var(--color-foreground) / 0.6); padding: 0.375rem 0.75rem; border-radius: 9999px; }

/* -------------------------------------------------------------------------
   TESTIMONIALS
   ---------------------------------------------------------------------- */
.testimonials-section { padding: 6rem 0; }
@media (min-width: 1024px) { .testimonials-section { padding: 8rem 0; } }
.testimonials-max { max-width: 72rem; }
.testimonials-header { margin-bottom: 4rem; max-width: 48rem; }
@media (min-width: 1024px) { .testimonials-header { margin-bottom: 5rem; } }
.testimonials-heading { font-size: 2.25rem; line-height: 1.02; margin-top: 0.5rem; }
@media (min-width: 768px) { .testimonials-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .testimonials-heading { font-size: 3.75rem; } }
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } }
.sticky-note { position: relative; padding: 1.75rem 1.5rem; min-height: 260px; box-shadow: 2px 3px 12px rgba(0,0,0,0.08); transition: box-shadow 0.5s ease; display: flex; flex-direction: column; }
.sticky-note:hover { box-shadow: 3px 5px 20px rgba(0,0,0,0.12); }
.sticky-note-tape { position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-1deg); width: 64px; height: 20px; background: hsl(var(--surface-oat) / 0.8); box-shadow: 0 1px 2px rgba(0,0,0,0.15); }
.sticky-note-quote-mark { display: block; font-family: var(--font-display); font-style: italic; font-size: 2.8rem; line-height: 1; color: hsl(var(--color-foreground) / 0.7); margin-bottom: 0.75rem; }
.sticky-note-quote { font-style: italic; font-size: 15px; line-height: 1.5; color: hsl(var(--color-foreground)); flex: 1; }
.sticky-note-quote.is-clamped { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.sticky-note-readmore { margin-top: 0.75rem; align-self: flex-start; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-foreground) / 0.75); text-decoration: underline; text-underline-offset: 4px; }
.sticky-note-caption { border-top: 1px solid hsl(var(--color-foreground) / 0.15); padding-top: 1rem; margin-top: auto; }
.sticky-note-name { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-foreground)); }
.sticky-note-role { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--color-foreground) / 0.55); margin-top: 0.25rem; }
.testimonial-lightbox { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.testimonial-lightbox-overlay { position: absolute; inset: 0; background: hsl(var(--color-foreground) / 0.25); backdrop-filter: blur(4px); }
.testimonial-lightbox-panel { position: relative; width: 100%; max-width: 32rem; padding: 2.5rem; box-shadow: 4px 8px 30px rgba(0,0,0,0.18); background: hsl(var(--surface-butter)); }
.testimonial-lightbox-close { position: absolute; top: 0.75rem; right: 0.75rem; padding: 0.375rem; border-radius: 9999px; color: hsl(var(--color-foreground) / 0.7); }
.testimonial-lightbox-quote { font-style: italic; font-size: 17px; line-height: 1.55; color: hsl(var(--color-foreground)); margin-bottom: 2rem; }

/* -------------------------------------------------------------------------
   PROCESS
   ---------------------------------------------------------------------- */
.process-grid { display: grid; grid-template-columns: 1fr; min-height: 80vh; }
@media (min-width: 1024px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
.process-media { position: relative; min-height: 50vh; overflow: hidden; order: 2; }
@media (min-width: 1024px) { .process-media { min-height: 100%; order: 1; } }
.process-copy-wrap { display: flex; flex-direction: column; justify-content: center; padding: 5rem 2rem; order: 1; }
@media (min-width: 768px) { .process-copy-wrap { padding: 5rem 3.5rem; } }
@media (min-width: 1024px) { .process-copy-wrap { padding: 5rem 5rem; order: 2; } }
.process-heading { font-size: 2.25rem; line-height: 1.05; margin: 1.5rem 0 2rem; }
@media (min-width: 768px) { .process-heading { font-size: 3rem; } }
.process-body { display: flex; flex-direction: column; gap: 1rem; color: hsl(var(--color-muted-foreground)); font-size: 15px; line-height: 1.6; margin-bottom: 2.5rem; }
.process-quote { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.35; color: hsl(var(--color-foreground)); border-top: 1px solid hsl(var(--color-border)); padding-top: 2rem; }
@media (min-width: 768px) { .process-quote { font-size: 1.5rem; } }

/* -------------------------------------------------------------------------
   BRAND / ABOUT
   ---------------------------------------------------------------------- */
.brand-story-band { position: relative; width: 100%; height: 60vh; overflow: hidden; margin-top: 5rem; background: linear-gradient(135deg, hsl(var(--color-primary)) 0%, hsl(var(--color-primary) / 0.85) 60%, hsl(var(--color-accent)) 100%); display: flex; align-items: center; }
@media (min-width: 768px) { .brand-story-band { height: 70vh; margin-top: 7rem; } }
.brand-story-copy { max-width: 42rem; margin: 0 auto; text-align: center; }
.brand-story-heading { font-size: 2.25rem; color: hsl(340 40% 97%); line-height: 0.95; letter-spacing: -0.02em; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .brand-story-heading { font-size: 3.75rem; } }
@media (min-width: 1024px) { .brand-story-heading { font-size: 4.5rem; } }
.brand-story-body { color: hsl(340 40% 97% / 0.9); font-size: 14px; line-height: 1.6; }
@media (min-width: 768px) { .brand-story-body { font-size: 15px; } }

.brand-meaning-grid { display: grid; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 1024px) { .brand-meaning-grid { grid-template-columns: repeat(2, 1fr); } }
.brand-meaning-copy-wrap { padding: 4rem 1.5rem; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 1024px) { .brand-meaning-copy-wrap { padding: 6rem 5rem; } }
.brand-meaning-heading { font-family: var(--font-display); line-height: 0.9; letter-spacing: -0.02em; margin-bottom: 2.5rem; font-size: clamp(3rem, 7vw, 6rem); }
.brand-meaning-body { display: flex; flex-direction: column; gap: 1.25rem; color: hsl(var(--color-foreground) / 0.85); font-size: 15px; line-height: 1.6; max-width: 36rem; }
.brand-meaning-quote { font-family: var(--font-display); font-size: 1.5rem; color: hsl(var(--color-foreground)); padding-top: 1rem; font-style: italic; }
@media (min-width: 1024px) { .brand-meaning-quote { font-size: 1.875rem; } }
.brand-meaning-cta { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: hsl(var(--color-primary)); padding-top: 0.5rem; }
.brand-meaning-media { position: relative; min-height: 400px; overflow: hidden; }
@media (min-width: 1024px) { .brand-meaning-media { min-height: 700px; } }

/* -------------------------------------------------------------------------
   FAQ + CONTACT BAND
   ---------------------------------------------------------------------- */
.faq-section { padding: 5rem 0; }
@media (min-width: 1024px) { .faq-section { padding: 7rem 0; } }
.faq-heading { text-align: center; font-size: 2.25rem; line-height: 1.2; margin-bottom: 4rem; }
@media (min-width: 768px) { .faq-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .faq-heading { font-size: 3.75rem; margin-bottom: 5rem; } }
.faq-list { max-width: 48rem; margin: 0 auto; border-top: 1px solid hsl(var(--color-border)); }
.faq-item { border-bottom: 1px solid hsl(var(--color-border)); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; text-align: left; }
.faq-question span:first-child { font-size: 1rem; color: hsl(var(--color-foreground)); padding-right: 1rem; }
@media (min-width: 768px) { .faq-question span:first-child { font-size: 1.125rem; } }
.faq-question:hover span:first-child { color: hsl(var(--color-primary)); }
.faq-toggle-icon { flex-shrink: 0; width: 2rem; height: 2rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; background: hsl(var(--color-foreground)); color: hsl(var(--color-background)); }
.faq-toggle-icon .icon-minus { display: none; }
.faq-question[aria-expanded="true"] .icon-plus { display: none; }
.faq-question[aria-expanded="true"] .icon-minus { display: block; }
.faq-answer p { padding: 0 3rem 1.5rem 0; color: hsl(var(--color-muted-foreground)); font-size: 15px; line-height: 1.6; }

.contact-band { position: relative; margin-top: 6rem; overflow: hidden; border-radius: 4px; }
@media (min-width: 1024px) { .contact-band { margin-top: 7rem; } }
.contact-band-video { position: absolute; inset: 0; }
.contact-band-gradient { position: absolute; inset: 0; background: linear-gradient(to bottom, hsl(300 30% 4% / 0.7), hsl(300 30% 5% / 0.6), hsl(300 30% 4% / 0.75)); }
.contact-band-inner { position: relative; text-align: center; padding: 6rem 0; }
@media (max-width: 639px) {
	.contact-band .contact-band-inner.container-editorial { padding-left: 2rem; padding-right: 2rem; }
	.contact-band-actions { padding: 0 0.25rem; }
}
@media (min-width: 768px) { .contact-band-inner { padding: 8rem 0; } }
.contact-band-inner .label-eyebrow { color: hsl(340 40% 97% / 0.8); }
.contact-band-heading { font-size: 2.25rem; line-height: 1.05; color: hsl(340 40% 97%); margin: 1.25rem 0 2rem; }
@media (min-width: 768px) { .contact-band-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .contact-band-heading { font-size: 3.75rem; } }
.contact-band-body { max-width: 32rem; margin: 0 auto 2.5rem; color: hsl(340 40% 97% / 0.85); font-size: 15px; line-height: 1.6; }
.contact-band-actions { display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; }
@media (min-width: 640px) { .contact-band-actions { flex-direction: row; } }
.contact-band-email-btn { color: hsl(340 40% 97%); }

/* -------------------------------------------------------------------------
   FOOTER
   ---------------------------------------------------------------------- */
.site-footer { background: hsl(var(--color-secondary)); color: hsl(var(--color-secondary-foreground)); }
.footer-newsletter { border-bottom: 1px solid hsl(var(--color-border) / 0.3); }
.footer-newsletter-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .footer-newsletter-inner { grid-template-columns: repeat(12, minmax(0, 1fr)); padding-top: 3.5rem; padding-bottom: 4rem; } }
@media (max-width: 1023px) {
	.footer-newsletter-inner.container-wide,
	.site-footer .footer-main.container-wide { padding-left: 2rem; padding-right: 2rem; }
}
.footer-newsletter-copy { grid-column: 1 / -1; }
@media (min-width: 1024px) { .footer-newsletter-copy { grid-column: span 6; } }
.footer-newsletter-heading { font-family: var(--font-display); font-size: 1.875rem; line-height: 1.05; margin-top: 0.75rem; }
@media (min-width: 1024px) { .footer-newsletter-heading { font-size: 2.25rem; } }
.footer-newsletter-form { display: flex; width: 100%; grid-column: 1 / -1; }
@media (min-width: 1024px) { .footer-newsletter-form { grid-column: span 6; } }
.footer-newsletter-input { flex: 1; background: transparent; border: none; border-bottom: 1px solid hsl(var(--color-border) / 0.6); padding: 0.75rem 0.25rem; font-size: 14px; color: hsl(var(--color-foreground)); }
.footer-newsletter-input::placeholder { color: hsl(var(--color-muted-foreground)); }
.footer-newsletter-input:focus { outline: none; border-color: hsl(var(--color-primary)); }
.footer-newsletter-submit { margin-left: 0.75rem; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0 1.5rem; height: 3rem; background: hsl(var(--color-primary)); color: hsl(var(--color-primary-foreground)); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; transition: background 0.2s ease; }
.footer-newsletter-submit:hover { background: hsl(var(--color-primary) / 0.9); }

.footer-main { padding-top: 4rem; padding-bottom: 1.5rem; }
@media (min-width: 1024px) { .footer-main { padding-top: 5rem; padding-bottom: 1.5rem; } }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(12, 1fr); gap: 3rem; } }
.footer-brand { grid-column: span 4; }
.footer-blurb { margin-top: 1.5rem; font-size: 14px; color: hsl(var(--color-muted-foreground)); max-width: 24rem; line-height: 1.6; }
.footer-social { margin-top: 1.75rem; display: flex; align-items: center; gap: 0.75rem; }
.footer-social-link { display: inline-flex; align-items: center; justify-content: center; width: 2.125rem; height: 2.125rem; padding: 0.5rem; border: 1px solid hsl(var(--color-border) / 0.4); transition: all 0.2s ease; }
.footer-social-link:hover { border-color: hsl(var(--color-primary)); color: hsl(var(--color-primary)); }
.footer-col { grid-column: span 2; }
.footer-col-title { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-muted-foreground)); margin-bottom: 1.25rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links a, .footer-links button { text-align: left; font-size: 14px; color: hsl(var(--color-muted-foreground)); transition: color 0.2s ease; }
.footer-links a:hover, .footer-links button:hover { color: hsl(var(--color-foreground)); }
.footer-contact-email { display: flex; align-items: flex-start; gap: 0.5rem; }
.footer-contact-email svg { flex-shrink: 0; margin-top: 0.125rem; color: hsl(var(--color-muted-foreground)); }
.theme-order-form-footer .neon-btn[data-order-submit][hidden],
.theme-order-form-footer .neon-btn[data-order-continue][hidden] { display: none !important; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid hsl(var(--color-border) / 0.3); display: flex; flex-direction: column; align-items: center; gap: 0.75rem; text-align: center; }
@media (min-width: 640px) { .footer-bottom { flex-direction: row; justify-content: center; gap: 1.5rem; } }
.footer-copyright, .footer-credit { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-muted-foreground) / 0.7); }
.footer-credit:hover { color: hsl(var(--color-primary)); }

/* -------------------------------------------------------------------------
   MODALS (contact + custom order)
   ---------------------------------------------------------------------- */
.theme-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 1.5rem; }
.theme-modal.is-open { display: flex; }
.theme-modal-overlay { position: absolute; inset: 0; background: hsl(var(--color-foreground) / 0.3); }
.theme-modal-panel { position: relative; width: 100%; max-width: 32rem; max-height: 90vh; overflow-y: auto; background: hsl(var(--color-background)); border: 1px solid hsl(var(--color-border)); padding: 2rem; animation: slideUp 0.3s var(--transition-smooth); }
.theme-modal-close { position: absolute; top: 1rem; right: 1rem; }
.theme-modal-title { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.3; margin: 0.5rem 0 0.75rem; }
.theme-modal-desc { font-size: 15px; line-height: 1.6; color: hsl(var(--color-muted-foreground)); }
.theme-modal-email-row { display: flex; align-items: center; gap: 0.5rem; font-size: 14px; color: hsl(var(--color-muted-foreground)); border-top: 1px solid hsl(var(--color-border)); padding-top: 1rem; margin-top: 1rem; }
.theme-modal-email-row a:hover { color: hsl(var(--color-foreground)); }

.theme-form-field { display: flex; flex-direction: column; gap: 0.375rem; }
.theme-form-row { margin-top: 1rem; }
.theme-form-row--2col { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .theme-form-row--2col { grid-template-columns: 1fr 1fr; } }
.theme-contact-form, .theme-order-form { margin-top: 1.25rem; }
.theme-contact-form .theme-form-field, .theme-order-form .theme-form-field { margin-top: 1rem; }
.theme-contact-form input, .theme-contact-form textarea, .theme-order-form input, .theme-order-form textarea, .theme-select {
	width: 100%; padding: 0.625rem 0.75rem; background: hsl(var(--color-background)); border: 1px solid hsl(var(--color-border)); border-radius: 0.5rem; font-size: 14px; color: hsl(var(--color-foreground));
}
.theme-contact-form textarea, .theme-order-form textarea { resize: none; }
.theme-contact-form input:focus, .theme-contact-form textarea:focus, .theme-order-form input:focus, .theme-order-form textarea:focus, .theme-select:focus { outline: none; border-color: hsl(var(--color-primary)); }
.theme-form-footer { margin-top: 1.5rem; display: flex; justify-content: flex-end; }
.theme-form-success { color: hsl(var(--color-accent)); font-size: 14px; margin-top: 1rem; }
.theme-form-error { color: hsl(var(--color-primary)); font-size: 14px; margin-top: 1rem; }

.theme-modal-panel--order { max-width: 42rem; max-height: 90vh; padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.theme-modal-order-header { position: relative; background: linear-gradient(135deg, hsl(var(--color-primary)) 0%, hsl(var(--color-primary) / 0.85) 60%, hsl(var(--color-accent)) 100%); color: hsl(var(--color-background)); padding: 1.5rem 1.75rem; }
.theme-modal-order-eyebrow { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-background) / 0.75); margin-bottom: 0.5rem; }
.theme-modal-order-title { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.3; }
@media (min-width: 768px) { .theme-modal-order-title { font-size: 1.875rem; } }
.theme-modal-close--light { color: hsl(var(--color-background)); z-index: 2; }
.theme-modal-order-progress { display: flex; align-items: center; gap: 0.5rem; margin-top: 1.25rem; }
.theme-modal-order-progress-bar { height: 4px; flex: 1; border-radius: 9999px; background: hsl(var(--color-background) / 0.25); transition: background 0.3s ease; }
.theme-modal-order-progress-bar.is-filled { background: hsl(var(--color-background)); }
.theme-modal-order-step-label { margin-top: 0.75rem; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-background) / 0.85); }
.theme-modal-order-body { padding: 1.75rem; min-height: 320px; display: flex; flex-direction: column; overflow-y: auto; flex: 1; min-height: 0; }
.theme-modal-order-step { display: none; }
.theme-modal-order-step.is-active { display: block; flex: 1; }
.theme-modal-order-step + .theme-modal-order-step { margin-top: 0; }
.theme-order-form { margin-top: 0; display: flex; flex-direction: column; flex: 1; }
.theme-order-form .theme-form-field { margin-top: 0; }
.theme-order-form .theme-form-field + .theme-form-field,
.theme-order-form .theme-form-field + .theme-order-chip-grid,
.theme-order-form .theme-order-chip-grid + .theme-form-field { margin-top: 1.5rem; }
.theme-order-chip-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; margin-top: 0.75rem; }
@media (min-width: 640px) { .theme-order-chip-grid--products { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.theme-order-chip-grid--budget { grid-template-columns: 1fr; }
@media (min-width: 640px) { .theme-order-chip-grid--budget { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.theme-order-chip-grid--occasions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-order-chip-grid--occasions .neon-chip { flex: 0 1 auto; }
.theme-order-chip { justify-content: flex-start; text-align: left; width: 100%; }
.theme-order-chip svg { width: 14px; height: 14px; flex-shrink: 0; }
.theme-order-vision-count { margin-top: 0.25rem; font-size: 11px; color: hsl(var(--color-muted-foreground)); }
.theme-order-suggestions-label { margin-top: 1rem; margin-bottom: 0.5rem; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; color: hsl(var(--color-muted-foreground)); }
.theme-order-suggestions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-order-suggestion {
	padding: 0.375rem 0.75rem;
	font-size: 11px;
	color: hsl(var(--color-foreground) / 0.8);
	border: 1px solid hsl(var(--color-border));
	border-radius: 9999px;
	background: transparent;
	text-align: left;
	transition: border-color 0.3s ease, color 0.3s ease;
}
.theme-order-suggestion:hover { border-color: hsl(var(--color-foreground)); color: hsl(var(--color-foreground)); }
.theme-order-form-footer {
	margin-top: auto;
	padding-top: 1.25rem;
	border-top: 1px solid hsl(var(--color-border));
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}
.theme-order-back-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 11px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 600;
	color: hsl(var(--color-foreground) / 0.7);
	background: transparent;
	transition: color 0.3s ease;
}
.theme-order-back-btn:hover:not(:disabled) { color: hsl(var(--color-foreground)); }
.theme-order-back-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.theme-order-success {
	display: none;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.5rem 0;
}
.theme-order-success.is-visible { display: flex; }
.theme-order-success-icon {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 9999px;
	background: hsl(var(--color-primary));
	color: hsl(var(--color-primary-foreground));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
}
.theme-order-success-text { font-size: 15px; line-height: 1.6; color: hsl(var(--color-muted-foreground)); max-width: 28rem; }
.theme-order-success-close { margin-top: 1.75rem; }
.theme-modal-order-body.is-submitted .theme-order-form { display: none; }
.theme-modal-order-body.is-submitted .theme-modal-order-step-label,
.theme-modal-order-body.is-submitted .theme-modal-order-progress { display: none; }

/* -------------------------------------------------------------------------
   SIDE CART DRAWER (Section 12 / 31.6)
   ---------------------------------------------------------------------- */
#theme-cart-overlay { position: fixed; inset: 0; background: hsl(var(--color-foreground) / 0.3); z-index: 150; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
body.cart-open #theme-cart-overlay { opacity: 1; pointer-events: auto; }
#theme-cart-drawer { position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 32rem; background: hsl(var(--color-background)); z-index: 151; box-shadow: var(--shadow-elevated); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.4s var(--transition-smooth); }
body.cart-open #theme-cart-drawer { transform: translateX(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: 2rem 2rem 1.25rem; border-bottom: 1px solid hsl(var(--color-border)); }
.theme-cart-drawer-title { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; }
.theme-cart-drawer-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; gap: 1rem; }
.theme-cart-drawer-empty svg { color: hsl(var(--color-muted-foreground)); }
.theme-cart-drawer-empty p { color: hsl(var(--color-muted-foreground)); }
.theme-cart-drawer-items { flex: 1; overflow: auto; padding: 1.5rem 2rem; display: flex; flex-direction: column; gap: 2rem; }
.theme-cart-item { display: flex; gap: 1.25rem; }
.theme-cart-item-image { position: relative; width: 6rem; height: 8rem; background: hsl(var(--color-secondary)); overflow: hidden; flex-shrink: 0; display: block; }
.theme-cart-item-image img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.theme-cart-item-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.theme-cart-item-name { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: hsl(var(--color-foreground)); }
.theme-cart-item-name:hover { opacity: 0.7; }
.theme-cart-item-variation { font-size: 12px; color: hsl(var(--color-muted-foreground)); margin-top: 0.375rem; font-style: italic; }
.theme-cart-item-price { font-size: 14px; margin-top: 0.375rem; }
.theme-cart-item-controls { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1rem; }
.theme-cart-qty-controls { display: flex; align-items: center; gap: 0.5rem; }
.theme-cart-qty-value { font-size: 14px; min-width: 28px; text-align: center; }
.theme-cart-item-remove { font-size: 12px; color: hsl(var(--color-muted-foreground)); text-decoration: underline; text-underline-offset: 4px; }
.theme-cart-item-remove:hover { color: hsl(var(--color-foreground)); }
.theme-cart-drawer-footer { padding: 1.5rem 2rem; border-top: 1px solid hsl(var(--color-border)); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-subtotal-row { display: flex; align-items: baseline; justify-content: space-between; font-family: var(--font-display); font-size: 1.25rem; }
.theme-cart-note { font-size: 12px; color: hsl(var(--color-muted-foreground)); }
.theme-cart-checkout-btn { width: 100%; }

/* View cart link injected by WooCommerce — hidden everywhere (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; }

.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }

/* -------------------------------------------------------------------------
   SINGLE PRODUCT PAGE (Lovable ProductDetail parity)
   ---------------------------------------------------------------------- */
.single-product-main { padding-top: var(--header-height); background: hsl(var(--color-background)); }
.theme-product-layout { min-width: 0; }
.theme-product-columns {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
}
@media (min-width: 1024px) {
	.theme-product-columns {
		grid-template-columns: 1fr 1fr;
		min-height: calc(100vh - var(--header-height));
	}
}
.theme-product-gallery {
	position: relative;
	min-width: 0;
	max-width: 100%;
	background: hsl(var(--color-background));
	display: flex;
	flex-direction: column;
}
@media (min-width: 1024px) {
	.theme-product-gallery {
		position: sticky;
		top: var(--header-height);
		align-self: start;
		min-height: calc(100vh - var(--header-height));
	}
}
.theme-product-gallery-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}
.theme-product-main-image {
	flex: 1;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}
@media (min-width: 1024px) {
	.theme-product-main-image {
		min-height: 0;
		padding: 2rem 2.5rem 1rem;
	}
}
.theme-product-main-img {
	width: 100%;
	height: 100%;
	max-height: min(72vh, 900px);
	object-fit: contain;
}
.theme-product-thumbnails {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 1.5rem 1.5rem;
	background: hsl(var(--color-background));
	flex-shrink: 0;
}
@media (min-width: 1024px) {
	.theme-product-thumbnails { padding: 1rem 2.5rem 2rem; }
}
.theme-product-thumb {
	width: 4rem;
	height: 4rem;
	overflow: hidden;
	border: 1px solid transparent;
	opacity: 0.6;
	transition: all 0.2s ease;
	flex-shrink: 0;
	background: transparent;
}
@media (min-width: 1024px) {
	.theme-product-thumb { width: 4.5rem; height: 4.5rem; }
}
.theme-product-thumb.is-active,
.theme-product-thumb:hover {
	border-color: hsl(var(--color-foreground));
	opacity: 1;
}
.theme-product-thumb img { width: 100%; height: 100%; object-fit: cover; }

.theme-product-info {
	padding: 2.5rem 1.5rem;
	min-width: 0;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.theme-product-info { padding: 2.5rem 2.5rem; }
}
@media (min-width: 1024px) {
	.theme-product-info {
		padding: 3rem 3rem 4rem;
		justify-content: center;
	}
}
.product-breadcrumb {
	font-size: 12px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: hsl(var(--color-muted-foreground));
	margin-bottom: 1.5rem;
}
.product-breadcrumb a:hover { color: hsl(var(--color-foreground)); }
.product-breadcrumb span { margin: 0 0.5rem; }
.product-title {
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: hsl(var(--color-foreground));
	line-height: 1.5;
}
@media (min-width: 768px) {
	.product-title { font-size: 16px; }
}
.product-sku {
	margin-top: 0.75rem;
	font-size: 12px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: hsl(var(--color-muted-foreground));
}
.product-price-divider {
	height: 1px;
	background: hsl(var(--color-border));
	margin: 1.75rem 0;
}
.product-price {
	font-family: var(--font-body);
	font-size: 1.125rem;
	color: hsl(var(--color-foreground));
}
.product-note-box {
	margin-top: 1.75rem;
	background: hsl(var(--color-secondary) / 0.7);
	padding: 1rem 1.25rem;
	font-family: var(--font-body);
	font-size: 13px;
	line-height: 1.625;
	color: hsl(var(--color-foreground) / 0.85);
}
.theme-add-to-cart-area { margin-top: 2rem; }
.product-add-to-cart-btn {
	width: 100% !important;
	min-width: 0 !important;
	height: 3.5rem !important;
	min-height: 3.5rem !important;
	font-size: 12px !important;
	letter-spacing: 0.28em !important;
	text-transform: uppercase !important;
	flex: none !important;
}
.product-add-to-cart-btn.is-added {
	pointer-events: none;
}
.product-add-to-cart-btn .product-add-to-cart-check {
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
	flex-shrink: 0;
}

.product-details-section { margin-top: 3rem; }
.product-details-heading {
	font-size: 12px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: hsl(var(--color-foreground));
	margin-bottom: 1.25rem;
}
.product-details-description {
	font-family: var(--font-display);
	font-size: 19px;
	line-height: 1.55;
	color: hsl(var(--color-foreground) / 0.9);
	white-space: pre-line;
	overflow-wrap: break-word;
	word-break: break-word;
}
.product-details-description p { margin-bottom: 0; }
.product-details-list {
	margin-top: 1.5rem;
	padding-left: 1.25rem;
	list-style: disc;
}
.product-details-list li {
	font-family: var(--font-body);
	font-size: 14px;
	line-height: 1.625;
	color: hsl(var(--color-foreground) / 0.8);
	margin-bottom: 0.625rem;
}
.product-details-list li::marker { color: hsl(var(--color-primary)); }

.related-products-section {
	padding: 6rem 0;
	border-top: 1px solid hsl(var(--color-border));
	margin-top: 0;
}
@media (max-width: 1023px) {
	.related-products-section.container-wide { padding-left: 2rem; padding-right: 2rem; }
}
.related-products-section .theme-product-grid {
	gap: 3rem 2rem;
}
.related-products-header { margin-bottom: 3rem; }
.related-products-heading {
	font-family: var(--font-display);
	font-size: 1.875rem;
	line-height: 1.25;
}
@media (min-width: 768px) {
	.related-products-heading { font-size: 2.25rem; }
}
.related-products-heading-italic { font-style: italic; }

/* Variations (size chips) */
.single-product .variations { width: 100%; margin-top: 1.75rem; border-collapse: collapse; }
.single-product .variations tbody tr { display: block; width: 100%; }
.single-product .variations tbody td { display: block; width: 100%; }
.single-product .variations tbody td.label {
	padding-bottom: 0.75rem;
	font-size: 12px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-weight: 400;
	color: hsl(var(--color-muted-foreground));
}
.single-product .variations tbody td.value { padding-top: 0; }
.theme-attr-select-hidden { display: none !important; }
.theme-attr-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.theme-attr-pills .neon-chip { min-width: 4rem; }
.single_variation_wrap { margin-top: 0; }

/* Add-to-cart button on single product */
.single-product .single_add_to_cart_button.button,
.single-product .add_to_cart_button.button,
.single-product a.single_add_to_cart_button,
.single-product a.add_to_cart_button,
.single-product button.single_add_to_cart_button {
	border: none !important;
	border-radius: 9999px !important;
	padding: 0 2rem !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: var(--font-body) !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.3s var(--transition-smooth) !important;
	color: hsl(var(--color-primary-foreground)) !important;
	background-image: linear-gradient(120deg, hsl(var(--color-primary)) 0%, hsl(var(--color-accent)) 100%) !important;
	border: 1px solid hsl(var(--color-primary) / 0.85) !important;
	box-shadow: 0 0 12px hsl(var(--color-primary) / 0.65), 0 0 32px hsl(var(--color-accent) / 0.45), 0 0 56px hsl(var(--color-highlight) / 0.30), 0 10px 30px -8px hsl(var(--color-accent) / 0.55) !important;
}
.single-product .single_add_to_cart_button.button:hover:not(.disabled):not(:disabled),
.single-product .add_to_cart_button.button:hover:not(.disabled):not(:disabled) {
	transform: translateY(-1px);
	opacity: 1 !important;
}
.single-product .single_add_to_cart_button.button:disabled,
.single-product .single_add_to_cart_button.button.disabled,
.single-product .add_to_cart_button.button:disabled,
.single-product .add_to_cart_button.button.disabled {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	pointer-events: none !important;
	transform: none !important;
}

/* WooCommerce notices (Section 14.1 — scoped, never global) */
.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	list-style: none; padding: 1rem 1.5rem; margin: 0 0 1.5rem; border-radius: 0.5rem; font-size: 14px;
	background: hsl(var(--color-secondary)); color: hsl(var(--color-foreground)); border-left: 3px solid hsl(var(--color-primary));
}
.woocommerce-error { border-left-color: hsl(var(--color-primary)); }

/* -------------------------------------------------------------------------
   SHOP ARCHIVE
   ---------------------------------------------------------------------- */
.shop-archive-main { padding-top: calc(var(--header-height) + 2rem); padding-bottom: 4rem; }
.shop-archive-inner .page-title { font-size: 2.25rem; margin-bottom: 2rem; }

/* -------------------------------------------------------------------------
   GENERIC PAGE / 404
   ---------------------------------------------------------------------- */
.site-main { padding-top: var(--header-height); }
.page-wrap { padding-bottom: 4rem; }
.page-title { font-family: var(--font-display); font-size: 2rem; margin: 2rem 0 1.5rem; }
.error-404-wrap { padding: 8rem 0 6rem; text-align: center; }
.error-404-title { font-family: var(--font-display); font-size: 3rem; margin-bottom: 1rem; }
.error-404-body { color: hsl(var(--color-muted-foreground)); margin-bottom: 2rem; }

/* -------------------------------------------------------------------------
   CHECKOUT BLOCK (Section 13) — scoped under body.woocommerce-checkout
   ---------------------------------------------------------------------- */
body.woocommerce-checkout .site-main { padding-top: var(--header-height); padding-bottom: 4rem; }
body.woocommerce-checkout .page-title,
body.woocommerce-cart .page-title,
body.woocommerce-account .page-title { max-width: 80rem; margin-left: auto; margin-right: auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { body.woocommerce-checkout .page-title, body.woocommerce-cart .page-title, body.woocommerce-account .page-title { padding: 0 2.5rem; } }

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
	min-width: 0; width: 100%; max-width: none;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select {
	width: 100% !important; max-width: none !important;
}
body.woocommerce-checkout .wc-block-checkout { display: block; }
@media (min-width: 768px) {
	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
		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-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-textarea textarea,
.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row select {
	font-family: var(--font-body);
	font-size: 15px;
	color: hsl(var(--color-foreground));
	border: 1px solid hsl(var(--color-border));
	border-radius: 0.5rem;
	background-color: hsl(var(--color-background));
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus,
body.woocommerce-checkout .wc-block-components-textarea textarea:focus {
	outline: none;
	border-color: hsl(var(--color-primary));
}
body.woocommerce-checkout .wc-block-components-text-input input::placeholder { color: hsl(var(--color-muted-foreground)); }

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	border-radius: var(--btn-radius) !important;
	background-color: hsl(var(--color-primary)) !important;
	color: hsl(var(--color-primary-foreground)) !important;
	font-family: var(--font-body) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { opacity: 0.9 !important; }

body.woocommerce-checkout .wc-block-checkout__sidebar {
	background-color: hsl(var(--color-secondary));
	border-radius: var(--card-radius);
	padding: 2rem;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.25rem;
	min-height: 1.25rem;
	padding: 0 0.25rem;
	background-color: hsl(var(--color-primary));
	color: hsl(var(--color-primary-foreground));
	border: 1px solid hsl(var(--color-primary));
	border-radius: 9999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity span {
	color: hsl(var(--color-primary-foreground));
}

body.woocommerce-checkout .wc-block-components-notice-banner { border-radius: 0.5rem; }

/* -------------------------------------------------------------------------
   THANK YOU PAGE (Section 22.8)
   ---------------------------------------------------------------------- */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .theme-thankyou-content { max-width: 56rem; margin: 0 auto; padding: 2rem 1.5rem 5rem; }
body.theme-thankyou-page .woocommerce-order h2,
body.theme-thankyou-page .woocommerce-order-details__title {
	font-family: var(--font-display); font-size: 1.5rem; padding: 0 0 1rem 0;
}
body.theme-thankyou-page .woocommerce-order-overview {
	display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; padding: 1.5rem; margin: 0 0 2rem;
	background: hsl(var(--color-secondary)); border-radius: var(--card-radius);
}
body.theme-thankyou-page .woocommerce-order-overview li { font-size: 14px; }
body.theme-thankyou-page .woocommerce-order-details table {
	width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 2rem;
}
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(--color-border)); text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
body.theme-thankyou-page .woocommerce-customer-details {
	display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem;
}
body.theme-thankyou-page .woocommerce-customer-details address {
	max-width: 480px; overflow-wrap: break-word; font-style: normal; line-height: 1.6;
}

/* -------------------------------------------------------------------------
   MISC RESPONSIVE + SAFETY
   ---------------------------------------------------------------------- */
@media (max-width: 767px) {
	.theme-cart-drawer-items, .theme-cart-drawer-footer, .theme-cart-drawer-header { padding-left: 1.25rem; padding-right: 1.25rem; }
}
.theme-form-field label { display: block; }
.woocommerce-checkout .form-row { margin-bottom: 1rem; }

/* -------------------------------------------------------------------------
   WORDPRESS ADMIN BAR — fixed header sits below toolbar
   ---------------------------------------------------------------------- */
body.admin-bar .site-header { top: 32px; }
body.admin-bar .mobile-menu { top: 32px; height: calc(100% - 32px); }
body.admin-bar .mega-panel { top: calc(var(--header-height) + 31px); }
body.admin-bar .search-overlay-close { top: calc(1.5rem + 32px); }
@media screen and (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
	body.admin-bar .mobile-menu { top: 46px; height: calc(100% - 46px); }
	body.admin-bar .mega-panel { top: calc(var(--header-height) + 45px); }
	body.admin-bar .search-overlay-close { top: calc(1.5rem + 46px); }
}
