/* ========= ABOUT SECTION — main site blue theme ========= */

.ab-page {
  --ab: #0077B6;
  --ab-dark: #005A8C;
  --ab-deep: #003752;
  --ab-bg: #EBF5FB;
  --ab-soft: rgba(0, 119, 182, 0.1);
  --prog: #0077B6;
  --prog-soft: rgba(0, 119, 182, 0.12);
}

.page-main--about {
  padding-top: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 72px;
}

.page-hero--program { position: relative; overflow: hidden; }
.page-hero--program::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, var(--ab-soft) 0%, transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(255,255,255,0.08) 0%, transparent 40%);
  z-index: 0;
  pointer-events: none;
}
.page-hero--program .page-hero-inner { position: relative; z-index: 1; }
.page-hero--program .page-tagline { color: rgba(255,255,255,0.95); }
.page-hero-deco {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.15);
  animation: abFloat 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.page-hero-deco--1 { width: 120px; height: 120px; top: 18%; right: 8%; }
.page-hero-deco--2 { width: 60px; height: 60px; bottom: 22%; right: 18%; animation-delay: -2s; }
.page-hero-deco--3 { width: 40px; height: 40px; top: 35%; right: 22%; background: rgba(255,255,255,0.06); animation-delay: -4s; }
@keyframes abFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Awards page — graphical hero collage */
.awd-hero {
  background: linear-gradient(145deg, var(--ab-deep) 0%, var(--ab) 48%, var(--ab-dark) 100%);
  min-height: 420px;
  padding: 100px 0 64px;
}
.awd-hero.page-hero--program::before {
  background:
    radial-gradient(circle at 88% 18%, rgba(245, 166, 35, 0.14) 0%, transparent 42%),
    radial-gradient(circle at 12% 85%, rgba(232, 83, 122, 0.1) 0%, transparent 38%);
}
.awd-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  max-width: 1180px;
}
.awd-hero-copy { min-width: 0; position: relative; z-index: 2; }
.awd-hero-copy > * { animation: abHeroFade 0.7s ease-out both; }
.awd-hero-copy .breadcrumb { animation-delay: 0.05s; }
.awd-hero-copy .page-tagline { animation-delay: 0.12s; }
.awd-hero-copy h1 { animation-delay: 0.22s; }
.awd-hero-copy .page-lead { animation-delay: 0.35s; margin-bottom: 0; }

.awd-hero-graphic {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.awd-hero-marquee { overflow: hidden; width: 100%; }
.awd-hero-marquee-track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  animation: awdMarqueeLeft 32s linear infinite;
}
.awd-hero-marquee--bottom .awd-hero-marquee-track {
  animation-name: awdMarqueeRight;
  animation-duration: 36s;
}
@keyframes awdMarqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes awdMarqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.awd-hero-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--ab);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 24px rgba(0, 40, 70, 0.15);
  white-space: nowrap;
}
.awd-hero-chip i { font-size: 12px; }
.awd-hero-chip--gold { color: #B45309; }
.awd-hero-chip--pink { color: #BE185D; }

.awd-hero-collage {
  position: relative;
  height: 220px;
  margin: 4px 0;
}
.awd-hero-card {
  position: absolute;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(0, 35, 60, 0.28);
  animation: awdCardFloat 7s ease-in-out infinite;
}
.awd-hero-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awd-hero-card--1 {
  width: 52%;
  height: 78%;
  top: 4%;
  left: 2%;
  z-index: 2;
  --awd-rot: -4deg;
  animation-delay: 0s;
}
.awd-hero-card--2 {
  width: 46%;
  height: 72%;
  top: 0;
  right: 0;
  z-index: 3;
  --awd-rot: 3deg;
  animation-delay: -2.3s;
}
.awd-hero-card--3 {
  width: 50%;
  height: 70%;
  bottom: 0;
  left: 18%;
  z-index: 1;
  --awd-rot: -2deg;
  animation-delay: -4.6s;
}
@keyframes awdCardFloat {
  0%, 100% { transform: translateY(0) rotate(var(--awd-rot, 0deg)); }
  50% { transform: translateY(-10px) rotate(var(--awd-rot, 0deg)); }
}

.awd-hero-gptw {
  position: absolute;
  top: 38%;
  right: 6%;
  z-index: 4;
  width: 56px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 35, 60, 0.22);
  animation: awdCardFloat 6s ease-in-out infinite;
  animation-delay: -1.5s;
}
.awd-hero-gptw img { display: block; width: 100%; height: auto; }

@media (max-width: 900px) {
  .awd-hero-split { grid-template-columns: 1fr; }
  .awd-hero-graphic { max-width: 520px; margin: 8px auto 0; }
  .awd-hero-collage { height: 200px; }
}
@media (max-width: 600px) {
  .awd-hero { padding: 88px 0 48px; min-height: auto; }
  .awd-hero-collage { height: 170px; }
  .awd-hero-chip { font-size: 10px; padding: 7px 12px; }
  .awd-hero-gptw { width: 44px; padding: 4px; }
}

.ab-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.ab-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ab);
  margin-bottom: 10px;
}
.ab-eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--ab);
  border-radius: 2px;
}

