.elementor-24 .elementor-element.elementor-element-776ca80{--display:flex;}.elementor-24 .elementor-element.elementor-element-5e0886d{width:100%;max-width:100%;}.elementor-24 .elementor-element.elementor-element-56a4505{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-5e0886d *//* ========================================
   PROGETTO PAGE - Specific Styles
   ======================================== */

/* ========================================
   HERO — Scroll indicator (stesso pattern homepage)
   ======================================== */

.lop-hero--progetto .lop-hero__scroll {
    position: absolute;
    bottom: var(--sp-l);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.lop-hero--progetto .lop-hero__scroll span {
    display: block;
    width: 22px;
    height: 36px;
    border: 2px solid rgba(253, 253, 255, 0.5);
    border-radius: 11px;
    position: relative;
}

.lop-hero--progetto .lop-hero__scroll span::after {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    background: var(--c-solar);
    border-radius: 2px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: lop-scroll-bounce 1.8s ease-in-out infinite;
}

@keyframes lop-scroll-bounce {
    0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
    50%       { opacity: 0.3; transform: translateX(-50%) translateY(8px); }
}

@media (prefers-reduced-motion: reduce) {
    .lop-hero--progetto .lop-hero__scroll span::after {
        animation: none;
    }
}

/* ========================================
   HERO - PROGETTO
   ======================================== */

.lop-hero--progetto {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

@media (min-width: 768px) {
    .lop-hero--progetto {
        height: 100vh;
    }
}

.lop-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.lop-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, rgba(24, 31, 28, 0.4) 0%, rgba(24, 31, 28, 0.75) 100%);
    z-index: 2;
}

.lop-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--c-light);
    padding: 0 var(--sp-l);
    max-width: 860px;
}

.lop-hero--progetto .lop-hero__label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: var(--fw-semibold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--c-solar);
    margin-bottom: var(--sp-s);
    opacity: 0.95;
}

.lop-section-label--vision {
    color: var(--c-forest) !important;
}

.lop-section-label--chisiamo,
.lop-section-label--territorio,
.lop-section-label--comefunziona,
.lop-section-label--cura {
    color: var(--c-coastal) !important;
}

.lop-btn--lg {
    padding: 14px 28px;
    font-size: 0.9375rem;
}

.lop-hero--progetto .lop-hero__title {
    font-size: clamp(2rem, 4vw + 0.5rem, 3.5rem);
    font-weight: var(--fw-bold);
    margin-bottom: var(--sp-s);
    line-height: 1.15;
    letter-spacing: -0.5px;
}

@media (min-width: 768px) {
    .lop-hero--progetto .lop-hero__title {
        margin-bottom: var(--sp-m);
    }
}

.lop-hero--progetto .lop-hero__subtitle {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: var(--sp-s);
    opacity: 0.92;
    font-weight: var(--fw-regular);
}

.lop-hero--progetto .lop-hero__intro {
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.7;
    margin: 0 0 var(--sp-l);
    color: rgba(253, 253, 255, 0.9);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .lop-hero--progetto .lop-hero__subtitle {
        font-size: clamp(1rem, 2.2vw, 1.25rem);
        margin-bottom: var(--sp-l);
    }
}

@media (max-width: 767px) {
    .lop-hero--progetto .lop-hero__subtitle {
        margin-bottom: var(--sp-s);
    }

    .lop-hero--progetto .lop-hero__intro {
        margin-bottom: var(--sp-m);
        font-size: 0.95rem;
    }
}

/* ========================================
   CHI SIAMO
   ======================================== */

.lop-chisiamo {
    background-color: var(--c-light);
    padding: var(--sp-xl) 0;
    position: relative;
}

.lop-chisiamo .lop-container {
    display: flex;
    flex-direction: column;
    gap: var(--sp-xl);
}

@media (min-width: 768px) {
    .lop-chisiamo .lop-container {
        flex-direction: row;
        align-items: stretch;
        gap: var(--sp-xl);
    }
}

.lop-chisiamo__content {
    flex: 1 1 0;
    max-width: none;
}

.lop-chisiamo__content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--c-ground);
    margin-bottom: var(--sp-m);
}

