.work-screen {
  min-height: 100vh;
  padding: clamp(110px, 15vh, 150px) var(--px) 80px;
}

.work-screen .kicker {
  line-height: normal;
}

.work-intro {
  margin: 18px 0 0;
  font-size: 16.5px;
  line-height: 1.55;
  color: #333;
  max-width: 540px;
}

.work-intro strong {
  font-weight: 700;
}

.h2-work {
  margin-top: 16px;
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(44px, 7vw, 96px);
  letter-spacing: -.02em;
  line-height: .92;
  text-transform: uppercase;
}

.h2-work .gold {
  color: var(--accent);
}

.work-rows {
  margin-top: clamp(36px, 6vh, 56px);
  border-bottom: 1px solid var(--ink);
}

.work-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
  padding: clamp(18px, 2.8vh, 28px) 0;
  border-top: 1px solid var(--ink);
  color: var(--ink);
  text-decoration: none;
  transition: padding-left .5s var(--ease), color .3s;
}

.work-row:hover {
  padding-left: 24px;
  color: var(--accent);
}

.work-row .num {
  font-size: 12.5px;
  font-weight: 600;
  font-stretch: 75%;
  line-height: normal;
  color: #767676;
}

.work-row .name {
  font-weight: 800;
  font-stretch: 110%;
  font-size: clamp(20px, 2.6vw, 32px);
  letter-spacing: -.01em;
  line-height: 1.05;
  text-transform: uppercase;
}

.work-row .side {
  grid-column: 2;
  text-align: left;
}

.work-row .side .client {
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .1em;
  line-height: normal;
  text-transform: uppercase;
  color: var(--ink);
}

.work-row .side .service {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .1em;
  line-height: normal;
  text-transform: uppercase;
  color: #767676;
}

.work-note {
  margin-top: 24px;
  font-size: 11.5px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .14em;
  line-height: normal;
  text-transform: uppercase;
  color: #767676;
}

.preview-card {
  display: none;
}

@media (min-width: 720px) {
  .work-row {
    grid-template-columns: 52px 1fr minmax(180px, auto);
  }

  .work-row .side {
    grid-column: auto;
    text-align: right;
  }
}

@media (prefers-reduced-motion: no-preference) and (pointer: fine) {
  .preview-card {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: min(400px, 36vw);
    aspect-ratio: 4 / 3;
    overflow: hidden;
    z-index: 45;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 30px 80px rgba(10, 10, 10, .35);
    background: var(--ink);
  }

  .preview-card .pv-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top;
  }

  .preview-card .pv-tex {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 26px);
  }

  .preview-card .pv-fly {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6% 4%;
    opacity: 0;
  }

  .preview-card .pv-fly svg {
    width: 100%;
    height: 100%;
  }

  .preview-card .pv-num {
    position: absolute;
    top: -26px;
    right: 6px;
    font-weight: 900;
    font-stretch: 125%;
    font-size: 140px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, .25);
    line-height: 1;
  }

  .preview-card .pv-chip {
    position: absolute;
    bottom: 14px;
    left: 16px;
    font-size: 11px;
    font-weight: 600;
    font-stretch: 75%;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .35);
    padding: 5px 11px;
  }
}
.case-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 52px;
  padding: 0 var(--px);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ink);
  transform: translateY(-101%);
}

.case-bar-id {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
}

.case-bar-name {
  font-size: 13px;
  font-weight: 900;
  font-stretch: 125%;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-bar-client {
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #747474;
  white-space: nowrap;
}

.case-bar-back {
  flex: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
  text-decoration: none;
}

.case-hero {
  position: relative;
  min-height: var(--fold);
  overflow: hidden;
  background: #0a0a0a;
  border-bottom: 1px solid var(--ink);
}

.case-hero-grad,
.case-hero-tex,
.case-hero-img {
  position: absolute;
  inset: 0;
}

.case-hero-tex {
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 24px);
}

.case-hero-img picture {
  position: absolute;
  inset: 0;
}

.case-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.case-hero-stage {
  position: relative;
  z-index: 1;
  min-height: var(--fold);
  display: flex;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 24px) #0a0a0a;
}

.case-hero-rule {
  width: 26px;
  height: 2px;
  background: #e8b23a;
}

.case-hero-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.case-hero-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3.5vh, 34px);
}

.case-hero-gold {
  color: #e8b23a;
}

.case-hero-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.case-hero-tag-dot {
  flex: none;
  width: 5px;
  height: 5px;
  background: #e8b23a;
}

.case-hero-shots {
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 34px);
  padding: 13vh 6vw 15vh;
}

.case-hero-shot {
  position: relative;
  height: 72vh;
  aspect-ratio: 9 / 18.6;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  background: #1b4a86;
}

.case-hero-shot picture {
  position: absolute;
  inset: 0;
}

.case-hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mic-hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 7vw, 120px);
  padding: 10vh 7vw 14vh;
}

.mic-fig {
  flex: none;
  width: clamp(240px, 30vh, 340px);
}

.mic-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.mic-pulse {
  transform-box: fill-box;
  transform-origin: center;
}

.mic-aud {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
}

.mic-glow,
.mic-rec {
  opacity: 0;
}

.mic-status {
  position: relative;
  height: 18px;
  margin-top: 26px;
}

.mic-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.mic-label-2,
.mic-label-3,
.mic-label-4 {
  opacity: 0;
}

.mic-label-dot {
  width: 6px;
  height: 6px;
  background: #e8b23a;
}

.mic-label-txt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}

.mic-copy {
  max-width: 560px;
}

.mic-title {
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .02em;
  line-height: 1.02;
  text-transform: uppercase;
  color: #ffffff;
}

.mic-quote {
  min-height: 4.6em;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
  color: rgba(255, 255, 255, .85);
}

.mic-tr {
  display: inline-block;
}

.mic-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mic-item {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 13px 16px;
}

.mic-item-check {
  flex: none;
  width: 16px;
  height: 16px;
  background: #e8b23a;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
  color: #0a0a0a;
  line-height: 1;
}

.mic-item-name {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #ffffff;
}

.mic-item-qty {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #e8b23a;
  white-space: nowrap;
}

.sl-hero,
.cms-hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 6vw, 100px);
  padding: 10vh 6vw 14vh;
}

.sl-copy,
.cms-copy {
  max-width: 480px;
}

.sl-title,
.cms-title {
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .02em;
  line-height: 1.04;
  text-transform: uppercase;
  color: #ffffff;
}

.sl-fig,
.cms-fig {
  width: 100%;
  max-width: 640px;
}

.sl-fig svg,
.cms-fig svg {
  display: block;
  width: 100%;
  height: auto;
}

.sl-u2,
.sl-rl {
  opacity: 0;
}

.sl-chk-1,
.sl-chk-2,
.sl-chk-3 {
  transform-box: fill-box;
  transform-origin: center;
}

.txt-hero {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(26px, 4.5vh, 42px);
  padding: 12vh 7vw 15vh;
}

.txt-lines {
  display: flex;
  flex-direction: column;
}

.txt-line-clip {
  overflow: hidden;
  padding-bottom: .06em;
}

.txt-line {
  font-size: clamp(36px, 5.4vw, 86px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .01em;
  line-height: 1.04;
  text-transform: uppercase;
}

.txt-seal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}

.txt-seal-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.txt-seal-txt {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.fly-hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vh, 30px);
  padding: 12vh 5vw 13vh;
}

.fly-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.fly-title {
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .06em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.fly-svg {
  width: min(1020px, 100%);
  flex: 1 1 auto;
  min-height: 0;
}

.fly-note {
  transform-box: fill-box;
}

.fly-note-2,
.fly-note-3,
.fly-note-4,
.fly-note-5,
.fly-box-2,
.fly-box-3,
.fly-box-4,
.fly-box-5 {
  opacity: 0;
}

.case-scroll-chip {
  position: absolute;
  left: var(--px);
  bottom: 26px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #ffffff;
  border: 1px solid var(--ink);
  padding: 9px 14px;
}

.case-scroll-chip-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
}

.case-scroll-chip-txt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: normal;
  text-transform: uppercase;
}

.case-lede {
  padding: clamp(36px, 6vh, 52px) var(--px) 0;
}

.case-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: normal;
  text-transform: uppercase;
  font-stretch: 75%;
  color: var(--accent);
}

.case-title-clip {
  margin-top: 14px;
  padding-bottom: .05em;
}

.case-title {
  margin: 0;
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(38px, 6vw, 72px);
  letter-spacing: -.02em;
  line-height: .95;
  text-transform: uppercase;
}

.case-title-dot {
  color: var(--accent);
}

.case-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(28px, 4.5vh, 44px);
  border-top: 1px solid var(--ink);
}

.case-meta-cell {
  padding: 16px 0;
}

.case-meta-cell:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid var(--ink);
}

.case-meta-k {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: normal;
  text-transform: uppercase;
  color: #999;
}

.case-meta-v {
  margin-top: 6px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: normal;
}

.case-body {
  padding: clamp(32px, 5vh, 48px) var(--px) clamp(60px, 8vh, 90px);
}

.case-desc {
  margin: 0;
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.65;
  max-width: 720px;
  color: #222;
}

