:root {
  --about-ink: #f7f8ff;
  --about-muted: rgba(232, 235, 255, .7);
  --about-line: rgba(213, 220, 255, .14);
  --about-glass: rgba(10, 12, 24, .66);
  --about-violet: #a989ff;
  --about-blue: #78a7ff;
}

body.about-cinematic,
body.about-cinematic main {
  background: #04050a;
  color: var(--about-ink);
}

body.about-cinematic main {
  position: relative;
  overflow: clip;
}

body.about-cinematic .site-nav:not(.about-nav--past-hero),
body.about-cinematic .site-nav.nav--scrolled:not(.about-nav--past-hero) {
  border-color: rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(7, 8, 18, .28), rgba(7, 8, 18, .12));
  box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
  backdrop-filter: blur(9px) saturate(1.08);
}

body.about-cinematic .site-nav.about-nav--past-hero {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(15, 17, 28, .86);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .34);
  backdrop-filter: blur(20px) saturate(1.25);
}

body.about-cinematic .site-nav,
body.about-cinematic .site-nav > a,
body.about-cinematic .site-nav > a:visited {
  transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease, backdrop-filter 240ms ease, color 240ms ease;
}

.about-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  overflow: hidden;
  background: #02040b;
}

.about-hero__video,
.about-hero__fallback,
.about-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero__fallback {
  z-index: -2;
  background: #02040b url("/images/shot3.webp") center center / cover no-repeat;
}

.about-hero__video {
  z-index: -1;
  max-width: none;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity 420ms ease;
}

.about-hero.is-fallback .about-hero__video {
  opacity: 0;
}

.about-hero__overlay {
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 3, 10, .055) 0%, rgba(1, 3, 10, .012) 46%, rgba(1, 3, 10, 0) 76%),
    linear-gradient(180deg, rgba(2, 3, 10, .15) 0%, transparent 20%, transparent 78%, rgba(2, 3, 10, .08) 100%);
  transition: background 900ms cubic-bezier(.16, 1, .3, 1);
}

.about-hero.is-complete .about-hero__overlay,
.about-hero.is-fallback .about-hero__overlay {
  background:
    linear-gradient(90deg, rgba(2, 4, 13, .76) 0%, rgba(2, 4, 13, .49) 28%, rgba(2, 4, 13, .12) 54%, rgba(2, 4, 13, 0) 77%),
    linear-gradient(180deg, rgba(2, 3, 10, .18) 0%, transparent 24%, transparent 74%, rgba(2, 3, 10, .2) 100%);
}

.about-hero__copy {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: clamp(24px, 7vw, 140px);
  width: min(58vw, 980px);
  transform: translateY(-38%);
  pointer-events: none;
}

.about-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 7.5rem);
  font-weight: 760;
  line-height: .86;
  letter-spacing: -.065em;
  text-wrap: balance;
  opacity: 0;
  transform: perspective(1000px) translateY(30px) translateZ(-60px) rotateX(5deg) scale(.94);
  transform-origin: left bottom;
  filter: blur(8px);
  transition:
    opacity 700ms 0ms cubic-bezier(.16, 1, .3, 1),
    transform 760ms 0ms cubic-bezier(.16, 1, .3, 1),
    filter 650ms 0ms cubic-bezier(.16, 1, .3, 1);
}

body.about-cinematic .about-hero__title > span {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: transparent;
  background: linear-gradient(180deg, #fff 0%, #eef3ff 35%, #d6dcf3 65%, #b7c5e9 100%);
  background-attachment: scroll;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: none;
  text-shadow:
    0 -1px 0 rgba(255, 255, 255, .82),
    0 2px 2px rgba(92, 125, 191, .3),
    0 10px 24px rgba(1, 7, 24, .6),
    0 22px 55px rgba(1, 5, 18, .44),
    0 0 36px rgba(119, 102, 255, .2);
}

.about-hero__subtitle {
  max-width: 760px;
  margin: clamp(22px, 3vw, 38px) 0 0;
  color: rgba(244, 247, 255, .85);
  font-size: clamp(1rem, 1.55vw, 1.55rem);
  font-weight: 420;
  line-height: 1.42;
  letter-spacing: -.015em;
  opacity: 0;
  transform: translateY(22px);
  filter: blur(5px);
  text-shadow: 0 4px 22px rgba(0, 0, 0, .5);
  transition:
    opacity 650ms 120ms cubic-bezier(.16, 1, .3, 1),
    transform 700ms 120ms cubic-bezier(.16, 1, .3, 1),
    filter 650ms 120ms cubic-bezier(.16, 1, .3, 1);
}

.about-hero__scroll {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 7vw, 140px);
  bottom: clamp(22px, 4vh, 48px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 700ms 500ms ease, transform 700ms 500ms ease;
}

.about-hero__scroll i {
  display: block;
  width: 44px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .22);
}

