/*
Theme Name: Open Iran Global
Theme URI: https://openiranglobal.com
Author: Nexter AI Group
Author URI: https://nexteraigroup.com
Description: Official website theme for Open Iran Global — Building Iran's Future Before It Arrives.
Version: 1.1.0
License: Private
Text Domain: openiran
*/

/* ── WORDPRESS RESETS ── */
html { margin-top: 0 !important; }
body.admin-bar { margin-top: 0 !important; padding-top: 0 !important; }
body.admin-bar nav { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
input, select, textarea, button { font-family: inherit; }

:root {
  --gold: #B8952A;
  --gold-light: #D4AF50;
  --gold-pale: rgba(184,149,42,0.12);
  --gold-border: rgba(184,149,42,0.25);
  --ink: #0C0B09;
  --ink2: #141310;
  --ink3: #1C1A16;
  --ink4: #242018;
  --parchment: #F2EDE4;
  --parchment2: #E8E0D2;
  --text: #D8D0C0;
  --text-mid: #A09080;
  --text-dim: #6A6050;
  --teal: #3ABFB0;
  --teal-dim: rgba(58,191,176,0.10);
}

html { scroll-behavior: smooth; }

body {
  background: var(--ink) !important;
  color: var(--text) !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(12,11,9,0.95) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gold-border);
  padding: 0 48px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 4px 40px rgba(184,149,42,0.08); }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-links {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
  margin: 0; padding: 0;
}
.nav-links li { margin: 0; padding: 0; }
.nav-links a {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-mid) !important;
  text-decoration: none !important;
  transition: color 0.2s;
  position: relative;
  white-space: nowrap;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--gold-light);
  transition: width 0.3s;
}
.nav-links a:hover { color: var(--gold-light) !important; }
.nav-links a:hover::after { width: 100%; }
.nav-links .nav-cta a {
  color: var(--gold-light) !important;
  border: 1px solid var(--gold-border);
  padding: 8px 18px;
}
.nav-links .nav-cta a::after { display: none; }
.nav-links .nav-cta a:hover { background: var(--gold-pale); border-color: var(--gold); }
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28vh 60px 220px;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 40%, rgba(184,149,42,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(58,191,176,0.04) 0%, transparent 60%),
    linear-gradient(to bottom, var(--ink) 0%, var(--ink2) 100%);
  z-index: 0;
}

/* ── VIDEO BACKGROUND ── */
.hero-video-wrap {
  position: absolute; inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.hero-video-wrap video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.28;
  pointer-events: none;
}

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(12,11,9,0.88) 0%, rgba(12,11,9,0.5) 50%, rgba(12,11,9,0.82) 100%);
  z-index: 2;
}
.hero-line {
  position: absolute;
  top: 0; left: 60px;
  width: 1px; height: 100vh;
  background: linear-gradient(to bottom, transparent, var(--gold-border) 30%, var(--gold-border) 70%, transparent);
  opacity: 0.6;
  z-index: 3;
}

/* ── HERO TEXT — always visible, animation is enhancement ── */
.hero-eyebrow {
  position: relative; z-index: 4;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: heroIn 0.9s ease 0.3s both;
}
.hero-eyebrow::before { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); }

.hero h1 {
  position: relative; z-index: 4;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--parchment) !important;
  max-width: 820px;
  margin: 0 0 32px 0;
  animation: heroIn 0.9s ease 0.55s both;
}
.hero h1 em { color: var(--gold-light) !important; font-style: italic; }

.hero-desc {
  position: relative; z-index: 4;
  font-size: 16px;
  font-weight: 300;
  color: var(--text-mid) !important;
  max-width: 520px;
  line-height: 1.75;
  margin: 0 0 48px 0;
  text-align: justify;
  animation: heroIn 0.9s ease 0.75s both;
}

.hero-actions {
  position: relative; z-index: 4;
  display: flex;
  gap: 16px;
  align-items: center;
  animation: heroIn 0.9s ease 0.9s both;
}

/* ── HERO STATS — pinned to bottom ── */
.hero-stats {
  position: absolute;
  bottom: 60px; left: 60px; right: 60px;
  z-index: 4;
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--gold-border);
  padding-top: 32px;
  animation: heroIn 0.9s ease 1.05s both;
}
.hero-stat { padding-right: 24px; border-right: 1px solid var(--gold-border); }
.hero-stat:last-child { border-right: none; padding-right: 0; padding-left: 24px; }
.hero-stat:nth-child(2), .hero-stat:nth-child(3) { padding: 0 24px; }
.stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px; font-weight: 600;
  color: var(--gold-light) !important;
  line-height: 1; margin-bottom: 6px;
}
.stat-lbl { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); line-height: 1.4; }

