/* ─── PAGE HERO (about — two-column layout) ─── */
.page-hero-left { display: flex; flex-direction: column; justify-content: center; }
.page-hero-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--border);
  padding-left: 80px;
}

/* ─── STATS ROW ─── */
.stats-row {
  padding: 56px 60px;
  border-bottom: 1px solid var(--border);
}
.stat-box {
  padding: 32px 36px;
  border-right: 1px solid var(--border);
}
.stat-box:last-child { border-right: none; }
.stat-value { font-size: 40px; font-weight: 700; color: var(--dark); letter-spacing: -0.02em; line-height: 1; }
.stat-value span { font-size: 22px; font-weight: 300; }
.stat-label { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--light); font-weight: 500; margin-top: 8px; }

/* ─── CONTENT SECTIONS ─── */
.content-section {
  padding: 80px 60px;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: 64px;
}
.content-section-alt { background: var(--ticker-bg); }
.section-heading { font-size: 32px; margin-bottom: 32px; }

/* ─── APPROACH COL ─── */
.approach-col { border-left: 1px solid var(--border); padding-left: 40px; }

/* ─── VALUES ─── */
.value-card { padding: 40px 32px; border: 1px solid var(--border); background: var(--bg); height: 100%; }
.value-num { font-size: 9px; letter-spacing: 0.2em; color: var(--light); margin-bottom: 16px; }
.value-title { font-size: 16px; font-weight: 600; color: var(--dark); margin-bottom: 12px; }
.value-text { font-size: 13px; color: var(--mid); font-weight: 300; line-height: 1.8; }

/* ─── GEOGRAPHY ─── */
.geo-section { padding: 80px 60px; background: var(--ticker-bg); border-bottom: 1px solid var(--border); scroll-margin-top: 64px; }
.geo-item { padding: 28px 24px; border: 1px solid var(--border); background: var(--bg); text-align: center; height: 100%; }
.geo-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; margin: 0 auto 14px; }
.geo-name { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); margin-bottom: 6px; }
.geo-sub { font-size: 10px; color: var(--light); font-weight: 300; }

/* ─── CTA ─── */
.section-cta { border-top: none; }
.section-cta p { margin-top: 8px; }

/* ─── RESPONSIVE: 1200px ─── */
@media (max-width: 1199.98px) {
  .stats-row { padding: 40px 30px; }
  .content-section { padding: 60px 30px; }
  .geo-section { padding: 60px 30px; }
}

/* ─── RESPONSIVE: 992px ─── */
@media (max-width: 991.98px) {
  .content-section { scroll-margin-top: 56px; }
  .geo-section { scroll-margin-top: 56px; }
  .page-hero-right {
    border-left: none;
    padding-left: 0;
    padding-top: 40px;
    border-top: 1px solid var(--border);
    margin-top: 0;
  }
  .stats-row { padding: 36px 20px; }
  .stat-box { border-right: none; border-bottom: 1px solid var(--border); padding: 24px 16px; }
  .stat-value { font-size: 32px; }
  .content-section { padding: 48px 20px; }
  .geo-section { padding: 48px 20px; }
  .approach-col { border-left: none; padding-left: 0; padding-top: 40px; border-top: 1px solid var(--border); }
}

/* ─── RESPONSIVE: 480px ─── */
@media (max-width: 479.98px) {
  .stats-row { padding: 28px 16px; }
  .content-section { padding: 40px 16px; }
  .geo-section { padding: 40px 16px; }
}
