:root {
  --navy: #0b123c;
  --ink: #0b123c;
  --blue: #7bafd4;
  --blue-dark: #5a95bf;
  --blue-pale: #e8f3fa;
  --cream: #ffffff;
  --white: #fff;
  --line: rgba(10, 16, 53, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  height: 94px; display: flex; align-items: center; justify-content: space-between;
  padding: 10px 5vw; background: var(--white); position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid rgba(11,18,60,.1);
}
.brand img { width: 178px; height: auto; display: block; }
nav { display: flex; gap: 34px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
nav a { position: relative; }
nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .2s; }
nav a:hover:after, nav a:focus-visible:after { right: 0; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 17px 23px;
  background: var(--blue); color: var(--navy); text-transform: uppercase; font-weight: 900;
  font-size: 12px; letter-spacing: .12em; transform: skewX(-7deg); transition: transform .2s, background .2s;
}
.button:hover, .button:focus-visible { transform: skewX(-7deg) translateY(-2px); background: var(--blue-dark); }
.button-small { padding: 14px 20px; }

.hero {
  min-height: calc(100vh - 94px); position: relative; overflow: hidden; display: flex; align-items: center;
  padding: 8vw 7vw; color: white; background:
    linear-gradient(108deg, rgba(8,15,57,.99) 0%, rgba(11,18,60,.96) 54%, rgba(123,175,212,.82) 100%),
    repeating-linear-gradient(135deg, transparent 0 40px, rgba(255,255,255,.04) 41px 43px);
}
.hero:after {
  content: ""; position: absolute; inset: auto -4% -16% 35%; height: 64%; transform: rotate(-8deg);
  border: 2px solid rgba(255,255,255,.12); border-radius: 50%;
}
.hero-grain { position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(rgba(255,255,255,.16) .7px, transparent .7px); background-size: 7px 7px; }
.hero-content { position: relative; z-index: 3; max-width: 760px; }
.eyebrow, .kicker { font-size: 11px; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow:before, .kicker:before { content: ""; display: inline-block; width: 34px; height: 3px; margin: 0 12px 3px 0; background: var(--blue); }
.hero h1, h2 {
  font-family: Impact, "Arial Black", sans-serif; font-style: italic; letter-spacing: -.035em;
  line-height: .84; text-transform: uppercase; margin: 30px 0;
}
.hero h1 { font-size: clamp(5.2rem, 11vw, 10.5rem); text-shadow: 10px 12px 0 rgba(0,0,0,.12); }
.hero h1 span, h2 em { color: transparent; -webkit-text-stroke: 2px currentColor; font-style: inherit; }
.hero h1 span { color: white; -webkit-text-fill-color: transparent; }
.hero-copy { max-width: 580px; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 34px; }
.button-light { background: white; color: var(--navy); }
.button-light:hover, .button-light:focus-visible { background: var(--blue-pale); }
.text-link { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.text-link span { margin-left: 10px; }
.hero-number { position: absolute; z-index: 1; right: 1vw; bottom: -9vw; font: italic 46vw/.8 Impact, sans-serif; color: rgba(255,255,255,.035); }
.diamond-mark {
  position: absolute; z-index: 2; right: 10vw; top: 50%; width: 250px; height: 250px; transform: translateY(-50%) rotate(45deg);
  border: 2px solid rgba(255,255,255,.32); display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.diamond-content { transform: rotate(-45deg); text-align: center; }
.diamond-content img { display: block; width: 155px; height: auto; }
.diamond-mark small { display: block; font-size: 10px; font-weight: 900; letter-spacing: .18em; margin-top: 10px; white-space: nowrap; }

.ticker { display: flex; overflow: hidden; gap: 28px; padding: 15px 5vw; background: white; font: italic 15px Impact, sans-serif; letter-spacing: .16em; white-space: nowrap; }
.ticker span:first-child { margin-left: 0; }
.ticker i { color: var(--blue); font-style: normal; }
.section { padding: 110px 7vw; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
h2 { font-size: clamp(4rem, 7vw, 7.5rem); }
h2 em { color: var(--blue); -webkit-text-stroke-color: var(--blue); }
.about-copy > p { font-size: 20px; line-height: 1.75; max-width: 630px; }
.values { border-top: 1px solid var(--line); margin-top: 42px; }
.values div { display: grid; grid-template-columns: 60px 1fr; padding: 19px 0; border-bottom: 1px solid var(--line); text-transform: uppercase; font-weight: 900; font-size: 13px; letter-spacing: .1em; }
.values strong { color: var(--blue); }

.season-highlights { background: var(--blue-pale); }
.season-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.season-heading h2 { margin-bottom: 0; }
.season-record { flex: 0 0 auto; min-width: 300px; padding: 34px 38px; transform: skewX(-5deg); background: var(--navy); color: white; }
.season-record strong, .season-record span { display: block; transform: skewX(5deg); }
.season-record strong { color: var(--blue); font: italic 62px/.9 Impact, "Arial Black", sans-serif; letter-spacing: -.02em; }
.season-record span { margin-top: 12px; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.season-intro { max-width: 800px; margin: 45px 0 55px; font-size: 19px; line-height: 1.7; }
.season-carousel { margin-top: 35px; }
.carousel-stage { position: relative; aspect-ratio: 16 / 9; max-height: 680px; overflow: hidden; background: var(--navy); }
.carousel-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity .35s ease; }
.carousel-slide.is-active { opacity: 1; visibility: visible; }
.carousel-slide > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.carousel-slide figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 22px; padding: 80px 90px 32px; background: linear-gradient(transparent, rgba(11,18,60,.96)); color: white; text-transform: uppercase; }
.carousel-slide time { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.carousel-logo { width: auto; height: auto; max-width: 145px; max-height: 68px; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,.6)); }
.carousel-slide figcaption span { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .14em; }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 52px; height: 52px; border: 0; border-radius: 50%; transform: translateY(-50%); background: rgba(255,255,255,.94); color: var(--navy); font-size: 24px; cursor: pointer; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { background: var(--blue); }
.carousel-prev { left: 22px; }
.carousel-next { right: 22px; }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.carousel-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(11,18,60,.25); cursor: pointer; }
.carousel-dots button.is-active { width: 30px; border-radius: 99px; background: var(--navy); }

.navy-section { color: white; background: var(--navy); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin-bottom: 0; }
.kicker-light:before { background: white; }
.placeholder-note { max-width: 300px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }
.dark-note { color: rgba(10,16,53,.55); }
.schedule-follow { max-width: 320px; }
.schedule-follow .placeholder-note { margin-bottom: 17px; }
.schedule-list { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); }
.game { display: grid; grid-template-columns: 120px 1fr auto 35px; gap: 28px; align-items: center; padding: 28px 8px; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .2s, padding .2s; }
.game:hover { background: rgba(255,255,255,.05); padding-left: 20px; }
.game time { color: var(--blue); font: italic 25px Impact, sans-serif; white-space: nowrap; }
.game h3 { margin: 0 0 7px; font-size: 23px; text-transform: uppercase; font-style: italic; }
.game p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.game-entry { border-bottom: 1px solid rgba(255,255,255,.2); }
.game-entry > summary { border-bottom: 0; cursor: pointer; list-style: none; }
.game-entry > summary::-webkit-details-marker { display: none; }
.game-entry[open] > summary { background: rgba(255,255,255,.06); }
.expand-arrow { display: inline-block; color: var(--blue); transition: transform .25s ease; }
.game-entry[open] .expand-arrow { transform: rotate(180deg); }
.game-times { padding: 5px 8px 28px 156px; }
.game-times > div { display: grid; grid-template-columns: 105px 35px 1fr auto; align-items: center; gap: 10px; padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.13); background: rgba(123,175,212,.08); }
.game-times time { color: var(--blue); font-size: 13px; font-weight: 900; white-space: nowrap; }
.game-times span { color: rgba(255,255,255,.45); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.game-times strong { font-size: 15px; text-transform: uppercase; }
.result-badge { min-width: 70px; padding: 8px 11px; border-radius: 999px; font-size: 13px; font-weight: 950; text-align: center; letter-spacing: .04em; }
.result-w { color: var(--navy); background: var(--blue); }
.result-l { color: rgba(255,255,255,.82); background: rgba(255,255,255,.12); }
.tournament-champions { margin: 22px 20px 0; overflow: hidden; border: 2px solid rgba(123,175,212,.55); border-radius: 18px; background: var(--navy); }
.tournament-champions img { display: block; width: 100%; max-height: 720px; object-fit: cover; object-position: center; }
.tournament-champions figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; }
.tournament-champions figcaption span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.tournament-champions figcaption strong { font-size: clamp(18px, 2.5vw, 30px); }
.tag { border: 1px solid rgba(255,255,255,.4); border-radius: 99px; padding: 8px 13px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.schedule-logo { width: 115px; max-height: 54px; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,.45)); }
.arrow { font-size: 26px; }

