/*
Theme Name: GlowAfrique 1.2.22
Theme URI: https://glowafrique.co.za
Author: GlowAfrique
Author URI: https://glowafrique.co.za
Description: Premium lace-wig boutique theme for South Africa. WooCommerce-ready. Gold-on-dark brand. Lace wigs and wig care.
Version: 1.2.22
Requires at least: 7.0
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glowafrique
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

/* Base tokens — mirrored from GlowAfrique Angular storefront */
:root {
  --ga-black: #070707;
  --ga-black-2: #0e0e0e;
  --ga-black-3: #171717;
  --ga-surface: #141210;
  --ga-surface-2: #1c1914;
  --ga-surface-3: #26221a;
  --ga-gold: #ffd700;
  --ga-gold-light: #ffe566;
  --ga-gold-dark: #c9a227;
  --ga-gold-pale: #fff4c4;
  --ga-gold-rose: #f0c987;
  --ga-gold-grad: linear-gradient(115deg, #7a5c10 0%, #c9a227 18%, #ffd700 38%, #fff4c4 50%, #ffd700 62%, #c9a227 82%, #7a5c10 100%);
  --ga-gold-grad-soft: rgba(255, 215, 0, 0.18);
  --ga-border: #3a3120;
  --ga-border-strong: #5c4d28;
  --ga-text: #fff8e7;
  --ga-muted: #cbb992;
  --ga-dim: #8a7d5e;
  --ga-danger: #d45a5a;
  --ga-success: #3d9b72;
  --ga-radius: 14px;
  --ga-radius-sm: 10px;
  --ga-radius-xs: 6px;
  --ga-glow-gold: 0 0 24px rgba(255, 215, 0, 0.4), 0 0 64px rgba(255, 215, 0, 0.15);
  --ga-font-display: "Cormorant Garamond", Georgia, serif;
  --ga-font-sans: "Outfit", system-ui, sans-serif;
  --ga-nav-h: 80px;
  --ga-max: 1120px;
  --ga-measure: 42rem;
  --ga-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(255, 215, 0, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 15%, rgba(255, 230, 140, 0.08), transparent 50%),
    radial-gradient(ellipse 45% 35% at 0% 70%, rgba(201, 162, 39, 0.08), transparent 45%),
    var(--ga-black);
  color: var(--ga-text);
  font-family: var(--ga-font-sans);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  /* Room for floating WhatsApp + home indicator */
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

body.ga-nav-open {
  overflow: hidden;
}

::selection {
  background: rgba(255, 215, 0, 0.35);
  color: var(--ga-text);
}

:focus-visible {
  outline: 2px solid var(--ga-gold);
  outline-offset: 3px;
}

.ga-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  background: var(--ga-gold);
  color: #111;
  padding: 0.6rem 1rem;
  font-weight: 600;
}

.ga-skip-link:focus {
  left: 1rem;
  top: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--ga-gold);
  text-decoration: none;
  transition: color var(--ga-transition);
}

a:hover,
a:focus-visible {
  color: var(--ga-gold-light);
}

h1,
h2,
h3,
h4,
.ga-display {
  font-family: var(--ga-font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--ga-text);
}

.ga-container {
  width: min(100% - 1.25rem, var(--ga-max));
  margin-inline: auto;
}

.ga-site {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.ga-main {
  flex: 1;
}

.ga-announce {
  background: linear-gradient(90deg, #1a1608, #2a2210 40%, #1a1608);
  border-bottom: 1px solid var(--ga-border);
  color: var(--ga-gold-pale);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0.5rem 0.75rem;
  line-height: 1.35;
}

.ga-trust {
  padding: 1.75rem 0 0.5rem;
}

/* Quiet trust row — hairline panel, not a promo block */
.ga-trust__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: none;
  border-top: 1px solid var(--ga-border);
  border-bottom: 1px solid var(--ga-border);
  border-radius: 0;
  background: transparent;
  padding: 1.15rem 0;
}

.ga-trust__grid > div {
  padding: 0.65rem 0.25rem;
  text-align: center;
}

.ga-trust__grid > div + div {
  border-top: 1px solid rgba(58, 49, 32, 0.55);
}

.ga-trust__grid strong {
  display: block;
  color: var(--ga-gold-pale);
  font-family: var(--ga-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.ga-trust__grid span {
  color: var(--ga-dim);
  font-size: 0.85rem;
  line-height: 1.4;
}

@media (min-width: 700px) {
  .ga-trust {
    padding: 2.25rem 0 0.75rem;
  }

  .ga-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 1.35rem 0;
  }

  .ga-trust__grid > div {
    padding: 0.35rem 1rem;
  }

  .ga-trust__grid > div + div {
    border-top: none;
    border-left: 1px solid rgba(58, 49, 32, 0.55);
  }
}

.ga-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.ga-contact-actions .ga-btn {
  min-height: 48px;
  flex: 1 1 12rem;
}

.ga-wa-float {
  position: fixed;
  /* Bottom corner + safe-area — clear of sticky header cart */
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  left: auto;
  top: auto;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: #25d366;
  color: #06250f !important;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.ga-wa-float:hover {
  color: #04180a !important;
  filter: brightness(1.05);
}

/* Header — sticky bar; blur only on larger screens (perf) */
.ga-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 7, 7, 0.94);
  border-bottom: 1px solid var(--ga-border);
}

