/* ==========================================================================
   EDAERO ACADEMY — Global Stylesheet
   Brand: Deep Emerald #123C34 · Champagne Gold #C6A96B · Ivory #F3E8D3
   ========================================================================== */

:root {
  --emerald-deep: #123C34;
  --emerald-mid:  #1B5347;
  --emerald-soft: #26695A;
  --gold:         #C6A96B;
  --gold-soft:    #D8C39C;
  --gold-glow:    #E4CE9E;
  --ivory:        #F3E8D3;
  --ivory-dim:    #EAE0CC;
  --mocha:        #8A7960;
  --taupe:        #A9967D;
  --charcoal:     #201E1A;
  --grey:         #6C6660;
  --white:        #FFFFFF;
  --line-on-dark: rgba(198,169,107,0.16);
  --max: 1160px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--emerald-deep);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
ul { list-style: none; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 48px; }
.serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* ---------- SKIP LINK ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--gold); color: var(--emerald-deep);
  padding: 12px 20px; font-size: 12px; font-weight: 700;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- NAV ---------- */
.site-nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 200;
  padding: 18px 48px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(18,60,52,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-on-dark);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px; font-weight: 500; letter-spacing: 0.1em;
  color: var(--white); text-decoration: none; white-space: nowrap;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a {
  font-size: 10px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold-soft);
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-glow); }
.nav-links .nav-cta {
  background: var(--gold); color: var(--emerald-deep);
  padding: 10px 20px; font-weight: 700; letter-spacing: 0.16em;
}
.nav-links .nav-cta:hover { background: var(--gold-glow); }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 32px; height: 24px; position: relative; z-index: 210;
}
.nav-toggle span {
  position: absolute; left: 0; width: 100%; height: 2px; background: var(--gold);
  transition: transform 0.25s, opacity 0.25s;
}
.nav-toggle span:nth-child(1){ top: 0; }
.nav-toggle span:nth-child(2){ top: 11px; }
.nav-toggle span:nth-child(3){ top: 22px; }
.nav-toggle.open span:nth-child(1){ transform: translateY(11px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity: 0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-11px) rotate(-45deg); }

/* ---------- PAGE HERO (interior pages) ---------- */
.page-hero {
  padding: 168px 48px 80px;
  background: linear-gradient(160deg, var(--emerald-deep) 0%, var(--emerald-mid) 65%, #0d2e28 100%);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -25%; right: -8%;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(198,169,107,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.page-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5.2vw, 68px);
  font-weight: 300; line-height: 1.08; max-width: 900px;
}
.page-hero h1 em { font-style: italic; color: var(--gold-soft); }
.page-hero .lead {
  max-width: 640px; margin-top: 24px;
  font-size: 15px; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,0.72);
}
.breadcrumb {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-bottom: 22px;
}
.breadcrumb a { color: var(--gold-soft); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }

/* ---------- HERO (home) ---------- */
.hero {
  min-height: 92vh;
  background: linear-gradient(160deg, var(--emerald-deep) 0%, var(--emerald-mid) 60%, #0d2e28 100%);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  padding: 150px 48px 90px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -20%; right: -10%;
  width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(circle, rgba(198,169,107,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: 8%; left: -6%;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(38,105,90,0.2) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 24px;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 6.6vw, 92px);
  font-weight: 300; line-height: 1.05; max-width: 880px;
}
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero-sub {
  max-width: 580px; margin-top: 26px;
  font-size: 14.5px; font-weight: 300; line-height: 1.9;
  color: rgba(255,255,255,0.72);
}
.hero-paths {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin-top: 52px; max-width: 760px; width: 100%;
}
.path-card {
  border: 1px solid var(--line-on-dark); padding: 28px 26px;
  background: rgba(255,255,255,0.02); text-decoration: none;
  transition: all 0.2s; display: block;
}
.path-card:hover { border-color: var(--gold); background: rgba(198,169,107,0.06); transform: translateY(-2px); }
.path-tag {
  font-size: 9px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px; display: block;
}
.path-card h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400;
  color: var(--white); margin-bottom: 10px;
}
.path-card p { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.6; }
.path-arrow { color: var(--gold); font-size: 13px; margin-top: 14px; font-weight: 600; letter-spacing: 0.05em; }

/* ---------- BUTTONS ---------- */
.btn-primary, .btn-outline, .btn-ghost {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none;
  cursor: pointer; transition: all 0.2s; border: none;
}
.btn-primary {
  background: var(--gold); color: var(--emerald-deep); padding: 16px 34px;
}
.btn-primary:hover { background: var(--gold-glow); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(198,169,107,0.28); }
.btn-outline {
  background: transparent; color: var(--gold-soft); padding: 15px 34px;
  border: 1px solid rgba(198,169,107,0.4);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-ghost {
  background: transparent; color: var(--emerald-deep); padding: 14px 30px;
  border: 1px solid rgba(18,60,52,0.3); font-weight: 600;
}
.btn-ghost:hover { border-color: var(--emerald-deep); background: rgba(18,60,52,0.05); }
.hero-actions, .cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }

/* ---------- SECTIONS ---------- */
section { padding: 96px 48px; }
.section-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 3.8vw, 54px); font-weight: 300; line-height: 1.12;
}
.section-title em { font-style: italic; color: var(--gold-soft); }
.section-intro {
  max-width: 680px; margin-top: 20px; font-size: 14.5px; font-weight: 300;
  line-height: 1.85; color: rgba(255,255,255,0.68);
}

