
:root{--orange:#e6661c;--ink:#171717;--green:#2f7d55;--blue:#2e5eaa;--purple:#7c49ab;--gold:#d6a119;--paper:#f6f4ef;--white:#fff;--muted:#686868;--line:#dedbd4;--shadow:0 18px 45px rgba(23,23,23,.10);--radius:22px;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 Arial,Helvetica,sans-serif}a{color:inherit}img,svg{max-width:100%}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:99}
.announce{background:var(--ink);color:#fff;font-size:.82rem}.announce .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.announce strong{color:#ff9b59}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-row{height:76px;display:flex;align-items:center;gap:2rem}.brand{text-decoration:none;font-weight:900;font-size:1.65rem;letter-spacing:-.05em}.brand .dot{color:var(--orange)}.main-nav{display:flex;align-items:center;gap:1.25rem;margin-left:auto}.main-nav a{text-decoration:none;font-weight:700;font-size:.79rem;letter-spacing:.05em}.main-nav a:hover,.main-nav a[aria-current=page]{color:var(--orange)}.actions{display:flex;gap:.65rem}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;border-radius:999px;padding:.78rem 1.1rem;border:1px solid var(--ink);transition:.18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(0,0,0,.12)}.btn-primary{background:var(--orange);color:#fff;border-color:var(--orange)}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff}.menu-btn{display:none;border:0;background:none;font-size:1.5rem}.subnav{border-top:1px solid #eee;background:#fff}.subnav .wrap{display:flex;gap:1.4rem;overflow:auto;padding:10px 0}.subnav a{text-decoration:none;white-space:nowrap;font-size:.82rem;font-weight:700;color:#555}.subnav a:hover{color:var(--orange)}
.hero{position:relative;overflow:hidden;background:var(--ink);color:#fff}.hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 70% 20%,rgba(230,102,28,.28),transparent 28%),radial-gradient(circle at 88% 75%,rgba(46,94,170,.32),transparent 27%),linear-gradient(135deg,transparent 48%,rgba(255,255,255,.04) 49%,transparent 50%);background-size:auto,auto,54px 54px}.hero .wrap{position:relative;padding:88px 0 84px;display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}.eyebrow{display:inline-flex;gap:.45rem;align-items:center;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}h1,h2,h3{line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(3.2rem,6vw,5.8rem);margin:.5rem 0 1.25rem}h2{font-size:clamp(2.2rem,4vw,3.8rem);margin:0 0 1rem}h3{font-size:1.35rem}.hero p{color:#d7d7d7;font-size:1.18rem;max-width:720px}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.hero-panel{position:relative;display:grid;gap:12px}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:22px;backdrop-filter:blur(6px)}.hero-card strong{display:block;font-size:1.35rem}.hero-card small{color:#bdbdbd}.hero-card.orange{background:var(--orange);border-color:var(--orange)}.hero-card.orange small{color:#fff}.hero-domain{display:flex;justify-content:space-between;align-items:center;gap:1rem}.pulse{width:12px;height:12px;border-radius:50%;background:#73dba7;box-shadow:0 0 0 7px rgba(115,219,167,.16)}
.section{padding:82px 0}.section.tight{padding:58px 0}.section.white{background:#fff}.section.dark{background:var(--ink);color:#fff}.section.orange{background:var(--orange);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:32px}.section-head p{max-width:700px;color:var(--muted);margin:0}.dark .section-head p{color:#cfcfcf}.kicker{color:var(--orange);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 30px rgba(23,23,23,.04)}.card:hover{box-shadow:var(--shadow)}.dark .card{background:#232323;border-color:#353535}.card p{color:var(--muted)}.dark .card p{color:#c9c9c9}.accent{border-top:6px solid var(--orange)}.accent.blue{border-color:var(--blue)}.accent.green{border-color:var(--green)}.accent.purple{border-color:var(--purple)}.accent.gold{border-color:var(--gold)}.icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#fff3eb;color:var(--orange);font-weight:900;margin-bottom:22px}.icon.blue{background:#eaf1fb;color:var(--blue)}.icon.green{background:#eaf5ef;color:var(--green)}.icon.purple{background:#f2eafa;color:var(--purple)}
.pills{display:flex;gap:.55rem;flex-wrap:wrap}.pill{border-radius:999px;border:1px solid var(--line);padding:.48rem .75rem;background:#fff;font-size:.78rem;font-weight:800}.dark .pill{background:#262626;border-color:#3c3c3c}.stat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.stat b{display:block;font-size:2rem;color:var(--orange)}.stat span{color:var(--muted);font-size:.88rem}.dark .stat{background:#222;border-color:#343434}.dark .stat span{color:#bbb}.steps{counter-reset:step}.step{position:relative;padding-left:74px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-weight:900}.step+.step{margin-top:30px}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.media-frame{border-radius:28px;background:#111;color:#fff;padding:28px;box-shadow:var(--shadow)}.scorebar{display:flex;align-items:center;justify-content:space-between;background:#fff;color:#111;border-radius:16px;padding:16px;margin-top:20px}.screen{min-height:280px;border-radius:20px;background:linear-gradient(135deg,#244a82,#102036);display:grid;place-items:center;position:relative;overflow:hidden}.screen:before{content:"LIVE";position:absolute;top:18px;left:18px;background:#e93030;border-radius:999px;padding:.35rem .65rem;font-size:.72rem;font-weight:900}.play{width:78px;height:78px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;color:#111;font-size:1.8rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.product-art{height:150px;border-radius:14px;background:linear-gradient(135deg,#eae6dc,#fff);display:grid;place-items:center;font-size:3rem}.product small{color:var(--muted)}.product strong{display:block;margin:.7rem 0}.tag{display:inline-block;background:#fff3eb;color:#a84c0e;border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:800}.country-card{position:relative;overflow:hidden;min-height:260px}.country-card:after{content:"";position:absolute;right:-60px;bottom:-70px;width:180px;height:180px;border-radius:50%;background:rgba(230,102,28,.12)}.country-card a{position:relative;z-index:2}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.timeline .card{position:relative}.timeline .card:before{content:"";position:absolute;top:40px;right:-20px;width:20px;height:2px;background:var(--orange)}.timeline .card:last-child:before{display:none}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}table{border-collapse:collapse;width:100%;min-width:780px}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid #ece8e0}th{background:var(--ink);color:#fff;font-size:.82rem}tr:last-child td{border-bottom:0}.note{border-left:5px solid var(--orange);background:#fff8f2;padding:18px 20px;border-radius:0 14px 14px 0}.form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{font-size:.82rem;font-weight:800}input,select,textarea{width:100%;margin-top:6px;border:1px solid #cbc7be;border-radius:12px;padding:.85rem;font:inherit;background:#fff}textarea{min-height:130px}.footer{background:#0f0f0f;color:#aaa;padding:60px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:34px}.footer h4{color:#fff;margin:0 0 .8rem}.footer a{display:block;color:#aaa;text-decoration:none;margin:.45rem 0;font-size:.9rem}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #2b2b2b;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:1rem;font-size:.8rem}.impact-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd;border:1px solid #ddd;border-radius:20px;overflow:hidden}.impact-bar>div{background:#fff;padding:24px}.impact-bar b{font-size:1.7rem;color:var(--orange);display:block}.breadcrumb{font-size:.8rem;color:var(--muted);padding-top:22px}.breadcrumb a{text-decoration:none}.country-hero{background:linear-gradient(135deg,#171717 0 62%,#2b2b2b 62%);color:#fff}.country-hero .wrap{padding:68px 0}.country-hero h1{font-size:clamp(2.8rem,5vw,5rem)}.sport-badge{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:#111;border-radius:999px;padding:.55rem .85rem;font-weight:900}.sport-badge:before{content:"";width:12px;height:12px;border-radius:50%;background:var(--orange)}.quote{font-size:1.6rem;line-height:1.35;font-weight:800;border-left:6px solid var(--orange);padding-left:24px}.cta-band{background:var(--orange);color:#fff;border-radius:28px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cta-band .btn{background:#fff;color:#111;border-color:#fff}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted)}
@media(max-width:980px){.main-nav{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.main-nav.open{display:flex}.menu-btn{display:block;margin-left:auto}.actions{display:none}.hero .wrap,.split{grid-template-columns:1fr}.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:1fr 1fr}.timeline .card:before{display:none}.footer-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:3.8rem}}
@media(max-width:640px){.wrap{width:min(100% - 24px,var(--max))}.hero .wrap{padding:64px 0}.hero h1{font-size:3rem}.section{padding:62px 0}.grid-2,.grid-3,.grid-4,.grid-5,.product-grid,.timeline,.form-row{grid-template-columns:1fr}.section-head,.cta-band{align-items:flex-start;flex-direction:column}.impact-bar{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.subnav{display:none}}
/* sport.coop editorial direction */
:root{--orange:#ef5b24;--ink:#101927;--paper:#f2f4f4;--line:#dce0df;--muted:#556171;--max:1280px}
body{font-family:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--ink)}
h1,h2,h3{letter-spacing:-.045em}h1,h2{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.005em}h2 em,h1 em{color:var(--orange);font-style:normal}.wrap{width:min(var(--max),calc(100% - 64px))}
.announce{background:#102136;color:#c5d1da}.announce strong{color:#ff8a5d}.announce .wrap{min-height:34px}.site-header{background:#fff;border-bottom:0;box-shadow:0 1px 0 rgba(0,0,0,.08)}.header-row{height:78px;gap:1.5rem}.brand{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:2rem;letter-spacing:0}.brand .dot{color:var(--orange)}.main-nav{gap:1.2rem}.main-nav a{font-size:.82rem;letter-spacing:.025em}.subnav{background:#f4f5f4;border-top:1px solid #e5e6e4}.subnav .wrap{gap:1.8rem;padding:9px 0}.subnav a{font-size:.79rem;color:#44505c}.actions .btn{font-size:.82rem;padding:.66rem 1rem}.btn{border-radius:3px;font-size:.9rem;text-transform:uppercase;letter-spacing:.025em;gap:.8rem}.btn-primary{background:var(--orange);border-color:var(--orange);color:#fff}.btn-dark{background:var(--ink);border-color:var(--ink);color:#fff}.btn-light{border-color:#ccd1d4}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #ff9d6a;outline-offset:3px}
.editorial-hero{height:min(760px,72vw);min-height:600px;position:relative;background:#102136;overflow:hidden;color:white}.hero-photo,.hero-shade{position:absolute;inset:0}.hero-photo{background:#263e49 url('assets/football-hero.webp') center center/cover no-repeat;transform:scale(1.005)}.hero-shade{background:linear-gradient(90deg,rgba(7,19,32,.92) 0%,rgba(7,19,32,.77) 30%,rgba(7,19,32,.25) 69%,rgba(7,19,32,.2) 100%),linear-gradient(0deg,rgba(7,19,32,.65),transparent 35%)}.hero-inner{height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:34px 0 32px}.hero-topline,.hero-bottomline{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-weight:800;font-size:.78rem;letter-spacing:.12em}.hero-topline{color:#d8e2e6}.hero-topline span:first-child{border-left:5px solid var(--orange);padding-left:12px}.hero-bottomline{border-top:1px solid rgba(255,255,255,.42);padding-top:17px;color:#e4e7e8}.hero-story{max-width:810px;padding:25px 0 10px}.hero-kicker{display:block;color:#ff925c;font-size:.9rem;letter-spacing:.18em;font-weight:900;margin-bottom:12px}.editorial-hero h1{font-size:clamp(5rem,9vw,9rem);line-height:.91;margin:0 0 25px;text-shadow:0 2px 30px rgba(0,0,0,.15)}.editorial-hero h1 em{color:#ff7137}.editorial-hero p{font-size:clamp(1.1rem,1.8vw,1.43rem);line-height:1.44;max-width:580px;color:#f0f3f4;margin:0}.hero-actions{margin-top:32px;align-items:center;gap:1.6rem}.editorial-hero .btn{padding:1rem 1.2rem}.text-link{font-weight:800;text-decoration:none;border-bottom:1px solid white;padding-bottom:6px}.text-link:hover{color:#ff925c}.ticker{background:var(--orange);color:#fff;font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:clamp(1.3rem,2.5vw,2.2rem);letter-spacing:.035em}.ticker .wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:74px;white-space:nowrap}.ticker span{font-family:Arial,sans-serif;font-size:1rem;opacity:.7}
.section{padding:100px 0}.section-head{align-items:end;margin-bottom:38px}.section-head h2{font-size:clamp(3rem,5.3vw,5.2rem);line-height:.97;max-width:800px;margin:.2rem 0 0}.section-head p{font-size:1.05rem;line-height:1.5;max-width:380px}.kicker{font-size:.79rem;letter-spacing:.17em;color:#d64b19}.sports-showcase{background:#f7f7f4}.sports-mosaic{display:grid;grid-template-columns:1.18fr 1fr 1fr;grid-template-rows:350px 260px;gap:12px}.sport-tile{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:25px;color:#fff;overflow:hidden;text-decoration:none;background:#203448}.sport-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,12,22,.86),rgba(3,12,22,.05) 74%),var(--tile-image,linear-gradient(145deg,#264457,#182537));background-size:cover;background-position:center;transition:transform .5s ease}.sport-tile:hover:before{transform:scale(1.06)}.sport-tile>*{position:relative;z-index:1}.football-tile{grid-row:span 2;--tile-image:url('assets/football-hero.webp')}.cricket-tile{grid-column:span 2;--tile-image:url('assets/cricket.webp')}.hockey-tile{--tile-image:url('assets/hockey.webp')}.rugby-tile{background:#e95a27}.rugby-tile:before{background:linear-gradient(140deg,#f26f37,#af3017)}.tennis-tile{background:#152738}.tennis-tile:before{background:linear-gradient(135deg,#284c57,#12202f)}.sport-tile-meta{font-size:.73rem;letter-spacing:.15em;font-weight:800;margin-bottom:auto}.sport-tile-title{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:clamp(2.3rem,4vw,4.7rem);line-height:1;display:flex;justify-content:space-between;align-items:end}.sport-tile-title span{font:1.6rem Arial,sans-serif}.sport-tile-desc{font-size:.89rem;margin-top:8px;color:#e7edf0}.type-tile .sport-tile-title{font-size:clamp(2.2rem,3.4vw,4rem)}
.story-section{background:#122335;color:white}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,7vw,100px);align-items:center}.story-visual{position:relative;padding-bottom:40px}.story-visual-photo{height:610px;background:#2c4852 url('assets/hockey.webp') center/cover no-repeat}.image-caption{position:absolute;left:-18px;bottom:0;background:var(--orange);color:white;padding:20px 24px;font-weight:900;font-size:1rem;letter-spacing:.08em;max-width:70%}.story-copy .kicker{color:#ff8a5d}.story-copy h2{font-size:clamp(3.1rem,5vw,5.5rem);line-height:.98;margin:12px 0 22px}.story-copy>p{font-size:1.1rem;color:#d6e0e5;line-height:1.65}.story-links{margin-top:34px;border-top:1px solid #5b6c77}.story-links a{display:block;padding:18px 0;border-bottom:1px solid #5b6c77;text-decoration:none}.story-links a:hover b{color:#ff8a5d}.story-links b{display:block;font-size:1.15rem}.story-links span{display:flex;justify-content:space-between;font-size:.9rem;color:#bfccd4;margin-top:5px}
.reach-section{background:#fff}.country-links{border-top:2px solid var(--ink)}.country-links a{display:grid;grid-template-columns:60px minmax(0,1.1fr) minmax(0,1fr) 30px;align-items:center;gap:12px;padding:22px 6px;border-bottom:1px solid #d9ddde;text-decoration:none;transition:background .2s,padding .2s}.country-links a:hover{background:#f2f4f4;padding-left:14px}.country-links span{font-weight:900;color:var(--orange);font-size:.8rem}.country-links b{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:2.1rem;text-transform:uppercase;letter-spacing:.02em}.country-links small{font-size:.96rem;color:var(--muted)}.country-links i{font-style:normal;font-size:1.4rem}.join-strip{background:var(--orange);color:white;padding:55px 0}.join-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}.join-strip span{font-size:.78rem;letter-spacing:.13em;font-weight:900}.join-strip h2{font-size:clamp(2.7rem,5vw,5.2rem);margin:6px 0 0}.join-strip .btn{padding:1rem 1.3rem;white-space:nowrap}
/* Carry the editorial visual language into the supplied inner pages. */
.country-hero{background:#122335;position:relative;overflow:hidden}.country-hero .wrap{padding:92px 0;position:relative}.country-hero:before{content:"";position:absolute;right:-6vw;top:-9vw;width:38vw;height:38vw;border:5vw solid rgba(239,91,36,.17);border-radius:50%}.country-hero h1{font-size:clamp(3.2rem,6vw,6.5rem);max-width:900px}.country-hero p{font-size:1.15rem;max-width:700px;color:#dae2e9}.card{border-radius:3px;box-shadow:none}.card:hover{box-shadow:0 10px 25px rgba(16,25,39,.1)}.accent{border-top-width:5px}.footer{background:#0b1825}.footer-grid{gap:40px}.footer h4{letter-spacing:.06em;text-transform:uppercase;font-size:.78rem}.footer .brand{display:inline-block;color:white}.footer-bottom{color:#8fa0ac}.cta-band{border-radius:4px}.cta-band h2{font-size:clamp(2.5rem,4vw,4rem)}.media-frame{border-radius:4px}.screen{border-radius:2px}
@media(max-width:1050px){.main-nav{gap:.7rem}.main-nav a{font-size:.72rem}.actions{display:none}.sports-mosaic{grid-template-columns:1fr 1fr}.football-tile{grid-row:span 2}.cricket-tile{grid-column:span 1}.story-visual-photo{height:530px}}
@media(max-width:980px){.main-nav{gap:1rem}.main-nav a{font-size:.9rem}.menu-btn{display:block}.editorial-hero{height:650px}.hero-story{max-width:650px}.story-layout{grid-template-columns:1fr}.story-visual{max-width:680px}.story-visual-photo{height:440px}.story-copy{max-width:680px}.footer-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.wrap{width:calc(100% - 36px)}.announce .wrap span:last-child{display:none}.header-row{height:66px}.main-nav{top:66px}.brand{font-size:1.8rem}.editorial-hero{min-height:600px;height:calc(100svh - 100px);max-height:750px}.hero-photo{background-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(7,19,32,.85),rgba(7,19,32,.3)),linear-gradient(0deg,rgba(7,19,32,.85),transparent 60%)}.hero-inner{padding:23px 0}.hero-topline,.hero-bottomline{font-size:.67rem}.hero-bottomline span:last-child{display:none}.editorial-hero h1{font-size:clamp(4rem,15vw,6.8rem)}.editorial-hero p{font-size:1.05rem}.hero-actions{gap:1.25rem;align-items:flex-start}.hero-actions .text-link{font-size:.9rem}.ticker{overflow:hidden}.ticker .wrap{width:max-content;min-height:56px;gap:16px;padding:0 18px}.section{padding:70px 0}.section-head{gap:16px}.section-head h2{font-size:3.1rem}.sports-mosaic{grid-template-columns:1fr;grid-template-rows:none;gap:10px}.sport-tile,.football-tile,.cricket-tile{grid-column:auto;grid-row:auto;min-height:280px}.football-tile{min-height:360px}.sport-tile-title,.type-tile .sport-tile-title{font-size:3.4rem}.story-visual-photo{height:400px}.image-caption{left:-8px;max-width:88%;padding:14px;font-size:.8rem}.story-copy h2{font-size:3.2rem}.country-links a{grid-template-columns:34px 1fr 25px;gap:6px;padding:18px 2px}.country-links b{font-size:1.6rem}.country-links small{grid-column:2;grid-row:2}.country-links i{grid-column:3;grid-row:1}.join-strip .wrap{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.sport-football .country-hero,.sport-cricket .country-hero,.sport-hockey .country-hero{background-position:center;background-size:cover}
.sport-football .country-hero{background-image:linear-gradient(90deg,rgba(11,24,37,.94),rgba(11,24,37,.64) 55%,rgba(11,24,37,.25)),url('assets/football-hero.webp')}
.sport-cricket .country-hero{background-image:linear-gradient(90deg,rgba(11,24,37,.94),rgba(11,24,37,.64) 55%,rgba(11,24,37,.25)),url('assets/cricket.webp')}
.sport-hockey .country-hero{background-image:linear-gradient(90deg,rgba(11,24,37,.94),rgba(11,24,37,.64) 55%,rgba(11,24,37,.25)),url('assets/hockey.webp')}

/* Sports network visual system inspired by the supplied concept artwork. */
:root{--orange:#f26122;--ink:#18242d;--paper:#f7f8f8}
.announce{background:#111b21}.site-header{background:#172126;color:#fff;border-bottom:1px solid #344049;box-shadow:none}.header-row{height:68px}.site-header .brand{color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:-.07em;line-height:.85}.site-header .brand::after{content:'powered by FORUS';display:block;color:#e9edef;text-align:right;font:500 .57rem/1.1 Arial,Helvetica,sans-serif;letter-spacing:0;margin-top:4px}.site-header .main-nav a{color:#f2f4f5}.site-header .main-nav a:hover,.site-header .main-nav a[aria-current=page]{color:#ff884f}.site-header .btn-light{color:#fff;border-color:#68767e;background:transparent}.site-header .btn-primary{color:#fff}.site-header .subnav{background:#202d33;border-top:1px solid #344049}.site-header .subnav a{color:#d7dfe2}.site-header .subnav a:hover{color:#ff884f}.site-header .menu-btn{color:#fff}
.new-hero{position:relative;min-height:610px;background:#101c23 url('assets/sports-montage.webp') center/cover no-repeat;color:#fff;isolation:isolate}.new-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,19,25,.34),transparent 48%),linear-gradient(0deg,rgba(8,18,23,.86),transparent 34%);z-index:-1}.new-hero-content{min-height:610px;display:flex;flex-direction:column;justify-content:center;position:relative;padding:55px 0 96px}.hero-eyebrow,.home-kicker{display:block;margin:0 0 11px;color:#f36525;font-size:.84rem;letter-spacing:.065em;text-transform:uppercase;font-weight:900}.new-hero h1{margin:0;font:900 clamp(3.3rem,5.6vw,5.6rem)/.96 Impact,'Arial Narrow',Arial,sans-serif;letter-spacing:.015em;max-width:560px;text-transform:uppercase}.new-hero h1 em{color:#ff7137}.hero-lead{font-size:1.11rem;line-height:1.5;max-width:340px;margin:22px 0 0}.new-hero .hero-actions{margin-top:21px;gap:12px}.new-hero .btn{font-size:.86rem;text-transform:none;letter-spacing:0;padding:.81rem 1rem}.btn-outline{border-color:#abb7bd;color:#fff;background:rgba(6,18,24,.53)}.btn-outline:hover{background:#24353e}.hero-sports{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:flex-end;gap:0}.hero-sports a{color:#fff;text-decoration:none;text-transform:uppercase;font-weight:900;font-size:.84rem;letter-spacing:.035em;padding:16px 13px;border-left:1px solid rgba(255,255,255,.55);background:rgba(10,21,26,.43);flex:0 1 130px}.hero-sports a:hover{background:var(--orange)}
.home-band{padding:52px 0;background:#fff}.home-band-layout{display:grid;grid-template-columns:minmax(200px,235px) minmax(0,1fr);gap:32px;align-items:center}.band-intro h2,.network-head h2,.panel-content h2,.home-value h2{font:900 clamp(2rem,2.65vw,3.05rem)/1.03 Impact,'Arial Narrow',Arial,sans-serif;letter-spacing:.012em;text-transform:uppercase;margin:0 0 14px}.band-intro p,.network-head p,.panel-content p{font-size:1rem;line-height:1.48;margin:0 0 18px}.band-intro .btn{font-size:.83rem;letter-spacing:0;text-transform:none;padding:.73rem .95rem}.image-card-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.image-card{display:flex;flex-direction:column;overflow:hidden;position:relative;text-decoration:none;background:#17242b;color:#fff;min-height:250px;border-radius:5px}.image-card-photo{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .3s}.image-card:hover .image-card-photo{transform:scale(1.05)}.photo-football{background-image:linear-gradient(0deg,#101e23 3%,transparent 70%),url('assets/football-hero.webp')}.photo-cricket{background-image:linear-gradient(0deg,#101e23 3%,transparent 70%),url('assets/cricket.webp')}.photo-hockey{background-image:linear-gradient(0deg,#101e23 3%,transparent 70%),url('assets/hockey.webp')}.image-card-copy{position:relative;margin-top:auto;padding:18px;display:grid;grid-template-columns:1fr auto}.image-card-copy strong{font-size:1rem}.image-card-copy small{grid-column:1;font-size:.82rem;color:#e0e9e9}.image-card-copy b{grid-column:2;grid-row:1/3;font-size:1.5rem;align-self:end}
.home-shop{background:#f0f2f2;border-block:5px solid #fff}.shop-layout{display:grid;grid-template-columns:minmax(200px,235px) minmax(0,1fr);gap:32px;align-items:center}.shop-feature{min-height:290px;position:relative;overflow:hidden;background:#15232a;color:#fff;text-decoration:none;display:flex;align-items:flex-end;border-radius:5px}.shop-feature-image{position:absolute;inset:0;background:url('assets/sports-montage.webp') center 60%/cover no-repeat;transition:transform .3s}.shop-feature:hover .shop-feature-image{transform:scale(1.04)}.shop-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,18,22,.94),rgba(8,18,22,0) 70%)}.shop-feature-copy{position:relative;z-index:1;display:flex;flex-direction:column;padding:25px;width:100%}.shop-feature-copy span:first-child{color:#ff9b6b;font-size:.78rem;font-weight:800;letter-spacing:.08em}.shop-feature-copy strong{font:900 clamp(1.8rem,3vw,3.15rem)/1 Impact,'Arial Narrow',Arial,sans-serif;text-transform:uppercase;margin-top:6px}.shop-arrow{position:absolute;right:22px;bottom:20px;font-size:1.8rem}
.home-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-block:8px solid #fff;background:#fff}.panel{position:relative;isolation:isolate;min-height:355px;color:#fff;display:flex;align-items:center;overflow:hidden}.panel-photo{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center}.panel::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(11,25,31,.96),rgba(11,25,31,.67) 50%,rgba(11,25,31,.1))}.panel-clubs .panel-photo{background-image:url('assets/hockey.webp')}.panel-impact .panel-photo{background-image:url('assets/football-hero.webp')}.panel-content{padding:35px clamp(24px,4vw,65px);max-width:460px}.panel-content p{color:#eef2f2}.panel-content .btn{font-size:.84rem;text-transform:none;letter-spacing:0}.panel-content .home-kicker{color:#ff9b65}
.home-network{background:#fff}.network-head{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:25px}.network-head p{max-width:410px;color:#4e5b63}.network-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.network-grid a{min-height:190px;padding:18px;background:#eef1f1;color:#18242d;text-decoration:none;display:flex;flex-direction:column;border-bottom:4px solid var(--orange);transition:background .2s,transform .2s}.network-grid a:nth-child(2){background:#e8eef0}.network-grid a:nth-child(3){background:#edf0e6}.network-grid a:nth-child(4){background:#e8ebf1}.network-grid a:nth-child(5){background:#eaf0ed}.network-grid a:hover{transform:translateY(-3px);background:#dce7e8}.country-number{font-size:.79rem;color:#d74817;font-weight:900}.network-grid strong{font:900 1.55rem/1.1 Impact,'Arial Narrow',Arial,sans-serif;text-transform:uppercase;margin:27px 0 5px}.network-grid small{font-size:.88rem;line-height:1.25}.network-grid a>span:last-child{align-self:end;margin-top:auto;font-size:1.4rem}.network-more{display:inline-block;margin-top:21px;color:#cc4719;font-weight:800;text-decoration:none}.network-more:hover{text-decoration:underline}
.home-value{background:#16242a url('assets/sports-montage.webp') center 45%/cover no-repeat;color:#fff;position:relative;isolation:isolate}.home-value::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,18,23,.97),rgba(7,18,23,.58)),linear-gradient(0deg,rgba(7,18,23,.7),transparent)}.value-inner{min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:40px}.home-value h2{font-size:clamp(2.5rem,4.3vw,4.5rem)}.home-value p{font-size:1.04rem}.home-value .btn{font-size:.84rem;letter-spacing:0;text-transform:none}.value-points{display:flex;max-width:590px}.value-points a{min-height:105px;width:33.33%;display:flex;align-items:end;padding:12px;border-left:1px solid rgba(255,255,255,.48);color:#fff;text-decoration:none;font-size:.85rem;font-weight:800;text-transform:uppercase;line-height:1.2}.value-points span{margin-left:5px}.value-points a:hover{color:#ff9b65}
@media(max-width:980px){.site-header .main-nav{background:#172126;top:68px;border-color:#344049}.home-band-layout,.shop-layout{grid-template-columns:1fr}.band-intro{max-width:550px}.new-hero{background-position:46% center}.new-hero::before{background:linear-gradient(90deg,rgba(9,19,25,.8),rgba(9,19,25,.25) 68%),linear-gradient(0deg,rgba(8,18,23,.84),transparent 40%)}.network-grid{grid-template-columns:repeat(3,1fr)}.home-panels{grid-template-columns:1fr}.panel{min-height:310px}}
@media(max-width:640px){.site-header .header-row{height:62px}.site-header .main-nav{top:62px}.new-hero,.new-hero-content{min-height:620px}.new-hero{background-size:auto 100%;background-position:36% center}.new-hero::before{background:linear-gradient(90deg,rgba(8,18,23,.88),rgba(8,18,23,.53)),linear-gradient(0deg,rgba(8,18,23,.9),transparent 42%)}.new-hero-content{justify-content:flex-start;padding:45px 0 120px}.new-hero h1{font-size:clamp(3.2rem,11.7vw,4.65rem)}.hero-lead{font-size:1rem;max-width:305px}.hero-sports{overflow-x:auto;justify-content:flex-start}.hero-sports a{min-width:93px;padding:13px 9px;font-size:.72rem}.home-band{padding:48px 0}.image-card-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-18px;padding-right:18px}.image-card{min-width:77%;scroll-snap-align:start}.shop-feature{min-height:240px}.home-panels{gap:6px}.panel{min-height:340px}.panel-content{padding:27px 22px}.network-head{align-items:flex-start;flex-direction:column;gap:8px}.network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.network-grid a{min-height:155px;padding:13px}.network-grid strong{font-size:1.35rem;margin-top:15px}.value-inner{display:block}.value-points{margin-top:28px}.value-points a{font-size:.75rem;min-height:80px}.home-value h2{font-size:3rem}}
.panel-clubs .panel-photo{background-image:url('assets/club-coach.webp')}
.panel-impact .panel-photo{background-image:url('assets/player-impact.webp')}
