/* Maquette mobile v2 — écrans ≤ 768px */

@media (max-width: 768px) {
  /* —— Header mobile : TV. + burger (nav dans le menu) —— */
  .logo__full {
    display: none !important;
  }

  .logo__short {
    display: inline !important;
    font-size: clamp(1.2rem, 5.5vw, 1.45rem);
    font-weight: 700;
  }

  .logo--home {
    display: block !important;
    flex-shrink: 0;
  }

  .site-header .site-nav,
  .header-section-title,
  .header-home {
    display: none !important;
  }

  .menu-toggle {
    display: flex !important;
    margin-left: auto;
    gap: 6px;
  }

  .menu-toggle__bar {
    height: 3px;
    border-radius: 1.5px;
  }

  body.is-on-dark .site-header--fixed {
    background: var(--section-dark);
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  body.is-on-dark .logo,
  body.is-on-dark .menu-toggle,
  body.is-on-dark .menu-toggle__bar {
    color: #ffffff;
  }

  /* —— Accueil —— */

  .hero-wrap .hero {
    padding: var(--header-h) 0 clamp(1rem, 3vh, 1.5rem);
    justify-content: flex-end;
  }

  .hero__visual {
    position: relative;
    flex: 1 1 auto;
    min-height: min(58vh, 520px);
    display: flex;
    flex-direction: column;
  }

  .hero__photo {
    position: absolute;
    inset: 0;
  }

  .hero__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-intro {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 1rem var(--gap);
    width: 100%;
    max-width: none;
  }

  .hero-name {
    align-self: center;
    text-align: center;
    margin: 0 0 0.45rem;
    color: #ffffff;
    font-size: clamp(0.95rem, 4vw, 1.15rem);
    font-weight: 700;
  }

  .hero-lead {
    text-align: center;
    font-size: clamp(1.55rem, 7.5vw, 2.1rem);
    line-height: 1.08;
    color: #ffffff;
  }

  .hero-lead .strike {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
  }

  .hero-identity {
    align-self: center;
    text-align: center;
    max-width: 22.5rem;
    margin-top: 0.65rem;
    font-size: clamp(0.78rem, 3.4vw, 0.92rem);
    line-height: 1.35;
    color: #ffffff;
    opacity: 0.92;
  }

  .hero-br--main {
    display: none;
  }

  .hero-link {
    align-self: center;
    text-align: center;
    margin-top: 0.75rem;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
  }

  .hero-newsletter {
    flex-shrink: 0;
    padding: 0 var(--gap);
    text-align: right;
  }

  /* —— Page 2 : Intro (texte) —— */
  #intro.snap-page.section--dark,
  #methode.snap-page.section--dark {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  #intro.snap-page.section--dark {
    touch-action: pan-y;
  }

  #methode.snap-page.section--dark {
    touch-action: pan-x pan-y;
  }

  #intro .section__inner,
  #methode .section__inner {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    padding: calc(var(--header-h) + 0.45rem) var(--gap)
      clamp(0.55rem, 1.4vh, 0.85rem);
  }

  #intro .intro-copy {
    gap: clamp(0.65rem, 1.6vh, 1rem);
    max-width: none;
  }

  #intro .intro-question {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
    line-height: 1.22;
    max-width: none;
  }

  #intro .intro-copy__text {
    grid-template-columns: 1fr;
    gap: clamp(0.55rem, 1.4vh, 0.85rem);
  }

  #intro .intro-p {
    font-size: clamp(0.72rem, 3.1vw, 0.85rem);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    hyphens: manual;
  }

  #intro .intro-p--lead {
    font-size: clamp(0.92rem, 3.8vw, 1.1rem);
    line-height: 1.3;
    -webkit-line-clamp: 4;
  }

  /* —— Page 3 : Méthode (swiper zoomé, 1 étape à la fois) —— */
  #methode .section__inner {
    padding-inline: 0;
  }

  #methode .intro-schema {
    position: relative;
    gap: 0.55rem;
    max-width: none;
    height: 100%;
  }

  #methode .intro-schema__diagram--full {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  #methode .intro-schema__captions {
    display: none;
  }

  #methode .intro-schema__swiper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    gap: 0.35rem;
  }

  #methode .intro-schema__track {
    position: relative;
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
    padding-inline: 0;
    user-select: none;
    container-type: size;
  }

  #methode .intro-schema__track::-webkit-scrollbar {
    display: none;
  }

  #methode .intro-schema__pan {
    position: relative;
    height: 100cqh;
    width: calc(100cqh * 1080 / 300);
  }

  #methode .intro-schema__pan-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  #methode .intro-schema__pan-svg text[data-i18n^="intro.shape"] {
    opacity: 0;
  }

  #methode .intro-schema__snap {
    position: absolute;
    top: 0;
    bottom: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    pointer-events: none;
  }

  #methode .intro-schema__pin {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: clamp(0.72rem, 3.2vw, 0.92rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.15;
    max-width: 11ch;
    pointer-events: none;
    white-space: normal;
  }

  #methode .intro-schema__pin--n {
    left: 57.41%;
    top: 6%;
  }

  #methode .intro-schema__pin--ne {
    left: 68.5%;
    top: 15.5%;
  }

  #methode .intro-schema__pin--nw {
    left: 46.3%;
    top: 15.5%;
  }

  #methode .intro-schema__pin--se {
    left: 68.5%;
    top: 86%;
  }

  #methode .intro-schema__pin--sw {
    left: 46.3%;
    top: 86%;
  }

  #methode .intro-schema__pin--s {
    left: 57.41%;
    top: 95.5%;
  }

  #methode .intro-schema__captions-mobile {
    position: relative;
    flex: 0 0 auto;
    min-height: 5.4em;
    padding: 0 var(--gap);
  }

  #methode .intro-schema__slide-caption {
    margin: 0 auto;
    font-size: clamp(1.05rem, 4.8vw, 1.28rem);
    line-height: 1.38;
    font-weight: 700;
    text-align: center;
    max-width: 22rem;
  }

  #methode .intro-schema__captions-mobile .intro-schema__slide-caption {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
  }

  #methode .intro-schema__captions-mobile .intro-schema__slide-caption.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  #methode .intro-schema__slide-index {
    font-family: var(--font-typewriter, "Special Elite", "Courier New", monospace);
    font-weight: 400;
    margin-right: 0.25em;
    font-size: 1.05em;
  }

  #methode .intro-schema__controls {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0 var(--gap);
  }

  #methode .intro-schema__arrow {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
  }

  #methode .intro-schema__arrow svg {
    width: 1.05rem;
    height: 1.05rem;
  }

  #methode .intro-schema__arrow:disabled {
    opacity: 0.28;
    cursor: default;
  }

  #methode .intro-schema__hint {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 var(--gap) 0.15rem;
    text-align: center;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }

  #methode .intro-schema__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  #methode .intro-schema__dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
  }

  #methode .intro-schema__dot.is-active {
    background: #ffffff;
    transform: scale(1.15);
  }

  @media (prefers-reduced-motion: reduce) {
    #methode .intro-schema__track {
      scroll-behavior: auto;
    }
  }

  /* —— Page 4 : Activités du moment —— */
  #initiatives.section--initiatives-overview {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    background: var(--section-dark);
    touch-action: pan-y;
  }

  #initiatives .initiatives-overview {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    touch-action: pan-y;
    padding: calc(var(--header-h) + 0.35rem) var(--gap) clamp(0.35rem, 1.5vh, 0.6rem);
  }

  #initiatives .initiatives-overview__title {
    flex: 0 0 auto;
    margin: 0 0 clamp(0.35rem, 1vh, 0.55rem);
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
  }

  #initiatives .accent-bar {
    width: min(100%, 11rem);
    max-width: 70%;
    margin-top: clamp(0.15rem, 0.45vh, 0.3rem);
  }

  #initiatives .initiative-row {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(0.3rem, 1vh, 0.55rem);
    padding: clamp(0.4rem, 1.2vh, 0.7rem) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
  }

  #initiatives .initiative-row:last-child {
    border-bottom: 0;
  }

  #initiatives .initiative-row__title {
    flex: 0 0 auto;
    font-size: clamp(1.15rem, 5.2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.08;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #initiatives .initiative-row__tags {
    flex: 0 0 auto;
    margin: 0;
    font-size: clamp(0.58rem, 2.45vw, 0.68rem);
    line-height: 1.28;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #initiatives .btn-pill--light {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-top: auto;
    padding: clamp(0.32rem, 0.9vh, 0.42rem) clamp(0.65rem, 2.5vw, 0.8rem);
    font-size: clamp(0.68rem, 2.6vw, 0.74rem);
    border-radius: 2px;
    text-transform: lowercase;
  }

  /* —— Pages 3–5 : Initiatives détail —— */
  .initiative-detail.snap-page {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .initiative-detail .section__inner {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: calc(var(--header-h) + 0.5rem) var(--gap) 0.75rem;
    display: flex;
    flex-direction: column;
  }

  .initiative-detail__parent {
    font-size: 0.72rem;
    text-transform: lowercase;
    opacity: 0.75;
  }

  .initiative-detail__title {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
    margin-bottom: 0.25rem;
  }

  .initiative-detail .accent-bar {
    width: min(100%, 11rem);
    max-width: none;
  }

  .initiative-detail__intro {
    font-size: clamp(0.72rem, 3.1vw, 0.82rem);
    margin-top: 0.65rem;
  }

  .initiative-detail__tags {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .initiative-detail__selection {
    font-size: 0.78rem;
    margin-bottom: 0.45rem;
    flex-shrink: 0;
  }

  .initiative-detail .work-carousel-stack {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    flex: 1 1 auto;
    min-height: 0;
  }

  .initiative-detail .work-carousel {
    display: grid;
    flex: 1 1 0;
    min-height: 0;
    margin-inline: 0;
    padding-inline: 0;
    grid-template-columns: 2.1rem minmax(0, 1fr) 2.1rem;
    column-gap: 0.2rem;
  }

  .initiative-detail .work-carousel.is-fitted {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }

  .initiative-detail .work-carousel__track {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-inline: 0;
    padding-right: 0;
    height: 100%;
    align-items: stretch;
  }

  .initiative-detail .work-card {
    flex: 0 0 min(68vw, 15.5rem);
    width: auto;
    min-height: 9.5rem;
    scroll-snap-align: start;
    padding: 0.65rem 0.7rem;
    font-size: 0.68rem;
  }

  .initiative-detail .work-card__client {
    font-size: 0.82rem;
  }

  .initiative-detail .work-card__zoom {
    font-size: 0.72rem;
    padding: 0.2rem 0;
  }

  .initiative-detail .work-carousel__btn {
    position: static;
    width: 1.85rem;
    height: 1.85rem;
    background: rgba(255, 255, 255, 0.4);
    left: auto;
    right: auto;
    top: auto;
    transform: none;
  }

  .initiative-detail .work-carousel__btn--prev,
  .initiative-detail .work-carousel__btn:not(.work-carousel__btn--prev) {
    left: auto;
    right: auto;
  }

  .initiative-detail__footer {
    margin-top: 0.85rem;
  }

  .initiative-detail .newsletter-strip,
  .section--media-category .newsletter-strip,
  #bio .newsletter-strip {
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.45rem;
    padding: 0.65rem var(--gap) calc(0.75rem + env(safe-area-inset-bottom, 0px));
  }

  .initiative-detail .newsletter-strip__label,
  .section--media-category .newsletter-strip__label,
  #bio .newsletter-strip__label {
    flex: 1 1 100%;
    font-size: 0.52rem;
    line-height: 1.25;
    margin: 0;
  }

  .initiative-detail .subscribe--strip,
  .section--media-category .subscribe--strip,
  #bio .subscribe--strip {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }

  .initiative-detail .newsletter-strip__social,
  .section--media-category .newsletter-strip__social,
  #bio .newsletter-strip__social {
    flex: 0 0 auto;
    display: flex;
    gap: 0.35rem;
  }

  /* —— Page 6 : Media overview —— */
  #media.section--light {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  #media .section__inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: calc(var(--header-h) + 0.25rem) clamp(0.65rem, 3vw, 0.85rem)
      clamp(0.35rem, 1.5vh, 0.6rem);
  }

  #media.section h2 {
    display: none;
  }

  #media .media-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) auto;
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    max-width: none;
    overflow: hidden;
    gap: clamp(0.2rem, 0.85vh, 0.38rem);
  }

  #media .media-card--tall {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    min-width: 0;
  }

  #media .media-col {
    display: contents;
  }

  #media .media-col .media-card:nth-child(1) {
    grid-row: 2;
    grid-column: 1;
  }

  #media .media-col .media-card:nth-child(2) {
    grid-row: 3;
    grid-column: 1;
  }

  #media .media-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    background: var(--card);
    border-radius: 6px;
    padding: clamp(0.35rem, 1.1vh, 0.5rem) clamp(0.45rem, 2vw, 0.6rem);
    gap: clamp(0.08rem, 0.35vh, 0.18rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  #media .media-card__cat {
    flex: 0 0 auto;
    font-family: var(--font-typewriter);
    font-size: clamp(0.58rem, 2.4vw, 0.66rem);
    text-transform: lowercase;
    color: var(--ink);
    line-height: 1.1;
  }

  #media .media-card h3 {
    flex: 0 1 auto;
    margin: 0;
    font-size: clamp(0.72rem, 3.1vw, 0.88rem);
    line-height: 1.18;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #media .media-card__photo {
    position: relative;
    flex: 1 1 0;
    min-height: clamp(1.75rem, 4.5vh, 2.75rem);
    margin-top: clamp(0.05rem, 0.25vh, 0.12rem);
    border-radius: 2px;
    overflow: hidden;
    aspect-ratio: unset;
  }

  #media .media-card__photo .photo-placeholder {
    min-height: 100%;
    height: 100%;
  }

  #media .media-card__photo .btn-pill--voir {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    margin: 0;
    min-width: 3.75rem;
    padding: 0.28rem 0.55rem;
    font-size: clamp(0.58rem, 2.2vw, 0.64rem);
    background: #000;
    color: #fff;
    border-radius: 2px;
    z-index: 2;
  }

  #media .media-filters {
    grid-row: 4;
    grid-column: 1;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 0;
    align-self: stretch;
    gap: clamp(0.18rem, 0.75vh, 0.32rem);
    margin-top: clamp(0.12rem, 0.5vh, 0.25rem);
    padding-top: 0;
  }

  #media .filter-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: clamp(2.1rem, 6vh, 2.85rem);
    padding: 0.3rem 0.35rem;
    font-size: clamp(0.48rem, 2vw, 0.58rem);
    line-height: 1.12;
    text-align: center;
    border-radius: 2px;
    background: #000;
    color: #fff;
  }

  #media .filter-pill[data-media-filter="intermediaries"],
  #media .filter-pill--stacked {
    grid-column: 1 / -1;
    min-height: clamp(2.35rem, 6.5vh, 3.1rem);
    flex-direction: column;
    gap: 0.15rem;
  }

  #media .filter-pill__sub {
    font-size: 0.72em;
    line-height: 1.12;
    font-weight: 500;
  }

  /* —— Page 7 : Media catégorie —— */
  .section--media-category.snap-page {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .section--media-category .section__inner {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: calc(var(--header-h) + 0.35rem) var(--gap) 0.75rem;
  }

  .section--media-category .section__parent,
  .section--media-category h2 {
    display: none;
  }

  .section--media-category .media-category-grid {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .section--media-category .media-category-card {
    padding: 0.55rem 0.65rem 0.65rem;
  }

  .section--media-category .media-category-card h3 {
    font-size: clamp(0.88rem, 3.8vw, 1rem);
  }

  .section--media-category .media-card__photo {
    aspect-ratio: 16 / 10;
    min-height: clamp(120px, 32vw, 170px);
  }

  .section--media-category .media-card__photo .btn-pill--voir {
    position: absolute;
    right: 0.35rem;
    bottom: 0.35rem;
    min-width: 4.25rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.68rem;
  }

  /* —— Page 8 : Bio —— */
  #bio.snap-page.section--dark {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 0;
    overflow: hidden;
    padding: 0;
  }

  #bio.snap-page > .section__inner {
    flex: 1 1 0;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: hidden;
    padding: calc(var(--header-h) + 0.35rem) var(--gap) 0.75rem;
  }

  #bio.snap-page > .newsletter-strip {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 100%;
    box-sizing: border-box;
    gap: 0.35rem 0.45rem;
    padding: 0.65rem var(--gap) calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--section-dark);
  }

  #bio.snap-page > .newsletter-strip .newsletter-strip__label {
    flex: 1 1 100%;
    font-size: 0.52rem;
    line-height: 1.25;
    margin: 0;
  }

  #bio.snap-page > .newsletter-strip .subscribe--strip {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }

  #bio.snap-page > .newsletter-strip .newsletter-strip__social {
    flex: 0 0 auto;
    display: flex;
    gap: 0.35rem;
  }

  #bio.section h2 {
    display: none;
  }

  #bio .bio-layout {
    gap: 0.85rem;
    grid-template-columns: 1fr;
  }

  #bio .bio-photo {
    width: min(100%, 220px);
    max-height: min(30vh, 200px);
  }

  #bio .bio-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #bio .bio-text h3 {
    font-family: var(--font-typewriter);
    font-size: clamp(0.95rem, 4vw, 1.1rem);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: none;
    margin-bottom: 0.65rem;
  }

  #bio .bio-prose p {
    font-family: var(--font-typewriter);
    font-size: clamp(0.68rem, 2.9vw, 0.76rem);
    line-height: 1.4;
  }

  #bio .bio-layout.is-expanded .bio-prose p {
    font-size: clamp(0.64rem, 2.65vw, 0.72rem);
    line-height: 1.38;
  }

  #bio .bio-contact {
    display: inline-block;
    margin-top: 0.65rem;
    font-family: var(--font-typewriter);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  #bio .bio-text > .social-icon {
    display: inline-flex;
    margin-top: 0.5rem;
    color: #fff;
  }

  /* —— Page 9 : Témoignages —— */
  #temoignages {
    --testimonial-card-w: min(80vw, 18.5rem);
    --testimonial-card-h: clamp(9.5rem, 28vh, 12rem);
    --testimonial-card-gap: 0.65rem;
  }

  #temoignages.section--light {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  #temoignages .section__inner {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: calc(var(--header-h) + 0.2rem) var(--gap) 0.25rem;
  }

  #temoignages .section-title-large {
    display: none !important;
  }

  #temoignages .testimonials {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(0.35rem, 1.2vh, 0.55rem);
    margin-inline: 0;
    overflow: visible;
  }

  #temoignages .testimonials-lane {
    position: relative;
    flex: 0 0 auto;
    height: var(--testimonial-card-h);
    min-height: var(--testimonial-card-h);
    min-width: 0;
    display: grid;
    grid-template-columns: 2.15rem minmax(0, 1fr) 2.15rem;
    align-items: center;
    gap: 0.15rem;
    overflow: hidden;
    padding-inline: 0;
  }

  #temoignages .testimonials-lane__btn {
    position: static;
    top: auto;
    transform: none;
    width: 2.15rem;
    height: 2.15rem;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #b8b8b8;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    justify-self: center;
    align-self: center;
  }

  #temoignages .testimonials-lane__btn-icon {
    width: 100%;
    height: 100%;
    display: block;
  }

  #temoignages .testimonials-lane .testimonials-row {
    grid-column: 2;
    grid-row: 1;
    flex: none;
    min-height: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: var(--testimonial-card-h);
    align-items: stretch;
    gap: var(--testimonial-card-gap);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-inline: 0;
  }

  #temoignages .testimonials-lane .testimonials-row::-webkit-scrollbar {
    display: none;
  }

  #temoignages .testimonials-row--offset {
    margin-top: clamp(-0.1rem, -0.3vw, 0);
  }

  #temoignages .testimonials-lane .testimonials-row.testimonials-row--marquee {
    scroll-snap-type: none;
  }

  #temoignages .testimonials-row--marquee .testimonial {
    scroll-snap-align: none;
  }

  #temoignages .testimonials-lane__btn[hidden] {
    visibility: hidden;
    pointer-events: none;
  }

  #temoignages .testimonials-lane__btn--prev {
    grid-column: 1;
    grid-row: 1;
  }

  #temoignages .testimonials-lane__btn--next {
    grid-column: 3;
    grid-row: 1;
  }

  #temoignages .testimonials-row--2 .testimonial {
    flex: 0 0 var(--testimonial-card-w);
  }

  #temoignages .testimonials-row--3 .testimonial {
    flex: 0 0 var(--testimonial-card-w);
  }

  #temoignages .testimonial {
    height: var(--testimonial-card-h);
    min-height: var(--testimonial-card-h);
    max-height: var(--testimonial-card-h);
    padding: 0.75rem 0.85rem;
    gap: 0.5rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
  }

  #temoignages .testimonial blockquote {
    font-size: clamp(0.72rem, 3.1vw, 0.88rem);
    font-weight: 700;
    line-height: 1.22;
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #temoignages .testimonial figcaption {
    gap: 0.5rem;
    margin-top: auto;
    flex-shrink: 0;
  }

  #temoignages .testimonial__photo {
    width: 3.7rem;
    height: 3.7rem;
    font-size: 0.54rem;
  }

  #temoignages .testimonial cite {
    font-size: clamp(0.54rem, 2.35vw, 0.64rem);
    line-height: 1.25;
    letter-spacing: 0.02em;
  }

  #temoignages .temoignages-newsletter {
    flex-shrink: 0;
    margin-top: auto;
    padding: 0.35rem var(--gap) calc(0.65rem + env(safe-area-inset-bottom, 0px));
  }

  #temoignages .temoignages-newsletter__label,
  #temoignages .temoignages-newsletter__quote {
    display: none;
  }

  #temoignages .temoignages-newsletter__row {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
  }

  #temoignages .temoignages-newsletter__row .subscribe {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  #temoignages .temoignages-newsletter__social {
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  #bio .bio-view-more {
    margin: 0.2rem 0 0.55rem;
  }
}