.ab-section { margin-bottom: 44px; }
.ab-section--alt {
  background: var(--ab-bg);
  padding: 48px 0;
  margin-bottom: 44px;
}

.ab-section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 28px;
}
.ab-section-head .ab-eyebrow { justify-content: center; }
.ab-section-head h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.8vw, 30px);
  color: #1A202C;
  margin-bottom: 8px;
}
.ab-section-head p {
  font-size: 15px;
  color: #718096;
  line-height: 1.65;
}

/* Stats strip */
.ab-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 44px;
}
.ab-stat {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0,55,90,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ab-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,55,90,0.1);
  border-color: rgba(0,119,182,0.25);
}
.ab-stat-icon {
  width: 44px; height: 44px;
  margin: 0 auto 12px;
  background: var(--ab-bg);
  color: var(--ab);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.ab-stat .n {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: var(--ab);
  line-height: 1;
  margin-bottom: 4px;
}
.ab-stat .l {
  font-size: 12px;
  font-weight: 600;
  color: #718096;
}

/* Split intro */
.ab-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 44px;
}
.ab-split-visual { position: relative; }
.ab-split-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0,55,90,0.15);
  border: 3px solid #fff;
}
.ab-split-frame img {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 280px;
  object-fit: cover;
  display: block;
}
.ab-split-shape {
  position: absolute;
  width: 80px; height: 80px;
  background: var(--ab-bg);
  border-radius: 50%;
  top: -16px; right: -16px;
  z-index: -1;
  opacity: 0.8;
}
.ab-split-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.5vw, 28px);
  color: #1A202C;
  margin-bottom: 14px;
}
.ab-split-text p {
  font-size: 16px;
  color: #4A5568;
  line-height: 1.75;
  margin-bottom: 12px;
}

/* Vision / Mission cards */
.ab-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 44px;
}
.ab-vm {
  background: linear-gradient(145deg, #fff 0%, var(--ab-bg) 100%);
  border: 1px solid rgba(0,119,182,0.15);
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ab-vm:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,55,90,0.1);
}
.ab-vm::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ab), transparent);
}
.ab-vm-icon {
  width: 48px; height: 48px;
  background: var(--ab-bg);
  color: var(--ab);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}
.ab-vm h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1A202C;
  margin-bottom: 10px;
}
.ab-vm p {
  font-size: 15px;
  color: #4A5568;
  line-height: 1.7;
  margin: 0;
}

/* Explore cards (overview) */
.ab-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ab-explore {
  display: block;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  color: inherit;
}
.ab-explore:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,55,90,0.1);
  border-color: var(--ab);
}
.ab-explore-icon {
  width: 44px; height: 44px;
  background: var(--ab-bg);
  color: var(--ab);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
  transition: transform 0.3s ease;
}
.ab-explore:hover .ab-explore-icon { transform: rotate(-6deg) scale(1.08); }
.ab-explore-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ab);
  margin-bottom: 6px;
}
.ab-explore h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1A202C;
  margin-bottom: 6px;
}
.ab-explore p {
  font-size: 13px;
  color: #718096;
  line-height: 1.5;
  margin: 0 0 12px;
}
.ab-explore-link {
  font-size: 12px;
  font-weight: 700;
  color: var(--ab);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Story blocks */
.ab-story-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  margin-bottom: 16px;
  transition: box-shadow 0.3s ease;
}
.ab-story-block:hover { box-shadow: 0 12px 32px rgba(0,55,90,0.08); }
.ab-story-num {
  width: 48px; height: 48px;
  flex-shrink: 0;
  background: var(--ab);
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.ab-story-block h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1A202C;
  margin-bottom: 8px;
}
.ab-story-block p {
  font-size: 15px;
  color: #4A5568;
  line-height: 1.7;
  margin: 0;
}

.ab-beliefs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.ab-belief {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #4A5568;
  line-height: 1.5;
}
.ab-belief i {
  color: var(--ab);
  margin-top: 2px;
  flex-shrink: 0;
}

/* Principles grid */
.ab-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ab-principle {
  display: flex;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.ab-principle:hover {
  transform: translateX(4px);
  border-color: var(--ab);
}
.ab-principle-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--ab);
  opacity: 0.35;
  line-height: 1;
  flex-shrink: 0;
}
.ab-principle strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1A202C;
  margin-bottom: 6px;
}
.ab-principle span {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.6;
}

/* Pillars — all blue */
.ab-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ab-pillar {
  background: #fff;
  border: 1px solid rgba(0,119,182,0.12);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ab-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,55,90,0.1);
}
.ab-pillar-icon {
  width: 56px; height: 56px;
  margin: 0 auto 16px;
  background: var(--ab-bg);
  color: var(--ab);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.ab-pillar h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1A202C;
  margin-bottom: 10px;
  line-height: 1.35;
}
.ab-pillar p {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.65;
  margin: 0;
}

