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

  :root {
    --forest: #1a3d2b;
    --forest-mid: #2d5a3d;
    --forest-light: #3d7a52;
    --sand: #c8a96e;
    --sand-light: #e8d5a8;
    --sand-pale: #f5efe0;
    --earth: #6b4226;
    --white: #ffffff;
    --off-white: #faf8f3;
    --text-dark: #1a1a16;
    --text-mid: #3d3c36;
    --text-muted: #6b6960;
    --border: rgba(0,0,0,0.1);
    --ff-display: 'Playfair Display', Georgia, serif;
    --ff-body: 'DM Sans', system-ui, sans-serif;
  }

  html { scroll-behavior: smooth; }
  body { font-family: var(--ff-body); background: var(--white); color: var(--text-dark); line-height: 1.6; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(26,61,43,0.97); backdrop-filter: blur(8px);
    padding: 0 5%;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
  }
  .nav-logo {
    font-family: var(--ff-display); font-size: 1.35rem; font-weight: 700;
    color: var(--sand); letter-spacing: 0.03em; text-decoration: none;
    display: flex; align-items: center; gap: 10px;
  }
  .nav-logo span { color: var(--white); font-weight: 400; font-size: 0.85rem; display: block; letter-spacing: 0.08em; margin-top: 1px; }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: rgba(255,255,255,0.82); text-decoration: none; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em; transition: color 0.2s; }
  .nav-links a:hover { color: var(--sand); }
  .nav-cta {
    background: var(--sand); color: var(--forest); padding: 9px 22px;
    border-radius: 30px; font-size: 0.85rem; font-weight: 600; text-decoration: none;
    transition: background 0.2s, transform 0.15s;
  }
  .nav-cta:hover { background: var(--sand-light); transform: translateY(-1px); }
  
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; }

  /* HERO */
  .hero {
    min-height: 100vh; position: relative; display: flex; align-items: center;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute; inset: 0;
    background-image: url('https://images.unsplash.com/photo-1594708767771-a5b783bb0d4d?w=1800&auto=format&fit=crop&q=80');
    background-size: cover; background-position: center 40%;
  }
  .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(26,61,43,0.92) 0%, rgba(26,61,43,0.65) 60%, rgba(26,61,43,0.4) 100%);
  }
  .hero-content {
    position: relative; z-index: 2; padding: 140px 8% 80px;
    max-width: 720px;
  }
  .hero-badge {
    display: inline-block; background: rgba(200,169,110,0.25); border: 1px solid var(--sand);
    color: var(--sand); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em;
    padding: 6px 18px; border-radius: 20px; margin-bottom: 28px; text-transform: uppercase;
  }
  .hero h1 {
    font-family: var(--ff-display); font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 700;
    color: var(--white); line-height: 1.12; margin-bottom: 24px; letter-spacing: -0.01em;
  }
  .hero h1 em { color: var(--sand); font-style: normal; }
  .hero p {
    color: rgba(255,255,255,0.82); font-size: 1.12rem; max-width: 520px; margin-bottom: 40px; line-height: 1.7;
  }
  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
  .btn-primary {
    background: var(--sand); color: var(--forest); padding: 14px 34px;
    border-radius: 35px; font-size: 0.95rem; font-weight: 600; text-decoration: none;
    transition: all 0.2s;
  }
  .btn-primary:hover { background: var(--sand-light); transform: translateY(-2px); }
  .btn-outline {
    border: 2px solid rgba(255,255,255,0.6); color: var(--white); padding: 14px 34px;
    border-radius: 35px; font-size: 0.95rem; font-weight: 500; text-decoration: none;
    transition: all 0.2s;
  }
  .btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
  .hero-stats {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
    display: flex; background: rgba(255,255,255,0.08); backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255,255,255,0.15);
  }
  .hero-stat {
    flex: 1; padding: 22px 5%; text-align: center; border-right: 1px solid rgba(255,255,255,0.12);
  }
  .hero-stat:last-child { border-right: none; }
  .hero-stat-num { font-family: var(--ff-display); font-size: 2rem; font-weight: 700; color: var(--sand); }
  .hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.7); letter-spacing: 0.06em; margin-top: 2px; text-transform: uppercase; }

  /* SECTIONS */
  section { padding: 96px 8%; }
  .section-label {
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--forest-light); margin-bottom: 12px;
  }
  .section-title {
    font-family: var(--ff-display); font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 700; color: var(--text-dark); line-height: 1.18; margin-bottom: 20px;
  }
  .section-sub { color: var(--text-muted); font-size: 1.25rem; max-width: 1260px; line-height: 1.75; }

  /* ABOUT */
  .about { background: var(--off-white); }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 60px; }
  .about-img { border-radius: 16px; overflow: hidden; position: relative; }
  .about-img img { width: 100%; height: 460px; object-fit: cover; display: block; }
  .about-img-accent {
    position: absolute; bottom: -20px; right: -20px; width: 200px; height: 200px;
    background: var(--sand); border-radius: 12px; z-index: -1;
  }
  .ecosystem-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
  .pill {
    background: var(--white); border: 1px solid var(--border); color: var(--text-mid);
    font-size: 0.82rem; font-weight: 500; padding: 8px 18px; border-radius: 20px;
  }
  .pill.green { background: var(--forest); color: var(--white); border-color: var(--forest); }

  /* FOCUS AREAS */
  .focus-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-top: 60px; }
  .focus-card { border-radius: 16px; overflow: hidden; position: relative; }
  .focus-card img { width: 100%; height: 260px; object-fit: cover; display: block; transition: transform 0.4s; }
  .focus-card:hover img { transform: scale(1.04); }
  .focus-card-body {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(26,61,43,0.95) 0%, rgba(26,61,43,0.4) 55%, transparent 100%);
    display: flex; flex-direction: column; justify-content: flex-end; padding: 28px;
  }
  .focus-card-icon {
    width: 42px; height: 42px; background: var(--sand); border-radius: 10px;
    display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
    font-size: 1.3rem;
  }
  .focus-card h3 { font-family: var(--ff-display); font-size: 1.3rem; color: var(--white); font-weight: 600; margin-bottom: 6px; }
  .focus-card p { font-size: 0.85rem; color: rgba(255,255,255,0.8); line-height: 1.6; }

  /* PROJECTS */
  .projects { background: var(--forest); }
  .projects .section-title { color: var(--white); }
  .projects .section-label { color: var(--sand); }
  .projects .section-sub { color: rgba(255,255,255,0.7); }
  .projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin-top: 56px; }
  .project-card {
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px; padding: 30px; transition: all 0.3s;
  }
  .project-card:hover {
    background: rgba(255,255,255,0.1); border-color: var(--sand); transform: translateY(-4px);
  }
  .project-dot {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px;
  }
  .dot-blue { background: rgba(55,138,221,0.25); }
  .dot-green { background: rgba(99,153,34,0.25); }
  .dot-red { background: rgba(226,75,74,0.25); }
  .dot-amber { background: rgba(186,117,23,0.25); }
  .dot-purple { background: rgba(127,119,221,0.25); }
  .project-card h3 { font-family: var(--ff-display); font-size: 1.2rem; font-weight: 700; color: var(--sand); margin-bottom: 6px; }
  .project-card .project-tag { font-size: 0.73rem; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
  .project-card p { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 22px; }
  .project-link {
    display: inline-block; font-size: 0.83rem; font-weight: 600; color: var(--sand);
    text-decoration: none; border-bottom: 1px solid rgba(200,169,110,0.4);
    padding-bottom: 2px; transition: border-color 0.2s;
  }
  .project-link:hover { border-color: var(--sand); }

  /* GEOGRAPHY */
  .geo { background: var(--sand-pale); }
  .geo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 56px; }
  .geo-map { border-radius: 16px; overflow: hidden; }
  .geo-map img { width: 100%; height: 400px; object-fit: cover; display: block; border-radius: 16px; }
  .geo-regions { display: flex; flex-direction: column; gap: 20px; }
  .geo-region {
    background: var(--white); border-radius: 12px; padding: 22px 26px;
    border-left: 4px solid var(--forest); display: flex; align-items: flex-start; gap: 16px;
  }
  .geo-flag { font-size: 2rem; }
  .geo-region h4 { font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
  .geo-region p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

  /* WHY PARTNER */
  .why { background: var(--white); }
  .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 56px; }
  .why-card {
    background: var(--off-white); border-radius: 14px; padding: 28px 24px; text-align: center;
    border: 1px solid transparent; transition: all 0.25s;
  }
  .why-card:hover { border-color: var(--sand); background: var(--white); transform: translateY(-3px); }
  .why-icon { font-size: 2rem; margin-bottom: 14px; }
  .why-card h4 { font-weight: 600; font-size: 0.98rem; color: var(--text-dark); margin-bottom: 8px; }
  .why-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; }

  /* CSR MODEL */
  .csr { background: var(--forest-mid); }
  .csr .section-title { color: var(--white); }
  .csr .section-label { color: var(--sand); }
  .csr .section-sub { color: rgba(255,255,255,0.72); }
  .csr-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 48px; }
  .csr-option {
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px; padding: 26px 22px; text-align: center; transition: all 0.25s;
  }
  .csr-option:hover { background: rgba(255,255,255,0.14); }
  .csr-icon { font-size: 1.8rem; margin-bottom: 14px; }
  .csr-option h4 { font-weight: 600; font-size: 0.95rem; color: var(--white); margin-bottom: 8px; }
  .csr-option p { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.6; }

  /* PARTNERSHIP */
  .partnership { background: var(--off-white); }
  .partnership-box {
    background: var(--white); border-radius: 18px; border: 1px solid var(--border);
    padding: 48px; margin-top: 50px; display: flex; gap: 50px; align-items: center;
  }
  .partnership-text { flex: 1; }
  .partnership-text h3 { font-family: var(--ff-display); font-size: 1.6rem; font-weight: 700; margin-bottom: 16px; color: var(--text-dark); }
  .partnership-text p { color: var(--text-muted); line-height: 1.75; margin-bottom: 12px; }
  .partnership-quote {
    font-style: italic; border-left: 3px solid var(--sand); padding-left: 18px;
    color: var(--forest); font-weight: 500; margin-top: 24px;
  }
  .partnership-img { width: 280px; flex-shrink: 0; }
  .partnership-img img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; }

  /* CONTACT */
  .contact { background: var(--forest); padding: 80px 8%; }
  .contact-inner { max-width: 740px; margin: 0 auto; text-align: center; }
  .contact .section-title { color: var(--white); }
  .contact .section-label { color: var(--sand); }
  .contact p { color: rgba(255,255,255,0.75); margin: 16px auto 40px; max-width: 480px; line-height: 1.75; }
  .contact-form { display: grid; gap: 16px; text-align: left; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-group { display: flex; flex-direction: column; gap: 8px; }
  .form-group label { font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; }
  .form-group input, .form-group textarea, .form-group select {
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px; padding: 12px 16px; color: var(--white); font-family: var(--ff-body);
    font-size: 0.9rem; outline: none; transition: border-color 0.2s;
  }
  .form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--sand); }
  .form-group select option { background: var(--forest); }
  .form-group textarea { resize: vertical; min-height: 110px; }
  .form-submit {
    background: var(--sand); color: var(--forest); border: none; padding: 14px 40px;
    border-radius: 35px; font-size: 0.95rem; font-weight: 600; cursor: pointer;
    font-family: var(--ff-body); transition: all 0.2s; width: 100%;
  }
  .form-submit:hover { background: var(--sand-light); }

  /* FOOTER */
  footer {
    background: #0e2318; color: rgba(255,255,255,0.65);
    padding: 48px 8% 28px; font-size: 0.85rem;
  }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
  .footer-logo { font-family: var(--ff-display); font-size: 1.3rem; color: var(--sand); font-weight: 700; margin-bottom: 12px; }
  .footer-desc { line-height: 1.75; margin-bottom: 18px; max-width: 260px; }
  .footer-col h5 { color: var(--white); font-weight: 600; margin-bottom: 16px; font-size: 0.88rem; letter-spacing: 0.04em; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col ul a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
  .footer-col ul a:hover { color: var(--sand); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }

  /* TEAM */
  .team { background: var(--white); }
  .team .section-sub { margin-bottom: 0; }

  .team-list { display: flex; flex-direction: column; gap: 0; margin-top: 64px; }

  .team-row {
    display: grid; grid-template-columns: 420px 1fr; gap: 64px; align-items: center;
    padding: 24px 0; border-top: 1px solid var(--border);
  }
  .team-row:last-child { border-bottom: 1px solid var(--border); }
  .team-row.reverse { grid-template-columns: 1fr 420px; }
  .team-row.reverse .team-img { order: 2; }
  .team-row.reverse .team-text { order: 1; }

  .team-img { border-radius: 16px; overflow: hidden; }
  .team-img img { width: 260px; height: auto; object-fit: cover; object-position: top; display: block; border-radius: 16px; }

  .team-role {
    font-size: 0.73rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--forest-light); margin-bottom: 10px;
  }
  .team-name {
    font-family: var(--ff-display); font-size: 1.75rem; font-weight: 700;
    color: var(--text-dark); line-height: 1.2; margin-bottom: 20px;
  }
  .team-text p {
    color: var(--text-muted); font-size: 0.95rem; line-height: 1.8; margin-bottom: 14px;
  }
  .team-text p:last-of-type { margin-bottom: 24px; }
  .team-tags { display: flex; flex-wrap: wrap; gap: 8px; }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }
    .about-grid, .geo-grid, .partnership-box { grid-template-columns: 1fr; }
    .team-row, .team-row.reverse { grid-template-columns: 1fr; gap: 32px; }
    .team-row.reverse .team-img { order: 0; }
    .team-row.reverse .team-text { order: 0; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero-stats { flex-wrap: wrap; }
    .hero-stat { min-width: 50%; }
    .partnership-img { width: 100%; }
    .partnership-img img { height: 200px; }
  }
  @media (max-width: 600px) {
    section { padding: 72px 5%; }
    nav { padding: 0 5%; }
    .hero-content { padding: 130px 5% 100px; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-stats { display: none; }
    .hero h1 { font-size: 2.1rem; }
  }


/* ── HERO BANNER ── */
.dfa-hero {
  padding: 130px 6vw 0;
  max-width: 1200px;
  margin: 0 auto 0;
}

.section-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 20px;
}

