/* VQX Official Website */
:root {
  --bg: #050505;
  --panel: #0a0a0a;
  --panel-2: #111;
  --text: #f3f3ef;
  --muted: #8d8d87;
  --line: rgba(255,255,255,.12);
  --green: #b7ff00;
  --green-dim: rgba(183,255,0,.18);
  --max: 1400px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 68% 8%, rgba(183,255,0,.07), transparent 24rem),
    var(--bg);
  font-family: "Inter", Arial, sans-serif;
  overflow-x: hidden;
}

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

img { max-width: 100%; }

.mono { font-family: "Space Mono", monospace; }

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .035;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.scanlines {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  opacity: .07;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 3px,
    rgba(255,255,255,.1) 4px
  );
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 78px;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}

.site-header.scrolled {
  backdrop-filter: blur(16px);
  background: rgba(5,5,5,.78);
  border-bottom-color: var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .16em;
}

.brand-mark {
  width: 28px;
  height: 28px;
}

.nav {
  margin-left: auto;
  display: flex;
  gap: 36px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

.nav a {
  opacity: .7;
  transition: .2s ease;
}

.nav a:hover {
  opacity: 1;
  color: var(--green);
}

.menu-toggle { display: none; }

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

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  position: relative;
  padding-top: 96px;
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 16% 0 8%;
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 76%, transparent);
  opacity: .23;
  pointer-events: none;
}

.hero-copy,
.hero-art { position: relative; z-index: 2; }

.eyebrow {
  color: var(--green);
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(100px, 15vw, 260px);
  line-height: .76;
  letter-spacing: -.08em;
  margin: 24px 0 38px;
  font-weight: 900;
}

.glitch {
  position: relative;
  display: inline-block;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.glitch:hover::before {
  opacity: .85;
  color: var(--green);
  transform: translate(6px, -2px);
  clip-path: polygon(0 18%, 100% 18%, 100% 42%, 0 42%);
}

.glitch:hover::after {
  opacity: .75;
  color: white;
  transform: translate(-6px, 3px);
  clip-path: polygon(0 58%, 100% 58%, 100% 77%, 0 77%);
}

.hero-tagline {
  font-size: clamp(24px, 2.7vw, 44px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 800;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.button {
  min-width: 190px;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  transition: .22s ease;
}

.button-primary {
  background: var(--green);
  color: #050505;
  border-color: var(--green);
}

.button-primary:hover { box-shadow: 0 0 35px var(--green-dim); }

.button-ghost:hover {
  color: var(--green);
  border-color: var(--green);
}

.hero-art {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.portrait-frame {
  width: min(510px, 88%);
  aspect-ratio: .74;
  border: 1px solid var(--line);
  padding: 12px;
  transform: rotate(1.2deg);
  box-shadow: 0 0 70px rgba(183,255,0,.055);
  background: #080808;
}

.portrait-placeholder {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 14px;
  background:
    linear-gradient(to top, rgba(5,5,5,.9), rgba(5,5,5,.15)),
    url("assets/hero.jpg") center / cover no-repeat,
    linear-gradient(145deg, #181818, #050505);
}

.portrait-placeholder::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 8px;
  top: 32%;
  left: -10%;
  background: var(--green);
  opacity: .4;
  filter: blur(5px);
  transform: rotate(-10deg);
}

.portrait-logo {
  width: 100px;
  margin: 0 auto;
  filter: drop-shadow(0 0 18px rgba(183,255,0,.35));
}

.portrait-placeholder small {
  color: var(--muted);
  font-size: 11px;
}

.corner-code {
  position: absolute;
  right: -2px;
  bottom: 1%;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 0;
  font-size: 10px;
  color: var(--muted);
}

.release,
.video-section,
.about,
.visuals,
.connect {
  padding: clamp(100px, 12vw, 180px) 0;
}

.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 60px;
}

.section-heading.compact { margin-bottom: 32px; }

.section-number {
  color: var(--green);
  font-size: 11px;
  padding-top: 9px;
}

.section-heading h2,
.about h2,
.connect h2 {
  margin: 4px 0 0;
  font-size: clamp(46px, 7vw, 104px);
  line-height: .9;
  letter-spacing: -.055em;
}

.release-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.cover-wrap { display: flex; justify-content: center; }

.cover-card {
  width: min(520px, 100%);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 45%, rgba(183,255,0,.16), transparent 24%),
    #080808;
  position: relative;
  display: grid;
  place-content: center;
  overflow: hidden;
}

.cover-card::before,
.cover-card::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  height: 1px;
  background: rgba(183,255,0,.55);
}

.cover-card::before { top: 31%; transform: rotate(-8deg); }
.cover-card::after { bottom: 28%; transform: rotate(6deg); }

.cover-logo {
  width: clamp(120px, 18vw, 220px);
  filter: drop-shadow(0 0 35px rgba(183,255,0,.28));
}

.cover-title {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.cover-title span {
  font-weight: 800;
  letter-spacing: .2em;
}

.cover-title strong {
  font-size: clamp(34px, 5vw, 70px);
  line-height: .8;
  letter-spacing: -.06em;
}

.release-info { max-width: 690px; }

.release-quote {
  font-size: clamp(30px, 4vw, 62px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 700;
  margin: 0 0 30px;
}

.release-info > p:not(.release-quote) {
  color: #b7b7b0;
  font-size: 17px;
  line-height: 1.75;
}

.platform-links {
  border-top: 1px solid var(--line);
  margin-top: 38px;
}

.platform {
  display: flex;
  justify-content: space-between;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.platform:hover { color: var(--green); }

.release-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 9px;
}

.video-frame {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: #080808;
  overflow: hidden;
  position: relative;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 16px;
  background:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.8)),
    linear-gradient(135deg, #141414, #050505);
}

.video-placeholder img {
  width: 92px;
  margin: 0 auto;
}

.video-placeholder p {
  font-size: clamp(28px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -.055em;
  margin: 0;
}

.video-placeholder span {
  color: var(--muted);
  font-size: 10px;
}

.youtube-embed,
.youtube-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(50px, 9vw, 140px);
  align-items: center;
}

.about .lead {
  font-size: clamp(23px, 2.4vw, 36px);
  line-height: 1.22;
  letter-spacing: -.03em;
  color: white;
  max-width: 760px;
}

.about-copy > p:not(.eyebrow):not(.lead) {
  color: #aaa;
  line-height: 1.8;
  max-width: 680px;
}

.signature {
  display: inline-block;
  margin-top: 28px;
  padding: 11px 14px;
  border: 1px solid var(--green);
  color: var(--green);
  font-size: 10px;
}

.data-card {
  border: 1px solid var(--line);
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(183,255,0,.05), transparent 35%),
    #090909;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.data-card .label {
  color: var(--green);
  font-size: 10px;
}

.data-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: .1em;
}

