/**
 * La Cuccaia - adattamenti responsive condivisi.
 */

@media (max-width: 900px) {
    .lc-intro__grid,
    .lc-contact__inner {
        grid-template-columns: 1fr;
    }

    .lc-intro__copy {
        padding-left: 0;
    }

    .lc-intro__visual {
        width: min(100%, 620px);
    }

    .lc-feature__number {
        margin-bottom: 35px;
    }
}

@media (max-width: 720px) {
    .lc-container {
        width: min(100% - 32px, 1180px);
    }

    .lc-section {
        padding-block: 78px;
    }

    .lc-hero {
        min-height: 700px;
        background-image: linear-gradient(90deg, rgba(15, 29, 23, 0.78), rgba(15, 29, 23, 0.35)), var(--lc-hero-image);
    }

    .lc-hero__inner {
        padding-bottom: 115px;
    }

    .lc-hero h1 {
        font-size: clamp(3.8rem, 19vw, 6rem);
    }

    .lc-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .lc-scroll-cue {
        right: 16px;
        bottom: 32px;
    }

    .lc-intro__visual::before {
        top: -16px;
        right: -10px;
    }

    .lc-photo-card,
    .lc-placeholder-card,
    .lc-photo-card img {
        min-height: 420px;
    }

    .lc-feature-grid {
        grid-template-columns: 1fr;
    }

    .lc-feature,
    .lc-feature:first-child {
        padding: 34px 0;
        border-right: 0;
        border-bottom: 1px solid var(--lc-border);
    }

    .lc-feature:last-child {
        border-bottom: 0;
    }

    .lc-feature__number {
        margin-bottom: 22px;
    }

    .lc-quote-section {
        min-height: 490px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .lc-button,
    .lc-text-link::after {
        transition: none;
    }
}