@media (min-width: 720px) {
  .ga-header {
    backdrop-filter: blur(14px);
    background: rgba(7, 7, 7, 0.88);
  }
}

.ga-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  min-height: var(--ga-nav-h);
  padding-block: 0.5rem;
  min-width: 0;
  max-width: 100%;
}

/* Logo left; menu + actions + hamburger cluster on the right */
.ga-header__end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
  margin-left: auto;
  flex-shrink: 0;
  min-width: 0;
}

.ga-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  background: transparent;
  border: 1px solid var(--ga-border);
  color: var(--ga-gold);
  border-radius: 8px;
  padding: 0.4rem 0.55rem;
  cursor: pointer;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.ga-header__actions {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
  min-width: 0;
}

.ga-header__shop {
  min-height: 44px;
  padding: 0.35rem 0.65rem !important;
  font-size: 0.8rem !important;
  border-radius: 999px !important;
  white-space: nowrap;
  flex-shrink: 0;
}

.ga-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: var(--ga-muted);
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid var(--ga-border);
  border-radius: 999px;
  min-height: 44px;
  min-width: 44px;
  padding: 0.35rem 0.55rem;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}

.ga-account-link:hover {
  border-color: var(--ga-gold-dark);
  color: var(--ga-gold);
}

.ga-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ga-text);
  flex: 0 1 auto;
  min-width: 52px;
  max-width: min(160px, 42vw);
}

.ga-brand img,
.custom-logo-link img,
img.custom-logo {
  display: block;
  height: 52px;
  width: auto;
  min-width: 52px;
  max-height: 52px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}

.custom-logo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex: 0 1 auto;
  min-width: 52px;
  max-width: min(160px, 42vw);
}

/* Single sparkle on the crown tip of the G (~10.2% / 8% of logo-dark.png). */
.ga-logo {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.ga-logo--hero {
  display: block;
  width: fit-content;
  max-width: 92%;
  margin-inline: auto;
}

.ga-logo__sparkle {
  position: absolute;
  left: 10.2%;
  top: 8%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.75;
  animation: ga-logo-twinkle 2.8s ease-in-out infinite;
  /* 4-point star (clip-path); glow via drop-shadow so it survives the clip */
  background: #fff8dc;
  clip-path: polygon(
    50% 0%,
    62% 38%,
    100% 50%,
    62% 62%,
    50% 100%,
    38% 62%,
    0% 50%,
    38% 38%
  );
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.95));
}

