/* ============================================================================
   SANSONETTI · build-v4 · sistema visivo della home (blocco 1)
   Base pietra calda, un solo accento (blu del marchio), Satoshi + Newsreader corsivo raro.
   Griglia a 12 colonne, immagini che escono dal margine, filetti al posto dei contenitori.
   ============================================================================ */
:root {
  --p0: #F6F3EE; --p1: #EDE8E0; --p2: #DED7CC;
  --ink: #1C2735; --ink2: rgba(28, 39, 53, .62); --ink3: rgba(28, 39, 53, .42);
  --blu: #24395C; --blu2: #2A466D; --onblu: #F2F5FA; --onblu2: rgba(242, 245, 250, .72); --acc: #A9BEDF;
  --line: rgba(36, 57, 92, .16); --line-blu: rgba(242, 245, 250, .2); --err: #8A1C1C;
  --sans: "Satoshi", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --gut: 24px; --mx: 1680px; --pad: clamp(20px, 4vw, 64px); --nav-h: 88px; --nav-s: 64px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--p0); }
body { margin: 0; background: var(--p0); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.65; -webkit-font-smoothing: antialiased; font-feature-settings: "kern" 1, "liga" 1; }
html.nav-open body { overflow: hidden; }
img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--blu); outline-offset: 3px; }
.on-blu :focus-visible, .hero :focus-visible, .close :focus-visible { outline-color: var(--acc); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--blu); color: var(--onblu); padding: 10px 14px; z-index: 100; }
.skip:focus { left: 8px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

/* ---------- griglia e ritmo ---------- */
.wrap { max-width: var(--mx); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.g12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); row-gap: 0; }
.sec { padding: clamp(96px, 11vw, 176px) 0; }
.sec-tight { padding: clamp(64px, 7vw, 112px) 0; }
.hr { border: 0; border-top: 1px solid var(--line); margin: 0; }
.bleed { margin-left: calc(-1 * var(--pad)); margin-right: calc(-1 * var(--pad)); }
.bleed-r { margin-right: calc(-1 * var(--pad)); }
.bleed-l { margin-left: calc(-1 * var(--pad)); }

/* ---------- tipografia ---------- */
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
.d1 { font-size: clamp(2.75rem, 5.7vw, 6.6rem); line-height: .98; letter-spacing: -.025em; }
.d2 { font-size: clamp(2.125rem, 4.4vw, 4.5rem); line-height: 1.02; letter-spacing: -.02em; }
.d3 { font-size: clamp(1.625rem, 2.6vw, 2.5rem); line-height: 1.1; letter-spacing: -.015em; }
.t4 { font-size: clamp(1.25rem, 1.6vw, 1.5rem); line-height: 1.25; font-weight: 500; }
p { margin: 0 0 1em; } p:last-child { margin-bottom: 0; }
.lead { font-size: clamp(1.125rem, 1.35vw, 1.375rem); line-height: 1.5; max-width: 52ch; }
.measure { max-width: 60ch; }
.small { font-size: .9rem; } .muted { color: var(--ink2); }
.meta { font-size: .8125rem; line-height: 1.5; color: var(--ink2); font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.kicker { display: flex; align-items: center; gap: 14px; font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--blu); margin: 0 0 clamp(20px, 2.4vw, 36px); }
.kicker::before { content: ""; width: 40px; height: 1px; background: currentColor; flex: none; }
.kicker .n { color: var(--ink3); }
.on-blu .kicker { color: var(--acc); } .on-blu .kicker .n { color: var(--onblu2); }
.pull { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1.2; letter-spacing: -.005em; }
.on-blu { background: var(--blu); color: var(--onblu); }
.on-blu .muted { color: var(--onblu2); } .on-blu .meta { color: var(--onblu2); } .on-blu .hr { border-color: var(--line-blu); }

/* ---------- bottoni e link ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 17px 26px; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 500; line-height: 1; background: var(--blu); color: var(--onblu); border-radius: 2px; text-decoration: none; border: 1px solid var(--blu); transition: background .35s var(--ease), border-color .35s, color .35s; }
.btn:hover { background: var(--blu2); border-color: var(--blu2); color: var(--onblu); }
.btn.o { background: transparent; color: inherit; border-color: currentColor; }
.btn.o:hover { background: rgba(36, 57, 92, .06); border-color: currentColor; color: inherit; }
.btn.w { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .72); }
.btn.w:hover { background: rgba(255, 255, 255, .12); border-color: #fff; color: #fff; }
.btn.s { padding: 12px 18px; font-size: .7rem; }
.arrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 500; text-decoration: none; color: var(--blu); }
.arrow svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.arrow:hover svg { transform: translateX(5px); }
.on-blu .arrow, .hero .arrow, .close .arrow { color: inherit; }
.actions { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; margin-top: clamp(28px, 3vw, 44px); }

/* ---------- immagini ---------- */
.ph { position: relative; overflow: hidden; background: var(--p1); }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph.r45 { aspect-ratio: 4 / 5; } .ph.r34 { aspect-ratio: 3 / 4; } .ph.r32 { aspect-ratio: 3 / 2; } .ph.r43 { aspect-ratio: 4 / 3; } .ph.r1610 { aspect-ratio: 16 / 10; }
.zoom img { transition: transform 1s var(--ease); }
a:hover .zoom img, a:focus-visible .zoom img { transform: scale(1.03); }
[data-plx] img { will-change: transform; }

/* ---------- riquadri "Da Andrea" (spariscono con PUBLIC=1) ---------- */
.todo { border: 1px dashed var(--blu); background: rgba(36, 57, 92, .05); padding: 14px 18px; font-size: .86rem; line-height: 1.5; color: var(--ink); margin-top: 28px; max-width: 72ch; }
.todo .lbl { display: block; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--blu); margin-bottom: 6px; }
.todo ul { margin: 6px 0 0; padding-left: 18px; }
.on-blu .todo { background: rgba(242, 245, 250, .08); border-color: var(--acc); color: var(--onblu); } .on-blu .todo .lbl { color: var(--acc); }
html.public .todo, html.public .todo-tag { display: none !important; }

/* ---------- rivelazioni ---------- */
html.js [data-rv] { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s var(--ease); }
html.js [data-rv].in { opacity: 1; transform: none; }
html.js [data-rv][data-d="1"] { transition-delay: .12s; } html.js [data-rv][data-d="2"] { transition-delay: .24s; } html.js [data-rv][data-d="3"] { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) { html.js [data-rv] { opacity: 1; transform: none; } }

/* ---------- menu ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: var(--nav-h); color: #fff; transition: height .45s var(--ease), background .45s, color .45s, border-color .45s; border-bottom: 1px solid transparent; }
.nav-in { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.brand img { height: 44px; width: auto; transition: height .45s var(--ease); }
.brand .lg-d { display: none; }
.nav-links { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; text-decoration: none; opacity: .88; transition: opacity .3s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { opacity: 1; }
.nav-tel { font-size: .8rem; font-variant-numeric: tabular-nums; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; opacity: .88; }
.nav-tel svg { width: 16px; height: 16px; }
.nav .btn.w { color: #fff; }
.nav.solid { height: var(--nav-s); background: rgba(246, 243, 238, .92); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); color: var(--ink); border-color: var(--line); }
.nav.solid .brand img { height: 40px; }
.nav.solid .brand .lg-w { display: none; } .nav.solid .brand .lg-d { display: block; }
.nav.solid .btn.w { background: var(--blu); color: var(--onblu); border-color: var(--blu); }
.nav.solid .btn.w:hover { background: var(--blu2); border-color: var(--blu2); }
.burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; margin-right: -10px; }
.burger svg { width: 26px; height: 26px; }
.nav-panel { position: fixed; inset: 0; z-index: 49; background: var(--p0); color: var(--ink); padding: calc(var(--nav-s) + 32px) var(--pad) 32px; display: flex; flex-direction: column; }
.nav-panel[hidden] { display: none; }
.nav-panel ul { list-style: none; margin: 0; padding: 0; }
.nav-panel li a { display: block; padding: 14px 0; font-size: clamp(1.9rem, 7vw, 2.6rem); line-height: 1.05; letter-spacing: -.02em; text-decoration: none; border-bottom: 1px solid var(--line); }
.panel-foot { margin-top: auto; display: grid; gap: 16px; padding-top: 24px; }
.panel-foot .nav-tel { color: var(--ink); opacity: 1; font-size: 1rem; }
.panel-foot .btn { width: 100%; }
html.nav-open .nav { background: var(--p0); color: var(--ink); border-color: var(--line); }
html.nav-open .nav .brand .lg-w { display: none; } html.nav-open .nav .brand .lg-d { display: block; }
@media (max-width: 1100px) { .nav-links { gap: 20px; } .nav-tel { display: none; } }
@media (max-width: 960px) { .nav-links, .nav .btn.w, .nav-tel { display: none; } .burger { display: inline-flex; } .brand img { height: 38px; } }

/* ---------- hero ---------- */
.hero { position: relative; height: 100svh; min-height: 620px; max-height: 1180px; color: #fff; overflow: hidden; background: var(--blu); }
.hero .bg { position: absolute; inset: 0; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transform: scale(1.06); transition: transform 1.8s var(--ease); }
html.js .hero.in .bg img, html.no-js .hero .bg img { transform: none; }
.hero .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28, 39, 53, .28) 0%, rgba(28, 39, 53, .04) 32%, rgba(28, 39, 53, .1) 55%, rgba(28, 39, 53, .68) 100%); }
.hero-in { position: absolute; left: 0; right: 0; bottom: 0; padding-bottom: clamp(40px, 7vh, 88px); }
.hero-in .g12 { align-items: end; }
.hero-copy { grid-column: 1 / 11; }
.hero-side { grid-column: 10 / 13; text-align: right; }
.hero .kicker { color: var(--acc); }
.hero h1 { margin: 0 0 clamp(20px, 2.4vw, 32px); font-size: clamp(3rem, 7.2vw, 8rem); }
.hero .lead { max-width: 44ch; color: rgba(255, 255, 255, .9); margin-bottom: 0; }
.hero .actions { margin-top: clamp(24px, 3vw, 40px); }
.hero .trust { font-size: .78rem; line-height: 1.6; color: rgba(255, 255, 255, .82); }
.hero .trust a { text-decoration-color: rgba(255, 255, 255, .5); }
.hero .trust b { font-weight: 500; color: #fff; }
.hero .hint { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 22px; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }
.hero .hint span { display: inline-block; width: 1px; height: 36px; background: rgba(255, 255, 255, .5); }
.ln { display: block; overflow: hidden; }
.ln > span { display: block; transform: translateY(112%); transition: transform 1.1s var(--ease); }
.hero.in .ln > span, .hero-m.in .ln > span, html.no-js .ln > span { transform: none; }
.ln:nth-child(2) > span { transition-delay: .1s; } .ln:nth-child(3) > span { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { .ln > span { transform: none; } .hero .bg img { transform: none; } }

/* ---------- dichiarazione ---------- */
.stat .d2 { grid-column: 1 / 9; }
.stat .side { grid-column: 9 / 13; align-self: end; padding-top: 40px; }
.stat .formula { margin-top: clamp(64px, 8vw, 120px); padding-top: 36px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 40px; align-items: baseline; }
.stat .formula .pull { color: var(--blu); max-width: none; }
.stat .formula .steps { display: flex; gap: clamp(40px, 8vw, 140px); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }

/* ---------- progetti ---------- */
.sec-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: end; margin-bottom: clamp(40px, 5vw, 72px); }
.sec-head .d2 { grid-column: 1 / 9; }
.sec-head .d2.wide { grid-column: 1 / 11; }
.sec-head .intro { grid-column: 9 / 13; color: var(--ink2); font-size: .95rem; line-height: 1.6; }
.proj a { text-decoration: none; display: block; color: inherit; }
.proj .row { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; padding-top: 18px; }
.proj .row .t4 { font-weight: 400; }
.proj .row .meta { text-align: right; flex: none; }
.proj .row .meta svg { width: 14px; height: 14px; display: inline-block; vertical-align: -2px; margin-left: 8px; }
.p1 .ph { height: clamp(360px, 82vh, 900px); }
.pgrid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); margin-top: clamp(64px, 8vw, 128px); }
.p2 { grid-column: 1 / 6; } .p3 { grid-column: 8 / 13; margin-top: clamp(80px, 16vh, 200px); }
.proj-more { display: flex; justify-content: flex-end; margin-top: clamp(40px, 5vw, 72px); }
.cursor { position: fixed; left: -200px; top: -200px; z-index: 45; pointer-events: none; background: var(--blu); color: var(--onblu); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; padding: 12px 16px; border-radius: 2px; opacity: 0; transform: translate(-50%, -50%) scale(.8); transition: opacity .25s, transform .25s var(--ease); white-space: nowrap; }
.cursor.on { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* ---------- progettato / consegnato ---------- */
.cmp-wrap { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: end; }
.cmp { grid-column: 1 / 13; display: grid; grid-template-columns: 8fr 5fr; column-gap: var(--gut); align-items: end; }
.cmp-p { position: relative; overflow: hidden; background: var(--p1); height: clamp(380px, 66vh, 760px); }
.cmp-p.a { height: clamp(300px, 52vh, 600px); }
.cmp-p img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.cmp-p img.on { opacity: 1; }
.cmp-p .lb { position: absolute; left: 18px; top: 16px; z-index: 2; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: #fff; background: rgba(28, 39, 53, .55); padding: 8px 12px; border-radius: 2px; }
.cmp-foot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px 32px; align-items: center; padding-top: 22px; margin-top: 4px; border-top: 1px solid var(--line); }
.cmp-sw { display: flex; gap: 6px; }
.cmp-sw button { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; padding: 10px 14px; border: 1px solid var(--line); color: var(--ink2); border-radius: 2px; transition: all .3s; }
.cmp-sw button[aria-pressed="true"] { background: var(--blu); border-color: var(--blu); color: var(--onblu); }
.cmp-sw button .n { color: inherit; opacity: .6; margin-right: 8px; }

/* ---------- metodo ingenio (scorrimento guidato) ---------- */
.ing { position: relative; }
.ing-head { padding-top: clamp(96px, 11vw, 176px); }
.ing-head .d2 { grid-column: 1 / 8; }
.ing-head .lead { grid-column: 9 / 13; align-self: end; color: var(--onblu2); font-size: 1rem; max-width: none; }
.ing-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); margin-top: clamp(48px, 6vw, 96px); }
.ing-side { grid-column: 1 / 4; position: sticky; top: var(--nav-s); height: calc(100vh - var(--nav-s)); display: flex; flex-direction: column; justify-content: center; align-self: start; }
.ing-side ol { list-style: none; margin: 0; padding: 0; position: relative; }
.ing-side li { display: flex; align-items: baseline; gap: 22px; padding: 22px 0; color: var(--onblu2); transition: color .5s; }
.ing-side li .n { font-size: clamp(2.5rem, 4.4vw, 4.5rem); line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; color: rgba(242, 245, 250, .28); transition: color .5s; }
.ing-side li .t { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; }
.ing-side li.on, .ing-side li.on .n { color: var(--onblu); }
.ing-bar { position: relative; width: 1px; background: var(--line-blu); height: 160px; margin: 32px 0 0 12px; }
.ing-bar i { position: absolute; left: 0; top: 0; width: 100%; height: 0; background: var(--acc); transition: height .2s linear; }
.ing-main { grid-column: 4 / 9; }
.ing-p { min-height: calc(100vh - var(--nav-s)); display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vh, 96px) 0; }
.ing-p .k { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--acc); margin-bottom: 18px; }
.ing-p .d3 { margin-bottom: 22px; }
.ing-p p { color: var(--onblu2); max-width: 48ch; }
.ing-p .docs { list-style: none; margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line-blu); }
.ing-p .docs li { display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line-blu); font-size: .9rem; }
.ing-p .docs .t { font-weight: 500; color: var(--onblu); } .ing-p .docs .d { color: var(--onblu2); }
.ing-p .doclab { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--acc); margin-top: 32px; }
.ing-p .m-img, .ing-p .n-m { display: none; }
.ing-img { grid-column: 9 / 13; position: sticky; top: var(--nav-s); height: calc(100vh - var(--nav-s)); align-self: start; display: flex; align-items: center; margin-right: calc(-1 * var(--pad)); }
.ing-img .ph { width: 100%; height: 78%; }
.ing-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.ing-img img.on { opacity: 1; }
.ing-foot { padding: clamp(40px, 5vw, 72px) 0 clamp(96px, 11vw, 176px); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; align-items: center; border-top: 1px solid var(--line-blu); }

