.product-card{width:100%;height:100%}.product-card__inner{width:100%;height:100%;box-shadow:0 0 40px -15px hsl(var(--theme-color) / .5);background:#000;border-radius:20px;transition:transform .4s,box-shadow .4s;display:block;position:relative;overflow:hidden}.product-card:hover .product-card__inner{box-shadow:0 0 60px -15px hsl(var(--theme-color) / .6);transform:scale(1.03)}.product-card.selected .product-card__inner{box-shadow:0 0 0 3px #fff, 0 0 60px -12px hsl(var(--theme-color) / .75)}.product-card__img{background-position:50%;background-size:cover;background-image:linear-gradient(160deg, hsl(var(--theme-color) / .85), hsl(var(--theme-color)));transition:transform .5s;position:absolute;inset:0}.product-card:hover .product-card__img{transform:scale(1.1)}.product-card__overlay{background:linear-gradient(to top, hsl(var(--theme-color) / .92), hsl(var(--theme-color) / .6) 32%, transparent 62%);position:absolute;inset:0}.product-card__check{width:30px;height:30px;color:hsl(var(--theme-color));background:#fff;border-radius:50%;place-items:center;font-size:1rem;font-weight:800;display:grid;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #0000004d}.product-card__content{color:#fff;flex-direction:column;justify-content:flex-end;height:100%;padding:clamp(.9rem,3vw,1.25rem);display:flex;position:relative}.product-card__title{font-size:clamp(1.05rem,4.5vw,1.5rem);font-weight:800;line-height:1.1}.product-card__stats{flex-direction:column;gap:.1rem;margin-top:.35rem;display:flex}.product-card__price{font-size:.95rem;font-weight:700}.product-card__desc{color:#ffffffd1;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;display:-webkit-box;overflow:hidden}.product-card__cta{cursor:pointer;color:#fff;width:100%;font:inherit;background:hsl(var(--theme-color) / .25);border:1px solid hsl(var(--theme-color) / .35);-webkit-backdrop-filter:blur(6px);border-radius:12px;justify-content:space-between;align-items:center;gap:.5rem;margin-top:clamp(.9rem,3vw,1.5rem);padding:.6rem .85rem;font-size:.85rem;font-weight:700;transition:background .3s,border-color .3s;display:flex}.product-card:hover .product-card__cta{background:hsl(var(--theme-color) / .42);border-color:hsl(var(--theme-color) / .55)}.product-card.selected .product-card__cta{color:hsl(var(--theme-color));background:#fff;border-color:#fff}.product-card__arrow{flex-shrink:0;transition:transform .3s}.product-card:hover .product-card__arrow{transform:translate(3px)}.product-card__stepper{background:#fff;border-radius:12px;justify-content:space-between;align-items:stretch;gap:.4rem;margin-top:clamp(.9rem,3vw,1.5rem);padding:.3rem;display:flex}.product-card__step{cursor:pointer;background:hsl(var(--theme-color) / .14);color:hsl(var(--theme-color));border:none;border-radius:9px;width:40px;font-size:1.3rem;font-weight:800;line-height:1;transition:background .15s}.product-card__step:hover{background:hsl(var(--theme-color) / .28)}.product-card__qty{color:hsl(var(--theme-color));flex-direction:column;flex:1;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;line-height:1;display:flex}.product-card__qty-sub{opacity:.7;margin-top:.15rem;font-size:.68rem;font-weight:600}
.picker__grid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}@media (min-width:900px){.picker__grid{grid-template-columns:repeat(4,1fr);gap:1.1rem}}.picker__grid>.product-card{aspect-ratio:3/4}.picker__pager{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.picker__nav{cursor:pointer;border:2px solid var(--pink);color:var(--green-deep);background:#fff;border-radius:50%;width:42px;height:42px;font-size:1.4rem;line-height:1;transition:background .15s,border-color .15s,transform .1s}.picker__nav:hover:not(:disabled){background:var(--green);border-color:var(--green);color:var(--cream)}.picker__nav:disabled{opacity:.4;cursor:not-allowed}.picker__dots{gap:.5rem;display:flex}.picker__dot{cursor:pointer;background:#8391564d;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:background .15s,transform .15s}.picker__dot.active{background:var(--green);transform:scale(1.25)}.picker__empty{text-align:center;opacity:.7}
.summary{border:2px solid var(--pink);background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 12px 28px #00000014}.summary__lines{flex-direction:column;gap:.5rem;display:flex}.summary__empty{opacity:.6;text-align:center}.summary__line{justify-content:space-between;font-size:.95rem;display:flex}.summary__qty{opacity:.6;font-weight:600}.summary__total{color:var(--green-deep);border-top:2px solid var(--cream-deep);justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:1.2rem;font-weight:800;display:flex}
.preorder{max-width:960px;padding:calc(var(--nav-h) + 1.5rem) 1.25rem 4rem;margin:0 auto}.preorder__intro{text-align:center;margin-bottom:2rem}.preorder__title{color:var(--ink);margin:.6rem 0 .75rem;font-size:clamp(2rem,8vw,3rem);font-weight:800}.preorder__lead{opacity:.8;max-width:42ch;margin:0 auto}.preorder__step{margin:2.25rem 0}.preorder__step-title{color:var(--green-deep);text-align:center;margin-bottom:1rem;font-size:1.15rem;font-weight:800}.preorder__options{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.preorder__option{font:inherit;cursor:pointer;border:2px solid var(--pink);color:var(--ink);background:#fff;border-radius:16px;padding:.85rem 1.4rem;font-weight:700;transition:border-color .15s,background .15s,transform .1s}.preorder__option:hover{transform:translateY(-2px)}.preorder__option.active{border-color:var(--green);background:var(--green);color:var(--cream)}.preorder__option--loc{text-align:left;flex-direction:column;align-items:flex-start;gap:.15rem;min-width:180px;display:flex}.preorder__option-name{font-weight:700}.preorder__option-sub{opacity:.7;font-size:.8rem}.preorder__option.active .preorder__option-sub{opacity:.9}.preorder__summary{margin-top:2.5rem}.events__form{flex-direction:column;gap:.75rem;max-width:520px;margin:0 auto;display:flex}.events__input{width:100%;font:inherit;border:2px solid var(--pink);color:var(--ink);background:#fff;border-radius:12px;padding:.8rem .95rem}.events__input:focus{border-color:var(--green);outline:none}.events__textarea{resize:vertical;min-height:96px}.preorder__submit{text-align:center;width:100%;margin-top:1.25rem}.preorder__submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.preorder__hint{text-align:center;opacity:.65;margin-top:.75rem;font-size:.82rem}.preorder__error{color:#b23a48;text-align:center;margin-top:1rem;font-weight:600}.preorder-bar{z-index:100;height:var(--nav-h);-webkit-backdrop-filter:saturate(1.2)blur(10px);border-bottom:2px solid var(--pink);background:#f7f4eae6;justify-content:space-between;align-items:center;padding:0 clamp(1rem,4vw,2rem);display:flex;position:fixed;top:0;left:0;right:0}.preorder-bar__brand{color:var(--green);font-size:1.35rem;font-weight:800;text-decoration:none}.preorder-bar__brand span{color:var(--ink)}.preorder-bar__back{color:var(--ink);opacity:.8;font-weight:600;text-decoration:none}.preorder-bar__back:hover{opacity:1;color:var(--green)}