.about-hero__scroll i::after {
  content: "";
  display: block;
  width: 52%;
  height: 100%;
  background: #c7d5ff;
  animation: about-scroll-pulse 1.8s ease-in-out infinite;
}

.about-hero.is-complete .about-hero__title,
.about-hero.is-fallback .about-hero__title {
  opacity: 1;
  transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0) scale(1);
  filter: blur(0);
}

.about-hero.is-complete .about-hero__subtitle,
.about-hero.is-fallback .about-hero__subtitle,
.about-hero.is-complete .about-hero__scroll,
.about-hero.is-fallback .about-hero__scroll {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes about-scroll-pulse {
  0% { transform: translateX(-105%); }
  55%, 100% { transform: translateX(205%); }
}

.about-page {
  position: relative;
  z-index: 1;
  padding: clamp(90px, 12vw, 190px) 0 clamp(110px, 14vw, 220px);
  overflow: clip;
  background:
    radial-gradient(circle at 90% 8%, rgba(87, 42, 192, .2), transparent 26rem),
    radial-gradient(circle at 4% 41%, rgba(35, 91, 200, .15), transparent 32rem),
    radial-gradient(circle at 84% 72%, rgba(115, 57, 212, .12), transparent 34rem),
    linear-gradient(180deg, #05060c 0%, #080a13 48%, #05060b 100%);
}

.about-page :is(h2, h3),
body.about-cinematic .about-page :is(h2, h3):not(:has(> span)) {
  color: var(--about-ink);
  background: none;
  background-image: none;
  animation: none;
  -webkit-text-fill-color: currentColor;
}

.about-page p,
.about-page li {
  font-size: inherit;
}

.about-eyebrow {
  margin: 0 0 20px;
  color: #aebff0;
  font-size: 11px !important;
  font-weight: 720;
  letter-spacing: .2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-intro,
.about-section,
.about-story {
  width: min(calc(100% - 80px), 1440px);
  margin-inline: auto;
}

.about-intro {
  padding-bottom: clamp(120px, 15vw, 240px);
}

.about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: start;
}

.about-intro h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 690;
  line-height: .92;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.about-intro__copy {
  padding-top: 10px;
  color: var(--about-muted);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1.68;
}

.about-intro__copy p + p {
  margin-top: 24px;
}

.about-intro__copy .about-intro__lead {
  color: rgba(247, 248, 255, .93);
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  line-height: 1.45;
}

.about-intro__copy strong {
  color: #fff;
  font-weight: 650;
}

.about-story {
  display: grid;
  gap: clamp(140px, 18vw, 300px);
}

.about-chapter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(90px, 1.4fr) minmax(300px, 4fr);
  align-items: center;
}

.about-chapter__media {
  grid-column: 1 / 3;
  grid-row: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: clamp(24px, 3vw, 48px);
  box-shadow: 0 42px 120px rgba(0, 0, 0, .42), 0 0 80px rgba(71, 67, 201, .09);
}

.about-chapter__media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  transform: scale(1.012);
}

.about-chapter__panel {
  position: relative;
  z-index: 2;
  grid-column: 2 / 4;
  grid-row: 1;
  min-width: 0;
  padding: clamp(34px, 4.5vw, 74px);
  border: 1px solid rgba(222, 228, 255, .17);
  border-radius: clamp(24px, 3vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .025)),
    rgba(5, 7, 17, .74);
  box-shadow: 0 38px 110px rgba(0, 0, 0, .43);
  backdrop-filter: blur(24px) saturate(1.16);
}

.about-chapter__number {
  position: absolute;
  top: clamp(-62px, -5vw, -36px);
  right: clamp(20px, 3vw, 50px);
  color: rgba(212, 220, 255, .11);
  font-size: clamp(5.5rem, 11vw, 11rem);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}

.about-chapter h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 4.8vw, 5.5rem);
  font-weight: 680;
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.about-chapter__panel > p:not(.about-eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-top: clamp(24px, 3vw, 42px);
  color: var(--about-muted);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 410;
  line-height: 1.65;
}

