*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--primary-black: #000000;--primary-white: #FFFFFF;--accent-gold: #D4AF37;--text-gray: #333333;--text-light: #666666;--bg-light: #FAFAFA;--border-light: #E5E5E5}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--primary-white);color:var(--text-gray);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:70px}@media (max-width: 768px){body{padding-top:60px}}#app{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-gray)}.header[data-v-6fa4b88f]{position:fixed;top:0;left:0;right:0;background:var(--primary-white);border-bottom:1px solid var(--border-light);z-index:1000;transition:all .3s ease}.header-content[data-v-6fa4b88f]{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.logo[data-v-6fa4b88f]{flex:1}.logo-text[data-v-6fa4b88f]{font-size:1.2rem;font-weight:300;letter-spacing:4px;text-transform:uppercase;color:var(--primary-black);text-decoration:none}.nav[data-v-6fa4b88f]{display:flex;gap:3rem;align-items:center}.nav-link[data-v-6fa4b88f]{color:var(--text-gray);text-decoration:none;font-size:.85rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link.router-link-active[data-v-6fa4b88f]{color:var(--primary-black)}.nav-link.router-link-active[data-v-6fa4b88f]:after{width:100%}.nav-link[data-v-6fa4b88f]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--primary-black);transition:width .3s ease}.nav-link[data-v-6fa4b88f]:hover{color:var(--primary-black)}.nav-link[data-v-6fa4b88f]:hover:after{width:100%}.menu-toggle[data-v-6fa4b88f]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span[data-v-6fa4b88f]{width:25px;height:2px;background:var(--primary-black);transition:all .3s ease}.nav-mobile[data-v-6fa4b88f]{display:none;flex-direction:column;background:var(--primary-white);border-top:1px solid var(--border-light);padding:1rem 2rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-mobile.active[data-v-6fa4b88f]{max-height:300px}.nav-mobile .nav-link[data-v-6fa4b88f]{padding:1rem 0;border-bottom:1px solid var(--border-light)}.nav-mobile .nav-link[data-v-6fa4b88f]:last-child{border-bottom:none}@media (max-width: 768px){.header-content[data-v-6fa4b88f]{padding:0 1.5rem;height:60px}.logo-text[data-v-6fa4b88f]{font-size:1rem;letter-spacing:2px}.nav[data-v-6fa4b88f]{display:none}.menu-toggle[data-v-6fa4b88f],.nav-mobile[data-v-6fa4b88f]{display:flex}}.footer[data-v-5caaf318]{background:var(--primary-black);color:var(--primary-white);padding:4rem 2rem 2rem;margin-top:0}.footer-content[data-v-5caaf318]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:4rem;margin-bottom:4rem}.footer-section[data-v-5caaf318]{text-align:left}.footer-title[data-v-5caaf318]{font-size:1.2rem;font-weight:300;letter-spacing:4px;text-transform:uppercase;margin-bottom:1.5rem;color:var(--primary-white)}.footer-subtitle[data-v-5caaf318]{font-size:.9rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;color:var(--primary-white);opacity:.8}.footer-description[data-v-5caaf318]{font-size:.9rem;line-height:1.8;color:var(--primary-white);opacity:.7;max-width:300px}.footer-links[data-v-5caaf318]{list-style:none;padding:0}.footer-links li[data-v-5caaf318]{margin-bottom:1rem;font-size:.9rem;color:var(--primary-white);opacity:.7;transition:opacity .3s ease}.footer-links li[data-v-5caaf318]:hover{opacity:1}.footer-links a[data-v-5caaf318]{color:var(--primary-white);text-decoration:none;transition:opacity .3s ease,color .3s ease;opacity:.7}.footer-links a[data-v-5caaf318]:hover{opacity:1;color:var(--accent-gold)}.map-section[data-v-5caaf318]{max-width:1400px;margin:0 auto 3rem;padding:0 2rem}.map-title[data-v-5caaf318]{font-size:1.2rem;font-weight:300;letter-spacing:4px;text-transform:uppercase;margin-bottom:2rem;color:var(--primary-white);text-align:center}.map-container[data-v-5caaf318]{width:100%;height:450px;border-radius:4px;overflow:hidden;box-shadow:0 10px 30px #0000004d;margin-bottom:1rem}.map-iframe[data-v-5caaf318]{width:100%;height:100%;border:none;filter:grayscale(20%);transition:filter .3s ease}.map-iframe[data-v-5caaf318]:hover{filter:grayscale(0%)}.map-note[data-v-5caaf318]{text-align:center;font-size:.85rem;color:var(--primary-white);opacity:.5;font-style:italic}.footer-bottom[data-v-5caaf318]{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p[data-v-5caaf318]{font-size:.85rem;color:var(--primary-white);opacity:.5;letter-spacing:1px}@media (max-width: 768px){.footer[data-v-5caaf318]{padding:3rem 1.5rem 1.5rem}.footer-content[data-v-5caaf318]{grid-template-columns:1fr;gap:3rem;text-align:left;margin-bottom:3rem}.footer-section[data-v-5caaf318]{text-align:left}.footer-description[data-v-5caaf318]{max-width:100%}.map-section[data-v-5caaf318]{padding:0 1.5rem;margin-bottom:2rem}.map-container[data-v-5caaf318]{height:350px}.map-title[data-v-5caaf318]{font-size:1rem;margin-bottom:1.5rem}}@media (max-width: 480px){.map-container[data-v-5caaf318]{height:300px}}.app[data-v-940ab754]{min-height:100vh;display:flex;flex-direction:column}.main-content[data-v-940ab754]{flex:1;padding:0}.hero[data-v-6979dc31]{width:100%;position:relative}.hero-main[data-v-6979dc31]{position:relative;height:90vh;min-height:600px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-attachment:fixed}.hero-main[data-v-6979dc31]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.3) 30%,rgba(255,255,255,.7) 60%,var(--primary-white) 100%);pointer-events:none;z-index:1}.hero-content[data-v-6979dc31]{text-align:center;color:var(--primary-white);z-index:2;max-width:800px;padding:0 2rem}.hero-title[data-v-6979dc31]{font-size:clamp(2.5rem,8vw,6rem);font-weight:300;letter-spacing:8px;text-transform:uppercase;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle[data-v-6979dc31]{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:300;letter-spacing:2px;margin-bottom:3rem;opacity:.95}.hero-button[data-v-6979dc31]{display:inline-block;padding:1rem 3rem;background:transparent;color:var(--primary-white);text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:3px;text-transform:uppercase;border:1px solid var(--primary-white);transition:all .3s ease;cursor:pointer}.hero-button[data-v-6979dc31]:hover{background:var(--primary-white);color:var(--primary-black)}.categories-showcase[data-v-6979dc31]{display:grid;grid-template-columns:repeat(2,1fr);width:100%;position:relative;margin-top:-120px;z-index:2;animation:fadeInUp-6979dc31 1s ease-out;padding-top:120px;background:var(--primary-white)}@keyframes fadeInUp-6979dc31{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-section[data-v-6979dc31]{position:relative;height:100vh;min-height:600px;cursor:pointer;overflow:hidden;transition:transform .3s ease;opacity:0;animation:fadeInUp-6979dc31 .8s ease-out forwards}.category-section[data-v-6979dc31]:nth-child(1){animation-delay:.1s}.category-section[data-v-6979dc31]:nth-child(2){animation-delay:.2s}.category-section[data-v-6979dc31]:nth-child(3){animation-delay:.3s}.category-section[data-v-6979dc31]:nth-child(4){animation-delay:.4s}.category-section[data-v-6979dc31]:hover{transform:scale(1.02)}.category-section.full-width[data-v-6979dc31]{grid-column:1 / -1;height:70vh;min-height:500px}.category-image-wrapper[data-v-6979dc31]{position:absolute;top:0;left:0;width:100%;height:100%}.category-image[data-v-6979dc31]{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-section:hover .category-image[data-v-6979dc31]{transform:scale(1.1)}.category-overlay[data-v-6979dc31]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#0009);transition:background .3s ease}.category-section:hover .category-overlay[data-v-6979dc31]{background:linear-gradient(to bottom,#0000001a,#00000080)}.category-content[data-v-6979dc31]{position:absolute;bottom:0;left:0;right:0;padding:3rem;color:var(--primary-white);z-index:2}.category-title[data-v-6979dc31]{font-size:clamp(2rem,5vw,4rem);font-weight:300;letter-spacing:4px;text-transform:uppercase;margin-bottom:1rem;line-height:1.2}.category-description[data-v-6979dc31]{font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:300;letter-spacing:1px;margin-bottom:1.5rem;opacity:.9}.category-link[data-v-6979dc31]{font-size:.9rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;display:inline-block;padding-bottom:.5rem;border-bottom:1px solid var(--primary-white);transition:all .3s ease}.category-section:hover .category-link[data-v-6979dc31]{padding-left:1rem;border-bottom-color:var(--accent-gold);color:var(--accent-gold)}@media (max-width: 768px){.hero-main[data-v-6979dc31]{height:70vh;min-height:500px;background-attachment:scroll}.hero-main[data-v-6979dc31]:after{height:150px}.hero-title[data-v-6979dc31]{letter-spacing:4px;margin-bottom:1rem}.hero-subtitle[data-v-6979dc31]{margin-bottom:2rem}.hero-button[data-v-6979dc31]{padding:.9rem 2rem;font-size:.85rem}.categories-showcase[data-v-6979dc31]{grid-template-columns:1fr;margin-top:-100px;padding-top:100px}.category-section[data-v-6979dc31]{height:80vh;min-height:500px}.category-section.full-width[data-v-6979dc31]{height:60vh;min-height:400px}.category-content[data-v-6979dc31]{padding:2rem 1.5rem}.category-title[data-v-6979dc31]{letter-spacing:2px;margin-bottom:.75rem}.category-description[data-v-6979dc31]{margin-bottom:1rem}}@media (max-width: 480px){.hero-main[data-v-6979dc31]{height:60vh;min-height:400px}.category-section[data-v-6979dc31]{height:70vh;min-height:450px}.category-section.full-width[data-v-6979dc31]{height:50vh;min-height:350px}.category-content[data-v-6979dc31]{padding:1.5rem}}.products[data-v-77bb6c67]{padding:6rem 2rem;background:var(--bg-light);min-height:60vh}.container[data-v-77bb6c67]{max-width:1400px;margin:0 auto}.products-header[data-v-77bb6c67]{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid var(--border-light)}.section-title[data-v-77bb6c67]{font-size:clamp(1.8rem,4vw,3rem);font-weight:300;letter-spacing:4px;text-transform:uppercase;color:var(--primary-black)}.clear-filter[data-v-77bb6c67]{background:transparent;border:1px solid var(--text-gray);color:var(--text-gray);padding:.75rem 2rem;font-size:.85rem;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.clear-filter[data-v-77bb6c67]:hover{background:var(--primary-black);color:var(--primary-white);border-color:var(--primary-black)}.products-grid[data-v-77bb6c67]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card[data-v-77bb6c67]{background:var(--primary-white);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.product-card[data-v-77bb6c67]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.product-image-wrapper[data-v-77bb6c67]{position:relative;width:100%;height:400px;overflow:hidden;background:var(--bg-light)}.product-image[data-v-77bb6c67]{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image[data-v-77bb6c67]{transform:scale(1.05)}.product-overlay[data-v-77bb6c67]{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 100%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-start;justify-content:flex-end;padding:1.5rem}.product-card:hover .product-overlay[data-v-77bb6c67]{opacity:1}.product-badge[data-v-77bb6c67]{background:var(--accent-gold);color:var(--primary-black);padding:.5rem 1rem;font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.product-info[data-v-77bb6c67]{padding:1.5rem}.product-name[data-v-77bb6c67]{font-size:1.1rem;font-weight:400;color:var(--primary-black);margin-bottom:.5rem;letter-spacing:1px;line-height:1.4}.product-description[data-v-77bb6c67]{font-size:.9rem;color:var(--text-light);margin-bottom:1rem;line-height:1.6}.product-footer[data-v-77bb6c67]{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-light)}.product-price[data-v-77bb6c67]{font-size:1.3rem;font-weight:400;color:var(--primary-black);letter-spacing:1px}.no-products[data-v-77bb6c67]{text-align:center;padding:4rem 2rem;color:var(--text-light);font-size:1.1rem}@media (max-width: 768px){.products[data-v-77bb6c67]{padding:4rem 1.5rem}.products-header[data-v-77bb6c67]{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.5rem}.clear-filter[data-v-77bb6c67]{width:100%;text-align:center}.products-grid[data-v-77bb6c67]{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-image-wrapper[data-v-77bb6c67]{height:350px}.product-info[data-v-77bb6c67]{padding:1.25rem}}@media (max-width: 480px){.products[data-v-77bb6c67]{padding:3rem 1rem}.products-grid[data-v-77bb6c67]{grid-template-columns:1fr;gap:2rem}.product-image-wrapper[data-v-77bb6c67]{height:400px}}.home-view[data-v-ee486c83]{width:100%}.category-view[data-v-cc5ff5d5]{min-height:100vh;background:var(--bg-light)}.category-header[data-v-cc5ff5d5]{max-width:1400px;margin:0 auto;padding:6rem 2rem 2rem;text-align:center}.breadcrumb[data-v-cc5ff5d5]{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:var(--text-light)}.breadcrumb-link[data-v-cc5ff5d5]{color:var(--text-light);text-decoration:none;transition:color .3s ease}.breadcrumb-link[data-v-cc5ff5d5]:hover{color:var(--primary-black)}.breadcrumb-separator[data-v-cc5ff5d5]{color:var(--text-light)}.breadcrumb-current[data-v-cc5ff5d5]{color:var(--primary-black);font-weight:500}.category-title[data-v-cc5ff5d5]{font-size:clamp(2.5rem,6vw,4rem);font-weight:300;letter-spacing:4px;text-transform:uppercase;margin-bottom:1rem;color:var(--primary-black)}.category-description[data-v-cc5ff5d5]{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 768px){.category-header[data-v-cc5ff5d5]{padding:4rem 1.5rem 1.5rem}.breadcrumb[data-v-cc5ff5d5]{font-size:.85rem}.category-title[data-v-cc5ff5d5]{letter-spacing:2px}.category-description[data-v-cc5ff5d5]{font-size:1rem}}.products-view[data-v-552b0ee8]{min-height:100vh;background:var(--bg-light)}.products-header[data-v-552b0ee8]{max-width:1400px;margin:0 auto;padding:6rem 2rem 2rem;text-align:center}.breadcrumb[data-v-552b0ee8]{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:var(--text-light)}.breadcrumb-link[data-v-552b0ee8]{color:var(--text-light);text-decoration:none;transition:color .3s ease}.breadcrumb-link[data-v-552b0ee8]:hover{color:var(--primary-black)}.breadcrumb-separator[data-v-552b0ee8]{color:var(--text-light)}.breadcrumb-current[data-v-552b0ee8]{color:var(--primary-black);font-weight:500}.page-title[data-v-552b0ee8]{font-size:clamp(2.5rem,6vw,4rem);font-weight:300;letter-spacing:4px;text-transform:uppercase;color:var(--primary-black)}@media (max-width: 768px){.products-header[data-v-552b0ee8]{padding:4rem 1.5rem 1.5rem}.breadcrumb[data-v-552b0ee8]{font-size:.85rem}.page-title[data-v-552b0ee8]{letter-spacing:2px}}
