/* Rencontres & Horizons — direction éditoriale conversion 2026 */

body.rh-experience {
  --rh-ink: #102d35;
  --rh-ink-deep: #071d23;
  --rh-lagoon: #2e7783;
  --rh-mist: #f4f5f1;
  --rh-paper: #fffefb;
  --rh-sun: #e0b34f;
  --rh-text: #24363a;
  --rh-muted: #68777a;
  --rh-line: rgba(16, 45, 53, 0.16);
  margin: 0;
  color: var(--rh-text);
  background: var(--rh-mist);
  font-family: "Manrope", sans-serif;
  line-height: 1.72;
}

body.rh-experience::before {
  content: "";
  position: fixed;
  z-index: 10000;
  inset: 0 auto auto 0;
  width: var(--rh-reading-progress, 0%);
  height: 3px;
  pointer-events: none;
  background: var(--rh-sun);
}

body.rh-experience,
body.rh-experience * {
  box-sizing: border-box;
}

body.rh-experience .page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: clip;
}

body.rh-experience main {
  display: block;
}

body.rh-experience h1,
body.rh-experience h2,
body.rh-experience h3,
body.rh-experience .brand span {
  color: var(--rh-ink);
  font-family: "Fraunces", serif;
  letter-spacing: 0;
  text-wrap: balance;
}

body.rh-experience h1 {
  max-width: 16ch;
  font-size: clamp(3.25rem, 6vw, 6.9rem);
  font-weight: 600;
  line-height: 0.96;
}

body.rh-experience h2 {
  max-width: 18ch;
  font-size: clamp(2.3rem, 4.1vw, 4.7rem);
  font-weight: 600;
  line-height: 1.02;
}

body.rh-experience h3 {
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  line-height: 1.12;
}

body.rh-experience p,
body.rh-experience li {
  text-wrap: pretty;
}

body.rh-experience a {
  color: inherit;
}

body.rh-experience :focus-visible {
  outline: 3px solid var(--rh-sun);
  outline-offset: 4px;
}

/* Navigation : une ligne éditoriale, pas un conteneur flottant. */
body.rh-experience .topbar {
  position: sticky !important;
  z-index: 900;
  top: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(250px, 1fr) auto;
  width: 100% !important;
  max-width: none !important;
  min-height: 78px !important;
  margin: 0 !important;
  padding: 0 clamp(24px, 5vw, 82px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  color: var(--rh-paper) !important;
  background: rgba(7, 29, 35, 0.96) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) !important;
}

body.rh-experience .topbar::before,
body.rh-experience .topbar::after {
  display: none;
}

body.rh-experience .brand {
  min-width: 0;
  gap: 13px;
}

body.rh-experience .brand img {
  width: 54px !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  filter: none !important;
}

body.rh-experience .brand span {
  color: var(--rh-paper) !important;
  font-family: "Fraunces", serif !important;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 600;
  white-space: nowrap;
}

body.rh-experience .brand span i {
  color: var(--rh-sun);
  font-style: normal;
}

