:root{--navy:#06163d;--blue:#173b91;--red:#e52a1c;--cream:#f2efe8}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:#07132e;font-family:Arial,sans-serif}
a{color:inherit;text-decoration:none}
header{height:92px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:10}
.brand{display:flex;align-items:center;gap:13px}
.brand>span:last-child{display:flex;flex-direction:column;line-height:1}
.brand b{color:var(--navy);letter-spacing:.04em}
.brand strong{color:var(--red);font-size:21px}
.mark{width:62px;height:62px;border:4px solid var(--navy);outline:2px solid var(--red);outline-offset:-8px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue);font-weight:950;font-style:italic}
nav{display:flex;gap:30px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
nav a:hover{color:var(--red)}
.headCta{padding:17px 20px;background:var(--red);color:#fff;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.hero{height:calc(100vh - 92px);min-height:650px;position:relative;display:flex;align-items:center;color:#fff;background:url('/hero-basket-mb-v2.webp') center/cover no-repeat}
.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,42,.98),rgba(6,24,64,.83) 47%,rgba(6,18,49,.18) 78%,rgba(4,13,38,.5))}
.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,#000,transparent)}
.heroText{margin-left:9vw;position:relative;z-index:2}
.kicker,.label{font-size:10px;font-weight:900;letter-spacing:.22em;color:var(--blue)}
.kicker{color:#d5dff6}
.hero h1,h2{font-size:clamp(60px,8vw,118px);line-height:.85;letter-spacing:-.055em;margin:24px 0;font-weight:950}
.hero h1 em,h2 em{font-style:normal;color:var(--red)}
.heroText>p:not(.kicker){font-size:17px;line-height:1.7;color:#dce3f2}
.actions{display:flex;gap:12px;margin-top:28px}
.btn{padding:18px 24px;display:inline-block;font-size:11px;font-weight:900;letter-spacing:.08em}
.red{background:var(--red)}
.clear{border:1px solid rgba(255,255,255,.5)}
.season{position:absolute;z-index:3;right:4vw;top:35px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.2em}
.season b{color:var(--red);margin-top:8px}
.strip{min-height:105px;background:var(--red);color:#fff;display:flex;justify-content:center;align-items:center;gap:5vw;padding:20px 6vw}
.strip div{display:flex;flex-direction:column;gap:7px}
.strip small{font-size:8px;letter-spacing:.15em;opacity:.7}
.strip b{font-size:14px}
.strip>a{border:1px solid rgba(255,255,255,.55);padding:15px 20px;font-size:10px;font-weight:900}
.section{padding:115px 9vw}
.label{margin-bottom:55px}
.two{display:grid;grid-template-columns:1.1fr .9fr;gap:9vw}
.two h2,.sectionTop h2,.news h2,.join h2{margin:0;font-size:clamp(54px,7vw,100px)}
.lead{font-size:20px!important;line-height:1.55!important}
.two p{font-size:15px;line-height:1.65;color:#687187}
.stats{border-top:1px solid #c6c8ca;margin-top:35px;padding-top:22px;display:flex;gap:35px}
.stats span{display:flex;flex-direction:column;font-size:9px;letter-spacing:.12em}
.stats b{font-size:29px;color:var(--blue)}
.teams{background:var(--navy);color:#fff}
.sectionTop,.newsTop{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}
.sectionTop>p{max-width:330px;color:#b0bddb;line-height:1.7}
.pale{color:#aebce0}
.teamList{border-top:1px solid rgba(255,255,255,.2)}
.teamList article{min-height:112px;display:grid;grid-template-columns:70px 110px 1fr 40px;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);transition:.25s;padding:0 18px}
.teamList article:hover{background:var(--red);padding-left:28px}
.teamList small{color:#7e8fb9}
.teamList b{font-size:27px;font-style:italic}
.teamList h3{text-transform:uppercase;font-size:25px;margin:0}
.teamList span{font-size:25px}
.newsTop>a,.sponsor>a{font-size:10px;font-weight:900;letter-spacing:.12em;border-bottom:2px solid var(--red);padding-bottom:7px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.cards article{background:#fff;padding-bottom:26px;overflow:hidden;box-shadow:0 18px 45px rgba(6,22,61,.08)}
.visual{width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;background:var(--navy)}
.visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,35,.42),transparent 48%,rgba(3,12,35,.62))}
.visual img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.cards article:hover .visual img{transform:scale(1.035)}
.newsNumber,.photoTag{position:absolute;z-index:2;color:#fff;font-weight:900}
.newsNumber{left:18px;top:16px;font-size:10px;letter-spacing:.1em}
.photoTag{left:18px;bottom:16px;background:var(--red);padding:8px 10px;font-size:8px;letter-spacing:.16em}
.cards article>small,.cards article>h3,.cards article>p,.cards article>a{margin-left:24px;margin-right:24px}
.cards article>small{display:block;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.15em;margin-top:24px}
.cards h3{font-size:22px;text-transform:uppercase;margin-top:11px;margin-bottom:10px}
.cards p{font-size:14px;line-height:1.5;color:#687187;min-height:66px}
.cards article>a{font-size:9px;font-weight:900;letter-spacing:.12em}
.join{padding:95px 9vw;background:var(--red);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:end}
.join h2 em{color:var(--navy)}
.join>div:last-child>p{font-size:20px;line-height:1.5}
.white{background:#fff;color:var(--red);margin:15px 0}
.join small{display:block;font-size:9px;opacity:.78}
.sponsor{text-align:center;background:#fff}
.sponsor .label{margin-bottom:25px}
.sponsor h2{font-size:42px;margin:0}
.sponsor p{color:#687187}
.sponsor>a{display:inline-block;margin-top:15px}
footer{background:#030c24;color:#fff;padding:70px 9vw 28px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:45px}
footer>div:not(.brand){display:flex;flex-direction:column;gap:11px;font-size:13px;color:#c5cde0}
footer small{font-size:8px;letter-spacing:.15em;color:#7080a4;margin-bottom:8px}
.legal{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:25px;font-size:8px;color:#7180a2;letter-spacing:.08em}
@media(max-width:900px){header{height:76px;padding:0 20px}.brand>span:last-child,nav{display:none}.mark{width:52px;height:52px}.headCta{padding:14px}.hero{height:700px;min-height:0;background-position:62% center}.heroText{margin:0 24px}.hero h1{font-size:52px}.heroText>p:not(.kicker){font-size:15px}.actions{flex-direction:column;width:270px}.season{display:none}.strip{justify-content:flex-start;overflow:auto;padding:20px 24px}.strip div{min-width:165px}.section{padding:78px 24px}.two,.join{grid-template-columns:1fr;gap:42px}.two h2,.sectionTop h2,.news h2,.join h2{font-size:50px}.sectionTop,.newsTop{flex-direction:column;align-items:flex-start;gap:28px}.teamList article{grid-template-columns:35px 65px 1fr 22px;min-height:88px;padding:0}.teamList article:hover{padding-left:8px}.teamList b{font-size:20px}.teamList h3{font-size:15px}.cards{grid-template-columns:1fr;gap:22px}.cards p{min-height:0}.join{padding:78px 24px}.sponsor h2{font-size:31px}footer{grid-template-columns:1fr 1fr;padding:55px 24px 25px}.footer-brand{grid-column:1/-1}.legal{font-size:7px}}
@media(max-width:480px){.hero h1{font-size:45px}.strip>a{min-width:120px}.stats{gap:18px;flex-wrap:wrap}.teamList article{grid-template-columns:30px 52px 1fr 18px}.teamList h3{font-size:13px}.cards article{padding-bottom:22px}.cards article>small{margin-top:19px}.cards h3{font-size:20px}.photoTag{bottom:13px}footer{grid-template-columns:1fr}.legal{grid-column:auto}}
