﻿:root {
  --about-bg: #100F0F;
  --about-text: #fff;
  --about-secondary: rgba(255, 255, 255, 0.4);
  --about-edge: 24px;
  --about-gap: 20px;
  --about-col: calc((100vw - (2 * var(--about-edge)) - (3 * var(--about-gap))) / 4);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--about-bg);
  color: var(--about-text);
  font-family: "PP Neue Montreal", Arial, sans-serif;
  letter-spacing: 0;
  scrollbar-width: none;
  font-synthesis: none;
}

html::-webkit-scrollbar { display: none; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--about-bg);
  letter-spacing: 0.02em;
}

body::after {
  content: "";
  position: fixed;
  z-index: 10;
  inset: -35%;
  pointer-events: none;
  opacity: 0.077;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' seed='7' stitchTiles='stitch' result='noise'/%3E%3CfeColorMatrix in='noise' type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 .8 .8 .8 0 -.95'/%3E%3C/filter%3E%3Crect width='96' height='96' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 112px 112px;
  animation: about-grain 0.18s steps(1, end) infinite;
  will-change: transform;
}

@keyframes about-grain {
  0% { transform: translate3d(0, 0, 0); }
  20% { transform: translate3d(-4%, 3%, 0); }
  40% { transform: translate3d(5%, -4%, 0); }
  60% { transform: translate3d(-3%, -5%, 0); }
  80% { transform: translate3d(4%, 5%, 0); }
  100% { transform: translate3d(-5%, 2%, 0); }
}

@keyframes about-mobile-grain {
  0% { background-position: 0 0; }
  20% { background-position: 11px -7px; }
  40% { background-position: -8px 12px; }
  60% { background-position: 14px 8px; }
  80% { background-position: -12px -10px; }
  100% { background-position: 7px 13px; }
}

a { color: inherit; text-decoration: none; }
p { margin: 0; }
a, p, time {
  font-weight: 400;
  letter-spacing: 0.02em;
}

main {
  position: relative;
  z-index: 3;
}

.about-hero {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
}

.about-hero-photo {
  display: none;
}

.about-hero-photo.progressive-media--about-hero {
  display: none;
  background: var(--about-bg);
  overflow: visible;
}

.progressive-media--about-hero .progressive-preview,
.progressive-media--about-hero .progressive-full {
  pointer-events: none;
  will-change: opacity, filter, transform;
}

.hero-center {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
}

