:root {
  --about-shell: min(100% - 2rem, 1120px);
  --about-copy: min(100%, 760px);
  --about-radius: 24px;
  --about-border: 1px solid rgba(31, 58, 95, 0.08);
  --about-shadow: 0 16px 42px rgba(31, 58, 95, 0.06);
}

body.about-page {
  background:
    radial-gradient(circle at top left, rgba(232, 242, 251, 0.72), transparent 42%),
    linear-gradient(to bottom, #f5f9fc 0%, #f8fafc 22%, #ffffff 68%, #f7fafc 100%);
}

.about-page .site-header {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(31, 58, 95, 0.06);
}

.about-page .site-footer {
  background: linear-gradient(to bottom, rgba(236, 244, 251, 0.38), rgba(255, 255, 255, 0.9));
  border-top: 1px solid rgba(31, 58, 95, 0.06);
}

.about-shell {
  width: var(--about-shell);
  margin: 0 auto;
}

.about-hero {
  padding: 7.75rem 0 5rem;
}

.about-hero .about-shell {
  width: min(100% - 2rem, 860px);
  margin-left: auto;
  margin-right: auto;
}

.about-kicker {
  display: inline-block;
  margin-bottom: 0.95rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.about-lead {
  font-size: 1.08rem;
  color: var(--color-heading);
  margin-top: 1.5rem;
}

.about-hero p:last-child,
.prose-block p:last-child,
.section-heading p:last-child,
.focus-item p:last-child {
  margin-bottom: 0;
}

.about-section {
  position: relative;
  padding: 5.6rem 0;
}

.about-section--tint-a {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(243,248,252,0.9) 18%, rgba(255,255,255,0) 100%);
}

.about-section--tint-b {
  background: linear-gradient(180deg, rgba(236,244,251,0.22) 0%, rgba(246,250,253,0.92) 24%, rgba(255,255,255,0.12) 100%);
}

.about-section--tint-c {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(240,247,252,0.82) 18%, rgba(255,255,255,0) 100%);
}

.about-section--plain {
  padding-top: 4.6rem;
  padding-bottom: 6.6rem;
}

.section-heading.narrow,
.prose-block {
  width: var(--about-copy);
  max-width: 100%;
}

.prose-block--wide {
  width: min(100%, 860px);
}

.section-heading--left {
  text-align: left;
}

.section-heading {
  margin-bottom: 2.5rem;
}

.section-heading h2 {
  margin-bottom: 0.95rem;
}

.prose-block p + p {
  margin-top: 1.55rem;
}

.about-hero p + p {
  margin-top: 1.55rem;
}

.focus-list {
  margin-top: 2.7rem;
}

.mission-line {
  margin-bottom: 0.9rem;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-accent);
}

.accent-box {
  border: var(--about-border);
  border-radius: var(--about-radius);
  box-shadow: var(--about-shadow);
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(246,250,253,0.9) 100%);
}

.focus-list {
  width: min(100%, 860px);
  margin-top: 2.7rem;
  border-top: 1px solid rgba(31, 58, 95, 0.1);
}

.focus-item {
  padding: 2.1rem 0 2.2rem;
  border-bottom: 1px solid rgba(31, 58, 95, 0.1);
}

.focus-item h3 {
  margin-bottom: 0.7rem;
  font-size: 1.06rem;
  color: var(--color-accent);
}

.focus-item p {
  max-width: 760px;
}

.company-box {
  width: min(100%, 760px);
  padding: 1.9rem 1.9rem;
}

.company-row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(31, 58, 95, 0.1);
}

.company-row:first-child {
  padding-top: 0.2rem;
}

.company-row:last-child {
  border-bottom: none;
  padding-bottom: 0.2rem;
}

.company-label {
  font-weight: 700;
  color: var(--color-heading);
}

.footer-copy,
.copyright {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .about-hero {
    padding-top: 6rem;
    padding-bottom: 3.4rem;
  }

  .about-section {
    padding: 3.3rem 0;
  }

  .company-row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .section-heading {
    margin-bottom: 1.8rem;
  }

  .prose-block p + p,
  .about-hero p + p {
    margin-top: 1.2rem;
  }

  .focus-item {
    padding: 1.7rem 0 1.85rem;
  }

  .company-box {
    padding: 1.5rem 1.15rem;
  }
}
