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

.about-page figure,
.about-page blockquote {
  margin: 0;
}

.about-page .site-nav__link[aria-current="page"]::after {
  transform: scaleX(1);
}

.about-header[data-theme="pine"] {
  color: var(--white);
}

.about-hero {
  position: relative;
  min-height: max(760px, 92svh);
  isolation: isolate;
  overflow: hidden;
}

.about-hero__signal {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  opacity: 0.4;
  pointer-events: none;
}

.about-hero__signal circle {
  fill: var(--lime);
  stroke: none;
}

.about-hero__inner {
  display: grid;
  min-height: max(760px, 92svh);
  padding-top: clamp(148px, 17vh, 188px);
  padding-bottom: clamp(64px, 8vh, 92px);
  grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
  align-items: center;
  gap: clamp(50px, 6vw, 100px);
}

.about-hero__copy {
  position: relative;
  z-index: 2;
}

.about-hero__copy h1 {
  max-width: 760px;
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(74px, 6.5vw, 112px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.84;
}

.about-hero__copy h1 span {
  display: block;
  white-space: nowrap;
  transform: translateY(24px);
  opacity: 0;
  transition:
    transform 900ms var(--ease-out),
    opacity 650ms ease;
}

.about-page.is-ready .about-hero__copy h1 span {
  transform: translateY(0);
  opacity: 1;
}

.about-page.is-ready .about-hero__copy h1 span:nth-child(2) {
  transition-delay: 100ms;
}

.about-hero__copy > p {
  max-width: 560px;
  margin-top: clamp(30px, 4.2vh, 48px);
  color: rgb(248 249 246 / 0.78);
  font-size: clamp(17px, 1.3vw, 20px);
  letter-spacing: -0.015em;
  line-height: 1.62;
  transform: translateY(20px);
  opacity: 0;
  transition:
    transform 800ms var(--ease-out) 180ms,
    opacity 650ms ease 180ms;
}

.about-page.is-ready .about-hero__copy > p {
  transform: translateY(0);
  opacity: 1;
}

.about-text-link {
  display: inline-flex;
  margin-top: 34px;
  align-items: center;
  gap: 14px;
  color: var(--lime);
  font-size: 15px;
  font-weight: 600;
  transform: translateY(16px);
  opacity: 0;
  transition:
    transform 700ms var(--ease-out) 260ms,
    opacity 600ms ease 260ms,
    color 250ms ease;
}

.about-page.is-ready .about-text-link {
  transform: translateY(0);
  opacity: 1;
}

.about-text-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  transition: transform 300ms var(--ease-out);
}

.about-text-link:hover svg,
.about-text-link:focus-visible svg {
  transform: translate(4px, -4px);
}

.about-hero__portraits {
  position: relative;
  min-height: clamp(400px, 42vw, 540px);
  transform: translateY(28px);
  opacity: 0;
  transition:
    transform 1000ms var(--ease-out) 160ms,
    opacity 700ms ease 160ms;
}

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

.about-hero__portraits::before,
.about-hero__portraits::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgb(51 218 106 / 0.48);
  content: "";
  pointer-events: none;
}

.about-hero__portraits::before {
  top: 6%;
  right: 11%;
  bottom: 9%;
  left: 2%;
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 10%);
}

.about-hero__portraits::after {
  top: 14%;
  right: 2%;
  bottom: 1%;
  left: 13%;
  border-color: rgb(51 218 106 / 0.2);
  clip-path: polygon(14% 0, 100% 0, 100% 86%, 86% 100%, 0 100%, 0 14%);
}

.about-portrait {
  position: absolute;
}

.about-portrait--kelton {
  top: 2%;
  left: 2%;
  width: min(46%, 300px);
}

.about-portrait--cameron {
  right: 2%;
  bottom: 2%;
  width: min(46%, 300px);
}

.about-portrait__frame {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--lime);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  overflow: hidden;
  background: var(--pine);
}

