/* =========================================================================
   Broken Halo Wellness - theme.css
   Single stylesheet for all visual styling (Section 10 / 15.1).
   ========================================================================= */

:root {
	--color-background: #ffffff;
	--color-foreground: #212121;
	--color-primary: #ff2d8e;
	--color-primary-foreground: #ffffff;
	--color-secondary: #ffd6e7;
	--color-muted: #ffe9f1;
	--color-border: #e6e6e6;
	--color-charcoal: #212121;
	--color-destructive: #d3222e;
	--logo-height: 44px;

	--font-display: 'Playfair Display', Georgia, serif;
	--font-script: 'Great Vibes', cursive;
	--font-body: 'Switzer', system-ui, -apple-system, sans-serif;

	--radius: 0.75rem;
	--card-radius: 0.75rem;
	--header-height: 116px;

	--btn-radius: 999px;
	--btn-height: 2.75rem;
	--btn-padding: 0 1.5rem;
	--btn-font-size: 14px;
	--btn-font-weight: 500;
	--btn-letter-spacing: normal;
	--btn-text-transform: none;

	--shadow-soft: 0 4px 20px -8px rgb(0 0 0 / 0.12);
	--shadow-elevated: 0 20px 50px -18px hsl(332 40% 20% / 0.22);
}

.opacity-90 { opacity: 0.9; }
.pt-2 { padding-top: 0.5rem; }

/* ---------------- Reset / base ---------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: clip; }
[hidden] { display: none !important; }
body {
	margin: 0;
	background: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'ss01', 'cv11';
}
section[id] { scroll-margin-top: 80px; }
a, button, [role="button"], select, .theme-btn, .category-card, .coming-soon-card,
[data-section-anchor], [data-modal-open], [data-coming-soon], [data-cart-open],
[data-shop-toggle], [data-mobile-toggle], [data-mobile-shop-toggle],
[data-card-prev], [data-card-next], [data-faq-toggle], [data-testimonial-prev], [data-testimonial-next],
.theme-cat-filter, .faq-item__question, .testimonials__dot, .theme-product-card__nav,
.theme-product-card__quickview, .theme-modal__inline-link, .theme-footer-soon-link,
.theme-nav-link, .theme-shop-dropdown__toggle, .theme-shop-dropdown__item,
.theme-mobile-link, .theme-mobile-sublink, .learn-card__link, .learn-card__title a {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; margin: 0; }
h1, h2, h3, h4, h5, h6, .font-display { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.018em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: none; padding: 0; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* Media frames: images fill aspect-ratio / fixed-size parents (object-cover parity). */
.about-section__image,
.founder-section__banner,
.category-card__image,
.coming-soon-card__image,
.learn-card__image,
.theme-related-card__image,
.theme-cart-drawer__item-image,
.theme-product-thumb-main,
.theme-product-thumb,
.theme-product-card__image-wrapper {
	position: relative;
	overflow: hidden;
}
.about-section__image img,
.founder-section__banner img,
.category-card__image img,
.coming-soon-card__image img,
.learn-card__image img,
.hero-section__gallery .hero-section__image img,
.theme-related-card__image img,
.theme-cart-drawer__item-image img,
.theme-product-thumb-main img,
.theme-product-thumb img,
.theme-product-card__image-wrapper .theme-product-card__img,
.cover-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	display: block;
}
.learn-single__cover {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
textarea, input, select { font-family: inherit; font-size: inherit; }

.container-wide { width: 100%; max-width: 80rem; margin: 0 auto; padding-inline: 1.25rem; }
@media (min-width: 640px) { .container-wide { padding-inline: 1.5rem; } }
@media (min-width: 1024px) { .container-wide { padding-inline: 2.5rem; } }

.inline-icon { width: 14px; height: 14px; display: inline-block; vertical-align: -2px; margin-right: 0.35rem; }
.theme-eyebrow { font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--color-primary); margin: 0 0 1rem; font-weight: 500; }
.theme-eyebrow--sm { letter-spacing: 0.2em; margin-bottom: 0.75rem; }
.theme-script-line { margin-top: 2rem; font-family: var(--font-script); color: var(--color-primary); font-size: 30px; line-height: 1; }
.theme-badge {
	display: inline-flex; align-items: center; gap: 0.5rem;
	padding: 0.4rem 1rem; border-radius: 999px;
	background: var(--color-muted); border: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);
	color: var(--color-primary); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
}
.theme-badge--blush { background: var(--color-secondary); }
.theme-badge--rose {
	background: var(--color-primary);
	color: var(--color-primary-foreground);
	border-color: var(--color-primary);
	letter-spacing: 0.12em;
	font-size: 12px;
	padding: 0.25rem 0.75rem;
}
.theme-badge--on-dark {
	background: rgb(255 255 255 / 0.1);
	border-color: rgb(255 255 255 / 0.25);
	color: #fff;
	backdrop-filter: blur(12px);
}
.py-section { padding-top: 6rem; padding-bottom: 6rem; }

/* ---------------- Scroll reveal ---------------- */
[data-reveal], .reveal-item, .scale-in-item {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}
[data-reveal].is-revealed, .reveal-item.is-visible, .scale-in-item.is-visible { opacity: 1; transform: translateY(0); }
body.is-customizer [data-reveal], body.is-customizer .reveal-item, body.is-customizer .scale-in-item {
	opacity: 1 !important; transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
	[data-reveal], .reveal-item, .scale-in-item { transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* =========================================================================
   Buttons
   ========================================================================= */
.theme-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	height: var(--btn-height); padding: var(--btn-padding);
	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: var(--btn-text-transform);
	border: 1px solid transparent; cursor: pointer; transition: opacity 0.2s ease, background-color 0.2s ease;
	white-space: nowrap;
}
.theme-btn--primary { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }
.theme-btn--primary:hover { opacity: 0.9; }
.theme-btn--outline { background: transparent; color: var(--color-foreground); border-color: color-mix(in srgb, var(--color-foreground) 25%, transparent); }
.theme-btn--outline:hover { border-color: var(--color-foreground); background: color-mix(in srgb, var(--color-foreground) 4%, transparent); }
.theme-btn--outline-light { background: transparent; color: #fff; border-color: rgb(255 255 255 / 0.3); }
.theme-btn--outline-light:hover { background: rgb(255 255 255 / 0.1); }
.theme-btn--ghost { background: transparent; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.theme-btn--ghost:hover { background: color-mix(in srgb, var(--color-foreground) 5%, transparent); }
.theme-btn--sm { height: 2.25rem; padding: 0 1rem; }
.theme-btn--lg { height: 3rem; padding: 0 1.75rem; }
.theme-btn--full { width: 100%; }
.theme-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.theme-btn:disabled, .theme-btn.disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }

/* =========================================================================
   Header
   ========================================================================= */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; }
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
}
.announcement-bar {
	background: var(--color-charcoal); color: #fff; text-align: center;
	font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.5rem 1rem;
}
.announcement-highlight { color: var(--color-primary); }
.site-header__bar { background: color-mix(in srgb, var(--color-background) 90%, transparent); backdrop-filter: blur(20px); border-bottom: 1px solid var(--color-border); transition: background-color 0.4s ease; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; position: relative; }
@media (min-width: 1024px) { .site-header__inner { height: 80px; } }

.theme-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; order: 1; position: relative; }
.theme-mobile-toggle:hover { background: color-mix(in srgb, var(--color-foreground) 6%, transparent); }
.theme-mobile-toggle svg { width: 20px; height: 20px; }
.theme-mobile-toggle .icon-open,
.theme-mobile-toggle .icon-close { display: inline-flex; align-items: center; justify-content: center; }
.theme-mobile-toggle .icon-close { display: none; }
.theme-mobile-toggle.is-open .icon-open { display: none !important; }
.theme-mobile-toggle.is-open .icon-close { display: inline-flex !important; }
@media (min-width: 1024px) { .theme-mobile-toggle { display: none; } }

.site-brand { display: inline-flex; align-items: center; order: 2; flex-shrink: 0; }
@media (min-width: 1024px) { .site-brand { order: 1; } }
.brand-lockup { display: inline-flex; align-items: center; gap: 0.75rem; }
.brand-lockup__mono { display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 999px; background: var(--color-charcoal); border: 1px solid color-mix(in srgb, var(--color-primary) 40%, transparent); padding: 0.35rem; width: 40px; height: 40px; }
.brand-lockup__mono img { width: 100%; height: 100%; object-fit: contain; }
.brand-lockup__text { position: relative; display: inline-flex; align-items: baseline; gap: 0.5rem; line-height: 1; }
.brand-lockup__spark {
	position: absolute; top: -4px; right: -1rem;
	width: 14px; height: 14px;
	color: color-mix(in srgb, var(--color-primary) 80%, transparent);
	pointer-events: none;
}
.brand-lockup--xl .brand-lockup__spark { width: 20px; height: 20px; top: -4px; right: -1.25rem; }
@media (max-width: 639px) {
	.brand-lockup--compact-mobile .brand-lockup__text { display: none; }
}
@media (min-width: 1024px) {
	.site-brand .brand-lockup__mono { width: 48px; height: 48px; }
}
.brand-lockup__serif { font-family: var(--font-display); font-weight: 300; letter-spacing: 0.06em; font-size: 22px; }
.brand-lockup__script { font-family: var(--font-script); color: var(--color-primary); line-height: 0.8; font-size: 30px; }
@media (min-width: 768px) { .brand-lockup__serif { font-size: 26px; } .brand-lockup__script { font-size: 36px; } }
.brand-lockup--xl .brand-lockup__mono { width: 64px; height: 64px; }
.brand-lockup--xl .brand-lockup__serif { font-size: 40px; } .brand-lockup--xl .brand-lockup__script { font-size: 56px; }
@media (min-width: 640px) { .brand-lockup--xl .brand-lockup__serif { font-size: 54px; } .brand-lockup--xl .brand-lockup__script { font-size: 76px; } }
@media (min-width: 768px) { .brand-lockup--xl .brand-lockup__serif { font-size: 64px; } .brand-lockup--xl .brand-lockup__script { font-size: 92px; } }
.site-logo-img { height: var(--logo-height) !important; width: auto !important; display: block; }

