:root{color-scheme:light dark;--bg: #f7f6f1;--text: #202124;--muted: #62696f;--card: #ffffff;--border: #dedbd2;--accent: #184f46;--accent-soft: #e4efec}@media(prefers-color-scheme:dark){:root{--bg: #111412;--text: #f3f2ec;--muted: #b9c0bc;--card: #191d1a;--border: #30362f;--accent: #8bd8c8;--accent-soft: #20342f}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.page{width:min(100% - 2rem,1080px);margin:0 auto;padding:4rem 0}.hero{padding:5rem 0 4rem;border-bottom:1px solid var(--border)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:3rem;align-items:start}.hero-content{min-width:0}.hero-photo{margin:0;justify-self:end}.hero-photo img{display:block;width:100%;max-width:340px;max-height:480px;aspect-ratio:4 / 5;object-fit:cover;object-position:center top;border-radius:1.5rem;border:1px solid var(--border);background:var(--card)}.eyebrow,.kicker{margin:0 0 .75rem;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:850px;margin-bottom:1.25rem;font-size:clamp(3.4rem,9vw,7rem);line-height:.9;letter-spacing:-.075em}h2{margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.1;letter-spacing:-.045em}h3{margin-bottom:.5rem;font-size:1.1rem;line-height:1.2}p,li{color:var(--muted)}.lead{max-width:760px;font-size:clamp(1.15rem,2vw,1.45rem)}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.actions a{display:inline-flex;align-items:center;min-height:2.75rem;padding:0 1rem;border:1px solid var(--accent);border-radius:999px;background:var(--accent);color:var(--bg);font-weight:750}.actions a.secondary{background:transparent;color:var(--accent)}.section{padding:3.5rem 0;border-bottom:1px solid var(--border)}.split{display:grid;grid-template-columns:.8fr 1.4fr;gap:3rem}.cards.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.card,.project-card{background:var(--card);border:1px solid var(--border);border-radius:1.25rem;padding:1.25rem}.card.large{padding:1.5rem}ul{padding-left:1.25rem;margin-bottom:0}li+li{margin-top:.45rem}.section-heading{max-width:680px;margin-bottom:1.5rem}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.project-card{display:flex;flex-direction:column;min-height:260px}.project-card p{flex:1}.project-card a{margin-top:1rem;color:var(--accent);font-weight:800}.tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.tags span{padding:.25rem .55rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.72rem;font-weight:800}.clean-list{list-style:none;padding-left:0}.clean-list li{padding:.75rem 0;border-bottom:1px solid var(--border)}.contact{border-bottom:0}.photo-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem}.photo-card{margin:0;overflow:hidden;background:var(--card);border:1px solid var(--border);border-radius:1.25rem}.photo-card:first-child{grid-row:span 2}.photo-card img{display:block;width:100%;height:240px;object-fit:cover}.photo-card:first-child img{height:100%;min-height:500px}.photo-card figcaption{padding:.9rem 1rem;color:var(--muted);font-size:.9rem}.resume-grid{display:grid;grid-template-columns:.9fr 1.3fr;gap:1rem}.resume-column{display:grid;align-content:start;gap:1rem}.resume-column h3{margin-bottom:0}.resume-card{background:var(--card);border:1px solid var(--border);border-radius:1.25rem;padding:1.25rem}.resume-card h4{margin:0 0 .35rem;font-size:1rem;line-height:1.2}.resume-years{margin-bottom:.4rem;color:var(--accent);font-size:.8rem;font-weight:800}.subheading{margin-top:1rem}.timeline{display:grid;gap:1rem}.timeline-card{display:grid;grid-template-columns:5rem 1fr;gap:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:1.25rem;padding:1.25rem}.timeline-year{color:var(--accent);font-size:.9rem;font-weight:900;letter-spacing:.06em}.timeline-context{margin-bottom:.75rem;color:var(--accent);font-size:.95rem;font-weight:700}.timeline-card h3{margin-bottom:.25rem}@media(max-width:820px){.page{padding:2rem 0}.hero{padding:3rem 0}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-photo{justify-self:start;order:-1}.hero-photo img{max-width:240px;aspect-ratio:4 / 5;border-radius:1.25rem}.split,.cards.two,.project-grid{grid-template-columns:1fr}.project-card{min-height:auto}.photo-grid{grid-template-columns:1fr}.photo-card:first-child{grid-row:auto}.photo-card img,.photo-card:first-child img{height:260px;min-height:0}.resume-grid{grid-template-columns:1fr}.timeline-card{grid-template-columns:1fr;gap:.5rem}}
