@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Nunito:wght@400;600;700&display=swap";.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-soft);color:var(--text-primary)}.site-header{position:sticky;top:0;z-index:20;background:#ffffffa5;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border-subtle);padding:.55rem clamp(1.5rem,6vw,5rem);display:flex;align-items:center;justify-content:space-between}.branding{display:flex;flex-direction:column}.org{font-size:.75rem;letter-spacing:.24em;text-transform:uppercase;color:var(--text-dimmed)}.project{font-size:1.4rem;font-weight:700;color:var(--accent-primary)}.school{font-size:.85rem;color:var(--accent-primary)}.site-nav{display:flex;gap:1.5rem;align-items:center}.nav-link{position:relative;font-size:.95rem;font-weight:600;text-decoration:none;color:var(--text-dimmed);padding:.35rem 0;border-radius:0;transition:color .2s ease}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-.45rem;height:2px;border-radius:999px;background:var(--accent-primary);opacity:0;transform:scaleX(.4);transform-origin:center;transition:opacity .2s ease,transform .2s ease}.nav-link:hover,.nav-link:focus-visible{color:var(--accent-primary)}.nav-link.active{color:var(--accent-primary)}.nav-link.active:after{opacity:1;transform:scaleX(1)}.site-main{flex:1}.site-footer{border-top:1px solid var(--border-subtle);padding:2.5rem clamp(1.5rem,8vw,7rem);color:var(--text-dimmed);font-size:.9rem;background:#edededdb}.page{display:flex;flex-direction:column;gap:clamp(3.5rem,7vw,5.5rem)}.page.narrow{margin:0 auto;align-items:center}.section{display:flex;flex-direction:column;gap:2rem;padding:clamp(2.4rem,5vw,3.6rem);background:#ffffff38;border-radius:28px;border:1px solid rgba(255,255,255,.25);box-shadow:0 14px 38px #0000000f;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);max-width:50vw}.section-main{display:flex;flex-direction:column;gap:2rem;padding:clamp(2.4rem,5vw,3.6rem);background:#ffffff38;border-radius:28px;border:1px solid rgba(255,255,255,.25);box-shadow:0 14px 38px #0000000f;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.section_pub{display:flex;flex-direction:column;gap:2rem;align-items:center}.section:not(:first-child){padding-top:clamp(3rem,6vw,4rem)}.section-heading{display:flex;flex-direction:column;gap:1rem;max-width:760px}.section-heading h1,.section-heading h2{font-size:clamp(2rem,4vw,2.6rem);margin:0}.section-heading p{font-size:1.05rem;color:var(--text-muted);line-height:1.7}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(2rem,6vw,4rem);align-items:end;background:#ffffff75;border-radius:34px;padding:clamp(2.4rem,6vw,3.8rem);border:1px solid rgba(255,255,255,.26);box-shadow:0 20px 54px #00000012;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.hero-content{display:flex;flex-direction:column;gap:1.8rem}.hero-heading{display:flex;align-items:flex-start;gap:13vw}.hero-heading h1{flex:1;min-width:0}.hero-heading-left{display:flex;flex-direction:column;gap:1.5rem;flex:1}.hero-heading-right{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;width:30vw}.hero-image{width:inherit;height:auto;border-radius:22px;flex-shrink:0;box-shadow:0 18px 36px #0000001f;border:4px solid rgba(255,255,255,.85)}.hero .eyebrow{font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;color:var(--accent-primary);background:#ffffff52;padding:.45rem .95rem;border-radius:999px;display:inline-flex}.hero h1{font-size:clamp(3rem,6vw,4.5rem);line-height:1.05;margin:0}.lead{font-size:clamp(1rem,1.1vw + .9rem,1.2rem);color:var(--text-muted);line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-note{display:flex;flex-direction:column;gap:.75rem;color:var(--text-muted);font-size:.95rem;background:#ffffff5c;padding:1rem 1.25rem;border-radius:16px;border:1px solid rgba(255,255,255,.26);width:100%}@media (max-width: 720px){.hero-heading{flex-direction:column;align-items:flex-start}.hero-image{width:clamp(180px,52vw,260px);margin-left:0}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.35);font-weight:600;text-decoration:none;color:inherit;transition:background .2s ease,border-color .2s ease,transform .2s ease}.button.primary{background:#121212;color:#fff;border-color:#121212d9}.button.ghost{background:transparent;color:var(--accent-primary);border-color:#9a673552}.button:hover{transform:translateY(-1px);border-color:#9a67356b}.card-grid{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card-grid.two{grid-template-columns:repeat(3,minmax(280px,1fr))}.card-grid.three{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:#ffffff57;border:1px solid rgba(255,255,255,.28);border-radius:20px;padding:1.9rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s ease,transform .2s ease;text-decoration:none;color:inherit;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.card:hover{border-color:#9a673552;transform:translateY(-2px)}.publication{gap:1.25rem}.publication-thumbnail{width:100%;border-radius:12px;aspect-ratio:16 / 9;object-fit:cover;background:#ffffff29}.publication-hero{width:100%;border-radius:16px;aspect-ratio:16 / 9;object-fit:cover;background:#ffffff29}.publication-meta{display:flex;flex-direction:column;gap:.4rem;color:var(--text-muted)}.publication-meta .label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dimmed)}.stack{display:grid;gap:1.75rem}.project-card{gap:1.5rem}.project-card .project-thumb{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:18px;box-shadow:0 16px 32px #0000002e;border:4px solid rgba(255,255,255,.85)}.project-card h3{font-size:1.35rem;margin:0}.project-section{gap:1.5rem}.project-tabs{display:flex;flex-wrap:wrap;gap:.75rem}.project-tab{border:1px solid rgba(255,255,255,.28);background:#ffffff24;color:var(--text-muted);font-weight:600;padding:.6rem 1.4rem;border-radius:999px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.project-tab:hover,.project-tab:focus-visible{border-color:#ffffff73;color:var(--accent-primary)}.project-tab.active{background:#fff3;border-color:#9a673573;color:var(--accent-primary)}.project-summary{font-weight:500;color:var(--text-primary)}.project-description{display:grid;gap:1rem;color:var(--text-muted);line-height:1.7}.project-publications-block{display:flex;flex-direction:column;gap:1rem}.project-publications-block .label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-primary)}.project-publication-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.project-publication-card{gap:.75rem;padding:1.2rem;align-items:flex-start}.project-publication-card:hover{border-color:#9a673559}.project-publication-card h3{font-size:1rem;font-weight:600;line-height:1.4}.tag-row{display:flex;gap:.75rem;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;padding:.35rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.32);color:var(--accent-primary);background:#ffffff2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chip.subtle{background:#ffffff24;border-color:#ffffff47;color:var(--accent-primary)}.text-link{color:inherit;text-decoration:none;font-weight:600;position:relative}.text-link:after{content:"";position:absolute;left:0;bottom:-.2rem;width:100%;height:1px;background:currentColor;opacity:.4;transition:opacity .2s ease}.text-link:hover:after{opacity:1}.impact{border-radius:0;border:none;padding:clamp(2.5rem,6vw,3.5rem);background:transparent;box-shadow:none}.impact-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.impact-card{display:flex;flex-direction:column;gap:.5rem;padding:1.4rem;border-radius:18px;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.impact-value{font-size:clamp(2.6rem,5vw,3.4rem);font-weight:700;color:var(--accent-primary)}.impact-label{font-size:.9rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dimmed)}.timeline{display:grid;gap:2rem}.timeline-item{padding:1.5rem 1.75rem;border-radius:20px;border:1px solid var(--border-subtle);background:var(--bg-surface);display:flex;flex-direction:column;gap:.85rem}.team-card{align-items:center;text-align:center;gap:1.25rem;text-decoration:none;color:inherit}.team-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;box-shadow:0 14px 28px #1213201f;border:4px solid rgba(255,255,255,.9)}.team-profile .team-photo{width:clamp(140px,20vw,180px);height:clamp(140px,20vw,180px)}.team-card-cta{font-weight:600;color:var(--accent-primary)}.team-profile{display:flex;flex-direction:column;gap:1.75rem}.team-profile-header{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.team-profile-meta{display:flex;flex-direction:column;gap:.5rem}.team-profile-body{display:grid;gap:1rem;color:var(--text-muted);line-height:1.75}.team-card .role{color:var(--text-muted);font-weight:600}.list{list-style:none;padding:0;margin:0;display:grid;gap:1rem;color:var(--text-muted)}.list li{display:flex;gap:.75rem}.list li:before{content:"—";color:var(--text-dimmed)}.contact-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.contact-card{gap:1.25rem}.news-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.news-card{padding:1.75rem;display:flex;flex-direction:column;gap:1rem;text-decoration:none;color:inherit}.news-card .news-thumbnail{width:100%;aspect-ratio:4 / 3;border-radius:18px;object-fit:cover;box-shadow:0 14px 30px #00000024}.news-card time{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-primary)}.news-card h2,.news-card h3{font-size:1.25rem;margin:0}.news-card p{color:var(--text-muted)}.news-card .news-summary{color:var(--text-primary);font-weight:600}.news-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.news-source{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-primary)}@media (max-width: 900px){.site-header{flex-direction:column;align-items:flex-start;gap:1rem}.site-nav{flex-wrap:wrap}.hero{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}:root{font-family:Nunito,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light;color:#121212;background-color:#f7f6f5;--text-primary: #121212;--text-muted: rgba(18, 18, 18, .6);--text-dimmed: rgba(18, 18, 18, .4);--border-subtle: rgba(18, 18, 18, .08);--border-strong: rgba(18, 18, 18, .16);--bg-surface: #ffffff;--bg-soft: #f7f6f5;--accent-primary: #9a6735;--accent-primary-dark: #744923;--accent-primary-soft: #f2e2d1}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-soft);color:var(--text-primary)}a{color:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin:0}p{margin:0;line-height:1.6}::selection{background:#0b0c0f1a;color:inherit}
