:root{--bg-start:#f6eef4;--bg-mid:#f7f8fb;--bg-end:#edf4fb;--text-main:#161616;--text-soft:#5c6170;--border-soft:hsla(0,0%,7%,.08);--card-bg:hsla(0,0%,100%,.48);--card-bg-strong:hsla(0,0%,100%,.72);--shadow-soft:0 10px 40px rgba(0,0,0,.05)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text-main);background:linear-gradient(180deg,var(--bg-start) 0,var(--bg-mid) 44%,var(--bg-end) 100%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{width:min(1120px,calc(100% - 48px));margin:0 auto;padding-bottom:80px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid var(--border-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:hsla(0,0%,100%,.26)}.site-title{font-size:1rem;font-weight:600;letter-spacing:-.02em}.eyebrow,.meta-row,.section-note,.site-subtitle{color:var(--text-soft);text-transform:uppercase;letter-spacing:.18em;font-size:.7rem}.site-subtitle{margin-top:6px}.site-nav{display:flex;gap:24px;font-size:.95rem;color:var(--text-soft)}.site-nav a:hover{color:var(--text-main)}.hero-section{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:40px;gap:40px;align-items:center;padding:72px 0 88px}.hero-text h1{margin:0;font-size:clamp(3.5rem,9vw,6rem);line-height:.96;letter-spacing:-.05em;font-weight:600}.hero-description{margin-top:20px;max-width:640px;color:var(--text-soft);font-size:1.125rem;line-height:1.9}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 20px;font-size:.95rem;transition:.2s ease}.button-light{border:1px solid var(--border-soft);background:var(--card-bg-strong);box-shadow:var(--shadow-soft)}.button-light:hover{background:hsla(0,0%,100%,.96)}.button-dark{background:#161616;color:#fff}.button-dark:hover{opacity:.92}.glass-card,.hero-image-card{border:1px solid var(--border-soft);background:var(--card-bg);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hero-image-card{overflow:hidden;border-radius:32px}.hero-image{width:100%;height:560px;object-fit:cover;object-position:center}.content-section{padding:72px 0;border-top:1px solid var(--border-soft)}.two-column-section{display:grid;grid-template-columns:220px 1fr;grid-gap:32px;gap:32px}.project-body h3,.section-heading-wrap h2,.section-label,.writing-entry h3{letter-spacing:-.03em}.section-heading-wrap h2,.section-label{font-size:1.35rem;font-weight:600}.bio-card{border-radius:32px;padding:32px}.bio-card p,.project-body p,.writing-entry p{margin:0;color:var(--text-soft);font-size:1rem;line-height:1.95}.bio-card p+p,.writing-entry p+p{margin-top:20px}.section-heading-wrap{margin-bottom:28px}.project-list{display:grid;grid-gap:28px;gap:28px}.project-card{overflow:hidden;border-radius:32px}.project-images{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(0,0,0,.06)}.project-image{width:100%;height:280px;object-fit:cover}.project-body{padding:32px}.meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.project-body h3,.writing-entry h3{margin:0;font-size:2rem;line-height:1.08;font-weight:600}.project-body p{margin-top:20px;max-width:760px}.inline-button{margin-top:24px}.writings-card{border-radius:32px;overflow:hidden}.writing-entry{padding:32px}.writing-entry+.writing-entry{border-top:1px solid var(--border-soft)}.writing-entry p{margin-top:18px;max-width:760px}@media (max-width:920px){.hero-section,.two-column-section{grid-template-columns:1fr}.site-nav{display:none}.hero-image{height:460px}}@media (max-width:720px){.page-shell{width:min(1120px,calc(100% - 28px))}.site-header{padding:18px 0}.hero-section{gap:24px;padding:48px 0 56px}.bio-card p,.hero-description,.project-body p,.writing-entry p{font-size:.98rem;line-height:1.8}.bio-card,.project-body,.writing-entry{padding:22px}.project-images{grid-template-columns:1fr}.project-image{height:220px}.project-body h3,.writing-entry h3{font-size:1.5rem}}