/*
Theme Name: GLP123 Research Peptides
Description: Child theme for GLP123 dark luxury research peptide store. WooCommerce ready with age gate, custom product cards, disclaimers, and vial SVG renderer.
Author: GLP123 Team
Template: twentytwentyfour
Version: 1.0.0
Text Domain: glp123
*/

:root {
  --gold: #c5a26f;
  --dark: #0a0a0a;
  --card-bg: #111111;
  --text: #c5a26f;
  --white: #f5f5f5;
}

body {
  background: var(--dark);
  color: var(--text);
  font-family: 'Georgia', serif;
}

/* Age Gate Modal */
#age-gate {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-gate-box {
  background: var(--card-bg);
  border: 2px solid var(--gold);
  border-radius: 8px;
  max-width: 520px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 0 30px rgba(197,162,111,0.15);
}

.age-gate-box h2 {
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.age-gate-box button {
  background: var(--gold);
  color: var(--dark);
  border: none;
  padding: 14px 50px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
}

/* Hero Section */
.hero {
  background: var(--dark);
  padding: 100px 20px 80px;
  text-align: center;
  position: relative;
}

.hero h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 20px 0 10px;
}

.hero .tagline {
  font-size: 1rem;
  letter-spacing: 4px;
  opacity: 0.9;
}

.gold-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  padding: 14px 60px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 30px;
  border: 1px solid var(--gold);
}

/* Product Card (Vial Style) */
.product-card {
  background: var(--card-bg);
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card img {
  width: 110px;
  height: auto;
  margin-bottom: 15px;
}

.product-card h3 {
  font-size: 1.1rem;
  margin: 10px 0 4px;
}

.product-card .meta {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-bottom: 15px;
}

.product-card .view-btn {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 8px 30px;
  font-size: 0.9rem;
  cursor: pointer;
}

/* Age gate mobile safety */
.age-gate-box { max-width: 92vw; max-height: 90vh; overflow-y: auto; }

/* glp123 global rose-gold site chrome */
body { background-color: #0a0a0a; color: #f5f2ea; }
a { color: #c5a26f; }
a:hover, a:focus { color: #d4b98a; }
.wp-block-site-title a, .wp-block-site-title { color: #c5a26f !important; }
.wp-block-navigation a, .wp-block-navigation-item__content { color: #c5a26f !important; }
.wp-block-navigation a:hover { color: #d4b98a !important; }

/* TT4 nav accent override: replace Accent/Two (#c2a990) with rose gold */
.wp-block-navigation a, .wp-block-navigation-item__content,
.wp-block-navigation a:hover, .wp-block-navigation-item__content:hover {
  color: #c5a26f !important;
}
/* Override any TT4 accent-2 color usage in nav context */
.wp-block-navigation [class*="has-accent-2-color"],
.wp-block-navigation [class*="has-accent-2"] {
  color: #c5a26f !important;
}
/* Body text stays light on dark bg */
.wp-block-navigation { color: #f5f2ea; }