/* ── KEY ANIMATION — from defined so no opacity:0 flash ── */
@keyframes heroIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.left  { transform: translateX(-36px); }
.reveal.right { transform: translateX(36px); }
.reveal.visible { opacity: 1 !important; transform: none !important; }

/* ── BUTTONS ── */
.btn-primary {
  font-family: 'Outfit', sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--ink) !important;
  background: var(--gold-light);
  padding: 16px 36px;
  text-decoration: none !important;
  transition: all 0.3s;
  display: inline-block;
  position: relative; overflow: hidden;
  border: none; cursor: pointer;
}
.btn-primary::before {
  content: ''; position: absolute;
  top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { background: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(184,149,42,0.3); }
.btn-primary:active { transform: translateY(0); box-shadow: none; }

.btn-secondary {
  font-family: 'Outfit', sans-serif;
  font-size: 11px; font-weight: 400;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--text-mid) !important;
  border: 1px solid var(--gold-border);
  padding: 16px 36px;
  text-decoration: none !important;
  transition: all 0.3s;
  display: inline-block;
}
.btn-secondary:hover { color: var(--gold-light) !important; border-color: var(--gold); transform: translateY(-2px); }

/* ── SECTION DIVIDER ── */
.section-end-line {
  margin-top: 60px; display: flex; align-items: center; gap: 20px;
}
.section-end-line::before {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-border));
}
.section-end-line::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(to left, transparent, var(--gold-border));
}
.section-end-line span { font-size: 16px; color: var(--gold); opacity: 0.4; }

/* ── MANIFESTO STRIP ── */
.manifesto-strip {
  background: var(--ink2);
  padding: 80px 60px;
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
  position: relative; overflow: hidden;
}
.manifesto-strip::before {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}
.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 400; font-style: italic;
  color: var(--parchment) !important;
  line-height: 1.5;
  max-width: 860px; margin: 0 auto;
  text-align: center; padding: 0 40px;
}
.manifesto-quote span { color: var(--gold-light); }

/* ── SECTION BASE ── */
section {
  position: relative;
  padding: 100px 60px;
  border-top: 1px solid var(--gold-border);
}
.section-label {
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
  display: flex; align-items: center; gap: 14px;
}
.section-label::before { content: ''; display: block; width: 30px; height: 1px; background: var(--gold); }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 600; color: var(--parchment) !important;
  line-height: 1.15; margin-bottom: 20px;
}
.section-title em { color: var(--gold-light) !important; font-style: italic; }
.section-body {
  font-size: 16px; color: var(--text-mid);
  max-width: 620px; line-height: 1.8; text-align: justify;
}

/* ── ABOUT IMAGE ── */
.about-grid {
  display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center;
}
.about-image-wrap { position: relative; }
.about-image {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border: 1px solid var(--gold-border);
  filter: grayscale(20%) brightness(0.85);
  transition: filter 0.4s, transform 0.4s;
}
.about-image:hover { filter: grayscale(0%) brightness(0.95); transform: scale(1.02); }
.about-image-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(12,11,9,0.9), transparent);
  padding: 28px 20px 14px;
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold);
}
.about-image-overlay {
  position: absolute; top: 20px; right: -16px;
  background: var(--ink2); border: 1px solid var(--gold-border); padding: 16px 20px;
}
.about-overlay-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 600; color: var(--gold-light) !important; line-height: 1;
}
.about-overlay-lbl { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); margin-top: 4px; }

/* ── CRED BAR ── */
.cred-bar {
  background: var(--ink2);
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
  display: grid; grid-template-columns: repeat(7, 1fr);
}
.cred-bar-item {
  padding: 28px 16px; text-align: center;
  border-right: 1px solid var(--gold-border);
  transition: background 0.25s;
}
.cred-bar-item:hover { background: var(--ink3); }
.cred-bar-item:last-child { border-right: none; }
.cred-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600; color: var(--gold-light) !important; margin-bottom: 4px;
}
.cred-lbl { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); line-height: 1.4; }

