:root {
  --about-ink: #101317;
  --about-paper: #f4f0e9;
  --about-blue: #b9d6e4;
  --about-gold: #c6a56b;
  --about-line: rgba(17, 24, 31, 0.14);
}

.about-page,
.about-page * {
  box-sizing: border-box;
}

.about-page {
  width: 100%;
  max-width: none;
  overflow: clip;
  background: var(--about-paper);
  color: var(--about-ink);
  font-family: var(--font-sans);
}

.about-page em {
  color: var(--about-gold);
  font-family: var(--font-serif);
  font-weight: 400;
}

.about-page img {
  display: block;
  width: 100%;
}

.about-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  background: #111922;
  color: #fff;
  isolation: isolate;
}

.about-hero__media,
.about-hero__media img,
.about-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero__media {
  z-index: -3;
}

.about-hero__media img {
  object-fit: cover;
  object-position: center center;
}

.about-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 13, 19, 0.92) 0%, rgba(8, 13, 19, 0.62) 35%, rgba(8, 13, 19, 0.05) 72%),
    linear-gradient(0deg, rgba(7, 11, 16, 0.52), transparent 45%);
}

.about-hero__content {
  width: 56%;
  padding: 150px clamp(28px, 5vw, 92px) 90px;
}

.about-hero__content .about-kicker {
  color: var(--about-blue);
  margin-bottom: 24px;
}

.about-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(54px, 6.2vw, 108px);
  font-weight: 300;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.about-hero__lead {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.2vw, 20px);
  line-height: 1.65;
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  margin-top: 38px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s, border-color 0.25s;
}

.about-link span {
  font-size: 18px;
  transition: transform 0.25s;
}

.about-link:hover {
  color: var(--about-gold);
  border-color: var(--about-gold);
}

.about-link:hover span {
  transform: translate(4px, 4px);
}

.about-hero__signature {
  position: absolute;
  right: clamp(24px, 4vw, 72px);
  bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about-hero__signature span {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.25em;
}

.about-hero__signature small {
  margin-top: 5px;
  color: var(--about-gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.45em;
}

.about-hero__scroll {
  position: absolute;
  left: 18px;
  bottom: 46px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.about-manifesto {
  width: 100%;
  padding: clamp(90px, 11vw, 190px) clamp(24px, 5vw, 96px);
  background:
    radial-gradient(circle at 84% 12%, rgba(185, 214, 228, 0.42), transparent 26%),
    var(--about-paper);
}

.about-manifesto__eyebrow,
.about-section-head > .about-section-head__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--about-line);
}

.about-manifesto__eyebrow span,
.about-section-head > .about-section-head__meta span {
  color: var(--about-gold);
  font-family: var(--font-serif);
  font-size: 22px;
}

.about-manifesto__eyebrow p,
.about-section-head > .about-section-head__meta p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-manifesto__copy {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 8vw;
  align-items: end;
  padding: clamp(48px, 7vw, 110px) 0;
}

.about-manifesto h2,
.about-section-head h2,
.about-origin h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(40px, 4.8vw, 86px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.about-manifesto__text {
  padding-bottom: 10px;
}

.about-manifesto__text p {
  margin: 0 0 22px;
  color: rgba(16, 19, 23, 0.65);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.72;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-values article {
  min-height: 260px;
  padding: 32px clamp(20px, 3vw, 50px) 36px;
  border-right: 1px solid var(--about-line);
}

.about-values article:first-child {
  padding-left: 0;
}

.about-values article:last-child {
  border-right: 0;
}

.about-values span {
  display: block;
  margin-bottom: 64px;
  color: var(--about-gold);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.about-values h3 {
  margin: 0 0 12px;
  font-size: clamp(25px, 2.1vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.about-values p {
  max-width: 330px;
  margin: 0;
  color: rgba(16, 19, 23, 0.56);
  font-size: 14px;
  line-height: 1.6;
}

.about-team {
  width: 100%;
  background: #0c1117;
  color: #fff;
}

.about-section-head {
  position: relative;
  display: grid;
  grid-template-columns: 26% 1fr;
  gap: 7vw;
  padding: clamp(90px, 10vw, 170px) clamp(24px, 5vw, 96px);
  background: var(--about-paper);
  color: var(--about-ink);
  isolation: isolate;
  overflow: hidden;
}

.about-section-head > .about-section-head__meta {
  align-self: start;
}

.about-section-head--team {
  min-height: clamp(640px, 55vw, 800px);
  display: block;
  padding-top: clamp(90px, 8vw, 130px);
  padding-bottom: clamp(80px, 7vw, 120px);
  color: #fff;
}

.about-section-head__media,
.about-section-head__media img,
.about-section-head__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-section-head__media {
  z-index: -3;
}

.about-section-head__media img {
  object-fit: cover;
  object-position: center;
}

.about-section-head__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.72) 0%, rgba(7, 9, 12, 0.4) 42%, rgba(7, 9, 12, 0.03) 66%),
    linear-gradient(0deg, rgba(5, 8, 12, 0.42), transparent 52%);
}

.about-section-head--team > .about-section-head__meta {
  width: min(36%, 430px);
  border-color: rgba(255, 255, 255, 0.18);
}

.about-section-head--team h2 {
  width: min(43%, 720px);
  max-width: 720px;
  margin-top: clamp(76px, 7vw, 118px);
  font-size: clamp(40px, 4.2vw, 72px);
  line-height: 1.02;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.about-section-head__lead {
  width: min(36%, 430px);
  max-width: 430px;
  margin: 34px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.67);
  font-size: 15px;
  line-height: 1.7;
}

.profiles-stack {
  position: relative;
  width: 100%;
  background: #05080c;
}

.profile {
  position: relative;
  width: 100%;
  min-height: min(840px, 80vw);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.profile::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 165, 107, 0.42), transparent);
  pointer-events: none;
}

@media (min-width: 768px) {
  .profiles-stack .profile {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 680px;
    backface-visibility: hidden;
    will-change: transform, clip-path, filter;
    box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.28);
  }

  .profiles-stack .profile:nth-child(1) {
    z-index: 1;
  }

  .profiles-stack .profile:nth-child(2) {
    z-index: 2;
  }

  .profiles-stack .profile:nth-child(3) {
    z-index: 3;
  }
}