/* light section variant */
.section-light { background: var(--ivory); color: var(--charcoal); }
.section-light .section-label { color: var(--emerald-deep); }
.section-light .section-title { color: var(--charcoal); }
.section-light .section-title em { color: var(--emerald-mid); }
.section-light .section-intro { color: var(--grey); }
.section-mid { background: var(--emerald-mid); border-top: 1px solid var(--line-on-dark); }
.section-deep { background: var(--emerald-deep); border-top: 1px solid var(--line-on-dark); }

/* ---------- TWO COLUMN ---------- */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start;
  max-width: var(--max); margin: 0 auto;
}
.two-col.center { align-items: center; }

/* ---------- PILLAR CARDS (home) ---------- */
.pillar-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  max-width: var(--max); margin: 56px auto 0;
}
.pillar-card {
  padding: 52px; background: linear-gradient(135deg, #17453c, #123C34);
  border: 1px solid var(--line-on-dark);
}
.pillar-card.gold {
  background: linear-gradient(135deg, rgba(198,169,107,0.12), rgba(198,169,107,0.04));
  border-color: rgba(198,169,107,0.3);
}
.pillar-tag {
  font-size: 9px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; display: block;
}
.pillar-card h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400;
  margin-bottom: 16px; line-height: 1.2;
}
.pillar-card p { font-size: 13px; color: rgba(255,255,255,0.62); line-height: 1.8; margin-bottom: 24px; }
.pillar-list { margin-bottom: 28px; }
.pillar-list li {
  font-size: 12px; color: rgba(255,255,255,0.62); padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; gap: 10px;
}
.pillar-list li::before { content: '—'; color: var(--gold); flex-shrink: 0; }

/* ---------- STAGE FLOW (Diagnose > Design > Implement > Measure > Sustain) ---------- */
.stage-flow { display: flex; flex-wrap: wrap; gap: 10px; max-width: var(--max); margin: 44px auto 0; }
.stage-pill {
  flex: 1 1 150px; text-align: center; padding: 16px 10px;
  border: 1px solid rgba(198,169,107,0.25); text-decoration: none;
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-soft); transition: all 0.2s; background: rgba(255,255,255,0.02);
}
.stage-pill:hover, .stage-pill.active { background: var(--gold); color: var(--emerald-deep); border-color: var(--gold); }
.stage-flow-arrow { align-self: center; color: rgba(198,169,107,0.4); font-size: 14px; }

.stage-block {
  max-width: var(--max); margin: 0 auto 4px; padding: 56px 0;
  border-top: 1px solid var(--line-on-dark);
  display: grid; grid-template-columns: 320px 1fr; gap: 56px;
}
.stage-block:first-of-type { border-top: none; }
.stage-head { position: sticky; top: 110px; }
.stage-number {
  font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300;
  color: rgba(198,169,107,0.35); line-height: 1; margin-bottom: 8px;
}
.stage-head h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; margin-bottom: 12px;
}
.stage-head p { font-size: 12.5px; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 20px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-item {
  border: 1px solid var(--line-on-dark); padding: 18px 20px;
  background: rgba(255,255,255,0.02); font-size: 12.5px; font-weight: 500;
  color: rgba(255,255,255,0.85);
}
.service-item span {
  display: block; font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.5);
  margin-top: 6px; line-height: 1.6;
}