/* Awards */
.ab-awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.ab-award {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ab-award:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,55,90,0.1);
}
.ab-award::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--ab);
}
.ab-award-tier {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ab);
  margin-bottom: 10px;
}
.ab-award-icon {
  width: 44px; height: 44px;
  background: var(--ab-bg);
  color: var(--ab);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}
.ab-award h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1A202C;
  margin-bottom: 8px;
  line-height: 1.35;
}
.ab-award p {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.6;
  margin: 0;
}
.ab-section-head--center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ab-section-head--center p {
  margin-left: auto;
  margin-right: auto;
}

/* Recognition tiers (matches homepage) */
.ab-recognition-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 10px;
}
.ab-recognition-tier {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.ab-recognition-tier:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,55,90,0.1);
  border-color: rgba(0,119,182,0.18);
}
.ab-recognition-icon {
  width: 52px; height: 52px;
  margin: 0 auto 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.ab-recognition-icon--intl { background: #EBF5FB; color: #0077B6; }
.ab-recognition-icon--national { background: #EEF2FF; color: #4F46E5; }
.ab-recognition-icon--state { background: #FFF8EC; color: #F5A623; }
.ab-recognition-tier h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1A202C;
}
.ab-recognition-tier p {
  font-size: 13px;
  line-height: 1.6;
  color: #718096;
  margin: 0 0 14px;
}
.ab-recognition-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.ab-recognition-tags li {
  font-size: 11px;
  font-weight: 600;
  color: #4A5568;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1.3;
  cursor: default;
}
.ab-recognition-total {
  text-align: center;
  font-size: 15px;
  color: #718096;
  margin: 8px auto 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.ab-recognition-total i { color: #F5A623; }

/* Award groups by tier */
.ab-award-group {
  margin-bottom: 40px;
}
.ab-award-group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E8F0;
}
.ab-award-group-head h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1A202C;
  margin: 0;
}
.ab-award--intl::before { background: #0077B6; }
.ab-award--state::before { background: #F5A623; }
.ab-award--district::before { background: #16A34A; }
.ab-award--national::before { background: #0077B6; }
.ab-award--org::before { background: #16A34A; }
.ab-award-icon--state {
  background: #FFF8EC;
  color: #F5A623;
}
.ab-award-icon--district {
  background: #F0FDF4;
  color: #16A34A;
}
.ab-award-icon--national {
  background: #EBF5FB;
  color: #0077B6;
}
.ab-award-icon--org {
  background: #F0FDF4;
  color: #16A34A;
}
.ab-awards-grid--single {
  grid-template-columns: minmax(280px, 560px);
}

/* Glimpses of Awards gallery */
.ab-awards-glimpses {
  margin-top: 12px;
  padding-top: 36px;
  border-top: 1px solid #E2E8F0;
}
.ab-awards-glimpses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.ab-awards-glimpse {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ab-awards-glimpse:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,55,90,0.1);
  border-color: rgba(0,119,182,0.2);
}
.ab-awards-glimpse a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 180px;
  padding: 16px;
  background: linear-gradient(180deg, #F8FAFC 0%, #fff 100%);
}
.ab-awards-glimpse img {
  width: 100%;
  max-height: 220px;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}
.ab-awards-glimpse figcaption {
  padding: 14px 16px 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  color: #4A5568;
  text-align: center;
  border-top: 1px solid #F1F5F9;
  background: #fff;
}
@media (max-width: 900px) {
  .ab-awards-glimpses-grid { grid-template-columns: 1fr; }
  .ab-awards-glimpse a { min-height: 200px; }
}

@media (max-width: 900px) {
  .ab-recognition-tiers { grid-template-columns: 1fr; }
}

/* GPTW + culture */
.ab-gptw {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px;
  background: linear-gradient(135deg, var(--ab-bg) 0%, #fff 100%);
  border: 1px solid rgba(0,119,182,0.15);
  border-radius: 20px;
  margin-bottom: 32px;
}
.ab-gptw img { max-height: 72px; width: auto; }
.ab-gptw-text h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1A202C;
  margin-bottom: 8px;
}
.ab-gptw-text p {
  font-size: 15px;
  color: #4A5568;
  line-height: 1.65;
  margin: 0;
}

.ab-page .culture-strip {
  gap: 14px;
  margin-bottom: 32px;
}
.ab-page .culture-thumb {
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,55,90,0.1);
  transition: transform 0.3s ease;
}
.ab-page .culture-thumb:hover { transform: scale(1.03); }

/* Team page — graphical hero */
.ab-page--team .page-hero--program.team-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #003752 0%, #0077B6 48%, #005A8C 100%);
  min-height: 420px;
  padding: 108px 0 64px;
}
.ab-page--team .team-hero.page-hero--program::before {
  display: block;
  background:
    radial-gradient(circle at 88% 22%, rgba(255, 255, 255, 0.1) 0%, transparent 42%),
    radial-gradient(circle at 8% 78%, rgba(168, 216, 240, 0.12) 0%, transparent 38%);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.team-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  max-width: 1180px;
}

.team-hero-copy { min-width: 0; position: relative; z-index: 2; }
.team-hero-copy > * { animation: teamHeroFade 0.7s ease-out both; }
.team-hero-copy .breadcrumb { animation-delay: 0.05s; }
.team-hero-copy .page-tagline { animation-delay: 0.12s; color: rgba(255, 255, 255, 0.92); }
.team-hero-lead {
  animation-delay: 0.22s;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  max-width: 18ch;
}

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

.team-hero-graphic {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.team-hero-marquee { overflow: hidden; width: 100%; }
.team-hero-marquee-track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  animation: teamMarqueeLeft 30s linear infinite;
}
.team-hero-marquee--bottom .team-hero-marquee-track {
  animation-name: teamMarqueeRight;
  animation-duration: 34s;
}
@keyframes teamMarqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes teamMarqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.team-hero-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0077B6;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 24px rgba(0, 40, 70, 0.15);
  white-space: nowrap;
}
.team-hero-chip i { font-size: 12px; }
.team-hero-chip--mint { color: #047857; }
.team-hero-chip--gold { color: #B45309; }

.team-hero-collage {
  position: relative;
  height: 210px;
  margin: 2px 0;
}
.team-hero-card {
  position: absolute;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(0, 35, 60, 0.28);
  animation: teamCardFloat 7s ease-in-out infinite;
}
.team-hero-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-hero-card--1 {
  width: 54%;
  height: 80%;
  top: 2%;
  left: 0;
  z-index: 2;
  --team-rot: -3deg;
}
.team-hero-card--2 {
  width: 48%;
  height: 74%;
  top: 0;
  right: 0;
  z-index: 3;
  --team-rot: 4deg;
  animation-delay: -2.2s;
}
.team-hero-card--3 {
  width: 46%;
  height: 68%;
  bottom: 0;
  left: 22%;
  z-index: 1;
  --team-rot: -1deg;
  animation-delay: -4.5s;
}
@keyframes teamCardFloat {
  0%, 100% { transform: translateY(0) rotate(var(--team-rot, 0deg)); }
  50% { transform: translateY(-9px) rotate(var(--team-rot, 0deg)); }
}

.team-hero-gptw {
  position: absolute;
  top: 36%;
  right: 4%;
  z-index: 4;
  width: 58px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 35, 60, 0.22);
  animation: teamCardFloat 6s ease-in-out infinite;
  animation-delay: -1.2s;
}
.team-hero-gptw img { display: block; width: 100%; height: auto; }

@media (max-width: 900px) {
  .ab-page--team .team-hero { min-height: auto; padding: 96px 0 48px; }
  .team-hero-split { grid-template-columns: 1fr; }
  .team-hero-graphic { mask-image: none; }
  .team-hero-lead { max-width: none; }
  .team-hero-collage { height: 190px; }
}

/* Team & culture page */
.ab-page--team .team-culture--solo {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.85fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.team-culture--solo .team-culture-copy {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.team-culture--solo .team-culture-copy h2 {
  max-width: none;
  margin-bottom: 16px;
}

.team-culture--solo .team-culture-copy p {
  font-size: 16px;
  color: #4A5568;
  line-height: 1.75;
  margin: 0 0 14px;
}

.team-culture-gptw-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 28px;
  border-radius: 20px;
  background: linear-gradient(160deg, #fff 0%, #EBF5FB 100%);
  border: 1px solid rgba(0, 119, 182, 0.14);
  box-shadow: 0 14px 36px rgba(0, 55, 90, 0.08);
}

.team-culture-gptw-panel img {
  width: 88px;
  height: auto;
  display: block;
}

.team-culture-gptw-panel h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1A202C;
  margin: 0;
}

.team-culture-gptw-panel p {
  font-size: 15px;
  color: #4A5568;
  line-height: 1.65;
  margin: 0;
}

.team-culture {
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, #F8FAFC 0%, #EBF5FB 55%, #F7FAFC 100%);
  border: 1px solid rgba(0, 119, 182, 0.1);
  box-shadow: 0 16px 48px rgba(0, 55, 90, 0.06);
}

.team-culture-copy p:last-of-type {
  margin-bottom: 20px;
}

.team-culture-values {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.team-culture-values li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 9px 14px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0077B6;
  background: #fff;
  border: 1px solid rgba(0, 119, 182, 0.14);
  box-shadow: 0 4px 14px rgba(0, 55, 90, 0.06);
}
.team-culture-values i {
  font-size: 12px;
  color: #48CAE4;
}

.team-culture-visual {
  width: 100%;
}

.team-culture-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #EBF5FB 100%);
  border: 1px solid rgba(0, 119, 182, 0.12);
  box-shadow: 0 20px 50px rgba(0, 55, 90, 0.1);
}

.team-culture-photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 22px rgba(0, 55, 90, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-culture-photo:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 55, 90, 0.16);
}
.team-culture-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.team-culture-gptw {
  position: absolute;
  top: -10px;
  right: -6px;
  z-index: 2;
  width: 62px;
  padding: 7px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 119, 182, 0.1);
  box-shadow: 0 12px 28px rgba(0, 55, 90, 0.18);
}
.team-culture-gptw img {
  display: block;
  width: 100%;
  height: auto;
}

.ab-page--team .ab-gptw--team {
  margin-bottom: 0;
  padding: 28px 32px;
  align-items: center;
}

.ab-page--team .ab-gptw--team img {
  max-height: 88px;
  flex-shrink: 0;
}

.ab-section-head--left {
  text-align: left;
  max-width: 640px;
  margin: 0 0 28px;
}

.ab-section-head--left .ab-eyebrow {
  justify-content: flex-start;
}

.ab-page--team .ab-section--alt {
  padding: 44px 0;
  margin-bottom: 0;
}

/* Life at Moinee — bento gallery */
.life-at-section {
  position: relative;
  padding: clamp(52px, 6vw, 76px) 0;
  margin-bottom: 0;
  background: linear-gradient(180deg, #f4f9fd 0%, #fff 38%, #eef6fc 100%);
  overflow: hidden;
}

.life-at-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 119, 182, 0.09) 0%, transparent 42%),
    radial-gradient(circle at 92% 86%, rgba(0, 90, 140, 0.07) 0%, transparent 40%);
  pointer-events: none;
}

.life-at-section .ab-inner {
  position: relative;
  z-index: 1;
}

.life-at-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 40px);
  margin-bottom: clamp(28px, 4vw, 40px);
  flex-wrap: wrap;
}

