.about-page {
  overflow: clip;
  background: var(--light-cyan);
}

.about-hero {
  position: relative;
  display: flex;
  min-height: min(960px, 100svh);
  overflow: hidden;
  align-items: center;
  padding: 170px 0 96px;
  background:
    linear-gradient(115deg, rgba(250,224,228,.98) 0 46%, rgba(249,190,199,.84) 72%, rgba(255,133,161,.5) 100%);
  isolation: isolate;
}

.about-hero::before,
.about-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(89,87,88,.19);
  border-radius: 50%;
  content: "";
}

.about-hero::before {
  top: 12%;
  right: 1%;
  width: min(48vw, 700px);
  aspect-ratio: 1;
}

.about-hero::after {
  right: 12%;
  bottom: -37%;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border-color: rgba(255,10,84,.2);
}

.about-hero__glow {
  position: absolute;
  z-index: -2;
  top: 8%;
  right: -9%;
  width: min(60vw, 880px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,133,161,.62), rgba(255,71,126,.17) 46%, transparent 72%);
}

.about-hero__layout {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  align-items: center;
}

.about-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.about-hero h1 {
  max-width: 850px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: .9;
  letter-spacing: -.055em;
}

.about-hero__lead {
  max-width: 720px;
  margin-top: 34px;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.48;
}

.about-hero__copy > p:last-of-type {
  max-width: 650px;
}

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

.about-hero__support,
.about-final__support {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--french-blue);
  font-size: 14px;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(255,10,84,.42);
  text-underline-offset: 5px;
}

.about-manifesto {
  padding: clamp(110px, 13vw, 190px) 0;
  background: linear-gradient(135deg, var(--pastel-pink), var(--bubblegum-tint));
  color: var(--text-ink);
}

.about-manifesto__inner {
  text-align: center;
}

.about-manifesto .eyebrow,
.about-manifesto h2 {
  color: var(--text-ink);
}

.about-manifesto h2 {
  max-width: 1080px;
  margin-inline: auto;
  font-size: clamp(50px, 7vw, 100px);
  line-height: .96;
}

.about-manifesto p:last-child {
  max-width: 720px;
  margin: 32px auto 0;
  font-size: clamp(18px, 1.7vw, 24px);
}

.about-introduction {
  padding: var(--section-space) 0;
  background: var(--light-cyan);
}

.about-introduction__layout,
.about-origin__layout,
.about-founder__layout,
.about-permission__inner {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(60px, 10vw, 150px);
}

.about-introduction h2,
.about-origin h2,
.about-founder h2 {
  max-width: 650px;
}

.about-introduction__copy {
  max-width: 760px;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.68;
}

.about-symbol {
  padding: var(--section-space) 0;
  background: linear-gradient(145deg, var(--soft-blush), var(--pastel-pink));
}

.about-symbol__layout {
  display: grid;
  grid-template-columns: minmax(340px,.82fr) minmax(0,1.18fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.about-symbol__visual {
  position: sticky;
  top: 130px;
}

.about-symbol__visual h2 {
  max-width: 680px;
}

.about-symbol__visual > p:not(.eyebrow) {
  max-width: 580px;
  margin-top: 28px;
}

.about-symbol__chapters {
  border-top: 1px solid var(--rule-strong);
}

.about-symbol__chapters article {
  display: grid;
  padding: 42px 0;
  grid-template-columns: 58px 1fr;
  column-gap: 24px;
  border-bottom: 1px solid var(--rule);
}

.about-symbol__chapters span {
  grid-row: 1 / 5;
  color: var(--teal-blue);
  font-family: var(--font-display);
  font-size: 27px;
}

.about-symbol__chapters h3 {
  font-size: clamp(31px, 3vw, 45px);
}

.about-symbol__chapters p {
  max-width: 690px;
}

.about-symbol__chapters blockquote {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--french-blue);
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.04em;
}

.about-origin {
  padding: var(--section-space) 0;
  background: var(--pearl-white);
}

.about-origin__heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.about-origin__copy {
  max-width: 780px;
}

.about-origin__lead {
  margin-top: 0;
  color: var(--french-blue);
  font-family: var(--font-display);
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1;
  letter-spacing: -.04em;
}

.about-origin__statements {
  margin: 36px 0;
  border-top: 1px solid var(--rule-strong);
}

.about-origin__statements p {
  position: relative;
  margin: 0;
  padding: 22px 20px 22px 36px;
  border-bottom: 1px solid var(--rule);
  font-weight: 600;
}

.about-origin__statements p::before {
  position: absolute;
  left: 0;
  color: var(--teal-blue);
  content: "✦";
}

.about-meaning {
  padding: var(--section-space) 0;
  background: var(--frosted-blue-light);
}

.about-section-heading {
  max-width: 970px;
  margin-bottom: clamp(54px, 8vw, 96px);
}

.about-section-heading > p:last-child {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(18px, 1.5vw, 22px);
}

.about-meaning__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,10,84,.2);
}

.about-meaning__examples,
.about-meaning__definition {
  padding: clamp(32px, 5vw, 64px);
}

.about-meaning__examples {
  background: var(--light-cyan);
}

.about-meaning__definition {
  background: var(--bubblegum-tint);
  color: var(--text-ink);
}

.about-meaning__definition p:first-child {
  color: var(--text-ink);
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
}

.about-explore {
  padding: var(--section-space) 0;
  background: var(--light-cyan);
}

.about-explore__grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
  background: rgba(255,10,84,.2);
}

.about-explore__grid > a {
  position: relative;
  min-height: 330px;
  padding: clamp(28px, 4vw, 50px);
  background: var(--pearl-white);
  transition: background .2s ease;
}

