:root {
  --bg: #f6f1e8;
  --card: #fffdf8;
  --ink: #1c1916;
  --muted: #6b635a;
  --line: #e4d9c8;
  --gold: #9a7b3c;
  --gold-soft: #c4a574;
  --btn: #2a241c;
  --warm: #f3e6c8;
}
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  line-height: 1.45;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); }
.top {
  position: absolute; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 10px 16px;
  padding: max(12px, env(safe-area-inset-top)) 18px 12px;
  background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.18) 70%, transparent 100%);
}
.top.solid {
  position: sticky; background: rgba(246,241,232,.94);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: #fff; font-weight: 800; letter-spacing: 0;
  font-size: 1.2rem; white-space: nowrap;
}
.top.solid .brand { color: var(--ink); }
.brand img, .brand svg { width: 36px; height: 36px; border-radius: 9px; }
.brand em { font-style: normal; color: var(--gold-soft); }
.nav { display: flex; flex-wrap: wrap; gap: 4px 12px; justify-content: flex-end; }
.nav a {
  text-decoration: none; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 650;
  padding: 8px 2px; min-height: 44px; display: inline-flex; align-items: center;
}
.top.solid .nav a { color: var(--muted); }
.nav a:hover { color: #fff; }
.top.solid .nav a:hover { color: var(--ink); }
.nav a.gold { color: var(--gold-soft); }
@media (max-width: 640px) {
  .nav a.pri-hide { display: none; }
  .brand { font-size: 1.05rem; }
}

.cinema { position: relative; min-height: 92vh; min-height: 92dvh; overflow: hidden; background: #000; }
.cinema .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cinema .scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.28) 46%, rgba(0,0,0,.12) 100%),
    linear-gradient(transparent 42%, rgba(0,0,0,.78) 100%);
}
@media (max-width: 720px) {
  .cinema .scrim {
    background:
      linear-gradient(180deg, rgba(0,0,0,.4) 0%, transparent 28%),
      linear-gradient(transparent 38%, rgba(0,0,0,.88) 100%);
  }
}
.billboard {
  position: relative; z-index: 3;
  padding: 168px 22px 36px;
  max-width: 620px;
}
@media (min-width: 900px) { .billboard { padding: 200px 48px 48px; } }
.eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold-soft); margin: 0 0 12px;
}
.billboard h1 {
  margin: 0 0 12px;
  font-family: "Iowan Old Style", Georgia, serif;
  font-weight: 500; font-size: clamp(2.4rem, 7vw, 4.2rem);
  line-height: .98; letter-spacing: -.03em; color: #fff;
  text-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.lead { margin: 0 0 10px; color: rgba(243,230,200,.92); font-size: clamp(15px, 2vw, 18px); max-width: 28em; }
.sub { margin: 0 0 20px; color: rgba(243,230,200,.72); font-size: 14px; }
.row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.btn {
  appearance: none; border: 0; cursor: pointer; text-decoration: none; font-weight: 700;
  font-size: 15px; padding: 14px 22px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
}
.btn.play { background: var(--gold-soft); color: #1a1408; font-size: 16px; padding: 16px 26px; }
.btn.primary { background: var(--btn); color: #fff; }
.btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn.soft { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn.wide { width: 100%; }
@media (max-width: 720px) {
  .btn.play, .btn.ghost { flex: 1 1 auto; }
}

.section { max-width: 1120px; margin: 0 auto; padding: 36px 18px 8px; }
.section h2 {
  margin: 0 0 8px; font-size: clamp(1.4rem, 3vw, 1.85rem); font-weight: 650; letter-spacing: -.01em;
  font-family: "Iowan Old Style", Georgia, serif;
}
.blurb { margin: 0 0 16px; color: var(--muted); font-size: 15px; max-width: 42em; }
.tri { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.tile {
  display: block; text-decoration: none; color: inherit; background: var(--card);
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
}
.tile img { width: 100%; height: 168px; object-fit: cover; background: #ece4d6; }
.tile .pad { padding: 14px 16px 16px; }
.tile .k { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin: 0 0 6px; }
.tile h3 { margin: 0 0 6px; font-size: 1.15rem; }
.tile p { margin: 0; color: var(--muted); font-size: 13px; }

.card {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 22px 18px;
}
label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); margin: 12px 0 6px;
}
input, textarea, select {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px;
  font: 600 16px/1.3 Inter, system-ui, sans-serif; background: #fff; color: var(--ink);
}
textarea { min-height: 120px; resize: vertical; }
.hp { position: absolute; left: -9999px; }

.page-hero { position: relative; min-height: 58vh; min-height: 58dvh; overflow: hidden; background: #000; color: #fff; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.25) 55%, rgba(0,0,0,.2)),
              linear-gradient(transparent 40%, rgba(0,0,0,.8));
}
.page-hero .bill { position: relative; z-index: 2; max-width: 640px; padding: 140px 22px 40px; }
.page-hero h1 {
  margin: 0 0 12px; font-family: "Iowan Old Style", Georgia, serif; font-weight: 500;
  font-size: clamp(2.2rem, 7vw, 3.6rem); line-height: 1.02; color: var(--warm);
}

.wrap { max-width: 760px; margin: 0 auto; padding: 28px 18px 80px; }
.wrap.wide { max-width: 1040px; }
.note { color: var(--muted); font-size: 14px; }
.ok { color: #2a5a32; font-weight: 650; }
.err { color: #8a2b2b; font-weight: 650; }

.tf {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px;
  padding: 22px 18px 24px; min-height: min(62vh, 540px);
  display: flex; flex-direction: column; justify-content: center;
}
.tf-kicker { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin: 0 0 10px; }
.tf h1, .tf h2 {
  font-family: "Iowan Old Style", Georgia, serif; font-weight: 500;
  font-size: clamp(1.5rem, 4.4vw, 2.1rem); line-height: 1.2; margin: 0 0 14px;
}
.tf-progress { height: 3px; background: var(--line); border-radius: 99px; overflow: hidden; margin: 0 0 18px; }
.tf-progress span { display: block; height: 100%; background: var(--gold); width: 0; transition: width .35s ease; }
.opts { display: flex; flex-direction: column; gap: 10px; }
.opts button {
  appearance: none; cursor: pointer; text-align: left;
  display: flex; align-items: center; gap: 12px;
  background: #fff; color: var(--ink); border: 1px solid var(--line);
  padding: 14px 16px; border-radius: 12px; font: inherit; font-size: 16px; min-height: 56px;
}
.opts button .k {
  flex: 0 0 28px; height: 28px; border-radius: 50%;
  border: 1px solid rgba(154,123,60,.45); color: var(--gold);
  display: grid; place-items: center; font-size: 12px; font-weight: 700;
}
.opts button:hover, .opts button.on { border-color: var(--gold); color: var(--gold); }
.tf-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; align-items: center; }
.tf-back, .tf-skip {
  appearance: none; background: transparent; border: 0; color: var(--muted);
  font: 650 14px Inter, system-ui; cursor: pointer; padding: 12px 4px; min-height: 44px;
}
.result { background: #fff; border: 1px solid var(--gold-soft); border-radius: 16px; padding: 22px 18px; }
.result h2 { font-family: "Iowan Old Style", Georgia, serif; margin: 0 0 8px; }
.result dt { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin: 14px 0 4px; font-weight: 700; }
.result dd { margin: 0; font-size: 16px; }
.quiet { font-size: 13px; color: var(--muted); margin-top: 16px; }

footer {
  max-width: 1120px; margin: 28px auto 0; padding: 28px 18px calc(28px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line); color: var(--muted); font-size: 13px;
  display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: space-between;
}
footer a { text-decoration: none; color: var(--muted); font-weight: 650; }
footer a:hover { color: var(--gold); }
footer .house { font-weight: 700; color: var(--ink); }
footer .house em { font-style: normal; color: var(--gold); }
