
/* ════════════════════════════════════════════════════════════════
   ROOT FONT-SIZE SCALING
   Tutti i valori in rem scalano automaticamente con il viewport.
   Laptop 1440px → 17.5px base · Desktop 1920px → 19px base
   UltraWide 2560px → 22px base · 4K 3840px → 26px base
   ════════════════════════════════════════════════════════════════ */
:root { font-size: 1rem; }

@media (min-width: 1440px) { :root { font-size: 1.0938rem; } }
@media (min-width: 1920px) { :root { font-size: 1.1875rem; } }
@media (min-width: 2560px) { :root { font-size: 1.375rem; } }
@media (min-width: 3840px) { :root { font-size: 26px; } }

/* =====================================================
   HOMEPAGE v2 — LIGHT ENGINEERED
   Design alternativo: dominante chiara, bento, sticky scroll
   ===================================================== */

:root {
    --v2-cream: #F8F6F1;
    --v2-cream-2: #F2EFE8;
    --v2-graphite: #1A1817;
    --v2-graphite-2: #2A2826;
    --v2-graphite-3: #3D3A37;
    --v2-gold: #FBC302;
    --v2-gold-dark: #FBC302;
    --v2-cyan: #02A0E1;
    --v2-cyan-dark: #0188BE;
    --v2-line: rgba(26, 24, 23, 0.08);
    --v2-line-2: rgba(26, 24, 23, 0.16);
    --v2-line-dark: rgba(248, 246, 241, 0.1);
    --v2-text: #1A1817;
    --v2-text-2: rgba(26, 24, 23, 0.65);
    --v2-text-3: rgba(26, 24, 23, 0.4);
    --v2-text-on-dark: rgba(248, 246, 241, 0.78);
    --v2-text-on-dark-2: rgba(248, 246, 241, 0.5);
    --v2-sans: 'Plus Jakarta Sans', -apple-system, sans-serif;
    --v2-mono: 'JetBrains Mono', monospace;
    --v2-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --v2-ease-out: cubic-bezier(0.19, 1, 0.22, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
.page-home-v2 {
    font-family: var(--v2-sans);
    background: var(--v2-cream);
    color: var(--v2-text);
    font-weight: 400;
    line-height: 1.6;
    overflow-x: clip;
    max-width: 100vw;
    -webkit-font-smoothing: antialiased;
    padding-top: 32px; /* per banner anteprima */
}
/* Usa overflow:clip invece di hidden così position:sticky funziona */
html:has(.page-home-v2),
body.page-home-v2 {
    overflow-x: clip;
    max-width: 100vw;
}
.page-home-v2 img { max-width: 100%; display: block; }
.page-home-v2 a { color: inherit; text-decoration: none; }
.page-home-v2 button { font-family: inherit; cursor: pointer; border: none; background: none; }
.page-home-v2 ::selection { background: var(--v2-gold); color: var(--v2-graphite); }

/* =====================================================
   HEADER
   ===================================================== */
.hdr {
    position: fixed;
    top: 32px; left: 0; right: 0;
    z-index: 100;
    background: rgba(248, 246, 241, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--v2-line);
    transition: background 0.4s var(--v2-ease);
}
.hdr-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdr-logo {
    display: flex; align-items: center; gap: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--v2-graphite);
}
.hdr-logo-mark {
    width: 32px; height: 32px;
    background: var(--v2-graphite);
    color: var(--v2-gold);
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
}
.hdr-nav {
    display: flex; align-items: center; gap: 28px;
}
.hdr-nav a {
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 500;
    color: var(--v2-text-2);
    transition: color 0.3s var(--v2-ease);
    position: relative;
    padding: 6px 0;
}
.hdr-nav a:not(.hdr-cta)::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: var(--v2-graphite);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s var(--v2-ease);
}
.hdr-nav a:not(.hdr-cta):hover { color: var(--v2-graphite); }
.hdr-nav a:not(.hdr-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.hdr-cta {
    background: var(--v2-graphite);
    color: var(--v2-cream) !important;
    padding: 10px 18px;
    font-weight: 600;
    transition: all 0.3s var(--v2-ease);
}
.hdr-cta:hover {
    background: var(--v2-gold);
    color: var(--v2-graphite) !important;
}

/* =====================================================
   HERO LIGHT
   ===================================================== */
.v2-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--v2-cream);
    padding: 0;
}

/* SVG beams - sopra a tutto, non interattivi */
.v2-hero-beams {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none;
}
.v2-hero-beams .beam {
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    animation: drawBeam 4s var(--v2-ease-out) forwards, beamPulse 6s ease-in-out infinite;
}
.v2-hero-beams .beam-1 { animation-delay: 0s, 4s; }
.v2-hero-beams .beam-2 { animation-delay: 0.4s, 4.5s; }
.v2-hero-beams .beam-3 { animation-delay: 0.8s, 5s; }
.v2-hero-beams .beam-4 { animation-delay: 1.2s, 5.5s; }
@keyframes drawBeam { to { stroke-dashoffset: 0; } }
@keyframes beamPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* Dot grid - sotto background slide */
.v2-hero-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(26, 24, 23, 0.1) 1px, transparent 0);
    background-size: 32px 32px;
    z-index: 1;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at 50% 50%, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 30%, transparent 80%);
}

/* STATIC OVERLAY: meta + titolone (sempre visibile, non cambia tra slide) */
.v2-hero-static-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 60px 32px 0;
    pointer-events: none;
    max-height: 70vh;
    overflow: hidden;
}
.v2-hero-static-overlay > * {
    pointer-events: auto;
}
.v2-hero-static-overlay .v2-hero-meta {
    position: static;
    padding: 0;
    margin: 0 auto 40px;
    max-width: 1400px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--v2-text-3);
    background: none;
    flex-wrap: wrap;
}
.v2-hero-static-overlay .v2-hero-title {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    color: var(--v2-graphite);
    pointer-events: none;
}

/* Hero meta items */
.v2-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.v2-status-dot {
    width: 8px; height: 8px;
    background: var(--v2-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--v2-gold);
    animation: dotPulse 2s ease-out infinite;
    flex-shrink: 0;
}
.v2-status-dot-gold { background: var(--v2-gold); }
.v2-status-dot-cyan { background: var(--v2-cyan); animation-name: dotPulseCyan; }
@keyframes dotPulse {
    0% { box-shadow: 0 0 0 0 rgba(251, 195, 2, 0.6); }
    100% { box-shadow: 0 0 0 12px rgba(251, 195, 2, 0); }
}
@keyframes dotPulseCyan {
    0% { box-shadow: 0 0 0 0 rgba(2, 160, 225, 0.6); }
    100% { box-shadow: 0 0 0 12px rgba(2, 160, 225, 0); }
}

/* Swiper slider — pieno viewport */
.v2-hero-swiper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    z-index: 2;
    overflow: hidden;
}
.v2-hero-swiper .swiper-wrapper {
    align-items: stretch;
}
.v2-hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Background image/video di ogni slide */
.v2-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.55;
    filter: saturate(1.1) brightness(1.05);
}

/* Slide content (lead + actions) — posizionato in basso */
.v2-hero-slide-content {
    position: absolute;
    bottom: 130px;
    left: 32px;
    right: 32px;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: end;
    max-width: 1400px;
    margin: 0 auto;
}
.v2-hero-slide-content .v2-hero-lead {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--v2-text-2);
    max-width: 560px;
    margin: 0;
}
.v2-hero-slide-content .v2-hero-lead strong {
    color: var(--v2-graphite);
    font-weight: 700;
}
.v2-hero-slide-content .v2-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Progress bar (stile YouTube) */
.v2-hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    height: 4px;
    background: rgba(26, 24, 23, 0.1);
    pointer-events: none;
}
.v2-hero-progress-fill {
    width: 0%;
    height: 100%;
    background: var(--v2-gold-dark);
    transition: width 0.1s linear;
    will-change: width;
}

/* Indicatore tipo slide (video/foto) */
.v2-slide-type-indicator {
    position: absolute;
    bottom: 14px;
    right: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(248, 246, 241, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--v2-line-2);
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--v2-graphite);
    text-transform: uppercase;
    z-index: 10;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
}
.v2-st-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    color: var(--v2-gold-dark);
}
.v2-st-icon svg {
    width: 100%;
    height: 100%;
}
.v2-st-label {
    color: var(--v2-graphite);
}

/* Pagination dots */
.v2-swiper-pagination {
    position: absolute !important;
    bottom: 24px;
    left: 32px;
    z-index: 6;
    display: flex !important;
    gap: 8px;
    width: auto !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    transform: none !important;
}
.v2-swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    border-radius: 0;
    background: var(--v2-graphite);
    opacity: 0.2;
    margin: 0 !important;
    transition: all 0.4s var(--v2-ease);
    cursor: pointer;
}
.v2-swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: var(--v2-gold-dark);
    opacity: 1;
}

/* Navigation buttons */
.v2-swiper-prev, .v2-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    width: 52px;
    height: 52px;
    background: rgba(248, 246, 241, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--v2-line-2);
    color: var(--v2-graphite);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s var(--v2-ease);
    pointer-events: auto;
}
.v2-swiper-prev:hover, .v2-swiper-next:hover {
    background: var(--v2-graphite);
    color: var(--v2-cream);
    border-color: var(--v2-graphite);
}
.v2-swiper-prev { left: 24px; }
.v2-swiper-next { right: 24px; }
.v2-hero-tag {
    font-family: var(--v2-mono);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--v2-graphite);
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 0.8s var(--v2-ease) 0.4s forwards;
}
.v2-hero-title {
    font-size: clamp(48px, 7.5vw, 120px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
    margin-bottom: 0;
    color: var(--v2-graphite);
}
.v2-line {
    display: block;
}
.v2-line > span {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    animation: titleSlide 0.9s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.v2-line:nth-child(1) > span { animation-delay: 0.6s; }
.v2-line:nth-child(2) > span { animation-delay: 0.75s; }
.v2-line:nth-child(3) > span { animation-delay: 0.9s; }
@keyframes titleSlide {
    to { opacity: 1; transform: translateY(0); }
} }

.v2-hero-title em {
    font-style: normal;
    color: var(--v2-gold-dark);
    position: relative;
}
.v2-hero-title em::after {
    content: '';
    position: absolute;
    bottom: 8%; left: 0;
    width: 100%; height: 6px;
    background: var(--v2-gold);
    z-index: -1;
}

.v2-hero-bottom {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: end;
    opacity: 0;
    animation: fadeUp 0.8s var(--v2-ease) 1.2s forwards;
}
.v2-hero-lead {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--v2-text-2);
    max-width: 540px;
}
.v2-hero-lead strong {
    color: var(--v2-graphite);
    font-weight: 700;
}
.v2-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.v2-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.3s var(--v2-ease);
    border: 1px solid transparent;
}
.v2-btn-primary, .v2-btn-primary span, .v2-btn-primary .v2-btn-arrow {
    color: var(--v2-cream) !important;
}
.v2-btn-primary {
    background: var(--v2-graphite) !important;
    color: var(--v2-cream) !important;
    border-color: var(--v2-graphite) !important;
}
.v2-btn-primary:hover {
    background: var(--v2-gold);
    color: var(--v2-graphite);
    border-color: var(--v2-gold);
    transform: translateY(-2px);
}
.v2-btn-ghost {
    background: rgba(248, 246, 241, 0.85) !important;
    color: var(--v2-graphite) !important;
    border: 1px solid var(--v2-graphite) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.v2-btn-ghost:hover {
    background: var(--v2-graphite) !important;
    color: var(--v2-cream) !important;
    border-color: var(--v2-graphite) !important;
    transform: translateY(-2px);
}
.v2-btn-arrow {
    font-size: 1rem;
    transition: transform 0.3s var(--v2-ease);
}
.v2-btn:hover .v2-btn-arrow {
    transform: translate(4px, -4px);
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.v2-scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: var(--v2-mono);
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem);
    letter-spacing: 0.25em;
    color: var(--v2-text-3);
    opacity: 0;
    animation: fadeUp 0.8s var(--v2-ease) 1.6s forwards;
}
.v2-scroll-line {
    width: 1px;
    height: 40px;
    background: var(--v2-line-2);
    position: relative;
    overflow: hidden;
}
.v2-scroll-line::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--v2-graphite);
    transform: translateY(-100%);
    animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
    to { transform: translateY(100%); }
}

/* =====================================================
   MARQUEE STRIP
   ===================================================== */
.v2-marquee {
    background: var(--v2-graphite);
    color: var(--v2-cream);
    padding: 18px 0;
    overflow: hidden;
    border-top: 1px solid var(--v2-line-dark);
    border-bottom: 1px solid var(--v2-line-dark);
    cursor: ew-resize;
}
.v2-marquee-track {
    display: flex;
    gap: 32px;
    animation: marqueeScroll 1200s linear infinite;
    white-space: nowrap;
    width: fit-content;
    will-change: transform;
}
.v2-marquee:hover .v2-marquee-track {
    animation-play-state: paused;
}
@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.v2-marquee-item {
    font-family: var(--v2-mono);
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--v2-cream);
    flex-shrink: 0;
}
.v2-marquee-dot {
    color: var(--v2-gold);
    font-size: clamp(0.5625rem, 0.58vw, 0.6875rem);
    flex-shrink: 0;
    align-self: center;
}

/* =====================================================
   COMMON SECTIONS
   ===================================================== */
.v2-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--v2-mono);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--v2-graphite);
    margin-bottom: 24px;
}
.v2-section-tag-light { color: var(--v2-cream); }

.v2-section-title {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--v2-graphite);
    margin-bottom: 32px;
}
.v2-section-title em {
    font-style: normal;
    color: var(--v2-gold-dark);
}
.v2-section-title-light {
    color: var(--v2-cream);
}
.v2-section-title-light em {
    color: var(--v2-gold);
}

/* =====================================================
   BENTO STATS
   ===================================================== */
.v2-bento-section {
    background: var(--v2-cream);
    padding: 60px 32px;
}
.v2-bento-head {
    max-width: 1400px;
    margin: 0 auto 60px;
    text-align: center;
}
.v2-bento-head .v2-section-tag {
    justify-content: center;
}

