/* SITE_14 — About page (custom layout, shared hero imagery) */

.about-page {
  background: #f7f9fc;
  color: #0b1220;
}

/* HERO */
.about-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b1220;
}

.about-hero-media {
  position: absolute;
  inset: 0;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.75)
  );
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.about-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 10px;
}

.about-hero-inner h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  margin: 0 0 12px;
}

.about-hero-sub {
  color: rgba(255,255,255,0.85);
  max-width: 60ch;
  line-height: 1.6;
}

/* SECTIONS */
.about-section {
  padding: 60px 20px;
}

.about-section-alt {
  background: #eef3fb;
}

.about-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.about-grid-2 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.about-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.about-list {
  margin: 0;
  padding-left: 18px;
}

.about-list li {
  margin: 8px 0;
}

.about-subhead {
  margin: 18px 0 10px;
  font-size: 1.05rem;
}

.about-bullets {
  margin: 0 0 14px;
  padding-left: 18px;
}

.about-bullets li {
  margin: 10px 0;
  line-height: 1.55;
  color: #334155;
}

.about-fineprint {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 10px;
}

.about-lead {
  margin: 0 0 18px;
  color: #475569;
  line-height: 1.6;
  max-width: 78ch;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 18px;
}

.value-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.value-card h3 {
  margin: 0 0 8px;
}

.value-claim {
  margin: 0 0 8px;
  font-weight: 800;
  color: #0b1220;
}

.value-proof {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 18px;
}

.trust-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border: 1px solid rgba(2,6,23,0.06);
}

.trust-label {
  font-weight: 900;
  color: #0b1220;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.trust-text {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.trust-strip {
  margin-top: 16px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(29,78,216,0.14);
  border-radius: 16px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: baseline;
}

.trust-strip-strong {
  font-weight: 900;
  color: #1d4ed8;
  white-space: nowrap;
}

.trust-strip-muted {
  color: #475569;
  line-height: 1.6;
}

.trust-proof {
  margin-top: 12px;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
}

/* CARDS */
.about-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.about-tile {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}

/* STEPS */
.about-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.about-step {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  color: #1d4ed8;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 10px;
  border: 1px solid rgba(29,78,216,0.18);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* EXECUTIVES */
.exec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.exec-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
}

.exec-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.exec-headshot {
  width: 112px;
  height: 112px;
  border-radius: 16px;
  background: #dbe7fb;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  border: 1px solid rgba(29,78,216,0.18);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.exec-headshot picture,
.exec-headshot img {
  width: 100%;
  height: 100%;
  display: block;
}

.exec-headshot img {
  object-fit: cover;
  object-position: center 20%;
}

.exec-headshot-top img {
  object-position: center 12%;
}

.exec-name {
  margin: 0;
}

.exec-role {
  font-size: 0.9rem;
  color: #475569;
}

.exec-caption {
  margin-top: 4px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
  letter-spacing: 0.01em;
}

.exec-bio {
  line-height: 1.6;
  color: #475569;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-grid-2,
  .about-cards-3,
  .about-steps,
  .exec-grid,
  .values-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip-strong {
    white-space: normal;
  }

  .exec-headshot {
    width: 96px;
    height: 96px;
  }
}
