/* ── About Us Page ──
   Rebuilt on the site's real global tokens (defined in mega-menu.css,
   loaded on every public page) instead of the hardcoded hex this page
   had drifted to. Brought up to the same design maturity as its sibling
   /page/our-team: tighter display-type tracking, bordered cards with a
   real hover state, alternating section rhythm — Our Team already does
   all of this for the same page type, About Us just hadn't caught up. */

/* 1. HERO */
.ab-hero {
  position: relative;
  height: 580px;
  overflow: hidden;
}
.ab-hero-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 40%;
  width: 100%;
  height: 100%;
}
.ab-hero-placeholder {
  position: absolute;
  inset: 0;
  background: var(--hsj-dk, #0C1E38);
}
.ab-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 18, 36, 0.88) 0%,
    rgba(8, 18, 36, 0.45) 45%,
    rgba(8, 18, 36, 0.10) 100%
  );
}
.ab-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 56px 52px;
}
.ab-breadcrumb {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.ab-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.ab-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hsj-amber, #FBA504);
  font-weight: 500;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ab-eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--hsj-amber, #FBA504);
}
.ab-h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 18px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4); /* unslop-ignore: dark legibility shadow over a photo, matches homepage's .hp-hero-title exactly, not decorative glow */
}
.ab-h1 em {
  font-style: normal;
  color: var(--hsj-amber, #FBA504);
}
.ab-hero-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
  line-height: 1.7;
  max-width: 480px;
}

/* 2. STORY */
.ab-story {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: start;
}
.ab-img-wrap {
  position: relative;
}
.ab-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  background: #e8e8e8;
  border-radius: var(--hsj-radius, 6px);
}
.ab-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--hsj-amber, #FBA504);
  color: var(--hsj-dk, #0C1E38);
  padding: 18px 22px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.7;
  border-radius: var(--hsj-radius, 6px);
}
.ab-section-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hsj-amber, #FBA504);
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ab-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--hsj-border, #e8ecf0);
}
.ab-story-text h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--hsj-navy, #1a4b89);
  line-height: 1.25;
  margin-bottom: 28px;
}
.ab-story-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 18px;
  font-weight: 300;
}
.ab-story-text p strong {
  color: var(--hsj-navy, #1a4b89);
  font-weight: 600;
}
.ab-quote {
  margin-top: 32px;
  padding: 24px;
  background: var(--hsj-off, #f7f8fa);
  border-radius: var(--hsj-radius, 6px);
}
.ab-quote p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: var(--hsj-navy, #1a4b89);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 0;
}

/* 3. STATS */
.ab-stats {
  background: var(--hsj-off, #f7f8fa);
  border-top: 1px solid var(--hsj-border, #e8ecf0);
  border-bottom: 1px solid var(--hsj-border, #e8ecf0);
}
.ab-stats-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ab-stat {
  padding: 52px 36px;
  text-align: center;
  border-right: 1px solid var(--hsj-border, #e8ecf0);
}
.ab-stat:last-child {
  border-right: none;
}
.ab-stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--hsj-navy, #1a4b89);
  line-height: 1;
}
.ab-stat-num em {
  color: var(--hsj-amber, #FBA504);
  font-style: normal;
}
.ab-stat-lbl {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hsj-muted, #64748b);
  margin-top: 12px;
  font-weight: 400;
}

/* 4. VALUES */
.ab-values {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 56px;
}
.ab-values-header {
  text-align: center;
  margin-bottom: 56px;
}
.ab-values-header .ab-section-label {
  justify-content: center;
}
.ab-values-header .ab-section-label::after {
  display: none;
}
.ab-values-header h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--hsj-navy, #1a4b89);
  margin-top: 16px;
}
.ab-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ab-value-card {
  padding: 32px 26px;
  background: #fff;
  border: 1px solid var(--hsj-border, #e8ecf0);
  border-radius: var(--hsj-radius, 8px);
  transition: transform var(--hsj-trans, .22s cubic-bezier(.4,0,.2,1)),
              box-shadow var(--hsj-trans, .22s cubic-bezier(.4,0,.2,1)),
              border-color var(--hsj-trans, .22s cubic-bezier(.4,0,.2,1));
}
.ab-value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hsj-shadow, 0 8px 32px rgba(12,30,56,.13));
  border-color: transparent;
}
.ab-value-card.dark {
  background: var(--hsj-dk, #0C1E38);
  border-color: var(--hsj-dk, #0C1E38);
}
.ab-value-n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--hsj-amber, #FBA504);
  color: var(--hsj-dk, #0C1E38);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ab-value-card.dark .ab-value-n {
  background: rgba(255, 255, 255, 0.12);
  color: var(--hsj-amber, #FBA504);
}
.ab-value-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--hsj-navy, #1a4b89);
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.ab-value-card.dark h3 {
  color: #fff;
}
.ab-value-card p {
  font-size: 13px;
  color: var(--hsj-muted, #64748b);
  line-height: 1.75;
  font-weight: 300;
}
.ab-value-card.dark p {
  color: rgba(255, 255, 255, 0.55);
}

/* 5. CTA */
.ab-cta-wrap {
  padding: 0 56px 96px;
  max-width: 1120px;
  margin: 0 auto;
}
.ab-cta {
  background: var(--hsj-navy, #1a4b89);
  border-radius: var(--hsj-radius, 8px);
  padding: 72px 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
}
.ab-cta h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 12px;
}
.ab-cta h2 em {
  color: var(--hsj-amber, #FBA504);
  font-style: normal;
}
.ab-cta p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  font-weight: 300;
  max-width: 460px;
}
.ab-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 180px;
}
.ab-btn-primary {
  background: var(--hsj-amber, #FBA504);
  color: var(--hsj-dk, #0C1E38);
  padding: 15px 32px;
  border-radius: var(--hsj-radius, 6px);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: background 0.2s;
}
.ab-btn-primary:hover {
  background: var(--hsj-amber-dk, #e09400);
}
.ab-btn-ghost {
  background: transparent;
  color: #fff;
  padding: 15px 32px;
  border-radius: var(--hsj-radius, 6px);
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: border-color 0.2s;
}
.ab-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ab-story {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 40px;
  }
  .ab-badge {
    bottom: -12px;
    right: -12px;
  }
  .ab-values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .ab-hero { height: 380px; }
  .ab-h1 { font-size: 44px; }
  .ab-hero-content { padding: 0 32px 36px; }
  .ab-story { padding: 56px 24px; }
  .ab-values { padding: 56px 24px; }
  .ab-cta-wrap { padding: 0 24px 56px; }
  .ab-cta { padding: 48px 36px; }
}

@media (max-width: 600px) {
  .ab-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .ab-stat {
    border-right: 1px solid var(--hsj-border, #e8ecf0);
    border-bottom: 1px solid var(--hsj-border, #e8ecf0);
  }
  .ab-stat:nth-child(2n) { border-right: none; }
  .ab-stat:nth-child(3),
  .ab-stat:nth-child(4) { border-bottom: none; }
}

@media (max-width: 480px) {
  .ab-hero { height: 280px; }
  .ab-h1 { font-size: 32px; }
  .ab-hero-sub { font-size: 13px; }
  .ab-hero-content { padding: 0 20px 28px; }
  .ab-story { padding: 40px 20px; }
  .ab-values { padding: 40px 20px; }
  .ab-values-grid { grid-template-columns: 1fr; }
  .ab-cta-wrap { padding: 0 20px 40px; }
  .ab-cta {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 28px;
  }
  .ab-cta-btns { min-width: unset; }
}
