@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{--black:#050505;--panel:#101010;--panel2:#171717;--gold:#d4af37;--gold2:#f0d36d;--white:#f8f8f8;--muted:#b8b8b8;--line:rgba(212,175,55,.34)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Montserrat,sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}
#progress{position:fixed;top:0;left:0;width:0;height:3px;background:var(--gold);z-index:1000}
#intro{position:fixed;inset:0;background:#000;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.8s}#intro.hide{opacity:0;visibility:hidden}#intro img{width:180px;height:180px;object-fit:cover;border-radius:16px;border:1px solid var(--line)}#intro strong{font-family:'Bebas Neue';font-size:2.5rem;color:var(--gold2);letter-spacing:.12em;margin-top:18px}
.site-header{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:12px 5vw;background:rgba(5,5,5,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;color:var(--gold2);font-weight:800;letter-spacing:.08em}.brand img{width:58px;height:58px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}nav{display:flex;gap:18px;font-size:.75rem;text-transform:uppercase;font-weight:700}nav a:hover{color:var(--gold)}#menuBtn{display:none;background:none;color:var(--gold2);border:1px solid var(--line);padding:8px 12px}
.hero{position:relative;min-height:86vh;display:flex;align-items:center;padding:8vw 7vw;background:url('assets/hero.jpg') center 38%/cover no-repeat}.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.54),rgba(0,0,0,.12))}.hero-copy{position:relative;max-width:900px}.kicker{text-transform:uppercase;letter-spacing:.22em;color:var(--gold);font-size:.76rem;font-weight:800}h1,h2{font-family:'Bebas Neue';margin:0 0 14px;letter-spacing:.02em}h1{font-size:clamp(3.8rem,9vw,7.8rem);line-height:.9}h2{font-size:clamp(2.5rem,5vw,4.2rem);line-height:1}.sub,.measure{font-weight:700}.measure{color:var(--gold2)}.tag{font-family:'Bebas Neue';font-size:clamp(2.3rem,5vw,4.6rem);color:var(--gold2);margin:16px 0}.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-block;padding:14px 22px;border:1px solid var(--gold);font-weight:800;text-transform:uppercase}.gold{background:var(--gold);color:#111}
.news-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0b0b0b}.news-strip div{padding:18px 22px;border-right:1px solid var(--line)}.news-strip div:last-child{border-right:0}.news-strip span{display:block;color:var(--gold);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px}.news-strip strong{font-size:.9rem}
.identity,.about,.film,.contact{display:grid;grid-template-columns:1fr 1.6fr;gap:48px;align-items:center;padding:82px 7vw;border-top:1px solid var(--line)}.identity{background:radial-gradient(circle at left,rgba(212,175,55,.11),transparent 36%),var(--panel)}.identity img{width:min(350px,82%);margin:auto;border:1px solid var(--line);border-radius:16px}.identity p,.about p,.film p,.contact p{color:var(--muted);line-height:1.75}.pillars{display:flex;gap:12px;flex-wrap:wrap}.pillars span{border:1px solid var(--line);padding:10px 14px;color:var(--gold2);font-weight:700}.about img,.film img{width:100%;max-height:620px;object-fit:cover;border:1px solid var(--line)}.film{background:var(--panel)}
.section{padding:82px 7vw;border-top:1px solid var(--line)}.lead{color:var(--muted);max-width:900px;line-height:1.7}.recruiting-central{background:linear-gradient(145deg,#0b0b0b,#151515)}
.central-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:22px;margin-top:28px}.central-player{display:grid;grid-template-columns:180px 1fr;gap:22px;align-items:center;background:var(--panel);border:1px solid var(--line);padding:20px}.central-player img{width:180px;height:220px;object-fit:cover;border:1px solid var(--line)}.central-player h3{font-size:1.55rem;color:var(--gold2);margin-bottom:8px}.central-player p{color:var(--muted);line-height:1.6}.central-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px}.central-facts article{background:var(--panel);border:1px solid var(--line);padding:20px}.central-facts span{display:block;color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.13em;margin-bottom:9px}.central-facts strong{color:var(--gold2)}
.stats{margin-top:24px;display:grid;grid-template-columns:repeat(5,1fr);background:var(--panel2);border:1px solid var(--line)}.stats div{text-align:center;padding:24px;border-left:1px solid var(--line)}.stats div:first-child{border-left:0}.stats strong{display:block;color:var(--gold);font-family:'Bebas Neue';font-size:3.2rem}.stats span{font-size:.75rem;color:var(--muted);text-transform:uppercase}
.central-highlights{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0 24px}.central-highlights article{border-left:3px solid var(--gold);background:#0b0b0b;padding:18px}.central-highlights h3{color:var(--gold2);margin-top:0}.central-highlights p{color:var(--muted);line-height:1.6}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cards article{background:var(--panel);border:1px solid var(--line);padding:14px}.cards img{width:100%;height:310px;object-fit:cover}.cards h3{color:var(--gold2)}.honor-list{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.honor-list span{padding:12px 16px;border:1px solid var(--line);color:var(--gold2);font-weight:700}
.journey{padding:82px 7vw;background:var(--panel);border-top:1px solid var(--line)}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.timeline article{background:#0b0b0b;border-left:3px solid var(--gold);padding:18px}.timeline span{color:var(--gold2);font-weight:800}
.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cert-grid article{background:var(--panel);border:1px solid var(--line);padding:14px}.cert-grid img{width:100%;height:260px;object-fit:contain;background:#fff}.cert-grid h3{color:var(--gold2)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery img{width:100%;height:290px;object-fit:cover;border:1px solid var(--line);transition:.25s}.gallery img:hover{transform:scale(1.015);border-color:var(--gold)}
.contact{background:linear-gradient(135deg,#171717,#090909)}.links{display:flex;flex-direction:column;gap:12px}.links a{border:1px solid var(--line);padding:16px;color:var(--gold2);font-weight:700}
footer{display:flex;justify-content:center;align-items:center;gap:18px;padding:34px;border-top:1px solid var(--line);color:var(--muted);text-align:left}footer img{width:70px;height:70px;object-fit:cover;border-radius:8px}footer strong{color:var(--gold2)}
.reveal{opacity:0;transform:translateY(24px);transition:.7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){nav{display:none;position:absolute;top:82px;left:0;right:0;background:#080808;padding:20px 5vw;flex-direction:column}nav.open{display:flex}#menuBtn{display:block}.news-strip{grid-template-columns:repeat(2,1fr)}.identity,.about,.film,.contact{grid-template-columns:1fr}.central-layout,.central-highlights{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(2,1fr)}.cert-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.hero{min-height:78vh;background-position:58% center;padding:120px 6vw 65px}.overlay{background:linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,.96))}.brand span{display:none}.news-strip,.cards,.timeline,.cert-grid,.gallery{grid-template-columns:1fr}.central-player{grid-template-columns:1fr}.central-player img{width:100%;height:360px}.central-facts{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.gallery img{height:260px}footer{align-items:flex-start}}

.downloads{background:linear-gradient(145deg,#0a0a0a,#141414)}
.download-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;margin-top:28px}
.download-card{background:var(--panel);border:1px solid var(--line);padding:22px;display:flex;gap:18px;align-items:flex-start}
.download-card.featured-download{border-color:var(--gold)}
.download-icon{flex:0 0 58px;height:58px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--gold2);font-family:'Bebas Neue';font-size:1.45rem}
.download-type{display:block;color:var(--gold);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px}
.download-card h3{margin:0 0 10px;color:var(--gold2)}
.download-card p{color:var(--muted);line-height:1.6}
.download-card .btn{margin-top:8px;margin-right:10px}
.text-link{display:inline-block;margin-top:14px;color:var(--gold2);font-weight:700;text-decoration:underline}
.upcoming{opacity:.78}
@media(max-width:1000px){.download-grid{grid-template-columns:1fr}}
@media(max-width:560px){.download-card{flex-direction:column}}

.season-center{background:linear-gradient(145deg,#111,#070707)}
.season-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0}
.season-summary article{background:var(--panel);border:1px solid var(--line);padding:20px}
.season-summary span{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;margin-bottom:8px}
.season-summary strong{color:var(--gold2)}
.career-table-wrap{overflow-x:auto;background:var(--panel);border:1px solid var(--line);padding:18px;margin:20px 0}
.career-table-wrap h3{color:var(--gold2);margin-top:0}
.career-table{width:100%;border-collapse:collapse;min-width:820px}
.career-table th,.career-table td{padding:12px 10px;text-align:left;border-bottom:1px solid rgba(212,175,55,.2);font-size:.82rem}
.career-table th{color:var(--gold);text-transform:uppercase;font-size:.7rem;letter-spacing:.08em}
.career-table td{color:var(--muted)}
.career-table .featured-row td{color:var(--white);background:rgba(212,175,55,.07)}
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.game-card{background:var(--panel);border:1px solid var(--line);padding:20px}
.game-week{display:inline-block;color:#111;background:var(--gold);padding:7px 10px;font-weight:800;font-size:.72rem;text-transform:uppercase}
.game-card h3{color:var(--gold2);margin-bottom:8px}
.game-status{color:var(--muted);text-transform:uppercase;font-size:.72rem;letter-spacing:.1em}
.game-stats{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}
.game-stats span{border:1px solid var(--line);padding:7px 9px;color:var(--gold2);font-size:.75rem}
.game-card>p:last-child{color:var(--muted);line-height:1.55}
.season-note{border-left:4px solid var(--gold);background:#0b0b0b;padding:18px;margin-top:22px}
.season-note strong{color:var(--gold2)}
.season-note p{color:var(--muted);margin-bottom:0;line-height:1.6}
@media(max-width:1000px){.season-summary{grid-template-columns:repeat(2,1fr)}.game-grid{grid-template-columns:1fr}}
@media(max-width:560px){.season-summary{grid-template-columns:1fr}}

.schedule-wrap{margin-top:26px}
.schedule-wrap>h3{color:var(--gold2);font-size:1.4rem;margin-bottom:16px}
.schedule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.schedule-card{display:grid;grid-template-columns:105px 1fr;gap:18px;align-items:center;background:var(--panel);border:1px solid var(--line);padding:18px;min-height:120px}
.schedule-date{border-right:1px solid var(--line);padding-right:16px}
.schedule-date strong{display:block;font-family:'Bebas Neue';font-size:1.7rem;color:var(--gold2);letter-spacing:.04em}
.schedule-date span{display:block;color:var(--muted);font-size:.78rem;margin-top:4px}
.schedule-card h4{margin:7px 0 4px;color:var(--white);font-size:1.08rem}
.schedule-card p{margin:0;color:var(--muted);font-size:.83rem}
.location-label{display:inline-block;border:1px solid var(--line);padding:5px 8px;color:var(--gold2);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}
.away-game{border-left:4px solid #777}
.home-game{border-left:4px solid var(--gold)}
.senior-night{border:2px solid var(--gold);background:linear-gradient(135deg,rgba(212,175,55,.14),var(--panel))}
.senior-night .location-label{background:var(--gold);color:#111;font-weight:800}
@media(max-width:800px){.schedule-grid{grid-template-columns:1fr}}
@media(max-width:460px){.schedule-card{grid-template-columns:88px 1fr;padding:14px}.schedule-date strong{font-size:1.45rem}}

.coach-contact{background:linear-gradient(145deg,#0b0b0b,#151515)}
.coach-access-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:18px;margin-top:28px}
.coach-summary-card{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center;background:var(--panel);border:1px solid var(--line);padding:20px}
.coach-summary-card img{width:190px;height:245px;object-fit:cover;border:1px solid var(--line)}
.coach-summary-card h3{color:var(--gold2);font-size:1.45rem;margin:6px 0 12px}
.coach-summary-card p{color:var(--muted);margin:7px 0}
.quick-access-panel{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.coach-action{background:var(--panel);border:1px solid var(--line);padding:20px;display:flex;flex-direction:column;justify-content:center;min-height:120px;transition:.2s}
.coach-action:hover{border-color:var(--gold);transform:translateY(-2px)}
.coach-action span{color:var(--gold);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
.coach-action strong{color:var(--white)}
.coach-form-wrap{display:grid;grid-template-columns:.85fr 1.5fr;gap:24px;margin-top:26px;background:#0b0b0b;border:1px solid var(--line);padding:24px}
.coach-form-copy h3{color:var(--gold2);font-size:1.45rem}
.coach-form-copy p{color:var(--muted);line-height:1.65}
.privacy-note{font-size:.82rem;border-left:3px solid var(--gold);padding-left:12px}
.coach-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.coach-form label{display:flex;flex-direction:column;gap:8px;color:var(--gold2);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.coach-form input,.coach-form textarea{width:100%;background:#111;border:1px solid var(--line);color:var(--white);padding:13px;font:inherit;text-transform:none;letter-spacing:normal}
.coach-form input:focus,.coach-form textarea:focus{outline:2px solid var(--gold);outline-offset:1px}
.full-field{grid-column:1/-1}
.hidden-field{display:none}
.coach-form button{cursor:pointer;width:max-content}
.thank-you-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle,rgba(212,175,55,.12),transparent 45%),#050505}
.thank-you-card{width:min(620px,100%);text-align:center;background:#101010;border:1px solid rgba(212,175,55,.34);padding:44px}
.thank-you-card img{width:130px;height:130px;object-fit:cover;margin:0 auto 22px;border-radius:12px}
.thank-you-card h1{font-family:'Bebas Neue';font-size:4rem;margin:6px 0 14px}
.thank-you-card p{color:var(--muted);margin-bottom:26px}
@media(max-width:1000px){.coach-access-grid,.coach-form-wrap{grid-template-columns:1fr}}
@media(max-width:650px){.coach-summary-card{grid-template-columns:1fr}.coach-summary-card img{width:100%;height:360px}.quick-access-panel,.coach-form{grid-template-columns:1fr}.full-field{grid-column:auto}.coach-form button{width:100%}}

.player-profile{background:linear-gradient(145deg,#0d0d0d,#171717)}
.profile-hero{display:grid;grid-template-columns:330px 1fr;gap:32px;align-items:stretch;margin-top:26px}
.profile-hero>img{width:100%;height:470px;object-fit:cover;border:1px solid var(--line)}
.profile-copy{background:var(--panel);border:1px solid var(--line);padding:30px;display:flex;flex-direction:column;justify-content:center}
.profile-copy h3{font-size:2rem;color:var(--gold2);margin:6px 0 14px}
.profile-copy p{color:var(--muted);line-height:1.75}
.profile-tags{display:flex;gap:9px;flex-wrap:wrap;margin:16px 0 22px}
.profile-tags span{border:1px solid var(--line);padding:8px 11px;color:var(--gold2);font-size:.74rem;font-weight:700}
.profile-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}
.profile-pillars-grid article{background:var(--panel);border:1px solid var(--line);padding:20px}
.profile-pillars-grid span{color:var(--gold);text-transform:uppercase;font-size:.7rem;letter-spacing:.12em}
.profile-pillars-grid h3{color:var(--gold2);font-size:1rem}
.profile-pillars-grid p{color:var(--muted);line-height:1.6;font-size:.86rem}
.profile-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}
.profile-bottom-grid>div{background:#0b0b0b;border-left:3px solid var(--gold);padding:22px}
.profile-bottom-grid h3{color:var(--gold2);margin-top:0}
.profile-bottom-grid p,.profile-bottom-grid li{color:var(--muted);line-height:1.65}
.profile-bottom-grid ul{padding-left:20px}
.news-center{background:linear-gradient(145deg,#101010,#080808)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.news-feature{grid-column:span 2;display:grid;grid-template-columns:250px 1fr;gap:20px;background:var(--panel);border:1px solid var(--gold);padding:16px}
.news-feature img{width:250px;height:245px;object-fit:cover}
.news-feature h3,.news-card h3{color:var(--gold2);margin:8px 0 10px}
.news-feature p,.news-card p{color:var(--muted);line-height:1.65}
.news-category{color:var(--gold);font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700}
.news-card{background:var(--panel);border:1px solid var(--line);padding:20px}
.news-card a{display:inline-block;margin-top:8px;color:var(--gold2);font-weight:700;text-decoration:underline}
@media(max-width:1000px){.profile-hero{grid-template-columns:1fr}.profile-hero>img{height:560px}.profile-pillars-grid{grid-template-columns:repeat(2,1fr)}.news-grid{grid-template-columns:1fr 1fr}.news-feature{grid-column:1/-1}}
@media(max-width:650px){.profile-hero>img{height:410px}.profile-pillars-grid,.profile-bottom-grid,.news-grid{grid-template-columns:1fr}.news-feature{grid-template-columns:1fr}.news-feature img{width:100%;height:300px}}
\n\n/* Version 3.6 image-cropping corrections */\n.about img,\n.profile-hero > img,\n.central-player img,\n.coach-summary-card img { object-position: center 12%; }\n.film img { object-position: center 20%; }\n.cards img,\n.news-feature img { object-position: center 18%; }\n.gallery img { object-position: center 15%; }\n.gallery img:nth-child(1) { object-position: center 18%; }\n.gallery img:nth-child(2) { object-position: center 12%; }\n.gallery img:nth-child(3) { object-position: center 10%; }\n.gallery img:nth-child(4) { object-position: center 14%; }\n.gallery img:nth-child(5) { object-position: center 12%; }\n.gallery img:nth-child(6) { object-position: center 8%; }\n.gallery img:nth-child(7) { object-position: center 10%; }\n.gallery img:nth-child(8) { object-position: center 12%; }\n@media(max-width:650px){\n  .profile-hero > img, .central-player img, .coach-summary-card img { object-position:center top; }\n}\n

/* Version 3.7 Homecoming feature */
.homecoming-banner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  padding:30px 7vw;
  background:
    linear-gradient(135deg,rgba(212,175,55,.18),rgba(0,0,0,.9)),
    #111;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--gold);
}
.homecoming-badge{
  background:var(--gold);
  color:#111;
  font-family:'Bebas Neue';
  font-size:1.5rem;
  letter-spacing:.08em;
  padding:16px 18px;
  text-transform:uppercase;
}
.homecoming-copy h2{
  font-size:clamp(2rem,4vw,3.2rem);
  margin-bottom:6px;
}
.homecoming-copy p:last-child{
  color:var(--muted);
  margin:0;
  font-weight:600;
}
.homecoming-game{
  border:2px solid var(--gold);
  background:linear-gradient(135deg,rgba(212,175,55,.16),var(--panel));
  box-shadow:0 0 28px rgba(212,175,55,.10);
}
.homecoming-game .location-label{
  background:var(--gold);
  color:#111;
  font-weight:800;
}
.homecoming-news{
  border:1px solid var(--gold);
  background:linear-gradient(145deg,rgba(212,175,55,.12),var(--panel));
}
@media(max-width:800px){
  .homecoming-banner{grid-template-columns:1fr}
  .homecoming-badge{width:max-content}
  .homecoming-banner .btn{width:max-content}
}
@media(max-width:520px){
  .homecoming-banner .btn{width:100%;text-align:center}
}


/* Version 3.8 stronger no-head-cropping fix */
.about img,
.profile-hero > img,
.central-player img,
.coach-summary-card img {
  object-fit: contain !important;
  object-position: center top !important;
  background: #050505;
}

/* Keep award and news images focused higher without cutting faces */
.cards img,
.news-feature img {
  object-position: center top !important;
}

/* Keep gallery photos higher in frame */
.gallery img {
  object-position: center top !important;
}

/* Improve portrait presentation on phones and tablets */
@media(max-width:1000px) {
  .about img,
  .profile-hero > img,
  .central-player img,
  .coach-summary-card img {
    height: auto !important;
    max-height: 620px;
  }
}


/* Version 3.9 weekly season update center */
.weekly-update{
  background:linear-gradient(145deg,#080808,#151515);
}
.weekly-feature{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:24px;
  margin-top:28px;
  background:var(--panel);
  border:1px solid var(--gold);
  padding:18px;
}
.weekly-image{
  position:relative;
  min-height:420px;
}
.weekly-image img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  object-position:center 18%;
  border:1px solid var(--line);
}
.weekly-badge{
  position:absolute;
  top:14px;
  left:14px;
  background:var(--gold);
  color:#111;
  padding:9px 12px;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.weekly-copy{
  padding:18px 12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.weekly-copy h3{
  color:var(--gold2);
  font-size:2rem;
  margin:7px 0 6px;
}
.weekly-date{
  color:var(--white)!important;
  font-weight:700;
}
.weekly-copy p{
  color:var(--muted);
  line-height:1.7;
}
.weekly-stat-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin:15px 0 22px;
}
.weekly-stat-row span{
  border:1px solid var(--line);
  padding:8px 10px;
  color:var(--gold2);
  font-size:.75rem;
  font-weight:700;
}
.update-workflow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:20px;
}
.update-workflow article{
  background:#0b0b0b;
  border-left:3px solid var(--gold);
  padding:20px;
}
.update-workflow article>span{
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--gold);
  color:#111;
  font-weight:800;
}
.update-workflow h3{
  color:var(--gold2);
  margin-bottom:8px;
}
.update-workflow p{
  color:var(--muted);
  line-height:1.55;
  margin-bottom:0;
}
@media(max-width:900px){
  .weekly-feature{grid-template-columns:1fr}
  .update-workflow{grid-template-columns:1fr}
}
@media(max-width:560px){
  .weekly-image,.weekly-image img{min-height:320px}
}


/* Version 3.10 NFHS Network live-watch center */
.watch-live{
  background:
    radial-gradient(circle at 85% 15%,rgba(212,175,55,.12),transparent 34%),
    linear-gradient(145deg,#0a0a0a,#151515);
}
.live-feature{
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:24px;
  margin-top:28px;
  border:1px solid var(--gold);
  background:var(--panel);
  padding:18px;
}
.live-visual{
  position:relative;
  min-height:430px;
}
.live-visual img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  object-position:center top;
  border:1px solid var(--line);
}
.live-indicator{
  position:absolute;
  top:15px;
  left:15px;
  display:inline-flex;
  gap:8px;
  align-items:center;
  background:rgba(0,0,0,.88);
  border:1px solid var(--gold);
  padding:9px 12px;
  color:var(--white);
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.live-indicator i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#e43b3b;
  box-shadow:0 0 12px rgba(228,59,59,.9);
}
.live-copy{
  padding:20px 12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.live-copy h3{
  color:var(--gold2);
  font-size:2rem;
  margin:8px 0 12px;
}
.live-copy>p{
  color:var(--muted);
  line-height:1.7;
}
.live-details{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:18px 0 22px;
}
.live-details article{
  border:1px solid var(--line);
  padding:14px;
  background:#0b0b0b;
}
.live-details span{
  display:block;
  color:var(--muted);
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:7px;
}
.live-details strong{
  color:var(--gold2);
}
.subscription-note{
  margin-top:18px;
  font-size:.78rem;
  border-left:3px solid var(--gold);
  padding-left:12px;
}
@media(max-width:900px){
  .live-feature{grid-template-columns:1fr}
}
@media(max-width:560px){
  .live-visual,.live-visual img{min-height:320px}
  .live-details{grid-template-columns:1fr}
}


/* Version 3.11 merchandise coming-soon section */
.merchandise{
  background:
    radial-gradient(circle at 12% 12%,rgba(212,175,55,.12),transparent 35%),
    linear-gradient(145deg,#0a0a0a,#151515);
}
.merch-hero{
  margin-top:28px;
  border:1px solid var(--gold);
  background:var(--panel);
  padding:22px;
}
.merch-brand{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:24px;
  align-items:center;
}
.merch-brand img{
  width:180px;
  height:180px;
  object-fit:contain;
  background:#050505;
  border:1px solid var(--line);
}
.merch-brand h3{
  color:var(--gold2);
  font-size:2rem;
  margin:8px 0 10px;
}
.merch-brand p{
  color:var(--muted);
  line-height:1.7;
}
.coming-soon-badge{
  display:inline-block;
  margin-top:10px;
  padding:10px 14px;
  background:var(--gold);
  color:#111;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.merch-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:22px;
}
.merch-card{
  background:var(--panel);
  border:1px solid var(--line);
  padding:14px;
}
.merch-image-wrap{
  position:relative;
  background:#050505;
  border:1px solid var(--line);
}
.merch-image-wrap img{
  width:100%;
  height:420px;
  object-fit:contain;
  object-position:center top;
  background:#050505;
}
.merch-image-wrap span{
  position:absolute;
  left:10px;
  bottom:10px;
  background:rgba(0,0,0,.84);
  border:1px solid var(--gold);
  color:var(--gold2);
  padding:7px 9px;
  font-size:.68rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.merch-card h3{
  color:var(--gold2);
  margin:15px 0 8px;
}
.merch-card p{
  color:var(--muted);
  line-height:1.6;
}
.merch-notice{
  margin-top:20px;
  background:#0b0b0b;
  border-left:4px solid var(--gold);
  padding:18px;
}
.merch-notice strong{
  color:var(--gold2);
}
.merch-notice p{
  color:var(--muted);
  margin-bottom:0;
}
@media(max-width:900px){
  .merch-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .merch-brand{grid-template-columns:1fr}
  .merch-brand img{width:150px;height:150px}
  .merch-image-wrap img{height:auto;max-height:520px}
}


/* Version 3.12 merchandise corrections */
.merch-grid-two{
  grid-template-columns:repeat(2,1fr);
}
.merch-full-image{
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.merch-full-image img{
  width:100%;
  height:520px;
  object-fit:contain !important;
  object-position:center center !important;
  background:#050505;
}
.quote-rotation-note{
  margin-top:20px;
  padding:18px;
  border:1px solid var(--gold);
  background:linear-gradient(145deg,rgba(212,175,55,.10),#0b0b0b);
}
.quote-rotation-note strong{
  color:var(--gold2);
}
.quote-rotation-note p{
  color:var(--muted);
  margin-bottom:0;
}
@media(max-width:900px){
  .merch-grid-two{grid-template-columns:1fr}
}
@media(max-width:650px){
  .merch-full-image{min-height:360px}
  .merch-full-image img{height:auto;max-height:520px}
}


/* Version 3.13 premium shop showcase */
.shop-launch{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:26px;
  align-items:center;
  margin-top:28px;
  padding:24px;
  border:1px solid var(--gold);
  background:linear-gradient(145deg,rgba(212,175,55,.12),#0c0c0c);
}
.shop-launch-logo img{
  width:190px;
  height:190px;
  object-fit:contain;
  background:#050505;
  border:1px solid var(--line);
}
.shop-launch-copy h3{
  color:var(--gold2);
  font-size:2.2rem;
  margin:8px 0 10px;
}
.shop-launch-copy p{
  color:var(--muted);
  line-height:1.7;
}
.shop-showcase{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:24px;
}
.shop-card{
  background:var(--panel);
  border:1px solid var(--line);
  padding:15px;
}
.shop-image{
  position:relative;
  min-height:520px;
  background:#050505;
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.shop-image img{
  width:100%;
  height:520px;
  object-fit:contain;
  object-position:center center;
  background:#050505;
}
.shop-image span{
  position:absolute;
  left:12px;
  bottom:12px;
  background:rgba(0,0,0,.88);
  border:1px solid var(--gold);
  color:var(--gold2);
  padding:8px 10px;
  font-size:.68rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.shop-card h3{
  color:var(--gold2);
  margin:15px 0 8px;
}
.shop-card p{
  color:var(--muted);
  line-height:1.6;
}
.collection-details{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:22px;
}
.collection-details>div{
  background:#0b0b0b;
  border-left:4px solid var(--gold);
  padding:22px;
}
.collection-details h3{
  color:var(--gold2);
  margin-top:8px;
}
.collection-details li,
.collection-details p{
  color:var(--muted);
  line-height:1.65;
}
.collection-details ul{
  padding-left:20px;
}
.brand-story blockquote{
  margin:18px 0 0;
  color:var(--gold2);
  font-family:'Bebas Neue';
  font-size:2rem;
}
.premium-notice{
  border:1px solid var(--gold);
  background:linear-gradient(145deg,rgba(212,175,55,.12),#0b0b0b);
}
@media(max-width:900px){
  .shop-showcase,
  .collection-details{grid-template-columns:1fr}
}
@media(max-width:650px){
  .shop-launch{grid-template-columns:1fr}
  .shop-launch-logo img{width:150px;height:150px}
  .shop-image{min-height:360px}
  .shop-image img{height:auto;max-height:560px}
}


/* Version 3.14 corrected merchandise image assignments and full-photo display */
.shop-image {
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  align-items: flex-start !important;
}

.shop-image img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center top !important;
  display: block !important;
}

/* Model photos should show the complete uploaded photograph */
.shop-card:nth-child(2) .shop-image img,
.shop-card:nth-child(4) .shop-image img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center top !important;
}

/* Keep shirt-only artwork fully visible too */
.shop-card:nth-child(1) .shop-image img,
.shop-card:nth-child(3) .shop-image img {
  width: 100% !important;
  height: auto !important;
  max-height: 760px !important;
  object-fit: contain !important;
  object-position: center center !important;
}


/* Version 3.15 tighter merchandise card spacing */
.shop-showcase{
  align-items:start !important;
}

.shop-card{
  height:auto !important;
  align-self:start !important;
  padding:12px !important;
}

.shop-image{
  display:block !important;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  line-height:0;
}

.shop-image img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:620px !important;
  object-fit:contain !important;
  object-position:center top !important;
  margin:0 auto !important;
}

/* Shirt artwork should not create tall empty boxes */
.shop-card:nth-child(1) .shop-image,
.shop-card:nth-child(3) .shop-image{
  background:#050505;
}

.shop-card:nth-child(1) .shop-image img,
.shop-card:nth-child(3) .shop-image img{
  width:auto !important;
  max-width:100% !important;
  max-height:430px !important;
}

/* Model photos stay full-size but without oversized containers */
.shop-card:nth-child(2) .shop-image img,
.shop-card:nth-child(4) .shop-image img{
  max-height:680px !important;
}

/* Reduce blank space below images */
.shop-card h3{
  margin:12px 0 6px !important;
}

.shop-card p{
  margin:0 0 4px !important;
}

@media(max-width:900px){
  .shop-showcase{
    gap:14px !important;
  }
}

@media(max-width:650px){
  .shop-card{
    padding:10px !important;
  }

  .shop-image img,
  .shop-card:nth-child(2) .shop-image img,
  .shop-card:nth-child(4) .shop-image img{
    max-height:none !important;
  }
}


/* Version 3.16 final merchandise card alignment */
.shop-showcase{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}

.shop-card{
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  min-height:0 !important;
}

.shop-image{
  width:100% !important;
  height:560px !important;
  min-height:560px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#050505 !important;
  border:1px solid var(--line) !important;
  line-height:normal !important;
}

.shop-image img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 !important;
  background:#050505 !important;
}

/* Give the back-view model image extra room so the full body stays visible */
.shop-card:nth-child(4) .shop-image img{
  object-fit:contain !important;
  object-position:center center !important;
  transform:scale(.92);
}

/* Keep all card copy aligned neatly */
.shop-card h3{
  min-height:28px;
}

.shop-card p{
  min-height:52px;
}

/* Tablet */
@media(max-width:900px){
  .shop-showcase{
    grid-template-columns:1fr !important;
  }

  .shop-image{
    height:520px !important;
    min-height:520px !important;
  }
}

/* Phone */
@media(max-width:650px){
  .shop-image{
    height:430px !important;
    min-height:430px !important;
  }

  .shop-card:nth-child(4) .shop-image img{
    transform:scale(.9);
  }
}


/* Version 3.17 Option A: compact product artwork + full-length model portraits */
.shop-showcase{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
}

.shop-card{
  height:auto !important;
  align-self:start !important;
}

/* Shirt-only cards: compact */
.shop-card:nth-child(1) .shop-image,
.shop-card:nth-child(3) .shop-image{
  height:360px !important;
  min-height:360px !important;
  padding:10px !important;
  overflow:hidden !important;
}

.shop-card:nth-child(1) .shop-image img,
.shop-card:nth-child(3) .shop-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
}

/* Model cards: taller portrait frames with complete photos */
.shop-card:nth-child(2) .shop-image,
.shop-card:nth-child(4) .shop-image{
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  overflow:visible !important;
  display:block !important;
}

.shop-card:nth-child(2) .shop-image img,
.shop-card:nth-child(4) .shop-image img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center top !important;
  transform:none !important;
  display:block !important;
}

/* Keep card copy compact and neat */
.shop-card h3{
  min-height:0 !important;
  margin:12px 0 6px !important;
}

.shop-card p{
  min-height:0 !important;
  margin:0 0 4px !important;
}

/* Tablet and phone */
@media(max-width:900px){
  .shop-showcase{
    grid-template-columns:1fr !important;
  }

  .shop-card:nth-child(1) .shop-image,
  .shop-card:nth-child(3) .shop-image{
    height:320px !important;
    min-height:320px !important;
  }
}

@media(max-width:650px){
  .shop-card:nth-child(1) .shop-image,
  .shop-card:nth-child(3) .shop-image{
    height:280px !important;
    min-height:280px !important;
  }
}


/* Version 3.18 tightly fitted model-photo cards */
.shop-card:nth-child(2),
.shop-card:nth-child(4){
  padding:10px !important;
}

.shop-card:nth-child(2) .shop-image,
.shop-card:nth-child(4) .shop-image{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  display:block !important;
  line-height:0 !important;
  background:#050505 !important;
}

.shop-card:nth-child(2) .shop-image img,
.shop-card:nth-child(4) .shop-image img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center top !important;
  display:block !important;
  margin:0 !important;
  transform:none !important;
}

.shop-card:nth-child(2) h3,
.shop-card:nth-child(4) h3{
  margin-top:10px !important;
}

/* v3.19 */
.v319-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px;align-items:start}.v319-card{margin:0;padding:10px;border:1px solid var(--line);background:#080808}.v319-card img{display:block;width:100%;height:auto;object-fit:contain}.v319-card figcaption{padding:12px 4px 4px;color:var(--gold2);font-weight:800}.v319-banner{margin-top:18px;padding:18px;border:1px solid var(--gold);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;background:linear-gradient(145deg,rgba(212,175,55,.15),#090909)}.v319-banner b{color:var(--gold2)}.v319-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:22px 0}.v319-highlights article{padding:22px;background:#0a0a0a;border-left:4px solid var(--gold)}.v319-highlights span{color:var(--gold2);font-weight:900;font-size:.75rem;letter-spacing:.08em}.v319-highlights p{color:var(--muted);line-height:1.65}@media(max-width:800px){.v319-grid,.v319-highlights{grid-template-columns:1fr}}

/* Version 3.20 stats center */
.stats-v320{background:radial-gradient(circle at 90% 10%,rgba(212,175,55,.10),transparent 30%),#0b0b0b}.v320-season-block{margin-top:22px;border:1px solid var(--line);background:#090909;padding:18px}.v320-season-head{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:15px}.v320-season-head span{color:var(--gold2);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.v320-season-head strong{color:#fff}.v320-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.v320-stats-grid div{padding:14px 8px;text-align:center;border:1px solid var(--line);background:#050505}.v320-stats-grid b{display:block;color:var(--gold2);font-size:1.45rem}.v320-stats-grid span{display:block;color:var(--muted);font-size:.72rem;margin-top:5px;text-transform:uppercase}.v320-freshman{grid-template-columns:repeat(6,minmax(0,1fr))}.v320-game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.v320-game-grid article{padding:18px;border:1px solid var(--line);background:#050505}.v320-game-grid h3{color:#fff;margin:8px 0 4px}.v320-game-grid p{color:var(--muted);margin:0 0 12px}.v320-game-grid article>strong{color:var(--gold2)}.result{display:inline-block;padding:6px 9px;border:1px solid var(--gold);font-weight:900;font-size:.75rem}.v320-current-totals{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px;align-items:center}.v320-current-totals span{color:var(--muted);text-transform:uppercase;font-size:.72rem}.v320-current-totals b{padding:8px 11px;background:var(--gold);color:#111}@media(max-width:900px){.v320-stats-grid,.v320-freshman{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.v320-stats-grid,.v320-freshman{grid-template-columns:repeat(2,1fr)}.v320-game-grid{grid-template-columns:1fr}.v320-season-head{align-items:flex-start;flex-direction:column}}

.completed-game{background:linear-gradient(145deg,rgba(212,175,55,.08),var(--panel));}
.completed-game .schedule-date span{color:var(--gold2);font-weight:800}
.win-game{border-left:4px solid var(--gold)}


/* Version 3.22 September update */
.weekly-game-recap{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}
.weekly-game-recap article{border:1px solid var(--line);background:#080808;padding:14px}
.weekly-game-recap span{display:block;color:var(--gold2);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.weekly-game-recap strong{display:block;color:#fff;margin:7px 0}
.weekly-game-recap p{color:var(--muted);line-height:1.5;margin:0}
.versatility-note{margin:22px 7vw;padding:18px;border:1px solid var(--gold);background:linear-gradient(145deg,rgba(212,175,55,.10),#090909)}
.versatility-note strong{display:block;color:var(--gold2);font-size:1.15rem;margin:6px 0}
.versatility-note p{color:var(--muted);margin-bottom:0}
.next-game{border:2px solid var(--gold)!important;background:linear-gradient(145deg,rgba(212,175,55,.13),var(--panel))!important}
.number10-gallery{background:#090909}
.number10-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px}
.number10-photo-grid img{display:block;width:100%;height:360px;object-fit:cover;object-position:center top;border:1px solid var(--line);background:#050505}
@media(max-width:1000px){.number10-photo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.weekly-game-recap{grid-template-columns:1fr}.number10-photo-grid{grid-template-columns:1fr}.number10-photo-grid img{height:auto;object-fit:contain}}

/* Version 3.23 — Weeks 3–5 + recruiting + photo stories */
.three-games{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.v323-recruit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}
.v323-recruit-grid article{padding:22px;border:1px solid var(--gold);background:linear-gradient(145deg,rgba(212,175,55,.10),#080808)}
.v323-recruit-grid span,.v323-story-callout span{color:var(--gold2);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.v323-recruit-grid h3,.v323-story-callout h3{color:#fff;margin:8px 0}
.v323-recruit-grid p,.v323-story-callout p{color:var(--muted);line-height:1.65}
.v323-story-callout{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;margin:24px 0;padding:14px;border:1px solid var(--line);background:#080808}
.v323-story-callout img{display:block;width:100%;height:auto;max-height:560px;object-fit:contain;object-position:center;background:#050505}
.v323-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.v323-photo-grid img{display:block;width:100%;height:390px;object-fit:contain;object-position:center;background:#050505;border:1px solid var(--line)}
/* Portrait images get a taller natural frame; no heads or bodies are intentionally cropped. */
.v323-photo-grid img:nth-child(1),.v323-photo-grid img:nth-child(4),.v323-photo-grid img:nth-child(5){height:460px}
@media(max-width:900px){.three-games,.v323-photo-grid{grid-template-columns:repeat(2,1fr)!important}.v323-story-callout{grid-template-columns:1fr}}
@media(max-width:650px){.three-games,.v323-recruit-grid,.v323-photo-grid{grid-template-columns:1fr!important}.v323-photo-grid img{height:auto;max-height:none;object-fit:contain}.v323-story-callout img{max-height:none}}
