/* =====================================================================
   Curated by Elise — theme.css
   Theme by The Free Website Guys.
   ===================================================================== */

:root {
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Nunito Sans', sans-serif;
  --font-script: 'Pinyon Script', cursive;

  --color-background: #f8f5f1;
  --color-foreground: #0f0f0f;
  --color-primary: #ba9c5e;
  --color-gold-soft: #d1c09f;
  --color-secondary: #f3e6e2;
  --color-blush: #eacec8;
  --color-muted-foreground: #525252;
  --color-border: #dbd7d1;
  --color-button-text: #0f0f0f;
  --color-surface: #fcfaf8;

  --logo-height: 56px;
  --header-height: 80px;
  --btn-radius: 0px;
  --btn-height: 3.25rem;
  --btn-padding: 0 2.5rem;
  --btn-font-size: 11px;
  --btn-font-weight: 600;
  --btn-letter-spacing: 0.32em;
  --btn-text-transform: uppercase;
  --checkout-gap: 2rem;
  --card-radius: 4px;
  --section-padding: 2rem;

  --transition-smooth: cubic-bezier(0.25, 0.4, 0.25, 1);
}

/* ---------------------------------------------------------------------
   Reset / base
--------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  background: var(--color-background);
  color: var(--color-foreground);
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
img.cover-img, img.hero-bg-img, img.theme-product-card-img, .theme-product-thumb img, #product-main-img, .theme-experience-card__media img, .theme-hero__video {
  max-width: none;
  height: 100%;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: none; }
ul { list-style: none; margin: 0; padding: 0; }
p { margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  letter-spacing: -0.01em;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

.font-script { font-family: var(--font-script); }
.italic-soft { font-style: italic; color: var(--color-gold-soft); }
.italic-inline { font-style: italic; }
.section-heading .font-script,
.theme-heading-script-md,
.theme-heading-script-lg,
.theme-hero__script { color: var(--color-primary); }

.container-wide {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) { .container-wide { padding: 0 2.5rem; } }

.theme-section__pad { padding: 5rem 1.5rem; }
@media (min-width: 768px) { .theme-section__pad { padding: 7rem 1.5rem; } }
@media (min-width: 1024px) { .theme-section__pad { padding-left: 0; padding-right: 0; } }

.gold-hairline { height: 1px; width: 100%; background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-primary) 80%, transparent), transparent); }

.eyebrow { display: block; font-size: 11px; letter-spacing: 0.36em; text-transform: uppercase; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; }
.eyebrow__line { display: inline-block; height: 1px; width: 2rem; vertical-align: middle; background: var(--color-primary); margin-right: 0.75rem; }

.theme-copy { color: color-mix(in srgb, var(--color-foreground) 80%, transparent); font-weight: 300; line-height: 1.7; margin-bottom: 1rem; }

.link-underline { position: relative; display: inline-block; }
.link-underline::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--transition-smooth);
}
.link-underline:hover::after { transform: scaleX(1); }
.theme-text-link { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 500; color: var(--color-foreground); }

.theme-dot { width: 4px; height: 4px; border-radius: 999px; background: var(--color-primary); display: inline-block; flex-shrink: 0; }

/* Section headings — per-section scoped scales (Section 2.2.5), not one global clamp */
.section-heading { line-height: 1.02; font-weight: 400; }
.about-section__heading,
.experiences-section__heading,
.glitz-section__heading,
.juices-section__heading,
.mobile-section__heading,
.why-section__heading,
.shop-heading,
.testimonials-section__heading,
.faq-section__heading { font-size: 2.25rem; }
@media (min-width: 768px) {
  .about-section__heading, .experiences-section__heading, .glitz-section__heading,
  .juices-section__heading, .mobile-section__heading, .why-section__heading,
  .shop-heading, .testimonials-section__heading, .faq-section__heading { font-size: 3rem; }
}
@media (min-width: 1280px) {
  .about-section__heading, .experiences-section__heading, .glitz-section__heading,
  .juices-section__heading, .mobile-section__heading, .why-section__heading,
  .shop-heading, .testimonials-section__heading, .faq-section__heading { font-size: 3.75rem; }
}
.cta-band__title { font-size: 2.25rem; }
@media (min-width: 768px) { .cta-band__title { font-size: 3.75rem; } }
@media (min-width: 1280px) { .cta-band__title { font-size: 4.5rem; } }

.theme-heading-script-md { font-size: 3rem; }
@media (min-width: 768px) { .theme-heading-script-md { font-size: 3.75rem; } }
@media (min-width: 1280px) { .theme-heading-script-md { font-size: 4.5rem; } }
.theme-heading-script-lg { font-size: 3rem; }
@media (min-width: 768px) { .theme-heading-script-lg { font-size: 4.5rem; } }
@media (min-width: 1280px) { .theme-heading-script-lg { font-size: 6rem; } }

.theme-section__intro { text-align: center; max-width: 42rem; margin: 0 auto 3.5rem; }
.theme-shop .theme-section__intro,
.theme-faq .theme-section__intro { margin-bottom: 3rem; }
.theme-section__subtitle { margin-top: 1.25rem; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); font-weight: 300; }
.theme-experiences .theme-section__subtitle,
.theme-mobile .theme-section__subtitle { color: color-mix(in srgb, var(--color-background) 70%, transparent); }

/* Anchor scroll offset (scroll-mt-24) */
#about,
#experiences,
#glitz,
#juices,
#mobile,
#shop,
#faq { scroll-margin-top: 6rem; }

.about-section__heading { margin-bottom: 1.5rem; }
.glitz-section__heading { margin-bottom: 0.75rem; }
.juices-section__heading { margin-bottom: 1rem; }
.mobile-section__heading { margin-bottom: 1rem; }
.theme-glitz__copy .theme-copy { margin-bottom: 2rem; }

/* ---------------------------------------------------------------------
   Scroll-reveal animation system (Section 2.1)
--------------------------------------------------------------------- */
.reveal-up { opacity: 0; transform: translateY(32px); transition: opacity 0.8s var(--transition-smooth), transform 0.8s var(--transition-smooth); transition-delay: var(--d, 0s); }
.reveal-up.is-visible { opacity: 1; transform: translateY(0); }
.reveal-scale { opacity: 0; transform: scale(0.6) rotate(-8deg); transition: opacity 0.6s var(--transition-smooth), transform 0.6s var(--transition-smooth); transition-delay: var(--d, 0s); }
.reveal-scale.is-visible { opacity: 1; transform: scale(1) rotate(0); }
.reveal-line { transform: scaleX(0); transform-origin: center; transition: transform 1s var(--transition-smooth); }
.reveal-line.is-visible { transform: scaleX(1); }
.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity 0.6s var(--transition-smooth), transform 0.6s var(--transition-smooth); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }

