/* ==========================================================================
   Qacee's Creations - theme.css
   Theme by The Free Website Guys.
   ========================================================================== */

:root {
  --color-background: #f7fafd;
  --color-foreground: #161f3b;
  --color-primary: #1968f0;
  --color-secondary: #e5effa;
  --color-accent: #8f47e1;
  --color-muted-foreground: #5a657c;
  --color-highlight: #cfedfc;
  --color-border: #d3dce8;
  --color-rose-gold-start: #28b5f6;
  --color-rose-gold-mid: #2662ed;
  --color-rose-gold-end: #873adf;
  --color-logo-blue: #161f3b;
  --color-button-text: #ffffff;
  --color-destructive: #dd3c3c;
  --color-surface: #ffffff;

  /* Exact stacks from src/index.css + tailwind.config.ts */
  --font-display: 'Fredoka', 'Plus Jakarta Sans', 'Helvetica Neue', sans-serif;
  --font-body: 'Plus Jakarta Sans', 'Helvetica Neue', sans-serif;
  --font-condensed: 'Plus Jakarta Sans', 'Helvetica Neue', sans-serif;
  --font-accent: var(--font-condensed);
  /* Tailwind text-* scale (rem) */
  --text-xs: 0.75rem;       /* 12px */
  --text-sm: 0.875rem;      /* 14px */
  --text-base: 1rem;        /* 16px */
  --text-lg: 1.125rem;      /* 18px */
  --text-xl: 1.25rem;       /* 20px */
  --text-2xl: 1.5rem;       /* 24px */
  --text-3xl: 1.875rem;     /* 30px */
  --text-4xl: 2.25rem;      /* 36px */
  --text-5xl: 3rem;         /* 48px */
  --text-6xl: 3.75rem;      /* 60px */
  --text-7xl: 4.5rem;       /* 72px */
  --text-prose: 0.9375rem;  /* 15px — Lovable text-[15px] */
  --tracking-tight: -0.025em;  /* Tailwind tracking-tight */
  --tracking-display: -0.01em; /* src/index.css h1–h6 */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  /* Absolute line-heights baked into Tailwind text-3xl / text-4xl */
  --leading-text-3xl: 2.25rem; /* text-3xl default */
  --leading-text-4xl: 2.5rem;  /* text-4xl default */
  --leading-display-tight: 1.02; /* leading-[1.02] */
  --leading-display-snug: 1.05;  /* leading-[1.05] */

  --radius-lg: 1rem;
  --radius-md: 0.875rem;
  --radius-sm: 0.75rem;

  --shadow-soft: 0 8px 28px -10px rgba(25, 104, 240, 0.26);
  --shadow-elevated: 0 18px 48px -14px rgba(25, 104, 240, 0.36);

  --header-height: 104px;
  --logo-height: 64px;
  --logo-height-scrolled: calc(var(--logo-height) * 0.84375);
  --logo-height-desktop: calc(var(--logo-height) * 1.15625);
  --logo-height-hero: calc(var(--logo-height) * 1.625);
  --logo-height-hero-lg: calc(var(--logo-height) * 1.9375);

  --btn-radius: 8px;
  --btn-height: 56px;
  --btn-padding: 0 2.5rem;
  --btn-font-size: 0.75rem;
  --btn-font-size-compact: 0.75rem;
  --btn-font-size-default: 0.875rem;
  --btn-font-weight: 700;
  --btn-letter-spacing: 0.18em;
  --btn-text-transform: uppercase;
  --btn-icon-padding: 0.5rem;

  --checkout-gap: 2rem;
  --checkout-max-width: 1280px;
  --card-radius: 1rem;
  --section-padding: 2rem;
}

/* -------------------------------------------------------------------------
   RESET / BASE
   ------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; margin: 0; padding: 0; }
html { background-color: var(--color-background); scroll-behavior: smooth; }
body {
  color: var(--color-foreground);
  background-color: var(--color-background);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
img:not(.cover-img):not(.hero-bg-img):not(.product-card-img):not(.theme-hero__slide):not(.site-logo-img):not(.theme-mobile-menu__logo):not(.theme-footer-logo) {
  max-width: 100%;
  height: auto;
}
.cover-img, .hero-bg-img, .product-card-img, .theme-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a { color: inherit; text-decoration: none; cursor: pointer; }
button, input, textarea, select {
  font-family: var(--font-body);
  font-size: inherit;
  line-height: inherit;
}
button { cursor: pointer; background: none; border: none; }
button:disabled { cursor: not-allowed; }
[role="button"], summary, label[for], .theme-cat-tile, .theme-product-card a, .theme-caption-cta, .btn-cta, .btn-cta-pink, .theme-btn-outline, .site-logo, .theme-nav-list a, .theme-mobile-nav-list a, .theme-mega-nav__trigger, .theme-mega-menu__link, .theme-mega-menu__shop-all, .theme-mega-menu__feature, .theme-mobile-mega-nav__toggle, .theme-mobile-mega-nav__link, .theme-mobile-mega-nav__group button, .theme-footer-col a, .theme-footer-col button, .theme-faq-item__question, .theme-hero__dot, .theme-makes-carousel__card-btn, .theme-makes-carousel__arrow, .theme-about__photo-btn, .theme-shop-filter__toggle, .theme-shop-filter__list button, .theme-cat-tiles__clear, .theme-shop-filters__clear-all { cursor: pointer; }
input, textarea, select { font-size: var(--text-sm); }
ul, ol { margin: 0; padding: 0; }
/* Match src/index.css base headings — size/leading come from section classes (like Tailwind text-*) */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: var(--tracking-display);
  line-height: 1.2;
  text-wrap: balance;
  margin: 0;
}
p, li { text-wrap: pretty; }
p { margin: 0; }
.screen-reader-text { position: absolute; left: -9999px; }
.skip-link:focus { left: 6px; top: 6px; position: fixed; z-index: 9999; background: #fff; padding: 0.5rem 1rem; }

/* -------------------------------------------------------------------------
   LAYOUT CONTAINERS
   ------------------------------------------------------------------------- */
.container-wide { width: 100%; max-width: 80rem; margin: 0 auto; padding-inline: 1.5rem; } /* max-w-7xl (Lovable) */
.container-editorial { width: 100%; max-width: 64rem; margin: 0 auto; padding-inline: 1.5rem; }
@media (min-width: 1024px) {
  .container-wide, .container-editorial { padding-inline: 2.5rem; }
}
/* Section inners paired with containers above: use padding-block only (never padding: Y 0). */
.scroll-mt { scroll-margin-top: 6rem; }

/* -------------------------------------------------------------------------
   TYPOGRAPHY UTILITIES
   ------------------------------------------------------------------------- */
.label-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-primary);
}

.font-display { font-family: var(--font-display); }
.font-body { font-family: var(--font-body); }
.font-condensed { font-family: var(--font-condensed); }
.tracking-tight { letter-spacing: var(--tracking-tight); }

/* Display section titles (Fredoka + tracking-tight like Lovable Index.tsx) */
.theme-section-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  text-wrap: balance;
}

.nav-link,
.theme-nav-list a,
.theme-mega-nav__trigger.nav-link {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

/* -------------------------------------------------------------------------
   BUTTON UTILITIES
   ------------------------------------------------------------------------- */
.btn-cta, .btn-cta-pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  padding: 0 2.5rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 8px;
  transition: opacity 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-cta {
  background: linear-gradient(135deg, var(--color-rose-gold-start) 0%, var(--color-rose-gold-mid) 55%, var(--color-rose-gold-end) 100%);
  color: var(--color-background);
  border: 1px solid transparent;
}
.btn-cta:hover { filter: brightness(1.08); box-shadow: 0 10px 24px -12px rgba(25, 104, 240, 0.55); }
.btn-cta-pink {
  background-color: #ffffff;
  color: var(--color-foreground);
  border: 1px solid var(--color-border);
}
.btn-cta-pink:hover { background-color: var(--color-foreground); color: #ffffff; border-color: var(--color-foreground); }
.theme-btn-outline {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--color-border);
  padding: 0.75rem 1.5rem;
  font-family: var(--font-body);
  font-size: var(--text-xs); letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700;
  background: transparent; color: var(--color-foreground);
  transition: background-color .2s, color .2s;
}
.theme-btn-outline:hover { background-color: var(--color-foreground); color: #fff; }
.bg-rose-gold { background: linear-gradient(135deg, var(--color-rose-gold-start) 0%, var(--color-rose-gold-mid) 55%, var(--color-rose-gold-end) 100%); }
.theme-icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.5rem; color: inherit; position: relative;
  transition: opacity .2s ease;
}
.theme-icon-btn:hover { opacity: 0.7; }

/* -------------------------------------------------------------------------
   ANIMATION / MOTION (Section 2.1)
   ------------------------------------------------------------------------- */
@keyframes qc-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes qc-fade-up { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes qc-scale-in { from { opacity: 0; transform: scale(0.94); } to { opacity: 1; transform: scale(1); } }
@keyframes qc-marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.reveal-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.4, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.4, 0.25, 1);
}
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.reveal-item[data-stagger] { transition-delay: 0s; }

/* Customizer preview / no-JS fallback (Section 2.1.5) */
body.is-customizer .reveal-item,
body.no-js .reveal-item {
  opacity: 1 !important;
  transform: none !important;
}

.animate-fade-in { animation: qc-fade-in 0.3s ease both; }
.animate-in { animation: qc-fade-in 0.3s ease both; }

@media (prefers-reduced-motion: reduce) {
  .reveal-item { transition: none !important; opacity: 1 !important; transform: none !important; }
  .theme-marquee__track, .theme-hero__slide { animation: none !important; transition: none !important; }
}

/* -------------------------------------------------------------------------
   ANNOUNCEMENT BAR
   ------------------------------------------------------------------------- */
.theme-announcement {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background-color: var(--color-logo-blue); color: var(--color-background);
}
.theme-announcement__inner {
  display: flex; align-items: center; justify-content: center; position: relative;
  min-height: 2rem; padding-block: 0.375rem;
}
.theme-announcement-text {
  font-family: var(--font-condensed);
  font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; font-weight: 600; text-align: center;
}
.theme-announcement__close {
  position: absolute; right: 0.5rem; padding: 0.25rem; color: inherit; opacity: 0.85;
}
.theme-announcement__close:hover { opacity: 1; }
body.theme-announcement-hidden .theme-announcement { display: none; }

/* WordPress admin bar offset (Customizer preview + logged-in front end) */
body.admin-bar .theme-announcement { top: 32px; }
body.admin-bar .site-header { top: calc(2rem + 32px); }
body.admin-bar.theme-announcement-hidden .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .theme-announcement { top: 46px; }
  body.admin-bar .site-header { top: calc(2rem + 46px); }
  body.admin-bar.theme-announcement-hidden .site-header { top: 46px; }
}

/* -------------------------------------------------------------------------
   HEADER / NAV
   ------------------------------------------------------------------------- */
