:root {
  --bio-ink: #1a1a1a;
  --bio-paper: #f2eee7;
  --bio-white: #fff;
  --bio-muted: #706c66;
  --bio-line: #d6d0c7;
  --bio-red: #d5433f;
}

html {
  scroll-behavior: auto;
  background: var(--bio-ink);
}

body {
  margin: 0;
  background: var(--bio-white);
  color: var(--bio-ink);
}

.biography-page {
  overflow: clip;
}

.bio-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  height: 86px;
  padding: 0 clamp(22px, 4.5vw, 76px);
  border-bottom: 1px solid rgb(26 26 26 / 12%);
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(16px);
}

.bio-brand {
  display: inline-flex;
  width: 176px;
}

.bio-brand img {
  width: 100%;
}

.bio-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 42px);
}

.bio-nav a {
  position: relative;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.bio-nav a::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--bio-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.bio-nav a:hover::after,
.bio-nav a:focus-visible::after {
  transform: scaleX(1);
}

.bio-language {
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
}

.bio-language button {
  min-width: 38px;
  height: 34px;
  padding: 0 7px;
  color: #8b8781;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.bio-language button:hover,
.bio-language button.is-active {
  color: var(--bio-red);
}

.bio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  min-height: calc(100svh - 86px);
  background: var(--bio-paper);
}

.bio-hero-copy {
  align-self: center;
  max-width: 940px;
  padding: clamp(76px, 9vw, 150px) clamp(32px, 7vw, 120px);
}

.bio-hero h1,
.bio-chapter h2,
.bio-current h2 {
  margin: 0;
  letter-spacing: -0.048em;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-weight: 400;
}

.bio-hero h1 {
  max-width: 890px;
  font-size: clamp(58px, 7vw, 122px);
  line-height: 0.92;
}

.bio-hero-intro {
  max-width: 720px;
  margin: 42px 0 0;
  color: #57534e;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.7;
}

.bio-portrait {
  position: relative;
  min-height: 690px;
  margin: 0;
  background: #ddd8d0;
}

.bio-portrait::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 16px;
  height: 48%;
  background: var(--bio-red);
  content: "";
}

.bio-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

.bio-portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  background: var(--bio-ink);
  color: var(--bio-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.bio-content {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(560px, 1fr);
  gap: clamp(58px, 9vw, 160px);
  max-width: 1540px;
  margin: 0 auto;
  padding: clamp(100px, 12vw, 190px) clamp(24px, 6vw, 100px);
}

.bio-facts {
  position: sticky;
  top: 122px;
  align-self: start;
}

.bio-facts dl {
  margin: 0;
  border-top: 1px solid var(--bio-ink);
}

.bio-facts dl > div {
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--bio-line);
}

.bio-facts dt {
  margin-bottom: 7px;
  letter-spacing: -0.02em;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 25px;
  line-height: 1.1;
}

.bio-facts dd {
  margin: 0;
  color: var(--bio-muted);
  font-size: 11px;
  line-height: 1.55;
}

.bio-chapter + .bio-chapter {
  margin-top: clamp(82px, 9vw, 135px);
  padding-top: clamp(65px, 8vw, 100px);
  border-top: 1px solid var(--bio-ink);
}

.bio-chapter h2 {
  max-width: 940px;
  margin-bottom: 48px;
  font-size: clamp(46px, 5.1vw, 78px);
  line-height: 1.03;
}

.bio-chapter > p:not(.eyebrow) {
  max-width: 890px;
  margin: 0 0 25px;
  color: #48443f;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.68;
}

.bio-chapter em {
  color: var(--bio-ink);
}

.bio-quote {
  display: flex;
  min-height: 650px;
  padding: clamp(95px, 12vw, 190px) clamp(28px, 10vw, 180px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--bio-red);
  color: var(--bio-white);
  text-align: center;
}

.bio-quote-mark {
  height: 68px;
  opacity: 0.45;
  font-family: Georgia, serif;
  font-size: 110px;
  line-height: 1;
}

.bio-quote blockquote {
  max-width: 1260px;
  margin: 22px auto 44px;
  letter-spacing: -0.04em;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(40px, 5.3vw, 82px);
  font-weight: 400;
  line-height: 1.07;
}