/* Customizer preview + no-JS fallback: never hide content (Section 2.1.5) */
body.is-customizer .reveal-up,
body.is-customizer .reveal-scale,
body.is-customizer .reveal-line,
body.is-customizer .reveal-item,
.no-js .reveal-up,
.no-js .reveal-scale,
.no-js .reveal-line,
.no-js .reveal-item {
  opacity: 1 !important;
  transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .reveal-up, .reveal-scale, .reveal-line, .reveal-item { transition: none !important; opacity: 1 !important; transform: none !important; }
  .animate-scroll-left, .animate-marquee { animation: none !important; }
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.animate-fade-in { animation: fadeIn 0.3s ease forwards; }

/* ---------------------------------------------------------------------
   Buttons
--------------------------------------------------------------------- */
.theme-btn-gold, .theme-btn-outline-light, .theme-btn-outline, .theme-btn-dark, .theme-btn-dark-full {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-body); font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  font-weight: 600; padding: 1rem 2.5rem; border: 1px solid transparent; transition: all 0.2s ease;
  cursor: pointer; white-space: nowrap;
}
.theme-btn-gold { background: var(--color-primary); color: var(--color-foreground); }
.theme-btn-gold:hover { background: var(--color-gold-soft); }
.theme-btn-outline-light { border-color: color-mix(in srgb, #fff 60%, transparent); color: #fff; }
.theme-btn-outline-light:hover { background: #fff; color: var(--color-foreground); }
.theme-btn-outline { border-color: var(--color-foreground); color: var(--color-foreground); background: transparent; }
.theme-btn-outline:hover { background: var(--color-foreground); color: var(--color-background); }
.theme-btn-dark { background: var(--color-foreground); color: var(--color-background); }
.theme-btn-dark:hover { background: color-mix(in srgb, var(--color-foreground) 85%, transparent); }
.theme-btn-dark-full { background: var(--color-foreground); color: var(--color-background); width: 100%; border-radius: 999px; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.25em; padding: 1rem; }
.theme-btn-dark-full:hover { background: color-mix(in srgb, var(--color-foreground) 90%, transparent); }

/* ---------------------------------------------------------------------
   Announcement bar
--------------------------------------------------------------------- */
.theme-announcement { position: relative; background: var(--color-foreground); color: var(--color-background); }
.theme-announcement__inner { padding: 0.625rem 0; text-align: center; }
.theme-announcement__text { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 300; }
.theme-announcement__phone { color: var(--color-primary); }
.theme-announcement__dismiss { position: absolute; right: 0.75rem; top: 50%; transform: translateY(-50%); opacity: 0.7; padding: 0.25rem; color: var(--color-background); }
.theme-announcement__dismiss:hover { opacity: 1; }
.theme-announcement.is-hidden { display: none; }

/* ---------------------------------------------------------------------
   Header
--------------------------------------------------------------------- */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease;
  background: var(--color-background);
  border-bottom: 1px solid transparent;
}
.site-header.is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.site-header-spacer {
  width: 100%;
  height: 0;
  pointer-events: none;
}

.site-header.is-solid,
.site-header.is-scrolled,
.site-header.mobile-open,
.site-header.is-stuck {
  background: color-mix(in srgb, var(--color-background) 95%, transparent);
  backdrop-filter: blur(8px);
  border-bottom-color: var(--color-border);
}
.site-nav { display: flex; align-items: center; justify-content: space-between; height: 5rem; position: relative; }
.site-brand { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.site-logo-circle { height: var(--logo-height); width: var(--logo-height); border-radius: 999px; border: 2px solid var(--color-primary); overflow: hidden; background: var(--color-background); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.site-logo-circle--lg { height: 4rem; width: 4rem; }
.site-logo-img { height: 100% !important; width: 100% !important; object-fit: cover; }
.site-logo-text { font-family: var(--font-display); font-size: 1.5rem; }
.site-brand__text { display: none; flex-direction: column; line-height: 1; }
@media (min-width: 768px) { .site-brand__text { display: flex; } }
.site-brand__name { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -0.01em; color: var(--color-foreground); }
.site-brand__name .font-script { font-size: 1.5rem; margin: 0 -0.15em; color: var(--color-primary); }
@media (min-width: 1024px) { .site-brand__name { font-size: 1.5rem; } .site-brand__name .font-script { font-size: 1.875rem; } }
.site-brand__tagline { font-size: 9px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--color-muted-foreground); margin-top: 0.375rem; }

.site-nav__links { display: none; }
@media (min-width: 1024px) {
  .site-nav__links { display: flex; align-items: center; gap: 1.25rem; position: absolute; left: 50%; transform: translateX(-50%); }
}
.theme-nav-list, .theme-mobile-nav-list, .theme-footer-nav-list { display: flex; list-style: none; margin: 0; padding: 0; }
.theme-nav-list { gap: 1.25rem; align-items: center; }
.theme-nav-list a, .theme-nav-list button {
  font-size: 10px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-foreground);
  transition: color 0.3s ease; position: relative; display: inline-block;
}
.theme-nav-list a::after, .theme-nav-list button::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 100%; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--transition-smooth);
}
.theme-nav-list a:hover, .theme-nav-list button:hover { color: var(--color-primary); }
.theme-nav-list a:hover::after, .theme-nav-list button:hover::after { transform: scaleX(1); }

.site-nav__actions { display: flex; align-items: center; gap: 0.5rem; }
.theme-quote-trigger { display: none; }
@media (min-width: 768px) { .theme-quote-trigger { display: inline-flex; padding: 0.65rem 1.25rem; font-size: 10px; border: 1px solid var(--color-foreground); color: var(--color-foreground); background: transparent; } .theme-quote-trigger:hover { background: var(--color-foreground); color: var(--color-background); } }
.theme-cart-toggle { position: relative; padding: 0.5rem; color: var(--color-foreground); }
.theme-cart-toggle:hover { color: var(--color-primary); }
.theme-cart-count { position: absolute; top: -2px; right: -2px; min-width: 1.25rem; height: 1.25rem; border-radius: 999px; background: var(--color-primary); color: var(--color-foreground); font-size: 11px; font-weight: 500; display: flex; align-items: center; justify-content: center; padding: 0 3px; }
.theme-cart-count:empty { display: none; }
.theme-mobile-toggle { padding: 0.5rem; color: var(--color-foreground); }
.theme-mobile-toggle__icon-close { display: none; }
.theme-mobile-toggle.is-open .theme-mobile-toggle__icon-menu { display: none; }
.theme-mobile-toggle.is-open .theme-mobile-toggle__icon-close { display: inline-flex; }
@media (min-width: 1024px) { .theme-mobile-toggle { display: none; } }

.theme-mobile-menu { display: none; border-top: 1px solid var(--color-border); padding: 1.25rem 0; }
.theme-mobile-menu.is-open { display: flex; flex-direction: column; }
@media (min-width: 1024px) { .theme-mobile-menu { display: none !important; } }
.theme-mobile-nav-list,
.theme-mobile-menu .theme-nav-list { flex-direction: column; gap: 0.25rem; }
.theme-mobile-nav-list a, .theme-mobile-nav-list button { display: block; text-align: left; font-size: 0.875rem; letter-spacing: 0.22em; text-transform: uppercase; padding: 0.75rem 0; border-bottom: 1px solid color-mix(in srgb, var(--color-border) 50%, transparent); }
.theme-mobile-cta { margin-top: 1rem; width: 100%; }

