:root{--paper:#f3f0e8;--ink:#181816;--muted:#6f6b61;--rule:#bdb7aa;--accent:#a8451f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}main{width:100%}.site-header{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:center;gap:2rem;min-height:72px;padding:0 4vw;display:flex}.name-mark{font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.site-header nav{letter-spacing:.08em;text-transform:uppercase;gap:clamp(1rem,3vw,2.6rem);font-size:.72rem;font-weight:700;display:flex}.site-header nav a,footer a{border-bottom:1px solid #0000}.site-header nav a:hover,footer a:hover{border-color:currentColor}.intro{flex-direction:column;justify-content:space-between;min-height:calc(100vh - 72px);padding:clamp(3rem,7vw,7rem) 4vw 3rem;display:flex}.kicker{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.intro h1{letter-spacing:-.085em;margin:.3rem 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(6rem,19vw,18rem);font-weight:400;line-height:.68}.intro h1:after{content:".";color:var(--accent)}.intro-bottom{border-top:1px solid var(--ink);grid-template-columns:1fr 1fr;align-items:end;gap:2rem;padding-top:2rem;display:grid}.intro-bottom p{margin-bottom:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.25}.contact-links{justify-content:flex-end;gap:2rem;font-size:.85rem;font-weight:700;display:flex}.section-block{border-top:1px solid var(--ink);padding:clamp(5rem,10vw,9rem) 4vw}.section-title{grid-template-columns:.32fr 1fr;gap:2rem;margin-bottom:clamp(3rem,7vw,6rem);display:grid}.section-title span{color:var(--muted);letter-spacing:.12em;font-size:.72rem;font-weight:700}.section-title h2{letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,7rem);font-weight:400;line-height:.95}.education{background:var(--ink);color:var(--paper)}.education .section-title span{color:#a9a59b}.education-list{border-top:1px solid #5c5b55}.education-list article{border-bottom:1px solid #5c5b55;grid-template-columns:1fr 1fr auto;gap:2rem;padding:2rem 0;display:grid}.education-list .education-simple{grid-template-columns:1fr 1fr auto}.education h3,.experience-card h3,.leadership-grid h3,.honors-list h3{margin-bottom:.1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.3vw,2.4rem);font-weight:400;line-height:1.1}.education p,.education time{color:#bdb9af;margin:0}.experience-grid{border:1px solid var(--ink);grid-template-columns:repeat(3,1fr);display:grid}.experience-card{min-width:0;padding:clamp(1.25rem,2.8vw,2.6rem);transition:background-color .18s,color .18s}.experience-card+.experience-card{border-left:1px solid var(--ink)}.experience-card:hover{background:#e7e2d7}.logo-link{border:1px solid var(--rule);background:#fff;justify-content:center;align-items:center;height:150px;padding:1.2rem;display:flex;position:relative;overflow:hidden}.logo-link img{object-fit:contain;filter:grayscale();width:100%;height:100%;transition:filter .18s,transform .22s}.logo-link span{background:var(--ink);color:var(--paper);letter-spacing:.06em;text-transform:uppercase;opacity:0;padding:.18rem .35rem;font-size:.6rem;font-weight:700;transition:opacity .18s,transform .18s;position:absolute;bottom:.55rem;right:.7rem;transform:translateY(5px)}.logo-link:hover img,.logo-link:focus-visible img{filter:grayscale(0);transform:scale(1.035)}.logo-link:hover span,.logo-link:focus-visible span{opacity:1;transform:translateY(0)}.experience-meta{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;gap:1rem;margin:1.35rem 0 2.5rem;font-size:.7rem;font-weight:700;display:flex}.experience-card h3{margin-bottom:.2rem}.experience-card ul{margin:1.5rem 0 0;padding-left:1.1rem}.experience-card li{margin-bottom:.6rem;padding-left:.2rem}.leadership-grid time,.honors-list time{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:.75rem;font-weight:700}.location{color:var(--muted);margin-bottom:0}.role{font-weight:700}.leadership-grid{border:1px solid var(--ink);grid-template-columns:repeat(2,1fr);display:grid}.leadership-grid article{min-height:340px;padding:clamp(1.5rem,3vw,3rem)}.leadership-grid article:nth-child(2n){border-left:1px solid var(--ink)}.leadership-grid article:nth-child(n+3){border-top:1px solid var(--ink)}.leadership-grid article:last-child:nth-child(odd){grid-column:1/-1}.leadership-grid h3{margin-top:clamp(3rem,6vw,6rem)}.leadership-grid .role{margin-top:1.5rem}.leadership-grid article:last-child:nth-child(odd)>p:last-child{max-width:48rem}.honors-list{border-top:1px solid var(--ink)}.honors-list>div{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:baseline;gap:2rem;padding:1.5rem 0;display:flex}.honors-list h3{margin:0}.skills{background:#ddd8cc}.skill-list{flex-wrap:wrap;gap:.75rem;display:flex}.skill-list span{border:1px solid var(--ink);padding:.75rem 1rem;font-size:.8rem;font-weight:700}footer{background:var(--accent);color:#fffaf0;justify-content:space-between;gap:2rem;padding:2rem 4vw;font-size:.78rem;font-weight:700;display:flex}@media (width<=760px){.site-header{padding-inline:1.25rem}.site-header nav a:not(:last-child){display:none}.intro{min-height:80vh;padding-inline:1.25rem}.intro h1{font-size:clamp(5.5rem,27vw,9rem)}.intro-bottom,.section-title,.education-list article{grid-template-columns:1fr}.contact-links{flex-wrap:wrap;justify-content:flex-start}.section-block{padding-inline:1.25rem}.section-title{gap:1rem}.experience-grid{grid-template-columns:1fr}.experience-card+.experience-card{border-left:0;border-top:1px solid var(--ink)}.logo-link{height:135px}.leadership-grid{grid-template-columns:1fr}.leadership-grid article{min-height:330px}.leadership-grid article:nth-child(2n){border-left:0}.leadership-grid article+article{border-top:1px solid var(--ink)}.leadership-grid article:last-child:nth-child(odd){grid-column:auto}.honors-list>div{align-items:flex-start}footer{flex-direction:column;padding-inline:1.25rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
