/* ================================================================
   ANTESTA LIVE — Single-screen teaser
   ================================================================ */

:root {
  --black:       #0D0D0D;
  --black-deep:  #080808;
  --chalk:       #F5F0E8;
  --chalk-dim:   rgba(245, 240, 232, 0.55);
  --chalk-ghost: rgba(245, 240, 232, 0.1);
  --red:         #B82020;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-mono:    'Space Mono', 'Courier New', monospace;
  --ls:   0.04em;
  --ls-w: 0.12em;
  --ls-x: 0.2em;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  font-size: 16px;
  overflow: hidden; /* single screen — no scroll */
  cursor: none;
}

body {
  font-family: var(--font-mono);
  background: var(--black);
  color: var(--chalk);
  overflow: hidden;
  cursor: none;
  height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a, button { cursor: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--red); color: var(--chalk); }

/* ── GRAIN ──────────────────────────────────────────────────── */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
}

/* ── CUSTOM CURSOR ──────────────────────────────────────────── */
.cursor {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 8000;
  will-change: transform;
}
.cursor-dot {
  width: 4px; height: 4px;
  background: var(--chalk);
  border-radius: 50%;
  position: absolute;
  top: -2px; left: -2px;
}
.cursor-ring {
  width: 28px; height: 28px;
  border: 1px solid rgba(245,240,232,0.5);
  border-radius: 50%;
  position: absolute;
  top: -14px; left: -14px;
  transition: transform 0.15s ease, border-color 0.2s;
}
.cursor.hover .cursor-ring { transform: scale(1.8); border-color: var(--red); }
.cursor.click .cursor-ring { transform: scale(0.8); }
@media (max-width: 768px) {
  .cursor { display: none; }
  html, body, a, button { cursor: auto; }
}

/* ── BOOT ───────────────────────────────────────────────────── */
.boot {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.boot.done { pointer-events: none; }
.boot-screen { max-width: 500px; width: 90%; }
.boot-lines p {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: var(--ls);
  text-transform: uppercase;
  color: var(--chalk-dim);
  line-height: 2.2;
  opacity: 0;
  transform: translateY(5px);
}
.boot-lines .boot-final { margin-top: 1rem; font-size: 0.8rem; }
.boot-progress {
  width: 100%;
  height: 1px;
  background: var(--chalk-ghost);
  margin-top: 2rem;
  overflow: hidden;
}
.boot-progress-fill { width: 0%; height: 100%; background: var(--red); }

/* ── HERO (full screen, no scroll) ─────────────────────────── */
.s-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background image — exact antesta-test-3 treatment */
.s-hero-bg {
  position: absolute;
  inset: 0;
}
.s-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(40%) contrast(1.2) brightness(0.4);
}
.s-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 30%, var(--black) 80%),
    linear-gradient(180deg, rgba(13,13,13,0.3) 0%, var(--black) 100%);
}

/* Content column */
.s-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Tag row */
.hero-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  opacity: 0;
}
.tag-line { width: 36px; height: 1px; background: var(--chalk-ghost); }
.tag-text {
  font-size: 0.5rem;
  letter-spacing: var(--ls-x);
  text-transform: uppercase;
  color: var(--red);
}

/* ANTESTA — brand mark above main title */
.hero-brand {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.1rem, 2.4vw, 2rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--chalk-dim);
  margin-bottom: 0.75rem;
  opacity: 0;
}

/* JOIN THE RESISTANCE — main title, one line */
.hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 4.2vw, 5rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--chalk);
  white-space: nowrap;
  opacity: 0;
  margin-bottom: 1.25rem;
}

/* NOT UNDER YOUR CONTROL */
.hero-sub {
  font-size: clamp(0.65rem, 1.1vw, 0.85rem);
  letter-spacing: var(--ls-x);
  text-transform: uppercase;
  color: var(--chalk-dim);
  margin-bottom: 1.5rem;
  opacity: 0;
}

/* Incentive body copy */
.hero-body {
  font-size: clamp(0.5rem, 0.85vw, 0.65rem);
  letter-spacing: var(--ls-w);
  color: rgba(245,240,232,0.38);
  text-transform: uppercase;
  line-height: 1.9;
  max-width: 480px;
  margin-bottom: 2rem;
  opacity: 0;
}

/* Form */
.hero-form {
  width: 100%;
  max-width: 520px;
  opacity: 0;
}
.hero-label {
  display: block;
  font-size: 0.5rem;
  letter-spacing: var(--ls-w);
  color: var(--red);
  text-align: left;
  margin-bottom: 0.6rem;
}
.hero-input-wrap {
  display: flex;
  border: 1px solid rgba(245,240,232,0.2);
  transition: border-color 0.2s;
}
.hero-input-wrap:focus-within { border-color: var(--red); }
.hero-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: var(--ls);
  color: var(--chalk);
  padding: 0.9rem 1.25rem;
  min-width: 0;
  cursor: text;
}
.hero-input::placeholder { color: rgba(245,240,232,0.25); }
.hero-btn {
  background: var(--red);
  border: none;
  color: var(--chalk);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: var(--ls-x);
  padding: 0.9rem 1.5rem;
  cursor: none;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.hero-btn:hover:not(:disabled) { background: #8B1A1A; }
.hero-btn:disabled { opacity: 0.6; }

.hero-status {
  margin-top: 0.6rem;
  font-size: 0.5rem;
  letter-spacing: var(--ls-w);
  min-height: 1rem;
  text-align: left;
}
.hero-status--ok  { color: #5a9e5a; }
.hero-status--err { color: var(--red); }

.hero-small {
  font-size: 0.45rem;
  letter-spacing: var(--ls-x);
  color: rgba(245,240,232,0.18);
  margin-top: 1rem;
  opacity: 0;
}

/* ── FOOTER ─────────────────────────────────────────────────── */
.s-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 10;
}
.footer-mark {
  font-family: var(--font-display);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: var(--ls-x);
  color: rgba(245,240,232,0.15);
}
.footer-sig {
  font-size: 0.45rem;
  letter-spacing: var(--ls-x);
  color: rgba(245,240,232,0.1);
}

/* ── MOBILE ─────────────────────────────────────────────────── */
@media (max-width: 600px) {
  html, body { overflow: auto; height: auto; }
  .s-hero { height: auto; min-height: 100vh; padding: 5rem 0 5rem; }
  .hero-title { white-space: normal; font-size: clamp(1.6rem, 7vw, 2.5rem); }
  .hero-input-wrap { flex-direction: column; }
  .hero-btn { padding: 0.875rem; text-align: center; }
  .s-footer { position: static; }
}
