:root{--turquoise:#2ec4b6;--pink:#ffb6c1;--white:#ffffff;--text:#2b2b2b;--muted:#6b6b6b}
*{box-sizing:border-box}
body{font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;line-height:1.6;margin:0;color:var(--text);background:var(--white)}
.container{max-width:1100px;margin:0 auto;padding:1rem}
.site-header{background:linear-gradient(90deg,rgba(46,196,182,0.95),rgba(255,182,193,0.95));border-bottom:1px solid rgba(0,0,0,0.06)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem}
.logo{font-family:'Great Vibes',cursive;margin:0;font-size:2.2rem;color:var(--text);letter-spacing:0.4px}
nav a{margin-left:1rem;color:var(--text);text-decoration:none;font-weight:600}
.hero{background-image:url('https://images.unsplash.com/photo-1544025162-d76694265947?auto=format&fit=crop&w=1400&q=80');background-size:cover;background-position:center;padding:4rem 0;color:#fff}
.hero-inner{background:linear-gradient(0deg,rgba(0,0,0,0.32),rgba(0,0,0,0.18));padding:2rem;border-radius:12px}
.hero h2{font-family:'Great Vibes',cursive;font-size:2.6rem;margin:0 0 .6rem}
.lead{font-size:1.05rem;opacity:0.95;margin-bottom:1rem}
.btn{display:inline-block;background:var(--turquoise);color:var(--white);padding:.7rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:700}
.about{padding:2rem 0}
.services{padding:2rem 0}
.experience{padding:2rem 0}
.gallery{padding:2rem 0}
.works{padding:2rem 0}
.history{padding:2rem 0}
.testimonials{padding:2rem 0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.grid figure{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,0.06);margin:0}
.grid img{width:100%;height:220px;object-fit:cover;display:block}
.grid figcaption{padding:.8rem 1rem;font-size:.95rem;color:var(--muted)}
.contact{padding:2rem 0}
form label{display:block;margin-bottom:.8rem}
input[type=text],textarea{width:100%;padding:.8rem;border:1px solid rgba(0,0,0,0.08);border-radius:8px}
.site-footer{padding:1.2rem 0;text-align:center;color:var(--muted)}

.quick-stats{display:flex;gap:1.2rem;margin-top:1rem}
.quick-stats div{background:linear-gradient(90deg,rgba(46,196,182,0.06),rgba(255,182,193,0.06));padding:.6rem 1rem;border-radius:8px;font-weight:600}
.cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}
.cols article{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 6px 14px rgba(0,0,0,0.04)}
.testimonials blockquote{background:linear-gradient(90deg,rgba(46,196,182,0.03),rgba(255,182,193,0.03));padding:1rem;border-left:4px solid var(--turquoise);margin:0 0 1rem;border-radius:6px}

@media(min-width:700px){.hero{padding:6rem 0}.hero-inner{max-width:640px}}