/* ---------------------------------------------------------------------
   Home hero fills viewport under fixed header
--------------------------------------------------------------------- */
.site-main { }
body.theme-no-hero .site-main { padding-top: 0; }
.theme-home { padding-top: 0; background: var(--color-background); }

.theme-hero { position: relative; background: var(--color-foreground); color: var(--color-background); min-height: 100dvh; height: 100dvh; }
.theme-hero__media { position: relative; width: 100%; height: 100%; overflow: hidden; }
.theme-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.theme-hero__scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, color-mix(in srgb, var(--color-foreground) 70%, transparent), color-mix(in srgb, var(--color-foreground) 50%, transparent), color-mix(in srgb, var(--color-foreground) 90%, transparent)); }
.theme-hero__frame { position: absolute; inset: 1.5rem; border: 1px solid color-mix(in srgb, var(--color-primary) 30%, transparent); pointer-events: none; }
@media (min-width: 768px) { .theme-hero__frame { inset: 2.5rem; } }
.theme-hero__content { position: relative; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 6rem 1.5rem; }
.theme-hero__eyebrow { display: block; font-size: 11px; letter-spacing: 0.44em; text-transform: uppercase; color: var(--color-primary); font-weight: 500; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .theme-hero__eyebrow { font-size: 12px; } }
.theme-hero__title { font-size: 3rem; line-height: 1.02; margin-bottom: 1.5rem; max-width: 56rem; font-weight: 400; }
@media (min-width: 768px) { .theme-hero__title { font-size: 4.5rem; } }
@media (min-width: 1280px) { .theme-hero__title { font-size: 6rem; } }
.theme-hero__script { font-size: 3.75rem; }
@media (min-width: 768px) { .theme-hero__script { font-size: 6rem; } }
@media (min-width: 1280px) { .theme-hero__script { font-size: 8rem; } }
.theme-hero__subtitle { color: color-mix(in srgb, var(--color-background) 80%, transparent); font-size: 1rem; font-weight: 300; line-height: 1.7; margin-bottom: 2.5rem; max-width: 42rem; }
@media (min-width: 768px) { .theme-hero__subtitle { font-size: 1.125rem; } }
.theme-hero__ctas { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
@media (min-width: 640px) { .theme-hero__ctas { flex-direction: row; } }

/* ---------------------------------------------------------------------
   About
--------------------------------------------------------------------- */
.theme-about__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .theme-about__grid { grid-template-columns: 5fr 7fr; gap: 4rem; } }
.theme-about__media { position: relative; }
.theme-about__image-frame { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.theme-about__image-frame img,
.theme-juices__media img,
.theme-glitz__media img,
.theme-cta-band__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.theme-about__image-border { position: absolute; inset: 0.75rem; border: 1px solid color-mix(in srgb, var(--color-primary) 40%, transparent); pointer-events: none; }
.theme-about__badge { display: none; position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--color-foreground); color: var(--color-background); padding: 1.25rem 1.5rem; max-width: 220px; }
@media (min-width: 768px) { .theme-about__badge { display: block; } }
.theme-about__badge-name { font-size: 1.875rem; line-height: 1; margin-bottom: 0.25rem; color: var(--color-primary); }
.theme-about__badge-role { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 300; color: color-mix(in srgb, var(--color-background) 70%, transparent); }
.theme-pullquote { border-left: 2px solid var(--color-primary); padding-left: 1.25rem; margin: 2rem 0; font-family: var(--font-display); font-style: italic; font-size: 1.125rem; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); }
@media (min-width: 768px) { .theme-pullquote { font-size: 1.25rem; } }
.theme-pullquote footer { margin-top: 0.75rem; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; font-style: normal; font-family: var(--font-body); color: var(--color-muted-foreground); }

/* ---------------------------------------------------------------------
   Experiences (fixed-cardinality 3-col grid)
--------------------------------------------------------------------- */
.theme-experiences { background: var(--color-foreground); color: var(--color-background); }
.theme-experiences__grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .theme-experiences__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } }
@media (min-width: 1024px) { .theme-experiences__grid { gap: 2rem; } }
.theme-experience-card { position: relative; border: 1px solid color-mix(in srgb, var(--color-background) 15%, transparent); background: var(--color-foreground); overflow: hidden; transition: border-color 0.5s ease; }
.theme-experience-card:hover { border-color: color-mix(in srgb, var(--color-primary) 60%, transparent); }
.theme-experience-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.theme-experience-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.theme-experience-card:hover .theme-experience-card__media img { transform: scale(1.05); }
.theme-experience-card__scrim { position: absolute; inset: 0; background: linear-gradient(to top, var(--color-foreground), color-mix(in srgb, var(--color-foreground) 30%, transparent), transparent); }
.theme-experience-card__body { padding: 2rem; }
@media (min-width: 1024px) { .theme-experience-card__body { padding: 2.5rem; } }
.theme-experience-card__icon { width: 3rem; height: 3rem; border: 1px solid color-mix(in srgb, var(--color-primary) 50%, transparent); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; color: var(--color-primary); transition: all 0.3s ease; }
.theme-experience-card:hover .theme-experience-card__icon { background: var(--color-primary); border-color: var(--color-primary); color: var(--color-foreground); }
.theme-experience-card__kicker { display: block; font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--color-primary); font-weight: 500; margin-bottom: 0.5rem; }
.theme-experience-card__title { font-size: 1.5rem; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .theme-experience-card__title { font-size: 1.875rem; } }
.theme-experience-card__list { display: flex; flex-direction: column; gap: 0.5rem; }
.theme-experience-card__list li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: color-mix(in srgb, var(--color-background) 70%, transparent); font-weight: 300; }

/* ---------------------------------------------------------------------
   Glitz & Gouda
--------------------------------------------------------------------- */
.theme-glitz__grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .theme-glitz__grid { grid-template-columns: 1fr 1fr; } }
.theme-glitz__media { position: relative; min-height: 420px; order: 2; }
@media (min-width: 1024px) { .theme-glitz__media { min-height: 720px; order: 1; } }
.theme-glitz__copy-wrap { order: 1; display: flex; align-items: center; padding: 4rem 1.5rem; background: var(--color-background); }
@media (min-width: 768px) { .theme-glitz__copy-wrap { padding: 4rem 3.5rem; } }
@media (min-width: 1024px) { .theme-glitz__copy-wrap { order: 2; padding: 6rem 4rem; } }
.theme-glitz__copy { max-width: 32rem; }
.theme-glitz__features { display: grid; grid-template-columns: 1fr; gap: 0.75rem 1.5rem; margin: 2rem 0 2.5rem; }
@media (min-width: 640px) { .theme-glitz__features { grid-template-columns: 1fr 1fr; } }
.theme-glitz__features li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); }
.theme-hairline-8 { width: 2rem; height: 1px; background: var(--color-primary); flex-shrink: 0; }