.about-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(28px, 3vw, 44px) 0 0;
  padding: 0;
  list-style: none;
}

.about-tags li {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(203, 214, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: rgba(235, 239, 255, .73);
  font-size: 12px !important;
  font-weight: 550;
  line-height: 1;
}

.about-chapter--reverse {
  grid-template-columns: minmax(300px, 4fr) minmax(90px, 1.4fr) minmax(0, 7fr);
}

.about-chapter--reverse .about-chapter__media {
  grid-column: 2 / 4;
}

.about-chapter--reverse .about-chapter__panel {
  grid-column: 1 / 3;
}

.about-chapter--reverse .about-chapter__number {
  right: auto;
  left: clamp(20px, 3vw, 50px);
}

.about-chapter--panorama {
  display: grid;
  grid-template-columns: minmax(20px, .7fr) minmax(320px, 6.2fr) minmax(20px, 4.1fr);
  padding-bottom: clamp(50px, 7vw, 100px);
}

.about-chapter--panorama .about-chapter__media {
  grid-column: 1 / 4;
  grid-row: 1;
}

.about-chapter--panorama .about-chapter__media img {
  min-height: clamp(540px, 54vw, 780px);
}

.about-chapter--panorama .about-chapter__panel {
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: end;
  margin: 0 0 clamp(-90px, -6vw, -50px) clamp(24px, 6vw, 100px);
}

.about-section {
  padding-top: clamp(170px, 20vw, 320px);
}

.about-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(50px, 7vw, 100px);
}

.about-section__head h2,
.about-team__intro h2 {
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 7rem);
  font-weight: 680;
  line-height: .91;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.about-section__head > p,
.about-team__intro > p:not(.about-eyebrow) {
  color: var(--about-muted);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 410;
  line-height: 1.62;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.about-values__grid article {
  position: relative;
  min-height: 270px;
  padding: clamp(28px, 3.5vw, 48px);
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .018));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.about-values__grid article:nth-child(1),
.about-values__grid article:nth-child(4),
.about-values__grid article:nth-child(5) {
  grid-column: span 5;
}

.about-values__grid article:nth-child(2),
.about-values__grid article:nth-child(3),
.about-values__grid article:nth-child(6) {
  grid-column: span 7;
}

.about-values__grid article:nth-child(2),
.about-values__grid article:nth-child(5) {
  background:
    radial-gradient(circle at 90% 0%, rgba(128, 84, 255, .18), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018));
}

.about-values__grid span,
.about-built__grid > article > span {
  color: rgba(194, 207, 255, .36);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.about-values__grid h3,
.about-built__grid h3 {
  margin: clamp(60px, 8vw, 110px) 0 16px;
  font-size: clamp(1.7rem, 2.45vw, 2.8rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.04em;
}

.about-values__grid p {
  max-width: 620px;
  color: var(--about-muted);
  font-size: clamp(.95rem, 1.05vw, 1.08rem);
  font-weight: 410;
  line-height: 1.6;
}

.about-team {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.about-team__intro {
  position: sticky;
  top: 130px;
}

.about-team__intro > p:not(.about-eyebrow) {
  margin-top: 32px;
}

.about-team__panel {
  padding: clamp(34px, 5vw, 76px);
  border: 1px solid rgba(216, 224, 255, .15);
  border-radius: clamp(28px, 4vw, 54px);
  background:
    radial-gradient(circle at 100% 0%, rgba(114, 74, 235, .18), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .022));
  box-shadow: 0 36px 110px rgba(0, 0, 0, .28);
  backdrop-filter: blur(20px);
}

.about-team__statement p {
  color: var(--about-muted);
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  line-height: 1.5;
}

.about-team__statement strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.045em;
}

.about-team__panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: clamp(46px, 6vw, 78px) 0 0;
  padding: 0;
  border-top: 1px solid var(--about-line);
  list-style: none;
}

.about-team__panel li {
  position: relative;
  margin: 0;
  padding: 18px 0 18px 20px;
  border-bottom: 1px solid var(--about-line);
  color: rgba(238, 241, 255, .77);
  font-size: clamp(.92rem, 1vw, 1.05rem);
  font-weight: 430;
  line-height: 1.45;
}

.about-team__panel li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a88cff;
  box-shadow: 0 0 14px rgba(142, 109, 255, .7);
}

.about-team__note,
.about-team__partner {
  color: var(--about-muted);
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  font-weight: 410;
  line-height: 1.58;
}