.theme-nav-desktop { display: none; align-items: center; gap: 1.75rem; order: 3; }
@media (min-width: 1024px) { .theme-nav-desktop { display: flex; position: absolute; left: 50%; transform: translateX(-50%); } }
.theme-nav-link, .theme-shop-dropdown__toggle { display: inline-flex; align-items: center; height: 40px; font-size: 14px; font-weight: 500; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); transition: color 0.3s ease; gap: 0.375rem; }
.theme-nav-link:hover, .theme-shop-dropdown__toggle:hover { color: var(--color-primary); }
.theme-chevron { width: 14px; height: 14px; transition: transform 0.2s ease; }
.theme-shop-dropdown { position: relative; }
.theme-shop-dropdown__toggle[aria-expanded="true"] .theme-chevron { transform: rotate(180deg); }
.theme-shop-dropdown__panel {
	position: absolute; left: 50%; transform: translateX(-50%); top: 100%; margin-top: 0.5rem;
	width: 15rem; border-radius: 1rem; background: var(--color-background); border: 1px solid var(--color-border);
	box-shadow: var(--shadow-elevated); padding: 0.5rem; z-index: 20;
}
.theme-shop-dropdown__item {
	display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; width: 100%;
	text-align: left; padding: 0.6rem 1rem; border-radius: 0.75rem; font-size: 14px; font-weight: 500;
	color: color-mix(in srgb, var(--color-foreground) 80%, transparent);
}
.theme-shop-dropdown__item:hover { background: var(--color-muted); color: var(--color-primary); }
.soon-badge { font-size: 12px; font-weight: 500; color: var(--color-primary); flex-shrink: 0; }

.site-header__actions { display: flex; align-items: center; gap: 0.5rem; order: 3; }
.theme-cart-toggle { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; padding: 0; }
.theme-cart-toggle:hover { background: color-mix(in srgb, var(--color-foreground) 6%, transparent); }
.theme-cart-toggle__desktop { display: none !important; }
.theme-cart-toggle__mobile-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; }
.theme-cart-toggle__mobile-icon svg { width: 20px; height: 20px; }
.theme-cart-count,
.theme-cart-count-badge {
	position: absolute; top: -2px; right: -2px; min-width: 18px; height: 18px; padding: 0 4px;
	background: var(--color-primary); color: var(--color-primary-foreground); font-size: 12px; font-weight: 500;
	border-radius: 999px; display: flex; align-items: center; justify-content: center;
}
.theme-cart-count:empty,
.theme-cart-count-badge:empty { display: none; }
.theme-cart-count,
.theme-cart-count-inline { display: none; }

.theme-mobile-menu { border-top: 1px solid var(--color-border); background: color-mix(in srgb, var(--color-background) 97%, transparent); backdrop-filter: blur(20px); max-height: 75vh; overflow-y: auto; }
.theme-mobile-menu__inner { display: flex; flex-direction: column; padding-block: 1rem; }
.theme-mobile-link, .theme-mobile-link--toggle { display: flex; align-items: center; justify-content: space-between; text-align: left; font-size: 14px; font-weight: 500; padding: 0.75rem 0; border-bottom: 1px solid var(--color-border); color: color-mix(in srgb, var(--color-foreground) 80%, transparent); width: 100%; }
.theme-mobile-shop-panel { display: flex; flex-direction: column; border-bottom: 1px solid var(--color-border); }
.theme-mobile-sublink { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; text-align: left; font-size: 14px; padding: 0.6rem 0 0.6rem 1rem; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); width: 100%; }

/* =========================================================================
   Hero
   ========================================================================= */
.hero-section { position: relative; min-height: 100vh; width: 100%; background: var(--color-background); overflow: hidden; display: flex; align-items: center; }
.hero-section__blob { position: absolute; pointer-events: none; border-radius: 999px; filter: blur(64px); }
.hero-section__blob--top { top: -10rem; right: -6rem; width: 70vw; max-width: 820px; aspect-ratio: 1; background: color-mix(in srgb, var(--color-secondary) 70%, transparent); }
.hero-section__blob--bottom { bottom: -13rem; left: -8rem; width: 55vw; max-width: 640px; aspect-ratio: 1; background: var(--color-muted); }
.hero-section__inner {
	position: relative;
	z-index: 10;
	padding-top: calc(var(--header-height) + 1.5rem);
	padding-bottom: 5rem;
}
@media (min-width: 640px) {
	.hero-section__inner {
		padding-top: calc(var(--header-height) + 2rem);
		padding-bottom: 7rem;
	}
}
@media (min-width: 1024px) { .hero-section__inner { padding-block: 8rem; } }
.hero-section__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .hero-section__grid { grid-template-columns: repeat(12, 1fr); gap: 3.5rem; } }
.hero-section__copy { grid-column: 1 / -1; }
@media (min-width: 1024px) { .hero-section__copy { grid-column: span 6; } }
.hero-section__brand { margin-top: 1.75rem; }
.hero-section__script { margin-top: 1.25rem; font-family: var(--font-script); color: var(--color-primary); line-height: 1; font-size: 30px; }
@media (min-width: 640px) { .hero-section__script { font-size: 38px; } }
.hero-section__description { margin-top: 1.5rem; max-width: 36rem; font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.7; }
@media (min-width: 640px) { .hero-section__description { font-size: 16px; } }
.hero-section__ctas { margin-top: 2.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .hero-section__ctas { flex-direction: row; gap: 1rem; } }
.hero-section__ctas .theme-btn--outline {
	border-color: color-mix(in srgb, var(--color-foreground) 20%, transparent);
}
.hero-section__ctas .theme-btn--outline:hover {
	background: var(--color-muted);
	border-color: color-mix(in srgb, var(--color-foreground) 20%, transparent);
}
.hero-section__gallery { grid-column: 1 / -1; }
@media (min-width: 1024px) { .hero-section__gallery { grid-column: span 6; } }
.hero-section__gallery-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	/* Mosaic height matches Lovable 5×2 collage (~530px at ~455px width) */
	aspect-ratio: 455 / 530;
}
@media (min-width: 640px) { .hero-section__gallery-grid { gap: 1.25rem; } }
.hero-section__image {
	overflow: hidden;
	background: var(--color-muted);
	position: relative;
	min-height: 0;
	min-width: 0;
}
.hero-section__image--main {
	grid-column: 1 / span 3;
	grid-row: 1 / span 2;
	border-radius: 2rem;
	box-shadow: var(--shadow-elevated);
}
.hero-section__image--sm {
	grid-column: span 2;
	border-radius: 1.5rem;
	box-shadow: var(--shadow-soft);
}
.hero-section__gallery-grid .hero-section__image:nth-child(2) { grid-column: 4 / span 2; grid-row: 1; }
.hero-section__gallery-grid .hero-section__image:nth-child(3) { grid-column: 4 / span 2; grid-row: 2; }

/* =========================================================================
   Trust banner
   ========================================================================= */