.v2-bento {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
}
.v2-tile {
    padding: 32px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s var(--v2-ease);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.v2-tile:hover {
    transform: translateY(-6px);
}

.v2-tile-light {
    background: var(--v2-cream-2);
    color: var(--v2-graphite);
    border: 1px solid var(--v2-line);
}
.v2-tile-light:hover {
    border-color: var(--v2-graphite);
}
.v2-tile-dark {
    background: var(--v2-graphite);
    color: var(--v2-cream);
}
.v2-tile-dark:hover {
    background: var(--v2-graphite-2);
}
.v2-tile-gold {
    background: var(--v2-gold);
    color: var(--v2-graphite);
}
.v2-tile-cyan {
    background: var(--v2-cyan);
    color: white;
}
.v2-tile-accent {
    background: var(--v2-graphite);
    color: var(--v2-cream);
}

/* Bento layout */
.v2-tile-hero {
    grid-column: span 2;
    grid-row: span 2;
    padding: 48px;
}

.v2-tile-num-tag {
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 600;
    letter-spacing: 0.15em;
    opacity: 0.7;
    margin-bottom: 24px;
}
.v2-tile-mega {
    font-size: clamp(80px, 10vw, 140px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.04em;
}
.v2-tile-mega .v2-unit {
    font-size: 0.25em;
    font-weight: 600;
    margin-left: 8px;
    vertical-align: top;
    color: var(--v2-gold);
    letter-spacing: 0;
}
.v2-tile-big {
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}
.v2-tile-big .v2-unit {
    font-size: 0.4em;
    font-weight: 600;
    margin-left: 4px;
    vertical-align: top;
}
.v2-tile-gold .v2-tile-big .v2-unit,
.v2-tile-light .v2-tile-big .v2-unit {
    color: var(--v2-gold-dark);
}
.v2-tile-dark .v2-tile-big .v2-unit,
.v2-tile-cyan .v2-tile-big .v2-unit {
    color: var(--v2-gold);
}
.v2-tile-label {
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    font-weight: 500;
    opacity: 0.75;
    line-height: 1.4;
}
.v2-tile-desc {
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    line-height: 1.6;
    opacity: 0.75;
    margin-top: 16px;
    max-width: 320px;
}
.v2-tile-link {
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 16px;
    color: var(--v2-graphite);
    align-self: flex-start;
    border-bottom: 1px solid var(--v2-graphite);
    padding-bottom: 2px;
    transition: gap 0.3s var(--v2-ease);
}
.v2-tile-meter {
    margin-top: 24px;
}
.v2-meter-track {
    height: 4px;
    background: rgba(248, 246, 241, 0.15);
    overflow: hidden;
    margin-bottom: 8px;
}
.v2-meter-fill {
    height: 100%;
    background: var(--v2-gold);
    width: var(--w);
    transform-origin: left;
    transform: scaleX(0);
    animation: meterFill 1.5s var(--v2-ease-out) forwards 0.5s;
}
@keyframes meterFill {
    to { transform: scaleX(1); }
}
.v2-meter-meta {
    display: flex;
    justify-content: space-between;
    font-family: var(--v2-mono);
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem);
    color: var(--v2-text-on-dark-2);
    letter-spacing: 0.05em;
}

/* =====================================================
   MANIFESTO STICKY
   ===================================================== */
.v2-manifesto {
    background: var(--v2-graphite);
    color: var(--v2-cream);
    padding: 0;
    position: relative;
    margin: 0;
}
.v2-manifesto-grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 32px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
    /* CRITICO per sticky: nessun overflow sui parent */
    overflow: visible;
}
.v2-manifesto-sticky {
    position: sticky;
    top: 100px;
    align-self: start;
    /* sticky non funziona se ha max-height + overflow */
}
.v2-manifesto-stack {
    /* assicura che la parte dx sia abbastanza alta da giustificare lo sticky */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.v2-manifesto-intro {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--v2-text-on-dark);
    margin: 24px 0 48px;
    max-width: 460px;
}
.v2-manifesto-progress {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid var(--v2-line-dark);
    padding-top: 32px;
}
.v2-progress-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    font-family: var(--v2-mono);
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 500;
    color: var(--v2-text-on-dark-2);
    transition: all 0.4s var(--v2-ease);
    border-bottom: 1px solid var(--v2-line-dark);
}
.v2-progress-step:last-child {
    border-bottom: none;
}
.v2-progress-step span {
    background: var(--v2-line-dark);
    padding: 4px 10px;
    color: var(--v2-text-on-dark);
    transition: all 0.4s var(--v2-ease);
}
.v2-progress-step.active {
    color: var(--v2-gold);
    border-bottom-color: var(--v2-gold);
}
.v2-progress-step.active span {
    background: var(--v2-gold);
    color: var(--v2-graphite);
}

.v2-manifesto-stack {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.v2-principle {
    padding-bottom: 48px;
    border-bottom: 1px solid var(--v2-line-dark);
}
.v2-principle:last-child {
    border-bottom: none;
}
.v2-principle-num {
    font-family: var(--v2-mono);
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--v2-gold);
    margin-bottom: 16px;
}
.v2-principle-line {
    width: 60px;
    height: 1px;
    background: var(--v2-gold);
    margin-bottom: 32px;
}
.v2-principle-title {
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
    color: var(--v2-cream);
}
.v2-principle-text {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--v2-text-on-dark);
    margin-bottom: 40px;
    max-width: 560px;
}
/* ── Stat card stile Apple: reveal allo scroll + hover ─────── */
.v2-mani-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 32px;
}
.v2-mani-stats .v2-mstat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    padding: 4px 0 4px 18px;
    /* stato chiuso iniziale */
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1),
                transform 0.7s cubic-bezier(0.16,1,0.3,1);
}
/* barretta gold a sinistra che cresce */
.v2-mani-stats .v2-mstat::before {
    content: "";
    position: absolute;
    left: 0; top: 6px;
    width: 2px; height: 0;
    background: var(--v2-gold);
    transition: height 0.6s cubic-bezier(0.16,1,0.3,1) 0.15s;
}
/* stato rivelato (aggiunto da JS allo scroll) */
.v2-mani-stats .v2-mstat.is-revealed {
    opacity: 1;
    transform: translateY(0);
}
.v2-mani-stats .v2-mstat.is-revealed::before {
    height: calc(100% - 12px);
}
/* stagger: ogni stat entra leggermente dopo la precedente */
.v2-mani-stats .v2-mstat:nth-child(1) { transition-delay: 0.00s; }
.v2-mani-stats .v2-mstat:nth-child(2) { transition-delay: 0.08s; }
.v2-mani-stats .v2-mstat:nth-child(3) { transition-delay: 0.16s; }
.v2-mani-stats .v2-mstat:nth-child(4) { transition-delay: 0.24s; }
.v2-mani-stats .v2-mstat:nth-child(5) { transition-delay: 0.32s; }

.v2-mstat-hl {
    font-size: clamp(1.25rem, 1.7vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--v2-gold);
    text-wrap: balance;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), color 0.3s ease;
}
.v2-mstat-lb {
    font-size: clamp(0.875rem, 0.95vw, 1.0625rem);
    line-height: 1.45;
    color: var(--v2-text-on-dark);
    font-weight: 400;
    max-width: 26ch;
    /* label inizialmente attenuata, si illumina in hover */
    opacity: 0.55;
    transition: opacity 0.35s ease;
}
/* HOVER premium: highlight scala, barretta si ispessisce, label piena */
.v2-mani-stats .v2-mstat:hover .v2-mstat-hl {
    transform: translateX(4px) scale(1.03);
    transform-origin: left center;
}
.v2-mani-stats .v2-mstat:hover::before {
    width: 3px;
    background: var(--v2-gold);
    box-shadow: 0 0 16px 1px rgba(251,195,2,0.5);
}
.v2-mani-stats .v2-mstat:hover .v2-mstat-lb {
    opacity: 1;
}
.v2-li-mark { display: none; }
@media (max-width: 900px) {
    .v2-mani-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .v2-mani-stats { grid-template-columns: 1fr; gap: 24px; }
    .v2-mstat-lb { max-width: none; }
}

/* =====================================================
   PRODOTTI HORIZONTAL SCROLL
   ===================================================== */
.v2-products {
    background: var(--v2-cream);
    padding: 60px 32px;
    margin: 0;
    position: relative;
}
.v2-products-head {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.4fr auto;
    align-items: end;
    gap: 60px;
}
.v2-products-intro {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--v2-text-2);
    max-width: 620px;
    margin-top: 24px;
}
.v2-products-intro strong {
    color: var(--v2-graphite);
    font-weight: 700;
}
.v2-products-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}
.v2-scroll-btn {
    width: 48px; height: 48px;
    border: 1px solid var(--v2-graphite);
    background: var(--v2-cream);
    color: var(--v2-graphite);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--v2-ease);
    cursor: pointer;
}
.v2-scroll-btn:hover {
    background: var(--v2-graphite);
    color: var(--v2-gold);
    border-color: var(--v2-graphite);
}
.v2-products-counter {
    font-family: var(--v2-mono);
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 700;
    color: var(--v2-text-2);
    margin-left: 16px;
    letter-spacing: 0.1em;
}
.v2-products-counter span:first-child {
    color: var(--v2-graphite);
    font-size: 1rem;
}

/* Intro stats strip */
.v2-products-stats {
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
}
.v2-pstat {
    padding: 8px 24px;
    border-right: 1px solid var(--v2-line);
}
.v2-pstat:last-child {
    border-right: none;
}
.v2-pstat:first-child {
    padding-left: 0;
}
.v2-pstat-num {
    font-family: var(--v2-sans);
    font-size: clamp(40px, 4vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--v2-graphite);
    margin-bottom: 12px;
}
.v2-pstat-num .v2-pstat-unit {
    font-size: 0.32em;
    font-weight: 600;
    color: var(--v2-gold-dark);
    margin-left: 6px;
    vertical-align: top;
    letter-spacing: 0;
}
.v2-pstat-label {
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 500;
    color: var(--v2-text-2);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.4;
}

/* Products scroll list */
.v2-products-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 32px;
    padding: 16px 32px 60px;
    scrollbar-width: none;
}
.v2-products-scroll::-webkit-scrollbar { display: none; }

/* ── Barra di navigazione scroll premium ────────────────────── */
.v2-products-scroll-wrap { position: relative; width: 100%; }
.v2-scroll-nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 32px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.v2-scroll-arrow {
    flex-shrink: 0;
    width: clamp(38px, 2.5vw, 48px);
    height: clamp(38px, 2.5vw, 48px);
    border-radius: 50%;
    border: 1.5px solid rgba(26,24,23,0.2);
    background: transparent;
    color: var(--v2-graphite);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
}
.v2-scroll-arrow svg { transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }
.v2-scroll-arrow:hover:not(:disabled) {
    background: var(--v2-graphite);
    color: var(--v2-gold);
    border-color: var(--v2-graphite);
    transform: scale(1.06);
}
#scrollPrev:hover:not(:disabled) svg { transform: translateX(-2px); }
#scrollNext:hover:not(:disabled) svg { transform: translateX(2px); }
.v2-scroll-arrow:disabled { opacity: 0.2; cursor: default; }

.v2-scroll-track {
    flex: 1;
    height: 2px;
    background: rgba(26,24,23,0.12);
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    transition: height 0.25s ease;
}
.v2-scroll-track:hover { height: 4px; }
.v2-scroll-thumb {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 25%;
    min-width: 40px;
    background: var(--v2-gold);
    border-radius: 999px;
    will-change: left, width;
    transition: background 0.2s;
}
.v2-scroll-track:hover .v2-scroll-thumb { background: var(--v2-gold-dark, #B8753A); }
.v2-scroll-hint {
    flex-shrink: 0;
    font-family: var(--v2-mono);
    font-size: clamp(0.5625rem, 0.65vw, 0.6875rem);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(26,24,23,0.35);
    font-weight: 600;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .v2-scroll-nav { padding: 14px 20px 0; gap: 10px; }
    .v2-scroll-hint { display: none; }
    .v2-scroll-arrow { width: 34px; height: 34px; }
}
/* Nascondi barra scroll quando un'area applicativa è aperta (compact mode) */
.v2-products-scroll-wrap:has(.v2-products-scroll.compact) .v2-scroll-nav,
.v2-products-scroll-wrap.is-area-open .v2-scroll-nav {
    display: none;
}

/* PRODUCT CARD — più piccola, titolo HUGE in overlay */
.v2-product-card {
    flex: 0 0 clamp(260px, 28vw, 384px);
    scroll-snap-align: start;
    background: linear-gradient(135deg, #1a1817 0%, #3a3530 100%);
    color: var(--v2-cream);
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 5;
    transition: transform 0.5s var(--v2-ease);
    text-decoration: none;
    display: block;
}
/* Niente media query necessarie: clamp + aspect-ratio gestiscono tutto.
   - Desktop largo: 384px wide (limite max) × 480px high
   - Tablet/Desktop medio: 28vw × proporzionale
   - Mobile: 260px wide (limite min) × 325px high
   Rapporto 4:5 mantenuto SEMPRE. */
.v2-product-card:hover {
    transform: translateY(-8px);
}

/* Image fills entire card */
.v2-product-img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1817 0%, #3a3530 100%);
}
.v2-product-img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--v2-ease);
    filter: brightness(0.5) saturate(0.95);
}
.v2-product-card:hover .v2-product-img-wrap img {
    transform: scale(1.08);
    filter: brightness(0.4) saturate(1.05);
}
.v2-product-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(26, 24, 23, 0.4) 0%, rgba(26, 24, 23, 0.1) 30%, rgba(26, 24, 23, 0.95) 100%);
}

