/* Novatis Catalogue — fiche produit sur mesure (design du package Manus).
   Palette : encre #111 · accent #e4352d · fond doux #f3f0ea.
*/

.nvp-wrap {
    color: #111;
    font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
}

/* .nvp-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
} */

/* Fil de retour (dans le résumé, au-dessus de la catégorie) */

.nvp-back {
    margin: 0 0 26px;
}

.nvp-back a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(17, 17, 17, 0.55);
    text-decoration: none;
    transition: color 0.2s;
}

.nvp-back a:hover {
    color: #e4352d;
}

/* En-tête pleine largeur, collé au header du site */

.nvp-wrap {
    margin-top: 0;
}

.nvp-hero {
    display: grid;
    gap: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    background: #fff;
}

@media (min-width: 900px) {
    .nvp-hero {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

.nvp-media {
    position: relative;
    background: #f3f0ea;
    overflow: hidden;
}

.nvp-media img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.nvp-code {
    position: absolute;
    left: 16px;
    top: 16px;
    border-left: 2px solid #e4352d;
    background: rgba(0, 0, 0, 0.82);
    padding: 8px 12px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.17em;
    color: #fff;
    backdrop-filter: blur(4px);
}

.nvp-etat {
    position: absolute;
    right: 16px;
    bottom: 16px;
    max-width: 80%;
    text-align: right;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.nvp-summary {
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 5vw, 72px);
}

.nvp-cat {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #e4352d;
}

.nvp-title {
    margin: 18px 0 0;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.nvp-short {
    margin: 22px 0 0;
    max-width: 56ch;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(17, 17, 17, 0.6);
}

.nvp-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 32px 0 0;
    background: rgba(17, 17, 17, 0.12);
    border: 1px solid rgba(17, 17, 17, 0.12);
}

.nvp-facts > div {
    background: #f3f0ea;
    padding: 20px 22px;
}

.nvp-facts .nvp-k {
    margin: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(17, 17, 17, 0.4);
}

.nvp-facts .nvp-v {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.nvp-meta {
    margin-top: auto;
    padding-top: 26px;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(17, 17, 17, 0.55);
}

.nvp-meta span {
    display: inline-block;
    margin-right: 22px;
}

.nvp-meta strong {
    color: #111;
    font-weight: 600;
}

.nvp-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.nvp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 26px;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-decoration: none;
    transition: background 0.2s;
}

.nvp-btn:hover {
    background: #e4352d;
    color: #fff;
}

.nvp-btn--ghost {
    background: transparent;
    color: #111;
    border: 1px solid rgba(17, 17, 17, 0.25);
}

.nvp-btn--ghost:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Bande noire 01-04 (section statique de la fiche Manus) */

.nvp-band {
    margin: 0;
    background: rgba(255, 255, 255, 0.08);
    border-top: 2px solid #e4352d;
}

.nvp-band-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
}

@media (min-width: 640px) {
    .nvp-band-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .nvp-band-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.nvp-band-grid > div {
    background: #111;
    padding: 44px 48px 48px;
}

.nvp-band-grid .nvp-num {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #e4352d;
}

.nvp-band-grid .nvp-band-title {
    margin: 16px 0 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

/* Informations techniques indicatives */

.nvp-tech-wrap {
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    background: #fff;
}

.nvp-tech {
    max-width: 1100px;
    margin: 0 auto;
   padding: 70px 40px;
}

.nvp-tech h2 {
    margin: 0 0 36px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: -0.045em;
}

.nvp-tech-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: rgba(17, 17, 17, 0.12);
    border: 1px solid rgba(17, 17, 17, 0.12);
}

@media (min-width: 760px) {
    .nvp-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.nvp-tech-row {
    background: #f3f0ea;
    padding: 26px 28px;
}

.nvp-tech-row .nvp-k {
    margin: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(17, 17, 17, 0.4);
}

.nvp-tech-row .nvp-v {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.nvp-tech-note {
    margin: 22px 0 0;
    font-size: 13px;
    font-weight: 300;
    color: rgba(17, 17, 17, 0.45);
}

/* Produits similaires */

.nvp-related {
    margin: 72px 0 88px;
}

.nvp-related h2 {
    margin: 0 0 8px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 25px;
    letter-spacing: -0.045em;
    width: 80%;
}

.nvp-related .nvp-sub {
    margin: 0 0 32px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(17, 17, 17, 0.5);
}
.nvp-related{
   margin: auto;
   padding: 70px 50px;
}
/* Filet de sécurité si le bundle Tailwind du site n'est pas chargé */

.nvp-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .nvp-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .nvp-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .nvp-facts {
        grid-template-columns: 1fr;
    }
}


.nvp-container, .nv-product-content, .nvp-tech-wrap {
    width: 100%;
}
@media (min-width: 40rem) {
    .nvp-container, .nv-product-content, .nvp-tech {
        max-width: 40rem;
        margin: auto;
    }
}
@media (min-width: 48rem) {
    .nvp-container, .nv-product-content, .nvp-tech {
        max-width: 48rem;
        margin: auto;
    }
}
@media (min-width: 64rem) {
    .nvp-container, .nv-product-content, .nvp-tech {
        max-width: 64rem;
        margin: auto;
    }
}
@media (min-width: 80rem) {
    .nvp-container, .nv-product-content, .nvp-tech {
        max-width: 80rem;
        margin: auto;
    }
}
@media (min-width: 96rem) {
    .nvp-container, .nv-product-content, .nvp-tech {
        max-width: 96rem;
        margin: auto;
    }
}