.trust-banner { background: var(--color-muted); border-top: 1px solid color-mix(in srgb, var(--color-primary) 15%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--color-primary) 15%, transparent); }
.trust-banner__inner { padding-block: 2rem; }
@media (min-width: 768px) { .trust-banner__inner { padding-block: 2.5rem; } }
.trust-banner__list { display: grid; grid-template-columns: 1fr; gap: 1.75rem 1.5rem; }
@media (min-width: 640px) { .trust-banner__list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .trust-banner__list { grid-template-columns: repeat(5, 1fr); } }
.trust-banner__item { display: flex; align-items: center; gap: 0.875rem; text-align: left; min-width: 0; }
@media (min-width: 1024px) { .trust-banner__item { justify-content: center; padding: 0 1rem; border-left: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent); } .trust-banner__item:first-child { border-left: none; } }
.trust-banner__icon { width: 2rem; height: 2rem; flex-shrink: 0; color: var(--color-primary); stroke-width: 1.4; }
.trust-banner__title { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.trust-banner__body { margin-top: 0.375rem; font-size: 13px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.375; }

/* =========================================================================
   Section heading scales (Section 2.2.5 - per-section, not global)
   ========================================================================= */
.section-heading { font-weight: 300; line-height: 1.05; }
.about-section__heading { font-size: 2.25rem; }
@media (min-width: 768px) { .about-section__heading { font-size: 3rem; } }
@media (min-width: 1024px) { .about-section__heading { font-size: 3.4rem; } }
.founder-section__heading { font-size: 2.25rem; }
@media (min-width: 768px) { .founder-section__heading { font-size: 3rem; } }
@media (min-width: 1024px) { .founder-section__heading { font-size: 3.4rem; } }
.learn-section__heading, .category-section__heading, .coming-soon-section__heading, .faq-section__heading { font-size: 2.25rem; line-height: 1.06; }
@media (min-width: 768px) { .learn-section__heading, .category-section__heading, .coming-soon-section__heading, .faq-section__heading { font-size: 3rem; } }
.shop-section__heading { font-size: 2.25rem; }
@media (min-width: 768px) { .shop-section__heading { font-size: 3rem; } }
@media (min-width: 1024px) { .shop-section__heading { font-size: 3.2rem; } }
.contact-section__heading { font-size: 2.25rem; }
@media (min-width: 768px) { .contact-section__heading { font-size: 3rem; } }
@media (min-width: 1024px) { .contact-section__heading { font-size: 3.4rem; } }
.testimonials__heading { font-size: 1.875rem; }
@media (min-width: 768px) { .testimonials__heading { font-size: 2.25rem; } }
.section-heading em { font-style: italic; color: var(--color-primary); }

/* =========================================================================
   About
   ========================================================================= */
.about-section .theme-eyebrow,
.founder-section .theme-eyebrow { margin-bottom: 1.25rem; }
.about-section { background: var(--color-background); padding: 6rem 0; }
@media (min-width: 768px) { .about-section { padding: 8rem 0; } }
.about-section__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .about-section__grid { grid-template-columns: repeat(12, 1fr); gap: 4rem; } }
.about-section__copy { grid-column: 1 / -1; }
@media (min-width: 1024px) { .about-section__copy { grid-column: span 6; } }
.about-section__paragraphs { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.25rem; font-size: 15px; line-height: 1.7; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); max-width: 65ch; }
@media (min-width: 768px) { .about-section__paragraphs { font-size: 16px; } }
.about-section__gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
@media (min-width: 1024px) { .about-section__gallery { grid-column: span 6; } }
.about-section__image { border-radius: 1.75rem; background: var(--color-muted); aspect-ratio: 3/4; box-shadow: var(--shadow-soft); }
.about-section__image--offset { margin-top: 2rem; }
.about-section__pillars { margin-top: 4rem; display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .about-section__pillars { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .about-section__pillars { grid-template-columns: repeat(4, 1fr); } }
.about-section__pillar { border-radius: 1rem; background: color-mix(in srgb, var(--color-muted) 70%, transparent); border: 1px solid color-mix(in srgb, var(--color-primary) 15%, transparent); padding: 1.5rem; }
.about-section__pillar-icon { width: 1.75rem; height: 1.75rem; color: var(--color-primary); stroke-width: 1.4; }
.about-section__pillar-title { margin-top: 1rem; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.about-section__pillar-body { margin-top: 0.5rem; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; }

/* =========================================================================
   Founder
   ========================================================================= */
.founder-section { background: color-mix(in srgb, var(--color-muted) 60%, transparent); padding: 6rem 0; }
@media (min-width: 768px) { .founder-section { padding: 8rem 0; } }
.founder-section__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: stretch; }
@media (min-width: 1024px) { .founder-section__grid { grid-template-columns: repeat(12, 1fr); gap: 4rem; } }
.founder-section__media { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 1.25rem; }
@media (min-width: 1024px) { .founder-section__media { grid-column: span 5; } }
.founder-section__photo { position: relative; width: 100%; overflow: hidden; border-radius: 1rem; background: var(--color-secondary); box-shadow: var(--shadow-elevated); }
.founder-section__photo img { width: 100%; height: auto; object-fit: contain; display: block; }
.founder-section__badge { position: absolute; top: 1rem; left: 1rem; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0.75rem; border-radius: 999px; background: var(--color-primary); color: var(--color-primary-foreground); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; }
.founder-section__badge .dot { width: 6px; height: 6px; border-radius: 999px; background: rgb(255 255 255 / 0.8); }
.founder-section__banner { display: none; aspect-ratio: 16/9; background: var(--color-muted); border-radius: 1rem; }
@media (min-width: 1024px) { .founder-section__banner { display: block; } }
.founder-section__copy { grid-column: 1 / -1; }
@media (min-width: 1024px) { .founder-section__copy { grid-column: span 7; padding-left: 1.5rem; } }
.founder-section__quote { margin-top: 2rem; font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 20px; line-height: 1.4; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); border-left: 2px solid color-mix(in srgb, var(--color-primary) 70%, transparent); padding-left: 1.25rem; }
@media (min-width: 768px) { .founder-section__quote { font-size: 24px; } }
.founder-section__paragraphs { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.25rem; font-size: 15px; line-height: 1.7; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); max-width: 65ch; }
@media (min-width: 768px) { .founder-section__paragraphs { font-size: 16px; } }
.founder-section__closing { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); font-family: var(--font-display); font-weight: 300; font-size: 24px; color: var(--color-primary); }
@media (min-width: 768px) { .founder-section__closing { font-size: 30px; } }
.founder-section__name { margin-top: 0.75rem; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }

/* =========================================================================
   Learn teaser
   ========================================================================= */
.learn-section { background: var(--color-background); padding: 6rem 0; }
@media (min-width: 768px) { .learn-section { padding: 8rem 0; } }
.learn-section__head { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 768px) { .learn-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.learn-section__subtext { max-width: 24rem; flex-shrink: 0; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); line-height: 1.6; }
.learn-section__grid { margin-top: 3rem; display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .learn-section__grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; } }
.learn-card__image { display: block; border-radius: 1rem; background: var(--color-background); border: 1px solid var(--color-border); aspect-ratio: 3/2; }
.learn-card__image img { transition: transform 1.2s ease; }
.learn-card:hover .learn-card__image img { transform: scale(1.04); }
.learn-card__category { margin-top: 1.25rem; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-primary); font-weight: 500; }
.learn-card__title { margin-top: 0.75rem; font-family: var(--font-display); font-size: 1.5rem; font-weight: 300; line-height: 1.375; }
.learn-card__title a:hover { color: var(--color-primary); }
.learn-card__excerpt { margin-top: 0.75rem; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.6; }
.learn-card__link { margin-top: 1rem; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 14px; font-weight: 500; color: var(--color-primary); }

/* =========================================================================
   Category showcase
   ========================================================================= */
.category-section { background: var(--color-background); padding: 6rem 0; }
@media (min-width: 768px) { .category-section { padding: 8rem 0; } }
.category-section__head { max-width: 42rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .category-section__head { margin-bottom: 3.5rem; } }
.category-section__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .category-section__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .category-section__grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.category-card { display: block; overflow: hidden; border-radius: 1.5rem; background: var(--color-background); border: 1px solid color-mix(in srgb, var(--color-primary) 15%, transparent); box-shadow: var(--shadow-soft); transition: box-shadow 0.5s ease; }
.category-card:hover { box-shadow: var(--shadow-elevated); }
.category-card__image { aspect-ratio: 4/3; background: var(--color-muted); }
.category-card__image img { transition: transform 1.2s ease; }
.category-card:hover .category-card__image img { transform: scale(1.05); }
.category-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem; }
.category-card__footer h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 300; transition: color 0.3s ease; }
.category-card:hover .category-card__footer h3 { color: var(--color-primary); }
.category-card__cta { display: inline-flex; align-items: center; gap: 0.375rem; font-size: 13px; font-weight: 500; color: var(--color-primary); flex-shrink: 0; }

/* =========================================================================
   Shop section + product cards + WooCommerce archive
   ========================================================================= */