.site-header {
  position: fixed; left: 0; right: 0; z-index: 50;
  top: var(--qc-announcement-offset, 2rem);
  background: transparent;
  border-bottom: 1px solid transparent;
  color: var(--color-background);
  transition: background-color .3s ease, border-color .3s ease, color .3s ease, top .3s ease;
}
body.theme-announcement-hidden .site-header { top: 0; }
.site-header.is-solid,
.site-header.is-scrolled,
.site-header.is-mega-open {
  background-color: rgba(247, 250, 253, 0.95);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--color-border);
  color: var(--color-foreground);
  box-shadow: 0 10px 24px -18px rgba(22, 31, 59, 0.3);
}
.site-header.is-mega-open:not(.is-scrolled) {
  box-shadow: none;
}
/* Lovable Header.tsx: transparent hero header only on desktop; mobile always solid */
@media (max-width: 1023px) {
  .site-header {
    background-color: rgba(247, 250, 253, 0.95);
    backdrop-filter: blur(10px);
    border-bottom-color: var(--color-border);
    color: var(--color-foreground);
    box-shadow: 0 10px 24px -18px rgba(22, 31, 59, 0.3);
  }
}
.site-header:not(.is-solid):not(.is-scrolled):not(.is-mega-open)::before {
  content: '';
  position: absolute; inset: 0; height: 180%;
  background: linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,.2), transparent);
  pointer-events: none; z-index: -1;
}
@media (max-width: 1023px) {
  .site-header:not(.is-solid):not(.is-scrolled):not(.is-mega-open)::before {
    display: none;
  }
}
.site-nav { position: relative; display: flex; align-items: center; justify-content: space-between; height: 104px; transition: height .3s ease; overflow: visible; }
.site-header .container-wide { overflow: visible; }
.site-header.is-solid .site-nav, .site-header.is-scrolled .site-nav { height: 84px; }
@media (min-width: 1024px) { .site-nav { height: 120px; } .site-header.is-solid .site-nav, .site-header.is-scrolled .site-nav { height: 84px; } }

.site-nav__mobile-toggle { display: flex; align-items: center; flex: 1; }
.theme-mobile-menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 0.5rem; }
.theme-mobile-menu-toggle span { display: block; width: 20px; height: 2.5px; background: currentColor; border-radius: 1px; transition: all .3s ease; }
@media (min-width: 1024px) { .site-nav__mobile-toggle { display: none; } }

.site-logo { display: flex; align-items: center; z-index: 2; }
@media (max-width: 1023px) {
  .site-nav > .site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .site-nav > .site-logo { flex: 1; justify-content: flex-start; }
}
.site-logo-img {
  aspect-ratio: 1 / 1;
  width: auto !important;
  height: var(--logo-height);
  display: block;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  box-shadow: var(--shadow-soft);
  transition: height 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.site-header.is-scrolled .site-logo-img { height: var(--logo-height-scrolled); transform: none; }
@media (min-width: 1024px) {
  .site-header:not(.is-scrolled) .site-logo-img { height: var(--logo-height-desktop); }
  .site-header:not(.is-scrolled):not(.is-solid):not(.is-mega-open) .site-logo-img {
    height: var(--logo-height-hero-lg);
    transform: translateY(1rem);
    box-shadow: var(--shadow-elevated);
    outline: 1px solid rgba(255, 255, 255, 0.5);
  }
  .site-header.is-mega-open:not(.is-scrolled) .site-logo-img {
    height: var(--logo-height-desktop);
    transform: none;
    outline: none;
    box-shadow: var(--shadow-soft);
  }
}
.site-header.is-scrolled .site-logo-img { outline: none; }
.site-logo-text { font-family: var(--font-display); font-size: 18px; line-height: 1; color: inherit; }

.site-nav__desktop { display: none; }
@media (min-width: 1024px) {
  /* Match Lovable: logo + icons flex-1; nav links sit centered between them */
  .site-nav__desktop { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
}
.site-header__bar { position: relative; }
.theme-nav-list { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.theme-nav-list li { display: flex; }
.theme-nav-list a { transition: color .3s ease; }
.theme-nav-list a:hover { color: var(--color-primary); }

/* Mega menu (desktop) */
.theme-mega-nav__list { display: flex; align-items: center; gap: 1rem; list-style: none; margin: 0; padding: 0; }
@media (min-width: 1280px) { .theme-mega-nav__list { gap: 1.75rem; } } /* lg:gap-4 xl:gap-7 */
.theme-mega-nav__item { display: flex; }
.theme-mega-nav__trigger {
  display: inline-flex; align-items: center; gap: 0.25rem;
  background: none; border: none; padding: 0; color: inherit;
  transition: color .3s ease;
}
.theme-mega-nav__trigger:hover,
.theme-mega-nav__trigger.is-active { color: var(--color-primary); }
.theme-mega-nav__chevron { flex-shrink: 0; transition: transform .2s ease; }
.theme-mega-nav__trigger.is-active .theme-mega-nav__chevron { transform: rotate(180deg); }

.theme-mega-menu {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 40;
  display: none;
}
@media (max-width: 1023px) {
  .theme-mega-menu { display: none !important; }
}
@media (min-width: 1024px) {
  .theme-mega-menu.is-open { display: block; animation: qc-fade-in 0.25s ease both; }
}
.theme-mega-menu__surface {
  background: var(--color-background);
  box-shadow: var(--shadow-elevated);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
/* py-12 only — do not zero horizontal padding from .container-wide (px-6 lg:px-10) */
.theme-mega-menu__inner { padding-block: 3rem; }
/* MegaMenu.tsx: grid-cols-12 gap-10; columns md:col-span-8; feature md:col-span-4 */
.theme-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
}
.theme-mega-menu__columns {
  grid-column: 1 / -1;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(var(--mega-cols, 1), minmax(0, 1fr));
}
@media (min-width: 768px) {
  .theme-mega-menu__grid.has-feature .theme-mega-menu__columns { grid-column: span 8; }
  .theme-mega-menu__grid.has-feature .theme-mega-menu__feature { grid-column: span 4; }
}
.theme-mega-menu__column { display: flex; flex-direction: column; }
.theme-mega-menu__column-title {
  font-family: var(--font-condensed);
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  font-weight: 700; color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
  margin: 0 0 1.5rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--color-border);
}
.theme-mega-menu__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.theme-mega-menu__link {
  text-align: left; background: none; border: none; padding: 0;
  font-family: var(--font-condensed); font-size: 0.875rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--color-foreground);
  transition: color .2s ease;
}
.theme-mega-menu__link:hover { color: var(--color-primary); }
.theme-mega-menu__shop-all {
  margin-top: 2rem; align-self: flex-start; background: none; border: none;
  border-bottom: 1px solid var(--color-logo-blue); padding: 0 0 0.25rem;
  font-family: var(--font-condensed); font-size: 11px; letter-spacing: 0.3em;
  text-transform: uppercase; font-weight: 600; color: var(--color-foreground);
  transition: color .2s ease, border-color .2s ease;
}
.theme-mega-menu__shop-all:hover { color: var(--color-primary); border-color: var(--color-primary); }
.theme-mega-menu__feature {
  display: none; background: none; border: none; padding: 0; text-align: left;
  position: relative; overflow: hidden;
}
@media (min-width: 768px) {
  .theme-mega-menu__grid.has-feature .theme-mega-menu__feature { display: block; }
}
.theme-mega-menu__feature-media {
  position: relative; aspect-ratio: 4 / 5; width: 100%; overflow: hidden;
}
.theme-mega-menu__feature-media .cover-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.theme-mega-menu__feature-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.1) 40%, rgba(0,0,0,.2));
}
.theme-mega-menu__feature-eyebrow {
  position: absolute; top: 1.5rem; left: 1.5rem; right: 1.5rem;
  font-family: var(--font-condensed); font-size: 11px; letter-spacing: 0.32em;
  text-transform: uppercase; font-weight: 600; color: rgba(247,250,253,.95);
}
.theme-mega-menu__feature-copy {
  position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; color: var(--color-background);
}
.theme-mega-menu__feature-title {
  font-family: var(--font-condensed); font-weight: 700; text-transform: uppercase;
  font-size: 1.5rem; line-height: 1.25; letter-spacing: -0.025em; margin: 0 0 0.75rem;
  text-shadow: 0 2px 18px rgba(0,0,0,.6);
}
.theme-mega-menu__feature-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-condensed); font-size: 11px; letter-spacing: 0.32em;
  text-transform: uppercase; font-weight: 600; border-bottom: 1px solid rgba(247,250,253,.8); padding-bottom: 0.25rem;
}
.theme-mega-menu__feature:hover .cover-img { transform: scale(1.05); }
.theme-mega-menu__feature-media .cover-img { transition: transform 1.2s ease; }

/* Mobile mega accordion */
.theme-mobile-mega-nav { list-style: none; margin: 0; padding: 0; }
.theme-mobile-mega-nav__item { border-bottom: 1px solid color-mix(in srgb, var(--color-border) 40%, transparent); }
.theme-mobile-mega-nav__toggle,
.theme-mobile-mega-nav__link {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 0.75rem; background: none; border: none; text-align: left;
  font-family: var(--font-display); font-size: 18px; color: var(--color-foreground);
}
.theme-mobile-mega-nav__panel { padding: 0 0.75rem 0.75rem; }
.theme-mobile-mega-nav__group { margin-bottom: 1rem; }
.theme-mobile-mega-nav__group-title {
  font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase;
  font-family: var(--font-body); color: color-mix(in srgb, var(--color-foreground) 50%, transparent);
  margin: 0 0 0.5rem;
}
.theme-mobile-mega-nav__group ul { list-style: none; margin: 0; padding: 0; }
.theme-mobile-mega-nav__group button {
  width: 100%; text-align: left; padding: 0.625rem 0; background: none; border: none;
  font-size: 0.875rem; font-family: var(--font-body); color: color-mix(in srgb, var(--color-foreground) 80%, transparent);
}
.theme-mobile-mega-nav__group button:hover { color: var(--color-primary); }
.theme-mobile-mega-nav__shop-all button {
  font-size: 0.75rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--color-primary); text-decoration: underline; text-underline-offset: 4px;
}

.site-nav__actions { display: flex; align-items: center; gap: 0.25rem; flex: 1; justify-content: flex-end; }
.theme-cart-btn { position: relative; }
.theme-cart-count {
  position: absolute; top: -2px; right: -2px;
  width: 20px; height: 20px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-condensed);
  font-size: 10px; font-weight: 600; background: var(--color-accent); color: #fff; border-radius: 999px;
}
.theme-cart-count:empty { display: none; }