@keyframes ga-logo-twinkle {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

@media (min-width: 720px) {
  .ga-logo__sparkle {
    width: 9px;
    height: 9px;
  }
}

@media (min-width: 720px) {
  .ga-header__inner {
    gap: 1rem;
    min-height: 96px;
    padding-block: 0.55rem;
  }

  .ga-brand,
  .custom-logo-link {
    flex: 0 0 auto;
    max-width: 300px;
    min-width: 0;
  }

  .ga-brand img,
  .custom-logo-link img,
  img.custom-logo {
    height: 80px;
    max-height: 80px;
    min-width: 0;
    max-width: none;
  }
}

.ga-cart-link:hover {
  border-color: var(--ga-gold-dark);
  color: var(--ga-gold);
}

.ga-cart-count {
  background: var(--ga-gold);
  color: #111;
  font-size: 0.72rem;
  font-weight: 700;
  min-width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
}

.ga-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(7, 7, 7, 0.98);
  border-bottom: 1px solid var(--ga-border);
  padding: 1rem 1.25rem 1.35rem;
  max-height: min(70vh, 28rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ga-nav.is-open {
  display: block;
}

.ga-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.ga-nav a {
  color: var(--ga-muted);
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0;
}

.ga-nav a:hover,
.ga-nav .current-menu-item > a,
.ga-nav .current_page_item > a {
  color: var(--ga-gold);
}

.ga-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  color: var(--ga-text);
  font-size: 0.8rem;
  border: 1px solid var(--ga-border);
  border-radius: 999px;
  min-height: 44px;
  padding: 0.35rem 0.6rem;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (min-width: 720px) {
  .ga-nav-toggle {
    display: none;
  }

  .ga-header__inner {
    gap: 1rem;
  }

  .ga-header__end {
    gap: 0.85rem;
  }

  .ga-header__actions {
    gap: 0.45rem;
  }

  .ga-header__shop {
    min-height: 44px;
    padding: 0.45rem 1.1rem !important;
    font-size: 0.9rem !important;
  }

  .ga-account-link {
    font-size: 0.9rem;
    padding: 0.45rem 0.95rem;
  }

  .ga-cart-link {
    gap: 0.4rem;
    font-size: 0.9rem;
    padding: 0.45rem 0.9rem;
  }

  .ga-nav {
    display: flex;
    position: static;
    background: transparent;
    border: 0;
    padding: 0;
    max-height: none;
    overflow: visible;
    flex: 0 1 auto;
    justify-content: flex-end;
    min-width: 0;
  }

  .ga-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.15rem 1.1rem;
    align-items: center;
    justify-content: flex-end;
  }

  .ga-nav a {
    font-size: 0.92rem;
    min-height: 44px;
    padding: 0 0.15rem;
  }
}

/* Buttons */
.ga-btn,
button.button,
a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--ga-gold-grad);
  color: #111 !important;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
  min-height: 48px;
  font-family: var(--ga-font-sans);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform var(--ga-transition), box-shadow var(--ga-transition);
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.25);
}

.ga-btn:hover,
button.button:hover,
a.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 28px rgba(255, 215, 0, 0.4);
  color: #111 !important;
}

.ga-btn--ghost,
.woocommerce a.button.ga-btn--ghost,
.woocommerce button.button.ga-btn--ghost {
  background: transparent !important;
  color: var(--ga-gold) !important;
  border: 1px solid var(--ga-gold-dark) !important;
  box-shadow: none !important;
}