.about-portrait--cameron .about-portrait__frame {
  clip-path: polygon(0 0, 88% 0, 100% 10%, 100% 100%, 0 100%);
}

.about-portrait__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out);
}

.about-portrait--kelton img {
  object-position: center 23%;
}

.about-portrait--cameron img {
  object-position: center 23%;
}

.about-portrait:hover .about-portrait__frame img {
  transform: scale(1.025);
}

.about-portrait figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.about-story {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 72px, 100% 100%, 0 100%);
  overflow: hidden;
}

.about-story__inner {
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(120px, 12vw, 180px);
}

.about-story .section-index {
  color: var(--workflow);
}

.about-story__line {
  position: absolute;
  top: 126px;
  right: 4.5vw;
  left: min(34vw, 480px);
  height: 1px;
  background: rgb(20 81 60 / 0.35);
}

.about-story__line::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 9px;
  height: 9px;
  border: 1px solid var(--workflow);
  border-radius: 50%;
  background: var(--white);
  content: "";
}

.about-story__line span {
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
  height: clamp(300px, 30vw, 440px);
  border-right: 1px solid rgb(20 81 60 / 0.35);
  border-bottom: 1px solid rgb(20 81 60 / 0.35);
}

.about-story__grid {
  display: grid;
  margin-top: clamp(64px, 8vw, 112px);
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(70px, 9vw, 145px);
  align-items: start;
}

.about-story h2 {
  max-width: 820px;
  font-family: var(--display);
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.9;
}

.about-story__copy {
  display: grid;
  max-width: 570px;
  padding-top: 10px;
  gap: 28px;
  color: rgb(6 13 14 / 0.74);
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.7;
}

.about-why {
  min-height: 660px;
}

.about-why__inner {
  display: grid;
  min-height: 660px;
  padding-top: clamp(115px, 10vw, 155px);
  padding-bottom: clamp(115px, 10vw, 155px);
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: center;
}

.about-why .section-index {
  margin-bottom: 42px;
  color: var(--lime);
}

.about-why h2 {
  max-width: 620px;
  font-family: var(--display);
  font-size: clamp(56px, 5vw, 82px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.9;
}

.about-why__statement {
  padding-left: clamp(0px, 3vw, 54px);
  border-left: 1px solid rgb(51 218 106 / 0.35);
}

.about-why blockquote {
  max-width: 780px;
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(44px, 4.3vw, 70px);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 0.94;
}

.about-why blockquote em {
  color: var(--white);
  font-style: normal;
}

.about-why__statement p {
  max-width: 590px;
  margin-top: 40px;
  color: rgb(248 249 246 / 0.7);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.68;
}

.about-builders {
  position: relative;
  overflow: hidden;
}

.about-builders::after {
  position: absolute;
  right: 8vw;
  bottom: -1px;
  width: 185px;
  height: 28px;
  background: var(--foundation);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
  content: "";
}

.about-builders__inner {
  padding-top: clamp(110px, 10vw, 150px);
  padding-bottom: clamp(125px, 11vw, 170px);
}

.about-builders .section-index {
  color: var(--foundation);
}

.about-builders__heading {
  display: grid;
  margin-top: 54px;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: start;
}

.about-builders h2 {
  font-family: var(--display);
  font-size: clamp(66px, 6.6vw, 105px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.86;
}

.about-builders__heading > p {
  max-width: 580px;
  padding-top: 9px;
  color: rgb(6 13 14 / 0.78);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.7;
}

.builder-journey {
  position: relative;
  display: grid;
  padding: 0;
  margin: clamp(78px, 8vw, 118px) 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 100px);
  list-style: none;
}

.builder-journey::before {
  position: absolute;
  z-index: 0;
  top: 49%;
  right: 4%;
  left: 4%;
  height: 1px;
  transform: scaleX(0);
  background: rgb(6 13 14 / 0.56);
  content: "";
  transform-origin: left;
  transition: transform 1300ms var(--ease-out);
}

.builder-journey.is-visible::before {
  transform: scaleX(1);
}

.builder-journey__step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
}