.roster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 65px; }
.player-shell { position: relative; width: 100%; min-width: 0; }
.player {
  display: block; width: 100%; min-height: 390px; padding: 0; border: 0; background: transparent; color: inherit;
  font: inherit; text-align: left; cursor: pointer; perspective: 1200px;
}
.player-inner { position: relative; display: block; width: 100%; height: 390px; transform-style: preserve-3d; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.player.is-flipped .player-inner { transform: rotateY(180deg); }
.player-face { position: absolute; inset: 0; display: block; overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.player-front { background: var(--blue-pale); }
.player.is-flipped .player-front { visibility: hidden; }
.player-front:after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(11,18,60,.96)); }
.player-back {
  transform: rotateY(180deg); padding: 35px 30px 62px; overflow-y: auto;
  visibility: hidden; background: var(--navy); color: white; border: 5px solid var(--blue);
}
.player.is-flipped .player-back { visibility: visible; }
.player-back > strong { display: block; margin-bottom: 24px; color: var(--blue); font: italic 30px/1 Impact, "Arial Black", sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.player-back > span:not(.flip-hint) { display: block; font-size: 14px; line-height: 1.58; }
.player-number { position: absolute; top: 12px; right: 18px; font: italic 96px/1 Impact, sans-serif; color: rgba(11,18,60,.5); }
.player-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .35s ease; }
.player:hover .player-photo, .player:focus-visible .player-photo { transform: scale(1.035); }
.player .player-number {
  z-index: 3;
  color: var(--blue);
  -webkit-text-stroke: 2px var(--navy);
  paint-order: stroke fill;
  text-shadow: 0 3px 10px rgba(255,255,255,.85), 0 5px 18px rgba(11,18,60,.45);
}
.player-info { position: absolute; z-index: 2; bottom: 48px; left: 25px; right: 20px; color: white; }
.player-info > strong { display: block; margin-bottom: 5px; font-size: 19px; text-transform: uppercase; }
.player-info > span { display: block; color: var(--blue); font-size: 11px; letter-spacing: .18em; font-weight: 800; }
.player-info .player-school { margin-top: 7px; color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.flip-hint { position: absolute; z-index: 3; right: 18px; bottom: 16px; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.player:focus-visible { outline: 4px solid var(--blue); outline-offset: 4px; }
.profile-link { position: absolute; z-index: 5; left: 18px; bottom: 13px; border-bottom: 1px solid var(--blue); padding: 5px 0; color: white; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.profile-link:hover, .profile-link:focus-visible { color: var(--blue); }

.profile-page { min-height: 100vh; background: white; }
.profile-header { height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 10px 5vw; background: white; border-bottom: 1px solid rgba(11,18,60,.1); }
.profile-header img { display: block; width: 178px; height: auto; }
.profile-back { font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.profile-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: var(--navy); color: white; }
.profile-image-wrap { position: relative; min-height: 680px; overflow: hidden; }
.profile-image-wrap:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(11,18,60,.8)); }
.profile-image-wrap > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.profile-jersey { position: absolute; z-index: 2; right: 22px; bottom: -35px; color: var(--blue); font: italic 220px/.8 Impact, "Arial Black", sans-serif; -webkit-text-stroke: 3px white; paint-order: stroke fill; opacity: .88; }
.profile-intro { align-self: center; padding: 80px 7vw 80px 6vw; }
.profile-intro h1 { max-width: 720px; margin: 30px 0 20px; font: italic clamp(4.5rem, 8vw, 9rem)/.84 Impact, "Arial Black", sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.profile-role { color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.profile-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid rgba(255,255,255,.25); }
.profile-facts div { padding: 20px 16px 0 0; }
.profile-facts span, .profile-facts strong { display: block; }
.profile-facts span { margin-bottom: 8px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.profile-facts strong { font-size: 14px; }
.profile-content { display: grid; grid-template-columns: 1.12fr .88fr; align-items: stretch; gap: 20px; }
.profile-content article { padding: clamp(40px, 5vw, 75px); }
.profile-content h2 { margin: 30px 0; font-size: clamp(3.7rem, 6vw, 6.5rem); }
.profile-standouts { background: var(--blue-pale); }
.profile-standouts > p:last-child { max-width: 780px; font-size: 18px; line-height: 1.75; }
.profile-reel { position: relative; overflow: hidden; background: var(--navy); color: white; }
.profile-reel > p:last-child { max-width: 560px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.reel-icon { position: absolute; right: 35px; top: 30px; display: grid; place-items: center; width: 70px; height: 70px; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: 24px; }
.profile-next { padding: 50px 7vw 60px; background: var(--blue); color: var(--navy); }
.profile-next > span { display: block; margin-bottom: 22px; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.profile-next > div { display: flex; flex-wrap: wrap; gap: 10px; }
.profile-next a { border: 1px solid rgba(11,18,60,.35); border-radius: 99px; padding: 10px 14px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.profile-next a:hover, .profile-next a:focus-visible { background: var(--navy); color: white; }
.coach-banner { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; padding: 100px 7vw; background: var(--blue); color: var(--navy); }
.coach-banner h2 { margin-bottom: 0; }
.coach-banner h2 em { color: var(--navy); -webkit-text-stroke-color: var(--navy); }
.coach-banner .kicker-light:before { background: var(--navy); }
.coach-banner > p { font-size: 17px; line-height: 1.7; color: rgba(11,18,60,.78); }

.development {
  display: grid; grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr);
  align-items: center; gap: clamp(55px, 8vw, 120px); overflow: hidden;
  background: var(--navy); color: white;
}
.development-gallery { position: relative; min-height: 620px; }
.development-gallery:before { content: ""; position: absolute; inset: 28px 20px 95px 28px; border: 2px solid var(--blue); }
.development-gallery img { position: absolute; display: block; object-fit: cover; box-shadow: 18px 22px 45px rgba(0,0,0,.35); }
.development-photo-main { z-index: 1; inset: 0 82px 95px 0; width: calc(100% - 82px); height: calc(100% - 95px); object-position: center 18%; }
.development-photo-accent { z-index: 2; right: 0; bottom: 0; width: 42%; aspect-ratio: 1; border: 8px solid var(--navy); object-position: 58% center; }
.development-monogram { position: absolute; z-index: 3; left: 24px; bottom: 38px; color: var(--blue); font: italic 82px/.8 Impact, "Arial Black", sans-serif; text-shadow: 4px 4px 0 var(--navy); }
.development-copy h2 { margin: 30px 0 24px; }
.development-copy > p:not(.kicker):not(.development-title) { max-width: 680px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.72; }
.development-title { margin-bottom: 24px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.development-copy blockquote { max-width: 680px; margin: 30px 0; border-left: 4px solid var(--blue); padding: 3px 0 3px 24px; color: white; font-size: 18px; font-weight: 700; font-style: italic; line-height: 1.55; }
.development-focus { max-width: 680px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.2); }
.development-focus > p { margin: 18px 0 15px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.development-focus > div { display: flex; gap: 9px; flex-wrap: wrap; }
.development-focus span { border: 1px solid rgba(255,255,255,.35); border-radius: 99px; padding: 9px 13px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.tryouts {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 60px; background: var(--navy); color: white;
}
.tryout-copy { position: relative; z-index: 2; max-width: 850px; }
.tryout-copy h2 { margin-bottom: 25px; }
.tryout-copy > p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.tryout-button { position: relative; z-index: 2; white-space: nowrap; }
.tryout-number { position: absolute; right: -2vw; bottom: -8vw; font: italic 25vw/.8 Impact, sans-serif; color: rgba(123,175,212,.07); }

.parents { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 7vw; background: var(--blue); color: var(--navy); }
.parents-heading h2 { margin-bottom: 0; }
.parents-heading h2 em { color: var(--navy); -webkit-text-stroke-color: var(--navy); }
.parents-heading .kicker-light:before { background: var(--navy); }
.parents-login { padding: 36px; background: white; box-shadow: 12px 12px 0 rgba(11,18,60,.12); }
.parents-login label { display: block; margin-bottom: 13px; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.parents-login > div { display: grid; grid-template-columns: 1fr auto; }
.parents-login input { min-width: 0; border: 2px solid var(--navy); border-right: 0; padding: 15px 17px; color: var(--navy); background: white; font: 700 17px Arial, sans-serif; }
.parents-login input:focus { outline: 3px solid rgba(123,175,212,.7); outline-offset: -5px; }
.parents-login .button { border: 0; background: var(--navy); color: white; cursor: pointer; }
.parents-error { min-height: 18px; margin: 12px 0 0; color: #a51f2d; font-size: 12px; font-weight: 700; }
.parents-login small { display: block; margin-top: 12px; color: rgba(11,18,60,.58); font-size: 10px; line-height: 1.5; }
.parents-links { display: grid; gap: 13px; }
.parents-links[hidden] { display: none; }
.parents-links a { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 20px; padding: 25px 28px; background: white; box-shadow: 7px 7px 0 rgba(11,18,60,.11); transition: transform .2s; }
.parents-links a:hover, .parents-links a:focus-visible { transform: translateX(5px); }
.parents-links span { color: rgba(11,18,60,.6); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.parents-links strong { font-size: 18px; }
.parents-links i { color: var(--blue-dark); font-size: 25px; font-style: normal; }

.sponsor { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(55px, 9vw, 130px); background: var(--blue-pale); }
.sponsor-logo-wrap { position: relative; display: grid; place-items: center; min-height: 430px; padding: 65px; background: white; box-shadow: 18px 18px 0 rgba(11,18,60,.1); }
.sponsor-logo-wrap:before { content: ""; position: absolute; inset: 18px; border: 2px solid var(--blue); pointer-events: none; }
.sponsor-logo-wrap > span { position: absolute; top: 34px; left: 42px; color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.sponsor-logo-wrap img { display: block; width: min(100%, 285px); height: auto; }
.sponsor-copy h2 { margin: 30px 0 26px; }
.sponsor-lead { margin-bottom: 18px; color: var(--blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.sponsor-copy > p:not(.kicker):not(.sponsor-lead) { max-width: 680px; font-size: 18px; line-height: 1.72; }
.sponsor-copy .button { margin-top: 18px; }

.contact { min-height: 680px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background: white; }
.contact-mark { position: absolute; left: -5vw; bottom: -4vw; width: min(58vw, 820px); height: auto; opacity: .045; filter: saturate(.7); }
.contact-content { position: relative; z-index: 2; max-width: 760px; text-align: center; }
.contact-content .kicker:before { display: none; }
.contact-content > p:not(.kicker) { max-width: 570px; margin: 0 auto 32px; font-size: 18px; line-height: 1.7; }
.social-actions { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.button-outline { color: var(--navy); background: transparent; box-shadow: inset 0 0 0 2px var(--navy); }
.button-outline:hover, .button-outline:focus-visible { color: white; background: var(--navy); }
.contact-link { display: block; width: fit-content; margin: 25px auto 0; border-bottom: 1px solid var(--navy); padding-bottom: 4px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 5vw; background: var(--navy); color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
footer img { width: 110px; height: auto; }
footer p { margin: 0; }
.footer-links { display: flex; gap: 18px; color: white; font-weight: 800; }
.footer-links a:hover, .footer-links a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 900px) {
  nav { display: none; }
  .diamond-mark { opacity: .18; right: -60px; }
  .hero-content { max-width: 680px; }
  .about, .coach-banner, .development, .parents, .sponsor { grid-template-columns: 1fr; }
  .profile-hero, .profile-content { grid-template-columns: 1fr; }
  .profile-image-wrap { min-height: 580px; }
  .sponsor-logo-wrap { width: min(100%, 560px); margin: 0 auto; }
  .development-gallery { width: min(100%, 620px); min-height: 610px; margin: 0 auto; }
  .season-heading { align-items: start; flex-direction: column; }
  .tryouts { grid-template-columns: 1fr; align-items: start; }
  .tryout-button { width: fit-content; }
  .roster-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; }
}
@media (max-width: 620px) {
  .site-header { height: 76px; padding: 8px 20px; }
  .brand img { width: 130px; }
  .button-small { padding: 12px 13px; font-size: 9px; }
  .hero { min-height: calc(100vh - 76px); padding: 80px 24px 60px; }
  .hero h1 { font-size: clamp(4.4rem, 24vw, 7rem); }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .social-actions { align-items: stretch; flex-direction: column; }
  .section { padding: 80px 24px; }
  h2 { font-size: clamp(3.7rem, 18vw, 5.4rem); }
  .about-copy > p { font-size: 17px; }
  .parents-login { padding: 25px; }
  .parents-login > div { grid-template-columns: 1fr; gap: 10px; }
  .parents-login input { border-right: 2px solid var(--navy); }
  .parents-links a { grid-template-columns: 1fr auto; }
  .parents-links a span { grid-column: 1 / -1; }
  .season-record { min-width: 0; width: 100%; }
  .season-record strong { font-size: 52px; }
  .season-intro { font-size: 17px; }
  .carousel-stage { aspect-ratio: 4 / 5; }
  .carousel-slide figcaption { grid-template-columns: 1fr; gap: 8px; padding: 80px 64px 25px; }
  .carousel-logo { max-width: 120px; max-height: 58px; }
  .carousel-slide figcaption span { font-size: 11px; }
  .carousel-arrow { width: 42px; height: 42px; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .game { grid-template-columns: 92px 1fr 70px; gap: 12px; }
  .game .tag, .game .arrow { display: none; }
  .schedule-logo { width: 70px; max-height: 38px; }
  .game h3 { font-size: 17px; }
  .game-times { padding: 0 0 20px; }
  .game-times > div { grid-template-columns: 72px 20px 1fr auto; gap: 6px; padding: 14px 10px; }
  .game-times time { font-size: 11px; }
  .game-times strong { font-size: 12px; }
  .result-badge { min-width: 58px; padding: 7px 8px; font-size: 11px; }
  .tournament-champions { margin: 16px 0 0; border-radius: 12px; }
  .tournament-champions figcaption { align-items: flex-start; flex-direction: column; gap: 5px; padding: 14px 16px; }
  .roster-grid { grid-template-columns: 1fr; }
  .player { min-height: 390px; }
  .profile-header { height: 76px; padding: 8px 20px; }
  .profile-header img { width: 130px; }
  .profile-back { font-size: 9px; }
  .profile-hero, .profile-image-wrap { min-height: 480px; }
  .profile-intro { padding: 70px 24px; }
  .profile-intro h1 { font-size: clamp(4rem, 20vw, 6.5rem); }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-facts div { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .profile-jersey { font-size: 150px; }
  .profile-content { padding-left: 0; padding-right: 0; }
  .coach-banner { padding: 80px 24px; }
  .development { gap: 65px; }
  .development-gallery { min-height: 470px; }
  .development-gallery:before { inset: 18px 12px 65px 18px; }
  .development-photo-main { inset: 0 58px 65px 0; width: calc(100% - 58px); height: calc(100% - 65px); }
  .development-photo-accent { width: 40%; border-width: 6px; }
  .development-monogram { left: 14px; bottom: 24px; font-size: 60px; }
  .development-copy > p:not(.kicker):not(.development-title) { font-size: 16px; }
  .development-copy blockquote { font-size: 16px; }
  .sponsor { gap: 60px; }
  .sponsor-logo-wrap { min-height: 340px; padding: 55px; }
  .sponsor-logo-wrap > span { top: 30px; left: 34px; }
  .sponsor-copy > p:not(.kicker):not(.sponsor-lead) { font-size: 16px; }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
