:root {
  --black: #030205;
  --ink: #0b0710;
  --purple: #2d243c;
  --purple-2: #8566b1;
  --green: #59cc65;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --faint: rgba(255, 255, 255, 0.42);
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.22);
  --card: rgba(48, 41, 58, 0.78);
  --radius-card: 28px;
  --radius-pill: 100px;
  --max-width: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 22% 0%, rgba(133, 102, 177, 0.26), transparent 28%),
    linear-gradient(90deg, #2c2339 0%, #111018 48%, #020204 100%);
  color: var(--white);
  font-family: Inter, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 92px 92px;
  content: "";
  opacity: 0.52;
  pointer-events: none;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 14%, rgba(89, 204, 101, 0.13), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.62));
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

#about,
#why,
#method,
#contact {
  scroll-margin-top: 96px;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 48px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 650;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(8, 6, 12, 0.7);
  backdrop-filter: blur(10px);
}

.brand {
  justify-self: start;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(133, 102, 177, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  padding: 0 12px;
}

.site-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  padding: 0 18px;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover {
  color: var(--white);
}

.site-nav a:last-child {
  min-height: 34px;
}

.header-contact {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(133, 102, 177, 0.32);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  padding: 0 24px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.header-contact:hover {
  color: var(--white);
}

.nav-toggle {
  display: none;
}

.hero {
  min-height: 100vh;
  padding: 68px 36px 52px;
}

.hero-shell {
  position: relative;
  min-height: calc(100vh - 120px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #050409;
  isolation: isolate;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 106%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  opacity: 0.96;
  transform: translateX(0%);
  animation: backgroundDrift 18s ease-in-out infinite alternate;
}

.hero-shell::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.36) 42%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.74));
  content: "";
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 25% 25%;
  opacity: 0.18;
  animation: gridDrift 12s linear infinite;
}

.flow-layer,
.scan-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.flow-layer {
  z-index: -1;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.flow-layer-one {
  background:
    linear-gradient(100deg, transparent 0%, transparent 19%, rgba(255, 238, 220, 0.08) 32%, rgba(244, 83, 209, 0.26) 42%, rgba(56, 211, 255, 0.18) 48%, transparent 62%),
    linear-gradient(100deg, transparent 0%, transparent 38%, rgba(255, 245, 229, 0.14) 48%, rgba(245, 102, 220, 0.16) 55%, transparent 68%);
  filter: blur(10px);
  transform: translateX(46%);
  animation: lightFlow 7.5s cubic-bezier(0.45, 0, 0.15, 1) infinite;
}

.flow-layer-two {
  background:
    linear-gradient(94deg, transparent 0%, transparent 24%, rgba(52, 178, 255, 0.18) 36%, rgba(255, 255, 255, 0.2) 44%, rgba(255, 64, 202, 0.16) 54%, transparent 70%);
  filter: blur(18px);
  opacity: 0.42;
  transform: translateX(38%);
  animation: lightFlowSlow 11s cubic-bezier(0.5, 0, 0.16, 1) infinite;
}

.scan-layer {
  z-index: 1;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 6px),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 50%, transparent 100%);
  background-size: auto, 34% 100%;
  background-position: 0 0, 145% 0;
  mix-blend-mode: screen;
  opacity: 0.2;
  animation: scanFlow 8s linear infinite;
}

.hero-content {
  position: absolute;
  left: 4.2%;
  bottom: 9.5%;
  width: min(1100px, 74vw);
}

.kicker,
.section-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: "Bodoni 72", Didot, "Iowan Old Style", "Times New Roman", Georgia, serif;
  font-size: clamp(86px, 12.2vw, 214px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.hero-copy {
  display: grid;
  width: min(780px, 72vw);
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.65vw, 29px);
  font-weight: 560;
  line-height: 1.08;
  margin: 0;
}

.hero-copy strong,
.hero-copy span {
  display: block;
}

.hero-copy strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 680;
}

@keyframes backgroundDrift {
  from {
    transform: translateX(0%) scale(1.02);
  }

  to {
    transform: translateX(-3%) scale(1.04);
  }
}

