:root{font-family:Georgia,Times New Roman,serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#ffffffe6;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #e8d5b0;--secondary-color: #b8a68a;--accent-color: #8b7355;--text-light: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .7);--bg-dark: #1a1a1a;--bg-darker: #111111}*{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:var(--bg-dark);color:var(--text-light)}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0 0 1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}@media (prefers-color-scheme: light){:root{color:#2c2c2c;background-color:#fafafa;--text-light: #2c2c2c;--text-muted: #666666;--bg-dark: #fafafa;--bg-darker: #f0f0f0;--primary-color: #8b7355;--secondary-color: #a68b5b;--accent-color: #d4c4a8}}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.header{background-color:var(--bg-darker);border-bottom:1px solid var(--accent-color);padding:1rem 0;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.site-title{font-size:1.5rem;color:var(--primary-color);font-weight:600}.nav{display:flex;gap:2rem}.nav-link{color:var(--text-muted);transition:color .3s ease;font-weight:500}.nav-link:hover{color:var(--primary-color)}.hero{padding:4rem 0;text-align:center;background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-darker) 100%)}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;margin-bottom:1.5rem;color:var(--primary-color)}.hero-description{font-size:1.2rem;margin-bottom:1.5rem;color:var(--text-light);line-height:1.7}.hero-subtitle{font-size:1rem;color:var(--text-muted);font-style:italic}.projects{padding:4rem 0;background-color:var(--bg-dark)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--primary-color)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.project-card{background-color:var(--bg-darker);padding:2rem;border-radius:8px;border:1px solid var(--accent-color);transition:transform .3s ease,border-color .3s ease}.project-card:hover{transform:translateY(-5px);border-color:var(--secondary-color)}.project-title{font-size:1.3rem;margin-bottom:1rem;color:var(--secondary-color)}.project-description{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.project-link{color:var(--primary-color);font-weight:500;border-bottom:1px solid transparent;transition:border-bottom-color .3s ease}.project-link:hover{border-bottom-color:var(--primary-color)}.contact{padding:4rem 0;background-color:var(--bg-darker);text-align:center}.contact-content{max-width:600px;margin:0 auto}.contact-description{font-size:1.2rem;margin-bottom:2rem;color:var(--text-light)}.contact-info p{margin-bottom:1rem;color:var(--text-muted)}.contact-note{font-style:italic;color:var(--secondary-color);font-size:.95rem}.footer{background-color:var(--bg-darker);border-top:1px solid var(--accent-color);padding:2rem 0;text-align:center}.footer-text{color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.hero-title{font-size:2.2rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}.projects-grid{grid-template-columns:1fr}}
