.motion-field {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.48;
  z-index: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header);
  padding: 0 clamp(1rem, 4vw, 3rem);
  background: linear-gradient(180deg, rgba(7, 10, 21, 0.9), rgba(7, 10, 21, 0.36));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-word {
  display: inline-flex;
  align-items: center;
  gap: 0.02em;
  font-size: 1rem;
  line-height: 1;
}

.brand-letter {
  display: inline-block;
  -webkit-text-stroke: 0.02em rgba(255, 255, 255, 0.12);
}

.brand-m {
  background: linear-gradient(135deg, #4453ff 10%, #6c20ff 58%, #ff2daa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-v {
  background: linear-gradient(135deg, #5658ff 0%, var(--cyan) 56%, #59e6b5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-i {
  color: #9dffe4;
}

.brand-s,
.brand-u {
  color: #fff5df;
}

.brand-t {
  background: linear-gradient(180deg, var(--yellow) 0%, var(--orange) 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-o {
  position: relative;
  display: inline-block;
  width: 0.86em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 140deg, #4d4fff, #7421ff, var(--magenta), #ff4d18, var(--orange), #ff2daa, #4d4fff);
  box-shadow: 0 0 0.45rem rgba(255, 45, 170, 0.26);
}

.brand-o::before {
  position: absolute;
  inset: 22%;
  content: "";
  border-radius: 50%;
  background: #070a15;
}

.brand-o span {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-top: 0.13em solid transparent;
  border-bottom: 0.13em solid transparent;
  border-left: 0.2em solid #fff7e8;
  transform: translate(-50%, -50%);
}

.brand-mark {
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 140deg, var(--orange), var(--yellow), var(--cyan), var(--magenta), var(--orange));
  box-shadow: 0 0 28px rgba(0, 213, 255, 0.25);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 0.45rem 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--orange), var(--cyan), var(--magenta), var(--yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.section-band {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 4vw, 3rem);
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.hero {
  display: grid;
  min-height: 100svh;
  padding-top: var(--header);
  overflow: hidden;
  place-items: center;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 10, 21, 0.35), rgba(7, 10, 21, 0.88)),
    radial-gradient(circle at 50% 48%, rgba(7, 10, 21, 0.18), rgba(7, 10, 21, 0.78) 58%),
    url("../assets/images/movistu-headline-reference.png") center / cover no-repeat;
  opacity: 0.42;
  filter: saturate(1.08) contrast(1.04);
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 22vh;
  content: "";
  background: linear-gradient(0deg, var(--bg) 0%, rgba(7, 10, 21, 0) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(100%, 980px);
  text-align: center;
}

.hero h1 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(4.4rem, 15vw, 13.5rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow:
    0 0 32px rgba(255, 255, 255, 0.2),
    0 0 72px rgba(0, 213, 255, 0.22);
}

.movistu-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.02em, 0.55vw, 0.08em);
}

.movistu-title .letter {
  display: inline-block;
  color: var(--text);
  -webkit-text-stroke: 0.012em rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0 0 0.12em rgba(255, 255, 255, 0.18));
}

