@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/ABC%20Diatype.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color: #000;
  background: #fff;
  font-family: "ABC Diatype", Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #fff;
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid #e60000;
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-mark {
  position: fixed;
  z-index: 50;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-mark__logo,
.site-mark__cta {
  position: absolute;
  display: block;
  margin: 0;
  font-family: "Archivo Black", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-rendering: geometricPrecision;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  word-spacing: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.site-mark__logo {
  top: 50%;
  left: 50%;
  color: #000;
  font-size: 100px;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.site-mark__category {
  position: absolute;
  color: #000;
  font-family: "ABC Diatype", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms linear;
  white-space: nowrap;
}

.site-mark__un {
  display: inline;
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: opacity 320ms ease;
}

.site-mark__scripted {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.site-mark__header-contact {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #000;
  font-family: "ABC Diatype", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transition: opacity 180ms linear;
}

.site-mark__cta {
  color: #e60000;
  opacity: 0;
  pointer-events: none;
  transform-origin: center;
}

.site-mark__cta-prefix,
.site-mark__cta-contact {
  display: block;
}

.site-mark__cta-prefix {
  opacity: 0;
}

.site-mark__copyright {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: #000;
  font-family: "ABC Diatype", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.site-mark__cta.is-visible,
.site-mark__cta.is-static {
  opacity: 1;
}

.intro-space {
  width: 100%;
  height: 125vh;
  height: 125svh;
  min-height: 680px;
}

.show-list {
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: clamp(180px, 19vw, 300px) clamp(28px, 4.4vw, 72px)
    clamp(120px, 14vw, 220px);
}

.show {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  margin: 0 0 clamp(190px, 19vw, 300px);
}

.show:last-child {
  margin-bottom: 0;
}

.show__image {
  grid-row: 1;
  margin: 0;
}

.show__image img {
  display: block;
  width: 100%;
  height: auto;
}

.show__image--small {
  width: min(100%, 570px);
}

.show__image--medium {
  width: min(100%, 630px);
}

.show__image--large {
  width: min(100%, 700px);
}

.show--left .show__image {
  grid-column: 1 / span 6;
  justify-self: start;
}

.show--right .show__image {
  grid-column: 7 / span 6;
  justify-self: end;
}

.show__copy {
  grid-row: 1;
  max-width: 380px;
  margin-top: clamp(54px, 6vw, 96px);
}

.show--left .show__copy {
  grid-column: 8 / span 3;
}

.show--right .show__copy {
  grid-column: 4 / span 3;
}

.show__description {
  margin: 0;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}

.phone-video {
  z-index: 1;
  grid-row: 1;
  width: clamp(220px, 18vw, 280px);
}

.show--left .phone-video {
  grid-column: 10 / span 3;
  justify-self: end;
}

.show--right .phone-video {
  grid-column: 1 / span 3;
  justify-self: start;
}

.phone-video--high {
  margin-top: clamp(120px, 12vw, 180px);
}

.phone-video--middle {
  margin-top: clamp(170px, 16vw, 235px);
}

.phone-video--low {
  margin-top: clamp(210px, 19vw, 285px);
}

.phone-video__screen {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: clamp(10px, 1vw, 15px) solid #000;
  border-radius: clamp(26px, 2.6vw, 40px);
  background: #eee;
}

.phone-video__screen::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 34%;
  height: 2.5%;
  border-radius: 0 0 12px 12px;
  background: #000;
  content: "";
  transform: translateX(-50%);
}

.phone-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 620ms;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
}

.js [data-reveal="copy"] {
  transition-delay: 90ms;
}

.js [data-reveal="phone"] {
  transition-delay: 170ms;
}

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

.outro-space {
  width: 100%;
  height: 175vh;
  height: 175svh;
}

@media (max-width: 767px) {
  .site-mark__category {
    font-size: 17px;
  }

  .site-mark__header-contact {
    top: 16px;
    right: 16px;
    font-size: 17px;
  }

  .show-list {
    padding: clamp(130px, 36vw, 190px) 0 clamp(100px, 28vw, 150px);
  }

  .show {
    display: flex;
    flex-direction: column;
    margin-bottom: clamp(110px, 32vw, 160px);
  }

  .show__image,
  .show__image--small,
  .show__image--medium,
  .show__image--large {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .show__copy {
    width: auto;
    max-width: 400px;
    margin: 42px 20px 0;
  }

  .phone-video,
  .phone-video--high,
  .phone-video--middle,
  .phone-video--low {
    width: clamp(190px, 61vw, 290px);
    margin-top: clamp(62px, 19vw, 92px);
  }

  .show--left .phone-video {
    align-self: flex-end;
    margin-right: 9vw;
  }

  .show--right .phone-video {
    align-self: flex-start;
    margin-left: 9vw;
  }

}

@media (prefers-reduced-motion: reduce) {
  .site-mark__category,
  .site-mark__un,
  .site-mark__header-contact {
    transition: none;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
