:root{--bg: #faf8f5;--bg-elevated: #ffffff;--text: #1a1a2e;--text-muted: #5c5c6e;--accent: rgb(245, 102, 0);--accent-hover: rgb(207, 86, 0);--border: #e8e4df;--shadow: 0 4px 24px rgba(26, 26, 46, .06);--radius: 12px;--font-sans: "Trebuchet MS", "Segoe UI", sans-serif;--font-serif: "Trebuchet MS", "Segoe UI", sans-serif;--max-width: 960px;--header-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-hover)}ul{list-style:none}.site{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:var(--header-height);padding:0 1.5rem;background:#faf8f5d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.logo{font-family:var(--font-serif);font-size:1.35rem;font-weight:400;color:var(--text);letter-spacing:-.02em}.logo:hover{color:var(--accent)}.nav{display:flex;flex-wrap:wrap;gap:.25rem .5rem}.nav-link{padding:.4rem .75rem;font-size:.9rem;font-weight:500;color:var(--text-muted);border-radius:8px;transition:color .15s,background .15s}.nav-link:hover{color:var(--text);background:var(--border)}.nav-link--active{color:var(--accent);background:#f566001a}.main{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 4rem}.footer{padding:1.5rem;text-align:center;font-size:.875rem;color:var(--text-muted);border-top:1px solid var(--border)}.eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.5rem}.page-header h1,.hero-title{font-family:var(--font-serif);font-size:clamp(2.25rem,5vw,3rem);font-weight:400;line-height:1.15;letter-spacing:-.02em;margin-bottom:.75rem}.page-intro{font-size:1.1rem;color:var(--text-muted);max-width:540px}.accent{color:var(--accent)}.home{display:flex;flex-direction:column;gap:3rem;padding-top:1rem}.home-hero{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2.5rem 3rem}.home-headshot{display:block;width:180px;height:180px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.home-intro{max-width:540px}.home-eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.home-title{font-size:clamp(2.5rem,6vw,3.25rem);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}.home-bio{font-size:1.125rem;line-height:1.7;color:var(--text-muted)}.home-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding-top:.5rem;border-top:1px solid var(--border)}.home-nav-link{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;font-size:1rem;font-weight:600;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:border-color .15s,color .15s,background .15s}.home-nav-link:hover{color:var(--accent);border-color:var(--accent);background:#f566000a}.hero{display:flex;align-items:center;gap:2.5rem;margin-bottom:3.5rem}.hero-content{flex:1;min-width:0}.hero-headshot{flex-shrink:0}.hero-headshot-img{display:block;width:200px;height:200px;border-radius:50%;object-fit:cover;border:3px solid var(--border);box-shadow:var(--shadow)}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:520px;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.home-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.home-cards .card-link{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border);color:var(--text)}.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.card h2{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.card p{color:var(--text-muted);font-size:.95rem}.card-link{display:block;color:inherit;transition:transform .15s,box-shadow .15s,border-color .15s}.card-link:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1a1a2e1a;border-color:var(--accent);color:inherit}.page{animation:fadeIn .35s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.resume-section{margin-top:2.5rem}.resume-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.timeline{display:flex;flex-direction:column;gap:2rem}.timeline-item h3{font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.timeline-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.85rem;color:var(--text-muted);margin-bottom:.35rem}.timeline-company{font-weight:500;color:var(--accent);margin-bottom:.5rem}.timeline-item ul{list-style:disc;padding-left:1.25rem;color:var(--text-muted)}.timeline-item li{margin-bottom:.35rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-block;padding:.35rem .85rem;font-size:.85rem;font-weight:500;background:#f5660014;color:var(--accent);border-radius:999px}.tag--small{font-size:.78rem;padding:.25rem .65rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:.5rem}.project-card{display:flex;flex-direction:column;gap:.75rem}.project-links{display:flex;gap:1rem;margin-top:auto;padding-top:.5rem;font-size:.9rem;font-weight:600}.about-content{display:grid;grid-template-columns:1fr 280px;gap:2rem;margin-top:.5rem}.about-text p{color:var(--text-muted);margin-bottom:1rem}.about-aside h2{font-size:1rem;font-weight:600;margin-bottom:1rem}.facts-list div{margin-bottom:1rem}.facts-list dt{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.15rem}.facts-list dd{font-weight:500}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:1.25rem;margin-top:.5rem}.contact-links h2,.contact-form h2{font-size:1rem;font-weight:600;margin-bottom:1rem}.link-list li{margin-bottom:.75rem}.link-list a{font-weight:500}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500}.contact-form input,.contact-form textarea{font-family:inherit;font-size:1rem;padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);transition:border-color .15s,box-shadow .15s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #f5660026}.contact-form textarea{resize:vertical;min-height:120px}@media(max-width:768px){.header{flex-direction:column;align-items:flex-start;height:auto;padding:1rem 1.25rem;gap:.75rem}.nav{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem}.main{padding:2rem 1.25rem 3rem}.about-content,.contact-grid{grid-template-columns:1fr}.hero{flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-headshot{align-self:center}.hero-headshot-img{width:160px;height:160px}.home{gap:2.5rem;padding-top:0}.home-hero{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1.5rem}.home-intro{max-width:none}.home-headshot{width:150px;height:150px}.home-nav{grid-template-columns:repeat(2,1fr)}}
