: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[hidden], .free-play-link[hidden] { display: none !important; }
.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; }
.free-play-heading-meta { display: flex; align-items: center; gap: 10px; }
.free-play-record { min-height: 45px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 6px 11px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0,0,0,.13); }
.free-play-record strong { font: 700 17px Georgia,serif; line-height: 1; }
.free-play-record span { margin-top: 3px; font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.free-play-record.record-winning { background: #dff4e5; border-color: #b8dec4; color: #145c32; }
.free-play-record.record-losing { background: #f7dfdc; border-color: #e6bdb8; color: #8c3028; }
.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; }
.play-status.result-win { background: #dff4e5; color: #145c32; }
.play-status.result-win .pulse-dot { background: #2e9a59; box-shadow: 0 0 0 4px rgba(46,154,89,.18); }
.play-status.result-loss { background: #f7dfdc; color: #8c3028; }
.play-status.result-loss .pulse-dot { background: #c24d43; box-shadow: 0 0 0 4px rgba(194,77,67,.18); }
.play-status.result-push { background: #eee9d9; color: #6f6040; }
.play-status.result-void { background: #e5e8e6; color: #59645d; }
.free-play-grid { display: grid; grid-template-columns: 105px 1.3fr .8fr; align-items: center; gap: 28px; padding: 38px 31px; }
.free-play-grid.no-analysis { grid-template-columns: 105px 1fr; }
.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; }
.play-meta span[hidden] { display: none !important; }
.analysis-blurb { border-left: 2px solid var(--gold); padding-left: 20px; }
.analysis-blurb[hidden] { display: none !important; }
.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; }

.history-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; }
.history-list { display: grid; gap: 12px; }
.history-item { min-height: 116px; background: var(--paper); border: 1px solid var(--line); border-left: 5px solid #b8c2ba; border-radius: 14px; display: grid; grid-template-columns: 170px 1fr 90px; gap: 22px; align-items: center; padding: 19px 23px; box-shadow: 0 9px 28px rgba(33,54,43,.05); }
.history-item.result-win { border-left-color: #2d9856; }
.history-item.result-loss { border-left-color: #c34f45; }
.history-item.result-push { border-left-color: var(--gold); }
.history-item.result-void { border-left-color: #849088; }
.history-date { display: flex; flex-direction: column; gap: 3px; }
.history-date span, .history-pick small { color: var(--ink-soft); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.history-date strong { font: 600 16px Georgia,serif; }
.history-pick h3 { font: 600 21px Georgia,serif; margin: 2px 0 4px; }
.history-pick p { color: var(--ink-soft); font-size: 11px; line-height: 1.55; margin: 0; }
.history-outcome { display: flex; flex-direction: column; text-align: right; }
.history-outcome span { color: var(--ink-soft); font-size: 11px; }
.history-outcome strong { color: var(--forest); text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.history-item.result-loss .history-outcome strong { color: #a73e35; }
.history-empty { background: var(--paper); border: 1px dashed #bdc8bf; border-radius: 14px; min-height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 25px; }
.history-empty strong { font: 600 20px Georgia,serif; }
.history-empty span { color: var(--ink-soft); font-size: 11px; margin-top: 4px; }
.history-pagination { margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 15px; }
.history-pagination[hidden] { display: none !important; }
.history-pagination button { min-height: 38px; border: 1px solid #cbd5cc; border-radius: 999px; background: var(--paper); color: var(--forest); padding: 0 15px; font-size: 10px; font-weight: 850; cursor: pointer; }
.history-pagination button:hover:not(:disabled) { border-color: var(--forest); background: var(--forest-pale); }
.history-pagination button:disabled { opacity: .38; cursor: default; }
.history-pagination span { min-width: 78px; color: var(--ink-soft); font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .06em; }
.mini-label { margin: 0 0 11px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 900; }

.connect-section { padding: 10px 0 110px; }
.package-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; max-width: 1050px; margin: 42px auto 0; }
.package-card { min-height: 330px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 25px; box-shadow: 0 13px 38px rgba(30,60,45,.06); position: relative; overflow: hidden; }
.package-card::after { content: ""; position: absolute; width: 145px; height: 145px; border-radius: 50%; right: -74px; top: -76px; background: var(--forest-pale); }
.package-card.featured-package { border-color: rgba(183,137,36,.62); box-shadow: 0 18px 46px rgba(30,60,45,.11); }
.package-card.featured-package::before { content: "ALL ACCESS"; position: absolute; top: 17px; right: 17px; color: #765914; background: #f7e9bb; border-radius: 999px; padding: 5px 8px; font-size: 7px; font-weight: 900; letter-spacing: .09em; }
.package-topline { min-height: 44px; display: flex; align-items: center; gap: 10px; position: relative; z-index: 1; }
.package-topline > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--forest); color: white; font-size: 18px; }
.package-topline small { color: var(--forest); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.package-card h3 { margin: 18px 0 7px; font: 600 28px Georgia,serif; }
.package-card > p { min-height: 52px; margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.package-price { display: grid; grid-template-columns: auto 1fr; align-items: baseline; margin: 21px 0; }
.package-price strong { font: 600 31px Georgia,serif; }
.package-price > span { color: var(--ink-soft); font-size: 10px; margin-left: 5px; }
.package-price small { grid-column: 1 / -1; color: var(--ink-soft); font-size: 8px; margin-top: 3px; }
.package-card .connect-link { margin-top: auto; }
.member-login-callout { max-width: 1050px; margin: 16px auto 0; border: 1px solid #cbd9cf; border-radius: 15px; background: #edf4ed; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.member-login-callout > div { display: grid; gap: 2px; }
.member-login-callout small { color: var(--ink-soft); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.member-login-callout strong { font: 600 17px Georgia,serif; }
.member-login-callout .button { min-height: 42px; white-space: nowrap; }
.connect-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 860px; margin: 42px auto 0; }
.connect-grid.solo { grid-template-columns: minmax(0, 640px); justify-content: center; }
.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[hidden] { display: none; }
.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; }
.whop-card { border-color: rgba(183, 137, 36, .42); box-shadow: 0 18px 44px rgba(30,60,45,.1); }
.whop-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; }
.free-record-panel { max-width: 820px; margin: 40px auto 28px; display: grid; grid-template-columns: 1fr 190px 115px; align-items: center; gap: 18px; border: 1px solid #dce3db; border-left: 6px solid #aab5ad; border-radius: 18px; padding: 18px 22px; background: var(--paper); box-shadow: 0 15px 45px rgba(36,69,51,.07); }
.free-record-panel.record-winning { border-left-color: #2d9856; background: #f4fbf6; }
.free-record-panel.record-losing { border-left-color: #c34f45; background: #fff7f6; }
.free-record-copy { display: flex; align-items: center; gap: 14px; }
.free-record-copy > span { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-pale); color: var(--forest); }
.free-record-copy small, .free-record-number span, .free-record-pushes span { color: var(--ink-soft); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.free-record-copy h3 { margin: 1px 0 0; font: 600 21px Georgia,serif; }
.free-record-copy p { margin: 2px 0 0; color: var(--ink-soft); font-size: 9px; }
.free-record-number, .free-record-pushes { border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; padding: 8px; }
.free-record-number strong { font: 600 32px Georgia,serif; color: var(--forest); }
.free-record-panel.record-losing .free-record-number strong { color: #a13e35; }
.free-record-pushes strong { font: 600 23px Georgia,serif; }
.vip-record-heading { max-width: 940px; margin: 34px auto 0; display: flex; justify-content: space-between; align-items: end; }
.vip-record-heading strong { font: 600 18px Georgia,serif; }
.vip-record-heading span { color: var(--ink-soft); font-size: 9px; }
.record-tabs { display: flex; justify-content: center; gap: 7px; margin: 17px 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-stat.record-winning { background: #eef8f1; }
.record-stat.record-winning strong { color: #237a44; }
.record-stat.record-losing { background: #fff0ee; }
.record-stat.record-losing strong { color: #a13e35; }
.record-stat.record-neutral strong { color: #647068; }
.record-panel.record-winning { border-color: #c7ddcc; }
.record-panel.record-losing { border-color: #e5c3bf; }
.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-section[hidden], .ladder-nav[hidden] { display: none !important; }
.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 { display: grid; gap: 10px; }
.ladder-day { background: var(--paper); border: 1px solid var(--line); border-left: 5px solid #b8c2ba; min-height: 82px; border-radius: 13px; display: grid; grid-template-columns: 62px minmax(180px,1fr) 70px 125px 72px; gap: 15px; align-items: center; padding: 11px 16px 11px 9px; box-shadow: 0 8px 25px rgba(33,54,43,.05); }
.ladder-day.result-win { border-left-color: #2d9856; background: #f4fbf6; }
.ladder-day.result-loss { border-left-color: #c34f45; background: #fff7f6; }
.ladder-day.result-push { border-left-color: var(--gold); }
.ladder-day.result-void { border-left-color: #849088; }
.ladder-day-number { width: 52px; height: 52px; border-radius: 50%; background: var(--forest-pale); display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.ladder-day-number span, .ladder-day-pick small, .ladder-day-detail small { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 850; }
.ladder-day-number strong { color: var(--forest); font-size: 18px; }
.ladder-day-pick h3 { font: 600 17px Georgia,serif; margin: 3px 0 0; }
.ladder-day-detail { display: flex; flex-direction: column; }
.ladder-day-detail strong { font: 600 16px Georgia,serif; margin-top: 2px; }
.ladder-day-result { border-radius: 999px; background: #edf0eb; color: #68736c; padding: 7px 9px; text-align: center; text-transform: uppercase; letter-spacing: .07em; font-size: 8px; font-weight: 900; }
.ladder-day.result-win .ladder-day-result { background: #ddefe2; color: #17613a; }
.ladder-day.result-loss .ladder-day-result { background: #f3deda; color: #96382f; }
.ladder-day.result-push .ladder-day-result { background: #eee6cf; color: #6e5c2d; }
.ladder-day.result-void .ladder-day-result { background: #e5e8e6; color: #59645d; }

.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; }
.final-join-button { min-width: 185px; margin-top: 25px; position: relative; z-index: 2; }
.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; }
  .ladder-section { grid-template-columns: 1fr; }
  .connect-grid { grid-template-columns: 1fr; }
  .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; }
  .free-play-heading-meta { align-items: flex-end; flex-direction: column-reverse; }
  .free-play-record { min-height: 39px; padding: 5px 8px; }
  .free-play-record strong { font-size: 14px; }
  .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; }
  .history-section, .records-section, .about-section { padding: 75px 0; }
  .connect-section { padding: 0 0 75px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 0; }
  .package-card > p { min-height: 0; }
  .member-login-callout { align-items: stretch; flex-direction: column; }
  .member-login-callout .button { width: 100%; }
  .history-item { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .history-outcome { text-align: left; flex-direction: row; gap: 10px; }
  .record-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .record-tabs button { white-space: nowrap; }
  .free-record-panel { grid-template-columns: 1fr 1fr; padding: 17px; }
  .free-record-copy { grid-column: 1 / -1; }
  .free-record-number { border-left: 0; }
  .vip-record-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .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; }
  .ladder-day { grid-template-columns: 52px 1fr; }
  .ladder-day-detail, .ladder-day-result { grid-column: 2; }
  .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; }
  .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; }
}