/* ---------------------------------------------------------------------
   Touch of Love Juices
--------------------------------------------------------------------- */
.theme-juices { position: relative; overflow: hidden; }
.theme-juices__bg { position: absolute; inset: 0; background: linear-gradient(to bottom, color-mix(in srgb, var(--color-blush) 40%, transparent), var(--color-background), var(--color-background)); }
.theme-juices__content { position: relative; }
.theme-juices__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .theme-juices__grid { grid-template-columns: 5fr 7fr; gap: 3.5rem; } }
.theme-juices__media { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.theme-juices__image-border { position: absolute; inset: 0.75rem; border: 1px solid color-mix(in srgb, var(--color-primary) 40%, transparent); pointer-events: none; }
.theme-juices__offerings { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .theme-juices__offerings { grid-template-columns: 1fr 1fr; } }
.theme-offering-card { border: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent); background: var(--color-background); padding: 1.5rem; transition: all 0.5s ease; }
.theme-offering-card:hover { border-color: var(--color-primary); box-shadow: 0 8px 32px -8px color-mix(in srgb, var(--color-primary) 35%, transparent); }
.theme-offering-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.theme-offering-card p { font-size: 0.875rem; font-weight: 300; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.6; }

/* ---------------------------------------------------------------------
   Mobile experience (parallax)
--------------------------------------------------------------------- */
.theme-mobile { position: relative; background: var(--color-foreground); color: var(--color-background); overflow: hidden; }
.theme-mobile__parallax { position: absolute; inset: 0; opacity: 0.25; overflow: hidden; }
.theme-mobile__parallax-img { position: absolute; inset: 0; width: 100%; height: 124%; top: -12%; object-fit: cover; }
.theme-mobile__scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, color-mix(in srgb, var(--color-foreground) 70%, transparent), color-mix(in srgb, var(--color-foreground) 50%, transparent), color-mix(in srgb, var(--color-foreground) 70%, transparent)); }
.theme-mobile__content { position: relative; }
.theme-mobile__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .theme-mobile__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .theme-mobile__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } }
.theme-mobile-card { border: 1px solid color-mix(in srgb, var(--color-background) 15%, transparent); padding: 2rem; transition: all 0.5s ease; }
.theme-mobile-card:hover { border-color: var(--color-primary); background: color-mix(in srgb, var(--color-background) 3%, transparent); }
.theme-mobile-card__num { display: block; font-size: 2.25rem; color: color-mix(in srgb, var(--color-primary) 70%, transparent); margin-bottom: 0.75rem; }
.theme-mobile-card h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.theme-mobile-card p { font-size: 0.875rem; font-weight: 300; color: color-mix(in srgb, var(--color-background) 70%, transparent); line-height: 1.6; }

/* ---------------------------------------------------------------------
   Why choose
--------------------------------------------------------------------- */
.theme-why__hairline { width: 6rem; height: 1px; background: var(--color-primary); margin: 0 auto 3.5rem; }
.theme-why__grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 640px) { .theme-why__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .theme-why__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.theme-why-card { text-align: center; padding: 1rem; border-radius: 2px; transition: background-color 0.5s ease; }
.theme-why-card:hover { background: color-mix(in srgb, var(--color-foreground) 2%, transparent); transform: translateY(-8px); transition: transform 0.3s var(--transition-smooth), background-color 0.5s ease; }
.theme-why-card__icon { width: 3.5rem; height: 3.5rem; margin: 0 auto 1.25rem; border: 1px solid var(--color-primary); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; color: var(--color-primary); transition: transform 0.5s ease; }
.theme-why-card__icon::before { content: ''; position: absolute; inset: 0; background: color-mix(in srgb, var(--color-primary) 0%, transparent); transition: background-color 0.5s ease; }
.theme-why-card:hover .theme-why-card__icon { transform: scale(1.1); }
.theme-why-card:hover .theme-why-card__icon::before { background: color-mix(in srgb, var(--color-primary) 10%, transparent); }
.theme-why-card__icon svg { position: relative; z-index: 1; }
.theme-why-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; transition: color 0.5s ease; }
.theme-why-card:hover h3 { color: var(--color-primary); }
.theme-why-card p { font-size: 0.875rem; font-weight: 300; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.6; }

/* ---------------------------------------------------------------------
   Shop section
--------------------------------------------------------------------- */
.theme-shop { background: color-mix(in srgb, var(--color-blush) 25%, transparent); border-top: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent); }
.theme-shop__subtitle { font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-shop__filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; }
.theme-filter-pill { padding: 0.5rem 1.25rem; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 500; border: 1px solid var(--color-border); color: color-mix(in srgb, var(--color-foreground) 70%, transparent); transition: all 0.2s ease; }
.theme-filter-pill:hover { border-color: var(--color-primary); color: var(--color-primary); }
.theme-filter-pill.is-active { background: var(--color-foreground); color: var(--color-background); border-color: var(--color-foreground); }

.theme-product-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 640px) { .theme-product-grid { grid-template-columns: 1fr 1fr; gap: 2rem 3rem; } }
.theme-shop__grid { max-width: 56rem; margin: 0 auto; }
.theme-shop__empty { text-align: center; color: var(--color-muted-foreground); grid-column: 1 / -1; }

.theme-product-card-wrap { display: block; transition: transform 0.3s var(--transition-smooth); }
.theme-product-card-wrap:hover { transform: translateY(-4px); }
.theme-product-card__image-wrapper { position: relative; aspect-ratio: 3/4; background: var(--color-secondary); overflow: hidden; margin-bottom: 1.25rem; }
.theme-product-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--transition-smooth); }
.theme-product-card-img.is-faded { opacity: 0.6; }
.theme-product-card-wrap:hover .theme-product-card-img { transform: scale(1.04); }
.theme-product-card__coming-soon { position: absolute; inset: 0; background: color-mix(in srgb, var(--color-background) 80%, transparent); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; z-index: 2; }
.theme-product-card__coming-soon span { padding: 0.5rem 1.25rem; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.28em; background: var(--color-foreground); color: var(--color-background); }
.theme-product-card__badge { position: absolute; top: 0.75rem; left: 0.75rem; padding: 0.25rem 0.75rem; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.18em; background: var(--color-foreground); color: var(--color-background); border-radius: 999px; z-index: 2; }
.theme-product-card__info { text-align: center; margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.theme-product-card__title { font-size: 0.875rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; line-height: 1.4; font-family: var(--font-body); color: var(--color-foreground); transition: color 0.3s ease; }
@media (min-width: 768px) { .theme-product-card__title { font-size: 1rem; } }
.theme-product-card-wrap:hover .theme-product-card__title { color: var(--color-primary); }
.theme-product-card__pricing, .theme-request-pricing { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-primary); font-weight: 500; }
.theme-product-card__info .woocommerce-Price-amount { font-size: 1rem; font-weight: 400; color: var(--color-foreground); }
@media (min-width: 768px) { .theme-product-card__info .woocommerce-Price-amount { font-size: 1.125rem; } }
.theme-product-card__info del { opacity: 0.5; margin-right: 0.5rem; }