.about-explore__grid > a:nth-child(2),
.about-explore__grid > a:nth-child(3) {
  background: var(--soft-blush);
}

.about-explore__grid > a:hover {
  background: var(--pastel-pink);
}

.about-explore__grid span {
  color: var(--teal-blue);
  font-family: var(--font-display);
  font-size: 26px;
}

.about-explore__grid h3 {
  max-width: 520px;
  margin-top: 52px;
  font-size: clamp(31px, 3.2vw, 48px);
}

.about-explore__grid p {
  max-width: 590px;
}

.about-explore__grid i {
  position: absolute;
  right: 28px;
  bottom: 24px;
  font-style: normal;
}

.about-founder {
  padding: var(--section-space) 0;
  background: linear-gradient(135deg, var(--pastel-pink), var(--bubblegum-tint));
  color: var(--text-ink);
}

.about-founder .eyebrow,
.about-founder h2 {
  color: var(--text-ink);
}

.about-founder__identity {
  position: sticky;
  top: 130px;
  align-self: start;
}

.about-founder__experience {
  max-width: 500px;
  margin-top: 48px;
  padding: 28px 0;
  border-block: 1px solid var(--rule-strong);
}

.about-founder__experience strong,
.about-founder__experience span {
  display: block;
}

.about-founder__experience strong {
  color: var(--text-ink);
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: 1;
}

.about-founder__experience span {
  max-width: 430px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.55;
}

.about-founder__story {
  max-width: 780px;
}

.about-founder__story > p:first-child {
  margin-top: 0;
  color: var(--text-ink);
  font-size: clamp(20px, 1.7vw, 25px);
}

.about-founder__questions {
  margin: 38px 0;
  border-top: 1px solid var(--rule-strong);
}

.about-founder__questions p {
  position: relative;
  margin: 0;
  padding: 19px 28px 19px 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.08;
}

.about-founder__questions p::after {
  position: absolute;
  right: 0;
  color: var(--hot-fuchsia);
  content: "?";
}

.about-founder__story .button {
  margin-top: 26px;
  border-color: var(--hot-fuchsia);
  background: var(--soft-blush);
  color: var(--text-ink);
}

.about-permission {
  padding: var(--section-space) 0;
  background: var(--soft-blush);
}

.about-permission h2 {
  max-width: 700px;
  font-size: clamp(45px, 5.7vw, 80px);
}

.about-permission__inner > div:last-child {
  max-width: 740px;
  align-self: end;
  font-size: clamp(18px, 1.4vw, 21px);
}

.about-final {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 13vw, 180px) 0;
  background: linear-gradient(135deg, var(--pastel-pink), var(--hot-pink));
}

.about-final::before {
  position: absolute;
  top: -55%;
  left: 50%;
  width: min(75vw, 1000px);
  aspect-ratio: 1;
  border: 1px solid rgba(89,87,88,.17);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.about-final__inner {
  position: relative;
  text-align: center;
}

.about-final h2 {
  max-width: 980px;
  margin-inline: auto;
}

.about-final__inner > p:not(.eyebrow) {
  max-width: 720px;
  margin: 28px auto 0;
}

.about-final__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.about-final__support {
  margin: 0 0 0 10px;
}

@media (max-width: 980px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero__layout {
    grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
    gap: 34px;
  }

  .about-hero h1 {
    font-size: clamp(56px, 8vw, 78px);
  }

  .about-symbol__layout {
    grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr);
    gap: 48px;
  }

  .about-introduction__layout,
  .about-origin__layout,
  .about-founder__layout,
  .about-permission__inner {
    gap: 60px;
  }
}

@media (max-width: 820px) {
  .about-hero {
    padding: 150px 0 82px;
  }

  .about-hero__layout,
  .about-introduction__layout,
  .about-symbol__layout,
  .about-origin__layout,
  .about-founder__layout,
  .about-permission__inner {
    grid-template-columns: 1fr;
  }

  .about-symbol__visual,
  .about-origin__heading,
  .about-founder__identity {
    position: static;
  }

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

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

  .about-explore__grid > a:nth-child(3) {
    background: var(--pearl-white);
  }

  .about-explore__grid > a:nth-child(4) {
    background: var(--soft-blush);
  }
}

@media (max-width: 680px) {
  .about-hero {
    padding: 136px 0 70px;
  }

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

  .about-hero__lead {
    margin-top: 25px;
    font-size: 18px;
  }

  .about-hero__actions {
    display: grid;
  }

  .about-hero__actions .button {
    width: 100%;
  }

  .about-manifesto,
  .about-introduction,
  .about-symbol,
  .about-origin,
  .about-meaning,
  .about-explore,
  .about-founder,
  .about-permission,
  .about-final {
    padding-block: 78px;
  }

  .about-symbol__chapters article {
    padding: 34px 0;
    grid-template-columns: 38px 1fr;
    column-gap: 14px;
  }

  .about-symbol__chapters span {
    font-size: 21px;
  }

  .about-symbol__chapters p,
  .about-symbol__chapters blockquote {
    grid-column: 1 / -1;
    padding-left: 52px;
  }

  .about-meaning__examples,
  .about-meaning__definition {
    padding: 30px 22px;
  }

  .about-explore__grid > a {
    min-height: 300px;
    padding: 28px 24px;
  }

  .about-founder__experience {
    margin-top: 32px;
  }

  .about-founder__questions p {
    padding-right: 24px;
  }

  .about-final__actions {
    display: grid;
  }

  .about-final__actions .button {
    width: 100%;
  }

  .about-final__support {
    justify-self: center;
    margin: 8px 0 0;
  }
}
