:root{--bg: #fbf7f0;--paper: #ffffff;--text: #1f1a17;--muted: #5f5750;--border: rgba(31,26,23,.14);--accent: #7b2c2c;--accent2: #2f6f55;--accentSoft: rgba(123,44,44,.1);--link: #0b6b3a;--linkHover: #084c2a;--max: 1040px;--radius: 16px;--shadow: 0 14px 40px rgba(31,26,23,.1);--shadowSoft: 0 6px 18px rgba(31,26,23,.08)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.75}.h1{font-size:clamp(2.3rem,4.8vw,3.4rem);line-height:1.05;margin:10px 0;letter-spacing:-.03em}.h2{font-size:1.2rem;margin:0 0 10px;letter-spacing:-.01em;text-transform:uppercase}.small{color:var(--muted);font-size:.98rem}a{color:var(--link);text-decoration:underline;text-underline-offset:3px}a:hover{color:var(--linkHover);text-decoration-thickness:2px}.container{max-width:var(--max);margin:0 auto;padding:34px 22px}hr{border:0;border-top:1px solid var(--border);margin:26px 0}.card{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:var(--shadowSoft)}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:860px){.grid-2{grid-template-columns:1fr}}.pill{padding:10px 18px;border-radius:999px;background:#096a0914;border:1px solid rgba(9,106,9,.3);color:#096a09;font-weight:500;transition:all .25s ease;box-shadow:0 4px 14px #00000014}.pill:hover{background:#096a09;color:#fff;border-color:#096a09;box-shadow:0 8px 20px #00000026}ul{padding-left:1.1rem;margin:.6rem 0}li{margin:.35rem 0}.hero{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:48px;margin-bottom:34px}.hero-text{display:flex;flex-direction:column;justify-content:center}.photo-wrapper{display:flex;justify-content:flex-end}.photo-wrapper img{width:100%;max-width:390px;border-radius:20px;border:1px solid var(--border);object-fit:cover;box-shadow:var(--shadow)}@media(max-width:900px){.hero{grid-template-columns:1fr;text-align:center;gap:18px}.photo-wrapper{justify-content:center}}.about-button{margin-top:22px;display:flex;justify-content:center}.download-section{display:flex;justify-content:center;align-items:center;padding:18px}.pdf-frame{margin-top:10px;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.pdf-frame iframe{width:100%;height:min(75vh,920px);border:0}.nav-link{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:1.2rem;font-weight:500;letter-spacing:.04em;text-decoration:none;padding:6px 0;border-bottom:1px solid transparent;transition:border-color .2s ease}.nav-link:hover{border-bottom:1px solid var(--accent)}.nav-link.active{border-bottom:2px solid var(--accent)}.header-hero{position:relative;height:320px;overflow:hidden}.header-image{position:absolute;inset:0;background-image:url(/personal-website/header.jpg);background-size:cover;background-position:center 58%}.header-hero:before{content:"";position:absolute;inset:0;background:#1f1a1759;pointer-events:none}.header-nav{position:-webkit-sticky;position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fbf7f0f2;border-bottom:1px solid rgba(31,26,23,.14);padding:14px 0}.header-nav .container{padding-top:0;padding-bottom:0}.header-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.brand{justify-self:start;display:flex;align-items:baseline;gap:8px}.nav{justify-self:center;display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:nowrap}.right{justify-self:end}.brand-name{font-size:1.4rem;font-weight:700;letter-spacing:.04em}.header-nav .brand-name{color:var(--accent2)}.header-nav .nav-link{color:var(--text)}.header-nav .nav-link:hover,.header-nav .nav-link.active{border-bottom-color:var(--text)}@media(max-width:900px){.header-bar{grid-template-columns:1fr;justify-items:center;gap:12px}.nav{flex-wrap:wrap;gap:18px}.right{justify-self:center}}.footer-band{background:#fbf7f0f2;border-top:1px solid var(--border)}.footer-inner{padding-top:14px;padding-bottom:14px;display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap}.footer-band .nav-link{color:var(--text);border-bottom-color:transparent}.footer-band .nav-link:hover,.footer-band .nav-link.active{border-bottom-color:var(--text)}.footer-sep{width:1px;height:18px;background:#1f1a1740}.footer-copy{font-size:.95rem;color:var(--muted);white-space:nowrap}.cv-page .card{background:transparent;box-shadow:none;border:none;padding:0}.cv-page .pdf-frame{background:#ffffff4d;backdrop-filter:blur(4px)}.work-item{border-bottom:1px solid var(--border);padding:18px 0}.work-title{font-family:inherit;font-size:1.25rem;font-weight:600;letter-spacing:.01em;cursor:pointer;display:flex;align-items:center;gap:14px;transition:color .25s ease}.work-title:before{content:"";width:14px;height:14px;background:#096a09;border-radius:3px;transition:transform .3s ease}details[open] .work-title:before{transform:rotate(45deg)}.work-title:hover{color:#096a09}.work-content{margin-top:14px;font-family:inherit;font-size:1rem;line-height:1.75;animation:fadeSlide .25s ease}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.work-figure-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin:30px 0}.work-figure-item{background:transparent}.work-figure-item img{width:100%;display:block;border-radius:14px;border:1px solid var(--border);box-shadow:var(--shadowSoft)}.work-figure-item figcaption{margin-top:10px;font-size:.95rem;color:var(--muted);text-align:center}.work-figure{margin:28px 0;text-align:center}.work-figure img{width:100%;max-width:720px;border-radius:14px;border:1px solid var(--border);box-shadow:var(--shadowSoft)}.work-figure figcaption{margin-top:10px;font-size:.95rem;color:var(--muted);line-height:1.5}a{color:var(--link);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.2);transition:color .2s ease,border-color .2s ease}a:hover{color:var(--linkHover);border-bottom-color:currentColor}.lang-switch{font-size:.95rem;font-weight:400;letter-spacing:.03em;opacity:.75;text-decoration:none;border-bottom:none;transition:opacity .2s ease}.lang-switch:hover{opacity:1}