/* ── STATS TRACKER ── */
.stats-tracker {
  background: var(--ink2); padding: 80px 60px;
  border-top: 1px solid var(--gold-border);
  position: relative; overflow: hidden;
}
.stats-tracker::after {
  content: 'LIVE METRICS';
  position: absolute; top: 28px; right: 60px;
  font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--teal);
}
.tracker-pulse {
  position: absolute; top: 32px; right: 196px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(58,191,176,0.5); }
  70%  { box-shadow: 0 0 0 10px rgba(58,191,176,0); }
  100% { box-shadow: 0 0 0 0 rgba(58,191,176,0); }
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--gold-border);
  border: 1px solid var(--gold-border); margin-top: 40px;
}
.stat-card {
  background: var(--ink); padding: 40px 28px;
  position: relative; overflow: hidden; transition: background 0.3s;
}
.stat-card:hover { background: var(--ink3); }
.stat-card::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  transition: width 0.6s;
}
.stat-card:hover::after { width: 100%; }
.stat-card-icon { font-size: 28px; margin-bottom: 16px; display: block; }
.stat-card-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 600;
  color: var(--gold-light) !important;
  line-height: 1; margin-bottom: 8px;
  display: flex; align-items: flex-end; gap: 4px;
}
.stat-card-suffix { font-size: 22px; color: var(--gold); margin-bottom: 5px; }
.stat-card-lbl { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-mid); margin-bottom: 8px; }
.stat-card-desc { font-size: 12px; color: var(--text-dim); line-height: 1.6; text-align: justify; }
.stat-progress { margin-top: 20px; height: 2px; background: rgba(184,149,42,0.15); overflow: hidden; }
.stat-progress-fill {
  height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light));
  width: 0%; transition: width 1.5s cubic-bezier(0.4,0,0.2,1);
}

/* ── TIMELINE ── */
.timeline-grid { display: grid; grid-template-columns: 180px 1fr; max-width: 900px; }
.tl-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600; color: var(--gold) !important;
  padding: 0 36px 56px 0;
  border-right: 1px solid var(--gold-border);
  position: relative; text-align: right; line-height: 1; padding-top: 4px;
}
.tl-year::after {
  content: ''; position: absolute;
  right: -5px; top: 10px;
  width: 9px; height: 9px;
  background: var(--gold); border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(184,149,42,0.2);
}
.tl-year.future { color: var(--teal) !important; }
.tl-year.future::after { background: var(--teal); }
.tl-content { padding: 0 0 56px 36px; }
.tl-title { font-size: 14px; font-weight: 600; color: var(--parchment) !important; margin-bottom: 8px; }
.tl-text { font-size: 13px; color: var(--text-mid); line-height: 1.7; margin-bottom: 12px; text-align: justify; }
.tl-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 12px; border: 1px solid var(--gold-border);
  color: var(--gold); background: var(--gold-pale);
}
.chip.teal { border-color: rgba(58,191,176,0.3); color: var(--teal); background: var(--teal-dim); }

/* ── WORKING GROUPS ── */
.wg-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--gold-border);
  border: 1px solid var(--gold-border);
}
.wg-card {
  background: var(--ink2); padding: 36px 32px;
  transition: all 0.3s; position: relative; overflow: hidden;
}
.wg-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s;
}
.wg-card:hover { background: var(--ink3); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.wg-card:hover::before { transform: scaleX(1); }
.wg-icon { font-size: 32px; margin-bottom: 18px; display: block; transition: transform 0.3s; }
.wg-card:hover .wg-icon { transform: scale(1.1); }
.wg-name {
  font-size: 12px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold-light) !important; margin-bottom: 10px;
}
.wg-desc { font-size: 13px; color: var(--text-mid); line-height: 1.65; text-align: justify; }