.profile__media,
.profile__media img,
.profile__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.profile__media {
  z-index: -3;
}

.profile__media img {
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.profile:hover .profile__media img {
  transform: scale(1.018);
}

.profile__overlay {
  z-index: -2;
  background: linear-gradient(90deg, rgba(6, 10, 15, 0.94) 0%, rgba(6, 10, 15, 0.78) 35%, rgba(6, 10, 15, 0.08) 72%);
}

.profile--reverse .profile__overlay {
  background: linear-gradient(270deg, rgba(6, 10, 15, 0.94) 0%, rgba(6, 10, 15, 0.78) 35%, rgba(6, 10, 15, 0.08) 72%);
}

.profile__content {
  width: 50%;
  padding: 100px clamp(28px, 7vw, 130px);
}

.profile--reverse {
  justify-content: flex-end;
}

.profile__role {
  margin: 0 0 22px;
  color: var(--about-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.profile h3 {
  margin: 0;
  font-size: clamp(56px, 5.7vw, 104px);
  font-weight: 300;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.profile blockquote {
  max-width: 520px;
  margin: 34px 0;
  padding-left: 22px;
  border-left: 1px solid var(--about-gold);
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.35vw, 24px);
  font-style: italic;
  line-height: 1.55;
}

.profile ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.45;
}

.profile li::before {
  content: "—";
  margin-right: 10px;
  color: var(--about-gold);
}

.profile__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 30px;
}

.profile__contact a {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}

.profile__contact a:hover {
  color: var(--about-gold);
  border-color: var(--about-gold);
}

.profile__index {
  position: absolute;
  right: 3vw;
  bottom: -0.12em;
  color: rgba(255, 255, 255, 0.075);
  font-family: var(--font-serif);
  font-size: clamp(170px, 24vw, 440px);
  line-height: 1;
  pointer-events: none;
}

.profile--reverse .profile__index {
  right: auto;
  left: 3vw;
}

.about-origin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background: var(--about-paper);
}

.about-origin__visual {
  position: relative;
  min-height: 840px;
  overflow: hidden;
}

.about-origin__visual picture,
.about-origin__visual img {
  width: 100%;
  height: 100%;
}

.about-origin__visual img {
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(0.82);
}

.about-origin__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 11, 16, 0.56));
}

.about-origin__stamp {
  position: absolute;
  z-index: 1;
  left: clamp(22px, 4vw, 70px);
  bottom: clamp(22px, 4vw, 70px);
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: #fff;
}

.about-origin__stamp strong {
  font-family: var(--font-serif);
  font-size: clamp(54px, 5vw, 90px);
  font-weight: 400;
  line-height: 0.8;
}

.about-origin__stamp span {
  padding-left: 16px;
  border-left: 1px solid var(--about-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-origin__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 150px) clamp(28px, 7vw, 130px);
}

