.hcs-container {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

.hcs-produit-single {
    padding: 60px 0 140px;
    background: #ffffff;
}

/* =========================
   BREADCRUMB
========================= */

.hcs-produit-breadcrumb {
    padding: 10px 0 30px;
}

.hcs-produit-breadcrumb__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: #6E6A64;
}

.hcs-produit-breadcrumb__inner a {
    color: #6E6A64;
    text-decoration: none;
}

.hcs-produit-breadcrumb__inner a:hover {
    color: #1F1F1F;
}

/* =========================
   HEADER
========================= */

.hcs-produit-header {
    padding: 40px 0 90px;
}

.hcs-produit-header__content {
    max-width: 760px;
}

.hcs-produit-header__category {
    margin: 0 0 16px;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6E6A64;
}

.hcs-produit-title {
    margin: 0 0 24px;
    font-family: "Cormorant Garamond", serif;
    font-size: 68px;
    line-height: 1;
    font-weight: 500;
    color: #1F1F1F;
}

.hcs-produit-shortdesc {
    max-width: 620px;
    font-size: 20px;
    line-height: 1.6;
    color: #4F4F4F;
}

.hcs-produit-header__note {
    margin: 24px 0 0;
    font-size: 15px;
    line-height: 1.7;
    color: #6E6A64;
}

/* =========================
   BLOC PRINCIPAL
========================= */

.hcs-produit-main {
    padding: 0 0 120px;
}

.hcs-produit-main__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 100px;
    align-items: start;
}

.hcs-produit-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.hcs-produit-main__infos {
    position: sticky;
    top: 120px;
}

/* =========================
   GALERIE INLINE ÉDITORIALE
========================= */

.hcs-produit-inline-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.hcs-produit-inline-gallery__item {
    overflow: hidden;
    background: #F7F4EF;
}

.hcs-produit-inline-gallery__item:nth-child(3n+1) {
    grid-column: 1 / -1;
}

.hcs-produit-inline-gallery__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.hcs-produit-inline-gallery__item:hover img {
    transform: scale(1.02);
}

/* =========================
   BLOCS INFOS
========================= */

.hcs-produit-info-block {
    padding: 0 0 36px;
    margin: 0 0 36px;
    border-bottom: 1px solid #ECE6DD;
}

.hcs-product-section__label {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6E6A64;
}

.hcs-product-section__title {
    margin: 0 0 22px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.08;
    color: #1F1F1F;
}

/* =========================
   DIMENSIONS
========================= */

.hcs-product-dimensions__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.hcs-product-dimension-item {
    font-size: 18px;
    line-height: 1.7;
    color: #4F4F4F;
    letter-spacing: 0.02em;
}

/* =========================
   COULEURS / MATIÈRES
========================= */

.hcs-product-colors {
    padding: 10px 0 0;
}

.hcs-product-colors__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
    align-items: center;
}

.hcs-product-colors__text {
    font-size: 18px;
    line-height: 1.8;
    color: #4F4F4F;
}

.hcs-product-colors__media img {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================
   CTA INFOS
========================= */

.hcs-produit-cta-block {
    padding-top: 10px;
}

.hcs-produit-cta-note {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #6E6A64;
}

.hcs-produit-cta {
    margin: 0 0 18px;
}

.hcs-produit-secondary-link {
    margin: 0;
}

.hcs-produit-secondary-link a {
    color: #A38C6D;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.hcs-produit-secondary-link a:hover {
    border-color: #A38C6D;
}

.hcs-button-outline {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #A38C6D;
    color: #1F1F1F;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hcs-button-outline:hover {
    background: #A38C6D;
    color: #ffffff;
}

/* =========================
   DESCRIPTION
========================= */

.hcs-produit-description {
    padding: 100px 0 120px;
    border-top: 1px solid #ECE6DD;
}

.hcs-produit-description__inner {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #4F4F4F;
}

/* =========================
   PRODUITS LIÉS
========================= */

.hcs-related-products {
    padding: 0 0 120px;
}

.hcs-related-products__header {
    margin-bottom: 50px;
    max-width: 760px;
}

.hcs-related-products__label {
    margin: 0 0 16px;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6E6A64;
}

.hcs-related-products h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 46px;
    line-height: 1.1;
    color: #1F1F1F;
}

.hcs-related-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.hcs-related-product-card__image {
    display: block;
    overflow: hidden;
}

.hcs-related-product-card__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.hcs-related-product-card:hover .hcs-related-product-card__image img {
    transform: scale(1.03);
}

.hcs-related-product-card__title {
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #1F1F1F;
}

.hcs-related-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.hcs-related-product-card__title a:hover {
    color: #A38C6D;
}

/* =========================
   NAV PRODUITS
========================= */

.hcs-produit-nav {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 60px 0 0;
    border-top: 1px solid #ECE6DD;
    margin-bottom: 120px;
}

.hcs-produit-nav a {
    font-size: 15px;
    color: #1F1F1F;
    text-decoration: none;
    border-bottom: 1px solid #D9D1C7;
    padding-bottom: 4px;
}

.hcs-produit-nav a:hover {
    color: #A38C6D;
    border-color: #A38C6D;
}

/* =========================
   BLOC MAGASIN
========================= */

.hcs-produit-store {
    padding: 120px 60px;
    background: #F7F4EF;
}

.hcs-produit-store__inner {
    max-width: 760px;
}

.hcs-produit-store__label {
    margin: 0 0 16px;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6E6A64;
}

.hcs-produit-store h2 {
    margin: 0 0 24px;
    font-family: "Cormorant Garamond", serif;
    font-size: 46px;
    line-height: 1.1;
    color: #1F1F1F;
}

.hcs-produit-store p {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #4F4F4F;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
    .hcs-container {
        width: min(100%, calc(100% - 48px));
    }

    .hcs-produit-title {
        font-size: 48px;
    }

    .hcs-produit-main__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .hcs-produit-main__infos {
        position: static;
    }

    .hcs-related-products__grid {
        grid-template-columns: 1fr;
    }

    .hcs-product-colors__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .hcs-container {
        width: min(100%, calc(100% - 32px));
    }

    .hcs-produit-single {
        padding: 30px 0 100px;
    }

    .hcs-produit-header {
        padding: 20px 0 50px;
    }

    .hcs-produit-title {
        font-size: 36px;
    }

    .hcs-produit-shortdesc {
        font-size: 17px;
    }

    .hcs-produit-inline-gallery {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hcs-produit-inline-gallery__item:nth-child(3n+1) {
        grid-column: auto;
    }

    .hcs-produit-nav {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 90px;
    }

    .hcs-produit-store {
        padding: 70px 24px;
    }

    .hcs-produit-store h2 {
        font-size: 32px;
    }
}