:root {
  --ink: #102e27;
  --ink-2: #173f35;
  --cream: #f4f0e5;
  --paper: #fffdf7;
  --white: #ffffff;
  --lime: #d8ef45;
  --lime-dark: #b9d51b;
  --orange: #e9683b;
  --muted: #66756f;
  --line: rgba(16,46,39,.16);
  --shadow: 0 24px 70px rgba(16,46,39,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 1000; background: #fff; padding: 8px 12px; }
.skip-link:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(16,46,39,.92); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; text-transform: uppercase; line-height: .9; }
.brand > span:last-child { display: grid; gap: 5px; letter-spacing: .09em; font-family: "Barlow Condensed", sans-serif; font-size: 14px; }
.brand strong { color: var(--lime); font-size: 22px; letter-spacing: .045em; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: var(--lime); }
.brand-mark .brand-ball { fill: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav a.button { color: var(--ink); }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; background: #fff; margin: 5px; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; border: 1px solid var(--lime); border-radius: 3px; background: var(--lime); color: var(--ink); text-decoration: none; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #e3fa56; box-shadow: 0 10px 25px rgba(216,239,69,.2); }
.button-small { min-height: 40px; padding: 0 18px; }
.button-secondary { min-height: 52px; padding: 0 22px; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--ink); font-weight: 700; }
.button-light { background: #fff; border-color: #fff; }

.hero { position: relative; overflow: hidden; padding-top: 78px; color: #fff; background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero-glow { position: absolute; width: 640px; height: 640px; right: -220px; top: -160px; background: radial-gradient(circle, rgba(216,239,69,.22), transparent 65%); }
.hero-content { min-height: 710px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.eyebrow.dark { color: var(--orange); }
.hero h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .92; margin: 0; }
.hero h1 { font-size: clamp(68px, 8.1vw, 118px); letter-spacing: -.025em; }
.hero h1 span { color: var(--lime); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { color: #fff; text-decoration: none; font-weight: 700; }
.text-link span { color: var(--lime); margin-left: 7px; }
.hero-proof { margin-top: 48px; display: flex; gap: 34px; }
.hero-proof div { display: grid; padding-right: 34px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font-family: "Barlow Condensed"; font-size: 29px; line-height: 1; color: #fff; }
.hero-proof span { color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.field-card { position: relative; transform: rotate(3deg); padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.07); box-shadow: 0 40px 100px rgba(0,0,0,.28); backdrop-filter: blur(8px); }
.field-lines { position: relative; aspect-ratio: 4/5; overflow: hidden; border: 2px solid rgba(255,255,255,.7); background: repeating-linear-gradient(90deg, #2e6f5a 0 14.28%, #347760 14.28% 28.56%); }
.field-lines:before, .field-lines:after { content: ""; position: absolute; left: 35%; width: 30%; height: 7%; border: 2px solid rgba(255,255,255,.65); }
.field-lines:before { top: -2px; } .field-lines:after { bottom: -2px; }
.center-line { position: absolute; left: 0; right: 0; top: 50%; border-top: 2px solid rgba(255,255,255,.65); }
.center-circle { position: absolute; width: 28%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; left: 36%; top: 36%; }
.penalty { position: absolute; left: 25%; width: 50%; height: 18%; border: 2px solid rgba(255,255,255,.65); }
.penalty-top { top: -2px; } .penalty-bottom { bottom: -2px; }
.player, .ball { position: absolute; width: 20px; height: 20px; border-radius: 50%; background: var(--lime); box-shadow: 0 4px 10px rgba(0,0,0,.22); }
.p1 { left: 24%; top: 23%; }.p2 { right: 20%; top: 31%; }.p3 { left: 46%; top: 55%; }.p4 { left: 19%; bottom: 19%; }.p5 { right: 16%; bottom: 25%; }
.ball { width: 13px; height: 13px; left: 54%; top: 47%; background: #fff; border: 3px solid var(--ink); }
.field-caption { padding: 18px 4px 3px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: 13px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(216,239,69,.12); }
.hero-band { border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.12); }
.hero-band-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.72); font-family: "Barlow Condensed"; letter-spacing: .16em; font-weight: 700; }
.hero-band i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.section { padding: 120px 0; }
.section-number { margin-bottom: 25px; color: rgba(16,46,39,.25); font-family: "Barlow Condensed"; font-size: 19px; font-weight: 700; }
.section-number.light { color: rgba(255,255,255,.35); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
h2 { max-width: 760px; font-size: clamp(47px, 6vw, 78px); letter-spacing: -.02em; }
.mission-copy { padding-top: 56px; }
.mission-copy p { color: var(--muted); font-size: 16px; }
.mission-copy .large-copy { color: var(--ink); font-size: 25px; line-height: 1.45; font-weight: 600; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 55px; }
.section-heading > p { max-width: 430px; color: var(--muted); }
.markets { background: var(--cream); }
.market-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.market-card { min-height: 440px; position: relative; overflow: hidden; display: flex; justify-content: space-between; padding: 32px; border-radius: 5px; color: #fff; background: var(--ink); isolation: isolate; }
.market-card:before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(145deg, rgba(0,0,0,.07), rgba(0,0,0,.65)); }
.market-card:after { content: ""; position: absolute; width: 390px; height: 390px; right: -120px; top: -120px; z-index: -1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.market-card.houston { background: #4b352c; }
.market-index { font-family: "Barlow Condensed"; font-size: 20px; color: var(--lime); }
.market-content { align-self: end; max-width: 450px; }
.market-content p { margin: 0 0 8px; color: var(--lime); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; }
.market-content h3 { font-size: 54px; }
.market-content > span { display: block; margin: 18px 0 30px; color: rgba(255,255,255,.7); font-size: 14px; }
.market-select { padding: 0; border: 0; color: #fff; background: none; font-weight: 800; }
.market-select span { margin-left: 10px; color: var(--lime); }

.process { color: #fff; background: var(--ink); }
.process-heading > p { color: rgba(255,255,255,.62); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.step { padding: 35px 28px 12px 0; border-right: 1px solid rgba(255,255,255,.18); }
.step + .step { padding-left: 28px; }
.step:last-child { border: 0; }
.step > span { display: inline-block; margin-bottom: 70px; color: var(--lime); font-family: "Barlow Condensed"; font-size: 18px; }
.step h3 { font-size: 30px; }
.step p { color: rgba(255,255,255,.58); font-size: 14px; }

.register { background: #fff; }
.register-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.register-intro { position: sticky; top: 120px; }
.register-intro > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 35px 0 0; }
.check-list li { position: relative; padding: 14px 0 14px 34px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.form-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); box-shadow: var(--shadow); }
.form-progress { height: 5px; background: #e4e2db; }
.form-progress span { display: block; width: 33.33%; height: 100%; background: var(--lime-dark); transition: width .3s ease; }
.form-step { display: none; padding: 46px; }
.form-step.active { display: block; animation: formIn .25s ease; }
@keyframes formIn { from { opacity: 0; transform: translateY(8px); } }
.form-step-label { margin-bottom: 10px; color: var(--orange); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.form-step h3 { margin-bottom: 30px; font-size: 39px; }
label, legend { display: block; font-size: 13px; font-weight: 700; }
label { margin-bottom: 20px; }
.optional { color: var(--muted); font-weight: 400; }
input:not([type="radio"]):not([type="checkbox"]), select { width: 100%; height: 52px; margin-top: 8px; padding: 0 14px; border: 1px solid rgba(16,46,39,.22); border-radius: 2px; background: #fff; color: var(--ink); outline: none; }
input:focus, select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(16,46,39,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
fieldset { padding: 0; margin: 0 0 22px; border: 0; }
legend { margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-grid.three { grid-template-columns: repeat(3,1fr); }
.choice { margin: 0; }
.choice input { position: absolute; opacity: 0; }
.choice span { min-height: 50px; display: grid; place-items: center; padding: 8px; border: 1px solid rgba(16,46,39,.2); border-radius: 3px; background: #fff; text-align: center; transition: .15s ease; }
.choice input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; box-shadow: inset 0 -4px var(--lime); }
.consent { display: flex; align-items: flex-start; gap: 11px; font-weight: 500; line-height: 1.4; }
.consent input { margin-top: 3px; accent-color: var(--ink); }
.form-buttons { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; }
.form-buttons .button { margin-left: auto; }
.form-message { display: none; margin-top: 14px; padding: 12px; border-radius: 3px; font-size: 13px; }
.form-message.error { display: block; color: #872d21; background: #fae8e3; }
.form-message.success { display: block; color: #15553e; background: #e0f4e9; }

.closing { padding: 110px 0; color: #fff; text-align: center; background: var(--orange); }
.closing h2 { max-width: none; margin-bottom: 35px; font-size: clamp(56px, 8vw, 104px); }
.closing .eyebrow { color: #fff3d8; }
footer { padding: 55px 0; color: #fff; background: #0a211c; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr .5fr; gap: 50px; align-items: start; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }
.footer-grid .fine-print { margin-top: 12px; color: rgba(255,255,255,.35); font-size: 12px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 13px; }

@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 24px 20px; flex-direction: column; align-items: stretch; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.open { display: flex; }
  .menu-button { display: block; }
  .hero-content { grid-template-columns: 1fr; min-height: auto; padding: 100px 0 85px; }
  .hero-visual { max-width: 570px; }
  .split, .register-grid { grid-template-columns: 1fr; }
  .register-intro { position: static; }
  .market-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero-content { padding-top: 70px; gap: 45px; }
  .hero h1 { font-size: 62px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-proof { gap: 15px; }
  .hero-proof div { padding-right: 15px; }
  .hero-band-inner { font-size: 10px; }
  .section { padding: 85px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .mission-copy { padding-top: 0; }
  .market-card { min-height: 385px; padding: 24px; }
  .market-content h3 { font-size: 45px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .step > span { margin-bottom: 28px; }
  .form-step { padding: 30px 22px; }
  .field-row, .choice-grid, .choice-grid.three { grid-template-columns: 1fr; }
  .form-buttons { align-items: stretch; flex-direction: column-reverse; }
  .form-buttons .button { margin-left: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
