:root {
  /* Couleurs site Nuthex (header, CTA) */
  --nuthex-primary: #3b9b5d;
  --nuthex-primary-dark: #2d5a3d;
  --nuthex-primary-soft: #ecfdf5;
  --g1: #0c1f18;
  --g2: var(--nuthex-primary-dark);
  --g3: var(--nuthex-primary);
  --g4: #6ee7b7;
  --g5: var(--nuthex-primary-soft);
  --gold: #b8963e;
  --gold-light: #f4ead0;
  --ink: #111827;
  --paper: #f3f6f4;
  --warm: #eef2ef;
  --muted: #64748b;
  --line: rgba(45, 90, 61, 0.1);
  --surface: #ffffff;
  --shadow-sm: 0 2px 16px rgba(15, 38, 29, 0.05);
  --shadow-md: 0 10px 40px rgba(15, 38, 29, 0.09);
  --shadow-lg: 0 22px 56px rgba(15, 38, 29, 0.11);
  --shadow-glow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.75s;
  --radius-lg: 22px;
  --radius-md: 16px;
}

body.page-media-nuthex {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(59, 155, 93, 0.08), transparent 55%),
    var(--paper) !important;
  color: var(--ink);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.page-media-nuthex .site-header + .media-hero-v2,
.page-media-nuthex header.site-header ~ .media-hero-v2,
.page-media-nuthex .media-hero.media-hero-v2 {
  scroll-margin-top: 5.5rem;
}

/* Hero sous header fixe (padding body géré par le script header) */
.page-media-nuthex .media-hero-v2 {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.page-media-nuthex :focus-visible {
  outline: 2px solid var(--g3);
  outline-offset: 2px;
}

.page-media-nuthex ::selection {
  background: rgba(59, 155, 93, 0.2);
  color: var(--ink);
}

/* ─── Animations (respect prefers-reduced-motion) ─── */
@keyframes media-hero-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes media-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes media-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* ─── MEDIA HERO V2 (page /media) — fond neutre, sans dégradé vert ─── */
.media-hero-v2 {
  position: relative;
  isolation: isolate;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 7vw, 4.5rem);
  overflow: hidden;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.media-hero-v2__grid {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(15, 38, 29, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 38, 29, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.media-hero-v2__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.media-hero-v2__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
}

.media-hero-v2__blob--a {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  background: rgba(148, 163, 184, 0.45);
  top: -12%;
  right: -8%;
  opacity: 0.28;
}

.media-hero-v2__blob--b {
  width: min(320px, 45vw);
  height: min(320px, 45vw);
  background: rgba(226, 232, 240, 0.9);
  bottom: -15%;
  left: -5%;
  opacity: 0.35;
}

.media-hero-v2__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.95fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.media-hero-v2 .media-hero-v2__inner {
  direction: ltr;
}

.media-hero-v2__content {
  text-align: left;
  justify-self: start;
  max-width: 36rem;
}

.media-hero-v2__kicker {
  margin: 0 0 1rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nuthex-primary-dark);
}

.media-hero-v2__title {
  margin: 0 0 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.75rem, 6.5vw, 4.25rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.02;
}

.media-hero-v2__title-line {
  display: block;
}

.media-hero-v2__title-accent {
  display: block;
  margin: 0.04em 0;
}

.media-hero-v2__title-accent em {
  font-style: italic;
  color: var(--g3);
}

.media-hero-v2__lead {
  margin: 0 0 1.75rem;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
  max-width: 34rem;
}

.media-hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 1.75rem;
}

.media-hero-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.65rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: none;
  transition:
    transform 0.3s var(--ease-smooth),
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.media-hero-v2__btn--primary {
  background: linear-gradient(135deg, var(--nuthex-primary-dark), var(--nuthex-primary));
  color: #fff;
  box-shadow: 0 6px 24px rgba(45, 90, 61, 0.4);
}

.media-hero-v2__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(45, 90, 61, 0.45);
}

.media-hero-v2__btn--ghost {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
}

.media-hero-v2__btn--ghost:hover {
  background: var(--nuthex-primary-soft);
  border-color: rgba(59, 155, 93, 0.35);
}

.media-hero-v2__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.media-hero-v2__meta li {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
}

.media-hero-v2__meta li:not(:last-child)::after {
  content: '·';
  margin-left: 1rem;
  opacity: 0.5;
  font-weight: 400;
}

