/* About Marie */

.about-page strong {
  color: var(--forest);
  font-weight: 650;
}

.about-hero {
  position: relative;
  min-height: min(940px, 100svh);
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--cream-soft);
  isolation: isolate;
}

.about-hero::before,
.about-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.about-hero::before {
  top: 20%;
  left: -180px;
  width: 410px;
  height: 410px;
}

.about-hero::after {
  right: -260px;
  bottom: -340px;
  width: 690px;
  height: 690px;
}

.about-hero-grid {
  display: grid;
  min-height: min(940px, 100svh);
  grid-template-columns: minmax(430px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(65px, 9vw, 135px);
  padding-top: calc(var(--header-height) + 55px);
  padding-bottom: 70px;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
}

.about-hero h1 {
  margin: 0 0 34px;
  color: var(--cream-soft);
  font-size: clamp(5.4rem, 9.5vw, 9.2rem);
  letter-spacing: -0.065em;
  line-height: 0.8;
}

.about-hero-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 40px;
  color: rgba(255, 253, 248, 0.78);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.4;
}

.about-hero-figure {
  position: relative;
  margin: 0;
}

.about-hero-figure::before {
  position: absolute;
  z-index: -1;
  top: -25px;
  right: -25px;
  width: 58%;
  height: 70%;
  border: 1px solid rgba(217, 189, 136, 0.34);
  content: "";
}

.about-hero-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.98);
}

.about-hero-figure figcaption {
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 253, 248, 0.52);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-opening {
  background: var(--cream);
}

.about-opening-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: start;
  gap: clamp(70px, 10vw, 145px);
}

.about-section-heading {
  position: sticky;
  top: calc(var(--header-height) + 60px);
}

.about-section-heading h2 {
  margin: 0;
  font-size: clamp(3.8rem, 6.5vw, 6.4rem);
}

.about-prose,
.about-chapter-copy {
  max-width: 680px;
}

.about-prose > p:not(.lead-copy),
.about-chapter-copy > p {
  color: var(--muted);
}

.about-prose p,
.about-chapter-copy p {
  margin-bottom: 25px;
}

.about-turn {
  margin-top: 44px;
  padding: 24px 0 0 28px;
  border-top: 1px solid var(--line);
  border-left: 2px solid var(--clay);
  color: var(--forest) !important;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.45;
}

.about-chapter {
  border-top: 1px solid var(--line);
  background: var(--cream-soft);
}

.about-chapter-soft {
  background: var(--cream-deep);
}

.about-chapter-dark {
  border-top: 0;
  background: var(--forest);
  color: rgba(255, 253, 248, 0.76);
}

.about-chapter-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(520px, 1.32fr);
  align-items: start;
  gap: clamp(70px, 12vw, 170px);
}

.about-chapter-label {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 12px;
}

.about-chapter-label > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--moss);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.about-chapter-label .eyebrow {
  margin: 0;
}

.about-chapter-copy h2 {
  margin-bottom: 46px;
  font-size: clamp(3.8rem, 6vw, 6.5rem);
}

.about-chapter-copy > p {
  max-width: 660px;
  font-size: 1.02rem;
}

.about-chapter-dark h2 {
  color: var(--cream-soft);
}

.about-chapter-dark .about-chapter-copy > p {
  color: rgba(255, 253, 248, 0.7);
}

.about-chapter-dark .about-chapter-label > span {
  border-color: rgba(255, 255, 255, 0.19);
  color: #d9bd88;
}

.about-practice {
  margin-top: 38px;
  padding: 29px 32px;
  border: 1px solid rgba(23, 60, 48, 0.19);
  background: rgba(251, 248, 241, 0.52);
  color: var(--forest) !important;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
  line-height: 1.5;
}

.about-closing {
  position: relative;
  overflow: hidden;
  background: var(--forest-deep);
  color: rgba(255, 253, 248, 0.74);
}

.about-closing::after {
  position: absolute;
  right: -240px;
  top: 10%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.about-closing-inner {
  position: relative;
  z-index: 1;
}

.about-closing h2 {
  max-width: 980px;
  margin-bottom: 60px;
  color: var(--cream-soft);
  font-size: clamp(4.2rem, 7.5vw, 7.8rem);
}

.about-closing-copy {
  max-width: 650px;
  margin-left: auto;
}

.about-closing-copy p {
  margin-bottom: 23px;
}

.about-closing blockquote {
  max-width: 950px;
  margin: 70px 0 0;
  padding: 42px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--cream-soft);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.about-closing-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 54px;
}

@media (max-width: 1120px) {
  .about-hero-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
  }

  .about-opening-grid,
  .about-chapter-grid {
    gap: 75px;
  }
}

@media (max-width: 900px) {
  .about-hero,
  .about-hero-grid {
    min-height: auto;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 160px;
    padding-bottom: 90px;
  }

  .about-hero-copy {
    max-width: 650px;
  }

  .about-hero-figure {
    width: 88%;
    justify-self: end;
  }

  .about-opening-grid,
  .about-chapter-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .about-section-heading {
    position: static;
  }

  .about-chapter-label {
    padding: 0;
  }

  .about-prose,
  .about-chapter-copy {
    max-width: 730px;
  }
}

@media (max-width: 680px) {
  .about-hero-grid {
    gap: 58px;
    padding-top: 135px;
    padding-bottom: 76px;
  }

  .about-hero h1 {
    font-size: clamp(4.6rem, 22vw, 6.1rem);
  }

  .about-hero-figure {
    width: 94%;
  }

  .about-hero-figure::before {
    top: -17px;
    right: -17px;
  }

  .about-section-heading h2,
  .about-chapter-copy h2 {
    font-size: clamp(3.2rem, 16vw, 4.6rem);
  }

  .about-chapter-copy h2 {
    margin-bottom: 34px;
  }

  .about-chapter-copy > p {
    font-size: 0.96rem;
  }

  .about-turn,
  .about-practice {
    padding: 24px 22px;
  }

  .about-closing h2 {
    margin-bottom: 44px;
    font-size: clamp(3.5rem, 18vw, 5.1rem);
  }

  .about-closing blockquote {
    margin-top: 52px;
    font-size: clamp(1.75rem, 9vw, 2.45rem);
  }

  .about-closing-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
}