/* Mobile menu */
.theme-mobile-menu {
  position: fixed; top: 0; left: 0; height: 100%; width: 88vw; max-width: 380px;
  background: var(--color-background); z-index: 90; transform: translateX(-100%);
  transition: transform .35s ease; display: flex; flex-direction: column;
  box-shadow: var(--shadow-elevated);
}
.theme-mobile-menu.is-open { transform: translateX(0); }
.theme-mobile-menu-overlay {
  position: fixed; inset: 0; background: rgba(22,31,59,.4); z-index: 89; opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.theme-mobile-menu.is-open ~ .theme-mobile-menu-overlay,
.theme-mobile-menu-overlay.is-open { opacity: 1; pointer-events: auto; }
.theme-mobile-menu__panel { display: flex; flex-direction: column; height: 100%; }
.theme-mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding: 0 1.25rem; height: 72px; border-bottom: 1px solid var(--color-border); flex-shrink: 0; }
.theme-mobile-menu__head .site-logo { gap: 0.75rem; }
.theme-mobile-menu__logo {
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
}
.theme-mobile-menu__head span { font-family: var(--font-display); font-size: 18px; }
.theme-mobile-menu__nav { flex: 1; overflow-y: auto; padding: 0.75rem 0.5rem; }
.theme-mobile-nav-list { list-style: none; display: flex; flex-direction: column; }
.theme-mobile-nav-list li { border-bottom: 1px solid rgba(211,220,232,.4); }
.theme-mobile-nav-list a { display: block; padding: 1rem 0.75rem; font-family: var(--font-display); font-size: 18px; color: var(--color-foreground); }
.theme-mobile-menu__footer { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; border-top: 1px solid var(--color-border); padding: 1rem 0.75rem; flex-shrink: 0; }
.theme-mobile-menu__action {
  display: flex; align-items: center; justify-content: center; padding: 0.75rem;
  border: 1px solid var(--color-border); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  transition: background-color .2s, color .2s;
}
.theme-mobile-menu__action:hover { background: var(--color-primary); color: #fff; }
.theme-mobile-menu__action--cart { grid-column: 1 / -1; background: linear-gradient(135deg, var(--color-rose-gold-start), var(--color-rose-gold-mid), var(--color-rose-gold-end)); color: #fff; border: none; }

/* -------------------------------------------------------------------------
   SEARCH DIALOG
   ------------------------------------------------------------------------- */
.theme-search-dialog {
  position: fixed; inset: 0; z-index: 80; display: none;
}
.theme-search-dialog.is-open { display: block; animation: qc-fade-in .3s ease both; }
.theme-search-dialog__overlay { position: absolute; inset: 0; background: rgba(22,31,59,.4); backdrop-filter: blur(3px); }
.theme-search-dialog__panel {
  position: relative; background: var(--color-background); width: 100%; max-height: 92vh; overflow-y: auto;
  border-bottom: 1px solid var(--color-border); box-shadow: var(--shadow-elevated);
}
.theme-search-dialog__close { position: absolute; top: 1.25rem; right: 1.25rem; z-index: 10; }
.theme-search-dialog__inner { padding-block: 2.5rem; }
.theme-search-dialog__input-row { display: flex; align-items: center; gap: 0.75rem; border-bottom: 1px solid rgba(22,31,59,.3); padding-bottom: 0.75rem; }
.theme-search-dialog__input { flex: 1; background: transparent; border: none; outline: none; font-family: var(--font-display); font-size: 1.5rem; }
.theme-search-dialog__input::placeholder { color: rgba(22,31,59,.4); }
.theme-search-dialog__results { margin-top: 2rem; }
.theme-search-results__heading { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 1.5rem; }
.theme-search-results__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
@media (min-width: 768px) { .theme-search-results__grid { grid-template-columns: repeat(4,1fr); } }
.theme-search-result { text-align: left; }
.theme-search-result__image { aspect-ratio: 1/1; overflow: hidden; background: var(--color-secondary); position: relative; }
.theme-search-result__image img { transition: transform .7s ease; }
.theme-search-result:hover .theme-search-result__image img { transform: scale(1.05); }
.theme-search-result__title { margin-top: 0.75rem; font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.24em; text-transform: uppercase; line-height: var(--leading-snug); }
.theme-search-result__price { margin-top: 0.25rem; font-family: var(--font-body); font-size: var(--text-xs); color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }
.theme-search-no-results { font-family: var(--font-body); font-size: var(--text-sm); color: rgba(22,31,59,.6); }
.theme-search-no-results em { font-family: var(--font-display); font-style: italic; }

/* -------------------------------------------------------------------------
   CONTACT MODAL
   ------------------------------------------------------------------------- */
.theme-contact-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 1rem; }
.theme-contact-modal.is-open { display: flex; animation: qc-fade-in .25s ease both; }
.theme-contact-modal__overlay { position: absolute; inset: 0; background: rgba(22,31,59,.5); }
.theme-contact-modal__panel {
  position: relative; background: var(--color-background); max-width: 32rem; width: 100%; max-height: 90vh; overflow-y: auto;
  padding: 1.5rem; border: 1px solid var(--color-border); box-shadow: var(--shadow-elevated);
  display: grid; gap: 1rem; align-content: start;
  animation: qc-scale-in .3s ease both;
}
.theme-contact-modal__close { position: absolute; top: 1rem; right: 1rem; }
.theme-contact-modal .label-eyebrow { display: block; margin-bottom: 0.5rem; }
.theme-contact-modal__title { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.25; font-weight: 700; margin: 0; }
.theme-contact-modal__body { margin: 0; font-family: var(--font-body); font-size: 15px; line-height: var(--leading-relaxed); color: var(--color-muted-foreground); }
.theme-contact-modal__meta {
  display: flex; flex-direction: column; gap: 0.5rem; font-family: var(--font-body); font-size: 0.875rem; color: var(--color-muted-foreground);
  border-top: 1px solid var(--color-border); padding-top: 1rem; margin-top: 0.5rem;
}
.theme-contact-modal__meta-row { display: flex; align-items: center; gap: 0.5rem; min-width: 0; }
.theme-contact-modal__meta-icon { flex-shrink: 0; opacity: 0.85; }
.theme-contact-modal__meta a { transition: color .2s ease; }
.theme-contact-modal__meta a:hover { color: var(--color-foreground); }
.theme-contact-modal__form { margin: 0; display: flex; flex-direction: column; gap: 1rem; }
.theme-contact-modal__form .label-eyebrow { margin-bottom: 0.375rem; }
.theme-contact-modal__row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .theme-contact-modal__row { grid-template-columns: 1fr 1fr; } }
.theme-contact-modal__form input, .theme-contact-modal__form textarea {
  width: 100%; padding: 0.6rem 0.75rem; background: var(--color-background); border: 1px solid var(--color-border);
  font-size: 0.875rem; transition: border-color .2s ease; resize: none;
}
.theme-contact-modal__form input:focus, .theme-contact-modal__form textarea:focus { outline: none; border-color: var(--color-primary); }
.theme-contact-modal__submit-row { display: flex; justify-content: flex-end; }
.theme-contact-modal__submit { height: 44px; padding: 0 1.5rem; }
.theme-contact-modal__status { font-size: 0.75rem; text-align: right; min-height: 1em; }
.theme-contact-modal__status.is-error { color: var(--color-destructive); }
.theme-contact-modal__status.is-success { color: var(--color-primary); }

/* -------------------------------------------------------------------------
   HERO
   ------------------------------------------------------------------------- */
.theme-hero { position: relative; width: 100%; min-height: 100vh; min-height: 100svh; overflow: hidden; }
.theme-hero__slides { position: absolute; inset: 0; }
.theme-hero__slide { opacity: 0; transition: opacity 1.4s cubic-bezier(.25,.4,.25,1), transform 1.4s cubic-bezier(.25,.4,.25,1); transform: scale(1.04); }
.theme-hero__slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.theme-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,31,59,.7), rgba(22,31,59,.25) 60%, rgba(22,31,59,.25)); z-index: 2; }
.theme-hero__content { position: absolute; inset-inline: 0; bottom: 0; z-index: 3; }
.theme-hero__inner { padding-bottom: 6rem; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1.75rem; }
@media (min-width: 768px) { .theme-hero__inner { padding-bottom: 7rem; } }
.theme-hero-title {
  font-family: var(--font-display);
  color: var(--color-highlight);
  font-size: var(--text-4xl); /* text-4xl */
  line-height: var(--leading-display-tight); /* leading-[1.02] */
  letter-spacing: var(--tracking-tight);
  font-weight: 700;
  text-wrap: balance;
}
@media (min-width: 640px) { .theme-hero-title { font-size: var(--text-5xl); line-height: var(--leading-display-tight); } } /* sm:text-5xl */
@media (min-width: 768px) { .theme-hero-title { font-size: var(--text-6xl); line-height: var(--leading-display-tight); } } /* md:text-6xl */
.theme-hero-subtitle { font-family: var(--font-body); font-size: var(--text-base); line-height: var(--leading-normal); color: rgba(247,250,253,.9); max-width: 36rem; }
@media (min-width: 768px) { .theme-hero-subtitle { font-size: var(--text-lg); } }
.theme-hero__ctas { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
@media (min-width: 640px) { .theme-hero__ctas { flex-direction: row; } }
.theme-hero__dots { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; gap: 0.5rem; }
.theme-hero__dot { height: 8px; width: 8px; border-radius: 999px; background: rgba(247,250,253,.5); transition: all .5s ease; }
.theme-hero__dot.is-active { width: 40px; background: var(--color-background); }

body.theme-no-hero { padding-top: var(--header-height); }
body.theme-single-product-page.theme-no-hero { padding-top: 0; }
body.single-product,
body.theme-single-product-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.theme-thankyou-page { --header-height: 104px; }
body.single-product .site-header.is-scrolled,
body.theme-single-product-page .site-header.is-scrolled,
body.woocommerce-cart .site-header.is-scrolled,
body.woocommerce-checkout .site-header.is-scrolled,
body.woocommerce-account .site-header.is-scrolled,
body.theme-thankyou-page .site-header.is-scrolled { --header-height: 84px; }
body.single-product .site-header.is-solid .site-logo-img,
body.theme-single-product-page .site-header.is-solid .site-logo-img,
body.woocommerce-cart .site-header.is-solid .site-logo-img,
body.woocommerce-checkout .site-header.is-solid .site-logo-img,
body.woocommerce-account .site-header.is-solid .site-logo-img,
body.theme-thankyou-page .site-header.is-solid .site-logo-img {
  height: var(--logo-height);
  transform: none;
  outline: none;
}
@media (min-width: 1024px) {
  body.single-product .site-header.is-solid:not(.is-scrolled) .site-logo-img,
  body.theme-single-product-page .site-header.is-solid:not(.is-scrolled) .site-logo-img,
  body.woocommerce-cart .site-header.is-solid:not(.is-scrolled) .site-logo-img,
  body.woocommerce-checkout .site-header.is-solid:not(.is-scrolled) .site-logo-img,
  body.woocommerce-account .site-header.is-solid:not(.is-scrolled) .site-logo-img,
  body.theme-thankyou-page .site-header.is-solid:not(.is-scrolled) .site-logo-img {
    height: var(--logo-height-desktop);
  }
  body.single-product .site-header.is-solid.is-scrolled .site-logo-img,
  body.theme-single-product-page .site-header.is-solid.is-scrolled .site-logo-img,
  body.woocommerce-cart .site-header.is-solid.is-scrolled .site-logo-img,
  body.woocommerce-checkout .site-header.is-solid.is-scrolled .site-logo-img,
  body.woocommerce-account .site-header.is-solid.is-scrolled .site-logo-img,
  body.theme-thankyou-page .site-header.is-solid.is-scrolled .site-logo-img {
    height: var(--logo-height-scrolled);
  }
}
body:not(.theme-no-hero) .theme-hero { margin-top: 0; }

/* -------------------------------------------------------------------------
   CAPTION STRIP
   ------------------------------------------------------------------------- */
.theme-caption-strip { border-bottom: 2px solid var(--color-border); background-color: color-mix(in srgb, var(--color-secondary) 60%, transparent); }
.theme-caption-strip__inner { padding-block: 2rem; display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 768px) { .theme-caption-strip__inner { flex-direction: row; align-items: center; justify-content: space-between; } }
.theme-caption-title { font-family: var(--font-display); font-size: var(--text-xl); line-height: var(--leading-snug); font-weight: 700; letter-spacing: var(--tracking-tight); }
@media (min-width: 768px) { .theme-caption-title { font-size: var(--text-2xl); } }
.theme-caption-cta { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--color-primary); transition: color .2s; }
.theme-caption-cta:hover { color: var(--color-accent); }
.theme-caption-cta svg { transition: transform .2s; }
.theme-caption-cta:hover svg { transform: translateX(4px); }