/* Content overlay layered su tutta la card */
.v2-product-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.v2-product-top {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--v2-mono);
    font-size: clamp(0.625rem, 0.65vw, 0.75rem);
    letter-spacing: 0.1em;
    white-space: nowrap;
    min-width: 0;
}
.v2-product-num {
    background: var(--v2-gold);
    color: var(--v2-graphite);
    padding: 3px 8px;
    font-weight: 700;
    flex-shrink: 0;
}
.v2-product-tag {
    color: var(--v2-cream);
    text-transform: uppercase;
    opacity: 0.85;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* TITOLO BIG — protagonista della card */
.v2-product-title {
    font-size: clamp(17px, 1.5vw, 22px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
    color: var(--v2-cream);
    margin: auto 0 12px 0;
    padding-bottom: 0.1em;
    text-transform: none;
}

.v2-product-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid rgba(248, 246, 241, 0.2);
    font-family: var(--v2-mono);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    font-weight: 500;
}
.v2-product-count {
    color: var(--v2-text-on-dark-2);
}
.v2-product-count strong {
    color: var(--v2-gold);
    font-weight: 700;
    font-size: 1rem;
}
.v2-product-cta {
    color: var(--v2-gold);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.v2-cta-arrow {
    display: inline-block;
    margin-left: 6px;
    transition: transform 0.3s var(--v2-ease);
}
.v2-product-card:hover .v2-cta-arrow {
    transform: translateX(6px);
}

/* =====================================================
   COMPACT MODE — quando una card è selezionata
   le altre si rimpiccoliscono in toolbar orizzontale
   ===================================================== */
.v2-products-scroll.compact {
    display: grid;
    grid-template-columns: repeat(var(--card-count, 6), 1fr);
    gap: 4px;
    overflow-x: visible;
    scroll-snap-type: none;
    padding: 16px 32px;
    max-width: 1400px;
    margin: 0 auto;
    transition: gap 0.5s var(--v2-ease);
}
.v2-products-scroll.compact .v2-product-card {
    flex: none;
    height: 100px;
    aspect-ratio: auto;
    border-bottom: 3px solid transparent;
    transform: none;
}
.v2-products-scroll.compact .v2-product-card:hover {
    transform: translateY(-2px);
}
.v2-products-scroll.compact .v2-product-img-wrap img {
    filter: brightness(0.35) saturate(0.8);
}
.v2-products-scroll.compact .v2-product-overlay {
    background: linear-gradient(180deg, rgba(26,24,23,0.5) 0%, rgba(26,24,23,0.95) 100%);
}
.v2-products-scroll.compact .v2-product-content {
    padding: 14px 16px;
    justify-content: center;
}
.v2-products-scroll.compact .v2-product-top {
    display: none;
}
.v2-products-scroll.compact .v2-product-title {
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.1;
    margin: 0;
    padding-bottom: 0;
    text-align: center;
}
.v2-products-scroll.compact .v2-product-title-main {
    letter-spacing: 0;
    white-space: nowrap;
}
.v2-products-scroll.compact .v2-product-title-pre {
    font-size: 0.8em;
}
.v2-products-scroll.compact .v2-product-foot {
    display: none;
}

/* Card attiva (selezionata) in compact */
.v2-products-scroll.compact .v2-product-card[aria-expanded="true"] {
    border-bottom-color: var(--v2-gold);
    transform: translateY(-3px);
}
.v2-products-scroll.compact .v2-product-card[aria-expanded="true"] .v2-product-img-wrap img {
    filter: brightness(0.55) saturate(1.15);
    transform: scale(1.05);
}
.v2-products-scroll.compact .v2-product-card[aria-expanded="true"] .v2-product-overlay {
    background: linear-gradient(180deg, rgba(251, 195, 2, 0.15) 0%, rgba(26,24,23,0.85) 100%);
}
.v2-products-scroll.compact .v2-product-card[aria-expanded="true"] .v2-product-title {
    color: var(--v2-gold);
}

/* =====================================================
   PANNELLI PRODOTTI — appaiono al click sulla card
   ===================================================== */
.v2-products-panels-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px 60px;
}
.v2-products-panel {
    display: none;
    background: var(--v2-graphite);
    color: var(--v2-cream);
    padding: 60px;
    border-top: 2px solid var(--v2-gold);
    position: relative;
    overflow: hidden;
}
.v2-products-panel:not([hidden]) {
    display: block;
    animation: panelSlideIn 0.6s var(--v2-ease);
}
.v2-products-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: radial-gradient(ellipse at top, rgba(251, 195, 2, 0.08) 0%, transparent 60%);
    pointer-events: none;
}
@keyframes panelSlideIn {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.v2-panel-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--v2-line-dark);
    position: relative;
    z-index: 1;
}
.v2-panel-num-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.v2-panel-num {
    background: var(--v2-gold);
    color: var(--v2-graphite);
    padding: 6px 12px;
    font-family: var(--v2-mono);
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 800;
    letter-spacing: 0.05em;
}
.v2-panel-cat-tag {
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 600;
    color: var(--v2-text-on-dark-2);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.v2-panel-title {
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--v2-cream);
    margin: 0;
    flex: 1;
    line-height: 1;
}
.v2-panel-meta {
    font-family: var(--v2-mono);
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    color: var(--v2-text-on-dark-2);
    letter-spacing: 0.05em;
    flex-shrink: 0;
}
.v2-panel-meta strong {
    color: var(--v2-gold);
    font-weight: 700;
}

.v2-panel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
    z-index: 1;
}
.v2-panel-product {
    display: block;
    background: var(--v2-graphite-2);
    border: 1px solid var(--v2-line-dark);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s var(--v2-ease);
    overflow: hidden;
    position: relative;
}
.v2-panel-product:hover {
    border-color: var(--v2-gold);
    transform: translateY(-4px);
}
.v2-panel-product-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--v2-graphite-3);
}
.v2-panel-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--v2-ease);
}
.v2-panel-product:hover .v2-panel-product-img img {
    transform: scale(1.06);
}
.v2-panel-product-info {
    padding: 18px;
    position: relative;
}
.v2-pp-cat {
    font-family: var(--v2-mono);
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem);
    color: var(--v2-gold);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}
.v2-pp-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--v2-cream);
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 0 14px 0;
}
.v2-pp-power {
    font-family: var(--v2-mono);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    color: var(--v2-text-on-dark);
    display: block;
}
.v2-pp-arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    color: var(--v2-text-on-dark-2);
    font-size: 1.125rem;
    transition: all 0.3s var(--v2-ease);
}
.v2-panel-product:hover .v2-pp-arrow {
    color: var(--v2-gold);
    transform: translate(4px, -4px);
}

.v2-panel-footer {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--v2-line-dark);
    text-align: center;
    position: relative;
    z-index: 1;
}
.v2-panel-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: transparent;
    border: 1px solid var(--v2-gold);
    color: var(--v2-gold);
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s var(--v2-ease);
}
.v2-panel-cta:hover {
    background: var(--v2-gold);
    color: var(--v2-graphite);
}
.v2-panel-cta span {
    transition: transform 0.3s var(--v2-ease);
    display: inline-block;
}
.v2-panel-cta:hover span {
    transform: translateX(8px);
}

/* =====================================================
   FEATURED PROJECT
   ===================================================== */
.v2-featured {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background: var(--v2-graphite);
    color: var(--v2-cream);
    display: flex;
    align-items: center;
}
.v2-featured-img-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.v2-featured-img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(0.5) saturate(0.95);
}
.v2-featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26,24,23,0.92) 0%, rgba(26,24,23,0.5) 60%, transparent 100%);
}
.v2-featured-content {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 32px;
    width: 100%;
}
.v2-featured-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--v2-mono);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    font-weight: 600;
    letter-spacing: 0.18em;
    color: var(--v2-gold);
    margin-bottom: 24px;
    padding: 8px 14px;
    background: rgba(251, 195, 2, 0.1);
    border: 1px solid rgba(251, 195, 2, 0.3);
}
.v2-featured-title {
    font-size: clamp(40px, 5.5vw, 84px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
    color: var(--v2-cream);
    max-width: 800px;
}
.v2-featured-title em {
    font-style: normal;
    color: var(--v2-gold);
}
.v2-featured-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--v2-text-on-dark);
    margin-bottom: 48px;
    max-width: 580px;
}
.v2-featured-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 760px;
    margin-bottom: 48px;
    padding: 32px 0;
    border-top: 1px solid var(--v2-line-dark);
    border-bottom: 1px solid var(--v2-line-dark);
}
.v2-fstat {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.v2-fstat-num {
    font-size: 36px;
    font-weight: 800;
    color: var(--v2-gold);
    line-height: 1;
    letter-spacing: -0.02em;
}
.v2-fstat-num .v2-unit {
    font-size: 0.4em;
    font-weight: 600;
    margin-left: 4px;
    vertical-align: top;
}
.v2-fstat-label {
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    color: var(--v2-text-on-dark-2);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.v2-featured-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: var(--v2-gold);
    color: var(--v2-graphite);
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s var(--v2-ease);
}
.v2-featured-link:hover {
    background: var(--v2-cream);
    transform: translateY(-2px);
}

/* =====================================================
   SPLIT SECTION (BREVETTI + CONFIG)
   ===================================================== */
.v2-split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.v2-brevetti {
    background: var(--v2-cream);
    color: var(--v2-graphite);
    padding: 60px 32px;
}
.v2-config {
    background: var(--v2-graphite);
    color: var(--v2-cream);
    padding: 60px 32px;
    position: relative;
    overflow: hidden;
}
.v2-config::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 600px; height: 600px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(2, 160, 225, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.v2-split-title {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
    color: var(--v2-graphite);
}
.v2-split-title em {
    font-style: normal;
    color: var(--v2-gold-dark);
}
.v2-split-title-light {
    color: var(--v2-cream);
    position: relative;
    z-index: 1;
}
.v2-split-title-light em {
    color: var(--v2-cyan);
}
.v2-split-text {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--v2-text-2);
    margin-bottom: 40px;
    max-width: 460px;
}
.v2-split-text-light {
    color: var(--v2-text-on-dark);
    position: relative;
    z-index: 1;
}

.v2-brevetti-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
    max-width: 460px;
}
.v2-bstat {
    padding: 20px 16px;
    background: var(--v2-cream-2);
    border: 1px solid var(--v2-line);
    transition: all 0.3s var(--v2-ease);
}
.v2-bstat:hover {
    background: var(--v2-graphite);
    color: var(--v2-cream);
    border-color: var(--v2-graphite);
}
.v2-bstat-num {
    font-size: 44px;
    font-weight: 800;
    color: var(--v2-graphite);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
    transition: color 0.3s var(--v2-ease);
}
.v2-bstat:hover .v2-bstat-num {
    color: var(--v2-gold);
}
.v2-bstat-label {
    font-family: var(--v2-mono);
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem);
    color: var(--v2-text-2);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s var(--v2-ease);
}
.v2-bstat:hover .v2-bstat-label {
    color: var(--v2-text-on-dark-2);
}

.v2-split-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--v2-mono);
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--v2-graphite);
    padding-bottom: 6px;
    border-bottom: 1px solid var(--v2-graphite);
    transition: gap 0.3s var(--v2-ease);
}
.v2-split-link:hover { gap: 16px; }

.v2-config-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    background: rgba(2, 160, 225, 0.1);
    border: 1px solid var(--v2-cyan);
    color: var(--v2-cyan);
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.v2-config-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.v2-config-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(0.9688rem, 1.05vw, 1.1562rem);
    color: var(--v2-cream);
}
.v2-config-row span {
    color: var(--v2-cyan);
    font-weight: 700;
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    width: 20px;
    text-align: center;
}
.v2-config-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: var(--v2-cyan);
    color: var(--v2-cream);
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.3s var(--v2-ease);
    position: relative;
    z-index: 1;
}
.v2-config-cta:hover {
    background: transparent;
    color: var(--v2-cyan);
    border: 1px solid var(--v2-cyan);
    padding: 15px 27px;
    transform: translateY(-2px);
}

/* =====================================================
   CERTIFICAZIONI
   ===================================================== */
.v2-certs {
    background: var(--v2-cream);
    padding: 60px 32px;
}
.v2-certs-head {
    max-width: 1400px;
    margin: 0 auto 60px;
    text-align: center;
}
.v2-certs-head .v2-section-tag {
    justify-content: center;
}
.v2-certs-title {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--v2-graphite);
    margin: 0;
}
.v2-certs-title em {
    font-style: normal;
    color: var(--v2-gold-dark);
}

.v2-certs-row {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
}
.v2-cert {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 36px 28px;
    color: var(--v2-graphite);
    border-right: 1px solid var(--v2-line);
    transition: background 0.3s var(--v2-ease);
}
.v2-cert:last-child {
    border-right: none;
}
.v2-cert:hover {
    background: var(--v2-cream-2);
}
.v2-cert svg {
    color: var(--v2-gold-dark);
    flex-shrink: 0;
    transition: color 0.3s var(--v2-ease);
}
.v2-cert:hover svg {
    color: var(--v2-graphite);
}
.v2-cert-num {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 2px;
}
.v2-cert-name {
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    color: var(--v2-text-2);
}

/* =====================================================
   CTA FINALE
   ===================================================== */
.v2-cta {
    background: var(--v2-graphite);
    color: var(--v2-cream);
    padding: 60px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.v2-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--v2-gold), transparent);
}
.v2-cta-tag {
    font-family: var(--v2-mono);
    font-size: clamp(0.6875rem, 0.75vw, 0.8125rem);
    letter-spacing: 0.25em;
    color: var(--v2-gold);
    margin-bottom: 20px;
    font-weight: 600;
}
.v2-cta-title {
    font-size: clamp(30px, 3.6vw, 56px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0 auto 20px;
    max-width: 900px;
    color: var(--v2-cream);
}
.v2-cta-title em {
    font-style: normal;
    color: var(--v2-gold);
}
.v2-cta-text {
    font-size: clamp(0.9375rem, 1vw, 1.0625rem);
    line-height: 1.6;
    color: var(--v2-text-on-dark);
    max-width: 920px;
    margin: 0 auto 32px;
}
.v2-cta-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.v2-btn-cta-large {
    background: var(--v2-gold);
    color: var(--v2-graphite);
    padding: 16px 32px;
    font-size: clamp(0.875rem, 0.9vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid var(--v2-gold);
}
.v2-btn-cta-large:hover {
    background: transparent;
    color: var(--v2-gold);
    transform: translateY(-3px);
}
.v2-btn-cta-ghost {
    background: transparent;
    color: var(--v2-cream);
    padding: 16px 32px;
    font-size: clamp(0.875rem, 0.9vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid var(--v2-line-dark);
}
.v2-btn-cta-ghost:hover {
    border-color: var(--v2-gold);
    color: var(--v2-gold);
    transform: translateY(-3px);
}

/* =====================================================
   FOOTER v2 - LIGHT ENGINEERED
   ===================================================== */
.page-home-v2 .v2-footer {
    background: var(--v2-cream);
    color: var(--v2-graphite);
    border-top: 1px solid var(--v2-line);
    position: relative;
}
.page-home-v2 .v2-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--v2-gold), transparent);
}

/* Top contact bar */
.page-home-v2 .v2-footer-contact {
    background: var(--v2-graphite);
    color: var(--v2-cream);
    padding: 20px 32px;
}
.page-home-v2 .v2-footer-contact-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.page-home-v2 .v2-footer-contacts {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.page-home-v2 .v2-footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--v2-cream);
    transition: color 0.3s var(--v2-ease);
}
.page-home-v2 .v2-footer-contact-link:hover {
    color: var(--v2-gold);
}
.page-home-v2 .v2-footer-contact-link svg {
    color: var(--v2-gold);
    flex-shrink: 0;
    transition: transform 0.3s var(--v2-ease);
}
.page-home-v2 .v2-footer-contact-link:hover svg { transform: scale(1.1); }
.page-home-v2 .v2-footer-contact-link .v2-fcl-label {
    font-family: var(--v2-mono);
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem);
    color: var(--v2-text-on-dark-2);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-right: 4px;
}
.page-home-v2 .v2-footer-contact-link .v2-fcl-value {
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 600;
}
.page-home-v2 .v2-footer-contact-sep {
    color: var(--v2-text-on-dark-2);
    opacity: 0.4;
}
.page-home-v2 .v2-footer-meta-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--v2-gold);
}
.page-home-v2 .v2-footer-meta-tag .dot {
    width: 7px; height: 7px;
    background: var(--v2-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--v2-gold);
    animation: dotPulse 2s ease-out infinite;
}

/* Main grid */
.page-home-v2 .v2-footer-main {
    padding: 80px 32px 60px;
}
.page-home-v2 .v2-footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1.4fr 1fr 1fr;
    gap: 60px;
}

.page-home-v2 .v2-footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.page-home-v2 .v2-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.375rem;
    font-weight: 800;
    color: var(--v2-graphite);
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}
.page-home-v2 .v2-footer-logo-mark {
    width: 38px; height: 38px;
    background: var(--v2-graphite);
    color: var(--v2-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    flex-shrink: 0;
}
.page-home-v2 .v2-footer-company {
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 600;
    color: var(--v2-graphite);
    margin-bottom: 4px;
}
.page-home-v2 .v2-footer-piva {
    font-family: var(--v2-mono);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    color: var(--v2-text-2);
    margin-bottom: 28px;
    letter-spacing: 0.05em;
}
.page-home-v2 .v2-footer-piva strong {
    color: var(--v2-graphite);
    font-weight: 700;
}
.page-home-v2 .v2-footer-marks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.page-home-v2 .v2-footer-mark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid var(--v2-line-2);
    color: var(--v2-text-2);
    font-family: var(--v2-mono);
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.3s var(--v2-ease);
    background: transparent;
}
.page-home-v2 .v2-footer-mark:hover {
    border-color: var(--v2-graphite);
    color: var(--v2-graphite);
}
.page-home-v2 .v2-footer-mark-gold {
    border-color: var(--v2-gold-dark);
    color: var(--v2-gold-dark);
}
.page-home-v2 .v2-footer-mark-gold .dot {
    width: 6px; height: 6px;
    background: var(--v2-gold-dark);
    border-radius: 50%;
}

