/*
Theme Name: GlowAfrique
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. Wigs only.
Version: 1.1.3
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-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: 0 0 1.5rem;
}

/* Mobile-first: 1 column → 3 on tablet+ */
.ga-trust__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: var(--ga-surface);
  padding: 1rem 1.1rem;
}

.ga-trust__grid strong {
  display: block;
  color: var(--ga-gold);
  font-family: var(--ga-font-display);
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

.ga-trust__grid span {
  color: var(--ga-dim);
  font-size: 0.88rem;
}

@media (min-width: 700px) {
  .ga-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.1rem 1.25rem;
  }
}

.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: flex-start;
  gap: 0.5rem;
  min-height: var(--ga-nav-h);
  padding-block: 0.5rem;
}

.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.45rem 0.75rem;
  cursor: pointer;
  font-size: 0.85rem;
  order: 4;
  flex-shrink: 0;
}

.ga-header__home {
  display: inline-flex;
  align-items: center;
  color: var(--ga-muted);
  font-size: 0.95rem;
  font-weight: 600;
  min-height: 44px;
  padding: 0 0.35rem;
  order: 2;
  flex-shrink: 0;
  white-space: nowrap;
}

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

.ga-header__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  order: 3;
  margin-left: auto;
  flex-shrink: 0;
}

.ga-header__shop {
  min-height: 44px;
  padding: 0.4rem 0.85rem !important;
  font-size: 0.85rem !important;
  border-radius: 999px !important;
  white-space: nowrap;
}

.ga-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: var(--ga-muted);
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid var(--ga-border);
  border-radius: 999px;
  min-height: 44px;
  min-width: 44px;
  padding: 0.4rem 0.75rem;
  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 {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ga-text);
  order: 1;
  flex-shrink: 1;
  min-width: 0;
  max-width: min(240px, 48vw);
}

.ga-brand img,
.custom-logo-link img,
img.custom-logo {
  display: block;
  height: 64px;
  width: auto;
  max-height: 64px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  order: 1;
  flex-shrink: 1;
  min-width: 0;
  max-width: min(240px, 48vw);
}

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

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

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

.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.4rem;
  color: var(--ga-text);
  font-size: 0.9rem;
  border: 1px solid var(--ga-border);
  border-radius: 999px;
  min-height: 44px;
  padding: 0.45rem 0.9rem;
}

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

  .ga-header__inner {
    gap: 1rem;
  }

  .ga-brand,
  .custom-logo-link,
  .ga-header__home,
  .ga-nav,
  .ga-header__actions {
    order: unset;
  }

  .ga-header__home {
    font-size: 0.92rem;
    min-height: 44px;
    padding: 0 0.25rem;
  }

  .ga-header__actions {
    margin-left: 0;
  }

  .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-nav {
    display: flex;
    position: static;
    background: transparent;
    border: 0;
    padding: 0;
    max-height: none;
    overflow: visible;
    flex: 1;
    justify-content: flex-start;
    margin-left: 0.25rem;
  }

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

  .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 {
  background: transparent;
  color: var(--ga-gold) !important;
  border: 1px solid var(--ga-border);
  box-shadow: none;
}

.ga-btn--ghost:hover {
  border-color: var(--ga-gold-dark);
  color: var(--ga-gold-light) !important;
  box-shadow: none;
}

