:root{
  --rose-100:#120810;
  --rose-200:#1a0d13;
  --rose-300:#24111b;
  --rose-deep:#35121e;
  --mauve:#120c11;
  --mauve-2:#1b1421;

  --surface:#1b1014;
  --surface-50:#21141c;
  --surface-2:#281c22;

  --magenta:#f43179;
  --magenta-600:#ff2c71;
  --flush:#fd4b5f;
  --flush-2:#ff3850;
  --orange:#fd7a3d;
  --orange-2:#ff6925;
  --crimson:#ff3b4b;
  --periwinkle:#98a2de;

  --foreground:#f6eef2;
  --foreground-50:#b6a7b3;
  --dim:#867983;
  --edge:#3c2534;

  --invert:#fffffe;
  --base:#fffffe;
  --go:#36c376;
  --edge-50:rgba(255,255,254,.08);
  --surface-surface:rgba(16,11,13,.83);
  --veil:rgba(0,1,1,.61);
  --foot-surface:#0c080b;
  --foot:#cbbac4;
  --foot-2:#f6eef2;
  --foot-50:#8a7c86;
  --foot-line:rgba(255,255,254,.09);

  --ro-sm:14px;
  --ro-md:20px;
  --ro-lg:28px;
  --ro-xl:36px;
  --ro-pill:999px;

  --elev-sm:0 6px 16px -8px rgba(0,1,1,.54);
  --elev-md:0 18px 38px -18px rgba(0,1,1,.6);
  --elev-lg:0 30px 60px -24px rgba(0,1,1,.65);

  --heading:"Trebuchet MS","Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;
  --ff:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;

  --wrap:1200px;
  --gap:24px;
  --block-y:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  line-height:1.6;background:
    radial-gradient(1200px 700px at 85% -8%, var(--rose-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--mauve) 0%, transparent 55%),
    linear-gradient(180deg, var(--rose-100) 0%, var(--surface-50) 40%, var(--rose-100) 100%);color:var(--foreground);font-family:var(--ff);
  -webkit-font-smoothing:antialiased;
  margin:0;background-attachment:fixed;
}
img{display:block;max-width:100%}
.contatto-nota{font-weight:700}
.contatto-nota--on{color:var(--go)}
.contatto-nota--closed{color:var(--magenta-600)}

.app-sotto{color:var(--foot);background:var(--foot-surface)}
.app-sotto .cornice{padding-block:56px 22px}
.app-sotto a{color:var(--foot)}
.app-sotto a:hover{color:var(--foot-2)}
.head-zone{margin:0 auto 44px;max-width:640px;text-align:center}

.etichetta-chip{display:inline-flex;letter-spacing:.06em;border:1px solid var(--edge);font-weight:700;border-radius:var(--ro-pill);gap:8px;color:var(--magenta);box-shadow:var(--elev-sm);background:var(--surface);padding:8px 16px;font-size:.82rem;align-items:center}
.etichetta-chip svg{height:16px;width:16px;color:var(--flush)}

