/*
Theme Name: Golecha Gems
Template: astra
Description: Tonii Gems – Crystal & Gemstone Carvings premium theme
Version: 3.1
*/

/* ═══════════════════════════════════════════════════════════
   DESIGN TOKENS  —  extracted from Tonii Gems logo
═══════════════════════════════════════════════════════════ */
:root {
  /* Primary: mint-teal from the gemstone colour */
  --teal:        #6D4FD6;
  --teal-dark:   #5436BE;
  --teal-deep:   #1C1442;
  --teal-mid:    #8E72EC;
  --teal-light:  #C9BCF6;
  --teal-pale:   #F0EBFC;
  --teal-softer: #F7F4FE;

  /* Accent: dusty-rose from the TG monogram */
  --rose:        #D9866A;
  --rose-mid:    #E2A188;
  --rose-light:  #FCF2EC;
  --rose-border: #F3DCCE;

  /* Neutrals */
  --dark:        #221C3D;
  --mid:         #4A4368;
  --gray:        #6E6788;
  --gray-light:  #F6F3FC;
  --border:      #E6DFF7;
  --white:       #FEFCFF;

  /* Shadows */
  --shadow-sm:   0 2px 12px rgba(109,79,214,.10);
  --shadow-md:   0 6px 28px rgba(109,79,214,.14);
  --shadow-lg:   0 16px 52px rgba(109,79,214,.18);
  --shadow-rose: 0 6px 24px rgba(217,134,106,.20);

  /* Motion */
  --ease:   cubic-bezier(.4,0,.2,1);
  --spring: cubic-bezier(.34,1.2,.64,1);
  --t:      all .3s var(--ease);

  /* Typography */
  --font-h: 'Cormorant Garamond', Georgia, serif;
  --font-b: 'Jost', 'Inter', system-ui, sans-serif;

  /* Radius */
  --r:    6px;
  --r-lg: 16px;
  --r-xl: 24px;
}

/* ═══════════════════════════════════════════════════════════
   GLOBAL BASE
═══════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--font-b);
  color: var(--dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-h);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  color: var(--dark);
}

a { color: inherit; text-decoration: none; transition: var(--t); }
img { max-width: 100%; height: auto; display: block; }

/* ═══════════════════════════════════════════════════════════
   ASTRA HEADER
═══════════════════════════════════════════════════════════ */
#masthead,
.site-header,
.ast-primary-header-bar {
  background: var(--white) !important;
  border-bottom: 1px solid var(--border) !important;
  box-shadow: 0 2px 20px rgba(109,79,214,.08) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

/* Logo */
.ast-site-identity .site-title,
.ast-site-identity .site-title a {
  font-family: var(--font-h) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: var(--dark) !important;
  letter-spacing: .04em !important;
}
.ast-site-identity .site-description {
  font-size: 10px !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  color: var(--teal) !important;
  font-style: normal !important;
  display: block !important;
  margin-top: 2px !important;
}

/* Custom logo sizing */
.custom-logo { height: 52px !important; width: auto !important; }

/* Navigation */
.main-navigation a,
.ast-menu-item a,
.ast-primary-nav .ast-menu-item a {
  font-family: var(--font-b) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: var(--mid) !important;
  padding: 6px 16px !important;
  transition: var(--t) !important;
}
.main-navigation a:hover,
.ast-menu-item a:hover { color: var(--teal) !important; }

/* Teal underline on active */
.main-navigation .current-menu-item > a,
.ast-menu-item.current-menu-item > a {
  color: var(--teal) !important;
  border-bottom: 2px solid var(--teal) !important;
}

/* Cart icon */
.ast-header-woo-cart .count { color: var(--teal) !important; }

/* Footer */
.site-footer, #colophon {
  background: var(--teal-deep) !important;
  color: rgba(255,255,255,.55) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}
.ast-footer-copyright { color: rgba(255,255,255,.35) !important; font-size: 13px !important; }

/* ═══════════════════════════════════════════════════════════
   ELEMENTOR GLOBAL
═══════════════════════════════════════════════════════════ */
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1200px; }
.elementor-section-wrap { padding: 0 !important; }