.about-origin__copy .about-kicker {
  margin-bottom: 30px;
  color: var(--about-gold);
}

.about-origin h2 {
  margin-bottom: 48px;
  font-size: clamp(44px, 4.5vw, 78px);
}

.about-origin__copy > p:not(.about-kicker) {
  max-width: 660px;
  margin: 0 0 20px;
  color: rgba(16, 19, 23, 0.64);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.75;
}

.about-timeline {
  width: 100%;
  padding-bottom: clamp(90px, 10vw, 160px);
  background:
    radial-gradient(circle at 70% 20%, rgba(66, 105, 126, 0.28), transparent 28%),
    #090d12;
  color: #fff;
}

.about-section-head--dark {
  background: transparent;
  color: #fff;
}

.about-section-head--dark > .about-section-head__meta {
  border-color: rgba(255, 255, 255, 0.14);
}

.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  padding: 0 clamp(24px, 5vw, 96px);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.timeline-item {
  position: relative;
  min-height: 360px;
  padding: 44px clamp(18px, 2.2vw, 42px) 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.timeline-item:nth-child(4n + 1) {
  padding-left: 0;
}

.timeline-item:nth-child(n + 5) {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: -4px;
  left: clamp(18px, 2.2vw, 42px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--about-gold);
  box-shadow: 0 0 0 7px rgba(198, 165, 107, 0.12);
}

.timeline-item:nth-child(4n + 1)::before {
  left: 0;
}

.timeline-item time {
  display: block;
  margin-bottom: 70px;
  color: var(--about-gold);
  font-family: var(--font-serif);
  font-size: clamp(44px, 4.2vw, 76px);
  line-height: 1;
}

.timeline-item h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
}

.timeline-item p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.7;
}

