/* ── Variables ─────────────────────────── */
  :root {
    --green:     #19352D;
    --green-mid: #29594B;
    --gold:      #CFFF45;
    --light-bg:  #EBF3EE;
    --text-mid:  rgba(0,0,0,.7);
    --border:    #E0E0E0;
    --container: 1200px;
    --gap-h:     clamp(16px, 4vw, 48px);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: 'Satoshi', sans-serif; font-size: 18px; color: var(--text-mid); background: #fff; }

  /* ── Shared container ─────────────────── */
  .fag-wrap {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--gap-h);
  }

  /* ══════════════════════════════════════
     HERO
  ══════════════════════════════════════ */
  .fag-hero {
      background: var(--green);
      padding: clamp(100px, 14vw, 160px) 0 clamp(64px, 8vw, 100px);
      position: relative;
      overflow: hidden;
    }
    .fag-hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
      background-size: 28px 28px;
      pointer-events: none;
    }
    .fag-hero::after {
      content: '';
      position: absolute;
      bottom: -1px; left: 0; width: 100%; height: clamp(36px, 4vw, 56px);
      background: #f7faf8;
    }
    .fag-eyebrow {
      display: inline-flex; align-items: center; gap: 10px;
      font-size: 12px; font-weight: 500; letter-spacing: .18em;
      text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
    }
    .fag-eyebrow::before {
      content: ''; display: inline-block;
      width: 28px; height: 2px; background: var(--gold); flex-shrink: 0;
    }
    .fag-hero h1 {
      font-size: clamp(36px, 5.5vw, 76px);
      font-weight: 700; color: #fff;
      line-height: 1.06; margin-bottom: 20px;
      text-align: center;
    }
    .fag-hero h1 em { font-style: italic; color: var(--gold); }
    .fag-hero-sub {
      font-size: clamp(15px, 1.6vw, 18px);
      color: rgba(255,255,255,.62);
      max-width: 560px; line-height: 1.75; margin-bottom: 32px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }
  .fag-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: rgba(255,255,255,.42);
  }
  .fag-breadcrumb a { color: rgba(255,255,255,.62); text-decoration: none; transition: color .2s; }
  .fag-breadcrumb a:hover { color: var(--gold); }
  .fag-breadcrumb span { color: var(--gold); }

  /* ══════════════════════════════════════
     STATS BAR
  ══════════════════════════════════════ */
  .fag-stats-outer {
    background: #EBF3EE;
    padding: 0 var(--gap-h) clamp(28px, 3vw, 44px);
  }
  .fag-stats-bar {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(25,53,45,.09);
    padding: clamp(24px, 3vw, 40px) clamp(20px, 4vw, 56px);
    display: flex; flex-wrap: wrap;
    justify-content: space-around; align-items: center;
    gap: 20px;
    position: relative; top: -28px;
  }
  .fag-stat { text-align: center; flex: 1 1 110px; }
  .fag-stat-num {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700; color: var(--green); line-height: 1;
  }
  .fag-stat-num sup { font-size: .5em; vertical-align: super; }
  .fag-stat-label {
    font-size: 13px; color: rgba(0,0,0,.45);
    margin-top: 6px; letter-spacing: .02em;
  }
  .fag-stat-divider { width: 1px; background: var(--border); align-self: stretch; min-height: 48px; }

  /* ══════════════════════════════════════
     ABOUT SECTION
  ══════════════════════════════════════ */
  .fag-about {
    background: #EBF3EE;
    padding: clamp(100px, 10vw, 120px) var(--gap-h) clamp(40px, 4vw, 60px);
  }

  .upper-title-pill {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 500; letter-spacing: .16em;
    text-transform: uppercase; color: #46846A;
    background: #d5ece2; padding: 6px 16px; border-radius: 100px;
    margin-bottom: 18px;
  }
  .upper-title-pill::before {
    content: ''; width: 6px; height: 6px;
    background: var(--green-mid); border-radius: 50%; flex-shrink: 0;
  }

  .fag-section-h2 {
    font-size: clamp(28px, 3.8vw, 52px);
    font-weight: 700; color: var(--green);
    line-height: 1.08; margin-bottom: 28px;
    display: flex; align-items: center; gap: 16px;
  }
  .fag-section-h2::before {
    content: '';
    width: 4px; height: 48px; flex-shrink: 0;
    background: linear-gradient(to bottom, var(--gold), var(--green-mid));
    border-radius: 4px;
  }

  .fag-text { font-size: clamp(15px, 1.5vw, 17px); color: rgba(0,0,0,.65); line-height: 1.85; }
  .fag-text p { margin-bottom: 18px; }
  .fag-text p:last-child { margin-bottom: 0; }

  .fag-pull {
    padding: clamp(18px, 2.5vw, 28px) clamp(20px, 3vw, 32px) clamp(18px, 2.5vw, 28px) clamp(24px, 3.5vw, 40px);
    background: #fff; border-radius: 12px;
    border-left: 4px solid var(--gold);
    box-shadow: 0 4px 20px rgba(25,53,45,.06);
    margin: 32px 0; position: relative;
  }
  .fag-pull::before {
    content: '\201C';
    position: absolute; top: -8px; left: 18px;
    font-size: 72px; line-height: 1;
    color: var(--green-mid); opacity: .2; pointer-events: none;
  }
  .fag-pull p {
    font-size: clamp(16px, 1.7vw, 19px);
    font-style: italic; color: var(--green); line-height: 1.6; margin: 0;
  }

  .fag-grid {
    display: grid;
    grid-template-columns: 62fr 38fr;
    gap: clamp(28px, 4vw, 52px);
    margin-top: 40px;
    align-items: start;
  }

  .fag-col-cards { display: flex; flex-direction: column; gap: 14px; }

  .fag-feat-card {
    background: #fff; border: 1px solid #E6EFE9;
    border-radius: 18px;
    padding: clamp(16px, 2vw, 24px);
    display: flex; gap: 14px; align-items: flex-start;
    transition: box-shadow .25s, transform .25s;
  }
  .fag-feat-card:hover {
    box-shadow: 0 8px 28px rgba(25,53,45,.10);
    transform: translateY(-2px);
  }
  .fag-feat-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    background: var(--light-bg); border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
  }
  .fag-feat-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--green-mid); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .fag-feat-card h6 { font-size: 14px; font-weight: 600; color: var(--green); margin-bottom: 4px; }
  .fag-feat-card p { font-size: 13px; color: rgba(0,0,0,.55); line-height: 1.6; margin: 0; }

  .fag-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

  .fag-btn-one {
    font-weight: 700; font-size: 16px; line-height: 48px;
    padding: 0 30px; border-radius: 40px;
    color: #000; background: var(--gold);
    text-decoration: none; display: inline-block;
    transition: background .25s, color .25s;
  }
  .fag-btn-one:hover { background: var(--green-mid); color: #fff; }

  .fag-btn-six {
    font-weight: 700; font-size: 16px; line-height: 46px;
    padding: 0 30px; border-radius: 50px;
    color: var(--green-mid); border: 1.5px solid var(--green-mid);
    text-decoration: none; display: inline-block;
    transition: background .25s, border-color .25s, color .25s;
  }
  .fag-btn-six:hover { background: var(--gold); border-color: var(--gold); color: #000; }

  /* ══════════════════════════════════════
     MISSION / VISION / VALUES
  ══════════════════════════════════════ */
  .fag-mvv {
    background: #fff;
    padding: clamp(48px, 5vw, 72px) var(--gap-h);
  }
  .fag-mvv-title { text-align: center; margin-bottom: clamp(24px, 3vw, 36px); }
  .fag-mvv-title h2 {
    font-size: clamp(24px, 3.2vw, 40px); font-weight: 700;
    color: var(--green); margin-bottom: 10px;
  }
  .fag-mvv-title p { font-size: 16px; color: rgba(0,0,0,.5); }

  .fag-mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 460px));
    justify-content: center;
    gap: clamp(24px, 4vw, 64px);
  }
  .fag-mvv-card {
    background: #EBF3EE; border: 1px solid #d5e8dc;
    border-radius: 20px;
    padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 28px);
    display: flex; flex-direction: column;
    transition: box-shadow .25s, transform .25s, background .25s;
  }
  .fag-mvv-card:hover {
    background: var(--gold); border-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(25,53,45,.1);
  }
  .fag-mvv-icon {
    width: 52px; height: 52px; background: #fff;
    border-radius: 14px; display: flex; align-items: center;
    justify-content: center; margin-bottom: 20px; flex-shrink: 0;
  }
  .fag-mvv-icon svg { width: 26px; height: 26px; fill: none; stroke: var(--green-mid); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .fag-mvv-card h4 { font-size: clamp(17px, 1.8vw, 20px); font-weight: 700; color: var(--green); margin-bottom: 12px; }
  .fag-mvv-card p { font-size: clamp(13px, 1.3vw, 15px); color: rgba(0,0,0,.58); line-height: 1.7; margin: 0; flex: 1; }
  .fag-mvv-card:hover h4,
  .fag-mvv-card:hover p { color: #000; }

  .arrow-btn-pill {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px;
    background: var(--green-mid); border-radius: 50%;
    margin-top: 20px; align-self: flex-start;
    transition: background .25s;
  }
  .fag-mvv-card:hover .arrow-btn-pill { background: var(--green); }
  .arrow-btn-pill svg { width: 14px; height: 14px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  /* ══════════════════════════════════════
     TEAM SECTION — 3-COLUMN GRID
  ══════════════════════════════════════ */
  .fag-team {
    background: #EBF3EE;
    padding: clamp(48px, 5vw, 72px) var(--gap-h);
  }
  .fag-team-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: clamp(24px, 3vw, 36px);
  }
  .fag-team-header .fag-section-h2 { margin-bottom: 0; }

  /* 3-column grid */
  .fag-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2.5vw, 32px);
  }

  /* Team card */
  .fag-team-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #E6EFE9;
    transition: box-shadow .35s, transform .35s;
    display: flex;
    flex-direction: column;
  }
  .fag-team-card:hover {
    box-shadow: 0 16px 48px rgba(25,53,45,.14);
    transform: translateY(-6px);
  }

  /* Photo */
  .fag-team-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 4.2;
    background: #d5ece2;
  }
  .fag-team-media img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top;
    display: block;
    transition: transform .5s ease;
  }
  .fag-team-card:hover .fag-team-media img { transform: scale(1.06); }

  /* Gold accent bar that slides up on hover */
  .fag-team-media::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 4px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
  }
  .fag-team-card:hover .fag-team-media::after { transform: scaleX(1); }

  /* Overlay with social buttons */
  .fag-team-media-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(25,53,45,.6) 0%, transparent 55%);
    opacity: 0;
    transition: opacity .35s;
    display: flex; align-items: flex-end; justify-content: flex-end;
    gap: 8px;
    padding: 16px;
  }
  .fag-team-card:hover .fag-team-media-overlay { opacity: 1; }
  .fag-team-link-btn {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--gold);
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    transform: translateY(10px);
    transition: transform .3s, background .2s;
  }
  .fag-team-link-btn:nth-child(2) { transition-delay: .06s; }
  .fag-team-card:hover .fag-team-link-btn { transform: translateY(0); }
  .fag-team-link-btn:hover { background: var(--green); }
  .fag-team-link-btn svg { width: 15px; height: 15px; fill: none; stroke: #000; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
  .fag-team-link-btn:hover svg { stroke: #fff; }

  /* Card body */
  .fag-team-body {
    padding: clamp(18px, 2vw, 26px);
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .fag-team-name {
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 700; color: var(--green);
    margin-bottom: 4px;
  }
  .fag-team-role {
    font-size: 13px; color: rgba(0,0,0,.45);
    margin-bottom: 8px;
  }

  /* Qualification badge */
  .fag-team-qual {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px; font-weight: 600;
    color: var(--green-mid);
    background: #EBF3EE;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 14px;
    align-self: flex-start;
  }
  .fag-team-qual::before {
    content: '';
    width: 5px; height: 5px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
  }

  /* Bottom divider strip */
  .fag-team-divider {
    width: 36px; height: 3px;
    background: linear-gradient(to right, var(--gold), var(--green-mid));
    border-radius: 3px;
    margin-bottom: 12px;
  }

  /* ── Home-style card-style-four (team grid) ── */
  .card-style-four { border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid #e8f0eb; transition: box-shadow .3s, transform .3s; }
  .card-style-four:hover { box-shadow: 0 12px 40px rgba(26,65,55,.12); transform: translateY(-4px); }
  .card-style-four .media { position: relative; border-radius: 0; aspect-ratio: 4/4.5; overflow: hidden; }
  .card-style-four .media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s; }
  .card-style-four:hover .media img { transform: scale(1.06); }
  .card-style-four h4 { font-size: 16px; color: #1A4137; margin-bottom: 2px; }
  .card-style-four .fs-6 { font-size: 13px !important; color: rgba(0,0,0,.45); }
  .card-style-four .team-qual-home { font-size: 12px; color: #1A4137; font-weight: 500; margin-top: 4px; }
  .card-style-four-body { padding: 16px 18px 18px; }
  .team-photo-overlay { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 8px; opacity: 0; transition: opacity .3s; z-index: 2; }
  .card-style-four:hover .team-photo-overlay { opacity: 1; }
  .team-link-btn { width: 38px; height: 38px; border-radius: 50%; background: #CFFF45; display: flex; align-items: center; justify-content: center; color: #000; font-size: 14px; text-decoration: none; transform: translateX(14px); transition: transform .3s, background .2s, color .2s; }
  .team-link-btn:nth-child(2) { transition-delay: .07s; }
  .card-style-four:hover .team-link-btn { transform: translateX(0); }
  .team-link-btn:hover { background: #1A4137; color: #CFFF45; }

  /* ══════════════════════════════════════
     RESPONSIVE BREAKPOINTS
  ══════════════════════════════════════ */
  @media (max-width: 1024px) {
    .fag-grid { grid-template-columns: 58fr 42fr; gap: 32px; }
    .fag-mvv-grid { gap: 16px; }
    .fag-team-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  }

  @media (max-width: 768px) {
    .fag-hero::after { height: 32px; }
    .fag-stats-bar { top: -16px; }
    .fag-stat-divider { display: none; }
    .fag-stat { flex: 1 1 42%; padding: 8px 0; }

    .fag-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .fag-col-cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .fag-mvv-grid { grid-template-columns: repeat(3, 1fr); }
    .fag-section-h2::before { height: 38px; }
    .fag-pull p { font-size: 16px; }

    .fag-team-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  }

  @media (max-width: 576px) {
    :root { --gap-h: 16px; }

    .fag-hero-sub { max-width: 100%; }
    .fag-stats-bar { top: -12px; border-radius: 14px; padding: 20px 16px; }
    .fag-stat { flex: 1 1 100%; border-bottom: 1px solid var(--border); padding-bottom: 14px; }
    .fag-stat:last-child { border-bottom: none; padding-bottom: 0; }
    .fag-stat-num { font-size: 36px; }

    .fag-col-cards { grid-template-columns: 1fr; }
    .fag-mvv-grid { grid-template-columns: 1fr; }

    .fag-cta-row { flex-direction: column; }
    .fag-btn-one, .fag-btn-six {
      width: 100%; text-align: center;
      display: block; line-height: 52px;
    }
    .fag-pull { padding: 18px 16px 18px 26px; }
    .fag-section-h2 { font-size: 26px; gap: 12px; }
    .fag-section-h2::before { height: 32px; }

    .fag-team-grid { grid-template-columns: 1fr; gap: 20px; }
  }

  @media (max-width: 380px) {
    .fag-stat { flex: 1 1 100%; }
    .fag-mvv-grid { grid-template-columns: 1fr; }
  }

  .fag-text p,
  .fag-pull p,
  .fag-mvv-card p,
  .fag-team-desc {
    text-align: justify;
    hyphens: auto;
  }

  .fag-feat-card p {
    text-align: justify;
  }
