/* ============================================================
   Stem Cell Access Alliance — styles
   ============================================================ */

:root {
  --navy: #1F3B73;
  --navy-deep: #16294f;
  --teal: #1AA39A;
  --teal-deep: #138b83;
  --white: #ffffff;
  --gray-bg: #F4F6F9;
  --gray-line: #e6eaf0;
  --gray-text: #6B7280;
  --ink: #1c2433;

  --shadow-sm: 0 2px 10px rgba(31, 59, 115, 0.06);
  --shadow-md: 0 10px 30px rgba(31, 59, 115, 0.10);
  --shadow-lg: 0 24px 60px rgba(31, 59, 115, 0.16);

  --radius: 16px;
  --radius-lg: 24px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --container: 1140px;
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ----- Layout helpers ----- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.section { padding: 110px 0; position: relative; }
.section-gray { background: var(--gray-bg); }

/* ----- Typography ----- */
h1, h2, h3, h4 { font-family: 'Barlow Condensed', 'Inter', sans-serif; line-height: 1.08; letter-spacing: 0.2px; }

.eyebrow {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 22px;
}

.badge {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 0.82rem;
  text-transform: uppercase;
  color: var(--teal);
  padding: 7px 16px;
  border: 1px solid rgba(26, 163, 154, 0.3);
  border-radius: 999px;
  background: rgba(26, 163, 154, 0.07);
  margin-bottom: 20px;
}
.badge-light {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.12);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
}
.section-title.left { text-align: left; }

.title-underline {
  display: block;
  width: 64px; height: 4px;
  margin: 18px auto 26px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--navy), var(--teal));
}
.title-underline.left { margin-left: 0; }
.title-underline.light { background: linear-gradient(90deg, #fff, #9ff0e8); }

.lead {
  font-size: 1.18rem;
  color: var(--gray-text);
  max-width: 720px;
  margin: 0 auto;
}
.lead.muted { color: var(--gray-text); }

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.05rem;
  padding: 15px 34px;
  border-radius: 999px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s, color 0.3s;
}
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 10px 24px rgba(26,163,154,0.35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(26,163,154,0.45); }

.btn-ghost { background: transparent; color: var(--navy); border-color: rgba(31,59,115,0.4); }
.btn-ghost:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-3px); }

.btn-glow {
  background: var(--teal);
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 17px 44px;
  box-shadow: 0 10px 24px rgba(26,163,154,0.3);
  animation: glowPulse 2.8s ease-in-out infinite;
}
.btn-glow:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(26,163,154,0.42); }

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(26,163,154,0.4); }
  50% { box-shadow: 0 0 0 14px rgba(26,163,154,0); }
}

/* ============================================================
   Navigation
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.35s, box-shadow 0.35s, padding 0.35s;
  padding: 18px 0;
}
.nav.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(12px);
  box-shadow: var(--shadow-sm);
  padding: 10px 0;
}
.nav-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; transition: transform 0.4s var(--ease); }
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.05); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-line-1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; letter-spacing: 2.5px; font-size: 1.05rem;
  color: var(--navy);
}
.brand-line-2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500; letter-spacing: 5.5px; font-size: 0.82rem;
  color: var(--teal); margin-top: 2px;
}

/* light hero -> dark links from the start */
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  font-size: 1.02rem; color: var(--navy);
  position: relative; transition: color 0.25s;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 2px; background: var(--teal); transition: width 0.3s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: var(--teal); }

.nav-cta {
  border: 2px solid var(--teal);
  border-radius: 999px; padding: 8px 20px !important;
  color: var(--teal) !important;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--teal); color: #fff !important; }

/* Dropdown (desktop) */
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 5px; }
.nav-dropdown-toggle .caret { width: 15px; height: 15px; transition: transform 0.3s var(--ease); }
.nav-dropdown:hover .caret, .nav-dropdown:focus-within .caret { transform: rotate(180deg); }

