:root {
  --ufs-author-ink: #231d19;
  --ufs-author-copy: #493f37;
  --ufs-author-rust: #c75d31;
  --ufs-author-serif: "EB Garamond Local", Georgia, "Times New Roman", serif;
  --ufs-author-sans: "Roboto Flex", "Segoe UI", Arial, sans-serif;
}

body.ufs-author-page #main-content,
body.ufs-author-page .et-l--body,
body.ufs-author-page .et-l--body > .et_builder_inner_content {
  background: transparent !important;
}

body.ufs-author-page .et-l--body .et_pb_section,
body.ufs-author-page .et-l--body .et_pb_row {
  box-sizing: border-box;
}

/* Photo-led hero. */
.ufs-author-hero.et_pb_section {
  position: relative;
  min-height: clamp(570px, 47vw, 690px);
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background-color: #191919 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.ufs-author-hero.et_pb_section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 14, 14, 0.96) 0%, rgba(15, 15, 14, 0.86) 27%, rgba(15, 15, 14, 0.52) 45%, rgba(15, 15, 14, 0.04) 69%),
    linear-gradient(180deg, rgba(10, 10, 9, 0.08), rgba(10, 10, 9, 0.18));
}

.ufs-author-hero.et_pb_section::after {
  position: absolute;
  right: -2%;
  bottom: -1px;
  left: -2%;
  z-index: 3;
  height: 22px;
  content: "";
  pointer-events: none;
  background: var(--ufs-page-parchment, #eae9e7);
  clip-path: polygon(0 69%, 4% 46%, 8% 61%, 12% 35%, 17% 58%, 22% 43%, 27% 68%, 32% 39%, 37% 58%, 42% 34%, 48% 64%, 53% 41%, 59% 61%, 64% 38%, 70% 63%, 75% 42%, 81% 67%, 86% 39%, 91% 60%, 96% 41%, 100% 61%, 100% 100%, 0 100%);
}

.ufs-author-hero-row.et_pb_row {
  position: relative;
  z-index: 2;
  display: flex !important;
  width: min(92%, 1320px) !important;
  max-width: 1320px !important;
  min-height: clamp(570px, 47vw, 690px);
  align-items: center;
  margin: 0 auto !important;
  padding: 88px 0 96px !important;
}

.ufs-author-hero-row > .et_pb_column {
  display: flex !important;
  width: min(100%, 630px) !important;
  max-width: 630px;
  flex-wrap: wrap;
  gap: 13px 14px;
  margin: 0 !important;
}

.ufs-author-hero-copy {
  width: 100%;
  margin: 0 0 15px !important;
}

.ufs-author-hero-copy h1 {
  margin: 0 0 12px !important;
  color: #fff6e9 !important;
  font-family: var(--ufs-author-serif) !important;
  font-size: clamp(4.25rem, 5.6vw, 6.2rem) !important;
  font-weight: 620 !important;
  letter-spacing: -0.04em;
  line-height: 0.9 !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.45);
}

.ufs-author-hero-name {
  margin: 0 0 13px !important;
  color: #e99a6e !important;
  font-family: var(--ufs-author-serif) !important;
  font-size: clamp(1.55rem, 2vw, 2.05rem) !important;
  font-style: italic;
  font-weight: 580;
  line-height: 1.1 !important;
}

.ufs-author-hero-lede {
  max-width: 570px;
  margin: 0 !important;
  color: #f3ece2 !important;
  font-family: var(--ufs-author-sans) !important;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem) !important;
  line-height: 1.55 !important;
  text-wrap: balance;
}

.ufs-author-hero-button {
  width: auto !important;
  margin: 0 !important;
  filter: drop-shadow(0 9px 9px rgba(0, 0, 0, 0.28));
}

/* One continuous, distraction-free biography. */
.ufs-author-biography.et_pb_section {
  margin: 0 !important;
  padding: clamp(76px, 7vw, 108px) 0 clamp(86px, 8vw, 124px) !important;
  background: transparent !important;
}

.ufs-author-biography-row.et_pb_row {
  width: min(86%, 850px) !important;
  max-width: 850px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.ufs-author-biography-row > .et_pb_column {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.ufs-author-biography-copy {
  margin: 0 !important;
}

.ufs-author-biography-copy p {
  margin: 0 0 1.45em !important;
  color: var(--ufs-author-copy) !important;
  font-family: var(--ufs-author-sans) !important;
  font-size: clamp(1.05rem, 1.12vw, 1.16rem) !important;
  line-height: 1.86 !important;
}

.ufs-author-biography-copy p:first-of-type::first-letter {
  float: left;
  margin: 0.045em 0.1em 0 0;
  color: #814325;
  font-family: var(--ufs-author-serif);
  font-size: 4.55em;
  font-weight: 650;
  line-height: 0.72;
}

.ufs-author-biography-copy p:last-child {
  position: relative;
  margin: 2em 0 0 !important;
  padding: 1.1em 0 0 24px;
  border-left: 3px solid var(--ufs-author-rust);
  color: #6d3a24 !important;
  font-family: var(--ufs-author-serif) !important;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem) !important;
  font-style: italic;
  font-weight: 610;
  line-height: 1.15 !important;
}

@media (max-width: 980px) {
  .ufs-author-hero.et_pb_section,
  .ufs-author-hero-row.et_pb_row {
    min-height: 650px;
  }

  .ufs-author-hero.et_pb_section {
    background-position: 59% center !important;
  }

  .ufs-author-hero.et_pb_section::before {
    background: linear-gradient(90deg, rgba(12, 13, 13, 0.94), rgba(12, 13, 13, 0.76) 45%, rgba(12, 13, 13, 0.16));
  }
}

@media (max-width: 767px) {
  .ufs-author-hero.et_pb_section,
  .ufs-author-hero-row.et_pb_row {
    min-height: 830px;
  }

  .ufs-author-hero.et_pb_section {
    background-position: 68% top !important;
    background-size: auto 730px !important;
  }

  .ufs-author-hero.et_pb_section::before {
    background:
      linear-gradient(180deg, rgba(12, 13, 13, 0.02) 0%, rgba(12, 13, 13, 0.08) 42%, rgba(12, 13, 13, 0.9) 67%, rgba(12, 13, 13, 0.98) 100%),
      linear-gradient(90deg, rgba(12, 13, 13, 0.2), transparent 65%);
  }

  .ufs-author-hero-row.et_pb_row {
    align-items: flex-end;
    width: 100% !important;
    padding: 350px 24px 62px !important;
  }

  .ufs-author-hero-row > .et_pb_column {
    display: grid !important;
    width: 100% !important;
    max-width: none;
    gap: 10px;
  }

  .ufs-author-hero-copy {
    margin-bottom: 10px !important;
  }

  .ufs-author-hero-copy h1 {
    font-size: clamp(3.5rem, 16vw, 4.5rem) !important;
  }

  .ufs-author-hero-name {
    font-size: 1.55rem !important;
  }

  .ufs-author-hero-lede {
    font-size: 1rem !important;
    line-height: 1.48 !important;
    text-wrap: pretty;
  }

  .ufs-author-hero-button {
    width: 100% !important;
  }

  .ufs-author-biography.et_pb_section {
    padding: 62px 0 76px !important;
  }

  .ufs-author-biography-row.et_pb_row {
    width: min(87%, 600px) !important;
  }

  .ufs-author-biography-copy p {
    font-size: 1rem !important;
    line-height: 1.78 !important;
  }

  .ufs-author-biography-copy p:last-child {
    padding-left: 18px;
    font-size: 1.7rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ufs-author-page * {
    scroll-behavior: auto !important;
  }
}