.lop-chisiamo__subtitle {
    color: var(--c-coastal) !important;
    font-size: 1.15rem;
    font-weight: var(--fw-semibold);
    line-height: 1.5;
    margin-bottom: var(--sp-m);
}

.lop-chisiamo__content p {
    color: var(--c-slate);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: var(--sp-m);
}

.lop-chisiamo__image {
    flex: 1 1 0;
    min-height: 0;
    height: clamp(320px, 42vw, 520px);
    max-height: clamp(320px, 42vw, 520px);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(24, 31, 28, 0.14);
    display: flex;
    align-self: flex-start;
}

@media (min-width: 768px) {
    .lop-chisiamo__image {
        height: 574px;
        max-height: 574px;
    }
}

.lop-chisiamo__image:hover {
    box-shadow: 0 14px 30px rgba(24, 31, 28, 0.14);
}

.lop-chisiamo__image img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center 45%;
    display: block;
}

.lop-chisiamo__content .lop-chisiamo__subtitle {
    color: var(--c-coastal) !important;
}

/* ========================================
   LA VISIONE
   ======================================== */

.lop-visione {
    background: #f2f7f5;
    color: var(--c-ground);
    padding: var(--sp-xl) 0;
}

@media (min-width: 768px) {
    .lop-visione { padding: var(--sp-xl) 0; }
}

.lop-visione__header {
    text-align: center;
    margin-bottom: var(--sp-xl);
}

.lop-visione__header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: var(--sp-m);
}

.lop-visione__subtitle {
    font-size: 1.15rem !important;
    color: var(--c-forest) !important;
    font-weight: var(--fw-semibold);
    margin-bottom: var(--sp-s) !important;
}

.lop-visione__header p {
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 760px;
    margin: 0 auto;
    color: var(--c-slate);
    opacity: 1;
}

.lop-visione__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-m);
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .lop-visione__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lop-visione__block {
    text-align: left;
    padding: var(--sp-s);
    background: #ffffff;
    border-radius: var(--radius-card);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 20px rgba(24, 31, 28, 0.08);
}

.lop-visione__block:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(24, 31, 28, 0.12);
}

.lop-visione__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: var(--sp-m);
}

.lop-visione__block h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: var(--sp-s);
    color: var(--c-ground);
    padding: 0 var(--sp-s);
}

.lop-visione__block p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--c-slate);
    padding: 0 var(--sp-s) var(--sp-s);
}

/* ========================================
   IL TERRITORIO
   ======================================== */

.lop-territorio {
    background: linear-gradient(180deg, #f5f0e9 0%, #efe7dc 100%);
    color: var(--c-ground);
    padding: var(--sp-xl) 0;
}

.lop-territorio .lop-container {
    display: flex;
    flex-direction: column;
    gap: var(--sp-xl);
}

@media (min-width: 768px) {
    .lop-territorio .lop-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
        gap: var(--sp-xl);
    }
}

.lop-territorio__image {
    flex: 1;
    min-height: 300px;
    border-radius: 6px;
    overflow: hidden;
}

.lop-territorio__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lop-territorio__content {
    flex: 1 1 0;
    max-width: none;
    order: 2;
    align-self: stretch;
}

.lop-territorio__subtitle {
    font-size: 1.15rem;
    font-weight: var(--fw-semibold);
    color: var(--c-coastal);
    margin-bottom: var(--sp-m);
}

.lop-territorio__content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: var(--sp-m);
}

.lop-territorio__content p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: var(--sp-m);
    color: var(--c-slate);
}

.lop-territorio__content p:last-child {
    margin-bottom: 0;
}

/* Layout zig-zag:
   - colonna sinistra: grande sopra (shot-1, occupa 2 righe), piccola sotto (shot-3)
   - colonna destra:   piccola sopra (shot-2), grande sotto (shot-4, occupa 2 righe)
   Le 3 righe sono uguali → le immagini grandi occupano 2/3 dell'altezza totale,
   le piccole 1/3, dando un rapporto pulito 2:1 senza dipendere da altezze fisse. */
