/* ═══════════════════════════════════════════════════════════════
   WAKE UP HUMANITY — SHARED STYLESHEET
   Single source of truth for design tokens, typography, navigation,
   footer, and common components. All pages link to this file.
   Last updated: March 2026
   ═══════════════════════════════════════════════════════════════ */

/* ─── FONTS ─── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

/* ─── DESIGN TOKENS ─── */
:root {
  /* Brand Colors */
  --navy: #1B2A4A;
  --navy-deep: #0F1A2E;
  --gold: #C4973B;
  --gold-light: #D4AD5A;
  --teal: #2E8B8B;
  --teal-soft: #3AA5A5;
  --cream: #FAF7F2;
  --cream-warm: #F5F0E8;
  --gray-text: #4A4A4A;
  --gray-light: #8A8A8A;
  --white: #FFFFFF;

  /* Spacing */
  --section-pad: 6rem 2rem;
  --container-max: 900px;
  --container-wide: 1100px;
  --nav-max: 1200px;

  /* Transitions */
  --ease: 0.3s ease;
  --ease-slow: 0.8s ease;
}

/* ─── BASE RESET ─── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--gray-text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ─── NAVIGATION ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(27,42,74,0.08);
  transition: all 0.4s ease;
}
nav.scrolled { box-shadow: 0 2px 40px rgba(0,0,0,0.08); }
.nav-inner {
  max-width: var(--nav-max); margin: 0 auto; padding: 1rem 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem;
  font-weight: 700; color: var(--navy); text-decoration: none; letter-spacing: 0.02em;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a {
  text-decoration: none; color: var(--gray-text); font-size: 0.85rem;
  font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase;
  transition: color var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-cta {
  background: var(--gold) !important; color: var(--white) !important;
  padding: 0.6rem 1.4rem !important; border-radius: 4px;
  transition: background var(--ease) !important;
}
.nav-cta:hover { background: var(--gold-light) !important; }

/* Hamburger */
.hamburger {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 4px;
}
.hamburger span {
  display: block; width: 24px; height: 2px; background: var(--navy);
  transition: all var(--ease); border-radius: 2px;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile Menu */
.mobile-menu {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.98); backdrop-filter: blur(20px);
  z-index: 999; flex-direction: column; align-items: center;
  justify-content: center; gap: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  text-decoration: none; color: var(--navy);
  font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600;
}
.mobile-cta {
  background: var(--gold); color: var(--white) !important;
  padding: 0.8rem 2rem; border-radius: 4px; font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links { display: none; }
}

/* ─── PAGE HERO (shared pattern) ─── */
.page-hero {
  padding: 10rem 2rem 5rem;
  background: linear-gradient(170deg, var(--navy-deep) 0%, var(--navy) 50%, var(--teal) 100%);
  text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(196,151,59,0.1) 0%, transparent 60%);
}
.page-hero-content { position: relative; z-index: 1; max-width: 750px; margin: 0 auto; }
.page-hero .eyebrow {
  font-size: 0.8rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.5rem; font-weight: 500;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 600;
  color: var(--white); line-height: 1.2; margin-bottom: 1.5rem;
}
.page-hero p {
  font-size: 1.1rem; color: rgba(255,255,255,0.7); line-height: 1.8; font-weight: 300;
}

/* ─── SECTION TYPOGRAPHY ─── */
.section-eyebrow {
  font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 1rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 600;
  color: var(--navy); line-height: 1.2; margin-bottom: 1.5rem;
}
.section-body { font-size: 1.05rem; line-height: 1.85; }
.section-body strong { color: var(--navy); }

/* ─── CTA SECTION ─── */
.cta-section {
  background: var(--navy-deep); color: var(--white);
  padding: 5rem 2rem; text-align: center;
}
.cta-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 600; margin-bottom: 1rem;
}
.cta-section p {
  color: rgba(255,255,255,0.65); font-size: 1rem; margin-bottom: 2rem;
  max-width: 500px; margin-left: auto; margin-right: auto;
}
.cta-btn {
  display: inline-block; padding: 1rem 2.5rem; background: var(--gold);
  color: var(--white); text-decoration: none; font-weight: 600;
  font-size: 0.9rem; letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 4px; transition: all var(--ease);
}
.cta-btn:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ─── FOOTER ─── */
footer {
  background: var(--navy-deep); color: rgba(255,255,255,0.5);
  padding: 3rem 2rem; text-align: center; font-size: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}
footer .footer-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 1.3rem;
  color: var(--white); font-weight: 600; margin-bottom: 0.5rem;
}
footer .footer-logo span { color: var(--gold); }
footer .footer-tagline {
  font-style: italic; color: rgba(255,255,255,0.35); margin-bottom: 1.5rem;
}
footer .footer-links {
  display: flex; gap: 2rem; justify-content: center; margin-bottom: 1.5rem; flex-wrap: wrap;
}
footer .footer-links a {
  color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.8rem;
  letter-spacing: 0.08em; text-transform: uppercase; transition: color var(--ease);
}
footer .footer-links a:hover { color: var(--gold); }

/* ─── ANIMATIONS ─── */
.fade-in {
  opacity: 0; transform: translateY(30px);
  transition: opacity var(--ease-slow), transform var(--ease-slow);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ─── CONTAINERS ─── */
.container { max-width: var(--container-max); margin: 0 auto; }
.wide-container { max-width: var(--container-wide); margin: 0 auto; }

/* ─── COMMON UTILITY ─── */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-navy { color: var(--navy); }
.text-teal { color: var(--teal); }
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy-deep); }

/* ─── STORY / QUOTE PATTERNS ─── */
.story-quote {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem;
  font-style: italic; color: var(--navy); line-height: 1.6;
  margin: 2.5rem 0; padding-left: 1.5rem; border-left: 3px solid var(--gold);
}
