@import "https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700&family=Questrial&display=swap";html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2b2522;background:#f5f2ed;margin:0;padding:0;font-family:Inter,Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400}#root{width:100%;min-height:100vh;overflow-x:hidden}.header{-webkit-backdrop-filter:blur(12px);z-index:100;background:#154371;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 6%;animation:.6s ease-out slideDown;display:flex;position:sticky;top:0}.header-logo{object-fit:contain;width:auto;height:80px;transition:var(--transition-smooth);cursor:pointer}.header-logo:hover{opacity:.85;transform:scale(1.02)}.header nav{align-items:center;gap:3rem;display:flex}.header nav a{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;transition:var(--transition-smooth);font-size:.875rem;font-weight:500;position:relative}.header nav a:hover{color:#fff}.header nav a:after{content:"";background:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.header nav a:hover:after{width:100%}@media (max-width:768px){.header{padding:1rem 5%}.header-logo{height:40px}.header nav{gap:1.5rem}.header nav a{font-size:.8rem}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-light);margin-top:6rem;animation:1s ease-out fadeIn}.footer-content{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1400px;margin:0 auto;padding:4rem 6%;display:grid}.footer-section{flex-direction:column;gap:.5rem;display:flex}.footer-section h3{letter-spacing:.05em;text-transform:uppercase;color:var(--text-primary);margin:0 0 .5rem;font-family:League Spartan,sans-serif;font-size:1rem;font-weight:600}.footer-section h4{letter-spacing:.02em;text-transform:uppercase;color:var(--text-primary);margin:0 0 .5rem;font-family:League Spartan,sans-serif;font-size:.875rem;font-weight:600}.footer-section p{color:var(--text-secondary);letter-spacing:-.01em;margin:0;font-family:Questrial,sans-serif;font-size:.875rem;line-height:1.5}.footer-section a{color:var(--text-secondary);transition:var(--transition-smooth);letter-spacing:-.01em;width:fit-content;font-family:Questrial,sans-serif;font-size:.875rem;text-decoration:none}.footer-section a:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid var(--border-light);text-align:center;flex-direction:column;gap:.5rem;padding:2rem 6%;display:flex}.footer-bottom p{color:var(--text-light);letter-spacing:.05em;margin:0;font-size:.8rem}.developer-credit{color:var(--text-light);margin-top:.5rem;font-size:.75rem}.developer-link{color:var(--text-secondary);transition:var(--transition-smooth);font-weight:500;text-decoration:none}.developer-link:hover{color:var(--text-primary);text-decoration:underline}@media (max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem;padding:3rem 5%}}@media (max-width:768px){.footer{margin-top:4rem}.footer-content{grid-template-columns:1fr;gap:2rem;padding:2.5rem 5%}.footer-section h3{font-size:.95rem}.footer-section h4{font-size:.8rem}.footer-bottom{padding:1.5rem 5%}.footer-bottom p{font-size:.75rem}}.card{color:inherit;transition:var(--transition-smooth);background:0 0;border-radius:12px;flex-direction:column;height:100%;text-decoration:none;animation:.8s ease-out both fadeInUp;display:flex;overflow:hidden}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.card:nth-child(4){animation-delay:.4s}.card:nth-child(5){animation-delay:.5s}.card:nth-child(6){animation-delay:.6s}.card:hover{transform:translateY(-4px)}.card img{object-fit:cover;width:100%;height:420px;transition:var(--transition-smooth);background:var(--bg-card);border-radius:12px;display:block}.card:hover img{opacity:.92}.card h3{letter-spacing:.05em;text-transform:uppercase;color:var(--text-primary);transition:var(--transition-smooth);margin:1.25rem 0 .5rem;font-family:League Spartan,sans-serif;font-size:.95rem;font-weight:600;line-height:1.4}.card:hover h3{color:var(--text-secondary)}.card p{color:var(--text-secondary);letter-spacing:.02em;transition:var(--transition-smooth);margin:0;font-family:Questrial,sans-serif;font-size:1rem;font-weight:400}.card:hover p{color:var(--text-primary)}@media (max-width:768px){.card img{height:350px}.card h3{font-size:.875rem}.card p{font-size:.95rem}}.hero{background:var(--bg-secondary);justify-content:center;align-items:center;width:100%;height:70vh;min-height:500px;animation:1s ease-out fadeIn;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;opacity:.85;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero:before{content:"";z-index:0;background:#f5f2ed4d;position:absolute;inset:0}.hero-content{text-align:center;color:#fff;z-index:1;max-width:700px;margin:0 auto;padding:3rem 2rem;animation:1s ease-out .2s both fadeInUp;position:relative}.hero-content h2{letter-spacing:-.02em;text-transform:none;color:#fff;flex-direction:column;gap:0;margin-bottom:2.5rem;font-family:League Spartan,sans-serif;font-size:3rem;font-weight:700;line-height:.95;display:flex}.hero-line-1,.hero-line-2{display:block}.hero-content button{background:var(--bg-dark);color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:2px;margin-top:1rem;padding:1rem 3.5rem;font-size:.875rem;font-weight:500;position:relative;overflow:hidden}.hero-content button:hover{box-shadow:var(--shadow-medium);background:#3a2f2a;transform:translateY(-2px)}.hero-content button span{z-index:1;position:relative}.gender{grid-template-columns:repeat(2,1fr);gap:0;width:100%;margin:0;padding:0;animation:1s ease-out .4s both fadeInUp;display:grid}.gender-card{cursor:pointer;height:500px;transition:var(--transition-smooth);position:relative;overflow:hidden}.gender-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.gender-overlay{transition:var(--transition-smooth);background:linear-gradient(#0000001a 0%,#0000004d 50%,#0009 100%);justify-content:center;align-items:flex-end;padding:3rem;display:flex;position:absolute;inset:0}.gender-overlay h3{color:#fff;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 8px #0000004d;transition:var(--transition-smooth);margin:0;font-size:2.5rem;font-weight:600}.gender-card:hover img{transform:scale(1.08)}.gender-card:hover .gender-overlay{background:linear-gradient(#00000026 0%,#00000059 50%,#000000a6 100%)}.gender-card:hover .gender-overlay h3{letter-spacing:.12em;transform:translateY(-8px)}.gender-card:first-child{animation:1s ease-out .5s both fadeInUp}.gender-card:nth-child(2){animation:1s ease-out .6s both fadeInUp}.products{grid-template-columns:repeat(3,1fr);gap:3rem 2rem;width:100%;max-width:1400px;margin:0 auto;padding:4rem 6%;display:grid}@media (max-width:1024px){.products{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}.hero-content h2{font-size:2.5rem}}@media (max-width:768px){.hero{height:60vh;min-height:400px}.hero-content{padding:2rem 1.5rem}.hero-content h2{letter-spacing:-.02em;gap:0;font-size:1.8rem;line-height:.95}.hero-content button{padding:.875rem 2.5rem;font-size:.8rem}.gender{grid-template-columns:1fr;gap:0}.gender-card{height:400px}.gender-overlay{padding:2rem}.gender-overlay h3{font-size:2rem}.products{grid-template-columns:1fr;gap:2rem;padding:3rem 5%}}.back-button{border:1.5px solid var(--border-medium);color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:var(--transition-smooth);background:0 0;border-radius:0;align-items:center;gap:.5rem;margin:2rem 0 1rem 4%;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;animation:.6s ease-out fadeInUp;display:inline-flex}.back-button svg{transition:var(--transition-smooth)}.back-button:hover{border-color:var(--text-primary);color:var(--text-primary);transform:translate(-4px)}.back-button:hover svg{transform:translate(-2px)}.detail{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1200px;min-height:calc(100vh - 100px);max-height:calc(100vh - 100px);margin:0 auto;padding:1.5rem 4%;animation:.8s ease-out fadeIn;display:grid;overflow:hidden}.gallery{flex-direction:column;gap:1.5rem;width:100%;display:flex}.main-img{aspect-ratio:1;object-fit:contain;object-position:center;width:100%;height:auto;max-height:calc(100vh - 280px);box-shadow:none;transition:var(--transition-smooth);background:var(--bg-secondary);border:none;border-radius:0;display:block}.main-img:hover{opacity:.95}.thumbs{grid-template-columns:repeat(6,1fr);gap:.75rem;width:100%;display:grid}.thumbs img{aspect-ratio:1;object-fit:contain;object-position:center;cursor:pointer;width:100%;max-height:60px;transition:var(--transition-smooth);opacity:.5;box-shadow:none;background:var(--bg-card);border:1px solid #0000;border-radius:0;display:block}.thumbs img:hover{opacity:1;border-color:var(--border-medium)}.thumbs img:first-child{animation:.6s ease-out .1s both fadeInUp}.thumbs img:nth-child(2){animation:.6s ease-out .15s both fadeInUp}.thumbs img:nth-child(3){animation:.6s ease-out .2s both fadeInUp}.thumbs img:nth-child(4){animation:.6s ease-out .25s both fadeInUp}.thumbs img:nth-child(5){animation:.6s ease-out .3s both fadeInUp}.thumbs img:nth-child(6){animation:.6s ease-out .35s both fadeInUp}.info{flex-direction:column;gap:1.2rem;height:fit-content;max-height:calc(100vh - 100px);padding:0;animation:.8s ease-out .2s both fadeInUp;display:flex;overflow-y:auto}.info h2{color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:1.5rem;font-weight:600;line-height:1.3}.price{color:var(--text-secondary);letter-spacing:.02em;margin:0;padding-bottom:0;font-size:1.2rem;font-weight:400;display:inline-block;position:relative}.price:after{display:none}.short-description{color:var(--text-primary);letter-spacing:.01em;margin:0;font-size:.95rem;font-weight:500;line-height:1.6}.detailed-description{color:var(--text-secondary);letter-spacing:.01em;margin:0;font-size:.875rem;line-height:1.8}.info>p{color:var(--text-secondary);letter-spacing:.01em;margin:0;font-size:.95rem;line-height:1.8}.sizes{flex-wrap:wrap;gap:.75rem;display:flex}.sizes button{border:1.5px solid var(--border-medium);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;transition:var(--transition-smooth);min-width:60px;color:var(--text-secondary);background:0 0;border-radius:0;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500}.sizes button:before{display:none}.sizes button:hover{border-color:var(--text-primary);color:var(--text-primary);box-shadow:none;background:0 0;transform:none}.sizes button.selected{background:var(--bg-dark);border-color:var(--bg-dark);color:#fff}.sizes button.selected:hover{color:#fff;background:#3a2f2a;border-color:#3a2f2a}.whatsapp{background:var(--bg-dark);color:#fff;letter-spacing:.08em;text-transform:uppercase;text-align:center;transition:var(--transition-smooth);box-shadow:none;border-radius:0;margin-top:.5rem;padding:.9rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.whatsapp:before{display:none}.whatsapp:hover{box-shadow:var(--shadow-medium);background:#3a2f2a;transform:translateY(-2px)}@media (max-width:968px){.back-button{margin:1.5rem 0 1rem 5%;padding:.65rem 1.25rem;font-size:.8rem}.detail{grid-template-columns:1fr;gap:3rem;min-height:auto;max-height:none;padding:2rem 5%;overflow:visible}.gallery{max-width:100%}.main-img{max-height:400px}.thumbs{grid-template-columns:repeat(3,1fr)}.thumbs img{max-height:70px}.info{max-height:none;padding:0;overflow-y:visible}.info h2{font-size:1.5rem}.price{font-size:1.2rem}.whatsapp{width:100%;margin-top:1rem;padding:1rem 2rem}}@media (min-width:1600px){.detail{gap:6rem;max-width:1500px}.gallery{max-width:600px}.main-img{max-height:600px}.thumbs img{max-height:90px}}:root{--bg-primary:#eeebe6;--bg-secondary:#f3efe9;--bg-card:#efece6;--bg-dark:#2b2522;--text-primary:#2b2522;--text-secondary:#8b857f;--text-light:#b5afa8;--border-light:#e6e2dc;--border-medium:#dedad3;--accent-warm:#c9b896;--shadow-subtle:0 2px 12px #2b25220a;--shadow-medium:0 4px 24px #2b25220f;--shadow-strong:0 8px 40px #2b252214;--transition-smooth:all .4s cubic-bezier(.25,.46,.45,.94);--transition-slow:all .5s cubic-bezier(.25,.46,.45,.94)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button{cursor:pointer;transition:var(--transition-smooth);border:none;outline:none;font-family:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