.lop-territorio__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr);
    grid-template-areas:
        "shot-1 shot-2"
        "shot-1 shot-4"
        "shot-3 shot-4";
    gap: var(--sp-xs);
    min-width: 0;
    align-self: stretch;
    order: 1;
    height: 100%;
}

.lop-territorio__shot {
    margin: 0;
    border-radius: var(--radius-card);
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 26px rgba(24, 31, 28, 0.14);
    min-height: 140px;
}

.lop-territorio__shot:nth-child(1) {
    grid-area: shot-1;
    background-position: center 58%;
}

.lop-territorio__shot:nth-child(2) {
    grid-area: shot-2;
    background-position: center 42%;
}

/* Mappa esplicita figli → aree:
   - 1ª img (HTML) → shot-1 (top-left, GRANDE)
   - 2ª img (HTML) → shot-2 (top-right, piccola)
   - 3ª img (HTML) → shot-3 (bottom-right, piccola, stessa misura della 2ª)
   - 4ª img (HTML) → shot-4 (bottom-left, GRANDE, stessa misura della 1ª) */
.lop-territorio__shot:nth-child(3) {
    grid-area: shot-3;
    background-position: center 48%;
}

.lop-territorio__shot:nth-child(4) {
    grid-area: shot-4;
    background-position: center 52%;
}

/* ========================================
   COME FUNZIONA
   ======================================== */

.lop-come-funziona {
    background-color: #f4f8fb;
    padding: var(--sp-xl) 0;
    text-align: center;
}

@media (min-width: 768px) {
    .lop-come-funziona { padding: var(--sp-xl) 0; }
}

.lop-come-funziona h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--c-ground);
    text-align: center;
    margin-bottom: var(--sp-m);
}

.lop-come-funziona__intro {
    color: var(--c-slate);
    text-align: center;
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto var(--sp-xl);
    line-height: 1.6;
}

.lop-come-funziona__subtitle {
    color: var(--c-coastal) !important;
    text-align: center;
    font-size: 1.08rem;
    font-weight: var(--fw-semibold);
    margin: 0 auto var(--sp-s);
}

.lop-come-funziona__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-l);
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .lop-come-funziona__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lop-come-funziona__pillar {
    background: white;
    padding: var(--sp-s);
    border-radius: var(--radius-card);
    border: 1px solid #dfe7ec;
    text-align: left;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.lop-come-funziona__pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.lop-come-funziona__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    margin-bottom: var(--sp-m);
}

.lop-come-funziona__pillar h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--c-ground);
    margin-bottom: var(--sp-s);
    padding: 0 var(--sp-s);
}

.lop-come-funziona__pillar p {
    color: var(--c-slate);
    font-size: 0.95rem;
    line-height: 1.7;
    padding: 0 var(--sp-s) var(--sp-s);
}

/* ========================================
   CURA DEL TERRITORIO
   ======================================== */

.lop-cura-territorio {
    background-color: #f6fbf7;
    padding: var(--sp-xl) 0;
}

.lop-cura-territorio__layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--sp-l);
    align-items: stretch;
}

@media (min-width: 768px) {
    .lop-cura-territorio { padding: var(--sp-xl) 0; }
}

.lop-cura-territorio__intro {
    max-width: none;
    margin: 0;
    text-align: left;
}

.lop-cura-territorio__subtitle {
    color: var(--c-coastal) !important;
    font-size: 1.1rem;
    font-weight: var(--fw-semibold);
    margin-bottom: var(--sp-m);
}

.lop-cura-territorio__intro h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--c-ground);
    margin-bottom: var(--sp-m);
}

.lop-cura-territorio__intro p {
    color: var(--c-slate);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: var(--sp-m);
}

.lop-cura-territorio__intro p:last-child {
    margin-bottom: 0;
}

.lop-cura-territorio__visual {
    height: 100%;
    min-height: 0;
    max-height: clamp(320px, 40vw, 500px);
    align-self: flex-start;
    overflow: hidden;
    border-radius: var(--radius-card);
}

.lop-cura-territorio__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    border-radius: var(--radius-card);
    box-shadow: 0 16px 36px rgba(24, 31, 28, 0.16);
}

.lop-cura-territorio__cta-copy {
    color: var(--c-slate);
    margin-top: var(--sp-m);
    margin-bottom: var(--sp-m);
}

