/* ==========================================================================
   Khaoula Bouabidi — Single Création template (Couture Mariage first)
   ----------------------------------------------------------------------------
   Strictly scoped to the `.kb-creation-single` template root. Uses the
   existing design tokens (tokens.css + base.css). No Elementor wrappers,
   no radius, no icons, no serif, no italic.

   Section spacing follows the site rule: top padding only (no mirrored
   bottom padding). The Hero has no incoming top spacing (first section).
   The Eyebrow uses the canonical .kb-section-eyebrow primitive.
   ========================================================================== */

/* ----------------------------------------------------------------------------
   .kb-creation-single also extends `.site-main` (atlasyn-core applies
   `padding-block: 2rem` on .site-main). We zero that out for the
   single-Création template so the Hero starts immediately under the
   global Header, then attach the outer responsive footer gap below
   (100 / 80 / 64 — same scale as the section spacing tokens). */
.kb-creation-single {
    color: var(--kb-ink);
    padding-block: 0;
    margin-bottom: var(--kb-section-space-desktop);
}

@media (max-width: 1199px) {
    .kb-creation-single {
        margin-bottom: var(--kb-section-space-tablet);
    }
}

@media (max-width: 767px) {
    .kb-creation-single {
        margin-bottom: var(--kb-section-space-mobile);
    }
}

/* Shared section title — section titles sit between h2 and h3 (≈ 42-44px). */
.kb-creation-section__title {
    margin: 0 0 var(--kb-space-m) 0;
    font-family: var(--kb-font-display);
    font-weight: 300;
    font-size: 44px;
    line-height: 1.15;
    color: var(--kb-ink);
    letter-spacing: -0.005em;
}

.kb-creation-section__title--center {
    text-align: center;
}

.kb-creation-section__lede {
    margin: 0;
    font-family: var(--kb-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--kb-ink);
    max-width: 56ch;
}

.kb-creation-section__subtitle {
    margin: var(--kb-space-s) auto 0;
    font-family: var(--kb-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--kb-ink);
    max-width: 64ch;
}

.kb-creation-section__subtitle--center {
    text-align: center;
}

/* ==========================================================================
   SECTION 01 — HERO
   ----------------------------------------------------------------------------
   Cinematic full-bleed image with a strong Bordeaux gradient from the LEFT
   so the copy on the left stays readable while the right side of the
   photograph remains visible and natural. Hero is the FIRST section:
   no incoming top spacing.
   ========================================================================== */
.kb-creation-hero {
    position: relative;
    width: 100%;
    min-height: calc(100svh - var(--kb-header-height-desktop));
    background-color: var(--kb-ink);
    color: var(--kb-porcelain);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-block: 0;
}

.kb-creation-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Bordeaux gradient overlay : strongest on the LEFT, fading to nothing on
   the right so the photograph stays visible and natural. */
.kb-creation-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(102, 44, 58, 0.92) 0%,
        rgba(102, 44, 58, 0.78) 25%,
        rgba(102, 44, 58, 0.45) 55%,
        rgba(102, 44, 58, 0.05) 85%,
        rgba(102, 44, 58, 0) 100%
    );
    pointer-events: none;
}

.kb-creation-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.kb-creation-hero__copy {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: var(--kb-space-m);
}

.kb-creation-hero__eyebrow {
    color: var(--kb-gold);
}

.kb-creation-hero__title {
    margin: 0;
    font-family: var(--kb-font-display);
    font-weight: 300;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: var(--kb-porcelain);
}

.kb-creation-hero__intro {
    margin: 0;
    font-family: var(--kb-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--kb-porcelain);
    max-width: 48ch;
}

.kb-creation-hero__meta {
    margin: 0;
    font-family: var(--kb-font-body);
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: var(--kb-porcelain);
    opacity: 0.9;
}

/* ==========================================================================
   SECTION 02 — LA SILHOUETTE
   ----------------------------------------------------------------------------
   Porcelain ground. Two-column desktop grid: copy on the LEFT, an
   intentional 1 + 2 image composition on the RIGHT (main vertical +
   two details stacked).
   ========================================================================== */
.kb-creation-silhouette {
    background-color: var(--kb-porcelain);
}

.kb-creation-silhouette__grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
}

.kb-creation-silhouette__copy {
    display: flex;
    flex-direction: column;
    gap: var(--kb-space-s);
    max-width: 480px;
}