.shop-section, .woocommerce-archive { background: color-mix(in srgb, var(--color-background) 100%, transparent); padding: 6rem 0; }
@media (min-width: 768px) { .shop-section { padding: 8rem 0; } }
.shop-section__head { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem; }
@media (min-width: 1024px) { .shop-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.shop-section__head-copy { max-width: 42rem; }
.shop-section__description { margin-top: 1.25rem; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; max-width: 40rem; }
@media (min-width: 768px) { .shop-section__description { font-size: 15px; } }
.shop-section__search { position: relative; width: 100%; }
@media (min-width: 1024px) { .shop-section__search { width: 20rem; } }
.shop-section__search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: color-mix(in srgb, var(--color-foreground) 40%, transparent); }
.shop-section__search input { width: 100%; height: 44px; padding: 0 1rem 0 2.75rem; border-radius: 999px; background: var(--color-muted); border: 1px solid var(--color-border); font-size: 14px; }
.shop-section__search input::placeholder { color: color-mix(in srgb, var(--color-foreground) 45%, transparent); }
.shop-section__search input:focus { outline: none; border-color: color-mix(in srgb, var(--color-primary) 60%, transparent); }
.shop-section__privacy-note { display: inline-flex; align-items: flex-start; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 999px; background: var(--color-muted); border: 1px solid var(--color-border); font-size: 12px; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); margin-bottom: 2rem; }
.shop-section__privacy-highlight { color: var(--color-primary); font-weight: 500; }
.shop-section__pills { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-bottom: 2.5rem; }
.theme-cat-filter { padding: 0 1.25rem; height: 40px; border-radius: 999px; font-size: 14px; font-weight: 500; border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); color: color-mix(in srgb, var(--color-foreground) 75%, transparent); transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease; }
.theme-cat-filter:hover { border-color: var(--color-primary); color: var(--color-primary); }
.theme-cat-filter.is-active { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }
.shop-section__empty { text-align: center; padding: 5rem 0; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.shop-section__more { margin-top: 3rem; display: flex; justify-content: center; }

.theme-product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); column-gap: 1.5rem; row-gap: 2.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)); } }
.theme-shop-grid-item { display: flex; }
.theme-shop-grid-item.is-hidden-initial, .theme-shop-grid-item.is-filtered-out { display: none; }
.theme-product-card-wrap { display: flex; flex-direction: column; width: 100%; height: 100%; }
.theme-product-card { display: flex; flex-direction: column; height: 100%; }
.theme-product-card__image-wrapper { aspect-ratio: 1; border-radius: 0.75rem; background: var(--color-muted); margin-bottom: 1rem; }
.theme-product-card__image-wrapper::after {
	content: "";
	position: absolute; inset: 0; z-index: 2; pointer-events: none;
	background: linear-gradient(to top, color-mix(in srgb, var(--color-foreground) 35%, transparent), transparent 55%);
	opacity: 0; transition: opacity 0.5s ease;
}
.theme-product-card:hover .theme-product-card__image-wrapper::after { opacity: 1; }
.theme-card-link { position: absolute; inset: 0; z-index: 2; }
.theme-product-card__img { opacity: 0; transition: opacity 0.4s ease, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1); z-index: 1; pointer-events: none; }
.theme-product-card__img.is-active { opacity: 1; }
.theme-product-card:hover .theme-product-card__img.is-active { transform: scale(1.04); }
.theme-product-card__badge { position: absolute; top: 0.75rem; left: 0.75rem; z-index: 3; background: var(--color-foreground); color: var(--color-background); font-size: 11px; font-weight: 500; padding: 0.3rem 0.65rem; border-radius: 999px; }
.theme-product-card__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 32px; height: 32px; border-radius: 999px; background: color-mix(in srgb, var(--color-background) 85%, transparent); backdrop-filter: blur(4px); display: inline-flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease; pointer-events: auto; }
.theme-product-card__nav svg { width: 16px; height: 16px; }
.theme-product-card__nav--prev { left: 0.5rem; }
.theme-product-card__nav--next { right: 0.5rem; }
.theme-product-card:hover .theme-product-card__nav { opacity: 1; }
.theme-product-card__nav:hover { background: var(--color-primary); color: var(--color-primary-foreground); }
.theme-product-card__dots { position: absolute; top: 0.75rem; right: 0.75rem; z-index: 3; display: flex; gap: 0.25rem; pointer-events: none; }
.theme-product-card__dot { height: 4px; width: 4px; border-radius: 999px; background: color-mix(in srgb, var(--color-background) 60%, transparent); transition: width 0.2s ease, background-color 0.2s ease; }
.theme-product-card__dot.is-active { width: 16px; background: var(--color-background); }
.theme-product-card__quick-actions { position: absolute; left: 0.75rem; right: 0.75rem; bottom: 0.75rem; z-index: 4; display: flex; align-items: center; gap: 0.5rem; opacity: 0; transition: opacity 0.4s ease; }
.theme-product-card:hover .theme-product-card__quick-actions { opacity: 1; }
.theme-product-card__add-btn.add_to_cart_button.ajax_add_to_cart {
	flex: 1; display: inline-flex !important; align-items: center; justify-content: center; gap: 0.5rem;
	height: 40px !important; min-height: 40px !important; border-radius: 999px !important; background: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important; font-size: 14px !important; font-weight: 500 !important; letter-spacing: 0.02em;
	border: none !important; box-shadow: var(--shadow-soft); pointer-events: auto;
}
.theme-product-card__add-btn.add_to_cart_button.ajax_add_to_cart:hover { opacity: 0.9; background: var(--color-primary) !important; }
.theme-product-card__quickview { width: 40px; height: 40px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--color-primary); color: var(--color-primary-foreground); box-shadow: var(--shadow-soft); pointer-events: auto; z-index: 4; }
.theme-product-card__quickview:hover { opacity: 0.9; }
.theme-product-card__quickview svg { width: 16px; height: 16px; }
.theme-product-card__info { display: flex; flex-direction: column; flex: 1; padding: 0 0.15rem; }
.theme-product-card__category { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: color-mix(in srgb, var(--color-primary) 90%, transparent); margin-bottom: 0.375rem; font-weight: 500; }
.theme-product-card__title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 300; line-height: 1.3; flex: 1; transition: color 0.3s ease; }
@media (min-width: 768px) { .theme-product-card__title { font-size: 1.3rem; } }
@media (min-width: 1024px) { .theme-product-card__title { font-size: 1.4rem; } }
.theme-product-card:hover .theme-product-card__title { color: var(--color-primary); }
.theme-product-card__price { margin-top: 0.375rem; font-size: 14px; font-weight: 500; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); }
.theme-product-card__price del { opacity: 0.5; margin-right: 0.4rem; }
.theme-product-card__price ins { text-decoration: none; }

/* =========================================================================
   Coming soon
   ========================================================================= */
.coming-soon-section { background: var(--color-muted); padding: 6rem 0; }
@media (min-width: 768px) { .coming-soon-section { padding: 8rem 0; } }
.coming-soon-section__head { max-width: 42rem; }
.coming-soon-section__body { margin-top: 1.25rem; font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.6; }
.coming-soon-section__grid { margin-top: 3rem; display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .coming-soon-section__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .coming-soon-section__grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.coming-soon-card { display: block; width: 100%; text-align: left; overflow: hidden; border-radius: 1.5rem; background: var(--color-background); border: 1px solid color-mix(in srgb, var(--color-primary) 15%, transparent); box-shadow: var(--shadow-soft); transition: box-shadow 0.5s ease; }
.coming-soon-card:hover { box-shadow: var(--shadow-elevated); }
.coming-soon-card__image { aspect-ratio: 4/5; background: var(--color-muted); }
.coming-soon-card__image img { transition: transform 1.2s ease; }
.coming-soon-card:hover .coming-soon-card__image img { transform: scale(1.05); }
.coming-soon-card__badge { position: absolute; top: 1rem; left: 1rem; }
.coming-soon-card__footer { padding: 1.25rem; }
.coming-soon-card__footer h3 { font-size: 1.4rem; font-weight: 300; transition: color 0.3s ease; }
.coming-soon-card:hover .coming-soon-card__footer h3 { color: var(--color-primary); }
.coming-soon-card__footer p { margin-top: 0.5rem; font-size: 13px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }

/* =========================================================================
   FAQ + Testimonials
   ========================================================================= */
.faq-section { background: var(--color-muted); border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); padding: 6rem 0; }
@media (min-width: 768px) { .faq-section { padding: 8rem 0; } }
.faq-section__stack { display: flex; flex-direction: column; gap: 5rem; }
@media (min-width: 768px) { .faq-section__stack { gap: 6rem; } }
.faq-section__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 1024px) { .faq-section__grid { grid-template-columns: repeat(12, 1fr); } }
.faq-section__side { grid-column: 1 / -1; }
@media (min-width: 1024px) { .faq-section__side { grid-column: span 4; } }
.faq-section__subtext { margin-top: 1.5rem; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; max-width: 24rem; }
@media (min-width: 768px) { .faq-section__subtext { font-size: 15px; } }
.faq-section__card { display: none; margin-top: 2.5rem; position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid var(--color-border); background: var(--color-background); padding: 1.75rem; }
.faq-section__card::before {
	content: "";
	position: absolute; top: -2.5rem; right: -2.5rem;
	width: 8rem; height: 8rem; border-radius: 999px;
	background: var(--color-secondary);
	filter: blur(40px);
	pointer-events: none;
}
@media (min-width: 1024px) { .faq-section__card { display: block; } }
.faq-section__card-icon { display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; border-radius: 999px; background: var(--color-primary); color: var(--color-primary-foreground); margin-bottom: 1.25rem; }
.faq-section__card-icon svg { width: 20px; height: 20px; }
.faq-section__card h3 { font-size: 1.5rem; font-weight: 300; line-height: 1.3; margin-bottom: 0.5rem; }
.faq-section__card p { font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; margin-bottom: 1.5rem; }
.faq-section__list { grid-column: 1 / -1; }
@media (min-width: 1024px) { .faq-section__list { grid-column: span 8; } }
.faq-item { border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.faq-item__question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; text-align: left; }
.faq-item__question span:first-child { font-family: var(--font-display); font-weight: 300; font-size: 18px; line-height: 1.4; }
@media (min-width: 768px) { .faq-item__question span:first-child { font-size: 20px; } }
.faq-item__icon-plus, .faq-item__icon-minus { flex-shrink: 0; color: var(--color-primary); }
.faq-item__icon-plus svg, .faq-item__icon-minus svg { width: 20px; height: 20px; }
.faq-item__icon-minus { display: none; }
.faq-item.is-open .faq-item__icon-plus { display: none; }
.faq-item.is-open .faq-item__icon-minus { display: inline-flex; }
.faq-item__answer-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease; overflow: hidden; }
.faq-item.is-open .faq-item__answer-wrap { grid-template-rows: 1fr; }
.faq-item__answer { overflow: hidden; }
.faq-item__answer p { padding-bottom: 1.5rem; padding-right: 2rem; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.6; max-width: 42rem; }
@media (min-width: 768px) { .faq-item__answer p { font-size: 15px; } }

