/* ============================================================
   Showbiz landing page. Dark cinematic production-slate: the
   page is dressed like a film slate, sections are scenes,
   screenshots are takes. Hand written, no dependencies.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p, dl, dd, dt { margin: 0; }

:root {
  --ink:      #0b0c0f;
  --panel:    #111318;
  --panel-2:  #171a21;
  --line:     #23262e;
  --line-2:   #32363f;
  --text:     #eceef2;
  --dim:      #979dab;
  --dimmer:   #5d6371;
  --amber:    #e8a33d;
  --amber-hi: #ffc46a;
  --rec:      #ff4d4d;
  --mono: "IBM Plex Mono", ui-monospace, "DejaVu Sans Mono", monospace;
  --sans: "Instrument Sans", system-ui, "DejaVu Sans", sans-serif;
  --display: "Bebas Neue", "DejaVu Sans Condensed", sans-serif;
}

body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
}
.mono { font-family: var(--mono); }
::selection { background: rgba(232, 163, 61, .3); }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }

/* Staggered hero reveal, CSS only */
.rise {
  opacity: 0;
  transform: translateY(14px);
  animation: rise .7s cubic-bezier(.2, .7, .2, 1) forwards;
  animation-delay: calc(var(--d) * 110ms);
}
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .rise { opacity: 1; transform: none; animation: none; }
}

/* ---------- slate (header) ---------- */
.slate {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 12, 15, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.slate-in {
  display: flex; align-items: center; gap: 12px; height: 56px;
}
.wordmark {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--display); font-size: 22px; letter-spacing: .06em;
  text-decoration: none; line-height: 1;
}
.ver {
  font-family: var(--mono); font-size: 11px; color: var(--dim);
  border: 1px solid var(--line-2); border-radius: 3px; padding: 2px 7px;
}
.slate nav { margin-left: auto; display: flex; align-items: center; }
.slate nav a {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; text-decoration: none; color: var(--dim);
  padding: 0 16px; line-height: 56px;
}
.slate nav a:hover { color: var(--text); }
.slate nav a.rec { color: var(--text); }
.slate nav a.rec:hover { color: var(--amber-hi); }
@media (max-width: 760px) {
  .slate nav a:not(.rec) { display: none; }
  .ver { display: none; }
}

.dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: var(--rec); margin-right: 8px; vertical-align: 1px;
  animation: blink 1.6s steps(1) infinite;
}
@keyframes blink { 50% { opacity: .25; } }
@media (prefers-reduced-motion: reduce) { .dot { animation: none; } }

/* ---------- hero ---------- */
.hero { padding: 110px 0 84px; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(700px 380px at 82% 0%, rgba(232, 163, 61, .09), transparent 65%),
    radial-gradient(560px 340px at 8% 100%, rgba(120, 90, 220, .07), transparent 65%);
  pointer-events: none;
}
.hero .wrap { position: relative; }
.eyebrow {
  font-family: var(--mono); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 26px;
}
h1 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(64px, 10vw, 128px);
  line-height: .92; letter-spacing: .01em; text-transform: uppercase;
}
h1 em { font-style: normal; color: var(--amber); }
h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(40px, 5.4vw, 64px);
  line-height: .98; letter-spacing: .01em; text-transform: uppercase;
  margin-bottom: 20px;
}
h2 em { font-style: normal; color: var(--amber); }
.sub {
  max-width: 54ch; color: var(--dim); font-size: 19px; margin-top: 24px;
}
.sub strong { color: var(--text); }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center;
  font-family: var(--mono); font-size: 13px; letter-spacing: .08em;
  text-transform: uppercase; text-decoration: none;
  background: var(--amber); color: #16110a; font-weight: 500;
  padding: 13px 24px; border-radius: 3px;
  transition: background .15s ease, transform .15s ease;
}
.btn .mono { text-transform: none; letter-spacing: 0; margin-left: 6px; opacity: .75; }
.btn:hover { background: var(--amber-hi); transform: translateY(-1px); }
.btn.ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--line-2);
}
.btn.ghost:hover { background: var(--panel); border-color: var(--dimmer); transform: none; }
.hero-meta {
  margin-top: 26px; font-size: 12px; letter-spacing: .06em; color: var(--dimmer);
}
.hero-meta span { color: var(--dim); }