.kb-creation-silhouette__images {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.kb-creation-silhouette__main,
.kb-creation-silhouette__detail {
    overflow: hidden;
    background-color: rgba(31, 25, 25, 0.04);
}

.kb-creation-silhouette__main img,
.kb-creation-silhouette__detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* The main image stands tall : details column equals the same height. */
.kb-creation-silhouette__main {
    aspect-ratio: 3 / 4;
}

.kb-creation-silhouette__details {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.kb-creation-silhouette__detail {
    aspect-ratio: 4 / 3;
}

/* ==========================================================================
   SECTION 03 — LES MATIÈRES
   ----------------------------------------------------------------------------
   Centered head, then a two-column grid : 3 aligned images (same visible
   height, aligned tops + bottoms) on the LEFT, two editorial info blocks
   on the RIGHT. No cards. No icons. No radius.
   ========================================================================== */
.kb-creation-materials {
    background-color: var(--kb-porcelain);
    /* Internal bottom padding = 0. The outer gap to the Footer is
       provided by .kb-creation-single `margin-bottom` so the spacing
       follows the responsive section-spacing tokens (100 / 80 / 64). */
    padding-bottom: 0;
}

.kb-creation-materials__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: var(--kb-space-xl);
}

.kb-creation-materials__head .kb-creation-section__title {
    margin-bottom: 0;
}

.kb-creation-materials__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
}

.kb-creation-materials__images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

.kb-creation-materials__image {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background-color: rgba(31, 25, 25, 0.04);
}

.kb-creation-materials__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kb-creation-materials__copy {
    display: flex;
    flex-direction: column;
    gap: var(--kb-space-l);
    padding-top: 8px;
}

.kb-creation-materials__block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kb-creation-materials__label {
    font-family: var(--kb-font-body);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--kb-gold);
}

.kb-creation-materials__rule {
    display: block;
    width: 36px;
    height: 1px;
    background-color: var(--kb-ink-divider);
}

.kb-creation-materials__text {
    margin: 0;
    font-family: var(--kb-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--kb-ink);
}

/* ==========================================================================
   SECTION 04 — PRÉCÉDENTES CRÉATIONS (carousel)
   ----------------------------------------------------------------------------
   Restrained horizontal carousel : scroll-snap track + prev / next buttons.
   One item = featured image + title. CSS-only layout ; JS only navigates.
   ========================================================================== */
.kb-creation-prev {
    background-color: var(--kb-porcelain);
    border-top: 1px solid var(--kb-ink-divider-soft);
}

.kb-creation-prev__head {
    margin-bottom: var(--kb-space-l);
    max-width: 640px;
}

.kb-creation-prev__carousel {
    position: relative;
}

.kb-creation-prev__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-block: 4px;
    /* Hide scrollbar visually — keep native scroll behaviour. */
    scrollbar-width: none;
}
.kb-creation-prev__track::-webkit-scrollbar { display: none; }

.kb-creation-prev__item {
    flex: 0 0 calc( (100% - 40px) / 3 ); /* 3 visible at desktop, 20px gaps */
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-decoration: none;
    color: var(--kb-ink);
}

.kb-creation-prev__media {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background-color: rgba(31, 25, 25, 0.04);
}

.kb-creation-prev__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--kb-transition-editorial);
}
.kb-creation-prev__item:hover .kb-creation-prev__media img,
.kb-creation-prev__item:focus-visible .kb-creation-prev__media img {
    transform: scale(1.02);
}

.kb-creation-prev__title {
    font-family: var(--kb-font-body);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: var(--kb-ink);
}

.kb-creation-prev__nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid var(--kb-ink-divider);
    background-color: var(--kb-porcelain);
    color: var(--kb-ink);
    font-family: var(--kb-font-display);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition:
        background-color var(--kb-transition-ui),
        color var(--kb-transition-ui),
        border-color var(--kb-transition-ui);
    z-index: 5;
}
.kb-creation-prev__nav:hover,
.kb-creation-prev__nav:focus-visible {
    background-color: var(--kb-ink);
    color: var(--kb-porcelain);
    border-color: var(--kb-ink);
    outline: none;
}
.kb-creation-prev__nav--prev { left: -8px; }
.kb-creation-prev__nav--next { right: -8px; }

/* ==========================================================================
   FALLBACK (Daywear — template under construction)
   ========================================================================== */
.kb-creation-fallback {
    background-color: var(--kb-porcelain);
    min-height: 60vh;
}

/* ==========================================================================
   TENUES D'OCCASION — single-Creation template
   ----------------------------------------------------------------------------
   Reuses the shared Hero rules (`.kb-creation-hero`). Layout-only additions
   for Section 02 (La Création), the 4-image gallery, Section 03 (Détails)
   and the editorial CTA. Scoped to the `.kb-creation-single` root and the
   `.kb-creation-occasion-*` prefix to never bleed onto the Couture layout.
   ========================================================================== */

