:root{--site-max:1600px}.container-xxl{max-width:var(--site-max)}body{font-family:system-ui,-apple-system,"Segoe UI",sans-serif}.navbar-brand img{width:200px;height:auto}.hero{background:radial-gradient(circle at 85% 15%,rgba(13,110,253,.45),transparent 35%),linear-gradient(135deg,#07111f,#111f39);color:#fff}.hero h1{font-size:clamp(2.35rem,5vw,4.7rem);line-height:1.02;max-width:1050px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem}.hero-card,.cta-panel{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:1.25rem;padding:2rem;backdrop-filter:blur(12px)}.prospect-card{border:0;border-radius:1rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.prospect-card:hover{transform:translateY(-3px);box-shadow:0 1rem 2rem rgba(0,0,0,.15)}.headshot-wrap{position:relative;aspect-ratio:4/3;background:#101827;overflow:hidden}.headshot-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}.rank-badge{position:absolute;left:1rem;top:1rem;font-size:1rem}.prospect-avatar{aspect-ratio:4/3;display:grid;place-items:center;background:linear-gradient(135deg,#14213d,#0d6efd);font-size:3rem;font-weight:900;color:#fff}.meta-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.meta-list small{display:block;color:var(--bs-secondary-color)}.journey-card{display:flex;flex-direction:column;gap:.5rem;height:100%;padding:1.25rem;border:1px solid var(--bs-border-color);border-radius:1rem;text-decoration:none;color:inherit;background:var(--bs-body-bg)}.journey-card:hover{border-color:var(--bs-primary);transform:translateY(-2px)}.journey-card span{color:var(--bs-secondary-color)}.footer-link{display:block;color:#adb5bd;text-decoration:none;margin:.5rem 0}.footer-link:hover{color:#fff}@media(max-width:991.98px){.navbar-brand img{width:170px}.hero-card{padding:1.5rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* v3.11.26 — official 2026 Draft prospect headshots */
.headshot-wrap{aspect-ratio:1/1;background:linear-gradient(145deg,#101827,#25344c)}
.headshot-wrap>img{object-fit:cover;object-position:center 12%;background:#eef1f5;transition:transform .2s ease}
.prospect-card:hover .headshot-wrap>img{transform:scale(1.025)}
@media(max-width:575.98px){.headshot-wrap{aspect-ratio:1/1}}

/* Global width standard v3.11.36 */
:root{
 --site-max-width:1600px;
 --site-padding:24px;
}
.nlt-site-container{
 width:100%;
 max-width:var(--site-max-width);
 margin-inline:auto;
 padding-inline:var(--site-padding);
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl{
 max-width:1600px !important;
}
