
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#fff8fb;color:#2f2f2f;line-height:1.7}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#3b1f2b;color:#fff;font-size:14px;padding:8px 0}
.topbar .container{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
.header{background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.08);position:sticky;top:0;z-index:99}
.nav-wrap{display:flex;justify-content:space-between;align-items:center;padding:16px 0}
.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:900;color:#b76e79}
.logo-mark{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#b76e79,#d4af37);display:grid;place-items:center;color:#fff;font-weight:900}
.nav a{margin-left:22px;font-weight:700;color:#444}
.nav a:hover{color:#b76e79}
.hero{min-height:580px;background:linear-gradient(rgba(55,20,40,.55),rgba(55,20,40,.55)),url('https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&w=1600&q=80');background-size:cover;background-position:center;display:flex;align-items:center;text-align:center;color:#fff}
.hero h1{font-size:54px;line-height:1.15;margin-bottom:18px}
.hero p{font-size:20px;max-width:780px;margin:0 auto}
.btn{display:inline-block;margin-top:26px;background:#d4af37;color:#fff;padding:14px 34px;border-radius:40px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.btn.secondary{background:#b76e79}
section{padding:75px 0}
.section-title{text-align:center;font-size:38px;color:#b76e79;margin-bottom:14px}
.section-subtitle{text-align:center;max-width:850px;margin:0 auto 40px;font-size:18px;color:#555}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border-radius:22px;box-shadow:0 10px 28px rgba(0,0,0,.08);overflow:hidden}
.card-body{padding:26px}
.card h3{color:#b76e79;font-size:23px;margin-bottom:10px}
.card-img{height:230px;width:100%;object-fit:cover}
.about-wrap{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}
.about-wrap img{border-radius:26px;box-shadow:0 10px 28px rgba(0,0,0,.12)}
.soft-bg{background:#fff0f5}
.gallery-img{height:240px;width:100%;object-fit:cover;border-radius:20px;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.review{background:#fff;border-radius:22px;padding:26px;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.stars{color:#d4af37;font-size:20px;margin-bottom:8px}
.page-hero{background:linear-gradient(135deg,#3b1f2b,#b76e79);color:#fff;text-align:center;padding:85px 0}
.page-hero h1{font-size:44px;margin-bottom:10px}
.article{max-width:900px;margin:auto;background:#fff;border-radius:22px;padding:35px;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.article h2,.article h3{color:#b76e79;margin:22px 0 10px}
.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}
.service-box{background:#fff;border-radius:22px;padding:28px;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.service-box h3{color:#b76e79}
.contact{background:#b76e79;color:#fff}
.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:35px}
form{background:#fff;padding:30px;border-radius:22px}
input,textarea{width:100%;padding:14px;margin-bottom:14px;border:1px solid #ddd;border-radius:10px;font-size:15px}
button{width:100%;padding:14px;border:none;border-radius:40px;background:#d4af37;color:#fff;font-weight:900;cursor:pointer}
.footer{background:#3b1f2b;color:#fff;padding:35px 0;text-align:center}
.footer a{color:#ffdca0}
.toolbar{position:fixed;right:18px;bottom:18px;z-index:100;display:flex;flex-direction:column;gap:10px}
.toolbar a,.toolbar button{width:48px;height:48px;border-radius:50%;border:0;background:#b76e79;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 6px 16px rgba(0,0,0,.25);cursor:pointer}
@media(max-width:900px){
 .nav-wrap{flex-direction:column;gap:14px}.nav a{margin:0 8px;font-size:14px}
 .hero h1{font-size:36px}.hero p{font-size:17px}
 .grid-3,.grid-4,.about-wrap,.contact-wrap,.service-list{grid-template-columns:1fr}
 .gallery-img{height:260px}
}