/* ---------- tre protezioni ---------- */
.prot { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); margin-top: clamp(40px, 5vw, 72px); }
.prot > div { padding: clamp(36px, 4vw, 56px) clamp(20px, 2.6vw, 40px) clamp(36px, 4vw, 56px) 0; }
.prot > div + div { border-left: 1px solid var(--line); padding-left: clamp(20px, 2.6vw, 40px); }
.prot h3 { font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: .95; letter-spacing: -.02em; text-transform: uppercase; font-weight: 400; margin-bottom: 26px; }
.prot h3 .n { display: block; font-size: .7rem; letter-spacing: .16em; color: var(--ink3); font-weight: 500; margin-bottom: 18px; }
.prot p { font-size: .95rem; color: var(--ink); max-width: 38ch; }
.prot .dl { list-style: none; margin: 22px 0 0; padding: 0; font-size: .86rem; line-height: 1.5; }
.prot .dl li { padding: 9px 0; border-top: 1px solid var(--line); }
.prot .dl b { font-weight: 500; }
.prot .lim { margin-top: 22px; font-size: .8rem; color: var(--ink2); }
.prot .lim b { font-weight: 500; color: var(--ink); }
.strip { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px 40px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; margin-top: clamp(40px, 5vw, 72px); }
.strip p { margin: 0; max-width: 60ch; }

/* ---------- chi risponde ---------- */
.who { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: center; }
.who .ph { grid-column: 1 / 6; margin-left: calc(-1 * var(--pad)); aspect-ratio: 4 / 5; }
.who .tx { grid-column: 7 / 12; }
.who .roles { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); }

/* ---------- prova ---------- */
.proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--gut); border-top: 1px solid var(--line); padding-top: clamp(32px, 4vw, 56px); }
.proof .num { font-size: clamp(3rem, 6.4vw, 6.5rem); line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.proof .num small { font-size: .38em; letter-spacing: 0; margin-left: 6px; color: var(--ink2); }
.proof .num.word { font-size: clamp(1.9rem, 3.4vw, 3.2rem); padding-top: .32em; letter-spacing: -.02em; }
.proof .lab { margin-top: 18px; font-size: .9rem; color: var(--ink2); max-width: 26ch; }

/* ---------- chiusura ---------- */
.close { position: relative; min-height: 88vh; color: #fff; display: flex; align-items: center; overflow: hidden; background: var(--blu); }
.close .bg { position: absolute; inset: 0; } .close .bg img { width: 100%; height: 100%; object-fit: cover; }
.close .veil { position: absolute; inset: 0; background: rgba(28, 39, 53, .56); }
.close .wrap { position: relative; width: 100%; padding-top: clamp(96px, 12vh, 160px); padding-bottom: clamp(96px, 12vh, 160px); }
.close .kicker { color: var(--acc); }
.close .lead { color: rgba(255, 255, 255, .9); max-width: 46ch; }
.close .g12 { align-items: end; }
.close .cp { grid-column: 1 / 9; } .close .cs { grid-column: 10 / 13; text-align: right; font-size: .82rem; }
.close .cs a { color: #fff; }

/* ---------- piè di pagina ---------- */
.footer { background: var(--blu); color: var(--onblu); padding: clamp(56px, 6vw, 88px) 0 32px; border-top: 1px solid var(--line-blu); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer .logo { height: 36px; width: auto; margin-bottom: 18px; }
.footer h4 { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--acc); margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; font-size: .9rem; line-height: 1.7; }
.footer a { text-decoration: none; color: var(--onblu); } .footer a:hover { text-decoration: underline; }
.footer .pay { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.25rem; margin: 0 0 8px; }
.footer .small { color: var(--onblu2); max-width: 40ch; }
.legal { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line-blu); font-size: .8rem; color: var(--onblu2); }
.legal a, .linkish { color: var(--onblu2); text-decoration: underline; text-underline-offset: .2em; }

/* ---------- CTA fissa da telefono ---------- */
.mcta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(246, 243, 238, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .5s var(--ease); }
.mcta.show { transform: none; }
.mcta .btn { width: 100%; }
.mcta .tel { display: inline-flex; align-items: center; justify-content: center; width: 50px; border: 1px solid var(--line); border-radius: 2px; color: var(--blu); }
.mcta .tel svg { width: 20px; height: 20px; }

/* ---------- banner cookie (markup da consent.js) ---------- */
.cbanner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--p0); border-top: 1px solid var(--blu); box-shadow: 0 -8px 30px rgba(28, 39, 53, .08); }
.cbanner-in { max-width: var(--mx); margin: 0 auto; padding: 20px var(--pad); display: grid; grid-template-columns: 1fr auto; gap: 16px 40px; align-items: center; }
.cbanner p { margin: 0; font-size: .86rem; line-height: 1.5; color: var(--ink2); max-width: 80ch; }
.cbanner .t { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--blu); margin-bottom: 4px; }
.cbanner-btns { display: flex; gap: 10px; }
.cbtn { padding: 13px 22px; font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 500; border: 1px solid var(--blu); color: var(--blu); border-radius: 2px; background: transparent; }
.cbtn:hover { background: rgba(36, 57, 92, .06); }

