:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #25ad4c;
  color-scheme: dark;
  --green: #2eb751;
  --deep: #074d2e;
  --deeper: #023921;
  --pale: #e1f5e3;
  --line: rgba(204, 244, 208, .58);
  --panel: rgba(3, 63, 37, .92);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background-color: #25ad4c;
  background-image: linear-gradient(90deg, rgba(2, 58, 34, .28), rgba(2, 58, 34, .02) 58%), url('background-desktop.webp');
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.55;
}
h1, h2, p { margin-top: 0; }
h1, h2 { line-height: 1.15; }
p { max-width: 65ch; }
a { color: inherit; text-underline-offset: 4px; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 50; padding: 10px 14px; background: #fff; color: var(--deep); }
.skip-link:focus { top: 12px; }
.site-header {
  position: relative;
  z-index: 4;
  min-height: 98px;
  padding: 17px clamp(24px, 5vw, 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: rgba(3, 63, 37, .78);
  border-bottom: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(9px);
}
.brand { display: block; width: min(350px, 42vw); line-height: 0; }
.brand img { display: block; width: 100%; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.site-header nav a { text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 3px; }
.site-header nav a:hover { border-color: #fff; }
main { min-height: calc(100vh - 196px); }
.hero, .section, .form-shell { width: min(1460px, 100%); margin: auto; padding: clamp(60px, 8vh, 105px) clamp(30px, 7vw, 110px); }
.hero { min-height: 730px; display: flex; align-items: center; }
.hero-copy { width: min(600px, 52%); padding: clamp(42px, 5vw, 66px) clamp(28px, 4vw, 52px) clamp(28px, 4vw, 52px); background: rgba(3, 63, 37, .88); border: 1px solid rgba(255,255,255,.35); border-top: 5px solid #fff; border-radius: 88px 88px 28px 28px; box-shadow: 0 24px 70px rgba(0, 45, 25, .25); }
.greeting { margin-bottom: 5px; font-size: clamp(22px, 2.2vw, 34px); font-style: italic; }
.eyebrow { margin-bottom: 12px; color: var(--pale); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
.hero h1, .section h1, .form-intro h1 { font-size: clamp(34px, 4vw, 60px); margin-bottom: 18px; }
.hero-brand { width: min(485px, 100%); display: block; margin: 24px 0 28px; }
.lede { font-size: clamp(17px, 1.7vw, 21px); color: var(--pale); }
.event-facts { margin: 27px 0 0; max-width: 650px; display: grid; gap: 0; }
.event-facts > div { display: grid; grid-template-columns: 116px minmax(0,1fr); border-top: 1px solid var(--line); padding: 12px 0; }
.event-facts dt { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #cbedce; }
.event-facts dd { margin: 0; font-weight: 700; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 8px; }
.button, button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: var(--deep);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button:hover, button:hover { background: var(--pale); }
.secondary { background: transparent; color: #fff; }
.secondary:hover { background: rgba(255,255,255,.12); }
button:disabled { opacity: .6; cursor: wait; }
.fine-print, .small, .field-help { color: #d8efdb; font-size: 13px; }
.form-shell { min-height: 720px; display: grid; grid-template-columns: minmax(280px, 570px) 1fr; align-items: center; }
.form-card { grid-column: 1; }
.form-intro { padding: 0 10px 18px 0; text-shadow: 0 2px 14px rgba(0,50,28,.35); }
.panel { min-width: 0; padding: clamp(34px, 5vw, 52px) clamp(24px, 4vw, 40px) clamp(24px, 4vw, 40px); background: var(--panel); border: 1px solid rgba(255,255,255,.3); border-top: 3px solid #fff; border-radius: 54px 54px 22px 22px; box-shadow: 0 24px 70px rgba(0, 45, 25, .24); }
.consent-copy { max-width: 820px; font-size: 15px; }
label { display: block; margin: 16px 0 6px; font-size: 14px; font-weight: 700; }
label span { color: #d8efdb; font-weight: 400; }
input, select, textarea {
  width: 100%; min-height: 50px; display: block; padding: 12px 14px;
  border: 1px solid #d5e7d7; border-radius: 15px; background: #fff; color: #123720; color-scheme: light;
}
input[readonly] { background: #edf4ee; color: #46634e; }
textarea { resize: vertical; }
form button { width: 100%; margin-top: 22px; }
.status { min-height: 1.5em; margin: 16px 0; overflow-wrap: anywhere; font-size: 14px; }
.status.error { color: #ffd0c9; }
.status.success { color: #dcffdf; }
.text-link { display: inline-block; margin-top: 18px; }
.information-grid { max-width: 950px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.information-grid .panel { height: 100%; }
.ticket-layout { display: grid; grid-template-columns: 1fr minmax(300px, 470px); gap: 48px; align-items: start; }
.ticket-copy { padding: 44px 32px 32px; background: rgba(3, 63, 37, .9); border: 1px solid rgba(255,255,255,.3); border-radius: 58px 58px 24px 24px; }
.ticket-preview { padding: 10px; background: rgba(255,255,255,.92); border-radius: 34px; box-shadow: 0 24px 70px rgba(0,45,25,.3); overflow: hidden; }
.ticket-preview img { width: 100%; display: block; border-radius: 25px; }
.ticket-links { display: grid; margin-top: 24px; }
.ticket-links a { padding: 11px 0; border-top: 1px solid var(--line); text-decoration: none; }
.thankyou { max-width: 760px; }
footer { min-height: 98px; padding: 21px clamp(24px, 5vw, 80px); background: rgba(3,63,37,.9); border-top: 1px solid rgba(255,255,255,.23); }
.footer-inner { max-width: 1350px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-lockup { width: min(330px, 46vw); }

@media (max-width: 1050px) {
  body {
    background-image: linear-gradient(rgba(2,58,34,.08), rgba(2,58,34,.28)), url('background-tablet.webp');
    background-size: cover;
    background-position: center top;
  }
  .hero { align-items: end; min-height: 800px; }
  .hero-copy { width: min(590px, 70%); }
  .form-shell { min-height: 800px; align-items: end; padding-bottom: 55px; }
  .ticket-layout { grid-template-columns: 1fr 400px; }
}
@media (max-width: 767px) {
  body {
    background-image: linear-gradient(rgba(2,58,34,.02), rgba(2,58,34,.15)), url('background-mobile.webp');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .site-header { min-height: 76px; padding: 12px 18px; gap: 12px; }
  .brand { width: min(205px, 49vw); }
  .site-header nav { gap: 14px; font-size: 12px; }
  .hero, .section, .form-shell { padding-left: 18px; padding-right: 18px; }
  .hero { display: block; min-height: 0; padding-top: 120px; padding-bottom: 38px; }
  .hero-copy { width: 100%; padding: 42px 20px 25px; border-radius: 56px 56px 22px 22px; }
  .hero h1, .section h1, .form-intro h1 { font-size: 34px; }
  .form-shell { display: block; min-height: 0; padding-top: 120px; padding-bottom: 38px; }
  .section { padding-top: 120px; padding-bottom: 38px; }
  .form-intro {
    margin-bottom: 14px;
    padding: 22px 20px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 30px;
    background: rgba(3,63,37,.78);
    backdrop-filter: blur(6px);
    text-shadow: 0 2px 10px rgba(0,35,20,.55);
  }
  .form-intro p:last-child { margin-bottom: 0; }
  .event-facts > div { grid-template-columns: 90px minmax(0,1fr); }
  .information-grid, .ticket-layout { grid-template-columns: 1fr; }
  .ticket-copy { padding: 38px 19px 24px; border-radius: 46px 46px 20px 20px; }
  .button, .actions button { width: 100%; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-lockup { width: 285px; }
}
@media (max-width: 390px) {
  .site-header nav a:first-child { display: none; }
  .brand { width: 215px; }
  .hero { padding-top: 120px; }
  .form-shell, .section { padding-top: 120px; }
  .hero h1, .section h1, .form-intro h1 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
