*{margin:0;padding:0;box-sizing:border-box}
:root{--bg:#F0E6D6;--primary:#973B2A;--hover:#A96052;--text:#742E22;--white:#fff}
html{scroll-behavior:smooth}
body{font-family:Manrope,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
#preloader{position:fixed;inset:0;background:var(--bg);display:flex;justify-content:center;align-items:center;z-index:9999;transition:.8s}
#preloader img{width:min(90vw,900px)}
.hero{position:relative;height:100svh;overflow:hidden}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.08)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.22))}
.hero-banner{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;padding:2vw}
.hero-banner img{width:100%;height:100%;object-fit:contain}
.hero-banner .banner-mobile{display:none}
.scroll{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);color:#fff;text-decoration:none}
.container{width:min(1200px,90%);margin:auto}
.manifesto{padding:100px 0;text-align:center}
.manifesto h1{font-family:'Cormorant Garamond';font-size:clamp(1.2rem,5vw,2.8rem);color:var(--primary)}
.manifesto p{max-width:500px;margin:50px auto;line-height:1.9}
.buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.button{padding:16px 28px;border-radius:999px;text-decoration:none;font-weight:600}
.primary{background:var(--primary);color:#fff}
.primary:hover{background:var(--hover)}
.secondary{border:2px solid var(--primary);color:var(--primary)}
.secondary:hover{background:var(--primary);color:#fff}
footer{padding:60px 0;border-top:1px solid rgba(0,0,0,.08)}
.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.footer-links{display:flex;gap:20px}
.floating-whatsapp{position:fixed;right:20px;bottom:20px;width:60px;height:60px;border-radius:50%;background:var(--primary);color:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:28px}
@media(max-width:768px){.buttons{flex-direction:column}.button{width:100%}.footer-content{justify-content:center;text-align:center;gap:20px}.hero-banner .banner-desktop{display:none}.hero-banner .banner-mobile{display:block}}