/* ── INTELLIGENCE ── */
.report-card {
  background: var(--ink2); border: 1px solid var(--gold-border);
  padding: 48px; max-width: 820px; position: relative;
  transition: border-color 0.3s;
}
.report-card:hover { border-color: var(--gold); }
.report-card::before {
  content: 'REPORT 001'; position: absolute; top: 48px; right: 48px;
  font-size: 10px; letter-spacing: 3px; color: var(--text-dim);
}
.report-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
.report-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600; color: var(--parchment) !important; line-height: 1.3; margin-bottom: 16px;
}
.report-desc { font-size: 14px; color: var(--text-mid); line-height: 1.75; margin-bottom: 28px; text-align: justify; }
.report-sectors { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.report-sector {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 14px; border: 1px solid var(--gold-border); color: var(--text-mid);
  transition: all 0.2s;
}
.report-sector:hover { border-color: var(--gold); color: var(--gold); }

/* ── FOUNDER ── */
.founder-grid { display: grid; grid-template-columns: 360px 1fr; gap: 80px; align-items: start; max-width: 1060px; }
.founder-photo-wrap { position: sticky; top: 88px; }
.founder-photo {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top;
  border: 1px solid var(--gold-border); filter: grayscale(15%); transition: filter 0.4s;
}
.founder-photo:hover { filter: grayscale(0%); }
.founder-name-plate {
  background: var(--ink2); border: 1px solid var(--gold-border); border-top: none; padding: 18px 22px;
}
.founder-name-plate h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 600; color: var(--parchment) !important; margin-bottom: 4px;
}
.founder-name-plate p { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.founder-name-plate span { font-size: 10px; color: var(--text-dim); }
.founder-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-style: italic; color: var(--parchment) !important;
  line-height: 1.6; border-left: 2px solid var(--gold);
  padding-left: 28px; margin-bottom: 28px;
}
.founder-body { font-size: 14px; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; text-align: justify; }
.founder-creds { display: flex; flex-direction: column; gap: 10px; }
.cred-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; background: var(--ink2);
  border-left: 2px solid var(--gold-border);
  transition: border-color 0.2s, background 0.2s;
}
.cred-item:hover { border-left-color: var(--gold); background: var(--ink3); }
.cred-icon { color: var(--gold); font-size: 15px; flex-shrink: 0; margin-top: 2px; }
.cred-text { font-size: 12px; color: var(--text-mid); line-height: 1.5; text-align: justify; }
.cred-text strong { color: var(--parchment) !important; font-weight: 500; display: block; margin-bottom: 2px; }

/* ── MANIFESTO ── */
.manifesto-block { border-left: 2px solid var(--gold); padding-left: 32px; transition: border-color 0.3s; }
.manifesto-block:hover { border-left-color: var(--gold-light); }
.manifesto-block-dim { border-left: 2px solid var(--gold-border); padding-left: 32px; transition: border-color 0.3s; }
.manifesto-block-dim:hover { border-left-color: var(--gold); }
.manifesto-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.manifesto-para { font-size: 15px; color: var(--text-mid); line-height: 1.85; margin-bottom: 16px; text-align: justify; }
.manifesto-para.highlight { color: var(--parchment) !important; }
.manifesto-para em { color: var(--gold-light) !important; }

/* ── REGISTRATION SECTION ── */
.reg-section {
  background: var(--ink2); text-align: center;
  padding: 100px 60px; position: relative; overflow: hidden;
}
.reg-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(184,149,42,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.reg-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 600; color: var(--parchment) !important;
  line-height: 1.1; margin-bottom: 20px;
}
.reg-title em { color: var(--gold-light) !important; font-style: italic; }
.reg-desc {
  font-size: 16px; color: var(--text-mid);
  max-width: 520px; margin: 0 auto 40px;
  line-height: 1.75; text-align: center;
}

/* ── REGISTRATION FORM ── */
.reg-form {
  max-width: 680px; margin: 0 auto;
  text-align: left; position: relative; z-index: 1;
}
.reg-form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-bottom: 0;
}
.reg-form-group {
  display: flex; flex-direction: column;
  gap: 8px; margin-bottom: 20px;
}
.reg-form-group label {
  font-size: 10px; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold) !important;
  font-weight: 500; display: block;
}
.reg-form-group input,
.reg-form-group select,
.reg-form-group textarea {
  background: rgba(20,19,16,0.9) !important;
  border: 1px solid var(--gold-border) !important;
  color: var(--parchment) !important;
  padding: 14px 16px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  outline: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.reg-form-group input::placeholder,
.reg-form-group textarea::placeholder { color: var(--text-dim) !important; }
.reg-form-group input:focus,
.reg-form-group select:focus,
.reg-form-group textarea:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(184,149,42,0.08) !important;
}
.reg-form-group select option { background: var(--ink2); color: var(--parchment); }
.reg-form-group textarea { resize: vertical; min-height: 110px; }
.reg-form-check {
  display: flex; align-items: flex-start;
  gap: 12px; margin-bottom: 28px;
}
.reg-form-check input[type="checkbox"] {
  width: 16px !important; height: 16px !important;
  flex-shrink: 0; margin-top: 2px;
  accent-color: var(--gold); cursor: pointer;
  padding: 0 !important;
}
.reg-form-check label {
  font-size: 12px; color: var(--text-dim);
  line-height: 1.6; cursor: pointer;
  text-transform: none; letter-spacing: 0;
}
.reg-form-actions { text-align: center; }
.reg-note { margin-top: 12px; font-size: 12px; color: var(--text-dim); letter-spacing: 1px; }
.reg-note a { color: var(--gold-light) !important; }