/* ═══════════════════════════════════════════════════════════
   HERO SECTION  (light, airy — matches logo palette)
═══════════════════════════════════════════════════════════ */
.gg-hero-section.elementor-section {
  background:
    radial-gradient(ellipse 70% 90% at 80% 40%, rgba(201,188,246,.35) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(109,79,214,.08) 0%, transparent 50%),
    var(--white) !important;
  overflow: hidden;
}

.gg-hero-content-col.elementor-column > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 40px 100px 72px !important;
}

.gg-hero-visual-col.elementor-column > .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 48px !important;
  position: relative;
}

/* Badge */
.gg-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--teal-dark);
  background: var(--teal-pale);
  border: 1px solid var(--teal-light);
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 32px;
}
.gg-badge::before { content: '◆'; font-size: 7px; color: var(--teal); }

/* Hero heading */
.gg-hero-heading .elementor-heading-title {
  font-family: var(--font-h) !important;
  font-size: clamp(44px, 5.5vw, 76px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  color: var(--dark) !important;
  margin-bottom: 24px !important;
}
.gg-hero-heading .elementor-heading-title em {
  font-style: italic;
  color: var(--teal);
}

/* Hero subtitle */
.gg-hero-sub {
  font-size: 16px !important;
  line-height: 1.78 !important;
  color: var(--gray) !important;
  font-weight: 300 !important;
  margin: 0 0 40px !important;
  max-width: 440px;
}

/* Hero CTAs */
.gg-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

/* Hero stats */
.gg-hero-stats {
  display: flex;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.gg-stat-number {
  font-family: var(--font-h);
  font-size: 36px;
  font-weight: 700;
  color: var(--teal);
  display: block;
  line-height: 1;
}
.gg-stat-label {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray);
  display: block;
  margin-top: 4px;
}

/* ── Hero Visual: circular gem display ── */
.gg-hero-visual {
  position: relative;
  width: 440px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Outer circle (like the logo) */
.gg-circle-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(201,188,246,.22) 0%, rgba(142,114,236,.08) 100%);
  border: 1.5px solid rgba(109,79,214,.2);
  animation: circleBreathe 6s ease-in-out infinite;
}
.gg-circle-inner {
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(109,79,214,.08) 0%, rgba(201,188,246,.15) 100%);
  border: 1px solid rgba(109,79,214,.12);
  animation: circleBreathe 6s ease-in-out infinite reverse;
}

@keyframes circleBreathe {
  0%,100% { transform: scale(1); opacity: .8; }
  50%      { transform: scale(1.03); opacity: 1; }
}

/* TG monogram (faint background) */
.gg-tg-mono {
  position: absolute;
  font-family: var(--font-h);
  font-size: 160px;
  font-weight: 700;
  font-style: italic;
  color: var(--rose);
  opacity: .07;
  user-select: none;
  letter-spacing: -8px;
}

/* Crystal gem shapes */
.gg-crystals {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gg-crystal-row { display: flex; gap: 20px; align-items: center; }

.gg-crystal {
  border-radius: 4px;
  transition: var(--t);
  filter: drop-shadow(0 4px 12px rgba(109,79,214,.3));
}

/* Trillion cut (main) */
.gg-crystal-lg {
  width: 90px; height: 90px;
  background: linear-gradient(135deg, #8E72EC 0%, #6D4FD6 40%, #5436BE 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  animation: gemFloat1 5s ease-in-out infinite;
}
.gg-crystal-md {
  width: 65px; height: 65px;
  background: linear-gradient(135deg, #C9BCF6 0%, #8E72EC 50%, #6D4FD6 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  animation: gemFloat2 4.5s ease-in-out infinite;
}
.gg-crystal-sm {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, #F0EBFC 0%, #C9BCF6 50%, #8E72EC 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  animation: gemFloat3 5.5s ease-in-out infinite;
}
/* Rose crystal accent */
.gg-crystal-rose {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #F3DCCE 0%, #E2A188 50%, #D9866A 100%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  animation: gemFloat2 6s ease-in-out infinite reverse;
}
/* Diamond accent */
.gg-crystal-diamond {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, #C9BCF6 0%, #6D4FD6 100%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: gemFloat1 4s ease-in-out infinite reverse;
}

@keyframes gemFloat1 {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50%     { transform: translateY(-14px) rotate(2deg); }
}
@keyframes gemFloat2 {
  0%,100% { transform: translateY(0) rotate(3deg); }
  50%     { transform: translateY(-10px) rotate(-3deg); }
}
@keyframes gemFloat3 {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50%     { transform: translateY(-18px) rotate(4deg); }
}

/* Sparkle dots */
.gg-sparkles { position: absolute; inset: 0; pointer-events: none; }
.gg-spark {
  position: absolute;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--teal-mid);
  animation: sparkAnim 3s ease-in-out infinite;
}
.gg-spark:nth-child(1) { top:15%; left:10%; animation-delay:0s; }
.gg-spark:nth-child(2) { top:25%; right:12%; animation-delay:.5s; background:var(--rose-mid); }
.gg-spark:nth-child(3) { bottom:20%; left:15%; animation-delay:1s; }
.gg-spark:nth-child(4) { bottom:30%; right:8%;  animation-delay:1.5s; background:var(--rose); }
.gg-spark:nth-child(5) { top:50%; left:5%; animation-delay:.8s; }
.gg-spark:nth-child(6) { top:60%; right:5%; animation-delay:1.3s; background:var(--teal-mid); }

@keyframes sparkAnim {
  0%,100% { transform: scale(1); opacity: .6; }
  50%     { transform: scale(2); opacity: 1; }
}

/* ═══════════════════════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════════════════════ */
.gg-trustbar-section.elementor-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.gg-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--dark);
}
.gg-trust-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--teal-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  border: 1px solid var(--border);
}

