  /* ============================================================
     DIRECTION — "Violet-Noir"  (gentle branch from c-hard-boiled)
     The exact hard-boiled noir grade — falling rain, grain,
     scanlines, vignette, ember CTA, eyes-only sign — but the cold
     teal is swapped for the brand's Violet/Lavender. Same seedy
     cinema, nudged toward the purple event-zone energy. Sits one
     step from c-hard-boiled, one step toward queer-joy.
     ============================================================ */
  :root {
    --night:    #0A0812;
    --night2:   #0F0C18;
    --cream:    #EFEAD8;
    --eye:      #FFB81C;
    --violet:   #B79AE6;
    --plum:     #7B2D8E;
    --ember:    #FF6A2B;
    --muted:    #8A82A0;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; }
  body {
    font-family: "Nunito Sans", system-ui, sans-serif;
    color: var(--cream);
    background: var(--night);
    background-image:
      radial-gradient(62% 52% at 14% 18%, rgba(123,45,142,0.15), transparent 70%),
      radial-gradient(58% 50% at 88% 80%, rgba(255,106,43,0.15), transparent 72%),
      linear-gradient(180deg, rgba(154,107,214,0.06), transparent 40%);
    min-height: 100vh; min-height: 100dvh;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 40px 22px; line-height: 1.6; overflow-x: hidden; position: relative;
  }

  .grain, .scan, .rain, .vignette { position: fixed; inset: 0; pointer-events: none; z-index: 50; }
  .grain {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.08; mix-blend-mode: overlay; animation: grainShift 0.6s steps(3) infinite;
  }
  .scan { background-image: repeating-linear-gradient(0deg, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 2px, rgba(0,0,0,0.24) 3px, rgba(0,0,0,0) 4px); opacity: 0.45; mix-blend-mode: multiply; }
  /* diagonal rain streaks, faintly violet */
  .rain {
    background-image: repeating-linear-gradient(102deg, rgba(200,185,235,0) 0px, rgba(200,185,235,0) 22px, rgba(205,188,240,0.06) 23px, rgba(205,188,240,0) 26px);
    opacity: 0.6; mix-blend-mode: screen; background-size: 100% 220px; animation: rainfall 0.9s linear infinite; z-index: 48;
  }
  .vignette { background: radial-gradient(120% 110% at 50% 40%, transparent 48%, rgba(0,0,0,0.66) 100%); z-index: 49; }
  @keyframes grainShift { 0%{transform:translate(0,0);} 33%{transform:translate(-4%,3%);} 66%{transform:translate(3%,-2%);} 100%{transform:translate(0,0);} }
  @keyframes rainfall { 0%{background-position:0 0;} 100%{background-position:0 220px;} }

  .wrap { width: 100%; max-width: 540px; position: relative; z-index: 5; }

  .eyebox { position: relative; width: min(236px, 63vw); margin: 0 auto 6px; }
  .eyebox img { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; user-select: none; }
  /* keeps the base layout non-fixed-height (no aspect-ratio dependency) */
  .eyebox { aspect-ratio: 1 / 1; }
  @supports not (aspect-ratio: 1 / 1) { .eyebox { height: min(236px, 63vw); } }
  .eye-violet {
    filter: hue-rotate(238deg) saturate(1.12) drop-shadow(0 0 14px rgba(123,45,142,0.32)) blur(1.4px);
    transform: translateX(-4px); opacity: 0.42; animation: flick 8s infinite reverse;
  }
  .eye-amber {
    filter: drop-shadow(0 0 10px rgba(255,184,28,0.5)) drop-shadow(0 0 26px rgba(255,106,43,0.28));
    animation: flick 8s infinite, sharpen 7s ease-in-out infinite;
  }
  /* crisp, infrequent dips — buzzing tube, photosafe */
  @keyframes flick {
    0%,100% { opacity: 1; }
    2.0% { opacity: .6; } 2.3% { opacity: 1; }
    36.0% { opacity: 1; } 36.4% { opacity: .52; } 36.7% { opacity: 1; } 37.4% { opacity: .76; } 37.7% { opacity: 1; }
    64.0% { opacity: 1; } 64.4% { opacity: .58; } 64.8% { opacity: 1; }
    90.0% { opacity: .84; } 90.4% { opacity: 1; }
  }
  @keyframes sharpen {
    0%,100% { filter: drop-shadow(0 0 10px rgba(255,184,28,0.5)) drop-shadow(0 0 26px rgba(255,106,43,0.28)); }
    50% { filter: drop-shadow(0 0 14px rgba(255,184,28,0.68)) drop-shadow(0 0 34px rgba(255,106,43,0.38)); }
  }

  .wordmark {
    font-size: clamp(2.7rem, 13vw, 4.6rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1; margin-top: 6px;
    color: var(--cream); text-shadow: -1.5px 0 rgba(154,107,214,0.5), 1.5px 0 rgba(255,106,43,0.4), 0 0 22px rgba(255,184,28,0.18);
  }
  .wordmark .x { color: var(--eye); text-shadow: -1.5px 0 rgba(154,107,214,0.7), 1.5px 0 rgba(255,106,43,0.6), 0 0 20px rgba(255,184,28,0.8); }

  .tagline { font-size: clamp(1rem, 4.4vw, 1.3rem); font-weight: 600; color: var(--violet); font-style: italic; margin-top: 14px; letter-spacing: 0.01em; text-shadow: 0 0 16px rgba(123,45,142,0.5); }
  .pitch { font-size: clamp(0.98rem, 3.6vw, 1.08rem); color: var(--cream); opacity: 0.85; margin: 22px auto 4px; max-width: 460px; }

  .hours {
    display: inline-block; margin-top: 18px; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--eye); background: rgba(255,184,28,0.05); border: 1px solid rgba(255,184,28,0.55);
    padding: 7px 16px; border-radius: 999px; box-shadow: 0 0 16px rgba(255,184,28,0.3), inset 0 0 10px rgba(255,184,28,0.1);
    text-shadow: 0 0 9px rgba(255,184,28,0.6);
  }
  .coming { margin-top: 30px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.34em; text-transform: uppercase; color: var(--violet); text-shadow: 0 0 12px rgba(154,107,214,0.5); }

  form { margin-top: 16px; }
  .field-row {
    display: flex; gap: 9px; background: rgba(15,12,24,0.78);
    border: 1px solid rgba(154,107,214,0.32); border-radius: 14px; padding: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.55), inset 0 0 16px rgba(123,45,142,0.07); backdrop-filter: blur(2px);
  }
  input[type="email"] { flex: 1; min-width: 0; background: transparent; border: none; outline: none; color: var(--cream); font-size: 1rem; font-family: inherit; padding: 11px 12px; }
  input[type="email"]::placeholder { color: var(--muted); }
  button {
    flex-shrink: 0; background: var(--ember); color: #1A0700; border: none; border-radius: 9px;
    font-family: inherit; font-size: 0.95rem; font-weight: 900; letter-spacing: 0.02em; padding: 11px 18px; cursor: pointer;
    box-shadow: 0 0 16px rgba(255,106,43,0.5); transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  }
  button:hover:not(:disabled) { background: #ff8755; transform: translateY(-1px); box-shadow: 0 0 24px rgba(255,106,43,0.7); }
  button:disabled { opacity: 0.6; cursor: default; }
  input[type="email"], #submitBtn { min-height: 44px; }
  input[type="email"]:focus-visible { outline: 2px solid var(--eye); outline-offset: 2px; border-radius: 4px; }
  button:focus-visible { outline: 2px solid var(--cream); outline-offset: 2px; }

  .perk { font-size: clamp(0.95rem, 3.4vw, 1.04rem); color: var(--cream); opacity: 0.94; margin: 20px auto 2px; max-width: 464px; }
  .perk b { color: var(--eye); font-weight: 800; }

  .share { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center; font-size: 0.82rem; color: var(--muted); }
  .share button { background: transparent; color: var(--eye); border: 1px solid rgba(255,184,28,0.5); border-radius: 999px; font-family: inherit; font-weight: 800; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 9px 15px; min-height: 40px; box-shadow: none; cursor: pointer; transition: background 0.18s ease; }
  .share button:hover { background: rgba(255,184,28,0.12); transform: none; box-shadow: none; }

  .details { margin: 30px auto 0; max-width: 480px; padding-top: 22px; border-top: 1px solid rgba(154,107,214,0.2); display: flex; flex-direction: column; gap: 9px; }
  .details p { font-size: 0.95rem; line-height: 1.5; color: var(--cream); opacity: 0.82; }
  .details p b { color: var(--eye); font-weight: 800; opacity: 1; }
  .details .lines { opacity: 0.7; font-size: 0.9rem; }
  .details .chair { margin-top: 3px; font-style: italic; font-weight: 700; color: var(--violet); opacity: 0.95; }
  .pitch .place { font-weight: 800; color: var(--cream); letter-spacing: 0.005em; }

  .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .formnote { margin-top: 11px; font-size: 0.82rem; color: var(--muted); min-height: 1.2em; transition: color 0.2s ease; }
  .formnote.ok  { color: var(--violet); font-weight: 700; text-shadow: 0 0 12px rgba(154,107,214,0.5); }
  .formnote.err { color: #FF9166; font-weight: 700; }

  footer { margin-top: 44px; font-size: 0.76rem; color: var(--muted); letter-spacing: 0.04em; }
  footer .pey { color: var(--violet); font-weight: 700; }

  @media (prefers-reduced-motion: reduce) {
    .eye-amber, .eye-violet, .grain, .rain { animation: none; }
    .eye-amber { filter: drop-shadow(0 0 12px rgba(255,184,28,0.5)) drop-shadow(0 0 26px rgba(255,106,43,0.28)); }
    button { transition: none; }
  }
  .pitch .value { font-weight: 800; color: var(--violet); }
