.about-page {
  background:
    linear-gradient(180deg, var(--bg-2), var(--bg) 520px),
    var(--bg);
}

.about-hero {
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  padding: 64px 0 52px;
  position: relative;
}

.about-hero::before {
  background:
    linear-gradient(115deg, oklch(68% 0.157 7 / 0.16), transparent 38%),
    radial-gradient(circle at 82% 18%, oklch(76% 0.116 68 / 0.18), transparent 30%),
    linear-gradient(90deg, transparent 0 49%, oklch(50% 0.014 352 / 0.12) 49% 50%, transparent 50% 100%);
  background-size: auto, auto, 28px 28px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.about-hero-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) 360px;
  position: relative;
  z-index: 1;
}

.about-kicker,
.about-label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.about-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 8vw, 94px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .92;
  margin: 0;
  max-width: 900px;
}

.about-lede {
  color: var(--ink-2);
  font-size: 19px;
  line-height: 1.62;
  margin: 24px 0 0;
  max-width: 760px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-btn {
  align-items: center;
  border: 1px solid var(--rule-2);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  min-height: 46px;
  padding: 0 18px;
}

.about-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.about-btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.about-btn-primary:hover {
  background: var(--accent-2);
  color: white;
}

.about-proof {
  align-self: end;
  background: oklch(24% 0.018 350 / .88);
  border: 1px solid oklch(95% 0.008 29 / .16);
  border-radius: 8px;
  box-shadow: var(--shadow-2);
  color: white;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

:root[data-theme="light"] .about-proof {
  background: oklch(28.5% 0.035 345 / .94);
}

.about-proof div {
  border-bottom: 1px solid oklch(95% 0.008 29 / .13);
  border-right: 1px solid oklch(95% 0.008 29 / .13);
  min-height: 124px;
  padding: 20px;
}

.about-proof div:nth-child(2n) {
  border-right: 0;
}

.about-proof div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.about-proof strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  line-height: .95;
}

.about-proof span {
  color: oklch(90% 0.02 29);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 10px;
  text-transform: uppercase;
}

.about-section,
.about-band {
  padding: 56px 0;
}

.about-split {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
}

.about-section h2,
.about-band h2,
.about-card h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.about-copy {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.75;
  max-width: 820px;
}

.about-copy p + p {
  margin-top: 18px;
}

.about-copy ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-copy li {
  border-top: 1px solid var(--rule);
  padding: 13px 0 0 26px;
  position: relative;
}

.about-copy li::before {
  background: var(--accent);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 22px;
  width: 7px;
}

.about-copy a,
.about-card a {
  color: var(--accent);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-band {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
}

.about-band-head {
  margin-bottom: 28px;
  max-width: 820px;
}

.about-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-steps article,
.about-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 24px;
}

.about-steps span {
  color: var(--accent);
  display: block;
  font-weight: 900;
  margin-bottom: 20px;
}

.about-steps h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.about-steps p,
.about-card p {
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.62;
  margin: 0;
}

.about-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-card {
  background: var(--paper);
  min-height: 280px;
}

.about-card h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 16px;
}

.about-card a {
  display: inline-block;
  margin-top: 20px;
}

.about-trust {
  padding-top: 20px;
}

@media (max-width: 900px) {
  .about-hero-grid,
  .about-split,
  .about-card-grid {
    grid-template-columns: 1fr;
  }

  .about-proof {
    align-self: stretch;
  }

  .about-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .about-hero {
    padding: 46px 0 34px;
  }

  .about-hero h1 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .about-lede {
    font-size: 17px;
  }

  .about-proof {
    grid-template-columns: 1fr;
  }

  .about-proof div,
  .about-proof div:nth-child(2n),
  .about-proof div:nth-last-child(-n+2) {
    border-bottom: 1px solid oklch(95% 0.008 29 / .13);
    border-right: 0;
    min-height: 0;
  }

  .about-proof div:last-child {
    border-bottom: 0;
  }
}
