:root {
  color-scheme: dark;
  --ink: #03090c;
  --panel: #071318;
  --cyan: #83eff0;
  --cyan-hot: #c4ffff;
  --gold: #e4bf79;
  --gold-soft: #8d7045;
  --text: #edf8f6;
  --muted: #8ea8aa;
  --line: rgba(141, 220, 219, 0.18);
  --display: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
}
a {
  color: inherit;
  text-decoration: none;
}
.skip-link {
  position: fixed;
  z-index: 99;
  top: -80px;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--cyan);
  color: #021013;
}
.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.site-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.77rem;
}
.site-mark b {
  color: var(--gold);
  font-weight: 600;
}
.site-mark-glyph {
  width: 31px;
  height: 31px;
  position: relative;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--gold-soft);
  transform: rotate(45deg);
}
.site-mark-glyph::before,
.site-mark-glyph::after,
.site-mark-glyph i {
  content: '';
  position: absolute;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(131, 239, 240, 0.7);
}
.site-mark-glyph::before {
  width: 1px;
  height: 19px;
}
.site-mark-glyph::after {
  width: 19px;
  height: 1px;
}
.site-mark-glyph i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.site-header nav {
  display: flex;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  align-items: center;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #abc0c1;
}
.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--cyan-hot);
}
.site-header .header-launch {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(228, 191, 121, 0.45);
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-media,
.hero-media video,
.hero-fallback,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media {
  z-index: -1;
  background: #02080b;
}
.hero-media video,
.hero-fallback {
  object-fit: cover;
  object-position: 63% center;
}
.hero-fallback {
  background: url('/media/vfx-studios-clean-plate.png') 63% center / cover no-repeat;
  opacity: 0;
}
.intro-fallback .hero-fallback {
  opacity: 1;
}
.intro-fallback .hero-media video {
  opacity: 0;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 11, 0.98) 0%,
      rgba(2, 8, 11, 0.88) 27%,
      rgba(2, 8, 11, 0.32) 58%,
      rgba(2, 8, 11, 0.1) 75%
    ),
    linear-gradient(0deg, rgba(2, 8, 11, 0.86), transparent 35%);
}
.hero-copy {
  width: min(720px, 92vw);
  padding: 8rem 0 7rem clamp(1.25rem, 8vw, 8.75rem);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.35rem;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 35px;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold-soft);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  max-width: 670px;
  margin-bottom: 0.3rem;
  font: 400 clamp(4.2rem, 9vw, 8.4rem)/0.82 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.045em;
  text-shadow: 0 0 35px rgba(86, 213, 219, 0.13);
}
h1 em {
  display: block;
  margin-left: 0.055em;
  color: var(--gold);
  font-style: normal;
  font-size: 0.6em;
  letter-spacing: 0.18em;
}
.hero-tagline {
  margin: 1.55rem 0 0.8rem;
  font: 400 clamp(1rem, 1.8vw, 1.45rem)/1.3 var(--display);
  color: var(--cyan-hot);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.hero-summary {
  max-width: 590px;
  color: #a9bdbd;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 0 1.5rem;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 750;
  transition: 0.2s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button-primary {
  background: linear-gradient(105deg, #aeeeed, #d7ffff);
  color: #041315;
  box-shadow: 0 0 32px rgba(88, 224, 227, 0.18);
}
.button-secondary {
  border-color: rgba(228, 191, 121, 0.45);
  color: var(--gold);
  background: rgba(7, 19, 24, 0.52);
  backdrop-filter: blur(8px);
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2.4rem;
  color: #718d90;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.hero-proof span {
  padding-left: 1rem;
  border-left: 1px solid rgba(228, 191, 121, 0.3);
}
.hero-proof b {
  color: #c8dcda;
  font-weight: 700;
}
.scroll-cue {
  position: absolute;
  right: 3rem;
  bottom: 2.2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #729094;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.61rem;
}
.scroll-cue span {
  width: 35px;
  height: 1px;
  background: var(--cyan);
}
.energy-reticle {
  position: absolute;
  right: 22.5%;
  top: 50%;
  width: min(45vw, 620px);
  aspect-ratio: 1;
  translate: 50% -50%;
  opacity: 0.3;
}
.energy-reticle span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(179, 255, 255, 0.25);
  border-radius: 50%;
}
.energy-reticle span:nth-child(2) {
  inset: 16%;
  border-color: rgba(228, 191, 121, 0.27);
}
.energy-reticle span:nth-child(3) {
  inset: 42%;
  border-color: rgba(210, 255, 255, 0.5);
  box-shadow: 0 0 35px rgba(116, 245, 247, 0.2);
}

.signal-strip {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem clamp(1.25rem, 8vw, 8.75rem);
  border-block: 1px solid var(--line);
  background: #061115;
}
.signal-strip p {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.65rem;
}
.signal-strip ol {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 4vw, 4rem);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: stage;
  color: #769092;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.signal-strip li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.signal-strip li::before {
  counter-increment: stage;
  content: '0' counter(stage);
  color: var(--cyan);
  font: 400 0.65rem var(--display);
}

.section-shell {
  max-width: 1500px;
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 8vw, 8.75rem);
}
.features {
  padding-block: clamp(6rem, 10vw, 10rem);
  background: radial-gradient(circle at 68% 0, rgba(33, 119, 124, 0.12), transparent 35%);
}
.section-intro {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.7fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}
.section-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}
h2 {
  max-width: 780px;
  margin-bottom: 0;
  font: 400 clamp(2.5rem, 5vw, 5rem)/1 var(--display);
  letter-spacing: -0.03em;
}
.section-intro > p:last-child,
.workflow-copy > p,
.final-cta p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.feature-card {
  position: relative;
  min-height: 310px;
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(9, 27, 33, 0.7), rgba(4, 12, 15, 0.25));
  overflow: hidden;
}
.feature-card-wide {
  grid-column: span 2;
}
.feature-index {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: #516c6e;
  font: 0.72rem var(--display);
  letter-spacing: 0.14em;
}
.feature-icon {
  width: 76px;
  height: 76px;
  position: relative;
  display: grid;
  place-items: center;
  margin: 1rem 0 2.6rem;
}
.feature-icon::before,
.feature-icon::after,
.feature-icon i {
  content: '';
  position: absolute;
  border: 1px solid rgba(116, 239, 241, 0.5);
  border-radius: 50%;
}
.feature-icon::before {
  inset: 8px;
  box-shadow: 0 0 24px rgba(88, 224, 227, 0.12);
}
.feature-icon::after {
  inset: 21px;
  border-color: rgba(228, 191, 121, 0.65);
}
.feature-icon i {
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border: 0;
  box-shadow: 0 0 14px var(--cyan);
}
.feature-models::before {
  border-radius: 4px;
  transform: rotate(45deg);
}
.feature-audio::before {
  border-radius: 50% 0;
  transform: rotate(45deg);
}
.feature-test::after {
  border-radius: 0;
  border-width: 0 0 1px 1px;
  transform: rotate(225deg);
}
.feature-gallery::before {
  border-radius: 0;
  box-shadow:
    inset 12px 0 rgba(116, 239, 241, 0.05),
    inset -12px 0 rgba(116, 239, 241, 0.05);
}
.feature-world::before {
  border-radius: 0;
  transform: rotate(30deg) skew(-10deg);
}
.feature-card h3 {
  margin-bottom: 0.8rem;
  font: 400 1.7rem var(--display);
  color: #dceceb;
}
.feature-card p {
  max-width: 420px;
  color: #80999b;
  line-height: 1.65;
  font-size: 0.9rem;
}
.feature-note {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.58rem;
}