.hero-mark {
  position: absolute;
  z-index: 5;
  top: calc(var(--chrome-header-h, 35px) + 24px);
  left: var(--about-edge);
  color: var(--about-text);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hero-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--about-text);
  font-weight: 500;
  font-size: clamp(92px, 8.958vw, 220px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.hero-title > span:not(.hero-logo3d):not(.hero-typed) {
  display: block;
}

.hero-title-copy {
  overflow: hidden;
}

.hero-title-copy-inner {
  display: block;
  will-change: transform, opacity;
}

.hero-title > .hero-typed {
  --hero-typing-caret-space: 0.075em;
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: auto;
  padding-right: var(--hero-typing-caret-space);
  margin-right: calc(var(--hero-typing-caret-space) * -1);
  overflow: hidden;
}

.hero-typed-sizer {
  display: block;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.hero-typed-text {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  white-space: nowrap;
  will-change: transform, opacity;
}

body.is-about-intro-pending .hero-title-copy-inner,
body.is-about-intro-pending .hero-typed-text {
  opacity: 0;
  transform: translate3d(0, 112%, 0);
}

body.is-about-intro-running .hero-title-copy-inner {
  animation: about-content-slide-reveal 1.12s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 180ms;
}

body.is-about-intro-running .hero-typed-text {
  animation: about-content-slide-reveal 1.12s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 340ms;
}

.hero-typed.is-typing .hero-typed-text::after {
  content: "";
  display: inline-block;
  width: 0.012em;
  height: 0.78em;
  margin-left: 0.035em;
  vertical-align: -0.015em;
  background: currentColor;
  animation: about-typing-caret 0.8s steps(1, end) infinite;
}

@keyframes about-typing-caret {
  50% { opacity: 0; }
}

.hero-logo3d {
  position: relative;
  display: block;
  flex: 0 0 clamp(147px, 13.99vw, 338px);
  width: clamp(147px, 13.99vw, 338px);
  height: clamp(147px, 13.99vw, 338px);
  margin-inline: 0.015em;
  cursor: grab;
  touch-action: none;
}

.hero-logo3d.is-dragging { cursor: grabbing; }

#aboutLogoCanvas {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.hero-kicker,
.hero-year {
  position: absolute;
  top: 50%;
  color: var(--about-secondary);
  font-size: 14px;
  line-height: 1.3;
  transform: translateY(-50%);
}

.hero-kicker { left: var(--about-edge); }
.hero-year { right: var(--about-edge); }

.hero-statement {
  position: absolute;
  z-index: 3;
  left: var(--about-edge);
  bottom: 70px;
  font-weight: 500;
  font-size: clamp(24px, 1.667vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero-statement span { display: block; }
.hero-statement--mobile { display: none; }

.about-story {
  --story-copy-gap: 200px;
  --story-parallax: 0px;
  --story-photo-w: 54.166666vw;
  --story-photo-h: calc(var(--story-photo-w) * 931 / 1300);
  --story-start-y: var(--chrome-header-h, 35px);
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--about-gap);
  row-gap: 0;
  min-height: 100svh;
  margin-top: calc(var(--story-start-y) - 100svh);
  padding: 0 var(--about-edge) 180px;
}

.about-story-photo {
  position: relative;
  z-index: 0;
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  width: var(--story-photo-w);
  aspect-ratio: 1300 / 931;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, var(--story-parallax), 0);
  will-change: transform;
}

.about-story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.about-story-mark {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 58px;
  margin-top: calc(100svh - 70px + var(--story-copy-gap) - var(--story-start-y));
  transform: none;
}

.about-story-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.about-story-side-label {
  position: relative;
  z-index: 2;
  display: none;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  margin-top: calc(100svh - 70px + var(--story-copy-gap) - var(--story-start-y));
  color: var(--about-secondary);
  font-size: 14px;
  line-height: 1.3;
}

.about-story-copy {
  position: relative;
  z-index: 2;
  grid-column: 2 / 5;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--about-gap);
  gap: 0;
  width: 100%;
  margin-top: calc(100svh - 70px + var(--story-copy-gap) - var(--story-start-y));
  font-size: 14px;
  line-height: 1.3;
}

.about-story-heading {
  width: min(100%, 12.05em);
  max-width: none;
  margin: 0;
  color: var(--about-text);
  font-weight: 500;
  font-size: clamp(24px, 1.667vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: wrap;
}

.about-story-heading-line {
  display: block;
}

.about-story-intro {
  grid-column: 1;
  max-width: none;
}

.about-story-details {
  grid-column: 2;
  display: grid;
  align-content: start;
  width: 100%;
  min-width: 0;
}

.about-story-period {
  margin: 0;
  color: var(--about-text);
  font-size: 14px;
  line-height: 1.3;
}

.about-story-description {
  display: grid;
  gap: 44px;
  width: 100%;
  max-width: 465px;
  margin-top: 152px;
}

.about-story-block {
  max-width: 465px;
}

.about-story-label {
  margin-bottom: 24px;
  color: var(--about-secondary);
}

.about-story-text {
  color: var(--about-text);
}

.about-awards-section {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  margin-top: 200px;
}

.about-awards-summary,
.about-award-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--about-gap);
  align-items: center;
}

.about-awards-summary {
  align-items: end;
  margin-bottom: 16px;
}

.about-recognition {
  grid-column: 1;
  max-width: 390px;
  font-size: 14px;
  line-height: 1.3;
}

.about-awards-count {
  grid-column: 3;
  color: var(--about-secondary);
  font-size: 14px;
  line-height: 1.3;
}

.about-awards-teams {
  grid-column: 4;
  color: var(--about-secondary);
  font-size: 14px;
  line-height: 1.3;
}

