/* =========================================================
   ABOUT OBA PAGE
   BASE / DESKTOP STYLES ONLY

   Responsive rules belong in responsive.css.
========================================================= */

/* =========================================================
   PAGE FOUNDATION
========================================================= */

.about-oba-page {
  background: #ffffff;
  color: #172033;
}

.about-oba-page main {
  overflow: hidden;
}

/* =========================================================
   ABOUT OBA HERO
========================================================= */

.about-oba-hero {
  background: linear-gradient(135deg, #071629 0%, #0b1f3a 65%, #102d50 100%);

  color: #ffffff;
  min-height: 570px;

  display: flex;
  align-items: center;
}

.about-oba-hero-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 70px;
  align-items: center;
}

.about-oba-hero-content {
  max-width: 720px;
}

.about-oba-hero-eyebrow {
  display: inline-block;

  margin-bottom: 20px;

  color: #c9a227;

  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-oba-hero h1 {
  margin: 0;
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1px;
}

.about-oba-hero h1 span {
  display: block;
  color: #c9a227;
}

.about-oba-hero p {
  max-width: 650px;
  margin: 28px 0 0;

  color: rgba(255, 255, 255, 0.84);

  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.about-oba-hero-media {
  min-height: 360px;

  border: 1px solid rgba(201, 162, 39, 0.45);
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.035);
}

/* =========================================================
   PROFILE
========================================================= */

.about-oba-profile {
  padding: 100px 0;
  background: #ffffff;
}

.about-oba-profile-grid {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);

  max-width: 1160px;
  min-height: 590px;
  margin: 0 auto;
}

.about-oba-profile-image {
  min-height: 590px;

  border-radius: 10px 0 0 10px;

  background: #f7f8fa;

  border: 1px solid #e4e7ec;
}

.about-oba-social {
  position: relative;

  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 14px;

  margin-left: -1px;
}

.about-oba-social::before {
  content: "";

  position: absolute;

  top: 20%;
  bottom: 20%;
  left: 50%;

  width: 1px;

  background: #e4e7ec;

  transform: translateX(-50%);

  z-index: -1;
}