.testimonials__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.testimonials .theme-eyebrow { margin-bottom: 0.75rem; }
.testimonials__nav { display: none; align-items: center; gap: 0.5rem; }
@media (min-width: 768px) { .testimonials__nav { display: flex; } }
.testimonials__nav-btn { width: 40px; height: 40px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent); display: inline-flex; align-items: center; justify-content: center; transition: color 0.2s ease, border-color 0.2s ease; }
.testimonials__nav-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }
.testimonials__nav-btn svg { width: 16px; height: 16px; }
.testimonials__track-wrap { overflow: hidden; margin: 0 -0.75rem; }
.testimonials__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.testimonials__track::-webkit-scrollbar { display: none; }
.testimonials__slide { flex: 0 0 100%; scroll-snap-align: start; padding: 0 0.75rem; }
@media (min-width: 768px) { .testimonials__slide { flex: 0 0 50%; } }
@media (min-width: 1024px) { .testimonials__slide { flex: 0 0 25%; } }
.testimonial-card { height: 100%; background: var(--color-background); border: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); border-radius: 1rem; padding: 1.5rem; display: flex; flex-direction: column; }
.testimonial-card__stars { display: flex; gap: 0.125rem; margin-bottom: 1rem; color: var(--color-primary); }
.testimonial-card__star { width: 14px; height: 14px; fill: currentColor; stroke-width: 0; }
.testimonial-card__text { font-size: 14px; line-height: 1.6; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); flex: 1; }
.testimonial-card__footer { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.testimonial-card__name { font-size: 14px; font-weight: 500; }
.testimonial-card__role { font-size: 12px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); margin-top: 0.15rem; }
.testimonials__dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2rem; }
.testimonials__dot { height: 6px; width: 6px; border-radius: 999px; background: color-mix(in srgb, var(--color-foreground) 25%, transparent); transition: width 0.2s ease, background-color 0.2s ease; }
.testimonials__dot.is-active { width: 32px; background: var(--color-primary); }

/* =========================================================================
   Contact
   ========================================================================= */
.contact-section { background: var(--color-muted); padding-top: 6rem; padding-bottom: 3rem; }
@media (min-width: 768px) { .contact-section { padding-top: 8rem; padding-bottom: 4rem; } }
.contact-section__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: stretch; }
@media (min-width: 1024px) { .contact-section__grid { grid-template-columns: repeat(2, 1fr); gap: 5rem; } }
.contact-section__info { display: flex; flex-direction: column; height: 100%; }
.contact-section__description { margin-top: 1.5rem; font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.6; max-width: 28rem; }
.contact-section__links { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.contact-section__link { display: inline-flex; align-items: center; gap: 1rem; transition: color 0.2s ease; }
.contact-section__link:hover { color: var(--color-primary); }
.contact-section__link-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 999px; background: var(--color-background); border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); display: inline-flex; align-items: center; justify-content: center; transition: border-color 0.2s ease; }
.contact-section__link:hover .contact-section__link-icon { border-color: var(--color-primary); }
.contact-section__link-icon svg { width: 16px; height: 16px; }
.contact-section__link-text { display: flex; flex-direction: column; text-align: left; }
.contact-section__link-text .label { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.contact-section__link-text .value { font-size: 15px; font-weight: 500; word-break: break-word; }
.contact-section__quote-wrap { margin-top: auto; padding-top: 2.5rem; }
.contact-section__quote-card { position: relative; border-radius: 1rem; border: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); background: color-mix(in srgb, var(--color-background) 70%, transparent); padding: 2rem; }
@media (min-width: 768px) { .contact-section__quote-card { padding: 2.5rem; } }
.contact-section__quote-badge { position: absolute; top: -0.75rem; left: 1.5rem; }
.contact-section__quote-badge.theme-badge--rose { letter-spacing: 0.22em; padding: 0.375rem 1rem; }
.contact-section__quote { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 20px; line-height: 1.4; border-left: 2px solid color-mix(in srgb, var(--color-primary) 70%, transparent); padding-left: 1.25rem; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); }
@media (min-width: 768px) { .contact-section__quote { font-size: 24px; } }
.contact-section__quote-note { margin-top: 1rem; padding-left: 1.25rem; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }

.contact-form { height: 100%; display: flex; flex-direction: column; gap: 1rem; background: var(--color-background); border: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); border-radius: 1rem; padding: 1.5rem; box-shadow: var(--shadow-soft); }
@media (min-width: 768px) { .contact-form { padding: 2rem; } }
.contact-form__fields { flex: 1; display: flex; flex-direction: column; gap: 1rem; }
.contact-form__row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .contact-form__row { grid-template-columns: repeat(2, 1fr); } }
.contact-form__field label { display: block; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); margin-bottom: 0.5rem; }
.contact-form__field input, .contact-form__field textarea, .contact-form__field select {
	width: 100%; padding: 0 1rem; height: 48px; background: var(--color-background);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); border-radius: 6px; font-size: 14px; color: var(--color-foreground);
	transition: border-color 0.2s ease;
}
.contact-form__field textarea { height: auto; padding-top: 0.75rem; padding-bottom: 0.75rem; resize: none; }
.contact-form__field input::placeholder, .contact-form__field textarea::placeholder { color: color-mix(in srgb, var(--color-foreground) 45%, transparent); }
.contact-form__field input:focus, .contact-form__field textarea:focus, .contact-form__field select:focus { outline: none; border-color: var(--color-primary); }
.contact-form__select-wrap { position: relative; }
.contact-form__select-wrap select { appearance: none; padding-right: 2.5rem; }
.contact-form__select-icon { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; pointer-events: none; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.contact-form__actions { display: flex; flex-direction: column; gap: 0.75rem; padding-top: 0.5rem; }
.contact-form__note { text-align: center; font-size: 12px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: var(--color-muted); border-top: 1px solid var(--color-border); }
.site-footer__inner { padding-block: 3.5rem; }
@media (min-width: 1024px) { .site-footer__inner { padding-block: 5rem; } }
.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 640px) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer__grid { grid-template-columns: repeat(4, 1fr); gap: 3rem; } }
.site-footer__tagline { margin-top: 1.25rem; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; max-width: 20rem; }
.site-footer__privacy {
	margin-top: 1rem;
	display: inline-flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 13px;
	line-height: 1.5;
	color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
	max-width: 20rem;
}
.site-footer__privacy-icon {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-top: 0.125rem;
	color: var(--color-primary);
}
.site-footer__col h3 { font-family: var(--font-display); font-weight: 300; font-size: 18px; margin-bottom: 1rem; }
.site-footer__col ul { display: flex; flex-direction: column; gap: 0.625rem; }
.site-footer__col ul li a, .site-footer__col ul li button { font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); text-align: left; transition: color 0.2s ease; }
.site-footer__col ul li a:hover, .site-footer__col ul li button:hover { color: var(--color-primary); }
.theme-footer-contact-link { display: inline-flex; align-items: center; gap: 0.5rem; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); }
.theme-footer-contact-link:hover { color: var(--color-primary); }
.site-footer__bottom { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--color-border); text-align: center; font-size: 12px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }

/* =========================================================================
   Promo banner
   ========================================================================= */
.theme-promo-banner { position: fixed; bottom: 1.5rem; left: 1rem; right: 1rem; z-index: 60; display: flex; align-items: flex-start; gap: 0.75rem; background: var(--color-foreground); color: var(--color-background); border-radius: 1rem; box-shadow: var(--shadow-elevated); padding: 1rem 1.25rem; animation: theme-fade-in 0.4s ease both; }
@media (min-width: 640px) { .theme-promo-banner { left: auto; right: 1.5rem; max-width: 26rem; } }
.theme-promo-banner__text { font-size: 13px; line-height: 1.5; flex: 1; }
@media (min-width: 640px) { .theme-promo-banner__text { font-size: 15px; } }
.theme-promo-highlight { color: var(--color-primary); font-weight: 600; }
.theme-promo-banner__dismiss { flex-shrink: 0; margin-top: 0.15rem; padding: 0.35rem; border-radius: 999px; }
.theme-promo-banner__dismiss:hover { background: rgb(255 255 255 / 0.1); }
.theme-promo-banner__dismiss svg { width: 16px; height: 16px; }