/* ---------- Section 02 — La Création (main composition) ---------- */
.kb-creation-occasion-creation {
    background-color: var(--kb-porcelain);
}

.kb-creation-occasion-creation__main {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    grid-template-areas:
        "media info-top"
        "media info-bottom";
    column-gap: clamp(40px, 6vw, 80px);
    row-gap: var(--kb-space-l);
    align-items: start; /* copy aligned to TOP, not vertically floating */
}

.kb-creation-occasion-creation__media { grid-area: media; }
.kb-creation-occasion-creation__info-top    { grid-area: info-top; }
.kb-creation-occasion-creation__info-bottom { grid-area: info-bottom; }

.kb-creation-occasion-creation__media {
    overflow: hidden;
    background-color: rgba(31, 25, 25, 0.04);
    aspect-ratio: 3 / 4;
}

.kb-creation-occasion-creation__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kb-creation-occasion-creation__info-top,
.kb-creation-occasion-creation__info-bottom {
    display: flex;
    flex-direction: column;
    gap: var(--kb-space-s);
    max-width: 520px;
}

.kb-creation-occasion-creation__info-top .kb-creation-section__title,
.kb-creation-occasion-creation__info-bottom .kb-creation-section__title {
    margin-bottom: 0;
}

.kb-creation-occasion-creation__list {
    margin: var(--kb-space-m) 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kb-creation-occasion-creation__row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: start;
}

.kb-creation-occasion-creation__label {
    font-family: var(--kb-font-body);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--kb-gold);
    padding-top: 2px;
}

.kb-creation-occasion-creation__value {
    margin: 0;
    font-family: var(--kb-font-body);
    font-size: 15px;
    line-height: 1.6;
    color: var(--kb-ink);
}

.kb-creation-occasion-creation__rule {
    display: block;
    width: 100%;
    max-width: 520px;
    height: 1px;
    background-color: var(--kb-ink-divider-soft);
    margin-top: var(--kb-space-m);
}

/* CTA — canonical couture treatment. */
.kb-creation-occasion-creation__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: var(--kb-space-l);
    padding: 14px 28px;
    font-family: var(--kb-font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--kb-porcelain);
    background-color: var(--kb-bordeaux);
    border: 1px solid var(--kb-bordeaux);
    border-radius: 0;
    text-decoration: none;
    transition:
        background-color var(--kb-transition-ui),
        color var(--kb-transition-ui);
}
.kb-creation-occasion-creation__cta:hover,
.kb-creation-occasion-creation__cta:focus-visible {
    background-color: var(--kb-ink);
    border-color: var(--kb-ink);
    color: var(--kb-porcelain);
    outline: none;
}

