/* About Page Styles */

/* Hero section min height */
.inner-hero-tall {
  min-height: 70vh;

}

.inner-hero-tall .inner-eyebrow{margin-top: 60px;}

/* Hero accent gradient background */
.inner-hero-accent-blue {
  width: 480px;
  height: 480px;
  right: 2%;
  top: -12%;
  background: radial-gradient(
    circle,
    rgba(40, 80, 180, 0.12) 0%,
    transparent 70%
  );
}

/* White background section */
.sec-white {
  background: var(--white);
}

/* Quote section with borders */
.quote-section-bordered {
  background: var(--paper);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* Quote attribution spacing */
.q-attr-spacing {
  margin-top: 22px;
}

/* Italic leader card */
.leader-card-italic {
  font-style: italic;
}

/* Italic leader name */
.leader-name-italic {
  color: var(--mid);
  font-style: italic;
}

/* Careers button special styling */
.careers-btn {
  font-size: 10px;
  padding: 10px 20px;
}

/* CTA section styling */
.cta-section-centered {
  background: var(--paper);
  border-top: 1px solid var(--border);
  text-align: center;
}

/* CTA heading with responsive font */
.cta-heading {
  font-family: var(--ff-serif);
  font-size: clamp(18px, 2.2vw, 28px);
  color: var(--charcoal);
  margin-bottom: 24px;
}

/* Red emphasis text */
.text-red-emphasis {
  color: var(--red);
}

/* Footer column heading spacing */
.footer-col-h-spacing {
  margin-bottom: 22px;
}