.case-sec {
  margin-top: clamp(36px, 6vh, 54px);
}

.case-sec-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid #e2e2e2;
}

.case-sec-h {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: normal;
  text-transform: uppercase;
  font-stretch: 75%;
  color: var(--accent);
}

.case-sec-p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 640px;
  color: #333;
}

.case-aside-mic {
  width: min(380px, 100%);
  margin-top: 26px;
}

.case-aside-mic-frame {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #ffffff;
}

.case-aside-mic-frame svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.case-aside {
  width: min(250px, 100%);
}

.case-aside-frame {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #ffffff;
}

.case-aside-frame picture {
  position: absolute;
  inset: 0;
}

.case-aside-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.case-cap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 11px;
}

.case-cap-dash {
  flex: none;
  width: 18px;
  height: 2px;
  background: var(--accent);
  transform: translateY(-3px);
}

.case-cap span:last-child {
  font-size: 12px;
  font-weight: 600;
  font-stretch: 80%;
  letter-spacing: .14em;
  line-height: normal;
  text-transform: uppercase;
  color: #747474;
}

.case-hero .case-cap span:last-child,
.case-dark .case-cap span:last-child {
  color: #888;
}

.case-cap.sm span:last-child {
  font-size: 11px;
}

.case-cap.center {
  justify-content: center;
}

.case-fig {
  margin-top: 26px;
}

.case-vid-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #0a0a0a;
}

.case-vid-frame.portrait {
  max-width: 290px;
}

.case-vid-frame video {
  display: block;
  width: 100%;
  height: auto;
}

.case-shots {
  display: grid;
  gap: 18px;
}

.case-shot {
  position: relative;
  aspect-ratio: 9 / 18.6;
  overflow: hidden;
  border: 1px solid var(--ink);
}

.case-shot picture {
  position: absolute;
  inset: 0;
}

.case-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.case-img-frame {
  position: relative;
  aspect-ratio: 21 / 10;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #0a0a0a;
}

.case-img-frame picture {
  position: absolute;
  inset: 0;
}

.case-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.case-dg {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 24px) #0a0a0a;
  padding: clamp(18px, 3vw, 36px);
}

.case-dg svg {
  display: block;
  width: 100%;
  height: auto;
}

.dgv-bar {
  transform-box: fill-box;
  transform-origin: center;
}

.dgv-s2,
.dgv-s3,
.dgv-s4 {
  transform-box: fill-box;
}

.dgt-tok {
  transform-box: fill-box;
  transform-origin: left;
}

.dgm-chk {
  transform-box: fill-box;
  transform-origin: center;
}

.dgk-b {
  opacity: 0;
}

.case-nostory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.case-nostory-cell {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--ink);
}

.case-mobiles {
  margin-top: clamp(36px, 6vh, 54px);
}

.case-mobiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.case-mobile {
  position: relative;
  aspect-ratio: 9 / 17;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #0a0a0a;
}

.case-mobile picture {
  position: absolute;
  inset: 0;
}

.case-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.case-result {
  margin: clamp(32px, 5vh, 44px) 0 0;
  padding-top: 22px;
  border-top: 1px solid #e2e2e2;
  font-size: 16px;
  line-height: 1.7;
  max-width: 640px;
  color: #444;
}

.case-quote {
  margin-top: clamp(36px, 6vh, 54px);
  border: 1px solid var(--ink);
  padding: clamp(26px, 4vw, 42px);
  max-width: 860px;
}

.case-quote-mark {
  font-weight: 900;
  font-stretch: 125%;
  font-size: 64px;
  line-height: .6;
  color: var(--accent);
}

.case-quote-p {
  margin: 18px 0 0;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.6;
  color: #222;
}

.case-quote-who {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  border-top: 1px solid #e2e2e2;
  padding-top: 18px;
}

.case-quote-avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background-color: #ececec;
  background-size: cover;
  background-position: 50% 30%;
}

