
:root{
  --navy:#061b3a;
  --deep:#031226;
  --panel:rgba(6,27,58,.76);
  --panel2:rgba(3,18,38,.62);
  --line:rgba(201,220,245,.24);
  --line-strong:rgba(206,225,255,.38);
  --text:#f3f8ff;
  --soft:#d9e9ff;
  --muted:#b9cce6;
  --accent:#9ed8ff;
  --gold:#8ec5ff;
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--navy)}
body{
  margin:0;min-height:100vh;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:
    linear-gradient(90deg,rgba(3,18,38,.34) 0%,rgba(6,27,58,.18) 46%,rgba(6,27,58,.08) 100%),
    linear-gradient(180deg,rgba(3,18,38,.08) 0%,rgba(3,18,38,.30) 100%),
    url('euars-background.jpg');
  background-size:cover;background-position:center center;background-attachment:fixed;
}
a{color:inherit;text-decoration:none}
.header{position:sticky;top:0;z-index:40;background:linear-gradient(180deg,rgba(6,27,58,.68) 0%, rgba(6,27,58,.32) 72%, rgba(6,27,58,0) 100%);backdrop-filter:blur(6px);border-bottom:0;margin-top:84px}
.header-inner{width:min(1360px,calc(100% - 44px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:10px 0}
.brand{display:flex;align-items:center;gap:0;min-width:410px;flex:0 0 410px}
.brand-logo{width:410px;max-height:104px;height:auto;display:block;object-fit:contain}
.brand-text{display:none}
.nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex-wrap:wrap;font-size:13px;font-weight:600;color:var(--soft)}
.nav-item{position:relative;padding:14px 0 10px}
.nav-link{display:block;padding:10px 0 16px;border-radius:0;opacity:.92;white-space:nowrap;position:relative;font-size:14px;font-weight:800;letter-spacing:-.01em}
.nav-link:hover,.nav-link.active{background:none;opacity:1;color:white}
.nav-link.active::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:5px;border-radius:999px;background:#8ec5ff;box-shadow:0 0 0 1px rgba(142,197,255,.08)}
.dropdown{display:none;position:absolute;left:0;top:100%;min-width:310px;max-width:380px;padding:14px;border:1px solid var(--line);border-radius:24px;background:rgba(6,27,58,.92);box-shadow:0 30px 70px rgba(0,0,0,.42);backdrop-filter:blur(16px)}
.nav-item:hover .dropdown{display:grid;gap:2px}
.dropdown a{padding:9px 12px;border-radius:12px;color:var(--soft);line-height:1.2;font-size:13px}
.dropdown a:hover{background:rgba(255,255,255,.08);color:white}
.dropdown-sub{padding-left:24px!important;color:#c7dcf8!important;opacity:.95}
.hero,.container{width:min(1360px,calc(100% - 48px));margin:auto}
.hero{padding:58px 0 26px}
.hero-panel{border:1px solid var(--line-strong);border-radius:56px;padding:52px 64px;background:linear-gradient(180deg,rgba(6,27,58,.36),rgba(3,18,38,.18));box-shadow:0 30px 90px rgba(0,0,0,.18);overflow:hidden}
.kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:900;margin-bottom:22px}
h1{font-size:clamp(42px,5vw,68px);line-height:1.03;margin:0 0 24px;letter-spacing:-.045em;color:#f5f9ff;max-width:1080px}
.hero-subtitle{font-size:clamp(21px,2.2vw,32px);line-height:1.34;color:var(--soft);font-weight:800;max-width:1180px;margin:0 0 20px;letter-spacing:-.02em}
.hero-intro{font-size:clamp(17px,1.35vw,21px);line-height:1.65;color:var(--muted);max-width:1180px;margin:0 0 16px}
.slogan{display:none}
.container{padding:18px 0 90px}
.section{margin-top:34px;border:1px solid var(--line-strong);border-radius:42px;padding:44px 48px;background:linear-gradient(180deg,rgba(6,27,58,.30),rgba(3,18,38,.16));box-shadow:0 26px 74px rgba(0,0,0,.18)}
.section h2{font-size:clamp(32px,3.6vw,54px);line-height:1.05;letter-spacing:-.035em;margin:0 0 14px;color:#f5f9ff}.section h3{font-size:23px;line-height:1.15;margin:0 0 10px;color:#f5f9ff}.section p{font-size:17px;line-height:1.72;color:var(--muted);margin:0 0 16px}.subtitle{font-size:22px;color:var(--soft);font-weight:850;margin:0 0 20px}.badge,.tag{display:inline-flex;padding:8px 13px;border-radius:999px;border:1px solid rgba(142,197,255,.36);background:rgba(142,197,255,.10);color:#d9ecff;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.tag{margin-top:10px;margin-bottom:0;letter-spacing:.04em}
.grid,.subnav,.list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.subnav a,.role,.person,.pill{border:1px solid var(--line);background:rgba(255,255,255,.075);border-radius:28px;padding:24px;transition:.18s ease}.card:hover,.subnav a:hover{transform:translateY(-2px);border-color:rgba(142,197,255,.58);background:rgba(255,255,255,.10)}.card p,.subnav span,.role span,.person span{color:var(--muted);line-height:1.55;font-size:15px}.subnav strong{display:block;font-size:19px;margin-bottom:8px;color:white}.list div{border:1px solid var(--line);background:rgba(255,255,255,.065);border-radius:20px;padding:18px;color:var(--soft);font-weight:800}.flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}.flow div{border:1px solid var(--line);border-radius:22px;padding:18px;background:rgba(255,255,255,.065);color:var(--soft);font-weight:850;min-height:92px;display:flex;align-items:center}.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px}.people-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.person{text-align:center}.avatar{width:132px;height:132px;margin:0 auto 16px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.28),transparent 24%),linear-gradient(135deg,rgba(158,216,255,.22),rgba(255,255,255,.06))}.person strong{display:block;font-size:18px;margin-bottom:6px;color:white}.footer{border-top:1px solid var(--line);background:rgba(3,18,38,.74);color:var(--muted);padding:34px 0 52px}.footer-inner{width:min(1360px,calc(100% - 48px));margin:auto;display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap}
@media(max-width:1180px){.nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex-wrap:wrap;font-size:13px;font-weight:600;color:var(--soft)}.brand{display:flex;align-items:center;gap:0;min-width:410px;flex:0 0 410px}.hero-panel{border:1px solid var(--line-strong);border-radius:56px;padding:52px 64px;background:linear-gradient(180deg,rgba(6,27,58,.36),rgba(3,18,38,.18));box-shadow:0 30px 90px rgba(0,0,0,.18);overflow:hidden}.brand-logo{width:410px;max-height:104px;height:auto;display:block;object-fit:contain}}
@media(max-width:900px){.grid,.grid.three,.subnav,.people-grid,.people-grid.four,.flow,.list{grid-template-columns:1fr 1fr}.hero-panel{border:1px solid var(--line-strong);border-radius:56px;padding:52px 64px;background:linear-gradient(180deg,rgba(6,27,58,.36),rgba(3,18,38,.18));box-shadow:0 30px 90px rgba(0,0,0,.18);overflow:hidden}}
@media(max-width:640px){.grid,.grid.three,.subnav,.people-grid,.people-grid.four,.flow,.list{grid-template-columns:1fr}.brand-logo{width:410px;max-height:104px;height:auto;display:block;object-fit:contain}.brand-text{display:none}.hero{padding:58px 0 26px}.hero-panel,.section{margin-top:34px;border:1px solid var(--line-strong);border-radius:42px;padding:44px 48px;background:linear-gradient(180deg,rgba(6,27,58,.30),rgba(3,18,38,.16));box-shadow:0 26px 74px rgba(0,0,0,.18)}.slogan{display:none}}

