/* Zusatzgestaltung für ueber-mich.html */

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

.about-page .nav nav {
  gap: 20px;
}

.about-hero {
  min-height: 760px;
  padding: 145px 5.75vw 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 7vw;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-hero:before {
  content: "";
  width: 420px;
  height: 420px;
  border: 1px solid #565a56;
  border-radius: 50%;
  position: absolute;
  left: -230px;
  bottom: -150px;
}

.about-heading,
.about-portrait {
  position: relative;
  z-index: 1;
}

.about-heading .eyebrow {
  padding-top: 7px;
  border-top: 1px solid #343534;
}

.about-heading h1 {
  margin: 80px 0 45px;
  font-size: clamp(88px, 11vw, 168px);
  line-height: .72;
  max-width: none;
}

.about-heading h1 em,
.about-contact h2 em {
  color: var(--green);
  font-family: hoefler-text, Georgia, serif;
  font-weight: 400;
}

.about-lead {
  max-width: 560px;
  color: #c8cac5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.about-portrait {
  margin: 0;
  align-self: stretch;
  min-height: 535px;
  border-left: 1px solid #343534;
  overflow: hidden;
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: grayscale(1) contrast(1.04);
}

.about-story,
.vita-section {
  background: var(--paper);
  color: var(--black);
  padding: 100px 5.75vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}

.about-story h2,
.vita-intro h2 {
  color: #5b5c59;
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.02;
  margin: 25px 0 0;
}

.about-copy {
  padding-top: 25px;
}

.about-copy p {
  color: #545650;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 17px;
}

.about-copy .lead {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.about-copy b {
  color: var(--green);
}

.vita-section {
  border-top: 1px solid #cdcfca;
}

.vita-intro > p {
  max-width: 500px;
  color: #666964;
  font-size: 14px;
  line-height: 1.65;
  margin-top: 30px;
}

.vita-list {
  margin: 0;
  padding: 0;
}

.vita-list li {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 25px;
  padding: 23px 0;
  border-top: 1px solid #c5c7c1;
}

.vita-list li:last-child {
  border-bottom: 1px solid #c5c7c1;
}

.vita-list time {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.vita-list h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 7px;
}

.vita-list p {
  color: #62645f;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.about-strengths {
  background: var(--green);
  color: #494b47;
  padding: 85px 5.75vw;
}

.about-strengths .section-no {
  color: #fff;
}

.about-strengths > p {
  margin: 45px 0 0;
  font-size: clamp(60px, 7.6vw, 116px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .84;
}

.about-strengths em {
  color: #fff;
  font-family: hoefler-text, Georgia, serif;
  font-weight: 400;
}

.about-contact {
  padding: 90px 5.75vw 110px;
}

.about-contact h2 {
  margin: 55px 0 70px;
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .8;
}

.about-contact > a {
  width: max-content;
  min-width: 330px;
  border: 1px solid #3a3b39;
  border-radius: 10px;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: hoefler-text, Georgia, serif;
  font-size: 25px;
  transition: color .2s, border-color .2s;
}

.about-contact > a:hover {
  color: var(--green);
  border-color: var(--green);
}

@media (max-width: 1050px) {
  .about-page .nav nav {
    gap: 10px;
    font-size: 11px;
  }

  .about-page .quick-links {
    margin-left: 18px;
  }
}

@media (max-width: 900px) {
  .about-hero {
    grid-template-columns: 1fr 42%;
    gap: 5vw;
  }

  .about-heading h1 {
    font-size: clamp(74px, 12vw, 115px);
  }
}

@media (max-width: 760px) {
  .about-page .nav nav {
    gap: 18px;
    font-size: 24px;
  }

  .about-page .quick-links {
    display: none;
  }

  .about-hero {
    min-height: auto;
    padding: 115px 6vw 60px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-heading h1 {
    margin: 55px 0 35px;
    font-size: clamp(78px, 25vw, 118px);
  }

  .about-lead {
    font-size: 17px;
  }

  .about-portrait {
    min-height: 490px;
    border-left: 0;
    border-top: 1px solid #343534;
  }

  .about-story,
  .vita-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 6vw;
  }

  .about-copy {
    padding-top: 0;
  }

  .vita-list li {
    grid-template-columns: 88px 1fr;
    gap: 16px;
  }

  .about-strengths,
  .about-contact {
    padding: 80px 6vw;
  }

  .about-contact > a {
    width: 100%;
    min-width: 0;
  }
}