.dropdown-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 188px; background: #fff; border: 1px solid var(--gray-line);
  border-radius: 14px; box-shadow: var(--shadow-md);
  padding: 8px; display: flex; flex-direction: column; gap: 2px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
}
.dropdown-menu::before {
  content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px;
}
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.dropdown-menu a {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600; letter-spacing: 0.6px;
  text-transform: uppercase; font-size: 0.95rem; color: var(--navy);
  padding: 10px 14px; border-radius: 9px; transition: background 0.2s, color 0.2s;
}
.dropdown-menu a::after { display: none; }
.dropdown-menu a:hover, .dropdown-menu a.active { background: rgba(26,163,154,0.1); color: var(--teal); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 110; }
.hamburger span { width: 26px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: transform 0.3s, opacity 0.3s, background 0.3s; }
.hamburger.open span { background: var(--navy); }
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.nav-mobile {
  position: fixed; top: 0; right: 0; height: 100vh; width: min(78vw, 320px);
  background: #fff; box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: 6px;
  padding: 100px 32px 32px; z-index: 105;
  transform: translateX(100%); transition: transform 0.4s var(--ease);
}
.nav-mobile.open { transform: translateX(0); }
.nav-mobile a {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1px; font-size: 1.25rem;
  color: var(--navy); padding: 12px 0; border-bottom: 1px solid var(--gray-line);
}
.nav-mobile a:hover { color: var(--teal); }

/* Mobile expandable group */
.mobile-group { border-bottom: 1px solid var(--gray-line); }
.mobile-group-toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: none; cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1px; font-size: 1.25rem;
  color: var(--navy); padding: 12px 0;
}
.mobile-group-toggle .caret { width: 18px; height: 18px; transition: transform 0.3s var(--ease); }
.mobile-group.open .mobile-group-toggle .caret { transform: rotate(180deg); }
.mobile-submenu {
  display: grid; grid-template-rows: 0fr; overflow: hidden;
  transition: grid-template-rows 0.35s var(--ease);
}
.mobile-group.open .mobile-submenu { grid-template-rows: 1fr; }
.mobile-submenu > * { min-height: 0; }
.mobile-submenu a {
  border-bottom: none; padding: 10px 0 10px 16px; font-size: 1.08rem;
  color: var(--gray-text);
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
  background: linear-gradient(160deg, #ffffff 0%, #eef5fb 45%, #e3f3f0 100%);
  padding: 120px 24px 80px;
}
.hero-inner { position: relative; z-index: 2; max-width: 880px; }

.hero-title {
  font-size: clamp(2.4rem, 6vw, 4.3rem);
  font-weight: 700; color: var(--navy); text-transform: uppercase;
  margin-bottom: 26px;
}
.hero-title .accent { color: var(--teal); }
.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--gray-text); max-width: 680px; margin: 0 auto 38px;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* floating blobs */
.hero-blobs { position: absolute; inset: 0; z-index: 1; }
.blob { position: absolute; border-radius: 50%; filter: blur(2px); opacity: 0.32; }
.blob-navy {
  width: 460px; height: 460px; top: -140px; left: -120px;
  background: radial-gradient(circle at 35% 35%, #9fb8e6, transparent 70%);
  animation: float1 16s ease-in-out infinite;
}
.blob-teal {
  width: 520px; height: 520px; bottom: -180px; right: -140px;
  background: radial-gradient(circle at 60% 40%, #8fe0d8, transparent 70%);
  animation: float2 19s ease-in-out infinite;
}
.blob-small-1 {
  width: 200px; height: 200px; top: 18%; right: 12%;
  background: radial-gradient(circle, rgba(143,224,216,0.55), transparent 70%);
  animation: float1 13s ease-in-out infinite reverse;
}
.blob-small-2 {
  width: 150px; height: 150px; bottom: 16%; left: 14%;
  background: radial-gradient(circle, rgba(159,184,230,0.55), transparent 70%);
  animation: float2 11s ease-in-out infinite;
}
@keyframes float1 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(40px, 30px) scale(1.08); }
}
@keyframes float2 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-50px, -34px) scale(1.1); }
}

/* scroll cue */
.scroll-cue {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2;
  width: 26px; height: 42px; border: 2px solid rgba(31,59,115,0.4); border-radius: 14px;
  display: flex; justify-content: center; padding-top: 7px;
}
.scroll-cue span {
  width: 4px; height: 8px; border-radius: 4px; background: var(--navy);
  animation: cue 1.6s ease-in-out infinite;
}
@keyframes cue {
  0% { opacity: 0; transform: translateY(-4px); }
  50% { opacity: 1; transform: translateY(4px); }
  100% { opacity: 0; transform: translateY(12px); }
}

/* ============================================================
   Mission
   ============================================================ */
.mission .lead { font-size: 1.28rem; color: #3a4252; line-height: 1.75; }

/* ============================================================
   Cards (Why It Matters + Coming Soon)
   ============================================================ */
.cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px;
}
.card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 40px 32px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-line);
  position: relative; overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--teal));
  transform: scaleX(0); transform-origin: left; transition: transform 0.45s var(--ease);
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.card:hover::before { transform: scaleX(1); }

