@charset "UTF-8";
/*
Theme Name: PowerLab
Description: Custom theme for PowerLab - Smart Energy Systems Laboratory (FSB Zagreb), converted 1:1 from the approved design.
Author: PowerLab / FSB
Version: 1.0
Text Domain: powerlab
*/


:root{
  /* FSB krovni identitet – službene boje iz priručnika grafičkih standarda */
  --fsb-core:#104598;      /* Pantone 2728 C – primarna */
  --fsb-graphite:#152973;  /* Pantone 2748 C – primarna */
  --fsb-pulse:#c7d4ea;     /* Pantone 299 C – sekundarni akcent */
  --fsb-green:#cede54;     /* Pantone 389 C – accent green */
  --fsb-red:#d54e33;       /* Pantone 172 C – signal red */
  --fsb-black:#1e1e1e;     /* deep black */
  /* Navy temelj izveden iz FSB graphite/core za tamne plohe */
  --navy:#152973; --navy2:#1c3686;
  /* Primarni akcent = FSB core blue (svijetlo); pulse = akcent na tamnom */
  --teal:#104598; --teal2:#0c3576; --teal-bright:#c7d4ea;
  --cream:#f3f4f5; --cream2:#e9eaec; --white:#fff;
  --ink:#1a2138; --muted:#1a2138; --border:#dde0e4; --gold:#c9a84c;
  --body:#1a2138;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--ink);line-height:1.7;overflow-anchor:none}

/* ── NAV ── */
nav{position:fixed;top:0;left:0;right:0;background:rgba(21,41,115,.97);backdrop-filter:blur(8px);z-index:1000;border-bottom:1px solid rgba(16,69,152,.18)}
body.admin-bar nav{top:32px}
@media screen and (max-width:782px){body.admin-bar nav{top:46px}}
.nav-inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:92px}
.nav-logo{display:flex;align-items:center;gap:0;cursor:pointer;text-decoration:none}
.nav-logo-img{height:44px;width:auto;object-fit:contain}
.logo-mark{display:flex;align-items:center;height:40px;width:40px;flex-shrink:0;margin-right:12px}
.logo-mark:not(:empty){display:flex}
.logo-mark svg,.logo-mark img{height:40px;width:40px;object-fit:contain}
.logo-text{display:flex;flex-direction:column;line-height:1}
.logo-powerlab{font-family:'Oxanium',monospace;font-size:19px;font-weight:700;color:var(--white);letter-spacing:.185em;margin-bottom:3px}
.logo-sesyl{font-family:'Oxanium',monospace;font-size:9.5px;font-weight:500;color:var(--teal-bright);letter-spacing:.038em}
.nav-links{display:flex;align-items:center;gap:1.5rem;list-style:none}
.nav-search{position:relative;display:flex;align-items:center}
.nav-search-btn{background:none;border:none;cursor:pointer;color:#fff;opacity:.88;padding:6px;display:flex;align-items:center;justify-content:center}
.nav-search-btn:hover{opacity:1}
.nav-search-input{width:0;opacity:0;padding:0;border:none;border-radius:20px;background:rgba(255,255,255,.14);color:#fff;font-size:13.5px;font-family:'DM Sans',sans-serif;transition:width .22s,opacity .18s,padding .22s;pointer-events:none}
.nav-search.open .nav-search-input{width:200px;opacity:1;padding:7px 14px;pointer-events:auto}
.nav-search-input::placeholder{color:rgba(255,255,255,.6)}
.nav-search-input:focus{outline:none;background:rgba(255,255,255,.22)}
.search-results-panel{position:absolute;top:calc(100% + 10px);right:0;width:340px;max-height:420px;overflow-y:auto;background:var(--white);border-radius:12px;box-shadow:0 12px 32px rgba(11,28,53,.22);padding:.6rem;display:none;z-index:200}
.search-results-panel.show{display:block}
.sr-group-label{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal2,#104598);padding:.5rem .6rem .3rem}
.sr-item{display:flex;flex-direction:column;gap:2px;padding:.55rem .6rem;border-radius:8px;cursor:pointer}
.sr-item:hover{background:var(--cream)}
.sr-item-title{font-size:13.5px;font-weight:600;color:var(--ink,#1a2138)}
.sr-item-sub{font-size:11.5px;color:var(--teal2,#104598)}
.sr-empty{padding:1.2rem .6rem;font-size:13px;color:var(--ink,#1a2138);text-align:center}
@media(max-width:900px){.nav-search{display:none}}
.nav-links a{color:#fff;text-decoration:none;font-size:14px;letter-spacing:.04em;transition:color .2s,opacity .2s;cursor:pointer;opacity:.88}
.nav-links a:hover,.nav-links a.active{color:#fff;opacity:1}
.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0}
.nav-burger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s,opacity .2s;margin:0 auto}
.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-burger.open span:nth-child(2){opacity:0}
.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:none;position:fixed;top:92px;left:0;right:0;bottom:0;background:var(--fsb-graphite);z-index:998;flex-direction:column;padding:1.2rem 1.5rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch}
.mobile-nav.open{display:flex}
.mobile-nav a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer}
.mobile-nav .mnav-group{padding:0;border-bottom:1px solid rgba(255,255,255,.1)}
.mobile-nav .mnav-group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;color:#fff;font-size:1.1rem;font-weight:500;font-family:inherit;padding:.85rem 0;cursor:pointer;text-align:left}
.mobile-nav .mnav-group-toggle svg{width:20px;height:20px;transition:transform .25s;flex-shrink:0}
.mobile-nav .mnav-group.open .mnav-group-toggle svg{transform:rotate(180deg)}
.mobile-nav .mnav-group-items{display:none;flex-direction:column;padding-bottom:.5rem}
.mobile-nav .mnav-group.open .mnav-group-items{display:flex}
.mobile-nav .mnav-group-items a{font-size:1rem;padding:.6rem 0 .6rem 1rem;opacity:.9;border-bottom:none}
.mobile-nav .mnav-cta{margin-top:1.2rem;background:#fff;color:var(--fsb-graphite);border:none;border-radius:999px;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:.95rem;padding:.9rem}
body.mnav-lock{overflow:hidden}
.nav-cta{background:#fff;color:#0f2347!important;padding:8px 18px;border-radius:999px;font-weight:700!important;font-size:11px!important;letter-spacing:.07em;text-transform:uppercase;transition:background .2s,transform .2s}
.nav-cta:hover{background:var(--teal-bright)!important;color:#0f2347!important;transform:translateY(-1px)}

/* ── NAV DROPDOWN ── */
.nav-dropdown{position:relative}
.nav-dropdown>a{display:flex;align-items:center;gap:4px}
.nav-dropdown>a::after{content:'▾';font-size:9px;opacity:.6;transition:transform .2s}
.nav-dropdown:hover>a::after{transform:rotate(180deg)}
.nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:rgba(21,41,115,.98);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.4rem 0;min-width:210px;z-index:1001;margin-top:0}
.nav-dropdown-menu::before{content:'';position:absolute;top:-14px;left:0;right:0;height:14px}
.nav-dropdown:hover .nav-dropdown-menu{display:block}
.nav-dropdown-menu a{display:block;padding:.55rem 1.2rem;color:rgba(255,255,255,.82);font-size:13px;letter-spacing:.03em;text-decoration:none;transition:color .15s,background .15s;white-space:nowrap;cursor:pointer}
.nav-dropdown-menu a:hover{color:#fff;background:rgba(255,255,255,.08)}
.nav-dropdown-menu .ndm-divider{height:1px;background:rgba(255,255,255,.06);margin:.3rem 0}

/* ── PAGE SYSTEM ── */
div.page{display:none;min-height:100vh;padding-top:74px}
div.page.active{display:block}
body.page{display:block}

/* ── SHARED ── */
.container{max-width:1300px;margin:0 auto;padding:0 2rem}
.section-label{color:var(--teal);font-family:'DM Mono',monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;gap:8px}
.section-label::before{content:'';width:22px;height:1px;background:currentColor}
.section-title{font-family:'Oxanium',monospace;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:700;line-height:1.15;margin-bottom:1rem;color:var(--navy)}
.section-title.light{color:var(--white)}
.section-intro{color:var(--muted);font-size:1rem;line-height:1.8;max-width:620px;margin-bottom:2.5rem}
.btn-p{background:var(--teal);color:#fff;padding:12px 26px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;border:none;cursor:pointer;display:inline-block;font-family:'DM Sans',sans-serif;transition:background .2s,transform .2s,box-shadow .2s}
.btn-p:hover{background:var(--teal2);transform:translateY(-2px);box-shadow:none}
.btn-p.btn-on-dark{background:#fff;color:var(--navy)}
.btn-p.btn-on-dark:hover{background:#e9effb;color:var(--navy);transform:translateY(-2px)}
.btn-o{border:1px solid var(--border);color:var(--muted);padding:12px 24px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;display:inline-block;font-family:'DM Sans',sans-serif;transition:all .2s}
.btn-o:hover{border-color:var(--navy);color:var(--navy);transform:translateY(-2px)}
.page-hero{background:#14224d;padding:64px 0 60px;min-height:460px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden;background-size:cover;background-position:center}
.page-hero::before{content:'';position:absolute;inset:0;background:none;z-index:0}
.page-hero::after{content:'';position:absolute;inset:0;z-index:0;background-image:radial-gradient(rgba(140,180,245,.13) 1px,transparent 1.6px);background-size:26px 26px;-webkit-mask-image:radial-gradient(130% 130% at 50% 35%,#000 55%,transparent 100%);mask-image:radial-gradient(130% 130% at 50% 35%,#000 55%,transparent 100%);opacity:.65;animation:heroDrift 34s linear infinite}
@keyframes heroDrift{from{background-position:0 0}to{background-position:26px 26px}}
@media(prefers-reduced-motion:reduce){.page-hero::after{animation:none}}
.page-hero-inner{max-width:1300px;margin:0 auto;width:100%;padding:0 2rem;box-sizing:border-box;position:relative;z-index:1}
.ph-eyebrow{color:var(--teal-bright);font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;gap:8px}
.ph-eyebrow::before{content:'';width:24px;height:1px;background:currentColor}
.ph-title{font-family:'Oxanium',monospace;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;color:var(--white);line-height:1.1;margin-bottom:.9rem}
.ph-sub{color:rgba(255,255,255,.9);font-size:1.02rem;max-width:600px;line-height:1.75}
.breadcrumb{padding:2rem 0 0;font-size:12px;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:6px;margin-bottom:2rem}
.breadcrumb a{color:rgba(255,255,255,.75);text-decoration:none;cursor:pointer}
.breadcrumb a:hover{color:#fff}
.breadcrumb span{color:rgba(255,255,255,.4)}
.fsb-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(16,69,152,.2);border:1px solid rgba(16,69,152,.4);padding:5px 12px;border-radius:10px;margin-top:1.5rem}
.fsb-mark{font-family:'Oxanium',monospace;font-size:11px;font-weight:700;color:var(--white);background:var(--fsb-core);padding:2px 6px}
.fsb-txt{font-size:11px;color:rgba(255,255,255,.4);letter-spacing:.03em}
.mini-footer{background:var(--navy2);padding:32px 2rem 20px}
.mini-footer-inner{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;color:rgba(255,255,255,.2);font-size:11px;flex-wrap:wrap;gap:.5rem}
.mini-footer-inner a{color:var(--teal-bright);cursor:pointer;text-decoration:none;font-size:11px}

/* ── HOME ── */
.hero{background:#14224d;background-image:radial-gradient(rgba(140,180,245,.13) 1px,transparent 1.6px);background-size:26px 26px;padding:118px 0 86px;min-height:min(82vh,820px);display:flex;align-items:center;position:relative;overflow:hidden;animation:heroDrift 34s linear infinite}
@media(prefers-reduced-motion:reduce){.hero{animation:none}}
#heroNet{position:absolute;inset:0;width:100%;height:100%;z-index:0;display:block;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 24%,#000 50%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 24%,#000 50%)}
.hero::after{content:none}
.hero-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1;width:100%}
.hero-eyebrow{color:var(--teal-bright);font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.6rem;display:flex;align-items:center;gap:8px}
.hero-eyebrow::before{content:'';width:28px;height:1px;background:currentColor}
.hero-title{font-family:'Oxanium',monospace;font-size:clamp(2.2rem,4vw,3.6rem);color:var(--white);font-weight:700;line-height:1.1;margin-bottom:1.3rem}
.hero-title em{color:var(--teal-bright);font-style:italic}
.hero-sub{color:rgba(255,255,255,.9);font-size:1.02rem;line-height:1.8;margin-bottom:2.2rem;max-width:480px}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:2.2rem}
.hero-btn-o{border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.65);padding:12px 24px;border-radius:999px;text-decoration:none;font-size:12px;cursor:pointer;transition:all .2s;display:inline-block;font-family:'DM Sans',sans-serif}
.hero-btn-o:hover{border-color:var(--teal-bright);color:var(--teal-bright);transform:translateY(-2px)}
.hero-affil{border-top:1px solid rgba(255,255,255,.12);padding-top:1.3rem;margin-top:.4rem;color:rgba(255,255,255,.55);font-size:11px;letter-spacing:.07em;text-transform:uppercase;display:flex;align-items:center;gap:10px}
.affil-mark{background:var(--fsb-core);padding:2px 7px;font-family:'Oxanium',monospace;font-size:10px;font-weight:700;color:var(--white)}
.hero-stats{background:rgba(255,255,255,.035);border:1px solid rgba(16,69,152,.1);padding:2rem;border-radius:12px}
.hero-stats h3{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.14em;color:var(--teal-bright);text-transform:uppercase;margin-bottom:1.2rem}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.05)}
.stat-item{background:var(--navy2);padding:1.3rem 1.1rem}
.stat-num{font-family:'Oxanium',monospace;font-size:2.4rem;font-weight:700;color:var(--teal-bright);line-height:1;margin-bottom:.2rem}
.stat-label{color:rgba(255,255,255,.38);font-size:11px;letter-spacing:.05em;text-transform:uppercase;line-height:1.4}
.stat-note{color:rgba(255,255,255,.18);font-size:10px;margin-top:3px}
.impact-band{background:#152973;padding:52px 2rem;border-top:1px solid rgba(255,255,255,.07)}
.impact-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}
.impact-item{padding:1.4rem 1.2rem;text-align:center;border-right:1px solid rgba(255,255,255,.1)}
.impact-item:last-child{border-right:none}
.impact-num{font-family:'Oxanium',monospace;font-size:2.4rem;font-weight:700;color:var(--white);line-height:1;display:block;margin-bottom:.25rem}
.impact-desc{color:rgba(255,255,255,.45);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;line-height:1.5}
.home-nav-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--border);border:1px solid var(--border)}
.home-nav-card{background:var(--white);padding:2rem 1.5rem;cursor:pointer;transition:background .15s}
.home-nav-card:hover{background:var(--cream)}
.hnc-icon{font-family:'DM Mono',monospace;font-size:11px;font-weight:500;color:var(--teal);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem}
.hnc-title{font-family:'Oxanium',monospace;font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}
.hnc-desc{font-size:14px;color:var(--muted);line-height:1.6}
.hnc-arrow{color:var(--teal);margin-top:.8rem;font-size:16px;transition:transform .2s}
.home-nav-card:hover .hnc-arrow{transform:translateX(3px)}
@media(max-width:900px){.home-nav-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:640px){.home-nav-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:480px){.home-nav-grid{grid-template-columns:1fr!important}}

/* ── ABOUT ── */
.about-layout{display:grid;grid-template-columns:2fr 1fr;gap:3.5rem;align-items:start;padding:72px 0}
.about-lead{font-size:1.15rem;color:var(--navy);line-height:1.8;margin-bottom:1.4rem;border-left:3px solid var(--teal);padding-left:1.3rem}
.about-body p{color:#3d4f68;font-size:1rem;line-height:1.85;margin-bottom:1rem}
.about-body a{color:var(--teal2);text-decoration:none;border-bottom:1px solid rgba(0,144,196,.25);transition:border-color .2s}
.about-body a:hover{border-color:var(--teal2)}
.timeline{margin-top:2.5rem}
.tl-title{font-family:'Oxanium',monospace;font-size:.95rem;font-weight:600;color:var(--navy);margin-bottom:1.2rem}
.tl-item{display:flex;gap:1rem;margin-bottom:.9rem;align-items:flex-start}
.tl-year{font-family:'DM Mono',monospace;font-size:11px;color:var(--teal);min-width:40px;padding-top:2px}
.tl-text{font-size:15px;color:var(--muted);line-height:1.6}
.tl-text strong{color:var(--navy)}
.about-sidebar{display:flex;flex-direction:column;gap:1rem}
.info-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.3rem}
.info-card h4{font-family:'Oxanium',monospace;font-size:11px;font-weight:600;color:var(--navy);letter-spacing:.06em;margin-bottom:.6rem;text-transform:uppercase}
.info-card p,.info-card li{font-size:15px;color:var(--muted);line-height:1.65}
.info-card ul{padding-left:1.1rem;margin-top:.3rem}
.info-card li{margin-bottom:.25rem}
.info-card a{color:var(--teal2);text-decoration:none;font-size:13px;border-bottom:1px solid rgba(0,144,196,.2);transition:border-color .2s}
.info-card a:hover{border-color:var(--teal2)}
.ic-teal{border-left:3px solid var(--teal)}
.infra-list{display:flex;flex-direction:column;gap:.4rem;margin-top:.3rem}
.infra-li{font-size:14px;color:var(--muted);display:flex;gap:.4rem;align-items:flex-start}
.infra-li::before{content:'▸';color:var(--teal);font-size:10px;margin-top:3px;flex-shrink:0}
.mission-block{background:var(--navy);padding:64px 2rem}
.mission-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.mission-half h3{font-family:'Oxanium',monospace;font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:.9rem}
.mission-half p{color:rgba(255,255,255,.45);font-size:1rem;line-height:1.8}
.partners-section{padding:56px 0}
.partners-flex{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem}
.partner-tag{background:var(--white);border:1px solid var(--border);padding:5px 14px;border-radius:10px;font-size:12.5px;color:var(--muted);cursor:pointer;transition:all .2s}
.partner-tag:hover{border-color:var(--teal);color:var(--navy)}
/* MAP */
#networkMap{height:480px;border-radius:12px;border:1px solid var(--border);margin-top:1.5rem}
.map-legend{display:flex;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}
.ml-item{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--muted)}
.ml-dot{width:12px;height:12px;border-radius:50%}
/* Leaflet custom markers */
.lm-dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.6);cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.3)}
.lm-hq{width:18px;height:18px;border-radius:12px;background:var(--teal);border:2px solid rgba(255,255,255,.8)}

/* ── TEAM ── */
.prof-hero{background:var(--white);padding:52px 0;border-bottom:1px solid var(--border)}
.prof-hero-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:240px 1fr;gap:3.5rem;align-items:start}
.prof-avatar-lg{width:100%;aspect-ratio:1;background:var(--navy);border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:'Oxanium',monospace;font-size:3.5rem;font-weight:700;color:var(--teal);flex-shrink:0}
.stanford-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(201,168,76,.1);color:#9a7a1e;border:1px solid rgba(201,168,76,.25);font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:10px;margin-bottom:.9rem}
.prof-name{font-family:'Oxanium',monospace;font-size:1.8rem;font-weight:700;color:var(--navy);line-height:1.1;margin-bottom:.25rem}
.prof-title{font-size:13px;color:var(--teal);font-weight:500;letter-spacing:.04em;margin-bottom:.7rem}
.prof-hindex{font-family:'DM Mono',monospace;font-size:12px;color:var(--muted);background:var(--cream);padding:5px 11px;border-radius:10px;display:inline-block;margin-bottom:1.2rem}
.prof-bio p{font-size:14.5px;color:#3d4f68;line-height:1.85;margin-bottom:.9rem}
.prof-bio a{color:var(--fsb-core);text-decoration:none}
.prof-bio a:hover{text-decoration:underline}
.prof-areas{margin-top:1.2rem}
.prof-areas h4{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.6rem}
.area-tags{display:flex;flex-wrap:wrap;gap:4px}
.area-tag{background:var(--cream);border:1px solid var(--border);font-size:11px;color:var(--muted);padding:3px 9px;border-radius:10px}
.prof-projs{margin-top:1.2rem}
.prof-projs h4{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.6rem}
.proj-chips{display:flex;flex-wrap:wrap;gap:4px}
.proj-chip{background:rgba(16,69,152,.07);border:1px solid rgba(16,69,152,.2);font-size:11px;color:var(--fsb-core);padding:3px 9px;border-radius:10px;cursor:pointer;transition:all .2s;font-weight:500}
.proj-chip:hover{background:var(--fsb-core);color:var(--white)}
.prof-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);margin-top:1.3rem;border:1px solid var(--border)}
.prof-stat{background:var(--white);padding:.9rem;text-align:center}
.prof-stat-num{font-family:'Oxanium',monospace;font-size:1.5rem;font-weight:700;color:var(--navy)}
.prof-stat-lbl{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:2px}
.faculty-section{padding:52px 0;background:var(--cream)}
.faculty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.faculty-card{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform .18s,border-color .18s}
.faculty-card:hover{transform:translateY(-3px);border-color:var(--teal)}
.faculty-avatar{height:110px;background:var(--fsb-core);display:flex;align-items:center;justify-content:center;font-family:'Oxanium',monospace;font-size:1.8rem;font-weight:700;color:var(--white);position:relative;background-image:linear-gradient(135deg,var(--fsb-core),var(--fsb-graphite))}
.fa-ph-icon{position:relative;z-index:1;opacity:.92}
.faculty-avatar::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 50% 38%,rgba(255,255,255,.16) 0 14px,transparent 15px),linear-gradient(transparent 60%,rgba(255,255,255,.08) 61%);opacity:.5;pointer-events:none}
.faculty-avatar::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--teal)}
.faculty-body{padding:1.1rem 1.2rem}
.faculty-name{font-family:'Oxanium',monospace;font-size:.92rem;font-weight:600;color:var(--navy);margin-bottom:.15rem;line-height:1.25}
.faculty-role{font-size:11.5px;color:var(--teal);font-weight:500;margin-bottom:.4rem}
.faculty-hindex{font-family:'DM Mono',monospace;font-size:11px;color:var(--muted);margin-bottom:.6rem}
.faculty-tags{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:.6rem}
.faculty-tag{font-size:10px;color:var(--muted);background:var(--cream);border:1px solid var(--border);padding:2px 6px;border-radius:10px}
.faculty-proj-chips{display:flex;flex-wrap:wrap;gap:3px;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}
.fpc{font-size:10px;color:var(--fsb-core);background:rgba(16,69,152,.06);border:1px solid rgba(16,69,152,.15);padding:2px 6px;border-radius:10px;cursor:pointer;transition:all .15s}
.fpc:hover{background:var(--fsb-core);color:var(--white)}
/* ── SENIOR PROF CARDS ── */
.senior-prof-card{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .18s}
.senior-prof-card:hover{border-color:var(--teal)}
.spc-photo{height:220px;background:linear-gradient(135deg,var(--fsb-core),var(--fsb-graphite));background-size:cover;background-position:center top;display:flex;align-items:center;justify-content:center;font-family:'Oxanium',monospace;font-size:2.8rem;font-weight:700;color:var(--teal);position:relative}
.spc-photo-initials{background:linear-gradient(135deg,var(--fsb-core),var(--fsb-graphite));height:220px;display:flex;align-items:center;justify-content:center;font-family:'Oxanium',monospace;font-size:2.8rem;font-weight:700;color:var(--teal)}
.spc-photo::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--teal)}
.spc-body{padding:1.4rem 1.5rem;flex:1;display:flex;flex-direction:column}
.spc-name{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:.25rem}
.spc-role{font-size:11.5px;color:var(--teal);font-weight:500;margin-bottom:.3rem;line-height:1.4}
.spc-bio{margin-bottom:.5rem}
.spc-bio p{font-size:13px;color:#3d4f68;line-height:1.8;margin-bottom:0}
.spc-contact{display:inline-block;margin-top:.8rem;font-size:11.5px;color:var(--fsb-core);text-decoration:none;font-family:'DM Mono',monospace}
.spc-contact:hover{color:var(--teal)}
.researchers-section{padding:40px 0}
.researcher-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.9rem}
.res-proj-chips{display:flex;flex-wrap:wrap;gap:3px;margin-top:.55rem}
.res-proj-chip{font-size:9.5px;font-weight:600;letter-spacing:.04em;padding:2px 8px;border-radius:10px;background:var(--teal);color:#fff;cursor:pointer;border:1px solid var(--teal);white-space:nowrap;transition:background .15s,border-color .15s}
.res-proj-chip:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.researcher-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1rem}
.researcher-init{width:34px;height:34px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-family:'Oxanium',monospace;font-size:11px;font-weight:600;color:var(--navy);margin-bottom:.6rem;border:1px solid var(--border)}
.researcher-name{font-size:12.5px;font-weight:500;color:var(--navy);margin-bottom:.15rem}
.researcher-type{font-size:11px;color:var(--muted)}

