@font-face { font-family: Poppins; src: url(/fonts/Poppins-Regular.ttf) format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Poppins; src: url(/fonts/Poppins-SemiBold.ttf) format('truetype'); font-weight: 600; font-display: swap; }
:root { --bg: #0A0A0A; --panel: #14181F; --line: #2A313C; --text: #F3F5F8; --muted: #9FB0C4; --blue: #3C8DBC; --yellow: #FCC845; }
* { box-sizing: border-box; }
html { background: var(--bg); }
body { margin: 0; color: var(--text); font: 400 17px/1.55 Poppins, 'Segoe UI', system-ui, sans-serif; background: var(--bg); }
a { color: #8CC4E6; }
.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 20px 5vw; border-bottom: 1px solid var(--line); }
.logo { height: 44px; }
.where { color: var(--muted); font-size: 14px; }
main { max-width: 1040px; margin: 0 auto; padding: 0 16px; }
.hero { padding: 56px 0 24px; text-align: center; }
h1 { font-size: clamp(38px, 7vw, 68px); font-weight: 600; line-height: 1.1; margin: 0 0 16px; }
.lede { color: var(--muted); max-width: 640px; margin: 0 auto 32px; font-size: 19px; }
.film { width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 12px; display: block; }
.caption { color: var(--muted); font-size: 14px; margin: 10px 0 0; }
.strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; padding: 24px 0 8px; }
.tile { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 10px; min-height: 96px; display: flex; flex-direction: column; justify-content: flex-end; font-size: 13px; color: var(--muted); }
.tile b { color: var(--text); font-weight: 600; }
.tile img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; margin-bottom: 8px; }
.tile.out { border-color: var(--blue); }
h2 { font-size: 30px; font-weight: 600; margin: 0 0 8px; }
.join { margin: 48px 0; padding: 32px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; }
.join > p { color: var(--muted); margin: 0 0 24px; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--muted); }
input, select { font: inherit; color: var(--text); background: #0E1116; border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; }
input:focus, select:focus, button:focus-visible, summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.consent { grid-column: 1 / -1; flex-direction: row; align-items: flex-start; gap: 10px; color: var(--text); }
.consent input { margin-top: 4px; width: 18px; height: 18px; flex: none; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.cf-turnstile { grid-column: 1 / -1; }
button { grid-column: 1 / -1; justify-self: start; font: 600 17px Poppins, sans-serif; color: #111; background: var(--yellow); border: 0; border-radius: 8px; padding: 13px 26px; cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
.msg { grid-column: 1 / -1; margin: 0; min-height: 1.5em; color: var(--text); }
.faq { margin: 0 0 56px; }
details { border-bottom: 1px solid var(--line); padding: 14px 0; }
summary { cursor: pointer; font-weight: 600; }
details p { color: var(--muted); margin: 10px 0 0; }
footer { border-top: 1px solid var(--line); padding: 24px 16px 40px; text-align: center; color: var(--muted); font-size: 13px; }
footer p { margin: 4px 0; }
@media (max-width: 720px) {
  .strip { grid-template-columns: repeat(3, 1fr); }
  form { grid-template-columns: 1fr; }
  .join { padding: 22px 16px; }
  .where { font-size: 12px; }
}
/* reveal page (from 12 Oct) */
.brand { width: min(560px, 100%); border-radius: 12px; display: block; margin: 0 auto 28px; }
.blue { color: #6FB4E0; }
.points { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 48px 0; }
.point img { width: 100%; border-radius: 10px; border: 1px solid var(--line); display: block; margin-bottom: 16px; }
.point h2 { font-size: 24px; }
.point p, .stand p { color: var(--muted); margin: 0; }
.stand { padding: 28px 32px; border: 2px solid var(--yellow); border-radius: 14px; }
.stand h2 { color: var(--yellow); }
@media (max-width: 720px) { .points { grid-template-columns: 1fr; } .stand { padding: 22px 16px; } }