/* ═══════════════════════════════════════════════════════════
   SECTION HEADERS
═══════════════════════════════════════════════════════════ */
.gg-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.gg-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}
.gg-tag::before, .gg-tag::after {
  content: '';
  width: 28px; height: 1px;
  background: var(--teal-light);
  display: inline-block;
}

.gg-sec-title {
  font-family: var(--font-h);
  font-size: clamp(30px, 3.8vw, 50px);
  color: var(--dark);
  margin: 0 0 16px;
  font-weight: 700;
}
.gg-sec-title em { font-style: italic; color: var(--teal); }

.gg-sec-sub {
  font-size: 15.5px;
  color: var(--gray);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.78;
}

/* ═══════════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════════ */
.gg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-b);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 100px;
  cursor: pointer;
  transition: var(--t);
  border: 1.5px solid transparent;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

/* Primary: teal filled */
.gg-btn-teal {
  background: var(--teal);
  color: var(--white) !important;
  border-color: var(--teal);
  box-shadow: 0 4px 20px rgba(109,79,214,.35);
}
.gg-btn-teal:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(109,79,214,.45);
  color: var(--white) !important;
}

/* Secondary: rose filled */
.gg-btn-rose {
  background: var(--rose);
  color: var(--white) !important;
  border-color: var(--rose);
  box-shadow: var(--shadow-rose);
}
.gg-btn-rose:hover {
  background: var(--rose-mid);
  transform: translateY(-2px);
  color: var(--white) !important;
}

/* Outline teal */
.gg-btn-outline {
  background: transparent;
  color: var(--teal) !important;
  border-color: var(--teal);
}
.gg-btn-outline:hover {
  background: var(--teal);
  color: var(--white) !important;
}

/* Ghost white (for dark sections) */
.gg-btn-ghost {
  background: transparent;
  color: var(--white) !important;
  border-color: rgba(255,255,255,.40);
}
.gg-btn-ghost:hover {
  border-color: var(--teal-light);
  color: var(--teal-light) !important;
}

/* Dark */
.gg-btn-dark {
  background: var(--dark);
  color: var(--white) !important;
}
.gg-btn-dark:hover {
  background: var(--teal);
  color: var(--white) !important;
}

/* Ripple */
.gg-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.32);
  pointer-events: none;
}

.gg-center-action {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

/* ═══════════════════════════════════════════════════════════
   WOOCOMMERCE PRODUCT CARDS — premium teal redesign
═══════════════════════════════════════════════════════════ */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(255px,1fr)) !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce ul.products li.product {
  background: var(--white) !important;
  border: 1.5px solid var(--border) !important;
  border-radius: var(--r-lg) !important;
  overflow: hidden !important;
  transition: var(--t), box-shadow .3s var(--ease) !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--shadow-lg) !important;
  border-color: var(--teal) !important;
}

