@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Lora:wght@400;500&display=swap";*{box-sizing:border-box}:root{height:100vh;width:100vw;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#242424;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Lora,serif;margin:0;min-width:320px;min-height:100vh}#root{height:100vh;width:100vw;overflow:auto;display:flex;flex-direction:column}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}a{font-weight:500;color:#23343d;text-decoration:inherit}a:hover{color:#708791;text-decoration:underline}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#708791}button{background-color:#f9f9f9}}h1{font-size:x-large}h2{font-size:large}h3{font-size:medium}@media (min-width: 1025px){h1{font-size:xx-large}h2{font-size:x-large}h3{font-size:large}}.page-header{background-color:#1a2744;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:24px 24px;min-height:140px;padding:2vw 3vw;display:flex;justify-content:center}.page-header-content{max-width:1280px;flex:1;display:flex;justify-content:space-between;align-items:center}.page-header-title{margin:0;font-family:Playfair Display,serif;font-weight:700;color:#e0e0e0}.page-content{flex:1;padding:3vw 6vw;display:flex;justify-content:center}.nav-bar{display:flex;gap:2rem;align-items:center}.nav-bar a{color:#ffffffde;font-size:large;font-weight:600;text-decoration:none}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;text-shadow:0 0 5px #000;z-index:100}@media (max-width: 768px){.menu-toggle{display:block}.nav-bar{display:none;flex-direction:column;position:absolute;top:140px;left:0;width:100%;background:#000000e6;padding:2rem 0;gap:1.5rem}.nav-bar.open{display:flex}}.site-footer{display:flex;justify-content:center;padding:3rem 6vw;background-color:#e5e5e5;gap:2rem}.footer-content{width:100%;max-width:1080px;display:flex;justify-content:space-between;gap:2rem}.footer-column h3{margin:0 0 .75rem;font-family:Playfair Display,serif;font-size:1.25rem;color:#1a2744}.footer-contact p{margin:.25rem 0;color:#333}.footer-links{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.site-footer a{color:#1a2744;text-decoration:underline;font-weight:500}.site-footer a:hover{opacity:.7}@media (max-width: 768px){.site-footer{flex-direction:column;text-align:left}.footer-links{align-items:flex-start}}.home-page-content{max-width:1280px;width:100%;display:grid;gap:2rem;grid-template-columns:1fr;grid-template-rows:auto auto}@media (min-width: 1025px){.home-page-content{grid-template-columns:minmax(200px,min(350px,40%)) 1fr;grid-template-rows:auto}}.image-content img{width:80%;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a;object-fit:contain;display:block;margin:0 auto}.text-content{line-height:1.6;display:flex;flex-direction:column;gap:1rem}.text-content p{margin:0}.cv-link{padding:.5em 1em;text-decoration:none;border-radius:4px;justify-self:center;background-color:#74a992}@media (prefers-color-scheme: light){.cv-link{background-color:#74a992}}.cv-link-container{display:flex;align-self:center}.cv-page{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cv-download-button{background-color:#1a2744;color:#f0f0f0;padding:.6rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600}.cv-embed{width:100%;height:85vh;border:1px solid #ccc}.outreach-page-content,.resources-page-content{max-width:1280px;width:100%}
