.hero{background:#141414 url(/images/hero/hero-poster.webp) 50%/cover no-repeat;align-items:flex-end;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero-video-wrap{transform-origin:50%;will-change:transform,opacity;position:absolute;inset:0;overflow:hidden}.hero-video-wrap video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.hero-video-wrap video{display:none}}.hero-scrim{background:linear-gradient(#0a0a0a8c 0%,#0a0a0a66 40%,#0a0a0ae0 100%);position:absolute;inset:0}.hero-inner{z-index:2;max-width:var(--container-max);will-change:transform,opacity;width:100%;margin:0 auto;padding:140px 32px 72px;position:relative}.hero-pre{font-family:var(--font-title);color:var(--orange-l);letter-spacing:.24em;text-transform:uppercase;margin-bottom:20px;font-size:12px;font-weight:700}.hero-sub{font-family:var(--font-title);color:var(--orange);letter-spacing:-.01em;margin-bottom:4px;font-size:clamp(48px,9vw,124px);font-weight:900;line-height:.95}.hero-pre{animation:.7s 80ms both heroEnter}.hero-sub{animation:.8s cubic-bezier(.2,.7,.2,1) .16s both heroEnter}.hero-title{animation:.8s cubic-bezier(.2,.7,.2,1) .24s both heroEnter}.hero-tagline{animation:.7s .34s both heroEnter}.hero-cta{animation:.7s .42s both heroEnter}.hero-scroll{transition:opacity .25s}.photo-band-full img{transition:transform 5s cubic-bezier(.2,.7,.2,1)}.photo-band-full:hover img{transform:scale(1.035)}.sponsor-mini-cell img,.sponsor-mini-cell:hover img{filter:none;opacity:1;transition:none;transform:none}@keyframes heroEnter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero-pre,.hero-sub,.hero-title,.hero-tagline,.hero-cta{animation:none}.photo-band-full:hover img{transform:none}}.hero-sub .accent{color:var(--orange)}.hero-title{font-family:var(--font-title);color:var(--orange);letter-spacing:.02em;margin-bottom:28px;font-size:clamp(22px,4vw,35px);font-weight:700}.hero-tagline{color:#fffc;border-left:2px solid var(--orange);max-width:360px;margin-bottom:36px;padding:4px 0 4px 16px;font-size:15px;font-style:italic}.hero-cta{flex-wrap:wrap;gap:14px;display:flex}.hero-scroll{z-index:2;animation:2s ease-in-out infinite bnBounce;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.training-stats{max-width:var(--container-max);border-inline:1px solid var(--line2);border-bottom:1px solid var(--line2);background:var(--cream);grid-template-columns:1.25fr repeat(3,1fr);margin:0 auto;display:grid}.training-stats-label,.training-stat{min-height:150px;padding:28px 32px}.training-stats-label{background:var(--ink);color:#fff;flex-direction:column;justify-content:space-between;display:flex}.training-stats-label span{font-family:var(--font-title);letter-spacing:.2em;color:var(--orange-l);font-size:10px}.training-stats-label strong{font-family:var(--font-title);font-size:clamp(17px,2vw,23px)}.training-stat{border-right:1px solid var(--line2);align-items:flex-end;gap:clamp(14px,2vw,28px);display:flex;position:relative;overflow:hidden}.training-stat:last-child{border-right:0}.training-stat:before{content:"";background:var(--orange);transform-origin:0;height:3px;transition:transform .45s cubic-bezier(.2,.7,.2,1);position:absolute;inset:auto 0 0;transform:scaleX(0)}.training-stat:hover:before{transform:scaleX(1)}.training-stat .num{font-family:var(--font-title);color:var(--orange);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:clamp(44px,5vw,74px);font-weight:900;line-height:.85}.training-stat p{color:var(--muted);font-size:13px;line-height:1.55}@media (width<=800px){.training-stats{border-inline:0;grid-template-columns:1fr}.training-stats-label{min-height:105px}.training-stat{border-right:0;border-bottom:1px solid var(--line2);justify-content:space-between;min-height:116px}.training-stat p{text-align:right}}@media (prefers-reduced-motion:reduce){.training-stat:before{transition:none}}.news-teaser{max-width:var(--container-max);margin:0 auto;padding:clamp(64px,8vw,96px) 32px clamp(40px,5vw,56px)}.news-teaser-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.news-teaser-row h2{font-family:var(--font-title);margin:0;font-size:24px;font-weight:700}.news-teaser-link{color:var(--ink);align-items:center;gap:8px;font-size:14px;font-weight:700;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.news-teaser-link:hover{color:var(--orange);gap:14px}.news-teaser-card{border:1px solid var(--line2);color:inherit;flex-wrap:wrap;align-items:flex-start;gap:24px;padding:28px;text-decoration:none;transition:border-color .2s;display:flex;position:relative;overflow:hidden}.news-teaser-card:before{content:"";transform-origin:0;pointer-events:none;background:linear-gradient(90deg,#f0702021,#f0702006 62%,#0000);transition:transform .38s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0;transform:scaleX(0)}.news-teaser-card:after{content:"";background:var(--orange);width:4px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.news-teaser-card>*{z-index:1;position:relative}.news-teaser-card:hover{border-color:var(--orange);transform:translateY(-4px)translate(6px)}.news-teaser-card:hover:before{transform:scaleX(1)}.news-teaser-card:hover:after{transform:scaleY(1)}.news-teaser-card .date{font-family:var(--font-title);color:var(--orange);letter-spacing:.08em;flex-shrink:0;font-size:12px}.news-teaser-card-body{flex:1;min-width:220px}.news-teaser-card-body h3{color:var(--ink);margin:0 0 8px;font-size:17px;font-weight:700;transition:color .25s}.news-teaser-card:hover .news-teaser-card-body h3{color:var(--orange-d)}.news-teaser-card-body p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}@media (width<=700px){.news-teaser-card:hover{transform:none}.news-teaser-card:active{background:#fff3e8}}@media (prefers-reduced-motion:reduce){.news-teaser-card,.news-teaser-card:before,.news-teaser-card:after,.news-teaser-card-body h3{transition:none}.news-teaser-card:hover{transform:none}}.photo-band-full{width:100%;color:inherit;cursor:pointer;display:block;position:relative;overflow:hidden}.photo-band-full:hover{color:inherit}.photo-band-full img{width:100%;height:auto;display:block}.photo-band-full .photo-band-scrim{background:linear-gradient(90deg,#0a0a0a80 0%,#0a0a0a1a 45%,#0a0a0a00 70%);position:absolute;inset:0}.photo-band-full .photo-band-inner{z-index:2;height:auto;padding:0 32px 32px;position:absolute;bottom:0;left:0;right:0}.photo-band-inner .eyebrow{color:var(--orange-l)}.photo-band-inner h2{font-family:var(--font-title);color:#fff;max-width:620px;margin:0;font-size:clamp(22px,3.4vw,34px);font-weight:700;line-height:1.25}.photo-band-link-label{font-family:var(--font-title);letter-spacing:.15em;color:#fff;border-bottom:1px solid var(--orange);opacity:0;margin-top:18px;padding-bottom:5px;font-size:11px;transition:opacity .3s,transform .3s;display:inline-block;transform:translateY(8px)}.photo-band-full:hover .photo-band-link-label{opacity:1;transform:none}.photo-band-full:focus-visible{outline:3px solid var(--orange);outline-offset:-3px}@media (width<=700px){.photo-band-link-label{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.photo-band-link-label{transition:none}.photo-band-full:hover img{transform:none}}@media (width<=899px){.photo-band{background-attachment:scroll;height:420px}}.home-section{max-width:var(--container-max);border-top:1px solid var(--line2);margin:0 auto;padding:clamp(56px,8vw,88px) 32px}.home-section .eyebrow{font-size:11px}.sponsor-mini-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;margin-bottom:36px;display:grid}.sponsor-mini-cell{justify-content:center;align-items:center;height:64px;padding:18px;display:flex}.sponsor-mini-cell img{object-fit:contain;max-width:100%;max-height:64px}.sponsor-cta{background:var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:28px 32px;display:flex}.sponsor-cta h3{font-family:var(--font-title);color:#fff;margin-bottom:6px;font-size:17px;font-weight:700}.sponsor-cta p{color:#ffffffa6;font-size:13.5px}.sponsor-cta .btn{flex-shrink:0;padding:12px 26px}.about-teaser{max-width:var(--container-max);grid-template-columns:minmax(0,760px) 1fr;align-items:center;gap:48px;margin:0 auto;padding:clamp(24px,4vw,40px) 32px 96px;display:grid}.about-teaser-text h2{font-family:var(--font-title);color:var(--ink);margin-bottom:20px;font-size:clamp(34px,4.2vw,52px);font-weight:700;line-height:1.2}.about-teaser-text h2 span{color:var(--orange)}.about-teaser-text p{color:var(--ink2);margin-bottom:16px;font-size:19px;line-height:1.85}.about-teaser-logo-wrap{justify-content:center;align-items:center;height:100%;display:flex}.about-teaser-logo{width:100%;max-width:420px;height:auto}