.workflow {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding-block: 7rem;
  border-top: 1px solid var(--line);
}
.workflow-visual {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(57, 209, 215, 0.1), transparent 56%),
    linear-gradient(rgba(42, 128, 135, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 128, 135, 0.09) 1px, transparent 1px);
  background-size:
    auto,
    42px 42px,
    42px 42px;
  border: 1px solid var(--line);
  perspective: 900px;
  overflow: hidden;
}
.orb {
  width: 230px;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}
.orb i {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(127, 241, 243, 0.5);
  border-radius: 50%;
  transform: rotateX(68deg);
  box-shadow: 0 0 28px rgba(77, 221, 224, 0.1);
}
.orb i:nth-child(2) {
  transform: rotateY(65deg) rotateZ(30deg);
  border-color: rgba(228, 191, 121, 0.55);
}
.orb i:nth-child(3) {
  transform: rotateY(65deg) rotateZ(-30deg);
}
.orb span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #eaffff;
  box-shadow: 0 0 30px 12px rgba(90, 239, 241, 0.32);
}
.workflow-node {
  position: absolute;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(228, 191, 121, 0.33);
  background: rgba(3, 12, 15, 0.85);
  color: var(--gold);
  font-size: 0.61rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.node-a {
  top: 17%;
  left: 10%;
}
.node-b {
  top: 66%;
  left: 15%;
}
.node-c {
  top: 22%;
  right: 10%;
}
.workflow-copy h2 {
  margin-bottom: 1.7rem;
}
.workflow-copy ul {
  padding: 0;
  margin: 2.4rem 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.workflow-copy li {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  color: #bfd0ce;
}
.workflow-copy li span {
  color: var(--cyan);
  font: 0.75rem var(--display);
}
.text-link {
  color: var(--gold);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.text-link span {
  margin-left: 0.7rem;
}
.final-cta {
  min-height: 360px;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 80% 50%, rgba(40, 189, 194, 0.1), transparent 28%);
}
.final-cta h2 {
  margin-bottom: 1rem;
}
footer {
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem clamp(1.25rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  color: #587174;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
footer p {
  margin: 0;
}
footer p:last-child {
  margin-left: auto;
}

@media (prefers-reduced-motion: no-preference) {
  .energy-reticle span:first-child {
    animation: spin 30s linear infinite;
  }
  .energy-reticle span:nth-child(2) {
    animation: spin 22s linear infinite reverse;
  }
  .orb i:first-child {
    animation: orbit-a 9s linear infinite;
  }
  .orb i:nth-child(2) {
    animation: orbit-b 12s linear infinite;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes orbit-a {
  to {
    transform: rotateX(68deg) rotateZ(1turn);
  }
}
@keyframes orbit-b {
  to {
    transform: rotateY(65deg) rotateZ(390deg);
  }
}

@media (max-width: 900px) {
  .site-header nav > a:not(.header-launch) {
    display: none;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 8, 11, 0.96), rgba(2, 8, 11, 0.48)),
      linear-gradient(0deg, rgba(2, 8, 11, 0.9), transparent 45%);
  }
  .hero-copy {
    padding-left: clamp(1.25rem, 6vw, 4rem);
  }
  .energy-reticle {
    right: 8%;
    opacity: 0.2;
  }
  .section-intro,
  .workflow {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .workflow-visual {
    min-height: 420px;
    order: 2;
  }
  .final-cta {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .site-header {
    height: 68px;
    padding-inline: 1rem;
  }
  .site-header .header-launch {
    padding: 0.65rem 0.75rem;
  }
  .site-header .site-mark > span:last-child {
    display: none;
  }
  .hero {
    min-height: 820px;
  }
  .hero-copy {
    align-self: end;
    padding: 7rem 1.2rem 8rem;
  }
  h1 {
    font-size: clamp(3.7rem, 20vw, 5.8rem);
  }
  .hero-summary {
    max-width: 95%;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-proof {
    gap: 0.75rem;
  }
  .hero-proof span {
    width: 100%;
  }
  .scroll-cue {
    right: 1.2rem;
  }
  .signal-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .signal-strip ol {
    gap: 0.8rem 1.4rem;
  }
  .section-intro {
    gap: 1.5rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card,
  .feature-card-wide {
    grid-column: span 1;
    min-height: 280px;
  }
  .workflow-visual {
    min-height: 340px;
  }
  .orb {
    width: 175px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
  footer p:last-child {
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero-media video {
    display: none;
  }
  .hero-fallback {
    opacity: 1;
  }
}