.about-cta {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: clamp(64px, 6vw, 92px) clamp(24px, 7vw, 130px);
  background:
    radial-gradient(circle at 78% 28%, rgba(71, 120, 150, 0.16), transparent 28%),
    radial-gradient(circle at 66% 92%, rgba(198, 165, 107, 0.09), transparent 26%),
    linear-gradient(118deg, #030405 0%, #0a0d11 48%, #05070a 100%);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.48;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, 0.055) 50%, transparent 50.1%),
    linear-gradient(0deg, transparent 49.9%, rgba(255, 255, 255, 0.04) 50%, transparent 50.1%);
  background-size: 180px 180px;
  -webkit-mask-image: linear-gradient(90deg, transparent 18%, #000 62%, #000);
  mask-image: linear-gradient(90deg, transparent 18%, #000 62%, #000);
}

.about-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12%;
  right: 8%;
  width: clamp(220px, 30vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(185, 214, 228, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(185, 214, 228, 0.025),
    0 0 120px rgba(90, 145, 176, 0.08);
}

.about-cta__content {
  width: min(54%, 760px);
}

.about-cta .about-kicker,
.about-cta h2,
.about-cta__content > p,
.about-cta__button {
  position: relative;
  z-index: 1;
}

.about-cta .about-kicker {
  margin-bottom: 28px;
}

.about-cta h2 {
  max-width: 680px;
  font-size: clamp(44px, 4.8vw, 82px);
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

.about-cta__content > p:not(.about-kicker) {
  max-width: 560px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
}

.about-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  min-width: 300px;
  margin-top: 40px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.about-cta__button span {
  font-size: 18px;
}

.about-cta__button:hover {
  background: #fff;
  border-color: #fff;
  color: var(--about-ink);
}

.about-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.about-page .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .about-hero__content {
    width: 68%;
  }

  .profile {
    min-height: 760px;
  }

  .profile__content {
    width: 58%;
  }

  .timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-item:nth-child(2n) {
    border-right: 0;
  }

  .timeline-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .timeline-item:nth-child(4n + 1) {
    padding-left: clamp(18px, 2.2vw, 42px);
  }

  .timeline-item:nth-child(2n + 1) {
    padding-left: 0;
  }

  .timeline-item:nth-child(4n + 1)::before {
    left: clamp(18px, 2.2vw, 42px);
  }

  .timeline-item:nth-child(2n + 1)::before {
    left: 0;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 920px;
    align-items: flex-start;
  }

  .about-hero__media img {
    object-position: center center;
  }

  .about-hero__shade {
    background:
      linear-gradient(180deg, rgba(6, 10, 15, 0.86) 0%, rgba(6, 10, 15, 0.2) 38%, rgba(6, 10, 15, 0.72) 100%),
      linear-gradient(90deg, rgba(6, 10, 15, 0.25), transparent);
  }

  .about-hero__content {
    width: 100%;
    padding: 116px 22px 40px;
  }

  .about-hero h1 {
    font-size: clamp(50px, 15vw, 72px);
    line-height: 0.91;
  }

  .about-hero__lead {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 112px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .about-link {
    position: absolute;
    left: 22px;
    bottom: 42px;
    margin: 0;
  }

  .about-hero__signature,
  .about-hero__scroll {
    display: none;
  }

  .about-manifesto,
  .about-section-head {
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-manifesto__copy,
  .about-section-head {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .about-manifesto h2,
  .about-section-head h2,
  .about-origin h2,
  .about-cta h2 {
    font-size: clamp(39px, 11.8vw, 58px);
    line-height: 1;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-values article,
  .about-values article:first-child {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .about-values article:last-child {
    border-bottom: 0;
  }

  .about-values span {
    margin-bottom: 34px;
  }

  .about-section-head {
    padding-top: 92px;
    padding-bottom: 78px;
  }

  .about-section-head--team {
    min-height: 900px;
    display: block;
    padding-top: 96px;
    padding-bottom: 52px;
  }

  .about-section-head--team .about-section-head__media img {
    object-position: center;
  }

  .about-section-head--team .about-section-head__shade {
    background:
      linear-gradient(180deg, rgba(5, 8, 12, 0.74) 0%, rgba(5, 8, 12, 0.4) 43%, rgba(5, 8, 12, 0.04) 65%, rgba(5, 8, 12, 0.3) 100%);
  }

  .about-section-head--team > .about-section-head__meta {
    width: 100%;
  }

  .about-section-head--team h2 {
    width: 100%;
    max-width: 390px;
    margin-top: 44px;
    font-size: clamp(42px, 12.5vw, 58px);
  }

  .about-section-head__lead {
    width: 100%;
    max-width: 360px;
    margin-top: 28px;
    padding-top: 16px;
    font-size: 13px;
  }

  .profile {
    min-height: 920px;
    align-items: flex-end;
  }

  .profile__media img {
    object-position: center center;
  }

  .profile__overlay,
  .profile--reverse .profile__overlay {
    background: linear-gradient(180deg, rgba(6, 10, 15, 0.06) 20%, rgba(6, 10, 15, 0.94) 69%, #060a0f 100%);
  }

  .profile__content,
  .profile--reverse .profile__content {
    width: 100%;
    padding: 0 22px 50px;
  }

  .profile h3 {
    font-size: clamp(52px, 15.5vw, 76px);
  }

  .profile blockquote {
    margin: 24px 0;
    font-size: 16px;
  }

  .profile__index,
  .profile--reverse .profile__index {
    right: -8px;
    left: auto;
    bottom: 390px;
    font-size: 150px;
  }

  .profile__contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 24px;
  }

  .about-origin {
    grid-template-columns: 1fr;
  }

  .about-origin__visual {
    min-height: 680px;
  }

  .about-origin__visual img {
    object-position: center;
  }

  .about-origin__copy {
    padding: 78px 22px 90px;
  }

  .about-origin h2 {
    margin-bottom: 36px;
  }

  .timeline-track {
    grid-template-columns: 1fr;
    padding-left: 22px;
    padding-right: 22px;
  }

  .timeline-item,
  .timeline-item:nth-child(4n + 1),
  .timeline-item:nth-child(2n + 1) {
    min-height: auto;
    padding: 38px 0 42px;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .timeline-item:first-child {
    border-top: 0;
  }

  .timeline-item::before,
  .timeline-item:nth-child(4n + 1)::before,
  .timeline-item:nth-child(2n + 1)::before {
    left: 0;
  }

  .timeline-item time {
    margin-bottom: 42px;
    font-size: 54px;
  }

  .timeline-item p {
    max-width: none;
  }

  .about-cta {
    min-height: 520px;
    align-items: center;
    padding-top: 68px;
    padding-bottom: 68px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-cta::before {
    background-size: 110px 110px;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 42%, #000);
    mask-image: linear-gradient(180deg, transparent 0%, #000 42%, #000);
  }

  .about-cta::after {
    top: auto;
    right: -36%;
    bottom: -8%;
    width: 340px;
  }

  .about-cta__content {
    width: 100%;
  }

  .about-cta h2 {
    max-width: 390px;
    font-size: clamp(42px, 12vw, 58px);
  }

  .about-cta__content > p:not(.about-kicker) {
    max-width: 390px;
    margin-top: 24px;
    font-size: 14px;
  }

  .about-cta__button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
