    :root{
      --bg:#f7f9fc;
      --surface:#ffffff;
      --surface-2:#f1f6fb;
      --line:#d9e4ef;
      --line-strong:#c8d8e8;
      --text:#17293d;
      --muted:#66798f;
      --blue:#2f67ae;
      --blue-2:#4a85cd;
      --blue-deep:#17385f;
      --blue-soft:#eaf2fb;
      --gold:#b58b41;
      --max:1380px;
      --r-xl:24px;
      --r-lg:18px;
      --r-md:12px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
      background:
        radial-gradient(circle at top right, rgba(74,133,205,.08), transparent 24%),
        linear-gradient(180deg,#fbfdff 0%,#f4f8fc 100%);
    }
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(var(--max),calc(100% - 44px));margin:0 auto}

    .topbar{
      background:#f4f8fc;
      border-bottom:1px solid var(--line);
      color:#77879a;
      font-size:11px;
      letter-spacing:.05em;
    }
    .topbar-inner{
      height:34px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .topbar-links{display:flex;gap:14px;flex-wrap:wrap}

    .nav{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:blur(12px);
      background:rgba(250,252,255,.96);
      border-bottom:1px solid var(--line);
    }
    .nav-inner{
      height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:14px;
      flex:0 0 auto;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:10px;
      background:linear-gradient(135deg,var(--blue),var(--blue-2));
      color:#fff;
      display:grid;place-items:center;
    }
    .brand-mark svg{width:22px;height:22px;stroke:currentColor}
    .brand-copy h1{
      margin:0;
      font-size:22px;
      line-height:1;
      color:var(--blue-deep);
      font-family:Georgia,"Times New Roman",serif;
      font-weight:600;
      letter-spacing:-.02em;
    }
    .brand-copy p{
      margin:4px 0 0;
      color:#7a8ba0;
      font-size:12px;
      letter-spacing:.06em;
      text-transform:uppercase;
    }

    .nav-links{
      display:flex;
      align-items:center;
      gap:2px;
      justify-content:center;
      flex:1 1 auto;
      min-width:0;
    }
    .nav-links a{
      padding:9px 11px;
      border-radius:8px;
      color:#31485f;
      font-size:13px;
      white-space:nowrap;
    }
    .nav-links a.active,
    .nav-links a:hover{
      background:var(--blue-soft);
      color:var(--blue-deep);
    }

    .nav-actions{
      display:flex;
      gap:8px;
      align-items:center;
      flex:0 0 auto;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:40px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid transparent;
      font-size:14px;
      font-weight:600;
      cursor:pointer;
    }
    .btn.primary{
      background:linear-gradient(135deg,var(--blue),var(--blue-2));
      color:#fff;
    }
    .btn.secondary{
      background:#fff;
      color:var(--blue);
      border-color:var(--line);
    }
    .btn.subtle{
      background:transparent;
      color:#5f7288;
      height:auto;
      padding:0 4px;
      border:none;
      font-weight:500;
    }

    main{padding:28px 0 58px}

    .hero{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:start;
    }
    .hero-main{
      min-height:460px;
      border-radius:var(--r-xl);
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 56% 34%, rgba(195,186,162,.17), transparent 12%),
        linear-gradient(180deg,#fbfcfe 0%,#f3f7fb 100%);
      padding:54px 50px 38px;
      position:relative;
      overflow:hidden;
    }
    .hero-main::after{
      content:"";
      position:absolute;
      left:0;top:0;bottom:0;
      width:4px;
      background:linear-gradient(180deg,var(--blue),var(--blue-2));
      opacity:.75;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:11px;
      font-weight:700;
      letter-spacing:.11em;
      text-transform:uppercase;
      color:#8698ad;
    }
    .eyebrow::before{
      content:"";
      width:28px;height:1px;
      background:#8ea2bb;
    }
    .hero-main h2{
      margin:22px 0 0;
      font-family:Georgia,"Times New Roman",serif;
      font-size:58px;
      line-height:1.03;
      letter-spacing:-.035em;
      color:var(--blue-deep);
      max-width:760px;
      font-weight:600;
    }
    .hero-main h2 em{
      color:#9ab1ce;
      font-style:italic;
      font-weight:500;
    }
    .hero-main p{
      margin:20px 0 0;
      max-width:590px;
      font-size:17px;
      line-height:1.82;
      color:#60748b;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .hero-stats{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:34px;
      padding-top:22px;
      border-top:1px solid var(--line);
    }
    .stat{padding-right:10px}
    .stat strong{
      display:block;
      font-family:Georgia,serif;
      font-size:30px;
      line-height:1;
      color:#6f8db8;
      font-weight:600;
    }
    .stat span{
      display:block;
      margin-top:6px;
      color:#8899ac;
      font-size:13px;
      line-height:1.35;
    }

    .hero-side{
      display:grid;
      gap:16px;
    }
    .quick-strip,
    .feature-summary{
      border:1px solid var(--line);
      border-radius:var(--r-lg);
      background:#fff;
    }
    .quick-strip{
      background:linear-gradient(180deg,#f2f7fd 0%,#edf4fc 100%);
      padding:14px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .quick-link{
      min-height:86px;
      border-radius:14px;
      border:1px solid #dde7f2;
      background:#fff;
      padding:16px 14px;
    }
    .quick-link .k{
      font-size:11px;
      text-transform:uppercase;
      letter-spacing:.08em;
      color:#5f85b4;
      font-weight:700;
    }
    .quick-link strong{
      display:block;
      margin-top:8px;
      font-size:14px;
      color:#28435f;
      line-height:1.4;
    }

    .feature-summary{
      padding:22px;
      background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    }
    .summary-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .summary-tag{
      display:inline-flex;
      align-items:center;
      height:24px;
      padding:0 10px;
      border-radius:999px;
      background:var(--blue-soft);
      color:var(--blue);
      font-size:12px;
      font-weight:700;
    }
    .summary-status{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:#4d8d76;
      font-size:12px;
      font-weight:700;
    }
    .summary-status::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:#4d8d76;
    }
    .feature-summary h3{
      margin:0;
      font-size:28px;
      line-height:1.16;
      color:var(--blue-deep);
      font-family:Georgia,"Times New Roman",serif;
      font-weight:600;
      max-width:410px;
    }
    .summary-meta{
      display:grid;
      gap:9px;
      margin-top:16px;
      color:#687a90;
      font-size:14px;
    }
    .summary-notes{
      display:grid;
      gap:10px;
      margin-top:16px;
    }
    .summary-box{
      padding:12px 14px;
      border-radius:14px;
      border:1px solid #dde5ee;
      background:#f7f9fc;
      color:#6a7890;
      font-size:13px;
      line-height:1.6;
    }
    .summary-box strong{
      display:block;
      margin-bottom:4px;
      color:#3c5576;
      font-size:12px;
      text-transform:uppercase;
      letter-spacing:.06em;
    }
    .summary-actions{
      display:flex;
      gap:10px;
      margin-top:18px;
      align-items:center;
    }
    .summary-link{
      color:#57749b;
      font-size:14px;
      font-weight:500;
    }

    .section-shell{
      margin-top:22px;
      border:1px solid var(--line);
      border-radius:var(--r-xl);
      background:#fff;
      padding:22px;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .section-kicker{
      font-size:10px;
      text-transform:uppercase;
      letter-spacing:.11em;
      color:#5f82ae;
      font-weight:700;
    }
    .section-title{
      margin:6px 0 0;
      font-size:30px;
      line-height:1.16;
      color:var(--blue-deep);
      font-family:Georgia,"Times New Roman",serif;
      font-weight:600;
    }
    .section-link{
      font-size:12px;
      color:#7b8ea5;
      white-space:nowrap;
    }

    .opportunities{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:22px;
      align-items:start;
    }
    .feature-article{
      border-right:1px solid var(--line);
      padding-right:22px;
    }
    .article-image{
      height:250px;
      border-radius:18px;
      overflow:hidden;
      background:
        linear-gradient(120deg, rgba(24,58,99,.34), rgba(24,58,99,.06)),
        url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
    }
    .article-copy{
      padding-top:16px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      height:24px;
      padding:0 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }
    .pill.conference{background:#e9f1fb;color:var(--blue)}
    .pill.grant{background:#f4efe3;color:#87683c}
    .pill.school{background:#edf7f0;color:#2f6f52}
    .pill.newsletter{background:#eef1fb;color:#5f6ea9}
    .pill.video{background:#edf6f7;color:#2f6f78}
    .pill.pub{background:#f5f2eb;color:#6b5a3b}
    .article-copy h3{
      margin:12px 0 0;
      font-size:34px;
      line-height:1.16;
      color:var(--blue-deep);
      font-family:Georgia,"Times New Roman",serif;
      font-weight:600;
      max-width:760px;
    }
    .article-copy p{
      margin:12px 0 0;
      font-size:15px;
      line-height:1.78;
      color:#62758c;
      max-width:720px;
    }
    .article-meta{
      display:flex;
      gap:20px;
      flex-wrap:wrap;
      margin-top:16px;
      color:#74859a;
      font-size:13px;
    }
    .article-actions{
      display:flex;
      gap:12px;
      margin-top:18px;
      flex-wrap:wrap;
    }

    .op-list{
      display:grid;
      gap:14px;
    }
    .op-row{
      padding:16px 0;
      border-top:1px solid #e2eaf3;
      display:grid;
      grid-template-columns: 1fr auto;
      gap:12px;
      align-items:start;
    }
    .op-row:first-child{border-top:none;padding-top:0}
    .op-row h4{
      margin:10px 0 0;
      font-size:19px;
      line-height:1.35;
      color:#28435f;
      font-weight:600;
    }
    .op-row p{
      margin:8px 0 0;
      font-size:14px;
      line-height:1.68;
      color:#697b91;
    }
    .op-date{
      color:#94a4b6;
      font-size:13px;
      white-space:nowrap;
      padding-top:4px;
    }

    .network-news{
      margin-top:20px;
      display:grid;
      grid-template-columns: 300px 1fr;
      gap:22px;
      align-items:start;
    }
    .news-intro{
      padding-right:8px;
      border-right:1px solid var(--line);
    }
    .news-intro h3{
      margin:6px 0 0;
      font-size:34px;
      line-height:1.16;
      color:var(--blue-deep);
      font-family:Georgia,"Times New Roman",serif;
      font-weight:600;
    }
    .news-intro p{
      margin:12px 0 0;
      color:#66798f;
      font-size:14px;
      line-height:1.76;
    }
    .news-stream{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:18px;
    }
    .news-main{
      display:grid;
      gap:14px;
    }
    .news-feature{
      border:1px solid var(--line);
      border-radius:18px;
      overflow:hidden;
      background:#fff;
    }
    .news-feature-image{
      height:190px;
      background:
        linear-gradient(120deg, rgba(24,58,99,.18), rgba(24,58,99,.04)),
        url('https://images.unsplash.com/photo-1516321497487-e288fb19713f?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
    }
    .news-feature-copy{
      padding:18px;
    }
    .news-feature-copy h4{
      margin:12px 0 0;
      font-size:24px;
      line-height:1.26;
      color:var(--blue-deep);
      font-family:Georgia,"Times New Roman",serif;
      font-weight:600;
    }
    .news-feature-copy p{
      margin:10px 0 0;
      color:#68798f;
      font-size:14px;
      line-height:1.72;
    }

    .news-side{
      display:grid;
      gap:14px;
    }
    .news-card{
      border:1px solid var(--line);
      border-radius:18px;
      padding:18px;
      background:#fff;
    }
    .news-card h4{
      margin:10px 0 0;
      font-size:20px;
      line-height:1.3;
      color:var(--blue-deep);
      font-family:Georgia,"Times New Roman",serif;
      font-weight:600;
    }
    .news-card p{
      margin:8px 0 0;
      color:#6b7c91;
      font-size:14px;
      line-height:1.68;
    }

    .institutions{
      margin-top:20px;
      border-top:1px solid var(--line);
      padding-top:18px;
    }
    .institutions-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .institutions-head h3{
      margin:0;
      font-size:28px;
      color:var(--blue-deep);
      font-family:Georgia,"Times New Roman",serif;
      font-weight:600;
    }
    .institutions-head p{
      margin:6px 0 0;
      color:#6e8096;
      font-size:14px;
    }
    .institution-ribbon{
      display:grid;
      grid-template-columns:repeat(8,1fr);
      gap:12px;
    }
    .institution{
      min-height:66px;
      padding:12px;
      border:1px solid #dde6ef;
      border-radius:14px;
      background:#fbfdff;
      display:grid;
      place-items:center;
      text-align:center;
      color:#476483;
      font-size:13px;
      font-weight:700;
      line-height:1.35;
    }

    .footer{
      margin-top:24px;
      border-radius:22px;
      overflow:hidden;
      background:#18375d;
      color:#fff;
    }
    .footer-top{
      display:grid;
      grid-template-columns:1.2fr 1fr 1fr 1fr;
      gap:22px;
      padding:26px;
    }
    .footer-brand{
      display:flex;
      gap:14px;
      align-items:flex-start;
    }
    .footer-mark{
      width:42px;height:42px;border-radius:10px;
      background:linear-gradient(135deg,#3f7cce,#6aa4f1);
      display:grid;place-items:center;color:#fff;flex:0 0 auto;
    }
    .footer h4{
      margin:0 0 10px;
      font-size:15px;
      color:#fff;
    }
    .footer p,.footer li{
      margin:0;
      color:rgba(255,255,255,.76);
      font-size:13px;
      line-height:1.72;
    }
    .footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.10);
      padding:14px 26px 18px;
      display:flex;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
      font-size:13px;
      color:rgba(255,255,255,.58);
    }
  
/* v6 further polish: stronger hierarchy, calmer hero summary, refined institution ribbon */
.hero{
  grid-template-columns: 1.04fr .96fr !important;
  gap: 24px !important;
}
.hero-main{
  min-height: 460px !important;
  padding: 56px 52px 40px !important;
}
.hero-main h2{
  max-width: 720px !important;
}
.hero-side{
  gap: 0 !important;
}
.feature-summary{
  min-height: auto !important;
  padding: 24px !important;
  border-radius: 20px !important;
}
.feature-summary h3{
  font-size: 32px !important;
  max-width: 460px !important;
}
.summary-head{
  margin-bottom: 18px !important;
}
.summary-meta{
  gap: 10px !important;
  margin-top: 18px !important;
  font-size: 14px !important;
}
.summary-notes{
  gap: 12px !important;
  margin-top: 18px !important;
}
.summary-box{
  padding: 13px 15px !important;
  border-radius: 15px !important;
}
.summary-actions{
  margin-top: 20px !important;
}
.summary-link{
  color: #456b98 !important;
}

.programme-strip{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.programme-link{
  min-height: 84px;
  border: 1px solid #dde6f0;
  border-radius: 14px;
  background: linear-gradient(180deg, #f4f8fd 0%, #eef4fb 100%);
  padding: 16px 14px;
}
.programme-k{
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #5f85b4;
  font-weight: 700;
}
.programme-link strong{
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #28435f;
}

.opportunities-shell{
  margin-top: 20px !important;
}
.section-title{
  font-size: 28px !important;
}
.feature-article{
  padding-right: 24px !important;
}
.article-image{
  height: 280px !important;
}
.article-copy h3{
  font-size: 36px !important;
}
.article-copy p{
  max-width: 760px !important;
}
.op-list{
  padding-top: 2px;
}
.op-row{
  padding: 18px 0 !important;
}
.op-row h4{
  font-size: 18px !important;
}
.op-row p{
  font-size: 13px !important;
}

.network-news{
  grid-template-columns: 280px 1fr !important;
}
.news-intro h3{
  font-size: 32px !important;
}
.news-feature-copy h4{
  font-size: 22px !important;
}
.news-card h4{
  font-size: 18px !important;
}

.institutions{
  margin-top: 24px !important;
  padding-top: 18px !important;
}
.institutions-head h3{
  font-size: 26px !important;
}
.institution-ribbon{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  border-top: 1px solid #dde6ef;
  border-bottom: 1px solid #dde6ef;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%);
}
.institution{
  min-height: 72px !important;
  border: none !important;
  border-right: 1px solid #e0e8f1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #456482 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 16px 18px !important;
  position: relative;
}
.institution:nth-child(4n){
  border-right: none !important;
}
.institution::before{
  content: "";
  width: 22px;
  height: 2px;
  background: #8fb1d8;
  display: block;
  margin: 0 auto 10px;
  border-radius: 999px;
}

.footer-top{
  grid-template-columns: 1.25fr 1fr 1fr .95fr !important;
}

/* softer overall card feeling */
.section-shell,
.news-feature,
.news-card,
.programme-link{
  box-shadow: none !important;
}


/* v7: typography and editorial tone refinement */
:root{
  --title-serif: Georgia, "Times New Roman", serif;
  --body-sans: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body{
  font-family: var(--body-sans) !important;
}

.brand-copy h1,
.hero-main h2,
.feature-summary h3,
.section-title,
.article-copy h3,
.news-intro h3,
.news-feature-copy h4,
.news-card h4,
.institutions-head h3{
  font-family: var(--title-serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.024em !important;
}

.brand-copy h1{
  font-size: 21px !important;
}

.eyebrow{
  font-size: 10px !important;
  letter-spacing: .12em !important;
}

.hero-main h2{
  font-size: 54px !important;
  line-height: 1.06 !important;
  max-width: 700px !important;
}

.hero-main p{
  font-size: 16px !important;
  line-height: 1.82 !important;
  max-width: 560px !important;
}

.summary-tag,
.summary-status,
.section-kicker,
.topbar,
.topbar-links a,
.brand-copy p{
  letter-spacing: .06em !important;
}

.feature-summary h3{
  font-size: 30px !important;
  line-height: 1.18 !important;
}

.summary-meta{
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.summary-box{
  font-size: 12.5px !important;
  line-height: 1.62 !important;
}

.section-title{
  font-size: 27px !important;
  line-height: 1.18 !important;
}

.article-copy h3{
  font-size: 32px !important;
  line-height: 1.18 !important;
}

.article-copy p,
.news-intro p,
.news-feature-copy p,
.news-card p,
.op-row p{
  font-size: 13.5px !important;
  line-height: 1.72 !important;
}

.op-row h4{
  font-size: 17px !important;
  line-height: 1.42 !important;
}

.news-intro h3{
  font-size: 30px !important;
  line-height: 1.18 !important;
}

.news-feature-copy h4{
  font-size: 21px !important;
  line-height: 1.28 !important;
}

.news-card h4{
  font-size: 17px !important;
  line-height: 1.34 !important;
}

.institutions-head h3{
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.nav-links a,
.btn,
.section-link,
.summary-link{
  font-size: 13px !important;
}

.footer h4{
  font-size: 14px !important;
  letter-spacing: .02em !important;
}

.footer p,
.footer li{
  font-size: 12.5px !important;
  line-height: 1.74 !important;
}


/* v8 visual refinement: better opportunity hierarchy + institution ribbon polish */
.opportunities-refined{
  display:grid !important;
  grid-template-columns: 1.08fr .92fr !important;
  gap:24px !important;
  align-items:start !important;
}
.op-primary{
  display:grid;
  gap:16px;
}
.op-feature-card{
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  padding:22px;
}
.op-feature-card h3{
  margin:12px 0 0;
  font-size:30px;
  line-height:1.18;
  color:var(--blue-deep);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:600;
}
.op-feature-card p{
  margin:12px 0 0;
  font-size:14px;
  line-height:1.76;
  color:#64778e;
  max-width:760px;
}
.op-secondary-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.op-side-list{
  border-left:1px solid var(--line);
  padding-left:22px;
}
.op-side-head{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.11em;
  color:#5f82ae;
  font-weight:700;
  margin-bottom:14px;
}
.op-side-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:start;
  padding:16px 0;
  border-top:1px solid #e2eaf3;
}
.op-side-item:first-of-type{
  border-top:none;
  padding-top:0;
}
.op-side-item h4{
  margin:10px 0 0;
  font-size:18px;
  line-height:1.4;
  color:#28435f;
  font-weight:600;
}
.op-side-item p{
  margin:8px 0 0;
  font-size:13.5px;
  line-height:1.7;
  color:#697b91;
}
.refined-ribbon{
  grid-template-columns:repeat(4,1fr) !important;
  gap:0 !important;
  border-top:1px solid #dde6ef;
  border-bottom:1px solid #dde6ef;
  background:linear-gradient(180deg,#fbfdff 0%,#f5f9fd 100%);
}
.institution.refined{
  min-height:90px !important;
  border:none !important;
  border-right:1px solid #e0e8f1 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:flex !important;
  flex-direction:column;
  align-items:flex-start !important;
  justify-content:center !important;
  padding:16px 18px !important;
  text-align:left !important;
  position:relative;
}
.institution.refined:nth-child(4n){
  border-right:none !important;
}
.inst-abbr{
  display:inline-flex;
  align-items:center;
  height:22px;
  padding:0 8px;
  border-radius:999px;
  background:#edf3fb;
  color:#4c78ab;
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  margin-bottom:8px;
}
.institution.refined strong{
  font-size:14px;
  line-height:1.4;
  color:#35506e;
  font-weight:600;
}
.institution.refined small{
  margin-top:4px;
  font-size:12px;
  color:#8798ab;
}


/* v10: softer tag system + less boxed composition */
.pill{
  border:1px solid transparent !important;
}
.pill.conference{
  background:#edf3fb !important;
  color:#436e9e !important;
  border-color:#dbe6f3 !important;
}
.pill.grant{
  background:#f5f0e7 !important;
  color:#8a6a39 !important;
  border-color:#e8ddca !important;
}
.pill.school{
  background:#eef6f0 !important;
  color:#3d725e !important;
  border-color:#dce8df !important;
}
.pill.job{
  background:#f1edf9 !important;
  color:#6f5a9d !important;
  border-color:#e1daf3 !important;
}
.pill.newsletter{
  background:#eef1fa !important;
  color:#6571a2 !important;
  border-color:#dde3f3 !important;
}
.pill.video{
  background:#edf5f6 !important;
  color:#4e7680 !important;
  border-color:#dbe9eb !important;
}
.pill.pub{
  background:#f5f2eb !important;
  color:#736246 !important;
  border-color:#e8dfd2 !important;
}

.programme-strip{
  border-top:1px solid #dde6ef;
  border-bottom:1px solid #dde6ef;
  padding:0 !important;
  gap:0 !important;
  background:linear-gradient(180deg,#f7faff 0%,#f2f6fb 100%) !important;
}
.programme-link{
  min-height:74px !important;
  border:none !important;
  border-right:1px solid #dfe8f2 !important;
  border-radius:0 !important;
  background:transparent !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.programme-link:last-child{
  border-right:none !important;
}
.programme-link strong{
  font-size:14px !important;
}
.programme-k{
  color:#7089a9 !important;
}

.feature-summary{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
}
.summary-notes{
  gap:0 !important;
  margin-top:18px !important;
}
.summary-box{
  background:transparent !important;
  border:none !important;
  border-top:1px solid #e2eaf3 !important;
  border-radius:0 !important;
  padding:14px 2px !important;
}
.summary-box:first-child{
  border-top:1px solid #d9e3ef !important;
}
.summary-box strong{
  color:#567190 !important;
  margin-bottom:5px !important;
}

.op-feature-card{
  box-shadow:none !important;
}
.op-secondary-cards{
  gap:0 !important;
  margin-top:4px;
  border-top:1px solid #e1e8f1;
}
.op-secondary-cards .simple-card{
  border:none !important;
  border-right:1px solid #e1e8f1 !important;
  border-radius:0 !important;
  background:transparent !important;
  padding:18px 16px 0 0 !important;
  min-height:auto !important;
}
.op-secondary-cards .simple-card:last-child{
  border-right:none !important;
  padding-left:16px !important;
}
.op-secondary-cards .simple-card h4{
  font-size:19px !important;
}
.op-secondary-cards .simple-meta{
  color:#8090a3 !important;
}

.op-side-list{
  border-left:1px solid #e1e8f1 !important;
  padding-left:22px !important;
}
.op-side-head{
  color:#7891af !important;
}
.op-side-item{
  border-top:1px solid #e3eaf3 !important;
}
.op-side-item h4{
  font-size:17px !important;
}
.op-side-item p{
  color:#718297 !important;
}
.op-date{
  color:#90a1b5 !important;
}

.news-stream{
  align-items:start !important;
}
.news-main .news-card{
  box-shadow:none !important;
}
.news-side{
  gap:0 !important;
  border-left:1px solid #e1e8f1;
  padding-left:18px;
}
.news-side .news-card{
  border:none !important;
  border-top:1px solid #e1e8f1 !important;
  border-radius:0 !important;
  background:transparent !important;
  padding:16px 0 !important;
}
.news-side .news-card:first-child{
  border-top:none !important;
  padding-top:0 !important;
}
.news-side .news-card h4{
  font-size:18px !important;
}
.news-side .news-card p{
  color:#73859a !important;
}

.refined-ribbon{
  background:linear-gradient(180deg,#fbfdff 0%,#f6f9fd 100%) !important;
}
.institution.refined{
  min-height:82px !important;
  padding:14px 16px !important;
}
.inst-abbr{
  background:#eef3fb !important;
  color:#5379a8 !important;
}
.institution.refined strong{
  color:#3e5a7b !important;
}
.institution.refined small{
  color:#8ea0b4 !important;
}


/* v11 compact hero summary */
.hero{
  align-items: start !important;
}
.feature-summary{
  align-self: start !important;
}
.summary-notes{
  margin-top: 14px !important;
}
.summary-actions{
  margin-top: 16px !important;
}
.feature-summary h3{
  font-size: 30px !important;
  line-height: 1.18 !important;
}

