/**
 * WPSchool v4.3.0 — Final Component and Profile Layout Fix
 * Loaded after every theme stylesheet to prevent global heading rules.
 */

/* Homepage facility cards: title and description must remain readable. */
body .wps-z-facility-grid article::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,rgba(2,16,42,.02) 25%,rgba(2,19,49,.48) 58%,rgba(2,16,42,.97) 100%);
  pointer-events:none;
}
body .wps-z-facility-grid article>div{
  z-index:1;
  padding:28px 26px 30px;
}
body .wps-z-facility-grid article>div>span{
  color:#ffd24a!important;
  -webkit-text-fill-color:#ffd24a!important;
  opacity:1!important;
}
body .wps-z-facility-grid article>div>h3,
body .wps-z-facility-grid article h3{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:none!important;
  background-clip:border-box!important;
  -webkit-background-clip:border-box!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:0 3px 18px rgba(0,0,0,.45)!important;
}
body .wps-z-facility-grid article>div>p{
  color:rgba(255,255,255,.88)!important;
  -webkit-text-fill-color:rgba(255,255,255,.88)!important;
}

/* Dark CTA sections: never inherit global dark heading colors. */
body .wps-teacher-cta h2,
body .wps-academic-cta h2,
body .wps-gallery-cta h2,
body .wps-mini-cta h2{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:none!important;
  background-clip:border-box!important;
  -webkit-background-clip:border-box!important;
  opacity:1!important;
}
body .wps-teacher-cta p,
body .wps-academic-cta p,
body .wps-gallery-cta p,
body .wps-mini-cta p{
  color:rgba(255,255,255,.86)!important;
  -webkit-text-fill-color:rgba(255,255,255,.86)!important;
}