body.rh-experience .nav-links {
  display: flex !important;
  gap: clamp(18px, 2.4vw, 38px) !important;
  align-items: center;
  justify-self: end !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.rh-experience .nav-links a,
body.rh-experience .nav-links a.nav-cta {
  position: relative;
  padding: 29px 0 25px;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  white-space: nowrap;
}

body.rh-experience .nav-links a:last-child {
  padding: 11px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
}

body.rh-experience .nav-links a:last-child::after {
  right: 18px;
  bottom: 7px;
  left: 18px;
}

body.rh-experience .nav-links a::after,
body.rh-experience .nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  display: block;
  height: 2px;
  background: var(--rh-sun);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

body.rh-experience .nav-links a::before {
  content: none !important;
  display: none !important;
}

body.rh-experience .nav-links a:hover,
body.rh-experience .nav-links a:focus-visible,
body.rh-experience .nav-links a[aria-current="page"] {
  color: var(--rh-paper) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.rh-experience .nav-links a:hover::after,
body.rh-experience .nav-links a:focus-visible::after,
body.rh-experience .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.rh-experience .rh-menu-toggle {
  display: none;
}

/* Héros : compositions ouvertes et images assumées. */
body.rh-experience .sub-hero,
body.rh-experience .pillar-hero,
body.rh-experience .article-hero,
body.rh-experience .library-hero {
  position: relative;
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 142px) clamp(24px, 7vw, 112px) clamp(64px, 8vw, 124px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(
      90deg,
      var(--rh-paper) 0%,
      var(--rh-paper) 61%,
      rgba(46, 119, 131, 0.075) 61%,
      rgba(46, 119, 131, 0.075) 100%
    ) !important;
  box-shadow: none;
}

body.rh-experience .article-hero {
  max-width: 1500px;
}

body.rh-experience .library-hero .sub-hero-grid {
  align-items: start !important;
}

body.rh-experience .library-hero .sub-hero-copy {
  padding-top: clamp(24px, 4vw, 58px);
}

body.rh-experience .about-hero {
  width: min(100%, 1500px);
  margin: 0 auto !important;
  padding: clamp(74px, 8vw, 126px) clamp(24px, 7vw, 112px) clamp(66px, 7vw, 108px) !important;
}

body.rh-experience .about-hero-photo {
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.rh-experience .about-hero-photo img {
  border-radius: 0 !important;
}

body.rh-experience .about-hero-photo figcaption {
  right: -18px;
  bottom: -18px;
  left: 26px;
  border: 0;
  border-radius: 0;
  background: rgba(16, 45, 53, 0.9);
}

body.rh-experience .sub-hero::after,
body.rh-experience .pillar-hero::after {
  content: "";
  position: absolute;
  right: clamp(24px, 7vw, 112px);
  bottom: 0;
  width: min(31vw, 430px);
  height: 1px;
  background: var(--rh-sun);
}

body.rh-experience .sub-hero-grid,
body.rh-experience .pillar-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(52px, 8vw, 138px);
  align-items: center;
}

body.rh-experience .pillar-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr) !important;
  gap: clamp(52px, 8vw, 138px) !important;
}

body.rh-experience .sub-hero-copy,
body.rh-experience .pillar-hero-copy {
  max-width: 760px;
}

body.rh-experience .sub-hero-copy h1,
body.rh-experience .pillar-hero-copy h1,
body.rh-experience .article-hero h1 {
  max-width: 18ch !important;
  margin: 16px 0 28px;
  font-size: clamp(3rem, 4.5vw, 4.85rem) !important;
  line-height: 1.01 !important;
}

body.rh-experience .hero-text,
body.rh-experience .sub-hero-copy > p:not(.eyebrow),
body.rh-experience .pillar-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--rh-muted);
  font-size: clamp(1.06rem, 1.45vw, 1.28rem);
  line-height: 1.75;
}

body.rh-experience .eyebrow,
body.rh-experience .card-label {
  color: var(--rh-lagoon);
  font-family: "Manrope", sans-serif;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.rh-experience .visual-card,
body.rh-experience .photo-frame,
body.rh-experience .product-cover,
body.rh-experience .product-cover-image,
body.rh-experience .pillar-hero-photo,
body.rh-experience .article-hero figure,
body.rh-experience .article-hero-image {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.rh-experience .visual-card img,
body.rh-experience .photo-frame img,
body.rh-experience .sub-hero img,
body.rh-experience .pillar-hero img,
body.rh-experience .article-hero img,
body.rh-experience .about-hero img {
  display: block;
  width: 100%;
  min-height: 420px;
  max-height: 690px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: cover;
}

body.rh-experience .pillar-hero-photo::before,
body.rh-experience .article-hero figure::before,
body.rh-experience .article-hero-image::before {
  display: none !important;
}

body.rh-experience .pillar-hero-photo::after,
body.rh-experience .article-hero figure::after,
body.rh-experience .article-hero-image::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: auto -18px -18px auto !important;
  display: block !important;
  width: 72% !important;
  height: 72% !important;
  border-right: 1px solid var(--rh-sun) !important;
  border-bottom: 1px solid var(--rh-sun) !important;
  background: transparent !important;
  pointer-events: none;
}

body.rh-experience .pillar-hero-photo figcaption,
body.rh-experience .article-hero figcaption {
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  max-width: 100% !important;
  padding: 18px 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--rh-paper) !important;
  background: rgba(7, 29, 35, 0.88) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  text-shadow: none !important;
}

