:root {
  --ink: #17231d;
  --ink-soft: #536158;
  --forest: #164b37;
  --forest-deep: #0d3828;
  --forest-pale: #eaf1e9;
  --gold: #c99833;
  --gold-bright: #e2b755;
  --cream: #f8f4e9;
  --paper: #fffdf8;
  --line: #dfe4dc;
  --white: #ffffff;
  --shadow: 0 22px 65px rgba(20, 49, 36, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.topline {
  height: 38px;
  padding: 0 max(24px, calc((100% - 1160px) / 2));
  background: var(--forest-deep);
  color: #eaf3ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: .05em;
}
.topline p { margin: 0; display: flex; align-items: center; gap: 9px; }
.topline a { color: #f4ce7a; font-weight: 700; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #63c988; box-shadow: 0 0 0 4px rgba(99,201,136,.14); display: inline-block; }

.site-header {
  height: 84px;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; background: #101010; box-shadow: 0 0 0 2px var(--gold); }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: Georgia, serif; letter-spacing: .06em; font-size: 20px; }
.brand small { color: var(--gold); font-weight: 800; letter-spacing: .31em; font-size: 9px; margin-top: 5px; }
.site-header nav { display: flex; align-items: center; gap: 25px; font-weight: 650; font-size: 14px; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--forest); }
.site-header .nav-cta { border: 1px solid var(--forest); padding: 10px 18px; border-radius: 999px; color: var(--forest); }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span { width: 24px; height: 2px; background: var(--ink); display: block; margin: 5px 0; }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 62px;
  padding: 60px 0 92px;
}
.eyebrow { margin: 0 0 19px; color: var(--forest); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 29px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #f3d98f; }
.hero h1, .section-heading h2, .ladder-copy h2, .about-copy h2, .final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.hero h1 { font-size: clamp(55px, 5.7vw, 80px); margin: 0; }
.hero h1 em { color: var(--forest); font-weight: inherit; }
.hero-intro { font-size: 18px; color: var(--ink-soft); max-width: 560px; margin: 26px 0 32px; }
.hero-actions { display: flex; align-items: center; gap: 17px; }
.button { min-height: 49px; padding: 0 23px; border-radius: 10px; display: inline-flex; justify-content: center; align-items: center; font-weight: 800; font-size: 14px; border: 0; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(22,75,55,.2); }
.button-primary:hover { background: var(--forest-deep); }
.button-quiet { color: var(--ink); gap: 10px; }
.button-quiet span { color: var(--gold); font-size: 19px; }
.button-gold { background: var(--gold-bright); color: #252216; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; max-width: 500px; border-top: 1px solid #d8ddda; padding-top: 23px; }
.hero-proof > div { display: flex; flex-direction: column; }
.hero-proof > div + div { border-left: 1px solid #d8ddda; padding-left: 25px; }
.hero-proof strong { font-family: Georgia, serif; color: var(--forest); font-size: 22px; }
.hero-proof span { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; margin-top: 2px; }

.hero-art { position: relative; min-height: 510px; display: grid; place-items: center; }
.logo-frame { width: min(405px, 85%); aspect-ratio: 1; border-radius: 50%; background: #111; padding: 13px; box-shadow: var(--shadow), 0 0 0 1px rgba(201,152,51,.45); position: relative; z-index: 2; overflow: hidden; }
.logo-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.gold-orbit { position: absolute; border: 1px solid rgba(201,152,51,.46); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 520px; height: 520px; border-style: dashed; opacity: .55; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-art::before { width: 290px; height: 290px; background: rgba(190,207,185,.65); top: 20px; right: -5px; }
.hero-art::after { width: 190px; height: 190px; background: rgba(230,194,109,.26); left: 4px; bottom: 15px; }
.floating-note { position: absolute; z-index: 4; background: rgba(255,255,255,.94); box-shadow: 0 13px 34px rgba(26,55,41,.16); border: 1px solid rgba(255,255,255,.8); border-radius: 12px; padding: 12px 16px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.floating-note span { color: var(--gold); margin-right: 6px; }
.note-one { left: 0; top: 89px; }
.note-two { right: -5px; bottom: 73px; }

.free-play-wrap { background: var(--forest); padding: 72px 0; position: relative; overflow: hidden; }
.free-play-wrap::before { content: "BP"; position: absolute; right: -50px; top: -155px; font-family: Georgia, serif; font-size: 350px; color: rgba(255,255,255,.026); font-weight: 800; }
.free-play-card { position: relative; z-index: 1; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.19); border-radius: var(--radius); color: white; overflow: hidden; }
.free-play-heading { min-height: 98px; padding: 23px 31px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.free-play-heading .eyebrow { margin-bottom: 6px; }
.free-play-heading h2 { font: 500 26px Georgia, serif; margin: 0; }
.play-status { background: rgba(0,0,0,.14); border-radius: 999px; padding: 8px 13px; display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.free-play-grid { display: grid; grid-template-columns: 105px 1.3fr .8fr; align-items: center; gap: 28px; padding: 38px 31px; }
.league-mark { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(230,194,109,.55); background: rgba(0,0,0,.13); color: #f4d684; font: 800 16px Georgia, serif; }
.matchup { color: #bed1c7; font-size: 13px; font-weight: 700; letter-spacing: .05em; margin: 0 0 4px; }
.play-main h3 { font: 500 clamp(28px, 3vw, 41px) Georgia, serif; margin: 0 0 17px; letter-spacing: -.02em; }
.play-meta { display: flex; gap: 8px; }
.play-meta span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.19); border-radius: 6px; font-size: 11px; font-weight: 750; }
.analysis-blurb { border-left: 2px solid var(--gold); padding-left: 20px; }
.analysis-blurb span { text-transform: uppercase; color: #f0ce77; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.analysis-blurb p { color: #d6e3dc; font-size: 13px; line-height: 1.65; margin: 7px 0 0; }
.play-note { margin: 0; padding: 14px 31px; background: rgba(0,0,0,.11); color: #abc2b7; font-size: 11px; text-align: center; }

.vip-section { padding: 110px 0; }
.section-heading h2, .ladder-copy h2, .about-copy h2 { font-size: clamp(43px, 5vw, 61px); margin: 0; }
.split-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.split-heading > p { max-width: 435px; color: var(--ink-soft); margin: 0 0 4px; }
.vip-layout { display: grid; grid-template-columns: 1.55fr .7fr; gap: 25px; }
.vip-list { display: grid; gap: 12px; }
.vip-item { min-height: 101px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; display: grid; grid-template-columns: 58px 1fr auto; gap: 19px; align-items: center; padding: 18px 22px; transition: transform .2s, box-shadow .2s; }
.vip-item:hover { transform: translateX(3px); box-shadow: 0 10px 26px rgba(33,54,43,.07); }
.vip-sport { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 12px; background: var(--forest-pale); color: var(--forest); font-size: 9px; font-weight: 900; text-align: center; line-height: 1.15; }
.vip-item small { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.vip-item h3 { font: 600 20px Georgia, serif; margin: 2px 0 0; }
.vip-lock { color: var(--forest); font-size: 11px; font-weight: 850; background: var(--forest-pale); padding: 7px 10px; border-radius: 999px; }
.vip-callout { padding: 34px; background: var(--forest-deep); border-radius: 18px; color: white; position: relative; overflow: hidden; }
.vip-callout::after { content: "★"; position: absolute; font-size: 150px; color: rgba(255,255,255,.035); right: -19px; bottom: -50px; }
.mini-label { margin: 0 0 11px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 900; }
.vip-callout h3 { font: 500 34px/1.05 Georgia, serif; margin: 0 0 15px; }
.vip-callout > p:not(.mini-label) { color: #b8c9c0; font-size: 13px; }
.vip-callout .button { width: 100%; margin: 15px 0 13px; position: relative; z-index: 1; }
.vip-callout small { color: #81978c; display: block; text-align: center; font-size: 9px; }

.connect-section { padding: 10px 0 110px; }
.connect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.connect-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 25px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; min-height: 230px; box-shadow: 0 13px 38px rgba(30,60,45,.06); position: relative; overflow: hidden; }
.connect-card::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -63px; top: -66px; background: var(--forest-pale); }
.connect-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--forest); color: white; display: grid; place-items: center; font: 800 25px Georgia, serif; position: relative; z-index: 1; }
.venmo-card .connect-icon { background: #2581c4; }
.cashapp-card .connect-icon { background: #24ad5f; }
.winible-card .connect-icon { background: var(--ink); color: var(--gold-bright); }
.connect-copy { min-width: 0; position: relative; z-index: 1; }
.connect-copy > p { margin: 1px 0 2px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 850; }
.connect-copy > strong { display: block; font: 600 21px Georgia, serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.connect-copy > small { color: var(--ink-soft); font-size: 10px; }
.copy-tag { display: flex; align-items: center; gap: 8px; max-width: 100%; background: none; border: 0; padding: 0; color: var(--ink); cursor: pointer; text-align: left; }
.copy-tag strong { font: 600 22px Georgia, serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.copy-tag span { color: var(--forest); background: var(--forest-pale); border-radius: 999px; padding: 3px 7px; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.copy-tag:disabled { cursor: default; color: #7f8982; }
.copy-tag:disabled span { display: none; }
.connect-link { grid-column: 1 / -1; align-self: end; min-height: 42px; border-radius: 9px; background: var(--forest); color: white; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 850; transition: transform .2s, background .2s; }
.connect-link:not(.disabled):hover { transform: translateY(-2px); background: var(--forest-deep); }
.connect-link.disabled { background: #edf0eb; color: #899188; cursor: default; pointer-events: none; }
.payment-safety { text-align: center; color: #7b857e; font-size: 10px; margin: 18px 0 0; }

.records-section { padding: 105px 0; background: #edf1ea; }
.centered-heading { text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { color: var(--ink-soft); max-width: 610px; margin: 17px auto 0; }
.record-tabs { display: flex; justify-content: center; gap: 7px; margin: 42px 0 21px; flex-wrap: wrap; }
.record-tabs button { border: 1px solid #cdd6cc; background: rgba(255,255,255,.55); padding: 9px 17px; border-radius: 999px; color: var(--ink-soft); cursor: pointer; font-size: 12px; font-weight: 750; }
.record-tabs button.active { background: var(--forest); color: white; border-color: var(--forest); }
.record-panel { background: var(--paper); border: 1px solid #dce3db; border-radius: 18px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); padding: 19px; box-shadow: 0 15px 45px rgba(36,69,51,.07); }
.record-sport { display: flex; gap: 14px; align-items: center; padding: 23px; }
.record-sport > span { width: 57px; height: 57px; display: grid; place-items: center; background: var(--forest-pale); border-radius: 50%; font-size: 25px; }
.record-sport small, .record-stat > span { color: var(--ink-soft); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.record-sport h3 { font: 600 23px Georgia, serif; margin: 0; }
.record-stat { border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; }
.record-stat strong { color: var(--forest); font: 500 31px Georgia, serif; margin: 4px 0 0; }
.record-stat small { color: #738078; font-size: 10px; }
.record-stat.featured { background: #f7f4e8; border-radius: 12px; border-left: 0; }
.record-updated { text-align: center; color: #818b84; font-size: 10px; margin: 15px 0 0; text-transform: uppercase; letter-spacing: .06em; }

.ladder-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; padding: 115px 0; }
.ladder-copy > p:not(.eyebrow):not(.ladder-next) { color: var(--ink-soft); }
.ladder-current { border-left: 3px solid var(--gold); margin: 31px 0 23px; padding-left: 18px; display: flex; flex-direction: column; }
.ladder-current span { color: var(--ink-soft); font-size: 10px; text-transform: uppercase; font-weight: 850; letter-spacing: .13em; }
.ladder-current strong { font: 500 38px Georgia, serif; color: var(--forest); }
.ladder-current small { color: var(--ink-soft); }
.ladder-next { font-size: 12px; }
.ladder-next span { display: block; color: var(--gold); text-transform: uppercase; font-weight: 850; font-size: 9px; letter-spacing: .13em; }
.ladder-visual { position: relative; display: grid; gap: 10px; padding-left: 5px; }
.ladder-progress-line { position: absolute; width: 2px; background: #d3dbd2; left: 31px; top: 35px; bottom: 35px; }
.ladder-progress-line i { display: block; width: 100%; height: 25%; background: var(--gold); }
.rung { background: rgba(255,255,255,.55); border: 1px solid var(--line); min-height: 65px; border-radius: 12px; display: grid; grid-template-columns: 51px 1fr 26px; gap: 15px; align-items: center; padding: 8px 18px 8px 0; position: relative; z-index: 1; }
.rung > span { width: 50px; height: 50px; margin-left: 1px; border-radius: 50%; display: grid; place-items: center; background: #f2f1e9; border: 5px solid var(--cream); color: #89938b; font-weight: 850; }
.rung div { display: flex; justify-content: space-between; align-items: center; }
.rung small { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.rung strong { font: 500 20px Georgia, serif; }
.rung b { color: var(--forest); }
.rung.complete { background: #f6f3e6; border-color: #dec889; }
.rung.complete > span { background: var(--gold); color: white; }
.rung.current { background: var(--forest); color: white; transform: translateX(14px); box-shadow: 0 10px 24px rgba(22,75,55,.2); }
.rung.current > span { background: var(--gold-bright); color: var(--ink); }
.rung.current small { color: #b8cec2; }
.rung.current b { color: var(--gold-bright); }

.merch-section { background: #122d22; color: white; padding: 105px 0; overflow: hidden; }
.merch-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.merch-copy h2 { font: 500 clamp(45px, 5vw, 63px)/1 Georgia, serif; letter-spacing: -.045em; margin: 0; }
.merch-copy > p:not(.eyebrow) { color: #b9cabf; max-width: 390px; margin: 22px 0 28px; }
.merch-copy .merch-link { min-width: 210px; }
.merch-copy .merch-link.disabled { background: #607269; color: #d3dbd6; pointer-events: none; }
.merch-copy > small { display: block; color: #81958a; font-size: 9px; margin-top: 12px; }
.merch-showcase { display: grid; grid-template-columns: 1.2fr .9fr; grid-template-rows: repeat(2, 1fr); gap: 14px; min-height: 490px; }
.product-preview { background: #f2eee2; border-radius: 18px; color: var(--ink); padding: 16px; display: flex; flex-direction: column; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.product-preview:first-child { grid-row: 1 / 3; }
.product-stage { flex: 1; min-height: 150px; border-radius: 13px; background: #dfdfd1; display: grid; place-items: center; overflow: hidden; position: relative; }
.product-stage::before { content: ""; width: 180px; height: 180px; border: 1px solid rgba(201,152,51,.35); border-radius: 50%; position: absolute; }
.product-preview > div:last-child { display: flex; justify-content: space-between; align-items: center; padding: 13px 3px 0; }
.product-preview > div:last-child span { font: 600 17px Georgia, serif; }
.product-preview > div:last-child small { color: #7b837d; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.shirt-shape { width: 230px; height: 275px; background: #141414; position: relative; display: grid; place-items: center; border-radius: 10px 10px 18px 18px; box-shadow: 0 17px 24px rgba(0,0,0,.17); }
.shirt-shape::before, .shirt-shape::after { content: ""; width: 82px; height: 105px; background: #141414; position: absolute; top: 8px; z-index: 0; }
.shirt-shape::before { left: -55px; transform: skewY(-18deg); border-radius: 10px 0 10px 10px; }
.shirt-shape::after { right: -55px; transform: skewY(18deg); border-radius: 0 10px 10px 10px; }
.shirt-shape img { width: 112px; height: 112px; object-fit: cover; border-radius: 50%; position: relative; z-index: 1; }
.hat-shape { width: 165px; height: 95px; background: var(--forest); border-radius: 75px 75px 20px 20px; display: grid; place-items: center; position: relative; transform: translateY(8px); box-shadow: 0 13px 23px rgba(0,0,0,.18); }
.hat-shape::after { content: ""; position: absolute; width: 110px; height: 34px; border-radius: 50%; background: #0b3021; right: -54px; bottom: -5px; transform: rotate(8deg); }
.hat-shape img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; position: relative; z-index: 1; }
.tumbler-shape { width: 82px; height: 150px; border-radius: 9px 9px 23px 23px; background: #202522; display: grid; place-items: center; box-shadow: inset -12px 0 rgba(255,255,255,.05), 0 14px 22px rgba(0,0,0,.18); }
.tumbler-shape::before { content: ""; position: absolute; width: 85px; height: 8px; background: #b38d40; border-radius: 50%; top: calc(50% - 78px); }
.tumbler-shape img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }

.about-section { padding: 105px 0; background: var(--forest-deep); color: white; overflow: hidden; }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.about-photo { min-height: 460px; display: grid; place-items: center; position: relative; }
.about-photo::before { content: ""; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(226,183,85,.35); position: absolute; }
.about-logo-wrap { width: 350px; height: 350px; border-radius: 50%; overflow: hidden; position: relative; z-index: 1; border: 8px solid rgba(255,255,255,.07); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.about-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-badge { position: absolute; z-index: 3; bottom: 8px; right: -12px; background: var(--gold-bright); color: #1d2a22; padding: 14px 18px; border-radius: 12px; display: flex; gap: 10px; align-items: center; box-shadow: 0 15px 30px rgba(0,0,0,.24); }
.about-badge strong { font: 800 24px Georgia, serif; }
.about-badge span { font-size: 9px; line-height: 1.25; text-transform: uppercase; font-weight: 850; letter-spacing: .08em; border-left: 1px solid rgba(0,0,0,.25); padding-left: 10px; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: #b8c9c0; }
.about-lead { color: #f0cf78; font: italic 500 21px Georgia, serif; border-left: 2px solid var(--gold); padding-left: 17px; margin: 25px 0; }
.about-values { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #e4ebe7; font-size: 11px; font-weight: 750; }
.about-values span::first-letter { color: var(--gold); }

.final-cta { margin-top: 90px; margin-bottom: 90px; border-radius: 24px; background: var(--forest); color: white; padding: 70px; text-align: center; position: relative; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(226,183,85,.22); border-radius: 50%; }
.final-cta::before { left: -130px; top: -140px; }
.final-cta::after { right: -130px; bottom: -140px; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin: 0; font-size: clamp(42px, 5vw, 60px); }
.final-cta > p:not(.eyebrow) { color: #c6d7cd; }
.signup-form { max-width: 520px; margin: 27px auto 0; display: flex; background: white; padding: 5px; border-radius: 12px; position: relative; z-index: 2; }
.signup-form input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 16px; color: var(--ink); }
.form-message { min-height: 20px; color: #f4d684; margin-top: 10px; font-size: 12px; }

footer { background: #f0ede2; padding: 40px 0 25px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-brand img { width: 39px; height: 39px; }
.footer-brand strong { font-size: 16px; }
.footer-inner > p { color: var(--ink-soft); font-size: 11px; }
.footer-links { display: flex; gap: 22px; font-size: 11px; font-weight: 750; }
.disclaimer { border-top: 1px solid #d9d6cb; margin-top: 28px; padding-top: 20px; text-align: center; color: #7c817d; font-size: 9px; }

.admin-launch { position: fixed; z-index: 30; right: 21px; bottom: 20px; border: 0; border-radius: 999px; padding: 11px 16px; background: var(--ink); color: white; box-shadow: 0 8px 25px rgba(0,0,0,.22); font-size: 12px; font-weight: 800; cursor: pointer; }
.admin-launch span { color: var(--gold-bright); margin-right: 5px; }
.admin-dialog { width: min(760px, calc(100% - 24px)); max-height: calc(100vh - 30px); border: 0; padding: 0; border-radius: 20px; box-shadow: 0 25px 90px rgba(0,0,0,.28); color: var(--ink); }
.admin-dialog::backdrop { background: rgba(10,28,20,.62); backdrop-filter: blur(5px); }
.admin-shell { display: flex; flex-direction: column; max-height: calc(100vh - 30px); }
.admin-head { padding: 21px 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.admin-head .mini-label { margin-bottom: 3px; color: var(--gold); }
.admin-head h2 { font: 600 27px Georgia, serif; margin: 0; }
.close-admin { border: 0; background: #eef1ed; width: 35px; height: 35px; border-radius: 50%; color: var(--ink-soft); font-size: 23px; cursor: pointer; }
.admin-body { overflow: auto; padding: 0 25px; }
.admin-section { padding: 26px 0; border-bottom: 1px solid var(--line); }
.admin-section:last-child { border: 0; }
.admin-section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.admin-section-title > span { width: 27px; height: 27px; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.admin-section-title h3 { margin: 0; font-size: 14px; }
.admin-section-title p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.form-grid .wide, .admin-section > .wide { grid-column: 1 / -1; }
.admin-section label { display: flex; flex-direction: column; gap: 5px; color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; font-weight: 750; }
.admin-section input, .admin-section textarea { width: 100%; border: 1px solid #cfd8cf; border-radius: 8px; padding: 9px 10px; color: var(--ink); background: white; text-transform: none; letter-spacing: 0; font-size: 13px; outline: none; resize: vertical; }
.admin-section input:focus, .admin-section textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(22,75,55,.1); }
.stats-editor { display: grid; gap: 8px; }
.stats-row { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 8px; align-items: center; }
.stats-row strong { font-size: 11px; }
.stats-row input { text-align: center; }
.stats-head { color: var(--ink-soft); font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; }
.admin-actions { padding: 16px 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; background: #fbfcf9; }
.reset-data { background: none; color: #8a4d44; border: 0; cursor: pointer; font-size: 11px; font-weight: 750; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 27px; transform: translate(-50%, 90px); opacity: 0; background: var(--ink); color: white; padding: 11px 18px; border-radius: 999px; font-size: 12px; font-weight: 750; transition: .3s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 900px) {
  .site-header nav { position: absolute; display: none; top: 76px; left: 0; right: 0; background: var(--paper); padding: 21px; border-radius: 13px; box-shadow: var(--shadow); flex-direction: column; gap: 17px; }
  .site-header nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; text-align: center; }
  .hero .eyebrow { justify-content: center; }
  .hero-intro, .hero-proof { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 470px; }
  .free-play-grid { grid-template-columns: 86px 1fr; }
  .analysis-blurb { grid-column: 1 / -1; }
  .split-heading { align-items: start; flex-direction: column; gap: 18px; }
  .vip-layout, .ladder-section { grid-template-columns: 1fr; }
  .connect-grid { grid-template-columns: 1fr; }
  .vip-callout { min-height: 300px; }
  .record-panel { grid-template-columns: 1fr repeat(3, 1fr); }
  .record-sport { grid-column: 1 / -1; justify-content: center; border-bottom: 1px solid var(--line); }
  .record-stat:first-of-type { border-left: 0; }
  .ladder-section { gap: 50px; }
  .about-layout, .merch-layout { grid-template-columns: 1fr; gap: 50px; }
  .about-copy { max-width: 650px; }
}

@media (max-width: 600px) {
  .section-shell, .site-header { width: min(100% - 28px, 1160px); }
  .topline { padding-inline: 14px; }
  .topline p { font-size: 10px; }
  .topline a { font-size: 10px; }
  .hero { gap: 30px; padding: 40px 0 65px; }
  .hero h1 { font-size: 49px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof > div + div { padding-left: 10px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 8px; }
  .hero-art { min-height: 365px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 375px; height: 375px; }
  .floating-note { padding: 8px 10px; font-size: 9px; }
  .note-one { top: 45px; }
  .note-two { bottom: 35px; }
  .free-play-wrap { padding: 50px 0; }
  .free-play-heading { align-items: flex-start; gap: 15px; padding: 22px; }
  .play-status { padding: 7px 9px; font-size: 8px; }
  .free-play-grid { grid-template-columns: 1fr; padding: 28px 22px; gap: 20px; }
  .league-mark { width: 60px; height: 60px; }
  .analysis-blurb { grid-column: auto; }
  .play-meta { flex-wrap: wrap; }
  .play-note { padding-inline: 22px; }
  .vip-section, .records-section, .about-section { padding: 75px 0; }
  .connect-section { padding: 0 0 75px; }
  .vip-item { grid-template-columns: 50px 1fr; padding: 15px; }
  .vip-sport { width: 48px; height: 48px; }
  .vip-lock { grid-column: 2; justify-self: start; }
  .record-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .record-tabs button { white-space: nowrap; }
  .record-panel { grid-template-columns: 1fr; }
  .record-stat { border-left: 0; border-top: 1px solid var(--line); }
  .record-sport { justify-content: flex-start; }
  .record-stat.featured { border-top: 0; }
  .ladder-section { padding: 80px 0; }
  .merch-section { padding: 75px 0; }
  .merch-showcase { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; }
  .product-preview:first-child { grid-row: auto; }
  .product-stage { min-height: 270px; }
  .shirt-shape { width: 170px; height: 205px; }
  .shirt-shape img { width: 86px; height: 86px; }
  .rung.current { transform: translateX(6px); }
  .about-photo { min-height: 340px; }
  .about-photo::before { width: 320px; height: 320px; }
  .about-logo-wrap { width: 275px; height: 275px; }
  .about-badge { right: 0; }
  .final-cta { width: 100%; border-radius: 0; padding: 60px 19px; margin-top: 0; margin-bottom: 0; }
  .signup-form { flex-direction: column; gap: 6px; background: none; }
  .signup-form input { min-height: 52px; border-radius: 10px; }
  .footer-inner { flex-direction: column; gap: 23px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .stats-row { grid-template-columns: 1fr repeat(3, .75fr); }
  .admin-actions { gap: 10px; }
  .admin-launch { right: 12px; bottom: 12px; width: 46px; height: 46px; padding: 0; font-size: 0; }
  .admin-launch span { margin: 0; font-size: 16px; }
}

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