/* =========================================================================
   Modals
   ========================================================================= */
.theme-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 1rem; }
body.theme-modal-open { overflow: hidden; }
.theme-modal__overlay { position: absolute; inset: 0; background: color-mix(in srgb, var(--color-foreground) 40%, transparent); animation: theme-fade-in 0.25s ease both; }
.theme-modal__panel { position: relative; z-index: 1; max-width: 42rem; max-height: 85vh; overflow-y: auto; background: var(--color-background); border-radius: 1rem; padding: 1.5rem; animation: theme-modal-in 0.25s ease both; }
@media (min-width: 640px) { .theme-modal__panel { padding: 2.5rem; } }
.theme-modal__close { position: absolute; top: 1rem; right: 1rem; z-index: 2; padding: 0.5rem; border-radius: 999px; background: color-mix(in srgb, var(--color-foreground) 6%, transparent); }
.theme-modal__close svg { width: 18px; height: 18px; }
.theme-modal__close--light { background: rgb(255 255 255 / 0.15); color: #fff; }
.theme-modal__eyebrow { font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--color-primary); font-weight: 500; padding-right: 2.5rem; }
.theme-modal__title { margin-top: 1.25rem; font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; line-height: 1.25; }
@media (min-width: 768px) { .theme-modal__title { font-size: 2rem; } }
.theme-modal__title--light { color: #fff; }
.theme-modal__title-em { font-family: var(--font-script); color: var(--color-primary); }
.theme-modal__title-em { font-family: var(--font-script); color: var(--color-primary); }
.theme-modal__intro { margin-top: 1.25rem; font-size: 15px; line-height: 1.6; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }
.theme-modal__intro--light { color: rgb(255 255 255 / 0.8); max-width: 32rem; margin-left: auto; margin-right: auto; text-align: center; }
.theme-modal__sections { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 2rem; }
.theme-modal__section h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; }
.theme-modal__section p { margin-top: 0.75rem; font-size: 14px; line-height: 1.6; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); }
.theme-modal__footer-note { padding-top: 1.25rem; border-top: 1px solid var(--color-border); font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; }
.theme-modal__footer-note a, .theme-modal__inline-link { color: var(--color-primary); font-weight: 500; }
.theme-modal__inline-link { display: inline; }

.theme-modal__panel--luxury { padding: 0; max-width: 42rem; background: var(--color-charcoal); color: #fff; border: 1px solid rgb(255 255 255 / 0.1); }
.theme-modal__luxury-hero { position: relative; background-size: cover; background-position: center; padding: 3rem 1.5rem; text-align: center; }
@media (min-width: 640px) { .theme-modal__luxury-hero { padding: 3rem 2.5rem; } }
.theme-modal__luxury-scrim { position: absolute; inset: 0; background: color-mix(in srgb, var(--color-charcoal) 60%, transparent); }
.theme-modal__luxury-content { position: relative; z-index: 1; }
.theme-modal__luxury-body { padding: 2rem 1.5rem 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 640px) { .theme-modal__luxury-body { padding: 2rem 2.5rem 2.5rem; } }
.theme-modal__highlight { border-radius: 1rem; border: 1px solid rgb(255 255 255 / 0.12); background: rgb(255 255 255 / 0.04); padding: 1.5rem; }
.theme-modal__highlight h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; }
.theme-modal__highlight p { margin-top: 0.5rem; font-size: 14px; line-height: 1.6; color: rgb(255 255 255 / 0.7); }
.theme-modal__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-top: 0.5rem; }
.theme-modal__actions--center { justify-content: center; margin-top: 2rem; }

@keyframes theme-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes theme-modal-in { from { opacity: 0; transform: scale(0.97) translateY(8px); } to { opacity: 1; transform: none; } }

/* =========================================================================
   Cart drawer + overlay
   ========================================================================= */
#theme-cart-overlay { position: fixed; inset: 0; z-index: 90; background: color-mix(in srgb, var(--color-foreground) 30%, transparent); 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; top: 0; right: 0; height: 100%; width: 100%; max-width: 28rem; background: var(--color-background); z-index: 95; box-shadow: var(--shadow-elevated); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
body.cart-open #theme-cart-drawer { transform: translateX(0); }
body.theme-cart-updating #theme-cart-drawer { opacity: 0.6; pointer-events: none; }
.theme-cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.theme-cart-drawer__header h2 { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; }
.theme-cart-drawer__close { padding: 0.4rem; border-radius: 999px; }
.theme-cart-drawer__close:hover { background: color-mix(in srgb, var(--color-foreground) 6%, transparent); }
.theme-cart-drawer__close svg { width: 20px; height: 20px; }
.theme-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; gap: 1rem; }
.theme-cart-drawer__empty-icon { width: 48px; height: 48px; color: color-mix(in srgb, var(--color-foreground) 30%, transparent); stroke-width: 1; }
.theme-cart-drawer__items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.theme-cart-drawer__item { display: flex; gap: 1rem; }
.theme-cart-drawer__item-image { width: 80px; height: 96px; flex-shrink: 0; border-radius: 6px; background: var(--color-secondary); }
.theme-cart-drawer__item-info { flex: 1; min-width: 0; }
.theme-cart-drawer__item-name { font-size: 14px; font-weight: 500; display: block; }
.theme-cart-drawer__item-name:hover { color: var(--color-primary); }
.theme-cart-drawer__item-price { font-size: 13px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); margin-top: 0.15rem; }
.theme-cart-item-meta { list-style: none; margin: 0.375rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.25rem; }
.theme-cart-item-meta__row { display: flex; align-items: center; gap: 0.5rem; font-size: 12px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.theme-cart-item-meta__row--note { align-items: flex-start; }
.theme-cart-item-meta-swatch { width: 12px; height: 12px; border-radius: 999px; flex-shrink: 0; border: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent); }
.theme-cart-item-meta__label { color: color-mix(in srgb, var(--color-foreground) 50%, transparent); }
.theme-cart-drawer__item-controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem; }
.theme-cart-drawer__qty { display: flex; align-items: center; gap: 0.5rem; }
.theme-cart-drawer__qty button { padding: 0.25rem; border-radius: 4px; }
.theme-cart-drawer__qty button:hover { background: var(--color-muted); }
.theme-cart-drawer__qty button svg { width: 12px; height: 12px; }
.theme-cart-drawer__qty span { font-size: 13px; width: 1.5rem; text-align: center; }
.theme-cart-drawer__remove { margin-left: auto; font-size: 13px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.theme-cart-drawer__remove:hover { color: var(--color-destructive); }
.theme-cart-drawer__footer { padding: 1.5rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); background: color-mix(in srgb, var(--color-muted) 40%, transparent); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__subtotal { display: flex; justify-content: space-between; font-size: 14px; }
.theme-cart-drawer__subtotal span:first-child { color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.theme-cart-drawer__subtotal span:last-child { font-weight: 500; }
.theme-cart-drawer__shipping-note { font-size: 13px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }

/* =========================================================================
   WooCommerce: add to cart button overrides (Section 11.4.1)
   ========================================================================= */
.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
	background-color: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important;
	border: none !important;
	border-radius: var(--btn-radius) !important;
	min-height: var(--btn-height) !important;
	padding: var(--btn-padding) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: var(--font-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: var(--btn-text-transform) !important;
	cursor: pointer !important;
	transition: opacity 0.2s ease !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
	opacity: 0.85 !important;
	background-color: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
	pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
	opacity: 0.4 !important;
	background-color: var(--color-primary) !important;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart {
	min-height: 40px !important;
	padding: 0 1rem !important;
	border-radius: 999px !important;
}
.single-product-main .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }

.woocommerce-page a.added_to_cart.wc-forward,
.single-product-main a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

.theme-attr-select-hidden { display: none !important; }

/* Notices - scoped visibility (Section 14.1) */
.single-product-main .woocommerce-message, .single-product-main .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	max-width: 1400px; margin: 1rem auto; padding: 1rem 1.5rem; border-radius: 0.5rem; font-size: 14px;
	background: var(--color-muted); border: 1px solid var(--color-border); list-style: none;
}
.woocommerce-error { background: color-mix(in srgb, var(--color-destructive) 10%, var(--color-background)); border-color: var(--color-destructive); color: var(--color-destructive); }

/* =========================================================================
   Single product page (ProductDetail.tsx parity)
   ========================================================================= */
main.single-product-main {
	padding-top: 6rem;
	padding-bottom: 0;
	background: var(--color-background);
}
@media (min-width: 1024px) {
	main.single-product-main { padding-top: 7rem; }
}
body.theme-no-hero main.single-product-main {
	padding-top: 6rem !important;
}
@media (min-width: 1024px) {
	body.theme-no-hero main.single-product-main { padding-top: 7rem !important; }
}

.single-product__breadcrumb { padding-block: 1.5rem; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.single-product__breadcrumb a:hover { color: var(--color-primary); }
.single-product__breadcrumb .sep { margin: 0 0.5rem; opacity: 0.5; }

.single-product-main .theme-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.5rem;
	padding-bottom: 5rem;
	align-items: start;
	min-width: 0;
}
@media (min-width: 1024px) {
	.single-product-main .theme-product-layout {
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		gap: 4rem;
	}
}
.single-product-main .theme-product-gallery,
.single-product-main .theme-product-info { min-width: 0; max-width: 100%; }
@media (min-width: 1024px) {
	.single-product-main .theme-product-gallery {
		position: sticky;
		top: 7rem;
		align-self: start;
	}
}

.theme-product-thumb-main {
	aspect-ratio: 1;
	width: 100%;
	background: var(--color-muted);
	border-radius: 0.75rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.theme-product-thumb-main img.theme-product-main-img,
.single-product-main .theme-product-thumb-main img {
	aspect-ratio: 1;
}

.theme-product-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.625rem; }
.theme-product-thumb {
	aspect-ratio: 1;
	background: var(--color-muted);
	border-radius: 6px;
	overflow: hidden;
	border: 2px solid transparent;
	transition: border-color 0.2s ease;
	padding: 0;
	cursor: pointer;
}
.theme-product-thumb.is-active { border-color: var(--color-primary); }
.theme-product-thumb:hover { border-color: color-mix(in srgb, var(--color-foreground) 20%, transparent); }

.theme-product-info__category { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 0.75rem; font-weight: 500; }
.theme-product-title {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 1.875rem;
	line-height: 1.05;
	margin-bottom: 1rem;
	color: var(--color-foreground);
}
@media (min-width: 768px) { .theme-product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .theme-product-title { font-size: 2.6rem; } }

.theme-product-info__price { font-size: 20px; font-weight: 500; color: color-mix(in srgb, var(--color-foreground) 90%, transparent); margin-bottom: 1.75rem; }
.theme-product-info__description {
	font-size: 15px;
	line-height: 1.625;
	color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
	margin-bottom: 2rem;
	white-space: pre-line;
	overflow-wrap: break-word;
}

.theme-order-note { margin-bottom: 2rem; padding: 1.25rem; border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); border-radius: 0.75rem; background: color-mix(in srgb, var(--color-muted) 50%, transparent); }
.theme-order-note__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); font-weight: 500; margin-bottom: 0.75rem; }
.theme-order-note__optional { text-transform: none; letter-spacing: normal; color: color-mix(in srgb, var(--color-foreground) 45%, transparent); }
.theme-order-note__field-label { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); margin-bottom: 0.375rem; }
.theme-order-note__count { color: color-mix(in srgb, var(--color-foreground) 45%, transparent); }
.theme-order-note textarea { width: 100%; padding: 0.625rem 0.75rem; background: var(--color-background); border: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent); border-radius: 6px; font-size: 14px; resize: none; font-family: var(--font-body); color: var(--color-foreground); }
.theme-order-note textarea:focus { outline: none; border-color: var(--color-primary); }
.theme-order-note__hint { margin-top: 0.75rem; font-size: 12px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }

