.app{min-height:100vh;display:flex;flex-direction:column}.hero-shell{color:#fff;padding:2.5rem 1.5rem 6rem;padding-top:clamp(5.5rem,8vw,7.5rem);position:relative;overflow:hidden;min-height:85vh;display:flex;flex-direction:column;justify-content:space-between}.hero-shell:before,.hero-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-shell:before{background:var(--hero-bg-image);transform:scale(var(--hero-scale, 1));filter:saturate(1.05) blur(var(--hero-blur, 0px));transform-origin:center top;transition:transform .45s ease,filter .45s ease;will-change:transform,filter}.hero-shell:after{background:linear-gradient(180deg,#060a1805,#060b2199 55%,#020408f2),radial-gradient(circle at 20% 20%,rgba(105,181,255,.5),transparent 45%),radial-gradient(circle at 80% 10%,rgba(87,134,255,.35),transparent 55%);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-shell>*{position:relative;z-index:1}.hero-shell__nav{position:fixed;top:1.25rem;top:calc(env(safe-area-inset-top,0px) + 1rem);left:50%;transform:translate(-50%);width:min(1100px,calc(100% - 3rem));display:flex;justify-content:space-between;align-items:center;gap:1.25rem;font-size:.95rem;z-index:200;padding:.85rem 1.5rem;border-radius:999px;background:#050812ad;-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%);border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 70px #03050e73;transition:background .2s ease,box-shadow .2s ease}.hero-shell__nav span{font-weight:600;letter-spacing:.05em}.hero-shell__links{display:flex}.hero-shell__links ul{list-style:none;display:flex;gap:1.25rem}.hero-shell__links a{color:#ffffffdb;text-decoration:none;font-weight:500}.hero-shell__menu-button{display:none;background:transparent;border:none;flex-direction:column;gap:.25rem;padding:.25rem;cursor:pointer}.hero-shell__menu-button span{width:1.75rem;height:2px;background:#ffffffd9;border-radius:999px;display:block}.hero{max-width:1100px;margin:0 auto;min-height:60vh;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:3rem;transform:translateY(var(--hero-text-offset, 0px));transition:transform .36s cubic-bezier(.22,1,.36,1);will-change:transform}.hero__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:#fff9}.hero h1{font-size:clamp(2.8rem,7vw,4.5rem);line-height:1.1;margin-top:1rem}.hero__summary{margin-top:1.5rem;font-size:1.25rem;color:#ffffffd9;max-width:720px}.hero__actions{margin-top:2.5rem;display:flex;gap:1rem}.pill{padding:.85rem 1.8rem;border-radius:999px;background:#fff;color:#04060b;text-decoration:none;font-weight:600;transition:opacity .2s ease}.pill--ghost{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff}.pill:hover{opacity:.85}:root.theme-dark .pill{background:#ffffff14;color:var(--text);border:1px solid rgba(255,255,255,.25)}:root.theme-dark .pill--ghost{border-color:#fff6;color:var(--text)}main{background:var(--bg);flex:1}.section__content p{line-height:1.8;color:var(--text);font-size:1.05rem}.team-grid{display:grid;gap:1.5rem}.team-grid__lead{display:flex;flex-direction:column;gap:1rem}.team-grid__lead-label{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--muted)}.pi-card{background:var(--bg-elevated);border-radius:32px;padding:2.5rem;border:1px solid var(--card-border);box-shadow:var(--shadow)}.pi-card__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--muted)}.pi-card h3{font-size:2rem;margin-top:1rem}.pi-card h3 span{font-size:1rem;margin-left:.5rem;color:var(--muted)}.pi-card__role{color:var(--muted);margin-top:.4rem}.pi-card__bio{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;line-height:1.7}.pi-card__bio a{color:var(--link-color);text-decoration:none;font-weight:600}.pi-card__bio a:hover,.pi-card__bio a:focus-visible{text-decoration:underline}.pi-card__bio .pill{align-self:flex-start;margin-top:.5rem}.projects-grid{display:grid;gap:1.5rem}.project-card{background:var(--bg-elevated);border-radius:30px;padding:2.5rem;border:1px solid var(--card-border);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.25rem}.project-card__header{display:flex;align-items:center;gap:1.5rem}.project-card__logo{width:110px;height:110px;border-radius:24px;border:1px solid rgba(10,16,32,.08);background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #0e16200a,0 18px 40px #0408102e}.project-card__logo img{max-width:80%;max-height:80%;object-fit:contain;filter:none}.project-card h3{font-size:1.8rem;margin-bottom:.35rem;flex:1}.project-card__summary{color:var(--text);line-height:1.7}.project-card ul{list-style:disc;padding-left:1.25rem;line-height:1.6;color:var(--text)}.project-card ul li+li{margin-top:.65rem}.prospective{display:grid;gap:1.25rem;position:relative;z-index:10}.prospective-card{background:var(--bg-elevated);border-radius:28px;padding:2rem;border:1px solid var(--card-border);box-shadow:var(--shadow);position:relative;z-index:15;pointer-events:auto}.prospective-card h3{font-size:1.4rem;margin-bottom:.75rem}.prospective-card p{color:var(--text);line-height:1.7}.footer{padding:2.5rem 1.5rem;background:#0b0b12;color:#ffffffbf;display:flex;flex-direction:column;gap:.5rem;text-align:center}@media (min-width: 768px){.team-grid,.prospective,.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.hero-shell__nav{width:calc(100% - 1.5rem);top:.75rem;top:calc(env(safe-area-inset-top,0px) + .5rem);padding:.8rem 1rem}.hero-shell__links{top:calc(100% + .5rem);right:0;left:auto;transform-origin:top right}.hero__actions{flex-direction:column;width:100%}.pill{text-align:center}}@media (max-width: 900px){.hero-shell__menu-button{display:flex}.hero-shell__links{position:absolute;top:60px;right:1rem;background:#050812eb;border-radius:18px;border:1px solid rgba(255,255,255,.15);padding:1rem 1.25rem;transform:scale(.9);transform-origin:top right;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 30px 80px #04060f59}.hero-shell__links ul{flex-direction:column;gap:.75rem}.hero-shell__links.is-open{opacity:1;transform:scale(1);pointer-events:auto}}.pubs{display:grid;gap:1.5rem}.pubs__year{background:var(--bg-elevated);border-radius:28px;padding:2rem;border:1px solid var(--card-border);transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;opacity:0;transform:translateY(30px);box-shadow:var(--shadow)}.pubs__year header{display:flex;justify-content:space-between;align-items:baseline;font-weight:600;margin-bottom:1.5rem}.pubs__year span{color:var(--muted);font-size:.9rem}.pubs__year ul{list-style:none;display:flex;flex-direction:column;gap:1rem;color:var(--text);line-height:1.6}.pubs__year a{color:var(--link-color);text-decoration:none;word-break:break-word}.pubs__year a:hover,.pubs__year a:focus-visible{text-decoration:underline}.pubs.is-visible .pubs__year{opacity:1;transform:translateY(0)}.pubs.is-visible .pubs__year:nth-child(2){transition-delay:70ms}.pubs.is-visible .pubs__year:nth-child(3){transition-delay:.11s}.pubs.is-visible .pubs__year:nth-child(4){transition-delay:.15s}.pubs.is-visible .pubs__year:nth-child(5){transition-delay:.19s}.pubs.is-visible .pubs__year:nth-child(6){transition-delay:.23s}.pubs.is-visible .pubs__year:nth-child(7){transition-delay:.27s}.pubs__year--open{transform:translateY(-4px);box-shadow:var(--shadow)}.pubs__year:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (min-width: 900px){.pubs{grid-template-columns:repeat(2,minmax(0,1fr))}}.section{padding:6rem 1rem;scroll-margin-top:clamp(6.5rem,9vw,8.5rem)}.section--with-visual{padding-top:0}.section__inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.section__visual{position:relative;margin-bottom:clamp(3rem,8vh,5rem);pointer-events:none;border-radius:8px;overflow:hidden}.section__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#00000080);opacity:calc(.18 + (1 - var(--section-visual-lightness, 1)) * .4);transition:opacity .32s cubic-bezier(.22,1,.36,1)}.section__visual-image{position:relative;width:100%;height:clamp(18rem,54vh,30rem);background-size:cover;background-position:center;transform:translate3d(0,var(--section-visual-translate, 0px),0) scale(var(--section-visual-scale, 1.02));filter:saturate(1.1) blur(var(--section-visual-blur, 0px)) brightness(var(--section-visual-lightness, 1));transition:filter .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);will-change:transform,filter;box-shadow:0 60px 140px #05071059;pointer-events:none}.section__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--muted);font-size:.75rem;margin-bottom:1rem;position:relative;z-index:5}.section__heading{position:relative;z-index:5}.section__heading h2{font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.04em;background:var(--section-heading-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;position:relative;z-index:5}.section__kicker{max-width:640px;margin-top:1rem;color:var(--muted);line-height:1.6}.section__kicker a{color:var(--link-color);text-decoration:none;font-weight:600}.section__kicker a:hover,.section__kicker a:focus-visible{text-decoration:underline}.section__content{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:5;pointer-events:auto}@media (max-width: 900px){.section__visual-image{height:clamp(16rem,50vh,26rem)}}@media (max-width: 600px){.section__visual-image{height:clamp(14rem,44vh,22rem)}}.team-card{background:var(--bg-elevated);border-radius:32px;padding:0 0 2rem;border:1px solid var(--card-border);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem}.team-card--member{padding-bottom:1.75rem}.team-card__overview{display:flex;flex-direction:column;gap:0}.team-card--member .team-card__overview{flex-direction:row;align-items:flex-start;gap:1.5rem;padding:1.5rem 2rem 0}.team-card__eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;color:var(--muted)}.team-card h3{font-size:1.5rem;font-weight:600}.team-card__role{font-size:.95rem;color:var(--muted)}.team-card p{line-height:1.7;color:var(--text)}.team-card__meta{display:flex;flex-direction:column;gap:.45rem;align-items:flex-start;text-align:left;padding:1.75rem 2rem 0}.team-card--member .team-card__meta{padding:0}.team-card__photo{width:100%;border-radius:32px 32px 0 0;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff6,#ffffff1a);box-shadow:0 25px 60px #04081940;border:none;padding:0;cursor:default;align-self:stretch;display:block;max-height:320px}.team-card--member .team-card__photo,.team-card--member .team-card__photo--landscape,.team-card--member .team-card__photo--portrait{width:128px;height:128px;max-width:128px;max-height:none;aspect-ratio:1 / 1;border-radius:20px;align-self:flex-start;box-shadow:0 16px 36px #04081938;flex-shrink:0}.team-card--member .team-card__photo img{width:100%;height:100%;object-fit:cover}.team-card__photo--landscape{width:100%;align-self:stretch;aspect-ratio:16 / 9}.team-card__photo--portrait{width:min(320px,100%);max-width:100%;max-height:none;aspect-ratio:1 / 1;border-radius:28px;align-self:center;box-shadow:0 22px 50px #04081940}.team-card__photo:focus-visible{outline:3px solid rgba(10,102,255,.65);outline-offset:-6px;box-shadow:0 0 0 3px #060c1c59}.team-card__photo:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:linear-gradient(135deg,#ffffff73,#8a8fe54d);transform:rotate(25deg);mix-blend-mode:screen}.team-card__photo img{width:100%;height:auto;object-fit:cover;position:relative;border-radius:inherit}.team-card__photo--landscape img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.team-card__photo--portrait img{height:100%}.team-card__bio{padding:1.5rem 2rem 0;display:flex;flex-direction:column;gap:1rem}.team-card__photo-preview{position:fixed;top:0;right:0;bottom:0;left:0;background:#040819b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;place-items:center;z-index:999;padding:2rem;animation:team-card-fade-in .3s ease forwards;border-radius:24px;overflow:hidden}.team-card__photo-preview-frame{position:relative;background:linear-gradient(135deg,#ffffff2e,#a0acff24);border-radius:36px;padding:1.5rem 1.5rem 2rem;box-shadow:0 40px 80px #00000059;max-width:min(90vw,480px);text-align:center;display:grid;gap:1rem;border:1px solid rgba(255,255,255,.08)}.team-card__photo-preview-image{position:relative;border-radius:30px;padding:.9rem;background:linear-gradient(135deg,#fff9,#6074ff40);box-shadow:inset 0 0 0 1px #ffffff29;overflow:hidden}.team-card__photo-preview-image span{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#fff3,#12172d66);mix-blend-mode:screen;pointer-events:none}.team-card__photo-preview-image img{width:100%;max-height:420px;object-fit:cover;border-radius:22px;position:relative}.team-card__photo-preview-frame p{color:var(--text);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.team-card__photo-preview-close{position:absolute;top:.75rem;right:.75rem;background:#0006;border:none;color:#fff;width:2rem;height:2rem;border-radius:999px;font-size:1.25rem;line-height:1;cursor:pointer;transition:background .2s ease}.team-card__photo-preview-close:hover,.team-card__photo-preview-close:focus-visible{background:#0009;outline:none}@keyframes team-card-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width: 640px){.team-card__photo{max-height:240px}.team-card__photo--landscape{border-radius:28px 28px 0 0;max-height:240px;aspect-ratio:16 / 10}.team-card__photo--portrait{width:min(260px,100%);margin-top:1.25rem;border-radius:24px}.team-card__meta{padding:1.5rem 1.5rem 0}.team-card--member .team-card__overview{flex-direction:row;align-items:center;gap:1rem;padding:1.25rem 1.5rem 0}.team-card--member .team-card__photo,.team-card--member .team-card__photo--landscape,.team-card--member .team-card__photo--portrait{width:86px;height:86px;max-width:86px;border-radius:18px;flex-shrink:0}.team-card--member .team-card__meta{padding:0;flex:1 1 auto}.team-card__bio{padding:1.25rem 1.5rem 0}.team-card__photo-preview{padding:1.25rem;border-radius:18px}.team-card__photo-preview-frame{padding:1.25rem 1.25rem 1.75rem;border-radius:28px}.team-card__photo-preview-image{border-radius:24px;padding:.75rem}.team-card__photo-preview-image img{border-radius:20px}}.theme-toggle{position:fixed;bottom:1.5rem;right:1.5rem;border:1px solid rgba(0,0,0,.08);background:#fffffff2;color:#05060a;padding:.8rem 1.2rem;border-radius:999px;display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 20px 50px #04060a26;z-index:20}:root.theme-dark .theme-toggle{border-color:#ffffff26;background:#060a14bf;color:#fff;box-shadow:0 20px 50px #02040a73}.theme-toggle__icon{font-size:1.2rem}.theme-toggle__label{text-transform:capitalize}@media (max-width: 640px){.theme-toggle{bottom:1rem;right:1rem;padding:.6rem 1rem}.theme-toggle__label{display:none}}:root{color-scheme:light;--bg: #dff7e7;--bg-elevated: rgba(255, 255, 255, .9);--text: #0a2214;--muted: #3f6b4e;--accent: #008f4f;--link-color: #007342;--link-color-hover: #005a34;--card-border: rgba(10, 51, 24, .12);--shadow: 0 30px 90px rgba(13, 62, 32, .16);--hero-bg-image: url(/images/sbu_cherry.jpeg) center/cover no-repeat;--hero-blur: 0px;--hero-scale: 1;--hero-text-offset: 0px;--section-heading-gradient: linear-gradient(120deg, #0f5132, #0b7a4b, #0f5132);font-family:SF Pro Display,SF Pro Text,Inter,Helvetica Neue,sans-serif}:root.theme-dark{color-scheme:dark;--bg: #041a13;--bg-elevated: #0c2d1f;--text: #eef2ff;--muted: #9ca3b5;--accent: #4dabff;--link-color: #7fb3ff;--link-color-hover: #a8ccff;--card-border: rgba(255, 255, 255, .08);--shadow: 0 35px 90px rgba(3, 6, 18, .9);--hero-bg-image: url(/images/sbu_cherry.jpeg) center/cover no-repeat;--hero-blur: 0px;--hero-scale: 1;--hero-text-offset: 0px;--section-heading-gradient: linear-gradient(120deg, #4fd1ff, #7f5dff, #ff7cc1)}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:var(--bg);color:var(--text);font-family:inherit;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}a{color:var(--link-color);transition:color .18s ease}a:hover,a:focus-visible{color:var(--link-color-hover)}img{max-width:100%;display:block}#root{min-height:100vh}.reveal{opacity:1;transform:none;filter:none}.reveal.reveal-ready{opacity:0;transform:translate3d(0,70px,0) scale(.94);filter:blur(10px);transition:opacity .42s cubic-bezier(.25,.9,.3,1),transform .9s cubic-bezier(.16,1,.3,1),filter .72s cubic-bezier(.25,.9,.3,1);will-change:opacity,transform,filter}.reveal.reveal--tall.reveal-ready{transform:translate3d(0,45px,0) scale(.98);filter:blur(6px);transition-duration:.54s,.72s,.56s}.reveal.reveal-ready.is-visible{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}@media (prefers-reduced-motion: reduce){.reveal,.reveal.reveal-ready,.reveal.reveal-ready.is-visible{opacity:1;transform:none;filter:none;transition:none}}