.bio-quote > span:last-child {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.bio-current {
  padding: clamp(100px, 11vw, 170px) clamp(24px, 6vw, 100px);
  background: var(--bio-ink);
  color: var(--bio-white);
}

.bio-current-heading,
.bio-current-list {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

.bio-current h2 {
  max-width: 920px;
  margin-bottom: 68px;
  font-size: clamp(50px, 6vw, 94px);
  line-height: 0.98;
}

.bio-current-list {
  border-top: 1px solid rgb(255 255 255 / 24%);
}

.bio-current-list article {
  display: grid;
  grid-template-columns: 120px minmax(240px, 0.8fr) minmax(280px, 1.2fr);
  gap: 28px;
  align-items: baseline;
  padding: 25px 0;
  border-bottom: 1px solid rgb(255 255 255 / 24%);
}

.bio-current-list article > span {
  color: var(--bio-red);
  letter-spacing: 0.11em;
  font-size: 12px;
  font-weight: 800;
}

.bio-current-list h3 {
  margin: 0;
  letter-spacing: -0.025em;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(25px, 2.7vw, 40px);
  font-weight: 400;
}

.bio-current-list p {
  margin: 0;
  color: #aaa39b;
  font-size: 13px;
  line-height: 1.5;
}

.bio-return {
  padding: clamp(86px, 10vw, 150px) clamp(24px, 6vw, 100px);
  background: var(--bio-paper);
}

.bio-return a {
  display: flex;
  max-width: 1480px;
  margin: 0 auto;
  padding: 28px 0;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--bio-ink);
  border-bottom: 1px solid var(--bio-ink);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(34px, 4vw, 66px);
  transition: color 0.18s ease, padding 0.18s ease;
}

.bio-return a:hover,
.bio-return a:focus-visible {
  padding-right: 12px;
  padding-left: 12px;
  color: var(--bio-red);
}

.bio-return .eyebrow {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

.bio-footer {
  display: grid;
  grid-template-columns: 250px 1fr auto;
  gap: 30px;
  align-items: end;
  min-height: 220px;
  padding: 60px clamp(24px, 6vw, 100px);
  background: var(--bio-ink);
  color: #9e9890;
}

.bio-footer img {
  width: 230px;
}

.bio-footer p,
.bio-footer span {
  margin: 0;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 10px;
}

@media (max-width: 1040px) {
  .bio-header {
    grid-template-columns: 190px 1fr auto;
  }

  .bio-nav {
    gap: 18px;
  }

  .bio-nav a {
    font-size: 9px;
  }

  .bio-hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
  }

  .bio-content {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .bio-header {
    grid-template-columns: 1fr auto;
    height: 74px;
  }

  .bio-brand {
    width: 154px;
  }

  .bio-nav {
    display: none;
  }

  .bio-hero,
  .bio-content {
    grid-template-columns: 1fr;
  }

  .bio-hero-copy {
    padding-top: 90px;
    padding-bottom: 82px;
  }

  .bio-portrait {
    min-height: min(105vw, 820px);
  }

  .bio-facts {
    position: static;
  }

  .bio-facts dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bio-facts dl > div:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid var(--bio-line);
  }

  .bio-facts dl > div:nth-child(even) {
    padding-left: 20px;
  }

  .bio-current-list article {
    grid-template-columns: 90px 1fr;
  }

  .bio-current-list p {
    grid-column: 2;
  }

  .bio-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .bio-header {
    padding-right: 12px;
    padding-left: 18px;
  }

  .bio-brand {
    width: 140px;
  }

  .bio-hero-copy,
  .bio-content,
  .bio-current,
  .bio-return,
  .bio-footer {
    padding-right: 22px;
    padding-left: 22px;
  }

  .bio-hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .bio-portrait {
    min-height: 128vw;
  }

  .bio-content {
    gap: 84px;
  }

  .bio-facts dl {
    grid-template-columns: 1fr;
  }

  .bio-facts dl > div:nth-child(odd),
  .bio-facts dl > div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .bio-chapter h2 {
    margin-bottom: 36px;
    font-size: clamp(42px, 12vw, 58px);
  }

  .bio-chapter > p:not(.eyebrow) {
    font-size: 19px;
    line-height: 1.62;
  }

  .bio-quote {
    min-height: 560px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .bio-current-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bio-current-list p {
    grid-column: auto;
  }

  .bio-return a {
    gap: 20px;
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
  }
}
