*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f7f5f1;color:#2c2c2c;line-height:1.6;}
img{display:block;max-width:100%;}
.container{width:min(1100px,92%);margin:auto;}
header{position:fixed;top:0;left:0;width:100%;background:rgba(247,245,241,.92);backdrop-filter:blur(10px);border-bottom:1px solid #e8e5dd;z-index:100;}
header .container{display:flex;justify-content:space-between;align-items:center;padding:18px 0;}
.logo{text-decoration:none;font-weight:700;font-size:1.4rem;color:#222;}
nav{display:flex;gap:28px;}nav a{text-decoration:none;color:#555;font-size:.95rem;}nav a:hover{color:#000;}
.hero{position:relative;height:92vh;min-height:700px;overflow:hidden;}
.hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.58);}
.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.12));}
.hero-content{position:absolute;left:8%;bottom:10%;color:#fff;max-width:560px;}
.hero-content span,.small-title{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;opacity:.9;}
.hero-content h1{font-size:clamp(3.5rem,8vw,6.5rem);line-height:.95;margin:18px 0;}
.hero-content p{font-size:1.25rem;margin-bottom:34px;}
.button{display:inline-block;padding:16px 34px;background:#fff;color:#222;border-radius:999px;text-decoration:none;font-weight:600;transition:.25s;}
.button:hover{transform:translateY(-2px);background:#f1f1f1;}
.section{width:min(1100px,92%);margin:110px auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;}
.section img{border-radius:22px;box-shadow:0 20px 50px rgba(0,0,0,.12);}
.section h2,.about h2{font-size:clamp(2.3rem,5vw,4rem);margin:15px 0 25px;line-height:1.05;}
.about{width:min(800px,92%);margin:120px auto;text-align:center;}
.about p,.section p{color:#666;font-size:1.05rem;}
footer{background:#ece7de;padding:60px 20px;text-align:center;}
footer h3{margin-bottom:12px;}footer p{color:#666;margin-top:8px;}
@media(max-width:900px){header .container{flex-direction:column;gap:14px;}.hero{height:80vh;min-height:560px;}.hero-content{left:24px;right:24px;bottom:50px;}.hero-content h1{font-size:3.4rem;}.section{grid-template-columns:1fr;gap:40px;}}