body.rh-experience .pillar-hero-photo {
  align-self: start !important;
  min-height: 540px !important;
  margin: 18px 0 0 !important;
  aspect-ratio: 4 / 5 !important;
}

body.rh-experience .pillar-hero-photo img {
  height: 100% !important;
}

body.rh-experience .visual-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -24px;
  bottom: -24px;
  width: 68%;
  height: 68%;
  border-right: 1px solid var(--rh-sun);
  border-bottom: 1px solid var(--rh-sun);
}

/* Actions : la couleur porte la décision, les liens portent l'exploration. */
body.rh-experience .button,
body.rh-experience button.button {
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid var(--rh-ink);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--rh-ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.rh-experience .button::after {
  display: none;
}

body.rh-experience .button-main-cta,
body.rh-experience .button-primary,
body.rh-experience .button-letter,
body.rh-experience .button-ebook,
body.rh-experience .button-accompagnement {
  border-color: var(--rh-sun);
  color: var(--rh-ink-deep);
  background: var(--rh-sun);
}

body.rh-experience .button:hover,
body.rh-experience .button:focus-visible {
  border-color: var(--rh-ink);
  color: var(--rh-paper);
  background: var(--rh-ink);
  box-shadow: none;
  transform: none;
}

body.rh-experience .hero-actions {
  gap: 13px 18px;
}

body.rh-experience .hero-inline-note,
body.rh-experience .soft-route-strip,
body.rh-experience .trust-points {
  gap: 10px 22px;
}

body.rh-experience .note-pill {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--rh-muted);
  font-size: 0.72rem;
}

body.rh-experience .note-pill::before {
  content: "— ";
  color: var(--rh-sun);
}

