@font-face{font-family:Montserrat;src:url('fonts/Montserrat-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('fonts/Montserrat-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('fonts/Montserrat-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('fonts/Montserrat-ExtraBold.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'Open Sans';src:url('fonts/OpenSans-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Open Sans';src:url('fonts/OpenSans-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
:root{
  --navy:#2A3451;
  --navy-deep:#1f2740;
  --yellow:#ffcb37;
  --ink:#161a24;
  --body:#3a3f4c;
  --line:#d8d5cd;
  --paper:#ffffff;
  --max:1180px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--paper);
  color:var(--body);
  font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:17px;
  line-height:1.65;
  text-wrap:pretty;
}
h1,h2,h3{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;color:var(--ink);line-height:1.15;margin:0}
h1{font-size:clamp(28px,5vw,44px);font-weight:800;letter-spacing:-.01em}
h2{font-size:clamp(23px,3.2vw,31px);font-weight:700}
h3{font-size:clamp(18px,2.2vw,21px);font-weight:700}
p{margin:0 0 1.1em}
a{color:#20406e}
a:hover,a:focus{color:#0d2445}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #0d2445;outline-offset:2px}
img{max-width:100%;height:auto}
.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}
.skip{position:absolute;left:-9999px;top:0;background:#fff;color:#0d2445;padding:10px 16px;z-index:100;font-weight:700}
.skip:focus{left:12px;top:12px}
.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}

.site-head{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid #2c2c2c}
.site-head:has(+ .page-hero) .head-logo,
.site-head:has(+ .home-hero) .head-logo{margin-bottom:-44px}
.site-head.is-stuck .head-logo{width:104px;height:104px;margin-bottom:0 !important;background:transparent}
.head-logo{position:relative;z-index:70;flex:0 0 auto;width:158px;height:158px;margin-bottom:0;transition:width .2s ease,height .2s ease,margin-bottom .2s ease;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px}
.head-row{display:flex;align-items:center;flex-wrap:wrap;gap:20px;max-width:1500px;margin:0 auto;padding:8px 22px}
.head-mid{flex:1 1 340px;min-width:0;display:flex;flex-direction:column;gap:12px}
.head-logo img{width:100%;height:auto;display:block}
.head-title{margin:0;font-family:"Open Sans",Montserrat,Arial,sans-serif;font-weight:700;font-size:clamp(18px,2.4vw,26px);color:var(--navy);line-height:1.15}
.nav-toggle{display:none}
.site-nav{display:flex;flex-wrap:wrap;align-items:center;gap:18px;font-size:12.5px;font-weight:600;letter-spacing:.06em}
.site-nav a{color:var(--navy);text-decoration:none}
.site-nav a:hover,.site-nav a:focus{color:#000;text-decoration:underline}
.site-nav a[aria-current="page"]{border-bottom:3px solid var(--yellow);padding-bottom:2px}
.head-social{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.head-social a{color:var(--navy);line-height:0}
.head-social a:hover,.head-social a:focus{color:#8a5a00}
.head-social svg{width:24px;height:24px;fill:currentColor}
.nav-social{display:none}

.page-hero{position:relative;background:var(--navy);overflow:hidden;min-height:440px;display:flex;align-items:flex-end}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.page-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:62%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.36) 12%,rgba(0,0,0,.64) 26%,rgba(0,0,0,.80) 60%,rgba(0,0,0,.90) 100%)}
.hero-copy{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:110px 22px 42px;width:100%}
.hero-copy h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.45)}
.hero-copy p{color:#fff;font-size:clamp(16px,2vw,19px);margin:14px 0 0;max-width:none;text-shadow:0 2px 14px rgba(0,0,0,.5)}
.hero-action{margin-top:20px}
.hero-action a{display:inline-block;background:var(--yellow);color:#1b2338;font-weight:700;font-size:15px;letter-spacing:.04em;text-decoration:none;padding:12px 26px;border-radius:3px}
.hero-action a:hover,.hero-action a:focus{background:#fff;color:#1b2338}

.breadcrumb{background:#fff;border-bottom:1px solid var(--line);font-size:14px}
.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:12px 22px;max-width:var(--max);margin-inline:auto}
.breadcrumb li::after{content:"›";margin-left:8px;color:#8b8b8b}
.breadcrumb li:last-child::after{content:""}
.breadcrumb a{color:#20406e}

main{display:block;padding:52px 0 64px}
.page-title{margin-bottom:26px}
.doc{max-width:74ch}
.video{margin:30px 0 34px;max-width:900px}
.video video{width:100%;height:auto;display:block;border-radius:5px;background:#000}
.video figcaption{margin-top:10px;font-size:15px;color:#5b6070}
.dv{position:fixed;inset:0;z-index:200;background:rgba(12,15,22,.6);display:flex;align-items:center;justify-content:center;padding:22px}
.dv[hidden]{display:none}
.dv-panel{background:#fff;border-radius:10px;width:min(1100px,100%);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.4)}
.dv-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line)}
.dv-head h2{font-size:23px;color:var(--navy);margin:0}
.dv-close{background:#fff;border:1px solid var(--line);border-radius:6px;padding:11px 22px;font:inherit;font-weight:700;color:var(--ink);cursor:pointer}
.dv-close:hover,.dv-close:focus-visible{background:var(--yellow);border-color:var(--yellow)}
.dv-tabs{display:flex;gap:26px;padding:8px 24px 0;border-bottom:1px solid var(--line)}
.dv-tab{background:none;border:none;border-bottom:3px solid transparent;padding:12px 2px;font:inherit;font-weight:700;font-size:16px;color:#5b6070;cursor:pointer}
.dv-tab.is-current{color:var(--navy);border-bottom-color:var(--yellow)}
.dv-tab:hover{color:var(--navy)}
.dv-body{flex:1 1 auto;overflow:auto}
.dv-pane{padding:24px}
.dv-pane:focus-visible{outline:3px solid var(--navy);outline-offset:-3px}
.dv-doc-title{font-size:25px;color:var(--navy);margin-bottom:16px}
.dv-text{font-size:16px;line-height:1.65;color:var(--ink);max-width:74ch}
.dv-text h1,.dv-text h2,.dv-text h3{margin:22px 0 10px}
.dv-text p{margin:0 0 1em}
.dv-text ul,.dv-text ol{margin:0 0 1em;padding-left:22px}
.dv-text pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14.5px;line-height:1.7;white-space:pre-wrap;margin:0}
#dv-pane-pdf{padding:0}
.dv-pdf-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding:18px 24px}
.dv-pdf-bar p{margin:0;max-width:46ch;color:#5b6070;font-size:15px}
.dv-pdf-actions{display:flex;gap:12px}
.dv-btn{display:inline-block;background:#fff;border:1px solid var(--line);border-radius:6px;padding:11px 22px;font:inherit;font-weight:700;color:var(--navy);text-decoration:none;cursor:pointer}
.dv-btn:hover,.dv-btn:focus-visible{background:var(--yellow);border-color:var(--yellow);color:var(--navy)}
.dv-frame{width:100%;height:64vh;border:0;border-top:1px solid var(--line);display:block}
.dv-foot{margin:0;padding:16px 24px;border-top:1px solid var(--line);color:#5b6070;font-size:14px}
@media (max-width:700px){
  .dv{padding:0}
  .dv-panel{border-radius:0;max-height:100vh;height:100vh}
  .dv-tabs{gap:16px;padding:6px 16px 0}
  .dv-tab{font-size:14px}
  .dv-pane{padding:18px 16px}
  .dv-frame{height:56vh}
}
.doc-meta{font-size:14px;letter-spacing:.02em;color:#5b6070;border-left:5px solid var(--yellow);padding:2px 0 2px 16px;margin:-10px 0 26px}
.doc-actions{margin:30px 0 18px}
.doc-help{font-size:15px;color:#5b6070}
.home-main{padding:0}
.lede{font-size:17px;color:var(--body);max-width:none}
.section{margin-top:46px}
.section>h2{margin-bottom:14px}
.prose{max-width:72ch}

.callout{border-left:5px solid var(--yellow);padding:4px 0 4px 20px;margin:26px 0;max-width:72ch}
.callout h2,.callout h3{margin-bottom:6px}
.callout p:last-child{margin-bottom:0}
@media (min-width:980px){.nowrap-lg{white-space:nowrap}}
.callout--navy{border-left-color:var(--navy)}
.btn{display:inline-block;background:var(--navy);color:#fff;font-weight:700;font-size:15px;letter-spacing:.03em;text-decoration:none;padding:13px 26px;border-radius:3px;border:2px solid var(--navy);transition:background .2s ease,color .2s ease,border-color .2s ease}
.btn:hover,.btn:focus-visible{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}
.quote{margin:22px 0;padding:4px 0 4px 20px;border-left:5px solid var(--line);max-width:72ch}
.quote p{margin:0;font-style:italic}
.stat-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.stat-list li{border-left:5px solid var(--yellow);padding:2px 0 2px 16px}
.stat-list strong{display:block;font-size:30px;color:var(--ink);line-height:1.1}
.leader{display:flex;flex-wrap:wrap;gap:34px;align-items:flex-start;margin:34px 0 42px}
.leader-card{flex:0 0 300px;border-radius:5px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.14);background:#fff}
.leader-logo{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:18px;background:#fff}
.leader-logo img{width:100%;height:auto;object-fit:contain}
.leader-name{margin:0;background:var(--navy);color:#fff;text-align:center;font-size:19px;padding:14px 10px}
.leader-body{flex:1 1 380px;min-width:290px}
.leader-body h3{margin-bottom:12px}
.leader-body p:last-child{margin-bottom:0}
@media (max-width:700px){.leader{gap:22px}.leader-card{flex:1 1 100%;max-width:340px}.leader-logo{padding:20px}.leader-name{font-size:20px}}
.bio{border-left:5px solid var(--yellow);padding:2px 0 2px 20px;margin:26px 0;max-width:76ch}
.bio h3{margin-bottom:8px}
.bio p:last-child{margin-bottom:0}
.feature{display:flex;flex-wrap:wrap;gap:26px;align-items:flex-start;margin:30px 0}
.feature img{flex:0 0 320px;width:320px;height:auto;border-radius:4px}
.feature>div{flex:1 1 300px;min-width:260px}
.feature h3{margin-bottom:8px}
.space-grid{list-style:none;margin:26px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.space{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-top:5px solid var(--yellow);border-radius:5px;overflow:hidden}
.space img{width:100%;height:190px;object-fit:cover;display:block}
.space-body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:6px}
.space-stat{margin:0;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a6a00}
.space-body h3{margin:0 0 4px;font-size:21px}
.space-body p:last-child{margin:0}
@media (max-width:900px){.space-grid{grid-template-columns:1fr;gap:20px}.space img{height:220px}}
.news-item{border-left:5px solid var(--yellow);padding:2px 0 2px 20px;margin:30px 0;max-width:76ch}
.news-item h3{margin-bottom:8px;font-size:20px}
.news-item p:last-child{margin-bottom:0}
.gallery{list-style:none;margin:14px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;max-width:76ch}
.gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;max-width:none;margin:22px 0 30px}
.prog-layout{display:flex;flex-wrap:wrap;gap:38px;align-items:flex-start;margin-top:34px}
.prog-flyer{flex:0 0 330px;margin:0}
.prog-flyer a{display:block;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff}
.prog-flyer a:hover,.prog-flyer a:focus-visible{border-color:var(--yellow);box-shadow:0 6px 18px rgba(0,0,0,.18)}
.prog-flyer img{width:100%;height:auto;display:block}
.prog-flyer figcaption{margin-top:10px;font-size:14px;color:#5b6070}
.prog-copy{flex:1 1 360px;min-width:290px}
.prog-layout--single .prog-copy{flex:1 1 100%}
.prog-copy img{max-width:140px;height:auto}
.prog-copy .prose{max-width:none}
@media (max-width:820px){.prog-layout{gap:26px}.prog-flyer{flex:1 1 100%;max-width:360px}}
.gallery--flyer{grid-template-columns:minmax(0,420px);margin-bottom:10px}
.gallery--flyer img{aspect-ratio:auto;height:auto}
.flyer-note{font-size:15px;color:#5b6070}
.gallery--row{grid-auto-flow:column;grid-auto-columns:1fr;grid-template-columns:none}
@media (max-width:900px){.gallery--row{grid-auto-flow:row;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
.gallery a{display:block;position:relative;border-radius:4px;overflow:hidden;background:#000;line-height:0}
.gallery a:hover img,.gallery a:focus-visible img{transform:scale(1.06);opacity:.9}
.gallery img{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;display:block;transition:transform .3s ease,opacity .3s ease}
.lightbox{position:fixed;inset:0;z-index:200;background:rgba(8,10,16,.94);display:flex;align-items:center;justify-content:center;gap:12px;padding:24px}
.lightbox[hidden]{display:none}
.lb-figure{margin:0;max-width:min(1100px,88vw);display:flex;flex-direction:column;align-items:center;gap:12px}
.lb-figure img{max-width:100%;max-height:78vh;width:auto;height:auto;display:block;border-radius:4px}
.lb-caption{color:#e9e9ec;font-size:14px}
.lightbox button{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:50%;width:52px;height:52px;font-size:24px;line-height:1;cursor:pointer;flex:0 0 auto}
.lightbox button:hover,.lightbox button:focus-visible{background:var(--yellow);color:#1b2338;border-color:var(--yellow)}
.lb-close{position:absolute;top:18px;right:18px;width:44px;height:44px;font-size:18px}
@media (max-width:700px){
  .lightbox{padding:16px;gap:6px}
  .lightbox button{width:44px;height:44px;font-size:20px}
  .lb-figure img{max-height:66vh}
}

.panels{display:flex;flex-direction:column;gap:14px;margin-top:36px}
.panel{border:1px solid var(--line);border-radius:4px;overflow:hidden}
.panel>summary{list-style:none;cursor:pointer;background:var(--navy);color:#fff;font-weight:600;font-size:17px;letter-spacing:.03em;padding:16px 46px 16px 20px;position:relative}
.panel>summary::-webkit-details-marker{display:none}
.panel>summary::after{content:"+";position:absolute;right:18px;top:12px;font-size:24px;font-weight:400}
.panel[open]>summary::after{content:"\2013"}
.panel>summary:hover{background:var(--navy-deep)}
.panel-body{padding:22px 20px 6px}
.panel-body>*:last-child{margin-bottom:16px}
.panel-body .faq{margin-top:0}
.faq{max-width:78ch;margin-top:10px;border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;list-style:none;padding:18px 40px 18px 0;position:relative;font-weight:600;color:var(--ink);font-size:17px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:6px;top:14px;font-size:24px;font-weight:400;color:var(--navy)}
.faq details[open] summary::after{content:"–"}
.faq .answer{padding:0 0 18px;border-left:5px solid var(--yellow);padding-left:20px;margin-bottom:18px}
.faq .answer p:last-child{margin-bottom:0}

.contact-list{list-style:none;margin:0;padding:0}
.events-list{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:16px}
.event{display:flex;align-items:stretch;background:#f6f6f7;border-radius:4px;overflow:hidden}
.event-when{flex:0 0 108px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;gap:2px;padding:18px 8px;text-align:center}
.event-when--range{gap:0}
.event-date-1,.event-date-2{display:flex;flex-direction:column;line-height:1}
.event-date-2{align-self:flex-start;padding-top:4px}
.event-when--range .event-day{font-size:26px}
.event-when--range .event-date-2 .event-day{font-size:19px}
.event-when--range .event-date-2 .event-mo{font-size:10px}
.event-mo{font-size:12px;letter-spacing:.1em;font-weight:600;margin-bottom:4px}
.event-day{font-size:34px;font-weight:800}
.event-dash{font-size:18px;padding:0 3px;align-self:center}
.event-body{flex:1 1 auto;padding:18px 22px;display:flex;flex-direction:column;justify-content:center;gap:10px}
.event-body h3{font-size:21px;margin:0}
.event-time{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin:0;background:#e7e7ea;color:#3a3f4c;border-radius:999px;padding:6px 14px;font-size:15px}
.event-clock{width:15px;height:15px;border-radius:50%;border:2px solid var(--navy);position:relative;flex:0 0 auto}
.event-clock::after{content:"";position:absolute;left:50%;top:2px;width:2px;height:5px;background:var(--navy)}
.events-empty{border-left:5px solid var(--yellow);padding:4px 0 4px 20px;max-width:72ch}
@media (max-width:600px){
  .event-when{flex-basis:88px;padding:14px 6px}
  .event-day{font-size:28px}
  .event-body{padding:14px 16px}
  .event-body h3{font-size:18px}
}
.link-list{margin:0 0 1.1em;padding-left:22px}
.link-list li{margin-bottom:7px}
.section img{display:block;margin:0}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:24px;margin-top:40px}
.prog-card{background:#fff;border:1px solid var(--line);border-top:5px solid var(--yellow);border-radius:6px;padding:24px 24px 20px}
.prog-card h2{font-size:22px;margin-bottom:14px}
.prog-card img{margin-bottom:14px}
.prog-card p:last-child{margin-bottom:0}
.prog-card .link-list{margin-bottom:14px}
.contact-list li{margin-bottom:8px}

.site-foot{background:#fff;border-top:1px solid var(--line);border-bottom:2px solid var(--navy);padding:34px 0 30px}
.home-hero{position:relative;width:100%;height:660px;overflow:hidden;background:var(--navy)}
.home-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.home-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:62%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.36) 12%,rgba(0,0,0,.64) 26%,rgba(0,0,0,.80) 60%,rgba(0,0,0,.90) 100%)}
.home-hero-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:0 22px 54px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}
.home-hero-copy h1{color:#fff;font-size:min(54px,4.1vw);white-space:nowrap;text-shadow:0 2px 20px rgba(0,0,0,.45)}
.home-hero-copy p{color:#fff;margin:0;font-size:min(26px,2.4vw);max-width:900px;text-shadow:0 2px 16px rgba(0,0,0,.5)}
.band-navy{background:var(--navy);padding:62px 0 74px}
.band-head{text-align:center;margin-bottom:44px}
.band-head h2{color:#fff}
.band-head p{color:#fff;font-size:19px;margin:12px 0 0}
.vision-row{display:flex;flex-wrap:wrap;gap:56px;align-items:center}
.vision-copy{flex:1 1 340px;min-width:290px}
.vision-copy h3{color:#fff;font-size:27px;margin-bottom:16px}
.vision-copy p{color:#fff}
.flyers{flex:1 1 500px;min-width:320px;display:flex;flex-direction:column;align-items:center;gap:20px}
.flyer-stage{position:relative;width:100%;height:520px}
.flyer{position:absolute;top:50%;left:50%;width:340px;height:440px;overflow:hidden;background:#fff;transition:transform .35s ease,opacity .35s ease,filter .35s ease;box-shadow:0 12px 34px rgba(0,0,0,.45)}
.flyer img{width:100%;height:100%;object-fit:cover;display:block}
.flyer-nav{display:flex;align-items:center;gap:16px}
.flyer-nav>button{width:48px;height:48px;border-radius:50%;border:none;background:#fff;color:var(--navy);font-size:22px;line-height:1;cursor:pointer}
.flyer-nav>button:hover,.flyer-nav>button:focus{background:var(--yellow)}
.flyer-dots{display:flex;gap:10px}
.flyer-dot{width:12px;height:12px;padding:0;border:none;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}
.flyer-dot.is-current{background:var(--yellow)}
.band-yellow{background:var(--yellow);padding:56px 0 62px}
.tile-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.tile{position:relative;display:block;aspect-ratio:4/3;border-radius:24px;overflow:hidden;background:#fff;border:8px solid #fff;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.18);transition:transform .3s ease,box-shadow .3s ease}
.tile:hover,.tile:focus-visible{transform:scale(1.04);box-shadow:0 16px 32px rgba(0,0,0,.34)}
.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:16px}
.tile::after{content:"";position:absolute;left:0;right:0;bottom:0;height:60%;border-radius:0 0 16px 16px;background:linear-gradient(to top,rgba(0,0,0,.80),rgba(0,0,0,.10) 70%,rgba(0,0,0,0))}
.tile span{position:absolute;left:0;right:0;bottom:18px;z-index:2;padding:0 16px;text-align:center;color:#fff;font-size:25px;font-weight:700;line-height:1.15;text-shadow:0 2px 10px rgba(0,0,0,.6)}.foot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:start;text-align:center;max-width:1400px;margin:0 auto;padding:0 22px}
.foot-grid h2{font-size:22px;margin-bottom:16px}
.foot-col p,.foot-col li{color:#000;font-size:15px}
.foot-col a{color:#000;text-decoration:none}
.foot-col a:hover,.foot-col a:focus{text-decoration:underline}
.foot-logos{display:flex;gap:22px;justify-content:center;align-items:center}
.foot-logos img{width:130px}
.foot-social{display:flex;gap:24px;justify-content:center;margin-bottom:16px}
.foot-social a{color:var(--navy);line-height:0}
.foot-social a:hover,.foot-social a:focus{color:#8a5a00}
.foot-social svg{width:34px;height:34px;fill:currentColor}
.foot-links{display:flex;flex-direction:column;gap:2px;font-size:15px;line-height:1.4;color:#000}
.foot-links p{margin:0}
.foot-inline{display:flex;gap:6px;justify-content:center}

@media (max-width:900px){
  .head-row{gap:12px;padding:10px 16px}
  .head-mid{display:contents}
  .head-title{flex:1 1 0;min-width:0}
  .head-logo{width:104px;height:104px;margin-bottom:0;padding:5px}
  .site-head.is-stuck .head-logo{width:78px;height:78px;margin-bottom:0}
  .head-social{display:none}
  .nav-toggle{display:flex;align-items:center;gap:10px;flex:0 0 100%;width:100%;padding:12px 14px;background:#fff;border:1px solid var(--navy);border-radius:4px;font:inherit;font-size:13px;font-weight:600;letter-spacing:.08em;color:var(--navy);cursor:pointer}
  .nav-toggle .bars{display:flex;flex-direction:column;gap:4px}
  .nav-toggle .bars span{display:block;width:22px;height:2px;background:var(--navy)}
  .site-nav{flex:0 0 100%;width:100%;flex-direction:column;gap:14px;padding:12px 0 6px;font-size:14px;display:none}
  .site-nav.open{display:flex}
  .nav-social{display:flex;gap:22px;padding-top:10px;border-top:1px solid var(--line)}
  .nav-social a{color:var(--navy);line-height:0}
  .nav-social svg{width:26px;height:26px;fill:currentColor}
  .foot-grid{grid-template-columns:1fr;gap:32px}
  .feature img{flex-basis:100%;width:100%}
  .hero-copy{padding:80px 22px 34px}
  .home-hero{height:auto;aspect-ratio:4/3}
  .home-hero-copy{padding:0 18px 30px;gap:10px}
  .home-hero-copy h1{white-space:normal;font-size:clamp(24px,7.2vw,32px);max-width:24ch}
  .home-hero-copy p{font-size:clamp(15px,4vw,18px)}
  .band-navy{padding:44px 0 52px}
  .vision-row{gap:36px}
  .flyer-stage{height:430px}
  .flyer{width:250px;height:330px}
  .tile-grid{grid-template-columns:1fr;gap:22px}
}
@media (min-width:701px) and (max-width:1000px){
  .tile-grid{grid-template-columns:repeat(2,1fr)}
}