/* Sedi col */
.page-home-v2 .v2-footer-sedi {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.page-home-v2 .v2-footer-sede {
    border-left: 2px solid var(--v2-line-2);
    padding-left: 16px;
    transition: border-color 0.3s var(--v2-ease);
}
.page-home-v2 .v2-footer-sede:hover {
    border-left-color: var(--v2-gold-dark);
}
.page-home-v2 .v2-footer-sede-tag {
    font-family: var(--v2-mono);
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem);
    font-weight: 700;
    color: var(--v2-gold-dark);
    letter-spacing: 0.18em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.page-home-v2 .v2-footer-sede address {
    font-style: normal;
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    line-height: 1.6;
    color: var(--v2-text-2);
}

/* Column commons */
.page-home-v2 .v2-footer-col-title {
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--v2-graphite);
    margin-bottom: 28px;
}
.page-home-v2 .v2-footer-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.page-home-v2 .v2-footer-list li a {
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    color: var(--v2-text-2);
    transition: color 0.3s var(--v2-ease), padding-left 0.3s var(--v2-ease);
    position: relative;
    display: inline-block;
    padding-left: 0;
}
.page-home-v2 .v2-footer-list li a::before {
    content: '→';
    position: absolute;
    left: 0;
    opacity: 0;
    color: var(--v2-gold-dark);
    transition: opacity 0.3s var(--v2-ease), transform 0.3s var(--v2-ease);
    transform: translateX(-8px);
}
.page-home-v2 .v2-footer-list li a:hover {
    color: var(--v2-graphite);
    padding-left: 18px;
}
.page-home-v2 .v2-footer-list li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* Bottom bar */
.page-home-v2 .v2-footer-bottom {
    border-top: 1px solid var(--v2-line);
    padding: 22px 32px;
    background: var(--v2-cream-2);
}
.page-home-v2 .v2-footer-bottom-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.page-home-v2 .v2-footer-copyright {
    font-family: var(--v2-mono);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    color: var(--v2-text-2);
    letter-spacing: 0.05em;
}
.page-home-v2 .v2-footer-legal {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
}
.page-home-v2 .v2-footer-legal a {
    font-family: var(--v2-mono);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    color: var(--v2-text-2);
    transition: color 0.3s var(--v2-ease);
}
.page-home-v2 .v2-footer-legal a:hover {
    color: var(--v2-graphite);
}
.page-home-v2 .v2-footer-legal .sep {
    color: var(--v2-text-3);
}

/* Footer responsive */
@media (max-width: 1100px) {
    .page-home-v2 .v2-footer-contact-inner { flex-direction: column; align-items: flex-start; }
    .page-home-v2 .v2-footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
    .page-home-v2 .v2-footer-main { padding: 60px 24px 40px; }
    .page-home-v2 .v2-footer-contact, .v2-footer-bottom { padding: 20px 24px; }
}
@media (max-width: 640px) {
    .page-home-v2 .v2-footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .page-home-v2 .v2-footer-contacts { flex-direction: column; align-items: flex-start; gap: 12px; }
    .page-home-v2 .v2-footer-contact-sep { display: none; }
    .page-home-v2 .v2-footer-bottom-inner { flex-direction: column; align-items: flex-start; }
}

/* =====================================================
   REVEAL ANIMATIONS
   ===================================================== */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s var(--v2-ease), transform 0.9s var(--v2-ease);
}
.reveal.in {
    opacity: 1;
    transform: translateY(0);
}
.reveal-stagger > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s var(--v2-ease), transform 0.8s var(--v2-ease);
}
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 0.06s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 0.12s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 0.18s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 0.24s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: 0.3s; }
.reveal-stagger.in > *:nth-child(7) { transition-delay: 0.36s; }
.reveal-stagger.in > *:nth-child(8) { transition-delay: 0.42s; }
.reveal-stagger.in > * {
    opacity: 1;
    transform: translateY(0);
}

/* Reduced motion - esclude marquee per non azzerare la sua durata */
@media (prefers-reduced-motion: reduce) {
    *:not(.v2-marquee-track), ::before, ::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    .v2-marquee-track {
        animation-duration: 1200s !important;
    }
    .reveal, .reveal-stagger > * {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1100px) {
    .hdr-nav a:not(.hdr-cta):nth-child(2),
    .hdr-nav a:not(.hdr-cta):nth-child(3),
    .hdr-nav a:not(.hdr-cta):nth-child(4) { display: none; }
    .v2-swiper-prev, .v2-swiper-next { display: none; }
    .v2-hero-static-overlay { padding-top: 100px; max-height: 55vh; }
    .v2-hero-slide-content { grid-template-columns: 1fr; gap: 24px; bottom: 80px; }
    .v2-hero-actions { justify-content: flex-start; }
    .v2-slide-type-indicator { right: 16px; }
    .v2-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
    .v2-tile-hero { grid-column: span 2; grid-row: span 2; }
    .v2-manifesto-grid { grid-template-columns: 1fr; gap: 60px; }
    .v2-manifesto-sticky { position: static; }
    .v2-products-head { grid-template-columns: 1fr; gap: 32px; }
    .v2-products-controls { justify-content: flex-start; }
    .v2-products-stats { grid-template-columns: repeat(2, 1fr); gap: 0; padding: 24px; }
    .v2-pstat { padding: 12px 16px; border-bottom: 1px solid var(--v2-line); }
    .v2-pstat:nth-child(2) { border-right: none; }
    .v2-pstat:nth-last-child(-n+2) { border-bottom: none; }
    .v2-products-scroll.compact { grid-template-columns: repeat(3, 1fr); }
    .v2-products-scroll.compact .v2-product-card { height: 80px; }
    .v2-products-scroll.compact .v2-product-title { font-size: clamp(13px, 1vw, 15px); }
    .v2-products-panel { padding: 32px 24px; }
    .v2-panel-header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .v2-panel-grid { grid-template-columns: repeat(2, 1fr); }
    .v2-featured-stats { grid-template-columns: repeat(2, 1fr); }
    .v2-split-section { grid-template-columns: 1fr; }
    .v2-brevetti, .v2-config { padding: 60px 32px; }
    .v2-certs-row { grid-template-columns: repeat(2, 1fr); }
    .v2-cert:nth-child(2) { border-right: none; }
}
@media (max-width: 640px) {
    .page-home-v2 { padding-top: 60px; }
    .v2-hero { padding: 100px 20px 60px; }
    .v2-hero-meta { padding-top: 60px; flex-direction: column; align-items: flex-start; }
    .v2-bento { grid-template-columns: 1fr; }
    .v2-tile-hero { grid-column: span 1; grid-row: span 2; padding: 32px; }
    .v2-tile { padding: 24px; }
    .v2-featured-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
    .v2-fstat-num { font-size: 28px; }
    .v2-certs-row { grid-template-columns: 1fr; border-bottom: none; }
    .v2-cert { border-right: none; border-bottom: 1px solid var(--v2-line); }
    .v2-cta-actions { flex-direction: column; }
    .v2-cta-actions a { width: 100%; justify-content: center; }
    .hdr-cta { display: none; }
    .v2-marquee-track { gap: 20px; }
    .v2-marquee-item { font-size: clamp(12px, 0.78vw, 14px); }
    .v2-footer-inner { font-size: clamp(11px, 0.72vw, 13px); }
}

/* ════════════════════════════════════════════════════════════════
   PHAENOMENA HOME V2 - OVERRIDE FINALI ORDINATI
   ════════════════════════════════════════════════════════════════
   Tutto in un solo blocco per evitare conflitti di cascade.
   
   PALETTE:
   - LIGHTING  = gold #FBC302 + grafite #1A1817
   - GROUP     = cyan #02A0E1 + grafite #1A1817
   
   STRUTTURA:
   1) HERO
   2) BENTO (8 tile)
   3) MANIFESTO
   4) FEATURED PROJECT
   5) BREVETTI (cyan)
   6) CERTIFICAZIONI (cyan, fullpage)
   7) PARTNER (2 gruppi)
   8) MOBILE (un solo media query 900 + 380)
   ════════════════════════════════════════════════════════════════ */


/* ═══ 1. HERO ════════════════════════════════════════════════════ */

/* Nascondo elementi superflui */
.v2-hero-beams { display: none !important; }
.v2-scroll-indicator { display: none !important; }

/* Slide: spot di luce gialla tematico + overlay scuro */
.v2-hero-slide .v2-hero-bg {
    opacity: 1 !important;
    filter: saturate(1.05) brightness(0.95) !important;
}
.v2-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(
        ellipse 50% 55% at 22% 78%,
        rgba(251, 195, 2, 0.32) 0%,
        rgba(251, 195, 2, 0.18) 25%,
        rgba(251, 195, 2, 0.06) 45%,
        transparent 65%
    );
    pointer-events: none;
    mix-blend-mode: screen;
    animation: spotBreath 8s ease-in-out infinite;
}
.v2-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(8,7,4,0.55) 0%, rgba(8,7,4,0.4) 35%,
        rgba(8,7,4,0.45) 65%, rgba(8,7,4,0.78) 100%);
    z-index: 1;
    pointer-events: none;
}
@keyframes spotBreath {
    0%, 100% { opacity: 0.95; }
    50%      { opacity: 1; }
}

/* Titolo - basso a sinistra (desktop) */
.v2-hero-static-overlay {
    position: absolute !important;
    top: auto !important;
    bottom: 130px !important;
    left: 0 !important;
    right: auto !important;
    width: auto !important;
    max-width: min(900px, 70%) !important;
    padding: 0 32px 0 48px !important;
    z-index: 5 !important;
    pointer-events: none !important;
    overflow: visible !important;
    max-height: none !important;
}
.v2-hero-static-overlay > * { pointer-events: auto; }
.v2-hero-static-overlay .v2-hero-meta { display: none !important; }
.v2-hero-static-overlay .v2-hero-title {
    font-size: clamp(28px, 4.4vw, 60px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    color: #f8f6f1 !important;
    text-shadow: 0 2px 16px rgba(0,0,0,0.4);
    text-align: left !important;
}
.v2-hero-static-overlay .v2-hero-title em {
    font-style: normal !important;
    color: #FBC302 !important;
}
.v2-hero-static-overlay .v2-hero-title em::after { display: none !important; }

/* Lead - basso sinistra, sotto titolo (desktop) */
.v2-hero-slide-content {
    position: absolute !important;
    top: auto !important;
    bottom: 40px !important;
    left: 48px !important;
    right: auto !important;
    max-width: min(440px, 38%) !important;
    z-index: 4 !important;
    display: block !important;
    padding: 0 !important;
    grid-template-columns: none !important;
}
.v2-hero-slide-content .v2-hero-lead {
    font-family: var(--v2-mono) !important;
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem) !important;
    line-height: 1.75 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.78) !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.v2-hero-slide-content .v2-hero-lead strong {
    color: #FBC302 !important;
    font-weight: 600 !important;
}

/* Bottoni - basso destra in fila (desktop) */
.v2-hero-slide > .v2-hero-actions {
    position: absolute !important;
    top: auto !important;
    bottom: 40px !important;
    right: 48px !important;
    left: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 5 !important;
}
.v2-hero-actions .v2-btn-primary {
    background: #FBC302 !important;
    color: #1A1817 !important;
    border: none !important;
    padding: 12px 22px !important;
    font-family: var(--v2-sans) !important;
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem) !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 6px 18px -6px rgba(251,195,2,0.5);
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
}
.v2-hero-actions .v2-btn-primary:hover {
    background: #ffffff !important;
    transform: translateY(-2px);
}
.v2-hero-actions .v2-btn-ghost {
    background: rgba(255,255,255,0.06) !important;
    color: rgba(255,255,255,0.92) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    padding: 12px 22px !important;
    font-family: var(--v2-sans) !important;
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    border-radius: 999px !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
}
.v2-hero-actions .v2-btn-ghost:hover {
    background: rgba(255,255,255,0.14) !important;
    border-color: rgba(255,255,255,0.55) !important;
}

/* Frecce swiper centro-basso */
.v2-swiper-prev, .v2-swiper-next {
    top: auto !important;
    transform: none !important;
    bottom: 28px !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(15,12,6,0.45) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 50% !important;
    color: rgba(255,255,255,0.85) !important;
    z-index: 21 !important;
}
.v2-swiper-prev { left: 50% !important; right: auto !important; margin-left: -110px !important; }
.v2-swiper-next { left: 50% !important; right: auto !important; margin-left: 74px !important; }
.v2-swiper-prev:hover, .v2-swiper-next:hover {
    background: #FBC302 !important;
    color: #1A1817 !important;
    border-color: #FBC302 !important;
}