.section-sub {
  font-size: .97rem;
  color: var(--muted);
  max-width: 680px;
  line-height: 1.75;
  margin-bottom: 48px;
}

/* ── DFA INITIATIVE BOX ── */
.dfa-box {
  background: var(--cream);
  border-radius: 16px;
  padding: 48px 52px;
  margin-bottom: 72px;
  border-left: 5px solid var(--gold);
  box-shadow: var(--shadow);
}

.dfa-box-intro {
  font-size: .97rem;
  line-height: 1.85;
  color: var(--text);
  opacity: .85;
  margin-bottom: 36px;
}

.dfa-divider {
  border: none;
  border-top: 1px solid rgba(0,0,0,.10);
  margin-bottom: 32px;
}

.dfa-box-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 20px;
}

/* ── PROJECT CARDS GRID ── */
.dfa-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dfa-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 22px;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.dfa-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .22s ease;
  transform-origin: left;
}

.dfa-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.12); border-color: transparent; }
.dfa-card:hover::before { transform: scaleX(1); }

.card-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--navy), #2e4070);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.card-icon svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.card-abbr {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}

.card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.card-hint {
  font-size: .78rem;
  color: var(--muted);
  margin-top: 4px;
}

.card-arrow {
  margin-top: auto;
  font-size: .78rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 10px;
}

