:root{color-scheme:light;--bg: #f7f7f4;--surface: #ffffff;--surface-muted: #ecefea;--text: #171916;--muted: #62665f;--line: #d9ddd4;--accent: #1f6f68;--accent-strong: #154f4b;--accent-warm: #b85531;--accent-blue: #315d87;--shadow: 0 18px 55px rgb(23 25 22 / 9%);--radius: 8px;--shell: min(1120px, calc(100% - 32px) )}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(180deg,#ffffffc7 0,#f7f7f4d1 320px),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.65;letter-spacing:0}img{display:block;max-width:100%}a{color:inherit;text-decoration-color:#1f6f685c;text-underline-offset:.18em}a:hover{color:var(--accent-strong);text-decoration-color:currentColor}h1,h2,h3{margin:0;color:var(--text);font-family:Georgia,Times New Roman,serif;font-weight:650;line-height:1.08}h1{font-size:clamp(3rem,8vw,6.8rem)}h2{font-size:clamp(1.8rem,4vw,3.4rem)}h3{font-size:1.35rem}p{margin:0}ul{margin:0;padding:0}.site-shell{width:var(--shell);margin-inline:auto}.skip-link{position:fixed;left:16px;top:12px;z-index:20;translate:0 -160%;border-radius:var(--radius);background:var(--text);color:#fff;padding:.55rem .8rem;text-decoration:none}.skip-link:focus{translate:0}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgb(217 221 212 / 80%);background:#f7f7f4e0;backdrop-filter:blur(18px)}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-inner{min-height:74px}.brand,.site-nav,.footer-links{display:flex;align-items:center}.brand{gap:.65rem;color:var(--text);font-weight:700;text-decoration:none}.brand-mark{display:grid;width:2.35rem;height:2.35rem;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--accent-strong);font-size:.78rem;letter-spacing:0}.site-nav{flex-wrap:wrap;justify-content:flex-end;gap:.2rem}.nav-link{border-radius:999px;color:var(--muted);font-size:.94rem;font-weight:650;padding:.42rem .72rem;text-decoration:none}.nav-link:hover,.nav-link.is-active{background:var(--surface-muted);color:var(--text)}.hero-section{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.72fr);gap:clamp(2rem,6vw,5rem);align-items:center;padding:clamp(3.5rem,8vw,6.8rem) 0 clamp(2.5rem,6vw,4.5rem)}.hero-copy{display:grid;gap:1.3rem}.hero-lede{max-width:13ch;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,4rem);line-height:1.06}.hero-copy>p:not(.eyebrow):not(.hero-lede){max-width:62ch;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.6rem}.button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;border:1px solid var(--accent-strong);border-radius:var(--radius);background:var(--accent-strong);color:#fff;font-weight:750;padding:.68rem 1rem;text-decoration:none}.button:hover{background:var(--text);color:#fff}.button-secondary{border-color:var(--line);background:var(--surface);color:var(--text)}.button-secondary:hover{background:var(--surface-muted);color:var(--text)}.hero-visual{position:relative;margin:0}.hero-visual img,.profile-panel img{width:100%;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-visual figcaption{position:absolute;right:1rem;bottom:1rem;max-width:min(260px,calc(100% - 2rem));border:1px solid rgb(255 255 255 / 55%);border-radius:var(--radius);background:#ffffffe0;color:var(--muted);padding:.9rem;backdrop-filter:blur(12px)}.hero-visual figcaption span,.eyebrow,.item-meta{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-visual figcaption strong{display:block;color:var(--text);font-size:.95rem;letter-spacing:0;text-transform:none}.split-section{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--line);padding:clamp(2rem,5vw,4rem) 0 1.4rem}.split-section h2{max-width:780px;font-size:clamp(1.8rem,4vw,3.2rem)}.page-section{padding:clamp(3rem,7vw,5.5rem) 0}.section-header{display:grid;max-width:780px;gap:1rem;padding-bottom:clamp(2rem,5vw,3.5rem)}.section-description{max-width:68ch;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem)}.text-link,.back-link{color:var(--accent-strong);font-weight:750;white-space:nowrap}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1rem}.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card,.note-card,.cv-placeholder,.profile-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.project-card{display:grid;overflow:hidden}.project-media{display:block;background:var(--surface-muted)}.project-media img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.project-card-body,.note-card,.cv-placeholder,.profile-panel{display:grid;gap:1rem;padding:clamp(1.1rem,3vw,1.55rem)}.project-card h2,.note-card h2{font-family:inherit;font-size:1.25rem;line-height:1.2}.project-card h2 a,.note-card h2 a{text-decoration:none}.project-card p,.note-card p{color:var(--muted)}.item-meta{display:flex;flex-wrap:wrap;gap:.45rem .8rem}.tag-list,.plain-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none}.tag-list li{border:1px solid var(--line);border-radius:999px;background:var(--bg);color:var(--muted);font-size:.82rem;font-weight:650;padding:.28rem .55rem}.note-list{display:grid;gap:.9rem}.compact-list{padding-bottom:clamp(2.5rem,6vw,4.5rem)}.detail-page{padding:clamp(3rem,7vw,5.5rem) 0}.readable{max-width:820px}.detail-header{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.7fr);gap:clamp(1.5rem,5vw,3rem);align-items:start;padding-top:1.5rem}.detail-header.single-column{grid-template-columns:1fr}.detail-header h1{margin:.45rem 0 1rem;font-size:clamp(2.4rem,6vw,5.2rem)}.detail-image{width:100%;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.detail-meta{display:grid;gap:1rem;margin:1.5rem 0 2.2rem}.external-links{display:flex;flex-wrap:wrap;gap:.75rem}.external-links a{color:var(--accent-strong);font-weight:750}.prose{max-width:72ch;color:var(--text)}.prose>*+*{margin-top:1.05rem}.prose h2,.prose h3{margin-top:2rem;font-family:inherit}.prose h2{font-size:1.45rem}.prose p,.prose li{color:#2b2f2a}.prose a{color:var(--accent-strong);font-weight:700}.about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(2rem,6vw,4rem);align-items:start}.profile-panel{position:sticky;top:98px}.profile-panel h2{font-family:inherit;font-size:1.45rem}.profile-panel p{color:var(--muted)}.plain-list{display:grid}.plain-list li{border-top:1px solid var(--line);color:var(--muted);padding-top:.7rem}.cv-header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.cv-embed{width:100%;min-height:78vh;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.cv-placeholder{grid-template-columns:minmax(0,.9fr) minmax(260px,1fr);align-items:start;padding:clamp(1.4rem,4vw,2rem)}.cv-placeholder h2{margin:.35rem 0 .8rem}.site-footer{border-top:1px solid var(--line);padding:2rem 0}.footer-inner{color:var(--muted)}.footer-name{color:var(--text);font-weight:800}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.footer-links a{font-weight:700}@media(max-width:780px){body{font-size:16px}.header-inner,.footer-inner,.split-section,.cv-header{align-items:flex-start;flex-direction:column}.site-nav,.footer-links{justify-content:flex-start}.hero-section,.detail-header,.about-grid,.cv-placeholder,.two-column{grid-template-columns:1fr}.hero-section{padding-top:2.4rem}.hero-lede{max-width:100%}.profile-panel{position:static}}@media(max-width:520px){:root{--shell: min(100% - 24px, 1120px)}h1{font-size:clamp(2.6rem,16vw,4.2rem)}.brand{width:100%}.nav-link{padding-inline:.58rem}.hero-visual figcaption{position:static;max-width:none;border-color:var(--line);border-top:0;border-radius:0 0 var(--radius) var(--radius)}}