/* -------------------------------------------------------------------------
   CATEGORY TILES
   ------------------------------------------------------------------------- */
.theme-cat-tiles__inner { padding-block: 4rem 3rem; }
@media (min-width: 1024px) { .theme-cat-tiles__inner { padding-block: 5rem 4rem; } }
.theme-cat-tiles__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.theme-cat-tiles__head h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  line-height: 2rem; /* Tailwind text-2xl default */
}
@media (min-width: 768px) {
  .theme-cat-tiles__head h2 { font-size: var(--text-3xl); line-height: var(--leading-text-3xl); }
}
.theme-cat-tiles__clear { font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--color-primary); }
.theme-cat-tiles__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
@media (min-width: 768px) { .theme-cat-tiles__grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.theme-cat-tile { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 1rem; background: var(--color-secondary); text-align: left; }
a.theme-cat-tile { display: block; text-decoration: none; color: inherit; }
.theme-cat-tile img { transition: transform 1.2s ease; }
.theme-cat-tile:hover img { transform: scale(1.05); }
.theme-cat-tile.is-active { box-shadow: 0 0 0 4px var(--color-accent); }
.theme-cat-tile__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,31,59,.65), rgba(22,31,59,.15) 60%, rgba(22,31,59,.1)); pointer-events: none; }
.theme-cat-tile__label { position: absolute; bottom: 1rem; left: 1rem; right: 3.5rem; font-family: var(--font-display); font-weight: 700; color: var(--color-background); font-size: 1rem; line-height: 1.2; }
@media (min-width: 768px) { .theme-cat-tile__label { font-size: 1.125rem; } }
.theme-cat-tile__arrow { position: absolute; bottom: 1rem; right: 1rem; width: 32px; height: 32px; border-radius: 50%; background: var(--color-background); color: var(--color-primary); display: flex; align-items: center; justify-content: center; transition: transform .3s ease; }
.theme-cat-tile:hover .theme-cat-tile__arrow { transform: translateX(4px); }

/* -------------------------------------------------------------------------
   SHOP SECTION
   ------------------------------------------------------------------------- */
.theme-shop-section { background-color: color-mix(in srgb, var(--color-secondary) 50%, transparent); border-radius: 1.5rem; margin: 0 0.75rem; }
@media (min-width: 768px) { .theme-shop-section { margin: 0 1.5rem; } }
.theme-shop-section__head { padding-block: 4rem 1rem; text-align: center; }
@media (min-width: 1024px) { .theme-shop-section__head { padding-block: 6rem 1rem; } }
.theme-shop-eyebrow { display: block; margin-bottom: 0.75rem; }
.theme-shop-title {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: 700;
  line-height: var(--leading-display-snug); /* leading-[1.05] */
  letter-spacing: var(--tracking-tight);
  text-wrap: balance;
}
@media (min-width: 768px) { .theme-shop-title { font-size: var(--text-5xl); } }
@media (min-width: 1024px) { .theme-shop-title { font-size: var(--text-6xl); } }
.theme-shop-subtitle { margin-top: 1rem; font-family: var(--font-body); font-size: var(--text-sm); color: var(--color-muted-foreground); max-width: 28rem; margin-inline: auto; }
.theme-shop-section__body { padding-bottom: 5rem; }
@media (min-width: 1024px) { .theme-shop-section__body { padding-bottom: 7rem; } }

.theme-shop-filters { display: flex; flex-direction: column; align-items: stretch; width: 100%; gap: 0.75rem; margin-bottom: 2.5rem; justify-content: center; }
@media (min-width: 640px) { .theme-shop-filters { flex-direction: row; align-items: center; gap: 1rem; } }
.theme-shop-filter { position: relative; width: 100%; flex: 1 1 auto; max-width: none; }
@media (min-width: 640px) { .theme-shop-filter { width: auto; max-width: 20rem; } }
.theme-shop-filter__toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
  padding: 0.75rem 1rem; border-radius: 0.75rem; border: 2px solid var(--color-border); background: var(--color-background);
  transition: border-color .2s ease;
}
.theme-shop-filter__toggle:hover, .theme-shop-filter.is-open .theme-shop-filter__toggle { border-color: var(--color-primary); }
.theme-shop-filter__label-group { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.theme-shop-filter__label { font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-muted-foreground); }
.theme-shop-filter__value { font-family: var(--font-body); font-size: var(--text-sm); font-weight: 600; margin-top: 0.125rem; }
.theme-shop-filter__toggle svg { transition: transform .2s ease; flex-shrink: 0; }
.theme-shop-filter.is-open .theme-shop-filter__toggle svg { transform: rotate(180deg); }
.theme-shop-filter__list {
  position: absolute; left: 0; right: 0; top: 100%; margin-top: 0.25rem; z-index: 30; list-style: none;
  background: var(--color-background); border: 2px solid var(--color-border); border-radius: 0.75rem;
  max-height: 20rem; overflow-y: auto; box-shadow: var(--shadow-soft); display: none;
}
.theme-shop-filter.is-open .theme-shop-filter__list { display: block; animation: qc-fade-in .2s ease both; }
.theme-shop-filter__list button { width: 100%; text-align: left; padding: 0.6rem 1rem; font-family: var(--font-body); font-size: var(--text-sm); display: flex; align-items: center; justify-content: space-between; }
.theme-shop-filter__list button:hover { background: color-mix(in srgb, var(--color-secondary) 60%, transparent); }
.theme-shop-filter__list button.is-active { color: var(--color-primary); font-weight: 600; }
.theme-shop-filters__clear-all { font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--color-primary); align-self: center; }

.theme-product-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: stretch;
}
@media (min-width: 640px) { .theme-product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.theme-product-card-wrap { display: flex; flex-direction: column; height: 100%; }
.theme-product-card-wrap.is-filtered-out { display: none; }
.theme-product-card { position: relative; display: flex; flex-direction: column; height: 100%; }
.theme-product-card > .theme-card-link { position: absolute; inset: 0; z-index: 2; pointer-events: auto; }
.theme-product-card *:not(.theme-card-link) { pointer-events: none; }
.theme-product-card__image-wrapper { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--color-secondary); border-radius: 0.75rem; }
.theme-product-card__image-wrapper img { transition: transform .7s ease; }
.theme-product-card:hover .theme-product-card__image-wrapper img { transform: scale(1.03); }
.product-card-img.is-sold-out { opacity: 0.6; }
.theme-product-card__badge {
  position: absolute; top: 0.75rem; left: 0.75rem; padding: 0.35rem 0.7rem; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  font-family: var(--font-condensed);
  font-weight: 600; background: var(--color-foreground); color: var(--color-background); z-index: 3;
}
.theme-product-card__info { padding-top: 1rem; padding-bottom: 0.25rem; flex: 1; }
.theme-product-card__title { font-weight: 600; text-transform: uppercase; letter-spacing: 0.025em; font-size: var(--text-prose); font-family: var(--font-condensed); line-height: var(--leading-snug); transition: color .2s; }
.theme-product-card:hover .theme-product-card__title { color: var(--color-primary); }
.theme-product-card__price { margin-top: 0.5rem; font-size: var(--text-sm); font-weight: 600; font-family: var(--font-condensed); font-variant-numeric: tabular-nums; }
.theme-product-card__price del { color: var(--color-muted-foreground); font-weight: 400; text-decoration: line-through; }
.theme-product-card__price ins { color: var(--color-accent); text-decoration: none; }

.theme-shop-view-more-wrap { margin-top: 2.5rem; text-align: center; }
.theme-shop-view-more-wrap .theme-shop-view-more[hidden] { display: none; }

.theme-shop-empty { padding: 5rem 0; text-align: center; border: 2px dashed var(--color-border); border-radius: 1rem; background: var(--color-background); }
.theme-shop-empty-title { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 0.5rem; }
.theme-shop-empty-text { font-family: var(--font-body); font-size: var(--text-sm); color: var(--color-muted-foreground); }

/* -------------------------------------------------------------------------
   BANNERS
   ------------------------------------------------------------------------- */
.theme-banners__grid { display: grid; grid-template-columns: 1fr; gap: 1rem; padding-block: 4rem; }
@media (min-width: 768px) { .theme-banners__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; } }
@media (min-width: 1024px) { .theme-banners__grid { padding-block: 5rem; } }
.theme-banner { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 1.5rem; }
@media (min-width: 768px) { .theme-banner { aspect-ratio: 5/6; } }
.theme-banner img { transition: transform 1.2s ease; }
.theme-banner:hover img { transform: scale(1.04); }
.theme-banner__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,31,59,.65), rgba(22,31,59,.15) 60%, rgba(22,31,59,.1)); }
.theme-banner__content { position: absolute; inset-inline: 0; bottom: 0; padding: 2rem; }
@media (min-width: 768px) { .theme-banner__content { padding: 2.5rem; } }
.theme-banner__eyebrow { display: inline-block; font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700; color: var(--color-background); background: var(--color-accent); padding: 0.35rem 0.75rem; border-radius: 999px; margin-bottom: 0.75rem; }
.theme-banner__content h3 {
  font-family: var(--font-display); font-weight: 700; color: var(--color-background);
  font-size: var(--text-2xl); line-height: var(--leading-display-snug); letter-spacing: var(--tracking-tight); margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .theme-banner__content h3 { font-size: var(--text-3xl); } }
@media (min-width: 1024px) { .theme-banner__content h3 { font-size: var(--text-4xl); } }

/* -------------------------------------------------------------------------
   PROCESS
   ------------------------------------------------------------------------- */