/* ---------- AUDIT AREAS GRID ---------- */
.areas-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  max-width: var(--max); margin: 48px auto 0;
  background: rgba(198,169,107,0.15);
}
.area-item {
  background: var(--emerald-deep); padding: 22px 26px;
  display: flex; gap: 18px; align-items: baseline;
}
.area-num {
  font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300;
  color: var(--gold); flex-shrink: 0; width: 34px;
}
.area-name { font-size: 13px; font-weight: 500; color: var(--white); line-height: 1.4; }

/* ---------- PROCESS / TIMELINE ---------- */
.process-flow {
  max-width: var(--max); margin: 48px auto 0;
  display: flex; flex-wrap: wrap; gap: 0;
  border-top: 1px solid rgba(255,255,255,0.1); border-left: 1px solid rgba(255,255,255,0.1);
}
.process-step {
  flex: 1 1 220px; padding: 26px 24px;
  border-right: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1);
}
.process-step .n { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 8px; }
.process-step h4 { font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 6px; }
.process-step p { font-size: 11.5px; color: rgba(255,255,255,0.55); line-height: 1.6; }
.section-light .process-flow { border-color: rgba(18,60,52,0.15); }
.section-light .process-step { border-color: rgba(18,60,52,0.12); }
.section-light .process-step .n { color: var(--emerald-mid); }
.section-light .process-step h4 { color: var(--charcoal); }
.section-light .process-step p { color: var(--grey); }

/* ---------- FINDING CARD ---------- */
.finding-card {
  max-width: var(--max); margin: 40px auto 0;
  border: 1px solid rgba(198,169,107,0.25); padding: 36px 40px;
  background: rgba(198,169,107,0.04);
}
.finding-row { display: grid; grid-template-columns: 160px 1fr; gap: 8px 24px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.07); font-size: 12.5px; }
.finding-row:last-child { border-bottom: none; }
.finding-row .k { font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 10.5px; color: var(--gold); }
.finding-row .v { color: rgba(255,255,255,0.72); line-height: 1.6; }

/* ---------- COURSE / PROGRAM CARDS ---------- */
.program-card {
  border: 1px solid rgba(198,169,107,0.22); background: rgba(255,255,255,0.02);
  padding: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 44px;
  max-width: var(--max); margin: 0 auto 24px;
}
.program-status {
  display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; padding: 5px 12px; border: 1px solid var(--gold);
  color: var(--gold); margin-bottom: 18px;
}
.program-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; margin-bottom: 14px; }
.program-card .meta { font-size: 11px; color: var(--gold-soft); letter-spacing: 0.06em; margin-bottom: 18px; }
.program-card p { font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.65); margin-bottom: 16px; }
.program-framework { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.fw-chip {
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid rgba(198,169,107,0.3); padding: 6px 12px; color: var(--gold-soft);
}
.simple-card {
  border: 1px solid rgba(198,169,107,0.18); padding: 34px; background: rgba(255,255,255,0.015);
}
.simple-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; margin-bottom: 10px; color: var(--white); }
.simple-card p { font-size: 12.5px; color: rgba(255,255,255,0.58); line-height: 1.75; }
.section-light .simple-card { border-color: rgba(18,60,52,0.16); background: rgba(18,60,52,0.02); }
.section-light .simple-card h4 { color: var(--charcoal); }
.section-light .simple-card p { color: var(--grey); }
.program-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: var(--max); margin: 24px auto 0; }

/* ---------- WHY / VALUE LIST ---------- */
.why-points li {
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex; gap: 20px; align-items: flex-start;
}
.section-light .why-points li { border-bottom-color: rgba(18,60,52,0.1); }
.why-icon {
  width: 36px; height: 36px; border: 1px solid rgba(198,169,107,0.35);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; color: var(--gold);
}
.why-text h5 {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 6px;
}
.why-text p { font-size: 12.5px; font-weight: 300; line-height: 1.75; opacity: 0.75; }

/* ---------- QUOTE BAR ---------- */
.quote-bar {
  max-width: var(--max); margin: 0 auto; border: 1px solid rgba(198,169,107,0.2);
  padding: 34px 44px; background: linear-gradient(120deg, rgba(198,169,107,0.06), transparent);
  display: flex; align-items: center; gap: 28px;
}
.gold-line { width: 2px; height: 52px; background: var(--gold); flex-shrink: 0; }
.quote-bar p {
  font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 300; font-style: italic;
  color: var(--gold-soft); line-height: 1.55;
}

/* ---------- DISTINCTION TABLE ---------- */
.distinction-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(198,169,107,0.15); max-width: var(--max); margin: 48px auto 0; }
.distinction-item { background: var(--ivory); padding: 30px 26px; }
.distinction-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--emerald-deep); margin-bottom: 10px; }
.distinction-item p { font-size: 12px; color: var(--grey); line-height: 1.7; }