@keyframes lightFlow {
  0% {
    transform: translateX(46%);
    opacity: 0;
  }

  16% {
    opacity: 0.7;
  }

  64% {
    opacity: 0.82;
  }

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

@keyframes lightFlowSlow {
  0% {
    transform: translateX(38%);
    opacity: 0;
  }

  20% {
    opacity: 0.38;
  }

  72% {
    opacity: 0.44;
  }

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

@keyframes scanFlow {
  from {
    background-position: 0 0, 145% 0;
  }

  to {
    background-position: 0 14px, -45% 0;
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 48px 0;
  }
}

.section-block {
  width: min(calc(100% - 72px), var(--max-width));
  min-height: 66vh;
  margin: 0 auto;
  padding: 140px 0;
}

.statement h2 {
  max-width: 1180px;
  color: var(--white);
  font-size: clamp(54px, 7.7vw, 132px);
  font-weight: 660;
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 28px 0 0;
}

.statement .section-label {
  color: var(--green);
  font-size: 30px;
  font-weight: 500;
  text-transform: none;
}

.about-us {
  position: relative;
  display: grid;
  width: min(calc(100% - 72px), var(--max-width));
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0;
  margin: 74px auto 0;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(34, 24, 48, 0.74), rgba(0, 0, 0, 0.28));
  overflow: hidden;
  isolation: isolate;
}

.about-header,
.about-body {
  min-height: 430px;
  padding: 54px;
}

.about-header {
  border-right: 1px solid var(--line);
}

.about-header,
.about-body,
.about-card {
  position: relative;
  z-index: 1;
  transform-origin: center;
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.about-header.reveal.is-visible:hover,
.about-body.reveal.is-visible:hover,
.about-card.reveal.is-visible:hover {
  z-index: 4;
  border-color: rgba(89, 204, 101, 0.42);
  background: rgba(89, 204, 101, 0.022);
  box-shadow:
    inset 0 0 0 1px rgba(89, 204, 101, 0.34),
    0 0 34px rgba(89, 204, 101, 0.14);
  transform: translateY(-4px) scale(1.012);
}

.about-header .section-label {
  color: var(--green);
  font-size: 22px;
  font-weight: 650;
}

.about-title {
  display: grid;
  max-width: 900px;
  gap: 0;
  align-items: start;
  color: var(--white);
  font-weight: 680;
  line-height: 0.76;
  letter-spacing: -0.07em;
  margin: 72px 0 0;
}

.about-title-line {
  display: block;
  width: fit-content;
  text-wrap: balance;
  white-space: nowrap;
}

.about-title-line-one {
  font-size: clamp(86px, 8.6vw, 148px);
}

.about-title-line-two {
  justify-self: start;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(64px, 6.7vw, 116px);
  transform: translateX(9%);
}

.about-title-line-three {
  justify-self: end;
  margin-top: 14px;
  color: rgba(89, 204, 101, 0.84);
  font-size: clamp(36px, 3.8vw, 64px);
  letter-spacing: -0.045em;
}

.about-title-line-four {
  margin-top: 0;
  font-size: clamp(70px, 7.4vw, 128px);
}

.about-title-line-five {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(68px, 7vw, 118px);
  transform: translateX(24%);
}

.about-header h2:not(.about-title) {
  max-width: 820px;
  font-size: clamp(58px, 6.6vw, 112px);
  font-weight: 660;
  line-height: 0.9;
  letter-spacing: -0.064em;
  margin: 72px 0 0;
}

.about-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
}

.about-body p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 23px;
  font-weight: 560;
  line-height: 1.18;
  margin: 0;
}

.about-cards {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.about-card {
  min-height: 250px;
  border-right: 1px solid var(--line);
  padding: 36px;
}

.about-card:last-child {
  border-right: 0;
}

.about-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
}

.about-card h3 {
  font-size: 38px;
  font-weight: 620;
  line-height: 0.98;
  letter-spacing: -0.048em;
  margin: 66px 0 16px;
}

.about-card p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.24;
  margin: 0;
}

.why-cinema {
  width: min(calc(100% - 72px), var(--max-width));
  margin: 140px auto 0;
}

.why-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 4vw, 82px);
  align-items: center;
  min-height: 360px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 82% 12%, rgba(89, 204, 101, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(25, 18, 36, 0.54), rgba(0, 0, 0, 0.18));
  padding: clamp(42px, 5vw, 82px) clamp(32px, 4vw, 72px);
  margin-bottom: 44px;
}

