:root {
  --rf-ink: #081426;
  --rf-night: #07101d;
  --rf-night-2: #0d1727;
  --rf-cream: #fffaf0;
  --rf-cream-2: #f5f0e8;
  --rf-muted: rgba(245, 240, 232, 0.72);
  --rf-gold: #d9bd78;
  --rf-gold-2: #b9974d;
  --rf-line: rgba(217, 189, 120, 0.24);
  --rf-font-head: "Cormorant Garamond", Georgia, serif;
  --rf-font-body: "Inter", Arial, sans-serif;
}

@media screen {
  body.atelier-brochure-refonte .rf-brochure-hero {
    min-height: 80vh;
    align-items: center;
  }

  body.atelier-brochure-refonte .atelier-hero-img {
    object-position: center;
    filter: saturate(0.92) contrast(1.06) brightness(0.82);
  }

  body.atelier-brochure-refonte.theme-day .atelier-hero-img--day {
    filter: saturate(0.86) contrast(1.12) brightness(0.56);
  }

  body.atelier-brochure-refonte .rf-brochure-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 11, 20, 0.9), rgba(7, 16, 31, 0.64) 47%, rgba(7, 16, 31, 0.16)),
      linear-gradient(180deg, rgba(5, 11, 20, 0.12), rgba(5, 11, 20, 0.72));
  }

  body.atelier-brochure-refonte .atelier-hero .rf-title {
    max-width: 780px;
    font-size: clamp(2.45rem, 4.2vw, 3.8rem) !important;
    line-height: 0.98;
  }

  body.atelier-brochure-refonte .atelier-hero .rf-lead {
    max-width: 760px;
    font-size: clamp(1.02rem, 1.35vw, 1.28rem) !important;
    line-height: 1.2;
  }

  body.atelier-brochure-refonte .atelier-hero__text {
    max-width: 720px;
    font-size: clamp(0.9rem, 0.7vw + 0.78rem, 1.02rem) !important;
    line-height: 1.56;
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card {
    min-height: 100%;
    grid-template-rows: auto auto auto minmax(5.8rem, auto) minmax(4.9rem, auto) !important;
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card > p:not(.atelier-card-result) {
    min-height: 5.8rem;
  }

  body.atelier-brochure-refonte .atelier-card-result {
    align-self: end;
    min-height: 4.9rem;
    display: grid;
    align-content: start;
  }

  body.atelier-brochure-refonte .atelier-format__brief {
    margin-bottom: clamp(1.9rem, 3.4vw, 3rem) !important;
  }

  body.atelier-brochure-refonte .atelier-symbol-grid {
    margin-top: clamp(1.2rem, 2.6vw, 2rem);
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__brief {
    border-color: rgba(7, 16, 31, 0.13);
    background: rgba(255, 250, 240, 0.82);
    box-shadow: 0 24px 72px rgba(7, 16, 31, 0.12);
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy {
    background: rgba(255, 250, 240, 0.62);
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy h3 {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy p,
  body.atelier-brochure-refonte.theme-day .atelier-process-list {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card {
    border-color: rgba(216, 178, 122, 0.3);
    background: rgba(255, 250, 240, 0.88) !important;
    color: var(--atelier-ink) !important;
    box-shadow: 0 18px 46px rgba(7, 16, 31, 0.1);
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card strong {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card span {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card {
    grid-template-rows: auto auto 1fr !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card small {
    display: none !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card h3,
  body.atelier-brochure-refonte .atelier-method-grid .rf-card p {
    text-align: center !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-method-grid .rf-card h3 {
    color: var(--atelier-ink) !important;
    font-weight: 800;
  }

  body.atelier-brochure-refonte.theme-night .atelier-method-grid .rf-card h3,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-method-grid .rf-card h3 {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card p {
    align-self: start;
    line-height: 1.62;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output {
    background: linear-gradient(180deg, #fffaf0 0%, #f5f0e8 100%) !important;
    color: var(--atelier-ink);
  }

  body.atelier-brochure-refonte.theme-night .atelier-output,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-output {
    background: linear-gradient(180deg, #07101f 0%, #0b1320 100%) !important;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card {
    display: grid;
    align-content: start;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card > img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 1rem;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card {
    background: rgba(255, 250, 240, 0.9) !important;
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card :is(h3, p, li) {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card small {
    color: var(--atelier-gold) !important;
  }

  @media (max-width: 900px) {
    body.atelier-brochure-refonte .atelier-hero .rf-title {
      font-size: clamp(2.18rem, 9vw, 2.75rem) !important;
    }

    body.atelier-brochure-refonte .atelier-hero__text br {
      display: none;
    }

    body.atelier-brochure-refonte .atelier-card-grid .rf-card,
    body.atelier-brochure-refonte .atelier-card-grid .rf-card > p:not(.atelier-card-result),
    body.atelier-brochure-refonte .atelier-card-result {
      min-height: 0;
    }
  }
}

/* Atelier Trajectoire digital polish - 2026-06-19 */
@media screen {
  body.atelier-brochure-refonte .rf-brochure-hero {
    min-height: 80vh !important;
    align-items: center !important;
  }

  body.atelier-brochure-refonte .atelier-hero-img {
    object-position: center !important;
    filter: saturate(0.92) contrast(1.06) brightness(0.82) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-hero-img--day {
    filter: saturate(0.86) contrast(1.12) brightness(0.56) !important;
  }

  body.atelier-brochure-refonte .rf-brochure-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 11, 20, 0.9), rgba(7, 16, 31, 0.64) 47%, rgba(7, 16, 31, 0.16)),
      linear-gradient(180deg, rgba(5, 11, 20, 0.12), rgba(5, 11, 20, 0.72)) !important;
  }

  body.atelier-brochure-refonte .atelier-hero .rf-title {
    max-width: 780px !important;
    font-size: clamp(2.45rem, 4.2vw, 3.8rem) !important;
    line-height: 0.98 !important;
  }

  body.atelier-brochure-refonte .atelier-hero .rf-lead {
    max-width: 760px !important;
    font-size: clamp(1.02rem, 1.35vw, 1.28rem) !important;
    line-height: 1.2 !important;
  }

  body.atelier-brochure-refonte .atelier-hero__text {
    max-width: 720px !important;
    font-size: clamp(0.9rem, 0.7vw + 0.78rem, 1.02rem) !important;
    line-height: 1.56 !important;
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card {
    min-height: 100% !important;
    grid-template-rows: auto auto auto minmax(5.8rem, auto) minmax(4.9rem, auto) !important;
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card > p:not(.atelier-card-result) {
    min-height: 5.8rem !important;
  }

  body.atelier-brochure-refonte .atelier-card-result {
    align-self: end !important;
    min-height: 4.9rem !important;
    display: grid !important;
    align-content: start !important;
  }

  body.atelier-brochure-refonte .atelier-format__brief {
    margin-bottom: clamp(1.9rem, 3.4vw, 3rem) !important;
  }

  body.atelier-brochure-refonte .atelier-symbol-grid {
    margin-top: clamp(1.2rem, 2.6vw, 2rem) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__brief {
    border-color: rgba(7, 16, 31, 0.13) !important;
    background: rgba(255, 250, 240, 0.82) !important;
    box-shadow: 0 24px 72px rgba(7, 16, 31, 0.12) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy {
    background: rgba(255, 250, 240, 0.62) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy h3 {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy p,
  body.atelier-brochure-refonte.theme-day .atelier-process-list {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card {
    border-color: rgba(216, 178, 122, 0.3) !important;
    background: rgba(255, 250, 240, 0.88) !important;
    color: var(--atelier-ink) !important;
    box-shadow: 0 18px 46px rgba(7, 16, 31, 0.1) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card strong {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card span {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card {
    grid-template-rows: auto auto 1fr !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card small {
    display: none !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card h3,
  body.atelier-brochure-refonte .atelier-method-grid .rf-card p {
    text-align: center !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-method-grid .rf-card h3 {
    color: var(--atelier-ink) !important;
    font-weight: 800 !important;
  }

  body.atelier-brochure-refonte.theme-night .atelier-method-grid .rf-card h3,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-method-grid .rf-card h3 {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card p {
    align-self: start !important;
    line-height: 1.62 !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output {
    background: linear-gradient(180deg, #fffaf0 0%, #f5f0e8 100%) !important;
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-night .atelier-output,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-output {
    background: linear-gradient(180deg, #07101f 0%, #0b1320 100%) !important;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card {
    display: grid !important;
    align-content: start !important;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card > img {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    margin-bottom: 1rem !important;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card > small {
    font-size: clamp(0.92rem, 0.55vw + 0.8rem, 1.08rem) !important;
    line-height: 1.12 !important;
  }

  body.atelier-brochure-refonte .atelier-output-card--orientation p {
    text-align: left !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card {
    background: rgba(255, 250, 240, 0.9) !important;
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card :is(h3, p, li) {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card small {
    color: var(--atelier-gold) !important;
  }

  @media (max-width: 900px) {
    body.atelier-brochure-refonte .atelier-hero .rf-title {
      font-size: clamp(2.18rem, 9vw, 2.75rem) !important;
    }

    body.atelier-brochure-refonte .atelier-hero__text br {
      display: none !important;
    }

    body.atelier-brochure-refonte .atelier-card-grid .rf-card,
    body.atelier-brochure-refonte .atelier-card-grid .rf-card > p:not(.atelier-card-result),
    body.atelier-brochure-refonte .atelier-card-result {
      min-height: 0 !important;
    }
  }
}

/* Multi-brochure polish pass - 2026-06-17 */
@media screen {
  body.rf-brochure .rf-digital-hero-logo {
    position: absolute;
    right: clamp(24px, 3vw, 56px);
    bottom: clamp(24px, 4vw, 64px);
    z-index: 4;
    width: clamp(42px, 4.2vw, 64px);
    height: auto;
    opacity: .82;
    pointer-events: none;
    filter: drop-shadow(0 12px 24px rgba(7, 16, 31, .58));
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-hero__copy {
    margin-inline: 0 auto !important;
    text-align: left !important;
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-kicker,
  body.masterclass-brochure-v2 .mcb-hero-paths {
    justify-content: flex-start !important;
  }

  body.masterclass-brochure-v2 .mcb-hero__lead,
  body.masterclass-brochure-v2 .mcb-hero__text {
    margin-inline: 0 auto !important;
  }

  body.masterclass-brochure-v2 .mcb-hero h1 {
    max-width: 12ch;
    text-wrap: balance;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip strong {
    font-size: clamp(0.98rem, 1.45vw, 1.22rem) !important;
    line-height: 1.12;
  }

  body.masterclass-brochure-v2 .mcb-method-refonte .mcb-method-grid {
    margin-bottom: 0;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-grid article {
    background: rgba(255, 250, 240, 0.82);
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-grid p {
    color: rgba(8, 20, 38, 0.74);
  }

  body.masterclass-brochure-v2 .mcb-video-card strong {
    min-height: 2.4em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-recovery-close {
    min-height: 880px;
  }

  body.masterclass-brochure-v2 .mcb-recovery-close .mcb-section-head {
    margin-bottom: clamp(1.5rem, 4vw, 2.8rem);
  }

  body.masterclass-brochure-v2 .mcb-recovery-panel--cards {
    width: 100%;
    padding: clamp(1rem, 2vw, 1.35rem);
  }

  body.masterclass-brochure-v2 .mcb-recovery-options {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 0;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options article {
    overflow: hidden;
    padding: 0 0 1rem;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    margin-bottom: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options strong {
    font-family: var(--rf-font-head);
    font-size: clamp(1.6rem, 2.5vw, 2.15rem);
    font-weight: 500;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options span {
    display: block;
    padding-inline: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-actions--center {
    justify-content: center;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-actions--outside {
    margin-top: 1.4rem;
  }

  body.masterclass-brochure-v2 .mcb-final-refonte {
    min-height: 720px;
    display: flex;
    align-items: center;
  }

  body.masterclass-brochure-v2 .mcb-final-refonte .mcb-section-head {
    margin-bottom: 0;
  }

  body.checkpoint-brochure-refonte .cpb-ledger--four article,
  body.checkpoint-brochure-refonte .cpb-promise-grid article,
  body.checkpoint-brochure-refonte .cpb-method-grid article,
  body.checkpoint-brochure-refonte .cpb-result-grid article,
  body.checkpoint-brochure-refonte .cpb-video-card div,
  body.checkpoint-brochure-refonte .cpb-compare-table :is(th, td) {
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article::before,
  body.checkpoint-brochure-refonte .cpb-result-grid article::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 0.95rem;
    border-radius: 7px;
    background: var(--cpb-card-image, linear-gradient(135deg, rgba(217, 189, 120, 0.28), rgba(255, 250, 240, 0.12))) center / cover no-repeat;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article:nth-child(1) { --cpb-card-image: url("../img/checkpoint-digital-programme-01-analyse-business-review-20260606.jpg"); }
  body.checkpoint-brochure-refonte .cpb-method-grid article:nth-child(2) { --cpb-card-image: url("../img/checkpoint-phase-02-diagnostic-lisa-styliste-20260531.jpg"); }
  body.checkpoint-brochure-refonte .cpb-method-grid article:nth-child(3) { --cpb-card-image: url("../img/checkpoint-classique-programme-03-strategie-mode-20260605-v2.jpg"); }
  body.checkpoint-brochure-refonte .cpb-method-grid article:nth-child(4) { --cpb-card-image: url("../img/checkpoint-classique-programme-04-direction-route-20260605-v2.jpg"); }
  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(1) { --cpb-card-image: url("../img/checkpoint-livrable-01-analyse-architecte-20260531.jpg"); }
  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(2) { --cpb-card-image: url("../img/checkpoint-livrable-02-diagnostic-portrait-20260531.jpg"); }
  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(3) { --cpb-card-image: url("../img/checkpoint-livrable-03-strategie-portrait-20260531.jpg"); }
  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(4) { --cpb-card-image: url("../img/checkpoint-livrable-04-direction-20260531.jpg"); }

  body.checkpoint-brochure-refonte .cpb-offer-grid--aligned .cpb-offer-card {
    grid-template-rows: auto auto auto auto minmax(3.2rem, auto) minmax(6.6rem, auto) 1fr auto;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card strong {
    font-size: clamp(1.85rem, 3.4vw, 2.65rem) !important;
    line-height: 1;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card p {
    min-height: 5.6rem;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card ul {
    min-height: 10rem;
  }

  body.checkpoint-brochure-refonte .cpb-video-card h3 {
    min-height: 2.45em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  body.checkpoint-brochure-refonte #comparatif {
    position: relative;
    overflow: hidden;
    color: #fffaf0;
    background: #07101d;
  }

  body.checkpoint-brochure-refonte #comparatif::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.68), rgba(7, 16, 31, 0.9)),
      url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-proof-day-desk-20260617.jpg") center / cover;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-container {
    position: relative;
    z-index: 1;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-section-head :is(h2, p) {
    color: #fffaf0 !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-wrap {
    background: rgba(255, 250, 240, 0.9);
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table {
    color: #081426;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table :is(th, td) {
    color: #081426 !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table th {
    color: var(--rf-gold-2) !important;
  }
}

@media screen and (max-width: 760px) {
  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-hero__copy {
    text-align: left !important;
  }

  body.masterclass-brochure-v2 .mcb-hero-paths {
    align-items: flex-start !important;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options {
    grid-template-columns: 1fr !important;
  }
}

/* Photos hero des brochures sans filtre - demande 2026-06-17. */
@media screen {
  body.rf-brochure :is(.mcb-hero__shade, .cpb-hero__shade) {
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
  }

  body.rf-brochure :is(.mcb-hero, .cpb-hero)::after,
  body.rf-brochure .rf-brochure-hero::after,
  body.rf-brochure--checkpoint .rf-brochure-hero::after {
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
  }

  body.rf-brochure :is(.mcb-hero__image, .cpb-hero__image, .rf-hero-img),
  body.rf-brochure .rf-brochure-hero::before {
    filter: none !important;
    opacity: 1 !important;
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-hero :is(h1, .cpb-hero__lead, .cpb-hero__text),
  body.masterclass-brochure-v2.theme-day .mcb-hero :is(h1, .mcb-hero__lead, .mcb-hero__copy p) {
    color: #fffaf0 !important;
    text-shadow: 0 14px 34px rgba(5, 11, 20, 0.42);
  }

  body.checkpoint-brochure-refonte .cpb-hero .cpb-btn--ghost {
    color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, 0.72) !important;
    background: rgba(5, 11, 20, 0.22) !important;
    text-shadow: none;
  }
}

@media screen {
  body.masterclass-brochure-v2 {
    background: #07101d;
    color: #fffaf0;
    overflow-x: hidden;
  }

  body.masterclass-brochure-v2::before {
    content: "";
    position: fixed;
    inset: 0 auto 0 28px;
    z-index: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(217, 189, 120, 0.2), transparent);
    pointer-events: none;
  }

  .masterclass-pdf {
    display: none;
  }

  .masterclass-digital,
  .mcb-section,
  .mcb-final {
    position: relative;
    z-index: 1;
  }

  .masterclass-brochure-v2 .rf-print-actions {
    top: 18px;
    bottom: auto;
  }

  .masterclass-brochure-v2 .rf-print-actions .rf-btn--light {
    background: rgba(7, 16, 29, 0.86);
    color: #fffaf0;
  }

  .masterclass-brochure-v2.theme-day .rf-print-actions .rf-btn--light {
    background: rgba(255, 250, 240, 0.9);
    color: #07101d;
  }

  .mcb-theme-toggle {
    width: 48px;
    min-width: 48px;
    aspect-ratio: 1;
    justify-content: center;
    border-radius: 999px;
    padding: 0;
  }

  .mcb-theme-toggle svg {
    width: 21px;
    height: 21px;
    stroke-width: 2.1;
  }

  .mcb-theme-toggle .theme-toggle__icon--sun,
  .masterclass-brochure-v2.theme-day .mcb-theme-toggle .theme-toggle__icon--moon,
  .masterclass-brochure-v2.theme-night .mcb-theme-toggle .theme-toggle__icon--sun {
    display: none;
  }

  .masterclass-brochure-v2.theme-day .mcb-theme-toggle .theme-toggle__icon--sun,
  .masterclass-brochure-v2.theme-night .mcb-theme-toggle .theme-toggle__icon--moon {
    display: block;
  }

  .mcb-container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
    min-width: 0;
  }

  .mcb-kicker,
  .mcb-pdf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--rf-gold);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .mcb-kicker::before,
  .mcb-pdf-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
  }

  .mcb-hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: clamp(7rem, 12vw, 9.5rem) 0 clamp(4rem, 8vw, 6rem);
  }

  .mcb-hero__image,
  .mcb-final__image,
  .mcb-section-media img,
  .mcb-theme-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 240ms ease;
  }

  .masterclass-brochure-v2.theme-day .mcb-theme-img--day,
  .masterclass-brochure-v2.theme-night .mcb-theme-img--night {
    opacity: 1;
  }

  .masterclass-brochure-v2.theme-day .mcb-theme-img--night,
  .masterclass-brochure-v2.theme-night .mcb-theme-img--day {
    opacity: 0;
  }

  .mcb-hero__shade,
  .mcb-final__shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(7, 16, 29, 0.88), rgba(7, 16, 29, 0.55) 48%, rgba(7, 16, 29, 0.14)),
      linear-gradient(180deg, rgba(7, 16, 29, 0.14), rgba(7, 16, 29, 0.72));
  }

  .masterclass-brochure-v2.theme-day {
    background: #fffaf0;
    color: #07101d;
  }

  .masterclass-brochure-v2.theme-day::before {
    background: linear-gradient(180deg, transparent, rgba(185, 151, 77, 0.22), transparent);
  }

  .masterclass-brochure-v2.theme-day .mcb-hero__shade {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.95) 0%, rgba(255, 250, 240, 0.64) 50%, rgba(255, 250, 240, 0.12) 100%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.05), rgba(255, 250, 240, 0.78));
  }

  .mcb-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    align-items: end;
  }

  .mcb-hero__copy {
    max-width: 780px;
  }

  .mcb-hero h1,
  .mcb-final h2 {
    margin: 1rem 0 0;
    color: #fffaf0;
    font-family: var(--rf-font-head);
    font-size: clamp(4.5rem, 8.2vw, 8.9rem);
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: 0;
  }

  .masterclass-brochure-v2.theme-day .mcb-hero h1 {
    color: #07101d;
  }

  .mcb-hero__lead {
    max-width: 760px;
    margin: 1.5rem 0 0;
    color: #fffaf0;
    font-family: var(--rf-font-head);
    font-size: clamp(2rem, 3.5vw, 3.6rem);
    font-weight: 400;
    line-height: 1.04;
  }

  .masterclass-brochure-v2.theme-day .mcb-hero__lead {
    color: #07101d;
  }

  .mcb-hero__text {
    max-width: 720px;
    margin: 1.35rem 0 0;
    color: rgba(255, 250, 240, 0.8);
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    font-weight: 500;
    line-height: 1.7;
  }

  .masterclass-brochure-v2.theme-day .mcb-hero__text {
    color: rgba(7, 16, 29, 0.72);
  }

  .mcb-hero-paths {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.7rem;
  }

  .mcb-hero-paths a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.78rem 1.35rem;
    border: 1px solid rgba(255, 250, 240, 0.34);
    border-radius: 999px;
    background: rgba(7, 16, 29, 0.18);
    color: #fffaf0;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mcb-hero-paths a.is-featured {
    border-color: var(--rf-gold);
    background: linear-gradient(135deg, #ead082, #c9a54f);
    color: #07101d;
  }

  .masterclass-brochure-v2.theme-day .mcb-hero-paths a:not(.is-featured) {
    border-color: rgba(7, 16, 29, 0.24);
    background: rgba(255, 250, 240, 0.68);
    color: #07101d;
  }

  .mcb-hero-signals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 1.55rem;
  }

  .mcb-hero-signals article {
    padding: 0.9rem;
    border: 1px solid rgba(217, 189, 120, 0.28);
    border-radius: 8px;
    background: rgba(7, 16, 29, 0.62);
  }

  .masterclass-brochure-v2.theme-day .mcb-hero-signals article {
    background: rgba(255, 250, 240, 0.76);
    box-shadow: 0 18px 60px rgba(7, 16, 29, 0.1);
  }

  .mcb-hero-signals span,
  .mcb-cost-grid span,
  .mcb-format-grid article > span,
  .mcb-master-card span,
  .mcb-deliverable span,
  .mcb-route-grid strong,
  .mcb-video-card strong {
    color: var(--rf-gold);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mcb-hero-signals strong {
    display: block;
    margin-top: 0.46rem;
    color: #fffaf0;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .masterclass-brochure-v2.theme-day .mcb-hero-signals strong {
    color: #07101d;
  }

  .mcb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.9rem;
  }

  .mcb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.88rem 1.28rem;
    border: 1px solid rgba(217, 189, 120, 0.34);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mcb-btn--gold {
    border-color: var(--rf-gold);
    background: linear-gradient(135deg, #ead082, #c9a54f);
    color: #07101d;
  }

  .mcb-btn--ghost {
    background: rgba(255, 250, 240, 0.08);
    color: #fffaf0;
  }

  .mcb-btn--ghost-dark {
    background: rgba(7, 16, 29, 0.04);
    color: #07101d;
  }

  .masterclass-brochure-v2.theme-day .mcb-btn--ghost {
    background: rgba(255, 250, 240, 0.7);
    color: #07101d;
  }

  .mcb-hero__panel {
    display: grid;
    gap: 0.8rem;
    padding: clamp(1.25rem, 2.6vw, 1.65rem);
    border: 1px solid rgba(217, 189, 120, 0.42);
    border-top: 4px solid var(--rf-gold);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(217, 189, 120, 0.1), transparent 34%),
      rgba(7, 16, 29, 0.72);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
  }

  .masterclass-brochure-v2.theme-day .mcb-hero__panel {
    background:
      linear-gradient(180deg, rgba(217, 189, 120, 0.18), transparent 38%),
      rgba(255, 250, 240, 0.9);
    box-shadow: 0 28px 90px rgba(8, 20, 38, 0.2);
  }

  .mcb-hero__panel span,
  .mcb-hero__panel small {
    color: rgba(255, 250, 240, 0.68);
  }

  .mcb-hero__panel span {
    color: var(--rf-gold);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .mcb-hero__panel strong {
    color: #fffaf0;
    font-family: var(--rf-font-head);
    font-size: clamp(2rem, 3vw, 2.55rem);
    font-weight: 400;
    line-height: 1.02;
  }

  .mcb-hero__panel em {
    color: var(--rf-gold);
    font-family: var(--rf-font-head);
    font-size: clamp(2.35rem, 4vw, 3.4rem);
    font-style: normal;
    line-height: 0.92;
  }

  .mcb-hero__panel small {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .masterclass-brochure-v2.theme-day .mcb-hero__panel :is(strong, em) {
    color: #07101d;
  }

  .masterclass-brochure-v2.theme-day .mcb-hero__panel small {
    color: rgba(7, 16, 29, 0.7);
  }

  .mcb-progress {
    display: grid;
    gap: 0.55rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(217, 189, 120, 0.24);
  }

  .mcb-progress div {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 0.8rem;
    align-items: center;
  }

  .mcb-progress span {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .mcb-progress i {
    position: relative;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 250, 240, 0.14);
  }

  .mcb-progress b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--rf-gold);
  }

  .masterclass-brochure-v2.theme-day .mcb-progress i {
    background: rgba(7, 16, 29, 0.14);
  }

  .mcb-section {
    scroll-margin-top: 96px;
    padding: clamp(4.8rem, 8vw, 7.4rem) 0;
    background:
      radial-gradient(circle at 10% 0%, rgba(217, 189, 120, 0.1), transparent 32%),
      #07101d;
  }

  .mcb-section--cream {
    background:
      radial-gradient(circle at 15% 10%, rgba(217, 189, 120, 0.12), transparent 34%),
      linear-gradient(180deg, #fffaf0 0%, #f5f0e8 100%);
    color: #07101d;
  }

  .masterclass-brochure-v2.theme-day .mcb-section:not(.mcb-section--media) {
    background:
      radial-gradient(circle at 12% 0%, rgba(217, 189, 120, 0.12), transparent 34%),
      #fffaf0;
    color: #07101d;
  }

  .masterclass-brochure-v2.theme-day .mcb-section--cream {
    background:
      radial-gradient(circle at 15% 10%, rgba(217, 189, 120, 0.12), transparent 34%),
      linear-gradient(180deg, #fffaf0 0%, #f5f0e8 100%);
  }

  .mcb-section-head {
    max-width: 880px;
    margin-bottom: clamp(1.8rem, 4vw, 3rem);
  }

  .mcb-section-head--light {
    color: #fffaf0;
  }

  .mcb-section h2,
  .mcb-final h2 {
    margin: 0.8rem 0 0;
    color: currentColor;
    font-family: var(--rf-font-head);
    font-size: clamp(3rem, 5.5vw, 5.8rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0;
  }

  .mcb-section p,
  .mcb-final p {
    color: rgba(255, 250, 240, 0.74);
    font-size: 1rem;
    line-height: 1.72;
  }

  .mcb-section--cream p,
  .masterclass-brochure-v2.theme-day .mcb-section p {
    color: rgba(7, 16, 29, 0.72);
  }

  .mcb-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1.25rem, 4vw, 3rem);
    align-items: start;
  }

  .mcb-founder__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
    gap: clamp(1.2rem, 4vw, 3rem);
    align-items: stretch;
  }

  .mcb-founder__media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(217, 189, 120, 0.26);
    border-radius: 8px;
    color: #fffaf0;
    text-decoration: none;
    box-shadow: 0 28px 100px rgba(0, 0, 0, 0.24);
  }

  .mcb-founder__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 16, 29, 0.04), rgba(7, 16, 29, 0.86));
  }

  .mcb-founder__media img,
  .mcb-persona-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mcb-founder__media img {
    position: absolute;
    inset: 0;
  }

  .mcb-founder__media > span {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    z-index: 1;
    width: 58px;
    aspect-ratio: 1;
    border: 1px solid rgba(217, 189, 120, 0.42);
    border-radius: 999px;
    background: rgba(7, 16, 29, 0.58);
  }

  .mcb-founder__media > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid var(--rf-gold);
    transform: translate(-50%, -50%);
  }

  .mcb-founder__media div {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 1;
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border: 1px solid rgba(217, 189, 120, 0.28);
    border-radius: 8px;
    background: rgba(7, 16, 29, 0.72);
  }

  .mcb-founder__media strong {
    color: #fffaf0;
    font-family: var(--rf-font-head);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
  }

  .mcb-founder__media small {
    color: var(--rf-gold);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mcb-founder__copy {
    align-self: center;
  }

  .mcb-founder__lead {
    max-width: 720px;
    margin-top: 1rem;
    color: #fffaf0 !important;
    font-family: var(--rf-font-head);
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1.05;
  }

  .masterclass-brochure-v2.theme-day .mcb-founder__lead {
    color: #07101d !important;
  }

  .mcb-persona-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .mcb-persona-grid article {
    overflow: hidden;
    border: 1px solid rgba(185, 151, 77, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 60px rgba(7, 16, 29, 0.08);
  }

  .mcb-persona-grid figure {
    height: 220px;
    margin: 0;
  }

  .mcb-persona-grid div {
    padding: 1rem;
  }

  .mcb-persona-grid span {
    color: var(--rf-gold);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mcb-persona-grid h3 {
    margin: 0.45rem 0 0;
    color: #07101d;
    font-family: var(--rf-font-head);
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    font-weight: 500;
    line-height: 1.05;
  }

  .mcb-persona-grid p {
    margin: 0.55rem 0 0;
    color: rgba(7, 16, 29, 0.7);
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .mcb-cost-grid,
  .mcb-method-grid,
  .mcb-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .mcb-cost-grid article,
  .mcb-method-grid article,
  .mcb-route-grid article,
  .mcb-format-grid article {
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(217, 189, 120, 0.25);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.06);
  }

  .mcb-section--cream .mcb-cost-grid article,
  .masterclass-brochure-v2.theme-day .mcb-cost-grid article,
  .masterclass-brochure-v2.theme-day .mcb-method-grid article,
  .masterclass-brochure-v2.theme-day .mcb-route-grid article,
  .masterclass-brochure-v2.theme-day .mcb-format-grid article {
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 60px rgba(7, 16, 29, 0.08);
  }

  .mcb-cost-grid strong,
  .mcb-method-grid h3,
  .mcb-route-grid strong,
  .mcb-format-grid h3,
  .mcb-master-card h3,
  .mcb-deliverable h3 {
    display: block;
    margin: 0.58rem 0 0;
    color: currentColor;
    font-family: var(--rf-font-head);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 500;
    line-height: 1.05;
  }

  .mcb-master-grid {
    display: grid;
    gap: 1rem;
  }

  .mcb-master-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(217, 189, 120, 0.24);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.05);
  }

  .masterclass-brochure-v2.theme-day .mcb-master-card {
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 80px rgba(7, 16, 29, 0.08);
  }

  .mcb-master-card figure {
    min-height: 260px;
    margin: 0;
  }

  .mcb-master-card img,
  .mcb-video-card img,
  .mcb-deliverable img,
  .mcb-pdf-cards img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mcb-master-card > div {
    display: grid;
    align-content: center;
    gap: 0.75rem;
    padding: clamp(1.2rem, 3vw, 2rem);
  }

  .mcb-master-card ul,
  .mcb-format-grid ul,
  .mcb-deliverable ul {
    margin: 0;
    padding-left: 1rem;
    color: rgba(255, 250, 240, 0.74);
    line-height: 1.65;
  }

  .masterclass-brochure-v2.theme-day :is(.mcb-master-card ul, .mcb-format-grid ul, .mcb-deliverable ul),
  .mcb-section--cream :is(.mcb-master-card ul, .mcb-format-grid ul, .mcb-deliverable ul) {
    color: rgba(7, 16, 29, 0.7);
  }

  .mcb-master-card a {
    color: var(--rf-gold);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .mcb-section--media {
    overflow: hidden;
    background: #07101d;
  }

  .mcb-section-media {
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  .mcb-section-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(7, 16, 29, 0.88), rgba(7, 16, 29, 0.54) 58%, rgba(7, 16, 29, 0.78)),
      linear-gradient(180deg, rgba(7, 16, 29, 0.14), rgba(7, 16, 29, 0.82));
  }

  .mcb-video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .mcb-video-card {
    position: relative;
    min-height: 330px;
    display: grid;
    align-content: end;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid rgba(217, 189, 120, 0.3);
    border-radius: 8px;
    color: #fffaf0;
    text-decoration: none;
  }

  .mcb-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 28%, rgba(7, 16, 29, 0.88));
  }

  .mcb-video-card img {
    position: absolute;
    inset: 0;
  }

  .mcb-video-card span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    width: 48px;
    aspect-ratio: 1;
    border: 1px solid rgba(217, 189, 120, 0.42);
    border-radius: 999px;
    background: rgba(7, 16, 29, 0.58);
  }

  .mcb-video-card span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--rf-gold);
    transform: translate(-50%, -50%);
  }

  .mcb-video-card strong,
  .mcb-video-card p {
    position: relative;
    z-index: 1;
  }

  .mcb-video-card strong {
    color: #fffaf0;
    font-family: var(--rf-font-head);
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
  }

  .mcb-video-card p {
    margin: 0.4rem 0 0;
    color: rgba(255, 250, 240, 0.76);
    font-size: 0.9rem;
  }

  .mcb-method-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mcb-deliverable {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: stretch;
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid rgba(217, 189, 120, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
  }

  .mcb-deliverable img {
    min-height: 330px;
  }

  .mcb-deliverable > div {
    padding: clamp(1.2rem, 3vw, 2rem);
  }

  .mcb-format-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .mcb-format-grid article {
    display: grid;
    gap: 0.75rem;
    background: rgba(255, 250, 240, 0.05);
  }

  .mcb-format-grid article.is-featured {
    border-top: 4px solid var(--rf-gold);
    background:
      linear-gradient(180deg, rgba(217, 189, 120, 0.12), transparent 45%),
      rgba(255, 250, 240, 0.08);
  }

  .mcb-format-grid strong {
    color: var(--rf-gold);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mcb-format-grid .mcb-format-price {
    color: #f3d58c;
    font-family: var(--rf-font-head);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
  }

  .masterclass-brochure-v2.theme-day .mcb-format-grid .mcb-format-price {
    color: #8d6f2d;
  }

  .mcb-pricing-note {
    display: grid;
    gap: 0.35rem;
    margin-top: 1rem;
    padding: clamp(1rem, 2.5vw, 1.45rem);
    border: 1px solid rgba(217, 189, 120, 0.3);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(217, 189, 120, 0.13), transparent 58%),
      rgba(255, 250, 240, 0.06);
  }

  .masterclass-brochure-v2.theme-day .mcb-pricing-note {
    background:
      linear-gradient(135deg, rgba(217, 189, 120, 0.2), transparent 58%),
      rgba(255, 250, 240, 0.9);
  }

  .mcb-pricing-note strong {
    color: var(--rf-gold);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mcb-pricing-note span {
    color: var(--rf-cream);
    font-family: var(--rf-font-head);
    font-size: clamp(1.55rem, 3vw, 2.05rem);
    line-height: 1.05;
  }

  .masterclass-brochure-v2.theme-day .mcb-pricing-note span {
    color: #07101d;
  }

  .mcb-pricing-note p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 250, 240, 0.7);
    line-height: 1.65;
  }

  .masterclass-brochure-v2.theme-day .mcb-pricing-note p {
    color: rgba(8, 20, 38, 0.7);
  }

  .mcb-orientation {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1rem, 4vw, 3rem);
    align-items: center;
  }

  .mcb-route-grid {
    grid-template-columns: 1fr;
  }

  .mcb-final {
    position: relative;
    min-height: 620px;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: clamp(5rem, 9vw, 8rem) 0;
    color: #fffaf0;
  }

  .mcb-final .mcb-container {
    position: relative;
    z-index: 1;
    max-width: 820px;
  }

  .mcb-footer {
    position: relative;
    z-index: 1;
    padding: 1.2rem 0;
    border-top: 1px solid rgba(217, 189, 120, 0.18);
    background: #050b14;
    color: rgba(255, 250, 240, 0.64);
    font-size: 0.86rem;
  }

  .masterclass-brochure-v2.theme-day .mcb-footer {
    background: #fffaf0;
    color: rgba(7, 16, 29, 0.64);
  }

  @media (max-width: 980px) {
    .mcb-hero__grid,
    .mcb-split,
    .mcb-orientation,
    .mcb-deliverable,
    .mcb-master-card,
    .mcb-founder__grid {
      grid-template-columns: 1fr;
    }

    .mcb-video-grid,
    .mcb-method-grid,
    .mcb-format-grid,
    .mcb-persona-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    html,
    body.rf-brochure--masterclass {
      overflow-x: hidden;
    }

    body.rf-brochure--masterclass .rf-print-actions {
      position: sticky;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      z-index: 40;
      padding: 0.55rem;
      background: rgba(5, 11, 20, 0.94);
      border-bottom: 1px solid rgba(217, 189, 120, 0.18);
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
      gap: 0.42rem;
      max-width: 100vw;
      overflow: hidden;
    }

    body.rf-brochure--masterclass .rf-print-actions .rf-btn {
      width: 100%;
      min-width: 0;
      min-height: 36px;
      padding: 0.5rem 0.62rem;
      font-size: 0.6rem;
      letter-spacing: 0.08em;
      white-space: normal;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    body.rf-brochure--masterclass .rf-print-actions .rf-btn--gold {
      order: 4;
      grid-column: 1 / -1;
    }

    body.rf-brochure--masterclass .rf-print-actions button:not(.mcb-theme-toggle) {
      display: none;
    }

    body.rf-brochure--masterclass .rf-print-actions .mcb-theme-toggle {
      order: 3;
      width: 44px;
      min-width: 44px;
      padding: 0;
    }

    .mcb-container {
      width: min(100%, calc(100vw - 32px));
    }

    .mcb-hero {
      min-height: calc(100vh - 92px);
      padding-top: 4.4rem;
      padding-bottom: 3rem;
      align-items: start;
    }

    .mcb-hero h1 {
      font-size: clamp(3rem, 17vw, 4.25rem);
    }

    .mcb-hero__lead {
      font-size: clamp(1.6rem, 8.4vw, 2.15rem);
    }

    .mcb-hero-signals,
    .mcb-hero-paths,
    .mcb-cost-grid,
    .mcb-video-grid,
    .mcb-method-grid,
    .mcb-format-grid,
    .mcb-persona-grid {
      grid-template-columns: 1fr;
    }

    .mcb-hero-paths {
      display: grid;
    }

    .mcb-section {
      padding: 3.6rem 0;
    }

    .mcb-section h2,
    .mcb-final h2 {
      font-size: clamp(2.5rem, 13vw, 3.6rem);
    }

    .mcb-video-card {
      min-height: 280px;
    }

    .mcb-master-card figure,
    .mcb-deliverable img,
    .mcb-founder__media {
      min-height: 240px;
    }

    .mcb-actions {
      display: grid;
      grid-template-columns: 1fr;
    }
  }
}

@media print {
  .rf-digital-hero-logo {
    display: none !important;
  }

  .masterclass-digital,
  .rf-print-actions,
  .mcb-footer {
    display: none !important;
  }

  .masterclass-pdf {
    display: block !important;
    background: #fffaf0;
    color: #07101d;
  }

  body.rf-brochure--masterclass {
    background: #fffaf0 !important;
    color: #07101d !important;
  }

  .mcb-pdf-page {
    position: relative;
    width: 100%;
    height: 271mm;
    min-height: 0;
    overflow: hidden;
    page-break-after: always;
    background: #fffaf0;
  }

  .mcb-pdf-page:last-child {
    page-break-after: auto;
  }

  .mcb-pdf-inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 30mm);
    margin: 0 auto;
    padding: 20mm 0;
  }

  .mcb-pdf-cover img,
  .mcb-pdf-end > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mcb-pdf-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0.7) 58%, rgba(255, 250, 240, 0.18)),
      linear-gradient(180deg, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0.82));
  }

  .mcb-pdf-cover h1,
  .mcb-pdf-page h2 {
    margin: 9mm 0 0;
    color: #07101d;
    font-family: var(--rf-font-head);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.95;
  }

  .mcb-pdf-cover h1 {
    max-width: 138mm;
    font-size: 54pt;
  }

  .mcb-pdf-page h2 {
    max-width: 160mm;
    font-size: 34pt;
  }

  .mcb-pdf-page p,
  .mcb-pdf-lead,
  .mcb-pdf-note,
  .mcb-pdf-table td {
    color: rgba(8, 20, 38, 0.75);
    font-size: 10pt;
    line-height: 1.55;
  }

  .mcb-pdf-cover p,
  .mcb-pdf-end p {
    max-width: 132mm;
    margin-top: 8mm;
    font-size: 15pt;
    line-height: 1.42;
  }

  .mcb-pdf-cover-card {
    position: relative;
    display: grid;
    gap: 2mm;
    width: 78mm;
    margin-top: 70mm;
    padding: 9mm;
    border: 1px solid rgba(185, 151, 77, 0.36);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.88);
  }

  .mcb-pdf-cover-card strong {
    font-family: var(--rf-font-head);
    font-size: 23pt;
    font-weight: 400;
  }

  .mcb-pdf-cover-card span {
    color: #b9974d;
    font-size: 10pt;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mcb-pdf-cover-card small {
    color: rgba(8, 20, 38, 0.68);
    font-size: 9pt;
  }

  .mcb-pdf-grid,
  .mcb-pdf-cards,
  .mcb-pdf-flow,
  .mcb-pdf-proof,
  .mcb-pdf-testimonials,
  .mcb-pdf-links {
    display: grid;
    gap: 5mm;
    margin-top: 10mm;
  }

  .mcb-pdf-grid--4,
  .mcb-pdf-flow,
  .mcb-pdf-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mcb-pdf-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mcb-pdf-grid div,
  .mcb-pdf-flow div,
  .mcb-pdf-proof article,
  .mcb-pdf-cards article,
  .mcb-pdf-callout,
  .mcb-pdf-testimonials blockquote,
  .mcb-pdf-links div {
    break-inside: avoid;
    padding: 6mm;
    border: 1px solid rgba(185, 151, 77, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
  }

  .mcb-pdf-grid span,
  .mcb-pdf-flow span,
  .mcb-pdf-links span {
    color: #b9974d;
    font-size: 8pt;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mcb-pdf-grid strong,
  .mcb-pdf-flow strong,
  .mcb-pdf-cards strong,
  .mcb-pdf-proof strong,
  .mcb-pdf-callout strong,
  .mcb-pdf-links strong {
    display: block;
    margin-top: 2mm;
    color: #07101d;
    font-family: var(--rf-font-head);
    font-size: 17pt;
    font-weight: 500;
    line-height: 1.05;
  }

  .mcb-pdf-cards article {
    padding: 0;
    overflow: hidden;
  }

  .mcb-pdf-cards img {
    height: 48mm;
  }

  .mcb-pdf-cards strong,
  .mcb-pdf-cards p {
    padding-inline: 5mm;
  }

  .mcb-pdf-cards strong {
    padding-top: 5mm;
  }

  .mcb-pdf-cards p {
    padding-bottom: 5mm;
  }

  .mcb-pdf-page blockquote {
    margin: 12mm 0 0;
    padding: 6mm 0 0;
    border-top: 1px solid rgba(185, 151, 77, 0.28);
    color: #07101d;
    font-family: var(--rf-font-head);
    font-size: 20pt;
    line-height: 1.12;
  }

  .mcb-pdf-table {
    width: 100%;
    margin-top: 11mm;
    border-collapse: collapse;
    table-layout: fixed;
    background: rgba(255, 255, 255, 0.78);
    font-size: 8.6pt;
  }

  .mcb-pdf-table th,
  .mcb-pdf-table td {
    padding: 4mm;
    border: 1px solid rgba(185, 151, 77, 0.28);
    vertical-align: top;
  }

  .mcb-pdf-table th {
    color: #07101d;
    font-size: 7.8pt;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mcb-pdf-note {
    margin-top: 8mm;
  }
}

/* Checkpoint V2 brochure rebuild: digital sales page + dedicated PDF layout. */
body.checkpoint-brochure-v2 {
  background: #07101d;
  color: #fffaf0;
  overflow-x: hidden;
}

.checkpoint-brochure-v2::before {
  content: "";
  position: fixed;
  inset: 0 auto 0 28px;
  z-index: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(217, 189, 120, 0.22), transparent);
  pointer-events: none;
}

.checkpoint-pdf {
  display: none;
}

.checkpoint-digital {
  overflow: hidden;
}

.checkpoint-brochure-v2 .rf-print-actions {
  top: 18px;
  bottom: auto;
}

.checkpoint-brochure-v2 .rf-print-actions .rf-btn--light {
  background: rgba(7, 16, 29, 0.86);
  color: #fffaf0;
}

.cpb-theme-toggle {
  width: 48px;
  min-width: 48px;
  aspect-ratio: 1;
  justify-content: center;
  border-radius: 999px;
  padding: 0;
}

.cpb-theme-toggle svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.1;
}

.cpb-theme-toggle .theme-toggle__icon--sun,
.checkpoint-brochure-v2.theme-day .cpb-theme-toggle .theme-toggle__icon--moon,
.checkpoint-brochure-v2.theme-night .cpb-theme-toggle .theme-toggle__icon--sun {
  display: none;
}

.checkpoint-brochure-v2.theme-day .cpb-theme-toggle .theme-toggle__icon--sun,
.checkpoint-brochure-v2.theme-night .cpb-theme-toggle .theme-toggle__icon--moon {
  display: block;
}

.cpb-container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
  min-width: 0;
}

.cpb-kicker,
.pdf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--rf-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cpb-kicker::before,
.pdf-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.cpb-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  isolation: isolate;
  padding: clamp(86px, 9vw, 132px) 0 clamp(58px, 7vw, 96px);
  background: #07101d;
}

.cpb-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, transparent, #07101d);
  pointer-events: none;
}

.cpb-hero__image,
.cpb-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cpb-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 10%;
}

.cpb-theme-img {
  opacity: 0;
  transition: opacity 260ms ease;
}

.checkpoint-brochure-v2.theme-day .cpb-theme-img--day,
.checkpoint-brochure-v2.theme-night .cpb-theme-img--night {
  opacity: 1;
}

.checkpoint-brochure-v2.theme-day .cpb-theme-img--night,
.checkpoint-brochure-v2.theme-night .cpb-theme-img--day {
  pointer-events: none;
}

.cpb-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 16, 29, 0.94) 0%, rgba(7, 16, 29, 0.72) 46%, rgba(7, 16, 29, 0.26) 100%),
    linear-gradient(180deg, rgba(7, 16, 29, 0.08), rgba(7, 16, 29, 0.92));
}

.cpb-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: end;
  gap: clamp(2rem, 7vw, 5rem);
  min-width: 0;
}

.cpb-hero h1,
.cpb-section h2,
.cpb-final h2,
.pdf-page h1,
.pdf-page h2 {
  font-family: var(--rf-font-head);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.96;
}

.cpb-hero h1 {
  max-width: 830px;
  margin: 1rem 0 1.2rem;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
}

.cpb-hero__lead {
  max-width: 720px;
  margin: 0 0 1rem;
  font-family: var(--rf-font-head);
  font-size: clamp(1.75rem, 3.5vw, 3.1rem);
  font-weight: 300;
  line-height: 1.04;
  color: #fffaf0;
}

.cpb-hero__text,
.cpb-intro,
.cpb-section-head p {
  max-width: 760px;
  color: rgba(255, 250, 240, 0.74);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

.cpb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.cpb-hero-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 780px;
  margin-top: 1.35rem;
}

.cpb-hero-signals article {
  padding: 0.85rem;
  border: 1px solid rgba(217, 189, 120, 0.24);
  border-radius: 8px;
  background: rgba(7, 16, 29, 0.42);
  backdrop-filter: blur(14px);
}

.cpb-hero-signals span {
  display: block;
  color: var(--rf-gold);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cpb-hero-signals strong {
  display: block;
  margin-top: 0.32rem;
  color: rgba(255, 250, 240, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.cpb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1.18rem;
  border: 1px solid rgba(217, 189, 120, 0.32);
  border-radius: 999px;
  color: inherit;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.cpb-btn--gold {
  background: var(--rf-gold);
  border-color: var(--rf-gold);
  color: #081426;
}

.cpb-btn--ghost {
  background: rgba(255, 250, 240, 0.08);
  color: #fffaf0;
  backdrop-filter: blur(16px);
}

.cpb-btn--ghost-dark {
  color: #081426;
  background: rgba(8, 20, 38, 0.04);
}

.cpb-hero__panel {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(217, 189, 120, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.08), transparent 36%),
    rgba(7, 16, 29, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.cpb-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid rgba(217, 189, 120, 0.7);
  pointer-events: none;
}

.cpb-hero__panel span,
.cpb-hero__panel small,
.cpb-offer-card small,
.cpb-video-card small,
.cpb-case-grid small {
  display: block;
  color: var(--rf-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cpb-hero__panel strong {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--rf-font-head);
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
}

.cpb-hero__panel em {
  display: block;
  margin: 1rem 0 0.3rem;
  color: #fffaf0;
  font-family: var(--rf-font-head);
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 0.9;
}

.cpb-hero__panel p {
  margin: 1rem 0 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.92rem;
}

.cpb-instrument {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(217, 189, 120, 0.24);
}

.cpb-instrument div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 0.65rem;
}

.cpb-hero__panel .cpb-instrument span {
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.cpb-instrument i {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.12);
}

.cpb-instrument i::before {
  content: "";
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rf-gold-2), var(--rf-gold));
}

.cpb-instrument b {
  color: #fffaf0;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: right;
}

.cpb-anchorbar {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.65rem;
  background: rgba(7, 16, 29, 0.9);
  border-block: 1px solid rgba(217, 189, 120, 0.18);
  backdrop-filter: blur(16px);
}

.cpb-anchorbar a {
  padding: 0.5rem 0.78rem;
  border-radius: 999px;
  color: rgba(255, 250, 240, 0.76);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.cpb-anchorbar a:hover {
  color: #081426;
  background: var(--rf-gold);
}

.cpb-section {
  scroll-margin-top: 96px;
  padding: clamp(64px, 8vw, 112px) 0;
}

.cpb-section--cream {
  background:
    linear-gradient(180deg, rgba(217, 189, 120, 0.08), transparent 260px),
    #fffaf0;
  color: #081426;
}

.cpb-section--night {
  background:
    linear-gradient(180deg, #07101d, #0d1727);
  color: #fffaf0;
}

.cpb-section--cream .cpb-intro,
.cpb-section--cream .cpb-section-head p {
  color: rgba(8, 20, 38, 0.72);
}

.cpb-section h2,
.cpb-final h2 {
  max-width: 900px;
  margin: 0.85rem 0 1rem;
  font-size: clamp(2.4rem, 5.7vw, 5rem);
}

.cpb-section-head {
  margin-bottom: clamp(2rem, 4.5vw, 3.5rem);
}

.cpb-split,
.cpb-product {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(2rem, 6vw, 4.6rem);
  align-items: center;
}

.cpb-ledger,
.cpb-proof-list,
.cpb-faq,
.cpb-promise-grid {
  display: grid;
  gap: 0.8rem;
}

.cpb-ledger article,
.cpb-proof-list article,
.cpb-faq article,
.cpb-process article,
.cpb-promise-grid article,
.cpb-offer-card,
.cpb-case-grid article,
.cpb-gain-grid article {
  border: 1px solid rgba(185, 151, 77, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 64px rgba(8, 20, 38, 0.08);
}

.cpb-section--night .cpb-faq article,
.cpb-section--night .cpb-process article,
.cpb-section--night .cpb-promise-grid article,
.cpb-section--night .cpb-gain-grid article {
  background: rgba(255, 250, 240, 0.06);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

.cpb-ledger article,
.cpb-proof-list article,
.cpb-faq article,
.cpb-process article,
.cpb-promise-grid article {
  padding: 1.2rem;
}

.cpb-ledger span,
.cpb-proof-list span,
.cpb-process span,
.cpb-promise-grid span,
.cpb-gain-grid span {
  color: var(--rf-gold-2);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cpb-ledger p,
.cpb-faq p,
.cpb-process p,
.cpb-promise-grid p,
.cpb-offer-card p,
.cpb-offer-card li,
.cpb-case-grid p,
.cpb-gain-grid p {
  color: rgba(8, 20, 38, 0.72);
}

.cpb-section--night .cpb-faq p,
.cpb-section--night .cpb-process p,
.cpb-section--night .cpb-promise-grid p,
.cpb-section--night .cpb-gain-grid p {
  color: rgba(255, 250, 240, 0.72);
}

.cpb-video-grid,
.cpb-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cpb-video-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.35rem;
  border: 1px solid rgba(217, 189, 120, 0.26);
  border-radius: 8px;
  color: #fffaf0;
  text-decoration: none;
  isolation: isolate;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.cpb-video-card img,
.cpb-case-grid img,
.cpb-gain-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpb-video-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform 0.45s ease;
}

.cpb-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.02) 0%, rgba(7, 16, 29, 0.46) 50%, rgba(7, 16, 29, 0.94) 100%);
}

.cpb-video-card:hover img {
  transform: scale(1.04);
}

.cpb-video-card h3,
.cpb-case-grid h3,
.cpb-gain-grid h3,
.cpb-process h3,
.cpb-promise-grid h3,
.cpb-phase-grid h3,
.cpb-faq h3,
.cpb-offer-card h3 {
  margin: 0.5rem 0 0.55rem;
  font-family: var(--rf-font-head);
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  font-weight: 300;
  line-height: 1.05;
}

.cpb-video-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
}

.cpb-play {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(217, 189, 120, 0.48);
  border-radius: 50%;
  background: rgba(7, 16, 29, 0.52);
  backdrop-filter: blur(12px);
}

.cpb-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--rf-gold);
  transform: translate(-50%, -50%);
}

.cpb-report,
.pdf-report {
  border: 1px solid rgba(185, 151, 77, 0.34);
  border-radius: 8px;
  background: #ffffff;
  color: #081426;
  box-shadow: 0 28px 80px rgba(8, 20, 38, 0.12);
}

.cpb-report {
  padding: clamp(1.4rem, 3.2vw, 2.4rem);
}

.cpb-report__top,
.cpb-report__status,
.cpb-report__grid {
  border-bottom: 1px solid rgba(185, 151, 77, 0.25);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.cpb-report__top span,
.cpb-report__status span,
.cpb-meter span {
  display: block;
  color: var(--rf-gold-2);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cpb-report__top strong,
.cpb-report__status strong {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--rf-font-head);
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 300;
  line-height: 0.95;
}

.cpb-meter {
  margin-bottom: 1rem;
}

.cpb-meter div {
  height: 8px;
  margin-top: 0.6rem;
  border-radius: 999px;
  background: rgba(8, 20, 38, 0.1);
}

.cpb-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rf-gold-2), var(--rf-gold));
}

.cpb-report__grid {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.cpb-report__grid p {
  margin: 0;
  padding: 0.75rem;
  border-radius: 8px;
  background: #f6f0e5;
}

.cpb-proof-list strong {
  display: block;
  margin-top: 0.35rem;
}

.cpb-gain-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.cpb-gain-grid article {
  overflow: hidden;
  background: rgba(255, 250, 240, 0.06);
}

.cpb-gain-grid img {
  display: block;
  height: 160px;
}

.cpb-gain-grid article > :not(img) {
  margin-inline: 1rem;
}

.cpb-gain-grid span {
  display: block;
  margin-top: 1rem;
}

.cpb-gain-grid h3,
.cpb-gain-grid p {
  margin-left: 1rem;
  margin-right: 1rem;
}

.cpb-gain-grid p {
  margin-bottom: 1.2rem;
}

.cpb-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cpb-case-grid article {
  overflow: hidden;
}

.cpb-case-grid img {
  display: block;
  height: 220px;
}

.cpb-case-grid small,
.cpb-case-grid h3,
.cpb-case-grid p {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

.cpb-case-grid small {
  margin-top: 1.1rem;
}

.cpb-case-grid p {
  margin-bottom: 1.3rem;
}

.cpb-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.cpb-promise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cpb-flowline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1.4rem;
  padding: 0.7rem;
  border: 1px solid rgba(217, 189, 120, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.05);
}

.cpb-flowline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 189, 120, 0.16), rgba(217, 189, 120, 0.66), rgba(217, 189, 120, 0.16));
}

.cpb-flowline span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(217, 189, 120, 0.25);
  border-radius: 999px;
  background: #07101d;
  color: var(--rf-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cpb-phase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cpb-system-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: system-step;
}

.cpb-system-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  right: 3%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 151, 77, 0.45), transparent);
}

.cpb-system-grid article {
  position: relative;
  min-height: 240px;
  padding: 1.25rem;
  border: 1px solid rgba(185, 151, 77, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(8, 20, 38, 0.02), rgba(8, 20, 38, 0.055)),
    #ffffff;
  box-shadow: 0 20px 64px rgba(8, 20, 38, 0.08);
}

.cpb-system-grid article::after {
  content: "";
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  width: 28px;
  height: 28px;
  border-top: 1px solid rgba(185, 151, 77, 0.52);
  border-right: 1px solid rgba(185, 151, 77, 0.52);
  background: rgba(185, 151, 77, 0.08);
  transform: rotate(45deg);
}

.cpb-system-grid span {
  display: block;
  color: var(--rf-gold-2);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cpb-system-grid h3 {
  margin: 0.55rem 0 0.7rem;
  font-family: var(--rf-font-head);
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  font-weight: 300;
  line-height: 1.05;
}

.cpb-system-grid p {
  color: rgba(8, 20, 38, 0.72);
}

.cpb-cockpit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.cpb-cockpit-strip article {
  padding: 1rem;
  border: 1px solid rgba(185, 151, 77, 0.3);
  border-radius: 8px;
  background: #081426;
  color: #fffaf0;
}

.cpb-cockpit-strip span {
  display: block;
  color: var(--rf-gold);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cpb-cockpit-strip strong {
  display: block;
  margin: 0.4rem 0 0.2rem;
  font-family: var(--rf-font-head);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 300;
  line-height: 1;
}

.cpb-cockpit-strip p {
  margin: 0;
  color: rgba(255, 250, 240, 0.7);
  font-size: 0.88rem;
}

.cpb-phase-grid article {
  overflow: hidden;
  border: 1px solid rgba(185, 151, 77, 0.28);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 64px rgba(8, 20, 38, 0.08);
}

.cpb-phase-grid img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.cpb-phase-grid div {
  padding: 1.25rem;
}

.cpb-phase-grid small {
  display: block;
  color: var(--rf-gold-2);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cpb-phase-grid strong {
  display: block;
  margin: 0 0 0.7rem;
  color: rgba(8, 20, 38, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cpb-phase-grid p {
  color: rgba(8, 20, 38, 0.72);
}

.cpb-phase-grid em {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(185, 151, 77, 0.22);
  color: #081426;
  font-family: var(--rf-font-head);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.08;
}

.cpb-offer-card {
  position: relative;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  background: #ffffff;
  color: #081426;
  overflow: hidden;
}

.cpb-offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(185, 151, 77, 0.25), var(--rf-gold), rgba(185, 151, 77, 0.25));
}

.cpb-offer-card--featured {
  border-color: rgba(185, 151, 77, 0.58);
  background:
    linear-gradient(135deg, rgba(217, 189, 120, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(217, 189, 120, 0.12), rgba(217, 189, 120, 0.03)),
    #ffffff;
}

.cpb-offer-card strong {
  display: block;
  margin: 0.85rem 0 0.25rem;
  font-family: var(--rf-font-head);
  font-size: clamp(2.25rem, 4.5vw, 3.6rem);
  font-weight: 300;
  line-height: 0.96;
}

.cpb-offer-card em {
  display: block;
  color: rgba(8, 20, 38, 0.62);
  font-size: 0.86rem;
  font-style: normal;
}

.cpb-offer-card ul {
  margin: 1.25rem 0 1.5rem;
  padding-left: 1rem;
}

.cpb-offer-note {
  margin-top: -0.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(185, 151, 77, 0.24);
  color: rgba(8, 20, 38, 0.76) !important;
  font-size: 0.86rem;
  font-weight: 700;
}

.cpb-compare-wrap {
  overflow-x: auto;
  border: 1px solid rgba(185, 151, 77, 0.3);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 64px rgba(8, 20, 38, 0.08);
}

.cpb-compare-wrap::before {
  content: "Autonomie → Analyse humaine → Accompagnement stratégique";
  display: block;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(185, 151, 77, 0.24);
  color: var(--rf-gold-2);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cpb-compare-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.cpb-compare-table th,
.cpb-compare-table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(185, 151, 77, 0.22);
  text-align: left;
  vertical-align: top;
}

.cpb-compare-table th {
  color: var(--rf-gold-2);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cpb-compare-table td:first-child {
  font-weight: 800;
}

.cpb-final {
  position: relative;
  padding: clamp(76px, 10vw, 130px) 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 29, 0.9), rgba(7, 16, 29, 0.42)),
    url("../assets/visuals-v2/webp/clean/v2-checkpoint-hero-night.webp") center / cover no-repeat;
}

.cpb-final h2 {
  max-width: 980px;
  color: #fffaf0;
}

.checkpoint-brochure-v2.theme-day {
  background: #fffaf0;
  color: #081426;
}

.checkpoint-brochure-v2.theme-day::before {
  background: linear-gradient(180deg, transparent, rgba(185, 151, 77, 0.28), transparent);
}

.checkpoint-brochure-v2.theme-day .rf-print-actions .rf-btn--light {
  background: rgba(255, 250, 240, 0.88);
  color: #081426;
  border-color: rgba(185, 151, 77, 0.34);
}

.checkpoint-brochure-v2.theme-day .cpb-hero {
  background: #fffaf0;
  color: #081426;
}

.checkpoint-brochure-v2.theme-day .cpb-hero::after {
  background: linear-gradient(180deg, transparent, #fffaf0);
}

.checkpoint-brochure-v2.theme-day .cpb-hero__shade {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.94) 0%, rgba(255, 250, 240, 0.62) 48%, rgba(255, 250, 240, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.04), rgba(255, 250, 240, 0.78));
}

.checkpoint-brochure-v2.theme-day .cpb-hero__lead,
.checkpoint-brochure-v2.theme-day .cpb-hero h1 {
  color: #081426;
}

.checkpoint-brochure-v2.theme-day .cpb-hero__text,
.checkpoint-brochure-v2.theme-day .cpb-intro,
.checkpoint-brochure-v2.theme-day .cpb-section-head p {
  color: rgba(8, 20, 38, 0.74);
}

.checkpoint-brochure-v2.theme-day .cpb-btn--ghost {
  background: rgba(8, 20, 38, 0.04);
  color: #081426;
}

.checkpoint-brochure-v2.theme-day .cpb-hero-signals article {
  background: rgba(255, 250, 240, 0.64);
  border-color: rgba(185, 151, 77, 0.26);
  box-shadow: 0 14px 44px rgba(8, 20, 38, 0.08);
}

.checkpoint-brochure-v2.theme-day .cpb-hero-signals strong {
  color: rgba(8, 20, 38, 0.78);
}

.checkpoint-brochure-v2.theme-day .cpb-hero__panel {
  background:
    linear-gradient(180deg, rgba(217, 189, 120, 0.18), transparent 38%),
    rgba(255, 250, 240, 0.9);
  color: #081426;
  box-shadow: 0 28px 90px rgba(8, 20, 38, 0.2);
}

.checkpoint-brochure-v2.theme-day .cpb-hero__panel em,
.checkpoint-brochure-v2.theme-day .cpb-instrument b {
  color: #081426;
}

.checkpoint-brochure-v2.theme-day .cpb-hero__panel p,
.checkpoint-brochure-v2.theme-day .cpb-hero__panel .cpb-instrument span {
  color: rgba(8, 20, 38, 0.68);
}

.checkpoint-brochure-v2.theme-day .cpb-instrument i {
  background: rgba(8, 20, 38, 0.12);
}

.checkpoint-brochure-v2.theme-day .cpb-anchorbar {
  background: rgba(255, 250, 240, 0.92);
  border-block-color: rgba(185, 151, 77, 0.24);
}

.checkpoint-brochure-v2.theme-day .cpb-anchorbar a {
  color: rgba(8, 20, 38, 0.72);
}

.checkpoint-brochure-v2.theme-day .cpb-section--night {
  background:
    linear-gradient(180deg, rgba(217, 189, 120, 0.08), transparent 260px),
    #f5f0e8;
  color: #081426;
}

.checkpoint-brochure-v2.theme-day .cpb-section--night .cpb-faq article,
.checkpoint-brochure-v2.theme-day .cpb-section--night .cpb-process article,
.checkpoint-brochure-v2.theme-day .cpb-section--night .cpb-promise-grid article,
.checkpoint-brochure-v2.theme-day .cpb-section--night .cpb-gain-grid article {
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 64px rgba(8, 20, 38, 0.08);
}

.checkpoint-brochure-v2.theme-day .cpb-section--night .cpb-faq p,
.checkpoint-brochure-v2.theme-day .cpb-section--night .cpb-process p,
.checkpoint-brochure-v2.theme-day .cpb-section--night .cpb-promise-grid p,
.checkpoint-brochure-v2.theme-day .cpb-section--night .cpb-gain-grid p {
  color: rgba(8, 20, 38, 0.72);
}

.checkpoint-brochure-v2.theme-day .cpb-flowline {
  background: rgba(8, 20, 38, 0.03);
}

.checkpoint-brochure-v2.theme-day .cpb-flowline span {
  background: #fffaf0;
  color: var(--rf-gold-2);
}

.checkpoint-brochure-v2.theme-day .cpb-cockpit-strip article {
  background: #ffffff;
  color: #081426;
  box-shadow: 0 20px 64px rgba(8, 20, 38, 0.08);
}

.checkpoint-brochure-v2.theme-day .cpb-cockpit-strip p {
  color: rgba(8, 20, 38, 0.7);
}

.checkpoint-brochure-v2.theme-day .cpb-gain-grid article {
  background: rgba(255, 255, 255, 0.68);
}

.checkpoint-brochure-v2.theme-day .cpb-final {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.94), rgba(255, 250, 240, 0.66)),
    url("../assets/visuals-v2/webp/clean/v2-checkpoint-hero-day.webp") center / cover no-repeat;
  color: #081426;
}

.checkpoint-brochure-v2.theme-day .cpb-final h2 {
  color: #081426;
}

@media (max-width: 1060px) {
  .cpb-hero__grid,
  .cpb-split,
  .cpb-product {
    grid-template-columns: 1fr;
  }

  .cpb-video-grid,
  .cpb-offer-grid,
  .cpb-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpb-gain-grid,
  .cpb-process,
  .cpb-promise-grid,
  .cpb-phase-grid,
  .cpb-system-grid,
  .cpb-cockpit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .checkpoint-brochure-v2::before {
    display: none;
  }

  .cpb-container {
    width: min(100% - 32px, 1160px);
  }

  .cpb-hero {
    min-height: calc(100vh - 82px);
    padding-top: 70px;
    max-width: 100vw;
    overflow: hidden;
  }

  .cpb-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .cpb-hero__lead {
    font-size: clamp(1.35rem, 6vw, 1.9rem);
  }

  .cpb-hero__copy,
  .cpb-hero__panel,
  .cpb-hero__text,
  .cpb-intro,
  .cpb-section-head p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .cpb-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cpb-hero-signals {
    grid-template-columns: 1fr;
  }

  .cpb-btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .cpb-anchorbar {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .cpb-flowline {
    grid-template-columns: 1fr;
  }

  .cpb-flowline::before,
  .cpb-system-grid::before {
    display: none;
  }

  .cpb-section h2,
  .cpb-final h2 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
  }

  .cpb-video-grid,
  .cpb-offer-grid,
  .cpb-case-grid,
  .cpb-gain-grid,
  .cpb-process,
  .cpb-promise-grid,
  .cpb-phase-grid,
  .cpb-system-grid,
  .cpb-cockpit-strip {
    grid-template-columns: 1fr;
  }

  .cpb-video-card {
    min-height: 360px;
  }
}

@media print {
  .checkpoint-digital,
  .checkpoint-screen-footer,
  .rf-print-actions {
    display: none !important;
  }

  .checkpoint-pdf {
    display: block !important;
    color: #081426;
    font-family: var(--rf-font-body);
  }

  .pdf-page {
    min-height: 271mm;
    padding: 15mm;
    box-sizing: border-box;
    page-break-after: always;
    break-after: page;
    background: #fffaf0;
    color: #081426;
  }

  .pdf-page:last-child {
    page-break-after: auto;
    break-after: auto;
  }

  .pdf-cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0.7)),
      url("../assets/visuals-v2/webp/clean/v2-checkpoint-hero-day.webp") center / cover no-repeat;
    color: #081426;
  }

  .pdf-cover h1 {
    max-width: 150mm;
    margin: 8mm 0 6mm;
    color: #081426;
    font-size: 54pt;
  }

  .pdf-cover p {
    max-width: 125mm;
    color: rgba(8, 20, 38, 0.74);
    font-size: 15pt;
  }

  .pdf-cover aside {
    width: 82mm;
    padding: 8mm;
    border: 1px solid rgba(217, 189, 120, 0.42);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.86);
    color: #081426;
  }

  .pdf-cover aside strong,
  .pdf-cover aside span,
  .pdf-cover aside small {
    display: block;
  }

  .pdf-cover aside strong {
    font-family: var(--rf-font-head);
    font-size: 22pt;
    font-weight: 300;
  }

  .pdf-cover aside span {
    margin: 4mm 0 1mm;
    color: var(--rf-gold);
    font-family: var(--rf-font-head);
    font-size: 34pt;
    line-height: 1;
  }

  .pdf-cover aside small {
    color: rgba(8, 20, 38, 0.64);
  }

  .pdf-page h2 {
    max-width: 160mm;
    margin: 6mm 0 5mm;
    font-size: 31pt;
    color: #081426;
  }

  .pdf-lead {
    max-width: 155mm;
    color: rgba(8, 20, 38, 0.72);
    font-size: 12pt;
  }

  .pdf-grid {
    display: grid;
    gap: 5mm;
    margin-top: 9mm;
  }

  .pdf-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdf-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdf-grid--4,
  .pdf-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdf-grid article,
  .pdf-testimonials article,
  .pdf-link-list a,
  .pdf-report,
  .pdf-table {
    border: 1px solid rgba(185, 151, 77, 0.34);
    border-radius: 8px;
    background: #ffffff;
  }

  .pdf-grid article {
    padding: 6mm;
  }

  .pdf-grid strong,
  .pdf-report span,
  .pdf-link-list strong {
    color: var(--rf-gold-2);
    font-size: 8pt;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .pdf-grid p {
    margin: 3mm 0 0;
    color: rgba(8, 20, 38, 0.72);
  }

  .pdf-page blockquote {
    margin: 11mm 0 0;
    padding: 8mm 0;
    border-block: 1px solid rgba(185, 151, 77, 0.4);
    font-family: var(--rf-font-head);
    font-size: 25pt;
    line-height: 1.04;
  }

  .pdf-page--visual {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 10mm;
    align-items: center;
  }

  .pdf-report {
    padding: 8mm;
  }

  .pdf-report div + div {
    margin-top: 5mm;
    padding-top: 5mm;
    border-top: 1px solid rgba(185, 151, 77, 0.25);
  }

  .pdf-report strong {
    display: block;
    margin-top: 1.5mm;
    font-family: var(--rf-font-head);
    font-size: 20pt;
    font-weight: 300;
    line-height: 1;
  }

  .pdf-report p {
    margin: 2mm 0 0;
    color: rgba(8, 20, 38, 0.7);
    font-size: 9pt;
  }

  .pdf-offer-short {
    margin-top: 7mm;
  }

  .pdf-testimonials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5mm;
    margin-top: 8mm;
  }

  .pdf-testimonials article {
    display: grid;
    grid-template-columns: 25mm 1fr;
    gap: 4mm;
    align-items: center;
    padding: 4mm;
  }

  .pdf-testimonials img {
    width: 25mm;
    height: 25mm;
    border-radius: 50%;
    object-fit: cover;
  }

  .pdf-testimonials p {
    margin: 0;
    color: rgba(8, 20, 38, 0.74);
    font-size: 9.5pt;
  }

  .pdf-table {
    width: 100%;
    margin-top: 7mm;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    font-size: 9pt;
  }

  .pdf-table th,
  .pdf-table td {
    padding: 4mm;
    border-bottom: 1px solid rgba(185, 151, 77, 0.24);
    text-align: left;
    vertical-align: top;
  }

  .pdf-table th {
    color: var(--rf-gold-2);
    font-size: 7pt;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .pdf-note {
    margin-top: 6mm;
    color: rgba(8, 20, 38, 0.68);
    font-size: 9pt;
  }

  .pdf-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.94), rgba(255, 250, 240, 0.78)),
      url("../assets/visuals-v2/webp/clean/v2-checkpoint-hero-day.webp") center / cover no-repeat;
    color: #081426;
  }

  .pdf-back h2,
  .pdf-back p {
    color: #081426;
  }

  .pdf-link-list {
    display: grid;
    gap: 5mm;
    margin: 10mm 0;
  }

  .pdf-link-list a {
    display: block;
    padding: 6mm;
    color: #081426;
    text-decoration: none;
  }

  .pdf-link-list span {
    display: block;
    margin-top: 2mm;
    color: rgba(8, 20, 38, 0.76);
    font-size: 10pt;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.rf-brochure {
  margin: 0;
  background: var(--rf-night);
  color: var(--rf-cream);
  font-family: var(--rf-font-body);
  line-height: 1.65;
}

.rf-print-actions {
  position: fixed;
  z-index: 20;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.rf-brochure-shell {
  overflow: hidden;
}

.rf-brochure-hero,
.rf-brochure-section {
  position: relative;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.rf-brochure-hero {
  min-height: 92vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  z-index: 0;
}

.rf-brochure-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--hero-image);
  background-position: var(--hero-position, center);
  background-size: cover;
  background-repeat: no-repeat;
}

.rf-hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-position, center);
}

.rf-brochure-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 16, 29, 0.82), rgba(7, 16, 29, 0.52) 48%, rgba(7, 16, 29, 0.18)),
    linear-gradient(180deg, rgba(7, 16, 29, 0.08), rgba(7, 16, 29, 0.68));
}

.rf-brochure-hero > .rf-container {
  position: relative;
  z-index: 2;
}

.rf-container {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.rf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--rf-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rf-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.rf-title {
  margin: 1.2rem 0 1.25rem;
  max-width: 900px;
  font-family: var(--rf-font-head);
  font-size: clamp(3.4rem, 9vw, 7.5rem);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: 0.01em;
}

.rf-title em,
.rf-section-title em {
  color: var(--rf-gold);
  font-style: italic;
}

.rf-lead {
  max-width: 780px;
  margin: 0;
  color: var(--rf-muted);
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

.rf-hero-actions,
.rf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.rf-pdf-link-list {
  display: grid;
  gap: 0.75rem;
  max-width: 760px;
  margin-top: 1.4rem;
}

.rf-pdf-link-list a {
  display: grid;
  gap: 0.18rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(217, 189, 120, 0.34);
  border-radius: 16px;
  color: var(--rf-cream);
  text-decoration: none;
  background: rgba(255, 250, 240, 0.06);
}

.rf-pdf-link-list strong {
  color: var(--rf-gold);
  font-family: var(--rf-font-head);
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  font-weight: 400;
  line-height: 1.05;
}

.rf-pdf-link-list span {
  color: rgba(245, 240, 232, 0.72);
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.rf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--rf-line);
  color: var(--rf-cream);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.rf-btn--gold {
  background: var(--rf-gold);
  border-color: var(--rf-gold);
  color: var(--rf-ink);
}

.rf-btn--light {
  background: rgba(255, 250, 240, 0.08);
  backdrop-filter: blur(14px);
}

.rf-section-title {
  margin: 0.8rem 0 1rem;
  max-width: 860px;
  font-family: var(--rf-font-head);
  font-size: clamp(2.2rem, 5.5vw, 4.4rem);
  font-weight: 300;
  line-height: 1;
}

.rf-section-copy {
  max-width: 780px;
  color: rgba(245, 240, 232, 0.72);
  margin: 0 0 2rem;
}

.rf-band {
  background:
    radial-gradient(circle at 12% 8%, rgba(217, 189, 120, 0.13), transparent 32%),
    linear-gradient(180deg, var(--rf-night), var(--rf-night-2));
}

.rf-band--cream {
  background: var(--rf-cream);
  color: var(--rf-ink);
}

.rf-band--cream .rf-section-copy,
.rf-band--cream .rf-card p,
.rf-band--cream .rf-list,
.rf-band--cream .rf-table td,
.rf-band--cream .rf-note {
  color: rgba(8, 20, 38, 0.72);
}

.rf-grid {
  display: grid;
  gap: 1rem;
}

.rf-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rf-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rf-card {
  position: relative;
  min-height: 100%;
  padding: clamp(1.35rem, 2.6vw, 2rem);
  border: 1px solid var(--rf-line);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.rf-band--cream .rf-card {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 60px rgba(8, 20, 38, 0.09);
}

.rf-card--highlight {
  border-color: rgba(217, 189, 120, 0.62);
  background: rgba(217, 189, 120, 0.11);
}

.rf-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.rf-card small,
.rf-price-label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--rf-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rf-card h3 {
  margin: 0 0 0.7rem;
  font-family: var(--rf-font-head);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 300;
  line-height: 1.05;
}

.rf-card p {
  margin: 0;
  color: rgba(245, 240, 232, 0.72);
}

.rf-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: rgba(245, 240, 232, 0.72);
}

.rf-list li + li {
  margin-top: 0.45rem;
}

.rf-price {
  display: block;
  margin: 0.8rem 0 0.45rem;
  font-family: var(--rf-font-head);
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1;
}

.rf-price span {
  font-size: 1.1rem;
  opacity: 0.65;
}

.rf-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--rf-line);
  border-radius: 22px;
}

.rf-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: rgba(255, 250, 240, 0.05);
}

.rf-table th,
.rf-table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(217, 189, 120, 0.18);
  text-align: left;
  vertical-align: top;
}

.rf-table th {
  color: var(--rf-gold);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rf-table td {
  color: rgba(245, 240, 232, 0.74);
}

.rf-note {
  margin-top: 1rem;
  color: rgba(245, 240, 232, 0.62);
  font-size: 0.92rem;
}

.rf-quote {
  padding: clamp(2rem, 5vw, 4rem);
  border-block: 1px solid var(--rf-line);
  font-family: var(--rf-font-head);
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--rf-cream);
}

.rf-footer {
  padding: 2rem clamp(20px, 5vw, 72px);
  background: #050b14;
  color: rgba(245, 240, 232, 0.72);
  font-size: 0.9rem;
}

.rf-footer strong {
  color: var(--rf-cream);
  letter-spacing: 0.12em;
}

.rf-footer--references {
  border-top: 1px solid rgba(216, 178, 122, 0.22);
}

.rf-footer__references {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(220px, 1fr) minmax(280px, 1.35fr);
  gap: clamp(1rem, 3vw, 2.4rem);
  align-items: center;
}

.rf-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--rf-gold, #d8b27a);
  font-family: var(--rf-font-head, "Cormorant Garamond", serif);
  font-size: 1.18rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.rf-footer__brand img {
  width: 28px;
  height: 42px;
  object-fit: contain;
  opacity: 0.92;
}

.rf-footer__references p {
  margin: 0;
  color: rgba(245, 240, 232, 0.78);
  font-family: var(--rf-font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.18;
}

.rf-footer__references nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.rf-footer__references nav a {
  border: 1px solid rgba(216, 178, 122, 0.26);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: rgba(245, 240, 232, 0.74);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

body.theme-day .rf-footer--references,
html[data-theme="day"] body .rf-footer--references {
  background: #fffaf0 !important;
  color: rgba(8, 20, 38, 0.78) !important;
}

body.theme-day .rf-footer__references p,
html[data-theme="day"] body .rf-footer__references p {
  color: rgba(8, 20, 38, 0.78) !important;
}

body.theme-day .rf-footer__references nav a,
html[data-theme="day"] body .rf-footer__references nav a {
  border-color: rgba(8, 20, 38, 0.24);
  color: #07101f !important;
}

body.theme-night .rf-footer--references,
html[data-theme="night"] body .rf-footer--references {
  background: #050b14 !important;
}

@media (max-width: 860px) {
  .rf-footer__references {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rf-footer__brand,
  .rf-footer__references nav {
    justify-content: center;
  }
}

.rf-print-url {
  display: none;
}

/* Checkpoint pilot brochure: conversion-first DA, scoped before rollout. */
body.rf-brochure--checkpoint .rf-brochure-hero {
  min-height: 100vh;
  align-items: center;
}

body.rf-brochure--checkpoint .rf-brochure-hero::after {
  background:
    linear-gradient(90deg, rgba(5, 11, 20, 0.9), rgba(7, 16, 29, 0.68) 46%, rgba(7, 16, 29, 0.2)),
    linear-gradient(180deg, rgba(5, 11, 20, 0.1), rgba(5, 11, 20, 0.78));
}

body.rf-brochure--checkpoint .rf-title {
  max-width: 980px;
}

.rf-lead--strong {
  max-width: 720px;
  margin-bottom: 0.8rem;
  color: var(--rf-cream);
  font-family: var(--rf-font-head);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.02;
}

.rf-hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 900px;
  margin-top: 2rem;
}

.rf-hero-kpis article {
  padding: 1rem;
  border: 1px solid rgba(217, 189, 120, 0.28);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.08);
  backdrop-filter: blur(14px);
}

.rf-hero-kpis span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--rf-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.rf-hero-kpis strong {
  display: block;
  color: var(--rf-cream);
  font-size: 0.88rem;
  line-height: 1.25;
}

.rf-brochure-section--tight {
  padding-block: clamp(54px, 7vw, 86px);
}

.rf-section-copy--large {
  max-width: 920px;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.rf-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rf-value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.rf-price--label {
  font-family: var(--rf-font-body);
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.rf-brochure--checkpoint .rf-card--highlight {
  border-color: rgba(217, 189, 120, 0.76);
  background:
    linear-gradient(180deg, rgba(217, 189, 120, 0.19), rgba(217, 189, 120, 0.07)),
    rgba(255, 250, 240, 0.78);
}

body.rf-brochure--checkpoint .rf-band .rf-card--highlight {
  background:
    linear-gradient(180deg, rgba(217, 189, 120, 0.17), rgba(217, 189, 120, 0.06)),
    rgba(255, 250, 240, 0.07);
}

body.rf-brochure--checkpoint .rf-brochure-section--closing {
  padding-top: clamp(48px, 7vw, 84px);
}

@media (max-width: 820px) {
  .rf-grid--2,
  .rf-grid--3,
  .rf-grid--4,
  .rf-value-grid,
  .rf-hero-kpis {
    grid-template-columns: 1fr;
  }

  .rf-brochure-hero {
    min-height: 82vh;
  }
}

@media (max-width: 640px) {
  html,
  body.rf-brochure--checkpoint {
    overflow-x: hidden;
  }

  body.rf-brochure--checkpoint .rf-print-actions {
    position: sticky;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    z-index: 40;
    padding: 0.55rem;
    background: rgba(5, 11, 20, 0.94);
    border-bottom: 1px solid rgba(217, 189, 120, 0.18);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
    gap: 0.42rem;
    max-width: 100vw;
    overflow: hidden;
  }

  body.rf-brochure--checkpoint .rf-print-actions .rf-btn {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 0.5rem 0.62rem;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.rf-brochure--checkpoint .rf-print-actions .rf-btn--gold {
    order: 4;
    grid-column: 1 / -1;
  }

  body.rf-brochure--checkpoint .rf-print-actions button:not(.cpb-theme-toggle) {
    display: none;
  }

  body.rf-brochure--checkpoint .rf-print-actions .cpb-theme-toggle {
    order: 3;
    grid-column: auto;
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  body.rf-brochure--checkpoint .rf-brochure-hero {
    min-height: calc(100vh - 92px);
    align-items: center;
    padding-top: 54px;
    padding-bottom: 54px;
    max-width: 100vw;
    overflow: hidden;
  }

  body.rf-brochure--checkpoint .rf-brochure-section {
    max-width: 100vw;
    overflow: hidden;
  }

  body.rf-brochure--checkpoint .rf-container {
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    min-width: 0;
  }

  body.rf-brochure--checkpoint .rf-title {
    font-size: clamp(2.45rem, 12vw, 3.15rem);
    line-height: 0.96;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  body.rf-brochure--checkpoint .rf-lead--strong {
    font-size: clamp(1.16rem, 5.8vw, 1.55rem);
    line-height: 1.08;
  }

  body.rf-brochure--checkpoint .rf-lead {
    font-size: 0.98rem;
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media print {
  @page {
    size: A4;
    margin: 13mm;
  }

  html,
  body.rf-brochure {
    background: #fffaf0 !important;
    color: #081426 !important;
  }

  .rf-print-actions,
  .rf-hero-actions,
  .rf-actions {
    display: none !important;
  }

  .rf-brochure-hero,
  .rf-brochure-section {
    padding: 16mm 0;
    break-inside: avoid;
  }

  .rf-brochure-hero {
    min-height: auto;
    padding-top: 10mm;
  }

  .rf-brochure-hero::before {
    opacity: 0.18;
  }

  .rf-hero-img {
    opacity: 0.18;
  }

  .rf-brochure-hero::after {
    background: linear-gradient(90deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0.88)) !important;
  }

  .rf-title {
    font-size: 46pt;
    color: #081426;
  }

  .rf-section-title {
    font-size: 28pt;
    color: #081426;
  }

  .rf-lead,
  .rf-section-copy,
  .rf-card p,
  .rf-list,
  .rf-table td,
  .rf-note,
  .rf-footer {
    color: rgba(8, 20, 38, 0.78) !important;
  }

  .rf-band,
  .rf-band--cream,
  .rf-footer {
    background: #fffaf0 !important;
  }

  .rf-card,
  .rf-band--cream .rf-card {
    background: #ffffff !important;
    border-color: rgba(185, 151, 77, 0.38) !important;
    box-shadow: none !important;
    break-inside: avoid;
  }

  .rf-table {
    background: #ffffff !important;
  }

  .rf-table-wrap {
    break-inside: avoid;
  }

  .rf-pdf-link-list {
    break-inside: avoid;
  }

  .rf-pdf-link-list a {
    color: #081426 !important;
    background: #ffffff !important;
    border-color: rgba(185, 151, 77, 0.42) !important;
  }

  .rf-pdf-link-list strong {
    color: #8a6b2d !important;
  }

  .rf-pdf-link-list span {
    color: rgba(8, 20, 38, 0.72) !important;
  }

  .rf-grid {
    break-inside: avoid;
  }

  .rf-quote {
    color: #081426;
    border-color: rgba(185, 151, 77, 0.38);
  }

  .rf-print-url {
    display: block;
    margin-top: 0.8rem;
    color: rgba(8, 20, 38, 0.7);
    font-size: 9pt;
  }

  body.rf-brochure--checkpoint .rf-brochure-hero {
    min-height: 271mm;
    padding: 18mm 0;
    color: #fffaf0 !important;
    page-break-after: always;
  }

  body.rf-brochure--checkpoint .rf-brochure-hero::before,
  body.rf-brochure--checkpoint .rf-brochure-hero .rf-hero-img {
    opacity: 1;
  }

  body.rf-brochure--checkpoint .rf-brochure-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 11, 20, 0.9), rgba(5, 11, 20, 0.58) 54%, rgba(5, 11, 20, 0.2)),
      linear-gradient(180deg, rgba(5, 11, 20, 0.08), rgba(5, 11, 20, 0.72)) !important;
  }

  body.rf-brochure--checkpoint .rf-brochure-hero .rf-title,
  body.rf-brochure--checkpoint .rf-brochure-hero .rf-lead,
  body.rf-brochure--checkpoint .rf-brochure-hero .rf-lead--strong,
  body.rf-brochure--checkpoint .rf-brochure-hero .rf-hero-kpis strong {
    color: #fffaf0 !important;
  }

  body.rf-brochure--checkpoint .rf-brochure-hero .rf-print-url {
    color: rgba(255, 250, 240, 0.74) !important;
  }

  body.rf-brochure--checkpoint .rf-brochure-section {
    padding: 11mm 0;
    break-inside: auto;
  }

  body.rf-brochure--checkpoint .rf-grid,
  body.rf-brochure--checkpoint .rf-value-grid {
    break-inside: auto;
  }

  body.rf-brochure--checkpoint .rf-grid--4,
  body.rf-brochure--checkpoint .rf-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rf-brochure--checkpoint .rf-card,
  body.rf-brochure--checkpoint .rf-band--cream .rf-card {
    padding: 6.5mm;
    border-radius: 10px;
  }

  body.rf-brochure--checkpoint .rf-card img {
    max-height: 42mm;
  }

  body.rf-brochure--checkpoint .rf-table {
    min-width: 0;
    table-layout: fixed;
    font-size: 8pt;
  }

  body.rf-brochure--checkpoint .rf-table th,
  body.rf-brochure--checkpoint .rf-table td {
    padding: 6pt;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  body.rf-brochure--checkpoint .rf-section-title {
    font-size: 25pt;
  }

  body.rf-brochure--checkpoint .rf-price {
    font-size: 32pt;
  }
}

@media screen {
  .cpb-service-showcase,
  .cpb-trajectory-grid,
  .mcb-trajectory-grid {
    display: grid;
    gap: clamp(1rem, 4vw, 3rem);
  }

  .cpb-service-showcase {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
  }

  .cpb-service-showcase__media,
  .mcb-format-media {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(185, 151, 77, 0.28);
    border-radius: 8px;
    background: #081426;
    box-shadow: 0 22px 74px rgba(8, 20, 38, 0.1);
  }

  .cpb-service-showcase__media img,
  .cpb-trajectory-grid img,
  .mcb-trajectory-grid img,
  .mcb-effect-grid img,
  .cpb-offer-card__media img,
  .mcb-format-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cpb-service-showcase__media img {
    min-height: 560px;
  }

  .cpb-service-showcase__copy {
    align-self: center;
  }

  .cpb-service-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.35rem;
  }

  .cpb-service-columns article {
    padding: 1.1rem;
    border: 1px solid rgba(185, 151, 77, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 54px rgba(8, 20, 38, 0.08);
  }

  .cpb-service-columns strong,
  .mcb-trajectory-grid span,
  .mcb-effect-grid span,
  .cpb-trajectory-grid span {
    color: var(--rf-gold-2);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .cpb-service-columns ul {
    margin: 0.75rem 0 0;
    padding-left: 1rem;
    color: rgba(8, 20, 38, 0.72);
    line-height: 1.65;
  }

  .cpb-trajectory-grid,
  .mcb-trajectory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpb-trajectory-grid article,
  .mcb-trajectory-grid article,
  .mcb-effect-grid article {
    overflow: hidden;
    border: 1px solid rgba(185, 151, 77, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 20px 64px rgba(8, 20, 38, 0.08);
  }

  .cpb-trajectory-grid img,
  .mcb-trajectory-grid img {
    height: 330px;
  }

  .cpb-trajectory-grid div,
  .mcb-trajectory-grid div {
    padding: clamp(1rem, 2.5vw, 1.5rem);
  }

  .cpb-trajectory-grid h3,
  .mcb-trajectory-grid h3,
  .mcb-effect-grid h3 {
    margin: 0.5rem 0 0.5rem;
    color: #081426;
    font-family: var(--rf-font-head);
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 400;
    line-height: 1.02;
  }

  .cpb-trajectory-grid p,
  .mcb-trajectory-grid p,
  .mcb-effect-grid p {
    color: rgba(8, 20, 38, 0.72);
  }

  .cpb-offer-card {
    padding-top: 0;
  }

  .cpb-offer-card__media {
    margin: 0 -1.8rem 1.2rem;
    height: 210px;
    overflow: hidden;
    background: #081426;
  }

  .mcb-effect-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .mcb-effect-grid article {
    background: rgba(255, 250, 240, 0.92);
  }

  .mcb-effect-grid img {
    height: 170px;
  }

  .mcb-effect-grid article > :not(img) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mcb-effect-grid span {
    display: block;
    margin-top: 1rem;
  }

  .mcb-effect-grid p {
    margin-bottom: 1.15rem;
  }

  .mcb-format-media {
    height: 230px;
    margin-bottom: 0.45rem;
    box-shadow: none;
  }

  .mcb-format-grid article {
    align-content: start;
  }

  @media (max-width: 1060px) {
    .cpb-service-showcase,
    .cpb-trajectory-grid,
    .mcb-trajectory-grid {
      grid-template-columns: 1fr;
    }

    .mcb-effect-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 720px) {
    .cpb-service-columns,
    .mcb-effect-grid {
      grid-template-columns: 1fr;
    }

    .cpb-service-showcase__media img,
    .cpb-trajectory-grid img,
    .mcb-trajectory-grid img {
      min-height: 0;
      height: 260px;
    }

    .cpb-offer-card__media {
      margin-inline: -1.2rem;
    }
  }
}

@media print {
  .pdf-editorial-cover,
  .pdf-editorial-split,
  .pdf-night-spread,
  .pdf-back,
  .mcb-pdf-cover--editorial,
  .mcb-pdf-split,
  .mcb-pdf-night {
    position: relative;
    overflow: hidden;
  }

  .pdf-editorial-cover {
    padding: 0;
    min-height: 271mm;
    background: #081426;
  }

  .pdf-editorial-cover > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pdf-cover-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.98), rgba(255, 250, 240, 0.72) 55%, rgba(255, 250, 240, 0.12)),
      linear-gradient(180deg, rgba(255, 250, 240, 0.04), rgba(255, 250, 240, 0.82));
  }

  .pdf-cover-content {
    position: relative;
    z-index: 1;
    width: calc(100% - 30mm);
    margin: 0 auto;
    padding: 20mm 0;
  }

  .pdf-cover-content h1 {
    max-width: 145mm;
    margin: 9mm 0 0;
    color: #081426;
    font-family: var(--rf-font-head);
    font-size: 58pt;
    font-weight: 300;
    line-height: 0.9;
  }

  .pdf-cover-content p {
    max-width: 124mm;
    margin-top: 8mm;
    color: rgba(8, 20, 38, 0.76);
    font-size: 15pt;
    line-height: 1.42;
  }

  .pdf-cover-panel {
    width: 82mm;
    margin-top: 62mm;
    padding: 8mm;
    border: 1px solid rgba(185, 151, 77, 0.38);
    border-top: 3px solid #b9974d;
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.9);
  }

  .pdf-cover-panel strong,
  .pdf-cover-panel span,
  .pdf-cover-panel small {
    display: block;
  }

  .pdf-cover-panel strong {
    font-family: var(--rf-font-head);
    font-size: 22pt;
    font-weight: 400;
    line-height: 1;
  }

  .pdf-cover-panel span {
    margin: 3mm 0 1mm;
    color: #8d6f2d;
    font-family: var(--rf-font-head);
    font-size: 36pt;
    line-height: 1;
  }

  .pdf-cover-panel small {
    color: rgba(8, 20, 38, 0.66);
    font-size: 8.8pt;
    line-height: 1.4;
  }

  .pdf-editorial-split {
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    gap: 8mm;
    align-items: center;
  }

  .pdf-editorial-figure,
  .mcb-pdf-figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(185, 151, 77, 0.32);
    border-radius: 8px;
    background: #081426;
  }

  .pdf-editorial-figure img,
  .mcb-pdf-figure img {
    display: block;
    width: 100%;
    height: 156mm;
    object-fit: cover;
  }

  .pdf-editorial-figure figcaption,
  .mcb-pdf-figure figcaption {
    padding: 4mm 5mm;
    color: rgba(255, 250, 240, 0.8);
    font-size: 8.5pt;
    line-height: 1.4;
  }

  .pdf-night-spread,
  .mcb-pdf-night {
    background:
      radial-gradient(circle at 10% 5%, rgba(217, 189, 120, 0.18), transparent 34%),
      #07101d;
    color: #fffaf0;
  }

  .pdf-night-spread h2,
  .pdf-night-spread .pdf-lead,
  .pdf-night-spread p,
  .mcb-pdf-night h2,
  .mcb-pdf-night p,
  .mcb-pdf-night .mcb-pdf-lead {
    color: #fffaf0 !important;
  }

  .pdf-night-spread .pdf-grid article,
  .mcb-pdf-night .mcb-pdf-flow div,
  .mcb-pdf-night .mcb-pdf-route-map article {
    background: rgba(255, 250, 240, 0.07);
    border-color: rgba(217, 189, 120, 0.32);
  }

  .pdf-night-spread .pdf-grid p,
  .mcb-pdf-night .mcb-pdf-flow p,
  .mcb-pdf-night .mcb-pdf-route-map p {
    color: rgba(255, 250, 240, 0.72) !important;
  }

  .pdf-score-card,
  .pdf-orientation-line,
  .mcb-pdf-callout {
    margin-top: 9mm;
    padding: 6mm;
    border: 1px solid rgba(217, 189, 120, 0.34);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.08);
  }

  .pdf-score-card span,
  .pdf-orientation-line span,
  .mcb-pdf-callout strong,
  .pdf-phase-wall span,
  .pdf-offer-cards span,
  .mcb-pdf-format-cards span {
    color: #b9974d;
    font-size: 8pt;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .pdf-score-card strong {
    display: block;
    margin-top: 2mm;
    color: #fffaf0;
    font-family: var(--rf-font-head);
    font-size: 22pt;
    font-weight: 400;
    line-height: 1.05;
  }

  .pdf-phase-wall,
  .pdf-value-strip,
  .pdf-offer-cards,
  .pdf-proof-cards,
  .mcb-pdf-effect-grid,
  .mcb-pdf-format-cards,
  .mcb-pdf-route-map,
  .mcb-pdf-proof--visual {
    display: grid;
    gap: 4.5mm;
    margin-top: 9mm;
  }

  .pdf-phase-wall,
  .mcb-pdf-effect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdf-value-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pdf-offer-cards,
  .pdf-proof-cards,
  .mcb-pdf-format-cards,
  .mcb-pdf-route-map,
  .mcb-pdf-proof--visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdf-phase-wall article,
  .pdf-value-strip article,
  .pdf-offer-cards article,
  .pdf-proof-cards article,
  .mcb-pdf-effect-grid article,
  .mcb-pdf-format-cards article,
  .mcb-pdf-route-map article,
  .mcb-pdf-proof--visual article {
    overflow: hidden;
    break-inside: avoid;
    border: 1px solid rgba(185, 151, 77, 0.3);
    border-radius: 8px;
    background: #ffffff;
  }

  .pdf-phase-wall img,
  .pdf-offer-cards img,
  .pdf-proof-cards img,
  .mcb-pdf-effect-grid img,
  .mcb-pdf-format-cards img,
  .mcb-pdf-proof--visual img {
    display: block;
    width: 100%;
    height: 38mm;
    object-fit: cover;
  }

  .pdf-value-strip img {
    display: block;
    width: 100%;
    height: 30mm;
    object-fit: cover;
  }

  .pdf-phase-wall article > :not(img),
  .pdf-value-strip article > :not(img),
  .pdf-offer-cards article > :not(img),
  .pdf-proof-cards article > :not(img),
  .mcb-pdf-effect-grid article > :not(img),
  .mcb-pdf-format-cards article > :not(img),
  .mcb-pdf-proof--visual article > :not(img) {
    margin-left: 4mm;
    margin-right: 4mm;
  }

  .pdf-phase-wall span,
  .pdf-offer-cards span,
  .mcb-pdf-format-cards span {
    display: block;
    margin-top: 4mm;
  }

  .pdf-phase-wall strong,
  .pdf-value-strip strong,
  .pdf-proof-cards strong,
  .pdf-offer-cards h3,
  .mcb-pdf-effect-grid strong,
  .mcb-pdf-format-cards strong,
  .mcb-pdf-route-map strong,
  .mcb-pdf-proof--visual strong {
    display: block;
    color: #081426;
    font-family: var(--rf-font-head);
    font-size: 16pt;
    font-weight: 500;
    line-height: 1.05;
  }

  .pdf-phase-wall p,
  .pdf-value-strip p,
  .pdf-offer-cards p,
  .pdf-proof-cards p,
  .mcb-pdf-effect-grid p,
  .mcb-pdf-format-cards p,
  .mcb-pdf-route-map p,
  .mcb-pdf-proof--visual p {
    margin-bottom: 4mm;
    color: rgba(8, 20, 38, 0.72);
    font-size: 8.7pt;
    line-height: 1.42;
  }

  .pdf-offer-cards article.is-featured,
  .mcb-pdf-format-cards article.is-featured {
    border-top: 3px solid #b9974d;
    background:
      linear-gradient(180deg, rgba(217, 189, 120, 0.16), transparent 38%),
      #ffffff;
  }

  .pdf-orientation-line {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2mm;
  }

  .pdf-orientation-line span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12mm;
    border: 1px solid rgba(217, 189, 120, 0.3);
    border-radius: 999px;
    color: #fffaf0;
    text-align: center;
  }

  .pdf-proof-cards small,
  .mcb-pdf-format-cards small,
  .mcb-pdf-proof--visual small,
  .mcb-pdf-cards--premium small {
    display: block;
    margin: 0 4mm 4mm;
    color: #8d6f2d;
    font-size: 7.6pt;
    font-weight: 800;
    line-height: 1.35;
  }

  .mcb-pdf-cover--editorial .mcb-pdf-cover-card {
    margin-top: 46mm;
  }

  .mcb-pdf-split .mcb-pdf-inner {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 8mm;
    align-items: center;
  }

  .mcb-pdf-split blockquote {
    font-size: 21pt;
  }

  .mcb-pdf-figure img {
    height: 142mm;
  }

  .mcb-pdf-cards--premium article {
    min-height: 148mm;
  }

  .mcb-pdf-cards--premium img {
    height: 74mm;
  }

  .mcb-pdf-cards--premium p {
    min-height: 26mm;
  }

  .mcb-pdf-flow--timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mcb-pdf-flow--timeline div {
    min-height: 54mm;
  }

  .mcb-pdf-effect-grid img {
    height: 34mm;
  }

  .mcb-pdf-format-cards img {
    height: 52mm;
  }

  .mcb-pdf-format-cards strong {
    margin-top: 2mm;
    color: #8d6f2d;
    font-size: 19pt;
  }

  .mcb-pdf-proof--compact {
    grid-template-columns: 1fr;
  }

  .mcb-pdf-proof--compact article {
    padding: 4.2mm;
  }

  .mcb-pdf-route-map article {
    padding: 6mm;
  }

  .mcb-pdf-night .mcb-pdf-route-map article {
    background: rgba(255, 250, 240, 0.07);
    border-color: rgba(217, 189, 120, 0.32);
  }

  .mcb-pdf-night .mcb-pdf-route-map strong {
    color: #fffaf0;
  }
}

/* Charte ecriture V2 - Sprint 3 harmonisation Checkpoint brochure web, 2026-06-05. */
@media screen {
  body.checkpoint-brochure-v2 .cpb-hero h1 {
    max-width: min(900px, 100%) !important;
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: var(--rf-type-hero-title, clamp(3.15rem, 5.85vw, 5.15rem)) !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: var(--rf-line-tight, 0.96) !important;
  }

  body.checkpoint-brochure-v2 .cpb-hero__lead {
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: var(--rf-type-hero-subtitle, clamp(1.38rem, 2.2vw, 1.86rem)) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.18 !important;
  }

  body.checkpoint-brochure-v2 :is(.cpb-hero__text, .cpb-intro, .cpb-section-head p, .cpb-section p, .cpb-offer-card p, .cpb-final p, .cpb-phase-card p, .cpb-video-card p, .cpb-trajectory-grid p) {
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    font-size: var(--rf-type-body, clamp(0.98rem, 0.34vw + 0.9rem, 1.06rem)) !important;
    letter-spacing: 0 !important;
    line-height: var(--rf-line-copy, 1.68) !important;
  }

  body.checkpoint-brochure-v2 :is(.cpb-section h2, .cpb-final h2) {
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: var(--rf-type-section-title, clamp(2.15rem, 3.7vw, 3.7rem)) !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: var(--rf-line-title, 1.04) !important;
  }

  body.checkpoint-brochure-v2 :is(.cpb-promise-grid h3, .cpb-system-grid h3, .cpb-phase-grid h3, .cpb-offer-card h3, .cpb-case-grid h3, .cpb-video-card h3, .cpb-trajectory-grid h3, .cpb-report__grid strong, .cpb-gain-grid h3, .cpb-faq-grid h3) {
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: var(--rf-type-card-title, clamp(1.35rem, 2vw, 1.95rem)) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
  }

  body.checkpoint-brochure-v2 :is(.cpb-kicker, .cpb-hero-signals span, .cpb-promise-grid span, .cpb-system-grid span, .cpb-offer-card span, .cpb-case-grid span, .cpb-video-card small, .cpb-trajectory-grid span) {
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    font-size: var(--rf-type-kicker, 0.72rem) !important;
    font-weight: 800 !important;
    letter-spacing: var(--rf-letter-kicker, 0.16em) !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  body.checkpoint-brochure-v2 :is(.cpb-hero__panel em, .cpb-offer-card > strong) {
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: clamp(3rem, 5vw, 4.8rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.95 !important;
  }

  body.checkpoint-brochure-v2 :is(.rf-btn, .cpb-btn) {
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    font-size: var(--rf-type-cta, 0.76rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }
}

@media screen and (max-width: 760px) {
  body.checkpoint-brochure-v2 .cpb-hero h1 {
    font-size: var(--rf-type-hero-title-mobile, clamp(2.85rem, 12.8vw, 3.95rem)) !important;
    line-height: 0.98 !important;
  }

  body.checkpoint-brochure-v2 :is(.cpb-section h2, .cpb-final h2) {
    font-size: clamp(2rem, 9.5vw, 2.9rem) !important;
  }

  body.checkpoint-brochure-v2 :is(.cpb-promise-grid h3, .cpb-system-grid h3, .cpb-phase-grid h3, .cpb-offer-card h3, .cpb-case-grid h3, .cpb-video-card h3, .cpb-trajectory-grid h3, .cpb-report__grid strong, .cpb-gain-grid h3, .cpb-faq-grid h3) {
    font-size: var(--rf-type-card-title, clamp(1.35rem, 2vw, 1.95rem)) !important;
  }

  body.checkpoint-brochure-v2 :is(.cpb-hero__panel em, .cpb-offer-card > strong) {
    font-size: clamp(2.6rem, 11vw, 4rem) !important;
  }
}

/* Charte ecriture V2 - Sprint 4 harmonisation brochures Masterclass et Recovery web, 2026-06-05. */
@media screen {
  body.rf-brochure--recovery .rf-print-actions {
    top: 18px;
    bottom: auto;
  }

  body.rf-brochure--recovery .rf-brochure-section > .rf-container > .rf-eyebrow,
  body.rf-brochure--recovery .rf-section-head--center .rf-eyebrow {
    display: flex;
    width: fit-content;
    margin-inline: auto;
    justify-content: center;
  }

  body.rf-brochure--recovery .rf-brochure-section > .rf-container > .rf-section-title,
  body.rf-brochure--recovery .rf-brochure-section > .rf-container > .rf-section-copy,
  body.rf-brochure--recovery .rf-section-head--center .rf-section-title,
  body.rf-brochure--recovery .rf-section-head--center .rf-section-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body.rf-brochure--recovery .rf-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 1.15rem;
    padding: 0.68rem 1rem;
    border: 1px solid rgba(217, 189, 120, 0.34);
    border-radius: 999px;
    color: var(--rf-gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.rf-brochure--recovery .rf-anchor-target {
    position: absolute;
    top: -120px;
    left: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
  }

  body.rf-brochure--recovery .rf-service-focus {
    isolation: isolate;
    overflow: hidden;
    background: var(--rf-night);
  }

  body.rf-brochure--recovery .rf-service-focus::before,
  body.rf-brochure--recovery .rf-service-focus::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  body.rf-brochure--recovery .rf-service-focus::before {
    z-index: 0;
    background-image: var(--service-bg);
    background-position: var(--service-position, center);
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(0.9) contrast(1.04);
  }

  body.rf-brochure--recovery .rf-service-focus::after {
    z-index: 1;
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.16), transparent 36%),
      linear-gradient(90deg, rgba(5, 11, 20, 0.92), rgba(7, 16, 29, 0.76) 50%, rgba(5, 11, 20, 0.9)),
      linear-gradient(180deg, rgba(5, 11, 20, 0.2), rgba(5, 11, 20, 0.9));
  }

  body.rf-brochure--recovery .rf-service-focus > .rf-container {
    position: relative;
    z-index: 2;
  }

  body.rf-brochure--recovery .rf-service-focus--cream {
    background: var(--rf-cream);
    color: var(--rf-ink);
  }

  body.rf-brochure--recovery .rf-service-focus--cream::before {
    opacity: 0.28;
    filter: saturate(0.86) contrast(1.02);
  }

  body.rf-brochure--recovery .rf-service-focus--cream::after {
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.22), transparent 36%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.98));
  }

  body.rf-brochure--recovery .rf-service-focus--cream .rf-section-copy,
  body.rf-brochure--recovery .rf-service-focus--cream .rf-card p,
  body.rf-brochure--recovery .rf-service-focus--cream .rf-list {
    color: rgba(8, 20, 38, 0.74);
  }

  body.rf-brochure--recovery .rf-service-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(1.4rem, 4vw, 3rem);
    align-items: center;
    margin-top: clamp(2rem, 4vw, 3.2rem);
  }

  body.rf-brochure--recovery .rf-service-layout--reverse {
    grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
  }

  body.rf-brochure--recovery .rf-service-layout--reverse .rf-service-visual {
    order: 2;
  }

  body.rf-brochure--recovery .rf-service-visual {
    min-height: 100%;
    margin: 0;
    border: 1px solid rgba(217, 189, 120, 0.32);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 250, 240, 0.08);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  }

  body.rf-brochure--recovery .rf-service-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(320px, 42vw, 520px);
    object-fit: cover;
    border-radius: 0;
    margin: 0;
  }

  body.rf-brochure--recovery .rf-service-panel {
    display: grid;
    align-content: center;
    min-height: clamp(360px, 40vw, 500px);
    background: rgba(5, 11, 20, 0.78);
    backdrop-filter: blur(16px);
  }

  body.rf-brochure--recovery .rf-service-focus--cream .rf-service-panel {
    background: rgba(255, 255, 255, 0.82);
  }

  body.rf-brochure--recovery .rf-service-proof-grid {
    margin-top: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-hero h1,
  body.rf-brochure--recovery .rf-title {
    max-width: min(900px, 100%) !important;
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: var(--rf-type-hero-title, clamp(3.15rem, 5.85vw, 5.15rem)) !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: var(--rf-line-tight, 0.96) !important;
  }

  body.masterclass-brochure-v2 .mcb-hero__lead,
  body.rf-brochure--recovery .rf-lead {
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: var(--rf-type-hero-subtitle, clamp(1.38rem, 2.2vw, 1.86rem)) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.18 !important;
  }

  body.masterclass-brochure-v2 :is(.mcb-hero__text, .mcb-section p, .mcb-final p, .mcb-master-card li, .mcb-format-grid li, .mcb-deliverable li, .mcb-pricing-note p),
  body.rf-brochure--recovery :is(.rf-section-copy, .rf-card p, .rf-card li, .rf-table, .rf-note, .rf-print-url) {
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    font-size: var(--rf-type-body, clamp(0.98rem, 0.34vw + 0.9rem, 1.06rem)) !important;
    letter-spacing: 0 !important;
    line-height: var(--rf-line-copy, 1.68) !important;
  }

  body.masterclass-brochure-v2 :is(.mcb-section h2, .mcb-final h2),
  body.rf-brochure--recovery .rf-section-title {
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: var(--rf-type-section-title, clamp(2.15rem, 3.7vw, 3.7rem)) !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: var(--rf-line-title, 1.04) !important;
  }

  body.masterclass-brochure-v2 :is(.mcb-persona-grid h3, .mcb-trajectory-grid h3, .mcb-method-grid h3, .mcb-format-grid h3, .mcb-master-card h3, .mcb-deliverable h3, .mcb-effect-grid h3, .mcb-video-card strong, .mcb-cost-grid strong, .mcb-route-grid strong),
  body.rf-brochure--recovery .rf-card h3 {
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: var(--rf-type-card-title, clamp(1.35rem, 2vw, 1.95rem)) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
  }

  body.masterclass-brochure-v2 :is(.mcb-kicker, .mcb-hero-signals span, .mcb-cost-grid span, .mcb-format-grid article > span, .mcb-master-card span, .mcb-deliverable span, .mcb-persona-grid span, .mcb-effect-grid span, .mcb-video-card span),
  body.rf-brochure--recovery :is(.rf-eyebrow, .rf-card small) {
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    font-size: var(--rf-type-kicker, 0.72rem) !important;
    font-weight: 800 !important;
    letter-spacing: var(--rf-letter-kicker, 0.16em) !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  body.masterclass-brochure-v2 :is(.mcb-hero__panel em, .mcb-format-price) {
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: clamp(3rem, 5vw, 4.8rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.95 !important;
  }

  body.masterclass-brochure-v2 :is(.rf-btn, .mcb-btn),
  body.rf-brochure--recovery .rf-btn {
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    font-size: var(--rf-type-cta, 0.76rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }
}

@media screen and (max-width: 760px) {
  body.rf-brochure--recovery .rf-print-actions {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 0.55rem;
    background: rgba(5, 11, 20, 0.94);
    border-bottom: 1px solid rgba(217, 189, 120, 0.18);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.42rem;
  }

  body.rf-brochure--recovery .rf-print-actions .rf-btn {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 0.5rem 0.55rem;
    font-size: 0.58rem !important;
    letter-spacing: 0.07em !important;
    white-space: normal;
  }

  body.rf-brochure--recovery .rf-print-actions button {
    display: none;
  }

  body.rf-brochure--recovery .rf-service-layout,
  body.rf-brochure--recovery .rf-service-layout--reverse {
    grid-template-columns: 1fr;
  }

  body.rf-brochure--recovery .rf-service-layout--reverse .rf-service-visual {
    order: 0;
  }

  body.rf-brochure--recovery .rf-service-visual img {
    min-height: 260px;
  }

  body.rf-brochure--recovery .rf-service-panel {
    min-height: auto;
  }

  body.masterclass-brochure-v2 .mcb-hero h1,
  body.rf-brochure--recovery .rf-title {
    font-size: var(--rf-type-hero-title-mobile, clamp(2.85rem, 12.8vw, 3.95rem)) !important;
    line-height: 0.98 !important;
  }

  body.masterclass-brochure-v2 :is(.mcb-section h2, .mcb-final h2),
  body.rf-brochure--recovery .rf-section-title {
    font-size: clamp(2rem, 9.5vw, 2.9rem) !important;
  }

  body.masterclass-brochure-v2 :is(.mcb-persona-grid h3, .mcb-trajectory-grid h3, .mcb-method-grid h3, .mcb-format-grid h3, .mcb-master-card h3, .mcb-deliverable h3, .mcb-effect-grid h3, .mcb-video-card strong, .mcb-cost-grid strong, .mcb-route-grid strong),
  body.rf-brochure--recovery .rf-card h3 {
    font-size: var(--rf-type-card-title, clamp(1.35rem, 2vw, 1.95rem)) !important;
  }

  body.masterclass-brochure-v2 :is(.mcb-hero__panel em, .mcb-format-price) {
    font-size: clamp(2.6rem, 11vw, 4rem) !important;
  }
}

/* Masterclass brochure refonte digitale - 2026-06-17 */
@media screen {
  body.masterclass-brochure-v2 .mcb-hero--source {
    min-height: 100svh;
  }

  body.masterclass-brochure-v2 .mcb-hero--source .mcb-hero__shade {
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.16) 0%, rgba(5, 11, 20, 0.34) 42%, rgba(5, 11, 20, 0.9) 100%);
  }

  body.masterclass-brochure-v2.theme-day .mcb-hero--source .mcb-hero__shade {
    background: linear-gradient(180deg, rgba(8, 20, 38, 0.06) 0%, rgba(8, 20, 38, 0.22) 44%, rgba(8, 20, 38, 0.74) 100%);
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo {
    display: flex;
    min-height: 100svh;
    align-items: flex-end;
    padding-top: clamp(8rem, 14vh, 11rem);
    padding-bottom: clamp(9rem, 15vh, 12rem);
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-hero__copy {
    width: min(780px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-kicker {
    justify-content: center;
  }

  body.masterclass-brochure-v2 .mcb-hero-paths {
    justify-content: center;
    margin-top: 2rem;
  }

  body.masterclass-brochure-v2 .mcb-section-head--center {
    width: min(850px, 100%);
    margin: 0 auto clamp(2rem, 5vw, 4rem);
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-section-head--center .mcb-kicker {
    justify-content: center;
  }

  body.masterclass-brochure-v2 .mcb-section-head--center p {
    margin-inline: auto;
  }

  body.masterclass-brochure-v2 .mcb-intro-refonte {
    background: linear-gradient(180deg, #fffaf0 0%, #f5f0e8 100%);
    color: #081426;
  }

  body.masterclass-brochure-v2.theme-night .mcb-intro-refonte {
    background: linear-gradient(180deg, #07101d 0%, #0d1727 100%);
    color: #fffaf0;
  }

  body.masterclass-brochure-v2 .mcb-intro-refonte .mcb-founder__grid {
    align-items: stretch;
  }

  body.masterclass-brochure-v2 .mcb-intro-refonte .mcb-founder__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.45rem;
    border: 1px solid rgba(217, 189, 120, 0.28);
    background: rgba(255, 250, 240, 0.78);
    padding: clamp(1.4rem, 3vw, 2.5rem);
    border-radius: 8px;
  }

  body.masterclass-brochure-v2.theme-night .mcb-intro-refonte .mcb-founder__copy {
    background: rgba(8, 20, 38, 0.72);
  }

  body.masterclass-brochure-v2 .mcb-founder__quote {
    margin: 0;
    padding: 0 0 1.1rem;
    border-bottom: 1px solid rgba(217, 189, 120, 0.28);
  }

  body.masterclass-brochure-v2 .mcb-founder__quote p {
    margin: 0;
    font-family: var(--rf-font-head);
    font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    font-style: italic;
    font-weight: 400;
    line-height: 1.05;
    color: inherit;
  }

  body.masterclass-brochure-v2 .mcb-founder__quote cite {
    display: block;
    margin-top: 0.75rem;
    color: var(--rf-gold-2);
    font-family: var(--rf-font-body);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  body.masterclass-brochure-v2 .mcb-copy-stack {
    display: grid;
    gap: 0.9rem;
  }

  body.masterclass-brochure-v2 .mcb-copy-stack p {
    margin: 0;
  }

  body.masterclass-brochure-v2 .mcb-section--media {
    overflow: hidden;
    color: #fffaf0;
    background: #07101d;
  }

  body.masterclass-brochure-v2 .mcb-section-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.masterclass-brochure-v2 .mcb-section-shade {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.42), rgba(5, 11, 20, 0.88));
  }

  body.masterclass-brochure-v2 .mcb-section--media .mcb-container {
    position: relative;
    z-index: 1;
  }

  body.masterclass-brochure-v2 .mcb-section--media .mcb-section-head p {
    color: rgba(255, 250, 240, 0.86) !important;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center article {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center span,
  body.masterclass-brochure-v2 .mcb-effect-grid--text span {
    display: block;
    width: 100%;
    color: var(--rf-gold);
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-programme,
  body.masterclass-brochure-v2 .mcb-focus,
  body.masterclass-brochure-v2 .mcb-logbook-refonte,
  body.masterclass-brochure-v2 .mcb-effect-refonte {
    background: #fffaf0;
    color: #081426;
  }

  body.masterclass-brochure-v2.theme-night .mcb-programme,
  body.masterclass-brochure-v2.theme-night .mcb-focus,
  body.masterclass-brochure-v2.theme-night .mcb-logbook-refonte,
  body.masterclass-brochure-v2.theme-night .mcb-effect-refonte {
    background: #07101d;
    color: #fffaf0;
  }

  body.masterclass-brochure-v2 .mcb-showcase {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card,
  body.masterclass-brochure-v2 .mcb-format-mini-grid article,
  body.masterclass-brochure-v2 .mcb-logbook__panel,
  body.masterclass-brochure-v2 .mcb-effect-grid--text article,
  body.masterclass-brochure-v2 .mcb-recovery-panel {
    border: 1px solid rgba(217, 189, 120, 0.28);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.74);
    box-shadow: 0 24px 80px rgba(8, 20, 38, 0.08);
  }

  body.masterclass-brochure-v2.theme-night .mcb-showcase-card,
  body.masterclass-brochure-v2.theme-night .mcb-format-mini-grid article,
  body.masterclass-brochure-v2.theme-night .mcb-logbook__panel,
  body.masterclass-brochure-v2.theme-night .mcb-effect-grid--text article,
  body.masterclass-brochure-v2.theme-night .mcb-recovery-panel {
    background: rgba(8, 20, 38, 0.78);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
  }

  body.masterclass-brochure-v2 .mcb-showcase-card {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(1.25rem, 2.4vw, 1.8rem);
  }

  body.masterclass-brochure-v2 .mcb-showcase-card span {
    color: var(--rf-gold-2);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card h3 {
    margin: 0.75rem 0 0.8rem;
    font-family: var(--rf-font-head);
    font-size: clamp(1.65rem, 2.8vw, 2.3rem);
    line-height: 1.02;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card p,
  body.masterclass-brochure-v2 .mcb-format-mini-grid p,
  body.masterclass-brochure-v2 .mcb-focus__copy p,
  body.masterclass-brochure-v2 .mcb-logbook__panel p,
  body.masterclass-brochure-v2 .mcb-effect-grid--text p,
  body.masterclass-brochure-v2 .mcb-recovery-panel p {
    color: currentColor;
  }

  body.masterclass-brochure-v2 .mcb-format-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-format-mini-grid article {
    min-height: 170px;
    padding: 1.3rem;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-format-mini-grid strong {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--rf-gold-2);
    font-family: var(--rf-font-head);
    font-size: clamp(1.55rem, 2.5vw, 2.05rem);
    font-weight: 500;
    line-height: 1.05;
  }

  body.masterclass-brochure-v2 .mcb-focus__grid,
  body.masterclass-brochure-v2 .mcb-logbook__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(1rem, 3vw, 2.2rem);
    align-items: stretch;
  }

  body.masterclass-brochure-v2 .mcb-focus--reverse .mcb-focus__media {
    order: 2;
  }

  body.masterclass-brochure-v2 .mcb-focus__media,
  body.masterclass-brochure-v2 .mcb-logbook__media {
    min-height: 480px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
  }

  body.masterclass-brochure-v2 .mcb-focus__media img,
  body.masterclass-brochure-v2 .mcb-logbook__media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    display: block;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy,
  body.masterclass-brochure-v2 .mcb-logbook__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 480px;
    padding: clamp(1.45rem, 3vw, 2.4rem);
  }

  body.masterclass-brochure-v2 .mcb-focus__copy h2,
  body.masterclass-brochure-v2 .mcb-logbook__panel h3,
  body.masterclass-brochure-v2 .mcb-recovery-panel h2 {
    margin: 0 0 1rem;
    font-family: var(--rf-font-head);
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    font-weight: 400;
    line-height: 0.98;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy ul {
    display: grid;
    gap: 0.65rem;
    margin: 1.1rem 0 1.25rem;
    padding-left: 1.2rem;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0.5rem 0 1rem;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip article {
    display: grid;
    gap: 0.35rem;
    align-content: center;
    min-height: 96px;
    padding: 0.85rem;
    border: 1px solid rgba(217, 189, 120, 0.28);
    border-radius: 8px;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip span {
    color: var(--rf-gold-2);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip strong {
    font-size: clamp(1.1rem, 1.9vw, 1.45rem);
  }

  body.masterclass-brochure-v2 .mcb-offer-note {
    margin: 0;
    padding: 0.95rem 1rem;
    border-left: 3px solid var(--rf-gold);
    background: rgba(217, 189, 120, 0.12);
    font-weight: 600;
  }

  body.masterclass-brochure-v2 .mcb-logbook__contents,
  body.masterclass-brochure-v2 .mcb-recovery-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.1rem 0;
  }

  body.masterclass-brochure-v2 .mcb-logbook__contents article,
  body.masterclass-brochure-v2 .mcb-recovery-options article {
    padding: 0.95rem;
    border: 1px solid rgba(217, 189, 120, 0.22);
    border-radius: 8px;
    background: rgba(8, 20, 38, 0.04);
  }

  body.masterclass-brochure-v2.theme-night .mcb-logbook__contents article,
  body.masterclass-brochure-v2.theme-night .mcb-recovery-options article {
    background: rgba(255, 250, 240, 0.06);
  }

  body.masterclass-brochure-v2 .mcb-logbook__contents strong,
  body.masterclass-brochure-v2 .mcb-recovery-options strong {
    display: block;
    color: var(--rf-gold-2);
    margin-bottom: 0.3rem;
  }

  body.masterclass-brochure-v2 .mcb-method-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-method-grid article {
    min-height: 190px;
    padding: 1.2rem;
    border: 1px solid rgba(217, 189, 120, 0.34);
    border-radius: 8px;
    background: rgba(8, 20, 38, 0.62);
  }

  body.masterclass-brochure-v2 .mcb-method-grid strong {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--rf-gold);
    font-family: var(--rf-font-head);
    font-size: clamp(1.55rem, 2.8vw, 2.1rem);
    font-weight: 500;
    line-height: 1.02;
  }

  body.masterclass-brochure-v2 .mcb-method-grid p {
    color: rgba(255, 250, 240, 0.84);
  }

  body.masterclass-brochure-v2 .mcb-video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.masterclass-brochure-v2 .mcb-video-card {
    min-height: 220px;
    text-decoration: none;
  }

  body.masterclass-brochure-v2 .mcb-effect-refonte {
    padding-block: clamp(5rem, 8vw, 7.5rem);
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text article {
    display: flex;
    min-height: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-recovery-close {
    min-height: 760px;
    display: flex;
    align-items: center;
  }

  body.masterclass-brochure-v2 .mcb-recovery-panel {
    width: min(760px, 100%);
    padding: clamp(1.5rem, 3.8vw, 3rem);
  }

  body.masterclass-brochure-v2.theme-day .mcb-recovery-panel {
    color: #081426;
    background: rgba(255, 250, 240, 0.84);
  }

  body.masterclass-brochure-v2.theme-day .mcb-recovery-panel h2,
  body.masterclass-brochure-v2.theme-day .mcb-recovery-panel p {
    color: #081426;
  }

  body.masterclass-brochure-v2 .mcb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.35rem;
  }

  body.masterclass-brochure-v2 .mcb-actions .mcb-btn {
    text-decoration: none;
  }

  body.masterclass-brochure-v2 .mcb-btn {
    border-color: rgba(217, 189, 120, 0.72);
    background: linear-gradient(135deg, #ead082, #c9a54f);
    color: #07101d !important;
  }

  body.masterclass-brochure-v2 .mcb-btn--light {
    background: rgba(255, 250, 240, 0.72);
    color: #07101d !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-btn--light {
    border-color: rgba(255, 250, 240, 0.3);
    background: rgba(7, 16, 29, 0.58);
    color: #fffaf0 !important;
  }
}

@media screen and (max-width: 980px) {
  body.masterclass-brochure-v2 .mcb-showcase,
  body.masterclass-brochure-v2 .mcb-format-mini-grid,
  body.masterclass-brochure-v2 .mcb-method-grid,
  body.masterclass-brochure-v2 .mcb-video-grid,
  body.masterclass-brochure-v2 .mcb-effect-grid--text {
    grid-template-columns: 1fr 1fr;
  }

  body.masterclass-brochure-v2 .mcb-focus__grid,
  body.masterclass-brochure-v2 .mcb-logbook__grid {
    grid-template-columns: 1fr;
  }

  body.masterclass-brochure-v2 .mcb-focus--reverse .mcb-focus__media {
    order: 0;
  }

  body.masterclass-brochure-v2 .mcb-focus__media,
  body.masterclass-brochure-v2 .mcb-logbook__media,
  body.masterclass-brochure-v2 .mcb-focus__copy,
  body.masterclass-brochure-v2 .mcb-logbook__panel {
    min-height: auto;
  }

  body.masterclass-brochure-v2 .mcb-focus__media,
  body.masterclass-brochure-v2 .mcb-logbook__media {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (max-width: 640px) {
  body.masterclass-brochure-v2 .mcb-container {
    width: calc(100vw - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    max-width: calc(100vw - 32px) !important;
  }

  body.masterclass-brochure-v2 .masterclass-digital,
  body.masterclass-brochure-v2 .mcb-section,
  body.masterclass-brochure-v2 .mcb-hero {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-hero__copy,
  body.masterclass-brochure-v2 .mcb-section-head--center {
    width: min(300px, calc(100vw - 40px)) !important;
    max-width: min(300px, calc(100vw - 40px)) !important;
    margin-left: calc((100vw - min(300px, calc(100vw - 40px))) / 2) !important;
    margin-right: 0 !important;
    min-width: 0;
  }

  body.masterclass-brochure-v2 :is(.mcb-intro-refonte .mcb-founder__copy, .mcb-showcase-card, .mcb-format-mini-grid article, .mcb-focus__copy, .mcb-logbook__panel, .mcb-recovery-panel, .mcb-cost-grid article, .mcb-effect-grid--text article) {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
  }

  body.masterclass-brochure-v2 .mcb-hero .mcb-kicker {
    white-space: normal;
    font-size: 0.62rem !important;
    letter-spacing: 0.08em !important;
    line-height: 1.25 !important;
    overflow-wrap: break-word;
  }

  body.masterclass-brochure-v2 .mcb-hero h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 10.5vw, 3rem) !important;
    line-height: 0.98 !important;
    overflow-wrap: break-word;
  }

  body.masterclass-brochure-v2 .mcb-hero__lead {
    width: 100%;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
    font-size: clamp(0.98rem, 4.4vw, 1.2rem) !important;
    line-height: 1.15 !important;
    overflow-wrap: break-word;
  }

  body.masterclass-brochure-v2 .mcb-hero__text {
    width: 100%;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
    overflow-wrap: break-word;
  }

  body.masterclass-brochure-v2 .mcb-section h2,
  body.masterclass-brochure-v2 .mcb-focus__copy h2,
  body.masterclass-brochure-v2 .mcb-logbook__panel h3,
  body.masterclass-brochure-v2 .mcb-recovery-panel h2 {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
    font-size: clamp(1.38rem, 5.6vw, 1.68rem) !important;
    line-height: 1.02 !important;
    text-wrap: initial;
    overflow-wrap: break-word;
  }

  body.masterclass-brochure-v2 .mcb-founder__quote p {
    max-width: 280px;
    font-size: clamp(1.15rem, 5.4vw, 1.52rem);
    overflow-wrap: break-word;
  }

  body.masterclass-brochure-v2 .mcb-section-head--center p {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.masterclass-brochure-v2 .mcb-founder__quote cite {
    white-space: normal;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    line-height: 1.35;
    overflow-wrap: break-word;
  }

  body.masterclass-brochure-v2 :is(.mcb-section p, .mcb-founder__copy p, .mcb-focus__copy p, .mcb-focus__copy li, .mcb-logbook__panel p, .mcb-recovery-panel p) {
    font-size: 0.9rem !important;
    line-height: 1.56 !important;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  body.masterclass-brochure-v2 :is(.mcb-intro-refonte .mcb-founder__copy, .mcb-focus__copy, .mcb-logbook__panel, .mcb-recovery-panel) {
    padding: 1.1rem;
  }

  body.masterclass-brochure-v2 .mcb-showcase,
  body.masterclass-brochure-v2 .mcb-format-mini-grid,
  body.masterclass-brochure-v2 .mcb-method-grid,
  body.masterclass-brochure-v2 .mcb-video-grid,
  body.masterclass-brochure-v2 .mcb-effect-grid--text,
  body.masterclass-brochure-v2 .mcb-pricing-strip,
  body.masterclass-brochure-v2 .mcb-logbook__contents,
  body.masterclass-brochure-v2 .mcb-recovery-options {
    grid-template-columns: 1fr;
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo {
    padding-bottom: 3.5rem;
  }

  body.masterclass-brochure-v2 .mcb-hero-paths {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }

  body.masterclass-brochure-v2 .mcb-hero-paths a {
    width: 100%;
    min-height: 44px;
  }
}

@media print {
  body.rf-brochure--masterclass .rf-print-actions,
  body.rf-brochure--masterclass .masterclass-digital,
  body.rf-brochure--masterclass .mcb-footer {
    display: none !important;
  }

  body.rf-brochure--masterclass .masterclass-pdf {
    display: block !important;
  }

  body.rf-brochure--masterclass .mcb-pdf-page {
    width: 210mm !important;
    min-height: 297mm !important;
    height: 297mm !important;
    page-break-after: always !important;
    break-after: page !important;
  }

  body.rf-brochure--masterclass .mcb-pdf-page:last-child {
    page-break-after: auto !important;
    break-after: auto !important;
  }

  body.rf-brochure--masterclass .mcb-pdf-logo {
    position: absolute;
    right: 15mm;
    bottom: 15mm;
    z-index: 2;
    width: 14mm;
    height: auto;
    opacity: 0.9;
  }

  body.rf-brochure--masterclass .mcb-pdf-page--offers {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.94), rgba(255, 250, 240, 0.86), rgba(255, 250, 240, 0.62)),
      url("../assets/visuals-v2/generated/brochure-masterclass/masterclass-brochure-experience-bg-20260617.png") right center / auto 100% no-repeat,
      #fffaf0;
  }

  body.rf-brochure--masterclass .mcb-pdf-page--offers h2 {
    max-width: 150mm;
  }

  body.rf-brochure--masterclass .mcb-pdf-pricing {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5mm;
    margin-top: 11mm;
  }

  body.rf-brochure--masterclass .mcb-pdf-pricing article {
    break-inside: avoid;
    min-height: 48mm;
    padding: 6mm;
    border: 1px solid rgba(185, 151, 77, 0.34);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(217, 189, 120, 0.12), rgba(255, 250, 240, 0.98) 46%),
      #fffaf0;
    box-shadow: 0 6mm 16mm rgba(8, 20, 38, 0.05);
  }

  body.rf-brochure--masterclass .mcb-pdf-pricing span {
    display: block;
    min-height: 8mm;
    color: #8d6f2d;
    font-size: 7.6pt;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  body.rf-brochure--masterclass .mcb-pdf-pricing strong {
    display: block;
    margin-top: 4mm;
    color: #07101d;
    font-family: var(--rf-font-head);
    font-size: 16pt;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }

  body.rf-brochure--masterclass .mcb-pdf-pricing p {
    margin: 5mm 0 0;
    color: rgba(8, 20, 38, 0.76);
    font-size: 8.7pt;
    line-height: 1.42;
  }

  body.rf-brochure--masterclass .mcb-pdf-proof--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5mm;
    margin-top: 9mm;
  }

  body.rf-brochure--masterclass .mcb-pdf-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5mm;
    margin-top: 9mm;
  }

  body.rf-brochure--masterclass .mcb-pdf-links strong {
    font-size: 13pt;
    overflow-wrap: anywhere;
  }

  body.rf-brochure--masterclass .mcb-pdf-visual-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5mm;
    margin-top: 9mm;
  }

  body.rf-brochure--masterclass .mcb-pdf-visual-strip img {
    width: 100%;
    height: 43mm;
    object-fit: cover;
    border: 1px solid rgba(185, 151, 77, 0.26);
    border-radius: 8px;
    box-shadow: 0 8mm 20mm rgba(8, 20, 38, 0.08);
  }
}

/* Refonte brochure Checkpoint - 2026-06-17. */
@media screen {
  body.checkpoint-brochure-refonte {
    --cpb-cream: #fffaf0;
    --cpb-navy: #07101d;
    --cpb-blue: #081426;
    --cpb-line: rgba(185, 151, 77, 0.3);
    background: var(--cpb-navy);
  }

  body.checkpoint-brochure-refonte .cpb-container {
    width: min(1160px, calc(100% - 44px));
  }

  body.checkpoint-brochure-refonte .cpb-hero {
    min-height: 100vh;
    display: grid;
    align-items: end;
    padding: clamp(108px, 13vh, 150px) 0 clamp(72px, 9vh, 112px);
    background: var(--cpb-navy);
  }

  body.checkpoint-brochure-refonte .cpb-hero__grid--single {
    display: block;
  }

  body.checkpoint-brochure-refonte .cpb-hero__copy {
    max-width: 760px;
  }

  body.checkpoint-brochure-refonte .cpb-hero h1 {
    max-width: 760px !important;
    margin: 0.55rem 0 0.4rem;
    color: #fffaf0;
    font-size: clamp(3.4rem, 7vw, 6.4rem) !important;
  }

  body.checkpoint-brochure-refonte .cpb-hero__lead {
    max-width: 720px;
    margin: 0 0 1rem;
    color: #fffaf0;
    font-size: clamp(1.45rem, 2.5vw, 2.1rem) !important;
  }

  body.checkpoint-brochure-refonte .cpb-hero__text {
    max-width: 680px;
    color: rgba(255, 250, 240, 0.78);
  }

  body.checkpoint-brochure-refonte .cpb-hero__shade {
    background:
      linear-gradient(90deg, rgba(5, 11, 20, 0.92), rgba(5, 11, 20, 0.66) 45%, rgba(5, 11, 20, 0.16) 100%),
      linear-gradient(180deg, rgba(5, 11, 20, 0.08), rgba(5, 11, 20, 0.78));
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-hero__shade {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.94), rgba(255, 250, 240, 0.72) 46%, rgba(255, 250, 240, 0.18) 100%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.04), rgba(255, 250, 240, 0.8));
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-hero h1,
  body.checkpoint-brochure-refonte.theme-day .cpb-hero__lead {
    color: var(--cpb-blue);
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-hero__text {
    color: rgba(8, 20, 38, 0.74);
  }

  body.checkpoint-brochure-refonte .cpb-anchorbar {
    position: sticky;
    top: 0;
    z-index: 20;
  }

  body.checkpoint-brochure-refonte .cpb-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  body.checkpoint-brochure-refonte .cpb-section-head--center {
    max-width: 900px;
    margin-inline: auto;
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-section-head--center h2,
  body.checkpoint-brochure-refonte .cpb-section-head--center p {
    margin-left: auto;
    margin-right: auto;
  }

  body.checkpoint-brochure-refonte .cpb-section-head--light h2,
  body.checkpoint-brochure-refonte .cpb-section-head--light p {
    color: #fffaf0 !important;
  }

  body.checkpoint-brochure-refonte .cpb-section--photo {
    min-height: 760px;
    display: grid;
    align-items: center;
    color: #fffaf0;
    background: var(--cpb-navy);
  }

  body.checkpoint-brochure-refonte .cpb-bg-img {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.checkpoint-brochure-refonte .cpb-photo-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(180deg, rgba(5, 11, 20, 0.72), rgba(5, 11, 20, 0.68)),
      radial-gradient(circle at 50% 40%, rgba(185, 151, 77, 0.18), transparent 45%);
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-section--photo .cpb-photo-shade {
    background:
      linear-gradient(180deg, rgba(7, 16, 29, 0.6), rgba(7, 16, 29, 0.62)),
      radial-gradient(circle at 50% 42%, rgba(185, 151, 77, 0.16), transparent 48%);
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel,
  body.checkpoint-brochure-refonte .cpb-method-grid,
  body.checkpoint-brochure-refonte .cpb-result-grid,
  body.checkpoint-brochure-refonte .cpb-promo-grid {
    display: grid;
    gap: 1rem;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel article,
  body.checkpoint-brochure-refonte .cpb-method-grid article,
  body.checkpoint-brochure-refonte .cpb-result-grid article,
  body.checkpoint-brochure-refonte .cpb-promo-grid article {
    border: 1px solid var(--cpb-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 64px rgba(8, 20, 38, 0.08);
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel article,
  body.checkpoint-brochure-refonte .cpb-promo-grid article {
    padding: clamp(1.15rem, 2.4vw, 1.65rem);
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel span,
  body.checkpoint-brochure-refonte .cpb-method-grid span,
  body.checkpoint-brochure-refonte .cpb-result-grid span,
  body.checkpoint-brochure-refonte .cpb-promo-grid span {
    display: block;
    color: var(--rf-gold-2);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel p,
  body.checkpoint-brochure-refonte .cpb-method-grid p,
  body.checkpoint-brochure-refonte .cpb-result-grid p,
  body.checkpoint-brochure-refonte .cpb-promo-grid p {
    margin-bottom: 0;
    color: rgba(8, 20, 38, 0.72);
  }

  body.checkpoint-brochure-refonte .cpb-ledger--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.checkpoint-brochure-refonte .cpb-section--photo .cpb-ledger article,
  body.checkpoint-brochure-refonte .cpb-section--photo .cpb-method-grid article,
  body.checkpoint-brochure-refonte .cpb-section--photo .cpb-result-grid article {
    background: rgba(7, 16, 29, 0.72);
    border-color: rgba(217, 189, 120, 0.36);
    color: #fffaf0;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
  }

  body.checkpoint-brochure-refonte .cpb-section--photo .cpb-ledger p,
  body.checkpoint-brochure-refonte .cpb-section--photo .cpb-method-grid p,
  body.checkpoint-brochure-refonte .cpb-section--photo .cpb-result-grid p {
    color: rgba(255, 250, 240, 0.78) !important;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article {
    min-height: 260px;
    padding: clamp(1.1rem, 2.2vw, 1.45rem);
  }

  body.checkpoint-brochure-refonte .cpb-method-grid h3,
  body.checkpoint-brochure-refonte .cpb-promo-grid h3 {
    margin: 0.6rem 0 0.6rem;
    font-family: var(--rf-font-head);
    font-size: clamp(1.55rem, 2.2vw, 2.05rem);
    font-weight: 500;
    line-height: 1.08;
  }

  body.checkpoint-brochure-refonte .cpb-offer-grid--aligned {
    align-items: stretch;
  }

  body.checkpoint-brochure-refonte .cpb-offer-grid--aligned .cpb-offer-card {
    display: grid;
    grid-template-rows: auto auto minmax(3.1rem, auto) minmax(2.35rem, auto) minmax(4.6rem, auto) minmax(5.8rem, auto) 1fr auto;
    gap: 0;
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card__media {
    height: 214px;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card small,
  body.checkpoint-brochure-refonte .cpb-offer-card h3,
  body.checkpoint-brochure-refonte .cpb-offer-card em,
  body.checkpoint-brochure-refonte .cpb-offer-card strong,
  body.checkpoint-brochure-refonte .cpb-offer-card p {
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-height: 34px;
    margin: 0.35rem auto 0.65rem;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(185, 151, 77, 0.28);
    border-radius: 999px;
    background: rgba(185, 151, 77, 0.1);
    color: rgba(8, 20, 38, 0.72);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card strong {
    min-height: 4.6rem;
    display: grid;
    place-items: center;
    margin: 0;
    color: #081426;
    font-size: clamp(2.8rem, 4.2vw, 3.7rem) !important;
    line-height: 0.95 !important;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card ul {
    text-align: left;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card .cpb-btn {
    align-self: end;
  }

  body.checkpoint-brochure-refonte .cpb-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
  }

  body.checkpoint-brochure-refonte .cpb-promo-grid article:nth-child(2) {
    background:
      linear-gradient(135deg, rgba(217, 189, 120, 0.22), transparent 50%),
      #081426;
    color: #fffaf0;
  }

  body.checkpoint-brochure-refonte .cpb-promo-grid article:nth-child(2) p {
    color: rgba(255, 250, 240, 0.76);
  }

  body.checkpoint-brochure-refonte .cpb-result-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.checkpoint-brochure-refonte .cpb-result-grid article {
    min-height: 150px;
    display: grid;
    align-content: start;
    padding: 1.2rem;
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-video-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.checkpoint-brochure-refonte .cpb-video-grid--four .cpb-video-card {
    min-height: 380px;
  }

  body.checkpoint-brochure-refonte .cpb-final--checkpoint {
    min-height: 72vh;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #07101d !important;
  }

  body.checkpoint-brochure-refonte .cpb-final--checkpoint .cpb-container {
    max-width: 920px;
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-final--checkpoint h2,
  body.checkpoint-brochure-refonte .cpb-final--checkpoint p {
    margin-left: auto;
    margin-right: auto;
    color: #fffaf0;
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-final--checkpoint h2,
  body.checkpoint-brochure-refonte.theme-day .cpb-final--checkpoint p {
    color: #fffaf0;
  }

  body.checkpoint-brochure-refonte .cpb-final--checkpoint .cpb-hero__actions {
    justify-content: center;
  }

  body.checkpoint-brochure-refonte .checkpoint-pdf {
    display: none;
  }
}

@media screen and (max-width: 1060px) {
  body.checkpoint-brochure-refonte .cpb-ledger--four,
  body.checkpoint-brochure-refonte .cpb-method-grid,
  body.checkpoint-brochure-refonte .cpb-result-grid,
  body.checkpoint-brochure-refonte .cpb-video-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.checkpoint-brochure-refonte .cpb-offer-grid--aligned .cpb-offer-card {
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 720px) {
  body.checkpoint-brochure-refonte .cpb-container {
    width: min(100% - 32px, 1160px);
  }

  body.checkpoint-brochure-refonte .cpb-hero {
    min-height: 100svh;
    padding-top: 96px;
    padding-bottom: 56px;
  }

  body.checkpoint-brochure-refonte .cpb-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.05rem) !important;
  }

  body.checkpoint-brochure-refonte .cpb-hero__lead {
    font-size: clamp(1.25rem, 6vw, 1.62rem) !important;
  }

  body.checkpoint-brochure-refonte .cpb-section--photo {
    min-height: auto;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel,
  body.checkpoint-brochure-refonte .cpb-ledger--four,
  body.checkpoint-brochure-refonte .cpb-method-grid,
  body.checkpoint-brochure-refonte .cpb-result-grid,
  body.checkpoint-brochure-refonte .cpb-promo-grid,
  body.checkpoint-brochure-refonte .cpb-video-grid--four {
    grid-template-columns: 1fr;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card__media {
    height: 250px;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card strong {
    min-height: 0;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  body.rf-brochure--checkpoint .rf-print-actions,
  body.rf-brochure--checkpoint .checkpoint-digital,
  body.rf-brochure--checkpoint .checkpoint-screen-footer {
    display: none !important;
  }

  body.rf-brochure--checkpoint .checkpoint-pdf--two-pages {
    display: block !important;
  }

  body.rf-brochure--checkpoint .pdf-checkpoint-two {
    position: relative !important;
    width: 210mm !important;
    min-height: 297mm !important;
    height: 297mm !important;
    padding: 13mm !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    page-break-after: always !important;
    break-after: page !important;
    background: #fffaf0 !important;
    color: #081426 !important;
  }

  body.rf-brochure--checkpoint .pdf-checkpoint-two--offers {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.94), rgba(255, 250, 240, 0.86), rgba(255, 250, 240, 0.58)),
      url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-proof-day-desk-20260617.jpg") center / cover,
      #fffaf0 !important;
  }

  body.rf-brochure--checkpoint .pdf-checkpoint-two:last-child {
    page-break-after: auto !important;
    break-after: auto !important;
  }

  body.rf-brochure--checkpoint .pdf-two__logo {
    position: absolute;
    right: 13mm;
    bottom: 13mm;
    z-index: 2;
    width: 13mm;
    height: auto;
    opacity: 0.9;
  }

  body.rf-brochure--checkpoint .pdf-two__hero {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 8mm;
    align-items: stretch;
    min-height: 78mm;
    margin-bottom: 8mm;
  }

  body.rf-brochure--checkpoint .pdf-two__hero img {
    width: 100%;
    height: 78mm;
    object-fit: cover;
    border-radius: 8px;
  }

  body.rf-brochure--checkpoint .pdf-two__hero > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7mm;
    border: 1px solid rgba(185, 151, 77, 0.32);
    border-radius: 8px;
    background: #ffffff;
  }

  body.rf-brochure--checkpoint .pdf-checkpoint-two h2 {
    max-width: none;
    margin: 2mm 0 4mm;
    color: #081426;
    font-size: 30pt;
    line-height: 0.98;
  }

  body.rf-brochure--checkpoint .pdf-checkpoint-two p {
    color: rgba(8, 20, 38, 0.74);
    font-size: 9.4pt;
    line-height: 1.45;
  }

  body.rf-brochure--checkpoint .pdf-two__grid,
  body.rf-brochure--checkpoint .pdf-two__offers,
  body.rf-brochure--checkpoint .pdf-two__promo,
  body.rf-brochure--checkpoint .pdf-two__visual-strip {
    display: grid;
    gap: 4mm;
  }

  body.rf-brochure--checkpoint .pdf-two__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.rf-brochure--checkpoint .pdf-two__offers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 6mm 0;
  }

  body.rf-brochure--checkpoint .pdf-two__promo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 5mm 0;
  }

  body.rf-brochure--checkpoint .pdf-two__visual-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 7mm;
  }

  body.rf-brochure--checkpoint .pdf-two__visual-strip img,
  body.rf-brochure--checkpoint .pdf-two__footer-photo img {
    display: block;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(185, 151, 77, 0.28);
    border-radius: 8px;
    color: transparent;
    font-size: 0;
    box-shadow: 0 8mm 20mm rgba(8, 20, 38, 0.08);
  }

  body.rf-brochure--checkpoint .pdf-two__visual-strip img {
    height: 46mm;
  }

  body.rf-brochure--checkpoint .pdf-two__visual-strip img:nth-child(1) {
    background-image: url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-method-day-boardroom-20260617.jpg");
  }

  body.rf-brochure--checkpoint .pdf-two__visual-strip img:nth-child(2) {
    background-image: url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-proof-day-desk-20260617.jpg");
  }

  body.rf-brochure--checkpoint .pdf-two__footer-photo {
    margin-top: 7mm;
  }

  body.rf-brochure--checkpoint .pdf-two__footer-photo img {
    height: 52mm;
    background-image: url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-cost-day-review-20260617.jpg");
    object-position: center 42%;
  }

  body.rf-brochure--checkpoint .pdf-two__grid article,
  body.rf-brochure--checkpoint .pdf-two__offers article,
  body.rf-brochure--checkpoint .pdf-two__promo article,
  body.rf-brochure--checkpoint .pdf-two__note,
  body.rf-brochure--checkpoint .pdf-two__cta {
    padding: 5mm;
    border: 1px solid rgba(185, 151, 77, 0.32);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 6mm 16mm rgba(8, 20, 38, 0.05);
  }

  body.rf-brochure--checkpoint .pdf-two__note,
  body.rf-brochure--checkpoint .pdf-two__cta {
    margin-top: 5mm;
  }

  body.rf-brochure--checkpoint .pdf-two__grid strong,
  body.rf-brochure--checkpoint .pdf-two__promo strong,
  body.rf-brochure--checkpoint .pdf-two__note strong,
  body.rf-brochure--checkpoint .pdf-two__cta strong,
  body.rf-brochure--checkpoint .pdf-two__offers span,
  body.rf-brochure--checkpoint .pdf-two__offers small {
    display: block;
    color: var(--rf-gold-2);
    font-size: 7.4pt;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.rf-brochure--checkpoint .pdf-two__offers h3 {
    margin: 2mm 0;
    color: #081426;
    font-family: var(--rf-font-head);
    font-size: 18pt;
    line-height: 0.95;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}

/* Refonte brochure Recovery - 2026-06-17. */
@media screen {
  body.recovery-brochure-refonte {
    --recovery-cream: #fffaf0;
    --recovery-ink: #081426;
    --recovery-night: #07101d;
    --recovery-line: rgba(185, 151, 77, 0.3);
    background: var(--recovery-night);
  }

  body.recovery-brochure-refonte.theme-day {
    background: var(--recovery-cream);
    color: var(--recovery-ink);
  }

  body.recovery-brochure-refonte .recovery-pdf {
    display: none;
  }

  body.recovery-brochure-refonte .rf-print-actions {
    top: 18px;
    bottom: auto;
    z-index: 80;
  }

  body.recovery-brochure-refonte .recovery-theme-toggle {
    width: 48px;
    min-width: 48px;
    padding-inline: 0;
    justify-content: center;
  }

  body.recovery-brochure-refonte .recovery-theme-toggle svg {
    width: 21px;
    height: 21px;
  }

  body.recovery-brochure-refonte.theme-night .theme-toggle__icon--sun,
  body.recovery-brochure-refonte.theme-day .theme-toggle__icon--moon {
    display: none;
  }

  body.recovery-brochure-refonte.theme-night .theme-toggle__icon--moon,
  body.recovery-brochure-refonte.theme-day .theme-toggle__icon--sun {
    display: block;
  }

  body.recovery-brochure-refonte .rf-theme-img {
    opacity: 0 !important;
    transition: opacity 0.28s ease;
  }

  body.recovery-brochure-refonte.theme-day .rf-theme-img--day,
  body.recovery-brochure-refonte.theme-night .rf-theme-img--night {
    opacity: 1 !important;
  }

  body.recovery-brochure-refonte.theme-day .rf-theme-img--night,
  body.recovery-brochure-refonte.theme-night .rf-theme-img--day {
    opacity: 0 !important;
    pointer-events: none;
  }

  body.recovery-brochure-refonte .recovery-hero {
    min-height: 100svh;
    display: grid;
    align-items: end;
    overflow: hidden;
    padding-top: clamp(108px, 14vh, 150px);
    padding-bottom: clamp(78px, 12vh, 132px);
    background: var(--recovery-night);
  }

  body.recovery-brochure-refonte .recovery-hero::before,
  body.recovery-brochure-refonte .recovery-hero::after {
    display: none !important;
  }

  body.recovery-brochure-refonte .recovery-hero__inner {
    width: min(880px, 100%);
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 14px 38px rgba(5, 11, 20, 0.48);
  }

  body.recovery-brochure-refonte .recovery-hero__inner .rf-eyebrow {
    justify-content: center;
    margin-inline: auto;
  }

  body.recovery-brochure-refonte .recovery-hero__text {
    max-width: 780px;
    margin: 1.1rem auto 0;
    color: rgba(255, 250, 240, 0.84);
    font-size: clamp(1rem, 0.35vw + 0.92rem, 1.1rem);
    line-height: 1.7;
  }

  body.recovery-brochure-refonte .recovery-hero .rf-hero-actions {
    justify-content: center;
  }

  body.recovery-brochure-refonte.theme-day .recovery-hero :is(.rf-title, .rf-lead, .recovery-hero__text, .rf-print-url),
  body.recovery-brochure-refonte.theme-night .recovery-hero :is(.rf-title, .rf-lead, .recovery-hero__text, .rf-print-url) {
    color: var(--recovery-cream) !important;
  }

  body.recovery-brochure-refonte .recovery-anchorbar {
    position: sticky;
    top: 0;
    z-index: 18;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.75rem clamp(18px, 4vw, 56px);
    border-block: 1px solid rgba(217, 189, 120, 0.18);
    background: rgba(5, 11, 20, 0.9);
    backdrop-filter: blur(16px);
  }

  body.recovery-brochure-refonte .recovery-anchorbar a {
    color: rgba(255, 250, 240, 0.84);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.recovery-brochure-refonte.theme-day .recovery-anchorbar {
    background: rgba(255, 250, 240, 0.92);
  }

  body.recovery-brochure-refonte.theme-day .recovery-anchorbar a {
    color: var(--recovery-ink);
  }

  body.recovery-brochure-refonte .rf-brochure-section {
    position: relative;
    isolation: isolate;
  }

  body.recovery-brochure-refonte .rf-section-title,
  body.recovery-brochure-refonte .rf-section-copy,
  body.recovery-brochure-refonte .rf-eyebrow {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
  }

  body.recovery-brochure-refonte .rf-section-copy {
    max-width: 820px;
  }

  body.recovery-brochure-refonte .rf-card {
    border-radius: 8px;
  }

  body.recovery-brochure-refonte .rf-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }

  body.recovery-brochure-refonte .rf-card h3 {
    margin-top: 1rem;
    text-align: center;
    font-size: clamp(1.55rem, 2.35vw, 2.1rem) !important;
  }

  body.recovery-brochure-refonte .rf-card p,
  body.recovery-brochure-refonte .rf-card strong,
  body.recovery-brochure-refonte .rf-card small {
    text-align: center;
  }

  body.recovery-brochure-refonte .recovery-image-grid .rf-card,
  body.recovery-brochure-refonte .recovery-mission-grid .rf-card,
  body.recovery-brochure-refonte .recovery-entry-grid .rf-card,
  body.recovery-brochure-refonte .recovery-service-cards .rf-card {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    align-content: start;
    text-align: center;
  }

  body.recovery-brochure-refonte .recovery-image-grid .rf-card {
    grid-template-rows: auto minmax(4.9rem, auto) 1fr;
  }

  body.recovery-brochure-refonte .recovery-image-grid img,
  body.recovery-brochure-refonte .recovery-service-cards img {
    aspect-ratio: 4 / 3;
  }

  body.recovery-brochure-refonte .recovery-mission-grid img,
  body.recovery-brochure-refonte .recovery-entry-grid img {
    aspect-ratio: 4 / 5;
  }

  body.recovery-brochure-refonte .recovery-service-cards .rf-card strong,
  body.recovery-brochure-refonte .recovery-mission-grid .rf-card strong {
    display: block;
    min-height: 3.1rem;
    color: var(--rf-gold);
    font-weight: 700;
    line-height: 1.45;
  }

  body.recovery-brochure-refonte.theme-day .rf-band,
  body.recovery-brochure-refonte.theme-day .rf-band--cream {
    background: linear-gradient(180deg, #fffaf0 0%, #f5f0e8 100%);
    color: var(--recovery-ink);
  }

  body.recovery-brochure-refonte.theme-night .rf-band,
  body.recovery-brochure-refonte.theme-night .rf-band--cream {
    background: linear-gradient(180deg, #07101d 0%, #0d1727 100%);
    color: var(--recovery-cream);
  }

  body.recovery-brochure-refonte.theme-night .rf-band--cream .rf-card {
    background: rgba(255, 250, 240, 0.06);
    color: var(--recovery-cream);
  }

  body.recovery-brochure-refonte.theme-night .rf-band--cream :is(.rf-section-copy, .rf-card p, .rf-list, .rf-note, .rf-table) {
    color: rgba(255, 250, 240, 0.76) !important;
  }

  body.recovery-brochure-refonte .recovery-stat {
    display: grid;
    place-items: center;
    max-width: 860px;
    margin: 0 auto clamp(2rem, 5vw, 3.2rem);
    padding: clamp(1.4rem, 3vw, 2rem);
    border: 1px solid rgba(217, 189, 120, 0.34);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.07);
    text-align: center;
  }

  body.recovery-brochure-refonte .recovery-stat strong {
    color: var(--rf-gold);
    font-family: var(--rf-font-head);
    font-size: clamp(4rem, 9vw, 7rem);
    font-weight: 300;
    line-height: 0.9;
  }

  body.recovery-brochure-refonte .recovery-stat span {
    max-width: 640px;
    color: rgba(255, 250, 240, 0.78);
  }

  body.recovery-brochure-refonte .recovery-stat a {
    color: var(--rf-gold);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.recovery-brochure-refonte.theme-day .recovery-stat {
    background: rgba(255, 255, 255, 0.72);
  }

  body.recovery-brochure-refonte.theme-day .recovery-stat span {
    color: rgba(8, 20, 38, 0.72);
  }

  body.recovery-brochure-refonte .recovery-photo-section {
    min-height: 760px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--recovery-cream);
    background: var(--recovery-night);
  }

  body.recovery-brochure-refonte .recovery-section-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.recovery-brochure-refonte .recovery-photo-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(180deg, rgba(5, 11, 20, 0.72), rgba(5, 11, 20, 0.74)),
      radial-gradient(circle at 50% 38%, rgba(185, 151, 77, 0.16), transparent 46%);
  }

  body.recovery-brochure-refonte.theme-day .recovery-photo-shade {
    background:
      linear-gradient(180deg, rgba(7, 16, 29, 0.58), rgba(7, 16, 29, 0.62)),
      radial-gradient(circle at 50% 42%, rgba(185, 151, 77, 0.15), transparent 48%);
  }

  body.recovery-brochure-refonte .recovery-photo-section :is(.rf-section-title, .rf-section-copy, .rf-card h3, .rf-card p) {
    color: var(--recovery-cream) !important;
  }

  body.recovery-brochure-refonte .recovery-photo-section .rf-card {
    border-color: rgba(217, 189, 120, 0.36);
    background: rgba(7, 16, 29, 0.74);
    backdrop-filter: blur(14px);
  }

  body.recovery-brochure-refonte .recovery-photo-section .rf-card p {
    color: rgba(255, 250, 240, 0.76) !important;
  }

  body.recovery-brochure-refonte .recovery-symbol-grid .rf-card {
    text-align: center;
  }

  body.recovery-brochure-refonte .recovery-symbol {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border: 1px solid rgba(185, 151, 77, 0.34);
    border-radius: 999px;
    color: var(--rf-gold-2);
    font-size: 1.55rem;
  }

  body.recovery-brochure-refonte .recovery-service-focus {
    min-height: 760px;
  }

  body.recovery-brochure-refonte .recovery-service-focus::before {
    filter: saturate(0.92) contrast(1.04);
  }

  body.recovery-brochure-refonte .rf-service-focus--night::after {
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.14), transparent 36%),
      linear-gradient(90deg, rgba(5, 11, 20, 0.9), rgba(7, 16, 29, 0.76) 50%, rgba(5, 11, 20, 0.88));
  }

  body.recovery-brochure-refonte .rf-service-focus--cream::after {
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.2), transparent 36%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.98));
  }

  body.recovery-brochure-refonte .rf-service-panel {
    border-radius: 8px;
  }

  body.recovery-brochure-refonte .rf-service-visual {
    border-radius: 8px;
  }

  body.recovery-brochure-refonte .rf-service-panel :is(h3, p, li, small) {
    text-align: left;
  }

  body.recovery-brochure-refonte .rf-service-proof-grid .rf-card {
    text-align: center;
  }

  body.recovery-brochure-refonte .rf-service-proof-grid .rf-card :is(h3, p, small) {
    text-align: center;
  }

  body.recovery-brochure-refonte .rf-table-wrap {
    overflow-x: auto;
  }

  body.recovery-brochure-refonte .rf-table th,
  body.recovery-brochure-refonte .rf-table td {
    vertical-align: top;
  }

  body.recovery-brochure-refonte.theme-night #comparatif .rf-table {
    background: rgba(255, 250, 240, 0.05);
  }

  body.recovery-brochure-refonte.theme-night #comparatif .rf-table th {
    color: var(--rf-gold) !important;
  }

  body.recovery-brochure-refonte.theme-night #comparatif .rf-table td {
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.recovery-brochure-refonte .recovery-centered-actions {
    justify-content: center;
  }

  body.recovery-brochure-refonte .recovery-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.2rem;
  }

  body.recovery-brochure-refonte .recovery-contact-grid a {
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border: 1px solid rgba(217, 189, 120, 0.28);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.06);
    color: var(--recovery-cream);
    text-align: center;
    text-decoration: none;
  }

  body.recovery-brochure-refonte .recovery-contact-grid strong {
    color: var(--rf-gold);
    font-family: var(--rf-font-head);
    font-size: 1.55rem;
    font-weight: 400;
  }

  body.recovery-brochure-refonte .recovery-contact-grid span {
    color: rgba(255, 250, 240, 0.7);
    font-size: 0.88rem;
    overflow-wrap: anywhere;
  }

  body.recovery-brochure-refonte.theme-day .recovery-final {
    background: var(--recovery-ink);
    color: var(--recovery-cream);
  }

  body.recovery-brochure-refonte.theme-day .recovery-final :is(.rf-section-title, .rf-section-copy) {
    color: var(--recovery-cream) !important;
  }
}

@media screen and (max-width: 1060px) {
  body.recovery-brochure-refonte .rf-grid--4,
  body.recovery-brochure-refonte .rf-grid--3,
  body.recovery-brochure-refonte .recovery-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 760px) {
  body.recovery-brochure-refonte .rf-print-actions {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.recovery-brochure-refonte .rf-print-actions .recovery-theme-toggle,
  body.recovery-brochure-refonte .rf-print-actions button[onclick] {
    display: none;
  }

  body.recovery-brochure-refonte .recovery-hero {
    min-height: 100svh;
    padding-top: 96px;
    padding-bottom: 58px;
  }

  body.recovery-brochure-refonte .recovery-anchorbar {
    position: static;
    gap: 0.5rem;
  }

  body.recovery-brochure-refonte .rf-grid--4,
  body.recovery-brochure-refonte .rf-grid--3,
  body.recovery-brochure-refonte .recovery-contact-grid {
    grid-template-columns: 1fr;
  }

  body.recovery-brochure-refonte .recovery-photo-section,
  body.recovery-brochure-refonte .recovery-service-focus {
    min-height: auto;
  }

  body.recovery-brochure-refonte .recovery-service-cards .rf-card strong,
  body.recovery-brochure-refonte .recovery-mission-grid .rf-card strong {
    min-height: 0;
  }
}

/* Brochure Recovery digitale - harmonisation V2 2026-06-18. */
@media screen {
  body.recovery-brochure-refonte .recovery-hero {
    min-height: 92svh !important;
    align-items: center !important;
    padding-top: clamp(104px, 13vh, 150px) !important;
    padding-bottom: clamp(64px, 9vh, 112px) !important;
  }

  body.recovery-brochure-refonte .recovery-hero::before,
  body.recovery-brochure-refonte .recovery-hero::after {
    display: block !important;
    content: "" !important;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  body.recovery-brochure-refonte .recovery-hero::before {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(5, 11, 20, 0.86) 0%, rgba(5, 11, 20, 0.58) 42%, rgba(5, 11, 20, 0.18) 76%, rgba(5, 11, 20, 0.54) 100%),
      radial-gradient(circle at 28% 42%, rgba(217, 189, 120, 0.16), transparent 36%);
  }

  body.recovery-brochure-refonte .recovery-hero::after {
    z-index: 2;
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.14), rgba(5, 11, 20, 0.42));
  }

  body.recovery-brochure-refonte .recovery-hero__inner {
    position: relative;
    z-index: 3;
    width: min(720px, 100%) !important;
    margin-inline: 0 auto !important;
    text-align: left !important;
  }

  body.recovery-brochure-refonte .recovery-hero__inner .rf-eyebrow,
  body.recovery-brochure-refonte .recovery-hero .rf-hero-actions {
    justify-content: flex-start !important;
  }

  body.recovery-brochure-refonte .recovery-hero__text {
    margin-inline: 0 auto !important;
  }

  body.recovery-brochure-refonte .recovery-anchorbar {
    display: none !important;
  }

  body.recovery-brochure-refonte .recovery-attention {
    padding-top: clamp(4.6rem, 8vw, 7rem) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-attention :is(.rf-eyebrow, .rf-section-title) {
    color: var(--recovery-ink) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-attention .rf-section-copy {
    color: rgba(8, 20, 38, 0.76) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-attention :is(.rf-eyebrow, .rf-section-title) {
    color: var(--recovery-cream) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-attention .rf-section-copy {
    color: rgba(255, 250, 240, 0.78) !important;
  }

  body.recovery-brochure-refonte .recovery-attention .rf-section-copy--large {
    margin-bottom: clamp(2rem, 4vw, 3rem);
  }

  body.recovery-brochure-refonte .recovery-stat {
    gap: clamp(0.7rem, 1.4vw, 1.05rem) !important;
    padding: clamp(1.65rem, 3.2vw, 2.3rem) clamp(1.35rem, 3vw, 2.2rem) !important;
  }

  body.recovery-brochure-refonte .recovery-stat strong {
    margin-bottom: clamp(0.15rem, 0.6vw, 0.45rem);
  }

  body.recovery-brochure-refonte .recovery-stat span {
    display: block;
    max-width: 680px;
    font-size: clamp(0.98rem, 0.3vw + 0.92rem, 1.08rem);
    line-height: 1.65;
  }

  body.recovery-brochure-refonte .recovery-stat a {
    margin-top: 0.1rem;
    line-height: 1.4;
  }

  body.recovery-brochure-refonte.theme-day .recovery-stat {
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 22px 54px rgba(8, 20, 38, 0.08);
  }

  body.recovery-brochure-refonte.theme-day .recovery-stat span {
    color: rgba(8, 20, 38, 0.8) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-stat {
    background: rgba(255, 250, 240, 0.075) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  }

  body.recovery-brochure-refonte.theme-night .recovery-stat span {
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.recovery-brochure-refonte .recovery-service-cards .rf-card h3,
  body.recovery-brochure-refonte .rf-service-focus .rf-section-title {
    color: var(--rf-gold-2) !important;
  }

  body.recovery-brochure-refonte .rf-service-focus--cream .rf-section-title {
    color: #8d6f2d !important;
  }

  body.recovery-brochure-refonte .rf-service-focus--cream .rf-section-copy {
    color: rgba(8, 20, 38, 0.76) !important;
  }

  body.recovery-brochure-refonte .recovery-service-cards .rf-card,
  body.recovery-brochure-refonte .recovery-entry-grid .rf-card,
  body.recovery-brochure-refonte .recovery-image-grid .rf-card,
  body.recovery-brochure-refonte .recovery-mission-grid .rf-card {
    min-height: 100%;
  }

  body.recovery-brochure-refonte .recovery-service-cards .rf-card p,
  body.recovery-brochure-refonte .recovery-entry-grid .rf-card p,
  body.recovery-brochure-refonte .recovery-image-grid .rf-card p,
  body.recovery-brochure-refonte .recovery-mission-grid .rf-card p {
    text-align: left;
  }

  body.recovery-brochure-refonte .recovery-service-cards .rf-card h3,
  body.recovery-brochure-refonte .recovery-entry-grid .rf-card h3,
  body.recovery-brochure-refonte .recovery-image-grid .rf-card h3,
  body.recovery-brochure-refonte .recovery-mission-grid .rf-card h3 {
    min-height: 2.2em;
  }

  body.recovery-brochure-refonte .recovery-service-cards .rf-card strong {
    min-height: 4.4rem !important;
  }

  body.recovery-brochure-refonte .rf-service-visual img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  body.recovery-brochure-refonte .rf-service-proof-grid .rf-card h3 {
    min-height: 2em;
  }

  body.recovery-brochure-refonte .rf-table th {
    text-align: center;
  }

  body.recovery-brochure-refonte .rf-table td {
    text-align: left;
  }

  body.recovery-brochure-refonte .recovery-final {
    min-height: 680px;
    display: grid;
    align-items: center;
  }

  body.recovery-brochure-refonte.theme-day .rf-print-actions .rf-btn--light {
    background: rgba(255, 250, 240, 0.9);
    border-color: rgba(8, 20, 38, 0.18);
    color: var(--recovery-ink) !important;
  }

  body.recovery-brochure-refonte.theme-day .rf-band .rf-card,
  body.recovery-brochure-refonte.theme-day .rf-band--cream .rf-card {
    background: rgba(255, 255, 255, 0.78);
    color: var(--recovery-ink);
  }

  body.recovery-brochure-refonte.theme-day .rf-band :is(.rf-card p, .rf-card li, .rf-list, .rf-note, .rf-table td),
  body.recovery-brochure-refonte.theme-day .rf-band--cream :is(.rf-card p, .rf-card li, .rf-list, .rf-note, .rf-table td) {
    color: rgba(8, 20, 38, 0.76) !important;
  }

  body.recovery-brochure-refonte.theme-day :is(.rf-band, .rf-band--cream, .rf-service-focus--cream, #comparatif) :is(.rf-eyebrow, .rf-card small, .rf-table th, .rf-card-link),
  body.recovery-brochure-refonte.theme-day .recovery-stat :is(strong, a) {
    color: #8d6f2d !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-symbol {
    color: #7d6127 !important;
    border-color: rgba(125, 97, 39, 0.38);
    background: rgba(141, 111, 45, 0.06);
  }

  body.recovery-brochure-refonte.theme-day .rf-service-focus--night {
    color: var(--recovery-cream);
  }

  body.recovery-brochure-refonte.theme-day .rf-service-focus--night .rf-section-copy {
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.recovery-brochure-refonte.theme-day .rf-service-focus--night .rf-service-panel,
  body.recovery-brochure-refonte.theme-day .rf-service-focus--night .rf-service-proof-grid .rf-card {
    background: rgba(5, 11, 20, 0.78);
    border-color: rgba(217, 189, 120, 0.32);
    color: var(--recovery-cream);
  }

  body.recovery-brochure-refonte.theme-day .rf-service-focus--night :is(.rf-service-panel h3, .rf-service-proof-grid h3) {
    color: var(--recovery-cream) !important;
  }

  body.recovery-brochure-refonte.theme-day .rf-service-focus--night :is(.rf-service-panel p, .rf-service-panel li, .rf-service-proof-grid p) {
    color: rgba(255, 250, 240, 0.78) !important;
  }

  body.recovery-brochure-refonte.theme-day .rf-service-focus--night :is(.rf-service-panel small, .rf-service-proof-grid small) {
    color: var(--rf-gold) !important;
  }

  body.recovery-brochure-refonte.theme-day .rf-service-focus--cream .rf-service-proof-grid .rf-card {
    background: rgba(255, 255, 255, 0.82);
    color: var(--recovery-ink);
  }

  body.recovery-brochure-refonte.theme-day .rf-service-focus--cream .rf-service-proof-grid :is(h3, p) {
    color: var(--recovery-ink) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-photo-section .recovery-service-cards .rf-card h3,
  body.recovery-brochure-refonte.theme-night .recovery-photo-section .recovery-service-cards .rf-card h3 {
    color: var(--rf-gold) !important;
  }
}

@media screen and (max-width: 760px) {
  body.recovery-brochure-refonte .recovery-hero__inner {
    text-align: center !important;
  }

  body.recovery-brochure-refonte .recovery-hero__inner .rf-eyebrow,
  body.recovery-brochure-refonte .recovery-hero .rf-hero-actions {
    justify-content: center !important;
  }

  body.recovery-brochure-refonte .recovery-service-cards .rf-card h3,
  body.recovery-brochure-refonte .recovery-entry-grid .rf-card h3,
  body.recovery-brochure-refonte .recovery-image-grid .rf-card h3,
  body.recovery-brochure-refonte .recovery-mission-grid .rf-card h3,
  body.recovery-brochure-refonte .recovery-service-cards .rf-card strong {
    min-height: 0 !important;
  }
}

/* Brochure Recovery - corrections contenu et lisibilite 2026-06-18. */
@media screen {
  body.recovery-brochure-refonte .recovery-hero-title {
    display: grid;
    gap: 0.08em;
    line-height: 0.88 !important;
  }

  body.recovery-brochure-refonte .recovery-digital > section {
    scroll-margin-top: 7.25rem;
  }

  body.recovery-brochure-refonte .recovery-hero-title em {
    color: var(--rf-gold) !important;
    font-style: normal;
  }

  body.recovery-brochure-refonte .recovery-hero__text {
    max-width: 760px !important;
    color: rgba(255, 250, 240, 0.9) !important;
  }

  body.recovery-brochure-refonte .recovery-attention {
    padding-top: clamp(3.6rem, 6vw, 5.4rem) !important;
  }

  body.recovery-brochure-refonte .recovery-attention-subtitle {
    max-width: 820px;
    margin: 0 auto clamp(1.25rem, 3vw, 2rem);
    color: var(--rf-gold);
    font-family: var(--rf-font-head);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  body.recovery-brochure-refonte.theme-day .recovery-attention-subtitle {
    color: #8d6f2d;
  }

  body.recovery-brochure-refonte .recovery-image-grid .rf-card {
    grid-template-rows: auto auto minmax(5.1rem, auto) 1fr !important;
  }

  body.recovery-brochure-refonte .recovery-image-grid .rf-card small,
  body.recovery-brochure-refonte .recovery-entry-grid .rf-card small {
    margin-top: 1rem;
  }

  body.recovery-brochure-refonte .recovery-image-grid .rf-card h3 {
    min-height: 0 !important;
    margin-top: 0.45rem !important;
    font-size: clamp(1.38rem, 1.5vw, 1.82rem) !important;
    line-height: 1.05;
  }

  body.recovery-brochure-refonte .recovery-mission-grid .rf-card {
    grid-template-rows: auto auto auto 1fr !important;
  }

  body.recovery-brochure-refonte .recovery-role .recovery-mission-grid img {
    aspect-ratio: 16 / 10 !important;
  }

  body.recovery-brochure-refonte .recovery-mission-grid .rf-card h3 {
    min-height: 0 !important;
    margin-bottom: 0.18rem;
  }

  body.recovery-brochure-refonte .recovery-mission-grid .rf-card strong {
    min-height: 0 !important;
    margin-top: 0;
  }

  body.recovery-brochure-refonte .recovery-services-intro {
    background: linear-gradient(180deg, #07101d 0%, #0b1525 100%) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-services-intro {
    background: linear-gradient(180deg, #fffaf0 0%, #f1ece3 100%) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-services-intro .recovery-service-cards .rf-card h3 {
    color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-services-intro .recovery-service-cards .rf-card h3 {
    color: #8d6f2d !important;
  }

  body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card {
    align-content: stretch;
  }

  body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card h3,
  body.recovery-brochure-refonte .recovery-rayflections-services .recovery-entry-grid .rf-card h3 {
    font-family: var(--rf-font-head);
    font-weight: 400;
    letter-spacing: 0;
  }

  body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card p,
  body.recovery-brochure-refonte .recovery-rayflections-services .recovery-entry-grid .rf-card p {
    text-align: center !important;
  }

  body.recovery-brochure-refonte .rf-service-focus .rf-section-head--center .rf-eyebrow {
    margin-bottom: 0.95rem;
  }

  body.recovery-brochure-refonte .rf-service-focus--night .rf-service-panel :is(h3, p, li),
  body.recovery-brochure-refonte.theme-day .rf-service-focus--night .rf-service-panel :is(h3, p, li) {
    color: rgba(255, 250, 240, 0.88) !important;
  }

  body.recovery-brochure-refonte .rf-service-focus--night .rf-service-panel h3,
  body.recovery-brochure-refonte.theme-day .rf-service-focus--night .rf-service-panel h3 {
    color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte .rf-service-panel small {
    color: var(--rf-gold) !important;
    font-weight: 800;
  }

  body.recovery-brochure-refonte .rf-service-panel h3 {
    font-family: var(--rf-font-head);
    font-size: clamp(1.9rem, 2.4vw, 2.65rem) !important;
    font-weight: 400;
    line-height: 1.02;
  }

  body.recovery-brochure-refonte .rf-service-panel p,
  body.recovery-brochure-refonte .rf-service-panel li {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  body.recovery-brochure-refonte .recovery-compare-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 940px;
  }

  body.recovery-brochure-refonte .recovery-compare-table th,
  body.recovery-brochure-refonte .recovery-compare-table td {
    border-right: 1px solid rgba(217, 189, 120, 0.22);
    text-align: center !important;
    vertical-align: middle !important;
  }

  body.recovery-brochure-refonte .recovery-compare-table th:last-child,
  body.recovery-brochure-refonte .recovery-compare-table td:last-child {
    border-right: 0;
  }

  body.recovery-brochure-refonte .recovery-compare-table td:first-child strong {
    color: var(--rf-gold);
    font-weight: 800;
  }

  body.recovery-brochure-refonte.theme-day .recovery-compare-table td:first-child strong {
    color: #7d6127;
  }

  body.recovery-brochure-refonte .recovery-rayflections-services .recovery-entry-grid .rf-card {
    grid-template-rows: auto auto auto 1fr auto !important;
  }

  body.recovery-brochure-refonte .recovery-rayflections-services .recovery-entry-grid img {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (max-width: 760px) {
  body.recovery-brochure-refonte .recovery-hero__text br,
  body.recovery-brochure-refonte .recovery-role .rf-section-title br {
    display: none;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  body.rf-brochure--recovery .rf-print-actions,
  body.rf-brochure--recovery .recovery-digital,
  body.rf-brochure--recovery .recovery-screen-footer {
    display: none !important;
  }

  body.rf-brochure--recovery .recovery-pdf--two-pages {
    display: block !important;
  }

  body.rf-brochure--recovery .pdf-recovery-two {
    position: relative !important;
    width: 210mm !important;
    min-height: 297mm !important;
    height: 297mm !important;
    padding: 13mm !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    page-break-after: always !important;
    break-after: page !important;
    background: #fffaf0 !important;
    color: #081426 !important;
  }

  body.rf-brochure--recovery .pdf-recovery-two--cover {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0.9), rgba(255, 250, 240, 0.68)),
      url("../assets/visuals-v2/generated/brochure-recovery/recovery-brochure-role-day-project-room-20260617.jpg") center / cover,
      #fffaf0 !important;
  }

  body.rf-brochure--recovery .pdf-recovery-two--offers {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.95), rgba(255, 250, 240, 0.86), rgba(255, 250, 240, 0.62)),
      url("../assets/visuals-v2/generated/brochure-recovery/recovery-brochure-hero-day-support-20260617.jpg") center / cover,
      #fffaf0 !important;
  }

  body.rf-brochure--recovery .pdf-recovery-two:last-child {
    page-break-after: auto !important;
    break-after: auto !important;
  }

  body.rf-brochure--recovery .pdf-recovery-logo {
    position: absolute;
    right: 13mm;
    bottom: 13mm;
    z-index: 2;
    width: 13mm;
    height: auto;
    opacity: 0.9;
  }

  body.rf-brochure--recovery .pdf-recovery-hero {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 8mm;
    align-items: stretch;
    min-height: 82mm;
    margin-bottom: 8mm;
  }

  body.rf-brochure--recovery .pdf-recovery-hero img {
    width: 100%;
    height: 82mm;
    object-fit: cover;
    border-radius: 8px;
  }

  body.rf-brochure--recovery .pdf-recovery-hero > div,
  body.rf-brochure--recovery .pdf-recovery-grid article,
  body.rf-brochure--recovery .pdf-recovery-stat,
  body.rf-brochure--recovery .pdf-recovery-offers article,
  body.rf-brochure--recovery .pdf-recovery-route article,
  body.rf-brochure--recovery .pdf-recovery-cta {
    border: 1px solid rgba(185, 151, 77, 0.32);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 7mm 18mm rgba(8, 20, 38, 0.05);
  }

  body.rf-brochure--recovery .pdf-recovery-hero > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7mm;
  }

  body.rf-brochure--recovery .pdf-kicker,
  body.rf-brochure--recovery .pdf-recovery-offers span,
  body.rf-brochure--recovery .pdf-recovery-offers small,
  body.rf-brochure--recovery .pdf-recovery-grid strong,
  body.rf-brochure--recovery .pdf-recovery-route strong {
    display: block;
    color: var(--rf-gold-2);
    font-size: 7.2pt;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.rf-brochure--recovery .pdf-recovery-two h2 {
    max-width: none;
    margin: 2mm 0 4mm;
    color: #081426;
    font-family: var(--rf-font-head);
    font-size: 30pt;
    font-weight: 400;
    line-height: 0.98;
  }

  body.rf-brochure--recovery .pdf-recovery-two h3 {
    margin: 2mm 0;
    color: #081426;
    font-family: var(--rf-font-head);
    font-size: 18pt;
    line-height: 0.98;
  }

  body.rf-brochure--recovery .pdf-recovery-two p {
    color: rgba(8, 20, 38, 0.74);
    font-size: 9.2pt;
    line-height: 1.42;
  }

  body.rf-brochure--recovery .pdf-recovery-grid,
  body.rf-brochure--recovery .pdf-recovery-offers,
  body.rf-brochure--recovery .pdf-recovery-route,
  body.rf-brochure--recovery .pdf-recovery-signals,
  body.rf-brochure--recovery .pdf-recovery-visuals {
    display: grid;
    gap: 4mm;
  }

  body.rf-brochure--recovery .pdf-recovery-grid,
  body.rf-brochure--recovery .pdf-recovery-offers,
  body.rf-brochure--recovery .pdf-recovery-visuals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.rf-brochure--recovery .pdf-recovery-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 5mm 0;
  }

  body.rf-brochure--recovery .pdf-recovery-signals {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 7mm;
  }

  body.rf-brochure--recovery .pdf-recovery-grid article,
  body.rf-brochure--recovery .pdf-recovery-offers article,
  body.rf-brochure--recovery .pdf-recovery-route article,
  body.rf-brochure--recovery .pdf-recovery-signals article,
  body.rf-brochure--recovery .pdf-recovery-stat,
  body.rf-brochure--recovery .pdf-recovery-cta {
    padding: 5mm;
  }

  body.rf-brochure--recovery .pdf-recovery-signals article {
    border-top: 1px solid rgba(185, 151, 77, 0.34);
    background: transparent !important;
    padding: 4mm 0 0;
  }

  body.rf-brochure--recovery .pdf-recovery-signals p {
    font-size: 8pt;
  }

  body.rf-brochure--recovery .pdf-recovery-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6mm;
    align-items: center;
    margin-top: 7mm;
  }

  body.rf-brochure--recovery .pdf-recovery-stat strong {
    color: var(--rf-gold-2);
    font-family: var(--rf-font-head);
    font-size: 48pt;
    font-weight: 300;
    line-height: 0.9;
  }

  body.rf-brochure--recovery .pdf-recovery-offers {
    margin: 7mm 0 5mm;
  }

  body.rf-brochure--recovery .pdf-recovery-visuals {
    margin-top: 6mm;
  }

  body.rf-brochure--recovery .pdf-recovery-visuals img {
    display: block;
    width: 100%;
    height: 38mm;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(185, 151, 77, 0.28);
    border-radius: 8px;
    color: transparent;
    font-size: 0;
    box-shadow: 0 8mm 20mm rgba(8, 20, 38, 0.08);
  }

  body.rf-brochure--recovery .pdf-recovery-visuals img:nth-child(1) {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/recovery-brochure-restore-tablet-service-20260617.jpg");
  }

  body.rf-brochure--recovery .pdf-recovery-visuals img:nth-child(2) {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/recovery-brochure-harmonie-diagnostic-office-20260617.jpg");
  }

  body.rf-brochure--recovery .pdf-recovery-visuals img:nth-child(3) {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/recovery-brochure-entry-momentum-20260617.jpg");
  }

  body.rf-brochure--recovery .pdf-recovery-offers small {
    margin-top: 3mm;
    color: #081426;
  }

  body.rf-brochure--recovery .pdf-recovery-cta {
    margin-top: 5mm;
  }

  body.rf-brochure--recovery .pdf-recovery-cta strong {
    display: block;
    margin-top: 3mm;
    color: var(--rf-gold-2);
    font-size: 8pt;
    letter-spacing: 0.04em;
  }
}

/* Final screen overrides for the 2026-06-17 multi-brochure pass. */
@media screen {
  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-hero__copy {
    margin-inline: 0 auto !important;
    text-align: left !important;
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-kicker,
  body.masterclass-brochure-v2 .mcb-hero-paths {
    justify-content: flex-start !important;
  }

  body.masterclass-brochure-v2 .mcb-hero__lead,
  body.masterclass-brochure-v2 .mcb-hero__text {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip strong {
    font-size: clamp(0.98rem, 1.45vw, 1.22rem) !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-grid article {
    background: rgba(255, 250, 240, 0.84) !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-grid p {
    color: rgba(8, 20, 38, 0.74) !important;
  }

  body.masterclass-brochure-v2 .mcb-video-card strong,
  body.checkpoint-brochure-refonte .cpb-video-card h3 {
    min-height: 2.45em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-recovery-panel--cards {
    width: 100% !important;
    padding: clamp(1rem, 2vw, 1.35rem) !important;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 0 !important;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options article {
    overflow: hidden;
    padding: 0 0 1rem !important;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-actions--center {
    justify-content: center !important;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-final-refonte {
    min-height: 720px;
    display: flex;
    align-items: center;
  }

  body.checkpoint-brochure-refonte .cpb-ledger--four article,
  body.checkpoint-brochure-refonte .cpb-promise-grid article,
  body.checkpoint-brochure-refonte .cpb-method-grid article,
  body.checkpoint-brochure-refonte .cpb-result-grid article,
  body.checkpoint-brochure-refonte .cpb-compare-table :is(th, td) {
    text-align: center !important;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article::before,
  body.checkpoint-brochure-refonte .cpb-result-grid article::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 0.95rem;
    border-radius: 7px;
    background: var(--cpb-card-image, linear-gradient(135deg, rgba(217, 189, 120, 0.28), rgba(255, 250, 240, 0.12))) center / cover no-repeat;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article:nth-child(1) { --cpb-card-image: url("../img/checkpoint-digital-programme-01-analyse-business-review-20260606.jpg"); }
  body.checkpoint-brochure-refonte .cpb-method-grid article:nth-child(2) { --cpb-card-image: url("../img/checkpoint-phase-02-diagnostic-lisa-styliste-20260531.jpg"); }
  body.checkpoint-brochure-refonte .cpb-method-grid article:nth-child(3) { --cpb-card-image: url("../img/checkpoint-classique-programme-03-strategie-mode-20260605-v2.jpg"); }
  body.checkpoint-brochure-refonte .cpb-method-grid article:nth-child(4) { --cpb-card-image: url("../img/checkpoint-classique-programme-04-direction-route-20260605-v2.jpg"); }
  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(1) { --cpb-card-image: url("../img/checkpoint-livrable-01-analyse-architecte-20260531.jpg"); }
  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(2) { --cpb-card-image: url("../img/checkpoint-livrable-02-diagnostic-portrait-20260531.jpg"); }
  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(3) { --cpb-card-image: url("../img/checkpoint-livrable-03-strategie-portrait-20260531.jpg"); }
  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(4) { --cpb-card-image: url("../img/checkpoint-livrable-04-direction-20260531.jpg"); }

  body.checkpoint-brochure-refonte .cpb-offer-card strong {
    font-size: clamp(1.85rem, 3.4vw, 2.65rem) !important;
    line-height: 1 !important;
  }

  body.checkpoint-brochure-refonte #comparatif {
    position: relative;
    overflow: hidden;
    color: #fffaf0;
    background: #07101d !important;
  }

  body.checkpoint-brochure-refonte #comparatif::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.68), rgba(7, 16, 31, 0.9)),
      url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-proof-day-desk-20260617.jpg") center / cover;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-container {
    position: relative;
    z-index: 1;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-section-head :is(h2, p) {
    color: #fffaf0 !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table {
    color: #081426;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table :is(th, td) {
    color: #081426 !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table th {
    color: var(--rf-gold-2) !important;
  }
}

@media screen and (max-width: 760px) {
  body.masterclass-brochure-v2 .mcb-recovery-options {
    grid-template-columns: 1fr !important;
  }
}

/* Final QA readability fixes - 2026-06-17. */
@media screen {
  body.checkpoint-brochure-refonte .cpb-theme-img,
  body.masterclass-brochure-v2 .mcb-theme-img {
    opacity: 0 !important;
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-theme-img--day,
  body.checkpoint-brochure-refonte.theme-night .cpb-theme-img--night,
  body.masterclass-brochure-v2.theme-day .mcb-theme-img--day,
  body.masterclass-brochure-v2.theme-night .mcb-theme-img--night {
    opacity: 1 !important;
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-theme-img--night,
  body.checkpoint-brochure-refonte.theme-night .cpb-theme-img--day,
  body.masterclass-brochure-v2.theme-day .mcb-theme-img--night,
  body.masterclass-brochure-v2.theme-night .mcb-theme-img--day {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-hero :is(h1, .cpb-hero__lead, .cpb-hero__text) {
    color: #fffaf0 !important;
    text-shadow: 0 1px 0 rgba(5, 11, 20, 0.78), 0 18px 42px rgba(5, 11, 20, 0.72) !important;
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-hero .cpb-btn--ghost {
    color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, 0.62) !important;
    background: rgba(5, 11, 20, 0.26) !important;
  }
}

@media screen and (max-width: 900px) {
  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table :is(th, td) {
    padding-inline: clamp(8px, 1.8vw, 14px) !important;
    font-size: clamp(0.64rem, 1.7vw, 0.78rem) !important;
    overflow-wrap: anywhere !important;
  }
}

/* Brochure Checkpoint - corrections visuelles et nuit 2026-06-18. */
@media screen {
  body.checkpoint-brochure-refonte .cpb-title-gold {
    color: var(--rf-gold-2) !important;
  }

  body.checkpoint-brochure-refonte .cpb-line,
  body.checkpoint-brochure-refonte .cpb-subtitle {
    display: block;
  }

  body.checkpoint-brochure-refonte .cpb-subtitle {
    margin-bottom: 0.7rem;
    color: inherit;
    font-family: var(--rf-font-head);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 500;
    line-height: 1.18;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel article,
  body.checkpoint-brochure-refonte .cpb-ledger--four article,
  body.checkpoint-brochure-refonte .cpb-promise-grid article {
    overflow: hidden;
    display: grid;
    align-content: start;
    gap: 0;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel article,
  body.checkpoint-brochure-refonte .cpb-ledger--four article,
  body.checkpoint-brochure-refonte .cpb-promise-grid article {
    padding: 0 !important;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel img,
  body.checkpoint-brochure-refonte .cpb-promise-grid img,
  body.checkpoint-brochure-refonte .cpb-ledger--four img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel img,
  body.checkpoint-brochure-refonte .cpb-promise-grid img {
    aspect-ratio: 16 / 8.4;
  }

  body.checkpoint-brochure-refonte .cpb-ledger--four img {
    aspect-ratio: 4 / 3;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel span,
  body.checkpoint-brochure-refonte .cpb-promise-grid span,
  body.checkpoint-brochure-refonte .cpb-ledger--four span {
    padding: 1rem 1.15rem 0;
    text-align: center;
    font-size: clamp(0.82rem, 1vw, 0.98rem);
    letter-spacing: 0.12em;
  }

  body.checkpoint-brochure-refonte .cpb-ledger--four span {
    color: var(--rf-gold-2);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
  }

  body.checkpoint-brochure-refonte .cpb-promise-grid h3 {
    padding: 0 1.15rem;
    margin-top: 0.55rem;
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-intro-panel p,
  body.checkpoint-brochure-refonte .cpb-promise-grid p,
  body.checkpoint-brochure-refonte .cpb-ledger--four p {
    padding: 0 1.15rem 1.2rem;
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article {
    grid-template-rows: auto auto 1fr auto;
  }

  body.checkpoint-brochure-refonte .cpb-deliverable {
    display: block;
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(217, 189, 120, 0.32);
    color: var(--rf-gold-2);
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
  }

  body.checkpoint-brochure-refonte .cpb-offer-grid--aligned .cpb-offer-card {
    grid-template-rows: 214px 1.95rem 3.1rem 2.65rem 4.8rem 7.65rem 11.65rem auto !important;
    row-gap: 0.68rem !important;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card :is(.cpb-offer-card__media, small, h3, em, strong, p, ul) {
    width: 100%;
    margin-block: 0 !important;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card :is(small, h3, strong, p) {
    display: grid;
    place-items: center;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card p {
    min-height: 0 !important;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card ul {
    min-height: 0 !important;
    margin-top: 0 !important;
    align-self: start;
  }

  body.checkpoint-brochure-refonte .cpb-promo-grid article {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-promo-grid :is(span, h3, p) {
    text-align: center !important;
  }

  body.checkpoint-brochure-refonte .cpb-promo-grid p {
    max-width: 50ch;
    margin-inline: auto;
  }

  body.checkpoint-brochure-refonte .cpb-promo-grid .cpb-btn {
    margin-top: auto;
  }

  body.checkpoint-brochure-refonte .cpb-section--hidden {
    display: none !important;
  }

  body.checkpoint-brochure-refonte .cpb-compare-table caption {
    caption-side: top;
    padding: 1rem 1.2rem 1.1rem;
    color: var(--rf-gold-2);
    font-family: var(--rf-font-head);
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
  }

  body.checkpoint-brochure-refonte.theme-day .cpb-final--checkpoint .cpb-btn--ghost {
    color: #fffaf0 !important;
    border-color: #081426 !important;
    background: #081426 !important;
  }

  body.checkpoint-brochure-refonte.theme-night :is(#introduction, #promesse, #offres, #comparatif) {
    color: #fffaf0;
    background: #07101d !important;
  }

  body.checkpoint-brochure-refonte.theme-night :is(#introduction, #promesse, #offres, #comparatif) .cpb-section-head :is(h2, p),
  body.checkpoint-brochure-refonte.theme-night #promesse .cpb-subtitle {
    color: #fffaf0 !important;
  }

  body.checkpoint-brochure-refonte.theme-night :is(#introduction, #promesse, #offres) :is(.cpb-intro-panel article, .cpb-promise-grid article, .cpb-offer-card, .cpb-promo-grid article) {
    border-color: rgba(217, 189, 120, 0.34) !important;
    background: rgba(255, 250, 240, 0.07) !important;
    color: #fffaf0;
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.24);
  }

  body.checkpoint-brochure-refonte.theme-night :is(#introduction, #promesse, #offres) :is(.cpb-intro-panel p, .cpb-promise-grid p, .cpb-offer-card p, .cpb-offer-card li, .cpb-promo-grid p) {
    color: rgba(255, 250, 240, 0.78) !important;
  }

  body.checkpoint-brochure-refonte.theme-night #offres .cpb-offer-card em {
    color: #fffaf0;
    border-color: rgba(217, 189, 120, 0.34);
    background: rgba(217, 189, 120, 0.12);
  }

  body.checkpoint-brochure-refonte.theme-night #offres .cpb-offer-card strong {
    color: var(--rf-gold-2) !important;
  }

  body.checkpoint-brochure-refonte.theme-night #offres .cpb-btn--ghost-dark {
    color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, 0.38) !important;
    background: rgba(255, 250, 240, 0.08) !important;
  }

  body.checkpoint-brochure-refonte.theme-night #comparatif .cpb-compare-wrap,
  body.checkpoint-brochure-refonte.theme-night #comparatif .cpb-compare-table {
    border-color: rgba(217, 189, 120, 0.34) !important;
    background: rgba(7, 16, 29, 0.82) !important;
    color: #fffaf0 !important;
  }

  body.checkpoint-brochure-refonte.theme-night #comparatif .cpb-compare-table :is(th, td) {
    border-color: rgba(217, 189, 120, 0.24) !important;
    color: rgba(255, 250, 240, 0.82) !important;
    background: rgba(255, 250, 240, 0.02) !important;
  }

  body.checkpoint-brochure-refonte.theme-night #comparatif .cpb-compare-table th,
  body.checkpoint-brochure-refonte.theme-night #comparatif .cpb-compare-table td:first-child {
    color: var(--rf-gold-2) !important;
  }
}

@media screen and (max-width: 1060px) {
  body.checkpoint-brochure-refonte .cpb-offer-grid--aligned .cpb-offer-card {
    grid-template-rows: auto !important;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card :is(p, ul) {
    min-height: 0 !important;
  }
}

/* Masterclass brochure digital refonte finale - 2026-06-18. */
@media screen {
  body.masterclass-brochure-v2 {
    --mcb-blue: #081d3a;
    --mcb-blue-soft: #15365f;
    --mcb-gold-metal: linear-gradient(135deg, #fff1b8 0%, #d9bd78 34%, #a77a27 72%, #f8df95 100%);
    --mcb-burgundy-metal: linear-gradient(135deg, #f0c7c4 0%, #8f1f35 46%, #3b0714 100%);
    --mcb-silver-metal-day: linear-gradient(135deg, #0d1b2c 0%, #596778 50%, #101927 100%);
    --mcb-silver-metal-night: linear-gradient(135deg, #ffffff 0%, #c6d0db 46%, #6f7b88 100%);
  }

  body.masterclass-brochure-v2 .mcb-video-pending[hidden] {
    display: none !important;
  }

  body.masterclass-brochure-v2 .mcb-hero--source {
    box-sizing: border-box;
    min-height: 0 !important;
    height: clamp(620px, 76svh, 780px) !important;
    padding: 0 !important;
    overflow: hidden;
  }

  body.masterclass-brochure-v2 .mcb-hero--source .mcb-hero__image {
    filter: none !important;
    object-position: center 40% !important;
  }

  body.masterclass-brochure-v2 .mcb-hero--source .mcb-hero__shade,
  body.masterclass-brochure-v2.theme-day .mcb-hero--source .mcb-hero__shade {
    background: linear-gradient(180deg, rgba(5, 11, 20, 0) 0%, rgba(5, 11, 20, 0.12) 48%, rgba(5, 11, 20, 0.66) 100%) !important;
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo {
    box-sizing: border-box;
    min-height: 0 !important;
    height: 100% !important;
    padding-top: clamp(5.5rem, 9vh, 7rem) !important;
    padding-bottom: clamp(5.5rem, 9vh, 7.2rem) !important;
  }

  body.masterclass-brochure-v2 .mcb-hero__grid--solo .mcb-hero__copy {
    width: min(920px, 100%) !important;
  }

  body.masterclass-brochure-v2 .mcb-hero h1 {
    max-width: none !important;
    white-space: nowrap !important;
    font-size: clamp(3.6rem, 6vw, 5.85rem) !important;
    letter-spacing: 0 !important;
  }

  body.masterclass-brochure-v2 .mcb-hero-paths a[href^="#"] {
    scroll-margin-top: 110px;
  }

  body.masterclass-brochure-v2 .mcb-founder__copy {
    gap: 1.25rem !important;
  }

  body.masterclass-brochure-v2 .mcb-founder__quote {
    border-top: 1px solid rgba(217, 189, 120, 0.34);
    border-bottom: 0 !important;
    padding: 1.1rem 0 0 !important;
  }

  body.masterclass-brochure-v2 .mcb-problem-lead {
    max-width: 930px;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center article {
    justify-content: flex-start !important;
    overflow: hidden;
    min-height: 315px !important;
    padding: 0 0 1.2rem !important;
    background: rgba(255, 250, 240, 0.9);
    color: var(--mcb-blue);
  }

  body.masterclass-brochure-v2.theme-night .mcb-cost-grid--center article {
    background: rgba(8, 20, 38, 0.82);
    color: #fffaf0;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center article img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin: 0 0 1.05rem;
  }

  body.masterclass-brochure-v2.theme-day .mcb-cost-grid--center span {
    color: var(--mcb-blue) !important;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center span {
    font-family: var(--rf-font-head);
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    line-height: 1;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center p {
    width: 100%;
    padding-inline: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-method-grid article {
    display: flex;
    min-height: 320px !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0 0 1.15rem !important;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-method-grid article img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-bottom: 1.05rem;
  }

  body.masterclass-brochure-v2 .mcb-method-grid strong {
    width: 100%;
    padding-inline: 1rem;
    text-align: center !important;
  }

  body.masterclass-brochure-v2 .mcb-method-grid p {
    padding-inline: 1rem;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-programme {
    min-height: 820px;
    display: flex;
    align-items: center;
    color: #fffaf0 !important;
    background: #07101d !important;
  }

  body.masterclass-brochure-v2 .mcb-programme-subtitle {
    margin-top: 0.25rem;
    color: var(--rf-gold) !important;
    font-family: var(--rf-font-head);
    font-size: clamp(1.85rem, 3.2vw, 2.55rem);
    line-height: 1.05;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card {
    overflow: hidden;
    min-height: 520px !important;
    justify-content: flex-start !important;
    padding: 0 0 1.35rem !important;
    text-align: center;
    color: #fffaf0 !important;
    background: rgba(7, 16, 29, 0.76) !important;
    backdrop-filter: blur(10px);
  }

  body.masterclass-brochure-v2 .mcb-showcase-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-bottom: 1.05rem;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card > :not(img) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card span {
    color: rgba(255, 250, 240, 0.78) !important;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card h3 {
    margin: 0.35rem 1.25rem 0.45rem !important;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card em {
    display: block;
    min-height: 2.75em;
    color: rgba(255, 250, 240, 0.86);
    font-size: 0.94rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.35;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card p {
    min-height: 5.5em;
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card small {
    display: block;
    min-height: 2.8em;
    color: rgba(255, 250, 240, 0.72);
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card .mcb-btn {
    margin-top: auto;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card--personnel h3 {
    background: var(--mcb-gold-metal);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card--relationnel h3 {
    background: var(--mcb-burgundy-metal);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card--professionnel h3 {
    background: var(--mcb-silver-metal-night);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  body.masterclass-brochure-v2 .mcb-focus {
    position: relative;
    overflow: hidden;
    color: #fffaf0;
    background: #07101d !important;
  }

  body.masterclass-brochure-v2 .mcb-focus .mcb-container {
    position: relative;
    z-index: 1;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy {
    justify-content: center !important;
    color: #fffaf0 !important;
    background: rgba(7, 16, 29, 0.7) !important;
    backdrop-filter: blur(12px);
  }

  body.masterclass-brochure-v2.theme-day .mcb-focus__copy {
    background: rgba(7, 16, 29, 0.58) !important;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy .mcb-kicker {
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy h2 {
    color: #fffaf0 !important;
    font-size: clamp(2.35rem, 3.35vw, 3.2rem) !important;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy h2 span,
  body.masterclass-brochure-v2 .mcb-pricing-strip span {
    background: var(--mcb-gold-metal);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy h2 span {
    white-space: nowrap;
  }

  body.masterclass-brochure-v2 .mcb-focus--relationnel .mcb-focus__copy h2 span,
  body.masterclass-brochure-v2 .mcb-focus--relationnel .mcb-pricing-strip span {
    background: var(--mcb-burgundy-metal);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-focus--professionnel .mcb-focus__copy h2 span,
  body.masterclass-brochure-v2.theme-day .mcb-focus--professionnel .mcb-pricing-strip span {
    background: linear-gradient(135deg, #f3f6f9 0%, #9aa6b5 44%, #344050 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-focus--professionnel .mcb-focus__copy h2 span,
  body.masterclass-brochure-v2.theme-night .mcb-focus--professionnel .mcb-pricing-strip span {
    background: var(--mcb-silver-metal-night);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy p,
  body.masterclass-brochure-v2 .mcb-focus__copy li {
    color: rgba(255, 250, 240, 0.88) !important;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip--four {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip article {
    background: rgba(255, 250, 240, 0.08);
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip--four strong {
    font-size: clamp(0.9rem, 1.35vw, 1.12rem) !important;
    white-space: nowrap;
  }

  body.masterclass-brochure-v2 .mcb-focus .mcb-offer-note {
    color: #fffaf0 !important;
    background: rgba(217, 189, 120, 0.13);
  }

  body.masterclass-brochure-v2 .mcb-logbook-refonte .mcb-section-head {
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-logbook__media {
    position: relative;
    background: #07101d;
  }

  body.masterclass-brochure-v2 .mcb-logbook__media .mcb-theme-img {
    position: absolute !important;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  body.masterclass-brochure-v2 .mcb-logbook__subtitle {
    margin-top: -0.55rem !important;
    color: var(--rf-gold-2) !important;
    font-family: var(--rf-font-head);
    font-size: clamp(1.45rem, 2.6vw, 2.05rem);
    line-height: 1.05;
  }

  body.masterclass-brochure-v2 .mcb-effect-refonte {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    display: flex;
    align-items: center;
    color: #fffaf0;
  }

  body.masterclass-brochure-v2 .mcb-effect-refonte .mcb-container {
    position: relative;
    z-index: 1;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text article {
    justify-content: flex-start !important;
    overflow: hidden;
    min-height: 300px !important;
    padding: 0 0 1.15rem !important;
    background: rgba(255, 250, 240, 0.9) !important;
    color: var(--mcb-blue) !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-effect-grid--text article {
    background: rgba(8, 20, 38, 0.82) !important;
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin: 0 0 1rem;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text span {
    font-family: var(--rf-font-head);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    color: var(--rf-gold-2) !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text p {
    padding-inline: 0.95rem;
  }

  body.masterclass-brochure-v2 .mcb-recovery-subtitle {
    margin: 0 auto 1rem !important;
    color: var(--rf-gold) !important;
    font-family: var(--rf-font-head);
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    line-height: 1.05;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options article {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
  }

  body.masterclass-brochure-v2 .mcb-recovery-options strong {
    font-family: var(--rf-font-head);
    font-size: clamp(1.45rem, 2.3vw, 1.9rem);
  }

  body.masterclass-brochure-v2 .mcb-recovery-options span {
    padding-inline: 1rem;
    line-height: 1.55;
  }
}

@media screen and (max-width: 1080px) {
  body.masterclass-brochure-v2 .mcb-pricing-strip--four,
  body.masterclass-brochure-v2 .mcb-effect-grid--text {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 640px) {
  body.masterclass-brochure-v2 .mcb-hero h1 {
    white-space: normal !important;
    font-size: clamp(2.25rem, 10vw, 3rem) !important;
  }

  body.masterclass-brochure-v2 .mcb-hero--source,
  body.masterclass-brochure-v2 .mcb-hero__grid--solo {
    height: 680px !important;
    min-height: 680px !important;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center article,
  body.masterclass-brochure-v2 .mcb-method-grid article,
  body.masterclass-brochure-v2 .mcb-effect-grid--text article {
    min-height: auto !important;
  }

  body.masterclass-brochure-v2 .mcb-focus__copy h2 span {
    white-space: normal;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip--four {
    grid-template-columns: 1fr !important;
  }
}

/* Editorial A4 PDF system - 2026-06-18. */
.rf-pdf-editorial {
  display: none;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  body.rf-brochure--checkpoint > :not(.checkpoint-pdf),
  body.rf-brochure--masterclass > :not(.masterclass-pdf),
  body.rf-brochure--recovery > :not(.recovery-pdf) {
    display: none !important;
  }

  body.rf-brochure--checkpoint .checkpoint-pdf.rf-pdf-editorial,
  body.rf-brochure--masterclass .masterclass-pdf.rf-pdf-editorial,
  body.rf-brochure--recovery .recovery-pdf.rf-pdf-editorial {
    display: block !important;
    width: 210mm !important;
    margin: 0 !important;
    background: #f7f2e8 !important;
    color: #07101f !important;
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page,
  body.rf-brochure--masterclass .rf-pdf-page,
  body.rf-brochure--recovery .rf-pdf-page {
    position: relative !important;
    display: block !important;
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    padding: 16mm !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    page-break-after: always !important;
    break-after: page !important;
    background: #f7f2e8 !important;
    color: #07101f !important;
    isolation: isolate !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page:last-child,
  body.rf-brochure--masterclass .rf-pdf-page:last-child,
  body.rf-brochure--recovery .rf-pdf-page:last-child {
    page-break-after: auto !important;
    break-after: auto !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-cover::before,
  body.rf-brochure--masterclass .rf-pdf-cover::before,
  body.rf-brochure--recovery .rf-pdf-cover::before,
  body.rf-brochure--checkpoint .rf-pdf-page--visual::before,
  body.rf-brochure--masterclass .rf-pdf-page--visual::before,
  body.rf-brochure--recovery .rf-pdf-page--visual::before,
  body.rf-brochure--checkpoint .rf-pdf-side-visual::before,
  body.rf-brochure--masterclass .rf-pdf-side-visual::before,
  body.rf-brochure--recovery .rf-pdf-side-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--rf-pdf-bg);
    background-position: var(--rf-pdf-pos, center);
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(0.96) contrast(1.04);
  }

  body.rf-brochure--checkpoint .rf-pdf-cover::after,
  body.rf-brochure--masterclass .rf-pdf-cover::after,
  body.rf-brochure--recovery .rf-pdf-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(circle at 74% 22%, rgba(216, 178, 122, 0.18), transparent 32%),
      linear-gradient(90deg, rgba(5, 11, 20, 0.93) 0%, rgba(7, 16, 31, 0.7) 48%, rgba(7, 16, 31, 0.24) 100%),
      linear-gradient(180deg, rgba(5, 11, 20, 0.1), rgba(5, 11, 20, 0.62));
  }

  body.rf-brochure--checkpoint .rf-pdf-page--visual::after,
  body.rf-brochure--masterclass .rf-pdf-page--visual::after,
  body.rf-brochure--recovery .rf-pdf-page--visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.92), rgba(7, 16, 31, 0.72), rgba(7, 16, 31, 0.36)),
      linear-gradient(180deg, rgba(7, 16, 31, 0.18), rgba(7, 16, 31, 0.72));
  }

  body.rf-brochure--checkpoint .rf-pdf-cover__copy,
  body.rf-brochure--masterclass .rf-pdf-cover__copy,
  body.rf-brochure--recovery .rf-pdf-cover__copy {
    position: absolute;
    left: 16mm;
    bottom: 42mm;
    z-index: 1;
    max-width: 132mm;
    color: #fffaf0 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-cover__panel,
  body.rf-brochure--masterclass .rf-pdf-cover__panel,
  body.rf-brochure--recovery .rf-pdf-cover__panel {
    position: absolute;
    left: 16mm;
    right: 62mm;
    bottom: 17mm;
    z-index: 1;
    display: grid;
    gap: 2.5mm;
    padding: 6mm;
    border: 1px solid rgba(255, 250, 240, 0.28);
    background: rgba(5, 11, 20, 0.5);
    color: #fffaf0 !important;
    backdrop-filter: blur(14px);
  }

  body.rf-brochure--checkpoint .rf-pdf-logo,
  body.rf-brochure--masterclass .rf-pdf-logo,
  body.rf-brochure--recovery .rf-pdf-logo {
    position: absolute;
    right: 15mm;
    bottom: 15mm;
    z-index: 3;
    width: 14mm;
    height: auto;
    opacity: 0.92;
  }

  body.rf-brochure--checkpoint .rf-pdf-logo--white,
  body.rf-brochure--masterclass .rf-pdf-logo--white,
  body.rf-brochure--recovery .rf-pdf-logo--white {
    width: 16mm;
    opacity: 0.95;
  }

  body.rf-brochure--checkpoint .rf-pdf-kicker,
  body.rf-brochure--masterclass .rf-pdf-kicker,
  body.rf-brochure--recovery .rf-pdf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 3mm;
    color: #c79b45 !important;
    font-size: 8pt !important;
    font-weight: 850 !important;
    letter-spacing: 0.16em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-kicker::before,
  body.rf-brochure--masterclass .rf-pdf-kicker::before,
  body.rf-brochure--recovery .rf-pdf-kicker::before {
    content: "";
    width: 18mm;
    height: 1px;
    background: currentColor;
  }

  body.rf-brochure--checkpoint .rf-pdf-page h1,
  body.rf-brochure--checkpoint .rf-pdf-page .rf-pdf-cover-title,
  body.rf-brochure--checkpoint .rf-pdf-page h2,
  body.rf-brochure--checkpoint .rf-pdf-page h3,
  body.rf-brochure--masterclass .rf-pdf-page h1,
  body.rf-brochure--masterclass .rf-pdf-page .rf-pdf-cover-title,
  body.rf-brochure--masterclass .rf-pdf-page h2,
  body.rf-brochure--masterclass .rf-pdf-page h3,
  body.rf-brochure--recovery .rf-pdf-page h1,
  body.rf-brochure--recovery .rf-pdf-page .rf-pdf-cover-title,
  body.rf-brochure--recovery .rf-pdf-page h2,
  body.rf-brochure--recovery .rf-pdf-page h3 {
    margin: 0 !important;
    color: inherit !important;
    font-family: var(--rf-font-head, "Cormorant Garamond", serif) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page h1,
  body.rf-brochure--checkpoint .rf-pdf-page .rf-pdf-cover-title,
  body.rf-brochure--masterclass .rf-pdf-page h1,
  body.rf-brochure--masterclass .rf-pdf-page .rf-pdf-cover-title,
  body.rf-brochure--recovery .rf-pdf-page h1,
  body.rf-brochure--recovery .rf-pdf-page .rf-pdf-cover-title {
    margin-top: 8mm !important;
    color: #fffaf0 !important;
    font-size: 55pt !important;
    line-height: 0.92 !important;
    text-shadow: 0 14px 38px rgba(5, 11, 20, 0.72);
  }

  body.rf-brochure--checkpoint .rf-pdf-page h2,
  body.rf-brochure--masterclass .rf-pdf-page h2,
  body.rf-brochure--recovery .rf-pdf-page h2 {
    max-width: 156mm;
    margin-top: 6mm !important;
    font-size: 35pt !important;
    line-height: 0.98 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page h3,
  body.rf-brochure--masterclass .rf-pdf-page h3,
  body.rf-brochure--recovery .rf-pdf-page h3 {
    font-size: 18pt !important;
    line-height: 1 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page p,
  body.rf-brochure--checkpoint .rf-pdf-page span,
  body.rf-brochure--checkpoint .rf-pdf-page small,
  body.rf-brochure--masterclass .rf-pdf-page p,
  body.rf-brochure--masterclass .rf-pdf-page span,
  body.rf-brochure--masterclass .rf-pdf-page small,
  body.rf-brochure--recovery .rf-pdf-page p,
  body.rf-brochure--recovery .rf-pdf-page span,
  body.rf-brochure--recovery .rf-pdf-page small {
    font-size: 9.3pt !important;
    line-height: 1.42 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-cover__copy p,
  body.rf-brochure--masterclass .rf-pdf-cover__copy p,
  body.rf-brochure--recovery .rf-pdf-cover__copy p {
    max-width: 108mm;
    margin: 6mm 0 0 !important;
    color: rgba(255, 250, 240, 0.88) !important;
    font-size: 17pt !important;
    line-height: 1.16 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-cover__panel strong,
  body.rf-brochure--masterclass .rf-pdf-cover__panel strong,
  body.rf-brochure--recovery .rf-pdf-cover__panel strong {
    color: #d8b27a !important;
    font-size: 12pt !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.rf-brochure--checkpoint .rf-pdf-page__head,
  body.rf-brochure--masterclass .rf-pdf-page__head,
  body.rf-brochure--recovery .rf-pdf-page__head {
    position: relative;
    z-index: 1;
    max-width: 164mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-page__head p,
  body.rf-brochure--masterclass .rf-pdf-page__head p,
  body.rf-brochure--recovery .rf-pdf-page__head p {
    max-width: 128mm;
    margin: 5mm 0 0 !important;
    color: rgba(7, 16, 31, 0.75) !important;
    font-size: 11pt !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page--visual,
  body.rf-brochure--masterclass .rf-pdf-page--visual,
  body.rf-brochure--recovery .rf-pdf-page--visual {
    color: #fffaf0 !important;
    background: #07101f !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page--visual .rf-pdf-page__head p,
  body.rf-brochure--masterclass .rf-pdf-page--visual .rf-pdf-page__head p,
  body.rf-brochure--recovery .rf-pdf-page--visual .rf-pdf-page__head p {
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-stat,
  body.rf-brochure--masterclass .rf-pdf-stat,
  body.rf-brochure--recovery .rf-pdf-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8mm;
    align-items: center;
    margin-top: 10mm;
    padding: 7mm 8mm;
    border: 1px solid rgba(184, 148, 85, 0.32);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 8mm 24mm rgba(7, 16, 31, 0.06);
  }

  body.rf-brochure--checkpoint .rf-pdf-stat strong,
  body.rf-brochure--masterclass .rf-pdf-stat strong,
  body.rf-brochure--recovery .rf-pdf-stat strong {
    color: #b8904f !important;
    font-family: var(--rf-font-head, "Cormorant Garamond", serif) !important;
    font-size: 58pt !important;
    font-weight: 300 !important;
    line-height: 0.9 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-methodline,
  body.rf-brochure--masterclass .rf-pdf-methodline,
  body.rf-brochure--recovery .rf-pdf-methodline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4mm;
    margin-top: 9mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-methodline article,
  body.rf-brochure--masterclass .rf-pdf-methodline article,
  body.rf-brochure--recovery .rf-pdf-methodline article,
  body.rf-brochure--checkpoint .rf-pdf-card,
  body.rf-brochure--masterclass .rf-pdf-card,
  body.rf-brochure--recovery .rf-pdf-card,
  body.rf-brochure--checkpoint .rf-pdf-grid article,
  body.rf-brochure--masterclass .rf-pdf-grid article,
  body.rf-brochure--recovery .rf-pdf-grid article,
  body.rf-brochure--checkpoint .rf-pdf-cta,
  body.rf-brochure--masterclass .rf-pdf-cta,
  body.rf-brochure--recovery .rf-pdf-cta {
    border: 1px solid rgba(184, 148, 85, 0.34);
    background: rgba(255, 250, 240, 0.91);
    box-shadow: 0 8mm 20mm rgba(7, 16, 31, 0.08);
  }

  body.rf-brochure--checkpoint .rf-pdf-methodline article,
  body.rf-brochure--masterclass .rf-pdf-methodline article,
  body.rf-brochure--recovery .rf-pdf-methodline article,
  body.rf-brochure--checkpoint .rf-pdf-grid article,
  body.rf-brochure--masterclass .rf-pdf-grid article,
  body.rf-brochure--recovery .rf-pdf-grid article {
    padding: 5mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-methodline span,
  body.rf-brochure--masterclass .rf-pdf-methodline span,
  body.rf-brochure--recovery .rf-pdf-methodline span,
  body.rf-brochure--checkpoint .rf-pdf-grid article > span,
  body.rf-brochure--masterclass .rf-pdf-grid article > span,
  body.rf-brochure--recovery .rf-pdf-grid article > span {
    display: block;
    color: #b8904f !important;
    font-size: 7.2pt !important;
    font-weight: 900 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase;
  }

  body.rf-brochure--checkpoint .rf-pdf-methodline strong,
  body.rf-brochure--masterclass .rf-pdf-methodline strong,
  body.rf-brochure--recovery .rf-pdf-methodline strong,
  body.rf-brochure--checkpoint .rf-pdf-grid strong,
  body.rf-brochure--masterclass .rf-pdf-grid strong,
  body.rf-brochure--recovery .rf-pdf-grid strong {
    display: block;
    margin-top: 2.4mm;
    color: #07101f !important;
    font-family: var(--rf-font-head, "Cormorant Garamond", serif) !important;
    font-size: 16pt !important;
    font-weight: 500 !important;
    line-height: 1.02 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-methodline p,
  body.rf-brochure--masterclass .rf-pdf-methodline p,
  body.rf-brochure--recovery .rf-pdf-methodline p,
  body.rf-brochure--checkpoint .rf-pdf-grid p,
  body.rf-brochure--masterclass .rf-pdf-grid p,
  body.rf-brochure--recovery .rf-pdf-grid p {
    margin: 2.8mm 0 0 !important;
    color: rgba(7, 16, 31, 0.72) !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-grid,
  body.rf-brochure--masterclass .rf-pdf-grid,
  body.rf-brochure--recovery .rf-pdf-grid {
    display: grid;
    gap: 5mm;
    margin-top: 9mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-grid--2,
  body.rf-brochure--masterclass .rf-pdf-grid--2,
  body.rf-brochure--recovery .rf-pdf-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rf-brochure--checkpoint .rf-pdf-grid--3,
  body.rf-brochure--masterclass .rf-pdf-grid--3,
  body.rf-brochure--recovery .rf-pdf-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.rf-brochure--checkpoint .rf-pdf-page--visual .rf-pdf-grid article,
  body.rf-brochure--masterclass .rf-pdf-page--visual .rf-pdf-grid article,
  body.rf-brochure--recovery .rf-pdf-page--visual .rf-pdf-grid article {
    background: rgba(7, 16, 31, 0.68) !important;
    border-color: rgba(255, 250, 240, 0.22);
  }

  body.rf-brochure--checkpoint .rf-pdf-page--visual .rf-pdf-grid :is(strong, h3),
  body.rf-brochure--masterclass .rf-pdf-page--visual .rf-pdf-grid :is(strong, h3),
  body.rf-brochure--recovery .rf-pdf-page--visual .rf-pdf-grid :is(strong, h3) {
    color: #fffaf0 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page--visual .rf-pdf-grid p,
  body.rf-brochure--checkpoint .rf-pdf-page--visual .rf-pdf-grid small,
  body.rf-brochure--masterclass .rf-pdf-page--visual .rf-pdf-grid p,
  body.rf-brochure--masterclass .rf-pdf-page--visual .rf-pdf-grid small,
  body.rf-brochure--recovery .rf-pdf-page--visual .rf-pdf-grid p,
  body.rf-brochure--recovery .rf-pdf-page--visual .rf-pdf-grid small {
    color: rgba(255, 250, 240, 0.76) !important;
  }

  body.rf-brochure--masterclass .rf-pdf-card--personnel {
    border-top: 3mm solid #d8b27a !important;
  }

  body.rf-brochure--masterclass .rf-pdf-card--relationnel {
    border-top: 3mm solid #7d1f32 !important;
  }

  body.rf-brochure--masterclass .rf-pdf-card--professionnel {
    border-top: 3mm solid #b7bec9 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-card--gold,
  body.rf-brochure--masterclass .rf-pdf-card--gold,
  body.rf-brochure--recovery .rf-pdf-card--gold {
    background: linear-gradient(135deg, #e6ca95, #d8b27a) !important;
    color: #07101f !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-prices strong,
  body.rf-brochure--masterclass .rf-pdf-prices strong,
  body.rf-brochure--recovery .rf-pdf-prices strong {
    font-size: 21pt !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-prices small,
  body.rf-brochure--masterclass .rf-pdf-prices small,
  body.rf-brochure--recovery .rf-pdf-prices small {
    display: block;
    margin-top: 3mm;
    color: rgba(7, 16, 31, 0.7) !important;
    font-size: 7.6pt !important;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.rf-brochure--checkpoint .rf-pdf-page--visual .rf-pdf-prices small,
  body.rf-brochure--masterclass .rf-pdf-page--visual .rf-pdf-prices small,
  body.rf-brochure--recovery .rf-pdf-page--visual .rf-pdf-prices small {
    color: rgba(216, 178, 122, 0.9) !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-image-row,
  body.rf-brochure--masterclass .rf-pdf-image-row,
  body.rf-brochure--recovery .rf-pdf-image-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4mm;
    margin-top: 9mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-image-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rf-brochure--checkpoint .rf-pdf-image-row img,
  body.rf-brochure--masterclass .rf-pdf-image-row img,
  body.rf-brochure--recovery .rf-pdf-image-row img {
    display: block;
    width: 100%;
    height: 40mm;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(184, 148, 85, 0.28);
    box-shadow: 0 8mm 20mm rgba(7, 16, 31, 0.1);
  }

  body.rf-brochure--recovery .rf-pdf-image-row--compact img {
    height: 34mm;
  }

  body.rf-brochure--checkpoint blockquote,
  body.rf-brochure--masterclass blockquote,
  body.rf-brochure--recovery blockquote {
    margin: 9mm 0 0;
    padding: 6mm 8mm;
    border-left: 1.2mm solid #d8b27a;
    background: rgba(255, 255, 255, 0.68);
    color: rgba(7, 16, 31, 0.78);
    font-family: var(--rf-font-head, "Cormorant Garamond", serif);
    font-size: 17pt;
    line-height: 1.18;
  }

  body.rf-brochure--checkpoint .rf-pdf-page--split,
  body.rf-brochure--masterclass .rf-pdf-page--split,
  body.rf-brochure--recovery .rf-pdf-page--split {
    display: grid !important;
    grid-template-columns: 74mm 1fr;
    gap: 0;
    padding: 0 !important;
    background: #f7f2e8 !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-side-visual,
  body.rf-brochure--masterclass .rf-pdf-side-visual,
  body.rf-brochure--recovery .rf-pdf-side-visual {
    position: relative;
    min-height: 297mm;
    overflow: hidden;
    background: #07101f;
  }

  body.rf-brochure--checkpoint .rf-pdf-side-visual::after,
  body.rf-brochure--masterclass .rf-pdf-side-visual::after,
  body.rf-brochure--recovery .rf-pdf-side-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(180deg, rgba(5, 11, 20, 0.05), rgba(5, 11, 20, 0.18)),
      linear-gradient(90deg, transparent 0%, rgba(7, 16, 31, 0.18) 100%);
  }

  body.rf-brochure--checkpoint .rf-pdf-side-copy,
  body.rf-brochure--masterclass .rf-pdf-side-copy,
  body.rf-brochure--recovery .rf-pdf-side-copy {
    padding: 17mm 15mm 20mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-mini,
  body.rf-brochure--masterclass .rf-pdf-mini,
  body.rf-brochure--recovery .rf-pdf-mini {
    gap: 3.8mm;
    margin-top: 7mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-mini article,
  body.rf-brochure--masterclass .rf-pdf-mini article,
  body.rf-brochure--recovery .rf-pdf-mini article {
    padding: 4.2mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-mini strong,
  body.rf-brochure--masterclass .rf-pdf-mini strong,
  body.rf-brochure--recovery .rf-pdf-mini strong {
    font-size: 14.2pt !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-side-copy > p,
  body.rf-brochure--masterclass .rf-pdf-side-copy > p,
  body.rf-brochure--recovery .rf-pdf-side-copy > p {
    max-width: 100mm;
    margin: 5mm 0 0 !important;
    color: rgba(7, 16, 31, 0.74) !important;
    font-size: 10.5pt !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-cta,
  body.rf-brochure--masterclass .rf-pdf-cta,
  body.rf-brochure--recovery .rf-pdf-cta {
    margin-top: 8mm;
    padding: 6mm;
  }

  body.rf-brochure--checkpoint .rf-pdf-cta strong,
  body.rf-brochure--masterclass .rf-pdf-cta strong,
  body.rf-brochure--recovery .rf-pdf-cta strong {
    display: block;
    color: #b8904f !important;
    font-size: 9pt !important;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.rf-brochure--checkpoint .rf-pdf-cta p,
  body.rf-brochure--masterclass .rf-pdf-cta p,
  body.rf-brochure--recovery .rf-pdf-cta p {
    margin: 3mm 0 0 !important;
    color: rgba(7, 16, 31, 0.76) !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-cta span,
  body.rf-brochure--masterclass .rf-pdf-cta span,
  body.rf-brochure--recovery .rf-pdf-cta span,
  body.rf-brochure--checkpoint .rf-pdf-linkbar,
  body.rf-brochure--masterclass .rf-pdf-linkbar,
  body.rf-brochure--recovery .rf-pdf-linkbar {
    display: block;
    margin-top: 4mm;
    color: #8d6f2d !important;
    font-size: 7.5pt !important;
    font-weight: 850;
    letter-spacing: 0.04em;
  }

  body.rf-brochure--checkpoint .rf-pdf-linkbar,
  body.rf-brochure--masterclass .rf-pdf-linkbar,
  body.rf-brochure--recovery .rf-pdf-linkbar {
    position: relative;
    z-index: 1;
    padding-top: 6mm;
    color: rgba(216, 178, 122, 0.96) !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-side-visual,
  body.rf-brochure--masterclass .rf-pdf-side-visual,
  body.rf-brochure--recovery .rf-pdf-side-visual {
    background-image: var(--rf-pdf-bg) !important;
    background-position: var(--rf-pdf-pos, center) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-side-visual::before,
  body.rf-brochure--masterclass .rf-pdf-side-visual::before,
  body.rf-brochure--recovery .rf-pdf-side-visual::before {
    display: none !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-cover,
  body.rf-brochure--masterclass .rf-pdf-cover,
  body.rf-brochure--recovery .rf-pdf-cover,
  body.rf-brochure--checkpoint .rf-pdf-page--visual,
  body.rf-brochure--masterclass .rf-pdf-page--visual,
  body.rf-brochure--recovery .rf-pdf-page--visual {
    background-image: var(--rf-pdf-bg) !important;
    background-position: var(--rf-pdf-pos, center) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-cover::before,
  body.rf-brochure--masterclass .rf-pdf-cover::before,
  body.rf-brochure--recovery .rf-pdf-cover::before,
  body.rf-brochure--checkpoint .rf-pdf-page--visual::before,
  body.rf-brochure--masterclass .rf-pdf-page--visual::before,
  body.rf-brochure--recovery .rf-pdf-page--visual::before {
    display: none !important;
  }

  body.rf-brochure--checkpoint .rf-pdf-page--visual::after {
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.88), rgba(7, 16, 31, 0.66), rgba(7, 16, 31, 0.28)),
      linear-gradient(180deg, rgba(7, 16, 31, 0.12), rgba(7, 16, 31, 0.58)) !important;
  }
}

/* Brochure Checkpoint digitale - ajustements éditoriaux et visuels 2026-06-18. */
@media screen {
  body.checkpoint-brochure-refonte .cpb-hero {
    min-height: clamp(680px, 88vh, 860px) !important;
    padding-block: clamp(5.8rem, 9vw, 7.4rem) clamp(3.4rem, 5vw, 4.6rem) !important;
  }

  body.checkpoint-brochure-refonte .cpb-hero__image {
    object-fit: cover;
  }

  body.checkpoint-brochure-refonte .cpb-hero__image.cpb-theme-img--day {
    object-position: center center !important;
  }

  body.checkpoint-brochure-refonte .cpb-section {
    padding-block: clamp(3.1rem, 5.5vw, 4.9rem) !important;
  }

  body.checkpoint-brochure-refonte .cpb-section--photo {
    min-height: clamp(610px, 82vh, 760px) !important;
  }

  body.checkpoint-brochure-refonte .cpb-section-head--center {
    margin-bottom: clamp(1.25rem, 2.9vw, 2.2rem) !important;
  }

  body.checkpoint-brochure-refonte .cpb-section-head--center .cpb-kicker {
    margin-bottom: 0.5rem !important;
  }

  body.checkpoint-brochure-v2.checkpoint-brochure-refonte .cpb-section-head .cpb-section-subtitle {
    max-width: 860px !important;
    margin: 0 auto 0.75rem !important;
    color: var(--rf-gold-2) !important;
    font-family: var(--rf-font-head) !important;
    font-size: clamp(1.85rem, 2.7vw, 2.65rem) !important;
    font-weight: 400;
    line-height: 1.04 !important;
    text-align: center;
  }

  body.checkpoint-brochure-v2.checkpoint-brochure-refonte.theme-night .cpb-section-head .cpb-section-subtitle {
    color: var(--rf-gold) !important;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article {
    --cpb-method-media-height: clamp(118px, 9vw, 129px);
    display: grid !important;
    grid-template-rows: calc(var(--cpb-method-media-height) + 15.2px) 1.5rem 3rem 9.8rem auto !important;
    align-items: start;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article::before {
    grid-row: 1;
    height: var(--cpb-method-media-height) !important;
    aspect-ratio: auto !important;
    margin-bottom: 15.2px !important;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article > span {
    grid-row: 2;
    display: grid;
    place-items: center;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article > h3 {
    grid-row: 3;
    display: grid;
    place-items: center;
    min-height: 3rem;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article > p {
    grid-row: 4;
    display: block;
    margin: 0 !important;
    padding: 0.35rem 0 0 !important;
    min-height: 9.8rem !important;
  }

  body.checkpoint-brochure-refonte .cpb-deliverable {
    grid-row: 5;
    align-self: start;
    margin-top: 0 !important;
  }

  body.checkpoint-brochure-refonte .cpb-offer-grid--aligned .cpb-offer-card {
    grid-template-rows: 214px 1.95rem 3.1rem 2.65rem 4.8rem minmax(7.65rem, auto) minmax(11.65rem, auto) auto !important;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card strong {
    display: grid !important;
    place-items: center !important;
    min-height: 4.6rem;
    text-align: center;
  }

  body.checkpoint-brochure-refonte .cpb-price-prefix {
    display: block;
    margin-bottom: 0.28rem;
    color: rgba(8, 20, 38, 0.62);
    font-family: var(--rf-font-body);
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card p {
    display: block !important;
    text-align: left !important;
  }

  body.checkpoint-brochure-refonte .cpb-offer-card ul {
    text-align: left !important;
  }

  body.checkpoint-brochure-refonte.theme-night #offres .cpb-price-prefix {
    color: rgba(255, 250, 240, 0.58) !important;
  }

  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(1) {
    --cpb-card-image: url("../img/checkpoint-classique-livrable-01-bilan-consultation-20260606.jpg");
  }

  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(2) {
    --cpb-card-image: url("../img/checkpoint-classique-livrable-03-boussole-consultation-20260606.jpg");
  }

  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(3) {
    --cpb-card-image: url("../img/checkpoint-premium-livrable-03-boussole-impact-20260605-v2.jpg");
  }

  body.checkpoint-brochure-refonte .cpb-result-grid article:nth-child(4) {
    --cpb-card-image: url("../img/checkpoint-premium-livrable-04-cap90-business-20260606-v3.jpg");
  }

  body.checkpoint-brochure-refonte .cpb-result-grid article {
    min-height: 390px !important;
  }

  body.checkpoint-brochure-refonte #comparatif {
    color: #081426 !important;
    background: #fffaf0 !important;
  }

  body.checkpoint-brochure-refonte #comparatif::before {
    display: none !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-section-head :is(h2, p) {
    color: #081426 !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-section-head .cpb-section-subtitle {
    color: var(--rf-gold-2) !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-wrap,
  body.checkpoint-brochure-refonte #comparatif .cpb-compare-table {
    background: rgba(255, 250, 240, 0.98) !important;
  }

  body.checkpoint-brochure-refonte #comparatif .cpb-compare-wrap::before {
    display: none !important;
  }

  body.checkpoint-brochure-refonte.theme-night #comparatif {
    color: #fffaf0 !important;
    background: #07101d !important;
  }

  body.checkpoint-brochure-refonte.theme-night #comparatif .cpb-section-head :is(h2, p) {
    color: #fffaf0 !important;
  }

  body.checkpoint-brochure-refonte.theme-night #comparatif .cpb-section-head .cpb-section-subtitle {
    color: var(--rf-gold) !important;
  }

  body.checkpoint-brochure-refonte .cpb-final--checkpoint p {
    max-width: 920px !important;
  }

  body.checkpoint-brochure-refonte .cpb-final--checkpoint .cpb-container {
    transform: translateY(clamp(2.4rem, 7vh, 4.8rem));
  }
}

@media screen and (max-width: 760px) {
  body.checkpoint-brochure-refonte .cpb-hero {
    min-height: 760px !important;
  }

  body.checkpoint-brochure-refonte .cpb-section--photo {
    min-height: auto !important;
  }

  body.checkpoint-brochure-refonte .cpb-method-grid article {
    --cpb-method-media-height: auto;
    grid-template-rows: auto auto auto auto auto !important;
  }
}

/* Brochure Masterclass digitale - ajustements éditoriaux et visuels 2026-06-18. */
@media screen {
  body.masterclass-brochure-v2 .mcb-problem-lead {
    max-width: 980px !important;
    margin-inline: auto;
    text-align: justify;
    text-align-last: center;
  }

  body.masterclass-brochure-v2 .mcb-problem-lead span {
    display: block;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center article {
    min-height: 450px !important;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center p {
    text-align: left !important;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center p strong {
    display: block;
    margin-top: 0.72rem;
    color: #8d6f2d;
    font-weight: 850;
    line-height: 1.45;
  }

  body.masterclass-brochure-v2.theme-night .mcb-cost-grid--center p strong {
    color: var(--rf-gold-2);
  }

  body.masterclass-brochure-v2 .mcb-method-refonte {
    background: #081d3a !important;
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2 .mcb-method-refonte .mcb-section-head :is(h2, p),
  body.masterclass-brochure-v2 .mcb-method-refonte .mcb-kicker {
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2 .mcb-method-refonte .mcb-method-grid article {
    border-color: rgba(217, 189, 120, 0.3) !important;
    background: rgba(7, 16, 29, 0.58) !important;
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-grid article,
  body.masterclass-brochure-v2.theme-night .mcb-method-refonte .mcb-method-grid article {
    border-color: rgba(217, 189, 120, 0.3) !important;
    background: rgba(7, 16, 29, 0.58) !important;
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2 .mcb-method-refonte .mcb-method-grid p {
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-grid p,
  body.masterclass-brochure-v2.theme-night .mcb-method-refonte .mcb-method-grid p {
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.masterclass-brochure-v2 .mcb-method-objective {
    display: block;
    margin-top: 0.8rem;
    color: var(--rf-gold-2);
    font-size: 0.86rem;
    font-weight: 780;
    line-height: 1.45;
  }

  body.masterclass-brochure-v2 .mcb-programme-subtitle {
    color: var(--rf-gold-2) !important;
  }

  body.masterclass-brochure-v2 .mcb-programme .mcb-section-head p.mcb-programme-subtitle {
    color: var(--rf-gold-2) !important;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card h3 {
    font-size: clamp(1.24rem, 1.5vw, 1.55rem) !important;
    line-height: 1.05 !important;
    white-space: nowrap;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card em {
    min-height: 3.25em;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card p {
    min-height: 6.2em;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip--three {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip--three article {
    display: grid;
    min-height: 116px;
    place-items: center;
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip--three strong {
    font-size: clamp(0.84rem, 1.1vw, 1rem) !important;
    line-height: 1.08 !important;
    text-align: center;
    white-space: nowrap;
  }

  body.masterclass-brochure-v2 .mcb-effect-refonte {
    display: block !important;
    min-height: 0 !important;
    color: #081426 !important;
    background: #fffaf0 !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-effect-refonte {
    color: #fffaf0 !important;
    background: #07101d !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-refonte .mcb-section-bg,
  body.masterclass-brochure-v2 .mcb-effect-refonte .mcb-section-shade {
    display: none !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-refonte .mcb-section-head :is(h2, p) {
    color: #081426 !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-effect-refonte .mcb-section-head :is(h2, p) {
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text article {
    min-height: 520px !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text img {
    aspect-ratio: 16 / 9 !important;
    object-position: center center;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text p {
    text-align: left !important;
  }

  body.masterclass-brochure-v2 .mcb-recovery-subtitle {
    color: var(--rf-gold-2) !important;
  }

  body.masterclass-brochure-v2 .mcb-recovery-close .mcb-section-head p.mcb-recovery-subtitle {
    color: var(--rf-gold-2) !important;
  }
}

@media screen and (max-width: 1080px) {
  body.masterclass-brochure-v2 .mcb-pricing-strip--three,
  body.masterclass-brochure-v2 .mcb-effect-grid--text {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 720px) {
  body.masterclass-brochure-v2 .mcb-problem-lead {
    text-align: center;
  }

  body.masterclass-brochure-v2 .mcb-showcase-card h3 {
    white-space: normal;
  }

  body.masterclass-brochure-v2 .mcb-pricing-strip--three,
  body.masterclass-brochure-v2 .mcb-effect-grid--text {
    grid-template-columns: 1fr !important;
  }
}

/* Brochure Masterclass - corrections contenu et contraste 2026-06-18. */
@media screen {
  body.masterclass-brochure-v2 .mcb-cost-grid--center article {
    min-height: 390px !important;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid.mcb-cost-grid--center article > span {
    color: var(--rf-gold-2) !important;
    font-family: var(--rf-font-head) !important;
    font-size: clamp(1.36rem, 1.95vw, 1.78rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    line-height: 1 !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-cost-grid.mcb-cost-grid--center article > span {
    color: var(--rf-gold) !important;
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center p {
    font-size: clamp(0.94rem, calc(0.62vw + 0.82rem), 1.04rem) !important;
    line-height: 1.52 !important;
  }

  body.masterclass-brochure-v2 .mcb-consequence {
    display: block;
    margin-top: 0.68rem;
    color: rgba(8, 20, 38, 0.64);
    font-size: inherit !important;
    line-height: inherit !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-consequence {
    color: rgba(255, 250, 240, 0.68);
  }

  body.masterclass-brochure-v2 .mcb-cost-grid--center p .mcb-consequence strong {
    display: inline;
    margin: 0;
    color: var(--rf-gold-2) !important;
    font-family: inherit !important;
    font-size: inherit;
    font-weight: 760;
    line-height: inherit;
  }

  body.masterclass-brochure-v2.theme-night .mcb-cost-grid--center p .mcb-consequence strong {
    color: var(--rf-gold) !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte {
    background: var(--rf-cream) !important;
    color: var(--rf-ink) !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-method-refonte {
    background: var(--rf-night) !important;
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-section-head :is(h2, p) {
    color: var(--rf-ink) !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-method-refonte .mcb-section-head :is(h2, p) {
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-grid article {
    border-color: rgba(185, 151, 77, 0.28) !important;
    background: rgba(255, 255, 255, 0.78) !important;
    color: var(--rf-ink) !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-method-refonte .mcb-method-grid article {
    border-color: rgba(217, 189, 120, 0.3) !important;
    background: rgba(7, 16, 29, 0.58) !important;
    color: #fffaf0 !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-grid p,
  body.masterclass-brochure-v2.theme-day .mcb-method-refonte .mcb-method-objective {
    color: rgba(8, 20, 38, 0.76) !important;
    font-size: clamp(0.94rem, calc(0.62vw + 0.82rem), 1.04rem) !important;
    line-height: 1.52 !important;
    font-weight: 400 !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-method-refonte .mcb-method-grid p,
  body.masterclass-brochure-v2.theme-night .mcb-method-refonte .mcb-method-objective {
    color: rgba(255, 250, 240, 0.82) !important;
    font-size: clamp(0.94rem, calc(0.62vw + 0.82rem), 1.04rem) !important;
    line-height: 1.52 !important;
    font-weight: 400 !important;
  }

  body.masterclass-brochure-v2 .mcb-method-refonte .mcb-method-grid article p {
    text-align: left !important;
  }

  body.masterclass-brochure-v2 .mcb-method-objective {
    display: block !important;
    width: 100%;
    margin-top: 0.72rem !important;
    text-align: left !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 400 !important;
  }

  body.masterclass-brochure-v2 .mcb-method-objective strong {
    color: var(--rf-gold-2) !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 760 !important;
  }

  body.masterclass-brochure-v2.theme-night .mcb-method-objective strong {
    color: var(--rf-gold) !important;
  }

  body.masterclass-brochure-v2 .mcb-programme-subtitle {
    font-size: clamp(1.12rem, calc(0.4vw + 1.02rem), 1.32rem) !important;
    line-height: 1.18 !important;
  }

  body.masterclass-brochure-v2 .mcb-programme .mcb-section-head p.mcb-programme-subtitle {
    font-size: clamp(1.2rem, calc(0.45vw + 1.05rem), 1.38rem) !important;
    line-height: 1.18 !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-programme .mcb-showcase-card {
    background: rgba(255, 250, 240, 0.9) !important;
    color: var(--rf-ink) !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-programme .mcb-showcase-card :is(p, small) {
    color: rgba(8, 20, 38, 0.74) !important;
  }

  body.masterclass-brochure-v2.theme-day .mcb-programme .mcb-showcase-card em {
    color: var(--rf-ink) !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text article {
    display: grid !important;
    grid-template-rows: auto auto minmax(3.2em, auto) auto;
    align-content: start;
    min-height: 455px !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text span {
    width: auto !important;
    margin-inline: 1rem !important;
    box-sizing: border-box;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text p {
    min-height: 3.4em;
    margin-bottom: 0.8rem !important;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text ul {
    align-self: start;
    display: grid;
    gap: 0.44rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(8, 20, 38, 0.7);
    font-size: 0.9rem;
    line-height: 1.38;
    text-align: left;
  }

  body.masterclass-brochure-v2.theme-night .mcb-effect-grid--text ul {
    color: rgba(255, 250, 240, 0.74);
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text li {
    position: relative;
    padding-left: 1rem;
  }

  body.masterclass-brochure-v2 .mcb-effect-grid--text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: var(--rf-gold-2);
  }

  body.masterclass-brochure-v2.theme-night .mcb-effect-grid--text li::before {
    background: var(--rf-gold);
  }

  body.masterclass-brochure-v2 .mcb-final-watermark {
    position: absolute;
    right: clamp(24px, 3vw, 54px);
    bottom: clamp(22px, 3.2vw, 50px);
    z-index: 2;
    width: clamp(44px, 4.4vw, 70px);
    height: auto;
    opacity: 0.22;
    pointer-events: none;
    filter: drop-shadow(0 14px 28px rgba(5, 11, 20, 0.58));
  }

  body.rf-brochure--masterclass .masterclass-digital > .mcb-final-refonte > .mcb-container::after {
    display: none !important;
  }

  body.rf-brochure--masterclass .masterclass-digital > .mcb-final-refonte::after {
    display: none !important;
    content: none !important;
  }
}

/* Recovery PDF paysage - chaque section digitale devient une page A4. */
@media print {
  @page recovery-digital-landscape {
    size: A4 landscape;
    margin: 0;
  }

  body.rf-brochure--recovery {
    width: 297mm !important;
    margin: 0 !important;
    background: #07101f !important;
    color: #fffaf0 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body.rf-brochure--recovery .rf-print-actions,
  body.rf-brochure--recovery .recovery-pdf,
  body.rf-brochure--recovery main.recovery-pdf.rf-pdf-editorial,
  body.rf-brochure--recovery .recovery-screen-footer {
    display: none !important;
  }

  body.rf-brochure--recovery .recovery-digital,
  body.rf-brochure--recovery main.recovery-digital {
    display: block !important;
    width: 297mm !important;
    margin: 0 !important;
    background: #07101f !important;
    color: #fffaf0 !important;
  }

  body.rf-brochure--recovery .recovery-digital > section {
    page: recovery-digital-landscape;
    position: relative !important;
    display: grid !important;
    align-items: center !important;
    width: 297mm !important;
    height: 210mm !important;
    min-height: 210mm !important;
    margin: 0 !important;
    padding: 13mm 16mm !important;
    overflow: hidden !important;
    page-break-after: always !important;
    break-after: page !important;
    box-sizing: border-box !important;
    isolation: isolate !important;
    background: #07101f !important;
    color: #fffaf0 !important;
  }

  body.rf-brochure--recovery .recovery-digital > section:last-child {
    page-break-after: auto !important;
    break-after: auto !important;
  }

  body.rf-brochure--recovery .recovery-digital .rf-container {
    position: relative !important;
    z-index: 4 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

  body.rf-brochure--recovery .recovery-digital > section:not(.recovery-hero) > .rf-container::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -9mm !important;
    width: 14mm !important;
    height: 14mm !important;
    background: url("../assets/visuals-v2/rayflections-logo-gold.png") center / contain no-repeat !important;
    opacity: 0.72 !important;
    pointer-events: none !important;
  }

  body.rf-brochure--recovery .rf-hero-img,
  body.rf-brochure--recovery .recovery-section-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: -3 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body.rf-brochure--recovery.theme-day .rf-theme-img--day,
  body.rf-brochure--recovery.theme-night .rf-theme-img--night {
    opacity: 1 !important;
  }

  body.rf-brochure--recovery.theme-day .rf-theme-img--night,
  body.rf-brochure--recovery.theme-night .rf-theme-img--day {
    opacity: 0 !important;
  }

  body.rf-brochure--recovery .recovery-hero::before,
  body.rf-brochure--recovery .recovery-hero::after,
  body.rf-brochure--recovery .recovery-photo-shade,
  body.rf-brochure--recovery .rf-service-focus::before,
  body.rf-brochure--recovery .rf-service-focus::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
  }

  body.rf-brochure--recovery .recovery-hero::before {
    z-index: 1 !important;
    background:
      linear-gradient(90deg, rgba(5, 11, 20, 0.9) 0%, rgba(5, 11, 20, 0.68) 44%, rgba(5, 11, 20, 0.18) 78%, rgba(5, 11, 20, 0.48) 100%),
      radial-gradient(circle at 28% 44%, rgba(217, 189, 120, 0.18), transparent 36%) !important;
  }

  body.rf-brochure--recovery .recovery-hero::after {
    z-index: 2 !important;
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.12), rgba(5, 11, 20, 0.46)) !important;
  }

  body.rf-brochure--recovery .recovery-photo-shade {
    z-index: -2 !important;
    background:
      linear-gradient(180deg, rgba(5, 11, 20, 0.68), rgba(5, 11, 20, 0.76)),
      radial-gradient(circle at 50% 42%, rgba(217, 189, 120, 0.16), transparent 46%) !important;
  }

  body.rf-brochure--recovery .rf-service-focus::before {
    z-index: -3 !important;
    background-image: var(--service-bg) !important;
    background-position: var(--service-position, center) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: saturate(0.92) contrast(1.04);
  }

  body.rf-brochure--recovery .rf-service-focus--night::after {
    z-index: -2 !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.15), transparent 36%),
      linear-gradient(90deg, rgba(5, 11, 20, 0.92), rgba(7, 16, 29, 0.76) 52%, rgba(5, 11, 20, 0.9)) !important;
  }

  body.rf-brochure--recovery .rf-service-focus--cream::after {
    z-index: -2 !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.2), transparent 36%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.94), rgba(255, 250, 240, 0.99)) !important;
  }

  body.rf-brochure--recovery .rf-digital-hero-logo {
    position: absolute !important;
    right: 13mm !important;
    bottom: 12mm !important;
    z-index: 5 !important;
    width: 16mm !important;
    height: auto !important;
    opacity: 0.9 !important;
  }

  body.rf-brochure--recovery .rf-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3mm !important;
    margin: 0 auto 4mm !important;
    color: #d8b27a !important;
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    font-size: 7pt !important;
    font-weight: 850 !important;
    letter-spacing: 0.15em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  body.rf-brochure--recovery .rf-eyebrow::before {
    width: 15mm !important;
  }

  body.rf-brochure--recovery .rf-title,
  body.rf-brochure--recovery .rf-section-title,
  body.rf-brochure--recovery .rf-card h3 {
    margin: 0 !important;
    font-family: var(--rf-font-head, "Cormorant Garamond", serif) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
  }

  body.rf-brochure--recovery .rf-title {
    max-width: 132mm !important;
    color: #fffaf0 !important;
    font-size: 45pt !important;
    line-height: 0.92 !important;
    text-align: left !important;
  }

  body.rf-brochure--recovery .recovery-hero-title {
    display: grid !important;
    gap: 1mm !important;
    line-height: 0.88 !important;
  }

  body.rf-brochure--recovery .recovery-hero-title span,
  body.rf-brochure--recovery .recovery-hero-title em {
    display: block !important;
  }

  body.rf-brochure--recovery .recovery-hero-title em {
    color: #d8b27a !important;
    font-style: normal !important;
  }

  body.rf-brochure--recovery .rf-lead {
    max-width: 122mm !important;
    margin: 5mm 0 0 !important;
    color: rgba(255, 250, 240, 0.9) !important;
    font-family: var(--rf-font-head, "Cormorant Garamond", serif) !important;
    font-size: 20pt !important;
    line-height: 1.08 !important;
    text-align: left !important;
  }

  body.rf-brochure--recovery .recovery-hero__inner {
    z-index: 4 !important;
    width: 132mm !important;
    margin: 0 auto 0 0 !important;
    text-align: left !important;
  }

  body.rf-brochure--recovery .recovery-hero__inner .rf-eyebrow,
  body.rf-brochure--recovery .recovery-hero .rf-hero-actions {
    justify-content: flex-start !important;
  }

  body.rf-brochure--recovery .recovery-hero__text,
  body.rf-brochure--recovery .rf-section-copy,
  body.rf-brochure--recovery .rf-card p,
  body.rf-brochure--recovery .rf-card li,
  body.rf-brochure--recovery .rf-note,
  body.rf-brochure--recovery .rf-table {
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
    font-size: 8.6pt !important;
    letter-spacing: 0 !important;
    line-height: 1.38 !important;
  }

  body.rf-brochure--recovery .recovery-hero__text {
    max-width: 118mm !important;
    margin: 5mm 0 0 !important;
    color: rgba(255, 250, 240, 0.84) !important;
    text-align: left !important;
  }

  body.rf-brochure--recovery .rf-section-title {
    max-width: 230mm !important;
    margin: 0 auto 5mm !important;
    color: inherit !important;
    font-size: 28pt !important;
    line-height: 0.98 !important;
    text-align: center !important;
  }

  body.rf-brochure--recovery .rf-section-copy {
    max-width: 208mm !important;
    margin: 0 auto 7mm !important;
    color: rgba(255, 250, 240, 0.8) !important;
    text-align: center !important;
  }

  body.rf-brochure--recovery .rf-band,
  body.rf-brochure--recovery .rf-band--cream {
    background:
      radial-gradient(circle at 12% 8%, rgba(217, 189, 120, 0.1), transparent 32%),
      linear-gradient(180deg, #fffaf0 0%, #f4eee3 100%) !important;
    color: #081426 !important;
  }

  body.rf-brochure--recovery .rf-band .rf-section-copy,
  body.rf-brochure--recovery .rf-band--cream .rf-section-copy,
  body.rf-brochure--recovery .rf-band .rf-card p,
  body.rf-brochure--recovery .rf-band--cream .rf-card p,
  body.rf-brochure--recovery .rf-band .rf-card li,
  body.rf-brochure--recovery .rf-band--cream .rf-card li,
  body.rf-brochure--recovery .rf-band .rf-note,
  body.rf-brochure--recovery .rf-band--cream .rf-note,
  body.rf-brochure--recovery .rf-band .rf-table td,
  body.rf-brochure--recovery .rf-band--cream .rf-table td {
    color: rgba(8, 20, 38, 0.76) !important;
  }

  body.rf-brochure--recovery .recovery-photo-section :is(.rf-section-title, .rf-section-copy, .rf-card h3, .rf-card p),
  body.rf-brochure--recovery .rf-service-focus--night :is(.rf-section-title, .rf-section-copy, .rf-card h3, .rf-card p, .rf-card li) {
    color: #fffaf0 !important;
  }

  body.rf-brochure--recovery .rf-service-focus--cream,
  body.rf-brochure--recovery .rf-service-focus--cream :is(.rf-section-title, .rf-section-copy, .rf-card h3, .rf-card p, .rf-card li) {
    color: #081426 !important;
  }

  body.rf-brochure--recovery .rf-grid {
    display: grid !important;
    gap: 4mm !important;
    margin-top: 6mm !important;
  }

  body.rf-brochure--recovery .rf-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.rf-brochure--recovery .rf-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.rf-brochure--recovery .rf-grid--2,
  body.rf-brochure--recovery .recovery-contact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.rf-brochure--recovery .rf-card,
  body.rf-brochure--recovery .recovery-contact-grid a {
    display: grid !important;
    align-content: start !important;
    min-height: 0 !important;
    padding: 4mm !important;
    border: 0.35mm solid rgba(184, 148, 85, 0.34) !important;
    border-radius: 3mm !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: none !important;
    color: #081426 !important;
    break-inside: avoid !important;
  }

  body.rf-brochure--recovery .recovery-photo-section .rf-card,
  body.rf-brochure--recovery .rf-service-focus--night .rf-card {
    background: rgba(7, 16, 29, 0.76) !important;
    border-color: rgba(255, 250, 240, 0.24) !important;
    color: #fffaf0 !important;
  }

  body.rf-brochure--recovery .rf-card img {
    display: block !important;
    width: 100% !important;
    height: 34mm !important;
    margin: 0 0 3mm !important;
    border-radius: 2mm !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body.rf-brochure--recovery .recovery-service-cards .rf-card img,
  body.rf-brochure--recovery .recovery-entry-grid .rf-card img {
    height: 40mm !important;
  }

  body.rf-brochure--recovery .rf-card small,
  body.rf-brochure--recovery .rf-card-link,
  body.rf-brochure--recovery .rf-table th,
  body.rf-brochure--recovery .recovery-stat :is(strong, a) {
    color: #8d6f2d !important;
    font-size: 6.6pt !important;
    font-weight: 850 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
  }

  body.rf-brochure--recovery .recovery-photo-section .rf-card small,
  body.rf-brochure--recovery .rf-service-focus--night .rf-card small,
  body.rf-brochure--recovery .recovery-photo-section .rf-card-link,
  body.rf-brochure--recovery .rf-service-focus--night .rf-card-link {
    color: #d8b27a !important;
  }

  body.rf-brochure--recovery .rf-card h3 {
    min-height: 0 !important;
    margin: 0 0 2mm !important;
    color: inherit !important;
    font-size: 15pt !important;
    line-height: 1.02 !important;
    text-align: center !important;
  }

  body.rf-brochure--recovery .rf-card p,
  body.rf-brochure--recovery .rf-card li {
    margin: 0 !important;
    color: rgba(8, 20, 38, 0.76) !important;
    text-align: left !important;
  }

  body.rf-brochure--recovery .recovery-photo-section .rf-card p,
  body.rf-brochure--recovery .rf-service-focus--night .rf-card p,
  body.rf-brochure--recovery .rf-service-focus--night .rf-card li {
    color: rgba(255, 250, 240, 0.78) !important;
  }

  body.rf-brochure--recovery .rf-card strong {
    min-height: 0 !important;
    margin: 0 0 2mm !important;
    color: #d8b27a !important;
    font-size: 8.2pt !important;
    line-height: 1.28 !important;
    text-align: center !important;
  }

  body.rf-brochure--recovery .rf-card-link {
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 0 !important;
    margin: 3mm auto 0 !important;
    padding: 2mm 3.2mm !important;
    border-radius: 999px !important;
    text-decoration: none !important;
  }

  body.rf-brochure--recovery .rf-hero-actions,
  body.rf-brochure--recovery .rf-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3mm !important;
    margin-top: 6mm !important;
    justify-content: center !important;
  }

  body.rf-brochure--recovery .recovery-hero .rf-hero-actions {
    justify-content: flex-start !important;
  }

  body.rf-brochure--recovery .rf-btn {
    min-height: 8mm !important;
    padding: 2.2mm 4mm !important;
    border-radius: 999px !important;
    font-size: 6.7pt !important;
    letter-spacing: 0.1em !important;
    text-decoration: none !important;
  }

  body.rf-brochure--recovery .rf-btn--gold {
    background: #d8b27a !important;
    border-color: #d8b27a !important;
    color: #07101f !important;
  }

  body.rf-brochure--recovery .rf-btn--light {
    background: rgba(255, 250, 240, 0.1) !important;
    border-color: rgba(255, 250, 240, 0.26) !important;
    color: #fffaf0 !important;
  }

  body.rf-brochure--recovery .rf-band .rf-btn--light,
  body.rf-brochure--recovery .rf-band--cream .rf-btn--light {
    background: rgba(7, 16, 31, 0.06) !important;
    border-color: rgba(7, 16, 31, 0.18) !important;
    color: #07101f !important;
  }

  body.rf-brochure--recovery .recovery-stat {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    gap: 7mm !important;
    max-width: 170mm !important;
    margin: 0 auto 6mm !important;
    padding: 5mm 7mm !important;
    border: 0.35mm solid rgba(184, 148, 85, 0.34) !important;
    border-radius: 3mm !important;
    background: rgba(255, 255, 255, 0.72) !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  body.rf-brochure--recovery .recovery-stat strong {
    margin: 0 !important;
    font-family: var(--rf-font-head, "Cormorant Garamond", serif) !important;
    font-size: 42pt !important;
    line-height: 0.9 !important;
    text-align: center !important;
  }

  body.rf-brochure--recovery .recovery-stat span {
    max-width: none !important;
    color: rgba(8, 20, 38, 0.8) !important;
    font-size: 9pt !important;
    line-height: 1.35 !important;
  }

  body.rf-brochure--recovery .recovery-stat a {
    grid-column: 2 !important;
    margin-top: 1mm !important;
    text-decoration: none !important;
  }

  body.rf-brochure--recovery .recovery-symbol-grid .rf-card {
    min-height: 62mm !important;
    align-content: center !important;
  }

  body.rf-brochure--recovery .recovery-symbol {
    width: 13mm !important;
    height: 13mm !important;
    margin: 0 auto 3mm !important;
    color: #8d6f2d !important;
    font-size: 13pt !important;
  }

  body.rf-brochure--recovery .rf-service-layout,
  body.rf-brochure--recovery .rf-service-layout--reverse {
    display: grid !important;
    grid-template-columns: 0.86fr 1.14fr !important;
    gap: 7mm !important;
    align-items: stretch !important;
    margin-top: 6mm !important;
  }

  body.rf-brochure--recovery .rf-service-layout--reverse .rf-service-visual {
    order: 2 !important;
  }

  body.rf-brochure--recovery .rf-service-visual {
    min-height: 0 !important;
    margin: 0 !important;
    border-radius: 3mm !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  body.rf-brochure--recovery .rf-service-visual img {
    display: block !important;
    width: 100% !important;
    height: 68mm !important;
    min-height: 0 !important;
    object-fit: cover !important;
    border-radius: 0 !important;
  }

  body.rf-brochure--recovery .rf-service-panel {
    min-height: 0 !important;
    padding: 5mm !important;
    align-content: center !important;
  }

  body.rf-brochure--recovery .rf-service-proof-grid {
    margin-top: 4mm !important;
  }

  body.rf-brochure--recovery .rf-service-proof-grid .rf-card {
    min-height: 35mm !important;
    padding: 3.5mm !important;
  }

  body.rf-brochure--recovery .rf-table-wrap {
    margin-top: 6mm !important;
    overflow: hidden !important;
  }

  body.rf-brochure--recovery .rf-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 7.5pt !important;
    line-height: 1.24 !important;
  }

  body.rf-brochure--recovery .rf-table th,
  body.rf-brochure--recovery .rf-table td {
    padding: 2.5mm 3mm !important;
    border: 0.25mm solid rgba(184, 148, 85, 0.25) !important;
    vertical-align: top !important;
  }

  body.rf-brochure--recovery .rf-table th {
    background: rgba(141, 111, 45, 0.08) !important;
    text-align: center !important;
  }

  body.rf-brochure--recovery .rf-note {
    max-width: 215mm !important;
    margin: 5mm auto 0 !important;
    text-align: center !important;
  }

  body.rf-brochure--recovery .recovery-contact-grid {
    display: grid !important;
    gap: 3mm !important;
    margin-top: 7mm !important;
  }

  body.rf-brochure--recovery .recovery-contact-grid a {
    min-height: 22mm !important;
    text-decoration: none !important;
    text-align: center !important;
  }

  body.rf-brochure--recovery .recovery-contact-grid strong {
    color: #d8b27a !important;
    font-family: var(--rf-font-head, "Cormorant Garamond", serif) !important;
    font-size: 16pt !important;
    font-weight: 400 !important;
  }

  body.rf-brochure--recovery .recovery-contact-grid span,
  body.rf-brochure--recovery .rf-print-url {
    color: rgba(255, 250, 240, 0.72) !important;
    font-size: 7pt !important;
  }

  body.rf-brochure--recovery .rf-band .recovery-contact-grid a {
    background: rgba(7, 16, 31, 0.74) !important;
    color: #fffaf0 !important;
  }
}

/* Brochure signature: discreet Rayflections watermark on every non-hero page. */
@media screen {
  body.rf-brochure--checkpoint .checkpoint-digital > :is(.cpb-section, .cpb-final):not(.cpb-hero),
  body.rf-brochure--masterclass .masterclass-digital > .mcb-section:not(.mcb-hero),
  body.rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero),
  body.rf-brochure--atelier .atelier-digital > .rf-brochure-section:not(.atelier-hero) {
    position: relative;
    isolation: isolate;
  }

  body.rf-brochure--checkpoint .checkpoint-digital > :is(.cpb-section, .cpb-final):not(.cpb-hero)::after,
  body.rf-brochure--masterclass .masterclass-digital > .mcb-section:not(.mcb-hero)::after,
  body.rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero)::after,
  body.rf-brochure--atelier .atelier-digital > .rf-brochure-section:not(.atelier-hero)::after {
    content: "";
    position: absolute;
    right: clamp(18px, 3vw, 44px);
    bottom: clamp(18px, 3vw, 42px);
    z-index: 0;
    width: clamp(46px, 5.2vw, 82px);
    aspect-ratio: 1;
    background: url("../assets/visuals-v2/rayflections-logo-gold.png") center / contain no-repeat;
    opacity: 0.18;
    pointer-events: none;
  }

  body.rf-brochure--checkpoint .checkpoint-digital > :is(.cpb-section, .cpb-final):not(.cpb-hero) > .cpb-container,
  body.rf-brochure--masterclass .masterclass-digital > .mcb-section:not(.mcb-hero) > .mcb-container,
  body.rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero) > .rf-container,
  body.rf-brochure--atelier .atelier-digital > .rf-brochure-section:not(.atelier-hero) > .rf-container {
    position: relative;
    z-index: 1;
  }

  body:is(.theme-night, .rf-theme-night).rf-brochure--checkpoint .checkpoint-digital > :is(.cpb-section, .cpb-final):not(.cpb-hero)::after,
  body:is(.theme-night, .rf-theme-night).rf-brochure--masterclass .masterclass-digital > .mcb-section:not(.mcb-hero)::after,
  body:is(.theme-night, .rf-theme-night).rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero)::after,
  body:is(.theme-night, .rf-theme-night).rf-brochure--atelier .atelier-digital > .rf-brochure-section:not(.atelier-hero)::after,
  html[data-theme="night"] body.rf-brochure--checkpoint .checkpoint-digital > :is(.cpb-section, .cpb-final):not(.cpb-hero)::after,
  html[data-theme="night"] body.rf-brochure--masterclass .masterclass-digital > .mcb-section:not(.mcb-hero)::after,
  html[data-theme="night"] body.rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero)::after,
  html[data-theme="night"] body.rf-brochure--atelier .atelier-digital > .rf-brochure-section:not(.atelier-hero)::after {
    opacity: 0.24;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
  }

  body.checkpoint-brochure-refonte.theme-day #offres {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(245, 240, 232, 0.96)),
      url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-proof-day-desk-20260617.jpg") center / cover !important;
  }

  body.checkpoint-brochure-refonte.theme-night #offres,
  html[data-theme="night"] body.checkpoint-brochure-refonte #offres {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.84), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-proof-night-desk-20260617.jpg") center / cover !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(245, 240, 232, 0.96)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-parcours-day-workshop-20260618.webp") center / cover !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.84), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-parcours-night-workshop-20260618.webp") center / cover !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-final {
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.82), rgba(7, 16, 31, 0.56), rgba(7, 16, 31, 0.36)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-hero-day-east-asian-horizon-20260618.jpg") center / cover !important;
    color: #fffaf0;
  }

  body.recovery-brochure-refonte.theme-night .recovery-final,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-final {
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.9), rgba(7, 16, 31, 0.72), rgba(7, 16, 31, 0.48)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-hero-night-east-asian-office-20260618.jpg") center / cover !important;
  }

  body.recovery-brochure-refonte .recovery-final :is(.rf-eyebrow, .rf-section-title, .rf-section-copy) {
    color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte .recovery-final .rf-section-copy {
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(245, 240, 232, 0.96)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-trajectoire-support-day-second-plan-20260618.jpg") center / cover !important;
  }

  body.atelier-brochure-refonte.theme-night .atelier-output,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-output {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.84), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-trajectoire-support-night-second-plan-20260618.jpg") center / cover !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-partner {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(245, 240, 232, 0.96)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-partnership-atelier-group-20260617.jpg") center / cover !important;
  }

  body.atelier-brochure-refonte.theme-night .atelier-partner,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-partner {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.84), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-parcours-night-workshop-20260618.webp") center / cover !important;
  }

  body.recovery-brochure-refonte .recovery-role .rf-section-title {
    max-width: 980px;
    font-size: clamp(2.35rem, 3.25vw, 3.95rem) !important;
    line-height: 1.02 !important;
  }

  body.recovery-brochure-refonte .recovery-role .recovery-mission-grid .rf-card {
    gap: clamp(0.42rem, 0.8vw, 0.78rem);
    grid-template-rows: auto auto auto auto !important;
    justify-items: center;
    padding-bottom: clamp(1.3rem, 2.4vw, 1.8rem);
  }

  body.recovery-brochure-refonte .recovery-role .recovery-mission-grid .rf-card h3 {
    margin: clamp(0.82rem, 1.4vw, 1.15rem) 0 0 !important;
    text-align: center !important;
  }

  body.recovery-brochure-refonte .recovery-role .recovery-mission-grid .rf-card strong {
    max-width: 24ch;
    margin: 0 auto !important;
    line-height: 1.35;
    text-align: center !important;
  }

  body.recovery-brochure-refonte .recovery-role .recovery-mission-grid .rf-card p {
    max-width: 30ch;
    margin: 0.35rem auto 0 !important;
    text-align: center !important;
  }

  body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card {
    row-gap: 0;
    grid-template-rows: auto auto auto minmax(3.25rem, auto) 1fr auto !important;
  }

  body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card h3 {
    min-height: 0 !important;
    margin: 0.55rem 0 0.22rem !important;
    line-height: 1.02;
  }

  body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card strong {
    display: block;
    min-height: 0 !important;
    max-width: 28ch;
    margin: 0 auto 0.8rem !important;
    line-height: 1.34;
    text-align: center !important;
  }

  body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card p {
    max-width: 31ch;
    margin: 0 auto 1rem !important;
    text-align: center !important;
  }

  body.recovery-brochure-refonte #raystore-focus::before {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-hero-night-eastern-europe-strategy-20260618.webp") !important;
    background-position: center !important;
  }

  body.recovery-brochure-refonte #harmony-focus::before {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-parcours-day-workshop-20260618.webp") !important;
    background-position: center !important;
    opacity: 0.72 !important;
  }

  body.recovery-brochure-refonte #momentum-focus::before {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-role-day-session-20260618.jpg") !important;
    background-position: center !important;
  }

  body.recovery-brochure-refonte #harmony-focus::after {
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.82), rgba(255, 250, 240, 0.9)) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services {
    background: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-parcours-day-workshop-20260618.webp") center / cover !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services {
    background: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-parcours-night-workshop-20260618.webp") center / cover !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services :is(.rf-section-title, .rf-section-copy) {
    color: #07101f !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services .rf-section-copy {
    font-weight: 500;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services .rf-btn--light {
    border-color: #07101f !important;
    background: rgba(255, 250, 240, 0.32) !important;
    color: #07101f !important;
  }

  body.recovery-brochure-refonte .recovery-image-grid .recovery-card-points {
    display: grid;
    gap: 0.52rem;
    margin: 0.15rem 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }

  body.recovery-brochure-refonte .recovery-image-grid .recovery-card-points li {
    position: relative;
    padding-left: 1.05rem;
    color: rgba(8, 20, 38, 0.76);
    font-size: clamp(0.84rem, 0.3vw + 0.8rem, 0.96rem);
    line-height: 1.48;
  }

  body.recovery-brochure-refonte .recovery-image-grid .recovery-card-points li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 0.38rem;
    height: 1px;
    background: var(--rf-gold);
  }

  body.recovery-brochure-refonte.theme-night .recovery-image-grid .recovery-card-points li,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-image-grid .recovery-card-points li {
    color: rgba(255, 250, 240, 0.78);
  }

  body.recovery-brochure-refonte.theme-day #raystore-focus {
    background: #f5f2eb !important;
    color: #07101f !important;
  }

  body.recovery-brochure-refonte.theme-day #raystore-focus::before {
    opacity: 0.24 !important;
    filter: saturate(0.86) contrast(1.02);
  }

  body.recovery-brochure-refonte.theme-day #raystore-focus::after {
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.16), transparent 34%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(245, 242, 235, 0.96)) !important;
  }

  body.recovery-brochure-refonte #harmony-focus::before {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-hero-day-client-session-20260618.png") !important;
    background-position: center !important;
    opacity: 0.62 !important;
  }

  body.recovery-brochure-refonte.theme-night #harmony-focus::before,
  html[data-theme="night"] body.recovery-brochure-refonte #harmony-focus::before {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-hero-night-client-session-20260618.png") !important;
    opacity: 0.74 !important;
  }

  body.recovery-brochure-refonte #harmony-focus::after {
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.86), rgba(245, 242, 235, 0.94)) !important;
  }

  body.recovery-brochure-refonte.theme-night #harmony-focus::after,
  html[data-theme="night"] body.recovery-brochure-refonte #harmony-focus::after {
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.15), transparent 36%),
      linear-gradient(90deg, rgba(5, 11, 20, 0.92), rgba(7, 16, 29, 0.78) 52%, rgba(5, 11, 20, 0.9)) !important;
  }

  body.recovery-brochure-refonte.theme-day #momentum-focus .rf-section-title {
    color: #07101f !important;
  }

  body.recovery-brochure-refonte.theme-night #momentum-focus::before,
  html[data-theme="night"] body.recovery-brochure-refonte #momentum-focus::before {
    background-image: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-role-night-session-20260618.jpg") !important;
    background-position: center !important;
    opacity: 0.78 !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-service-focus :is(.rf-service-panel, .rf-service-proof-grid .rf-card) {
    background: rgba(255, 250, 240, 0.56) !important;
    border-color: rgba(7, 16, 31, 0.14) !important;
    box-shadow: 0 28px 72px rgba(8, 20, 38, 0.12);
    color: #07101f !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-service-focus :is(.rf-service-panel h3, .rf-service-proof-grid h3) {
    color: #07101f !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-service-focus :is(.rf-service-panel p, .rf-service-panel li, .rf-service-proof-grid p) {
    color: rgba(7, 16, 31, 0.78) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-service-focus :is(.rf-service-panel small, .rf-service-proof-grid small) {
    color: #8d6f2d !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-service-focus :is(.rf-service-panel, .rf-service-proof-grid .rf-card),
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-service-focus :is(.rf-service-panel, .rf-service-proof-grid .rf-card) {
    background: rgba(7, 16, 31, 0.88) !important;
    border-color: rgba(217, 178, 122, 0.34) !important;
    color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-service-focus :is(.rf-service-panel h3, .rf-service-proof-grid h3),
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-service-focus :is(.rf-service-panel h3, .rf-service-proof-grid h3) {
    color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-service-focus :is(.rf-service-panel p, .rf-service-panel li, .rf-service-proof-grid p),
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-service-focus :is(.rf-service-panel p, .rf-service-panel li, .rf-service-proof-grid p) {
    color: rgba(255, 250, 240, 0.8) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-service-focus :is(.rf-service-panel small, .rf-service-proof-grid small),
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-service-focus :is(.rf-service-panel small, .rf-service-proof-grid small) {
    color: var(--rf-gold) !important;
  }

  body.recovery-brochure-refonte .rf-service-panel small,
  body.recovery-brochure-refonte .rf-service-panel h3 {
    width: 100%;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.recovery-brochure-refonte .rf-service-panel p,
  body.recovery-brochure-refonte .rf-service-panel li {
    text-align: left !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.72), rgba(245, 242, 235, 0.82)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-hero-day-client-session-20260618.png") center / cover !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.7), rgba(7, 16, 31, 0.84)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-hero-night-client-session-20260618.png") center / cover !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services .recovery-entry-grid .rf-card {
    background: rgba(255, 250, 240, 0.9) !important;
    border-color: rgba(7, 16, 31, 0.14) !important;
    color: #07101f !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services .recovery-entry-grid .rf-card,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services .recovery-entry-grid .rf-card {
    background: rgba(7, 16, 31, 0.9) !important;
    border-color: rgba(217, 178, 122, 0.32) !important;
    color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services .recovery-entry-grid :is(h3, p),
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services .recovery-entry-grid :is(h3, p) {
    color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte .recovery-final,
  body.recovery-brochure-refonte.theme-day .recovery-digital #conclusion.recovery-final,
  body.recovery-brochure-refonte.theme-night .recovery-digital #conclusion.recovery-final,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-digital #conclusion.recovery-final {
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.86), rgba(7, 16, 31, 0.62), rgba(7, 16, 31, 0.38)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-final-horizon-woman-20260617.jpg") center / cover !important;
  }

  body.recovery-brochure-refonte.theme-day .rf-band.recovery-final .rf-eyebrow,
  html[data-theme="day"] body.recovery-brochure-refonte .rf-band.recovery-final .rf-eyebrow,
  body.recovery-brochure-refonte .recovery-final :is(.rf-section-title, .rf-section-copy) {
    color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-digital #conclusion.rf-band.recovery-final > .rf-container > .rf-eyebrow {
    color: #fffaf0 !important;
    -webkit-text-fill-color: #fffaf0 !important;
  }

  body.recovery-brochure-refonte .recovery-final .rf-section-copy {
    max-width: 850px;
    color: rgba(255, 250, 240, 0.84) !important;
  }

  /* Recovery final polish - 2026-06-19. */
  body.recovery-brochure-refonte .recovery-attention-subtitle {
    max-width: 760px !important;
    font-size: clamp(1.35rem, 1.35vw + 1rem, 1.9rem) !important;
    line-height: 1.16 !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-role .recovery-photo-shade {
    background: transparent !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-role :is(.rf-eyebrow, .rf-section-title, .rf-section-copy) {
    text-shadow: 0 18px 42px rgba(5, 11, 20, 0.42) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-role :is(.rf-section-title, .rf-section-copy),
  html[data-theme="day"] body.recovery-brochure-refonte .recovery-role :is(.rf-section-title, .rf-section-copy) {
    color: #07101f !important;
    text-shadow: 0 12px 30px rgba(255, 250, 240, 0.72) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-role .rf-eyebrow,
  html[data-theme="day"] body.recovery-brochure-refonte .recovery-role .rf-eyebrow {
    color: #8d6f2d !important;
    text-shadow: 0 10px 26px rgba(255, 250, 240, 0.64) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-services-intro .rf-section-copy,
  html[data-theme="day"] body.recovery-brochure-refonte .recovery-services-intro .rf-section-copy {
    color: rgba(7, 16, 31, 0.82) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-services-intro .recovery-service-cards .rf-card strong,
  html[data-theme="day"] body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card strong {
    color: #07101f !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-services-intro .recovery-service-cards .rf-card strong,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-services-intro .recovery-service-cards .rf-card strong {
    color: var(--rf-gold) !important;
  }

  body.recovery-brochure-refonte #raystore-focus::before,
  body.recovery-brochure-refonte #harmony-focus::before,
  body.recovery-brochure-refonte #momentum-focus::before {
    opacity: 1 !important;
    filter: none !important;
  }

  body.recovery-brochure-refonte #raystore-focus::after,
  body.recovery-brochure-refonte #harmony-focus::after,
  body.recovery-brochure-refonte #momentum-focus::after {
    background: transparent !important;
  }

  body.recovery-brochure-refonte.theme-day #raystore-focus::after,
  body.recovery-brochure-refonte.theme-day #harmony-focus::after,
  body.recovery-brochure-refonte.theme-day #momentum-focus::after,
  body.recovery-brochure-refonte.theme-night #raystore-focus::after,
  body.recovery-brochure-refonte.theme-night #harmony-focus::after,
  body.recovery-brochure-refonte.theme-night #momentum-focus::after,
  html[data-theme="day"] body.recovery-brochure-refonte #raystore-focus::after,
  html[data-theme="day"] body.recovery-brochure-refonte #harmony-focus::after,
  html[data-theme="day"] body.recovery-brochure-refonte #momentum-focus::after,
  html[data-theme="night"] body.recovery-brochure-refonte #raystore-focus::after,
  html[data-theme="night"] body.recovery-brochure-refonte #harmony-focus::after,
  html[data-theme="night"] body.recovery-brochure-refonte #momentum-focus::after {
    background: transparent !important;
  }

  body.recovery-brochure-refonte.theme-night #harmony-focus::before,
  html[data-theme="night"] body.recovery-brochure-refonte #harmony-focus::before {
    opacity: 1 !important;
    filter: none !important;
  }

  body.recovery-brochure-refonte.theme-day #momentum-focus .rf-section-copy,
  html[data-theme="day"] body.recovery-brochure-refonte #momentum-focus .rf-section-copy {
    color: rgba(7, 16, 31, 0.84) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-service-focus .rf-section-copy,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-service-focus .rf-section-copy {
    color: rgba(255, 250, 240, 0.82) !important;
    text-shadow: 0 14px 34px rgba(5, 11, 20, 0.72) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-service-focus :is(.rf-service-panel, .rf-service-proof-grid .rf-card),
  html[data-theme="day"] body.recovery-brochure-refonte .recovery-service-focus :is(.rf-service-panel, .rf-service-proof-grid .rf-card) {
    background: rgba(255, 250, 240, 0.86) !important;
    border-color: rgba(7, 16, 31, 0.16) !important;
    color: #07101f !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-service-focus :is(.rf-service-panel, .rf-service-proof-grid .rf-card),
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-service-focus :is(.rf-service-panel, .rf-service-proof-grid .rf-card) {
    background: rgba(7, 16, 31, 0.9) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services,
  html[data-theme="day"] body.recovery-brochure-refonte .recovery-rayflections-services,
  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services {
    background: url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-rayflections-services-networking-second-plan-20260619.png") center / cover no-repeat !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services :is(.rf-eyebrow, .rf-section-title, .rf-section-copy),
  html[data-theme="day"] body.recovery-brochure-refonte .recovery-rayflections-services :is(.rf-eyebrow, .rf-section-title, .rf-section-copy) {
    color: #07101f !important;
    text-shadow: 0 12px 32px rgba(255, 250, 240, 0.42) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services :is(.rf-eyebrow, .rf-section-title, .rf-section-copy),
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services :is(.rf-eyebrow, .rf-section-title, .rf-section-copy) {
    color: #fffaf0 !important;
    text-shadow: 0 16px 36px rgba(5, 11, 20, 0.62) !important;
  }

  body.recovery-brochure-refonte.theme-day .recovery-rayflections-services .recovery-entry-grid .rf-card,
  html[data-theme="day"] body.recovery-brochure-refonte .recovery-rayflections-services .recovery-entry-grid .rf-card {
    background: rgba(255, 250, 240, 0.88) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services .recovery-entry-grid .rf-card,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services .recovery-entry-grid .rf-card {
    background: rgba(7, 16, 31, 0.9) !important;
  }

  body.rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero)::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: auto clamp(18px, 3vw, 44px) clamp(18px, 3vw, 42px) auto !important;
    z-index: 4 !important;
    width: clamp(46px, 5.2vw, 82px) !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    background: url("../assets/visuals-v2/rayflections-logo-gold.png") center / contain no-repeat !important;
    opacity: 0.14 !important;
    pointer-events: none !important;
  }

  body.rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero) > .rf-container::after {
    content: none !important;
    display: none !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-digital > .rf-brochure-section:not(.recovery-hero)::after,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-digital > .rf-brochure-section:not(.recovery-hero)::after {
    opacity: 0.24 !important;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18)) !important;
  }

  body.recovery-brochure-refonte.theme-day :is(#raystore-focus, #harmony-focus, #momentum-focus)::after,
  body.recovery-brochure-refonte.theme-night :is(#raystore-focus, #harmony-focus, #momentum-focus)::after,
  html[data-theme="day"] body.recovery-brochure-refonte :is(#raystore-focus, #harmony-focus, #momentum-focus)::after,
  html[data-theme="night"] body.recovery-brochure-refonte :is(#raystore-focus, #harmony-focus, #momentum-focus)::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: auto clamp(18px, 3vw, 44px) clamp(18px, 3vw, 42px) auto !important;
    z-index: 4 !important;
    width: clamp(46px, 5.2vw, 82px) !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    background: url("../assets/visuals-v2/rayflections-logo-gold.png") center / contain no-repeat !important;
    opacity: 0.14 !important;
    filter: none !important;
    pointer-events: none !important;
  }

  body.recovery-brochure-refonte.theme-night :is(#raystore-focus, #harmony-focus, #momentum-focus)::after,
  html[data-theme="night"] body.recovery-brochure-refonte :is(#raystore-focus, #harmony-focus, #momentum-focus)::after {
    opacity: 0.2 !important;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18)) !important;
  }

  /* Recovery final corrections - hero, service contrast and footer references. */
  body.rf-brochure--recovery .recovery-hero__subtitle {
    max-width: 118mm !important;
    margin: 4mm 0 0 !important;
    color: #d8b27a !important;
    font-family: var(--rf-font-head, "Cormorant Garamond", serif) !important;
    font-size: clamp(1.48rem, 1.1vw + 1.22rem, 2.08rem) !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-attention > .rf-container > .rf-eyebrow,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-attention > .rf-container > .rf-eyebrow {
    color: #d8b27a !important;
    -webkit-text-fill-color: #d8b27a !important;
  }

  body.recovery-brochure-refonte.theme-day #raystore-focus::before,
  html[data-theme="day"] body.recovery-brochure-refonte #raystore-focus::before {
    opacity: 1 !important;
    filter: none !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services :is(.rf-eyebrow, .rf-section-title, .rf-section-copy),
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services :is(.rf-eyebrow, .rf-section-title, .rf-section-copy) {
    color: #07101f !important;
    text-shadow: 0 12px 28px rgba(255, 250, 240, 0.3) !important;
  }

  body.recovery-brochure-refonte.theme-night .recovery-rayflections-services .rf-btn--light,
  html[data-theme="night"] body.recovery-brochure-refonte .recovery-rayflections-services .rf-btn--light {
    border-color: #07101f !important;
    color: #07101f !important;
    background: rgba(255, 250, 240, 0.22) !important;
  }

  body.rf-brochure--recovery .recovery-screen-footer .rf-footer__references {
    display: grid !important;
    grid-template-columns: minmax(176px, auto) minmax(0, 1fr) !important;
    grid-template-areas:
      "brand nav"
      "tagline nav" !important;
    align-items: center !important;
    column-gap: clamp(1rem, 3vw, 3rem) !important;
    row-gap: 0.3rem !important;
  }

  body.rf-brochure--recovery .recovery-screen-footer .rf-footer__brand {
    grid-area: brand !important;
    justify-self: start !important;
    white-space: nowrap !important;
  }

  body.rf-brochure--recovery .recovery-screen-footer .rf-footer__references > p {
    grid-area: tagline !important;
    margin: 0 !important;
    font-size: clamp(0.72rem, 0.22vw + 0.68rem, 0.86rem) !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  body.rf-brochure--recovery .recovery-screen-footer nav {
    grid-area: nav !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: clamp(0.55rem, 1.3vw, 1.2rem) !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }

  body.rf-brochure--recovery .recovery-screen-footer nav a {
    white-space: nowrap !important;
  }

  @media (max-width: 780px) {
    body.rf-brochure--recovery .recovery-screen-footer .rf-footer__references {
      grid-template-columns: 1fr !important;
      grid-template-areas:
        "brand"
        "tagline"
        "nav" !important;
    }

    body.rf-brochure--recovery .recovery-screen-footer nav {
      flex-wrap: wrap !important;
      justify-content: flex-start !important;
    }
  }
}

@media print {
  body.rf-brochure--checkpoint .rf-pdf-page:not(.rf-pdf-cover) .rf-pdf-logo,
  body.rf-brochure--masterclass .rf-pdf-page:not(.rf-pdf-cover) .rf-pdf-logo,
  body.rf-brochure--recovery .rf-pdf-page:not(.rf-pdf-cover) .rf-pdf-logo {
    opacity: 0.42 !important;
  }

  body.rf-brochure--checkpoint .checkpoint-digital > :is(.cpb-section, .cpb-final):not(.cpb-hero),
  body.rf-brochure--masterclass .masterclass-digital > .mcb-section:not(.mcb-hero),
  body.rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero),
  body.rf-brochure--atelier .atelier-digital > .rf-brochure-section:not(.atelier-hero) {
    position: relative !important;
    isolation: isolate !important;
  }

  body.rf-brochure--checkpoint .checkpoint-digital > :is(.cpb-section, .cpb-final):not(.cpb-hero)::after,
  body.rf-brochure--masterclass .masterclass-digital > .mcb-section:not(.mcb-hero)::after,
  body.rf-brochure--recovery .recovery-digital > .rf-brochure-section:not(.recovery-hero)::after,
  body.rf-brochure--atelier .atelier-digital > .rf-brochure-section:not(.atelier-hero)::after {
    content: "" !important;
    position: absolute !important;
    right: 8mm !important;
    bottom: 8mm !important;
    z-index: 0 !important;
    width: 14mm !important;
    height: 14mm !important;
    background: url("../assets/visuals-v2/rayflections-logo-gold.png") center / contain no-repeat !important;
    opacity: 0.36 !important;
    pointer-events: none !important;
  }

  body.rf-brochure--recovery .recovery-attention .rf-section-copy,
  body.rf-brochure--recovery .recovery-final .rf-section-copy {
    color: rgba(255, 250, 240, 0.78) !important;
  }
}

/* Atelier Trajectoire brochure - V2 digital page. */
@media screen {
  body.atelier-brochure-refonte {
    --atelier-ink: #07101f;
    --atelier-cream: #fffaf0;
    --atelier-gold: #d8b27a;
    --atelier-line: rgba(216, 178, 122, 0.26);
    background: #07101f;
    color: var(--atelier-cream);
  }

  body.atelier-brochure-refonte.theme-day {
    background: #fffaf0;
    color: var(--atelier-ink);
  }

  body.atelier-brochure-refonte .rf-print-actions {
    position: fixed;
    top: 16px;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 90;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: min(calc(100vw - 28px), 760px);
    justify-content: center;
    transform: translateX(-50%);
  }

  body.atelier-brochure-refonte .rf-print-actions .rf-btn {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 34px;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-size: 0.68rem;
    line-height: 1;
  }

  body.atelier-brochure-refonte .rf-print-actions .atelier-theme-toggle {
    width: 42px;
    min-width: 42px;
    padding-inline: 0;
  }

  body.atelier-brochure-refonte .rf-print-actions .atelier-theme-toggle svg {
    width: 17px;
    height: 17px;
  }

  body.atelier-brochure-refonte.theme-night .theme-toggle__icon--sun,
  body.atelier-brochure-refonte.theme-day .theme-toggle__icon--moon,
  html[data-theme="night"] body.atelier-brochure-refonte .theme-toggle__icon--sun,
  html[data-theme="day"] body.atelier-brochure-refonte .theme-toggle__icon--moon {
    display: none;
  }

  body.atelier-brochure-refonte .atelier-theme-img,
  body.atelier-brochure-refonte.theme-day .atelier-theme-img--night,
  body.atelier-brochure-refonte.theme-night .atelier-theme-img--day {
    display: none;
  }

  body.atelier-brochure-refonte.theme-day .atelier-theme-img--day,
  body.atelier-brochure-refonte.theme-night .atelier-theme-img--night,
  html[data-theme="day"] body.atelier-brochure-refonte .atelier-theme-img--day,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-theme-img--night {
    display: block;
  }

  body.atelier-brochure-refonte.theme-day .rf-print-actions .rf-btn--light {
    background: rgba(255, 250, 240, 0.88);
    color: #07101f;
  }

  body.atelier-brochure-refonte .rf-brochure-hero {
    min-height: 84vh;
    align-items: end;
    overflow: hidden;
  }

  body.atelier-brochure-refonte .atelier-hero-img,
  body.atelier-brochure-refonte .atelier-section-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body.atelier-brochure-refonte .rf-brochure-hero::before {
    display: none;
  }

  body.atelier-brochure-refonte .rf-brochure-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 11, 20, 0.86), rgba(7, 16, 31, 0.58) 48%, rgba(7, 16, 31, 0.12)),
      linear-gradient(180deg, rgba(5, 11, 20, 0.05), rgba(5, 11, 20, 0.72));
  }

  body.atelier-brochure-refonte .atelier-hero__inner {
    position: relative;
    z-index: 3;
    max-width: 1120px;
  }

  body.atelier-brochure-refonte .rf-title {
    max-width: 760px;
    font-size: clamp(2.45rem, 4.2vw, 3.8rem);
    line-height: 0.98;
  }

  body.atelier-brochure-refonte .atelier-hero :is(.rf-title, .rf-lead) {
    color: #fffaf0;
    text-shadow: 0 18px 42px rgba(5, 11, 20, 0.36);
  }

  body.atelier-brochure-refonte .atelier-hero__text {
    max-width: 610px;
    margin: 0.85rem 0 0;
    color: rgba(255, 250, 240, 0.78);
    font-size: clamp(0.9rem, 0.7vw + 0.78rem, 1.02rem);
    line-height: 1.56;
  }

  body.atelier-brochure-refonte .atelier-hero-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    max-width: 980px;
    margin-top: 1.55rem;
  }

  body.atelier-brochure-refonte .atelier-hero-kpis article,
  body.atelier-brochure-refonte .atelier-symbol-grid .rf-card {
    padding: 1rem;
    border: 1px solid rgba(216, 178, 122, 0.34);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.08);
    backdrop-filter: blur(14px);
  }

  body.atelier-brochure-refonte .atelier-hero-kpis span,
  body.atelier-brochure-refonte .atelier-flow span {
    display: block;
    color: var(--atelier-gold);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  body.atelier-brochure-refonte .atelier-hero-kpis strong {
    display: block;
    margin-top: 0.25rem;
    color: #fffaf0;
    line-height: 1.25;
  }

  body.atelier-brochure-refonte .rf-brochure-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  body.atelier-brochure-refonte .rf-section-title,
  body.atelier-brochure-refonte .rf-section-copy,
  body.atelier-brochure-refonte .rf-eyebrow {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
  }

  body.atelier-brochure-refonte .rf-section-copy {
    max-width: 840px;
  }

  body.atelier-brochure-refonte .atelier-doctrine .rf-eyebrow,
  body.atelier-brochure-refonte .atelier-format .rf-eyebrow,
  body.atelier-brochure-refonte .atelier-method .rf-eyebrow,
  body.atelier-brochure-refonte .atelier-flow-section .rf-eyebrow,
  body.atelier-brochure-refonte .atelier-output .rf-eyebrow,
  body.atelier-brochure-refonte .atelier-final .rf-eyebrow {
    display: flex;
    justify-content: center;
  }

  body.atelier-brochure-refonte .atelier-doctrine .rf-section-title {
    max-width: 780px;
    font-size: clamp(2.45rem, 4.2vw, 4.15rem);
  }

  body.atelier-brochure-refonte .atelier-doctrine__subtitle {
    max-width: 760px;
    color: var(--atelier-gold) !important;
    font-family: var(--rf-font-head);
    font-size: clamp(1.28rem, 1.8vw, 1.72rem);
    line-height: 1.18;
  }

  body.atelier-brochure-refonte.theme-day .rf-band,
  body.atelier-brochure-refonte.theme-day .rf-band--cream {
    background: linear-gradient(180deg, #fffaf0 0%, #f5f0e8 100%);
    color: var(--atelier-ink);
  }

  body.atelier-brochure-refonte.theme-night .rf-band,
  body.atelier-brochure-refonte.theme-night .rf-band--cream,
  html[data-theme="night"] body.atelier-brochure-refonte .rf-band,
  html[data-theme="night"] body.atelier-brochure-refonte .rf-band--cream {
    background: linear-gradient(180deg, #07101f 0%, #0b1320 100%);
    color: #fffaf0;
  }

  body.atelier-brochure-refonte.theme-day .rf-section-copy,
  body.atelier-brochure-refonte.theme-day .rf-card p,
  body.atelier-brochure-refonte.theme-day .rf-list {
    color: rgba(7, 16, 31, 0.72);
  }

  body.atelier-brochure-refonte.theme-night .rf-section-copy,
  body.atelier-brochure-refonte.theme-night .rf-card p,
  body.atelier-brochure-refonte.theme-night .rf-list,
  html[data-theme="night"] body.atelier-brochure-refonte .rf-section-copy,
  html[data-theme="night"] body.atelier-brochure-refonte .rf-card p,
  html[data-theme="night"] body.atelier-brochure-refonte .rf-list {
    color: rgba(255, 250, 240, 0.76);
  }

  body.atelier-brochure-refonte .rf-card {
    border-radius: 8px;
    text-align: center;
  }

  body.atelier-brochure-refonte.theme-day .rf-card {
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 58px rgba(7, 16, 31, 0.09);
  }

  body.atelier-brochure-refonte.theme-night .rf-card,
  html[data-theme="night"] body.atelier-brochure-refonte .rf-card {
    background: rgba(255, 250, 240, 0.065);
  }

  body.atelier-brochure-refonte .rf-card img {
    border-radius: 8px;
    aspect-ratio: 16 / 10;
  }

  body.atelier-brochure-refonte .rf-card h3 {
    text-align: center;
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card h3,
  body.atelier-brochure-refonte .atelier-method-grid .rf-card h3,
  body.atelier-brochure-refonte .atelier-output-grid .rf-card h3 {
    font-size: clamp(1.18rem, 1.15vw, 1.42rem);
    line-height: 1.08;
  }

  body.atelier-brochure-refonte .atelier-doctrine .atelier-card-grid .rf-card h3 {
    white-space: nowrap;
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card p,
  body.atelier-brochure-refonte .atelier-method-grid .rf-card p {
    text-align: left;
  }

  body.atelier-brochure-refonte .atelier-card-result {
    align-self: end;
    margin-top: 0.85rem;
    padding-top: 0.82rem;
    border-top: 1px solid rgba(216, 178, 122, 0.24);
  }

  body.atelier-brochure-refonte .atelier-card-result strong {
    color: #9b792f;
    font-weight: 800;
  }

  body.atelier-brochure-refonte.theme-night .atelier-card-result strong,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-card-result strong {
    color: var(--atelier-gold);
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card,
  body.atelier-brochure-refonte .atelier-method-grid .rf-card {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    align-content: start;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card img {
    width: 100%;
    margin-bottom: 0.85rem;
    object-fit: cover;
  }

  body.atelier-brochure-refonte .atelier-photo-section,
  body.atelier-brochure-refonte .atelier-final {
    min-height: 820px;
    display: grid;
    align-items: center;
    color: #fffaf0;
  }

  body.atelier-brochure-refonte .atelier-photo-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(5, 11, 20, 0.35), rgba(5, 11, 20, 0.82)),
      linear-gradient(90deg, rgba(5, 11, 20, 0.72), rgba(5, 11, 20, 0.28), rgba(5, 11, 20, 0.68));
  }

  body.atelier-brochure-refonte .atelier-photo-section > .rf-container,
  body.atelier-brochure-refonte .atelier-final > .rf-container {
    position: relative;
    z-index: 3;
  }

  body.atelier-brochure-refonte .atelier-photo-section .rf-section-copy,
  body.atelier-brochure-refonte .atelier-final .rf-section-copy {
    color: rgba(255, 250, 240, 0.82);
  }

  body.atelier-brochure-refonte .atelier-symbol-grid .rf-card {
    color: #fffaf0;
  }

  body.atelier-brochure-refonte .atelier-format__title {
    max-width: 740px;
    font-size: clamp(2.35rem, 3.8vw, 3.85rem);
  }

  body.atelier-brochure-refonte .atelier-format__brief {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1rem, 2vw, 1.6rem);
    align-items: stretch;
    width: min(1100px, 100%);
    margin: clamp(1.6rem, 3vw, 2.4rem) auto 0;
    padding: clamp(0.76rem, 1.4vw, 1rem);
    border: 1px solid rgba(216, 178, 122, 0.26);
    border-radius: 8px;
    background: rgba(5, 11, 20, 0.48);
    box-shadow: 0 24px 70px rgba(5, 11, 20, 0.28);
    backdrop-filter: blur(14px);
  }

  body.atelier-brochure-refonte .atelier-format__media {
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
  }

  body.atelier-brochure-refonte .atelier-format__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
  }

  body.atelier-brochure-refonte .atelier-format__copy {
    display: grid;
    align-content: center;
    gap: 0.82rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.08);
    text-align: left;
  }

  body.atelier-brochure-refonte .atelier-format__copy h3 {
    margin: 0;
    color: var(--atelier-gold);
    font-family: var(--rf-font-head);
    font-size: clamp(1.7rem, 2.3vw, 2.32rem);
    font-weight: 400;
    line-height: 1.02;
  }

  body.atelier-brochure-refonte .atelier-format__copy p,
  body.atelier-brochure-refonte .atelier-process-list {
    margin: 0;
    color: rgba(255, 250, 240, 0.8);
    line-height: 1.56;
  }

  body.atelier-brochure-refonte .atelier-process-list {
    display: grid;
    gap: 0.48rem;
    padding-left: 1.2rem;
  }

  body.atelier-brochure-refonte .atelier-symbol-grid strong {
    display: block;
    color: var(--atelier-gold);
    font-family: var(--rf-font-head);
    font-size: clamp(1.95rem, 3.8vw, 3.2rem);
    font-weight: 300;
    line-height: 0.9;
  }

  body.atelier-brochure-refonte .atelier-symbol-grid span {
    display: block;
    margin-top: 0.65rem;
    color: rgba(255, 250, 240, 0.78);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.atelier-brochure-refonte .atelier-flow {
    display: grid;
    gap: 0.75rem;
    max-width: 980px;
    margin: 2rem auto 0;
  }

  body.atelier-brochure-refonte .atelier-flow article {
    display: grid;
    grid-template-columns: 110px 160px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(216, 178, 122, 0.28);
    border-radius: 8px;
    background: rgba(5, 11, 20, 0.54);
    backdrop-filter: blur(12px);
  }

  body.atelier-brochure-refonte .atelier-flow strong {
    color: #fffaf0;
    font-family: var(--rf-font-head);
    font-size: 1.45rem;
    font-weight: 400;
  }

  body.atelier-brochure-refonte .atelier-flow p {
    margin: 0;
    color: rgba(255, 250, 240, 0.74);
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card {
    text-align: center;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card h3,
  body.atelier-brochure-refonte .atelier-output-grid .rf-card p,
  body.atelier-brochure-refonte .atelier-output-grid .rf-card small {
    text-align: center;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-list {
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }

  body.atelier-brochure-refonte .atelier-card-actions,
  body.atelier-brochure-refonte .atelier-centered-actions,
  body.atelier-brochure-refonte .atelier-output-actions {
    justify-content: center;
  }

  body.atelier-brochure-refonte .atelier-output-actions {
    margin-top: clamp(1.2rem, 2.4vw, 1.8rem);
  }

  body.atelier-brochure-refonte.theme-day .atelier-output .rf-btn--light {
    border-color: rgba(7, 16, 31, 0.42);
    background: rgba(255, 250, 240, 0.78);
    color: var(--atelier-ink);
  }

  body.atelier-brochure-refonte .atelier-output__title {
    max-width: 820px;
    font-size: clamp(2.2rem, 3.4vw, 3.5rem);
  }

  body.atelier-brochure-refonte .atelier-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 2rem;
  }

  body.atelier-brochure-refonte .atelier-contact-grid a {
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
    border: 1px solid rgba(216, 178, 122, 0.3);
    border-radius: 8px;
    background: rgba(5, 11, 20, 0.52);
    color: #fffaf0;
    text-align: center;
    text-decoration: none;
    backdrop-filter: blur(12px);
  }

  body.atelier-brochure-refonte .atelier-contact-grid strong {
    color: var(--atelier-gold);
    font-family: var(--rf-font-head);
    font-size: 1.65rem;
    font-weight: 400;
  }

  body.atelier-brochure-refonte .atelier-contact-grid span {
    color: rgba(255, 250, 240, 0.72);
    font-size: 0.84rem;
  }

  body.atelier-brochure-refonte .atelier-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    margin: 1.25rem auto 0;
  }

  body.atelier-brochure-refonte .atelier-social-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.46rem;
    min-height: 42px;
    padding: 0.62rem 0.85rem;
    border: 1px solid rgba(216, 178, 122, 0.32);
    border-radius: 999px;
    background: rgba(5, 11, 20, 0.42);
    color: #fffaf0;
    text-decoration: none;
    backdrop-filter: blur(12px);
  }

  body.atelier-brochure-refonte .atelier-social-links svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.atelier-brochure-refonte .atelier-social-links span {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  @media (max-width: 900px) {
    body.atelier-brochure-refonte .atelier-hero-kpis,
    body.atelier-brochure-refonte .rf-grid--4,
    body.atelier-brochure-refonte .rf-grid--3,
    body.atelier-brochure-refonte .rf-grid--2,
    body.atelier-brochure-refonte .atelier-contact-grid {
      grid-template-columns: 1fr;
    }

    body.atelier-brochure-refonte .atelier-flow article {
      grid-template-columns: 1fr;
      text-align: center;
    }

    body.atelier-brochure-refonte .atelier-format__brief {
      grid-template-columns: 1fr;
    }

    body.atelier-brochure-refonte .atelier-doctrine .atelier-card-grid .rf-card h3 {
      white-space: normal;
    }

    body.atelier-brochure-refonte .rf-brochure-hero,
    body.atelier-brochure-refonte .atelier-photo-section,
    body.atelier-brochure-refonte .atelier-final {
      min-height: auto;
      padding-top: 110px;
      padding-bottom: 82px;
    }
  }
}

/* Atelier Trajectoire final cascade - 2026-06-19 */
@media screen {
  body.atelier-brochure-refonte .rf-brochure-hero {
    min-height: 80vh !important;
    align-items: center !important;
  }

  body.atelier-brochure-refonte .atelier-hero-img {
    object-position: center !important;
    filter: saturate(0.92) contrast(1.06) brightness(0.82) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-hero-img--day {
    filter: saturate(0.86) contrast(1.12) brightness(0.56) !important;
  }

  body.atelier-brochure-refonte .rf-brochure-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 11, 20, 0.9), rgba(7, 16, 31, 0.64) 47%, rgba(7, 16, 31, 0.16)),
      linear-gradient(180deg, rgba(5, 11, 20, 0.12), rgba(5, 11, 20, 0.72)) !important;
  }

  body.atelier-brochure-refonte .atelier-hero .rf-title {
    max-width: 780px !important;
    font-size: clamp(2.45rem, 4.2vw, 3.8rem) !important;
    line-height: 0.98 !important;
  }

  body.atelier-brochure-refonte .atelier-hero .rf-lead {
    max-width: 760px !important;
    font-size: clamp(1.02rem, 1.35vw, 1.28rem) !important;
    line-height: 1.2 !important;
  }

  body.atelier-brochure-refonte .atelier-hero__text {
    max-width: 720px !important;
    font-size: clamp(0.9rem, 0.7vw + 0.78rem, 1.02rem) !important;
    line-height: 1.56 !important;
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card {
    min-height: 100% !important;
    grid-template-rows: auto auto auto minmax(5.8rem, auto) minmax(4.9rem, auto) !important;
  }

  body.atelier-brochure-refonte .atelier-card-grid .rf-card > p:not(.atelier-card-result) {
    min-height: 5.8rem !important;
  }

  body.atelier-brochure-refonte .atelier-card-result {
    align-self: end !important;
    min-height: 4.9rem !important;
    display: grid !important;
    align-content: start !important;
  }

  body.atelier-brochure-refonte .atelier-format__brief {
    margin-bottom: clamp(1.9rem, 3.4vw, 3rem) !important;
  }

  body.atelier-brochure-refonte .atelier-symbol-grid {
    margin-top: clamp(1.2rem, 2.6vw, 2rem) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__brief {
    border-color: rgba(7, 16, 31, 0.13) !important;
    background: rgba(255, 250, 240, 0.82) !important;
    box-shadow: 0 24px 72px rgba(7, 16, 31, 0.12) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy {
    background: rgba(255, 250, 240, 0.62) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy h3 {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-format__copy p,
  body.atelier-brochure-refonte.theme-day .atelier-process-list {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card {
    border-color: rgba(216, 178, 122, 0.3) !important;
    background: rgba(255, 250, 240, 0.88) !important;
    color: var(--atelier-ink) !important;
    box-shadow: 0 18px 46px rgba(7, 16, 31, 0.1) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card strong {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-symbol-grid .rf-card span {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card {
    grid-template-rows: auto auto 1fr !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card small {
    display: none !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card h3,
  body.atelier-brochure-refonte .atelier-method-grid .rf-card p {
    text-align: center !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-method-grid .rf-card h3 {
    color: var(--atelier-ink) !important;
    font-weight: 800 !important;
  }

  body.atelier-brochure-refonte.theme-night .atelier-method-grid .rf-card h3,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-method-grid .rf-card h3 {
    color: var(--atelier-gold) !important;
  }

  body.atelier-brochure-refonte .atelier-method-grid .rf-card p {
    align-self: start !important;
    line-height: 1.62 !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output {
    background: linear-gradient(180deg, #fffaf0 0%, #f5f0e8 100%) !important;
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-night .atelier-output,
  html[data-theme="night"] body.atelier-brochure-refonte .atelier-output {
    background: linear-gradient(180deg, #07101f 0%, #0b1320 100%) !important;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card {
    display: grid !important;
    align-content: start !important;
  }

  body.atelier-brochure-refonte .atelier-output-grid .rf-card > img {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    margin-bottom: 1rem !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card {
    background: rgba(255, 250, 240, 0.9) !important;
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card :is(h3, p, li) {
    color: var(--atelier-ink) !important;
  }

  body.atelier-brochure-refonte.theme-day .atelier-output-grid .rf-card small {
    color: var(--atelier-gold) !important;
  }

  @media (max-width: 900px) {
    body.atelier-brochure-refonte .atelier-hero .rf-title {
      font-size: clamp(2.18rem, 9vw, 2.75rem) !important;
    }

    body.atelier-brochure-refonte .atelier-hero__text br {
      display: none !important;
    }

    body.atelier-brochure-refonte .atelier-card-grid .rf-card,
    body.atelier-brochure-refonte .atelier-card-grid .rf-card > p:not(.atelier-card-result),
    body.atelier-brochure-refonte .atelier-card-result {
      min-height: 0 !important;
    }
  }
}
