/* ================================================
   DK CŒUR AFRIQUE — Design System
   ================================================ */

/* --- Variables --- */
:root {
  --bg:        #0d0d0d;
  --bg-2:      #161616;
  --bg-3:      #1f1f1f;
  --bg-4:      #272727;
  --text:      #f0f0f0;
  --muted:     #888;
  --muted-2:   #555;
  --accent:    #FDC400;
  --accent-dk: #c9a000;
  --border:    rgba(255,255,255,0.08);
  --border-hover: rgba(253,196,0,0.4);

  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-head: 'Montserrat', 'Inter', system-ui, sans-serif;

  --r:    8px;
  --r-lg: 16px;
  --ease: 0.3s ease;

  --nav-h: 70px;
  --max-w: 1160px;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--accent-dk); }
ul { list-style: none; }

/* --- Container --- */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ================================================
   NAVIGATION
   ================================================ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(13,13,13,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--ease);
}
.navbar.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,0.6); }
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav-logo {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--text) !important;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.nav-logo span { color: var(--accent); }
.nav-menu {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.nav-menu a {
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: var(--r);
  border-bottom: none;
  transition: color var(--ease), background var(--ease);
}
.nav-menu a:hover,
.nav-menu a.active {
  color: var(--accent);
  background: rgba(253,196,0,0.08);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--r);
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--text);
  transition: var(--ease);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================================
   PAGE HEADER (pages intérieures)
   ================================================ */
.page-header {
  padding-top: calc(var(--nav-h) + 4rem);
  padding-bottom: 4rem;
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(253,196,0,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.page-header h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.page-header .lead {
  max-width: 620px;
  margin: 1.25rem auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* ================================================
   SECTIONS
   ================================================ */
.section { padding: 5rem 0; }
.section-alt { background: var(--bg-2); }

.section-head {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}
.section-head p {
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto;
}

/* ================================================
   HERO
   ================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 65% 45%, rgba(253,196,0,0.09) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 85%, rgba(253,196,0,0.05) 0%, transparent 45%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 60% 50%, black 30%, transparent 80%);
}
.hero-content {
  position: relative; z-index: 1;
  padding-top: var(--nav-h);
  max-width: 780px;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(253,196,0,0.1);
  border: 1px solid rgba(253,196,0,0.25);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}
.hero h1 .line-accent { color: var(--accent); }
.hero-lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

/* ================================================
   BUTTONS
   ================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  border-radius: var(--r);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  transition: all var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: #000;
}
.btn-primary:hover {
  background: var(--accent-dk);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(253,196,0,0.3);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-ghost:hover {
  border-color: var(--border-hover);
  color: var(--accent);
  transform: translateY(-2px);
}

/* ================================================
   STATS BAR
   ================================================ */
.stats-bar {
  background: var(--bg-3);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.stat-num {
  font-family: var(--font-head);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.04em;
}
.stat-label {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}

/* ================================================
   NEWS BANNER
   ================================================ */
.news-banner {
  background: rgba(253,196,0,0.07);
  border: 1px solid rgba(253,196,0,0.2);
  border-radius: var(--r);
  padding: 0.875rem 1.25rem;
  display: flex;
  gap: 0.875rem;
  align-items: center;
  margin-bottom: 2rem;
}
.news-tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
  background: var(--accent);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  white-space: nowrap;
}
.news-banner p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.5;
}
.news-banner strong { color: var(--text); }

/* ================================================
   FOUNDER CARDS
   ================================================ */
.founders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1.5rem;
}
.founder-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.founder-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.founder-top {
  display: flex;
  gap: 1.25rem;
  align-items: flex-end;
  padding: 1.5rem;
  background: var(--bg-3);
  border-bottom: 1px solid var(--border);
}
.founder-portrait {
  width: 88px;
  height: 108px;
  border-radius: var(--r);
  object-fit: cover;
  object-position: top;
  flex-shrink: 0;
  border: 2px solid var(--border);
}
.founder-portrait-placeholder {
  width: 88px;
  height: 108px;
  border-radius: var(--r);
  background: var(--bg-4);
  border: 2px solid var(--border);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--muted-2);
}
.founder-id .founder-role {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.3rem;
}
.founder-id h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.founder-id .founder-meta {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.3rem;
}
.founder-body {
  padding: 1.5rem;
}
.founder-body > p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
  line-height: 1.7;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 1.25rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.22rem 0.6rem;
  border-radius: 4px;
}
.badge-gold {
  background: rgba(253,196,0,0.1);
  color: var(--accent);
  border: 1px solid rgba(253,196,0,0.2);
}
.badge-dim {
  background: rgba(255,255,255,0.04);
  color: var(--muted);
  border: 1px solid var(--border);
}
.clubs-section {
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
}
.clubs-section h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.75rem;
}
.clubs-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.clubs-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.83rem;
  color: var(--muted);
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.clubs-list li:last-child { border-bottom: none; }
.clubs-list li span { color: var(--text); font-weight: 500; font-variant-numeric: tabular-nums; }

/* ================================================
   OBJECTIVE ITEMS
   ================================================ */