.life-at-header-copy {
  max-width: 560px;
}

.life-at-header-copy .ab-eyebrow {
  justify-content: flex-start;
}

.life-at-header-copy h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 800;
  color: #003752;
  margin: 0 0 10px;
  line-height: 1.15;
}

.life-at-header-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #4a5568;
}

.life-at-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 420px;
}

.life-at-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 119, 182, 0.12);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2d3748;
  box-shadow: 0 6px 18px rgba(0, 55, 90, 0.07);
}

.life-at-highlights i {
  color: #0077b6;
  font-size: 13px;
}

.life-at-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 108px;
  gap: 12px;
}

.life-at-card {
  position: relative;
  grid-column: span 3;
  grid-row: span 2;
  padding: 0;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
  background: #e2e8f0;
  box-shadow: 0 10px 28px rgba(0, 55, 90, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.life-at-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.life-at-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 37, 60, 0.5) 0%, transparent 52%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.life-at-card__icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  color: #0077b6;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 40, 70, 0.18);
}

.life-at-card:hover,
.life-at-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 55, 90, 0.16);
  outline: none;
}

.life-at-card:hover img,
.life-at-card:focus-visible img {
  transform: scale(1.06);
}

.life-at-card:hover .life-at-card__shade,
.life-at-card:focus-visible .life-at-card__shade,
.life-at-card:hover .life-at-card__icon,
.life-at-card:focus-visible .life-at-card__icon {
  opacity: 1;
  transform: translateY(0);
}

