.sfg-about { font-family: "Inter", sans-serif; color: #1a1a1a; }

/* ── Hero wrap — hero + stats fill viewport ── */
.ab-hero-wrap {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
}

/* ── Hero ── */
.ab-hero {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.ab-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,34,64,.75);
}
.ab-hero-inner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.ab-hero h1 {
  color: #fff !important;
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 16px;
}
.ab-hero p {
  color: #d0e4f5;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

/* ── Stats bar ── */
.ab-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #CC1A1A;
  padding: 45px 20px;
  text-align: center;
  gap: 12px;
  flex-shrink: 0;
}
.ab-stat-num {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.ab-stat-label {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
}

/* ── Story ── */
.ab-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 0;
  padding: 35px 8% 70px;
  box-sizing: border-box;
}
.ab-story h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0a2240;
  margin: 0 0 16px;
}
.ab-story p {
  color: #444;
  line-height: 1.8;
  margin: 0 0 12px;
}
/* FEATURE VIDEO (overlaps the red stats bar and floats into the story) */
.ab-video { position: relative; z-index: 2; margin-top: -16px; padding: 0 3vw; box-sizing: border-box; }
.ab-video-frame {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  height: clamp(300px, 34vw, 520px);
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 48px rgba(8, 24, 48, .3), 0 4px 14px rgba(8, 24, 48, .18);
}
.ab-video-el { width: 100%; height: 100%; display: block; object-fit: cover; }
/* Hero-style cover: transparent-black overlay + red play button (hidden once playing) */
.sfg-about .ab-video-cover { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; border: none; cursor: pointer; color: #fff; background: rgba(0,0,0,.45) !important; transition: background .15s; }
.sfg-about .ab-video-cover:hover { background: rgba(0,0,0,.55) !important; }
.sfg-about .ab-video-cover.is-hidden { display: none !important; }
.ab-video-play { width: 92px; height: 92px; border-radius: 50%; background: #cc1a1a; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(0,0,0,.4); transition: transform .15s, background .15s; }
.ab-video-play svg { width: 58px; height: 58px; margin-left: 6px; }
.sfg-about .ab-video-cover:hover .ab-video-play { transform: scale(1.08); background: #b31616; }
.ab-video-cap { font-size: 19px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.6); }
@media (max-width: 700px) {
  .ab-video { margin-top: -8px; padding: 0 16px; }
  .ab-video-frame { height: clamp(220px, 52vw, 360px); }
  .ab-video-play { width: 70px; height: 70px; }
  .ab-video-play svg { width: 44px; height: 44px; }
  .ab-video-cap { font-size: 15px; }
}
.ab-contracts {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.ab-contracts li {
  padding: 6px 0 6px 24px;
  position: relative;
  color: #333;
  line-height: 1.6;
}
.ab-contracts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CC1A1A;
}
.ab-btn {
  display: inline-block;
  margin-top: 20px;
  background: #CC1A1A !important;
  background-color: #CC1A1A !important;
  color: #fff !important;
  padding: 11px 26px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  transition: background .15s, transform .15s;
}
.ab-btn:hover { background: #a31515 !important; background-color: #a31515 !important; color: #fff !important; transform: translateY(-1px); }

/* ── Team ── */
.ab-team {
  background: #0a2240;
  padding: 80px 20px 90px;
}
.ab-team-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.ab-team-eyebrow {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #CC1A1A;
  margin-bottom: 16px;
}
.ab-team-header h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff !important;
  margin: 0 0 18px;
}
.ab-team-header p {
  font-size: 18px;
  color: #c8d8e8 !important;
  margin: 0;
  line-height: 1.7;
}

/* Department block */
.ab-dept {
  max-width: 1300px;
  margin: 0 auto 48px;
  background: #0e2d52;
  border-radius: 14px;
  overflow: clip; /* clip (not hidden) keeps rounded corners without breaking the sticky bar */
  box-shadow: 0 4px 30px rgba(0,0,0,.12);
}
.ab-dept .ab-lead,
.ab-dept .ab-team-grid {
  background: #fff;
}
.ab-dept:last-of-type { margin-bottom: 0; }
.ab-dept-bar {
  background: #0e2d52;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: var(--sfg-header-h, 0px);
  z-index: 5;
}
.ab-dept-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #fff;
}
.ab-dept-count {
  font-size: 12px;
  color: rgba(255,255,255,.4);
  font-weight: 500;
}

/* Lead row — one full-width lead, or two equal co-leads side by side */
.ab-leads-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ab-leads-2 .ab-lead:first-child { border-right: 1px solid #eef1f5; }
@media (max-width: 700px) {
  .ab-leads-2 { grid-template-columns: 1fr; }
  .ab-leads-2 .ab-lead:first-child { border-right: none; }
}

/* Lead / featured member — horizontal card */
.ab-lead {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px 32px;
  border-bottom: 1px solid #eef1f5;
}
.ab-lead-photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: none;
}
.ab-lead-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-lead-info { flex: 1; }
.ab-lead-name {
  font-size: 20px;
  font-weight: 700;
  color: #0a2240;
  margin-bottom: 2px;
}
.ab-lead-role {
  font-size: 13px;
  color: #888;
  font-weight: 500;
  margin-bottom: 10px;
}
.ab-lead-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ab-lead-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4a7cba;
  text-decoration: none;
  transition: color .15s;
}
.ab-lead-link:hover { color: #CC1A1A; }
.ab-lead-link svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* Grid members — horizontal rows */
.ab-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.ab-member {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  border-bottom: 1px solid #f2f4f7;
  transition: background .15s;
}
.ab-member:hover { background: #f8fafc; }
.ab-member:last-child { border-bottom: none; }
.ab-member-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: none;
}
.ab-member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-member-body { flex: 1; min-width: 0; }
.ab-member-name {
  font-size: 16px;
  font-weight: 700;
  color: #0a2240;
  line-height: 1.3;
}
.ab-member-role {
  font-size: 13px;
  color: #999;
  font-weight: 500;
}
.ab-member-contact {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
}
.ab-member-contact a {
  font-size: 12px;
  color: #4a7cba;
  text-decoration: none;
  transition: color .15s;
}
.ab-member-contact a:hover { color: #CC1A1A; }
.ab-member-sep {
  color: #ccc;
  font-size: 10px;
}
@media(max-width:900px) {
  .ab-team-grid { grid-template-columns: 1fr; }
}
@media(max-width:700px) {
  .ab-lead { flex-direction: column; text-align: center; padding: 24px 20px; }
  .ab-lead-links { justify-content: center; flex-direction: column; align-items: center; }
  .ab-member { padding: 14px 20px; }
  .ab-dept-bar { padding: 12px 20px; }
}

/* ── CTA ── */
.ab-cta {
  background: #0a2240;
  padding: 70px 20px;
  text-align: center;
}
.ab-cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 10px;
}
.ab-cta > p {
  color: #c8d8e8;
  margin: 0 0 28px;
}
.ab-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.ab-cta-primary,
.ab-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  transition: background .15s, transform .15s, border-color .15s;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.ab-cta-primary {
  background: #CC1A1A !important;
  background-color: #CC1A1A !important;
  color: #fff !important;
  border-color: #CC1A1A;
}
.ab-cta-primary:hover { background: #a31515 !important; background-color: #a31515 !important; border-color: #a31515; color: #fff !important; transform: translateY(-1px); }
.ab-cta-outline {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,.5);
}
.ab-cta-outline:hover { border-color: #fff; color: #fff !important; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ab-hero h1 { font-size: 38px; }
  .ab-stats { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .ab-story { grid-template-columns: 1fr; gap: 40px; }
  .ab-team-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
@media (max-width: 767px) {
  .ab-hero { padding: 100px 16px 80px; }
  .ab-hero h1 { font-size: 30px; }
  .ab-hero p { font-size: 16px; }
  .ab-stats { grid-template-columns: repeat(2, 1fr); padding: 32px 16px; }
  .ab-stat-num { font-size: 28px; }
  .ab-story { padding: 48px 16px; }
  .ab-story h2 { font-size: 24px; }
  .ab-team { padding: 48px 16px 56px; }
  .ab-team-grid { grid-template-columns: 1fr; gap: 0; }
  .ab-member { padding: 20px 16px; }
  .ab-member-img { width: 80px; height: 80px; }
  .ab-member-contact { flex-direction: column; align-items: flex-start; gap: 2px; }
  .ab-member-sep { display: none; }
  .ab-cta { padding: 48px 16px; }
  .ab-cta h2 { font-size: 26px; }
}
