.about-page {
  max-width: 1080px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: 42px;
  align-items: center;
  padding: 18px 0 34px;
}

.about-hero-copy h1 {
  margin: 4px 0 14px;
  max-width: 700px;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.about-hero-copy .lede {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.17rem);
  line-height: 1.65;
}

.about-portrait-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(28, 33, 26, .08);
}

.about-portrait-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.about-portrait-card figcaption {
  display: grid;
  gap: 2px;
  padding: 14px 16px 16px;
}

.about-portrait-card strong {
  font-size: .98rem;
}

.about-portrait-card span {
  color: var(--muted);
  font-size: .78rem;
}

.about-story {
  display: grid;
  gap: 18px;
  padding-bottom: 26px;
}

.about-section {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.about-section h2 {
  margin: 0 0 13px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: -.035em;
}

.about-section p {
  max-width: 820px;
  margin: 0 0 13px;
  color: var(--muted);
  line-height: 1.67;
}

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

.about-section strong {
  color: var(--text);
}

.about-emphasis {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--accent);
  border-radius: 0 12px 12px 0;
  background: #f8f9f5;
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.12rem);
  font-weight: 820;
  line-height: 1.5;
}

.about-field-section {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}

.about-field-section .section-kicker {
  color: var(--accent);
}

.about-field-section h2,
.about-field-section strong {
  color: #fff;
}

.about-field-section p {
  color: #dfe3dc;
}

.about-field-quote {
  margin: 22px 0 14px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  color: #fff;
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  font-weight: 850;
  line-height: 1.38;
}

.about-signature {
  margin-top: 18px !important;
  color: var(--accent) !important;
  font-weight: 900;
}

.about-closing {
  padding: 30px;
  border-radius: 20px;
  background: var(--accent-soft);
  border: 1px solid #dce887;
}

.about-closing h2 {
  margin-bottom: 12px;
}

.about-closing p {
  max-width: 800px;
  margin: 0 0 10px;
  line-height: 1.65;
}

.about-closing .about-last-line {
  margin-top: 18px;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 900;
  color: var(--text);
}

.about-home-link {
  display: flex;
  justify-content: center;
  padding: 4px 0 28px;
}

.about-home-link a {
  text-decoration: none;
}

@media (max-width: 760px) {
  .about-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 8px;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .about-portrait-card {
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .about-section,
  .about-closing {
    padding: 20px 17px;
    border-radius: 17px;
  }

  .about-field-quote {
    padding: 17px;
  }
}

/* Supporting founder portrait: field first. */
.about-field-portrait img {
  object-position: 50% 24%;
}

.about-trade-layout {
  display: block;
}

.about-trade-layout > div > p:last-child {
  margin-bottom: 0;
}