/* Product image */
.woocommerce ul.products li.product img.wp-post-image {
  width: 100% !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  transition: transform .55s var(--ease) !important;
  background: var(--teal-softer) !important;
}
.woocommerce ul.products li.product:hover img.wp-post-image {
  transform: scale(1.06) !important;
}

/* Placeholder */
.woocommerce ul.products li.product .woocommerce-placeholder {
  background: linear-gradient(135deg, var(--teal-pale) 0%, #D4F0EB 100%) !important;
  padding: 28px !important;
  object-fit: contain !important;
  opacity: .7 !important;
}

/* Product card top accent line */
.woocommerce ul.products li.product::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-mid));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
  z-index: 2;
}
.woocommerce ul.products li.product:hover::before {
  transform: scaleX(1);
}

/* Title */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .ast-loop-product__title {
  font-family: var(--font-h) !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  color: var(--dark) !important;
  padding: 20px 20px 6px !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

/* Price */
.woocommerce ul.products li.product .price {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--teal-dark) !important;
  padding: 0 20px 6px !important;
  display: block !important;
}

/* Short desc */
.gg-loop-desc {
  font-size: 12px;
  color: var(--gray);
  padding: 0 20px 6px;
  line-height: 1.5;
  margin: 0;
}

/* Add to cart */
.woocommerce ul.products li.product .button:not(.ast-on-card-button),
.woocommerce ul.products li.product a.button:not(.ast-on-card-button) {
  display: block !important;
  width: calc(100% - 40px) !important;
  margin: 8px 20px 20px !important;
  background: var(--teal-pale) !important;
  color: var(--teal-dark) !important;
  font-family: var(--font-b) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 13px 16px !important;
  border-radius: 100px !important;
  border: 1.5px solid var(--border) !important;
  transition: var(--t) !important;
}
.woocommerce ul.products li.product .button:not(.ast-on-card-button):hover {
  background: var(--teal) !important;
  color: var(--white) !important;
  border-color: var(--teal) !important;
}

/* Astra on-card icon button */
.woocommerce ul.products li.product .ast-on-card-button {
  background: var(--teal) !important;
}

/* Sale badge */
.woocommerce span.onsale {
  background: var(--rose) !important;
  border-radius: 100px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  min-height: auto !important;
  padding: 5px 14px !important;
  min-width: auto !important;
  line-height: 1 !important;
  top: 14px !important;
  left: 14px !important;
}

/* ═══════════════════════════════════════════════════════════
   MARQUEE
═══════════════════════════════════════════════════════════ */
.gg-marquee-section.elementor-section {
  background: linear-gradient(90deg, var(--teal-dark) 0%, var(--teal) 50%, var(--teal-dark) 100%) !important;
}
.gg-marquee { overflow: hidden; padding: 18px 0; }
.gg-mtrack  {
  display: flex;
  width: max-content;
  animation: marqueeScroll 32s linear infinite;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.gg-mitem {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 38px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  white-space: nowrap;
}
.gg-mdot { font-size: 7px; opacity: .55; font-style: normal; color: var(--teal-light); }

/* ═══════════════════════════════════════════════════════════
   CATEGORY CARDS
═══════════════════════════════════════════════════════════ */
.gg-cats-section .elementor-inner-section .elementor-column {
  padding: 0 10px !important;
}

.gg-cat-card {
  display: block;
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--t);
}
.gg-cat-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.gg-cat-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .65s var(--ease);
}
.gg-cat-card:hover .gg-cat-bg { transform: scale(1.08); }

.gg-cat-emoji {
  font-size: 68px;
  opacity: .28;
  filter: blur(.5px);
}

.gg-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,20,66,.88) 0%, rgba(28,20,66,.3) 55%, transparent 100%);
  transition: var(--t);
}
.gg-cat-card:hover .gg-cat-overlay {
  background: linear-gradient(to top, rgba(28,20,66,.95) 0%, rgba(28,20,66,.4) 65%, transparent 100%);
}

.gg-cat-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 20px;
  transform: translateY(4px);
  transition: var(--t);
}
.gg-cat-card:hover .gg-cat-content { transform: translateY(0); }

