/* ============================================================
   SPLATTER & SIP — THEME CSS
   ============================================================ */

/* ---- DESIGN TOKENS (overridden by PHP inline style) ---- */
:root {
  --color-primary:      #EC268F;
  --color-accent:       #FFD11A;
  --color-background:   #FAF8F5;
  --color-foreground:   #121216;
  --color-secondary:    #EFECE7;
  --color-primary-fg:   #FFFFFF;
  --color-muted-fg:     #5C5C66;
  --color-splat-cyan:   #0AD6F5;
  --color-splat-lime:   #92E633;
  --color-splat-purple: #8C3CDD;
  --color-card:         #FFFFFF;
  --color-border:       rgba(18,18,22,0.12);

  --font-display:  'Bowlby One', system-ui, sans-serif;
  --font-heading:  'Archivo', system-ui, sans-serif;
  --font-body:     'Inter', system-ui, sans-serif;

  --shadow-pop:      8px 8px 0 var(--color-foreground);
  --shadow-pop-hover:12px 12px 0 var(--color-foreground);
  --shadow-soft:     0 8px 30px -10px rgba(18,18,22,.12);
  --shadow-elevated: 0 20px 60px -20px rgba(18,18,22,.25);

  --radius-card:   1rem;
  --radius-full:   9999px;
  --logo-height:   48px;

  --header-height: 80px;

  --gradient-splat: linear-gradient(135deg, var(--color-primary) 0%, var(--color-splat-purple) 50%, var(--color-splat-cyan) 100%);
  --gradient-warm:  linear-gradient(120deg, var(--color-accent) 0%, var(--color-primary) 100%);

  --transition: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---- BASE RESET & TYPOGRAPHY ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background-color: var(--color-background);
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.05 0 0 0 0 0.05 0 0 0 0 0.05 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.025em;
}

a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; background: none; border: none; font: inherit; }

/* ---- LAYOUT ---- */
.container-wide {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .container-wide { padding-left: 2rem; padding-right: 2rem; }
}

/* ---- UTILITY CLASSES ---- */
.font-display { font-family: var(--font-display); text-transform: uppercase; letter-spacing: -0.02em; }
.font-heading  { font-family: var(--font-heading); }
.font-body     { font-family: var(--font-body); }
.text-primary  { color: var(--color-primary); }
.text-accent   { color: var(--color-accent); }
.bg-gradient-splat { background: var(--gradient-splat); }
.bg-gradient-warm  { background: var(--gradient-warm); }

/* ---- SECTION SPACING (matches React layout tokens) ---- */
.section-stack {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.section-intro {
  max-width: 48rem;
}
.section-intro--shop {
  max-width: 42rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3rem);
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
.section-title--lg {
  font-size: clamp(2.25rem, 6vw, 3.75rem);
}
.section-subtitle {
  margin-top: 1rem;
  color: rgba(18, 18, 22, 0.7);
  line-height: 1.7;
}
.section-subtitle--loose {
  margin-top: 1.25rem;
  line-height: 1.625;
}
.section-subtitle--narrow {
  max-width: 36rem;
}
.section-subtitle--on-dark {
  color: rgba(255, 255, 255, 0.85);
  max-width: 32rem;
  font-size: 1.125rem;
  line-height: 1.7;
}
.section-subtitle--contact {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 28rem;
  font-size: 1.125rem;
  line-height: 1.7;
}
.section-block-gap {
  margin-top: 3rem;
}
.section-chip-row {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.about-copy {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: rgba(18, 18, 22, 0.8);
  line-height: 1.75;
}
.about-text-emphasis {
  font-weight: 700;
  color: var(--color-foreground);
}
.container-relative {
  position: relative;
}
.kids-chip-light {
  background: white;
  color: var(--color-foreground);
  border-color: var(--color-foreground);
}
.contact-title-accent {
  color: var(--color-accent);
}
.party-custom-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.25rem;
  margin-top: 0.75rem;
}
.party-custom-sub {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: rgba(18, 18, 22, 0.7);
}
.party-form-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.party-form-sub {
  font-size: 0.875rem;
  color: var(--color-muted-fg);
  margin-bottom: 1.5rem;
}
.party-form-submit {
  margin-top: 1.25rem;
}
.shop-empty-msg {
  grid-column: 1 / -1;
  color: var(--color-muted-fg);
  padding: 2rem 0;
}
.shop-fallback-msg {
  color: var(--color-muted-fg);
}

/* ---- INK CARD ---- */
.ink-card, .theme-ink-card {
  border-radius: var(--radius-card);
  border: 2px solid var(--color-foreground);
  background: var(--color-card);
  box-shadow: var(--shadow-pop);
  position: relative;
  transition: transform 0.3s var(--transition), box-shadow 0.3s var(--transition);
}
.ink-card::after, .theme-ink-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.ink-card:hover, .theme-ink-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-pop-hover);
}

/* ---- CHIP ---- */
.theme-chip, .chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--color-background);
  font-family: var(--font-body);
}
.chip-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
  display: inline-block;
}

/* ---- SPLAT UNDERLINE ---- */
.splat-underline {
  position: relative;
  display: inline-block;
}
.splat-underline::after {
  content: '';
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -8%;
  height: 0.55em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 200 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 18 C 30 4, 60 28, 95 14 S 170 24, 198 10 L 198 22 C 170 30, 130 14, 95 24 S 30 18, 5 26 Z' fill='%23ec268f'/%3E%3Ccircle cx='15' cy='6' r='2' fill='%23ec268f'/%3E%3Ccircle cx='185' cy='28' r='2.5' fill='%23ec268f'/%3E%3Ccircle cx='120' cy='4' r='1.5' fill='%23ec268f'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.85;
}

/* ---- LINK UNDERLINE ---- */
.link-underline {
  position: relative;
  display: inline-block;
}
.link-underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s var(--transition);
}
.link-underline:hover::after { transform: scaleX(1); }

