*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:#0b2340;background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 36px));margin:auto}
:root{--navy:#07264b;--navy2:#0b3768;--yellow:#ffc400;--yellow2:#ffb300;--text:#0c2847;--muted:#687b8d;--line:#dfe7ee;--soft:#f5f7fa;--white:#fff}
.topbar{background:#062347;color:#dce8f4;font-size:14px}.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between}.topbar a{margin-left:16px;color:#fff}.header{background:#fff;position:sticky;top:0;z-index:80;border-bottom:1px solid #e6ebef;box-shadow:0 4px 18px rgba(5,28,52,.08)}.nav-wrap{height:78px;display:flex;align-items:center;gap:18px}.logo{display:flex;align-items:center;gap:11px;margin-right:auto}.logo-mark{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,var(--yellow),#ff9d00);color:var(--navy);display:grid;place-items:center;font-weight:900;box-shadow:0 8px 20px rgba(255,196,0,.3)}.logo b,.logo small{display:block}.logo b{font-size:17px;line-height:1;color:var(--navy)}.logo small{font-size:9px;letter-spacing:.1em;color:#728496;text-transform:uppercase;margin-top:4px}.nav{display:flex;align-items:center}.nav a{padding:29px 9px 23px;font-size:12px;font-weight:700;color:#263f58;position:relative}.nav a:after{content:"";position:absolute;left:9px;right:9px;bottom:17px;height:3px;background:var(--yellow);transform:scaleX(0);transition:.2s}.nav a:hover{color:var(--navy)}.nav a:hover:after{transform:scaleX(1)}.nav-toggle{display:none;background:none;border:0;font-size:24px}.btn{min-height:42px;padding:0 18px;border-radius:4px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;cursor:pointer}.btn-yellow{background:var(--yellow);color:var(--navy);box-shadow:0 8px 20px rgba(255,196,0,.25)}.btn-yellow:hover{background:#ffd22c}.btn-navy{background:var(--navy);color:#fff}.btn-outline{background:#fff;border-color:#cad5df;color:var(--navy)}
.eyebrow{color:var(--yellow2);font-size:14px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.section{padding:68px 0}.section-soft{background:#f5f6f8}.section-title{margin-bottom:28px}.section-title.center{text-align:center}.section-title h2{margin:5px 0 7px;color:var(--navy);font-size:31px;letter-spacing:-.03em}.section-title h2 span{color:var(--yellow2)}.section-title p{margin:0;color:var(--muted);font-size:12px;max-width:700px}.section-title.center p{margin:auto}
.hero{min-height:525px;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(5,29,56,.92),rgba(5,29,56,.62) 52%,rgba(5,29,56,.18)),url('../img/campus.png') center/cover no-repeat;color:#fff}.hero:after{content:"";position:absolute;inset:auto 0 0;height:74px;background:rgba(4,31,61,.78)}.hero-grid{min-height:525px;display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center;position:relative;z-index:2}.hero-copy{padding:54px 0 100px}.hero h1{font-size:54px;line-height:1.02;letter-spacing:-.05em;margin:9px 0 18px;max-width:670px}.hero h1 span{color:var(--yellow)}.hero p{max-width:600px;color:#d7e3ed;font-size:13px}.hero-actions{display:flex;gap:10px;margin-top:23px}.hero-panel{justify-self:end;width:min(100%,320px);display:grid;gap:8px}.hero-panel .item{background:rgba(3,26,52,.73);backdrop-filter:blur(6px);border-left:4px solid var(--yellow);padding:15px 17px;display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:12px}.hero-panel small{display:block;color:#b8c9d9;font-size:9px;margin-top:3px}
.feature-band{position:relative;margin-top:-66px;z-index:4}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);background:var(--navy);color:#fff;box-shadow:0 15px 40px rgba(5,28,54,.2)}.feature{padding:22px 24px;display:grid;grid-template-columns:46px 1fr;gap:13px;align-items:center;border-right:1px solid rgba(255,255,255,.12)}.feature:last-child{border:0}.feature .ico{font-size:25px;color:var(--yellow)}.feature b{display:block;font-size:12px}.feature small{display:block;color:#bfcddb;font-size:9px;margin-top:3px}
.welcome{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:45px}.welcome h2{font-size:38px;letter-spacing:-.04em;line-height:1.12;margin:6px 0 14px;color:var(--navy)}.welcome p{font-size:14px;color:var(--muted)}.welcome-media{position:relative;min-height:360px}.welcome-media img{width:100%;height:360px;object-fit:cover}.welcome-media:before{content:"";position:absolute;left:-18px;top:18px;width:90px;height:90px;background:var(--yellow);z-index:-1}
.courses{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.course-card{background:#fff;border:1px solid #e1e7ed;box-shadow:0 8px 22px rgba(5,36,67,.06)}.course-thumb{height:150px;background:linear-gradient(135deg,var(--navy2),#1d6fa3);position:relative;display:flex;align-items:flex-end;padding:14px;color:#fff;font-weight:800}.course-thumb:after{content:"";position:absolute;top:0;right:0;border-top:46px solid var(--yellow);border-left:46px solid transparent}.course-card .pad{padding:14px}.course-card h3{font-size:13px;margin:0 0 5px;color:var(--navy)}.muted{color:#718395;font-size:10px}
.video-section{min-height:430px;background:linear-gradient(rgba(4,28,56,.83),rgba(4,28,56,.83)),url('../img/campus.png') center/cover fixed;color:#fff;display:grid;place-items:center;text-align:center}.video-section h2{font-size:31px;margin:0 0 5px}.video-section p{font-size:11px;color:#c8d6e2}.play{width:56px;height:56px;border:2px solid var(--yellow);border-radius:50%;display:grid;place-items:center;margin:20px auto 0;color:var(--yellow);font-size:18px}
.instructors{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.teacher{background:#fff}.teacher-photo{height:235px;background:linear-gradient(145deg,#dfe8ef,#bccbd7);display:grid;place-items:center;font-size:50px;color:#6f8293}.teacher h3{font-size:13px;margin:10px 0 0}.teacher small{font-size:9px;color:#768797}.yellow-line{width:36px;height:3px;background:var(--yellow);margin-top:9px}
.updates-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.updates-panel{background:#fff}.updates-list{display:grid;gap:10px}.update-row{display:grid;grid-template-columns:92px 1fr;gap:14px;padding-bottom:10px;border-bottom:1px solid #e5eaf0}.update-thumb{height:66px;background:linear-gradient(145deg,#c7d6e3,#7ba1bf)}.update-row h3{font-size:11px;margin:0 0 4px}.update-row p{font-size:13px;color:#758797;margin:0}.event-row{display:grid;grid-template-columns:64px 1fr;gap:14px;padding:11px 0;border-bottom:1px solid #e5eaf0}.event-date{background:var(--yellow);color:var(--navy);padding:8px;text-align:center}.event-date b{font-size:18px;display:block;line-height:1}.event-date small{font-size:13px}.event-row h3{margin:0;font-size:14px}.event-row p{margin:3px 0 0;color:#778898;font-size:9px}
.stats{background:linear-gradient(90deg,rgba(4,31,62,.94),rgba(6,50,91,.9)),url('../img/campus.png') center/cover;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:36px 20px;border-right:1px solid rgba(255,255,255,.16);display:flex;align-items:end;gap:10px}.stat:last-child{border:0}.stat b{font-size:40px;line-height:1}.stat small{font-size:13px;text-transform:uppercase;color:#c9d8e3;max-width:90px;line-height:1.3}.stat:after{content:"";width:28px;height:3px;background:var(--yellow);display:block;position:absolute}
.testimonials{display:grid;grid-template-columns:1fr 1fr;gap:18px}.testimonial{background:#f7f7f7;padding:22px;border-left:4px solid var(--yellow)}.testimonial p{font-size:14px;color:#5f7182}.testimonial b{font-size:14px}.join-band{background:var(--yellow);padding:55px 0}.join-box{display:grid;grid-template-columns:1.4fr .6fr;gap:20px;background:var(--navy);color:#fff;align-items:center;padding:22px}.join-box h2{font-size:27px;margin:0}.join-box p{font-size:10px;color:#c7d4df}.join-box .btn{justify-self:end}
.partners{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;align-items:center;text-align:center}.partner{height:70px;display:grid;place-items:center;color:#355b7d;font-weight:900;border:1px dashed #cbd5dd;background:#fff}
.page-hero{background:linear-gradient(100deg,rgba(4,30,58,.95),rgba(7,54,103,.9)),url('../img/campus.png') center/cover;color:#fff;padding:70px 0}.page-hero h1{font-size:44px;margin:5px 0 7px}.page-hero p{font-size:12px;color:#d7e3ec;max-width:650px}.breadcrumb{font-size:10px;color:#c7d6e1}.breadcrumb a{color:#fff}
.content-grid{display:grid;grid-template-columns:1fr 300px;gap:26px}.content-card,.side-card,.form-card,.table-card{background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(6,37,66,.05);padding:26px}.content-card h2{font-size:29px;color:var(--navy)}.content-card p,.content-card li{font-size:12px;color:#667a8b}.side-card h3{margin-top:0;color:var(--navy)}.side-links a{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #e5ebef;font-size:11px;font-weight:700}.contact-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.full{grid-column:1/-1}.field{display:grid;gap:5px}.field label{font-size:14px;font-weight:800;color:#3a5268}.input,select,textarea{width:100%;min-height:40px;border:1px solid #cbd5de;padding:9px 10px;font:inherit;font-size:14px;outline:none}.input:focus,select:focus,textarea:focus{border-color:var(--navy2);box-shadow:0 0 0 3px rgba(7,54,103,.08)}textarea{min-height:110px}.gallery-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-item{background:#fff;border:1px solid #e1e7ec;overflow:hidden}.gallery-item img{width:100%;height:230px;object-fit:cover}.gallery-item .pad{padding:12px 14px}.gallery-item b{font-size:14px}.list{display:grid;gap:10px}.list-item{background:#fff;border:1px solid #e1e7ec;padding:18px}.list-item h3{font-size:15px;margin:3px 0}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #e7edf1;text-align:left;font-size:14px}.table th{background:#f4f6f8;color:#3d566c}.alert{padding:11px 13px;background:#effaf3;border-left:4px solid #2c9664;margin-bottom:15px;font-size:14px}.alert.error{background:#fff2f1;border-left-color:#c95349}
.footer{background:#061f3d;color:#d7e3ec;padding-top:55px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:36px}.footer .logo b,.footer .logo small{color:#fff}.footer h4{color:#fff;font-size:14px;border-bottom:2px solid var(--yellow);padding-bottom:8px;width:max-content}.footer a{display:block;color:#cbd8e2;font-size:14px;margin:7px 0}.footer p{font-size:14px;color:#afc0ce}.footer-bottom{margin-top:34px;border-top:1px solid rgba(255,255,255,.1);padding:15px 0;font-size:14px;color:#91a8b9}
@media(max-width:1020px){.nav{position:absolute;left:0;right:0;top:78px;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:10px 18px;box-shadow:0 15px 30px rgba(5,30,55,.12)}.nav.open{display:flex}.nav a{padding:11px 5px}.nav a:after{display:none}.nav-toggle{display:block}.nav-cta{display:none}.hero-grid,.welcome,.content-grid,.contact-grid{grid-template-columns:1fr}.hero-panel{display:none}.courses,.instructors{grid-template-columns:repeat(2,1fr)}.updates-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.topbar-inner>div{display:none}.hero{min-height:500px}.hero-grid{min-height:500px}.hero h1{font-size:39px}.feature-grid{grid-template-columns:1fr}.courses,.instructors,.gallery-page-grid,.testimonials{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.section{padding:50px 0}.page-hero{padding:52px 0}.page-hero h1{font-size:35px}.form-grid{grid-template-columns:1fr}.join-box{grid-template-columns:1fr}.join-box .btn{justify-self:start}.partners{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}
/* V4 Arial-only corporate readability */
html,body,button,input,select,textarea,table{font-family:Arial,sans-serif!important}
body{font-size:15px;font-weight:400;line-height:1.65}
.topbar{font-size:14px;font-weight:700}.logo b{font-size:19px;font-weight:900}.logo small{font-size:13px;font-weight:700}
.nav a{font-size:13px;font-weight:800}.btn{font-size:12px;font-weight:900}.eyebrow{font-size:11px;font-weight:900}
.section-title h2{font-size:36px;font-weight:900}.section-title p{font-size:14px;font-weight:500;line-height:1.7}
.hero h1{font-size:60px;font-weight:900;line-height:1.02}.hero p{font-size:15px;font-weight:600;line-height:1.7}
.hero-panel .item{font-size:13px;font-weight:900}.hero-panel small{font-size:14px;font-weight:600}
.feature b{font-size:14px;font-weight:900}.feature small{font-size:14px;font-weight:600;line-height:1.45}
.welcome h2{font-size:42px;font-weight:900}.welcome p{font-size:14px;font-weight:500;line-height:1.8}
.course-card h3{font-size:15px;font-weight:900}.course-card .muted{font-size:12px;font-weight:600}
.video-section h2{font-size:36px;font-weight:900}.video-section p{font-size:13px;font-weight:600}
.teacher h3{font-size:14px;font-weight:900}.teacher small{font-size:11px;font-weight:600}
.update-row h3,.event-row h3{font-size:13px;font-weight:900}.update-row p,.event-row p{font-size:13px;font-weight:500;line-height:1.5}
.stat b{font-size:44px;font-weight:900}.stat small{font-size:10px;font-weight:800}
.testimonial p{font-size:13px;font-weight:500;line-height:1.65}.testimonial b{font-size:14px;font-weight:900}
.join-box h2{font-size:30px;font-weight:900}.join-box p{font-size:12px;font-weight:600}.partner{font-size:13px;font-weight:900}
.page-hero h1{font-size:48px;font-weight:900}.page-hero p{font-size:14px;font-weight:600}.breadcrumb{font-size:14px;font-weight:700}
.content-card h2{font-size:32px;font-weight:900}.content-card h3{font-size:22px;font-weight:900;color:var(--navy)}
.content-card p,.content-card li{font-size:14px;font-weight:500;line-height:1.8}.side-card h3{font-size:20px;font-weight:900}
.side-links a{font-size:12px;font-weight:800}.field label{font-size:14px;font-weight:900}.input,select,textarea{font-size:13px;font-weight:600}
.gallery-item b{font-size:13px;font-weight:900}.list-item h3{font-size:17px;font-weight:900}.table th{font-size:11px;font-weight:900}.table td{font-size:12px;font-weight:600}
.footer h4{font-size:13px;font-weight:900}.footer a{font-size:15px;font-weight:700}.footer p{font-size:13px;font-weight:600;line-height:1.65}.footer-bottom{font-size:13px;font-weight:700}
@media(max-width:700px){.hero h1{font-size:42px}.section-title h2{font-size:31px}.welcome h2{font-size:34px}.page-hero h1{font-size:38px}}
/* Responsive image / video homepage slideshow */
.hero-slider{position:relative;isolation:isolate;background:#061d38;color:#fff;overflow:hidden;touch-action:pan-y}
.hero-slides{display:grid}.hero-slide{grid-area:1/1;position:relative;min-width:0;opacity:0;visibility:hidden;transition:opacity .85s ease,visibility .85s;pointer-events:none}
.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.hero-slide-media{position:absolute;inset:0;overflow:hidden;z-index:-1;background:#123953}
.hero-slide-media img,.hero-slide-video{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-slide-media img{transform:scale(1.045);transition:transform 8s linear;object-position:65% center}.hero-slide.is-active .hero-slide-media img{transform:scale(1)}
.hero-slide:nth-child(2) img{object-position:35% center}.hero-slide:nth-child(3) img{object-position:80% center}
.hero-slide-video{opacity:0;transition:opacity .5s}.hero-slide-video.is-playing{opacity:1}
.hero-slide:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(3,20,40,.94) 0%,rgba(3,20,40,.75) 44%,rgba(3,20,40,.16) 100%),linear-gradient(0deg,rgba(3,20,40,.93),transparent 55%)}
.hero-slide-layout{min-height:690px;min-height:clamp(640px,83svh,870px);display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:65px;padding-bottom:195px}
.hero-slide-copy{max-width:770px;min-width:0;transform:translateY(18px);opacity:0;transition:transform .75s .12s ease,opacity .75s .12s ease}.is-active .hero-slide-copy{transform:none;opacity:1}
.hero-kicker{display:flex;align-items:center;gap:12px;color:#ffd34e;font-size:11px;letter-spacing:.2em;font-weight:800;line-height:1.6}.hero-kicker>span{width:32px;height:2px;background:currentColor;flex-shrink:0}
.hero-slide-copy h1,.hero-slide-copy h2{font-size:clamp(38px,5vw,70px);line-height:1.06;letter-spacing:-.045em;font-weight:900;color:#fff;margin:22px 0;overflow-wrap:break-word;text-wrap:balance}
.hero-slide-copy p{font-size:clamp(15px,1.3vw,18px);line-height:1.8;color:#d6e2ed;max-width:580px;margin:0}
.hero-slide-actions{display:flex;flex-wrap:wrap;align-items:center;gap:26px;margin-top:30px}.hero-slide-actions .btn{min-height:52px;padding:0 24px;gap:22px;border-radius:3px;font-size:12px}.hero-slide-actions .btn span{font-size:22px}
.hero-secondary{font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:20px;min-height:44px;border-bottom:1px solid #ffffff65}
.hero-location{align-self:flex-end;display:flex;gap:12px;align-items:center;flex-shrink:0;font-size:10px;letter-spacing:.15em;font-weight:800;border-left:1px solid #ffffff50;padding-left:22px;margin-bottom:12px}.hero-location>span:first-child{font-size:32px;color:#ffc400}.hero-location small{display:block;font-size:12px;font-weight:400;letter-spacing:.03em;color:#c5d6e6;margin-top:5px}
.hero-controls{position:absolute;z-index:3;bottom:99px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:30px}.hero-controls[hidden]{display:none}
.hero-pagination{display:flex;gap:25px;flex:1;max-width:650px}.hero-tab{position:relative;flex:1;min-width:0;border:0;background:none;color:#c1cddd;padding:15px 0 20px;text-align:left;cursor:pointer;font:700 12px Arial,sans-serif;display:flex;gap:10px;align-items:center;min-height:54px}.hero-tab.is-active{color:#fff}.hero-tab-number{color:#8b9bb0;font-size:10px}.hero-tab.is-active .hero-tab-number{color:#ffc400}.hero-tab-track{position:absolute;bottom:0;left:0;right:0;height:2px;background:#ffffff35;overflow:hidden}.hero-tab-track>span{display:block;width:100%;height:100%;background:#ffc400;transform:scaleX(0);transform-origin:left}.hero-tab.is-active .hero-tab-track>span{transform:scaleX(var(--hero-progress,0))}
.hero-control-buttons{display:flex;align-items:center;gap:8px}.hero-control-buttons button{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border:1px solid #ffffff50;border-radius:50%;background:#08284480;color:white;font:18px Arial,sans-serif;cursor:pointer;transition:background .2s,border-color .2s}.hero-control-buttons button:hover{background:#ffc400;color:#07264b;border-color:#ffc400}.hero-counter{font:12px Arial,sans-serif;letter-spacing:.15em;color:#cfdae5;margin-right:12px}
.hero-slider :focus-visible{outline:3px solid #ffc400;outline-offset:5px}.hero-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1700px){.hero-slide-layout{min-height:780px}}
@media(max-width:1100px){.hero-location{display:none}.hero-slide-copy{max-width:710px}.hero-controls{gap:25px}.hero-pagination{max-width:570px}.hero-counter{display:none}}
@media(max-width:700px){.hero-slide-layout{min-height:680px;min-height:clamp(650px,88svh,850px);padding-top:48px;padding-bottom:235px;align-items:center}.hero-slide-copy h1,.hero-slide-copy h2{font-size:clamp(34px,8.4vw,52px);margin:18px 0}.hero-slide-copy p{font-size:15px;line-height:1.7}.hero-kicker{font-size:9px;letter-spacing:.13em;gap:8px}.hero-kicker>span{width:20px}.hero-slide:after{background:linear-gradient(90deg,rgba(3,20,40,.91),rgba(3,20,40,.48)),linear-gradient(0deg,#031428,transparent 75%)}.hero-controls{bottom:90px;flex-wrap:wrap;gap:17px}.hero-pagination{flex-basis:100%;max-width:none;gap:18px}.hero-control-buttons{margin-left:auto}.hero-counter{display:block}.hero-tab{font-size:11px;gap:7px;padding-bottom:15px}.hero-slide-actions{gap:12px 20px;margin-top:22px}.hero-slide-actions .btn{min-height:48px;padding:0 17px;font-size:11px}.hero-secondary{font-size:12px;gap:10px}}
@media(prefers-reduced-motion:reduce){.hero-slide,.hero-slide-copy,.hero-slide-media img,.hero-slide-video{transition:none;transform:none}}
/* Keep the existing homepage statistics within narrow viewports. */
.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat{min-width:0;flex-wrap:wrap}
@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat{padding:28px 16px}.stat b{font-size:clamp(30px,6vw,44px)}}

/* School bulletin: independently scrollable, accessible news and event cards. */
.school-updates .updates-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch}
.updates-card{min-width:0;background:#fff;border:1px solid #e0e7ee;border-radius:18px;overflow:hidden;box-shadow:0 12px 36px rgba(7,38,75,.055);display:flex;flex-direction:column}
.updates-card-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:28px 28px 23px;border-bottom:1px solid #e8edf2;background:linear-gradient(120deg,#fff,#f7f9fc)}
.updates-card-head .eyebrow{color:#8a6200;font-size:10px;letter-spacing:.15em}.updates-card-head h2{color:#07264b;font-size:clamp(25px,2.5vw,34px);line-height:1.2;letter-spacing:-.035em;margin:9px 0 0}.updates-card-head h2 span{color:#a56b00}
.updates-card-icon{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center;border:1px solid #dce6ef;border-radius:12px;color:#0b3768;background:#edf3f9;font-size:25px}.updates-card-events .updates-card-icon{background:#fff7da;border-color:#f4e6b4;color:#805d00}
.updates-scroll{height:350px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#91a5ba #eef2f6;padding:0 20px 0 28px;-webkit-overflow-scrolling:touch}
.updates-scroll::-webkit-scrollbar{width:7px}.updates-scroll::-webkit-scrollbar-track{background:#eef2f6}.updates-scroll::-webkit-scrollbar-thumb{background:#91a5ba;border-radius:10px;border:2px solid #eef2f6}.updates-scroll::-webkit-scrollbar-thumb:hover{background:#506b87}
.bulletin-item{display:flex;align-items:flex-start;gap:17px;padding:23px 0;border-bottom:1px solid #e8edf2;min-width:0}.bulletin-item:last-child{border-bottom:0}
.bulletin-date{flex:0 0 59px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:1px solid #e1e8ef;border-radius:10px;background:#f2f6fa;color:#123953;padding:10px 4px;line-height:1.1}.bulletin-date b{font-size:25px;font-weight:900}.bulletin-date span{font-size:10px;font-weight:800;letter-spacing:.09em;margin-top:3px}.bulletin-date small{font-size:10px;color:#596f85;margin-top:4px}.updates-card-events .bulletin-date{background:#fff5cd;border-color:#f4e4a4;color:#624900}.updates-card-events .bulletin-date small{color:#725a17}
.bulletin-copy{flex:1;min-width:0}.bulletin-type{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#60778d}.bulletin-copy h3{font-size:15px;line-height:1.45;color:#07264b;margin:5px 0 6px;overflow-wrap:anywhere}.bulletin-copy h3 a:hover{text-decoration:underline;text-underline-offset:3px}.bulletin-copy p{font-size:13px;line-height:1.65;color:#5c7084;margin:0;overflow-wrap:anywhere}
.bulletin-open{width:36px;min-height:44px;flex-shrink:0;display:grid;place-items:center;color:#385777;font-size:20px;border-radius:8px}.bulletin-open:hover{background:#edf3f9;color:#07264b}
.updates-card-foot{margin-top:auto;padding:18px 28px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;border-top:1px solid #e2e9f0;background:#fafbfd}.updates-card-foot>span{font-size:11px;color:#64798d}.updates-card-foot a{display:inline-flex;align-items:center;gap:15px;min-height:44px;color:#07264b;font-size:12px;font-weight:800}.updates-card-foot a:hover{text-decoration:underline;text-underline-offset:4px}.updates-card-foot a span{font-size:20px}
.school-updates :focus-visible{outline:3px solid #b47a00;outline-offset:3px}.updates-scroll:focus-visible{outline-offset:-3px}.updates-empty{padding:40px 0;color:#123953}.updates-empty p{font-size:14px;color:#64798d}
@media(max-width:900px){.school-updates .updates-grid{grid-template-columns:minmax(0,1fr);gap:24px}.updates-scroll{height:330px}}
@media(max-width:480px){.updates-card{border-radius:13px}.updates-card-head{padding:22px 18px 19px}.updates-card-head .eyebrow{font-size:9px}.updates-card-icon{width:39px;height:39px;font-size:23px}.updates-scroll{height:340px;max-height:65svh;padding:0 12px 0 18px}.bulletin-item{gap:12px;padding:20px 0}.bulletin-date{flex-basis:49px;padding:9px 3px}.bulletin-date b{font-size:23px}.bulletin-copy h3{font-size:14px}.bulletin-copy p{font-size:12px}.bulletin-open{width:24px}.updates-card-foot{padding:13px 18px}.updates-card-foot>span{font-size:10px}}