/* ---------- telefono e tablet ---------- */
@media (max-width: 1100px) {
  .hero-copy { grid-column: 1 / 12; }
  .ing-side { grid-column: 1 / 4; } .ing-main { grid-column: 4 / 9; }
}
@media (max-width: 960px) {
  :root { --nav-h: 72px; }
  .sec { padding: clamp(72px, 12vw, 112px) 0; }
  .hero { min-height: 100svh; max-height: none; }
  .hero-copy { grid-column: 1 / 13; } .hero-side { grid-column: 1 / 13; text-align: left; margin-top: 28px; }
  .hero .hint { display: none; }
  .hero .actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero .actions .btn { width: 100%; }
  .btn .x { display: none; }
  .stat .d2, .stat .side { grid-column: 1 / 13; } .stat .side { padding-top: 32px; }
  .stat .formula { flex-direction: column; align-items: flex-start; }
  .sec-head .d2, .sec-head .d2.wide, .sec-head .intro { grid-column: 1 / 13; } .sec-head .intro { margin-top: 18px; }
  .p1 .ph { height: 62vh; min-height: 300px; }
  .pgrid { grid-template-columns: 1fr; row-gap: 48px; margin-top: 48px; }
  .p2, .p3 { grid-column: 1 / 2; margin-top: 0; } .p3 { margin-right: calc(-1 * var(--pad)); }
  .proj .row { flex-direction: column; gap: 6px; } .proj .row .meta { text-align: left; }
  .cmp { grid-template-columns: 1fr 1fr; column-gap: 12px; }
  .cmp-p, .cmp-p.a { height: 58vw; min-height: 240px; }
  .ing-grid { display: block; margin-top: 40px; }
  .ing-side { display: none; }
  .ing-head .d2, .ing-head .lead { grid-column: 1 / 13; } .ing-head .lead { margin-top: 20px; }
  .ing-p { min-height: 0; padding: 40px 0; border-top: 1px solid var(--line-blu); }
  .ing-p .m-img { display: block; aspect-ratio: 4 / 3; margin: 0 calc(-1 * var(--pad)) 28px 0; }
  .ing-p .n-m { display: block; font-size: 3rem; line-height: 1; letter-spacing: -.03em; color: rgba(242, 245, 250, .35); margin-bottom: 10px; }
  .ing-p .docs li { grid-template-columns: 1fr; gap: 2px; }
  .ing-img { display: none; }
  .prot { grid-template-columns: 1fr; border-top: 0; margin-top: 32px; }
  .prot > div { padding: 32px 0; border-top: 1px solid var(--line); }
  .prot > div + div { border-left: 0; padding-left: 0; }
  .who .ph { grid-column: 1 / 13; margin-right: calc(-1 * var(--pad)); aspect-ratio: 4 / 3; } .who .tx { grid-column: 1 / 13; margin-top: 32px; }
  .proof { grid-template-columns: 1fr; row-gap: 32px; }
  .close .cp, .close .cs { grid-column: 1 / 13; } .close .cs { text-align: left; margin-top: 28px; }
  .close .actions { flex-direction: column; align-items: stretch; gap: 10px; } .close .actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .mcta { display: grid; }
  body.mcta-on { padding-bottom: 72px; }
  .cbanner-in { grid-template-columns: 1fr; } .cbanner-btns { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================================
   Blocco 2 · Progetti: indice e casi studio. Solo token e componenti già definiti sopra.
   ============================================================================ */
.bg1 { background: var(--p1); }
html.public .todo-sec { display: none !important; }

/* ---------- hero tipografico ---------- */
.hero-t { padding: calc(var(--nav-h) + clamp(64px, 14vh, 160px)) 0 clamp(48px, 7vw, 112px); }
.hero-t .g12 { align-items: end; }
.hero-t .ht-l { grid-column: 1 / 8; } .hero-t .ht-r { grid-column: 8 / 13; padding-bottom: .4em; }
.hero-t .d1 { font-size: clamp(3.5rem, 11vw, 12rem); line-height: .92; }
.hero-t .lead { color: var(--ink2); max-width: 40ch; }

/* ---------- indice: sequenza editoriale ---------- */
.pf-list { padding-bottom: clamp(48px, 6vw, 96px); }
.pf { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); margin-bottom: clamp(96px, 13vw, 220px); }
.pf > a { display: contents; color: inherit; text-decoration: none; }
.pf .ph { grid-column: 1 / 13; }
.pf .pf-t { grid-column: 1 / 13; }
.pf .pf-t .kicker { margin-bottom: 14px; }
.pf .pf-t .d3 { margin-bottom: 14px; max-width: 18ch; }
.pf .pf-t .meta { margin-bottom: 18px; }
.pf .pf-t .arrow { color: var(--blu); }
.pf-full .ph { height: clamp(360px, 84vh, 920px); }
.pf-full .pf-t { display: flex; justify-content: space-between; align-items: end; gap: 24px 40px; flex-wrap: wrap; padding-top: 22px; }
.pf-full .pf-t .d3 { margin-bottom: 0; } .pf-full .pf-t .meta { margin-bottom: 0; } .pf-full .pf-t .kicker { flex-basis: 100%; }
.pf-full .pf-t .arrow { margin-left: auto; }
.pf-57 .pf-t { grid-column: 1 / 5; align-self: end; padding-bottom: 8px; }
.pf-57 .ph { grid-column: 6 / 13; }
.pf-75 .ph { grid-column: 1 / 9; grid-row: 1; }
.pf-75 .pf-t { grid-column: 9 / 13; grid-row: 1; align-self: end; padding-bottom: 8px; }
.pf-v .ph { grid-column: 2 / 7; grid-row: 1; }
.pf-v .pf-t { grid-column: 8 / 12; grid-row: 1; align-self: center; }
.pf-det .ph { grid-column: 8 / 12; grid-row: 1; }
.pf-det .pf-t { grid-column: 1 / 6; grid-row: 1; align-self: end; padding-bottom: 8px; }
.pf a:hover .arrow svg { transform: translateX(5px); }

/* ---------- pausa editoriale ---------- */
.pause { padding: clamp(64px, 12vh, 160px) 0 clamp(96px, 16vh, 220px); border-top: 1px solid var(--line); margin-bottom: clamp(96px, 13vw, 220px); }
.pause .d2 { max-width: 24ch; font-size: clamp(2rem, 4.8vw, 5rem); }

/* ---------- striscia consulenza ---------- */
.cta-strip { border-top: 1px solid var(--line); }
.cta-strip .cs-t { grid-column: 1 / 8; }
.cta-strip .cs-a { grid-column: 9 / 13; align-self: end; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.cta-strip .cs-a .btn { width: 100%; }

/* ---------- caso studio ---------- */
.hero.cs .hero-copy { grid-column: 1 / 11; }
.hero.cs .d1 { font-size: clamp(2.5rem, 5.4vw, 6rem); max-width: 16ch; }
.hero.cs .lead { max-width: 52ch; }
.facts { padding: 0 0 clamp(48px, 6vw, 96px); }
.facts-row { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-row > div { flex: 1 1 auto; padding: 22px 32px 22px 0; display: flex; flex-direction: column; gap: 6px; }
.facts-row > div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.facts-row .k { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.facts-row .v { font-size: 1rem; }
.story .st-t { grid-column: 1 / 6; }
.story .st-p { grid-column: 7 / 13; }
.story-ph { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: var(--gut); row-gap: 40px; }
.story-ph .sp-a { grid-column: 1 / 7; } .story-ph .sp-b { grid-column: 1 / 4; } .story-ph .sp-c { grid-column: 4 / 7; margin-top: 15%; }
.story-ph figure, .es figure, .dur-ph figure { margin: 0; }
.story-ph figcaption, .es figcaption, .dur-ph figcaption { margin-top: 10px; }
.prep .pr-t { grid-column: 1 / 7; } .prep .pr-l { grid-column: 8 / 13; align-self: end; }
.prep .dl { list-style: none; margin: 0; padding: 0; font-size: .95rem; line-height: 1.55; }
.prep .dl li { padding: 14px 0; border-top: 1px solid var(--line); } .prep .dl li:last-child { border-bottom: 1px solid var(--line); }
.prep .dl b { font-weight: 500; }
.dur-ph { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--gut); margin-top: clamp(32px, 4vw, 56px); }
.essay { padding: clamp(64px, 8vw, 128px) 0 0; }
.essay > .wrap > .kicker { margin-bottom: clamp(32px, 4vw, 56px); }
.es { margin-bottom: clamp(48px, 7vw, 120px); }
.es-full .ph { height: clamp(360px, 88vh, 960px); }
.es-full figcaption { padding-top: 6px; }
.es-pair { display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--gut); align-items: start; }
.es-pair figure + figure { margin-top: clamp(48px, 10vh, 140px); }
.es-det { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: start; }
.es-det figure:first-child { grid-column: 2 / 7; } .es-det figure:last-child { grid-column: 8 / 12; margin-top: clamp(64px, 14vh, 200px); }
/* cosa abbiamo governato: la sezione di maggior peso del caso studio, in blu come il Metodo nella home */
.gov { padding: clamp(112px, 13vw, 200px) 0; }
.gov .sec-head { margin-bottom: clamp(48px, 6vw, 96px); }
.gov .sec-head .intro { color: var(--onblu2); }
.gov-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-blu); }
.gov-list li { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); padding: clamp(44px, 5.5vw, 80px) 0; border-bottom: 1px solid var(--line-blu); align-items: start; }
.gov-list .gn { grid-column: 1 / 3; font-size: clamp(3.25rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.035em; color: rgba(242, 245, 250, .32); font-variant-numeric: tabular-nums; }
.gov-list h3 { grid-column: 3 / 8; font-weight: 400; max-width: 14ch; color: var(--onblu); }
.gov-list p { grid-column: 8 / 13; color: var(--onblu2); max-width: 44ch; padding-top: .35em; }
.gov-list li.alt .gn { grid-column: 2 / 4; } .gov-list li.alt h3 { grid-column: 4 / 9; } .gov-list li.alt p { grid-column: 9 / 13; }
.gov-foot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px 40px; align-items: center; margin-top: clamp(32px, 4vw, 56px); }
.gov-foot .meta { max-width: 56ch; margin: 0; }
/* parte tecnica: cosa è stato eseguito, volutamente più leggera */
.tech { padding-top: clamp(56px, 6vw, 96px); }
.tech .te-t { grid-column: 1 / 5; } .tech .te-t .t4 { font-weight: 400; }
.tech .te-l { grid-column: 6 / 13; list-style: none; margin: 0; padding: 0; columns: 2; column-gap: var(--gut); font-size: .9rem; color: var(--ink2); }
.tech .te-l li { break-inside: avoid; padding: 9px 0; border-top: 1px solid var(--line); }
.body { max-width: 52ch; margin-top: 18px; }
.story .body, .prep .body, .dur-t .body { color: var(--ink2); }
.quote .q-t { grid-column: 2 / 11; } .quote .pull { color: var(--blu); max-width: 30ch; } .quote .meta { margin-top: 20px; }
.close.next { text-decoration: none; min-height: 82vh; }
.close.next .cp { grid-column: 1 / 11; }
.close.next .d1 { font-size: clamp(2.5rem, 5.4vw, 6rem); max-width: 16ch; }
.close.next .arrow { display: inline-flex; color: #fff; }
.close.next .bg img { transition: transform 1.2s var(--ease); }
.close.next:hover .bg img { transform: scale(1.03); }

/* ---------- telefono ---------- */
@media (max-width: 960px) {
  .hero-t { padding-top: calc(var(--nav-h) + 40px); }
  .hero-t .ht-l, .hero-t .ht-r { grid-column: 1 / 13; } .hero-t .ht-r { margin-top: 24px; }
  .hero-t .d1 { font-size: clamp(3.5rem, 18vw, 6rem); }
  .pf { display: block; margin-bottom: 72px; }
  .pf > a { display: block; }
  .pf .ph { margin: 0; }
  .pf-full .ph { height: 62vh; min-height: 300px; margin: 0 calc(-1 * var(--pad)); }
  .pf-57 .ph, .pf-v .ph { margin-right: calc(-1 * var(--pad)); }
  .pf-75 .ph, .pf-det .ph { margin-left: calc(-1 * var(--pad)); }
  .pf-v .ph, .pf-det .ph { width: 78%; }
  .pf-det .ph { margin-left: auto; margin-right: calc(-1 * var(--pad)); }
  .pf .pf-t { padding-top: 18px; display: block; }
  .pf-full .pf-t .d3 { margin-bottom: 12px; }
  .pause { margin-bottom: 72px; } .pause .d2 { font-size: clamp(1.8rem, 8vw, 2.6rem); }
  .cta-strip .cs-t, .cta-strip .cs-a { grid-column: 1 / 13; } .cta-strip .cs-a { margin-top: 28px; }
  .cta-strip .cs-a .btn { width: 100%; }
  .hero.cs .hero-copy { grid-column: 1 / 13; }
  .facts-row { display: grid; grid-template-columns: 1fr 1fr; }
  .facts-row > div { padding: 14px 12px 14px 0; border-bottom: 1px solid var(--line); }
  .facts-row > div + div { border-left: 0; padding-left: 0; }
  .facts-row > div:nth-child(2n) { border-left: 1px solid var(--line); padding-left: 14px; }
  .story .st-t, .story .st-p { grid-column: 1 / 13; } .story .st-p { margin-top: 32px; }
  .story-ph { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin: 0 calc(-1 * var(--pad)); padding: 0 var(--pad); scrollbar-width: none; }
  .story-ph::-webkit-scrollbar { display: none; }
  .story-ph figure { flex: 0 0 78vw; scroll-snap-align: start; margin-top: 0 !important; }
  .story-ph .ph { aspect-ratio: 4 / 5; }
  .prep .pr-t, .prep .pr-l { grid-column: 1 / 13; } .prep .pr-l { margin-top: 32px; }
  .dur-ph { grid-template-columns: 1fr; row-gap: 24px; }
  .es-full .ph { height: 62vh; min-height: 300px; }
  .es-pair { grid-template-columns: 1fr; row-gap: 32px; } .es-pair figure + figure { margin-top: 0; margin-left: 14%; }
  .es-det { display: block; } .es-det figure:first-child { width: 78%; } .es-det figure:last-child { width: 66%; margin: 32px 0 0 auto; }
  .gov { padding: 88px 0; } .gov .sec-head { margin-bottom: 40px; }
  .gov-list li { display: block; padding: 36px 0; } .gov-list .gn { display: block; margin-bottom: 14px; font-size: 3rem; } .gov-list h3 { margin-bottom: 12px; font-size: 1.5rem; } .gov-list p { max-width: none; padding-top: 0; }
  .gov-foot { flex-direction: column; align-items: flex-start; }
  .story .st-p { margin-top: 40px; }
  .prep .pr-l { margin-top: 40px; } .prep .dl li { padding: 16px 0; }
  .body { margin-top: 16px; }
  .durante .sec-head .intro { margin-top: 14px; }
  .tech .te-t, .tech .te-l { grid-column: 1 / 13; } .tech .te-l { columns: 1; margin-top: 20px; }
  .quote .q-t { grid-column: 1 / 13; }
  .close.next { min-height: 70vh; } .close.next .cp { grid-column: 1 / 13; }
}

/* ============================================================================
   Blocco 3a · Metodo Ingenio (/metodo/): pagina signature. Solo token e componenti già definiti.
   ============================================================================ */
/* ---------- hero concettuale: i frammenti si ordinano con lo scorrimento (--p da 0 a 1) ---------- */
.hero-m { --p: 0; position: relative; min-height: 100svh; padding: calc(var(--nav-h) + clamp(48px, 10vh, 120px)) 0 clamp(40px, 6vh, 72px); display: flex; align-items: flex-end; overflow: hidden; }
.hero-m .hm-in { width: 100%; row-gap: 0; }
.hero-m .hm-t { grid-column: 1 / 11; }
.hero-m .d1 { font-size: clamp(2.75rem, 6.2vw, 7rem); }
.hero-m .hm-i { grid-column: 1 / 7; margin-top: clamp(28px, 4vh, 48px); }
.hero-m .hm-i .lead { color: var(--ink2); }
.hero-m .hm-f { grid-column: 1 / 13; margin-top: clamp(40px, 8vh, 96px); }
.frag { display: flex; flex-wrap: wrap; gap: 10px 0; align-items: center; border-top: 1px solid var(--line); padding-top: 18px; }
.frag .fr { position: relative; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--blu); padding: 6px 14px 6px 0; margin-right: 14px; white-space: nowrap; transform: translate(calc(var(--sx) * (1 - var(--p))), calc(var(--sy) * (1 - var(--p)))) rotate(calc(var(--sr) * (1 - var(--p)))); opacity: calc(.45 + .55 * var(--p)); will-change: transform; }
.frag .fr::after { content: "·"; position: absolute; right: 0; color: var(--ink3); }
.frag .fr:last-child::after { content: ""; }
.hm-c { margin-top: 14px; opacity: var(--p); transition: opacity .3s; }
html.no-js .hero-m, html.js .hero-m.static { --p: 1; }

/* ---------- perché esiste ---------- */
.origin .or-t { grid-column: 1 / 7; align-self: center; }
.origin .or-ph { grid-column: 8 / 13; margin-right: calc(-1 * var(--pad)); }
.origin .or-ph .meta { margin-top: 12px; }