.media-hero-v2__visual {
  justify-self: end;
  width: 100%;
  max-width: 420px;
}

.media-hero-v2__card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md), 0 0 0 1px var(--line);
  transform: rotate(1.5deg);
  transition: transform 0.5s var(--ease-smooth);
}

.media-hero-v2__card:hover {
  transform: rotate(0deg) translateY(-4px);
}

.media-hero-v2__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  opacity: 0.85;
}

.media-hero-v2__placeholder {
  aspect-ratio: 4 / 5;
  background: linear-gradient(145deg, var(--warm), #e2e8f0);
}

.media-hero-v2__card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(to top, rgba(12, 31, 24, 0.92) 0%, rgba(12, 31, 24, 0.35) 55%, transparent 100%);
}
.media-hero-v2__pill {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(184, 150, 62, 0.35);
  border: 1px solid rgba(184, 150, 62, 0.45);
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.media-hero-v2__card-line {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.media-hero-v2 .media-hero-v2__content > * {
  animation: media-hero-in 1s var(--ease-out-expo) backwards;
}

.media-hero-v2 .media-hero-v2__kicker {
  animation-delay: 0.06s;
}

.media-hero-v2 .media-hero-v2__title {
  animation-delay: 0.12s;
}

.media-hero-v2 .media-hero-v2__lead {
  animation-delay: 0.2s;
}

.media-hero-v2 .media-hero-v2__actions {
  animation-delay: 0.28s;
}

.media-hero-v2 .media-hero-v2__meta {
  animation-delay: 0.36s;
}

.media-hero-v2 .media-hero-v2__visual {
  animation: media-hero-in 1.05s var(--ease-out-expo) 0.18s backwards;
}

@media (prefers-reduced-motion: reduce) {
  .media-hero-v2 .media-hero-v2__content > *,
  .media-hero-v2 .media-hero-v2__visual {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .media-hero-v2__card:hover {
    transform: none;
  }
}

html[dir='rtl'] .media-hero-v2 .media-hero-v2__content {
  direction: rtl;
  text-align: right;
}

html[dir='rtl'] .media-hero-v2 .media-hero-v2__actions {
  flex-direction: row-reverse;
}

html[dir='rtl'] .media-hero-v2 .media-hero-v2__meta li:not(:last-child)::after {
  margin-left: 0;
  margin-right: 1rem;
}

@media (max-width: 900px) {
  .media-hero-v2__inner {
    grid-template-columns: 1fr;
  }

  .media-hero-v2__visual {
    justify-self: center;
    max-width: 360px;
    order: -1;
  }

  .media-hero-v2__card {
    transform: none;
  }

  .media-hero-v2__meta li:not(:last-child)::after {
    display: none;
  }

  .media-hero-v2__meta {
    flex-direction: column;
    gap: 0.35rem;
  }
}

.media-hero .masthead-left > * {
  animation: media-hero-in 1s var(--ease-out-expo) backwards;
}

.media-hero .mh-kicker {
  animation-delay: 0.08s;
}

.media-hero .masthead-left h1 {
  animation-delay: 0.16s;
}

.media-hero .masthead-left p {
  animation-delay: 0.28s;
}

.media-hero .mh-img-frame {
  animation: media-hero-in 1.1s var(--ease-out-expo) 0.2s backwards;
}

@media (prefers-reduced-motion: reduce) {
  .media-hero .masthead-left > *,
  .media-hero .mh-img-frame {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Hero : titre toujours dans la colonne de gauche (même en page RTL) */
.media-hero .masthead-inner {
  direction: ltr;
}

.media-hero .masthead-left {
  grid-column: 1;
  justify-self: start;
  text-align: left;
}

.media-hero .masthead-right {
  grid-column: 2;
}

.media-hero .mh-kicker {
  justify-content: flex-start;
}

html[dir='rtl'] .media-hero .masthead-left {
  direction: rtl;
  text-align: right;
}

/* Scroll reveal */
.media-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity var(--dur) var(--ease-smooth),
    transform var(--dur) var(--ease-smooth);
  will-change: opacity, transform;
}

.media-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.accroche.media-reveal .acc-card {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.55s var(--ease-smooth),
    transform 0.55s var(--ease-smooth),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.accroche.media-reveal.is-visible .acc-card {
  opacity: 1;
  transform: translateY(0);
}

.accroche.media-reveal.is-visible .acc-card:nth-child(1) {
  transition-delay: 0.06s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.accroche.media-reveal.is-visible .acc-card:nth-child(2) {
  transition-delay: 0.12s;
}

.accroche.media-reveal.is-visible .acc-card:nth-child(3) {
  transition-delay: 0.18s;
}

.accroche.media-reveal.is-visible .acc-card:nth-child(4) {
  transition-delay: 0.24s;
}

.accroche.media-reveal.is-visible .acc-card:nth-child(5) {
  transition-delay: 0.3s;
}

.accroche.media-reveal.is-visible .acc-card:nth-child(6) {
  transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
  .media-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .accroche.media-reveal .acc-card,
  .accroche.media-reveal.is-visible .acc-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ─── MASTHEAD ─── */
.masthead {
  margin-top: 0;
  background:
   #f3f5ed;
  background-size: 100% 100%, 100% 100%, 100% 100%, 220% 220%;
  animation: media-shimmer 24s ease-in-out infinite;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 4vw, 4rem) 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  .masthead {
    animation: none;
    background: linear-gradient(135deg, var(--g1) 0%, #143d2e 50%, var(--nuthex-primary-dark) 100%);
  }
}
.masthead::before {
  content:'MÉDIAS';
  position:absolute; right:-20px; top:50%; transform:translateY(-50%);
  font-family:'Cormorant Garamond',serif; font-size:14vw; font-weight:700;
  color:rgba(255,255,255,0.03); letter-spacing:-0.04em; white-space:nowrap; pointer-events:none;
}
.masthead-inner {
  max-width:80%; margin:0 auto;
  display:grid; grid-template-columns:1fr 1fr; align-items:end; gap:4rem;
}
.masthead-left { padding-bottom:4rem; }
.mh-kicker {
  font-size:0.68rem; font-weight:600; letter-spacing:0.2em; text-transform:uppercase;
  color:#3b9b5d; display:flex; align-items:center; gap:10px; margin-bottom:1.4rem;
}
.mh-kicker::before { content:''; width:32px; height:1px; background:var(--g4); }
.masthead-left h1 {
  font-family:'Cormorant Garamond',serif;
font-size: clamp(3rem, 5vw, 5.5rem); 
font-weight:700; color:#000000;
  line-height:1.05; margin-bottom:1.5rem;
}
.masthead-left h1 em { font-style:italic; color:#3b9b5d; }
.masthead-left p { font-size:0.9rem; font-weight:300; color:rgb(1 1 1 / 50%); line-height:1.9; max-width:380px; }
.masthead-right { position:relative; align-self:stretch; min-height:360px; display:flex; align-items:flex-end; }
.mh-img-frame {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, var(--g2) 0%, var(--g1) 100%);
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  position: relative;
  transition: transform 0.6s var(--ease-smooth), box-shadow 0.6s ease;
  box-shadow: var(--shadow-lg);
}

.mh-img-frame:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 28px 64px rgba(15, 38, 29, 0.28);
}

@media (prefers-reduced-motion: reduce) {
  .mh-img-frame:hover {
    transform: none;
  }
}
.mh-img-frame img { width:100%; height:100%; object-fit:cover; opacity:0.6; }
.mh-img-frame::after { content:''; position:absolute; inset:0; background:linear-gradient(to top,var(--g1) 0%,transparent 50%); }
.mh-overlay {
 position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    z-index: 2;
    padding: 10px 0px;
    background: white;
    border-radius: 15px;
}
.mh-overlay-tag {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-light);
    background: #2d7a4a;
    border: 1px solid rgba(184, 150, 62, 0.3);
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 0.6rem;
}
.mh-overlay-text { font-family:'Cormorant Garamond',serif; font-size:1.2rem; font-weight:600; color:#000; line-height:1.3; }

/* ─── STATS STRIP ─── */
.strip-stats {
  margin-top: -2px;
  position: relative;
  z-index: 1;
    background: linear-gradient(108deg, #5bb12f 0%, #5bb12f 30%, #5bb12f 64%, #5bb12f 100%);
  border-bottom: 1px solid rgba(45, 90, 61, 0.08);
  box-shadow: 0 12px 40px rgba(15, 38, 29, 0.06);
}

.strip-stats-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sstat {
  padding: clamp(1.1rem, 2.6vw, 1.35rem) clamp(1rem, 3vw, 1.75rem);
  border-right: 1px solid rgba(45, 90, 61, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: background 0.35s var(--ease-smooth);
}

@media (hover: hover) {
  .sstat:hover {
    background: rgba(255, 255, 255, 0.45);
  }
}

.sstat:last-child {
  border-right: none;
}

.strip-stats .sstat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.strip-stats .sstat-lbl {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.strip-stats .sstat {
  border-right-color: rgba(255, 255, 255, 0.2);
}

@media (hover: hover) {
  .strip-stats .sstat:hover {
    background: rgba(255, 255, 255, 0.12);
  }
}

/* ─── MAIN ─── */
.page-media-nuthex .main {
  width: min(1120px, 92vw);
  max-width: none;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 5rem) 0;
}

/* ─── SEPARATEUR ─── */
.st { display:flex; align-items:center; gap:1.2rem; margin-bottom:2.5rem; }
.st-line { flex:1; height:1px; background:var(--line); }
.st-label { font-size:0.68rem; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:var(--nuthex-primary); white-space:nowrap; }

.accroche {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, var(--g1) 0%, var(--nuthex-primary-dark) 48%, #1a4d38 100%);
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  box-shadow: var(--shadow-md);
}

.accroche::before {
  content:'"';
  position:absolute; top:-20px; left:3rem;
  font-family:'Cormorant Garamond',serif; font-size:18rem; font-weight:700;
  color:rgba(255,255,255,0.04); line-height:1; pointer-events:none;
}
.accroche-inner { position:relative; z-index:1; }
.accroche-tag {
  font-size:0.65rem; font-weight:600; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--g4); display:flex; align-items:center; gap:8px; margin-bottom:1.5rem;
}
.accroche-tag::before { content:''; width:24px; height:1px; background:var(--gold); }
.accroche h2 {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.8rem,3.5vw,2.8rem); font-weight:700; color:#fff;
  line-height:1.25; margin-bottom:2.5rem; max-width:700px;
}
.accroche h2 em { font-style:italic; color:var(--g4); }
.accroche-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.acc-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.45s var(--ease-smooth),
    box-shadow 0.45s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}
.acc-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(125, 211, 168, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .acc-card:hover {
    transform: none;
  }
}
.acc-icon { font-size:1.5rem; margin-bottom:0.8rem; }
.acc-title { font-size:0.88rem; font-weight:600; color:#fff; margin-bottom:0.5rem; }
.acc-text { font-size:0.78rem; font-weight:300; color:rgba(255,255,255,0.72); line-height:1.7; }

/* ─── DOSSIER FEATURED ─── */
.feature {
  display: grid;
  grid-template-columns: 5fr 4fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 5rem;
  background: var(--surface);
  box-shadow: var(--shadow-sm), var(--shadow-glow);
  transition: box-shadow 0.45s ease, border-color 0.45s ease, transform 0.45s var(--ease-smooth);
}

.feature:hover {
  box-shadow: var(--shadow-md), var(--shadow-glow);
  border-color: rgba(59, 155, 93, 0.14);
}
.feature-body { padding:3rem; }
.feature-meta { display:flex; align-items:center; gap:1rem; margin-bottom:2rem; }
.f-badge { font-size:0.65rem; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:var(--g2); background:var(--g5); padding:0.3rem 0.8rem; border-radius:999px; }
.f-date { font-size:0.75rem; color:var(--muted); }
.feature-body h2 { font-family:'Cormorant Garamond',serif; font-size:2.2rem; font-weight:700; line-height:1.2; color:var(--ink); margin-bottom:1rem; }
.feature-body h2 em { font-style:italic; color:var(--g2); }
.feature-body > p { font-size:0.9rem; font-weight:300; color:#000; line-height:1.9; margin-bottom:2rem; }
.feature-pills { display:flex; flex-wrap:wrap; gap:0.5rem; margin-bottom:2.5rem; }
.pill { font-size:0.72rem; font-weight:400; color:#000; border:1px solid var(--line); padding:0.25rem 0.8rem; border-radius:999px; }
.feature-actions { display:flex; gap:1rem; align-items:center; }
.btn-dl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--nuthex-primary-dark) 0%, var(--nuthex-primary) 100%);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.3s var(--ease-smooth), box-shadow 0.3s ease, filter 0.3s ease;
  box-shadow: 0 4px 20px rgba(45, 90, 61, 0.25);
}

.btn-dl:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(45, 90, 61, 0.35);
  filter: brightness(1.05);
}

.btn-dl:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .btn-dl:hover {
    transform: none;
  }
}
.btn-dl svg { width:15px; height:15px; }
.btn-preview { font-size:0.82rem; font-weight:400; color:var(--muted); text-decoration:none; border-bottom:1px solid var(--line); }
.feature-aside {
  background:#5bb12f; display:flex; flex-direction:column;
  align-items:center; justify-content:center; padding:3rem 2rem;
  position:relative; overflow:hidden; gap:2rem;
}
.feature-aside::before {
  content:''; position:absolute; width:300px; height:300px; background:var(--g2);
  border-radius:50%; top:-100px; right:-100px; opacity:0.25;
}
.doc-mockup {
  background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1);
  border-radius:12px; padding:1.5rem 1.2rem; width:170px;
  position:relative; z-index:1; transform:rotate(-3deg);
}
.dm-top { display:flex; align-items:center; gap:8px; margin-bottom:1.2rem; padding-bottom:0.8rem; border-bottom:1px solid rgba(255,255,255,0.08); }
.dm-hex { width:24px; height:24px; background:var(--g3); clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }
.dm-title { font-size:0.6rem; font-weight:600; color:#fff; letter-spacing:0.05em; }
.dm-sub { font-size:0.52rem; color:rgba(255,255,255,0.35); }
.dm-lines span { display:block; height:5px; border-radius:2px; background:rgba(255,255,255,0.1); margin-bottom:4px; }
.dm-lines span:nth-child(2){width:80%} .dm-lines span:nth-child(3){width:55%}
.dm-lines span:nth-child(4){width:90%;margin-top:8px} .dm-lines span:nth-child(5){width:70%}
.dm-lines span.gold { background:rgba(184,150,62,0.4); width:65%; }
.dm-footer { margin-top:1rem; padding-top:0.6rem; border-top:1px solid rgba(255,255,255,0.08); display:flex; align-items:center; gap:6px; }
.dm-pdf { font-size:0.55rem; font-weight:700; letter-spacing:0.08em; background:rgba(184,150,62,0.2); color:var(--gold-light); padding:2px 5px; border-radius:3px; }
.dm-pg { font-size:0.55rem; color:rgba(255,255,255,0.3); }
.aside-info { position:relative; z-index:1; text-align:center; }
.aside-big { font-family:'Cormorant Garamond',serif; font-size:4rem; font-weight:700; color:var(--g4); line-height:1; }
.aside-lbl { font-size:0.7rem; color:rgba(255,255,255,0.35); letter-spacing:0.1em; text-transform:uppercase; }

/* ─── ACTUALITÉS ─── */
.actu { margin-bottom:5rem; }
.actu-grid { display:grid; grid-template-columns:repeat(3,1fr); gap: clamp(1rem, 2vw, 1.35rem); }
.actu-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.45s var(--ease-smooth),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.actu-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(59, 155, 93, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .actu-card:hover {
    transform: none;
  }
}
.actu-img {
  height:160px; position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.actu-img.green { background:linear-gradient(135deg, #5bb12f, #7cc576); }
.actu-img.gold  { background:linear-gradient(135deg,#4a3000,var(--gold)); }
.actu-img.dark  { background:linear-gradient(135deg,#111,#333); }
.actu-img-icon { font-size:3rem; opacity:0.3; }
.soon-badge {
  position:absolute; top:12px; right:12px;
  font-size:0.6rem; font-weight:600; letter-spacing:0.14em; text-transform:uppercase;
  background:var(--gold); color:#fff; padding:0.3rem 0.7rem; border-radius:999px;
  display:flex; align-items:center; gap:5px;
}
.soon-badge::before { content:''; width:5px; height:5px; background:#fff; border-radius:50%; animation:blink 1.4s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

@media (prefers-reduced-motion: reduce) {
  .soon-badge::before {
    animation: none;
  }
}
.actu-body { padding:1.4rem; flex:1; display:flex; flex-direction:column; }
.actu-cat { font-size:0.65rem; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:var(--g3); margin-bottom:0.5rem; }
.actu-title { font-family:'Cormorant Garamond',serif; font-size:1.1rem; font-weight:700; color:var(--ink); line-height:1.35; margin-bottom:0.6rem; }
.actu-desc { font-size:0.78rem; color:#000000a8; line-height:1.7; flex:1; margin-bottom:1rem; }
.actu-footer { display:flex; align-items:center; justify-content:space-between; padding-top:1rem; border-top:1px solid var(--line); }
.actu-date { font-size:0.7rem; color:#5bb12f; }
.actu-link { font-size:0.72rem; font-weight:500; color:var(--g2); text-decoration:none; display:flex; align-items:center; gap:4px; }
.actu-link-soon { font-size:0.72rem; color:#5bb12f; font-style:italic; }

/* ─── SOMMAIRE ─── */
.sommaire { margin-bottom:5rem; }
.som-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.som-card {
  background: #eef2ef;
  padding: 1.8rem 1.5rem;
  transition:
    background 0.35s ease,
    transform 0.35s var(--ease-smooth);
}

.som-card:hover {
  background: var(--g5);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .som-card:hover {
    transform: none;
  }
}
.som-num { font-family:'Cormorant Garamond',serif; font-size:2.5rem; font-weight:600; color:#5bb12f; line-height:1; margin-bottom:0.5rem; }
.som-dot { width:6px; height:6px; border-radius:50%; background:var(--g3); margin-bottom:0.8rem; }
.som-title { font-size:0.88rem; font-weight:500; color:var(--ink); margin-bottom:0.4rem; line-height:1.35; }
.som-desc { font-size:0.75rem; color:#000000; line-height:1.6; }

/* ─── PACKAGES MÉDIAS ─── */
.packages { margin-bottom:5rem; }
.pkg-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.pkg {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.45s var(--ease-smooth),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.pkg:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(59, 155, 93, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .pkg:hover {
    transform: none;
  }
}
.pkg-head { padding:1.5rem; background:#5bb12f; border-bottom:1px solid var(--line); display:flex; align-items:center; gap:0.75rem; }
.pkg-icon { width:36px; height:36px; border-radius:8px; background:var(--g1); display:flex; align-items:center; justify-content:center; font-size:1rem; flex-shrink:0; }
.pkg-name { font-weight:600; font-size:0.9rem; color:var(--ink); }
.pkg-type { font-size:0.72rem; color:var(--muted); }
.pkg-body { padding:1.5rem; }
.pkg-tier { margin-bottom:1.2rem; padding-bottom:1.2rem; border-bottom:1px solid var(--line); }
.pkg-tier:last-child { margin-bottom:0; padding-bottom:0; border-bottom:none; }
.tier-label { font-size:0.65rem; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; margin-bottom:0.4rem; display:flex; align-items:center; gap:6px; }
.tier-label.official { color:var(--gold); }
.tier-label.prestige { color:var(--g2); }
.tier-label.essentielle { color:#3b9b5d; }
.tier-perks { font-size:0.75rem; color:#000; line-height:1.7; }

/* ─── PERSUASION CHIFFRES ─── */
.persuasion {
  background:var(--warm); border-radius:24px; padding:3.5rem 4rem;
  margin-bottom:5rem; border:1px solid var(--line);
}
.persuasion h2 {
  font-family:'Cormorant Garamond',serif; font-size:2rem; font-weight:700;
  color:var(--ink); margin-bottom:0.8rem; line-height:1.2;
}
.persuasion h2 em { font-style:italic; color:var(--g2); }
.persuasion > p { font-size:0.9rem; color: #030303; line-height:1.8; margin-bottom:2.5rem; max-width:620px; }
.persuasion-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; }
.p-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  text-align: center;
  transition:
    transform 0.4s var(--ease-smooth),
    box-shadow 0.4s ease;
}

.p-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

@media (prefers-reduced-motion: reduce) {
  .p-card:hover {
    transform: none;
  }
}
.p-num { font-family:'Cormorant Garamond',serif; font-size:2.5rem; font-weight:700; color:var(--g2); line-height:1; margin-bottom:0.3rem; }
.p-lbl { font-size:0.75rem; color:#000; line-height:1.5; }
.persuasion-quotes { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; margin-top:2rem; }
.pq { background:#fff; border-left:3px solid var(--g3); border-radius:0 12px 12px 0; padding:1.2rem 1.5rem; }
.pq-text { font-family:'Cormorant Garamond',serif; font-size:1rem; font-style:italic; color:var(--ink); line-height:1.6; margin-bottom:0.5rem; }
.pq-author { font-size:0.7rem; color:var(--muted); font-weight:500; }

/* ─── FORMULAIRE ACCRÉDITATION ─── */
.form-section {
  background:var(--g1); border-radius:24px;
  padding:4rem; margin-bottom:5rem; position:relative; overflow:hidden;
}
.form-section::after {
  content:''; position:absolute;
  width:400px; height:400px; background:var(--g2); border-radius:50%;
  bottom:-200px; right:-100px; opacity:0.15;
}
.form-inner { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1.4fr; gap:4rem; align-items:start; }
.form-left { }
.form-left-tag { font-size:0.65rem; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold); display:flex; align-items:center; gap:8px; margin-bottom:1.2rem; }
.form-left-tag::before { content:''; width:20px; height:1px; background:var(--gold); }
.form-left h2 { font-family:'Cormorant Garamond',serif; font-size:2.2rem; font-weight:700; color:#fff; line-height:1.2; margin-bottom:1.2rem; }
.form-left h2 em { font-style:italic; color:var(--g4); }
.form-left p { font-size:0.85rem; font-weight:300; color:rgba(255,255,255,0.5); line-height:1.9; margin-bottom:2rem; }
.form-perks { display:flex; flex-direction:column; gap:0.8rem; }
.form-perk { display:flex; align-items:flex-start; gap:10px; }
.form-perk-dot { width:6px; height:6px; border-radius:50%; background:var(--g4); margin-top:5px; flex-shrink:0; }
.form-perk-text { font-size:0.8rem; color:rgba(255,255,255,0.6); line-height:1.5; }
.form-right { }
.form-box {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
}
.form-visual {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  max-height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.form-visual img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  opacity: 0.9;
}
.form-box h3 { font-size:0.85rem; font-weight:600; color:#fff; margin-bottom:1.5rem; padding-bottom:1rem; border-bottom:1px solid rgba(255,255,255,0.08); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-bottom:1rem; }
.form-group { display:flex; flex-direction:column; gap:0.4rem; margin-bottom:1rem; }
.form-group label { font-size:0.72rem; font-weight:500;     color: rgb(255 255 255); letter-spacing:0.04em; }
.form-group input,
.form-group select,
.form-group textarea {
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1);
  border-radius:8px; padding:0.7rem 1rem;
  font-family:'Outfit',sans-serif; font-size:0.82rem; color:#fff;
  outline:none; transition:border 0.2s; width:100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color:rgba(255,255,255,0.2); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color:var(--g4); }
.form-group select option { background:var(--g1); color:#fff; }
.form-group textarea { resize:vertical; min-height:90px; }
.form-check { display:flex; align-items:flex-start; gap:10px; margin-bottom:1.5rem; }
.form-check input { width:16px; height:16px; margin-top:2px; accent-color:var(--g3); flex-shrink:0; }
.form-check label { font-size:0.75rem; color:rgba(255,255,255,0.4); line-height:1.5; }
.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--nuthex-primary) 0%, #2f8a52 100%);
  color: #fff;
  border: none;
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 0.3s var(--ease-smooth),
    box-shadow 0.3s ease,
    filter 0.3s ease;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 20px rgba(59, 155, 93, 0.35);
}

.btn-submit:hover {
  background: linear-gradient(135deg, var(--nuthex-primary-dark) 0%, var(--nuthex-primary) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(45, 90, 61, 0.3);
}

.btn-submit:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .btn-submit:hover {
    transform: none;
  }
}
.form-note { font-size:0.68rem; color:rgba(255,255,255,0.25); text-align:center; margin-top:0.8rem; }

.pres-alert {
  font-size: 0.82rem;
  line-height: 1.5;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.pres-alert ul { margin: 0.5rem 0 0 1.1rem; padding: 0; }
.pres-alert--error {
  background: rgba(220, 53, 69, 0.12);
  border: 1px solid rgba(220, 53, 69, 0.35);
  color: #ffb4bc;
}
.pres-alert--success {
  background: rgba(59, 155, 93, 0.15);
  border: 1px solid rgba(59, 155, 93, 0.4);
  color: #b8e6c8;
}

/* ─── CONTACTS ─── */
.contacts { margin-bottom:2rem; }
.contacts-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; }
.contact-card {
  background: var(--g1);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition:
    transform 0.4s var(--ease-smooth),
    box-shadow 0.4s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .contact-card:hover {
    transform: none;
  }
}
.cc-role { font-size:0.65rem; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--g4); }
.cc-name { font-family:'Cormorant Garamond',serif; font-size:1.6rem; font-weight:700; color:#fff; }
.cc-info { font-size:0.82rem; color:rgba(255,255,255,0.5); margin-top:0.3rem; line-height:1.8; }
.cc-info strong { color:rgba(255,255,255,0.85); font-weight:400; }

/* Footer page : le footer global du site suffit */
.page-media-nuthex .media-v3-page-footer {
  display: none;
}

.page-media-nuthex .footer {
  margin-top: 0;
  background: var(--g1);
  color: rgba(255, 255, 255, 0.85);
}

.page-media-nuthex .footer a {
  color: rgba(255, 255, 255, 0.75);
}

.page-media-nuthex .footer a:hover {
  color: var(--g4);
}

.page-media-nuthex .footer-title {
  color: #fff;
}

.page-media-nuthex .footer-description {
  color: rgba(255, 255, 255, 0.55);
}

.page-media-nuthex .footer-bottom,
.page-media-nuthex .footer-legal {
  color: rgba(255, 255, 255, 0.45);
}

.page-media-nuthex .footer-social__title {
  color: rgba(255, 255, 255, 0.85);
}

.page-media-nuthex .footer-social__link {
  color: #fff !important;
}

.page-media-nuthex .footer-social__link i {
  color: #fff !important;
}

/* Bandeau stats toujours visible (pas d’animation reveal) */
.page-media-nuthex .strip-stats {
  opacity: 1;
  transform: none;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .masthead-inner {
    gap: 2.5rem;
  }

  .feature-body {
    padding: 2.25rem;
  }

  .actu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pkg-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .persuasion-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:900px) {
  .masthead-inner { grid-template-columns:1fr; }
  .masthead-right { display:none; }
  .strip-stats-inner { grid-template-columns:repeat(2,1fr); }
  .feature { grid-template-columns:1fr; }
  .feature-aside { min-height:200px; }
  .actu-grid { grid-template-columns:1fr; }
  .som-grid { grid-template-columns:1fr 1fr; }
  .pkg-grid { grid-template-columns:1fr; }
  .contacts-grid { grid-template-columns:1fr; }
  .form-inner { grid-template-columns:1fr; gap:2rem; }
  .form-row { grid-template-columns:1fr; }
  .persuasion-grid { grid-template-columns:1fr 1fr; }
  .persuasion-quotes { grid-template-columns:1fr; }
  .accroche-grid { grid-template-columns:1fr; }
  .page-media-nuthex .main { width: min(1120px, 94vw); padding: 2.5rem 0; }
  .masthead { padding:3rem 2rem 0; }
  .accroche,
  .form-section,
  .persuasion { padding: 2.5rem 1.25rem; }
  .form-section { border-radius: 18px; }
}

@media (max-width:600px) {
  .som-grid { grid-template-columns:1fr; }
  .persuasion-grid { grid-template-columns:1fr; }
  .strip-stats-inner { grid-template-columns:1fr; }
  .sstat { border-right:none; border-bottom:1px solid rgba(45,90,61,0.1); padding:1rem 1.25rem; }
  .sstat:last-child { border-bottom:none; }
}

/* ─── Fix conflits styles.css global sur le formulaire média ─── */
.page-media-nuthex .form-section .form-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
}

.page-media-nuthex .form-section .form-group label {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.page-media-nuthex .form-section .form-group input,
.page-media-nuthex .form-section .form-group select,
.page-media-nuthex .form-section .form-group textarea {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  padding: 0.7rem 1rem;
  width: 100%;
}

.page-media-nuthex .form-section .form-group input::placeholder,
.page-media-nuthex .form-section .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.38) !important;
}

.page-media-nuthex .form-section .form-group input:focus,
.page-media-nuthex .form-section .form-group select:focus,
.page-media-nuthex .form-section .form-group textarea:focus {
  border-color: var(--g4) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 0 0 2px rgba(110, 231, 183, 0.2) !important;
  outline: none;
}

.page-media-nuthex .form-section .form-group select option {
  background: var(--g1);
  color: #fff;
}

.page-media-nuthex .form-section .form-check label {
  color: rgba(255, 255, 255, 0.72) !important;
}

.page-media-nuthex .form-section .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 0;
}

.page-media-nuthex .form-section .form-box h3 {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.page-media-nuthex .form-section .form-note {
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 900px) {
  .page-media-nuthex .form-section .form-row {
    grid-template-columns: 1fr;
  }
}