praedixa-about {
  display: block;
}
.about-page {
  --about-photo-background: color-mix(
    in srgb,
    var(--color-graphite) 7%,
    var(--color-canvas)
  );
}
.about-page .editorial-breadcrumbs {
  margin-bottom: clamp(46px, 5vw, 76px);
}
.about-hero > .section-index {
  margin-bottom: 30px;
}
.about-hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.35fr);
  align-items: end;
  gap: clamp(34px, 5vw, 80px);
}
.about-hero h1 {
  font-size: clamp(43px, 5.1vw, 79px);
  font-weight: 710;
  line-height: 1.065;
  letter-spacing: -0.063em;
}
.about-hero h1 > span,
.about-section-heading h2 > span {
  display: block;
}
.about-period {
  color: var(--color-accent);
}
.about-hero-aside {
  padding-bottom: 4px;
}
.about-hero-aside p {
  max-width: 30ch;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  letter-spacing: -0.023em;
  color: #565656;
}
.about-page .text-link {
  gap: 18px;
  font-size: 15px;
  font-weight: 520;
  letter-spacing: -0.02em;
}
.about-page .link-arrow {
  flex-shrink: 0;
  color: var(--color-accent);
}
.about-hero-aside .text-link {
  margin-top: 22px;
}
.about-team-photo {
  margin-top: clamp(40px, 4vw, 64px);
}
.about-photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 4px;
  background: var(--about-photo-background);
  aspect-ratio: 2041 / 771;
}
.about-photo.about-photo--portrait {
  aspect-ratio: 1122 / 1402;
}
.about-photo-depth img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-photo-surface,
.about-photo-depth {
  position: absolute;
  inset: 0;
}
.about-photo-depth {
  display: block;
}
.about-team-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  color: var(--color-muted);
  font-size: 12px;
  letter-spacing: -0.01em;
}
.about-caption-label {
  font: 400 9px/1.7 var(--font-mono);
  letter-spacing: 0.12em;
}
.about-thread {
  height: clamp(110px, 13vw, 192px);
  width: 120px;
  margin-left: 76%;
  padding-block: 18px;
}
.about-thread--left {
  margin-left: 12%;
  transform: scaleX(-1);
}
.about-thread svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.about-thread path {
  stroke: var(--color-accent);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.about-origin {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 140px);
}
.about-section-heading > .section-index {
  margin-bottom: 30px;
}
.about-section-heading h2 {
  font-size: clamp(37px, 4.1vw, 61px);
  font-weight: 670;
  line-height: 1.085;
  letter-spacing: -0.058em;
}
.about-origin-copy {
  padding-top: 48px;
}
.about-origin-copy > p,
.about-field-prose p {
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
  letter-spacing: -0.019em;
  color: #565656;
}
.about-origin-copy > p + p,
.about-field-prose p + p {
  margin-top: 20px;
}
.about-origin-copy > .about-statement {
  margin-bottom: 26px;
  color: var(--color-graphite);
  font-size: clamp(23px, 2.1vw, 30px);
  font-weight: 480;
  letter-spacing: -0.039em;
  line-height: 1.36;
}
.about-origin-signature {
  margin-top: 34px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.about-founders-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.47fr);
  align-items: end;
  gap: 60px;
}
.about-team-intro {
  max-width: 32ch;
  padding-bottom: 4px;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.6;
  letter-spacing: -0.025em;
  color: #565656;
}
.about-founders-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3.2vw, 50px);
  margin-top: 50px;
}
.about-founder {
  min-width: 0;
}
.about-founder-focus {
  margin-top: 15px;
  font: 400 10px/1.5 var(--font-mono);
  letter-spacing: 0.08em;
  color: var(--color-muted);
  text-transform: uppercase;
}
.about-founder-copy h3 {
  margin-top: 23px;
  font-size: clamp(30px, 2.5vw, 39px);
  font-weight: 620;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
.about-founder-role {
  min-height: 3.2em;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.about-founder-bio {
  margin-top: 17px;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: -0.012em;
  color: #606060;
}
.about-founder-social {
  margin-top: 20px;
}
.about-founder-social .text-link {
  gap: 15px;
  font-size: 13px;
}
.about-founder-social .link-arrow {
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
}
.about-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: start;
}
.about-field-copy {
  padding-top: 48px;
}
.about-field-signatures {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 23px;
  margin-top: 34px;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.about-field-signatures li {
  gap: 9px;
}
.about-field-signatures li > span {
  width: 18px;
}
@media (width < 1200px) {
  .about-hero-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-hero h1 {
    font-size: clamp(48px, 6.9vw, 78px);
  }
  .about-hero-aside {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 35px;
  }
  .about-hero-aside p {
    max-width: 54ch;
    font-size: 18px;
  }
  .about-hero-aside .text-link {
    flex-shrink: 0;
    margin-top: 0;
  }
  .about-origin {
    gap: 55px;
  }
  .about-founders-heading {
    gap: 35px;
  }
  .about-field {
    gap: 45px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 800px) {
  .about-origin,
  .about-founders-heading,
  .about-field {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-hero-aside {
    display: block;
  }
  .about-hero-aside .text-link {
    margin-top: 18px;
  }
  .about-origin-copy {
    max-width: 58ch;
    padding-top: 0;
  }
  .about-section-heading h2 {
    font-size: clamp(37px, 5.8vw, 48px);
  }
  .about-team-intro {
    max-width: 45ch;
  }
  .about-founders-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 35px;
  }
  .about-founder {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    align-items: center;
    gap: 30px;
  }
  .about-founder-copy h3 {
    margin-top: 0;
  }
  .about-founder-role {
    min-height: 0;
  }
  .about-field {
    gap: 40px;
  }
  .about-field-copy {
    padding-top: 0;
  }
  .about-field h2 > span {
    display: inline;
  }
  .about-field h2 {
    max-width: 15ch;
  }
}
@media (width < 540px) {
  .about-hero h1 {
    font-size: clamp(38px, 9.8vw, 53px);
    letter-spacing: -0.06em;
    line-height: 1.09;
  }
  .about-hero h1 > span {
    display: inline;
  }
  .about-hero h1 {
    max-width: 12ch;
  }
  .about-hero-intro {
    gap: 24px;
  }
  .about-hero-aside p {
    font-size: 17px;
  }
  .about-hero > .section-index {
    margin-bottom: 24px;
  }
  .about-team-photo {
    margin-top: 32px;
  }
  .about-caption-label {
    display: none;
  }
  .about-team-photo figcaption {
    margin-top: 12px;
    font-size: 11px;
  }
  .about-thread {
    height: 116px;
    width: 75px;
    margin-left: 64%;
    padding-block: 12px;
  }
  .about-thread--left {
    margin-left: 12%;
  }
  .about-section-heading > .section-index {
    margin-bottom: 24px;
  }
  .about-origin {
    gap: 27px;
  }
  .about-origin-copy > .about-statement {
    font-size: 24px;
  }
  .about-origin-signature {
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .about-origin-signature li {
    gap: 12px;
  }
  .about-origin-signature li > span {
    width: 20px;
  }
  .about-founder {
    display: block;
  }
  .about-founder-copy h3 {
    margin-top: 21px;
    font-size: 35px;
  }
  .about-founder-bio {
    font-size: 16px;
    line-height: 1.7;
  }
  .about-founder-social {
    margin-top: 16px;
  }
  .about-founder-social .text-link {
    min-height: 40px;
    font-size: 14px;
  }
  .about-field-signatures {
    gap: 14px 20px;
  }
}