.life-at-card:nth-child(12n + 1) {
  grid-column: span 6;
  grid-row: span 3;
}

.life-at-card:nth-child(12n + 5) {
  grid-column: span 3;
  grid-row: span 3;
}

.life-at-card:nth-child(12n + 9) {
  grid-column: span 6;
  grid-row: span 2;
}

.life-at-footnote {
  margin: 22px 0 0;
  text-align: center;
  font-size: 14px;
  color: #718096;
}

.life-at-footnote strong {
  color: #0077b6;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.life-at-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 28, 48, 0.92);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.life-at-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.life-at-lightbox[hidden] {
  display: flex;
}

.life-at-lightbox__frame {
  margin: 0;
  max-width: min(1100px, 92vw);
  max-height: 86vh;
}

.life-at-lightbox__frame img {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.life-at-lightbox__close,
.life-at-lightbox__nav {
  position: absolute;
  border: none;
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  transition: background 0.2s ease, transform 0.2s ease;
}

.life-at-lightbox__close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.life-at-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
}

.life-at-lightbox__prev { left: 20px; }
.life-at-lightbox__next { right: 20px; }

.life-at-lightbox__close:hover,
.life-at-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.24);
}

.life-at-lightbox__nav:hover {
  transform: translateY(-50%) scale(1.05);
}

.culture-gallery {
  columns: 4;
  column-gap: 14px;
}

.culture-gallery .culture-thumb {
  display: block;
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 55, 90, 0.08);
  border: 1px solid rgba(0, 119, 182, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.culture-gallery .culture-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 55, 90, 0.14);
}

