.kinetic-transmission {
  --kinetic-gold: #e6bf73;
  --kinetic-ivory: #f1e5c7;
  --kinetic-cyan: #68f3ee;
  --kinetic-red: #d44f4f;
  position: relative;
  isolation: isolate;
  overflow: clip;
  color: var(--kinetic-ivory);
  background:
    radial-gradient(circle at 50% 8%, rgba(104, 243, 238, .08), transparent 28%),
    radial-gradient(circle at 80% 62%, rgba(212, 79, 79, .07), transparent 26%),
    #010202;
  border-top: 1px solid rgba(230, 191, 115, .22);
}

.kinetic-transmission::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background:
    repeating-linear-gradient(90deg, transparent 0 12.45vw, rgba(104, 243, 238, .04) 12.5vw),
    repeating-linear-gradient(0deg, transparent 0 89px, rgba(230, 191, 115, .035) 90px);
}

.kinetic-ascii-stage {
  position: relative;
  height: clamp(330px, 48vw, 720px);
  min-height: 48svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #000;
  border-bottom: 1px solid rgba(230, 191, 115, .2);
}

.kinetic-ascii-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .7), transparent 16% 84%, rgba(0, 0, 0, .7)),
    linear-gradient(180deg, rgba(0, 0, 0, .28), transparent 30% 72%, rgba(0, 0, 0, .62));
}

.kinetic-ascii-kicker {
  position: absolute;
  z-index: 3;
  top: clamp(22px, 3vw, 48px);
  left: 50%;
  width: min(900px, calc(100% - 40px));
  color: rgba(230, 191, 115, .72);
  font: 700 clamp(10px, .9vw, 13px)/1.4 ui-monospace, "Cascadia Mono", Consolas, monospace;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.kinetic-ascii-canvas,
.kinetic-sound-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.kinetic-ascii-canvas {
  position: relative;
  z-index: 1;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
}

.kinetic-accessible-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.owl-wisdom-corridor {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
  border-block: 1px solid rgba(230, 191, 115, .22);
  padding-block: clamp(12px, 2vw, 28px);
}

.owl-wisdom-corridor video {
  display: block;
  width: min(94vw, 1280px);
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.kinetic-wave-intro {
  width: min(1320px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(84px, 10vw, 150px) 0 clamp(58px, 7vw, 108px);
}

.kinetic-wave-intro span {
  display: block;
  color: var(--kinetic-cyan);
  font: 800 clamp(11px, .95vw, 14px)/1.4 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kinetic-wave-intro p {
  width: min(860px, 100%);
  margin: 16px 0 0;
  color: var(--kinetic-ivory);
  font: 400 clamp(28px, 4.4vw, 70px)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.kinetic-wave-wrapper {
  --wave-media-width: clamp(360px, 36vw, 560px);
  --wave-column-gap: clamp(260px, 26vw, 420px);
  position: relative;
  width: 100%;
  min-height: 275vh;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--wave-column-gap);
  grid-template-rows: 1fr;
  align-items: start;
  padding: 26vh clamp(12px, 1.7vw, 30px);
}

.kinetic-wave-column {
  position: relative;
  z-index: 4;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font: 400 clamp(32px, 3vw, 48px)/.7 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kinetic-wave-column-left {
  grid-column: 1;
  grid-row: 1;
  align-items: flex-start;
}

.kinetic-wave-column-right {
  grid-column: 2;
  grid-row: 1;
  align-items: flex-end;
  text-align: right;
}

.kinetic-wave-text {
  width: max-content;
  max-width: 100%;
  color: rgba(241, 229, 199, .34);
  text-shadow: 0 0 0 transparent;
  transition: color 300ms ease-out, text-shadow 300ms ease-out;
  will-change: transform;
}

.kinetic-wave-text.is-focused {
  color: #fff6df;
  text-shadow:
    0 0 18px rgba(104, 243, 238, .48),
    0 0 42px rgba(230, 191, 115, .26);
}

.kinetic-wave-media {
  position: sticky;
  z-index: 6;
  top: 50svh;
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  width: var(--wave-media-width);
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #020303;
  border: 1px solid rgba(230, 191, 115, .64);
  box-shadow:
    0 0 0 4px rgba(1, 4, 4, .92),
    0 0 0 5px rgba(104, 243, 238, .2),
    0 34px 90px rgba(0, 0, 0, .78),
    0 0 56px rgba(104, 243, 238, .12);
  transform: translateY(-50%);
  transition: filter 240ms ease, box-shadow 240ms ease;
  will-change: transform;
}

.kinetic-wave-media::before,
.kinetic-wave-media::after {
  content: "";
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.kinetic-wave-media::before {
  inset: 9px;
  border: 1px solid rgba(241, 229, 199, .24);
}

.kinetic-wave-media::after {
  inset: 0;
  background: linear-gradient(135deg, rgba(104, 243, 238, .13), transparent 30% 70%, rgba(230, 191, 115, .13));
}

.kinetic-wave-media:hover {
  filter: brightness(1.14) contrast(1.08);
  box-shadow:
    0 0 0 4px rgba(1, 4, 4, .92),
    0 0 0 5px rgba(104, 243, 238, .48),
    0 34px 90px rgba(0, 0, 0, .78),
    0 0 70px rgba(104, 243, 238, .24);
}

.kinetic-wave-media video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.025);
  transition: opacity 520ms ease, transform 900ms cubic-bezier(.2, .8, .2, 1);
}

.kinetic-wave-media video.is-active {
  opacity: .94;
  transform: scale(1);
}

.kinetic-wave-media-light {
  position: absolute;
  z-index: 2;
  inset: -35%;
  pointer-events: none;
  background: conic-gradient(from 0deg, transparent, rgba(104, 243, 238, .18), transparent 28%, rgba(230, 191, 115, .15), transparent 60%);
  mix-blend-mode: screen;
  animation: kineticMediaLight 9s linear infinite;
}

.kinetic-wave-media-scan {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(104, 243, 238, .12) 5px);
}

.kinetic-wave-media figcaption {
  position: absolute;
  z-index: 5;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding: 42px 16px 14px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
}

.kinetic-wave-media figcaption span {
  flex: 0 0 auto;
  color: var(--kinetic-cyan);
  font: 700 10px/1.2 ui-monospace, "Cascadia Mono", Consolas, monospace;
  letter-spacing: 0;
}

.kinetic-wave-media figcaption strong {
  min-width: 0;
  color: var(--kinetic-ivory);
  font: 500 clamp(13px, 1.25vw, 18px)/1.1 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-align: right;
}

.kinetic-sound-stage {
  position: relative;
  height: clamp(420px, 64vw, 820px);
  min-height: 62svh;
  overflow: hidden;
  background: #000;
  border-block: 1px solid rgba(104, 243, 238, .16);
}

.kinetic-sound-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
}

.kinetic-glitch-gallery {
  width: min(1500px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(90px, 11vw, 170px) 0;
  display: grid;
  grid-template-columns: 1.2fr .9fr 1.15fr;
  align-items: end;
  gap: clamp(12px, 2vw, 30px);
}

.kinetic-hair-transmission {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  box-sizing: border-box;
  padding-top: clamp(108px, 11vw, 138px);
  overflow: hidden;
  background: #000;
}

.kinetic-hair-transmission video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.kinetic-hair-transmission::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, .24), transparent 18%, transparent 82%, rgba(0, 0, 0, .34));
}