/* ---- BUTTONS ---- */
.theme-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  background: var(--color-primary);
  color: var(--color-primary-fg);
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-body);
  transition: transform 0.2s var(--transition), opacity 0.2s;
  cursor: pointer;
}
.theme-btn-primary:hover { transform: translateY(-2px); opacity: 0.9; }
.theme-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  border: 2px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.1);
  color: inherit;
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-body);
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
}
.theme-btn-ghost:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
.theme-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  background: var(--color-background);
  color: var(--color-foreground);
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-body);
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
}
.theme-btn-outline:hover { background: var(--color-secondary); transform: translateY(-2px); }
.theme-btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  background: var(--color-accent);
  color: var(--color-foreground);
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-body);
  transition: transform 0.2s;
  cursor: pointer;
}
.theme-btn-accent:hover { transform: translateY(-2px); }

/* ---- ANIMATIONS ---- */
.theme-animate {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(6px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out, filter 0.9s ease-out;
}
.theme-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.theme-animate-delay-1 { transition-delay: 0.11s; }
.theme-animate-delay-2 { transition-delay: 0.22s; }
.theme-animate-delay-3 { transition-delay: 0.33s; }
.theme-animate-delay-4 { transition-delay: 0.44s; }
/* Fade-only entrance (no blur/transform) — filter rows, chips, etc. */
.theme-animate-fade {
  transform: none;
  filter: none;
}
.theme-animate-fade.is-visible {
  transform: none;
  filter: none;
}

@keyframes splatReveal {
  from {
    opacity: 0;
    transform: scale(0.6) rotate(var(--splat-rotate, 0deg));
  }
  to {
    opacity: var(--splat-opacity, 0.3);
    transform: scale(1) rotate(var(--splat-rotate, 0deg));
  }
}
.theme-splatters {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.theme-splat-blob {
  position: absolute;
  filter: blur(0.3px);
  animation: splatReveal 0.9s ease-out both;
}
/* Keep section content above decorative splatters */
section[id] > .container-wide {
  position: relative;
  z-index: 1;
}
.faq-grid > *:not(.theme-splatters) {
  position: relative;
  z-index: 1;
}
.contact-card > .contact-grid {
  position: relative;
  z-index: 1;
}
.contact-card > .theme-splatters {
  z-index: 0;
}
.contact-card > .contact-glow-1,
.contact-card > .contact-glow-2 {
  z-index: 0;
}
#kids > .kids-bg,
#kids > .kids-dot-overlay,
#kids > .theme-splatters {
  z-index: 0;
  pointer-events: none;
}
#kids > .container-wide {
  position: relative;
  z-index: 1;
}
#faq {
  position: relative;
  background: var(--color-secondary);
  padding: 6rem 0;
  scroll-margin-top: 6rem;
  overflow: hidden;
  isolation: isolate;
}
#faq .theme-splatters {
  z-index: 0;
  pointer-events: none;
}
#faq .faq-grid > *:not(.theme-splatters) {
  position: relative;
  z-index: 1;
  min-width: 0;
}

/* ---- HEADER ---- */
body.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background 0.3s var(--transition), border-color 0.3s;
  border-bottom: 2px solid transparent;
}
.site-header.is-solid {
  background: rgba(250,248,245,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--color-foreground);
  color: var(--color-foreground);
}
.site-header.is-transparent,
.site-header:not(.is-solid) {
  color: white;
}
.site-header.is-transparent .logo-name,
.site-header:not(.is-solid) .logo-name {
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.site-header.is-transparent .nav-link,
.site-header.is-transparent .cart-btn,
.site-header.is-transparent .mobile-menu-btn,
.site-header:not(.is-solid) .nav-link,
.site-header:not(.is-solid) .cart-btn,
.site-header:not(.is-solid) .mobile-menu-btn {
  color: white;
}
.site-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
@media (min-width: 1024px) { .site-header nav { height: 80px; } }

.site-logo-img  { height: min(var(--logo-height), 2.5rem) !important; width: auto !important; display: block; border-radius: 50%; border: 2px solid var(--color-foreground); }
@media (min-width: 1024px) {
  .site-logo-img { height: var(--logo-height) !important; }
}
.site-logo-text { font-family: var(--font-display); font-size: 1.125rem; text-transform: uppercase; letter-spacing: -0.02em; line-height: var(--logo-height); display: block; }
.site-logo-link { display: flex; align-items: center; gap: 0.75rem; }
.logo-name { font-family: var(--font-display); font-size: 1rem; text-transform: uppercase; letter-spacing: -0.02em; }
@media (min-width: 1024px) { .logo-name { font-size: 1.125rem; } }
@media (max-width: 640px) { .logo-name { display: none; } }

.site-header.is-solid .logo-name { color: var(--color-foreground); text-shadow: none; }

.desktop-nav {
  display: none;
  align-items: center;
  gap: 1.75rem;
}
@media (min-width: 1024px) { .desktop-nav { display: flex; } }

.nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--font-body);
  color: inherit;
}

.header-actions { display: flex; align-items: center; gap: 0.5rem; }

.header-book-btn {
  display: none;
  align-items: center;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--color-primary);
  color: var(--color-primary-fg);
  transition: transform 0.2s;
  font-family: var(--font-body);
}
@media (min-width: 768px) { .header-book-btn { display: inline-flex; } }
.header-book-btn:hover { transform: translateY(-2px); }

.site-header:not(.is-solid) .header-book-btn {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
  color: white;
  backdrop-filter: blur(4px);
}

.cart-btn {
  position: relative;
  padding: 0.5rem;
  color: inherit;
  transition: transform 0.2s;
}
.cart-btn:hover { transform: translateY(-2px); }
.cart-btn svg { width: 20px; height: 20px; }
.theme-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  background: var(--color-primary);
  color: var(--color-primary-fg);
  border-radius: 50%;
  border: 2px solid var(--color-background);
  font-family: var(--font-body);
}
.theme-cart-count:empty { display: none; }