.letter-m {
  background: linear-gradient(135deg, #4453ff 10%, #6c20ff 58%, #ff2daa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.letter-v {
  background: linear-gradient(135deg, #5658ff 0%, var(--cyan) 56%, #59e6b5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.letter-i {
  background: linear-gradient(180deg, #54ffd3 0%, #d8ffec 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.letter-s,
.letter-u {
  color: #fff5df;
  text-shadow:
    0 0 0.08em rgba(255, 255, 255, 0.28),
    0.02em 0.03em 0 rgba(255, 138, 0, 0.18);
}

.letter-t {
  background: linear-gradient(180deg, var(--yellow) 0%, var(--orange) 72%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.letter-o {
  position: relative;
  width: 0.82em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 140deg, #4d4fff, #7421ff, var(--magenta), #ff4d18, var(--orange), #ff2daa, #4d4fff);
  box-shadow:
    inset 0 0 0 0.045em rgba(255, 255, 255, 0.08),
    0 0 0.18em rgba(255, 45, 170, 0.35),
    0 0 0.34em rgba(255, 138, 0, 0.22);
}

.letter-o::before {
  position: absolute;
  inset: 21%;
  content: "";
  border-radius: 50%;
  background: #070a15;
  box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.65);
}

.letter-o span {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-top: 0.14em solid transparent;
  border-bottom: 0.14em solid transparent;
  border-left: 0.22em solid #fff7e8;
  filter: drop-shadow(0 0 0.08em rgba(255, 255, 255, 0.24));
  transform: translate(-50%, -50%);
}

.hero-claim {
  width: min(100%, 760px);
  margin: clamp(1rem, 2vw, 1.7rem) auto 0;
  color: var(--muted);
  font-size: clamp(1.2rem, 2.6vw, 2rem);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.stream {
  position: absolute;
  width: min(76vw, 760px);
  height: 16vh;
  min-height: 110px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.8;
  mix-blend-mode: screen;
}

.stream-orange {
  top: 18%;
  left: -14%;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  transform: rotate(18deg);
}

.stream-cyan {
  top: 22%;
  right: -12%;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  transform: rotate(-20deg);
}

.stream-magenta {
  bottom: 24%;
  left: -16%;
  background: linear-gradient(90deg, transparent, var(--magenta), transparent);
  transform: rotate(-15deg);
}

.stream-yellow {
  right: -12%;
  bottom: 18%;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
  transform: rotate(15deg);
}

.studio-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(54vw, 520px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  opacity: 0.45;
}

.studio-core span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.studio-core span:nth-child(2) {
  inset: 15%;
}

.studio-core span:nth-child(3) {
  inset: 30%;
}

.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 4;
  width: 1.6rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue::after {
  position: absolute;
  top: 0.55rem;
  left: 50%;
  width: 0.36rem;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: var(--text);
  transform: translateX(-50%);
}

.intro,
.process-learning,
.references,
.timeline-section,
.contact {
  background: linear-gradient(180deg, rgba(13, 18, 36, 0.72), rgba(7, 10, 21, 0.78));
}

.section-kicker {
  align-self: start;
  color: transparent;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2rem, 8vw, 6.5rem);
  font-weight: 700;
  line-height: 0.9;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
}

h2,
h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.98;
}

h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

p {
  color: var(--muted);
}

.intro-copy p,
.tech-section p,
.contact-copy p {
  max-width: 720px;
  font-size: clamp(1rem, 1.45vw, 1.24rem);
}

.section-heading {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.references {
  padding-top: clamp(3rem, 6vw, 5rem);
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

.references-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 1rem;
}

.references-header h2 {
  font-size: clamp(1.8rem, 4vw, 3.6rem);
}

.references-header p:last-child {
  margin: 0;
  max-width: 42rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillar-grid,
.reference-grid,
.example-grid,
.stats {
  display: grid;
  gap: 1rem;
}

.reference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.example-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer span:first-child {
  color: var(--text);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
}

@media (max-width: 980px) {
  .two-column,
  .references-header,
  .reference-grid,
  .pillar-grid,
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .example-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-nav {
    position: fixed;
    top: var(--header);
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.3rem;
    padding: 1rem;
    background: rgba(7, 10, 21, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(-1rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-grid;
    width: 2.6rem;
    aspect-ratio: 1;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
    place-content: center;
    gap: 0.33rem;
  }

  .nav-toggle span {
    display: block;
    width: 1.15rem;
    height: 2px;
    background: var(--text);
  }

  .two-column,
  .references-header,
  .reference-grid,
  .pillar-grid,
  .example-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 94svh;
  }

  .hero h1 {
    font-size: clamp(4rem, 20vw, 7rem);
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .movistu-title {
    gap: 0;
  }
}
