/* HERO SPLIT */
.about-hero { display: grid; grid-template-columns: 57fr 43fr; min-height: 580px; background: #F7F6F2; align-items: center; }
.about-hero-text { padding: 72px 48px 72px var(--pad); display: flex; flex-direction: column; justify-content: center; }
.about-hero-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.about-hero-text .breadcrumb { margin-bottom: 18px; }
.about-hero-text h1 { font-size: clamp(26px, 3.6vw, 46px); font-weight: 700; color: var(--ink); letter-spacing: -1.5px; line-height: 1.12; margin-bottom: 20px; }
.about-hero-accent { width: 48px; height: 2px; background: linear-gradient(90deg, var(--orange), rgba(200,169,107,.3)); border-radius: 1px; margin-bottom: 20px; }
.about-hero-text p { font-size: 16px; color: var(--muted); line-height: 1.75; max-width: 440px; }
.about-hero-visual { padding: 48px 48px 72px 24px; position: relative; overflow: visible; }
.about-hero-img-frame { position: relative; }
.about-hero-img-overflow { border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; box-shadow: 0 20px 60px rgba(15,23,42,.14), 0 4px 16px rgba(15,23,42,.07); }
.about-hero-img-overflow img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-hero-badge { position: absolute; bottom: -20px; left: 20px; background: rgba(15,23,38,0.22); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); border-radius: 10px; padding: 12px 18px; border: 1px solid rgba(200,169,107,0.28); box-shadow: 0 8px 32px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.09); z-index: 2; }
.about-hero-badge-years { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 700; color: #C8A96B; letter-spacing: -0.3px; line-height: 1.2; }
.about-hero-badge-range { display: block; font-size: 10px; font-weight: 600; color: #F5F1E8; letter-spacing: 1px; text-transform: uppercase; margin-top: 3px; text-shadow: 0 1px 4px rgba(0,0,0,.45); }

/* STORY */
.story-section { padding: 96px var(--pad); display: grid; grid-template-columns: 48fr 52fr; gap: 64px; align-items: stretch; }
.story-img { border-radius: 24px; overflow: hidden; min-height: 360px; box-shadow: 0 16px 48px rgba(15,23,42,.1), 0 4px 12px rgba(15,23,42,.06); }
.story-text { display: flex; flex-direction: column; justify-content: center; }
.story-text .section-label { margin-bottom: 12px; color: var(--orange); }
.story-text h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 700; color: var(--ink); letter-spacing: -1px; line-height: 1.18; margin-bottom: 24px; }
.story-text p { font-size: 15px; color: var(--muted); line-height: 1.85; margin-bottom: 18px; }
.story-quote { border-left: 3px solid var(--orange); padding: 20px 28px; margin: 16px 0 0; background: #F7F6F2; border-radius: 0 8px 8px 0; font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; font-style: italic; color: var(--ink); line-height: 1.65; }
.story-quote cite { display: block; font-size: 12px; font-weight: 600; color: var(--muted); margin-top: 10px; font-style: normal; }

/* TIMELINE — Charcoal / Champagne-Gold */
.timeline-section { background: #0F1726; padding: 80px var(--pad); overflow: hidden; }
.tl-header { margin-bottom: 64px; }
.tl-header h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #F5F1E8; letter-spacing: -1px; margin: 0; }
.tl-track { position: relative; }
.tl-line-bg { position: absolute; top: 28px; left: 10%; right: 10%; height: 1px; background: rgba(200,169,107,.15); z-index: 0; }
.tl-line-fill { position: absolute; top: 28px; left: 10%; width: 80%; height: 1px; background: linear-gradient(90deg, rgba(200,169,107,.5), #C8A96B); z-index: 0; }
.tl-items { display: flex; }
.tl-item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 12px; opacity: 0; transform: translateY(14px); transition: opacity 0.5s ease, transform 0.5s ease; }
.tl-track.tl-visible .tl-item { opacity: 1; transform: translateY(0); }
.tl-track.tl-visible .tl-item:nth-child(1) { transition-delay: 0.15s; }
.tl-track.tl-visible .tl-item:nth-child(2) { transition-delay: 0.3s; }
.tl-track.tl-visible .tl-item:nth-child(3) { transition-delay: 0.45s; }
.tl-track.tl-visible .tl-item:nth-child(4) { transition-delay: 0.6s; }
.tl-track.tl-visible .tl-item:nth-child(5) { transition-delay: 0.75s; }
.tl-node { width: 56px; height: 56px; border-radius: 50%; background: #F5F1E8; border: 1.5px solid rgba(200,169,107,.5); box-shadow: 0 0 0 4px rgba(200,169,107,.08); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; position: relative; z-index: 1; flex-shrink: 0; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.tl-node-label { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 700; color: #2A2E38; letter-spacing: 0.3px; line-height: 1; }
.tl-node-icon { width: 26px; height: 26px; object-fit: contain; display: block; }
.tl-item:hover .tl-node { border-color: #C8A96B; box-shadow: 0 0 0 6px rgba(200,169,107,.14); }
.tl-content { transition: transform 0.25s ease; }
.tl-item:hover .tl-content { transform: translateY(-3px); }
.tl-year { font-family: 'Space Grotesk', sans-serif; font-size: clamp(22px, 2.4vw, 34px); font-weight: 700; color: #FFFFFF; letter-spacing: -1px; line-height: 1; margin-bottom: 10px; }
.tl-title { font-size: 11px; font-weight: 700; color: #C8A96B; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 6px; }
.tl-desc { font-size: 12px; color: #A9AFBA; line-height: 1.6; }
@media (prefers-reduced-motion: reduce) {
  .tl-item { opacity: 1 !important; transform: none !important; transition: none !important; }
  .tl-line-fill { width: 80% !important; }
}

/* DIRECTOR */
.director-section { padding: 72px var(--pad); display: grid; grid-template-columns: 340px 1fr; gap: 64px; align-items: start; }
.director-photo { border-radius: var(--r-lg); aspect-ratio: 3/4; overflow: hidden; }
.director-content h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--ink); letter-spacing: -0.5px; margin-bottom: 6px; }
.director-content .director-role { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.director-content p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.director-quote { background: var(--ink); border-radius: var(--r-lg); padding: 28px; margin-top: 24px; }
.director-quote p { font-size: 16px; font-weight: 600; color: #fff; font-family: 'Space Grotesk', sans-serif; line-height: 1.6; margin-bottom: 8px; }
.director-quote cite { font-size: 12px; color: rgba(255,255,255,.45); font-style: normal; }

/* VISION MISSION */
.vm-section { background: var(--surface); padding: 72px var(--pad); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.vm-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px; }
.vm-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--amber); margin-bottom: 12px; }
.vm-card h3 { font-size: clamp(18px, 2.5vw, 22px); font-weight: 700; color: var(--ink); letter-spacing: -0.3px; margin-bottom: 12px; }
.vm-card p { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* ACCREDITATIONS */
.accred-section { padding: 80px var(--pad); }
.accred-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.accred-card { background: #FAFBFD; border: 1px solid #DDE3EE; border-radius: 18px; padding: 32px 20px 28px; text-align: center; display: flex; flex-direction: column; align-items: center; min-height: 260px; box-shadow: 0 2px 12px rgba(15,23,38,.05), 0 1px 3px rgba(15,23,38,.04); transition: transform 0.28s cubic-bezier(0.22,1,0.36,1), border-color 0.28s ease, box-shadow 0.28s ease; cursor: default; }
.accred-card:hover { transform: translateY(-4px); border-color: rgba(200,169,107,.45); box-shadow: 0 10px 36px rgba(15,23,38,.10), 0 2px 8px rgba(15,23,38,.06); }
.accred-icon { display: flex; align-items: center; justify-content: center; height: 88px; margin-bottom: 20px; }
.accred-icon-img { object-fit: contain; display: block; max-width: 110px; max-height: 74px; transition: transform 0.28s cubic-bezier(0.22,1,0.36,1), filter 0.28s ease; }
.accred-card:hover .accred-icon-img { transform: scale(1.04); filter: drop-shadow(0 0 7px rgba(200,169,107,.30)); }
.accred-card h4 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 12px; line-height: 1.3; }
.accred-divider { width: 36px; height: 1.5px; background: linear-gradient(90deg, transparent, #C8A96B, transparent); border-radius: 1px; margin: 0 auto 10px; flex-shrink: 0; }
.accred-badge { font-size: 10px; font-weight: 700; color: #C8A96B; letter-spacing: 0.10em; text-transform: uppercase; margin-bottom: 14px; }
.accred-card p { font-size: 12px; color: var(--muted); line-height: 1.65; margin: 0; }

/* TEAM — Premium Profile Cards */
.team-section { background: var(--surface); padding: 80px var(--pad); border-top: 1px solid var(--border); }
.team-section .section-sub { font-size: 15px; color: var(--muted); margin-top: 8px; margin-bottom: 40px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.team-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(0,0,0,.09); border-color: rgba(30,41,59,.22); }
.team-card:focus-visible { outline: 3px solid rgba(232,107,42,.4); outline-offset: 2px; }
.team-card--open { border-color: var(--orange); box-shadow: 0 4px 20px rgba(232,107,42,.12); }
.team-card--open:hover { transform: translateY(-2px); border-color: var(--orange); }
.team-avatar-wrap { background: var(--surface); padding: 32px 20px 20px; display: flex; align-items: center; justify-content: center; }
.team-avatar { width: 132px; height: 132px; border-radius: 50%; background: var(--orange-light); border: 2px solid rgba(232,107,42,.25); display: flex; align-items: center; justify-content: center; font-size: 48px; transition: transform 0.25s ease; overflow: hidden; }
.team-avatar-image { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.team-card:hover .team-avatar { transform: scale(1.04); }
.team-card-body { padding: 16px 20px 4px; }
.team-card h4 { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.2px; margin-bottom: 4px; }
.team-card .team-role { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.team-dept { display: inline-block; font-size: 10px; font-weight: 700; background: var(--orange-light); color: var(--orange-dark); padding: 3px 10px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.4px; }
.team-profile-trigger { display: flex; align-items: center; gap: 5px; padding: 14px 20px 16px; font-size: 12px; font-weight: 600; color: var(--orange-dark); letter-spacing: 0.1px; }
.team-trigger-arrow { display: inline-block; transition: transform 0.2s ease; }
.team-card:hover .team-trigger-arrow { transform: translateX(4px); }
.team-card--open .team-trigger-arrow { transform: rotate(90deg) !important; }
.team-expand { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.team-card--open .team-expand { max-height: 500px; }
.team-expand-inner { padding: 16px 20px 24px; border-top: 1px solid var(--border); }
.team-meta-row { margin-bottom: 12px; }
.team-years { font-size: 11px; font-weight: 700; background: var(--surface); color: var(--muted); padding: 3px 10px; border-radius: 100px; border: 1px solid var(--border); }
.team-bio { font-size: 13px; color: var(--muted); line-height: 1.75; margin-bottom: 16px; }
.team-cv-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--orange-dark); margin-bottom: 8px; }
.team-cv-bullets { display: flex; flex-direction: column; gap: 6px; list-style: none; padding: 0; margin: 0; }
.team-cv-bullets li { font-size: 12px; color: var(--ink); font-weight: 500; padding-left: 16px; position: relative; line-height: 1.55; }
.team-cv-bullets li::before { content: ''; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-hero { grid-template-columns: 1fr; min-height: auto; }
  .about-hero-text { padding: 56px var(--pad) 36px; }
  .about-hero-visual { padding: 0 var(--pad) 64px; }
  .story-section { grid-template-columns: 1fr; gap: 40px; padding: 72px var(--pad); }
  .story-img { aspect-ratio: 16/9; min-height: auto; }
  .director-section { grid-template-columns: 1fr; gap: 32px; }
  .director-photo { aspect-ratio: 16/9; }
  .accred-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .tl-year { font-size: clamp(20px, 2vw, 28px); }
  .tl-item { padding: 0 6px; }
}
@media (max-width: 767px) {
  .about-hero-text { padding: 40px var(--pad) 24px; }
  .about-hero-visual { padding: 0 var(--pad) 56px; }
  .about-hero-img-overflow { aspect-ratio: 16/9; }
  .vm-grid { grid-template-columns: 1fr; }
  .vm-card { padding: 22px; }
  .accred-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr; }
  .director-quote { padding: 20px; }
  .director-quote p { font-size: 15px; }
  .story-quote { padding: 16px 20px; font-size: 14px; }
  .tl-line-bg, .tl-line-fill { display: none; }
  .tl-items { flex-direction: column; position: relative; }
  .tl-items::before { content: ''; position: absolute; left: 27px; top: 28px; bottom: 28px; width: 1px; background: rgba(255,255,255,.12); }
  .tl-item { flex-direction: row; align-items: flex-start; text-align: left; gap: 20px; padding: 0 0 28px; }
  .tl-item:last-child { padding-bottom: 0; }
  .tl-node { flex-shrink: 0; margin-bottom: 0; }
  .tl-content { padding-top: 12px; }
  .tl-item:hover .tl-content { transform: none; }
  .tl-year { font-size: 28px; }
}
@media (max-width: 480px) {
  .about-hero-badge { left: 16px; bottom: -14px; padding: 10px 14px; }
  .about-hero-badge-years { font-size: 14px; }
  .accred-grid { grid-template-columns: 1fr 1fr; }
  .accred-card { padding: 22px 16px; min-height: auto; }
  .timeline-section { padding: 56px var(--pad); }
  .tl-node { width: 48px; height: 48px; }
  .tl-items::before { left: 23px; }
}

/* ── SDG SECTION ── */
.about-sdg { padding: 72px var(--pad); background-size: cover; background-position: center; position: relative; }
.about-sdg::before { content: ''; position: absolute; inset: 0; background: rgba(8, 14, 44, 0.68); z-index: 0; pointer-events: none; }
.about-sdg > * { position: relative; z-index: 1; }
.about-sdg .sec-label { color: rgba(255,255,255,.45); margin-bottom: 24px; }
.about-sdg .section-title { color: #fff; margin-bottom: 12px; }
.about-sdg-header { display: flex; align-items: center; gap: 36px; margin-bottom: 40px; }
.about-sdg-emblem { width: 110px; height: auto; flex-shrink: 0; opacity: .92; }
.about-sdg-header-text { flex: 1; }
.about-sdg-intro { font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.8; max-width: 640px; margin-bottom: 0; }
.about-sdg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-sdg-card { background: rgba(255,255,255,.10); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.20); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; }
.about-sdg-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.about-sdg-chip { width: 56px; height: 56px; border-radius: 6px; flex-shrink: 0; object-fit: contain; }
.about-sdg-chip-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: 0.6px; line-height: 1.3; }
.about-sdg-chip-label strong { display: block; font-size: 15px; font-weight: 700; color: #fff; letter-spacing: -0.2px; text-transform: none; margin-bottom: 1px; }
.about-sdg-why { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 6px; }
.about-sdg-desc { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.75; margin-bottom: 20px; }
.about-sdg-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); margin-bottom: 16px; }
.about-sdg-how { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 10px; }
.about-sdg-bullets { display: flex; flex-direction: column; gap: 8px; }
.about-sdg-bullet { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.5; }
.about-sdg-bullet::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 6px; }
@media (max-width: 1024px) { .about-sdg-grid { grid-template-columns: 1fr; gap: 14px; } }
@media (max-width: 767px) {
  .about-sdg-header { gap: 24px; }
  .about-sdg-emblem { width: 80px; }
  .about-sdg-card { padding: 22px; }
}
@media (max-width: 480px) {
  .about-sdg-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .about-sdg-emblem { width: 90px; }
}
.hero-icon { font-size: 48px; }
.vm-title { margin-bottom: 0; }
/* ── Photo fills ── */
.about-hero-visual img,
.story-img img,
.director-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.director-photo img { object-position: center top; }

/* ── SCROLL DYNAMICS ── */
.parallax-img { height: calc(100% + 60px) !important; margin-top: -30px; }
.tl-year  { transition: color 0.4s ease; }
.tl-title { transition: color 0.4s ease; }
.tl-item--active .tl-node  { border-color: #C8A96B; box-shadow: 0 0 0 8px rgba(200,169,107,.18), 0 0 22px rgba(200,169,107,.28); }
.tl-item--active .tl-year  { color: #C8A96B; }
.tl-item--active .tl-title { color: #E2D5A8; }
.tl-item--past .tl-node    { border-color: rgba(200,169,107,.65); box-shadow: 0 0 0 4px rgba(200,169,107,.08); }
.about-sdg-card { transition: border-color 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease; }
.about-sdg-card--active { border-color: rgba(255,255,255,.42) !important; box-shadow: 0 14px 44px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.14); }
.about-sdg-card.is-visible.about-sdg-card--inactive { opacity: 0.75; }
@media (prefers-reduced-motion: reduce) {
  .parallax-img { height: 100% !important; margin-top: 0 !important; }
  .tl-year, .tl-title { transition: none !important; }
  .about-sdg-card { transition: none !important; }
}