.why-intro::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 12.5% 33%;
  content: "";
  opacity: 0.4;
  pointer-events: none;
}

.why-intro .section-label {
  position: relative;
  z-index: 1;
  align-self: start;
  color: var(--green);
  grid-column: 1 / -1;
}

.why-intro h2 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  font-size: clamp(52px, 6vw, 104px);
  font-weight: 660;
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 0;
}

.why-intro p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  border-left: 1px solid rgba(89, 204, 101, 0.42);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 560;
  line-height: 1.2;
  margin: 88px 0 0;
  padding: 4px 0 4px 28px;
}

.cinema-stage {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 34%, rgba(46, 228, 255, 0.14), transparent 24%),
    radial-gradient(circle at 72% 8%, rgba(133, 102, 177, 0.18), transparent 22%),
    rgba(0, 0, 0, 0.34);
  perspective: 1200px;
}

.cinema-stage::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 25% 25%;
  content: "";
  opacity: 0.34;
}

.monitor {
  position: absolute;
  top: 120px;
  left: 50%;
  width: min(840px, 72%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: rgba(3, 2, 5, 0.9);
  box-shadow:
    0 38px 120px rgba(0, 0, 0, 0.58),
    0 0 80px rgba(46, 228, 255, 0.12);
  transform: translateX(-50%) rotateX(7deg);
  transform-origin: center bottom;
  animation: monitorCardFloat 5.8s ease-in-out infinite;
  will-change: filter, transform;
}

.monitor::after {
  position: absolute;
  right: 24%;
  bottom: -118px;
  width: 52%;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(79, 231, 255, 0.2), transparent 62%);
  content: "";
}

.monitor-top {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.04em;
  padding: 0 18px;
}

.monitor-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.monitor-screen::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(73, 220, 255, 0.16);
  box-shadow:
    inset 0 0 26px rgba(73, 220, 255, 0.08),
    0 0 24px rgba(73, 220, 255, 0.08);
  content: "";
  opacity: 0.24;
  pointer-events: none;
}

.monitor-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.08);
  transform-origin: center;
  will-change: filter, transform;
}

.screen-statement {
  position: absolute;
  z-index: 4;
  left: 22px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.52);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 650;
  padding: 8px 12px;
  backdrop-filter: blur(10px);
  margin: 0;
}

.insight-card {
  position: absolute;
  z-index: 3;
  width: min(410px, 34%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(29, 24, 38, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  padding: 26px;
  backdrop-filter: blur(16px);
  animation: cardFloat 5.8s ease-in-out infinite;
}

.insight-card span {
  color: var(--green);
  font-size: 11px;
  font-weight: 780;
}

.insight-card h3 {
  font-size: 30px;
  font-weight: 640;
  line-height: 0.98;
  letter-spacing: -0.044em;
  margin: 18px 0 14px;
}

.insight-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 540;
  line-height: 1.27;
  margin: 0;
}

.insight-mobile {
  top: 78px;
  left: 48px;
}

.insight-speed {
  top: 530px;
  left: 86px;
  animation-delay: -1.8s;
}

.insight-signal {
  right: 52px;
  top: 555px;
  bottom: auto;
  animation-delay: -3.2s;
}

@keyframes aboutGlowFloat {
  from {
    transform: translate3d(0, 0, 0) scale(0.92);
  }

  to {
    transform: translate3d(-180px, 150px, 0) scale(1.08);
  }
}

@keyframes aboutGlowFloatSecondary {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(160px, -80px, 0) scale(1.18);
  }
}

@keyframes aboutGlowPulse {
  0%,
  100% {
    opacity: 0.36;
  }

  50% {
    opacity: 0.92;
  }
}

@keyframes aboutGlowPulseSecondary {
  0%,
  100% {
    opacity: 0.26;
  }

  42% {
    opacity: 0.66;
  }

  70% {
    opacity: 0.38;
  }
}

@keyframes glowDriftWide {
  from {
    transform: translate3d(-4%, 5%, 0) scale(0.9);
  }

  to {
    transform: translate3d(14%, -10%, 0) scale(1.18);
  }
}