/* Sections : variation de rythme plutôt qu'empilement de cartes. */
body.rh-experience .section-block {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 148px) clamp(24px, 7vw, 112px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rh-experience .section-block::before {
  width: 72px;
  height: 1px;
  background: var(--rh-sun);
}

body.rh-experience .section-block:nth-of-type(even) {
  background: var(--rh-paper);
}

body.rh-experience .section-heading,
body.rh-experience .library-heading {
  max-width: 880px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

body.rh-experience .section-heading h2,
body.rh-experience .library-heading h2 {
  margin-right: 0;
  margin-left: 0;
}

body.rh-experience .offer-grid,
body.rh-experience .product-grid,
body.rh-experience .library-start-grid,
body.rh-experience .library-featured-grid,
body.rh-experience .library-theme-grid,
body.rh-experience .start-grid {
  gap: clamp(28px, 4vw, 64px);
}

body.rh-experience .offer-card,
body.rh-experience .start-card,
body.rh-experience .library-start-card,
body.rh-experience .library-featured-card,
body.rh-experience .library-theme-card,
body.rh-experience .product-card,
body.rh-experience .experience-card,
body.rh-experience .faq-card,
body.rh-experience .offer-ladder-grid article,
body.rh-experience .offer-router-grid a {
  padding: 30px 0 34px;
  border: 0;
  border-top: 1px solid var(--rh-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rh-experience .offer-card:hover,
body.rh-experience .start-card:hover,
body.rh-experience .library-start-card:hover,
body.rh-experience .library-featured-card:hover,
body.rh-experience .library-theme-card:hover,
body.rh-experience .product-card:hover,
body.rh-experience .offer-router-grid a:hover {
  border-color: var(--rh-lagoon);
  background: transparent;
  box-shadow: none;
  transform: translateY(-4px);
}

body.rh-experience .library-start-card span,
body.rh-experience .start-card span,
body.rh-experience .offer-router-grid span {
  color: var(--rh-sun);
}

body.rh-experience .newsletter-panel,
body.rh-experience .offer-router-panel,
body.rh-experience .offer-ladder,
body.rh-experience .article-cta,
body.rh-experience .article-author-note,
body.rh-experience .cta-panel,
body.rh-experience .freebie-panel,
body.rh-experience .request-panel,
body.rh-experience .letter-receive-card,
body.rh-experience .orientation-ticket {
  padding: clamp(38px, 6vw, 82px);
  border: 0;
  border-radius: 0;
  background: var(--rh-ink) !important;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.78);
}

body.rh-experience .newsletter-panel p,
body.rh-experience .newsletter-panel li,
body.rh-experience .offer-router-panel p,
body.rh-experience .offer-router-panel li,
body.rh-experience .offer-ladder p,
body.rh-experience .offer-ladder li,
body.rh-experience .article-cta p,
body.rh-experience .article-cta li,
body.rh-experience .article-author-note p,
body.rh-experience .article-author-note li,
body.rh-experience .cta-panel p,
body.rh-experience .cta-panel li,
body.rh-experience .freebie-panel p,
body.rh-experience .freebie-panel li,
body.rh-experience .request-panel p,
body.rh-experience .request-panel li,
body.rh-experience .letter-receive-card p,
body.rh-experience .letter-receive-card li,
body.rh-experience .orientation-ticket p,
body.rh-experience .orientation-ticket li {
  color: rgba(255, 255, 255, 0.94) !important;
}

body.rh-experience .newsletter-panel a:not(.button),
body.rh-experience .offer-router-panel a:not(.button),
body.rh-experience .offer-ladder a:not(.button),
body.rh-experience .article-cta a:not(.button),
body.rh-experience .article-author-note a:not(.button) {
  color: var(--rh-paper) !important;
  text-decoration-color: var(--rh-sun);
}

body.rh-experience .newsletter-panel h2,
body.rh-experience .newsletter-panel h3,
body.rh-experience .offer-router-panel h2,
body.rh-experience .offer-ladder h2,
body.rh-experience .article-cta h2,
body.rh-experience .article-author-note h2,
body.rh-experience .cta-panel h2,
body.rh-experience .cta-panel h3,
body.rh-experience .freebie-panel h2,
body.rh-experience .freebie-panel h3,
body.rh-experience .request-panel h2,
body.rh-experience .request-panel h3,
body.rh-experience .letter-receive-card h2,
body.rh-experience .letter-receive-card h3,
body.rh-experience .orientation-ticket h2,
body.rh-experience .orientation-ticket h3 {
  color: var(--rh-paper) !important;
}

body.rh-experience .newsletter-panel .eyebrow,
body.rh-experience .offer-router-panel .eyebrow,
body.rh-experience .offer-ladder .eyebrow,
body.rh-experience .article-cta .eyebrow,
body.rh-experience .article-author-note .eyebrow,
body.rh-experience .cta-panel .eyebrow,
body.rh-experience .freebie-panel .eyebrow,
body.rh-experience .request-panel .eyebrow,
body.rh-experience .letter-receive-card .eyebrow,
body.rh-experience .orientation-ticket .eyebrow,
body.rh-experience .orientation-ticket .card-label {
  color: var(--rh-sun) !important;
}

body.rh-experience :is(
    .newsletter-panel,
    .offer-router-panel,
    .offer-ladder,
    .article-cta,
    .article-author-note,
    .cta-panel,
    .freebie-panel,
    .request-panel,
    .letter-receive-card,
    .orientation-ticket
  ) .button:not(.button-main-cta):not(.button-primary) {
  border-color: rgba(255, 255, 255, 0.72) !important;
  color: var(--rh-paper) !important;
  background: transparent !important;
}

body.rh-experience :is(
    .newsletter-panel,
    .offer-router-panel,
    .offer-ladder,
    .article-cta,
    .article-author-note,
    .cta-panel,
    .freebie-panel,
    .request-panel,
    .letter-receive-card,
    .orientation-ticket
  ) .button:hover,
body.rh-experience :is(
    .newsletter-panel,
    .offer-router-panel,
    .offer-ladder,
    .article-cta,
    .article-author-note,
    .cta-panel,
    .freebie-panel,
    .request-panel,
    .letter-receive-card,
    .orientation-ticket
  ) .button:focus-visible {
  border-color: var(--rh-sun) !important;
  color: var(--rh-ink-deep) !important;
  background: var(--rh-sun) !important;
}

body.rh-experience .embed-shell,
body.rh-experience .newsletter-signup-card {
  border: 0;
  border-radius: 0;
  background: var(--rh-paper);
  box-shadow: none;
}

/* Articles : priorité au confort et au vécu. */
body.rh-experience .article-page {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.rh-experience .article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: clamp(46px, 8vw, 130px);
  align-items: center;
}

body.rh-experience .rh-article-intro {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.rh-experience .rh-article-intro h1 {
  width: 100%;
  max-width: 12.5ch;
  font-size: clamp(3.35rem, 5.4vw, 5.6rem);
}

body.rh-experience .article-hero > img,
body.rh-experience .article-hero figure,
body.rh-experience .article-hero .article-hero-image {
  grid-column: 2;
  grid-row: 1;
}

body.rh-experience .visual-card:has(.ebook-stack-preview) img {
  min-height: 0;
  max-height: none;
  object-fit: contain;
}

body.rh-experience .article-hero img {
  width: 100%;
  min-height: 520px;
  max-height: 730px;
  border-radius: 0;
  object-fit: cover;
}

body.rh-experience .article-layout {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 120px) 0;
}

body.rh-experience .article-content {
  max-width: 760px;
  color: #34484c;
  font-size: clamp(1.05rem, 1.28vw, 1.18rem);
  line-height: 1.92;
}

body.rh-experience .article-content h2 {
  max-width: 19ch;
  margin-top: 2.2em;
  margin-bottom: 0.65em;
}

body.rh-experience .article-content p + p {
  margin-top: 1.25em;
}

body.rh-experience .article-content blockquote {
  margin: 3rem 0;
  padding: 4px 0 4px clamp(24px, 4vw, 54px);
  border: 0;
  border-left: 2px solid var(--rh-sun);
  border-radius: 0;
  background: transparent;
  color: var(--rh-ink);
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.3;
}

body.rh-experience .article-lived-note {
  position: relative;
  margin: 3.6rem 0;
  padding: 34px 38px 36px 54px;
  border: 0;
  border-left: 3px solid var(--rh-sun);
  border-radius: 0;
  background: rgba(46, 119, 131, 0.08);
  box-shadow: none;
}

body.rh-experience .article-lived-note::before {
  content: "KEVIN · SUR LE TERRAIN";
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 13px;
  color: var(--rh-lagoon);
  background: transparent;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

body.rh-experience .article-lived-note .eyebrow {
  display: none;
}

body.rh-experience .article-author-note {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

body.rh-experience .article-author-note img {
  width: 92px;
  height: 92px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  object-fit: cover;
}

/* Pied de page : une conclusion de revue, pas quatre colonnes de template. */
body.rh-experience .site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 58px clamp(24px, 7vw, 112px) 88px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.88);
  background: var(--rh-ink-deep);
}

body.rh-experience .site-footer p,
body.rh-experience .site-footer a,
body.rh-experience .site-footer span {
  color: inherit;
}

body.rh-experience .site-footer > p {
  color: var(--rh-paper);
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
}

body.rh-experience .site-footer a:hover {
  color: var(--rh-sun);
}

body.rh-experience .site-footer .footer-compass {
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.rh-experience .site-footer .footer-compass span,
body.rh-experience .site-footer .social-label {
  color: rgba(255, 255, 255, 0.94) !important;
}

body.rh-experience .site-footer .footer-compass a {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  border-radius: 0;
  color: var(--rh-paper) !important;
  background: transparent;
}

body.rh-experience .site-footer .footer-compass a:hover,
body.rh-experience .site-footer .footer-compass a:focus-visible {
  border-color: var(--rh-sun);
  color: var(--rh-ink-deep);
  background: var(--rh-sun);
  transform: none;
}

body.rh-experience .site-footer .social-links {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.rh-experience .site-footer .social-link {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  border-radius: 0;
  color: var(--rh-paper) !important;
  background: transparent;
}

body.rh-experience .site-footer .social-link svg {
  width: 20px !important;
  height: 20px !important;
  color: inherit !important;
  opacity: 1 !important;
}

body.rh-experience .site-footer .social-link svg path {
  fill: currentColor !important;
  stroke: none !important;
}

body.rh-experience .site-footer .social-link svg rect,
body.rh-experience .site-footer .social-link svg circle {
  fill: none !important;
  stroke: currentColor !important;
}

body.rh-experience .site-footer .social-link:hover,
body.rh-experience .site-footer .social-link:focus-visible {
  border-color: var(--rh-sun);
  color: var(--rh-ink-deep);
  background: var(--rh-sun);
  box-shadow: none;
  transform: none;
}

body.rh-experience .site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.8);
}

/* Conversion contextuelle persistante. */
body.rh-experience .rh-conversion-dock {
  position: fixed;
  z-index: 850;
  right: 28px;
  bottom: 24px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 29, 35, 0.94);
  box-shadow: 0 14px 42px rgba(7, 29, 35, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
}

body.rh-experience .rh-conversion-dock.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.rh-experience .rh-conversion-dock span {
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.rh-experience .rh-conversion-dock a {
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

body.rh-experience .rh-conversion-dock a.is-primary {
  color: var(--rh-ink-deep);
  background: var(--rh-sun);
}

@media (max-width: 1040px) {
  body.rh-experience .topbar {
    position: sticky !important;
    top: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(7, 29, 35, 0.98) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  body.rh-experience .topbar::after {
    display: none !important;
  }

  body.rh-experience .brand {
    grid-column: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.rh-experience .brand img {
    width: 40px !important;
    height: 40px !important;
  }

  body.rh-experience .brand span {
    overflow: hidden;
    color: var(--rh-paper) !important;
    font-size: 1.03rem !important;
    text-overflow: ellipsis;
  }

  body.rh-experience .rh-menu-toggle {
    grid-column: 2 !important;
    display: grid !important;
    grid-template-columns: 28px auto;
    gap: 5px 9px;
    width: auto;
    height: 44px;
    align-items: center;
    padding: 10px 0;
    border: 0;
    background: transparent;
    color: var(--rh-paper);
  }

  body.rh-experience .rh-menu-toggle span {
    grid-column: 1;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--rh-paper);
  }

  body.rh-experience .rh-menu-toggle::after {
    content: "Menu";
    grid-column: 2;
    grid-row: 1 / span 2;
    color: var(--rh-paper);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  body.rh-experience .nav-links {
    position: fixed;
    z-index: 901;
    inset: 68px 0 0 !important;
    display: none !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 24px 24px 34px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: var(--rh-ink-deep);
    overflow: auto !important;
    align-content: start !important;
  }

  body.rh-experience .nav-links.is-open {
    display: grid !important;
  }

  body.rh-experience .nav-links a,
  body.rh-experience .nav-links a.nav-cta {
    padding: 13px 0;
    font-family: "Fraunces", serif;
    font-size: 1.45rem;
    color: var(--rh-paper);
    letter-spacing: 0;
  }

  body.rh-experience .nav-links a::after {
    bottom: 6px;
  }

  body.rh-experience .sub-hero-grid,
  body.rh-experience .pillar-hero-grid,
  body.rh-experience .pillar-hero,
  body.rh-experience .article-hero,
  body.rh-experience .about-hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.rh-experience .pillar-hero-copy,
  body.rh-experience .sub-hero-copy {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.rh-experience .about-hero-photo figcaption {
    right: 0;
    left: 20px;
  }

  body.rh-experience .article-hero > img,
  body.rh-experience .article-hero figure,
  body.rh-experience .article-hero .article-hero-image {
    grid-column: 1;
    grid-row: auto;
  }

  body.rh-experience .rh-article-intro {
    grid-column: 1;
  }

  body.rh-experience .pillar-hero-photo {
    width: min(100%, 720px) !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    aspect-ratio: 16 / 11 !important;
  }
}

@media (max-width: 720px) {
  body.rh-experience h1 {
    max-width: 13ch;
    font-size: clamp(2.65rem, 13vw, 4.1rem);
    line-height: 0.98;
  }

  body.rh-experience h2 {
    max-width: 15ch;
    font-size: clamp(2.15rem, 10vw, 3.25rem);
  }

  body.rh-experience .topbar {
    min-height: 68px;
    padding: 0 18px;
  }

  body.rh-experience .brand img {
    width: 42px;
    height: 42px;
  }

  body.rh-experience .brand span {
    font-size: 1rem;
  }

  body.rh-experience .nav-links {
    inset: 68px 0 auto;
  }

  body.rh-experience .sub-hero,
  body.rh-experience .pillar-hero,
  body.rh-experience .article-hero,
  body.rh-experience .library-hero {
    padding: 54px 20px 68px;
    background: var(--rh-paper) !important;
  }

  body.rh-experience .sub-hero-grid,
  body.rh-experience .pillar-hero-grid,
  body.rh-experience .article-hero {
    gap: 38px;
  }

  body.rh-experience .sub-hero-copy h1,
  body.rh-experience .pillar-hero-copy h1,
  body.rh-experience .article-hero h1 {
    max-width: 14ch !important;
    font-size: clamp(2.5rem, 11vw, 3.45rem) !important;
  }

  body.rh-experience .visual-card img,
  body.rh-experience .photo-frame img,
  body.rh-experience .sub-hero img,
  body.rh-experience .pillar-hero img,
  body.rh-experience .article-hero img {
    min-height: 330px;
    max-height: 500px;
  }

  body.rh-experience .section-block {
    padding: 72px 20px;
  }

  body.rh-experience .article-layout {
    width: min(100% - 40px, 760px);
  }

  body.rh-experience .article-lived-note {
    margin-right: -8px;
    margin-left: -8px;
    padding: 28px 24px 30px 30px;
  }

  body.rh-experience .article-author-note {
    grid-template-columns: 68px minmax(0, 1fr);
    padding: 30px 24px;
  }

  body.rh-experience .article-author-note img {
    width: 68px;
    height: 68px;
  }

  body.rh-experience .article-author-note .hero-actions {
    grid-column: 1 / -1;
  }

  body.rh-experience .site-footer {
    grid-template-columns: 1fr;
    padding: 48px 20px 100px;
  }

  body.rh-experience .rh-conversion-dock {
    right: 14px;
    bottom: 12px;
    left: 14px;
    justify-content: stretch;
  }

  body.rh-experience .rh-conversion-dock > span,
  body.rh-experience .rh-conversion-dock a:not(.is-primary) {
    display: none;
  }

  body.rh-experience .rh-conversion-dock a.is-primary {
    width: 100%;
    padding: 13px 16px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.rh-experience *,
  body.rh-experience *::before,
  body.rh-experience *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Finitions globales : les reperes graphiques ne doivent jamais concurrencer le contenu. */
body.rh-experience .start-here-hero {
  background:
    linear-gradient(135deg, var(--rh-paper) 0%, rgba(46, 119, 131, 0.035) 100%) !important;
}

body.rh-experience .start-here-hero::after,
body.rh-experience .start-here-hero .visual-card::after,
body.rh-experience .start-here-hero .photo-frame::after {
  display: none !important;
}

body.rh-experience .start-here-hero .visual-card {
  isolation: isolate;
}

body.rh-experience .start-here-hero .photo-frame {
  box-shadow: 0 24px 64px rgba(7, 29, 35, 0.11) !important;
}

body.rh-experience .foundation-card {
  min-height: 0;
  padding-bottom: clamp(22px, 3vw, 34px);
  overflow: visible;
}

body.rh-experience .foundation-card::after {
  display: none !important;
}

body.rh-experience .foundation-card p {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  body.rh-experience .start-here-hero {
    background: var(--rh-paper) !important;
  }
}