.builder-journey__step::before {
  position: absolute;
  top: calc(49% - 4px);
  left: calc(50% - 4px);
  width: 9px;
  height: 9px;
  border: 1px solid var(--foundation);
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.builder-journey__visual {
  position: relative;
  width: min(100%, 280px);
  aspect-ratio: 1.28;
  padding: 16px;
  background: var(--lime);
}

.builder-journey__visual svg {
  width: 100%;
  height: 100%;
}

.builder-icon {
  fill: none;
  stroke: var(--foundation);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  vector-effect: non-scaling-stroke;
}

.builder-journey__step > span {
  font-size: 15px;
  font-weight: 600;
}

.about-founders {
  position: relative;
  overflow: hidden;
}

.about-founders__inner {
  padding-top: clamp(125px, 11vw, 175px);
  padding-bottom: clamp(130px, 12vw, 190px);
}

.about-founders .section-index {
  color: var(--lime);
}

.about-founders h2 {
  max-width: 900px;
  margin-top: 52px;
  font-family: var(--display);
  font-size: clamp(70px, 7.2vw, 116px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.86;
}

.founder-grid {
  display: grid;
  max-width: 1060px;
  margin: clamp(85px, 9vw, 130px) auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(80px, 10vw, 160px);
}

.founder-profile {
  width: min(100%, 360px);
  min-width: 0;
  justify-self: center;
}

.founder-profile__image {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 4 / 5;
  border: 1px solid var(--lime);
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
  overflow: hidden;
  background: var(--pine);
}

.founder-profile:nth-child(2) .founder-profile__image {
  clip-path: polygon(0 0, 89% 0, 100% 9%, 100% 100%, 0 100%);
}

.founder-profile__image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(51 218 106 / 0.25);
  content: "";
  pointer-events: none;
}

.founder-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out);
}

.founder-profile:first-child .founder-profile__image img {
  object-position: center 23%;
}

.founder-profile:nth-child(2) .founder-profile__image img {
  object-position: center 23%;
}

.founder-profile:hover .founder-profile__image img {
  transform: scale(1.025);
}

.founder-profile figcaption {
  display: grid;
  margin-top: 30px;
  gap: 9px;
}

.founder-profile h3 {
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(35px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.founder-profile figcaption p {
  color: rgb(248 249 246 / 0.78);
  font-size: 15px;
}

.founder-profile figcaption a {
  width: fit-content;
  max-width: 100%;
  padding-top: 23px;
  margin-top: 13px;
  border-top: 1px solid rgb(51 218 106 / 0.42);
  color: var(--lime);
  font-size: 15px;
  overflow-wrap: anywhere;
  transition: color 250ms ease;
}

.founder-profile figcaption a:hover,
.founder-profile figcaption a:focus-visible {
  color: var(--white);
}

.about-cta {
  position: relative;
  overflow: hidden;
}

.about-cta__signal span {
  position: absolute;
  height: 1px;
  background: rgb(6 13 14 / 0.45);
}

.about-cta__signal span:first-child {
  top: 42px;
  right: 5vw;
  width: 29vw;
}

.about-cta__signal span:last-child {
  right: 5vw;
  bottom: 40px;
  width: 46vw;
}

.about-cta__signal span::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--foundation);
  content: "";
}

