@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;600&display=swap");:root{--bg:#f6efe5;--bg-alt:#fff8ee;--text:#1a1714;--muted:#4f4740;--brand:#115e59;--brand-soft:#0d9488;--card:#fffdf8;--line:#d3c6b6;--shadow:0 20px 40px rgba(26,23,20,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:Space Grotesk,Avenir Next,Segoe UI,sans-serif;background:radial-gradient(circle at 12% 15%,rgba(17,94,89,.14),transparent 34%),radial-gradient(circle at 88% 12%,rgba(13,148,136,.16),transparent 36%),linear-gradient(180deg,var(--bg-alt),var(--bg));line-height:1.6}.ambient-shape{position:fixed;z-index:-1;border-radius:999px;filter:blur(10px);opacity:.5}.ambient-shape-a{width:220px;height:220px;top:68%;left:-70px;background:rgba(17,94,89,.2)}.ambient-shape-b{width:280px;height:280px;top:22%;right:-90px;background:rgba(13,148,136,.2)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,248,238,.74);border-bottom:1px solid hsla(33,25%,77%,.75)}.logo{color:var(--brand);text-decoration:none;font-weight:700;letter-spacing:.04em;font-family:IBM Plex Mono,monospace}.nav-links{display:flex;list-style:none;gap:.8rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:var(--muted);font-size:.95rem;border-bottom:2px solid transparent;transition:all .18s ease}.nav-links a.active,.nav-links a:hover{color:var(--brand);border-bottom-color:var(--brand)}main{width:min(980px,92vw);margin:0 auto;padding:2.5rem 0 4rem}section{margin:4rem 0}.hero{margin-top:2rem}.hero-layout{display:grid;grid-template-columns:1.45fr minmax(220px,320px);grid-gap:1.4rem;gap:1.4rem;align-items:center}.hero-photo-wrap{justify-self:end}.hero-photo{width:min(320px,100%);aspect-ratio:1/1;object-fit:cover;object-position:center 25%;border-radius:20px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.eyebrow{font-family:IBM Plex Mono,monospace;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin-bottom:.9rem}h1,h2,h3{line-height:1.15;margin:0 0 .8rem}h1{font-size:clamp(2rem,5.8vw,4rem);max-width:20ch}h2{font-size:clamp(1.6rem,3.4vw,2.4rem)}.accent{color:var(--brand)}.hero-copy{max-width:64ch;color:var(--muted)}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.3rem}.btn{display:inline-block;padding:.66rem 1rem;border-radius:999px;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn-primary{background:var(--brand);color:#fffbf4}.btn-ghost{border:1px solid var(--line);color:var(--text);background:rgba(255,253,248,.8)}.about p,.section-head p{color:var(--muted);max-width:68ch}.coursework-list{margin-top:-.25rem}.coursework-list,.experience-list{color:var(--muted);max-width:68ch;padding-left:1.2rem}.experience-list{margin-top:-.15rem}.experience-list li{margin-bottom:.55rem}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:1.2rem}.project-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:var(--shadow)}.project-card p{color:var(--muted)}.embed-shell{width:100%;aspect-ratio:16/9;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#f3ece3;margin-bottom:.8rem}.embed-shell iframe{width:100%;height:100%;border:0}.embed-note{font-size:.9rem;margin-bottom:.8rem}.tags{display:flex;gap:.45rem;flex-wrap:wrap}.tags span{font-family:IBM Plex Mono,monospace;font-size:.78rem;border:1px solid var(--line);border-radius:999px;padding:.15rem .56rem;background:#fff}.project-links{display:flex;gap:.6rem;margin-top:.9rem;flex-wrap:wrap}.project-link{text-decoration:none;font-weight:600;border:1px solid var(--line);border-radius:999px;padding:.25rem .7rem;background:#fff}.contact a,.project-link{color:var(--brand)}.contact-list{list-style:none;margin:0;padding:0;max-width:640px;border:1px solid var(--line);border-radius:16px;background:rgba(255,253,248,.85)}.contact-list li{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 1rem;border-bottom:1px solid var(--line)}.contact-list li:last-child{border-bottom:0}.contact-list span{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.88rem}.site-footer{border-top:1px solid var(--line);text-align:center;padding:1.5rem 1rem 2rem;color:var(--muted)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:860px){.hero-layout,.project-grid{grid-template-columns:1fr}.hero-layout{gap:1rem}.hero-photo-wrap{justify-self:start}.hero-photo{width:min(260px,72vw)}.site-header{padding:.8rem .85rem}.nav-links{gap:.5rem;flex-wrap:wrap;justify-content:flex-end}main{padding-top:1.7rem}.contact-list li{flex-direction:column;align-items:flex-start;gap:.35rem}}