/* Index.tsx: Section bg-secondary/50 + container-wide py-16 lg:py-24 */
.theme-process { background-color: color-mix(in srgb, var(--color-secondary) 50%, transparent); }
.theme-process__inner { padding-block: 4rem; }
@media (min-width: 1024px) { .theme-process__inner { padding-block: 6rem; } }
.theme-process__head { text-align: center; margin-bottom: 3rem; } /* mb-12 */
.theme-process-eyebrow { display: block; margin-bottom: 0.75rem; } /* mb-3 */
.theme-process-title {
  font-family: var(--font-display);
  font-size: var(--text-3xl); /* text-3xl */
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-text-3xl); /* Tailwind text-3xl default lh */
}
@media (min-width: 768px) {
  .theme-process-title { font-size: var(--text-4xl); line-height: var(--leading-text-4xl); }
}
.theme-process__timeline-wrap { position: relative; text-align: left; }
.theme-process__timeline { list-style: none; display: grid; grid-template-columns: 1fr; gap: 2rem; position: relative; margin: 0; align-items: stretch; }
@media (min-width: 1024px) { .theme-process__timeline { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
/* ProcessTimeline connector tracks (base + animated fill — main.js) */
.theme-process__track {
  pointer-events: none;
  position: absolute;
  background: var(--color-border);
}
.theme-process__track--vertical {
  left: 27px;
  top: 1.75rem;
  bottom: auto;
  width: 2px;
  overflow: hidden;
  /* height: first → last node (set in main.js on mobile) */
}
.theme-process__track--horizontal { display: none; }
@media (min-width: 1024px) {
  .theme-process__track--vertical { display: none; }
  .theme-process__track--horizontal {
    display: block;
    left: 12.5%;
    right: 12.5%;
    top: 27px;
    height: 2px;
  }
}
.theme-process__track-fill {
  position: absolute;
  background: var(--color-primary);
  border-radius: 9999px;
  will-change: transform;
}
.theme-process__track-fill--vertical {
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transform: scaleY(var(--process-progress, 0));
  transform-origin: top center;
}
.theme-process__track-fill--horizontal {
  inset: 0 auto 0 0;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--process-progress, 0));
  transform-origin: left center;
}
@media (prefers-reduced-motion: reduce) {
  .theme-process__track-fill { transform: none; height: 100%; width: 100%; }
}
.theme-process-step { position: relative; display: flex; height: 100%; flex-direction: column; padding-left: 4rem; }
@media (min-width: 1024px) { .theme-process-step { padding-left: 0; align-items: center; text-align: center; } }
.theme-process-step__node {
  position: absolute; left: 0; top: 0; width: 3.5rem; height: 3.5rem; border-radius: 50%; border: 2px solid var(--color-border);
  background: var(--color-background); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  overflow: visible;
  transform: scale(calc(0.86 + var(--step-active, 0) * 0.14));
  will-change: transform;
}
@media (min-width: 1024px) { .theme-process-step__node { position: relative; margin: 0 auto 1.75rem; } }
.theme-process-step__node-glow {
  position: absolute; inset: -0.5rem; border-radius: 50%;
  background: color-mix(in srgb, var(--color-primary) 40%, transparent);
  filter: blur(12px); opacity: calc(var(--step-active, 0) * 0.4); pointer-events: none; z-index: 0;
}
.theme-process-step__node-fill {
  position: absolute; inset: 0; border-radius: 50%; background: var(--color-primary); z-index: 1;
  opacity: var(--step-active, 0);
}
.theme-process-step__node-icon {
  position: relative; z-index: 2; display: flex; align-items: center; justify-content: center;
  color: var(--color-background);
  opacity: var(--step-active, 0);
}
@media (prefers-reduced-motion: reduce) {
  .theme-process-step__node { transform: none; }
  .theme-process-step__node-glow { opacity: 0.4; }
  .theme-process-step__node-fill,
  .theme-process-step__node-icon { opacity: 1; }
}
.theme-process-step__card { flex: 1; border-radius: 1rem; border: 2px solid var(--color-border); background: var(--color-background); padding: 1.75rem; transition: transform .3s ease, border-color .3s ease; }
.theme-process-step__card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--color-primary) 50%, transparent); }
.theme-process-step__eyebrow { font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: var(--color-muted-foreground); margin-bottom: 0.5rem; }
.theme-process-step__card h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl); /* text-xl */
  font-weight: 700;
  line-height: 1.75rem; /* Tailwind text-xl lh */
  margin-bottom: 0.5rem;
}
.theme-process-step__card p { font-family: var(--font-body); font-size: var(--text-sm); color: var(--color-muted-foreground); line-height: var(--leading-relaxed); }

/* -------------------------------------------------------------------------
   CUSTOM ORDERS
   ------------------------------------------------------------------------- */
.theme-custom-orders { padding: 4rem 0; }
@media (min-width: 1024px) { .theme-custom-orders { padding: 6rem 0; } }
.theme-custom-orders__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 1024px) { .theme-custom-orders__grid { grid-template-columns: 4fr 8fr; gap: 3.5rem; } }
.theme-custom-orders__intro { position: sticky; top: 8rem; }
.theme-custom-orders-eyebrow { display: block; margin-bottom: 1rem; }
.theme-custom-orders-title {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: var(--leading-tight); /* leading-tight */
  letter-spacing: var(--tracking-tight);
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) { .theme-custom-orders-title { font-size: var(--text-4xl); } }
.theme-custom-orders__intro p { font-family: var(--font-body); font-size: var(--text-prose); color: var(--color-muted-foreground); line-height: var(--leading-relaxed); margin-bottom: 1rem; }
.theme-custom-orders__contacts { margin-top: 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; }
.theme-custom-orders__contacts a { display: flex; align-items: center; gap: 0.75rem; font-family: var(--font-body); font-size: var(--text-sm); transition: color .2s; }
.theme-custom-orders__contacts a:hover { color: var(--color-primary); }

.theme-custom-order-form { border-radius: 1.5rem; border: 2px solid var(--color-border); background: var(--color-background); padding: 1.5rem; }
@media (min-width: 768px) { .theme-custom-order-form { padding: 2.5rem; } }
.theme-custom-order-form__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 768px) { .theme-custom-order-form__grid { grid-template-columns: 1fr 1fr; } }
.theme-custom-order-form__full { grid-column: 1 / -1; }
.theme-custom-order-form__label { display: block; font-family: var(--font-body); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--color-muted-foreground); margin-bottom: 0.5rem; }
.theme-custom-order-form input, .theme-custom-order-form textarea, .theme-custom-order-form select {
  width: 100%; padding: 0.75rem 1rem; background: var(--color-background); border: 2px solid var(--color-border); border-radius: 0.75rem;
  font-size: 0.875rem; transition: border-color .2s ease;
}
.theme-custom-order-form input:focus, .theme-custom-order-form textarea:focus, .theme-custom-order-form select:focus { outline: none; border-color: var(--color-primary); }
.theme-custom-order-form__error { margin-top: 0.375rem; font-size: 0.75rem; color: var(--color-destructive); min-height: 1em; }
.theme-custom-order-form__hint { margin-top: 0.5rem; font-size: 0.75rem; color: var(--color-muted-foreground); }
.theme-custom-order-form__submit { margin-top: 2rem; width: 100%; height: 3.5rem; font-size: var(--btn-font-size-compact); letter-spacing: 0.18em; }
.theme-custom-order-form__note { margin-top: 1rem; text-align: center; font-size: 0.75rem; color: var(--color-muted-foreground); }
.theme-custom-order-form__success { text-align: center; padding: 2.5rem 1rem; }
.theme-custom-order-form__success-icon { display: inline-flex; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--color-rose-gold-start), var(--color-rose-gold-mid), var(--color-rose-gold-end)); color: #fff; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.theme-custom-order-form__success h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; margin-bottom: 0.75rem; }
.theme-custom-order-form__success p { font-family: var(--font-body); font-size: var(--text-sm); color: var(--color-muted-foreground); max-width: 32rem; margin: 0 auto; line-height: var(--leading-relaxed); }
.theme-custom-order-form__success-ctas { margin-top: 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; }
@media (min-width: 640px) { .theme-custom-order-form__success-ctas { flex-direction: row; } }

/* -------------------------------------------------------------------------
   ABOUT
   ------------------------------------------------------------------------- */
.theme-about__grid { display: grid; grid-template-columns: 1fr; min-height: 70vh; }
@media (min-width: 1024px) { .theme-about__grid { grid-template-columns: 1fr 1fr; } }
.theme-about__media { position: relative; min-height: 60vh; overflow: hidden; order: 2; }
@media (min-width: 1024px) { .theme-about__media { min-height: 100%; order: 1; } }
.theme-about__copy { display: flex; flex-direction: column; justify-content: center; padding: 4rem 1.5rem; order: 1; }
@media (min-width: 640px) { .theme-about__copy { padding: 4rem 2rem; } }
@media (min-width: 768px) { .theme-about__copy { padding: 4rem 3.5rem; } }
@media (min-width: 1024px) { .theme-about__copy { padding: 5rem 5rem; order: 2; } }
.theme-about-eyebrow { display: block; margin-bottom: 1.5rem; }
.theme-about-title {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: 700;
  line-height: var(--leading-display-snug);
  letter-spacing: var(--tracking-tight);
  margin-bottom: 2rem;
}
@media (min-width: 768px) { .theme-about-title { font-size: var(--text-5xl); } }
.theme-about__body { display: flex; flex-direction: column; gap: 1rem; color: var(--color-muted-foreground); font-family: var(--font-body); font-size: var(--text-prose); line-height: var(--leading-relaxed); margin-bottom: 2rem; }
.theme-about__photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin-bottom: 2rem; }
.theme-about__photo-btn { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 1rem; background: var(--color-secondary); }
.theme-about__photo-btn img { transition: transform .5s ease; object-position: top; }
.theme-about__photo-btn:hover img { transform: scale(1.05); }
.theme-about-quote {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  line-height: var(--leading-snug);
  font-weight: 700;
  border-top: 2px solid var(--color-border);
  padding-top: 2rem;
}
@media (min-width: 768px) { .theme-about-quote { font-size: var(--text-2xl); } }
.theme-about-image { object-position: top; }

/* -------------------------------------------------------------------------
   LIGHTBOX
   ------------------------------------------------------------------------- */
.theme-lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; background: rgba(22,31,59,.9); padding: 1rem; }
.theme-lightbox.is-open { display: flex; animation: qc-fade-in .2s ease both; }
.theme-lightbox__close, .theme-lightbox__prev, .theme-lightbox__next { position: absolute; width: 44px; height: 44px; border-radius: 50%; background: rgba(247,250,253,.9); color: var(--color-foreground); }
.theme-lightbox__close { top: 1.5rem; right: 1.5rem; }
.theme-lightbox__prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.theme-lightbox__next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
.theme-lightbox figure { max-width: 64rem; width: 100%; }
.theme-lightbox img { margin: 0 auto; max-height: 80vh; width: auto; max-width: 100%; border-radius: 1rem; object-fit: contain; box-shadow: var(--shadow-elevated); }
.theme-lightbox figcaption { margin-top: 1rem; text-align: center; font-size: 0.875rem; color: rgba(247,250,253,.9); }

/* -------------------------------------------------------------------------
   WHAT I MAKE CAROUSEL
   ------------------------------------------------------------------------- */