.ga-btn--ghost:hover,
.woocommerce a.button.ga-btn--ghost:hover,
.woocommerce button.button.ga-btn--ghost:hover {
  border-color: var(--ga-gold) !important;
  color: var(--ga-gold-light) !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Hero — full-bleed panel, mobile-first */
.ga-hero {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ga-hero__panel {
  position: relative;
  isolation: isolate;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(1.25rem, 3vw, 2.25rem);
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(255, 215, 0, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 80%, rgba(201, 162, 39, 0.12), transparent 50%),
    linear-gradient(180deg, #120f0a 0%, #0a0907 55%, var(--ga-black) 100%);
  border-bottom: 1px solid var(--ga-border);
}

.ga-hero--has-image .ga-hero__panel {
  background-image:
    linear-gradient(180deg, rgba(7, 7, 7, 0.72) 0%, rgba(7, 7, 7, 0.88) 55%, rgba(7, 7, 7, 0.96) 100%),
    var(--ga-hero-image);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.ga-hero__inner {
  position: relative;
  z-index: 1;
}

.ga-sparkle {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ga-sparkle span {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.12;
  animation: ga-twinkle 3.6s ease-in-out infinite;
  /* 4-point star (clip-path); glow via drop-shadow so it survives the clip */
  background: #fff8dc;
  clip-path: polygon(
    50% 0%,
    62% 38%,
    100% 50%,
    62% 62%,
    50% 100%,
    38% 62%,
    0% 50%,
    38% 38%
  );
  filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.85));
}

.ga-sparkle span:nth-child(1) { top: 14%; left: 10%; animation-delay: 0s; }
.ga-sparkle span:nth-child(2) { top: 22%; left: 28%; animation-delay: 0.5s; }
.ga-sparkle span:nth-child(3) { top: 10%; left: 52%; animation-delay: 1.1s; }
.ga-sparkle span:nth-child(4) { top: 18%; left: 76%; animation-delay: 0.3s; }
.ga-sparkle span:nth-child(5) { top: 48%; left: 8%; animation-delay: 1.6s; }
.ga-sparkle span:nth-child(6) { top: 58%; left: 88%; animation-delay: 0.9s; }
.ga-sparkle span:nth-child(7) { top: 72%; left: 36%; animation-delay: 1.4s; }
.ga-sparkle span:nth-child(8) { top: 68%; left: 64%; animation-delay: 0.7s; }

@keyframes ga-twinkle {
  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.55) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(20deg);
  }
}

.ga-hero__eyebrow {
  color: var(--ga-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 600;
  margin: 0 0 0.85rem;
}

.ga-hero__title {
  display: flex;
  justify-content: center;
  margin: 0 0 0.65rem;
  line-height: 0;
  font-size: 0;
}

.ga-hero__logo {
  display: block;
  width: clamp(220px, 62vw, 280px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0;
}

.ga-logo--hero .ga-logo__sparkle {
  width: clamp(10px, 2.4vw, 16px);
  height: clamp(10px, 2.4vw, 16px);
}

@media (min-width: 768px) {
  .ga-hero__logo {
    width: clamp(280px, 36vw, 420px);
  }
}

.ga-hero__tagline {
  font-family: var(--ga-font-display);
  font-size: clamp(1.2rem, 3.5vw, 1.75rem);
  font-style: italic;
  color: var(--ga-muted);
  margin: 0 0 1rem;
}

.ga-hero__lead {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  color: var(--ga-dim);
  font-size: 1rem;
  padding-inline: 0.25rem;
}

.ga-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  align-items: stretch;
  max-width: 22rem;
  margin-inline: auto;
}

.ga-hero__actions .ga-btn {
  width: 100%;
}

@media (min-width: 560px) {
  .ga-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: none;
    align-items: center;
  }

  .ga-hero__actions .ga-btn {
    width: auto;
  }

  .ga-hero__lead {
    font-size: 1.02rem;
    margin-bottom: 1.75rem;
  }
}

/* Optional homepage quote (only when Customizer quote is set) */
.ga-quote {
  padding: 1.5rem 0 0.25rem;
}

.ga-quote__block {
  margin: 0 auto;
  max-width: 34rem;
  text-align: center;
  padding: 1.25rem 1rem;
  border-top: 1px solid var(--ga-border);
  border-bottom: 1px solid var(--ga-border);
}

.ga-quote__text {
  font-family: var(--ga-font-display);
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-style: italic;
  color: var(--ga-muted);
  margin: 0;
  line-height: 1.45;
}

.ga-quote__attr {
  margin-top: 0.75rem;
  color: var(--ga-dim);
  font-size: 0.85rem;
}

/* Sections */
.ga-section {
  padding: 2.5rem 0 3rem;
}

@media (min-width: 700px) {
  .ga-section {
    padding: 3.5rem 0 4rem;
  }
}

.ga-section--collection {
  padding-top: 2rem;
}

@media (min-width: 700px) {
  .ga-section--collection {
    padding-top: 2.75rem;
  }
}

.ga-care-nudge {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--ga-muted);
}