.mobile-menu-btn {
  padding: 0.5rem;
  color: inherit;
  display: block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
}
body.mobile-menu-open .mobile-menu-btn {
  transform: rotate(90deg);
}
@media (min-width: 1024px) { .mobile-menu-btn { display: none; } }

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top: 2px solid var(--color-foreground);
  padding: 0;
  background: var(--color-background);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.45s,
    padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
  .site-header > .container-wide > .mobile-nav {
    margin-inline: -1.5rem;
    padding-inline: 2rem;
  }
}
.mobile-nav.is-open {
  max-height: 520px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding-block: 1.25rem 1.5rem;
  transition:
    max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s,
    padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav-link,
.mobile-nav .theme-btn-primary {
  opacity: 0;
  transform: translateX(-16px);
  transition:
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s;
}
.mobile-nav.is-open .mobile-nav-link,
.mobile-nav.is-open .theme-btn-primary {
  opacity: 1;
  transform: translateX(0);
}
.mobile-nav.is-open .mobile-nav-link:nth-child(1) { transition-delay: 0.05s; }
.mobile-nav.is-open .mobile-nav-link:nth-child(2) { transition-delay: 0.1s; }
.mobile-nav.is-open .mobile-nav-link:nth-child(3) { transition-delay: 0.15s; }
.mobile-nav.is-open .mobile-nav-link:nth-child(4) { transition-delay: 0.2s; }
.mobile-nav.is-open .mobile-nav-link:nth-child(5) { transition-delay: 0.25s; }
.mobile-nav.is-open .mobile-nav-link:nth-child(6) { transition-delay: 0.3s; }
.mobile-nav.is-open .theme-btn-primary { transition-delay: 0.35s; }
.mobile-nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-foreground);
  background: none;
  border: none;
  text-align: left;
  padding: 0.5rem 0.25rem;
  font-family: var(--font-body);
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-nav .theme-btn-primary {
  align-self: stretch;
  margin-top: 0.25rem;
  padding-inline: 1.5rem;
}
.mobile-nav-link:hover { color: var(--color-primary); }

/* ---- HERO ---- */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--color-foreground);
  color: white;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1200 800' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 H1200 V760 C1180 760 1170 800 1150 800 S1130 760 1110 760 1090 790 1075 790 1060 760 1040 760 1020 800 1000 800 985 760 965 760 945 786 925 786 905 760 885 760 865 800 845 800 825 760 805 760 785 792 765 792 745 760 725 760 705 800 685 800 665 760 645 760 625 788 605 788 585 760 565 760 545 800 525 800 505 760 485 760 465 790 445 790 425 760 405 760 385 800 365 800 345 760 325 760 305 786 285 786 265 760 245 760 225 800 205 800 185 760 165 760 145 792 125 792 105 760 85 760 65 800 45 800 25 760 0 760 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1200 800' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 H1200 V760 C1180 760 1170 800 1150 800 S1130 760 1110 760 1090 790 1075 790 1060 760 1040 760 1020 800 1000 800 985 760 965 760 945 786 925 786 905 760 885 760 865 800 845 800 825 760 805 760 785 792 765 792 745 760 725 760 705 800 685 800 665 760 645 760 625 788 605 788 585 760 565 760 545 800 525 800 505 760 485 760 465 790 445 790 425 760 405 760 385 800 365 800 345 760 325 760 305 786 285 786 265 760 245 760 225 800 205 800 185 760 165 760 145 792 125 792 105 760 85 760 65 800 45 800 25 760 0 760 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.6s ease-out;
}
.hero-slide.is-active {
  opacity: 0.6;
  animation: heroZoom 7s linear both;
}
@keyframes heroZoom {
  from { transform: scale(1.12); }
  to   { transform: scale(1); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18,18,22,0.55);
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 260px 260px;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 10;
  padding-block: 7rem;
  width: 100%;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
  }
  .hero-copy {
    grid-column: span 7;
    max-width: none;
  }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  border: 2px solid rgba(255,255,255,0.3);
  padding: 0.25rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  backdrop-filter: blur(4px);
  margin: 0 0 1.5rem;
}
.hero-badge svg { width: 14px; height: 14px; color: var(--color-accent); flex-shrink: 0; }
.hero-title {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (min-width: 640px) {
  .hero-title { font-size: 3.75rem; }
}
@media (min-width: 1024px) {
  .hero-title { font-size: 6rem; }
}
.hero-title .word-sip { color: var(--color-primary); }
.hero-title .word-create { color: var(--color-accent); }
.hero-description {
  max-width: 36rem;
  color: rgba(255,255,255,0.8);
  font-size: 1.125rem;
  line-height: 1.625;
  margin: 1.5rem 0 0;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 2.25rem 0 0;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.7);
  margin: 3rem 0 0;
}
.hero-cta-book {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-background);
  background: var(--color-primary);
  color: white;
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-body);
  box-shadow: 0 8px 30px rgba(240,25,133,0.35);
  transition: transform 0.25s, opacity 0.2s;
}
.hero-cta-book:hover { transform: translateY(-3px) scale(1.02); opacity: 0.95; }
.hero-cta-explore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  border: 2px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.1);
  color: white;
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-body);
  backdrop-filter: blur(4px);
  transition: background 0.2s, transform 0.25s;
  cursor: pointer;
  background-clip: padding-box;
}
.hero-cta-explore:hover { background: rgba(255,255,255,0.2); transform: translateY(-3px) scale(1.02); }
.hero-tag { display: flex; align-items: center; gap: 0.5rem; }
.hero-tag svg { width: 16px; height: 16px; }
.tag-icon-palette { color: var(--color-accent); }
.tag-icon-cake { color: var(--color-primary); }
.tag-icon-users { color: var(--color-accent); }
.hero-scroll-btn {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: rgba(255,255,255,0.7);
  opacity: 0;
  animation: heroScrollFadeIn 0.6s ease 1.4s forwards, bounce 2s ease-in-out 2s infinite;
  cursor: pointer;
}
@keyframes heroScrollFadeIn {
  to { opacity: 1; }
}
.hero-scroll-btn svg { width: 20px; height: 20px; }
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ---- MARQUEE ---- */
.marquee-section {
  background: var(--color-accent);
  border-top: 2px solid var(--color-foreground);
  border-bottom: 2px solid var(--color-foreground);
  padding: 0.75rem 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}
.marquee-item {
  font-family: var(--font-display);
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-shrink: 0;
}
.marquee-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.333%); }
}

