:root {
  --ab-navy:      #1a2d5a;
  --ab-blue:      #1e3f8f;
  --ab-deepblue:  #0d1a3a;
  --ab-midblue:   #2e52a8;
  --ab-white:     #ffffff;
  --ab-offwhite:  #f4f6fb;
  --ab-text:      #2c3e6b;
  --ab-muted:     #5a6a7a;
  --ab-border:    #dde3ef;
  --ab-light:     #eef1f8;
}


img { display: block; width: 100%; }

/* ─────────────────────────────────────
   HERO
───────────────────────────────────── */
.atd-aboutpage-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.atd-aboutpage-hero-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.45);
}

/* dot texture over hero */
.atd-aboutpage-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  z-index: 1;
  pointer-events: none;
}

/* diagonal bottom mask */
.atd-aboutpage-hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 90px;
  background: var(--ab-white);
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

.atd-aboutpage-hero-content {
  position: relative;
  z-index: 3;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px 90px;
  width: 100%;
}

.atd-aboutpage-hero-sup {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 14px;
}

.atd-aboutpage-hero-headline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(36px, 6vw, 64px);
  color: var(--ab-white);
  line-height: 1.15;
  margin-bottom: 18px;
}

.atd-aboutpage-hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
  max-width: 520px;
}

/* Hero stat pills */
.atd-aboutpage-hero-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.atd-aboutpage-pill {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ab-white);
  backdrop-filter: blur(4px);
}

/* ─────────────────────────────────────
   SHARED
───────────────────────────────────── */
.atd-aboutpage-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.atd-aboutpage-section-sup {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ab-midblue);
  margin-bottom: 10px;
}

.atd-aboutpage-section-title {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(26px, 3.5vw, 40px);
  color: var(--ab-navy);
  line-height: 1.25;
  margin-bottom: 16px;
}

.atd-aboutpage-section-title-white {
  color: var(--ab-white);
}

.atd-aboutpage-bar {
  width: 48px;
  height: 3px;
  background: var(--ab-blue);
  border-radius: 2px;
  margin-bottom: 28px;
}

.atd-aboutpage-bar-white {
  background: rgba(255,255,255,0.4);
}

.atd-aboutpage-body {
  font-size: 15px;
  color: var(--ab-muted);
  line-height: 1.8;
  margin-bottom: 18px;
}

.atd-aboutpage-body-white {
  color: rgba(255,255,255,0.72);
}

/* ─────────────────────────────────────
   OUR STORY — image left / text right
───────────────────────────────────── */
.atd-aboutpage-story {
  padding: 80px 24px 90px;
  background: var(--ab-white);
}

.atd-aboutpage-story-layout {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.atd-aboutpage-story-img-col {
  flex: 0 0 44%;
  position: relative;
}

.atd-aboutpage-story-img {
  border-radius: 8px;
  object-fit: cover;
  height: 480px;
  box-shadow: 0 20px 60px rgba(26,45,90,0.16);
}

/* floating experience badge */
.atd-aboutpage-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--ab-navy);
  color: var(--ab-white);
  border-radius: 8px;
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(26,45,90,0.28);
}

.atd-aboutpage-badge-num {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  color: var(--ab-white);
}

.atd-aboutpage-badge-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.atd-aboutpage-story-text-col {
  flex: 1;
}

/* ─────────────────────────────────────
   MISSION — dark navy band
───────────────────────────────────── */
.atd-aboutpage-mission {
  background: var(--ab-navy);
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}

.atd-aboutpage-mission::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.atd-aboutpage-mission::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
  bottom: -200px; right: -150px;
  pointer-events: none;
}

.atd-aboutpage-mission-layout {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.atd-aboutpage-mission-text {
  flex: 1;
}

.atd-aboutpage-mission-img-col {
  flex: 0 0 42%;
}

.atd-aboutpage-mission-img {
  border-radius: 8px;
  object-fit: cover;
  height: 360px;
  box-shadow: 0 20px 55px rgba(0,0,0,0.4);
}

/* ─────────────────────────────────────
   VALUES
───────────────────────────────────── */
.atd-aboutpage-values {
  background: var(--ab-offwhite);
  padding: 80px 24px 90px;
}

.atd-aboutpage-values-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 52px;
}

.atd-aboutpage-values-header .atd-aboutpage-bar {
  margin: 0 auto 0;
}

.atd-aboutpage-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}