.culture-gallery .culture-thumb img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .culture-gallery { columns: 3; }
  .life-at-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 100px;
  }
  .life-at-card,
  .life-at-card:nth-child(12n + 1),
  .life-at-card:nth-child(12n + 5),
  .life-at-card:nth-child(12n + 9) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .life-at-card:nth-child(8n + 1) {
    grid-column: span 4;
    grid-row: span 3;
  }
  .team-culture-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .team-culture {
    padding: 24px 20px;
  }
  .ab-page--team .team-culture--solo {
    grid-template-columns: 1fr;
  }
  .team-culture-values {
    grid-template-columns: 1fr;
  }
  .team-culture-mosaic {
    gap: 8px;
    padding: 10px;
  }
  .team-culture-gptw {
    width: 52px;
    padding: 5px;
    top: -8px;
    right: -4px;
  }
  .team-culture-values li {
    font-size: 11px;
    padding: 8px 12px;
  }
  .ab-page--team .ab-gptw--team {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
  .culture-gallery { columns: 2; column-gap: 10px; }
  .culture-gallery .culture-thumb { margin-bottom: 10px; }
  .ab-page--team .ab-section--alt { padding: 32px 0; }
  .life-at-section { padding: 40px 0; }
  .life-at-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .life-at-highlights { max-width: none; }
  .life-at-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 130px;
    gap: 10px;
  }
  .life-at-card,
  .life-at-card:nth-child(12n + 1),
  .life-at-card:nth-child(12n + 5),
  .life-at-card:nth-child(12n + 9),
  .life-at-card:nth-child(8n + 1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .life-at-card:nth-child(6n + 1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .life-at-lightbox__nav { display: none; }
}

.ab-page .team-grid { gap: 20px; }
.ab-page--team .team-section {
  opacity: 1;
  transform: none;
}
.ab-page .team-card {
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,55,90,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ab-page .team-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}
.ab-page .team-card-avatar {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #00375a 0%, #0a6ebd 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(48px, 10vw, 72px);
  font-weight: 700;
}
.ab-page .team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,55,90,0.12);
}

/* Partners */
.ab-partner-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.ab-partner-stat {
  text-align: center;
}
.ab-partner-stat .n {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: var(--ab);
  line-height: 1;
}
.ab-partner-stat .l {
  font-size: 14px;
  font-weight: 600;
  color: #718096;
  margin-top: 4px;
}

.ab-page .partners-logo-wall { gap: 14px; }
.ab-page .partner-logo-cell {
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ab-page .partner-logo-cell:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,55,90,0.08);
  border-color: var(--ab);
}

/* CTA */
.ab-cta {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.ab-cta-band {
  background: linear-gradient(135deg, var(--ab) 0%, var(--ab-deep) 100%);
  border-radius: 22px;
  padding: 40px;
  text-align: center;
  color: #fff;
}
.ab-cta-band h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.ab-cta-band p {
  font-size: 15px;
  opacity: 0.88;
  max-width: 520px;
  margin: 0 auto 22px;
  line-height: 1.65;
}
.ab-cta-band .hero-ctas { justify-content: center; }

.ab-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ab-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .ab-stats { grid-template-columns: repeat(2, 1fr); }
  .ab-split { grid-template-columns: 1fr; }
  .ab-vm-grid { grid-template-columns: 1fr; }
  .ab-explore-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-pillars { grid-template-columns: 1fr; }
  .ab-principles { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .ab-inner, .ab-cta { padding: 0 20px; }
  .ab-stats { grid-template-columns: 1fr 1fr; }
  .ab-explore-grid { grid-template-columns: 1fr; }
  .ab-gptw { flex-direction: column; text-align: center; }
  .ab-section--alt { padding: 36px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ab-reveal { opacity: 1; transform: none; transition: none; }
  .page-hero-deco { animation: none; }
  .awd-hero-card, .awd-hero-gptw, .awd-hero-marquee-track { animation: none; }
  .awd-hero-copy > * { animation: none; }
  .ab-timeline-line-fill { animation: none; width: 100%; height: calc(100% - 16px) !important; }
  .ab-page--story .page-hero-inner > * { animation: none; }
}

/* ========= OUR STORY PAGE ========= */
.ab-page--story .page-hero-inner > * {
  animation: abHeroFade 0.75s ease-out both;
}
.ab-page--story .page-hero-inner .breadcrumb { animation-delay: 0.05s; }
.ab-page--story .page-hero-inner .page-tagline { animation-delay: 0.15s; }
.ab-page--story .page-hero-inner h1 { animation-delay: 0.25s; }
.ab-page--story .page-hero-inner .page-lead { animation-delay: 0.38s; }

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

.ab-page--story .ab-inner--flush-top {
  margin-top: -48px;
  position: relative;
  z-index: 2;
  padding-top: 0;
  margin-bottom: 28px;
}

.ab-story-stats .ab-stat {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.97);
}

.ab-page--story .ab-stats {
  margin-bottom: 0;
}

.ab-page--story .ab-split {
  margin-bottom: 28px;
  gap: 28px;
}

.ab-page--story .ab-story-vm,
.ab-page--story .ab-vm-grid {
  margin-bottom: 28px;
}

.ab-page--story .ab-section-head {
  margin-bottom: 20px;
}

.ab-timeline-section {
  padding: 0 0 28px;
}

.ab-page--story .ab-timeline-item {
  margin-bottom: 16px;
  padding: 20px 22px;
}

.ab-page--story .ab-section {
  margin-bottom: 0;
}

.ab-page--story .ab-section--alt {
  padding: 32px 0;
  margin-bottom: 0;
}

.ab-page--story .ab-section--alt + .ab-section--alt {
  padding-top: 20px;
}

.ab-timeline {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-left: 36px;
}

.ab-timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #E2E8F0;
  border-radius: 2px;
}