/* ── PROJECTS ── */
.proj-layout{padding:52px 0}
.funding-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:2.5rem}
.fc{background:var(--white);padding:1.4rem}
.fc h4{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.4rem}
.fc-amount{font-family:'Oxanium',monospace;font-size:1.7rem;font-weight:700;color:var(--navy)}
.fc-sub{font-size:12px;color:var(--muted);margin-top:2px}
.bar-block{margin-bottom:2.5rem}
.bar-title{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.8rem}
.bar-row{display:flex;align-items:center;gap:.9rem;margin-bottom:.6rem}
.bar-lbl{font-size:12px;color:var(--muted);min-width:200px}
.bar-track{flex:1;height:5px;background:var(--cream2);border-radius:10px;overflow:hidden}
.bar-fill{height:100%;border-radius:10px}
.bar-val{font-family:'DM Mono',monospace;font-size:11px;color:var(--muted);min-width:90px;text-align:right}
.proj-filter{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.8rem}
.pfb{padding:6px 13px;border-radius:10px;border:1px solid var(--border);background:transparent;font-size:12px;cursor:pointer;color:var(--muted);letter-spacing:.04em;transition:all .18s;font-family:'DM Sans',sans-serif}
.pfb.active,.pfb:hover{background:var(--navy);border-color:var(--navy);color:var(--white)}
.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.proj-card{background:var(--white);border:1px solid var(--border);border-radius:14px;cursor:pointer;transition:all .18s;display:flex;flex-direction:column}
.proj-card:hover{border-color:var(--teal);transform:translateY(-2px);box-shadow:none}
.proj-badge{font-size:9.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:3px 8px;border-radius:10px;width:fit-content;margin-bottom:.8rem}
.bh{background:rgba(16,69,152,.1);color:var(--teal2)} .bi{background:rgba(21,41,115,.08);color:var(--fsb-graphite)}
.bl{background:rgba(201,168,76,.12);color:#9a7a1e} .bn{background:rgba(92,107,130,.1);color:var(--muted)}
.bc{background:rgba(92,107,130,.07);color:var(--muted)}
.proj-name{font-family:'Oxanium',monospace;font-size:.95rem;font-weight:600;color:var(--navy);margin-bottom:.4rem;line-height:1.3}
.proj-desc{font-size:14px;color:var(--muted);line-height:1.7;flex:1}
.proj-team{display:flex;gap:4px;margin-top:.9rem}
.pti{width:22px;height:22px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:600;color:var(--teal-bright);font-family:'DM Mono',monospace;border:1px solid rgba(16,69,152,.3);cursor:pointer;transition:transform .15s}
.pti:hover{transform:scale(1.15)}
.proj-footer{margin-top:.9rem;padding-top:.7rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}
.proj-period{font-family:'DM Mono',monospace;font-size:10.5px;color:var(--muted)}
.proj-arrow{color:var(--teal);font-size:15px}
/* Modal */
.modal-overlay{position:fixed;inset:0;background:rgba(21,41,115,.6);z-index:2000;display:none;align-items:center;justify-content:center;padding:2rem}
.modal-overlay.open{display:flex}
.modal-box{background:var(--white);border-radius:14px;max-width:640px;width:100%;padding:2.2rem;max-height:88vh;overflow-y:auto;position:relative}
.mc{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;font-size:18px;color:var(--muted)}
.mc:hover{color:var(--navy)}
.modal-title{font-family:'Oxanium',monospace;font-size:1.4rem;font-weight:700;color:var(--navy);margin:.8rem 0}
.modal-body p{font-size:14px;color:#3d4f68;line-height:1.85;margin-bottom:.7rem}
.modal-body a{color:var(--fsb-core);text-decoration:none}
.modal-body a:hover{text-decoration:underline}
.modal-meta{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:1.3rem;padding-top:1.3rem;border-top:1px solid var(--border)}
.mmi label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);display:block;margin-bottom:2px}
.mmi span{font-size:13px;color:var(--navy);font-weight:500}
.modal-team{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--border)}
.modal-team h4{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.7rem}
.modal-team-list{display:flex;flex-wrap:wrap;gap:.5rem}
.mt-chip{background:var(--teal);border:1px solid var(--teal);font-size:12px;color:#fff;padding:4px 10px;border-radius:10px;cursor:pointer;transition:all .18s}
.mt-chip:hover{background:var(--navy);border-color:var(--navy);color:#fff}

/* ── EDUCATION ── */
.prog-section{background:var(--white);padding:52px 0;border-bottom:1px solid var(--border)}
.prog-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem}
.prog-body p{font-size:15px;color:#3d4f68;line-height:1.85;margin-bottom:.9rem}
.prog-body a{color:var(--teal2);text-decoration:none;border-bottom:1px solid rgba(0,144,196,.2);transition:border-color .2s}
.prog-body a:hover{border-color:var(--teal2)}
.prog-facts{display:flex;flex-direction:column;gap:.9rem}
.pf{padding:.9rem 1.1rem;background:var(--cream);border-radius:10px;border-left:3px solid var(--fsb-core)}
.pf h4{font-size:11.5px;font-weight:600;color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}
.pf p{font-size:13px;color:var(--muted);line-height:1.5}
.courses-section{padding:52px 0;background:var(--cream)}
.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}
.course-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.2rem;display:flex;align-items:flex-start;gap:.8rem;transition:border-color .18s}
.course-card:hover{border-color:var(--teal)}
.course-num{width:36px;height:36px;background:var(--navy);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:'DM Mono',monospace;font-size:12px;font-weight:500;color:var(--teal-bright);flex-shrink:0}
.course-name{font-size:13px;font-weight:500;color:var(--navy);line-height:1.4;margin-bottom:3px}
.course-meta{font-size:11px;color:var(--muted);display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}
.ctb{font-size:9.5px;padding:1px 5px;border-radius:10px;font-weight:600;letter-spacing:.04em}
.ct-c{background:rgba(16,69,152,.1);color:var(--fsb-core)} .ct-e{background:rgba(92,107,130,.1);color:var(--muted)} .ct-l{background:rgba(16,69,152,.1);color:var(--teal2)}
.why-section{background:var(--navy);padding:72px 2rem}
.why-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2rem}
.why-card{border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.8rem;background:rgba(255,255,255,.02)}
.why-icon{width:40px;height:40px;background:rgba(16,69,152,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:.9rem}
.why-card h3{font-family:'Oxanium',monospace;font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:.5rem}
.why-card p{font-size:13px;color:rgba(255,255,255,.38);line-height:1.75}

/* ── ALUMNI ── */
.alumni-layout{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;padding:52px 0}
.alumni-stats{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.8rem}
.alumni-stat{padding:1.1rem 1.3rem;background:var(--white);border:1px solid var(--border);border-radius:10px;display:flex;justify-content:space-between;align-items:center}
.asn{font-family:'Oxanium',monospace;font-size:1.9rem;font-weight:700;color:var(--navy)}
.asl{font-size:13px;color:var(--muted);max-width:200px;line-height:1.4;text-align:right}
.alumni-cta{background:var(--navy);border-radius:12px;padding:1.8rem;text-align:center;margin-top:1.8rem}
.alumni-cta h4{color:var(--white);font-family:'Oxanium',monospace;font-size:1rem;margin-bottom:.4rem}
.alumni-cta p{color:rgba(255,255,255,.38);font-size:13px;margin-bottom:1rem}
.chart-container{position:relative;width:100%;height:300px;margin-bottom:1.2rem}
.chart-legend{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--muted)}
.legend-item{display:flex;align-items:center;gap:4px}
.legend-dot{width:10px;height:10px;border-radius:10px;flex-shrink:0}
.employer-section{padding:52px 0;background:var(--white)}
.employer-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}
.ep{background:var(--cream);border:1px solid var(--border);padding:5px 14px;border-radius:10px;font-size:12.5px;color:var(--muted);display:flex;align-items:center;gap:.4rem}
.ep strong{color:var(--navy);font-size:10.5px;font-family:'DM Mono',monospace}