.atd-aboutpage-value-card {
  background: var(--ab-white);
  border: 1.5px solid var(--ab-border);
  border-radius: 8px;
  padding: 30px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}

.atd-aboutpage-value-card::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--ab-blue);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
}

.atd-aboutpage-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(26,45,90,0.11);
  border-color: transparent;
}

.atd-aboutpage-value-card:hover::after {
  transform: scaleY(1);
}

.atd-aboutpage-value-icon {
  width: 50px;
  height: 50px;
  background: var(--ab-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s;
}

.atd-aboutpage-value-card:hover .atd-aboutpage-value-icon {
  background: var(--ab-blue);
}

.atd-aboutpage-value-icon i {
  font-size: 19px;
  color: var(--ab-white);
}

.atd-aboutpage-value-body {}

.atd-aboutpage-value-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ab-navy);
  margin-bottom: 8px;
}

.atd-aboutpage-value-text {
  font-size: 13.5px;
  color: var(--ab-muted);
  line-height: 1.7;
}

/* ─────────────────────────────────────
   OUR TEAM
───────────────────────────────────── */
.atd-aboutpage-team {
  background: var(--ab-white);
  padding: 80px 24px 90px;
}

.atd-aboutpage-team-layout {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.atd-aboutpage-team-text {
  flex: 1;
}

.atd-aboutpage-team-img-col {
  flex: 0 0 44%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}

.atd-aboutpage-team-img {
  border-radius: 6px;
  object-fit: cover;
  height: 190px;
}

.atd-aboutpage-team-img-tall {
  grid-row: 1 / 3;
  height: 100%;
  min-height: 392px;
}

/* Standards pills */
.atd-aboutpage-standards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.atd-aboutpage-standard-pill {
  background: var(--ab-light);
  border: 1.5px solid var(--ab-border);
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ab-navy);
  display: flex;
  align-items: center;
  gap: 7px;
}

.atd-aboutpage-standard-pill i {
  font-size: 12px;
  color: var(--ab-blue);
}

/* ─────────────────────────────────────
   OFFICE LOCATIONS
───────────────────────────────────── */
.atd-aboutpage-offices {
  background: var(--ab-deepblue);
  padding: 80px 24px 90px;
  position: relative;
  overflow: hidden;
}

.atd-aboutpage-offices::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.atd-aboutpage-offices-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 52px;
  position: relative;
  z-index: 1;
}

.atd-aboutpage-offices-header .atd-aboutpage-bar-white {
  margin: 0 auto;
}

.atd-aboutpage-offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.atd-aboutpage-office-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.atd-aboutpage-office-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(0,0,0,0.35);
}

.atd-aboutpage-office-img {
  object-fit: cover;
  height: 180px;
  filter: brightness(0.75);
  transition: filter 0.3s;
}

.atd-aboutpage-office-card:hover .atd-aboutpage-office-img {
  filter: brightness(0.9);
}

.atd-aboutpage-office-body {
  padding: 22px 22px 24px;
}

.atd-aboutpage-office-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 8px;
}

.atd-aboutpage-office-name {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ab-white);
  margin-bottom: 10px;
  line-height: 1.3;
}

.atd-aboutpage-office-addr {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.atd-aboutpage-office-addr i {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  margin-top: 3px;
  flex-shrink: 0;
}

/* ─────────────────────────────────────
   RESPONSIVE
───────────────────────────────────── */
@media (max-width: 900px) {
  .atd-aboutpage-story-layout,
  .atd-aboutpage-mission-layout,
  .atd-aboutpage-team-layout {
    flex-direction: column;
    gap: 36px;
  }
  .atd-aboutpage-story-img-col,
  .atd-aboutpage-mission-img-col,
  .atd-aboutpage-team-img-col {
    flex: none;
    width: 100%;
  }
  .atd-aboutpage-story-img,
  .atd-aboutpage-mission-img {
    height: 280px;
  }
  .atd-aboutpage-values-grid {
    grid-template-columns: 1fr;
  }
  .atd-aboutpage-offices-grid {
    grid-template-columns: 1fr;
  }
  .atd-aboutpage-team-img-tall {
    min-height: 200px;
  }
  .atd-aboutpage-badge {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 560px) {
  .atd-aboutpage-hero { min-height: 400px; }
  .atd-aboutpage-hero-content { padding-bottom: 70px; }
  .atd-aboutpage-team-img-col {
    grid-template-columns: 1fr;
  }
  .atd-aboutpage-team-img-tall {
    min-height: 220px;
    grid-row: auto;
  }
}