/* =======================================================================
   Honey Libido — theme.css
   Full front-end design system: colors, typography, layout, and
   animation. Author: The Free Website Guys.
   ======================================================================= */

:root {
	--font-display: 'Archivo Black', 'Archivo', 'Space Grotesk', sans-serif;
	--font-body: 'Archivo', 'Space Grotesk', 'Inter', sans-serif;
	--font-accent: 'Fraunces', serif;
	--font-mono: 'JetBrains Mono', monospace;

	--radius: 1rem;
	--card-radius: 1.5rem;
	--btn-radius: 9999px;
	--btn-height: 52px;
	--btn-padding: 0 2rem;
	--btn-font-size: 0.6875rem;
	--btn-font-weight: 500;
	--btn-letter-spacing: 0.28em;
	--btn-text-transform: uppercase;
	--btn-icon-padding: 0;

	--shadow-soft: 0 8px 24px -10px rgba(0,0,0,0.12);
	--shadow-glow: 0 20px 60px -18px color-mix(in srgb, var(--color-honey) 50%, transparent);
	--shadow-glow-strong: 0 24px 80px -20px color-mix(in srgb, var(--color-honey) 60%, transparent), 0 0 0 1px color-mix(in srgb, var(--color-honey) 40%, transparent);
	--shadow-elevated: 0 30px 70px -22px rgba(0,0,0,0.35);

	--transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
	--header-height: 92px;
	--container-padding-inline: 1.25rem;
}
@media (min-width: 640px) {
	:root { --container-padding-inline: 1.5rem; }
}
@media (min-width: 1024px) {
	:root { --container-padding-inline: 2rem; }
}

/* -----------------------------------------------------------------------
   Base / reset
   ----------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; }
html { overflow-x: clip; }
body.theme-thankyou-page { overflow-x: clip; }

body {
	background: var(--background);
	color: var(--foreground);
	font-family: var(--font-body);
	font-weight: 500;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: inherit;
	font-size: inherit;
	letter-spacing: -0.03em;
	line-height: inherit;
	text-transform: none;
	margin: 0;
}
.font-display, h1, h2, h3, h4, h5, h6 { font-weight: 900; }

.section-heading,
.shop-heading,
.contact-title,
.product-title,
.theme-cart-drawer__title,
.theme-contact-modal__title,
.theme-contact-success__title,
.theme-thankyou__title,
.theme-404__title,
.display-heading,
.display-heading-md,
.display-heading-sm,
.display-heading-2xl {
	font-family: var(--font-display);
	font-weight: 900;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; }

img:not(.cover-img):not(.hero-bg-img):not(.theme-product-gallery__main-img):not(.theme-product-thumb img):not(.site-logo-img):not(.site-footer__logo) {
	max-width: 100%;
	height: auto;
}
.cover-img, .hero-bg-img, .theme-product-gallery__main-img {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: contain;
	display: block;
}

dl, dt, dd { margin: 0; padding: 0; }
p { margin: 0; }

[hidden] { display: none !important; }

.label-caps {
	font-family: var(--font-body);
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-size: 0.7rem;
}
.font-mono { font-family: var(--font-mono); }
.font-mono-caps {
	font-family: var(--font-mono);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 0.72rem;
	font-weight: 400;
}
.italic { font-style: italic; font-family: var(--font-accent); }

/* Editorial italic — Lovable font-accent (Fraunces), same as hero-title__line2 */
.hero-title__line2,
.display-heading .italic,
.shop-heading .italic,
.about-heading .italic,
.contact-heading .italic,
.benefits-section .display-heading .italic,
.site-footer__title .italic,
.section-heading .italic,
.contact-title .italic {
	font-family: var(--font-accent);
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.display-heading .italic,
.shop-heading .italic,
.about-heading .italic,
.contact-heading .italic,
.benefits-section .display-heading .italic,
.section-heading .italic,
.contact-title .italic {
	color: var(--color-honey-deep);
}

.site-footer__title .italic {
	color: var(--color-honey);
	white-space: nowrap;
}
.nowrap { white-space: nowrap; }

.container-wide {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding-inline: var(--container-padding-inline);
}

.scroll-mt { scroll-margin-top: 6rem; }

/* Bee-stripe band */
.bee-stripe {
	height: 0.75rem;
	width: 100%;
	background-image: repeating-linear-gradient(45deg, var(--color-honey) 0 14px, #000 14px 28px);
}
.bee-stripe--thin { height: 0.5rem; }
.bee-stripe--magenta { height: 0.5rem; background-image: repeating-linear-gradient(45deg, var(--color-magenta) 0 12px, var(--color-honey) 12px 24px); }

.theme-honeycomb-backdrop, .theme-honeycomb-mask {
	pointer-events: none;
	position: absolute; inset: 0;
	opacity: 0.6;
}
.theme-honeycomb-backdrop {
	background-image: radial-gradient(color-mix(in srgb, var(--color-honey) 35%, transparent) 1.5px, transparent 1.5px);
	background-size: 22px 22px;
}
.theme-honeycomb-mask {
	background-image: radial-gradient(color-mix(in srgb, var(--color-honey) 15%, transparent) 1px, transparent 1px);
	background-size: 24px 24px;
}
.theme-honeycomb-backdrop--soft { opacity: 0.6; }

/* -----------------------------------------------------------------------
   Buttons
   ----------------------------------------------------------------------- */
.btn-hero-primary, .btn-hero-outline {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	padding: var(--btn-padding);
	min-height: var(--btn-height);
	border-radius: var(--btn-radius);
	font-family: var(--font-body);
	font-size: var(--btn-font-size);
	font-weight: var(--btn-font-weight);
	letter-spacing: var(--btn-letter-spacing);
	text-transform: none;
	border: 2px solid #000;
	transition: transform 0.2s var(--transition-smooth), box-shadow 0.2s var(--transition-smooth), background-color 0.2s ease;
	box-shadow: var(--shadow-soft);
}
.btn-hero-primary { background: var(--color-honey); color: #0f0f0f; }
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow); }
.btn-hero-outline { background: #fff; color: var(--foreground); }
.btn-hero-outline:hover { background: color-mix(in srgb, var(--color-honey) 15%, transparent); }

/* -----------------------------------------------------------------------
   Announcement bar
   ----------------------------------------------------------------------- */
.theme-announcement-bar {
	position: relative;
	overflow: hidden;
	color: var(--color-cream);
	width: 100%;
}
.theme-announcement-bg { position: absolute; inset: 0; background: linear-gradient(90deg, var(--color-charcoal) 0%, var(--color-charcoal-2) 50%, var(--color-charcoal) 100%); }
.theme-announcement-shimmer { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--color-honey) 60%, transparent) 50%, transparent 100%); }
.theme-announcement-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding-block: 0.625rem;
}
.theme-announcement-icon {
	display: none;
	width: 12px;
	height: 12px;
	color: var(--color-honey-glow);
	flex-shrink: 0;
}
.theme-announcement-dot {
	width: 4px;
	height: 4px;
	border-radius: 9999px;
	background: var(--color-honey-glow);
	animation: pulseDot 2.2s ease-in-out infinite;
	flex-shrink: 0;
}
.theme-announcement-dot--right { display: none; }
.theme-announcement-text {
	margin: 0;
	color: color-mix(in srgb, var(--color-cream) 90%, transparent);
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
}
.theme-announcement-close { position: absolute; right: 0.75rem; top: 50%; transform: translateY(-50%); padding: 0.375rem; border-radius: 9999px; color: color-mix(in srgb, var(--color-cream) 60%, transparent); transition: color 0.2s, background-color 0.2s; }
.theme-announcement-close:hover { color: var(--color-honey-glow); background: color-mix(in srgb, var(--color-honey) 10%, transparent); }
@media (min-width: 640px) {
	.theme-announcement-icon { display: block; }
	.theme-announcement-dot--right { display: block; }
	.theme-announcement-text { font-size: 11px; }
}

/* -----------------------------------------------------------------------
   Header
   ----------------------------------------------------------------------- */
.site-header {
	position: fixed;
	top: var(--theme-header-offset, var(--theme-admin-bar-height, 0px));
	left: 0;
	right: 0;
	z-index: 50;
	width: 100%;
	background: color-mix(in srgb, var(--background) 85%, transparent);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 2px solid transparent;
	transition: background-color 0.3s, border-color 0.3s, top 0.15s ease-out;
}
.site-header-spacer {
	display: block;
	height: var(--theme-header-height, 76px);
	width: 100%;
	pointer-events: none;
}
.site-header.is-solid, .site-header.is-scrolled {
	background: color-mix(in srgb, var(--background) 95%, transparent);
	border-bottom-color: #000;
	box-shadow: var(--shadow-soft);
	backdrop-filter: blur(24px);
}
html.admin-bar {
	margin-top: 0 !important;
	--theme-admin-bar-height: var(--wp-admin--admin-bar--height, 32px);
}
html.admin-bar body {
	padding-top: var(--theme-admin-bar-height, 32px);
}
@media screen and (max-width: 782px) {
	html.admin-bar {
		--theme-admin-bar-height: var(--wp-admin--admin-bar--height, 46px);
	}
}
@media screen and (max-width: 600px) {
	html.admin-bar #wpadminbar {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
	}
}
body.has-announcement-bar {
	--theme-announcement-height: 2.3125rem;
}
.site-header__hairline { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--color-honey) 0%, var(--color-honey-deep) 50%, var(--color-honey) 100%); pointer-events: none; }
.site-header__nav {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.5rem;
	height: 76px;
	transition: height 0.3s;
}
@media (min-width: 768px) {
	.site-header__nav { gap: 0.75rem; height: 92px; }
}
.site-header.is-scrolled .site-header__nav { height: 70px; }
@media (min-width: 768px) {
	.site-header.is-scrolled .site-header__nav { height: 76px; }
}