/* ── NETWORK ── */
.network-layout{padding:52px 0}
.network-intro{max-width:640px;margin-bottom:2rem}
.network-intro p{font-size:15px;color:#3d4f68;line-height:1.85;margin-bottom:.8rem}
#sesylMap{height:520px;border-radius:12px;border:1px solid var(--border)}

/* ── FOOTER ── */
footer{background:#152973;padding:56px 0 32px;border-top:1px solid rgba(255,255,255,.09)}
.footer-logo-row{max-width:1300px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2.8rem;padding-bottom:2.2rem;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-top{max-width:1300px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.1fr;gap:2.5rem;margin-bottom:2.5rem;align-items:start}
.fb-email{color:#fff;font-size:14px;text-decoration:none;display:inline-block;margin-top:1.1rem;transition:color .18s}
.fb-email:hover{color:var(--teal-bright)}
.fb-name{font-family:'Oxanium',monospace;font-size:1.15rem;font-weight:500;color:var(--white);margin-bottom:.4rem;line-height:1.45}
.fb-sub{color:rgba(255,255,255,.92);font-size:14px;line-height:1.7;max-width:340px}
.fb-dept{margin-top:.9rem;color:rgba(255,255,255,.9);font-size:13.5px;line-height:1.5;max-width:320px}
.fb-dept-label{display:block;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:.28rem}
.fb-loc{margin-top:.75rem;color:rgba(255,255,255,.75);font-size:13px;letter-spacing:.01em}
.footer-top .fc5{padding-top:0}
.fc5 h5{color:rgba(255,255,255,.7);font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}
.fc5 a,.fc5 p{color:#fff;font-size:14px;text-decoration:none;display:block;margin-bottom:.45rem;line-height:1.6;cursor:pointer;transition:color .18s}
.fc5 a:hover{color:rgba(255,255,255,.55)}
.fb-addr p{margin-bottom:1.05rem}
.fb-addr p:last-child{margin-bottom:0}
.fb-ext a{position:relative;width:fit-content}
.fb-ext a::after{content:'→';margin-left:.45em;opacity:0;transform:translateX(-3px);display:inline-block;transition:opacity .18s,transform .18s;color:var(--teal-bright)}
.fb-ext a:hover{color:var(--teal-bright)}
.fb-ext a:hover::after{opacity:1;transform:translateX(0)}
.footer-bottom{max-width:1300px;margin:0 auto;padding:1.4rem 2rem 0;display:flex;justify-content:flex-start;color:rgba(255,255,255,.6);font-size:12.5px;flex-wrap:wrap;gap:.4rem}
.footer-fsb-logo{height:112px;width:auto;opacity:1;filter:brightness(0) invert(1);transition:opacity .2s;display:block;position:relative;top:0;align-self:center}.footer-fsb-logo:hover{opacity:.75}
.fb-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:.9rem}
.fb-logo-img{height:110px;width:auto;object-fit:contain;display:block}
@media(max-width:640px){
  .footer-logo-row{flex-direction:column;align-items:flex-start;gap:1.5rem}
  .fb-logo-img{height:auto;width:200px!important;max-width:70vw}
  .footer-fsb-logo{height:auto;width:240px!important;max-width:82vw;top:0}
}
.footer-bottom a{color:rgba(255,255,255,.7);text-decoration:none;cursor:pointer}
.footer-social{display:flex;gap:.7rem;margin-left:auto}
.footer-social a{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:background .18s,color .18s}
.footer-social a:hover{background:var(--teal-bright);color:var(--navy)}
.footer-social svg{width:16px;height:16px}
.footer-bottom a:hover{color:var(--teal-bright)}
.footer-bottom .fb-sep{color:rgba(255,255,255,.3);margin:0 .75rem}
.legal-section{background:var(--white);padding:60px 0 80px}
.legal-body{max-width:820px;font-size:1rem;line-height:1.8;color:var(--ink,#1a2138)}
.legal-body h2{font-family:'Oxanium',monospace;font-size:1.3rem;font-weight:700;color:var(--navy);margin:2.2rem 0 .7rem}
.legal-body h2:first-of-type{margin-top:0}
.legal-body p{margin-bottom:1rem}
.legal-body ul{margin:0 0 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.45rem}
.legal-body a{color:var(--teal);text-decoration:none;border-bottom:1px solid rgba(16,69,152,.25)}
.legal-body a:hover{border-color:var(--teal)}
.legal-updated{font-family:'DM Mono',monospace;font-size:12px;color:var(--muted);margin-bottom:2.4rem;text-transform:uppercase;letter-spacing:.06em}
#toTop{position:fixed;right:1.4rem;bottom:1.4rem;width:46px;height:46px;border-radius:50%;background:var(--navy);color:#fff;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s,transform .25s,background .18s;z-index:900}
#toTop.show{opacity:1;visibility:visible;transform:none}
#toTop:hover{background:var(--teal)}
#toTop svg{width:20px;height:20px}
@media print{#toTop{display:none}}

/* ── NEWS CAROUSEL ── */
.home-news{background:var(--cream);padding:72px 0;border-top:1px solid var(--border)}
.home-news-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.home-news-header h2{font-family:'Oxanium',monospace;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:var(--navy);margin:0}
.home-news-header a{font-size:.85rem;font-weight:600;color:var(--teal);text-decoration:none;white-space:nowrap}
.news-carousel-wrap{position:relative}
.news-carousel{display:flex;gap:1.4rem;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}
.news-carousel::-webkit-scrollbar{display:none}
.news-card{flex:0 0 400px;scroll-snap-align:start;background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .18s,box-shadow .18s}
@media(max-width:640px){.news-carousel .news-card{flex:0 0 85vw}}
.news-carousel .news-card:last-child{margin-right:2rem}
.news-card:hover{transform:translateY(-4px);box-shadow:none}
.nc-img{height:250px;background-size:cover;background-position:center}
.nc-img-icon{background:var(--navy);background-image:radial-gradient(rgba(140,180,245,.14) 1px,transparent 1.6px);background-size:20px 20px;display:flex;align-items:center;justify-content:center}
.nc-img-icon svg{width:60px;height:60px;color:var(--teal-bright);opacity:.9}
.nc-body{padding:1.7rem 1.7rem 1.9rem}
.nc-tag{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.7rem}
.nc-title{font-family:'Oxanium',monospace;font-size:1.15rem;font-weight:700;color:var(--navy);line-height:1.4;margin-bottom:.8rem}
.nc-date{font-size:.85rem;color:var(--muted)}
.news-carousel-nav{display:flex;gap:.6rem;justify-content:flex-start;margin-top:1.4rem}
.ncn-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:.9rem;transition:background .15s,border-color .15s}
.ncn-btn:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}


@media(max-width:1100px){
  .hero-inner,.about-layout,.prog-grid,.alumni-layout,.mission-grid{grid-template-columns:1fr}
  .faculty-grid{grid-template-columns:repeat(2,1fr)}
  .proj-grid,.courses-grid,.why-grid{grid-template-columns:repeat(2,1fr)}
  .impact-grid{grid-template-columns:repeat(3,1fr)}
  .home-nav-grid{grid-template-columns:repeat(3,1fr)}
  .footer-top{grid-template-columns:1fr 1fr}
  .researcher-grid{grid-template-columns:repeat(3,1fr)}
  .prof-hero-inner{grid-template-columns:1fr}
}
@media(max-width:700px){
  .faculty-grid,.proj-grid,.courses-grid,.why-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .impact-grid{grid-template-columns:1fr 1fr}
  .impact-item{padding:1rem .8rem}
  .impact-item:nth-child(2n){border-right:none}
  .impact-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
  nav .nav-links{display:none}
  .nav-burger{display:flex}
  .home-nav-grid{grid-template-columns:1fr 1fr}
  .researcher-grid{grid-template-columns:repeat(2,1fr)}
}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ── HOME EXTENDED SECTIONS ── */
.home-story-section{background:var(--white);padding:80px 0;overflow:visible}
.home-photo-wrap{width:100%;height:360px;background-size:cover;background-position:center 30%;border-radius:16px;margin-top:-124px;margin-bottom:3.4rem;position:relative;z-index:2;box-shadow:0 0 0 1px rgba(0,0,0,.04)}
@media(max-width:768px){.home-photo-wrap{height:230px;margin-top:-70px;margin-bottom:2.2rem}}
.home-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.home-story-lead{font-size:1.1rem;color:var(--navy);line-height:1.85;margin-bottom:1rem;font-weight:400}
.home-story-body{font-size:1.1rem;color:var(--navy);line-height:1.85;margin-bottom:1rem;font-weight:400}
.home-milestone-stack{display:flex;flex-direction:column;gap:0}
.home-story-head{margin-bottom:2rem}
.home-story-aside{padding-top:0}
.hms-item{display:flex;gap:1.2rem;padding:1.2rem 1.4rem;border-left:2px solid var(--border);position:relative;margin-left:.5rem;transition:border-color .2s}
.hms-item::before{content:'';position:absolute;left:-5px;top:1.5rem;width:8px;height:8px;border-radius:50%;background:var(--border);transition:background .2s}
.hms-item:hover{border-left-color:var(--teal)}
.hms-item:hover::before{background:var(--teal)}
.hms-highlight{border-left-color:var(--teal)!important}
.hms-highlight::before{background:var(--teal)!important}
.hms-year{font-family:'DM Mono',monospace;font-size:12px;color:var(--teal);min-width:46px;padding-top:2px;font-weight:500}
.hms-title{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}
.hms-desc{font-size:14px;color:var(--ink,#1a2138);line-height:1.65}

.home-focus-section{background:var(--navy);padding:88px 0}
.home-focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:1rem}
.hfg-card{border:1px solid rgba(255,255,255,.07);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.025);transition:border-color .2s,transform .2s,box-shadow .2s;cursor:pointer;display:flex;flex-direction:column}
.hfg-card:hover{border-color:rgba(16,69,152,.35);transform:translateY(-3px);box-shadow:none}
.hfg-photo{padding:1.5rem 1.5rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-shrink:0;background:none;border-bottom:1px solid rgba(255,255,255,.07);margin:0 0 0}
.hfg-icon{position:relative;z-index:1;width:40px;height:40px;color:rgba(255,255,255,.62);transition:color .25s ease}
.hfg-icon svg{width:100%;height:100%;display:block;stroke-width:1.5px}
.hfg-card:hover .hfg-icon{color:rgba(255,255,255,.9)}
.hfg-body{padding:1.2rem 1.5rem 1.6rem;flex:1;display:flex;flex-direction:column}
.hfg-num{font-family:'Oxanium',monospace;font-size:1.4rem;font-weight:700;color:#fff;letter-spacing:.02em;line-height:1;margin:0}
.hfg-card h3{font-family:'Oxanium',monospace;font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:.65rem;line-height:1.3}
.hfg-card p{font-size:14px;color:rgba(255,255,255,.62);line-height:1.75;margin-bottom:1rem;flex:1}
.hfg-tags{display:flex;flex-wrap:wrap;gap:4px}
.hfg-tags span{font-size:10px;background:rgba(16,69,152,.10);border:1px solid rgba(16,69,152,.28);color:var(--teal-bright);padding:2px 8px;border-radius:10px;letter-spacing:.04em}

/* ── AREA ACCORDION (reusable: Research Focus + Research page) ── */
.area-acc{display:flex;flex-direction:column;gap:0;margin-top:1.8rem;border-top:1px solid rgba(255,255,255,.14);overflow-anchor:none}
.area-acc-item{border:none;border-bottom:1px solid rgba(255,255,255,.14);border-radius:0;background:none;transition:background .25s}
.area-acc-item.open{background:none}
.area-acc-head{display:flex;align-items:center;gap:1.4rem;padding:1.6rem .4rem;cursor:pointer;user-select:none}
.aah-num{font-family:'Oxanium',monospace;font-size:1.5rem;font-weight:700;color:#fff;line-height:1;min-width:2rem;flex-shrink:0}
.aah-icon{width:42px;height:42px;color:rgba(255,255,255,.6);flex-shrink:0;transition:color .2s}
.aah-icon svg{width:100%;height:100%;display:block;stroke-width:1.4px}
.aah-title{font-family:'Oxanium',monospace;font-size:1.25rem;font-weight:500;color:#fff;flex:1;line-height:1.25;transition:color .2s}
.area-acc-item:hover .aah-title{color:var(--teal-bright)}
.aah-chev{width:20px;height:20px;flex-shrink:0;color:rgba(255,255,255,.5);transition:transform .3s ease,color .2s}
.area-acc-item.open .aah-chev{transform:rotate(180deg);color:#fff}
.area-acc-item:hover .aah-icon{color:rgba(255,255,255,.9)}
.area-acc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
.area-acc-item.open .area-acc-body{grid-template-rows:1fr}
.area-acc-body-inner{overflow:hidden}
.aab-content{padding:0 .4rem 1.7rem 4.2rem}
.aab-content p{font-size:14.5px;color:rgba(255,255,255,.72);line-height:1.8;margin-bottom:1rem;max-width:780px}
.rf-acc-content .rf-lead{font-size:14.5px;color:rgba(255,255,255,.72);line-height:1.85;margin-bottom:1rem;max-width:820px}
.rf-acc-content .rf-highlight{margin-bottom:1.1rem}
.rf-acc-content .hfg-tags{margin-bottom:1.1rem}
.rf-acc-content .rf-area-people{display:flex;flex-wrap:wrap;gap:6px}
.aab-tags{display:flex;flex-wrap:wrap;gap:5px}
.aab-tags span{font-size:10.5px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.85);padding:3px 10px;border-radius:10px;letter-spacing:.04em}
/* light variant — editorial hairline list (no boxes) */
.area-acc.light{gap:0;border-top:1px solid var(--border)}
.area-acc.light .area-acc-item{border:none;border-bottom:1px solid var(--border);border-radius:0;background:none;transition:background .25s}
.area-acc.light .area-acc-item.open{background:none;box-shadow:none}
.area-acc.light .area-acc-head{padding:1.6rem 1rem 1.6rem .4rem;border-radius:10px;transition:background .18s}
.area-acc.light .area-acc-head:hover{background:rgba(16,69,152,.045)}
.area-acc.light .aah-num{color:var(--navy)}
.area-acc.light .aah-icon{color:rgba(21,41,115,.5)}
.area-acc.light .area-acc-item:hover .aah-icon,.area-acc.light .area-acc-item.open .aah-icon{color:var(--teal)}
.area-acc.light .area-acc-item:hover .aah-title{color:var(--teal)}
.area-acc.light .aah-title{color:var(--navy);font-weight:500;transition:color .2s}
.area-acc.light .aah-chev{color:rgba(21,41,115,.35)}
.area-acc.light .area-acc-item.open .aah-chev{color:var(--teal)}
.area-acc.compact .area-acc-head{padding:1.2rem .4rem;gap:1.2rem}
.area-acc.compact .aah-icon{width:42px;height:42px}
.area-acc.compact .aah-title{font-size:1.25rem}
.area-acc.compact .aah-num{font-size:1.5rem;min-width:2rem}
.more-way-card{transition:border-color .2s,transform .2s}
.more-way-card:hover{border-color:var(--teal-bright)!important;transform:translateY(-3px)}
.area-acc.light .aab-content{padding:0 .4rem 1.7rem 4.2rem}
.area-acc.light .tm-acc-content{padding:0 .2rem 1.9rem .2rem}
.edu-acc .area-acc-head{align-items:flex-start}
.edu-acc .aah-icon{width:48px;height:48px;border-radius:50%;background:var(--navy);border:2px solid var(--teal);color:var(--teal-bright);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.edu-acc .aah-icon svg{width:22px;height:22px}
.edu-acc .area-acc-item:hover .aah-icon,.edu-acc .area-acc-item.open .aah-icon{color:#fff}
.edu-acc .aah-title-wrap{flex:1;display:flex;flex-direction:column;gap:.4rem;padding-top:.3rem}
.edu-acc .aah-title-wrap .edu-tl-tag{margin-bottom:0}
.edu-acc .aab-content{padding-left:4.6rem}
.edu-acc .edu-tl-chips{margin-top:.2rem}
.tm-acc .tm-grid{margin-top:.4rem}
.area-acc.light .aab-content p{color:var(--body)}
.area-acc.light .aab-tags span{background:rgba(16,69,152,.055);border-color:rgba(16,69,152,.16);color:var(--teal)}
.area-acc.light .rf-acc-content .rf-lead{color:var(--body) !important}
.area-acc.light .rf-acc-content .rf-lead strong{color:var(--navy)}
.area-acc.light .rf-acc-content .rf-highlight{color:var(--teal) !important}
.area-acc.light .rf-acc-content .hfg-tags span{background:rgba(16,69,152,.055);border:1px solid rgba(16,69,152,.16);color:var(--teal)}
.area-acc.light .rf-acc-content .rf-person{color:var(--navy);background:rgba(16,69,152,.05);border:1px solid rgba(16,69,152,.14)}
.aab-2col-list{display:grid}
@media(max-width:640px){
  .aab-2col-list{grid-template-columns:1fr!important}
  .area-acc-head{gap:1rem;padding:1.2rem 1.2rem}
  .aah-num{font-size:1.3rem;min-width:1.8rem}
  .aah-icon{width:36px;height:36px}
  .aah-title{font-size:1.05rem}
  .aab-content{padding:0 1.2rem 1.4rem 1.2rem}
}

.home-funding-section{background:var(--white);padding:80px 0;border-top:1px solid var(--border)}
.hfs-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.hfs-bars{display:flex;flex-direction:column;gap:1.2rem}
.hfs-bar-item{display:flex;flex-direction:column;gap:.45rem}
.hfs-bar-meta{display:flex;justify-content:space-between;align-items:baseline}
.hfs-bar-prog{font-size:14.5px;color:var(--navy);font-weight:600}
.hfs-bar-val{font-family:'Oxanium',monospace;font-size:15px;font-weight:700;color:var(--navy)}
.hfs-bar-track{height:14px;background:var(--cream2);border-radius:14px;overflow:hidden;border:1px solid var(--border)}
.hfs-bar-fill{height:100%;border-radius:14px;transition:width 1s ease}
.hfs-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border);margin-top:.4rem}
.hfs-total span{font-size:12px;color:var(--navy);text-transform:uppercase;letter-spacing:.06em;font-weight:600}
.hfs-total strong{font-family:'Oxanium',monospace;font-size:1.4rem;font-weight:700;color:var(--navy)}

.home-team-section{background:var(--white);padding:80px 0;border-top:1px solid var(--border)}
.home-team-inner{display:block}
.home-team-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2.5rem;flex-wrap:wrap;margin-bottom:2.6rem}
.home-team-head-text{max-width:560px}
.home-team-stats{display:flex;gap:1rem;flex-shrink:0}
.hts-item{text-align:center;padding:1rem 1.5rem;border:1px solid var(--border);border-radius:12px;background:var(--white)}
.hts-num{display:block;font-family:'Oxanium',monospace;font-size:1.9rem;font-weight:700;color:var(--navy);line-height:1}
.hts-lbl{display:block;font-size:11px;color:var(--muted);margin-top:.3rem;letter-spacing:.04em;line-height:1.4}
/* .home-team-profiles legacy rule removed – grid defined below in hts section */
.htp-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s;background:var(--cream)}
.htp-card:hover{border-color:var(--teal);transform:translateX(4px);background:var(--white)}
.htp-avatar{width:46px;height:46px;border-radius:12px;background:var(--navy);display:flex;align-items:center;justify-content:center;font-family:'Oxanium',monospace;font-size:13px;font-weight:700;color:var(--teal-bright);flex-shrink:0}
.htp-b{background:var(--fsb-core)}
.htp-c{background:#1a3a5c}
.htp-name{font-family:'Oxanium',monospace;font-size:.88rem;font-weight:600;color:var(--navy);line-height:1.2}
.htp-role{font-size:12px;color:var(--muted);margin:.15rem 0}
.htp-meta{font-family:'DM Mono',monospace;font-size:11px;color:var(--teal)}

.home-partners-strip{background:var(--navy2);padding:1.9rem 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}
.hps-label{font-size:13.5px;text-transform:uppercase;letter-spacing:.18em;color:#fff;margin-bottom:1.3rem;font-family:'DM Mono',monospace;text-align:center}
.hps-viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.hps-track{display:flex;align-items:center;width:max-content;animation:hplScroll 48s linear infinite}
.home-partners-strip:hover .hps-track{animation-play-state:paused}
@keyframes hplScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.hpl{font-size:15px;color:#fff;font-weight:500;padding:0 1.7rem;letter-spacing:.02em;white-space:nowrap}
.hpl-div{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.28);flex-shrink:0}

.home-cta-section{background:var(--cream);padding:64px 0}
.home-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.home-cta-card{padding:2.5rem;border-radius:14px;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.home-cta-card:hover{transform:translateY(-4px);box-shadow:none}
.home-cta-card:hover .hcc-btn{transform:translateX(4px)}
.hcc-dark{background:var(--navy);border:1px solid rgba(16,69,152,.15)}
.hcc-dark .section-label{color:var(--teal-bright)}
.hcc-dark h3{font-family:'Oxanium',monospace;font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:.7rem;line-height:1.25}
.hcc-dark p{font-size:13.5px;color:rgba(255,255,255,.72);line-height:1.8;margin-bottom:1.3rem}
.hcc-light{background:var(--white);border:1px solid var(--border)}
.hcc-light .section-label{color:var(--muted)}
.hcc-light h3{font-family:'Oxanium',monospace;font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.7rem;line-height:1.25}
.hcc-light p{font-size:13.5px;color:var(--muted);line-height:1.8;margin-bottom:1.3rem}
.hcc-btn{display:inline-block;align-self:flex-start;margin-top:auto;background:var(--teal);color:#fff;padding:10px 22px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;transition:transform .2s}
.hcc-btn-dark{background:var(--navy);color:var(--white)}
.hcc-dark .hcc-btn{background:#fff;color:var(--navy)}

/* ── IMPROVED PROJECT UTILIZATION BARS ── */
.bar-track{flex:1;height:14px;background:var(--cream2);border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.05)}
.bar-fill{height:100%;border-radius:14px}

/* ── EDUCATION PAGE IMPROVEMENTS ── */
.edu-story-band{background:var(--navy);padding:72px 2rem;text-align:center}
.edu-story-inner{max-width:780px;margin:0 auto}
.edu-pull-quote{font-family:'Oxanium',monospace;font-size:clamp(1.25rem,2.5vw,1.8rem);font-weight:700;color:var(--white);line-height:1.4;margin-bottom:1rem}
.edu-pull-quote em{color:var(--teal-bright);font-style:normal}
.edu-pull-sub{color:rgba(255,255,255,.4);font-size:.95rem;line-height:1.8}

.edu-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:60px 0}
.edu-tcard{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.5rem}
.edu-tquote{font-size:14px;color:#3d4f68;line-height:1.8;margin-bottom:1rem;border-left:3px solid var(--teal);padding-left:1rem;font-style:italic}
.edu-tname{font-size:12px;font-weight:600;color:var(--navy);font-style:normal}
.edu-trole{font-size:11px;color:var(--muted)}
.edu-outcomes-band{background:var(--fsb-core);padding:60px 2rem}
.edu-outcomes-inner{max-width:1300px;margin:0 auto}
.edu-outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.1);margin-top:2rem;border:1px solid rgba(255,255,255,.1)}
.edu-oc{background:rgba(255,255,255,.04);padding:1.8rem 1.5rem;text-align:center}
.edu-oc-num{font-family:'Oxanium',monospace;font-size:2.6rem;font-weight:700;color:var(--white);line-height:1;display:block;margin-bottom:.4rem}
.edu-oc-label{color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.07em;text-transform:uppercase;line-height:1.5}

@media(max-width:1100px){
  .home-story-grid,.home-team-inner,.hfs-grid,.home-cta-grid{grid-template-columns:1fr}
  .home-story-aside{padding-top:0}
  .home-focus-grid{grid-template-columns:repeat(2,1fr)}
  .edu-testimonial-grid,.edu-outcomes-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .home-focus-grid,.edu-testimonial-grid{grid-template-columns:1fr}
  .edu-outcomes-grid{grid-template-columns:1fr 1fr}
  .home-team-stats{gap:1rem}
  .home-team-profiles{grid-template-columns:repeat(2,1fr)}
  .hts-card{flex-direction:column}
  .hts-photo{width:100%;aspect-ratio:4/3;min-height:120px}
}
@media(max-width:480px){
  .home-nav-grid{grid-template-columns:1fr}
  .home-team-profiles{grid-template-columns:1fr}
  .hts-card{flex-direction:row}
  .hts-photo{width:110px;aspect-ratio:auto;min-height:auto}
}

/* ── RESEARCH ── */
.research-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:0;max-width:none;padding:1.5rem max(2rem,calc((100% - 1300px)/2));position:relative;z-index:2}
#page-projects .research-metrics{margin-bottom:0}
.proj-funding-intro{margin-bottom:2.4rem}
.rm-item{background:var(--white);padding:.5rem 1.2rem;text-align:center;border-left:1px solid var(--border)}
.rm-item:first-child{border-left:none}
.rm-num{font-family:'Oxanium',monospace;font-size:1.9rem;font-weight:700;color:var(--navy);line-height:1}
.rm-label{font-size:11px;color:var(--muted);letter-spacing:.04em;margin-top:.5rem;text-transform:uppercase}
.research-intro-band{background:var(--white);padding:3.5rem 0 1rem}
.research-lead{max-width:760px;font-size:1.08rem;line-height:1.85;color:#33445e}
.research-lead strong{color:var(--navy);font-weight:600}
.pub-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin:2.5rem 0 2rem}
.pfb-r{background:transparent;border:1px solid var(--border);color:var(--muted);padding:7px 16px;border-radius:10px;font-size:12px;cursor:pointer;font-family:'DM Sans',sans-serif;transition:all .2s;letter-spacing:.03em}
.pfb-r:hover{border-color:var(--navy);color:var(--navy)}
.pub-placeholder-note{font-size:12.5px;color:var(--navy);background:rgba(21,41,115,.06);border:1px dashed rgba(21,41,115,.3);border-radius:8px;padding:8px 14px;margin:1.2rem 0 1.4rem;display:inline-block}
.pub-tag.placeholder{background:rgba(21,41,115,.08);color:var(--navy);border:1px dashed rgba(21,41,115,.3)}
.pfb-r.active{background:var(--navy);color:var(--white);border-color:var(--navy)}
.pub-list{display:flex;flex-direction:column;gap:0;background:var(--white);border:1px solid var(--border)}
.pub-item{display:grid;grid-template-columns:64px 1fr auto;gap:1.4rem;padding:1.5rem 1.6rem;border-bottom:1px solid var(--border);align-items:start;transition:background .15s}
.pub-item:last-child{border-bottom:none}
.pub-item:hover{background:var(--cream)}
.pub-year{font-family:'Oxanium',monospace;font-weight:700;font-size:1.05rem;color:var(--teal2)}
.pub-main{min-width:0}
.pub-title{font-size:1rem;font-weight:600;color:var(--navy);line-height:1.4;margin-bottom:.4rem}
.pub-title a{color:var(--navy);text-decoration:none}
.pub-title a:hover{color:var(--teal2)}
.pub-authors{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:.5rem}
.pub-authors em{color:var(--navy);font-style:normal;font-weight:600}
.pub-venue{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}
.pub-journal{font-size:13.5px;color:#33445e;font-style:italic}
.pub-tag{font-size:10px;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:10px;background:rgba(16,69,152,.12);color:var(--teal2);font-weight:600}
.pub-tag.oa{background:rgba(43,182,115,.14);color:#1e8f5a}
.pub-cite{text-align:right;white-space:nowrap}
.pub-cite-num{font-family:'Oxanium',monospace;font-weight:700;font-size:1.1rem;color:var(--navy)}
.pub-cite-lbl{font-size:9.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.research-cta{background:var(--navy);border-radius:12px;padding:2.6rem 2.4rem;margin:3rem 0 1rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.research-cta h3{font-family:'Oxanium',monospace;color:var(--white);font-size:1.5rem;margin-bottom:.6rem;font-weight:700}
.research-cta p{color:rgba(255,255,255,.6);font-size:.95rem;line-height:1.7;max-width:560px}
@media(max-width:900px){
  .research-metrics{grid-template-columns:repeat(2,1fr)}
  .alumni-stats-bar{grid-template-columns:repeat(3,1fr)}
  .net-stats-strip{grid-template-columns:repeat(2,1fr)}
  .pub-item{grid-template-columns:48px 1fr;gap:1rem}
  .pub-cite{grid-column:2;text-align:left;margin-top:.3rem}
  .research-cta{grid-template-columns:1fr}
  .rm-item:nth-child(2n+1),.nss-item:nth-child(2n+1){border-left:none}
}
@media(max-width:640px){
  .alumni-stats-bar{grid-template-columns:repeat(2,1fr)}
  .asb-item:nth-child(2n+1){border-left:none}
  .edu-sf{flex:0 0 50%;max-width:50%;box-sizing:border-box}
  .edu-sf:nth-child(2n+1){border-left:none}
  .rm-item,.nss-item,.asb-item{padding:.6rem .5rem}
  .rm-num,.nss-num,.asb-num{font-size:1.5rem}
  .rm-label,.nss-lbl,.asb-lbl{font-size:10px}
}

/* ── SUMMER SCHOOL (in Education) ── */
.ss-block{background:linear-gradient(135deg,var(--navy) 0%,var(--navy2) 100%);border-radius:14px;overflow:hidden;margin:1rem 0 0;position:relative}
.ss-block::after{content:'';position:absolute;right:-60px;top:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(16,69,152,.14),transparent 70%)}
.ss-inner{padding:2.8rem 2.6rem;position:relative;z-index:1}
.ss-flag{display:inline-flex;align-items:center;gap:8px;background:rgba(16,69,152,.14);border:1px solid rgba(16,69,152,.3);padding:5px 13px;border-radius:10px;margin-bottom:1.2rem}
.ss-flag span{font-family:'DM Mono',monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-bright)}
.ss-title{font-family:'Oxanium',monospace;font-size:clamp(1.5rem,2.6vw,2.1rem);color:var(--white);font-weight:700;line-height:1.2;margin-bottom:.9rem}
.ss-sub{color:rgba(255,255,255,.62);font-size:1rem;line-height:1.8;max-width:640px;margin-bottom:1.8rem}
.ss-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);margin-bottom:1.8rem;border-radius:10px;overflow:hidden}
.ss-fact{background:rgba(21,41,115,.5);padding:1.1rem 1rem}
.ss-fact-num{font-family:'Oxanium',monospace;font-size:1.35rem;font-weight:700;color:var(--teal-bright)}
.ss-fact-lbl{font-size:10.5px;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.05em;margin-top:.3rem;line-height:1.4}
.ss-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem 2.4rem;margin-bottom:1.9rem}
.ss-dcol h5{font-family:'DM Mono',monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-bright);margin-bottom:.7rem}
.ss-dcol ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.ss-dcol li{font-size:13px;color:rgba(255,255,255,.72);line-height:1.55;padding-left:16px;position:relative}
.ss-dcol li::before{content:'›';position:absolute;left:0;color:var(--teal-bright)}
.ss-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.ss-credit{margin-top:1.6rem;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.08);font-size:11px;color:rgba(255,255,255,.32);line-height:1.6}
.ss-credit a{color:var(--teal-bright);text-decoration:none}
@media(max-width:760px){
  .ss-facts{grid-template-columns:repeat(2,1fr)}
  .ss-detail-grid{grid-template-columns:1fr}
  .ss-inner{padding:2rem 1.6rem}
}

/* ── NETWORK EXTRAS ── */
.net-types{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;margin:3.5rem 0}
.net-type-card{background:var(--white);border:1px solid var(--border);border-left:3px solid var(--teal);padding:1.6rem 1.7rem;transition:all .2s}
.net-type-card:hover{box-shadow:none;transform:translateY(-2px)}
.net-type-card.t-academic{border-left-color:#104598}
.net-type-card.t-industry{border-left-color:#0b1c35}
.net-type-card.t-agency{border-left-color:#c9a84c}
.net-type-card.t-eu{border-left-color:#d54e33}
.ntc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem}
.ntc-title{font-family:'Oxanium',monospace;font-size:1.15rem;font-weight:700;color:var(--navy)}
.ntc-count{font-family:'Oxanium',monospace;font-size:1.5rem;font-weight:700;color:var(--teal2)}
.ntc-desc{font-size:13.5px;color:#33445e;line-height:1.65;margin-bottom:.9rem}
.ntc-names{font-size:12px;color:var(--muted);line-height:1.6}
.ntc-names strong{color:var(--navy);font-weight:600}
.partner-cta-band{background:var(--cream);padding:64px 0;border-top:1px solid var(--border)}.partner-cta-band .section-label{color:var(--teal)!important}.partner-cta-band .section-title.light{color:var(--navy)}.partner-cta-band .pcb-lead p{color:var(--ink)}.partner-cta-band .pcb-models{background:transparent;border:none}.partner-cta-band .pcb-model{border-top-color:var(--border)}.partner-cta-band .pcb-model h4{color:var(--navy)}.partner-cta-band .pcb-model p{color:var(--ink)}.partner-cta-band .pcb-model::before{background:var(--teal)}.partner-cta-band .pcb-contact .hero-btn-o{color:var(--navy);border-color:var(--border)}
.pcb-inner{max-width:1300px;margin:0 auto;padding:0 2rem}
.pcb-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.pcb-lead .section-title{margin-bottom:1rem}
.pcb-lead p{color:rgba(255,255,255,.6);font-size:1rem;line-height:1.8;margin-bottom:1.5rem}
.pcb-models{display:flex;flex-direction:column;gap:0}
.pcb-model{background:transparent;border:none;border-top:1px solid rgba(255,255,255,.14);padding:1.25rem 0 1.25rem 1.6rem;position:relative}
.pcb-model:first-child{border-top:none}
.pcb-model::before{content:'';position:absolute;left:0;top:1.55rem;width:7px;height:7px;border-radius:50%;background:var(--teal-bright)}
.pcb-model h4{font-family:'Oxanium',monospace;font-size:1rem;color:var(--teal-bright);margin-bottom:.4rem;font-weight:600}
.pcb-model p{color:rgba(255,255,255,.55);font-size:13px;line-height:1.6;margin:0}
.pcb-contact{margin-top:1.5rem;display:flex;gap:.8rem;flex-wrap:wrap}
@media(max-width:900px){
  .net-types{grid-template-columns:1fr}
  .pcb-grid{grid-template-columns:1fr;gap:2rem}
}

/* ── EDUCATION EXTRAS ── */
.apply-section{background:var(--white);padding:72px 0}
.apply-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-top:2.5rem}
.apply-step{position:relative;padding-top:1rem}
.apply-step-num{font-family:'Oxanium',monospace;font-size:2.4rem;font-weight:700;color:rgba(16,69,152,.25);line-height:1}
.apply-step h4{font-family:'Oxanium',monospace;font-size:1.05rem;color:var(--navy);margin:.5rem 0 .5rem;font-weight:600}
.apply-step p{font-size:13px;color:#33445e;line-height:1.6}
.apply-step p a{color:var(--teal2)}
.apply-note{margin-top:2.5rem;background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:1.5rem 1.7rem;font-size:13.5px;color:#33445e;line-height:1.7}
.apply-note strong{color:var(--navy)}
.thesis-section{background:var(--cream);padding:64px 0}
.thesis-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;margin-top:2rem;align-items:start}
.thesis-topics{display:flex;flex-direction:column;gap:.7rem}
.thesis-topic{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:.9rem 1.2rem;font-size:13.5px;color:var(--navy);display:flex;align-items:center;gap:10px}
.thesis-topic::before{content:'→';color:var(--teal2);font-weight:700}
.award-card{background:linear-gradient(135deg,var(--fsb-core),var(--fsb-graphite));border-radius:14px;padding:2rem 1.9rem;color:var(--white)}
.award-card .award-badge{display:inline-block;background:var(--gold);color:var(--navy);font-family:'Oxanium',monospace;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:10px;margin-bottom:1rem}
.award-card h4{font-family:'Oxanium',monospace;font-size:1.3rem;margin-bottom:.7rem;line-height:1.25}
.award-card p{font-size:13.5px;line-height:1.7;color:rgba(255,255,255,.78);margin-bottom:1rem}
.award-prize{font-family:'Oxanium',monospace;font-size:1.8rem;font-weight:700;color:var(--gold)}
.award-prize span{font-size:12px;color:rgba(255,255,255,.6);font-family:'DM Sans',sans-serif;display:block;margin-top:.2rem}
.intl-band{background:var(--navy2);padding:56px 0}
.intl-inner{max-width:1300px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center}
.intl-inner .section-title{margin-bottom:1rem}
.intl-inner p{color:rgba(255,255,255,.6);font-size:.97rem;line-height:1.8}
.intl-points{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.intl-point{border-left:2px solid var(--teal);padding-left:1rem}
.intl-point strong{display:block;font-family:'Oxanium',monospace;color:var(--white);font-size:1rem;margin-bottom:.3rem}
.intl-point span{font-size:12.5px;color:rgba(255,255,255,.5);line-height:1.55}
.faq-section{background:var(--white);padding:64px 0}
.faq-list{margin-top:2rem;max-width:840px}
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{width:100%;text-align:left;background:none;border:none;padding:1.3rem 0;font-family:'DM Sans',sans-serif;font-size:1.02rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-q::after{content:'+';font-family:'Oxanium',monospace;font-size:1.4rem;color:var(--teal2);flex-shrink:0;transition:transform .2s}
.faq-item.open .faq-q::after{content:'−'}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:#33445e;font-size:14px;line-height:1.75}
.faq-item.open .faq-a{max-height:320px;padding-bottom:1.3rem}
@media(max-width:900px){
  .apply-steps{grid-template-columns:1fr 1fr}
  .thesis-grid,.intl-inner{grid-template-columns:1fr;gap:2rem}
}
@media(max-width:600px){
  .apply-steps,.intl-points{grid-template-columns:1fr}
}

/* ── NEWS ── */
.news-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin:2.5rem 0 2rem}
.nfb{background:transparent;border:1px solid var(--border);color:var(--muted);padding:7px 16px;border-radius:10px;font-size:12px;cursor:pointer;font-family:'DM Sans',sans-serif;transition:all .2s;letter-spacing:.03em}
.nfb:hover{border-color:var(--navy);color:var(--navy)}
.nfb.active{background:var(--navy);color:var(--white);border-color:var(--navy)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.news-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;cursor:pointer}
.news-card:hover{transform:translateY(-4px);box-shadow:none}
.news-card-img{height:150px;background:linear-gradient(135deg,var(--fsb-core),var(--fsb-graphite));position:relative;display:flex;align-items:flex-end;padding:1rem}
.news-card-img::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 80% 20%,rgba(16,69,152,.3),transparent 60%);opacity:.7}
.news-card-img{height:190px;background:var(--navy2);background-size:cover;background-position:center;border-radius:12px 12px 0 0;display:flex;align-items:flex-start;padding:.8rem;position:relative;overflow:hidden}
.news-type-badge{position:relative;z-index:1;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;background:rgba(255,255,255,.18);color:var(--white);padding:4px 10px;border-radius:10px;backdrop-filter:blur(4px)}
.news-card-body{padding:1.3rem 1.4rem;display:flex;flex-direction:column;flex:1}
.news-date{font-family:'DM Mono',monospace;font-size:11px;color:var(--teal2);margin-bottom:.5rem;letter-spacing:.04em}
.news-title{font-family:'Oxanium',monospace;font-size:1.08rem;font-weight:600;color:var(--navy);line-height:1.35;margin-bottom:.6rem}
.news-excerpt{font-size:13px;color:#33445e;line-height:1.6;flex:1}
.news-meta{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.4rem}
.news-tag{font-size:10.5px;background:rgba(16,69,152,.1);color:var(--teal2);padding:2px 9px;border-radius:10px;font-weight:600}
.news-tag.np{background:rgba(16,69,152,.1);color:var(--fsb-core)}
.news-tag.np{cursor:pointer;transition:background .15s,color .15s}
.news-tag.np:hover{background:var(--teal2);color:#fff}
.news-project-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:var(--navy);color:#fff;border-radius:12px;padding:.9rem 1.3rem;margin:0 0 1.8rem;font-size:.92rem}
.news-project-banner strong{color:var(--teal-bright);font-family:'Oxanium',monospace}
.news-project-banner button{background:#fff;color:var(--navy);border:none;border-radius:10px;padding:.5rem 1.1rem;font-size:11px;font-weight:700;cursor:pointer;font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.05em}
.news-project-banner button:hover{background:var(--teal-bright)}
.np-projects{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--border)}
.np-proj-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink,#1a2138);margin-right:.3rem}
.np-proj-tag{font-size:12.5px;font-weight:700;color:var(--navy);background:rgba(21,41,115,.07);border:1px solid rgba(21,41,115,.18);padding:4px 13px;border-radius:12px;cursor:pointer;transition:background .15s,color .15s}
.np-proj-tag:hover{background:var(--navy);color:#fff}
.news-cat-visual{height:190px;background:var(--navy);background-image:radial-gradient(rgba(140,180,245,.14) 1px,transparent 1.6px);background-size:20px 20px;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.news-cat-visual svg{width:52px;height:52px;color:var(--teal-bright);opacity:.9}
.news-cat-visual .news-type-badge{position:absolute;top:.8rem;left:.8rem}
@media(max-width:900px){.news-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.news-grid{grid-template-columns:1fr}}

.join-layout{display:grid;grid-template-columns:1fr 360px;gap:2.2rem;align-items:stretch}
.join-form-wrap{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:2.6rem 2.5rem}
.jfw-head{margin-bottom:1.8rem}
.jfw-eyebrow{font-family:'DM Mono',monospace;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal2);margin-bottom:.6rem}
.jfw-title{font-family:'Oxanium',monospace;font-size:1.6rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.jfw-sub{font-size:14px;color:var(--muted);line-height:1.65;max-width:560px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 1.4rem}
.form-field{display:flex;flex-direction:column}
.form-field.ff-full{grid-column:1/-1}
.form-field label{font-size:12px;font-weight:600;color:var(--navy);margin-bottom:.45rem;letter-spacing:.02em}
.form-field label .req{color:#d54e33}
.form-field label .opt{color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0}
.form-field input,.form-field select,.form-field textarea{font-family:'DM Sans',sans-serif;font-size:14px;color:var(--ink);background:var(--white);border:1px solid var(--border);border-radius:12px;padding:11px 13px;transition:border-color .15s,box-shadow .15s;width:100%}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(16,69,152,.12)}
.form-field textarea{resize:vertical;min-height:110px;line-height:1.6}
.form-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23104598' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.form-field select:invalid{color:var(--muted)}
.form-field .hint{font-size:11.5px;color:var(--muted);margin-top:.35rem;line-height:1.5}
.form-actions{grid-column:1/-1;display:flex;align-items:center;gap:1rem;margin-top:.6rem;flex-wrap:wrap}
.form-consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:9px;font-size:12px;color:var(--muted);line-height:1.55}
.form-consent input{width:auto;margin-top:2px;accent-color:var(--teal2)}
.form-note{grid-column:1/-1;font-size:11.5px;color:var(--muted);background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.3);border-radius:12px;padding:.7rem .9rem;line-height:1.5}
.form-msg{grid-column:1/-1;border-radius:12px;padding:.9rem 1.1rem;font-size:13.5px;display:none}
.form-msg.ok{display:block;background:rgba(16,69,152,.12);border:1px solid rgba(16,69,152,.4);color:var(--teal2)}

/* Right sidebar: lab info card */
.join-side{display:flex}
.join-side-card{background:var(--navy);border-radius:14px;padding:1.9rem 1.8rem 2.6rem;color:var(--white);display:flex;flex-direction:column;flex:1}
.jsc-title{font-family:'Oxanium',monospace;font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.3rem;line-height:1.3}
.jsc-sub{font-size:13.5px;color:rgba(255,255,255,.85);margin-bottom:1.2rem;line-height:1.5;font-weight:500}
.jsc-divider{height:1px;background:rgba(255,255,255,.1);margin:1.1rem 0}
.jsc-row{margin-bottom:1rem}
.jsc-label{display:block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--teal-bright);margin-bottom:.35rem}
.jsc-val{font-size:13.5px;color:rgba(255,255,255,.85);line-height:1.6}
.jsc-link{color:var(--teal-bright);text-decoration:none;font-weight:600}
.jsc-link:hover{text-decoration:underline}
@media(max-width:900px){
  .join-layout{grid-template-columns:1fr}
}
@media(max-width:760px){
  .form-grid{grid-template-columns:1fr}
  .join-form-wrap{padding:1.8rem 1.4rem}
}

/* ── RESEARCH AREAS GRID ─────────────────────────────── */
.rf-areas-grid{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}
.rf-area-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s;display:grid;grid-template-columns:150px 1fr;align-items:stretch}
.rf-area-card:hover{border-color:rgba(16,69,152,.3);box-shadow:none}
.rf-area-photo{background:none;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.9rem;padding:2rem 1rem;border-right:1px solid rgba(255,255,255,.07)}
.rf-area-photo::after{display:none}
.rf-area-icon{position:relative;z-index:1;width:64px;height:64px;color:rgba(255,255,255,.6)}
.rf-area-icon svg{width:100%;height:100%;display:block;stroke-width:1.4px}
.rf-area-num{position:static;font-family:'Oxanium',monospace;font-size:1.9rem;font-weight:700;color:#fff;z-index:2;line-height:1}
.rf-area-body{padding:2rem 2.2rem;display:flex;flex-direction:column;gap:.9rem}
.rf-area-body h3{font-family:'Oxanium',monospace;font-size:1.1rem;font-weight:700;color:var(--white);line-height:1.25;margin:0}
.rf-area-body p{font-size:15px;color:rgba(255,255,255,.66);line-height:1.8;margin:0}
.rf-highlight{color:var(--teal-bright) !important;font-size:13px !important;line-height:1.7 !important;opacity:.92}
.rf-lead{color:rgba(255,255,255,.82) !important;font-size:1.05rem !important;font-weight:400;line-height:1.75 !important}
.rf-area-people{display:flex;flex-wrap:wrap;gap:4px;margin-top:.3rem}
.rf-person{font-size:10.5px;font-weight:600;color:rgba(255,255,255,.7);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);padding:2px 9px;border-radius:10px;letter-spacing:.03em}

/* ── JOURNAL GRID ────────────────────────────────────── */
.journal-category{margin-bottom:2.8rem}
.journal-cat-label{font-family:'DM Mono',monospace;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:1.2rem;display:flex;align-items:center;gap:8px}
.journal-cat-label::before{content:'';width:18px;height:1px;background:var(--teal)}
.journal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}
.journal-card{position:relative;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:var(--white);border:1px solid var(--border);box-shadow:none;transition:transform .22s,box-shadow .22s;text-decoration:none}
.journal-card-img{position:relative;width:100%;aspect-ratio:3/4;background-color:var(--white)}
.journal-card:hover{transform:translateY(-5px);box-shadow:none}
.journal-cover{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;background-color:var(--white)}
.journal-card-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:.9rem;background:linear-gradient(to top,rgba(10,20,60,.92) 0%,rgba(10,20,60,.0) 65%);opacity:0;transition:opacity .22s}
.journal-card:hover .journal-card-overlay{opacity:1}
.journal-card-name{color:var(--white);font-size:12px;font-weight:600;line-height:1.35}
.journal-card-people{padding:1rem 1.1rem 1.1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;justify-content:flex-start;gap:.7rem;flex:1}
.jcp-person{display:flex;flex-direction:column;gap:2px}
.jcp-name{font-size:14.5px;font-weight:700;color:var(--navy);line-height:1.3}
.jcp-role{font-size:12.5px;font-weight:600;color:var(--teal2,#104598)}
.jcp-more{font-size:12px;color:var(--ink,#1a2138);line-height:1.5}
.journal-list-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--teal2,#104598);text-decoration:none;margin-top:.6rem}
.journal-list-link:hover{text-decoration:underline}
.journal-more-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.6rem 2rem;text-decoration:none;transition:border-color .18s,transform .18s}
.journal-more-card:hover{border-color:var(--teal2,#104598);transform:translateY(-2px)}
.jmc-title{font-family:'Oxanium',monospace;font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}
.jmc-sub{font-size:13px;color:var(--ink,#1a2138);line-height:1.5;max-width:520px}
.jmc-arrow{font-size:1.4rem;color:var(--teal2,#104598);flex-shrink:0}

/* ── SDEWES CONF GRID ────────────────────────────────── */
.sdewes-feature{display:grid;grid-template-columns:minmax(260px,1fr) 1.6fr;border:1px solid var(--border);border-radius:16px;overflow:hidden}
.sdewes-feature-brand{background:var(--navy);padding:2.6rem 2.2rem;display:flex;flex-direction:column;justify-content:center;gap:1.1rem}
.sdewes-feature-logo{width:180px;max-width:80%;height:auto;display:block}
.sdewes-feature-eyebrow{font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--teal-bright)}
.sdewes-feature-body{background:var(--white);padding:2.6rem 2.4rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.5rem}
.sdewes-feature-text{font-size:1.02rem;line-height:1.8;color:var(--ink,#1a2138)}
.sdewes-feature-btn{align-self:flex-start}
@media(max-width:760px){.sdewes-feature{grid-template-columns:1fr}.sdewes-feature-brand{align-items:flex-start}}
.sdewes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:2.5rem}
.sdewes-conf-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}
.sdewes-conf-card:hover{box-shadow:none;border-color:var(--teal)}
.sdewes-card-top{height:120px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;padding:.8rem 1rem;flex-shrink:0}
.sdewes-card-top::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,41,115,.15) 0%,rgba(21,41,115,.65) 100%)}
.sdewes-year-badge{position:relative;z-index:1;font-family:'DM Mono',monospace;font-size:10.5px;font-weight:700;color:var(--white);background:rgba(16,69,152,.9);backdrop-filter:blur(4px);border-radius:10px;padding:2px 8px;letter-spacing:.05em}
.sdewes-card-journal{background:linear-gradient(135deg,var(--navy) 0%,#1e3f7a 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem}
.sdewes-j-abbr{font-family:'Oxanium',monospace;font-size:1.6rem;font-weight:700;color:var(--teal-bright);letter-spacing:.04em;position:relative;z-index:1}
.sdewes-j-meta{font-size:10.5px;color:rgba(255,255,255,.5);position:relative;z-index:1;letter-spacing:.04em;text-align:center}
.sdewes-conf-body{padding:1.2rem 1.3rem;flex:1;display:flex;flex-direction:column}
.sdewes-title{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.25rem;line-height:1.3}
.sdewes-location{font-size:11.5px;color:var(--teal2,#104598);font-weight:600;margin-bottom:.6rem}
.sdewes-desc{font-size:.85rem;color:#3d4f68;line-height:1.65;margin-bottom:.7rem;flex:1}
.sdewes-link{font-size:11.5px;font-weight:600;color:var(--teal2,#104598);text-decoration:none;letter-spacing:.03em;margin-top:auto}
.sdewes-link:hover{text-decoration:underline}
.sdewes-thesis-box{background:linear-gradient(135deg,var(--navy),rgba(21,41,115,.85));border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:2rem 2.2rem;margin-top:2rem}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media(max-width:900px){
  .rf-area-card{grid-template-columns:1fr}
  .rf-area-photo{flex-direction:row;gap:1.1rem;justify-content:flex-start;padding:1.5rem 2rem;border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}
  .rf-area-icon{width:46px;height:46px}
  .rf-area-num{font-size:1.5rem}
  .journal-grid{grid-template-columns:repeat(3,1fr)}
  .sdewes-grid{grid-template-columns:1fr}
}
@media(max-width:580px){
  .journal-grid{grid-template-columns:repeat(2,1fr)}
}


/* ── HOME ── */

.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(100deg,rgba(12,24,70,.92) 0%,rgba(12,24,70,.55) 45%,rgba(12,24,70,.12) 100%);z-index:1}.hero::after{display:none}
.hero-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:2;width:100%}
.hero .container{position:relative;z-index:2;width:100%}
.hero-inner--single{grid-template-columns:minmax(0,640px) 1fr;margin-left:0;margin-right:0}
.hero-eyebrow{color:var(--teal-bright);font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.6rem;display:flex;align-items:center;gap:8px}
.hero-eyebrow::before{content:'';width:28px;height:1px;background:currentColor}
.hero-title{font-family:'Oxanium',monospace;font-size:clamp(2.2rem,4vw,3.6rem);color:var(--white);font-weight:700;line-height:1.1;margin-bottom:1.3rem}
.hero-title em{color:var(--teal-bright);font-style:italic}
.hero-sub{color:rgba(255,255,255,.9);font-size:1.02rem;line-height:1.8;margin-bottom:2.2rem;max-width:480px}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:2.2rem}
.hero-btn-o{border:1px solid rgba(255,255,255,.4);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:12px 24px;border-radius:999px;text-decoration:none;font-size:12px;cursor:pointer;transition:all .2s;display:inline-block;font-family:'DM Sans',sans-serif;background:rgba(255,255,255,.06)}
.hero-btn-o:hover{border-color:var(--teal-bright);color:var(--teal-bright);transform:translateY(-2px)}
.hero-affil{border-top:1px solid rgba(255,255,255,.12);padding-top:1.3rem;margin-top:.4rem;color:rgba(255,255,255,.55);font-size:11px;letter-spacing:.07em;text-transform:uppercase;display:flex;align-items:center;gap:10px}
.affil-mark{background:var(--fsb-core);padding:2px 7px;font-family:'Oxanium',monospace;font-size:10px;font-weight:700;color:var(--white)}
.hero-stats{background:rgba(255,255,255,.035);border:1px solid rgba(16,69,152,.1);padding:2rem;border-radius:12px}
.hero-stats h3{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.14em;color:var(--teal-bright);text-transform:uppercase;margin-bottom:1.2rem}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.05)}
.stat-item{background:var(--navy2);padding:1.3rem 1.1rem}
.stat-num{font-family:'Oxanium',monospace;font-size:2.4rem;font-weight:700;color:var(--teal-bright);line-height:1;margin-bottom:.2rem}
.stat-label{color:rgba(255,255,255,.38);font-size:11px;letter-spacing:.05em;text-transform:uppercase;line-height:1.4}
.stat-note{color:rgba(255,255,255,.18);font-size:10px;margin-top:3px}


/* Quick facts strip */
.edu-strip{background:var(--white);padding:1.5rem 2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.edu-strip-inner{max-width:1300px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:0}
.edu-sf{flex:1;min-width:120px;text-align:center;padding:.3rem 1.2rem;border-left:1px solid var(--border)}
.edu-sf:first-child{border-left:none}
.edu-sf-n{display:block;font-family:'Oxanium',monospace;font-size:1.7rem;font-weight:700;color:var(--navy);line-height:1}
.edu-sf-l{display:block;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-top:.35rem}


/* Timeline */
.edu-timeline{display:flex;flex-direction:column;gap:0}
.edu-tl-item{display:grid;grid-template-columns:64px 1fr;gap:0 1.5rem;padding-bottom:2.5rem}
.edu-tl-item:last-child{padding-bottom:0}
.edu-tl-marker{display:flex;flex-direction:column;align-items:center;gap:0}
.edu-tl-icon{width:48px;height:48px;background:var(--navy);border:2px solid var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;z-index:1}
.edu-tl-line{width:2px;background:rgba(16,69,152,.2);flex:1;margin-top:4px}
.edu-tl-body{padding-top:.4rem}
.edu-tl-tag{font-family:'DM Mono',monospace;font-size:10.5px;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}
.edu-tl-title{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;line-height:1.25}
.edu-tl-text{font-size:.96rem;color:var(--ink,#1a2138);line-height:1.7;margin-bottom:.8rem}
.edu-tl-chips{display:flex;flex-wrap:wrap;gap:.35rem}
.edu-tl-chips span{font-size:11px;background:rgba(16,69,152,.07);color:var(--navy);border:1px solid rgba(16,69,152,.15);border-radius:10px;padding:2px 9px}


/* Pitch section */
.edu-pitch-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.edu-pitch-caption{font-size:11.5px;color:var(--muted);margin-top:.7rem;font-style:italic;line-height:1.5}
.edu-pitch-cta{display:flex;gap:.7rem;flex-wrap:wrap}


/* Why grid – 3 cols */
.edu-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.edu-why-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.8rem 1.6rem;transition:border-color .18s}
.edu-why-card:hover{border-color:rgba(16,69,152,.4)}
.edu-why-num{font-family:'DM Mono',monospace;font-size:11px;color:var(--teal-bright);letter-spacing:.1em;margin-bottom:.7rem;opacity:.7}
.edu-why-card h3{font-family:'Oxanium',monospace;font-size:.93rem;font-weight:700;color:var(--white);margin-bottom:.65rem;line-height:1.3}
.edu-why-card p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.75}
.edu-why-link{display:inline-block;margin-top:.8rem;font-size:12px;font-weight:600;color:var(--teal);text-decoration:none}
.edu-why-link:hover{text-decoration:underline}


/* Timeline icon – navy circle + line icon */
.edu-tl-icon{width:52px;height:52px;border-radius:50%;background:var(--navy);border:2px solid var(--teal);display:flex;align-items:center;justify-content:center;color:var(--teal-bright);flex-shrink:0;z-index:1}
.edu-tl-icon svg{width:24px;height:24px}


/* Quote cards – with photo placeholder */
.edu-quotes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.edu-quote-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.edu-quote-photo{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.edu-quote-photo span{font-family:'Oxanium',monospace;font-size:.75rem;font-weight:700;color:rgba(255,255,255,.3);letter-spacing:.1em;text-transform:uppercase}
.edu-quote-body{padding:1.2rem 1.3rem;display:flex;flex-direction:column;gap:.6rem;flex:1}
.edu-quote-text{font-size:13px;color:var(--navy);line-height:1.7;font-style:italic;flex:1}
.edu-quote-attr{font-size:12px;font-weight:600;color:var(--navy)}
.edu-quote-role{font-size:11.5px;color:var(--muted)}


/* Thesis topics – with images */
.thesis-topics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
.thesis-topic-card{display:flex;align-items:center;gap:.8rem;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;transition:border-color .18s,box-shadow .18s}
.thesis-topic-card:hover{border-color:var(--teal);box-shadow:none}
.ttc-num{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--teal);flex-shrink:0;line-height:1}
.thesis-topic-card span:last-child{display:block;font-size:.86rem;color:var(--navy);line-height:1.4;font-weight:500}


/* Erasmus bullet bars */
.edu-ep{display:flex;gap:1rem;align-items:flex-start;padding:.8rem 0;border-bottom:1px solid var(--border)}
.edu-ep:last-child{border-bottom:none}
.edu-ep-bar{width:3px;height:100%;min-height:40px;background:var(--teal);border-radius:10px;flex-shrink:0;margin-top:.2rem}
.edu-ep strong{display:block;font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}
.edu-ep p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}

@media(max-width:960px){
  .edu-pitch-grid{grid-template-columns:1fr}
  .edu-why-grid{grid-template-columns:repeat(2,1fr)}
  .edu-quotes-grid{grid-template-columns:1fr}
  .thesis-topics-grid{grid-template-columns:repeat(2,1fr)}
  .ss-two-col{grid-template-columns:1fr}
  .edu-erasmus-grid{grid-template-columns:1fr}
}
@media(max-width:580px){
  .edu-why-grid{grid-template-columns:1fr}
  .thesis-topics-grid{grid-template-columns:1fr}
  .ss-facts-row{grid-template-columns:repeat(2,1fr)}
}



/* ── EDUCATION QUIZ ──────────────────────────────── */
.quiz-wrap{background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:none}
.quiz-step{display:none;padding:2.6rem 2.8rem}
.quiz-step.active{display:block;animation:quizFadeIn .35s ease}
@keyframes quizFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.quiz-progress{height:6px;background:var(--border);border-radius:12px;margin-bottom:1.6rem;overflow:hidden}
.quiz-prog-bar{height:100%;background:linear-gradient(90deg,var(--teal),#104598);border-radius:12px;transition:width .45s ease}
.quiz-q-label{font-family:'DM Mono',monospace;font-size:11px;color:var(--teal);letter-spacing:.09em;text-transform:uppercase;margin-bottom:.9rem;font-weight:700}
.quiz-q-text{font-family:'Oxanium',monospace;font-size:1.9rem;font-weight:700;color:var(--navy);margin-bottom:2rem;line-height:1.25;max-width:720px}
.quiz-options{display:flex;flex-direction:column;gap:.7rem}
.quiz-opt{background:var(--white);border:1.5px solid var(--border);border-radius:10px;padding:1.15rem 1.4rem;text-align:left;cursor:pointer;transition:border-color .15s,background .15s;display:flex;align-items:baseline;gap:.9rem}
.quiz-opt::before{content:'';width:16px;height:16px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;transition:border-color .15s,background .15s;position:relative;top:2px}
.quiz-opt:hover{border-color:var(--teal);background:rgba(16,69,152,.04)}
.quiz-opt:hover::before{border-color:var(--teal)}
.quiz-opt.selected{border-color:var(--teal);background:rgba(16,69,152,.07)}
.quiz-opt.selected::before{border-color:var(--teal);background:var(--teal);box-shadow:inset 0 0 0 3px var(--white)}y:flex;flex-direction:column;gap:.4rem;width:100%}
.quiz-opt:hover{border-color:var(--teal);background:rgba(16,69,152,.06);transform:translateY(-2px)}
.quiz-opt.selected{border-color:var(--teal);background:rgba(16,69,152,.1)}
.qo-title{font-size:1.05rem;font-weight:600;color:var(--navy);line-height:1.4}
.qo-sub{font-size:.8rem;color:var(--muted);line-height:1.5}

/* Result */
.quiz-result-wrap{display:flex;flex-direction:column;gap:1.5rem}
.qr-header{padding:1.1rem 1.4rem;background:linear-gradient(135deg,var(--cream),var(--white));border-radius:8px}
.qr-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.4rem}
.qr-title{font-family:'Oxanium',monospace;font-size:1.35rem;font-weight:700;color:var(--navy);margin:0 0 .4rem}
.qr-tagline{font-size:.95rem;color:#3d4f68;font-style:italic;margin:0}
.qr-desc{font-size:.93rem;color:#3d4f68;line-height:1.8}
.qr-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.qr-three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;background:var(--cream);border-radius:8px;padding:1.4rem}
.qr-heading{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:.7rem}
.qr-list{padding:0 0 0 1.1rem;margin:0;display:flex;flex-direction:column;gap:.45rem}
.qr-list li{font-size:13.5px;color:var(--navy);line-height:1.55}
.qr-chips{display:flex;flex-wrap:wrap;gap:.4rem}
.qr-chip{font-size:12.5px;font-weight:600;color:var(--blue,#104598);background:var(--white);border:1px solid rgba(16,69,152,.25);border-radius:14px;padding:4px 11px;cursor:pointer;transition:background .15s,transform .15s}
.qr-chip:hover{background:rgba(16,69,152,.12);transform:translateY(-1px)}
.qr-match-bar{height:8px;background:var(--border);border-radius:14px;overflow:hidden;margin-bottom:.2rem}
.qr-match-fill{height:100%;border-radius:14px;transition:width .8s cubic-bezier(.22,1,.36,1)}
.qr-actions{display:flex;gap:.8rem;flex-wrap:wrap;padding-top:.6rem;border-top:1px solid var(--border)}
.quiz-restart{background:var(--cream);border:1px solid var(--border);color:var(--navy);font-size:13px;font-weight:600;cursor:pointer;padding:.6rem 1.2rem;border-radius:16px;transition:background .15s}
.quiz-restart:hover{background:var(--border)}
@media(max-width:680px){
  .quiz-options{grid-template-columns:1fr}
  .qr-two-col,.qr-three-col{grid-template-columns:1fr}
  .quiz-step{padding:1.6rem 1.4rem}
  .quiz-q-text{font-size:1.4rem}
}




/* ═══════════════════════════════════════════
   TEAM CARDS  .tm-  (v14 rebuild)
   ═══════════════════════════════════════════ */
.tc-grid{display:grid;gap:1.2rem}
.tc-grid--lead{grid-template-columns:repeat(3,1fr)}
.tc-grid--members{grid-template-columns:repeat(4,1fr)}
.tm-grid{display:grid;gap:1.1rem}
.tm-grid-lead{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:88%}
.tm-grid-members{grid-template-columns:repeat(4,1fr)}
.tm-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .18s,box-shadow .18s}
.tm-card:hover{border-color:var(--teal);box-shadow:none}
.tm-photo{background-size:cover;background-position:center 20%;background-color:var(--cream2);width:100%;flex-shrink:0;aspect-ratio:1/1}
.tm-card-lead .tm-photo{aspect-ratio:1/1;height:auto}
.tm-card-member .tm-photo{aspect-ratio:1/1;height:auto}
.tm-photo-init{aspect-ratio:1/1}
.tm-photo-init::after{content:'';display:block;width:100%;height:100%;background:linear-gradient(135deg,#eef0f3 0%,#e2e5ea 100%) ;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23aab4c8' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='24' cy='17' r='7'/%3E%3Cpath d='M9 41c0-8.3 6.7-14 15-14s15 5.7 15 14'/%3E%3C/svg%3E"),linear-gradient(135deg,#eef0f3 0%,#e2e5ea 100%);background-repeat:no-repeat;background-position:center 45%,center;background-size:38% auto,cover}
.tm-card-member .tm-photo-init::after{font-size:1.6rem}
.hts-photo{background-color:var(--cream2)}
.hts-photo.tm-photo-init{position:relative;overflow:hidden}
.sdewes-feature-logo,.ss-logo img{filter:brightness(0) invert(1)}
.tm-badge{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.06em;color:#9a7a1e;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.25);border-radius:10px;padding:2px 7px;margin-bottom:.4rem}
.tm-body{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem;flex:1}
.tm-card-member .tm-body{padding:.8rem .9rem}
.tm-name{font-family:'Oxanium',monospace;font-weight:700;color:var(--navy);line-height:1.25;margin-bottom:.05rem}
.tm-card-lead .tm-name{font-size:.92rem}
.tm-card-member .tm-name{font-size:.8rem}
.tm-title{font-size:.75rem;color:var(--teal2,#104598);font-weight:500;line-height:1.35}
.tm-card-member .tm-title{font-size:.72rem;color:var(--muted)}
.tm-hindex{font-size:.7rem;color:var(--muted);font-family:'DM Mono',monospace;margin:.15rem 0 .25rem}
.tm-hindex-row{display:flex;align-items:center;gap:.5rem;margin:.15rem 0 .25rem}
.tm-hindex-row .tm-hindex{margin:0}
.tm-hindex-row .tm-badge{margin:0}
.tm-bio{font-size:.88rem;color:#3d4f68;line-height:1.72;margin:.15rem 0 .3rem;min-height:calc(1.72em * 4)}
.tm-tags{display:flex;flex-wrap:wrap;gap:3px;margin:.1rem 0 .35rem}
.tm-tags span{font-size:10px;background:rgba(16,69,152,.07);color:var(--navy);border:1px solid rgba(16,69,152,.15);border-radius:10px;padding:1px 7px}
.tm-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem;align-items:center}
.tm-btn{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;text-decoration:none;padding:4px 10px;border-radius:12px;border:1px solid var(--border);transition:all .15s;line-height:1;white-space:nowrap}
.tm-btn-contact{color:var(--navy)}
.tm-btn-contact:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.tm-btn-orcid{color:#7ab02a;border-color:#c5e07a}
.tm-btn-orcid:hover{background:#a6ce39;color:#fff;border-color:#a6ce39}
.tm-btn-cv{color:var(--blue,#104598);border-color:rgba(16,69,152,.3)}
.tm-btn-cv:hover{background:var(--blue,#104598);color:#fff;border-color:var(--blue)}
.tm-btn-linkedin{color:#0a66c2;border-color:rgba(10,102,194,.3)}
.tm-btn-linkedin:hover{background:#0a66c2;color:#fff;border-color:#0a66c2}
.tm-btn-icon{width:24px;height:24px;padding:0;justify-content:center;border-radius:50%;font-size:12px}
.tm-btn.sm{font-size:10px;padding:3px 7px}
.tm-card .res-proj-chips{margin-top:.5rem;gap:2px}
.tm-card-member .res-proj-chip{font-size:9px;padding:1px 5px}

/* ── EMPLOYER LOGOS ── */
.employer-logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem}
.employer-logo-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1rem .8rem;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;min-height:90px}
.employer-logo-card:hover{border-color:var(--teal);box-shadow:none;transform:translateY(-2px)}
.employer-logo-card img{height:40px;width:auto;max-width:108px;object-fit:contain; sepia(1) hue-rotate(178deg) saturate(2.6) brightness(.75);opacity:.9;transition:filter .18s,opacity .18s}
.employer-logo-card:hover img{filter:none;opacity:1}
.elc-fallback{font-size:11px;font-weight:700;color:var(--navy);text-align:center;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;height:36px}
.elc-name{font-size:10.5px;color:var(--muted);text-align:center;line-height:1.3;margin-top:.1rem}
.employer-logo-more{background:var(--cream);border-style:dashed;cursor:default}
.employer-logo-more:hover{transform:none;box-shadow:none;border-color:var(--border)}
.elc-more-num{font-family:'Oxanium',monospace;font-size:1.3rem;font-weight:700;color:var(--navy)}

.net-partner-list{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}
.net-partner-row{display:flex;flex-direction:column;gap:.3rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.1rem 1.3rem;text-decoration:none;transition:background .18s,transform .18s,border-color .18s}
.net-partner-row:hover{background:var(--teal-bright);border-color:var(--teal-bright);transform:translateY(-2px);padding-left:1.3rem}
.net-partner-name{font-family:'Oxanium',monospace;font-size:14.5px;font-weight:700;color:#fff;transition:color .15s;line-height:1.3;order:2}
.net-partner-row:hover .net-partner-name{color:var(--navy)}
.net-partner-loc{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.8);transition:color .15s;order:1}
.net-partner-row:hover .net-partner-loc{color:var(--navy2)}
.net-partner-tag{font-size:11px;color:rgba(255,255,255,.8);line-height:1.4;order:3;margin-top:.15rem}
.net-partner-row:hover .net-partner-tag{color:rgba(11,28,53,.75)}
.net-wall-label{display:flex;align-items:center;gap:.6rem;color:#fff}
.net-wall-icon{width:30px;height:30px;flex-shrink:0;border-radius:8px;background:rgba(255,255,255,.1);color:var(--teal-bright);display:flex;align-items:center;justify-content:center}
.net-wall-icon svg{width:17px;height:17px}
@media(max-width:900px){.net-partner-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.net-partner-list{grid-template-columns:1fr}}

/* ── ALUMNI v2 ── */
.alumni-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:0;padding:1.5rem max(2rem,calc((100% - 1300px)/2));position:relative;z-index:2}
.asb-item{background:var(--white);text-align:center;padding:.5rem 1.2rem;border-left:1px solid var(--border)}
.asb-item:first-child{border-left:none}
.asb-num{font-family:'Oxanium',monospace;font-size:1.9rem;font-weight:700;color:var(--navy);line-height:1}
.asb-lbl{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.5rem;line-height:1.4}
@media(max-width:900px){.alumni-stats-bar{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:640px){.alumni-stats-bar{grid-template-columns:repeat(2,1fr)!important}.asb-item:nth-child(2n+1){border-left:none}.asb-item:nth-child(-n+2){border-bottom:1px solid var(--border)}}
.alumni-main-grid{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}
#alumni-pie-svg{width:100%;max-width:600px;margin:0 auto}
.alumni-right-col{display:flex;flex-direction:column;gap:0}
.alumni-legend{display:flex;flex-direction:column;gap:2px}
.al-row{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;border-radius:12px;cursor:pointer;transition:background .12s,opacity .15s;border:1px solid transparent}
.al-row:hover{background:var(--cream);border-color:var(--border)}
.al-row-active{background:var(--cream);border-color:var(--border) !important}
.al-dot{width:11px;height:11px;border-radius:10px;flex-shrink:0}
.al-name{font-size:12.5px;color:var(--navy);font-weight:500;flex:1;line-height:1.3}
.al-pct{font-family:'DM Mono',monospace;font-size:12px;font-weight:700;flex-shrink:0;min-width:38px;text-align:right}
.alumni-sector-panel{margin-top:.8rem;padding:1.1rem 1.2rem;background:var(--cream);border:1px solid var(--border);border-radius:14px}
.asp-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.88rem}
.asp-dot{width:10px;height:10px;border-radius:10px;flex-shrink:0}
.asp-pct{font-family:'DM Mono',monospace;font-size:12px;font-weight:700;margin-left:auto}
.asp-desc{font-size:12px;color:var(--muted);line-height:1.6;margin-bottom:.8rem}
.asp-chips{display:flex;flex-wrap:wrap;gap:.35rem}
.asp-chip{font-size:11.5px;color:var(--navy);background:var(--white);border:1px solid var(--border);border-radius:10px;padding:2px 8px;line-height:1.5}
.alumni-hint{font-size:11.5px;color:var(--muted);margin-top:.8rem;font-style:italic;opacity:.7}
.alumni-tip{position:fixed;background:var(--navy);color:#fff;padding:8px 12px;border-radius:12px;font-size:12.5px;line-height:1.5;pointer-events:none;z-index:9999;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px rgba(0,0,0,.3);max-width:200px;transition:opacity .1s}
.alumni-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.alumni-testimonial{background:var(--cream);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s}
.alumni-testimonial:hover{box-shadow:none}
.at-photo{width:100%;aspect-ratio:1/1;background-size:cover;background-position:center top;flex-shrink:0}
.at-body{padding:1.5rem 1.4rem;display:flex;flex-direction:column;gap:1rem;flex:1}
.at-quote{font-size:13.5px;color:var(--navy);line-height:1.75;font-style:italic;margin:0;flex:1;position:relative;padding-left:1rem;border-left:2px solid var(--teal)}
.at-meta{display:flex;align-items:center;gap:.8rem}
.at-name{font-size:13px;font-weight:600;color:var(--navy);line-height:1.3}
.at-role{font-size:11.5px;color:var(--muted);line-height:1.3}
.at-link{font-size:11px;font-weight:600;color:var(--teal2,#104598);text-decoration:none;letter-spacing:.03em;align-self:flex-start}
.at-link:hover{text-decoration:underline}
.alumni-careers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:2.5rem}
.alumni-career-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:1.6rem;transition:border-color .2s}
.alumni-career-card:hover{border-color:rgba(16,69,152,.3)}
.acc-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:1rem}
.alumni-career-card h3{font-family:'Oxanium',monospace;font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.6rem}
.alumni-career-card p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.75}
.alumni-cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ── PROJECT LOGO ── */
.proj-logo-top{width:96px;height:96px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem;flex-shrink:0}
.proj-logo-top img{width:72px;height:72px;object-fit:contain;border-radius:50%}
.proj-logo-top--hidden{display:none}
.proj-logo-top--init{background:linear-gradient(135deg,var(--navy) 0%,#1e3f7a 100%)}
.proj-logo-top--init span{font-family:'Oxanium',monospace;font-size:1.2rem;font-weight:700;color:var(--teal)}
.proj-card-body{padding:1.1rem 1.1rem;display:flex;flex-direction:column;flex:1}
.proj-badge-row{margin-bottom:.5rem}
.proj-ext-link{font-size:10.5px;font-weight:600;color:var(--teal);text-decoration:none;white-space:nowrap;letter-spacing:.01em}
.proj-ext-link:hover{text-decoration:underline}
.modal-title-row{display:flex;align-items:center;gap:1rem;margin-bottom:.3rem}
.modal-proj-logo{height:36px;width:auto;max-width:120px;object-fit:contain;opacity:.9;flex-shrink:0}

/* Responsive */
@media(max-width:1050px){
  .tm-grid-lead{grid-template-columns:repeat(2,1fr)}
  .tm-grid-members{grid-template-columns:repeat(3,1fr)}
  .employer-logo-grid{grid-template-columns:repeat(4,1fr)}
  .alumni-main-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .tm-grid-lead{grid-template-columns:repeat(2,1fr)}
  .tm-grid-members{grid-template-columns:repeat(2,1fr)}
  .employer-logo-grid{grid-template-columns:repeat(3,1fr)}
  .alumni-testimonials-grid{grid-template-columns:1fr}
  .alumni-careers-grid{grid-template-columns:1fr}
}
@media(max-width:440px){
  .tm-grid-lead,.tm-grid-members{grid-template-columns:1fr}
  .employer-logo-grid{grid-template-columns:repeat(2,1fr)}
}


/* Disable parallax on mobile (iOS + performance) */
@media(max-width:768px),(hover:none){
  .hero{background-attachment:scroll !important}
}
/* Summer school stats row */
.ss-fr-item{text-align:center}
.ss-fr-n{font-family:'Oxanium',monospace;font-size:1.5rem;font-weight:700;color:var(--teal-bright);line-height:1}
.ss-fr-l{font-size:11px;color:rgba(255,255,255,.55);margin-top:.25rem;text-transform:uppercase;letter-spacing:.06em}
.ss-ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}
.ss-head{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.ss-logo{display:flex;flex-direction:column;align-items:flex-end;line-height:1;padding-top:.5rem}
.ss-logo-mark{font-family:'Oxanium',monospace;font-weight:700;font-size:2.1rem;letter-spacing:.05em;color:#fff}
.ss-logo-sub{font-family:'DM Mono',monospace;font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:var(--teal-bright);margin-top:.4rem}
.ss-panel{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:2rem}
.ss-cta-row{margin-top:1.8rem;display:flex;gap:.8rem;flex-wrap:wrap}
@media(max-width:620px){.ss-logo{align-items:flex-start}.ss-logo-mark{font-size:1.7rem}}

/* Summer School layout – photo + content */
.ss-layout{display:grid;grid-template-columns:300px 1fr;gap:2.4rem;align-items:start}
.ss-photo{position:relative;width:100%;aspect-ratio:3/4;border-radius:8px;background-size:cover;background-position:center;overflow:hidden;display:flex;align-items:flex-end}
.ss-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,41,115,0) 50%,rgba(21,41,115,.85) 100%)}
.ss-photo-caption{position:relative;z-index:1;padding:1rem 1.1rem;color:rgba(255,255,255,.85);font-size:.78rem;font-weight:600;letter-spacing:.02em}
.ss-content{min-width:0}
.ss-two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem;margin-top:.4rem}
.ss-facts-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1.3rem 1rem}
.ss-col-heading{color:var(--white);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.8rem}
@media(max-width:900px){
  .ss-layout{grid-template-columns:1fr}
  .ss-photo{aspect-ratio:16/9}
}
.ss-ul li{font-size:13px;color:#fff;padding-left:1.2rem;position:relative;line-height:1.5}
.ss-ul li::before{content:'→';position:absolute;left:0;color:var(--teal-bright);font-weight:700}


/* ── EDUCATION SUB-NAV ───────────────────────────── */
.edu-subnav{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:52px;z-index:90}
.edu-subnav-inner{max-width:1300px;margin:0 auto;padding:0 2rem;display:flex;gap:0;overflow-x:auto}
.edu-sn-link{font-size:12.5px;font-weight:600;color:var(--muted);padding:.7rem 1.1rem;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;transition:color .15s,border-color .15s;text-decoration:none;display:block}
.edu-sn-link:hover,.edu-sn-link.active{color:var(--navy);border-bottom-color:var(--teal)}

/* ── WHY CARDS with images ───────────────────────── */
.edu-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:.5rem}
.edu-why-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .18s,box-shadow .18s}
.edu-why-card:hover{border-color:var(--teal);box-shadow:none}
.edu-why-img{width:100%;height:140px;background-size:cover;background-position:center;flex-shrink:0}
.edu-why-ico{display:flex;align-items:center;justify-content:center;height:96px;background:var(--cream);border-bottom:1px solid var(--border);color:var(--teal)}
.edu-why-ico svg{width:34px;height:34px}
.edu-why-body{padding:1.2rem 1.3rem}
.edu-why-h{font-family:'Oxanium',monospace;font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.6rem;line-height:1.3}
.edu-why-num{font-family:'DM Mono',monospace;font-size:10.5px;color:var(--teal);letter-spacing:.1em;margin-bottom:.5rem;opacity:.8}
.edu-why-card h3{font-family:'Oxanium',monospace;font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.6rem;line-height:1.3}
.edu-why-card p{font-size:.88rem;color:var(--muted);line-height:1.75}
.edu-why-link{display:inline-block;margin-top:.7rem;font-size:12px;font-weight:600;color:var(--teal);text-decoration:none}
.edu-why-link:hover{text-decoration:underline}

/* ── PROGRAMME FACTS ─────────────────────────────── */
.edu-prog-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.edu-prog-lead{font-size:1.1rem;color:var(--navy);line-height:1.85;margin-bottom:1rem;font-weight:400}
.edu-prog-body{font-size:1.1rem;color:var(--navy);line-height:1.85;margin-bottom:1rem;font-weight:400}
.edu-prog-facts{display:flex;flex-direction:column;gap:0}
.edu-prog-side{padding-top:0}
/* ── THESIS REPOSITORY ── */
.repo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.repo-card{display:flex;flex-direction:column;align-items:flex-start;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.6rem 1.6rem 1.4rem;text-decoration:none;position:relative;overflow:hidden;transition:border-color .18s,transform .18s,box-shadow .18s}
.repo-card>*{position:relative;z-index:1}
.repo-card::after{content:'';position:absolute;inset:0;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .45s cubic-bezier(.45,0,.15,1);z-index:0}
.repo-card:hover::after{transform:scaleX(1)}
.repo-card .repo-name,.repo-card .repo-role,.repo-card .repo-icon,.repo-card .repo-link{transition:color .3s ease}
.repo-card:hover .repo-name,.repo-card:hover .repo-role,.repo-card:hover .repo-icon{color:#fff}
.repo-card:hover .repo-link{color:var(--teal-bright)}
.repo-card{border:1px solid var(--border)}
.repo-card:hover,.repo-card:focus{border-color:var(--teal);transform:translateY(-3px);box-shadow:none;outline:none}
.repo-icon{width:38px;height:38px;color:var(--teal);margin-bottom:1rem}
.repo-icon svg{width:100%;height:100%;display:block}
.repo-name{font-family:'Oxanium',monospace;font-size:1.08rem;font-weight:600;color:var(--navy);line-height:1.2}
.repo-role{font-size:.8rem;color:var(--muted);margin-top:.25rem;margin-bottom:1.1rem}
.repo-link{margin-top:auto;font-size:.82rem;font-weight:600;color:var(--teal);letter-spacing:.01em}
.repo-card:hover .repo-link{color:var(--navy)}
.repo-card-all{background:var(--navy);border-color:var(--navy)}
.repo-card-all .repo-icon,.repo-card-all .repo-name{color:#fff}
.repo-card-all .repo-role{color:rgba(255,255,255,.6)}
.repo-card-all .repo-link{color:var(--teal-bright)}
.repo-card-all:hover{border-color:var(--teal-bright);transform:translateY(-3px)}
.repo-card-all:hover .repo-link{color:#fff}
@media(max-width:860px){.repo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.repo-grid{grid-template-columns:1fr}}
.thesis-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.thesis-guide-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.7rem 1.7rem 1.5rem;transition:border-color .18s,transform .18s;display:flex;flex-direction:column;align-items:flex-start}
.thesis-guide-card:hover{transform:translateY(-3px);border-color:var(--teal)}
.tg-icon{width:38px;height:38px;color:var(--teal);margin-bottom:1rem}
.tg-icon svg{width:100%;height:100%;display:block}
.tg-tag{font-family:'DM Mono',monospace;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.55rem}
.tg-title{font-family:'Oxanium',monospace;font-size:1.15rem;font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:.6rem}
.tg-text{font-size:.95rem;color:var(--ink,#1a2138);line-height:1.7;margin-bottom:1.3rem}
.tg-link{margin-top:auto;font-size:.82rem;font-weight:600;letter-spacing:.01em;color:var(--teal);text-decoration:none}
.tg-link:hover{color:var(--navy)}
@media(max-width:640px){.thesis-guide-grid{grid-template-columns:1fr}}
.edu-pf-item{padding:.9rem 1.1rem;border-left:3px solid var(--teal);background:var(--white);margin-bottom:.5rem;border-radius:0 4px 4px 0}
.edu-pf-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);margin-bottom:.25rem}
.edu-pf-val{font-size:.88rem;color:var(--navy);line-height:1.5}

/* ── COURSE TABS ─────────────────────────────────── */
.edu-course-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}
.edu-ct{font-size:12.5px;font-weight:600;padding:6px 16px;border-radius:12px;border:1px solid var(--border);background:var(--white);color:var(--muted);cursor:pointer;transition:all .15s}
.edu-ct:hover{border-color:var(--teal);color:var(--navy)}
.edu-ct.active{background:var(--navy);color:var(--white);border-color:var(--navy)}

/* ── PARTNER GRID ────────────────────────────────── */
.edu-partner-heading{font-family:'Oxanium',monospace;font-size:.88rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.07em;margin-bottom:1rem}
.edu-partner-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem}
.edu-partner-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.2rem .8rem;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .15s;min-height:100px}
.edu-partner-card:hover{border-color:var(--teal);box-shadow:none;transform:translateY(-2px)}
.edu-partner-card img{height:36px;width:auto;max-width:90px;object-fit:contain;filter:grayscale(.4);opacity:.8;transition:filter .18s,opacity .18s}
.edu-partner-card:hover img{filter:grayscale(0);opacity:1}
.epc-name{font-size:11.5px;font-weight:600;color:var(--navy);text-align:center;line-height:1.3}
.epc-country{font-size:10.5px;color:var(--muted);text-align:center}

/* ── AFTER-GRAD CARDS ────────────────────────────── */
.edu-after-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(228px,1fr));gap:1.2rem;margin-bottom:3rem}
.edu-after-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden}
.edu-after-icon{height:104px;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--teal-bright)}
.edu-after-icon svg{width:38px;height:38px}
.edu-after-body{padding:1.1rem}
.edu-after-body h3{font-family:'Oxanium',monospace;font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.edu-after-body p{font-size:.88rem;color:var(--muted);line-height:1.7}

/* ── PITCH TEXT ──────────────────────────────────── */
.edu-pitch-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:3.5rem}
.edu-pitch-lead{font-size:1rem;color:var(--navy);line-height:1.8;margin-bottom:1rem;font-weight:500}
.edu-pitch-body{font-size:.93rem;color:var(--muted);line-height:1.8;margin-bottom:.8rem}
.edu-pitch-cta{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}
.edu-pitch-caption{font-size:11.5px;color:var(--muted);margin-top:.7rem;font-style:italic;line-height:1.5}

/* ── QUOTES ──────────────────────────────────────── */
.edu-quotes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.edu-quote-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.edu-quote-body{padding:1.2rem 1.3rem;display:flex;flex-direction:column;gap:.6rem;flex:1}
.edu-quote-text{font-size:.88rem;color:var(--navy);line-height:1.75;font-style:italic;flex:1}
.edu-quote-attr{font-size:12px;font-weight:600;color:var(--navy)}
.edu-quote-role{font-size:11.5px;color:var(--muted)}

/* ── THESIS TOPICS ───────────────────────────────── */
.thesis-topics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
.thesis-topic-card{display:flex;align-items:center;gap:.8rem;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;transition:border-color .18s,box-shadow .18s}
.thesis-topic-card:hover{border-color:var(--teal);box-shadow:none}
.ttc-num{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--teal);flex-shrink:0;line-height:1}
.thesis-topic-card span:last-child{display:block;font-size:.86rem;color:var(--navy);line-height:1.4;font-weight:500}

/* ── RESPONSIVE ──────────────────────────────────── */
@media(max-width:1080px){
  .edu-partner-grid{grid-template-columns:repeat(3,1fr)}
  .edu-why-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .edu-pitch-grid,.edu-prog-grid{grid-template-columns:1fr}
  .edu-why-grid,.edu-after-grid,.edu-quotes-grid{grid-template-columns:1fr}
  .edu-partner-grid{grid-template-columns:repeat(2,1fr)}
  .thesis-topics-grid{grid-template-columns:repeat(2,1fr)}
  .ss-two-col{grid-template-columns:1fr}
  .ss-facts-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:540px){
  .thesis-topics-grid{grid-template-columns:1fr}
  .edu-partner-grid{grid-template-columns:repeat(2,1fr)}
}


/* Quiz result enriched */
.qr-match-bar{height:4px;background:var(--border);border-radius:10px;margin-bottom:1.2rem;overflow:hidden}
.qr-match-fill{height:100%;border-radius:10px;transition:width .6s ease}
.qr-tagline{font-size:.88rem;color:var(--muted);font-style:italic;margin:.2rem 0 0}
.qr-three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:.8rem 0}
@media(max-width:680px){.qr-three-col{grid-template-columns:1fr}}


/* ── GLOBAL READABLE SIZES ── */
.story-body p, .phase-text, .prof-bio, .home-story-text {font-size:1rem;line-height:1.8}
.about-story-block p {font-size:1rem;line-height:1.85}

/* ── ABOUT PAGE & HOME STORY – bigger body text ── */
.about-body p, .tl-text, .story-text, .phase-text, .prof-bio {
  font-size:15px;
  line-height:1.85;
}

/* ── NETWORK PAGE ────────────────────────────────── */

/* Stats strip */
.net-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:0;padding:1.5rem max(2rem,calc((100% - 1300px)/2));position:relative;z-index:2}
.nss-item{background:var(--white);text-align:center;padding:.5rem 1.2rem;border-left:1px solid var(--border)}
.nss-item:first-child{border-left:none}
.nss-num{font-family:'Oxanium',monospace;font-size:1.9rem;font-weight:700;color:var(--navy);line-height:1}
.nss-lbl{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.5rem}
@media(max-width:900px){.net-stats-strip{grid-template-columns:repeat(2,1fr)!important}.nss-item:nth-child(2n+1){border-left:none}.nss-item:nth-child(-n+2){border-bottom:1px solid var(--border)}}

/* Academic partner cards */
.net-partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.net-partner-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:border-color .18s,box-shadow .18s,transform .15s}
.net-partner-card:hover{border-color:var(--teal);box-shadow:none;transform:translateY(-2px)}
.net-partner-card--featured{grid-column:span 3}
.net-partner-card--featured .npc-body{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:start}
.net-partner-card--featured .npc-img{height:200px}
.npc-img{width:100%;height:120px;background-size:cover;background-position:center;flex-shrink:0}
.npc-body{padding:1.1rem 1.2rem;flex:1;display:flex;flex-direction:column;gap:.35rem}
.net-partner-card--featured .npc-body{padding:1.4rem 1.6rem;display:flex;flex-direction:row;gap:1.5rem;align-items:flex-start}
.npc-logo{height:32px;width:auto;max-width:80px;object-fit:contain;margin-bottom:.5rem;flex-shrink:0}
.net-partner-card--featured .npc-logo{height:40px;margin-top:.2rem}
.npc-name{font-family:'Oxanium',monospace;font-size:.9rem;font-weight:700;color:var(--navy);line-height:1.25}
.npc-country{font-size:11.5px;color:var(--teal2,#104598);font-weight:600;margin-bottom:.3rem}
.npc-desc{font-size:.85rem;color:var(--muted);line-height:1.7;flex:1}
.npc-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}
.npc-tags span{font-size:10.5px;background:rgba(16,69,152,.07);color:var(--navy);border:1px solid rgba(16,69,152,.15);border-radius:10px;padding:1px 7px}

/* Industry partner cards */
.net-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.net-ind-card--avl{grid-column:span 2;grid-row:span 2;background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .18s}
.net-ind-card--avl:hover{border-color:var(--teal)}
.net-ind-img{width:100%;height:200px;background-size:cover;background-position:center}
.net-ind-body{padding:1.4rem 1.5rem;flex:1;display:flex;flex-direction:column;gap:.6rem}
.net-ind-logo-wrap{display:flex;align-items:center;gap:.8rem}
.net-ind-logo{height:32px;width:auto;max-width:80px;object-fit:contain}
.net-ind-name{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--navy)}
.net-ind-country{font-size:11.5px;color:var(--teal2,#104598);font-weight:600}
.net-ind-desc{font-size:.9rem;color:var(--muted);line-height:1.75;flex:1}
.net-ind-card-sm{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.1rem;text-decoration:none;display:flex;flex-direction:column;gap:.4rem;transition:border-color .18s,box-shadow .15s}
.net-ind-card-sm:hover{border-color:var(--teal);box-shadow:none}
.net-ind-card-sm img{height:32px;width:auto;max-width:80px;object-fit:contain;filter:grayscale(.3);opacity:.85;margin-bottom:.2rem;transition:filter .15s}
.net-ind-card-sm:hover img{filter:grayscale(0);opacity:1}
.net-ind-sm-name{font-size:.88rem;font-weight:700;color:var(--navy)}
.net-ind-sm-sub{font-size:.8rem;color:var(--muted);line-height:1.55}

/* Agency cards */
.net-agency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.net-agency-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.2rem;text-decoration:none;display:flex;flex-direction:column;gap:.4rem;align-items:flex-start;transition:border-color .18s,box-shadow .15s}
.net-agency-card:hover{border-color:var(--teal);box-shadow:none}
.net-agency-card img{height:52px;width:auto;max-width:160px;object-fit:contain;margin-bottom:.3rem}
.net-agency-card:hover img{opacity:1}
.nac-name{font-size:.85rem;font-weight:700;color:var(--navy)}
.nac-sub{font-size:.78rem;color:var(--muted);line-height:1.55}
.net-agency-card--cities{background:var(--cream)}

/* Map layout */
.net-map-wrap{position:relative;max-width:900px;margin:0 auto}
.map-legend-float{position:absolute;bottom:1.4rem;left:1.4rem;z-index:400;background:rgba(255,255,255,.94);backdrop-filter:blur(6px);border:1px solid var(--border);border-radius:12px;padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 8px 24px rgba(11,28,53,.12)}
.map-legend-float .ml-item{font-size:12.5px}
.map-legend-float .ml-dot{width:10px;height:10px}
@media(max-width:640px){.map-legend-float{position:static;margin-top:1rem;background:var(--white);box-shadow:none}}
.leaflet-marker-icon.marker-cluster{background:rgba(16,69,152,.25)}
.marker-cluster div{background:var(--navy);color:#fff;font-family:'Oxanium',monospace;font-weight:700}

/* Flagship partnership cards */
.net-flagship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.net-flagship{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;text-decoration:none;transition:border-color .18s,transform .15s}
.net-flagship:hover{border-color:var(--teal);transform:translateY(-3px)}
.net-flagship-photo{width:100%;aspect-ratio:16/10;background-size:cover;background-position:center}
.net-flagship-head{background:linear-gradient(135deg,var(--navy),#1e3f7a);padding:1.1rem 1.4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:60px}
.net-flagship-badge{background:rgba(255,255,255,.14);color:#fff;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;padding:5px 11px;border-radius:8px;font-weight:500}
.net-flagship-kicker{color:var(--teal-bright);font-family:'Oxanium',monospace;font-size:1.3rem;font-weight:700}
.net-flagship-body{padding:1.5rem 1.6rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.net-flagship-name{font-family:'Oxanium',monospace;font-size:1.15rem;font-weight:700;color:var(--navy);line-height:1.2}
.net-flagship-country{font-size:11.5px;color:var(--teal2,#104598);font-weight:600}
.net-flagship-desc{font-size:.9rem;color:var(--ink,#1a2138);line-height:1.7;flex:1;margin:.2rem 0 .3rem}
.net-flagship-link{font-size:.82rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.05em}

/* Compact partner logo walls */
.net-wall-group{margin-bottom:2.8rem}
.net-wall-group:last-child{margin-bottom:0}
.net-wall-label{font-family:'Oxanium',monospace;font-size:1.05rem;font-weight:700;margin-bottom:1.1rem}
.net-tab-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}
.net-tab{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.75);padding:9px 18px;border-radius:10px;font-size:12.5px;font-weight:600;cursor:pointer;font-family:'DM Sans',sans-serif;transition:all .18s}
.net-tab:hover{border-color:var(--teal-bright);color:#fff}
.net-tab.active{background:var(--teal-bright);color:var(--navy);border-color:var(--teal-bright)}
@media(max-width:900px){.net-flagship-grid{grid-template-columns:1fr}}

/* Responsive */
@media(max-width:1050px){
  .net-partner-card--featured{grid-column:span 3}
  .net-partner-card--featured .npc-body{flex-direction:column}
  .net-industry-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .net-ind-card--avl{grid-column:span 2;grid-row:auto}
  .net-agency-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .net-partner-grid{grid-template-columns:1fr}
  .net-partner-card--featured{grid-column:span 1}
  .net-industry-grid{grid-template-columns:1fr 1fr}
  .net-agency-grid{grid-template-columns:1fr 1fr}
  .nss-item{flex:1 1 45%}
}


/* ── HOME TEAM CARDS (hts-) – horizontal, photo left ── */
.home-team-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:0}
@media(max-width:700px){.home-team-profiles{grid-template-columns:repeat(2,1fr)!important}.hts-card{flex-direction:column!important}.hts-photo{width:100%!important;aspect-ratio:4/3!important;min-height:120px!important}}
@media(max-width:480px){.home-team-profiles{grid-template-columns:1fr!important}.hts-card{flex-direction:row!important}.hts-photo{width:110px!important;aspect-ratio:auto!important;min-height:auto!important}}
.hts-card{display:flex;align-items:stretch;background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:border-color .18s,transform .15s;min-height:158px}
.hts-card:hover{border-color:var(--teal);transform:translateY(-3px)}
.hts-photo{width:145px;flex-shrink:0;background-size:cover;background-position:center 18%;transition:transform .4s ease}
.hts-photo.flip{transform:scaleX(-1)}
.hts-card:hover .hts-photo{transform:scale(1.05)}
.hts-card:hover .hts-photo.flip{transform:scaleX(-1) scale(1.05)}
.hts-body{padding:1.3rem 1.2rem;display:flex;flex-direction:column;justify-content:flex-start;flex:1}
.hts-cta-card{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--navy);border:1px solid var(--navy);border-radius:14px;cursor:pointer;transition:border-color .18s,transform .15s;min-height:158px;padding:1rem}
.hts-cta-card:hover{transform:translateY(-3px);border-color:var(--teal-bright)}
.hts-cta-inner{font-family:'Oxanium',monospace;font-weight:700;font-size:1.05rem;color:#fff;display:flex;align-items:center;gap:.5rem}
.hts-cta-card:hover .hts-cta-inner{color:var(--teal-bright)}
.hts-badge{font-size:10px;font-weight:600;letter-spacing:.03em;color:#9a7a1e;background:none;border:none;border-radius:0;padding:0;display:inline-flex;align-items:center;gap:3px;white-space:nowrap;margin-top:.35rem}
.hts-name{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:.25rem}
.hts-role{font-size:.82rem;color:var(--muted);line-height:1.45;margin-bottom:.15rem}
.hts-meta{font-family:'DM Mono',monospace;font-size:.68rem;color:var(--navy);display:flex;flex-direction:column;align-items:flex-start;gap:0}


/* ── ABOUT PAGE ──────────────────────────────────── */

/* Origin grid */
.about-origin-grid{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:start}
.about-origin-head{margin-bottom:2rem}
.about-origin-side{padding-top:0}
.about-mission-card{background:var(--navy);border-radius:16px;padding:2rem 1.8rem}
.about-mission-card .section-label{color:var(--teal-bright)}
.amc-text{font-family:'Oxanium',monospace;font-size:1.15rem;font-weight:500;line-height:1.5;color:#fff;margin-top:.6rem}
.about-photo-band{max-width:1300px;margin:0 auto;padding:64px 2rem 80px;display:grid;grid-template-columns:2fr 1fr;gap:2.4rem;align-items:center}
.agp-photo{background-size:cover;background-position:center;border-radius:16px;min-height:460px;margin-top:-104px;position:relative;z-index:2}
.about-photo-text{display:flex;flex-direction:column;justify-content:center}
.about-photo-text .section-title{margin-bottom:.8rem}
@media(max-width:1000px){.about-photo-band{grid-template-columns:1fr;gap:1.6rem}.agp-photo{margin-top:-64px;min-height:300px}}
.thesis-photo-band{grid-template-columns:1.15fr 1fr}
@media(max-width:1000px){.thesis-photo-band{grid-template-columns:1fr}}
.about-lead-p{font-size:1.1rem;color:var(--navy);line-height:1.8;margin-bottom:1rem;font-weight:500}
.about-body-p{font-size:1rem;color:var(--ink,#1a2138);line-height:1.85;margin-bottom:.9rem}
.ug-bleed-photo{position:relative;width:100%;max-width:720px;margin:0 auto;height:340px;background-size:cover;background-position:center 40%;border-radius:16px}
.ug-bleed-cap{position:absolute;left:0;bottom:0;right:0;padding:2.5rem 1.8rem 1.4rem;border-radius:0 0 16px 16px;background:linear-gradient(to top,rgba(10,16,38,.82),transparent);color:#fff;font-size:.9rem;line-height:1.45}
.ug-bleed-cap b{display:block;font-family:'Oxanium',monospace;font-size:.8rem;letter-spacing:.02em;margin-bottom:.25rem;color:var(--teal-bright)}
@media(max-width:1000px){.ug-bleed-photo{height:260px}}

/* Group photo placeholder */
.about-group-photo{margin-bottom:1.2rem}
.agp-wide{aspect-ratio:auto;min-height:100%;height:100%}
.agp-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--navy) 0%,#1e3f7a 100%);border-radius:14px;border:2px dashed rgba(16,69,152,.3);display:flex;align-items:center;justify-content:center;min-height:360px}
.agp-inner{text-align:center;color:rgba(255,255,255,.4)}
.agp-icon{font-size:2.5rem;margin-bottom:.5rem}
.agp-text{font-family:'Oxanium',monospace;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}
.agp-sub{font-size:.72rem;margin-top:.2rem;opacity:.6}
.agp-caption{font-size:11.5px;color:var(--muted);font-style:italic;line-height:1.5;margin-top:.5rem}

/* Quick stats under photo */
.about-quick-stats{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.aqs-item{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:.7rem .9rem}
.aqs-n{display:block;font-family:'DM Mono',monospace;font-size:1.3rem;font-weight:700;color:var(--navy);line-height:1}
.aqs-l{display:block;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem}

/* Tools section */
.about-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.about-tools-grid--full{grid-template-columns:1fr}
.about-tools-grid--full>div:first-child{display:none}
.about-tool-chips{display:flex;flex-direction:column;gap:.5rem;margin-top:1.2rem}
.atc{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:.65rem .9rem;display:flex;align-items:center;gap:.8rem}
.atc-name{font-family:'DM Mono',monospace;font-size:.8rem;font-weight:700;color:var(--navy);min-width:120px;flex-shrink:0}
.atc-desc{font-size:.8rem;color:var(--muted)}
.about-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.about-cap-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.7rem 1.7rem;transition:border-color .18s,transform .18s}
.about-cap-card:hover{border-color:var(--teal);transform:translateY(-3px)}
.acap-h{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.9rem}
.acap-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.acap-list li{font-size:.85rem;color:var(--muted);line-height:1.5;padding-left:1.1rem;position:relative}
.acap-list li::before{content:'';position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:var(--teal)}

/* Timeline */
.about-tl-grid{display:flex;flex-direction:column;gap:0;position:relative}
.about-tl-grid::before{content:'';position:absolute;left:80px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,var(--teal) 0%,rgba(16,69,152,.1) 100%)}
.atl-item{display:grid;grid-template-columns:72px 16px 1fr;gap:0 1.2rem;padding-bottom:2.2rem;align-items:start}
.atl-year{font-family:'DM Mono',monospace;font-size:.84rem;font-weight:700;color:var(--muted);text-align:right;padding-top:.1rem;letter-spacing:.03em}
.atl-dot{width:14px;height:14px;border-radius:50%;background:var(--border);border:2px solid var(--teal);margin-top:.1rem;flex-shrink:0;position:relative;z-index:1}
.atl-dot--highlight{background:var(--teal);width:16px;height:16px;margin-top:0}
.atl-title{font-family:'Oxanium',monospace;font-size:1.02rem;font-weight:700;color:var(--navy);margin-bottom:.4rem;line-height:1.25}
.atl-text{font-size:.98rem;color:var(--ink,#1a2138);line-height:1.7}

/* Infrastructure cards */
.about-infra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.about-infra-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:14px;overflow:hidden;transition:border-color .18s}
.about-infra-card:hover{border-color:rgba(16,69,152,.3)}
.aic-img{width:100%;height:130px;background-size:cover;background-position:center;opacity:.7}
.aic-body{padding:1.1rem 1.2rem}
.aic-title{font-family:'Oxanium',monospace;font-size:.88rem;font-weight:700;color:var(--white);margin-bottom:.7rem}
.aic-list{padding:0 0 0 1rem;margin:0;display:flex;flex-direction:column;gap:.35rem}
.aic-list li{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.5}

/* About photo gallery carousel */
.gallery-track-wrap{position:relative}.gallery-track{display:flex;gap:1.1rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;padding-bottom:.5rem;-ms-overflow-style:none;scrollbar-width:none}
.gallery-track::-webkit-scrollbar{display:none}
.gallery-slide{flex:0 0 clamp(280px,42%,440px);scroll-snap-align:start}
.gallery-photo{width:100%;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center}
.gallery-photo.is-empty::after{content:'PHOTO';font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.14em;color:rgba(255,255,255,.28)}
.gallery-cap{margin-top:.8rem;font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.5}
.gallery-cap b{color:rgba(255,255,255,.82);font-weight:600;font-family:'Oxanium',monospace;display:block;font-size:.82rem;margin-bottom:.2rem}
.gallery-nav{display:flex;gap:.6rem;margin-top:1.4rem}
.gallery-arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.03);color:rgba(255,255,255,.75);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}
.gallery-arrow:hover{border-color:var(--teal-bright);background:rgba(16,69,152,.15);color:#fff}
.gallery-arrow svg{width:20px;height:20px}
.gallery-photo{cursor:pointer}
/* Lightbox */
#lightbox{position:fixed;inset:0;z-index:2000;background:rgba(10,16,38,.95);display:none;align-items:center;justify-content:center;padding:5vh 6vw}
#lightbox.open{display:flex}
#lb-img{max-width:100%;max-height:80vh;border-radius:10px;object-fit:contain;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lb-close{position:absolute;top:1.3rem;right:1.5rem;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}
.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}
.lb-arrow svg{width:24px;height:24px}
.lb-prev{left:1.4rem}.lb-next{right:1.4rem}
.lb-arrow:hover,.lb-close:hover{background:var(--teal)}
.lb-cap-wrap{position:absolute;bottom:1.8rem;left:0;right:0;text-align:center;padding:0 2rem}
#lb-cap{display:inline-block;max-width:640px;color:rgba(255,255,255,.9);font-size:.9rem;line-height:1.5}
#lb-cap b{color:#fff;font-weight:600;font-family:'Oxanium',monospace;display:block;font-size:.85rem;margin-bottom:.2rem}
@media(max-width:600px){.lb-arrow{width:42px;height:42px}.lb-prev{left:.5rem}.lb-next{right:.5rem}}

/* Responsive */
@media(max-width:1000px){
  .about-origin-grid{grid-template-columns:1fr}
  .about-origin-side{padding-top:0}
  .about-tools-grid{grid-template-columns:1fr}
  .about-cap-grid{grid-template-columns:1fr}
  .about-infra-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .about-infra-grid{grid-template-columns:1fr}
  .about-tl-grid::before{left:60px}
  .atl-item{grid-template-columns:52px 14px 1fr}
}


/* ── HOMEPAGE PARALLAX STATEMENT BAND ──────────────── */
.home-parallax-band{
  position:relative;
  min-height:320px;
  display:flex;
  align-items:center;
  background:#14224d;
  overflow:hidden;
}
.hpb-overlay{
  position:absolute;inset:-10% 0;z-index:0;
  background:radial-gradient(60% 120% at 72% 32%,rgba(16,69,152,.25) 0%,rgba(16,69,152,0) 62%);
  will-change:transform;
}
.hpb-inner{position:relative;z-index:1;max-width:760px;padding:3.4rem 0 3rem}
.hpb-mark{
  display:block;
  font-family:'Oxanium',monospace;
  font-size:4.5rem;line-height:.5;
  color:var(--teal-bright);
  opacity:.55;
  margin-bottom:.8rem;
  will-change:transform;
}
.hpb-quote{
  position:relative;
  font-family:'Oxanium',monospace;
  font-size:clamp(1.3rem,2.4vw,1.9rem);
  font-weight:600;
  color:var(--white);
  line-height:1.4;
  margin-bottom:1rem;
}
.hpb-attr{
  font-size:.9rem;
  color:rgba(255,255,255,.75);
  font-weight:500;
  letter-spacing:.02em;
}
@media(max-width:768px),(hover:none){
  .home-parallax-band{background-attachment:scroll !important}
}
@media(max-width:600px){
  .home-parallax-band{min-height:220px}
  .hpb-inner{padding:2.2rem 0}
}


/* ── EDUCATION PARALLAX: STUDENT LIFE ──────────────── */
.edu-parallax-band{
  position:relative;
  min-height:300px;
  display:flex;
  align-items:center;
  background-color:var(--navy);
  background-image:url('assets/images/img-3.jpg');
  background-size:cover;
  background-position:center 35%;
  background-attachment:fixed;
  overflow:hidden;
}
.edu-parallax-overlay{
  position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(12,24,70,.88) 0%,rgba(12,24,70,.65) 50%,rgba(12,24,70,.4) 100%);
  z-index:0;
}
.edu-parallax-inner{position:relative;z-index:1;max-width:680px;padding:3.2rem 0}
.edu-parallax-quote{
  font-family:'Oxanium',monospace;
  font-size:clamp(1.2rem,2.2vw,1.7rem);
  font-weight:600;
  color:var(--white);
  line-height:1.45;
  margin-bottom:1rem;
}
.edu-parallax-attr{
  font-size:.88rem;
  color:var(--teal);
  font-weight:500;
  letter-spacing:.02em;
}
@media(max-width:768px),(hover:none){
  .edu-parallax-band{background-attachment:scroll !important}
  .edu-parallax-overlay{background:rgba(21,41,115,.85) !important}
}
@media(max-width:600px){
  .edu-parallax-band{min-height:230px}
  .edu-parallax-inner{padding:2.2rem 0}
}


/* ── NEWS POST ── */
.np-hero.page-hero{overflow:visible;padding-bottom:24px;min-height:0}
.np-hero-flex{position:relative;width:100%;display:flex;align-items:flex-end;gap:2.5rem}
.np-hero.page-hero>.container{width:100%}
.np-hero-text{flex:1 1 auto;min-width:0;max-width:640px}
.np-hero-text .breadcrumb{padding-top:0;margin-bottom:1.6rem}
.np-featured-img{position:relative;flex:0 0 auto;width:clamp(240px,28vw,380px);aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:var(--cream);transform:translateY(64px)}
.np-featured-img img{width:100%;height:100%;object-fit:cover;object-position:center 22%;display:block}
.np-featured-img.np-featured-img-empty{display:none}
@media(max-width:900px){
  .np-hero-flex{flex-direction:column;align-items:stretch}
  .np-featured-img{width:100%;aspect-ratio:16/9;transform:none;margin-top:2rem}
  .np-hero.page-hero{padding-bottom:60px}
}
.np-meta{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;color:rgba(255,255,255,.55);font-size:.82rem}
.np-meta-tag{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;padding:3px 10px;border-radius:8px;font-size:.75rem;font-weight:600}
.np-body{max-width:760px;margin:0 auto;padding:3rem 0 4rem}
.np-body p{color:#2c3e5a;line-height:1.8;font-size:1rem;margin-bottom:1.2rem}
.np-body h2{font-family:'Oxanium',monospace;font-size:1.2rem;font-weight:700;color:var(--navy);margin:2rem 0 .8rem}
.np-body ul{color:#2c3e5a;line-height:1.8;padding-left:1.4rem;margin-bottom:1.2rem}
.np-body ul li{margin-bottom:.3rem}
.np-people{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--border)}
.np-people-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink,#1a2138);margin-right:.3rem}
.np-person-tag{font-size:12.5px;font-weight:700;color:var(--navy);background:rgba(21,41,115,.07);border:1px solid rgba(21,41,115,.18);padding:4px 13px;border-radius:12px;cursor:pointer;transition:background .15s,color .15s}
.np-person-tag:hover{background:var(--navy);color:#fff}
.np-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:2.5rem 0}
.np-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 22%;border-radius:10px;cursor:pointer;transition:opacity .15s}
.np-gallery img:hover{opacity:.85}
.np-gallery.g1{grid-template-columns:1fr}
.np-gallery.g2{grid-template-columns:1fr 1fr}
.np-divider{border:none;border-top:1px solid var(--border);margin:2.5rem 0}
.np-more{padding:3rem 0;background:var(--cream);border-top:1px solid var(--border)}
.np-more h3{font-family:'Oxanium',monospace;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem}
.np-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media(max-width:700px){.np-gallery{grid-template-columns:1fr 1fr}.np-more-grid{grid-template-columns:1fr}}

.more-ways .section-label{color:var(--teal)!important}.more-ways h2.section-title{color:var(--navy)!important}.more-ways > .container > p{color:var(--ink)!important}.more-ways h3{color:var(--navy)!important}.more-ways p{color:var(--muted)!important}.more-ways span{color:var(--teal)!important}.more-ways [style*="text-transform:uppercase"]{color:var(--teal)!important}.more-ways .container > div > div,.more-ways .more-way-card{background:var(--white)!important;border:1px solid var(--border)!important}

/* Recent publications: card grid (replaces the long single-column list) */
.pub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}
.pub-grid+.pub-grid{margin-top:1rem}
.pub-card{display:flex;flex-direction:column;gap:.55rem;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.3rem 1.4rem;text-decoration:none;transition:border-color .2s,transform .2s}
.pub-card:hover{border-color:var(--teal);transform:translateY(-2px)}
.pub-card-top{display:flex;align-items:baseline;gap:.7rem}
.pub-card-year{font-family:'Oxanium',monospace;font-weight:700;font-size:1.05rem;color:var(--teal);letter-spacing:.02em}
.pub-card-journal{font-size:12px;font-style:italic;color:var(--ink);opacity:.75;line-height:1.3}
.pub-card-title{font-size:1rem;font-weight:700;color:var(--navy);line-height:1.35;text-wrap:pretty}
.pub-card-authors{font-size:12.5px;color:var(--ink);line-height:1.5;opacity:.85}
.pub-more-btn{margin-top:1.4rem;background:none;border:1px solid var(--border);border-radius:999px;padding:.7rem 1.5rem;font-family:inherit;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);cursor:pointer;transition:border-color .2s,color .2s}
.pub-more-btn:hover{border-color:var(--teal);color:var(--teal)}
.pub-empty{color:var(--ink);font-size:.95rem}

/* Recent Papers: no outer section frame — the cards carry the borders */
#pubList,.pub-list{border:none!important;background:transparent!important;padding:0!important}

/* ── MOBILE: nothing may push the page sideways ── */
html,body{max-width:100%;overflow-x:hidden}
@media(max-width:900px){
  .hts-grid,.home-team-profiles,.impact-grid,.home-nav-grid,.footer-top,.net-stats-strip,.alumni-stats-bar{max-width:100%}
  .news-carousel,.gallery-track{max-width:100vw}
  img,svg,video,canvas{max-width:100%;height:auto}
  .container{padding-left:20px;padding-right:20px;max-width:100%;box-sizing:border-box}
  *{min-width:0}
  /* footer columns stack cleanly instead of squeezing */
  .footer-top{grid-template-columns:1fr!important;gap:1.75rem!important}
  .footer-logo-row{flex-direction:column;align-items:flex-start;gap:1.5rem;justify-content:flex-start}
  .footer-bottom{flex-wrap:wrap;row-gap:.6rem}
}

/* ── MEMBER PROFILE (single team_member) ── */
.mp-hero-flex{display:grid;grid-template-columns:1fr 220px;gap:40px;align-items:start}
.mp-hero-photo{width:220px;height:260px;background-size:cover;background-position:center 25%;border-radius:2px}
.mp-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.25rem}
.mp-hero-flex .tm-btn{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff}
.mp-hero-flex .tm-btn:hover{background:#fff;color:var(--navy)}
.mp-metrics{display:flex;gap:10px;margin-top:1rem;flex-wrap:wrap}
.mp-metric{font-family:'Oxanium',monospace;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#fff;border:1px solid rgba(255,255,255,.32);padding:5px 11px}
.mp-metric-star{border-color:#e8b33a;color:#e8b33a}
.mp-strip{background:var(--sand);border-bottom:1px solid var(--line)}
.mp-strip-inner{display:flex;flex-wrap:wrap;gap:28px;padding:18px 0}
.mp-strip-group{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.mp-strip-label{font-family:'Oxanium',monospace;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);margin-right:4px}
.mp-tag{font-size:.8rem;color:var(--ink);border:1px solid var(--line);padding:4px 10px;background:#fff}
.mp-body-section{background:var(--white);padding:56px 0 72px}
.mp-layout{display:grid;grid-template-columns:210px 1fr;gap:48px;align-items:start}
.mp-toc{position:sticky;top:96px;display:flex;flex-direction:column;gap:2px}
.mp-toc a{font-size:.82rem;color:var(--ink);text-decoration:none;padding:6px 10px;border-left:2px solid var(--line);line-height:1.35}
.mp-toc a:hover{color:var(--teal);border-left-color:var(--teal)}
.mp-toc a.mp-toc-sub{padding-left:22px;font-size:.78rem;opacity:.85}
.mp-toc a.active{color:var(--teal);border-left-color:var(--teal);font-weight:600}
.mp-content{max-width:820px;color:var(--ink);font-size:.95rem;line-height:1.65}
.mp-content h2{font-family:'Oxanium',sans-serif;font-size:1.5rem;color:var(--navy);margin:2.6rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--navy);scroll-margin-top:96px}
.mp-content h2:first-child{margin-top:0}
.mp-content h3{font-family:'Oxanium',sans-serif;font-size:1.05rem;color:var(--navy);margin:1.9rem 0 .7rem;scroll-margin-top:96px}
.mp-content p{margin:0 0 1rem}
.mp-content ul{margin:0 0 1.1rem;padding-left:1.1rem}
.mp-content li{margin-bottom:.4rem}
.mp-content a{color:var(--teal);text-decoration:none;border-bottom:1px solid rgba(16,69,152,.28)}
.mp-content a:hover{border-bottom-color:var(--teal)}
.mp-content table{width:100%;border-collapse:collapse;margin:0 0 1.4rem;font-size:.88rem}
.mp-content table td{padding:9px 12px;border-bottom:1px solid var(--line);vertical-align:top}
.mp-content table tr td:first-child{width:96px;white-space:nowrap;font-family:'Oxanium',monospace;color:var(--navy);font-weight:600;font-size:.82rem}
.mp-content table tr:hover td{background:var(--sand)}
.mp-legacy{margin-top:2.5rem;font-size:.85rem}
.mp-legacy a{color:var(--teal);text-decoration:none}
@media(max-width:980px){
  .mp-layout{grid-template-columns:1fr;gap:24px}
  .mp-toc{position:static;flex-direction:row;flex-wrap:wrap;gap:6px;padding-bottom:8px;border-bottom:1px solid var(--line)}
  .mp-toc a{border-left:none;border:1px solid var(--line);padding:5px 10px}
  .mp-toc a.mp-toc-sub{display:none}
  .mp-hero-flex{grid-template-columns:1fr;gap:24px}
  .mp-hero-photo{width:150px;height:180px}
}

/* member profile accordion */
.mp-acc-bar{display:flex;justify-content:flex-end;margin-bottom:.5rem}
.mp-acc-bar button{background:none;border:1px solid var(--line);color:var(--navy);font-family:'Oxanium',monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;cursor:pointer}
.mp-acc-bar button:hover{border-color:var(--teal);color:var(--teal)}
.mp-content h3.mp-acc-head{cursor:pointer;display:flex;align-items:center;gap:10px;user-select:none;padding:10px 0;margin:0;border-top:1px solid var(--line)}
.mp-content h3.mp-acc-head::before{content:'';width:7px;height:7px;border-right:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(45deg);transition:transform .18s;flex-shrink:0;margin-top:-3px}
.mp-content h3.mp-acc-head.collapsed::before{transform:rotate(-45deg)}
.mp-content h3.mp-acc-head:hover{color:var(--teal)}
.mp-acc-body{padding:.35rem 0 1.1rem 17px}
.mp-acc-body>*:last-child{margin-bottom:0}

.mp-print{background:none;border:1px solid var(--line);color:var(--navy);font-family:'Oxanium',monospace;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;padding:8px 10px;cursor:pointer;margin-bottom:14px;text-align:left}
.mp-print:hover{border-color:var(--teal);color:var(--teal)}
/* ── printable CV: replaces the old print.php ── */
@media print{
  nav,.mobile-nav,footer,#toTop,#lightbox,.mp-toc,.mp-acc-bar,.pl-editor-slot,#wpadminbar{display:none!important}
  body{background:#fff;color:#000}
  .page-hero{background:#fff!important;color:#000;padding:0 0 12pt}
  .page-hero .breadcrumb,.ph-eyebrow{color:#333}
  .ph-title{color:#000;font-size:20pt;margin:2pt 0 6pt}
  .ph-sub{color:#222;font-size:9.5pt}
  .mp-hero-flex{grid-template-columns:1fr 110px;gap:18pt}
  .mp-hero-photo{width:110px;height:132px}
  .mp-hero-flex .tm-btn{background:none!important;border:none!important;color:#000!important;padding:0 10pt 0 0;font-size:9pt}
  .mp-metric{color:#000;border-color:#999}
  .mp-strip{background:#fff;border-bottom:1pt solid #ccc}
  .mp-tag,.res-proj-chip{border-color:#bbb;color:#000;background:#fff}
  .mp-body-section{padding:12pt 0 0}
  .mp-layout{display:block}
  .mp-content{max-width:none;font-size:9.5pt;line-height:1.4;color:#000}
  .mp-acc-body{display:block!important;padding-left:0}
  .mp-content h2{font-size:13pt;border-bottom:1pt solid #000;margin:14pt 0 6pt;page-break-after:avoid}
  .mp-content h3,.mp-content h3.mp-acc-head{font-size:10.5pt;border-top:none;padding:0;margin:9pt 0 3pt;page-break-after:avoid}
  .mp-content h3.mp-acc-head::before{display:none}
  .mp-content table{font-size:9pt;page-break-inside:auto}
  .mp-content tr{page-break-inside:avoid}
  .mp-content a{color:#000;border-bottom:none;text-decoration:none}
  @page{margin:14mm}
}

/* publication cards: year and journal must not collide on narrow screens */
@media(max-width:640px){
  .pub-grid{grid-template-columns:1fr}
  .pub-card-top{flex-direction:column;align-items:flex-start;gap:.2rem}
  .pub-card-journal{font-size:12.5px}
}
/* alumni bottom CTA: matching button widths */
.alumni-cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.alumni-cta-row .btn-p,.alumni-cta-row .hero-btn-o{min-width:230px;text-align:center;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}

/* Home "Our People" cards on mobile: show more of the person, less crop */
@media(max-width:700px){
  .hts-photo{aspect-ratio:1/1!important;background-size:cover!important;background-position:center 12%!important}
}
@media(max-width:480px){
  .hts-photo{width:128px!important;aspect-ratio:3/4!important;background-position:center 12%!important}
}

/* ── H2RES flagship section (About) ── */
.h2res-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:start}
.h2res-stats{display:flex;gap:2.2rem;flex-wrap:wrap;margin-bottom:1.8rem;padding:1.1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.h2res-stat{display:flex;flex-direction:column;gap:2px}
.h2res-num{font-family:'Oxanium',monospace;font-size:1.7rem;font-weight:700;color:var(--navy);line-height:1}
.h2res-lbl{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);opacity:.75}
.h2res-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.h2res-flow{display:grid;gap:.9rem}
.h2res-flow-col{border:1px solid var(--border);background:var(--cream);padding:1.1rem 1.2rem;display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;position:relative}
.h2res-flow-col+.h2res-flow-col::before{content:'';position:absolute;top:-.72rem;left:1.5rem;width:9px;height:9px;border-right:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(45deg)}
.h2res-flow-h{flex-basis:100%;font-family:'Oxanium',monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);margin-bottom:.15rem}
.h2res-flow-col span{font-size:.82rem;color:var(--ink);background:#fff;border:1px solid var(--border);padding:3px 9px}
@media(max-width:900px){
  .h2res-grid{grid-template-columns:1fr;gap:32px}
  .h2res-stats{gap:1.4rem}
}

/* ── PowerLab in Numbers (About) ── */
.pln-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.16)}
.pln-item{background:var(--navy);padding:1.7rem 1.6rem;display:flex;flex-direction:column;gap:.45rem}
.pln-num{font-family:'Oxanium',monospace;font-size:2.3rem;font-weight:700;color:#fff;line-height:1}
.pln-lbl{font-size:.84rem;color:#fff;opacity:.82;line-height:1.35;text-wrap:pretty}
@media(max-width:820px){.pln-grid{grid-template-columns:repeat(2,1fr)}.pln-num{font-size:1.9rem}}
@media(max-width:460px){.pln-item{padding:1.3rem 1.1rem}.pln-num{font-size:1.65rem}}

/* compact numbers strip replaces the oversized navy block */
.pln-strip{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.pln-strip .pln-grid{max-width:1300px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:none;border:none}
.pln-strip .pln-item{background:none;padding:1.5rem 1.6rem 1.5rem 0;flex-direction:row;align-items:baseline;gap:.7rem}
.pln-strip .pln-num{font-size:1.45rem;color:var(--navy)}
.pln-strip .pln-lbl{font-size:.8rem;color:var(--ink);opacity:.8}
@media(max-width:820px){
  .pln-strip .pln-grid{grid-template-columns:repeat(2,1fr)}
  .pln-strip .pln-item{padding:1.1rem 1rem 1.1rem 0}
  .pln-strip .pln-num{font-size:1.25rem}
}
/* H2RES flow panel: clearer, aligned with the body copy */
.h2res-flow{margin-top:2.9rem}
.h2res-flow-cap{font-family:'Oxanium',monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);opacity:.7;margin-bottom:.85rem}
.h2res-flow-col{background:#fff;border:1px solid var(--border);border-left:3px solid var(--teal)}
.h2res-flow-col+.h2res-flow-col::before{border-color:var(--teal);opacity:.55}
.h2res-flow-h{display:flex;align-items:center;gap:.55rem;color:var(--navy);opacity:1}
.h2res-step{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--teal);color:#fff;font-size:.66rem;font-weight:700;letter-spacing:0}
.h2res-flow-col span:not(.h2res-step){background:var(--cream);border-color:var(--border)}

/* flow panel now sits in a column that starts level with the body copy */
.h2res-flow{margin-top:0}
.h2res-flow-cap{margin-top:.15rem}

/* thesis topic cards with supervisor / deadline / availability */
.thesis-topic-card{align-items:flex-start}
.ttc-main{display:flex;flex-direction:column;gap:.3rem;min-width:0}
.ttc-title{font-size:.9rem;color:var(--ink);line-height:1.35;text-wrap:pretty}
.ttc-note{font-size:.78rem;color:var(--ink);opacity:.7;line-height:1.3}
.ttc-meta{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-top:.15rem}
.ttc-sup,.ttc-due{font-size:.72rem;color:var(--ink);opacity:.75}
.ttc-sup::before{content:'Supervisor: ';opacity:.7}
.ttc-due{padding-left:.4rem;border-left:1px solid var(--border)}
.ttc-state{font-family:'Oxanium',monospace;font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;padding:2px 7px;border-radius:9px}
.ttc-state.open{background:rgba(43,182,115,.14);color:#1e8f5a}
.ttc-state.taken{background:rgba(26,33,56,.08);color:var(--ink)}
.thesis-topic-card.is-taken{opacity:.62}

/* footer address: space between paragraphs, columns stay aligned at the top */
.fb-addr p{margin:0 0 .95rem}
.fb-addr p:last-child{margin-bottom:0}

/* collapsible list of concrete thesis topics */
.thesis-list-wrap{margin-top:1.4rem}
.thesis-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--navy);border:none;color:#fff;font-family:'Oxanium',sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.02em;padding:1rem 1.3rem;cursor:pointer;transition:background .18s}
.thesis-toggle:hover{background:#1b3487}
.thesis-toggle svg{width:18px;height:18px;flex-shrink:0;transition:transform .2s}
.thesis-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.thesis-list{border:1px solid var(--border);border-top:none}
.thesis-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.4rem;padding:1rem 1.3rem;border-bottom:1px solid var(--border)}
.thesis-row:last-child{border-bottom:none}
.thesis-row:hover{background:var(--cream)}
.tr-title{font-size:.92rem;color:var(--navy);font-weight:600;line-height:1.4;text-wrap:pretty}
.tr-note{font-size:.8rem;color:var(--ink);opacity:.75;margin-top:.25rem;line-height:1.4}
.tr-meta{display:flex;align-items:center;gap:.7rem;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}
.tr-sup,.tr-due{font-size:.76rem;color:var(--ink);opacity:.8;white-space:nowrap}

.thesis-row.is-taken{opacity:.6}
@media(max-width:720px){
  .thesis-row{flex-direction:column;gap:.5rem}
  .tr-meta{justify-content:flex-start}
}

/* topic row: label the supervisor and the deadline so the columns read clearly */
.tr-sup,.tr-due{display:inline-flex;align-items:baseline;gap:.35rem}
.tr-k{font-family:'Oxanium',monospace;font-size:.62rem;letter-spacing:.09em;text-transform:uppercase;color:var(--ink);opacity:.55}
.tr-title{font-size:.95rem}

/* ── MOBILE AUDIT: sections that lacked responsive rules ── */
@media(max-width:900px){
  .tc-grid--lead{grid-template-columns:repeat(2,1fr)}
  .tc-grid--members{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:640px){
  .tc-grid--lead{grid-template-columns:1fr}
  .tc-grid--members{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:420px){
  .tc-grid--members{grid-template-columns:1fr}
}
/* consistent heading scale on small screens across every page */
@media(max-width:640px){
  .ph-title{font-size:clamp(1.6rem,7vw,2rem)}
  .section-title{font-size:clamp(1.45rem,6vw,1.9rem)}
  .hero-title{font-size:clamp(1.9rem,8vw,2.4rem)}
  .section-intro{font-size:.95rem}
}
/* nothing may push the page sideways */
html,body{overflow-x:hidden}
img,svg,video,canvas,table{max-width:100%}

/* Gallery block placed in the page editor, shown inside the gallery section */
.pl-block-gallery{margin-top:.5rem}
.pl-block-gallery figure{margin:0}
.pl-block-gallery img{border-radius:2px;display:block}

}


/* home quick-nav cards: no link underline anywhere in the card */
.home-nav-card a,.home-nav-card a:hover,.home-nav-card .hnc-title,.home-nav-card .hnc-desc{text-decoration:none!important;border-bottom:none!important}
/* footer logo row lines up with the page gutter, logo optically flush left */
.footer-logo-row{padding-left:2rem;padding-right:2rem}
.fb-logo-img{margin-left:-6px}

/* hero on phones: full-size title, deliberate line breaks, nothing clipped */
.ht-br{white-space:normal}
@media(max-width:600px){
  .hero{min-height:auto;padding:104px 0 64px}
  .hero-title{font-size:clamp(2rem,8.6vw,2.6rem);line-height:1.1;text-wrap:initial}
  .ht-br{display:block;height:0;overflow:hidden}      /* forces "Engineering" onto its own line */
  .hero-eyebrow{font-size:10px;letter-spacing:.1em;line-height:1.7;margin-bottom:1.1rem}
  .hero-sub{font-size:.95rem}
  .hero-affil{position:static;margin-top:1.8rem;font-size:11px;line-height:1.6}
}
@media(max-width:380px){
  .hero-title{font-size:1.85rem}
}

/* ── Contrast: lift text that was dimmed below the WCAG AA threshold ── */
.tr-k{opacity:.75}
.ttc-sup,.ttc-due,.tr-sup,.tr-due{opacity:.95}
.pln-lbl,.h2res-lbl{opacity:1}
.h2res-flow-cap{opacity:.85}
.mp-lbl,.hnc-desc{color:var(--ink)}
.fb-dept,.fb-loc,.fb-addr p,.footer-bottom span{color:#e8ecf6}
.footer-bottom a{color:#fff}
.thesis-topic-card.is-taken,.thesis-row.is-taken{opacity:.78}
.ttc-note,.tr-note{opacity:.85}
.at-role{opacity:1}

/* ══ GLOBAL BUTTON CONSISTENCY (desktop + mobile) ══
   All primary/outline buttons share height, padding and alignment; on phones they
   go full width in a single column so they can never overlap or differ in width. */
.btn-p,.hero-btn-o,.btn-on-dark,button.btn-p,a.btn-p,a.hero-btn-o{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 1.9rem;box-sizing:border-box;line-height:1.2;text-align:center;
}
@media(max-width:640px){
  .hero-actions,.alumni-cta-row,.more-ways-actions,
  .edu-cta-actions,.net-cta-actions,.home-cta-actions{
    display:flex;flex-direction:column;align-items:stretch;gap:.75rem
  }
  .hero-actions>*,.alumni-cta-row>*,.more-ways-actions>*,
  .edu-cta-actions>*,.net-cta-actions>*,.home-cta-actions>*{
    width:100%;min-width:0
  }
  /* any two buttons sitting side by side in a flex row */
  .container [style*="display:flex"]>.btn-p,
  .container [style*="display:flex"]>.hero-btn-o{width:100%}
}


/* ══ CTA CARD GRIDS: stack instead of squeezing into slivers ══ */
@media(max-width:820px){
  .more-ways-grid,.edu-other-grid,.mw-grid,
  .more-ways .container>div[style*="grid-template-columns"]{
    grid-template-columns:1fr!important;gap:1rem!important
  }
}

/* hero title: "the shift to" stays whole; shrink slightly only if the phone is very narrow */
@media(max-width:430px){ .hero-title{font-size:1.95rem} }
@media(max-width:360px){ .hero-title{font-size:1.75rem} }


/* featured partner photos: show the whole building, not a tight crop */
.net-flagship-photo{background-position:center 45%}
@media(max-width:760px){ .net-flagship-photo{height:210px;background-position:center 50%} }



/* footer logo row: flush left with the page, sensible sizes, no yawning gap */
@media(max-width:760px){
  .footer-logo-row{
    flex-direction:column;align-items:flex-start;gap:1.5rem!important;
    padding-left:1.25rem!important;padding-right:1.25rem!important;margin-bottom:2rem;padding-bottom:1.7rem
  }
  .fb-logo-img{width:220px!important;height:auto!important;max-width:72vw;margin-left:0!important}
  .footer-fsb-logo{width:250px!important;height:auto!important;max-width:82vw;top:0!important}
  .footer-top,.footer-bottom{padding-left:1.25rem!important;padding-right:1.25rem!important}
}



/* footer logo row: both marks centred against each other */
.footer-logo-row{align-items:center}
.footer-logo-row>a{display:flex;align-items:center}
.fb-logo-img{align-self:center}
@media(max-width:760px){
  .footer-fsb-logo{width:290px!important}
}

/* footer logo row: PowerLab mark always flush left with the page gutter,
   FSB mark to its right — inline justify-content from the Customizer no longer shifts it */
.footer-logo-row{justify-content:flex-start!important;gap:3rem}
.fb-logo-img{margin-left:0!important;margin-right:0}
@media(max-width:760px){.footer-logo-row{gap:2.1rem!important}}

/* quiz result actions: "Start again" sits in the same row, never overlapping */
.qr-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}
.qr-actions>*{margin:0!important}
.quiz-restart,#quizRestart{position:static!important;margin:0!important;align-self:center}
@media(max-width:760px){
  .qr-actions{flex-direction:column;align-items:stretch}
  .qr-actions>*{width:100%!important;box-sizing:border-box;justify-content:center}
}

/* "Start again" is a sibling of the result block: give it its own row */
.quiz-step[data-step="result"]{display:flex;flex-direction:column;align-items:flex-start;gap:1.4rem}
.quiz-step[data-step="result"] .quiz-restart{position:static!important;margin:0!important}

/* ══════ MOBILE: buttons, stat strips, footer, photos ══════ */
@media(max-width:760px){
  /* buttons: same proportions as desktop, full width, text never spills */
  .hero-actions,.edu-cta-row,.alumni-cta-row,.net-cta-row,.more-ways-actions,
  .rf-cta,.h2res-actions,.about-cta,.ss-actions,.ss-cta-row,.cta-actions,.qr-actions{
    display:flex!important;flex-direction:column;align-items:stretch;gap:.7rem;width:100%
  }
  .hero-actions>*,.edu-cta-row>*,.alumni-cta-row>*,.net-cta-row>*,.more-ways-actions>*,
  .rf-cta>*,.h2res-actions>*,.about-cta>*,.ss-actions>*,.ss-cta-row>*,.cta-actions>*,.qr-actions>*{
    width:100%!important;min-width:0!important;margin:0!important;box-sizing:border-box
  }
  .btn-p,.hero-btn-o,.btn-on-dark{
    display:flex!important;align-items:center;justify-content:center;text-align:center;
    padding:1.05rem 1.4rem!important;min-height:52px;white-space:normal;line-height:1.3;
    box-sizing:border-box;max-width:100%
  }

  /* stat strips: two per row, no added borders or grey panels — keep each section's own colour */
  .impact-grid,.home-team-stats,.net-stats-strip,.alumni-stats-bar,.rm-strip,.edu-strip-inner{
    display:grid!important;grid-template-columns:1fr 1fr!important;background:none!important;gap:0!important
  }
  .impact-grid>.impact-item,.home-team-stats>.hts-item,.net-stats-strip>*,
  .alumni-stats-bar>*,.rm-strip>*,.edu-strip-inner>.edu-sf{
    background:none!important;min-width:0!important;flex:initial!important;box-sizing:border-box;
    padding:1.15rem 1rem!important;display:flex;flex-direction:column;gap:.35rem
  }
  .hts-num,.edu-sf-n,.impact-num{font-size:1.6rem!important}
  .hts-lbl,.edu-sf-l,.impact-desc{font-size:11px!important;line-height:1.3}

  /* footer: PowerLab mark reads as the primary logo, FSB as the affiliation */
  .footer-logo-row{flex-direction:column;align-items:flex-start;gap:1.9rem!important;
    padding-left:1.25rem!important;padding-right:1.25rem!important}
  .fb-logo-img{width:265px!important;height:auto!important;max-width:80vw;margin-left:0!important}
  .footer-fsb-logo{width:230px!important;height:auto!important;max-width:70vw;top:0!important}

  .footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem!important;padding-bottom:5.5rem!important}
  .footer-bottom .fb-sep{display:none}
  .footer-bottom a{color:rgba(255,255,255,.85)!important;text-decoration:underline;text-underline-offset:3px}
  .footer-social{margin-left:0!important;margin-top:.35rem}
}

/* desktop footer: PowerLab logo larger than the FSB affiliation mark */
.fb-logo-img{height:132px}
.footer-fsb-logo{height:100px}

/* Contact photo band: same breathing room as the group photo on the home page */
.page-contact .about-photo-band,#page-join .about-photo-band{padding-top:0}
#page-join .agp-photo,.page-contact .agp-photo{margin-top:-58px}
@media(max-width:760px){#page-join .agp-photo,.page-contact .agp-photo{margin-top:-34px}}

/* HERO TITLE: two logical lines; on narrow screens "the shift to" drops whole
   to a line of its own instead of the type shrinking. */
.hero-title{text-wrap:initial}
.hero-title .ht-line{display:block}
.hero-title .ht-keep{white-space:nowrap}

/* Buttons keep their label on one line; the pill grows instead of the text spilling out */
.btn-p,.hero-btn-o{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;line-height:1.15;box-sizing:border-box}
@media(max-width:760px){
  .btn-p,.hero-btn-o,.btn-on-dark{white-space:normal!important}
}

/* buttons: label vertically centred, pill height from padding only */
.btn-p,.hero-btn-o,.btn-on-dark{display:inline-flex!important;align-items:center;justify-content:center;line-height:1.1;height:auto}