.theme-makes__head { text-align: center; max-width: 42rem; margin: 0 auto 2.5rem; padding-top: 4rem; }
@media (min-width: 1024px) { .theme-makes__head { padding-top: 6rem; } }
.theme-makes-eyebrow { display: block; margin-bottom: 1rem; }
.theme-makes-title {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: var(--leading-display-snug);
  letter-spacing: var(--tracking-tight);
}
@media (min-width: 768px) { .theme-makes-title { font-size: var(--text-4xl); } }
.theme-makes-body { margin-top: 1rem; font-family: var(--font-body); font-size: var(--text-prose); color: var(--color-muted-foreground); line-height: var(--leading-relaxed); }
.theme-makes-carousel { width: 100%; padding-bottom: 4rem; }
@media (min-width: 1024px) { .theme-makes-carousel { padding-bottom: 6rem; } }
.theme-makes-carousel__viewport { overflow: hidden; padding: 1.25rem 0; }
.theme-makes-carousel__track { display: flex; touch-action: pan-y; }
.theme-makes-carousel__slide { min-width: 0; flex: 0 0 86%; padding: 0 0.5rem; }
@media (min-width: 640px) { .theme-makes-carousel__slide { flex: 0 0 70%; padding: 0 0.75rem; } }
@media (min-width: 1024px) { .theme-makes-carousel__slide { flex: 0 0 56%; padding: 0 1rem; } }
@media (min-width: 1280px) { .theme-makes-carousel__slide { flex: 0 0 48%; } }
.theme-makes-carousel__card-btn { display: block; width: 100%; height: 100%; text-align: left; }
.theme-makes-carousel__card {
  height: 100%; overflow: hidden; border-radius: 1.5rem; border: 2px solid var(--color-border); background: var(--color-surface);
  transform: scale(0.92); opacity: 0.5; filter: blur(1px);
  transition: opacity .5s ease, transform .5s ease, filter .5s ease;
}
.theme-makes-carousel__slide.is-active .theme-makes-carousel__card { transform: scale(1); opacity: 1; filter: blur(0); }
.theme-makes-carousel__image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
@media (min-width: 640px) { .theme-makes-carousel__image { aspect-ratio: 16/10; } }
@media (min-width: 1024px) { .theme-makes-carousel__image { aspect-ratio: 16/9; } }
.theme-makes-carousel__body { padding: 1.5rem; }
@media (min-width: 640px) { .theme-makes-carousel__body { padding: 1.75rem; } }
.theme-makes-carousel__body h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
@media (min-width: 640px) { .theme-makes-carousel__body h3 { font-size: 1.5rem; } }
.theme-makes-carousel__body p { font-family: var(--font-body); font-size: var(--text-sm); color: var(--color-muted-foreground); line-height: var(--leading-relaxed); }
.theme-makes-carousel__controls { margin-top: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.theme-makes-carousel__arrow { display: inline-flex; height: 44px; width: 44px; align-items: center; justify-content: center; border-radius: 50%; border: 2px solid var(--color-border); background: var(--color-background); transition: border-color .2s, color .2s; }
.theme-makes-carousel__arrow:hover { border-color: var(--color-primary); color: var(--color-primary); }
.theme-makes-carousel__counter { min-width: 56px; text-align: center; font-size: 0.75rem; font-weight: 700; color: var(--color-muted-foreground); font-variant-numeric: tabular-nums; }

/* -------------------------------------------------------------------------
   STUDIO BANNER
   ------------------------------------------------------------------------- */
.theme-studio-banner { padding-bottom: 1rem; }
.theme-studio-banner__frame { position: relative; width: 100%; height: 45vh; overflow: hidden; border-radius: 1.5rem; }
@media (min-width: 768px) { .theme-studio-banner__frame { height: 60vh; } }
.theme-studio-banner__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,31,59,.65), rgba(22,31,59,.2), transparent); }
.theme-studio-title {
  position: absolute; left: 2rem; right: 2rem; bottom: 2rem;
  color: var(--color-background);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-3xl);
  line-height: var(--leading-display-snug);
  letter-spacing: var(--tracking-tight);
}
@media (min-width: 768px) { .theme-studio-title { left: 3.5rem; bottom: 3.5rem; font-size: var(--text-5xl); } }

/* -------------------------------------------------------------------------
   REVIEWS
   ------------------------------------------------------------------------- */
.theme-reviews { padding: 4rem 0; }
@media (min-width: 1024px) { .theme-reviews { padding: 6rem 0; } }
.theme-reviews__head { text-align: center; margin-bottom: 2.5rem; }
.theme-reviews-eyebrow { display: block; margin-bottom: 0.75rem; }
.theme-reviews-title {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-text-3xl);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .theme-reviews-title { font-size: var(--text-4xl); line-height: var(--leading-text-4xl); }
}
.theme-reviews-subtitle { font-family: var(--font-body); font-size: var(--text-sm); color: var(--color-muted-foreground); max-width: 36rem; margin: 0 auto; }
.theme-reviews__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: stretch; }
@media (min-width: 768px) { .theme-reviews__grid { grid-template-columns: repeat(3, 1fr); } }
.theme-review-card { border-radius: 1rem; border: 2px solid var(--color-border); background: color-mix(in srgb, var(--color-secondary) 40%, transparent); padding: 1.75rem; display: flex; flex-direction: column; }
.theme-review-card__stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; color: var(--color-accent); }
.theme-review-card__text { font-family: var(--font-body); font-size: var(--text-sm); color: var(--color-muted-foreground); line-height: var(--leading-relaxed); margin-bottom: 1.25rem; flex: 1; }
.theme-review-card__name { font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }

/* -------------------------------------------------------------------------
   MARQUEE
   ------------------------------------------------------------------------- */
.theme-marquee { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--color-rose-gold-start), var(--color-rose-gold-mid), var(--color-rose-gold-end)); border-top: 2px solid rgba(22,31,59,.1); border-bottom: 2px solid rgba(22,31,59,.1); padding: 1.25rem 0; }
.theme-marquee__track { display: flex; white-space: nowrap; animation: qc-marquee-scroll 30s linear infinite; width: max-content; }
.theme-marquee__group { display: flex; flex-shrink: 0; align-items: center; gap: 2rem; padding-right: 2rem; }
.theme-marquee__item { display: flex; align-items: center; gap: 2rem; }
.theme-marquee__phrase {
  font-family: var(--font-display);
  color: var(--color-background);
  font-size: var(--text-3xl);
  line-height: var(--leading-none);
  text-transform: uppercase;
  letter-spacing: 0.025em; /* tracking-wide */
}
@media (min-width: 768px) { .theme-marquee__phrase { font-size: var(--text-5xl); } }
.theme-marquee__dot { color: rgba(247,250,253,.8); font-size: var(--text-3xl); line-height: 1; }
@media (min-width: 768px) { .theme-marquee__dot { font-size: var(--text-5xl); } }

/* -------------------------------------------------------------------------
   FAQ
   ------------------------------------------------------------------------- */
.theme-faq-section { padding: 5rem 0; }
@media (min-width: 1024px) { .theme-faq-section { padding: 7rem 0; } }
.theme-faq-heading {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-5xl); /* text-5xl */
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-tight);
  margin-bottom: 4rem;
  border-bottom: 2px solid var(--color-border);
  padding-bottom: 1rem;
}
@media (min-width: 768px) { .theme-faq-heading { font-size: var(--text-6xl); } }
@media (min-width: 1024px) { .theme-faq-heading { font-size: var(--text-7xl); } }
.theme-faq__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 1024px) { .theme-faq__grid { grid-template-columns: 4fr 8fr; gap: 5rem; } }
.theme-faq__intro { display: flex; flex-direction: column; gap: 1.5rem; align-self: start; }
@media (min-width: 1024px) {
  .theme-faq__intro { position: sticky; top: 8rem; z-index: 1; }
}
.theme-faq__intro p { font-family: var(--font-body); font-size: 1rem; line-height: var(--leading-relaxed); }
@media (min-width: 768px) { .theme-faq__intro p { font-size: 1.125rem; } }
.theme-faq__intro .btn-cta { align-self: flex-start; padding: 0.75rem 2rem; height: auto; letter-spacing: 0.16em; }
.theme-faq__list { border-top: 2px solid var(--color-border); }
.theme-faq-item { border-bottom: 2px solid var(--color-border); }
.theme-faq-item__question { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; text-align: left; }
.theme-faq-item__question span:first-child { font-family: var(--font-body); font-weight: 600; font-size: var(--text-prose); line-height: var(--leading-snug); padding-right: 1rem; transition: color .2s; }
.theme-faq-item__question:hover span:first-child { color: var(--color-primary); }
@media (min-width: 768px) { .theme-faq-item__question span:first-child { font-size: 1rem; } }
.theme-faq-item__icon { flex-shrink: 0; margin-top: 2px; color: var(--color-primary); }
.theme-faq-item__icon .icon-minus { display: none; }
.theme-faq-item.is-open .theme-faq-item__icon .icon-plus { display: none; }
.theme-faq-item.is-open .theme-faq-item__icon .icon-minus { display: block; }
.theme-faq-item__answer { overflow: hidden; max-height: 0; transition: max-height .4s cubic-bezier(.25,.4,.25,1); }
.theme-faq-item.is-open .theme-faq-item__answer { max-height: 60rem; }
.theme-faq-item__answer p { padding-bottom: 1.5rem; padding-right: 1rem; color: var(--color-muted-foreground); font-family: var(--font-body); font-size: var(--text-prose); line-height: var(--leading-relaxed); }
@media (min-width: 768px) { .theme-faq-item__answer p { padding-right: 3rem; } }

/* -------------------------------------------------------------------------
   CONTACT BAND
   ------------------------------------------------------------------------- */
