:root{--ink:#101827;--night:#0c1830;--blue:#155bad;--yellow:#ffdf35;--pink:#f5559a;--paper:#f6f7fa;--muted:#596273;--line:#dbe0e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:17px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-underline-offset:5px}button,input,textarea{font:inherit}button,a{touch-action:manipulation}button,.button{cursor:pointer}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}.skip{position:absolute;top:-100px;background:white;padding:12px;z-index:9}.skip:focus{top:0}header{background:var(--night);color:white;border-bottom:1px solid #ffffff26}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:100px}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;font-size:18px;line-height:1.25;font-weight:850}.brand img{width:42px;height:57px;object-fit:contain}.brand small{display:block;font-size:12px;letter-spacing:.22em;margin-top:5px;font-weight:500}.nav{display:flex;align-items:center;gap:25px}.nav a{text-decoration:none;font-size:14px;font-weight:700;padding:10px 0}.nav a:hover,.nav a[aria-current]{color:var(--yellow)}.nav .contact{border:1px solid #ffffff60;padding:9px 17px;border-radius:5px}.menu{display:none;background:none;color:white;border:1px solid #ffffff60;padding:8px 13px;border-radius:5px}.hero{background:var(--night);color:white;padding:65px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.8fr 1.3fr;align-items:center;gap:45px}.eyebrow{font-size:13px;letter-spacing:.17em;text-transform:uppercase;font-weight:800;margin:0 0 20px}.hero .eyebrow{color:var(--yellow)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,6.5vw,88px);line-height:1.01;letter-spacing:-.055em;font-weight:900;margin-bottom:26px}h1 em{font-style:normal;color:var(--yellow)}h2{font-size:clamp(32px,4vw,53px);letter-spacing:-.04em;line-height:1.12;margin-bottom:22px}h3{font-size:24px;line-height:1.25;letter-spacing:-.025em}.hero p:not(.eyebrow){color:#d7deeb;max-width:470px}.hero-photo{position:relative;margin:0}.hero-photo img{display:block;width:100%;height:auto;border-radius:10px}.hero-photo figcaption{position:absolute;bottom:18px;left:18px;max-width:calc(100% - 36px);background:var(--yellow);color:var(--ink);padding:7px 13px;font-weight:750;font-size:13px;transform:rotate(-3deg)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;justify-content:center;align-items:center;padding:13px 22px;background:var(--yellow);color:var(--ink);border:0;border-radius:5px;font-size:15px;font-weight:800;text-decoration:none}.button.secondary{background:transparent;border:1px solid #718097;color:white}.button.blue{background:var(--blue);color:white}.ribbon{background:var(--yellow);padding:15px 0;font-size:14px;font-weight:850}.ribbon .wrap{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.section{padding:85px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:35px}.section-head h2{margin-bottom:0}.section-head p{margin-bottom:0;color:var(--muted);max-width:390px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden}.card .body{padding:28px}.card p{color:var(--muted)}.card img{display:block;width:100%;height:250px;object-fit:cover}.number{color:var(--blue);font-size:14px;font-weight:850;display:block;margin-bottom:22px}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split img{width:100%;display:block;border-radius:8px}.dark{background:var(--night);color:white}.dark p{color:#d7deeb}.dark .eyebrow{color:var(--pink)}.social-box{background:#152641;border:1px solid #3a4961;border-radius:8px;padding:32px}.social-box p{font-size:15px}.social-actions{display:flex;flex-wrap:wrap;gap:12px}.social-box blockquote{margin:0!important}.page-top{padding:65px 0 50px;background:var(--night);color:white}.page-top h1{font-size:clamp(44px,6vw,72px)}.page-top p{max-width:680px;color:#d7deeb}.motto-banner{background:var(--yellow);padding:35px;border-radius:8px;margin-bottom:40px}.motto-banner h2{margin:0}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery a{display:block}.gallery img{width:100%;height:270px;object-fit:cover;border-radius:7px;display:block}.caption{color:var(--muted);font-size:14px;margin-top:12px}.poster{max-height:680px;object-fit:contain}.archive{display:grid;grid-template-columns:repeat(2,1fr);gap:0 45px}.motto{display:flex;gap:24px;padding:19px 0;border-bottom:1px solid var(--line)}.motto strong{font-size:23px;color:var(--blue);min-width:65px}.timeline{max-width:850px}.timeline article{border-left:3px solid var(--blue);padding:0 0 35px 32px;margin-bottom:15px}.timeline .year{color:var(--blue);font-weight:850;font-size:18px}.people{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.people img{height:330px;object-fit:cover;object-position:top}.people .body{padding:22px}.people h3{margin-bottom:6px}.people p{margin:0}.prose{max-width:820px}.prose h2{font-size:29px;margin-top:38px}.form{background:white;border:1px solid var(--line);padding:30px;border-radius:8px}label{display:block;font-size:14px;font-weight:750;margin-bottom:15px}input,textarea{display:block;width:100%;border:1px solid #aeb8c6;border-radius:4px;padding:12px;margin-top:6px;color:var(--ink);background:white}textarea{min-height:150px;resize:vertical}.note{font-size:14px;color:var(--muted)}footer{padding:45px 0;background:#071121;color:#c2ccdc}footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}footer p{margin:0;font-size:14px}footer a{font-size:14px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--pink);outline-offset:5px}[hidden]{display:none!important}.feed{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.feed img,.feed video{width:100%;aspect-ratio:1;object-fit:cover}.feed article{background:#152641;padding:16px;border-radius:8px}.feed p{white-space:pre-line;font-size:15px}.status{font-size:14px;margin-top:18px}.intro{font-size:20px}.pink{color:var(--pink)}@media(max-width:950px){.nav{gap:15px}.hero-grid{gap:25px}.split{gap:35px}.people img{height:260px}}@media(max-width:760px){.wrap{width:calc(100% - 36px)}.header-inner{min-height:83px;flex-wrap:wrap;padding:15px 0}.menu{display:block}.nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;padding-bottom:10px}.nav.open{display:flex}.nav a{padding:12px}.brand{font-size:16px}.hero{padding:42px 0}.hero-grid,.split{grid-template-columns:1fr;gap:35px}.hero h1{font-size:clamp(49px,12vw,77px)}.section{padding:55px 0}.section-head{display:block}.section-head p{margin-top:18px}.cards,.feed{grid-template-columns:1fr}.people,.gallery{grid-template-columns:repeat(2,1fr);gap:14px}.people img{height:220px}.people .body{padding:16px}.people h3{font-size:21px}.gallery img{height:190px}.archive{grid-template-columns:1fr}.social-box,.form{padding:23px}.page-top{padding:42px 0 30px}.ribbon .wrap{font-size:12px}.card img{height:260px}.section-head .button{margin-top:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(min-width:761px) and (max-width:1000px){.header-inner{flex-wrap:wrap;padding:15px 0}.menu{display:block}.nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:12px}}

.hero-grid{grid-template-areas:"copy photo" "actions actions";row-gap:28px}.hero-grid>div:first-child{grid-area:copy;min-width:0}.hero-photo{grid-area:photo}.hero-grid>.actions{grid-area:actions;margin-top:0}.hero h1{font-size:clamp(44px,6.2vw,84px)}.hero h1 span{white-space:nowrap}@media(max-width:760px){.hero-grid{grid-template-areas:"copy" "photo" "actions"}.hero h1{font-size:clamp(38px,11vw,76px)}}

.slide-stage{position:relative;aspect-ratio:16/10;background:#071121;border-radius:18px;overflow:hidden}.hero-photo .slide-stage img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit}.slide-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:12px}.slide-controls button{min-width:44px;min-height:44px;border:1px solid #718097;background:transparent;color:white;border-radius:5px;font-size:20px}.slide-controls [data-slide="pause"]{font-size:14px;padding:0 14px}.slide-count{font-size:14px;min-width:50px;text-align:center}

.overview-cards{row-gap:24px}.overview-cards>.card{display:flex}.overview-cards>.card>.body{display:flex;flex-direction:column;width:100%}.overview-cards .body>h3{min-height:2.5em}.overview-cards .body>a:last-child{margin-top:auto;align-self:start}.overview-cards .body>p{margin-bottom:24px}@supports(grid-template-rows:subgrid){.overview-cards{grid-template-rows:auto auto 1fr auto}.overview-cards>.card{display:grid;grid-row:span 4;grid-template-rows:subgrid;row-gap:24px;padding:28px}.overview-cards>.card>.body{display:grid;grid-row:span 4;grid-template-rows:subgrid;padding:0;row-gap:24px}.overview-cards .body>.number,.overview-cards .body>h3,.overview-cards .body>p{margin:0;min-height:0}.overview-cards .body>a:last-child{margin:0;align-self:end;justify-self:start}}@media(max-width:760px){.overview-cards{grid-template-rows:none}.overview-cards>.card{display:block;grid-row:auto;padding:0}.overview-cards>.card>.body{display:flex;padding:28px;gap:0}.overview-cards .body>.number{margin-bottom:22px}.overview-cards .body>h3{min-height:0;margin-bottom:22px}.overview-cards .body>p{margin-bottom:24px}.overview-cards .body>a:last-child{align-self:start}}

.overview-cards>a.card{text-decoration:none;color:var(--ink);cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.overview-cards>a.card:hover,.overview-cards>a.card:focus-visible{background:var(--yellow);border-color:var(--yellow)}.overview-cards>a.card:hover p,.overview-cards>a.card:focus-visible p,.overview-cards>a.card:hover .number,.overview-cards>a.card:focus-visible .number{color:var(--ink)}@supports(grid-template-rows:subgrid){.overview-cards{grid-template-rows:auto auto 1fr}.overview-cards>.card,.overview-cards>.card>.body{grid-row:span 3}}@media(max-width:760px){.overview-cards{grid-template-rows:none}.overview-cards>.card,.overview-cards>.card>.body{grid-row:auto}}@media(prefers-reduced-motion:reduce){.overview-cards>a.card{transition:none}}