.card-icon {
  width: 64px; height: 64px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(31,59,115,0.1), rgba(26,163,154,0.14));
  color: var(--teal); margin-bottom: 22px;
}
.card-icon svg { width: 30px; height: 30px; }
.card h3 {
  font-size: 1.5rem; font-weight: 600; color: var(--navy);
  text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px;
}
.card p { color: var(--gray-text); font-size: 1.02rem; }

/* Coming soon variant */
.soon-card { background: #fff; }
.soon-card .card-icon { opacity: 0.85; }
.soon-badge {
  position: absolute; top: 18px; right: 18px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase; font-size: 0.72rem;
  color: #fff; background: var(--teal);
  padding: 5px 12px; border-radius: 999px;
  overflow: hidden;
}
.soon-badge::after {
  content: ''; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  animation: shimmer 2.6s ease-in-out infinite;
}
@keyframes shimmer {
  0% { left: -120%; }
  60%, 100% { left: 140%; }
}

/* ============================================================
   Vision
   ============================================================ */
.vision {
  position: relative; overflow: hidden;
  padding: 120px 0;
  background: linear-gradient(120deg, var(--teal-deep) 0%, var(--teal) 50%, var(--navy) 130%);
}
.vision .container { position: relative; z-index: 2; }
.vision-quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  font-weight: 500; line-height: 1.3; color: #fff;
  font-style: italic; position: relative; padding-top: 18px;
}
.vision-quote::before {
  content: '“'; position: absolute; top: -50px; left: 50%; transform: translateX(-50%);
  font-size: 8rem; color: rgba(255,255,255,0.18); font-family: Georgia, serif; line-height: 1;
}
.vision-blobs { position: absolute; inset: 0; z-index: 1; }
.vblob { position: absolute; border-radius: 50%; opacity: 0.18; }
.vblob-1 { width: 360px; height: 360px; background: #fff; top: -120px; right: -80px; animation: float1 17s ease-in-out infinite; }
.vblob-2 { width: 280px; height: 280px; background: var(--navy); bottom: -120px; left: -60px; animation: float2 14s ease-in-out infinite; }

/* ============================================================
   Current Focus
   ============================================================ */
.focus-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center;
}
.focus-text p { color: var(--gray-text); font-size: 1.1rem; margin-bottom: 18px; }
.focus-visual { display: flex; justify-content: center; }

.connect-mark { position: relative; width: 280px; height: 220px; }
.c-circle { position: absolute; width: 170px; height: 170px; border-radius: 50%; top: 25px; }
.c-navy { left: 0; background: var(--navy); animation: connectFloat 6s ease-in-out infinite; }
.c-teal { right: 0; background: var(--teal); animation: connectFloat 6s ease-in-out infinite 0.5s; }
.c-heart {
  position: absolute; width: 56px; height: 56px; fill: #fff;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  z-index: 2; animation: heartBeat 2.4s ease-in-out infinite;
}
@keyframes connectFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes heartBeat {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  15% { transform: translate(-50%, -50%) scale(1.15); }
  30% { transform: translate(-50%, -50%) scale(1); }
}

/* ============================================================
   Get Involved
   ============================================================ */
