:root{--bg: #FAF9F6;--bg-alt: #F5F4F0;--text: #2D2A26;--text-light: #5C5854;--accent: #C67D4A;--border: #E8E6E1}[data-theme=dark]{--bg: #1A1918;--bg-alt: #242321;--text: #F5F4F0;--text-light: #A8A5A0;--accent: #D4956A;--border: #3D3A36}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;line-height:1.7;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}h1,h2,h3{font-family:Newsreader,Georgia,serif;font-weight:500;line-height:1.3}h1{font-size:clamp(2.5rem,5vw,3.5rem);letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1.5rem}h3{font-size:1.25rem;margin-bottom:.5rem}p{margin-bottom:1rem}a{color:var(--text);text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:3px;transition:color .2s ease}a:hover{color:var(--accent)}.container{max-width:1100px;margin:0 auto;padding:0 2rem}nav{position:fixed;top:0;left:0;right:0;padding:1.5rem 2rem;display:flex;justify-content:flex-end;align-items:center;gap:2rem;z-index:100;background:linear-gradient(to bottom,var(--bg) 0%,var(--bg) 70%,transparent 100%)}nav a{font-size:.9rem;color:var(--text-light);text-decoration:none}nav a:hover{color:var(--accent)}.theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-light);display:flex;align-items:center;justify-content:center;transition:color .2s ease}.theme-toggle:hover{color:var(--accent)}.theme-toggle svg{width:20px;height:20px}@media(max-width:600px){nav{position:relative;background:var(--bg);gap:1.5rem}}header{min-height:100vh;display:flex;align-items:center;padding:4rem 0}.hero{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.hero{grid-template-columns:1fr 280px;gap:5rem}}.hero-content{max-width:600px}.hero h1{margin-bottom:1.5rem}.tagline{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;font-family:Newsreader,Georgia,serif;font-style:italic}.hero-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem}.hero-links a{font-size:.95rem;color:var(--text-light);text-decoration:none;display:flex;align-items:center;gap:.5rem}.hero-links a:hover{color:var(--accent)}.hero-links svg{width:18px;height:18px}.hero-image{order:-1}@media(min-width:768px){.hero-image{order:1}}.hero-image img{width:280px;height:280px;border-radius:50%;object-fit:cover;filter:grayscale(10%)}section{padding:6rem 0}.section-header{margin-bottom:3rem}.section-header h2{display:inline-block;position:relative}.section-header h2:after{content:"";position:absolute;bottom:-4px;left:0;width:40px;height:3px;background-color:var(--accent)}.current-project{background-color:var(--bg-alt);border-radius:8px;padding:3rem;margin-bottom:4rem}.current-project-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.project-logo{width:72px;height:72px;border-radius:12px;object-fit:contain;flex-shrink:0}.current-label{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem}.current-project h3{font-size:1.75rem;margin-bottom:.25rem}.current-project .project-role{font-size:.95rem;color:var(--text-light);margin-bottom:0}.current-project p{color:var(--text-light);max-width:600px}.current-project .project-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-weight:500;color:var(--accent);text-decoration:none}.current-project .project-link:hover{text-decoration:underline;text-underline-offset:3px}.work-grid{display:grid;gap:4rem}.work-item{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:4rem;border-bottom:1px solid var(--border)}.work-item:last-child{border-bottom:none;padding-bottom:0}@media(min-width:700px){.work-item{grid-template-columns:200px 1fr;gap:3rem}}.work-image img{width:100%;max-width:200px;border-radius:4px;border:1px solid var(--border)}.work-content h3{font-size:1.35rem}.work-meta{font-size:.9rem;color:var(--text-light);margin-bottom:1rem}.work-content p{color:var(--text-light);margin-bottom:1rem}.work-link{font-size:.9rem;font-weight:500}.contact-section{background-color:var(--bg-alt)}.contact-content{max-width:600px}.contact-content>p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.contact-links{display:flex;flex-wrap:wrap;gap:2rem}.contact-link{display:flex;align-items:center;gap:.6rem;font-size:1rem;text-decoration:none;color:var(--text);padding:.5rem 0}.contact-link:hover{color:var(--accent)}.contact-link svg{width:20px;height:20px}footer{padding:3rem 0;text-align:center;font-size:.9rem;color:var(--text-light)}