.data-row:first-of-type { margin-top: 36px; }
.data-row span { color: var(--muted); }
.data-row b { text-align: right; }
.green { color: var(--green); }

.data-logo {
  width: 190px;
  position: absolute;
  right: -26px;
  bottom: -18px;
  opacity: .34;
  transform: rotate(-10deg);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 14px;
}

.gallery-card {
  grid-column: span 4;
  grid-row: span 2;
  border: 1px solid var(--line);
  position: relative;
  background:
    linear-gradient(to top, rgba(0,0,0,.75), transparent 45%),
    var(--photo) center / cover no-repeat,
    linear-gradient(145deg, #141414, #080808);
  overflow: hidden;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  transition: .2s ease;
}

.gallery-card:hover::after {
  border-color: var(--green);
  box-shadow: inset 0 0 40px rgba(183,255,0,.07);
}

.gallery-card span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 9px;
  letter-spacing: .1em;
}

.gallery-card.tall {
  grid-column: span 5;
  grid-row: span 4;
}

.gallery-card.wide {
  grid-column: span 7;
  grid-row: span 2;
}

.gallery-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 9px;
}

.connect {
  min-height: 78vh;
  display: grid;
  place-content: center;
  text-align: center;
}

.connect-inner { max-width: 1000px; }

.connect-logo {
  width: 72px;
  margin-bottom: 24px;
}

.connect h2 { font-size: clamp(56px, 10vw, 150px); }

.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-top: 48px;
}

.social-links a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  border-bottom: 1px solid var(--line);
  padding-bottom: 7px;
}

.social-links a:hover {
  color: var(--green);
  border-bottom-color: var(--green);
}

.footer {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  min-height: 120px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 9px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 900;
  letter-spacing: .15em;
}

.footer-brand img { width: 24px; }

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 80px;
    gap: 50px;
  }

  .hero h1 { font-size: clamp(100px, 28vw, 190px); }
  .hero-art { justify-content: center; }
  .portrait-frame { width: min(500px, 100%); }
  .scroll-cue { display: none; }

  .release-layout,
  .about { grid-template-columns: 1fr; }

  .about-visual { max-width: 660px; width: 100%; }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 280px;
  }

  .gallery-card,
  .gallery-card.tall,
  .gallery-card.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-card.tall { grid-row: span 2; }
}

@media (max-width: 760px) {
  .section,
  .footer { width: min(100% - 30px, var(--max)); }

  .site-header {
    height: 68px;
    padding: 0 16px;
  }

  .menu-toggle {
    margin-left: auto;
    display: grid;
    gap: 6px;
    width: 40px;
    height: 40px;
    place-content: center;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 22px;
    height: 1px;
    background: white;
  }

  .nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 28px 20px 36px;
    flex-direction: column;
    gap: 20px;
    background: rgba(5,5,5,.97);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    opacity: 0;
    transition: .25s ease;
    z-index: 40;
  }

  .nav.open {
    transform: translateY(0);
    opacity: 1;
  }

  .hero h1 { margin-bottom: 28px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }

  .release,
  .video-section,
  .about,
  .visuals,
  .connect {
    padding: 92px 0;
  }

  .section-heading { margin-bottom: 40px; }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 360px;
  }

  .gallery-card,
  .gallery-card.tall,
  .gallery-card.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .footer {
    padding: 28px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
