@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap";.navbar{z-index:100;padding:1.25rem 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;padding:.85rem 0;box-shadow:0 1px #1c2b4a14}.navbar-inner{justify-content:space-between;align-items:center;display:flex}.navbar-brand{align-items:center;gap:.6rem;text-decoration:none;display:flex}.navbar-logo{object-fit:contain;width:48px;height:48px;transition:height .3s}.navbar.scrolled .navbar-logo{width:38px;height:38px}.navbar-links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--navy);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.navbar-links a:not(.nav-cta):after{content:"";background:var(--red);width:0;height:2px;transition:width .25s;position:absolute;bottom:-3px;left:0}.navbar-links a:not(.nav-cta):hover:after{width:100%}.navbar-links a:not(.nav-cta):hover{color:var(--red)}.nav-cta{padding:.6rem 1.4rem!important;font-size:.8rem!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--navy);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.hamburger{display:flex}.navbar-links{background:var(--white);z-index:99;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.navbar-links.open{display:flex}.navbar-links a{font-size:1.25rem}}.hero{align-items:center;min-height:100vh;padding:7rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-bg{background:var(--cream);z-index:0;position:absolute;inset:0}.hero-stripe{opacity:.06;border-radius:50%;position:absolute}.hero-stripe--yellow{background:var(--yellow);width:700px;height:700px;top:-200px;right:-100px}.hero-stripe--red{background:var(--red);width:400px;height:400px;bottom:-100px;left:-100px}.hero-stripe--navy{background:var(--navy);width:300px;height:300px;top:40%;right:30%}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-title{color:var(--navy);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-title span{color:var(--red);font-style:italic}.hero-desc{color:var(--gray);max-width:480px;margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-stats{align-items:center;gap:1.5rem;display:flex}.stat{flex-direction:column;display:flex}.stat-value{color:var(--navy);font-size:1.75rem;font-weight:800;line-height:1}.stat-label{color:var(--gray);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.7rem;font-weight:500}.stat-divider{background:var(--light-gray);width:1px;height:40px}.hero-gallery{height:480px;position:relative}.hero-card{border-radius:12px;transition:transform .4s;position:absolute;overflow:hidden;box-shadow:0 16px 48px #1c2b4a1f}.hero-card img{object-fit:cover;width:100%;height:100%}.hero-card--main{width:68%;height:75%;top:50%;left:0;transform:translateY(-50%)}.hero-card--sm{width:38%;height:44%;right:0}.hero-card--top{top:0}.hero-card--bot{bottom:0}.hero-card--main:hover{transform:translateY(calc(-50% - 4px))}.hero-card--sm:hover{transform:translateY(-4px)}.hero-badge{background:var(--yellow);color:var(--navy);text-align:center;z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:80px;height:80px;font-size:.55rem;font-weight:700;line-height:1.3;display:flex;position:absolute;bottom:60px;left:52%;box-shadow:0 8px 24px #f4c30066}.hero-scroll{z-index:1;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll span{letter-spacing:.15em;text-transform:uppercase;color:var(--gray);font-size:.65rem;font-weight:600}.scroll-line{background:linear-gradient(to bottom, var(--gray), transparent);width:1px;height:40px;animation:1.5s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@media (width<=480px){.hero{padding:5.5rem 0 3rem}.hero-title{font-size:2.1rem}.hero-card--main{height:180px!important}.hero-card--top{height:130px!important}.stat-value{font-size:1.4rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{justify-content:center;width:100%}}@media (width<=900px){.hero{min-height:auto;padding:6rem 0 3.5rem}.hero-inner{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-desc{margin-left:auto;margin-right:auto;font-size:.95rem}.hero-actions,.hero-stats{justify-content:center}.hero-gallery{grid-template-columns:1fr 1fr;gap:.75rem;height:auto!important;display:grid!important;position:static!important}.hero-card,.hero-card--main,.hero-card--sm,.hero-card--top,.hero-card--bot{width:auto!important;height:160px!important;position:static!important;inset:auto!important;transform:none!important}.hero-card--main{grid-column:1/-1;height:220px!important}.hero-card--top{grid-column:1/-1;height:160px!important}.hero-card--bot,.hero-badge{display:none!important}.hero-scroll{display:none}.hero-stripe--yellow{width:280px;height:280px;top:-80px;right:-80px}.hero-stripe--red{width:180px;height:180px;bottom:-60px;left:-60px}.hero-stripe--navy{display:none}}.about{background:var(--white)}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-features{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;display:grid}.feature{align-items:flex-start;gap:1rem;display:flex}.feature-icon{background:var(--light-gray);width:44px;height:44px;color:var(--red);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-title{color:var(--navy);margin-bottom:.25rem;font-size:.875rem;font-weight:700}.feature-desc{color:var(--gray);font-size:.8rem;line-height:1.6}.about-visual{position:relative}.about-img-stack{height:480px;position:relative}.img-back{object-fit:cover;border-radius:12px;width:72%;height:85%;position:absolute;top:0;right:0;box-shadow:0 16px 48px #1c2b4a1a}.img-front{object-fit:cover;border:4px solid var(--white);border-radius:12px;width:55%;height:60%;position:absolute;bottom:0;left:0;box-shadow:0 16px 48px #1c2b4a26}.about-accent{border:3px solid var(--yellow);z-index:-1;border-radius:12px;width:120px;height:120px;position:absolute;top:-20px;left:-20px}.about-quote{background:var(--light-gray);border-left:3px solid var(--red);border-radius:0 8px 8px 0;margin-top:2rem;padding:1.25rem 1.5rem}.about-quote p{color:var(--navy);font-size:.9rem;font-style:italic;font-weight:500}@media (width<=900px){.about-inner{grid-template-columns:1fr;gap:3rem}.about-visual{order:-1}.about-img-stack{height:320px}.about-features{grid-template-columns:1fr}}.gallery-section{background:var(--cream)}.gallery-section--boxes{padding-bottom:0}.gallery-header{max-width:600px;margin-bottom:3rem}.gallery-tabs{border-bottom:2px solid var(--light-gray);gap:.5rem;margin-bottom:2.5rem;padding-bottom:0;display:flex}.tab-btn{color:var(--gray);cursor:pointer;letter-spacing:.02em;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;transition:all .2s}.tab-btn:hover{color:var(--navy)}.tab-btn.active{color:var(--red);border-bottom-color:var(--red)}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding-bottom:4rem;display:grid}.gallery-item{cursor:pointer;aspect-ratio:1;background:0 0;border:none;border-radius:10px;padding:0;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-item:hover img{transform:scale(1.06)}.gallery-overlay{opacity:0;background:#1c2b4a80;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.lightbox{z-index:200;background:#000000eb;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:85vh}.lightbox-close{cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.lightbox-close:hover{background:#fff3}.lightbox-nav{cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#fff3}.lightbox-nav--prev{left:1.5rem}.lightbox-nav--next{right:1.5rem}.lightbox-counter{color:#fff9;font-size:.8rem;font-weight:500;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.bags-info{background:var(--white);padding:6rem 0}.bags-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.bags-list{flex-direction:column;gap:.75rem;margin-top:1.75rem;list-style:none;display:flex}.bags-list li{color:var(--dark);align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.bags-list li svg{color:var(--red);flex-shrink:0}.bags-preview{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.bags-preview img{aspect-ratio:3/4;object-fit:cover;border-radius:12px;width:100%;box-shadow:0 12px 36px #1c2b4a1a}.bags-preview img:last-child{margin-top:2rem}@media (width<=900px){.bags-inner{grid-template-columns:1fr;gap:3rem}.bags-preview{order:-1;max-width:400px;margin:0 auto}}@media (width<=640px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}}.contact{background:var(--cream)}.contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.info-cards{flex-direction:column;gap:1rem;margin-top:2.5rem;display:flex}.info-card{background:var(--white);color:inherit;border-radius:10px;align-items:flex-start;gap:1rem;padding:1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}a.info-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1c2b4a14}.info-icon{background:var(--light-gray);width:42px;height:42px;color:var(--red);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray);margin-bottom:.25rem;font-size:.7rem;font-weight:600;display:block}.info-value{color:var(--navy);font-size:.9rem;font-weight:600;line-height:1.5}.social-links{gap:.75rem;display:flex}.social-btn{background:var(--navy);color:var(--white);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.social-btn:hover{background:var(--teal);transform:translateY(-2px)}.contact-form-wrap{background:var(--white);border-radius:16px;padding:2.5rem;box-shadow:0 8px 32px #1c2b4a0f}.form-error-banner{color:#b91c1c;background:#fff0f0;border:1px solid #fca5a5;border-radius:8px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem}.form-error-banner a{color:var(--red);font-weight:600;text-decoration:underline}.form-title{color:var(--navy);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-group label{color:var(--navy);letter-spacing:.02em;font-size:.8rem;font-weight:600}.form-group input,.form-group textarea{border:1.5px solid var(--light-gray);color:var(--dark);background:var(--cream);resize:vertical;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:Poppins,sans-serif;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--navy);background:var(--white);box-shadow:0 0 0 3px #1c2b4a14}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray)}.form-success{text-align:center;color:var(--navy);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.form-success svg{color:var(--red)}.form-success h3{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700}.form-success p{color:var(--gray);font-size:.95rem}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}.footer{background:var(--navy);color:var(--white);position:relative}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2.75rem;padding-bottom:2.25rem;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-logo{object-fit:contain;width:44px;height:44px}.footer-name{font-size:.95rem;font-weight:700}.footer-tagline{color:#ffffff80;font-size:.75rem}.footer-nav{flex-wrap:wrap;gap:1.75rem;display:flex}.footer-nav a{color:#ffffffb3;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--yellow)}.footer-social{gap:.75rem;display:flex}.footer-social a{color:#ffffffb3;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex}.footer-social a:hover{background:var(--red);border-color:var(--red);color:var(--white)}.footer-bottom{border-top:1px solid #ffffff14;padding:.875rem 0}.footer-bottom .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.footer-bottom p{color:#ffffff73;font-size:.78rem}.footer-bottom a{color:#fff9;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:var(--yellow)}.whatsapp-fab{z-index:90;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 24px #25d36666}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 12px 32px #25d36680}@media (width<=768px){.footer-inner,.footer-bottom .container{flex-direction:column;align-items:flex-start}}:root{--red:#c41e3a;--navy:#1c2b4a;--yellow:#f4c300;--teal:#1b5e7e;--dark:#111827;--gray:#6b7280;--light-gray:#f3f0eb;--white:#fff;--cream:#fbf9f6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--dark);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{color:var(--navy);font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section-title span{color:var(--red)}.section-subtitle{color:var(--gray);max-width:560px;margin-top:1rem;font-size:1rem;line-height:1.8}.btn{letter-spacing:.05em;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:#a01830;transform:translateY(-2px);box-shadow:0 8px 24px #c41e3a59}.btn-outline{color:var(--navy);border:2px solid var(--navy);background:0 0}.btn-outline:hover{background:var(--navy);color:var(--white);transform:translateY(-2px)}.btn-yellow{background:var(--yellow);color:var(--navy)}.btn-yellow:hover{background:#d9af00;transform:translateY(-2px);box-shadow:0 8px 24px #f4c30066}section{padding:6rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=768px){section{padding:4rem 0}.container{padding:0 1.25rem}}
