:root {
  --ink: #061723;
  --ink-soft: #0b2231;
  --teal: #0f756c;
  --teal-bright: #29b49f;
  --gold: #d9ab54;
  --gold-light: #f4d998;
  --paper: #f3f0e8;
  --white: #ffffff;
  --muted: #69808c;
  --line: #dce4e5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, select, label, input[type="radio"], input[type="checkbox"] { cursor: pointer; }
[hidden] { display: none !important; }

.hero-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(4, 21, 31, .99), rgba(7, 35, 47, .97) 58%, rgba(9, 60, 59, .96)),
    radial-gradient(circle at 20% 10%, rgba(41,180,159,.2), transparent 35%);
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-glow { position: absolute; border-radius: 999px; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; top: -290px; right: 5%; background: rgba(217,171,84,.13); }
.hero-glow-two { width: 390px; height: 390px; bottom: -280px; left: 8%; background: rgba(41,180,159,.13); }

.topbar, .hero-grid { width: min(1240px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }
.topbar { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { color: white; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 50px; height: 50px; border: 1px solid rgba(244,217,152,.45); border-radius: 50%; overflow: hidden; background: #20262c; display: grid; place-items: center; }
.brand-logo img { width: 64px; height: 64px; object-fit: cover; }
.brand strong { display: block; font-family: Georgia, serif; letter-spacing: .18em; font-size: 18px; color: var(--gold-light); }
.brand small { display: block; margin-top: 3px; letter-spacing: .24em; font-size: 8px; color: rgba(255,255,255,.65); }
.event-pill { padding: 10px 16px; border: 1px solid rgba(244,217,152,.3); border-radius: 999px; color: var(--gold-light); font-weight: 700; font-size: 12px; letter-spacing: .12em; background: rgba(255,255,255,.04); }

.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr); gap: clamp(48px, 7vw, 92px); align-items: start; padding: 78px 0 90px; }
.hero-copy { position: sticky; top: 40px; padding-top: 22px; }
.eyebrow, .step-label { margin: 0 0 18px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.hero-copy h1 {
  margin: 0;
  max-width: 660px;
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-size: clamp(52px, 5.8vw, 82px);
  font-weight: 780;
  letter-spacing: -.058em;
  line-height: .98;
}
.hero-copy h1 span {
  display: block;
  margin-top: .08em;
  color: var(--gold-light);
  font-family: inherit;
  font-size: .76em;
  font-style: normal;
  font-weight: 680;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.lead { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.72; }

.event-card { margin-top: 38px; display: grid; grid-template-columns: 1.45fr 1fr; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.event-card div { padding: 18px 20px; }
.event-card div + div { border-left: 1px solid rgba(255,255,255,.11); }
.event-label { display: block; margin-bottom: 6px; color: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.event-card strong { font-size: 14px; font-weight: 650; }

.rule-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; }
.rule-row div { padding-right: 18px; }
.rule-row div + div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.13); }
.rule-row b { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.rule-row span { display: block; margin-top: 4px; color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; line-height: 1.4; }

.coach-note { display: flex; gap: 16px; margin-top: 38px; padding: 20px; border-left: 3px solid var(--teal-bright); background: rgba(41,180,159,.08); }
.note-mark { flex: 0 0 34px; height: 34px; border: 1px solid rgba(41,180,159,.5); border-radius: 50%; display: grid; place-items: center; color: var(--teal-bright); font-family: Georgia, serif; font-style: italic; }
.coach-note p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; }
.roster-update { margin-top: 18px; padding: 17px 18px; border: 1px solid rgba(244,217,152,.18); background: rgba(255,255,255,.035); }
.roster-update-label { display: block; margin-bottom: 11px; color: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.roster-team { display: grid; grid-template-columns: 135px 1fr 1fr; gap: 9px; align-items: center; color: rgba(255,255,255,.7); font-size: 11px; }
.roster-team + .roster-team { margin-top: 9px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.09); }
.roster-team strong { color: var(--teal-bright); font-size: 9px; letter-spacing: .09em; }
.roster-team-opponent strong { color: var(--gold-light); }

.form-card { color: var(--ink); background: rgba(255,255,255,.985); border-radius: 3px; padding: clamp(26px, 4vw, 46px); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.form-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.form-heading .step-label { color: var(--teal); margin-bottom: 9px; }
.form-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(26px, 3vw, 36px); font-weight: 400; letter-spacing: -.02em; }
.secure-badge { flex: 0 0 auto; border: 1px solid #b8dfd9; background: #eefaf7; color: var(--teal); border-radius: 999px; padding: 8px 11px; font-size: 9px; font-weight: 900; letter-spacing: .16em; }

form { padding-top: 28px; }
.field-block { display: block; position: relative; margin-bottom: 30px; }
.field-label, fieldset legend { display: block; margin-bottom: 10px; color: #18313e; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
em { color: #c54b3c; font-style: normal; }
select, textarea { width: 100%; border: 1px solid #cedadc; border-radius: 2px; background: #fbfcfc; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
select { min-height: 51px; padding: 0 42px 0 15px; }
textarea { min-height: 110px; padding: 14px 15px 28px; resize: vertical; line-height: 1.5; }
select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15,117,108,.11); }

.partner-fieldset, .choice-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.partner-fieldset { margin-bottom: 30px; }
.field-help { margin: -2px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.partner-list { border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.partner-row { display: grid; grid-template-columns: 52px 1fr 48px; align-items: center; min-height: 76px; background: #fff; }
.partner-row + .partner-row { border-top: 1px solid var(--line); }
.partner-row:focus-within { background: #f7fbfa; }
.rank-box { align-self: stretch; display: grid; place-items: center; color: var(--gold); background: #0b2331; font-family: Georgia, serif; font-size: 17px; }
.partner-select-wrap { padding: 10px 14px; }
.partner-select-wrap > span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.partner-select-wrap select { min-height: 34px; padding: 0 25px 0 0; border: 0; background: transparent; font-weight: 650; box-shadow: none; }
.point-tag { color: var(--teal); font-size: 11px; font-weight: 900; }

.two-column { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; margin-bottom: 30px; }
.radio-card { display: flex; align-items: center; gap: 9px; min-height: 39px; color: #304955; font-size: 13px; }
.radio-card input { width: 17px; height: 17px; accent-color: var(--teal); }
.counter { position: absolute; bottom: 9px; right: 11px; color: #8a9ca5; font-size: 10px; }

.confirm-row { display: flex; align-items: flex-start; gap: 11px; margin: 4px 0 18px; color: #4b626d; font-size: 12px; line-height: 1.45; }
.confirm-row input { flex: 0 0 18px; width: 18px; height: 18px; margin: 0; accent-color: var(--teal); }
.error-message { margin: 0 0 14px; padding: 11px 13px; color: #8d3025; background: #fff0ee; border-left: 3px solid #c54b3c; font-size: 12px; }
.success-panel { display: flex; gap: 13px; align-items: center; margin: 24px 0 0; padding: 15px 16px; color: #0d5e55; background: #e9f8f5; border: 1px solid #b9e3da; }
.success-panel > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-weight: 900; }
.success-panel strong { font-size: 13px; }
.success-panel p { margin: 3px 0 0; font-size: 11px; color: #52766f; }
.submit-button { width: 100%; min-height: 58px; border: 0; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: #071b27; background: linear-gradient(95deg, #c99437, #f2d487); font-weight: 900; letter-spacing: .11em; transition: transform .2s, filter .2s; }
.submit-button:hover:not(:disabled) { transform: translateY(-2px); filter: brightness(1.04); }
.submit-button:disabled { cursor: wait; opacity: .7; }
.submit-button b { font-size: 22px; font-weight: 400; }
.privacy-copy { margin: 11px 0 0; color: #91a0a7; text-align: center; font-size: 10px; }

.awards-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 82px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0, rgba(217,171,84,.2), transparent 31%),
    linear-gradient(180deg, #f6f2e8, #ebe5d8);
}
.awards-section::before {
  content: "PRESIDENT";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(6,23,35,.035);
  font-family: Georgia, serif;
  font-size: clamp(92px, 16vw, 220px);
  letter-spacing: .05em;
  white-space: nowrap;
  pointer-events: none;
}
.awards-inner { width: min(1160px, calc(100% - 40px)); margin: 0 auto; position: relative; }
.awards-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 64px; margin-bottom: 46px; }
.awards-kicker { margin: 0 0 12px; color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.awards-heading h2 { max-width: 650px; margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 60px); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
.awards-intro { margin: 0; padding-left: 24px; border-left: 2px solid var(--gold); color: #5e7078; font-size: 14px; line-height: 1.7; }
.podium-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.award-card { grid-column: span 2; }
.award-fourth { grid-column: 2 / span 2; }
.award-fifth { grid-column: span 2; }
.award-card { position: relative; min-height: 300px; padding: 30px; overflow: hidden; border: 1px solid rgba(6,23,35,.12); background: rgba(255,255,255,.55); }
.award-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 190px; height: 190px; border: 1px solid rgba(6,23,35,.07); border-radius: 50%; }
.award-first { color: white; border-color: rgba(217,171,84,.34); background: linear-gradient(145deg, #061723, #103a42); box-shadow: 0 24px 50px rgba(6,23,35,.18); }
.award-first::after { border-color: rgba(244,217,152,.18); }
.award-rank { position: absolute; top: 22px; right: 25px; color: rgba(6,23,35,.15); font-family: Georgia, serif; font-size: 50px; line-height: 1; }
.award-first .award-rank { color: rgba(244,217,152,.18); }
.medal { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 42px; border: 1px solid; border-radius: 50%; font-family: Georgia, serif; font-size: 21px; font-weight: 700; box-shadow: inset 0 0 0 6px rgba(255,255,255,.22); }
.medal-gold { color: #36270b; border-color: #c4902d; background: linear-gradient(135deg, #fff0b7, #c58b26); }
.medal-silver { color: #3b4850; border-color: #a3afb5; background: linear-gradient(135deg, #f4f7f8, #a8b4b9); }
.medal-bronze { color: #4c2916; border-color: #a66b45; background: linear-gradient(135deg, #ebc0a1, #a9683d); }
.medal-fourth { color: #174b4a; border-color: #74aaa5; background: linear-gradient(135deg, #d7efeb, #8abbb5); }
.medal-fifth { color: #4d5960; border-color: #aeb8bc; background: linear-gradient(135deg, #f0f2f1, #bdc5c7); }
.award-card > p { margin: 0 0 8px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.award-first > p { color: var(--gold-light); }
.award-card h3 { margin: 0 0 25px; font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: 32px; font-weight: 800; letter-spacing: -.045em; }
.award-reward { display: inline-flex; align-items: center; gap: 9px; padding-top: 14px; border-top: 1px solid rgba(6,23,35,.13); color: #60727a; font-size: 12px; font-weight: 750; }
.award-first .award-reward { color: rgba(255,255,255,.72); border-color: rgba(255,255,255,.16); }
.award-reward b { color: var(--gold); }
.award-split { font-size: 11px; }
.sponsor-note { display: block; margin-top: 13px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .055em; line-height: 1.45; text-transform: uppercase; }
.ranking-rule { margin-top: 18px; padding: 20px 22px; display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 22px; border: 1px solid rgba(6,23,35,.1); background: rgba(255,255,255,.43); }
.ranking-rule > span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.ranking-rule ol { display: grid; grid-template-columns: repeat(4, auto); gap: 20px; margin: 0; padding: 0; list-style: none; }
.ranking-rule li { color: #556971; font-size: 11px; white-space: nowrap; }
.ranking-rule li b { margin-right: 5px; color: var(--gold); font-family: Georgia, serif; }
.gala-callout { margin: 30px 0 0; color: #5d7078; text-align: center; font-size: 12px; letter-spacing: .05em; }
.gala-callout strong { color: var(--ink); }

.format-strip { background: #e8e3d7; border-top: 1px solid #d8d1c2; border-bottom: 1px solid #d8d1c2; }
.format-inner { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 28px; padding: 24px 0; }
.format-inner > p { margin: 0; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.format-list { display: flex; gap: 8px; flex-wrap: wrap; }
.format-list span { padding: 7px 10px; border: 1px solid #cfc8ba; border-radius: 999px; color: #4e5c61; background: rgba(255,255,255,.38); font-size: 10px; font-weight: 700; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 28px max(24px, calc((100vw - 1240px)/2)); color: rgba(255,255,255,.55); background: var(--ink); font-size: 10px; letter-spacing: .08em; }
footer p { margin: 0; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-weight: 800; }
.footer-brand img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; background: #20262c; }
.signature { justify-self: end; }
.signature strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 13px; font-style: italic; font-weight: 400; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; max-width: 760px; padding-top: 48px; }
  .hero-copy { position: static; padding-top: 0; }
  .hero-copy h1 { max-width: 700px; }
  .lead { max-width: 680px; }
  .awards-heading { grid-template-columns: 1fr; gap: 22px; }
  .awards-intro { max-width: 680px; }
  .podium-grid { grid-template-columns: 1fr 1fr; }
  .award-card, .award-fourth, .award-fifth { grid-column: auto; }
  .award-first { grid-column: 1 / -1; }
  .ranking-rule { grid-template-columns: 1fr; }
  .ranking-rule ol { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .signature { justify-self: center; }
}

@media (max-width: 620px) {
  .topbar, .hero-grid, .format-inner { width: min(100% - 26px, 560px); }
  .topbar { height: 78px; }
  .brand-logo { width: 42px; height: 42px; }
  .brand-logo img { width: 55px; height: 55px; }
  .brand strong { font-size: 14px; }
  .event-pill { padding: 8px 10px; font-size: 9px; }
  .hero-grid { gap: 38px; padding: 48px 0 62px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy h1 span { font-size: .74em; letter-spacing: -.04em; }
  .lead { font-size: 15px; }
  .event-card { grid-template-columns: 1fr; }
  .event-card div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.11); }
  .rule-row b { font-size: 25px; }
  .rule-row div { padding-right: 10px; }
  .rule-row div + div { padding-left: 10px; }
  .form-card { margin: 0 -3px; padding: 25px 18px 28px; }
  .form-heading h2 { font-size: 27px; }
  .secure-badge { padding: 7px 8px; }
  .partner-row { grid-template-columns: 44px 1fr 38px; }
  .partner-select-wrap { padding: 9px 10px; }
  .partner-select-wrap select { font-size: 13px; }
  .two-column { grid-template-columns: 1fr; gap: 22px; }
  .roster-team { grid-template-columns: 1fr 1fr; }
  .roster-team strong { grid-column: 1 / -1; }
  .awards-section { padding: 66px 0 62px; }
  .awards-inner { width: min(100% - 26px, 560px); }
  .awards-heading h2 { font-size: 40px; }
  .awards-intro { padding-left: 16px; }
  .podium-grid { grid-template-columns: 1fr; }
  .award-card, .award-first, .award-fourth, .award-fifth { grid-column: auto; }
  .award-card { min-height: 265px; padding: 25px; }
  .medal { margin-bottom: 34px; }
  .ranking-rule { padding: 19px 18px; }
  .ranking-rule ol { grid-template-columns: 1fr; gap: 12px; }
  .ranking-rule li { white-space: normal; }
  .format-inner { grid-template-columns: 1fr; gap: 12px; }
  footer { padding: 28px 20px; }
}