.ga-care-nudge a {
  color: var(--ga-gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.ga-care-nudge a:hover {
  color: var(--ga-gold-light);
}

.ga-section__head {
  text-align: center;
  margin-bottom: 2.25rem;
  max-width: 36rem;
  margin-inline: auto;
}

.ga-section__eyebrow {
  color: var(--ga-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.ga-section__head h2 {
  font-family: var(--ga-font-display);
  font-size: clamp(1.9rem, 4.5vw, 2.75rem);
  margin: 0 0 0.65rem;
  color: var(--ga-gold-pale);
  font-weight: 600;
}

.ga-section__head p {
  margin: 0 auto;
  max-width: 32rem;
  color: var(--ga-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

/* Content pages — calm vertical rhythm + shared reading measure */
.ga-content {
  padding: 2rem 0 3rem;
}

@media (min-width: 700px) {
  .ga-content {
    padding: 3rem 0 4rem;
  }
}

/* Boutique content pages share one centered measure (shop/cart keep full --ga-max) */
body:not(.woocommerce):not(.woocommerce-page) .ga-content > .ga-container {
  max-width: min(100% - 1.25rem, var(--ga-measure));
}

body:not(.woocommerce):not(.woocommerce-page) .ga-content > .ga-container.ga-wigcare {
  max-width: min(100% - 1.25rem, 820px);
}

body:not(.woocommerce):not(.woocommerce-page) .ga-content > .ga-container.ga-faq {
  max-width: min(100% - 1.25rem, var(--ga-measure));
}

.ga-content .entry-title {
  font-family: var(--ga-font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  margin: 0 0 1.25rem;
  color: var(--ga-gold-pale);
  line-height: 1.15;
}

.woocommerce-products-header__title,
.woocommerce .page-title,
.woocommerce-page .page-title {
  color: var(--ga-gold-pale);
}

.ga-faq .entry-title,
.ga-wigcare .entry-title {
  color: var(--ga-gold-pale);
}

.ga-prose {
  color: var(--ga-muted);
  max-width: var(--ga-measure);
  font-size: 1.02rem;
  line-height: 1.7;
}

.ga-prose a {
  color: var(--ga-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.ga-prose a:hover,
.ga-prose a:focus-visible {
  color: var(--ga-gold-light);
}

.ga-prose h2,
.ga-prose h3 {
  font-family: var(--ga-font-display);
  color: var(--ga-gold-pale);
  margin-top: 1.75rem;
}

.ga-prose p {
  margin: 0 0 1rem;
}

.ga-story {
  max-width: var(--ga-measure);
  margin-inline: auto;
  padding-top: 0.5rem;
}

.ga-story .entry-title {
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  margin-bottom: 1.5rem;
  color: var(--ga-gold-pale);
}

.ga-story__body {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ga-muted);
}

.ga-story__body p:first-of-type {
  font-family: var(--ga-font-display);
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--ga-gold-pale);
}

.ga-story__cta {
  margin: 2rem 0 0.5rem;
  text-align: center;
}

.ga-story__cta .ga-btn {
  min-width: min(100%, 14rem);
}

/* Footer — centered brand + stacked menu rows */
.ga-footer {
  border-top: 1px solid var(--ga-border);
  background: var(--ga-black-2);
  padding: 2.5rem 0 1.5rem;
  margin-top: auto;
  text-align: center;
}

.ga-footer__brand {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.ga-footer__brand p {
  margin: 0;
  line-height: 1.55;
}

.ga-footer__menus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  width: 100%;
}

.ga-footer__legal {
  width: 100%;
  max-width: 40rem;
}

.ga-footer h3 {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
  color: var(--ga-gold);
  letter-spacing: 0.02em;
}

.ga-footer p,
.ga-footer li,
.ga-footer a {
  color: var(--ga-dim);
  font-family: var(--ga-font-sans, "Outfit", system-ui, sans-serif);
  font-size: 0.95rem;
}

.ga-footer__menu,
.ga-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.15rem 0.35rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ga-footer li {
  margin: 0;
  flex: 0 1 auto;
}

.ga-footer__menu a,
.ga-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.4rem 0.7rem;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.ga-footer a:hover {
  color: var(--ga-gold);
}

.ga-footer__bottom {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ga-border);
  color: var(--ga-dim);
  font-size: 0.85rem;
  text-align: center;
}

.ga-footer__copy {
  margin: 0.75rem 0 0;
}

.ga-social {
  display: flex;
  align-items: center;
}

.ga-social__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  align-items: center;
  justify-content: center;
}

.ga-social__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 0.35rem;
  color: var(--ga-muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.ga-social__link:hover {
  color: var(--ga-gold);
}

.ga-social--header {
  display: none;
}

@media (min-width: 1100px) {
  .ga-social--header {
    display: flex;
  }

  .ga-social--header .ga-social__link {
    min-height: 40px;
    font-size: 0.8rem;
  }
}

.ga-footer .ga-social {
  justify-content: center;
  margin-bottom: 0.25rem;
}

.ga-share {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ga-border);
}

.ga-share__label {
  margin: 0 0 0.55rem;
  color: var(--ga-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.ga-share__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ga-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--ga-border);
  border-radius: 999px;
  background: transparent;
  color: var(--ga-text);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.ga-share__btn:hover {
  border-color: var(--ga-gold-dark);
  color: var(--ga-gold);
}

/* Notice when WooCommerce missing */
.ga-woo-notice {
  margin: 2rem auto;
  max-width: 40rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: var(--ga-surface);
  color: var(--ga-muted);
}

.ga-woo-notice strong {
  color: var(--ga-gold);
}

/* Empty shop / no products */
.ga-empty-shop {
  text-align: center;
  max-width: 32rem;
  margin: 2rem auto 3rem;
  padding: 2rem 1.25rem;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: var(--ga-surface);
}

.ga-empty-shop__title {
  font-family: var(--ga-font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0 0 0.75rem;
  color: var(--ga-gold-pale);
}

.ga-empty-shop__text {
  margin: 0 0 1.5rem;
  color: var(--ga-muted);
  font-size: 0.95rem;
}

.ga-empty-shop__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 0;
}

/* Empty states / 404 — boutique voice */
.ga-empty {
  text-align: center;
  max-width: var(--ga-measure);
  margin: 0 auto;
  padding: 2.5rem 0 1rem;
}

.ga-empty .entry-title,
.ga-empty h1 {
  font-family: var(--ga-font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--ga-gold-pale);
  margin: 0 0 1rem;
}

.ga-empty__text {
  margin: 0 auto 1.5rem;
  color: var(--ga-muted);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 28rem;
}

.ga-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.ga-archive-head {
  text-align: left;
  margin-bottom: 1.5rem;
}

.ga-faq .ga-hero__eyebrow,
.ga-faq .entry-title,
.ga-wigcare .ga-hero__eyebrow,
.ga-wigcare .entry-title,
.ga-page .ga-hero__eyebrow,
.ga-page .entry-title {
  text-align: center;
}

.ga-page .ga-prose {
  margin-inline: auto;
}

.ga-page .ga-contact-actions {
  justify-content: center;
}

.ga-contact-fallback {
  width: 100%;
  text-align: center;
  margin: 0;
  color: var(--ga-dim);
}

.ga-archive-list article {
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--ga-border);
}

.ga-archive-list article:last-of-type {
  border-bottom: none;
}

.ga-archive-list h2 {
  font-family: var(--ga-font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin: 0 0 0.5rem;
}

.ga-archive-list h2 a {
  color: var(--ga-gold-pale);
}

.ga-archive-list h2 a:hover {
  color: var(--ga-gold);
}

.posts-navigation,
.post-navigation,
.woocommerce-pagination {
  margin-top: 2rem;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.posts-navigation a,
.post-navigation a {
  color: var(--ga-gold);
  font-weight: 600;
}

.ga-section__more {
  text-align: center;
  margin-top: 2rem;
}

/* Forms — dark boutique fields, gold focus (never browser-white) */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background: var(--ga-black-2);
  border: 1px solid var(--ga-border);
  color: var(--ga-text);
  border-radius: var(--ga-radius-xs);
  padding: 0.65rem 0.85rem;
  font-family: var(--ga-font-sans);
  font-size: 16px;
  line-height: 1.4;
  min-height: 48px;
  max-width: 100%;
  transition: border-color var(--ga-transition), box-shadow var(--ga-transition);
}

textarea {
  min-height: 8rem;
  resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--ga-gold);
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.22);
}

input::placeholder,
textarea::placeholder {
  color: var(--ga-dim);
  opacity: 1;
}

/* Comments */
.ga-comments {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ga-border);
}

.ga-comments .comment-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.ga-comments .comment-body {
  padding: 1rem 0;
  border-bottom: 1px solid var(--ga-border);
}

.ga-comments textarea,
.ga-comments input[type="text"],
.ga-comments input[type="email"],
.ga-comments input[type="url"] {
  width: 100%;
  max-width: 36rem;
}

.ga-comments .form-submit .submit {
  background: var(--ga-gold-grad);
  color: #111 !important;
  border: none;
  border-radius: 999px;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  font-weight: 600;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* —— Wig Care Guide —— */
.ga-wigcare {
  max-width: 820px;
}

.ga-wigcare__lead {
  text-align: center;
  color: var(--ga-muted);
  max-width: 40rem;
  margin: 0 auto 2rem;
  font-size: 1.02rem;
}

.ga-wigcare__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

.ga-wigcare__stat {
  background: var(--ga-black-3);
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius-sm);
  padding: 1rem;
  text-align: center;
}

.ga-wigcare__stat h4 {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  color: var(--ga-dim);
  font-family: var(--ga-font-sans);
  font-weight: 500;
}

.ga-wigcare__value {
  font-family: var(--ga-font-display);
  font-size: 1.5rem;
  color: var(--ga-gold);
}

.ga-wigcare__desc {
  font-size: 0.8rem;
  color: var(--ga-dim);
}

.ga-wigcare__section {
  margin-bottom: 2.25rem;
}

.ga-wigcare__section h2 {
  font-family: var(--ga-font-display);
  font-size: 1.6rem;
  margin: 0 0 0.9rem;
  color: var(--ga-gold-pale);
}

.ga-wigcare__card {
  background: var(--ga-black-3);
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius-sm);
  padding: 1.25rem;
  color: var(--ga-muted);
}

.ga-wigcare__card p {
  margin: 0 0 1rem;
}

.ga-wigcare__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.ga-wigcare__step {
  background: var(--ga-gold-grad-soft);
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius-sm);
  padding: 1.1rem;
}

.ga-wigcare__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ga-gold);
  color: #0a0a0a;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
}