/* ---------------------------------------------------------------------
   Testimonials marquee
--------------------------------------------------------------------- */
.theme-testimonials { overflow: hidden; }
.theme-testimonials__intro-pad { padding-bottom: 2.5rem; }
@media (min-width: 768px) { .theme-testimonials__intro-pad { padding-bottom: 3.5rem; } }
.theme-testimonials__track-wrap { position: relative; padding-bottom: 5rem; }
@media (min-width: 768px) { .theme-testimonials__track-wrap { padding-bottom: 7rem; } }
.theme-testimonials__track { display: flex; gap: 1.5rem; padding: 0 1rem; will-change: transform; width: max-content; }
@media (min-width: 640px) { .theme-testimonials__track { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .theme-testimonials__track { gap: 2rem; padding: 0 2rem; } }
@media (min-width: 1280px) { .theme-testimonials__track { padding: 0 3rem; } }
.animate-scroll-left { animation: theme-scroll-left var(--testimonial-marquee-duration, 30s) linear infinite; }
.animate-scroll-left:hover, .animate-scroll-left:focus-within { animation-play-state: paused; }
@keyframes theme-scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.theme-testimonial-card {
  flex: 0 0 85vw;
  width: 85vw;
  max-width: 85vw;
  box-sizing: border-box;
  background: color-mix(in srgb, var(--color-blush) 25%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
  padding: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .theme-testimonial-card { flex: 0 0 45vw; width: 45vw; max-width: 45vw; padding: 2.5rem; }
}
@media (min-width: 1024px) {
  .theme-testimonial-card { flex: 0 0 32vw; width: 32vw; max-width: 32vw; padding: 2.5rem; }
}
.theme-testimonial-card__quote-mark {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 3.75rem;
  line-height: 1;
  color: color-mix(in srgb, var(--color-primary) 50%, transparent);
  pointer-events: none;
}
.theme-testimonial-card blockquote {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.625;
  color: color-mix(in srgb, var(--color-foreground) 85%, transparent);
  margin: 0 0 1.25rem;
  padding-top: 1.75rem;
}
.theme-testimonial-card figcaption { display: flex; flex-direction: column; position: relative; z-index: 1; }
.theme-testimonial-card__author { font-family: var(--font-body); font-weight: 600; font-size: 0.875rem; color: var(--color-foreground); }
.theme-testimonial-card__role { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-muted-foreground); margin-top: 0.25rem; }
.theme-testimonials__fade { position: absolute; top: 0; bottom: 0; width: 4rem; pointer-events: none; }
@media (min-width: 768px) { .theme-testimonials__fade { width: 8rem; } }
.theme-testimonials__fade--left { left: 0; background: linear-gradient(to right, var(--color-background), var(--color-background), transparent); }
.theme-testimonials__fade--right { right: 0; background: linear-gradient(to left, var(--color-background), var(--color-background), transparent); }

/* ---------------------------------------------------------------------
   FAQ
--------------------------------------------------------------------- */
.theme-faq { background: var(--color-foreground); border-top: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent); color: var(--color-background); }
.theme-faq__intro { color: var(--color-background); }
.theme-faq__list { max-width: 48rem; margin: 0 auto; }
.theme-faq-item { border-bottom: 1px solid color-mix(in srgb, var(--color-background) 15%, transparent); }
.theme-faq-item__question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 0; text-align: left; }
.theme-faq-item__question span { font-size: 1.125rem; padding-right: 1.5rem; color: color-mix(in srgb, var(--color-background) 90%, transparent); font-family: var(--font-display); transition: color 0.3s ease; }
@media (min-width: 768px) { .theme-faq-item__question span { font-size: 1.25rem; } }
.theme-faq-item__question:hover span { color: var(--color-primary); }
.theme-faq-item__chevron { flex-shrink: 0; color: var(--color-primary); transition: transform 0.3s ease; }
.theme-faq-item__question[aria-expanded="true"] .theme-faq-item__chevron { transform: rotate(180deg); }
.theme-faq-item__answer { overflow: hidden; }
.theme-faq-item__answer p { padding-bottom: 1.5rem; color: color-mix(in srgb, var(--color-background) 70%, transparent); font-weight: 300; line-height: 1.7; }

/* ---------------------------------------------------------------------
   Marquee ticker
--------------------------------------------------------------------- */
.theme-marquee-section { background: var(--color-foreground); color: var(--color-background); position: relative; overflow: hidden; border-top: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent); }
.theme-marquee { padding: 1.25rem 0; }
@media (min-width: 768px) { .theme-marquee { padding: 1.5rem 0; } }
.theme-marquee__track { display: flex; white-space: nowrap; will-change: transform; }
.animate-marquee { animation: theme-marquee 35s linear infinite; }
.animate-marquee:hover, .animate-marquee:focus-within { animation-play-state: paused; }
@keyframes theme-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.theme-marquee__group { display: flex; align-items: center; flex-shrink: 0; }
.theme-marquee__item { display: flex; align-items: center; }
.theme-marquee__item span:first-child { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: color-mix(in srgb, var(--color-background) 90%, transparent); padding: 0 1.5rem; }
@media (min-width: 768px) { .theme-marquee__item span:first-child { font-size: 12px; padding: 0 2.5rem; } }
.theme-marquee__dot { color: color-mix(in srgb, var(--color-primary) 60%, transparent); font-size: 10px; }

/* ---------------------------------------------------------------------
   Final CTA band
--------------------------------------------------------------------- */
.theme-cta-band { position: relative; background: var(--color-foreground); color: var(--color-background); overflow: hidden; }
.theme-cta-band__media { position: absolute; inset: 0; opacity: 0.4; }
.theme-cta-band__scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, color-mix(in srgb, var(--color-foreground) 50%, transparent), color-mix(in srgb, var(--color-foreground) 60%, transparent), color-mix(in srgb, var(--color-foreground) 80%, transparent)); }
.theme-cta-band__content { position: relative; padding: 6rem 0; text-align: center; }
@media (min-width: 768px) { .theme-cta-band__content { padding: 8rem 0; } }
.theme-cta-band__eyebrow { display: inline-block; margin-bottom: 1.25rem; }
.cta-band__title { margin-bottom: 1.5rem; }
.theme-cta-band__paragraph { color: color-mix(in srgb, var(--color-background) 75%, transparent); font-weight: 300; max-width: 36rem; margin: 0 auto 2.5rem; }
.theme-cta-band__actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
@media (min-width: 640px) { .theme-cta-band__actions { flex-direction: row; } }