/* Indicator centrato */
.v2-hero-indicator {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 20;
    padding: 10px 18px;
    background: rgba(15,12,6,0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.1);
}
.v2-ind-item {
    background: none; border: none; padding: 0; cursor: pointer;
    display: flex; position: relative;
    transition: all 0.3s ease;
}
.v2-ind-item.is-video {
    width: 48px; height: 3px;
    border-radius: 2px;
    background: rgba(255,255,255,0.28);
    overflow: hidden;
}
.v2-ind-item.is-video.is-active { width: 56px; }
.v2-ind-item.is-video .v2-ind-fill {
    position: absolute; inset: 0 100% 0 0;
    background: linear-gradient(90deg, #FBC302, #FFD83F);
    border-radius: 2px;
    transition: right 0.1s linear;
}
.v2-ind-item.is-image {
    width: 7px; height: 7px;
    border-radius: 1px;
    background: rgba(255,255,255,0.32);
}
.v2-ind-item.is-image:hover,
.v2-ind-item.is-image.is-active { background: #FBC302; }


/* ═══ 2. BENTO (8 tile) ═══════════════════════════════════════════ */

.v2-bento-section { padding-top: 60px !important; }
.v2-bento-section .v2-bento-head { margin-bottom: 32px; }

.v2-bento {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(3, minmax(140px, auto)) !important;
    gap: 10px !important;
}
.v2-tile-hero { grid-column: span 2 !important; grid-row: span 2 !important; }
.v2-tile-wide { grid-column: span 2 !important; }

.v2-tile {
    padding: 22px 22px !important;
    border-radius: 6px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}
.v2-tile-hero { padding: 30px 28px !important; }

/* Tag categoria: sans uppercase, NON mono */
.v2-tile .v2-tile-num-tag {
    font-family: var(--v2-sans) !important;
    font-size: clamp(0.75rem, 0.78vw, 0.875rem) !important;
    font-weight: 600 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
}
.v2-tile-dark .v2-tile-num-tag,
.v2-tile-dark2 .v2-tile-num-tag,
.v2-tile-hero .v2-tile-num-tag { color: #FBC302 !important; }
.v2-tile-light .v2-tile-num-tag { color: #B8753A !important; }
.v2-tile-cyan .v2-tile-num-tag,
.v2-tag-light { color: rgba(255,255,255,0.95) !important; opacity: 1 !important; }

.v2-tile-pre {
    font-family: var(--v2-sans);
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem);
    color: rgba(248,246,241,0.5);
    margin-bottom: 4px;
    font-style: italic;
}
.v2-tile-light .v2-tile-pre { color: rgba(26,24,23,0.5); }
.v2-tile-cyan .v2-tile-pre { color: rgba(255,255,255,0.7); }

.v2-tile-emphasis { border: 1px solid rgba(251,195,2,0.18) !important; }
.v2-tile-emphasis .v2-tile-big { font-size: clamp(28px, 3vw, 42px) !important; }

.v2-tile-dark2 { background: #2A2722 !important; color: #F8F6F1 !important; }

.v2-tile-cyan {
    background: linear-gradient(135deg, #02A0E1 0%, #0186BC 100%) !important;
    color: white !important;
}

/* PORTFOLIO grid nella mega */
.v2-portfolio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 28px;
    margin: 8px 0 18px;
}
.v2-portfolio-item { display: flex; flex-direction: column; }
.v2-portfolio-num {
    font-family: var(--v2-sans, 'Plus Jakarta Sans', sans-serif);
    font-size: clamp(28px, 3.4vw, 48px);
    font-weight: 200;
    line-height: 0.95;
    color: #F8F6F1;
    letter-spacing: -0.03em;
}
.v2-portfolio-num .v2-unit {
    font-size: 0.5em;
    color: #FBC302;
    margin-left: 6px;
    font-weight: 400;
}
.v2-portfolio-label {
    font-family: var(--v2-sans);
    font-size: clamp(0.7812rem, 0.82vw, 0.9062rem);
    font-weight: 500;
    color: rgba(248,246,241,0.65);
    margin-top: 8px;
    letter-spacing: 0.04em;
}
.v2-tile-desc-bottom {
    font-family: var(--v2-sans);
    font-size: clamp(0.8438rem, 0.88vw, 1rem);
    line-height: 1.55;
    color: rgba(248,246,241,0.55);
    margin-top: 6px;
    border-top: 1px solid rgba(248,246,241,0.08);
    padding-top: 14px;
    max-width: 480px;
}

/* EFFICIENZA wide */
.v2-tile-eff .v2-eff-inner {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 1.4fr;
    gap: 28px;
    align-items: center;
    width: 100%;
}
.v2-tile-eff .v2-eff-left {
    border-right: 1px solid rgba(248,246,241,0.1);
    padding-right: 28px;
}
.v2-tile-eff .v2-tile-mega { font-size: clamp(40px, 5.5vw, 72px) !important; }
.v2-tile-eff .v2-tile-desc {
    font-family: var(--v2-sans);
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    line-height: 1.6;
    color: rgba(248,246,241,0.7);
}
.v2-tile-eff .v2-tile-desc strong { color: #FBC302; font-weight: 600; }

/* Mega tile */
.v2-tile-mega {
    font-family: var(--v2-sans, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: clamp(48px, 7vw, 90px) !important;
    font-weight: 200 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.04em !important;
    color: inherit !important;
}
.v2-tile-mega .v2-unit {
    font-size: 0.4em !important;
    color: rgba(248,246,241,0.5) !important;
    margin-left: 6px !important;
    vertical-align: super !important;
    font-weight: 400 !important;
}

/* Big numbers */
.v2-tile .v2-tile-big {
    font-family: var(--v2-sans, 'Plus Jakarta Sans', sans-serif) !important;
    font-weight: 200 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
    font-size: clamp(28px, 3.2vw, 44px) !important;
}
.v2-tile-dark .v2-tile-big,
.v2-tile-dark2 .v2-tile-big { color: #F8F6F1 !important; }
.v2-tile-dark .v2-tile-big .v2-unit,
.v2-tile-dark2 .v2-tile-big .v2-unit {
    font-size: 0.5em !important;
    color: #FBC302 !important;
    font-weight: 400 !important;
    margin-left: 4px !important;
}
.v2-tile-light .v2-tile-big { color: #1A1817 !important; }
.v2-tile-light .v2-tile-big .v2-unit {
    font-size: 0.5em !important;
    color: #B8753A !important;
    margin-left: 4px !important;
    font-weight: 400 !important;
}
.v2-tile-cyan .v2-tile-big { color: white !important; }

/* Label sotto numero */
.v2-tile .v2-tile-label {
    font-family: var(--v2-sans) !important;
    font-size: clamp(0.8125rem, 0.85vw, 0.9375rem) !important;
    margin-top: 8px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}
.v2-tile-dark .v2-tile-label,
.v2-tile-dark2 .v2-tile-label { color: rgba(248,246,241,0.6) !important; }
.v2-tile-light .v2-tile-label { color: rgba(26,24,23,0.6) !important; }
.v2-tile-cyan .v2-tile-label,
.v2-label-light { color: rgba(255,255,255,0.85) !important; }

/* Static text */
.v2-tile .v2-tile-static {
    font-family: var(--v2-sans, 'Plus Jakarta Sans', sans-serif);
    font-size: clamp(1.25rem, 2.2vw, 30px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.02em;
}
.v2-tile-light .v2-tile-static { color: #1A1817; }
.v2-tile-cyan .v2-tile-static,
.v2-static-light { color: white; font-size: clamp(1rem, 1.8vw, 1.375rem); font-weight: 500; }


/* ═══ 3. MANIFESTO ═══════════════════════════════════════════════ */

.v2-principle-num { display: none !important; }
.v2-progress-step span { display: none; }
.v2-progress-step { padding: 8px 0; }
.v2-progress-step.active { color: #1A1817 !important; font-weight: 600 !important; }
.v2-li-mark { color: #B8753A !important; font-weight: 500; margin-right: 8px; }


/* ═══ 4. FEATURED PROJECT ═══════════════════════════════════════ */

.v2-featured-title {
    font-size: clamp(28px, 3.6vw, 56px) !important;
    font-weight: 700 !important;
    margin-bottom: 22px !important;
}


/* ═══ 5. BREVETTI (cyan - GROUP) ════════════════════════════════ */

.v2-split-section .v2-brevetti {
    background: linear-gradient(135deg, #1A1817 0%, #2A2722 100%) !important;
    position: relative;
}
.v2-split-section .v2-brevetti::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #02A0E1, #0186BC);
}
.v2-brevetti .v2-section-tag { color: #02A0E1 !important; }
.v2-brevetti .v2-split-title,
.v2-brevetti .v2-split-title em { color: #F8F6F1 !important; }
.v2-brevetti .v2-split-title em { color: #02A0E1 !important; }
.v2-brevetti .v2-split-text { color: rgba(248,246,241,0.72) !important; }

.v2-brevetti-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 28px 0 24px;
}
.v2-brev-item {
    padding: 16px 18px;
    background: rgba(2, 160, 225, 0.08);
    border-left: 3px solid #02A0E1;
    border-radius: 0 6px 6px 0;
    transition: background 0.3s ease;
}
.v2-brev-item:hover { background: rgba(2, 160, 225, 0.14); }
.v2-brev-title {
    font-family: var(--v2-sans);
    font-size: clamp(0.9688rem, 1.05vw, 1.1562rem);
    font-weight: 700;
    color: #F8F6F1;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}
.v2-brev-title sup { font-size: 0.5em; color: #02A0E1; margin-left: 2px; }
.v2-brev-desc {
    font-family: var(--v2-sans);
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem);
    line-height: 1.55;
    color: rgba(248,246,241,0.7);
}

/* Bottone cyan (brevetti CTA) */
.v2-btn-cyan {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #02A0E1 0%, #0186BC 100%);
    color: #ffffff !important;
    padding: 14px 26px;
    border-radius: 999px;
    font-family: var(--v2-sans);
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 28px;
    box-shadow: 0 8px 22px -8px rgba(2, 160, 225, 0.5);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}
.v2-btn-cyan:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -8px rgba(2, 160, 225, 0.65);
}
.v2-btn-cyan .v2-btn-arrow { transition: transform 0.3s ease; font-size: 1rem; }
.v2-btn-cyan:hover .v2-btn-arrow { transform: translateX(4px); }


/* CTA meta location */
.v2-cta-meta {
    margin-top: 24px;
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    letter-spacing: 0.14em;
    color: rgba(26,24,23,0.45);
    text-transform: uppercase;
}


/* ════════════════════════════════════════════════════════════════
   8. MOBILE - UN SOLO BLOCCO ORDINATO
   
   Schema verticale (in basso):
   - Indicator + frecce  @ bottom 24px
   - Bottoni             @ bottom 80px  (h 42, flex:1, identici)
   - Lead                @ bottom 150px (vicino al titolo)
   - Titolo              @ bottom 210px (2 righe coerenti)
   
   Tutto allineato a sinistra (left/right 24px).
   ════════════════════════════════════════════════════════════════ */

@media (max-width: 900px) {

    /* Hero full screen mobile */
    .v2-hero {
        min-height: 100vh !important;
        min-height: 100svh !important;
        padding: 0 !important;
    }

    /* Spot di luce centrato in basso */
    .v2-hero-slide::before {
        background: radial-gradient(
            ellipse 80% 45% at 50% 80%,
            rgba(251, 195, 2, 0.28) 0%,
            rgba(251, 195, 2, 0.14) 30%,
            rgba(251, 195, 2, 0.04) 50%,
            transparent 70%
        ) !important;
    }

    /* TITOLO */
    .v2-hero-static-overlay {
        bottom: 210px !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        padding: 0 24px !important;
        max-width: 100% !important;
    }
    .v2-hero-static-overlay .v2-hero-title {
        font-size: clamp(24px, 7.2vw, 36px) !important;
        line-height: 1.08 !important;
        text-align: left !important;
    }
    .v2-hero-static-overlay .v2-hero-title em {
        color: #FBC302 !important;
    }

    /* LEAD (vicino al titolo) */
    .v2-hero-slide-content {
        bottom: 150px !important;
        top: auto !important;
        left: 24px !important;
        right: 24px !important;
        max-width: calc(100% - 48px) !important;
    }
    .v2-hero-slide-content .v2-hero-lead {
        font-size: clamp(12px, 0.78vw, 14px) !important;
        line-height: 1.6 !important;
        letter-spacing: 0.12em !important;
    }

    /* BOTTONI: 2 affiancati, stessa altezza, stessa larghezza */
    .v2-hero-slide > .v2-hero-actions {
        bottom: 80px !important;
        top: auto !important;
        left: 24px !important;
        right: 24px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
    }
    .v2-hero-actions .v2-btn-primary,
    .v2-hero-actions .v2-btn-ghost {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        height: 42px !important;
        padding: 0 14px !important;
        font-size: clamp(12.5px, 0.82vw, 14.5px) !important;
        font-weight: 600 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
    }

    /* INDICATOR */
    .v2-hero-indicator { bottom: 24px !important; }
    .v2-swiper-prev, .v2-swiper-next {
        bottom: 24px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .v2-swiper-prev { margin-left: -80px !important; }
    .v2-swiper-next { margin-left: 50px !important; }

    /* Bento mobile: 2 colonne */
    .v2-bento {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .v2-tile-hero { grid-column: span 2 !important; grid-row: span 1 !important; }
    .v2-tile-wide { grid-column: span 2 !important; }
    .v2-portfolio-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .v2-tile-eff .v2-eff-inner { grid-template-columns: 1fr; gap: 14px; }
    .v2-tile-eff .v2-eff-left {
        border-right: none;
        border-bottom: 1px solid rgba(248,246,241,0.1);
        padding-right: 0;
        padding-bottom: 14px;
    }

    /* Certificazioni mobile */
    .v2-certs-fullpage { padding: 60px 24px !important; }
    .v2-certs-fullpage .v2-certs-row { grid-template-columns: repeat(2, 1fr) !important; }
    .v2-partners-tech { grid-template-columns: 1fr; }
    .v2-partners-assoc { grid-template-columns: 1fr; }
}

/* Schermi molto piccoli (< 380px, iPhone SE) */
@media (max-width: 380px) {
    .v2-hero-static-overlay {
        bottom: 190px !important;
    }
    .v2-hero-static-overlay .v2-hero-title {
        font-size: clamp(22px, 6.8vw, 30px) !important;
    }
    .v2-hero-slide-content {
        bottom: 138px !important;
    }
    .v2-hero-slide-content .v2-hero-lead {
        font-size: clamp(11px, 0.72vw, 13px) !important;
        letter-spacing: 0.1em !important;
    }
    .v2-hero-slide > .v2-hero-actions {
        bottom: 75px !important;
        gap: 6px !important;
    }
    .v2-hero-actions .v2-btn-primary,
    .v2-hero-actions .v2-btn-ghost {
        height: 38px !important;
        font-size: clamp(12px, 0.78vw, 14px) !important;
        padding: 0 10px !important;
    }
    .v2-certs-fullpage .v2-certs-row { grid-template-columns: 1fr !important; }
    .v2-portfolio-grid { grid-template-columns: 1fr 1fr; }
}


/* ════════════════════════════════════════════════════════════════
   FIX FINALI (round 2)
   ════════════════════════════════════════════════════════════════ */

/* ═══ FIX A: GIALLO UNIFORME #FBC302 ═══════════════════════════════
   La variabile --v2-gold-dark era #D4A002 (giallo scuro).
   La uniformo a #FBC302 ovunque.
   ============================================================ */
:root {
    --v2-gold-dark: #FBC302 !important;
}

/* Indicator video gradient: rimuovo #FFD83F variant chiaro */
.v2-ind-item.is-video .v2-ind-fill {
    background: #FBC302 !important;
}

/* ═══ FIX B: BENTO COMPLETAMENTE STATICO (no hover, no transform) ═══ */
.v2-tile,
.v2-tile:hover,
.v2-tile-light:hover,
.v2-tile-dark:hover,
.v2-tile-dark2:hover,
.v2-tile-cyan:hover,
.v2-tile-hero:hover,
.v2-tile-wide:hover,
.v2-tile-eff:hover,
.v2-tile-emphasis:hover {
    transform: none !important;
    transition: none !important;
    cursor: default !important;
}
/* Bg, border e shadow inalterati al hover */
.v2-tile-light:hover { background: #F2EFE7 !important; }
.v2-tile-dark:hover { background: #1A1817 !important; }
.v2-tile-dark2:hover { background: #2A2722 !important; }
.v2-tile-cyan:hover {
    background: linear-gradient(135deg, #02A0E1 0%, #0186BC 100%) !important;
}


/* ═══ FIX C: MANIFESTO PROGRESS STEP visibili sempre ═════════════
   Su sfondo dark grafite:
   - non attivo : bianco translucido (visibile)
   - attivo     : giallo #FBC302 (highlight)
   ============================================================ */
.v2-progress-step {
    color: rgba(255, 255, 255, 0.55) !important;
    font-weight: 500 !important;
    transition: color 0.4s ease !important;
}
.v2-progress-step.active {
    color: #FBC302 !important;
    font-weight: 700 !important;
}




/* ════════════════════════════════════════════════════════════════
   CERTIFICAZIONI - DESIGN EDITORIALE
   Stile: tipografico, no icone, no card box
   Linea cyan 2px a sinistra di ogni voce (accent group)
   ════════════════════════════════════════════════════════════════ */

.v2-certs-fullpage {
    padding: 60px 56px !important;
    background: var(--v2-cream, #F8F6F1) !important;
    position: relative;
}
.v2-certs-fullpage::before { display: none !important; }
.v2-certs-fullpage::after { display: none !important; }

/* Head */
.v2-certs-fullpage .v2-certs-head {
    text-align: center !important;
    max-width: 760px;
    margin: 0 auto 48px;
}
.v2-certs-fullpage .v2-section-tag {
    color: #02A0E1 !important;
    justify-content: center;
    font-family: var(--v2-mono);
    font-size: clamp(0.75rem, 0.78vw, 0.875rem);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
}
.v2-certs-fullpage .v2-certs-title {
    color: #1A1817 !important;
    font-size: clamp(36px, 4.5vw, 64px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    margin: 0 0 18px !important;
}
.v2-certs-fullpage .v2-certs-title em {
    color: #02A0E1 !important;
    font-style: normal !important;
}
.v2-certs-fullpage .v2-certs-intro {
    font-family: var(--v2-sans);
    font-size: clamp(0.9688rem, 1.05vw, 1.1562rem) !important;
    line-height: 1.65 !important;
    color: rgba(26, 24, 23, 0.6) !important;
    margin: 0 auto !important;
    max-width: 540px;
}

/* Grid certificazioni 3 colonne (5 voci = 3 + 2) */
.v2-certs-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px 56px !important;
    max-width: 1240px;
    margin: 0 auto 56px !important;
    padding-top: 36px;
    border-top: 1px solid rgba(26, 24, 23, 0.1);
}

/* Singola voce: linea cyan 2px a sinistra + tipografia rigorosa */
.v2-cert-item {
    border-left: 2px solid #02A0E1 !important;
    padding-left: 22px !important;
}
.v2-cert-sigla {
    font-family: var(--v2-mono) !important;
    font-size: clamp(0.75rem, 0.78vw, 0.875rem) !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #02A0E1 !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
}
.v2-cert-titolo {
    font-family: var(--v2-sans) !important;
    font-size: clamp(1.375rem, 2vw, 30px) !important;
    font-weight: 700 !important;
    color: #1A1817 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.15 !important;
    margin-bottom: 10px;
}
.v2-cert-desc {
    font-family: var(--v2-sans) !important;
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem) !important;
    line-height: 1.6 !important;
    color: rgba(26, 24, 23, 0.65) !important;
}

/* PARTNER STRIP - 4 colonne con divisori */
.v2-cert-partners {
    max-width: 1240px;
    margin: 0 auto !important;
    border-top: 1px solid rgba(26, 24, 23, 0.1);
    padding-top: 44px;
}
.v2-cert-partners-label {
    text-align: center;
    font-family: var(--v2-mono);
    font-size: clamp(0.7188rem, 0.75vw, 0.8438rem);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #02A0E1;
    font-weight: 600;
    margin-bottom: 28px;
}
.v2-cert-partners-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(26, 24, 23, 0.1);
    border-top: 1px solid rgba(26, 24, 23, 0.1);
    border-bottom: 1px solid rgba(26, 24, 23, 0.1);
}
.v2-cert-partner {
    background: var(--v2-cream, #F8F6F1);
    padding: 28px 18px;
    text-align: center;
}
.v2-cert-partner-role {
    font-family: var(--v2-mono);
    font-size: clamp(0.7188rem, 0.75vw, 0.8438rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #02A0E1;
    font-weight: 600;
    margin-bottom: 6px;
}
.v2-cert-partner-name {
    font-family: var(--v2-sans);
    font-size: 1.125rem;
    font-weight: 700;
    color: #1A1817;
    letter-spacing: -0.01em;
}

/* Responsive */
@media (max-width: 900px) {
    .v2-certs-fullpage { padding: 60px 24px !important; }
    .v2-certs-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 28px 32px !important;
    }
    .v2-cert-partners-strip {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 540px) {
    .v2-certs-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    .v2-cert-titolo { font-size: 18px !important; }
}


/* ════════════════════════════════════════════════════════════════
   SISTEMA RESPONSIVE FLUIDO (mobile → 4K)
   
   Logica:
   - Container "lettura" (bento, prodotti, certs): max-width adattivo
   - Container "spettacolo" (hero, featured): full-width (sfondo) + 
     contenuto interno contained
   - Padding orizzontale fluido con clamp()
   - Su schermi >= 2000px: max-width cresce ancora
   ════════════════════════════════════════════════════════════════ */

:root {
    --v2-container-max: 1800px;
    --v2-pad-x: clamp(24px, 5vw, 80px);
}

/* === CONTAINER MAX-WIDTH per tutti i blocchi "lettura/dati" === */
.v2-bento,
.v2-bento-head,
.v2-products-head,
.v2-products-stats,
.v2-products-panels-wrap,
.v2-certs-grid,
.v2-cert-partners,
.v2-cta-content,
.v2-manifesto-grid {
    max-width: var(--v2-container-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

/* === PADDING ORIZZONTALE FLUIDO per le sezioni === */
.v2-bento-section,
.v2-products,
.v2-certs-fullpage,
.v2-cta,
.v2-manifesto {
    padding-left: var(--v2-pad-x) !important;
    padding-right: var(--v2-pad-x) !important;
    box-sizing: border-box;
}

/* Brevetti (split 50/50) ha padding più piccolo perché è split */
.v2-split-section .v2-brevetti,
.v2-split-section .v2-config {
    padding-left: clamp(24px, 4vw, 60px) !important;
    padding-right: clamp(24px, 4vw, 60px) !important;
    box-sizing: border-box;
}

/* Featured project: contenuto interno contained */
.v2-featured-content {
    max-width: var(--v2-container-max);
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: var(--v2-pad-x);
    padding-right: var(--v2-pad-x);
}

/* Hero: contenuto resta absolute, ma rispetta padding fluido */
@media (min-width: 1600px) {
    .v2-hero-static-overlay {
        padding: 0 32px 0 clamp(48px, 6vw, 120px) !important;
    }
    .v2-hero-slide-content {
        left: clamp(48px, 6vw, 120px) !important;
    }
    .v2-hero-slide > .v2-hero-actions {
        right: clamp(48px, 6vw, 120px) !important;
    }
}

/* === SCHERMI MOLTO GRANDI (≥ 2000px): container cresce ancora === */
@media (min-width: 2000px) {
    :root {
        --v2-container-max: 2100px;
        --v2-pad-x: clamp(80px, 6vw, 140px);
    }
}

/* === SCHERMI GIGANTI (≥ 2400px / 4K): max stop a 2400 === */
@media (min-width: 2400px) {
    :root {
        --v2-container-max: 2400px;
    }
}

/* === TABLET (768-1199px) === */
@media (max-width: 1199px) and (min-width: 768px) {
    :root {
        --v2-pad-x: clamp(28px, 4vw, 48px);
    }
}

/* === MOBILE (< 768px): padding compatto, container 100% === */
@media (max-width: 767px) {
    :root {
        --v2-pad-x: 20px;
    }
}


/* ════════════════════════════════════════════════════════════════
   COLORI BENTO INVERTITI: numero GIALLO, unità BIANCO
   + prefix "oltre" piccolo mono uppercase
   ════════════════════════════════════════════════════════════════ */

/* PORTFOLIO 4 numeri: numero giallo, unità bianca */
.v2-portfolio-num {
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.v2-portfolio-num .v2-num {
    color: #FBC302 !important;
    font-family: var(--v2-sans, 'Plus Jakarta Sans', sans-serif);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: -0.03em;
}
.v2-portfolio-num .v2-unit {
    color: #F8F6F1 !important;
    font-size: 0.5em !important;
    font-weight: 400 !important;
    font-family: var(--v2-sans);
    letter-spacing: 0;
}

/* Prefix "oltre" piccolo */
.v2-portfolio-pre {
    font-family: var(--v2-mono);
    font-size: clamp(0.7188rem, 0.75vw, 0.8438rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(248,246,241,0.5);
    font-weight: 500;
    margin-bottom: 4px;
}

/* TILE DURATA L90: stesso schema */
.v2-tile-dark2 .v2-tile-big .v2-num {
    color: #FBC302 !important;
}
.v2-tile-dark2 .v2-tile-big .v2-unit {
    color: #F8F6F1 !important;
    font-size: 0.5em !important;
    font-weight: 400 !important;
    margin-left: 4px !important;
}

/* Il prefix "oltre" in v2-tile-pre rimane invariato (è già piccolo mono) */


/* ════════════════════════════════════════════════════════════════
   ANIMAZIONI CURATE
   - Smooth scroll globale
   - Stagger reveal bento (tile a cascata)
   - Stagger reveal brevetti (card a cascata)
   - Stagger reveal certificazioni
   - Stagger reveal partner cards
   - Reveal up generico (fade + translateY)
   ════════════════════════════════════════════════════════════════ */

/* Smooth scroll su tutta la pagina */
html { scroll-behavior: smooth; }

/* Reveal generico */
.reveal,
.reveal-stagger > * {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}
.reveal.in,
.reveal-stagger.in > * {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger bento: tile in cascata */
.v2-bento.reveal-stagger.in > .v2-tile:nth-child(1) { transition-delay: 0ms; }
.v2-bento.reveal-stagger.in > .v2-tile:nth-child(2) { transition-delay: 80ms; }
.v2-bento.reveal-stagger.in > .v2-tile:nth-child(3) { transition-delay: 160ms; }
.v2-bento.reveal-stagger.in > .v2-tile:nth-child(4) { transition-delay: 240ms; }
.v2-bento.reveal-stagger.in > .v2-tile:nth-child(5) { transition-delay: 320ms; }
.v2-bento.reveal-stagger.in > .v2-tile:nth-child(6) { transition-delay: 400ms; }
.v2-bento.reveal-stagger.in > .v2-tile:nth-child(7) { transition-delay: 480ms; }
.v2-bento.reveal-stagger.in > .v2-tile:nth-child(8) { transition-delay: 560ms; }

/* Stagger certificazioni: 6 voci in cascata */
.v2-certs-grid.reveal-stagger.in > .v2-cert-item:nth-child(1) { transition-delay: 0ms; }
.v2-certs-grid.reveal-stagger.in > .v2-cert-item:nth-child(2) { transition-delay: 100ms; }
.v2-certs-grid.reveal-stagger.in > .v2-cert-item:nth-child(3) { transition-delay: 200ms; }
.v2-certs-grid.reveal-stagger.in > .v2-cert-item:nth-child(4) { transition-delay: 300ms; }
.v2-certs-grid.reveal-stagger.in > .v2-cert-item:nth-child(5) { transition-delay: 400ms; }
.v2-certs-grid.reveal-stagger.in > .v2-cert-item:nth-child(6) { transition-delay: 500ms; }

/* Stagger brevetti */
.v2-brevetti-list .v2-brev-item {
    opacity: 0;
    transform: translateX(-16px);
    transition:
        opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.in .v2-brevetti-list .v2-brev-item {
    opacity: 1;
    transform: translateX(0);
}
.reveal.in .v2-brevetti-list .v2-brev-item:nth-child(1) { transition-delay: 100ms; }
.reveal.in .v2-brevetti-list .v2-brev-item:nth-child(2) { transition-delay: 200ms; }
.reveal.in .v2-brevetti-list .v2-brev-item:nth-child(3) { transition-delay: 300ms; }
.reveal.in .v2-brevetti-list .v2-brev-item:nth-child(4) { transition-delay: 400ms; }

/* Featured: parallax preparazione */
.v2-featured-img-wrap {
    overflow: hidden;
    position: relative;
}
.v2-featured-img {
    will-change: transform;
    transition: none;
}

/* Hero: parallax preparazione */
.v2-hero-bg {
    will-change: transform;
    transition: none;
}

/* Bento tile: micro entry */
.v2-tile {
    will-change: opacity, transform;
}

/* Manifesto step indicator: transizione colore più fluida */
.v2-progress-step {
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Pulse sottile sui contatori quando raggiungono il valore */
@keyframes counterDone {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); }
    100% { transform: scale(1); }
}
.v2-num.counter-done {
    animation: counterDone 0.4s ease-out;
}

/* Bottoni hero: micro lift su hover (anche se Daniele aveva detto no hover sul bento, qui ha senso) */
.v2-btn-primary, .v2-btn-ghost {
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Riduce animazioni se l'utente preferisce no motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* ════════════════════════════════════════════════════════════════
   FEATURED PROJECT - FULL SCREEN CINEMATIC
   Foto a tutto schermo + overlay scuro
   Titolo top-left · Card stats glass bottom-right · CTA bottom-left
   ════════════════════════════════════════════════════════════════ */

.v2-featured {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.v2-featured-img-wrap {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.v2-featured-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: brightness(0.75) saturate(1.08);
}
.v2-featured-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg,
        rgba(8,7,4,0.65) 0%,
        rgba(8,7,4,0.3) 35%,
        rgba(8,7,4,0.25) 65%,
        rgba(8,7,4,0.6) 100%) !important;
    z-index: 2;
}

/* === HEAD: top-left === */
.v2-featured-head {
    position: absolute !important;
    top: clamp(40px, 6vh, 80px) !important;
    left: clamp(24px, 5vw, 80px) !important;
    right: clamp(24px, 5vw, 80px) !important;
    max-width: 720px !important;
    z-index: 5 !important;
    color: white;
}
.v2-featured-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 7px 14px !important;
    background: rgba(251, 195, 2, 0.16) !important;
    border: 1px solid rgba(251, 195, 2, 0.4) !important;
    border-radius: 999px !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 20px !important;
    font-family: var(--v2-mono) !important;
    font-size: clamp(0.75rem, 0.78vw, 0.875rem) !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #FBC302 !important;
}
.v2-featured-tag .v2-status-dot {
    width: 6px;
    height: 6px;
    background: #FBC302;
    border-radius: 50%;
    flex-shrink: 0;
}

.v2-featured-title {
    font-family: var(--v2-sans) !important;
    font-size: clamp(36px, 5.5vw, 76px) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
    color: white !important;
    margin: 0 0 20px !important;
    text-shadow: 0 2px 24px rgba(0,0,0,0.4);
    max-width: 760px;
}
.v2-featured-title em {
    color: #FBC302 !important;
    font-style: normal !important;
}

.v2-featured-text {
    font-family: var(--v2-sans) !important;
    font-size: clamp(0.9375rem, 1.0vw, 1.125rem) !important;
    line-height: 1.65 !important;
    color: rgba(255,255,255,0.88) !important;
    margin: 0 !important;
    max-width: 580px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

/* === CARD STATS GLASS: bottom-right === */
.v2-featured-statscard {
    position: absolute !important;
    bottom: clamp(40px, 5vh, 64px) !important;
    right: clamp(24px, 5vw, 80px) !important;
    background: rgba(8, 7, 4, 0.55) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 14px !important;
    padding: 26px 30px !important;
    min-width: 380px !important;
    max-width: 480px !important;
    z-index: 5 !important;
}
.v2-featured-statscard-label {
    font-family: var(--v2-mono) !important;
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem) !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.55) !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}
.v2-featured-statscard .v2-featured-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px 24px !important;
}
.v2-featured-statscard .v2-fstat {
    display: flex !important;
    flex-direction: column !important;
}
.v2-featured-statscard .v2-fstat-num {
    font-family: var(--v2-sans, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    color: #FBC302 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
}
.v2-featured-statscard .v2-fstat:first-child .v2-fstat-num {
    font-size: 1.5rem !important;
}
.v2-featured-statscard .v2-fstat-num .v2-unit {
    font-size: 0.5em !important;
    color: rgba(255,255,255,0.85) !important;
    margin-left: 4px !important;
    font-weight: 400 !important;
}
.v2-featured-statscard .v2-fstat-label {
    font-family: var(--v2-sans) !important;
    font-size: clamp(0.7812rem, 0.82vw, 0.9062rem) !important;
    color: rgba(255,255,255,0.65) !important;
    margin-top: 8px !important;
    line-height: 1.4 !important;
}

/* === CTA: bottom-left === */
.v2-featured-link {
    position: absolute !important;
    bottom: clamp(40px, 5vh, 64px) !important;
    left: clamp(24px, 5vw, 80px) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 13px 24px !important;
    background: rgba(255,255,255,0.92) !important;
    color: #1A1817 !important;
    border-radius: 999px !important;
    font-family: var(--v2-sans) !important;
    font-size: clamp(0.875rem, 0.9vw, 1.0312rem) !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-decoration: none !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 5 !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 8px 22px -8px rgba(0,0,0,0.3);
}
.v2-featured-link:hover {
    background: #FBC302 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -8px rgba(0,0,0,0.4);
}
.v2-featured-link span {
    transition: transform 0.3s ease;
    font-size: clamp(0.9375rem, 0.97vw, 1.0938rem);
}
.v2-featured-link:hover span {
    transform: translateX(4px);
}

/* === MOBILE: contenuto sopra immagine full-cover, scrollabile === */
@media (max-width: 900px) {
    .v2-featured {
        min-height: auto !important;
        padding: 0 !important;
        background: #1A1817 !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
    }
    /* Immagine resta sfondo full-cover */
    .v2-featured-img-wrap {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 0 !important;
    }
    .v2-featured-img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        filter: brightness(0.85) saturate(1.05) !important;
    }
    /* Overlay più leggero — immagine ben visibile, testo leggibile con shadow */
    .v2-featured-overlay {
        background: linear-gradient(180deg,
            rgba(8,7,4,0.15) 0%,
            rgba(8,7,4,0.35) 50%,
            rgba(8,7,4,0.75) 100%) !important;
        z-index: 1 !important;
    }
    /* HEAD relative sopra immagine */
    .v2-featured-head {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        padding: 70px 22px 24px !important;
        max-width: 100% !important;
        z-index: 5 !important;
    }
    .v2-featured-tag {
        font-size: 10px !important;
        padding: 6px 11px !important;
        margin-bottom: 16px !important;
        letter-spacing: 0.16em !important;
    }
    .v2-featured-title {
        font-size: clamp(26px, 7vw, 38px) !important;
        line-height: 1.08 !important;
        margin-bottom: 14px !important;
        max-width: 100% !important;
        text-shadow: 0 2px 16px rgba(0,0,0,0.55), 0 1px 4px rgba(0,0,0,0.45) !important;
    }
    .v2-featured-text {
        font-size: 14px !important;
        line-height: 1.55 !important;
        max-width: 100% !important;
        text-shadow: 0 1px 8px rgba(0,0,0,0.55), 0 1px 3px rgba(0,0,0,0.4) !important;
    }
    /* STATSCARD relative full-width */
    .v2-featured-statscard {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        margin: 0 22px 22px !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 18px 20px !important;
        z-index: 5 !important;
        background: rgba(8, 7, 4, 0.6) !important;
        border-radius: 14px !important;
    }
    .v2-featured-statscard-label {
        font-size: 9.5px !important;
        margin-bottom: 14px !important;
        letter-spacing: 0.2em !important;
    }
    .v2-featured-statscard .v2-featured-stats {
        grid-template-columns: 1fr 1fr !important;
        gap: 14px 16px !important;
    }
    .v2-featured-statscard .v2-fstat-num {
        font-size: 22px !important;
    }
    .v2-featured-statscard .v2-fstat:first-child .v2-fstat-num {
        font-size: 1.0625rem !important;
    }
    .v2-featured-statscard .v2-fstat-label {
        font-size: 11px !important;
        line-height: 1.35 !important;
        margin-top: 4px !important;
    }
    /* CTA LINK relative */
    .v2-featured-link {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        align-self: flex-start !important;
        margin: 0 22px 52px !important;
        padding: 12px 22px !important;
        font-size: 12px !important;
        z-index: 5 !important;
    }
}

@media (max-width: 480px) {
    .v2-featured-head { padding: 60px 18px 20px !important; }
    .v2-featured-statscard { margin: 0 18px 20px !important; padding: 16px 18px !important; }
    .v2-featured-link { margin: 0 18px 44px !important; padding: 11px 20px !important; font-size: 11px !important; }
    .v2-featured-statscard .v2-fstat-num { font-size: 20px !important; }
    .v2-featured-statscard .v2-fstat-label { font-size: 10px !important; }
}

/* ════════════════════════════════════════════════════════════════
   PRODUCT TITLE — "Illuminazione" italic + "STRADALE" maiuscolo
   ════════════════════════════════════════════════════════════════ */
.v2-product-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.v2-product-title-pre {
    font-style: italic;
    font-weight: 300;
    color: rgba(248, 246, 241, 0.7);
    font-size: 0.58em;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
}
.v2-product-title-main {
    letter-spacing: 0.005em;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1;
}

/* ════════════════════════════════════════════════════════════════
   PANEL PRODUCT PLACEHOLDER — quando manca l'immagine
   ════════════════════════════════════════════════════════════════ */
.v2-panel-product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 50%, rgba(251,195,2,0.1) 0%, transparent 60%),
        linear-gradient(135deg, #2a2521 0%, #1a1817 100%);
}
.v2-panel-product-placeholder span {
    font-family: var(--v2-sans, 'Plus Jakarta Sans', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 200;
    color: rgba(251,195,2,0.4);
    letter-spacing: -0.04em;
}

/* ═══════════════════════════════════════════════════════════════
   PRODUCT NAME — Rendering tipografico custom phLumina ELP2XS
   ph     → Jost (alt Futura BT) — nero su chiaro, bianco su scuro
   Lumina → Saira Condensed (alt Bank Gothic) — nero su chiaro, bianco su scuro
   ELP2XS → Montserrat (alt Gotham) — gold #FBC302
   ═══════════════════════════════════════════════════════════════ */
.ph-prodname {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}
.ph-prodname-ph {
    font-family: 'Jost', 'Futura', sans-serif;
    font-weight: 500;
    color: #1A1817;
    letter-spacing: -0.02em;
    text-transform: lowercase;
}
.ph-prodname-lumina {
    font-family: 'Saira Condensed', 'Bank Gothic', sans-serif;
    font-weight: 600;
    color: #1A1817;
    letter-spacing: 0.02em;
    text-transform: none;
}
.ph-prodname-variant {
    font-family: 'Montserrat', 'Gotham', sans-serif;
    font-weight: 700;
    color: #FBC302;
    letter-spacing: 0.02em;
    margin-left: 0;
}

/* Variante per sfondi scuri: ph + Lumina diventano CREAM, variante resta gold */
.ph-prodname--on-dark .ph-prodname-ph,
.ph-prodname--on-dark .ph-prodname-lumina {
    color: #F8F6F1;
}

/* Hover BLOCCATO sui nomi prodotti: i colori restano sempre come definiti */
a:hover .ph-prodname-ph,
a:hover .ph-prodname-lumina,
.v2-cat-card:hover .ph-prodname-ph,
.v2-cat-card:hover .ph-prodname-lumina,
.v2-cat-card:hover .ph-prodname-variant,
a:hover .ph-prodname-variant {
    color: inherit;  /* non override-a, lascia il colore della classe specifica */
}

/* ─── ph-prodname: scale per contesti diversi ─────────────────── */
/* Default: card categoria/related */
.v2-cat-card-title .ph-prodname,
.v2-prod-related-h3 .ph-prodname {
    font-size: 1rem;
}
.v2-cat-card-title .ph-prodname-ph { font-size: 0.9em; }
.v2-cat-card-title .ph-prodname-variant { font-size: 0.85em; }

/* XL: hero prodotto */
.ph-prodname--xl {
    font-size: clamp(1.4rem, 3.5vw, 3.5rem);
    white-space: normal;
    flex-wrap: wrap;
    word-break: break-word;
    overflow-wrap: break-word;
}
.ph-prodname--xl .ph-prodname-ph { font-size: 0.85em; white-space: nowrap; }
.ph-prodname--xl .ph-prodname-lumina { white-space: nowrap; }
.ph-prodname--xl .ph-prodname-variant {
    font-size: 0.7em;
    margin-left: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

/* Placeholder grande nella gallery prodotto */
.v2-prod-img-placeholder span {
    font-family: 'Montserrat', 'Gotham', sans-serif !important;
    color: rgba(251, 195, 2, 0.4) !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
}

/* Letters nella card related (decorazione tipografica nel placeholder) */
.v2-prod-related-img-letters {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', 'Gotham', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: rgba(251, 195, 2, 0.25);
    letter-spacing: 0.04em;
    pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════════
   FIX MOBILE COMPLESSIVO + UX PULIZIA
   ═══════════════════════════════════════════════════════════════ */

/* 1. Nascondi numero categoria sulla card (es. "06") su tutti i dispositivi */
.v2-product-num { display: none !important; }
.v2-panel-num { display: none !important; }

/* 2. Scrollbar invisibile sulle card scroll orizzontale */
.v2-products-scroll {
    scrollbar-width: none;         /* Firefox */
    -ms-overflow-style: none;      /* Edge/IE */
}
.v2-products-scroll::-webkit-scrollbar {
    display: none;                  /* Chrome/Safari */
    width: 0;
    height: 0;
}

/* 3. Mobile: card più grandi + peek della next card visibile */
@media (max-width: 768px) {
    /* Card 78vw → si vede 22vw della prossima (peek) */
    .v2-product-card { flex: 0 0 78vw; }
    /* Compact mode resta com'è (aspect-ratio auto + height 100px) */

    /* Padding scroll container per peek simmetrico */
    .v2-products-scroll {
        padding-left: 20px;
        padding-right: 20px;
        scroll-padding-left: 20px;
        gap: 16px;
    }
}

/* 4. Stats v2-pstat: numeri grandi più piccoli su mobile + spazio dalla label */
.v2-pstat-num {
    margin-bottom: 8px;
}
@media (max-width: 768px) {
    .v2-pstat-num {
        font-size: clamp(36px, 8vw, 56px) !important;
        line-height: 1;
        margin-bottom: 10px;
    }
    .v2-pstat-label {
        font-size: clamp(11px, 2.6vw, 13px) !important;
        line-height: 1.35;
    }
    .v2-pstat-num .v2-pstat-unit {
        font-size: 0.5em;
    }
    /* Stessa cosa per v2-fstat (featured stats Reggia di Caserta) */
    .v2-fstat-num {
        font-size: clamp(28px, 7vw, 44px) !important;
        line-height: 1;
        margin-bottom: 10px;
    }
    .v2-fstat-label {
        font-size: clamp(10px, 2.4vw, 12px) !important;
        line-height: 1.35;
    }
}

/* Nascondi anche il counter "01 / 10" dell'header aree applicative */
.v2-products-counter { display: none !important; }

/* ═══════════════════════════════════════════════════════════════
   FIX FINALI v3 — più aggressivi per vincere su cascade
   ═══════════════════════════════════════════════════════════════ */

/* 1. NASCONDI BARRA NAVIGAZIONE CUSTOM SU MOBILE (la barra gialla sotto le card)
      Non è la scrollbar HTML — è un componente custom .v2-scroll-nav con .v2-scroll-track + .v2-scroll-thumb */
@media (max-width: 900px) {
    .v2-scroll-nav,
    .v2-scroll-track,
    .v2-scroll-thumb,
    .v2-scroll-arrow,
    .v2-scroll-hint {
        display: none !important;
    }
}

/* 2. NUMERI PROGRESSIVI CARD/PANNELLI — nascosti SEMPRE, ovunque */
.v2-product-num,
.v2-panel-num,
.v2-products-counter,
.v2-cat-card-idx,
.v2-cat-card-count {
    display: none !important;
}

/* 3. STATS aree applicative — più spazio tra numero e label, font calibrato */
.v2-pstat-num {
    margin-bottom: 14px !important;
    line-height: 0.95 !important;
}
.v2-pstat-label {
    line-height: 1.45 !important;
}
@media (max-width: 900px) {
    .v2-products-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px 16px !important;
        padding: 24px 20px !important;
    }
    .v2-pstat {
        padding: 16px 12px !important;
        border-right: none !important;
        border-bottom: 1px solid var(--v2-line) !important;
    }
    .v2-pstat:nth-last-child(-n+2) {
        border-bottom: none !important;
    }
    .v2-pstat-num {
        font-size: clamp(32px, 7.5vw, 48px) !important;
        margin-bottom: 12px !important;
    }
    .v2-pstat-label {
        font-size: 11px !important;
        line-height: 1.5 !important;
        letter-spacing: 0.08em !important;
    }
}
@media (max-width: 480px) {
    .v2-products-stats {
        grid-template-columns: 1fr !important;
    }
    .v2-pstat:not(:last-child) {
        border-bottom: 1px solid var(--v2-line) !important;
    }
    .v2-pstat:last-child {
        border-bottom: none !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   FIX FINALI v4 — OVERLAY OFF + MOBILE INGRANDITO + STATS 2 COL
   Le immagini sono già scure cinematic, nessun overlay necessario.
   ═══════════════════════════════════════════════════════════════ */

/* 1. CARD HOME: rimuovo overlay scuro e brightness filter (foto già scure) */
.v2-product-img-wrap img,
.v2-product-card:hover .v2-product-img-wrap img,
.v2-products-scroll.compact .v2-product-img-wrap img,
.v2-products-scroll.compact .v2-product-card[aria-expanded="true"] .v2-product-img-wrap img {
    filter: none !important;
}
.v2-product-overlay,
.v2-products-scroll.compact .v2-product-overlay,
.v2-products-scroll.compact .v2-product-card[aria-expanded="true"] .v2-product-overlay {
    background: none !important;
    display: none !important;
}

/* 2. CARD MOBILE PIÙ GRANDI: 88vw → si vede solo 12% della next per peek */
@media (max-width: 900px) {
    .v2-product-card { flex: 0 0 88vw !important; }
    .v2-products-scroll {
        padding-left: 16px !important;
        padding-right: 16px !important;
        gap: 14px !important;
    }
}
@media (max-width: 480px) {
    .v2-product-card { flex: 0 0 90vw !important; }
}

/* 3. TITLE CARD HOME PIÙ GRANDE SU MOBILE */
@media (max-width: 900px) {
    .v2-product-title {
        font-size: clamp(22px, 5.5vw, 28px) !important;
    }
    .v2-product-title-pre {
        font-size: 0.52em !important;
    }
    .v2-product-title-main {
        font-size: 1em !important;
    }
    /* Tag in alto leggermente più grande */
    .v2-product-tag {
        font-size: 12px !important;
    }
}

/* 4. STATS "10 / 100.000+ / 200 lm/W / 100K h" → 2 COLONNE SU MOBILE (forzate) */
@media (max-width: 900px) {
    .v2-products-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0 !important;
        padding: 20px 16px !important;
        border: 1px solid var(--v2-line) !important;
    }
    .v2-pstat {
        padding: 20px 14px !important;
        border-right: 1px solid var(--v2-line) !important;
        border-bottom: 1px solid var(--v2-line) !important;
    }
    .v2-pstat:nth-child(2n) {
        border-right: none !important;
    }
    .v2-pstat:nth-last-child(-n+2) {
        border-bottom: none !important;
    }
    .v2-pstat-num {
        font-size: clamp(36px, 9vw, 48px) !important;
        margin-bottom: 12px !important;
        line-height: 1 !important;
    }
    .v2-pstat-label {
        font-size: 11px !important;
        line-height: 1.5 !important;
        letter-spacing: 0.08em !important;
    }
    .v2-pstat-num .v2-pstat-unit {
        font-size: 0.4em !important;
    }
}
/* Schermi piccolissimi: tengo le 2 colonne (non scendere a 1) */
@media (max-width: 380px) {
    .v2-products-stats {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .v2-pstat {
        padding: 16px 10px !important;
    }
    .v2-pstat-num {
        font-size: clamp(28px, 8vw, 36px) !important;
    }
    .v2-pstat-label {
        font-size: 10px !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   FIX v5 — OVERLAY 20% + TITOLI INGRANDITI + MOBILE PADDING
   ═══════════════════════════════════════════════════════════════ */

/* 1. OVERLAY 20% sulle card home (sostituisce il vecchio gradient pesante) */
.v2-product-overlay {
    display: block !important;
    background: rgba(26, 24, 23, 0.20) !important;
    pointer-events: none;
}
/* in modalità compact, overlay leggermente più forte per leggibilità testo bianco */
.v2-products-scroll.compact .v2-product-overlay {
    background: rgba(26, 24, 23, 0.45) !important;
    display: block !important;
}
/* foto: niente brightness filter (resto come sono nelle webp) */
.v2-product-img-wrap img,
.v2-product-card:hover .v2-product-img-wrap img,
.v2-products-scroll.compact .v2-product-img-wrap img {
    filter: none !important;
}

/* 2. TITOLO CARD HOME — più grande SU TUTTO (desktop + mobile) */
.v2-product-title {
    font-size: clamp(20px, 2vw, 32px) !important;
    line-height: 1.05 !important;
}
.v2-product-title-pre {
    font-size: 0.58em !important;
}

/* MOBILE: titolo ancora più grande e leggibile */
@media (max-width: 900px) {
    .v2-product-title {
        font-size: clamp(26px, 6.5vw, 34px) !important;
    }
    .v2-product-title-pre {
        font-size: 0.46em !important;
    }
    .v2-product-tag {
        font-size: 13px !important;
        letter-spacing: 0.12em !important;
    }
}

/* COMPACT mode: titoli compatti */
.v2-products-scroll.compact .v2-product-title {
    font-size: clamp(15px, 1.1vw, 17px) !important;
}
@media (max-width: 900px) {
    .v2-products-scroll.compact .v2-product-title {
        font-size: clamp(13px, 3vw, 16px) !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   FIX v6 — COMPACT MODE: testo NON tagliato
   Riduco font + padding + letter-spacing per stare in card strette
   ═══════════════════════════════════════════════════════════════ */

/* Card compact: 10 card affiancate, ciascuna ~140px su 1400px viewport.
   Area testo utile dopo padding: ~110px. Font max 13px in 800 weight. */
.v2-products-scroll.compact {
    gap: 2px !important;
}
.v2-products-scroll.compact .v2-product-card {
    height: 110px !important;
}
.v2-products-scroll.compact .v2-product-content {
    padding: 10px 6px !important;
    justify-content: center !important;
    text-align: center !important;
}
.v2-products-scroll.compact .v2-product-title {
    font-size: clamp(10px, 0.92vw, 13px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1px !important;
}
.v2-products-scroll.compact .v2-product-title-pre {
    font-size: 0.8em !important;
    font-style: italic !important;
    opacity: 0.7 !important;
}
.v2-products-scroll.compact .v2-product-title-main {
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    font-size: 1em !important;
}

/* Tablet: riduco ulteriormente */
@media (max-width: 1100px) {
    .v2-products-scroll.compact .v2-product-title {
        font-size: clamp(9px, 1vw, 12px) !important;
    }
    .v2-products-scroll.compact .v2-product-content {
        padding: 8px 4px !important;
    }
}

/* Mobile: compact diventa grid 2-3 colonne perché 10 affiancate non stanno */
@media (max-width: 700px) {
    .v2-products-scroll.compact {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 4px !important;
        padding: 12px !important;
    }
    .v2-products-scroll.compact .v2-product-card {
        height: 80px !important;
    }
    .v2-products-scroll.compact .v2-product-title {
        font-size: clamp(11px, 3vw, 13px) !important;
    }
}
@media (max-width: 400px) {
    .v2-products-scroll.compact {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   BREVETTI HEAD: LOGO RIGA 1 (dx) + TITOLO RIGA 2 (sx)
   Logo posizionato in absolute → NON aggiunge spazio verticale,
   le distanze del titolo dalla sezione restano identiche
   ═══════════════════════════════════════════════════════════════ */
.v2-brev-head--stacked {
    display: block !important;
    grid-template-columns: none !important;
    position: relative !important;
}
.v2-brev-head--stacked .v2-brev-logo-top {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}
.v2-brev-head--stacked .v2-brev-logo-top img {
    max-height: 56px;
    width: auto;
    height: auto;
}
.v2-brev-head--stacked .v2-brev-head-text {
    text-align: left !important;
    max-width: 720px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 700px) {
    .v2-brev-head--stacked .v2-brev-logo-top img {
        max-height: 42px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   CERTIFICAZIONI — Font ridotti + intro su 2 righe
   ═══════════════════════════════════════════════════════════════ */

/* Intro: max-width più largo così "Operiamo secondo i più elevati..." va su 2 righe invece di 3 */
.v2-certs-fullpage .v2-certs-intro {
    font-size: clamp(0.875rem, 0.95vw, 1.0625rem) !important;
    max-width: 760px !important;
    line-height: 1.6 !important;
}

/* Sigla ISO 9001 / 14001 ecc — leggermente più piccola */
.v2-cert-sigla {
    font-size: clamp(0.6875rem, 0.72vw, 0.8125rem) !important;
    letter-spacing: 0.16em !important;
}

/* Titolo certificazione — ridotto (era 22-30px, ora 18-24px) */
.v2-cert-titolo {
    font-size: clamp(1.0625rem, 1.5vw, 1.375rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
}

/* Descrizione sotto — leggermente più piccola */
.v2-cert-desc {
    font-size: clamp(0.8438rem, 0.9vw, 1rem) !important;
    line-height: 1.55 !important;
}

/* ═══════════════════════════════════════════════════════════════
   COMPACT MODE — Overlay più scuro per leggibilità testo bianco
   ═══════════════════════════════════════════════════════════════ */
.v2-products-scroll.compact .v2-product-overlay {
    background: rgba(26, 24, 23, 0.78) !important;
    display: block !important;
}
/* Card attiva (selezionata): overlay leggermente meno scuro + tinta gold per evidenziarla */
.v2-products-scroll.compact .v2-product-card[aria-expanded="true"] .v2-product-overlay {
    background: linear-gradient(180deg,
        rgba(251, 195, 2, 0.18) 0%,
        rgba(26, 24, 23, 0.85) 100%) !important;
}
/* Foto compact: leggermente scurite */
.v2-products-scroll.compact .v2-product-img-wrap img {
    filter: brightness(0.7) !important;
}
.v2-products-scroll.compact .v2-product-card[aria-expanded="true"] .v2-product-img-wrap img {
    filter: brightness(0.85) saturate(1.1) !important;
}

/* ═══════════════════════════════════════════════════════════════
   PARAGRAFI HOME — Full-width sotto il titolo (out of head box)
   ═══════════════════════════════════════════════════════════════ */
@media (min-width: 901px) {
    .v2-products-intro {
        max-width: none !important;
        width: 100% !important;
        font-size: clamp(0.9375rem, 0.98vw, 1rem) !important;
    }
    /* Brev intro full-width: spostato fuori dall'head, occupa tutta la pagina */
    .v2-brev-intro--fullwidth {
        max-width: none !important;
        width: 100% !important;
        margin: 0 0 60px !important;
        font-size: clamp(0.9375rem, 1vw, 1.0625rem) !important;
        line-height: 1.6 !important;
        color: rgba(248,246,241,0.75) !important;
        text-align: left !important;
    }
    /* Certs intro full-width */
    .v2-certs-intro--fullwidth {
        max-width: 1280px !important;
        width: 100% !important;
        margin: -16px auto 60px !important;
        padding: 0 24px !important;
        font-size: clamp(1rem, 1.05vw, 1.125rem) !important;
        line-height: 1.6 !important;
        color: rgba(26, 24, 23, 0.6) !important;
        text-align: center !important;
    }
}
@media (max-width: 900px) {
    .v2-brev-intro--fullwidth {
        margin: 16px 0 40px !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }
    .v2-certs-intro--fullwidth {
        margin: 0 auto 40px !important;
        padding: 0 20px !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
        max-width: 100% !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   NOMI PRODOTTI — Subscript (Tipo A/B) + Tricolore italiano
   ═══════════════════════════════════════════════════════════════ */
.ph-prodname-subscript {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.52em;
    font-weight: 600;
    vertical-align: sub;
    color: rgba(26, 24, 23, 0.7);
    margin-left: 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
}
.ph-prodname--on-dark .ph-prodname-subscript {
    color: rgba(248, 246, 241, 0.7);
}

/* Tricolore italiano per phEvoSTADIOITA */
.ph-prodname-italian-tricolor .ph-prodname-variant {
    color: #FBC302;  /* "STADIO" resta giallo */
}
.ph-prodname-italian-tricolor .ph-prodname-variant .ita-i { color: #008C45 !important; }  /* verde */
.ph-prodname-italian-tricolor .ph-prodname-variant .ita-a { color: #CD212A !important; }  /* rosso */

/* T: bianca di default (sfondo scuro), grigia su sfondo chiaro */
.ph-prodname-italian-tricolor .ph-prodname-variant .ita-t { color: #999999 !important; }
.ph-prodname--on-dark.ph-prodname-italian-tricolor .ph-prodname-variant .ita-t,
.ph-prodname-italian-tricolor.ph-prodname--on-dark .ph-prodname-variant .ita-t {
    color: #F8F6F1 !important;
}

/* ═══════════════════════════════════════════════════════════════
   NOMI PRODOTTI — Colori di default (sovrascrivibili da style inline)
   ═══════════════════════════════════════════════════════════════ */
.ph-prodname-ph {
    color: #1A1817;
}
.ph-prodname-lumina {
    color: #1A1817;
}
.ph-prodname-variant {
    color: #FBC302;
}
.ph-prodname-subscript,
*:hover .ph-prodname-subscript {
    color: rgba(26, 24, 23, 0.7) !important;
}

/* Su sfondo scuro: ph + lumina diventano CREAM, variant resta gold */
.ph-prodname--on-dark .ph-prodname-ph,
*:hover .ph-prodname--on-dark .ph-prodname-ph,
.ph-prodname--on-dark .ph-prodname-lumina,
*:hover .ph-prodname--on-dark .ph-prodname-lumina {
    color: #F8F6F1 !important;
}
.ph-prodname--on-dark .ph-prodname-subscript,
*:hover .ph-prodname--on-dark .ph-prodname-subscript {
    color: rgba(248, 246, 241, 0.7) !important;
}

/* Tricolore italiano sempre stabile */
.ph-prodname-italian-tricolor .ph-prodname-variant .ita-i,
*:hover .ph-prodname-italian-tricolor .ph-prodname-variant .ita-i {
    color: #008C45 !important;
}
.ph-prodname-italian-tricolor .ph-prodname-variant .ita-a,
*:hover .ph-prodname-italian-tricolor .ph-prodname-variant .ita-a {
    color: #CD212A !important;
}
.ph-prodname-italian-tricolor .ph-prodname-variant .ita-t,
*:hover .ph-prodname-italian-tricolor .ph-prodname-variant .ita-t {
    color: #999999 !important;
}
.ph-prodname--on-dark.ph-prodname-italian-tricolor .ph-prodname-variant .ita-t,
.ph-prodname-italian-tricolor.ph-prodname--on-dark .ph-prodname-variant .ita-t,
*:hover .ph-prodname--on-dark.ph-prodname-italian-tricolor .ph-prodname-variant .ita-t,
*:hover .ph-prodname-italian-tricolor.ph-prodname--on-dark .ph-prodname-variant .ita-t {
    color: #F8F6F1 !important;
}

/* ═══════════════════════════════════════════════════════════════
   IMMAGINI PRODOTTO — sovrappongono i placeholder se presenti
   ═══════════════════════════════════════════════════════════════ */
/* Mega menu home: pannello prodotti */
.v2-panel-product-img { position: relative; }
.v2-panel-product-img-real {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12%;
    z-index: 2;
    transition: transform 0.5s ease;
}
.v2-panel-product:hover .v2-panel-product-img-real { transform: scale(1.05); }

/* Quando c'è l'immagine reale, nasconde la lettera del placeholder ma mantiene il bagliore */
.v2-panel-product-img:has(.v2-panel-product-img-real) .v2-panel-product-placeholder span {
    display: none;
}


/* ═══════════════════════════════════════════════════════════════
   CARD PRODOTTO NEL PANEL HOME — stile premium
   ═══════════════════════════════════════════════════════════════ */
.v2-pp-subtitle {
    font-size: 0.75rem;
    color: var(--v2-text-on-dark-2, rgba(248,246,241,0.55));
    margin: 0 0 10px;
    line-height: 1;
}

.v2-pp-divider {
    height: 1px;
    background: var(--v2-line-dark, rgba(248,246,241,0.08));
    margin: 10px 0;
}

.v2-pp-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    margin: 0;
}

.v2-pp-specs > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.v2-pp-specs dt {
    font-family: var(--v2-mono, 'JetBrains Mono', monospace);
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--v2-text-on-dark-2, rgba(248,246,241,0.45));
}

.v2-pp-specs dd {
    font-family: var(--v2-mono, 'JetBrains Mono', monospace);
    font-size: clamp(0.5rem, 0.7vw, 0.75rem);
    font-weight: 600;
    color: var(--v2-cream, #F8F6F1);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}