.get-involved {
  position: relative; overflow: hidden; text-align: center;
  padding: 120px 0;
  background: linear-gradient(160deg, #f0f6fb 0%, #e7f3f1 100%);
  border-top: 1px solid var(--gray-line);
}
.get-involved .container { position: relative; z-index: 2; }
.gi-title {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--navy);
  text-transform: uppercase; margin-bottom: 18px;
}
.gi-text { font-size: 1.25rem; color: var(--gray-text); margin-bottom: 34px; }
.gi-blobs { position: absolute; inset: 0; z-index: 1; }
.gi-blob { position: absolute; border-radius: 50%; opacity: 0.16; filter: blur(4px); }
.gi-1 { width: 320px; height: 320px; background: var(--teal); top: -100px; left: -60px; animation: float1 15s ease-in-out infinite; }
.gi-2 { width: 260px; height: 260px; background: #6aa0e0; bottom: -90px; right: -50px; animation: float2 13s ease-in-out infinite; }

/* ============================================================
   Impact
   ============================================================ */
.impact {
  position: relative; overflow: hidden; padding: 100px 0;
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-deep) 55%, var(--teal-deep) 130%);
}
.impact .container { position: relative; z-index: 2; }
.impact-title { color: #fff; }
.impact-blobs { position: absolute; inset: 0; z-index: 1; }
.iblob { position: absolute; border-radius: 50%; opacity: 0.16; filter: blur(4px); }
.iblob-1 { width: 320px; height: 320px; background: var(--teal); top: -110px; right: -70px; animation: float1 16s ease-in-out infinite; }
.iblob-2 { width: 260px; height: 260px; background: #6aa0e0; bottom: -100px; left: -60px; animation: float2 13s ease-in-out infinite; }

.impact-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
  max-width: 720px; margin: 56px auto 0;
}
.impact-stat {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-lg); padding: 40px 24px; text-align: center;
  backdrop-filter: blur(4px);
  transition: transform 0.4s var(--ease), background 0.4s var(--ease);
}
.impact-stat:hover { transform: translateY(-8px); background: rgba(255,255,255,0.12); }
.impact-num {
  display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: clamp(3rem, 7vw, 4.6rem); line-height: 1; color: #fff;
}
.impact-label {
  display: block; margin-top: 10px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; font-size: 1rem;
  color: #9ff0e8;
}

/* ============================================================
   Team page
   ============================================================ */
.team-page { padding-top: 88px; }
.team-section { position: relative; overflow: hidden; padding: 96px 0 110px; }
.team-blobs { position: absolute; inset: 0; z-index: 0; }
.tblob { position: absolute; border-radius: 50%; opacity: 0.12; filter: blur(3px); }
.tblob-1 { width: 360px; height: 360px; background: var(--teal); top: -120px; right: -90px; animation: float1 17s ease-in-out infinite; }
.tblob-2 { width: 300px; height: 300px; background: #9fb8e6; bottom: -120px; left: -70px; animation: float2 14s ease-in-out infinite; }
.team-section .container { position: relative; z-index: 2; }

.team-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 320px));
  gap: 40px; justify-content: center; margin-top: 60px;
}
.team-card {
  background: #fff; border: 1px solid var(--gray-line); border-radius: var(--radius-lg);
  padding: 40px 32px; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

.team-photo {
  position: relative; display: block; width: 180px; height: 180px;
  margin: 0 auto 24px; border-radius: 50%;
  box-shadow: 0 12px 30px rgba(31,59,115,0.18);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.team-photo img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
  border: 4px solid #fff;
}
.team-photo::after {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  z-index: -1;
}
.team-photo:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 18px 40px rgba(26,163,154,0.32); }

.team-name {
  font-size: 1.7rem; font-weight: 700; color: var(--navy);
  text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px;
}
.team-role {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; font-size: 0.98rem;
  color: var(--teal);
}

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--navy-deep); color: rgba(255,255,255,0.78); padding: 70px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 50px;
}
.brand-footer .brand-line-1 { color: #fff; }
.brand-footer .brand-line-2 { color: #6fe3d8; }
.footer-tagline { margin-top: 18px; max-width: 360px; font-size: 0.98rem; line-height: 1.7; }
.footer h4 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px; font-size: 1rem;
  color: #fff; margin-bottom: 18px;
}
.footer-nav { display: flex; flex-direction: column; gap: 11px; }
.footer-nav a, .footer-contact a { color: rgba(255,255,255,0.72); transition: color 0.25s; font-size: 0.98rem; }
.footer-nav a:hover, .footer-contact a:hover { color: #6fe3d8; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 24px 0; text-align: center; font-size: 0.9rem; color: rgba(255,255,255,0.55);
}

/* ============================================================
   Scroll reveal
   ============================================================ */
.reveal {
  opacity: 0; transform: translateY(34px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1023px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .focus-grid { grid-template-columns: 1fr; gap: 40px; }
  .focus-visual { order: -1; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .section { padding: 80px 0; }
  .cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero { min-height: 92vh; }
  .brand-line-1 { font-size: 0.95rem; }
  .brand-line-2 { font-size: 0.74rem; letter-spacing: 4.5px; }
  .team-grid { grid-template-columns: minmax(0, 340px); }
}

@media (max-width: 560px) {
  .impact-grid { grid-template-columns: 1fr; gap: 20px; max-width: 380px; }
}

@media (max-width: 420px) {
  .hero-buttons { flex-direction: column; width: 100%; }
  .hero-buttons .btn { width: 100%; }
  .btn-glow { font-size: 0.98rem; padding: 15px 24px; word-break: break-all; }
}