.obj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.obj-item {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: border-color var(--ease);
}
.obj-item:hover { border-color: rgba(253,196,0,0.25); }
.obj-icon {
  width: 44px; height: 44px;
  background: rgba(253,196,0,0.1);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.obj-text h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}
.obj-text p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ================================================
   PROJECT CARDS
   ================================================ */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.project-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.project-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.5);
}
.project-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.project-card:hover .project-img { transform: scale(1.05); }
.project-body {
  padding: 1.25rem;
}
.tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(253,196,0,0.1);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  margin-bottom: 0.6rem;
}
.project-body h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.project-body p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ================================================
   PATRON CARDS
   ================================================ */
.patrons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.patron-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.patron-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.patron-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}
.patron-card:hover .patron-img { transform: scale(1.04); }
.patron-placeholder {
  width: 100%; aspect-ratio: 1;
  background: var(--bg-3);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem; color: var(--muted-2);
}
.patron-body { padding: 1.5rem; }
.patron-name {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.3rem;
}
.patron-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.patron-quote {
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
  font-size: 0.875rem;
  color: var(--muted);
  font-style: italic;
  line-height: 1.7;
}

/* ================================================
   TIMELINE (Séjours)
   ================================================ */
.timeline {
  position: relative;
  padding-left: 2.5rem;
}
.timeline::before {
  content: '';
  position: absolute; left: 7px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent) 0%, rgba(253,196,0,0.1) 100%);
}
.tl-item {
  position: relative;
  padding-bottom: 3rem;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute;
  left: -2.075rem;
  top: 5px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--bg);
  box-shadow: 0 0 0 4px rgba(253,196,0,0.15);
}
.tl-date {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.4rem;
}
.tl-title {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 0.3rem;
}
.tl-sub {
  font-size: 0.83rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.tl-box {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 1.25rem;
}
.tl-box ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.tl-box li {
  font-size: 0.875rem;
  color: var(--muted);
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.5;
}
.tl-box li::before {
  content: '→';
  position: absolute; left: 0;
  color: var(--accent);
}

/* ================================================
   CONTACT PAGE
   ================================================ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.contact-info h2 {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}
.contact-info > p {
  color: var(--muted);
  margin-bottom: 2.5rem;
  line-height: 1.75;
}
.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.contact-icon {
  width: 42px; height: 42px;
  background: rgba(253,196,0,0.1);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-row h4 {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.contact-row p,
.contact-row a {
  font-size: 0.95rem;
  color: var(--text);
}
.contact-row a:hover { color: var(--accent); }
.tax-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem;
}
.tax-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.tax-card .tax-big {
  font-family: var(--font-head);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 1rem 0;
}
.tax-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.7;
}
.tax-card p + p { margin-top: 0.75rem; }

/* ================================================
   ABOUT / MISSION BLOCK
   ================================================ */
.mission-block {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mission-block::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(253,196,0,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.mission-block h2 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}
.mission-block h2 span { color: var(--accent); }
.mission-block p {
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}

/* ================================================
   HOME — FEATURE ROW
   ================================================ */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.feature-row.reverse { direction: rtl; }
.feature-row.reverse > * { direction: ltr; }
.feature-text .eyebrow { margin-bottom: 0.75rem; }
.feature-text h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}
.feature-text p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.feature-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.feature-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.feature-img:hover img { transform: scale(1.04); }

/* ================================================
   HOME — QUICK LINKS
   ================================================ */
.quick-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.quick-link {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--text) !important;
}
.quick-link:hover {
  border-color: var(--border-hover);
  color: var(--text) !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.quick-link-icon { font-size: 1.75rem; }
.quick-link h3 {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.quick-link p {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}
.quick-link .arrow {
  margin-top: auto;
  color: var(--accent);
  font-size: 1.1rem;
  transition: transform var(--ease);
}
.quick-link:hover .arrow { transform: translateX(4px); }

/* ================================================
   FOOTER
   ================================================ */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand-name {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 0.75rem;
}
.footer-brand-name span { color: var(--accent); }
.footer-brand p {
  font-size: 0.85rem;
  color: var(--muted);
  max-width: 260px;
  line-height: 1.7;
}
.footer-col h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-col a {
  font-size: 0.875rem;
  color: var(--muted);
}
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--muted-2);
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* ================================================
   FADE-IN ANIMATION
   ================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible { opacity: 1; transform: none; }
.fade-in:nth-child(2) { transition-delay: 0.1s; }
.fade-in:nth-child(3) { transition-delay: 0.2s; }
.fade-in:nth-child(4) { transition-delay: 0.3s; }

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 900px) {
  .feature-row,
  .contact-layout { grid-template-columns: 1fr; }
  .feature-row.reverse { direction: ltr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--bg-2);
    border-bottom: 1px solid var(--border);
    padding: 0.5rem 0;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a {
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    border-left: 2px solid transparent;
  }
  .nav-menu a:hover,
  .nav-menu a.active {
    border-left-color: var(--accent);
    background: rgba(253,196,0,0.05);
  }
  .nav-toggle { display: flex; }
  .founders-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .cta-row { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
  .page-header { padding-top: calc(var(--nav-h) + 2.5rem); padding-bottom: 2.5rem; }
}

@media (max-width: 420px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .patrons-grid { grid-template-columns: 1fr; }
}