/* ---- ABOUT SECTION ---- */
#about { position: relative; padding: 6rem 0; overflow: hidden; scroll-margin-top: 6rem; }
.about-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-grid { grid-template-columns: 1fr 1fr; }
}
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.about-stat { text-align: center; padding: 1rem; }
.about-stat-num { font-family: var(--font-display); font-size: 1.875rem; color: var(--color-primary); }
.about-stat-label { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--color-muted-fg); margin-top: 0.25rem; }
.about-image-wrap {
  position: relative;
}
.about-slideshow {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 28rem;
  margin: 0 auto;
  overflow: hidden;
}
.about-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}
.about-slide.is-active { opacity: 1; animation: aboutZoom 6s linear both; }
@keyframes aboutZoom {
  from { transform: scale(1.08); }
  to   { transform: scale(1); }
}
.about-badge {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  transform: rotate(6deg);
  background: var(--color-primary);
  color: var(--color-primary-fg);
  border: 2px solid var(--color-foreground);
}

/* ---- EXPERIENCES SECTION ---- */
#experiences { position: relative; padding: 6rem 0; background: var(--color-secondary); overflow: hidden; scroll-margin-top: 6rem; }
.experiences-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 3rem;
}
@media (min-width: 640px) { .experiences-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .experiences-grid { grid-template-columns: repeat(4, 1fr); } }
.experience-card { padding: 1.5rem; background: var(--color-background); transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
.experience-card.ink-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-pop-hover); }
.exp-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 2px solid var(--color-foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.exp-icon svg { width: 24px; height: 24px; }
.exp-icon-1 { background: var(--color-primary); }
.exp-icon-2 { background: var(--color-accent); }
.exp-icon-3 { background: var(--color-splat-cyan); }
.exp-icon-4 { background: var(--color-splat-lime); }
.exp-card-title { font-family: var(--font-heading); font-size: 1.125rem; font-weight: 800; }
.exp-card-text { font-size: 0.875rem; color: var(--color-muted-fg); margin-top: 0.5rem; line-height: 1.6; }
/* Experiences blob glow */
#experiences::before {
  content: '';
  position: absolute;
  top: 3rem;
  right: 0;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: rgba(240,25,133,0.15);
  filter: blur(60px);
  pointer-events: none;
}

/* ---- SHOP SECTION ---- */
#shop { position: relative; padding: 6rem 0; overflow: hidden; scroll-margin-top: 6rem; }
.shop-header { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 1024px) { .shop-header { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.shop-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.shop-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  background: var(--color-background);
  color: var(--color-foreground);
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: var(--font-body);
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.shop-filter-btn:hover:not(.is-active) {
  background: var(--color-accent);
  color: var(--color-foreground);
}
.shop-filter-btn.is-active,
.shop-filter-btn.is-active:hover {
  background: var(--color-foreground);
  color: var(--color-background);
  border-color: var(--color-foreground);
  box-shadow: var(--shadow-pop);
}
.shop-filter-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* ---- PRODUCT GRID ---- */
.theme-product-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 3rem;
}
@media (min-width: 640px)  { .theme-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.theme-product-card-wrap {
  height: 100%;
  transition: transform 0.3s var(--transition);
}
.theme-product-card-wrap:hover {
  z-index: 2;
  position: relative;
}

/* ---- PRODUCT CARD ---- */
.theme-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.theme-product-card__image-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: block;
}
.theme-product-card__image-link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.theme-product-card__image-link img,
.theme-product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease-out;
}
.theme-product-card:hover .theme-product-card__image-wrap img { transform: scale(1.08); }
.theme-product-card__category-chip {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  background: rgba(250,248,245,0.92);
}
.theme-product-card__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.75rem;
}
.theme-product-card__info { flex: 1; }
.theme-product-card__title {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.3;
  transition: color 0.2s;
  display: block;
}
.theme-product-card__title:hover { color: var(--color-primary); }
.theme-product-card__desc {
  font-size: 0.875rem;
  color: var(--color-muted-fg);
  margin-top: 0.25rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theme-product-card__tiers {
  list-style: none;
  font-size: 0.6875rem;
  color: rgba(18,18,22,0.7);
}
.theme-product-card__tier-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.125rem 0;
}
.theme-product-card__tier-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-product-card__tier-price { font-weight: 700; flex-shrink: 0; }
.theme-product-card__tier-more { color: rgba(18,18,22,0.5); }
.theme-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.theme-product-card__price-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-muted-fg);
}
.theme-product-card__price {
  font-family: var(--font-display);
  font-size: 1.25rem;
}
.theme-product-card__actions { display: flex; gap: 0.5rem; align-items: center; }
.theme-product-card__details-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  background: var(--color-background);
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background 0.2s;
  font-family: var(--font-body);
  color: var(--color-foreground);
  position: relative;
  z-index: 3;
}
.theme-product-card__details-btn:hover { background: var(--color-secondary); }
.theme-product-card__add-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  background: var(--color-primary);
  color: var(--color-primary-fg);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 0.2s;
  font-family: var(--font-body);
  position: relative;
  z-index: 3;
}
.theme-product-card__add-btn:hover { transform: translateY(-2px); }
.theme-product-card__add-btn:disabled { opacity: 0.5; pointer-events: none; }

/* WC sold-out badge */
.sold-out-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius-full);
  background: var(--color-foreground);
  color: var(--color-background);
  z-index: 3;
}
.new-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius-full);
  background: var(--color-accent);
  color: var(--color-foreground);
  border: 2px solid var(--color-foreground);
  z-index: 3;
}
.theme-product-card--soldout .theme-product-card__image-wrap img { opacity: 0.6; }
.theme-product-card__soldout-label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--color-muted-fg);
  text-transform: uppercase;
}

