/* =========================================================
   T&M Studio — Restyling sito web 2026
   ========================================================= */

:root {
  --ink: #070b0b;
  --deep: #0a1110;
  --paper: #e9e8e1;
  --aqua: #32f4cf;
  --mist: #b8b9b2;
  --line: rgba(7, 11, 11, 0.18);
  --line-light: rgba(255, 255, 255, 0.13);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

/* Le regole che qui erano su body/a/img/h1... valgono ora solo dentro
   .ricrea-shell: la pagina vive dentro il sito, e l'intestazione e il piè di
   pagina che la circondano devono restare quelli del sito, scuri, senza
   ereditare il fondo chiaro e i caratteri di questa pagina. */
.ricrea-shell * { box-sizing: border-box; }
.ricrea-shell { background: var(--paper); color: var(--ink); font-family: 'Manrope', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.ricrea-shell ::selection { background: var(--aqua); color: var(--ink); }
.ricrea-shell a { color: inherit; text-decoration: none; }
.ricrea-shell button { font: inherit; background: none; border: 0; }
.ricrea-shell button, .ricrea-shell a { -webkit-tap-highlight-color: transparent; }
.ricrea-shell img { display: block; max-width: 100%; }
.ricrea-shell h1, .ricrea-shell h2, .ricrea-shell h3 { margin: 0; font-weight: 600; overflow-wrap: break-word; }
.ricrea-shell p { margin: 0; }
.ricrea-shell [hidden] { display: none !important; }
.ricrea-shell :focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; border-radius: 3px; }

.site-shell { overflow: clip; }

/* ---- tipografia condivisa ---- */
.eyebrow { display: inline-block; font: 400 11px 'DM Mono', monospace; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 20px; height: 1px; margin: 0 10px 3px 0; background: currentColor; vertical-align: middle; }
.eyebrow.light { color: var(--aqua); }
.ricrea-shell h2 em, .ricrea-shell h3 em { font-family: 'Playfair Display', serif; font-weight: 500; font-style: italic; }
.section-heading h2, .pillars-head h2, .ba-head h2, .chart-head h2, .metrics-section h2, .founder-copy h2, .faq-head h2, .closing h2 {
  font-size: clamp(42px, 5.6vw, 90px); line-height: .98; letter-spacing: -.055em; font-weight: 500;
}

/* =========================================================
   PROGRESS RAIL + HEADER
   ========================================================= */

.scroll-progress { position: fixed; z-index: 90; top: 0; left: 0; right: 0; height: 2px; background: rgba(255,255,255,.08); }
.scroll-progress i { display: block; height: 100%; width: var(--p, 0%); background: var(--aqua); box-shadow: 0 0 12px rgba(50,244,207,.6); }

.site-header { position: fixed; z-index: 80; top: 18px; left: 3vw; right: 3vw; height: 54px; padding: 0 8px 0 20px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; border: 1px solid rgba(255,255,255,.22); background: rgba(6,10,10,.7); backdrop-filter: blur(18px); border-radius: 999px; }
.brand-mark { display: inline-flex; width: max-content; align-items: center; }
.studio-logo { display: inline-flex; align-items: center; color: currentColor; }
.studio-logo-image { width: 35px; height: 35px; margin-right: 8px; object-fit: contain; filter: drop-shadow(0 0 7px rgba(50,244,207,.22)); }
.studio-logo-wordmark { display: grid; grid-template-columns: auto 30px auto; align-items: center; gap: 8px; font-size: 20px; line-height: 1; letter-spacing: .06em; }
.studio-logo-wordmark b { font-weight: 700; }
.studio-logo-wordmark i { display: block; width: 30px; height: 1px; background: var(--aqua); }
.studio-logo-wordmark small { grid-column: 1 / -1; padding-left: .42em; font: 400 7px 'DM Mono', monospace; letter-spacing: .45em; text-align: center; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.desktop-nav a { padding: 8px 13px; font: 400 11px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; border-radius: 99px; transition: color .25s, background-color .25s; }
.desktop-nav a:hover { color: var(--ink); background: var(--aqua); }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 8px; padding: 11px 17px; color: var(--ink); background: var(--aqua); border-radius: 99px; font: 500 11px 'DM Mono', monospace; text-transform: uppercase; transition: transform .25s; }
.header-cta:hover { transform: translateY(-2px); }
.menu-button, .mobile-nav { display: none; }

/* =========================================================
   HERO — sticky, zoom scrubbato
   ========================================================= */

.hero-stage { position: relative; height: 260vh; background: #050909; }
.hero-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; color: white; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -3; transform: scale(var(--zoom, 1.75)); transform-origin: 52% 58%; will-change: transform; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.14) brightness(.62); }
.hero-veil { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 70% 40%, rgba(50,244,207,.16), transparent 34%), linear-gradient(to bottom, rgba(5,9,9,.55), rgba(5,9,9,.2) 40%, rgba(5,9,9,.9)); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 8.33vw 8.33vw; mask-image: linear-gradient(to bottom, black, transparent 80%); -webkit-mask-image: linear-gradient(to bottom, black, transparent 80%); }