.about-oba-social-link {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffffff;
  border: 1px solid #e4e7ec;

  color: #c9a227;

  font-size: 22px;

  box-shadow: 0 8px 24px rgba(7, 22, 41, 0.08);

  text-decoration: none;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.about-oba-social-link:hover {
  transform: translateY(-3px);

  background: #071629;

  border-color: #071629;

  box-shadow: 0 12px 28px rgba(7, 22, 41, 0.18);
}

.about-oba-profile-content {
  padding: 76px 68px;

  background: #0b1f3a;

  color: #ffffff;

  border-radius: 0 10px 10px 0;
}

.about-oba-profile-role {
  display: inline-block;

  margin-bottom: 12px;

  color: #c9a227;

  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-oba-profile-content h2 {
  margin: 0 0 28px;

  color: #ffffff;

  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

.about-oba-profile-content p {
  margin: 0 0 20px;

  color: rgba(255, 255, 255, 0.84);

  font-size: 18px;
  line-height: 1.75;
}

.about-oba-profile-content .about-oba-profile-lead {
  color: #ffffff;

  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}

/* =========================================================
   SHARED STORY SECTIONS
========================================================= */

.about-oba-story-section {
  padding: 105px 0;
  background: #ffffff;
}

.about-oba-story-section-soft {
  background: #f7f8fa;
}

.about-oba-story-heading {
  max-width: 900px;
  margin-bottom: 55px;
}

.about-oba-story-heading > span,
.about-oba-feature-content > span,
.about-oba-leadership-heading > span,
.about-oba-philosophy-inner > span,
.about-oba-transitions-heading > span,
.about-oba-legacy-inner > span,
.about-oba-closing-inner > span {
  display: inline-block;

  margin-bottom: 15px;

  color: #172033;

  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-oba-story-heading h2 {
  margin: 0;

  color: #172033;

  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.about-oba-story-heading h2 strong {
  color: #0b1f3a;
}

.about-oba-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);

  gap: 70px;

  align-items: center;
}

.about-oba-story-grid-reverse {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
}

.about-oba-story-copy {
  max-width: 760px;
}

.about-oba-story-copy p {
  margin: 0 0 22px;

  color: #4f5b6d;

  font-size: 18px;
  line-height: 1.8;
}

.about-oba-story-copy .about-oba-story-lead {
  color: #172033;

  font-size: 21px;
  line-height: 1.7;
  font-weight: 600;
}

.about-oba-story-image {
  min-height: 430px;

  border: 1px solid #e4e7ec;
  border-radius: 10px;

  background: #ffffff;
}

.about-oba-story-section-soft .about-oba-story-image {
  background: #ffffff;
}

.about-oba-story-copy blockquote {
  margin: 35px 0 0;
  padding: 28px 30px;

  border-left: 4px solid #c9a227;

  background: #ffffff;

  color: #0b1f3a;

  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
}

/* =========================================================
   BANKING TIMELINE
========================================================= */

.about-oba-timeline {
  max-width: 980px;
  margin: 0 auto;

  border-left: 2px solid #c9a227;
}

.about-oba-timeline-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);

  gap: 30px;

  padding: 0 0 45px 40px;

  position: relative;
}

.about-oba-timeline-item:last-child {
  padding-bottom: 0;
}

.about-oba-timeline-item::before {
  content: "";

  position: absolute;

  top: 7px;
  left: -8px;

  width: 14px;
  height: 14px;

  border-radius: 50%;

  background: #c9a227;

  box-shadow: 0 0 0 6px #ffffff;
}

.about-oba-story-section-soft .about-oba-timeline-item::before {
  box-shadow: 0 0 0 6px #f7f8fa;
}

.about-oba-timeline-item > span {
  color: #c9a227;

  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.about-oba-timeline-item h3 {
  margin: 0 0 10px;

  color: #0b1f3a;

  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.about-oba-timeline-item p {
  margin: 0;

  color: #4f5b6d;

  font-size: 18px;
  line-height: 1.75;
}

/* =========================================================
   PUBLIC SERVICE
========================================================= */

.about-oba-feature-section {
  padding: 105px 0;

  background: #0b1f3a;

  color: #ffffff;
}

.about-oba-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);

  gap: 75px;

  align-items: center;
}

.about-oba-feature-image {
  min-height: 500px;

  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 10px;

  background: rgba(255, 255, 255, 0.035);
}

.about-oba-feature-content {
  max-width: 760px;
}

.about-oba-feature-content > span {
  color: #c9a227;
}

.about-oba-feature-content h2 {
  margin: 0 0 30px;

  color: #ffffff;

  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.about-oba-feature-content h2 strong {
  color: #c9a227;
}

.about-oba-feature-content p {
  margin: 0 0 21px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 18px;
  line-height: 1.8;
}

.about-oba-feature-content .about-oba-feature-lead {
  color: #ffffff;

  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
}

/* =========================================================
   SENATE
========================================================= */

.about-oba-senate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);

  gap: 70px;

  align-items: center;
}

.about-oba-senate-content {
  max-width: 780px;
}

.about-oba-senate-content p {
  margin: 0 0 22px;

  color: #4f5b6d;

  font-size: 18px;
  line-height: 1.8;
}

.about-oba-senate-content .about-oba-story-lead {
  color: #172033;

  font-size: 21px;
  line-height: 1.7;
  font-weight: 600;
}

.about-oba-senate-image {
  min-height: 480px;

  border: 1px solid #e4e7ec;
  border-radius: 10px;

  background: #f7f8fa;
}

/* =========================================================
   EMPOWERMENT
========================================================= */

.about-oba-empowerment-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);

  gap: 75px;

  align-items: start;
}

.about-oba-empowerment-stat {
  padding: 45px 35px;

  background: #0b1f3a;

  border-radius: 10px;

  color: #ffffff;

  text-align: center;
}

.about-oba-empowerment-stat strong {
  display: block;

  margin-bottom: 12px;

  color: #c9a227;

  font-size: 72px;
  line-height: 1;
  font-weight: 800;
}

.about-oba-empowerment-stat span {
  display: block;

  color: rgba(255, 255, 255, 0.84);

  font-size: 16px;
  line-height: 1.5;
}

/* =========================================================
   LEADERSHIP
========================================================= */

.about-oba-leadership {
  padding: 105px 0;

  background: #ffffff;
}

.about-oba-leadership-heading {
  max-width: 900px;
  margin-bottom: 50px;
}

.about-oba-leadership-heading > span {
  color: #c9a227;
}