/* ---------- CTA BAND ---------- */
.cta-band {
  max-width: var(--max); margin: 0 auto; padding: 40px 48px;
  background: rgba(198,169,107,0.05); border: 1px solid rgba(198,169,107,0.15);
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-band p {
  font-family: 'Cormorant Garamond', serif; font-size: 21px; font-style: italic; font-weight: 300;
  color: var(--gold-soft); line-height: 1.5; max-width: 620px;
}
.cta-band p strong { font-style: normal; color: var(--white); font-weight: 400; }

/* ---------- FINAL CTA SECTION ---------- */
.cta-final {
  background: linear-gradient(135deg, var(--emerald-mid), var(--emerald-deep));
  text-align: center; border-top: 1px solid var(--line-on-dark);
  position: relative; overflow: hidden;
}
.cta-final::before {
  content: 'EDAERO'; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', serif; font-size: 260px; font-weight: 300;
  color: rgba(255,255,255,0.02); white-space: nowrap; pointer-events: none; letter-spacing: 0.1em;
}
.cta-final-inner { position: relative; max-width: 720px; margin: 0 auto; }
.cta-final h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4.6vw, 64px); font-weight: 300; line-height: 1.1; margin-bottom: 18px; }
.cta-final h2 em { font-style: italic; color: var(--gold-soft); }
.cta-final p { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 40px; }
.cta-final .cta-buttons { justify-content: center; }

/* ---------- CONTACT STRIP ---------- */
.contact-strip {
  background: var(--charcoal); padding: 22px 48px;
  display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap;
}
.contact-item {
  display: flex; align-items: center; gap: 10px; font-size: 12px;
  color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s;
}
.contact-item:hover { color: var(--gold); }
.contact-icon { color: var(--gold); font-size: 15px; }
.contact-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.12); }

/* ---------- FOOTER ---------- */
footer.site-footer {
  background: #0a1f1b; padding: 40px 48px 28px; border-top: 1px solid rgba(198,169,107,0.08);
}
.footer-grid {
  max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand p { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.8; margin-top: 14px; max-width: 280px; }
.footer-col h5 {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: 16px;
}
.footer-col a, .footer-col span {
  display: block; font-size: 12px; color: rgba(255,255,255,0.5); text-decoration: none;
  margin-bottom: 10px; line-height: 1.6; transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  max-width: var(--max); margin: 0 auto; padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 10.5px; color: rgba(255,255,255,0.28); letter-spacing: 0.06em; }

/* ---------- FORM ---------- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; max-width: var(--max); margin: 0 auto; }
.form-field { margin-bottom: 22px; }
.form-field label {
  display: block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: 10px;
}
.form-field input, .form-field select, .form-field textarea {
  width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(198,169,107,0.25);
  color: var(--white); padding: 14px 16px; font-family: inherit; font-size: 13px;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--gold);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-note { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 8px; line-height: 1.6; }
.honeypot { position: absolute; left: -9999px; }
.contact-info-block { margin-bottom: 36px; }
.contact-info-block h4 {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.contact-info-block p, .contact-info-block a {
  font-size: 14px; color: rgba(255,255,255,0.78); text-decoration: none; line-height: 1.8;
}
.contact-info-block a:hover { color: var(--gold); }

/* ---------- ABOUT ---------- */
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(198,169,107,0.15); max-width: var(--max); margin: 48px auto 0; }
.stat-box { background: var(--emerald-deep); padding: 34px 30px; }
.stat-box .num { font-family: 'Cormorant Garamond', serif; font-size: 44px; color: var(--gold); font-weight: 300; }
.stat-box p { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 8px; line-height: 1.6; }

/* ---------- SUCCESS PAGE ---------- */
.success-wrap {
  min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 160px 24px 100px;
}
.success-icon {
  width: 68px; height: 68px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--gold);
  margin-bottom: 28px;
}