.pagina-zona h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.pagina-zona h2{font-size:1.35rem;color:var(--magenta-600);font-weight:800;margin-top:34px}
.pagina-zona p{font-size:1.04rem;margin-top:14px;color:var(--foreground-50)}
.pagina-zona p a{font-weight:600}
.pagina-zona ul{gap:10px;display:grid;margin-top:14px}
.pagina-zona li{color:var(--foreground-50);position:relative;padding-left:24px}
.pagina-zona li::before{left:0;top:.5em;position:absolute;height:10px;content:"";border-radius:50%;background:var(--flush);width:10px}
.pagina-supporto>.cornice>h2{margin-bottom:28px;text-align:center}
.nav-sfondo{transition:opacity .3s ease;inset:0;opacity:0;z-index:1090;position:fixed;background:var(--veil);visibility:hidden}
.nav-sfondo.current{opacity:1;visibility:visible}
::selection{background:rgba(235,76,148,.22)}
.vid-view{object-fit:cover;width:100%;display:block;pointer-events:none;background:#000101;height:100%}
.vid-bullet{line-height:1;width:28px;font-size:.64rem;place-items:center;display:grid;border-radius:50%;padding-left:2px;transform:translate(-50%,-50%);height:28px;top:50%;left:50%;pointer-events:none;color:#fffffe;background:rgba(0,1,1,.54);position:absolute;box-shadow:var(--elev-sm)}
.vid-etichetta{display:inline-flex;padding:5px 9px;font-weight:700;z-index:2;border-radius:var(--ro-pill);color:#fffffe;background:rgba(0,1,1,.61);font-size:.7rem;letter-spacing:.02em;gap:4px;bottom:12px;box-shadow:var(--elev-sm);align-items:center;left:12px;position:absolute}
figure{margin:0}
.pagina__text .btn{margin-top:26px}
.luogo-card{overflow:hidden;border-radius:var(--ro-lg);box-shadow:var(--elev-md);background:var(--mauve);position:relative;aspect-ratio:4/3;border:1px solid var(--edge-50)}
.luogo-card.luogo-later{cursor:pointer}
.luogo-skeleton{padding:20px;inset:0;position:absolute;display:grid;background:linear-gradient(160deg,var(--mauve-2),var(--surface-2));place-items:center;gap:10px;text-align:center}
.luogo-skeleton p{font-weight:700;color:var(--foreground)}
.luogo-tack{color:var(--flush);filter:drop-shadow(0 10px 12px rgba(252,74,99,.5))}
.luogo-tack svg{fill:currentColor;width:40px;height:40px;stroke:none}
.luogo-card iframe{height:100%;border:0;width:100%;inset:0;position:absolute}
.luogo-card.is-on .luogo-skeleton{display:none}

.cornice{max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gap)}
.bullet{font-size:.6rem;color:var(--go);line-height:1}

.profili-cols{gap:22px;display:grid;grid-template-columns:repeat(4,1fr)}
.sym-on svg{stroke:none;fill:currentColor}

.pagina{gap:clamp(28px,4vw,56px);display:grid;grid-template-columns:1fr 1fr;align-items:center}
.pagina__text>p:not(.pretitolo){color:var(--foreground-50);margin-top:16px;font-size:1.04rem}
.pagina__sub{font-family:var(--heading);font-size:1.1rem;color:var(--magenta-600);margin-top:22px;font-weight:800}

.vicinanza{display:flex;flex-direction:column;gap:32px}
.vicinanza-block h2{color:var(--foreground);font-size:1.15rem;margin-bottom:16px;font-weight:800}
.vicinanza-menu{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));display:grid;gap:12px}
.vicinanza-menu a{display:flex;background:var(--surface);align-items:center;font-size:.92rem;justify-content:space-between;gap:10px;transition:transform .14s,box-shadow .14s,color .14s;box-shadow:var(--elev-sm);border:1px solid var(--edge);font-weight:600;color:var(--foreground);border-radius:var(--ro-md);padding:13px 16px}
.vicinanza-menu a:hover{transform:translateY(-3px);color:var(--magenta-600);box-shadow:var(--elev-md)}
.vicinanza-menu a .tack{place-items:center;color:var(--magenta);flex:none;display:grid}
.vicinanza-menu a .tack svg{height:16px;width:16px}

.app-testata-riga{position:sticky;background:var(--surface);top:0;border-bottom:1px solid var(--edge);z-index:60}
.app-testata-riga__core{display:flex;gap:20px;padding-block:12px;justify-content:space-between;min-height:74px;align-items:center}
svg{display:block}
h1,h2,h3,h4{margin:0;color:var(--foreground);letter-spacing:-.01em;font-family:var(--heading);line-height:1.12}
.main-nav{gap:8px;margin-left:auto;display:flex;align-items:center}

.skeleton{padding-block:clamp(60px,10vw,140px);text-align:center}
.skeleton__num{font-family:var(--heading);font-weight:800;font-size:clamp(6rem,20vw,13rem);line-height:.9}
.skeleton__block{flex-wrap:wrap;margin-top:30px;gap:14px;justify-content:center;display:flex}
.pagina-zona .breadcrumb{display:flex}.pagina-zona .breadcrumb li{padding-left:0}.pagina-zona .breadcrumb li::before{display:none}
ul{padding:0;list-style:none;margin:0}