@keyframes glowDriftHigh {
  from {
    transform: translate3d(8%, -8%, 0) scale(1);
  }

  to {
    transform: translate3d(-12%, 12%, 0) scale(1.24);
  }
}

@keyframes glowDriftSlow {
  from {
    transform: translate3d(0, 0, 0) scale(0.92);
  }

  to {
    transform: translate3d(-18%, -9%, 0) scale(1.12);
  }
}

@keyframes glowDriftSmall {
  from {
    transform: translate3d(-8%, -4%, 0) scale(0.86);
  }

  to {
    transform: translate3d(18%, 14%, 0) scale(1.16);
  }
}

@keyframes glowBlinkSoft {
  0%,
  100% {
    opacity: 0.28;
  }

  44% {
    opacity: 0.72;
  }

  68% {
    opacity: 0.42;
  }
}

@keyframes glowBlinkSharp {
  0%,
  100% {
    opacity: 0.2;
  }

  36% {
    opacity: 0.88;
  }

  41% {
    opacity: 0.36;
  }

  74% {
    opacity: 0.68;
  }
}

@keyframes electricImageJitter {
  0%,
  100% {
    filter: saturate(1.08) contrast(1.08) brightness(1);
    transform: translate3d(0, 0, 0) scale(1.08);
  }

  8% {
    filter: saturate(1.55) contrast(1.34) brightness(1.32) hue-rotate(4deg);
    transform: translate3d(-7px, 2px, 0) skewX(-0.45deg) scale(1.105);
  }

  9% {
    filter: saturate(0.72) contrast(1.56) brightness(0.66) hue-rotate(-6deg);
    transform: translate3d(7px, -2px, 0) skewX(0.38deg) scale(1.09);
  }

  10% {
    filter: saturate(1.12) contrast(1.08) brightness(1);
    transform: translate3d(0, 0, 0) scale(1.08);
  }

  19% {
    filter: saturate(1.68) contrast(1.42) brightness(1.44);
    transform: translate3d(4px, -3px, 0) skewY(0.22deg) scale(1.105);
  }

  20% {
    filter: saturate(1.04) contrast(1.08) brightness(0.94);
    transform: translate3d(-2px, 1px, 0) scale(1.085);
  }

  47% {
    filter: saturate(1.8) contrast(1.42) brightness(1.46) hue-rotate(8deg);
    transform: translate3d(8px, 0, 0) skewX(0.52deg) scale(1.11);
  }

  48% {
    filter: saturate(0.68) contrast(1.62) brightness(0.62) hue-rotate(-8deg);
    transform: translate3d(-8px, 3px, 0) skewX(-0.42deg) scale(1.09);
  }

  49% {
    filter: saturate(1.08) contrast(1.08) brightness(1);
    transform: translate3d(0, 0, 0) scale(1.08);
  }

  76% {
    filter: saturate(1.55) contrast(1.34) brightness(1.28);
    transform: translate3d(-5px, -3px, 0) skewY(-0.24deg) scale(1.1);
  }

  77% {
    filter: saturate(1.08) contrast(1.08) brightness(1);
    transform: translate3d(0, 0, 0) scale(1.08);
  }

  88% {
    filter: saturate(1.3) contrast(1.18) brightness(1.18);
    transform: translate3d(3px, 0, 0) scale(1.092);
  }

  89% {
    filter: saturate(1.08) contrast(1.08) brightness(1);
    transform: translate3d(0, 0, 0) scale(1.08);
  }
}