/* ---- KIDS SECTION ---- */
#kids {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  scroll-margin-top: 6rem;
  isolation: isolate;
}
.kids-bg {
  position: absolute;
  inset: 0;
  background: var(--gradient-splat);
  opacity: 0.95;
  pointer-events: none;
}
.kids-dot-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  mix-blend-mode: overlay;
  background-image: radial-gradient(rgba(0,0,0,0.4) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.kids-grid {
  position: relative;
  display: grid;
  gap: 3rem;
  align-items: center;
  color: white;
}
@media (min-width: 1024px) { .kids-grid { grid-template-columns: 1fr 1fr; } }
.kids-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin-top: 1.5rem;
}
@media (min-width: 640px) { .kids-list { grid-template-columns: repeat(2, 1fr); } }
.kids-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255,255,255,0.3);
  font-size: 0.875rem;
}
.kids-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent); flex-shrink: 0; }
.kids-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.kids-images { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.kids-img {
  border-radius: 1rem;
  border: 2px solid var(--color-foreground);
  box-shadow: var(--shadow-pop);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  display: block;
}
.kids-img:last-child { margin-top: 2.5rem; }

/* ---- PARTIES SECTION ---- */
#parties { position: relative; padding: 6rem 0; background: var(--color-secondary); overflow: hidden; scroll-margin-top: 6rem; }
.parties-packages {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) { .parties-packages { grid-template-columns: repeat(3, 1fr); } }
.party-card {
  padding: 1.5rem;
  background: var(--color-background);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) { .party-card { padding: 1.75rem; } }
.party-card--featured {
  box-shadow: 0 0 0 2px var(--color-primary), var(--shadow-pop);
  border-color: var(--color-primary) !important;
}
@media (min-width: 768px) { .party-card--featured { transform: translateY(-0.75rem); } }
.party-card-featured-badge {
  position: absolute;
  top: -0.75rem;
  left: 1.5rem;
  background: var(--color-primary);
  color: var(--color-primary-fg);
  border-color: var(--color-primary);
}
.party-card-tier { font-family: var(--font-display); font-size: 0.8125rem; letter-spacing: 0.1em; color: rgba(18,18,22,0.6); text-transform: uppercase; }
.party-card-name { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; margin-top: 0.25rem; }
.party-card-price { font-family: var(--font-display); font-size: 2.5rem; color: var(--color-primary); margin-top: 1rem; }
.party-card-artists { font-size: 0.875rem; font-weight: 600; display: flex; align-items: center; gap: 0.5rem; margin-top: 0.5rem; }
.party-card-artists svg { width: 16px; height: 16px; color: var(--color-primary); }
.party-card-divider { border-top: 2px dashed rgba(18,18,22,0.15); margin-top: 1.25rem; padding-top: 1.25rem; }
.party-card-choice-label { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: rgba(18,18,22,0.6); margin-bottom: 0.75rem; }
.party-card-options { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.party-card-option { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; }
.party-card-option-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-primary); flex-shrink: 0; margin-top: 0.4rem; }
.parties-cards-row {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) { .parties-cards-row { grid-template-columns: 1fr 1fr; } }
.party-custom-card { padding: 1.5rem; background: var(--color-background); }
.party-addon-card { padding: 1.5rem; background: var(--color-foreground); color: var(--color-background); display: flex; flex-direction: column; justify-content: center; }
.party-addon-label { font-family: var(--font-display); font-size: 0.8125rem; letter-spacing: 0.1em; opacity: 0.7; text-transform: uppercase; }
.party-addon-title { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; margin-top: 0.5rem; }
.party-addon-sub { font-size: 0.875rem; opacity: 0.8; margin-top: 0.75rem; }
.custom-opts { list-style: none; display: grid; gap: 0.5rem; margin-top: 1rem; }
@media (min-width: 640px) { .custom-opts { grid-template-columns: repeat(2, 1fr); } }
.custom-opt { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; }
/* Party Form */
.party-form { padding: 1.5rem; background: var(--color-background); max-width: 56rem; margin: 0 auto; }
@media (min-width: 768px) { .party-form { padding: 2rem; } }
.party-form-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .party-form-grid { grid-template-columns: 1fr 1fr; } }
.party-form-field {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-family: var(--font-body);
  border: 2px solid var(--color-foreground);
  border-radius: calc(var(--radius-card) - 2px);
  background: var(--color-background);
  color: var(--color-foreground);
  outline: none;
  transition: border-color 0.2s;
}
.party-form-field:focus { border-color: var(--color-primary); }
.party-form-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-family: var(--font-body);
  border: 2px solid var(--color-foreground);
  border-radius: calc(var(--radius-card) - 2px);
  background: var(--color-background);
  color: var(--color-foreground);
  height: 2.5rem;
  outline: none;
  cursor: pointer;
}
.party-form-textarea {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-family: var(--font-body);
  border: 2px solid var(--color-foreground);
  border-radius: calc(var(--radius-card) - 2px);
  background: var(--color-background);
  color: var(--color-foreground);
  outline: none;
  resize: vertical;
  margin-top: 1rem;
  transition: border-color 0.2s;
}
.party-form-textarea:focus { border-color: var(--color-primary); }
.party-select-wrap { position: relative; grid-column: 1 / -1; }
.party-select-chevron { position: absolute; right: 0.75rem; top: 50%; transform: translateY(-50%); pointer-events: none; width: 16px; height: 16px; }

/* ---- OWNER SECTION ---- */
#owner { padding: 6rem 0; scroll-margin-top: 6rem; }
.owner-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .owner-grid { grid-template-columns: 5fr 7fr; } }
.owner-image-wrap {
  position: relative;
}
.owner-image-glow {
  position: absolute;
  inset: -1.5rem;
  border-radius: 1.5rem;
  background: var(--gradient-warm);
  opacity: 0.3;
  filter: blur(40px);
  pointer-events: none;
}
.owner-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.owner-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.owner-role-chip {
  position: absolute;
  bottom: -0.75rem;
  right: -0.75rem;
  background: var(--color-foreground);
  color: var(--color-background);
  border-color: var(--color-foreground);
}
.owner-bio { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 1rem; color: rgba(18,18,22,0.8); line-height: 1.75; }

/* ---- FAQ SECTION ---- */
.faq-grid { display: grid; gap: 2.5rem; position: relative; width: 100%; }
@media (min-width: 1024px) {
  .faq-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .faq-grid-intro { grid-column: span 4; }
  .faq-list { grid-column: span 8; }
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
}
.faq-item { overflow: hidden; min-width: 0; width: 100%; }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
}
@media (min-width: 640px) { .faq-question { font-size: 1.125rem; } }
.faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease-out, color 0.3s;
}
.faq-item.is-open .faq-chevron { transform: rotate(180deg); color: var(--color-primary); }
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-answer-inner {
  overflow: hidden;
  min-height: 0;
}
.faq-answer-text {
  padding: 0 1.25rem 1.25rem;
  color: rgba(18, 18, 22, 0.75);
  line-height: 1.625;
  font-size: 1rem;
}
.faq-item:not(.is-open) .faq-answer-text {
  visibility: hidden;
}
.faq-item.is-open .faq-answer-text {
  visibility: visible;
}
.faq-contact-link { text-decoration: underline; font-weight: 700; cursor: pointer; background: none; border: none; font-family: inherit; font-size: inherit; color: inherit; }