/* ---------- Four-image gallery (directly below Section 02) ---------- */
.kb-creation-occasion-gallery {
    margin-top: clamp(40px, 6vw, 80px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}

.kb-creation-occasion-gallery__item {
    overflow: hidden;
    background-color: rgba(31, 25, 25, 0.04);
    aspect-ratio: 3 / 4;
}

.kb-creation-occasion-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---------- Section 03 — Détails (centered eyebrow + 3 images) ---------- */
.kb-creation-occasion-details {
    background-color: var(--kb-porcelain);
}

.kb-creation-occasion-details__head {
    display: flex;
    justify-content: center;
    margin-bottom: var(--kb-space-l);
}

.kb-creation-occasion-details__images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

.kb-creation-occasion-details__image {
    overflow: hidden;
    background-color: rgba(31, 25, 25, 0.04);
    aspect-ratio: 4 / 3;
}

.kb-creation-occasion-details__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ==========================================================================
   DAYWEAR SUR MESURE — single-Creation template
   ----------------------------------------------------------------------------
   Reuses the shared Hero rules (`.kb-creation-hero`). Layout-only additions
   for Section 02 (L'Esprit with overlapping image composition), the
   4-image-with-captions grid (Section 03) and the editorial CTA. Scoped to
   the `.kb-creation-single` root and the `.kb-creation-daywear-*` prefix
   to never bleed onto the Couture / Occasion layouts.
   ========================================================================== */

/* ---------- Section 02 — L'Esprit (composition) ---------- */
.kb-creation-daywear-esprit {
    background-color: var(--kb-porcelain);
}

.kb-creation-daywear-esprit__main {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    grid-template-areas:
        "info-top  media"
        "info-bot  media";
    column-gap: clamp(40px, 6vw, 80px);
    row-gap: var(--kb-space-l);
    align-items: start;
}

.kb-creation-daywear-esprit__info-top    { grid-area: info-top; }
.kb-creation-daywear-esprit__info-bottom { grid-area: info-bot; }
.kb-creation-daywear-esprit__media       { grid-area: media; }

.kb-creation-daywear-esprit__info-top,
.kb-creation-daywear-esprit__info-bottom {
    display: flex;
    flex-direction: column;
    gap: var(--kb-space-s);
    max-width: 480px;
}

.kb-creation-daywear-esprit__info-top .kb-creation-section__title,
.kb-creation-daywear-esprit__info-bottom .kb-creation-section__title {
    margin-bottom: 0;
}

/* Image composition : main vertical + overlapping detail. Real positioning
   (no transform) so any global reveal transform on the same element stays
   predictable. */
.kb-creation-daywear-esprit__media {
    position: relative;
    width: 100%;
}

.kb-creation-daywear-esprit__media-main {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background-color: rgba(31, 25, 25, 0.04);
}

.kb-creation-daywear-esprit__media-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* The detail block reads as a single editorial card : small portrait on top,
   Porcelain text area below. The text is contained inside the card, not
   floating on the main image. */
.kb-creation-daywear-esprit__media-detail {
    position: absolute;
    right: 0;
    top: 35%;
    width: 50%;
    margin: 0;
    z-index: 2;
    background-color: var(--kb-porcelain);
    border-radius: 0;
    box-shadow: none;
}

.kb-creation-daywear-esprit__media-detail img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.kb-creation-daywear-esprit__media-detail-caption {
    margin: 0;
    padding: 16px 20px 20px;
    font-family: var(--kb-font-body);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--kb-ink);
    line-height: 1.7;
    text-align: left;
    background-color: var(--kb-porcelain);
}

/* Info list (PIÈCES, MATIÈRES, …) — same editorial treatment as Occasion. */
.kb-creation-daywear-esprit__list {
    margin: var(--kb-space-m) 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kb-creation-daywear-esprit__row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: start;
}

.kb-creation-daywear-esprit__label {
    font-family: var(--kb-font-body);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--kb-gold);
    padding-top: 2px;
}

.kb-creation-daywear-esprit__value {
    margin: 0;
    font-family: var(--kb-font-body);
    font-size: 15px;
    line-height: 1.6;
    color: var(--kb-ink);
}

.kb-creation-daywear-esprit__rule {
    display: block;
    width: 100%;
    max-width: 480px;
    height: 1px;
    background-color: var(--kb-ink-divider-soft);
    margin-top: var(--kb-space-m);
}

/* CTA — canonical couture treatment. */
.kb-creation-daywear-esprit__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: var(--kb-space-l);
    padding: 14px 28px;
    font-family: var(--kb-font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--kb-porcelain);
    background-color: var(--kb-bordeaux);
    border: 1px solid var(--kb-bordeaux);
    border-radius: 0;
    text-decoration: none;
    transition:
        background-color var(--kb-transition-ui),
        color var(--kb-transition-ui);
}
.kb-creation-daywear-esprit__cta:hover,
.kb-creation-daywear-esprit__cta:focus-visible {
    background-color: var(--kb-ink);
    border-color: var(--kb-ink);
    color: var(--kb-porcelain);
    outline: none;
}

/* ---------- Section 03 — Matières & Détails (4 columns) ---------- */
.kb-creation-daywear-details {
    background-color: var(--kb-porcelain);
}

.kb-creation-daywear-details__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--kb-space-s);
    margin-bottom: var(--kb-space-xl);
}

.kb-creation-daywear-details__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}

.kb-creation-daywear-details__item {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.kb-creation-daywear-details__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: rgba(31, 25, 25, 0.04);
}