/* Guru page: isolated component typography and predictable sizing. */
body .wps-teachers-page,
body .wps-teachers-page *{box-sizing:border-box}
body .wps-teachers-page{overflow:hidden;background:#f6f8fc}
body .wps-teachers-page .wps-page-hero{margin:0}
body .wps-teachers-page .wps-teacher-wrap{width:min(1240px,calc(100% - 32px));padding-top:64px;padding-bottom:84px}
body .wps-teachers-page .wps-teacher-intro,
body .wps-teachers-page .wps-teacher-directory,
body .wps-teachers-page .wps-teacher-stats,
body .wps-teachers-page .wps-teacher-cta{min-width:0}
body .wps-teachers-page .wps-teacher-intro h2,
body .wps-teachers-page .wps-teacher-heading h2,
body .wps-teachers-page .wps-teacher-card h3,
body .wps-teachers-page .wps-teacher-modal-dialog h2{
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:currentColor!important;
  opacity:1!important;
  overflow-wrap:anywhere;
}
body .wps-teachers-page .wps-teacher-intro h2,
body .wps-teachers-page .wps-teacher-heading h2,
body .wps-teachers-page .wps-teacher-card h3,
body .wps-teachers-page .wps-teacher-modal-dialog h2{color:#10224a!important}
body .wps-teachers-page .wps-teacher-grid{align-items:stretch}
body .wps-teachers-page .wps-teacher-card{display:flex;min-width:0;flex-direction:column;height:100%}
body .wps-teachers-page .wps-teacher-card-body{display:flex;flex:1;min-width:0;flex-direction:column}
body .wps-teachers-page .wps-teacher-meta{margin-bottom:0}
body .wps-teachers-page .wps-teacher-card blockquote{flex:1}
body .wps-teachers-page .wps-teacher-more{margin-top:auto}
body .wps-teachers-page .wps-teacher-photo{flex:0 0 300px}
body .wps-teachers-page .wps-teacher-photo img{display:block;max-width:none}
body .wps-teachers-page .wps-teacher-cta>div{min-width:0;max-width:850px}
body .wps-teachers-page .wps-teacher-cta h2{overflow-wrap:anywhere}
body .wps-teachers-page .wps-teacher-modal-dialog{max-height:min(88vh,760px);overflow:auto}

@media(max-width:1000px){
  body .wps-teachers-page .wps-teacher-wrap{padding-top:48px}
  body .wps-teachers-page .wps-teacher-intro{grid-template-columns:1fr;padding:34px}
  body .wps-teachers-page .wps-teacher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body .wps-teachers-page .wps-teacher-cta{align-items:flex-start}
}
@media(max-width:700px){
  body .wps-z-facility-grid article{min-height:330px}
  body .wps-z-facility-grid article>div>p{max-height:none;opacity:1;margin-top:8px}
  body .wps-teachers-page .wps-teacher-wrap{width:min(100% - 24px,1240px);padding-top:36px;padding-bottom:56px}
  body .wps-teachers-page .wps-teacher-intro{padding:24px;border-radius:20px}
  body .wps-teachers-page .wps-teacher-emblem{min-height:150px}
  body .wps-teachers-page .wps-teacher-stats{grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0 46px}
  body .wps-teachers-page .wps-teacher-grid{grid-template-columns:1fr;gap:18px}
  body .wps-teachers-page .wps-teacher-photo{flex-basis:320px;height:320px}
  body .wps-teachers-page .wps-teacher-card-body{padding:21px}
  body .wps-teachers-page .wps-teacher-heading{display:block}
  body .wps-teachers-page .wps-teacher-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:7px}
  body .wps-teachers-page .wps-teacher-filters button{white-space:nowrap}
  body .wps-teachers-page .wps-teacher-cta{display:block;margin-top:46px;padding:28px 24px;border-radius:20px}
  body .wps-teachers-page .wps-teacher-cta .wps-btn{width:100%;margin-top:20px}
  body .wps-teachers-page .wps-teacher-modal-dialog{grid-template-columns:1fr;width:min(100%,520px);padding:20px}
  body .wps-teachers-page .wps-teacher-modal-profile{height:260px}
}
@media(max-width:420px){
  body .wps-teachers-page .wps-teacher-stats{grid-template-columns:1fr 1fr}
  body .wps-teachers-page .wps-teacher-stats article{padding:17px 8px}
  body .wps-teachers-page .wps-teacher-meta{grid-template-columns:1fr}
  body .wps-teachers-page .wps-teacher-photo{flex-basis:285px;height:285px}
}


/* v4.2.0 Profile page contrast and professional content layout */
body .wps-profile-page .wps-profile-note h3,
body .wps-profile-page .wps-profile-cta h2{
 color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;
 -webkit-background-clip:border-box!important;background-clip:border-box!important;
 opacity:1!important;filter:none!important;mix-blend-mode:normal!important;
}
body .wps-profile-page .wps-profile-note p,
body .wps-profile-page .wps-profile-cta p{color:rgba(255,255,255,.9)!important;-webkit-text-fill-color:rgba(255,255,255,.9)!important}
body .wps-profile-page .wps-profile-intro-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:28px;margin-bottom:28px}
body .wps-profile-page .wps-profile-intro-grid>*{min-width:0;height:100%}
body .wps-profile-page .wps-profile-identity h2{color:#10224a!important;-webkit-text-fill-color:#10224a!important}
body .wps-profile-page .wps-identity-list{display:grid;gap:12px;margin-top:24px}
body .wps-profile-page .wps-identity-list>div{padding:16px 18px;border:1px solid #e1e9f5;border-radius:16px;background:#f8faff}
body .wps-profile-page .wps-identity-list span{display:block;margin-bottom:5px;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
body .wps-profile-page .wps-identity-list strong{display:block;color:#10224a;font-size:16px;line-height:1.4}
body .wps-profile-page .wps-principal-section{display:grid;grid-template-columns:340px minmax(0,1fr);gap:0;overflow:hidden;margin:28px 0;border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(15,35,75,.09)}
body .wps-profile-page .wps-principal-photo{min-height:430px;background:linear-gradient(145deg,#0a347d,#1765da);display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
body .wps-profile-page .wps-principal-photo img{width:100%;height:100%;object-fit:cover;display:block}
body .wps-profile-page .wps-principal-photo span{display:grid;place-items:center;width:150px;height:150px;margin:auto;border-radius:50%;background:rgba(255,255,255,.16);border:2px solid rgba(255,255,255,.34);color:#fff;font-size:64px;font-weight:900}
body .wps-profile-page .wps-principal-copy{padding:50px 56px;align-self:center}
body .wps-profile-page .wps-principal-copy h2{margin:10px 0 18px;color:#10224a!important;-webkit-text-fill-color:#10224a!important;font-size:clamp(28px,3vw,43px);line-height:1.12}
body .wps-profile-page .wps-principal-copy blockquote{margin:0;color:#52627b;font-size:18px;line-height:1.85;font-style:normal}
body .wps-profile-page .wps-principal-sign{display:flex;flex-direction:column;margin-top:26px;padding-top:22px;border-top:1px solid #e5ebf4}
body .wps-profile-page .wps-principal-sign strong{color:#10224a;font-size:18px}
body .wps-profile-page .wps-principal-sign span{color:#0e60db;font-size:14px;font-weight:700;margin-top:4px}
body .wps-profile-page .wps-profile-detail-grid{margin-top:28px}
body .wps-profile-page .wps-profile-values{margin:28px 0;padding:44px;border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(15,35,75,.07)}
body .wps-profile-page .wps-profile-values-head{max-width:720px;margin-bottom:26px}
body .wps-profile-page .wps-profile-values-head h2{margin:8px 0;color:#10224a!important;-webkit-text-fill-color:#10224a!important}
body .wps-profile-page .wps-profile-values-head p{color:#64748b}
body .wps-profile-page .wps-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body .wps-profile-page .wps-value-grid article{padding:28px;border:1px solid #e1e9f5;border-radius:20px;background:#f8faff}
body .wps-profile-page .wps-value-grid article>span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:20px;border-radius:12px;background:#e7f0ff;color:#0e60db;font-weight:900}
body .wps-profile-page .wps-value-grid h3{margin:0 0 9px;color:#10224a!important;-webkit-text-fill-color:#10224a!important}
body .wps-profile-page .wps-value-grid p{margin:0;color:#64748b;line-height:1.7}
@media(max-width:1000px){
 body .wps-profile-page .wps-profile-intro-grid{grid-template-columns:1fr}
 body .wps-profile-page .wps-principal-section{grid-template-columns:280px minmax(0,1fr)}
 body .wps-profile-page .wps-principal-copy{padding:38px}
}
@media(max-width:760px){
 body .wps-profile-page .wps-principal-section{grid-template-columns:1fr;border-radius:22px}
 body .wps-profile-page .wps-principal-photo{min-height:320px}
 body .wps-profile-page .wps-principal-copy{padding:28px 24px}
 body .wps-profile-page .wps-value-grid{grid-template-columns:1fr}
 body .wps-profile-page .wps-profile-values{padding:28px 22px;border-radius:22px}
 body .wps-profile-page .wps-profile-cta{padding:30px 24px}
 body .wps-profile-page .wps-profile-cta .wps-btn{width:100%;margin-top:20px}
}

/* WPSchool v4.3.0 — Complete Professional Profile Redesign */
body .wps-profile-v430{background:#f5f8fc;overflow:hidden}
body .wps-profile-v430 .wps-profile-block{scroll-margin-top:125px}
body .wps-profile-v430 h1,body .wps-profile-v430 h2,body .wps-profile-v430 h3{background:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;-webkit-text-fill-color:currentColor!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important}
body .wps-profile-anchorbar{position:sticky;top:74px;z-index:50;border-bottom:1px solid #e2e9f4;background:rgba(255,255,255,.94);backdrop-filter:blur(16px)}
body.admin-bar .wps-profile-anchorbar{top:106px}
body .wps-profile-anchorbar .wps-container{display:flex;justify-content:center;gap:34px;overflow:auto;padding:16px}
body .wps-profile-anchorbar a{flex:0 0 auto;color:#53627a;font-size:13px;font-weight:800}
body .wps-profile-anchorbar a:hover{color:#0e5bd4}
body .wps-profile-statband{position:relative;z-index:2;margin-top:-1px;padding:0 0 28px;background:#f5f8fc}
body .wps-profile-statgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #dfe8f5;border-radius:0 0 24px 24px;background:#fff;box-shadow:0 18px 50px rgba(16,43,88,.08)}
body .wps-profile-statgrid article{position:relative;padding:30px 24px;text-align:center}
body .wps-profile-statgrid article:not(:last-child):after{content:"";position:absolute;top:27%;right:0;width:1px;height:46%;background:#e3eaf4}
body .wps-profile-statgrid strong{display:block;color:#0d58d2!important;font-size:clamp(28px,3vw,40px);line-height:1;font-weight:900}
body .wps-profile-statgrid span{display:block;margin-top:9px;color:#66748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
body .wps-profile-block{padding:76px 0}
body .wps-profile-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:#0d5bd4!important;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
body .wps-profile-eyebrow:before{content:"";width:26px;height:3px;border-radius:99px;background:#ffb915}
body .wps-profile-aboutgrid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:28px;align-items:stretch}
body .wps-profile-mainstory,body .wps-profile-official{border:1px solid #e0e8f3;border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(15,40,82,.07)}
body .wps-profile-mainstory{padding:50px}
body .wps-profile-mainstory h2{max-width:760px;margin:0 0 20px;color:#10224a!important;font-size:clamp(32px,4vw,50px);line-height:1.12;letter-spacing:-.035em}
body .wps-profile-lead{margin:0;color:#617089;font-size:17px;line-height:1.9}
body .wps-profile-visionbox{display:grid;grid-template-columns:66px 1fr;gap:20px;margin-top:34px;padding:26px;border:1px solid #d9e7fb;border-radius:20px;background:linear-gradient(135deg,#f2f7ff,#fff)}
body .wps-profile-visionicon{width:66px;height:66px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#0d5eda,#08377f);color:#fff}
body .wps-profile-visionicon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8}
body .wps-profile-visionbox small{color:#0d5bd4;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
body .wps-profile-visionbox h3{margin:3px 0 7px;color:#10224a!important;font-size:22px}
body .wps-profile-visionbox p{margin:0;color:#64748b;line-height:1.75}
body .wps-profile-official{overflow:hidden;padding:0}
body .wps-profile-official-head{display:flex;align-items:center;gap:16px;padding:28px;background:linear-gradient(130deg,#082f73,#135cc8);color:#fff}
body .wps-profile-official-head>span{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:rgba(255,255,255,.13)}
body .wps-profile-official-head svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8}
body .wps-profile-official-head small{color:#ffd04b;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
body .wps-profile-official-head h2{margin:2px 0 0;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:24px}
body .wps-profile-official-list{display:grid;padding:18px 28px}
body .wps-profile-official-list>div{padding:17px 0;border-bottom:1px solid #e7edf6}
body .wps-profile-official-list>div:last-child{border:0}
body .wps-profile-official-list small{display:block;color:#7a879c;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
body .wps-profile-official-list strong{display:block;margin-top:5px;color:#10224a;font-size:16px;line-height:1.4}
body .wps-profile-official>p{margin:0;padding:18px 28px;background:#f6f9fe;color:#718097;font-size:12px;line-height:1.6}
body .wps-profile-principal-wrap{background:#fff}
body .wps-profile-principal{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);overflow:hidden;border-radius:30px;background:#082f73;box-shadow:0 26px 70px rgba(8,47,115,.22)}
body .wps-profile-principal-photo{position:relative;min-height:540px;overflow:hidden;background:linear-gradient(145deg,#1c68d3,#082f73)}
body .wps-profile-principal-photo:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(3,21,54,.94))}
body .wps-profile-principal-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
body .wps-profile-principal-photo>span{width:170px;height:170px;display:grid;place-items:center;margin:150px auto;border:2px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:70px;font-weight:900}
body .wps-profile-principal-badge{position:absolute;right:28px;bottom:28px;left:28px;z-index:2;padding:19px 20px;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:rgba(7,35,82,.72);color:#fff;backdrop-filter:blur(12px)}
body .wps-profile-principal-badge small{display:block;color:#ffd04b;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
body .wps-profile-principal-badge strong{display:block;margin-top:4px;font-size:18px}
body .wps-profile-principal-copy{position:relative;align-self:center;padding:64px 70px;color:#fff}
body .wps-profile-principal-copy .wps-profile-eyebrow{color:#ffd04b!important}
body .wps-profile-principal-copy h2{max-width:650px;margin:0 0 22px;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(34px,4vw,52px);line-height:1.1;letter-spacing:-.035em}
body .wps-profile-quote-mark{position:absolute;top:90px;right:60px;color:rgba(255,255,255,.11);font-family:Georgia,serif;font-size:180px;line-height:1}
body .wps-profile-principal-copy blockquote{position:relative;z-index:1;margin:0;color:rgba(255,255,255,.86);font-size:17px;line-height:1.95;font-style:normal}
body .wps-profile-signature{display:flex;align-items:center;gap:16px;margin-top:30px}
body .wps-profile-signature>i{width:52px;height:2px;background:#ffbd20}
body .wps-profile-signature div{display:grid}
body .wps-profile-signature strong{color:#fff;font-size:17px}
body .wps-profile-signature span{color:rgba(255,255,255,.68);font-size:12px}
body .wps-profile-sectionhead{max-width:760px;margin:0 auto 38px;text-align:center}
body .wps-profile-sectionhead .wps-profile-eyebrow{justify-content:center}
body .wps-profile-sectionhead h2{margin:0;color:#10224a!important;font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-.035em}
body .wps-profile-sectionhead p{margin:15px 0 0;color:#68768c;font-size:16px;line-height:1.8}
body .wps-profile-vmgrid{display:grid;grid-template-columns:.78fr 1.22fr;gap:24px}
body .wps-profile-visioncard,body .wps-profile-missioncard{border-radius:28px;box-shadow:0 18px 55px rgba(15,40,82,.08)}
body .wps-profile-visioncard{padding:46px;background:linear-gradient(145deg,#0a347b,#155fd2);color:#fff}
body .wps-profile-visioncard>span{width:68px;height:68px;display:grid;place-items:center;margin-bottom:32px;border-radius:20px;background:rgba(255,255,255,.13)}
body .wps-profile-visioncard svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.8}
body .wps-profile-visioncard small,body .wps-profile-missioncard>small{color:#ffd04b;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
body .wps-profile-visioncard h3{margin:8px 0 14px;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:30px}
body .wps-profile-visioncard p{margin:0;color:rgba(255,255,255,.85);font-size:17px;line-height:1.85}
body .wps-profile-missioncard{padding:42px;background:#fff;border:1px solid #e0e8f3}
body .wps-profile-missioncard>small{color:#0d5bd4}
body .wps-profile-missioncard>h3{margin:8px 0 24px;color:#10224a!important;font-size:30px}
body .wps-profile-missionlist{display:grid;gap:12px}
body .wps-profile-missionlist>div{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:19px;border:1px solid #e5ebf4;border-radius:18px;background:#f9fbfe}
body .wps-profile-missionlist b{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#e8f1ff;color:#0d5bd4;font-size:15px}
body .wps-profile-missionlist strong{display:block;color:#10224a;font-size:16px}
body .wps-profile-missionlist p{margin:5px 0 0;color:#6a788e;font-size:13px;line-height:1.65}
body .wps-profile-values-v430{background:#eef4fb}
body .wps-profile-valuegrid-v430{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
body .wps-profile-valuegrid-v430 article{position:relative;overflow:hidden;padding:36px;border:1px solid #dfe8f4;border-radius:24px;background:#fff;box-shadow:0 15px 42px rgba(15,40,82,.06);transition:.25s ease}
body .wps-profile-valuegrid-v430 article:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(15,40,82,.12)}
body .wps-profile-valueicon{width:62px;height:62px;display:grid;place-items:center;margin-bottom:26px;border-radius:18px;background:linear-gradient(145deg,#eaf2ff,#dce9ff);color:#0d5bd4}
body .wps-profile-valueicon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8}
body .wps-profile-valuegrid-v430 article>span{color:#0d5bd4;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
body .wps-profile-valuegrid-v430 h3{margin:7px 0 11px;color:#10224a!important;font-size:24px}
body .wps-profile-valuegrid-v430 p{margin:0;color:#68768c;line-height:1.75}
body .wps-profile-closing{padding-top:0;background:#eef4fb}
body .wps-profile-summary-v430{display:grid;grid-template-columns:78px 1fr;gap:24px;align-items:center;margin-bottom:22px;padding:32px 36px;border:1px solid #dbe6f3;border-radius:24px;background:#fff}
body .wps-profile-summary-icon{width:78px;height:78px;display:grid;place-items:center;border-radius:21px;background:#e9f2ff;color:#0d5bd4}
body .wps-profile-summary-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8}
body .wps-profile-summary-v430 span{color:#0d5bd4;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
body .wps-profile-summary-v430 h2{margin:4px 0 7px;color:#10224a!important;font-size:27px}
body .wps-profile-summary-v430 p{margin:0;color:#65748b;line-height:1.75}
body .wps-profile-cta-v430{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 46px;border-radius:27px;background:linear-gradient(120deg,#082f73,#1562da);box-shadow:0 22px 52px rgba(8,47,115,.2)}
body .wps-profile-cta-v430>div{min-width:0;max-width:850px}
body .wps-profile-cta-v430 span{color:#ffd04b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
body .wps-profile-cta-v430 h2{margin:7px 0 8px;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(27px,3vw,38px);line-height:1.16}
body .wps-profile-cta-v430 p{margin:0;color:rgba(255,255,255,.87)!important;-webkit-text-fill-color:rgba(255,255,255,.87)!important;font-size:15px;line-height:1.7}
body .wps-profile-cta-v430 .wps-btn{flex:0 0 auto;min-width:190px;min-height:52px}
@media(max-width:1000px){body .wps-profile-aboutgrid,body .wps-profile-vmgrid{grid-template-columns:1fr}body .wps-profile-principal{grid-template-columns:320px 1fr}body .wps-profile-principal-copy{padding:46px 40px}body .wps-profile-quote-mark{right:25px}body .wps-profile-valuegrid-v430{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){body.admin-bar .wps-profile-anchorbar{top:120px}}
@media(max-width:700px){body .wps-profile-anchorbar{top:64px}body.admin-bar .wps-profile-anchorbar{top:110px}body .wps-profile-anchorbar .wps-container{justify-content:flex-start;gap:22px;padding:13px 16px}body .wps-profile-statgrid{grid-template-columns:repeat(2,1fr);border-radius:0 0 19px 19px}body .wps-profile-statgrid article{padding:22px 12px}body .wps-profile-statgrid article:nth-child(2):after{display:none}body .wps-profile-statgrid article:nth-child(-n+2){border-bottom:1px solid #e3eaf4}body .wps-profile-block{padding:52px 0}body .wps-profile-mainstory{padding:28px 24px}body .wps-profile-mainstory h2{font-size:31px}body .wps-profile-visionbox{grid-template-columns:52px 1fr;padding:20px}body .wps-profile-visionicon{width:52px;height:52px}body .wps-profile-principal{grid-template-columns:1fr;border-radius:22px}body .wps-profile-principal-photo{min-height:390px}body .wps-profile-principal-copy{padding:34px 24px}body .wps-profile-principal-copy h2{font-size:31px}body .wps-profile-quote-mark{top:50px;font-size:130px}body .wps-profile-visioncard,body .wps-profile-missioncard{padding:28px 24px;border-radius:22px}body .wps-profile-valuegrid-v430{grid-template-columns:1fr}body .wps-profile-valuegrid-v430 article{padding:28px}body .wps-profile-summary-v430{grid-template-columns:1fr;padding:27px 24px}body .wps-profile-summary-icon{width:62px;height:62px}body .wps-profile-cta-v430{display:block;padding:30px 24px;border-radius:22px}body .wps-profile-cta-v430 .wps-btn{width:100%;margin-top:22px}body .wps-profile-sectionhead{text-align:left}body .wps-profile-sectionhead .wps-profile-eyebrow{justify-content:flex-start}}


/* WPSchool v4.6.0 — Professional Profile Page polish */
body .wps-profile-page .wps-page-hero{position:relative;min-height:510px;display:flex;align-items:center;overflow:hidden;background-position:center 38%}
body .wps-profile-page .wps-page-hero:before{background:linear-gradient(90deg,rgba(3,25,63,.96) 0%,rgba(5,42,98,.89) 43%,rgba(4,33,77,.48) 72%,rgba(4,27,63,.28) 100%)}
body .wps-profile-page .wps-page-hero-inner{position:relative;z-index:2;padding-top:82px;padding-bottom:72px}
body .wps-profile-page .wps-page-hero h1{max-width:760px;font-size:clamp(42px,6vw,76px);letter-spacing:-.048em;line-height:1.02}
body .wps-profile-page .wps-page-description{max-width:650px;font-size:17px;line-height:1.8;color:rgba(255,255,255,.84)!important}
body .wps-profile-hero-actions{display:flex;align-items:center;gap:24px;margin:28px 0 26px}
body .wps-profile-hero-actions .wps-btn{min-height:52px;padding-inline:23px;box-shadow:0 14px 30px rgba(255,188,31,.2)}
body .wps-profile-hero-link{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:14px;font-weight:850}
body .wps-profile-hero-link span{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;transition:.22s ease}
body .wps-profile-hero-link:hover span{transform:translateX(4px);background:#fff;color:#0b52bd}
body .wps-profile-hero-orb{position:absolute;right:-100px;bottom:-190px;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.025)}
body .wps-profile-statband{padding:0 0 38px}
body .wps-profile-statgrid{margin-top:-42px;position:relative;z-index:5;overflow:hidden;border:1px solid rgba(215,226,240,.94);border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 22px 60px rgba(15,43,85,.13);backdrop-filter:blur(14px)}
body .wps-profile-statgrid article{position:relative;padding:30px 18px;text-align:center}
body .wps-profile-statgrid article:before{content:"";position:absolute;top:18px;bottom:18px;right:0;width:1px;background:#e4ebf5}
body .wps-profile-statgrid article:last-child:before{display:none}
body .wps-profile-statgrid strong{display:block;color:#0b58cd;font-size:clamp(29px,3vw,40px);line-height:1;font-weight:950;letter-spacing:-.04em}
body .wps-profile-statgrid span{display:block;margin-top:8px;color:#68778d;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.075em}
body .wps-profile-about{background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%)}
body .wps-profile-mainstory{overflow:hidden;padding:0 38px 40px;border:1px solid #dfe8f4;border-radius:30px;background:#fff;box-shadow:0 20px 55px rgba(16,44,87,.08)}
body .wps-profile-photo-collage{position:relative;display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:150px 150px;gap:10px;margin:0 -38px 36px;min-height:310px}
body .wps-profile-photo-collage figure{margin:0;overflow:hidden;background:#dfe9f6}
body .wps-profile-photo-collage .wps-profile-photo-main{grid-row:1/3}
body .wps-profile-photo-collage img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
body .wps-profile-photo-collage figure:hover img{transform:scale(1.045)}
body .wps-profile-photo-note{position:absolute;left:26px;bottom:24px;display:flex;align-items:center;gap:13px;max-width:255px;padding:14px 17px;border:1px solid rgba(255,255,255,.3);border-radius:16px;background:rgba(6,38,87,.85);color:#fff;backdrop-filter:blur(12px)}
body .wps-profile-photo-note strong{color:#ffd04a;font-size:25px;line-height:1}
body .wps-profile-photo-note span{font-size:11px;line-height:1.4;font-weight:750}
body .wps-profile-mainstory h2{font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-.04em}
body .wps-profile-lead{font-size:16px;line-height:1.9;color:#617087}
body .wps-profile-official{position:sticky;top:155px;align-self:start;border-radius:28px;box-shadow:0 18px 52px rgba(15,40,82,.1)}
body .wps-profile-official-head{padding:30px}
body .wps-profile-official-list{padding:12px 28px}
body .wps-profile-official-list>div{display:grid;grid-template-columns:.75fr 1.25fr;gap:15px;align-items:center}
body .wps-profile-official-list strong{text-align:right}
body .wps-profile-principal{transition:transform .25s ease,box-shadow .25s ease}
body .wps-profile-principal:hover{transform:translateY(-4px);box-shadow:0 32px 76px rgba(8,47,115,.26)}
body .wps-profile-missionlist>div{transition:.22s ease}
body .wps-profile-missionlist>div:hover{transform:translateX(5px);border-color:#bfd5f5;background:#f4f8ff}
@media(max-width:1000px){body .wps-profile-official{position:static}body .wps-profile-mainstory{padding-inline:30px}body .wps-profile-photo-collage{margin-inline:-30px}}
@media(max-width:700px){body .wps-profile-page .wps-page-hero{min-height:465px;background-position:center}body .wps-profile-page .wps-page-hero-inner{padding-top:60px;padding-bottom:56px}body .wps-profile-page .wps-page-hero h1{font-size:42px}body .wps-profile-page .wps-page-description{font-size:14px;line-height:1.7}body .wps-profile-hero-actions{align-items:stretch;gap:13px;flex-direction:column;margin:22px 0}body .wps-profile-hero-actions .wps-btn{width:100%}body .wps-profile-hero-link{justify-content:center;padding:8px}body .wps-profile-statband{padding-bottom:24px}body .wps-profile-statgrid{margin-top:-20px;border-radius:20px}body .wps-profile-statgrid article{padding:20px 10px}body .wps-profile-statgrid article:nth-child(2):before{display:none}body .wps-profile-mainstory{padding:0 22px 28px;border-radius:22px}body .wps-profile-photo-collage{grid-template-columns:1fr 1fr;grid-template-rows:205px 105px;margin:0 -22px 28px;min-height:320px}body .wps-profile-photo-collage .wps-profile-photo-main{grid-column:1/3;grid-row:auto}body .wps-profile-photo-note{left:14px;bottom:92px;max-width:220px;padding:11px 13px}body .wps-profile-mainstory h2{font-size:30px}body .wps-profile-official-list>div{grid-template-columns:1fr;gap:4px}body .wps-profile-official-list strong{text-align:left}body .wps-profile-principal-photo{min-height:360px}}

/* WPSchool v4.6.1 — Profile contrast and spacing correction */
body .wps-profile-page .wps-page-kicker{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  margin:0 0 18px;
  padding:9px 17px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:999px;
  background:#fff!important;
  color:#0b55c5!important;
  -webkit-text-fill-color:#0b55c5!important;
  box-shadow:0 10px 28px rgba(3,25,63,.18);
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.02em;
  text-shadow:none!important;
}
body .wps-profile-page .wps-page-hero h1{margin-top:0;margin-bottom:14px}
body .wps-profile-page .wps-page-description{margin-top:0;margin-bottom:0}
body .wps-profile-page .wps-profile-hero-actions{margin-top:30px;margin-bottom:28px}
body .wps-profile-page .wps-profile-hero-actions .wps-btn,
body .wps-profile-page .wps-profile-hero-link{min-height:54px}
body .wps-profile-page .wps-profile-hero-link{padding:0 2px}
body .wps-profile-page .wps-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-top:4px;
  color:rgba(255,255,255,.78)!important;
  font-size:12px;
  line-height:1.5;
}
body .wps-profile-page .wps-breadcrumb a{color:#fff!important;font-weight:750}
body .wps-profile-page .wps-breadcrumb span{color:rgba(255,255,255,.45)!important}
body .wps-profile-anchorbar{
  min-height:66px;
  box-shadow:0 7px 22px rgba(18,43,79,.055);
}
body .wps-profile-anchorbar .wps-container{
  min-height:66px;
  align-items:center;
  gap:42px;
  padding:0 20px;
}
body .wps-profile-anchorbar a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:66px;
  padding:0 2px;
  color:#53627a!important;
  line-height:1.2;
}
body .wps-profile-anchorbar a:after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:3px;
  border-radius:999px 999px 0 0;
  background:#145ed3;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s ease;
}
body .wps-profile-anchorbar a:hover,
body .wps-profile-anchorbar a:focus{color:#0d58d2!important}
body .wps-profile-anchorbar a:hover:after,
body .wps-profile-anchorbar a:focus:after{transform:scaleX(1)}
body .wps-profile-statband{
  margin-top:0!important;
  padding:28px 0 42px!important;
  background:#f5f8fc;
}
body .wps-profile-statgrid{
  margin-top:0!important;
  border-radius:24px!important;
}
body .wps-profile-statgrid article{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center}
body .wps-profile-about{padding-top:72px}
@media(max-width:700px){
  body .wps-profile-page .wps-page-kicker{min-height:34px;margin-bottom:14px;padding:8px 14px;font-size:11px}
  body .wps-profile-page .wps-page-hero h1{margin-bottom:12px;font-size:39px}
  body .wps-profile-page .wps-profile-hero-actions{margin:22px 0 24px}
  body .wps-profile-page .wps-profile-hero-actions .wps-btn,
  body .wps-profile-page .wps-profile-hero-link{min-height:50px}
  body .wps-profile-anchorbar{min-height:58px}
  body .wps-profile-anchorbar .wps-container{min-height:58px;gap:25px;padding:0 16px}
  body .wps-profile-anchorbar a{min-height:58px;font-size:12px}
  body .wps-profile-statband{padding:20px 0 30px!important}
  body .wps-profile-statgrid{border-radius:19px!important}
  body .wps-profile-statgrid article{min-height:105px;padding:18px 8px}
  body .wps-profile-statgrid strong{font-size:29px}
  body .wps-profile-statgrid span{font-size:10px;line-height:1.35}
  body .wps-profile-about{padding-top:48px}
}

/* WPSchool v4.6.2 — Profile highlighted area redesign */
body .wps-profile-page .wps-page-kicker{
  background:#ffcc38!important;
  border:1px solid rgba(255,255,255,.28)!important;
  color:#0a3479!important;
  -webkit-text-fill-color:#0a3479!important;
  box-shadow:0 10px 26px rgba(2,27,70,.22)!important;
  padding:9px 16px!important;
  font-size:12px!important;
  font-weight:900!important;
}
body .wps-profile-anchorbar{
  min-height:58px!important;
  border-bottom:1px solid #e4ebf5;
  box-shadow:none!important;
  background:#fff;
}
body .wps-profile-anchorbar .wps-container{
  min-height:58px!important;
  justify-content:center;
  gap:34px!important;
}
body .wps-profile-anchorbar a{
  min-height:58px!important;
  font-size:13px;
}
body .wps-profile-statband{
  padding:24px 0 46px!important;
  background:linear-gradient(180deg,#f7faff 0%,#eef4fb 100%)!important;
}
body .wps-profile-statgrid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .wps-profile-statgrid article{
  min-height:118px!important;
  padding:22px 16px!important;
  border:1px solid #dfe8f4!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(19,52,96,.07)!important;
}
body .wps-profile-statgrid article:before,
body .wps-profile-statgrid article:after{display:none!important}
body .wps-profile-statgrid strong{
  font-size:clamp(28px,2.6vw,38px)!important;
}
body .wps-profile-statgrid span{
  margin-top:7px!important;
  font-size:11px!important;
}
@media(max-width:900px){
  body .wps-profile-statgrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
  body .wps-profile-page .wps-page-kicker{padding:8px 14px!important;font-size:11px!important}
  body .wps-profile-anchorbar{min-height:54px!important;overflow-x:auto}
  body .wps-profile-anchorbar .wps-container{min-height:54px!important;justify-content:flex-start;gap:24px!important;white-space:nowrap}
  body .wps-profile-anchorbar a{min-height:54px!important;font-size:12px}
  body .wps-profile-statband{padding:18px 0 30px!important}
  body .wps-profile-statgrid{gap:10px!important}
  body .wps-profile-statgrid article{min-height:96px!important;padding:16px 10px!important;border-radius:15px!important}
  body .wps-profile-statgrid strong{font-size:27px!important}
  body .wps-profile-statgrid span{font-size:9px!important}
}

/* WPSchool v4.7.1 — Facility cards mobile typography cleanup */
@media (max-width:760px){
  body .wps-z-facilities .wps-z-heading.center{
    margin-bottom:24px!important;
  }
  body .wps-z-facilities .wps-z-heading.center h2{
    max-width:330px;
    margin:8px auto 12px!important;
    font-size:clamp(25px,7.4vw,32px)!important;
    line-height:1.12!important;
  }
  body .wps-z-facilities .wps-z-heading.center>p{
    max-width:340px;
    margin:0 auto!important;
    font-size:13px!important;
    line-height:1.65!important;
  }
  body .wps-z-facility-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body .wps-z-facility-grid article{
    min-width:0!important;
    min-height:245px!important;
    aspect-ratio:auto!important;
    border-radius:16px!important;
    background-position:center!important;
  }
  body .wps-z-facility-grid article>div{
    inset:auto 0 0!important;
    padding:16px 13px 17px!important;
  }
  body .wps-z-facility-grid article>div>span{
    display:block!important;
    margin:0 0 6px!important;
    font-size:8px!important;
    line-height:1.2!important;
    letter-spacing:.055em!important;
    white-space:nowrap!important;
  }
  body .wps-z-facility-grid article>div>h3,
  body .wps-z-facility-grid article h3{
    display:-webkit-box!important;
    max-width:100%!important;
    margin:0!important;
    font-size:16px!important;
    line-height:1.18!important;
    letter-spacing:-.02em!important;
    font-weight:800!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
  body .wps-z-facility-grid article>div>p{
    display:none!important;
    max-height:0!important;
    opacity:0!important;
    margin:0!important;
  }
}
@media (max-width:390px){
  body .wps-z-facility-grid article{min-height:225px!important}
  body .wps-z-facility-grid article>div{padding:14px 11px 15px!important}
  body .wps-z-facility-grid article>div>h3,
  body .wps-z-facility-grid article h3{font-size:14px!important}
}