/* ---------- UTILITIES ---------- */
.center-head { max-width: 700px; margin: 0 auto; text-align: center; }
.mt-64 { margin-top: 64px; }
.no-invent-note {
  max-width: var(--max); margin: 24px auto 0; font-size: 11.5px; color: rgba(255,255,255,0.4);
  font-style: italic; line-height: 1.7; border-left: 2px solid rgba(198,169,107,0.3); padding-left: 18px;
}
.section-light .no-invent-note { color: var(--grey); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .stage-block { grid-template-columns: 1fr; }
  .stage-head { position: static; }
  .distinction-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .site-nav { padding: 16px 22px; }
  .nav-links { position: fixed; top: 0; right: -100%; height: 100vh; width: 78%; max-width: 340px;
    background: var(--emerald-deep); flex-direction: column; align-items: flex-start;
    padding: 100px 32px 32px; gap: 22px; transition: right 0.3s ease; border-left: 1px solid var(--line-on-dark); }
  .nav-links.open { right: 0; }
  .nav-links a { font-size: 12px; }
  .nav-links .nav-cta { margin-top: 12px; }
  .nav-toggle { display: block; }
  section, .page-hero, .hero { padding-left: 22px; padding-right: 22px; }
  .container { padding: 0 22px; }
  .two-col, .pillar-grid, .program-card, .program-grid-2, .areas-grid, .stat-row, .distinction-grid { grid-template-columns: 1fr; }
  .hero-paths { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .contact-strip { gap: 20px; padding: 20px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  footer.site-footer { padding: 36px 22px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band, .quote-bar { flex-direction: column; align-items: flex-start; gap: 18px; padding: 28px 24px; }
  .founder-block { grid-template-columns: 1fr !important; }
  .founder-photo-frame { max-width: 280px; margin: 0 auto; }
}

/* ---------- FOUNDER ---------- */
.founder-block {
  display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: start;
  max-width: var(--max); margin: 0 auto;
}
.founder-photo-frame {
  aspect-ratio: 4 / 5; width: 100%;
  background: linear-gradient(155deg, #1B5347 0%, #123C34 65%, #0d2e28 100%);
  border: 1px solid rgba(198,169,107,0.3);
  display: block;
  position: relative; overflow: hidden;
}
.founder-photo-frame::before {
  content: ''; position: absolute; inset: 10px; border: 1px solid rgba(198,169,107,0.18);
  pointer-events: none; z-index: 2;
}
.founder-photo-frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block; position: relative; z-index: 1;
}
.founder-monogram {
  font-family: 'Cormorant Garamond', serif; font-size: 76px; font-weight: 300;
  color: var(--gold-soft); letter-spacing: 0.02em;
}
.founder-photo-caption {
  margin-top: 14px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); text-align: center;
}
.section-light .founder-photo-caption { color: var(--grey); }
.founder-name { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; margin-bottom: 4px; }
.founder-title { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.founder-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.founder-credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0; }
.founder-credentials li {
  font-size: 12px; color: rgba(255,255,255,0.68); padding: 10px 14px;
  border: 1px solid rgba(198,169,107,0.18); background: rgba(255,255,255,0.02);
}
.section-light .founder-credentials li { color: var(--grey); border-color: rgba(18,60,52,0.14); background: rgba(18,60,52,0.02); }
@media (max-width: 640px) { .founder-credentials { grid-template-columns: 1fr; } }


/* EDAERO multilingual language selector */
.edaero-language-switcher{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
}
.edaero-language-switcher select{
  appearance:none;
  -webkit-appearance:none;
  min-width:72px;
  height:40px;
  padding:0 28px 0 14px;
  border:1px solid #C6A96B;
  border-radius:2px;
  background:#123C34;
  color:#F3E8D3;
  font:600 12px/1 Arial,sans-serif;
  letter-spacing:1.5px;
  cursor:pointer;
  box-shadow:0 6px 22px rgba(0,0,0,.18);
  background-image:
    linear-gradient(45deg,transparent 50%,#C6A96B 50%),
    linear-gradient(135deg,#C6A96B 50%,transparent 50%);
  background-position:
    calc(100% - 13px) 17px,
    calc(100% - 9px) 17px;
  background-size:4px 4px,4px 4px;
  background-repeat:no-repeat;
}
.edaero-language-switcher select:focus{
  outline:1px solid #C6A96B;
  outline-offset:2px;
}
.edaero-google-translate{display:none!important;}
.goog-te-banner-frame.skiptranslate,
.goog-te-balloon-frame{display:none!important;}
body{top:0!important;}
#goog-gt-tt,.goog-te-balloon-frame,.goog-tooltip,.goog-tooltip:hover{
  display:none!important;
}
.goog-text-highlight{
  background:none!important;
  box-shadow:none!important;
}
@media(max-width:640px){
  .edaero-language-switcher{right:12px;bottom:12px}
  .edaero-language-switcher select{height:38px;min-width:68px}
}