.about-cta__inner {
  display: grid;
  min-height: 560px;
  padding-top: clamp(100px, 9vw, 140px);
  padding-bottom: clamp(100px, 9vw, 140px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: clamp(70px, 10vw, 165px);
  align-items: center;
}

.about-cta h2 {
  max-width: 850px;
  font-family: var(--display);
  font-size: clamp(68px, 6.7vw, 106px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.86;
}

.about-cta__copy p {
  max-width: 660px;
  margin-top: 34px;
  color: rgb(6 13 14 / 0.76);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.67;
}

.about-cta__copy .about-cta__offer {
  max-width: 620px;
  padding-left: 20px;
  border-left: 1px solid rgb(6 13 14 / 0.42);
  margin-top: 22px;
  color: var(--foundation);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.5;
}

.about-cta__actions {
  display: grid;
  gap: 16px;
}

.about-cta__button {
  display: flex;
  min-height: 68px;
  padding: 0 24px;
  border: 1px solid rgb(6 13 14 / 0.52);
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--foundation);
  font-size: 15px;
  font-weight: 600;
  transition:
    background 300ms ease,
    color 300ms ease,
    transform 300ms var(--ease-out);
}

.about-cta__button--solid {
  background: var(--foundation);
  color: var(--lime);
}

.about-cta__button:hover,
.about-cta__button:focus-visible {
  transform: translateY(-3px);
  background: var(--foundation);
  color: var(--lime);
}

.about-cta__button--solid:hover,
.about-cta__button--solid:focus-visible {
  background: var(--pine);
}

.about-cta__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  transition: transform 300ms var(--ease-out);
}

.about-cta__button:hover svg,
.about-cta__button:focus-visible svg {
  transform: translate(4px, -4px);
}

.about-page .site-footer__links {
  flex-wrap: wrap;
  row-gap: 0;
}

.about-page .site-footer__links a[aria-current="page"] {
  color: var(--lime);
}

.js .about-page [data-reveal] {
  transform: translateY(36px);
  opacity: 0;
  transition:
    transform 850ms var(--ease-out),
    opacity 650ms ease;
}

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

@media (max-width: 1200px) {
  .about-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 45px;
  }

  .about-story__grid,
  .about-builders__heading {
    gap: 65px;
  }

  .about-why__inner {
    grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
    gap: 65px;
  }

  .about-page .site-footer--compact .site-footer__inner {
    gap: 40px;
  }

  .about-page .site-footer__links {
    gap: 0 26px;
  }
}