/* 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: min(72vh, 36rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2.25rem, 7vw, 5.5rem) 0 clamp(2rem, 5vw, 4rem);
  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-hero__crown {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.15rem;
  line-height: 0;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.ga-hero__crown svg {
  display: block;
  width: 80px;
  height: auto;
  max-width: none;
  shape-rendering: geometricPrecision;
}

@media (min-width: 768px) {
  .ga-hero__crown svg {
    width: 96px;
  }

  .ga-hero__crown {
    margin-bottom: 1.35rem;
  }
}

.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.2;
  animation: ga-twinkle 2.8s ease-in-out infinite;
}

.ga-sparkle span::before,
.ga-sparkle span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff8dc;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 2px rgba(255, 215, 0, 0.8);
}

.ga-sparkle span::before {
  width: 10px;
  height: 1.5px;
}

.ga-sparkle span::after {
  width: 1.5px;
  height: 10px;
}

.ga-sparkle span:nth-child(1) { top: 12%; left: 8%; animation-delay: 0s; }
.ga-sparkle span:nth-child(2) { top: 22%; left: 18%; animation-delay: 0.4s; }
.ga-sparkle span:nth-child(3) { top: 8%; left: 32%; animation-delay: 1.1s; }
.ga-sparkle span:nth-child(4) { top: 18%; left: 46%; animation-delay: 0.2s; }
.ga-sparkle span:nth-child(5) { top: 10%; left: 62%; animation-delay: 1.6s; }
.ga-sparkle span:nth-child(6) { top: 24%; left: 74%; animation-delay: 0.8s; }
.ga-sparkle span:nth-child(7) { top: 14%; left: 88%; animation-delay: 1.3s; }
.ga-sparkle span:nth-child(8) { top: 42%; left: 6%; animation-delay: 1.8s; }
.ga-sparkle span:nth-child(9) { top: 58%; left: 14%; animation-delay: 0.6s; }
.ga-sparkle span:nth-child(10) { top: 70%; left: 28%; animation-delay: 1.4s; }
.ga-sparkle span:nth-child(11) { top: 48%; left: 78%; animation-delay: 0.3s; }
.ga-sparkle span:nth-child(12) { top: 64%; left: 86%; animation-delay: 1s; }
.ga-sparkle span:nth-child(13) { top: 78%; left: 52%; animation-delay: 1.9s; }
.ga-sparkle span:nth-child(14) { top: 36%; left: 92%; animation-delay: 0.9s; }
.ga-sparkle span:nth-child(15) { top: 30%; left: 4%; width: 14px; height: 14px; animation-delay: 0.5s; }
.ga-sparkle span:nth-child(16) { top: 16%; left: 78%; width: 14px; height: 14px; animation-delay: 1.7s; }

.ga-sparkle span:nth-child(15)::before,
.ga-sparkle span:nth-child(16)::before {
  width: 14px;
}

.ga-sparkle span:nth-child(15)::after,
.ga-sparkle span:nth-child(16)::after {
  height: 14px;
}

@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 {
  font-size: clamp(2.1rem, 8.5vw, 4.6rem);
  margin: 0 0 0.65rem;
  background: linear-gradient(115deg, #c9a227, #ffd700, #fff4c4, #ffd700, #c9a227);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ga-foil 8s ease infinite;
  line-height: 1.05;
}

@keyframes ga-foil {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.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__panel {
    min-height: min(78vh, 40rem);
  }

  .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: 2rem 0;
}

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

.ga-section__head {
  text-align: center;
  margin-bottom: 2rem;
}

.ga-section__head h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 0.5rem;
}

.ga-section__head p {
  margin: 0 auto;
  max-width: 34rem;
  color: var(--ga-muted);
}

/* Content pages */
.ga-content {
  padding: 2.5rem 0 4rem;
}

.ga-content .entry-title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 1.25rem;
}

.ga-prose {
  color: var(--ga-muted);
  max-width: 42rem;
}

.ga-prose h2,
.ga-prose h3 {
  color: var(--ga-text);
  margin-top: 1.75rem;
}

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

.ga-story {
  max-width: 40rem;
  margin-inline: auto;
  padding-top: 0.5rem;
}

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

.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 */
.ga-footer {
  border-top: 1px solid var(--ga-border);
  background: var(--ga-black-2);
  padding: 2.5rem 0 1.5rem;
  margin-top: auto;
}

.ga-footer__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .ga-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 1.75rem;
  }
}

.ga-footer h3 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  color: var(--ga-gold);
}

.ga-footer p,
.ga-footer li,
.ga-footer a {
  color: var(--ga-dim);
  font-size: 0.92rem;
}

.ga-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ga-footer li + li {
  margin-top: 0.4rem;
}

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

.ga-footer__bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ga-border);
  color: var(--ga-dim);
  font-size: 0.82rem;
  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-text);
}

.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;
}

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

/* 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;
  background: var(--ga-black-2);
  border: 1px solid var(--ga-border);
  color: var(--ga-text);
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
}

@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-size: 1.6rem;
  margin: 0 0 0.9rem;
}

.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 {
  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 — accordion, mobile-first */
.ga-faq {
  padding: 1.5rem 0 2.5rem;
}

.ga-faq__lead {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  color: var(--ga-muted);
  font-size: 1rem;
}

.ga-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 42rem;
  margin: 0 auto;
}

.ga-faq__item {
  background: var(--ga-surface);
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius-sm);
  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.75rem;
  width: 100%;
  min-height: 44px;
  padding: 0.9rem 1rem;
  background: transparent;
  border: none;
  color: var(--ga-text);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.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 1rem 1rem;
  border-top: 1px solid transparent;
}

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

.ga-faq__a p {
  margin: 0.85rem 0 0;
  color: var(--ga-muted);
  font-size: 0.95rem;
  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: 2rem 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;
  }
}
