/*
 * ITNETCOM Home Visual Parity B2C/B2B V1
 * Solo presentazione: non modifica visibilità, prezzi, URL, canonical, robots o dati strutturati.
 */

/* Header: stessa area ottica per i due marchi. */
.site-header .brand {
    min-width: 0;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.site-header .brand-logo {
    display: block;
    width: auto !important;
    height: 42px !important;
    max-width: 220px !important;
    object-fit: contain;
    object-position: left center;
}

/* Titoli e CTA delle sezioni: stessa metrica tipografica. */
.latest-products-header,
.mini-banners-header {
    position: relative;
}

.latest-products-header h2,
.mini-banners-header h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: clamp(26px, 2vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.latest-products-kicker,
.mini-banners-kicker {
    min-height: 18px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.home-product-section-actions,
.latest-products-header > [class*="actions"] {
    align-self: center;
}

/* Caroselli: le card occupano sempre la stessa altezza di riga. */
.latest-products-track {
    align-items: stretch;
}

.latest-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.latest-product-top {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.latest-product-link {
    display: flex;
    flex-direction: column;
    min-height: 0;
    text-decoration: none;
}

.latest-product-badge-row {
    min-height: 25px;
    display: flex;
    align-items: center;
}

.latest-product-tag {
    min-height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.latest-product-media {
    height: 190px;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.latest-product-media img {
    width: 100%;
    height: 100%;
    max-height: 190px;
    object-fit: contain;
    object-position: center;
}

.latest-product-name {
    min-height: 3.75em;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.latest-product-meta {
    min-height: 62px;
}

.latest-product-bottom {
    min-height: 136px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.latest-product-price-row {
    min-height: 58px;
    display: flex;
    align-items: flex-end;
}

.latest-product-price,
.product-related-price-locked {
    min-height: 48px;
}

.product-related-price-locked {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.latest-product-stock {
    min-height: 22px;
    display: flex;
    align-items: center;
}

.latest-product-actions {
    min-height: 46px;
    margin-top: auto;
}

/* Footer: stessa area ottica del marchio e stesse proporzioni delle colonne. */
.site-footer .footer-logo {
    display: block;
    width: auto !important;
    height: 64px !important;
    max-width: 280px !important;
    object-fit: contain;
    object-position: left center;
}

.site-footer .footer-grid > div,
.site-footer .footer-grid > [data-itn-footer-section] {
    min-width: 0;
}

@media (max-width: 1199px) {
    .site-header .brand-logo {
        height: 39px !important;
        max-width: 205px !important;
    }

    .latest-product-media,
    .latest-product-media img {
        height: 176px;
        min-height: 176px;
        max-height: 176px;
    }
}

@media (max-width: 820px) {
    .site-header .brand {
        min-height: 44px;
        justify-content: center;
    }

    .site-header .brand-logo {
        height: 34px !important;
        max-width: min(178px, 48vw) !important;
        object-position: center;
    }

    .latest-products-header h2,
    .mini-banners-header h2 {
        font-size: clamp(25px, 7vw, 32px);
    }

    .latest-product-media,
    .latest-product-media img {
        height: 168px;
        min-height: 168px;
        max-height: 168px;
    }

    .latest-product-name,
    .latest-product-meta,
    .latest-product-bottom,
    .latest-product-price-row {
        min-height: 0;
    }

    .site-footer .footer-logo {
        height: 52px !important;
        max-width: min(250px, 78vw) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        object-position: center;
    }
}
