:root {
  --about-copy: min(1120px, calc(100% - 64px));
}

body.about-page {
  background: var(--master-paper);
  color: var(--master-ink);
}

.about-main {
  overflow: hidden;
  background: var(--master-paper);
}

.about-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--master-black);
  color: var(--master-white);
}

.about-hero__media,
.about-hero__scrim {
  position: absolute;
  inset: 0;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__scrim {
  background: rgb(11 11 11 / 44%);
}

.about-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 100svh;
  padding: calc(var(--nav-height) + 72px) 24px 176px;
  text-align: center;
}

.about-eyebrow {
  margin: 0;
  font-family: var(--font-mono);
  font-size: var(--type-caption);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 900px;
  margin: 12px 0 0;
  font-size: var(--type-hero);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.about-hero__lead {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: var(--type-h4);
  line-height: 1.45;
  text-wrap: balance;
}

.about-hero .about-eyebrow,
.about-hero__lead,
.about-proof p {
  color: var(--master-white);
}

.about-hero .ts-button {
  margin-top: 30px;
}

.about-proof {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: var(--about-copy);
  margin-inline: auto;
  border-top: 1px solid rgb(255 255 255 / 52%);
}

.about-proof p {
  min-height: 84px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 20px 24px;
  font-size: var(--type-small);
  font-weight: 500;
  text-align: center;
}

.about-proof p + p {
  border-left: 1px solid rgb(255 255 255 / 36%);
}

.about-intro {
  padding: 96px 24px;
  background: var(--master-white);
  text-align: center;
}

.about-intro__inner,
.about-section-head {
  width: min(820px, 100%);
  margin-inline: auto;
}

.about-intro h2,
.about-section-head h2,
.about-cta h2 {
  margin: 0;
  font-size: var(--type-h2);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.about-intro p,
.about-section-head p,
.about-cta p {
  margin: 14px auto 0;
  font-size: var(--type-body);
  line-height: 1.6;
  text-wrap: balance;
}

.about-intro p,
.about-section-head p {
  color: var(--master-graphite);
}

.about-intro .ts-button {
  margin-top: 28px;
}

.about-intro .ts-button.plan-facility-cta {
  display: inline-flex !important;
  border-color: var(--master-ink) !important;
  background: var(--master-ink) !important;
  color: var(--master-white) !important;
}

.about-system {
  background: var(--master-paper);
}

.about-system .about-section-head {
  padding: 88px 24px 44px;
  text-align: center;
}

.about-system__frame {
  position: relative;
  width: min(1360px, calc(100% - 48px));
  margin-inline: auto;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: var(--master-black);
}

.about-system__frame > img {
  width: 100%;
  height: clamp(520px, 62vw, 760px);
  object-fit: cover;
}

.about-system__layers {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgb(11 11 11 / 82%);
  color: var(--master-white);
}

.about-layer {
  min-height: 178px;
  padding: 30px;
}

.about-layer + .about-layer {
  border-left: 1px solid rgb(255 255 255 / 30%);
}

.about-layer::before,
.about-step__copy::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 18px;
  background: currentColor;
}

.about-layer h3,
.about-step h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--type-h4);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.about-layer p,
.about-step p {
  margin: 10px 0 0;
  font-size: var(--type-body);
  line-height: 1.55;
}

.about-layer--play { color: var(--play-light); }
.about-layer--facility { color: var(--facility-light); }
.about-layer--technology { color: var(--technology-light); }
.about-layer p { color: var(--master-white); }

.about-delivery {
  padding: 112px 0;
  background: var(--master-white);
}

.about-delivery .about-section-head {
  padding-inline: 24px;
  text-align: center;
}

.about-steps {
  width: var(--about-copy);
  margin: 56px auto 0;
  border-top: 1px solid var(--master-greige);
}

.about-step {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: center;
  min-height: 330px;
  border-bottom: 1px solid var(--master-greige);
}

.about-step:nth-child(even) {
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
}

.about-step__media {
  height: 100%;
  min-height: 330px;
  overflow: hidden;
}

.about-step__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-step__copy {
  padding: 48px 64px;
}

.about-step:nth-child(even) .about-step__copy {
  order: -1;
}

.about-step--review .about-step__copy { color: var(--play-strong); }
.about-step--configure .about-step__copy { color: var(--technology-deep); }
.about-step--deliver .about-step__copy { color: var(--facility-hero); }
.about-step__copy p { color: var(--master-graphite); }

.about-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  background: var(--master-black);
  color: var(--master-white);
  text-align: center;
}

.about-cta__media,
.about-cta__scrim {
  position: absolute;
  inset: 0;
}

.about-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-cta__scrim {
  background: rgb(11 11 11 / 72%);
}

.about-cta__content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 48px));
}

.about-cta p {
  color: var(--master-mist);
}

.about-cta .ts-button {
  margin-top: 28px;
}

.about-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}

.about-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  :root { --about-copy: min(100% - 48px, 760px); }

  .about-system__layers {
    position: relative;
  }

  .about-system__frame > img {
    height: 56vw;
    min-height: 380px;
  }

  .about-step,
  .about-step:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .about-step:nth-child(even) .about-step__copy {
    order: initial;
  }

  .about-step__media,
  .about-step {
    min-height: 0;
  }

  .about-step__media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  :root { --about-copy: calc(100% - 40px); }

  .about-hero {
    min-height: 860px;
  }

  .about-hero__content {
    min-height: 860px;
    padding: calc(var(--nav-height) + 48px) 20px 260px;
  }

  .about-hero h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .about-hero__lead {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .about-proof p {
    min-height: 60px;
    padding: 14px 16px;
  }

  .about-proof p + p {
    border-top: 1px solid rgb(255 255 255 / 36%);
    border-left: 0;
  }

  .about-intro {
    padding: 80px 20px;
  }

  .about-system .about-section-head,
  .about-delivery {
    padding-top: 80px;
  }

  .about-system__frame {
    width: calc(100% - 32px);
  }

  .about-system__frame > img {
    height: 64vw;
    min-height: 300px;
  }

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

  .about-layer {
    min-height: 0;
    padding: 28px 24px;
  }

  .about-layer + .about-layer {
    border-top: 1px solid rgb(255 255 255 / 30%);
    border-left: 0;
  }

  .about-delivery {
    padding-bottom: 80px;
  }

  .about-steps {
    margin-top: 40px;
  }

  .about-step__copy {
    padding: 32px 20px 40px;
  }

  .about-cta {
    min-height: 460px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
