/* M-AllMyCity — Intro Esplora
   Componente persistente del Design System.
   Full-bleed, senza CTA: racconta progetto, commercio locale e territorio abruzzese. */
.mmc-explore-intro,
.mmc-explore-intro *{box-sizing:border-box}

.mmc-explore-intro{
    margin:0 0 var(--mmc-section-space);
    max-width:none;
    position:relative;
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}

.mmc-explore-intro__card{
    background:#f8f4ed;
    border:0;
    border-radius:0;
    box-shadow:none;
    display:grid;
    grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);
    min-height:clamp(440px,40vw,620px);
    overflow:hidden;
    width:100%;
}

.mmc-explore-intro__copy{
    align-self:center;
    padding:
        clamp(42px,5vw,78px)
        clamp(30px,5vw,72px)
        clamp(42px,5vw,78px)
        max(30px,calc((100vw - 1360px)/2 + 30px));
    position:relative;
    z-index:2;
}

.mmc-explore-intro__brandline{
    align-items:center;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    gap:clamp(12px,1.4vw,20px);
    justify-content:center;
    margin:0 0 10px;
    max-width:680px;
    position:relative;
    top:-18px;
    width:100%;
}

.mmc-explore-intro__logo{
    display:block;
    flex:0 1 auto;
    height:auto;
    margin:0;
    max-width:250px;
    width:clamp(185px,18vw,250px);
}

.mmc-explore-intro__region{
    align-items:center;
    background:rgba(255,255,255,.68);
    border:1px solid rgba(7,29,58,.12);
    border-radius:999px;
    box-shadow:0 4px 14px rgba(7,29,58,.035);
    color:#0b2a50;
    display:inline-flex;
    flex:0 0 auto;
    font-size:14px;
    font-weight:700;
    gap:7px;
    letter-spacing:.015em;
    line-height:1;
    padding:9px 12px 9px 10px;
    white-space:nowrap;
}

.mmc-explore-intro__region svg{
    fill:none;
    height:18px;
    stroke:#d84a52;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:1.8;
    width:18px;
}

.mmc-explore-intro__copy h2{
    color:var(--mmc-color-text-strong,#071d3a);
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(40px,4.15vw,64px);
    font-weight:700;
    letter-spacing:-.03em;
    line-height:1.01;
    margin:0 0 22px;
    max-width:680px;
}

.mmc-explore-intro__copy p{
    color:#47586a;
    font-size:clamp(17px,1.35vw,20px);
    line-height:1.62;
    margin:0;
    max-width:680px;
}

.mmc-explore-intro__media{
    margin:0;
    min-height:100%;
    overflow:hidden;
    position:relative;
}

.mmc-explore-intro__media::before{
    background:linear-gradient(90deg,#f8f4ed 0%,rgba(248,244,237,.74) 12%,rgba(248,244,237,.18) 31%,rgba(248,244,237,0) 48%);
    content:"";
    inset:0;
    pointer-events:none;
    position:absolute;
    z-index:1;
}

.mmc-explore-intro__media img{
    display:block;
    filter:saturate(.88) contrast(.98);
    height:100%;
    min-height:clamp(440px,40vw,620px);
    object-fit:cover;
    object-position:50% 53%;
    width:100%;
}

@media(max-width:900px){
    .mmc-explore-intro{
        margin:0 0 var(--mmc-section-space);
    }

    .mmc-explore-intro__card{
        display:flex;
        flex-direction:column;
        min-height:0;
    }

    .mmc-explore-intro__copy{
        padding:30px 22px 28px;
    }

    .mmc-explore-intro__brandline{
        gap:10px;
        justify-content:center;
        margin-bottom:12px;
        max-width:none;
        top:-8px;
    }

    .mmc-explore-intro__logo{
        max-width:205px;
        width:clamp(165px,50vw,205px);
    }

    .mmc-explore-intro__region{
        font-size:12px;
        gap:5px;
        padding:8px 11px 8px 9px;
    }

    .mmc-explore-intro__region svg{
        height:17px;
        width:17px;
    }

    .mmc-explore-intro__copy h2{
        font-size:clamp(34px,9.5vw,46px);
        line-height:1.02;
        margin-bottom:16px;
    }

    .mmc-explore-intro__copy p{
        font-size:16px;
        line-height:1.55;
    }

    .mmc-explore-intro__media,
    .mmc-explore-intro__media img{
        height:clamp(245px,68vw,360px);
        min-height:clamp(245px,68vw,360px);
    }

    .mmc-explore-intro__media::before{
        background:linear-gradient(180deg,#f8f4ed 0%,rgba(248,244,237,.22) 18%,rgba(248,244,237,0) 42%);
    }

    .mmc-explore-intro__media img{
        object-position:50% 54%;
    }
}

@media(max-width:390px){
    .mmc-explore-intro__copy{
        padding:26px 18px 24px;
    }

    .mmc-explore-intro__brandline{
        gap:8px;
        top:-6px;
    }

    .mmc-explore-intro__logo{
        width:158px;
    }

    .mmc-explore-intro__region{
        font-size:11px;
        padding:7px 9px 7px 8px;
    }

    .mmc-explore-intro__copy h2{
        font-size:32px;
    }
}