.theme-product-qty-block { margin-bottom: 1.5rem; }
.theme-product-qty-block .theme-eyebrow { margin-bottom: 0.625rem; }

.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent); border-radius: 999px; }
.theme-qty-minus, .theme-qty-plus { padding: 0.625rem 1rem; display: inline-flex; align-items: center; transition: color 0.2s ease; background: transparent; border: none; cursor: pointer; }
.theme-qty-minus:hover, .theme-qty-plus:hover { color: var(--color-primary); }
.theme-qty-minus svg, .theme-qty-plus svg { width: 14px; height: 14px; }
.theme-qty-value { padding: 0.625rem 1rem; min-width: 44px; text-align: center; font-size: 14px; font-weight: 500; }
.single-product-main .theme-qty-input { display: none !important; }

.theme-product-actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 0;
}
@media (min-width: 640px) {
	.theme-product-actions { flex-direction: row; }
}
.theme-product-actions .single_add_to_cart_button,
.theme-product-actions .theme-buy-now { flex: 1 1 auto; width: 100%; }

.theme-product-info__details { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.theme-product-details-list { display: flex; flex-direction: column; gap: 0.625rem; list-style: none; margin: 0; padding: 0; }
.theme-product-details-list li { display: flex; align-items: flex-start; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); }
.theme-product-details-list__bullet { width: 4px; height: 4px; border-radius: 999px; background: var(--color-primary); margin-top: 0.625rem; margin-right: 0.75rem; flex-shrink: 0; }

.theme-product-info__trust { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.theme-product-info__trust > div { text-align: center; }
.theme-product-info__trust svg { width: 20px; height: 20px; margin: 0 auto 0.5rem; color: var(--color-primary); }
.theme-product-info__trust p { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }

/* Hide WC chrome on single product */
.single-product-main .woocommerce-product-gallery,
.single-product-main .woocommerce-tabs,
.single-product-main .product_meta,
.single-product-main .woocommerce-breadcrumb { display: none !important; }

/* Hide WC chrome on single product */
.theme-product-attr { margin-bottom: 1.5rem; }
.theme-product-attr .theme-eyebrow { margin-bottom: 0.625rem; }
.theme-attr-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.theme-attr-pills--color { gap: 0.75rem; }
.theme-attr-pill--color {
	display: inline-flex; align-items: center; gap: 0.5rem;
	padding: 0.375rem 0.75rem 0.375rem 0.375rem;
	border: 2px solid color-mix(in srgb, var(--color-foreground) 15%, transparent);
	border-radius: 999px; background: transparent; cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}
.theme-attr-pill--color:hover { border-color: color-mix(in srgb, var(--color-foreground) 30%, transparent); }
.theme-attr-pill--color.is-active {
	border-color: var(--color-primary);
	background: color-mix(in srgb, var(--color-primary) 5%, transparent);
}
.theme-attr-pill__swatch {
	width: 1.5rem; height: 1.5rem; border-radius: 999px; flex-shrink: 0;
	border: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent);
}
.theme-attr-pill__label { font-size: 13px; font-weight: 500; color: var(--color-foreground); }
.theme-attr-select-hidden { display: none !important; }
.theme-attr-select,
.single-product-main select.theme-attr-select {
	width: 100%; max-width: 20rem; height: 44px;
	border-radius: 6px; border: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent);
	padding: 0 0.75rem; font-family: var(--font-body); font-size: 14px;
	background: var(--color-background); color: var(--color-foreground);
}
.theme-attr-select:focus { outline: none; border-color: var(--color-primary); }

.related-products-section { padding-block: 5rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.related-products-section__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; }
.related-products-section__head h2 { font-family: var(--font-display); font-weight: 300; font-size: 1.875rem; }
@media (min-width: 768px) { .related-products-section__head h2 { font-size: 2.25rem; } }
.related-products-section__view-all { display: none; align-items: center; gap: 0.375rem; font-size: 14px; font-weight: 500; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }
@media (min-width: 640px) { .related-products-section__view-all { display: inline-flex; } }
.related-products-section__view-all:hover { color: var(--color-primary); }

.theme-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem 1.5rem;
}
@media (min-width: 1024px) {
	.theme-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.theme-related-card { display: block; text-decoration: none; color: inherit; }
.theme-related-card__image {
	aspect-ratio: 1;
	background: var(--color-muted);
	border-radius: 0.75rem;
	margin-bottom: 1rem;
}
.theme-related-card__category { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: color-mix(in srgb, var(--color-primary) 90%, transparent); margin-bottom: 0.375rem; font-weight: 500; }
.theme-related-card__title {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 1.15rem;
	line-height: 1.375;
	color: var(--color-foreground);
	transition: color 0.3s ease;
}
@media (min-width: 768px) { .theme-related-card__title { font-size: 1.3rem; } }
@media (min-width: 1024px) { .theme-related-card__title { font-size: 1.4rem; } }
.theme-related-card:hover .theme-related-card__title { color: var(--color-primary); }
.theme-related-card__price { margin-top: 0.375rem; font-size: 14px; font-weight: 500; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); }

/* =========================================================================
   Cart / checkout / account / thank-you width parity (Section 13.7)
   ========================================================================= */
:root { --checkout-gap: 2rem; --checkout-max-width: 1280px; }

.woocommerce-archive, .site-main.generic-content, .learn-single, .theme-404, .theme-thankyou { padding-top: var(--header-height); }
body.theme-no-hero .site-main, body.theme-no-hero .woocommerce-archive { padding-top: var(--header-height); }
.page-title { font-family: var(--font-display); font-weight: 300; font-size: 2.25rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .page-title { font-size: 2.75rem; } }
.shop-heading { text-align: left; }

body.woocommerce-checkout .site-main,
body.woocommerce-checkout .theme-checkout-main,
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main { padding-top: var(--header-height); padding-bottom: 4rem; }

