.product-gallery-container{min-width:0}.catalog-filters{border:1px solid var(--border);background:#ffffffb3;border-radius:1rem;gap:.85rem;min-width:0;margin-bottom:1.25rem;padding:1rem;display:grid;box-shadow:0 .8rem 2.4rem #71344f0f}.catalog-filter{flex-direction:column;gap:.35rem;min-width:0;display:flex}.catalog-filter label,.catalog-filter>span,.product-card__footer label{color:var(--text-soft);letter-spacing:.04em;text-transform:uppercase;font-size:.73rem;font-weight:800}.catalog-filter select,.product-card__footer select{border:1px solid var(--border);background:var(--surface);width:100%;min-width:0;min-height:2.75rem;color:var(--text);border-radius:.7rem;padding:.6rem 2.2rem .6rem .75rem;transition:border-color .18s,box-shadow .18s,background .18s}.catalog-filter select:hover,.product-card__footer select:hover{border-color:#984d6b8c}.catalog-filter select:focus,.product-card__footer select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #984d6b1f}.catalog-filter--check{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:.7rem;flex-direction:row;align-items:center;min-height:2.75rem;padding:.55rem .75rem}.catalog-filter--check input{width:1.1rem;height:1.1rem;accent-color:var(--primary);flex:none}.filter-reset{border:1px solid var(--primary);min-height:2.75rem;color:var(--primary);cursor:pointer;background:0 0;border-radius:.7rem;padding:.6rem .85rem;font-weight:800;transition:transform .18s,background .18s,color .18s}.filter-reset:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.catalog-results-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.4rem 1rem;margin-bottom:1rem;display:flex}.catalog-results-bar p{color:var(--text-soft);margin:0;font-size:.79rem}.catalog-results-bar p:first-child{color:var(--text);font-weight:800}.product-grid{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.product-grid__item,.product-grid__item .product-card{min-width:0;height:100%}.product-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);flex-direction:column;transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s,border-color .28s;display:flex;position:relative;overflow:hidden}.product-card:after{border-radius:inherit;content:"";pointer-events:none;border:1px solid #0000;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff38}.product-card:hover,.product-card:focus-within,.product-card:target{box-shadow:var(--shadow-hover);border-color:#984d6b4d;transform:translateY(-.45rem)}.product-card:target{box-shadow:0 0 0 4px #984d6b1f, var(--shadow-hover)}.product-card__media{aspect-ratio:4/5;background:var(--surface-muted);position:relative;overflow:hidden}.product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.7,.2,1),filter .3s}.product-card:hover .product-card__media img{filter:saturate(1.04);transform:scale(1.045)}.product-card__badges{flex-wrap:wrap;gap:.4rem;display:flex;position:absolute;top:.75rem;left:.75rem}.product-card__badges span{color:var(--primary-strong);letter-spacing:.06em;text-transform:uppercase;background:#ffffffe8;border:1px solid #ffffff8c;border-radius:999px;padding:.32rem .58rem;font-size:.65rem;font-weight:850;box-shadow:0 .45rem 1.2rem #34232c1f}.product-card__content{flex-direction:column;flex:1;padding:1.15rem;display:flex}.product-card__category,.product-card__reference{color:var(--text-soft);margin-bottom:.28rem;font-size:.72rem}.product-card__category{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-weight:850}.product-card__header-info h3{margin-bottom:.3rem;font-size:1.35rem}.product-card__price-block{flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;margin:.8rem 0;display:flex}.product-card__price-block strong{font-size:1.12rem}.product-card__price-block small{color:var(--text-soft);font-size:.68rem}.product-card__description{color:var(--text-soft);margin-bottom:0;font-size:.84rem}.product-card__footer{flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.product-card__button{width:100%;margin-top:.2rem}.product-card__cta-note{min-height:2.2em;color:var(--text-soft);text-align:center;margin:0;font-size:.68rem;line-height:1.35}.catalog-no-results{border:1px dashed var(--accent);background:var(--surface);text-align:center;border-radius:1rem;margin-top:1rem;padding:1.5rem}.catalog-no-results p{color:var(--text-soft);margin:.35rem 0 0}@media (width>=40rem){.catalog-filters,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=60rem){.catalog-filters{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=75rem){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-carousel{z-index:2;color:#fff;isolation:isolate;touch-action:pan-y pinch-zoom;background:#eadbd7;position:absolute;inset:0;overflow:hidden}.product-carousel__viewport,.product-carousel__slide{position:absolute;inset:0}.product-carousel__slide{opacity:.35;pointer-events:none;margin:0;transition:opacity .62s,transform .72s cubic-bezier(.22,.76,.18,1);transform:translate(100%)}.product-carousel__slide.is-active{opacity:1;pointer-events:auto;transform:translate(0,0)}.product-carousel[data-direction=forward] .product-carousel__slide.was-active,.product-carousel[data-direction=backward] .product-carousel__slide:not(.is-active){transform:translate(-100%)}.product-carousel[data-direction=backward] .product-carousel__slide.was-active{transform:translate(100%)}.product-carousel__slide>img{object-fit:cover;width:100%;height:100%}.product-carousel.is-autoplaying .product-carousel__slide.is-active:first-child>img{animation:6.8s ease-in-out both product-cinematic-pan}.product-carousel__slide:after{content:"";pointer-events:none;background:linear-gradient(#0000,#1c0d158f);position:absolute;inset:48% 0 0}.product-carousel__caption{z-index:2;letter-spacing:.09em;text-transform:uppercase;backdrop-filter:blur(9px);background:#27131c57;border:1px solid #ffffff52;border-radius:999px;padding:.35rem .62rem;font-size:.58rem;font-weight:800;position:absolute;bottom:4.25rem;right:1rem}.product-card .product-carousel__slide--detail img,.featured-card .product-carousel__slide--detail img{filter:saturate(1.08)contrast(1.035);transform:scale(1.46)translate(-7%,1%)}.product-card:hover .product-carousel .product-carousel__slide--detail img,.product-card.is-in-view .product-carousel .product-carousel__slide--detail img,.featured-card:hover .product-carousel .product-carousel__slide--detail img,.featured-card.is-in-view .product-carousel .product-carousel__slide--detail img{transform:scale(1.5)translate(-7%)}.product-carousel__slide--detail:before{z-index:1;content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff0a,#0000 42%),radial-gradient(circle at 75% 30%,#0000 0 18%,#27121c38 75%);position:absolute;inset:0}.product-carousel__slide--detail figcaption{z-index:2;text-shadow:0 2px 18px #16080f75;gap:.18rem;display:grid;position:absolute;bottom:4.35rem;left:1.05rem;right:1.05rem}.product-carousel__slide--detail figcaption span,.product-carousel__slide--story figcaption span{letter-spacing:.14em;text-transform:uppercase;font-size:.58rem;font-weight:850}.product-carousel__slide--detail figcaption strong{max-width:13rem;font-family:Georgia,serif;font-size:clamp(1.2rem,3vw,1.65rem);line-height:1.05}.product-card .product-carousel__slide--story>img,.featured-card .product-carousel__slide--story>img{filter:blur(14px)saturate(.7)brightness(.52);transform:scale(1.14)}.product-carousel__slide--story{background:linear-gradient(145deg,#301923,#78415a)}.product-carousel__slide--story:before{z-index:1;content:"";background:radial-gradient(circle at 72% 18%,#ffd6b82e,#0000 34%),linear-gradient(145deg,#25101942,#5d2a40bd);position:absolute;inset:0}.product-carousel__slide--story figcaption{z-index:2;text-align:center;gap:.65rem;display:grid;position:absolute;top:50%;left:1.25rem;right:1.25rem;transform:translateY(-54%)}.product-carousel__slide--story figcaption:before{content:"";background:#ffffff9e;width:2.8rem;height:1px;margin:0 auto .2rem}.product-carousel__slide--story figcaption strong{font-family:Georgia,serif;font-size:clamp(1.65rem,5vw,2.35rem);font-weight:500;line-height:.98}.product-carousel__slide--story figcaption p{color:#ffffffd1;max-width:18rem;margin:0 auto;font-size:.75rem;line-height:1.55}.product-carousel__chrome{z-index:7;backdrop-filter:blur(13px)saturate(1.16);background:#26121b70;border:1px solid #ffffff42;border-radius:999px;grid-template-columns:2.75rem 1fr auto 2.75rem 2.75rem;align-items:center;gap:.28rem;padding:.23rem;display:grid;position:absolute;bottom:.62rem;left:.65rem;right:.65rem;box-shadow:0 .7rem 1.8rem #1d0c142e}.product-carousel__arrow,.product-carousel__toggle,.product-carousel__dot{color:#fff;cursor:pointer;border:0}.product-carousel__arrow,.product-carousel__toggle{background:#ffffff1a;border-radius:50%;place-items:center;min-width:2.75rem;min-height:2.75rem;font-size:.88rem;transition:background .18s,transform .18s;display:grid}.product-carousel__arrow:hover,.product-carousel__toggle:hover,.product-carousel__arrow:focus-visible,.product-carousel__toggle:focus-visible{background:#ffffff3d;transform:scale(1.04)}.product-carousel__arrow:focus-visible,.product-carousel__toggle:focus-visible,.product-carousel__dot:focus-visible{outline-offset:2px;outline:2px solid #fff}.product-carousel__dots{justify-content:center;align-items:center;gap:.32rem;display:flex}.product-carousel__dot{background:0 0;width:1.7rem;min-height:2.75rem;position:relative}.product-carousel__dot:after{content:"";background:#ffffff5c;border-radius:999px;height:2px;transition:background .18s,transform .18s;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.product-carousel__dot.is-active:after{background:#fff;transform:translateY(-50%)scaleY(1.6)}.product-carousel__counter{letter-spacing:.08em;text-align:center;min-width:3rem;font-size:.57rem}.product-carousel__counter b{font-family:Georgia,serif;font-size:.78rem}.product-carousel__progress{z-index:8;pointer-events:none;background:#ffffff29;border-radius:999px;height:2px;position:absolute;bottom:.35rem;left:1rem;right:1rem;overflow:hidden}.product-carousel__progress i{width:100%;height:100%;transform:scaleX(var(--carousel-progress,0));transform-origin:0;background:linear-gradient(90deg,#fff,#efc3cb);display:block}@keyframes product-cinematic-pan{0%{transform:scale(1.01)translate(0,0)}to{transform:scale(1.065)translate(-.7%,-.45%)}}.product-carousel.is-paused .product-carousel__progress i,.product-carousel[data-reduced-motion=true] .product-carousel__progress i{opacity:.38}.product-carousel[data-reduced-motion=true] .product-carousel__toggle{display:none}@media (width<=24rem){.product-carousel__chrome{grid-template-columns:2.75rem 1fr 2.75rem 2.75rem}.product-carousel__counter{display:none}}@media (width<=36rem){.product-carousel__chrome{grid-template-columns:2.75rem 1fr 2.75rem 2.75rem;bottom:.5rem;left:.5rem;right:.5rem}.product-carousel__counter{display:none}.product-carousel__caption{bottom:4rem;left:.75rem;right:auto}.product-carousel__slide--story figcaption{left:1rem;right:1rem}}@media (prefers-reduced-motion:reduce){.product-carousel__slide{clip-path:none!important;transition:none!important;transform:none!important}.product-card .product-carousel__slide img{transition:none;animation:none;transform:none}}:root{--background:#fff9f7;--surface:#fff;--surface-soft:#f9edef;--surface-muted:#eedfe1;--surface-strong:#422733;--text:#2f2026;--text-soft:#705e65;--primary:#984d6b;--primary-strong:#71344f;--accent:#b97870;--olive:#66705a;--border:#ead8dc;--focus:#74324e;--shadow-sm:0 .85rem 2.2rem #68354917;--shadow:0 1.7rem 4.5rem #68354924;--shadow-hover:0 1.8rem 4rem #71344f2e;--radius-sm:.75rem;--radius:1.25rem;--radius-lg:2rem;--container:80rem}.hero-section{--hero-pointer-x:0;--hero-pointer-y:0;isolation:isolate;background:linear-gradient(115deg,#fffaf7db 0%,#fffaf794 48%,#f7e2e77a 100%);border-bottom:1px solid #71344f14}.hero-section__grid,.hero-scroll-cue{z-index:3;position:relative}.hero-section__glow{z-index:0;opacity:.7;filter:blur(2px);pointer-events:none;translate:calc(var(--hero-pointer-x) * 2.2rem) calc(var(--hero-pointer-y) * 1.8rem);will-change:transform, translate;border-radius:50%;position:absolute}.hero-section__glow--wine{aspect-ratio:1;background:radial-gradient(circle,#b04d7238,#b04d720a 56%,#0000 72%);width:min(46rem,76vw);animation:11s ease-in-out infinite alternate hero-glow-wine;top:-24%;left:-11%}.hero-section__glow--gold{aspect-ratio:1;background:radial-gradient(circle,#d5af7233,#be81690a 58%,#0000 72%);width:min(42rem,74vw);animation:13s ease-in-out infinite alternate hero-glow-gold;bottom:-34%;right:-14%}.hero-kicker__pulse{animation:2.1s ease-in-out infinite hero-kicker-pulse}.hero-copy h1 span,.hero-copy h1 em{text-wrap:balance}.hero-copy h1 em{text-shadow:0 .8rem 2.5rem #984d6b2e;animation:4.2s ease-in-out infinite hero-emphasis;display:inline-block;position:relative}.hero-copy h1 em:after{transform-origin:0;content:"";background:linear-gradient(90deg,#0000,#984d6b99 18%,#c98491c7 72%,#0000);border-radius:999px;height:.08em;animation:3.6s ease-in-out infinite hero-underline;position:absolute;bottom:-.06em;left:.05em;right:.02em;transform:scaleX(.78)rotate(-1deg)}.hero-copy__text{padding-left:1rem;position:relative}.hero-copy__text:before{background:linear-gradient(180deg, var(--primary), #d5af728f);content:"";border-radius:99px;width:2px;position:absolute;top:.2rem;bottom:.2rem;left:0;box-shadow:0 0 1.1rem #984d6b52}.primary-link--hero:before{animation:4.8s ease-in-out infinite hero-cta-shine;left:-55%}.hero-benefits li{backdrop-filter:blur(12px);background:linear-gradient(145deg,#ffffffb8,#fff8f670);border:1px solid #71344f1a;border-radius:1rem;min-width:7rem;padding:.85rem 1rem;transition:transform .26s,border-color .26s,box-shadow .26s;position:relative;overflow:hidden;box-shadow:0 .75rem 2rem #4a263512}.hero-benefits li:after{content:"";background:#ffffff7a;width:24%;height:240%;animation:7s ease-in-out infinite benefit-sheen;position:absolute;top:-70%;left:-40%;transform:rotate(23deg)}.hero-benefits li:nth-child(2):after{animation-delay:.7s}.hero-benefits li:nth-child(3):after{animation-delay:1.4s}.hero-benefits li:hover{border-color:#984d6b3d;transform:translateY(-.25rem);box-shadow:0 1rem 2.6rem #4a26351f}.hero-benefits strong{font-size:1.32rem;line-height:1}.hero-visual{isolation:isolate;perspective:1000px}.hero-visual:before{z-index:-2;transform:translate3d(calc(var(--hero-pointer-x) * -1.5rem), calc(var(--hero-pointer-y) * -1.2rem), 0);content:"";background:radial-gradient(circle at 68% 26%,#c6839761,#0000 34%),radial-gradient(circle at 36% 72%,#d7af724d,#0000 32%),#f7e2e76b;border-radius:48% 52% 45% 55%/56% 42% 58% 44%;transition:transform .36s ease-out;animation:12s ease-in-out infinite alternate hero-visual-aura;position:absolute;inset:5% 1% 3% 10%;box-shadow:0 2rem 6rem #71344f24}.hero-visual:after{z-index:-1;content:"";border:1px solid #984d6b29;border-radius:50%;animation:6s ease-in-out infinite hero-ring-breathe;position:absolute;inset:12% 8% 10% 18%;box-shadow:0 0 0 2rem #984d6b08,0 0 0 4.5rem #d5af7205}.hero-visual figure{border-color:#fffaf7d1;box-shadow:0 2rem 5rem #4a26352e}.hero-visual__primary:after{z-index:2;content:"";background:linear-gradient(90deg,#0000,#ffffff38,#0000);width:30%;height:170%;animation:7.5s ease-in-out infinite hero-image-sweep;position:absolute;top:-35%;left:-80%;transform:rotate(18deg)}.hero-visual__orbit{z-index:-1;pointer-events:none;border:1px solid #984d6b38;border-radius:50%;position:absolute}.hero-visual__orbit--outer{border-style:dashed;animation:30s linear infinite premium-spin;inset:1% -4% 0 10%}.hero-visual__orbit--inner{border-color:#d5af723d;animation:22s linear infinite premium-spin-reverse;inset:13% 7% 10% 20%}.hero-visual__spark,.premium-background__spark{background:#fff;border-radius:50%;position:absolute;box-shadow:0 0 .55rem #ffffffe6,0 0 1.3rem #d5af72b8}.hero-visual__spark{z-index:4;aspect-ratio:1;pointer-events:none;width:.36rem;animation:3s ease-in-out infinite hero-spark}.hero-visual__spark--one{top:15%;right:4%}.hero-visual__spark--two{animation-delay:1.4s;bottom:20%;left:3%}.hero-visual__label{animation:5.2s ease-in-out infinite hero-label-float;box-shadow:0 1.4rem 3.8rem #351c2747}.hero-visual__edition{z-index:4;text-align:right;backdrop-filter:blur(14px);background:#fffaf7bd;border:1px solid #ffffff75;border-radius:999px;padding:.55rem .82rem;display:grid;position:absolute;top:4%;right:2%;box-shadow:0 .7rem 2rem #4a26351a}.hero-visual__edition span{color:var(--text-soft);letter-spacing:.14em;text-transform:uppercase;font-size:.5rem;font-weight:800}.hero-visual__edition strong{color:var(--primary-strong);font-family:Georgia,serif;font-size:.82rem;line-height:1.1}.hero-scroll-cue{color:var(--text-soft);letter-spacing:.17em;text-transform:uppercase;justify-items:center;gap:.4rem;font-size:.54rem;font-weight:800;text-decoration:none;display:grid;position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%)}.hero-scroll-cue i{background:#71344f2e;width:1px;height:2.4rem;display:block;position:relative;overflow:hidden}.hero-scroll-cue i:after{background:linear-gradient(180deg, transparent, var(--primary));content:"";width:100%;height:55%;animation:2s ease-in-out infinite scroll-cue;position:absolute;top:-55%;left:0}.premium-background__mesh{opacity:.34;background:conic-gradient(from 210deg at 46% 42%, transparent 0 18%, #b45b7e1c 26%, transparent 35% 64%, #d5af7217 72%, transparent 82%), radial-gradient(circle at 50% 50%, #ffffffbd, transparent 48%);will-change:transform;animation:28s ease-in-out infinite alternate premium-mesh-drift;position:absolute;inset:-22%}.premium-background__orb{translate:0 calc(var(--background-shift,0px) * -.35)}.premium-background__orb--rose{translate:0 calc(var(--background-shift,0px) * .5)}.premium-background__orb--gold{translate:0 calc(var(--background-shift,0px) * -.7)}.premium-background__beam{opacity:.42;will-change:transform, opacity;background:linear-gradient(90deg,#0000,#984d6b61,#d5af7275,#0000);width:42rem;height:1px;position:absolute;box-shadow:0 0 1.1rem #984d6b2e}.premium-background__beam--one{animation:15s ease-in-out infinite background-beam-one;top:22%;left:-16rem;transform:rotate(-18deg)}.premium-background__beam--two{animation:18s ease-in-out infinite background-beam-two;bottom:24%;right:-18rem;transform:rotate(22deg)}.premium-background__spark{aspect-ratio:1;opacity:0;width:.28rem;animation:7s ease-in-out infinite background-spark}.premium-background__spark--one{top:15%;left:18%}.premium-background__spark--two{animation-delay:2.1s;top:53%;right:14%}.premium-background__spark--three{animation-delay:4.2s;bottom:16%;left:42%}body:before{animation:18s linear infinite grain-drift}.section--soft,.section--catalog{isolation:isolate}.section--soft:before,.section--catalog:before{z-index:-1;opacity:.7;content:"";pointer-events:none;background-color:#0000;background-image:radial-gradient(circle at 8% 25%,#b1537521,#0000 23rem),radial-gradient(circle at 92% 70%,#d5af721c,#0000 25rem);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:130% 130%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:14s ease-in-out infinite alternate section-ambient;position:absolute;inset:0}.section-heading[data-reveal] h2,.collection-intro[data-reveal] h2{text-shadow:0 .8rem 2.8rem #71344f14}@keyframes hero-glow-wine{0%{opacity:.52;transform:translate(-4%,-2%)scale(.92)}to{opacity:.82;transform:translate(12%,8%)scale(1.1)}}@keyframes hero-glow-gold{0%{opacity:.45;transform:translate(5%,5%)scale(.9)}to{opacity:.76;transform:translate(-10%,-8%)scale(1.12)}}@keyframes hero-kicker-pulse{0%,to{box-shadow:0 0 0 .32rem #984d6b1a,0 0 #984d6b2e}50%{box-shadow:0 0 0 .32rem #984d6b14,0 0 0 .72rem #984d6b00}}@keyframes hero-emphasis{0%,to{color:var(--primary);text-shadow:0 .8rem 2.5rem #984d6b24}50%{color:#a85070;text-shadow:0 1rem 3rem #984d6b45}}@keyframes hero-underline{0%,to{opacity:.55;transform:scaleX(.72)rotate(-1deg)}50%{opacity:1;transform:scaleX(1.03)rotate(-1deg)}}@keyframes hero-cta-shine{0%,62%{opacity:0;left:-55%}70%{opacity:1}88%,to{opacity:0;left:130%}}@keyframes benefit-sheen{0%,58%{opacity:0;left:-45%}65%{opacity:.75}82%,to{opacity:0;left:135%}}@keyframes hero-visual-aura{0%{filter:saturate(.94);border-radius:48% 52% 45% 55%/56% 42% 58% 44%}to{filter:saturate(1.08);border-radius:55% 45% 52% 48%/44% 57% 43% 56%}}@keyframes hero-ring-breathe{0%,to{opacity:.5;transform:scale(.94)rotate(-3deg)}50%{opacity:1;transform:scale(1.04)rotate(3deg)}}@keyframes hero-image-sweep{0%,60%{opacity:0;left:-80%}68%{opacity:1}84%,to{opacity:0;left:145%}}@keyframes hero-spark{0%,to{opacity:.25;transform:scale(.55)}50%{opacity:1;transform:scale(1.45)}}@keyframes hero-label-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-.4rem)rotate(-.5deg)}}@keyframes scroll-cue{0%{opacity:0;transform:translateY(-100%)}35%{opacity:1}to{opacity:0;transform:translateY(290%)}}@keyframes premium-mesh-drift{0%{transform:translate(-3%,-2%)rotate(-4deg)scale(.96)}to{transform:translate(5%,4%)rotate(5deg)scale(1.08)}}@keyframes background-beam-one{0%,to{opacity:.18;transform:translate(-22%)rotate(-18deg)}50%{opacity:.6;transform:translate(65vw,8rem)rotate(-18deg)}}@keyframes background-beam-two{0%,to{opacity:.14;transform:translate(18%)rotate(22deg)}50%{opacity:.52;transform:translate(-62vw,-7rem)rotate(22deg)}}@keyframes background-spark{0%,to{opacity:0;transform:translateY(1rem)scale(.5)}35%{opacity:.9}60%{opacity:.7;transform:translate(1.2rem,-2.8rem)scale(1.25)}85%{opacity:0}}@keyframes grain-drift{0%{background-position:0 0}to{background-position:42px 28px}}@keyframes section-ambient{0%{background-position:0 20%,100% 80%}to{background-position:16% 36%,82% 62%}}@media (width<=58rem){.hero-scroll-cue{display:none}.hero-section__glow--wine{width:31rem;top:-8rem;left:-12rem}.hero-section__glow--gold{width:30rem;bottom:8%;right:-15rem}.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hero-benefits li{min-width:0;padding:.75rem .7rem}.hero-visual__orbit--outer{inset:2% -1% 2% 6%}}@media (width<=36rem){.hero-section{background:linear-gradient(155deg,#fffaf7e0 0%,#f9e8eb9e 52%,#fff7efbd 100%)}.hero-copy__text{padding-left:.8rem}.hero-benefits li{backdrop-filter:blur(8px);border-radius:.82rem;padding:.68rem .55rem}.hero-benefits strong{font-size:1.08rem}.hero-benefits span{font-size:.57rem;line-height:1.2}.hero-visual__edition{padding:.48rem .68rem;top:3%;right:0}.hero-visual__orbit--outer{inset:2% -5% 1% 5%}.hero-visual__orbit--inner{inset:15% 3% 9% 17%}.premium-background__mesh{opacity:.45;animation-duration:18s;inset:-12% -70%}.premium-background__beam{opacity:.52;width:28rem}.premium-background__spark--one{left:8%}.premium-background__spark--two{right:7%}}@media (prefers-reduced-motion:reduce){.hero-section__glow,.hero-kicker__pulse,.hero-copy h1 em,.hero-copy h1 em:after,.primary-link--hero:before,.hero-benefits li:after,.hero-visual:before,.hero-visual:after,.hero-visual__primary:after,.hero-visual__orbit,.hero-visual__spark,.hero-visual__label,.hero-scroll-cue i:after,.premium-background__mesh,.premium-background__beam,.premium-background__spark,.section--soft:before,.section--catalog:before,body:before{animation:none!important}.hero-section__glow,.premium-background__orb{translate:0!important}}*,:before,:after{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth;overflow-x:hidden}body{background:radial-gradient(circle at 8% 7%, #d697a81f, transparent 24rem), radial-gradient(circle at 94% 34%, #e2b7a51a, transparent 27rem), var(--background);min-width:20rem;color:var(--text);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;display:block}button,input,select{font:inherit}button,a,select,input{-webkit-tap-highlight-color:transparent}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance;font-family:Georgia,Times New Roman,serif;line-height:1.1}h1{letter-spacing:-.052em;margin-bottom:1.35rem;font-size:clamp(2.65rem,6.5vw,5.65rem)}h2{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2rem,4.4vw,3.65rem)}h3{margin-bottom:.55rem;font-size:1.35rem}[hidden]{display:none!important}[id]{scroll-margin-top:8rem}:focus-visible{outline:3px solid var(--focus);outline-offset:3px;box-shadow:0 0 0 2px var(--background)}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--surface-strong);color:#fff;border-radius:999px;padding:.75rem 1rem;font-weight:800;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.container{width:min(var(--container), calc(100% - 2.5rem));margin-inline:auto}.eyebrow{width:fit-content;color:var(--primary);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.55rem;margin-bottom:1rem;font-size:.75rem;font-weight:850;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:1.65rem;height:1px}.site-header{z-index:40;backdrop-filter:blur(16px);background:#fbf7f1f0;border-bottom:1px solid #ded1c7d1;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:4.75rem;display:flex}.site-logo{flex:0 auto;align-items:center;gap:.7rem;min-width:0;text-decoration:none;display:inline-flex}.site-logo span{aspect-ratio:1;background:var(--surface-strong);color:#fffaf4;letter-spacing:.06em;border-radius:50%;flex:none;place-items:center;width:2.55rem;font-family:Georgia,Times New Roman,serif;font-size:.76rem;font-weight:800;display:grid}.site-logo strong{text-overflow:ellipsis;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:1.06rem;overflow:hidden}.site-nav{justify-content:center;align-items:center;gap:clamp(.75rem,2vw,1.6rem);min-width:0;display:flex}.site-nav a{color:var(--text-soft);white-space:nowrap;font-size:.86rem;font-weight:750;text-decoration:none;position:relative}.site-nav a:after{transform-origin:100%;background:var(--primary);content:"";height:1px;transition:transform .22s;position:absolute;bottom:.35rem;left:0;right:0;transform:scaleX(0)}.site-nav a:hover:after,.site-nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.site-nav a:hover{color:var(--primary)}.primary-link,.secondary-link,.whatsapp-button{text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:2.9rem;padding:.72rem 1.15rem;font-size:.88rem;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .16s,background .16s,border-color .16s,color .16s;display:inline-flex}.primary-link,.whatsapp-button{background:var(--primary);color:#fff}.primary-link:hover,.whatsapp-button:not(.whatsapp-button--disabled):hover{background:var(--primary-strong);transform:translateY(-2px)}.secondary-link{border-color:var(--border);color:var(--primary);background:0 0}.secondary-link:hover{border-color:var(--primary);background:#fff}.whatsapp-button--disabled{border-color:var(--border);color:#756a6f;cursor:not-allowed;background:#eee8e4}.whatsapp-button--large{min-height:3.25rem;padding-inline:1.5rem}.hero-section{padding:clamp(3.5rem,7vw,7rem) 0 clamp(4rem,8vw,7.5rem);position:relative;overflow:hidden}.hero-section:before{z-index:-1;content:"";background:#b45b7e1a;border-radius:50%;width:31rem;height:31rem;position:absolute;top:-12rem;left:-12rem}.hero-section__grid{align-items:center;gap:clamp(2.25rem,5vw,5rem);display:grid}.hero-copy{min-width:0}.hero-copy__text{max-width:41rem;color:var(--text-soft);margin-bottom:1.75rem;font-size:clamp(1.05rem,2vw,1.24rem)}.hero-copy__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.4rem;display:flex}.hero-copy__notice{border-left:3px solid var(--accent);max-width:43rem;color:var(--text-soft);margin-bottom:0;padding-left:1rem;font-size:.88rem}.hero-visual{min-width:0;min-height:clamp(26rem,62vw,42rem);position:relative}.hero-visual figure{background:var(--surface-muted);box-shadow:var(--shadow);border-radius:11rem 11rem 1.5rem 1.5rem;margin:0;position:absolute;overflow:hidden}.hero-visual img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.hero-visual:hover .hero-visual__primary img{transform:scale(1.025)}.hero-visual:hover .hero-visual__secondary img{transform:scale(1.04)}.hero-visual__primary{width:72%;height:88%;top:0;right:0}.hero-visual__secondary{border:.45rem solid var(--background);width:43%;height:56%;bottom:0;left:0}.hero-visual__label{width:min(15.5rem,55%);box-shadow:var(--shadow-sm);color:#fff;background:#34232ceb;border:1px solid #ffffff3d;border-radius:1rem;flex-direction:column;padding:1rem 1.1rem;display:flex;position:absolute;bottom:3%;right:2%}.hero-visual__label span,.hero-visual__label small{color:#dfd1d8;font-size:.72rem}.hero-visual__label strong{margin-block:.1rem;font-family:Georgia,Times New Roman,serif}.section{padding:clamp(4.25rem,8vw,7rem) 0}.section--compact{padding:2.75rem 0 4.5rem}.section--compact-top{padding-top:1rem}.section-heading{max-width:52rem;margin-bottom:2.5rem}.section-heading--split{align-items:end;gap:1rem 3rem;max-width:none;display:grid}.section-heading--split h2{margin-bottom:0}.section-heading--split>p{max-width:28rem}.section-heading--center{text-align:center;margin-inline:auto}.section-heading--center .eyebrow{margin-inline:auto}.section-heading>p,.section-heading--split>p{color:var(--text-soft);margin-bottom:0;font-size:1.04rem}.category-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.category-shortcut{background:var(--surface-muted);color:#fff;border-radius:1rem;min-width:0;min-height:12rem;text-decoration:none;transition:transform .26s cubic-bezier(.2,.7,.2,1),box-shadow .26s;position:relative;overflow:hidden;box-shadow:0 .7rem 1.8rem #532c3a14}.category-shortcut:before{z-index:2;color:#fff;content:"↗";opacity:0;background:#ffffff2b;border:1px solid #ffffff7a;border-radius:50%;place-items:center;width:2.25rem;height:2.25rem;transition:opacity .22s,transform .22s,background .22s;display:grid;position:absolute;top:.85rem;right:.85rem;transform:translate(-.2rem,.2rem)}.category-shortcut:last-child{grid-column:1/-1}.category-shortcut:after{content:"";background:linear-gradient(#411d2b0a 20%,#301821d1 100%);position:absolute;inset:0}.category-shortcut img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-shortcut:hover img{transform:scale(1.065)}.category-shortcut:hover,.category-shortcut:focus-visible{box-shadow:var(--shadow-hover);transform:translateY(-.4rem)}.category-shortcut:hover:before,.category-shortcut:focus-visible:before{opacity:1;background:#ffffff42;transform:translate(0)}.category-shortcut span{z-index:1;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;position:absolute;bottom:.9rem;left:1rem;right:1rem}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.featured-card{border-radius:1rem;min-width:0;text-decoration:none;transition:transform .26s cubic-bezier(.2,.7,.2,1),box-shadow .26s;display:block;position:relative}.featured-card:hover,.featured-card:focus-within{transform:translateY(-.45rem)}.featured-card__media{aspect-ratio:4/5;background:var(--surface-muted);border-radius:1rem;transition:box-shadow .26s;position:relative;overflow:hidden;box-shadow:0 .8rem 2rem #5b2b3d17}.featured-card:hover .featured-card__media,.featured-card:focus-within .featured-card__media{box-shadow:var(--shadow-hover)}.featured-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.featured-card:hover .featured-card__media img{transform:scale(1.055)}.featured-card__media .featured-card__badge{z-index:4;color:var(--primary-strong);letter-spacing:.07em;text-transform:uppercase;background:#ffffffe8;border-radius:999px;padding:.35rem .65rem;font-size:.7rem;font-weight:850;position:absolute;top:.75rem;left:.75rem}.featured-card__copy{padding-top:.9rem}.featured-card__copy p{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.15rem;font-size:.72rem;font-weight:800}.featured-card__copy h3{margin-bottom:.35rem;font-size:clamp(1.15rem,2vw,1.45rem)}.featured-card__copy h3 a{color:inherit;text-decoration:none}.featured-card__copy h3:after{color:var(--primary);content:"→";opacity:0;margin-left:.45rem;transition:opacity .2s,transform .2s;display:inline-block;transform:translate(-.25rem)}.featured-card:hover .featured-card__copy h3:after,.featured-card:focus-within .featured-card__copy h3:after{opacity:1;transform:translate(0)}.featured-card__copy strong{font-size:.95rem}.price-disclaimer{color:var(--text-soft);margin:1.25rem 0 0;font-size:.78rem}.final-cta-card{border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow);color:#fffaf4;gap:1.5rem;padding:clamp(1.5rem,5vw,3.5rem);transition:transform .26s,box-shadow .26s;display:grid}.final-cta-card:hover{transform:translateY(-.25rem);box-shadow:0 2rem 5rem #4227333d}.final-cta-card .eyebrow{color:#dcb993}.final-cta-copy h2{font-size:clamp(2rem,4vw,3.35rem)}.final-cta-copy p,.final-cta-note{color:#dccfd5}.final-cta-actions{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.final-cta-note{margin:.75rem 0 0;font-size:.8rem}.site-footer{color:#fffaf4;background:#241820;padding:4rem 0 1.5rem}.site-footer__inner{gap:2.2rem;display:grid}.site-footer h2{letter-spacing:.13em;text-transform:uppercase;margin-bottom:.8rem;font-family:inherit;font-size:.74rem}.site-footer p,.site-footer a{color:#d8cbd2;margin-bottom:.4rem;font-size:.86rem}.site-footer nav{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.site-footer nav a:hover,.footer-contact a:hover{color:#fff}.footer-brand strong{margin-bottom:.55rem;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;display:block}.footer-tagline{max-width:17rem;padding-top:.5rem;color:#dcb993!important}.whatsapp-button--footer{margin-top:.7rem}.site-footer__bottom{border-top:1px solid #ffffff1f;margin-top:2.75rem;padding-top:1.25rem}.site-footer__bottom p{margin:0;font-size:.76rem}.legal-main{padding:clamp(3.5rem,8vw,6rem) 0}.legal-document{width:min(48rem,100% - 2.5rem)}.legal-document__intro{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);color:var(--text-soft);margin-bottom:2rem;padding:1.2rem}.legal-document section{margin-top:2.25rem}.legal-document section h2{font-size:1.65rem}.legal-document li,.legal-document p{color:var(--text-soft)}.legal-document a{color:var(--primary);font-weight:800}@media (width>=42rem){.category-shortcuts{grid-template-columns:repeat(5,minmax(0,1fr))}.category-shortcut,.category-shortcut:last-child{grid-column:auto;min-height:16rem}.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=48rem){.section-heading--split{grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr)}.final-cta-card{grid-template-columns:minmax(0,1.4fr) minmax(15rem,.6fr)}}@media (width>=64rem){.hero-section__grid{grid-template-columns:minmax(0,.86fr) minmax(26rem,1.14fr)}.hero-visual{min-height:clamp(34rem,52vw,43rem)}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer__inner{grid-template-columns:1.3fr 1fr 1fr 1fr}}@media (width<=58rem){.site-header__inner{flex-wrap:wrap;padding-block:.65rem}.site-nav{scrollbar-width:thin;order:3;justify-content:flex-start;width:100%;padding-bottom:.05rem;overflow-x:auto}.site-nav a{flex:none;align-items:center;min-height:2.75rem;display:inline-flex}}@media (width<=36rem){.container,.legal-document{width:min(var(--container), calc(100% - 1.25rem))}[id]{scroll-margin-top:8.75rem}.site-header__inner,.site-logo{gap:.5rem}.site-logo span{width:2.25rem}.site-logo strong{max-width:7.7rem;font-size:.92rem}.whatsapp-button--header{min-height:2.75rem;padding-inline:.72rem;font-size:.75rem}.hero-section{padding-top:3.25rem}.hero-copy__actions{display:grid}.primary-link,.secondary-link{width:100%}.hero-visual{min-height:27rem}.hero-visual__label{width:58%;padding:.8rem;right:0}.featured-grid{gap:.75rem}}.premium-background{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}main,.site-footer{z-index:1;position:relative}.premium-background__orb{opacity:.42;filter:blur(2px);will-change:transform;border-radius:50%;position:absolute}.premium-background__orb--wine{background:radial-gradient(circle at 38% 38%,#a54e6d52,#71344f0d 68%,#0000 72%);width:31rem;height:31rem;animation:19s ease-in-out infinite alternate premium-orbit-wine;top:4%;left:-12rem}.premium-background__orb--rose{background:radial-gradient(circle at 42% 45%,#d79f9e4d,#be73800a 68%,#0000 72%);width:36rem;height:36rem;animation:23s ease-in-out infinite alternate premium-orbit-rose;top:42%;right:-14rem}.premium-background__orb--gold{background:radial-gradient(circle,#cda67038,#cda67008 67%,#0000 72%);width:27rem;height:27rem;animation:17s ease-in-out infinite alternate premium-orbit-gold;bottom:-13rem;left:14%}.premium-background__line{will-change:transform;border:1px solid #82425917;border-radius:42% 58% 64% 36%/48% 35% 65% 52%;width:36rem;height:36rem;position:absolute}.premium-background__line--one{animation:34s linear infinite premium-spin;top:17%;right:-22rem}.premium-background__line--two{animation:39s linear infinite premium-spin-reverse;bottom:8%;left:-25rem}.scroll-progress{z-index:110;width:100%;height:2px;transform:scaleX(var(--page-progress,0));transform-origin:0;background:linear-gradient(90deg,#71344f,#c68386,#d5af72);position:fixed;top:0;left:0;box-shadow:0 0 .8rem #984d6b73}.site-header.is-scrolled{background:#fffaf7f0;box-shadow:0 .8rem 2.5rem #4227331a}.primary-link,.secondary-link,.whatsapp-button,.filter-reset,.mobile-filter-toggle,.product-card__favorite{transform-origin:50%}.primary-link:active,.secondary-link:active,.whatsapp-button:active,.filter-reset:active,.mobile-filter-toggle:active,.product-card__favorite:active{transform:scale(.96)}.product-card__button:not(.whatsapp-button--disabled):after{content:"↗";margin-left:.45rem;animation:1.6s ease-in-out infinite purchase-arrow;display:inline-block}.product-card__favorite[aria-pressed=true]{animation:.36s cubic-bezier(.2,1.4,.4,1) favorite-pop}.hero-visual__primary{transform:translateY(calc(var(--scroll-shift,0px) * -.22));transition:transform .12s linear}.hero-visual__secondary{transform:translateY(calc(var(--scroll-shift,0px) * .18))}.hero-visual__stamp{animation:5.5s ease-in-out infinite premium-stamp}.eyebrow:before{transform-origin:0;animation:3s ease-in-out infinite line-breathe}.category-shortcut,.featured-card,.product-card{transition-duration:.36s}@keyframes premium-orbit-wine{0%{transform:translate(0,0)scale(.96)}to{transform:translate(8rem,5rem)scale(1.12)}}@keyframes premium-orbit-rose{0%{transform:translateY(-2rem)rotate(0)}to{transform:translate(-9rem,6rem)rotate(18deg)}}@keyframes premium-orbit-gold{0%{transform:translate(-3rem)scale(.9)}to{transform:translate(11rem,-7rem)scale(1.18)}}@keyframes premium-spin{to{transform:rotate(360deg)}}@keyframes premium-spin-reverse{to{transform:rotate(-360deg)}}@keyframes purchase-arrow{0%,to{transform:translate(0)}50%{transform:translate(.18rem,-.18rem)}}@keyframes favorite-pop{0%{transform:scale(.82)}70%{transform:scale(1.16)}to{transform:scale(1)}}@keyframes premium-stamp{0%,to{transform:rotate(-9deg)translateY(0)}50%{transform:rotate(-5deg)translateY(-.4rem)}}@keyframes line-breathe{0%,to{opacity:.55;transform:scaleX(.75)}50%{opacity:1;transform:scaleX(1.15)}}@media (width<=36rem){.premium-background__orb{opacity:.52}.premium-background__orb--wine{width:29rem;height:29rem;animation-duration:14s;top:5%;left:-17rem}.premium-background__orb--rose{width:34rem;height:34rem;animation-duration:17s;top:40%;right:-20rem}.premium-background__orb--gold{animation-duration:13s;bottom:-8rem;left:-10rem}.premium-background__line{width:24rem;height:24rem}.category-shortcut,.featured-card,.product-card{opacity:.82;transition:transform .42s cubic-bezier(.2,.8,.2,1),opacity .42s,box-shadow .42s;transform:scale(.965)}.category-shortcut.is-in-view,.featured-card.is-in-view,.product-card.is-in-view{opacity:1;transform:scale(1)}.mobile-dock__buy{box-shadow:0 .5rem 1.4rem #71344f38;color:#fff!important;background:linear-gradient(135deg,#9d506e,#71344f)!important}.mobile-dock__buy span{animation:2.4s ease-in-out infinite soft-pulse-icon}@keyframes soft-pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}}@media (prefers-reduced-motion:reduce){.premium-background *,.hero-visual__stamp,.eyebrow:before,.product-card__button:after,.mobile-dock__buy span{animation:none!important}.hero-visual__primary,.hero-visual__secondary{transform:none!important}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}body{background:radial-gradient(circle at 8% 4%,#a047651c,#0000 28rem),radial-gradient(circle at 96% 31%,#be87631a,#0000 30rem),#fffaf7}body:before{z-index:-1;content:"";pointer-events:none;background-image:radial-gradient(#5a2f3e14 .55px,#0000 .55px);background-size:7px 7px;position:fixed;inset:0}.site-header{backdrop-filter:blur(22px)saturate(1.25);background:#fffaf7db;border-color:#71344f1a;box-shadow:0 .65rem 2rem #4227330a}.site-logo span{background:linear-gradient(145deg,#512d3e,#8e4863);box-shadow:0 .55rem 1.3rem #512d3e33}.site-header__actions{align-items:center;gap:.65rem;display:flex}.menu-toggle{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:2.8rem;height:2.8rem;display:none}.menu-toggle span{background:var(--text);width:1rem;height:1px;transition:transform .18s;position:absolute}.menu-toggle span:first-child{transform:translateY(-.2rem)}.menu-toggle span:last-child{transform:translateY(.2rem)}.menu-toggle[aria-expanded=true] span:first-child{transform:rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:rotate(-45deg)}.primary-link,.whatsapp-button{background:linear-gradient(135deg,#9d506e,#71344f);position:relative;overflow:hidden;box-shadow:0 .7rem 1.8rem #71344f2e}.primary-link:before,.whatsapp-button:not(.whatsapp-button--disabled):before{content:"";background:#fff3;width:24%;height:240%;transition:left .52s;position:absolute;top:-70%;left:-40%;transform:rotate(24deg)}.primary-link:hover:before,.whatsapp-button:not(.whatsapp-button--disabled):hover:before{left:120%}.hero-section{align-items:center;min-height:calc(100svh - 7.5rem);padding-block:clamp(4rem,8vw,7.6rem);display:grid}.hero-section:after{z-index:-1;aspect-ratio:1;content:"";border:1px solid #984d6b1a;border-radius:50%;width:27rem;position:absolute;bottom:-8rem;right:-8rem;box-shadow:0 0 0 4rem #984d6b08,0 0 0 8rem #984d6b05}.hero-kicker{color:var(--primary);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.6rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:850;display:inline-flex}.hero-kicker span{aspect-ratio:1;background:var(--primary);border-radius:50%;width:.48rem;box-shadow:0 0 0 .35rem #984d6b1a}.hero-copy h1{letter-spacing:-.065em;max-width:11ch;font-size:clamp(3.35rem,6.4vw,6.6rem);line-height:.94}.hero-copy h1 em{color:var(--primary);font-weight:400}.hero-copy__text{max-width:35rem}.primary-link--hero{gap:1.2rem;min-height:3.6rem;padding-inline:1.55rem}.primary-link--hero span{font-size:1.15rem;transition:transform .18s}.primary-link--hero:hover span{transform:translate(.25rem)}.hero-copy__actions .secondary-link{background:#ffffff8a;min-height:3.6rem;padding-inline:1.4rem}.hero-benefits{border-top:1px solid var(--border);flex-wrap:wrap;gap:1rem 1.8rem;margin:2rem 0 0;padding:1.25rem 0 0;list-style:none;display:flex}.hero-benefits li{gap:.08rem;display:grid}.hero-benefits strong{color:var(--text);font-family:Georgia,serif;font-size:1.15rem}.hero-benefits span{color:var(--text-soft);font-size:.7rem}.hero-visual figure{border-radius:12rem 12rem 1.75rem 1.75rem}.hero-visual__primary{width:76%;height:92%}.hero-visual__secondary{border-width:.65rem;width:39%;height:48%}.hero-visual__label{backdrop-filter:blur(14px);background:linear-gradient(145deg,#361f2af0,#592d40f0);border:1px solid #ffffff47;width:min(17rem,58%);padding:1.15rem 1.25rem;bottom:1%;right:-1%}.hero-visual__label a{color:#fff;border-top:1px solid #ffffff29;justify-content:space-between;margin-top:.7rem;padding-top:.6rem;font-size:.72rem;font-weight:800;text-decoration:none;display:flex}.hero-visual__stamp{z-index:3;aspect-ratio:1;width:5.5rem;box-shadow:var(--shadow-sm);color:var(--primary-strong);text-align:center;backdrop-filter:blur(8px);background:#fffaf7e0;border:1px solid #71344f40;border-radius:50%;place-items:center;font-family:Georgia,serif;font-size:.76rem;font-style:italic;line-height:1.05;display:grid;position:absolute;top:8%;left:4%;transform:rotate(-9deg)}.section-heading h2{position:relative}.section--soft{background:linear-gradient(150deg,#ffffffbd,#f8ecede0)}.category-shortcuts{gap:1rem}.category-shortcut{border-radius:1.5rem;min-height:15rem}.category-shortcut:after{background:linear-gradient(#0000 25%,#27141ce0 100%)}.category-shortcut__copy{z-index:3;font-family:inherit;display:grid;position:absolute;bottom:1.1rem;left:1.15rem;right:1.15rem}.category-shortcut__copy small{color:#ffffffb8;letter-spacing:.08em;text-transform:uppercase;font-size:.67rem;font-weight:700}.category-shortcut__copy strong{font-family:Georgia,serif;font-size:1.45rem}.category-shortcut__copy em{color:#fff;opacity:0;max-height:0;font-size:.7rem;font-style:normal;font-weight:750;transition:max-height .22s,opacity .22s,margin .22s;overflow:hidden}.category-shortcut:hover .category-shortcut__copy em,.category-shortcut:focus-visible .category-shortcut__copy em{opacity:1;max-height:2rem;margin-top:.35rem}.featured-card__media{border-radius:1.5rem}.featured-card__copy{padding:1rem .25rem 0}.catalog-toolbar-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.catalog-toolbar-heading>div{align-items:center;gap:.75rem;display:flex}.catalog-toolbar-heading__icon{aspect-ratio:1;background:var(--surface-strong);color:#fff;border-radius:50%;place-items:center;width:2.65rem;display:grid}.catalog-toolbar-heading p{margin:0;line-height:1.25;display:grid}.catalog-toolbar-heading small{color:var(--text-soft);font-size:.72rem}.favorite-counter{border:1px solid var(--border);color:var(--text-soft);background:#fff;border-radius:999px;padding:.55rem .8rem;font-size:.72rem;font-weight:800}.favorite-counter.has-favorites{background:var(--surface-soft);color:var(--primary);border-color:#984d6b4d}.catalog-filters{backdrop-filter:blur(14px);background:#ffffffdb;border:1px solid #71344f1f;border-radius:1.5rem;gap:.75rem;padding:1rem;box-shadow:0 1.2rem 3.5rem #5e2f4117}.catalog-filter{gap:.4rem}.catalog-filter label{color:var(--primary-strong);padding-left:.2rem;font-size:.66rem}.catalog-filter__control{position:relative}.catalog-filter__control:before{z-index:2;color:var(--primary);content:attr(data-icon);pointer-events:none;font-size:.72rem;font-weight:850;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.catalog-filter__control:after{z-index:2;border-right:1.5px solid var(--primary);border-bottom:1.5px solid var(--primary);content:"";pointer-events:none;width:.45rem;height:.45rem;position:absolute;top:50%;right:.95rem;transform:translateY(-70%)rotate(45deg)}.catalog-filter__control select{appearance:none;cursor:pointer;background:#fffaf8;border-color:#71344f24;border-radius:1rem;min-height:3.55rem;padding:.75rem 2.5rem .75rem 2.45rem;font-size:.82rem;font-weight:750}.catalog-filter__control select:hover{border-color:#984d6b73;transform:translateY(-1px);box-shadow:0 .75rem 1.8rem #71344f14}.catalog-filter__control select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #984d6b1f}.catalog-filter--check{background:#fffaf8;border-radius:1rem;gap:.65rem;min-height:3.55rem;padding-inline:.8rem}.catalog-filter--check input{opacity:0;pointer-events:none;position:absolute}.catalog-filter__switch{background:#d9cdd1;border-radius:999px;flex:none;width:2.25rem;height:1.3rem;transition:background .18s;position:relative}.catalog-filter__switch:after{content:"";background:#fff;border-radius:50%;width:.9rem;height:.9rem;transition:transform .18s;position:absolute;top:.2rem;left:.2rem;box-shadow:0 2px 5px #00000024}.catalog-filter--check input:checked+.catalog-filter__switch{background:var(--primary)}.catalog-filter--check input:checked+.catalog-filter__switch:after{transform:translate(.95rem)}.catalog-filter--check>span:last-child{text-transform:none;letter-spacing:0;line-height:1.18;display:grid}.catalog-filter--check small{color:var(--text-soft);font-size:.62rem;font-weight:500}.filter-reset{border-color:var(--border);background:#fff;border-radius:1rem;justify-content:center;align-items:center;gap:.4rem;min-height:3.55rem;display:inline-flex}.active-filters{flex-wrap:wrap;gap:.45rem;margin:.9rem 0 1rem;display:flex}.active-filters button{background:var(--surface-soft);color:var(--primary-strong);cursor:pointer;border:1px solid #984d6b33;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.7rem;font-weight:800;display:inline-flex}.active-filters button:hover{border-color:var(--primary);background:#fff}.active-filters button span{font-size:1rem;line-height:.7}.catalog-results-bar p:first-child strong{color:var(--primary);font-family:Georgia,serif;font-size:1.15rem}.product-grid{gap:1.25rem}.product-card{border-color:#71344f1a;border-radius:1.5rem;box-shadow:0 1rem 2.7rem #4c273514}.product-card__media{overflow:hidden}.product-card__media:after{content:"";opacity:0;background:linear-gradient(#0000,#24121a47);transition:opacity .24s;position:absolute;inset:55% 0 0}.product-card:hover .product-card__media:after{opacity:1}.product-card__favorite{z-index:4;aspect-ratio:1;width:2.55rem;color:var(--primary);cursor:pointer;backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #fff9;border-radius:50%;place-items:center;transition:transform .18s,background .18s;display:grid;position:absolute;top:.75rem;right:.75rem;box-shadow:0 .5rem 1.3rem #34232c24}.product-card__favorite:hover{background:#fff;transform:scale(1.08)}.product-card__favorite[aria-pressed=true]{background:var(--primary);color:#fff}.product-card__favorite span{font-size:1.2rem;line-height:1}.product-card__media-hint{z-index:3;color:#fff;opacity:0;font-size:.65rem;font-weight:750;transition:opacity .22s,transform .22s;position:absolute;bottom:.8rem;right:1rem;transform:translateY(.5rem)}.product-card:hover .product-card__media-hint{opacity:1;transform:translateY(0)}.product-card__badges{z-index:4}.product-card__content{padding:1.3rem}.product-card__price-block strong{color:var(--primary-strong);font-family:Georgia,serif;font-size:1.3rem}.product-card__footer select{cursor:pointer;background-color:#fffaf8;border-radius:.85rem;min-height:3rem}.product-card__button{min-height:3.15rem}.final-cta-card{background:linear-gradient(135deg,#35212b,#633449 65%,#7f425a);position:relative;overflow:hidden}.final-cta-card:after{aspect-ratio:1;content:"";pointer-events:none;border:1px solid #ffffff17;border-radius:50%;width:24rem;position:absolute;bottom:-10rem;right:-7rem;box-shadow:0 0 0 3rem #ffffff08,0 0 0 6rem #ffffff05}.final-cta-card>*{z-index:1;position:relative}@media (width<=58rem){.site-header__inner{flex-wrap:nowrap}.menu-toggle{display:grid;position:relative}.site-nav{order:initial;width:auto;max-height:0;box-shadow:var(--shadow);opacity:0;pointer-events:none;background:#fffaf7fa;border:1px solid #0000;border-radius:1.25rem;padding:0 1rem;transition:max-height .24s,opacity .18s,padding .24s;display:grid;position:absolute;top:calc(100% + .4rem);left:.75rem;right:.75rem;overflow:hidden}.site-nav.is-open{border-color:var(--border);opacity:1;pointer-events:auto;max-height:22rem;padding-block:.7rem}.site-nav a{border-bottom:1px solid var(--border);min-height:3rem}.site-nav a:last-child{border-bottom:0}}@media (width<=36rem){.site-logo strong{max-width:8.4rem}.whatsapp-button--header{display:none}.hero-section{min-height:auto;padding-top:3.5rem}.hero-copy h1{font-size:clamp(3.15rem,15vw,4.5rem)}.hero-benefits{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.hero-benefits span{font-size:.62rem}.hero-visual__stamp{width:4.7rem;left:0}.category-shortcut{min-height:14rem}.catalog-toolbar-heading{align-items:flex-end}.catalog-toolbar-heading small{display:none}.favorite-counter{padding-inline:.65rem}.catalog-filters{border-radius:1.25rem;padding:.75rem}}@media (prefers-reduced-motion:reduce){.primary-link:before,.whatsapp-button:before{display:none}}.mobile-dock,.mobile-filter-toggle,.catalog-filters__mobile-header{display:none}.product-grid__item{content-visibility:auto;contain-intrinsic-size:auto 46rem}@media (width<=36rem){:root{--mobile-dock-height:4.65rem}body{padding-bottom:calc(var(--mobile-dock-height) + env(safe-area-inset-bottom))}body.filters-open{overflow:hidden}body.filters-open:after{z-index:85;content:"";backdrop-filter:blur(3px);background:#2418207a;position:fixed;inset:0}.container{width:calc(100% - 1.25rem)}.site-header__inner{min-height:4.1rem;padding-block:.45rem}.site-logo span{width:2.3rem}.hero-section{padding-block:2.8rem 3.25rem}.hero-kicker{margin-bottom:1rem;font-size:.65rem}.hero-copy h1{max-width:9.5ch;margin-bottom:1rem;font-size:clamp(3.05rem,15vw,4.25rem);line-height:.92}.hero-copy__text{margin-bottom:1.35rem;font-size:.98rem;line-height:1.55}.hero-copy__actions{grid-template-columns:1.25fr .75fr}.hero-copy__actions .primary-link,.hero-copy__actions .secondary-link{min-height:3.35rem;padding-inline:.85rem;font-size:.77rem}.hero-benefits{margin-top:1.25rem;padding-top:1rem}.hero-visual{min-height:25rem;margin-top:.25rem}.hero-visual__primary{width:79%;height:91%}.hero-visual__secondary{border-width:.4rem;width:42%;height:45%}.hero-visual__label{width:61%;padding:.8rem .9rem;bottom:0;right:0}.hero-visual__label strong{font-size:.88rem}.hero-visual__label small{display:none}.category-shortcuts::-webkit-scrollbar,.featured-grid::-webkit-scrollbar{display:none}.section{padding-block:3.75rem}.section--compact-top{padding-top:3.25rem}.section-heading{margin-bottom:1.65rem}.section-heading h2{margin-bottom:.75rem;font-size:clamp(2.15rem,11vw,3rem)}.section-heading>p,.section-heading--split>p{font-size:.9rem;line-height:1.55}.category-shortcuts,.featured-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:.8rem;width:calc(100vw - .625rem);scroll-padding-inline:.625rem;display:flex;overflow-x:auto}.category-shortcut,.category-shortcut:last-child{scroll-snap-align:start;flex:0 0 72vw;width:72vw;min-height:22rem}.category-shortcut:before{opacity:1;transform:none}.category-shortcut__copy em{opacity:1;max-height:2rem;margin-top:.3rem}.featured-card{scroll-snap-align:start;flex:0 0 78vw;width:78vw}.featured-card__media{aspect-ratio:4/5.25}.catalog-toolbar-heading{z-index:20;backdrop-filter:blur(14px);background:#fffaf7eb;border:1px solid #71344f1a;border-radius:1.1rem;margin:0 -.25rem .9rem;padding:.65rem;position:sticky;top:4.45rem;box-shadow:0 .8rem 2rem #42273314}.catalog-toolbar-heading__icon,.catalog-toolbar-heading p small,.favorite-counter{display:none}.catalog-toolbar-heading p strong{font-size:.83rem}.catalog-toolbar-heading__actions{align-items:center;display:flex}.mobile-filter-toggle{background:var(--surface-strong);color:#fff;border:0;border-radius:.85rem;align-items:center;gap:.4rem;min-height:2.75rem;padding:.6rem .8rem;font-size:.75rem;font-weight:850;display:inline-flex}.mobile-filter-toggle strong:empty{display:none}.mobile-filter-toggle strong:not(:empty){min-width:1.15rem;height:1.15rem;color:var(--primary-strong);background:#fff;border-radius:50%;place-items:center;font-size:.62rem;display:grid}.mobile-ready .catalog-filters{z-index:90;max-height:min(88dvh,44rem);padding:1rem .85rem calc(1rem + env(safe-area-inset-bottom));opacity:0;pointer-events:none;border:0;border-radius:1.65rem 1.65rem 0 0;margin:0;transition:transform .28s cubic-bezier(.2,.75,.2,1),opacity .18s;display:grid;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(110%)}.mobile-ready .catalog-filters.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.catalog-filters__mobile-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;padding:.2rem .2rem .65rem;display:flex}.catalog-filters__mobile-header>div{display:grid}.catalog-filters__mobile-header small{color:var(--text-soft);font-size:.7rem}.catalog-filters__mobile-header button{border:1px solid var(--border);width:2.75rem;height:2.75rem;color:var(--text);background:#fff;border-radius:50%;place-items:center;font-size:1.25rem;display:grid}.catalog-filter__control select,.catalog-filter--check,.filter-reset{min-height:3.6rem}.active-filters{scrollbar-width:none;flex-wrap:nowrap;margin-top:0;padding-bottom:.25rem;overflow-x:auto}.active-filters button{flex:none;min-height:2.75rem}.catalog-results-bar p:last-child{display:none}.product-grid{gap:1.1rem}.product-card{border-radius:1.35rem}.product-card__media{aspect-ratio:4/5.15}.product-card__media-hint{display:none}.product-card__favorite{width:2.85rem;height:2.85rem}.product-card__content{padding:1.1rem}.product-card__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card__footer select,.product-card__button{min-height:3.35rem}.final-cta-card{border-radius:1.5rem;padding:1.35rem}.site-footer{padding-bottom:2rem}.mobile-dock{z-index:70;min-height:var(--mobile-dock-height);padding:.45rem max(.5rem, env(safe-area-inset-right)) calc(.4rem + env(safe-area-inset-bottom)) max(.5rem, env(safe-area-inset-left));backdrop-filter:blur(18px)saturate(1.3);background:#fffcf9f0;border-top:1px solid #71344f1f;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -.8rem 2.5rem #4227331a}.mobile-dock a,.mobile-dock button{min-width:0;min-height:3.5rem;color:var(--text-soft);background:0 0;border:0;border-radius:.85rem;align-content:center;place-items:center;gap:.08rem;padding:.2rem;text-decoration:none;display:grid}.mobile-dock a:active,.mobile-dock button:active,.mobile-dock a.is-active{background:var(--surface-soft);color:var(--primary-strong)}.mobile-dock span{font-size:1.15rem;line-height:1}.mobile-dock small{font-size:.61rem;font-weight:800}}.section--catalog{backdrop-filter:blur(14px);background:#fffdfbc2;border-block:1px solid #71344f14;position:relative;overflow:clip}.collection-intro{text-align:center;max-width:42rem;margin-bottom:clamp(1.8rem,4vw,3rem)}.collection-intro .eyebrow{margin-inline:auto;margin-bottom:.65rem}.collection-intro h2{margin-bottom:.55rem}.collection-intro p{color:var(--text-soft);margin:0}.catalog-minimal-bar{border-bottom:1px solid #71344f1f;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;padding:0 .15rem .85rem;display:flex}.catalog-minimal-bar>p{color:var(--text-soft);margin:0;font-size:.76rem}.catalog-minimal-bar>p strong{color:var(--text);font-family:Georgia,serif;font-size:1.12rem}.catalog-minimal-bar__actions{align-items:center;gap:.5rem;display:flex}.section--catalog .catalog-filters{box-shadow:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;margin-bottom:1rem;padding:0}.section--catalog .catalog-filter__control select,.section--catalog .catalog-filter--check,.section--catalog .filter-reset{box-shadow:none;background:#ffffffad}.section--catalog .product-card{backdrop-filter:blur(8px);background:#ffffffe0;border-color:#71344f14;box-shadow:0 .75rem 2.2rem #4c27350f}.site-header{transition:transform .32s cubic-bezier(.2,.75,.2,1),box-shadow .22s,background .22s}.site-header.is-hidden{transform:translateY(-110%)}.is-tapped{animation:.34s cubic-bezier(.2,1.2,.4,1) tap-feedback!important}.premium-background__orb{opacity:.62;filter:blur(10px)}.premium-background__line{border-width:1.5px;border-color:#82425924}@keyframes tap-feedback{0%{transform:scale(1)}45%{transform:scale(.94)}to{transform:scale(1)}}@keyframes mobile-aurora{0%,to{background-position:0 0,100% 30%,50% 100%}50%{background-position:18% 12%,82% 46%,36% 82%}}@media (width<=36rem){body{background-color:#fffaf7;background-image:radial-gradient(circle at 12% 8%,#bf688540,#0000 40%),radial-gradient(circle at 92% 42%,#dca98638,#0000 43%),radial-gradient(circle at 38% 94%,#74577729,#0000 38%),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:160% 160%,170% 170%,150% 150%;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;animation:12s ease-in-out infinite mobile-aurora}.section--soft,.section--catalog{backdrop-filter:blur(12px);background:#fffcfab8}.section--catalog{padding-top:3.4rem}.collection-intro{text-align:left;margin-bottom:1.4rem}.collection-intro .eyebrow{margin-inline:0}.collection-intro h2{max-width:8ch;font-size:clamp(2.65rem,13vw,3.65rem);line-height:.94}.collection-intro p{font-size:.82rem}.catalog-minimal-bar{z-index:22;backdrop-filter:blur(18px)saturate(1.2);background:#fffcf9e6;border:1px solid #71344f1a;border-radius:999px;margin-inline:-.2rem;padding:.45rem .5rem .45rem .8rem;position:sticky;top:.55rem;box-shadow:0 .7rem 2rem #42273317}.catalog-minimal-bar .favorite-counter{display:none}.mobile-filter-toggle{border-radius:999px;display:inline-flex}.section--catalog .catalog-filters{padding:1rem .85rem calc(1rem + env(safe-area-inset-bottom));background:#fffdfbfa;border-radius:1.65rem 1.65rem 0 0}.product-card.is-in-view .product-card__media img{filter:saturate(1.06)contrast(1.015);transform:scale(1.045)translateY(-.2rem)}.product-card__media img{transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .6s}.mobile-dock{background:#fffcf9e6;border-top-color:#71344f17}.mobile-dock a{transition:transform .18s,color .18s,background .18s;position:relative;overflow:hidden}.mobile-dock a.is-active:after{content:"";background:currentColor;border-radius:999px;width:1rem;height:2px;animation:.32s cubic-bezier(.2,1.3,.4,1) dock-indicator;position:absolute;bottom:.1rem}.mobile-dock__buy:after{display:none!important}@keyframes dock-indicator{0%{transform:scaleX(0)}to{transform:scaleX(1)}}}@media (prefers-reduced-motion:reduce){body{animation:none!important}.site-header.is-hidden{transform:none}}@media (width<=52rem){body.filters-open{overflow:hidden}body.filters-open:after{z-index:85;content:"";backdrop-filter:blur(4px);background:#24182085;position:fixed;inset:0}.section--catalog{padding-top:3.5rem}.section--catalog>.container{width:calc(100% - 1rem)}.collection-intro{text-align:left;max-width:31rem;margin-bottom:1.35rem}.collection-intro .eyebrow{margin-inline:0}.collection-intro h2{max-width:8ch;font-size:clamp(2.75rem,11vw,4rem);line-height:.92}.catalog-minimal-bar{z-index:22;backdrop-filter:blur(18px)saturate(1.2);background:#fffcf9eb;border:1px solid #71344f1c;border-radius:999px;margin-inline:0;padding:.42rem .48rem .42rem .85rem;position:sticky;top:.55rem;box-shadow:0 .7rem 2rem #4227331a}.catalog-minimal-bar .favorite-counter{display:none}.mobile-filter-toggle{background:var(--surface-strong);color:#fff;border:0;border-radius:999px;align-items:center;gap:.42rem;min-height:2.75rem;padding:.6rem .9rem;font-size:.75rem;font-weight:850;display:inline-flex}.mobile-filter-toggle strong:empty{display:none}.mobile-filter-toggle strong:not(:empty){min-width:1.2rem;height:1.2rem;color:var(--primary-strong);background:#fff;border-radius:50%;place-items:center;font-size:.62rem;display:grid}.mobile-ready .catalog-filters{z-index:90;max-height:min(88dvh,46rem);padding:1rem .85rem calc(1rem + env(safe-area-inset-bottom));opacity:0;pointer-events:none;background:#fffdfbfa;border:0;border-radius:1.65rem 1.65rem 0 0;margin:0;transition:transform .28s cubic-bezier(.2,.75,.2,1),opacity .18s;display:grid;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(110%);box-shadow:0 -1rem 3rem #24121b2e}.mobile-ready .catalog-filters.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.catalog-filters__mobile-header{justify-content:space-between;align-items:center;margin-bottom:.2rem;padding:.15rem .2rem .65rem;display:flex}.catalog-filters__mobile-header>div{display:grid}.catalog-filters__mobile-header small{color:var(--text-soft);font-size:.7rem}.catalog-filters__mobile-header button{border:1px solid var(--border);width:2.75rem;height:2.75rem;color:var(--text);background:#fff;border-radius:50%;place-items:center;font-size:1.25rem;display:grid}.catalog-filter__control select,.catalog-filter--check,.filter-reset{min-height:3.6rem}.active-filters{scrollbar-width:none;flex-wrap:nowrap;margin-top:0;padding-bottom:.25rem;overflow-x:auto}.active-filters button{flex:none;min-height:2.75rem}.product-grid{grid-template-columns:minmax(0,1fr);gap:1.15rem}.product-grid__item{width:100%;max-width:36rem;margin-inline:auto}.product-card__media{aspect-ratio:4/5.15}.product-card__content{padding:1.05rem}.product-card__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card__footer select,.product-card__button{min-height:3.4rem}}.hero-benefits{border-top:0;gap:.55rem;padding-top:0}.hero-benefits strong{font-size:1.32rem}.hero-visual figure{box-shadow:0 2rem 5rem #4a26352e}.hero-visual__label{box-shadow:0 1.4rem 3.8rem #351c2747}.section--soft{position:relative}@media (width<=58rem){.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hero-benefits li{min-width:0;padding:.75rem .7rem}}@media (width<=36rem){.hero-benefits{gap:.45rem}.hero-benefits li{padding:.68rem .55rem}.hero-benefits strong{font-size:1.08rem}.hero-benefits span{font-size:.57rem;line-height:1.2}}.site-logo{border-radius:999px;gap:.68rem;padding:.2rem .35rem .2rem .15rem;transition:transform .24s,background .24s}.site-logo:hover,.site-logo:focus-visible{background:#ffffff85;outline:none;transform:translateY(-1px)}.site-logo .site-logo__mark{aspect-ratio:1;color:#fff8f3;background:linear-gradient(145deg,#3c2030 0%,#71344f 56%,#a45a73 100%);border:1px solid #ffffff7a;border-radius:48% 52%/55% 45%;flex:none;place-items:center;width:3rem;transition:transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .28s;display:grid;position:relative;overflow:hidden;box-shadow:0 .62rem 1.5rem #4a263538,inset 0 1px #ffffff47}.site-logo .site-logo__mark:after{content:"";background:linear-gradient(90deg,#0000,#ffffff61,#0000);width:36%;height:190%;animation:6s ease-in-out infinite logo-signature-shine;position:absolute;top:-45%;left:-78%;transform:rotate(24deg)}.site-logo:hover .site-logo__mark,.site-logo:focus-visible .site-logo__mark{transform:rotate(-4deg)scale(1.045);box-shadow:0 .85rem 1.9rem #4a263547,inset 0 1px #ffffff57}.site-logo__mark svg{width:88%;height:88%;overflow:visible}.site-logo__mark circle{fill:none;stroke:#fff8f34d;stroke-width:.75px}.site-logo__mark path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.site-logo__flower path{fill:#fff8f321;stroke:currentColor;stroke-width:.85px}.site-logo__flower .site-logo__flower-core{fill:#fff8f3;stroke-width:.55px}.site-logo .site-logo__wordmark{aspect-ratio:auto;width:auto;box-shadow:none;color:var(--text);background:0 0;border-radius:0;flex:0 auto;place-items:start;gap:.05rem;line-height:1;display:grid}.site-logo .site-logo__wordmark strong{color:#39212c;letter-spacing:-.035em;text-overflow:clip;max-width:none;font-family:Georgia,Times New Roman,serif;font-size:1.14rem;font-weight:500;line-height:.95;overflow:visible}.site-logo .site-logo__wordmark small{color:var(--primary-strong);letter-spacing:.28em;text-transform:uppercase;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.47rem;font-weight:850;line-height:1.1}@keyframes logo-signature-shine{0%,66%{opacity:0;left:-78%}72%{opacity:1}88%,to{opacity:0;left:145%}}@media (width<=36rem){.site-logo{gap:.48rem;padding-right:.2rem}.site-logo .site-logo__mark{width:2.48rem}.site-logo .site-logo__wordmark strong{max-width:none;font-size:1rem}.site-logo .site-logo__wordmark small{letter-spacing:.23em;font-size:.42rem}}@media (prefers-reduced-motion:reduce){.site-logo .site-logo__mark:after{animation:none}}.catalog-filters__apply{display:none}.motion-paused body,.motion-paused .premium-background *,.motion-paused .hero-section *,.motion-paused .editorial-runway *,.motion-paused .product-carousel *{animation-play-state:paused!important}@media (width<=52rem){:root{--mobile-header-height:4.2rem;--mobile-hit-size:2.875rem}html{scroll-padding-top:calc(var(--mobile-header-height) + env(safe-area-inset-top) + .75rem);overscroll-behavior-y:none}body{-webkit-text-size-adjust:100%;text-size-adjust:100%}.site-header{padding-top:env(safe-area-inset-top)}.site-header__inner{min-height:var(--mobile-header-height)}.menu-toggle{width:var(--mobile-hit-size);height:var(--mobile-hit-size);touch-action:manipulation;flex:none}body.menu-open:after{z-index:80;content:"";backdrop-filter:blur(3px);background:#2418205c;position:fixed;inset:0}.site-nav{z-index:3;overscroll-behavior:contain;backdrop-filter:blur(22px)saturate(1.2);max-height:min(70dvh,25rem);box-shadow:0 1.4rem 3.8rem #3018222e}.site-nav a{touch-action:manipulation;justify-content:space-between;align-items:center;min-height:3.35rem;padding-inline:.45rem;font-size:.92rem;display:flex}.site-nav a:after{color:var(--primary);content:"→";font-size:1rem}.site-nav a:focus-visible,.menu-toggle:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.catalog-minimal-bar{top:calc(var(--mobile-header-height) + env(safe-area-inset-top) + .45rem);transition:top .28s,box-shadow .22s,background .22s}body:has(.site-header.is-hidden) .catalog-minimal-bar{top:.55rem}.mobile-ready .catalog-filters{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.catalog-filters__mobile-header{z-index:2;backdrop-filter:blur(18px);background:#fffdfbf5;padding-top:1rem;position:sticky;top:-1rem}.catalog-filters__mobile-header:before{content:"";background:#71344f2e;border-radius:99px;width:2.6rem;height:.22rem;position:absolute;top:.38rem;left:50%;transform:translate(-50%)}.catalog-filters__mobile-header button,.mobile-filter-toggle,.filter-reset,.catalog-filter--check{touch-action:manipulation}.catalog-filter__control select,.product-card__footer select{font-size:1rem}.catalog-filters__apply{z-index:3;color:#fff;cursor:pointer;background:linear-gradient(135deg,#9d506e,#71344f);border:0;border-radius:1rem;grid-column:1/-1;justify-content:center;align-items:center;min-height:3.4rem;padding-inline:1.2rem;font-size:.84rem;font-weight:850;display:inline-flex;position:sticky;bottom:0;box-shadow:0 .9rem 2.4rem #71344f3d}.catalog-filters__apply:active{transform:scale(.98)}.category-shortcuts,.featured-grid,.editorial-runway__viewport{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.category-shortcut,.featured-card,.editorial-runway__card{scroll-snap-stop:always}.product-card__favorite,.product-carousel__button,.product-carousel__toggle{min-width:var(--mobile-hit-size);min-height:var(--mobile-hit-size);touch-action:manipulation}.product-card__button{touch-action:manipulation;width:100%;min-height:3.5rem;font-size:.84rem}.product-card__cta-note{max-width:25rem;margin-inline:auto;line-height:1.35}.motion-enabled [data-reveal]{filter:none;transition:opacity .52s ease var(--reveal-delay,0s), transform .58s cubic-bezier(.16, .78, .24, 1) var(--reveal-delay,0s)}}@media (width<=36rem){.hero-section{padding-block:2.25rem 2.75rem}.hero-kicker{margin-bottom:.85rem}.hero-copy h1{text-wrap:balance;max-width:10ch;font-size:clamp(2.9rem,14vw,3.95rem)}.hero-copy__actions{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);gap:.55rem;width:100%;display:grid}.hero-copy__actions .primary-link,.hero-copy__actions .secondary-link{white-space:nowrap;justify-content:center;width:100%}.hero-benefits{margin-top:1rem}.hero-visual{min-height:23.5rem;margin-top:0}.category-shortcuts,.featured-grid{padding-bottom:.45rem}.mobile-dock{min-height:calc(var(--mobile-dock-height) + env(safe-area-inset-bottom))}.mobile-dock a,.mobile-dock button{touch-action:manipulation;min-height:3.65rem}.mobile-dock span{place-items:center;width:1.35rem;height:1.35rem;display:grid}.mobile-dock svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;width:1.28rem;height:1.28rem}.mobile-dock__buy svg{stroke-width:1.8px}.mobile-dock small{letter-spacing:.01em;font-size:.62rem}}@media (width<=24rem){.hero-copy__actions{grid-template-columns:1fr}.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-benefits li{padding-inline:.42rem}.hero-visual{min-height:21.5rem}.mobile-dock small{font-size:.56rem}}@media (width<=52rem) and (orientation:landscape){:root{--mobile-header-height:3.8rem}.mobile-ready .catalog-filters{max-height:94dvh}.hero-section{min-height:auto}}.motion-enabled [data-reveal]{opacity:0;filter:blur(7px);transition:opacity .68s ease var(--reveal-delay,0s), filter .68s ease var(--reveal-delay,0s), transform .68s cubic-bezier(.16, .78, .24, 1) var(--reveal-delay,0s);transform:translateY(1.8rem)scale(.975)}.motion-enabled [data-reveal][data-reveal-direction=left]{transform:translate(-1.5rem)rotate(-.6deg)}.motion-enabled [data-reveal][data-reveal-direction=right]{transform:translate(1.5rem)rotate(.6deg)}.motion-enabled [data-reveal].is-visible{opacity:1;filter:blur();transform:translateY(0)}.motion-enabled [data-reveal][data-reveal-direction=left].is-visible,.motion-enabled [data-reveal][data-reveal-direction=right].is-visible{transform:translate(0)rotate(0)}.motion-enabled .category-shortcut[data-reveal].is-visible:hover,.motion-enabled .category-shortcut[data-reveal].is-visible:focus-visible,.motion-enabled .featured-card[data-reveal].is-visible:hover,.motion-enabled .featured-card[data-reveal].is-visible:focus-visible{transform:translateY(-.45rem)}.motion-enabled .final-cta-card[data-reveal].is-visible:hover{transform:translateY(-.25rem)}@keyframes soft-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.45rem)}}@keyframes soft-pulse{0%,to{box-shadow:0 .8rem 2.5rem #42273338}50%{box-shadow:0 1rem 3rem #984d6b57}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.hero-visual__secondary{animation:6s ease-in-out infinite soft-float}}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}}
