/* =====================================================================
   michelangelogigli.it — foglio di stile del sito pubblico
   Fasce a tutta larghezza come megliolegale.it (apertura scura con la foto,
   striscia che scorre, numeri su fascia scura, inviti divisi in due, footer
   con il nome gigante), con la palette sobria di Donorscope: nero, grigi
   caldi, un solo rosso. Titoli grandi in Schibsted Grotesk, niente riquadri
   con ombre, niente bordi spessi. Sopra Bulma (tools/bulma).
   ===================================================================== */
:root {
  --white: #ffffff;
  --grey: #f4f4f2;
  --grey-2: #ebeae7;
  --ink: #18181b;
  --ink-deep: #111113;
  --ink-2: #3f3f46;
  --muted: #71717a;
  --faint: #a1a1aa;
  --line: #e4e3e0;
  --line-dark: rgba(255, 255, 255, .14);
  --red: #d6383e;
  --red-deep: #b92f35;
  --red-light: #ff7478;
  --r: 8px;
  --r-lg: 12px;
  --sans: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --band: clamp(80px, 10vw, 136px);

  --bulma-family-primary: var(--sans);
  --bulma-radius: var(--r);
  --bulma-body-background-color: var(--white);
  --bulma-body-color: var(--ink);
  --bulma-text: var(--ink);
  --bulma-text-strong: var(--ink);
  --bulma-link: var(--ink);
}
html { background: var(--white); scroll-behavior: smooth; scroll-padding-top: 72px; }
body.mg { background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; font-variant-numeric: proportional-nums; overflow-x: clip; }
::selection { background: var(--red); color: #fff; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
p, li, dd { text-wrap: pretty; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 8px 12px; background: var(--red); color: #fff; border-radius: var(--r); text-decoration: none; }
.skip:focus { top: 12px; color: #fff; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 769px) { .wrap { padding: 0 40px; } }

/* titoli: grandi, frase finale in rosso */
h1, h2 { font-family: var(--sans); font-weight: 800; color: var(--ink); text-wrap: balance; }
h1 em, h2 em { font-style: normal; color: var(--red); }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.2rem); line-height: 1; letter-spacing: -.04em; }
h2 u { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: .1em; text-underline-offset: .12em; text-decoration-skip-ink: none; }
.is-dark h1, .is-dark h2 { color: var(--white); }
.is-dark h1 em, .is-dark h2 em { color: var(--red-light); }
.big { font-size: clamp(1.15rem, 1.6vw, 1.35rem); line-height: 1.5; color: var(--ink); }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.5; }
.label { font-size: .9rem; font-weight: 600; letter-spacing: .02em; color: var(--faint); margin-bottom: 22px; }
.more { font-weight: 700; text-decoration: none; color: var(--red); }
.more:hover { text-decoration: underline; }

/* bottoni */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--r);
  font: 700 1rem var(--sans); text-decoration: none; cursor: pointer; white-space: nowrap; transition: background .15s, color .15s, border-color .15s, transform .2s var(--ease); }