.about-oba-leadership-heading h2 {
  margin: 0;

  color: #172033;

  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.about-oba-leadership-heading h2 strong {
  color: #0b1f3a;
}

.about-oba-career-path {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 12px;

  padding: 35px;

  background: #f7f8fa;

  border: 1px solid #e4e7ec;
  border-radius: 10px;
}

.about-oba-career-path span {
  padding: 12px 16px;

  background: #ffffff;

  border: 1px solid #e4e7ec;
  border-radius: 6px;

  color: #0b1f3a;

  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.about-oba-career-path i {
  color: #c9a227;

  font-size: 16px;
}

.about-oba-leadership-copy {
  max-width: 850px;

  margin: 50px auto 0;

  text-align: center;
}

.about-oba-leadership-copy p {
  margin: 0 0 22px;

  color: #4f5b6d;

  font-size: 18px;
  line-height: 1.8;
}

/* =========================================================
   INSTITUTIONAL LEADERSHIP
========================================================= */

.about-oba-institution-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);

  gap: 70px;

  align-items: center;
}

/* =========================================================
   PHILOSOPHY
========================================================= */

.about-oba-philosophy {
  padding: 115px 0;

  background: #071629;

  color: #ffffff;

  text-align: center;
}

.about-oba-philosophy-inner {
  max-width: 850px;

  margin: 0 auto;
}

.about-oba-philosophy-inner > span {
  color: #c9a227;
}

.about-oba-philosophy-inner h2 {
  margin: 0 0 28px;

  color: #ffffff;

  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
}

.about-oba-philosophy-inner h2 strong {
  color: #c9a227;
}

.about-oba-philosophy-inner p {
  margin: 0 0 22px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 19px;
  line-height: 1.8;
}

/* =========================================================
   INTELLECTUAL DIMENSION
========================================================= */

.about-oba-intellectual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);

  gap: 70px;

  align-items: center;
}

/* =========================================================
   CAREER TRANSITIONS
========================================================= */

.about-oba-transitions {
  padding: 105px 0;

  background: #ffffff;
}

.about-oba-transitions-heading {
  max-width: 920px;
  margin-bottom: 50px;
}

.about-oba-transitions-heading > span {
  color: #172033;
}

.about-oba-transitions-heading h2 {
  margin: 0;

  color: #172033;

  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.about-oba-transitions-heading h2 strong {
  color: #0b1f3a;
}

.about-oba-transitions-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 16px;

  max-width: 1000px;
  margin: 0 auto;
}

.about-oba-transitions-list span {
  padding: 22px 18px;

  background: #f7f8fa;

  border: 1px solid #e4e7ec;
  border-radius: 8px;

  color: #0b1f3a;

  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;

  text-align: center;
}

.about-oba-transitions-copy {
  max-width: 820px;

  margin: 45px auto 0;

  color: #4f5b6d;

  font-size: 18px;
  line-height: 1.8;

  text-align: center;
}

/* =========================================================
   LEGACY
========================================================= */

.about-oba-legacy {
  padding: 110px 0;

  background: #0b1f3a;

  color: #ffffff;
}

.about-oba-legacy-inner {
  max-width: 850px;

  margin: 0 auto 60px;

  text-align: center;
}

.about-oba-legacy-inner > span {
  color: #c9a227;
}

.about-oba-legacy-inner h2 {
  margin: 0 0 28px;

  color: #ffffff;

  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.about-oba-legacy-inner h2 strong {
  color: #c9a227;
}

.about-oba-legacy-inner p {
  margin: 0 0 22px;

  color: rgba(255, 255, 255, 0.84);

  font-size: 19px;
  line-height: 1.8;
}

.about-oba-legacy-image {
  max-width: 1000px;
  min-height: 360px;

  margin: 0 auto;

  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 10px;

  background: rgba(255, 255, 255, 0.035);
}

/* =========================================================
   CLOSING
========================================================= */

.about-oba-closing {
  padding: 105px 0;

  background: #f7f8fa;

  text-align: center;
}

.about-oba-closing-inner {
  max-width: 850px;

  margin: 0 auto;
}

.about-oba-closing-inner > span {
  color: #c9a227;
}

.about-oba-closing-inner h2 {
  margin: 0 0 25px;

  color: #172033;

  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.about-oba-closing-inner h2 strong {
  color: #0b1f3a;
}

.about-oba-closing-inner p {
  max-width: 720px;

  margin: 0 auto;

  color: #4f5b6d;

  font-size: 18px;
  line-height: 1.8;
}

.about-oba-page .footer-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.about-oba-story-image img,
.about-oba-feature-image img,
.about-oba-senate-image img,
.about-oba-story-image img,
.about-oba-legacy-image img {
  width: 100%;
}
