.hero-container{position:relative;width:100%;height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:-2}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000059;z-index:-1}.hero-reveal-item{opacity:0;transform:translateY(30px)}.hero-navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;z-index:10;box-sizing:border-box;transition:top .25s ease;background:linear-gradient(to bottom,#1c1c1ccc,#1c1c1c00)}.hero-container.has-announcement .hero-navbar{top:2.1rem}.nav-zone{flex:1;display:flex;align-items:center}.nav-zone.left{justify-content:flex-start;gap:2.5rem}.nav-zone.center{justify-content:center}.nav-zone.right{justify-content:flex-end;gap:1.5rem}.nav-link{color:#fff;text-decoration:none;font-size:.9rem;letter-spacing:.1rem;text-transform:uppercase;transition:opacity .3s ease}.nav-link:hover{opacity:.7}.logo-img{width:120px;height:auto;object-fit:contain}.nav-icon-link{color:#fff;display:flex;align-items:center}.cart-container{position:relative;color:#fff;display:flex;align-items:center;border:none;background:transparent;padding:0;cursor:pointer}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#c9a84c;color:#fff;font-size:.7rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;z-index:5;margin-top:4rem}.hero-motto{font-family:Playfair Display,serif;font-style:italic;color:#fff;font-size:2.5rem;margin-bottom:1rem;max-width:800px}.gold-underline{width:60px;height:1px;background-color:#c9a84c;margin:0 auto 2.5rem}.cta-button{background:transparent;border:1px solid #C9A84C;color:#c9a84c;padding:.8rem 2.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.15rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.cta-button:hover{background-color:#c9a84c;color:#fff}.show-mobile{display:none}.hero-hamburger{width:48px;height:48px;border:none;background:transparent;padding:0;display:none;align-items:center;justify-content:center;cursor:pointer;flex-direction:column;gap:8px}.hero-hamburger-line{width:22px;height:1.5px;background:#fff;display:block}.hero-mobile-menu{position:fixed;inset:0;z-index:200;width:100%;height:100vh}.hero-mobile-menu-strips{position:absolute;inset:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));pointer-events:none;z-index:1}.hero-mobile-menu-strip{background:#1c1c1c;width:100%;height:100%}.hero-mobile-menu-content{position:relative;z-index:2;min-height:100vh;width:100%;background:#f5f0e8;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:center}.hero-mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;border:none;background:transparent;color:#2f2b27;font-size:2rem;line-height:1;cursor:pointer;padding:0}.hero-mobile-menu-main{margin:auto 0;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-mobile-menu-logo{width:120px;height:auto;object-fit:contain;display:block}.hero-mobile-menu-links{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-mobile-menu-link{border:none;background:transparent;padding:0;color:#2f2b27;font-family:Playfair Display,serif;font-style:italic;font-size:clamp(2.2rem,8vw,3.5rem);line-height:1.05;text-decoration:none;cursor:pointer}.hero-mobile-menu-location{margin-top:auto;margin-bottom:0;padding-bottom:2rem;color:#6b6560;font-family:Inter,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.14rem;text-align:center;line-height:2}.hero-mobile-menu-location span{margin-right:.4rem}.hero-details{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-details-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;color:#fff}.hero-details-wrapper li{font-family:playfair display,serif;text-transform:lowercase;letter-spacing:.14rem;display:flex;flex-direction:column;align-items:center}.hero-details-wrapper li a{color:#fff;text-decoration:underline;border-bottom:1px solid transparent;transition:border-color .3s ease;font-size:.85rem}@media(max-width:768px){.hero-navbar{padding:1.5rem}.hero-details-wrapper li a{font-size:.75rem}.hero-container.has-announcement .hero-navbar{top:2rem}.hide-mobile{display:none}.show-mobile{display:inline-flex;color:#fff}.nav-zone.left{display:none}.nav-zone.center{position:absolute;left:50%;transform:translate(-50%);width:auto;flex:0 0 auto}.nav-zone.right{margin-left:auto;flex:0 0 auto}.hero-hamburger{display:inline-flex}.logo-text{height:32px}.hero-motto{font-size:1.5rem;padding:0 1.5rem}}.categories-strip{background:#f5f0e8;padding:5rem 1.5rem 6rem;position:relative;overflow:hidden}.categories-header{max-width:1400px;margin:0 auto 2.5rem;display:flex;align-items:center}.categories-header-top{display:flex;align-items:center;justify-content:center;gap:2rem;flex:1}.categories-label{text-align:center;font-size:.72rem;letter-spacing:.24rem;text-transform:uppercase;color:#3f3b36;position:relative}.categories-label:after{content:"";width:40px;height:1px;background:#c9a84c;position:absolute;bottom:-1rem;left:0;right:0;margin:auto}.categories-nav{display:flex;gap:.5rem}.nav-arrow{width:40px;height:40px;border:1px solid rgba(47,43,39,.1);background:#fff;border-radius:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f2b27;transition:all .2s ease}.nav-arrow:hover:not(.disabled){background:#2f2b27;color:#fff;border-color:#2f2b27}.nav-arrow.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.carousel-container{max-width:1400px;margin:0 auto;position:relative}.carousel-gradient-left,.carousel-gradient-right{position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none;transition:opacity .3s ease}.carousel-gradient-left{left:0;background:linear-gradient(to right,#f5f0e8 0%,transparent 100%);opacity:0}.carousel-gradient-right{right:0;background:linear-gradient(to left,#f5f0e8 0%,transparent 100%)}.categories-carousel:not(.at-start)~.carousel-gradient-left{opacity:1}.categories-carousel:not(.at-end)~.carousel-gradient-right{opacity:1}.categories-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem 0 2rem;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}.categories-carousel::-webkit-scrollbar{display:none}.categories-carousel a{display:block;text-decoration:none;color:inherit;flex:0 0 240px;width:240px;aspect-ratio:3 / 4}.category-card{flex:0 0 240px;scroll-snap-align:start;position:relative;transition:all .3s ease}.category-card-inner{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;background:#fff}.category-image{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s cubic-bezier(.2,0,0,1)}.category-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,rgba(0,0,0,.2) 40%,transparent 70%);opacity:.7;transition:opacity .3s ease}.category-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#fff;transform:translateY(0);transition:transform .3s ease}.category-name{margin:0 0 .5rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:500;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.2)}.category-link{display:inline-flex;align-items:center;gap:.5rem;color:#c9a84c;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:0;transform:translateY(10px);transition:all .3s ease}.category-link svg{transition:transform .2s ease}.category-card:hover .category-image{transform:scale(1.08)}.category-card:hover .category-overlay{opacity:.9}.category-card:hover .category-content{transform:translateY(-8px)}.category-card:hover .category-link{opacity:1;transform:translateY(0)}.category-link:hover svg{transform:translate(4px)}.carousel-progress{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.progress-dot{width:40px;height:2px;background:#2f2b2726;border:none;padding:0;cursor:pointer;transition:all .2s ease;border-radius:0}.progress-dot.active{background:#c9a84c;width:60px}.progress-dot:hover{background:#c9a84c80}@media(min-width:900px){.categories-strip{padding:6rem 4rem 7rem}.categories-header{margin-bottom:3rem}.categories-title{font-size:2.2rem}.category-card{flex:0 0 280px}.categories-carousel a{flex:0 0 280px;width:280px;aspect-ratio:3 / 4}.category-name{font-size:1.6rem}}@media(min-width:600px)and (max-width:899px){.category-card{flex:0 0 220px}.categories-carousel a{flex:0 0 220px;width:220px;aspect-ratio:3 / 4}}@media(max-width:599px){.categories-strip{padding:4rem 1rem 5rem}.categories-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.categories-header-top{flex-direction:column;align-items:flex-start;gap:.75rem}.categories-nav{display:none}.categories-title{font-size:1.5rem}.category-card{flex:0 0 180px}.categories-carousel a{flex:0 0 180px;width:180px;aspect-ratio:3 / 4}.category-name{font-size:1.2rem}.category-content{padding:1.25rem}.carousel-progress{gap:.35rem}.progress-dot{width:30px}.progress-dot.active{width:45px}}@media(max-width:380px){.category-card{flex:0 0 160px}.categories-carousel a{flex:0 0 160px;width:160px;aspect-ratio:3 / 4}}:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;scrollbar-width:thin;scrollbar-color:#c9a84c transparent}#root{width:100%;height:100%}.app-shell{position:relative}.page-content{position:relative;z-index:2;background:#f5f0e8}.featured-products{background:#f5f0e8;padding:4.5rem 1.25rem 5rem;display:flex;flex-direction:column;gap:1.5rem}.featured-products-label{text-align:center;font-size:.72rem;letter-spacing:.24rem;text-transform:uppercase;color:#3f3b36;margin:0 0 2.25rem;position:relative}.featured-products-label:after{content:"";width:40px;height:1px;background:#c9a84c;position:absolute;bottom:-1rem;left:0;right:0;margin:auto}.featured-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.featured-product-card{display:block;color:inherit;text-decoration:none;overflow:hidden}.featured-product-image-wrap{aspect-ratio:1 / 1;overflow:hidden}.featured-product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}@keyframes featured-product-skeleton-pulse{0%{opacity:.62}50%{opacity:1}to{opacity:.62}}.featured-product-skeleton{aspect-ratio:1 / 1;background:#ede8df;border-radius:0;animation:featured-product-skeleton-pulse 1.4s ease-in-out infinite}.featured-product-meta{padding-top:.7rem}.featured-product-name{margin:0;color:#2f2b27;font-size:.8rem;font-weight:400;line-height:1.35;letter-spacing:.02rem}.featured-product-price{margin:.35rem 0 0;color:#c9a84c;font-size:.9rem;font-weight:500}.featured-product-add-btn{width:100%;margin-top:.75rem;border:1px solid #2f2b27;border-radius:0;background:#2f2b27;color:#fff;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.09rem;padding:.62rem .7rem;cursor:pointer}.featured-product-add-btn:hover{background:#fff;color:#2f2b27}.featured-products-error{margin:0 auto;text-align:center;color:#6b6560;font-family:Inter,sans-serif;font-size:.82rem}.featured-products-error-state{margin:0 auto;padding:3rem 1.5rem;text-align:center}.featured-products-error-label{margin:0;color:#c9a84c;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.24rem}.featured-products-error-title{margin:.9rem 0 0;color:#2f2b27;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:400}.featured-products-error-subtext{margin:.85rem auto 0;color:#6b6560;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.7;max-width:40ch}.featured-products-error-retry{margin-top:1.4rem;border:1px solid #2f2b27;border-radius:0;background:transparent;color:#2f2b27;font-family:Inter,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.16rem;padding:.7rem 2rem;cursor:pointer;transition:background-color .25s ease,color .25s ease}.featured-products-error-retry:hover{background:#2f2b27;color:#fff}.featured-products-cta-wrap{display:flex;justify-content:center;margin-top:2.75rem}.featured-products-cta{padding:.85rem 2.35rem;border:1px solid #2f2b27;border-radius:0;background:transparent;color:#2f2b27;font-size:.82rem;letter-spacing:.11rem;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease,color .3s ease;text-decoration:none}.featured-products-cta:hover{background:#2f2b27;color:#fff}@media(min-width:900px){.featured-products{padding:5.5rem 4rem 6rem}.featured-products-divider{margin-bottom:2.6rem}.featured-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.featured-product-card:hover .featured-product-image{transform:scale(1.05)}}@keyframes announcement-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.announcement-bar{width:100%;background-color:#c9a84c;color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.14rem;position:absolute;top:0;left:0;z-index:20;min-height:2.1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.announcement-content{width:100%;text-align:center;padding:.5rem 2.5rem .5rem 1rem;overflow:hidden;white-space:nowrap}.announcement-text{display:inline-block}.announcement-close{position:absolute;right:.65rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#fff;cursor:pointer;font-size:.85rem;line-height:1;padding:.2rem}.announcement-close:hover{opacity:.8}@media(max-width:768px){.announcement-content{text-align:left}.announcement-text{padding-left:100%;animation:announcement-marquee 14s linear infinite}.featured-products-label{align-self:flex-start}}@media(prefers-reduced-motion:reduce){.announcement-text{animation:none;padding-left:0}}.new-arrivals-banner{width:100%;height:60vh;display:flex;flex-direction:column;border-radius:0;overflow:hidden}.new-arrivals-image{order:1;width:100%;height:240px;object-fit:cover;display:block;border-radius:0}.new-arrivals-content{order:2;flex:1;background:#1c1c1c;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 1.25rem;border-radius:0}.new-arrivals-inner{max-width:520px}.new-arrivals-label{margin:0 0 .9rem;color:#c9a84c;text-transform:uppercase;letter-spacing:.18rem;font-size:.76rem;font-weight:600}.new-arrivals-title{margin:0 0 1rem;color:#fff;font-family:Playfair Display,serif;font-size:clamp(2rem,7vw,3.4rem);font-weight:600;line-height:1.1}.new-arrivals-subtitle{margin:0 0 1.6rem;color:#fff9;font-size:.98rem;line-height:1.55}.new-arrivals-button{background:transparent;color:#fff;border:1px solid #ffffff;border-radius:0;padding:.8rem 1.6rem;text-transform:uppercase;letter-spacing:.08rem;font-size:.82rem;cursor:pointer;transition:background-color .25s ease,color .25s ease;text-decoration:none}.new-arrivals-button:hover{background:#fff;color:#1c1c1c}@media(min-width:769px){.new-arrivals-banner{height:70vh;flex-direction:row}.new-arrivals-content,.new-arrivals-image{width:50%;height:100%}.new-arrivals-image{order:2}.new-arrivals-content{order:1;padding:2.5rem}}@media(max-width:768px){.new-arrivals-banner{height:auto}}.about-section{width:100%;background:#f5f0e8;display:flex;flex-direction:column}.about-media{width:100%;height:280px}.about-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:0}.about-content{display:flex;align-items:center;width:100%;padding:3.25rem 1.5rem 3.5rem}.about-content-inner{max-width:560px}.about-label{margin:0;color:#3f3b36;font-size:.74rem;letter-spacing:.24rem;text-transform:uppercase;margin:1rem 0 1.5rem;position:relative;width:max-content}.about-label:after{content:"";width:40px;height:1px;background:#c9a84c;position:absolute;bottom:-1rem;left:0;right:0;margin:auto}.about-title{margin:0;color:#2f2b27;font-family:Playfair Display,serif;font-size:clamp(2rem,7vw,3.25rem);font-weight:400;line-height:1.2}.about-body{margin:1.4rem 0 0;color:#6b6560;font-size:.95rem;line-height:1.8;max-width:48ch;letter-spacing:.02rem}.about-link{display:inline-block;margin-top:1.6rem;color:#c9a84c;text-decoration:underline;text-underline-offset:.22rem;font-size:.95rem}@media(min-width:900px){.about-section{min-height:70vh;flex-direction:row}.about-media,.about-content{width:50%;min-height:70vh}.about-media{height:auto}.about-content{padding:5.5rem 5rem}}.site-footer{position:sticky;bottom:0;z-index:-1;background:#1c1c1c;color:#fff;padding:4rem 1.5rem 2rem;font-family:Inter,sans-serif}.footer-container{max-width:1280px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column;gap:1.2rem}.brand-column{gap:1rem}.footer-brand{margin:0;color:#c9a84c;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:500;letter-spacing:-.02em;line-height:1.2}.footer-tagline{margin:0;color:#fff9;font-size:.9rem;line-height:1.6;max-width:28ch}.footer-socials{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:100px;background:#ffffff0d;color:#ffffffb3;transition:all .2s ease}.social-link:hover{background:#c9a84c;color:#1c1c1c;transform:translateY(-2px)}.footer-heading{margin:0;color:#c9a84c;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:all .2s ease;width:fit-content}.footer-link:hover{color:#c9a84c;transform:translate(4px)}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.contact-link{display:inline-flex;align-items:center;gap:.75rem;color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .2s ease;width:fit-content}.contact-link svg{opacity:.6;transition:opacity .2s ease}.contact-link:hover{color:#c9a84c}.contact-link:hover svg{opacity:1}.footer-address{margin:0;color:#ffffffb3;font-size:.9rem;line-height:1.7;font-style:normal}.footer-hours{margin:.5rem 0 0;color:#ffffff80;font-size:.85rem;line-height:1.5}.footer-bottom{margin-top:3rem}.footer-divider{height:1px;background:#c9a84c33;width:100%}.footer-bottom-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:1.5rem}.footer-copyright{margin:0;color:#fff6;font-size:.75rem;letter-spacing:.02em;order:2}.footer-made{margin:0;color:#fff6;font-size:.75rem;order:1}.footer-heart{color:#c9a84c;display:inline-block;animation:heartBeat 1.5s ease infinite}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(min-width:600px){.footer-main{grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}.footer-bottom-content{flex-direction:row;justify-content:space-between;align-items:center;padding-top:1.5rem}.footer-copyright{order:1}.footer-made{order:2}}@media(min-width:900px){.site-footer{padding:5rem 2.5rem 2rem}.footer-main{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2rem}.footer-brand{font-size:2rem}.footer-tagline{font-size:.95rem}.footer-heading{font-size:.8rem}.footer-link,.contact-link,.footer-address{font-size:.95rem}}@media(min-width:1200px){.site-footer{padding:6rem 4rem 2rem}.footer-main{gap:3rem}}@media(max-width:599px){.site-footer{padding:3rem 1.25rem 1.5rem}.footer-column{text-align:left}.footer-socials{justify-content:flex-start}.footer-nav{align-items:flex-start}.footer-link,.contact-link{width:auto}.footer-bottom-content{text-align:center}.footer-made{display:flex;align-items:center;gap:.2rem}.footer-main .footer-column:nth-child(2){display:none}}@media(prefers-color-scheme:dark){.site-footer{background:#0a0a0a}}@media print{.site-footer{display:none}}.initials{color:#c9a84c;text-decoration:none;letter-spacing:.02em}@keyframes marquee-strip-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-strip{width:100%;height:52px;background:#1c1c1c;overflow:hidden;display:flex;align-items:center}.marquee-strip-track{width:max-content;display:flex;align-items:center;white-space:nowrap;animation:marquee-strip-scroll 30s linear infinite;will-change:transform}.marquee-strip-text{color:#c9a84c;font-size:.75rem;text-transform:uppercase;letter-spacing:.14rem;padding-right:2.2rem;flex-shrink:0}.marquee-strip:hover .marquee-strip-track{animation-play-state:paused}.products-page{background:#f5f0e8;min-height:100vh}.products-header{text-align:center;padding:4.5rem 1.25rem 2.1rem}.products-heading{margin:0;color:#2f2b27;font-family:Playfair Display,serif;font-size:clamp(2.05rem,6vw,3.25rem);font-weight:400}.products-heading-divider{width:40px;height:1px;background:#c9a84c;margin:.95rem auto 1rem}.products-count{margin:0;color:#6b6560;font-family:Inter,sans-serif;font-size:.92rem}.products-filter-bar{position:sticky;top:80px;z-index:15;background:#f5f0e8;padding:.8rem 1rem 1rem;border-bottom:1px solid rgba(47,43,39,.14);display:flex;flex-direction:column;gap:.9rem}.products-search-wrap{position:relative;width:100%}.products-search-icon{position:absolute;left:0;bottom:.56rem;color:#6b6560;display:inline-flex;align-items:center}.products-search-input{width:100%;border:none;border-bottom:1px solid #2f2b27;background:transparent;padding:.25rem 0 .45rem 1.25rem;font-family:Inter,sans-serif;color:#2f2b27;font-size:.9rem;border-radius:0;outline:none}.products-search-input::placeholder{color:#8f8882}.products-filter-pills{display:flex;gap:.6rem;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.15rem}.products-filter-pills::-webkit-scrollbar{display:none}.products-filter-pill{flex-shrink:0;border:1px solid #2f2b27;background:transparent;color:#2f2b27;border-radius:999px;padding:.45rem 1rem;font-family:Inter,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.09rem;cursor:pointer;transition:background-color .22s ease,color .22s ease}.products-filter-pill.is-active{background:#1c1c1c;color:#fff}.products-grid-section{padding:1.8rem 1.25rem 5rem}@keyframes products-skeleton-pulse{0%{opacity:.62}50%{opacity:1}to{opacity:.62}}.products-skeleton-card{display:block}.products-skeleton-image{aspect-ratio:1 / 1;background:#ede8df;border-radius:0;animation:products-skeleton-pulse 1.45s ease-in-out infinite}.products-skeleton-meta{padding-top:.7rem}.products-skeleton-line{height:.8rem;background:#ede8df;border-radius:0;animation:products-skeleton-pulse 1.45s ease-in-out infinite}.products-skeleton-line-name{width:74%}.products-skeleton-line-price{width:42%;margin-top:.45rem}.products-error-state{text-align:center;padding:5rem 1rem 5.5rem;max-width:680px;margin:0 auto}.products-error-label{margin:0;color:#c9a84c;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.24rem}.products-error-title{margin:.95rem 0 0;color:#2f2b27;font-family:Playfair Display,serif;font-size:clamp(1.9rem,6vw,2.8rem);font-weight:400;line-height:1.2}.products-error-subtext{margin:1rem auto 0;max-width:36ch;color:#6b6560;font-size:.85rem;line-height:1.75;letter-spacing:.05rem}.products-error-retry{margin-top:1.6rem;border:1px solid #2f2b27;border-radius:0;background:transparent;color:#2f2b27;font-size:.78rem;text-transform:uppercase;letter-spacing:.11rem;padding:.78rem 2rem;cursor:pointer;transition:background-color .25s ease,color .25s ease}.products-error-retry:hover{background:#2f2b27;color:#fff}.products-no-results{text-align:center;padding:5rem 1rem 5.5rem;max-width:680px;margin:0 auto}.products-no-results-label{margin:0;color:#c9a84c;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.24rem}.products-no-results-title{margin:.95rem 0 0;color:#2f2b27;font-family:Playfair Display,serif;font-size:clamp(1.9rem,6vw,2.8rem);font-weight:400;line-height:1.2}.products-no-results-subtext{margin:1rem auto 0;max-width:36ch;color:#6b6560;font-size:.85rem;line-height:1.75;letter-spacing:.05rem}.products-no-results-clear{margin-top:1.6rem;border:1px solid #2f2b27;border-radius:0;background:transparent;color:#2f2b27;font-family:Inter,sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.11rem;padding:.78rem 2rem;cursor:pointer;transition:background-color .25s ease,color .25s ease}.products-no-results-clear:hover{background:#2f2b27;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.products-card{display:block;color:inherit;text-decoration:none}.products-card-image-wrap{aspect-ratio:1 / 1;overflow:hidden}.products-card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.products-card-meta{padding-top:.7rem}.products-card-name{margin:0;color:#2f2b27;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.35}.products-card-price{margin:.35rem 0 0;color:#c9a84c;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.products-load-more-wrap{display:flex;justify-content:center;margin-top:2.8rem}.products-load-more{border:1px solid #2f2b27;border-radius:0;background:transparent;color:#2f2b27;font-family:Inter,sans-serif;font-size:.82rem;text-transform:uppercase;letter-spacing:.11rem;padding:.84rem 2.3rem;cursor:pointer;transition:background-color .28s ease,color .28s ease}.products-load-more:hover{background:#2f2b27;color:#fff}@media(min-width:900px){.products-header{padding:5.2rem 4rem 2.6rem}.products-filter-bar{top:80px;flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 4rem}.products-filter-pills{order:1;overflow:visible;flex-wrap:wrap;white-space:normal}.products-search-wrap{order:2;width:min(300px,100%);flex-shrink:0}.products-grid-section{padding:2.3rem 4rem 6rem}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.products-card:hover .products-card-image{transform:scale(1.05)}}.product-detail-page{width:100%;min-height:100dvh;background:#f5f0e8;position:relative}.product-detail-feedback-page{display:flex;align-items:center;justify-content:center}.product-detail-feedback-block{text-align:center;padding:5rem 1.25rem 5.5rem;max-width:680px}.product-detail-feedback-label{margin:0;color:#c9a84c;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.24rem}.product-detail-feedback-title{margin:.95rem 0 0;color:#2f2b27;font-family:Playfair Display,serif;font-size:clamp(1.9rem,6vw,2.8rem);font-weight:400;line-height:1.2}.product-detail-feedback-subtext{margin:1rem auto 0;max-width:36ch;color:#6b6560;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.75}.product-detail-feedback-retry{margin-top:1.6rem;border:1px solid #2f2b27;border-radius:0;background:transparent;color:#2f2b27;font-family:Inter,sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.11rem;padding:.78rem 2rem;cursor:pointer;transition:background-color .25s ease,color .25s ease}.product-detail-feedback-retry:hover{background:#2f2b27;color:#fff}.product-detail-layout{display:flex;flex-direction:column;min-height:100vh}.product-detail-image-wrap{width:100%;height:320px}.product-detail-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:0}.product-detail-content{width:100%;display:flex;align-items:center;padding:2.2rem 1.25rem 3rem}.product-detail-content-inner{width:100%;max-width:560px}.product-detail-category{margin:0;color:#c9a84c;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.2rem}.product-detail-name{margin:.85rem 0 0;color:#2f2b27;font-family:Playfair Display,serif;font-size:clamp(2rem,7vw,3.2rem);font-weight:400;line-height:1.15}.product-detail-price{margin:1rem 0 0;color:#c9a84c;font-family:Inter,sans-serif;font-size:1.08rem;font-weight:500;letter-spacing:.02rem}.product-detail-divider{width:100%;height:1px;background:#2f2b27;margin:1.35rem 0}.product-detail-description{margin:0;color:#6b6560;font-size:.97rem;line-height:1.8;letter-spacing:.05rem}.product-detail-quantity{margin-top:1.8rem;display:inline-flex;align-items:center}.product-detail-qty-btn{width:42px;height:40px;border:1px solid #2f2b27;background:transparent;color:#2f2b27;border-radius:0;font-size:1.05rem;cursor:pointer}.product-detail-qty-value{width:58px;height:40px;border-top:1px solid #2f2b27;border-bottom:1px solid #2f2b27;display:inline-flex;align-items:center;justify-content:center;color:#2f2b27}.product-detail-add-btn{width:100%;margin-top:1.25rem;border:1px solid #2f2b27;border-radius:0;background:#2f2b27;color:#fff;font-size:.82rem;letter-spacing:.12rem;text-transform:uppercase;padding:.95rem 1rem;cursor:pointer;transition:background-color .28s ease,color .28s ease}.product-detail-add-btn:hover{background:#fff;color:#2f2b27}.product-detail-whatsapp{margin-top:1rem;display:inline-flex;align-items:center;gap:.45rem;color:#6b6560;font-size:.82rem;text-decoration:none}.product-detail-whatsapp:hover{color:#2f2b27}.product-detail-whatsapp-icon{color:#6b6560;display:inline-flex}@media(min-width:900px){.product-detail-layout{flex-direction:row}.product-detail-image-wrap,.product-detail-content{width:50%;min-height:100vh}.product-detail-image-wrap{height:auto}.product-detail-content{padding:4.5rem 5rem}}.back-button-container{padding:2rem 1.25rem 0;z-index:20;position:absolute;display:flex;justify-content:flex-end;width:100%}.back-button{border:none;background-color:transparent;color:#2f2b27;font-size:.85rem;padding:0;cursor:pointer;letter-spacing:.05rem;font-weight:400;text-transform:uppercase}.product-media-wrap{height:auto;display:flex;flex-direction:column}.product-media-main{position:relative;width:100%;height:320px;overflow:hidden}.product-media-main-asset{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.product-media-arrow{position:absolute;top:50%;transform:translateY(-50%);background:transparent;color:#2f2b27;font-size:1.15rem;z-index:2;padding:.35rem .45rem;width:48px;height:48px;border:none;border-radius:0;background:#1c1c1c;color:#fff;font-size:1.45rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,opacity .3s ease;padding:0}.product-media-arrow:hover{background:#c9a84c}.product-media-arrow.left{left:.15rem}.product-media-arrow.right{right:.15rem}.product-media-mute-toggle{position:absolute;right:.6rem;bottom:.6rem;width:30px;height:30px;border:none;border-radius:0;background:#2f2b27;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;padding:0}.product-media-thumbnails{display:flex;gap:.55rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:.55rem .6rem 0}.product-media-thumbnails::-webkit-scrollbar{display:none}.product-media-thumb{width:70px;height:70px;border:none;border-bottom:2px solid transparent;background:transparent;padding:0;flex-shrink:0;cursor:pointer;border-radius:0;position:relative;overflow:hidden}.product-media-thumb.is-active{border-bottom-color:#c9a84c}.product-media-thumb-asset{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.product-media-thumb-fallback{width:100%;height:100%;background:#d6d0c7;border-radius:0}.product-media-thumb-video-overlay{position:absolute;inset:0;background:#00000061;display:flex;align-items:center;justify-content:center}.product-media-thumb-play{color:#fff;display:inline-flex;line-height:1}@media(min-width:900px){.product-media-wrap{height:100vh}.product-media-main{flex:1;height:calc(100vh - 84px)}.product-media-thumbnails{padding:.55rem .6rem .7rem}}.interior-navbar{position:sticky;top:0;z-index:90;width:100%;background:#f5f0e8}.interior-navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:1.05rem 1.25rem}.interior-navbar-zone{flex:1;display:flex;align-items:center}.interior-navbar-zone.left{justify-content:flex-start}.interior-navbar-zone.center{justify-content:center}.interior-navbar-zone.right{justify-content:flex-end;gap:.8rem}.interior-navbar-shop-link{color:#2f2b27;text-decoration:none;font-family:Inter,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.16rem}.interior-navbar-logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.interior-navbar-logo-image{width:120px;height:auto;object-fit:contain;display:block}.interior-navbar-cart{position:relative;border:none;background:transparent;color:#2f2b27;padding:0;cursor:pointer;display:inline-flex;align-items:center}.interior-navbar-cart-badge{position:absolute;top:-7px;right:-8px;min-width:16px;height:16px;border-radius:50%;padding:0 4px;background:#c9a84c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:.67rem;line-height:1}.interior-navbar-hamburger{width:48px;height:48px;border:none;background:transparent;padding:0;display:none;align-items:center;justify-content:center;cursor:pointer}.interior-navbar-hamburger-line{width:22px;height:1.5px;background:#2f2b27;display:block}.interior-navbar-hamburger{flex-direction:column;gap:8px}.interior-mobile-menu{position:fixed;inset:0;z-index:200;width:100%;height:100dvh;background:#f5f0e8}.interior-mobile-menu-strips{position:absolute;inset:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));pointer-events:none;z-index:1}.interior-mobile-menu-strip{background:#1c1c1c;width:100%;height:100%}.interior-mobile-menu-content{position:relative;z-index:2;min-height:100vh;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:center}.interior-mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;border:none;background:transparent;color:#2f2b27;font-size:2rem;line-height:1;cursor:pointer;padding:0}.interior-mobile-menu-main{margin:auto 0;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.interior-mobile-menu-logo{width:120px;height:auto;object-fit:contain;display:block}.interior-mobile-menu-links{display:flex;flex-direction:column;align-items:center;gap:1rem}.interior-mobile-menu-link{border:none;background:transparent;padding:0;color:#2f2b27;font-family:Playfair Display,serif;font-style:italic;font-size:clamp(2.2rem,8vw,3.5rem);line-height:1.05;text-decoration:none;cursor:pointer}.interior-mobile-menu-location{margin-top:auto;margin-bottom:0;padding-bottom:2rem;color:#6b6560;font-family:Inter,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.14rem;text-align:center;line-height:2}.interior-mobile-menu-location span{margin-right:.4rem}@media(min-width:769px){.interior-navbar-hamburger{display:none}}@media(max-width:768px){.interior-navbar-inner{padding:.95rem 1rem;position:relative}.interior-navbar-zone.left{display:none}.interior-navbar-zone.center{position:absolute;left:50%;transform:translate(-50%);width:auto;flex:0 0 auto}.interior-navbar-zone.right{margin-left:auto;flex:0 0 auto}.interior-navbar-cart{display:none}.interior-navbar-hamburger{display:inline-flex}}.about-page{min-height:100vh;position:relative}.about-page-content{width:100%;position:relative;z-index:2;background:#f5f0e8}.about-opening{padding:8rem 1.5rem 5rem}.about-opening-label{margin:0 0 2rem;color:#c9a84c;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.24rem}.about-opening-title{margin:0;color:#2f2b27;font-family:Playfair Display,serif;font-size:clamp(2.2rem,6vw,4.5rem);font-weight:400;line-height:1.15;max-width:820px}.about-quote{display:flex;flex-direction:column;background:#f5f0e8}.about-quote-media{width:100%;height:420px;overflow:hidden}.about-quote-image{width:100%;height:100%;object-fit:cover;display:block}.about-quote-content{width:100%;background:#f5f0e8;display:flex;align-items:center;padding:3rem 1.5rem}.about-quote-inner{max-width:560px}.about-quote-text{margin:0;color:#2f2b27;font-family:Playfair Display,serif;font-style:italic;font-size:clamp(1.4rem,3vw,2rem);line-height:1.6}.about-quote-divider{width:40px;height:1px;background:#c9a84c;margin:1.8rem 0 .9rem}.about-quote-byline{margin:0;color:#6b6560;font-family:Inter,sans-serif;font-size:.85rem}.about-body{max-width:620px;margin:0 auto;padding:5rem 1.5rem;color:#6b6560;font-family:Inter,sans-serif;font-size:1rem;line-height:1.9}.about-body p{margin:0 0 1.6rem}.about-body p:last-child{margin-bottom:0}.about-cta{background:#1c1c1c;color:#fff;padding:5rem 1.5rem;text-align:center}.about-cta h2{margin:0 0 1.8rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400}.about-cta-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid #c9a84c;background:transparent;color:#c9a84c;text-decoration:none;font-family:Inter,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.14rem;padding:.85rem 2.2rem;transition:background-color .3s ease,color .3s ease}.about-cta-link:hover{background:#c9a84c;color:#1c1c1c}@media(min-width:900px){.about-opening{padding:10rem 8rem 6rem}.about-quote{flex-direction:row;align-items:stretch}.about-quote-media,.about-quote-content{width:50%}.about-quote-media{height:auto}.about-quote-content{padding:4rem 3rem}}.cart-overlay{position:fixed;inset:0;background:#1c1c1c8c;z-index:120;opacity:0;pointer-events:none;transition:opacity .32s ease}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-sidebar{position:fixed;top:0;right:0;width:380px;max-width:100vw;height:100dvh;background:#fff;z-index:130;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s ease;border-radius:0}.cart-sidebar.open{transform:translate(0)}.cart-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.25rem;border-bottom:1px solid rgba(47,43,39,.2)}.cart-sidebar-title{margin:0;color:#2f2b27;font-size:.74rem;text-transform:uppercase;letter-spacing:.18rem}.cart-sidebar-close{border:none;background:transparent;color:#2f2b27;cursor:pointer;font-size:1rem;line-height:1;padding:0;border-radius:0}.cart-sidebar-list{flex:1;overflow-y:auto;padding:0 1.25rem 12.5rem;scrollbar-width:thin;scrollbar-color:#c9a84c transparent}.cart-sidebar-empty{margin:1.3rem 0 0;color:#6b6560;font-size:.9rem;letter-spacing:.05rem}.cart-item{display:grid;grid-template-columns:70px 1fr;gap:.8rem;padding:1rem 0;border-bottom:1px solid rgba(47,43,39,.18)}.cart-item-image{width:70px;height:70px;object-fit:cover;display:block;border-radius:0}.cart-item-name{margin:0;color:#2f2b27;font-size:.86rem;line-height:1.35}.cart-item-price{margin:.3rem 0 0;color:#c9a84c;font-size:.86rem}.cart-item-details{display:flex;justify-content:space-between;width:100%}.cart-item-controls{margin-top:.6rem;display:inline-flex;align-items:center}.cart-item-control-btn{width:30px;height:30px;border:1px solid #2f2b27;border-radius:0;background:transparent;color:#2f2b27;font-size:.95rem;cursor:pointer}.cart-item-qty{width:34px;height:30px;border-top:1px solid #2f2b27;border-bottom:1px solid #2f2b27;display:inline-flex;align-items:center;justify-content:center;color:#2f2b27;font-size:.82rem}.cart-item-remove{margin:.5rem 0 0;border:none;background:transparent;color:#6b6560;font-size:.75rem;cursor:pointer;padding:0;border-radius:0;margin-left:auto}.cart-item-remove:hover{color:#2f2b27}.cart-sidebar-footer{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top:1px solid rgba(47,43,39,.2);padding:1rem 1.25rem 1.25rem}.cart-sidebar-subtotal{display:flex;justify-content:space-between;align-items:center;margin:0 0 .9rem;color:#2f2b27;font-size:.9rem}.cart-sidebar-total{color:#c9a84c;font-weight:500}.cart-checkout-btn{width:100%;border:1px solid #c9a84c;border-radius:0;background:#c9a84c;color:#fff;font-size:.74rem;text-transform:uppercase;letter-spacing:.12rem;padding:.88rem .8rem;cursor:pointer;transition:opacity .25s ease}.cart-checkout-btn:disabled{opacity:.55;cursor:not-allowed}.cart-continue-btn{width:100%;margin-top:.62rem;border:1px solid #2f2b27;border-radius:0;background:transparent;color:#2f2b27;font-size:.74rem;text-transform:uppercase;letter-spacing:.1rem;padding:.82rem .8rem;cursor:pointer}@media(max-width:768px){.cart-sidebar{width:100vw}}.admin-dashboard-page{min-height:100vh;width:100%;background:#0f0f0f;color:#ffffffdb;font-family:Inter,sans-serif}.admin-dashboard-page *{box-sizing:border-box}.admin-dashboard-navbar{background:#1c1c1c;border-bottom:1px solid rgba(201,168,76,.2);padding:1.2rem 2.5rem;position:relative;display:flex;align-items:center;justify-content:space-between}.admin-dashboard-navbar-zone{flex:1;display:flex;align-items:center}.admin-dashboard-navbar-zone.left{justify-content:flex-start}.admin-dashboard-navbar-zone.center{justify-content:center;position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.admin-dashboard-navbar-zone.right{justify-content:flex-end}.admin-dashboard-navbar-label{margin:0;color:#ffffff73;font-family:Inter,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.14rem}.admin-dashboard-brand{margin:0;color:#c9a84c;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:400}.admin-dashboard-logout{border:none;background:transparent;color:#ffffff73;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.14rem;cursor:pointer;padding:0;transition:color .3s ease}.admin-dashboard-logout:hover{color:#fff}.admin-dashboard-content{padding:2.5rem}.admin-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-dashboard-title{margin:0;color:#fff;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:400}.admin-dashboard-add-btn{border:1px solid #c9a84c;border-radius:0;background:transparent;color:#c9a84c;font-family:Inter,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1rem;padding:.65rem 1.4rem;cursor:pointer;transition:background-color .3s ease,color .3s ease}.admin-dashboard-add-btn:hover{background:#c9a84c;color:#0f0f0f}.admin-dashboard-status{margin:0 0 1rem;color:#ffffff80;font-family:Inter,sans-serif;font-size:.85rem}.admin-dashboard-table-wrap{width:100%;overflow-x:auto}.admin-dashboard-table{width:100%;min-width:760px;border-collapse:collapse;background:#1a1a1a}.admin-dashboard-table thead tr{border-bottom:1px solid rgba(255,255,255,.08)}.admin-dashboard-table th,.admin-dashboard-table td{text-align:left;padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);font-family:Inter,sans-serif;font-size:.82rem;font-weight:400;vertical-align:middle}.admin-dashboard-table th{text-transform:uppercase;letter-spacing:.12rem;font-size:.68rem;color:#ffffff59}.admin-dashboard-table tbody tr:hover{background:#ffffff08}.admin-dashboard-table tbody td:nth-child(2){color:#fff;font-size:.88rem}.admin-dashboard-table tbody td:nth-child(3),.admin-dashboard-table tbody td:nth-child(4){color:#ffffff8c;font-size:.82rem}.admin-dashboard-skeleton-cell{height:14px;border-radius:0;background:#ffffff0f;animation:admin-dashboard-skeleton-pulse 1.4s ease-in-out infinite}@keyframes admin-dashboard-skeleton-pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.admin-dashboard-thumb{width:48px;height:48px;object-fit:cover;display:block;border-radius:0}.admin-dashboard-featured-toggle{width:40px;height:20px;border:1px solid rgba(255,255,255,.14);border-radius:0;background:#ffffff1f;padding:2px;cursor:pointer;display:inline-flex;align-items:center;transition:background-color .25s ease}.admin-dashboard-featured-toggle.on{background:#c9a84c}.admin-dashboard-featured-thumb{width:14px;height:14px;border-radius:0;background:#fff;transform:translate(0);transition:transform .25s ease}.admin-dashboard-featured-toggle.on .admin-dashboard-featured-thumb{transform:translate(18px)}.admin-dashboard-action{border:none;background:transparent;padding:0;cursor:pointer;font-family:Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.08rem}.admin-dashboard-action.edit{color:#c9a84c}.admin-dashboard-action.delete{color:#963434d1;margin-left:.5rem;transition:color .3s ease}.admin-dashboard-action.delete.is-disabled{opacity:.5;cursor:not-allowed}.admin-dashboard-action.delete:hover{color:#dc5050f2}.admin-dashboard-empty{text-align:center;color:#ffffff80;font-family:Inter,sans-serif;font-size:.82rem;padding:0}.admin-dashboard-empty-state{padding:3rem 1rem;display:flex;flex-direction:column;align-items:center}.admin-dashboard-empty-icon{width:48px;height:48px;color:#ffffff1f;margin:0 auto 1.25rem}.admin-dashboard-empty-title{margin:0;color:#fff;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:400}.admin-dashboard-empty-subtext{margin:.6rem 0 0;color:#fff6;font-family:Inter,sans-serif;font-size:.82rem}.admin-dashboard-empty-cta{margin-top:1.4rem;border:1px solid #c9a84c;background:transparent;color:#c9a84c;font-family:Inter,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.12rem;padding:.6rem 1.5rem;cursor:pointer}.admin-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:200}.admin-modal-card{width:min(560px,100%);background:#1a1a1a;border-radius:0;border:1px solid rgba(255,255,255,.08);max-height:90vh;overflow-y:auto}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.admin-modal-title{margin:0;color:#fff;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:400}.admin-modal-close{border:none;background:transparent;color:#ffffff80;font-size:1.1rem;line-height:1;cursor:pointer;padding:0;border-radius:0;transition:color .3s ease}.admin-modal-close:hover{color:#fff}.admin-modal-form{display:grid;gap:1.5rem;padding:1.5rem}.admin-modal-field{position:relative}.admin-modal-field label{display:block;margin-bottom:.5rem;color:#ffffff73;font-family:Inter,sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.12rem}.admin-modal-input,.admin-modal-select,.admin-modal-textarea{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:0;background:#0f0f0f;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;padding:.75rem 1rem;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.admin-modal-select{appearance:none;padding-right:2.5rem}.admin-modal-select-wrap:after{content:"▾";position:absolute;right:1rem;top:50%;transform:translateY(-10%);color:#c9a84c;font-size:.75rem;pointer-events:none}.admin-modal-textarea{resize:vertical;min-height:110px}.admin-modal-input:focus,.admin-modal-select:focus,.admin-modal-textarea:focus{border-color:#c9a84c;box-shadow:0 0 0 3px #c9a84c14}.admin-modal-file{width:100%;height:2.5rem;border:none;border-radius:0;background:transparent;color:transparent;padding:0;cursor:pointer;font-size:0}.admin-modal-file::file-selector-button{width:100%;height:2.5rem;border:1px dashed rgba(255,255,255,.2);border-radius:0;background:#0f0f0f;color:#ffffff8c;font-family:Inter,sans-serif;font-size:.78rem;letter-spacing:.02rem;cursor:pointer;transition:border-color .3s ease,color .3s ease}.admin-modal-file:hover::file-selector-button{border-color:#c9a84c;color:#c9a84c}.admin-modal-file-feedback{margin-top:.5rem;display:flex;align-items:center;gap:.4rem;color:#ffffff8c;font-family:Inter,sans-serif;font-size:.75rem;min-width:0}.admin-modal-file-feedback-check{color:#c9a84c;font-size:.8rem;line-height:1}.admin-modal-file-feedback-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-modal-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1rem}.admin-modal-toggle-label{color:#fff;font-family:Inter,sans-serif;font-size:.88rem;text-transform:none;letter-spacing:normal}.admin-modal-toggle-wrap{position:relative;width:44px;height:22px}.admin-modal-toggle-input{position:absolute;inset:0;opacity:0;cursor:pointer;margin:0}.admin-modal-toggle-track{width:44px;height:22px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);border-radius:0;display:inline-flex;align-items:center;padding:2px;box-sizing:border-box;transition:background-color .25s ease}.admin-modal-toggle-thumb{width:14px;height:14px;background:#fff;border-radius:0;transform:translate(0);transition:transform .25s ease}.admin-modal-toggle-input:checked+.admin-modal-toggle-track{background:#c9a84c}.admin-modal-toggle-input:checked+.admin-modal-toggle-track .admin-modal-toggle-thumb{transform:translate(20px)}.admin-modal-media-section{margin-top:.15rem}.admin-modal-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:.35rem}.admin-modal-media-item{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:0;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.admin-modal-media-thumb{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.admin-modal-media-remove{position:absolute;top:.15rem;right:.15rem;width:16px;height:16px;border:none;border-radius:4px;background:#000000b3;color:#fff;font-size:.6rem;line-height:1;cursor:pointer;padding:0;transition:background-color .3s ease}.admin-modal-media-remove:hover{background:#dc5050e6}.admin-modal-error{margin:0;color:#dc5050cc;font-family:Inter,sans-serif;font-size:.78rem;margin-top:.5rem}.admin-modal-submit{width:100%;border:1px solid #c9a84c;border-radius:0;background:#c9a84c;color:#0f0f0f;font-family:Inter,sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.1rem;padding:1rem .9rem;cursor:pointer;margin-top:1rem;transition:background-color .3s ease,opacity .25s ease}.admin-modal-submit:hover{background:#b8962e}.admin-modal-submit:disabled{opacity:.65;cursor:not-allowed}.admin-delete-overlay{position:fixed;inset:0;background:#000c;z-index:300;display:flex;align-items:center;justify-content:center;padding:1.5rem}.admin-delete-card{width:min(400px,100%);background:#1a1a1a;border:1px solid rgba(255,255,255,.08);padding:2rem;text-align:center}.admin-delete-icon{width:32px;height:32px;background:#dc5050e6;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;clip-path:circle(50%)}.admin-delete-title{margin:0;color:#fff;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:400}.admin-delete-text{margin:.85rem 0 0;color:#ffffffa6;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.6}.admin-delete-actions{margin-top:1.5rem;display:flex;gap:.75rem}.admin-delete-cancel,.admin-delete-confirm{flex:1;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.12rem;padding:.7rem .5rem;cursor:pointer}.admin-delete-confirm{border-color:#c83c3ce6;background:#c83c3ce6}.admin-delete-actions button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.admin-dashboard-navbar{padding:1rem 1.25rem;justify-content:space-between}.admin-dashboard-navbar-zone.center{position:relative;justify-content:flex-start;left:auto;transform:none}.admin-dashboard-navbar-label{font-size:.64rem;letter-spacing:.1rem}.admin-dashboard-brand{font-size:1rem}.admin-dashboard-content{padding:1.25rem}.admin-modal-card{width:100%}.admin-dashboard-navbar-zone.left{display:none}}