.kinetic-glitch-portal {
  min-width: 0;
  margin: 0;
}

.kinetic-glitch-portal:nth-child(2) {
  transform: translateY(clamp(28px, 5vw, 74px));
}

.kinetic-glitch-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  isolation: isolate;
  background: #040606;
  border: 1px solid rgba(230, 191, 115, .38);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .68);
}

.kinetic-glitch-visual img,
.kinetic-glitch-visual i {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kinetic-glitch-visual img {
  z-index: 1;
  display: block;
  object-fit: cover;
  filter: saturate(.88) contrast(1.08) brightness(.78);
  transition: filter 280ms ease, transform 800ms cubic-bezier(.2, .8, .2, 1);
}

.kinetic-glitch-visual i {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background-image: var(--glitch-image);
  background-position: center;
  background-size: cover;
  mix-blend-mode: screen;
}

.kinetic-glitch-visual:hover img {
  filter: saturate(1.12) contrast(1.12) brightness(1.04);
  transform: scale(1.035);
}

.kinetic-glitch-visual:hover i {
  opacity: .86;
}

.kinetic-glitch-visual:hover i:nth-of-type(1) {
  animation: kineticGlitchTop 760ms steps(1, end) infinite;
  filter: saturate(1.7) hue-rotate(155deg);
}

.kinetic-glitch-visual:hover i:nth-of-type(2) {
  animation: kineticGlitchMiddle 590ms steps(1, end) infinite reverse;
  filter: saturate(1.6) hue-rotate(-28deg);
  mix-blend-mode: hard-light;
}

.kinetic-glitch-visual:hover i:nth-of-type(3) {
  animation: kineticGlitchBottom 930ms steps(1, end) infinite;
  filter: contrast(1.5) grayscale(.2);
}

.kinetic-glitch-portal figcaption {
  margin-top: 13px;
  color: rgba(241, 229, 199, .72);
  font: 700 11px/1.2 ui-monospace, "Cascadia Mono", Consolas, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-text-arrival {
  animation: kineticTextArrival 640ms steps(2, end) both;
}

.site-text-hover-glitch {
  animation: kineticTextHover 520ms steps(2, end) both;
}

@keyframes kineticMediaLight {
  to { transform: rotate(1turn); }
}

@keyframes kineticGlitchTop {
  0% { clip-path: polygon(0 8%, 100% 8%, 100% 21%, 0 21%); transform: translate(-8px, 2px); }
  33% { clip-path: polygon(0 28%, 100% 28%, 100% 36%, 0 36%); transform: translate(7px, -1px); }
  66% { clip-path: polygon(0 3%, 100% 3%, 100% 12%, 0 12%); transform: translate(-3px, 1px); }
  100% { clip-path: polygon(0 17%, 100% 17%, 100% 27%, 0 27%); transform: translate(5px, -2px); }
}

@keyframes kineticGlitchMiddle {
  0% { clip-path: polygon(0 38%, 100% 38%, 100% 52%, 0 52%); transform: translate(10px, -2px); }
  40% { clip-path: polygon(0 56%, 100% 56%, 100% 66%, 0 66%); transform: translate(-7px, 2px); }
  70% { clip-path: polygon(0 31%, 100% 31%, 100% 45%, 0 45%); transform: translate(4px, 1px); }
  100% { clip-path: polygon(0 65%, 100% 65%, 100% 73%, 0 73%); transform: translate(-9px, -1px); }
}

@keyframes kineticGlitchBottom {
  0% { clip-path: polygon(0 73%, 100% 73%, 100% 86%, 0 86%); transform: translate(-6px, 1px); }
  35% { clip-path: polygon(0 88%, 100% 88%, 100% 96%, 0 96%); transform: translate(8px, -2px); }
  72% { clip-path: polygon(0 62%, 100% 62%, 100% 78%, 0 78%); transform: translate(-10px, 2px); }
  100% { clip-path: polygon(0 82%, 100% 82%, 100% 91%, 0 91%); transform: translate(5px, 0); }
}

@keyframes kineticTextArrival {
  0% { opacity: 0; clip-path: inset(0 0 86% 0); filter: blur(8px) hue-rotate(80deg); text-shadow: 11px 0 rgba(104, 243, 238, .8), -9px 0 rgba(212, 79, 79, .74); }
  24% { opacity: 1; clip-path: inset(42% 0 20% 0); filter: blur(0) hue-rotate(0); text-shadow: -7px 0 rgba(104, 243, 238, .76), 8px 0 rgba(212, 79, 79, .68); }
  49% { clip-path: inset(8% 0 58% 0); text-shadow: 5px 0 rgba(230, 191, 115, .7), -3px 0 rgba(104, 243, 238, .66); }
  70% { clip-path: inset(0); text-shadow: -2px 0 rgba(212, 79, 79, .35), 2px 0 rgba(104, 243, 238, .38); }
  100% { opacity: 1; clip-path: inset(0); filter: none; text-shadow: none; }
}

@keyframes kineticTextHover {
  0%, 100% { clip-path: inset(0); filter: none; text-shadow: none; transform: translate3d(0, 0, 0); }
  18% { clip-path: inset(12% 0 63% 0); filter: hue-rotate(82deg); text-shadow: 8px 0 rgba(104, 243, 238, .84), -6px 0 rgba(212, 79, 79, .72); transform: translate3d(-2px, 0, 0); }
  42% { clip-path: inset(55% 0 24% 0); text-shadow: -7px 0 rgba(230, 191, 115, .8), 6px 0 rgba(104, 243, 238, .72); transform: translate3d(3px, 0, 0); }
  68% { clip-path: inset(28% 0 46% 0); filter: contrast(1.4); text-shadow: 4px 0 rgba(212, 79, 79, .68), -4px 0 rgba(104, 243, 238, .68); transform: translate3d(-1px, 0, 0); }
  84% { clip-path: inset(0); text-shadow: -2px 0 rgba(104, 243, 238, .36), 2px 0 rgba(230, 191, 115, .36); }
}

@media (max-width: 820px) {
  .kinetic-wave-wrapper {
    --wave-media-width: min(64vw, 480px);
    min-height: 225vh;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10vw;
    padding: 22vh 14px;
  }

  .kinetic-wave-column {
    gap: 2rem;
    font-size: clamp(16px, 5vw, 28px);
    line-height: .72;
  }

  .kinetic-wave-text {
    max-width: 48vw;
  }

  .kinetic-wave-column-right {
    grid-column: 2;
  }

  .kinetic-wave-media {
    grid-column: 1 / -1;
  }

  .kinetic-wave-column-left {
    padding-right: 0;
  }

  .kinetic-wave-column-right {
    padding-left: 0;
  }

  .kinetic-glitch-gallery {
    width: min(660px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .kinetic-glitch-portal:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 540px) {
  .kinetic-hair-transmission {
    min-height: 520px;
    padding-top: 92px;
  }
  .kinetic-ascii-stage {
    min-height: 340px;
  }

  .kinetic-wave-intro {
    width: calc(100% - 28px);
  }

  .kinetic-wave-wrapper {
    padding-inline: 9px;
  }

  .kinetic-wave-column {
    font-size: clamp(14px, 4vw, 18px);
  }

  .kinetic-wave-media figcaption {
    padding-inline: 11px;
  }

  .kinetic-sound-stage {
    min-height: 460px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kinetic-wave-text,
  .kinetic-wave-media video,
  .kinetic-glitch-visual img {
    transition: none;
  }

  .kinetic-wave-media-light,
  .kinetic-glitch-visual i,
  .site-text-arrival,
  .site-text-hover-glitch,
  .black-veil-slide::before,
  .black-veil-slide::after {
    animation: none !important;
  }
}