.case-quote-name {
  display: block;
  font-weight: 800;
  font-stretch: 110%;
  font-size: 13.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.case-quote-role {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #777;
}

.case-nav {
  display: flex;
  justify-content: space-between;
  padding: 22px var(--px);
  border-top: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: normal;
  text-transform: uppercase;
}

.case-nav-link {
  color: var(--ink);
  text-decoration: none;
}

@media (min-width: 720px) {
  .case-hero {
    height: var(--fold);
  }

  .mic-hero,
  .sl-hero,
  .cms-hero {
    flex-direction: row;
  }

  .sl-fig,
  .cms-fig {
    flex: none;
    width: min(640px, 46vw);
    max-width: none;
  }

  .case-meta {
    grid-template-columns: repeat(4, 1fr);
  }

  .case-meta-cell:not(:first-child) {
    padding-left: 20px;
    border-left: 1px solid var(--ink);
  }

  .case-sec-head {
    grid-template-columns: 220px minmax(0, 1fr) auto;
    gap: 24px;
  }

  .case-aside-mic {
    grid-column: 2;
    width: clamp(300px, 26vw, 380px);
  }

  .case-aside {
    width: 250px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes mbase {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
  }

  @keyframes aud1 {
    0%, 12.4% { transform: scale(1); opacity: 0; }
    12.5% { transform: scale(1); opacity: .3; }
    15% { transform: scale(1.3); opacity: .45; }
    18% { transform: scale(1.12); opacity: .36; }
    21% { transform: scale(1.45); opacity: .525; }
    24% { transform: scale(1.06); opacity: .33; }
    28% { transform: scale(1.57); opacity: .585; }
    32% { transform: scale(1.18); opacity: .39; }
    36% { transform: scale(1.36); opacity: .48; }
    40% { transform: scale(1.09); opacity: .345; }
    44% { transform: scale(1.51); opacity: .555; }
    48% { transform: scale(1.15); opacity: .375; }
    52% { transform: scale(1.42); opacity: .51; }
    56% { transform: scale(1.21); opacity: .405; }
    60% { transform: scale(1.3); opacity: .45; }
    64% { transform: scale(1.03); opacity: .315; }
    66.7%, 100% { transform: scale(1); opacity: .3; }
  }

  @keyframes aud2 {
    0%, 12.4% { transform: scale(1); opacity: 0; }
    12.5% { transform: scale(1); opacity: .15; }
    15% { transform: scale(1.6); opacity: .275; }
    18% { transform: scale(1.24); opacity: .2; }
    21% { transform: scale(1.9); opacity: .3375; }
    24% { transform: scale(1.12); opacity: .175; }
    28% { transform: scale(2.14); opacity: .3875; }
    32% { transform: scale(1.36); opacity: .225; }
    36% { transform: scale(1.72); opacity: .3; }
    40% { transform: scale(1.18); opacity: .1875; }
    44% { transform: scale(2.02); opacity: .3625; }
    48% { transform: scale(1.3); opacity: .2125; }
    52% { transform: scale(1.84); opacity: .325; }
    56% { transform: scale(1.42); opacity: .2375; }
    60% { transform: scale(1.6); opacity: .275; }
    64% { transform: scale(1.06); opacity: .1625; }
    66.7%, 100% { transform: scale(1); opacity: .15; }
  }

  @keyframes aud3 {
    0%, 12.4% { transform: scale(1); opacity: 0; }
    12.5% { transform: scale(1); opacity: .05; }
    15% { transform: scale(1.9); opacity: .125; }
    18% { transform: scale(1.36); opacity: .08; }
    21% { transform: scale(2.35); opacity: .1625; }
    24% { transform: scale(1.18); opacity: .065; }
    28% { transform: scale(2.71); opacity: .1925; }
    32% { transform: scale(1.54); opacity: .095; }
    36% { transform: scale(2.08); opacity: .14; }
    40% { transform: scale(1.27); opacity: .0725; }
    44% { transform: scale(2.53); opacity: .1775; }
    48% { transform: scale(1.45); opacity: .0875; }
    52% { transform: scale(2.26); opacity: .155; }
    56% { transform: scale(1.63); opacity: .1025; }
    60% { transform: scale(1.9); opacity: .125; }
    64% { transform: scale(1.09); opacity: .0575; }
    66.7%, 100% { transform: scale(1); opacity: .05; }
  }

  @keyframes mfill {
    0%, 12.4% { fill: #ffffff; }
    12.5%, 66.7% { fill: #96896a; }
    66.8%, 100% { fill: #ffffff; }
  }

  @keyframes mstroke {
    0%, 12.4% { stroke: #96896a; }
    12.5%, 66.7% { stroke: rgba(150, 137, 106, 0); }
    66.8%, 100% { stroke: #96896a; }
  }

  @keyframes mrec {
    0%, 12.4% { opacity: 0; }
    12.5%, 66.7% { opacity: 1; }
    66.8%, 100% { opacity: 0; }
  }

  @keyframes midle {
    0%, 12.4% { opacity: 1; }
    12.5%, 66.7% { opacity: 0; }
    66.8%, 100% { opacity: 1; }
  }

  @keyframes mlbl1 {
    0%, 11% { opacity: 1; }
    12.5%, 100% { opacity: 0; }
  }

  @keyframes mlbl2 {
    0%, 11.5% { opacity: 0; }
    13.5%, 65% { opacity: 1; }
    66.7%, 100% { opacity: 0; }
  }

  @keyframes mlbl3 {
    0%, 66% { opacity: 0; }
    68%, 81% { opacity: 1; }
    83%, 100% { opacity: 0; }
  }

  @keyframes mlbl4 {
    0%, 82% { opacity: 0; }
    84%, 98% { opacity: 1; }
    100% { opacity: 0; }
  }

  @keyframes mfillh {
    0%, 12.4% { fill: rgba(150, 137, 106, 0); }
    12.5%, 66.7% { fill: #96896a; }
    66.8%, 100% { fill: rgba(150, 137, 106, 0); }
  }

  @keyframes mtr1 {
    0%, 16% { opacity: 0; transform: translateY(8px); }
    20%, 79% { opacity: 1; transform: translateY(0); }
    83%, 100% { opacity: 0; transform: translateY(0); }
  }

  @keyframes mtr2 {
    0%, 32% { opacity: 0; transform: translateY(8px); }
    36%, 79% { opacity: 1; transform: translateY(0); }
    83%, 100% { opacity: 0; transform: translateY(0); }
  }

  @keyframes mtr3 {
    0%, 48% { opacity: 0; transform: translateY(8px); }
    52%, 79% { opacity: 1; transform: translateY(0); }
    83%, 100% { opacity: 0; transform: translateY(0); }
  }

  @keyframes mli1 {
    0%, 84% { opacity: 0; transform: translateY(10px); }
    87%, 98% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes mli2 {
    0%, 87% { opacity: 0; transform: translateY(10px); }
    90%, 98% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes mli3 {
    0%, 90% { opacity: 0; transform: translateY(10px); }
    93%, 98% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes slin1 {
    0%, 8% { opacity: 0; transform: translateY(14px); }
    13%, 93% { opacity: 1; transform: translateY(0); }
    98%, 100% { opacity: 0; transform: translateY(14px); }
  }

  @keyframes slin2 {
    0%, 13% { opacity: 0; transform: translateY(14px); }
    18%, 93% { opacity: 1; transform: translateY(0); }
    98%, 100% { opacity: 0; transform: translateY(14px); }
  }

  @keyframes slin3 {
    0%, 18% { opacity: 0; transform: translateY(14px); }
    23%, 93% { opacity: 1; transform: translateY(0); }
    98%, 100% { opacity: 0; transform: translateY(14px); }
  }

  @keyframes slmk {
    0%, 44% { opacity: 1; }
    50%, 100% { opacity: 0; }
  }

  @keyframes slrl {
    0%, 46% { opacity: 0; }
    52%, 92% { opacity: 1; }
    97%, 100% { opacity: 0; }
  }

  @keyframes slchk1 {
    0%, 58% { opacity: 0; transform: scale(.4); }
    62%, 100% { opacity: 1; transform: scale(1); }
  }

  @keyframes slchk2 {
    0%, 63% { opacity: 0; transform: scale(.4); }
    67%, 100% { opacity: 1; transform: scale(1); }
  }

  @keyframes slchk3 {
    0%, 68% { opacity: 0; transform: scale(.4); }
    72%, 100% { opacity: 1; transform: scale(1); }
  }

  @keyframes slu1 {
    0%, 30% { opacity: 1; }
    34%, 96% { opacity: 0; }
    100% { opacity: 1; }
  }

  @keyframes slu2 {
    0%, 32% { opacity: 0; }
    36%, 94% { opacity: 1; }
    98%, 100% { opacity: 0; }
  }

  @keyframes cmsf1 {
    0%, 5% { opacity: 0; transform: translateY(6px); }
    9%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsf2 {
    0%, 17% { opacity: 0; transform: translateY(6px); }
    21%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsf3 {
    0%, 29% { opacity: 0; transform: translateY(6px); }
    33%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmse1 {
    0%, 12% { opacity: 0; }
    16%, 94% { opacity: 1; }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmse2 {
    0%, 24% { opacity: 0; }
    28%, 94% { opacity: 1; }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmspub {
    0%, 36% { opacity: .35; }
    40%, 46% { opacity: 1; }
    52%, 94% { opacity: .35; }
    100% { opacity: .35; }
  }

  @keyframes cmsr1 {
    0%, 46% { opacity: 0; transform: translateY(10px); }
    51%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsr2 {
    0%, 52% { opacity: 0; transform: translateY(10px); }
    57%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsr3 {
    0%, 58% { opacity: 0; transform: translateY(10px); }
    63%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsbdg {
    0%, 70% { opacity: 0; }
    75%, 94% { opacity: 1; }
    99%, 100% { opacity: 0; }
  }

  @keyframes threv {
    0% { opacity: 0; transform: translateY(110%); }
    100% { opacity: 1; transform: translateY(0); }
  }

  @keyframes thfad {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  @keyframes hwdash {
    to { stroke-dashoffset: -24; }
  }

  @keyframes hwdot {
    from { offset-distance: 0%; }
    to { offset-distance: 100%; }
  }

  @keyframes hwtour {
    0%, 13% { offset-distance: 0%; }
    19%, 33% { offset-distance: 25%; }
    39%, 53% { offset-distance: 40.5%; }
    59%, 73% { offset-distance: 59.5%; }
    79%, 93% { offset-distance: 75%; }
    100% { offset-distance: 100%; }
  }

  @keyframes hwn1 {
    0%, 13% { opacity: 1; transform: translateY(0); }
    17%, 97% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  @keyframes hwn2 {
    0%, 15% { opacity: 0; transform: translateY(10px); }
    19%, 33% { opacity: 1; transform: translateY(0); }
    37%, 100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes hwn3 {
    0%, 35% { opacity: 0; transform: translateY(10px); }
    39%, 53% { opacity: 1; transform: translateY(0); }
    57%, 100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes hwn4 {
    0%, 55% { opacity: 0; transform: translateY(10px); }
    59%, 73% { opacity: 1; transform: translateY(0); }
    77%, 100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes hwn5 {
    0%, 75% { opacity: 0; transform: translateY(10px); }
    79%, 93% { opacity: 1; transform: translateY(0); }
    97%, 100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes hwb1 {
    0%, 13% { opacity: 1; }
    17%, 97% { opacity: 0; }
    100% { opacity: 1; }
  }

  @keyframes hwb2 {
    0%, 15% { opacity: 0; }
    19%, 33% { opacity: 1; }
    37%, 100% { opacity: 0; }
  }

  @keyframes hwb3 {
    0%, 35% { opacity: 0; }
    39%, 53% { opacity: 1; }
    57%, 100% { opacity: 0; }
  }

  @keyframes hwb4 {
    0%, 55% { opacity: 0; }
    59%, 73% { opacity: 1; }
    77%, 100% { opacity: 0; }
  }

  @keyframes hwb5 {
    0%, 75% { opacity: 0; }
    79%, 93% { opacity: 1; }
    97%, 100% { opacity: 0; }
  }

  @keyframes vbar {
    0%, 100% { transform: scaleY(.18); }
    50% { transform: scaleY(1); }
  }

  @keyframes vs2 {
    0%, 24% { opacity: 0; transform: translateY(8px); }
    32%, 96% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(8px); }
  }

  @keyframes vs3 {
    0%, 44% { opacity: 0; transform: translateY(8px); }
    52%, 96% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(8px); }
  }

  @keyframes vs4 {
    0%, 64% { opacity: 0; transform: translateY(8px); }
    72%, 96% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(8px); }
  }

  @keyframes ctrA {
    0%, 44% { opacity: 1; }
    50%, 100% { opacity: 0; }
  }

  @keyframes ctrB {
    0%, 46% { opacity: 0; }
    52%, 100% { opacity: 1; }
  }

  @keyframes hgcell {
    0%, 100% { opacity: .35; }
    50% { opacity: 1; }
  }

  @keyframes htok {
    0% { transform: scaleX(0); }
    70%, 100% { transform: scaleX(1); }
  }

  @keyframes hfade {
    0%, 10% { opacity: 0; }
    22%, 100% { opacity: 1; }
  }

  @keyframes hchk {
    0% { opacity: 0; transform: scale(.4); }
    6% { opacity: 1; transform: scale(1); }
    88% { opacity: 1; transform: scale(1); }
    96%, 100% { opacity: 0; transform: scale(.4); }
  }

  @keyframes hdraw {
    0% { stroke-dashoffset: 1; opacity: 1; }
    55% { stroke-dashoffset: 0; opacity: 1; }
    90% { stroke-dashoffset: 0; opacity: 1; }
    98%, 100% { stroke-dashoffset: 0; opacity: 0; }
  }

  .case-bar {
    transition: transform .7s var(--ease);
  }

  .mic-pulse {
    animation: mbase 3s cubic-bezier(.42, 0, .58, 1) infinite;
  }

  .mic-aud-1 {
    animation: aud1 12s linear infinite;
  }

  .mic-aud-2 {
    animation: aud2 12s linear infinite;
  }

  .mic-aud-3 {
    animation: aud3 12s linear infinite;
  }

  .mic-glow,
  .mic-rec {
    animation: mrec 12s linear infinite;
  }

  .mic-ring-ghost {
    animation: mfillh 12s linear infinite, mstroke 12s linear infinite;
  }

  .mic-ring-solid {
    animation: mfill 12s linear infinite, mstroke 12s linear infinite;
  }

  .mic-idle {
    animation: midle 12s linear infinite;
  }

  .mic-label-1 {
    animation: mlbl1 12s linear infinite;
  }

  .mic-label-2 {
    animation: mlbl2 12s linear infinite;
  }

  .mic-label-3 {
    animation: mlbl3 12s linear infinite;
  }

  .mic-label-4 {
    animation: mlbl4 12s linear infinite;
  }

  .mic-tr-1 {
    animation: mtr1 12s linear infinite;
  }

  .mic-tr-2 {
    animation: mtr2 12s linear infinite;
  }

  .mic-tr-3 {
    animation: mtr3 12s linear infinite;
  }

  .mic-item-1 {
    animation: mli1 12s linear infinite;
  }

  .mic-item-2 {
    animation: mli2 12s linear infinite;
  }

  .mic-item-3 {
    animation: mli3 12s linear infinite;
  }

  .sl-u1 {
    animation: slu1 12s linear infinite;
  }

  .sl-u2 {
    animation: slu2 12s linear infinite;
  }

  .sl-mk {
    animation: slmk 12s linear infinite;
  }

  .sl-rl {
    animation: slrl 12s linear infinite;
  }

  .sl-in1 {
    animation: slin1 12s linear infinite;
  }

  .sl-in2 {
    animation: slin2 12s linear infinite;
  }

  .sl-in3 {
    animation: slin3 12s linear infinite;
  }

  .sl-chk-1 {
    animation: slchk1 12s linear infinite;
  }

  .sl-chk-2 {
    animation: slchk2 12s linear infinite;
  }

  .sl-chk-3 {
    animation: slchk3 12s linear infinite;
  }

  .cms-f1 {
    animation: cmsf1 12s linear infinite;
  }

  .cms-f2 {
    animation: cmsf2 12s linear infinite;
  }

  .cms-f3 {
    animation: cmsf3 12s linear infinite;
  }

  .cms-e1 {
    animation: cmse1 12s linear infinite;
  }

  .cms-e2 {
    animation: cmse2 12s linear infinite;
  }

  .cms-pub {
    animation: cmspub 12s linear infinite;
  }

  .cms-r1 {
    animation: cmsr1 12s linear infinite;
  }

  .cms-r2 {
    animation: cmsr2 12s linear infinite;
  }

  .cms-r3 {
    animation: cmsr3 12s linear infinite;
  }

  .cms-bdg {
    animation: cmsbdg 12s linear infinite;
  }

  .txt-rule {
    animation: thfad 1s var(--ease) .1s both;
  }

  .txt-line {
    animation: threv 1.4s var(--ease) both;
  }

  .txt-seal {
    animation: thfad 1.2s var(--ease) 1.15s both;
  }

  .fly-dash-path {
    animation: hwdash 1.4s linear infinite;
  }

  .fly-tour {
    animation: hwtour 24s var(--ease) infinite;
  }

  .fly-note-1 {
    animation: hwn1 24s var(--ease) infinite;
  }

  .fly-note-2 {
    animation: hwn2 24s var(--ease) infinite;
  }

  .fly-note-3 {
    animation: hwn3 24s var(--ease) infinite;
  }

  .fly-note-4 {
    animation: hwn4 24s var(--ease) infinite;
  }

  .fly-note-5 {
    animation: hwn5 24s var(--ease) infinite;
  }

  .fly-box-1 {
    animation: hwb1 24s infinite;
  }

  .fly-box-2 {
    animation: hwb2 24s infinite;
  }

  .fly-box-3 {
    animation: hwb3 24s infinite;
  }

  .fly-box-4 {
    animation: hwb4 24s infinite;
  }

  .fly-box-5 {
    animation: hwb5 24s infinite;
  }

  .dg-dot {
    animation: hwdot var(--dur, 2.4s) linear var(--d, 0s) infinite;
  }

  .dgc-draw {
    animation: hdraw 8s var(--ease) var(--d, 0s) infinite;
  }

  .dgv-bar {
    animation: vbar 1.1s ease-in-out var(--d, 0s) infinite;
  }

  .dgv-s2 {
    animation: vs2 9s var(--ease) infinite;
  }

  .dgv-s3 {
    animation: vs3 9s var(--ease) infinite;
  }

  .dgv-s4 {
    animation: vs4 9s var(--ease) infinite;
  }

  .dgh-cell {
    animation: hgcell 3s ease-in-out var(--d, 0s) infinite;
  }

  .dgt-tok {
    animation: htok 2.4s var(--ease) var(--d, 0s) infinite;
  }

  .dgf-in {
    animation: hfade 4s var(--ease) infinite;
  }

  .dgk-a {
    animation: ctrA 8s var(--ease) infinite;
  }

  .dgk-b {
    animation: ctrB 8s var(--ease) infinite;
  }

  .dgm-chk {
    animation: hchk 9s var(--ease) var(--d, 0s) infinite;
  }

}
.lab-screen {
  min-height: 100vh;
  padding: clamp(110px, 15vh, 150px) var(--px) 80px;
}

.lab-intro {
  margin: 18px 0 0;
  font-size: 16.5px;
  line-height: 1.55;
  color: #333;
  max-width: 520px;
}

.lab-rows {
  margin-top: clamp(36px, 6vh, 52px);
  display: flex;
  flex-direction: column;
}

.lab-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 4vh, 44px) 0;
}

.lab-row + .lab-row {
  border-top: 1px solid var(--ink);
}

.lab-tile {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ink);
}

.lab-tile .grad {
  position: absolute;
  inset: -12%;
}

.lab-tile .grad .grain {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 24px);
}

.lab-tile .num {
  position: absolute;
  top: -24px;
  right: 0;
  font-weight: 900;
  font-stretch: 125%;
  font-size: 140px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .22);
  pointer-events: none;
}

.lab-tile .chip {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
  border: 1px solid rgba(255, 255, 255, .35);
  padding: 5px 11px;
}

.lab-body .cat {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-stretch: 75%;
  color: var(--gold-text);
}

.lab-body h3 {
  margin-top: 10px;
  font-weight: 800;
  font-stretch: 110%;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.01em;
  line-height: 1.02;
  text-transform: uppercase;
}

.lab-body p {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #444;
  max-width: 440px;
}

.lab-body .tags {
  margin-top: 12px;
  font-size: 11.5px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #767676;
}

.lab-body .gh {
  display: inline-block;
  margin-top: 18px;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 3px solid var(--ink);
  padding-bottom: 3px;
  transition: color .3s, border-color .3s;
}

.lab-body .gh:hover {
  color: var(--gold-text);
  border-color: var(--gold-text);
}
.contact-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(110px, 15vh, 150px) var(--px) 60px;
}

.h2-contact {
  margin-top: 18px;
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(42px, 6.6vw, 92px);
  letter-spacing: -.02em;
  line-height: .92;
  text-transform: uppercase;
}

.h2-contact .gold {
  color: var(--accent);
}

.contact-mail-big {
  display: inline-block;
  margin-top: 30px;
  font-weight: 800;
  font-stretch: 110%;
  font-size: clamp(22px, 3.8vw, 52px);
  letter-spacing: -.01em;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 3px solid var(--accent);
  padding-bottom: 6px;
}

.contact-chip {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 9px;
  margin-top: 32px;
  font-size: 12.5px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  border: 1px solid var(--green);
  padding: 10px 16px;
}

.contact-chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-bright);
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 44px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-socials a {
  display: inline-block;
  padding: 4px 0;
  border-bottom: 2px solid var(--ink);
  text-decoration: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  margin-top: clamp(40px, 6vh, 64px);
  padding-top: clamp(32px, 5vh, 48px);
  border-top: 1px solid var(--ink);
}
[data-screen="about"] {
  -webkit-font-smoothing: antialiased;
}

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

.about-hero {
  position: relative;
  height: clamp(520px, 78vh, 680px);
  overflow: hidden;
  background: #0a0a0a;
  border-bottom: 1px solid var(--ink);
}

.about-hero-media {
  position: absolute;
  inset: 0;
}

.about-hero-media picture,
.about-hero-media img {
  width: 100%;
  height: 100%;
}

.about-hero-media img {
  object-fit: cover;
  object-position: 50% 22%;
  filter: contrast(1.06) brightness(.94) saturate(.92);
}

.about-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, .82) 0%, rgba(10, 10, 10, .12) 45%, rgba(10, 10, 10, 0) 65%);
}

.about-hero-kicker {
  position: absolute;
  top: 86px;
  left: var(--px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-stretch: 75%;
  color: #ffffff;
  background: rgba(10, 10, 10, .5);
  padding: 8px 14px;
}

.about-hero-foot {
  position: absolute;
  left: var(--px);
  right: var(--px);
  bottom: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.about-hero-title {
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(56px, 8.5vw, 110px);
  line-height: .88;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.about-hero-title .gold {
  color: #e8b23a;
}

.about-hero-age {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 6px;
}

.age-num {
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .9;
  color: transparent;
  -webkit-text-stroke: 1.5px #e8b23a;
}

.age-sub {
  font-size: 11px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #ffffff;
}

.about-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  border-bottom: 1px solid var(--ink);
}

.about-intro {
  padding: 120px var(--px);
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}

.about-facts {
  padding: 120px var(--px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.about-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.about-facts > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-facts dt {
  font-size: 11.5px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #747474;
}

.about-facts dd {
  font-size: 13.5px;
  font-weight: 700;
  text-align: right;
}

.eras {
  background: #0a0a0a;
  color: #ffffff;
  padding: 120px 0;
}

.eras-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 0 var(--px) 56px;
}

.eras-head h2 {
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -.02em;
  line-height: 1;
  text-transform: uppercase;
}

.eras-head .gold {
  color: #e8b23a;
}

.eras-tag {
  font-size: 11.5px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #888;
}

.eras-wrap {
  position: relative;
}

.eras-axis {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e8b23a;
  opacity: .9;
  transform-origin: top;
}

.eras-dots {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 6px;
  transform: translateX(-2.5px);
  background-image: radial-gradient(circle at center, rgba(232, 178, 58, .5) 1.9px, transparent 2px);
  background-size: 6px 36.5px;
}

.eras-track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding: 0 var(--px) 0 56px;
}

.era-cp {
  display: none;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.era {
  position: relative;
}

.era-dot {
  position: absolute;
  left: -36.5px;
  top: 15.5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0a0a0a;
  border: 2px solid #e8b23a;
  z-index: 1;
}

.era-conn {
  position: absolute;
  left: -32px;
  top: 19.5px;
  width: 23px;
  height: 1px;
  background: rgba(232, 178, 58, .5);
}

.era.now .era-dot {
  left: -38.5px;
  top: 13.5px;
  width: 13px;
  height: 13px;
  background: #e8b23a;
  border: 0;
}

.era-now-label {
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 10px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #e8b23a;
}

.era-box {
  position: relative;
  overflow: hidden;
  padding: 12px 14px;
  margin: -12px -14px;
  transition: box-shadow .5s var(--ease), background .4s var(--ease);
}

.era:hover .era-box,
.era:focus-within .era-box {
  box-shadow: inset 0 0 0 1px #e8b23a;
  background: #151310;
}

.era-date {
  font-weight: 900;
  font-stretch: 125%;
  font-size: 13px;
  letter-spacing: .14em;
  color: #e8b23a;
  text-transform: uppercase;
}

.era-title {
  margin-top: 12px;
  font-weight: 800;
  font-stretch: 110%;
  font-size: 18px;
  line-height: 1.1;
}

.era-desc {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #aaa;
}

.era-award {
  margin: 12px 0 0;
  font-size: 10.5px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #888;
}

.era-award .sep {
  color: #666;
}

.era-award .g {
  color: #e8b23a;
}

.era-date,
.era-title,
.era-desc,
.era-award {
  position: relative;
  z-index: 1;
}

.era-fx {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.fx-rain {
  opacity: .3;
}

.rain-col {
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: monospace;
}

.fl-ruler {
  position: absolute;
  top: 62px;
  left: 152px;
  width: 190px;
  opacity: .55;
}

.fl-nums {
  display: flex;
  justify-content: space-between;
  font-family: monospace;
  font-size: 8px;
  color: #888;
}

.fl-track {
  position: relative;
  height: 18px;
  border: 1px solid #555;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 7px, rgba(255, 255, 255, .18) 7px 8px);
}

.fl-tween {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(203, 183, 238, .28);
}

.fl-tween::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #cbb7ee;
}

.fl-tween::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #cbb7ee;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.fl-tw-a {
  left: 0;
  width: 58%;
}

.fl-tw-b {
  left: 64%;
  width: 36%;
}

.fl-head {
  position: absolute;
  left: 0;
  top: -6px;
  bottom: 0;
  width: 8px;
  display: flex;
  flex-direction: column;
}

.fl-head-cap {
  width: 8px;
  height: 7px;
  background: #d0342c;
}

.fl-head-stem {
  flex: 1;
  width: 2px;
  margin-left: 3px;
  background: #d0342c;
}

.fl-cap {
  margin-top: 4px;
  font-family: monospace;
  font-size: 8px;
  color: #888;
}

.fl-ball {
  position: absolute;
  left: 32px;
  top: 176px;
}

.fl-ball-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d0342c;
  opacity: .75;
  transform-origin: 50% 100%;
}

.fl-tri {
  position: absolute;
  right: -20px;
  top: 246px;
  border-right: 15px solid #e8b23a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.fx-marq {
  opacity: .07;
}

.marq-rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.marq-row {
  display: flex;
  align-items: center;
  width: max-content;
  filter: grayscale(1);
}

.marq-i {
  flex: none;
  width: 120px;
  height: auto;
  margin-right: 40px;
}

.marq-java {
  margin-left: -26px;
  margin-right: 14px;
}

.fx-navy {
  z-index: 2;
}

.navy-card {
  position: absolute;
  right: 16px;
  bottom: 22px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #333;
}

.navy-card img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.fx-screens,
.fx-logos {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.fx-flash > * {
  transform: scale(.542);
  transform-origin: top left;
}

.fx-screens > *,
.fx-logos > * {
  transform: scale(.542);
}

.fx-screens {
  gap: 10px;
  background: #ffffff;
}

.scr {
  flex: none;
  display: block;
  width: 112px;
  height: 140px;
  overflow: hidden;
}

.scr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

.fx-logos {
  gap: 14px;
}

.logo-card {
  flex: none;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #333;
}

.logo-card img {
  display: block;
  width: 120px;
  height: 60px;
  object-fit: contain;
}

.about-note {
  background: #2b2b2b;
  color: #ffffff;
  border-top: 1px solid var(--ink);
  padding: 120px var(--px);
}

.note-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-stretch: 75%;
  color: #e8b23a;
}

.note-clip {
  margin-top: 22px;
  padding-bottom: .06em;
}

.note-quote {
  font-weight: 900;
  font-stretch: 120%;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -.01em;
  text-transform: uppercase;
  max-width: 1240px;
  text-wrap: pretty;
}

.note-quote .gold {
  color: #e8b23a;
}

.note-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.note-avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  background-image: url('../uploads/profile.jpg');
  background-size: cover;
  background-position: 50% 20%;
}

.note-name {
  display: block;
  font-weight: 800;
  font-stretch: 110%;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.note-role {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9a9a9a;
}

@media (min-width: 900px) {
  .eras-axis {
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 1px;
    transform-origin: left;
  }

  .eras-dots {
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 6px;
    transform: translateY(-2.5px);
    background-size: 36.5px 6px;
  }

  .eras-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: 360px 360px;
    gap: 0;
    padding: 0;
    margin: 0 var(--px);
  }

  .era-cp {
    display: block;
  }

  .era {
    display: flex;
    flex-direction: column;
  }

  .era.up {
    grid-row: 1;
    justify-content: flex-end;
    padding: 0 22px 34px 0;
  }

  .era.down {
    grid-row: 2;
    justify-content: flex-start;
    padding: 34px 22px 0 0;
  }

  .era.up .era-dot {
    left: 0;
    top: auto;
    bottom: -4.5px;
  }

  .era.down .era-dot {
    left: 0;
    top: -4.5px;
    bottom: auto;
  }

  .era.up .era-conn {
    left: 4px;
    top: auto;
    bottom: 0;
    width: 1px;
    height: 23px;
  }

  .era.down .era-conn {
    left: 4px;
    top: 0;
    width: 1px;
    height: 23px;
  }

  .era.now .era-dot {
    left: 0;
    top: -6.5px;
    bottom: auto;
  }

  .era.now .era-conn {
    left: 6px;
  }

  .era-now-label {
    top: -26px;
    left: 22px;
  }
}

@media (min-width: 640px) {
  .about-intro {
    border-right: 1px solid var(--ink);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .eras-axis[data-tl] {
    transform: scaleY(0);
    animation: axisdrawy 2.2s var(--ease) forwards;
  }

  .eras-dots[data-tl] {
    clip-path: inset(0 0 100% 0);
    animation: rulerdraw 2.6s var(--ease) .4s forwards;
  }

  .era-dot {
    animation: cppulse 3.6s var(--ease) var(--cpd, 0s) infinite;
  }

  .era.now .era-dot {
    animation: nowpulse 2.4s var(--ease) infinite;
  }

  .era-cp {
    animation: cppulse 3.6s var(--ease) var(--cpd, 0s) infinite;
  }

  [data-tl]:not(.tl-on),
  [data-tl]:not(.tl-on) * {
    animation-play-state: paused;
  }

  @media (min-width: 900px) {
    .eras-axis[data-tl] {
      transform: scaleX(0);
      animation: axisdraw 2.2s var(--ease) forwards;
    }

    .eras-dots[data-tl] {
      clip-path: inset(0 100% 0 0);
      animation: rulerdraw 2.6s var(--ease) .4s forwards;
    }

    .era-dot {
      animation: none;
    }

    .era.now .era-dot {
      animation: nowpulse 2.4s var(--ease) infinite;
    }
  }

  @keyframes axisdraw {
    to {
      transform: scaleX(1);
    }
  }

  @keyframes axisdrawy {
    to {
      transform: scaleY(1);
    }
  }

  @keyframes rulerdraw {
    to {
      clip-path: inset(0 0 0 0);
    }
  }

  @keyframes cppulse {
    0% {
      box-shadow: 0 0 0 0 rgba(232, 178, 58, .45);
    }

    55% {
      box-shadow: 0 0 0 9px rgba(232, 178, 58, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(232, 178, 58, 0);
    }
  }

  @keyframes nowpulse {
    0% {
      box-shadow: 0 0 0 0 rgba(232, 178, 58, .7);
    }

    70% {
      box-shadow: 0 0 0 12px rgba(232, 178, 58, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(232, 178, 58, 0);
    }
  }
}

@media (prefers-reduced-motion: no-preference) {
  .fx-rain {
    animation: fd30 .25s both;
  }

  .rain-col {
    animation: mrain var(--dur) linear var(--dly) infinite;
  }

  .fx-flash {
    animation: fdin .25s both;
  }

  .fl-head {
    animation: phead 4.5s linear .1s infinite;
  }

  .fl-ball {
    animation: ballx 4.5s linear .1s infinite, ballfade 4.5s linear .1s infinite;
  }

  .fl-ball-dot {
    animation: bally 4.5s linear .1s infinite;
  }

  .fl-tri {
    animation: trishootl 4.5s linear .1s infinite;
  }

  .fx-marq {
    animation: fd07 .25s both;
  }

  .marq-row {
    animation: marq 14s linear infinite;
  }

  .navy-card {
    animation: slinR .8s var(--ease) both;
  }

  .fx-screens {
    animation: fdin .25s both;
  }

  .scr,
  .logo-card {
    animation: era-rise .6s var(--ease) both;
  }

  .scr:nth-child(1) {
    animation-delay: .05s;
  }

  .scr:nth-child(2) {
    animation-delay: .2s;
  }

  .scr:nth-child(3) {
    animation-delay: .35s;
  }

  .logo-card:nth-child(1) {
    animation-delay: .05s;
  }

  .logo-card:nth-child(2) {
    animation-delay: .25s;
  }

  @keyframes mrain {
    from {
      transform: translateY(-105%);
    }

    to {
      transform: translateY(105%);
    }
  }

  @keyframes fdin {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes fd30 {
    from {
      opacity: 0;
    }

    to {
      opacity: .3;
    }
  }

  @keyframes fd07 {
    from {
      opacity: 0;
    }

    to {
      opacity: .07;
    }
  }

  @keyframes era-rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes phead {
    from {
      left: 0;
    }

    to {
      left: calc(100% - 10px);
    }
  }

  @keyframes ballx {
    0% {
      transform: translateX(0);
    }

    56%,
    100% {
      transform: translateX(290px);
    }
  }

  @keyframes bally {
    0% {
      transform: translateY(0) scale(1.2, .75);
      animation-timing-function: cubic-bezier(.22, .61, .36, 1);
    }

    10% {
      transform: translateY(-48px) scale(1, 1);
      animation-timing-function: cubic-bezier(.55, .06, .68, .19);
    }

    20% {
      transform: translateY(0) scale(1.2, .75);
      animation-timing-function: cubic-bezier(.22, .61, .36, 1);
    }

    28% {
      transform: translateY(-22px) scale(1, 1);
      animation-timing-function: cubic-bezier(.55, .06, .68, .19);
    }

    36% {
      transform: translateY(0) scale(1.15, .8);
      animation-timing-function: cubic-bezier(.22, .61, .36, 1);
    }

    42% {
      transform: translateY(-9px) scale(1, 1);
      animation-timing-function: cubic-bezier(.55, .06, .68, .19);
    }

    48% {
      transform: translateY(0) scale(1.08, .88);
      animation-timing-function: cubic-bezier(.22, .61, .36, 1);
    }

    52% {
      transform: translateY(-3px) scale(1, 1);
      animation-timing-function: cubic-bezier(.55, .06, .68, .19);
    }

    56%,
    100% {
      transform: translateY(0) scale(1, 1);
    }
  }

  @keyframes ballfade {
    0%,
    55% {
      opacity: 1;
    }

    58%,
    100% {
      opacity: 0;
    }
  }

  @keyframes marq {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  @keyframes trishootl {
    0%,
    64% {
      opacity: 0;
      transform: translateX(0);
      animation-timing-function: cubic-bezier(.55, 0, 1, .45);
    }

    67% {
      opacity: .75;
    }

    94% {
      opacity: .75;
    }

    100% {
      opacity: 0;
      transform: translateX(-360px);
    }
  }

  @keyframes slinR {
    from {
      opacity: 0;
      transform: translateX(130%);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
.principles {
  padding: 120px 0;
}

.principles h2 {
  padding: 0 var(--px) 56px;
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -.02em;
  line-height: 1;
  text-transform: uppercase;
}

.principles h2 .gold {
  color: var(--accent);
}

.principles-rule {
  height: 1px;
  background: var(--ink);
}

.principles-grid {
  margin: 0 var(--px);
}

.principle {
  position: relative;
  padding: 48px 0 56px;
  border-bottom: 1px solid #e5e5e5;
}

.principle:last-child {
  border-bottom: 0;
}

.p-reg {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
}

.p-diag {
  position: relative;
  height: 150px;
}

.p-num {
  font-weight: 900;
  font-stretch: 125%;
  font-size: 13px;
  letter-spacing: .14em;
  color: var(--accent);
  text-transform: uppercase;
}

.p-title {
  margin-top: 10px;
  font-weight: 900;
  font-stretch: 125%;
  font-size: 21px;
  letter-spacing: -.01em;
  line-height: 1.05;
  text-transform: uppercase;
}

.p-desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.d1-fig {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 112px;
}

.d1-art {
  position: absolute;
  left: 0;
  top: 18px;
  width: 112px;
  height: 150px;
}

.d1-frame {
  position: absolute;
  left: 0;
  top: 14px;
  width: 112px;
  height: 92px;
  border: 1px dashed #ccc;
}

.d1-lab,
.d1-code-lab {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #999;
}

.d1-lab {
  left: 0;
  top: 1px;
}

.d1-h {
  position: absolute;
  left: 8px;
  top: 26px;
  width: 70px;
  height: 6px;
  background: var(--ink);
}

.d1-t1 {
  position: absolute;
  left: 8px;
  top: 42px;
  width: 94px;
  height: 4px;
  background: #ccc;
}

.d1-t2 {
  position: absolute;
  left: 8px;
  top: 51px;
  width: 78px;
  height: 4px;
  background: #ccc;
}

.d1-img {
  position: absolute;
  left: 8px;
  top: 66px;
  width: 46px;
  height: 32px;
  background: var(--accent);
}

.d1-c1 {
  position: absolute;
  left: 0;
  top: 24px;
}

.d1-c2 {
  position: absolute;
  left: 8px;
  top: 70px;
}

.d1-cur {
  display: block;
  width: 11px;
  height: 11px;
  background: var(--accent);
  clip-path: polygon(0 0, 100% 40%, 45% 55%, 55% 100%);
}

.d1-chip {
  display: block;
  width: fit-content;
  margin: 2px 0 0 8px;
  background: var(--accent);
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 1px 3px;
}

.d1-c2 .d1-cur,
.d1-c2 .d1-chip {
  background: var(--ink);
}

.d1-code {
  position: absolute;
  inset: 0;
}

.d1-code-lab {
  left: 146px;
  top: 19px;
}

.d1-fade {
  position: absolute;
  left: 146px;
  top: 32px;
  width: 96px;
  height: 78px;
}

.d1-scr {
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 70px;
  border: 1px solid var(--ink);
}

.d1-l {
  position: absolute;
  inset: 0;
}

.d1-lh {
  position: absolute;
  left: 8%;
  top: 10%;
  width: 44%;
  height: 6%;
  background: var(--ink);
}

.d1-l1 {
  position: absolute;
  left: 8%;
  top: 26%;
  width: 36%;
  height: 5%;
  background: #ccc;
}

.d1-l2 {
  position: absolute;
  left: 8%;
  top: 40%;
  width: 42%;
  height: 5%;
  background: #ccc;
}

.d1-l3 {
  position: absolute;
  left: 8%;
  top: 54%;
  width: 30%;
  height: 5%;
  background: #ccc;
}

.d1-l4 {
  position: absolute;
  left: 8%;
  top: 68%;
  width: 38%;
  height: 5%;
  background: #ccc;
}

.d1-lg {
  position: absolute;
  right: 8%;
  top: 26%;
  width: 32%;
  height: 47%;
  background: var(--accent);
}

.d1-p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 78px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.d1-ph {
  position: absolute;
  left: 10%;
  top: 8%;
  width: 52%;
  height: 4%;
  background: var(--ink);
}

.d1-pg {
  position: absolute;
  left: 10%;
  top: 17%;
  width: 46%;
  height: 22%;
  background: var(--accent);
}

.d1-p1 {
  position: absolute;
  left: 10%;
  top: 48%;
  width: 72%;
  height: 3.5%;
  background: #ccc;
}

.d1-p2 {
  position: absolute;
  left: 10%;
  top: 58%;
  width: 56%;
  height: 3.5%;
  background: #ccc;
}

.d1-p3 {
  position: absolute;
  left: 10%;
  top: 68%;
  width: 66%;
  height: 3.5%;
  background: #ccc;
}

.d1-p4 {
  position: absolute;
  left: 10%;
  top: 78%;
  width: 44%;
  height: 3.5%;
  background: #ccc;
}

.d2-ax-v {
  position: absolute;
  left: 32px;
  top: 24px;
  bottom: 26px;
  width: 1px;
  background: #e5e5e5;
}

.d2-ax-h {
  position: absolute;
  left: 32px;
  bottom: 26px;
  right: 60px;
  height: 1px;
  background: #e5e5e5;
}

.d2-ar-t {
  position: absolute;
  left: 28px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #e5e5e5;
}

.d2-ar-r {
  position: absolute;
  right: 54px;
  top: 121px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #e5e5e5;
}

.d2-svg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
}

.d2-svg path {
  stroke-dashoffset: 0;
  opacity: 0;
}

.d2-svg .d2-p1 {
  opacity: 1;
}

.d2-ball {
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
  offset-rotate: 0deg;
}

.d2-b1 {
  offset-path: path('M 32 124 C 40 74 78 48 142 48');
}

.d2-b2 {
  offset-path: path('M 32 124 L 142 48');
}

.d2-b3 {
  offset-path: path('M 32 124 C 74 124 100 48 142 48');
}

.d2-b4 {
  offset-path: path('M 32 124 C 96 124 134 98 142 48');
}

.d2-b5 {
  offset-path: path('M 32 124 C 50 90 60 48 78 48 C 88 48 90 70 98 70 C 108 70 112 48 122 48 C 130 48 132 58 136 58 C 139 58 140 48 142 48');
}

.d2-lb {
  position: absolute;
  left: 150px;
  top: 41px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #999;
  opacity: 0;
}

.d2-lb1 {
  opacity: 1;
}

.d3-man {
  position: absolute;
  left: 0;
  top: 8px;
  width: 26px;
  height: 38px;
}

.d3-man-head {
  position: absolute;
  left: 7px;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ink);
}

.d3-man-body {
  position: absolute;
  left: 0;
  top: 16px;
  width: 26px;
  height: 22px;
  background: var(--ink);
}

.d3-op {
  position: absolute;
  top: 14px;
  font-weight: 900;
  font-stretch: 110%;
  font-size: 16px;
  color: #999;
}

.d3-x {
  left: 36px;
}

.d3-eq {
  left: 92px;
}

.d3-arr {
  left: 148px;
  font-weight: 700;
  font-stretch: normal;
}

.d3-bot,
.d3-fuse {
  position: absolute;
  top: 8px;
  width: 26px;
  height: 38px;
}

.d3-bot {
  left: 56px;
}

.d3-fuse {
  left: 112px;
}

.d3-ant {
  position: absolute;
  left: 12px;
  top: 0;
  width: 1px;
  height: 5px;
  background: var(--accent);
}

.d3-head {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 16px;
  height: 12px;
  background: var(--accent);
}

.d3-fuse .d3-head {
  background: linear-gradient(135deg, var(--ink) 0 50%, var(--accent) 50% 100%);
}

.d3-eye-l,
.d3-eye-r {
  position: absolute;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #fff;
}

.d3-eye-l {
  left: 8px;
}

.d3-eye-r {
  left: 15px;
}

.d3-body {
  position: absolute;
  left: 0;
  top: 20px;
  width: 26px;
  height: 18px;
  background: var(--accent);
}

.d3-inf {
  position: absolute;
  left: 170px;
  top: 6px;
  font-weight: 900;
  font-stretch: 110%;
  font-size: 34px;
  line-height: 1;
  color: var(--accent);
}

.d3-s {
  position: absolute;
  width: 22px;
  height: 25px;
}

.d3-s-ant {
  position: absolute;
  left: 11px;
  top: 0;
  width: 1px;
  height: 4px;
  background: var(--accent);
}

.d3-s-head {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 12px;
  height: 9px;
  background: linear-gradient(135deg, var(--ink) 0 50%, var(--accent) 50% 100%);
}

.d3-s-eye-l,
.d3-s-eye-r {
  position: absolute;
  top: 7px;
  width: 2px;
  height: 2px;
  background: #fff;
}

.d3-s-eye-l {
  left: 7px;
}

.d3-s-eye-r {
  left: 13px;
}

.d3-s-body {
  position: absolute;
  left: 0;
  top: 13px;
  width: 22px;
  height: 12px;
  background: var(--accent);
}

.d3-lb {
  position: absolute;
  left: 0;
  top: 128px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #999;
}

.d3-lb1 {
  opacity: 0;
}

.d3-lb2 {
  color: var(--accent);
}

.d4-prod {
  position: absolute;
  left: 170px;
  top: 14px;
  width: 1px;
  height: 100px;
  background: repeating-linear-gradient(180deg, var(--ink) 0 4px, transparent 4px 8px);
}

.d4-svg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.5;
}

.d4-svg path {
  stroke-dashoffset: 0;
}

.d4-n {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
}

.d4-n1a {
  left: 8px;
  top: 40px;
}

.d4-n1b {
  left: 30px;
  top: 40px;
}

.d4-n2a {
  left: 92px;
  top: 76px;
}

.d4-n2b {
  left: 112px;
  top: 76px;
}

.d4-mg {
  left: 144px;
  top: 40px;
  background: var(--accent);
}

.d4-hd {
  left: 182px;
  top: 40px;
  background: var(--accent);
}

.d4-lb {
  position: absolute;
  top: 120px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #999;
}

.d4-prod-lab {
  left: 176px;
}

.d4-l1 {
  left: 0;
  opacity: 0;
}

.d4-l2 {
  left: 0;
  color: var(--accent);
}

@media (min-width: 640px) {
  .principles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .principle {
    border-bottom: 0;
  }

  .principle:nth-child(-n+2) {
    border-bottom: 1px solid #e5e5e5;
  }

  .principle:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
    padding-right: 32px;
  }

  .principle:nth-child(even) {
    padding-left: 32px;
  }
}

@media (min-width: 1200px) {
  .principles-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .principle:nth-child(-n+2) {
    border-bottom: 0;
  }

  .principle:nth-child(even) {
    border-right: 1px solid #e5e5e5;
    padding-right: 32px;
  }

  .principle:nth-child(odd) {
    padding-left: 32px;
  }

  .principle:last-child {
    border-right: 0;
  }

  .principle:first-child {
    padding-left: 0;
  }

  .principle:last-child {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .d1-c1 {
    animation: p1c1 10s var(--ease) infinite;
  }

  .d1-c2 {
    animation: p1c2 10s var(--ease) infinite;
  }

  .d1-fade {
    animation: p1fade 10s linear infinite;
  }

  .d1-scr {
    animation: p1rsz 10s var(--ease) infinite;
  }

  .d1-l {
    animation: p1cL 10s linear infinite;
  }

  .d1-p {
    animation: p1cP 10s linear infinite, p1pdim 10s var(--ease) infinite;
  }

  .d2-svg path {
    stroke-dashoffset: 1;
    opacity: 0;
  }

  .d2-svg .d2-p1 {
    animation: p2drw 20s cubic-bezier(0, 0, .2, 1) infinite, p2ph 20s linear infinite;
  }

  .d2-svg .d2-p2 {
    animation: p2drw 20s linear 4s infinite, p2ph 20s linear 4s infinite;
  }

  .d2-svg .d2-p3 {
    animation: p2drw 20s cubic-bezier(.65, 0, .35, 1) 8s infinite, p2ph 20s linear 8s infinite;
  }

  .d2-svg .d2-p4 {
    animation: p2drw 20s cubic-bezier(.42, 0, 1, 1) 12s infinite, p2ph 20s linear 12s infinite;
  }

  .d2-svg .d2-p5 {
    animation: p2drw 20s linear 16s infinite, p2ph 20s linear 16s infinite;
  }

  .d2-b1 {
    animation: p2bl 20s cubic-bezier(0, 0, .2, 1) infinite, p2ph 20s linear infinite;
  }

  .d2-b2 {
    animation: p2bl 20s linear 4s infinite, p2ph 20s linear 4s infinite;
  }

  .d2-b3 {
    animation: p2bl 20s cubic-bezier(.65, 0, .35, 1) 8s infinite, p2ph 20s linear 8s infinite;
  }

  .d2-b4 {
    animation: p2bl 20s cubic-bezier(.42, 0, 1, 1) 12s infinite, p2ph 20s linear 12s infinite;
  }

  .d2-b5 {
    animation: p2bl 20s linear 16s infinite, p2ph 20s linear 16s infinite;
  }

  .d2-lb {
    opacity: 0;
  }

  .d2-lb1 {
    animation: p2ph 20s linear infinite;
  }

  .d2-lb2 {
    animation: p2ph 20s linear 4s infinite;
  }

  .d2-lb3 {
    animation: p2ph 20s linear 8s infinite;
  }

  .d2-lb4 {
    animation: p2ph 20s linear 12s infinite;
  }

  .d2-lb5 {
    animation: p2ph 20s linear 16s infinite;
  }

  .d3-man {
    opacity: 0;
    animation: p3a 11s var(--ease) infinite;
  }

  .d3-x {
    opacity: 0;
    animation: p3x 11s var(--ease) infinite;
  }

  .d3-bot {
    opacity: 0;
    animation: p3r 11s var(--ease) infinite;
  }

  .d3-eq {
    opacity: 0;
    animation: p3e 11s var(--ease) infinite;
  }

  .d3-fuse {
    opacity: 0;
    animation: p3f 11s var(--ease) infinite;
  }

  .d3-arr {
    opacity: 0;
    animation: p3ar 11s var(--ease) infinite;
  }

  .d3-inf {
    opacity: 0;
    animation: p3inf 11s var(--ease) infinite;
  }

  .d3-s {
    opacity: 0;
    animation: p3s 11s var(--ease) var(--d, 0s) infinite;
  }

  .d3-lb1 {
    animation: p3l1 11s var(--ease) infinite;
  }

  .d3-lb2 {
    opacity: 0;
    animation: p3l2 11s var(--ease) infinite;
  }

  .d4-svg path {
    stroke-dashoffset: 1;
  }

  .d4-svg .d4-main {
    animation: p4main 9s var(--ease) infinite;
  }

  .d4-svg .d4-br {
    animation: p4br 9s var(--ease) infinite;
  }

  .d4-n1a {
    opacity: 0;
    animation: p4n1 9s var(--ease) infinite;
  }

  .d4-n1b {
    opacity: 0;
    animation: p4n1 9s var(--ease) .15s infinite;
  }

  .d4-n2a {
    opacity: 0;
    animation: p4n2 9s var(--ease) infinite;
  }

  .d4-n2b {
    opacity: 0;
    animation: p4n2 9s var(--ease) .15s infinite;
  }

  .d4-mg {
    opacity: 0;
    animation: p4mg 9s var(--ease) infinite;
  }

  .d4-hd {
    opacity: 0;
    animation: p4hd 9s var(--ease) infinite;
  }

  .d4-l1 {
    animation: p4l1 9s var(--ease) infinite;
  }

  .d4-l2 {
    opacity: 0;
    animation: p4l2 9s var(--ease) infinite;
  }

  @keyframes p1c1 {
    0% {
      transform: translate(0, 0);
    }

    12% {
      transform: translate(64px, 14px);
    }

    24% {
      transform: translate(28px, 52px);
    }

    36% {
      transform: translate(76px, 44px);
    }

    48% {
      transform: translate(46px, 6px);
    }

    60% {
      transform: translate(68px, 58px);
    }

    72% {
      transform: translate(20px, 30px);
    }

    86% {
      transform: translate(54px, 20px);
    }

    100% {
      transform: translate(0, 0);
    }
  }

  @keyframes p1c2 {
    0% {
      transform: translate(0, 0);
    }

    14% {
      transform: translate(38px, -34px);
    }

    28% {
      transform: translate(6px, -52px);
    }

    44% {
      transform: translate(44px, -10px);
    }

    60% {
      transform: translate(12px, -44px);
    }

    76% {
      transform: translate(40px, -24px);
    }

    100% {
      transform: translate(0, 0);
    }
  }

  @keyframes p1rsz {
    0%, 36% {
      width: 96px;
      height: 70px;
      left: 0;
      top: 0;
      transform: rotate(0);
    }

    44%, 56% {
      width: 78px;
      height: 56px;
      left: 0;
      top: 0;
      transform: rotate(0);
    }

    66%, 76% {
      width: 78px;
      height: 56px;
      left: -11px;
      top: 11px;
      transform: rotate(90deg);
    }

    84%, 100% {
      width: 58px;
      height: 30px;
      left: -14px;
      top: 14px;
      transform: rotate(90deg);
    }
  }

  @keyframes p1pdim {
    0%, 76% {
      width: 56px;
      height: 78px;
    }

    84%, 100% {
      width: 30px;
      height: 58px;
    }
  }

  @keyframes p1fade {
    0% {
      opacity: 0;
    }

    5%, 93% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes p1cL {
    0%, 54% {
      opacity: 1;
    }

    60%, 100% {
      opacity: 0;
    }
  }

  @keyframes p1cP {
    0%, 56% {
      opacity: 0;
    }

    64%, 100% {
      opacity: 1;
    }
  }

  @keyframes p2ph {
    0% {
      opacity: 0;
    }

    2%, 17% {
      opacity: 1;
    }

    19%, 100% {
      opacity: 0;
    }
  }

  @keyframes p2drw {
    0%, 1% {
      stroke-dashoffset: 1;
    }

    11%, 100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes p2bl {
    0% {
      offset-distance: 0%;
    }

    11%, 100% {
      offset-distance: 100%;
    }
  }

  @keyframes p3a {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }

    3%, 92% {
      opacity: 1;
      transform: translateX(0);
    }

    97%, 100% {
      opacity: 0;
      transform: translateX(0);
    }
  }

  @keyframes p3x {
    0%, 8% {
      opacity: 0;
    }

    11%, 92% {
      opacity: 1;
    }

    97%, 100% {
      opacity: 0;
    }
  }

  @keyframes p3r {
    0%, 10% {
      opacity: 0;
      transform: translateX(20px);
    }

    14%, 92% {
      opacity: 1;
      transform: translateX(0);
    }

    97%, 100% {
      opacity: 0;
      transform: translateX(0);
    }
  }

  @keyframes p3e {
    0%, 16% {
      opacity: 0;
    }

    19%, 92% {
      opacity: 1;
    }

    97%, 100% {
      opacity: 0;
    }
  }

  @keyframes p3f {
    0%, 19% {
      opacity: 0;
      transform: scale(1.35);
    }

    23%, 92% {
      opacity: 1;
      transform: scale(1);
    }

    97%, 100% {
      opacity: 0;
      transform: scale(1);
    }
  }

  @keyframes p3s {
    0%, 26% {
      opacity: 0;
      transform: scale(.4);
    }

    31%, 88% {
      opacity: 1;
      transform: scale(1);
    }

    93%, 100% {
      opacity: 0;
      transform: scale(1);
    }
  }

  @keyframes p3ar {
    0%, 40% {
      opacity: 0;
      transform: translateX(-6px);
    }

    46%, 90% {
      opacity: 1;
      transform: translateX(0);
    }

    95%, 100% {
      opacity: 0;
      transform: translateX(0);
    }
  }

  @keyframes p3inf {
    0%, 44% {
      opacity: 0;
      transform: scale(.4);
    }

    51%, 90% {
      opacity: 1;
      transform: scale(1);
    }

    95%, 100% {
      opacity: 0;
      transform: scale(1);
    }
  }

  @keyframes p3l1 {
    0%, 20% {
      opacity: 0;
    }

    24%, 40% {
      opacity: 1;
    }

    45%, 100% {
      opacity: 0;
    }
  }

  @keyframes p3l2 {
    0%, 46% {
      opacity: 0;
    }

    51%, 90% {
      opacity: 1;
    }

    95%, 100% {
      opacity: 0;
    }
  }

  @keyframes p4main {
    0%, 2% {
      opacity: 1;
      stroke-dashoffset: 1;
    }

    16%, 92% {
      opacity: 1;
      stroke-dashoffset: 0;
    }

    97%, 100% {
      opacity: 0;
      stroke-dashoffset: 0;
    }
  }

  @keyframes p4br {
    0%, 20% {
      opacity: 1;
      stroke-dashoffset: 1;
    }

    38%, 92% {
      opacity: 1;
      stroke-dashoffset: 0;
    }

    97%, 100% {
      opacity: 0;
      stroke-dashoffset: 0;
    }
  }

  @keyframes p4n1 {
    0%, 8% {
      opacity: 0;
      transform: scale(.4);
    }

    13%, 92% {
      opacity: 1;
      transform: scale(1);
    }

    97%, 100% {
      opacity: 0;
      transform: scale(1);
    }
  }

  @keyframes p4n2 {
    0%, 26% {
      opacity: 0;
      transform: scale(.4);
    }

    31%, 92% {
      opacity: 1;
      transform: scale(1);
    }

    97%, 100% {
      opacity: 0;
      transform: scale(1);
    }
  }

  @keyframes p4mg {
    0%, 40% {
      opacity: 0;
      transform: scale(1.7);
    }

    45%, 92% {
      opacity: 1;
      transform: scale(1);
    }

    97%, 100% {
      opacity: 0;
      transform: scale(1);
    }
  }

  @keyframes p4hd {
    0%, 48% {
      opacity: 0;
      transform: translateX(-38px);
    }

    53% {
      opacity: 1;
      transform: translateX(-38px);
    }

    64%, 92% {
      opacity: 1;
      transform: translateX(0);
    }

    97%, 100% {
      opacity: 0;
      transform: translateX(0);
    }
  }

  @keyframes p4l1 {
    0%, 42% {
      opacity: 0;
    }

    47%, 60% {
      opacity: 1;
    }

    65%, 100% {
      opacity: 0;
    }
  }

  @keyframes p4l2 {
    0%, 64% {
      opacity: 0;
    }

    69%, 92% {
      opacity: 1;
    }

    97%, 100% {
      opacity: 0;
    }
  }
}