.filtro-contatto{border-radius:var(--ro-pill);box-shadow:var(--elev-md);border:1px solid var(--edge-50);display:flex;gap:12px;margin:0 auto;background:var(--surface);padding:12px}
.filtro-contatto .textbox{background:transparent;border:none;font-size:1.06rem;box-shadow:none}
.filtro-contatto .textbox:focus{box-shadow:none}
.filtro-contatto+.vicinanza{margin-top:40px}
.nome,.nav-entry,.sidebar-mob a,.btn,.breadcrumb a,.app-sotto a,.vicinanza-menu a,.profilo__chat{text-decoration:none}
.profilo-card{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--elev-md);position:relative;border-radius:var(--ro-lg);border:1px solid var(--edge-50);background:var(--surface)}
.profilo-card:hover{box-shadow:var(--elev-lg);transform:translateY(-6px)}
.profilo__pic{overflow:hidden;position:relative;aspect-ratio:1/1;background:linear-gradient(160deg,var(--rose-200),var(--mauve-2))}
.profilo__pic img{width:100%;display:block;height:100%;object-fit:cover}
.profilo__etichetta{box-shadow:var(--elev-sm);padding:5px 10px;align-items:center;gap:6px;font-weight:700;background:var(--surface-surface);color:var(--go);position:absolute;font-size:.72rem;border-radius:var(--ro-pill);top:12px;display:inline-flex;left:12px;z-index:2}
.times{gap:4px;margin-top:10px;display:grid}
.breadcrumb{margin-bottom:14px;display:flex;color:var(--dim);justify-content:flex-start;font-size:.86rem;flex-wrap:wrap;gap:6px}
.cityhall-titolo{margin-bottom:14px;font-family:var(--heading);font-weight:800}
.cityhall-row{font-size:.94rem;margin-top:10px;display:flex;color:var(--foreground-50);gap:10px;align-items:flex-start}
.cityhall-row .tack{color:var(--magenta);flex:none}
.cityhall-row .tack svg{height:16px;width:16px}
.profilo__stella{background:var(--surface-surface);box-shadow:var(--elev-sm);border-radius:50%;width:36px;top:12px;color:var(--flush);height:36px;display:grid;place-items:center;cursor:pointer;border:none;z-index:2;right:12px;position:absolute;transition:transform .16s,background .16s,color .16s}
.profilo__stella svg{height:18px;width:18px}
.profilo__stella:hover{transform:scale(1.08)}
.profilo__stella.on{background:var(--flush);color:var(--invert)}
.profilo__stella.on svg{fill:currentColor}
.profilo-view__stella{top:14px;height:46px;right:14px;width:46px}
.profilo-view__stella svg{height:21px;width:21px}
.profilo__core{padding:16px 18px}
.profilo__titolo{font-family:var(--heading);font-weight:800;font-size:1.12rem}
.profilo__titolo a{color:inherit;outline-offset:3px;text-decoration:none}
.profilo__titolo a::after{content:"";z-index:1;inset:0;position:absolute}
.profilo__titolo span{color:var(--dim);font-weight:600}
.profilo__addr{display:flex;gap:6px;margin-top:4px;align-items:center;font-size:.88rem;color:var(--foreground-50)}
.profilo__addr .tack svg{width:14px;height:14px;color:var(--magenta)}
.profilo__chat{position:relative;padding:9px 14px;box-shadow:var(--elev-sm);width:100%;margin-top:12px;background:linear-gradient(135deg,var(--magenta),var(--flush));align-items:center;font-weight:700;justify-content:center;color:var(--invert);gap:7px;transition:transform .16s ease,box-shadow .16s ease;border-radius:var(--ro-pill);font-size:.9rem;z-index:2;display:inline-flex}
.profilo__chat svg{width:16px;height:16px}
.profilo__chat:hover{transform:translateY(-1px);box-shadow:var(--elev-md)}
.profilo-cols{gap:clamp(24px,4vw,52px);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;margin-top:22px;display:grid}
.profilo-side{min-width:0}
.profilo-view{position:relative;border-radius:var(--ro-lg);background:linear-gradient(160deg,var(--rose-200),var(--mauve-2));box-shadow:var(--elev-md);margin:0;overflow:hidden}
.profilo-view img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;height:auto}
.profilo-pager{cursor:pointer;transition:transform .15s ease,background .15s ease;top:50%;box-shadow:var(--elev-md);transform:translateY(-50%);background:var(--surface-surface);position:absolute;z-index:2;border-radius:50%;color:var(--magenta-600);border:none;display:grid;height:44px;place-items:center;width:44px}
.profilo-pager:hover{background:var(--surface-surface);transform:translateY(-50%) scale(1.07)}
.profilo-pager svg{width:22px;height:22px}
.profilo-left{left:12px}
.profilo-fwd{right:12px}
.profilo-band{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
.profilo-cell{box-shadow:var(--elev-sm);padding:0;flex:0 0 auto;width:72px;aspect-ratio:3/4;border:2px solid transparent;background:var(--surface-2);cursor:pointer;transition:transform .15s ease,border-color .15s ease;border-radius:var(--ro-sm);overflow:hidden}
.profilo-cell img{object-fit:cover;width:100%;height:100%;display:block}
.profilo-cell:hover{transform:translateY(-2px)}
.profilo-cell.on{border-color:var(--magenta)}
.profilo-side [hidden]{display:none!important}
.profilo-vid{background:#000101;max-height:70vh;object-fit:contain;height:auto;display:block;width:100%}
.profilo-cell--vid{position:relative}
.supporto-cell{background:var(--surface);box-shadow:var(--elev-sm);margin-bottom:14px;overflow:hidden;border-radius:var(--ro-md);border:1px solid var(--edge)}
.supporto-cell summary{font-family:var(--heading);list-style:none;display:flex;font-weight:800;cursor:pointer;color:var(--foreground);gap:16px;align-items:center;padding:20px 22px;justify-content:space-between;font-size:1.05rem}
.supporto-cell summary::-webkit-details-marker{display:none}
.supporto-cell summary::after{background:var(--surface-2);flex:none;display:grid;place-items:center;font-size:1.2rem;content:"+";border-radius:50%;transition:transform .25s ease;width:30px;color:var(--magenta);height:30px}
.supporto-cell[open] summary::after{background:var(--magenta);color:var(--invert);transform:rotate(45deg)}
.supporto-reply{color:var(--foreground-50);padding:0 22px 20px}

.offerta__panel{display:flex;flex-wrap:wrap;overflow:hidden;padding:clamp(38px,5vw,64px);color:var(--invert);background:linear-gradient(100deg,var(--magenta-600),var(--flush) 60%,var(--orange));border-radius:var(--ro-xl);box-shadow:var(--elev-lg);gap:30px;justify-content:space-between;position:relative;align-items:center}
.offerta__blob{border-radius:50%;position:absolute;right:-90px;width:320px;height:320px;top:-120px;background:rgba(255,255,254,.14)}
.offerta__text{position:relative;z-index:2}
.offerta__text h2{color:var(--invert);max-width:16ch}
.offerta__text p{max-width:46ch;margin-top:10px;color:rgba(255,255,254,.94)}
.offerta__panel .btn{position:relative;z-index:2}

.infos{align-items:start;gap:clamp(28px,4vw,48px);grid-template-columns:1.2fr 1fr;display:grid}
.infos-stats{grid-template-columns:1fr 1fr;display:grid;gap:16px}
.textbox-row{gap:18px;grid-template-columns:1fr 1fr;display:grid}
.textbox{font-family:inherit;color:var(--foreground);padding:13px 16px;border-radius:var(--ro-sm);width:100%;background:var(--surface-50);font-size:1rem;transition:border-color .16s,box-shadow .16s;border:1.5px solid var(--edge)}
.textbox:focus{outline:none;box-shadow:0 0 0 3px rgba(235,76,148,.16);border-color:var(--magenta)}
textarea.textbox{resize:vertical;min-height:140px}
.zona{padding-block:var(--block-y)}
.zona--other{background:var(--surface-2)}
.infos-cityhall{background:var(--surface);padding:24px;border-radius:var(--ro-lg);border:1px solid var(--edge-50);box-shadow:var(--elev-md)}
.breadcrumb li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--dim)}
.breadcrumb a{color:var(--foreground-50)}
.intro{font-size:1.06rem;margin-top:14px;color:var(--foreground-50)}
.pregi-items{display:grid;margin-top:14px;gap:10px}
.pregi-items li{position:relative;padding-left:24px;color:var(--foreground)}
.pregi-items li::before{height:10px;position:absolute;content:"";left:0;border-radius:50%;background:var(--flush);top:.5em;width:10px}
.em{background:linear-gradient(92deg,var(--magenta),var(--flush) 60%,var(--orange));color:transparent;-webkit-background-clip:text;background-clip:text}
.sotto-cols{gap:40px;display:grid;grid-template-columns:1.6fr 1fr 1fr}
.sotto-nome{color:var(--foot-2);gap:10px;font-family:var(--heading);font-weight:800;font-size:1.2rem;display:flex;align-items:center;margin-bottom:12px}
.sotto-side>p:not(.sotto-titolo){font-size:.94rem;max-width:34ch;color:var(--foot-50)}
.sotto-titolo{color:var(--foot-2);font-size:1rem;font-weight:800;margin-bottom:14px}
.sotto-menu{gap:10px;font-size:.94rem;display:grid}
p{margin:0}
.sidebar-mob{position:fixed;transition:right .3s ease;height:100vh;overflow-y:auto;padding:84px 22px 22px;background:var(--surface);top:0;height:100dvh;width:80%;max-width:320px;box-shadow:-6px 0 30px rgba(43,35,47,.19);z-index:1100;right:-100%}
.sidebar-mob.current{right:0}
.sidebar-mob nav{display:flex;flex-direction:column}
.sidebar-mob a:not(.btn){border-bottom:1px solid var(--edge);font-weight:600;color:var(--foreground);padding:14px 2px;font-size:15px}
.sidebar-mob a:not(.btn):hover{color:var(--magenta-600)}
.sidebar-mob a.btn{margin-top:22px}
button{font-family:inherit}
.stat{align-items:center;border-radius:var(--ro-md);border:1px solid var(--edge-50);background:var(--surface);padding:14px 16px;display:flex;box-shadow:var(--elev-sm);gap:12px}
.stat-sym{color:var(--magenta);place-items:center;display:grid;background:var(--surface-2);border-radius:12px;width:40px;flex:none;height:40px}
.stat-sym svg{width:18px;height:18px}
.stat-text dt{text-transform:uppercase;color:var(--dim);font-size:.78rem;letter-spacing:.05em}
.stat-text dd{margin:2px 0 0;font-family:var(--heading);font-weight:800;font-size:.98rem}
.credits{border-top:1px solid var(--foot-line);padding-top:22px;font-size:.86rem;color:var(--foot-50);margin-top:34px}
.pretitolo{text-transform:uppercase;color:var(--magenta);letter-spacing:.1em;font-weight:800;margin-bottom:10px;font-size:.8rem}

