/* Lady Broncos public website — production homepage, September 6, 2026. */
:root{--maroon:#6f1521;--dark:#260a0f;--ink:#211619;--black:#110c0d;--gold:#efb52e;--cream:#fff5df;--paper:#fffaf1;--muted:#695a58;--line:#ddcfba;--max:1220px;--gutter:clamp(22px,5.2vw,80px);--header:88px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.dialog-open{overflow:hidden}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;line-height:1.08;font-weight:400}h2{font-size:clamp(36px,4vw,55px);letter-spacing:-.045em;margin-bottom:22px}h3{font-size:27px;letter-spacing:-.02em}a{color:inherit;text-underline-offset:5px}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,a,summary{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;height:auto;display:block}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #b0680b;outline-offset:5px}.hero :focus-visible,.site-header :focus-visible,.tryout-intro :focus-visible,.site-footer :focus-visible{outline-color:#ffdb76}.focus-without-ring:focus,.focus-without-ring:focus-visible{outline:none}::selection{background:var(--gold);color:var(--dark)}[hidden]{display:none!important}.container{width:calc(100% - var(--gutter)*2);max-width:var(--max);margin-inline:auto}.section{padding-block:100px}.eyebrow{font-family:inherit;font-size:11px;font-weight:800;line-height:1.5;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0 0 17px}.eyebrow.maroon{color:var(--maroon)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;background:var(--gold);color:var(--dark);z-index:100;padding:12px 20px;font-weight:700}.skip-link:focus{top:12px}
.preview-bar{background:#eadabe;color:#4a302b;font-size:10px;letter-spacing:.08em;font-weight:700;text-transform:uppercase}.preview-bar>.container{display:flex;justify-content:space-between;gap:15px;padding-block:7px}.preview-dot{display:inline-block;width:6px;height:6px;background:var(--maroon);border-radius:50%;margin-right:8px;vertical-align:middle}.site-header{position:sticky;top:0;z-index:15;background:var(--black);color:var(--cream);border-bottom:1px solid #fff2}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:var(--header)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.brand>img{width:49px;height:54px;object-fit:contain}.brand strong{display:block;font:400 23px/1.15 Georgia,serif;letter-spacing:-.02em}.brand small{display:block;margin-top:5px;font-size:8px;line-height:1.4;font-weight:600;letter-spacing:.17em;text-transform:uppercase;color:#d7c9bb}.site-navigation{display:flex;align-items:center;gap:27px}.site-navigation>a{font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap;padding-block:12px}.site-navigation>a:hover{color:var(--gold)}.site-navigation .nav-cta{border:1px solid #bc8e29;padding:10px 16px;color:#ffcf5f;display:flex;align-items:center;gap:20px}.nav-cta:hover{background:#efb52e16}.menu-toggle{display:none}
.hero{min-height:650px;position:relative;isolation:isolate;overflow:hidden;background:#160b0d;color:var(--cream);display:flex;flex-direction:column;justify-content:center}.hero-image,.hero-image>img,.hero-overlay{position:absolute;inset:0;width:100%;height:100%;z-index:-2}.hero-image>img{object-fit:cover;object-position:50% 45%}.hero-overlay{z-index:-1;background:linear-gradient(90deg,rgba(12,7,8,.02) 12%,rgba(12,7,8,.2) 36%,rgba(12,7,8,.79) 60%,rgba(12,7,8,.72) 100%),linear-gradient(0deg,rgba(12,7,8,.8) 0%,transparent 32%)}.hero-inner{padding-block:66px 95px}.hero-copy{max-width:602px;width:51%;margin-left:auto}.hero-copy>.eyebrow{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.14em}.small-rule{width:26px;height:1px;background:var(--gold);flex:none}.hero h1{font-size:clamp(45px,4.85vw,70px);line-height:1.02;letter-spacing:-.05em;margin-bottom:25px}.hero h1 em{color:#f5c454;font-weight:400;font-style:italic;white-space:nowrap}.hero-intro{font-size:15px;line-height:1.8;color:#f2e5d5;max-width:495px;margin-bottom:20px}.season-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#e0d3c2;margin-bottom:29px}.season-label>span{color:var(--gold);margin-inline:9px}.hero-actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;border:1px solid transparent;padding:14px 20px;min-height:49px;text-decoration:none;font:700 12px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.015em;transition:background .18s ease,transform .18s ease;cursor:pointer}.button>span{font-size:20px;line-height:1}.button-gold{background:var(--gold);color:var(--dark);border-color:var(--gold)}.button-gold:hover{background:#ffd16a;border-color:#ffd16a;transform:translateY(-1px)}.button-maroon{background:var(--maroon);color:#fff7e8;border-color:var(--maroon)}.button-maroon:hover{background:#4d1019;border-color:#4d1019;transform:translateY(-1px)}.text-link{display:inline-flex;gap:12px;align-items:center;min-height:44px;padding:7px 0;font:700 12px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;text-decoration:none;border:0;border-bottom:1px solid var(--maroon);background:none;color:var(--maroon)}.text-link:hover{color:#3f0a12;border-bottom-color:currentColor}.text-link.light{color:#fff4df;border-color:#ffffff57}.text-link.light:hover{color:var(--gold)}.hero-bottom{position:absolute;bottom:25px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:#f2e3cc}.hero-divisions{display:flex;align-items:center;gap:15px;font-size:13px;color:#ffcc61}.hero-divisions>span{font-size:10px}
.date-strip{background:var(--cream);border-bottom:1px solid var(--line)}.date-strip-inner{display:grid;grid-template-columns:1.4fr 1fr 1.25fr 42px;gap:30px;align-items:center;min-height:121px;padding-block:23px}.date-title .eyebrow{display:block;color:var(--maroon);font-size:9px;margin-bottom:7px;letter-spacing:.15em}.date-title>strong{display:block;font:400 23px/1.2 Georgia,serif;letter-spacing:-.03em}.date-year{font-size:18px}.date-venue{display:block;margin-top:5px;color:var(--maroon);font-size:9px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.date-division{display:flex;align-items:center;gap:16px;border-left:1px solid #d6c6af;padding-left:28px}.division-pill{display:inline-flex;align-items:center;justify-content:center;flex:none;min-width:46px;height:46px;border-radius:50%;font-size:15px;font-weight:850;line-height:1}.division-eight{background:var(--gold);color:#3c260c}.division-ten{background:var(--maroon);color:#fff6e6}.date-division>div>span{display:block;font-size:9px;font-weight:650;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:4px}.date-division strong{font-size:14px;line-height:1.4;display:block;white-space:nowrap}.round-link{width:40px;height:40px;border:1px solid #b89c72;display:grid;place-items:center;border-radius:50%;text-decoration:none;color:var(--maroon)}.round-link:hover{background:#efb52e30}
.program-section{background:var(--paper)}.split-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:90px;align-items:end}.split-heading h2{margin-bottom:0}.split-heading>p{font-size:15px;line-height:1.85;color:var(--muted);margin-bottom:3px;max-width:510px}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:56px}.pillars article{border-top:1px solid #cbbcaa;padding-top:20px}.pillar-number{font-size:11px;letter-spacing:.12em;color:var(--maroon);font-weight:800}.pillar-number>span{padding-left:10px;color:#b19b86;font-weight:400}.pillars h3{color:var(--dark);margin:29px 0 13px}.pillars p{font-size:14px;color:var(--muted);line-height:1.8;margin:0}.development-note{display:flex;gap:24px;align-items:center;padding:29px 32px;margin-top:49px;background:#f2e6d1;border-left:3px solid var(--gold)}.development-mark{color:var(--maroon);font-size:32px;flex-shrink:0}.development-note h3{font-size:23px;margin-bottom:7px}.development-note p{font-size:13px;color:#64524d;line-height:1.7;margin:0;max-width:790px}.small-tag{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:var(--maroon);font-weight:700;white-space:nowrap;border:1px solid #bca68a;padding:7px 11px;flex-shrink:0}
.tryout-section{background:var(--dark);color:var(--cream);position:relative;isolation:isolate;overflow:hidden}.tryout-section::after{content:"";position:absolute;width:680px;height:680px;border:1px solid #efb52e12;border-radius:50%;right:-350px;top:-230px;box-shadow:0 0 0 85px #efb52e04,0 0 0 170px #efb52e03;z-index:-1}.tryout-layout{display:grid;grid-template-columns:.87fr 1.5fr;gap:60px;align-items:center}.tryout-intro h2{font-size:clamp(35px,3.4vw,49px);margin-bottom:21px}.section-lead{font-size:15px;color:#e3d0c6;line-height:1.8}.event-date{display:flex;gap:18px;align-items:center;margin-block:30px}.calendar-icon{display:block;flex:none;font:400 30px/1 Georgia,serif;text-align:center;border:1px solid #b3812d;padding:12px 11px 7px;color:var(--gold)}.calendar-icon small{font:700 9px/1.5 Inter,ui-sans-serif,system-ui,sans-serif;display:block;margin-top:3px;letter-spacing:.12em}.event-date>div>span{display:block;font-size:11px;color:#e4c6b6}.event-date strong{display:block;font:400 24px/1.3 Georgia,serif;margin-block:3px}.event-date>div>small{font-size:10px;color:#cdb6af}.location-note{display:flex;gap:11px;align-items:flex-start;border-top:1px solid #e1ccad30;padding-top:23px}.location-note svg{color:var(--gold);flex:none;margin-top:3px}.location-note strong{font-size:13px;font-weight:650}.location-note p{color:#d3bcb3;font-size:12px;line-height:1.7;margin:5px 0 0}.tryout-note{font-size:11px;color:#cfb8b0;line-height:1.75;margin:23px 0 0;max-width:375px}.tryout-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tryout-card{min-width:0;background:var(--paper);padding:27px 23px 19px;color:var(--ink);border-top:4px solid var(--gold)}.tryout-card.ten{border-top-color:#b15d65}.tryout-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.team-label{font-size:9px;font-weight:750;letter-spacing:.15em;color:#6a524a}.tryout-card h3{font-size:30px;margin:25px 0 17px;letter-spacing:-.04em}.tryout-time{font-size:14px;font-weight:700;letter-spacing:-.03em;white-space:nowrap;margin-bottom:14px}.tryout-time>span{font-weight:400;color:#82655e}.eligibility{font-size:12px;color:var(--muted);line-height:1.7;padding-bottom:23px;border-bottom:1px solid var(--line);margin-bottom:23px;min-height:65px}.tryout-card .button{font-size:10px;padding:13px 11px;display:flex;gap:12px;width:100%;justify-content:space-between;min-height:45px}.tryout-card .button>span{font-size:17px}.calendar-link{display:flex;gap:6px;align-items:center;justify-content:center;min-height:44px;margin-top:10px;font-size:9px;font-weight:650;color:var(--maroon);text-decoration:none}.calendar-link:hover{text-decoration:underline}
.coaches-section{background:var(--paper)}.coaches-section .split-heading{align-items:center}.coach-filters{display:none;gap:5px;margin-top:38px;background:#ede2d0;padding:5px;width:fit-content}.js .coach-filters{display:flex}.coach-filters button{background:none;border:0;color:#68534d;font-size:11px;font-weight:700;padding:10px 20px;min-height:40px}.coach-filters button[aria-pressed="true"]{background:var(--maroon);color:#fff3dd}.coach-filters button:not([aria-pressed="true"]):hover{background:#e4d4bc}.coach-group{margin-top:42px}.coach-group+.coach-group{margin-top:56px}.group-heading{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line);margin-bottom:24px;padding-bottom:19px}.group-heading>.division-pill{width:40px;height:40px;min-width:40px;font-size:14px}.group-heading h3{font-size:26px;margin:0}.group-heading p{font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:#7a6457;margin:0 0 0 auto}.coach-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.coach-card{background:#fffdf7;border:1px solid #dfd1bc;min-width:0;display:flex;flex-direction:column}.coach-portrait{display:block;height:auto;aspect-ratio:4/4.6;position:relative;overflow:hidden;background:#e0d4c2;flex:none}.coach-portrait>img{width:100%;height:100%;object-fit:cover;object-position:center 15%;transition:transform .35s ease}.coach-card:hover .coach-portrait>img{transform:scale(1.025)}.coach-portrait.portrait-julie>img{object-position:center 9%}.coach-portrait.portrait-danielle>img{object-position:center 7%}.coach-portrait.portrait-andrew>img{object-position:center 14%}.coach-portrait.portrait-manoli>img{object-position:center 10%}.portrait-placeholder{background:radial-gradient(ellipse at 50% 45%,#68232a,var(--dark) 80%);position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:22px}.portrait-placeholder::before{content:"";position:absolute;inset:15px;border:1px solid #c88e3738}.portrait-placeholder>img{height:113px;width:108px;object-fit:contain;opacity:.85}.portrait-placeholder>span{font-size:8px;line-height:1.6;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#efd4a1;position:relative;max-width:140px;text-align:center}.coach-content{padding:23px 21px 20px;display:flex;flex:1;flex-direction:column}.coach-role{color:var(--maroon);font-size:8px;letter-spacing:.16em;font-weight:800;text-transform:uppercase;margin-bottom:9px}.coach-name{font-size:26px;margin-bottom:14px;letter-spacing:-.035em;line-height:1.1;overflow-wrap:anywhere}.coach-excerpt{font-size:12px;line-height:1.8;color:#655650;margin:0 0 22px}.coach-excerpt::before{content:'“';font-family:Georgia,serif}.coach-excerpt::after{content:'”';font-family:Georgia,serif}.coach-pending{font-size:12px;color:#776154;line-height:1.8;margin:0 0 22px}.bio-details{margin-top:auto}.bio-details>summary{display:flex;justify-content:space-between;gap:12px;align-items:center;cursor:pointer;min-height:44px;font-size:10px;font-weight:750;color:var(--maroon);border-top:1px solid #e2d5c2;padding:13px 0 0;list-style:none}.bio-details>summary::-webkit-details-marker{display:none}.bio-details>summary:hover{text-decoration:underline}.bio-details>summary>span[aria-hidden]{font-size:20px;line-height:1}.coach-bio{font-size:14px;line-height:1.8;margin-top:15px}.coach-bio>p:last-child{margin-bottom:0}.pending-label{display:flex;align-items:center;gap:8px;min-height:44px;border-top:1px solid #e2d5c2;padding-top:13px;margin-top:auto;font-size:9px;color:#816b5c;font-weight:650}.pending-label::before{content:"";width:5px;height:5px;border:1px solid #9b7840;border-radius:50%}
.faq-section{background:#f2e8d7;border-top:1px solid #e8dac4;border-bottom:1px solid #e8dac4}.faq-layout{display:grid;grid-template-columns:.8fr 1.4fr;gap:95px}.faq-layout h2{font-size:48px;line-height:1.07}.faq-intro{font-size:13px;color:var(--muted)}.faq-items{border-top:1px solid #cdbba1}.faq-items>details{border-bottom:1px solid #cdbba1}.faq-items>details>summary{display:flex;align-items:center;justify-content:space-between;gap:28px;cursor:pointer;list-style:none;font-size:14px;font-weight:650;line-height:1.6;padding:20px 0;min-height:70px}.faq-items>details>summary::-webkit-details-marker{display:none}.faq-items>details>summary>span{color:var(--maroon);font-size:24px;font-weight:400;flex:none}.faq-items>details[open]>summary>span{transform:rotate(45deg)}.faq-items>details>div{padding:0 35px 22px 0;font-size:13px;line-height:1.85;color:#66544b}.faq-items>details>div p:last-child{margin:0}.preview-inline-note{padding:10px 12px;border-left:2px solid #b08a38;background:#e7d5b9;font-size:11px}
.connect-section{background:var(--maroon);color:var(--cream);padding:54px 0 20px}.connect-inner{display:flex;align-items:center;gap:32px}.connect-inner>img{width:94px;height:99px;object-fit:contain;flex:none}.connect-inner>div{flex:1}.connect-inner .eyebrow{font-size:9px;margin-bottom:10px}.connect-inner h2{font-size:38px;margin-bottom:12px}.connect-inner p:not(.eyebrow){font-size:13px;color:#e4c8bd;margin:0}.connect-inner .button{flex-shrink:0}.preview-footer-note{padding-top:24px;margin-top:27px;margin-bottom:0;border-top:1px solid #ffffff26;color:#e6cbbe;font-size:10px;text-align:center}.site-footer{background:var(--black);color:var(--cream);padding-block:43px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.footer-brand>img{width:37px;height:42px}.footer-brand strong{font-size:19px}.footer-brand small{font-size:8px;margin-top:4px}.footer-inner p{font-size:10px;line-height:1.6;color:#beafa1;margin:18px 0 0}.footer-right{text-align:right}.footer-right nav{display:flex;gap:25px}.footer-right nav a{text-decoration:none;font-size:10px;color:#e7d8c5;min-height:38px;display:inline-flex;gap:7px;align-items:center}.footer-right nav a:hover{color:var(--gold);text-decoration:underline}.footer-right p>span{margin-inline:8px}.mobile-tryouts-bar{display:none}
/* Native dialogs: one scroll surface, keyboard focus containment, visible close controls. */
dialog{color:var(--ink);background:var(--paper);padding:0;border:1px solid #c4a77a;max-height:calc(100svh - 44px);width:min(760px,calc(100% - 36px));box-shadow:0 24px 90px #0008;overscroll-behavior:contain}dialog::backdrop{background:#12090bcc;backdrop-filter:blur(4px)}.dialog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:10px 23px;background:var(--dark);color:var(--cream);position:sticky;top:0;z-index:3}.dialog-toolbar>span{font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.dialog-close{border:1px solid #ffffff42;background:transparent;color:var(--cream);width:38px;height:38px;display:grid;place-items:center;line-height:1;font-size:26px;flex:none}.dialog-close:hover{background:#ffffff15}.dialog-close:focus-visible{outline-color:var(--gold)}.bio-dialog-header{display:flex;gap:28px;align-items:center;padding:33px 40px 29px;background:#f1e6d3;border-bottom:1px solid #d9c9b0}.bio-dialog-photo{flex:0 0 118px;width:118px;height:138px;background:#dbd0bd;overflow:hidden}.bio-dialog-photo>img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.bio-dialog-header .eyebrow{font-size:9px;margin-bottom:8px}.bio-dialog-header h2{font-size:42px;margin-bottom:9px;overflow-wrap:anywhere}.bio-subtitle{font-size:11px;color:#79635a;margin:0}.bio-dialog-body{padding:31px 40px 6px;font-size:15px;line-height:1.95}.bio-dialog-body p{margin-bottom:22px}.bio-dialog-footer{padding:7px 40px 35px}.bio-dialog-footer>.button{min-height:44px;font-size:11px}.interest-heading{padding:30px 34px 19px}.interest-heading h2{font-size:39px;margin-bottom:14px}.interest-heading .eyebrow{font-size:9px;margin-bottom:9px}.interest-heading>p:last-child{font-size:13px;color:var(--muted);margin:0}.form-preview-notice{font-size:11px;line-height:1.65;color:#533d21;background:#f7e6bc;border-left:3px solid #a97813;margin:0 34px 22px;padding:10px 13px}#interest-form{padding:0 34px 32px}.required-note{font-size:10px;color:var(--muted);margin-bottom:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 18px}.form-grid>label{font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase;color:#513635}.form-grid input{display:block;width:100%;border:1px solid #ad9784;border-radius:0;background:#fffefd;color:var(--ink);min-height:48px;padding:10px 12px;margin-top:7px;font-size:16px;line-height:1.4}.form-grid input:hover{border-color:var(--maroon)}.form-grid input:focus-visible{outline:2px solid var(--maroon);outline-offset:2px}.age-groups{border:1px solid var(--line);padding:18px;margin:27px 0 20px;min-inline-size:0;display:grid;gap:9px}.age-groups legend{font-size:10px;letter-spacing:.08em;color:#543b34;font-weight:750;text-transform:uppercase;padding:0 8px}.age-option{border:1px solid #cbbda8;display:flex;align-items:center;gap:14px;padding:12px;background:#fffdf7;cursor:pointer}.age-option input{height:19px;width:19px;flex:none;accent-color:var(--maroon);margin:0}.age-option strong{font-size:13px;display:flex;align-items:center;gap:10px;color:var(--maroon)}.age-option small{font-size:11px;line-height:1.5;display:block;color:#6e5d52;margin-top:3px}.age-option:has(input:checked){border-color:var(--maroon);box-shadow:0 0 0 1px var(--maroon);background:#fff4df}.age-option.disabled{cursor:not-allowed;background:#eee7dc;border-style:dashed}.age-option.disabled strong,.age-option.disabled small{color:#867767}.age-option em{font:700 8px/1.5 Inter,system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase;padding:2px 5px;border:1px solid #cdb99a}.form-trap{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.turnstile-wrap{min-height:67px;width:100%;margin:0 0 16px;display:flex;align-items:center;justify-content:center;overflow:auto}.turnstile-wrap:empty{display:none}[data-preview-mode="offline"] .turnstile-wrap{display:none}.privacy-note{font-size:10px;line-height:1.8;color:#736057;margin-bottom:12px}.form-message{min-height:24px;margin:0 0 10px;color:var(--maroon);font-size:11px;font-weight:650;line-height:1.6}.form-submit{width:100%;justify-content:space-between}.form-submit:disabled{cursor:wait;opacity:.62;transform:none}.form-result{text-align:center;padding:12px 12px 28px}.result-icon{display:grid;place-items:center;border:1px solid #478361;color:#2e6344;background:#e9f2e5;border-radius:50%;width:47px;height:47px;margin:0 auto 19px;font-size:24px}.form-result h3{font-size:32px;margin-bottom:15px}.form-result p{font-size:15px;max-width:390px;margin:0 auto 14px;line-height:1.8}.noscript-note{padding:20px;background:#e9d8b9;color:#4b352d;font-size:13px}
@media(min-width:1500px){.hero{min-height:710px}.hero h1{font-size:71px}.hero-copy{width:52%}.hero-image>img{object-position:center 44%}}
@media(max-width:1170px){.site-navigation{gap:19px}.site-navigation>a{font-size:11px}.brand strong{font-size:21px}.brand small{font-size:7px}.hero{min-height:620px}.hero h1{font-size:clamp(43px,5vw,59px)}.hero-copy{width:53%}.hero-copy>.eyebrow{font-size:9px}.hero-actions{gap:18px}.hero-actions .button{font-size:11px}.hero-intro{font-size:14px}.date-strip-inner{gap:19px;grid-template-columns:1.2fr 1fr 1.15fr}.round-link{display:none}.date-title>strong{font-size:20px}.date-year{font-size:15px}.date-division{padding-left:20px;gap:13px}.date-division strong{font-size:12px}.date-division>div>span{font-size:8px}.split-heading{gap:60px}.tryout-layout{grid-template-columns:1fr;gap:37px;align-items:start}.tryout-intro{display:grid;grid-template-columns:1fr 1fr;column-gap:70px;align-items:start}.tryout-intro>.eyebrow,.tryout-intro>h2,.tryout-intro>.section-lead{grid-column:1}.tryout-intro>.eyebrow{grid-row:1}.tryout-intro>h2{grid-row:2/4}.tryout-intro>.section-lead{grid-row:4/6;margin-bottom:0}.tryout-intro>.event-date{grid-column:2;grid-row:1/3;margin:0 0 20px}.tryout-intro>.location-note{grid-column:2;grid-row:3/5;padding-top:18px}.tryout-intro>.tryout-note{grid-column:2;grid-row:5/6;margin-top:14px;max-width:none}.tryout-cards{gap:25px}.tryout-card{padding:27px 29px 18px}.tryout-card .button{font-size:12px;padding:14px 18px}.tryout-time{font-size:19px}.eligibility{font-size:13px;min-height:0}.calendar-link{font-size:11px}.coach-grid{gap:17px}.coach-content{padding:19px 16px 16px}.coach-name{font-size:23px}.coach-excerpt,.coach-pending{font-size:11px}.group-heading h3{font-size:24px}.faq-layout{gap:60px}.small-tag{display:none}.connect-inner{gap:25px}.connect-inner h2{font-size:32px}.connect-inner>img{width:77px;height:83px}}
@media(max-width:960px){:root{--gutter:32px;--header:80px}.header-inner{gap:20px}.brand strong{font-size:21px}.brand small{font-size:7px}.brand>img{width:43px;height:49px}.site-navigation{gap:15px}.site-navigation .nav-cta{padding:9px 11px;gap:10px}.site-navigation>a{font-size:10px}.hero-copy{width:55%}.hero h1{font-size:48px}.hero-actions{gap:15px}.hero-actions .button{padding:13px 14px;font-size:10px}.hero-actions .text-link{font-size:10px}.hero-copy>.eyebrow{font-size:8px;gap:8px}.hero-bottom{font-size:8px}.date-strip-inner{gap:20px}.date-title>strong{font-size:19px}.date-division{padding-left:19px;gap:10px}.date-division>.division-pill{min-width:37px;width:37px;height:37px;font-size:12px}.date-division strong{font-size:11px}.date-title .eyebrow{font-size:8px}.section{padding-block:77px}.split-heading{gap:40px}.split-heading>p{font-size:13px}.pillars{gap:28px;margin-top:43px}.pillars h3{font-size:24px}.pillars p{font-size:13px}.coach-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.coach-content{padding:21px 19px 18px}.coach-excerpt,.coach-pending{font-size:12px}.coach-name{font-size:25px}.faq-layout h2{font-size:41px}.faq-layout{gap:42px}.faq-items>details>summary{font-size:13px}.connect-inner{flex-wrap:wrap}.connect-inner>.button{margin-left:102px}.connect-inner h2{font-size:35px}}
@media(max-width:760px){:root{--gutter:24px;--header:73px}html{scroll-padding-top:91px}.preview-bar{font-size:8px;letter-spacing:.04em}.preview-bar>.container{gap:8px;padding-block:6px}.preview-dot{width:5px;height:5px;margin-right:5px}.brand strong{font-size:21px}.brand small{font-size:7px;letter-spacing:.11em}.brand>img{width:37px;height:43px}.header-inner{min-height:73px;position:relative}.site-navigation{flex-wrap:wrap;padding-block:15px;gap:7px 20px}.site-navigation>a{font-size:12px}.js .site-navigation{display:none;position:absolute;top:73px;left:calc(var(--gutter)*-1);right:calc(var(--gutter)*-1);background:var(--black);padding:16px var(--gutter) 23px;border-bottom:1px solid #efb52e55;box-shadow:0 16px 22px #0005}.js .site-navigation.is-open{display:flex;flex-direction:column;align-items:stretch;gap:2px}.js .site-navigation>a{padding:12px 3px;min-height:45px;font-size:13px}.js .site-navigation>.nav-cta{margin-top:10px;padding-inline:15px;justify-content:space-between}.js .menu-toggle{display:inline-flex;align-items:center;gap:10px;border:1px solid #ffffff35;background:none;color:var(--cream);padding:9px 11px;min-height:41px;font-size:10px;font-weight:650}.menu-lines{position:relative;display:block;width:16px;height:11px;border-top:1px solid currentColor;border-bottom:1px solid currentColor}.menu-lines:after{content:"";position:absolute;top:4px;left:0;right:0;height:1px;background:currentColor}.menu-toggle[aria-expanded="true"] .menu-lines{height:0;border-bottom:0;transform:rotate(45deg)}.menu-toggle[aria-expanded="true"] .menu-lines:after{top:-1px;transform:rotate(-90deg)}body:not(.js) .header-inner{flex-direction:column;align-items:flex-start;padding-top:14px;gap:0}.hero{min-height:0;display:block;padding-top:265px}.hero-image{height:415px}.hero-image>img{object-fit:cover;object-position:10% center}.hero-overlay{background:linear-gradient(0deg,#160b0d 0%,#160b0d 42%,rgba(22,11,13,.96) 52%,rgba(22,11,13,.65) 63%,rgba(22,11,13,.05) 83%)}.hero-inner{padding:0 0 97px}.hero-copy{width:100%;max-width:550px;margin-left:0}.hero-copy>.eyebrow{font-size:9px;letter-spacing:.14em}.hero h1{font-size:clamp(40px,8.5vw,57px);line-height:1.01;letter-spacing:-.045em;margin-bottom:22px}.hero h1 em{white-space:normal}.hero-intro{font-size:14px;line-height:1.85;margin-bottom:23px;max-width:500px}.season-label{font-size:9px;letter-spacing:.08em;margin-bottom:24px}.season-label>span{margin-inline:6px}.hero-actions{gap:23px}.hero-actions .button{font-size:11px;padding:14px 17px}.hero-actions .text-link{font-size:11px}.hero-bottom{bottom:26px;font-size:8px;letter-spacing:.09em}.hero-divisions{font-size:10px;gap:9px}.date-strip-inner{grid-template-columns:1fr 1fr;gap:22px 17px;padding-block:24px 27px}.date-title{grid-column:1/-1;border-bottom:1px solid var(--line);padding-bottom:18px}.date-title>strong{font-size:24px}.date-year{font-size:19px}.date-title .eyebrow{font-size:9px}.date-division{border:0;padding:0;gap:12px}.date-division:nth-of-type(3){border-left:1px solid var(--line);padding-left:19px}.date-division strong{font-size:12px;letter-spacing:-.035em}.date-division>div>span{font-size:7px;letter-spacing:.05em}.date-division>.division-pill{width:34px;height:34px;min-width:34px;font-size:11px}.section{padding-block:62px}.split-heading{grid-template-columns:1fr;gap:25px}.split-heading h2{font-size:42px}.split-heading>p{font-size:14px;max-width:560px}.eyebrow{font-size:10px;letter-spacing:.15em;margin-bottom:14px}.pillars{grid-template-columns:1fr;gap:29px;margin-top:36px}.pillars article{position:relative;padding:23px 0 0 50px}.pillar-number{position:absolute;left:0;top:23px;font-size:10px}.pillar-number>span{padding-left:5px}.pillars h3{margin:0 0 12px;font-size:27px}.pillars p{font-size:14px;max-width:530px}.development-note{padding:23px 22px;gap:16px;margin-top:34px;align-items:flex-start}.development-mark{font-size:24px}.development-note h3{font-size:23px}.development-note p{font-size:12px}.tryout-intro{display:block}.tryout-intro h2{font-size:42px}.tryout-intro>.section-lead{max-width:470px;font-size:14px;margin-bottom:27px}.tryout-intro>.event-date{margin-block:0 24px}.tryout-intro>.location-note{padding-top:22px}.tryout-intro>.tryout-note{margin-top:21px;font-size:11px;max-width:490px}.tryout-layout{gap:31px}.tryout-cards{gap:16px}.tryout-card{padding:21px 18px 14px}.tryout-card h3{font-size:28px;margin-top:22px}.tryout-time{font-size:13px}.tryout-card .button{font-size:10px;padding:13px 10px;gap:8px}.calendar-link{font-size:9px;line-height:1.5;gap:5px;text-align:center}.eligibility{font-size:12px;padding-bottom:20px;margin-bottom:19px}.team-label{font-size:8px}.tryout-card .division-pill{width:39px;height:39px;min-width:39px;font-size:13px}.coach-filters{margin-top:28px;gap:2px}.coach-filters button{font-size:10px;padding-inline:16px}.coach-group{margin-top:32px}.coach-group+.coach-group{margin-top:38px}.group-heading{gap:12px;margin-bottom:20px;padding-bottom:16px}.group-heading h3{font-size:23px}.group-heading p{font-size:8px;letter-spacing:.05em}.group-heading>.division-pill{width:33px;height:33px;min-width:33px;font-size:11px}.coach-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.coach-content{padding:21px 16px 15px}.coach-name{font-size:25px}.coach-role{font-size:8px;letter-spacing:.1em}.coach-excerpt,.coach-pending{font-size:11px}.coach-portrait{aspect-ratio:4/4.9}.portrait-placeholder>img{width:94px;height:98px}.portrait-placeholder>span{font-size:7px;max-width:120px}.faq-layout{grid-template-columns:1fr;gap:26px}.faq-layout h2{font-size:42px;margin-bottom:18px}.faq-layout h2>br{display:none}.faq-layout h2>br::after{content:" "}.faq-intro{margin:0}.faq-items>details>summary{font-size:13px;padding-block:18px;min-height:65px;gap:24px}.faq-items>details>div{font-size:13px;padding-right:15px}.connect-section{padding-top:42px}.connect-inner{gap:23px;align-items:flex-start}.connect-inner>img{width:65px;height:70px;margin-top:4px}.connect-inner h2{font-size:31px}.connect-inner>div{flex-basis:calc(100% - 100px)}.connect-inner .button{margin-left:88px;font-size:11px}.connect-inner p:not(.eyebrow){font-size:12px}.preview-footer-note{font-size:9px;line-height:1.7}.site-footer{padding:35px 0 93px}.footer-inner{display:block}.footer-right{text-align:left;margin-top:25px}.footer-right nav{gap:27px}.footer-inner p{font-size:9px;margin-top:14px}.footer-brand strong{font-size:20px}.mobile-tryouts-bar{display:flex;position:fixed;z-index:14;bottom:0;left:0;right:0;justify-content:space-between;align-items:center;gap:20px;background:var(--black);color:var(--cream);border-top:1px solid #c39436;padding:12px 24px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -5px 20px #0002}.mobile-tryouts-bar>span{font-size:8px;font-weight:650;letter-spacing:.06em}.mobile-tryouts-bar strong{font-size:11px;margin-inline:7px;color:#ffd16a}.mobile-tryouts-bar a{background:var(--gold);color:var(--dark);text-decoration:none;font-size:10px;font-weight:750;display:flex;gap:20px;padding:9px 13px;min-height:35px;align-items:center}.bio-dialog-header{padding:26px;gap:22px}.bio-dialog-photo{flex-basis:100px;width:100px;height:123px}.bio-dialog-header h2{font-size:35px}.bio-dialog-body{padding:26px 26px 5px;font-size:15px;line-height:1.9}.bio-dialog-footer{padding:7px 26px 28px}.interest-heading{padding:26px 24px 18px}.interest-heading h2{font-size:35px}.form-preview-notice{margin-inline:24px}.interest-heading>p:last-child{font-size:13px}#interest-form{padding-inline:24px}.dialog-toolbar{padding:9px 16px}.dialog-toolbar>span{font-size:9px}}
@media(max-width:540px){.date-strip-inner{column-gap:12px}.date-division{gap:9px}.date-division:nth-of-type(3){padding-left:13px}.date-division strong{font-size:10px}.date-division>div>span{font-size:6.5px}.date-division>.division-pill{min-width:31px;width:31px;height:31px;font-size:10px}.hero-copy>.eyebrow{font-size:8px;letter-spacing:.1em}.hero-actions{gap:17px}.hero-actions .button{font-size:10px;gap:18px;padding:13px 15px}.hero-actions .text-link{font-size:10px}.hero-bottom>span:first-child{max-width:240px;font-size:7px}.hero h1{font-size:clamp(36px,9.5vw,49px)}.season-label{font-size:8px;letter-spacing:.045em}.tryout-cards{grid-template-columns:1fr}.tryout-card{padding:26px 25px 16px}.tryout-card h3{font-size:35px}.tryout-card .team-label{font-size:9px}.tryout-card .division-pill{min-width:45px;width:45px;height:45px;font-size:15px}.tryout-time{font-size:20px}.eligibility{font-size:13px;max-width:270px}.tryout-card .button{font-size:12px;padding:14px 17px}.calendar-link{font-size:10px;margin-top:8px}.coach-grid{gap:13px}.coach-content{padding:16px 12px 12px}.coach-name{font-size:21px;margin-bottom:13px}.coach-role{font-size:7px;letter-spacing:.08em}.coach-excerpt,.coach-pending{font-size:10px;line-height:1.85;margin-bottom:18px}.bio-details>summary{font-size:9px}.portrait-placeholder>img{width:76px;height:81px}.portrait-placeholder>span{font-size:6px;letter-spacing:.12em;max-width:95px}.portrait-placeholder::before{inset:10px}.portrait-placeholder{gap:15px}.pending-label{font-size:8px;gap:6px}.group-heading p{font-size:7px}.coach-filters{width:100%}.coach-filters button{flex:1;font-size:10px;padding:10px 8px}.form-grid{grid-template-columns:1fr;gap:17px}.bio-dialog-header{padding:24px;gap:18px}.bio-dialog-photo{flex-basis:82px;width:82px;height:103px}.bio-dialog-header h2{font-size:30px}.bio-dialog-header .eyebrow{font-size:8px}.bio-subtitle{font-size:10px}.age-groups{padding:13px}.age-option small{font-size:10px}.form-preview-notice{font-size:10px}.interest-heading h2{font-size:33px}.form-result p{font-size:14px}.dialog-toolbar .dialog-close{width:36px;height:36px}}
@media(max-width:360px){:root{--gutter:19px}.preview-bar{font-size:7px}.brand strong{font-size:19px}.brand small{font-size:6px}.brand{gap:9px}.hero{padding-top:245px}.hero-image{height:382px}.hero h1{font-size:36px}.hero-intro{font-size:13px}.hero-actions{gap:14px}.hero-actions .text-link{font-size:9px}.hero-actions .button{font-size:10px;gap:12px;padding-inline:11px}.date-title>strong{font-size:22px}.date-division strong{font-size:9px}.date-division{gap:7px}.date-division:nth-of-type(3){padding-left:10px}.date-division>.division-pill{width:27px;min-width:27px;height:27px;font-size:9px}.split-heading h2,.tryout-intro h2{font-size:36px}.coach-grid{gap:10px}.coach-content{padding:15px 11px 10px}.coach-name{font-size:20px}.coach-excerpt,.coach-pending{font-size:10px}.group-heading p{display:none}.connect-inner{gap:17px}.connect-inner>img{width:51px;height:56px}.connect-inner h2{font-size:28px}.connect-inner .button{margin-left:68px;width:calc(100% - 68px);justify-content:space-between;gap:10px;padding-inline:12px}.bio-dialog-header{gap:14px;padding-inline:20px}.bio-dialog-header h2{font-size:27px}.bio-dialog-photo{flex-basis:69px;width:69px;height:91px}.bio-dialog-body{padding-inline:21px}.preview-footer-note{font-size:9px}.mobile-tryouts-bar{padding-inline:19px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.coach-card:hover .coach-portrait>img,.button:hover{transform:none}}
@media print{.preview-bar,.site-header,.hero,.date-strip,.program-section,.coach-filters,.connect-section,.site-footer,.mobile-tryouts-bar,.preview-footer-note,.button,.calendar-link,dialog{display:none!important}.section{padding-block:20px}.container{width:100%}.tryout-section{background:#fff;color:#000}.tryout-layout{display:block}.tryout-cards{display:flex}.tryout-card{border:1px solid #888;flex:1}.coach-grid{grid-template-columns:repeat(3,1fr)}.coach-card{break-inside:avoid}.coach-group[hidden]{display:block!important}.tryout-intro>.eyebrow,.tryout-intro h2,.section-lead,.location-note p,.location-note strong,.tryout-note,.event-date strong,.event-date small,.event-date>div>span{color:#000}.bio-details[open] .coach-bio{display:block}.faq-layout{display:block}.faq-layout h2 br{display:none}}

/* Compact mobile cards keep full biographies one tap away, without tiny body text. */
@media(max-width:540px){
 .coach-excerpt,.coach-pending{display:none}
 .coach-name{font-size:23px;margin-bottom:17px}
 .coach-role{font-size:9px;letter-spacing:.065em}
 .bio-details>summary{font-size:12px;min-height:46px}
 .pending-label{font-size:10px;line-height:1.6;min-height:46px}
 .portrait-placeholder>span{font-size:8px;max-width:125px;letter-spacing:.07em}
 .date-division strong{font-size:13px;white-space:normal;line-height:1.4}
 .date-division>div>span{font-size:9px;line-height:1.4;letter-spacing:.02em}
 .date-division{align-items:flex-start}
 .date-division>.division-pill{margin-top:4px}
}
@media(max-width:360px){
 .coach-name{font-size:21px}
 .coach-role{font-size:8px}
 .pending-label{font-size:9px}
 .date-division strong{font-size:12px}
 .date-division>div>span{font-size:8px}
 .portrait-placeholder>span{font-size:7px}
}

/* Long surnames stay intact in the two-column mobile coach grid. */
@media(max-width:540px){
 .coach-name.coach-name-long{font-size:clamp(15px,4.5vw,18px);letter-spacing:-.05em;overflow-wrap:normal;word-break:normal;hyphens:none}
}

/* Readability refinement: preserve the editorial hierarchy while lifting small text. */
body{font-size:17px;line-height:1.7}
.eyebrow{font-size:12px;letter-spacing:.15em}
.preview-bar{font-size:11px}
.brand small{font-size:10px;letter-spacing:.13em}
.site-navigation>a{font-size:14px}
.hero-copy>.eyebrow{font-size:12px}
.hero-intro{font-size:17px;line-height:1.75}
.season-label{font-size:12px;line-height:1.6}
.button,.text-link{font-size:14px}
.hero-bottom{font-size:11px}
.hero-divisions>span{font-size:11px}
.date-title .eyebrow,.date-venue{font-size:11px}
.date-division>div>span{font-size:11px;line-height:1.45}
.date-division strong{font-size:16px}
.split-heading>p,.section-lead{font-size:17px}
.pillar-number{font-size:12px}
.pillars p{font-size:16px;line-height:1.75}
.development-note p{font-size:15px}
.small-tag{font-size:10px}
.calendar-icon small{font-size:11px}
.event-date>div>span{font-size:13px}
.event-date>div>small{font-size:12px}
.location-note strong{font-size:15px}
.location-note p{font-size:14px}
.tryout-note{font-size:13px}
.tryout-card .team-label{font-size:13px}
.tryout-time{font-size:17px}
.eligibility{font-size:14px}
.tryout-card .button{font-size:13px}
.calendar-link{font-size:12px}
.coach-filters button{font-size:13px}
.group-heading p{font-size:11px}
.portrait-placeholder>span{font-size:10px;letter-spacing:.11em}
.coach-role{font-size:10px;letter-spacing:.12em}
.coach-excerpt,.coach-pending{font-size:14px;line-height:1.72}
.bio-details>summary{font-size:13px}
.pending-label{font-size:12px}
.faq-intro{font-size:15px;line-height:1.75}
.faq-items>details>summary{font-size:16px}
.faq-items>details>div{font-size:15px;line-height:1.8}
.preview-inline-note{font-size:13px}
.connect-inner .eyebrow{font-size:11px}
.connect-inner p:not(.eyebrow){font-size:15px;line-height:1.7}
.preview-footer-note{font-size:12px;line-height:1.7}
.footer-brand small{font-size:10px}
.footer-inner p{font-size:12px;line-height:1.7}
.footer-right nav a{font-size:12px}
.dialog-toolbar>span{font-size:12px}
.bio-dialog-header .eyebrow{font-size:11px}
.bio-subtitle{font-size:13px}
.bio-dialog-body{font-size:17px;line-height:1.85}
.bio-dialog-footer>.button{font-size:13px}
.interest-heading .eyebrow{font-size:11px}
.interest-heading>p:last-child{font-size:15px;line-height:1.7}
.form-preview-notice{font-size:13px;line-height:1.65}
.required-note{font-size:12px}
.form-grid>label,.age-groups legend{font-size:12px}
.age-option strong{font-size:15px}
.age-option small{font-size:13px}
.age-option em{font-size:10px}
.privacy-note{font-size:12px;line-height:1.7}
.form-message{font-size:13px}
.form-result p{font-size:16px}
.form-result{padding-top:32px}
.noscript-note{font-size:15px}
.age-option-future{border-left:3px solid var(--gold);background:#fff8e8}
.age-option-future em{background:#f1e1bd;color:#603b16}

@media(max-width:1170px){
 .site-navigation>a{font-size:12px}
 .hero-actions .button{font-size:13px}
 .hero-intro{font-size:16px}
}
@media(max-width:960px){
 .site-navigation>a{font-size:11px}
 .hero-actions .button,.hero-actions .text-link{font-size:12px}
 .hero-copy>.eyebrow{font-size:11px}
 .date-division strong{font-size:14px}
 .split-heading>p{font-size:16px}
 .pillars p{font-size:15px}
}
@media(max-width:820px){
 .header-inner{position:relative}
 .js .site-navigation{display:none;position:absolute;top:var(--header);left:calc(var(--gutter)*-1);right:calc(var(--gutter)*-1);background:var(--black);padding:16px var(--gutter) 23px;border-bottom:1px solid #efb52e55;box-shadow:0 16px 22px #0005}
 .js .site-navigation.is-open{display:flex;flex-direction:column;align-items:stretch;gap:2px}
 .js .site-navigation>a{padding:12px 3px;min-height:45px;font-size:14px}
 .js .site-navigation>.nav-cta{margin-top:10px;padding-inline:15px;justify-content:space-between}
 .js .menu-toggle{display:inline-flex;align-items:center;gap:10px;border:1px solid #ffffff35;background:none;color:var(--cream);padding:9px 11px;min-height:41px;font-size:12px;font-weight:650}
 body:not(.js) .header-inner{flex-direction:column;align-items:flex-start;padding-top:14px;gap:0}
}
@media(max-width:760px){
 body{font-size:16px}
 .preview-bar{font-size:10px}
 .brand small{font-size:9px}
 .js .site-navigation>a{font-size:14px}
 .js .menu-toggle{font-size:12px}
 .hero-copy>.eyebrow{font-size:11px}
 .hero-intro{font-size:16px}
 .season-label{font-size:11px}
 .hero-actions .button,.hero-actions .text-link{font-size:13px}
 .hero-bottom{font-size:10px}
 .date-title .eyebrow,.date-venue{font-size:11px}
 .date-division>div>span{font-size:10px}
 .date-division strong{font-size:14px}
 .split-heading>p,.tryout-intro>.section-lead{font-size:16px}
 .pillars p{font-size:16px}
 .development-note p{font-size:14px}
 .tryout-intro>.tryout-note{font-size:13px}
 .tryout-card .button{font-size:13px}
 .calendar-link{font-size:12px}
 .coach-filters button{font-size:12px}
 .group-heading p{font-size:10px}
 .coach-role{font-size:10px}
 .bio-details>summary{font-size:13px}
 .portrait-placeholder>span{font-size:9px}
 .faq-intro,.faq-items>details>div{font-size:15px}
 .faq-items>details>summary{font-size:15px}
 .connect-inner p:not(.eyebrow){font-size:14px}
 .preview-footer-note{font-size:11px}
 .footer-inner p{font-size:11px}
 .footer-right nav a{font-size:12px}
 .mobile-tryouts-bar>span{font-size:10px}
 .mobile-tryouts-bar strong{font-size:12px}
 .mobile-tryouts-bar a{font-size:12px}
 .dialog-toolbar>span{font-size:11px}
 .bio-dialog-body{font-size:16px}
}
@media(max-width:540px){
 .date-division strong{font-size:14px}
 .date-division>div>span{font-size:10px}
 .coach-role{font-size:10px}
 .bio-details>summary{font-size:13px}
 .pending-label{font-size:12px}
 .portrait-placeholder>span{font-size:9px}
 .group-heading p{font-size:9px}
 .form-result{padding-top:28px}
}
@media(max-width:360px){
 .preview-bar{font-size:9px}
 .header-inner{gap:8px}
 .brand{gap:7px}
 .brand>img{width:34px;height:40px}
 .brand strong{font-size:18px}
 .brand small{font-size:8px;letter-spacing:.07em}
 .js .menu-toggle{flex:none;font-size:11px;gap:7px;padding-inline:8px}
 .hero-intro{font-size:15px}
 .hero-actions .text-link{font-size:12px}
 .date-division strong{font-size:13px}
 .date-division>div>span{font-size:9px}
 .coach-role{font-size:9px}
 .pending-label{font-size:11px}
 .portrait-placeholder>span{font-size:8px}
 .mobile-tryouts-bar a{font-size:11px}
}

/* Keep the three-player hero group naturally proportioned and anchored in frame. */
.hero-image>img{object-position:left 30%}
@media(max-width:1170px){.hero-image>img{object-position:left center}}
@media(min-width:1500px){.hero-image>img{object-position:left 18%}}