@keyframes electricFrameJitter {
  0%,
  100% {
    opacity: 0.16;
    transform: translate3d(0, 0, 0);
  }

  8% {
    opacity: 0.82;
    transform: translate3d(-4px, 0, 0);
    box-shadow:
      inset 0 0 42px rgba(73, 220, 255, 0.24),
      0 0 46px rgba(73, 220, 255, 0.28),
      0 0 18px rgba(89, 204, 101, 0.26);
  }

  9% {
    opacity: 0.12;
    transform: translate3d(4px, 0, 0);
  }

  47% {
    opacity: 0.92;
    transform: translate3d(5px, 0, 0);
    box-shadow:
      inset 0 0 54px rgba(73, 220, 255, 0.28),
      0 0 58px rgba(73, 220, 255, 0.34),
      0 0 26px rgba(255, 255, 255, 0.16);
  }

  48% {
    opacity: 0.18;
    transform: translate3d(-5px, 1px, 0);
  }

  76% {
    opacity: 0.66;
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes electricMonitorShake {
  0%,
  100% {
    filter: none;
    transform: translateX(-50%) rotateX(7deg);
  }

  8% {
    filter: drop-shadow(0 0 18px rgba(73, 220, 255, 0.22));
    transform: translateX(calc(-50% - 3px)) translateY(1px) rotateX(7deg);
  }

  9% {
    transform: translateX(calc(-50% + 3px)) translateY(-1px) rotateX(7deg);
  }

  10% {
    filter: none;
    transform: translateX(-50%) rotateX(7deg);
  }

  47% {
    filter: drop-shadow(0 0 22px rgba(89, 204, 101, 0.18));
    transform: translateX(calc(-50% + 4px)) rotateX(7deg);
  }

  48% {
    transform: translateX(calc(-50% - 4px)) translateY(1px) rotateX(7deg);
  }

  49% {
    filter: none;
    transform: translateX(-50%) rotateX(7deg);
  }

  76% {
    transform: translateX(calc(-50% - 2px)) translateY(-2px) rotateX(7deg);
  }

  77% {
    transform: translateX(-50%) rotateX(7deg);
  }
}

@keyframes electricTextFlicker {
  0%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  19% {
    opacity: 0.62;
    transform: translate3d(2px, 0, 0);
  }

  20% {
    opacity: 1;
    transform: translate3d(-1px, 0, 0);
  }

  48% {
    opacity: 0.48;
    transform: translate3d(-2px, 1px, 0);
  }

  49% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  88% {
    opacity: 0.78;
  }

  89% {
    opacity: 1;
  }
}

@keyframes monitorCardFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotateX(7deg);
  }

  50% {
    transform: translateX(-50%) translateY(-10px) rotateX(7deg);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.story-preview {
  position: relative;
  width: min(calc(100% - 72px), var(--max-width));
  min-height: 82vh;
  overflow: hidden;
  margin: 135px auto;
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 52% 18%, rgba(89, 204, 101, 0.15), transparent 24%),
    radial-gradient(circle at 84% 64%, rgba(133, 102, 177, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(21, 17, 29, 0.7), rgba(0, 0, 0, 0.46));
  padding: 58px 0 72px;
}

.story-preview::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 20% 34%;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.32;
  pointer-events: none;
}

.story-preview::after {
  position: absolute;
  top: 32%;
  left: 46%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(89, 204, 101, 0.2), rgba(89, 204, 101, 0.05) 38%, transparent 70%);
  content: "";
  filter: blur(22px);
  opacity: 0.72;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.story-preview-copy {
  position: relative;
  z-index: 2;
  padding: 0 58px 28px;
}

.story-preview-copy .section-label {
  color: var(--green);
}

.story-preview-copy h2 {
  max-width: 900px;
  font-size: clamp(46px, 6.4vw, 102px);
  font-weight: 660;
  line-height: 0.9;
  letter-spacing: -0.058em;
  margin: 24px 0 0;
}

.story-carousel {
  position: relative;
  z-index: 2;
}

.story-rail {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 72px 0 82px;
  cursor: grab;
  scroll-behavior: smooth;
  scroll-padding-inline: 34%;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.story-rail::-webkit-scrollbar {
  display: none;
}

.story-rail.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.story-rail::before,
.story-rail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 15%;
  content: "";
  pointer-events: none;
}

.story-rail::before {
  left: 0;
  background: linear-gradient(90deg, rgba(5, 3, 8, 0.88), transparent);
}

.story-rail::after {
  right: 0;
  background: linear-gradient(270deg, rgba(5, 3, 8, 0.88), transparent);
}

.story-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  padding: 0 max(18vw, 180px);
}

.story-poster {
  position: relative;
  flex: 0 0 clamp(390px, 42vw, 680px);
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: #050409;
  box-shadow: 0 24px 82px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0.42;
  outline: 0;
  scroll-snap-align: center;
  transform: scale(0.78);
  transform-origin: center;
  transition:
    border-color 360ms ease,
    filter 360ms ease,
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  user-select: none;
}

