.about-page {
  background: var(--paper);
}

.about-page .decor {
  z-index: 3;
}

.about-page .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas: "copy portrait";
  align-items: center;
  gap: 54px;
  min-height: 710px;
  padding: 126px 58px 76px 80px;
}

.about-hero-copy {
  position: relative;
  z-index: 4;
  grid-area: copy;
}

.about-hero-copy .eyebrow {
  margin: 0 0 24px;
}

.about-hero-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.about-hero-copy h1 em {
  display: block;
  margin-top: 8px;
  font-family: var(--script);
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.about-hero-copy > p:not(.eyebrow) {
  max-width: 300px;
  margin: 32px 0 0;
  color: var(--soft-ink);
  font-size: 16.5px;
  line-height: 1.8;
}

.about-portrait {
  position: relative;
  z-index: 2;
  grid-area: portrait;
  margin: 0;
}

.about-portrait img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: center bottom;
  filter: grayscale(1) contrast(1.02);
}

.about-portrait figcaption {
  margin-top: 12px;
  color: #625e58;
  font-size: 10.5px;
  text-align: right;
}

.about-hero-butterfly {
  top: 15px;
  left: -38px;
  width: 190px;
  --decor-transform: rotate(-7deg);
}

.about-hero-floral {
  right: -96px;
  bottom: -56px;
  width: 255px;
  --decor-transform: rotate(-12deg);
}

.about-story {
  position: relative;
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 72px;
  padding: 112px 80px 126px;
}

.about-story-heading,
.about-story-copy {
  position: relative;
  z-index: 4;
}

.about-story-heading {
  align-self: start;
  position: sticky;
  top: 48px;
}

.about-story-heading .eyebrow {
  margin: 0 0 22px;
}

.about-story-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  line-height: 1.14;
}

.about-story-copy {
  color: var(--soft-ink);
  font-size: 16.5px;
  line-height: 1.9;
}

.about-story-copy > p {
  margin: 0 0 30px;
}

.about-story-closing {
  padding-top: 20px;
  color: var(--ink);
}

.about-story-closing span,
.about-story-closing em {
  display: block;
}

.about-story-closing span {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.35;
}

.about-story-closing em {
  margin-top: 4px;
  font-family: var(--script);
  font-size: 43px;
  line-height: 1.1;
}

.about-story-floral {
  left: -122px;
  bottom: 80px;
  width: 270px;
  --decor-transform: rotate(8deg);
}

.about-mission {
  position: relative;
  padding: 118px 124px 132px;
  text-align: center;
}

.about-mission .eyebrow,
.about-mission h2,
.about-mission-copy,
.about-mission-quote {
  position: relative;
  z-index: 4;
}

.about-mission .eyebrow {
  margin: 0 0 20px;
}

.about-mission h2 {
  max-width: 560px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.18;
}

.about-mission-copy {
  max-width: 590px;
  margin: 52px auto 0;
  color: var(--soft-ink);
  font-size: 16.5px;
  line-height: 1.9;
  text-align: left;
}

.about-mission-copy p {
  margin: 0 0 28px;
}

.about-mission-copy p:first-child {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
}

.about-mission-quote {
  max-width: 600px;
  margin: 56px auto 0;
  padding-top: 46px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.48;
}

.about-mission-quote em {
  font-family: var(--script);
  font-size: 36px;
  line-height: 1.25;
}

.about-mission-butterfly {
  right: -64px;
  top: 116px;
  width: 150px;
  --decor-transform: rotate(8deg);
}

.about-cta {
  position: relative;
  min-height: 460px;
  padding: 96px 98px 0;
  text-align: center;
}

.about-cta > .eyebrow,
.about-cta > h2,
.about-cta > p,
.about-cta > .button {
  position: relative;
  z-index: 4;
}

.about-cta > .eyebrow {
  margin: 0;
}

.about-cta h2 {
  margin: 2px 0 8px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.about-cta h2 em {
  font-family: var(--script);
  font-size: 43px;
}

.about-cta > p:not(.eyebrow) {
  margin: 0 0 26px;
  color: var(--soft-ink);
  font-size: 15px;
}

.about-cta .button {
  display: inline-flex;
}

.about-cta .decor-footer-garden {
  left: 110px;
  bottom: 0;
  width: 980px;
}

.about-cta-butterfly {
  top: 48px;
  right: -80px;
  width: 190px;
  --decor-transform: rotate(11deg);
}

.about-cta .site-footer {
  position: relative;
  z-index: 4;
  margin: 112px -98px 0;
}

@media (max-width: 760px) {
  .about-page .site-header {
    z-index: 30;
  }

  .about-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "portrait"
      "copy";
    gap: 40px;
    min-height: auto;
    padding: 42px 24px 94px;
  }

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

  .about-portrait figcaption {
    text-align: left;
  }

  .about-hero-copy {
    text-align: center;
  }

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

  .about-hero-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .about-hero-copy h1 em {
    font-size: clamp(52px, 15vw, 68px);
  }

  .about-hero-copy > p:not(.eyebrow) {
    max-width: 340px;
    margin: 26px auto 0;
    font-size: 16px;
  }

  .about-hero-butterfly {
    top: -12px;
    left: -75px;
    width: 176px;
  }

  .about-hero-floral {
    display: none;
  }

  .about-story {
    display: block;
    padding: 82px 28px 94px;
  }

  .about-story-heading {
    position: relative;
    top: auto;
    max-width: 330px;
    margin: 0 auto 44px;
    text-align: center;
  }

  .about-story-heading h2 {
    font-size: 34px;
  }

  .about-story-copy {
    max-width: 560px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.85;
  }

  .about-story-copy > p {
    margin-bottom: 27px;
  }

  .about-story-closing {
    text-align: center;
  }

  .about-story-closing em {
    font-size: 39px;
  }

  .about-story-floral {
    left: -92px;
    bottom: 32px;
    width: 190px;
  }

  .about-mission {
    padding: 86px 28px 100px;
  }

  .about-mission h2 {
    max-width: 420px;
    font-size: 34px;
  }

  .about-mission-copy {
    margin-top: 42px;
    font-size: 16px;
    line-height: 1.85;
  }

  .about-mission-quote {
    margin-top: 46px;
    padding-top: 40px;
    font-size: 24px;
  }

  .about-mission-quote em {
    font-size: 32px;
  }

  .about-mission-butterfly {
    right: -58px;
    top: 145px;
    width: 128px;
  }

  .about-cta {
    min-height: auto;
    padding: 76px 24px 0;
  }

  .about-cta h2 em {
    font-size: 40px;
  }

  .about-cta > p:not(.eyebrow) {
    margin-bottom: 28px;
  }

  .about-cta .decor-footer-garden {
    left: 22px;
    width: calc(100% - 44px);
  }

  .about-cta-butterfly {
    right: -84px;
    top: 24px;
    width: 160px;
  }

  .about-cta .site-footer {
    margin: 96px 0 0;
  }
}