/* ── MODAL OVERLAY ── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20,30,50,.55);
  backdrop-filter: blur(6px);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal-overlay.open { display: flex; }

.modal-sheet {
  background: #fff;
  border-radius: 18px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
  animation: slideUp .28s ease;
  position: relative;
}

@keyframes slideUp {
  from { transform: translateY(24px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.modal-header {
  padding: 36px 44px 28px;
  border-bottom: 1px solid rgba(0,0,0,.07);
  position: sticky;
  top: 0;
  background: #fff;
  border-radius: 18px 18px 0 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.modal-header-text { flex: 1; }

.modal-label {
  /*font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px; */
  display:none;
}

.modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--muted);
  font-size: 1.4rem;
  line-height: 1;
  transition: color .15s;
  flex-shrink: 0;
}
.modal-close:hover { color: var(--navy); }

.modal-img-wrap {
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
}

.modal-img-wrap img {
  width: 100%;
  max-height: 50%;
  object-fit: cover;
  display: block;
}

.modal-body {
  padding: 32px 44px 44px;
}

.modal-desc {
  font-size: .97rem;
  line-height: 1.82;
  color: var(--text);
  opacity: .84;
  margin-bottom: 28px;
}

.modal-cta-box {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  *padding: 22px 26px;
  font-size: .9rem;
  line-height: 1.75;
  color: var(--text);
  opacity: .85;
}

.modal-cta-box strong { color: var(--navy); font-weight: 600; }

/* ── end ── */