/* ---------- i tre momenti: binario e scene che si coprono ---------- */
.moments { position: relative; --rail: 56px; }
.mo-head { padding: clamp(96px, 11vw, 176px) 0 clamp(40px, 5vw, 72px); }
.mo-head .d2 { grid-column: 1 / 8; } .mo-head .intro { grid-column: 9 / 13; align-self: end; color: var(--ink2); font-size: .95rem; }
.rail { position: sticky; top: var(--nav-s); z-index: 6; height: var(--rail); background: rgba(246, 243, 238, .92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rail-in { position: relative; height: 100%; display: flex; gap: clamp(28px, 5vw, 96px); align-items: center; }
.rail .ri { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--ink3); transition: color .4s; display: inline-flex; gap: 10px; }
.rail .ri b { font-weight: 500; }
.rail .ri.on { color: var(--blu); } .rail .ri.done { color: var(--ink2); }
.rail-bar { position: absolute; left: var(--pad); right: var(--pad); bottom: -1px; height: 1px; background: transparent; }
.rail-bar i { display: block; height: 1px; width: 33.3%; background: var(--blu); transition: width .6s var(--ease); }
.scenes { position: relative; }
.scene { position: sticky; top: calc(var(--nav-s) + var(--rail)); height: calc(100vh - var(--nav-s) - var(--rail)); margin-bottom: 50vh; overflow: hidden; background: var(--p0); }
.scene:last-child { margin-bottom: 0; }
.scene.sc-02 { background: var(--blu); color: var(--onblu); }
.scene.sc-03 { background: var(--p1); }
.scene .sc-in { height: 100%; }
.scene .g12 { height: 100%; align-items: center; }
.scene .sc-t { grid-column: 1 / 6; position: relative; padding: clamp(24px, 4vh, 48px) 0; }
.scene .sc-ph { grid-column: 7 / 13; height: 100%; margin-right: calc(-1 * var(--pad)); }
.scene .sc-ph .ph { height: 100%; }
.scene .sc-ph img { transform: scale(1.04); transition: transform 1.6s var(--ease); }
.moments[data-active="1"] .sc-01 img, .moments[data-active="2"] .sc-02 img, .moments[data-active="3"] .sc-03 img { transform: none; }
.scene .sc-n { position: absolute; right: 0; top: -.15em; font-size: clamp(6rem, 12vw, 13rem); line-height: 1; letter-spacing: -.04em; color: rgba(36, 57, 92, .07); font-variant-numeric: tabular-nums; pointer-events: none; }
.scene.sc-02 .sc-n { color: rgba(242, 245, 250, .08); }
.scene .kicker { margin-bottom: 18px; } .scene.sc-02 .kicker { color: var(--acc); } .scene.sc-02 .kicker .n { color: var(--onblu2); }
.scene .d2 { font-size: clamp(2rem, 3.8vw, 3.75rem); }
.scene .sc-lead { margin-top: 18px; max-width: 46ch; font-size: 1rem; line-height: 1.55; color: var(--ink2); }
.scene.sc-02 .sc-lead { color: var(--onblu2); }
.scene .sc-v { list-style: none; margin: 22px 0 0; padding: 0; border-top: 1px solid var(--line); }
.scene.sc-02 .sc-v { border-color: var(--line-blu); }
.scene .sc-v li { display: grid; grid-template-columns: 11rem 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .86rem; line-height: 1.45; }
.scene.sc-02 .sc-v li { border-color: var(--line-blu); }
.scene .sc-v .k { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--blu); padding-top: .25em; }
.scene.sc-02 .sc-v .k { color: var(--acc); }
.scene .sc-v .v { color: var(--ink); } .scene.sc-02 .sc-v .v { color: var(--onblu); }
.scene .sc-pull { margin-top: 20px; font-size: clamp(1.15rem, 1.5vw, 1.45rem); color: var(--blu); max-width: 30ch; }
.scene.sc-02 .sc-pull { color: var(--acc); }
.mo-todo { padding: 32px 0 0; } .mo-todo .todo { margin-top: 12px; }

/* ---------- transizione: da una colonna disordinata a una ordinata (--p) ---------- */
.shift { --p: 0; padding: clamp(96px, 14vh, 200px) 0; border-top: 1px solid var(--line); }
.shift .sh-a, .shift .sh-b { display: flex; flex-direction: column; gap: .1em; }
.shift .sh-a { grid-column: 1 / 7; color: var(--ink3); }
.shift .sh-b { grid-column: 7 / 13; color: var(--blu); }
.shift .w { font-size: clamp(2rem, 4.6vw, 4.75rem); line-height: 1; letter-spacing: -.03em; display: block; will-change: transform; }
.shift .sh-a .w1 { transform: translateX(calc(0px + 44px * var(--p))); }
.shift .sh-a .w2 { transform: translateX(calc(0px + 112px * var(--p))); opacity: calc(1 - .35 * var(--p)); }
.shift .sh-a .w3 { transform: translateX(calc(0px + 20px * var(--p))); opacity: calc(1 - .5 * var(--p)); }
.shift .sh-b .w1 { transform: translateX(calc(60px * (1 - var(--p)))); }
.shift .sh-b .w2 { transform: translateX(calc(-40px * (1 - var(--p)))); }
.shift .sh-b .w3 { transform: translateX(calc(110px * (1 - var(--p)))); }
.shift .sh-l { grid-column: 7 / 13; margin-top: clamp(32px, 5vh, 64px); max-width: 30ch; }

/* ---------- video (markup di gen.py: .vslot) ---------- */
.vsl .sec-head { margin-bottom: clamp(32px, 4vw, 56px); }
.vslot { position: relative; background: var(--blu); color: var(--onblu); overflow: hidden; }
.vslot .vslot-media { aspect-ratio: 16 / 9; background: var(--blu2); }
.vslot .vslot-media img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.vslot .vslot-media video { width: 100%; height: 100%; background: #000; }
.vslot-play { position: absolute; inset: 0; width: 100%; display: flex; align-items: center; justify-content: center; }
.vslot:not(.is-ready) .vslot-play { display: none; }
.vslot-ring { width: 96px; height: 96px; border: 1px solid rgba(255, 255, 255, .85); border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(36, 57, 92, .35); transition: transform .3s var(--ease), background .3s; }
.vslot-play:hover .vslot-ring { transform: scale(1.06); background: rgba(36, 57, 92, .6); }
.vslot-ring svg { width: 28px; height: 28px; margin-left: 4px; }
.vslot.is-playing .vslot-play, .vslot.is-playing .vslot-bar { display: none; }
.vslot-bar { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 26px; background: linear-gradient(to top, rgba(28, 39, 53, .8), rgba(28, 39, 53, 0)); display: flex; flex-wrap: wrap; gap: 4px 20px; align-items: baseline; pointer-events: none; }
.vslot-bar .t { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.35rem; }
.vslot-bar .c { font-size: .8rem; color: var(--onblu2); }
.vslot .todo-tag { position: absolute; right: 12px; top: 12px; background: var(--p0); color: var(--blu); border: 1px dashed var(--blu); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; padding: 5px 9px; z-index: 2; }
.vslot.is-ready ~ .vsl-note { display: none; }
.vsl-note { margin-top: 14px; }

/* ---------- come prende forma: i sei passaggi raggruppati per momento (registro, con aria) ---------- */
.ledger .sec-head { margin-bottom: clamp(24px, 3vw, 40px); }
.steps-l { list-style: none; margin: 0; padding: 0; }
.steps-l li { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); padding: clamp(32px, 4vw, 56px) 0; border-top: 1px solid var(--line); align-items: start; }
.steps-l li.st-grp { border-top: 0; padding: clamp(56px, 8vw, 120px) 0 clamp(16px, 2vw, 28px); align-items: baseline; }
.steps-l li.st-grp:first-child { padding-top: clamp(24px, 3vw, 40px); }
.steps-l .st-gn { grid-column: 1 / 2; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--ink3); }
.steps-l .st-gt { grid-column: 2 / 5; font-size: clamp(1.6rem, 2.4vw, 2.25rem); letter-spacing: -.02em; color: var(--blu); }
.steps-l .st-gs { grid-column: 5 / 10; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.25rem; color: var(--ink2); }
.steps-l .st-n { grid-column: 1 / 2; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1; letter-spacing: -.03em; color: var(--ink3); font-variant-numeric: tabular-nums; }
.steps-l .st-t { grid-column: 2 / 9; }
.steps-l h3 { font-weight: 400; margin-bottom: 12px; }
.steps-l p { margin: 0; font-size: .95rem; color: var(--ink2); max-width: 50ch; }
.steps-l .st-d { margin-top: 14px; color: var(--ink); font-size: .88rem; }
.steps-l .st-d .lab { display: block; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blu); font-weight: 500; margin-bottom: 4px; }
.steps-l .st-im { grid-column: 10 / 13; margin: 0; }
.steps-l .st-im figcaption { margin-top: 8px; }

/* ---------- pausa: una foto grande e una frase ---------- */
.breath { padding: clamp(64px, 8vw, 128px) 0 clamp(48px, 6vw, 96px); }
.breath .g12 { align-items: end; }
.breath .br-ph { grid-column: 1 / 9; margin-left: calc(-1 * var(--pad)); }
.breath .br-ph .ph { aspect-ratio: 16 / 10; }
.breath .br-t { grid-column: 9 / 13; padding-bottom: 8px; }
.breath .br-t .d2 { font-size: clamp(1.75rem, 2.9vw, 2.75rem); max-width: 16ch; }
.breath .br-t .meta { margin-top: 18px; max-width: 30ch; }

/* ---------- protezioni: tre blocchi leggibili, il limite in corsivo ---------- */
.prot-l .sec-head { margin-bottom: clamp(16px, 2vw, 24px); }
.prot-list { list-style: none; margin: 0; padding: 0; }
.prot-list > li { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); padding: clamp(48px, 6vw, 88px) 0; border-top: 1px solid var(--line); align-items: start; }
.prot-list .pr-h { grid-column: 1 / 5; }
.prot-list .pr-n { display: block; font-size: clamp(2.5rem, 4.4vw, 4.5rem); line-height: .9; letter-spacing: -.035em; color: var(--ink3); font-variant-numeric: tabular-nums; margin-bottom: 18px; }
.prot-list h3 { font-weight: 400; max-width: 10ch; font-size: clamp(1.75rem, 2.9vw, 2.75rem); }
.prot-list .lab { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blu); font-weight: 500; margin: .5em 0 12px; }
.prot-list .pr-c { grid-column: 5 / 9; }
.prot-list .pr-p { list-style: none; margin: 0; padding: 0; font-size: .92rem; }
.prot-list .pr-p li { padding: 9px 0; border-top: 1px solid var(--line); }
.prot-list .pr-l { grid-column: 9 / 13; }
.prot-list .pr-l .pull { font-size: clamp(1.15rem, 1.5vw, 1.45rem); color: var(--ink); max-width: 26ch; }
.prot-list .todo { margin-top: 16px; font-size: .78rem; }
.prot-l .strip { margin-top: clamp(48px, 6vw, 88px); }

/* ---------- le persone ---------- */
.people .pe-ph { grid-column: 1 / 6; margin-left: calc(-1 * var(--pad)); }
.people .pe-t { grid-column: 7 / 13; }
.roles-l { list-style: none; margin: clamp(32px, 4vw, 56px) 0 0; padding: 0; border-top: 1px solid var(--line); }
.roles-l li { display: grid; grid-template-columns: 1.1fr 1.6fr; column-gap: var(--gut); padding: 22px 0; border-bottom: 1px solid var(--line); }
.roles-l .r-nome { display: block; font-size: 1.25rem; letter-spacing: -.01em; }
.roles-l .r-ruolo { display: block; font-size: .78rem; color: var(--ink2); margin-top: 4px; }
.roles-l p { margin: 0; font-size: .92rem; color: var(--ink2); }

/* ---------- prova: due cantieri ---------- */
.pm-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: start; }
.pm { text-decoration: none; color: inherit; display: block; }
.pm-grid .pm:first-child { grid-column: 1 / 8; }
.pm-grid .pm-2 { grid-column: 9 / 13; margin-top: clamp(64px, 12vh, 160px); }
.pm .pm-t { padding-top: 20px; }
.pm .pm-t .kicker { margin-bottom: 12px; }
.pm .pm-t .d3 { max-width: 18ch; margin-bottom: 16px; }
.pm dl { margin: 0 0 16px; display: grid; grid-template-columns: 6.5rem 1fr; gap: 6px 12px; font-size: .88rem; }
.pm dt { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blu); font-weight: 500; padding-top: .3em; }
.pm dd { margin: 0; color: var(--ink2); }
.pm .arrow { color: var(--blu); }

/* ---------- telefono ---------- */
@media (max-width: 960px) {
  .hero-m { --p: 1; min-height: 0; padding-top: calc(var(--nav-h) + 40px); align-items: flex-start; }
  .hero-m .hm-t, .hero-m .hm-i, .hero-m .hm-f { grid-column: 1 / 13; }
  .hero-m .d1 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  .hero-m .hm-f { margin-top: 40px; }
  .frag .fr { transform: none; opacity: 1; font-size: .64rem; }
  .origin .or-t, .origin .or-ph { grid-column: 1 / 13; } .origin .or-ph { margin: 36px calc(-1 * var(--pad)) 0 0; }
  .mo-head { padding-top: 72px; } .mo-head .d2, .mo-head .intro { grid-column: 1 / 13; } .mo-head .intro { margin-top: 16px; }
  .rail { display: none; }
  .scene { position: relative; top: auto; height: auto; margin-bottom: 0; padding: 0 0 56px; }
  .scene .g12 { display: block; }
  .scene .sc-ph { height: auto; margin: 0 calc(-1 * var(--pad)) 28px; }
  .scene .sc-ph .ph { aspect-ratio: 4 / 3; height: auto; }
  .scene .sc-t { padding: 0; }
  .scene .sc-n { position: static; display: block; font-size: 4.5rem; color: var(--ink3); margin-bottom: 8px; letter-spacing: -.04em; }
  .scene.sc-02 .sc-n { color: var(--onblu2); }
  .scene.sc-02 { padding-top: 0; } .scene.sc-02 .sc-t { padding-bottom: 8px; }
  .scene .sc-v li { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; }
  .shift { padding: 80px 0; }
  .shift .sh-a, .shift .sh-b, .shift .sh-l { grid-column: 1 / 13; }
  .shift .sh-b { margin-top: 36px; }
  .shift .w { font-size: clamp(2rem, 11vw, 3.2rem); }
  .shift .sh-a .w { transform: none; opacity: .55; } .shift .sh-b .w { transform: none; }
  .vslot-ring { width: 72px; height: 72px; }
  .steps-l li { grid-template-columns: 3.25rem 1fr; row-gap: 16px; padding: 28px 0; }
  .steps-l li.st-grp { padding: 56px 0 8px; grid-template-columns: 3.25rem 1fr; }
  .steps-l .st-gn { grid-column: 1; } .steps-l .st-gt { grid-column: 2; font-size: 1.6rem; } .steps-l .st-gs { grid-column: 2; font-size: 1.05rem; }
  .steps-l .st-n { grid-column: 1; font-size: 1.75rem; } .steps-l .st-t { grid-column: 2; }
  .steps-l .st-im { grid-column: 2; width: 72%; margin-top: 6px; }
  .breath { padding: 56px 0 24px; }
  .breath .br-ph, .breath .br-t { grid-column: 1 / 13; } .breath .br-ph { margin-right: calc(-1 * var(--pad)); } .breath .br-t { margin-top: 28px; }
  .prot-list > li { display: block; padding: 44px 0; }
  .prot-list .pr-n { font-size: 2.6rem; margin-bottom: 12px; }
  .prot-list h3 { max-width: none; margin-bottom: 8px; font-size: 1.75rem; }
  .prot-list .pr-c { margin-top: 20px; } .prot-list .pr-l { margin-top: 28px; }
  .people .pe-ph, .people .pe-t { grid-column: 1 / 13; } .people .pe-ph { margin-right: calc(-1 * var(--pad)); } .people .pe-t { margin-top: 32px; }
  .roles-l li { grid-template-columns: 1fr; row-gap: 8px; }
  .pm-grid { display: block; } .pm-grid .pm-2 { margin: 56px 0 0 12%; }
  .pm dl { grid-template-columns: 1fr; gap: 2px 0; } .pm dd { margin-bottom: 8px; }
}