.story-poster::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 50% 0%, rgba(89, 204, 101, 0.18), transparent 28%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.story-poster img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.story-poster.is-prev,
.story-poster.is-next {
  opacity: 0.76;
  transform: scale(0.9);
}

.story-poster.is-active {
  z-index: 2;
  border-color: rgba(89, 204, 101, 0.48);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.72),
    0 0 90px rgba(89, 204, 101, 0.24),
    0 0 120px rgba(133, 102, 177, 0.22);
  opacity: 1;
  transform: scale(1.12);
}

.story-poster.is-active::after {
  opacity: 1;
}

.story-poster:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 0 0 3px rgba(89, 204, 101, 0.22),
    0 24px 82px rgba(0, 0, 0, 0.5);
}

.story-control {
  position: absolute;
  top: 52%;
  z-index: 5;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, rgba(89, 204, 101, 0.28), transparent 44%),
    rgba(10, 8, 15, 0.72);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  backdrop-filter: blur(14px);
}

.story-control:hover,
.story-control:focus-visible {
  border-color: rgba(89, 204, 101, 0.62);
  background:
    radial-gradient(circle at 50% 18%, rgba(89, 204, 101, 0.42), transparent 46%),
    rgba(18, 14, 26, 0.86);
  outline: 0;
  transform: translateY(-50%) scale(1.06);
}

.story-control-prev {
  left: 34px;
}

.story-control-next {
  right: 34px;
}

.story-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: -22px;
}

.story-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transition: background 220ms ease, transform 220ms ease, width 220ms ease;
}

.story-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(89, 204, 101, 0.42);
}

.contact {
  width: min(calc(100% - 72px), var(--max-width));
  margin: 130px auto 80px;
}

.contact-tv {
  position: relative;
  isolation: isolate;
}

.contact-tv-frame {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(38, 31, 52, 0.94), rgba(8, 6, 12, 0.98));
  box-shadow:
    0 48px 140px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.82),
    0 0 90px rgba(89, 204, 101, 0.12);
  padding: 22px 82px 22px 22px;
  overflow: hidden;
}

.contact-tv-frame::before {
  position: absolute;
  inset: 18px 78px 18px 18px;
  border: 1px solid rgba(89, 204, 101, 0.18);
  border-radius: 24px;
  box-shadow:
    0 0 28px rgba(89, 204, 101, 0.16),
    inset 0 0 44px rgba(89, 204, 101, 0.08);
  content: "";
  pointer-events: none;
}

.contact-tv-screen {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 72% 16%, rgba(89, 204, 101, 0.18), transparent 28%),
    radial-gradient(circle at 20% 20%, rgba(133, 102, 177, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(26, 20, 37, 0.92), rgba(2, 2, 4, 0.96));
  box-shadow:
    inset 0 0 80px rgba(0, 0, 0, 0.74),
    inset 0 0 18px rgba(255, 255, 255, 0.1);
}

.contact-tv-screen::before,
.contact-tv-screen::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.contact-tv-screen::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 204, 101, 0.06) 1px, transparent 1px);
  background-size: 100% 8px, 92px 100%;
  mix-blend-mode: screen;
  opacity: 0.42;
}

.contact-tv-screen::after {
  background:
    radial-gradient(ellipse at center, transparent 54%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(90deg, rgba(255, 0, 110, 0.08), transparent 28%, transparent 72%, rgba(65, 224, 255, 0.08));
  opacity: 0.9;
}

.contact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  min-height: 520px;
  padding: 0;
  text-align: left;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 56px;
}

.contact-copy .section-label {
  color: var(--green);
  text-shadow: 0 0 18px rgba(89, 204, 101, 0.35);
}

.contact h2 {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(58px, 7.4vw, 118px);
  font-weight: 650;
  line-height: 0.88;
  letter-spacing: -0.065em;
  margin: 24px 0 24px;
  text-shadow:
    2px 0 rgba(65, 224, 255, 0.18),
    -2px 0 rgba(255, 0, 110, 0.12),
    0 0 28px rgba(255, 255, 255, 0.08);
}

.contact p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  font-weight: 560;
  line-height: 1.26;
  margin: 0;
}

.contact-table {
  display: grid;
  align-content: end;
  grid-template-columns: 0.54fr 1fr;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.18));
}