.about-awards-table {
  font-size: 14px;
  line-height: 1.3;
}

.about-award-row {
  position: relative;
  isolation: isolate;
  min-height: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 196ms ease 180ms;
}

.about-award-row::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -1px;
  width: 100vw;
  height: calc(100% + 1px);
  background: rgba(255, 255, 255, 0.025);
  pointer-events: none;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  transition: transform 353ms cubic-bezier(0.22, 1, 0.36, 1) 180ms;
}

.about-award-row > * {
  position: relative;
  z-index: 1;
}

.about-award-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.about-award-icons {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 52px;
}

.about-award-icons.is-dprofile-pair {
  gap: 4px;
}

.about-award-icons img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.42;
  filter: grayscale(1) brightness(0.45);
  transition: opacity 180ms ease, filter 180ms ease;
}

.about-award-icons .about-award-ribbon {
  width: 18.13px;
  height: 32px;
  object-fit: fill;
}

.about-award-platform {
  grid-column: 2;
}

.about-award-project {
  grid-column: 3;
}

.about-award-team {
  grid-column: 4;
  padding-right: 66px;
  color: var(--about-secondary);
}

.about-award-year {
  position: absolute;
  right: 0;
  color: var(--about-secondary);
}

@media (hover: hover) and (pointer: fine) {
  .about-award-row:hover {
    border-top-color: transparent;
    transition-delay: 0ms;
  }

  .about-award-row:hover + .about-award-row {
    border-top-color: transparent;
    transition-delay: 0ms;
  }

  .about-award-row:last-child:hover {
    border-bottom-color: transparent;
  }

  .about-award-row:hover::before {
    transform: translateX(-50%) scaleY(1);
    transition-delay: 0ms;
  }

  .about-award-row:hover .about-award-icons img {
    opacity: 1;
    filter: none;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .about-story {
    --story-start-y: var(--chrome-header-h, 35px);
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .about-story-text {
    width: 100%;
    max-width: none;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: wrap;
  }

  .about-story-heading-line {
    display: block;
  }

  .about-story-lead,
  .about-story-block,
  .about-recognition {
    max-width: none;
  }
}

@media (min-width: 1025px) and (max-width: 1349px) {
  .about-hero-photo,
  .about-hero-photo.progressive-media--about-hero {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 72px;
    left: 0;
    width: 100%;
    height: min(780px, calc(100svh - 48px));
    min-height: 0;
    margin: 0;
    overflow: visible;
    pointer-events: none;
  }

  .about-hero-photo img {
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
    flex: 0 0 auto;
    margin: 0;
    object-fit: contain;
    object-position: center center;
  }

  .about-hero-photo.progressive-media--about-hero .progressive-preview,
  .about-hero-photo.progressive-media--about-hero .progressive-full {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .about-hero-photo.progressive-media--about-hero .progressive-preview {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .about-hero-photo.progressive-media--about-hero .progressive-full {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .about-hero-photo.progressive-media--about-hero.is-progressive-loaded .progressive-preview {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .about-hero-photo.progressive-media--about-hero.is-progressive-loaded .progressive-full {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .about-story {
    --story-start-y: var(--chrome-header-h, 35px);
  }
}

@media (min-width: 1920px) {
  .about-story {
    --story-start-y: var(--chrome-header-h, 35px);
  }

  .about-story-lead,
  .about-story-block,
  .about-recognition {
    max-width: 465px;
  }
}

@media (max-width: 1024px) {
  :root { --about-edge: 20px; --about-gap: 20px; }

  body::after {
    inset: 0;
    width: 100vw;
    height: 100svh;
    animation: about-mobile-grain 0.18s steps(1, end) infinite;
    transform: none;
    will-change: background-position;
  }

  .about-hero {
    min-height: 100svh;
  }

  .about-hero-photo,
  .about-hero-photo.progressive-media--about-hero {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 72px;
    left: 0;
    width: 100%;
    height: min(525px, calc(75svh - 72px));
    min-height: 0;
    margin: 0;
    overflow: visible;
    pointer-events: none;
  }

  .about-hero-photo img {
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
    flex: 0 0 auto;
    margin: 0;
    object-fit: contain;
    object-position: center center;
  }

  .about-hero-photo.progressive-media--about-hero .progressive-preview,
  .about-hero-photo.progressive-media--about-hero .progressive-full {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .about-hero-photo.progressive-media--about-hero .progressive-preview {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .about-hero-photo.progressive-media--about-hero .progressive-full {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .about-hero-photo.progressive-media--about-hero.is-progressive-loaded .progressive-preview {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .about-hero-photo.progressive-media--about-hero.is-progressive-loaded .progressive-full {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .hero-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-inline: var(--about-edge);
  }

  .hero-title {
    order: 2;
    width: 100%;
    font-size: clamp(40px, 7.5vw, 76px);
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .hero-logo3d {
    flex-basis: clamp(73px, 13.53vw, 138px);
    width: clamp(73px, 13.53vw, 138px);
    height: clamp(73px, 13.53vw, 138px);
    margin-inline: 1px;
  }

  .hero-mark {
    top: calc(var(--chrome-header-h, 35px) + 28px);
    font-size: 24px;
  }

  .hero-kicker,
  .hero-year {
    position: static;
    color: var(--about-secondary);
    font-size: 14px;
    line-height: 1.3;
    transform: none;
  }

  .hero-kicker { order: 1; }
  .hero-year { order: 3; }

  .hero-statement {
    right: var(--about-edge);
    bottom: calc(32px + var(--chrome-mobile-footer-h, 35px));
    font-size: clamp(24px, 3.8vw, 32px);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .hero-statement span {
    display: inline;
  }

  .hero-statement {
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: wrap;
  }

  .about-story-heading,
  .about-story-text {
    width: 100%;
    max-width: none;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: wrap;
  }

  .hero-statement--desktop { display: none; }
  .hero-statement--mobile { display: block; }

  .about-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    margin-top: 0;
    padding: 54px var(--about-edge) calc(72px + var(--chrome-mobile-footer-h, 35px));
  }

  .about-story-photo {
    display: none;
  }

  .about-story-mark {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    width: 58px;
    margin-top: 0;
  }

  .about-story-side-label {
    display: none;
  }

  .about-story-copy {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.3;
  }

  .about-story-heading {
    width: 100%;
    max-width: none;
    font-size: clamp(24px, 3.8vw, 32px);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .about-story-heading-line {
    display: inline;
  }

  html[lang^="en"] .about-story-heading-line {
    display: block;
  }

  .about-story-lead,
  .about-story-block,
  .about-story-details,
  .about-story-description {
    grid-column: 1;
    max-width: none;
  }

  .about-story-period {
    display: block;
  }

  .about-story-description {
    gap: 40px;
    margin-top: 24px;
  }

  .about-story-label {
    margin-bottom: 20px;
  }

  .about-story-cta {
    margin: 24px auto 0;
    transform: none !important;
  }

  .about-awards-section {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 64px;
  }

  .about-awards-summary {
    display: block;
    margin-bottom: 32px;
  }

  .about-recognition {
    max-width: none;
  }

  .about-awards-count,
  .about-awards-teams {
    display: none;
  }

  .about-award-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(78px, 23vw, 96px) 72px;
    column-gap: 20px;
    min-height: 64px;
  }

  .about-award-row::before {
    display: none;
  }

  .about-award-project {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    padding-top: 10px;
  }

  .about-award-year {
    position: static;
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    padding-bottom: 10px;
  }

  .about-award-platform {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    padding-top: 10px;
  }

  .about-award-icons {
    grid-column: 3;
    grid-row: 1 / 3;
    justify-self: end;
    width: 72px;
    min-height: 64px;
  }

  .about-award-icons img {
    opacity: 1;
    filter: none;
  }

  .about-award-team {
    display: none;
  }

  .site-footer.about-v2-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    height: var(--chrome-footer-h, 35px);
    padding: 0 var(--about-edge);
    background: var(--chrome-bar-bg, #100F0F);
    border-top: 1px solid var(--chrome-bar-border, #212020);
    mix-blend-mode: normal;
  }

  .site-footer.about-v2-footer .location-clock { display: none; }
  .site-footer.about-v2-footer .socials { display: grid; }
}

@media (max-width: 767px) {
  .hero-statement span {
    display: block;
  }
}

@media (max-height: 700px) and (max-width: 1024px) {
  .hero-statement { bottom: calc(24px + var(--chrome-mobile-footer-h, 35px)); }
}

.about-reveal-clip,
.about-reveal-photo {
  overflow: hidden;
}

body.is-about-chrome-intro.is-about-intro-pending .site-header .logo-link,
body.is-about-chrome-intro.is-about-intro-pending .site-header .top-nav,
body.is-about-intro-pending .hero-mark,
body.is-about-intro-pending .hero-kicker,
body.is-about-intro-pending .hero-year,
body.is-about-intro-pending .hero-statement,
body.is-about-intro-pending .about-story-mark,
body.is-about-intro-pending .about-story-copy,
body.is-about-intro-pending .about-awards-section,
body.is-about-chrome-intro.is-about-intro-pending .site-footer {
  opacity: 0;
}

.about-reveal-inner {
  display: block;
  will-change: transform, opacity;
}

.about-reveal-inline .about-reveal-inner {
  display: inline-block;
}

.about-line-measure {
  display: block;
  visibility: hidden;
}

.about-reveal-lines {
  display: block;
}

.about-reveal-line {
  display: block;
  overflow: hidden;
}

.about-reveal-line-inner {
  display: block;
  will-change: transform, opacity;
}

body.is-about-intro-pending .about-reveal-clip:not(.about-reveal-chrome) .about-reveal-inner,
body.is-about-chrome-intro.is-about-intro-pending .about-reveal-chrome .about-reveal-inner {
  opacity: 0;
  transform: translate3d(0, 112%, 0);
}

body.is-about-intro-pending .about-reveal-lines:not(.about-reveal-chrome) .about-reveal-line-inner,
body.is-about-chrome-intro.is-about-intro-pending .about-reveal-lines.about-reveal-chrome .about-reveal-line-inner {
  opacity: 0;
  transform: translate3d(0, 112%, 0);
}

body.is-about-intro-running .about-reveal-clip:not(.about-reveal-chrome) .about-reveal-inner,
body.is-about-chrome-intro.is-about-intro-running .about-reveal-chrome .about-reveal-inner {
  animation: about-content-slide-reveal 1.12s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--about-intro-delay, 0ms);
}

body.is-about-intro-running .about-reveal-lines:not(.about-reveal-chrome) .about-reveal-line-inner,
body.is-about-chrome-intro.is-about-intro-running .about-reveal-lines.about-reveal-chrome .about-reveal-line-inner {
  animation: about-content-slide-reveal 1.12s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--about-line-delay, var(--about-intro-delay, 0ms));
}

body.is-about-intro-pending .about-reveal-photo {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
}

body.is-about-intro-running .about-reveal-photo {
  animation: about-photo-mask-reveal 1.18s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--about-intro-delay, 0ms);
}

body.is-about-intro-pending .about-reveal-unit:not(.about-reveal-chrome),
body.is-about-chrome-intro.is-about-intro-pending .about-reveal-unit.about-reveal-chrome {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
}

body.is-about-intro-running .about-reveal-unit:not(.about-reveal-chrome),
body.is-about-chrome-intro.is-about-intro-running .about-reveal-unit.about-reveal-chrome {
  animation: about-unit-reveal 1.02s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--about-intro-delay, 0ms);
}

@keyframes about-content-slide-reveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 112%, 0);
  }
  12% { opacity: 1; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes about-photo-mask-reveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  16% { opacity: 1; }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes about-unit-reveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
  }
  18% { opacity: 1; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.about-story-side-label,
.about-story-copy,
.about-story-period,
.about-story-description,
.about-story-label,
.about-story-text,
.about-story-lead,
.about-awards-summary,
.about-awards-count,
.about-awards-teams,
.about-award-row,
.about-award-platform,
.about-award-project,
.about-award-team,
.about-award-year {
  line-height: 20px;
}
