:root{--bg: #f7f5f0;--bg-alt: #efeae1;--surface: #ffffff;--text: #1a1a1a;--text-muted: #5c5c5c;--accent: #1e4d3d;--accent-light: #2d6b55;--border: #ddd6c8;--shadow: 0 12px 40px rgba(30, 77, 61, .08);--radius: 14px;--font-sans: "DM Sans", system-ui, sans-serif;--font-serif: "Instrument Serif", Georgia, serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--text);background:var(--bg);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1100px,calc(100% - 2rem));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:#f7f5f0e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.logo{font-weight:700;font-size:1.05rem;color:var(--text);text-decoration:none}.nav{display:flex;flex-wrap:wrap;gap:.35rem}.nav button{border:none;background:transparent;font:inherit;color:var(--text-muted);padding:.45rem .75rem;border-radius:999px;cursor:pointer;transition:background .2s,color .2s}.nav button:hover,.nav button.active{background:var(--bg-alt);color:var(--text)}.page-hero{padding-top:3rem}.page-hero .section-title{margin-bottom:.75rem}.hero{padding:5rem 0 4rem;background:radial-gradient(circle at top right,rgba(30,77,61,.12),transparent 45%),var(--bg)}.hero-inner{max-width:720px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:600;color:var(--accent);margin:0 0 1rem}.hero h1{margin:0 0 1rem;display:flex;flex-direction:column;gap:.35rem}.hero-name{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1.05}.hero-title{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--text-muted);font-weight:500}.hero-tagline{font-size:1.15rem;color:var(--text-muted);margin:0 0 2rem;max-width:52ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:999px;font:inherit;font-weight:600;cursor:pointer;border:1px solid transparent;text-decoration:none;transition:transform .15s,background .2s,border-color .2s}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-light)}.btn-secondary{background:var(--surface);color:var(--accent);border-color:var(--border)}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.section{padding:4rem 0}.section-alt{background:var(--bg-alt)}.section-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;margin:0 0 1.5rem}.section-lead{color:var(--text-muted);margin:-.5rem 0 2rem;max-width:60ch}#about .container{text-align:center}.about-text{font-size:1.1rem;width:100%;margin:0}.timeline{display:grid;gap:1.5rem}.timeline-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.timeline-meta h3{margin:0 0 .25rem;font-size:1.15rem}.company{margin:0;font-weight:600;color:var(--accent)}.period{margin:.25rem 0 1rem;color:var(--text-muted);font-size:.95rem}.timeline-item ul{margin:0;padding-left:1.2rem}.timeline-item li+li{margin-top:.35rem}.subsection-title{margin:2.5rem 0 1rem;font-size:1.25rem}.education-grid{display:grid;gap:1rem}.education-card{display:flex;flex-direction:column;gap:.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.muted{color:var(--text-muted)}.skill-group+.skill-group{margin-top:2rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.65rem}.skill-pill{background:var(--surface);border:1px solid var(--border);padding:.5rem 1rem;border-radius:999px;font-weight:500}.project-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tab{border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;padding:.6rem 1rem;border-radius:999px;cursor:pointer;transition:background .2s,border-color .2s}.project-tab.active,.project-tab:hover{border-color:var(--accent);background:#1e4d3d14}.project-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.project-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.project-header h3{margin:0 0 .35rem}.project-header p{margin:0;color:var(--text-muted)}.tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.tag{font-size:.8rem;background:var(--bg-alt);padding:.25rem .6rem;border-radius:999px}.tableau-embed{width:100%;min-height:600px;border-radius:calc(var(--radius) - 4px);overflow:hidden;background:#f0f0f0}.contact-inner{text-align:center}.contact-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;font-size:1.05rem}.site-footer{padding:2rem 0;border-top:1px solid var(--border);color:var(--text-muted);font-size:.9rem}.site-footer p{margin:0}@media(max-width:640px){.header-inner{flex-direction:column;align-items:flex-start}.nav{width:100%}.hero{padding-top:3rem}.tableau-embed{min-height:420px}}
