@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');
:root{--wine:#6B3D4A;--mauve:#C3879A;--pink:#E7C5CF;--cream:#fffaf8;--ink:#4a3038;--line:#ead9de}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#fff;font-size:16px;line-height:1.55}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #f0e4e7}.nav-wrap{height:78px;display:flex;align-items:center;gap:25px}.brand img{width:170px;height:auto}.desktop-nav{display:flex;gap:22px;margin-left:auto;font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.06em;color:#65434c}.desktop-nav a:hover{color:var(--mauve)}.nav-whatsapp{margin-left:8px}.menu-btn,.mobile-nav{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 21px;border-radius:8px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.02em;border:1px solid transparent;cursor:pointer;transition:.2s}.btn-primary{background:var(--wine);color:white;box-shadow:0 8px 18px rgba(107,61,74,.16)}.btn-primary:hover{background:#58313d;transform:translateY(-1px)}.btn-outline{border-color:var(--mauve);color:var(--wine);background:white}.btn-outline:hover{background:var(--pink)}.btn-light{background:white;color:var(--wine)}.small{padding:10px 13px;font-size:11px;width:100%}.hero{background:linear-gradient(100deg,#fff7f8 0%,#f7e7eb 48%,#f2dbe2 100%);overflow:hidden}.hero-grid{min-height:585px;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:40px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:700;color:var(--mauve)}h1,h2{font-family:"Playfair Display",serif;font-weight:500;line-height:1.08;margin:12px 0}h1{font-size:clamp(48px,6vw,78px);color:var(--wine)}h1 em{color:var(--mauve)}h2{font-size:42px;color:var(--wine)}h3{margin:0 0 6px;color:var(--wine)}.hero-copy>p{font-size:18px;max-width:570px;color:#684c55}.hero-actions{display:flex;gap:12px;margin:28px 0}.trust-row{display:flex;flex-wrap:wrap;gap:15px;color:#785a63;font-size:12px}.hero-photo{height:500px;overflow:hidden;border-radius:220px 220px 20px 20px;box-shadow:0 20px 50px rgba(107,61,74,.15);border:8px solid rgba(255,255,255,.55)}.hero-photo img{width:100%;height:100%;object-fit:cover}.section{padding:80px 0}.soft{background:#fff7f8}.section-heading{text-align:center;margin-bottom:38px}.section-heading span{font-size:11px;letter-spacing:.18em;font-weight:700;color:var(--mauve)}.section-heading h2{margin-top:7px}.occasion-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.occasion-grid a{background:white;border:1px solid var(--line);border-radius:12px;padding:20px 8px;text-align:center;transition:.2s}.occasion-grid a:hover{transform:translateY(-3px);border-color:var(--mauve);box-shadow:0 10px 25px rgba(107,61,74,.08)}.occasion-grid span{display:block;font-size:27px;color:var(--mauve);margin-bottom:8px}.occasion-grid b{font-size:12px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white;box-shadow:0 8px 25px rgba(107,61,74,.05)}.product-card>img{width:100%;aspect-ratio:4/4.4;object-fit:cover}.product-body{padding:18px}.product-body p{font-size:13px;color:#775c65;min-height:42px}.product-body strong{display:block;color:var(--mauve);font-size:13px;margin:12px 0}.center{text-align:center;margin-top:28px}.custom{padding:45px 0;background:linear-gradient(90deg,#f6dce4,#fdeff2)}.custom-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:10px 30px}.custom h2{margin:5px 0 10px;font-size:36px}.custom p{max-width:680px;margin:0;color:#765760}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;text-align:center}.features>div{padding:8px 18px;border-right:1px solid var(--line)}.features>div:last-child{border-right:0}.features span{font-size:32px;color:var(--mauve)}.features h3{font-size:16px;margin-top:8px}.features p{font-size:13px;color:#7b6269}.gallery-section{background:#fff7f8}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}.info-card{background:#fff7f8;border:1px solid var(--line);border-radius:16px;padding:30px}.info-card .icon{font-size:30px;color:var(--mauve)}.info-card h2{font-size:32px}.info-card ul{padding-left:18px;color:#6f555e;font-size:14px}.info-card li{margin:8px 0}.cta{background:var(--wine);color:white;padding:30px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{color:white;margin:0 0 3px;font-size:38px}.cta p{margin:0;color:#f2dbe2}footer{background:#482c35;color:#f8e9ed;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.3fr 1.1fr;gap:35px}.footer-logo{width:180px;filter:brightness(0) invert(1);opacity:.95}.footer-grid h3{color:#f3cbd5;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.footer-grid a,.footer-grid span{display:block;font-size:13px;margin:8px 0;color:#ead7dc}.tagline{font-family:"Playfair Display",serif;color:#e7c5cf;max-width:250px}.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:40px;padding-top:18px;text-align:center;font-size:11px;color:#d9c2c8}.floating-wa{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:white;font-size:28px;z-index:30;box-shadow:0 10px 25px rgba(0,0,0,.18);cursor:pointer}
@media(max-width:950px){.desktop-nav{display:none}.nav-whatsapp{margin-left:auto}.menu-btn{display:block;border:0;background:none;color:var(--wine);font-size:28px}.mobile-nav{padding:10px 4%;background:white;border-top:1px solid #f0e4e7;flex-direction:column}.mobile-nav.open{display:flex}.mobile-nav a{padding:10px;font-weight:700;font-size:13px}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:65px 0}.hero-copy{text-align:center}.hero-copy>p{margin:0 auto}.hero-actions{justify-content:center}.trust-row{justify-content:center}.hero-photo{height:430px;border-radius:180px 180px 18px 18px}.occasion-grid{grid-template-columns:repeat(4,1fr)}.products{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:repeat(2,1fr)}.features>div:nth-child(2){border-right:0}.gallery{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.nav-wrap{height:68px}.brand img{width:145px}.nav-whatsapp{display:none}.hero-grid{padding:48px 0}.hero-photo{height:350px}.section{padding:58px 0}h1{font-size:47px}h2{font-size:34px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.trust-row{display:grid;grid-template-columns:1fr 1fr;text-align:left}.occasion-grid{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:1fr}.features,.two-col,.footer-grid{grid-template-columns:1fr}.features>div{border-right:0;border-bottom:1px solid var(--line);padding-bottom:20px}.gallery{grid-template-columns:repeat(2,1fr)}.custom-inner,.cta-inner{flex-direction:column;align-items:flex-start}.custom-inner .btn,.cta-inner .btn{width:100%}.info-card{padding:24px}.footer-grid{gap:25px}}