.about-team__note {
  margin-top: 42px;
}

.about-team__partner {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--about-line);
}

.about-team__partner strong {
  color: #fff;
  font-weight: 650;
}

.about-built__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
}

.about-built__grid article {
  min-width: 0;
  padding: clamp(34px, 5vw, 74px);
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-built__grid article:nth-child(even) {
  border-right: 0;
}

.about-built__grid article:nth-child(2) {
  transform: translateY(42px);
}

.about-built__grid article:nth-child(3) {
  transform: translateY(-42px);
}

.about-built__grid h3 {
  margin-top: clamp(50px, 7vw, 92px);
}

.about-built__grid ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-built__grid li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 22px;
  color: var(--about-muted);
  font-size: clamp(.95rem, 1.05vw, 1.08rem);
  font-weight: 410;
  line-height: 1.55;
}

.about-built__grid li::before {
  content: "↗";
  position: absolute;
  left: 0;
  color: #9db8ff;
}

.about-faq__list {
  border-top: 1px solid rgba(214, 221, 255, .22);
}

.about-faq details {
  border-bottom: 1px solid rgba(214, 221, 255, .18);
}

.about-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 4vw, 54px) 0;
  color: #f7f8ff;
  font-size: clamp(1.35rem, 2.3vw, 2.6rem);
  font-weight: 580;
  line-height: 1.2;
  letter-spacing: -.035em;
  cursor: pointer;
  list-style: none;
}

.about-faq summary::-webkit-details-marker {
  display: none;
}

.about-faq summary span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(214, 221, 255, .2);
  border-radius: 50%;
  color: #bfcfff;
  font-size: 24px;
  font-weight: 300;
  transition: transform 300ms ease, background-color 300ms ease;
}

.about-faq details[open] summary span {
  transform: rotate(45deg);
  background: rgba(153, 119, 255, .12);
}

.about-faq details > p {
  max-width: 880px;
  margin: -12px 0 0;
  padding: 0 0 clamp(30px, 5vw, 62px);
  color: var(--about-muted);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 410;
  line-height: 1.68;
}

@media (max-width: 1100px) {
  .about-intro__grid,
  .about-section__head,
  .about-team {
    grid-template-columns: 1fr;
  }

  .about-intro__copy,
  .about-section__head > p,
  .about-team__intro > p:not(.about-eyebrow) {
    max-width: 760px;
  }

  .about-team__intro {
    position: static;
  }
}