/* ---------------------------------------------------------------------
   Footer
--------------------------------------------------------------------- */
.site-footer { background: var(--color-foreground); color: var(--color-background); }
.theme-footer__inner { padding: 4rem 1.5rem 2.5rem; }
@media (min-width: 1024px) { .theme-footer__inner { padding: 5rem 2.5rem 3rem; } }
.theme-footer__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .theme-footer__grid { grid-template-columns: 2fr 1fr 1fr; gap: 3rem; } }
.theme-footer__blurb { font-size: 0.875rem; color: color-mix(in srgb, var(--color-background) 70%, transparent); font-weight: 300; line-height: 1.7; max-width: 28rem; margin-top: 1.25rem; }
.theme-footer__social { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.5rem; }
.theme-social-btn { width: 2.25rem; height: 2.25rem; display: flex; align-items: center; justify-content: center; border: 1px solid color-mix(in srgb, var(--color-background) 30%, transparent); transition: all 0.2s ease; }
.theme-social-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }
.theme-footer__heading { margin-bottom: 1.25rem; }
.theme-footer__nav, .theme-footer-nav-list { display: flex; flex-direction: column; gap: 0.625rem; }
.theme-footer__nav a, .theme-footer__nav button, .theme-footer-nav-list a { text-align: left; font-size: 0.875rem; color: color-mix(in srgb, var(--color-background) 70%, transparent); transition: color 0.2s ease; }
.theme-footer__nav a:hover, .theme-footer__nav button:hover, .theme-footer-nav-list a:hover { color: var(--color-primary); }
.theme-footer__contact { display: flex; flex-direction: column; gap: 0.75rem; }
.theme-footer__contact-item { display: flex; align-items: flex-start; gap: 0.625rem; font-size: 0.875rem; color: color-mix(in srgb, var(--color-background) 70%, transparent); word-break: break-word; transition: color 0.2s ease; }
.theme-footer__contact-item:hover { color: var(--color-primary); }
.theme-footer__hairline { margin: 2.5rem 0 1.5rem; opacity: 0.4; }
.theme-footer__bottom { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 0.75rem; }
@media (min-width: 640px) { .theme-footer__bottom { flex-direction: row; } }
.theme-footer__tagline { font-family: var(--font-display); font-style: italic; font-size: 0.875rem; color: color-mix(in srgb, var(--color-background) 60%, transparent); }
.theme-footer__tagline .theme-tagline-gold { color: var(--color-primary); }
.theme-footer__copy { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: color-mix(in srgb, var(--color-background) 50%, transparent); text-align: center; }
@media (min-width: 640px) { .theme-footer__copy { text-align: right; } }
.theme-footer__credit-link { color: var(--color-primary); text-decoration: underline; text-underline-offset: 2px; }
.theme-footer__credit-link:hover { color: var(--color-background); }

/* ---------------------------------------------------------------------
   Contact / Request a Quote modal
--------------------------------------------------------------------- */
#theme-contact-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 100; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
#theme-contact-modal { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -48%) scale(0.96); width: calc(100% - 2rem); max-width: 36rem; max-height: 92vh; overflow-y: auto; background: var(--color-background); padding: 1.5rem; z-index: 101; opacity: 0; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease; box-shadow: 0 12px 48px -12px rgba(0,0,0,0.35); }
@media (min-width: 640px) { #theme-contact-modal { padding: 1.75rem 2rem; border-radius: 6px; } }
body.contact-open #theme-contact-overlay { opacity: 1; pointer-events: auto; }
body.contact-open #theme-contact-modal { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.theme-modal__close { position: absolute; right: 1rem; top: 1rem; opacity: 0.7; padding: 0.375rem; border-radius: 4px; }
.theme-modal__close:hover { opacity: 1; background: color-mix(in srgb, var(--color-foreground) 8%, transparent); }
.theme-modal__header { text-align: left; margin-bottom: 1rem; }
.theme-modal__eyebrow { margin-bottom: 0.5rem; }
.theme-modal__title { font-size: 1.875rem; font-weight: 400; margin-bottom: 0.5rem; }
.theme-modal__desc { font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-modal__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; font-size: 0.875rem; color: var(--color-muted-foreground); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: 0.75rem 0; margin-bottom: 1rem; }
.theme-modal__meta a { display: flex; align-items: center; gap: 0.5rem; }
.theme-modal__meta a:hover { color: var(--color-foreground); }
.theme-modal__meta svg { color: var(--color-primary); }
.theme-modal__form-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (min-width: 640px) { .theme-modal__form-grid { grid-template-columns: 1fr 1fr; } }
.theme-field { display: flex; flex-direction: column; margin-bottom: 1rem; }
.theme-modal__form-grid .theme-field { margin-bottom: 0; }
.theme-field label { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; margin-bottom: 0.375rem; }
.theme-field input, .theme-field select, .theme-field textarea {
  width: 100%; padding: 0.625rem 0.75rem; background: var(--color-background); border: 1px solid var(--color-border);
  font-size: 0.875rem; font-family: var(--font-body); color: var(--color-foreground);
}
.theme-field textarea { resize: none; }
.theme-field input:focus, .theme-field select:focus, .theme-field textarea:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 1px var(--color-primary); }
.theme-field input::placeholder, .theme-field textarea::placeholder { color: var(--color-muted-foreground); }
.theme-modal__form-footer { display: flex; justify-content: flex-end; padding-top: 0.5rem; }
.theme-modal__submit { padding: 1rem 2rem; }
.theme-modal__submit:disabled { opacity: 0.6; cursor: not-allowed; }
.theme-modal__error { color: #ae2929; font-size: 0.875rem; margin-bottom: 0.5rem; }
.theme-modal__success { text-align: center; padding: 2.5rem 0; }
.theme-modal__success-icon { width: 3.5rem; height: 3.5rem; border-radius: 999px; background: var(--color-primary); color: var(--color-foreground); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.theme-modal__success h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.theme-modal__success p { font-size: 0.875rem; color: var(--color-muted-foreground); }

/* ---------------------------------------------------------------------
   Side cart drawer
--------------------------------------------------------------------- */
#theme-cart-overlay { position: fixed; inset: 0; background: color-mix(in srgb, var(--color-foreground) 20%, transparent); z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
#theme-cart-drawer { position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 28rem; background: var(--color-background); z-index: 201; box-shadow: 0 12px 48px -12px rgba(0,0,0,0.25); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.3s var(--transition-smooth); }
body.cart-open #theme-cart-overlay { opacity: 1; pointer-events: auto; }
body.cart-open #theme-cart-drawer { transform: translateX(0); }
body.cart-open .theme-announcement,
body.cart-open .site-header { z-index: auto; }
#theme-cart-drawer.is-updating { opacity: 0.6; pointer-events: none; }
.theme-cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid var(--color-border); }
.theme-cart-drawer__header h2 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; }
.theme-cart-drawer__close { padding: 0.25rem; opacity: 1; transition: opacity 0.2s ease; }
.theme-cart-drawer__close:hover { opacity: 0.6; }
.theme-cart-drawer__empty-state { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; }
.theme-cart-drawer__empty-state svg { color: var(--color-muted-foreground); margin-bottom: 1rem; }
.theme-cart-drawer__empty-state p { color: var(--color-muted-foreground); margin-bottom: 1.5rem; }
.theme-cart-drawer__continue { padding: 0.625rem 1rem; font-size: 0.875rem; border: 1px solid var(--color-border); background: var(--color-background); transition: background-color 0.2s ease; }
.theme-cart-drawer__continue:hover { background: var(--color-secondary); }
.theme-cart-drawer__items { flex: 1; overflow-y: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.theme-cart-item { display: flex; gap: 1rem; }
.theme-cart-item__image { width: 5rem; height: 6rem; flex-shrink: 0; background: var(--color-secondary); overflow: hidden; display: block; }
.theme-cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-item__info { flex: 1; min-width: 0; }
.theme-cart-item__name { font-size: 0.875rem; font-weight: 500; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: opacity 0.2s ease; }
.theme-cart-item__name:hover { opacity: 0.7; }
.theme-cart-item__price { font-size: 0.875rem; color: var(--color-muted-foreground); margin-top: 0.125rem; }
.theme-cart-item__variation { font-size: 0.75rem; color: var(--color-muted-foreground); margin-top: 0.125rem; }
.theme-cart-item__controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem; }
.theme-cart-item__qty-btn { padding: 0.25rem; border-radius: 4px; }
.theme-cart-item__qty-btn:hover { background: var(--color-secondary); }
.theme-cart-item__qty { font-size: 0.875rem; width: 1.5rem; text-align: center; }
.theme-cart-item__remove { margin-left: auto; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-item__remove:hover { color: var(--color-foreground); }
.theme-cart-drawer__footer { padding: 1.5rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__subtotal { display: flex; justify-content: space-between; font-size: 0.875rem; }
.theme-cart-drawer__subtotal-label { color: var(--color-muted-foreground); }
.theme-cart-drawer__subtotal-amount { font-weight: 500; }
.theme-cart-drawer__shipping-note { font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__checkout {
  display: flex; align-items: center; justify-content: center; width: 100%;
  min-height: 2.75rem; padding: 0.625rem 2rem;
  background: var(--color-primary); color: var(--color-foreground);
  font-family: var(--font-body); font-size: 0.875rem; font-weight: 500;
  border-radius: 0.375rem; text-transform: none; letter-spacing: normal;
  transition: background-color 0.2s ease;
}
.theme-cart-drawer__checkout:hover { background: color-mix(in srgb, var(--color-primary) 90%, transparent); }
.theme-cart-drawer__clear-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  width: 100%; padding: 0.5rem 0.75rem; font-size: 0.875rem;
  border: 1px solid var(--color-border); background: var(--color-background);
  color: var(--color-foreground); transition: background-color 0.2s ease;
}
.theme-cart-drawer__clear-btn:hover { background: var(--color-secondary); }

/* Hide "View cart" injected by WooCommerce after AJAX add-to-cart */
.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

/* ---------------------------------------------------------------------
   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,
.theme-product-atc-btn {
  background-color: var(--color-foreground) !important;
  color: var(--color-background) !important;
  border: none !important;
  border-radius: 999px !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: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !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.9 !important;
  background-color: var(--color-foreground) !important;
  color: var(--color-background) !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-foreground) !important;
}
.ajax_add_to_cart.theme-btn-loading { opacity: 0.6 !important; pointer-events: none !important; cursor: wait !important; }
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }

/* ---------------------------------------------------------------------
   Single product page
--------------------------------------------------------------------- */
.theme-product-page { padding: 6rem 0 2rem; }
@media (min-width: 1024px) { .theme-product-page { padding: 7rem 0 2rem; } }
.theme-breadcrumb { padding: 1.5rem 0; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground); }
.theme-breadcrumb a:hover { color: var(--color-foreground); }
.theme-breadcrumb__sep { margin: 0 0.5rem; opacity: 0.5; }
.theme-breadcrumb__current { color: var(--color-foreground); }

.theme-product-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding: 1rem 0 6rem; align-items: start; min-width: 0; }
@media (min-width: 1024px) { .theme-product-layout { grid-template-columns: 7fr 5fr; gap: 4rem; } }
.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; }
.theme-product-gallery__main { position: relative; aspect-ratio: 1/1; background: var(--color-secondary); overflow: hidden; }
.theme-product-gallery__main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none; }
.theme-product-gallery__mobile { display: block; }
.theme-product-gallery__desktop { display: none; }
@media (min-width: 1024px) {
  .theme-product-gallery__mobile { display: none; }
  .theme-product-gallery__desktop { display: flex; flex-direction: column; gap: 1rem; }
}
.theme-product-gallery__stack-item { position: relative; aspect-ratio: 1/1; background: var(--color-secondary); overflow: hidden; }
.theme-product-gallery__stack-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none; }
.theme-product-thumbnails { display: flex; gap: 0.75rem; margin-top: 1rem; overflow-x: auto; padding-bottom: 0.25rem; flex-wrap: nowrap; max-width: 100%; }
.theme-product-thumb { position: relative; width: 5rem; height: 5rem; flex-shrink: 0; overflow: hidden; background: var(--color-secondary); opacity: 0.6; transition: opacity 0.2s ease; }
.theme-product-thumb:hover, .theme-product-thumb.is-active { opacity: 1; }
.theme-product-thumb::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--color-foreground); opacity: 0; transition: opacity 0.2s ease; }
.theme-product-thumb.is-active::after { opacity: 1; }

