:root{--navy: #1d385e;--white: #ffffff;--text: #0b1220;--muted: rgba(11, 18, 32, .75);--border: rgba(29, 56, 94, .15)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:EB Garamond,Garamond,Times New Roman,serif;background:var(--white);color:var(--text);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}body>main{flex:1}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}nav a:hover{text-decoration:none}.container{width:min(1000px,calc(100% - 2rem));margin:0 auto}.contact-section{max-width:800px;margin:4rem auto}.contact-header h1{font-size:2.8rem;margin-bottom:1rem}.contact-header p{font-size:1.1rem;line-height:1.7;margin-bottom:3rem;color:#444}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1.5rem}.form-group{display:flex;flex-direction:column;flex:1}label{margin-bottom:.5rem;font-weight:500}input,textarea{padding:.8rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;background-color:#fff}input:focus,textarea:focus{outline:none;border-color:#1d385e}.submit-btn{background-color:#1d385e;color:#fff;padding:.9rem 1.5rem;border:none;border-radius:30px;font-size:1rem;cursor:pointer;width:fit-content;font-family:inherit;font-weight:500}.required{color:red;font-weight:600}.submit-btn:hover{opacity:.9}.site-footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:4rem}.footer-container{width:min(1000px,calc(100% - 2rem));margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-left p{font-size:.95rem;color:var(--muted)}.footer-right{text-align:right}.connect-text{font-size:1.05rem;font-weight:500;margin-bottom:.7rem;color:var(--navy)}.social-icons{display:flex;gap:.9rem;justify-content:flex-end}.social-icons a{color:var(--navy);display:flex;transition:transform .2s ease,opacity .2s ease}.social-icons a:hover{opacity:.75;transform:scale(1.08)}.page-cover{margin:2.5rem 0 1.75rem;padding:2.2rem 1.5rem;border-radius:18px;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center}.page-cover h1{margin:0;font-size:2.4rem;font-weight:600;letter-spacing:.3px}.resources-intro{margin:0 0 2.5rem}.resources-intro p{margin:0;font-size:1.12rem;color:var(--muted)}.resources-divider{display:flex;align-items:center;gap:1rem;margin:2.75rem 0 1.75rem}.divider-line{flex:1;height:2px;background:var(--navy);opacity:.85;border-radius:99px}.divider-pill{background:var(--navy);color:var(--white);padding:.45rem .9rem;border-radius:999px;font-weight:600;font-size:1rem;letter-spacing:.2px;white-space:nowrap}.resources-list{display:grid;gap:.85rem;margin-bottom:2.5rem}.resource-row{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:1.25rem;padding:1.1rem 1.3rem;border:1px solid var(--border);border-radius:16px;background:var(--white);text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.resource-row:hover{transform:translateY(-3px);box-shadow:0 12px 30px #1d385e1a;background:#1d385e05}.resource-row:active{transform:translateY(-1px);box-shadow:0 6px 16px #1d385e17}.resource-row--soon{cursor:default;opacity:.55}.resource-row--soon:hover{transform:none;box-shadow:none;background:var(--white)}.resource-row__icon{width:52px;height:52px;border-radius:14px;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.resource-row__icon--soon{background:#1d385e40}.resource-row__body{display:flex;flex-direction:column;gap:.45rem;min-width:0}.resource-row__name{margin:0;font-size:1.12rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-row__chips{display:flex;flex-wrap:wrap;gap:.45rem}.rchip{display:inline-flex;align-items:center;padding:.28rem .65rem;border-radius:999px;border:1px solid var(--border);background:#1d385e0d;color:var(--navy);font-size:.88rem;font-weight:600;white-space:nowrap}.rchip--muted{background:transparent;color:var(--muted);font-weight:500}.resource-row__desc{margin:.3rem 0 0;font-size:.93rem;color:var(--muted);line-height:1.5}.resource-row__action{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.1rem;border-radius:999px;background:var(--navy);color:var(--white);font-weight:600;font-size:.92rem;white-space:nowrap;flex-shrink:0}.resource-row__action--soon{background:#1d385e33;color:var(--navy)}@media(max-width:640px){.resource-row{grid-template-columns:44px 1fr;grid-template-rows:auto auto;gap:.85rem 1rem}.resource-row__action{grid-column:2 / 3;width:fit-content}}.about-intro{margin:2rem auto 2.5rem}.about-intro p{margin:0;max-width:75ch;font-size:1.12rem;color:var(--muted)}.about-block{margin:2.5rem 0}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.about-grid.reverse{grid-template-columns:.9fr 1.1fr}.about-grid.reverse .about-text{order:2}.about-grid.reverse .about-figure{order:1}.about-text h2{margin:0 0 .75rem;font-size:1.9rem;color:var(--navy)}.about-text p{margin:0 0 1rem;font-size:1.1rem;line-height:1.75;color:var(--text)}.about-figure{margin:0}.about-figure img{width:100%;height:auto;display:block;border-radius:18px;border:1px solid var(--border)}.about-figure figcaption{margin-top:.6rem;font-size:.98rem;color:var(--muted)}.about-divider{height:1px;background:var(--border);margin:2.75rem 0}@media(max-width:820px){.about-grid,.about-grid.reverse{grid-template-columns:1fr}.about-grid.reverse .about-text,.about-grid.reverse .about-figure{order:initial}}.blog-intro{margin:1.75rem 0 2.25rem}.blog-intro p{margin:0;max-width:none;font-size:1.12rem;color:var(--muted)}.blog-layout{display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}.subscribe-card{border:1px solid var(--border);border-radius:16px;padding:1.25rem;background:var(--white);position:sticky;top:1.25rem}.subscribe-card h2{margin:0 0 .9rem;font-size:1.4rem;color:var(--navy)}.subscribe-form{display:grid;gap:.75rem}.subscribe-form input{width:100%}.subscribe-form button{background:var(--navy);color:var(--white);border:none;border-radius:10px;padding:.85rem 1rem;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500}.subscribe-form button:hover{opacity:.9}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.post-card{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--white);display:flex;flex-direction:column;text-decoration:none;color:inherit}.post-image{width:100%;aspect-ratio:16 / 9;background:#1d385e14}.post-image img{width:100%;height:100%;object-fit:cover;display:block}.post-image.placeholder{background:#1d385e1f}.post-content{padding:1rem 1rem 1.1rem;display:grid;gap:.45rem}.post-tag{margin:0;font-size:.95rem;color:var(--navy);font-weight:600}.post-title{margin:0;font-size:1.25rem;color:var(--text)}.post-excerpt{margin:0;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.blog-layout{grid-template-columns:1fr}.subscribe-card{position:static}.posts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.posts-grid{grid-template-columns:1fr}}.blog-controls{display:flex;gap:1rem;margin-bottom:2rem;background:#1d385e08;padding:1.5rem;border-radius:16px;border:1px solid var(--border)}#blogSearch{flex:1;padding:.8rem 1.2rem;border-radius:999px;border:1px solid var(--border)}#blogCategory{padding:.8rem 1.2rem;border-radius:999px;border:1px solid var(--border);background-color:#fff;color:var(--navy);font-family:inherit;cursor:pointer}.post-header{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;margin-bottom:.2rem}.post-date{color:var(--muted)}.post-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.post-author{font-size:.9rem;font-weight:600;color:var(--navy)}@media(min-width:901px){.blog-layout{grid-template-columns:280px 1fr}}@media(max-width:700px){.blog-controls{flex-direction:column}}.post-card-link{text-decoration:none;color:inherit;transition:transform .2s ease}.post-card-link:hover{transform:translateY(-4px)}.blog-layout-single{margin-top:1rem}.post-footer{display:flex;justify-content:space-between;align-items:center}.read-more{font-weight:600;color:var(--navy);font-size:.95rem}.post-card{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;will-change:transform}.post-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px #1d385e1f}.post-card:active{transform:translateY(-2px);box-shadow:0 10px 22px #1d385e1a}.blog-layout-single .posts-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.blog-layout-single .posts-grid{grid-template-columns:repeat(2,1fr)}}.blog-layout-single .posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.read-more-link{color:var(--navy);font-weight:600;font-size:.95rem;text-decoration:none}.read-more-link:hover{text-decoration:none}@media(max-width:950px){.blog-layout-single .posts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-layout-single .posts-grid{grid-template-columns:1fr}}.subscribe-bar{background:var(--navy);color:#fff;padding:2rem 2.5rem;border-radius:16px;margin:4rem 0;display:flex;justify-content:space-between;align-items:center;gap:2rem}.subscribe-text h3{margin:0;font-size:1.4rem;font-weight:600}.subscribe-text p{margin:.4rem 0 0;opacity:.85;font-size:1rem}.subscribe-form-horizontal{display:flex;gap:.75rem;flex:1;max-width:450px}.subscribe-form-horizontal input{flex:1;padding:.8rem 1.2rem;border-radius:8px;border:none;font-family:inherit;font-size:1rem}.subscribe-form-horizontal button{background:#fff;color:var(--navy);border:none;padding:.8rem 1.6rem;border-radius:8px;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .2s ease,opacity .2s ease}.subscribe-form-horizontal button:hover{opacity:.95;transform:translateY(-1px)}@media(max-width:750px){.subscribe-bar{flex-direction:column;text-align:center;padding:2rem 1.5rem}.subscribe-form-horizontal{width:100%;flex-direction:column}}.read-more-link{display:inline-block;background-color:var(--navy);color:#fff!important;padding:.6rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease;margin-top:.5rem}.read-more-link:hover{opacity:.9;transform:translateY(-2px);text-decoration:none;box-shadow:0 4px 12px #1d385e33}.divider-pill{display:flex;align-items:center;gap:.6rem}.academic-intro-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.academic-intro p{font-size:1.12rem;color:var(--muted);margin:0}.about-layout{display:grid;grid-template-columns:200px 1fr;gap:2.5rem;align-items:start}.about-sidebar{border:1px solid var(--border);border-radius:16px;padding:1rem;background:var(--white);position:sticky;top:1.25rem}.about-nav{display:flex;flex-direction:column;gap:.15rem}.about-nav a{padding:.55rem .7rem;border-radius:10px;color:var(--navy);font-weight:600;font-size:.95rem}.about-nav a:hover{background:#1d385e0f}@media(max-width:900px){.about-layout{grid-template-columns:1fr}.about-sidebar{position:static}.about-nav{flex-direction:row;flex-wrap:wrap}}html{scroll-behavior:smooth;scroll-padding-top:90px}.cv-list{display:flex;flex-direction:column;margin-bottom:1.5rem}.cv-entry{padding:1.4rem 0;border-bottom:1px solid var(--border)}.cv-entry:last-child{border-bottom:none}.cv-entry-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem 1rem}.cv-entry-title{margin:0;font-size:1.1rem;font-weight:600;color:var(--navy);flex:1 1 auto;min-width:0}.cv-list[aria-label="Honors and awards"] .cv-entry,.cv-list[aria-label="Conference presentations"] .cv-entry{padding:.9rem 0}.cv-list[aria-label="Honors and awards"] .cv-entry-title,.cv-list[aria-label="Conference presentations"] .cv-entry-title{font-size:.98rem;font-weight:500}.cv-entry-title-org{color:var(--muted);font-weight:500}.cv-list[aria-label="Honors and awards"] .cv-entry-link{text-decoration:underline}.cv-entry-date{font-size:.92rem;color:var(--muted);font-weight:600;white-space:nowrap;flex-shrink:0}.cv-entry-sub{margin:.3rem 0 0;font-size:1rem;color:var(--muted);font-weight:600}.cv-entry-sub.muted{font-weight:500;font-style:italic}.cv-entry-desc{margin:.6rem 0 0;color:var(--text);font-size:.95rem;line-height:1.7}.cv-entry-bullets{margin:.6rem 0 0;padding-left:1.1rem;color:var(--text);font-size:.95rem;line-height:1.7}.cv-entry-bullets li{margin:.4rem 0}.cv-entry-links{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.4rem 1.2rem}.cv-entry-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--navy);font-weight:600;font-size:.92rem}.cv-entry-link:hover{text-decoration:underline}.cv-hidden{display:none}.cv-hidden.cv-show{display:block}.expand-wrapper{margin:.25rem 0 1.5rem}.cv-more{border:none;background:none;padding:0;color:var(--navy);font-weight:600;font-size:.95rem;font-family:inherit;cursor:pointer}.cv-more:hover{text-decoration:underline}.connect-bar{background:var(--navy);color:var(--white);padding:2.2rem 2.5rem;border-radius:18px;margin:2.5rem 0 3.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.connect-bar__text h3{margin:0;font-size:1.6rem;font-weight:600}.connect-bar__text p{margin:.55rem 0 0;max-width:70ch;opacity:.9;font-size:1.02rem;line-height:1.7}.connect-bar__actions{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:flex-end}.connect-pill{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.15rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);color:var(--white);font-weight:600;font-size:.98rem;text-decoration:none;transition:transform .18s ease,opacity .18s ease}.connect-pill:hover{transform:translateY(-2px);opacity:.95}.connect-pill--email{background:var(--white);color:var(--navy);border:1px solid rgba(255,255,255,.55)}@media(max-width:820px){.connect-bar{flex-direction:column;align-items:flex-start;padding:2rem 1.6rem}.connect-bar__actions{justify-content:flex-start;width:100%}}.nav[data-astro-cid-5blmo7yk]{position:sticky;top:0;background:#ffffffe6;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:10}.nav-inner[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.brand[data-astro-cid-5blmo7yk]{font-size:1.1rem;font-weight:600;color:var(--navy);letter-spacing:.2px;text-decoration:none;font-family:inherit}.links[data-astro-cid-5blmo7yk]{display:flex;gap:1.25rem;font-weight:500;color:var(--navy);align-items:center}.links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{text-decoration:none;color:var(--navy)}@media(max-width:720px){.links[data-astro-cid-5blmo7yk]{gap:.9rem;font-size:.95rem;flex-wrap:wrap;justify-content:flex-end}}