.kb-creation-daywear-details__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kb-creation-daywear-details__caption {
    margin: 12px 0 0;
    padding: 0;
    font-family: var(--kb-font-body);
    font-size: 14px;
    line-height: 1.5;
    color: var(--kb-ink);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1199px) {
    .kb-creation-hero {
        min-height: calc(100svh - var(--kb-header-height-tablet));
    }
    .kb-creation-hero__title { font-size: 54px; }
    .kb-creation-section__title { font-size: 38px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .kb-creation-silhouette__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .kb-creation-materials__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .kb-creation-materials__images {
        grid-template-columns: repeat(3, 1fr);
    }
    .kb-creation-prev__item {
        flex-basis: calc( (100% - 20px) / 2 );
    }

    /* Occasion : La Création collapses to 1 column, gallery to 2-up. */
    .kb-creation-occasion-creation__main {
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        row-gap: var(--kb-space-l);
    }
    .kb-creation-occasion-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .kb-creation-occasion-details__images {
        grid-template-columns: repeat(3, 1fr);
    }
    .kb-creation-occasion-creation__row {
        grid-template-columns: 150px 1fr;
        gap: 20px;
    }

    /* Daywear : L'Esprit collapses to 1 col, overlap kept but narrower. */
    .kb-creation-daywear-esprit__main {
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
    }
    .kb-creation-daywear-esprit__media-detail {
        width: 55%;
        top: 40%;
    }
    .kb-creation-daywear-details__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
    .kb-creation-daywear-esprit__row {
        grid-template-columns: 150px 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .kb-creation-hero {
        min-height: calc(100svh - var(--kb-header-height-mobile));
    }
    .kb-creation-hero__title { font-size: 40px; }
    .kb-creation-hero__copy { max-width: 100%; }
    .kb-creation-hero__intro { font-size: 15px; }

    .kb-creation-section__title { font-size: 30px; }
    .kb-creation-section__lede,
    .kb-creation-section__subtitle { font-size: 15px; }

    /* Silhouette : stack. */
    .kb-creation-silhouette__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .kb-creation-silhouette__copy { max-width: 100%; }
    .kb-creation-silhouette__images {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .kb-creation-silhouette__main { aspect-ratio: 4 / 5; }
    .kb-creation-silhouette__details {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .kb-creation-silhouette__detail { aspect-ratio: 1 / 1; }

    /* Materials : 1 column. Images first (2-up + 1-up), then text. */
    .kb-creation-materials__head { margin-bottom: 32px; }
    .kb-creation-materials__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .kb-creation-materials__images {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .kb-creation-materials__images > .kb-creation-materials__image:nth-child(3) {
        grid-column: 1 / -1;
        aspect-ratio: 4 / 3;
    }
    .kb-creation-materials__copy { padding-top: 0; }

    /* Previous : 1 visible, swipeable. */
    .kb-creation-prev__item {
        flex-basis: 78%;
    }
    .kb-creation-prev__nav--prev { left: 4px; }
    .kb-creation-prev__nav--next { right: 4px; }

    /* Occasion : La Création mobile order —
       eyebrow → title → description → main image → info list → CTA → gallery */
    .kb-creation-occasion-creation__main {
        grid-template-columns: 1fr;
        grid-template-areas:
            "info-top"
            "media"
            "info-bottom";
        column-gap: 0;
        row-gap: 32px;
    }
    .kb-creation-occasion-creation__info-top,
    .kb-creation-occasion-creation__info-bottom { max-width: 100%; }
    .kb-creation-occasion-creation__row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .kb-creation-occasion-creation__row .kb-creation-occasion-creation__label {
        padding-top: 0;
    }
    .kb-creation-occasion-creation__media { aspect-ratio: 4 / 5; }
    .kb-creation-occasion-creation__cta { width: 100%; }

    /* 4-image gallery on mobile : 2-up stacked rows (no 4 tiny columns). */
    .kb-creation-occasion-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .kb-creation-occasion-gallery__item { aspect-ratio: 4 / 5; }

    /* Détails : 2-up + 1-up on mobile. */
    .kb-creation-occasion-details__images {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .kb-creation-occasion-details__images > .kb-creation-occasion-details__image:nth-child(3) {
        grid-column: 1 / -1;
        aspect-ratio: 4 / 3;
    }

    /* Daywear : L'Esprit mobile order —
       info-top → media → info-bottom. Overlap simplified to stay
       within the viewport (no negative right offset). */
    .kb-creation-daywear-esprit__main {
        grid-template-columns: 1fr;
        grid-template-areas:
            "info-top"
            "media"
            "info-bot";
        column-gap: 0;
        row-gap: 32px;
    }
    .kb-creation-daywear-esprit__info-top,
    .kb-creation-daywear-esprit__info-bottom { max-width: 100%; }
    .kb-creation-daywear-esprit__row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .kb-creation-daywear-esprit__row .kb-creation-daywear-esprit__label {
        padding-top: 0;
    }
    .kb-creation-daywear-esprit__media-detail {
        position: static;
        width: 70%;
        margin-top: 20px;
    }
    .kb-creation-daywear-esprit__media-detail img {
        aspect-ratio: 4 / 5;
    }
    .kb-creation-daywear-esprit__cta { width: 100%; }

    /* 4 detail images on mobile : 2-up stacked rows. */
    .kb-creation-daywear-details__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