.contact-table span,
.contact-table a,
.contact-table strong {
  min-height: 108px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 560;
  padding: 40px 34px;
}

.contact-table span {
  color: rgba(255, 255, 255, 0.54);
}

.contact-table a,
.contact-table strong {
  font-weight: 650;
  text-shadow: 0 0 18px rgba(89, 204, 101, 0.2);
}

.contact-tv-controls {
  position: absolute;
  top: 54px;
  right: 28px;
  display: grid;
  gap: 16px;
}

.contact-tv-controls span {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.9), rgba(89, 204, 101, 0.62) 24%, rgba(20, 16, 28, 0.95) 58%);
  box-shadow:
    0 0 22px rgba(89, 204, 101, 0.38),
    inset 0 0 10px rgba(0, 0, 0, 0.62);
}

.contact-tv-controls span:nth-child(2) {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.8), rgba(65, 224, 255, 0.58) 24%, rgba(20, 16, 28, 0.95) 58%);
  box-shadow:
    0 0 20px rgba(65, 224, 255, 0.34),
    inset 0 0 10px rgba(0, 0, 0, 0.62);
}

.contact-tv-controls span:nth-child(3) {
  width: 24px;
  height: 86px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(89, 204, 101, 0.14)),
    rgba(9, 7, 13, 0.98);
  box-shadow:
    inset 0 0 12px rgba(0, 0, 0, 0.72),
    0 0 18px rgba(89, 204, 101, 0.18);
}

.site-footer {
  display: grid;
  width: min(calc(100% - 72px), var(--max-width));
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  padding: 25px 0 40px;
}

.site-footer span:nth-child(2) {
  justify-self: center;
}

