/* /assets/css/reset.css */
*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}a{text-decoration:none}button{cursor:pointer}

/* Respect hidden even when component styles set display:flex/grid. */
[hidden]{display:none!important}

/* /assets/css/variables.css */
:root{--bg:#f6f8fb;--surface:#ffffff;--surface-2:#f1f5f8;--surface-3:#fbfcfd;--surface-glass:rgba(255,255,255,.92);--text:#172033;--muted:#697386;--line:#e1e7ee;--line-strong:#cbd5df;--brand:#075b8f;--brand-dark:#043f65;--brand-light:#e9f4fa;--accent:#0a9bc2;--sea:#087fb3;--forest:#177a52;--italy-red:#c92b36;--danger:#b4232c;--success:#177a52;--warning:#996b05;--max:1440px;--radius:14px;--radius-lg:20px;--radius-xl:28px;--shadow-xs:0 2px 8px rgba(17,36,54,.04);--shadow:0 10px 30px rgba(17,36,54,.08);--shadow-sm:0 4px 14px rgba(17,36,54,.06);--shadow-lg:0 24px 70px rgba(17,36,54,.14);--focus:0 0 0 4px rgba(10,155,194,.18);--control-height:50px;--transition-fast:130ms cubic-bezier(.2,.8,.2,1);--transition:180ms cubic-bezier(.2,.8,.2,1);--transition-slow:360ms cubic-bezier(.2,.8,.2,1)}

/* /assets/css/global.css */
html{scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:focus-within{scroll-behavior:smooth}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.06;letter-spacing:-.028em;margin:.15rem 0 .8rem;text-wrap:balance;color:var(--text)}h1{font-size:clamp(2.65rem,5.5vw,5.15rem);max-width:920px}h2{font-size:clamp(1.9rem,3.25vw,3rem)}h3{font-size:clamp(1.2rem,1.8vw,1.42rem)}p{margin:.4rem 0 1rem}.eyebrow{font-size:.74rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted);font-weight:850}.muted{color:var(--muted)}a,button,input,select,textarea{transition:border-color var(--transition),box-shadow var(--transition),background var(--transition),color var(--transition),opacity var(--transition),transform var(--transition)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(10,155,194,.32);outline-offset:3px}label{display:grid;gap:.45rem;font-weight:700}input:not([type="checkbox"]):not([type="radio"]),textarea,select{width:100%;min-height:var(--control-height);border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;padding:.78rem .9rem;font:inherit;box-shadow:0 1px 0 rgba(6,59,102,.02)}input:not([type="checkbox"]):not([type="radio"]):hover,textarea:hover,select:hover{border-color:var(--line-strong)}input:not([type="checkbox"]):not([type="radio"]):focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:var(--focus);outline:0}input:user-invalid,textarea:user-invalid,select:user-invalid{border-color:var(--danger)}input:disabled,textarea:disabled,select:disabled,button:disabled{opacity:.58;cursor:not-allowed}textarea{min-height:150px;resize:vertical}input[type="checkbox"],input[type="radio"]{appearance:none;-webkit-appearance:none;display:inline-grid;place-content:center;flex:0 0 auto;width:1.18rem;height:1.18rem;min-width:1.18rem!important;min-height:1.18rem!important;margin:0 .42rem 0 0;padding:0;border:1.5px solid var(--line-strong);background:var(--surface);vertical-align:-.16rem;cursor:pointer}input[type="checkbox"]{border-radius:.32rem}input[type="radio"]{border-radius:50%}input[type="checkbox"]::before,input[type="radio"]::before{content:"";width:.62rem;height:.62rem;transform:scale(0);transition:transform 120ms ease;background:var(--brand)}input[type="checkbox"]::before{clip-path:polygon(14% 44%,0 59%,39% 100%,100% 20%,84% 5%,38% 70%);background:#fff}input[type="radio"]::before{border-radius:50%}input[type="checkbox"]:checked{background:var(--brand);border-color:var(--brand)}input[type="radio"]:checked{border-color:var(--brand)}input[type="checkbox"]:checked::before,input[type="radio"]:checked::before{transform:scale(1)}input[type="checkbox"]:hover,input[type="radio"]:hover{border-color:var(--brand)}input[type="checkbox"]:focus-visible,input[type="radio"]:focus-visible{outline:3px solid rgba(10,155,194,.25);outline-offset:2px}.checkbox-row,.radio-row,label:has(> input[type="checkbox"]),label:has(> span > input[type="checkbox"]){font-weight:600}.form-confirm label{cursor:pointer}.form-confirm label>span{display:flex;align-items:flex-start;gap:.4rem}.form-confirm input[type="checkbox"]{pointer-events:auto!important;margin-top:.18rem}.cv-send-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;width:auto!important;min-width:96px!important;max-width:140px!important;white-space:nowrap!important}.cv-send-button svg{display:block!important;flex:0 0 18px!important;width:18px!important;height:18px!important;max-width:18px!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-160%);background:var(--text);color:#fff;padding:.7rem 1rem;border-radius:10px}.skip-link:focus{transform:translateY(0)}::selection{background:var(--brand-light);color:var(--text)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* /assets/css/layout.css */
.container{width:min(calc(100% - 34px),var(--max));margin:0 auto}.section{padding:5rem 0}.hero{padding:6.5rem 0 5rem;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:end}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.filters-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.full{grid-column:1/-1}.stack{display:grid;gap:14px}.split{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:28px}.catalog-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:24px}.map-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:18px}.map-panel{min-height:580px;position:sticky;top:92px}.result-list{display:grid;gap:12px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:2rem}.cta-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.8rem 0;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.prose{max-width:820px}.admin-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px}

/* /assets/css/components.css */
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,249,250,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);box-shadow:0 4px 18px rgba(6,59,102,.04)}.header-inner{min-height:72px;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;flex:0 0 auto;color:var(--text);text-decoration:none}.nav{display:flex;gap:16px;align-items:center;margin-left:auto}.nav a{font-size:.93rem;color:var(--text)}.nav a:hover,.text-link:hover{color:var(--brand)}.nav .button{font-size:.87rem}.language{border-left:1px solid var(--line);padding-left:14px;display:flex;gap:5px}.lang-btn{border:0;background:transparent;padding:.35rem .4rem;font-size:.8rem;font-weight:800;color:var(--muted)}.lang-btn.active{color:var(--brand);text-decoration:underline}.menu-button{display:none;border:1px solid var(--line);background:var(--surface);padding:.5rem .65rem;border-radius:6px}.mobile-nav{display:none;padding:0 0 1rem}.mobile-nav.open{display:grid;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--text);padding:.75rem 1rem;border-radius:6px;font-weight:800;background:transparent;color:var(--text)}.button-primary{background:var(--brand);border-color:var(--brand);color:#fff}.button-primary:hover{background:var(--brand-dark)}.button-secondary{background:transparent}.text-link{font-weight:800;color:var(--text);border-bottom:1px solid currentColor}.hero-search{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;margin-top:2rem;align-items:end}.editorial-card{border-left:3px solid var(--brand);padding:1rem 0 1rem 1.3rem}.editorial-card strong{font-family:Georgia,serif;font-size:2rem;line-height:1.15;display:block}.location-tile,.category-link,.filter-panel,.card,.activity-item,.blog-card,.empty-state,.stats-row,.table-wrap,.notice{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.location-tile,.category-link{padding:1.15rem}.category-list{display:flex;flex-wrap:wrap;gap:10px}.filters-panel{padding:1rem}.filter-panel{padding:18px;position:sticky;top:92px}.filter-group{display:grid;gap:12px;margin-bottom:18px}.filter-actions{display:flex;gap:8px}.result-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.activity-item{display:grid;grid-template-columns:210px minmax(0,1fr) auto;gap:18px;padding:14px}.media-placeholder{background:var(--surface-2);aspect-ratio:4/3;display:grid;place-items:center;color:var(--muted);font-weight:800;overflow:hidden}.media-placeholder img{width:100%;height:100%;object-fit:cover}.badge{display:inline-flex;align-items:center;border:1px solid var(--line);padding:.2rem .5rem;border-radius:999px;font-size:.75rem;font-weight:800}.badge-verified{border-color:#9bb7a8;color:var(--forest);background:#eef4f0}.meta-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted);font-size:.9rem}.card{padding:18px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.blog-card{overflow:hidden}.blog-card .body{padding:16px}.article-hero{padding:5rem 0 2rem}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.footer{border-top:1px solid var(--line);padding:3rem 0;color:var(--muted);margin-top:4rem}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}.footer a{color:inherit}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;min-width:720px}.table-wrap th,.table-wrap td{padding:.75rem;border-bottom:1px solid var(--line);text-align:left}.toast{position:fixed;right:16px;bottom:16px;z-index:200;background:var(--text);color:#fff;padding:.9rem 1rem;border-radius:6px;box-shadow:var(--shadow)}.notice{padding:16px}.tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);margin-bottom:18px}.tab{padding:.7rem .8rem;border:0;background:transparent;border-bottom:2px solid transparent}.tab.active{border-color:var(--brand);font-weight:800}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{padding:18px;background:var(--surface);border:1px solid var(--line)}.stat strong{font-size:2rem;font-family:Georgia,serif}.leaflet-container{width:100%;height:100%;min-height:580px;border:1px solid var(--line);border-radius:var(--radius)}.map-card{display:grid;gap:12px}.chip-row{display:flex;flex-wrap:wrap;gap:7px}.chip{border:1px solid var(--line);padding:.32rem .55rem;border-radius:999px;font-size:.8rem}.small{font-size:.88rem}.danger{color:#9a2e2e}.success{color:#2f6a49}

.cv-cluster-wrap{background:transparent!important;border:0!important}.cv-cluster{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--brand-dark);color:#fff;font-weight:800;border:3px solid rgba(255,255,255,.92);box-shadow:0 4px 16px rgba(0,0,0,.18)}.cv-cluster span{font-size:15px}.cv-cluster-wrap:focus{outline:2px solid var(--accent);outline-offset:2px}

.brand-logo{display:block;width:auto;height:58px;max-width:245px;object-fit:contain}.footer-logo{display:block;width:min(280px,100%);height:auto;margin-bottom:1rem}.footer-brand-copy{max-width:340px}.footer-contact{display:grid;gap:.5rem;margin-top:1rem}.footer-contact a{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);font-weight:700}.social-links{display:flex;gap:10px;align-items:center;margin-top:1rem}.social-link{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);color:var(--brand);transition:transform .18s ease,border-color .18s ease,background .18s ease}.social-link:hover{transform:translateY(-2px);border-color:var(--brand);background:var(--brand-light)}.social-link svg{display:block;width:21px;height:21px;fill:currentColor;flex:0 0 auto}.social-link .whatsapp-icon{width:22px;height:22px}.whatsapp-float{position:fixed;right:20px;bottom:max(20px,env(safe-area-inset-bottom));z-index:190;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;box-shadow:0 10px 30px rgba(16,55,39,.22);transition:transform .18s ease,box-shadow .18s ease}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(16,55,39,.28)}.whatsapp-float svg{display:block;width:31px;height:31px;fill:currentColor;flex:0 0 auto}.whatsapp-float:focus-visible,.social-link:focus-visible{outline:3px solid rgba(37,211,102,.35);outline-offset:3px}.contact-card{display:flex;gap:14px;align-items:flex-start}.contact-card svg{flex:0 0 auto;width:24px;height:24px;color:var(--brand);fill:currentColor}.footer strong{color:var(--text)}.button-primary{box-shadow:0 5px 14px rgba(7,91,143,.14)}.editorial-card{border-left-color:var(--accent)}

/* Il logo nel footer deve mantenere esattamente i colori originali di assets/Logo.png. */
.footer .footer-logo{filter:none!important;opacity:1!important;mix-blend-mode:normal!important}

