@layer reset,base,objects,components,utilities,overrides;@layer components{.front-page-luxury{max-width:100%;padding:0;margin:0}.front-page-luxury .duna-hero{width:100%}.front-page-luxury .container,.front-page-luxury .duna-products,.front-page-luxury .duna-categories,.front-page-luxury .duna-trust{max-width:var(--container-width);margin:0 auto;padding-left:1rem;padding-right:1rem}.duna-hero{height:var(--hero-height-desktop);background-image:none;background-position:center var(--hero-bg-pos);background-size:cover;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-top:0;padding-top:0;overflow:hidden}.duna-hero-bg-wrapper{position:absolute;inset:0;z-index:0;width:100%;height:100%;pointer-events:none}:where(.c-Hero__bgImg,.duna-hero-bg-img,.duna-hero-bg-wrapper img){width:100%;height:100%;object-fit:cover;object-position:var(--hero-bg-pos,center)}.duna-hero-overlay{position:absolute;inset:0;background-color:#000;opacity:var(--hero-overlay-opacity);z-index:1}.duna-hero-content{position:relative;z-index:2;max-width:800px;padding:20px}:where(.c-Hero__subtitle,.hero-subtitle){display:block;font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;opacity:.9}:where(.c-Hero__title,.hero-title){font-size:clamp(2.5rem, 5vw, 4.5rem);font-family:var(--font-primary);font-weight:400;margin-bottom:1.5rem;line-height:1.1}:where(.c-Hero__description,.hero-description){font-size:1.1rem;max-width:600px;margin:0 auto 2rem;opacity:.9;font-weight:300}:where(.c-Hero__actions,.hero-actions){margin-top:30px;display:block;z-index:10;position:relative}:where(.c-Hero__button,.button-hero){background:#fff;color:#000;padding:15px 40px;text-transform:uppercase;font-size:.85rem;letter-spacing:.1em;font-weight:600;border:1px solid #fff0;transition:all 0.3s ease;display:inline-block;text-decoration:none}:where(.c-Hero__button,.button-hero):hover{background-color:#fff0;color:#fff;border-color:#fff}.duna-bento-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:250px 250px;gap:20px;margin-top:30px}:where(.c-BentoCard,.bento-item){position:relative;overflow:hidden;border-radius:var(--border-radius)}:where(.c-BentoCard--large,.grid-item-large){grid-row:1 / span 2}:where(.c-BentoCard__link,.bento-link){display:block;width:100%;height:100%;position:relative;color:#fff}:where(.c-BentoCard__media,.bento-media){position:absolute;inset:0;width:100%;height:100%}:where(.c-BentoCard__img,.bento-img){width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform 0.6s ease}.bento-link:hover .bento-img{transform:scale(1.05)}:where(.c-BentoCard__content,.bento-content){position:absolute;bottom:0;left:0;width:100%;padding:30px;background:linear-gradient(to top,rgb(0 0 0 / .7),transparent)}:where(.c-BentoCard__title,.bento-title,.bento-content h3){font-size:1.5rem;margin-bottom:5px;font-weight:400;text-shadow:0 2px 4px rgb(0 0 0 / .3)}:where(.c-BentoCard__arrow,.bento-arrow){font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;opacity:0;transform:translateY(10px);transition:all 0.3s ease;display:inline-block}.bento-link:hover .bento-arrow{opacity:1;transform:translateY(0)}.products-grid-luxury{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.products-carousel-luxury{display:flex;overflow-x:auto;gap:20px;padding:20px 0 30px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-text-light) #fff0}.products-carousel-luxury::-webkit-scrollbar{height:4px;display:block}.products-carousel-luxury::-webkit-scrollbar-track{background:#fff0;margin:0 20vw}.products-carousel-luxury::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:10px;transition:background-color:0.3s}.products-carousel-luxury:hover::-webkit-scrollbar-thumb{background-color:var(--color-text-light)}.products-carousel-luxury .product-card-luxury{flex:0 0 270px;width:270px;scroll-snap-align:start;margin:0}.duna-brand-story{background-color:#f9f9f7}.narrow-container{max-width:700px;margin:0 auto}:where(.c-Story__subtitle,.story-subtitle){display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-light);margin-bottom:1rem}:where(.c-Story__title,.story-title){font-family:var(--font-primary);font-size:2.5rem;font-style:italic;margin-bottom:1.5rem}:where(.c-Story__text,.story-text){line-height:1.8;color:var(--color-text-light);font-size:1.1rem}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center;border-top:1px solid var(--color-border);padding-top:60px}:where(.c-Trust__icon,.trust-icon,.trust-item svg){margin:0 auto 15px;color:var(--color-text)}:where(.c-Trust__title,.trust-title,.trust-item h4){font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}:where(.c-Trust__text,.trust-text,.trust-item p){font-size:.85rem;color:var(--color-text-light)}@media (max-width:768px){.duna-hero{width:100%;max-width:100%;height:var(--hero-height-mobile,85vh);max-height:1024px;min-height:60vh;background-position:center var(--hero-bg-pos);background-size:var(--hero-mob-size);margin-top:0;padding-top:0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}@supports (height:1svh){.duna-hero{height:var(--hero-height-mobile,85svh);max-height:1024px;min-height:60svh}}.duna-hero-bg-wrapper{position:absolute;inset:0;width:100%;height:100%;display:block}:where(.c-Hero__bgImg,.duna-hero-bg-img,.duna-hero-bg-wrapper img){width:100%;height:100%;max-height:100%;object-fit:var(--hero-mob-size,cover);object-position:var(--hero-bg-pos,center);display:block}.duna-hero-content{max-height:calc(100% - 32px);overflow:auto;-webkit-overflow-scrolling:touch}.hero-title{font-size:2.5rem}.products-grid-luxury{grid-template-columns:repeat(2,1fr);gap:15px}.products-carousel-luxury{padding-right:20px;scrollbar-width:none}.products-carousel-luxury::-webkit-scrollbar{display:none}.products-carousel-luxury .product-card-luxury{flex:0 0 75vw;width:75vw;margin-right:15px}.duna-bento-grid{grid-template-columns:1fr;grid-template-rows:auto}.grid-item-large{grid-row:auto;height:auto;aspect-ratio:1/1}.bento-item{height:auto;aspect-ratio:3/2}.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:24px;align-items:start}.trust-item{padding:0}:where(.c-Trust__icon,.trust-icon,.trust-item svg){width:20px;height:20px;margin:0 auto 6px}:where(.c-Trust__title,.trust-title,.trust-item h4){margin:0 0 4px;font-size:.72rem;line-height:1.2;letter-spacing:.08em}:where(.c-Trust__text,.trust-text,.trust-item p){margin:0;font-size:.72rem;line-height:1.3;color:var(--color-text-light);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:360px){.trust-grid{grid-template-columns:repeat(3,minmax(140px,1fr));overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:8px}.trust-item{scroll-snap-align:start}.trust-grid::-webkit-scrollbar{height:3px}.trust-grid::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .12);border-radius:999px}}.duna-brand-story.section-spacing-large{padding:30px 15px}.duna-brand-story .story-title{font-size:1.3rem}}@media (hover:none) and (pointer:coarse){.duna-hero{width:100%;max-width:100%;overflow:hidden}@supports (height:1svh){.duna-hero{height:var(--hero-height-mobile,85svh);max-height:1024px;min-height:60svh}}}}@layer overrides{.duna-products.section-spacing{padding-top:34px}.duna-products .section-title-luxury{margin-bottom:34px}.duna-products .title-separator{margin:0 auto 34px}.duna-products .products-grid-luxury,.duna-products .products-carousel-luxury{margin-top:0}.products-grid-luxury{align-items:start}.products-grid-luxury .product-card-luxury,.products-carousel-luxury .product-card-luxury{display:flex;flex-direction:column;height:auto;min-height:0}.product-card-luxury>a.product-link-wrapper.product-image-link{display:block;height:auto;min-height:0;flex:0 0 auto;align-self:stretch}.product-card-luxury .product-image-wrapper{margin-bottom:6px}:where(.c-ProductCard__img,.product-card-luxury .product-image-wrapper img){display:block;width:100%;height:100%;object-fit:cover}.product-card-luxury .product-info-luxury{margin:0;padding:0;flex:0 0 auto}.product-card-luxury .product-cat-meta{display:block;margin:0 0 4px 0;line-height:1.2}.product-card-luxury .product-title{margin:0 0 2px 0;line-height:1.25}.product-card-luxury .product-price{margin:0;line-height:1.2}}