.site{min-height:100vh;display:flex;flex-direction:column}.hero{width:100%;display:flex;justify-content:center;background-color:#f0f0f0}.hero-image{width:100%;max-width:720px;max-height:480px;object-fit:cover;border-radius:0 0 12px 12px}.content{max-width:640px;width:100%;margin:0 auto;padding:3rem 1.5rem 4rem}.intro{margin-bottom:3rem}.intro h1{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem;color:#111}.intro .subtitle{font-size:1.125rem;color:#666;font-weight:300}.about{margin-bottom:3rem}.about h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#111}.about p{margin-bottom:1rem;color:#444;font-size:1rem}.contact{margin-bottom:3rem}.contact h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#111}.contact>p{margin-bottom:1.5rem;color:#444}.contact-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.contact-list li{display:flex;align-items:baseline;gap:1rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.contact-label{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;color:#888;min-width:80px}.footer{margin-top:auto;text-align:center;padding:2rem 1rem;font-size:.875rem;color:#aaa;border-top:1px solid #eee}@media(max-width:600px){.intro h1{font-size:1.75rem}.hero-image{border-radius:0}.contact-list li{flex-direction:column;gap:.25rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background-color:#fafafa;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}