.gg-cat-name {
  font-family: var(--font-h);
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  display: block;
  margin-bottom: 6px;
}
.gg-cat-cta {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--teal-light);
  display: block;
  opacity: 0;
  transform: translateY(5px);
  transition: var(--t);
}
.gg-cat-card:hover .gg-cat-cta { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════════════════
   WHY CHOOSE US
═══════════════════════════════════════════════════════════ */
.gg-why-section.elementor-section {
  background: var(--teal-softer) !important;
}

.gg-feature { text-align: center; padding: 0 16px; }

.gg-feat-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 24px;
  transition: var(--t);
  box-shadow: var(--shadow-sm);
}
.gg-feature:hover .gg-feat-icon {
  background: var(--teal);
  border-color: var(--teal);
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(109,79,214,.35);
}

.gg-feat-title {
  font-family: var(--font-h);
  font-size: 22px;
  color: var(--dark);
  margin: 0 0 10px;
}
.gg-feat-text {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.78;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════════════════════ */
.gg-cta-section.elementor-section {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(142,114,236,.15) 0%, transparent 65%),
    var(--teal-deep) !important;
}

.gg-cta-wrap { text-align: center; max-width: 640px; margin: 0 auto; }

.gg-cta-title {
  font-family: var(--font-h);
  font-size: clamp(34px, 4.5vw, 60px);
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.1;
}
.gg-cta-title em { font-style: italic; color: var(--teal-light); }

.gg-cta-sub {
  font-size: 16px;
  color: rgba(255,255,255,.62);
  line-height: 1.75;
  margin-bottom: 48px;
}

.gg-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════════ */
.gg-tcard {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 30px;
  transition: var(--t);
  position: relative;
  overflow: hidden;
}
.gg-tcard::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--rose));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.gg-tcard:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--teal-light);
  transform: translateY(-4px);
}
.gg-tcard:hover::after { transform: scaleX(1); }

.gg-tcard-q {
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: .8;
  color: var(--teal-light);
  margin-bottom: 16px;
}
.gg-tcard-stars {
  color: var(--rose);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.gg-tcard-text {
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--gray);
  font-style: italic;
  margin-bottom: 28px;
}
.gg-tcard-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gg-tcard-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--teal-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  border: 1px solid var(--border);
}
.gg-tcard-name { font-weight: 700; font-size: 14px; color: var(--dark); }
.gg-tcard-loc  { font-size: 12px; color: var(--gray); margin-top: 2px; }

/* ═══════════════════════════════════════════════════════════
   WOOCOMMERCE GLOBAL
═══════════════════════════════════════════════════════════ */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--teal) !important;
  color: var(--white) !important;
  font-family: var(--font-b) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 13px 28px !important;
  border-radius: 100px !important;
  transition: var(--t) !important;
  border: none !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover { background: var(--teal-dark) !important; }
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var(--rose) !important;
  color: var(--white) !important;
  box-shadow: var(--shadow-rose) !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { background: var(--rose-mid) !important; }

/* Forms */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1.5px solid var(--border) !important;
  border-radius: var(--r) !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-family: var(--font-b) !important;
  transition: var(--t) !important;
  background: var(--white) !important;
}
.woocommerce form .form-row input.input-text:focus {
  border-color: var(--teal) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(109,79,214,.12) !important;
}

/* Cart table */
.woocommerce table.shop_table {
  border: 1.5px solid var(--border) !important;
  border-radius: var(--r-lg) !important;
  overflow: hidden !important;
}
.woocommerce table.shop_table thead th {
  background: var(--teal-softer) !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: var(--teal-dark) !important;
  padding: 16px 20px !important;
  border-bottom: 1.5px solid var(--border) !important;
}
.woocommerce table.shop_table td {
  padding: 18px 20px !important;
  border-bottom: 1px solid var(--border) !important;
  vertical-align: middle !important;
  font-size: 14px !important;
}

/* Checkout headings */
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout h3 {
  font-family: var(--font-h) !important;
  font-size: 26px !important;
  color: var(--dark) !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid var(--teal-pale) !important;
  margin-bottom: 20px !important;
}

/* Single product */
.woocommerce div.product .product_title {
  font-family: var(--font-h) !important;
  font-size: 42px !important;
  color: var(--dark) !important;
  margin-bottom: 12px !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--teal-dark) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  background: var(--teal-softer) !important;
  padding: 20px 24px !important;
  border-radius: var(--r) !important;
  border-left: 3px solid var(--teal) !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
  margin: 20px 0 !important;
}

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb { font-size: 12px !important; color: var(--gray) !important; }
.woocommerce .woocommerce-breadcrumb a { color: var(--gray) !important; }
.woocommerce .woocommerce-breadcrumb a:hover { color: var(--teal) !important; }

