@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--bg: #ffffff;--text-primary: #1a1a1a;--text-secondary: #6b6b6b;--accent: #bfa58a;--border: #eaeaea}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text-primary)}.container{max-width:1100px;margin:auto;padding:80px 24px}.hero{display:flex;justify-content:space-between;gap:3rem;align-items:center}.hero-text{flex:1}.hero-image{flex:1;max-width:380px;height:auto}@media(max-width:768px){.hero{flex-direction:column;text-align:center}.hero-text{order:1}.hero-image{order:2;margin-top:1.5rem;width:100%;max-width:280px}}.location{color:var(--text-secondary);font-size:14px}.intro{font-size:20px;margin-top:20px}.subtext{color:var(--text-secondary);margin-top:10px}.socials a{margin-right:20px;color:var(--text-secondary);text-decoration:none}.contact{margin-top:120px;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;text-align:center}.contact h2{font-size:24px}.contact form{max-width:500px;margin-top:30px;display:flex;flex-direction:column;gap:16px}.contact input,.contact textarea{padding:14px;border:1px solid var(--border);font-size:14px;resize:vertical}button{background:var(--text-primary);color:#fff;padding:14px;border:none;cursor:pointer}.contact button:hover{opacity:.9}