/* ── FOOTER ── */
footer {
  background: var(--ink); padding: 60px;
  border-top: 1px solid var(--gold-border);
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 60px; align-items: start;
}
.footer-brand p { font-size: 12px; color: var(--text-dim); line-height: 1.7; margin-top: 12px; max-width: 260px; text-align: justify; }
.footer-col h4 { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13px; color: var(--text-dim) !important; text-decoration: none !important; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold-light) !important; }
.footer-bottom {
  border-top: 1px solid var(--gold-border); padding: 24px 60px;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 11px; color: var(--text-dim); letter-spacing: 1px; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 14px; font-style: italic; color: var(--gold); }

/* ── GLOW ANIMATION ── */
@keyframes glow {
  0%,100% { box-shadow: 0 0 0 0 rgba(58,191,176,0.1); }
  50%      { box-shadow: 0 0 20px rgba(58,191,176,0.2); }
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-grid, .founder-grid { grid-template-columns: 1fr; }
  .founder-photo-wrap { position: static; max-width: 400px; }
}
@media (max-width: 900px) {
  /* ── Mobile nav ── */
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: fixed; top: 68px; left: 0; right: 0;
    background: rgba(12,11,9,0.98);
    padding: 28px 28px 32px;
    gap: 0;
    z-index: 999;
    border-bottom: 1px solid var(--gold-border);
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }
  .nav-links.open li { width: 100%; border-bottom: 1px solid var(--gold-border); }
  .nav-links.open li:last-child { border-bottom: none; }
  .nav-links.open a {
    display: block; padding: 16px 0;
    font-size: 12px; letter-spacing: 2.5px;
    white-space: normal;
  }
  .nav-links.open .nav-cta { margin-top: 16px; }
  .nav-links.open .nav-cta a {
    display: inline-block;
    border: 1px solid var(--gold-border);
    padding: 12px 24px;
    margin-bottom: 0;
  }
  .nav-toggle {
    display: block;
    font-size: 20px;
    padding: 8px 14px;
  }

  /* ── Hero — natural flow so stats don't overlap actions ── */
  .hero {
    padding: 110px 24px 60px;
    justify-content: flex-start;
    min-height: 100vh;
  }
  .hero h1 { font-size: clamp(34px, 9vw, 54px); }
  .hero-desc { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-line { left: 16px; }

  /* Stats: remove absolute, flow naturally below actions */
  .hero-stats {
    position: static;
    margin-top: 48px;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-stat { padding: 20px 16px !important; border-right: none !important; border-bottom: 1px solid var(--gold-border) !important; }
  .hero-stat:nth-child(odd) { border-right: 1px solid var(--gold-border) !important; }
  .hero-stat:nth-last-child(-n+2) { border-bottom: none !important; }

  /* ── Other sections ── */
  section { padding: 70px 24px; }
  .stats-tracker { padding: 60px 24px; }
  .manifesto-strip { padding: 60px 24px; }
  .cred-bar { grid-template-columns: repeat(4, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .wg-grid { grid-template-columns: 1fr 1fr; }
  .timeline-grid { grid-template-columns: 90px 1fr; }
  .tl-year { font-size: 18px; padding-right: 16px; }
  .tl-content { padding-left: 20px; }
  footer { grid-template-columns: 1fr; gap: 40px; padding: 40px 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; padding: 24px; }
  .reg-section { padding: 70px 24px; }
}
@media (max-width: 600px) {
  .cred-bar { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr; }
  .wg-grid { grid-template-columns: 1fr; }
  .report-card { padding: 28px 20px; }
  .report-card::before { display: none; }
  .reg-form-row { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: clamp(30px, 8vw, 44px); }
  .stat-val { font-size: 28px; }
  nav { height: 60px; }
  .nav-links.open { top: 60px; max-height: calc(100vh - 60px); }
  .about-image-overlay { right: 0; }
}