.fluttuante-offerta{border-radius:var(--ro-lg);width:300px;max-width:calc(100vw - 44px);z-index:80;right:22px;box-shadow:var(--elev-lg);background:var(--surface);position:fixed;bottom:22px;padding:20px;border:1px solid var(--edge-50)}
.fluttuante-close{width:28px;color:var(--foreground-50);border-radius:50%;padding:0;display:grid;place-items:center;top:12px;position:absolute;cursor:pointer;right:12px;font-size:1.1rem;background:var(--surface-2);height:28px;border:none;line-height:1}
.fluttuante-close:hover{color:var(--invert);background:var(--magenta)}
.fluttuante-titolo{font-family:var(--heading);font-weight:800;padding-right:26px;font-size:1.04rem}
.fluttuante-text{font-size:.86rem;color:var(--foreground-50);margin-top:4px;margin-bottom:14px}
.fluttuante-launcher{width:60px;box-shadow:var(--elev-lg);color:var(--invert);cursor:pointer;border-radius:50%;border:none;align-items:center;position:fixed;height:60px;justify-content:center;right:22px;display:none;z-index:80;bottom:22px;background:linear-gradient(135deg,var(--magenta),var(--flush))}
.fluttuante-launcher svg{stroke:none;width:26px;fill:currentColor;height:26px}

