:root{--bg:#f4f6f8;--bg-elevated:#ffffff;--border:#dce3ea;--text:#1a2332;--text-dark:#1a2332;--text-light:#f0f0f0;--muted:#5c6b7a;--accent:#ff3d00;--accent-strong:#d93200;--accent-h:14;--gold:#ffc107;--gold-h:45;--pitch:#0f1a24;--link:#c62828;--link-hover:#8e0000;--link-on-dark:#7dd3fc;--link-on-dark-hover:#bae6fd;--on-accent:#ffffff;--on-pitch-muted:#94a3b8;--font:'Barlow',system-ui,sans-serif;--font-display:'Archivo Black','Arial Black',sans-serif;--font-meta:'JetBrains Mono',ui-monospace,monospace;--radius:4px;--max:1040px;--shadow:0 4px 12px rgba(15,26,36,.12)}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;font-size:16px}
h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;letter-spacing:-.01em;margin:0 0 .6rem;color:var(--text)}
h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.15rem}
p{margin:0 0 1rem}
a{color:var(--link);word-break:break-all}
a:hover{color:var(--link-hover)}
img{max-width:100%;display:block}
ul,ol{margin:0;padding:0}
ul[class],ol[class]{list-style:none}
:where(main) ul:not([class]){list-style:disc;padding-left:1.25rem;margin:0 0 1rem}
:where(main) ol:not([class]){list-style:decimal;padding-left:1.25rem;margin:0 0 1rem}
:where(main) ul:not([class]) li,:where(main) ol:not([class]) li{margin:.3rem 0}
button{font-family:inherit}
.container,.wrap{max-width:var(--max);margin:0 auto;padding:0 1.5rem}
section{padding:3rem 0}
.section-head{margin-bottom:1.5rem}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;max-width:640px}
.tricolore{height:3px;width:100%;background:linear-gradient(90deg,#008c45 33%,#fff 33%,#fff 66%,#cd212a 66%);margin:0}
.meta,.eyebrow{font-family:var(--font-meta);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);display:block;margin-bottom:.5rem}
.muted{color:var(--muted)}
#scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--accent);z-index:2000;transition:width .1s}
.btn,.nav-cta,.brand-cta{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font);font-weight:700;background:var(--accent);color:var(--on-accent);border:none;border-radius:var(--radius);padding:.8rem 1.5rem;text-decoration:none;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s}
.btn:hover,.nav-cta:hover,.brand-cta:hover{background:var(--accent-strong);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow)}
.btn:focus-visible,.nav-cta:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,61,0,.4)}
.btn--lg{padding:1rem 2.2rem;font-size:1.1rem}
.btn--ghost{background:transparent;border:2px solid var(--accent);color:var(--accent)}
.btn--ghost:hover{background:var(--accent);color:#fff}
.btn--gold{background:var(--gold);color:var(--pitch)}
.text-link{position:relative;text-decoration:none;color:var(--link)}
.text-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--accent);transition:width .25s}
.text-link:hover:after{width:100%}
.site-header{position:sticky;top:0;z-index:1000;width:100%;background:var(--pitch);color:var(--text-light);border-bottom:3px solid var(--accent)}
.site-header *{color:inherit}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:60px;max-width:var(--max);margin:0 auto;gap:1.5rem}
.header-logo{flex-shrink:0;margin-right:2rem;font-family:var(--font-display);color:var(--accent);font-weight:800;font-size:1.2rem;text-decoration:none}
.header-info-badge{font-family:var(--font-meta);font-size:.7rem;color:var(--on-pitch-muted);border:1px solid var(--on-pitch-muted);padding:.2rem .5rem;border-radius:var(--radius)}
.main-nav{display:flex;flex-direction:row;align-items:center;gap:1.5rem;flex-shrink:0}
.nav-item{position:relative}
.nav-link{font-family:var(--font);font-weight:600;font-size:.92rem;color:var(--text-light);text-decoration:none;cursor:pointer;padding:.3rem 0;background:none;border:none}
.nav-link:hover{color:var(--accent)}
.nav-item.active .nav-link{border-bottom:2px solid var(--accent)}
.has-dropdown{position:relative}
.has-dropdown>.nav-link{display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.dropdown{position:absolute;top:100%;left:0;display:none;z-index:999;background:var(--pitch);border:2px solid var(--accent);min-width:180px;padding-top:8px;color:var(--text-light);list-style:none}
.dropdown *{color:inherit}
.dropdown::before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}
.dropdown a{display:block;padding:.6rem 1rem;text-decoration:none;font-size:.88rem}
.dropdown a:hover{background:var(--accent);color:#fff}
.has-dropdown:hover>.dropdown{display:block}
.nav-cta{padding:.5rem 1rem;font-size:.85rem}
.hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:4px;padding:6px}
.hamburger span{width:24px;height:2px;background:var(--text-light);display:block}
.hero{background:var(--pitch);color:var(--text-light);position:relative;overflow:hidden;clip-path:polygon(0 0,100% 0,100% calc(100% - 36px),0 100%)}
.hero *{color:inherit}
.hero-grid{display:grid;gap:2rem;align-items:center}
@media(min-width:780px){.hero-grid{grid-template-columns:1.1fr .9fr}}
.hero-content>*+*{margin-top:1.1rem}
.hero-visual>*+*{margin-top:1.1rem}
.hero h1{font-size:2.3rem}
@media(min-width:780px){.hero h1{font-size:3rem}}
.hero .subcopy{font-size:1.1rem;color:var(--text-light)}
.hero-wedge{background:var(--accent);clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);padding:2rem;border-radius:var(--radius);color:#fff}
.hero-wedge *{color:#fff}
.band-pitch,.band-bg,.responsible-band,.cta-band,.final-cta,.age-gate-note,#age-gate-banner{background:var(--pitch);color:var(--text-light)}
.band-pitch *,.band-bg *,.responsible-band *,.cta-band *,.final-cta *,.age-gate-note *,#age-gate-banner *{color:inherit}
.age-gate-banner,#age-gate-banner{background:var(--pitch);color:var(--text-light);font-family:var(--font-meta);font-size:.8rem;padding:.6rem 1.5rem;text-align:center}
.age-gate-banner a,#age-gate-banner a{color:var(--link-on-dark)}
.age-gate-banner .age-badge{background:var(--accent);color:#fff;padding:.1rem .4rem;border-radius:var(--radius);font-weight:600;margin-right:.5rem}
.band-elevated{background:var(--bg-elevated)}
.cta-band{text-align:center}
.cta-band .btn,.section-head.center .btn{display:flex;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}
.hero .btn,.band-pitch .btn,.band-bg .btn,.responsible-band .btn,.cta-band .btn,.site-header .btn,.site-footer .btn,.nav-cta{color:var(--on-accent)}
.hero .btn:hover,.band-pitch .btn:hover,.cta-band .btn:hover{color:#fff}
.band-pitch a,.band-bg a,.responsible-band a,.cta-band a,.hero a,.final-cta a{color:var(--link-on-dark)}
.band-pitch a:hover,.cta-band a:hover,.hero a:hover{color:var(--link-on-dark-hover)}
.callout,.rg-callout,blockquote{background:var(--bg-elevated);border-left:4px solid var(--accent);padding:1.2rem 1.4rem;border-radius:var(--radius);margin:0 0 1.5rem;color:var(--text-dark);word-break:break-word;overflow-wrap:break-word}
.callout *,.rg-callout *,blockquote *{color:var(--text-dark)}
.callout--warn{border-left-color:var(--gold);background:#fff8e1}
.disclosure-box,.affiliate-note{background:var(--bg-elevated);border:1px dashed var(--border);padding:1.2rem;border-radius:var(--radius);font-size:.9rem;color:var(--muted);margin-bottom:2rem}
.highlight-box{animation:pulseOnce 1.5s ease 1}
@keyframes pulseOnce{0%{box-shadow:0 0 0 0 rgba(255,61,0,.4)}100%{box-shadow:0 0 0 12px rgba(255,61,0,0)}}
.info-card,.card,.spec-card,.step-item{color:var(--text-dark)}
.info-card *,.card *,.spec-card *,.step-item *{color:var(--text-dark)}
:is(.hero,.band-pitch,.band-bg,.responsible-band,.cta-band) :is(.hub-card,.sport-card,.article-card,.promo-card,.feature-card,.info-card,.spec-card,.callout,.rg-callout,blockquote,.step-item,.data-table,.card){color:var(--text-dark)}
:is(.hero,.band-pitch,.band-bg,.responsible-band,.cta-band) :is(.hub-card,.sport-card,.article-card,.promo-card,.feature-card,.info-card,.spec-card,.callout,.rg-callout,blockquote,.step-item,.data-table,.card) *{color:var(--text-dark)}
:is(.hero,.band-pitch,.band-bg,.responsible-band,.cta-band) :is(.hub-card,.sport-card,.article-card,.promo-card,.feature-card,.info-card,.spec-card,.callout,.rg-callout,blockquote,.step-item,.data-table,.card) a{color:var(--accent)}
.breadcrumb{font-family:var(--font-meta);font-size:.78rem;color:var(--on-pitch-muted);margin-bottom:1rem}
.breadcrumb a{color:var(--link-on-dark)}
.prose h2{margin-top:2rem}
.prose a{color:var(--link)}
.prose a:hover{color:var(--link-hover)}
.anchor-hi{animation:anchorHi 2s ease}
@keyframes anchorHi{0%{background:rgba(255,193,7,.3)}100%{background:transparent}}
.js-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}
.js-ready .reveal.is-visible{opacity:1;transform:none}
.js-ready .reveal-slide{opacity:0;transform:translateX(-24px);transition:opacity .5s ease,transform .5s ease}
.js-ready .reveal-slide.is-visible{opacity:1;transform:none}
.js-ready .reveal-scale{opacity:0;transform:scale(.95);transition:opacity .5s ease,transform .5s ease}
.js-ready .reveal-scale.is-visible{opacity:1;transform:none}
.js-ready .timeline-item{opacity:0;transform:translateX(-16px);transition:opacity .5s ease,transform .5s ease}
.js-ready .timeline-item.is-visible{opacity:1;transform:none}
.site-footer{background:var(--pitch);color:var(--text-light);padding:3rem 0 1.5rem}
.site-footer *{color:inherit}
.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;max-width:var(--max);margin-left:auto;margin-right:auto;padding:0 1.5rem}
@media(min-width:880px){.footer-grid{grid-template-columns:repeat(5,1fr)}}
.footer-col__heading{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;margin-bottom:.75rem;color:var(--accent)}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col ul li{margin-bottom:.5rem}
.footer-col a{color:var(--on-pitch-muted);text-decoration:none;font-size:.88rem}
.footer-col a:hover{color:var(--text-light)}
.footer-disclaimer{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;font-size:.8rem;margin-top:2rem;max-width:var(--max);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;color:var(--on-pitch-muted)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);font-size:.75rem;margin-top:1rem;max-width:var(--max);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;flex-wrap:wrap;gap:.5rem}
@media(max-width:640px){.hamburger{display:flex}.main-nav{display:none}.main-nav.is-open{display:flex;flex-direction:column;align-items:flex-start;position:absolute;top:60px;left:0;width:100%;padding:1rem;background:var(--pitch);border-bottom:3px solid var(--accent)}.main-nav.is-open .has-dropdown>.dropdown{display:none}.main-nav.is-open .has-dropdown.open>.dropdown{display:block;position:static;border:none;padding-left:1rem;min-width:auto}.hero h1{font-size:1.8rem}}
@media print{.site-header,.site-footer,#scroll-progress,.nav-cta,.hamburger,#age-gate-banner{display:none!important}body{background:#fff;color:#000}.hero,.band-pitch,.cta-band{background:#fff;color:#000}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}