.site-footer a {
  justify-self: end;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    justify-self: end;
  }

  .hero-content {
    width: min(880px, 78vw);
  }

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

  .why-intro {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cinema-stage {
    min-height: 1000px;
  }

  .monitor {
    top: 120px;
    width: 82%;
  }

  .insight-card {
    width: min(430px, 40%);
  }

  .insight-mobile {
    top: 92px;
    left: 40px;
  }

  .insight-speed {
    top: 620px;
    right: auto;
    left: 42px;
  }

  .insight-signal {
    top: 640px;
    right: 40px;
    left: auto;
  }

  .about-header {
    min-height: 360px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-title {
    max-width: 860px;
  }

  .about-title-line-two {
    justify-self: start;
    transform: translateX(18%);
  }

  .about-title-line-four {
    transform: translateX(0);
  }

  .about-title-line-five {
    transform: translateX(28%);
  }

  .about-body {
    min-height: auto;
  }

}

@media (max-width: 820px) {
  .site-header {
    padding: 18px 20px;
  }

  .nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 100px;
    background: rgba(133, 102, 177, 0.32);
    cursor: pointer;
  }

  .nav-toggle span {
    width: 17px;
    height: 1px;
    background: var(--white);
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 16px;
    border-radius: 22px;
    padding: 10px 16px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    justify-content: flex-start;
    min-height: 42px;
    padding: 0;
  }

  .header-contact {
    display: none;
  }

  .hero {
    padding: 72px 16px 32px;
  }

  .hero-shell {
    min-height: 760px;
  }

  .hero-content {
    right: 24px;
    bottom: 132px;
    left: 24px;
    width: auto;
  }

  .hero-copy {
    width: min(100%, 560px);
  }

  .hero-art {
    object-position: 60% center;
  }

  .section-block,
  .about-us,
  .why-cinema,
  .story-preview,
  .contact,
  .site-footer {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .section-block {
    min-height: auto;
    padding: 96px 0;
  }

  .statement h2 {
    font-size: 48px;
  }

  .about-header,
  .about-body {
    min-height: auto;
    padding: 30px;
  }

  .about-title,
  .about-header h2:not(.about-title) {
    margin-top: 96px;
  }

  .about-title {
    line-height: 0.84;
    letter-spacing: -0.06em;
  }

  .about-title-line-one {
    font-size: clamp(60px, 18vw, 96px);
  }

  .about-title-line-two {
    margin-top: 8px;
    font-size: clamp(38px, 11vw, 68px);
    transform: translateX(9%);
  }

  .about-title-line-three {
    justify-self: end;
    margin-top: 10px;
    font-size: clamp(30px, 8vw, 48px);
  }

  .about-title-line-four {
    font-size: clamp(50px, 15vw, 86px);
    transform: translateX(0);
  }

  .about-title-line-five {
    font-size: clamp(52px, 15vw, 86px);
    transform: translateX(18%);
  }

  .about-body p {
    font-size: 18px;
  }

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

  .about-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 30px;
  }

  .about-card:last-child {
    border-bottom: 0;
  }

  .about-card h3 {
    margin-top: 54px;
  }

  .why-cinema {
    margin-top: 90px;
  }

  .why-intro {
    gap: 24px;
    padding: 34px 28px;
  }

  .why-intro h2 {
    font-size: 48px;
  }

  .why-intro p {
    margin-top: 6px;
    font-size: 17px;
    padding-left: 18px;
  }

  .cinema-stage {
    min-height: auto;
    overflow: visible;
    border-radius: 28px;
    padding: 22px;
  }

  .monitor {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    animation: none;
    transform: none;
  }

  .insight-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 16px;
  }

  .screen-statement {
    left: 12px;
    bottom: 12px;
    font-size: 10px;
    padding: 6px 9px;
  }

  .story-preview {
    margin: 90px auto;
    border-radius: 28px;
    padding: 34px 0 44px;
  }

  .story-preview-copy {
    padding: 0 28px 12px;
  }

  .story-preview-copy h2 {
    max-width: 620px;
    font-size: 44px;
  }

  .story-rail {
    padding: 42px 0 38px;
    scroll-padding-inline: 24%;
  }

  .story-rail::-webkit-scrollbar {
    display: none;
  }

  .story-rail::before,
  .story-rail::after {
    display: none;
  }

  .story-track {
    gap: 16px;
    padding: 0 22vw;
  }

  .story-poster {
    flex-basis: min(78vw, 520px);
    border-radius: 18px;
    opacity: 0.52;
    transform: scale(0.9);
  }

  .story-poster.is-prev,
  .story-poster.is-next {
    opacity: 0.78;
    transform: scale(0.96);
  }

  .story-poster.is-active {
    transform: scale(1.03);
  }

  .story-control {
    top: auto;
    bottom: 24px;
    width: 44px;
    height: 44px;
    font-size: 20px;
    transform: none;
  }

  .story-control:hover,
  .story-control:focus-visible {
    transform: scale(1.04);
  }

  .story-control-prev {
    left: 28px;
  }

  .story-control-next {
    right: 28px;
  }

  .story-dots {
    margin-top: 0;
  }

  .contact {
    margin-top: 90px;
  }

  .contact-tv-frame {
    border-radius: 28px;
    padding: 16px 16px 58px;
  }

  .contact-tv-frame::before {
    inset: 14px;
    border-radius: 20px;
  }

  .contact-tv-screen {
    min-height: auto;
    border-radius: 20px;
  }

  .contact-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .contact-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 34px 28px;
  }

  .contact h2 {
    font-size: 54px;
  }

  .contact p {
    font-size: 16px;
  }

  .contact-table {
    grid-template-columns: 1fr;
  }

  .contact-table span {
    min-height: auto;
    border-bottom: 0;
    padding: 24px 28px 4px;
  }

  .contact-table a,
  .contact-table strong {
    min-height: auto;
    padding: 0 28px 24px;
  }

  .contact-tv-controls {
    top: auto;
    right: 24px;
    bottom: 18px;
    grid-auto-flow: column;
    gap: 12px;
  }

  .contact-tv-controls span {
    width: 16px;
    height: 16px;
  }

  .contact-tv-controls span:nth-child(3) {
    width: 54px;
    height: 16px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-footer span:nth-child(2),
  .site-footer a {
    justify-self: start;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 62px;
  }

  .hero-shell {
    min-height: 690px;
  }

  .story-preview-copy h2 {
    font-size: 38px;
  }

  .contact-tv-frame {
    padding: 12px 12px 52px;
  }

  .contact h2 {
    font-size: 42px;
  }

  .contact-copy,
  .contact-table span,
  .contact-table a,
  .contact-table strong {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-intro h2 {
    font-size: 40px;
  }

  .insight-card h3 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