/* Shop title */
.woocommerce-products-header__title, .woocommerce h1.page-title {
  font-family: var(--font-h) !important;
  font-size: 48px !important;
  color: var(--dark) !important;
}

/* Filter slider */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background: var(--teal) !important; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .gg-hero-content-col.elementor-column > .elementor-widget-wrap { padding: 70px 32px 70px 40px !important; }
  .gg-hero-visual { width: 360px; height: 360px; }
}

@media (max-width: 768px) {
  .gg-hero-visual-col { display: none !important; }
  .gg-hero-content-col.elementor-column > .elementor-widget-wrap { padding: 70px 24px !important; }
  .gg-hero-section .elementor-col-58, .gg-hero-section .elementor-col-42 { width: 100% !important; }
  .gg-hero-stats { gap: 24px; }
  .gg-cats-section .elementor-inner-section .elementor-column { width: 50% !important; }
  .gg-why-section .elementor-inner-section .elementor-column { width: 50% !important; }
  .gg-testimonials-section .elementor-inner-section .elementor-column { width: 100% !important; }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr) !important; gap: 16px !important; }
}

@media (max-width: 480px) {
  .gg-hero-btns { flex-direction: column; }
  .gg-btn { justify-content: center; width: 100%; }
  .gg-hero-stats { gap: 16px; flex-wrap: wrap; }
  .gg-cats-section .elementor-inner-section .elementor-column { width: 100% !important; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
}



/* ═══════════════════════════════════════════════════════════
   v3.1 — BOLD · CLASSY · ANIMATED   (Toni Gems · violet + gold)
   Scroll-reveal, header motion, gradient accents, premium polish.
   NOTE: --teal/--rose tokens now hold violet/coral values.
═══════════════════════════════════════════════════════════ */

/* Smooth anchor scroll + sticky-header offset */
html { scroll-behavior: smooth; }
#our-story, .gg-why-section { scroll-margin-top: 110px; }

/* ─── Top announcement bar ─── */
.gg-topbar {
  background: linear-gradient(90deg, #1C1442 0%, #5436BE 50%, #1C1442 100%);
  color: rgba(255,255,255,.92);
  font-family: var(--font-b);
  font-size: 12.5px; font-weight: 500; letter-spacing: .02em;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 9px 26px;
}
.gg-topbar .gg-topbar-l { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gg-topbar strong { color: #F4D27A; font-weight: 700; letter-spacing: .04em; }
.gg-topbar .gg-topbar-sep { opacity: .45; }
.gg-topbar .gg-topbar-r { opacity: .85; white-space: nowrap; }
@media (max-width: 860px) { .gg-topbar { justify-content: center; font-size: 11.5px; } .gg-topbar .gg-topbar-r { display: none; } }

/* ─── Header: motion on scroll ─── */
#masthead, .ast-primary-header-bar {
  transition: box-shadow .4s var(--ease), background .4s var(--ease), padding .35s var(--ease) !important;
}
#masthead.gg-scrolled {
  background: rgba(255,255,255,.82) !important;
  -webkit-backdrop-filter: saturate(170%) blur(13px);
  backdrop-filter: saturate(170%) blur(13px);
  box-shadow: 0 10px 38px rgba(34,28,61,.14) !important;
}
#masthead.gg-scrolled .ast-primary-header-bar .site-primary-header-wrap { padding-top: 6px !important; padding-bottom: 6px !important; }

/* ─── Animated nav underline ─── */
.main-navigation .ast-menu-item > a, .ast-primary-nav .ast-menu-item > a { position: relative; }
.main-navigation .ast-menu-item > a::after, .ast-primary-nav .ast-menu-item > a::after {
  content: ''; position: absolute; left: 16px; right: 16px; bottom: 0; height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--rose));
  border-radius: 2px; transform: scaleX(0); transform-origin: left;
  transition: transform .32s var(--ease);
}
.main-navigation .ast-menu-item > a:hover::after, .ast-primary-nav .ast-menu-item > a:hover::after { transform: scaleX(1); }

