:root {
  --bg: #0a0a0a;
  --ink: #e7f2f4;
  --ink-dim: #c8d9dc;
  --ink-muted: #a9c1c6;

  /* Teal/blue brand */
  --hi: #66AAD2;   /* 102,170,210 */
  --hi-2: #78D1C8; /* 120,209,200 */
  --card: #121415;

  --glass: rgba(255,255,255,.08);
  --border: rgba(151,190,196,.22);
  --glow: 0 0 40px rgba(102,170,210,.28), 0 0 90px rgba(120,209,200,.22);
  --radius: 24px;
}

* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body {
  background: linear-gradient(
    to bottom,
    #0a0f11 0%,
    #0b1214 25%,
    #102124 60%,
    #0a0f11 100%
  );
  background-attachment: fixed;
  color: var(--ink);
  font: 16px/1.5 Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden;
  position: relative;
}

/* Accent glow layer */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(1000px 600px at 70% 0%, rgba(102,170,210,.18), transparent 70%),
    radial-gradient(1000px 600px at 15% 20%, rgba(120,209,200,.14), transparent 70%);
}

/* Reset common elements */
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; height: auto; display: block; }
.container { width: min(1200px, 92vw); margin-inline: auto; }

/* Trailer section: more breathing room */
.section-trailer { padding-bottom: clamp(3rem, 8vw, 6rem); }

/* Make trailer art taller so next section doesn't clash */
.trailer-shot {
  aspect-ratio: auto !important;
  height: min(62vh, 680px);
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.trailer-shot::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.35) 70%, rgba(0,0,0,.45));
  pointer-events: none;
}

/* If header is sticky, offset anchors */
section[id] { scroll-margin-top: 96px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .65rem;
  padding: .95rem 1.25rem; border-radius: 999px; border: 1px solid var(--border);
  background: linear-gradient(to bottom, rgba(255,255,255,.08), rgba(255,255,255,.02));
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: var(--ink); font-weight: 700; letter-spacing: .2px;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--glow); }
.btn.primary { background: linear-gradient(135deg, var(--hi), var(--hi-2)); border: none; color: #062428; }
.btn.ghost { background: rgba(255,255,255,.06); border-color: var(--border); }
.pill { display: inline-block; padding: .35rem .75rem; border-radius: 999px; border: 1px solid var(--border); color: var(--ink-dim); background: rgba(255,255,255,.05); }

/* NAV */
.nav { position: fixed; inset: 0 auto auto 0; width: 100%; z-index: 40; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; width: min(1200px, 96vw); margin: auto; }
.nav.solid .nav-bar {
  background: rgba(12,18,20,.7);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.nav-bar { transition: background .3s ease, border-color .3s ease; }
.logo { display: flex; gap: .6rem; align-items: center; }
.logo-mark { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, var(--hi), var(--hi-2)); box-shadow: var(--glow); }
.logo-type { font-weight: 800; letter-spacing: .12em; }
.nav-links { display: flex; gap: .8rem; align-items: center; }
.nav-links a { padding: .6rem .8rem; border-radius: 12px; }
.nav-links a:hover { background: rgba(255,255,255,.06); }

/* HERO */
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; }
.hero-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05) contrast(1.05) brightness(.9); }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,16,18,.2), rgba(10,16,18,.75) 75%, rgba(10,16,18,.98) 100%);
}
.hero-content { text-align: center; padding: clamp(2rem, 5vw, 4rem) 1rem; }
.vi-logo { overflow: visible; display: block; margin: 0 auto; }
.hero-title { font-size: clamp(40px, 7vw, 84px); line-height: 1; margin: .6rem 0 1rem; font-weight: 900; letter-spacing: .02em; }
.hero-sub { font-size: clamp(16px, 2.4vw, 22px); color: var(--ink-dim); max-width: 900px; margin: 0 auto 1.25rem; }
.hero-cta { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.25rem; }

/* COUNTDOWN */
.countdown { display: flex; gap: .8rem; justify-content: center; margin-top: 1rem; flex-wrap: wrap; }
.timebox { min-width: 84px; padding: .8rem .6rem; border-radius: 16px; text-align: center; background: var(--glass); border: 1px solid var(--border); }
.timebox .num { font-size: clamp(24px,6vw,40px); font-weight: 800; letter-spacing: .02em; }
.timebox .label { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: var(--ink-muted); }

/* BADGES */
.badges { display: flex; gap: 1rem; justify-content: center; margin-top: 1.2rem; flex-wrap: wrap; }
.badge {
  padding: .45rem .75rem; border-radius: 999px;
  border: 1px dashed var(--border); color: var(--ink-dim);
  background: rgba(153,201,206,.08);
}

/* GRID */
.section { padding: clamp(2.2rem, 6vw, 5rem) 0; }
.section .header { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.25rem; }
.section h2 { font-size: clamp(26px, 4vw, 42px); margin: 0; letter-spacing: .02em; color: var(--hi); }
.muted { color: var(--ink-muted); }
.grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 12px; }
.card {
  background: linear-gradient(to bottom right, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.card > .body { padding: 1rem; }
.shot { aspect-ratio: 16/9; background: #0f1517 center/cover no-repeat; display: block; width: 100%; border: 0; }
.shot.wide { aspect-ratio: 21/9; }
.col-6 { grid-column: span 6; }
.col-12 { grid-column: span 12; }
@media (max-width: 800px) { .col-6 { grid-column: span 12; } }

/* FEATURE STRIPS */
.feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.feature.reverse { grid-template-columns: .9fr 1.1fr; }
.feature .media { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.feature .media .shot { aspect-ratio: 21/9; }
.feature .copy h3 { font-size: clamp(22px, 3.2vw, 32px); margin: .2rem 0 1rem; color: var(--hi); }
.feature .copy p { color: var(--ink-dim); }
.feature .pill { display: inline-block; padding: .35rem .75rem; border-radius: 999px; border: 1px solid var(--border); background: rgba(153,201,206,.10); }

/* DIVIDER */
.divider { height: 2px; background: linear-gradient(90deg, var(--hi), var(--hi-2)); opacity: .6; margin: 2rem 0; filter: blur(.3px); }

/* FOOTER */
footer { border-top: 1px solid var(--border); padding: 2rem 0; color: var(--ink-muted); }

/* Reveal animation */
[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s ease; }
.js [data-reveal].visible { opacity: 1; transform: translateY(0); }

/* Lightbox */
.lightbox[hidden] { display: none !important; }
.lightbox { position: fixed; inset: 0; z-index: 1000; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.75); backdrop-filter: blur(4px); }
.lightbox-content { position: relative; z-index: 10; display: flex; gap: 20px; align-items: flex-start; justify-content: center; max-width: 90vw; max-height: 85vh; margin: 5vh auto; }
.lightbox-img { max-width: 65%; max-height: 85vh; object-fit: contain; border-radius: 12px; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.lightbox-panel { max-width: 30%; background: rgba(255,255,255,.05); padding: 16px; border-radius: 12px; border: 1px solid rgba(151,190,196,.22); overflow-y: auto; max-height: 85vh; color: var(--ink); }
.lightbox-panel[hidden] { display: none !important; }
.lightbox-close { position: absolute; top: 8px; right: 8px; font-size: 24px; width: 36px; height: 36px; border: none; background: rgba(0,0,0,.5); color: #fff; border-radius: 50%; cursor: pointer; }
@media (max-width: 900px) {
  .lightbox-content { flex-direction: column; align-items: center; }
  .lightbox-img { max-width: 100%; }
  .lightbox-panel { max-width: 100%; }
}