.lop-cura-territorio__cta-actions {
    display: flex;
    justify-content: flex-start;
}

.lop-cura-territorio__form {
    background: white;
    padding: var(--sp-l);
    border-radius: var(--radius-card);
    max-width: 760px;
    margin: 0 auto;
    border: 1px solid #deebdf;
    box-shadow: 0 12px 26px rgba(24, 31, 28, 0.08);
}

.lop-cura-territorio__form h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--c-ground);
    margin-bottom: var(--sp-m);
    text-align: center;
}

/* ========================================
   SEGNALAZIONI AUTH GATE
   ======================================== */

.lop-segnalazioni-auth {
    text-align: center;
    padding: var(--sp-m);
    background: #f9f9f9;
    border-radius: 6px;
}

.lop-segnalazioni-auth p {
    color: var(--c-slate);
    margin-bottom: var(--sp-m);
    font-size: 1rem;
}

.lop-segnalazioni-auth__buttons {
    display: flex;
    gap: var(--sp-s);
    justify-content: center;
    flex-wrap: wrap;
}

/* ========================================
   SEGNALAZIONI FORM
   ======================================== */

.lop-segnalazioni-form {
    display: flex;
    flex-direction: column;
    gap: var(--sp-m);
}

.lop-form-group {
    display: flex;
    flex-direction: column;
    gap: var(--sp-xs);
}

.lop-form-group label {
    font-weight: bold;
    color: var(--c-ground);
    font-size: 0.95rem;
}

.lop-form-group input,
.lop-form-group select,
.lop-form-group textarea {
    padding: var(--sp-s);
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-family: var(--font-main);
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.lop-form-group input:focus,
.lop-form-group select:focus,
.lop-form-group textarea:focus {
    outline: none;
    border-color: var(--c-coastal);
    box-shadow: 0 0 0 3px rgba(16, 161, 190, 0.1);
}

.lop-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.lop-form-actions {
    display: flex;
    gap: var(--sp-s);
    margin-top: var(--sp-m);
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .lop-form-actions {
        justify-content: flex-start;
    }
}

/* ========================================
   SEGNALAZIONI MESSAGE
   ======================================== */

.lop-segnalazioni-message {
    padding: var(--sp-m);
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    margin-top: var(--sp-m);
}

.lop-segnalazioni-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.lop-segnalazioni-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ========================================
   HINT PER STRUTTURE (banner sobrio prima della CTA finale)
   ======================================== */

.lop-progetto-partner-hint {
    background: #eef4f2;
    padding: var(--sp-xl) 0;
    border-top: 1px solid rgba(24, 31, 28, 0.06);
    border-bottom: 1px solid rgba(24, 31, 28, 0.06);
}

.lop-progetto-partner-hint__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: var(--sp-l);
    background: var(--c-ground);
    color: var(--c-light);
    padding: clamp(28px, 4vw, 44px);
    border-radius: var(--radius-card);
    box-shadow: 0 12px 32px rgba(24, 31, 28, 0.14);
}

.lop-progetto-partner-hint__text .lop-section-label {
    color: var(--c-solar);
}

.lop-progetto-partner-hint__text h3 {
    margin: 0 0 10px;
    color: var(--c-light);
    font-size: clamp(1.15rem, 1.6vw + 0.4rem, 1.5rem);
    font-weight: var(--fw-semibold);
    line-height: 1.3;
}

.lop-progetto-partner-hint__text p {
    margin: 0;
    color: rgba(253, 253, 255, 0.82);
    font-size: 0.9375rem;
    line-height: 1.7;
    max-width: 60ch;
}

.lop-progetto-partner-hint .lop-btn {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .lop-progetto-partner-hint { padding: var(--sp-l) 0; }
    .lop-progetto-partner-hint__inner {
        grid-template-columns: 1fr;
        gap: var(--sp-m);
        padding: var(--sp-m);
    }
    .lop-progetto-partner-hint .lop-btn { width: 100%; }
}

/* ========================================
   CTA FINALE
   ======================================== */