.ga-wigcare__step h4 {
  font-size: 1.05rem;
  font-style: italic;
  margin: 0 0 0.35rem;
}

.ga-wigcare__step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ga-muted);
  font-weight: 300;
}

.ga-wigcare__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.ga-wigcare__list li {
  font-size: 0.95rem;
  color: var(--ga-muted);
  line-height: 1.6;
  padding-left: 1.35rem;
  position: relative;
}

.ga-wigcare__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ga-gold);
}

.ga-wigcare__list strong {
  color: var(--ga-text);
}

.ga-wigcare__dosdonts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.ga-wigcare__do {
  border-left: 3px solid var(--ga-success);
}

.ga-wigcare__do h4 {
  color: var(--ga-success);
  margin: 0 0 0.65rem;
}

.ga-wigcare__dont {
  border-left: 3px solid var(--ga-danger);
}

.ga-wigcare__dont h4 {
  color: var(--ga-danger);
  margin: 0 0 0.65rem;
}

.ga-wigcare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.ga-wigcare__table th {
  text-align: left;
  color: var(--ga-dim);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid var(--ga-border);
}

.ga-wigcare__table td {
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid var(--ga-border);
  color: var(--ga-muted);
}

.ga-wigcare__table td:first-child {
  color: var(--ga-gold);
  white-space: nowrap;
}

