:root {
  --ink: #101010;
  --ink-soft: #24211e;
  --paper: #f2eee6;
  --cream: #fffdf8;
  --orange: #ee4d15;
  --deep: #ba2b08;
  --gold: #ffb51b;
  --green: #137e59;
  --blue: #2766c7;
  --muted: #68625b;
  --line: rgba(16, 16, 16, 0.16);
  --shadow: 8px 8px 0 var(--ink);
  --display: "Arial Narrow", "Roboto Condensed", Impact, Haettenschweiler, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --wrap: min(1440px, calc(100% - 10vw));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--deep); font-family: var(--mono); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 2px; background: var(--orange); content: ""; }
.display { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.display em { color: var(--orange); font-style: normal; }
.muted { color: var(--muted); }

.site-header {
  position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: 78px; padding: 0 4vw; border-bottom: 1px solid var(--line); background: rgba(242,238,230,.94); backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--ink); font-family: var(--display); font-size: 21px; font-weight: 900; letter-spacing: -.04em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.brand img { width: 36px; height: 43px; object-fit: contain; }
.brand b { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; color: #4f4a44; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transition: transform .18s; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.site-nav a.active { color: var(--ink); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border: 1px solid var(--ink); background: var(--orange); color: white; box-shadow: 4px 4px 0 var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .16s, box-shadow .16s; }
.header-cta:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.menu-toggle { display: none; justify-self: end; width: 43px; height: 43px; border: 1px solid var(--ink); border-radius: 50%; background: var(--cream); cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 1.5px; margin: 4px auto; background: var(--ink); transition: transform .18s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .16s, box-shadow .16s, background .16s; }
.button:hover { transform: translate(-2px,-2px); }
.button.primary { border-color: var(--orange); background: var(--orange); color: #fff; box-shadow: var(--shadow); }
.button.primary:hover { background: var(--deep); box-shadow: 10px 10px 0 var(--ink); }
.button.dark { background: var(--ink); color: #fff; }
.button.light { background: var(--cream); }
.button.small { min-height: 42px; padding-inline: 17px; }
.button svg, .arrow-link svg { width: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.home-hero { position: relative; min-height: 690px; overflow: hidden; border-bottom: 1px solid var(--line); isolation: isolate; }
.home-hero::before { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(16,16,16,.042) 1px,transparent 1px),linear-gradient(90deg,rgba(16,16,16,.042) 1px,transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(#000 20%,transparent 100%); }
.home-hero::after { position: absolute; z-index: -1; top: -32%; right: -10%; width: 70vw; height: 70vw; border-radius: 50%; background: radial-gradient(circle,rgba(255,181,27,.23),rgba(238,77,21,.09) 40%,transparent 68%); content: ""; filter: blur(14px); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(400px,.9fr); align-items: center; min-height: 690px; padding-block: 66px; }
.home-copy { max-width: 800px; }
.home-copy h1 { max-width: 850px; font-size: clamp(72px,8.4vw,134px); }
.home-copy > p:not(.eyebrow) { max-width: 640px; margin: 27px 0 0; color: #514b44; font-size: clamp(16px,1.25vw,20px); line-height: 1.6; }
.signup-shell { display: grid; grid-template-columns: minmax(210px,1fr) auto; max-width: 650px; margin-top: 34px; padding: 7px; border: 1px solid var(--ink); background: var(--cream); box-shadow: 7px 7px 0 var(--ink); }
.signup-shell input { min-width: 0; padding: 0 15px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.signup-shell .button { border: 0; background: var(--orange); color: white; box-shadow: none; }
.form-status { min-height: 18px; margin: 15px 0 0; color: var(--deep); font-size: 11px; font-weight: 800; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 17px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.micro-proof span::before { margin-right: 7px; color: var(--orange); content: "●"; font-size: 7px; }
.hero-visual { position: relative; justify-self: end; width: min(100%,570px); min-height: 550px; }
.hero-mark { position: absolute; z-index: -1; inset: -6% -8% 0 5%; width: 95%; height: 95%; object-fit: contain; opacity: .09; filter: grayscale(1); }
.heat-card { position: absolute; top: 50%; right: 0; width: min(100%,390px); padding: 26px; border: 1px solid var(--ink); background: rgba(255,253,248,.94); box-shadow: 11px 11px 0 var(--ink); transform: translateY(-50%); }
.heat-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.heat-card-head span, .tiny-label { color: var(--deep); font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid var(--line); color: var(--green); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.status-pill::before { width: 6px; height: 6px; border-radius: 50%; background: currentColor; content: ""; box-shadow: 0 0 0 3px rgba(19,126,89,.12); }
.heat-player { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; margin-top: 25px; }
.heat-player small { color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.heat-player h2 { margin: 5px 0 0; font-family: var(--display); font-size: 48px; letter-spacing: -.045em; line-height: .93; text-transform: uppercase; }
.heat-score { display: grid; place-content: center; width: 95px; height: 95px; border-radius: 50%; background: radial-gradient(circle,var(--cream) 58%,transparent 60%),conic-gradient(var(--orange) 78%,#ddd6cb 0); text-align: center; }
.heat-score b { font-family: var(--display); font-size: 38px; line-height: .8; }
.heat-score span { color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.heat-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 25px; border-top: 1px solid var(--line); }
.heat-stats div { padding: 16px 10px 0 0; }
.heat-stats div + div { padding-left: 15px; border-left: 1px solid var(--line); }
.heat-stats span { display: block; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.heat-stats strong { display: block; margin-top: 4px; font-family: var(--display); font-size: 24px; }
.heat-stats strong.edge { color: var(--green); }

.proof-strip { overflow: hidden; background: var(--ink); color: #fff; }
.proof-strip > div { display: flex; align-items: center; justify-content: center; gap: 34px; min-height: 50px; padding: 0 20px; }
.proof-strip span { font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.proof-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.home-section { padding: 110px 0; }
.home-section.cream { background: var(--cream); }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(54px,6.3vw,96px); }
.section-head > p { max-width: 500px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.story-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.story-card { display: flex; flex-direction: column; min-height: 420px; padding: 27px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--orange); color: #fff; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.story-card:hover { z-index: 2; transform: translate(-4px,-4px); box-shadow: 9px 9px 0 var(--ink); }
.story-card.black { background: var(--ink); }
.story-card.gold { background: var(--gold); color: var(--ink); }
.story-top, .story-bottom { display: flex; align-items: center; justify-content: space-between; }
.story-top span { font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-top b { font-family: var(--display); font-size: 40px; opacity: .35; }
.story-card > small { margin: auto 0 11px; font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-card h3 { margin: 0 0 29px; font-family: var(--display); font-size: clamp(34px,3.2vw,50px); letter-spacing: -.04em; line-height: .95; text-transform: uppercase; }
.story-bottom { padding-top: 18px; border-top: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-bottom span:last-child { font-size: 19px; }

.value-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }
.value-card { padding: 32px 28px; border-right: 1px solid var(--line); }
.value-card:first-child { border-left: 1px solid var(--line); }
.value-card b { color: var(--orange); font-family: var(--display); font-size: 48px; }
.value-card h3 { margin: 17px 0 10px; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.newsletter-band { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding: 72px 5vw; background: var(--ink); color: white; }
.newsletter-band h2 { font-size: clamp(48px,6vw,84px); }
.newsletter-band p { color: #aaa39a; line-height: 1.7; }
.newsletter-band .signup-shell { margin-top: 0; box-shadow: 7px 7px 0 var(--orange); color: var(--ink); }

.page-hero { position: relative; overflow: hidden; padding: 90px 0 78px; border-bottom: 1px solid var(--ink); isolation: isolate; }
.page-hero::after { position: absolute; z-index: -1; top: -110%; right: -10%; width: 65vw; height: 65vw; border-radius: 50%; background: radial-gradient(circle,rgba(255,181,27,.2),rgba(238,77,21,.08) 45%,transparent 68%); content: ""; }
.page-hero .wrap { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.page-hero h1 { max-width: 930px; font-size: clamp(72px,9vw,132px); }
.page-hero .intro { max-width: 540px; margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.page-hero .intro strong { color: var(--ink); }
.page-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.page-meta span::before { margin-right: 7px; color: var(--orange); content: "●"; font-size: 7px; }
.content-section { padding: 72px 0 110px; background: var(--cream); }
.content-section.paper { background: var(--paper); }

.toolbar { display: grid; grid-template-columns: auto minmax(220px,1fr) auto; align-items: center; gap: 14px; margin-bottom: 24px; padding: 13px; border: 1px solid var(--line); background: var(--paper); }
.filter-tabs { display: flex; align-items: center; gap: 3px; }
.filter-tabs button { min-width: 48px; min-height: 40px; padding: 0 12px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.filter-tabs button:hover, .filter-tabs button.active { background: var(--ink); color: white; }
.search-box { display: flex; align-items: center; gap: 10px; min-height: 40px; padding: 0 14px; border-left: 1px solid var(--line); }
.search-box span { color: var(--orange); font-size: 19px; }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; }
.toolbar select { min-height: 40px; padding: 0 34px 0 13px; border: 1px solid var(--line); background: var(--cream); color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.result-count { color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.rankings-table-wrap { overflow-x: auto; border: 1px solid var(--ink); background: var(--cream); }
.rankings-table { width: 100%; min-width: 820px; border-collapse: collapse; }
.rankings-table th { padding: 14px 18px; border-bottom: 1px solid var(--ink); background: var(--ink); color: white; font-size: 9px; letter-spacing: .09em; text-align: left; text-transform: uppercase; }
.rankings-table td { padding: 18px; border-bottom: 1px solid var(--line); font-size: 12px; }
.rankings-table tbody tr { transition: background .16s; }
.rankings-table tbody tr:hover { background: #fff4e4; }
.rankings-table tbody tr:last-child td { border-bottom: 0; }
.rankings-table .rank { width: 72px; color: var(--deep); font-family: var(--display); font-size: 26px; font-weight: 900; }
.player-cell strong { display: block; font-family: var(--display); font-size: 23px; letter-spacing: -.03em; text-transform: uppercase; }
.player-cell span, .note-cell { color: var(--muted); }
.pos-tag, .trend-tag { display: inline-flex; align-items: center; justify-content: center; min-width: 37px; padding: 6px 8px; border: 1px solid var(--line); font-family: var(--mono); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.trend-tag.up { color: var(--green); }
.trend-tag.down { color: var(--blue); }
.trend-tag.steady { color: var(--muted); }
.gap-positive { color: var(--green); font-weight: 900; }
.gap-negative { color: var(--deep); font-weight: 900; }
.table-empty { display: none; padding: 55px 20px; border: 1px solid var(--ink); border-top: 0; text-align: center; }

.heat-index-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.player-card { min-height: 395px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--cream); transition: background .17s, transform .17s, box-shadow .17s; }
.player-card:hover { z-index: 2; background: #fff5e7; box-shadow: 8px 8px 0 var(--orange); transform: translate(-3px,-3px); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.signal-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid var(--line); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.signal-pill::before { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); content: ""; box-shadow: 0 0 0 3px rgba(238,77,21,.12); }
.signal-pill.rising::before { background: var(--green); box-shadow: 0 0 0 3px rgba(19,126,89,.12); }
.signal-pill.watch::before { background: var(--gold); box-shadow: 0 0 0 3px rgba(255,181,27,.15); }
.signal-pill.cooling::before { background: var(--blue); box-shadow: 0 0 0 3px rgba(39,102,199,.12); }
.save-player { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 17px; }
.save-player.saved { border-color: var(--orange); background: var(--orange); color: white; }
.card-name { margin-top: 26px; }
.card-name span { color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.card-name h2 { margin: 5px 0 0; font-family: var(--display); font-size: 36px; letter-spacing: -.04em; line-height: .95; text-transform: uppercase; }
.card-score { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin-top: 25px; }
.score-ring { --score: 50; display: grid; place-content: center; width: 79px; height: 79px; border-radius: 50%; background: radial-gradient(circle,var(--cream) 58%,transparent 60%),conic-gradient(var(--orange) calc(var(--score) * 1%),#e5ddd1 0); text-align: center; }
.player-card:hover .score-ring { background: radial-gradient(circle,#fff5e7 58%,transparent 60%),conic-gradient(var(--orange) calc(var(--score) * 1%),#e5ddd1 0); }
.score-ring strong { font-family: var(--display); font-size: 29px; line-height: .82; }
.score-ring small { color: var(--muted); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.gap-line { display: grid; gap: 5px; }
.gap-line span { color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.gap-line strong { font-size: 13px; }
.card-take { min-height: 65px; margin: 23px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.meter { height: 4px; margin-top: 22px; overflow: hidden; background: #e4ddd2; }
.meter span { display: block; height: 100%; background: linear-gradient(90deg,var(--deep),var(--orange),var(--gold)); }
.empty-card { grid-column: 1/-1; display: none; place-content: center; min-height: 260px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-align: center; }

.trade-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; border: 1px solid var(--ink); background: var(--cream); }
.trade-side { padding: 30px; }
.trade-side h2 { margin: 0 0 7px; font-family: var(--display); font-size: 38px; text-transform: uppercase; }
.trade-side > p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.versus { display: grid; place-content: center; min-width: 76px; border-right: 1px solid var(--ink); border-left: 1px solid var(--ink); background: var(--paper); color: var(--orange); font-family: var(--display); font-size: 28px; font-weight: 900; }
.asset-field { position: relative; display: grid; gap: 7px; margin-top: 14px; }
.asset-field label { color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.asset-field select, .asset-search { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: var(--paper); color: var(--ink); font: inherit; }
.asset-search:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(238,77,21,.12); }
.asset-suggestions { position: absolute; z-index: 20; top: calc(100% + 4px); right: 0; left: 0; display: none; max-height: 310px; overflow-y: auto; border: 1px solid var(--ink); background: var(--paper); box-shadow: 6px 6px 0 var(--ink); }
.asset-suggestions.open { display: block; }
.asset-suggestions button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 12px 14px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; text-align: left; }
.asset-suggestions button:last-child { border-bottom: 0; }
.asset-suggestions button:hover, .asset-suggestions button.active { background: #fff0db; }
.asset-suggestions button span { display: grid; gap: 2px; }
.asset-suggestions button strong { font-size: 12px; }
.asset-suggestions button small { color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.asset-suggestions button b { color: var(--deep); font-family: var(--display); font-size: 21px; }
.asset-no-match { padding: 16px; color: var(--muted); font-size: 11px; }
.side-total { display: flex; align-items: end; justify-content: space-between; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.side-total span { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.side-total b { font-family: var(--display); font-size: 42px; line-height: .8; }
.trade-actions { display: flex; justify-content: center; gap: 13px; margin-top: 24px; }
.trade-result { display: none; grid-template-columns: auto 1fr; gap: 22px; margin-top: 30px; padding: 27px; border: 1px solid var(--ink); background: var(--ink); color: white; }
.trade-result.show { display: grid; }
.verdict-score { display: grid; place-content: center; width: 92px; height: 92px; border: 3px solid var(--orange); border-radius: 50%; color: var(--gold); font-family: var(--display); font-size: 33px; font-weight: 900; }
.trade-result h3 { margin: 0 0 8px; font-family: var(--display); font-size: 32px; text-transform: uppercase; }
.trade-result p { margin: 0; color: #c2bdb4; font-size: 13px; line-height: 1.65; }
.trade-note { margin-top: 25px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.article-card { display: flex; flex-direction: column; min-height: 360px; padding: 25px; border: 1px solid var(--ink); background: var(--cream); text-decoration: none; transition: transform .17s, box-shadow .17s, background .17s; }
.article-card:hover { background: #fff5e7; box-shadow: 7px 7px 0 var(--ink); transform: translate(-3px,-3px); }
.article-card.hidden { display: none; }
.article-meta { display: flex; justify-content: space-between; color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-tag { width: fit-content; margin-top: auto; padding: 6px 8px; border: 1px solid var(--line); color: var(--deep); font-family: var(--mono); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.article-card h2 { margin: 20px 0 10px; font-family: var(--display); font-size: 34px; letter-spacing: -.035em; line-height: .98; text-transform: uppercase; }
.article-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.article-arrow { margin-top: 24px; color: var(--orange); font-size: 25px; }
.article-empty { display: none; padding: 60px 20px; border: 1px solid var(--ink); text-align: center; }

.coach-feature { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--ink); background: var(--ink); color: white; }
.coach-visual { position: relative; display: grid; place-content: center; min-height: 450px; overflow: hidden; background: var(--orange); }
.coach-visual::before, .coach-visual::after { position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.coach-visual::before { width: 330px; height: 330px; }
.coach-visual::after { width: 230px; height: 230px; }
.coach-monogram { position: relative; z-index: 1; font-family: var(--display); font-size: 120px; font-weight: 900; letter-spacing: -.08em; }
.coach-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.coach-copy .eyebrow { color: var(--gold); }
.coach-copy h2 { font-size: clamp(52px,6vw,88px); }
.coach-copy > p:not(.eyebrow) { max-width: 650px; color: #b8b2a9; line-height: 1.75; }
.impact-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 20px; border-top: 1px solid #494642; }
.impact-grid div { padding: 20px 18px 0 0; }
.impact-grid div + div { padding-left: 18px; border-left: 1px solid #494642; }
.impact-grid span { display: block; color: #928c84; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.impact-grid strong { display: block; margin-top: 6px; color: white; font-size: 13px; }
.coach-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.coach-card { padding: 25px; border-top: 3px solid var(--orange); background: var(--paper); }
.coach-card span { color: var(--deep); font-family: var(--mono); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.coach-card h3 { margin: 12px 0 9px; font-family: var(--display); font-size: 29px; text-transform: uppercase; }
.coach-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.about-mark { position: sticky; top: 115px; display: grid; place-items: center; min-height: 520px; border: 1px solid var(--ink); background: var(--orange); }
.about-mark img { width: min(70%,340px); filter: drop-shadow(0 25px 25px rgba(60,10,0,.3)); }
.about-copy h2 { font-size: clamp(52px,6vw,88px); }
.about-copy > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.principles { margin-top: 42px; border-top: 1px solid var(--ink); }
.principle { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--orange); font-family: var(--display); font-size: 27px; font-weight: 900; }
.principle h3 { margin: 0 0 7px; font-family: var(--display); font-size: 27px; text-transform: uppercase; }
.principle p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.weekly-map { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 48px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.weekly-map div { min-height: 165px; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.weekly-map span { color: var(--orange); font-family: var(--mono); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.weekly-map strong { display: block; margin-top: 30px; font-family: var(--display); font-size: 25px; line-height: 1; text-transform: uppercase; }
.weekly-map small { display: block; margin-top: 8px; color: var(--muted); line-height: 1.45; }

.site-footer { padding: 64px 5vw 25px; background: var(--ink); color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-brand { color: white; }
.footer-main > p { margin: 3px 0 0; color: #aaa49b; font-size: 12px; line-height: 1.7; }
.footer-nav { display: flex; justify-content: end; flex-wrap: wrap; gap: 20px; }
.footer-nav a { font-size: 9px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.footer-nav a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 21px; border-top: 1px solid #3d3a36; color: #7f7a72; font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Player profile and 32-team Coaches Corner */
.player-link { color: inherit; text-decoration: none; }
.player-link:hover { color: var(--orange); }
.player-cell .player-link { display: grid; gap: 3px; }
.profile-cta { display: inline-flex; margin-top: 18px; color: var(--deep); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.profile-cta:hover { color: var(--orange); }
.player-profile-hero { padding: 156px clamp(24px,6vw,96px) 84px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); }
.profile-hero-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: clamp(48px,8vw,120px); align-items: end; }
.profile-hero-grid h1 { font-size: clamp(66px,9vw,132px); }
.profile-thesis { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: clamp(16px,1.5vw,21px); line-height: 1.65; }
.profile-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.text-link { color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.profile-score-panel { display: grid; padding: 30px; border: 1px solid var(--ink); background: var(--ink); color: white; box-shadow: 10px 10px 0 var(--orange); }
.profile-score-panel > span,.profile-score-panel small { font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.profile-score-panel > strong { margin: 10px 0; color: var(--gold); font-family: var(--display); font-size: clamp(90px,10vw,142px); line-height: .8; }
.profile-score-panel .meter { margin: 18px 0; background: #3f3d39; }
.profile-score-panel small { color: #bbb5aa; }
.profile-body { background: var(--cream); }
.profile-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.profile-stat-grid article { display: grid; min-height: 190px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.profile-stat-grid span,.profile-stat-grid small { color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.profile-stat-grid strong { align-self: center; font-family: var(--display); font-size: 54px; line-height: 1; text-transform: uppercase; }
.profile-analysis-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 64px; margin-top: 72px; }
.profile-analysis-main h2 { margin: 0; font-family: var(--display); font-size: clamp(44px,5vw,72px); line-height: .95; text-transform: uppercase; }
.profile-analysis-main > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.profile-callout { margin-top: 38px; padding: 24px; border-left: 5px solid var(--orange); background: var(--paper); }
.profile-callout span { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.profile-callout p { margin: 9px 0 0; color: var(--muted); line-height: 1.65; }
.profile-analysis-grid aside { padding: 28px; border: 1px solid var(--ink); background: var(--paper); }
.profile-analysis-grid dl { margin: 0; }
.profile-analysis-grid dl div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.profile-analysis-grid dt { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.profile-analysis-grid dd { margin: 0; font-weight: 900; }
.profile-empty { min-height: 70vh; padding: 180px clamp(24px,6vw,96px) 100px; }
.profile-empty p:not(.eyebrow) { color: var(--muted); }
.coach-board-section { background: var(--cream); }
.coach-toolbar { grid-template-columns: auto minmax(260px,1fr); }
.coach-board-heading { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin: 20px 0 28px; }
.coach-board-heading p:last-child { margin: 0; color: var(--muted); font-size: 10px; text-align: right; }
.team-scheme-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.team-scheme-card { min-height: 650px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--cream); transition: background .18s,box-shadow .18s,transform .18s; }
.team-scheme-card:hover { z-index: 1; background: #fff7e9; box-shadow: 8px 8px 0 var(--orange); transform: translate(-3px,-3px); }
.team-card-head { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: center; }
.team-card-head > img { width: 70px; height: 70px; object-fit: contain; filter: drop-shadow(0 3px 4px rgba(0,0,0,.15)); }
.team-card-head small { color: var(--deep); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.team-card-head h2 { margin: 4px 0 0; font-family: var(--display); font-size: clamp(28px,3vw,42px); line-height: .95; text-transform: uppercase; }
.coach-staff { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.coach-staff div { padding: 14px; border: 1px solid var(--line); background: var(--paper); }
.coach-staff span, .split-note { display: block; color: var(--muted); font-family: var(--mono); font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.coach-staff strong { display: block; margin-top: 5px; font-family: var(--display); font-size: 20px; line-height: 1; text-transform: uppercase; }
.play-split { display: flex; height: 55px; margin-top: 15px; overflow: hidden; color: white; }
.play-split > div { display: flex; align-items: center; justify-content: space-between; min-width: 92px; padding: 0 12px; }
.play-split span { font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.play-split strong { font-family: var(--display); font-size: 22px; }
.run-split { background: var(--deep); }
.pass-split { background: var(--ink); }
.split-note { margin-top: 7px; }
.scheme-labels { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0; }
.scheme-labels span { padding: 7px 10px; border: 1px solid var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.scheme-labels span:first-child { border-color: var(--orange); background: var(--orange); color: white; }
.team-scheme-card dl { margin: 0; }
.team-scheme-card dl div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.team-scheme-card dt { color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.team-scheme-card dd { margin: 0; font-size: 12px; line-height: 1.6; }
.fuel-headline { font-size: clamp(92px,11vw,170px) !important; }
.subscriber-promise { max-width: 680px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.subscriber-promise h2 { margin: 0; font-family: var(--display); font-size: clamp(28px,3vw,46px); letter-spacing: -.035em; line-height: 1; text-transform: uppercase; }
.subscriber-promise p { margin: 15px 0 0; }
.market-ticker { overflow: hidden; border-bottom: 1px solid #373532; background: var(--ink); color: white; }
.market-ticker > div { display: flex; align-items: center; width: max-content; min-height: 56px; animation: market-scroll 34s linear infinite; }
.market-ticker:hover > div { animation-play-state: paused; }
.market-ticker span { display: flex; align-items: center; gap: 10px; padding: 0 22px; font-family: var(--mono); font-size: 10px; white-space: nowrap; }
.market-ticker b { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #57534d; border-radius: 50%; color: var(--gold); }
.market-ticker strong { color: #bbb5aa; font-weight: 600; }
.market-ticker em { color: #49c98b; font-style: normal; font-weight: 900; }
.market-ticker em.down { color: #ff7650; }
.market-ticker i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
@keyframes market-scroll { to { transform: translateX(-50%); } }
@media (max-width: 760px) {
  .profile-hero-grid,.profile-analysis-grid { grid-template-columns: 1fr; }
  .profile-score-panel { margin-right: 10px; }
  .profile-actions { align-items: flex-start; flex-direction: column; }
  .profile-stat-grid { grid-template-columns: repeat(2,1fr); }
  .profile-stat-grid article { min-height: 150px; }
  .team-scheme-grid { grid-template-columns: 1fr; }
  .coach-toolbar { grid-template-columns: 1fr; }
  .coach-board-heading { display: block; }
  .coach-board-heading p:last-child { margin-top: 10px; text-align: left; }
  .team-scheme-card { min-height: 0; padding: 22px; }
  .team-scheme-card dl div { grid-template-columns: 88px 1fr; }
  .fuel-headline { font-size: clamp(76px,24vw,112px) !important; }
}

@media (max-width: 1100px) {
  :root { --wrap: min(100% - 48px, 1100px); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: absolute; top: 78px; right: 0; left: 0; display: grid; gap: 0; max-height: 0; overflow: hidden; background: var(--cream); opacity: 0; transition: max-height .22s, opacity .18s; }
  .site-nav.open { max-height: 480px; border-bottom: 1px solid var(--ink); opacity: 1; }
  .site-nav a { display: flex; align-items: center; min-height: 58px; padding: 0 5vw; border-top: 1px solid var(--line); font-family: var(--display); font-size: 21px; }
  .site-nav a::after { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .home-hero-grid { grid-template-columns: 1.05fr .75fr; }
  .hero-visual { min-width: 350px; }
  .heat-index-grid, .article-grid { grid-template-columns: repeat(2,1fr); }
  .weekly-map { grid-template-columns: repeat(3,1fr); }
  .page-hero .wrap { grid-template-columns: 1fr; }
  .page-hero .intro { max-width: 760px; }
}

@media (max-width: 760px) {
  :root { --wrap: calc(100% - 36px); }
  html { scroll-padding-top: 69px; }
  .site-header { height: 68px; padding: 0 18px; }
  .site-nav { top: 68px; }
  .brand { font-size: 18px; }
  .brand img { width: 30px; height: 37px; }
  .home-hero-grid { display: block; min-height: 0; padding-block: 66px 70px; }
  .home-copy h1 { font-size: clamp(64px,20vw,94px); }
  .signup-shell { grid-template-columns: 1fr; gap: 7px; }
  .signup-shell input { min-height: 50px; }
  .hero-visual { width: 100%; min-width: 0; min-height: 480px; margin-top: 30px; }
  .heat-card { right: 4px; width: calc(100% - 8px); }
  .heat-player h2 { font-size: 38px; }
  .proof-strip > div { justify-content: flex-start; min-width: max-content; }
  .home-section { padding: 78px 0; }
  .section-head { display: block; }
  .section-head h2 { font-size: clamp(50px,15vw,74px); }
  .section-head > p { margin-top: 24px; }
  .story-grid, .value-grid, .newsletter-band, .heat-index-grid, .article-grid, .coach-cards, .about-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 370px; }
  .value-card { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .newsletter-band { gap: 25px; padding: 60px 18px; }
  .page-hero { padding: 64px 0 58px; }
  .page-hero h1 { font-size: clamp(64px,20vw,94px); }
  .toolbar { grid-template-columns: 1fr auto; }
  .filter-tabs { grid-column: 1/-1; overflow-x: auto; }
  .filter-tabs button { flex: 1; }
  .search-box { border-top: 1px solid var(--line); border-left: 0; }
  .toolbar select { max-width: 130px; }
  .heat-index-grid { grid-template-columns: 1fr; }
  .trade-shell { grid-template-columns: 1fr; }
  .versus { min-height: 55px; border-top: 1px solid var(--ink); border-right: 0; border-bottom: 1px solid var(--ink); border-left: 0; }
  .trade-actions { display: grid; }
  .trade-actions .button { width: 100%; }
  .trade-result { grid-template-columns: 1fr; }
  .coach-feature { grid-template-columns: 1fr; }
  .coach-visual { min-height: 330px; }
  .coach-copy { padding: 34px 25px 40px; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-grid div + div { padding-left: 0; border-left: 0; }
  .about-mark { position: static; min-height: 370px; }
  .weekly-map { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
  .footer-bottom { display: grid; gap: 9px; }
}

@media (max-width: 430px) {
  .micro-proof { display: grid; gap: 8px; }
  .heat-score { width: 80px; height: 80px; }
  .heat-stats strong { font-size: 20px; }
  .heat-player h2 { font-size: 33px; }
  .weekly-map { grid-template-columns: 1fr; }
}
