:root {
  --navy: #1f2a3a;
  --navy-soft: #2a374a;
  --champagne: #b8a58a;
  --champagne-light: #d8cbb9;
  --ivory: #f8f5ef;
  --white: #fffefa;
  --charcoal: #2c3137;
  --muted: #777c82;
  --line: #ded8cf;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.site-header { height: 92px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,254,250,.96); border-bottom: 1px solid rgba(31,42,58,.08); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.brand { text-decoration: none; color: var(--navy); display: flex; flex-direction: column; line-height: .9; }
.brand span { color: var(--champagne); font-size: 10px; letter-spacing: .38em; padding-left: 2px; }
.brand strong { font: 500 29px/1 var(--serif); }
nav { display: flex; align-items: center; gap: 34px; }
nav a { text-decoration: none; color: #4d5560; font-size: 13px; }
.nav-cta { background: var(--navy); color: white; border-radius: 999px; padding: 10px 20px; }
.hero { min-height: 670px; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 8vw, 140px); align-items: center; padding: 90px clamp(24px, 8vw, 130px); background: var(--ivory); }
.hero-copy { max-width: 720px; }
.eyebrow, .form-kicker { color: var(--champagne); font-size: 11px; font-weight: 600; letter-spacing: .3em; margin: 0 0 18px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--navy); line-height: 1.02; margin-top: 0; }
h1 { font-size: clamp(52px, 6vw, 82px); letter-spacing: -.025em; margin-bottom: 26px; }
h1 em { color: var(--champagne); font-weight: 500; }
.lede { color: #5d646d; max-width: 630px; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { border: 1px solid transparent; border-radius: 999px; padding: 14px 25px; font: 600 13px var(--sans); text-decoration: none; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; }
.button.primary { color: white; background: var(--navy); box-shadow: 0 8px 24px rgba(31,42,58,.16); }
.button.primary:hover { background: var(--navy-soft); }
.text-link { color: var(--navy); padding-inline: 0; }
.hero-card { min-height: 420px; background: var(--navy); color: white; padding: 60px; display: flex; flex-direction: column; justify-content: center; border-radius: 4px 42px 4px 4px; box-shadow: 0 24px 60px rgba(31,42,58,.17); }
.hero-card p { color: var(--champagne-light); letter-spacing: .35em; font-size: 10px; }
.hero-card h2 { color: white; font-size: clamp(44px, 5vw, 65px); margin: 32px 0; }
.hero-card span { color: #b8bec5; font-size: 13px; }
.intro { text-align: center; max-width: 900px; margin: 0 auto; padding: 120px 24px; }
.intro h2, .section-heading h2, .sports-detail h2, .beta h2 { font-size: clamp(40px, 4vw, 58px); }
.intro > p:last-child { color: var(--muted); font-size: 18px; max-width: 740px; margin-inline: auto; }
.experiences { padding: 110px clamp(24px, 7vw, 110px); background: var(--ivory); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 56px; }
.section-heading > div { max-width: 700px; }
.section-heading > p { max-width: 360px; color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.experience-grid > .experience-card { min-height: 390px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 38px; display: flex; flex-direction: column; box-shadow: 0 9px 28px rgba(31,42,58,.04); text-decoration: none; color: inherit; }
.experience-card { cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.experience-card:hover, .experience-card:focus-visible { transform: translateY(-7px); box-shadow: 0 18px 42px rgba(31,42,58,.11); border-color: var(--champagne); outline: none; }
.experience-grid > .experience-card > span:first-child { color: var(--champagne); font-family: var(--serif); font-size: 22px; }
.experience-grid .eyebrow { margin-top: auto; }
.experience-grid h3 { font-size: 38px; margin-bottom: 12px; }
.experience-grid > .experience-card p:not(.eyebrow) { color: var(--muted); }
.experience-grid .featured { background: var(--navy); border-color: var(--navy); color: white; transform: translateY(-14px); }
.experience-grid .featured:hover, .experience-grid .featured:focus-visible { transform: translateY(-21px); }
.experience-grid .featured h3 { color: white; }
.card-action { margin-top: 16px; color: white !important; font: 600 12px var(--sans) !important; letter-spacing: .12em; }
.status { font-size: 10px !important; letter-spacing: .18em; color: var(--champagne) !important; margin-top: 16px; }
.experience-dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100vh - 48px); overflow: auto; border: 0; border-radius: 24px; padding: clamp(34px, 6vw, 60px); background: var(--white); color: var(--navy); box-shadow: 0 30px 90px rgba(31,42,58,.28); }
.experience-dialog::backdrop { background: rgba(31,42,58,.6); backdrop-filter: blur(5px); }
.experience-dialog h2 { margin: 12px 0 16px; font-size: clamp(38px, 6vw, 58px); }
.dialog-close { position: absolute; top: 18px; right: 22px; border: 0; background: transparent; color: var(--navy); font: 300 34px/1 var(--sans); cursor: pointer; }
.preview-intro { color: var(--muted); font-size: 17px; }
.preview-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 28px 0 32px; }
.preview-features span { padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); font-size: 14px; background: var(--ivory); }
.preview-action { display: inline-flex; }
.collection-preview { padding: 110px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; scroll-margin-top: 90px; }
.collection-preview.alternate { background: var(--ivory); }
.collection-preview h2 { font-size: clamp(40px, 4vw, 58px); margin-bottom: 22px; }
.collection-preview > div > p:last-child { color: var(--muted); max-width: 620px; }
.preview-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.preview-list span { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: var(--navy); font-size: 14px; box-shadow: 0 7px 20px rgba(31,42,58,.035); }
.sports-detail { padding: 120px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.role-list > div { display: grid; grid-template-columns: 160px 1fr; gap: 24px; border-top: 1px solid var(--line); padding: 25px 0; }
.role-list > div:last-child { border-bottom: 1px solid var(--line); }
.role-list strong { font: 500 25px var(--serif); color: var(--navy); }
.role-list span { color: var(--muted); }
.beta { background: var(--ivory); padding: 110px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 7vw, 100px); align-items: start; }
.beta-intro { position: sticky; top: 130px; }
.beta-intro > p:not(.eyebrow), .beta-intro li { color: var(--muted); }
.beta-intro ul { padding-left: 20px; }
.beta-intro aside { margin-top: 30px; padding: 20px; background: #eee7dc; border-left: 3px solid var(--champagne); display: flex; flex-direction: column; }
.beta-intro aside strong { color: var(--navy); }
.beta-intro aside span { color: var(--muted); font-size: 13px; }
form { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: clamp(25px, 5vw, 55px); box-shadow: 0 16px 46px rgba(31,42,58,.07); }
.form-progress { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 40px; }
.form-progress span { color: #aaa; font-size: 12px; }
.form-progress span.active { color: var(--navy); }
.form-progress b { font-weight: 500; margin-left: 6px; }
.form-step { display: none; }
.form-step.active, .role-panel.active { display: block; }
.form-step h3 { font-size: 40px; margin-bottom: 28px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label, legend { color: var(--navy); font-size: 13px; font-weight: 600; }
label { display: block; margin-bottom: 22px; }
legend { margin-bottom: 13px; }
legend small { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; margin-top: 8px; border: 1px solid #d9d4cc; border-radius: 10px; padding: 13px 14px; background: white; color: var(--charcoal); font: 400 15px var(--sans); }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(184,165,138,.45); border-color: var(--champagne); }
fieldset { border: 0; margin: 0 0 25px; padding: 0; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; }
.checks.compact { grid-template-columns: repeat(2, 1fr); }
.checks.single { grid-template-columns: 1fr; }
.checks label, .consent { border: 1px solid var(--line); border-radius: 9px; padding: 11px 12px; font-weight: 400; margin: 0; display: flex; align-items: flex-start; gap: 9px; }
.checks input, .consent input { width: auto; margin: 4px 0 0; accent-color: var(--navy); }
.role-panel { display: none; }
.form-actions { display: flex; justify-content: space-between; gap: 16px; margin-top: 25px; }
.button.back { background: transparent; border-color: var(--line); color: var(--navy); }
.form-note { font-size: 11px; color: #92979d; margin: 28px 0 0; }
.honeypot { position: absolute !important; left: -9999px !important; }
footer { min-height: 180px; background: var(--navy); color: #c0c4ca; padding: 48px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; align-items: end; font-size: 12px; }
.footer-brand strong { color: white; }
footer p { margin: 0; }
footer > a:not(.brand), footer > span { justify-self: end; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero, .collection-preview, .sports-detail, .beta { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-card { min-height: 330px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid .featured { transform: none; }
  .experience-grid .featured:hover, .experience-grid .featured:focus-visible { transform: translateY(-7px); }
  .section-heading { display: block; }
  .beta-intro { position: static; }
}

@media (max-width: 580px) {
  .site-header { height: 78px; }
  .brand strong { font-size: 25px; }
  .nav-cta { padding: 9px 15px; }
  .hero { padding-inline: 22px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-card { padding: 36px; }
  .preview-features { grid-template-columns: 1fr; }
  .preview-list { grid-template-columns: 1fr; }
  .field-row, .checks, .checks.compact { grid-template-columns: 1fr; }
  .form-progress b { display: none; }
  .role-list > div { grid-template-columns: 1fr; gap: 5px; }
  footer { grid-template-columns: 1fr; }
  footer > a:not(.brand), footer > span { justify-self: start; }
}
