/* ============================================================
   ABOUT PAGE
   Inherits site-wide tokens, site nav, footer.
   This file only handles about-page-specific layout.
   ============================================================ */

/* ============================================================
   HERO
   ============================================================ */
.about-hero {
  background: #0e100f;
  color: #fffce1;
  padding: 4.5rem 0 5.5rem;
  border-bottom: 1px solid rgba(168, 197, 232, 0.12);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 20%, rgba(98, 54, 87, 0.35) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 90% 80%, rgba(112, 4, 4, 0.25) 0%, transparent 60%);
  pointer-events: none;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-hero-kicker {
  margin-bottom: 1.25rem;
  color: #a8c5e8;
}

.about-hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #fffce1;
  margin: 0 0 1.75rem;
  max-width: 18ch;
}

.about-hero-body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #fffce1;
  opacity: 0.88;
  max-width: 52ch;
}

.about-hero-body p {
  margin: 0 0 1.25rem;
}

.about-hero-body p:last-child {
  margin-bottom: 0;
}

.about-hero-portrait-col {
  display: flex;
  justify-content: flex-end;
}

.about-hero-portrait {
  margin: 0;
  max-width: 360px;
  width: 100%;
}

.about-hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(168, 197, 232, 0.1);
  filter: grayscale(0.15) contrast(1.05);
}

.about-hero-portrait figcaption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.75rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8c5e8;
  opacity: 0.7;
}

.about-hero-portrait-name {
  font-weight: 600;
}

.about-hero-portrait-credit {
  opacity: 0.75;
}

/* ============================================================
   STORY SECTIONS
   Alternate dark and slightly-lighter-dark like newsprint columns
   ============================================================ */
.about-section {
  background: #15101a;
  color: #fffce1;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(168, 197, 232, 0.08);
}

.about-section-alt {
  background: #1a1320;
}

.about-section .eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a8c5e8;
  margin: 0 0 1.25rem;
  opacity: 0.85;
}

.about-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.625rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #fffce1;
  margin: 0 0 2rem;
  max-width: 32ch;
}

.about-section p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #fffce1;
  opacity: 0.86;
  margin: 0 0 1.25rem;
  max-width: 62ch;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-section p strong {
  font-weight: 600;
  color: #fffce1;
  opacity: 1;
}

.about-section p em {
  color: #a8c5e8;
  font-style: italic;
}

.about-inline-link {
  color: #a8c5e8;
  text-decoration: none;
  border-bottom: 1px solid rgba(168, 197, 232, 0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.about-inline-link:hover,
.about-inline-link:focus-visible {
  color: #fffce1;
  border-bottom-color: #fffce1;
}

/* ============================================================
   CTA
   ============================================================ */
.about-cta {
  background: #0e100f;
  color: #fffce1;
  padding: 5rem 0 5.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(98, 54, 87, 0.45) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(112, 4, 4, 0.3) 0%, transparent 60%);
  pointer-events: none;
}

.about-cta > div {
  position: relative;
  z-index: 1;
}

.about-cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fffce1;
  margin: 0 0 1.25rem;
}

.about-cta p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #fffce1;
  opacity: 0.78;
  margin: 0 auto 2.5rem;
  max-width: 52ch;
}

.about-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  justify-content: center;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 880px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about-hero-portrait-col {
    justify-content: center;
    order: -1;
  }
  .about-hero-portrait {
    max-width: 280px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 3rem 0 3.5rem;
  }
  .about-hero-headline {
    margin-bottom: 1.25rem;
  }
  .about-section {
    padding: 3.5rem 0;
  }
  .about-section h2 {
    margin-bottom: 1.5rem;
  }
  .about-section p,
  .about-hero-body {
    font-size: 1rem;
  }
  .about-cta {
    padding: 3.5rem 0 4rem;
  }
  .about-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}