.btn span { transition: transform .25s var(--ease); }
.btn:hover span { transform: translateX(3px); }
.btn.is-big { height: 56px; padding: 0 26px; font-size: 1.05rem; }
.btn.is-small { height: 38px; padding: 0 14px; font-size: .9rem; }
.btn.is-red { background: var(--red); color: #fff; }
.btn.is-red:hover { background: var(--red-deep); color: #fff; }
.btn.is-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn.is-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); color: #fff; }
.btn.is-white { background: #fff; color: var(--ink); }
.btn.is-white:hover { background: var(--ink); color: #fff; }
.btn.is-quiet { background: var(--white); color: var(--ink); border-color: var(--line); }
.btn.is-quiet:hover { border-color: var(--ink); color: var(--ink); }
.btn:not(.is-red):not(.is-ghost):not(.is-white):not(.is-quiet):not(.btn--primary) { background: var(--ink); color: #fff; }

/* testata scura */
.topbar { position: sticky; top: 0; z-index: 30; background: var(--ink); color: #fff; }
.topbar-row { display: flex; align-items: center; gap: 24px; height: 64px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; color: #fff; text-decoration: none; white-space: nowrap; }
.wordmark i { width: 13px; height: 13px; border-radius: 3px; background: var(--red); }
.wordmark:hover { color: #fff; }
.topnav { display: flex; align-items: center; gap: 4px; margin-left: auto; font-size: .95rem; }
.topnav a:not(.btn) { color: rgba(255, 255, 255, .78); text-decoration: none; padding: 8px 11px; border-radius: var(--r); font-weight: 500; }
.topnav a:not(.btn):hover { color: #fff; background: rgba(255, 255, 255, .08); }
.topnav a[aria-current="page"] { color: #fff; box-shadow: inset 0 -2px 0 var(--red); border-radius: 0; }
.topnav-cta { display: none !important; }
.burger { display: none; position: relative; width: 42px; height: 42px; margin-right: -8px; border: 0; border-radius: var(--r); background: transparent; cursor: pointer; }
.burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: #fff; transition: transform .25s var(--ease), top .25s var(--ease); }
.burger span:first-child { top: 16px; } .burger span:last-child { top: 24px; }
.topbar.is-open .burger span:first-child { top: 20px; transform: rotate(45deg); }
.topbar.is-open .burger span:last-child { top: 20px; transform: rotate(-45deg); }
@media (max-width: 1100px) {
  .topbar-row { gap: 12px; }
  .topbar-cta { margin-left: auto; }
  .burger { display: block; }
  .topnav { display: none; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; margin: 0;
    padding: 8px 20px 24px; background: var(--ink); border-top: 1px solid var(--line-dark); box-shadow: 0 24px 40px -20px rgba(0, 0, 0, .5); max-height: calc(100svh - 64px); overflow-y: auto; }
  .topbar.is-open .topnav { display: flex; }
  .topnav a:not(.btn) { padding: 15px 0; border-radius: 0; border-bottom: 1px solid var(--line-dark); font-size: 1.25rem; font-weight: 700; color: #fff; }
  .topnav a:not(.btn):hover { background: none; color: var(--red-light); }
  .topnav a[aria-current="page"] { box-shadow: none; color: var(--red-light); }
  .topnav-cta { display: inline-flex !important; margin-top: 20px; height: 52px; }
}
@media (max-width: 480px) { .topbar-cta { display: none; } .burger { margin-left: auto; } .wordmark { font-size: 1.02rem; } }

/* fasce */
.band { padding: var(--band) 0; background: var(--white); }
.band.is-grey { background: var(--grey); }
.band.is-dark { background: var(--ink); color: rgba(255, 255, 255, .78); }
.head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px 56px; align-items: end; margin-bottom: clamp(40px, 5.5vw, 72px); }
.head p { color: var(--ink-2); font-size: 1.08rem; max-width: 40ch; }
.head p a { color: var(--red); font-weight: 700; text-decoration: none; }
.is-dark .head p { color: rgba(255, 255, 255, .72); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.two .head { grid-template-columns: 1fr; margin-bottom: 0; }
@media (min-width: 901px) { #faq .head { position: sticky; top: 110px; } }
@media (max-width: 900px) { .head, .two { grid-template-columns: 1fr; } }

/* apertura: testo a sinistra, la foto intera in un rettangolo attaccato al lato destro */
.hero { position: relative; padding: 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: min(calc(100svh - 64px), 860px); }
.hero-text { padding: 80px 36px 90px 0; }
.hero h1 { font-size: clamp(3rem, 6.4vw, 6.2rem); line-height: .96; letter-spacing: -.045em; margin-bottom: 28px; }
.hero h1 em { display: block; }
.hero .lead { color: rgba(255, 255, 255, .78); max-width: 36ch; margin-bottom: 34px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-photo { position: absolute; top: 0; right: 0; bottom: 0; left: 52%; background: #8a827d; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 46% 24%; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-text { padding: 48px 0 44px; }
  .hero-photo { position: static; display: block; }
  .hero-photo img { height: auto; aspect-ratio: 1; object-position: 46% 16%; }
}

/* striscia rossa */
.ticker { background: var(--red); color: #fff; overflow: hidden; padding: 16px 0; }
.ticker-track { display: flex; width: max-content; animation: tick 38s linear infinite; }
.ticker span { font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; white-space: nowrap; }
.ticker span::after { content: "•"; margin: 0 24px; font-weight: 400; opacity: .6; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes tick { to { transform: translateX(-50%); } }

/* chi sono in breve */
.intro h2 { font-size: clamp(2.3rem, 4.6vw, 4.2rem); }
.intro-text p { margin-bottom: 16px; color: var(--ink-2); }
.intro-text .big { color: var(--ink); }

/* cosa faccio: griglia piatta con linee sottili */
.svc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.svc li { background: var(--white); padding: clamp(24px, 2.8vw, 38px); min-height: 250px; display: flex; flex-direction: column; }
.svc-n { font-size: 3.6rem; font-weight: 800; line-height: 1; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1.2px var(--faint); margin-bottom: auto; padding-bottom: 26px; }
.svc h3 { font-size: 1.45rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.1; color: var(--ink); margin-bottom: 8px; }
.svc p { color: var(--ink-2); font-size: 1rem; }
.svc li { position: relative; }
.svc h3 a { color: inherit; text-decoration: none; }
.svc h3 a::after { content: ""; position: absolute; inset: 0; }
.svc h3 a::before { content: "→"; float: right; margin-left: 10px; font-weight: 400; transition: transform .25s var(--ease); }
.svc li:hover h3 a::before { transform: translateX(4px); }
.svc li:not(.is-red):not(.is-ink):hover h3 a { color: var(--red); }
.hero h1 .label { display: block; margin-bottom: 24px; font-size: .9rem; font-weight: 600; line-height: 1.45; letter-spacing: .01em; color: var(--faint); max-width: 44ch; }
.svc li.is-red { background: var(--red); }
.svc li.is-ink { background: var(--ink); }
.svc li.is-red h3, .svc li.is-ink h3 { color: #fff; }
.svc li.is-red p, .svc li.is-ink p { color: rgba(255, 255, 255, .86); }
.svc li.is-red .svc-n, .svc li.is-ink .svc-n { -webkit-text-stroke-color: rgba(255, 255, 255, .7); }
@media (max-width: 1000px) { .svc { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .svc { grid-template-columns: 1fr; } .svc li { min-height: 0; padding: 22px 20px 24px; } .svc-n { font-size: 2.2rem; padding-bottom: 14px; } .svc h3 { font-size: 1.3rem; } }

/* numeri su fascia scura */
.numbers { position: relative; overflow: hidden; }
.numbers-map { position: absolute; right: -4%; top: 50%; width: min(56vw, 800px); transform: translateY(-50%); opacity: .13; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%); mask-image: linear-gradient(90deg, transparent, #000 45%); }
.numbers .wrap { position: relative; }
.numbers h2 { margin-bottom: clamp(40px, 5vw, 64px); max-width: 14ch; }
.nums { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin: 0; padding: 0; list-style: none; }
.nums li { border-top: 1px solid var(--line-dark); padding-top: 22px; }
.nums b { display: block; font-size: clamp(2.8rem, 5.4vw, 5rem); font-weight: 800; line-height: 1; letter-spacing: -.045em; color: var(--red-light); margin-bottom: 12px; }
.nums span { color: rgba(255, 255, 255, .72); font-size: 1rem; }
@media (max-width: 900px) { .nums { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .nums { grid-template-columns: 1fr; } }

/* dati: tre colonne separate da linee, niente riquadri */
.facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.fact { padding: 28px 32px 8px; display: flex; flex-direction: column; }
.fact:first-child { padding-left: 0; }
.fact:last-child { padding-right: 0; }
.fact + .fact { border-left: 1px solid var(--line); }
.src { font-size: .85rem; font-weight: 600; color: var(--muted); text-decoration: none; margin-bottom: 10px; }
.src:hover { color: var(--red); }
.fact-big { font-size: clamp(3rem, 5.4vw, 5rem); font-weight: 800; line-height: 1; letter-spacing: -.045em; color: var(--ink); margin-bottom: 10px; }
.fact-say { color: var(--ink-2); margin-bottom: 22px; max-width: 30ch; }
.fact-say b { color: var(--ink); }
.years { display: flex; align-items: flex-end; gap: 3px; height: 170px; margin-top: auto; border-bottom: 1px solid var(--line); }
.years span { flex: 1; background: var(--ink-2); border-radius: 3px 3px 0 0; min-height: 2px; transition: background .12s; }
.years span:hover, .years span.is-last { background: var(--red); }
.axis { display: flex; justify-content: space-between; font-size: .78rem; color: var(--faint); padding-top: 6px; }
.waffle { display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; margin-top: auto; max-width: 260px; }
.waffle i { aspect-ratio: 1; border-radius: 3px; background: var(--grey-2); }
.waffle i.on { background: var(--red); }
.fact-map { margin-top: auto; width: 100%; max-width: 340px; aspect-ratio: 1000 / 760; object-fit: cover; object-position: 52% 72%; border-radius: var(--r); }
@media (max-width: 1000px) {
  .facts { grid-template-columns: 1fr; }
  .fact, .fact:first-child, .fact:last-child { padding: 28px 0; }
  .fact + .fact { border-left: 0; border-top: 1px solid var(--line); }
}

/* progetti */
.projs { display: grid; grid-template-columns: repeat(12, 1fr); gap: 40px 28px; }
.proj { grid-column: span 3; display: flex; flex-direction: column; gap: 6px; text-decoration: none; color: var(--ink); }
.proj.is-big { grid-column: span 4; }
.proj img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; border-radius: var(--r-lg); margin-bottom: 12px; box-shadow: 0 1px 2px rgba(24, 24, 27, .06), 0 14px 34px -22px rgba(24, 24, 27, .35); transition: transform .5s var(--ease); }
.proj:hover img { transform: translateY(-4px); }
.proj-kind { font-size: .82rem; font-weight: 600; color: var(--muted); }
.proj-name { font-size: 1.35rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.15; }
.proj.is-big .proj-name { font-size: 1.65rem; }
.proj-name i { font-style: normal; color: var(--red); display: inline-block; transition: transform .25s var(--ease); }
.proj:hover .proj-name i { transform: translate(3px, -3px); }
.proj:hover { color: var(--ink); }
.proj-text { color: var(--ink-2); font-size: .98rem; }
@media (max-width: 1000px) { .proj, .proj.is-big { grid-column: span 6; } }
@media (max-width: 600px) { .proj, .proj.is-big { grid-column: 1 / -1; } }

/* clienti: loghi a colori su tessere bianche, con nome e tipo di realtà */
.clients { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.clients li { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 28px 30px 26px; background: var(--white); }
.clients-logo { display: flex; align-items: center; height: 80px; margin-bottom: 18px; }
.clients-logo img { width: auto; height: auto; max-height: 68px; max-width: min(220px, 100%); }
.clients-name { font-size: 1.08rem; font-weight: 800; letter-spacing: -.01em; color: var(--ink); }
.clients-kind { font-size: .92rem; color: var(--muted); }
@media (max-width: 900px) { .clients { grid-template-columns: 1fr 1fr; } .clients li:last-child:nth-child(odd) { grid-column: span 2; } }
@media (max-width: 520px) { .clients li { padding: 20px 16px; } .clients-logo { height: 60px; margin-bottom: 12px; } .clients-logo img { max-height: 52px; } .clients-name { font-size: 1rem; } .clients-kind { font-size: .85rem; } }

/* due inviti */
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split-half { --gut: 20px; padding: clamp(56px, 7vw, 100px) var(--gut); display: flex; flex-direction: column; align-items: flex-start; gap: 30px; }
@media (min-width: 769px) { .split-half { --gut: 40px; } }
@media (min-width: 901px) { .split-half:first-child { padding-left: max(var(--gut), calc((100vw - 1200px) / 2)); } .split-half:last-child { padding-left: clamp(40px, 5vw, 80px); padding-right: max(var(--gut), calc((100vw - 1200px) / 2)); } }
.split-half h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); color: #fff; max-width: 16ch; }
.split-half.is-red { background: var(--red); }
.split-half.is-dark { background: var(--ink); }
.split-half.is-dark h2 em { color: var(--red-light); }
.split-note { margin-top: -14px; color: rgba(255, 255, 255, .72); max-width: 40ch; }
.split-half.is-red .split-note { color: #fff; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

/* prenotazione (booking.js) */
.booker { background: var(--grey); border-radius: var(--r-lg); padding: clamp(20px, 3vw, 36px); }
.booker__steps { display: flex; flex-wrap: wrap; gap: 22px; margin: 0 0 22px; padding: 0; list-style: none; font-weight: 700; color: var(--muted); }
.booker__steps li { display: inline-flex; align-items: center; gap: 8px; }
.booker__steps i { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--grey-2); font-style: normal; font-size: .8rem; }
.booker__steps li.is-on { color: var(--ink); }
.booker__steps li.is-on i { background: var(--red); color: #fff; }
.booker__grid { display: grid; grid-template-columns: minmax(280px, 400px) 1fr; gap: clamp(22px, 4vw, 56px); align-items: start; }
.booker__side { min-height: 320px; }
.booker__tz { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .88rem; color: var(--muted); }
@media (max-width: 900px) { .booker__grid { grid-template-columns: 1fr; } .booker__side { min-height: 0; } }
.cal__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.cal__head strong { font-weight: 800; font-size: 1.3rem; letter-spacing: -.02em; text-transform: capitalize; }
.cal__nav { width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--white); color: var(--ink); cursor: pointer; font-size: 1.05rem; transition: background .15s, color .15s; }
.cal__nav:hover:not(:disabled) { background: var(--ink); color: #fff; }
.cal__nav:disabled { opacity: .3; cursor: not-allowed; }
.cal__week, .cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal__week { margin-bottom: 8px; font-size: .78rem; font-weight: 600; color: var(--muted); text-align: center; text-transform: capitalize; }
.cal__day { aspect-ratio: 1; border-radius: var(--r); border: 0; background: transparent; color: var(--faint); font: 600 1rem var(--sans); display: grid; place-items: center; position: relative; transition: background .15s, color .15s; }
.cal__day.is-free { background: var(--white); color: var(--ink); cursor: pointer; }
.cal__day.is-free::after { content: ""; position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.cal__day.is-free:hover { background: var(--ink); color: #fff; }
.cal__day.is-sel { background: var(--red); color: #fff; }
.cal__day.is-sel::after { background: #fff; }
.cal__day.is-today { box-shadow: inset 0 0 0 2px var(--faint); }
.cal__day:disabled { cursor: not-allowed; }
.cal__grid[aria-busy="true"] { opacity: .45; }
.cal__legend { margin-top: 14px; font-size: .82rem; color: var(--muted); }
.cal__legend .dot-none { margin-left: 16px; }
.cal__legend i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; vertical-align: middle; }
.cal__legend .dot-free { background: var(--red); } .cal__legend .dot-none { background: transparent; box-shadow: inset 0 0 0 1.5px var(--faint); }
.slots__title { font-weight: 800; font-size: 1.15rem; margin-bottom: 12px; text-transform: capitalize; }
.slots__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 8px; }
.slot { padding: 12px 8px; border-radius: var(--r); border: 0; background: var(--white); color: var(--ink); font: 700 1rem var(--sans); cursor: pointer; transition: background .15s, color .15s; }
.slot:hover { background: var(--red); color: #fff; }
.slots__empty, .slots__hint { color: var(--muted); }
.bform, .cform { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.bform .field--full, .cform .field--full, .bform__foot, .cform__foot, .bform .form__privacy, .bform .form__error, .cform .form__error, .cform__done { grid-column: 1 / -1; }
.field .label { font-size: .85rem; font-weight: 700; color: var(--ink-2); margin-bottom: 6px !important; }
.field { margin-bottom: 14px !important; }
.input, .textarea, .select select { border: 1px solid var(--line); box-shadow: none; background: var(--white); font-family: var(--sans); font-size: 1rem; color: var(--ink); border-radius: var(--r); }
.input, .select select { height: 3em; }
.input:focus, .textarea:focus, .select select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(214, 56, 62, .18); }
.input::placeholder, .textarea::placeholder { color: var(--faint); }
.select:not(.is-multiple):not(.is-loading)::after { border-color: var(--muted); }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.bform__when { grid-column: 1 / -1; margin-bottom: 16px; padding: 12px 16px; border-radius: var(--r); background: var(--white); font-weight: 700; text-transform: capitalize; border-left: 4px solid var(--red); }
.bform__foot { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 4px; }
.form__privacy { font-size: .85rem; color: var(--muted); margin-top: 10px; }
.form__error { margin-top: 12px; padding: 12px 14px; border-radius: var(--r); background: #fdecec; color: var(--ink); font-size: .95rem; }
.booked__check { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: #fff; font-size: 1.4rem; font-weight: 800; margin-bottom: 14px; }
.booked h3, .cform__done h3 { font-size: 1.6rem; font-weight: 800; letter-spacing: -.03em; margin-bottom: 6px; }
.booked__note { margin-top: 6px; color: var(--muted); }
.booked__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
@media (max-width: 560px) { .bform, .cform { grid-template-columns: 1fr; } }

/* come lavoro */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin: 0; padding: 0; list-style: none; }
.steps li { border-top: 2px solid var(--ink); padding-top: 20px; }
.steps b { display: block; font-size: 2.6rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; color: var(--red); margin-bottom: 16px; }
.steps h3 { font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; margin-bottom: 6px; }
.steps p { color: var(--ink-2); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* chi sono: titolo a tutta larghezza, testo su due colonne */
.about h2 { font-size: clamp(2.6rem, 5.8vw, 5.4rem); line-height: .98; margin-bottom: clamp(36px, 5vw, 64px); }
.about h2 em { display: block; }
.about-cols { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.about-cols .big { margin-bottom: 18px; }
.about-cols p { color: var(--ink-2); }
.about-cols p a { color: var(--red); font-weight: 700; }
.values { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.values li { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); }
.values b { display: block; color: var(--ink); font-size: 1.15rem; letter-spacing: -.01em; }
@media (max-width: 900px) { .about-cols { grid-template-columns: 1fr; } }

/* domande */
.faq__list { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; cursor: pointer; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary h3 { font-weight: 700; font-size: 1.12rem; letter-spacing: -.01em; line-height: 1.35; }
.faq__item summary i { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--white); transition: background .2s, transform .3s var(--ease); }
.faq__item summary i::before, .faq__item summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: background .2s, transform .3s var(--ease); }
.faq__item summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] summary i { background: var(--red); transform: rotate(180deg); }
.faq__item[open] summary i::before, .faq__item[open] summary i::after { background: #fff; }
.faq__item[open] summary i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__item summary:hover h3 { color: var(--red); }
.faq__body { padding: 0 0 20px; color: var(--ink-2); max-width: 62ch; }
.faq__body a { color: var(--red); }

/* dal blog */
.posts { border-top: 2px solid var(--ink); }
.post { display: grid; grid-template-columns: 70px 1fr 40px; gap: 16px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: padding-left .3s var(--ease); }
.post:hover { padding-left: 10px; color: var(--ink); }
.post-n { font-weight: 800; color: var(--red); font-size: 1.1rem; }
.post-t { font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.post-go { font-size: 1.4rem; color: var(--faint); transition: color .2s, transform .3s var(--ease); }
@media (max-width: 600px) { .post { grid-template-columns: 34px 1fr 22px; gap: 10px; padding: 18px 0; } .post-n { font-size: .95rem; } .post-t { font-size: 1.15rem; } }
.post:hover .post-go { color: var(--red); transform: translateX(4px); }

/* contatti su fascia scura */
#contatti .lead { color: rgba(255, 255, 255, .72); margin: 20px 0 30px; }
.contacts { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.contacts li { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); color: rgba(255, 255, 255, .85); }
.contacts span { color: rgba(255, 255, 255, .5); font-size: .9rem; }
.contacts a { color: #fff; }
.contacts a:hover { color: var(--red-light); }
.is-dark .cform .label { color: rgba(255, 255, 255, .72); }
.is-dark .input, .is-dark .textarea, .is-dark .select select { background: #232327; border-color: #3a3a40; color: #fff; }
.is-dark .input::placeholder, .is-dark .textarea::placeholder { color: #8a8a93; }
.is-dark .select:not(.is-multiple):not(.is-loading)::after { border-color: #a1a1aa; }
.is-dark .form__privacy { color: rgba(255, 255, 255, .55); }
.is-dark .form__privacy a { color: #fff; }
.is-dark .cform__done h3 { color: #fff; }
.is-dark .cform__done p { color: rgba(255, 255, 255, .8); }

/* footer con il nome gigante */
.foot { background: var(--ink-deep); color: rgba(255, 255, 255, .7); padding: clamp(56px, 7vw, 90px) 0 0; overflow: hidden; font-size: .95rem; }
.foot-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.foot-cols p { margin-top: 12px; }
.foot-cols a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.foot-cols nav a { display: block; padding: 4px 0; }
.foot-cols a:hover { color: #fff; }
.foot-h { font-weight: 700; color: #fff; margin: 0 0 8px !important; }
.foot-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line-dark); font-size: .88rem; color: rgba(255, 255, 255, .5); }
.foot-row a { color: rgba(255, 255, 255, .7); }
.foot-giant { container-type: inline-size; margin: 30px 0 -.18em; text-align: center; font-weight: 800; letter-spacing: -.05em; line-height: .8; color: rgba(255, 255, 255, .06); white-space: nowrap; font-size: 11.6vw; user-select: none; }
@media (max-width: 900px) { .foot-cols { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------ pagine interne ---- */
.pagehead { padding: clamp(56px, 8vw, 112px) 0 clamp(52px, 7vw, 96px); }
.pagehead h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.045em; max-width: 15ch; margin-bottom: 26px; }
.pagehead .lead { max-width: 54ch; color: var(--ink-2); }
.pagehead.is-dark .lead { color: rgba(255, 255, 255, .78); }
.pagehead .actions { margin-top: 34px; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin-bottom: 28px; font-size: .9rem; font-weight: 600; color: var(--muted); }
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { color: var(--red); }
.crumbs [aria-hidden] { color: var(--faint); }
.is-dark .crumbs { color: rgba(255, 255, 255, .55); }
.is-dark .crumbs a:hover { color: #fff; }
.is-dark .crumbs [aria-hidden] { color: rgba(255, 255, 255, .3); }

/* blog: schede per categoria, articolo in evidenza, elenco per anno */
.tabs { display: flex; flex-wrap: wrap; gap: 6px 26px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.tabs a { padding-bottom: 6px; border-bottom: 2px solid transparent; color: rgba(255, 255, 255, .72); font-weight: 700; text-decoration: none; }
.tabs a b { margin-left: 5px; font-weight: 500; color: rgba(255, 255, 255, .42); }
.tabs a:hover { color: #fff; }
.tabs a[aria-current] { color: #fff; border-color: var(--red); }
.lead-post { display: block; padding-bottom: clamp(44px, 6vw, 72px); border-bottom: 2px solid var(--ink); color: var(--ink); text-decoration: none; }
.lead-post .meta { margin-bottom: 16px; }
.lead-post h2 { font-size: clamp(2.2rem, 4.8vw, 4.2rem); line-height: 1.02; max-width: 19ch; margin-bottom: 20px; transition: color .15s; }
.lead-post p { font-size: clamp(1.1rem, 1.5vw, 1.25rem); color: var(--ink-2); max-width: 62ch; }
.lead-post .go { display: inline-block; margin-top: 22px; font-weight: 700; color: var(--red); }
.lead-post:hover { color: var(--ink); }
.lead-post:hover h2 { color: var(--red); }
.meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: .9rem; font-weight: 600; color: var(--muted); }
.meta .cat { color: var(--red); }
.year { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-top: clamp(44px, 5vw, 64px); }
.year-n { position: sticky; top: 96px; align-self: start; font-size: clamp(2.6rem, 4.6vw, 4.2rem); font-weight: 800; line-height: 1; letter-spacing: -.045em; color: var(--ink); }
.rows { border-top: 1px solid var(--line); }
.row { display: grid; grid-template-columns: 1fr auto; gap: 8px 40px; padding: 26px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.row-t { font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; transition: color .15s; }
.row-x { grid-column: 1; max-width: 68ch; color: var(--ink-2); }
.row .meta { grid-column: 2; grid-row: 1 / span 2; flex-direction: column; align-items: flex-end; text-align: right; white-space: nowrap; }
.row:hover { color: var(--ink); }
.row:hover .row-t { color: var(--red); }
.empty { font-size: 1.2rem; color: var(--ink-2); }
@media (max-width: 800px) {
  .year { grid-template-columns: 1fr; gap: 8px; }
  .year-n { position: static; }
  .row { grid-template-columns: 1fr; }
  .row .meta { grid-column: 1; grid-row: auto; flex-direction: row; align-items: center; text-align: left; }
}

/* articolo */
.arthead { padding: clamp(48px, 7vw, 96px) 0 clamp(44px, 6vw, 80px); }
.arthead .meta { margin-bottom: 18px; font-size: .95rem; }
.arthead h1 { font-size: clamp(2.4rem, 5.2vw, 4.6rem); line-height: 1.02; letter-spacing: -.042em; max-width: 19ch; margin-bottom: 24px; }
.arthead .lead { max-width: 58ch; color: var(--ink-2); }
.artgrid { display: grid; grid-template-columns: minmax(0, 720px) 260px; justify-content: space-between; gap: clamp(40px, 6vw, 96px); }
.toc { position: sticky; top: 96px; align-self: start; font-size: .95rem; }
.toc-h { margin-bottom: 12px; font-weight: 800; color: var(--ink); }
.toc ol { margin: 0; padding: 0; list-style: none; border-left: 2px solid var(--line); }
.toc a { display: block; margin-left: -2px; padding: 7px 0 7px 16px; border-left: 2px solid transparent; line-height: 1.35; color: var(--ink-2); text-decoration: none; }
.toc a:hover, .toc a.is-on { color: var(--ink); border-color: var(--red); }
.toc .btn { margin-top: 24px; }
@media (max-width: 960px) { .artgrid { grid-template-columns: minmax(0, 1fr); } .toc { display: none; } }
.prose { font-size: 1.125rem; line-height: 1.72; color: #27272a; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { margin-top: 2.1em; font-size: clamp(1.7rem, 2.6vw, 2.2rem); line-height: 1.12; letter-spacing: -.03em; scroll-margin-top: 90px; }
.prose h3 { margin-top: 1.7em; font-size: 1.35rem; font-weight: 800; line-height: 1.25; letter-spacing: -.02em; color: var(--ink); scroll-margin-top: 90px; }
.prose h2 + *, .prose h3 + * { margin-top: .6em; }
.prose .art-lead { font-size: clamp(1.2rem, 1.8vw, 1.36rem); line-height: 1.55; font-weight: 500; color: var(--ink); }
.prose a:not(.btn) { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.prose a:not(.btn):hover { color: var(--red-deep); }
.prose strong { color: var(--ink); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .45em; }
.prose li::marker { color: var(--red); font-weight: 700; }
.prose code { padding: .1em .35em; border-radius: 4px; background: var(--grey); font-size: .9em; color: var(--ink); }
.prose blockquote { margin: 1.8em 0; padding: 2px 0 2px 24px; border-left: 4px solid var(--red); font-size: 1.3rem; line-height: 1.45; font-weight: 700; color: var(--ink); }
.prose blockquote p, .prose blockquote strong { margin: 0; font-weight: 700; }
.prose .art-cta { margin: 2.4em 0; padding: clamp(24px, 3vw, 36px); border-radius: var(--r-lg); background: var(--grey); }
.prose .art-cta > * + * { margin-top: 8px; }
.art-cta__kicker { font-size: .85rem; font-weight: 700; color: var(--red); }
.art-cta__title { font-size: 1.5rem; font-weight: 800; line-height: 1.2; letter-spacing: -.02em; color: var(--ink); }
.art-cta__text { font-size: 1.02rem; color: var(--ink-2); }
.prose .art-cta .btn { margin-top: 18px; }
.btn.btn--primary { background: var(--red); color: #fff; }
.btn.btn--primary:hover { background: var(--red-deep); color: #fff; }
.btn.btn--sm { height: 42px; padding: 0 18px; font-size: .95rem; }
.author { display: grid; grid-template-columns: 88px 1fr; gap: 22px; margin-top: 64px; padding-top: 30px; border-top: 2px solid var(--ink); }
.author img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; }
.author-k { font-size: .85rem; font-weight: 700; color: var(--muted); }
.author b { display: block; font-size: 1.2rem; letter-spacing: -.01em; }
.author p:not(.author-k) { margin: 6px 0 16px; color: var(--ink-2); }
.pager { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.pager a { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.pager span { font-size: .85rem; font-weight: 700; color: var(--muted); }
.pager b { display: block; margin-top: 6px; font-size: 1.12rem; line-height: 1.3; transition: color .15s; }
.pager a:hover b { color: var(--red); }
.pager .is-next { grid-column: 2; text-align: right; }
@media (max-width: 600px) { .pager { grid-template-columns: 1fr; } .pager .is-next { grid-column: 1; text-align: left; } .author { grid-template-columns: 64px 1fr; } .author img { width: 64px; height: 64px; } }

/* fundraising politico e mobilitazione civica */
.facts-list { margin: 26px 0 0; border-top: 2px solid var(--ink); }
.facts-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.facts-list dt { font-weight: 800; color: var(--ink); }
.facts-list dd { margin: 0; color: var(--ink-2); }
@media (max-width: 520px) { .facts-list > div { grid-template-columns: 1fr; gap: 2px; } }
.steps.is-5 { grid-template-columns: repeat(5, 1fr); gap: 28px; }
.steps.is-5 h3 { font-size: 1.2rem; }
@media (max-width: 1100px) { .steps.is-5 { grid-template-columns: repeat(3, 1fr); row-gap: 44px; } }
@media (max-width: 700px) { .steps.is-5 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .steps.is-5 { grid-template-columns: 1fr; } }
.clients-wrap { margin-top: clamp(48px, 6vw, 72px); }
.steps.is-3 { grid-template-columns: repeat(3, 1fr); row-gap: 48px; }
@media (max-width: 900px) { .steps.is-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps.is-3 { grid-template-columns: 1fr; } }
.rules { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
.rules > div { padding: 30px 0 34px; border-top: 1px solid var(--line-dark); }
.rules h3 { margin-bottom: 10px; font-size: clamp(1.3rem, 2vw, 1.6rem); font-weight: 800; line-height: 1.2; letter-spacing: -.02em; color: #fff; }
.rules p { color: rgba(255, 255, 255, .74); }
.rules-note { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line-dark); max-width: 80ch; font-size: .95rem; color: rgba(255, 255, 255, .6); }
.rules-note a { color: #fff; }
@media (max-width: 800px) { .rules { grid-template-columns: 1fr; } }
.nums.is-light li { border-color: var(--line); }
.nums.is-light b { color: var(--red); }
.nums.is-light span { color: var(--ink-2); }
.nums.is-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .nums.is-3 { grid-template-columns: 1fr; } }
.logos { display: flex; flex-wrap: wrap; align-items: center; gap: 28px 52px; margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--line); }
.logos img { width: auto; height: 52px; filter: grayscale(1); opacity: .72; transition: filter .25s, opacity .25s; }
.logos img:hover { filter: none; opacity: 1; }
@media (max-width: 600px) { .logos { gap: 22px 32px; } .logos img { height: 40px; } }

/* pagine di servizio: prenotazione, 404, privacy */
.single { min-height: calc(100svh - 64px); display: flex; align-items: center; }
.single .wrap { width: 100%; }
.single h1 { font-size: clamp(2.8rem, 6.4vw, 6rem); line-height: .98; letter-spacing: -.045em; max-width: 14ch; margin-bottom: 24px; }
.single .lead { max-width: 52ch; color: rgba(255, 255, 255, .78); }
.single .actions { margin-top: 34px; }
.when { display: inline-block; margin-top: 30px; padding: 18px 24px; border-left: 4px solid var(--red); background: rgba(255, 255, 255, .06); border-radius: 0 var(--r) var(--r) 0; color: rgba(255, 255, 255, .8); }
.when b { display: block; font-size: 1.35rem; color: #fff; text-transform: capitalize; }
.cancel { margin-top: 40px; }
.cancel button { padding: 0; border: 0; background: none; font: 600 .95rem var(--sans); color: rgba(255, 255, 255, .55); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cancel button:hover { color: var(--red-light); }
.legal { max-width: 760px; }
.legal h2 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); }

/* toast */
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 50; transform: translate(-50%, 16px); opacity: 0; padding: 12px 18px; border-radius: var(--r); background: var(--ink); color: #fff; font-weight: 600; pointer-events: none; transition: transform .25s, opacity .2s; }
.toast.is-on { transform: translate(-50%, 0); opacity: 1; }

/* animazioni leggere */
html.js:not(.reduced) [data-in] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .9s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
html.js:not(.reduced) [data-in].is-in { opacity: 1; transform: none; }
html.js:not(.reduced) .chart .years span { transform: scaleY(0); transform-origin: bottom; transition: transform .9s var(--ease), background .12s; }
html.js:not(.reduced) .chart.is-in .years span { transform: scaleY(1); }
html.js:not(.reduced) .chart .waffle i.on { background: var(--grey-2); transition: background .5s; }
html.js:not(.reduced) .chart.is-in .waffle i.on { background: var(--red); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.call__closed { font-size: 1.2rem; color: var(--ink-2); max-width: 50ch; }
