/* ==========================================================================
   ABOUT PAGE STYLES — High Contrast & High Readability
   ========================================================================== */

.about-hero {
  position: relative;
  padding: 120px 0 80px;
  background: var(--secondary);
  color: white;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(120, 53, 15, 0.85) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-hero h1 {
  color: white;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  margin-bottom: 16px;
  line-height: 1.25;
}

.about-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1875rem;
  line-height: 1.7;
}
