.pres-site{--_primary: var(--pres-primary, #2563eb);--_secondary: var(--pres-secondary, #1e293b);--_font: var(--pres-font, "Outfit", system-ui, sans-serif);--pres-bg: #ffffff;--pres-text: var(--_secondary);--pres-muted: rgba(0, 0, 0, .6);--pres-border: rgba(0, 0, 0, .12);--pres-card: #ffffff;--pres-cta-bg: rgba(0, 0, 0, .03);font-family:var(--_font);color:var(--pres-text);background-color:var(--pres-bg);min-height:100vh;display:flex;flex-direction:column}:root[data-theme=dark] .pres-site--themed{--pres-bg: #0b1220;--pres-text: #e8eef6;--pres-muted: rgba(255, 255, 255, .66);--pres-border: rgba(255, 255, 255, .14);--pres-card: #131c2b;--pres-cta-bg: rgba(255, 255, 255, .05)}.pres-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem;border-bottom:1px solid var(--pres-border)}.pres-header__brand{font-size:1.25rem;font-weight:700;color:var(--_primary);text-decoration:none}.pres-header__nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.pres-header__link{color:var(--pres-text);text-decoration:none;font-weight:500}.pres-header__link:hover{color:var(--_primary)}.pres-main{flex:1 1 auto}.pres-page>section{padding:4rem 1.5rem;max-width:1080px;margin:0 auto}.pres-section__heading{font-size:2rem;margin-bottom:2rem;text-align:center;color:var(--pres-text)}.pres-hero{text-align:center}.pres-hero__title{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;color:var(--_primary);margin-bottom:1rem}.pres-hero__subtitle{font-size:1.25rem;color:var(--pres-text);max-width:640px;margin:0 auto}.pres-about__text{font-size:1.125rem;line-height:1.7;max-width:760px;margin:0 auto;text-align:center}.pres-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.pres-feature{padding:1.5rem;border:1px solid var(--pres-border);border-radius:12px;text-align:center}.pres-feature__icon{font-size:2rem;margin-bottom:.75rem}.pres-feature__title{margin-bottom:.5rem;color:var(--pres-text)}.pres-feature__desc{color:var(--pres-muted);font-size:.95rem}.pres-gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.pres-gallery__img{width:100%;height:100%;object-fit:cover;border-radius:8px;aspect-ratio:4 / 3}.pres-contact__form{display:flex;flex-direction:column;gap:1rem;max-width:520px;margin:0 auto}.pres-input{padding:.75rem 1rem;border:1px solid var(--pres-border);border-radius:8px;font:inherit;color:inherit;background-color:transparent}.pres-input:focus{outline:2px solid var(--_primary);border-color:var(--_primary)}.pres-textarea{min-height:140px;resize:vertical}.pres-btn{padding:.85rem 1.25rem;background-color:var(--_primary);color:#fff;border:none;border-radius:8px;font:inherit;font-weight:600;cursor:pointer;transition:filter .2s}.pres-btn:hover:not(:disabled){filter:brightness(92%)}.pres-btn:disabled{opacity:.6;cursor:default}.pres-contact__ok{color:#16a34a;text-align:center}.pres-contact__err{color:#dc2626;text-align:center}.pres-notfound{text-align:center;padding:6rem 1.5rem}.pres-notfound h1{color:var(--pres-text)}.pres-link{color:var(--_primary)}.pres-footer{padding:2.5rem 1.5rem;border-top:1px solid var(--pres-border);text-align:center;color:var(--pres-muted);display:flex;flex-direction:column;align-items:center;gap:1rem}.pres-footer__business{display:flex;flex-direction:column;gap:.25rem}.pres-footer__name{font-weight:700;color:var(--pres-text);margin:0}.pres-footer__line{margin:0;font-size:.9rem}.pres-footer__sep{margin:0 .5rem;opacity:.5}.pres-footer__vat{font-size:.8rem;opacity:.75}.pres-footer__link{color:inherit;text-decoration:none}.pres-footer__link:hover{color:var(--_primary);text-decoration:underline}.pres-footer__legal{margin:0;font-size:.75rem;opacity:.6;border-top:1px solid var(--pres-border);padding-top:1rem;width:100%;max-width:320px}.pres-footer__legal-link{color:inherit;font-weight:600;text-decoration:none}.pres-footer__legal-link:hover{text-decoration:underline}.pres-catalog{padding:3rem 1.5rem;max-width:1100px;margin:0 auto;width:100%}.pres-catalog__empty{text-align:center;color:var(--pres-muted)}.pres-catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.pres-product{border:1px solid var(--pres-border);border-radius:12px;overflow:hidden;background-color:var(--pres-card);display:flex;flex-direction:column}.pres-product__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.pres-product__body{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.pres-product__name{font-size:1.05rem;font-weight:600;margin:0;color:var(--pres-text)}.pres-product__desc{font-size:.9rem;color:var(--pres-muted);margin:0}.pres-product__price{margin-top:auto;font-weight:700;color:var(--_primary)}.pres-cta{padding:3.5rem 1.5rem;text-align:center;background-color:var(--pres-cta-bg);max-width:900px;margin:0 auto;width:100%;border-radius:12px}.pres-cta__title{font-size:1.6rem;font-weight:700;margin-bottom:.5rem;color:var(--pres-text)}.pres-cta__subtitle{color:var(--pres-muted);margin-bottom:1.5rem}.pres-cta__btn{display:inline-block;text-decoration:none}.pres-consent{position:fixed;inset-inline:0;bottom:0;z-index:1000;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;padding:1rem 1.5rem;background-color:var(--pres-card, #ffffff);color:var(--pres-text, #1e293b);border-top:1px solid var(--pres-border, rgba(0, 0, 0, .12));box-shadow:0 -4px 16px #0000001f}.pres-consent__text{margin:0;max-width:46rem;font-size:.9rem;color:var(--pres-muted, rgba(0, 0, 0, .6))}.pres-consent__actions{display:flex;gap:.5rem;flex-wrap:wrap}.pres-consent__btn{padding:.45rem 1.1rem;font-size:.9rem}.pres-consent__btn--ghost{background:transparent;color:var(--pres-text, #1e293b);border:1px solid var(--pres-border, rgba(0, 0, 0, .25))}@media(max-width:640px){.pres-consent{flex-direction:column;align-items:stretch;text-align:center}.pres-consent__actions{justify-content:center}}.pres-hp{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}.med-sunset{--nero-sciara: #2B2521;--bianco-calce: #F2EEE7;--pietra-pomice: #D8CFC2;--verde-cappero: #5E6F4F;--blu-tirreno: #2E607C;--oro-eoliano: #C79A4A;--rosso-malvasia: #8D5248;--terracotta: #C86E4D;--serif: "Newsreader", Georgia, serif;--sans: "Source Sans 3", system-ui, sans-serif;--world-w: 100vw;--world-shift: 0px;--cam-anchor: .44;position:relative;background:var(--bianco-calce);color:var(--nero-sciara);font-family:var(--sans)}.med-scroll-space{height:640vh;position:relative}.med-viewport{position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden}.med-world{position:absolute;top:0;left:50%;width:var(--world-w);margin-left:calc(var(--world-w) / -2 + var(--world-shift));will-change:transform}#med-map-svg{display:block;width:100%;height:auto}#med-map-svg text{font-family:var(--sans)}#med-map-svg .t-serif{font-family:var(--serif)}.med-sunset #cartouche{transform:translateY(58px)}.med-card-frame{position:absolute;top:0;left:50%;height:100%;width:var(--world-w);margin-left:calc(var(--world-w) / -2);pointer-events:none}.med-stop-card{position:absolute;left:var(--cx);top:var(--vy, 50%);transform:translate(-50%,-50%) translateY(26px);width:clamp(300px,34vw,480px);max-height:78vh;overflow:auto;scrollbar-width:none;background:#f2eee7ed;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(43,37,33,.55);border-top:3px solid var(--oro-eoliano);box-shadow:0 18px 50px -18px #2b252159;padding:clamp(22px,2.4vw,34px) clamp(24px,2.6vw,38px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s ease,transform .7s cubic-bezier(.22,.8,.3,1),visibility 0s linear .7s}.med-stop-card[data-visible="1"]{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,-50%) translateY(0);transition:opacity .7s ease .12s,transform .7s cubic-bezier(.22,.8,.3,1) .12s,visibility 0s}.med-stop-card::-webkit-scrollbar{display:none}.med-stop--0{--cx: 24%;--vy: 54%}.med-stop--1{--cx: 30%;--vy: 47%}.med-stop--2{--cx: 64%;--vy: 50%}.med-stop--3{--cx: 31%;--vy: 52%}.med-stop--4{--cx: 64%;--vy: 50%}.med-kicker{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--verde-cappero);margin-bottom:14px}.med-n{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex:0 0 26px;border-radius:50%;border:1.5px solid var(--oro-eoliano);color:var(--nero-sciara);font-family:var(--serif);font-size:13px;font-weight:600;letter-spacing:0}.med-stop-card__title{font-family:var(--serif);font-weight:500;font-size:clamp(24px,2.4vw,34px);line-height:1.14;margin-bottom:14px;text-wrap:balance;color:var(--nero-sciara)}.med-stop-card__body{font-size:clamp(15px,1.15vw,17px);line-height:1.65;color:#2b2521db}.med-quote{font-family:var(--serif);font-style:italic;font-size:clamp(17px,1.3vw,20px);color:var(--rosso-malvasia);line-height:1.45;border-left:2px solid var(--oro-eoliano);padding-left:14px;margin:16px 0 14px}.med-meta-row{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(43,37,33,.18);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blu-tirreno)}.med-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.med-chips span{font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--nero-sciara);background:#d8cfc273;border:1px solid rgba(94,111,79,.45);border-radius:999px;padding:5px 12px}.med-chips-label{font-size:10px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--oro-eoliano);margin-top:18px}.med-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:22px}.med-btn-primary{font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:.14em;text-transform:uppercase;background:var(--verde-cappero);color:var(--bianco-calce);border:1.5px solid var(--verde-cappero);border-radius:999px;padding:14px 28px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .25s,transform .25s}.med-btn-primary:hover{background:#4d5c41;transform:translateY(-1px)}.med-link-secondary{font-size:14px;font-weight:600;color:var(--blu-tirreno);text-decoration:none;border-bottom:1.5px solid var(--oro-eoliano);padding-bottom:2px}.med-card-footer{margin-top:20px;font-family:var(--serif);font-style:italic;font-size:14px;color:#2b252199}@keyframes med-drift{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,7px)}}.med-hint{position:fixed;bottom:30px;left:50%;z-index:40;transform:translate(-50%);animation:med-drift 2.6s ease-in-out infinite;transition:opacity .5s;pointer-events:none}.med-hint[data-hidden="1"]{opacity:0}.med-hint__inner{display:flex;align-items:center;gap:10px;background:#f2eee7e6;backdrop-filter:blur(6px);border:1.5px solid var(--nero-sciara);border-radius:999px;padding:11px 22px;font-family:var(--serif);font-style:italic;font-size:16px;color:var(--nero-sciara)}.med-hint__inner svg{color:var(--oro-eoliano)}@media(max-width:760px){.med-sunset{--world-w: 178vw;--cam-anchor: .64}.med-sunset #cartouche{transform-box:fill-box;transform-origin:center;transform:translate(200px,-6px) scale(1.15)}.med-stop-card{left:50%!important;top:7vh;transform:translate(-50%) translateY(26px);width:min(88vw,430px);max-height:56vh;padding:18px 20px}.med-stop-card[data-visible="1"]{transform:translate(-50%) translateY(0)}.med-stop-card__title{font-size:21px;margin-bottom:10px}.med-stop-card__body{font-size:13px;line-height:1.5}.med-quote{font-size:14.5px;margin:12px 0 10px;padding-left:12px}.med-kicker{font-size:10px;margin-bottom:10px;letter-spacing:.24em}.med-n{width:22px;height:22px;flex:0 0 22px;font-size:12px}.med-chips{gap:5px;margin-top:10px}.med-chips span{font-size:10.5px;padding:3px 9px}.med-chips-label{margin-top:12px}.med-meta-row{margin-top:12px;padding-top:10px;font-size:11px;gap:6px 14px}.med-cta-row{margin-top:14px;gap:12px}.med-btn-primary{padding:11px 20px;font-size:12.5px}.med-card-footer{margin-top:12px;font-size:12.5px}.med-hint__inner{font-size:14px;padding:9px 18px}}@media(prefers-reduced-motion:reduce){.med-hint{animation:none}.med-stop-card{transition:opacity .3s}}