.ga-wigcare__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  padding: 2rem 0 0.5rem;
}

.ga-wigcare__cta .ga-btn {
  min-width: min(100%, 16rem);
}

.ga-wigcare__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
}

@media (min-width: 560px) {
  .ga-wigcare__stats,
  .ga-wigcare__steps,
  .ga-wigcare__dosdonts {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .ga-wigcare__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ga-wigcare__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* FAQ — gold-rule accordion, comfortable tap targets */
.ga-faq {
  padding: 0 0 0.5rem;
}

.ga-faq__lead {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
  color: var(--ga-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.ga-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 42rem;
  margin: 0 auto;
  border-top: 1px solid var(--ga-gold-dark);
}

.ga-faq__item {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--ga-border);
  overflow: hidden;
}

.ga-faq__q {
  margin: 0;
  font-size: 1rem;
  font-family: var(--ga-font-sans);
  font-weight: 600;
}

.ga-faq__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  width: 100%;
  min-height: 52px;
  padding: 1.05rem 0.15rem;
  background: transparent;
  border: none;
  color: var(--ga-text);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.ga-faq__toggle:hover,
.ga-faq__toggle:focus-visible {
  color: var(--ga-gold);
}

.ga-faq__q-text {
  flex: 1;
}

.ga-faq__icon {
  flex-shrink: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-right: 2px solid var(--ga-gold);
  border-bottom: 2px solid var(--ga-gold);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -0.2rem;
}

.ga-faq__toggle[aria-expanded="true"] .ga-faq__icon {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
}

.ga-faq__a {
  padding: 0 0.15rem 1.15rem;
  border-top: none;
}

.ga-faq__toggle[aria-expanded="true"] + .ga-faq__a {
  border-top-color: transparent;
}

.ga-faq__a p {
  margin: 0.15rem 0 0;
  color: var(--ga-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  font-weight: 400;
}

.ga-faq__cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  max-width: 22rem;
  margin: 2.25rem auto 0;
  text-align: center;
}

.ga-faq__cta .ga-btn {
  width: 100%;
}

@media (min-width: 560px) {
  .ga-faq__cta {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: none;
    justify-content: center;
  }

  .ga-faq__cta .ga-btn {
    width: auto;
    min-width: 10rem;
  }
}