.hero-topline { position: absolute; top: 92px; left: 4vw; right: 4vw; display: flex; justify-content: space-between; gap: 20px; font: 300 11px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.72); }
.availability { display: flex; align-items: center; gap: 9px; }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(50,244,207,.12); animation: pulse 2s infinite; }

.hero-title { position: absolute; z-index: 2; left: 4vw; right: 4vw; top: 50%; transform: translateY(-50%) translateY(var(--lift, 0px)); text-align: center; will-change: transform; }
.hero-eyebrow { display: block; margin-bottom: 20px; font: 400 11px 'DM Mono', monospace; letter-spacing: .3em; text-transform: uppercase; color: var(--aqua); }
.hero-title h1 { font-size: clamp(52px, 10.5vw, 176px); line-height: .82; letter-spacing: -.075em; font-weight: 700; text-transform: uppercase; }
.mask { display: block; overflow: hidden; padding-bottom: .06em; }
.mask > span { display: block; }
.hero-outline { color: transparent; -webkit-text-stroke: 1.6px rgba(255,255,255,.88); }
.hero-sub { width: min(620px, 86vw); margin: 30px auto 0; font-size: clamp(14px, 1.2vw, 19px); line-height: 1.65; color: rgba(255,255,255,.74); }

.hero-scroll { position: absolute; bottom: 28px; left: 4vw; right: 4vw; display: flex; align-items: center; gap: 18px; font: 300 9px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.55); }
.hero-scroll i { height: 1px; flex: 1 1; background: rgba(255,255,255,.2); }

/* =========================================================
   MARQUEE
   ========================================================= */

.marquee { position: relative; z-index: 6; padding: 17px 0; background: var(--aqua); overflow: hidden; white-space: nowrap; transform: rotate(-1.2deg) scale(1.03); }
.marquee div, .footer-marquee div { width: max-content; font: 500 13px 'DM Mono', monospace; letter-spacing: .08em; animation: marquee 34s linear infinite; }
.marquee span { margin: 0 26px; }

/* =========================================================
   DIAGNOSI — pilastri
   ========================================================= */

.pillars { padding: clamp(110px, 14vw, 200px) 4vw clamp(120px, 15vw, 210px); color: white; background: var(--deep); text-align: center; }
.pillars-head { max-width: 820px; margin: 0 auto clamp(80px, 10vw, 140px); }
.pillars-head .eyebrow { margin-bottom: 30px; }
.pillars-head p { max-width: 560px; margin: 30px auto 0; line-height: 1.7; color: rgba(255,255,255,.6); }
.pillar { max-width: 760px; margin: 0 auto; padding: clamp(48px, 6vw, 78px) 0; border-top: 1px solid var(--line-light); }
.pillar:first-of-type { border-top: 0; }
.pillar-icon { display: block; width: 54px; margin: 0 auto 26px; color: var(--aqua); }
.pillar-icon svg { width: 100%; height: auto; }
.pillar h3 { margin-bottom: 20px; font-size: clamp(26px, 3.4vw, 46px); font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.pillar p { font-size: clamp(14px, 1.1vw, 17px); line-height: 1.85; color: rgba(255,255,255,.62); }

/* =========================================================
   PRIMA / DOPO — elemento firma
   ========================================================= */

.ba-stage { position: relative; height: 340vh; background: var(--ink); }
.ba-sticky { position: sticky; top: 0; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; gap: clamp(24px, 3vw, 40px); padding: clamp(90px, 11vh, 130px) 4vw clamp(40px, 6vh, 70px); color: white; }
.ba-head { text-align: center; }
.ba-head .eyebrow { margin-bottom: 18px; }
.ba-head em { color: var(--aqua); }

.ba-frame { width: min(1080px, 100%); margin: 0 auto; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #0d1413; box-shadow: 0 40px 110px rgba(0,0,0,.6); overflow: hidden; }
.ba-bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); }
.ba-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.2); }
.ba-url { margin-left: 12px; padding: 4px 12px; border-radius: 99px; background: rgba(255,255,255,.06); font: 400 10px 'DM Mono', monospace; color: rgba(255,255,255,.55); }
.ba-state { margin-left: auto; padding: 4px 10px; border-radius: 99px; background: var(--aqua); color: var(--ink); font: 500 9px 'DM Mono', monospace; letter-spacing: .14em; }