.theme-product-info__category { font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--color-muted-foreground); }
.theme-product-info__title { font-family: var(--font-display); font-weight: 400; font-size: 1.875rem; line-height: 1.1; margin-top: 0.75rem; margin-bottom: 1.25rem; text-transform: none; }
@media (min-width: 768px) { .theme-product-info__title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .theme-product-info__title { font-size: 2.75rem; } }
.theme-product-info__price { font-size: 1.25rem; margin-bottom: 1.5rem; }
.theme-product-info__price .theme-request-pricing { font-size: 0.875rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-muted-foreground); font-weight: 400; }
.theme-product-info__excerpt { color: var(--color-muted-foreground); line-height: 1.7; margin-bottom: 2rem; font-size: 1rem; }
@media (min-width: 1024px) {
  .theme-product-info { position: sticky; top: 7rem; align-self: start; padding-left: 1rem; }
}
.theme-product-purchase { margin-top: 0; }
.theme-quantity-block { margin-bottom: 1rem; }
.theme-field-label { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground); font-weight: 400; margin-bottom: 0.75rem; font-family: var(--font-body); }
.theme-product-atc-btn { width: 100% !important; margin-top: 0 !important; flex: none !important; min-width: 0 !important; }
.theme-request-pricing-btn { display: inline-flex !important; align-items: center; justify-content: center; text-decoration: none !important; text-align: center; }
.theme-product-purchase .is-hidden,
.variations_form .theme-request-pricing-btn.is-hidden,
.variations_form .single_add_to_cart_button.is-hidden,
.variations_form .theme-quantity-block.is-hidden { display: none !important; }
.theme-product-info__stock.is-out { font-size: 0.875rem; color: #ae2929; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.15em; }

.theme-add-to-cart-area { display: block; margin-top: 0; }
.theme-add-to-cart-area .single_add_to_cart_button { width: 100%; margin-top: 0; }
.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 1px solid var(--color-border); flex-shrink: 0; }
.theme-qty-minus, .theme-qty-plus { padding: 0.75rem; transition: background-color 0.2s ease; }
.theme-qty-minus:hover, .theme-qty-plus:hover { background: var(--color-secondary); }
.theme-qty-input { width: 3rem; border: none; background: transparent; text-align: center; font-family: var(--font-body); font-size: 0.875rem; -moz-appearance: textfield; padding: 0.75rem 0; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.theme-product-accordions { margin-top: 2.5rem; border-top: 1px solid var(--color-border); }
.theme-accordion { border-bottom: 1px solid var(--color-border); }
.theme-accordion__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 0; text-align: left; }
.theme-accordion__trigger span { font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; }
.theme-accordion__trigger svg { transition: transform 0.3s ease; }
.theme-accordion.is-open .theme-accordion__trigger svg { transform: rotate(180deg); }
.theme-accordion__panel { overflow: hidden; }
.theme-accordion__content { padding-bottom: 1.5rem; font-size: 0.9375rem; color: var(--color-muted-foreground); line-height: 1.7; }
.theme-accordion__content ul { list-style: none; padding: 0; margin: 1rem 0 0; }
.theme-accordion__content ul li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.9375rem; color: var(--color-muted-foreground); margin-bottom: 0.5rem; }
.theme-accordion__content ul li::before { content: ''; width: 4px; height: 4px; border-radius: 999px; background: var(--color-foreground); margin-top: 0.5rem; flex-shrink: 0; }
.theme-accordion__description { font-size: 0.9375rem; color: var(--color-muted-foreground); line-height: 1.7; }
.theme-accordion__description p { margin-bottom: 1rem; }

