/* Studio Tratto — Tratto Score unificato. Un solo percorso: diagnosi + art direction. */
.score-unified-page{background:#f5f7fb;}
.score-intro-v2{padding:64px 0 40px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fbfcff 0%,#f5f7fb 100%);}
.score-intro-v2__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:48px;align-items:end;}
.score-intro-v2 h1{max-width:16ch;font-size:clamp(2.5rem,4.8vw,4.35rem);line-height:1.01;letter-spacing:-.045em;}
.score-intro-v2 .lead{margin-top:20px;max-width:62ch;}
.score-intro-v2__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}
.score-intro-v2__facts span{min-height:104px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--text-2);font-size:.9rem;line-height:1.42;box-shadow:var(--sh-1);}
.score-intro-v2__facts b{display:block;color:var(--ink);font-size:1.45rem;line-height:1;margin-bottom:8px;}
.score-workspace{padding:36px 0 80px;}
.score-shell-v2{width:100%;}
.score-form-v2{margin:0;}
.score-diagnostic-v2{display:grid;grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);min-height:720px;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 32px 90px rgba(11,23,57,.11);}
.score-question-pane-v2{display:flex;flex-direction:column;min-width:0;padding:28px;background:#fff;}
.score-productbar-v2{display:flex;align-items:center;gap:10px;min-height:30px;color:var(--ink);font-size:.79rem;letter-spacing:.04em;text-transform:uppercase;}
.score-productbar-v2 i{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px var(--accent-soft);}
.score-productbar-v2 b{font-weight:700;}
.score-productbar-v2 span{margin-left:auto;color:var(--text-3);font-family:var(--mono);font-size:.69rem;letter-spacing:.08em;}
.score-progress-v2{height:6px;margin:18px 0 28px;border-radius:999px;background:#e8edf6;overflow:hidden;}
.score-progress-v2 i{display:block;width:4%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#73a7ff);transition:width .25s var(--ease);}
.score-identity{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:start;}
.score-identity .config-field{margin:0;}
.score-identity .config-field span{display:block;margin-bottom:7px;color:var(--ink);font-size:.86rem;font-weight:650;}
.score-identity input{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--line-strong);border-radius:14px;background:#fbfcff;color:var(--text);font:inherit;}
.score-identity input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);outline:0;}
.score-questions{display:block;flex:1;min-height:0;}
.score-questions fieldset{display:none;border:0;margin:0;padding:0;min-width:0;}
.score-questions fieldset.is-current{display:block;}
.score-questions legend{display:flex;align-items:flex-start;gap:12px;width:100%;margin:0 0 8px;color:var(--ink);font-size:clamp(1.35rem,2vw,1.85rem);font-weight:720;line-height:1.12;letter-spacing:-.025em;}
.score-questions legend span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:var(--accent-soft);color:var(--accent-text);font:700 .72rem/1 var(--mono);letter-spacing:0;}
.question-note{margin:0 0 18px;color:var(--text-2);font-size:.93rem;line-height:1.5;max-width:52ch;}
.score-questions label{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;padding:14px 14px;margin-top:9px;border:1px solid var(--line);border-radius:15px;background:#fff;cursor:pointer;transition:border-color .16s,background .16s,transform .16s;}
.score-questions label:hover{border-color:#b9c8e4;background:#fafcff;transform:translateY(-1px);}
.score-questions input[type="radio"]{width:18px;height:18px;margin:2px 0 0;accent-color:var(--accent);}
.score-questions label:has(input:checked){border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 1px var(--accent);}
.score-questions label b{display:block;color:var(--ink);font-size:.94rem;line-height:1.35;}
.score-questions label small{display:block;margin-top:4px;color:var(--text-2);font-size:.81rem;line-height:1.4;}
.score-step-nav-v2{display:flex;justify-content:space-between;gap:12px;margin-top:auto;padding-top:24px;}
.score-step-nav-v2 button{min-height:46px;padding:0 18px;border:1px solid var(--line-strong);border-radius:12px;background:#fff;color:var(--ink);font-weight:650;}
.score-step-nav-v2 button:last-child{margin-left:auto;border-color:var(--ink);background:var(--ink);color:#fff;}
.score-step-nav-v2 button:disabled{opacity:.42;cursor:not-allowed;}
.score-live-pane-v2{min-width:0;padding:28px;background:linear-gradient(145deg,#0b1327 0%,#112447 100%);color:#fff;}
.score-live-head-v2{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;color:#b8c8e3;font:700 .69rem/1 var(--mono);letter-spacing:.1em;}
.score-live-head-v2 b{color:#fff;font-family:var(--font);font-size:.76rem;letter-spacing:0;text-transform:none;text-align:right;}
.score-live-frame{height:610px;padding:14px;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:rgba(255,255,255,.045);overflow:hidden;}
.score-live-site{--live-bg:#f8faff;--live-surface:#fff;--live-ink:#0b1739;--live-muted:#59677d;--live-accent:#4f7cff;--live-soft:#eef3ff;display:grid;grid-template-rows:auto 1fr auto;height:100%;padding:14px;border-radius:18px;background:var(--live-bg);color:var(--live-ink);overflow:hidden;transition:background .2s,color .2s;}
.score-live-site[data-palette="terra"]{--live-bg:#fbf5ed;--live-surface:#fffaf3;--live-ink:#3e261d;--live-muted:#765b50;--live-accent:#c2673f;--live-soft:#f2dfd2;}
.score-live-site[data-palette="bosco"]{--live-bg:#f2f5ef;--live-surface:#fbfcf9;--live-ink:#18352b;--live-muted:#5c6f65;--live-accent:#4e765c;--live-soft:#dfe9df;}
.score-live-site[data-palette="grafite"]{--live-bg:#f2f3f4;--live-surface:#fff;--live-ink:#15181d;--live-muted:#626970;--live-accent:#343b43;--live-soft:#e1e4e7;}
.score-live-site[data-palette="vino"]{--live-bg:#f7f0ec;--live-surface:#fffaf7;--live-ink:#4e202d;--live-muted:#785967;--live-accent:#7c3144;--live-soft:#ead7db;}
.score-live-site[data-palette="sabbia"]{--live-bg:#f6f0e6;--live-surface:#fffaf2;--live-ink:#3e3022;--live-muted:#746657;--live-accent:#9a6c3c;--live-soft:#eadbc5;}
.score-live-site[data-palette="cobalto"]{--live-bg:#f2f6ff;--live-surface:#fff;--live-ink:#10255e;--live-muted:#5970a0;--live-accent:#245bdb;--live-soft:#dfe9ff;}
.score-live-site[data-palette="oliva"]{--live-bg:#f5f3e9;--live-surface:#fffdf7;--live-ink:#30351d;--live-muted:#6d7256;--live-accent:#6a7441;--live-soft:#e5e5cf;}
.score-live-site nav{display:flex;align-items:center;gap:18px;min-height:44px;padding:0 8px;border-bottom:1px solid color-mix(in srgb,var(--live-ink) 11%,transparent);font-size:.69rem;}
.score-live-site nav b{margin-right:auto;font-size:.73rem;letter-spacing:.04em;}
.score-live-site nav span{color:var(--live-muted);}
.score-live-site nav em{padding:8px 11px;border-radius:999px;background:var(--live-ink);color:#fff;font-style:normal;font-weight:700;}
.score-live-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:22px;align-items:center;padding:28px 12px;min-height:0;}
.score-live-copy{min-width:0;padding:8px;}
.score-live-copy>span{display:block;margin-bottom:12px;color:var(--live-accent);font-size:.65rem;font-weight:800;letter-spacing:.08em;}
.score-live-copy h3{max-width:12ch;color:var(--live-ink);font-size:clamp(1.6rem,2.5vw,2.8rem);font-weight:720;line-height:1.02;letter-spacing:-.045em;overflow-wrap:normal;word-break:normal;hyphens:none;}
.score-live-copy p{max-width:38ch;margin-top:14px;color:var(--live-muted);font-size:.82rem;line-height:1.5;}
.score-live-copy button{margin-top:18px;padding:10px 14px;border:0;border-radius:999px;background:var(--live-ink);color:#fff;font-size:.72rem;font-weight:750;}
.score-live-media{height:100%;min-height:300px;overflow:hidden;border-radius:18px;}
.score-live-media img{width:100%;height:100%;object-fit:cover;}
.score-live-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 8px 8px;}
.score-live-proof span{min-width:0;padding:12px;border:1px solid color-mix(in srgb,var(--live-ink) 11%,transparent);border-radius:12px;background:var(--live-surface);font-size:.64rem;}
.score-live-proof b{display:block;color:var(--live-accent);font-size:.6rem;margin-bottom:5px;}
.score-live-proof small{display:block;color:var(--live-ink);font-size:.68rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* Layout directions: only the page changes; workspace remains stable. */
.score-live-site[data-layout="split"] .score-live-hero{grid-template-columns:1fr 1fr;padding:14px 0 14px 14px;}
.score-live-site[data-layout="split"] .score-live-media{border-radius:18px 0 0 18px;}
.score-live-site[data-layout="editorial"] .score-live-hero{grid-template-columns:1.15fr .85fr;align-items:end;}
.score-live-site[data-layout="editorial"] .score-live-copy h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.035em;line-height:.97;}
.score-live-site[data-layout="gallery"] .score-live-hero{grid-template-columns:.72fr 1.28fr;}
.score-live-site[data-layout="gallery"] .score-live-media{border-radius:52% 18px 18px 18px;}
.score-live-site[data-layout="immersive"]{padding:0;position:relative;background:#111827;}
.score-live-site[data-layout="immersive"] nav{position:relative;z-index:2;margin:14px;border:0;color:#fff;background:rgba(9,16,30,.5);border-radius:14px;padding:0 12px;}
.score-live-site[data-layout="immersive"] nav b,.score-live-site[data-layout="immersive"] nav span{color:#fff;}
.score-live-site[data-layout="immersive"] .score-live-hero{position:relative;grid-template-columns:1fr;padding:0;}
.score-live-site[data-layout="immersive"] .score-live-media{position:absolute;inset:0;border-radius:0;min-height:0;}
.score-live-site[data-layout="immersive"] .score-live-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,20,.86) 0%,rgba(5,10,20,.34) 62%,rgba(5,10,20,.15) 100%);}
.score-live-site[data-layout="immersive"] .score-live-copy{position:relative;z-index:1;max-width:58%;padding:34px;color:#fff;}
.score-live-site[data-layout="immersive"] .score-live-copy h3,.score-live-site[data-layout="immersive"] .score-live-copy p{color:#fff;}
.score-live-site[data-layout="immersive"] .score-live-proof{position:relative;z-index:1;padding:0 14px 14px;}
.score-live-site[data-layout="immersive"] .score-live-proof span{background:rgba(255,255,255,.9);}
.score-live-site[data-layout="precision"] .score-live-hero{grid-template-columns:.8fr 1.2fr;padding-top:18px;}
.score-live-site[data-layout="precision"] .score-live-copy{border-left:4px solid var(--live-accent);padding-left:16px;}
.score-live-site[data-layout="precision"] .score-live-media{border-radius:8px;}
.score-live-site[data-personality="bold"] .score-live-copy h3{font-weight:800;letter-spacing:-.065em;}
.score-live-site[data-personality="warm"] .score-live-media{border-radius:40px 16px 40px 16px;}
.score-live-site[data-personality="precise"] *{border-radius:6px;}
.score-live-foot-v2{display:flex;justify-content:space-between;gap:10px;margin-top:16px;color:#9fb2d3;font-size:.7rem;}
.score-submit{display:none;}

/* final report */
.score-result-v2{max-width:1180px;margin:0 auto;padding:8px 0 30px;}
.report-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:34px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--sh-2);}
.report-hero h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.03;}
.report-hero h2 strong{display:inline-block;margin-left:10px;color:var(--accent-text);}
.report-hero h2 small{font-size:.42em;color:var(--text-3);}
.report-hero>div>p:last-child{max-width:70ch;margin-top:10px;color:var(--text-2);}
.score-ring-v2{display:grid;place-items:center;width:108px;height:108px;border-radius:50%;background:conic-gradient(var(--accent) 0 65%,#e8edf6 65% 100%);box-shadow:inset 0 0 0 12px #fff;}
.score-ring-v2 span{font-size:1.7rem;font-weight:800;color:var(--ink);}
.score-bars-v2{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:12px 0 28px;}
.score-bars-v2>div{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;}
.score-bars-v2 b,.score-bars-v2 em{display:block;font-size:.76rem;font-style:normal;}
.score-bars-v2 em{margin-top:7px;color:var(--text-2);}
.score-bars-v2 span{display:block;height:6px;margin-top:10px;border-radius:999px;background:#e8edf6;overflow:hidden;}
.score-bars-v2 i{display:block;height:100%;background:var(--accent);border-radius:inherit;}
.report-section{margin-top:16px;padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;}
.report-heading{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px;}
.report-heading>span{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:11px;background:var(--ink);color:#fff;font:700 .72rem/1 var(--mono);}
.report-heading h3{font-size:1.35rem;}
.report-heading p{margin-top:4px;color:var(--text-2);font-size:.9rem;}
.priority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.priority-grid article{display:flex;gap:12px;padding:18px;border-radius:16px;background:#f5f8fd;border:1px solid #e0e7f1;}
.priority-grid article>span{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:#fff;color:var(--accent-text);font:700 .7rem/1 var(--mono);}
.priority-grid b{display:block;color:var(--ink);font-size:.9rem;}
.priority-grid p{margin-top:5px;color:var(--text-2);font-size:.79rem;line-height:1.45;}
.report-visual-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;align-items:start;}
.report-dna{display:grid;gap:8px;}
.report-dna span{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcff;}
.report-dna small{display:block;color:var(--text-3);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;}
.report-dna b{display:block;margin-top:4px;color:var(--ink);font-size:.88rem;}
.report-preview-wrap{min-width:0;}
.report-preview{--live-bg:#f8faff;--live-surface:#fff;--live-ink:#0b1739;--live-muted:#59677d;--live-accent:#4f7cff;--live-soft:#eef3ff;min-height:480px;padding:16px;border-radius:20px;background:var(--live-bg);overflow:hidden;border:1px solid color-mix(in srgb,var(--live-ink) 12%,transparent);}
.report-preview[data-palette="terra"]{--live-bg:#fbf5ed;--live-surface:#fffaf3;--live-ink:#3e261d;--live-muted:#765b50;--live-accent:#c2673f;}
.report-preview[data-palette="bosco"]{--live-bg:#f2f5ef;--live-surface:#fbfcf9;--live-ink:#18352b;--live-muted:#5c6f65;--live-accent:#4e765c;}
.report-preview[data-palette="grafite"]{--live-bg:#f2f3f4;--live-surface:#fff;--live-ink:#15181d;--live-muted:#626970;--live-accent:#343b43;}
.report-preview[data-palette="vino"]{--live-bg:#f7f0ec;--live-surface:#fffaf7;--live-ink:#4e202d;--live-muted:#785967;--live-accent:#7c3144;}
.report-preview[data-palette="sabbia"]{--live-bg:#f6f0e6;--live-surface:#fffaf2;--live-ink:#3e3022;--live-muted:#746657;--live-accent:#9a6c3c;}
.report-preview[data-palette="cobalto"]{--live-bg:#f2f6ff;--live-surface:#fff;--live-ink:#10255e;--live-muted:#5970a0;--live-accent:#245bdb;}
.report-preview[data-palette="oliva"]{--live-bg:#f5f3e9;--live-surface:#fffdf7;--live-ink:#30351d;--live-muted:#6d7256;--live-accent:#6a7441;}
.report-preview__nav{display:flex;align-items:center;gap:16px;min-height:46px;border-bottom:1px solid color-mix(in srgb,var(--live-ink) 11%,transparent);font-size:.68rem;color:var(--live-muted);}
.report-preview__nav b{margin-right:auto;color:var(--live-ink);}
.report-preview__nav em{padding:8px 10px;border-radius:999px;background:var(--live-ink);color:#fff;font-style:normal;}
.report-preview__hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:center;min-height:330px;padding:26px 6px;}
.report-preview__hero>div>span{color:var(--live-accent);font-size:.66rem;font-weight:800;letter-spacing:.08em;}
.report-preview h4{max-width:13ch;margin-top:10px;color:var(--live-ink);font-size:clamp(1.7rem,3vw,3rem);line-height:1.02;letter-spacing:-.045em;overflow-wrap:normal;word-break:normal;hyphens:none;}
.report-preview__hero p{max-width:37ch;margin-top:12px;color:var(--live-muted);font-size:.82rem;line-height:1.48;}
.report-preview__hero button{margin-top:16px;padding:10px 14px;border:0;border-radius:999px;background:var(--live-ink);color:#fff;font-size:.72rem;font-weight:750;}
.report-preview__hero img{width:100%;height:280px;object-fit:cover;border-radius:18px;}
.report-preview__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;}
.report-preview__proof span{padding:11px;border:1px solid color-mix(in srgb,var(--live-ink) 12%,transparent);border-radius:12px;background:var(--live-surface);color:var(--live-accent);font-size:.65rem;}
.report-preview__proof b{margin-left:5px;color:var(--live-ink);}
.report-preview[data-layout="split"] .report-preview__hero{grid-template-columns:1fr 1fr;}
.report-preview[data-layout="editorial"] h4{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.03em;}
.report-preview[data-layout="gallery"] .report-preview__hero{grid-template-columns:.7fr 1.3fr;}.report-preview[data-layout="gallery"] .report-preview__hero img{border-radius:48% 16px 16px 16px;}
.report-preview[data-layout="immersive"]{position:relative;background:#101626;color:#fff;}.report-preview[data-layout="immersive"] .report-preview__hero{position:relative;grid-template-columns:1fr;}.report-preview[data-layout="immersive"] .report-preview__hero img{position:absolute;inset:0;width:100%;height:100%;border-radius:0;filter:brightness(.48);}.report-preview[data-layout="immersive"] .report-preview__hero>div{position:relative;z-index:2;max-width:58%;padding:22px;}.report-preview[data-layout="immersive"] h4,.report-preview[data-layout="immersive"] .report-preview__hero p,.report-preview[data-layout="immersive"] .report-preview__nav b,.report-preview[data-layout="immersive"] .report-preview__nav{color:#fff;}
.report-preview[data-layout="precision"] .report-preview__hero>div{padding-left:18px;border-left:4px solid var(--live-accent);}
.report-preview[data-personality="bold"] h4{font-weight:800;letter-spacing:-.06em;}.report-preview[data-personality="warm"] .report-preview__hero img{border-radius:40px 16px 40px 16px;}
.report-preview-note{margin-top:12px;padding:14px 16px;border-radius:14px;background:#0b1739;color:#cbd8ee;font-size:.79rem;line-height:1.48;}.report-preview-note b{color:#fff;}
.report-alternatives{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);}.report-alternatives>div>b{display:block;margin-bottom:9px;font-size:.82rem;}.report-alternatives>div>div{display:flex;flex-wrap:wrap;gap:7px;}.report-option{padding:8px 10px;border:1px solid var(--line-strong);border-radius:999px;background:#fff;color:var(--text-2);font-size:.72rem;font-weight:650;}.report-option.is-active{border-color:var(--ink);background:var(--ink);color:#fff;}
.brief-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}.brief-grid article{min-height:130px;padding:17px;border:1px solid var(--line);border-radius:15px;background:#fbfcff;}.brief-grid small{display:block;color:var(--text-3);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;}.brief-grid b{display:block;margin-top:7px;color:var(--ink);font-size:.9rem;}.brief-grid p{margin-top:7px;color:var(--text-2);font-size:.77rem;line-height:1.45;}
.change-plan{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}.change-plan article{padding:18px;border-radius:15px;background:#f5f8fd;border:1px solid #e0e7f1;}.change-plan b{display:block;color:var(--ink);font-size:.88rem;}.change-plan p{margin-top:7px;color:var(--text-2);font-size:.78rem;line-height:1.48;}
.report-next{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-top:16px;padding:24px 28px;border-radius:22px;background:var(--ink);color:#cbd8ee;}.report-next b{display:block;color:#fff;font-size:1.05rem;}.report-next p{margin-top:5px;max-width:70ch;font-size:.82rem;line-height:1.48;}.score-result-actions{display:flex;gap:10px;margin-top:14px;justify-content:flex-end;}
@media(max-width:980px){.score-intro-v2__grid{grid-template-columns:1fr}.score-intro-v2__facts{max-width:620px}.score-diagnostic-v2{grid-template-columns:1fr;}.score-live-pane-v2{min-height:590px}.score-question-pane-v2{min-height:560px}.score-live-frame{height:520px}.report-visual-grid{grid-template-columns:1fr}.report-dna{grid-template-columns:repeat(3,1fr)}.brief-grid{grid-template-columns:repeat(2,1fr)}.change-plan{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.score-intro-v2{padding:44px 0 28px}.score-intro-v2__facts{grid-template-columns:1fr 1fr}.score-intro-v2__facts span:last-child{grid-column:1/-1}.score-workspace{padding-top:18px}.score-diagnostic-v2{border-radius:20px}.score-question-pane-v2,.score-live-pane-v2{padding:18px}.score-identity{grid-template-columns:1fr}.score-live-frame{height:430px;padding:8px}.score-live-site{padding:9px}.score-live-site nav span{display:none}.score-live-hero{grid-template-columns:1fr;gap:8px;padding:16px 8px}.score-live-copy h3{font-size:2rem;max-width:16ch}.score-live-copy p{display:none}.score-live-media{min-height:155px;height:155px}.score-live-proof{grid-template-columns:1fr 1fr}.score-live-proof span:last-child{display:none}.score-live-foot-v2{flex-wrap:wrap}.report-hero{grid-template-columns:1fr;padding:22px}.score-ring-v2{width:84px;height:84px}.score-bars-v2{grid-template-columns:1fr 1fr}.score-bars-v2>div:last-child{grid-column:1/-1}.priority-grid{grid-template-columns:1fr}.report-section{padding:20px}.report-dna{grid-template-columns:1fr 1fr}.report-preview{min-height:420px;padding:10px}.report-preview__nav span{display:none}.report-preview__hero{grid-template-columns:1fr;padding:18px 4px;min-height:0}.report-preview h4{font-size:2.1rem}.report-preview__hero img{height:180px}.report-preview[data-layout="immersive"] .report-preview__hero{min-height:320px}.report-preview[data-layout="immersive"] .report-preview__hero>div{max-width:86%;padding:18px}.report-alternatives{grid-template-columns:1fr}.brief-grid,.change-plan{grid-template-columns:1fr}.report-next{grid-template-columns:1fr}.report-next .btn{width:100%}}
@media(max-width:440px){.score-intro-v2__facts{grid-template-columns:1fr}.score-intro-v2__facts span:last-child{grid-column:auto}.score-productbar-v2 b{font-size:.7rem}.score-productbar-v2 span{font-size:.58rem}.score-questions legend{font-size:1.2rem}.score-live-pane-v2{min-height:500px}.report-dna{grid-template-columns:1fr}.score-result-actions{flex-direction:column}.score-result-actions .btn{width:100%}}

/* Detailed project report — compact, no decorative empty space */
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.route-grid article{display:flex;min-height:190px;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fbfcff}.route-grid small,.readiness-grid small{color:var(--text-3);font:700 .68rem/1.3 var(--mono);letter-spacing:.08em;text-transform:uppercase}.route-grid h4,.readiness-grid h4{margin-top:12px;color:var(--ink);font-size:1rem;line-height:1.25}.route-grid p,.readiness-grid p{margin-top:10px;color:var(--text-2);font-size:.8rem;line-height:1.5}.route-grid span{margin-top:auto;padding-top:16px;color:var(--accent-deep);font-size:.74rem;font-weight:700}.readiness-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.readiness-grid article{padding:20px;border:1px solid var(--line);border-radius:18px;background:#f5f8fd}@media(max-width:980px){.route-grid{grid-template-columns:1fr 1fr}.route-grid article:last-child{grid-column:1/-1}.readiness-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.route-grid,.readiness-grid{grid-template-columns:1fr}.route-grid article:last-child{grid-column:auto}.route-grid article{min-height:0}}

/* HYBRID V3 — Tratto Score integrated direction. */
.score-questions fieldset[data-choice-grid].is-current{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;align-content:start}
.score-questions fieldset[data-choice-grid] legend,.score-questions fieldset[data-choice-grid] .question-note{grid-column:1/-1}
.score-questions fieldset[data-choice-grid] label{margin-top:0;padding:11px 10px;grid-template-columns:18px 1fr;gap:9px;min-height:70px}
.score-questions fieldset[data-choice-grid] label b{font-size:.84rem}.score-questions fieldset[data-choice-grid] label small{font-size:.72rem;line-height:1.32}

/* Additional palette families — live simulation */
.score-live-site[data-palette="petrolio"]{--live-bg:#eef5f4;--live-surface:#fbfdfc;--live-ink:#103a3b;--live-muted:#587475;--live-accent:#1d7474;--live-soft:#dcebea}
.score-live-site[data-palette="avorio"]{--live-bg:#f7f4ed;--live-surface:#fffdf8;--live-ink:#171717;--live-muted:#69645b;--live-accent:#3f3a33;--live-soft:#ece6da}
.score-live-site[data-palette="prugna"]{--live-bg:#f7f0f5;--live-surface:#fffafd;--live-ink:#4b233f;--live-muted:#795d71;--live-accent:#8a476f;--live-soft:#ead8e4}
.score-live-site[data-palette="rame"]{--live-bg:#f7f2ec;--live-surface:#fffaf6;--live-ink:#402a20;--live-muted:#755f54;--live-accent:#a45d3c;--live-soft:#ead9cf}

/* Additional layout families — only the simulated page changes. */
.score-live-site[data-layout="centered"] .score-live-hero{grid-template-columns:1fr;grid-template-rows:auto 190px;text-align:center;gap:14px;padding:22px 28px}
.score-live-site[data-layout="centered"] .score-live-copy{max-width:560px;margin-inline:auto}.score-live-site[data-layout="centered"] .score-live-copy h3{margin-inline:auto;max-width:17ch}.score-live-site[data-layout="centered"] .score-live-copy p{margin-inline:auto}.score-live-site[data-layout="centered"] .score-live-media{min-height:190px;border-radius:22px}
.score-live-site[data-layout="story"] .score-live-hero{grid-template-columns:.82fr 1.18fr;gap:12px;padding:20px 8px 20px 20px}.score-live-site[data-layout="story"] .score-live-copy{align-self:start;padding-top:22px}.score-live-site[data-layout="story"] .score-live-copy h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.05}.score-live-site[data-layout="story"] .score-live-media{border-radius:120px 18px 18px 18px}
.score-live-site[data-layout="layers"] .score-live-hero{grid-template-columns:1fr 1fr;gap:0;padding:30px 22px}.score-live-site[data-layout="layers"] .score-live-copy{position:relative;z-index:2;padding:24px 20px;border-radius:22px;background:color-mix(in srgb,var(--live-surface) 92%,transparent);box-shadow:0 18px 44px rgba(0,0,0,.10);transform:translateX(18px)}.score-live-site[data-layout="layers"] .score-live-media{transform:translateX(-16px);border-radius:22px 70px 22px 22px}
.score-live-site[data-layout="conversion"] .score-live-hero{grid-template-columns:1.1fr .9fr;gap:14px;padding:18px}.score-live-site[data-layout="conversion"] .score-live-copy{padding:20px;border-left:5px solid var(--live-accent);background:var(--live-surface);border-radius:16px}.score-live-site[data-layout="conversion"] .score-live-media{border-radius:14px}.score-live-site[data-layout="conversion"] .score-live-proof span{border-color:color-mix(in srgb,var(--live-accent) 32%,transparent)}
.score-live-site[data-layout="magazine"] .score-live-hero{grid-template-columns:1.18fr .82fr;align-items:end;padding:20px 10px}.score-live-site[data-layout="magazine"] .score-live-copy h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,2.9vw,3.15rem);line-height:.98}.score-live-site[data-layout="magazine"] .score-live-media{min-height:250px;border-radius:8px;box-shadow:10px 10px 0 var(--live-accent)}.score-live-site[data-layout="magazine"] .score-live-proof{grid-template-columns:1.5fr .75fr .75fr}
.score-live-site[data-layout="asymmetric"] .score-live-hero{grid-template-columns:1.24fr .76fr;gap:12px;padding:18px 8px 18px 18px}.score-live-site[data-layout="asymmetric"] .score-live-media{order:1;border-radius:18px 90px 18px 18px}.score-live-site[data-layout="asymmetric"] .score-live-copy{order:2;padding:28px 10px 12px 18px}.score-live-site[data-layout="asymmetric"] .score-live-copy h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.03;letter-spacing:-.03em}

/* Final report: restore the dark comparative composition the user approved. */
.score-direction-lab{margin-top:16px;padding:clamp(22px,3vw,34px);border-radius:30px;background:linear-gradient(145deg,#08172f,#10264d);color:#fff;box-shadow:0 30px 72px rgba(6,18,39,.22);overflow:hidden}
.score-direction-lab .mirror-lab__head{margin-bottom:18px}.score-direction-lab .mirror-lab__head h3,.score-direction-lab .mirror-lab__head b{color:#fff}.score-direction-lab .mirror-lab__head p{color:#bfcce8}.score-direction-lab .mirror-benchmark{border-color:rgba(255,255,255,.16);background:#fff}.score-direction-lab .mirror-benchmark span{color:#73819a}
.score-direction-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.score-direction-controls>div>b{display:block;margin-bottom:8px;color:#9fb2d3;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.score-direction-controls>div>div{display:flex;flex-wrap:wrap;gap:7px}
.score-direction-lab .report-option{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#d7e0f4}.score-direction-lab .report-option:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.12)}.score-direction-lab .report-option.is-active{border-color:#fff;background:#fff;color:#0a1730}
.score-direction-lab .mirror-label{color:#9fb2d3}.score-direction-lab .mirror-before-card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:#d3dcf0}.score-direction-lab .mirror-before-card>b{color:#fff}.score-direction-lab .mirror-before-card i{background:#dfe7f5}.score-direction-lab .mirror-before-card button{border-color:#dce4f0;background:#fff;color:#66738a}
.score-direction-lab .mirror-browser{filter:drop-shadow(0 26px 45px rgba(0,0,0,.2))}.score-direction-lab .mirror-diagnosis-grid article{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.11)}.score-direction-lab .mirror-diagnosis-grid article b{color:#fff}.score-direction-lab .mirror-diagnosis-grid article p{color:#c3cee4}.score-direction-lab .mirror-diagnosis-grid article>span{background:#e8efff;color:#18325f}
.score-direction-note{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-top:18px;padding:16px 18px;border-radius:18px;background:#fff;color:#66738a}.score-direction-note strong{display:grid;place-items:center;min-width:76px;min-height:48px;padding:8px 12px;border-radius:14px;background:#0a1730;color:#fff;font-size:1rem}.score-direction-note span{font-size:.8rem;line-height:1.5}

/* Palette variables inside the approved dark before/after stage. */
.score-direction-stage[data-palette="navy"] .mirror-browser__site{--mr-primary:#0B1739;--mr-accent:#4F7CFF;--mr-soft:#EEF3FF;--mr-text:#101828}
.score-direction-stage[data-palette="terra"] .mirror-browser__site{--mr-primary:#4b2d23;--mr-accent:#c2673f;--mr-soft:#f7eee5;--mr-text:#2f201b}
.score-direction-stage[data-palette="bosco"] .mirror-browser__site{--mr-primary:#173b31;--mr-accent:#5e846d;--mr-soft:#eef3ec;--mr-text:#18352b}
.score-direction-stage[data-palette="grafite"] .mirror-browser__site{--mr-primary:#171a1f;--mr-accent:#5c6570;--mr-soft:#f0f1f2;--mr-text:#15181d}
.score-direction-stage[data-palette="vino"] .mirror-browser__site{--mr-primary:#5a2634;--mr-accent:#a45d72;--mr-soft:#f6edee;--mr-text:#4e202d}
.score-direction-stage[data-palette="sabbia"] .mirror-browser__site{--mr-primary:#4a3826;--mr-accent:#9a6c3c;--mr-soft:#f4ecdf;--mr-text:#3e3022}
.score-direction-stage[data-palette="cobalto"] .mirror-browser__site{--mr-primary:#10255e;--mr-accent:#245bdb;--mr-soft:#eaf0ff;--mr-text:#10255e}
.score-direction-stage[data-palette="oliva"] .mirror-browser__site{--mr-primary:#3b4024;--mr-accent:#7c8650;--mr-soft:#f0f0df;--mr-text:#30351d}
.score-direction-stage[data-palette="petrolio"] .mirror-browser__site{--mr-primary:#123d3e;--mr-accent:#287b7b;--mr-soft:#e7f0ef;--mr-text:#103a3b}
.score-direction-stage[data-palette="avorio"] .mirror-browser__site{--mr-primary:#181818;--mr-accent:#817769;--mr-soft:#f4efe4;--mr-text:#171717}
.score-direction-stage[data-palette="prugna"] .mirror-browser__site{--mr-primary:#512741;--mr-accent:#a05a81;--mr-soft:#f3e8ef;--mr-text:#4b233f}
.score-direction-stage[data-palette="rame"] .mirror-browser__site{--mr-primary:#4b2d22;--mr-accent:#b86743;--mr-soft:#f3e7df;--mr-text:#402a20}

/* Twelve genuinely different compositions in the final score preview. */
.score-direction-stage[data-layout="split"] .mirror-hero{grid-template-columns:1fr 1fr;padding:0}.score-direction-stage[data-layout="split"] .mirror-copy{padding:22px}.score-direction-stage[data-layout="split"] .mirror-image{border-radius:0;min-height:240px}
.score-direction-stage[data-layout="editorial"] .mirror-hero{grid-template-columns:1.18fr .82fr;background:#fff;border:1px solid #dfe5eb}.score-direction-stage[data-layout="editorial"] .mirror-copy h4{font-family:Georgia,"Times New Roman",serif;font-weight:500}.score-direction-stage[data-layout="editorial"] .mirror-image{border-radius:80px 80px 16px 16px}
.score-direction-stage[data-layout="gallery"] .mirror-hero{grid-template-columns:.72fr 1.28fr}.score-direction-stage[data-layout="gallery"] .mirror-image{border-radius:50% 18px 18px 18px}
.score-direction-stage[data-layout="immersive"] .mirror-hero{display:flex;align-items:flex-end;min-height:270px;background:var(--mr-primary)}.score-direction-stage[data-layout="immersive"] .mirror-image{position:absolute;inset:0;border-radius:20px;opacity:.55}.score-direction-stage[data-layout="immersive"] .mirror-image img{filter:saturate(.8) brightness(.66)}.score-direction-stage[data-layout="immersive"] .mirror-copy{max-width:62%;color:#fff}.score-direction-stage[data-layout="immersive"] .mirror-copy h4,.score-direction-stage[data-layout="immersive"] .mirror-copy p{color:#fff}
.score-direction-stage[data-layout="precision"] .mirror-hero{grid-template-columns:.84fr 1.16fr;background:#fff;border:1px solid #dfe5eb}.score-direction-stage[data-layout="precision"] .mirror-copy{padding-left:15px;border-left:4px solid var(--mr-accent)}.score-direction-stage[data-layout="precision"] .mirror-image{border-radius:8px}
.score-direction-stage[data-layout="centered"] .mirror-hero{grid-template-columns:1fr;grid-template-rows:auto 170px;text-align:center}.score-direction-stage[data-layout="centered"] .mirror-copy{max-width:540px;margin:auto}.score-direction-stage[data-layout="centered"] .mirror-copy h4,.score-direction-stage[data-layout="centered"] .mirror-copy p{margin-inline:auto}.score-direction-stage[data-layout="centered"] .mirror-image{min-height:170px}
.score-direction-stage[data-layout="story"] .mirror-hero{grid-template-columns:.78fr 1.22fr}.score-direction-stage[data-layout="story"] .mirror-copy h4{font-family:Georgia,"Times New Roman",serif;font-weight:500}.score-direction-stage[data-layout="story"] .mirror-image{border-radius:120px 18px 18px 18px}
.score-direction-stage[data-layout="layers"] .mirror-hero{grid-template-columns:1fr 1fr;gap:0}.score-direction-stage[data-layout="layers"] .mirror-copy{z-index:3;padding:20px;border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 18px 38px rgba(0,0,0,.12);transform:translateX(14px)}.score-direction-stage[data-layout="layers"] .mirror-image{transform:translateX(-12px);border-radius:20px 70px 20px 20px}
.score-direction-stage[data-layout="conversion"] .mirror-hero{grid-template-columns:1.05fr .95fr}.score-direction-stage[data-layout="conversion"] .mirror-copy{padding:18px;border-left:5px solid var(--mr-accent);border-radius:14px;background:#fff}.score-direction-stage[data-layout="conversion"] .mirror-proof span{border-color:color-mix(in srgb,var(--mr-accent) 34%,transparent)}
.score-direction-stage[data-layout="magazine"] .mirror-hero{grid-template-columns:1.15fr .85fr;background:#fff}.score-direction-stage[data-layout="magazine"] .mirror-copy h4{font-family:Georgia,"Times New Roman",serif;font-weight:500}.score-direction-stage[data-layout="magazine"] .mirror-image{border-radius:6px;box-shadow:9px 9px 0 var(--mr-accent)}
.score-direction-stage[data-layout="asymmetric"] .mirror-hero{grid-template-columns:1.25fr .75fr}.score-direction-stage[data-layout="asymmetric"] .mirror-image{order:1;border-radius:18px 90px 18px 18px}.score-direction-stage[data-layout="asymmetric"] .mirror-copy{order:2;padding-left:15px}.score-direction-stage[data-layout="asymmetric"] .mirror-copy h4{font-family:Georgia,"Times New Roman",serif;font-weight:500}

@media(max-width:980px){.score-direction-controls{grid-template-columns:1fr}.score-direction-stage{grid-template-columns:1fr}.score-direction-stage .mirror-arrow{transform:rotate(90deg);height:42px}.score-direction-stage .mirror-arrow small{display:none}}
@media(max-width:720px){.score-questions fieldset[data-choice-grid].is-current{grid-template-columns:1fr}.score-direction-lab{border-radius:22px;padding:18px}.score-direction-note{grid-template-columns:1fr}.score-direction-note strong{justify-self:start}.score-direction-stage .mirror-hero{grid-template-columns:1fr;min-height:0}.score-direction-stage .mirror-image{position:relative;inset:auto;transform:none;order:2;min-height:170px;border-radius:16px}.score-direction-stage .mirror-copy{order:1;transform:none;max-width:none!important}.score-direction-stage[data-layout="centered"] .mirror-hero{grid-template-rows:auto 170px}}


/* HYBRID V4 — merged Tratto Score only: resilient multi-select steps + typography containment */
.score-questions input[type="checkbox"]{
  width:18px;height:18px;margin:2px 0 0;accent-color:var(--accent);
}
.score-questions fieldset[data-multi].is-current{
  max-height:520px;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding-right:6px;
  scrollbar-width:thin;
}
.score-live-copy,.mirror-copy,.report-preview__hero>div{min-width:0}
.score-live-copy h3,
.report-preview h4,
.score-direction-stage .mirror-copy h4{
  max-width:min(100%,14ch);
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
  line-height:1.08;
  text-wrap:balance;
}
.score-live-copy h3{font-size:clamp(1.45rem,2.25vw,2.45rem)}
.report-preview h4{font-size:clamp(1.55rem,2.6vw,2.55rem)}
.score-direction-stage .mirror-copy h4{font-size:clamp(1.45rem,2.2vw,2.35rem)}
.score-direction-stage .mirror-browser,
.score-direction-stage .mirror-browser__site,
.score-direction-stage .mirror-hero,
.score-direction-stage .mirror-copy,
.score-direction-stage .mirror-image{min-width:0;max-width:100%}
.score-direction-stage .mirror-copy p,
.score-direction-stage .mirror-copy span{overflow-wrap:anywhere}
@media(max-width:720px){
  .score-questions fieldset[data-multi].is-current{max-height:430px}
  .score-live-copy h3,.report-preview h4,.score-direction-stage .mirror-copy h4{max-width:100%;font-size:clamp(1.35rem,7vw,2rem);line-height:1.1}
}


/* ===== EMERGENT REFRESH / TRATTO SCORE LIVE PREVIEW ===== */
.score-live-pane-v2{min-width:0;padding:28px;background:radial-gradient(circle at top right,rgba(108,148,255,.22),transparent 28%),linear-gradient(135deg,#071b47 0%,#091632 48%,#050d22 100%);color:#fff}
.score-live-head-v2{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;color:#9fb6ea;font:700 .69rem/1 var(--mono);letter-spacing:.1em}.score-live-head-v2 b{color:#fff;font-family:var(--font);font-size:.8rem;letter-spacing:0;text-transform:none;text-align:right}
.score-live-frame{height:610px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.25)}
.score-showcase{position:relative;display:grid;grid-template-columns:minmax(235px,.72fr) minmax(0,1.28fr);gap:36px;height:100%;padding:56px 10px 10px;background:transparent;color:#fff}
.score-showcase__label{position:absolute;top:0;color:#c6d6ff;font:700 .72rem/1 var(--mono);letter-spacing:.12em}.score-showcase__label--left{left:10px}.score-showcase__label--right{left:calc(43% + 42px)}.score-showcase__arrow{position:absolute;left:calc(43% - 6px);top:50%;transform:translate(-50%,-50%) rotate(-90deg);color:#7299f8;font-size:.7rem;letter-spacing:.04em;white-space:nowrap;opacity:.92}
.score-perception-card{align-self:center;min-height:420px;padding:22px;border:2px solid rgba(210,225,255,.68);border-radius:34px;background:linear-gradient(180deg,rgba(31,54,101,.5),rgba(19,39,82,.72));box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.score-perception-card__inner{display:flex;flex-direction:column;height:100%}.score-perception-card small{display:block;color:#fff;font-size:1.05rem;font-weight:760;letter-spacing:-.03em;text-transform:lowercase}.score-perception-card span{display:block;margin-top:6px;color:#d7e4ff;font-size:.94rem;text-transform:lowercase}.score-perception-card p{max-width:19ch;margin:54px 0 36px;color:#edf3ff;font-size:1.12rem;line-height:1.45}.score-perception-card i{display:block;height:14px;margin:0 0 14px;border-radius:999px;background:rgba(239,244,255,.88)}.score-perception-card i:nth-of-type(1){width:88%}.score-perception-card i:nth-of-type(2){width:70%}.score-perception-card i:nth-of-type(3){width:79%}.score-perception-card button{margin-top:auto;align-self:flex-start;padding:14px 20px;border:0;border-radius:18px;background:#fff;color:#5c708f;font-size:1rem}
.score-direction-window{display:flex;flex-direction:column;overflow:hidden;border-radius:30px;background:#f5f3f0;box-shadow:0 24px 60px rgba(0,0,0,.18)}.score-direction-window__bar{display:flex;gap:9px;padding:18px 18px 14px;background:#dfe4ea}.score-direction-window__bar i{width:10px;height:10px;border-radius:50%;background:#c0c7d0}.score-direction-window__body{display:flex;flex-direction:column;gap:18px;flex:1;padding:22px 18px 18px;color:var(--live-ink);background:var(--live-bg)}.score-direction-window__nav{display:flex;align-items:center;gap:12px;font-size:.76rem;color:var(--live-muted)}.score-direction-window__nav b{margin-right:auto;color:var(--live-ink);font-size:1rem;letter-spacing:.02em}.score-direction-window__nav em{padding:10px 14px;border-radius:999px;background:var(--live-accent);color:#fff;font-style:normal;font-weight:700}
.score-direction-window__hero{padding:28px;border-radius:32px;background:var(--live-soft)}.score-direction-window__hero small{display:block;color:var(--live-accent);font:800 .85rem/1 var(--font);letter-spacing:.12em}.score-direction-window__hero h3{max-width:8ch;margin-top:14px;color:var(--live-ink);font-size:clamp(2rem,3.4vw,3.6rem);font-weight:720;line-height:.98;letter-spacing:-.055em}.score-direction-window__hero p{max-width:28ch;margin-top:16px;color:var(--live-muted);font-size:1rem;line-height:1.55}.score-direction-window__hero button{margin-top:22px;padding:14px 18px;border:0;border-radius:18px;background:var(--live-accent);color:#fff;font-size:.95rem;font-weight:760}
.score-direction-window__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.score-direction-window__proof div{padding:16px;border:1px solid color-mix(in srgb,var(--live-ink) 9%,transparent);border-radius:18px;background:rgba(255,255,255,.74)}.score-direction-window__proof b{display:block;color:var(--live-accent);font-size:.68rem;letter-spacing:.12em}.score-direction-window__proof small{display:block;margin-top:8px;color:var(--live-ink);font-size:.8rem;font-weight:700;line-height:1.35}
.score-live-site[data-palette="navy"]{--live-bg:#f6f8ff;--live-ink:#2d3045;--live-muted:#67708b;--live-accent:#3566e0;--live-soft:#e9efff}.score-live-site[data-palette="terra"]{--live-bg:#fbf5ed;--live-ink:#4a2b22;--live-muted:#7b6054;--live-accent:#c2673f;--live-soft:#f1dfd3}.score-live-site[data-palette="bosco"]{--live-bg:#f1f5ef;--live-ink:#17352b;--live-muted:#5f7067;--live-accent:#4e765c;--live-soft:#dfe9df}.score-live-site[data-palette="grafite"]{--live-bg:#f3f4f5;--live-ink:#171c24;--live-muted:#666f79;--live-accent:#343b43;--live-soft:#e5e8eb}.score-live-site[data-palette="vino"]{--live-bg:#f7f0ec;--live-ink:#4e202d;--live-muted:#7a5a68;--live-accent:#7c3144;--live-soft:#ead7db}.score-live-site[data-palette="sabbia"]{--live-bg:#f7f0e7;--live-ink:#3f3022;--live-muted:#766858;--live-accent:#9a6c3c;--live-soft:#eadbc5}.score-live-site[data-palette="cobalto"]{--live-bg:#f1f6ff;--live-ink:#10255e;--live-muted:#5c74a2;--live-accent:#245bdb;--live-soft:#dfe9ff}.score-live-site[data-palette="oliva"]{--live-bg:#f5f3e9;--live-ink:#30351d;--live-muted:#6d7256;--live-accent:#6a7441;--live-soft:#e5e5cf}.score-live-site[data-palette="petrolio"]{--live-bg:#eef6f6;--live-ink:#17383c;--live-muted:#5d7679;--live-accent:#2d7d86;--live-soft:#d6ecef}.score-live-site[data-palette="avorio"]{--live-bg:#fbf8f1;--live-ink:#473e33;--live-muted:#7a7065;--live-accent:#a27a46;--live-soft:#f0e6d5}.score-live-site[data-palette="prugna"]{--live-bg:#f7f1f7;--live-ink:#46233f;--live-muted:#775f74;--live-accent:#7d3f73;--live-soft:#ecdced}.score-live-site[data-palette="rame"]{--live-bg:#faf3ee;--live-ink:#4e2f24;--live-muted:#7c6458;--live-accent:#b25e3d;--live-soft:#efd8cb}
.score-live-foot-v2{display:flex;gap:14px;justify-content:space-between;margin-top:16px;color:#b9c8e6;font-size:.74rem}
@media(max-width:1180px){.score-showcase__label--right{left:calc(40% + 40px)}.score-showcase__arrow{left:calc(40% - 6px)}}
@media(max-width:900px){.score-diagnostic-v2{grid-template-columns:1fr}.score-showcase{grid-template-columns:1fr;gap:16px;padding-top:42px}.score-showcase__label--right{left:10px;top:50%}.score-showcase__arrow{display:none}.score-perception-card{min-height:0}.score-live-frame{height:auto;min-height:0}.score-direction-window__hero h3{font-size:2.45rem}.score-direction-window__proof{grid-template-columns:1fr}.score-showcase__label--left{top:0}.score-showcase__label--right{top:auto;bottom:calc(100% - 48px)}}
@media(max-width:640px){.score-intro-v2__grid{grid-template-columns:1fr;gap:24px}.score-intro-v2__facts{grid-template-columns:1fr}.score-question-pane-v2,.score-live-pane-v2{padding:18px}.score-identity{grid-template-columns:1fr}.score-direction-window__nav span{display:none}.score-direction-window__hero{padding:20px}.score-direction-window__hero h3{font-size:2rem}.score-live-foot-v2{flex-wrap:wrap}.score-showcase__label,.score-showcase__label--right{position:static;display:block}.score-showcase{padding-top:0}}
/* ===== END EMERGENT REFRESH / TRATTO SCORE LIVE PREVIEW ===== */


/* ===== ALIGNMENT FIX / TRATTO SCORE ===== */
.score-live-frame{height:auto;min-height:610px;padding:20px}
.score-showcase{grid-template-columns:minmax(250px,.74fr) minmax(0,1.26fr);gap:30px;padding:58px 4px 4px}
.score-showcase__label--right{left:calc(41% + 36px)}
.score-showcase__arrow{left:calc(41% - 6px)}
.score-perception-card{min-height:380px;padding:20px;border-radius:30px}
.score-perception-card p{max-width:18ch;margin:42px 0 28px;font-size:1rem}
.score-direction-window{border-radius:30px;min-height:0}
.score-direction-window__body{gap:14px;padding:18px}
.score-direction-window__hero{padding:26px 26px 24px;border-radius:28px}
.score-direction-window__hero h3{max-width:9ch;font-size:clamp(2.2rem,3vw,3.8rem);line-height:1.02}
.score-direction-window__hero p{max-width:32ch;font-size:.98rem}
.score-direction-window__proof div{min-height:78px}
@media (max-width:1100px){
  .score-showcase{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:24px}
  .score-showcase__label--right{left:calc(38% + 34px)}
  .score-showcase__arrow{left:calc(38% - 6px)}
}
/* ===== END ALIGNMENT FIX / TRATTO SCORE ===== */


/* ===== FINAL QA LAYOUT / TRATTO SCORE ===== */
.score-diagnostic-v2{grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);min-height:700px}
.score-live-pane-v2{padding:24px}.score-live-frame{height:auto;min-height:570px;padding:16px;border-radius:26px;overflow:hidden}
.score-showcase{display:grid;grid-template-columns:minmax(210px,.62fr) 54px minmax(0,1.38fr);gap:16px;height:100%;padding:0;background:transparent}
.score-showcase__column{min-width:0;display:flex;flex-direction:column;gap:10px}.score-showcase__label{position:static;display:block;color:#c3d2f2;font:700 .68rem/1 var(--mono);letter-spacing:.12em;padding-left:4px}
.score-showcase__bridge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#6d95f2}.score-showcase__bridge span{font-size:1.6rem}.score-showcase__bridge small{font-size:.62rem;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.05em}
.score-perception-card{flex:1;min-height:0;padding:22px;border:1.5px solid rgba(211,226,255,.62);border-radius:26px;background:linear-gradient(180deg,rgba(31,54,101,.54),rgba(18,38,78,.78));box-sizing:border-box}.score-perception-card small{font-size:1rem}.score-perception-card span{font-size:.84rem}.score-perception-card p{max-width:18ch;margin:38px 0 28px;font-size:.95rem;line-height:1.5}.score-perception-lines{display:grid;gap:10px}.score-perception-lines i{height:10px!important;margin:0!important}.score-perception-card button{margin-top:30px;padding:11px 16px;border-radius:14px;font-size:.85rem}
.score-direction-window{flex:1;min-width:0;border-radius:26px}.score-direction-window__bar{padding:12px 14px 10px}.score-direction-window__bar i{width:8px;height:8px}.score-direction-window__bar small{margin-left:auto;color:#7e8997;font-size:.58rem}.score-direction-window__body{gap:12px;padding:14px}.score-direction-window__nav{gap:10px;font-size:.65rem}.score-direction-window__nav b{font-size:.82rem}.score-direction-window__nav em{padding:8px 11px;font-size:.64rem}
.score-direction-window__hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(180px,1.08fr);gap:12px;padding:14px;border-radius:22px;background:var(--live-soft)}.score-direction-window__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:12px}.score-direction-window__hero small{font-size:.68rem}.score-direction-window__hero h3{max-width:9ch;margin-top:10px;font-size:clamp(1.75rem,2.55vw,2.75rem);line-height:1.01;letter-spacing:-.052em;overflow-wrap:normal;word-break:normal}.score-direction-window__hero p{max-width:28ch;margin-top:12px;font-size:.77rem;line-height:1.48}.score-direction-window__hero button{align-self:flex-start;margin-top:14px;padding:10px 13px;border-radius:13px;font-size:.72rem}.score-direction-window__hero figure{min-width:0;height:290px;margin:0;overflow:hidden;border-radius:18px;background:#ddd}.score-direction-window__hero figure img{width:100%;height:100%;object-fit:cover}
.score-direction-window__proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.score-direction-window__proof div{min-height:62px;padding:11px;border-radius:14px}.score-direction-window__proof small{font-size:.67rem}.score-live-foot-v2{margin-top:12px;font-size:.66rem}
@media(max-width:1100px){.score-showcase{grid-template-columns:minmax(190px,.58fr) 42px minmax(0,1.42fr)}.score-direction-window__hero{grid-template-columns:1fr}.score-direction-window__hero figure{height:220px}}
@media(max-width:900px){.score-diagnostic-v2{grid-template-columns:1fr}.score-showcase{grid-template-columns:1fr;gap:14px}.score-showcase__bridge{display:none}.score-perception-card{min-height:300px}.score-direction-window__hero{grid-template-columns:1fr 1fr}.score-direction-window__hero figure{height:260px}}
@media(max-width:640px){.score-direction-window__hero{grid-template-columns:1fr}.score-direction-window__hero figure{height:220px}.score-direction-window__proof{grid-template-columns:1fr}}
/* ===== END FINAL QA LAYOUT / TRATTO SCORE ===== */
