@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fdf4f1;color:#4b3a3a;--bg: #fffaf9;--surface: rgba(255, 255, 255, .88);--surface-strong: #ffffff;--primary: #fc9bae;--primary-dark: #f08396;--accent: #b9935a;--muted: #a38c6a;--border: rgba(185, 147, 90, .25);--shadow: 0 30px 80px rgba(185, 147, 90, .12)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,#fffaf9,#ffe4e8 24%,#fff5e6 55%,#fff0f3);color:#7a603c}img,iframe{display:block;max-width:100%}a{color:inherit;text-decoration:none}.page-shell{max-width:1200px;margin:0 auto;padding:0 24px}.nav-shell{padding-top:32px;padding-bottom:24px}.content-shell{padding-top:48px;padding-bottom:48px}.main-header{background:#fff;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1000;box-shadow:0 4px 12px #00000008;padding:10px 40px}.header-top{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1600px}.header-logo-left{display:flex;align-items:center;flex:1}.header-logo-left img{height:60px;width:auto}.header-title-center{font-family:Great Vibes,cursive;font-size:2.5rem;color:var(--accent);text-align:center;flex:1}.header-top-icons{display:flex;gap:15px;flex:1;justify-content:flex-end}.header-top-icons button{background:none;border:none;cursor:pointer;font-size:1.3rem;color:var(--accent);transition:transform .2s;display:flex;align-items:center;justify-content:center}.header-top-icons button:hover{transform:scale(1.1)}.header-bottom{display:flex;gap:30px;flex-wrap:wrap;justify-content:center;margin-bottom:25px;margin-top:25px}.header-bottom a{font-size:.75rem;font-weight:600;letter-spacing:1px;color:#000;transition:color .2s}.header-bottom a:hover{color:var(--primary)}.section-icon{font-size:1.3rem;margin-right:8px;color:#d97f7e}.card-icon{font-size:2.2rem;color:#d97f7e;margin-bottom:12px;display:inline-flex}.promo-icon{font-size:2rem;color:#d97f7e;margin-bottom:16px}.testimonial-stars{display:flex;gap:6px;color:#f4a9a8;font-size:1rem;margin-bottom:12px}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-social{display:flex;gap:16px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f69b9d26;color:#d97f7e;transition:background .2s ease,transform .2s ease}.footer-social a:hover{background:#f69b9d4d;transform:translateY(-2px)}.order-cta{display:flex;justify-content:center;margin-top:24px}.mobile-menu-toggle{display:none;font-size:1.8rem;color:var(--accent);cursor:pointer;z-index:1001}@media (max-width: 768px){.main-header{padding:10px 15px}.header-top{flex-wrap:wrap;align-items:center}.mobile-menu-toggle{display:flex;order:1;flex:1}.header-logo-left{order:2;flex:2;justify-content:center}.header-logo-left img{height:50px}.header-top-icons{order:3;flex:1;justify-content:flex-end;gap:10px}.header-top-icons button,.header-top-icons a{font-size:1.1rem}.header-title-center{order:4;flex:100%;font-size:2rem;margin-top:5px}.header-bottom{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fffffffa;border-bottom:1px solid var(--border);box-shadow:0 10px 20px #0000000d;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;margin:0;gap:0}.header-bottom.open{max-height:400px}.header-bottom a{padding:15px 20px;border-top:1px solid rgba(185,147,90,.1);font-size:.85rem;width:100%;text-align:center}.custom-cake-banner{flex-direction:column}.custom-cake-img-container{min-height:250px}.custom-cake-text{padding:30px}.hero{min-height:350px;height:45vh}.hero-constrained{width:100%;border-radius:0 0 24px 24px}}.hero{position:relative;width:100%;height:60vh;min-height:450px;max-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.hero-constrained{width:98%;max-width:2400px;margin:0 auto;border-radius:0 0 40px 40px}.hero-grid{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:100%;gap:10px}.hero-grid-item{width:100%;height:100%;background-size:cover;background-position:center;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:.5}to{opacity:1}}.hero-copy h1,.section h2,.testimonial-card strong{margin:0}.hero h1{font-size:clamp(2.8rem,4vw,4.4rem);line-height:1.02;margin-bottom:18px;color:#3f2b2d}.hero-text,.section p,.testimonial-card p,.footer p{margin:0;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin:28px 0 18px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:999px;font-weight:700;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.button:hover{transform:translateY(-3px)}.button-primary{background:linear-gradient(135deg,#fc9bae,#ffc4cf);color:#fff;box-shadow:0 18px 40px #fc9bae3d}.button-secondary{background:#fffffff5;border:1px solid rgba(185,147,90,.4);color:#b9935a}.hero-pillars{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;color:#7c5f5f}.hero-pillars span{background:#ffffffd6;border:1px solid rgba(228,189,184,.8);border-radius:999px;padding:10px 16px;font-size:.95rem}.section{padding:52px 0}.section-products .gallery-card,.section-promotions .card,.section-order .card{min-height:260px}.section-products .gallery-card img{height:220px}.product-card{overflow:hidden}.section-promotions .promo-card{background:linear-gradient(180deg,#fff4f2fa,#ffe6e4f2)}.section-complaints .complaint-panel{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:28px;border-radius:32px;background:#fffffff0;border:1px solid rgba(237,203,193,.86);box-shadow:var(--shadow)}.section-complaints .complaint-note{margin-top:14px;color:#7a5d5d}@media (max-width: 860px){.section-complaints .complaint-panel{grid-template-columns:1fr}}.section-intro{max-width:720px;margin-bottom:30px}.cards-grid,.gallery-grid,.testimonial-grid{display:grid;gap:24px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.card,.testimonial-card{border-radius:32px;background:#ffffffeb;border:1px solid var(--border);padding:28px;box-shadow:var(--shadow);transition:transform .28s ease,box-shadow .28s ease}.card:hover,.gallery-card:hover,.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 36px 90px #a0736824}.card-soft{background:linear-gradient(180deg,#fff8f6fa,#fff1eef2)}.card h3,.gallery-card h3,.testimonial-card strong{margin-bottom:14px;color:#4c3437}.section-video{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.video-panel,.video-copy{position:relative}.video-frame{border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#fff4f2,#fce7e3);border:1px solid rgba(237,203,193,.65);box-shadow:var(--shadow)}.video-frame iframe{width:100%;min-height:380px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.gallery-card{position:relative;overflow:hidden;border-radius:32px;background:#fff;min-height:360px}.gallery-card img{width:100%;height:260px;object-fit:cover;display:block}.gallery-card-content{padding:22px}.gallery-card h3{font-size:1.3rem}.gallery-card p{margin-top:10px;color:#7a5d5d}.section-testimonials{padding-top:34px}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.testimonial-card p{font-size:1rem;color:#675455}.testimonial-card strong{display:block;margin-top:22px;font-size:.95rem}.section-cta{display:grid;grid-template-columns:1.4fr .85fr;gap:28px;align-items:center;background:#ffffffe6;border:1px solid rgba(236,201,191,.9);border-radius:36px;padding:42px;box-shadow:var(--shadow)}.section-cta p{color:#6d5353}.footer{padding-top:44px;text-align:center;color:#8c6c63}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.product-card{background:transparent;border-radius:0;overflow:visible;box-shadow:none;border:none;text-align:center}.product-image{position:relative;width:100%;height:320px;border-radius:24px;overflow:hidden;box-shadow:0 15px 35px #b9935a26;border:4px solid white;transition:all .4s ease}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image{box-shadow:0 25px 45px #b9935a40;transform:translateY(-10px)}.product-card:hover .product-image img{transform:scale(1.08)}.product-content{margin-top:25px}.product-content h3{font-family:Great Vibes,cursive;font-size:2.2rem;color:var(--accent);margin:0 0 5px;font-weight:400}.product-content p{color:var(--muted);font-size:.95rem;letter-spacing:1px;text-transform:uppercase;margin:0}.favorite-btn{position:absolute;top:15px;right:15px;background:#fff;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a;cursor:pointer;z-index:10;transition:all .3s ease}.favorite-btn:hover{transform:scale(1.1)}.heart-icon{font-size:1.2rem;color:#ccc;transition:color .3s ease}.heart-icon.active{color:#ff4b4b}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.modal-content{background-color:#fff;border-radius:24px;padding:40px;max-width:1200px;width:95%;position:relative;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;gap:30px;max-height:90vh;overflow-y:auto}@media (min-width: 768px){.modal-content{flex-direction:row;align-items:center}.modal-image-container{flex:1}.modal-text-container{flex:1.2;text-align:left}}.modal-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--muted);transition:color .2s;z-index:10}.modal-close:hover{color:var(--primary)}.modal-image-container img{width:100%;height:auto;min-height:250px;max-height:400px;object-fit:cover;border-radius:16px;box-shadow:0 10px 20px #0000000d}.modal-title{font-size:3rem;margin:0 0 15px}.modal-description{font-size:1.05rem;line-height:1.6;color:#666;font-style:italic;white-space:pre-line;margin:0}.footer-elegant{background-color:var(--bg);border-top:1px solid var(--border);padding:30px 20px 15px;color:var(--color);font-family:Inter,sans-serif;margin-top:30px}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:1200px;margin:0 auto 20px}.footer-brand .footer-logo{height:60px;margin-bottom:10px}.footer-brand p{color:var(--muted);font-size:.85rem;line-height:1.5}.footer-links h3,.footer-contact h3{color:var(--accent);font-size:1.05rem;margin-bottom:12px;font-weight:600;letter-spacing:1px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{color:var(--muted);text-decoration:none;font-size:.85rem;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-contact p{color:var(--muted);font-size:.85rem;margin:6px 0}.footer-social-elegant{display:flex;gap:12px;margin-top:15px}.footer-social-elegant a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background-color:#fff;color:var(--accent);font-size:1.1rem;box-shadow:0 4px 10px #0000000d;transition:all .3s ease}.footer-social-elegant a:hover{background-color:var(--primary);color:#fff;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:15px;border-top:1px solid rgba(185,147,90,.1);color:var(--muted);font-size:.8rem}.whatsapp-floating-btn{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff;border-radius:50px;padding:12px 24px 12px 20px;display:flex;align-items:center;gap:10px;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:1rem;box-shadow:0 10px 25px #25d36666;z-index:1000;transition:all .3s ease}.whatsapp-floating-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 30px #25d36680;color:#fff}.whatsapp-icon{font-size:1.8rem}.search-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fffffffa;z-index:2000;display:flex;flex-direction:column;overflow-y:auto;animation:fadeIn .3s ease}.search-container{max-width:1200px;width:100%;margin:0 auto;padding:40px 20px}.search-header{display:flex;align-items:center;border-bottom:2px solid var(--border);padding-bottom:20px;margin-bottom:40px}.search-icon-large{font-size:2.5rem;color:var(--accent);margin-right:20px}.search-input{flex:1;border:none;background:transparent;font-size:2rem;font-family:Inter,sans-serif;color:var(--color);outline:none}.search-input::placeholder{color:#ccc}.search-close-btn{background:transparent;border:none;font-size:2.5rem;color:var(--color);cursor:pointer;transition:color .3s ease}.search-close-btn:hover{color:var(--accent)}.no-results{text-align:center;color:var(--muted);font-size:1.5rem;margin-top:60px}@media (max-width: 960px){.section-video,.section-cta{grid-template-columns:1fr}.hero{padding-top:16px}.video-frame iframe{min-height:280px}}@media (max-width: 640px){.page-shell{padding:22px 16px 32px}.hero h1{font-size:2.6rem}.hero-actions{flex-direction:column}.button{width:100%}}@media (max-width: 480px){.products-grid,.gallery-grid,.testimonial-grid,.cards-grid,.footer-top{grid-template-columns:1fr}.main-header{padding:10px}.header-title-center{font-size:1.6rem}.header-logo-left img{height:40px}.modal-content{padding:20px;width:100%}.custom-cake-text{padding:20px}.product-image{height:250px}.product-content h3{font-size:1.8rem}.section{padding:40px 0}.hero{min-height:350px;height:45vh}.hero-constrained{width:100%;border-radius:0 0 24px 24px}}
