@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Jost:wght@300;400;500&display=swap";:root{--text: #6b6375;--text-h: #08060d;--bg: #fff;--border: #e5e4e7;--code-bg: #f4f3ec;--accent: #aa3bff;--accent-bg: rgba(170, 59, 255, .1);--accent-border: rgba(170, 59, 255, .5);--social-bg: rgba(244, 243, 236, .5);--shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;--sans: system-ui, "Segoe UI", Roboto, sans-serif;--heading: system-ui, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 1024px){:root{font-size:16px}}@media (prefers-color-scheme: dark){:root{--text: #9ca3af;--text-h: #f3f4f6;--bg: #16171d;--border: #2e303a;--code-bg: #1f2028;--accent: #c084fc;--accent-bg: rgba(192, 132, 252, .15);--accent-border: rgba(192, 132, 252, .5);--social-bg: rgba(47, 48, 58, .5);--shadow: rgba(0, 0, 0, .4) 0 10px 15px -3px, rgba(0, 0, 0, .25) 0 4px 6px -2px}#social .button-icon{filter:invert(1) brightness(2)}}body{margin:0}#root{width:1126px;max-width:100%;margin:0 auto;text-align:center;border-inline:1px solid var(--border);min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}@media (max-width: 1024px){h1{font-size:36px;margin:20px 0}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}@media (max-width: 1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #EEE9E0;--surface: #EEE9E0;--surface-warm: rgba(218, 210, 195, .2);--teal: #2a9d8f;--teal-light: rgba(42, 157, 143, .4);--teal-dim: #1f7268;--orange: #e36c44;--orange-light: #fff1e6;--orange-dim: #C7522B;--text: #1a1a18;--muted: #7a7870;--border: #e8e6e0;--border-warm: #f0ebe3;--font-body: 1.25rem;--headerFont: 1.75rem;--titleFont: 6rem}body{background-color:var(--surface-warm);color:var(--text);font-family:Jost,sans-serif;min-height:100vh}.navbar{position:fixed;left:0;width:100%;top:40%;font-size:var(--headerFont);z-index:1000;display:flex;flex-direction:row;padding:.5rem}.navbar-background{position:fixed;width:100%;left:0;top:0;height:6px;align-self:left;background:linear-gradient(to right,var(--teal),var(--orange));animation:fadeUp .8s .25s ease both}.logo-img{height:25rem;width:auto;left:10rem;top:0rem;position:fixed}.nav-brand{position:fixed;left:0;top:0;display:flex;flex-direction:column;gap:.1rem;padding:.75rem 1rem;transition:transform .3s ease,opacity .3s ease;transform-origin:top left}.nav-brand--scrolled{transform:scale(.65);opacity:.85}.nav-logo{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:600;font-size:var(--titleFont);color:var(--orange);line-height:1;animation:fadeUp .8s .15s ease both}.nav-logo-sub{font-family:Jost,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.3em;text-align:left;text-transform:uppercase;color:var(--muted)}.nav-inner{position:fixed;right:0;top:0;display:flex;flex-direction:column;gap:2rem;padding:.75rem 1rem;align-items:flex-end;transition:transform .3s ease,opacity .3s ease;transform-origin:top right}.nav-inner--scrolled{transform:scale(.65);opacity:.85}.nav-links{position:fixed;right:0;top:0;display:flex;flex-direction:column;gap:2rem;padding:.75rem 1rem;font-size:var(--headerFont);align-items:flex-end;transition:transform .3s ease,opacity .3s ease;transform-origin:top right}.nav-links--scrolled{transform:scale(.65);opacity:.85}.nav-links a{text-align:right;position:relative;color:var(--teal);text-decoration:none;padding:.25rem;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--orange);transition:width .3s ease}.nav-links a:hover{color:var(--orange)}.nav-links a:hover:after{width:100%}.nav-links a.active{color:var(--orange)}.nav-links a.active:after{background:var(--orange);width:100%}.page{min-height:100vh;width:auto;padding:2rem;flex-direction:column;align-items:center}.home-hero{width:100%;min-height:600px;overflow:hidden;display:flex;flex-direction:column}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,7vw,9rem);font-weight:600;line-height:.9;text-align:center;width:100%;margin-bottom:3rem;animation:fadeUp .8s .15s ease both;font-style:italic;color:var(--orange)}.divider{width:800px;height:1.5px;align-self:center;margin-bottom:3rem;background:linear-gradient(to right,var(--teal),var(--orange));animation:fadeUp .8s .25s ease both}.hero-sub{max-width:700px;font-size:1.25rem;font-weight:400;line-height:1.85;color:var(--muted);text-align:left;align-self:center;margin-bottom:5rem;animation:fadeUp .8s .3s ease both}.hero-btn{display:inline-block;padding:.85rem 2.5rem;border:1px solid var(--teal);color:var(--teal);background:transparent;font-family:Jost,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.25em;align-items:center;text-decoration:none;text-transform:uppercase;width:40%;cursor:pointer;transition:background .3s,color .3s,border-color .3s;animation:fadeUp .8s .45s ease both}.hero-btn:hover{background:var(--teal);color:var(--bg);border-color:var(--teal)}.about-page{width:60%}.about-page-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.about-label{font-size:.68rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}.about-page-header h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.05;color:var(--text)}.about-page-header p{margin-top:1rem;max-width:560px;font-size:.95rem;font-weight:300;line-height:1.8;color:var(--muted)}.home-team{width:95%;padding:5rem 4rem 5rem 1rem;display:flex;flex-direction:column}.team-grid{display:flex;flex-direction:column;gap:0}.team-row{display:flex;flex-direction:row;align-items:stretch;border-bottom:1px solid var(--border);position:relative;transition:background .3s;overflow:hidden}.team-row:first-child{border-top:1px solid var(--border)}.team-row:hover{background:var(--surface-warm)}.team-row--left:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--teal);opacity:0;transition:opacity .3s}.team-row--right:before{content:"";position:absolute;right:0;top:0;bottom:0;width:2px;background:var(--orange);opacity:0;transition:opacity .3s}.team-row:hover:before{opacity:1}.team-row--left{flex-direction:row;text-align:left}.team-row--right{flex-direction:row-reverse;text-align:left}.team-img{height:400px;padding:2rem;align-self:center;opacity:.9;box-shadow:inset 0 0 0 1px var(--border);flex-shrink:0;object-fit:cover;object-position:top;display:block}.team-text{display:flex;flex-direction:column;justify-content:center;padding:2.5rem 3rem;flex:1}.team-name{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;color:var(--teal);margin-bottom:.2rem;line-height:1}.team-row--right .team-name{color:var(--orange)}.team-role{margin-top:1rem;margin-bottom:1rem;font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.team-bio{font-size:var(--font-body);line-height:1.8;color:var(--muted);max-width:500px}.emeritus-section{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--border)}.emeritus-section .about-label{margin-bottom:.75rem}.emeritus-section h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.5rem);font-style:italic;font-weight:600;color:var(--teal);margin-bottom:1rem;line-height:.95}.emeritus-section .divider{width:100%;height:1.5px;margin-bottom:2.5rem;background:linear-gradient(to right,var(--teal),var(--orange))}.emeritus-section .emeritus-intro{font-size:var(--font-body);font-weight:400;line-height:1.85;color:var(--muted);max-width:600px;margin-bottom:3rem;display:flex;width:600px;text-align:left;margin-left:auto;margin-right:auto;align-self:center}.emeritus-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:5px}.emeritus-item{background:var(--bg);padding:1.75rem 2rem;transition:background .25s;border:#1a1a18 solid 1px;position:relative}.emeritus-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--teal);opacity:0;transition:opacity .3s}.emeritus-item:nth-child(2n):before{background:var(--orange)}.emeritus-item:hover{background:var(--surface-warm)}.emeritus-item:hover:before{opacity:1}.emeritus-name{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:400;color:var(--text);margin-bottom:.35rem}.emeritus-info{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.content-layout{max-width:1100px;margin:0 auto;padding:6rem 2rem}.content-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.content-header-left .about-label{margin-bottom:.75rem}.content-header h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.05;color:var(--text)}.content-count{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1px;background:var(--border)}.content-card{position:relative;background:var(--surface);padding:2.5rem;cursor:pointer;transition:background .3s}.content-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:var(--teal);transition:height .3s ease}.content-card:nth-child(2n):before{background:var(--orange)}.content-card:hover{background:var(--surface-warm)}.content-card:hover:before{height:100%}.card-tag{font-size:.62rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem}.content-card:nth-child(2n) .card-tag{color:var(--orange)}.card-title{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:500;line-height:1.3;flex-direction:flex-end;color:var(--text);margin-bottom:.75rem}.card-desc{font-size:.85rem;font-weight:300;line-height:1.8;color:var(--muted)}.card-footer{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border-warm);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.footer{margin-top:3rem;width:100vw;align-self:center;background-color:var(--surface)}.footer-divider{width:100%;height:1.5px;background:linear-gradient(to right,var(--teal),var(--orange))}.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem;padding:3rem 4rem}.footer-brand{display:flex;flex-direction:column;gap:.25rem}.footer-title{font-family:Cormorant Garamond,serif;font-size:2rem;font-style:italic;font-weight:600;color:var(--orange);line-height:1}.footer-sub{font-size:.65rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--muted)}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{position:relative;color:var(--teal);font-size:.85rem;font-weight:400;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;transition:color .2s;width:fit-content}.footer-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1.5px;background:var(--orange);transition:width .3s ease}.footer-links a:hover{color:var(--orange)}.footer-links a:hover:after{width:100%}.footer-credit{display:flex;flex-direction:column;gap:.4rem;text-align:right}.footer-credit span{font-size:.85rem;color:var(--muted);font-weight:300;font-style:italic;font-family:Cormorant Garamond,serif}.footer-copy{font-family:Jost,sans-serif!important;font-size:.62rem!important;font-style:normal!important;letter-spacing:.15em;text-transform:uppercase}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-20px)}}@media (max-width: 768px){.team-row,.team-row--left,.team-row--right{flex-direction:column!important;text-align:left}.team-text{padding:1.5rem}.team-bio{max-width:100%}.divider{width:100%}.hero-title{font-size:clamp(2.5rem,10vw,4rem)}.hero-sub{max-width:100%}.team-img{height:auto;max-height:350px;width:auto;max-width:100%;padding:1rem 1rem 0;object-fit:unset;align-self:center}.team-row:nth-child(1) .team-img{object-position:center 30%}}
