@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=DM+Sans:wght@300;400;500;600;700&display=swap";:root{--navy:#09143a;--navy-light:#142858;--teal:#1db7a6;--gold:#ffc824;--sky:#a0e1ff;--white:#fff;--text:#222;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", sans-serif;--nav-height:64px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--navy);color:var(--text);font-family:var(--font-body);margin:0;line-height:1.6;overflow-x:hidden}button,input,textarea{font:inherit}img{max-width:100%}a{color:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:20000;color:var(--navy);background:#fff;padding:.6rem 1rem;position:fixed;top:-100px;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:10000;height:var(--nav-height);position:fixed;inset:0 0 auto}.navbar{height:var(--nav-height);backdrop-filter:blur(10px);background:#09143ab8;align-items:center;gap:.8rem;padding:0 1.1rem 0 .65rem;display:flex;box-shadow:0 2px 8px #00000040}.brand{flex:0 0 158px;align-self:stretch;width:158px;position:relative;overflow:hidden}.brand-disc{background:#fff;border-radius:50%;place-items:center;width:158px;height:158px;display:grid;position:absolute;top:50%;left:0;transform:translateY(-50%)}.brand img{object-fit:contain;width:136px;height:136px}.nav-search{color:#fff;background:#ffffff1f;border:1px solid #fff6;border-radius:6px;flex:0 205px;align-items:center;gap:.35rem;width:205px;height:36px;padding:0 .55rem;display:flex;position:relative}.nav-search input{color:#fff;background:0 0;border:0;outline:0;width:100%;min-width:0}.nav-search input::placeholder{color:#ffffffb3}.nav-search:focus-within{border-color:var(--teal)}.search-results{background:#09143af5;border-radius:7px;width:100%;padding:.35rem;position:absolute;top:42px;left:0;box-shadow:0 8px 24px #0000004d}.search-results a{color:#fff;border-radius:4px;padding:.5rem .6rem;font-size:.85rem;text-decoration:none;display:block}.search-results a:hover{color:var(--teal);background:#1db7a640}.desktop-links{white-space:nowrap;align-items:center;height:100%;margin-left:auto;display:flex}.nav-link{color:#fff;cursor:pointer;background:0 0;border:0;padding:.5rem clamp(.45rem,.8vw,.8rem);font-size:clamp(.78rem,1vw,.91rem);font-weight:500;text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--teal)}.research-menu{align-items:center;height:100%;display:flex;position:relative}.research-dropdown{background:#09143aeb;border-radius:8px;min-width:185px;padding:.4rem;display:none;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 24px #00000059}.research-menu.open .research-dropdown,.research-menu:focus-within .research-dropdown{display:block}.research-dropdown a{color:#fff;border-radius:4px;padding:.55rem .7rem;font-size:.86rem;text-decoration:none;display:block}.research-dropdown a:hover{color:var(--teal);background:#1db7a633}.contact-link{color:#fff;white-space:nowrap;border:2px solid #fff;border-radius:6px;flex:none;padding:.3rem .8rem;font-size:.85rem;font-weight:500;text-decoration:none}.contact-link:hover{background:var(--teal);border-color:var(--teal)}.menu-toggle{cursor:pointer;background:0 0;border:0;flex:0 0 46px;width:46px;height:42px;padding:9px;display:none}.menu-toggle span{background:#fff;height:2px;margin:5px 0;display:block}.mobile-menu{top:calc(var(--nav-height) + 8px);background:#09143af2;border-radius:10px;width:min(280px,100vw - 1.5rem);max-height:calc(100vh - 88px);padding:.65rem;position:absolute;right:.75rem;overflow-y:auto;box-shadow:0 8px 22px #0000004d}.mobile-menu a,.mobile-label{color:#fff;border-radius:5px;padding:.55rem .7rem;font-size:.9rem;text-decoration:none;display:block}.mobile-menu a:hover{color:var(--teal);background:#1db7a626}.mobile-menu .sub-link{color:#ffffffd1;padding-left:1.45rem}.mobile-label{color:var(--teal);letter-spacing:.1em;text-transform:uppercase;padding-bottom:.2rem;font-size:.72rem}.hero-section{justify-content:center;align-items:center;height:365px;display:flex;position:relative;overflow:hidden}.hero-section.hero-short{height:280px}.hero-video,.hero-overlay{width:100%;height:100%;position:absolute;inset:0}.hero-video{object-fit:cover}.hero-overlay{background:linear-gradient(135deg,#09143a8c,#09143a40 60%,#1db7a626)}.hero-text{z-index:1;width:90%;padding-top:var(--nav-height);text-align:center;color:#fff;position:relative}.hero-text h1{letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 16px #09143a80;margin:0;font-size:36px;font-weight:700;line-height:1.1}.hero-text p{text-shadow:0 1px 8px #09143a80;margin:1rem 0 0;font-size:1.35rem;font-weight:500}.intro-section{text-align:center;background:#fff;padding-bottom:1.4rem}.intro-image{height:320px;position:relative;overflow:hidden}.intro-image img{object-fit:cover;object-position:center top;width:100%;height:100%}.intro-image-mask{background:#09143a6b;position:absolute;inset:0}.intro-text{max-width:640px;margin:1.25rem auto 0;padding:0 1.5rem;font-size:.92rem;line-height:1.45}.updates-section{background:var(--navy-light);color:#fff;padding:1.75rem 4vw 2rem}.updates-split{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2rem;max-width:1200px;margin:auto;display:grid}.section-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.3rem;display:flex}.section-header h2{margin:0;font-size:1.35rem}.section-header a{color:var(--teal);font-size:.85rem;text-decoration:none}.home-news-grid{gap:.7rem;display:grid}.news-card-link{height:100%;text-decoration:none;transition:transform .15s;display:block}.news-card-link:hover{transform:translateY(-3px)}.news-card{height:100%;color:var(--text);background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #09143a1f}.news-card-img{object-fit:cover;object-position:center top;width:100%;height:200px}.news-card-img--logo{object-fit:contain;background:#f7f7f7;padding:1.25rem}.news-card-body{flex-direction:column;flex:1;gap:.35rem;padding:1rem 1.15rem 1.15rem;display:flex}.news-card-category{color:var(--teal);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:600}.news-card h3{color:var(--navy);margin:0;font-size:1.05rem;line-height:1.3}.news-card p{color:#555;margin:0;font-size:.82rem;line-height:1.55}.news-date{color:#888;margin-top:auto;padding-top:.25rem;font-size:.72rem}.compact .news-card{grid-template-columns:90px 1fr;padding:8px;display:grid}.compact .news-card-img{border-radius:12px;align-self:center;width:90px;height:120px}.compact .news-card-body{padding:.25rem .5rem}.compact .news-card h3{font-size:.96rem}.compact .news-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.updates-social{overflow:hidden}.social-embed{background:#ffffff0f;border-radius:12px;height:100%;min-height:350px;padding:.5rem;overflow:hidden}.social-embed>a{color:#fff}.contact-section{background:#e9eef6;padding:2rem 4vw}.contact-inner{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:stretch;gap:1.5rem;max-width:1120px;margin:auto;display:grid}.contact-form-col{background:#fff;border:1px solid #dbe2ed;border-radius:14px;padding:1.5rem;box-shadow:0 10px 30px #09143a14}.contact-title{color:var(--navy);border-bottom:2px solid #dce4ef;margin:0 0 1rem;padding-bottom:.55rem;font-size:1.65rem}.contact-form{flex-direction:column;gap:.65rem;display:flex}.form-input,.form-textarea{color:#263247;resize:none;background:#f8fafc;border:1px solid #ccd5e2;border-radius:8px;outline:none;width:100%;padding:.75rem .9rem;font-size:.9rem}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#53678f;box-shadow:0 0 0 3px #09143a1a}.form-submit{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:8px;width:100%;margin-top:.3rem;padding:.75rem 2rem}.form-submit:hover{background:#203568}.contact-map-col{border:6px solid #fff;border-radius:14px;min-height:390px;overflow:hidden;box-shadow:0 10px 30px #09143a1a}.site-footer{background:var(--navy);color:#ffffffbf;justify-content:center;align-items:center;gap:1rem;min-height:32px;padding:.4rem 4vw;font-size:.72rem;display:flex}.site-footer a{color:var(--teal);text-decoration:none}.content-section{background:#fff;min-height:50vh;padding:3rem 0 4rem}.narrow{max-width:860px;margin:auto;padding:0 2rem}.narrow hr{border:0;border-top:1px solid #ddd;margin:0 0 2.5rem}.small-heading{margin:0 0 .6rem;font-size:1.15rem}.page-heading{margin:0 0 2rem;font-size:2rem;font-weight:700}.field-row{grid-template-columns:200px 1fr;align-items:start;gap:2rem;margin-bottom:2.5rem;display:grid}.field-row img{object-fit:cover;border-radius:6px;width:200px;height:140px}.field-row h3,.list-item h3{margin:0 0 .55rem;font-size:1.02rem;line-height:1.35}.field-row p,.list-item p{color:#444;margin:0;font-size:.9rem;line-height:1.65}.list-item{border-bottom:1px solid #eee;padding:1rem 0}.list-item .item-meta{color:#666;margin-bottom:.25rem;font-size:.82rem}.doi{color:#888!important;margin-top:.2rem!important;font-size:.8rem!important}.doi a{color:var(--teal);text-decoration:none}.pagination{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:2rem;display:flex}.page-button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;width:34px;height:34px}.page-button:hover{border-color:var(--teal);color:var(--teal)}.page-button.active{border-color:var(--teal);background:var(--teal);color:#fff;font-weight:600}.pi-block{grid-template-columns:220px 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.pi-block>img{aspect-ratio:3/4;object-fit:cover;object-position:top;border-radius:8px;width:220px}.pi-block h2{margin:0;font-size:1.6rem}.pi-block p{color:#444;font-size:.9rem;line-height:1.75}.pi-block .pi-role{color:#888;margin:.1rem 0 1rem;font-style:italic}.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem;margin-bottom:2.5rem;display:grid}.team-card img{aspect-ratio:1;object-fit:cover;background:#0f1b45;border-radius:8px;width:100%}.team-card h3{margin:.6rem 0 .3rem;font-size:.92rem}.team-card p{color:#555;margin:0;font-size:.82rem;line-height:1.55}.news-listing-section{min-height:100vh;padding:calc(var(--nav-height) + 2.5rem) 0 4rem;background:#fff}.news-listing{max-width:900px;margin:auto;padding:0 2rem}.news-listing>h1{border-bottom:2px solid var(--navy);color:var(--navy);margin:0 0 1rem;padding-bottom:.75rem;font-size:1.5rem}.news-feed-link{color:inherit;text-decoration:none;display:block}.news-feed-item{border-bottom:1px solid #d8d8d8;grid-template-columns:200px 1fr;gap:2rem;padding:2rem 0;display:grid}.news-feed-image{width:200px;height:130px;overflow:hidden}.news-feed-image img{object-fit:cover;width:100%;height:100%}.news-feed-image img.logo{object-fit:contain;background:#f5f5f5;padding:.75rem}.news-feed-category,.news-feed-byline{color:#888;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:500}.news-feed-item h2{color:var(--navy);border-bottom:1px solid #e0e0e0;margin:.45rem 0 .65rem;padding-bottom:.5rem;font-size:1.45rem;line-height:1.25;transition:color .15s}.news-feed-link:hover h2{color:var(--teal)}.article-hero{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.article-hero--logo{background-color:#0a1a45;background-repeat:no-repeat;background-size:contain}.article-hero-overlay{background:linear-gradient(#09143ab8,#09143ad9 55%,#09143af2);position:absolute;inset:0}.article-hero-content{z-index:1;max-width:720px;padding:calc(var(--nav-height) + 2rem) 2rem 2.5rem;text-align:center;color:#fff;flex-direction:column;align-items:center;gap:.65rem;display:flex;position:relative}.article-back{color:#ffffffbf;align-self:flex-start;font-size:.8rem;text-decoration:none}.article-category{color:#ffffffbf;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:600}.article-hero h1{margin:.25rem 0 0;font-size:clamp(1.6rem,3.5vw,2.4rem);line-height:1.2}.article-hero-content>p{color:#ffffffe0;max-width:560px;margin:0;font-size:1.05rem}.article-author{color:var(--navy);letter-spacing:.1em;text-transform:uppercase;background:#fff;margin-top:.5rem;padding:.35rem .75rem;font-size:.72rem;font-weight:700}.article-hero time{color:#ffffffa6;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:600}.article-body{background:#fff;max-width:none;margin:0;padding:2.5rem max(2rem,50vw - 340px) 4rem}.article-body p{color:#333;margin:0 0 1.25rem;font-size:1.05rem;line-height:1.8}@media (width<=1320px){.desktop-links{display:none}.contact-link{margin-left:auto}.menu-toggle{display:block}}@media (width<=700px){.brand{flex-basis:126px;width:126px}.brand-disc{width:126px;height:126px}.brand img{width:110px;height:110px}.nav-search{flex-basis:min(150px,24vw);width:min(150px,24vw)}.contact-link{padding:.25rem .5rem;font-size:.76rem}.navbar{gap:.45rem;padding-right:.45rem}.updates-split,.contact-inner,.field-row,.pi-block,.news-feed-item{grid-template-columns:1fr}.field-row img,.news-feed-image{width:100%;height:180px}.pi-block>img{aspect-ratio:1;width:160px}.team-grid{grid-template-columns:repeat(2,1fr)}.hero-text p{font-size:1.05rem}}@media (width<=500px){.navbar{gap:.3rem}.brand{flex-basis:106px;width:106px}.brand-disc{width:106px;height:106px}.brand img{width:92px;height:92px}.nav-search{flex-basis:34px;width:34px;padding:0 .45rem}.nav-search input{opacity:0;width:0}.nav-search:focus-within{z-index:2;background:#09143afa;width:calc(100vw - 250px);position:absolute;left:108px}.nav-search:focus-within input{opacity:1;width:100%}.menu-toggle{flex-basis:40px;width:40px;padding:8px}.contact-link{margin-left:auto}.hero-section{height:300px}.hero-section.hero-short{height:240px}.hero-text h1{font-size:30px}.intro-image{height:240px}.compact .news-card{grid-template-columns:75px 1fr}.compact .news-card-img{width:75px;height:100px}.team-grid{grid-template-columns:1fr}.narrow,.news-listing{padding:0 1.2rem}.article-body{padding-inline:1.2rem}}
