
:root{--navy:#091128;--navy2:#0d1730;--red:#D11F46;--red2:#E1264F;--white:#fff;--text:#172033;--muted:#667085;--soft:#F5F7FA;--line:#E2E7EE;--max:1180px;--header:82px;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;font-family:Aptos,"Aptos Display","Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.wrap{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.site-header{height:var(--header);position:fixed;inset:0 0 auto;z-index:1000;background:rgba(9,17,40,.97);border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(14px);transition:.3s var(--ease)}.site-header.scrolled{height:74px;box-shadow:0 15px 38px rgba(0,0,0,.22)}.nav-wrap{height:100%;display:flex;align-items:center;gap:28px}.site-logo{width:218px;height:64px;flex:0 0 218px;background:#fff;border-radius:4px;padding:5px 12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.site-logo img{width:194px!important;height:54px!important;max-width:194px!important;max-height:54px!important;object-fit:contain!important;position:static!important;transform:none!important}.site-nav{margin-left:auto;display:flex;align-items:center;gap:2px}.site-nav a{color:#fff;font-size:.86rem;font-weight:700;padding:12px 9px;white-space:nowrap}.site-nav a:hover{color:var(--red)}.site-nav .nav-action{background:var(--red);padding:11px 15px;margin-left:7px;border-radius:3px}.site-nav .nav-action:hover{color:#fff;background:var(--red2)}.menu-toggle{display:none;margin-left:auto;width:46px;height:46px;border:1px solid rgba(255,255,255,.22);background:transparent;border-radius:3px;padding:11px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;transition:.3s}
main{padding-top:var(--header);min-height:60vh}.page-hero{background:linear-gradient(118deg,var(--navy) 0%,#101c3b 100%);color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-130px;top:-210px;background:rgba(209,31,70,.13)}.hero-inner{position:relative;z-index:1;padding:78px 0 72px;max-width:1180px}.kicker,.section-label{display:block;color:var(--red);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.page-hero h1{max-width:850px;margin:12px 0 18px;font-size:clamp(2.8rem,5.3vw,5.3rem);line-height:.96;letter-spacing:-.05em}.page-hero p{max-width:760px;margin:0;color:#C7CEDA;font-size:clamp(1rem,1.5vw,1.18rem)}
.content-section{padding:82px 0}.content-section.soft{background:var(--soft)}.dark-section{background:var(--navy);color:#C7CEDA}.dark-section h2{color:#fff}.split-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px}.copy-block{max-width:560px}.copy-block h2,.section-heading h2,.compact-copy h2,.action-band h2,.form-aside h2,.contact-card h2,.service-contact h2{color:var(--navy);font-size:clamp(2.1rem,3.7vw,3.8rem);line-height:1.03;letter-spacing:-.04em;margin:10px 0 20px}.copy-block p{color:var(--muted);margin:0 0 16px}.media-frame{margin:0;height:500px;border-radius:6px;overflow:hidden;background:#e9edf2}.media-frame img{width:100%;height:100%;object-fit:cover}.section-heading{max-width:760px;margin-bottom:38px}.section-heading h2{margin-bottom:0}.three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.info-card,.course-card,.visual-card{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;box-shadow:0 10px 28px rgba(9,17,40,.05);transition:.35s var(--ease)}.info-card:hover,.course-card:hover,.visual-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(9,17,40,.11)}.info-card{padding:30px}.info-card>span{color:var(--red);font-weight:800}.info-card h3,.course-card h3,.visual-card h3{font-size:1.5rem;line-height:1.15;margin:10px 0 12px;color:var(--navy)}.info-card p,.course-card p,.visual-card p{color:var(--muted);margin:0 0 18px}.info-card a,.course-card a{color:var(--red);font-weight:800}.compact-copy{max-width:800px}.compact-copy h2{color:#fff}.compact-copy p{font-size:1.08rem;margin:0}.clean-list{list-style:none;padding:0;margin:25px 0 0}.clean-list li{position:relative;padding:11px 0 11px 30px;border-bottom:1px solid var(--line);color:var(--muted)}.clean-list li:before{content:"";position:absolute;left:2px;top:20px;width:9px;height:9px;background:var(--red);border-radius:50%}.course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.course-card{padding:28px;border-left:4px solid var(--red)}.course-card small{color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.action-band{display:flex;align-items:center;justify-content:space-between;gap:40px}.action-band h2{color:#fff;max-width:760px;margin-bottom:0}.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--red);color:#fff;border:0;border-radius:3px;min-height:50px;padding:0 21px;font-weight:800;cursor:pointer;transition:.3s}.primary-btn:hover{background:var(--red2);transform:translateY(-2px)}.visual-card img{width:100%;height:250px;object-fit:cover}.visual-card>div{padding:26px}.process-list{list-style:none;padding:0;margin:28px 0}.process-list li{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.process-list b{color:var(--red)}.process-list strong{display:block;color:var(--navy)}.process-list span{color:var(--muted)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-item{margin:0;background:#fff;border:1px solid var(--line);border-radius:5px;overflow:hidden}.gallery-item img{width:100%;height:290px;object-fit:cover;transition:.55s var(--ease)}.gallery-item:hover img{transform:scale(1.035)}.gallery-item figcaption{padding:14px 17px;font-weight:700;color:var(--navy)}
.form-layout,.contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:start}.form-aside,.contact-card,.service-contact{padding:34px;background:#fff;border:1px solid var(--line);border-radius:6px}.form-aside h2,.contact-card h2,.service-contact h2{font-size:2.3rem}.aside-points{display:grid;gap:18px;margin-top:28px}.aside-points p{display:grid;grid-template-columns:38px 1fr;gap:13px;margin:0;color:var(--muted)}.aside-points i{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(209,31,70,.1);color:var(--red)}.aside-points strong{display:block;color:var(--navy)}.form-card{background:#fff;border:1px solid var(--line);border-radius:6px;padding:34px;box-shadow:0 12px 34px rgba(9,17,40,.06)}.form-card h3{font-size:1.8rem;margin:0 0 24px;color:var(--navy)}.professional-form{display:grid;grid-template-columns:1fr 1fr;gap:17px}.professional-form label{display:grid;gap:7px;font-size:.88rem;font-weight:700;color:var(--navy)}.professional-form input,.professional-form select,.professional-form textarea{width:100%;border:1px solid #D0D5DD;border-radius:3px;padding:12px 13px;background:#fff;color:var(--text)}.professional-form textarea{min-height:130px;resize:vertical}.professional-form input:focus,.professional-form select:focus,.professional-form textarea:focus{outline:0;border-color:var(--red);box-shadow:0 0 0 4px rgba(209,31,70,.1)}.professional-form .wide{grid-column:1/-1}.hp{position:absolute!important;left:-9999px!important}.narrow-form{max-width:850px}.contact-stack{display:grid;gap:12px;margin-top:25px}.contact-stack a{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:12px 0;color:var(--muted)}.contact-stack i{width:42px;height:42px;display:grid;place-items:center;background:rgba(209,31,70,.1);color:var(--red);border-radius:50%}.contact-stack strong{display:block;color:var(--navy)}.contact-options{display:grid;gap:10px;margin-top:24px}.contact-options a{display:grid;grid-template-columns:1fr auto;gap:4px 15px;padding:18px;border:1px solid var(--line);border-radius:4px}.contact-options b{font-size:1.08rem}.contact-options span{color:var(--muted)}.contact-options i{grid-column:2;grid-row:1/3;align-self:center;color:var(--red)}.empty-state{max-width:650px;text-align:center;padding:70px 20px}.empty-state>i{font-size:3rem;color:var(--red)}.empty-state h2{font-size:2.6rem;margin:18px 0 8px}.empty-state p{color:var(--muted);margin-bottom:25px}
.site-footer{background:var(--navy);color:#fff;padding:54px 0 0}.footer-grid{display:grid;grid-template-columns:1.3fr .75fr 1fr;gap:64px;align-items:start}.site-footer h3{font-size:1.35rem;margin:0 0 15px}.site-footer h4{margin:0 0 18px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand p{color:#C7CEDA;max-width:390px;margin:0}.footer-links{display:flex;flex-direction:column;align-items:flex-start}.footer-links a{display:block;margin:0 0 11px;color:#fff;line-height:1.45}.footer-links a:hover{color:var(--red)}.social-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.social-row a{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%}.social-row a:hover{background:var(--red);border-color:var(--red)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);color:#8e99ae;font-size:.82rem}.footer-bottom strong{color:var(--red)}.back-top{position:fixed;right:22px;bottom:22px;width:48px;height:48px;display:grid;place-items:center;background:var(--red);color:#fff;border-radius:50%;z-index:800;opacity:0;visibility:hidden;transform:translateY(12px);transition:.3s}.back-top.show{opacity:1;visibility:visible;transform:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.site-logo{width:190px;flex-basis:190px}.site-logo img{width:168px!important;max-width:168px!important}.site-nav a{font-size:.8rem;padding-inline:6px}.split-layout{gap:40px}.footer-grid{gap:40px}}
@media(max-width:900px){:root{--header:76px}.wrap{width:min(calc(100% - 32px),var(--max))}.site-header{height:76px}.site-logo{width:190px;height:60px;flex-basis:190px}.site-logo img{height:49px!important;max-height:49px!important}.menu-toggle{display:block}.site-nav{position:fixed;top:76px;left:0;right:0;height:calc(100svh - 76px);background:rgba(9,17,40,.995);display:flex;flex-direction:column;align-items:stretch;padding:22px 24px;transform:translateX(100%);opacity:0;visibility:hidden;transition:.4s var(--ease);overflow:auto}.site-nav.open{transform:none;opacity:1;visibility:visible}.site-nav a{font-size:1.08rem;padding:15px 4px;border-bottom:1px solid rgba(255,255,255,.08)}.site-nav .nav-action{margin:18px 0 0;text-align:center;border:0}.content-section{padding:66px 0}.hero-inner{padding:64px 0 60px}.split-layout,.form-layout,.contact-layout{grid-template-columns:1fr}.media-frame{height:440px}.three-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column;align-items:flex-start}.action-band{align-items:flex-start;flex-direction:column}}
@media(max-width:580px){.wrap{width:min(calc(100% - 28px),var(--max))}.page-hero h1{font-size:clamp(2.45rem,12vw,3.8rem)}.hero-inner{padding:52px 0}.content-section{padding:54px 0}.three-grid,.course-grid,.gallery-grid{grid-template-columns:1fr}.media-frame{height:330px}.visual-card img,.gallery-item img{height:240px}.professional-form{grid-template-columns:1fr}.professional-form .wide{grid-column:auto}.form-card,.form-aside,.contact-card,.service-contact{padding:24px}.action-band h2{font-size:2.2rem}.site-logo{width:182px;flex-basis:182px}.site-logo img{width:160px!important;max-width:160px!important}.back-top{right:16px;bottom:16px;width:45px;height:45px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* FILTERABLE CATEGORIZED GALLERY */
.gallery-toolbar{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:12px}.gallery-filter{border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:3px;padding:10px 16px;font-weight:800;cursor:pointer;transition:.25s}.gallery-filter:hover,.gallery-filter.active{background:var(--red);border-color:var(--red);color:#fff}.gallery-results{color:var(--muted);font-size:.85rem;font-weight:700;margin:0 0 25px}.gallery-item{transition:opacity .32s var(--ease),transform .32s var(--ease),box-shadow .32s var(--ease)}.gallery-item.filtered-out{display:none}.gallery-open{display:block;width:100%;padding:0;border:0;background:#e9edf2;cursor:zoom-in;overflow:hidden}.gallery-open img{width:100%;height:290px;object-fit:cover;transition:.55s var(--ease)}.gallery-item:hover .gallery-open img{transform:scale(1.04)}.gallery-lightbox{position:fixed;inset:0;z-index:5000;background:rgba(5,10,24,.96);display:grid;grid-template-columns:80px minmax(0,1fr) 80px;align-items:center;padding:70px 30px 30px;opacity:0;visibility:hidden;transition:.3s}.gallery-lightbox.open{opacity:1;visibility:visible}.gallery-lightbox figure{margin:0;display:grid;place-items:center;gap:14px;min-width:0}.gallery-lightbox figure img{max-width:min(100%,1100px);max-height:76vh;object-fit:contain}.gallery-lightbox figcaption{color:#fff;font-weight:700;text-align:center}.lightbox-close{position:absolute;right:25px;top:20px;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;border-radius:50%;font-size:1.2rem;cursor:pointer}.lightbox-nav{width:52px;height:52px;border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;border-radius:50%;cursor:pointer;justify-self:center}.lightbox-nav:hover,.lightbox-close:hover{background:var(--red);border-color:var(--red)}
/* GOOGLE MAPS LOCATION PANEL */
.map-section{padding-top:0}.map-card{display:grid;grid-template-columns:1.25fr .75fr;min-height:420px;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fff;box-shadow:0 14px 38px rgba(9,17,40,.07)}.map-visual{position:relative;overflow:hidden;background:#e9edf2;min-height:420px}.map-grid{position:absolute;inset:-20%;background:linear-gradient(32deg,transparent 47%,rgba(9,17,40,.08) 48%,rgba(9,17,40,.08) 51%,transparent 52%),linear-gradient(145deg,transparent 45%,rgba(209,31,70,.13) 46%,rgba(209,31,70,.13) 49%,transparent 50%),repeating-linear-gradient(0deg,rgba(9,17,40,.04) 0 1px,transparent 1px 55px),repeating-linear-gradient(90deg,rgba(9,17,40,.04) 0 1px,transparent 1px 55px);transform:rotate(-7deg)}.map-pin{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:70px;height:70px;display:grid;place-items:center;background:var(--red);color:#fff;border-radius:50%;font-size:2rem;box-shadow:0 15px 35px rgba(209,31,70,.35)}.map-pin:after{content:"";position:absolute;width:92px;height:92px;border:2px solid rgba(209,31,70,.28);border-radius:50%}.map-location{position:absolute;left:24px;bottom:24px;background:rgba(9,17,40,.94);color:#fff;padding:14px 18px;border-radius:4px}.map-location strong,.map-location span{display:block}.map-location span{color:#C7CEDA;font-size:.88rem}.map-details{padding:42px;align-self:center}.map-details h3{font-size:2rem;line-height:1.08;color:var(--navy);margin:10px 0 15px}.map-details p{color:var(--muted);margin:0 0 24px}
@media(max-width:900px){.map-card{grid-template-columns:1fr}.map-visual{min-height:360px}.gallery-lightbox{grid-template-columns:60px minmax(0,1fr) 60px;padding-inline:10px}}
@media(max-width:580px){.gallery-toolbar{display:grid;grid-template-columns:1fr 1fr}.gallery-filter{padding-inline:10px}.gallery-open img{height:240px}.gallery-lightbox{grid-template-columns:1fr;padding:70px 14px 80px}.lightbox-nav{position:absolute;bottom:18px}.lightbox-prev{left:calc(50% - 62px)}.lightbox-next{right:calc(50% - 62px)}.map-visual{min-height:300px}.map-details{padding:28px}.map-location{left:16px;bottom:16px;right:16px}}

/* 2026 logo visibility upgrade — transparent white logo */
.site-logo{width:270px!important;max-width:270px!important;height:82px!important;flex:0 0 270px!important;background:transparent!important;padding:0!important;border-radius:0!important;overflow:visible!important}
.site-logo img{width:100%!important;max-width:250px!important;height:76px!important;max-height:76px!important;object-fit:contain!important;filter:drop-shadow(0 3px 8px rgba(0,0,0,.32))!important;transform-origin:center!important;animation:logoFloat 4.8s ease-in-out infinite!important;transition:transform .35s ease,filter .35s ease!important}
.site-logo:hover img{transform:scale(1.055)!important;filter:drop-shadow(0 5px 14px rgba(209,31,70,.28))!important;animation-play-state:paused!important}
@keyframes logoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@media (prefers-reduced-motion:reduce){.site-logo img{animation:none!important}}
@media(max-width:1000px){.site-logo{width:225px!important;max-width:225px!important;flex-basis:225px!important}.site-logo img{max-width:210px!important;height:68px!important;max-height:68px!important}}
@media(max-width:900px){.site-logo{width:220px!important;max-width:220px!important;height:70px!important;flex-basis:220px!important}.site-logo img{max-width:205px!important;height:64px!important;max-height:64px!important}}
@media(max-width:580px){.site-logo{width:205px!important;max-width:205px!important;flex-basis:205px!important}.site-logo img{max-width:195px!important;height:60px!important;max-height:60px!important}}


/* HIGH-VISIBILITY BRAND MARK */
.site-logo{width:340px!important;max-width:340px!important;height:84px!important;flex:0 0 340px!important;background:transparent!important;padding:0!important;overflow:visible!important;justify-content:flex-start!important}
.site-logo img{width:100%!important;max-width:330px!important;height:80px!important;max-height:80px!important;object-fit:contain!important;object-position:left center!important;filter:drop-shadow(0 4px 10px rgba(0,0,0,.34))!important;transform-origin:left center!important;animation:brandBreath 4.6s ease-in-out infinite!important;transition:transform .35s ease,filter .35s ease!important}
.site-logo:hover img{transform:scale(1.035)!important;filter:drop-shadow(0 5px 14px rgba(209,31,70,.28))!important}
@keyframes brandBreath{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.012)}}
@media(max-width:1000px){.site-logo{width:275px!important;max-width:275px!important;flex-basis:275px!important}.site-logo img{max-width:268px!important;height:74px!important;max-height:74px!important}}
@media(max-width:900px){.site-logo{width:260px!important;max-width:260px!important;height:70px!important;flex-basis:260px!important}.site-logo img{max-width:252px!important;height:66px!important;max-height:66px!important}}
@media(max-width:580px){.site-logo{width:225px!important;max-width:225px!important;flex-basis:225px!important}.site-logo img{max-width:218px!important;height:62px!important;max-height:62px!important}}
@media(prefers-reduced-motion:reduce){.site-logo img{animation:none!important}}


/* FINAL GLOBAL LOGO UPDATE — uploaded logo-final artwork */
.header .brand,.site-logo{
  width:430px!important;max-width:430px!important;height:92px!important;
  flex:0 0 430px!important;background:transparent!important;padding:0!important;
  overflow:visible!important;justify-content:flex-start!important;
}
.header .brand img,.site-logo img{
  display:block!important;width:100%!important;max-width:420px!important;
  height:88px!important;max-height:88px!important;object-fit:contain!important;
  object-position:left center!important;background:transparent!important;
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.28))!important;
  transform-origin:left center!important;animation:logoPulse 4.8s ease-in-out infinite!important;
}
@keyframes logoPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.015)}}
@media(max-width:1180px){
 .header .brand,.site-logo{width:340px!important;max-width:340px!important;flex-basis:340px!important}
 .header .brand img,.site-logo img{max-width:332px!important;height:82px!important;max-height:82px!important}
}
@media(max-width:900px){
 .header .brand,.site-logo{width:285px!important;max-width:285px!important;height:72px!important;flex-basis:285px!important}
 .header .brand img,.site-logo img{max-width:278px!important;height:68px!important;max-height:68px!important}
}
@media(max-width:560px){
 .header .brand,.site-logo{width:245px!important;max-width:245px!important;height:66px!important;flex-basis:245px!important}
 .header .brand img,.site-logo img{max-width:238px!important;height:62px!important;max-height:62px!important}
}
@media(prefers-reduced-motion:reduce){.header .brand img,.site-logo img{animation:none!important}}
