:root {
  --ink: #101713;
  --ink-soft: #46514a;
  --paper: #f3f1e9;
  --paper-deep: #e4e1d5;
  --line: rgba(16, 23, 19, 0.16);
  --green: #173f31;
  --green-dark: #0b241b;
  --lime: #c9ff48;
  --orange: #ff7040;
  --blue: #6dc8ff;
  --white: #fcfbf7;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 80px rgba(17, 38, 29, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 10%, rgba(201, 255, 72, 0.12), transparent 24rem),
    linear-gradient(180deg, #f8f7f1 0%, var(--paper) 100%);
  font-family: var(--body);
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.35;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(25% - 1px),
    rgba(16, 23, 19, 0.025) calc(25% - 1px),
    rgba(16, 23, 19, 0.025) 25%
  );
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: var(--green-dark);
  background: var(--lime);
  font-weight: 800;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(1440px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  width: max-content;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.045em;
}

.brand strong {
  color: var(--green);
}

.brand-mark {
  display: flex;
  gap: 3px;
  align-items: end;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  background: var(--green);
  border-radius: 50%;
}

.brand-mark i {
  display: block;
  width: 2px;
  height: 8px;
  background: var(--lime);
}

.brand-mark i:nth-child(2),
.brand-mark i:nth-child(3) {
  height: 14px;
}

.primary-nav {
  display: flex;
  gap: 2.25rem;
  align-items: center;
}

.primary-nav a {
  position: relative;
  padding: 2rem 0 1.85rem;
  color: var(--ink-soft);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.build-status {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-self: end;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.build-status i,
.live-label::before {
  width: 7px;
  height: 7px;
  content: "";
  background: #55ac4c;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(85, 172, 76, 0.12);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  min-height: 680px;
  padding: clamp(5rem, 9vw, 9rem) 7vw;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 1.25rem;
  color: var(--green);
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.eyebrow span {
  padding: 0 0.35rem;
  color: var(--orange);
}

.hero h1,
.section-hero h1 {
  max-width: 880px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.6rem, 8.6vw, 8.7rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.hero h1 em {
  display: block;
  color: var(--green);
  font-style: normal;
}

.hero-summary {
  max-width: 660px;
  margin: 2.25rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.4rem;
  border: 1px solid var(--green);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--green);
}

.button-primary:hover {
  color: var(--green-dark);
  background: var(--lime);
}

.button-secondary:hover {
  color: var(--white);
  background: var(--green);
}

.signal-card {
  position: relative;
  width: min(100%, 500px);
  justify-self: end;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.signal-card::after {
  position: absolute;
  top: -7rem;
  right: -7rem;
  width: 15rem;
  height: 15rem;
  content: "";
  border: 1px solid rgba(201, 255, 72, 0.25);
  border-radius: 50%;
}

.signal-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.live-label {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--lime);
}

.field-graphic {
  position: relative;
  height: 300px;
  margin: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,0.11) 50%, transparent 50.3%),
    repeating-linear-gradient(0deg, transparent 0, transparent 49px, rgba(255,255,255,0.08) 50px),
    #123427;
}

.field-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.line-one { left: 25%; }
.line-two { left: 50%; }
.line-three { left: 75%; }

.route {
  position: absolute;
  border-color: var(--lime);
  border-style: solid;
  opacity: 0.9;
}

.route-one {
  bottom: 51px;
  left: 20%;
  width: 53%;
  height: 142px;
  border-width: 0 3px 3px 0;
  border-radius: 0 90px 12px 0;
}

.route-two {
  top: 54px;
  left: 29%;
  width: 41%;
  height: 95px;
  border-width: 3px 0 0 3px;
  border-radius: 80px 0 0 10px;
  border-color: var(--blue);
}

.route-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid var(--white);
  border-radius: 50%;
}

.dot-one { bottom: 46px; left: calc(20% - 3px); }
.dot-two { top: 50px; left: calc(70% - 3px); }
.dot-three { top: 45%; left: calc(50% - 4px); background: var(--orange); }

.route-label {
  position: absolute;
  top: 49%;
  right: 1rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  text-transform: uppercase;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.signal-list {
  display: grid;
  padding: 0 1.5rem 1.5rem;
}

.signal-list span {
  display: flex;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.signal-list i {
  color: var(--lime);
  font-style: normal;
  font-weight: 800;
}

.product-intro {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.6fr);
  gap: 3rem;
  align-items: end;
  padding: 5.5rem 7vw 2.5rem;
  border-top: 1px solid var(--line);
}

.product-intro h2,
.data-foundation h2,
.roadmap-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.product-intro > p {
  margin: 0;
  color: var(--ink-soft);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 7vw 6rem;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 390px;
  padding: 2rem;
  border: 1px solid var(--line);
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card + .product-card {
  border-left: 0;
}

.product-card:hover {
  z-index: 1;
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.product-card-stats { background: var(--white); }
.product-card-fantasy { background: var(--lime); }
.product-card-betting { color: var(--white); background: var(--green); }

.product-card-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  opacity: 0.72;
}

.product-card h3 {
  margin: 2rem 0 1rem;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.product-card p {
  margin: 0 0 2rem;
  font-size: 0.93rem;
  line-height: 1.65;
  opacity: 0.78;
}

.product-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.product-card a span {
  font-size: 1rem;
}

.data-foundation {
  margin: 0 3vw 3vw;
  padding: clamp(3rem, 6vw, 6rem);
  color: var(--white);
  background:
    radial-gradient(circle at 95% 5%, rgba(201, 255, 72, 0.16), transparent 22rem),
    var(--green-dark);
}

.data-heading-row {
  display: flex;
  gap: 3rem;
  align-items: end;
  justify-content: space-between;
}

.section-kicker-light {
  color: var(--lime);
}

.release-label {
  margin: 0;
  color: rgba(255,255,255,0.56);
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 4rem;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.metric {
  display: flex;
  min-height: 190px;
  padding: 2rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,0.18);
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(2.25rem, 4vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.metric span {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.metric small {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.67rem;
}

.data-note {
  max-width: 750px;
  margin: 2rem 0 0 auto;
  color: rgba(255,255,255,0.6);
  font-size: 0.78rem;
}

.section-hero {
  min-height: 570px;
  padding: 4.5rem 7vw 6rem;
  border-bottom: 1px solid var(--line);
}

.section-hero .back-link {
  display: inline-flex;
  gap: 0.6rem;
  margin-bottom: 5.5rem;
  color: var(--ink-soft);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.section-hero h1 {
  max-width: 1050px;
  font-size: clamp(4rem, 8vw, 8rem);
}

.section-hero > p:last-child {
  max-width: 720px;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-hero-fantasy {
  background: linear-gradient(110deg, transparent 60%, rgba(201,255,72,0.42));
}

.section-hero-betting {
  color: var(--white);
  background: var(--green-dark);
}

.section-hero-betting .eyebrow,
.section-hero-betting .back-link {
  color: var(--lime);
}

.section-hero-betting > p:last-child {
  color: rgba(255,255,255,0.67);
}

.section-workbench {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 4vw;
  padding: 6rem 7vw;
}

.question-card {
  padding: 2.5rem;
  color: var(--white);
  background: var(--green);
}

.question-card .card-label {
  color: var(--lime);
}

.question-card blockquote {
  margin: 2.5rem 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.7vw, 4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.question-card > p:last-child {
  color: rgba(255,255,255,0.65);
  font-size: 0.78rem;
}

.workbench-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.workbench-columns article {
  padding: 2.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.workbench-columns article:first-child {
  border-left: 1px solid var(--line);
}

.workbench-columns ul {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.workbench-columns li {
  position: relative;
  padding: 1rem 0 1rem 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
}

.workbench-columns li::before {
  position: absolute;
  top: 1.38rem;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
}

.roadmap-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 6vw;
  margin: 0 3vw;
  padding: 5rem 4vw;
  background: var(--paper-deep);
}

.roadmap-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.roadmap-panel li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.roadmap-panel li:last-child {
  border-bottom: 1px solid var(--line);
}

.roadmap-panel li span {
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.roadmap-panel li p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.section-switcher {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 4rem 7vw 6rem;
  border: 1px solid var(--line);
}

.section-switcher a {
  display: flex;
  gap: 0.7rem;
  padding: 1.5rem;
  align-items: baseline;
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.section-switcher a:last-child {
  border-right: 0;
}

.section-switcher a.is-active {
  color: var(--green-dark);
  background: var(--lime);
}

.section-switcher span {
  color: var(--ink-soft);
  font-size: 0.64rem;
}

.section-switcher strong {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.stats-explorer {
  margin: 0 7vw;
  padding: 4rem;
  border: 1px solid var(--line);
  background: var(--paper);
}

.stats-explorer-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.stats-explorer-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.stats-explorer-heading > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.6;
}

.stats-search {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(100px, 0.7fr)) auto;
  gap: 0.75rem;
  align-items: end;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.stats-search label {
  display: grid;
  gap: 0.45rem;
}

.stats-search label span {
  color: var(--ink-soft);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stats-search input,
.stats-search select {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.stats-search .button {
  min-height: 46px;
  border: 0;
  cursor: pointer;
}

.stats-message {
  min-height: 1.5rem;
  margin: 1rem 0;
  color: var(--ink-soft);
  font-size: 0.74rem;
}

.stats-browser {
  display: grid;
  grid-template-columns: minmax(210px, 0.32fr) minmax(0, 1fr);
  min-height: 420px;
  border: 1px solid var(--line);
}

.player-results {
  max-height: 740px;
  overflow: auto;
  border-right: 1px solid var(--line);
  background: var(--white);
}

.player-result {
  display: grid;
  width: 100%;
  gap: 0.35rem;
  padding: 1rem 1.25rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.player-result:hover,
.player-result:focus-visible,
.player-result.is-active {
  color: var(--green-dark);
  background: var(--lime);
}

.player-result strong {
  font-size: 0.86rem;
}

.player-result span,
.player-results-empty {
  color: var(--ink-soft);
  font-size: 0.67rem;
}

.player-results-empty {
  padding: 1.25rem;
}

.player-detail {
  min-width: 0;
  padding: 2rem;
  background: #f8f7f1;
}

.player-detail[aria-busy="true"] {
  opacity: 0.56;
}

.player-detail-empty {
  max-width: 520px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.player-detail-heading {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.player-detail-heading h3 {
  margin: 0.15rem 0 0.4rem;
  font-size: clamp(1.7rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.player-detail-meta {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.7rem;
}

.player-headshot {
  order: -1;
  width: 76px;
  height: 76px;
  border: 1px solid var(--line);
  object-fit: cover;
  background: var(--white);
}

.stat-lines {
  display: grid;
  gap: 0.75rem;
}

.stat-line {
  border: 1px solid var(--line);
  background: var(--white);
}

.stat-line summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
}

.stat-line summary strong {
  font-size: 0.74rem;
}

.stat-line summary span {
  color: var(--ink-soft);
  font-size: 0.67rem;
}

.stat-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
}

.stat-metric {
  min-width: 0;
  padding: 0.9rem 1.15rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-metric dt {
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.59rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.stat-metric dd {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem 4.5vw;
  color: rgba(255,255,255,0.62);
  background: #081c15;
  font-size: 0.65rem;
}

.site-footer p {
  margin: 0;
}

.site-footer p:last-child {
  justify-self: end;
}

.brand-footer {
  color: var(--white);
  font-size: 0.72rem;
}

.brand-footer strong {
  color: var(--lime);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    border-top: 1px solid var(--line);
  }

  .primary-nav a {
    padding: 1rem 0;
  }

  .build-status {
    grid-column: 2;
    grid-row: 1;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .signal-card {
    width: 100%;
    justify-self: start;
    transform: none;
  }

  .product-grid,
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card + .product-card {
    border-left: 1px solid var(--line);
  }

  .product-card:last-child {
    grid-column: 1 / -1;
  }

  .metric:nth-child(2) {
    border-right: 0;
  }

  .metric:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .section-workbench,
  .roadmap-panel,
  .stats-explorer-heading {
    grid-template-columns: 1fr;
  }

  .stats-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-search .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: auto;
    padding: 1.1rem 5vw 0;
  }

  .brand-mark {
    width: 27px;
    height: 27px;
  }

  .build-status {
    font-size: 0;
  }

  .primary-nav {
    gap: 1.5rem;
    margin-top: 1rem;
  }

  .hero {
    min-height: 0;
    padding: 4.5rem 5vw;
  }

  .hero h1,
  .section-hero h1 {
    font-size: clamp(3.5rem, 18vw, 5.7rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .field-graphic {
    height: 245px;
  }

  .product-intro,
  .data-heading-row {
    grid-template-columns: 1fr;
    align-items: start;
    flex-direction: column;
  }

  .product-intro {
    display: grid;
    padding: 4rem 5vw 2rem;
  }

  .product-grid,
  .metric-grid,
  .workbench-columns,
  .section-switcher,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .product-grid {
    padding: 0 5vw 4rem;
  }

  .product-card,
  .product-card:last-child {
    grid-column: auto;
    min-height: 330px;
  }

  .product-card + .product-card {
    border-top: 0;
  }

  .data-foundation {
    margin: 0;
    padding: 4rem 6vw;
  }

  .metric {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .section-hero {
    min-height: 0;
    padding: 3rem 5vw 4rem;
  }

  .section-hero .back-link {
    margin-bottom: 4rem;
  }

  .section-workbench {
    padding: 4rem 5vw;
  }

  .stats-explorer {
    margin: 0 5vw;
    padding: 2rem 1rem;
  }

  .stats-search,
  .stats-browser,
  .stat-metric-grid {
    grid-template-columns: 1fr;
  }

  .stats-search .button {
    grid-column: auto;
  }

  .player-results {
    max-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .player-detail {
    padding: 1.25rem;
  }

  .question-card,
  .workbench-columns article {
    padding: 1.75rem;
  }

  .workbench-columns article + article {
    border-left: 1px solid var(--line);
  }

  .roadmap-panel {
    margin: 0;
    padding: 4rem 5vw;
  }

  .section-switcher {
    margin: 3rem 5vw 4rem;
  }

  .section-switcher a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-switcher a:last-child {
    border-bottom: 0;
  }

  .site-footer {
    justify-items: start;
    padding: 2.5rem 5vw;
  }

  .site-footer p:last-child {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
