:root {
  --navy:#0a2e70;
  --navy-deep:#031935;
  --teal:#0ca7a6;
  --teal-bright:#18bab7;
  --blue:#067d9c;
  --ink:#173b78;
  --muted:#546985;
  --line:#d7e0ea;
  --soft:#f7f9fc;
  --shadow:0 18px 45px rgba(24,54,98,.11);
  --content:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
.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}
.skip-link{position:fixed;left:1rem;top:-4rem;z-index:1000;background:#fff;color:var(--navy);padding:.75rem 1rem;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:1rem}

.site-header{background:#fff;position:relative;z-index:20}
.header-shell,.utility-shell,.footer-shell{width:min(var(--content),calc(100% - 40px));margin:0 auto}
.header-shell{min-height:164px;display:flex;align-items:center;justify-content:flex-end;position:relative}
.brand{position:absolute;left:-14px;top:8px;width:226px;z-index:6}
.brand img{width:100%;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 7px 13px rgba(4,35,79,.08))}
.primary-nav{display:flex;gap:clamp(24px,3.7vw,58px);align-items:center;padding-left:210px}
.primary-nav a{position:relative;font-size:clamp(1rem,1.35vw,1.18rem);font-weight:700;white-space:nowrap;padding:10px 0 12px}
.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--teal);transition:right .25s ease}
.primary-nav a:hover::after,.primary-nav a.active::after{right:0}
.utility-bar{background:linear-gradient(90deg,#eef3f7 0%,#f8fbfd 100%);border-top:1px solid #edf1f5;border-bottom:1px solid #d8e0e9}
.utility-shell{min-height:82px;display:flex;align-items:center;justify-content:flex-end;gap:40px;padding-left:210px}
.search{width:min(360px,34vw);height:46px;background:#fff;border:1px solid #ccd5df;border-radius:999px;display:flex;align-items:center;overflow:hidden;box-shadow:inset 0 1px 2px rgba(20,40,70,.04)}
.search input{border:0;outline:0;width:100%;padding:0 18px;color:var(--ink);background:transparent}
.search button{width:48px;height:100%;border:0;background:transparent;color:var(--navy);display:grid;place-items:center;cursor:pointer}
.search svg{width:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.utility-actions{display:flex;gap:14px}
.cta{min-width:132px;height:46px;padding:0 18px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:700;box-shadow:0 7px 16px rgba(4,35,79,.14);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.cta:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(4,35,79,.2);filter:brightness(1.05)}
.cta-navy{background:linear-gradient(135deg,#052c69,#003771)}
.cta-blue{background:linear-gradient(135deg,#006b88,#087f9c)}
.cta-teal{background:linear-gradient(135deg,#047e7f,#0aa29e)}
.menu-toggle{display:none}

.hero-section{width:100%;background:#071f4d;overflow:hidden}
.hero-section img{width:100%;height:auto;display:block}

.page-content{padding:10px 0 120px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.content-wrap{width:min(1180px,calc(100% - 56px));margin:0 auto}
.feature-card{margin-top:54px;border:1.5px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);padding:44px 46px;display:grid;grid-template-columns:1.28fr .82fr;gap:52px;align-items:center}
.section-label{margin:0 0 17px;color:var(--teal-bright);font-size:.79rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.feature-copy h2,.section-heading h2{margin:0;color:var(--navy);font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.8rem,4.5vw,4rem);font-weight:600;line-height:1}
.short-rule{width:68px;height:4px;background:var(--teal-bright);margin:22px 0 28px}
.lead{margin:0 0 18px;color:#35558a;font-size:1.05rem;line-height:1.7}
.check-list{list-style:none;padding:0;margin:24px 0 34px}
.check-list li{position:relative;padding:0 0 20px 38px;color:#35558a;font-size:1.03rem;line-height:1.6}
.check-list li::before{content:"✓";position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e2f7f5;color:#0aa29e;font-weight:900}
.content-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:8px;color:#fff;background:linear-gradient(135deg,#078d8c,#10aaa6);font-weight:800;box-shadow:0 11px 24px rgba(4,97,103,.18);transition:.2s}
.content-button:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(4,97,103,.24)}
.gradient-callout{min-height:350px;border-radius:22px;padding:40px 38px;color:#fff;background:linear-gradient(135deg,#0a275e 0%,#244f85 58%,#66b4bd 100%);box-shadow:0 22px 42px rgba(19,49,89,.17);display:flex;flex-direction:column;justify-content:center}
.callout-kicker{margin:0 0 18px;color:#80e2dc;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.gradient-callout h3{margin:0 0 22px;font-family:"Cormorant Garamond",Georgia,serif;font-size:3rem;line-height:.95;font-weight:600}
.gradient-callout p{margin:0;color:rgba(255,255,255,.95);font-size:1.05rem;line-height:1.65}

.fellowship-card{align-items:start}
.fellowship-points{display:grid;gap:16px}
.fellowship-points article{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start;padding:21px 22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 25px rgba(24,54,98,.08)}
.point-number{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#e7f6f6;color:#0a8d8b;font-weight:800}
.fellowship-points strong{display:block;color:var(--navy);font-size:1.08rem;margin-bottom:5px}
.fellowship-points p{margin:0;color:#536b8a;line-height:1.55}

.programs-section{padding:76px 0 0}
.section-heading{text-align:center;margin-bottom:40px}
.top-rule{width:72px;height:4px;background:var(--teal-bright);margin:0 auto 18px}
.program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.program-card{min-height:365px;border:1.5px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);padding:34px 26px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.program-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(24,54,98,.17);border-color:#bfcfe0}
.program-icon{width:66px;height:66px;border-radius:50%;border:2px solid #dbe3ee;display:grid;place-items:center;color:var(--navy);font-size:1.45rem;margin-bottom:20px}
.program-card h3{margin:0;color:var(--navy);font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;font-weight:600;line-height:1.05}
.card-rule{display:block;width:46px;height:4px;background:var(--teal-bright);margin:18px auto}
.program-card p{margin:0;color:#35558a;line-height:1.6;font-size:.98rem;flex-grow:1}
.card-action{display:inline-block;margin-top:20px;color:#078b8b;font-weight:800;font-size:.9rem}

.site-footer{border-top:4px solid var(--teal);color:#fff;background-color:#031936;background-image:linear-gradient(rgba(2,18,43,.82),rgba(2,18,43,.93)),url("assets/images/footer-reference.png");background-size:cover;background-position:center}
.footer-shell{padding:18px 0 24px;text-align:center}
.footer-icons{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:10px}
.footer-icons>span{width:1px;height:48px;background:rgba(255,255,255,.62)}
.footer-icons a{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;transition:transform .2s ease,background .2s ease}
.footer-icons a:hover{transform:translateY(-3px);background:rgba(255,255,255,.1)}
.footer-icons svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.footer-url{display:inline-block;color:var(--teal-bright);font-size:1.25rem;margin:2px 0 8px}
.site-footer p{margin:3px 0;font-size:.88rem;color:rgba(255,255,255,.94)}

@media(max-width:1100px){
  .header-shell{min-height:142px}.brand{width:202px;top:8px;left:-8px}.primary-nav{gap:24px;padding-left:175px}.primary-nav a{font-size:.98rem}.utility-shell{padding-left:175px;gap:24px}.cta{min-width:118px}
  .feature-card{grid-template-columns:1fr}.program-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .header-shell{min-height:110px;justify-content:space-between}.brand{position:relative;left:0;top:0;width:112px;margin:8px 0}.menu-toggle{display:flex;flex-direction:column;gap:5px;border:0;background:none;padding:12px}.menu-toggle span:not(.sr-only){width:28px;height:2px;background:var(--navy)}
  .primary-nav{position:absolute;left:0;right:0;top:100%;padding:16px 20px 22px;background:#fff;box-shadow:0 14px 24px rgba(10,30,60,.13);flex-direction:column;gap:4px;align-items:stretch;display:none}.primary-nav.open{display:flex}.primary-nav a{padding:12px 8px}
  .utility-shell{padding-left:0;flex-wrap:wrap;gap:12px;padding-top:14px;padding-bottom:14px}.search{width:100%;order:2}.utility-actions{width:100%;justify-content:flex-end}
}
@media(max-width:650px){
  .header-shell,.utility-shell,.footer-shell,.content-wrap{width:min(100% - 24px,var(--content))}.utility-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cta{min-width:0;padding:0 8px;font-size:.86rem}
  .feature-card{padding:28px 22px;gap:30px}.gradient-callout{min-height:280px;padding:30px 26px}.program-grid{grid-template-columns:1fr}.page-content{padding-bottom:80px}.footer-icons{gap:8px;flex-wrap:wrap}.footer-icons>span{display:none}.footer-icons a{width:40px;height:40px}.site-footer p{font-size:.76rem}
}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(20,185,181,.65);outline-offset:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}



/* Restored full Education hero with five live resource CTAs */
.education-live-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #071f4d;
}
.education-live-hero > img {
  width: 100%;
  height: auto;
  display: block;
}
.education-hero-actions {
  position: absolute;
  left: 47.2%;
  right: 8.4%;
  bottom: 25.7%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(3, 22, 62, .84);
  box-shadow: 0 10px 26px rgba(0, 15, 45, .28);
  z-index: 4;
}
.education-hero-actions a {
  min-height: 50px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: clamp(.72rem, .78vw, .9rem);
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 8px 18px rgba(0, 18, 50, .24);
  transition: transform .2s ease, filter .2s ease;
}
.education-hero-actions a:nth-child(1) { background: linear-gradient(135deg, #09aaa6, #08c0b8); }
.education-hero-actions a:nth-child(2) { background: linear-gradient(135deg, #068f9d, #079fba); }
.education-hero-actions a:nth-child(3) { background: linear-gradient(135deg, #087b9b, #0873b5); }
.education-hero-actions a:nth-child(4) { background: linear-gradient(135deg, #086a9f, #075aa4); }
.education-hero-actions a:nth-child(5) { background: linear-gradient(135deg, #07568f, #073f82); }
.education-hero-actions a:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}
.program-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.program-card {
  min-height: 390px;
  padding-left: 20px;
  padding-right: 20px;
}
.program-card h3 { font-size: 1.75rem; }
.program-card .card-action {
  color: var(--teal);
  font-weight: 800;
  margin-top: 18px;
}
@media (max-width: 1200px) {
  .program-grid { grid-template-columns: repeat(3, 1fr); }
  .education-hero-actions {
    left: 43%;
    right: 3%;
    bottom: 24%;
  }
}
@media (max-width: 900px) {
  .education-hero-actions {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    padding: 14px 18px 20px;
    border-radius: 0;
    background: #071f4d;
  }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .education-hero-actions { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }
}