/* ---- CONTACT SECTION ---- */
#contact { padding: 6rem 0; scroll-margin-top: 6rem; }
.contact-card { padding: 2rem; position: relative; overflow: hidden; background: var(--color-foreground); color: var(--color-background); }
@media (min-width: 768px) { .contact-card { padding: 3.5rem; } }
.contact-glow-1 { position: absolute; top: -5rem; right: -5rem; width: 18rem; height: 18rem; border-radius: 50%; background: rgba(240,25,133,0.5); filter: blur(60px); pointer-events: none; }
.contact-glow-2 { position: absolute; bottom: -5rem; left: -5rem; width: 18rem; height: 18rem; border-radius: 50%; background: rgba(255,209,26,0.4); filter: blur(60px); pointer-events: none; }
.contact-grid { position: relative; display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}
.contact-chip-wrap { background: var(--color-background); color: var(--color-foreground); border-color: var(--color-background); }
.contact-items { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 0.75rem; }
.contact-item-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.contact-item:hover .contact-item-icon { background: var(--color-primary); }
.contact-item-icon svg { width: 20px; height: 20px; }
.contact-item-label { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.6); margin-bottom: 0.125rem; }
.contact-item-value { font-weight: 700; }
.contact-item-sub { color: rgba(255,255,255,0.7); font-size: 0.875rem; }
.social-label { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.6); margin-bottom: 1rem; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.social-card {
  position: relative;
  padding: 1.25rem;
  background: var(--color-background);
  color: var(--color-foreground);
  transition: transform 0.3s var(--transition), box-shadow 0.3s var(--transition), background 0.2s, color 0.2s;
  border-radius: var(--radius-card);
  border: 2px solid var(--color-foreground);
  box-shadow: var(--shadow-pop);
  overflow: hidden;
}
.social-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.social-card:hover { transform: translate(-3px,-3px); box-shadow: var(--shadow-pop-hover); }
.social-card-instagram:hover { background: var(--color-primary); color: white; }
.social-card-tiktok:hover { background: var(--color-foreground); color: var(--color-background); }
.social-card-facebook:hover { background: var(--color-splat-cyan); }
.social-card-youtube:hover { background: var(--color-accent); }
.social-card-icon { width: 24px; height: 24px; margin-bottom: 0.75rem; }
.social-card-name { font-family: var(--font-heading); font-weight: 800; }
.social-card-handle { font-size: 0.6875rem; color: var(--color-muted-fg); word-break: break-all; }
.social-card:hover .social-card-handle { color: inherit; opacity: 0.8; }

/* ---- FOOTER ---- */
.site-footer {
  position: relative;
  background: var(--color-foreground);
  color: var(--color-background);
  overflow: hidden;
  margin-top: 5rem; /* mt-20 */
}
.footer-glow-1 { position: absolute; top: -3rem; left: -2rem; width: 12rem; height: 12rem; border-radius: 50%; background: rgba(240,25,133,0.4); filter: blur(60px); pointer-events: none; }
.footer-glow-2 { position: absolute; bottom: -4rem; right: 0; width: 18rem; height: 18rem; border-radius: 50%; background: rgba(255,209,26,0.3); filter: blur(60px); pointer-events: none; }
.footer-inner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .footer-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.footer-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .footer-grid { gap: 3rem; }
}
.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-logo-link .site-logo-img {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem;
  object-fit: cover;
  border-color: var(--color-background);
}
.footer-logo-link .logo-name {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.footer-tagline {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(250,248,245,0.7);
  max-width: 24rem;
  line-height: 1.625;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.footer-social-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  font-size: 0.6875rem;
  font-weight: 900;
  color: inherit;
}
.footer-social-btn:hover { background: var(--color-primary); }
.footer-social-btn svg { width: 16px; height: 16px; }
.footer-nav-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
.footer-nav-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-nav-btn {
  font-size: 0.875rem;
  color: rgba(250,248,245,0.7);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  text-align: left;
  text-transform: capitalize;
  transition: color 0.2s;
}
.footer-nav-btn:hover { color: var(--color-background); }
.footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-contact-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: rgba(250,248,245,0.7); }
.footer-contact-item svg { width: 16px; height: 16px; flex-shrink: 0; }
.footer-contact-item a:hover { color: var(--color-background); }
.footer-contact-address { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; color: rgba(250,248,245,0.7); margin-top: 1rem; }
.footer-contact-address svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 0.1rem; }
.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(250,248,245,0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.footer-copyright { font-size: 0.6875rem; color: rgba(250,248,245,0.6); }
.footer-attr { font-size: 0.6875rem; color: rgba(250,248,245,0.6); transition: color 0.2s; }
.footer-attr:hover { color: var(--color-background); }

/* ---- PAGE TITLE (inner pages) ---- */
.page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.5rem);
  text-transform: uppercase;
  line-height: 0.95;
  margin-bottom: 2rem;
}

/* ============================================================
   WOOCOMMERCE — CART DRAWER
   ============================================================ */
#theme-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18,18,22,0.2);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
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: 28rem;
  background: var(--color-background);
  z-index: 999;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 40px rgba(18,18,22,0.15);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