.ab-timeline-line-fill {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, var(--ab) 0%, rgba(0,119,182,0.3) 100%);
  border-radius: 2px;
  transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ab-timeline.is-visible .ab-timeline-line-fill {
  height: calc(100% - 16px);
}

.ab-timeline-item {
  position: relative;
  margin-bottom: 16px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ab-timeline-item:last-child { margin-bottom: 0; }

.ab-timeline-item:hover {
  transform: translateX(6px);
  box-shadow: 0 16px 40px rgba(0, 55, 90, 0.1);
  border-color: rgba(0, 119, 182, 0.25);
}

.ab-timeline-dot {
  position: absolute;
  left: -36px;
  top: 28px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 3px solid var(--ab);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--ab);
  z-index: 1;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.ab-timeline-item:hover .ab-timeline-dot {
  background: var(--ab);
  color: #fff;
  transform: scale(1.15);
}

.ab-timeline-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1A202C;
  margin-bottom: 8px;
}

.ab-timeline-item p {
  font-size: 15px;
  color: #4A5568;
  line-height: 1.7;
  margin: 0;
}

.ab-timeline-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ab);
  background: var(--ab-bg);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ab-story-quote {
  position: relative;
  margin: 0 0 28px;
  padding: 28px 32px 28px 40px;
  background: linear-gradient(135deg, var(--ab-bg) 0%, #fff 100%);
  border: 1px solid rgba(0, 119, 182, 0.15);
  border-radius: 22px;
  border-left: 5px solid var(--ab);
}

.ab-story-quote::before {
  content: "\201C";
  position: absolute;
  top: 12px;
  left: 18px;
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
  color: var(--ab);
  opacity: 0.25;
}

.ab-story-quote p {
  font-size: clamp(17px, 2vw, 20px);
  font-style: italic;
  color: #2D3748;
  line-height: 1.65;
  margin: 0 0 14px;
}

.ab-story-quote cite {
  display: block;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--ab);
}

.ab-story-programs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.ab-story-program {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #4A5568;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.ab-story-program i {
  width: 36px;
  height: 36px;
  background: var(--ab-bg);
  color: var(--ab);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.ab-story-program:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 55, 90, 0.1);
  border-color: var(--ab);
  color: #1A202C;
}

.ab-story-program:hover i {
  background: var(--ab);
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

.ab-story-vm {
  margin-bottom: 28px;
}

.ab-page--story .page-main--about {
  padding-bottom: 0;
}

.ab-page--story .page-main--about > .ab-section--alt:last-child {
  margin-bottom: 0;
  padding-bottom: 32px;
}

@media (max-width: 768px) {
  .ab-page--story .ab-inner--flush-top { margin-top: -28px; }
  .ab-timeline { padding-left: 28px; }
  .ab-timeline-dot { left: -28px; width: 20px; height: 20px; font-size: 9px; }
  .ab-timeline::before, .ab-timeline-line-fill { left: 7px; }
  .ab-story-quote { padding: 28px 24px 28px 32px; }
}

/* ========= OUR APPROACH PAGE ========= */
.ab-page--approach .page-hero-inner > * {
  animation: abHeroFade 0.75s ease-out both;
}
.ab-page--approach .page-hero-inner .breadcrumb { animation-delay: 0.05s; }
.ab-page--approach .page-hero-inner .page-tagline { animation-delay: 0.15s; color: rgba(255, 255, 255, 0.92); }
.ab-page--approach .page-hero-inner .page-lead { animation-delay: 0.25s; }

.ab-page--approach .page-main--about {
  padding-bottom: 0;
}

.ab-page--approach .ab-inner--approach-top {
  margin-top: -40px;
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
}

.ab-page--approach .ab-section-head {
  margin-bottom: 20px;
}

.ab-page--approach .ab-section--alt {
  padding: 32px 0;
  margin-bottom: 0;
}

.ab-page--approach .ab-cta {
  margin-top: 36px;
  padding-bottom: 36px;
}

/* 3-step flow */
.ab-approach-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}

.ab-approach-flow-step {
  background: #fff;
  border: 1px solid rgba(0, 119, 182, 0.15);
  border-radius: 18px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 55, 90, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ab-approach-flow-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0, 55, 90, 0.12);
  border-color: var(--ab);
}

.ab-approach-flow-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  background: var(--ab-bg);
  color: var(--ab);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.ab-approach-flow-step:hover .ab-approach-flow-icon {
  background: var(--ab);
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

.ab-approach-flow-step h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1A202C;
  margin-bottom: 6px;
}

.ab-approach-flow-step p {
  font-size: 13px;
  color: #718096;
  line-height: 1.5;
  margin: 0;
}

.ab-approach-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ab);
  font-size: 18px;
  opacity: 0.45;
  animation: abFlowPulse 2s ease-in-out infinite;
}