/* Website 8 v5 layout cleanup */
@media(max-width:980px){
  .header-inner{width:min(100% - 28px,1360px)}
  .hero,.container{width:min(100% - 28px,1360px)}
  .hero{padding:34px 0 18px}
  .hero-panel{padding:38px 34px;border-radius:36px}
  h1{font-size:clamp(38px,9vw,58px);line-height:1.02}
  .hero-subtitle{font-size:clamp(21px,5vw,30px)}
  .hero-intro{font-size:17px;line-height:1.55}
  .section{padding:34px 30px;border-radius:34px}
  .section h2{font-size:clamp(30px,8vw,46px)}
}
@media(max-width:640px){
  .hero-panel{padding:30px 24px;border-radius:30px}
  h1{font-size:clamp(34px,11vw,48px);letter-spacing:-.04em}
  .section{padding:30px 24px;border-radius:30px}
}

/* EUARS Advisory Board profile cards */
.advisor-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:28px;
}
.advisor-card{
  border:1px solid var(--line-strong);
  background:linear-gradient(180deg,rgba(6,27,58,.42),rgba(3,18,38,.22));
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 24px 68px rgba(0,0,0,.22);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.advisor-photo-wrap{
  width:100%;
  aspect-ratio:4/3;
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.055);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.advisor-photo{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  padding:14px;
  background:rgba(255,255,255,.04);
}
.advisor-body{
  padding:24px 26px 28px;
}
.advisor-body h3{
  font-size:clamp(24px,2vw,34px);
  line-height:1.05;
  margin:0 0 12px;
  color:#f5f9ff;
  letter-spacing:-.035em;
}
.advisor-pillar{
  display:inline-flex;
  padding:7px 11px;
  border:1px solid rgba(142,197,255,.36);
  background:rgba(142,197,255,.10);
  border-radius:999px;
  color:#d9ecff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.advisor-role{
  font-size:17px!important;
  line-height:1.5!important;
  color:var(--soft)!important;
  font-weight:800;
  margin-bottom:12px!important;
}
.advisor-meta{
  font-size:14px!important;
  line-height:1.55!important;
  color:var(--muted)!important;
  margin-bottom:12px!important;
}
@media(max-width:1180px){
  .advisor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .advisor-grid{grid-template-columns:1fr}
}

/* v10: Advisory profiles are shown without implying confirmed appointments. Photos use contain so faces are not cropped. */


/* v12: site under construction label */
.brand-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.under-construction-badge{
  display:inline-flex;
  align-items:center;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(142,197,255,.34);
  background:rgba(142,197,255,.10);
  color:#d9ecff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
}
@media(max-width:980px){
  .brand-wrap{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
  .under-construction-badge{
    font-size:11px;
    padding:8px 12px;
  }
}


/* v13: top-left UNDER CONSTRUCTION label */
.top-construction-label{position:absolute;top:18px;left:26px;z-index:1200;display:inline-flex;align-items:center;padding:9px 16px;border-radius:999px;border:1px solid rgba(142,197,255,.38);background:rgba(6,27,58,.86);backdrop-filter:blur(10px);color:#d9ecff;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 28px rgba(0,0,0,.22);white-space:nowrap}
@media(max-width:980px){.top-construction-label{top:14px;left:18px;font-size:11px;padding:8px 12px}.header{margin-top:70px!important}}

/* old inline construction badge kept inactive */
.brand-wrap{display:contents;}
.under-construction-badge{display:none!important;}

/* v18: Executive Committee cards */
.executive-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:28px;
}
.executive-card{
  border:1px solid var(--line-strong);
  background:linear-gradient(180deg,rgba(6,27,58,.42),rgba(3,18,38,.22));
  border-radius:34px;
  padding:34px;
  box-shadow:0 24px 68px rgba(0,0,0,.22);
  min-height:320px;
}
.executive-photo{
  width:100%;
  aspect-ratio:16/9;
  border:1px solid var(--line-strong);
  border-radius:28px;
  background:rgba(255,255,255,.055);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d9ecff;
  font-size:16px;
  font-weight:900;
  letter-spacing:.16em;
  margin-bottom:28px;
}
.executive-card h3{
  font-size:clamp(30px,2.4vw,42px);
  line-height:1.05;
  margin:0 0 22px;
  color:#f5f9ff;
  letter-spacing:-.035em;
}
.executive-role{
  color:#9ed8ff;
  font-size:clamp(18px,1.6vw,28px);
  line-height:1.22;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  margin-bottom:26px;
}
.executive-org{
  font-size:22px!important;
  line-height:1.4!important;
  color:var(--soft)!important;
  margin:0 0 8px!important;
}
.executive-card p{
  font-size:21px;
  line-height:1.55;
}
@media(max-width:1180px){
  .executive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .executive-grid{grid-template-columns:1fr}
  .executive-card{min-height:auto;padding:28px}
}

/* v19: timeline tag for Advisory Board profiles */
.advisor-year-tag{
  display:inline-flex;
  padding:7px 11px;
  border:1px solid rgba(142,197,255,.36);
  background:rgba(142,197,255,.10);
  border-radius:999px;
  color:#d9ecff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  margin:0 0 14px 8px;
}
@media(max-width:700px){
  .advisor-year-tag{margin-left:0;margin-top:8px}
}

/* v24: Education Committee suggested composition */
.committee-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.committee-role-card{
  border:1px solid var(--line-strong);
  background:linear-gradient(180deg,rgba(6,27,58,.42),rgba(3,18,38,.22));
  border-radius:28px;
  padding:26px 28px;
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.committee-role-card h3{
  font-size:clamp(22px,1.8vw,30px);
  line-height:1.12;
  margin:0 0 12px;
  color:#f5f9ff;
  letter-spacing:-.025em;
}
.committee-role-card p{
  font-size:17px;
  line-height:1.6;
  color:var(--muted);
  margin:0;
}
@media(max-width:800px){
  .committee-grid{grid-template-columns:1fr}
}

/* v27: Education three-block framework */
.education-blocks{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:30px;
}
.education-block{
  border:1px solid var(--line-strong);
  background:linear-gradient(180deg,rgba(6,27,58,.42),rgba(3,18,38,.22));
  border-radius:34px;
  padding:30px;
  box-shadow:0 22px 62px rgba(0,0,0,.20);
}
.education-block h3{
  font-size:clamp(27px,2.4vw,40px);
  line-height:1.05;
  margin:0 0 14px;
  color:#f5f9ff;
  letter-spacing:-.035em;
}
.mini-links{
  display:grid;
  gap:12px;
  margin-top:22px;
}
.mini-links a{
  display:block;
  border:1px solid var(--line);
  background:rgba(255,255,255,.065);
  border-radius:20px;
  padding:16px 18px;
  transition:.18s ease;
}
.mini-links a:hover{
  transform:translateY(-2px);
  border-color:rgba(142,197,255,.58);
  background:rgba(255,255,255,.095);
}
.mini-links strong{
  display:block;
  color:#f5f9ff;
  font-size:18px;
  line-height:1.2;
  margin-bottom:7px;
}
.mini-links span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.48;
}
@media(max-width:1180px){
  .education-blocks{grid-template-columns:1fr}
}

/* v28: Faculty Development as a standalone block */
.education-blocks.four{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media(max-width:1180px){
  .education-blocks.four{grid-template-columns:1fr}
}

/* v29: Education Committee block leaders */
.executive-grid.four-cards{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media(max-width:700px){
  .executive-grid.four-cards{grid-template-columns:1fr}
}

/* v30: Education Committee reporting line */
.committee-reporting-line{
  display:inline-flex;
  align-items:center;
  margin-top:18px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(142,197,255,.36);
  background:rgba(142,197,255,.10);
  color:#d9ecff;
  font-size:15px;
  font-weight:800;
  letter-spacing:.01em;
}
.committee-reporting-line strong{
  color:#f5f9ff;
  margin-right:8px;
}
@media(max-width:700px){
  .committee-reporting-line{
    border-radius:22px;
    align-items:flex-start;
    line-height:1.45;
  }
}


/* EUARS Bradley update compatibility: keeps generated pages aligned with the uploaded visual system */
.main{width:min(1360px,calc(100% - 48px));margin:auto;padding:18px 0 90px}
.main .section{width:100%}
.pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
.role-card{border:1px solid var(--line);background:rgba(255,255,255,.075);border-radius:28px;padding:24px;transition:.18s ease}
.role-card:hover{transform:translateY(-2px);border-color:rgba(142,197,255,.58);background:rgba(255,255,255,.10)}
.role-card p{color:var(--muted);line-height:1.55;font-size:15px;margin:0}
.section-head{max-width:920px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:12px 18px;color:#fff;background:rgba(255,255,255,.075);font-weight:850}
.btn.primary{background:rgba(142,197,255,.16);border-color:rgba(142,197,255,.42)}
.note{border:1px solid rgba(142,197,255,.30);border-left:4px solid rgba(142,197,255,.72);background:rgba(142,197,255,.08);border-radius:16px;padding:16px 18px;color:var(--soft)}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:900px){.pillars,.grid.two{grid-template-columns:1fr}.main{width:min(100% - 28px,1360px)}}


/* EUARS homepage — hero aligned higher, in the visual style of the reference screen */
body.homepage{
  min-height:100vh;
  background:
    linear-gradient(90deg,rgba(3,18,38,.42) 0%,rgba(3,18,38,.24) 44%,rgba(3,18,38,.10) 100%),
    linear-gradient(180deg,rgba(3,18,38,.06) 0%,rgba(3,18,38,.26) 100%),
    url('euars-background.jpg');
  background-size:cover;
  background-position:center top;
  background-attachment:fixed;
  color:var(--text);
}
body.homepage .top-construction-label{
  position:fixed;
}
body.homepage .header{
  position:sticky;
  top:0;
  margin-top:58px;
  background:linear-gradient(180deg,rgba(3,18,38,.82) 0%,rgba(3,18,38,.48) 74%,rgba(3,18,38,.12) 100%);
  border-bottom:1px solid rgba(201,220,245,.12);
  backdrop-filter:blur(8px);
}
body.homepage .header-inner{
  width:min(1500px,calc(100% - 68px));
  padding:14px 0 18px;
  align-items:center;
}
body.homepage .brand{
  min-width:500px;
  flex:0 0 500px;
}
body.homepage .brand-logo{
  width:500px;
  max-height:128px;
  object-fit:contain;
  object-position:left center;
}
body.homepage .nav{
  gap:30px;
  font-size:15px;
}
body.homepage .nav-link{
  font-size:16px;
  font-weight:900;
  padding-bottom:18px;
}
.homepage-main{
  min-height:calc(100vh - 150px);
  background:transparent;
}
.homepage-hero{
  width:100%;
  min-height:calc(100vh - 160px);
  display:flex;
  align-items:flex-start;
  padding:clamp(40px,5.2vh,74px) 0 96px;
  border-top:1px solid rgba(201,220,245,.18);
}
.homepage-hero-inner{
  width:min(1500px,calc(100% - 88px));
  margin:0 auto;
}
.homepage-copy-card{
  max-width:1180px;
  border:1px solid rgba(201,220,245,.22);
  border-radius:46px;
  background:linear-gradient(180deg,rgba(3,18,38,.42),rgba(3,18,38,.23));
  box-shadow:0 30px 90px rgba(0,0,0,.18);
  padding:52px 64px;
  text-align:left;
}
.homepage-eyebrow{
  color:#9ed8ff;
  text-transform:uppercase;
  letter-spacing:.17em;
  font-size:clamp(13px,1.2vw,17px);
  font-weight:950;
  margin-bottom:24px;
}
.homepage-copy-card h1{
  font-size:clamp(42px,5vw,68px);
  line-height:1.03;
  letter-spacing:-.045em;
  max-width:1060px;
  margin:0 0 24px;
  color:#f8fbff;
}
.homepage-lead{
  font-size:clamp(21px,2.2vw,32px);
  line-height:1.34;
  font-weight:800;
  letter-spacing:-.02em;
  color:#ecf6ff;
  margin:0;
  max-width:1180px;
}
.homepage-intro{
  font-size:clamp(17px,1.35vw,21px);
  line-height:1.65;
  font-weight:600;
  letter-spacing:0;
  color:#d4e7fb;
  margin:20px 0 0;
  max-width:1140px;
}
.homepage-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.homepage-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(142,197,255,.48);
  border-radius:999px;
  padding:12px 18px;
  color:#f5f9ff;
  background:rgba(142,197,255,.10);
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.homepage-button.primary{
  background:rgba(142,197,255,.20);
  border-color:rgba(142,197,255,.72);
}
body.homepage .footer{
  background:rgba(3,18,38,.76);
}
@media(max-width:1250px){
  body.homepage .header-inner{width:min(100% - 44px,1500px);flex-wrap:wrap;gap:18px}
  body.homepage .brand{min-width:410px;flex:0 0 410px}
  body.homepage .brand-logo{width:410px;max-height:104px}
  body.homepage .nav{gap:22px}
  .homepage-hero-inner{width:min(100% - 52px,1500px)}
}
@media(max-width:880px){
  body.homepage{background-position:58% top;background-attachment:scroll}
  body.homepage .header{margin-top:54px!important}
  body.homepage .brand{min-width:100%;flex:0 0 100%}
  body.homepage .brand-logo{width:min(410px,100%);max-height:104px}
  body.homepage .nav{justify-content:flex-start;gap:14px;font-size:12px}
  body.homepage .nav-link{font-size:13px;padding-bottom:12px}
  .homepage-hero{min-height:auto;padding:32px 0 70px}
  .homepage-hero-inner{width:min(100% - 28px,1500px)}
  .homepage-copy-card{border-radius:34px;padding:38px 34px}
  .homepage-copy-card h1{font-size:clamp(38px,9vw,58px);line-height:1.02}
  .homepage-lead{font-size:clamp(21px,5vw,30px);line-height:1.34}
  .homepage-intro{font-size:17px;line-height:1.55;margin-top:20px}
}
@media(max-width:560px){
  body.homepage .nav{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  .homepage-copy-card{border-radius:28px;padding:30px 24px}
  .homepage-actions{gap:10px}
  .homepage-button{width:100%;padding:13px 16px}
}


/* v32: homepage typography aligned with the rest of the website */
body.homepage .header-inner{
  width:min(1360px,calc(100% - 44px));
  padding:10px 0 14px;
}
body.homepage .brand{
  min-width:410px;
  flex:0 0 410px;
}
body.homepage .brand-logo{
  width:410px;
  max-height:104px;
}
body.homepage .nav{
  gap:22px;
  font-size:13px;
}
body.homepage .nav-link{
  font-size:14px;
  padding-bottom:16px;
}
.homepage-hero{
  padding:clamp(34px,4.2vh,58px) 0 86px;
}
.homepage-hero-inner{
  width:min(1360px,calc(100% - 48px));
}
.homepage-copy-card{
  max-width:1080px;
  border-radius:42px;
  padding:44px 48px;
}
.homepage-eyebrow{
  font-size:13px;
  margin-bottom:18px;
}
.homepage-copy-card h1{
  font-size:clamp(36px,4.1vw,56px);
  line-height:1.05;
  margin-bottom:20px;
  max-width:960px;
}
.homepage-lead{
  font-size:clamp(18px,1.65vw,25px);
  line-height:1.42;
  font-weight:760;
  max-width:1040px;
}
.homepage-intro{
  font-size:clamp(16px,1.18vw,19px);
  line-height:1.62;
  font-weight:560;
  max-width:1040px;
  margin-top:18px;
}
.homepage-actions{
  margin-top:24px;
  gap:12px;
}
.homepage-button{
  font-size:12px;
  padding:10px 16px;
}
@media(max-width:880px){
  .homepage-copy-card h1{font-size:clamp(34px,8vw,48px)}
  .homepage-lead{font-size:clamp(18px,4.2vw,24px)}
  .homepage-intro{font-size:16px;line-height:1.55}
}


/* Governance page: three-block cascade */
.governance-flow-section h2{
  margin-bottom:22px;
}
.governance-cascade{
  display:grid;
  gap:20px;
  margin-top:24px;
}
.governance-step{
  display:grid;
  grid-template-columns:86px 1fr;
  align-items:center;
  gap:22px;
  width:100%;
  min-height:132px;
  padding:28px 34px;
}
.governance-step:nth-child(2){
  margin-left:42px;
  width:calc(100% - 42px);
}
.governance-step:nth-child(3){
  margin-left:84px;
  width:calc(100% - 84px);
}
.step-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:999px;
  border:1px solid rgba(142,197,255,.40);
  background:rgba(142,197,255,.10);
  color:#d9ecff;
  font-size:15px;
  font-weight:900;
  letter-spacing:.08em;
}
.governance-step h3{
  font-size:clamp(26px,2.3vw,40px);
  line-height:1.06;
  margin:0 0 10px;
}
.governance-step p{
  font-size:clamp(17px,1.4vw,22px);
  line-height:1.48;
  margin:0;
}
@media(max-width:900px){
  .governance-step,
  .governance-step:nth-child(2),
  .governance-step:nth-child(3){
    grid-template-columns:1fr;
    margin-left:0;
    width:100%;
    gap:16px;
    padding:26px;
  }
}

/* v37: Education curriculum model resized and centred */
.education-model-section{
  overflow:hidden;
}
.education-model-section .badge{
  margin-bottom:20px;
}
.education-model-text{
  font-size:clamp(17px,1.25vw,21px)!important;
  line-height:1.58!important;
  color:var(--soft)!important;
  max-width:1160px;
  margin:0 auto 30px!important;
  text-align:left;
}
.education-flow-row{
  display:grid;
  grid-template-columns:minmax(150px,180px) 42px minmax(150px,180px) 42px minmax(150px,180px) 42px minmax(150px,180px) 42px minmax(150px,180px);
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  max-width:1130px;
  margin:30px auto 0;
}
.education-flow-card{
  min-height:218px;
  border:1px solid var(--line-strong);
  background:linear-gradient(180deg,rgba(6,27,58,.38),rgba(3,18,38,.18));
  border-radius:26px;
  padding:22px 20px;
  box-shadow:0 18px 54px rgba(0,0,0,.18);
}
.flow-number{
  width:46px;
  height:46px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(142,197,255,.42);
  background:rgba(142,197,255,.10);
  color:#d9ecff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:22px;
}
.education-flow-card h3{
  font-size:clamp(22px,1.65vw,30px);
  line-height:1.08;
  margin:0 0 12px;
  letter-spacing:-.035em;
}
.education-flow-card p{
  font-size:clamp(14px,.95vw,16px);
  line-height:1.46;
  color:var(--muted);
  margin:0;
}
.flow-arrow{
  color:#9ed8ff;
  font-size:44px;
  font-weight:900;
  text-align:center;
  line-height:1;
  text-shadow:0 0 18px rgba(158,216,255,.28);
}
.course-programme-section h2{
  font-size:clamp(36px,3.7vw,58px);
  max-width:1100px;
}
.course-programme-section p{
  font-size:clamp(18px,1.45vw,24px);
  line-height:1.55;
  color:var(--soft);
  max-width:1200px;
}
@media(max-width:1180px){
  .education-flow-row{
    grid-template-columns:1fr;
    max-width:620px;
    gap:12px;
  }
  .flow-arrow{
    transform:rotate(90deg);
    font-size:36px;
  }
  .education-flow-card{
    min-height:auto;
  }
}
