/* ═══════════════════════════════════════════════════════════════
   BASE — Seyi Kayode Foundation
   Brand: Navy #0D2C4B | Green #629926 | Font: Montserrat
   ═══════════════════════════════════════════════════════════════ */

/* ── RESET & BASE ─────────────────────────────────────────────── */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: #FEFEFE; color: #0D2C4B; overflow-x: hidden; }

/* ── NAV ──────────────────────────────────────────────────────── */
.site-nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(254,254,254,0.97); backdrop-filter: blur(10px);
  height: 68px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 72px;
  border-bottom: 1px solid rgba(13,44,75,0.1);
}

/* Logo mark + wordmark */
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.nav-logo-mark { height: 46px; width: auto; flex-shrink: 0; }

.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: #0D2C4B; text-decoration: none; transition: opacity 0.2s;
}
.nav-links a:hover { opacity: 0.45; }
.nav-links a.active { border-bottom: 1.5px solid #0D2C4B; padding-bottom: 2px; }
a.nav-cta {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: #0D2C4B; color: #FEFEFE;
  padding: 10px 22px; text-decoration: none; border-radius: 2px; transition: opacity 0.2s;
}
a.nav-cta:hover { background: #629926; opacity: 1; }
.nav-burger {
  display: flex; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 8px;
}
.nav-burger span { display: block; width: 22px; height: 2px; background: #0D2C4B; border-radius: 1px; transition: all 0.25s; }
.nav-burger.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 5px); }
.nav-burger.active span:nth-child(2) { opacity: 0; }
.nav-burger.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }
@media (min-width: 768px) { .nav-burger { display: none; } }
.nav-drawer {
  display: none; flex-direction: column; gap: 20px;
  background: #FEFEFE; padding: 24px 32px 28px;
  border-bottom: 1px solid rgba(13,44,75,0.08);
  position: sticky; top: 68px; z-index: 199;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: #0D2C4B; text-decoration: none;
}

/* ── PAGE HERO (shared base — all inner pages) ────────────────── */
.page-hero {
  background: #0D2C4B; padding: 96px 72px 80px;
  position: relative; overflow: hidden;
}
.page-hero-tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(254,254,254,0.5); display: block; margin-bottom: 18px;
}
.page-hero-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px; font-weight: 800; color: #FEFEFE; line-height: 1.08; max-width: 700px;
}
.page-hero-h1 em { font-style: italic; font-weight: 700; color: #629926; }
.page-hero-sub {
  font-size: 15.5px; color: rgba(254,254,254,0.65); line-height: 1.8; max-width: 560px; margin-top: 24px;
}

/* ── SHARED UTILITIES ─────────────────────────────────────────── */
.section-tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: #629926; display: block; margin-bottom: 18px;
}
.display-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px; font-weight: 800; line-height: 1.12; color: #0D2C4B; margin-bottom: 24px;
}
.display-h2 em { font-style: italic; font-weight: 700; color: #629926; }
.body-p { font-size: 15.5px; color: #4A6280; line-height: 1.9; margin-bottom: 18px; }
.arrow-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: #0D2C4B; text-decoration: none;
  border-bottom: 1.5px solid #0D2C4B; padding-bottom: 3px;
  transition: opacity 0.2s; margin-top: 12px;
}
.arrow-link:hover { opacity: 0.5; }

/* ── BUTTONS ──────────────────────────────────────────────────── */
.btn-primary {
  display: inline-block; background: #0D2C4B; color: #FEFEFE;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 30px; text-decoration: none; border-radius: 2px; transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.8; }
.btn-outline {
  display: inline-block; border: 2px solid #0D2C4B; color: #0D2C4B;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 12px 28px; text-decoration: none; border-radius: 2px; transition: all 0.2s;
}
.btn-outline:hover { background: #0D2C4B; color: #FEFEFE; }
.btn-white {
  display: inline-block; background: #FEFEFE; color: #0D2C4B;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 30px; text-decoration: none; border-radius: 2px; transition: opacity 0.2s;
}
.btn-white:hover { opacity: 0.88; }
.btn-ghost {
  display: inline-block; border: 2px solid rgba(254,254,254,0.35); color: #FEFEFE;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 12px 28px; text-decoration: none; border-radius: 2px; transition: all 0.2s;
}
.btn-ghost:hover { border-color: #FEFEFE; }

/* ── CTA SECTION (shared — about & programs) ──────────────────── */
.cta-section { background: #0D2C4B; padding: 100px 72px; text-align: center; }
.cta-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px; font-weight: 800; color: #FEFEFE; line-height: 1.1; margin-bottom: 20px;
}
.cta-h2 em { font-style: italic; font-weight: 700; color: #629926; }
.cta-sub { font-size: 16px; color: rgba(254,254,254,0.6); line-height: 1.7; max-width: 520px; margin: 0 auto 44px; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ── FOOTER ───────────────────────────────────────────────────── */
.site-footer { background: #071E38; padding: 88px 72px 48px; }
.footer-main {
  display: grid; grid-template-columns: 1.9fr 1fr 1fr 1.1fr;
  gap: 56px; margin-bottom: 64px; padding-bottom: 64px;
  border-bottom: 1px solid #1A3A5C;
}

/* Footer logo */
.footer-logo { display: inline-block; text-decoration: none; margin-bottom: 16px; }
.footer-logo-mark { height: 72px; width: auto; display: block; }

.footer-tagline {
  font-size: 13px; color: #4A6A8A; line-height: 1.88;
  max-width: 260px; margin-bottom: 30px;
}
.footer-socials { display: flex; gap: 12px; }
.footer-socials a {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid #1A3A5C;
  display: flex; align-items: center; justify-content: center;
  color: #4A6A8A; font-size: 15px; letter-spacing: 0;
  text-decoration: none; transition: all 0.2s;
}
.footer-socials a:hover { border-color: #FEFEFE; color: #FEFEFE; }
.footer-col-head {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: #FEFEFE; margin-bottom: 22px; display: block;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.footer-links a { font-size: 13px; color: #4A6A8A; text-decoration: none; transition: color 0.2s; white-space: nowrap; }
.footer-links a:hover { color: #FEFEFE; }
.footer-address { color: #4A6A8A; font-size: 13px; margin-top: 4px; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; color: #2A4A6A;
}

/* ── RESPONSIVE (shared breakpoints) ─────────────────────────── */
@media (max-width: 1100px) {
  .site-nav { padding: 0 48px; }
  .page-hero { padding-left: 48px; padding-right: 48px; }
  .cta-section { padding-left: 48px; padding-right: 48px; }
  .site-footer { padding: 72px 48px 44px; }
}
@media (max-width: 900px) {
  .site-nav { padding: 0 32px; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .page-hero { padding: 72px 32px 60px; }
  .page-hero-h1 { font-size: 48px; }
  .cta-section { padding: 72px 32px; }
  .site-footer { padding: 60px 32px 40px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .page-hero-h1 { font-size: 36px; }
  .display-h2 { font-size: 32px; }
  .cta-h2 { font-size: 36px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .footer-links a { font-size: 11px; }
}
