.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-deep);gap:1.5rem}.preloader__glow{position:absolute;width:min(320px,70vw);height:min(320px,70vw);border-radius:50%;background:radial-gradient(circle,var(--gold-glow) 0%,transparent 70%);pointer-events:none;animation:preloader-pulse 2.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.preloader__glow{animation:none}}@keyframes preloader-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.preloader__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.preloader__particle{position:absolute;width:clamp(28px,6vw,48px);opacity:.6;top:50%;left:50%;transform:translate(calc(-50% + cos(var(--i) * 60deg)*clamp(80px,18vw,140px)),calc(-50% + sin(var(--i) * 60deg)*clamp(60px,14vw,110px)));filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}.preloader__particle:nth-child(1){transform:translate(calc(-50% - 100px),calc(-50% - 60px))}.preloader__particle:nth-child(2){transform:translate(calc(-50% + 90px),calc(-50% - 70px))}.preloader__particle:nth-child(3){transform:translate(calc(-50% + 110px),calc(-50% + 20px))}.preloader__particle:nth-child(4){transform:translate(calc(-50% - 80px),calc(-50% + 80px))}.preloader__particle:nth-child(5){transform:translate(calc(-50% + 30px),calc(-50% + 100px))}.preloader__particle:nth-child(6){transform:translate(calc(-50% - 120px),calc(-50% + 10px))}.preloader__logo{width:clamp(100px,22vw,160px);position:relative;z-index:2;filter:drop-shadow(0 0 30px var(--gold-glow))}.preloader__text{font-family:var(--font-display);font-size:clamp(1rem,3vw,1.25rem);color:var(--gold-light);letter-spacing:.12em;text-transform:uppercase;position:relative;z-index:2}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none}.scroll-progress__bar{height:100%;width:100%;transform-origin:left center;background:linear-gradient(90deg,var(--gold),var(--yellow-spice),var(--gold-light));box-shadow:0 0 12px var(--gold-glow)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);transition:background .45s var(--ease-out),backdrop-filter .45s,border-color .45s,box-shadow .45s;border-bottom:1px solid transparent}.header--solid{background:#080604eb;backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2);border-bottom-color:#d4a8531f;box-shadow:0 8px 32px #00000059}.header__inner{max-width:1360px;margin:0 auto;height:100%;padding:0 clamp(1rem,3vw,2.5rem);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,3vw,2.5rem)}.header__logo-link{flex-shrink:0;z-index:2}.header__logo-wrap{display:block;position:relative}.header__logo-wrap:before{content:"";position:absolute;top:-10px;right:-14px;bottom:-10px;left:-14px;background:radial-gradient(ellipse at center,rgba(212,168,83,.28) 0%,transparent 72%);pointer-events:none;opacity:.9}.header__logo{position:relative;height:52px;width:auto;filter:drop-shadow(0 0 14px rgba(212,168,83,.35)) drop-shadow(0 2px 6px rgba(0,0,0,.4));image-rendering:-webkit-optimize-contrast}@media(min-width:900px){.header__logo{height:78px;filter:drop-shadow(0 0 20px rgba(212,168,83,.42)) drop-shadow(0 0 40px rgba(212,168,83,.15)) drop-shadow(0 3px 8px rgba(0,0,0,.45))}.header:not(.header--solid){background:linear-gradient(180deg,rgba(8,6,4,.72) 0%,rgba(8,6,4,.2) 80%,transparent 100%)}.header__nav{padding:.3rem;background:#0c0a0873;border:1px solid rgba(212,168,83,.14);border-radius:var(--radius-pill);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px #ffffff0a,0 8px 24px #0003}.header--solid .header__nav{background:#ffffff08;border-color:#d4a8532e}}@media(min-width:1200px){.header__logo{height:86px}}.header__nav{display:none;justify-content:center;gap:.1rem}@media(min-width:900px){.header__nav{display:flex}}.header__link{position:relative;padding:.55rem 1.1rem;font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#f5f0e88c;border-radius:var(--radius-pill);transition:color .35s var(--ease-out),background .35s;white-space:nowrap}@media(min-width:900px){.header__link{font-size:.76rem;letter-spacing:.1em;padding:.62rem 1.3rem}.header__link:hover{background:#d4a85312}.header__link--active{background:#d4a8531a}}.header__link:after{content:"";position:absolute;left:1.1rem;right:1.1rem;bottom:.35rem;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transform:scaleX(0);opacity:0;transition:transform .4s var(--ease-out),opacity .35s}.header__link:hover{color:var(--gold-light)}.header__link:hover:after{transform:scaleX(1);opacity:.7}.header__link--active{color:var(--gold-light)}.header__link--active:after{transform:scaleX(1);opacity:1;box-shadow:0 0 12px var(--gold-glow)}.header__actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.header__actions-divider{width:1px;height:28px;background:linear-gradient(180deg,transparent,rgba(212,168,83,.25),transparent);margin:0 .35rem;display:none}@media(min-width:900px){.header__actions-divider{display:block}.header__actions{gap:.5rem}}.header__icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#f5f0e899;border-radius:50%;border:1px solid transparent;transition:color .3s,background .3s,border-color .3s,box-shadow .3s}@media(min-width:900px){.header__icon-btn{width:42px;height:42px;border-color:#d4a8531a;background:#ffffff08}}.header__icon-btn:hover{color:var(--gold-light);background:#d4a85314;border-color:#d4a85333;box-shadow:0 0 20px #d4a8531f}.header__cart-btn{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(212,168,83,.15);background:#d4a8530f;transition:background .3s,border-color .3s,box-shadow .3s}@media(min-width:900px){.header__cart-btn{width:46px;height:46px;border-color:#d4a85338;background:#d4a85314}}.header__cart-btn:hover{background:#d4a8531f;border-color:#d4a85359;box-shadow:0 0 24px #d4a8532e}.header__cart-icon{width:26px;height:26px;filter:drop-shadow(0 2px 8px var(--gold-glow))}.header__cart-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;background:linear-gradient(135deg,var(--red-spice),#a93226);color:#fff;font-size:.65rem;font-weight:700;border-radius:var(--radius-pill);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #c0392b80}.hero{position:relative;min-height:100vh;min-height:100dvh;padding-top:var(--header-h);display:flex;align-items:center;overflow-x:clip;overflow-y:visible}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.04)}.hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0a0806eb,#0a0806b8 38%,#0a080673 62%,#0a0806c7)}.hero__bg-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 55%,transparent 0%,rgba(10,8,6,.5) 100%);pointer-events:none}.hero__content{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:clamp(2.5rem,6vw,5rem) clamp(1.25rem,4vw,3.5rem);display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:center}@media(min-width:900px){.hero__bg-img{object-position:center 42%;transform:scale(1.02)}.hero__bg-overlay{background:linear-gradient(98deg,#080604f5,#080604e0 34%,#0806046b 52%,#08060447 68%,#0806049e)}.hero__bg-vignette{background:radial-gradient(ellipse 55% 50% at 78% 48%,rgba(212,168,83,.06) 0%,transparent 55%),radial-gradient(ellipse 70% 55% at 72% 52%,transparent 0%,rgba(8,6,4,.45) 100%)}.hero__content{grid-template-columns:.88fr 1.12fr;gap:clamp(1.5rem,4vw,3rem);min-height:calc(100dvh - var(--header-h));padding-top:clamp(1.5rem,3vw,2.5rem);padding-bottom:clamp(2rem,4vw,3rem)}}@media(min-width:1200px){.hero__content{grid-template-columns:.82fr 1.18fr;max-width:1480px}}.hero__text{max-width:540px}@media(min-width:900px){.hero__text{position:relative;padding:2rem 2.25rem 2rem 0;max-width:520px}.hero__text:before{content:"";position:absolute;top:-1rem;right:-2rem;bottom:-1rem;left:-2.5rem;background:linear-gradient(95deg,rgba(8,6,4,.55) 0%,rgba(8,6,4,.2) 70%,transparent 100%);border-radius:0 24px 24px 0;pointer-events:none;z-index:-1}}.hero__eyebrow{display:inline-block;font-size:.78rem;text-transform:uppercase;letter-spacing:.28em;color:var(--gold);margin-bottom:1.25rem;padding-bottom:.65rem;border-bottom:1px solid rgba(212,168,83,.25)}@media(min-width:900px){.hero__eyebrow{font-size:.72rem;letter-spacing:.32em;color:#e8c878}}.hero__title{font-family:var(--font-display);font-size:clamp(2.75rem,6.5vw,5rem);font-weight:700;line-height:1.04;margin-bottom:1.25rem;color:#faf6ef;text-shadow:0 2px 32px rgba(0,0,0,.5)}@media(min-width:900px){.hero__title{font-size:clamp(3.25rem,4.8vw,5.25rem);line-height:1.02;margin-bottom:1.5rem;background:linear-gradient(160deg,#fff9f0 15%,#f5e6c8 55%,var(--gold-light) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 28px rgba(0,0,0,.55))}}.hero__subtitle{font-size:clamp(1.05rem,2.2vw,1.3rem);color:#f5f0e8b8;max-width:440px;margin-bottom:2.25rem;line-height:1.65;font-weight:300}@media(min-width:900px){.hero__subtitle{font-size:1.15rem;color:#f5f0e8d1;line-height:1.7;max-width:400px;margin-bottom:2.5rem;text-shadow:0 1px 16px rgba(0,0,0,.45)}}.hero__cta{display:flex;flex-wrap:wrap;gap:.85rem}.hero__btn{min-width:148px}@media(min-width:900px){.hero__cta{gap:1rem}}.hero__visual{display:flex;align-items:center;justify-content:center;overflow:visible}@media(min-width:900px){.hero__visual{justify-content:flex-end;padding-right:.5rem}}.hero__stage{position:relative;width:100%;height:clamp(360px,54vw,620px);perspective:1400px;display:flex;align-items:flex-end;justify-content:center;will-change:transform;overflow:visible}.hero__stage-glow{position:absolute;left:50%;bottom:8%;transform:translate(-50%);width:min(90%,520px);height:45%;background:radial-gradient(ellipse at center,rgba(212,168,83,.28) 0%,rgba(212,168,83,.06) 45%,transparent 70%);pointer-events:none;filter:blur(8px);z-index:0}.hero__stage-floor{position:absolute;left:50%;bottom:6%;transform:translate(-50%);width:min(85%,480px);height:12px;background:radial-gradient(ellipse at center,rgba(212,168,83,.35) 0%,transparent 70%);border-radius:50%;filter:blur(6px);opacity:.7;z-index:0}.hero__packet-group{position:absolute;bottom:10%;display:flex;align-items:flex-end;justify-content:center;will-change:transform;transform-style:preserve-3d;transform-origin:50% 100%;z-index:2}.hero__packet-group--left{left:50%;width:clamp(108px,28vw,148px);margin-left:-38vw;z-index:3}.hero__packet-group--center{left:50%;width:clamp(124px,34vw,178px);bottom:8%;z-index:5}.hero__packet-group--right{left:50%;width:clamp(108px,28vw,148px);margin-left:14vw;z-index:3}.hero__group-fx{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.hero__splash{position:absolute;width:115%;max-width:none;opacity:0;will-change:transform,opacity;z-index:0;filter:drop-shadow(0 8px 20px rgba(0,0,0,.25));pointer-events:none}.hero__particle{position:absolute;width:clamp(28px,8vw,52px);opacity:0;will-change:transform,opacity;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3));z-index:1}.hero__particle--1{top:8%;left:5%}.hero__particle--2{top:5%;right:8%}.hero__particle--3{bottom:28%;left:0}.hero__particle--4{bottom:22%;right:2%}.hero__packet-img{position:relative;width:100%;height:auto;display:block;will-change:transform,opacity;z-index:2;filter:drop-shadow(0 24px 40px rgba(0,0,0,.5))}.hero__packet-img--burst{position:absolute;bottom:0;left:0;width:100%;opacity:0;z-index:3}.hero__packet-group--center .hero__packet-img{filter:drop-shadow(0 36px 56px rgba(0,0,0,.6)) drop-shadow(0 0 40px rgba(212,168,83,.14))}.hero__packet-group--left .hero__packet-img,.hero__packet-group--right .hero__packet-img{filter:drop-shadow(0 20px 36px rgba(0,0,0,.48)) drop-shadow(0 0 16px rgba(212,168,83,.06))}@media(min-width:900px){.hero__visual,.hero__stage{overflow:visible}.hero__stage{height:min(72vh,700px);max-width:860px;width:100%;margin-left:auto}.hero__stage-glow{width:78%;height:50%;bottom:6%}.hero__stage-floor{width:64%;bottom:5%;height:16px;opacity:.85}.hero__packet-group--left,.hero__packet-group--center,.hero__packet-group--right{left:50%;margin-left:0;bottom:10%}.hero__packet-group--left{width:278px;z-index:3;opacity:1}.hero__packet-group--center{width:360px;bottom:4%;z-index:5}.hero__packet-group--right{width:278px;z-index:3;opacity:1}.hero__packet-group--left .hero__group-fx,.hero__packet-group--right .hero__group-fx{overflow:visible}.hero__packet-group--center .hero__group-fx{overflow:hidden;clip-path:inset(-28% 18% 0 38%)}.hero__packet-group--center .hero__splash{width:72%;left:66%;transform:translate(-50%);transform-origin:center bottom}.hero__packet-group--left .hero__splash,.hero__packet-group--right .hero__splash{width:105%}.hero__particle{width:48px}}@media(min-width:1200px){.hero__stage{height:min(74vh,720px);max-width:900px}.hero__packet-group--left,.hero__packet-group--right{width:298px}.hero__packet-group--center{width:400px}.hero__particle{width:54px}}@media(max-width:899px){.hero__visual,.hero__stage{overflow:visible}.hero__text{text-align:center;margin:0 auto}.hero__eyebrow,.hero__subtitle{margin-left:auto;margin-right:auto}.hero__cta{justify-content:center}.hero__particle{width:clamp(24px,7vw,36px)}.hero__splash{width:120%}}@media(prefers-reduced-motion:reduce){.hero__bg-img{transform:none}.hero__packet-img--burst{opacity:1}.hero__packet-img--closed{display:none}}.burst{background:linear-gradient(180deg,var(--bg-deep) 0%,#120e0a 50%,var(--bg-deep) 100%)}.burst__header{text-align:center;margin-bottom:clamp(2rem,5vw,4rem)}.burst__header .section-subtitle{margin:.5rem auto 0}.burst__grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,5vw,3rem);max-width:1200px;margin:0 auto}@media(min-width:768px){.burst__grid{grid-template-columns:repeat(3,1fr)}}.burst__card{text-align:center}.burst__stage{position:relative;height:clamp(280px,45vw,380px);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.burst__packet{position:absolute;width:clamp(120px,28vw,200px);filter:drop-shadow(0 16px 32px rgba(0,0,0,.45));will-change:transform,opacity}.burst__splash{position:absolute;width:clamp(140px,32vw,220px);opacity:0;pointer-events:none;will-change:transform,opacity;z-index:0}.burst__particle{position:absolute;width:clamp(40px,10vw,70px);will-change:transform,opacity;filter:drop-shadow(0 6px 12px rgba(0,0,0,.3));z-index:4}.burst__particle:nth-child(4){top:15%;left:20%}.burst__particle:nth-child(5){top:10%;right:15%}.burst__particle:nth-child(6){bottom:20%;left:50%;transform:translate(-50%)}.burst__packet-closed,.burst__packet-open{z-index:2}.burst__label{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--gold-light)}.burst__card--red .burst__label{color:#e8a090}.burst__card--yellow .burst__label{color:var(--gold-light)}.burst__card--green .burst__label{color:#8fc9a0}.categories{padding:0}.categories__scroll{margin-top:.65rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:.2rem;margin-left:-.15rem;margin-right:-.15rem;padding-left:.15rem;padding-right:.15rem}.categories__scroll::-webkit-scrollbar{display:none}.categories__track{display:flex;gap:.55rem;width:max-content;padding:.15rem 0}@media(min-width:768px){.categories__track{flex-wrap:wrap;width:auto;gap:.65rem}}.categories__pill{display:inline-flex;align-items:center;gap:.5rem;padding:.52rem 1rem .52rem .52rem;border-radius:var(--radius-pill);background:#120e0abf;border:1px solid rgba(212,168,83,.14);color:var(--text-muted);font-size:.85rem;font-weight:500;white-space:nowrap;transition:border-color .3s,color .3s,background .3s,transform .25s var(--ease-out),box-shadow .3s;flex-shrink:0;cursor:pointer}.categories__pill:hover{border-color:#d4a85373;color:var(--text-primary);background:#d4a8530f}.categories__pill--active{background:linear-gradient(135deg,#d4a85347,#d4a8531a);border-color:var(--gold);color:var(--gold-light);box-shadow:0 4px 20px #d4a85342,0 0 0 1px #d4a85326 inset}.categories__pill-icon{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#00000059;display:flex;align-items:center;justify-content:center;border:1px solid rgba(212,168,83,.1);transition:border-color .3s,box-shadow .3s;flex-shrink:0}.categories__pill--active .categories__pill-icon{border-color:#d4a85359;box-shadow:0 0 12px #d4a85333}.categories__pill-icon img{width:100%;height:100%;object-fit:cover}.categories__pill:active{transform:scale(.96)}@media(min-width:900px){.categories__scroll{margin-top:.75rem}.categories__pill{font-size:.88rem;padding:.58rem 1.1rem .58rem .58rem}.categories__pill-icon{width:34px;height:34px}}@media(prefers-reduced-motion:reduce){.categories__pill:active{transform:none}}.product-card{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(165deg,#1c1610e0,#0e0b08f0);border:1px solid rgba(212,168,83,.14);box-shadow:0 4px 20px #00000052,inset 0 1px #ffffff0d;transition:transform .4s var(--ease-out),box-shadow .4s,border-color .4s;will-change:transform;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);border-color:#d4a85352;box-shadow:0 20px 48px #0000006b,0 0 36px #d4a8531f,inset 0 1px #ffffff12}.product-card__accent{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 5%,var(--gold) 50%,transparent 95%);opacity:.65;transition:opacity .35s;z-index:2}.product-card:hover .product-card__accent{opacity:1}.product-card__image-wrap{position:relative;aspect-ratio:1;background:radial-gradient(ellipse 72% 62% at 50% 62%,rgba(212,168,83,.11) 0%,transparent 72%);display:flex;align-items:center;justify-content:center;padding:1.35rem 1.15rem .85rem;overflow:hidden;flex-shrink:0}.product-card__image-glow{position:absolute;width:68%;height:48%;bottom:14%;left:50%;transform:translate(-50%);background:radial-gradient(ellipse,rgba(212,168,83,.16) 0%,transparent 72%);pointer-events:none}.product-card__image{position:relative;z-index:1;max-height:82%;max-width:82%;width:auto;object-fit:contain;object-position:center bottom;transition:transform .5s var(--ease-out);filter:drop-shadow(0 14px 22px rgba(0,0,0,.38))}.product-card:hover .product-card__image{transform:scale(1.04) translateY(-3px)}.product-card__badge{position:absolute;top:.7rem;right:.7rem;width:40px;height:40px;z-index:3;filter:drop-shadow(0 4px 10px rgba(0,0,0,.45));transition:transform .35s var(--ease-out)}.product-card:hover .product-card__badge{transform:scale(1.05)}.product-card__body{padding:1rem 1.15rem 1.2rem;border-top:1px solid rgba(212,168,83,.09);display:flex;flex-direction:column;flex:1}.product-card__title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;margin-bottom:.35rem;line-height:1.32;color:#faf6ef}.product-card__rating{display:flex;align-items:center;gap:.1rem;margin-bottom:.55rem}.star{color:#ffffff26;font-size:.78rem}.star--full{color:var(--gold);text-shadow:0 0 8px rgba(212,168,83,.4)}.product-card__rating-num{margin-left:.35rem;font-size:.72rem;color:var(--text-muted);font-weight:500}.product-card__price{font-size:1.28rem;font-weight:700;color:var(--gold-light);margin-bottom:.9rem;display:flex;align-items:baseline;gap:.45rem}.product-card__price-label{font-size:.62rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#f5f0e866}.product-card__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.product-card__btn{display:inline-flex;align-items:center;justify-content:center;padding:.62rem .9rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;letter-spacing:.02em;transition:transform .25s var(--ease-out),background .25s,border-color .25s,box-shadow .25s}.product-card__btn:active{transform:scale(.97)}.product-card__btn--primary{background:linear-gradient(135deg,var(--gold) 0%,#b8862e 100%);color:var(--bg-deep);box-shadow:0 4px 14px #d4a85347}.product-card__btn--primary:hover{box-shadow:0 6px 22px #d4a8536b}.product-card__btn--ghost{background:transparent;border:1px solid rgba(212,168,83,.24);color:#f5f0e8e0}.product-card__btn--ghost:hover{border-color:#d4a8537a;color:var(--gold-light);background:#d4a85312}@media(min-width:480px){.product-card__actions{flex-direction:row;flex-wrap:wrap}.product-card__btn--primary,.product-card__btn--ghost{flex:1;min-width:100px}}@media(min-width:768px){.product-card__title{font-size:1.1rem}.product-card__body{padding:1.05rem 1.25rem 1.3rem}}@media(prefers-reduced-motion:reduce){.product-card:hover,.product-card:hover .product-card__image{transform:none}}@media(max-width:767px){.product-card:active{transform:scale(.985)}.product-card__image-wrap{padding:1.1rem .9rem .75rem}}.shop{padding:0}.shop__header{margin-bottom:clamp(.85rem,2vw,1.15rem)}.shop__empty{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.95rem;border:1px dashed var(--border-glass);border-radius:var(--radius-md);max-width:480px;margin:0 auto}.shop__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.65rem,1.8vw,1.1rem);margin:0 auto;align-items:stretch}.shop__grid--single{grid-template-columns:minmax(0,300px);justify-content:center;max-width:300px;margin-left:auto;margin-right:auto}@media(min-width:768px){.shop__header{margin-bottom:1.15rem}.shop__grid{gap:1.15rem}.shop__grid--single{max-width:280px;justify-content:center;justify-items:stretch;margin-left:auto;margin-right:auto}}@media(min-width:1024px){.shop__header{margin-bottom:1.25rem}.shop__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.shop__grid--single{max-width:270px}}@media(max-width:899px){.shop__header{margin-bottom:.75rem}.shop__grid{gap:.65rem}}@media(max-width:380px){.shop__grid{grid-template-columns:1fr}.shop__grid--single{max-width:100%}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;background:#000000a6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:1rem}.modal{position:relative;width:100%;max-width:820px;max-height:90vh;max-height:90dvh;overflow-y:auto;border-radius:var(--radius-lg);display:grid;grid-template-columns:1fr;gap:0}@media(min-width:700px){.modal{grid-template-columns:1fr 1fr}}.modal__close{position:absolute;top:.75rem;right:.75rem;width:40px;height:40px;border-radius:50%;background:#0006;color:var(--text-primary);font-size:1.5rem;line-height:1;z-index:2;transition:background .25s}.modal__close:hover{background:#d4a8534d}.modal__image-col{position:relative;background:radial-gradient(circle at center,rgba(212,168,83,.1),transparent);padding:2rem;display:flex;align-items:center;justify-content:center;min-height:240px}.modal__image{max-height:280px;object-fit:contain}.modal__badge{position:absolute;top:1rem;right:1rem;width:52px;height:52px}.modal__content{padding:clamp(1.5rem,4vw,2.5rem)}.modal__title{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-bottom:.5rem}.modal__price{font-size:1.5rem;font-weight:700;color:var(--gold-light);margin-bottom:1rem}.modal__desc{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.modal__features{list-style:none;margin-bottom:2rem}.modal__features li{display:flex;align-items:center;gap:.65rem;padding:.4rem 0;font-size:.95rem}.modal__feature-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.modal__add{width:100%}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4099;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cart{position:fixed;z-index:4100;background:#0e0b08f2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-glass);display:flex;flex-direction:column}.cart--drawer{top:0;right:0;width:min(420px,100vw);height:100%;border-radius:0;border-left:1px solid var(--border-glass)}.cart--sheet{bottom:0;left:0;right:0;max-height:min(85vh,85dvh);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding-bottom:max(env(safe-area-inset-bottom,0px),.5rem)}.cart__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-glass)}.cart__title{font-family:var(--font-display);font-size:1.5rem;font-weight:700}.cart__close{width:40px;height:40px;border-radius:50%;color:var(--text-muted);font-size:1.5rem;transition:background .25s,color .25s}.cart__close:hover{background:#d4a85326;color:var(--gold-light)}.cart__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart__empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.cart__item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border-glass);align-items:flex-start}.cart__item-img{width:72px;height:72px;object-fit:contain;background:#0003;border-radius:var(--radius-sm);padding:.25rem}.cart__item-info{flex:1;min-width:0}.cart__item-info h3{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.cart__item-price{color:var(--gold-light);font-weight:600;margin-bottom:.5rem}.cart__qty{display:inline-flex;align-items:center;gap:.5rem;background:#0000004d;border-radius:var(--radius-pill);padding:.2rem}.cart__qty button{width:28px;height:28px;border-radius:50%;background:#d4a85326;color:var(--gold-light);font-size:1rem;display:flex;align-items:center;justify-content:center}.cart__qty span{min-width:24px;text-align:center;font-weight:600}.cart__remove{color:var(--text-muted);font-size:1.25rem;padding:.25rem;transition:color .25s}.cart__remove:hover{color:var(--red-spice)}.cart__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border-glass)}.cart__subtotal{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.cart__checkout{width:100%}.offer{padding-top:2rem;padding-bottom:2rem}.offer__banner{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:clamp(220px,40vw,360px);display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto}.offer__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.offer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a0806e0,#0a080680,#0a0806bf)}.offer__content{position:relative;z-index:2;text-align:center;padding:2rem}.offer__eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);margin-bottom:.5rem}.offer__title{font-family:var(--font-display);font-size:clamp(1.75rem,5vw,3rem);font-weight:700;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.offer__deco{position:absolute;z-index:1;filter:drop-shadow(0 8px 16px rgba(0,0,0,.4));will-change:transform;pointer-events:none}.offer__deco--1{width:clamp(60px,12vw,100px);bottom:10%;left:8%}.offer__deco--2{width:clamp(45px,9vw,75px);top:15%;right:12%}.offer__deco--3{width:clamp(55px,11vw,90px);bottom:20%;right:15%}.offer__deco--4{width:clamp(40px,8vw,65px);top:25%;left:15%}.offer__deco--5{width:clamp(35px,7vw,55px);top:50%;right:30%}@media(max-width:600px){.offer__deco--4,.offer__deco--5{display:none}}.why{background:linear-gradient(180deg,var(--bg-deep) 0%,#0f0c09 100%)}.why__header{text-align:center;margin-bottom:clamp(2rem,5vw,3.5rem)}.why__header .section-subtitle{margin:.5rem auto 0}.why__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto}@media(min-width:600px){.why__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why__grid{grid-template-columns:repeat(4,1fr)}}.why__card{padding:1.75rem 1.5rem;border-radius:var(--radius-md);text-align:center;transition:transform .4s var(--ease-out),box-shadow .4s}.why__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000059}.why__icon{width:72px;height:72px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;background:#d4a85314;display:flex;align-items:center;justify-content:center;padding:.5rem}.why__icon img{width:100%;height:100%;object-fit:contain}.why__card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--gold-light)}.why__card p{font-size:.9rem;color:var(--text-muted);line-height:1.55}@media(prefers-reduced-motion:reduce){.why__card:hover{transform:none}}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;height:var(--mobile-nav-h);padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom,0));background:#0a0806d1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-glass);justify-content:space-around;align-items:center;gap:.25rem}@media(max-width:767px){.mobile-nav{display:flex}}.mobile-nav__item{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.35rem .5rem;color:var(--text-muted);font-size:.65rem;font-weight:500;border-radius:var(--radius-sm);transition:color .25s;min-width:52px}.mobile-nav__item:hover,.mobile-nav__item:active{color:var(--gold-light)}.mobile-nav__cart-btn{position:relative}.mobile-nav__cart-img{width:24px;height:24px}.mobile-nav__badge{position:absolute;top:0;right:.25rem;min-width:16px;height:16px;padding:0 4px;background:var(--red-spice);color:#fff;font-size:.6rem;font-weight:700;border-radius:var(--radius-pill);display:flex;align-items:center;justify-content:center}.cursor-glow{position:fixed;top:0;left:0;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(212,168,83,.12) 0%,transparent 70%);pointer-events:none;z-index:1;will-change:transform;transition:opacity .3s}@media(prefers-reduced-motion:reduce){.cursor-glow{display:none}}.footer{text-align:center;padding-bottom:clamp(3rem,8vw,5rem);border-top:1px solid var(--border-glass)}@media(max-width:767px){.footer{padding-bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom,0px) + 2rem)}}.footer__inner{max-width:480px;margin:0 auto}.footer__logo{width:80px;margin:0 auto 1rem;opacity:.9}.footer__tagline{font-family:var(--font-display);font-size:1.25rem;color:var(--gold-light);margin-bottom:.75rem}.footer__contact{color:var(--text-muted);margin-bottom:.5rem}.footer__email{color:var(--gold);font-weight:500;display:inline-block;margin-bottom:2rem;transition:color .25s}.footer__email:hover{color:var(--gold-light)}.footer__copy{font-size:.8rem;color:#f5f0e859}.shop-area{scroll-margin-top:calc(var(--header-h) + 12px);padding:clamp(1.5rem,3vw,2.25rem) clamp(1rem,3.5vw,2.5rem);padding-bottom:clamp(2rem,4vw,2.75rem);position:relative}.shop-area__categories,.shop-area__products{max-width:1200px;margin-left:auto;margin-right:auto;width:100%}.shop-area__categories{margin-bottom:clamp(.85rem,2vw,1.5rem)}.shop-area__products{margin-top:0;padding-top:clamp(.85rem,2vw,1.35rem);border-top:1px solid rgba(212,168,83,.1)}.shop-area__title{font-family:var(--font-display);font-size:clamp(1.65rem,4.2vw,2.35rem);font-weight:700;letter-spacing:.02em;line-height:1.1;margin-bottom:.45rem;color:var(--text-primary)}.shop-area__subtitle{color:var(--text-muted);font-size:clamp(.9rem,2vw,1.05rem);line-height:1.5;max-width:480px}@media(min-width:900px){.shop-area{padding-top:2.25rem;padding-bottom:2.75rem}.shop-area__categories{margin-bottom:1.35rem}.shop-area__products{padding-top:1.35rem}.shop-area__title{font-size:2.35rem}}@media(max-width:899px){.shop-area{padding-top:1.35rem;padding-bottom:1.75rem}.shop-area__categories{margin-bottom:.75rem}.shop-area__products{padding-top:.85rem}.shop-area__subtitle{max-width:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep: #0a0806;--bg-card: rgba(20, 16, 12, .72);--bg-glass: rgba(12, 10, 8, .55);--gold: #d4a853;--gold-light: #f0d78c;--gold-glow: rgba(212, 168, 83, .35);--red-spice: #c0392b;--yellow-spice: #e8b923;--green-spice: #2d6a4f;--text-primary: #f5f0e8;--text-muted: rgba(245, 240, 232, .65);--border-glass: rgba(212, 168, 83, .18);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--header-h: 80px;--mobile-nav-h: 76px;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--ease-out: cubic-bezier(.22, 1, .36, 1);--shadow-gold: 0 0 40px var(--gold-glow)}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%;height:auto}button{font-family:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}#root{min-height:100vh;min-height:100dvh}.section{padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,3rem);position:relative}.section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:.02em;margin-bottom:.5rem}.section-subtitle{color:var(--text-muted);font-size:clamp(.95rem,2vw,1.1rem);max-width:520px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:var(--radius-pill);font-weight:600;font-size:.95rem;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),background .3s;will-change:transform}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,var(--gold) 0%,#b8862e 100%);color:var(--bg-deep);box-shadow:0 4px 24px var(--gold-glow)}.btn-primary:hover{box-shadow:0 6px 32px #d4a85380;transform:translateY(-2px)}.btn-outline{border:1px solid var(--border-glass);background:var(--bg-glass);color:var(--text-primary);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.btn-outline:hover{border-color:var(--gold);color:var(--gold-light)}.btn-sm{padding:.55rem 1.1rem;font-size:.85rem}.glass{background:var(--bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass)}.reveal{opacity:0;transform:translateY(28px)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}.btn:hover,.btn-primary:hover{transform:none}}@media(max-width:767px){body.has-mobile-nav{padding-bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom,0px))}}@media(min-width:900px){:root{--header-h: 92px}}#burst,#offers,#why,#contact{scroll-margin-top:calc(var(--header-h) + 12px)}
