.about-story-page {
  --about-width: min(var(--page-width), var(--max));
}

.about-story-section {
  width: var(--about-width);
  margin-right: auto;
  margin-left: auto;
}

.about-story-hero {
  padding: 59px 0 0;
}

.about-story-hero-shell {
  --shell-pad: 34px;
  --header-height: 89px;
  --header-corner: var(--radius);
  --notch-radius: 80px;
  --notch-left-top: 109px;
  --notch-right-top: 245px;
  --notch-left-bottom: 109px;
  --notch-right-bottom: 245px;
  --brand-left: 120px;
  --brand-top: -13px;
  --brand-box: 112px;
  --brand-size: 194px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 22px;
  width: var(--about-width);
  margin: 0 auto;
  padding: 0 var(--shell-pad) var(--shell-pad);
  background: var(--white);
  border: 1px solid #d8d1c7;
  border-top-color: transparent;
  border-radius: var(--radius);
  overflow: visible;
}

.about-story-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(32px, 3vw, 42px);
  background: var(--blush);
  border-radius: var(--radius);
}

.about-story-hero-copy .eyebrow {
  margin-bottom: 14px;
}

.about-story-hero-copy h1 {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: clamp(48px, 4.2vw, 70px);
  font-weight: 520;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.about-story-hero-lead {
  max-width: 650px;
  margin: 0;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.25;
}

.about-story-hero-details {
  display: grid;
  gap: 14px;
  max-width: 650px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(11, 11, 13, 0.2);
}

.about-story-hero-details p {
  margin: 0;
  color: rgba(11, 11, 13, 0.72);
  font-size: 15px;
  line-height: 1.4;
}

.about-story-hero-visual {
  position: relative;
  align-self: center;
  aspect-ratio: 300 / 283;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
  border-radius: var(--radius);
}

.about-story-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-story-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  align-items: start;
  padding: 88px 0 44px;
}

.about-story-overview h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(48px, 4.2vw, 70px);
  font-weight: 510;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.about-story-overview-copy {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
}

.about-story-overview-copy p {
  margin: 0;
  color: rgba(11, 11, 13, 0.76);
  font-size: 17px;
  line-height: 1.45;
}

.about-story-overview-copy p:first-child {
  color: var(--ink);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.28;
}

.about-story-overview-copy p + p {
  margin-top: 20px;
}

.about-story-overview-copy p:last-child {
  color: var(--ink);
  font-weight: 650;
}

.about-story-founder {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: 14px;
  margin-top: 44px;
  margin-bottom: 34px;
  padding: 14px;
  background: var(--sage);
  border-radius: var(--radius);
}

.about-story-clients {
  padding-bottom: 42px;
}

.about-story-founder-photo {
  position: relative;
  align-self: stretch;
  aspect-ratio: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #c8c9c6;
  border-radius: var(--radius);
}

.about-story-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-story-founder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 4.2vw, 60px);
  background: rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
}

.about-story-founder-copy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 520;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.about-story-founder-text {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(11, 11, 13, 0.2);
}

.about-story-founder-text p {
  max-width: 760px;
  margin: 0;
  color: rgba(11, 11, 13, 0.72);
  font-size: 17px;
  line-height: 1.45;
}

.about-story-values {
  margin-top: 88px;
  margin-bottom: 88px;
  padding: clamp(38px, 5vw, 72px);
  background: var(--sage);
  border-radius: var(--radius);
}

.about-story-values-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 48px;
}

.about-story-values-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 4.2vw, 70px);
  font-weight: 510;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

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

.about-story-value {
  min-height: 285px;
  padding: clamp(30px, 4vw, 50px);
  background: rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
}

.about-story-value:nth-child(2),
.about-story-value:nth-child(3) {
  background: rgba(255, 255, 255, 0.35);
}

.about-story-value > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.about-story-value h3 {
  max-width: 460px;
  margin: 54px 0 28px;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 540;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.about-story-value ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: rgba(11, 11, 13, 0.66);
  font-size: 15px;
  list-style: none;
}

.about-story-value li::before {
  content: "—";
  margin-right: 9px;
}

@media (max-width: 1100px) {
  .about-story-hero-shell,
  .about-story-founder {
    grid-template-columns: 1fr;
  }

  .about-story-hero-shell {
    --shell-pad: 16px;
    gap: 14px;
    padding: 0 var(--shell-pad) var(--shell-pad);
  }

  .about-story-hero-visual {
    aspect-ratio: 16 / 10;
  }

  .about-story-founder-photo {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

}

@media (max-width: 980px) {
  .about-story-overview {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 72px;
  }

  .about-story-overview-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .about-story-values-heading,
  .about-story-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .about-story-hero-copy {
    padding: 26px;
  }

  .about-story-hero-copy h1,
  .about-story-overview h2,
  .about-story-values-heading h2 {
    font-size: clamp(46px, 13vw, 60px);
  }

  .about-story-hero-lead,
  .about-story-overview-copy p:first-child {
    font-size: 20px;
  }

  .about-story-hero-details p {
    font-size: 16px;
  }

  .about-story-hero-visual {
    aspect-ratio: 4 / 3;
  }

  .about-story-overview {
    gap: 24px;
    padding: 56px 0 32px;
  }

  .about-story-founder {
    margin-top: 32px;
    margin-bottom: 22px;
    padding: 12px;
  }

  .about-story-clients {
    padding-bottom: 46px;
  }

  .about-story-founder-photo {
    aspect-ratio: 1;
    min-height: 0;
  }

  .about-story-founder-copy {
    padding: 28px 20px;
  }

  .about-story-founder-copy h2 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .about-story-founder-text {
    margin-top: 26px;
    padding-top: 20px;
  }

  .about-story-values {
    margin-top: 64px;
    margin-bottom: 64px;
    padding: 28px 20px;
  }

  .about-story-values-heading {
    margin-bottom: 32px;
  }

  .about-story-value {
    min-height: 0;
    padding: 28px;
  }

  .about-story-value h3 {
    margin-top: 38px;
  }
}