/* /assets/css/responsive.css */
@import url('/assets/css/portal-refresh.css');
@media(max-width:1180px){.hero-grid,.split,.catalog-layout,.map-layout{grid-template-columns:1fr}.map-panel,.filter-panel{position:static}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-search{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.activity-item{grid-template-columns:150px minmax(0,1fr)}.article-layout{grid-template-columns:minmax(0,1fr)}}
.cv-header .header-inner{flex-wrap:nowrap;gap:20px;min-height:82px}.cv-header .brand-logo{width:182px;max-width:100%;height:auto}.primary-nav{display:flex;align-items:center;gap:18px;margin-left:auto;white-space:nowrap}.primary-nav a{font-size:.92rem;font-weight:650;color:var(--text)}.primary-mobile>a{color:var(--text)}.primary-nav a[aria-current="page"],.primary-mobile a[aria-current="page"]{color:var(--brand);text-decoration:none;box-shadow:inset 0 -2px var(--accent)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.header-language select{width:70px;padding:8px 6px;font-size:.8rem;border:1px solid var(--line);background:var(--surface);border-radius:10px}.guest-actions{display:flex;align-items:center;gap:12px;white-space:nowrap;font-size:.88rem}.guest-actions .button{padding:8px 12px}.account-menu{position:relative}.account-menu summary{cursor:pointer;font-weight:750;border:1px solid var(--line);border-radius:10px;padding:9px 14px;white-space:nowrap;background:var(--surface)}.account-links{position:absolute;right:0;top:calc(100% + 10px);min-width:230px;padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);display:grid;gap:3px}.account-links a,.account-links button{display:block;text-align:left;padding:10px 12px;border:0;border-radius:9px;background:transparent;color:var(--text);font:inherit;white-space:nowrap}.account-links a:hover,.account-links button:hover{background:var(--surface-2)}.cv-header .menu-button{display:none}.primary-mobile{display:none}
/* Admin: keep the navigation compact and independent from wide Blog/SEO content. */
.admin-layout{align-items:start;min-width:0}.admin-layout>aside{position:sticky;top:98px;align-self:start;min-width:0;max-width:220px}.admin-layout>aside .button{width:100%;min-width:0;justify-content:flex-start;text-align:left;white-space:normal}.admin-layout>section,#admin-content{min-width:0;max-width:100%}#admin-content .table-wrap,#admin-content .result-list,#admin-content .card{max-width:100%}#admin-content input,#admin-content select,#admin-content textarea{max-width:100%}
@media(max-width:1180px){.admin-layout{grid-template-columns:1fr;gap:18px}.admin-layout>aside{position:static;display:flex!important;max-width:100%;width:100%;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;padding:10px!important;scrollbar-width:thin}.admin-layout>aside .button{width:auto;flex:0 0 auto;white-space:nowrap;justify-content:center;padding:.65rem .85rem}.admin-layout>section{width:100%;overflow:hidden}}
@media(max-width:1180px){.cv-header .primary-nav,.cv-header .desktop-account{display:none}.cv-header .menu-button{display:block;margin-left:0}.cv-header .header-inner{gap:10px}.primary-mobile{display:grid;gap:4px;padding-top:10px;padding-bottom:16px;max-height:calc(100dvh - 84px);overflow-y:auto}.primary-mobile>a{padding:11px 4px;border-radius:8px}.primary-mobile>a:hover{background:var(--surface-2)}.primary-mobile .guest-actions{border-top:1px solid var(--line);padding-top:12px;flex-wrap:wrap}.primary-mobile .account-menu{border-top:1px solid var(--line);padding-top:12px}.primary-mobile .account-links{position:static;box-shadow:none;margin-top:8px;min-width:0}.primary-mobile .account-menu summary{padding:10px}}
@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--max))}.section{padding:3.75rem 0}.grid-4,.grid-3,.grid-2,.card-grid,.filters-grid,.form-grid{grid-template-columns:1fr}.hero-search{grid-template-columns:1fr}.section-heading,.cta-band,.result-toolbar{display:grid;gap:14px}.activity-item{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero{padding-top:4.5rem}.hero-grid{gap:2rem}.article-hero{padding-top:3.75rem}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.filter-actions,.form-actions{display:grid;grid-template-columns:1fr}.filter-actions .button,.form-actions .button,.form-actions a.button{width:100%}.whatsapp-float{width:54px;height:54px;right:14px;bottom:max(14px,env(safe-area-inset-bottom))}.admin-layout>aside{margin-inline:-2px;width:calc(100% + 4px)}#admin-content .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.container{width:min(calc(100% - 22px),var(--max))}.cv-header .brand-logo{width:142px}.cv-header .header-actions{gap:6px}.cv-header .header-inner{min-height:72px}.header-language select{width:58px;padding-inline:3px}.menu-button{padding:.5rem .6rem}h1{font-size:clamp(2.35rem,12vw,3.4rem)}h2{font-size:clamp(1.75rem,8vw,2.35rem)}.card,.notice,.filter-panel{padding:15px}.footer-logo{width:220px}.editorial-card strong{font-size:1.55rem}#admin-content .stat-grid{grid-template-columns:1fr 1fr}.admin-layout>aside .button{padding:.58rem .72rem;font-size:.84rem}}

/* /assets/css/reference-replica.css */
/* CalabriaVera reference replica — 2026-09-01 */
:root{--cv-navy:#022d4d;--cv-navy2:#062844;--cv-gold:#ffb703;--cv-blue:#0f62d8;--cv-ink:#14202b;--cv-muted:#74808a;--cv-line:#e8edf1;--cv-surface:#fff;--cv-bg:#f7f9fb;--cv-shadow:0 14px 40px rgba(7,38,61,.10)}
html{scroll-behavior:smooth}body{background:#fff;color:var(--cv-ink)}
.site-header.cv-header{background:linear-gradient(90deg,#022d4d,#062844)!important;border:0!important;box-shadow:none!important;position:relative;z-index:80}.cv-header .header-inner{min-height:68px!important}.cv-header .brand-logo{width:180px!important;height:52px!important;object-fit:contain!important;object-position:left center!important;filter:none!important}.cv-header .primary-nav{gap:28px!important}.cv-header .primary-nav a{color:#fff!important;font-size:14px!important;font-weight:700!important;opacity:1!important;padding:24px 0 20px!important;position:relative}.cv-header .primary-nav a[aria-current="page"]:after{content:"";position:absolute;height:3px;border-radius:3px;background:var(--cv-gold);left:0;right:0;bottom:7px}.cv-header .header-actions{gap:10px!important}.cv-header .header-language select{color:#fff!important;background:transparent!important;border:0!important;font-weight:800!important}.cv-header .guest-actions a.button{background:var(--cv-gold)!important;color:#102538!important;border:0!important;border-radius:8px!important;padding:11px 18px!important;font-weight:800!important}.cv-header .guest-actions>a:not(.button){display:none!important}.cv-header .account-menu summary{color:#fff!important;border-color:rgba(255,255,255,.25)!important}.cv-header .menu-button{color:#fff!important;border-color:rgba(255,255,255,.28)!important}

/* screenshot-like fixed WhatsApp */
.whatsapp-float{position:fixed!important;right:22px!important;bottom:22px!important;width:58px!important;height:58px!important;border-radius:50%!important;background:#25d366!important;display:grid!important;place-items:center!important;z-index:999!important;box-shadow:0 10px 28px rgba(19,122,71,.35)!important}.whatsapp-float svg{width:29px!important;height:29px!important;fill:#fff!important}

/* HOME */
body[data-page="home"] .cv-home-hero{min-height:440px!important;background-image:linear-gradient(90deg,rgba(1,39,67,.75),rgba(1,39,67,.18) 58%,rgba(1,39,67,.02)),url('https://images.unsplash.com/photo-1533105079780-92b9be482077?auto=format&fit=crop&w=2000&q=92')!important;background-position:center 49%!important}.cv-home-hero__shade{background:linear-gradient(90deg,rgba(2,45,77,.70),rgba(2,45,77,.28) 52%,rgba(2,45,77,.03))!important}.cv-home-hero__content{padding-top:36px!important}.cv-home-hero__mark{width:365px!important;max-height:128px!important}.cv-home-hero h1{font-size:46px!important;max-width:760px!important}.cv-home-hero p{font-size:18px!important;max-width:650px!important}.cv-destination-card{right:4.7vw!important;bottom:44px!important;width:285px!important;border-radius:22px!important}.cv-searchbar{max-width:1320px!important;min-height:92px!important;margin-top:-44px!important;border-radius:20px!important}.cv-categories{max-width:1400px!important}.cv-card-grid{gap:14px!important}.cv-experience-card{height:210px!important}

/* PUBLIC LIST / EXPLORE */
body[data-page="catalog"],body[data-page="map"],body[data-page="blog"]{background:#fff}.section.container{max-width:1440px!important}.catalog-layout{display:grid!important;grid-template-columns:260px 1fr!important;gap:28px!important;align-items:start!important}.catalog-layout>.filter-panel{position:sticky;top:22px;background:#fff!important;border:1px solid var(--cv-line)!important;border-radius:12px!important;padding:18px!important;box-shadow:0 8px 26px rgba(10,43,64,.06)!important}.filter-panel .stack{gap:15px!important}.filter-panel label{font-size:12px!important;font-weight:800!important;color:#33414d!important}.filter-panel input,.filter-panel select{margin-top:6px!important;border:1px solid #dfe5e9!important;border-radius:8px!important;min-height:42px!important;background:#fff!important}.filter-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.filter-actions .button-primary{background:var(--cv-navy)!important;border-color:var(--cv-navy)!important}.result-toolbar{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:14px!important}.result-list{display:grid!important;gap:12px!important}.activity-item{display:grid!important;grid-template-columns:150px 1fr auto!important;gap:18px!important;align-items:center!important;background:#fff!important;border:1px solid var(--cv-line)!important;border-radius:12px!important;padding:12px!important;box-shadow:0 6px 18px rgba(4,42,69,.04)!important}.activity-item .media-placeholder{height:105px!important;border-radius:10px!important;overflow:hidden!important;background:#eaf0f4!important}.activity-item img{width:100%!important;height:100%!important;object-fit:cover!important}.activity-item h3{font-size:17px!important;margin:3px 0 5px!important}.activity-item p{font-size:13px!important;color:var(--cv-muted)!important;margin:0!important}.activity-item .meta-row{font-size:12px!important;color:#64717b!important}.activity-item>.button{align-self:center!important;white-space:nowrap!important}

/* MAP */
body[data-page="map"] .map-layout{grid-template-columns:minmax(0,1.55fr) 380px!important;gap:0!important;border:1px solid var(--cv-line)!important;border-radius:14px!important;overflow:hidden!important;box-shadow:var(--cv-shadow)!important}.leaflet-container{min-height:590px!important;border-radius:0!important}.map-layout>aside{padding:14px!important;background:#fff!important;border-left:1px solid var(--cv-line)!important}.map-layout>aside .filter-panel{box-shadow:none!important;border:0!important;padding:0!important}.map-layout>aside #map-results{max-height:390px!important;overflow:auto!important}

/* BLOG */
body[data-page="blog"] .article-hero{max-width:none!important;background:linear-gradient(90deg,rgba(2,45,77,.90),rgba(2,45,77,.42)),url('https://images.unsplash.com/photo-1533105079780-92b9be482077?auto=format&fit=crop&w=2000&q=90') center 46%/cover no-repeat!important;color:#fff!important;padding:52px max(6vw,72px)!important;margin:0!important;min-height:185px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.article-hero h1{color:#fff!important;font-size:38px!important;margin:4px 0 8px!important}.article-hero .prose{color:#eaf4fb!important}.article-hero .eyebrow{color:#fff!important;opacity:.88!important}.card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.card-grid .card{border-radius:14px!important;border:1px solid var(--cv-line)!important;overflow:hidden!important;box-shadow:0 8px 22px rgba(8,40,61,.07)!important;background:#fff!important}

/* ADMIN screenshot styling */
body[data-page^="admin-"]{background:#f7f9fb!important}body[data-page^="admin-"] .cv-header{min-height:68px!important}body[data-page^="admin-"] .primary-nav{display:none!important}body[data-page^="admin-"] .guest-actions{display:none!important}body[data-page^="admin-"] #main-content>.section.container{max-width:none!important;padding:0!important;margin:0!important}body[data-page^="admin-"] #admin-root>.section-heading{display:none!important}body[data-page^="admin-"] .admin-layout{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;gap:0!important;min-height:calc(100vh - 68px)!important}body[data-page^="admin-"] .admin-layout>aside{border:0!important;border-radius:0!important;background:#032f50!important;padding:18px 10px!important;box-shadow:none!important}body[data-page^="admin-"] .admin-layout>aside a.button{justify-content:flex-start!important;text-align:left!important;background:transparent!important;border:0!important;color:#fff!important;border-radius:7px!important;padding:12px 14px!important;font-weight:650!important}body[data-page^="admin-"] .admin-layout>aside a.button-primary{background:rgba(255,255,255,.14)!important}body[data-page^="admin-"] .admin-layout>section{padding:28px 34px!important}body[data-page^="admin-"] #admin-content{max-width:1220px!important;margin:0 auto!important}body[data-page^="admin-"] #admin-content h2{font-size:26px!important}body[data-page^="admin-"] .stat-grid{grid-template-columns:repeat(4,1fr)!important;gap:12px!important}body[data-page^="admin-"] .stat{background:#fff!important;border:1px solid var(--cv-line)!important;border-radius:10px!important;padding:18px!important;box-shadow:0 5px 18px rgba(7,38,61,.04)!important}body[data-page^="admin-"] .stat strong{font-size:29px!important;color:#152333!important}body[data-page^="admin-"] .card{border-radius:10px!important;border:1px solid var(--cv-line)!important;box-shadow:0 5px 18px rgba(7,38,61,.04)!important}

/* footer quieter like captures */
body[data-page="catalog"] .footer,body[data-page="map"] .footer,body[data-page="blog"] .footer,body[data-page^="admin-"] .footer{margin-top:40px!important}body[data-page^="admin-"] .footer{display:none!important}

@media(max-width:1000px){.catalog-layout{grid-template-columns:1fr!important}.catalog-layout>.filter-panel{position:relative!important;top:auto!important}.map-layout{grid-template-columns:1fr!important}.map-layout>aside{border-left:0!important;border-top:1px solid var(--cv-line)!important}.card-grid{grid-template-columns:1fr 1fr!important}body[data-page^="admin-"] .admin-layout{grid-template-columns:1fr!important}body[data-page^="admin-"] .admin-layout>aside{display:flex!important;overflow:auto!important}body[data-page^="admin-"] .admin-layout>aside a.button{white-space:nowrap!important}.activity-item{grid-template-columns:110px 1fr!important}.activity-item>.button{grid-column:2!important;justify-self:start!important}}
@media(max-width:680px){.cv-header .brand-logo{width:145px!important}.cv-home-hero h1{font-size:36px!important}.cv-home-hero__mark{width:280px!important}.card-grid{grid-template-columns:1fr!important}.activity-item{grid-template-columns:1fr!important}.activity-item .media-placeholder{height:180px!important}.activity-item>.button{grid-column:auto!important}body[data-page^="admin-"] .admin-layout>section{padding:20px 14px!important}body[data-page^="admin-"] .stat-grid{grid-template-columns:1fr 1fr!important}}

/* /assets/css/map-clean.css */
/* Mappa CalabriaVera: sidebar compatta con filtri e risultati navigabili.
   I risultati restano sincronizzati con marker e popup, evitando lo spazio vuoto. */
html body[data-page="map"]{--cv-map-panel:320px}
html body[data-page="map"] .map-layout #map-results{display:grid!important}
html body[data-page="map"] .map-layout>aside{overflow:hidden!important}
html body[data-page="map"] .map-layout .filter-panel{border-bottom:1px solid #edf1f4!important}
html body[data-page="map"] .map-layout{min-height:680px!important}
@media(max-width:980px){
  html body[data-page="map"] .map-layout>aside{max-height:none!important;overflow:visible!important}
  html body[data-page="map"] .map-layout #map-results{display:grid!important;max-height:420px!important;overflow:auto!important}
}

/* /assets/css/figma-modern.css */
/* CalabriaVera — Modern Travel / Local Discovery design system */
:root{
  --cv-navy:#082f49;--cv-navy-2:#0b3a5d;--cv-blue:#075b8f;--cv-cyan:#0a9bc2;--cv-gold:#f5b82e;
  --cv-ink:#17212b;--cv-muted:#64748b;--cv-bg:#f7f9fb;--cv-surface:#fff;--cv-line:#e7edf2;
  --cv-radius:18px;--cv-radius-lg:28px;--cv-shadow:0 18px 50px rgba(15,42,61,.10);--cv-shadow-sm:0 8px 24px rgba(15,42,61,.07);
}
html{background:var(--cv-bg)}body{background:var(--cv-bg);color:var(--cv-ink);font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}
.container{width:min(calc(100% - 42px),1280px)}
.section{padding:4.5rem 0}.section-heading{margin-bottom:1.55rem}.section-heading h1,.section-heading h2{letter-spacing:-.035em}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;font-weight:850;color:#cc8a00}
h1,h2,h3{letter-spacing:-.028em}h1{font-size:clamp(2.65rem,5.5vw,5rem);line-height:.98}h2{font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.05}p{line-height:1.65}.muted{color:var(--cv-muted)!important}

/* Header */
.site-header.cv-header{background:rgba(8,47,73,.94)!important;border-bottom:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important;backdrop-filter:blur(18px) saturate(150%)}
.cv-header .header-inner{min-height:76px}.cv-header .brand-logo{width:190px;filter:brightness(0) invert(1);object-fit:contain}.primary-nav a,.primary-mobile>a{color:rgba(255,255,255,.88)!important;font-weight:700!important;padding:1.65rem .25rem 1.45rem;border-radius:0!important;box-shadow:none!important}.primary-nav a:hover{color:#fff!important;transform:none!important}.primary-nav a[aria-current="page"]{color:#fff!important;box-shadow:inset 0 -3px var(--cv-gold)!important}.header-language select{background:rgba(255,255,255,.1)!important;color:#fff!important;border-color:rgba(255,255,255,.2)!important}.header-language select option{color:#111}.guest-actions a:not(.button){color:#fff!important}.guest-actions .button,.account-menu summary{border-color:rgba(255,255,255,.22)!important;color:#fff!important;background:rgba(255,255,255,.08)!important}.guest-actions .button:hover,.account-menu summary:hover{background:rgba(255,255,255,.15)!important}.menu-button{color:#fff!important;border-color:rgba(255,255,255,.25)!important;background:rgba(255,255,255,.08)!important}
.account-links{border:0!important;border-radius:16px!important;box-shadow:0 22px 60px rgba(7,25,38,.22)!important;padding:9px!important}.account-links a,.account-links button{border-radius:10px!important}

/* Home hero inspired by approved mockup */
body[data-page="home"] .hero{min-height:620px;padding:7.5rem 0 8.5rem;border:0;color:#fff;display:flex;align-items:center;background:linear-gradient(90deg,rgba(4,35,57,.88) 0%,rgba(4,35,57,.66) 44%,rgba(4,35,57,.18) 78%),linear-gradient(180deg,rgba(4,35,57,.08),rgba(4,35,57,.22)),url('/assets/images/social-calabriavera.jpg') center/cover no-repeat}
body[data-page="home"] .hero::before{background:radial-gradient(circle at 76% 20%,rgba(255,255,255,.14),transparent 24%)}
body[data-page="home"] .hero-grid{grid-template-columns:minmax(0,760px) 1fr;align-items:center;gap:3rem}
body[data-page="home"] .hero h1{color:#fff;max-width:760px;text-shadow:0 4px 30px rgba(0,0,0,.2)}body[data-page="home"] .hero p{color:rgba(255,255,255,.88)}
body[data-page="home"] .hero .eyebrow{display:inline-flex;align-items:center;gap:.45rem;color:#fff;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);padding:.55rem .8rem;border-radius:999px;text-transform:none;letter-spacing:0;font-size:.82rem}
body[data-page="home"] .editorial-card{justify-self:end;max-width:320px;padding:1.25rem!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:22px;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(18px);color:var(--cv-ink);box-shadow:0 20px 55px rgba(7,25,38,.25)}body[data-page="home"] .editorial-card .eyebrow{color:var(--cv-blue);background:#eef6fb;border-color:#d6e7f0}body[data-page="home"] .editorial-card strong{font-family:inherit;font-size:1.55rem;letter-spacing:-.03em}body[data-page="home"] .editorial-card p{color:var(--cv-muted)}
body[data-page="home"] .hero-search{position:absolute;z-index:5;left:50%;bottom:-50px;transform:translateX(-50%);width:min(calc(100% - 42px),1160px);grid-template-columns:1.15fr 1fr auto;gap:0;padding:12px;border-radius:18px;background:#fff;box-shadow:0 20px 60px rgba(10,32,47,.20);color:var(--cv-ink)}body[data-page="home"] .hero-search label{padding:.35rem 1rem;border-right:1px solid var(--cv-line);font-size:.78rem;color:var(--cv-muted)}body[data-page="home"] .hero-search input{border:0!important;box-shadow:none!important;padding:.5rem 0!important;font-size:.98rem;background:transparent!important}body[data-page="home"] .hero-search .button{min-width:145px;border-radius:13px!important;margin-left:10px}
body[data-page="home"] .hero+.section{padding-top:7rem}

/* Cards / tiles */
.card,.activity-item,.blog-card,.filter-panel,.notice,.table-wrap,.stat,.location-tile,.category-link{border:1px solid var(--cv-line)!important;border-radius:var(--cv-radius)!important;background:var(--cv-surface)!important;box-shadow:0 1px 0 rgba(15,42,61,.02)}
.card,.activity-item,.blog-card{box-shadow:var(--cv-shadow-sm)!important}.card:hover,.activity-item:hover,.blog-card:hover{box-shadow:var(--cv-shadow)!important;border-color:#d8e4eb!important}
.location-tile,.category-link{min-height:72px;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:780;text-decoration:none;color:var(--cv-ink)!important;background:linear-gradient(180deg,#fff,#fbfcfd)!important}.location-tile:hover,.category-link:hover{background:#fff!important;transform:translateY(-3px)!important}
.category-list{gap:12px}.category-link{border-radius:14px!important;padding:1rem 1.25rem!important}

/* Buttons */
.button{border-radius:12px!important;padding:.78rem 1.08rem!important;font-weight:800!important;border-color:#cad6de!important}.button-primary{background:var(--cv-blue)!important;border-color:var(--cv-blue)!important;color:#fff!important;box-shadow:0 10px 24px rgba(7,91,143,.18)!important}.button-primary:hover{background:#064d79!important;box-shadow:0 14px 30px rgba(7,91,143,.24)!important}.button-secondary{background:#fff!important;color:var(--cv-ink)!important}.button-secondary:hover{background:#f7fafc!important}.text-link{border:0!important;color:var(--cv-blue)!important;text-decoration:none!important}.text-link:hover{text-decoration:underline!important;text-underline-offset:4px}

/* Forms */
input,select,textarea{border:1px solid #d8e2e8!important;border-radius:12px!important;background:#fff!important;padding:.78rem .9rem!important}.form-grid,.stack{gap:14px!important}.form-section{border:1px solid var(--cv-line)!important;border-radius:22px!important;box-shadow:var(--cv-shadow-sm)!important;background:#fff!important}.form-section-title{border-bottom-color:var(--cv-line)!important}.filter-panel{padding:20px!important;box-shadow:var(--cv-shadow-sm)!important}.filter-actions{background:linear-gradient(180deg,rgba(255,255,255,0),#fff 30%)!important}

/* Catalog */
body[data-page="catalog"] main>.section{padding-top:3.5rem}.catalog-layout{grid-template-columns:300px minmax(0,1fr);gap:24px}.result-toolbar{padding:12px 0 15px;border-bottom:1px solid var(--cv-line)!important}.activity-item{grid-template-columns:190px minmax(0,1fr) auto;padding:14px!important;overflow:hidden}.activity-item .media-placeholder{border-radius:13px}.badge{border-color:#dce5ea!important;background:#f7fafb;padding:.28rem .58rem!important}

/* Map */
.map-panel,.leaflet-container{border-radius:22px!important;overflow:hidden;box-shadow:var(--cv-shadow)!important;border-color:#dce5ea!important}.map-layout{gap:22px}

/* Blog */
.blog-card{overflow:hidden!important}.blog-card .body{padding:20px!important}.article-hero{background:linear-gradient(180deg,#edf6fb,transparent);padding-top:4.5rem!important}.article-layout{gap:42px}.prose{font-size:1.03rem}.prose h2{margin-top:2.2rem}.prose img{border-radius:18px;box-shadow:var(--cv-shadow-sm)}

/* Business detail */
.business-google-map{border-radius:24px!important;box-shadow:var(--cv-shadow)!important;border-color:var(--cv-line)!important}.google-map-frame{border-radius:18px!important}.chip{background:#f6fafc!important;border-color:#dce6ec!important}

/* Auth / personal area */
.auth-shell,.profile-shell,.dashboard-shell{max-width:1120px;margin-inline:auto}.auth-card,.dashboard-card{border-radius:24px!important;box-shadow:var(--cv-shadow)!important}.cta-band{border:0!important;border-radius:24px;background:linear-gradient(135deg,var(--cv-navy),var(--cv-blue));color:#fff;padding:2rem 2.2rem!important;box-shadow:var(--cv-shadow)}.cta-band .eyebrow,.cta-band p{color:#fff}.cta-band .button-secondary{border-color:rgba(255,255,255,.4)!important}

/* Admin: one cohesive app */
body[data-page^="admin-"]{background:#f3f6f8}body[data-page^="admin-"] main>.section{padding-top:2.2rem}.admin-layout{grid-template-columns:240px minmax(0,1fr);gap:22px;align-items:start}.admin-layout>aside{position:sticky;top:96px;padding:10px!important;border-radius:18px!important;box-shadow:var(--cv-shadow-sm)!important;background:#fff!important;gap:4px!important}.admin-layout>aside .button{justify-content:flex-start;width:100%;padding:.68rem .82rem!important;border:0!important;box-shadow:none!important;background:transparent!important;color:#52616d!important;border-radius:10px!important}.admin-layout>aside .button:hover{background:#f1f6f9!important;color:var(--cv-blue)!important;transform:none!important}.admin-layout>aside .button-primary{background:#eaf4f9!important;color:var(--cv-blue)!important;font-weight:850!important}.admin-layout>section{min-width:0}.admin-layout #admin-content>.card,.admin-layout #admin-content .card{box-shadow:var(--cv-shadow-sm)!important}.stat-grid{gap:12px}.stat{border-radius:16px!important;padding:18px!important;box-shadow:none!important}.stat strong{font-family:inherit!important;font-size:2rem;letter-spacing:-.04em}.tabs{gap:4px;border-bottom-color:var(--cv-line)!important}.tab{border-radius:10px 10px 0 0!important;padding:.72rem .9rem!important}.tab.active{background:#eef6fa;color:var(--cv-blue);border-color:var(--cv-blue)!important}.table-wrap{box-shadow:var(--cv-shadow-sm)!important}.table-wrap th{background:#f7fafb;color:#52616d;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.table-wrap tr:hover td{background:#fbfdfe}

/* Footer */
.footer{margin-top:5rem;background:#062b45;color:rgba(255,255,255,.72)!important;border:0!important;padding:4rem 0 3rem!important}.footer strong{color:#fff!important}.footer a{color:rgba(255,255,255,.8)!important}.footer a:hover{color:#fff!important}.footer-logo{filter:brightness(0) invert(1)}.social-link{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.15)!important;color:#fff!important}.whatsapp-float{box-shadow:0 16px 34px rgba(8,47,73,.22)!important}

/* Responsive */
@media(max-width:1180px){body[data-page="home"] .hero-grid{grid-template-columns:1fr}.admin-layout{grid-template-columns:1fr}.admin-layout>aside{position:relative;top:auto;display:flex!important;overflow-x:auto;gap:6px!important;scrollbar-width:none}.admin-layout>aside::-webkit-scrollbar{display:none}.admin-layout>aside .button{width:auto!important;white-space:nowrap}.catalog-layout{grid-template-columns:1fr}.filter-panel{position:relative!important;top:auto!important}}
@media(max-width:760px){.container{width:min(calc(100% - 26px),1280px)}.section{padding:3.25rem 0}.cv-header .brand-logo{width:155px}body[data-page="home"] .hero{min-height:560px;padding:5.5rem 0 10rem;background-position:62% center}body[data-page="home"] .editorial-card{display:none}body[data-page="home"] .hero-search{bottom:-96px;width:calc(100% - 24px);grid-template-columns:1fr;padding:10px}body[data-page="home"] .hero-search label{border-right:0;border-bottom:1px solid var(--cv-line);padding:.5rem .7rem}body[data-page="home"] .hero-search .button{margin:8px 0 0;width:100%}body[data-page="home"] .hero+.section{padding-top:8.5rem}.activity-item{grid-template-columns:1fr!important}.stat-grid{grid-template-columns:1fr 1fr}.admin-layout>aside{margin-inline:-2px}.footer{padding-top:3rem!important}}
@media(max-width:480px){h1{font-size:clamp(2.45rem,13vw,3.4rem)}.stat-grid{grid-template-columns:1fr}.category-list{display:grid;grid-template-columns:1fr 1fr}.category-link{padding:.85rem!important}.section-heading{align-items:start}.cta-band{padding:1.5rem!important}}

/* /assets/css/enhancements.css */
.site-header{background:rgba(247,249,250,.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom-color:rgba(185,202,212,.72)}.header-inner{min-height:78px}.brand{display:flex;align-items:center;gap:10px}.hero{background:radial-gradient(circle at 86% 12%,rgba(10,155,194,.13),transparent 30%),radial-gradient(circle at 12% 10%,rgba(7,91,143,.06),transparent 26%),linear-gradient(180deg,#fcfeff 0%,var(--bg) 100%)}.button{min-height:44px;cursor:pointer;border-radius:10px;transition:transform var(--transition),background var(--transition),color var(--transition),box-shadow var(--transition),border-color var(--transition)}.button:not(:disabled):hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.button:active:not(:disabled){transform:translateY(0)}.button-primary{box-shadow:0 8px 20px rgba(7,91,143,.16)}.button-secondary:hover{border-color:var(--brand);color:var(--brand)}.location-tile,.category-link,.card,.activity-item,.blog-card{transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);box-shadow:0 1px 2px rgba(6,59,102,.025)}.location-tile:hover,.category-link:hover,.activity-item:hover,.blog-card:hover,.card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(6,59,102,.085);border-color:var(--line-strong)}.card,.activity-item,.blog-card,.filter-panel,.notice,.table-wrap{border-radius:14px}.auth-shell{padding:2rem 0}.auth-shell>.card{box-shadow:var(--shadow);max-width:760px;margin-inline:auto}.inline-actions,.business-actions{display:flex;gap:8px;flex-wrap:wrap}.empty-state{text-align:center;padding:clamp(2rem,5vw,4rem) 1.25rem;background:var(--surface-3);border:1px dashed var(--line-strong);border-radius:16px}.empty-state h1,.empty-state h2{margin-inline:auto}.notice[role="status"],.form-status{min-height:1.5rem}.field-error{color:var(--danger);font-size:.82rem}.status-approved{color:#246a43;background:#e9f5ee}.status-pending{color:#7a570f;background:#fff4db}.status-rejected,.status-suspended{color:#8c3030;background:#fbeaea}.message{max-width:min(85%,720px);padding:.8rem 1rem;border-radius:14px;background:var(--surface-2);overflow-wrap:anywhere}.message.mine{margin-left:auto;background:#e6f4fa}.message-meta{font-size:.75rem;color:var(--muted)}.table-wrap{box-shadow:var(--shadow-sm)}.table-wrap th{position:sticky;top:0;background:var(--surface-3);z-index:1}.table-wrap td:last-child{text-align:right}.stat{border-radius:14px;box-shadow:0 1px 0 rgba(6,59,102,.03)}.filter-panel{box-shadow:var(--shadow-sm)}.media-placeholder{border-radius:12px}.blog-card .media-placeholder{border-radius:0}.skeleton{position:relative;overflow:hidden;background:var(--surface-2);color:transparent!important;min-height:1em;border-radius:8px}.skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:cv-shimmer 1.4s infinite}@keyframes cv-shimmer{100%{transform:translateX(100%)}}.cookie-banner{max-width:760px;margin:auto;box-shadow:0 18px 50px rgba(5,39,60,.22);border-radius:14px}.cookie-banner .button{flex:1 1 130px;min-width:0}.cookie-banner .button-secondary{color:#122e3c;background:#fff;border-color:#fff}.prose{max-width:78ch}.prose img{max-width:100%;height:auto}.prose h2{font-size:clamp(1.45rem,2.4vw,2rem);margin-top:2.3rem}.prose h3{margin-top:1.8rem}.prose a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.result-list{display:grid;gap:14px}.stack>*+*{margin-top:.9rem}.legal-page{padding-top:clamp(3rem,7vw,6.5rem)}.legal-page>h1{max-width:820px}.legal-updated{display:inline-flex;align-items:center;gap:.45rem;padding:.38rem .65rem;border-radius:999px;background:var(--brand-light);color:var(--brand-dark);font-size:.84rem;font-weight:750}.legal-prose{margin-top:2rem;padding:clamp(1.25rem,3vw,2.5rem);background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm)}.legal-note{margin-top:2rem;padding:1rem 1.1rem;background:var(--surface-2);border-left:3px solid var(--accent);border-radius:0 10px 10px 0;color:var(--muted)}.source-panel{margin-top:2rem;padding:1.15rem 1.2rem;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,var(--surface),var(--surface-3));box-shadow:var(--shadow-sm)}.source-panel strong{display:block;margin-bottom:.35rem}.article-origin{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .55rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-3);font-size:.78rem;font-weight:800;color:var(--muted)}
/* 2026 visual refresh */
body{background:linear-gradient(180deg,#f8fbfc 0,#f3f7f9 28rem,var(--bg) 100%)}.site-header{background:rgba(255,255,255,.88);border-bottom:1px solid rgba(183,203,214,.64);box-shadow:0 8px 28px rgba(6,59,102,.055)}.hero{min-height:min(720px,72vh);display:flex;align-items:center;padding-block:clamp(4.5rem,10vw,8rem);border-bottom:1px solid rgba(216,226,232,.75)}.hero-grid{gap:clamp(2rem,6vw,6rem);align-items:center}.hero p:not(.eyebrow){font-size:clamp(1.05rem,1.7vw,1.22rem);color:var(--muted)}.editorial-card{padding:clamp(1.5rem,3vw,2.3rem);border:1px solid rgba(7,91,143,.12);border-left:4px solid var(--accent);border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(230,244,250,.8));box-shadow:var(--shadow)}.section{padding-block:clamp(4rem,7vw,6.5rem)}.section-heading{align-items:end}.section-heading h2{margin-bottom:0}.card,.activity-item,.blog-card,.location-tile,.category-link,.filter-panel,.notice,.legal-prose{border-color:rgba(184,203,213,.72);box-shadow:0 8px 28px rgba(6,59,102,.055)}.card,.activity-item,.blog-card{overflow:hidden}.card{padding:clamp(1rem,2vw,1.35rem)}.category-link,.location-tile{font-weight:750;text-decoration:none;background:linear-gradient(180deg,#fff,#fbfdfe)}.category-link:hover,.location-tile:hover{color:var(--brand);background:var(--brand-light)}.button{min-height:48px;padding:.78rem 1.12rem;border-radius:12px}.button-primary{background:linear-gradient(135deg,var(--brand),#0879ad);border-color:transparent;box-shadow:0 10px 24px rgba(7,91,143,.2)}.button-primary:hover{background:linear-gradient(135deg,var(--brand-dark),var(--brand))}.filter-panel{padding:clamp(1rem,2vw,1.35rem);background:rgba(255,255,255,.94)}.filter-panel label,.form-grid label,.stack label{font-size:.9rem}.auth-shell>.card{border-radius:var(--radius-xl);padding:clamp(1.25rem,4vw,2.35rem);max-width:720px}.table-wrap{background:var(--surface)}.table-wrap th{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.stat-grid .stat{border-radius:18px;background:linear-gradient(180deg,var(--surface),var(--surface-3));padding:1.2rem}.footer{background:#0d2736;color:#d5e2e8;border-top:0;padding:clamp(3rem,6vw,5rem) 0 2rem}.footer strong{color:#fff}.footer a{color:#dbe8ed}.footer .social-link{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#fff}.footer .social-link:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.3)}.footer-contact a{color:#fff}.whatsapp-float{box-shadow:0 16px 38px rgba(13,76,44,.28)}.badge{padding:.3rem .62rem}.meta-row{gap:10px}.legal-prose{border-radius:var(--radius-lg)}
@media(max-width:760px){.hero{min-height:auto;padding-block:4rem}.button{width:auto}.form-actions>.button,.form-actions>a.button{flex:1 1 150px}.card,.notice{padding:16px}.table-wrap{border-radius:12px;margin-inline:0}.article-hero{padding-top:3.5rem}.message{max-width:94%}.legal-prose{padding:1.15rem;border-radius:14px}.legal-page{padding-top:3rem}.editorial-card{margin-top:.5rem}.section{padding-block:3.5rem}}@media(prefers-reduced-motion:reduce){.skeleton::after{animation:none}}

/* /assets/css/compact-modern.css */
/* CalabriaVera compact modern UI — density pass, September 2026. */
:root{--radius:13px;--radius-lg:18px;--radius-xl:24px;--shadow:0 12px 34px rgba(17,36,54,.075);--shadow-sm:0 5px 16px rgba(17,36,54,.055)}
body{background:linear-gradient(180deg,#f8fafc 0,#f4f7f9 32rem,#f6f8fb 100%)}

/* Header: keep navigation prominent without spending a full viewport band. */
.cv-header .header-inner{min-height:74px!important;gap:18px!important}.cv-header .brand-logo{width:158px!important;max-height:54px!important}.primary-nav{gap:18px!important}.primary-nav a{padding:23px 0 21px!important;font-size:.9rem!important}.primary-nav a::after{bottom:14px!important}.header-actions{gap:8px!important}.guest-actions{gap:8px!important}.guest-actions .button{min-height:38px!important;padding:.48rem .78rem!important}.account-menu summary{padding:8px 12px!important}.header-language select{min-height:36px!important}

/* Hero: compact, high-information and visually layered. */
.hero{padding:clamp(2.8rem,5vw,4.5rem) 0 clamp(3rem,5vw,4.7rem)!important;background:radial-gradient(circle at 84% 14%,rgba(10,155,194,.12),transparent 25%),radial-gradient(circle at 16% 4%,rgba(7,91,143,.06),transparent 24%),linear-gradient(180deg,#fff 0,#f5f9fb 100%)!important}.hero-grid{gap:clamp(1.7rem,3.6vw,3.6rem)!important}.hero h1{font-size:clamp(2.35rem,4vw,3.95rem)!important;max-width:820px}.hero p:not(.eyebrow){margin-bottom:.75rem!important}.hero-search{margin-top:1.35rem!important;padding:8px!important;border-radius:15px!important;box-shadow:0 14px 38px rgba(17,36,54,.08)!important}.hero-search label{padding:0 .3rem!important}.hero-search input{min-height:40px!important}.editorial-card{padding:clamp(1.2rem,2.2vw,1.65rem)!important;border-radius:16px!important;box-shadow:0 12px 34px rgba(17,36,54,.07)!important}.editorial-card strong{font-size:clamp(1.4rem,2.2vw,1.95rem)!important}

/* Global rhythm: remove large dead zones between content blocks. */
.section{padding:clamp(2.55rem,4.2vw,3.9rem) 0!important}.section-heading{margin-bottom:1.05rem!important;gap:1rem!important}.section-heading .eyebrow{margin-bottom:.25rem}.grid-4,.grid-3,.grid-2,.card-grid{gap:12px!important}.stack{gap:12px!important}.location-tile,.category-link{padding:.9rem 1rem!important}.card{padding:clamp(.95rem,1.5vw,1.15rem)!important}.card,.blog-card,.activity-item,.filter-panel,.notice,.table-wrap,.legal-prose,.auth-shell>.card{border-radius:15px!important}.card:hover,.blog-card:hover,.activity-item:hover{box-shadow:0 12px 30px rgba(17,36,54,.075)!important}.cta-band{padding:1.2rem 1.3rem!important;border:1px solid var(--line)!important;border-radius:16px;background:linear-gradient(135deg,#fff,#f6fafc);box-shadow:0 7px 22px rgba(17,36,54,.045)}.cta-band p:last-child{margin-bottom:0}.empty-state{padding:clamp(1.6rem,3vw,2.5rem) 1rem!important}.notice{padding:14px!important}.button{min-height:43px!important;padding:.64rem .92rem!important;border-radius:10px!important}

/* Catalog and map: denser results with less unused vertical area. */
.catalog-layout{grid-template-columns:280px minmax(0,1fr)!important;gap:16px!important}.filter-panel{top:88px!important;padding:14px!important}.filter-group{gap:10px!important;margin-bottom:14px!important}.result-toolbar{min-height:46px!important;padding:5px 0 10px!important;margin-bottom:12px!important}.activity-item{grid-template-columns:176px minmax(0,1fr) auto!important;gap:14px!important;padding:9px!important}.activity-item .media-placeholder{min-height:126px!important}.result-list{gap:10px!important}.map-layout{grid-template-columns:minmax(0,1.5fr) 360px!important;gap:12px!important}.map-panel{top:88px!important;min-height:520px!important}.leaflet-container{min-height:540px!important}.pagination{margin-top:1.35rem!important}

/* Forms, articles and account areas. */
.auth-shell{padding:1.45rem 0!important}.auth-shell>.card{padding:clamp(1.15rem,3vw,1.8rem)!important}.article-hero{padding:clamp(2.5rem,4.5vw,4rem) 0 1.4rem!important}.legal-page{padding-top:clamp(2rem,4vw,3.5rem)!important}.legal-prose{margin-top:1.35rem!important;padding:clamp(1.1rem,2.2vw,1.7rem)!important}.prose h2{margin-top:1.75rem!important}.prose h3{margin-top:1.4rem!important}.source-panel,.legal-note{margin-top:1.4rem!important}.stat-grid{gap:10px!important}.stat-grid .stat{padding:1rem!important}.tabs{margin-bottom:14px!important}

/* Footer should close the page, not create another large empty section. */
.footer{margin-top:2rem!important;padding:2.6rem 0 1.45rem!important}.footer-grid{gap:18px!important}.footer-logo{margin-bottom:.7rem!important}.footer-contact,.social-links{margin-top:.75rem!important}

@media(max-width:1180px){.catalog-layout{grid-template-columns:245px minmax(0,1fr)!important}.cv-header .header-inner{min-height:70px!important}.primary-mobile{max-height:calc(100dvh - 70px)!important}}
@media(max-width:860px){.hero{padding:2.7rem 0 3rem!important}.section{padding:2.45rem 0!important}.catalog-layout{grid-template-columns:1fr!important}.filter-panel{padding:13px!important}.activity-item{grid-template-columns:138px minmax(0,1fr)!important}.leaflet-container{min-height:500px!important}.footer{margin-top:1.5rem!important}}
@media(max-width:640px){.cv-header .header-inner{min-height:66px!important}.cv-header .brand-logo{width:136px!important}.hero{padding:2.25rem 0 2.6rem!important}.hero h1{font-size:clamp(2.15rem,10.7vw,3.05rem)!important}.hero-search{margin-top:1.05rem!important}.section{padding:2.15rem 0!important}.section-heading{margin-bottom:.85rem!important}.cta-band{padding:1rem!important}.card,.notice,.filter-panel{padding:13px!important}.activity-item{grid-template-columns:1fr!important}.activity-item .media-placeholder{min-height:0!important}.leaflet-container{min-height:58vh!important}.auth-shell{padding:1rem 0!important}.article-hero{padding:2.25rem 0 1rem!important}.legal-page{padding-top:2rem!important}.footer{margin-top:1.25rem!important;padding:2.25rem 0 1.25rem!important}}
@media(max-width:420px){.container{width:min(calc(100% - 18px),var(--max))!important}.hero{padding-top:2rem!important}.section{padding:1.95rem 0!important}.button{min-height:42px!important}.whatsapp-float{width:52px!important;height:52px!important}}

/* /assets/css/ux-refine.css */
/* CalabriaVera UX refinement — September 2026 */
:root{--focus-ring:0 0 0 4px rgba(10,155,194,.16);--cv-glass:rgba(255,255,255,.86);--cv-soft:#f5f9fb;--cv-hover:#eef7fa;--cv-ease:cubic-bezier(.2,.72,.2,1)}
html{scroll-padding-top:90px;scroll-behavior:smooth}body{min-height:100dvh}button,input,select,textarea{transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s var(--cv-ease)}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid transparent;box-shadow:var(--focus-ring)}
label:has(#verified),.badge-verified{display:none!important}
.site-header.cv-header{background:rgba(255,255,255,.9)!important;backdrop-filter:blur(18px) saturate(145%);border-bottom:1px solid rgba(203,216,225,.76);box-shadow:0 8px 30px rgba(17,36,54,.045)}.brand-logo{transition:transform .28s var(--cv-ease),filter .28s ease}.brand:hover .brand-logo{transform:translateY(-1px) scale(1.015)}.primary-nav a,.primary-mobile a,.account-links a{border-radius:9px;transition:color .18s ease,background .18s ease,transform .18s var(--cv-ease)}.primary-nav a:hover{transform:translateY(-1px)}.header-language select{border-radius:999px!important;background:var(--cv-soft)!important}.menu-button{border-radius:10px!important}
.form-grid{gap:14px!important}.form-grid label,.stack label{gap:6px}.form-grid input,.form-grid select,.form-grid textarea,.stack input,.stack select,.stack textarea{width:100%;background:#fff;border-color:#d7e0e7;border-radius:11px!important}.form-grid input:hover,.form-grid select:hover,.form-grid textarea:hover,.stack input:hover,.stack select:hover{border-color:#aebfca}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.stack input:focus,.stack select:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(10,155,194,.1)}.form-grid textarea{min-height:132px;resize:vertical}.form-grid label>b,.form-confirm b{color:#a23434;font-size:.88em}.small{line-height:1.45}
.business-form{display:grid;gap:14px;max-width:1180px}.form-intro{align-items:end}.form-intro h1{font-size:clamp(2.25rem,5vw,4rem);margin-bottom:.55rem}.form-progress{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.form-progress span{font-size:.76rem;font-weight:750;padding:.42rem .65rem;border-radius:999px;background:#edf5f8;color:#365567;border:1px solid #dbe8ee}.form-section{padding:clamp(1rem,2vw,1.4rem)!important}.form-section-title{display:flex;gap:12px;align-items:flex-start;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.form-section-title>span{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:10px;background:linear-gradient(135deg,var(--brand),#0a9bc2);color:#fff;font-weight:800;box-shadow:0 6px 16px rgba(7,91,143,.18)}.form-section-title h2{font-size:1.2rem;margin:0 0 .15rem}.form-section-title p{margin:0;color:var(--muted);font-size:.9rem}.form-confirm{display:grid;gap:.5rem}.address-check{align-self:end;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.address-check p{margin:0}
.address-map-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.95fr);gap:18px;align-items:stretch}.address-fields{align-content:start}.address-map-panel{display:grid;gap:9px;min-width:0}.business-address-map{position:relative;min-height:360px;border:1px solid #d7e0e7;border-radius:16px;overflow:hidden;background:linear-gradient(145deg,#eef5f7,#f9fbfc);box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}.business-address-map .leaflet-control-container{font-size:.82rem}.business-address-map .leaflet-bar{border:0!important;box-shadow:0 6px 20px rgba(17,36,54,.12)!important}.business-address-map .leaflet-bar a{border:0!important}.map-placeholder{min-height:360px;display:grid;place-content:center;text-align:center;gap:7px;padding:24px;color:var(--muted)}.map-placeholder strong{color:var(--ink);font-size:1.05rem}.map-pin-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:13px;background:#f5f9fb;border:1px solid #dbe7ed}.map-pin-tools>div:first-child{display:grid;gap:2px}.map-pin-tools span{font-size:.8rem;color:var(--muted)}.map-nudge{display:grid;grid-template-columns:repeat(5,34px);gap:5px}.map-nudge button{width:34px;height:34px;border:1px solid #cfdae1;border-radius:9px;background:#fff;color:var(--ink);font-weight:800;cursor:pointer}.map-nudge button:hover{background:var(--cv-hover);border-color:#9eb8c6;transform:translateY(-1px)}
.service-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.service-option{position:relative}.service-option input{position:absolute;opacity:0;pointer-events:none}.service-option span{display:flex;align-items:center;min-height:42px;padding:.62rem .72rem;border:1px solid #d7e0e7;border-radius:11px;background:#fff;font-size:.88rem;cursor:pointer;transition:.18s var(--cv-ease)}.service-option span:hover{border-color:#9fb9c8;background:#f8fbfc;transform:translateY(-1px)}.service-option input:checked+span{border-color:var(--brand);background:#eef8fb;box-shadow:inset 0 0 0 1px var(--brand);font-weight:700}.service-option input:focus-visible+span{box-shadow:var(--focus-ring)}.sticky-form-actions{position:sticky;bottom:10px;z-index:8;padding:10px;border:1px solid rgba(207,219,226,.9);border-radius:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(17,36,54,.1)}
.filter-panel{scrollbar-width:thin}.filter-panel .stack{gap:10px!important}.filter-actions{position:sticky;bottom:0;padding-top:8px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 28%)}.result-toolbar{border-bottom:1px solid var(--line)}.activity-item h3 a,.card h3 a{color:inherit;text-decoration:none}.activity-item h3 a:hover,.card h3 a:hover{text-decoration:underline;text-underline-offset:3px}.activity-item .button{align-self:center}.empty-state{border:1px dashed #cbd8df;background:rgba(255,255,255,.65)}
.card,.activity-item,.editorial-card,.filter-panel,.legal-prose,.notice,.source-panel{overflow-wrap:anywhere;transition:transform .24s var(--cv-ease),box-shadow .24s ease,border-color .24s ease}.button{transition:transform .18s var(--cv-ease),box-shadow .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(1px) scale(.99)}.button-primary{box-shadow:0 7px 18px rgba(7,91,143,.14)}.button-primary:hover{box-shadow:0 11px 24px rgba(7,91,143,.2)}.notice strong{display:block;margin-bottom:.2rem}.meta-row{row-gap:4px}.table-wrap{overflow:auto;overscroll-behavior-inline:contain}.tabs{overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs>*{white-space:nowrap}.location-tile,.category-link,.social-link{transition:transform .2s var(--cv-ease),box-shadow .2s ease,background .2s ease}.location-tile:hover,.category-link:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(17,36,54,.08)}.social-link:hover{transform:translateY(-2px) scale(1.04)}.whatsapp-float{transition:transform .22s var(--cv-ease),box-shadow .22s ease}.whatsapp-float:hover{transform:translateY(-3px) scale(1.04)}
.hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 18%,rgba(10,155,194,.08),transparent 24%);opacity:.9}.hero{position:relative;overflow:hidden}.editorial-card{position:relative}.editorial-card::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-45px;bottom:-55px;background:rgba(10,155,194,.08);pointer-events:none}.toast{animation:cvToast .28s var(--cv-ease) both}
@media(hover:hover) and (pointer:fine){.card:hover,.activity-item:hover,.editorial-card:hover{transform:translateY(-3px);border-color:#cad9e1;box-shadow:0 16px 38px rgba(17,36,54,.09)!important}}
@media(prefers-reduced-motion:no-preference){main>.section,main>.hero,main>.auth-shell{animation:cvRise .46s var(--cv-ease) both}.section-heading,.hero-grid>*{animation:cvRise .52s var(--cv-ease) both}.hero-grid>*:nth-child(2){animation-delay:.07s}.grid-2>.card,.grid-3>.card,.grid-4>.card,.result-list>.activity-item,.blog-card{animation:cvCardIn .42s var(--cv-ease) both}.grid-3>.card:nth-child(2),.grid-4>.card:nth-child(2){animation-delay:.035s}.grid-3>.card:nth-child(3),.grid-4>.card:nth-child(3){animation-delay:.07s}.grid-4>.card:nth-child(4){animation-delay:.105s}.form-section{animation:cvRise .4s var(--cv-ease) both}.form-section:nth-of-type(2){animation-delay:.035s}.form-section:nth-of-type(3){animation-delay:.07s}.form-section:nth-of-type(4){animation-delay:.105s}}
@keyframes cvRise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes cvCardIn{from{opacity:0;transform:translateY(8px) scale(.992)}to{opacity:1;transform:none}}@keyframes cvToast{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
@media(max-width:1000px){.address-map-layout{grid-template-columns:1fr}.business-address-map,.map-placeholder{min-height:330px}}
@media(max-width:900px){.service-options{grid-template-columns:repeat(2,minmax(0,1fr))}.form-progress{justify-content:flex-start}.address-check{grid-column:1/-1}.sticky-form-actions{bottom:6px}.catalog-layout .filter-panel{position:relative!important;top:auto!important}}
@media(max-width:640px){.business-form{gap:10px}.form-section{padding:13px!important}.form-section-title{gap:9px}.service-options{grid-template-columns:1fr 1fr;gap:7px}.service-option span{min-height:40px;padding:.55rem .62rem}.address-check{grid-template-columns:1fr}.address-check .button{width:100%}.sticky-form-actions{display:grid;grid-template-columns:1fr;gap:8px}.sticky-form-actions .button{width:100%}.form-grid{gap:11px!important}.filter-actions{display:grid;grid-template-columns:1fr 1fr}.activity-item .button{width:100%}.business-address-map,.map-placeholder{min-height:290px}.map-pin-tools{align-items:flex-start;flex-direction:column}.map-nudge{width:100%;grid-template-columns:repeat(5,1fr)}.map-nudge button{width:100%;height:40px}}
@media(max-width:420px){.service-options{grid-template-columns:1fr}.form-section-title>span{flex-basis:29px;height:29px}.form-progress span{font-size:.72rem}.business-address-map,.map-placeholder{min-height:260px}}

/* Free map polish: clearer, more modern visual treatment without paid map APIs. */
.business-address-map{border-radius:20px;border-color:#cbdbe3;box-shadow:0 18px 44px rgba(17,36,54,.10),inset 0 0 0 1px rgba(255,255,255,.7);isolation:isolate}.business-address-map::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:450;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.42),inset 0 -70px 90px rgba(20,62,82,.035)}.business-address-map .leaflet-tile-pane{filter:saturate(.88) contrast(1.035) brightness(1.025)}.business-address-map .leaflet-marker-icon{filter:drop-shadow(0 7px 9px rgba(18,45,60,.28));transition:filter .16s ease,transform .16s ease}.business-address-map .leaflet-marker-icon:hover{filter:drop-shadow(0 9px 12px rgba(18,45,60,.34)) saturate(1.08)}.business-address-map .leaflet-control-zoom{margin:14px 0 0 14px!important;border-radius:12px!important;overflow:hidden}.business-address-map .leaflet-control-zoom a{width:36px!important;height:36px!important;line-height:36px!important;font-size:20px!important;background:rgba(255,255,255,.94)!important;color:#234657!important;backdrop-filter:blur(10px)}.business-address-map .leaflet-control-zoom a:hover{background:#fff!important;color:var(--brand)!important}.business-address-map .leaflet-control-attribution{margin:0 8px 7px 0!important;padding:3px 7px!important;border-radius:8px!important;background:rgba(255,255,255,.82)!important;backdrop-filter:blur(8px);font-size:10px!important}.business-address-map.leaflet-container{font-family:inherit;cursor:crosshair}.business-address-map.leaflet-container:active{cursor:grabbing}.map-pin-tools{background:rgba(247,251,252,.94);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(17,36,54,.055)}.map-pin-tools strong{color:#163849}.map-nudge button{box-shadow:0 3px 8px rgba(17,36,54,.05)}.map-nudge button:active{transform:translateY(1px) scale(.96)}.address-check #address-status{padding:.5rem .65rem;border-radius:10px;background:#f7fafb;border:1px solid #e0e9ed}.map-placeholder{background:radial-gradient(circle at 50% 42%,rgba(10,155,194,.09),transparent 30%),linear-gradient(145deg,#eef6f8,#fbfcfd)}

/* Google Maps embed on public business pages, same no-key approach used by Le Ninfee. */
.business-google-map{margin:0 0 2.5rem;padding:1.1rem;border:1px solid #d7e3e9;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(17,36,54,.07)}.business-map-heading{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:.9rem}.business-map-heading h2{margin:.08rem 0 0}.google-map-frame{overflow:hidden;border:1px solid #d4dfe5;border-radius:16px;background:#eef3f5;aspect-ratio:16/9;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.google-map-frame iframe{display:block;width:100%;height:100%;min-height:360px;border:0}.business-map-actions{display:flex;justify-content:flex-end;padding-top:.7rem}.business-map-actions .text-link{font-weight:700}@media(max-width:640px){.business-google-map{padding:.75rem;border-radius:16px}.business-map-heading{align-items:stretch;flex-direction:column}.business-map-heading .button{width:100%}.google-map-frame{aspect-ratio:4/3}.google-map-frame iframe{min-height:300px}.business-map-actions{justify-content:flex-start}}

/* /assets/css/redesign-runtime.css */
/* CalabriaVera — runtime-safe replica of supplied redesign screens */
:root{--cv-shot-navy:#002f55;--cv-shot-navy2:#003760;--cv-shot-gold:#ffb000;--cv-shot-text:#0b1726;--cv-shot-muted:#6e7783;--cv-shot-line:#e8ebef;--cv-shot-shadow:0 14px 36px rgba(5,33,56,.11)}
body{background:#fff;color:var(--cv-shot-text)}
.site-header.cv-header{background:linear-gradient(90deg,#002d50,#00345b)!important;position:sticky!important;top:0!important;z-index:1200!important}.cv-header .header-inner{width:min(calc(100% - 64px),1480px)!important;min-height:58px!important}.cv-header .brand-logo{width:194px!important;height:48px!important;object-fit:contain!important;filter:none!important}.cv-header .primary-nav{gap:30px!important}.cv-header .primary-nav a{font-size:13px!important;font-weight:750!important;color:#fff!important;padding:20px 0 17px!important}.cv-header .primary-nav a[aria-current="page"]:after{bottom:4px!important;height:3px!important;background:var(--cv-shot-gold)!important}.cv-header .header-language select{font-size:12px!important}.cv-header .guest-actions .button{background:var(--cv-shot-gold)!important;color:#092039!important;border:0!important;border-radius:9px!important;padding:10px 22px!important}.cv-header .guest-actions>a:not(.button){display:none!important}

/* HOME */
body[data-page="home"] .cv-home-hero{min-height:440px!important;background-image:linear-gradient(90deg,rgba(0,38,70,.72),rgba(0,38,70,.18) 58%,rgba(0,38,70,.03)),url('https://images.unsplash.com/photo-1681844931449-e0992a27d157?auto=format&fit=crop&w=2400&q=90')!important;background-position:center 54%!important}.cv-home-hero__content{padding-top:30px!important}.cv-home-hero__mark{width:375px!important;max-height:135px!important}.cv-home-hero h1{font-size:43px!important;line-height:1.03!important}.cv-home-hero p{font-size:17px!important;max-width:620px!important}.cv-searchbar{width:min(calc(100% - 170px),1270px)!important;max-width:none!important;min-height:88px!important;margin-top:-44px!important;border-radius:19px!important;padding:12px 14px!important;box-shadow:0 14px 42px rgba(6,34,57,.17)!important}.cv-searchbar label{padding:8px 20px!important}.cv-searchbar__submit{border-radius:11px!important}.cv-categories{width:min(calc(100% - 80px),1400px)!important;max-width:none!important;gap:12px!important;margin-top:18px!important}.cv-categories a{height:88px!important;border-radius:11px!important;box-shadow:0 8px 23px rgba(8,35,57,.08)!important}.cv-featured{width:min(calc(100% - 80px),1400px)!important;max-width:none!important;padding-top:26px!important}.cv-card-grid{gap:14px!important}.cv-experience-card{height:172px!important;border-radius:12px!important}.cv-trust{margin-top:0!important}.cv-trust>.container{width:min(calc(100% - 90px),1390px)!important}

/* CATALOG / ATTIVITA */
body[data-page="catalog"] #main-content>.section.container{width:min(calc(100% - 60px),1460px)!important;max-width:none!important;padding:20px 0 44px!important}body[data-page="catalog"] #main-content>.section.container>p.eyebrow{display:none!important}body[data-page="catalog"] #main-content>.section.container>h1{font-size:24px!important;margin:12px 0 18px!important}.catalog-layout{grid-template-columns:185px minmax(0,1fr)!important;gap:24px!important}.catalog-layout>.filter-panel{border:1px solid var(--cv-shot-line)!important;border-radius:10px!important;padding:12px!important;box-shadow:0 6px 20px rgba(8,35,57,.06)!important}.filter-panel .stack{gap:11px!important}.filter-panel label{font-size:11px!important}.filter-panel input,.filter-panel select{min-height:38px!important;padding:8px 9px!important;border-radius:8px!important}.filter-actions .button{min-height:38px!important;font-size:11px!important}.result-toolbar{min-height:42px!important;border:0!important;margin:0 0 12px!important}.result-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.activity-item{display:block!important;position:relative!important;padding:0!important;overflow:hidden!important;border-radius:10px!important;min-height:260px!important;background:#fff!important}.activity-item .media-placeholder{height:156px!important;border-radius:0!important;background:#e9eef2!important}.activity-item .media-placeholder img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.activity-item>div:nth-child(2){padding:10px 12px 12px!important}.activity-item h3{font-size:15px!important;margin:4px 0!important}.activity-item p{font-size:11px!important;line-height:1.35!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.activity-item>.button{position:absolute!important;inset:auto 10px 10px auto!important;min-height:30px!important;padding:5px 9px!important;font-size:10px!important;background:#fff!important}.activity-item .meta-row{font-size:10px!important}.activity-item .meta-row:first-child span:first-child{color:#0b5adb!important;font-weight:800!important}#load-more{margin-top:20px!important}
body[data-page="catalog"] .filter-panel label:has(#service),body[data-page="catalog"] .filter-panel label:has(#date),body[data-page="map"] .filter-panel label:has(#service){display:none!important}

/* MAP */
body[data-page="map"] #main-content>.section.container{width:min(calc(100% - 60px),1460px)!important;max-width:none!important;padding:14px 0 30px!important}body[data-page="map"] #main-content>.section.container>p.eyebrow,body[data-page="map"] #main-content>.section.container>h1{display:none!important}body[data-page="map"] .map-layout{display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;gap:0!important;border-radius:10px!important;overflow:hidden!important;min-height:610px!important}.map-layout>section{grid-column:2!important;grid-row:1!important}.map-layout>aside{grid-column:1!important;grid-row:1!important;border-left:0!important;border-right:1px solid var(--cv-shot-line)!important;padding:10px!important;display:flex!important;flex-direction:column!important}.map-layout>aside .filter-panel{order:0!important;padding:0 0 10px!important}.map-layout>aside #map-results{order:1!important;max-height:500px!important;overflow:auto!important;gap:7px!important}.map-layout>aside #map-results .card{padding:9px!important;border-radius:8px!important}.map-layout>aside #map-results h3{font-size:13px!important;margin:3px 0!important}.map-layout>aside #map-results p{font-size:10px!important;line-height:1.3!important}.map-layout>section>.result-toolbar{height:38px!important;padding:0 12px!important;margin:0!important}.leaflet-container{min-height:570px!important;height:570px!important}

/* BLOG */
body[data-page="blog"] .article-hero{max-width:none!important;width:100%!important;min-height:190px!important;padding:38px max(5vw,70px)!important;background:linear-gradient(90deg,rgba(0,42,74,.89),rgba(0,42,74,.26)),url('https://images.unsplash.com/photo-1533105079780-92b9be482077?auto=format&fit=crop&w=2200&q=90') center 54%/cover no-repeat!important}.article-hero h1{font-size:35px!important}.article-hero p{max-width:600px!important}.body[data-page="blog"]{}body[data-page="blog"] #main-content>.section.container{width:min(calc(100% - 80px),1400px)!important;max-width:none!important;padding:20px 0 45px!important}.card-grid{grid-template-columns:1.3fr 1fr!important;gap:14px!important}.card-grid .card{border-radius:10px!important}.blog-card img,.card-grid .card img{width:100%!important;object-fit:cover!important}

/* ADMIN */
body[data-page^="admin-"]{background:#f7f9fb!important}body[data-page^="admin-"] #main-content>.section.container{width:100%!important;max-width:none!important;padding:0!important}.admin-layout{grid-template-columns:210px minmax(0,1fr)!important;gap:0!important;min-height:calc(100vh - 58px)!important}.admin-layout>aside{background:#00345b!important;border:0!important;border-radius:0!important;padding:14px 10px!important;position:relative!important;top:auto!important;box-shadow:none!important}.admin-layout>aside .button{color:#fff!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:7px!important;justify-content:flex-start!important;padding:10px 12px!important;font-size:12px!important}.admin-layout>aside .button-primary{background:rgba(255,255,255,.14)!important}.admin-layout>section{padding:22px 28px!important;background:#f7f9fb!important}.stat-grid{grid-template-columns:repeat(4,1fr)!important;gap:12px!important}.stat{background:#fff!important;border:1px solid var(--cv-shot-line)!important;border-radius:9px!important;padding:15px!important}.stat strong{font-size:25px!important}.admin-layout .card,.table-wrap{border-radius:9px!important;box-shadow:0 4px 15px rgba(9,34,54,.04)!important}

@media(max-width:1050px){.cv-header .primary-nav{gap:16px!important}.result-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.catalog-layout{grid-template-columns:1fr!important}.catalog-layout>.filter-panel{position:relative!important;top:auto!important}.map-layout{grid-template-columns:1fr!important}.map-layout>section,.map-layout>aside{grid-column:1!important}.map-layout>section{grid-row:2!important}.map-layout>aside{grid-row:1!important;border-right:0!important;border-bottom:1px solid var(--cv-shot-line)!important}.admin-layout{grid-template-columns:1fr!important}}
@media(max-width:720px){.cv-header .header-inner{width:calc(100% - 24px)!important}.cv-searchbar{width:calc(100% - 24px)!important}.cv-categories,.cv-featured{width:calc(100% - 24px)!important}.result-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}body[data-page="catalog"] #main-content>.section.container{width:calc(100% - 20px)!important}.activity-item{min-height:225px!important}.activity-item .media-placeholder{height:112px!important}.activity-item>div:nth-child(2){padding:8px!important}.activity-item h3{font-size:12px!important;line-height:1.2!important}.activity-item p{font-size:10px!important;-webkit-line-clamp:2}.activity-item .meta-row{font-size:9px!important;gap:3px!important}.activity-item>.button{font-size:9px!important;min-height:26px!important;padding:4px 6px!important;right:6px!important;bottom:6px!important}.activity-item .cv-heart{width:30px!important;height:30px!important;right:6px!important;top:6px!important;font-size:21px!important}.cv-home-hero h1{font-size:34px!important}.cv-home-hero__mark{width:270px!important}.card-grid{grid-template-columns:1fr!important}.stat-grid{grid-template-columns:repeat(2,1fr)!important}}

/* /assets/css/redesign-functional.css */
.cv-header-shortcuts{display:flex;align-items:center;gap:10px;position:relative}.cv-icon-action{width:38px;height:38px;border:0;background:transparent;color:#fff;display:grid;place-items:center;border-radius:50%;cursor:pointer;position:relative;text-decoration:none}.cv-icon-action:hover,.cv-icon-action:focus-visible{background:rgba(255,255,255,.1);outline:none}.cv-icon-action svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.cv-counter-badge{position:absolute;right:-2px;top:3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#e53945;color:#fff;font-size:9px;line-height:16px;font-weight:900;display:grid;place-items:center;box-sizing:border-box;z-index:3}.cv-counter-badge[hidden]{display:none!important}.cv-notification-badge{top:4px}.cv-notification-popover{position:absolute;right:0;top:46px;width:min(340px,88vw);background:#fff;color:#17212b;border:1px solid #e6ebef;border-radius:14px;box-shadow:0 18px 50px rgba(4,30,53,.2);padding:12px;z-index:1000}.cv-notification-popover[hidden]{display:none}.cv-notification-popover h3{font-size:15px;margin:2px 4px 10px}.cv-notification-list{display:grid;gap:6px;max-height:320px;overflow:auto}.cv-notification-item{display:block;padding:10px;border-radius:9px;background:#f7f9fb;color:#17212b;text-decoration:none;font-size:12px}.cv-notification-item strong{display:block;font-size:13px;margin-bottom:3px}.cv-notification-empty{padding:12px;color:#687687;font-size:13px}.cv-notification-footer{display:block;text-align:center;padding:9px 8px 3px;color:#063b89;font-weight:750;font-size:12px}.cv-heart{position:absolute;z-index:5;right:11px;top:9px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:29px;line-height:1;text-shadow:0 2px 7px rgba(0,0,0,.55);cursor:pointer;user-select:none}.cv-heart:hover{transform:scale(1.06)}.cv-heart[aria-pressed="true"]{color:#ffb000;text-shadow:0 2px 7px rgba(0,0,0,.35)}.activity-item{position:relative}.activity-item .cv-heart{right:13px;top:13px;color:#fff;background:rgba(2,45,77,.58);font-size:25px;text-shadow:none}.activity-item .cv-heart[aria-pressed="true"]{background:#fff;color:#ff9d00}.cv-tourism-detail{padding:26px 0 50px}.cv-tourism-hero{position:relative;min-height:390px;border-radius:18px;overflow:hidden;color:#fff;background:center/cover no-repeat;box-shadow:0 14px 38px rgba(3,35,58,.14)}.cv-tourism-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,38,65,.82),rgba(2,38,65,.18) 70%)}.cv-tourism-hero__body{position:relative;z-index:2;padding:54px;max-width:730px}.cv-tourism-hero__eyebrow{font-size:12px;font-weight:850;color:#ffb000;text-transform:uppercase;letter-spacing:.04em}.cv-tourism-hero h1{color:#fff;font-size:clamp(34px,4vw,54px);margin:8px 0 10px;line-height:1.02}.cv-tourism-hero p{font-size:17px;line-height:1.55}.cv-tourism-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.cv-tourism-meta>span{background:rgba(255,255,255,.94);color:#152333;border-radius:20px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:6px}.cv-tourism-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;margin-top:24px}.cv-tourism-card{background:#fff;border:1px solid #e6ebef;border-radius:14px;padding:22px;box-shadow:0 7px 22px rgba(8,40,61,.06)}.cv-tourism-card h2{margin-top:0}.cv-tourism-services{display:flex;flex-wrap:wrap;gap:8px}.cv-tourism-services span{background:#f2f5f7;border-radius:18px;padding:7px 10px;font-size:12px}.cv-tourism-actions{display:grid;gap:10px}.cv-tourism-actions .button{width:100%;justify-content:center}.cv-tourism-map{margin-top:22px;border-radius:14px;overflow:hidden;border:1px solid #e6ebef}.cv-tourism-map iframe{width:100%;height:330px;border:0;display:block}
.cv-star-picker{display:flex;align-items:center;gap:2px;margin-top:7px}.cv-star-picker input{display:none!important}.cv-star-picker button{appearance:none;border:0;background:transparent;color:#cbd2d9;font-size:31px;line-height:1;padding:2px 3px;cursor:pointer;min-width:34px}.cv-star-picker button.is-active,.cv-star-picker button:hover{color:#ffb000}.cv-star-picker button:focus-visible{outline:2px solid #0b70b1;outline-offset:2px;border-radius:5px}.cv-stars{display:inline-flex;align-items:center;gap:1px;color:#ffb000;letter-spacing:1px}.cv-stars .is-empty{color:#cbd2d9}
/* Home search: all four fields stay interactive on every screen size. */
body[data-page="home"] .cv-searchbar label:focus-within{box-shadow:inset 0 0 0 2px rgba(7,91,143,.35);border-radius:10px}body[data-page="home"] .cv-searchbar input[type="text"],body[data-page="home"] .cv-searchbar input:not([type]),body[data-page="home"] .cv-searchbar input[list]{cursor:text!important}body[data-page="home"] .cv-searchbar select,body[data-page="home"] .cv-searchbar input[type="date"]{cursor:pointer!important}
@media(max-width:1180px){body[data-page="home"] .cv-searchbar{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important}body[data-page="home"] .cv-searchbar label:nth-of-type(4){display:flex!important}body[data-page="home"] .cv-searchbar__submit{grid-column:1/-1;min-height:52px;margin-top:8px}}
@media(max-width:850px){.cv-header-shortcuts{gap:2px}.cv-icon-action{width:34px;height:34px}.cv-tourism-hero__body{padding:34px 24px}.cv-tourism-grid{grid-template-columns:1fr}.cv-tourism-map iframe{height:280px}body[data-page="home"] .cv-searchbar{grid-template-columns:1fr!important}body[data-page="home"] .cv-searchbar label:nth-of-type(3),body[data-page="home"] .cv-searchbar label:nth-of-type(4){display:flex!important}body[data-page="home"] .cv-searchbar__submit{grid-column:auto!important}}

/* Lightweight micro-interactions: transform/opacity only to avoid layout jank. */
.cv-heart-pop,.cv-heart-unpop,.cv-header-heart-pop,.cv-notification-ring,.cv-badge-pop,.cv-popover-enter,.cv-favorite-leave{will-change:transform,opacity}
.cv-heart-pop{animation:cv-heart-pop .34s cubic-bezier(.2,.85,.3,1)}
.cv-heart-unpop{animation:cv-heart-unpop .24s ease-out}
.cv-header-heart-pop{animation:cv-header-heart-pop .32s cubic-bezier(.2,.85,.3,1)}
.cv-notification-ring{animation:cv-notification-ring .52s cubic-bezier(.2,.8,.25,1)}
.cv-badge-pop{animation:cv-badge-pop .3s cubic-bezier(.2,.9,.25,1.25)}
.cv-popover-enter{transform-origin:top right;animation:cv-popover-enter .18s cubic-bezier(.2,.8,.25,1)}
.cv-favorite-leave{pointer-events:none;animation:cv-favorite-leave .2s ease forwards}
@keyframes cv-heart-pop{0%{transform:scale(1)}45%{transform:scale(1.24)}72%{transform:scale(.94)}100%{transform:scale(1)}}
@keyframes cv-heart-unpop{0%{transform:scale(1)}45%{transform:scale(.86)}100%{transform:scale(1)}}
@keyframes cv-header-heart-pop{0%{transform:scale(1)}45%{transform:scale(1.17)}100%{transform:scale(1)}}
@keyframes cv-notification-ring{0%,100%{transform:rotate(0)}18%{transform:rotate(10deg)}36%{transform:rotate(-9deg)}54%{transform:rotate(6deg)}72%{transform:rotate(-4deg)}}
@keyframes cv-badge-pop{0%{transform:scale(.55);opacity:.2}70%{transform:scale(1.16);opacity:1}100%{transform:scale(1);opacity:1}}
@keyframes cv-popover-enter{0%{transform:translateY(-5px) scale(.985);opacity:0}100%{transform:translateY(0) scale(1);opacity:1}}
@keyframes cv-favorite-leave{0%{transform:translateY(0) scale(1);opacity:1}100%{transform:translateY(5px) scale(.985);opacity:0}}
@media(pointer:coarse){.cv-header .cv-icon-action{min-width:44px!important;min-height:44px!important}.cv-account-trigger{min-width:44px!important;min-height:44px!important}.cv-conversation-row{min-height:60px}.cv-remove-favorite,.cv-send-button{min-height:44px!important}}
@media(hover:none){.cv-heart:hover,.cv-favorite-card:hover,.cv-favorite-card:hover .cv-favorite-media img,.cv-account-trigger:hover{transform:none!important}}

/* /assets/css/redesign-final.css */
/* CalabriaVera final redesign layer. Loaded last on every page. */
:root{--cv-navy:#002f55;--cv-navy-dark:#002642;--cv-blue:#075b8f;--cv-gold:#ffb000;--cv-text:#101c2b;--cv-muted:#697586;--cv-line:#e4e9ee;--cv-surface:#fff;--cv-soft:#f6f8fa;--cv-radius:12px;--cv-shadow:0 10px 30px rgba(3,37,63,.08)}
html{background:#f7f9fb}body{margin:0;background:#fff;color:var(--cv-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body *{box-sizing:border-box}a{color:inherit}img{max-width:100%}main{min-height:calc(100vh - 58px)}
.container{width:min(calc(100% - 48px),1400px);max-width:none;margin-inline:auto}.section{padding:34px 0}.section.container{width:min(calc(100% - 48px),1400px)}

/* Stable header: identical on every page from first render. */
.site-header.cv-header{position:relative!important;z-index:900!important;background:linear-gradient(90deg,var(--cv-navy-dark),#00365d)!important;color:#fff!important;border:0!important;box-shadow:none!important}.cv-header .header-inner{width:min(calc(100% - 48px),1480px)!important;min-height:58px!important;display:flex!important;align-items:center!important;gap:22px!important}.cv-header .brand{display:flex!important;align-items:center!important;flex:0 0 auto}.cv-header .brand-logo{width:188px!important;height:46px!important;object-fit:contain!important;filter:none!important}.cv-header .primary-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;flex:1!important;min-width:0!important}.cv-header .primary-nav>a{position:relative!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:760!important;white-space:nowrap!important;padding:21px 0 17px!important}.cv-header .primary-nav>a:hover{color:#fff!important}.cv-header .primary-nav>a[aria-current="page"]:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:3px;border-radius:3px;background:var(--cv-gold)}.cv-header .header-actions{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto}.cv-header .header-language select{background:transparent!important;color:#fff!important;border:0!important;min-height:34px!important;padding:0 3px!important}.cv-header .header-language option{color:#111}.cv-header .guest-actions .button{background:var(--cv-gold)!important;color:#0a2941!important;border:0!important;border-radius:9px!important;min-height:38px!important;padding:8px 20px!important;font-weight:850!important}.cv-header .account-menu summary{color:#fff!important}.cv-header .menu-button{color:#fff!important;border-color:rgba(255,255,255,.28)!important;background:transparent!important}.primary-mobile{background:var(--cv-navy)!important;color:#fff!important;padding:12px 20px 18px!important}.primary-mobile>a{color:#fff!important}.cv-header-shortcuts{display:flex!important;align-items:center!important;gap:5px!important}.cv-icon-action{width:36px!important;height:36px!important}

/* Common UI. */
.card,.filter-panel,.notice,.empty-state,.stat,.table-wrap{background:var(--cv-surface)!important;border:1px solid var(--cv-line)!important;border-radius:var(--cv-radius)!important;box-shadow:var(--cv-shadow)!important}.card{padding:18px}.notice,.empty-state{padding:22px}.muted{color:var(--cv-muted)!important}.eyebrow{color:#0870b0!important;font-weight:850!important;letter-spacing:.04em!important;text-transform:uppercase!important;font-size:11px!important}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-heading h1,.section-heading h2{margin:3px 0 0;color:var(--cv-text)}
.button{border-radius:9px!important;min-height:40px!important;font-weight:760!important;transition:transform .16s ease,box-shadow .16s ease!important}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--cv-navy)!important;color:#fff!important;border-color:var(--cv-navy)!important}.button-secondary{background:#fff!important;color:var(--cv-navy)!important;border:1px solid #ccd6df!important}.danger{color:#a52424!important}
input,select,textarea{width:100%;background:#fff!important;color:var(--cv-text)!important;border:1px solid #d9e0e6!important;border-radius:9px!important;min-height:42px;padding:9px 11px!important;outline:none!important}textarea{min-height:120px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#4c8db8!important;box-shadow:0 0 0 3px rgba(7,91,143,.12)!important}label{color:#263444}.stack{display:grid;gap:12px}.form-grid{gap:14px!important}.chip,.badge{border-radius:999px!important}.badge-verified{background:#e9f7ef!important;color:#187443!important}.meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--cv-muted)}

/* Catalog / activities. */
body[data-page="catalog"]{background:#fff}body[data-page="catalog"] #main-content>.section.container{padding:22px 0 48px!important}.catalog-layout{display:grid!important;grid-template-columns:205px minmax(0,1fr)!important;gap:26px!important}.catalog-layout>.filter-panel{padding:14px!important;align-self:start!important;position:sticky!important;top:12px!important}.filter-panel label{font-size:11px!important;font-weight:760!important}.filter-actions{display:grid!important;gap:7px!important}.result-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:42px!important;margin-bottom:12px!important}.result-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.activity-item{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--cv-line)!important;border-radius:11px!important;box-shadow:0 7px 21px rgba(7,35,55,.07)!important}.activity-item>.media-placeholder{height:175px!important;min-height:175px!important;padding:0!important;border:0!important;border-radius:0!important;background:#edf2f5!important;overflow:hidden!important}.activity-item>.media-placeholder a,.activity-item>.media-placeholder img{display:block!important;width:100%!important;height:100%!important}.activity-item>.media-placeholder img{object-fit:cover!important}.activity-item>div:nth-child(2){padding:11px 13px 14px!important;flex:1!important}.activity-item h3{font-size:16px!important;margin:4px 0!important}.activity-item h3 a{text-decoration:none}.activity-item p{font-size:12px!important;line-height:1.42!important;color:#465464!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.activity-item>.button{margin:0 13px 13px!important;align-self:flex-start!important;min-height:32px!important;font-size:11px!important;padding:5px 10px!important}.activity-item .meta-row{font-size:10px!important}.activity-item .cv-heart{top:10px!important;right:10px!important}

/* Map. */
body[data-page="map"] #main-content>.section.container{padding:14px 0 34px!important}.map-layout{display:grid!important;grid-template-columns:310px minmax(0,1fr)!important;gap:0!important;min-height:610px!important;border:1px solid var(--cv-line)!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:var(--cv-shadow)!important}.map-layout>aside{grid-column:1!important;grid-row:1!important;padding:12px!important;border-right:1px solid var(--cv-line)!important;background:#fff!important;overflow:auto!important}.map-layout>section{grid-column:2!important;grid-row:1!important;min-width:0!important}.map-layout .filter-panel{box-shadow:none!important;border:0!important;padding:0!important}.map-layout #map-results{display:grid!important;gap:8px!important;max-height:480px!important;overflow:auto!important}.map-layout #map-results .card{padding:10px!important;box-shadow:none!important}.map-layout #map-results h3{font-size:13px;margin:3px 0}.map-layout #map-results p{font-size:10px;line-height:1.35}.leaflet-container{height:570px!important;min-height:570px!important}.cv-cluster{background:var(--cv-gold)!important;color:#173047!important}

/* Blog and article pages. */
body[data-page="blog"] .article-hero{width:100%!important;max-width:none!important;min-height:190px!important;padding:40px max(5vw,72px)!important;color:#fff!important;background:linear-gradient(90deg,rgba(0,42,74,.91),rgba(0,42,74,.28)),url('https://images.unsplash.com/photo-1533105079780-92b9be482077?auto=format&fit=crop&w=2200&q=90') center 54%/cover no-repeat!important}.article-hero h1{color:inherit!important}.blog-card{overflow:hidden!important;border:1px solid var(--cv-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:0 6px 20px rgba(3,37,63,.07)!important}.blog-card .body{padding:10px 11px 11px!important}.blog-media img{width:100%!important;height:100%!important;object-fit:cover!important}.card-grid{gap:14px!important}body[data-page="blog"] #blog-list.card-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}body[data-page="blog"] .blog-media{height:138px!important;min-height:138px!important;aspect-ratio:auto!important;padding:0!important}body[data-page="blog"] .blog-card h3{font-size:14px!important;line-height:1.25!important;margin:4px 0 5px!important}body[data-page="blog"] .blog-card .body>p:not(.eyebrow){font-size:11px!important;line-height:1.42!important;margin:0 0 8px!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}body[data-page="blog"] .blog-card .eyebrow{font-size:9px!important;margin:0!important}body[data-page="blog"] .blog-card .text-link{font-size:11px!important;font-weight:800!important}

/* Business/tourism detail. */
body[data-page="activities"] #main-content{background:#f7f9fb}.cv-tourism-detail{padding:26px 0 54px!important}.cv-tourism-hero{border-radius:16px!important}.cv-tourism-grid{gap:22px!important}.cv-tourism-card{border-radius:12px!important;box-shadow:var(--cv-shadow)!important}.business-google-map,.google-map-frame{border-radius:12px!important;overflow:hidden!important}.split{gap:26px!important}.split>aside{align-self:start!important;position:sticky!important;top:16px!important}.media-placeholder img{width:100%;height:100%;object-fit:cover}.cv-tourism-credit{position:absolute;z-index:3;right:14px;bottom:12px;max-width:min(480px,80%);margin:0;padding:5px 8px;border-radius:7px;background:rgba(0,26,45,.72);color:#fff;font-size:9px;line-height:1.3}.cv-tourism-credit a{color:#fff;text-decoration:underline}

/* Review stars: accessible 1–5 selector and display. */
.cv-star-rating{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px}.cv-star-rating input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.cv-star-rating label{font-size:31px;line-height:1;color:#c8d0d8;cursor:pointer;padding:0 2px}.cv-star-rating label:hover,.cv-star-rating label:hover~label,.cv-star-rating input:checked~label{color:var(--cv-gold)}.cv-star-rating input:focus-visible+label{outline:2px solid #0b70b1;outline-offset:3px;border-radius:4px}.cv-stars{display:inline-flex;gap:1px;color:var(--cv-gold);letter-spacing:1px;font-size:15px}.cv-stars .is-empty{color:#cbd2d9}.cv-review-card{margin-bottom:10px!important}.cv-review-card .meta-row{justify-content:space-between}

/* About page: same visual language as the home page, rendered statically. */
body[data-page="about"]{background:#fff}.cv-about-page{background:#fff}.cv-about-hero{position:relative;min-height:430px;display:flex;align-items:center;color:#fff;background:url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=88') center 52%/cover no-repeat;overflow:hidden}.cv-about-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,38,66,.94),rgba(0,49,84,.68) 52%,rgba(0,49,84,.2))}.cv-about-hero__content{position:relative;z-index:2;padding-block:62px;max-width:1400px}.cv-about-kicker{color:var(--cv-gold);font-weight:900;font-size:12px;letter-spacing:.08em;margin:0 0 10px}.cv-about-hero h1{max-width:780px;margin:0;color:#fff;font-size:clamp(38px,5vw,67px);line-height:1.02;letter-spacing:-.035em}.cv-about-hero__content>p:not(.cv-about-kicker){max-width:720px;font-size:17px;line-height:1.62;color:#eef7fb}.cv-about-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.cv-about-actions .cv-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:9px;text-decoration:none;font-size:12px;font-weight:850}.cv-about-actions .cv-btn--gold{background:var(--cv-gold);color:#102c42}.cv-about-actions .cv-btn--ghost{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.06)}.cv-about-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start;padding-block:64px}.cv-about-intro h2{font-size:clamp(28px,3.4vw,45px);line-height:1.08;margin:7px 0 0;letter-spacing:-.025em}.cv-about-intro>p{font-size:16px;line-height:1.75;color:#52606e;margin:2px 0}.cv-about-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-bottom:64px}.cv-about-card{border:1px solid var(--cv-line);border-radius:12px;padding:22px;background:#fff;box-shadow:0 7px 22px rgba(7,35,55,.055)}.cv-about-card>span{display:block;color:var(--cv-gold);font-weight:950;font-size:13px;margin-bottom:22px}.cv-about-card h3{font-size:17px;margin:0 0 8px}.cv-about-card p{font-size:12px;line-height:1.55;color:#596674;margin:0}.cv-about-owner{display:grid;grid-template-columns:220px minmax(0,1fr);gap:36px;align-items:center;padding:36px;border-radius:18px;background:linear-gradient(110deg,#002d50,#064c78);color:#fff;margin-bottom:64px}.cv-about-owner__mark{width:180px;height:180px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:var(--cv-gold);font-size:52px;font-weight:950;letter-spacing:-.05em}.cv-about-owner .eyebrow{color:var(--cv-gold)!important}.cv-about-owner h2{color:#fff;font-size:34px;margin:4px 0}.cv-about-owner__place{font-weight:800;color:#d8edf8!important;margin:0 0 15px!important}.cv-about-owner p{max-width:900px;color:#eef5f8;line-height:1.62}.cv-about-how{padding-bottom:65px}.cv-about-how__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cv-about-how__grid>div{padding:20px 0;border-top:3px solid var(--cv-navy)}.cv-about-how__grid b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--cv-gold);color:#173047;font-size:11px}.cv-about-how__grid h3{font-size:16px;margin:14px 0 5px}.cv-about-how__grid p{font-size:12px;line-height:1.55;color:#5e6c79;margin:0}.cv-about-contact{background:#f4f7f9;padding:58px 0 64px}.cv-about-contact__intro{max-width:760px;margin-bottom:28px}.cv-about-contact__intro>span{color:#0870b0;font-size:11px;font-weight:900;letter-spacing:.06em}.cv-about-contact__intro h2{font-size:clamp(30px,3.8vw,48px);margin:5px 0 8px}.cv-about-contact__intro p{color:#5b6875;line-height:1.6}.cv-about-contact__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cv-about-contact__grid>a{display:flex;flex-direction:column;min-height:128px;padding:16px;border:1px solid #dfe6eb;border-radius:11px;background:#fff;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.cv-about-contact__grid>a:hover{transform:translateY(-2px);box-shadow:var(--cv-shadow)}.cv-about-contact__grid small{color:#75818d;font-weight:800;text-transform:uppercase;font-size:9px;letter-spacing:.04em}.cv-about-contact__grid strong{font-size:14px;margin:7px 0;word-break:break-word}.cv-about-contact__grid span{margin-top:auto;color:#075b8f;font-size:11px;font-weight:850}

/* User/private pages. */
body[data-page="dashboard"],body[data-page="favorites"],body[data-page="messages"],body[data-page="profile"],body[data-page="addBusiness"],body[data-page="login"],body[data-page="register"]{background:#f7f9fb}.dashboard-root,.messages-layout,#favorites-root,#profile-root,#add-business-root,#auth-root{max-width:1180px;margin-inline:auto}.stat-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.stat{padding:16px!important}.stat strong{font-size:26px!important;color:var(--cv-navy)!important}.messages-layout{gap:14px!important}.message{border-radius:10px!important}.message.mine{background:#e9f4fb!important}.contact-card{height:100%}

/* Admin: consistent screenshot-like shell on all admin routes. */
body[data-page^="admin-"]{background:#f7f9fb!important}body[data-page^="admin-"] #site-footer{display:none!important}body[data-page^="admin-"] #main-content>.section.container{width:100%!important;max-width:none!important;padding:0!important}.admin-layout{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;gap:0!important;min-height:calc(100vh - 58px)!important}.admin-layout>aside{position:relative!important;top:auto!important;background:linear-gradient(180deg,#00365d,#002d50)!important;color:#fff!important;border:0!important;border-radius:0!important;padding:15px 10px!important;box-shadow:none!important}.admin-layout>aside .button{justify-content:flex-start!important;width:100%!important;background:transparent!important;color:#fff!important;border:0!important;box-shadow:none!important;min-height:39px!important;font-size:12px!important}.admin-layout>aside .button-primary,.admin-layout>aside .button[aria-current="page"]{background:rgba(255,255,255,.14)!important}.admin-layout>section{padding:24px 30px!important;background:#f7f9fb!important;min-width:0!important}.admin-layout .card,.admin-layout .table-wrap{box-shadow:0 4px 16px rgba(5,33,51,.05)!important}.admin-layout table{width:100%;border-collapse:collapse}.admin-layout th,.admin-layout td{padding:10px 12px;border-bottom:1px solid var(--cv-line);font-size:12px;text-align:left}.admin-layout th{color:#647282;font-weight:780;background:#fafbfc}.admin-layout .stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}

/* Footer. */
.footer{background:#052f50!important;color:#eaf3f9!important;margin-top:0!important}.footer a{color:#eaf3f9!important}.footer-logo{max-width:190px!important}.whatsapp-float{display:grid!important;place-items:center!important;background:#20b85a!important;color:#fff!important;font-weight:900!important;text-decoration:none!important}

@media(max-width:1180px){.cv-header .primary-nav{gap:13px!important}.cv-header .primary-nav>a{font-size:11px!important}.result-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.catalog-layout{grid-template-columns:190px minmax(0,1fr)!important}body[data-page="blog"] #blog-list.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.cv-about-values,.cv-about-how__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cv-about-contact__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:960px){.cv-header .primary-nav{display:none!important}.cv-header .menu-button{display:inline-flex!important}.catalog-layout{grid-template-columns:1fr!important}.catalog-layout>.filter-panel{position:relative!important;top:auto!important}.map-layout{grid-template-columns:1fr!important}.map-layout>aside{grid-column:1!important;grid-row:1!important;border-right:0!important;border-bottom:1px solid var(--cv-line)!important}.map-layout>section{grid-column:1!important;grid-row:2!important}.admin-layout{grid-template-columns:1fr!important}.admin-layout>aside{display:flex!important;gap:6px!important;overflow:auto!important}.admin-layout>aside .button{width:auto!important;white-space:nowrap!important}.admin-layout>section{padding:20px!important}.stat-grid,.admin-layout .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.split{grid-template-columns:1fr!important}.split>aside{position:relative!important;top:auto!important}body[data-page="blog"] #blog-list.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cv-about-intro{grid-template-columns:1fr;gap:20px}.cv-about-owner{grid-template-columns:150px minmax(0,1fr);gap:24px}.cv-about-owner__mark{width:130px;height:130px;font-size:42px}}
@media(max-width:680px){.container,.section.container,.cv-header .header-inner{width:calc(100% - 24px)!important}.cv-header .brand-logo{width:150px!important}.result-list{grid-template-columns:1fr!important}.stat-grid,.admin-layout .stat-grid{grid-template-columns:1fr!important}.section-heading{align-items:flex-start;flex-direction:column}.admin-layout>section{padding:16px 12px!important}.cv-tourism-hero__body{padding:32px 22px!important}.cv-star-rating label{font-size:28px}.leaflet-container{height:480px!important;min-height:480px!important}body[data-page="blog"] #blog-list.card-grid{grid-template-columns:1fr!important}.cv-about-hero{min-height:390px}.cv-about-hero__content{padding-block:44px}.cv-about-values,.cv-about-how__grid,.cv-about-contact__grid{grid-template-columns:1fr}.cv-about-owner{grid-template-columns:1fr;padding:24px}.cv-about-owner__mark{width:88px;height:88px;font-size:30px}.cv-about-intro{padding-block:44px}.cv-about-values{padding-bottom:44px}}

/* /assets/css/responsive-polish.css */
/* CalabriaVera responsive + map polish. Loaded last by the Firebase build. */
:root{--cv-touch:44px;--cv-map-panel:340px}
html,body{max-width:100%;overflow-x:hidden}body{min-width:320px}main,.container,.section,.card,.map-layout,.catalog-layout,.admin-layout,.split,.grid-2,.grid-3,.grid-4,.result-list{min-width:0}img,svg,video,iframe{max-width:100%}button,a,input,select,textarea{touch-action:manipulation}.button,button,input,select{min-height:var(--cv-touch)}
.table-wrap{width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.table-wrap table{min-width:680px;width:100%}pre,code{max-width:100%;overflow-wrap:anywhere}.form-actions{display:flex;flex-wrap:wrap;gap:8px}.form-actions>*{max-width:100%}

/* Modern map shell */
body[data-page="map"]{background:#f4f7f9}body[data-page="map"] #main-content>.section.container{padding:20px 0 38px!important}body[data-page="map"] #main-content>.section.container>h1{font-size:clamp(26px,3vw,42px);letter-spacing:-.025em;margin:5px 0 18px}
.map-layout{display:grid!important;grid-template-columns:var(--cv-map-panel) minmax(0,1fr)!important;min-height:680px!important;border:1px solid #dce4ea!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 18px 48px rgba(2,39,67,.12)!important}
.map-layout>aside{grid-column:1!important;grid-row:1!important;display:flex!important;flex-direction:column!important;padding:0!important;border-right:1px solid #e3e9ee!important;background:#fff!important;overflow:hidden!important;max-height:680px!important}
.map-layout>section{grid-column:2!important;grid-row:1!important;display:flex!important;flex-direction:column!important;min-width:0!important;background:#eaf0f3!important}
.cv-map-aside-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 16px 12px;border-bottom:1px solid #edf1f4;background:#fff}.cv-map-aside-head strong{font-size:15px;color:#10243a}.cv-map-aside-head small{display:block;margin-top:2px;color:#74808c;font-size:10px;font-weight:650}.cv-map-aside-head button{min-height:32px!important;padding:5px 9px!important;font-size:10px!important}
.map-layout .filter-panel{flex:0 0 auto!important;padding:14px 16px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fbfcfd!important;border-bottom:1px solid #edf1f4!important}.map-layout .filter-panel .stack{gap:9px!important}.map-layout .filter-panel label{font-size:10px!important;font-weight:800!important;color:#425161!important}.map-layout .filter-panel input,.map-layout .filter-panel select{min-height:38px!important;padding:7px 9px!important;font-size:11px!important}.map-layout .filter-panel .button{min-height:38px!important;font-size:11px!important}
.map-layout #map-results{flex:1!important;display:grid!important;align-content:start!important;gap:8px!important;max-height:none!important;overflow:auto!important;padding:12px!important;background:#fff!important;scrollbar-width:thin;scrollbar-color:#bdc8d0 transparent}.map-layout #map-results::-webkit-scrollbar{width:7px}.map-layout #map-results::-webkit-scrollbar-thumb{background:#c2ccd4;border-radius:10px}
.cv-map-result{position:relative!important;display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;gap:10px!important;padding:8px!important;border:1px solid #e5eaee!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;cursor:pointer!important;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease!important}.cv-map-result:hover,.cv-map-result.is-active{border-color:#7eb0d2!important;box-shadow:0 7px 20px rgba(5,57,94,.1)!important;transform:translateY(-1px)}.cv-map-result__media{width:86px;height:82px;border-radius:9px;overflow:hidden;background:#edf2f5}.cv-map-result__media img{display:block;width:100%;height:100%;object-fit:cover}.cv-map-result__media span{display:grid;place-items:center;width:100%;height:100%;font-size:10px;font-weight:800;color:#687582}.cv-map-result__body{min-width:0;padding:2px 30px 2px 0}.cv-map-result__meta{display:flex;gap:5px;align-items:center;min-width:0;color:#78838e;font-size:9px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cv-map-result h3{font-size:12px!important;line-height:1.25!important;margin:4px 0!important}.cv-map-result h3 a{text-decoration:none}.cv-map-result p{font-size:9.5px!important;line-height:1.35!important;margin:0 0 5px!important;color:#536170!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cv-map-result__foot{display:flex;align-items:center;justify-content:space-between;gap:7px;font-size:9px}.cv-map-result__rating{color:#8d6200;font-weight:850}.cv-map-result__open{color:#075b8f;text-decoration:none;font-weight:850}.cv-map-result .cv-heart{right:7px!important;top:7px!important;width:28px!important;height:28px!important;font-size:21px!important;background:rgba(0,42,74,.72)!important}
.cv-map-toolbar{margin:0!important;padding:10px 12px!important;min-height:50px!important;background:#fff!important;border-bottom:1px solid #e2e8ed!important;display:flex!important;gap:8px!important;align-items:center!important;justify-content:flex-start!important}.cv-map-toolbar #map-count{font-size:11px!important;font-weight:800!important;color:#304358!important}.cv-map-toolbar #map-zoom{margin-left:auto;font-size:10px!important}.cv-map-toolbar .button{min-height:32px!important;padding:5px 9px!important;font-size:10px!important}.cv-map-mobile-filter{display:none!important}
#map.leaflet-container{height:630px!important;min-height:630px!important;width:100%!important;background:#dfe9ee!important;font-family:inherit!important;z-index:1!important}.leaflet-tile-pane{filter:saturate(.86) contrast(.96) brightness(1.02)}
.leaflet-control-zoom{border:0!important;box-shadow:0 7px 20px rgba(2,39,67,.17)!important;border-radius:12px!important;overflow:hidden!important}.leaflet-control-zoom a{width:38px!important;height:38px!important;line-height:38px!important;border:0!important;border-bottom:1px solid #edf0f2!important;background:#fff!important;color:#073a60!important;font-weight:500!important}.leaflet-control-zoom a:last-child{border-bottom:0!important}.leaflet-control-zoom a:hover{background:#f4f8fb!important;color:#002f55!important}.leaflet-control-attribution{margin:0 10px 9px 0!important;padding:5px 8px!important;border:1px solid rgba(210,219,226,.9)!important;border-radius:999px!important;background:rgba(255,255,255,.9)!important;box-shadow:0 3px 12px rgba(4,36,58,.08)!important;font-size:8px!important;line-height:1!important;color:#66737f!important;backdrop-filter:blur(8px)}.leaflet-control-attribution a{color:#315b76!important;text-decoration:none!important}.leaflet-control-scale{margin:0 0 10px 10px!important}.leaflet-control-scale-line{border:0!important;border-bottom:2px solid #173f5d!important;background:rgba(255,255,255,.82)!important;color:#173f5d!important;border-radius:5px!important;font-size:8px!important;padding:2px 5px!important}
.leaflet-popup-content-wrapper{padding:0!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 16px 40px rgba(2,36,62,.22)!important}.leaflet-popup-content{margin:0!important;width:240px!important}.leaflet-popup-tip{box-shadow:none!important}.cv-map-popup__image{display:block;width:100%;height:118px;object-fit:cover;background:#edf2f5}.cv-map-popup__body{padding:12px 13px 13px}.cv-map-popup__category{display:block;color:#0a6ca7;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.cv-map-popup strong{display:block;margin:3px 0 4px;font-size:14px;line-height:1.25;color:#122235}.cv-map-popup__place{color:#6d7985;font-size:10px}.cv-map-popup__foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px}.cv-map-popup__rating{font-size:10px;color:#8a6100;font-weight:850}.cv-map-popup__link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 9px;border-radius:8px;background:#002f55;color:#fff!important;text-decoration:none;font-size:9px;font-weight:850}
.cv-map-pin-shell{background:transparent!important;border:0!important}.cv-map-pin{position:relative;display:block;width:30px;height:36px;border:3px solid #fff;border-radius:16px 16px 16px 3px;background:#003d68;box-shadow:0 5px 13px rgba(2,40,68,.28);transform:rotate(-45deg)}.cv-map-pin:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#ffb000;left:8px;top:8px;box-shadow:0 0 0 3px rgba(255,255,255,.2)}.cv-map-pin.is-tourism{background:#006a8e}.cv-map-cluster-shell{background:transparent!important;border:0!important}.cv-map-cluster{display:grid;place-items:center;width:42px;height:42px;border:4px solid rgba(255,255,255,.96);border-radius:50%;background:#ffb000;color:#173047;font-size:11px;font-weight:950;box-shadow:0 6px 18px rgba(3,42,70,.24)}

/* Admin and data-heavy screens */
.admin-layout{display:grid!important;grid-template-columns:210px minmax(0,1fr)!important;gap:22px!important}.admin-layout>aside{align-self:start!important;position:sticky!important;top:14px!important}.admin-layout>section{min-width:0!important}.stat-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.stat{min-width:0!important}.stat strong{font-size:clamp(22px,2.4vw,34px)!important}.tabs{max-width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tabs .tab{display:inline-flex}

/* Responsive breakpoints */
@media(max-width:1180px){
  .container,.section.container{width:min(calc(100% - 36px),1400px)!important}.cv-header .header-inner{width:min(calc(100% - 36px),1480px)!important;gap:14px!important}.cv-header .primary-nav{gap:14px!important}.cv-header .primary-nav>a{font-size:11px!important}.result-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-page="blog"] #blog-list.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.cv-about-values{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .cv-header .header-inner{min-height:60px!important}.cv-header .primary-nav{display:none!important}.cv-header .desktop-account{display:none!important}.cv-header .menu-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:6px 10px!important;border-radius:8px!important;font-size:11px!important}.cv-header .brand-logo{width:160px!important}.primary-mobile:not([hidden]){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.primary-mobile>a{padding:9px 10px!important;border-radius:8px!important;background:rgba(255,255,255,.04)!important;text-decoration:none!important}.primary-mobile .guest-actions,.primary-mobile .account-menu{grid-column:1/-1!important}
  .catalog-layout{grid-template-columns:1fr!important}.catalog-layout>.filter-panel{position:relative!important;top:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.catalog-layout>.filter-panel #filters{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.catalog-layout>.filter-panel .filter-actions{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.result-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .map-layout{grid-template-columns:1fr!important;min-height:0!important}.map-layout>section{grid-column:1!important;grid-row:1!important}.map-layout>aside{grid-column:1!important;grid-row:2!important;max-height:none!important;border-right:0!important;border-top:1px solid #e3e9ee!important}.map-layout #map-results{max-height:440px!important}.cv-map-mobile-filter{display:inline-flex!important}.cv-map-toolbar #map-zoom{display:none!important}#map.leaflet-container{height:56vh!important;min-height:390px!important}.cv-map-aside-head{position:sticky;top:0;z-index:3}.map-layout .filter-panel .stack{grid-template-columns:repeat(2,minmax(0,1fr))!important}.map-layout .filter-panel .stack>button{align-self:end!important}
  .admin-layout{grid-template-columns:1fr!important}.admin-layout>aside{position:relative!important;top:auto!important;display:flex!important;overflow-x:auto!important;padding:10px!important;gap:7px!important;-webkit-overflow-scrolling:touch}.admin-layout>aside .button{flex:0 0 auto!important;white-space:nowrap!important;min-height:36px!important;font-size:11px!important}.split{grid-template-columns:1fr!important}.split>aside{position:relative!important;top:auto!important}.cv-tourism-grid{grid-template-columns:1fr!important}.cv-about-intro{grid-template-columns:1fr!important;gap:22px!important}.cv-about-owner{grid-template-columns:150px minmax(0,1fr)!important}.cv-about-owner__mark{width:130px!important;height:130px!important}.footer-grid{grid-template-columns:2fr 1fr 1fr!important;gap:24px!important}
}
@media(max-width:760px){
  :root{--cv-touch:46px}.container,.section.container{width:min(calc(100% - 24px),1400px)!important}.section{padding:24px 0!important}.section-heading{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.section-heading h1{font-size:clamp(25px,8vw,36px)!important}.cv-header .header-inner{width:calc(100% - 20px)!important;gap:7px!important}.cv-header .brand-logo{width:138px!important;height:40px!important}.cv-header .header-actions{gap:2px!important}.cv-header-shortcuts{gap:0!important}.cv-icon-action{width:34px!important;height:34px!important}.cv-header .header-language{display:none!important}.cv-header .menu-button{min-width:43px!important;font-size:0!important}.cv-header .menu-button:after{content:"☰";font-size:20px!important}.primary-mobile:not([hidden]){grid-template-columns:1fr!important}.primary-mobile .header-language{display:block!important}
  .result-toolbar{align-items:flex-start!important;gap:8px!important;flex-wrap:wrap!important}.result-list{grid-template-columns:1fr!important}.activity-item>.media-placeholder{height:210px!important;min-height:210px!important}.catalog-layout>.filter-panel #filters{grid-template-columns:1fr!important}.catalog-layout>.filter-panel .filter-actions{grid-template-columns:1fr 1fr!important}
  body[data-page="blog"] #blog-list.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.blog-media{height:150px!important}.article-hero{padding-inline:20px!important}.article-hero h1{font-size:clamp(28px,8vw,42px)!important}
  #map.leaflet-container{height:52vh!important;min-height:350px!important}.cv-map-toolbar{padding:8px!important}.cv-map-toolbar #map-count{max-width:55%;line-height:1.2}.map-layout .filter-panel .stack{grid-template-columns:1fr!important}.cv-map-result{grid-template-columns:78px minmax(0,1fr)!important}.cv-map-result__media{width:78px;height:76px}.leaflet-control-attribution{max-width:70%;white-space:normal;text-align:right;line-height:1.2!important}
  .stat-grid{grid-template-columns:1fr 1fr!important}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr!important}.cv-about-values{grid-template-columns:1fr!important}.cv-about-owner{grid-template-columns:1fr!important;text-align:center!important;padding:26px 20px!important}.cv-about-owner__mark{margin:auto}.footer-grid{grid-template-columns:1fr 1fr!important}.footer-brand-copy{grid-column:1/-1!important}.form-grid{grid-template-columns:1fr!important}
}
@media(max-width:520px){
  .container,.section.container{width:min(calc(100% - 18px),1400px)!important}.cv-header .brand-logo{width:124px!important}.cv-header .guest-actions .button{padding:7px 10px!important;font-size:10px!important}.cv-header .desktop-account{display:none!important}.cv-icon-action{width:32px!important;height:32px!important}.cv-icon-action svg{width:18px!important;height:18px!important}.cv-notification-popover{position:fixed!important;left:9px!important;right:9px!important;top:64px!important;width:auto!important;max-height:70vh!important;overflow:auto!important}
  body[data-page="blog"] #blog-list.card-grid{grid-template-columns:1fr!important}.blog-media{height:175px!important}.result-list{grid-template-columns:1fr!important}.activity-item>.media-placeholder{height:190px!important;min-height:190px!important}.catalog-layout>.filter-panel .filter-actions{grid-template-columns:1fr!important}
  .map-layout{border-radius:12px!important}.cv-map-toolbar{flex-wrap:wrap!important}.cv-map-toolbar #map-count{max-width:100%!important;flex:1 0 100%}.cv-map-toolbar .button{flex:1 1 auto!important}#map.leaflet-container{height:49vh!important;min-height:320px!important}.cv-map-result{grid-template-columns:72px minmax(0,1fr)!important;gap:8px!important}.cv-map-result__media{width:72px;height:72px}.cv-map-result p{display:none!important}.cv-map-popup__image{height:105px}.leaflet-popup-content{width:215px!important}.leaflet-control-zoom a{width:35px!important;height:35px!important;line-height:35px!important}
  .stat-grid{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr!important}.footer-brand-copy{grid-column:auto!important}.footer{padding-bottom:78px!important}.whatsapp-float{right:14px!important;bottom:14px!important}.cookie-banner{left:9px!important;right:9px!important;bottom:9px!important;width:auto!important;max-width:none!important}.cookie-banner .button{width:100%!important}.form-actions>.button,.form-actions>button{flex:1 1 100%!important}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* /assets/css/authentic-local.css */
/* Immagini editoriali legate a luoghi reali della Calabria. */
body[data-page="home"] .cv-home-hero{
  background-image:linear-gradient(90deg,rgba(1,39,67,.78),rgba(1,39,67,.20) 58%,rgba(1,39,67,.03)),url('https://commons.wikimedia.org/wiki/Special:FilePath/Santa%20Maria%20dell%27Isola%20-%20Tropea.JPG?width=2000')!important;
  background-position:center 48%!important;
}
body[data-page="blog"] .article-hero{
  background-image:linear-gradient(90deg,rgba(2,45,77,.90),rgba(2,45,77,.42)),url('https://commons.wikimedia.org/wiki/Special:FilePath/Lago%20Arvo.jpeg?width=2000')!important;
  background-position:center 52%!important;
}

/* Accesso Google nello stile ufficiale: bianco, bordo neutro e G multicolore. */
.cv-google-button{background:#fff!important;color:#1f1f1f!important;border:1px solid #747775!important;box-shadow:none!important;gap:12px!important;font-family:Arial,sans-serif;font-weight:500!important;letter-spacing:.01em}.cv-google-button:hover{background:#f8fafd!important;border-color:#747775!important}.cv-google-button:focus-visible{outline:3px solid rgba(26,115,232,.24);outline-offset:2px}.cv-google-icon{width:18px;height:18px;flex:0 0 18px;display:block}

/* Checkbox policy e comunicazioni promozionali: nativi, cliccabili e quadrati.
   Il testo del consenso resta una riga fluida: link e parole non diventano blocchi
   separati quando full-i18n traduce la pagina. Vale per IT/EN/FR/DE/ES. */
.cv-consent-row{display:flex;align-items:flex-start;gap:12px;line-height:1.5;width:100%}.cv-consent-row>label{cursor:pointer;display:inline!important;flex:1 1 auto!important;min-width:0!important;margin:0!important;padding:0!important;white-space:normal!important}.cv-consent-row>label .text-link,.cv-consent-row>label a{display:inline!important;white-space:normal!important;margin:0!important;padding:0!important}.cv-consent-row input[type="checkbox"]{appearance:auto!important;-webkit-appearance:checkbox!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;flex:0 0 18px!important;border-radius:0!important;accent-color:#075b8f;cursor:pointer;margin:3px 0 0!important}.cv-consent-row input[type="checkbox"]:focus-visible{outline:3px solid rgba(7,91,143,.2);outline-offset:2px}
@media(max-width:640px){.cv-consent-row{gap:10px;line-height:1.45}.cv-consent-row>label{font-size:1rem!important}.cv-consent-row input[type="checkbox"]{margin-top:2px!important}}

/* Mappa: più spazio tra testo e campi; angoli netti per evitare il taglio visivo della cartografia. */
body[data-page="map"] .map-layout{border-radius:0!important;overflow:hidden!important}body[data-page="map"] #map.leaflet-container{border-radius:0!important;border:0!important}body[data-page="map"] .map-layout .filter-panel label{display:grid!important;gap:8px!important;margin:0!important;padding:0!important}body[data-page="map"] .map-layout .filter-panel .stack{gap:16px!important}body[data-page="map"] .map-layout .filter-panel input,body[data-page="map"] .map-layout .filter-panel select{margin-top:0!important}body[data-page="map"] .cv-map-aside-head{padding:18px 18px 16px!important}body[data-page="map"] .map-layout .filter-panel{padding:18px!important}

/* /assets/css/site-audit.css */
/* CalabriaVera — final UI/UX audit fixes. Loaded last. */
:root{--cv-focus:rgba(7,91,143,.34)}
html{scroll-padding-top:72px;-webkit-text-size-adjust:100%}
html,body{max-width:100%;overflow-x:clip}body{min-width:0}*,*::before,*::after{box-sizing:border-box}img,video,svg,canvas,iframe{max-width:100%}img{height:auto}[hidden]{display:none!important}
:where(h1,h2,h3,h4,p,a,span,td,th,label,button){overflow-wrap:anywhere}:where(a,button,input,select,textarea,summary,[role="button"]):focus-visible{outline:3px solid var(--cv-focus)!important;outline-offset:2px!important}button:disabled,.button[aria-disabled="true"],input:disabled,select:disabled,textarea:disabled{cursor:not-allowed!important;opacity:.62!important}
.container{width:min(100% - 32px,1200px)!important;margin-inline:auto!important}.section{min-width:0}.grid-2,.grid-3,.grid-4,.card-grid,.result-list,.catalog-layout,.map-layout,.filters-grid,.hero-grid{min-width:0}.grid-2>*,.grid-3>*,.grid-4>*,.card-grid>*,.result-list>*,.catalog-layout>*,.map-layout>*,.filters-grid>*,.hero-grid>*{min-width:0}
input,select,textarea,button,.button{max-width:100%;font:inherit}input,select,textarea{min-height:44px}select{width:100%}table{max-width:100%}.table-wrap{max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.table-wrap td,.table-wrap th{vertical-align:top}.prose{max-width:78ch}.card,.notice,.empty-state{min-width:0}

/* Search */
.hero-search{align-items:end}.hero-search label{min-width:0}.hero-search input{width:100%}.filters-grid>*{min-width:0}.filter-panel{min-width:0}.filter-panel label{min-width:0}.filter-panel input,.filter-panel select{width:100%;max-width:100%}.filter-actions{gap:8px}.result-toolbar{min-width:0;gap:10px;flex-wrap:wrap}.result-toolbar>*{min-width:0}
body[data-page="catalog"] .result-list{align-items:stretch!important}body[data-page="catalog"] .activity-item{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}body[data-page="catalog"] .activity-item>.media-placeholder{flex:0 0 175px!important;width:100%!important;height:175px!important;min-height:175px!important;padding:0!important;margin:0!important;aspect-ratio:auto!important;overflow:hidden!important}body[data-page="catalog"] .activity-item>.media-placeholder>a,body[data-page="catalog"] .activity-item>.media-placeholder img{display:block!important;width:100%!important;height:100%!important}body[data-page="catalog"] .activity-item>.media-placeholder img{object-fit:cover!important}body[data-page="catalog"] .activity-item>.media-placeholder+div{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-width:0!important;padding:12px 14px 8px!important}body[data-page="catalog"] .activity-item>.media-placeholder+div h3{margin:4px 0 5px!important;line-height:1.28!important}body[data-page="catalog"] .activity-item>.media-placeholder+div p{margin:0 0 8px!important;line-height:1.42!important;-webkit-line-clamp:3!important}body[data-page="catalog"] .activity-item>.media-placeholder+div .meta-row:last-child{margin-top:auto!important;padding-top:3px!important}body[data-page="catalog"] .activity-item>.button{position:static!important;inset:auto!important;z-index:auto!important;align-self:flex-start!important;flex:0 0 auto!important;margin:0 14px 14px!important;max-width:calc(100% - 28px)!important;min-height:38px!important;white-space:normal!important}body[data-page="catalog"] .cv-heart{z-index:3!important}

/* Map */
body[data-page="map"] .map-layout{align-items:stretch!important}body[data-page="map"] .map-layout>section,body[data-page="map"] .map-layout>aside{min-width:0!important}body[data-page="map"] .map-layout>aside{overflow:hidden!important;max-height:680px!important}body[data-page="map"] .map-layout .filter-panel{flex:0 0 auto!important}body[data-page="map"] .map-layout #map-results{display:grid!important;flex:1 1 auto!important;align-content:start!important;min-height:0!important;max-height:none!important;overflow:auto!important;padding:12px!important;-webkit-overflow-scrolling:touch}body[data-page="map"] .cv-map-result{min-height:98px!important}body[data-page="map"] .cv-map-result__body{overflow:hidden!important}body[data-page="map"] .cv-map-result h3,body[data-page="map"] .cv-map-result p{overflow-wrap:anywhere!important}body[data-page="map"] #map{isolation:isolate;width:100%!important;min-height:420px;touch-action:pan-x pan-y}.leaflet-control-container .leaflet-top,.leaflet-control-container .leaflet-bottom{z-index:500}

.form-grid>*{min-width:0}.form-grid input,.form-grid select,.form-grid textarea{max-width:100%}body[data-page="activities"] .split>aside{max-width:100%}body[data-page="activities"] .media-placeholder{overflow:hidden}body[data-page="activities"] .media-placeholder img{display:block;width:100%;height:100%;object-fit:cover}
.cv-header .primary-nav{min-width:0!important}.cv-header .primary-nav>a{overflow-wrap:normal!important}.footer-grid>*{min-width:0}.footer-contact a{overflow-wrap:anywhere}

/* Header */
.cv-header .cv-icon-action{overflow:visible!important}.cv-counter-badge{position:absolute!important;right:-4px!important;top:-4px!important;z-index:4!important;display:grid!important;place-items:center!important;min-width:19px!important;height:19px!important;padding:0 4px!important;border:2px solid #00345a!important;border-radius:999px!important;background:#df1f32!important;color:#fff!important;font-size:10px!important;font-weight:900!important;line-height:1!important;box-shadow:0 2px 8px rgba(0,0,0,.25)!important;pointer-events:none!important}.cv-header .header-language{display:flex!important;align-items:center!important;gap:6px!important;margin:0!important}.cv-header .header-language select{width:auto!important;min-width:62px!important;max-width:82px!important;padding:0 4px!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important}.cv-language-flag{position:relative;display:inline-block!important;flex:0 0 24px;width:24px;height:16px;border:1px solid rgba(255,255,255,.6);border-radius:3px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.22)}.cv-language-flag--it{background:linear-gradient(90deg,#009246 0 33.333%,#fff 33.333% 66.666%,#ce2b37 66.666%)}.cv-language-flag--fr{background:linear-gradient(90deg,#0055a4 0 33.333%,#fff 33.333% 66.666%,#ef4135 66.666%)}.cv-language-flag--de{background:linear-gradient(180deg,#111 0 33.333%,#dd0000 33.333% 66.666%,#ffce00 66.666%)}.cv-language-flag--es{background:linear-gradient(180deg,#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75%)}.cv-language-flag--en{background:#012169}.cv-language-flag--en:before{content:"";position:absolute;inset:-5px;background:linear-gradient(32deg,transparent 42%,#fff 42% 48%,#c8102e 48% 52%,#fff 52% 58%,transparent 58%),linear-gradient(-32deg,transparent 42%,#fff 42% 48%,#c8102e 48% 52%,#fff 52% 58%,transparent 58%)}.cv-language-flag--en:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 40%,#fff 40% 60%,transparent 60%),linear-gradient(180deg,transparent 32%,#fff 32% 68%,transparent 68%),linear-gradient(90deg,transparent 46%,#c8102e 46% 54%,transparent 54%),linear-gradient(180deg,transparent 43%,#c8102e 43% 57%,transparent 57%)}.cv-account-trigger{width:38px!important;height:38px!important;min-width:38px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:50%!important;background:rgba(255,255,255,.08)!important;color:#fff!important;text-decoration:none!important}.cv-account-icon{width:20px!important;height:20px!important;display:block!important;fill:currentColor!important}.cv-header .account-menu>summary.cv-account-trigger{list-style:none!important}.cv-header .account-menu>summary.cv-account-trigger::-webkit-details-marker{display:none!important}.cv-header .account-menu[open]>.cv-account-trigger{background:#fff!important;color:#00345a!important;border-color:#fff!important}

/* Favorites */
body[data-page="favorites"] #main-content{background:#f6f8fb}.cv-favorites-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 16px;padding:13px 16px;border:1px solid #e3e9ef;border-radius:12px;background:#fff}.cv-favorites-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cv-favorite-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e0e7ed;border-radius:15px;background:#fff;box-shadow:0 10px 28px rgba(4,39,64,.07)}.cv-favorite-media{display:block;height:190px;background:#e8eef2;overflow:hidden}.cv-favorite-media img{display:block;width:100%;height:100%;object-fit:cover}.cv-favorite-media--placeholder{display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#00345a,#0b6b9e);color:#fff;font-weight:850;text-align:center}.cv-favorite-body{display:flex;flex:1;flex-direction:column;padding:17px}.cv-favorite-meta{display:flex;flex-wrap:wrap;gap:6px;color:#617081;font-size:10px;font-weight:800}.cv-favorite-body h2{font-size:18px;line-height:1.25;margin:7px 0}.cv-favorite-actions{display:flex;gap:8px;margin-top:auto}.cv-remove-favorite{border:1px solid #f0c7cb!important;background:#fff7f8!important;color:#b42634!important}.cv-favorites-empty{max-width:620px;margin:30px auto!important;padding:48px 30px!important;text-align:center}

/* Messages */
body[data-page="messages"] #main-content{background:#f5f7fa}.cv-messages-shell{display:grid;grid-template-columns:minmax(270px,340px) minmax(0,1fr);height:min(680px,calc(100dvh - 190px));min-height:520px;margin-top:18px;overflow:hidden;border:1px solid #dfe6ec;border-radius:17px;background:#fff;box-shadow:0 16px 42px rgba(4,36,59,.09)}.cv-conversations-panel{display:flex;min-width:0;flex-direction:column;border-right:1px solid #e2e8ee}.cv-conversation-list{min-height:0;overflow:auto;padding:8px}.cv-conversation-row{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:10px;border:0;border-radius:11px;background:transparent;text-align:left}.cv-conversation-copy{min-width:0}.cv-conversation-preview{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-thread-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;background:#f7f9fb}.cv-thread-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;background:#fff}.cv-thread-contact{display:flex;align-items:center;gap:11px;min-width:0}.cv-thread{min-height:0;overflow:auto;padding:22px 24px}.cv-message-row{display:flex;margin:7px 0}.cv-message-row.is-mine{justify-content:flex-end}.cv-message-bubble{max-width:min(72%,620px);padding:10px 12px;border:1px solid #e0e6eb;border-radius:14px;background:#fff}.cv-message-row.is-mine .cv-message-bubble{background:#075b8f;color:#fff}.cv-message-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:13px 16px;background:#fff}.cv-message-composer input{width:100%}.cv-send-button{min-height:44px;padding:8px 15px;border:0;border-radius:11px;background:#003e68;color:#fff;font-weight:850}

@media(max-width:1180px){.cv-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.container{width:min(100% - 28px,1200px)!important}body[data-page="map"] .map-layout{grid-template-columns:1fr!important}body[data-page="map"] .map-layout>section{order:1}body[data-page="map"] .map-layout>aside{order:2;max-height:none!important;overflow:visible!important}body[data-page="map"] .map-layout #map-results{max-height:380px!important}body[data-page="map"] #map{min-height:52dvh!important;max-height:600px}.catalog-layout{grid-template-columns:1fr!important}body[data-page="catalog"] .catalog-layout>.filter-panel{position:static!important;padding:14px!important}.cv-messages-shell{grid-template-columns:290px minmax(0,1fr)}}
@media(max-width:760px){.container{width:min(100% - 24px,1200px)!important}.section{padding-block:28px!important}h1{font-size:clamp(1.75rem,8vw,2.45rem)!important}.hero-grid,.hero-search,.filters-grid,.address-map-layout{grid-template-columns:1fr!important}.hero-search .button,.filters-grid .button{width:100%!important}.section-heading{align-items:flex-start!important;gap:10px;flex-wrap:wrap}.section-heading .text-link{min-height:40px;display:inline-flex;align-items:center}.catalog-layout{gap:14px!important}body[data-page="catalog"] .filter-panel .stack{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}body[data-page="catalog"] .filter-actions{grid-column:1/-1}body[data-page="catalog"] .activity-item>.media-placeholder{height:210px!important;min-height:210px!important}.result-toolbar .button{min-height:42px}.map-layout{gap:12px!important}body[data-page="map"] #map{min-height:50dvh!important;border-radius:14px!important}body[data-page="map"] .map-layout>aside{display:flex!important;flex-direction:column!important}body[data-page="map"] .map-layout .filter-panel .stack{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}body[data-page="map"] .map-layout .filter-panel button{width:100%!important}body[data-page="map"] .map-layout #map-results{max-height:none!important;overflow:visible!important;padding:8px 0!important}body[data-page="map"] .cv-map-result{grid-template-columns:78px minmax(0,1fr)!important}.form-grid{grid-template-columns:1fr!important}.form-grid .full{grid-column:1!important}.footer-grid{grid-template-columns:1fr!important}.cv-messages-shell{grid-template-columns:1fr;height:auto;min-height:0}.cv-conversations-panel{max-height:290px;border-right:0;border-bottom:1px solid #e2e8ee}.cv-thread-panel{min-height:500px}.cv-thread{min-height:300px;padding:16px 13px}.cv-message-bubble{max-width:88%}}
@media(max-width:560px){.container{width:min(100% - 20px,1200px)!important}.section{padding-block:22px!important}.hero{padding-block:28px!important}.hero-search{gap:10px!important}.hero-search label{width:100%}.hero-search input{font-size:16px!important}.button,button{min-height:44px}body[data-page="catalog"] .filter-panel .stack,body[data-page="map"] .map-layout .filter-panel .stack{grid-template-columns:1fr!important}body[data-page="catalog"] .filter-actions{grid-template-columns:1fr!important}.filter-actions .button{width:100%!important}body[data-page="catalog"] .activity-item>.media-placeholder{height:190px!important;min-height:190px!important}body[data-page="catalog"] .activity-item>.button{width:calc(100% - 28px)!important;align-self:stretch!important;text-align:center!important}body[data-page="map"] #map{min-height:46dvh!important;max-height:480px}body[data-page="map"] .result-toolbar{font-size:12px}.leaflet-control-zoom a{width:38px!important;height:38px!important;line-height:38px!important}.leaflet-control-attribution{max-width:72vw;font-size:9px!important}.grid-2,.grid-3,.grid-4,.card-grid,.result-list{grid-template-columns:1fr!important}.stat-grid{grid-template-columns:1fr!important}.form-actions{display:grid!important;grid-template-columns:1fr!important}.form-actions>.button,.form-actions>button,.form-actions>a.button{width:100%!important}.whatsapp-float{right:12px!important;bottom:max(12px,env(safe-area-inset-bottom))!important;width:52px!important;height:52px!important}.cv-favorites-toolbar{align-items:flex-start;flex-direction:column}.cv-favorites-grid{grid-template-columns:1fr}.cv-favorite-media{height:205px}.cv-favorite-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.cv-favorite-actions .button{width:100%!important}.cv-message-composer{grid-template-columns:1fr;padding:10px}.cv-send-button{width:100%}.cv-thread-heading{align-items:flex-start;padding:12px}.cv-thread-business-link{flex:0 0 auto}.cv-message-bubble{max-width:94%}}
@media(max-width:380px){.container{width:min(100% - 16px,1200px)!important}.cv-favorite-actions{grid-template-columns:1fr}.cv-header .header-language{gap:3px!important}.cv-language-flag{display:none!important}body[data-page="map"] #map{min-height:420px!important}.cv-thread-heading{flex-direction:column}.cv-thread-business-link{width:100%;text-align:center}}
@media(hover:none){.button,.cv-icon-action,a,button{-webkit-tap-highlight-color:transparent}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* /assets/css/responsive-final.css */
/* CalabriaVera — responsive finale. Deve essere caricato per ultimo. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body{width:100%;max-width:100%;overflow-x:clip}body{min-width:0}*,*::before,*::after{box-sizing:border-box}img,video,canvas,svg,iframe{max-width:100%}img{height:auto}button,input,select,textarea{font:inherit}input,select,textarea{max-width:100%}.container{max-width:1200px!important;margin-inline:auto!important}.card,.notice,.filter-panel,.result-list,.activity-item,.map-layout,.catalog-layout,.split,.grid-2,.grid-3,.grid-4,.card-grid,.filters-grid,.form-grid,.admin-layout{min-width:0}.grid-2>*,.grid-3>*,.grid-4>*,.card-grid>*,.filters-grid>*,.form-grid>*,.admin-layout>*,.catalog-layout>*,.map-layout>*{min-width:0}

/* Evita overflow da testi, pulsanti e tabelle. */
:where(h1,h2,h3,h4,p,a,span,strong,small,label,td,th){overflow-wrap:anywhere}.button,button{white-space:normal}.table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}table{max-width:100%}.prose{max-width:78ch}

/* Header desktop/tablet. */
.cv-header .header-inner{width:100%;min-width:0}.cv-header .brand{flex:0 1 auto;min-width:0}.cv-header .brand-logo{display:block;max-width:100%;height:auto}.cv-header .header-actions{min-width:0;flex:0 0 auto}.cv-header .cv-header-shortcuts{flex:0 0 auto}.cv-header .header-language{flex:0 0 auto}.cv-header .menu-button{flex:0 0 auto}
.cv-notification-popover{max-width:calc(100vw - 20px)!important}

/* Form, ricerca e touch target. */
.hero-search label,.filter-panel label,.filters-grid>*{min-width:0}.hero-search input,.filter-panel input,.filter-panel select,.filters-grid input,.filters-grid select,.form-grid input,.form-grid select,.form-grid textarea{width:100%!important;max-width:100%!important}.filter-actions,.form-actions{gap:8px}.result-toolbar{min-width:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.result-toolbar>*{min-width:0}

/* Catalogo. */
body[data-page="catalog"] .catalog-layout{align-items:start!important}body[data-page="catalog"] .activity-item{max-width:100%;overflow:hidden}body[data-page="catalog"] .activity-item img{width:100%;max-width:100%;object-fit:cover}body[data-page="catalog"] #results{min-width:0}

/* Mappa: dimensione stabile, controlli utilizzabili e risultati senza overflow. */
body[data-page="map"] .map-layout{width:100%;min-width:0;align-items:stretch!important}body[data-page="map"] .map-layout>section,body[data-page="map"] .map-layout>aside{min-width:0!important;max-width:100%!important}body[data-page="map"] #map{width:100%!important;min-width:0!important;min-height:440px;isolation:isolate}body[data-page="map"] #map-results{min-width:0!important}body[data-page="map"] .cv-map-result{max-width:100%!important;min-width:0!important}body[data-page="map"] .cv-map-result__body{min-width:0!important;overflow:hidden!important}body[data-page="map"] .cv-map-result h3,body[data-page="map"] .cv-map-result p{overflow-wrap:anywhere!important}.leaflet-container{font-size:14px}.leaflet-popup-content{max-width:min(260px,72vw);margin:12px!important}.leaflet-control-zoom a{display:grid!important;place-items:center!important}

/* Pagine dati, schede e admin. */
body[data-page="activities"] .split,body[data-page="activities"] .split>*{min-width:0;max-width:100%}.admin-layout,#admin-content{min-width:0;max-width:100%}#admin-content .card,#admin-content .notice,#admin-content .table-wrap,#admin-content .result-list{max-width:100%;min-width:0}#admin-content input,#admin-content select,#admin-content textarea{max-width:100%;width:100%}

/* Tablet e schermi intermedi. */
@media(max-width:1180px){
  .cv-header .primary-nav,.cv-header .desktop-account{display:none!important}.cv-header .menu-button{display:inline-grid!important;place-items:center!important}
  .catalog-layout,.map-layout,.split{grid-template-columns:1fr!important}.filter-panel,.map-panel{position:static!important}
  .admin-layout{grid-template-columns:1fr!important}.admin-layout>aside{position:static!important;max-width:100%!important;width:100%!important;overflow-x:auto!important;display:flex!important;gap:8px!important;-webkit-overflow-scrolling:touch}.admin-layout>aside .button{flex:0 0 auto!important;width:auto!important;white-space:nowrap!important}
}

@media(max-width:900px){
  .container{width:min(calc(100% - 28px),1200px)!important}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-3,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body[data-page="map"] .map-layout>section{order:1!important}body[data-page="map"] .map-layout>aside{order:2!important;max-height:none!important;overflow:visible!important}body[data-page="map"] #map{min-height:52dvh!important;max-height:620px}body[data-page="map"] #map-results{max-height:none!important}
}

/* Mobile. */
@media(max-width:760px){
  .container{width:min(calc(100% - 24px),1200px)!important}.section{padding-block:28px!important}.hero{padding-block:30px!important}.article-hero{padding-top:30px!important}h1{font-size:clamp(1.85rem,8vw,2.6rem)!important;line-height:1.05!important}h2{font-size:clamp(1.45rem,6.5vw,2rem)!important;line-height:1.12!important}
  .hero-grid,.hero-search,.grid-2,.grid-3,.grid-4,.card-grid,.filters-grid,.form-grid,.catalog-layout,.map-layout,.split,.address-map-layout{grid-template-columns:1fr!important}.hero-search,.filters-grid{gap:10px!important}.hero-search .button,.filters-grid .button,.filter-actions .button,.form-actions .button,.form-actions a.button{width:100%!important;min-height:44px!important;justify-content:center!important}.section-heading,.cta-band{align-items:flex-start!important;gap:12px!important;flex-wrap:wrap!important}
  input,select,textarea{font-size:16px!important;min-height:44px!important}.button,button,[role="button"]{min-height:44px}
  .footer-grid{grid-template-columns:1fr!important}.footer-logo{max-width:220px!important}
  body[data-page="catalog"] .filter-panel{position:static!important;padding:14px!important}body[data-page="catalog"] .filter-panel .stack{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body[data-page="catalog"] .filter-actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important}body[data-page="catalog"] .activity-item{grid-template-columns:1fr!important}body[data-page="catalog"] .activity-item>.media-placeholder{width:100%!important;height:210px!important;min-height:210px!important}body[data-page="catalog"] .activity-item>.button{width:calc(100% - 28px)!important;max-width:none!important;align-self:stretch!important;text-align:center!important;justify-content:center!important}
  body[data-page="map"] #map{min-height:50dvh!important;max-height:560px!important;border-radius:14px!important}body[data-page="map"] .map-layout .filter-panel .stack{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body[data-page="map"] .map-layout .filter-panel button{width:100%!important}body[data-page="map"] #map-results{overflow:visible!important;max-height:none!important;padding-inline:0!important}.leaflet-control-zoom a{width:42px!important;height:42px!important;line-height:42px!important}.leaflet-control-scale{max-width:38vw}.leaflet-control-attribution{max-width:70vw!important;font-size:9px!important;line-height:1.25!important}
  .cv-messages-shell{grid-template-columns:1fr!important;height:auto!important;min-height:0!important}.cv-conversations-panel{max-height:300px!important;border-right:0!important;border-bottom:1px solid #e2e8ee!important}.cv-thread-panel{min-height:500px!important}.cv-thread{min-height:300px!important;padding:16px 13px!important}.cv-message-bubble{max-width:90%!important}.cv-message-composer{grid-template-columns:1fr!important}.cv-send-button{width:100%!important}
}

/* Header specifico smartphone: impedisce il vero overflow a 320-390 px. */
@media(max-width:560px){
  .container{width:min(calc(100% - 20px),1200px)!important}
  .cv-header .header-inner{min-height:68px!important;gap:6px!important;padding-block:7px!important;display:flex!important;flex-wrap:nowrap!important;justify-content:space-between!important}.cv-header .brand{flex:1 1 auto!important;min-width:72px!important;max-width:112px!important}.cv-header .brand-logo{width:108px!important;max-width:100%!important}.cv-header .header-actions{gap:3px!important;margin-left:auto!important}.cv-header .cv-header-shortcuts{gap:0!important}.cv-header .cv-icon-action{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.cv-header .header-language select{width:47px!important;min-width:47px!important;max-width:47px!important;height:40px!important;min-height:40px!important;padding:0 2px!important;font-size:10px!important}.cv-header .menu-button{width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;font-size:0!important;border-radius:10px!important}.cv-header .menu-button::before{content:"☰";font-size:22px!important;line-height:1;color:currentColor}.cv-header .desktop-account{display:none!important}.cv-header .primary-mobile{width:100%!important;max-height:calc(100dvh - 68px)!important;padding:10px 12px max(16px,env(safe-area-inset-bottom))!important;overflow-y:auto!important;overscroll-behavior:contain!important;background:var(--surface,#fff)!important}.cv-header .primary-mobile>a{min-height:44px!important;display:flex!important;align-items:center!important;padding:10px!important}.cv-header .primary-mobile .guest-actions,.cv-header .primary-mobile .account-menu{width:100%!important}.cv-header .account-links{max-width:100%!important;width:100%!important}.cv-notification-popover{position:fixed!important;left:10px!important;right:10px!important;top:76px!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 90px)!important;overflow:auto!important}
  body[data-page="catalog"] .filter-panel .stack,body[data-page="map"] .map-layout .filter-panel .stack{grid-template-columns:1fr!important}body[data-page="catalog"] .filter-actions{grid-template-columns:1fr!important}.result-toolbar{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important}.result-toolbar .button{width:100%!important;justify-content:center!important}.stat-grid{grid-template-columns:1fr!important}.form-actions{display:grid!important;grid-template-columns:1fr!important}.form-actions>*{width:100%!important}
  body[data-page="map"] #map{min-height:46dvh!important;max-height:500px!important}.cv-favorites-grid{grid-template-columns:1fr!important}.cv-favorite-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}.cv-favorite-actions .button{width:100%!important}.whatsapp-float{width:52px!important;height:52px!important;right:12px!important;bottom:max(12px,env(safe-area-inset-bottom))!important}
  .cookie-banner{left:10px!important;right:10px!important;bottom:max(10px,env(safe-area-inset-bottom))!important;width:auto!important;max-width:none!important}.cookie-banner .button{width:100%!important}
}

@media(max-width:390px){
  .container{width:min(calc(100% - 16px),1200px)!important}.cv-header .brand{max-width:96px!important}.cv-header .brand-logo{width:94px!important}.cv-header .cv-icon-action{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}.cv-header .header-language select{width:43px!important;min-width:43px!important;max-width:43px!important}.cv-header .menu-button{width:38px!important;min-width:38px!important;height:38px!important}.cv-favorite-actions{grid-template-columns:1fr!important}.cv-thread-heading{align-items:flex-start!important;flex-direction:column!important}.cv-thread-business-link{width:100%!important;text-align:center!important}
}

@media(max-width:340px){
  .cv-header .brand{max-width:82px!important}.cv-header .brand-logo{width:80px!important}.cv-header .header-actions{gap:1px!important}.cv-header .cv-icon-action{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.cv-header .header-language select{width:40px!important;min-width:40px!important;max-width:40px!important}.cv-header .menu-button{width:36px!important;min-width:36px!important;height:36px!important}.cv-counter-badge{transform:scale(.9);transform-origin:top right}
}

/* Landscape mobile e dispositivi bassi. */
@media(max-height:520px) and (orientation:landscape){body[data-page="map"] #map{min-height:300px!important;height:calc(100dvh - 120px)!important}.cv-header .primary-mobile{max-height:calc(100dvh - 60px)!important}.cv-notification-popover{top:64px!important;max-height:calc(100dvh - 72px)!important}}

@media(pointer:coarse){a,button,.button,input,select,textarea,summary,[role="button"]{touch-action:manipulation}.cv-heart{min-width:44px!important;min-height:44px!important}.leaflet-marker-icon{touch-action:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* /assets/css/device-polish.css */
/* CalabriaVera — final cross-device usability layer. Bundled last at build time. */
:root{--cv-tap-target:44px}

/* Preserve the current visual identity while making controls comfortably usable. */
@media(pointer:coarse){
  .cv-header .cv-icon-action,.cv-header .menu-button,.cv-header .header-language select,.cv-map-toolbar .button,.cv-map-aside-head button,.activity-item>.button,.text-link[role="button"]{min-width:var(--cv-tap-target)!important;min-height:var(--cv-tap-target)!important}
  .cv-header .cv-icon-action,.cv-header .menu-button,.cv-map-toolbar .button,.cv-map-aside-head button{display:inline-grid!important;place-items:center!important}
  .cv-heart{display:grid!important;place-items:center!important}
}

/* Tablet: keep cards balanced and avoid controls becoming cramped. */
@media(min-width:901px) and (max-width:1180px){
  body[data-page="catalog"] .catalog-layout>.filter-panel{display:block!important;grid-template-columns:1fr!important;width:100%!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel #filters{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel .filter-actions{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,220px))!important}
  body[data-page="map"] .cv-map-toolbar .button{min-height:40px!important}
}

@media(min-width:761px) and (max-width:900px){
  body[data-page="catalog"] .catalog-layout>.filter-panel{display:block!important;grid-template-columns:1fr!important;width:100%!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel #filters{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel .filter-actions{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel input:not([type="checkbox"]),body[data-page="catalog"] .catalog-layout>.filter-panel select{min-height:44px!important;font-size:16px!important}
  body[data-page="map"] .cv-map-toolbar .button{min-height:44px!important}
}

/* Phones: one readable column, full-width fields and consistent touch targets. */
@media(max-width:760px){
  body[data-page="catalog"] .catalog-layout>.filter-panel{display:block!important;grid-template-columns:1fr!important;width:100%!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel #filters{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel label,body[data-page="catalog"] .catalog-layout>.filter-panel input,body[data-page="catalog"] .catalog-layout>.filter-panel select{width:100%!important;min-width:0!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel label{font-size:13px!important;line-height:1.35!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel input:not([type="checkbox"]),body[data-page="catalog"] .catalog-layout>.filter-panel select{min-height:46px!important;font-size:16px!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel label:has(input[type="checkbox"]){display:flex!important;align-items:center!important;min-height:44px!important}
  body[data-page="catalog"] .catalog-layout>.filter-panel input[type="checkbox"]{width:22px!important;height:22px!important;min-height:22px!important;flex:0 0 22px!important}
  body[data-page="catalog"] .filter-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  body[data-page="catalog"] .filter-actions .button{min-height:46px!important}

  body[data-page="map"] .cv-map-toolbar{gap:8px!important}
  body[data-page="map"] .cv-map-toolbar .button,body[data-page="map"] .cv-map-aside-head button{min-height:44px!important;font-size:12px!important;padding:8px 12px!important}
  body[data-page="map"] .map-layout .filter-panel label{font-size:13px!important;line-height:1.35!important}
  body[data-page="map"] .map-layout .filter-panel input:not([type="checkbox"]),body[data-page="map"] .map-layout .filter-panel select,body[data-page="map"] .map-layout .filter-panel .button{min-height:46px!important;font-size:16px!important}
  body[data-page="map"] .map-layout .filter-panel label:has(input[type="checkbox"]){display:flex!important;align-items:center!important;min-height:44px!important}
  body[data-page="map"] .map-layout .filter-panel input[type="checkbox"]{width:22px!important;height:22px!important;min-height:22px!important;flex:0 0 22px!important}
  body[data-page="map"] .cv-map-result__meta,body[data-page="map"] .cv-map-result__foot{font-size:12px!important}

  .cv-header .primary-mobile:not([hidden]){box-shadow:0 18px 36px rgba(0,25,44,.24)!important}
  .footer a{display:inline-flex;align-items:center;min-height:36px}
}

@media(max-width:390px){
  .cv-header .cv-icon-action,.cv-header .menu-button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
  .cv-header .header-language select{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}
}

@media(max-width:560px){
  body[data-page="map"] .cv-map-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;height:auto!important;min-height:0!important;align-items:stretch!important;padding:8px!important}
  body[data-page="map"] .cv-map-toolbar #map-count{grid-column:1/-1!important;max-width:none!important}
  body[data-page="map"] .cv-map-toolbar .button{width:100%!important;min-width:0!important}
}

@media(max-width:340px){
  .cv-header .brand{max-width:74px!important}
  .cv-header .brand-logo{width:72px!important}
  .cv-header .cv-icon-action,.cv-header .menu-button{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}
  .cv-header .header-language select{width:38px!important;min-width:38px!important;height:42px!important;min-height:42px!important}
}

/* Low-height landscape phones must keep the main actions reachable. */
@media(max-height:520px) and (orientation:landscape){
  body[data-page="home"] .cv-home-hero{min-height:390px!important}
  body[data-page="home"] .cv-home-hero__content{padding-block:24px 52px!important}
  body[data-page="home"] .cv-home-hero__mark{max-height:88px!important;width:250px!important}
}

/* Mobile navigation guard. */
@media(max-width:1180px){
  .cv-header .primary-mobile:not([hidden]){
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:6px!important;
    position:relative!important;
    z-index:1001!important;
    background:linear-gradient(180deg,var(--cv-navy,#002f55),var(--cv-navy-dark,#002642))!important;
    color:#fff!important;
    border-top:1px solid rgba(255,255,255,.14)!important;
  }
  .cv-header .primary-mobile>a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:10px 12px!important;
    font-size:16px!important;
    line-height:1.2!important;
    font-weight:700!important;
    color:#fff!important;
    border-radius:10px!important;
    text-decoration:none!important;
  }
  .cv-header .primary-mobile>a:hover,.cv-header .primary-mobile>a:focus-visible{
    background:rgba(255,255,255,.10)!important;
    color:#fff!important;
  }
  .cv-header .primary-mobile>a[aria-current="page"]{
    color:#fff!important;
    background:rgba(255,255,255,.10)!important;
    box-shadow:inset 4px 0 var(--cv-gold,#ffb000)!important;
  }
  .cv-header .primary-mobile .guest-actions,.cv-header .primary-mobile .account-menu{
    width:100%!important;
    min-width:0!important;
    border-top:1px solid rgba(255,255,255,.14)!important;
  }
  .cv-header .primary-mobile .account-menu summary{
    color:#fff!important;
    background:transparent!important;
    border-color:rgba(255,255,255,.22)!important;
  }
  .cv-header .primary-mobile .account-links{
    width:100%!important;
    min-width:0!important;
    background:rgba(0,25,44,.34)!important;
    border-color:rgba(255,255,255,.14)!important;
    box-shadow:none!important;
  }
  .cv-header .primary-mobile .account-links a,.cv-header .primary-mobile .account-links button{
    width:100%!important;
    max-width:100%!important;
    color:#fff!important;
    white-space:normal!important;
  }
  .cv-header .primary-mobile .account-links a:hover,.cv-header .primary-mobile .account-links button:hover{
    background:rgba(255,255,255,.10)!important;
  }
}

/* Extra-small viewport hardening: keep the header and every main section inside the viewport. */
@media(max-width:560px){
  html,body{max-width:100%!important;overflow-x:clip!important}
  main,section,.container,.cv-header .header-inner,.cv-header .primary-mobile{min-width:0!important;max-width:100%!important}
  .cv-header .header-inner{width:calc(100% - 16px)!important;margin-inline:auto!important}
  .cv-header .header-actions{min-width:0!important;flex:0 0 auto!important;gap:2px!important}
  .cv-header .cv-header-shortcuts{min-width:0!important;flex:0 0 auto!important;gap:0!important}
  .cv-header .primary-mobile:not([hidden]){
    width:calc(100% - 16px)!important;
    margin-inline:auto!important;
    padding:8px 8px max(14px,env(safe-area-inset-bottom))!important;
    max-height:calc(100dvh - 68px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    border-radius:0 0 12px 12px!important;
  }
  .cv-header .primary-mobile>*{min-width:0!important;max-width:100%!important}
}

@media(max-width:360px){
  .cv-header .header-actions{gap:1px!important}
  .cv-header .cv-header-shortcuts{gap:0!important}
  .cv-header .primary-mobile>a{font-size:15px!important;padding:9px 10px!important}
}

/* Stable hamburger: use two pseudo-elements only, never text glyphs. */
@media(max-width:1180px){
  .cv-header .menu-button{
    position:relative!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:0!important;
    border-radius:12px!important;
    font-size:0!important;
    line-height:1!important;
    overflow:hidden!important;
  }
  .cv-header .menu-button::before,.cv-header .menu-button::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    display:block!important;
    width:22px!important;
    height:3px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:currentColor!important;
    transform:translate(-50%,-50%)!important;
    transform-origin:center!important;
    transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease!important;
  }
  .cv-header .menu-button::before{box-shadow:0 -7px 0 currentColor,0 7px 0 currentColor!important}
  .cv-header .menu-button::after{opacity:0!important;box-shadow:none!important}
  .cv-header .menu-button[aria-expanded="true"]::before{
    box-shadow:none!important;
    transform:translate(-50%,-50%) rotate(45deg)!important;
  }
  .cv-header .menu-button[aria-expanded="true"]::after{
    opacity:1!important;
    transform:translate(-50%,-50%) rotate(-45deg)!important;
  }
}

/* /assets/css/ui-final-overrides.css */
/* CalabriaVera — final UI rules loaded last on every built page. */
:root{--cv-shell-navy:#00345b}
html{min-height:100%;height:auto!important;background:var(--cv-shell-navy)!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;touch-action:auto!important}
body{min-height:100vh;height:auto!important;margin:0!important;padding-top:0!important;background:var(--cv-shell-navy)!important;overflow-x:hidden!important;overflow-y:visible!important;overscroll-behavior-y:auto!important;touch-action:auto!important;-webkit-overflow-scrolling:touch}
#site-header{position:sticky!important;top:0!important;z-index:5000!important;background:var(--cv-shell-navy)!important}
.site-header.cv-header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:auto!important;background:var(--cv-shell-navy)!important}
#main-content{margin:0!important;background:#fff;overflow:visible!important;touch-action:auto!important}
#site-footer,.footer{background:var(--cv-shell-navy)!important}
.footer{margin-top:0!important;border-top:0!important;padding-bottom:max(3rem,env(safe-area-inset-bottom))!important}

/* Evita che l'audit generale spezzi parole normali come "Conversazioni". */
:where(h1,h2,h3,h4,.eyebrow,label,button,.button,summary){overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
:where(h1,h2,h3,h4){max-width:100%;text-wrap:balance}
:where(input,select,textarea,button,.button){min-width:0;max-width:100%}
:where(.card,.notice,.empty-state,.stat,.form-grid,.grid-2,.grid-3,.grid-4,.section-heading)>*{min-width:0}
.form-actions,.filter-actions,.meta-row{flex-wrap:wrap}

/* Le aree personali mantengono un titolo leggibile senza scala "hero". */
body[data-page="dashboard"] #main-content,
body[data-page="favorites"] #main-content,
body[data-page="messages"] #main-content,
body[data-page="profile"] #main-content,
body[data-page="addBusiness"] #main-content,
body[data-page="login"] #main-content,
body[data-page="register"] #main-content{background:#f7f9fb!important}
body[data-page="dashboard"] #main-content>.section.container>h1,
body[data-page="favorites"] #main-content>.section.container>h1,
body[data-page="messages"] #main-content>.section.container>h1,
body[data-page="profile"] #main-content>.section.container>h1,
body[data-page="addBusiness"] #main-content>.section.container>h1,
body[data-page="login"] #main-content>.section.container>h1,
body[data-page="register"] #main-content>.section.container>h1{font-size:clamp(2rem,4.2vw,3.45rem)!important;line-height:1.04!important;margin:.2rem 0 1.1rem!important;letter-spacing:-.035em!important}
body[data-page="dashboard"] #dashboard-root,
body[data-page="favorites"] #favorites-root,
body[data-page="messages"] #messages-root,
body[data-page="profile"] #profile-root,
body[data-page="addBusiness"] #add-business-root,
body[data-page="login"] #auth-root,
body[data-page="register"] #auth-root{width:100%;min-width:0;max-width:100%}

/* Form, card e azioni delle aree account devono restringersi senza overflow. */
body[data-page="profile"] .grid-2,
body[data-page="addBusiness"] .form-grid,
body[data-page="login"] .form-grid,
body[data-page="register"] .form-grid{min-width:0}
body[data-page="profile"] .card,
body[data-page="dashboard"] .card,
body[data-page="favorites"] .card,
body[data-page="addBusiness"] .card,
body[data-page="login"] .card,
body[data-page="register"] .card{max-width:100%;min-width:0}
body[data-page="profile"] a,
body[data-page="dashboard"] a,
body[data-page="favorites"] a,
body[data-page="addBusiness"] a{overflow-wrap:break-word}

/* Esplora e Mappa: Servizio e Data non devono essere visibili nei filtri. */
body[data-page="catalog"] #service,
body[data-page="catalog"] #date,
body[data-page="map"] #service{display:none!important}

/* Fallback difensivo: la lista attività della Mappa non deve mai essere mostrata. */
body[data-page="map"] #map-results{display:none!important}

/* Messaggi: layout stabile, titoli leggibili, più respiro e niente icone chatbot-like. */
body[data-page="messages"] #main-content>.section.container{width:min(calc(100% - 40px),1440px)!important;padding:28px 0 42px!important}
body[data-page="messages"] .cv-messages-shell{grid-template-columns:minmax(300px,350px) minmax(0,1fr)!important;width:100%!important;max-width:100%!important;height:clamp(540px,68dvh,720px)!important;min-height:540px!important;margin-top:14px!important}
body[data-page="messages"] .cv-conversations-panel,
body[data-page="messages"] .cv-thread-panel{min-width:0!important}
body[data-page="messages"] .cv-messages-panel-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;padding:20px 22px 14px!important;min-width:0!important}
body[data-page="messages"] .cv-messages-panel-head>div{min-width:0!important}
body[data-page="messages"] .cv-messages-panel-head h2{font-size:clamp(1.65rem,2.15vw,2.15rem)!important;line-height:1.08!important;margin:.25rem 0 .35rem!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
body[data-page="messages"] .cv-conversation-total{flex:0 0 auto!important;margin-top:4px!important}
body[data-page="messages"] .cv-conversation-list{padding:10px 14px 16px!important}
body[data-page="messages"] .cv-conversation-row{min-width:0!important}
body[data-page="messages"] .cv-conversation-copy,
body[data-page="messages"] .cv-conversation-top{min-width:0!important}
body[data-page="messages"] .cv-messages-empty{padding:18px 2px 22px!important}
body[data-page="messages"] .cv-messages-empty p{max-width:28ch!important}
body[data-page="messages"] .cv-thread-heading{padding:20px 24px 18px!important;min-width:0!important}
body[data-page="messages"] .cv-thread-heading>div,
body[data-page="messages"] .cv-thread-contact>div{min-width:0!important}
body[data-page="messages"] .cv-thread-heading h2{font-size:clamp(1.8rem,3vw,2.75rem)!important;line-height:1.06!important;margin:.25rem 0 .55rem!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
body[data-page="messages"] .cv-thread-heading p{max-width:62ch!important;margin-bottom:0!important}
body[data-page="messages"] .cv-thread{padding:24px!important}
body[data-page="messages"] .cv-message-composer{grid-template-columns:minmax(0,1fr) auto!important;padding:16px 20px 18px!important;gap:10px!important;align-items:stretch!important}
body[data-page="messages"] .cv-message-composer input{min-width:0!important;font-size:16px!important}
body[data-page="messages"] .cv-send-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;min-width:104px!important;max-width:160px!important;white-space:nowrap!important;padding-inline:16px!important}
body[data-page="messages"] .cv-send-button svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;flex:0 0 18px!important}
body[data-page="messages"] .cv-thread-placeholder{padding:28px 4px!important}
body[data-page="messages"] .cv-thread-placeholder p{margin:0!important}
body[data-page="messages"] .cv-empty-icon,
body[data-page="messages"] .cv-thread-placeholder>span[aria-hidden="true"]{display:none!important}

/* Dashboard, preferiti e profilo: azioni e griglie scalano senza uscire dal viewport. */
body[data-page="dashboard"] .stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body[data-page="dashboard"] .form-actions,
body[data-page="favorites"] .cv-favorite-actions,
body[data-page="profile"] .form-actions,
body[data-page="addBusiness"] .form-actions{gap:8px!important}
body[data-page="favorites"] .cv-favorite-body h2{overflow-wrap:normal!important;word-break:normal!important}
body[data-page="profile"] form,
body[data-page="addBusiness"] form,
body[data-page="login"] form,
body[data-page="register"] form{min-width:0;max-width:100%}

/* Admin: i contenuti possono scorrere orizzontalmente solo nelle tabelle, non nella pagina. */
body[data-page^="admin-"] .admin-layout,
body[data-page^="admin-"] .admin-layout>section,
body[data-page^="admin-"] #admin-content{min-width:0!important;max-width:100%!important}
body[data-page^="admin-"] .table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}
body[data-page^="admin-"] table{min-width:620px}

@media(max-width:980px){
  body[data-page="messages"] .cv-messages-shell{grid-template-columns:minmax(260px,300px) minmax(0,1fr)!important}
  body[data-page="messages"] .cv-messages-panel-head h2{font-size:1.65rem!important}
  body[data-page="messages"] .cv-thread-heading h2{font-size:clamp(1.7rem,4vw,2.25rem)!important}
  body[data-page="dashboard"] .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:820px){
  body[data-page="messages"] #main-content>.section.container{width:min(calc(100% - 28px),1440px)!important;padding-top:22px!important}
  body[data-page="messages"] .cv-messages-shell{grid-template-columns:1fr!important;height:auto!important;min-height:0!important}
  body[data-page="messages"] .cv-conversations-panel{max-height:330px!important;border-right:0!important;border-bottom:1px solid #e2e8ee!important}
  body[data-page="messages"] .cv-thread-panel{min-height:500px!important}
  body[data-page="messages"] .cv-thread{min-height:280px!important}
}

@media(max-width:720px){
  body[data-page="catalog"] #results.result-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  body[data-page="catalog"] #results>.activity-item{
    min-width:0!important;
    width:auto!important;
    margin:0!important;
    min-height:225px!important;
  }
  body[data-page="catalog"] #results>.activity-item .media-placeholder{height:112px!important}
  body[data-page="catalog"] #results>.activity-item h3{font-size:12px!important;line-height:1.2!important}
  body[data-page="catalog"] #results>.activity-item p{font-size:10px!important;line-height:1.3!important;-webkit-line-clamp:2!important}

  /* Eventi & Blog / notizie: due card affiancate anche su smartphone. */
  body[data-page="blog"] #blog-list.card-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  body[data-page="blog"] #blog-list>.blog-card{min-width:0!important;width:auto!important;margin:0!important;overflow:hidden!important}
  body[data-page="blog"] #blog-list>.blog-card .body{padding:9px!important}
  body[data-page="blog"] #blog-list>.blog-card .eyebrow{font-size:9px!important;line-height:1.25!important}
  body[data-page="blog"] #blog-list>.blog-card h3{font-size:13px!important;line-height:1.2!important;margin:5px 0!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}
  body[data-page="blog"] #blog-list>.blog-card .body>p:not(.eyebrow){font-size:10px!important;line-height:1.3!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}
  body[data-page="blog"] #blog-list>.blog-card .text-link{font-size:10px!important}
}

@media(max-width:760px){
  body[data-page="dashboard"] #main-content>.section.container>h1,
  body[data-page="favorites"] #main-content>.section.container>h1,
  body[data-page="messages"] #main-content>.section.container>h1,
  body[data-page="profile"] #main-content>.section.container>h1,
  body[data-page="addBusiness"] #main-content>.section.container>h1,
  body[data-page="login"] #main-content>.section.container>h1,
  body[data-page="register"] #main-content>.section.container>h1{font-size:clamp(1.85rem,9vw,2.6rem)!important}
  body[data-page="messages"] .cv-messages-panel-head{padding:16px 16px 10px!important}
  body[data-page="messages"] .cv-conversation-list{padding:8px 10px 12px!important}
  body[data-page="messages"] .cv-thread-heading{padding:16px!important}
  body[data-page="messages"] .cv-thread{padding:18px 14px!important}
  body[data-page="messages"] .cv-message-composer{padding:12px 14px 14px!important}
  body[data-page="profile"] .grid-2,
  body[data-page="addBusiness"] .form-grid{grid-template-columns:1fr!important}
  body[data-page="profile"] .form-actions,
  body[data-page="dashboard"] .form-actions,
  body[data-page="addBusiness"] .form-actions{display:grid!important;grid-template-columns:1fr!important}
  body[data-page="profile"] .form-actions>* ,
  body[data-page="dashboard"] .form-actions>* ,
  body[data-page="addBusiness"] .form-actions>*{width:100%!important}
}

@media(max-width:560px){
  body[data-page="messages"] #main-content>.section.container{width:calc(100% - 20px)!important;padding:18px 0 28px!important}
  body[data-page="messages"] .cv-messages-shell{margin-top:10px!important;border-radius:13px!important}
  body[data-page="messages"] .cv-conversations-panel{max-height:300px!important}
  body[data-page="messages"] .cv-thread-panel{min-height:450px!important}
  body[data-page="messages"] .cv-messages-panel-head h2{font-size:1.5rem!important}
  body[data-page="messages"] .cv-thread-heading h2{font-size:1.65rem!important}
  body[data-page="messages"] .cv-message-composer{grid-template-columns:1fr!important}
  body[data-page="messages"] .cv-send-button{width:100%!important;max-width:none!important;min-width:0!important}
  body[data-page="messages"] .cv-message-bubble{max-width:94%!important}
  body[data-page="dashboard"] .stat-grid{grid-template-columns:1fr!important}
  body[data-page="favorites"] .cv-favorite-actions{grid-template-columns:1fr!important}
  body[data-page^="admin-"] .admin-layout>aside{max-width:100%!important;overflow-x:auto!important}
}

@media(max-width:380px){
  body[data-page="messages"] .cv-thread-heading{flex-direction:column!important;align-items:flex-start!important}
  body[data-page="messages"] .cv-thread-business-link{width:100%!important;text-align:center!important}
}

/* /assets/css/messages-v2.css */
.cv-messages-v2 .cv-live-indicator{display:block;margin-top:4px;font-size:.78rem;color:var(--muted,#62675f)}.cv-messages-v2 .cv-live-indicator::first-letter{color:#2f7d45}.cv-message-tools{display:grid;gap:10px;padding:0 16px 14px}.cv-message-tools input{width:100%;min-width:0}.cv-message-filter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.cv-message-filter button,.cv-quick-replies button,.cv-thread-actions button,.cv-conversation-archive{border:1px solid var(--line,#ddd8ce);background:transparent;border-radius:999px;padding:7px 10px;font:inherit;font-size:.82rem;cursor:pointer}.cv-message-filter button.is-active{background:var(--text,#20231f);color:#fff;border-color:var(--text,#20231f)}.cv-conversation-item{position:relative;border-bottom:1px solid var(--line,#ddd8ce)}.cv-conversation-item.is-active{background:rgba(35,59,48,.055)}.cv-conversation-item .cv-conversation-row{border-bottom:0!important}.cv-conversation-row.has-unread strong{font-weight:800}.cv-conversation-top{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.cv-conversation-top time{font-size:.72rem;color:var(--muted,#62675f);white-space:nowrap}.cv-unread-badge{display:inline-flex;min-width:24px;height:24px;padding:0 6px;align-items:center;justify-content:center;border-radius:999px;background:var(--text,#20231f);color:#fff;font-size:.72rem;font-weight:800}.cv-conversation-archive{position:absolute;right:12px;bottom:6px;padding:4px 8px;font-size:.72rem;opacity:.65}.cv-conversation-item:hover .cv-conversation-archive,.cv-conversation-archive:focus-visible{opacity:1}.cv-thread-actions{display:flex;flex-wrap:wrap;gap:7px;align-items:center;justify-content:flex-end}.cv-thread-actions .cv-thread-business-link{white-space:nowrap}.cv-message-meta{display:flex;justify-content:flex-end;gap:8px;align-items:center;margin-top:4px;font-size:.72rem;opacity:.72}.cv-message-state{white-space:nowrap}.cv-message-state.is-read{font-weight:700}.cv-quick-replies{border-top:1px solid var(--line,#ddd8ce);padding:10px 14px;background:rgba(244,241,235,.45)}.cv-quick-replies-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px;font-size:.82rem}.cv-quick-replies-head button{border:0;background:transparent;text-decoration:underline;cursor:pointer;font:inherit}.cv-quick-replies #cv-quick-reply-list{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px}.cv-quick-replies #cv-quick-reply-list button{flex:0 0 auto;max-width:min(360px,80vw);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fff}.cv-messages-v2 .cv-thread-placeholder span,.cv-messages-v2 .cv-empty-icon{display:none!important}@media(max-width:760px){.cv-message-filter{grid-template-columns:1fr}.cv-conversation-archive{position:static;margin:0 12px 8px}.cv-thread-actions{justify-content:flex-start;width:100%}.cv-thread-heading{gap:10px}.cv-quick-replies #cv-quick-reply-list{padding-inline:0}}

/* /assets/css/language-modern.css */
/* CalabriaVera — modern, compact and cross-platform language picker. */
.cv-header .header-language{
  position:relative!important;
  display:block!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
}
.cv-header .header-language>summary{
  list-style:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-width:76px!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 11px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  cursor:pointer!important;
  user-select:none!important;
  -webkit-tap-highlight-color:transparent!important;
  box-shadow:inset 0 1px rgba(255,255,255,.06),0 4px 14px rgba(0,18,34,.12)!important;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
.cv-header .header-language>summary::-webkit-details-marker{display:none!important}
.cv-header .header-language>summary::marker{content:""!important}
.cv-header .header-language>summary:hover,
.cv-header .header-language>summary:focus-visible,
.cv-header .header-language[open]>summary{
  background:rgba(255,255,255,.11)!important;
  border-color:rgba(255,255,255,.45)!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.07),0 6px 18px rgba(0,18,34,.16)!important;
  outline:0!important;
}
.cv-language-flag{
  display:inline-block!important;
  width:24px!important;
  height:16px!important;
  min-width:24px!important;
  border-radius:3px!important;
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.14)!important;
  background-size:100% 100%!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.cv-language-flag--it{background:linear-gradient(90deg,#009246 0 33.333%,#fff 33.333% 66.666%,#ce2b37 66.666%)!important}
.cv-language-flag--fr{background:linear-gradient(90deg,#0055a4 0 33.333%,#fff 33.333% 66.666%,#ef4135 66.666%)!important}
.cv-language-flag--de{background:linear-gradient(#000 0 33.333%,#dd0000 33.333% 66.666%,#ffce00 66.666%)!important}
.cv-language-flag--es{background:linear-gradient(#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75%)!important}
.cv-language-flag--en{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'%3E%3Cpath fill='%23012169' d='M0 0h60v36H0z'/%3E%3Cpath stroke='%23fff' stroke-width='7' d='m0 0 60 36M60 0 0 36'/%3E%3Cpath stroke='%23C8102E' stroke-width='4' d='m0 0 60 36M60 0 0 36'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='M30 0v36M0 18h60'/%3E%3Cpath stroke='%23C8102E' stroke-width='7' d='M30 0v36M0 18h60'/%3E%3C/svg%3E")!important;background-color:#012169!important}
.cv-language-code{
  display:inline-block!important;
  min-width:20px!important;
  color:inherit!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.035em!important;
  text-align:center!important;
}
.cv-language-chevron{
  width:13px!important;
  height:13px!important;
  flex:0 0 13px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
  transition:transform .16s ease!important;
}
.cv-header .header-language[open] .cv-language-chevron{transform:rotate(180deg)!important}
.cv-language-list{
  position:absolute!important;
  z-index:2200!important;
  top:calc(100% + 9px)!important;
  right:0!important;
  display:grid!important;
  gap:3px!important;
  width:214px!important;
  max-width:calc(100vw - 20px)!important;
  padding:7px!important;
  border:1px solid #dfe7ed!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.985)!important;
  color:#172739!important;
  box-shadow:0 18px 44px rgba(0,26,45,.22),0 2px 8px rgba(0,26,45,.08)!important;
  backdrop-filter:blur(14px)!important;
}
.cv-language-option{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  min-height:44px!important;
  display:grid!important;
  grid-template-columns:28px 32px minmax(0,1fr) 18px!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  padding:7px 9px!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#243548!important;
  font:inherit!important;
  text-align:left!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transform:none!important;
}
.cv-language-option:hover,.cv-language-option:focus-visible{
  background:#eef5f9!important;
  color:#00365d!important;
  outline:0!important;
}
.cv-language-option[aria-current="true"]{
  background:#e8f2f8!important;
  color:#002f55!important;
}
.cv-language-option .cv-language-code{font-size:12px!important;color:inherit!important}
.cv-language-name{font-size:13px!important;font-weight:720!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.cv-language-check{font-size:14px!important;font-weight:900!important;color:#0073aa!important;text-align:center!important}

@media(max-width:560px){
  .cv-header .header-language>summary{
    min-width:70px!important;
    height:40px!important;
    min-height:40px!important;
    gap:6px!important;
    padding-inline:9px!important;
  }
  .cv-language-flag{width:22px!important;height:15px!important;min-width:22px!important}
  .cv-language-code{font-size:12px!important}
  .cv-language-list{width:min(208px,calc(100vw - 16px))!important;right:0!important;top:calc(100% + 7px)!important}
}

@media(max-width:370px){
  .cv-header .header-language>summary{min-width:62px!important;padding-inline:7px!important;gap:5px!important}
  .cv-language-flag{width:20px!important;height:14px!important;min-width:20px!important}
  .cv-language-chevron{width:11px!important;height:11px!important;flex-basis:11px!important}
  .cv-language-list{position:fixed!important;top:64px!important;right:8px!important;left:auto!important;width:min(208px,calc(100vw - 16px))!important;max-height:calc(100dvh - 76px)!important;overflow:auto!important}
}

/* /assets/css/critical-shell.css */
/* Critical shell: evita flash di layout/logo e mantiene stabile l'assistenza WhatsApp. */
#site-header{min-height:72px}
.brand-logo,.footer-logo,.cv-home-hero__mark{object-fit:contain}
.footer .footer-logo{filter:none!important;opacity:1!important;mix-blend-mode:normal!important}
.whatsapp-float{overflow:visible!important}
.cv-whatsapp-help{position:absolute!important;right:72px!important;top:50%!important;transform:translateY(-50%)!important;display:block!important;width:max-content!important;max-width:none!important;padding:10px 14px!important;border:1px solid rgba(4,52,82,.12)!important;border-radius:14px!important;background:#fff!important;color:#143044!important;font-size:13px!important;font-weight:800!important;line-height:1.15!important;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;text-align:center!important;box-shadow:0 9px 28px rgba(5,43,67,.18)!important;pointer-events:none!important}
.cv-whatsapp-help::after{content:""!important;position:absolute!important;right:-7px!important;top:50%!important;width:13px!important;height:13px!important;transform:translateY(-50%) rotate(45deg)!important;background:#fff!important;border-top:1px solid rgba(4,52,82,.12)!important;border-right:1px solid rgba(4,52,82,.12)!important}
@media(max-width:560px){
  .whatsapp-float{right:14px!important;bottom:max(14px,env(safe-area-inset-bottom))!important;width:54px!important;height:54px!important}
  .whatsapp-float svg{width:29px!important;height:29px!important}
  .cv-whatsapp-help{right:64px!important;padding:8px 11px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important;max-width:none!important;min-width:max-content!important}
}
@media(max-width:360px){.cv-whatsapp-help{right:61px!important;padding:7px 9px!important;font-size:11px!important}}
@media(prefers-reduced-motion:reduce){.whatsapp-float{transition:none!important}}

/* /assets/css/growth-enhancements.css */
/* CalabriaVera — funzionalità crescita, senza alterare scroll o shell globale. */
.cv-discovery-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.cv-near-controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cv-near-controls select{min-width:110px}.cv-near-active{font-size:12px;font-weight:800;color:#075b8f}.cv-distance{font-weight:850;color:#075b8f}.cv-smart-hint{display:block;margin-top:5px;font-size:11px;color:#687582}
.cv-share-bar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:14px 0 22px}.cv-share-bar>strong{margin-right:4px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#536170}.cv-share-bar .button{min-height:38px!important;padding:7px 11px!important;font-size:11px!important}
.cv-business-enhancements{display:grid;gap:24px;margin-top:28px}.cv-business-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cv-business-info-grid>div{padding:14px;border:1px solid #e6ebef;border-radius:12px;background:#fbfcfd}.cv-business-info-grid p{margin:.35rem 0 0}.cv-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cv-gallery-grid a{display:block;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#eef2f4}.cv-gallery-grid img{width:100%;height:100%;object-fit:cover;display:block}.cv-nearby .grid-2{align-items:stretch}
.cv-owner-insights{margin-top:3rem}.cv-owner-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.cv-owner-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0}.cv-owner-metrics span{padding:9px;border-radius:9px;background:#f5f8fa;font-size:11px}.cv-owner-metrics strong{display:block;font-size:16px;color:#12324a}
@media(max-width:760px){.cv-discovery-tools{grid-template-columns:1fr}.cv-near-controls{align-items:stretch}.cv-near-controls>*{flex:1 1 auto}.cv-business-info-grid,.cv-owner-table{grid-template-columns:1fr}.cv-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cv-owner-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.cv-share-bar{align-items:stretch}.cv-share-bar .button{flex:1 1 calc(50% - 8px)}}

/* /assets/css/ui-final-overrides.css */
/* CalabriaVera — final UI rules loaded last on every built page. */
:root{--cv-shell-navy:#00345b}
html{min-height:100%;height:auto!important;background:var(--cv-shell-navy)!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;touch-action:auto!important}
body{min-height:100vh;height:auto!important;margin:0!important;padding-top:0!important;background:var(--cv-shell-navy)!important;overflow-x:hidden!important;overflow-y:visible!important;overscroll-behavior-y:auto!important;touch-action:auto!important;-webkit-overflow-scrolling:touch}
#site-header{position:sticky!important;top:0!important;z-index:5000!important;background:var(--cv-shell-navy)!important}
.site-header.cv-header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:auto!important;background:var(--cv-shell-navy)!important}
#main-content{margin:0!important;background:#fff;overflow:visible!important;touch-action:auto!important}
#site-footer,.footer{background:var(--cv-shell-navy)!important}
.footer{margin-top:0!important;border-top:0!important;padding-bottom:max(3rem,env(safe-area-inset-bottom))!important}

/* Evita che l'audit generale spezzi parole normali come "Conversazioni". */
:where(h1,h2,h3,h4,.eyebrow,label,button,.button,summary){overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
:where(h1,h2,h3,h4){max-width:100%;text-wrap:balance}
:where(input,select,textarea,button,.button){min-width:0;max-width:100%}
:where(.card,.notice,.empty-state,.stat,.form-grid,.grid-2,.grid-3,.grid-4,.section-heading)>*{min-width:0}
.form-actions,.filter-actions,.meta-row{flex-wrap:wrap}

/* Le aree personali mantengono un titolo leggibile senza scala "hero". */
body[data-page="dashboard"] #main-content,
body[data-page="favorites"] #main-content,
body[data-page="messages"] #main-content,
body[data-page="profile"] #main-content,
body[data-page="addBusiness"] #main-content,
body[data-page="login"] #main-content,
body[data-page="register"] #main-content{background:#f7f9fb!important}
body[data-page="dashboard"] #main-content>.section.container>h1,
body[data-page="favorites"] #main-content>.section.container>h1,
body[data-page="messages"] #main-content>.section.container>h1,
body[data-page="profile"] #main-content>.section.container>h1,
body[data-page="addBusiness"] #main-content>.section.container>h1,
body[data-page="login"] #main-content>.section.container>h1,
body[data-page="register"] #main-content>.section.container>h1{font-size:clamp(2rem,4.2vw,3.45rem)!important;line-height:1.04!important;margin:.2rem 0 1.1rem!important;letter-spacing:-.035em!important}
body[data-page="dashboard"] #dashboard-root,
body[data-page="favorites"] #favorites-root,
body[data-page="messages"] #messages-root,
body[data-page="profile"] #profile-root,
body[data-page="addBusiness"] #add-business-root,
body[data-page="login"] #auth-root,
body[data-page="register"] #auth-root{width:100%;min-width:0;max-width:100%}

/* Form, card e azioni delle aree account devono restringersi senza overflow. */
body[data-page="profile"] .grid-2,
body[data-page="addBusiness"] .form-grid,
body[data-page="login"] .form-grid,
body[data-page="register"] .form-grid{min-width:0}
body[data-page="profile"] .card,
body[data-page="dashboard"] .card,
body[data-page="favorites"] .card,
body[data-page="addBusiness"] .card,
body[data-page="login"] .card,
body[data-page="register"] .card{max-width:100%;min-width:0}
body[data-page="profile"] a,
body[data-page="dashboard"] a,
body[data-page="favorites"] a,
body[data-page="addBusiness"] a{overflow-wrap:break-word}

/* Esplora e Mappa: Servizio e Data non devono essere visibili nei filtri. */
body[data-page="catalog"] #service,
body[data-page="catalog"] #date,
body[data-page="map"] #service{display:none!important}

/* Fallback difensivo: la lista attività della Mappa non deve mai essere mostrata. */
body[data-page="map"] #map-results{display:none!important}

/* Messaggi: layout stabile, titoli leggibili, più respiro e niente icone chatbot-like. */
body[data-page="messages"] #main-content>.section.container{width:min(calc(100% - 40px),1440px)!important;padding:28px 0 42px!important}
body[data-page="messages"] .cv-messages-shell{grid-template-columns:minmax(300px,350px) minmax(0,1fr)!important;width:100%!important;max-width:100%!important;height:clamp(540px,68dvh,720px)!important;min-height:540px!important;margin-top:14px!important}
body[data-page="messages"] .cv-conversations-panel,
body[data-page="messages"] .cv-thread-panel{min-width:0!important}
body[data-page="messages"] .cv-messages-panel-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;padding:20px 22px 14px!important;min-width:0!important}
body[data-page="messages"] .cv-messages-panel-head>div{min-width:0!important}
body[data-page="messages"] .cv-messages-panel-head h2{font-size:clamp(1.65rem,2.15vw,2.15rem)!important;line-height:1.08!important;margin:.25rem 0 .35rem!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
body[data-page="messages"] .cv-conversation-total{flex:0 0 auto!important;margin-top:4px!important}
body[data-page="messages"] .cv-conversation-list{padding:10px 14px 16px!important}
body[data-page="messages"] .cv-conversation-row{min-width:0!important}
body[data-page="messages"] .cv-conversation-copy,
body[data-page="messages"] .cv-conversation-top{min-width:0!important}
body[data-page="messages"] .cv-messages-empty{padding:18px 2px 22px!important}
body[data-page="messages"] .cv-messages-empty p{max-width:28ch!important}
body[data-page="messages"] .cv-thread-heading{padding:20px 24px 18px!important;min-width:0!important}
body[data-page="messages"] .cv-thread-heading>div,
body[data-page="messages"] .cv-thread-contact>div{min-width:0!important}
body[data-page="messages"] .cv-thread-heading h2{font-size:clamp(1.8rem,3vw,2.75rem)!important;line-height:1.06!important;margin:.25rem 0 .55rem!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
body[data-page="messages"] .cv-thread-heading p{max-width:62ch!important;margin-bottom:0!important}
body[data-page="messages"] .cv-thread{padding:24px!important}
body[data-page="messages"] .cv-message-composer{grid-template-columns:minmax(0,1fr) auto!important;padding:16px 20px 18px!important;gap:10px!important;align-items:stretch!important}
body[data-page="messages"] .cv-message-composer input{min-width:0!important;font-size:16px!important}
body[data-page="messages"] .cv-send-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;min-width:104px!important;max-width:160px!important;white-space:nowrap!important;padding-inline:16px!important}
body[data-page="messages"] .cv-send-button svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;flex:0 0 18px!important}
body[data-page="messages"] .cv-thread-placeholder{padding:28px 4px!important}
body[data-page="messages"] .cv-thread-placeholder p{margin:0!important}
body[data-page="messages"] .cv-empty-icon,
body[data-page="messages"] .cv-thread-placeholder>span[aria-hidden="true"]{display:none!important}

/* Dashboard, preferiti e profilo: azioni e griglie scalano senza uscire dal viewport. */
body[data-page="dashboard"] .stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body[data-page="dashboard"] .form-actions,
body[data-page="favorites"] .cv-favorite-actions,
body[data-page="profile"] .form-actions,
body[data-page="addBusiness"] .form-actions{gap:8px!important}
body[data-page="favorites"] .cv-favorite-body h2{overflow-wrap:normal!important;word-break:normal!important}
body[data-page="profile"] form,
body[data-page="addBusiness"] form,
body[data-page="login"] form,
body[data-page="register"] form{min-width:0;max-width:100%}

/* Admin: i contenuti possono scorrere orizzontalmente solo nelle tabelle, non nella pagina. */
body[data-page^="admin-"] .admin-layout,
body[data-page^="admin-"] .admin-layout>section,
body[data-page^="admin-"] #admin-content{min-width:0!important;max-width:100%!important}
body[data-page^="admin-"] .table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}
body[data-page^="admin-"] table{min-width:620px}

@media(max-width:980px){
  body[data-page="messages"] .cv-messages-shell{grid-template-columns:minmax(260px,300px) minmax(0,1fr)!important}
  body[data-page="messages"] .cv-messages-panel-head h2{font-size:1.65rem!important}
  body[data-page="messages"] .cv-thread-heading h2{font-size:clamp(1.7rem,4vw,2.25rem)!important}
  body[data-page="dashboard"] .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:820px){
  body[data-page="messages"] #main-content>.section.container{width:min(calc(100% - 28px),1440px)!important;padding-top:22px!important}
  body[data-page="messages"] .cv-messages-shell{grid-template-columns:1fr!important;height:auto!important;min-height:0!important}
  body[data-page="messages"] .cv-conversations-panel{max-height:330px!important;border-right:0!important;border-bottom:1px solid #e2e8ee!important}
  body[data-page="messages"] .cv-thread-panel{min-height:500px!important}
  body[data-page="messages"] .cv-thread{min-height:280px!important}
}

@media(max-width:720px){
  body[data-page="catalog"] #results.result-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  body[data-page="catalog"] #results>.activity-item{
    min-width:0!important;
    width:auto!important;
    margin:0!important;
    min-height:225px!important;
  }
  body[data-page="catalog"] #results>.activity-item .media-placeholder{height:112px!important}
  body[data-page="catalog"] #results>.activity-item h3{font-size:12px!important;line-height:1.2!important}
  body[data-page="catalog"] #results>.activity-item p{font-size:10px!important;line-height:1.3!important;-webkit-line-clamp:2!important}

  /* Eventi & Blog / notizie: due card affiancate anche su smartphone. */
  body[data-page="blog"] #blog-list.card-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  body[data-page="blog"] #blog-list>.blog-card{min-width:0!important;width:auto!important;margin:0!important;overflow:hidden!important}
  body[data-page="blog"] #blog-list>.blog-card .body{padding:9px!important}
  body[data-page="blog"] #blog-list>.blog-card .eyebrow{font-size:9px!important;line-height:1.25!important}
  body[data-page="blog"] #blog-list>.blog-card h3{font-size:13px!important;line-height:1.2!important;margin:5px 0!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}
  body[data-page="blog"] #blog-list>.blog-card .body>p:not(.eyebrow){font-size:10px!important;line-height:1.3!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}
  body[data-page="blog"] #blog-list>.blog-card .text-link{font-size:10px!important}
}

@media(max-width:760px){
  body[data-page="dashboard"] #main-content>.section.container>h1,
  body[data-page="favorites"] #main-content>.section.container>h1,
  body[data-page="messages"] #main-content>.section.container>h1,
  body[data-page="profile"] #main-content>.section.container>h1,
  body[data-page="addBusiness"] #main-content>.section.container>h1,
  body[data-page="login"] #main-content>.section.container>h1,
  body[data-page="register"] #main-content>.section.container>h1{font-size:clamp(1.85rem,9vw,2.6rem)!important}
  body[data-page="messages"] .cv-messages-panel-head{padding:16px 16px 10px!important}
  body[data-page="messages"] .cv-conversation-list{padding:8px 10px 12px!important}
  body[data-page="messages"] .cv-thread-heading{padding:16px!important}
  body[data-page="messages"] .cv-thread{padding:18px 14px!important}
  body[data-page="messages"] .cv-message-composer{padding:12px 14px 14px!important}
  body[data-page="profile"] .grid-2,
  body[data-page="addBusiness"] .form-grid{grid-template-columns:1fr!important}
  body[data-page="profile"] .form-actions,
  body[data-page="dashboard"] .form-actions,
  body[data-page="addBusiness"] .form-actions{display:grid!important;grid-template-columns:1fr!important}
  body[data-page="profile"] .form-actions>* ,
  body[data-page="dashboard"] .form-actions>* ,
  body[data-page="addBusiness"] .form-actions>*{width:100%!important}
}

@media(max-width:560px){
  body[data-page="messages"] #main-content>.section.container{width:calc(100% - 20px)!important;padding:18px 0 28px!important}
  body[data-page="messages"] .cv-messages-shell{margin-top:10px!important;border-radius:13px!important}
  body[data-page="messages"] .cv-conversations-panel{max-height:300px!important}
  body[data-page="messages"] .cv-thread-panel{min-height:450px!important}
  body[data-page="messages"] .cv-messages-panel-head h2{font-size:1.5rem!important}
  body[data-page="messages"] .cv-thread-heading h2{font-size:1.65rem!important}
  body[data-page="messages"] .cv-message-composer{grid-template-columns:1fr!important}
  body[data-page="messages"] .cv-send-button{width:100%!important;max-width:none!important;min-width:0!important}
  body[data-page="messages"] .cv-message-bubble{max-width:94%!important}
  body[data-page="dashboard"] .stat-grid{grid-template-columns:1fr!important}
  body[data-page="favorites"] .cv-favorite-actions{grid-template-columns:1fr!important}
  body[data-page^="admin-"] .admin-layout>aside{max-width:100%!important;overflow-x:auto!important}
}

@media(max-width:380px){
  body[data-page="messages"] .cv-thread-heading{flex-direction:column!important;align-items:flex-start!important}
  body[data-page="messages"] .cv-thread-business-link{width:100%!important;text-align:center!important}
}
