
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Poppins',sans-serif;background:#fafafa;color:#303030;line-height:1.65}
h1,h2,h3{font-family:'Playfair Display',serif}
h2{font-size:2rem;margin-bottom:0.8rem}
h3{font-size:1.25rem;margin-bottom:0.5rem}
a{color:#0b665c;text-decoration:none}
.container{width:90%;max-width:1150px;margin:0 auto}
.navbar{background:#fff;box-shadow:0 2px 5px rgba(0,0,0,0.04);position:sticky;top:0;z-index:100}
.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}
.logo{font-size:1.7rem;font-weight:700;font-family:'Playfair Display',serif}
.logo span{color:#0b665c}
.nav-links{list-style:none;display:flex;gap:1.6rem;font-weight:500}
.btn-primary{background:#0b665c;color:#fff;padding:0.9rem 2rem;border-radius:40px;display:inline-block;font-weight:600}
.hero{height:85vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.hero-overlay{background:rgba(0,0,0,0.5);padding:2.8rem;border-radius:12px;text-align:center;color:#fff;max-width:700px}
.hero h1{font-size:2.6rem;margin-bottom:0.8rem}
.section{padding:4.5rem 0}
.section-grey{background:#f2f2f2;padding:4.5rem 0}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.8rem;margin-top:2rem}
.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,0.05)}
.process-list{margin-top:1.2rem;list-style-position:inside}
.process-list li{margin-bottom:1rem}
.product{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;margin-bottom:3.5rem}
.product img{width:100%;max-width:500px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}
.product.reverse{flex-direction:row-reverse}
.product div{flex:1 min-width:280px}
.contact-form{display:grid;gap:1rem;max-width:580px;margin-top:1.5rem}
.contact-form input,.contact-form textarea{width:100%;padding:0.9rem;border:1px solid #ccc;border-radius:8px}
.note{margin-top:2rem;font-size:0.95rem}
.footer{text-align:center;font-size:0.9rem;padding:2.2rem 0;background:#fff;border-top:1px solid #e5e5e5;margin-top:4rem}
@media(max-width:640px){.hero h1{font-size:1.7rem}}