body.cart-open #theme-cart-drawer {
  transform: translateX(0);
}
#theme-cart-drawer.is-updating { opacity: 0.6; pointer-events: none; }
.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid var(--color-border);
}
.cart-drawer-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  text-transform: uppercase;
}
.cart-close-btn { padding: 0.25rem; opacity: 0.7; transition: opacity 0.2s; }
.cart-close-btn:hover { opacity: 1; }
.cart-close-btn svg { width: 20px; height: 20px; }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 1.5rem; }
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 2rem;
}
.cart-empty svg { width: 48px; height: 48px; color: var(--color-muted-fg); margin-bottom: 1rem; opacity: 0.5; }
.cart-empty p { color: var(--color-muted-fg); margin-bottom: 1.5rem; }
.cart-items { display: flex; flex-direction: column; gap: 1.5rem; }
.cart-item { display: flex; gap: 1rem; }
.cart-item-thumb {
  width: 5rem;
  height: 6rem;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--color-foreground);
  background: var(--color-secondary);
}
.cart-item-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-size: 0.875rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item-price { font-size: 0.875rem; color: var(--color-muted-fg); margin-top: 0.125rem; }
.cart-item-meta { font-size: 0.75rem; color: var(--color-muted-fg); margin-top: 0.25rem; }
.cart-item-controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem; }
.cart-qty-btn {
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: background 0.15s;
  color: inherit;
}
.cart-qty-btn:hover { background: var(--color-secondary); }
.cart-qty-btn svg { width: 12px; height: 12px; }
.cart-qty-display { font-size: 0.875rem; width: 1.5rem; text-align: center; }
.cart-remove-btn { margin-left: auto; font-size: 0.6875rem; color: var(--color-muted-fg); transition: color 0.2s; }
.cart-remove-btn:hover { color: var(--color-foreground); }
.cart-drawer-footer {
  padding: 1.5rem;
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-subtotal { display: flex; justify-content: space-between; font-size: 0.875rem; }
.cart-subtotal-label { color: var(--color-muted-fg); }
.cart-note { font-size: 0.6875rem; color: var(--color-muted-fg); }
.cart-checkout-btn {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  background: var(--color-primary);
  color: var(--color-primary-fg);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-body);
  transition: opacity 0.2s;
}
.cart-checkout-btn:hover { opacity: 0.9; }
.cart-variation-item { font-size: 0.6875rem; color: var(--color-muted-fg); }

/* ============================================================
   WOOCOMMERCE — PRODUCT ARCHIVE
   ============================================================ */
.woocommerce-archive-main {
  padding-top: var(--header-height, 80px);
  padding-bottom: 4rem;
}
.archive-header { padding: 3rem 0 2rem; }
.archive-product-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px)  { .archive-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .archive-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (min-width: 1280px) { .archive-product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); } }

/* ============================================================
   WOOCOMMERCE — SINGLE PRODUCT
   ============================================================ */
.single-product-main {
  padding-top: var(--header-height, 80px);
  padding-bottom: 5rem;
}
.single-product-inner { padding-top: 1.5rem; }
.back-to-shop {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.2s;
  margin-bottom: 1.5rem;
}
.back-to-shop:hover { color: var(--color-primary); }
.back-to-shop svg { width: 16px; height: 16px; }
.theme-product-layout {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .theme-product-layout { grid-template-columns: 1fr 1fr; gap: 4rem; }
}
.theme-product-gallery { min-width: 0; max-width: 100%; }
.theme-product-info { min-width: 0; max-width: 100%; }

/* Gallery */
.single-product-main-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius-card);
  border: 2px solid var(--color-foreground);
  box-shadow: var(--shadow-pop);
  background: var(--color-secondary);
  position: relative;
}
.single-product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.35s ease-out;
}
.theme-product-thumbnails {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  max-width: 100%;
}
.theme-thumb-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 2px solid rgba(18,18,22,0.25);
  transition: border-color 0.2s;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
  padding: 0;
}
.theme-thumb-btn img { width: 100%; height: 100%; object-fit: cover; display: block; }
.theme-thumb-btn.is-active, .theme-thumb-btn:hover { border-color: var(--color-primary); }
.theme-thumb-btn.is-active { box-shadow: 0 0 0 2px rgba(240,25,133,0.3); }

/* Product info */
.single-product-category { margin-bottom: 1rem; }
.single-product-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase;
  line-height: 0.95;
  margin-top: 1rem;
}
.single-product-desc { margin-top: 1rem; color: rgba(18,18,22,0.8); line-height: 1.75; }
.single-product-price {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-top: 1.5rem;
}
.single-product-stock { margin-top: 0.5rem; font-size: 0.875rem; font-weight: 700; color: var(--color-muted-fg); }
.single-product-sold-out { color: var(--color-muted-fg); font-size: 0.875rem; font-weight: 700; }

/* Variations */
.single-product-variations { margin-top: 1.5rem; }
.variations-label { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--color-muted-fg); margin-bottom: 0.5rem; font-weight: 700; }
.variations-grid { display: grid; gap: 0.5rem; }
@media (min-width: 640px) { .variations-grid { grid-template-columns: repeat(2, 1fr); } }
.variation-btn {
  text-align: left;
  border-radius: 0.75rem;
  border: 2px solid rgba(18,18,22,0.25);
  padding: 0.75rem 1rem;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  cursor: pointer;
  background: var(--color-background);
  color: var(--color-foreground);
}
.variation-btn:hover { border-color: var(--color-foreground); }
.variation-btn.is-selected { border-color: var(--color-foreground); background: var(--color-foreground); color: var(--color-background); }
.variation-btn-label { font-size: 0.875rem; font-weight: 700; }
.variation-btn-price { font-size: 0.75rem; opacity: 0.7; }

/* Product details list */
.single-product-details-title { font-size: 1.125rem; font-weight: 800; margin-bottom: 0.75rem; margin-top: 1.5rem; }
.single-product-details { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.single-product-detail { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; color: rgba(18,18,22,0.8); }
.single-product-detail svg { width: 16px; height: 16px; color: var(--color-primary); flex-shrink: 0; margin-top: 0.125rem; }

/* Add to cart area */
.theme-add-to-cart-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.single-product-main .theme-product-info .theme-add-to-cart-area { margin-top: 2rem; }
.theme-quantity-wrapper {
  display: flex;
  align-items: center;
  border: 2px solid var(--color-foreground);
  border-radius: var(--radius-full);
  overflow: hidden;
  flex-shrink: 0;
}
.theme-qty-minus, .theme-qty-plus {
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  transition: background 0.15s;
  color: var(--color-foreground);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
}
.theme-qty-minus:hover, .theme-qty-plus:hover { background: var(--color-secondary); }
.theme-qty-input {
  width: 2rem;
  text-align: center;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-weight: 700;
  background: transparent;
  color: var(--color-foreground);
  font-size: 0.875rem;
  -moz-appearance: textfield;
}
.theme-qty-input::-webkit-inner-spin-button,
.theme-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.single-product-main .theme-product-info .single_add_to_cart_button,
.single-product-main .theme-product-info a.single_add_to_cart_button {
  flex: 1 1 auto;
  min-width: 160px;
}
.single-product-checkout-link {
  display: none;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-foreground);
  background: var(--color-background);
  padding: 0.75rem 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-body);
  transition: background 0.2s;
  flex-shrink: 0;
}
@media (min-width: 640px) { .single-product-checkout-link { display: inline-flex; } }
.single-product-checkout-link:hover { background: var(--color-secondary); }
.single-product-checkout-link svg { width: 16px; height: 16px; }

