:root{--navy:#071a3d;--blue:#0f66ed;--cyan:#19bfe8;--violet:#6d4ce8;--orange:#ff6b35;--ink:#101d38;--muted:#5c6880;--line:#dbe4f1;--pale:#f4f8fd;--white:#fff;--shadow:0 16px 40px rgba(7,26,61,.11)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--white);font-size:16px;line-height:1.6}
button,a{font:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.85rem max(4vw,1.25rem);background:rgba(255,255,255,.94);border-bottom:1px solid rgba(219,228,241,.85);backdrop-filter:blur(15px)}
.brand{display:flex;align-items:center;gap:.8rem}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--navy);color:var(--white);font-weight:800;letter-spacing:-.05em}.brand strong{display:block;font-size:1.03rem;line-height:1.15}.brand small{display:block;color:var(--muted);font-size:.75rem}
nav{display:flex;align-items:center;gap:1.5rem;font-weight:650;font-size:.92rem}nav a{padding:.45rem 0;border-bottom:2px solid transparent}nav a:hover,nav a:focus-visible{color:var(--blue);border-color:var(--blue)}
.menu-button{display:none;border:1px solid var(--line);border-radius:10px;background:white;padding:.5rem .75rem}
.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,1.15fr);min-height:650px;background:linear-gradient(135deg,#f7fbff 0%,#e9f5ff 47%,#071a3d 47%,#071a3d 100%);overflow:hidden}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:5rem 4vw 4rem max(5vw,1.25rem)}
.eyebrow{margin:0 0 .55rem;color:var(--blue);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}h1{max-width:700px;margin-bottom:1.2rem;font-size:clamp(2.7rem,5vw,5.2rem);line-height:.98;letter-spacing:-.055em}h2{margin-bottom:.65rem;font-size:clamp(2rem,3.4vw,3.35rem);line-height:1.04;letter-spacing:-.04em}h3{line-height:1.14;letter-spacing:-.025em}
.hero-copy>p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:1.12rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1rem 0 2.4rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.1rem;border:1px solid transparent;border-radius:11px;font-weight:750}.button.primary{background:var(--blue);color:white;box-shadow:0 9px 22px rgba(15,102,237,.24)}.button.secondary{border-color:#b8c9df;background:white;color:var(--navy)}
.hero-stats{display:flex;gap:2.2rem;margin:0}.hero-stats div{display:flex;flex-direction:column}.hero-stats dt{font-size:1.45rem;font-weight:850;color:var(--navy)}.hero-stats dd{margin:0;color:var(--muted);font-size:.82rem}
.hero-results{align-self:center;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1.35fr .8fr;gap:1rem;padding:3.5rem 5vw 3.5rem 3rem}.result-tile{position:relative;margin:0;min-height:180px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:white;box-shadow:0 22px 48px rgba(0,0,0,.24)}.result-large{grid-column:1/-1;min-height:330px}.result-tile img{width:100%;height:100%;object-fit:contain;background:#fff}.result-tile figcaption{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;gap:.6rem;padding:.75rem 1rem;background:rgba(7,26,61,.9);color:white;font-size:.82rem}.result-tile figcaption span{color:#cde8ff}
.shell{width:min(1180px,calc(100% - 2.5rem));margin-inline:auto}.section{padding:6rem 0;scroll-margin-top:70px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:2rem}.section-heading>p{max-width:540px;margin-bottom:.25rem;color:var(--muted)}
.code-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.code-card{display:grid;grid-template-columns:minmax(180px,.85fr) 1.15fr;min-height:310px;border:1px solid var(--line);border-top:5px solid var(--blue);border-radius:18px;overflow:hidden;background:white;box-shadow:0 10px 28px rgba(16,29,56,.07)}.code-card>img{width:100%;height:100%;object-fit:contain;background:#f8fbff;border-right:1px solid var(--line)}.code-card>div{padding:1.4rem}.code-card h3{margin:.25rem 0 0;font-size:1.8rem}.code-number{color:var(--muted);font-size:.75rem;font-weight:800;letter-spacing:.15em}.code-type{margin-bottom:.7rem;color:var(--blue);font-weight:750}.accent-cyan{border-top-color:var(--cyan)}.accent-violet{border-top-color:var(--violet)}.accent-orange{border-top-color:var(--orange)}.text-button{padding:.4rem 0;border:0;background:none;color:var(--blue);font-weight:800;cursor:pointer}.text-button:hover{text-decoration:underline}
.dark-section{background:var(--navy);color:white}.section-heading.light>p{color:#b8c8e0}.section-heading.light .eyebrow{color:#60d7ff}.case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.case-grid article{padding:1.35rem;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(255,255,255,.07)}.case-grid span{color:#6ee0ff;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.case-grid h3{margin:.8rem 0;font-size:1.2rem}.case-grid p{color:#c3d0e3;font-size:.92rem}.case-grid button{padding:0;border:0;background:none;color:white;font-weight:800;cursor:pointer}.case-grid button:hover{text-decoration:underline}
.validation-section{background:linear-gradient(180deg,#f5f9ff,#fff)}.validation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.validation-card{display:grid;grid-template-columns:minmax(210px,.95fr) 1.05fr;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:var(--shadow)}.validation-card.validation-featured{grid-column:1/-1;grid-template-columns:1.35fr 1fr}.validation-card img{width:100%;height:100%;min-height:310px;object-fit:contain;background:#f6f8fb}.validation-card>div{padding:1.5rem}.validation-card h3{margin:.8rem 0;font-size:1.45rem}.validation-card p{color:var(--muted);font-size:.94rem}.evidence-badge{display:inline-flex;padding:.32rem .58rem;border-radius:999px;font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.evidence-badge.experiment{background:#dcf7ed;color:#087251}.evidence-badge.verification{background:#e8f0ff;color:#174fb2}.caveat{padding:.8rem;border-left:3px solid #efad28;background:#fff8e9;color:#6b5220!important}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.article-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:white;box-shadow:0 12px 30px rgba(16,29,56,.07)}.article-card:first-child{grid-column:span 2;display:grid;grid-template-columns:1.2fr 1fr}.article-card img{width:100%;height:210px;object-fit:contain;background:#f5f8fc}.article-card:first-child img{height:100%;min-height:340px}.article-body{display:flex;flex-direction:column;padding:1.25rem;height:100%}.article-meta{color:var(--blue);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.article-card h3{margin:.6rem 0;font-size:1.35rem}.article-card p{color:var(--muted);font-size:.93rem}.article-body button{margin-top:auto;padding:0;border:0;background:none;color:var(--blue);font-weight:800;text-align:left;cursor:pointer}.article-body button:hover{text-decoration:underline}
.about-section{display:grid;grid-template-columns:160px minmax(0,680px);align-items:center;justify-content:center;gap:2.5rem}.about-badge{display:grid;place-items:center;aspect-ratio:1;overflow:hidden;border:5px solid #eaf2ff;border-radius:50%;background:#eef4fb;box-shadow:var(--shadow)}.about-badge img{width:100%;height:100%;object-fit:cover;object-position:center top}.about-role{color:var(--blue);font-weight:750}.about-section .button{margin-top:.5rem}
footer{display:flex;justify-content:space-between;gap:2rem;padding:2.5rem max(5vw,1.25rem);background:#050f26;color:white}footer p{margin:.25rem 0 0;color:#9db0cc;font-size:.88rem}footer>div:last-child{display:flex;gap:1.2rem;align-items:center}footer a:hover{text-decoration:underline}
dialog{width:min(840px,calc(100% - 2rem));max-height:88vh;padding:0;border:0;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.35)}dialog::backdrop{background:rgba(5,15,38,.76);backdrop-filter:blur(5px)}.dialog-close{position:sticky;top:1rem;float:right;z-index:2;width:42px;height:42px;margin:1rem 1rem -3.6rem 0;border:1px solid var(--line);border-radius:50%;background:white;font-size:1.5rem;cursor:pointer}.dialog-hero img{width:100%;max-height:390px;object-fit:contain;background:#f3f7fc}.dialog-copy{padding:2rem clamp(1.3rem,4vw,3rem) 3rem}.dialog-copy h2{padding-right:2.4rem}.dialog-copy .lead{color:var(--muted);font-size:1.08rem}.dialog-copy h3{margin-top:2rem;font-size:1.2rem}.dialog-copy ul{padding-left:1.2rem}.dialog-copy li{margin-bottom:.45rem}.tag-row{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.tag{padding:.32rem .58rem;border-radius:999px;background:#eaf2ff;color:#0b55c4;font-size:.78rem;font-weight:750}.linkedin-source{display:inline-flex;margin-top:1.5rem;padding:.72rem 1rem;border-radius:10px;background:#0a66c2;color:white;font-weight:800}.linkedin-source:hover{background:#084f96}
@media(max-width:1000px){.hero{grid-template-columns:1fr;background:linear-gradient(160deg,#f7fbff 0%,#eaf5ff 52%,#071a3d 52%)}.hero-results{padding:2rem 1.25rem 4rem}.hero-copy{padding-top:4rem}.code-grid{grid-template-columns:1fr}.case-grid{grid-template-columns:repeat(2,1fr)}.validation-grid{grid-template-columns:1fr}.validation-card.validation-featured{grid-column:auto}.article-grid{grid-template-columns:repeat(2,1fr)}.article-card:first-child{grid-column:1/-1}}
@media(max-width:720px){.site-header{flex-wrap:wrap}.menu-button{display:block}.site-header nav{display:none;flex-basis:100%;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.6rem 0}.site-header nav.open{display:flex}.hero{min-height:auto}.hero-copy{padding:3.5rem 1.25rem 2.5rem}.hero-results{grid-template-columns:1fr;grid-template-rows:auto}.result-large{grid-column:auto;min-height:240px}.result-tile{min-height:220px}.hero-stats{gap:1rem}.code-card{grid-template-columns:1fr}.code-card>img{height:220px;border-right:0;border-bottom:1px solid var(--line)}.section{padding:4rem 0}.section-heading{display:block}.case-grid,.article-grid{grid-template-columns:1fr}.validation-card,.validation-card.validation-featured{grid-template-columns:1fr}.validation-card img{min-height:0;height:230px}.article-card:first-child{display:flex;grid-column:auto}.article-card:first-child img{height:230px;min-height:0}.about-section{grid-template-columns:1fr}.about-badge{width:120px}.about-section{text-align:left}footer{flex-direction:column}footer>div:last-child{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.publication-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin:4rem 0 1.4rem;padding-top:2.5rem;border-top:1px solid var(--line)}.publication-heading>p{max-width:430px;margin:0;color:var(--muted)}.publication-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.publication-list article{display:flex;flex-direction:column;padding:1.3rem;border:1px solid var(--line);border-radius:14px;background:#f8fbff}.publication-list article>span{color:var(--blue);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.publication-list h3{margin:.55rem 0;font-size:1.08rem}.publication-list p{margin-bottom:1rem;color:var(--muted);font-size:.88rem}.publication-list article>a,.publication-actions{margin-top:auto}.publication-list article>a,.publication-actions a{color:var(--blue);font-size:.84rem;font-weight:800}.publication-list article>a:hover,.publication-actions a:hover{text-decoration:underline}.publication-actions{display:flex;gap:1rem;flex-wrap:wrap}.books-section{background:#f4f8fd}.book-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.book-card{display:grid;grid-template-columns:180px 1fr;min-height:285px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:0 12px 32px rgba(16,29,56,.07)}.book-cover{display:grid;place-items:center;padding:1rem;background:linear-gradient(145deg,#e9f4ff,#f8fbff)}.book-cover img{width:100%;height:245px;object-fit:contain;mix-blend-mode:multiply}.cfd-cover{display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;background:linear-gradient(155deg,#061735 0%,#0f66ed 72%,#19bfe8 100%);color:white}.cfd-cover strong{font-size:1.45rem;line-height:1.05}.cfd-cover span{margin-top:.65rem;color:#d9efff;font-size:.78rem;line-height:1.35}.book-copy{display:flex;flex-direction:column;padding:1.35rem}.book-copy>span{color:var(--blue);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.book-copy h3{margin:.55rem 0;font-size:1.3rem}.book-copy p{color:var(--muted);font-size:.92rem}.book-copy blockquote{margin:.25rem 0 1rem;padding:.7rem .8rem;border-left:3px solid var(--blue);background:#f3f7fd;color:#34435d;font-size:.84rem}.book-copy cite{display:block;margin-top:.35rem;color:var(--muted);font-style:normal;font-weight:700}.book-copy a{margin-top:auto;color:var(--blue);font-weight:800;font-size:.9rem}.book-copy a:hover{text-decoration:underline}.book-links{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.about-section{grid-template-columns:160px minmax(0,760px)}.profile-link{display:inline-flex;margin:.8rem 0 0 1rem;color:var(--blue);font-weight:750}.profile-link:hover{text-decoration:underline}
@media(max-width:1000px){.book-grid{grid-template-columns:repeat(2,1fr)}.book-card{grid-template-columns:1fr}.book-cover img{height:230px}}
@media(max-width:720px){.publication-heading{display:block}.publication-list,.book-grid{grid-template-columns:1fr}.profile-link{display:block;margin-left:0}}
.dialog-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}.dialog-gallery figure{margin:0;background:white}.dialog-gallery img{width:100%;height:310px;object-fit:contain;background:#fff}.doi-source{display:inline-flex;margin-top:1.5rem;padding:.72rem 1rem;border-radius:10px;background:var(--navy);color:white;font-weight:800}.doi-source:hover{background:var(--blue)}
@media(max-width:720px){.dialog-gallery{grid-template-columns:1fr}.dialog-gallery img{height:240px}}
.research-section{background:linear-gradient(180deg,#eef6ff,#fff)}.vision-lead,.vision-close,.teaching-lead{max-width:930px;color:#3e4c66;font-size:1.05rem}.vision-lead{font-size:1.16rem}.research-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0}.research-grid article{padding:1.4rem;border:1px solid var(--line);border-radius:16px;background:white;box-shadow:0 10px 28px rgba(16,29,56,.06)}.research-grid span,.mentoring-grid>article>span{color:var(--blue);font-size:.74rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.research-grid h3{margin:.55rem 0;font-size:1.28rem}.research-grid p{margin-bottom:0;color:var(--muted);font-size:.92rem}.future-programme,.teaching-fit{display:grid;grid-template-columns:minmax(230px,.65fr) 1.35fr;gap:2rem;align-items:start;padding:1.45rem;border:1px solid #bcd0ea;border-radius:16px;background:#fff}.future-programme h3,.teaching-fit h3{margin:.35rem 0 0;font-size:1.3rem}.future-programme>p,.teaching-fit>p{margin:0;color:var(--muted)}
.publication-section{padding-top:5rem}.publication-heading{margin-top:0;padding-top:0;border-top:0}.scholar-links{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.3rem}.scholar-links a{padding:.55rem .82rem;border:1px solid #b9cce6;border-radius:999px;background:white;color:var(--blue);font-size:.85rem;font-weight:800}.scholar-links a:hover{background:#edf5ff}.publication-filters{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1.4rem}.publication-filters button{padding:.58rem .82rem;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);font-weight:750;cursor:pointer}.publication-filters button[aria-pressed="true"]{border-color:var(--blue);background:var(--blue);color:white}.publication-list article[hidden]{display:none}.publication-empty{padding:2rem;border:1px dashed #afbed2;border-radius:14px;background:#f8fbff;color:var(--muted);text-align:center}
.mentoring-section{background:var(--navy);color:white}.mentoring-section .section-heading>p,.mentoring-grid p{color:#bdcbe0}.mentoring-section .eyebrow{color:#63dafb}.mentoring-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mentoring-grid article{display:flex;flex-direction:column;padding:1.45rem;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.07)}.mentoring-grid h3{margin:.65rem 0;font-size:1.3rem}.mentoring-grid .tag{background:rgba(255,255,255,.1);color:#d8f5ff}
.teaching-section{background:#f6f9fd}.teaching-fit{margin-top:1.25rem}
@media(max-width:1000px){nav{gap:.85rem;font-size:.82rem}.research-grid{grid-template-columns:repeat(2,1fr)}.mentoring-grid{grid-template-columns:1fr}}
@media(max-width:720px){.research-grid{grid-template-columns:1fr}.scholar-links a{flex:1 1 auto;text-align:center}}
.professional-registration{margin:1.3rem 0 1.6rem;padding:1.25rem;border:1px solid var(--line);border-radius:16px;background:#f7faff}.professional-registration h3{margin-bottom:1rem;font-size:1.15rem}.registration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.registration-grid div{display:flex;flex-direction:column;padding:.8rem;border-left:3px solid var(--blue);background:white}.registration-grid strong{font-size:.9rem;line-height:1.35}.registration-grid span{margin-top:.25rem;color:var(--muted);font-size:.78rem;line-height:1.4}
.thesis-cover{background:linear-gradient(155deg,#071a3d 0%,#283f75 68%,#6d4ce8 100%)}.thesis-cover strong{font-size:1.28rem}
@media(max-width:720px){.registration-grid{grid-template-columns:1fr}}
.teaching-evidence-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:1.25rem;margin:2rem 0 2.5rem}.courses-taught,.peer-review-panel{padding:1.4rem;border:1px solid var(--line);border-radius:16px;background:white;box-shadow:0 10px 28px rgba(16,29,56,.05)}.courses-taught h3,.peer-review-panel h3,.workshop-heading h3{margin-bottom:1rem;font-size:1.3rem}.course-list{display:flex;flex-wrap:wrap;gap:.55rem}.course-list span{padding:.48rem .68rem;border-radius:9px;background:#edf4ff;color:#164f9d;font-size:.84rem;font-weight:750}.peer-chart{display:grid;gap:.72rem}.peer-chart>div{display:grid;grid-template-columns:46px minmax(120px,1fr) 58px;align-items:center;gap:.7rem}.chart-year{color:var(--muted);font-size:.82rem;font-weight:800}.chart-track{height:12px;overflow:hidden;border-radius:999px;background:#e5ecf6}.chart-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--cyan))}.peer-chart strong{font-size:.82rem;text-align:right}.peer-note{margin:1.1rem 0 0;padding:.75rem;border-left:3px solid var(--violet);background:#f5f2ff;color:#48546b;font-size:.84rem}.workshop-heading{margin-top:1rem}
@media(max-width:900px){.teaching-evidence-grid{grid-template-columns:1fr}}
main{display:flex;flex-direction:column}.hero{order:1}#research{order:2}#funding{order:3}#publications{order:4}#books{order:5}#teaching{order:6}#mentoring{order:7}#about{order:8}#codes{order:9}#cases{order:10}#articles{order:11}
.hero-copy .hero-title{max-width:720px;margin-bottom:.7rem;color:var(--navy);font-size:1.25rem;font-weight:800;line-height:1.45}.hero-profile{align-self:center;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:4rem 5vw 4rem 3rem}.hero-profile-card{padding:1.4rem;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.09);color:white;box-shadow:0 20px 45px rgba(0,0,0,.18)}.hero-profile-card.feature{grid-column:1/-1;padding:2rem;background:white;color:var(--navy)}.hero-profile-card>span{color:#70ddff;font-size:.74rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.hero-profile-card.feature>span{color:var(--blue)}.hero-profile-card h2{margin:.55rem 0 .8rem;font-size:clamp(2rem,3.2vw,3.5rem)}.hero-profile-card h3{margin:.55rem 0;font-size:1.3rem}.hero-profile-card p{margin-bottom:0;color:#bdcbe0}.hero-profile-card.feature p{color:var(--muted)}
.research-priority{border-top:5px solid var(--orange)!important}.funding-section{background:var(--navy);color:white}.funding-section .section-heading>p{color:#bdcbe0}.funding-section .eyebrow{color:#64d8ff}.funding-highlight{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.funding-highlight>div{display:flex;flex-direction:column;padding:1.2rem;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.funding-highlight strong{font-size:1.05rem}.funding-highlight span{margin-top:.25rem;color:#bdcbe0;font-size:.88rem}.grant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grant-card{display:flex;flex-direction:column;padding:1.35rem;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:white;color:var(--ink)}.grant-card.grant-featured{grid-column:span 2;background:linear-gradient(135deg,#fff,#edf6ff)}.grant-status{align-self:flex-start;padding:.3rem .52rem;border-radius:999px;font-size:.7rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.grant-status.complete{background:#e7f7f0;color:#08704f}.grant-status.active{background:#e9efff;color:#244fb5}.grant-card h3{margin:.75rem 0;font-size:1.18rem}.grant-card p{color:var(--muted);font-size:.9rem}.grant-meta{display:flex;flex-direction:column;margin-top:auto;padding-top:.9rem;border-top:1px solid var(--line)}.grant-meta strong{color:var(--blue);font-size:.78rem}.grant-meta span{margin-top:.2rem;color:var(--muted);font-size:.8rem}
@media(max-width:1000px){.hero-profile{padding:1rem 1.25rem 4rem}.grant-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.hero-profile,.funding-highlight,.grant-grid{grid-template-columns:1fr}.hero-profile-card.feature,.grant-card.grant-featured{grid-column:auto}.hero-profile-card h2{font-size:2rem}}
.hero{min-height:540px;background:linear-gradient(135deg,#f7fbff,#edf4fb);border-bottom:1px solid var(--line)}.hero-copy{padding-top:4rem;padding-bottom:4rem}.hero h1{margin-bottom:.8rem;font-size:clamp(2.8rem,4.5vw,4.6rem);line-height:1}.hero-copy .hero-title{font-size:1.05rem;font-weight:700}.hero-profile{grid-template-columns:1fr;padding:4rem 5vw 4rem 2rem}.hero-profile-card.feature{grid-column:auto;padding:2rem;border-color:var(--line);box-shadow:0 14px 36px rgba(16,29,56,.08)}.hero-profile-card h2{font-size:clamp(1.8rem,2.7vw,2.7rem)}.hero-focus-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}.hero-focus-list span{padding:.42rem .62rem;border-radius:8px;background:#edf4ff;color:#24528d;font-size:.78rem;font-weight:750;letter-spacing:0;text-transform:none}
@media(max-width:1000px){.hero{background:#f4f8fd}.hero-profile{padding:0 1.25rem 4rem}}
@media(max-width:720px){.hero h1{font-size:2.8rem}.hero-profile-card.feature{padding:1.35rem}}
.grant-status.external{background:#e4f6f0;color:#05644a}
@media(max-width:720px){.future-programme,.teaching-fit{grid-template-columns:1fr;gap:1rem}}