.site-header__brand { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; justify-self: start; grid-column: 1; min-width: 0; }
.site-header__logo-frame { position: relative; background: #fff; border-radius: var(--radius); padding: 0.375rem; border: 2px solid #000; box-shadow: var(--shadow-soft); transition: transform 0.3s, box-shadow 0.3s; }
.site-header__brand:hover .site-header__logo-frame { transform: rotate(-2deg); box-shadow: var(--shadow-glow); }
.site-logo-img { height: var(--logo-height, 48px) !important; width: auto !important; display: block; }
.site-logo-text { line-height: var(--logo-height, 48px); display: block; font-family: var(--font-display); font-size: 1.1rem; padding: 0 0.5rem; }
.site-header__brand-name { font-family: var(--font-display); font-size: 1rem; }

.site-header__pill-nav { display: none; }
@media (min-width: 1024px) {
	.site-header__pill-nav {
		display: flex;
		position: static;
		transform: none;
		justify-self: center;
		grid-column: 2;
		align-items: center;
		gap: 0.25rem;
		border-radius: 9999px;
		border: 2px solid #000;
		background: #fff;
		padding: 0.375rem 0.5rem;
		box-shadow: var(--shadow-soft);
		max-width: 100%;
	}
}
.theme-nav-list { display: flex; align-items: center; gap: 0.25rem; list-style: none; margin: 0; padding: 0; }
.theme-nav-list li { margin: 0; }
.theme-nav-list a, .theme-nav-link {
	display: inline-block; padding: 0.5rem 1.25rem; border-radius: 9999px;
	font-family: var(--font-body); font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; font-size: 11px;
	color: color-mix(in srgb, var(--foreground) 75%, transparent);
	transition: background-color 0.2s, color 0.2s;
}
.theme-nav-list a:hover, .theme-nav-link:hover { background: color-mix(in srgb, var(--color-honey) 15%, transparent); color: var(--foreground); }
.theme-nav-list a.current-menu-item, .theme-nav-list li.current-menu-item > a,
.theme-nav-link.is-active {
	background: var(--color-charcoal);
	color: var(--color-honey-glow);
	box-shadow: var(--shadow-soft);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
	justify-self: end;
	grid-column: 3;
	min-width: 0;
}
@media (min-width: 768px) { .site-header__actions { gap: 0.75rem; } }
.site-header__cta {
	display: none;
	padding: 0.75rem 1.25rem;
	min-height: auto;
}
@media (min-width: 768px) {
	.site-header__cta { display: inline-flex; }
}
@media (min-width: 1024px) {
	.site-header__cta { padding: 0.75rem 1.5rem; }
}

.site-header__cart {
	position: relative; display: flex; align-items: center; gap: 0.5rem;
	padding: 0.625rem 0.75rem; border-radius: 9999px; border: 2px solid #000;
	background: #fff; color: var(--foreground); transition: background-color 0.2s, transform 0.2s;
}
.site-header__cart:hover { background: color-mix(in srgb, var(--color-honey) 15%, transparent); transform: translateY(-1px); }
.site-header__cart-label { display: none; }
@media (min-width: 768px) { .site-header__cart-label { display: inline; font-size: 10px; } }
.theme-cart-count-wrap { display: inline-flex; }
.theme-cart-count {
	min-width: 22px; height: 22px; padding: 0 0.375rem; display: inline-flex; align-items: center; justify-content: center;
	font-size: 11px; font-weight: 700; border-radius: 9999px; border: 2px solid #000; background: #fff; color: color-mix(in srgb, var(--foreground) 50%, transparent);
}
.theme-cart-count:not(:empty) { background: var(--color-honey); color: #0f0f0f; }
.theme-cart-count:empty::before { content: '0'; }

.site-header__burger { display: flex; padding: 0.625rem; border-radius: 9999px; border: 2px solid #000; background: #fff; }
@media (min-width: 1024px) { .site-header__burger { display: none; } }

.site-header__mobile-menu {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	border-top: 2px solid transparent;
	padding: 0;
	transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, padding 0.35s ease, border-color 0.35s ease;
}
.site-header__mobile-menu.is-open {
	max-height: 28rem;
	opacity: 1;
	border-top-color: color-mix(in srgb, #000 10%, transparent);
	padding-block: 1.25rem;
}
.theme-mobile-nav-list-inner { display: flex; flex-direction: column; gap: 0.5rem; list-style: none; margin: 0; padding: 0; }
.theme-mobile-nav-list-inner a,
.theme-mobile-nav-list-inner li a {
	display: flex; align-items: center; justify-content: space-between;
	padding: 0.875rem 1rem; border-radius: 9999px; border: 2px solid color-mix(in srgb, #000 15%, transparent);
	background: #fff; font-family: var(--font-body); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 500;
	opacity: 0;
	transform: translateX(-12px);
}
.site-header__mobile-menu.is-open .theme-mobile-nav-list-inner a {
	animation: mobileNavSlideIn 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.site-header__mobile-menu.is-open .theme-mobile-nav-list-inner li:nth-child(1) a { animation-delay: 0.05s; }
.site-header__mobile-menu.is-open .theme-mobile-nav-list-inner li:nth-child(2) a { animation-delay: 0.1s; }
.site-header__mobile-menu.is-open .theme-mobile-nav-list-inner li:nth-child(3) a { animation-delay: 0.15s; }
.site-header__mobile-menu.is-open .theme-mobile-nav-list-inner li:nth-child(4) a { animation-delay: 0.2s; }
.site-header__mobile-menu.is-open .theme-mobile-nav-list-inner li:nth-child(5) a { animation-delay: 0.25s; }
.site-header__mobile-cta {
	display: flex; width: 100%; margin-top: 1rem;
	opacity: 0;
	transform: translateY(8px);
}
.site-header__mobile-menu.is-open .site-header__mobile-cta {
	animation: mobileNavCtaIn 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.28s forwards;
}
@media (min-width: 1024px) { .site-header__mobile-menu { display: none !important; max-height: none !important; opacity: 1 !important; } }

/* -----------------------------------------------------------------------
   Hero
   ----------------------------------------------------------------------- */
.hero-section { position: relative; overflow: hidden; background: color-mix(in srgb, var(--color-secondary) 40%, transparent); }
.hero-glow { pointer-events: none; position: absolute; width: 520px; height: 520px; border-radius: 9999px; opacity: 0.5; filter: blur(70px); }
.hero-glow--honey { top: -160px; left: -80px; background: radial-gradient(circle, color-mix(in srgb, var(--color-honey) 55%, transparent), transparent 65%); opacity: 0.6; }
.hero-glow--magenta { bottom: -160px; right: -120px; width: 560px; height: 560px; background: radial-gradient(circle, color-mix(in srgb, var(--color-magenta) 25%, transparent), transparent 65%); }
.hero-section__inner {
	position: relative;
	min-height: 82vh;
	display: flex;
	align-items: center;
	padding-block: 3rem;
}
@media (min-width: 768px) { .hero-section__inner { padding-block: 4rem; } }
.hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
	width: 100%;
}
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 4rem; } }

.hero-copy { max-width: 36rem; position: relative; min-width: 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 1rem; margin-bottom: 1.75rem; border-radius: 9999px; border: 2px solid #000; background: #fff; box-shadow: var(--shadow-soft); }
.hero-badge__dot { width: 6px; height: 6px; border-radius: 9999px; background: var(--color-honey); animation: pulseDot 2.2s ease-in-out infinite; }

.hero-title {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 3rem;
	line-height: 0.9;
	margin-bottom: 1.5rem;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--foreground);
}
@media (min-width: 640px) { .hero-title { font-size: 3.75rem; } }
@media (min-width: 768px) { .hero-title { font-size: 5.25rem; } }
.hero-title__highlight-wrap { position: relative; display: inline-block; }
.hero-title__highlight-text { position: relative; z-index: 1; padding: 0 0.5rem; }
.hero-title__highlight-bg { position: absolute; inset: 0; background: var(--color-honey); transform: rotate(-1deg); border-radius: 0.5rem; z-index: 0; }
.hero-title__line2 { display: block; font-family: var(--font-accent); font-style: italic; font-weight: 500; text-transform: none; color: color-mix(in srgb, var(--foreground) 80%, transparent); font-size: 1.9rem; margin-top: 0.75rem; letter-spacing: -0.02em; line-height: 1.1; }
@media (min-width: 640px) { .hero-title__line2 { font-size: 2.25rem; } }
@media (min-width: 768px) { .hero-title__line2 { font-size: 3rem; } }

.hero-paragraph { color: color-mix(in srgb, var(--foreground) 70%, transparent); font-size: 1rem; line-height: 1.7; margin-bottom: 2.25rem; max-width: 28rem; }
@media (min-width: 768px) { .hero-paragraph { font-size: 1.125rem; } }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.hero-facts { margin-top: 2.25rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; max-width: 28rem; }
.hero-fact-card { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; border-radius: 1rem; background: #fff; border: 2px solid #000; box-shadow: var(--shadow-soft); min-width: 0; }
.hero-fact-card__badge { width: 2.25rem; height: 2.25rem; border-radius: 9999px; display: flex; align-items: center; justify-content: center; background: var(--color-honey); border: 2px solid #000; color: #0f0f0f; font-size: 0.7rem; line-height: 1; flex-shrink: 0; text-align: center; }
.hero-fact-card__badge--dark { background: var(--color-charcoal); color: var(--color-honey-glow); font-size: 0.55rem; letter-spacing: -0.02em; }
.hero-fact-card__label { color: color-mix(in srgb, var(--foreground) 55%, transparent); font-size: 9.5px; margin: 0; }
.hero-fact-card__text { font-size: 0.875rem; margin: 0.25rem 0 0; line-height: 1; }

.hero-visual { position: relative; order: -1; }
@media (min-width: 1024px) { .hero-visual { order: 1; } }
.hero-visual__stage { position: relative; margin: 0 auto; max-width: 28rem; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; }
.hero-visual__glow { pointer-events: none; position: absolute; inset: 1.5rem; border-radius: 9999px; animation: honeyGlow 9s ease-in-out infinite; background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--color-honey) 85%, transparent), color-mix(in srgb, var(--color-honey) 25%, transparent) 50%, transparent 72%); filter: blur(28px); }
.hero-visual__ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spinRing 30s linear infinite; }
.hero-visual__pulses { pointer-events: none; position: absolute; inset: 3rem; display: flex; align-items: center; justify-content: center; }
.pulse-ring { position: absolute; width: 100%; height: 100%; border-radius: 9999px; border: 1px solid color-mix(in srgb, var(--color-honey) 50%, transparent); animation: pulseRing 3.4s ease-out infinite; }
.hero-visual__card { position: relative; background: #fff; border-radius: 1.5rem; border: 4px solid #000; box-shadow: var(--shadow-elevated); overflow: hidden; max-width: 74%; transform: rotate(-2deg); animation: floatCard 5s ease-in-out infinite; }
.hero-visual__card-body { padding: 1.5rem; }
@media (min-width: 768px) { .hero-visual__card-body { padding: 2rem; } }
.hero-visual__card-body img { width: 100%; height: auto; object-fit: contain; }
.hero-visual__stamp { position: absolute; border: 2px solid #000; border-radius: 9999px; padding: 0.5rem 1rem; box-shadow: var(--shadow-soft); font-family: var(--font-display); font-size: 0.875rem; }
.hero-visual__stamp--left { bottom: -0.5rem; left: -0.5rem; transform: rotate(-10deg); background: var(--color-honey); color: #0f0f0f; }
.hero-visual__stamp--right { top: -0.5rem; right: -0.5rem; transform: rotate(8deg); background: var(--color-charcoal); color: var(--color-honey-glow); }
@media (min-width: 768px) {
	.hero-visual__stamp--left { bottom: -0.75rem; left: -0.75rem; }
	.hero-visual__stamp--right { top: -0.75rem; right: -0.75rem; }
}

.hero-divider { height: 3px; width: 100%; background: linear-gradient(90deg, var(--color-honey), var(--color-honey-deep), var(--color-honey)); }

.theme-marquee-band { position: relative; overflow: hidden; background: var(--color-charcoal); --marquee-duration: 28s; --marquee-sets: 4; }
.theme-marquee-dots { pointer-events: none; position: absolute; inset: 0; opacity: 0.07; background-image: radial-gradient(var(--color-honey) 1.5px, transparent 1.5px); background-size: 22px 22px; }
.theme-marquee-track { position: relative; display: inline-flex; white-space: nowrap; padding: 0.75rem 0; vertical-align: middle; }
.theme-marquee-set { display: flex; align-items: center; flex-shrink: 0; padding: 0 1rem; }
@media (min-width: 640px) { .theme-marquee-set { padding: 0 1.5rem; } }
.theme-marquee-item { display: flex; align-items: center; }
.theme-marquee-text { color: var(--color-honey-glow); font-size: 10px; white-space: nowrap; letter-spacing: 0.22em; }
@media (min-width: 768px) { .theme-marquee-text { font-size: 11px; letter-spacing: 0.28em; } }
.theme-marquee-dot { margin: 0 1.25rem; width: 6px; height: 6px; border-radius: 9999px; background: color-mix(in srgb, var(--color-honey-glow) 60%, transparent); flex-shrink: 0; }
@media (min-width: 768px) { .theme-marquee-dot { margin: 0 2rem; } }

/* -----------------------------------------------------------------------
   Section heading blocks — Lovable display heading scale
   ----------------------------------------------------------------------- */
.section-eyebrow { display: flex; align-items: center; gap: 0.5rem; color: var(--color-honey-deep); margin-bottom: 1rem; }
.section-eyebrow__line { width: 1.5rem; height: 1px; background: var(--color-honey-deep); }
.section-heading-block {
	max-width: min(42rem, 100%);
	margin-bottom: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: fit-content;
}

/* font-display text-4xl md:text-5xl leading-[1.05] */
.display-heading,
.shop-heading,
h1.display-heading,
h2.display-heading,
h1.shop-heading,
h2.shop-heading,
h1.product-title,
.theme-thankyou__title {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 2.25rem;
	line-height: 1.05;
	letter-spacing: -0.03em;
	text-transform: none;
	color: var(--foreground);
}
@media (min-width: 768px) {
	.display-heading,
	.shop-heading,
	h1.display-heading,
	h2.display-heading,
	h1.shop-heading,
	h2.shop-heading,
	h1.product-title,
	.theme-thankyou__title { font-size: 3rem; }
}

/* font-display text-3xl md:text-4xl */
.display-heading-md,
.related-products-section__heading {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 1.875rem;
	line-height: 1.05;
	letter-spacing: -0.03em;
	text-transform: none;
}
@media (min-width: 768px) {
	.display-heading-md,
	.related-products-section__heading { font-size: 2.25rem; }
}

/* font-display text-3xl md:text-4xl leading-tight text-cream */
.site-footer__title {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 1.875rem;
	line-height: 1.25;
	letter-spacing: -0.03em;
	text-transform: none;
	color: var(--color-cream);
	text-wrap: balance;
}
@media (min-width: 768px) {
	.site-footer__title { font-size: 2.25rem; }
}

/* font-display text-xl */
.display-heading-sm,
.benefit-card__title,
.theme-cart-drawer__title,
.theme-cart-drawer__empty-title {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 1.25rem;
	line-height: 1.375;
	letter-spacing: -0.03em;
	text-transform: none;
}

/* font-display text-2xl */
.display-heading-2xl,
.theme-contact-modal__title,
.theme-contact-success__title {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.05;
	letter-spacing: -0.03em;
	text-transform: none;
}

.display-heading__lead { display: inline; }

.about-heading,
.contact-heading { margin-bottom: 1.5rem; }

/* -----------------------------------------------------------------------
   Benefits
   ----------------------------------------------------------------------- */
.benefits-section, .shop-section, .about-section, .contact-section { position: relative; overflow: hidden; }
.benefits-section { background: var(--background); }
.benefits-section__inner, .shop-section__inner, .about-section__inner, .contact-section__inner {
	position: relative;
	padding-block: 5rem;
}
@media (min-width: 768px) {
	.benefits-section__inner, .shop-section__inner, .about-section__inner, .contact-section__inner { padding-block: 7rem; }
}
.shop-section { background: color-mix(in srgb, var(--color-secondary) 40%, transparent); }
.contact-section { background: color-mix(in srgb, var(--color-secondary) 40%, transparent); }

.benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .benefits-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .benefits-grid { grid-template-columns: repeat(4, minmax(0,1fr)); } }

.benefit-card { position: relative; border-radius: var(--card-radius); border: 2px solid #000; background: #fff; overflow: hidden; box-shadow: var(--shadow-soft); transition: transform 0.3s var(--transition-smooth), box-shadow 0.3s var(--transition-smooth), border-color 0.3s; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-elevated); border-color: var(--color-honey-deep); }
.benefit-card__top-band { height: 0.5rem; width: 100%; background: var(--color-honey); }
.benefit-card__number { position: absolute; top: 1.5rem; right: 1.25rem; width: 2.25rem; height: 2.25rem; border-radius: 9999px; background: var(--color-charcoal); color: var(--color-honey-glow); border: 2px solid #000; display: flex; align-items: center; justify-content: center; font-size: 0.875rem; box-shadow: var(--shadow-soft); }
.benefit-card__body { padding: 1.5rem; padding-top: 2rem; }
.benefit-card__icon-wrap { position: relative; width: 3.5rem; height: 3.5rem; border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; background: var(--color-honey); border: 2px solid #000; box-shadow: var(--shadow-soft); transition: transform 0.3s; }
.benefit-card:hover .benefit-card__icon-wrap { transform: rotate(-6deg) scale(1.05); }
.benefit-card__icon { width: 1.5rem; height: 1.5rem; color: #0f0f0f; }
.benefit-card__title { margin-bottom: 0.5rem; }
.benefit-card__desc { font-size: 0.875rem; color: color-mix(in srgb, var(--foreground) 65%, transparent); line-height: 1.6; }
.benefit-card__footer { margin-top: 1.5rem; display: flex; align-items: center; gap: 0.5rem; }
.benefit-card__line { height: 2px; width: 2.5rem; background: #000; border-radius: 9999px; transition: width 0.3s; }
.benefit-card:hover .benefit-card__line { width: 4rem; }
.benefit-card__tag { font-size: 9px; color: color-mix(in srgb, var(--foreground) 45%, transparent); }

/* -----------------------------------------------------------------------
   Shop section
   ----------------------------------------------------------------------- */
.shop-section__head { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .shop-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.shop-section__intro {
	flex: 0 1 auto;
	width: fit-content;
	max-width: 100%;
}
.shop-category-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-cat-filter {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 0.625rem 1.25rem; border-radius: 9999px; border: 2px solid color-mix(in srgb, #000 15%, transparent);
	background: #fff; color: var(--foreground); font-family: var(--font-body); font-weight: 500;
	letter-spacing: 0.28em; text-transform: uppercase; font-size: 0.7rem; transition: all 0.2s;
	text-decoration: none;
}
.theme-cat-filter:hover { border-color: #000; background: color-mix(in srgb, var(--color-honey) 10%, transparent); }
.theme-cat-filter.is-active { background: var(--color-charcoal); color: var(--color-honey-glow); border-color: var(--color-charcoal); box-shadow: var(--shadow-soft); }

.theme-product-grid {
	display: grid; grid-template-columns: 1fr; gap: 1.5rem; 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(4, minmax(0,1fr)); gap: 1.75rem; } }
.theme-product-grid--related { grid-template-columns: 1fr; }
@media (min-width: 640px) { .theme-product-grid--related { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .theme-product-grid--related { grid-template-columns: repeat(3, minmax(0,1fr)); } }

.theme-no-products { text-align: center; color: color-mix(in srgb, var(--foreground) 55%, transparent); padding: 4rem 0; }

.theme-product-card-wrap { height: 100%; display: flex; }
.theme-product-card {
	position: relative; height: 100%; width: 100%; display: flex; flex-direction: column; overflow: hidden;
	border-radius: var(--card-radius); border: 2px solid #000; box-shadow: var(--shadow-soft);
	transition: box-shadow 0.3s var(--transition-smooth), border-color 0.3s, transform 0.3s var(--transition-smooth);
	background: var(--color-charcoal);
}
.theme-product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-elevated); }
.theme-product-card--him { background: var(--color-charcoal); border-color: #000; }
.theme-product-card--him:hover { border-color: var(--color-honey); }
.theme-product-card--her { background: var(--color-cream); border-color: color-mix(in srgb, #000 10%, transparent); }
.theme-product-card--her:hover { border-color: var(--color-magenta); }

.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__quick-add,
.theme-product-card__request,
.theme-product-card__image-wrapper a.add_to_cart_button { pointer-events: auto; }

.theme-product-card__image-wrapper { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.theme-product-card--him .theme-product-card__image-wrapper { background: var(--color-charcoal); }
.theme-product-card--her .theme-product-card__image-wrapper { background: var(--color-cream); }
.theme-product-card__stripe { position: absolute; top: 0; left: 0; right: 0; height: 1.5rem; overflow: hidden; background-image: repeating-linear-gradient(45deg, var(--color-honey) 0 12px, #000 12px 24px); }
.theme-product-card--her .theme-product-card__stripe { background-image: repeating-linear-gradient(45deg, var(--color-magenta) 0 12px, var(--color-honey) 12px 24px); }
.theme-product-card__glow { pointer-events: none; position: absolute; bottom: -4rem; right: -2.5rem; width: 16rem; height: 16rem; border-radius: 9999px; filter: blur(64px); opacity: 0.7; background: radial-gradient(circle, color-mix(in srgb, var(--color-honey) 35%, transparent), transparent 70%); }
.theme-product-card--her .theme-product-card__glow { background: radial-gradient(circle, color-mix(in srgb, var(--color-magenta) 22%, transparent), transparent 70%); }
.theme-product-card__dots { pointer-events: none; position: absolute; inset: 0; opacity: 0.05; background-image: radial-gradient(var(--color-honey) 1.5px, transparent 1.5px); background-size: 18px 18px; }
.theme-product-card--her .theme-product-card__dots { background-image: radial-gradient(var(--color-magenta) 1.5px, transparent 1.5px); }
.theme-product-card__image-inner { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.theme-product-card__img { max-width: 85%; width: auto; height: auto; max-height: 100%; object-fit: contain; position: relative; display: block; transition: transform 0.5s; }
.theme-product-card--him .theme-product-card__img { filter: drop-shadow(0 6px 20px color-mix(in srgb, var(--color-honey) 35%, transparent)); }
.theme-product-card:hover .theme-product-card__img { transform: scale(1.06); }
.theme-product-card:hover .theme-product-card__image-inner { animation: cardImgWobble 0.6s ease; }
.theme-product-card__corner-arrow {
	position: absolute; top: 2.5rem; right: 1rem; width: 2.25rem; height: 2.25rem;
	border-radius: 9999px; display: none; align-items: center; justify-content: center;
	opacity: 0; transition: opacity 0.3s; z-index: 1; pointer-events: none;
}
.theme-product-card--her .theme-product-card__corner-arrow { background: var(--color-charcoal); color: var(--color-honey); }
.theme-product-card--him .theme-product-card__corner-arrow { background: var(--color-honey); color: #0f0f0f; }
@media (min-width: 768px) {
	.theme-product-card__corner-arrow { display: flex; }
	.theme-product-card:hover .theme-product-card__corner-arrow { opacity: 1; }
}

.theme-product-card__stamp { position: absolute; top: 2.5rem; right: 1rem; transform: rotate(12deg); border-radius: 9999px; padding: 0.5rem 1rem; box-shadow: var(--shadow-glow); background: var(--color-honey); color: #0f0f0f; font-family: var(--font-display); font-size: 1.125rem; z-index: 1; }
.theme-product-card--her .theme-product-card__stamp { background: var(--color-magenta); color: #fff; }
.theme-product-card__badge { position: absolute; bottom: 1rem; left: 1rem; font-weight: 700; font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase; padding: 0.375rem 0.75rem; border-radius: 9999px; background: var(--color-honey); color: #0f0f0f; z-index: 1; }
.theme-product-card--her .theme-product-card__badge { background: var(--color-magenta); color: #fff; }
.theme-product-card__soldout { position: absolute; top: 2.5rem; left: 1rem; background: #fff; color: #000; font-weight: 700; font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase; padding: 0.375rem 0.75rem; border-radius: 9999px; z-index: 1; }

.theme-product-card__quick-add {
	position: absolute; bottom: 1rem; right: 1rem; width: 3rem; height: 3rem; border-radius: 9999px;
	display: flex; align-items: center; justify-content: center; background: var(--color-honey); color: #0f0f0f;
	box-shadow: var(--shadow-glow-strong); border: 2px solid #000; z-index: 3; transition: transform 0.2s;
}
.theme-product-card__quick-add:hover { transform: scale(1.12) rotate(5deg); }
.theme-product-card__quick-add:active { transform: scale(0.92); }
.theme-product-card__request {
	position: absolute; bottom: 1rem; right: 1rem; font-weight: 700; font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase; padding: 0.375rem 0.75rem; border-radius: 9999px; border: 2px solid #000; background: var(--color-honey); color: #0f0f0f; z-index: 3;
}
.theme-product-card--her .theme-product-card__request { background: #fff; color: var(--color-magenta); border-color: var(--color-magenta); }

.theme-product-card__info { margin-top: auto; padding: 1.25rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; border-top: 2px solid var(--color-honey); background: var(--color-charcoal); color: #fff; min-width: 0; }
.theme-product-card--her .theme-product-card__info { border-top-color: color-mix(in srgb, #000 10%, transparent); background: #fff; color: #000; }
.theme-product-card__info-text { min-width: 0; flex: 1; }
.theme-product-card__title { font-family: var(--font-display); font-size: 15px; line-height: 1.15; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.3em; word-break: break-word; }
@media (min-width: 768px) { .theme-product-card__title { font-size: 16px; } }
.theme-product-card__sub { margin-top: 0.5rem; font-size: 9.5px; color: color-mix(in srgb, #fff 55%, transparent); }
.theme-product-card--her .theme-product-card__sub { color: color-mix(in srgb, #000 55%, transparent); }
.theme-product-card__price-wrap { text-align: right; flex-shrink: 0; }
.theme-product-card__price-label {
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: color-mix(in srgb, #fff 55%, transparent);
}
.theme-product-card--her .theme-product-card__price-label { color: color-mix(in srgb, #000 55%, transparent); }
.theme-product-card__price { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.2; margin-top: 0.25rem; color: var(--color-honey); }
.theme-product-card--her .theme-product-card__price { color: var(--color-magenta); }
.theme-product-card__price .price ins { text-decoration: none; }

/* -----------------------------------------------------------------------
   About section
   ----------------------------------------------------------------------- */
.about-glow { pointer-events: none; position: absolute; top: -5rem; right: -5rem; width: 30rem; height: 30rem; border-radius: 9999px; opacity: 0.4; filter: blur(70px); background: radial-gradient(circle, color-mix(in srgb, var(--color-honey) 55%, transparent), transparent 65%); }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 4rem; } .about-visual { grid-column: span 6 / span 6; } .about-copy { grid-column: span 6 / span 6; } }
.about-visual__card { position: relative; border-radius: var(--card-radius); overflow: hidden; border: 2px solid #000; box-shadow: var(--shadow-elevated); background: #fff; }
.about-visual__stage { position: relative; aspect-ratio: 4 / 5; background: #fff; overflow: hidden; }
.about-visual__glow { pointer-events: none; position: absolute; width: 22.5rem; height: 22.5rem; border-radius: 9999px; filter: blur(60px); }
.about-visual__glow--honey { top: -6rem; left: -5rem; opacity: 0.7; animation: honeyGlow 9s ease-in-out infinite; background: radial-gradient(circle, color-mix(in srgb, var(--color-honey) 75%, transparent), transparent 65%); }
.about-visual__glow--magenta { bottom: -6rem; right: -5rem; width: 21rem; height: 21rem; opacity: 0.55; background: radial-gradient(circle, color-mix(in srgb, var(--color-magenta) 32%, transparent), transparent 65%); }
.about-visual__composition { position: relative; height: 100%; width: 100%; display: flex; flex-direction: column; padding: 1.5rem; min-height: 0; }
@media (min-width: 768px) { .about-visual__composition { padding: 1.75rem; } }
.about-visual__badge-row { display: flex; justify-content: center; }
.about-visual__badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 1rem; border-radius: 9999px; background: #fff; border: 2px solid #000; box-shadow: var(--shadow-soft); }
.about-visual__badge .label-caps { font-size: 9.5px; letter-spacing: 0.24em; }
.about-visual__cards-row { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.75rem; width: 100%; max-width: 27.5rem; margin: 0 auto; }
@media (min-width: 768px) { .about-visual__cards-row { gap: 1rem; } }
.about-visual__cards-row > .about-visual__mini-card { flex: 1; max-width: 220px; }
.about-visual__mini-card { position: relative; border-radius: 1rem; border: 2px solid #000; box-shadow: var(--shadow-elevated); overflow: hidden; }
.about-visual__mini-card--him { background: #000; transform: rotate(-2deg); animation: floatCardHim 5s ease-in-out infinite; }
.about-visual__mini-card--her { background: var(--color-cream); transform: rotate(2deg); animation: floatCardHer 5s ease-in-out infinite 0.8s; }
.about-visual__mini-stage { position: relative; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; padding: 0.75rem; }
@media (min-width: 768px) { .about-visual__mini-stage { padding: 1rem; } }
.about-visual__mini-stage::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.7;
	pointer-events: none;
}
.about-visual__mini-card--him .about-visual__mini-stage::before {
	background: radial-gradient(circle at 50% 55%, color-mix(in srgb, var(--color-honey) 35%, transparent), transparent 65%);
}
.about-visual__mini-card--her .about-visual__mini-stage::before {
	background: radial-gradient(circle at 50% 55%, color-mix(in srgb, var(--color-magenta) 22%, transparent), transparent 65%);
}
.about-visual__mini-stage img { max-width: 100%; height: auto; object-fit: contain; position: relative; z-index: 1; }
.about-visual__honey-drop {
	pointer-events: none;
	position: absolute;
	animation: drift 6s ease-in-out infinite;
}
.about-visual__honey-drop--top { top: 14%; right: 6%; width: 1.5rem; height: 2rem; }
.about-visual__honey-drop--bottom { bottom: 16%; left: 6%; width: 1.25rem; height: 1.75rem; animation-delay: 1.8s; }
.about-visual__mini-footer { padding: 0.625rem 0.75rem; display: flex; align-items: center; justify-content: space-between; }
.about-visual__mini-footer--him { background: #000; border-top: 2px solid var(--color-honey); color: var(--color-honey); }
.about-visual__mini-footer--him span:last-child { color: color-mix(in srgb, #fff 60%, transparent); }
.about-visual__mini-footer--her { background: #fff; border-top: 2px solid var(--color-magenta); color: var(--color-magenta); }
.about-visual__mini-footer--her span:last-child { color: color-mix(in srgb, #000 55%, transparent); }
.about-visual__mini-footer span { font-size: 8.5px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700; }
.about-visual__caption-row { display: flex; justify-content: center; }
.about-visual__caption { display: inline-flex; align-items: center; gap: 0.75rem; padding: 0.5rem 1rem; border-radius: 9999px; background: var(--color-charcoal); border: 2px solid #000; box-shadow: var(--shadow-soft); }
.about-visual__caption span.label-caps { color: var(--color-honey-glow); font-size: 9px; }
.about-visual__caption-dot { width: 4px; height: 4px; border-radius: 9999px; background: color-mix(in srgb, var(--color-honey-glow) 60%, transparent); }

.about-copy__paragraph { color: color-mix(in srgb, var(--foreground) 75%, transparent); line-height: 1.7; margin-bottom: 1.25rem; }
.about-copy__paragraph--lg { font-size: 1.125rem; }
.about-copy__paragraph--secondary { color: color-mix(in srgb, var(--foreground) 60%, transparent); margin-bottom: 2.25rem; }

/* -----------------------------------------------------------------------
   Contact section
   ----------------------------------------------------------------------- */
.contact-glow { pointer-events: none; position: absolute; top: -10rem; right: 0; width: 31rem; height: 31rem; border-radius: 9999px; opacity: 0.3; filter: blur(70px); background: radial-gradient(circle, color-mix(in srgb, var(--color-honey) 55%, transparent), transparent 65%); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4rem; } }
.contact-paragraph { color: color-mix(in srgb, var(--foreground) 70%, transparent); line-height: 1.7; margin-bottom: 2.5rem; max-width: 28rem; font-size: 1.125rem; }
.contact-links { display: flex; flex-direction: column; gap: 0.75rem; }
.contact-link-row { display: flex; align-items: center; gap: 1rem; padding: 0.75rem; border-radius: 1rem; border: 2px solid transparent; transition: border-color 0.2s, background-color 0.2s; }
.contact-link-row:hover { border-color: #000; background: #fff; }
.contact-link-row__icon { width: 3rem; height: 3rem; border-radius: 9999px; display: flex; align-items: center; justify-content: center; background: var(--color-honey); border: 2px solid #000; box-shadow: var(--shadow-soft); color: #0f0f0f; flex-shrink: 0; transition: transform 0.2s; }
.contact-link-row:hover .contact-link-row__icon { transform: rotate(-6deg); }
.contact-link-row__label { color: color-mix(in srgb, var(--foreground) 55%, transparent); font-size: 9.5px; margin: 0; }
.contact-link-row__value { margin: 0.25rem 0 0; transition: color 0.2s; }
.contact-link-row:hover .contact-link-row__value { color: var(--color-honey-deep); }

.contact-form-card { position: relative; border-radius: var(--card-radius); background: #fff; border: 2px solid #000; box-shadow: var(--shadow-elevated); overflow: hidden; }
.contact-form-card__body { padding: 1.5rem; }
@media (min-width: 768px) { .contact-form-card__body { padding: 2rem; } }
.theme-contact-form { display: flex; flex-direction: column; gap: 1rem; }
.theme-contact-form__label { color: color-mix(in srgb, var(--foreground) 60%, transparent); margin-bottom: 0.5rem; display: block; font-size: 9.5px; }
.theme-input {
	width: 100%; padding: 0.75rem 1rem; background: #fff; border: 2px solid color-mix(in srgb, #000 15%, transparent);
	border-radius: 1rem; font-size: 1rem; font-family: var(--font-body); color: var(--foreground); transition: border-color 0.2s, box-shadow 0.2s;
}
.theme-input:focus { outline: none; border-color: #000; box-shadow: 0 0 0 2px var(--color-honey); }
.theme-input--textarea { resize: none; }
.theme-contact-form__submit { width: 100%; }
.theme-contact-form__submit:disabled { opacity: 0.6; cursor: not-allowed; }
.theme-contact-success { text-align: center; padding: 2.5rem 0; }
.theme-contact-success__icon { width: 3.5rem; height: 3.5rem; border-radius: 9999px; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; background: var(--color-honey); border: 2px solid #000; box-shadow: var(--shadow-soft); color: #0f0f0f; }
.theme-contact-success__title { margin-bottom: 0.5rem; }
.theme-contact-success__text { font-size: 0.875rem; color: color-mix(in srgb, var(--foreground) 60%, transparent); }

/* -----------------------------------------------------------------------
   Footer
   ----------------------------------------------------------------------- */
.site-footer { position: relative; background: var(--color-charcoal); color: var(--color-cream); overflow: hidden; }
.site-footer__bee-stripe { height: 0.75rem; width: 100%; background-image: repeating-linear-gradient(45deg, var(--color-honey) 0 14px, #000 14px 28px); }
.site-footer__texture { pointer-events: none; position: absolute; inset: 0; opacity: 0.06; background-image: radial-gradient(var(--color-honey) 1.5px, transparent 1.5px); background-size: 22px 22px; }
.site-footer__inner {
	position: relative;
	padding-top: 3.5rem;
	padding-bottom: 2rem;
}
@media (min-width: 1024px) { .site-footer__inner { padding-top: 4rem; } }
.site-footer__cta-strip { margin-bottom: 3rem; display: flex; flex-direction: column; gap: 1.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid color-mix(in srgb, var(--color-cream) 15%, transparent); }
@media (min-width: 768px) { .site-footer__cta-strip { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
@media (min-width: 1024px) { .site-footer__cta-strip { margin-bottom: 3.5rem; } }
.site-footer__eyebrow { color: var(--color-honey); margin-bottom: 0.75rem; }
.site-footer__cta { align-self: flex-start; padding: 0.875rem 1.75rem; min-height: auto; }
@media (min-width: 768px) { .site-footer__cta { align-self: flex-end; } }

.site-footer__grid { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .site-footer__grid { grid-template-columns: repeat(12, minmax(0,1fr)); } .site-footer__col--brand { grid-column: span 5; } .site-footer__col--nav { grid-column: span 3; } .site-footer__col--contact { grid-column: span 4; } }
@media (min-width: 1024px) { .site-footer__grid { gap: 3.5rem; } }
.site-footer__logo-btn { display: inline-block; margin-bottom: 1.25rem; transition: transform 0.3s; }
.site-footer__logo-btn:hover { transform: rotate(-2deg); }
.site-footer__logo { height: var(--logo-height, 48px); width: auto; object-fit: contain; }
.site-footer__about { font-size: 0.875rem; color: color-mix(in srgb, var(--color-cream) 70%, transparent); line-height: 1.7; max-width: 24rem; }
.site-footer__col-heading { color: var(--color-honey); margin-bottom: 1.25rem; }
.site-footer__nav-list { display: flex; flex-direction: column; gap: 0.625rem; list-style: none; margin: 0; padding: 0; }
.site-footer__nav-list a,
.site-footer__nav-link {
	font-size: 0.875rem; color: color-mix(in srgb, var(--color-cream) 70%, transparent); transition: color 0.2s;
	background: none; border: none; padding: 0; font-family: inherit; text-align: left;
}
.site-footer__nav-list a:hover,
.site-footer__nav-link:hover { color: var(--color-honey); }
.site-footer__contact-list { display: flex; flex-direction: column; gap: 0.75rem; }
.site-footer__contact-item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; color: color-mix(in srgb, var(--color-cream) 80%, transparent); transition: color 0.2s; }
.site-footer__contact-item:hover { color: var(--color-honey); }
.site-footer__contact-icon { width: 2rem; height: 2rem; border-radius: 9999px; background: color-mix(in srgb, var(--color-cream) 5%, transparent); border: 1px solid color-mix(in srgb, var(--color-cream) 20%, transparent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.site-footer__bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid color-mix(in srgb, var(--color-cream) 15%, transparent); display: flex; flex-direction: column; gap: 0.75rem; align-items: center; }
@media (min-width: 640px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; } }
.site-footer__copy, .site-footer__built-by { font-size: 0.75rem; color: color-mix(in srgb, var(--color-cream) 50%, transparent); letter-spacing: 0.02em; }
.site-footer__built-by a { color: var(--color-honey); }
.site-footer__built-by a:hover { text-decoration: underline; text-underline-offset: 2px; }

/* -----------------------------------------------------------------------
   404
   ----------------------------------------------------------------------- */
.theme-404 { position: relative; overflow: hidden; min-height: 60vh; display: flex; align-items: center; }
.theme-404__inner { position: relative; text-align: center; padding-block: 6rem; max-width: 40rem; margin: 0 auto; }
.theme-404__code { font-size: 5rem; color: color-mix(in srgb, var(--color-honey) 40%, transparent); margin-bottom: 1rem; }
.theme-404__title { font-size: 2rem; margin-bottom: 1rem; }
.theme-404__text { color: color-mix(in srgb, var(--foreground) 65%, transparent); margin-bottom: 2rem; line-height: 1.6; }

/* =======================================================================
   ANIMATIONS
   ======================================================================= */
@keyframes mobileNavSlideIn {
	from { opacity: 0; transform: translateX(-12px); }
	to { opacity: 1; transform: translateX(0); }
}
@keyframes mobileNavCtaIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px) } to { opacity: 1; transform: translateY(0) } }
@keyframes honeyGlow { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.55; } 50% { transform: translate(30px, -20px) scale(1.15); opacity: 0.9; } }
@keyframes pulseRing { 0% { transform: scale(0.9); opacity: 0.7; } 100% { transform: scale(1.8); opacity: 0; } }
@keyframes pulseDot { 0%, 100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes floatCard {
	0%, 100% { transform: translateY(0) rotate(-2deg); }
	50% { transform: translateY(-8px) rotate(-2deg); }
}
@keyframes floatCardHim {
	0%, 100% { transform: translateY(0) rotate(-2deg); }
	50% { transform: translateY(-6px) rotate(-2deg); }
}
@keyframes floatCardHer {
	0%, 100% { transform: translateY(0) rotate(2deg); }
	50% { transform: translateY(-6px) rotate(2deg); }
}
@keyframes cardImgWobble {
	0%, 100% { transform: rotate(0deg); }
	25% { transform: rotate(-1deg); }
	75% { transform: rotate(1deg); }
}
@keyframes drift {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(0, -14px, 0); }
}
@keyframes spinRing { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes marquee { from { transform: translateX(0%); } to { transform: translateX(calc(-100% / var(--marquee-sets, 2))); } }

.animate-marquee { will-change: transform; animation: marquee var(--marquee-duration, 30s) linear infinite; }
@media (prefers-reduced-motion: reduce) { .animate-marquee { animation: none; } }

.animate-fade-in { animation: fadeIn 0.6s var(--transition-smooth) forwards; }
.animate-slide-up { animation: slideUp 0.6s var(--transition-smooth) forwards; }

/* Scroll-reveal system: fade + translateY on entry, staggered by --reveal-delay.
   Section 2.1: provide a visible fallback so content is never hidden. */
.reveal-item {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s var(--transition-smooth), transform 0.7s var(--transition-smooth);
	transition-delay: var(--reveal-delay, 0s);
}
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.reveal-item--scale { transform: scale(0.94); }
.reveal-item--scale.is-visible { transform: scale(1); }

/* Customizer preview fallback (Section 2.1 rule 5) — never hide content in the editor. */
body.is-customizer .reveal-item,
body.no-js .reveal-item {
	opacity: 1 !important;
	transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
	.reveal-item { transition: none; opacity: 1; transform: none; }
}

/* =======================================================================
   WOOCOMMERCE OVERRIDES
   ======================================================================= */
.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 .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	font-family: var(--font-body); border-radius: 1rem; border-left: none; padding: 1rem 1.5rem; background: #fff; box-shadow: var(--shadow-soft);
}

.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
	border: 2px solid #000 !important;
	border-radius: var(--btn-radius) !important;
	min-height: var(--btn-height) !important;
	padding: var(--btn-padding) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: var(--font-body) !important;
	font-size: var(--btn-font-size) !important;
	font-weight: var(--btn-font-weight) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: none !important;
	cursor: pointer !important;
	box-shadow: var(--shadow-soft) !important;
	transition: transform 0.2s var(--transition-smooth), box-shadow 0.2s var(--transition-smooth), background-color 0.2s ease !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
	opacity: 1 !important;
	transform: translateY(-2px) !important;
	box-shadow: var(--shadow-glow) !important;
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
}
.theme-product-info.is-her .single_add_to_cart_button.button {
	background-color: var(--color-magenta) !important;
	color: #fff !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
	pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
	opacity: 0.4 !important;
	background-color: var(--color-primary) !important;
}
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }

/* Card compact quick-add button — scoped override, placed after globals. */
.theme-product-card .theme-product-card__quick-add.add_to_cart_button {
	min-height: unset !important;
	padding: 0 !important;
	width: 3rem !important;
	height: 3rem !important;
	border-radius: 50% !important;
}
.theme-product-card .theme-product-card__quick-add.add_to_cart_button:hover { opacity: 1 !important; }
.theme-btn-primary { background: var(--color-primary); color: var(--color-button-text); }

/* -----------------------------------------------------------------------
   Single product page
   ----------------------------------------------------------------------- */
.single-product-page { position: relative; overflow: hidden; padding: 2rem 0 5rem; }
.theme-breadcrumb { display: flex; align-items: center; gap: 0.5rem; padding: 1.5rem 0; color: color-mix(in srgb, var(--foreground) 55%, transparent); }
.theme-breadcrumb a:hover { color: var(--foreground); }
.theme-breadcrumb__sep { opacity: 0.4; }
.theme-breadcrumb__current { color: var(--foreground); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 12rem; }

.theme-product-layout { position: relative; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; padding-bottom: 2rem; min-width: 0; }
@media (min-width: 1024px) { .theme-product-layout { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 3.5rem; } .theme-product-gallery { grid-column: span 7; } .theme-product-info { grid-column: span 5; position: sticky; top: calc(var(--theme-admin-bar-height, 0px) + var(--theme-announcement-height, 0px) + var(--theme-header-height, 76px) + 1rem); align-self: start; } }
.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; }

.theme-product-gallery__frame { position: relative; border-radius: var(--card-radius); overflow: hidden; border: 2px solid #000; box-shadow: var(--shadow-soft); }
.theme-product-gallery__frame.is-him { background: #000; }
.theme-product-gallery__frame.is-her { background: var(--color-cream); }
.theme-product-gallery__stage { position: relative; aspect-ratio: 5 / 4; }
@media (min-width: 768px) { .theme-product-gallery__stage { aspect-ratio: 1 / 1; } }
.theme-product-gallery__glow { pointer-events: none; position: absolute; bottom: -6rem; right: -4rem; width: 24rem; height: 24rem; border-radius: 9999px; filter: blur(60px); opacity: 0.6; background: radial-gradient(circle, color-mix(in srgb, var(--color-honey) 40%, transparent), transparent 70%); }
.theme-product-gallery__frame.is-her .theme-product-gallery__glow { background: radial-gradient(circle, color-mix(in srgb, var(--color-magenta) 30%, transparent), transparent 70%); }
.theme-product-gallery__dots { pointer-events: none; position: absolute; inset: 0; opacity: 0.06; background-image: radial-gradient(var(--color-honey) 1.5px, transparent 1.5px); background-size: 20px 20px; }
.theme-product-gallery__frame.is-her .theme-product-gallery__dots { background-image: radial-gradient(var(--color-magenta) 1.5px, transparent 1.5px); }
.theme-product-gallery__main-img { padding: 2.5rem; object-fit: contain !important; }
@media (min-width: 768px) { .theme-product-gallery__main-img { padding: 4rem; } }
.theme-product-gallery__badge { position: absolute; bottom: 1.25rem; left: 1.25rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; font-size: 0.7rem; padding: 0.5rem 1rem; border-radius: 9999px; border: 2px solid #000; background: var(--color-honey); color: #0f0f0f; }
.theme-product-gallery__frame.is-her .theme-product-gallery__badge { background: var(--color-magenta); color: #fff; }
.theme-product-gallery__stamp { position: absolute; top: 1.5rem; right: 1.5rem; transform: rotate(12deg); border-radius: 9999px; padding: 0.5rem 1rem; border: 2px solid #000; box-shadow: var(--shadow-soft); background: var(--color-honey); color: #0f0f0f; font-family: var(--font-display); font-size: 1.125rem; }
.theme-product-gallery__frame.is-her .theme-product-gallery__stamp { background: var(--color-magenta); color: #fff; }
.theme-product-gallery__soldout { position: absolute; top: 1.5rem; left: 1.5rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; font-size: 0.7rem; padding: 0.375rem 0.875rem; border-radius: 9999px; border: 2px solid #000; background: #fff; color: #000; }

.theme-product-thumbnails { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; max-width: 100%; }
.theme-product-thumb { width: 4.5rem; height: 4.5rem; border-radius: 0.75rem; border: 2px solid color-mix(in srgb, #000 15%, transparent); overflow: hidden; background: #fff; padding: 0.375rem; transition: border-color 0.2s; }
.theme-product-thumb.is-active, .theme-product-thumb:hover { border-color: #000; }
.theme-product-thumb img { width: 100%; height: 100%; object-fit: contain; }

.theme-product-info__badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.75rem; border-radius: 9999px; border: 2px solid #000; background: var(--color-honey); color: #0f0f0f; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; font-size: 0.7rem; }
.theme-product-info.is-her .theme-product-info__badge { background: var(--color-magenta); color: #fff; }
.product-title { margin: 1rem 0; }
.theme-product-info__price-row { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.theme-product-info__price { font-family: var(--font-display); font-size: 1.875rem; }
@media (min-width: 768px) { .theme-product-info__price { font-size: 2.25rem; } }
.theme-product-info__price .price ins { text-decoration: none; }
.theme-product-info__unit { color: color-mix(in srgb, var(--foreground) 55%, transparent); font-size: 10px; }
.theme-product-info__description { color: color-mix(in srgb, var(--foreground) 70%, transparent); line-height: 1.7; margin-bottom: 1.5rem; overflow-wrap: break-word; word-break: break-word; }
.theme-product-info__por-note { color: color-mix(in srgb, var(--foreground) 55%, transparent); font-size: 10px; margin-bottom: 1rem; }

.theme-product-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.theme-product-chip { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.875rem; border-radius: 9999px; border: 2px solid color-mix(in srgb, #000 15%, transparent); background: #fff; font-size: 0.75rem; color: color-mix(in srgb, var(--foreground) 80%, transparent); }
.theme-product-chip__icon { width: 0.875rem; height: 0.875rem; color: var(--color-honey-deep); }

.theme-add-to-cart-area { display: flex; align-items: stretch; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1rem; }
.theme-add-to-cart-area .single_add_to_cart_button,
.theme-add-to-cart-area .theme-request-price-btn { flex: 1 1 auto; min-width: 160px; }
.theme-variable-product-form { flex: 1 1 auto; width: 100%; }
.theme-variable-product-form__actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 0.75rem; }
.theme-variable-product-form__actions .single_add_to_cart_button { flex: 1 1 auto; min-width: 160px; }
.theme-product-variations { margin-bottom: 1rem; display: flex; flex-direction: column; gap: 0.75rem; width: 100%; }
.theme-product-variation-row { display: flex; flex-direction: column; gap: 0.375rem; }
.theme-product-variation-label { font-size: 9.5px; color: color-mix(in srgb, var(--foreground) 55%, transparent); }
.theme-product-variation-row select {
	width: 100%;
	padding: 0.625rem 0.875rem;
	border-radius: 1rem;
	border: 2px solid color-mix(in srgb, #000 15%, transparent);
	background: #fff;
	font-family: var(--font-body);
	font-size: 0.875rem;
	color: var(--foreground);
}

.theme-quantity-wrapper { display: inline-flex; align-items: center; border-radius: 9999px; border: 2px solid #000; background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.theme-qty-minus, .theme-qty-plus { padding: 0.75rem 1rem; transition: background-color 0.2s; }
.theme-qty-minus:hover, .theme-qty-plus:hover { background: color-mix(in srgb, var(--color-honey) 15%, transparent); }
.theme-qty-input { width: 3rem; text-align: center; font-family: var(--font-display); font-size: 1.125rem; border: none; background: transparent; -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.theme-product-details { margin-top: 2rem; border-radius: var(--card-radius); border: 2px solid #000; background: #fff; overflow: hidden; box-shadow: var(--shadow-soft); }
.theme-product-details__body { padding: 1.25rem; }
.theme-product-details__heading { color: color-mix(in srgb, var(--foreground) 55%, transparent); margin-bottom: 0.75rem; }
.theme-product-details__list p { font-size: 0.875rem; color: var(--foreground); line-height: 1.7; margin: 0 0 0.5rem; }
.theme-product-details__list { list-style: none; margin: 0; padding: 0; }
.theme-product-details__list li { font-size: 0.875rem; color: var(--foreground); line-height: 1.7; margin: 0 0 0.5rem; }
.woocommerce-product-details__short-description,
.woocommerce-variation-description,
.posted_in { overflow-wrap: break-word; word-break: break-word; }
.variations label { font-family: var(--font-body); font-weight: 600; font-style: normal; }

.theme-back-link {
	display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.5rem;
	color: color-mix(in srgb, var(--foreground) 60%, transparent);
	font-family: var(--font-body); font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; font-size: 11px;
	transition: color 0.2s;
}
.theme-back-link:hover { color: var(--foreground); }

.related-products-section { padding: 4rem 0 5rem; border-top: 2px solid color-mix(in srgb, #000 10%, transparent); }
.related-products-section__head { margin-bottom: 2.5rem; }

/* -----------------------------------------------------------------------
   Shop archive page
   ----------------------------------------------------------------------- */
.shop-archive-page { position: relative; overflow: hidden; }

/* -----------------------------------------------------------------------
   Side cart drawer
   ----------------------------------------------------------------------- */
#theme-cart-overlay {
	position: fixed; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px);
	z-index: 60; opacity: 0; visibility: hidden; transition: opacity 0.6s var(--transition-smooth);
}
body.cart-open #theme-cart-overlay { opacity: 1; visibility: visible; animation: fadeIn 0.6s var(--transition-smooth); }

#theme-cart-drawer {
	position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 28rem;
	background: var(--background); color: var(--foreground); z-index: 61; box-shadow: var(--shadow-elevated);
	display: flex; flex-direction: column; border-left: 2px solid #000;
	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 { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 2px solid color-mix(in srgb, #000 10%, transparent); }
.theme-cart-drawer__eyebrow { color: var(--color-honey-deep); margin-bottom: 0.25rem; font-size: 10px; }
.theme-cart-drawer__close { padding: 0.5rem; border-radius: 9999px; border: 2px solid #000; background: #fff; transition: background-color 0.2s; }
.theme-cart-drawer__close:hover { background: color-mix(in srgb, var(--color-honey) 15%, transparent); }

.theme-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; }
.theme-cart-drawer__empty-icon { position: relative; width: 5rem; height: 5rem; margin-bottom: 1.5rem; border-radius: 9999px; background: var(--color-honey); border: 2px solid #000; box-shadow: var(--shadow-soft); display: flex; align-items: center; justify-content: center; color: #0f0f0f; }
.theme-cart-drawer__empty-title { margin-bottom: 0.5rem; }
.theme-cart-drawer__empty-text { color: color-mix(in srgb, var(--foreground) 60%, transparent); margin-bottom: 1.5rem; font-size: 0.875rem; max-width: 18rem; }

.theme-cart-drawer__items { flex: 1; overflow: auto; padding: 1.25rem; display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-item { display: flex; gap: 0.75rem; padding: 0.75rem; border-radius: 1rem; border: 2px solid color-mix(in srgb, #000 10%, transparent); background: #fff; transition: border-color 0.2s; }
.theme-cart-item:hover { border-color: #000; }
.theme-cart-item__image { width: 5rem; height: 6rem; border-radius: 0.75rem; overflow: hidden; flex-shrink: 0; border: 2px solid #000; display: flex; align-items: center; justify-content: center; padding: 0.5rem; background: #000; }
.theme-cart-item__image--her { background: var(--color-cream); }
.theme-cart-item__image img { width: 100%; height: 100%; object-fit: contain; }
.theme-cart-item__body { flex: 1; min-width: 0; }
.theme-cart-item__name { font-size: 0.875rem; display: block; line-height: 1.3; transition: color 0.2s; }
.theme-cart-item__name:hover { color: var(--color-honey-deep); }
.theme-cart-item__price { color: color-mix(in srgb, var(--foreground) 55%, transparent); font-size: 9.5px; margin-top: 0.25rem; }
.theme-cart-item__variation { font-size: 0.75rem; color: color-mix(in srgb, var(--foreground) 55%, transparent); margin: 0.25rem 0; }
.theme-cart-item__controls { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.75rem; }
.theme-cart-item__qty { display: inline-flex; align-items: center; border: 2px solid #000; border-radius: 9999px; background: #fff; }
.theme-cart-item__qty button { padding: 0.375rem; transition: background-color 0.2s; }
.theme-cart-item__qty button:first-child { border-radius: 9999px 0 0 9999px; }
.theme-cart-item__qty button:last-child { border-radius: 0 9999px 9999px 0; }
.theme-cart-item__qty button:hover { background: color-mix(in srgb, var(--color-honey) 15%, transparent); }
.theme-cart-item__qty-value { font-size: 0.75rem; width: 1.5rem; text-align: center; font-family: var(--font-display); }
.theme-cart-item__remove { margin-left: auto; padding: 0.375rem; color: color-mix(in srgb, var(--foreground) 45%, transparent); transition: color 0.2s; }
.theme-cart-item__remove:hover { color: #d11; }

.theme-cart-drawer__footer { padding: 1.25rem; border-top: 2px solid color-mix(in srgb, #000 10%, transparent); background: color-mix(in srgb, var(--color-secondary) 40%, transparent); display: flex; flex-direction: column; gap: 0.75rem; }
.theme-cart-drawer__subtotal { display: flex; justify-content: space-between; font-size: 0.875rem; color: color-mix(in srgb, var(--foreground) 70%, transparent); }
.theme-cart-drawer__subtotal-value { font-family: var(--font-display); font-size: 1.125rem; color: var(--foreground); }
.theme-cart-drawer__note { font-size: 0.75rem; color: color-mix(in srgb, var(--foreground) 55%, transparent); }
.theme-cart-drawer__checkout { width: 100%; }
.theme-cart-drawer__empty-btn { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.625rem; font-family: var(--font-body); font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; font-size: 10px; color: color-mix(in srgb, var(--foreground) 55%, transparent); transition: color 0.2s; }
.theme-cart-drawer__empty-btn:hover { color: #d11; }

/* -----------------------------------------------------------------------
   WooCommerce Checkout Block overrides (Section 13)
   ----------------------------------------------------------------------- */
body.woocommerce-checkout .site-main { padding-top: 3rem; padding-bottom: 4rem; }
body.woocommerce-checkout .theme-page-shell { max-width: 80rem; }
body.woocommerce-checkout .page-title { font-size: 2rem; margin-bottom: 2rem; }
@media (min-width: 768px) { body.woocommerce-checkout .page-title { font-size: 2.75rem; } }

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: 2.5rem;
		align-items: start;
	}
}
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-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 {
	font-family: var(--font-body); border: 2px solid color-mix(in srgb, #000 15%, transparent); border-radius: 1rem;
	background: #fff; color: var(--foreground);
	width: 100% !important; max-width: none !important;
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus { border-color: #000; box-shadow: 0 0 0 2px var(--color-honey); }
body.woocommerce-checkout .wc-block-components-text-input input::placeholder { color: color-mix(in srgb, var(--foreground) 45%, transparent); }

body.woocommerce-checkout,
body.woocommerce-checkout .wc-block-components-form,
body.woocommerce-checkout .wc-block-checkout {
	font-family: var(--font-body);
}
body.woocommerce-checkout .wc-block-components-form label,
body.woocommerce-checkout .wc-block-components-text-input label {
	font-family: var(--font-body);
	font-weight: 500;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-totals-item {
	font-family: var(--font-body);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
	border: 2px solid #000 !important;
	border-radius: var(--btn-radius) !important;
	font-family: var(--font-body) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: none !important;
}
body.woocommerce-checkout .wc-block-checkout__sidebar {
	background-color: color-mix(in srgb, var(--color-secondary) 60%, #fff); border-radius: var(--card-radius); padding: 2rem;
}

/* -----------------------------------------------------------------------
   Thank you page (Section 22.8)
   ----------------------------------------------------------------------- */
.theme-thankyou { position: relative; max-width: 40rem; margin: 0 auto; padding: 4rem 0 6rem; text-align: center; }
.theme-thankyou__icon { width: 5rem; height: 5rem; border-radius: 9999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; background: var(--color-honey); border: 2px solid #000; box-shadow: var(--shadow-soft); color: #0f0f0f; }
.theme-thankyou__title { margin-bottom: 1rem; }
.theme-thankyou__text { color: color-mix(in srgb, var(--foreground) 70%, transparent); margin-bottom: 2.5rem; line-height: 1.7; }
.theme-thankyou__cta { margin-top: 2.5rem; }
body.theme-thankyou-page .woocommerce-order-overview { list-style: none; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; padding: 0; margin: 0 0 2rem; }
body.theme-thankyou-page .woocommerce-order-overview li { padding: 1rem 1.5rem; border-radius: 1rem; border: 2px solid #000; background: #fff; }
body.theme-thankyou-page .woocommerce-customer-details { display: flex; flex-direction: column; gap: 1.5rem; text-align: left; }
body.theme-thankyou-page .woocommerce-customer-details address { max-width: 480px; overflow-wrap: break-word; margin: 0 auto; }
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 color-mix(in srgb, #000 10%, transparent); 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-order h2,
body.theme-thankyou-page .woocommerce-order-details__title { padding: 0 0 1rem 0; font-size: 1.5rem; }

/* -----------------------------------------------------------------------
   Customizer media control (Section 22.3.8)
   ----------------------------------------------------------------------- */
.theme-media-control { display: flex; flex-direction: column; gap: 0.5rem; }
.theme-media-url-input { width: 100%; min-width: 0; box-sizing: border-box; }
.theme-media-preview { max-width: 100%; height: auto; display: block; }

/* -----------------------------------------------------------------------
   Contact modal
   ----------------------------------------------------------------------- */
.theme-contact-modal {
	position: fixed; inset: 0; z-index: 70; display: flex; align-items: center; justify-content: center; padding: 1rem;
}
.theme-contact-modal[hidden] { display: none !important; }
.theme-contact-modal__overlay {
	position: absolute; inset: 0; background: rgba(0, 0, 0, 0.8);
	animation: fadeIn 0.3s var(--transition-smooth);
}
.theme-contact-modal__dialog {
	position: relative; width: 100%; max-width: 32rem; max-height: 90vh; overflow-y: auto;
	background: var(--background); color: var(--foreground); border-radius: var(--radius);
	border: 2px solid #000; box-shadow: var(--shadow-elevated); padding: 1.5rem;
	animation: slideUp 0.6s var(--transition-smooth);
}
@media (min-width: 640px) { .theme-contact-modal__dialog { padding: 1.75rem; border-radius: var(--card-radius); } }
.theme-contact-modal__close {
	position: absolute; top: 1rem; right: 1rem; padding: 0.375rem; border-radius: 9999px;
	color: color-mix(in srgb, var(--foreground) 55%, transparent); transition: color 0.2s, background-color 0.2s;
}
.theme-contact-modal__close:hover { color: var(--foreground); background: color-mix(in srgb, var(--color-honey) 15%, transparent); }
.theme-contact-modal__title { margin-bottom: 0.5rem; }
.theme-contact-modal__desc { font-size: 0.875rem; color: color-mix(in srgb, var(--foreground) 65%, transparent); margin-bottom: 1rem; line-height: 1.6; }
.theme-contact-modal__links {
	display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; margin-bottom: 1.25rem;
	font-size: 0.875rem; color: color-mix(in srgb, var(--foreground) 65%, transparent);
}
.theme-contact-modal__links a { display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
.theme-contact-modal__links a:hover { color: var(--color-honey-deep); }
.theme-contact-modal__fields-row { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (min-width: 640px) { .theme-contact-modal__fields-row { grid-template-columns: 1fr 1fr; } }
.theme-contact-modal__label {
	font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.375rem; display: block;
	color: color-mix(in srgb, var(--foreground) 60%, transparent);
}
.theme-contact-modal__input {
	width: 100%; padding: 0.625rem 0.75rem; background: var(--background);
	border: 1px solid color-mix(in srgb, var(--foreground) 20%, transparent);
	border-radius: 0.5rem; font-size: 1rem; transition: border-color 0.2s, box-shadow 0.2s;
}
.theme-contact-modal__input:focus { outline: none; border-color: var(--color-honey); box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-honey) 40%, transparent); }
.theme-contact-modal__input--textarea { resize: vertical; min-height: 6rem; }
.theme-contact-modal__submit-row { display: flex; justify-content: flex-end; margin-top: 0.5rem; }
.theme-contact-modal__submit { min-height: auto; padding: 0.75rem 2rem; }
.theme-contact-modal__success { text-align: center; padding: 2rem 0; }
.theme-contact-modal__success-icon {
	width: 3.5rem; height: 3.5rem; border-radius: 9999px; margin: 0 auto 1rem;
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, var(--color-honey), var(--color-honey-deep));
	box-shadow: var(--shadow-glow); color: #0f0f0f;
}
body.contact-modal-open { overflow: hidden; }

/* -----------------------------------------------------------------------
   Clickable elements — pointer cursor
   ----------------------------------------------------------------------- */
a[href],
button:not(:disabled),
input[type="submit"],
input[type="button"],
input[type="reset"],
label[for],
.theme-cat-filter,
.theme-product-thumb,
.theme-card-link,
.theme-nav-link,
.theme-back-link,
.site-header__brand,
.contact-link-row,
.theme-cart-item__name,
.theme-cart-item__image,
.site-footer__contact-item,
.site-footer__nav a,
.site-footer__nav-link,
[data-contact-open],
.theme-product-card__request,
.theme-contact-form__submit:not(:disabled) {
	cursor: pointer;
}
button:disabled,
.theme-contact-form__submit:disabled,
input:disabled {
	cursor: not-allowed;
}