.contatto{box-shadow:var(--elev-md);border-radius:var(--ro-lg);background:var(--surface);padding:clamp(24px,3vw,40px);border:1px solid var(--edge-50)}
.contatto-cell{display:grid;gap:7px;margin-bottom:18px}
.contatto-cell label{font-weight:700;font-size:.92rem}
.profilo-vid-run{padding-left:6px;transform:translate(-50%,-50%);width:78px;box-shadow:var(--elev-md);position:absolute;height:78px;display:grid;cursor:pointer;border-radius:50%;transition:transform .15s ease,background .15s ease;background:rgba(0,1,1,.5);place-items:center;border:none;color:#fffffe;top:50%;left:50%;line-height:1;z-index:3;font-size:1.9rem}
.profilo-vid-run:hover{background:rgba(0,1,1,.68);transform:translate(-50%,-50%) scale(1.07)}
.profilo-sidebar{position:sticky;top:96px}
.profilo-header{display:flex;margin-top:14px;gap:12px;align-items:center;flex-wrap:wrap}
.profilo-header .etichetta-chip{flex:none}
.profilo-intro{font-family:var(--heading);font-weight:800;line-height:1.1;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profilo-intro span{font-weight:600;font-size:.62em;color:var(--dim)}
.profilo-nota{align-items:center;gap:7px;font-size:1.02rem;display:flex;margin-top:10px;color:var(--foreground-50)}
.profilo-nota .tack svg{width:18px;color:var(--magenta);height:18px}
.profilo-nota a{transition:border-color .15s ease;font-weight:600;text-decoration:none;border-bottom:1px solid transparent;color:var(--magenta-600)}
.profilo-nota a:hover{border-bottom-color:currentColor}
.profilo-stats{gap:8px;margin-top:16px;flex-wrap:wrap;display:flex}
.profilo-sidebar .intro{margin-top:18px}
.profilo-items{display:flex;flex-wrap:wrap;margin-top:24px;gap:12px}
:focus-visible{outline:3px solid var(--magenta);outline-offset:2px;border-radius:6px}
.title-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
.nav-entry{border-radius:var(--ro-pill);color:var(--foreground);padding:9px 14px;font-weight:600;font-size:.96rem;transition:background .18s,color .18s}
.nav-entry:hover{background:var(--surface-2);color:var(--magenta-600)}
.nav-stella{border:none;font-weight:600;gap:7px;cursor:pointer;transition:background .18s ease,color .18s ease;align-items:center;padding:9px 12px;position:relative;display:inline-flex;border-radius:var(--ro-pill);font-size:.96rem;text-decoration:none;color:var(--foreground);background:none}
.nav-stella:hover{background:var(--surface-2);color:var(--magenta-600)}
.nav-stella svg{width:20px;color:var(--magenta);height:20px}
.nav-stella:hover svg{color:var(--magenta-600)}
.nav-stella__text{white-space:nowrap}
.nav-stella .chat-etichetta{top:auto;position:static;right:auto}
.nav-stella-mob{width:100%;display:flex;font-weight:600;color:var(--foreground);text-align:left;padding:14px 2px;border:none;cursor:pointer;gap:9px;text-decoration:none;font-size:15px;background:none;border-bottom:1px solid var(--edge);align-items:center}
.nav-stella-mob:hover{color:var(--magenta-600)}
.nav-stella-mob svg{height:18px;color:var(--magenta);width:18px}

.nav-toggle{cursor:pointer;display:none;background:none;flex-direction:column;gap:5px;border:none;padding:6px;z-index:1105}
.nav-toggle span{display:block;transition:transform .3s ease,opacity .3s ease;width:26px;height:3px;border-radius:2px;background:var(--foreground)}
.nav-toggle.current span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.nav-toggle.current span:nth-child(2){opacity:0}
.nav-toggle.current span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}

.contatto-frame{max-width:640px}
.contatto-skeleton{overflow:hidden;height:1px;width:1px;position:absolute;left:-9999px}

.btn{
  padding:14px 26px;white-space:nowrap;align-items:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
  display:inline-flex;font-weight:700;border:1.5px solid transparent;cursor:pointer;
  gap:9px;border-radius:var(--ro-pill);text-align:center;justify-content:center;
  font-size:1rem;
}
.btn svg{width:18px;height:18px}
.btn--xs{padding:10px 18px;font-size:.9rem}
.btn--xl{font-size:1.06rem;padding:17px 32px}
.btn--wide{width:100%}
.btn--go{box-shadow:0 14px 26px -12px rgba(252,74,99,.77);background:linear-gradient(95deg,var(--orange),var(--flush) 55%,var(--magenta));color:var(--invert)}
.btn--go:hover{box-shadow:0 20px 34px -12px rgba(252,74,99,.86);color:var(--invert);transform:translateY(-2px)}
.btn--ghost{border-color:var(--edge);color:var(--magenta);background:var(--surface)}
.btn--ghost:hover{color:var(--magenta-600);background:var(--surface-2);transform:translateY(-2px)}
.btn--plain{background:var(--base);color:var(--magenta-600)}
.btn--plain:hover{color:var(--magenta-600);box-shadow:var(--elev-md);transform:translateY(-2px)}

.chat-etichetta{height:22px;min-width:22px;position:absolute;line-height:1;font-size:.72rem;display:grid;background:var(--crimson);font-weight:800;place-items:center;border-radius:var(--ro-pill);border:2px solid var(--surface);box-shadow:var(--elev-sm);padding:0 6px;top:-3px;color:var(--invert);right:-3px}
.chat-etichetta[hidden]{display:none}
.nome{gap:11px;font-family:var(--heading);align-items:center;font-weight:800;font-size:1.28rem;color:var(--foreground);display:flex;letter-spacing:-.02em}
.nome:hover{color:var(--foreground)}
.nome__logo{background:linear-gradient(135deg,var(--magenta),var(--flush) 55%,var(--orange));color:var(--invert);display:inline-flex;flex-shrink:0;align-items:center;width:42px;height:42px;border-radius:14px;box-shadow:0 8px 18px -8px rgba(235,76,148,.81);justify-content:center}
.nome__logo svg{height:22px;width:22px}
.time{justify-content:space-between;gap:12px;color:var(--foreground-50);font-size:.9rem;display:flex}

.doc-testata{padding-block:clamp(40px,6vw,80px) 20px}
.doc-testata h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.doc-testata p{font-size:1.08rem;margin:16px auto 0;color:var(--foreground-50)}
.breadcrumb a:hover{color:var(--magenta-600)}

@media (max-width:980px){
  .profili-cols{grid-template-columns:repeat(3,1fr)}
  .profilo-cols{grid-template-columns:1fr}
  .profilo-view{width:100%;max-width:380px;justify-self:start}
  .profilo-sidebar{position:static}
  .pagina,.infos{grid-template-columns:1fr}
  .sotto-cols{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .main-nav{display:none}
  .nav-toggle{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .sidebar-mob,.nav-sfondo{display:none}
}
@media (max-width:600px){
  :root{--block-y:clamp(30px,7vw,48px)}
  .sotto-cols,.textbox-row{grid-template-columns:1fr}
  .profili-cols{grid-template-columns:repeat(2,1fr);gap:12px}
  .profilo__core{padding:16px 10px}
  .offerta__panel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .offerta__panel .btn{width:100%;white-space:normal}
  .filtro-contatto{flex-direction:column;border-radius:var(--ro-lg)}
  .filtro-contatto .btn{width:100%}
  .zona--profilo{padding-top:0}
  .profilo-view img{aspect-ratio:1/1;max-height:46vh}
  .profilo-cols{margin-top:0}
  .profilo-sidebar{display:flex;flex-direction:column;margin-top:14px}
  .profilo-header{order:1;margin-top:0}
  .profilo-nota{order:2}
  .profilo-items{order:3;margin-top:16px;gap:10px}
  .profilo-items .btn{flex:1 1 auto}
  .profilo-band{display:none}
  .profilo-stats{order:4}
  .profilo-sidebar .intro{order:5}
  .infos-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .stat{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .stat-sym{width:34px;height:34px}
  .stat-text{min-width:0}
  .stat-text dd{font-size:.92rem;overflow-wrap:anywhere}
}