.lop-cta-finale {
    position: relative;
    color: white;
    padding: var(--sp-xxl) 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.lop-cta-finale__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(24, 31, 28, 0.4) 0%, rgba(24, 31, 28, 0.75) 100%);
    z-index: 1;
}

.lop-cta-finale__inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.lop-cta-finale h2 {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: bold;
    margin-bottom: var(--sp-m);
}

.lop-cta-finale p {
    font-size: 1.2rem;
    margin-bottom: var(--sp-l);
    opacity: 0.95;
    line-height: 1.7;
}

/* ========================================
   SCROLL REVEAL ANIMATION
   ======================================== */

[data-reveal]:not(.lop-hero__content) {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal]:not(.lop-hero__content).is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================
   PARALLAX EFFECT (Hero)
   ======================================== */

.lop-hero--progetto.parallax .lop-hero__bg {
    will-change: transform;
}

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

@media (max-width: 640px) {
    .lop-hero--progetto .lop-hero__title {
        font-size: 2rem;
    }

    .lop-hero--progetto .lop-hero__subtitle {
        font-size: 1rem;
    }

    .lop-hero--progetto {
        min-height: 100vh;
        height: 100vh;
        background-attachment: scroll;
    }

    .lop-chisiamo__content h2,
    .lop-visione__header h2,
    .lop-territorio__content h2,
    .lop-come-funziona h2,
    .lop-cura-territorio__intro h2 {
        font-size: 1.5rem;
    }

    .lop-form-group input,
    .lop-form-group select,
    .lop-form-group textarea {
        font-size: 16px; /* Prevents zoom on mobile */
    }

    .lop-chisiamo__image {
        min-height: 0;
        max-height: none;
        transform: none;
        box-shadow: 0 12px 24px rgba(24, 31, 28, 0.12);
        align-self: stretch;
    }

    .lop-territorio__gallery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(180px, auto));
        grid-template-areas:
            "shot-1"
            "shot-2"
            "shot-3"
            "shot-4";
        height: auto;
    }

    .lop-cura-territorio__layout {
        grid-template-columns: 1fr;
    }

    .lop-cura-territorio__visual {
        max-height: none;
        align-self: stretch;
    }

    .lop-cta-finale {
        background-attachment: scroll;
    }
}

/* Su mobile il doppio padding xl (80+80) tra sezioni adiacenti lascia
   uno stacco eccessivo; comprimo il lato di contatto fra sezioni che si
   susseguono nel flusso della pagina progetto.
   In chisiamo, anche il gap xl (80px) tra testo e immagine nel
   flex-column viene compresso a sp-m per non lasciare un vuoto
   troppo grande prima della sezione visione sotto. */
@media (max-width: 768px) {
    .lop-chisiamo .lop-container {
        gap: var(--sp-m);
    }
    .lop-chisiamo,
    .lop-come-funziona {
        padding-bottom: var(--sp-m);
    }
    .lop-visione,
    .lop-cura-territorio {
        padding-top: var(--sp-m);
    }
}

/* ========================================
   Mobile stretto (≤480px): compattare padding e tipografia
   ======================================== */
@media (max-width: 480px) {
    .lop-chisiamo,
    .lop-visione,
    .lop-territorio,
    .lop-come-funziona,
    .lop-cura-territorio,
    .lop-cta-finale {
        padding: var(--sp-xl) 0;
    }
    .lop-chisiamo,
    .lop-come-funziona {
        padding-bottom: var(--sp-m);
    }
    .lop-visione,
    .lop-cura-territorio {
        padding-top: var(--sp-m);
    }
    .lop-chisiamo__content h2,
    .lop-visione__header h2,
    .lop-territorio__content h2,
    .lop-come-funziona h2,
    .lop-cura-territorio__intro h2 {
        font-size: 1.4rem;
        line-height: 1.25;
    }
    .lop-hero--progetto .lop-hero__title {
        font-size: 1.75rem;
    }
    .lop-territorio__gallery {
        grid-template-rows: repeat(4, minmax(160px, auto));
    }
    .lop-cura-territorio__visual {
        max-height: clamp(220px, 60vw, 320px);
    }
    .lop-cura-territorio__visual img {
        object-position: center 42%;
    }
}/* End custom CSS */