:root {
  color-scheme: light dark;
  --near-black: #171815;
  --off-white: #f4f1ea;
  --orange: #ff4b2b;
  --page: #f4f1ea;
  --ink: #171815;
  --surface: #ebe7df;
  --muted: #666861;
  --line: rgba(23, 24, 21, .16);
}

@media (prefers-color-scheme: dark) {
  :root { --page: #171815; --ink: #f4f1ea; --surface: #20211e; --muted: #a8aaa4; --line: rgba(244, 241, 234, .15); }
}

* { box-sizing: border-box; }
html { background: var(--page); color: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--page); color: var(--ink); font: 16px/1.55 Inter, ui-sans-serif, system-ui, sans-serif; }
a { color: inherit; }
.sports-shell { min-height: 100svh; display: flex; flex-direction: column; padding: clamp(1rem, 3vw, 2rem); }
.sports-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 1180px; width: 100%; margin: 0 auto; }
.sports-lockup { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sports-lockup img { width: 1.35rem; height: 1.7rem; object-fit: contain; }
.sports-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem; }
.sports-nav a { padding: .45rem .7rem; border: 1px solid transparent; border-radius: 999px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.sports-nav a:hover, .sports-nav a[aria-current="page"] { border-color: var(--line); color: var(--ink); }
.sports-nav a[aria-current="page"] { background: rgba(255, 75, 43, .12); }
.sports-main { width: 100%; max-width: 1180px; margin: auto; padding: clamp(4rem, 11vw, 9rem) 0; }
.sports-eyebrow { color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.sports-main h1 { max-width: 850px; margin: .8rem 0 1.2rem; font-size: clamp(2.8rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.065em; }
.sports-lead { max-width: 660px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.sports-status { display: inline-flex; margin-top: 1rem; padding: .45rem .7rem; border: 1px solid rgba(255, 75, 43, .55); border-radius: 999px; color: #ff9d89; font-size: .73rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.sports-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: clamp(3rem, 8vw, 6rem); }
.sports-card { min-height: 210px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); }
.sports-card img { width: 1.15rem; height: 1.5rem; margin-bottom: 1.5rem; }
.sports-card h2 { margin: 0 0 .45rem; font-size: 1.15rem; }
.sports-card p, .sports-note { color: var(--muted); }
.sports-note { max-width: 760px; margin-top: 1.5rem; }
.sports-note strong { color: var(--ink); }
.sports-footer { display: flex; justify-content: space-between; gap: 1rem; max-width: 1180px; width: 100%; margin: auto auto 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.sports-footer a { color: var(--ink); }

/* Product pages follow the same device-selected light/dark surface system. */
.ps-header { border-color: var(--line); }
.ps-nav a { color: var(--muted); }
.ps-nav a:hover, .ps-nav a[aria-current="page"] { color: var(--ink); }
.ps-lead, .ps-status, .ps-section-head p, .ps-card p, .ps-kicker { color: var(--muted); }
.ps-section-head { border-color: var(--line); }
.ps-grid, .ps-workflow { background: var(--line); }
.ps-card { background: var(--page); }
.ps-card:nth-child(2), .ps-workflow-step { background: var(--surface); }
@media (max-width: 760px) {
  .sports-header { align-items: flex-start; flex-direction: column; }
  .sports-nav { justify-content: flex-start; }
  .sports-main { padding: 4rem 0; }
  .sports-grid { grid-template-columns: 1fr; }
  .sports-card { min-height: 0; }
  .sports-footer { align-items: flex-start; flex-direction: column; }
}

/* Refined public product pages. The canonical plus artwork is always loaded as
   an asset; it is never reconstructed with text or a generic icon. */
.ps-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.ps-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(244,241,234,.15); }
.ps-lockup { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ps-lockup img { width: 18px; height: 28px; object-fit: contain; }
.ps-nav { display: flex; gap: 21px; overflow: auto; white-space: nowrap; font-size: 13px; }
.ps-nav a { color: #a8aaa4; text-decoration: none; }
.ps-nav a:hover, .ps-nav a[aria-current="page"] { color: #f4f1ea; }
.ps-main { padding: clamp(64px, 9vw, 116px) 0 100px; }
.ps-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(42px, 8vw, 110px); align-items: end; }
.ps-eyebrow, .ps-kicker { margin: 0 0 20px; color: #ff4b2b; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ps-main h1 { max-width: 820px; margin: 0; font-size: clamp(54px, 8.2vw, 112px); line-height: .88; letter-spacing: -.068em; }
.ps-lead { max-width: 650px; margin: 30px 0 0; color: #a8aaa4; font-size: clamp(19px, 2.15vw, 27px); line-height: 1.2; }
.ps-status { display: inline-flex; margin-top: 26px; padding: 9px 12px; border: 1px solid rgba(244,241,234,.15); border-radius: 999px; color: #a8aaa4; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ps-hero-panel { position: relative; min-height: 330px; padding: 25px; overflow: hidden; background: #20211e; color: #f4f1ea; }
.ps-hero-panel::before { content: ""; position: absolute; right: -12%; top: 13%; width: 58%; height: 72%; border: 1px solid rgba(244,241,234,.2); transform: rotate(-11deg); }
.ps-hero-panel::after { content: ""; position: absolute; right: 9%; top: 22%; width: 124px; height: 151px; background: url('/assets/brand-platform-plus.svg?v=approved-20260829') center / contain no-repeat; opacity: .88; }
.ps-panel-label { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; color: rgba(244,241,234,.62); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ps-panel-copy { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 24px; max-width: 260px; }
.ps-panel-copy strong { display: block; margin-bottom: 8px; font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.ps-panel-copy span { color: rgba(244,241,234,.68); font-size: 13px; line-height: 1.4; }
.ps-section { margin-top: clamp(92px, 12vw, 150px); }
.ps-section-head { display: flex; justify-content: space-between; gap: 36px; align-items: end; padding-bottom: 24px; border-bottom: 1px solid rgba(244,241,234,.15); }
.ps-section-head h2 { max-width: 650px; margin: 0; font-size: clamp(34px, 5vw, 66px); line-height: .94; letter-spacing: -.06em; }
.ps-section-head p { max-width: 310px; margin: 0; color: #a8aaa4; font-size: 15px; line-height: 1.45; }
.ps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: rgba(244,241,234,.15); }
.ps-card { min-height: 242px; padding: 25px; background: #171815; }
.ps-card:nth-child(2) { background: #20211e; }
.ps-card img { width: 16px; height: 24px; margin-bottom: 48px; object-fit: contain; }
.ps-card h2 { max-width: 260px; margin: 0 0 12px; font-size: 28px; line-height: 1; letter-spacing: -.045em; }
.ps-card p { max-width: 32ch; margin: 0; color: #a8aaa4; font-size: 14px; line-height: 1.5; }
.ps-kicker { margin-bottom: 12px; color: #a8aaa4; font-size: 10px; }
.ps-kicker.orange { color: #ff4b2b; }
.ps-workflow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: rgba(244,241,234,.15); }
.ps-workflow-step { min-height: 170px; padding: 21px; background: #20211e; }
.ps-workflow-step strong { display: block; margin-bottom: 28px; color: #ff4b2b; font-size: 11px; letter-spacing: .1em; }
.ps-workflow-step h3 { margin: 0 0 8px; font-size: 20px; line-height: 1; letter-spacing: -.035em; }
.ps-workflow-step p { margin: 0; color: #a8aaa4; font-size: 13px; line-height: 1.4; }
.ps-development { display: grid; grid-template-columns: .75fr 1.25fr; gap: 1px; margin-top: 1px; background: rgba(244,241,234,.15); }
.ps-development-intro, .ps-development-list { padding: 28px; background: #20211e; color: #f4f1ea; }
.ps-development-intro h2 { max-width: 360px; margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: .94; letter-spacing: -.06em; }
.ps-development-intro p { max-width: 31ch; margin: 22px 0 0; color: rgba(244,241,234,.68); font-size: 14px; line-height: 1.5; }
.ps-development-list { display: grid; gap: 0; background: #171815; }
.ps-development-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(244,241,234,.15); }
.ps-development-row:last-child { border-bottom: 0; }
.ps-development-row strong { font-size: 16px; letter-spacing: -.02em; }
.ps-development-row span { color: rgba(244,241,234,.58); font-size: 11px; text-align: right; }
.ps-evidence { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: rgba(244,241,234,.15); }
.ps-evidence article { min-height: 190px; padding: 25px; background: #171815; }
.ps-evidence article:nth-child(2) { background: #20211e; }
.ps-evidence b { display: block; margin-bottom: 32px; color: #ff4b2b; font-size: 12px; letter-spacing: .1em; }
.ps-evidence h3 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.04em; }
.ps-evidence p { margin: 0; color: #a8aaa4; font-size: 14px; line-height: 1.5; }
.ps-cta { display: flex; justify-content: space-between; gap: 28px; align-items: end; padding: 34px 0 0; border-top: 1px solid rgba(244,241,234,.15); }
.ps-cta h2 { max-width: 620px; margin: 0; font-size: clamp(36px, 5vw, 68px); line-height: .92; letter-spacing: -.06em; }
.ps-cta p { max-width: 290px; margin: 0; color: #a8aaa4; font-size: 14px; line-height: 1.5; }
.ps-footer { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; border-top: 1px solid rgba(244,241,234,.15); color: #a8aaa4; font-size: 11px; }
.ps-footer a { text-decoration: none; }
@media (max-width: 860px) {
  .ps-hero { grid-template-columns: 1fr; }
  .ps-hero-panel { min-height: 250px; }
  .ps-workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ps-workflow-step:last-child { grid-column: 1 / -1; }
  .ps-development { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .ps-shell { width: calc(100% - 32px); }
  .ps-header { min-height: 76px; padding: 16px 0; align-items: flex-start; flex-direction: column; gap: 15px; }
  .ps-nav { width: 100%; gap: 17px; padding-bottom: 2px; }
  .ps-main { padding-top: 60px; padding-bottom: 72px; }
  .ps-main h1 { font-size: clamp(52px, 16vw, 78px); }
  .ps-lead { margin-top: 23px; font-size: 20px; }
  .ps-hero-panel { min-height: 235px; padding: 20px; }
  .ps-hero-panel::after { right: 4%; top: 25%; width: 99px; height: 121px; }
  .ps-panel-copy { left: 20px; right: 20px; bottom: 20px; }
  .ps-section { margin-top: 88px; }
  .ps-section-head, .ps-cta { display: block; }
  .ps-section-head p, .ps-cta p { margin-top: 18px; }
  .ps-grid, .ps-evidence { grid-template-columns: 1fr; }
  .ps-card { min-height: 0; padding: 23px; }
  .ps-card img { margin-bottom: 30px; }
  .ps-workflow { grid-template-columns: 1fr; }
  .ps-workflow-step:last-child { grid-column: auto; }
  .ps-workflow-step { min-height: 0; }
  .ps-development-intro, .ps-development-list { padding: 23px; }
  .ps-development-row { grid-template-columns: 1fr; gap: 6px; }
  .ps-development-row span { text-align: left; }
  .ps-footer { flex-direction: column; padding-top: 18px; }
}