@keyframes abFlowPulse {
  0%, 100% { opacity: 0.35; transform: translateX(0); }
  50% { opacity: 0.85; transform: translateX(4px); }
}

/* Principles cards */
.ab-page--approach .ab-principles--approach {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.ab-principle--card {
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #fff 0%, var(--ab-bg) 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ab-principle--card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ab), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ab-principle--card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 55, 90, 0.1);
  border-color: rgba(0, 119, 182, 0.28);
}

.ab-principle--card:hover::after { opacity: 1; }

.ab-principle-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.ab-principle--card .ab-principle-num {
  font-size: 20px;
  opacity: 0.3;
}

.ab-principle-icon {
  width: 38px;
  height: 38px;
  background: var(--ab-bg);
  color: var(--ab);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.ab-principle--card:hover .ab-principle-icon {
  background: var(--ab);
  color: #fff;
  transform: scale(1.08);
}

.ab-principle--card strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1A202C;
  margin-bottom: 6px;
  line-height: 1.35;
}

.ab-principle--card span {
  font-size: 13px;
  color: #4A5568;
  line-height: 1.55;
}

/* Pillars with connectors */
.ab-pillars--approach {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}

.ab-pillar--graphic {
  position: relative;
  text-align: center;
  padding-top: 36px;
}

.ab-pillar-ring {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ab);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(0, 119, 182, 0.35);
}

.ab-pillar-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  align-self: center;
  background: #fff;
  border: 2px solid rgba(0, 119, 182, 0.2);
  border-radius: 50%;
  color: var(--ab);
  font-size: 14px;
  flex-shrink: 0;
}

.ab-pillar--graphic:hover .ab-pillar-icon {
  transform: scale(1.1) rotate(-6deg);
}

.ab-pillar--graphic .ab-pillar-icon {
  transition: transform 0.35s ease;
}

/* Ecosystem hub graphic */
.ab-approach-hub {
  position: relative;
  width: min(100%, 520px);
  height: 320px;
  margin: 36px auto 0;
}

.ab-approach-hub-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--ab) 0%, var(--ab-deep) 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 119, 182, 0.35);
  z-index: 2;
  animation: abHubPulse 3s ease-in-out infinite;
}

.ab-approach-hub-center i { font-size: 26px; }

.ab-approach-hub-center span {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  max-width: 80px;
}

@keyframes abHubPulse {
  0%, 100% { box-shadow: 0 16px 40px rgba(0, 119, 182, 0.35); }
  50% { box-shadow: 0 22px 52px rgba(0, 119, 182, 0.48); }
}

.ab-approach-hub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  border: 2px dashed rgba(0, 119, 182, 0.2);
  border-radius: 50%;
  animation: abOrbitSpin 24s linear infinite;
}

@keyframes abOrbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.ab-approach-hub-orbit {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #4A5568;
  box-shadow: 0 8px 24px rgba(0, 55, 90, 0.08);
  white-space: nowrap;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ab-approach-hub-orbit i {
  color: var(--ab);
}

.ab-approach-hub-orbit:hover {
  transform: scale(1.06);
  border-color: var(--ab);
  box-shadow: 0 12px 32px rgba(0, 55, 90, 0.12);
}

.ab-approach-hub-orbit--1 { top: 8%; left: 50%; transform: translateX(-50%); }
.ab-approach-hub-orbit--2 { top: 50%; right: 0; transform: translateY(-50%); }
.ab-approach-hub-orbit--3 { bottom: 8%; left: 50%; transform: translateX(-50%); }
.ab-approach-hub-orbit--4 { top: 50%; left: 0; transform: translateY(-50%); }

.ab-approach-hub-orbit--1:hover { transform: translateX(-50%) scale(1.06); }
.ab-approach-hub-orbit--3:hover { transform: translateX(-50%) scale(1.06); }
.ab-approach-hub-orbit--2:hover { transform: translateY(-50%) scale(1.06); }
.ab-approach-hub-orbit--4:hover { transform: translateY(-50%) scale(1.06); }

@media (max-width: 1024px) {
  .ab-page--approach .ab-principles--approach {
    grid-template-columns: repeat(2, 1fr);
  }
  .ab-pillars--approach {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ab-pillar-connector { display: none; }
  .ab-approach-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ab-approach-flow-arrow {
    transform: rotate(90deg);
    animation: none;
  }
}

@media (max-width: 768px) {
  .ab-page--approach .ab-inner--approach-top { margin-top: -24px; }
  .ab-page--approach .ab-principles--approach { grid-template-columns: 1fr; }
  .ab-approach-hub {
    height: 340px;
    width: 100%;
  }
  .ab-approach-hub-orbit {
    font-size: 11px;
    padding: 8px 10px;
  }
  .ab-approach-hub-orbit--4 { left: 2%; }
  .ab-approach-hub-orbit--2 { right: 2%; }
}

@media (prefers-reduced-motion: reduce) {
  .ab-page--approach .page-hero-inner > * { animation: none; }
  .ab-approach-flow-arrow { animation: none; }
  .ab-approach-hub-center { animation: none; }
  .ab-approach-hub::before { animation: none; }
}