/* Checkout page header */
.theme-checkout-main > .container-wide { padding-top: 2rem; }
@media (min-width: 1024px) { .theme-checkout-main > .container-wide { padding-top: 2.5rem; } }
.theme-checkout-header { margin-bottom: 1.25rem; }
.theme-checkout-header__back {
	display: inline-flex; align-items: center; gap: 0.5rem;
	font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
	margin-bottom: 1.5rem; transition: color 0.2s ease;
}
.theme-checkout-header__back:hover { color: var(--color-primary); }
.theme-checkout-header__title {
	font-family: var(--font-display); font-weight: 300;
	font-size: 2.25rem; line-height: 1.1; margin: 0 0 1rem;
}
@media (min-width: 768px) { .theme-checkout-header__title { font-size: 3rem; } }
.theme-checkout-header__intro { font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); max-width: 42rem; margin: 0; }

.theme-checkout-main > .container-wide,
.theme-checkout-main .entry-content { max-width: none; width: 100%; }

body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
.entry-content .wc-block-checkout,
.entry-content .wp-block-woocommerce-checkout {
	max-width: var(--checkout-max-width);
	width: 100%;
	margin-inline: auto;
	box-sizing: border-box;
	min-width: 0;
}

body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-cart .wp-block-woocommerce-cart { font-family: var(--font-body); }

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,
.entry-content .wc-block-checkout .wc-block-components-text-input input,
.entry-content .wc-block-checkout .wc-block-components-select select,
.entry-content .wc-block-checkout .wc-block-components-textarea textarea,
.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row select {
	font-family: var(--font-body);
	font-size: 14px;
	color: var(--color-foreground);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent);
	border-radius: 6px;
	background-color: 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,
.entry-content .wc-block-checkout .wc-block-components-text-input input:focus {
	outline: none; border-color: var(--color-primary);
}
body.woocommerce-checkout .wc-block-components-text-input input::placeholder { color: color-mix(in srgb, var(--color-foreground) 45%, transparent); }

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-button,
.entry-content .wc-block-checkout .wc-block-components-checkout-place-order-button {
	background-color: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important;
	border-radius: var(--btn-radius) !important;
	font-family: var(--font-body) !important;
	text-transform: none !important;
	font-weight: 500 !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { opacity: 0.9; }

/* Sidebar wrappers — transparent; card only on order summary */
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
.entry-content .wc-block-checkout .wc-block-checkout__sidebar,
.entry-content .wc-block-checkout .wc-block-components-sidebar,
.entry-content .wc-block-checkout .wp-block-woocommerce-checkout-totals-block {
	background: transparent !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.entry-content .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
	width: 100%;
	background: color-mix(in srgb, var(--color-muted) 60%, var(--color-background));
	border: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent);
	border-radius: var(--card-radius);
	padding: 1.5rem;
	box-sizing: border-box;
}
@media (min-width: 1024px) {
	body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
	.entry-content .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block { padding: 1.75rem; }
}

/* Notices — full checkout width */
body.woocommerce-checkout .wc-block-components-notices,
.entry-content .wc-block-checkout .wc-block-components-notices {
	max-width: var(--checkout-max-width);
	margin-inline: auto;
	width: 100%;
	box-sizing: border-box;
}

/* Empty checkout cart */
body.woocommerce-checkout .wc-block-checkout-empty,
.entry-content .wc-block-checkout-empty {
	margin-inline: auto;
	max-width: 36rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 2-column layout — grid ONLY on internal sidebar-layout wrapper */
@media (min-width: 768px) {
	body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout,
	body.woocommerce-checkout .wc-block-checkout .wc-block-checkout-sidebar-layout,
	.entry-content .wc-block-checkout .wc-block-components-sidebar-layout,
	.entry-content .wc-block-checkout .wc-block-checkout-sidebar-layout {
		display: grid !important;
		grid-template-columns: 1fr minmax(360px, 400px);
		gap: var(--checkout-gap);
		align-items: start;
		flex-direction: unset !important;
		flex-wrap: nowrap !important;
		margin: 0;
	}
	body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-checkout__main,
	body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
	body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar,
	body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	.entry-content .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-checkout__main,
	.entry-content .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar {
		width: auto !important;
		max-width: 100%;
		min-width: 0;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
	}
	/* Fallback: main + sidebar as direct children of checkout root */
	body.woocommerce-checkout .wc-block-checkout:has(> .wc-block-checkout__main):has(> .wc-block-checkout__sidebar),
	.entry-content .wc-block-checkout:has(> .wc-block-checkout__main):has(> .wc-block-checkout__sidebar) {
		display: grid;
		grid-template-columns: 1fr minmax(360px, 400px);
		gap: var(--checkout-gap);
		align-items: start;
	}
	body.woocommerce-checkout .wc-block-checkout > .wc-block-components-notices,
	.entry-content .wc-block-checkout > .wc-block-components-notices { grid-column: 1 / -1; margin-bottom: var(--checkout-gap); }
	body.woocommerce-checkout .wc-block-checkout .wc-block-components-notice-banner,
	.entry-content .wc-block-checkout .wc-block-components-notice-banner { grid-column: 1 / -1; }
}

/* Cart block page — keep native layout; light sidebar card only */
body.woocommerce-cart .wc-block-cart__sidebar {
	background-color: color-mix(in srgb, var(--color-muted) 60%, var(--color-background));
	border-radius: var(--card-radius);
	padding: 2rem;
}

body.theme-thankyou-page .woocommerce-order,
body.theme-thankyou-page .woocommerce-order-overview,
body.theme-thankyou-page .woocommerce-customer-details,
body.theme-thankyou-page .woocommerce-order-details { font-family: var(--font-body); }
body.theme-thankyou-page .woocommerce-order-overview { list-style: none; display: flex; flex-wrap: wrap; gap: 1.5rem; padding: 1.5rem; margin: 1.5rem 0; background: var(--color-muted); 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: 1.5rem 0; }
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-details table th, body.theme-thankyou-page .woocommerce-order-details table td { padding: 0.6rem; border-bottom: 1px solid var(--color-border); }
body.theme-thankyou-page .woocommerce-order h2, body.theme-thankyou-page .woocommerce-order-details__title { font-family: var(--font-display); font-weight: 300; font-size: 1.75rem; padding: 1.5rem 0 1rem; }
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .woocommerce-customer-details address { max-width: 480px; overflow-wrap: break-word; }
@media (min-width: 768px) {
	body.theme-thankyou-page .woocommerce-customer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
	body.theme-thankyou-page .woocommerce-customer-details address { min-width: 0; }
}

/* =========================================================================
   404
   ========================================================================= */
.theme-404__inner { text-align: center; padding-block: 8rem; }
.theme-404__code { font-size: 4rem; font-family: var(--font-display); margin-bottom: 1rem; }
.theme-404__text { font-size: 1.25rem; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); margin-bottom: 1.5rem; }

/* =========================================================================
   Learn single article
   ========================================================================= */
.learn-single { padding-top: calc(var(--header-height) + 2rem); padding-bottom: 5rem; }
.learn-single__container { max-width: 48rem; }
.learn-single__back { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 13px; font-weight: 500; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.learn-single__back:hover { color: var(--color-primary); }
.learn-single__category { margin-top: 2rem; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-primary); font-weight: 500; }
.learn-single__title { margin-top: 1rem; font-weight: 300; font-size: 1.875rem; line-height: 1.2; }
@media (min-width: 768px) { .learn-single__title { font-size: 3rem; } }
.learn-single__meta { margin-top: 1rem; font-size: 13px; color: color-mix(in srgb, var(--color-foreground) 50%, transparent); }
.learn-single__cover { margin-top: 2.5rem; width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 1rem; border: 1px solid var(--color-border); }
.learn-single__body { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.learn-single__body h2 { font-weight: 300; font-size: 1.5rem; padding-top: 1rem; }
.learn-single__body p { font-size: 15px; line-height: 1.7; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); }
.learn-single__list { display: flex; flex-direction: column; gap: 0.625rem; padding-left: 0.25rem; }
.learn-single__list li { position: relative; padding-left: 1.25rem; font-size: 15px; line-height: 1.6; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); }
.learn-single__list li::before { content: ''; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 999px; background: var(--color-primary); }
.learn-single__quote { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 1.25rem; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); border-left: 2px solid var(--color-primary); padding-left: 1.25rem; }
.learn-single__cta { margin-top: 3.5rem; border-radius: 1rem; background: var(--color-muted); border: 1px solid var(--color-border); padding: 2rem; text-align: center; }
.learn-single__cta h2 { font-weight: 300; font-size: 1.5rem; }
@media (min-width: 768px) { .learn-single__cta h2 { font-size: 1.875rem; } }
.learn-single__cta p { margin-top: 0.75rem; font-size: 14px; max-width: 28rem; margin-left: auto; margin-right: auto; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.learn-single__cta .theme-btn { margin-top: 1.75rem; }
.learn-single__next { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--color-border); }
.learn-single__next-label { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 50%, transparent); margin-bottom: 0.75rem; }
.learn-single__next-link { display: inline-flex; align-items: flex-start; gap: 0.75rem; font-family: var(--font-display); font-weight: 300; font-size: 1.25rem; }
.learn-single__next-link:hover { color: var(--color-primary); }

/* =========================================================================
   Home hero fills viewport under fixed header (Section 22.7)
   ========================================================================= */
body.theme-no-hero .site-header__bar { background: color-mix(in srgb, var(--color-background) 90%, transparent); }
