.roster{background:#211d19;color:var(--paper)}
.roster .section-heading>p:last-child{color:var(--muted)}
.roster-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:.75rem}
.roster-grid figure{position:relative;min-height:300px;margin:0;overflow:hidden;background:#302820;border:1px solid var(--line)}
.roster-grid figure::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(0deg,rgba(15,13,11,.95),transparent)}
.roster-grid img{height:100%;width:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 14px rgba(0,0,0,.45));transition:transform .35s ease}
.roster-grid figure:hover img{transform:scale(1.07)}
.roster-grid figcaption{position:absolute;z-index:2;bottom:1rem;left:1rem;display:grid;gap:.1rem}
.roster-grid figcaption span{font-size:.58rem;letter-spacing:.17em;color:var(--gold)}
.roster-grid figcaption b{font:1.15rem Georgia}
.roster-lead{background:linear-gradient(150deg,#46342a,#241d18)!important}
.download-cta{position:relative;gap:.7rem;min-width:188px;padding:.72rem .9rem;border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 0 rgba(196,78,55,.6);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.download-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 15%,rgba(255,255,255,.2) 45%,transparent 70%);transform:translateX(-110%);transition:transform .55s ease}
.download-cta:hover{transform:translateY(-2px);box-shadow:0 0 0 5px rgba(196,78,55,.15),0 12px 22px rgba(0,0,0,.25)}
.download-cta:hover::before{transform:translateX(110%)}
.download-cta .button-icon{display:grid;place-items:center;width:32px;height:32px;margin:0;border:1px solid rgba(255,255,255,.42);border-radius:50%;font-size:1.15rem}
.download-cta>span:nth-child(2){display:grid;gap:0;text-align:left;line-height:1.15}
.download-cta>span:nth-child(2) b{font-size:.85rem;font-weight:700}
.download-cta>span:nth-child(2) small{font-size:.58rem;opacity:.78;letter-spacing:.05em}
.download-cta>i{margin-left:auto;font-style:normal;font-size:1rem;color:#ffd99d}
.nav-download{background:linear-gradient(110deg,#c44e37,#aa392b);color:#fff;border-color:#e18a70;box-shadow:0 0 0 4px rgba(196,78,55,.12)}
.download-card .download-cta{min-width:170px;color:#fff}
.download-card .download-cta>span:nth-child(2) small{color:#fff}
.download-card .download-cta>span:nth-child(2) b{font-size:.85rem}
@media(max-width:900px){.roster-grid{grid-template-columns:1.2fr repeat(2,1fr)}.roster-grid figure{min-height:250px}.roster-grid figure:nth-child(n+4){display:none}}
@media(max-width:640px){.hero-actions{align-items:stretch;flex-direction:column;gap:.9rem;width:min(100%,290px)}.hero-actions .download-cta{width:100%;justify-content:flex-start}.roster-grid{grid-template-columns:1fr 1fr}.roster-grid figure{min-height:220px}.roster-grid figure:first-child{grid-column:1/-1;min-height:280px}.download-card .download-cta{width:100%;min-width:0}.download-card>div{flex:1}}
.record-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.record-grid figure,.record-grid figure.record-main{grid-column:auto;aspect-ratio:16/9;min-height:0}
.record-grid figure.record-main{grid-column:1/-1}
.record-grid img{min-height:0;height:100%;object-fit:cover}
@media(max-width:640px){.record-grid{grid-template-columns:1fr}.record-grid figure.record-main{grid-column:auto}}