@media (max-width: 920px) {
  .about-hero,
  .about-hero__inner {
    min-height: 0;
  }

  .about-hero__inner {
    padding-top: 145px;
    padding-bottom: 88px;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .about-hero__copy {
    max-width: 760px;
  }

  .about-hero__copy h1 {
    max-width: 700px;
    font-size: clamp(66px, 11.2vw, 92px);
  }

  .about-hero__copy > p {
    max-width: 620px;
  }

  .about-hero__portraits {
    display: grid;
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .about-hero__portraits::before {
    inset: 0;
  }

  .about-hero__portraits::after {
    display: none;
  }

  .about-portrait {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .about-story {
    min-height: 0;
    clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 0 100%);
  }

  .about-story__line {
    top: 112px;
    right: 24px;
    left: 220px;
  }

  .about-story__line span {
    display: none;
  }

  .about-story__inner,
  .about-builders__inner,
  .about-founders__inner {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .about-story__grid,
  .about-why__inner,
  .about-builders__heading,
  .about-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-story__grid {
    margin-top: 58px;
    gap: 52px;
  }

  .about-story__copy {
    max-width: 680px;
    padding-top: 0;
  }

  .about-why__inner {
    min-height: 0;
    padding-top: 112px;
    padding-bottom: 112px;
    gap: 64px;
  }

  .about-why__intro {
    max-width: 660px;
  }

  .about-why__statement {
    max-width: 760px;
    padding-left: 36px;
  }

  .about-builders__heading {
    margin-top: 50px;
    gap: 38px;
  }

  .about-builders__heading > p {
    max-width: 700px;
    padding-top: 0;
  }

  .builder-journey {
    gap: 18px;
  }

  .builder-journey__visual {
    padding: 7px;
  }

  .founder-grid {
    max-width: 820px;
    gap: 55px;
  }

  .about-cta__inner {
    min-height: 0;
    padding-top: 112px;
    padding-bottom: 112px;
    gap: 58px;
  }

  .about-cta__actions {
    width: min(100%, 540px);
  }
}

@media (max-width: 680px) {
  .about-hero__inner {
    padding-top: 126px;
    padding-bottom: 74px;
    gap: 48px;
  }

  .about-hero__copy h1 {
    font-size: clamp(54px, 15.2vw, 72px);
    line-height: 0.85;
  }

  .about-hero__copy > p {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.6;
  }

  .about-text-link {
    margin-top: 28px;
  }

  .about-hero__portraits {
    gap: 12px;
  }

  .about-portrait__frame {
    aspect-ratio: 4 / 5;
  }

  .about-story__inner,
  .about-builders__inner,
  .about-founders__inner {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .about-story__line {
    top: 94px;
    right: 16px;
    left: 188px;
  }

  .about-story__grid {
    margin-top: 48px;
    gap: 38px;
  }

  .about-story h2 {
    font-size: clamp(50px, 14.5vw, 72px);
  }

  .about-story__copy {
    gap: 23px;
    font-size: 15px;
  }

  .about-why__inner {
    padding-top: 94px;
    padding-bottom: 98px;
    gap: 52px;
  }

  .about-why .section-index {
    margin-bottom: 32px;
  }

  .about-why h2 {
    font-size: clamp(51px, 14vw, 70px);
  }

  .about-why__statement {
    padding-left: 20px;
  }

  .about-why blockquote {
    font-size: clamp(41px, 11.6vw, 58px);
  }

  .about-why__statement p {
    margin-top: 30px;
    font-size: 15px;
  }

  .about-builders h2 {
    font-size: clamp(54px, 15.4vw, 76px);
  }

  .about-builders__heading > p {
    font-size: 15px;
  }

  .builder-journey {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .builder-journey::before {
    top: 5%;
    bottom: 5%;
    left: 50%;
    width: 1px;
    height: auto;
    transform: scaleY(0);
    transform-origin: top;
  }

  .builder-journey.is-visible::before {
    transform: scaleY(1);
  }

  .builder-journey__step::before {
    top: 50%;
  }

  .builder-journey__visual {
    width: min(78%, 290px);
    padding: 12px;
  }

  .about-founders h2 {
    margin-top: 42px;
    font-size: clamp(60px, 17.5vw, 84px);
  }

  .founder-grid {
    margin-top: 72px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .founder-profile {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(122px, 36%) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
  }

  .founder-profile__image {
    width: 100%;
    aspect-ratio: 1;
  }

  .founder-profile figcaption {
    margin-top: 0;
    gap: 8px;
  }

  .founder-profile h3 {
    font-size: clamp(32px, 8.5vw, 41px);
  }

  .founder-profile figcaption p {
    font-size: 13px;
    line-height: 1.45;
  }

  .founder-profile figcaption a {
    padding-top: 16px;
    margin-top: 8px;
    font-size: 13px;
  }

  .about-cta__inner {
    padding-top: 94px;
    padding-bottom: 98px;
    gap: 48px;
  }

  .about-cta h2 {
    font-size: clamp(58px, 16.8vw, 82px);
  }

  .about-cta__copy p {
    margin-top: 26px;
    font-size: 15px;
  }

  .about-cta__button {
    min-height: 62px;
    padding-inline: 20px;
  }

  .about-cta__signal span:first-child {
    width: 42vw;
  }

  .about-cta__signal span:last-child {
    width: 68vw;
  }
}

@media (max-width: 420px) {
  .about-hero__copy h1 {
    font-size: clamp(50px, 14.7vw, 62px);
  }

  .about-hero__portraits {
    gap: 9px;
  }

  .founder-profile {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero__copy h1 span,
  .about-hero__copy > p,
  .about-text-link,
  .about-hero__portraits,
  .js .about-page [data-reveal] {
    transform: none;
    opacity: 1;
    transition: none;
  }

  .builder-journey::before {
    transform: none;
    transition: none;
  }

  .about-portrait__frame img,
  .founder-profile__image img,
  .about-cta__button {
    transition: none;
  }
}
