/* ── TOKENS ── */
:root {
  --cream:    #fdf8f0;
  --warm:     #f5ede0;
  --ink:      #1a1208;
  --ink-soft: #4a3f30;
  --amber:    #e8872a;
  --amber-dk: #c96f18;
  --teal:     #1f6e6e;
  --teal-lt:  #2a9090;
  --sky:      #dff0ef;
  --dark-bg:  #0f2a2a;
  --dark-mid: #163838;
  --radius:   14px;
  --radius-lg:24px;
  --shadow:   0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:0 12px 40px rgba(0,0,0,0.16);
}
 
/* ── BASE ── */
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
}
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; }
em { font-style: italic; color: var(--amber); }
*, *::before, *::after { box-sizing: border-box; }
 
/* ── NAVBAR ── */
#mainNav {
  position: fixed; top:0; left:0; right:0; z-index:900;
  background: rgba(253,248,240,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232,135,42,0.15);
  padding: 0.75rem 0;
  transition: box-shadow 0.3s;
}
#mainNav.scrolled { box-shadow: var(--shadow); }
.navbar-brand { display:flex; align-items:center; gap:8px; text-decoration:none; }
.brand-icon { font-size:1.4rem; }
.brand-text {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--ink);
  line-height: 1;
}
.nav-link {
  color: var(--ink-soft) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 6px 14px !important;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.nav-link:hover { background: var(--warm); color: var(--amber) !important; }
.btn-donate {
  background: var(--amber) !important;
  color: #fff !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  padding: 8px 22px !important;
}
.btn-donate:hover { background: var(--amber-dk) !important; }
 
/* ── HERO ── */
.hero {
  position: relative;
  background: linear-gradient(135deg, #fdf8f0 0%, #f0e8d5 50%, #dff0ef 100%);
  overflow: hidden;
  padding-top: 72px;
}
.hero-bg-shapes { position:absolute; inset:0; pointer-events:none; }
.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
}
.shape-1 {
  width:600px; height:600px;
  background: radial-gradient(circle, #e8872a33, transparent 70%);
  top:-200px; right:-100px;
}
.shape-2 {
  width:400px; height:400px;
  background: radial-gradient(circle, #1f6e6e22, transparent 70%);
  bottom:-100px; left:-100px;
}
.shape-3 {
  width:300px; height:300px;
  background: radial-gradient(circle, #e8872a1a, transparent 70%);
  top:40%; left:30%;
}
.hero-content { position:relative; z-index:2; }
.hero-eyebrow {
  display: inline-block;
  background: rgba(232,135,42,0.12);
  color: var(--amber-dk);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.hero-sub {
  font-size: 1.125rem;
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 2rem;
}
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
 
/* Buttons */
.btn-primary-custom {
  background: var(--amber);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 12px 28px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-primary-custom:hover {
  background: var(--amber-dk);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,135,42,0.4);
}
.btn-ghost-custom {
  background: transparent;
  color: var(--ink-soft);
  border: 2px solid rgba(74,63,48,0.25);
  border-radius: 100px;
  padding: 12px 28px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
  text-decoration: none;
  display: inline-block;
}
.btn-ghost-custom:hover {
  border-color: var(--amber);
  color: var(--amber);
  transform: translateY(-2px);
}
 
/* Hero Visual – Book Stack */
.hero-visual {
  position: relative;
  width: 300px;
  height: 340px;
}
.book-stack {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.book {
  border-radius: 4px 8px 8px 4px;
  animation: bookFloat 3s ease-in-out infinite;
}
.b1 { width:36px; height:130px; background:#e85d2a; animation-delay:0s; }
.b2 { width:30px; height:155px; background:#1f6e6e; animation-delay:0.3s; }
.b3 { width:42px; height:110px; background:#e8c22a; animation-delay:0.6s; }
.b4 { width:34px; height:175px; background:#8b4fb8; animation-delay:0.9s; }
.b5 { width:28px; height:140px; background:#e85d2a; opacity:0.7; animation-delay:1.2s; }
.b6 { width:38px; height:120px; background:#1f6e6e; opacity:0.8; animation-delay:1.5s; }
 
@keyframes bookFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.counter-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: var(--radius);
  padding: 12px 24px;
  box-shadow: var(--shadow-lg);
  text-align: center;
  white-space: nowrap;
}
.counter-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--amber);
  line-height: 1;
}
.counter-label {
  font-size: 0.75rem;
  color: var(--ink-soft);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
 
/* ── STATS STRIP ── */
.stats-strip {
  background: var(--teal);
  padding: 0;
}
.stat-cell {
  padding: 32px 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-cell:last-child { border-right: none; }
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}
 
/* ── SECTION SHARED ── */
.section-tag {
  display: inline-block;
  background: rgba(232,135,42,0.12);
  color: var(--amber-dk);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 1rem;
}
.section-tag.light {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: var(--ink);
}
.section-title.light { color: #fff; }
.section-body {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
 
/* ── MISSION ── */
.section-mission {
  padding: 100px 0;
  background: var(--cream);
}
.mission-shelf {
  background: var(--warm);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  box-shadow: var(--shadow);
}
.shelf-row {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  padding: 8px 0 0;
}
.shelf-plank {
  height: 10px;
  background: #b8926a;
  border-radius: 4px;
  margin: 0 -4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.shelf-book {
  border-radius: 3px 6px 6px 3px;
  flex-shrink: 0;
}
.sb1  { width:30px; height:100px; background:#c94f2a; }
.sb2  { width:24px; height:118px; background:#1f6e6e; }
.sb3  { width:34px; height:88px;  background:#d4b800; }
.sb4  { width:28px; height:130px; background:#7b3fa8; }
.sb5  { width:20px; height:95px;  background:#2a8040; }
.sb6  { width:36px; height:110px; background:#e8872a; }
.sb7  { width:26px; height:125px; background:#1a5c8a; }
.sb8  { width:32px; height:98px;  background:#c94f2a; opacity:0.8; }
.sb9  { width:22px; height:115px; background:#5a3a8a; }
 
.mission-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--warm);
  border-radius: var(--radius);
  padding: 14px 16px;
  border: 1px solid rgba(232,135,42,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}
.mission-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.mc-icon { font-size: 1.4rem; flex-shrink:0; margin-top:2px; }
.mc-text strong { display:block; font-size:0.95rem; margin-bottom:4px; color:var(--ink); }
.mc-text p { margin:0; font-size:0.85rem; color:var(--ink-soft); line-height:1.5; }
 
/* ── IMPACT ── */
.section-impact {
  padding: 100px 0;
  background: var(--dark-bg);
  position: relative;
  overflow: hidden;
}
.section-impact::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 40rem;
  color: rgba(255,255,255,0.02);
  position: absolute;
  top: -200px; left: -100px;
  line-height: 1;
  pointer-events: none;
}
.impact-card {
  background: var(--dark-mid);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.impact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}
.impact-card.ic-highlight {
  background: var(--amber);
  border-color: var(--amber);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.impact-number {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
.impact-desc { color: rgba(255,255,255,0.85); font-size:1rem; line-height:1.6; }
.impact-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: rgba(255,255,255,0.88);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.impact-attr {
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* ── GALLERY ── */
.section-gallery {
  padding: 100px 0;
  background: var(--warm);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-item {
  position: relative;
  border: none;
  padding: 0;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow);
  background: #fff;
  transition: transform 0.25s, box-shadow 0.25s;
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-item-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(0deg, rgba(15,42,42,0.85), transparent);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: left;
  padding: 24px 14px 10px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s;
}
.gallery-item:hover .gallery-item-caption,
.gallery-item:focus-visible .gallery-item-caption {
  opacity: 1;
  transform: translateY(0);
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15,18,10,0.92);
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  padding: 24px;
}
.gallery-lightbox.open { opacity: 1; visibility: visible; }
.gallery-lightbox-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
}
.gallery-lightbox-content img {
  width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.gallery-lightbox-caption {
  color: #fff;
  margin-top: 16px;
  font-size: 0.95rem;
  opacity: 0.85;
}
.gallery-lightbox-close {
  position: absolute;
  top: 20px; right: 28px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.gallery-lightbox-close:hover { background: var(--amber); }

/* Gallery — Developer Edit Mode */
.gallery-item.editable { cursor: default; }
.gallery-edit-toolbar {
  position: absolute;
  top: 10px; right: 10px;
  display: flex;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
}
.gallery-item.editable:hover .gallery-edit-toolbar,
.gallery-item.editable:focus-within .gallery-edit-toolbar {
  opacity: 1;
}
.gallery-icon-btn {
  width: 32px; height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(15,42,42,0.75);
  color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.gallery-icon-btn:hover { background: var(--amber); }
.gallery-item-caption-edit {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(0deg, rgba(15,42,42,0.85), transparent);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 22px 12px 10px;
  outline: none;
  min-height: 1.4em;
  transition: background 0.15s;
}
.gallery-item-caption-edit:hover,
.gallery-item-caption-edit:focus {
  background: linear-gradient(0deg, rgba(232,135,42,0.85), transparent);
}
.gallery-add-tile {
  border: 2px dashed rgba(31,110,110,0.35);
  border-radius: var(--radius);
  background: transparent;
  color: var(--teal);
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.gallery-add-tile:hover {
  border-color: var(--amber);
  color: var(--amber-dk);
  background: rgba(232,135,42,0.06);
}
.gallery-add-icon { font-size: 1.6rem; }

/* ── TEAM ── */
.section-team {
  padding: 100px 0;
  background: var(--cream);
}
.team-group { margin-bottom: 8px; }
.team-group-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--ink);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(232,135,42,0.2);
}
.team-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.team-photo-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--warm);
  cursor: pointer;
  overflow: hidden;
}
.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  color: rgba(74,63,48,0.35);
  background: linear-gradient(135deg, var(--warm), var(--sky));
}
.team-photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,42,42,0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  opacity: 0;
  transition: opacity 0.2s;
}
.team-photo-wrap:hover .team-photo-overlay,
.team-photo-wrap:focus-within .team-photo-overlay {
  opacity: 1;
}
.team-card-body {
  padding: 18px 18px 20px;
}
.team-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  border-radius: 6px;
  padding: 2px 4px;
  margin: -2px -4px 2px;
  outline: none;
  transition: background 0.15s;
}
.team-name:hover,
.team-name:focus { background: rgba(232,135,42,0.1); }
.team-role {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--amber-dk);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.team-bio {
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.6;
  border-radius: 6px;
  padding: 4px;
  margin: -4px;
  outline: none;
  min-height: 1.6em;
  transition: background 0.15s;
}
.team-bio:hover,
.team-bio:focus { background: rgba(232,135,42,0.08); }
.team-photo-input { display: none; }

/* Shared Developer Edit Mode toggle (Team + Gallery) */
.dev-edit-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  background: var(--warm);
  color: var(--ink-soft);
  border: 1.5px solid rgba(74,63,48,0.2);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.dev-edit-toggle:hover {
  border-color: var(--amber);
  color: var(--amber-dk);
}
.dev-edit-toggle.unlocked {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}
.dev-edit-toggle.unlocked:hover { background: var(--teal-lt); }

.team-photo-wrap.locked { cursor: default; }
.team-photo-wrap.locked .team-photo-overlay {
  background: rgba(15,42,42,0.6);
}
.team-name.locked,
.team-bio.locked {
  cursor: default;
}
.team-name.locked:hover,
.team-bio.locked:hover,
.team-name.locked:focus,
.team-bio.locked:focus { background: transparent; }

/* ── DRIVES ── */
.section-drives {
  padding: 100px 0;
  background: var(--cream);
}
.drive-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.drive-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.drive-card-banner {
  height: 10px;
  background: linear-gradient(90deg, var(--amber), var(--teal-lt));
}
.drive-card-body { padding: 24px; flex:1; }
.drive-status {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.drive-status.upcoming { background: rgba(232,135,42,0.12); color: var(--amber-dk); }
.drive-status.past     { background: rgba(31,110,110,0.1);  color: var(--teal); }
.drive-card-title { font-size: 1.15rem; color: var(--ink); margin-bottom: 8px; }
.drive-meta { font-size: 0.83rem; color: var(--ink-soft); line-height: 1.6; }
.drive-meta span { display:block; }
.drive-books {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--amber);
}
.drive-books.drive-books-pending {
  color: var(--teal);
  font-style: italic;
}
.drive-books-label { font-size: 0.75rem; color: var(--ink-soft); }
 
/* ── CONTACT ── */
.section-contact {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--dark-bg), var(--dark-mid));
}
.contact-links { display:flex; flex-direction:column; gap:12px; margin-top:32px; }
.contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.contact-link:hover { color: var(--amber); }
.contact-link span { font-size: 1.2rem; }
.contact-form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
}
.custom-input {
  border: 1.5px solid #e0d8cc !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.9rem !important;
  background: var(--cream) !important;
  color: var(--ink) !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.custom-input:focus {
  border-color: var(--amber) !important;
  box-shadow: 0 0 0 3px rgba(232,135,42,0.12) !important;
  outline: none !important;
}
textarea.custom-input { resize: none; }
.log-msg {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 500;
}
.log-msg.success { background: #d4edda; color: #155724; }
.log-msg.error   { background: #f8d7da; color: #721c24; }
 
/* ── FOOTER ── */
.site-footer {
  background: var(--ink);
  padding: 60px 0 0;
  color: rgba(255,255,255,0.6);
}
.footer-brand { display:flex; align-items:center; gap:8px; margin-bottom:12px; }
.footer-brand .brand-text { color:#fff; }
.footer-tagline { font-size:0.85rem; color:rgba(255,255,255,0.45); }
.footer-heading { color:#fff; font-size:0.8rem; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:16px; }
.footer-links { list-style:none; padding:0; margin:0; }
.footer-links li { margin-bottom:8px; }
.footer-links a { color:rgba(255,255,255,0.55); text-decoration:none; font-size:0.88rem; transition:color 0.2s; }
.footer-links a:hover { color:var(--amber); }
.footer-socials { display:flex; flex-wrap:wrap; gap:8px; }
.social-pill {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.65);
  font-size: 0.8rem;
  padding: 5px 14px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.social-pill:hover { background: var(--amber); color:#fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  padding: 20px 0;
  margin-top: 48px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}
 
/* ── FADE-IN ANIMATIONS ── */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
 
/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .section-mission, .section-impact,
  .section-drives, .section-contact, .section-gallery, .section-team { padding: 64px 0; }
  .stat-cell { padding: 24px 12px; }
  .stat-number { font-size: 1.8rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
}