.theme-contact-band { position: relative; margin-top: 6rem; margin-bottom: -5rem; overflow: hidden; background: linear-gradient(135deg, var(--color-rose-gold-start), var(--color-rose-gold-mid), var(--color-rose-gold-end)); }
@media (min-width: 1024px) { .theme-contact-band { margin-bottom: -7rem; } }
.theme-contact-band__inner { text-align: center; padding-block: 6rem; position: relative; }
@media (min-width: 768px) { .theme-contact-band__inner { padding-block: 8rem; } }
.theme-contact-eyebrow { display: block; margin-bottom: 1.25rem; color: rgba(247,250,253,.9); }
.theme-contact-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-4xl);
  line-height: var(--leading-display-snug);
  letter-spacing: var(--tracking-tight);
  margin-bottom: 2rem;
  color: var(--color-background);
}
@media (min-width: 768px) { .theme-contact-title { font-size: var(--text-5xl); } }
@media (min-width: 1024px) { .theme-contact-title { font-size: var(--text-6xl); } }
.theme-contact-body { max-width: 32rem; margin: 0 auto 2.5rem; color: rgba(247,250,253,.9); font-family: var(--font-body); font-size: var(--text-prose); line-height: var(--leading-relaxed); }
.theme-contact-band__ctas { display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; }
@media (min-width: 640px) { .theme-contact-band__ctas { flex-direction: row; } }
.theme-contact-band__ctas .btn-cta-pink { padding: 1rem 2rem; height: auto; font-family: var(--font-body); font-size: var(--btn-font-size-default); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

/* -------------------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------------------- */
.site-footer { background: var(--color-foreground); color: var(--color-background); }
.theme-footer-newsletter { border-bottom: 1px solid rgba(247,250,253,.15); }
.theme-footer-newsletter__inner { padding-block: 3.5rem 4rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .theme-footer-newsletter__inner { grid-template-columns: 1fr 1fr; } }
.theme-footer-eyebrow { font-family: var(--font-condensed); font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 600; color: rgba(247,250,253,.6); margin-bottom: 0.75rem; }
.theme-footer-newsletter__copy h3 {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  line-height: var(--leading-display-snug);
  font-weight: 700;
  letter-spacing: var(--tracking-display);
}
@media (min-width: 1024px) { .theme-footer-newsletter__copy h3 { font-size: var(--text-4xl); } }
.theme-footer-newsletter__form { display: flex; width: 100%; }
.theme-footer-newsletter__form input { flex: 1; background: transparent; border: none; border-bottom: 1px solid rgba(247,250,253,.4); padding: 0.75rem 0.25rem; font-size: 0.875rem; color: var(--color-background); }
.theme-footer-newsletter__form input::placeholder { color: rgba(247,250,253,.5); }
.theme-footer-newsletter__form input:focus { outline: none; border-color: var(--color-background); }
.theme-footer-newsletter__form button { margin-left: 0.75rem; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0 1.5rem; height: 48px; background: var(--color-background); color: var(--color-foreground); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; transition: background-color .2s, color .2s; }
.theme-footer-newsletter__form button:hover { background: var(--color-accent); color: #fff; }
.theme-footer-newsletter__embed { width: 100%; min-height: 120px; }
.theme-footer-newsletter__iframe { width: 100%; min-height: 120px; border: 0; background: transparent; }

.theme-footer-main { padding-block: 4rem 1.5rem; }
@media (min-width: 1024px) { .theme-footer-main { padding-block: 5rem 2rem; } }
.theme-footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 768px) { .theme-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; } }
/* 5 columns (brand + 4 nav) — avoids 12-track grid + large gap crushing narrow cols */
@media (min-width: 1024px) {
  .theme-footer-grid {
    grid-template-columns: minmax(0, 2.15fr) repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 3rem;
  }
}
.theme-footer-brand { min-width: 0; }
@media (max-width: 1023px) { .theme-footer-brand { grid-column: 1 / -1; } }
@media (min-width: 1024px) { .theme-footer-brand { grid-column: auto; } }
.theme-footer-logo { display: block; height: 96px; width: 96px; border-radius: 50%; background: #fff; object-fit: contain; padding: 4px; }
.theme-footer-tagline { display: block; font-family: var(--font-condensed); text-transform: uppercase; letter-spacing: 0.24em; font-size: 10px; font-weight: 600; color: rgba(247,250,253,.6); margin-top: 0.75rem; }
.theme-footer-about { margin-top: 1.5rem; font-family: var(--font-body); font-size: 0.875rem; color: rgba(247,250,253,.7); max-width: 22rem; line-height: var(--leading-relaxed); }
.theme-footer-col { min-width: 0; }
@media (max-width: 1023px) { .theme-footer-col { grid-column: span 1; } }
@media (min-width: 1024px) { .theme-footer-col { grid-column: auto; } }
.theme-footer-col h4 { font-family: var(--font-condensed); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; color: rgba(247,250,253,.6); margin-bottom: 1.25rem; }
.theme-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.theme-footer-col li { font-size: 0.875rem; color: rgba(247,250,253,.8); }
.theme-footer-col a,
.theme-footer-col button.theme-footer-col__link {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: inherit;
  color: rgba(247,250,253,.8);
  text-align: left;
  transition: color .2s;
}
.theme-footer-col a:hover,
.theme-footer-col button.theme-footer-col__link:hover { color: var(--color-background); }
.theme-footer-col--contact li { display: flex; align-items: flex-start; gap: 0.5rem; min-width: 0; }
.theme-footer-col--contact .theme-footer-col__icon { flex-shrink: 0; margin-top: 0.125rem; color: rgba(247,250,253,.8); }
.theme-footer-col--contact a {
  flex: 1;
  min-width: 0;
  width: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.theme-footer-col--contact a:hover { color: var(--color-background); }
.theme-footer-bottom { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(247,250,253,.15); display: flex; flex-direction: column; gap: 1rem; align-items: center; justify-content: space-between; text-align: center; }
@media (min-width: 640px) { .theme-footer-bottom { flex-direction: row; text-align: left; } }
.theme-footer-bottom p { font-family: var(--font-condensed); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; color: rgba(247,250,253,.55); }
.theme-footer-bottom a { text-decoration: underline; text-underline-offset: 4px; }
.theme-footer-bottom a:hover { color: var(--color-background); }

/* -------------------------------------------------------------------------
   CART DRAWER + OVERLAY (Section 12)
   ------------------------------------------------------------------------- */
#theme-cart-overlay { position: fixed; inset: 0; background: rgba(22,31,59,.3); z-index: 150; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
body.cart-open #theme-cart-overlay { opacity: 1; pointer-events: auto; }
#theme-cart-drawer {
  position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 32rem;
  background: var(--color-background); z-index: 151; box-shadow: var(--shadow-elevated);
  display: flex; flex-direction: column; transform: translateX(100%); transition: transform .35s cubic-bezier(.25,.4,.25,1);
}
body.cart-open #theme-cart-drawer { transform: translateX(0); }
#theme-cart-drawer.is-updating { opacity: 0.6; pointer-events: none; }
.theme-cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 2rem 2rem 1.25rem; border-bottom: 1px solid var(--color-border); }
.theme-cart-drawer__header h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; font-style: italic; line-height: 1.25; }
.theme-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; gap: 1.25rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__items { flex: 1; overflow-y: auto; padding: 1.5rem 2rem; display: flex; flex-direction: column; gap: 2rem; }
.theme-cart-drawer__item { display: flex; gap: 1.25rem; }
.theme-cart-drawer__item-image { width: 96px; height: 128px; background: var(--color-secondary); overflow: hidden; flex-shrink: 0; }
.theme-cart-drawer__item-image img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-drawer__item-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.theme-cart-drawer__item-name { font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; transition: opacity .2s; }
.theme-cart-drawer__item-name:hover { opacity: 0.7; }
.theme-cart-drawer__item-meta { list-style: none; margin-top: 0.375rem; display: flex; flex-direction: column; gap: 0.125rem; }
.theme-cart-drawer__item-meta li { font-family: var(--font-body); font-size: var(--text-xs); color: var(--color-muted-foreground); }
.theme-cart-drawer__item-meta li.is-variant { font-style: italic; }
.theme-cart-drawer__item-meta li span { font-weight: 600; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }
.theme-cart-drawer__item-price { font-size: 0.875rem; margin-top: 0.375rem; }
.theme-cart-drawer__item-controls { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1rem; }
.theme-cart-drawer__qty { display: flex; align-items: center; border: 1px solid var(--color-border); }
.theme-cart-drawer__qty button { padding: 0.4rem 0.6rem; transition: background-color .2s; }
.theme-cart-drawer__qty button:hover { background: var(--color-secondary); }
.theme-cart-drawer__qty span { padding: 0 0.75rem; font-size: 0.875rem; min-width: 28px; text-align: center; }
.theme-cart-drawer__remove { font-size: 0.75rem; color: var(--color-muted-foreground); text-decoration: underline; text-underline-offset: 4px; transition: color .2s; }
.theme-cart-drawer__remove:hover { color: var(--color-foreground); }
.theme-cart-drawer__footer { padding: 1.5rem 2rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__subtotal { display: flex; align-items: baseline; justify-content: space-between; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; line-height: 1.25; }
.theme-cart-drawer__note { font-size: 0.75rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__checkout-btn { display: flex; align-items: center; justify-content: center; width: 100%; height: 48px; background: var(--color-primary); color: #fff; font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 700; transition: opacity .2s; }
.theme-cart-drawer__checkout-btn:hover { opacity: 0.85; }

/* -------------------------------------------------------------------------
   SINGLE PRODUCT (Section 11)
   ------------------------------------------------------------------------- */
.theme-single-product {
  padding-top: calc(var(--header-height, 104px) + 30px);
}
.theme-single-product__breadcrumb { max-width: 80rem; margin: 0 auto; padding-inline: 1.5rem; padding-bottom: 1rem; font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-muted-foreground); }
@media (min-width: 1024px) { .theme-single-product__breadcrumb { padding-inline: 2.5rem; } }
.theme-single-product__breadcrumb a:hover { color: var(--color-foreground); }
.theme-single-product__breadcrumb span { margin: 0 0.5rem; }

/* ProductDetail.tsx: centered shell + lg:grid-cols-[1fr_460px] xl:[1fr_520px] */
.single-product .theme-product-layout {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 1024px) {
  .single-product .theme-product-layout {
    padding-inline: 2.5rem;
    grid-template-columns: minmax(0, 1fr) 460px;
    align-items: start;
  }
}
@media (min-width: 1280px) {
  .single-product .theme-product-layout { grid-template-columns: minmax(0, 1fr) 520px; }
}
.single-product .theme-product-gallery, .single-product .theme-product-info { min-width: 0; max-width: 100%; }
.theme-product-gallery { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; }
@media (min-width: 1024px) {
  .theme-product-gallery {
    position: sticky;
    top: 8rem;
    align-self: start;
    align-items: stretch;
  }
}
.theme-product-thumbnails { display: flex; flex-direction: row; gap: 0.5rem; padding: 1rem 0 0; overflow-x: auto; flex-wrap: nowrap; max-width: 100%; width: 100%; }
@media (min-width: 768px) { .theme-product-thumbnails { gap: 0.75rem; } }
@media (min-width: 1024px) { .theme-product-thumbnails { max-width: 520px; margin-inline: auto; } }
.theme-product-thumb { width: 56px; height: 56px; flex-shrink: 0; overflow: hidden; border-radius: 0.5rem; border: 1px solid transparent; opacity: 0.6; transition: opacity .2s, border-color .2s; }
.theme-product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.theme-product-thumb.is-active, .theme-product-thumb:hover { opacity: 1; border-color: var(--color-primary); }
.theme-product-main-image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60vh;
  padding: 1rem;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 768px) { .theme-product-main-image-wrap { min-height: 65vh; padding: 1.5rem 2rem; } }
@media (min-width: 1024px) {
  .theme-product-main-image-wrap {
    min-height: 0;
    max-width: 520px;
    margin-inline: auto;
    padding: 2rem;
    aspect-ratio: auto;
  }
}
.theme-product-main-image-wrap #product-main-img,
.theme-product-main-image-wrap > .cover-img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: min(88vh, 640px);
  object-fit: contain;
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .theme-product-main-image-wrap #product-main-img,
  .theme-product-main-image-wrap > .cover-img {
    max-height: min(72vh, 520px);
  }
}
#product-main-img { transition: opacity .3s ease; }

.theme-product-info { padding: 2.5rem 0; }
@media (min-width: 640px) { .theme-product-info { padding: 2.5rem 0; } }
@media (min-width: 1024px) { .theme-product-info { padding: 2.5rem 0 4rem 3rem; } }
.theme-product-info__cat { margin-bottom: 0.75rem; }
.theme-product-info__cat a { color: var(--color-primary); }
.product-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-4xl);
  line-height: var(--leading-display-tight);
  letter-spacing: var(--tracking-tight);
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  text-wrap: balance;
}
@media (min-width: 768px) { .product-title { font-size: var(--text-5xl); } }
.theme-product-info__price-row { display: flex; align-items: baseline; gap: 0.75rem; }
.theme-product-info__price { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; }
.theme-product-info__price-note { font-size: 0.75rem; color: var(--color-muted-foreground); }
.theme-product-info__stock { margin-top: 0.5rem; font-family: var(--font-body); font-size: 0.8125rem; font-weight: 400; }
.theme-product-info__stock.is-out-of-stock { color: var(--color-destructive); }
.theme-product-info__description { margin: 1.75rem 0; color: color-mix(in srgb, var(--color-foreground) 90%, transparent); font-family: var(--font-body); font-size: var(--text-prose); line-height: 1.7; overflow-wrap: break-word; word-break: break-word; }
.theme-product-info__description p { margin-bottom: 1rem; }
.theme-product-info__details { margin-top: 3rem; overflow-wrap: break-word; word-break: break-word; }
.theme-product-info__details h2 { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 700; margin-bottom: 1.25rem; }
.theme-product-info__details ul { list-style: disc; padding-left: 1.25rem; display: flex; flex-direction: column; gap: 0.625rem; font-family: var(--font-body); font-size: 0.875rem; line-height: var(--leading-relaxed); color: color-mix(in srgb, var(--color-foreground) 80%, transparent); }
.theme-product-info__details li::marker { color: var(--color-primary); }