.ba-viewport { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.ba-layer { position: absolute; inset: 0; padding: 4%; }
.ba-after { clip-path: inset(0 calc(100% - var(--reveal, 0%)) 0 0); will-change: clip-path; }
.ba-split { position: absolute; top: 0; bottom: 0; left: var(--reveal, 0%); width: 2px; background: var(--aqua); box-shadow: 0 0 22px rgba(50,244,207,.7); opacity: var(--split-op, 0); }
.ba-split i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 6px 11px; border-radius: 99px; background: var(--aqua); color: var(--ink); font: 500 8px 'DM Mono', monospace; font-style: normal; letter-spacing: .12em; white-space: nowrap; }

/* -- il sito vecchio -- */
.ba-before { background: #f0efe9; }
.old-nav { display: flex; align-items: center; gap: 3%; padding: 0 0 3%; border-bottom: 2px solid #c9c7bd; }
.old-logo { width: 13%; height: 14px; background: #8f8d84; }
.old-nav span:not(.old-logo) { width: 8%; height: 7px; margin-top: 4px; background: #b9b7ae; }
.old-nav span:nth-child(2) { margin-left: auto; }
.old-banner { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 5% 0; margin-bottom: 4%; background: linear-gradient(#d6d4ca, #c3c1b6); }
.old-banner-title { width: 46%; height: 15px; background: #7e7c74; }
.old-banner-sub { width: 30%; height: 8px; background: #9d9b92; }
.old-btn { width: 16%; height: 16px; margin-top: 4px; background: #6f7a74; }
.old-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3%; }
.old-col { display: flex; flex-direction: column; gap: 6px; }
.old-img { height: 46px; background: #cbc9bf; }
.old-l { height: 6px; background: #bcbab1; }
.old-l.short { width: 62%; }
.old-foot { display: flex; gap: 3%; margin-top: 5%; padding-top: 3%; border-top: 2px solid #c9c7bd; }
.old-foot span { width: 18%; height: 6px; background: #bcbab1; }

/* -- il sito nuovo -- */
.ba-after { background: radial-gradient(circle at 78% 18%, rgba(50,244,207,.16), transparent 42%), #070b0b; }
.new-nav { display: flex; align-items: center; gap: 4%; padding-bottom: 3.5%; }
.new-logo { display: flex; align-items: center; gap: 6px; font: 700 clamp(9px, 1.1vw, 14px)/1 'Manrope', sans-serif; letter-spacing: .1em; color: white; }
.new-logo i { width: 14px; height: 1px; background: var(--aqua); }
.new-links { display: flex; gap: 10px; margin-left: auto; }
.new-links i { display: block; width: clamp(18px, 2.4vw, 30px); height: 5px; border-radius: 3px; background: rgba(255,255,255,.22); }
.new-cta { width: clamp(38px, 5vw, 62px); height: 16px; border-radius: 99px; background: var(--aqua); }
.new-hero { position: relative; display: flex; flex-direction: column; gap: 7px; padding: 4% 0 5%; }
.new-kicker { width: 16%; height: 6px; border-radius: 3px; background: var(--aqua); }
.new-h1 { width: 62%; height: clamp(14px, 2.4vw, 30px); border-radius: 3px; background: rgba(255,255,255,.92); }
.new-h1.w2 { width: 42%; background: transparent; border: 1.4px solid rgba(255,255,255,.6); }
.new-p { width: 44%; height: 6px; border-radius: 3px; background: rgba(255,255,255,.32); margin-top: 4px; }
.new-p.w3 { width: 33%; margin-top: 0; }
.new-actions { display: flex; gap: 10px; margin-top: 10px; }
.new-actions i { display: block; width: clamp(46px, 7vw, 88px); height: 18px; border-radius: 99px; border: 1px solid rgba(255,255,255,.4); }
.new-actions i.solid { background: var(--aqua); border-color: var(--aqua); }
.new-orb { position: absolute; right: 2%; top: 6%; width: clamp(70px, 11vw, 140px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 34% 30%, rgba(50,244,207,.55), rgba(50,244,207,.05) 62%, transparent 72%); border: 1px solid rgba(50,244,207,.3); }
.new-strip { display: flex; gap: 5%; padding: 2.4% 0; margin-bottom: 3.5%; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.new-strip span { flex: 1; height: 5px; border-radius: 3px; background: rgba(255,255,255,.16); }
.new-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3%; }
.new-card { display: flex; flex-direction: column; gap: 7px; padding: 6% 6% 8%; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: rgba(255,255,255,.035); }
.new-card i { width: 16px; height: 16px; border-radius: 4px; background: var(--aqua); opacity: .85; }
.new-card b { height: 7px; border-radius: 3px; background: rgba(255,255,255,.7); }
.new-card s { height: 5px; width: 70%; border-radius: 3px; background: rgba(255,255,255,.28); }

.ba-deltas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; width: min(1080px, 100%); margin: 0 auto; background: var(--line-light); }
.ba-deltas > div { padding: clamp(18px, 2.4vw, 30px); background: var(--ink); }
.ba-deltas dt { font-size: clamp(28px, 3.6vw, 54px); font-weight: 500; letter-spacing: -.05em; color: var(--aqua); }
.ba-deltas dd { margin: 8px 0 0; font: 300 10px 'DM Mono', monospace; line-height: 1.7; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.55); }

/* =========================================================
   FASI — schede impilate
   ========================================================= */

.phases { padding: clamp(110px, 14vw, 200px) 4vw clamp(60px, 8vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr 2.2fr 1fr; gap: 4vw; align-items: end; margin-bottom: clamp(60px, 8vw, 110px); }
.section-heading .eyebrow { align-self: start; padding-top: 12px; }
.section-heading p { line-height: 1.7; color: #535853; }

.phase-stack { display: flex; flex-direction: column; gap: 30px; }
.phase { position: sticky; top: calc(100px + var(--i, 0) * 18px); display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 4vw, 64px); align-items: center; padding: clamp(30px, 3.4vw, 52px); border: 1px solid var(--line); border-radius: 16px; background: #f4f3ed; box-shadow: 0 24px 70px rgba(7,11,11,.09); }
.phase[data-phase="2"] { --i: 1; }
.phase[data-phase="3"] { --i: 2; }
.phase[data-phase="4"] { --i: 3; }
.phase-visual { border: 1px solid var(--line); border-radius: 10px; background: var(--ink); overflow: hidden; }
.phase-visual img { display: block; width: 100%; height: auto; }
.phase-num { display: inline-block; margin-bottom: 18px; padding: 6px 12px; border-radius: 99px; background: var(--ink); color: var(--aqua); font: 400 10px 'DM Mono', monospace; letter-spacing: .14em; text-transform: uppercase; }
.phase-copy h3 { margin-bottom: 16px; font-size: clamp(26px, 3.2vw, 46px); font-weight: 500; letter-spacing: -.04em; }
.phase-copy p { max-width: 560px; line-height: 1.8; color: #52564f; }
.phase-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.phase-list li { padding: 7px 13px; border: 1px solid var(--line); border-radius: 99px; font: 400 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .05em; color: #4d514b; }

/* =========================================================
   RISULTATI — grafico
   ========================================================= */

.chart-section { padding: clamp(90px, 12vw, 170px) 4vw; background: var(--paper); }
.chart-panel { padding: clamp(32px, 4.4vw, 70px); border-radius: 18px; background: var(--deep); color: white; }
.chart-head { max-width: 700px; margin-bottom: clamp(46px, 6vw, 80px); }
.chart-head .eyebrow { margin-bottom: 22px; }
.chart-head h2 { font-size: clamp(32px, 4vw, 62px); }
.chart-head p { margin-top: 22px; line-height: 1.75; color: rgba(255,255,255,.58); }
.chart { display: grid; grid-template-columns: repeat(7, 1fr); gap: clamp(8px, 1.4vw, 22px); align-items: end; height: clamp(220px, 30vw, 380px); }
.chart-col { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; min-height: 0; text-align: center; }
.chart-val { flex: 0 0 auto; margin-bottom: 10px; font: 500 clamp(13px, 1.5vw, 20px) 'Manrope', sans-serif; letter-spacing: -.02em; color: var(--aqua); opacity: var(--on, 0); transition: opacity .5s .25s; }
.chart-bar { flex: 1 1 auto; display: flex; align-items: flex-end; min-height: 0; }
.chart-bar i { display: block; width: 100%; height: var(--h, 0%); min-height: 4px; border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(50,244,207,.5), var(--aqua)); box-shadow: 0 0 26px rgba(50,244,207,.18); transition: height 1.1s var(--ease); }
.chart-col:nth-child(2) .chart-bar i { transition-delay: .07s; }
.chart-col:nth-child(3) .chart-bar i { transition-delay: .14s; }
.chart-col:nth-child(4) .chart-bar i { transition-delay: .21s; }
.chart-col:nth-child(5) .chart-bar i { transition-delay: .28s; }
.chart-col:nth-child(6) .chart-bar i { transition-delay: .35s; }
.chart-col:nth-child(7) .chart-bar i { transition-delay: .42s; }
.chart-label { flex: 0 0 auto; padding-top: 14px; border-top: 1px solid var(--line-light); margin-top: 0; font: 300 9px/1.5 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.5); }
.chart-note { margin-top: 30px; font: 300 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.38); }

/* =========================================================
   PANNELLI ALTERNATI
   ========================================================= */

.panels { padding: clamp(60px, 8vw, 110px) 4vw clamp(90px, 12vw, 160px); display: flex; flex-direction: column; gap: clamp(70px, 9vw, 140px); }
.panel { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(34px, 5vw, 90px); align-items: center; }
.panel.flip .panel-copy { order: 2; }
.panel-tag { display: inline-block; margin-bottom: 20px; font: 400 10px 'DM Mono', monospace; letter-spacing: .18em; text-transform: uppercase; color: #6d716b; }
.panel-tag::before { content: ''; display: inline-block; width: 16px; height: 1px; margin: 0 9px 3px 0; background: var(--ink); vertical-align: middle; }
.panel-copy h3 { margin-bottom: 20px; font-size: clamp(28px, 3.6vw, 54px); font-weight: 500; letter-spacing: -.045em; }
.panel-copy p { max-width: 520px; line-height: 1.8; color: #52564f; }
.panel-facts { display: flex; gap: 40px; margin: 34px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.panel-facts b { display: block; font-size: clamp(24px, 2.6vw, 38px); font-weight: 500; letter-spacing: -.04em; }
.panel-facts span { display: block; margin-top: 6px; max-width: 160px; font: 300 10px/1.6 'DM Mono', monospace; text-transform: uppercase; color: #6d716b; }
.panel-visual { border: 1px solid var(--line); border-radius: 14px; background: var(--ink); overflow: hidden; box-shadow: 0 30px 80px rgba(7,11,11,.12); }
.panel-visual img { display: block; width: 100%; height: auto; }

/* =========================================================
   METRICHE
   ========================================================= */

.metrics-section { padding: clamp(100px, 12vw, 175px) 4vw; color: white; background: radial-gradient(circle at 82% 18%, rgba(50,244,207,.15), transparent 32%), var(--deep); }
.metrics-section .eyebrow { margin-bottom: 34px; }
.metrics-section h2 { font-size: clamp(44px, 7.4vw, 128px); }
.metrics-section em { color: var(--aqua); }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: clamp(70px, 9vw, 120px); background: var(--line-light); }
.metrics div { padding: 30px; background: var(--deep); }
.metrics strong { display: block; font-size: clamp(36px, 4.4vw, 68px); font-weight: 400; letter-spacing: -.06em; }
.metrics span { font: 300 10px 'DM Mono', monospace; text-transform: uppercase; color: rgba(255,255,255,.55); }

/* =========================================================
   FOUNDER
   ========================================================= */

.founder { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 88vh; background: #d4d2c9; }
.founder-image { position: relative; min-height: 620px; overflow: hidden; }
.founder-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.08); }
.founder-image span { position: absolute; bottom: 25px; left: 25px; padding: 10px 14px; background: var(--aqua); font: 500 9px 'DM Mono', monospace; text-transform: uppercase; }
.founder-copy { align-self: center; padding: clamp(60px, 7vw, 120px); }
.founder-copy h2 { margin: 40px 0 32px; }
.founder-copy p { max-width: 640px; font-size: clamp(15px, 1.3vw, 21px); line-height: 1.75; color: #4e524d; }
.founder-copy p + p { margin-top: 22px; }
.founder-sign { margin-top: 46px; font: italic 500 46px 'Playfair Display', serif; }

/* =========================================================
   PREZZI
   ========================================================= */

.pricing { display: grid; grid-template-columns: 1fr minmax(340px, 480px); gap: clamp(40px, 7vw, 120px); align-items: center; padding: clamp(100px, 13vw, 180px) 4vw; background: var(--paper); }
.pricing-head .eyebrow { display: block; margin-bottom: 30px; }
.pricing-head h2 { font-size: clamp(42px, 5.6vw, 90px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.pricing-head p { max-width: 520px; margin-top: 30px; line-height: 1.8; color: #52564f; }
.price-card { position: relative; padding: clamp(30px, 3.4vw, 46px); border-radius: 18px; color: white; background: radial-gradient(circle at 85% 0%, rgba(50,244,207,.18), transparent 45%), var(--deep); box-shadow: 0 40px 100px rgba(7,11,11,.22); }
.price-label { font: 400 10px 'DM Mono', monospace; letter-spacing: .18em; text-transform: uppercase; color: var(--aqua); }
.price-amount { margin-top: 22px; }
.price-amount small { display: block; margin-bottom: 4px; font: 300 11px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.price-amount strong { display: block; font-size: clamp(64px, 7vw, 104px); line-height: .95; font-weight: 500; letter-spacing: -.06em; }
.price-list { margin: 34px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line-light); list-style: none; display: flex; flex-direction: column; gap: 14px; }
.price-list li { display: flex; align-items: center; gap: 14px; font-size: 15px; color: rgba(255,255,255,.86); }
.price-list i { flex: 0 0 24px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--ink); background: var(--aqua); }
.price-time { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-top: 28px; padding: 22px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.price-time span { font: 300 10px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.price-time strong { font-size: clamp(22px, 2.2vw, 30px); font-weight: 500; letter-spacing: -.03em; color: var(--aqua); }
.price-cta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 28px; padding: 18px 24px; border-radius: 999px; color: var(--ink); background: var(--aqua); font: 500 12px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .05em; transition: transform .25s, box-shadow .25s; }
.price-cta:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(50,244,207,.3); }
.price-fine { margin-top: 18px; font-size: 11px; line-height: 1.6; color: rgba(255,255,255,.42); }

/* =========================================================
   FAQ
   ========================================================= */

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 110px); padding: clamp(100px, 13vw, 180px) 4vw; }
.faq-head { position: sticky; top: 120px; align-self: start; }
.faq-head .eyebrow { display: block; margin-bottom: 30px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0; font-size: clamp(16px, 1.6vw, 23px); font-weight: 500; letter-spacing: -.02em; cursor: pointer; list-style: none; transition: color .25s; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: #2f7f6f; }
.faq-list summary i { position: relative; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; transition: background-color .3s, transform .3s; }
.faq-list summary i::before, .faq-list summary i::after { content: ''; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; margin: -.75px 0 0 -6px; background: var(--ink); transition: transform .3s var(--ease); }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i { background: var(--aqua); transform: rotate(180deg); }
.faq-list details[open] summary i::after { transform: rotate(0deg); }
.faq-list details p { max-width: 640px; padding: 0 58px 30px 0; line-height: 1.8; color: #52564f; animation: faqIn .45s var(--ease); }

/* =========================================================
   CTA FINALE + FOOTER
   ========================================================= */

.closing { padding: clamp(110px, 14vw, 190px) 4vw; color: white; background: radial-gradient(circle at 50% 120%, rgba(50,244,207,.2), transparent 55%), var(--ink); text-align: center; }
.closing-inner { max-width: 880px; margin: 0 auto; }
.closing .eyebrow { margin-bottom: 30px; }
.closing em { color: var(--aqua); }
.closing p { max-width: 560px; margin: 34px auto 0; line-height: 1.8; color: rgba(255,255,255,.62); }
.closing-actions { display: flex; justify-content: center; margin-top: 46px; }
.closing-primary { display: inline-flex; align-items: center; gap: 14px; padding: 20px 30px; color: var(--ink); background: var(--aqua); border-radius: 999px; font: 500 12px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .05em; box-shadow: 0 10px 40px rgba(50,244,207,.16); transition: transform .25s, box-shadow .25s; }
.closing-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 48px rgba(50,244,207,.34); }
.closing-alt { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.closing-alt a { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.28); font: 400 11px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.75); transition: color .25s, border-color .25s; }
.closing-alt a:hover { color: var(--aqua); border-color: var(--aqua); }
.closing-alt svg { opacity: .75; }
.closing-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 40px; font: 300 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.45); }
.closing-meta i { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.35); }

.site-footer { color: white; background: var(--ink); }
.footer-marquee { overflow: hidden; padding: 26px 0; color: var(--ink); background: var(--aqua); white-space: nowrap; }
.footer-marquee div { font-size: clamp(26px, 4.2vw, 70px); letter-spacing: -.04em; animation-duration: 28s; }
.footer-marquee span { margin: 0 26px; }
.footer-bottom { display: grid; grid-template-columns: 1.5fr .8fr .8fr .7fr; gap: 3vw; padding: 70px 4vw 40px; }
.footer-brand { align-self: start; }
.studio-logo-footer { align-items: flex-start; }
.studio-logo-footer .studio-logo-image { width: clamp(76px, 7vw, 118px); height: clamp(76px, 7vw, 118px); margin: clamp(-18px, -1vw, -8px) clamp(8px, 1vw, 18px) 0 0; filter: drop-shadow(0 0 20px rgba(50,244,207,.28)); }
.studio-logo-footer .studio-logo-wordmark { grid-template-columns: auto clamp(42px, 5vw, 90px) auto; gap: clamp(8px, 1.5vw, 22px); font-size: clamp(52px, 7.2vw, 118px); letter-spacing: -.04em; }
.studio-logo-footer .studio-logo-wordmark i { width: clamp(42px, 5vw, 90px); }
.studio-logo-footer .studio-logo-wordmark small { padding-left: .6em; font-size: clamp(7px, .8vw, 13px); letter-spacing: .62em; }
.footer-contact, .footer-social, .footer-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 12px; }
.footer-contact > span, .footer-social > span { margin-bottom: 10px; font: 400 9px 'DM Mono', monospace; text-transform: uppercase; color: var(--aqua); }
.footer-contact a, .footer-social a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.25); transition: color .25s, border-color .25s; }
.footer-contact a:hover, .footer-social a:hover { color: var(--aqua); border-color: var(--aqua); }
.footer-meta { align-items: flex-end; justify-content: flex-end; color: rgba(255,255,255,.42); font: 300 9px 'DM Mono', monospace; text-transform: uppercase; text-align: right; }

/* =========================================================
   ANIMAZIONI
   ========================================================= */

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(50,244,207,0); } }
@keyframes faqIn { from { opacity: 0; transform: translateY(-8px); } }

.reveal { opacity: 0; transform: translateY(48px); transition: opacity .8s var(--ease), transform .8s var(--ease); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }

.hero-title .line { transform: translateY(115%); transition: transform .95s var(--ease); }
.hero-ready .hero-title .line { transform: translateY(0); }
.hero-title h1 .mask:nth-of-type(1) .line { transition-delay: .3s; }
.hero-title h1 .mask:nth-of-type(2) .line { transition-delay: .44s; }
.hero-eyebrow, .hero-sub, .hero-topline, .hero-scroll { opacity: 0; transition: opacity .9s .75s; }
.hero-ready .hero-eyebrow, .hero-ready .hero-sub, .hero-ready .hero-topline, .hero-ready .hero-scroll { opacity: 1; }
.hero-ready .hero-topline { opacity: .95; }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { justify-self: end; display: grid; place-items: center; width: 40px; height: 40px; color: white; }
  .mobile-nav { position: fixed; top: 80px; left: 3vw; right: 3vw; display: flex; flex-direction: column; padding: 18px; color: var(--ink); background: var(--aqua); border-radius: 24px; animation: navIn .3s var(--ease); }
  .mobile-nav a { padding: 13px; font-size: 20px; border-bottom: 1px solid rgba(7,11,11,.18); }
  .mobile-nav a:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr 2.4fr; }
  .section-heading p { grid-column: 2; }
  .phase { grid-template-columns: 1fr; }
  .phase-visual { order: -1; }
  .panel, .panel.flip { grid-template-columns: 1fr; }
  .panel.flip .panel-copy { order: 0; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .founder { grid-template-columns: 1fr; }
  .founder-image { min-height: 480px; }
  .faq { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .faq-head { position: static; }
  .footer-bottom { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; }
}

@keyframes navIn { from { opacity: 0; transform: translateY(-18px); } }

@media (max-width: 760px) {
  .site-header { top: 10px; left: 4vw; right: 4vw; }
  .hero-stage { height: 220vh; }
  .hero-topline { top: 78px; left: 5vw; right: 5vw; flex-direction: column; gap: 6px; }
  .hero-title { left: 5vw; right: 5vw; }
  .hero-title h1 { font-size: clamp(32px, 12.4vw, 64px); line-height: .9; letter-spacing: -.05em; }
  .hero-sub { font-size: 14px; }
  .pillars, .phases, .chart-section, .panels, .metrics-section, .closing, .faq, .pricing { padding-left: 5vw; padding-right: 5vw; }
  .ba-stage { height: 300vh; }
  .ba-sticky { padding: 88px 5vw 34px; gap: 20px; }
  .ba-viewport { aspect-ratio: 4 / 3; }
  .ba-split i { display: none; }
  .ba-deltas { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading h2 { margin: 26px 0; }
  .phase { position: static; padding: 26px; }
  .phase-stack { gap: 20px; }
  .chart { gap: 5px; height: 210px; }
  .chart-val { font-size: 11px; }
  .chart-label { font-size: 7px; letter-spacing: 0; padding-top: 10px; }
  .panel-facts { flex-direction: column; gap: 22px; }
  .metrics { grid-template-columns: 1fr; }
  .founder-copy { padding: 80px 5vw; }
  .founder-image { min-height: 420px; }
  .faq-list summary { gap: 16px; padding: 22px 0; }
  .faq-list details p { padding-right: 0; }
  .closing-primary { width: 100%; justify-content: space-between; }
  .closing-alt { margin-top: 26px; }
  .footer-bottom { grid-template-columns: 1fr 1fr; padding: 60px 5vw 35px; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 36px; }
  .studio-logo-footer .studio-logo-image { width: 62px; height: 62px; margin: -10px 2px 0 -7px; }
  .studio-logo-footer .studio-logo-wordmark { grid-template-columns: auto 38px auto; font-size: 48px; }
  .studio-logo-footer .studio-logo-wordmark i { width: 38px; }
  .footer-meta { grid-column: 1 / -1; margin-top: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-title .line { transform: none; }
  .hero-eyebrow, .hero-sub, .hero-topline, .hero-scroll { opacity: 1; }
  .hero-stage, .ba-stage { height: auto; }
  .hero-sticky, .ba-sticky { position: static; }
  .hero-media { transform: none; }
  .ba-after { clip-path: none; position: relative; }
  .ba-before { display: none; }
  .phase { position: static; }
}