/* WC Add to Cart Button Override (§11.4.1) */
.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
  background-color: var(--color-primary) !important;
  color: var(--color-primary-fg) !important;
  border: 2px solid var(--color-foreground) !important;
  border-radius: var(--radius-full) !important;
  min-height: 44px !important;
  padding: 0.625rem 1.5rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--font-body) !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
  opacity: 0.85 !important;
  background-color: var(--color-primary) !important;
  color: var(--color-primary-fg) !important;
}
/* Disabled state (§11.4.1) */
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
  cursor: not-allowed !important;
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
  opacity: 0.4 !important;
  background-color: var(--color-primary) !important;
}

/* Hide View Cart link (§11.4.2) */
.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

/* During AJAX add (§31.8) */
.ajax_add_to_cart.theme-btn-loading {
  opacity: 0.6 !important;
  pointer-events: none !important;
  cursor: wait !important;
}

/* Variable product: native select hidden (§11.5.2) */
.theme-attr-select-hidden { display: none !important; }

/* Variations table layout */
.single-product .variations.shop_attributes tbody,
.single-product .variations tbody tr,
.single-product .variations tbody td {
  display: block;
  width: 100%;
}
.single-product .variations tbody td.label { padding-bottom: 0.25rem; }
.single-product .variations tbody td.value { padding-top: 0; }

/* Responsive for single product */
.single-product .theme-product-layout { min-width: 0; }
.single-product .theme-product-gallery,
.single-product .theme-product-info { min-width: 0; max-width: 100%; }
.single-product .theme-product-thumbnails { flex-wrap: wrap; max-width: 100%; }
.single-product .theme-add-to-cart-area { flex-wrap: wrap; gap: 0.75rem; }
.single-product .single_add_to_cart_button { flex: 1 1 auto; min-width: 160px; }
.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-variation-description,
.single-product .posted_in { overflow-wrap: break-word; word-break: break-word; }

/* Related Products (matches ProductDetail.tsx: mt-20, grid 2/3 cols, gap-6) */
.single-product section.related.products {
  display: none !important;
}
.related-products {
  margin-top: 5rem;
}
.related-products-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.related-products-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 640px) {
  .related-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .related-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.related-products-grid .theme-product-card-wrap {
  min-width: 0;
  max-width: 100%;
}

/* ============================================================
   WOOCOMMERCE NOTICES (§14.1)
   ============================================================ */
.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
/* Style notices on other pages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 0.75rem;
  border: 2px solid var(--color-foreground);
  padding: 1rem 1.25rem;
  font-family: var(--font-body);
  list-style: none;
  margin-bottom: 1rem;
}
.woocommerce-error { border-color: #dc2626; background: #fef2f2; }
.woocommerce-message { background: var(--color-secondary); }

/* ============================================================
   WOOCOMMERCE CHECKOUT (§13)
   ============================================================ */
body.woocommerce-checkout .site-main {
  padding-top: var(--header-height, 80px);
  padding-bottom: 4rem;
}
body.woocommerce-checkout .entry-content { max-width: 100%; }
body.woocommerce-checkout .page-title {
  padding: 2rem 1.5rem 1rem;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  body.woocommerce-checkout .wc-block-checkout {
    display: block;
  }
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 2rem;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  min-width: 0;
  width: 100%;
  max-width: none;
}
body.woocommerce-checkout .wc-block-checkout__sidebar {
  background-color: var(--color-secondary);
  border-radius: var(--radius-card);
  padding: 2rem;
  border: 2px solid var(--color-foreground);
}
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 {
  width: 100% !important;
  max-width: none !important;
  font-family: var(--font-body) !important;
  border-color: var(--color-foreground) !important;
  border-radius: 0.5rem !important;
  background: var(--color-background) !important;
  color: var(--color-foreground) !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background-color: var(--color-primary) !important;
  border-radius: var(--radius-full) !important;
  border: 2px solid var(--color-foreground) !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--color-primary-fg) !important;
}
body.woocommerce-checkout h2 {
  font-family: var(--font-heading);
  font-weight: 800;
}

/* ============================================================
   WOOCOMMERCE THANK YOU (§22.8)
   ============================================================ */
body.theme-thankyou-page .site-main { padding-top: var(--header-height, 80px); padding-bottom: 4rem; overflow-x: hidden; }
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .woocommerce-order { font-family: var(--font-body); }
body.theme-thankyou-page .woocommerce-order-overview {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--color-secondary);
  border-radius: var(--radius-card);
  border: 2px solid var(--color-foreground);
  margin: 1.5rem 0;
}
body.theme-thankyou-page .woocommerce-order-overview li { font-size: 0.875rem; }
body.theme-thankyou-page .woocommerce-order h2,
body.theme-thankyou-page .woocommerce-order-details__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  padding: 0 0 1rem 0;
  font-size: 1.5rem;
}
body.theme-thankyou-page .woocommerce-customer-details { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 1.5rem; }
body.theme-thankyou-page .woocommerce-customer-details address { max-width: 480px; overflow-wrap: break-word; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; border-collapse: collapse; }
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
body.theme-thankyou-page .woocommerce-order-details th,
body.theme-thankyou-page .woocommerce-order-details td { padding: 0.5rem; border-bottom: 1px solid var(--color-border); font-size: 0.875rem; }

/* ============================================================
   RESPONSIVE HELPERS
   ============================================================ */
@media (max-width: 767px) {
  .about-stats { grid-template-columns: repeat(3, 1fr); }
  #kids .kids-images { grid-template-columns: 1fr 1fr; }
  #parties .parties-packages { grid-template-columns: 1fr; }
  #contact .social-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   INNER PAGE SECTIONS (no hero)
   ============================================================ */
body.theme-no-hero .site-main { padding-top: var(--header-height, 80px); }

/* ---- WooCommerce product category archive in shop section ---- */
.shop-section-wrap { position: relative; }