.theme-related-products { padding: 5rem 0; border-top: 1px solid var(--color-border); }
.theme-related-products__intro { text-align: center; margin-bottom: 3rem; }
.theme-related-products__script { font-size: 1rem; color: var(--color-muted-foreground); margin-bottom: 0.5rem; }
.theme-related-products__title { font-size: 1.875rem; font-weight: 400; }
@media (min-width: 768px) { .theme-related-products__title { font-size: 2.25rem; } }
.theme-related-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
@media (min-width: 1024px) { .theme-related-products__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; } }

/* Variations — pill buttons (Lovable ProductDetail) */
.theme-variations { margin-bottom: 1.5rem; }
.theme-variation-field { margin-bottom: 1.5rem; }
.theme-variation-pills { position: relative; }
.theme-variation-select-sr {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  z-index: -1 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.theme-variation-pills__list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-variation-pill {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: transparent;
  color: var(--color-foreground);
  font-family: var(--font-body);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.theme-variation-pill:hover { border-color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.theme-variation-pill.is-active {
  background: var(--color-foreground);
  color: var(--color-background);
  border-color: var(--color-foreground);
}

.single-product .theme-product-thumbnails { flex-wrap: wrap; max-width: 100%; }
.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-variation-description,
.single-product .posted_in { overflow-wrap: break-word; word-break: break-word; }

/* Variations table stacking */
.single-product .variations.shop_attributes tbody,
.single-product .variations tbody tr,
.single-product .variations tbody td { display: block; width: 100%; }
.single-product .variations tbody td.label { padding-bottom: 0.25rem; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground); }
.single-product .variations tbody td.value { padding-top: 0; margin-bottom: 1rem; }
.single-product .variations select:not(.theme-variation-select-sr) { width: 100%; max-width: 20rem; padding: 0.625rem; border: 1px solid var(--color-border); background: var(--color-background); font-family: var(--font-body); }

/* Generic pages */
.theme-generic-page { padding: 8rem 0 5rem; }
.page-title { font-size: 2.25rem; margin-bottom: 2rem; font-weight: 400; }

/* 404 */
.theme-404__inner { padding: 8rem 1.5rem; text-align: center; }
.theme-404 h1 { font-size: 3rem; margin-bottom: 1rem; }
.theme-404 p { color: var(--color-muted-foreground); margin-bottom: 2rem; }

/* ---------------------------------------------------------------------
   WooCommerce global overrides (Section 14)
--------------------------------------------------------------------- */
.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  font-family: var(--font-body); border-radius: 4px; padding: 1rem 1.5rem; margin: 0 0 1.5rem; list-style: none;
  background: var(--color-surface); border: 1px solid var(--color-border); color: var(--color-foreground);
}
.woocommerce-error { border-color: #ae2929; color: #ae2929; }

/* ---------------------------------------------------------------------
   Checkout / Cart / My Account (WooCommerce Blocks) — Section 13
--------------------------------------------------------------------- */
body.woocommerce-checkout .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main {
  padding-top: 0;
  padding-bottom: 4rem;
}
body.woocommerce-checkout .theme-generic-page {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
@media (max-width: 1023px) {
  body.woocommerce-checkout .wc-block-checkout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
  body.woocommerce-checkout form.woocommerce-checkout {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
body.woocommerce-checkout .entry-content,
body.woocommerce-cart .entry-content,
body.woocommerce-account .entry-content { width: 100%; }

body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
  display: block;
}
@media (min-width: 768px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large,
  body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.is-large {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--checkout-gap);
    align-items: start;
  }
}
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
  min-width: 0; width: 100%; max-width: none;
}
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .wc-block-cart__sidebar {
  background-color: var(--color-surface);
  border-radius: var(--card-radius);
  padding: var(--section-padding);
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-textarea textarea,
body.woocommerce-checkout .wc-block-components-combobox input {
  font-family: var(--font-body) !important;
  font-size: 1rem !important;
  color: var(--color-foreground) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 0.375rem !important;
  background: var(--color-background) !important;
  width: 100% !important;
  max-width: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
body.woocommerce-checkout .wc-block-components-text-input input::placeholder,
body.woocommerce-checkout .wc-block-components-textarea textarea::placeholder {
  color: var(--color-muted-foreground) !important;
  opacity: 1 !important;
}
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,
body.woocommerce-checkout .wc-block-components-combobox input:focus {
  outline: none !important;
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 1px var(--color-primary) !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: var(--color-foreground) !important; color: var(--color-background) !important;
  border-radius: 999px !important; font-family: var(--font-body) !important;
  letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.75rem !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { opacity: 0.9; }
body.woocommerce-checkout .wc-block-components-notice-banner { border-radius: 4px; grid-column: 1 / -1; }

/* Classic checkout shortcode form — match Lovable inputs (padding unchanged) */
body.woocommerce-checkout form.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout form.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout form.woocommerce-checkout .form-row select,
body.woocommerce-checkout form.woocommerce-checkout #order_comments {
  font-family: var(--font-body) !important;
  font-size: 1rem !important;
  color: var(--color-foreground) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 0.375rem !important;
  background: var(--color-background) !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row input.input-text::placeholder,
body.woocommerce-checkout form.woocommerce-checkout .form-row textarea::placeholder {
  color: var(--color-muted-foreground) !important;
  opacity: 1 !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout form.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout form.woocommerce-checkout .form-row select:focus,
body.woocommerce-checkout form.woocommerce-checkout #order_comments:focus {
  outline: none !important;
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 1px var(--color-primary) !important;
}

.theme-generic-page .page-title { max-width: 80rem; }

/* Order-received (thank you) */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .site-main { padding-top: var(--header-height); }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; }
body.theme-thankyou-page .woocommerce-order h2,
body.theme-thankyou-page .woocommerce-order-details__title { font-size: 1.5rem; padding: 0 0 1rem 0; }
body.theme-thankyou-page .woocommerce-order-overview { display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; padding: 0; margin: 0 0 2rem; }
body.theme-thankyou-page .woocommerce-order-overview li { font-size: 0.875rem; }
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
@media (min-width: 768px) {
  body.theme-thankyou-page .woocommerce-customer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
}
body.theme-thankyou-page .woocommerce-customer-details address { min-width: 0; }

/* Ghost-column BOM guard note: all template files saved UTF-8 without BOM. */