/* ─── Gradient accent text (bold + premium) ─── */
.gg-hero-h1 em,
.gg-sec-title em,
.gg-cta-title em,
.gg-section-header em,
.gg-cta-title em {
  background: linear-gradient(102deg, var(--teal) 0%, var(--rose) 95%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ─── Buttons: light-sweep shine ─── */
.gg-btn { position: relative; overflow: hidden; }
.gg-btn::after {
  content: ''; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-22deg); transition: left .65s var(--ease); pointer-events: none;
}
.gg-btn:hover::after { left: 150%; }
.gg-btn-teal:hover { box-shadow: 0 12px 34px rgba(109,79,214,.42) !important; }

/* ─── SCROLL REVEAL (Squarespace-style fade-up + stagger) ─── */
.gg-js .gg-section-header,
.gg-js .gg-hero-left,
.gg-js .gg-hero-right,
.gg-js .gg-trust-item,
.gg-js .woocommerce ul.products li.product,
.gg-js .gg-cat-card,
.gg-js .gg-feature,
.gg-js .gg-tcard,
.gg-js .gg-cta-wrap,
.gg-js .gg-reveal { opacity: 0; }

.gg-js .gg-in {
  animation: ggRevealUp .85s cubic-bezier(.22,.61,.36,1) both;
  animation-delay: calc(var(--gg-i, 0) * 80ms);
}
.gg-js .gg-done { opacity: 1 !important; animation: none !important; }

@keyframes ggRevealUp {
  from { opacity: 0; transform: translateY(48px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── Product cards: bolder depth ─── */
.woocommerce ul.products li.product { box-shadow: 0 4px 22px rgba(34,28,61,.06) !important; }
.woocommerce ul.products li.product:hover { box-shadow: 0 24px 62px rgba(109,79,214,.20) !important; }

/* ─── Feature icon hover (violet fill) ─── */
.gg-feature:hover .gg-feat-icon {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark)) !important;
  border-color: var(--teal) !important;
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 14px 32px rgba(109,79,214,.4) !important;
}

/* ─── Section rhythm: a touch more air for boldness ─── */
.gg-section-header { margin-bottom: 60px; }

/* ─── Accessibility: visible focus ─── */
a:focus-visible, button:focus-visible, .gg-btn:focus-visible, input:focus-visible {
  outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 4px;
}

/* ─── Reduced motion ─── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gg-js .gg-section-header, .gg-js .gg-hero-left, .gg-js .gg-hero-right,
  .gg-js .gg-trust-item, .gg-js .woocommerce ul.products li.product,
  .gg-js .gg-cat-card, .gg-js .gg-feature, .gg-js .gg-tcard,
  .gg-js .gg-cta-wrap, .gg-js .gg-reveal { opacity: 1 !important; }
  .gg-js .gg-in { animation: none !important; }
  .gg-btn::after { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   CUSTOM FOOTER  (Toni Gems)
═══════════════════════════════════════════════════════════ */
.tg-footer {
  background: var(--teal-deep);
  padding: 56px 24px 22px;
  margin-top: 0;
}
.tg-footer-inner { max-width: 1200px; margin: 0 auto; }
.tg-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.tg-footer-logo {
  font-family: var(--font-h);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.tg-footer-logo em { font-style: italic; color: var(--teal-light); }
.tg-footer-desc {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  line-height: 1.75;
  margin: 12px 0 18px;
  max-width: 250px;
}
.tg-footer-social { display: flex; gap: 10px; }
.tg-footer-social a {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-light);
  font-size: 13px;
  transition: var(--t);
}
.tg-footer-social a:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
.tg-footer-col h4 {
  font-family: var(--font-b);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal-light);
  margin: 0 0 16px;
}
.tg-footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.45);
  margin-bottom: 9px;
  transition: var(--t);
}
.tg-footer-col a:hover { color: #fff; padding-left: 3px; }
.tg-footer-note { font-size: 12px; color: rgba(255,255,255,.3); margin-top: 8px; }
.tg-footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.tg-footer-bot span { font-size: 12px; color: rgba(255,255,255,.28); }
@media (max-width: 768px) {
  .tg-footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .tg-footer-brand { grid-column: 1 / -1; }
  .tg-footer-bot { flex-direction: column; gap: 8px; text-align: center; }
}