.theme-option-group { margin-bottom: 1.75rem; }
.theme-option-group__label { font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.28em; text-transform: uppercase; font-weight: 400; color: var(--color-muted-foreground); margin-bottom: 0.75rem; }
.theme-required-mark { color: var(--color-primary); }
.theme-option-group__pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-option-pill {
  min-width: 56px; padding: 0.6rem 1rem; font-size: 0.75rem; letter-spacing: 0.05em; border-radius: 0.75rem;
  border: 2px solid var(--color-border); transition: all .15s ease; font-family: var(--font-body); text-transform: none;
}
.theme-option-pill:hover { border-color: var(--color-primary); }
.theme-option-pill.is-selected { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }

.theme-text-fields { margin-bottom: 1.75rem; display: flex; flex-direction: column; gap: 1rem; }
.theme-text-field__label { display: block; font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-muted-foreground); margin-bottom: 0.5rem; }
.theme-text-field input {
  width: 100%; padding: 0.75rem 1rem; background: var(--color-background); border: 2px solid var(--color-border); border-radius: 0.75rem;
  font-size: 0.875rem; transition: border-color .2s ease;
}
.theme-text-field input:focus { outline: none; border-color: var(--color-primary); }
.theme-text-fields__hint { font-size: 0.75rem; color: var(--color-muted-foreground); }

.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 2px solid var(--color-border); border-radius: 0.75rem; margin-bottom: 1.25rem; }
.theme-qty-minus, .theme-qty-plus { padding: 0.75rem 1rem; transition: color .2s; }
.theme-qty-minus:hover, .theme-qty-plus:hover { color: var(--color-primary); }
.theme-qty-input { width: 48px; border: none; background: transparent; text-align: center; font-size: 0.875rem; font-weight: 600; -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.theme-form-error { color: var(--color-destructive); font-size: 0.875rem; margin-bottom: 1rem; min-height: 1em; }

.theme-related-heading {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-3xl);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  margin-bottom: 3rem;
  text-wrap: balance;
}
@media (min-width: 768px) { .theme-related-heading { font-size: var(--text-4xl); } }
.related-products-section { padding: 6rem 0; border-top: 1px solid var(--color-border); margin-top: 3rem; }

/* -------------------------------------------------------------------------
   WOOCOMMERCE STYLE OVERRIDES (Section 14, 11.4.1, 11.4.2)
   ------------------------------------------------------------------------- */
.woocommerce ul.products, .woocommerce-page ul.products { list-style: none; }

.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button,
button.theme-personalized-add-btn {
  background-color: var(--color-primary) !important;
  color: var(--color-button-text) !important;
  border: none !important;
  border-radius: var(--btn-radius) !important;
  min-height: var(--btn-height) !important;
  width: 100%;
  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: 0.28em !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,
button.theme-personalized-add-btn:hover {
  opacity: 0.85 !important;
  background-color: var(--color-primary) !important;
  color: var(--color-button-text) !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled,
button.theme-personalized-add-btn:disabled,
button.theme-personalized-add-btn.disabled {
  cursor: not-allowed !important;
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
button.theme-personalized-add-btn:disabled:hover {
  opacity: 0.4 !important;
  background-color: var(--color-primary) !important;
}
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }

.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-error, .woocommerce-message, .woocommerce-info {
  border-top-color: var(--color-primary) !important;
  font-family: var(--font-body);
  border-radius: 0.5rem;
  padding: 1rem 1.5rem !important;
}

.woocommerce-breadcrumb { display: none; }
.woocommerce, .woocommerce-page,
.woocommerce table, .woocommerce form,
.woocommerce button, .woocommerce input, .woocommerce select, .woocommerce textarea,
.woocommerce a.button, .woocommerce button.button {
  font-family: var(--font-body);
}

/* -------------------------------------------------------------------------
   SHOP ARCHIVE PAGE
   ------------------------------------------------------------------------- */
.theme-shop-archive { padding-top: 7rem; }
.theme-shop-archive__head { padding-block: 2rem; }
.theme-page-wrap { padding-top: 7rem; padding-bottom: 4rem; }
.page-title { font-family: var(--font-display); font-weight: 700; font-size: 2.25rem; margin-bottom: 2rem; }

/* -------------------------------------------------------------------------
   404
   ------------------------------------------------------------------------- */
.theme-404 { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--color-secondary); padding-top: 6rem; }
.theme-404__inner { text-align: center; }
.theme-404__inner h1 { font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; letter-spacing: var(--tracking-tight); margin-bottom: 1rem; }
.theme-404__inner p { font-family: var(--font-body); font-size: 1.25rem; color: var(--color-muted-foreground); margin-bottom: 1.5rem; }

/* -------------------------------------------------------------------------
   WOOCOMMERCE THANK-YOU PAGE (Section 22.8)
   ------------------------------------------------------------------------- */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .site-main { padding-top: var(--header-height, 104px); padding-bottom: 4rem; }
body.theme-thankyou-page .woocommerce-order h2,
body.theme-thankyou-page .woocommerce-order-details__title { font-family: var(--font-display); font-size: 1.75rem; padding: 0 0 1rem 0; }
body.theme-thankyou-page .woocommerce-order-overview { list-style: none; display: flex; flex-wrap: wrap; gap: 1.5rem; padding: 1.5rem; background: var(--color-surface); border-radius: var(--card-radius); margin-bottom: 2rem; }
body.theme-thankyou-page .woocommerce-order-overview li { font-size: 0.875rem; }
body.theme-thankyou-page .woocommerce-order-details table,
body.theme-thankyou-page .woocommerce-table { width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 2rem; }
body.theme-thankyou-page .woocommerce-order-details th,
body.theme-thankyou-page .woocommerce-order-details td { padding: 0.75rem; border-bottom: 1px solid var(--color-border); text-align: left; 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; }
body.theme-thankyou-page .woocommerce-customer-details { display: flex; flex-direction: column; gap: 1.5rem; }
@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; max-width: 480px; overflow-wrap: break-word; border: none; padding: 1.5rem; background: var(--color-surface); border-radius: var(--card-radius); }

/* -------------------------------------------------------------------------
   WOOCOMMERCE CHECKOUT BLOCK (Section 13)
   ------------------------------------------------------------------------- */
body.woocommerce-checkout .theme-checkout-main {
  padding-top: 0;
  padding-bottom: 4rem;
}
.theme-checkout-shell {
  padding-top: 30px;
  padding-bottom: 4rem;
  padding-inline: 1.5rem;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .theme-checkout-shell { padding-inline: 2.5rem; }
}
.theme-checkout-header {
  max-width: var(--checkout-max-width);
  width: 100%;
  margin-inline: auto;
  margin-bottom: 0;
  padding-inline: 0;
  box-sizing: border-box;
}
.checkout-continue-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-muted-foreground);
  transition: color 0.2s;
}
.checkout-continue-link:hover { color: var(--color-foreground); }
.theme-checkout-title {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  margin: 0;
}
@media (min-width: 768px) { .theme-checkout-title { font-size: var(--text-4xl); } }
.theme-checkout-intro {
  margin: 0.75rem 0 0;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-muted-foreground);
  line-height: var(--leading-relaxed);
}
body.woocommerce-checkout .theme-checkout-main .entry-content,
body.woocommerce-checkout .theme-checkout-entry,
.entry-content:has(.wc-block-checkout) {
  max-width: none;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
body.woocommerce-checkout .theme-checkout-main .entry-content > .wc-block-checkout,
body.woocommerce-checkout .theme-checkout-main .entry-content > .wp-block-woocommerce-checkout,
.entry-content > .wc-block-checkout:first-child,
.entry-content > .wp-block-woocommerce-checkout:first-child {
  margin-top: 0;
}
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%;
  min-width: 0;
  margin-inline: auto;
  margin-top: 0;
  padding-top: 0;
  box-sizing: border-box;
}
body.woocommerce-checkout .wc-block-checkout.alignwide,
.entry-content .wc-block-checkout.alignwide {
  margin-top: 0;
}
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-components-main,
.entry-content .wc-block-checkout__main,
.entry-content .wc-block-components-main {
  margin-top: 0;
  padding-top: 0;
}
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 {
  margin-top: 0;
  padding-top: 0;
}
body.woocommerce-checkout .wc-block-checkout > .wc-block-components-notices:empty,
.entry-content .wc-block-checkout > .wc-block-components-notices:empty {
  display: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .wc-block-components-notices,
.entry-content .wc-block-components-notices {
  max-width: var(--checkout-max-width);
  width: 100%;
  margin-inline: auto;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: var(--checkout-gap);
  box-sizing: border-box;
}
@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;
    flex-wrap: nowrap;
    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-components-main,
  .entry-content .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar,
  .entry-content .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: auto !important;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  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;
  }
}
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__sidebar,
.entry-content .wc-block-components-sidebar,
.entry-content .wp-block-woocommerce-checkout-totals-block {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.entry-content .wp-block-woocommerce-checkout-order-summary-block {
  width: 100%;
  background: var(--color-surface);
  border-radius: var(--card-radius);
  padding: var(--section-padding);
  box-sizing: border-box;
}
body.woocommerce-checkout .wc-block-checkout-empty,
.entry-content .wc-block-checkout-empty {
  margin-inline: auto;
  max-width: 36rem;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
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 .woocommerce-checkout .form-row .input-text,
body.woocommerce-checkout .woocommerce-checkout .form-row select,
.entry-content .wc-block-checkout .wc-block-components-text-input input,
.entry-content .wc-block-checkout .wc-block-components-select select {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--color-foreground);
  border: 1px solid var(--color-border);
  border-radius: 0.5rem;
  background-color: #fff;
  width: 100% !important;
  max-width: none !important;
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus,
.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: var(--color-muted-foreground); }
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.entry-content .wc-block-checkout .wc-block-components-checkout-place-order-button {
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: var(--btn-radius) !important;
  font-family: var(--font-body) !important;
  text-transform: none !important;
  font-weight: 700 !important;
  min-height: 3.25rem !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { opacity: 0.9; }
body.woocommerce-checkout .wc-block-components-notice-banner,
.entry-content .wc-block-components-notice-banner {
  border-radius: 0.5rem;
  font-family: var(--font-body);
}
body.woocommerce-checkout .wc-block-cart-items,
.entry-content .wc-block-cart-items { font-family: var(--font-body); }

/* -------------------------------------------------------------------------
   WOOCOMMERCE CART / ACCOUNT WIDTH PARITY (Section 13.7)
   ------------------------------------------------------------------------- */
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main { padding-top: var(--header-height, 104px); padding-bottom: 4rem; }

/* -------------------------------------------------------------------------
   RESPONSIVE HERO / SITE-WIDE HELPERS
   ------------------------------------------------------------------------- */
.theme-fallback-content { padding-top: 7rem; padding-bottom: 4rem; }

/* Contact form status colors reused from checkout inputs where relevant */
.theme-custom-order-form__hint, .theme-text-fields__hint { }