/* ============================================================================
   Blocco 3b · L’impresa (/impresa/): la pagina delle persone. Solo token e componenti già definiti.
   ============================================================================ */
.imp .ph img { transition: transform 1.4s var(--ease); }
html.js .imp [data-rv]:not(.in) .ph img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { html.js .imp [data-rv]:not(.in) .ph img { transform: none; } }
/* hero diviso: testo a sinistra, foto alta a destra */
.hero-s { padding-top: var(--nav-h); }
.hero-s .g12 { align-items: end; min-height: calc(100svh - var(--nav-h)); }
.hero-s .hs-t { grid-column: 1 / 7; padding: clamp(40px, 8vh, 96px) 0 clamp(40px, 6vh, 72px); }
.hero-s .d1 { font-size: clamp(2.6rem, 5.2vw, 5.75rem); margin: 0 0 clamp(20px, 2.4vw, 32px); }
.hero-s .lead { color: var(--ink2); max-width: 46ch; }
.hero-s .hs-ph { grid-column: 7 / 13; margin-right: calc(-1 * var(--pad)); align-self: stretch; display: flex; flex-direction: column; }
.hero-s .hs-ph .ph { flex: 1; min-height: 60vh; }
.hero-s .hs-ph .meta { padding: 10px var(--pad) 0 0; }
.hero-s.in .ln > span { transform: none; }
/* 1972: tipografico */
.anno .g12 { align-items: end; }
.anno .an-n { grid-column: 1 / 8; font-size: clamp(6rem, 19vw, 21rem); line-height: .82; letter-spacing: -.05em; color: var(--blu); font-variant-numeric: tabular-nums; margin-left: -.04em; }
.anno .an-t { grid-column: 8 / 13; }
.anno .an-t .d3 { margin-bottom: 18px; }
.anno .an-t .meta { margin-top: 18px; }
/* Andrea */
.andrea { padding: clamp(96px, 11vw, 176px) 0 0; }
.andrea .g12 { align-items: center; }
.andrea .ad-ph { grid-column: 1 / 8; margin-left: calc(-1 * var(--pad)); }
.andrea .ad-ph .meta { margin-top: 10px; padding-left: var(--pad); }
.andrea .ad-t { grid-column: 8 / 13; }
.andrea > .wrap:last-child { padding-top: 24px; }
/* dal cognome al processo */
.trasf .tr-t { grid-column: 1 / 7; }
.trasf .tr-b { grid-column: 8 / 13; }
.trasf .frag.docs { margin-top: 28px; }
.trasf .frag.docs .fr { transform: none; opacity: 1; }
/* persone: foto + registro dei ruoli */
.persone .pe-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: start; }
.persone .pe-ph { grid-column: 1 / 6; margin-left: calc(-1 * var(--pad)); }
.persone .pe-ph .meta { margin-top: 10px; padding-left: var(--pad); }
.ro-l { grid-column: 7 / 13; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.ro-l li { padding: clamp(24px, 3vw, 40px) 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.3fr; column-gap: var(--gut); row-gap: 6px; align-items: baseline; }
.ro-l .ro-n { font-size: clamp(1.4rem, 2vw, 1.9rem); letter-spacing: -.015em; grid-column: 1; }
.ro-l .ro-r { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blu); font-weight: 500; grid-column: 1; }
.ro-l p { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: .95rem; color: var(--ink2); }
.ro-l .todo { grid-column: 1 / 3; margin-top: 10px; font-size: .78rem; }
/* al lavoro: riusa .essay */
.lavoro { padding-top: clamp(96px, 11vw, 176px); }
/* regia: la catena delle responsabilità, un solo blu */
.regia { padding: clamp(112px, 13vw, 200px) 0; }
.regia .sec-head { margin-bottom: clamp(40px, 5vw, 72px); } .regia .sec-head .intro { color: var(--onblu2); }
.chain { list-style: none; margin: 0; padding: 0 0 0 clamp(24px, 4vw, 64px); position: relative; }
.chain::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 1px; background: var(--line-blu); }
.chain li { position: relative; display: grid; grid-template-columns: 3fr 3fr 6fr; column-gap: var(--gut); padding: clamp(28px, 3.5vw, 48px) 0; border-bottom: 1px solid var(--line-blu); }
.chain li::before { content: ""; position: absolute; left: calc(-1 * clamp(24px, 4vw, 64px) - 4px); top: calc(clamp(28px, 3.5vw, 48px) + .55em); width: 9px; height: 9px; border-radius: 50%; background: var(--acc); }
.chain .ch-k { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--acc); padding-top: .5em; }
.chain .ch-r { font-size: clamp(1.4rem, 2.2vw, 2rem); letter-spacing: -.015em; color: var(--onblu); }
.chain p { margin: 0; color: var(--onblu2); max-width: 48ch; padding-top: .35em; }
.ch-foot { margin-top: clamp(28px, 3.5vw, 48px); max-width: 60ch; color: var(--onblu2); }
.regia .todo { margin-top: 24px; }
/* squadre interne */
.squadre .sq-t { grid-column: 1 / 8; } .squadre .sq-ph { grid-column: 9 / 13; align-self: center; margin-right: calc(-1 * var(--pad)); }
.sq-l { list-style: none; margin: 28px 0 0; padding: 0; font-size: .95rem; border-top: 1px solid var(--line); }
.sq-l li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink2); } .sq-l b { font-weight: 500; color: var(--ink); }
/* il cantiere come prova */
.pv-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: end; }
.pv-big { grid-column: 1 / 9; margin-left: calc(-1 * var(--pad)); } .pv-big .meta { margin-top: 10px; padding-left: var(--pad); }
.pv-side { grid-column: 9 / 13; } .pv-side .meta { margin-top: 8px; }
.pv-side .d3 { margin-bottom: 16px; }
.pv-side dl { margin: 0 0 18px; font-size: .9rem; } .pv-side dt { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blu); font-weight: 500; margin-top: 10px; } .pv-side dd { margin: 2px 0 0; color: var(--ink2); }
.pv-side .arrow { color: var(--blu); }
/* dopo la consegna */
.dopo .g12 { align-items: center; }
.dopo .dp-t { grid-column: 1 / 7; } .dopo .dp-ph { grid-column: 9 / 12; }
/* fatti */
.fatti { padding-top: clamp(40px, 5vw, 72px); }
.ft-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--gut); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ft-row > div { padding: 24px 24px 24px 0; display: flex; flex-direction: column; gap: 6px; }
.ft-row > div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.ft-row .k { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.ft-row .v { font-size: 1.05rem; }
.ft-row .meta { margin-top: 2px; }
/* telefono */
@media (max-width: 960px) {
  .hero-s .g12 { min-height: 0; display: block; }
  .hero-s .hs-ph { margin: 0 calc(-1 * var(--pad)); } .hero-s .hs-ph .ph { aspect-ratio: 4 / 5; min-height: 0; } .hero-s .hs-ph .meta { padding: 8px var(--pad) 0; }
  .hero-s .hs-t { padding: 36px 0 20px; }
  .hero-s .d1 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .anno .an-n, .anno .an-t { grid-column: 1 / 13; } .anno .an-n { font-size: clamp(6rem, 34vw, 9rem); margin-bottom: 8px; }
  .andrea .ad-ph, .andrea .ad-t { grid-column: 1 / 13; } .andrea .ad-ph { margin-right: calc(-1 * var(--pad)); } .andrea .ad-t { margin-top: 32px; }
  .trasf .tr-t, .trasf .tr-b { grid-column: 1 / 13; } .trasf .tr-b { margin-top: 28px; }
  .persone .pe-grid { display: block; } .persone .pe-ph { margin-right: calc(-1 * var(--pad)); margin-bottom: 32px; }
  .ro-l li { grid-template-columns: 1fr; } .ro-l p { grid-column: 1; grid-row: auto; margin-top: 8px; } .ro-l .todo { grid-column: 1; }
  .chain { padding-left: 24px; }
  .chain li { grid-template-columns: 1fr; row-gap: 8px; } .chain li::before { left: -28px; }
  .squadre .sq-t, .squadre .sq-ph { grid-column: 1 / 13; } .squadre .sq-ph { margin-top: 32px; width: 78%; margin-left: auto; }
  .pv-grid { display: block; } .pv-big { margin-right: calc(-1 * var(--pad)); } .pv-side { margin-top: 32px; }
  .dopo .dp-t, .dopo .dp-ph { grid-column: 1 / 13; } .dopo .dp-ph { width: 60%; margin-top: 28px; }
  .ft-row { grid-template-columns: 1fr; } .ft-row > div { border-bottom: 1px solid var(--line); } .ft-row > div + div { border-left: 0; padding-left: 0; } .ft-row > div:last-child { border-bottom: 0; }
}

/* ============================================================================
   Blocco 4a · Con il suo architetto (/architetto/): la grammatica del foglio di disegno.
   Filetti, cartiglio, note numerate, tre livelli di responsabilità. Solo token già definiti. Motion minimo (--p e comparse).
   ============================================================================ */
.arc .ph img { transition: transform 1.4s var(--ease); }
html.js .arc [data-rv]:not(.in) .ph img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { html.js .arc [data-rv]:not(.in) .ph img { transform: none; } }
.arc .c { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--ink3); font-variant-numeric: tabular-nums; }
.arc .t { font-size: 1.05rem; font-weight: 500; line-height: 1.35; }
.arc .t .s { display: block; font-size: .92rem; line-height: 1.5; color: var(--ink2); margin-top: 4px; font-weight: 400; max-width: 52ch; }
/* hero: titolo, lato, tavola con cartiglio */
.hero-a { padding: calc(var(--nav-h) + clamp(48px, 9vh, 112px)) 0 clamp(40px, 5vw, 72px); }
.hero-a .g12 { align-items: end; row-gap: clamp(40px, 5vw, 72px); }
.hero-a .ha-t { grid-column: 1 / 9; }
.hero-a .d1 { font-size: clamp(2.5rem, 5.1vw, 5.6rem); }
.hero-a .ha-s { grid-column: 9 / 13; padding-bottom: .4em; }
.hero-a .ha-s .lead { color: var(--ink2); font-size: clamp(1.05rem, 1.2vw, 1.2rem); max-width: 34ch; }
.hero-a .ha-s .actions { margin-top: 26px; flex-direction: column; align-items: flex-start; gap: 18px; }
.hero-a .ha-tav { grid-column: 1 / 13; }
.hero-a .tav { border: 1px solid var(--line); background: #fff; }
.hero-a .tav .ph { aspect-ratio: 2 / 1; max-height: 680px; background: #fff; }
.arc [id] { scroll-margin-top: calc(var(--nav-s) + 16px); }
.hero-a .tav .ph img { object-position: 50% 50%; }
.cart { display: grid; grid-template-columns: auto 1fr auto auto; border-top: 1px solid var(--line); background: var(--p0); }
.cart > span { padding: 12px 18px; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--ink2); border-left: 1px solid var(--line); white-space: nowrap; }
.cart > span:first-child { border-left: 0; color: var(--blu); }
.cart > span b { font-weight: 500; color: var(--ink); }
.hero-a.in .ln > span { transform: none; }
.hero-a .todo { margin-top: 20px; }
/* due mestieri */
.due .du-t { grid-column: 1 / 6; } .due .du-b { grid-column: 7 / 13; }
.def { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(32px, 4vw, 48px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.def > div { padding: 22px 24px 22px 0; display: flex; flex-direction: column; gap: 8px; }
.def > div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.def .k { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--blu); }
.def .v { font-size: clamp(1.15rem, 1.5vw, 1.4rem); line-height: 1.25; letter-spacing: -.01em; }
/* chi fa cosa: tre bande, un filo che si disegna con lo scorrimento */
.cfc { --p: 0; padding: clamp(96px, 11vw, 176px) 0; border-top: 1px solid var(--line); }
.cfc .sec-head { margin-bottom: clamp(48px, 6vw, 96px); }
.bands { position: relative; border-bottom: 1px solid var(--line); }
.bands::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--blu); transform: scaleY(var(--p)); transform-origin: top; z-index: 1; }
.bd { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); padding: clamp(40px, 5vw, 72px) 0 clamp(40px, 5vw, 72px) clamp(28px, 4vw, 64px); border-top: 1px solid var(--line); }
.bd::before { content: ""; position: absolute; left: -4px; top: calc(clamp(40px, 5vw, 72px) + .35em); width: 10px; height: 10px; border-radius: 50%; background: var(--blu); z-index: 2; }
.bd .bd-l { grid-column: 1 / 5; }
.bd .who-k { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--blu); margin: 0 0 14px; }
.bd h3 { font-size: clamp(1.75rem, 2.8vw, 2.75rem); line-height: 1.02; letter-spacing: -.02em; max-width: 12ch; }
.bd .bd-l p:last-child { margin-top: 16px; color: var(--ink2); max-width: 30ch; font-size: .95rem; }
.bd .rl { grid-column: 5 / 13; list-style: none; margin: 0; padding: 0; }
.bd .rl li { display: grid; grid-template-columns: 4.25rem 1fr; column-gap: var(--gut); padding: 14px 0; border-top: 1px solid var(--line); align-items: baseline; }
.bd .rl li:first-child { border-top: 0; padding-top: 0; }
.bd.bd-i { background: var(--p1); border-top: 1px solid var(--blu); border-bottom: 1px solid var(--blu); }
.bd.bd-i .rl li { border-color: rgba(36, 57, 92, .22); }
.bd.bd-i .who-k { color: var(--ink); }
.bd.bd-i .who-k::after { content: "· il confine"; margin-left: 8px; color: var(--blu); }
.cfc-note { margin-top: clamp(28px, 3.5vw, 48px); max-width: 64ch; font-size: .95rem; color: var(--ink2); padding-left: clamp(28px, 4vw, 64px); }
/* il confine è il valore */
.confine { padding: clamp(80px, 10vw, 160px) 0; border-top: 1px solid var(--line); }
.confine .g12 { align-items: end; }
.confine .pull { grid-column: 1 / 10; font-size: clamp(1.9rem, 3.6vw, 3.6rem); color: var(--blu); max-width: 22ch; margin: 0; }
.confine .cf-s { grid-column: 10 / 13; font-size: .95rem; color: var(--ink2); padding-bottom: .5em; margin: 0; }
/* come entra il metodo: registro con i tre momenti */
.innesto { border-top: 1px solid var(--line); }
.innesto .in-t { grid-column: 1 / 6; }
.innesto .in-t .body { max-width: 40ch; }
.sched { grid-column: 7 / 13; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.sched li { display: grid; grid-template-columns: 5.5rem 3rem 1fr; column-gap: var(--gut); padding: 20px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.sched .mo { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--blu); }
.sched .c { font-size: 1.25rem; letter-spacing: -.02em; color: var(--ink3); font-weight: 400; text-transform: none; }
/* prima di aprire il cantiere: dittico elaborato / luoghi + note */
.prima { border-top: 1px solid var(--line); }
.pr-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: start; }
.pr-dip { grid-column: 1 / 8; display: grid; grid-template-columns: 1fr 1fr; column-gap: 12px; }
.pr-dip figure { margin: 0; } .pr-dip figcaption { margin-top: 8px; }
.pr-dip .ph.doc { border: 1px solid var(--line); background: #fff; }
.pr-dip figure + figure { margin-top: clamp(32px, 6vh, 72px); }
.notes { grid-column: 8 / 13; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.notes li { display: grid; grid-template-columns: 3rem 1fr; column-gap: var(--gut); padding: 16px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.pr-out { margin-top: clamp(40px, 5vw, 72px); padding-top: 22px; border-top: 1px solid var(--blu); font-size: clamp(1.1rem, 1.4vw, 1.3rem); max-width: 54ch; }
/* durante: foto grande e le cinque fermate */
.durante { padding: clamp(96px, 11vw, 176px) 0; border-top: 1px solid var(--line); }
.durante .du-ph { margin: 0 0 clamp(48px, 6vw, 96px); }
.durante .du-ph .ph { height: clamp(360px, 72vh, 820px); }
.durante .du-ph figcaption { padding-top: 8px; }
.durante .du-t { grid-column: 1 / 6; } .durante .du-b { grid-column: 7 / 13; }
.stops { list-style: none; margin: clamp(56px, 7vw, 96px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); column-gap: var(--gut); border-top: 2px solid var(--blu); }
.stops li { position: relative; padding: 24px 12px 0 0; }
.stops li::before { content: ""; position: absolute; left: 0; top: -6px; width: 10px; height: 10px; border-radius: 50%; background: var(--blu); }
.stops .t { display: block; font-size: clamp(1.15rem, 1.5vw, 1.4rem); font-weight: 400; letter-spacing: -.01em; margin: 8px 0 8px; }
.stops .s { display: block; font-size: .92rem; line-height: 1.5; color: var(--ink2); max-width: 26ch; }
/* un caso reale */
.caso { border-top: 1px solid var(--line); }
.ca-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: start; }
.ca-ph { grid-column: 1 / 8; margin-left: calc(-1 * var(--pad)); }
.ca-ph .meta { margin-top: 10px; padding-left: var(--pad); }
.ca-ph .ca-det { margin: clamp(28px, 3vw, 44px) 0 0 auto; width: 42%; }
.ca-ph .ca-det figcaption { margin-top: 8px; }
.ca-dl { grid-column: 8 / 13; padding-top: 8px; }
.ca-dl .d3 { margin-bottom: 20px; }
.ca-dl dl { margin: 0 0 24px; border-top: 1px solid var(--line); }
.ca-dl dt { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blu); font-weight: 500; padding-top: 14px; }
.ca-dl dd { margin: 4px 0 14px; color: var(--ink2); font-size: .95rem; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.ca-dl dd:last-of-type { border-bottom: 0; }
/* per il progettista + domande */
.arch { border-top: 1px solid var(--line); }
.arch .ar-t { grid-column: 1 / 6; } .arch .ar-t .body { max-width: 44ch; } .arch .ar-t .meta { margin-top: 24px; }
.arch .ar-f { grid-column: 7 / 13; }
.arch .ar-f .d3 { margin-bottom: 22px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 20px 0; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 300; font-size: 1.6rem; line-height: 1; color: var(--blu); flex: none; transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 24px; color: var(--ink2); max-width: 56ch; font-size: .95rem; }
/* telefono */
@media (max-width: 960px) {
  .hero-a { padding-top: calc(var(--nav-h) + 36px); }
  .hero-a .g12 { display: block; }
  .hero-a .d1 { font-size: clamp(2.1rem, 9.4vw, 3rem); }
  .hero-a .ha-s { margin-top: 28px; padding-bottom: 0; } .hero-a .ha-s .lead { max-width: none; }
  .hero-a .ha-s .actions { align-items: stretch; gap: 16px; } .hero-a .ha-s .actions .btn { width: 100%; } .hero-a .ha-s .actions .arrow { align-self: flex-start; }
  .hero-a .ha-tav { margin: 36px calc(-1 * var(--pad)) 0; } .hero-a .tav { border-left: 0; border-right: 0; } .hero-a .tav .ph { aspect-ratio: 4 / 3; max-height: none; }
  .cart { grid-template-columns: auto 1fr; } .cart > span { padding: 10px var(--pad); font-size: .6rem; white-space: normal; }
  .cart > span:nth-child(3), .cart > span:nth-child(4) { border-top: 1px solid var(--line); } .cart > span:nth-child(3) { border-left: 0; }
  .hero-a .todo { margin: 20px var(--pad) 0; }
  .due .du-t, .due .du-b { grid-column: 1 / 13; } .due .du-b { margin-top: 24px; }
  .def { grid-template-columns: 1fr; } .def > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .cfc .sec-head { margin-bottom: 40px; }
  .bands::before { width: 2px; }
  .bd { display: block; padding: 32px 0 32px 22px; }
  .bd::before { top: 36px; left: -4px; }
  .bd h3 { max-width: none; font-size: 1.7rem; }
  .bd .bd-l p:last-child { max-width: none; }
  .bd .rl { margin-top: 22px; }
  .bd .rl li { grid-template-columns: 3.25rem 1fr; padding: 12px 0; }
  .bd .rl li:first-child { border-top: 1px solid var(--line); padding-top: 12px; }
  .bd.bd-i .rl li:first-child { border-color: rgba(36, 57, 92, .22); }
  .arc .t { font-size: 1rem; } .arc .t .s { font-size: .88rem; }
  .cfc-note { padding-left: 0; }
  .confine .pull, .confine .cf-s { grid-column: 1 / 13; } .confine .cf-s { margin-top: 28px; padding-bottom: 0; }
  .innesto .in-t, .sched { grid-column: 1 / 13; } .sched { margin-top: 40px; }
  .sched li { grid-template-columns: 2.4rem 1fr; row-gap: 6px; padding: 16px 0; }
  .sched .mo { grid-column: 1 / 3; } .sched .c { grid-column: 1; font-size: 1.05rem; } .sched .t { grid-column: 2; }
  .sched li:nth-child(2) .mo, .sched li:nth-child(3) .mo { display: none; }
  .pr-grid { display: block; }
  .pr-dip { margin: 0 calc(-1 * var(--pad)) 32px 0; column-gap: 10px; } .pr-dip figure + figure { margin-top: 28px; } .pr-dip figcaption { padding-right: 8px; }
  .notes li { grid-template-columns: 2.4rem 1fr; padding: 14px 0; }
  .durante { padding: 72px 0; }
  .durante .du-ph .ph { height: 64vw; min-height: 260px; } .durante .du-ph { margin-bottom: 40px; }
  .durante .du-t, .durante .du-b { grid-column: 1 / 13; } .durante .du-b { margin-top: 20px; }
  .stops { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid var(--blu); margin-top: 40px; padding-left: 22px; }
  .stops li { padding: 0 0 26px; }
  .stops li::before { left: -28px; top: .35em; }
  .stops .t { margin: 0 0 4px; } .stops .s { max-width: none; }
  .ca-grid { display: block; }
  .ca-ph { margin-right: calc(-1 * var(--pad)); } .ca-ph .ca-det { width: 52%; margin: 24px var(--pad) 0 auto; }
  .ca-dl { margin-top: 32px; padding-top: 0; }
  .arch .ar-t, .arch .ar-f { grid-column: 1 / 13; } .arch .ar-f { margin-top: 48px; }
}

/* ============================================================================
   Blocco 4b · Consulenza (/consulenza/) e Richiesta ricevuta (/richiesta-ricevuta/): il blocco di conversione.
   Intestazione e piè di pagina ridotti, modulo in tre passi come un documento da compilare. Solo token già definiti.
   ============================================================================ */
.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; }
/* intestazione ridotta: statica, non copre il modulo */
.nav-min { border-bottom: 1px solid var(--line); background: var(--p0); }
.nm-in { height: 72px; display: flex; align-items: center; gap: 28px; }
.nav-min .brand { margin-right: auto; } .nav-min .brand img { height: 40px; width: auto; }
.nm-back { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; text-decoration: none; color: var(--ink2); }
.nm-back:hover { color: var(--ink); }
.nm-back::before { content: "←"; margin-right: 8px; }
.nm-tel { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-variant-numeric: tabular-nums; text-decoration: none; color: var(--blu); }
.nm-tel svg { width: 16px; height: 16px; }
/* piè di pagina ridotto */
.foot-min { background: var(--blu); color: var(--onblu); padding: clamp(36px, 4vw, 56px) 0 28px; }
.foot-min .pay { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.25rem; margin: 0 0 8px; }
.foot-min .fm-l { font-size: .84rem; color: var(--onblu2); margin: 0; } .foot-min .fm-l a { color: var(--onblu); text-decoration: none; }
.foot-min .legal { margin-top: 28px; }
/* hero corto */
.cv-hero { padding: clamp(40px, 6vw, 88px) 0 clamp(28px, 4vw, 56px); }
.cv-hero .g12 { align-items: end; }
.cv-hero .ch-t { grid-column: 1 / 8; }
.cv-hero .d2 { font-size: clamp(2rem, 3.8vw, 3.75rem); margin-bottom: clamp(18px, 2vw, 28px); }
.cv-hero .lead { color: var(--ink2); max-width: 54ch; }
.dopo { grid-column: 9 / 13; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.dopo li { display: grid; grid-template-columns: 2.4rem 1fr; column-gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.dopo .n { font-size: .66rem; letter-spacing: .14em; color: var(--blu); font-weight: 500; padding-top: .35em; }
.dopo .t { font-size: 1rem; font-weight: 500; grid-column: 2; }
.dopo .s { grid-column: 2; font-size: .86rem; line-height: 1.5; color: var(--ink2); margin-top: 2px; }
/* corpo: modulo a sinistra, lato a destra */
.cv-body { padding: 0 0 clamp(56px, 7vw, 112px); border-top: 1px solid var(--line); }
.cv-body .g12 { align-items: start; }
.cv-form { grid-column: 1 / 8; padding-top: clamp(28px, 3.5vw, 48px); }
.cv-side { grid-column: 9 / 13; padding-top: clamp(28px, 3.5vw, 48px); position: sticky; top: 24px; }
.side-vsl .vslot-bar .t { font-size: 1.1rem; } .side-vsl .vslot-ring { width: 72px; height: 72px; }
.side-vsl .vsl-note { margin-top: 12px; max-width: 40ch; }
.side-alt { margin-top: clamp(32px, 4vw, 48px); border-top: 1px solid var(--line); padding-top: 22px; }
.side-alt .kicker { margin-bottom: 14px; }
.alt { display: flex; flex-direction: column; gap: 2px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.alt .k { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.alt .v { font-size: .98rem; text-decoration: none; }
/* avanzamento */
.stepper ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); column-gap: var(--gut); }
.stepper li { display: flex; align-items: baseline; gap: 10px; padding-bottom: 12px; color: var(--ink3); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; transition: color .3s; }
.stepper li .n { font-size: 1.35rem; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stepper li.on { color: var(--blu); } .stepper li.done { color: var(--ink); }
.stepper li.done .t::after { content: " ✓"; color: var(--blu); }
.pbar { height: 2px; background: var(--line); position: relative; }
.pbar i { position: absolute; left: 0; top: 0; bottom: 0; background: var(--blu); transition: width .5s var(--ease); }
/* passi */
.cvf .step { border: 0; margin: 0; padding: clamp(24px, 3vw, 40px) 0 0; min-width: 0; }
html.js .cvf .step:not(.on) { display: none; }
html.no-js .stepper, html.no-js .nav-row .nxt, html.no-js .nav-row .prv { display: none; }
.cvf legend { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; column-gap: 16px; width: 100%; padding: 0; margin-bottom: clamp(20px, 2.5vw, 32px); outline: none; }
.cvf legend .sn { font-size: clamp(1.75rem, 2.6vw, 2.5rem); letter-spacing: -.03em; color: var(--blu); font-variant-numeric: tabular-nums; line-height: 1; }
.cvf legend .st { font-size: clamp(1.4rem, 2vw, 1.9rem); letter-spacing: -.015em; line-height: 1.1; }
.cvf legend .sc { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.q { margin-bottom: clamp(24px, 3vw, 36px); }
.q .ql { font-size: 1.05rem; font-weight: 500; margin: 0 0 10px; }
.opts { border-top: 1px solid var(--line); }
.opt { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 16px; padding: 14px 4px 14px 0; border-bottom: 1px solid var(--line); cursor: pointer; position: relative; min-height: 56px; transition: background .25s; }
.opt:hover { background: rgba(36, 57, 92, .035); }
.opt input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.opt .ob { display: flex; flex-direction: column; gap: 2px; padding-left: 18px; border-left: 2px solid transparent; transition: border-color .25s; }
.opt .ot { font-size: 1.02rem; line-height: 1.3; }
.opt .os { font-size: .84rem; color: var(--ink2); }
.opt .ok { width: 26px; height: 26px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: transparent; transition: background .25s, border-color .25s, color .25s; flex: none; }
.opt .ok svg { width: 14px; height: 14px; }
.opt input:checked ~ .ob { border-left-color: var(--blu); } .opt input:checked ~ .ob .ot { font-weight: 500; color: var(--blu); }
.opt input:checked ~ .ok { background: var(--blu); border-color: var(--blu); color: var(--onblu); }
.opt input:focus-visible ~ .ob { outline: 2px solid var(--blu); outline-offset: 4px; }
.q .note { font-size: .86rem; color: var(--ink2); margin: 10px 0 0; padding-left: 20px; border-left: 2px solid var(--acc); }
.err { display: none; font-size: .86rem; color: var(--err); margin: 8px 0 0; }
.err::before { content: "!"; display: inline-flex; width: 16px; height: 16px; border: 1px solid var(--err); border-radius: 50%; align-items: center; justify-content: center; font-size: .66rem; font-weight: 700; margin-right: 8px; vertical-align: 1px; }
.invalid .err { display: block; }
.invalid .opts { border-top-color: var(--err); }
/* campi */
.fld { margin-bottom: clamp(20px, 2.5vw, 28px); }
.fld label { display: block; font-size: 1.02rem; font-weight: 500; margin-bottom: 8px; }
.opt-l { font-weight: 400; color: var(--ink3); font-size: .86rem; }
.fld input, .fld textarea { width: 100%; font: inherit; font-size: 1.05rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 2px; padding: 15px 16px; min-height: 54px; transition: border-color .25s, box-shadow .25s; }
.fld textarea { min-height: 96px; resize: vertical; line-height: 1.5; }
.fld input:focus, .fld textarea:focus { outline: none; border-color: var(--blu); box-shadow: 0 0 0 3px rgba(36, 57, 92, .14); }
.fld.invalid input, .fld.invalid textarea { border-color: var(--err); }
.fld .hint { font-size: .84rem; color: var(--ink2); margin: 8px 0 0; }
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.check { display: grid; grid-template-columns: 24px 1fr; column-gap: 14px; align-items: start; padding: 14px 0; border-top: 1px solid var(--line); font-size: .9rem; line-height: 1.5; color: var(--ink2); }
.check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--blu); }
.check label { cursor: pointer; } .check a { color: var(--ink); }
.check .err { grid-column: 1 / 3; }
.check.invalid { border-top-color: var(--err); }
.esum { border-left: 2px solid var(--err); padding: 10px 0 10px 18px; margin: 0 0 20px; font-size: .9rem; }
.esum p { margin: 0 0 4px; font-weight: 500; } .esum ul { margin: 0; padding-left: 18px; } .esum a { color: var(--err); }
.nav-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: clamp(24px, 3vw, 36px); padding-top: 22px; border-top: 1px solid var(--line); }
.nav-row .btn { margin-left: auto; padding: 18px 26px; } .nav-row .btn svg { width: 18px; height: 18px; }
.nav-row .btn span { line-height: 1; }
.nav-row .prv { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; color: var(--ink2); padding: 12px 0; }
.nav-row .prv::before { content: "←"; margin-right: 8px; }
.nav-row .prv:disabled { opacity: .4; cursor: default; }
.cvf.busy .btn { opacity: .75; cursor: progress; }
.cvf.busy .btn svg { animation: sx-pulse 1s infinite linear; }
@keyframes sx-pulse { 0% { transform: translateX(0); opacity: 1; } 50% { transform: translateX(6px); opacity: .4; } 100% { transform: translateX(0); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .cvf.busy .btn svg { animation: none; } .pbar i { transition: none; } }
.form-msg { margin-top: 20px; padding: 14px 18px; border: 1px solid var(--line); font-size: .92rem; line-height: 1.5; }
.form-msg.ko { border-color: var(--err); border-left-width: 3px; }
.form-msg.ok { border-color: var(--blu); border-left-width: 3px; }
.form-msg a { color: var(--ink); }
.trust { margin-top: 22px; font-size: .86rem; color: var(--ink2); max-width: 60ch; line-height: 1.55; }
.trust .meta { display: inline-block; margin-top: 8px; }
.cv-form .todo { margin-top: 28px; }
/* dopo il modulo: una fascia sola, leggera. Nota di autoselezione a sinistra, domande a destra */
.cv-note { border-top: 1px solid var(--line); padding: clamp(36px, 4.5vw, 64px) 0 clamp(48px, 6vw, 88px); }
.cv-note .g12 { align-items: start; }
.pcn { grid-column: 1 / 7; }
.pcn .kicker { margin-bottom: 8px; }
.pcn-l { font-size: .92rem; color: var(--ink2); margin: 0 0 14px; }
.pcn-g { display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--gut); border-top: 1px solid var(--line); }
.pcn-g > div { padding-top: 12px; }
.pcn-g h3 { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--blu); margin: 0 0 6px; }
.pcn-g .no h3 { color: var(--ink3); }
.pcn-g ul { list-style: none; margin: 0; padding: 0; font-size: .86rem; line-height: 1.5; color: var(--ink2); }
.pcn-g li { padding: 6px 0 6px 14px; border-top: 1px solid var(--line); position: relative; }
.pcn-g li::before { content: ""; position: absolute; left: 0; top: 1.05em; width: 6px; height: 1px; background: var(--blu); }
.pcn-g .no li::before { background: var(--ink3); }
.cfq { grid-column: 8 / 13; }
.cfq .kicker { margin-bottom: 8px; }
.faq-s summary { font-size: .95rem; padding: 12px 0; }
.faq-s summary::after { font-size: 1.3rem; }
.faq-s .a { font-size: .88rem; padding-bottom: 16px; max-width: 48ch; }
.faq-s .a .arrow { display: inline-flex; margin-top: 6px; font-size: .7rem; }
.cfq .todo { margin-top: 20px; font-size: .78rem; }
/* pagina di conferma */
.ty-hero { padding: clamp(48px, 7vw, 104px) 0 clamp(32px, 4vw, 56px); }
.ty-hero .g12 { align-items: start; }
.ty-hero .th-t { grid-column: 1 / 7; }
.ty-hero .th-v { grid-column: 8 / 13; }
.ty-hero .d2 { font-size: clamp(2.2rem, 4.2vw, 4.25rem); margin-bottom: clamp(18px, 2vw, 28px); }
.ty-hero .lead { color: var(--ink); max-width: 46ch; }
.ty-hero .body { color: var(--ink2); }
.ok-mark { display: inline-flex; width: 56px; height: 56px; border: 1px solid var(--blu); border-radius: 50%; align-items: center; justify-content: center; color: var(--blu); margin-bottom: 22px; }
.ok-mark svg { width: 26px; height: 26px; }
.ty-hero .vsl-note { margin-top: 12px; max-width: 44ch; }
.ty-path, .ty-prep, .ty-mean { border-top: 1px solid var(--line); }
.ty-path .tp-t, .ty-prep .pp-t, .ty-mean .tm-t { grid-column: 1 / 5; }
.ty-path .tp-t .body { margin-top: 16px; font-size: .95rem; color: var(--ink2); max-width: 34ch; }
.path { grid-column: 6 / 13; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.path li { display: grid; grid-template-columns: 3rem 1fr; column-gap: var(--gut); padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.path .n { font-size: 1.25rem; letter-spacing: -.02em; color: var(--blu); font-variant-numeric: tabular-nums; }
.path .t { font-size: 1.1rem; font-weight: 500; grid-column: 2; }
.path .s { grid-column: 2; font-size: .92rem; line-height: 1.5; color: var(--ink2); margin-top: 3px; max-width: 54ch; }
.path li:last-child .n { color: var(--ink3); }
.ty-path .todo { grid-column: 6 / 13; }
.prep { grid-column: 6 / 13; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.prep li { padding: 14px 0 14px 22px; border-bottom: 1px solid var(--line); position: relative; font-size: 1rem; color: var(--ink2); }
.prep li b { font-weight: 500; color: var(--ink); }
.prep li::before { content: ""; position: absolute; left: 0; top: 1.35em; width: 10px; height: 1px; background: var(--blu); }
.ty-prep .pp-n { grid-column: 6 / 13; margin-top: 14px; }
.mean { grid-column: 6 / 13; display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--gut); }
.mean a { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 8px; }
.mean .ph { display: block; margin-bottom: 8px; }
.mean .mt { font-size: 1.1rem; font-weight: 500; }
.mean .ms { font-size: .9rem; color: var(--ink2); line-height: 1.5; }
.mean .arrow { margin-top: 4px; }
.ty-fallback { display: none; padding: clamp(64px, 9vw, 140px) 0; }
.ty .btn svg, .cv .btn svg { width: 18px; height: 18px; flex: none; }
.ty-fallback .tf-t { grid-column: 1 / 9; }
.ty.no-lead .ty-main { display: none; } .ty.no-lead .ty-fallback { display: block; }
/* telefono: compilazione con una mano */
@media (max-width: 960px) {
  .nm-in { height: 64px; gap: 18px; } .nav-min .brand img { height: 34px; } .nm-tel span { display: none; } .nm-back { font-size: .68rem; }
  .cv-hero { padding: 32px 0 24px; } .cv-hero .g12 { display: block; }
  .cv-hero .d2 { font-size: clamp(1.9rem, 8.6vw, 2.6rem); }
  .dopo { margin-top: 24px; } .dopo li { padding: 12px 0; } .dopo .s { display: none; }
  .cv-body .g12 { display: block; }
  .cv-form { padding-top: 24px; }
  .cv-side { position: static; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
  .stepper li { font-size: .62rem; gap: 8px; } .stepper li .n { font-size: 1.15rem; } .stepper li .t { display: none; } .stepper li.on .t { display: inline; }
  .cvf legend { grid-template-columns: auto 1fr; row-gap: 4px; } .cvf legend .sc { grid-column: 2; }
  .opt { min-height: 60px; padding: 14px 0; } .opt .ot { font-size: 1.05rem; } .opt .ok { width: 28px; height: 28px; }
  .fld input, .fld textarea { font-size: 16px; min-height: 56px; }
  .nav-row { flex-direction: column-reverse; align-items: stretch; }
  .nav-row .btn { width: 100%; margin-left: 0; min-height: 56px; } .nav-row .prv { align-self: flex-start; }
  .cv-note { padding: 32px 0 48px; } .cv-note .g12 { display: block; }
  .pcn-g { grid-template-columns: 1fr; } .pcn-g > div + div { margin-top: 10px; }
  .cfq { margin-top: 32px; }
  .ty-hero { padding: 40px 0 28px; } .ty-hero .g12 { display: block; } .ty-hero .th-v { margin-top: 32px; }
  .ty-hero .d2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .ty-path .g12, .ty-prep .g12, .ty-mean .g12 { display: block; }
  .path, .prep, .mean, .ty-prep .pp-n { margin-top: 24px; }
  .path li { grid-template-columns: 2.4rem 1fr; }
  .mean { grid-template-columns: 1fr; row-gap: 32px; }
  .ty-fallback .g12 { display: block; }
  .ty-fallback .actions { flex-direction: column; align-items: stretch; } .ty-fallback .actions .btn { width: 100%; }
}

/* ============================================================================
   Blocco 5a · Landing delle campagne (/lp/consulenza/): una dimostrazione condensata del sistema che finisce nel modulo.
   Riusa i componenti approvati (modulo, dittico, domande, piè di pagina ridotto). Solo token già definiti.
   ============================================================================ */
.lp .ph img { transition: transform 1.4s var(--ease); }
html.js .lp [data-rv]:not(.in) .ph img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { html.js .lp [data-rv]:not(.in) .ph img { transform: none; } }
/* intestazione: logo e CTA, niente menu */
.nav-lp { position: sticky; top: 0; z-index: 50; background: rgba(246, 243, 238, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nl-in { height: 68px; display: flex; align-items: center; gap: 24px; }
.nav-lp .brand { margin-right: auto; } .nav-lp .brand img { height: 38px; width: auto; }
.nl-site { font-size: .74rem; letter-spacing: .08em; color: var(--ink3); text-decoration: none; }
.nl-site:hover { color: var(--ink); }
.nav-lp .btn.s svg { width: 16px; height: 16px; }
/* hero: titolo a sinistra, azione a destra, sotto la fotografia grande */
.lp-hero { padding: clamp(40px, 6vw, 88px) 0 0; }
.lp-hero .g12 { align-items: end; row-gap: clamp(32px, 4vw, 56px); }
.lp-hero .lh-t { grid-column: 1 / 9; }
.lp-hero .d1 { font-size: clamp(2.4rem, 4.8vw, 5.25rem); }
.lp-hero .d1 .b { color: var(--blu); }
.lp-hero .lh-s { grid-column: 9 / 13; padding-bottom: .3em; }
.lp-hero .lh-s .lead { color: var(--ink2); font-size: clamp(1.02rem, 1.2vw, 1.2rem); max-width: 34ch; }
.lp-hero .lh-s .actions { margin-top: 22px; flex-direction: column; align-items: flex-start; gap: 16px; }
.lp-hero .lh-m { margin-top: 16px; max-width: 34ch; }
.lp-hero .lh-ph { grid-column: 1 / 13; }
.lp-hero .lh-ph .ph { aspect-ratio: 21 / 9; max-height: 640px; margin: 0 calc(-1 * var(--pad)); }
.lp-hero .tag { position: absolute; left: var(--pad); bottom: 18px; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: #fff; background: rgba(28, 39, 53, .58); padding: 8px 12px; border-radius: 2px; }
.lp .btn svg { width: 18px; height: 18px; flex: none; }
/* il problema: parole e dipendenze */
.lp-prob { padding: clamp(56px, 7vw, 104px) 0 0; }
.lp-prob .g12 { align-items: start; }
.lp-prob .pr-t { grid-column: 1 / 6; } .lp-prob .pr-b { grid-column: 6 / 13; }
.lp-frag { display: flex; flex-wrap: wrap; gap: 6px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; margin-bottom: 26px; }
.lp-frag .fr { font-size: clamp(1.4rem, 2.6vw, 2.6rem); font-weight: 300; letter-spacing: -.015em; line-height: 1.15; padding-right: 22px; position: relative; }
.lp-frag .fr::after { content: "·"; position: absolute; right: 6px; color: var(--blu); }
.lp-frag .fr:last-child::after { content: ""; }
.lp-prob .pr-b .lead { max-width: 52ch; }
/* il cambio di stato, in un solo momento */
.lp-shift { display: grid; grid-template-columns: 1fr auto 1fr; column-gap: clamp(24px, 4vw, 64px); align-items: center; margin-top: clamp(40px, 5vw, 72px); padding: clamp(22px, 2.8vw, 36px) var(--pad); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lp-shift .sa, .lp-shift .sb { display: flex; flex-direction: column; gap: .05em; font-size: clamp(1.6rem, 3.2vw, 3.2rem); letter-spacing: -.025em; line-height: 1.05; }
.lp-shift .sa { color: var(--ink3); text-align: right; } .lp-shift .sb { color: var(--blu); }
.lp-shift .sx { color: var(--blu); } .lp-shift .sx svg { width: clamp(28px, 4vw, 48px); height: auto; }
/* il metodo condensato: tre bande */
.lp-met { padding: clamp(56px, 7vw, 104px) 0; }
.lp-met .sec-head { margin-bottom: clamp(28px, 3.5vw, 48px); }
.lm-g { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.lm-b { padding: clamp(28px, 3.5vw, 48px) clamp(20px, 2.6vw, 40px) clamp(28px, 3.5vw, 48px) 0; border-right: 1px solid var(--line); }
.lm-b:last-child { border-right: 0; }
.lm-b.on-blu { padding-left: clamp(20px, 2.6vw, 40px); margin: -1px 0 0; border-right: 0; }
.lm-b + .lm-b:not(.on-blu) { padding-left: clamp(20px, 2.6vw, 40px); }
.lm-n { display: block; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--blu); margin-bottom: 14px; }
.lm-b.on-blu .lm-n { color: var(--acc); }
.lm-b .d3 { margin-bottom: 20px; }
.lm-k { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--ink3); margin: 0 0 6px; }
.lm-b.on-blu .lm-k { color: var(--onblu2); }
.lm-t { font-size: 1rem; line-height: 1.55; margin: 0 0 18px; max-width: 34ch; }
.lm-d { font-size: .88rem; line-height: 1.5; color: var(--ink2); margin: 0; max-width: 34ch; }
.lm-b.on-blu .lm-d { color: var(--onblu2); }
.lp-cta { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; margin-top: clamp(28px, 3.5vw, 48px); padding-top: 22px; border-top: 1px solid var(--line); }
/* un progetto realizzato */
.lp-proof { padding: clamp(56px, 7vw, 104px) 0; border-top: 1px solid var(--line); }
.lp-proof .sec-head { margin-bottom: clamp(28px, 3.5vw, 48px); }
.pf-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); align-items: end; }
.pf-big { grid-column: 1 / 9; margin: 0 0 0 calc(-1 * var(--pad)); } .pf-big figcaption { margin-top: 8px; padding-left: var(--pad); }
.pf-side { grid-column: 9 / 13; margin: 0; } .pf-side figcaption { margin-top: 8px; }
.pf-row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gut); margin-top: clamp(28px, 3.5vw, 48px); align-items: start; }
.pf-facts { grid-column: 1 / 5; display: grid; gap: 0; border-top: 1px solid var(--line); }
.pf-facts > div { display: flex; flex-direction: column; gap: 2px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.pf-facts .k { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.pf-facts .v { font-size: .95rem; }
.pf-gov { grid-column: 6 / 13; }
.pf-gov .kicker { margin-bottom: 8px; }
.pf-gov ul { list-style: none; margin: 0 0 18px; padding: 0; border-top: 1px solid var(--line); }
.pf-gov li { display: grid; grid-template-columns: 1fr 1.4fr; column-gap: var(--gut); padding: 12px 0; border-bottom: 1px solid var(--line); }
.pf-gov .t { font-size: 1rem; font-weight: 500; } .pf-gov .s { font-size: .88rem; color: var(--ink2); line-height: 1.5; }
.lp .cmp-block { padding: clamp(56px, 7vw, 104px) 0; border-top: 1px solid var(--line); }
.lp .cmp-p { height: clamp(320px, 50vh, 560px); } .lp .cmp-p.a { height: clamp(260px, 40vh, 460px); }
/* chi ne risponde */
.lp-who { padding: clamp(56px, 7vw, 104px) 0; border-top: 1px solid var(--line); }
.lp-who .g12 { align-items: center; }
.lp-who .lw-ph { grid-column: 1 / 6; margin-left: calc(-1 * var(--pad)); }
.lp-who .lw-t { grid-column: 7 / 13; }
.lw-r { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--blu); margin: 18px 0 14px; }
.lp-who .body { max-width: 46ch; }
.lw-rep { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 22px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .86rem; color: var(--ink2); }
.lw-rep a { color: var(--ink); }
.lp-who .vslot { margin-top: 28px; } .lp-who .vslot-ring { width: 64px; height: 64px; }
/* il ponte e il modulo */
.lp-bridge { padding: clamp(56px, 7vw, 104px) 0; border-top: 1px solid var(--line); scroll-margin-top: 80px; }
.lp-bridge .g12 { align-items: start; }
.lp-bridge .lb-t { grid-column: 1 / 6; position: sticky; top: 92px; }
.lp-bridge .lb-t .lead { margin-top: 22px; max-width: 40ch; }
.lp-bridge .lb-t .dopo { margin-top: 28px; }
.lp-bridge .lb-f { grid-column: 6 / 13; }
/* dopo il modulo: recapiti e domande, poco */
.lp-after { padding: clamp(40px, 5vw, 72px) 0 clamp(56px, 7vw, 96px); border-top: 1px solid var(--line); }
.lp-after .la-c { grid-column: 1 / 5; } .lp-after .la-f { grid-column: 6 / 13; }
.lp-after .kicker { margin-bottom: 10px; }
/* CTA fissa da telefono (solo landing) */
.lp-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(246, 243, 238, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .4s var(--ease); }
.lp-sticky.show { transform: none; }
.lp-sticky .btn { width: 100%; }
.lp-sticky .tel { display: inline-flex; align-items: center; justify-content: center; width: 50px; border: 1px solid var(--line); border-radius: 2px; color: var(--blu); }
.lp-sticky .tel svg { width: 20px; height: 20px; }
@media (prefers-reduced-motion: reduce) { .lp-sticky { transition: none; } }
/* telefono: progettato a 390 */
@media (max-width: 960px) {
  .nl-in { height: 60px; gap: 12px; } .nav-lp .brand img { height: 32px; } .nl-site { display: none; }
  .nav-lp .btn.s { padding: 11px 14px; font-size: .64rem; letter-spacing: .06em; }
  .lp-hero { padding-top: 28px; } .lp-hero .g12 { display: block; }
  .lp-hero .d1 { font-size: clamp(2.05rem, 9.2vw, 2.8rem); }
  .lp-hero .lh-s { margin-top: 20px; padding-bottom: 0; } .lp-hero .lh-s .lead { max-width: none; font-size: 1.02rem; }
  .lp-hero .lh-s .actions { margin-top: 18px; align-items: stretch; gap: 14px; } .lp-hero .lh-s .actions .btn { width: 100%; min-height: 56px; } .lp-hero .lh-s .actions .arrow { align-self: flex-start; }
  .lp-hero .lh-ph { margin-top: 28px; } .lp-hero .lh-ph .ph { aspect-ratio: 4 / 5; max-height: none; }
  .lp-hero .tag { left: var(--pad); bottom: 14px; font-size: .6rem; }
  .lp-prob { padding-top: 64px; } .lp-prob .g12 { display: block; } .lp-prob .pr-b { margin-top: 22px; }
  .lp-frag .fr { font-size: 1.35rem; padding-right: 18px; } .lp-frag .fr::after { right: 5px; }
  .lp-shift { grid-template-columns: 1fr; row-gap: 12px; margin-top: 48px; padding: 28px var(--pad); }
  .lp-shift .sa { text-align: left; } .lp-shift .sx svg { transform: rotate(90deg); width: 28px; }
  .lp-shift .sa, .lp-shift .sb { font-size: 1.7rem; }
  .lp-met, .lp-proof, .lp-who, .lp-bridge, .lp .cmp-block { padding: 56px 0; }
  .lp .cmp-p, .lp .cmp-p.a { height: 52vw; min-height: 200px; }
  .lm-g { grid-template-columns: 1fr; border-top: 0; }
  .lm-b, .lm-b + .lm-b:not(.on-blu) { padding: 28px 0; border-right: 0; border-top: 1px solid var(--line); }
  .lm-b.on-blu { padding: 28px var(--pad); margin: 0 calc(-1 * var(--pad)); border-top: 0; }
  .lm-t, .lm-d { max-width: none; }
  .lp-cta { flex-direction: column; align-items: stretch; } .lp-cta .btn { width: 100%; min-height: 56px; } .lp-cta .arrow { align-self: flex-start; }
  .pf-grid { display: block; } .pf-big { margin-right: calc(-1 * var(--pad)); } .pf-side { width: 62%; margin: 20px 0 0 auto; }
  .pf-row { display: block; } .pf-gov { margin-top: 24px; } .pf-gov li { grid-template-columns: 1fr; row-gap: 4px; }
  .lp-who .g12 { display: block; } .lp-who .lw-ph { margin-right: calc(-1 * var(--pad)); } .lp-who .lw-ph .ph { aspect-ratio: 4 / 3; } .lp-who .lw-t { margin-top: 28px; }
  .lp-bridge .g12 { display: block; } .lp-bridge .lb-t { position: static; } .lp-bridge .lb-f { margin-top: 32px; }
  .lp-bridge .dopo .s { display: none; }
  .lp-after .g12 { display: block; } .lp-after .la-f { margin-top: 32px; }
  .lp-sticky { display: grid; }
  body.lp-sticky-on { padding-bottom: 72px; }
}