/* ---------- scene chrome ---------- */
.kicker {
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 18px;
}
.section-sub { color: var(--dim); max-width: 60ch; margin-bottom: 34px; }

section { padding: 84px 0; }
.screens { padding-top: 20px; }

/* ---------- screenshots ---------- */
.frame {
  border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
  background: var(--panel); box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}
.slate-stripe {
  display: flex; gap: 28px; padding: 9px 16px;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--dim); background: var(--panel-2);
  border-bottom: 1px solid var(--line);
}
.slate-stripe span:first-child { color: var(--amber); }
.slate-stripe span:last-child { margin-left: auto; color: var(--dimmer); }
.caption {
  font-size: 12px; letter-spacing: .04em; color: var(--dimmer);
  margin: 12px 2px 36px;
}
.screens .frame + .caption { margin-top: 14px; }

/* ---------- features ---------- */
.features { border-top: 1px solid var(--line); }
.cards {
  display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .cards { grid-template-columns: 1fr; } }
.card {
  background: var(--panel); padding: 26px 24px 30px; margin: 0;
}
.card .idx {
  display: block; font-size: 11px; color: var(--amber);
  letter-spacing: .18em; margin-bottom: 14px;
}
.card h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.card p { color: var(--dim); font-size: 15px; line-height: 1.55; }

/* ---------- models ---------- */
.models { border-top: 1px solid var(--line); }
.models h3 {
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--dim); margin: 38px 0 12px;
}
.cast {
  width: 100%; border-collapse: collapse;
  border: 1px solid var(--line); font-size: 15px;
}
.cast th {
  text-align: left; font-family: var(--mono); font-weight: 500;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--dimmer); padding: 10px 16px;
  background: var(--panel-2); border-bottom: 1px solid var(--line);
}
.cast td {
  padding: 11px 16px; border-bottom: 1px solid var(--line);
  color: var(--dim);
}
.cast td:first-child { color: var(--text); font-weight: 500; }
.cast tr:last-child td { border-bottom: none; }
.cast tbody tr:hover td { background: rgba(232, 163, 61, .04); }
.cast td.mono { font-size: 12px; letter-spacing: .08em; color: var(--dimmer); }

/* ---------- download ---------- */
.download { border-top: 1px solid var(--line); }
.dl-grid {
  display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 860px) { .dl-grid { grid-template-columns: 1fr; } }
.dl-card { background: var(--panel); padding: 24px; }
.dl-card h3 {
  font-family: var(--display); font-weight: 400; font-size: 24px;
  letter-spacing: .05em; text-transform: uppercase; margin-bottom: 14px;
  display: flex; align-items: center;
}
.os { width: 19px; height: 19px; fill: var(--amber); margin-right: 10px; flex: none; }
.dl-link {
  display: block; font-size: 13px; color: var(--amber-hi);
  text-decoration: none; padding: 7px 0;
  overflow-wrap: anywhere;
}
.dl-link:hover { color: var(--amber); text-decoration: underline; }
.dl-note { font-size: 13px; color: var(--dimmer); margin-top: 14px; }
.dl-note code { font-family: var(--mono); font-size: 12px; color: var(--dim); }
.dl-more { margin-top: 22px; color: var(--dim); font-size: 15px; }
.dl-more a { color: var(--amber-hi); text-decoration: none; }
.dl-more a:hover { text-decoration: underline; }

/* ---------- faq ---------- */
.faq { border-top: 1px solid var(--line); }
.qa { max-width: 76ch; }
.qa > div {
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.qa > div:first-child { padding-top: 4px; }
.qa > div:last-child { border-bottom: none; }
.qa dt { font-weight: 600; font-size: 17px; margin-bottom: 8px; }
.qa dd { color: var(--dim); font-size: 15.5px; }
.qa dd a { color: var(--amber-hi); text-decoration: none; }
.qa dd a:hover { text-decoration: underline; }
.qa code { font-family: var(--mono); font-size: 13px; color: var(--dim); }

/* ---------- footer ---------- */
.credits { border-top: 1px solid var(--line); padding: 26px 0; }
.credits-in {
  display: flex; flex-wrap: wrap; gap: 10px 28px;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--dimmer);
}
.credits a { text-decoration: none; color: var(--dimmer); }
.credits a:hover { color: var(--dim); }
@media (max-width: 620px) { .credits-in { flex-direction: column; gap: 6px; } }
