:root {
  color-scheme: light;
  --navy: #071f2d;
  --navy-2: #0d3446;
  --ink: #17313d;
  --muted: #526872;
  --paper: #f4f4f0;
  --gold: #c9a83f;
  --red: #b82638;
  --line: #d5ddde;
  font-family: Arial, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; overflow-x: hidden; background: var(--navy); }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(180deg, var(--navy) 0 510px, var(--paper) 510px 100%);
  color: var(--ink);
}
a { color: inherit; }

.topbar {
  width: min(1120px, calc(100% - 32px));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #ffffff24;
}
.wordmark { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .24em; text-decoration: none; }
.topbar nav { display: flex; align-items: center; gap: 12px; font-size: .78rem; }
.topbar nav a { color: #c8d2d7; text-decoration: none; }
.topbar nav strong { color: #fff; }
.topbar nav span { opacity: .35; }

main { width: min(1120px, calc(100% - 32px)); margin: auto; padding: clamp(42px, 8vw, 90px) 0 60px; }
.intro { max-width: 720px; color: #fff; }
.eyebrow { color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .16em; }
.intro h1 { max-width: 650px; margin: 14px 0 12px; font-size: clamp(2rem, 5vw, 4.6rem); line-height: 1.05; letter-spacing: -.035em; }
.intro > p { max-width: 660px; margin: 0; color: #d7e0e3; font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.8; }
.privacy-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 9px 12px; border: 1px solid #ffffff2b; border-radius: 999px; color: #e8edef; font-size: .72rem; }
.privacy-badge span { color: #6ed0a0; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 22px; align-items: start; margin-top: 42px; }
.contact-card { border: 1px solid #d9dfdf; background: #fffffff7; box-shadow: 0 22px 55px #02131d24; }
.ticket-card { padding: clamp(20px, 3vw, 34px); }
.live-card { position: sticky; top: 20px; padding: clamp(20px, 3vw, 30px); }
.section-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.section-heading > span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; color: #806614; font-size: .7rem; }
.section-heading small { display: block; color: #62757d; font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.section-heading h2 { margin: 3px 0 0; font-size: 1.28rem; }

form { display: grid; gap: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 6px; color: #334d58; font-size: .75rem; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid #aebdc1; border-radius: 5px; background: #fff; color: #122632; padding: 12px 13px; font: inherit; outline: none; }
input { min-height: 46px; }
textarea { resize: vertical; line-height: 1.55; }
input:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid #d3ae49; outline-offset: 2px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; opacity: 0 !important; }
.form-note { margin: -2px 0 0; color: #64767e; font-size: .68rem; line-height: 1.6; }
.turnstile { min-height: 1px; overflow: hidden; }

.primary, .secondary { min-height: 48px; border-radius: 5px; padding: 10px 18px; font: inherit; font-weight: 800; cursor: pointer; }
.primary { border: 1px solid var(--red); background: var(--red); color: #fff; }
.primary:disabled { opacity: .5; cursor: not-allowed; }
.secondary { width: 100%; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--navy-2); background: var(--navy-2); color: #fff; }
.status { min-height: 1.5em; margin: 0; font-size: .76rem; line-height: 1.5; }
.status.success { color: #17623f; }
.status.error { color: #a21f31; }
.live-card > p { color: var(--muted); font-size: .88rem; line-height: 1.75; }
.live-card > small { display: block; margin-top: 12px; color: #60727a; font-size: .65rem; line-height: 1.6; }
.live-state { display: flex; align-items: center; gap: 9px; margin: 24px 0 16px; padding: 12px; border: 1px solid var(--line); background: #f4f6f5; color: #435861; font-size: .75rem; }
.live-state i { width: 9px; height: 9px; border-radius: 50%; background: #8c969b; }
.live-state i.online { background: #27855a; box-shadow: 0 0 0 4px #27855a20; }

footer { width: min(1120px, calc(100% - 32px)); margin: auto; padding: 24px 0 36px; display: flex; justify-content: space-between; color: #4f646d; font-size: .7rem; }
footer a { font-weight: 700; }
dialog { width: min(510px, calc(100% - 32px)); max-width: 510px; border: 0; padding: 0; background: transparent; }
dialog::backdrop { background: #02131dc9; }
dialog > div { padding: 26px; border-top: 3px solid var(--gold); background: #fff; color: var(--ink); box-shadow: 0 30px 80px #0005; }
dialog h2 { margin: 0 0 10px; }
dialog p { color: var(--muted); font-size: .85rem; line-height: 1.75; }
dialog p a { font-weight: 700; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.dialog-actions button:not(.primary) { min-height: 44px; border: 1px solid var(--line); background: #fff; padding: 8px 16px; font: inherit; font-weight: 700; cursor: pointer; }

.policy-page { background: linear-gradient(180deg, var(--navy) 0 380px, var(--paper) 380px 100%); }
.policy-page main { padding-top: clamp(38px, 6vw, 70px); }
.policy { max-width: 820px; margin: 0 auto; padding: clamp(24px, 5vw, 54px); border-top: 4px solid var(--gold); background: #fff; box-shadow: 0 22px 55px #02131d24; }
.policy > h1 { margin: 12px 0 14px; color: var(--navy); font-size: clamp(2rem, 5vw, 3.7rem); line-height: 1.08; }
.policy-lead { margin: 0; color: #334d58; font-size: clamp(1rem, 1.7vw, 1.15rem); line-height: 1.8; }
.policy-updated { margin: 16px 0 34px; color: #65777f; font-size: .72rem; }
.policy section { padding: 22px 0; border-top: 1px solid var(--line); }
.policy section h2 { margin: 0 0 8px; color: var(--navy); font-size: 1.08rem; }
.policy section p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.85; }
.policy-actions { margin-top: 30px; }
.policy-actions .secondary { text-decoration: none; }

@media (max-width: 760px) {
  body { background: linear-gradient(180deg, var(--navy) 0 430px, var(--paper) 430px 100%); }
  .topbar { min-height: 66px; }
  main { padding-top: 44px; }
  .contact-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .live-card { position: static; }
  .field-row { grid-template-columns: 1fr; }
  .intro h1 { font-size: clamp(2rem, 11vw, 3.1rem); }
  .dialog-actions { flex-direction: column-reverse; }
  .dialog-actions button { width: 100%; }
  .policy-page { background: linear-gradient(180deg, var(--navy) 0 260px, var(--paper) 260px 100%); }
  .policy-page main { width: min(100% - 20px, 1120px); padding-top: 26px; }
  .policy { padding: 24px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}
