.splash-container{position:fixed;top:0;right:0;bottom:0;left:0;background:#F8F3EA;display:flex;justify-content:center;align-items:center;z-index:9999;animation:splashFadeOut .8s ease forwards;animation-delay:2.5s}.splash-logo{width:640px;max-width:90%;animation:logoFadeIn 1s ease}@media (max-width: 768px){.splash-logo{width:350px}}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes splashFadeOut{to{opacity:0;visibility:hidden}}.header{position:fixed;top:0;width:100%;z-index:999;background:rgba(248,243,234,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.header-container{max-width:1300px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:15px 40px}.logo{width:220px;cursor:pointer}.desktop-nav{display:flex;gap:35px}.desktop-nav button{background:none;border:none;color:#2f5d50;font-size:16px;font-weight:600;cursor:pointer;transition:.3s}.desktop-nav button:hover{color:#8a6e3b}.hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer}.hamburger span{width:28px;height:3px;background:#2F5D50;transition:.3s}.hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(12px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-12px)}.mobile-menu{display:none}@media (max-width:900px){.desktop-nav{display:none}.logo{width:180px}.hamburger{display:flex}.header-container{padding:15px 20px}.mobile-menu{display:flex;position:fixed;top:78px;right:-100%;width:260px;height:100vh;background:#F8F3EA;flex-direction:column;padding:40px 30px;gap:20px;transition:.35s;box-shadow:-8px 0 25px #00000014}.mobile-menu.show{right:0}.mobile-menu button{background:none;border:none;font-size:18px;font-weight:600;color:#2f5d50;text-align:left;cursor:pointer}}.hero{width:100%;min-height:100vh;background:#F8F3EA;display:flex;justify-content:center;align-items:center;padding:100px 8%;gap:60px}.hero-left{flex:1}.hero-logo{width:330px;max-width:100%;margin-bottom:30px}.hero-left h1{font-size:3rem;color:#2f5d50;line-height:1.2;margin-bottom:25px}.hero-left p{font-size:1.15rem;color:#555;line-height:1.8;max-width:550px;margin-bottom:40px}.hero-left button{background:#2F5D50;color:#fff;border:none;padding:16px 36px;border-radius:40px;font-size:17px;cursor:pointer;transition:.3s}.hero-left button:hover{background:#3D725F;transform:translateY(-3px)}.hero-right{flex:1;display:flex;justify-content:center}.hero-right img{width:100%;max-width:650px;animation:float 4s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:991px){.hero{flex-direction:column;text-align:center;padding-top:120px;gap:40px}.hero-right{order:1;margin-top:0}.hero-left{order:2}.hero-logo{display:none}.hero-left p{margin:auto auto 35px}.hero-left h1{font-size:2.3rem}.hero-right img{max-width:430px}}@media (max-width:600px){.hero{padding:110px 20px 60px;gap:25px}.hero-right{order:1}.hero-left{order:2}.hero-left h1{font-size:1.9rem}.hero-left p{font-size:1rem;margin-bottom:30px}.hero-left button{padding:14px 28px;font-size:16px}.hero-right img{max-width:100%}}.about{background:#f8f3ea;padding:100px 8%}.about-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-image img{width:100%;border-radius:20px;display:block}.about-content h5{color:#8c6a2e;letter-spacing:2px;margin-bottom:12px}.about-content h2{font-size:42px;color:#5c3d18;margin-bottom:20px}.about-content p{font-size:18px;line-height:1.9;color:#555;margin-bottom:18px}.mission-grid{max-width:1200px;margin:70px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:30px}.mission-card{background:#efe5d2;padding:35px;border-radius:18px}.mission-card h3{color:#6f4d1f;margin-bottom:15px}.mission-card p{line-height:1.8;color:#555}@media (max-width:768px){.about-container{grid-template-columns:1fr}.about-content{text-align:center}.about-content h2{font-size:32px}.mission-grid{grid-template-columns:1fr}}.products-section{padding:90px 6%;background:#ffffff}.products-header{text-align:center;margin-bottom:60px}.products-header h2{font-size:42px;color:#0a1e4a;margin-bottom:10px;font-family:Cormorant Garamond,serif}.products-header p{font-size:18px;color:#666}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1200px;margin:auto}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:.35s}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.product-image{position:relative;overflow:hidden;height:420px}.product-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover img{transform:scale(1.08)}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,30,56,.55);color:#fff;font-size:22px;font-weight:600;opacity:0;transition:.35s}.product-card:hover .product-overlay{opacity:1}.product-content{padding:24px;text-align:center}.product-content h3{margin-bottom:12px;color:#0a1e4a;font-size:28px;font-family:Cormorant Garamond,serif}.price{color:#b8860b;font-size:24px;font-weight:700}.delivery-note{margin-top:60px;text-align:center;font-size:24px;color:#0a1e4a;font-weight:600}@media (max-width:900px){.products-grid{grid-template-columns:1fr}.product-image{height:320px}.products-header h2{font-size:34px}.product-content h3{font-size:24px}}:root{--gold: #001e38;--blue-bg: #f7f8f9}.contact-section{background:var(--blue-bg);padding:120px 20px;color:#001e38}.contact-container{max-width:1100px;margin:auto}.info-bar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:50px}.info-item{text-align:center;flex:1;min-width:120px}.info-item img{width:55px}.follow-title{font-size:28px;font-weight:800;text-align:center;margin-bottom:15px}.social-row{display:flex;justify-content:center;gap:30px;margin-top:15px}@keyframes breathe{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.social-row img{width:45px;animation:breathe 3s infinite ease-in-out}.contact-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.wa-main-title{font-size:24px;font-weight:800;color:#001e38;text-align:center;margin-bottom:15px}.wa-buttons-inline{display:flex;justify-content:center;align-items:center;gap:30px}.wa-small{display:flex;flex-direction:column;align-items:center;text-decoration:none}.wa-small img{width:55px;animation:breathe-wa 3s infinite ease-in-out}@keyframes breathe-wa{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.wa-small span{margin-top:5px;font-size:17px;font-weight:800;color:#001e38}.contact-right{width:100%;padding-top:25px}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;margin-bottom:12px;border-radius:6px;border:1px solid rgba(0,0,0,.15);background:#fff;font-size:16px}.row{display:flex;gap:12px}textarea{height:140px}.send-btn{width:100%;padding:12px;font-size:18px;background:var(--gold);color:#fff;border-radius:8px}.status{margin-top:10px;font-size:14px;color:var(--gold)}@media (max-width: 820px){.contact-main-grid{grid-template-columns:1fr}.row{flex-direction:column}.contact-right{width:70%;margin:0 auto;padding-top:15px}.wa-buttons-inline{justify-content:center}}.contact-section{opacity:0;transform:translateY(40px);transition:opacity 1s ease,transform 1s ease}.contact-section.visible{opacity:1;transform:translateY(0)}.wa-small{display:flex;flex-direction:column;align-items:center;text-decoration:none;background:#ffffff;padding:15px 20px;border-radius:12px;box-shadow:0 4px 14px #00000026;transition:transform .3s ease,box-shadow .3s ease}.wa-small:hover{transform:translateY(-5px);box-shadow:0 8px 22px #00000038}.wa-small:active{transform:translateY(0);box-shadow:0 3px 8px #0000002e}.footer{background:#efe5d2;padding:70px 25px 20px;color:#4d3d25}.footer-container{max-width:1200px;margin:auto;display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap}.footer-column{flex:1;min-width:240px}.footer-column h3{margin-bottom:18px;font-size:24px;color:#6f4d1f}.footer-column p{margin-bottom:10px;line-height:1.7}.footer-tagline{font-weight:600;color:#8b6b35}.footer-column button{display:block;background:none;border:none;margin-bottom:12px;cursor:pointer;font-size:16px;color:#4d3d25;transition:.3s}.footer-column button:hover{color:#8b6b35}.footer-column a{color:#4d3d25;text-decoration:none}.footer-column a:hover{color:#8b6b35}.footer-whatsapp{display:inline-block;margin-top:15px;background:#6f8b3d;color:#fff!important;padding:12px 22px;border-radius:30px;font-weight:600;transition:.3s}.footer-whatsapp:hover{background:#59742d}.footer-bottom{border-top:1px solid rgba(0,0,0,.12);margin-top:50px;padding-top:20px;text-align:center;font-size:15px}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-column button{margin:auto auto 12px}.footer-whatsapp{margin-top:20px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:#FCF7EF;color:#333;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}