@media (max-width: 900px) and (orientation: portrait) {
  .about-hero__video {
    object-position: 76% center;
  }

  .about-hero__fallback {
    background-position: 76% center;
  }

  .about-hero__copy {
    width: min(72vw, 600px);
  }

  .about-chapter,
  .about-chapter--reverse,
  .about-chapter--panorama {
    display: block;
  }

  .about-chapter__panel,
  .about-chapter--reverse .about-chapter__panel,
  .about-chapter--panorama .about-chapter__panel {
    width: calc(100% - 52px);
    margin: -10vw 0 0 auto;
  }

  .about-chapter--reverse .about-chapter__panel {
    margin-right: auto;
    margin-left: 0;
  }

  .about-chapter--panorama .about-chapter__media img {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body.about-cinematic .site-nav:not(.about-nav--past-hero),
  body.about-cinematic .site-nav.nav--scrolled:not(.about-nav--past-hero) {
    border-color: rgba(255, 255, 255, .11);
    background: rgba(6, 8, 17, .2);
    backdrop-filter: blur(8px);
  }

  .about-hero__video {
    object-position: 82% center;
  }

  .about-hero__fallback {
    background-position: 82% center;
  }

  .about-hero.is-complete .about-hero__overlay,
  .about-hero.is-fallback .about-hero__overlay {
    background:
      linear-gradient(90deg, rgba(2, 4, 13, .76) 0%, rgba(2, 4, 13, .47) 56%, rgba(2, 4, 13, .06) 100%),
      linear-gradient(180deg, rgba(2, 3, 10, .24) 0%, rgba(2, 3, 10, .06) 38%, rgba(2, 3, 10, .2) 100%);
  }

  .about-hero__copy {
    top: clamp(122px, 17dvh, 174px);
    right: 20px;
    left: 22px;
    width: auto;
    max-width: 88vw;
    transform: none;
  }

  .about-hero__title {
    max-width: 92vw;
    font-size: clamp(2.72rem, 12.2vw, 4rem);
    line-height: .9;
    letter-spacing: -.06em;
  }

  .about-hero__title span:first-child {
    max-width: 8.6em;
  }

  .about-hero__subtitle {
    max-width: min(88vw, 470px);
    margin-top: 20px;
    font-size: clamp(.94rem, 4vw, 1.08rem);
    line-height: 1.48;
  }

  .about-hero__scroll {
    right: 22px;
    bottom: 25px;
    left: 22px;
  }

  .about-page {
    padding-top: 92px;
  }

  .about-intro,
  .about-section,
  .about-story {
    width: calc(100% - 40px);
  }

  .about-intro {
    padding-bottom: 120px;
  }

  .about-intro__grid {
    gap: 40px;
  }

  .about-intro h2,
  .about-section__head h2,
  .about-team__intro h2 {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
    line-height: .94;
  }

  .about-intro__copy {
    font-size: 1rem;
    line-height: 1.62;
  }

  .about-intro__copy .about-intro__lead {
    font-size: 1.18rem;
  }

  .about-story {
    gap: 132px;
  }

  .about-chapter__media {
    width: calc(100% + 20px);
    margin-left: -10px;
    border-radius: 24px;
  }

  .about-chapter__media img {
    min-height: 310px;
  }

  .about-chapter--first .about-chapter__media img {
    object-position: 68% center;
  }

  .about-chapter--reverse .about-chapter__media img {
    object-position: center;
  }

  .about-chapter--panorama .about-chapter__media img {
    min-height: 390px;
    object-position: 72% center;
  }

  .about-chapter__panel,
  .about-chapter--reverse .about-chapter__panel,
  .about-chapter--panorama .about-chapter__panel {
    width: calc(100% - 10px);
    margin: -38px 0 0 auto;
    padding: 32px 24px;
    border-radius: 24px;
  }

  .about-chapter--reverse .about-chapter__panel {
    margin-right: auto;
    margin-left: 0;
  }

  .about-chapter--panorama {
    padding-bottom: 0;
  }

  .about-chapter h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
    line-height: .96;
  }
  .about-chapter__panel > *{
    max-width: 85%!important;
  }
  .about-chapter__panel h2{
        font-size: var(--step-8) !important;
  }
  .about-chapter__panel > p:not(.about-eyebrow) {
    font-size: .98rem;
    line-height: 1.58;
  }

  .about-chapter__number {
    top: -44px;
    right: 18px;
    font-size: 6.4rem;
  }

  .about-chapter--reverse .about-chapter__number {
    right: 18px;
    left: auto;
  }

  .about-section {
    padding-top: 150px;
  }

  .about-section__head {
    gap: 30px;
    margin-bottom: 48px;
  }

  .about-values__grid,
  .about-built__grid {
    display: block;
    border-top: 0;
  }

  .about-values__grid article {
    min-height: 245px;
    margin-bottom: 12px;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .about-values__grid h3 {
    margin-top: 64px;
    font-size: 2rem;
  }

  .about-team {
    gap: 46px;
  }

  .about-team__panel {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .about-team__statement strong {
    font-size: 2.45rem;
  }

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

  .about-built__grid article,
  .about-built__grid article:nth-child(even) {
    padding: 38px 0 46px;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
    transform: none;
  }

  .about-built__grid h3 {
    margin-top: 48px;
    font-size: 2.2rem;
  }

  .about-faq summary {
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 16px;
    font-size: 1.4rem;
  }

  .about-faq summary span {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 380px) {
  .about-hero__copy {
    top: 132px;
  }

  .about-hero__title {
    font-size: 2.65rem;
  }

  .about-hero__subtitle {
    max-width: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero__video {
    display: none;
  }

  .about-hero__overlay {
    background:
      linear-gradient(90deg, rgba(2, 4, 13, .76) 0%, rgba(2, 4, 13, .49) 28%, rgba(2, 4, 13, .12) 54%, rgba(2, 4, 13, 0) 77%),
      linear-gradient(180deg, rgba(2, 3, 10, .18) 0%, transparent 24%, transparent 74%, rgba(2, 3, 10, .2) 100%);
  }

  .about-hero__title,
  .about-hero__subtitle,
  .about-hero__scroll {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .about-hero__scroll i::after {
    animation: none;
    transform: none;
  }
}

@media (orientation: portrait) {
  .about-hero__video {
    object-position: center center;
  }
}