:root{--green:#003d2b;--green-2:#07513c;--gold:#d7ad53;--cream:#f4f4f1;--ink:#10231d;--muted:#66706c;--line:#dfe5e1;--white:#fff;--radius:22px;--shadow:0 24px 70px rgba(0,39,27,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}a{color:inherit;text-decoration:none}button{font:inherit}
.hero{min-height:100svh;background:url('assets/storefront.png') 52% center/cover no-repeat;position:relative;display:grid;place-items:center;overflow:hidden}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,23,16,.22),rgba(0,23,16,.08) 42%,rgba(0,23,16,.68)),linear-gradient(90deg,rgba(0,30,21,.62),rgba(0,30,21,.08) 55%,rgba(0,30,21,.35))}.hero-content{position:relative;z-index:1;width:min(1100px,90vw);text-align:center;display:flex;flex-direction:column;align-items:center;gap:44px;animation:rise 1s cubic-bezier(.22,1,.36,1) both}.hero-brand{color:white;text-shadow:0 10px 34px rgba(0,0,0,.35)}.hero-mark{width:clamp(70px,8vw,108px);height:clamp(70px,8vw,108px);object-fit:contain;filter:drop-shadow(0 10px 25px rgba(0,0,0,.25));margin-bottom:18px}.hero-brand h1{margin:0;font-size:clamp(3.7rem,9.5vw,8.8rem);font-weight:650;line-height:.88;letter-spacing:-.075em}.hero-brand p{margin:25px 0 0;color:rgba(255,255,255,.82);font-size:clamp(.78rem,1.4vw,1.05rem);font-weight:650;letter-spacing:.28em;text-transform:uppercase}.hero-cta{display:inline-flex;align-items:center;gap:18px;padding:17px 25px 17px 28px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--green);font-size:.9rem;font-weight:750;box-shadow:0 14px 50px rgba(0,0,0,.22);transition:.3s;backdrop-filter:blur(18px)}.hero-cta span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--green);color:#fff}.hero-cta:hover{transform:scale(1.035);background:#fff}
.site-header{position:sticky;top:0;z-index:20;background:rgba(0,48,34,.96);backdrop-filter:blur(16px);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.header-inner{max-width:1440px;margin:auto;height:94px;padding:0 34px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:52px;height:52px;object-fit:contain}.brand strong{font-size:1.2rem;letter-spacing:-.03em}.nav{display:flex;gap:6px}.nav a{padding:11px 14px;border-radius:999px;font-size:.92rem;color:rgba(255,255,255,.75);transition:.2s}.nav a:hover,.nav a.active{background:rgba(255,255,255,.1);color:#fff}.cart-btn{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;border-radius:999px;padding:11px 16px;cursor:pointer}.cart-count{display:inline-grid;place-items:center;background:var(--gold);color:var(--green);width:23px;height:23px;border-radius:50%;margin-left:8px;font-weight:800}
.catalog-hero{background:var(--green);color:#fff;padding:82px 34px 116px;position:relative;overflow:hidden}.catalog-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 14%,rgba(215,173,83,.18),transparent 25%)}.catalog-hero-inner{max-width:1372px;margin:auto;position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-size:.78rem;font-weight:800}.catalog-hero h1{margin:14px 0 10px;font-size:clamp(4rem,8.5vw,8rem);font-weight:650;line-height:.86;letter-spacing:-.075em}.catalog-hero p{max-width:620px;color:rgba(255,255,255,.67);font-size:1.05rem;line-height:1.65}
.catalog{max-width:1460px;margin:-39px auto 0;padding:0 34px 110px;position:relative;z-index:2}.toolbar{background:rgba(255,255,255,.88);border-radius:20px;padding:15px 17px;box-shadow:0 20px 50px rgba(0,39,27,.09);display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:58px;backdrop-filter:blur(20px)}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap}.filter-tabs button,.sort-select{border:0;background:#ecefeb;border-radius:999px;padding:11px 17px;color:var(--muted);cursor:pointer}.filter-tabs button.active{background:var(--green);color:#fff}.sort-select{border-radius:999px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:34px;row-gap:76px}.product-card{background:transparent;border:0;overflow:visible;transition:.35s;display:flex;flex-direction:column;min-width:0}.product-card:hover{transform:translateY(-5px)}.product-image{aspect-ratio:4/5;background:transparent;overflow:hidden;position:relative}.product-image:after{content:"";position:absolute;left:14%;right:14%;bottom:4%;height:10%;background:radial-gradient(ellipse,rgba(0,35,24,.18),transparent 67%);filter:blur(10px)}.product-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;transform:scale(.98);transition:.65s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-image img{transform:scale(1.035)}.sale-badge{position:absolute;z-index:2;top:15px;right:8px;left:auto;background:var(--green);color:#fff;border-radius:999px;padding:8px 12px;font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.product-info{padding:22px 4px 0;display:flex;flex-direction:column;flex:1;text-align:center}.product-type{font-size:.72rem;color:#957327;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.product-info h2{font-size:1.05rem;line-height:1.35;margin:10px auto 15px;letter-spacing:-.02em;max-width:260px}.prices{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-top:auto}.old-price{color:#929a96;text-decoration:line-through;font-size:.84rem}.price{font-size:1.35rem;font-weight:800;color:var(--green)}.add-btn{margin:17px auto 0;width:auto;border:0;background:transparent;color:var(--green);border-bottom:1px solid rgba(0,61,43,.28);padding:7px 2px 5px;font-weight:750;cursor:pointer;transition:.2s}.add-btn:after{content:"  +"}.add-btn:hover{color:#0b7253;border-color:#0b7253}.empty{grid-column:1/-1;background:rgba(255,255,255,.55);border:0;border-radius:28px;padding:72px 28px;text-align:center}.empty img{width:72px;opacity:.75}.empty h2{font-size:1.8rem;margin:18px 0 8px}.empty p{color:var(--muted)}
.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:12px}.search-box{height:43px;min-width:230px;display:flex;align-items:center;gap:8px;background:#ecefeb;border-radius:999px;padding:0 15px;color:var(--muted)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:inherit}.product-count{white-space:nowrap;color:var(--muted);font-size:.9rem}.stock-badge{position:absolute;z-index:3;top:15px;right:8px;background:var(--green);color:#fff;border-radius:999px;padding:8px 12px;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.stock-badge.sold-out{background:#7b817e}.add-btn:disabled{color:#8d9491;border-color:transparent;cursor:not-allowed}.add-btn:disabled:after{content:""}.cart-empty{color:var(--muted)}
.drawer{position:fixed;inset:0;z-index:50;pointer-events:none}.drawer.open{pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;background:rgba(0,20,14,.48);opacity:0;transition:.25s}.drawer.open .drawer-backdrop{opacity:1}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(440px,100%);background:#fff;padding:28px;transform:translateX(100%);transition:.32s;box-shadow:-20px 0 60px rgba(0,0,0,.15);display:flex;flex-direction:column}.drawer.open .drawer-panel{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}.drawer-head h2{margin:0}.close-btn{border:0;background:#eef2ef;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem}.cart-items{flex:1;overflow:auto;padding:18px 0}.cart-item{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item small{color:var(--muted)}.cart-total{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;font-size:1.2rem;font-weight:800}.checkout{border:0;background:var(--green);color:#fff;border-radius:14px;padding:15px;margin-top:16px;font-weight:800}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:#fff;border-radius:999px;padding:12px 18px;z-index:80;transition:.25s}.toast.show{transform:translate(-50%,0);opacity:1}
@keyframes rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(2,1fr)}.nav{display:none}.header-inner{height:80px;padding:0 20px}.catalog{padding-left:20px;padding-right:20px}.catalog-hero{padding-left:20px;padding-right:20px}.toolbar{align-items:stretch;flex-direction:column}.toolbar-left,.toolbar-right{justify-content:space-between}.search-box{flex:1}}
@media(max-width:620px){.hero{background-position:60% center}.hero-brand h1{font-size:3.7rem}.hero-brand p{font-size:.68rem;letter-spacing:.2em}.hero-mark{width:72px;height:72px}.hero-cta{font-size:.82rem;padding:14px 17px 14px 22px}.brand strong{display:none}.catalog-hero{padding-top:58px;padding-bottom:88px}.catalog-hero h1{font-size:4.2rem}.toolbar{margin-bottom:42px}.toolbar-left,.toolbar-right{align-items:stretch;flex-direction:column}.search-box{min-width:0;width:100%}.sort-select{width:100%}.product-count{text-align:center}.product-grid{grid-template-columns:1fr;gap:66px}.product-image{aspect-ratio:1/1.1}.catalog{margin-top:-28px}.cart-btn{padding:9px 12px}.product-info h2{font-size:1.15rem;max-width:310px}}

/* Trattamento fotografico uniforme per l'intero catalogo */
.product-image{display:grid;place-items:center;isolation:isolate;overflow:visible;padding:8%;background:transparent}
.product-image:before{content:"";position:absolute;inset:8% 5%;z-index:-1;background:radial-gradient(ellipse at 50% 52%,rgba(255,255,255,.7) 0,rgba(255,255,255,.34) 38%,transparent 72%);filter:blur(16px);opacity:.72}
.product-image:after{left:20%;right:20%;bottom:5%;height:5%;background:radial-gradient(ellipse,rgba(0,31,22,.16),transparent 70%);filter:blur(13px);opacity:.55}
.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:multiply;filter:brightness(1.025) contrast(1.055) saturate(.96);transform:scale(.94);transform-origin:center bottom;image-rendering:auto}
.product-card:hover .product-image img{transform:scale(.985);filter:brightness(1.035) contrast(1.065) saturate(.98)}
.product-info{padding-top:12px}
.product-card:nth-child(4n+2) .product-image:before{opacity:.58}
@media(max-width:620px){.product-image{padding:5% 9%}.product-image img{transform:scale(.97)}.product-card:hover .product-image img{transform:scale(1)}}

/* Inquadratura adattiva: bottiglia singola, confezione o cassa */
.product-image.tall{padding:5% 16%}
.product-image.square{padding:9%}
.product-image.wide{padding:15% 3%}
.product-image.wide img{transform:scale(.98)}
.product-image.square img{transform:scale(.96)}
.product-image.tall:after{left:29%;right:29%}
.product-image.wide:after{left:12%;right:12%;bottom:18%}
.product-image img{backface-visibility:hidden;-webkit-font-smoothing:antialiased}
@media(max-width:620px){.product-image.tall{padding:3% 17%}.product-image.square{padding:7%}.product-image.wide{padding:12% 2%}}
