:root{--bg:#faf8f5;--bg-soft:#f2efe8;--text:#2c2a26;--text-muted:#6b6560;--accent:#a67c52;--accent-soft:#a67c521f;--border:#e8e4dc;--white:#fff;--font-heading:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;font-family:var(--font-body);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}html{scroll-behavior:smooth}*,:before,:after{box-sizing:border-box}body{min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{font-family:var(--font-heading);color:var(--text);letter-spacing:.02em;margin:0;font-weight:500}h1{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.15}h2{font-size:clamp(1.75rem,3vw,2.25rem)}h3{font-size:1.25rem}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}img{max-width:100%;height:auto;display:block}.hero{text-align:center;background:linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);justify-content:center;align-items:center;min-height:70vh;padding:4rem 2rem;display:flex}.hero-inner{max-width:560px}.hero-tagline{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.85rem}.hero-title{margin-bottom:.75rem;font-size:clamp(2.75rem,8vw,4.5rem);font-weight:500}.hero-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.hero-cta{background:var(--text);color:var(--white);letter-spacing:.05em;padding:.75rem 1.75rem;font-size:.9rem;font-weight:500;transition:background .2s,transform .15s;display:inline-block}.hero-cta:hover{background:var(--accent);transform:translateY(-1px)}@media (width<=640px){.hero{min-height:60vh;padding:3rem 1.5rem}}.categories{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.categories-heading{text-align:center;margin-bottom:2.5rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}.category-card{background:var(--white);border:1px solid var(--border);text-align:center;padding:2.5rem;transition:border-color .2s,box-shadow .2s}.category-card:hover{border-color:var(--accent);box-shadow:0 8px 24px #2c2a260f}.category-label{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.5rem;font-weight:500;display:block}.category-desc{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.category-cta{color:var(--accent);letter-spacing:.05em;font-size:.85rem;font-weight:500}@media (width<=640px){.categories{padding:3rem 1.25rem}.categories-grid{grid-template-columns:1fr}.category-card{padding:2rem}}.featured{background:var(--bg);width:100%;padding:3rem 2rem}.featured-inner{width:100%;margin:0}.featured-heading{font-family:var(--font-heading);text-align:center;letter-spacing:-.01em;margin-bottom:3.5rem;font-size:2.5rem;font-weight:400}.featured-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent) transparent;gap:2rem;margin:0 -1rem;padding:0 1rem 2rem;display:flex;overflow-x:auto}.featured-grid::-webkit-scrollbar{height:4px}.featured-grid::-webkit-scrollbar-track{background:0 0}.featured-grid::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.product-card{scroll-snap-align:start;cursor:pointer;background:0 0;flex-direction:column;flex:0 0 280px;text-decoration:none;transition:transform .4s cubic-bezier(.2,0,.2,1);display:flex}.product-image{aspect-ratio:4/5;background:var(--bg-soft);border:1px solid var(--border);width:100%;margin-bottom:.75rem;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,0,.2,1)}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{text-align:left;padding:0}.product-category{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);opacity:.8;margin-bottom:.5rem;font-size:.7rem;display:block}.product-name{font-family:var(--font-heading);color:var(--text);margin:0 0 .5rem;font-size:1.15rem;font-weight:400;line-height:1.3}.featured-loading,.featured-error{text-align:center;font-family:var(--font-heading);padding:5rem}@media (width<=768px){.featured{padding:4rem 1.5rem}.featured-grid{gap:1.5rem}.product-card{flex:0 0 220px}.featured-heading{margin-bottom:2.5rem;font-size:2.25rem}.product-name{font-size:1rem}}@media (width<=480px){.product-card{flex:0 0 180px}}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2.5rem 1.5rem;width:100%;display:grid}@media (width<=1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem 1.25rem}}@media (width<=640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.products-grid .product-card{flex:none}}.card-arrows{opacity:0;pointer-events:none;justify-content:space-between;padding:0 1rem;transition:opacity .3s;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.product-image:hover .card-arrows{opacity:1}.arrow-btn{color:var(--text);border:1px solid var(--border);cursor:pointer;pointer-events:auto;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:background .2s;display:flex;box-shadow:0 4px 12px #0000001a}.arrow-btn:hover{color:var(--accent);background:#fff}.image-dots{gap:.4rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.dot{background:#2c2a2633;border-radius:50%;width:4px;height:4px;transition:background .2s,width .2s}.dot.active{background:var(--accent);border-radius:2px;width:12px}.lightbox-overlay{z-index:10000;cursor:zoom-out;background:#faf8f5fa;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.close-lightbox{color:var(--text);cursor:pointer;z-index:10001;background:0 0;border:none;font-size:2.5rem;position:absolute;top:1.5rem;right:1.5rem}.lightbox-content{cursor:default;max-width:90vw;max-height:85vh;position:relative}.lightbox-img{object-fit:contain;max-width:100%;max-height:85vh;box-shadow:0 20px 80px #00000014}.lightbox-arrow{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:transform .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%);box-shadow:0 8px 32px #0000000d}.lightbox-arrow:hover{transform:translateY(-50%)scale(1.1)}.lightbox-arrow.left{left:2rem}.lightbox-arrow.right{right:2rem}.lightbox-info{text-align:center;width:100%;position:absolute;top:calc(100% + 1rem);left:0}.lightbox-info h3{text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:500}.lightbox-info p{color:var(--text-muted);font-size:.8rem}.site-header{z-index:1000;-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#faf8f5d9;width:100%;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;width:100%;padding:.75rem 2rem;display:flex}.site-logo{font-family:var(--font-heading);letter-spacing:.04em;color:var(--text);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:500;text-decoration:none;display:flex}.header-logo-img{object-fit:contain;width:auto;height:48px}.site-nav{align-items:center;gap:2rem;display:flex}.nav-group{align-items:center;gap:1.5rem;display:flex}.site-nav a,.dropdown-trigger{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.chevron{flex-shrink:0;transition:transform .3s}.chevron.up{transform:rotate(180deg)}.site-nav a:hover,.dropdown-trigger:hover{color:var(--accent)}.active-link{border-bottom:2px solid var(--accent);padding-bottom:4px;color:var(--text)!important}.dropdown-container{padding:10px 0;position:relative}.dropdown-menu{background:var(--white);border:1px solid var(--border);z-index:1001;border-radius:12px;flex-direction:column;min-width:220px;padding:.75rem;animation:.25s cubic-bezier(.2,0,.2,1) fadeInDown;display:flex;position:absolute;top:100%;right:0;box-shadow:0 15px 35px #00000026,0 5px 15px #00000014}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{letter-spacing:.05em;color:var(--text-muted);white-space:nowrap;text-transform:uppercase;border-radius:6px;padding:.8rem 1.5rem;font-size:.85rem;text-decoration:none;transition:all .2s;display:block}.dropdown-item:hover{background:var(--bg-soft);color:var(--accent);padding-left:1.75rem}.dropdown-item.active{color:var(--accent);background:var(--accent-soft);font-weight:600}.hide-on-desktop{display:none!important}.dropdown-empty{color:var(--text-muted);text-align:center;white-space:nowrap;padding:1rem 1.5rem;font-size:.85rem;font-style:italic}@media (width<=992px){.hide-on-mobile{display:none!important}.hide-on-desktop{display:block!important}}@media (width<=768px){.logo-text{display:none}.header-logo-img{height:54px}.header-inner{padding:.5rem 1rem}.site-logo{font-size:1.25rem}.site-nav{gap:1.25rem}.nav-group a,.dropdown-trigger{font-size:.8rem}}.site-footer{background:var(--text);color:var(--bg);margin-top:auto;padding:3rem 2rem}.footer-inner{text-align:center;width:100%;max-width:1200px;margin:0 auto}.footer-logo{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.footer-tagline{color:var(--bg-soft);margin-bottom:1.5rem;font-size:.9rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;margin:1.5rem 0 2rem;display:flex}.footer-links a{color:var(--bg);opacity:.9;font-size:.9rem}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-copy{color:var(--text-muted);opacity:.7;font-size:.8rem}.footer-designer{opacity:.6;letter-spacing:.05em;margin-top:.5rem;font-size:.75rem;font-weight:300}.footer-designer a{color:inherit;text-decoration:none}.footer-designer a:hover{opacity:1;text-decoration:underline}@media (width<=640px){.site-footer{padding:2rem 1.25rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.whatsapp-button{z-index:50;color:#fff;background:#25d366;border:1px solid #0000000f;border-radius:999px;align-items:center;gap:.45rem;padding:.65rem .9rem;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 10px 24px #0000002e}.whatsapp-button:hover{filter:brightness(1.02);transform:translateY(-2px);box-shadow:0 12px 28px #0003}.whatsapp-button:focus-visible{outline-offset:2px;outline:2px solid #1ea94f}.whatsapp-icon{fill:currentColor;flex-shrink:0;width:1.1rem;height:1.1rem}@media (width<=640px){.whatsapp-button{padding:.6rem .75rem;bottom:1rem;right:1rem}.whatsapp-button span{display:none}}
