/**
 * Accueil éditorial v2.4 Ultimate Premium — Chef-d'œuvre de Design & Interactions
 */

body.is-home .sn-home--editorial {
  --sn-home-pad: clamp(4.5rem, 10vw, 8rem);
  --sn-home-gap: clamp(1.25rem, 3.2vw, 2rem);
}

/* ==========================================================================
   ── Lueur Dorée Dynamic & 3D Tilt (Bento, Hero & Esthétique) ──
   ========================================================================== */

body.is-home .sn-home-showcase__card,
body.is-home .sn-hero__frame,
body.is-home .sn-home-esth__card {
  position: relative;
  will-change: transform;
}

/* Bordure dorée liquide interactive qui suit la souris */
body.is-home .sn-home-showcase__card::before,
body.is-home .sn-hero__frame::before,
body.is-home .sn-home-esth__card::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-radius: inherit;
  padding: 1.5px;
  background: radial-gradient(
    circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(212, 176, 122, 0.72) 0%,
    rgba(176, 141, 87, 0.15) 40%,
    transparent 70%
  ) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s var(--sn-ease);
}

body.is-home .sn-home-showcase__card:hover::before,
body.is-home .sn-hero__frame:hover::before,
body.is-home .sn-home-esth__card:hover::before {
  opacity: 1;
}

/* ==========================================================================
   ── Hero Section (Visuel & Orbes Célestes) ──
   ========================================================================== */

body.is-home .sn-hero--editorial {
  min-height: auto;
  padding: calc(var(--sn-header) + clamp(2.5rem, 6vw, 4.5rem)) 0 clamp(3.5rem, 6vw, 5.5rem);
  background: var(--sn-surface);
  overflow: visible;
  border-bottom: 1px solid var(--sn-line);
  position: relative;
}

/* Orbes atmosphériques luxueux en arrière-plan */
body.is-home .sn-hero--editorial::before {
  content: "";
  position: absolute;
  top: -12%;
  right: -5%;
  width: 48vw;
  height: 48vw;
  max-width: 600px;
  background: radial-gradient(circle, rgba(176, 141, 87, 0.18) 0%, rgba(248, 246, 242, 0) 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
}

body.is-home .sn-hero--editorial::after {
  content: "";
  position: absolute;
  bottom: 8%;
  left: -8%;
  width: 38vw;
  height: 38vw;
  max-width: 450px;
  background: radial-gradient(circle, rgba(229, 208, 200, 0.32) 0%, rgba(248, 246, 242, 0) 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 1;
}

body.is-home .sn-hero--editorial .sn-hero__layout {
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  position: relative;
  z-index: 2;
}

body.is-home .sn-hero--editorial .sn-hero__copy {
  position: relative;
  z-index: 3;
}

body.is-home .sn-hero--editorial .sn-pill {
  background: var(--sn-surface-tint);
  border: 1px solid rgba(176, 141, 87, 0.22);
  color: var(--sn-gold);
  box-shadow: 0 3px 10px rgba(176, 141, 87, 0.06);
  font-weight: 600;
  padding: 0.45rem 1rem;
}

body.is-home .sn-hero--editorial .sn-hero__title {
  font-size: clamp(2.4rem, 5.8vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin-bottom: 1.4rem;
}

body.is-home .sn-hero--editorial .sn-hero__title-row--serif em {
  font-family: var(--sn-serif);
  font-style: italic;
  font-weight: 300;
  color: var(--sn-gold);
  background: linear-gradient(to right, #b08d57, #d4b07a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.is-home .sn-hero--editorial .sn-hero__title-row--sub {
  font-size: 0.44em;
  letter-spacing: 0.16em;
  margin-top: 0.35em;
  color: var(--sn-ink-muted);
}

body.is-home .sn-hero--editorial .sn-hero__text {
  max-width: 38rem;
  font-size: 1.04rem;
  line-height: 1.82;
  margin-bottom: 2rem;
  color: var(--sn-ink-2);
}

body.is-home .sn-hero--editorial .sn-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
}

/* Structure visuelle du Hero (Photo & Carte Volante) */
body.is-home .sn-hero--editorial .sn-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

body.is-home .sn-hero--editorial .sn-hero__frame {
  position: relative;
  padding: 8px;
  background: var(--sn-surface);
  border: 1px solid rgba(12, 11, 10, 0.03);
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(12, 11, 10, 0.08);
}

body.is-home .sn-hero--editorial .sn-hero__frame-inner {
  border-radius: 14px;
  aspect-ratio: 4 / 4.85;
  overflow: hidden;
  border: 1px solid var(--sn-line);
}

body.is-home .sn-hero--editorial .sn-hero__frame-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--sn-ease);
}

/* Carte volante interactive en lévitation douce */
body.is-home .sn-hero--editorial .sn-hero__card {
  position: absolute;
  bottom: -2.5rem;
  left: -2rem;
  width: calc(100% - 2.5rem);
  max-width: 320px;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(12, 11, 10, 0.08);
  z-index: 12;
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(0.6deg); }
}

body.is-home .sn-hero--editorial .sn-hero__card-label {
  color: var(--sn-gold);
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.68rem;
  text-transform: uppercase;
}

body.is-home .sn-hero--editorial .sn-hero__card-title {
  font-family: var(--sn-serif);
  font-size: 1.25rem;
  color: var(--sn-ink);
  margin-bottom: 0.15rem;
}

body.is-home .sn-hero--editorial .sn-hero__card-hours {
  color: var(--sn-ink-muted);
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}

body.is-home .sn-hero--editorial .sn-hero__card-link {
  color: var(--sn-ink);
  font-weight: 600;
  font-size: 0.93rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

body.is-home .sn-hero--editorial .sn-hero__card-link::before {
  content: "●";
  color: #4ade80;
  font-size: 0.7em;
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}


/* ==========================================================================
   ── Bandeau d'Infos Flottant (Strip) ──
   ========================================================================== */

body.is-home .sn-strip--editorial {
  margin-top: 0;
  padding: 0 0 var(--sn-home-pad);
  position: relative;
  z-index: 3;
}

body.is-home .sn-strip--editorial .sn-strip__grid {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(12, 11, 10, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

body.is-home .sn-strip--editorial .sn-strip__cell {
  padding: clamp(1.6rem, 3.5vw, 2.2rem) clamp(1.5rem, 3vw, 2.5rem);
  transition: all 0.4s var(--sn-ease);
}

body.is-home .sn-strip--editorial .sn-strip__cell:hover {
  background: rgba(255, 255, 255, 0.45);
}

body.is-home .sn-strip--editorial .sn-strip__icon {
  width: 3.1rem;
  height: 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(176, 141, 87, 0.08);
  border: 1.5px solid rgba(176, 141, 87, 0.16);
  margin-bottom: 1rem;
  color: var(--sn-gold);
  transition: all 0.4s var(--sn-ease);
}

body.is-home .sn-strip--editorial .sn-strip__cell:hover .sn-strip__icon {
  background: var(--sn-gold-premium);
  color: var(--sn-surface);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(176, 141, 87, 0.25);
}

body.is-home .sn-strip--editorial .sn-strip__cell--accent {
  background: rgba(176, 141, 87, 0.03);
}

body.is-home .sn-strip--editorial .sn-strip__label {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sn-gold);
  margin-bottom: 0.45rem;
}

body.is-home .sn-strip--editorial .sn-strip__value {
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--sn-ink);
  font-weight: 500;
}


/* ==========================================================================
   ── L'Institut (About) — Staggered Grid ──
   ========================================================================== */

body.is-home .sn-about--editorial {
  padding: var(--sn-home-pad) 0;
  background: var(--sn-surface);
  position: relative;
}

body.is-home .sn-about--editorial .sn-about__layout {
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: center;
}

body.is-home .sn-about--editorial .sn-about__visual {
  position: relative;
}

body.is-home .sn-about--editorial .sn-about__stack {
  max-width: 520px;
  position: relative;
  z-index: 2;
}

body.is-home .sn-about--editorial .sn-about__photo {
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid var(--sn-surface);
  box-shadow: 0 15px 40px rgba(12, 11, 10, 0.08);
  transition: transform 0.6s var(--sn-ease);
}

body.is-home .sn-about--editorial .sn-about__photo--a {
  transform: translateX(-5%) translateY(-5%);
}

body.is-home .sn-about--editorial .sn-about__photo--b {
  position: absolute;
  bottom: -15%;
  right: -5%;
  width: 55%;
  z-index: 3;
  transform: translate(0, 0);
  box-shadow: 0 25px 55px rgba(12, 11, 10, 0.15);
}

body.is-home .sn-about--editorial .sn-about__photo:hover {
  transform: scale(1.02) translateY(-2px);
}

/* Offset de contour en arrière-plan */
body.is-home .sn-about--editorial .sn-about__visual::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 90%;
  height: 90%;
  border: 1px solid rgba(176, 141, 87, 0.25);
  border-radius: 24px;
  z-index: 1;
  pointer-events: none;
}

body.is-home .sn-about--editorial .sn-title {
  font-size: clamp(2.15rem, 5vw, 3.25rem);
  margin-bottom: 1.5rem;
}

body.is-home .sn-about--editorial .sn-lead {
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--sn-ink-muted);
  margin-bottom: 2rem;
}

/* Checklist interactive */
body.is-home .sn-about--editorial .sn-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 2.2rem 0;
}

body.is-home .sn-about--editorial .sn-checklist li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.85rem;
  font-weight: 500;
  color: var(--sn-ink-2);
}

body.is-home .sn-about--editorial .sn-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: var(--sn-gold);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(176, 141, 87, 0.18);
  transition: all 0.3s;
}

body.is-home .sn-about--editorial .sn-checklist li:hover::before {
  background: var(--sn-gold-2);
  box-shadow: 0 0 0 7px rgba(176, 141, 87, 0.3);
}


/* ==========================================================================
   ── Marques Partenaires ──
   ========================================================================== */

body.is-home .sn-brands--editorial {
  padding: 0 0 3.5rem;
  background: var(--sn-surface);
}

body.is-home .sn-brands--editorial .sn-brands__label {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: var(--sn-ink-faint);
}

body.is-home .sn-brands--editorial .sn-brands__row {
  background: var(--sn-bg);
  border: 1px solid rgba(12, 11, 10, 0.05);
  border-radius: 20px;
  padding: 1.85rem 3rem;
  box-shadow: var(--sn-shadow-soft);
}

body.is-home .sn-brands--editorial .sn-brands__row img {
  opacity: 0.55;
  filter: grayscale(1) contrast(1.1);
  transition: all 0.4s var(--sn-ease);
}

body.is-home .sn-brands--editorial .sn-brands__row img:hover {
  opacity: 1;
  filter: none;
  transform: scale(1.04);
}


/* ==========================================================================
   ── Grille Bento des Soins Signature (Showcase Luxe) ──
   ========================================================================== */

body.is-home .sn-home-showcase {
  padding: var(--sn-home-pad) 0;
  background: var(--sn-bg);
}

body.is-home .sn-home-showcase__head {
  max-width: 44rem;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

body.is-home .sn-home-showcase__head .sn-title {
  font-size: clamp(2.15rem, 5vw, 3.25rem);
  margin-bottom: 0.85rem;
}

body.is-home .sn-home-showcase__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--sn-home-gap);
}

/* Base de carte Bento uniforme et luxueuse */
body.is-home .sn-home-showcase__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  border-radius: 24px;
  border: 1px solid rgba(12, 11, 10, 0.04);
  box-shadow: 0 15px 40px rgba(12, 11, 10, 0.04);
  overflow: hidden;
  text-decoration: none;
  grid-column: span 12; /* Mobile-first */
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Distribution Alternée 8-4 / 4-8 sur Écrans Large */
@media (min-width: 992px) {
  body.is-home .sn-home-showcase__card:nth-child(1) { grid-column: span 8; }
  body.is-home .sn-home-showcase__card:nth-child(2) { grid-column: span 4; }
  body.is-home .sn-home-showcase__card:nth-child(3) { grid-column: span 4; }
  body.is-home .sn-home-showcase__card:nth-child(4) { grid-column: span 8; }
}

body.is-home .sn-home-showcase__card-bg {
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center;
  transition: transform 0.95s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s;
  z-index: 1;
}

/* Assombrissement progressif ultra-léger pour préserver l'éclat de l'image */
body.is-home .sn-home-showcase__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(12, 11, 10, 0.22) 0%,
    rgba(12, 11, 10, 0.05) 60%,
    transparent 100%
  );
  z-index: 2;
}

/* Conteneur Flottant en Verre Blanc Lumineux (Light Glassmorphism) */
body.is-home .sn-home-showcase__card-body {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(1.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Indicateur fléché interactif "bouton virtuel" */
body.is-home .sn-home-showcase__card-body::after {
  content: "↗";
  position: absolute;
  top: 1.4rem;
  right: 1.85rem;
  font-size: 1.15rem;
  color: var(--sn-gold);
  font-weight: 500;
  transition: transform 0.45s var(--sn-ease), color 0.45s;
}

/* Indexation en Or champagne Instrument Serif */
body.is-home .sn-home-showcase__index {
  font-family: var(--sn-serif);
  font-size: 1.85rem;
  font-style: italic;
  font-weight: 300;
  color: var(--sn-gold);
  line-height: 1;
  margin-bottom: 0.4rem;
  align-self: flex-start;
}

body.is-home .sn-home-showcase__card h3 {
  font-family: var(--sn-serif);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 400;
  color: var(--sn-ink);
  margin: 0 0 0.45rem;
  line-height: 1.15;
  transition: color 0.4s var(--sn-ease);
}

body.is-home .sn-home-showcase__card p {
  color: var(--sn-ink-muted);
  font-size: 0.93rem;
  line-height: 1.55;
  margin: 0;
  max-width: 90%;
  transition: color 0.4s;
}

body.is-home .sn-home-showcase__link {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--sn-gold-2);
  margin-top: 0.85rem;
  transition: letter-spacing 0.35s;
}

/* Interactions Bento */
body.is-home .sn-home-showcase__card:hover {
  box-shadow: 0 25px 55px rgba(12, 11, 10, 0.12);
  border-color: rgba(176, 141, 87, 0.15);
}

body.is-home .sn-home-showcase__card:hover .sn-home-showcase__card-bg {
  transform: scale(1.05);
}

body.is-home .sn-home-showcase__card:hover .sn-home-showcase__card-body {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(176, 141, 87, 0.35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

body.is-home .sn-home-showcase__card:hover .sn-home-showcase__card-body::after {
  transform: translate(3px, -3px);
  color: var(--sn-ink);
}

body.is-home .sn-home-showcase__card:hover h3 {
  color: var(--sn-gold);
}

@media (max-width: 767.98px) {
  body.is-home .sn-home-showcase__card {
    height: 340px;
  }
  body.is-home .sn-home-showcase__card-body {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 1.25rem 1.5rem;
  }
  body.is-home .sn-home-showcase__card-body::after {
    top: 1.15rem;
    right: 1.35rem;
  }
}


/* ==========================================================================
   ── Section Esthétique ──
   ========================================================================== */

body.is-home .sn-home--editorial .sn-home-esth {
  padding: 0 0 var(--sn-home-pad);
  background: var(--sn-bg);
}

body.is-home .sn-home--editorial .sn-home-esth__card {
  border-radius: 24px;
  border: 1px solid rgba(12, 11, 10, 0.04);
  box-shadow: 0 20px 48px rgba(12, 11, 10, 0.08);
  overflow: hidden;
  transition: all 0.5s var(--sn-ease);
}

body.is-home .sn-home--editorial .sn-home-esth__card .sn-home-esth__overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 45%, transparent 100%);
  z-index: 2;
}

body.is-home .sn-home--editorial .sn-home-esth__content {
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(2rem, 5vw, 4rem);
  z-index: 5;
  color: var(--sn-ink-2);
}

body.is-home .sn-home--editorial .sn-home-esth__title {
  font-size: clamp(2.15rem, 4.5vw, 3rem);
  font-family: var(--sn-serif);
  color: var(--sn-ink);
  margin-bottom: 0.85rem;
}

body.is-home .sn-home--editorial .sn-home-esth__card p {
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--sn-ink-muted);
  max-width: 32rem;
  margin-bottom: 1.85rem;
}

body.is-home .sn-home--editorial .sn-home-esth__card:hover {
  box-shadow: 0 35px 70px rgba(12, 11, 10, 0.12);
}


/* ==========================================================================
   ── Galerie Résultats ──
   ========================================================================== */

body.is-home .sn-gallery-section--editorial {
  padding: var(--sn-home-pad) 0;
  background: var(--sn-surface);
  position: relative;
}

body.is-home .sn-gallery-section--editorial .sn-gallery {
  gap: 1.5rem;
}

body.is-home .sn-gallery-section--editorial .sn-gallery__item {
  padding: 1rem;
  border-radius: 20px;
  background: var(--sn-bg);
  box-shadow: var(--sn-shadow-soft);
  border: 1px solid rgba(12, 11, 10, 0.04);
  transition: all 0.5s var(--sn-ease);
}

body.is-home .sn-gallery-section--editorial .sn-gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--sn-shadow-hover);
  border-color: rgba(176, 141, 87, 0.15);
}

body.is-home .sn-gallery-section--editorial .sn-gallery__item figcaption {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 3rem 1.25rem 1.15rem;
}


/* ==========================================================================
   ── Témoignages & Citations ──
   ========================================================================== */

body.is-home .sn-testimonials {
  padding: var(--sn-home-pad) 0;
  background: var(--sn-bg-2);
  border-top: 1px solid var(--sn-line);
}

body.is-home .sn-testimonial {
  background: var(--sn-surface);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: var(--sn-shadow-soft);
  border: 1px solid rgba(12, 11, 10, 0.03);
  position: relative;
}

/* Guillemet stylisé en arrière-plan */
body.is-home .sn-testimonial::before {
  content: "“";
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: var(--sn-serif);
  font-size: 5rem;
  line-height: 1;
  color: rgba(176, 141, 87, 0.12);
  pointer-events: none;
}

body.is-home .sn-testimonial__stars {
  color: var(--sn-gold-2);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

body.is-home .sn-testimonial blockquote p {
  font-family: var(--sn-serif);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.65;
  color: var(--sn-ink-2);
  margin-bottom: 1.25rem;
}

body.is-home .sn-testimonial cite {
  font-weight: 600;
  color: var(--sn-gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* ==========================================================================
   ── Appel à l'Action Final (CTA) — Dégradé Céleste ──
   ========================================================================== */

body.is-home .sn-cta--editorial {
  padding: var(--sn-home-pad) 0;
  background: var(--sn-bg);
}

body.is-home .sn-cta--editorial .sn-cta__glow {
  opacity: 0.45;
  background: radial-gradient(circle at center, rgba(176, 141, 87, 0.22) 0%, transparent 65%);
}

body.is-home .sn-cta--editorial .sn-wrap {
  background: linear-gradient(140deg, #0c0b0a 0%, #1e1a15 60%, #0c0b0a 100%);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 35px 80px rgba(12, 11, 10, 0.25);
  padding: clamp(3.5rem, 9vw, 5.5rem) clamp(2rem, 5vw, 4rem);
}

body.is-home .sn-cta--editorial .sn-cta__title {
  font-size: clamp(2.25rem, 5.5vw, 3.85rem);
  font-family: var(--sn-serif);
  line-height: 1.06;
  margin-bottom: 1.15rem;
}

body.is-home .sn-cta--editorial .sn-cta__text {
  font-size: 1.08rem;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.7);
  max-width: 32rem;
  margin-inline: auto;
  margin-bottom: 2.2rem;
}


/* ==========================================================================
   ── Révélations & Transitions ──
   ========================================================================== */

body.is-home .sn-home--editorial .sn-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

body.is-home .sn-home--editorial .sn-reveal.is-visible {
  opacity: 1;
  transform: none;
}


/* ==========================================================================
   ── Responsive ──
   ========================================================================== */

@media (max-width: 991.98px) {
  body.is-home .sn-hero--editorial .sn-hero__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  body.is-home .sn-hero--editorial .sn-hero__visual {
    margin-top: 1.5rem;
  }

  body.is-home .sn-hero--editorial .sn-hero__card {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    margin-top: 1.5rem;
    animation: none;
  }

  body.is-home .sn-about--editorial .sn-about__photo--a {
    transform: none;
  }

  body.is-home .sn-about--editorial .sn-about__photo--b {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 1.25rem;
  }

  body.is-home .sn-about--editorial .sn-about__visual::after {
    display: none;
  }

  body.is-home .sn-home-showcase__grid {
    grid-template-columns: 1fr;
  }

  body.is-home .sn-home-showcase__card,
  body.is-home .sn-home-showcase__card--featured {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 280px;
  }
}

@media (max-width: 767.98px) {
  body.is-home .sn-hero--editorial .sn-hero__title {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  body.is-home .sn-hero--editorial .sn-hero__actions {
    flex-direction: column;
  }

  body.is-home .sn-hero--editorial .sn-hero__actions .sn-btn {
    width: 100%;
    justify-content: center;
  }

  body.is-home .sn-brands--editorial .sn-brands__row {
    padding: 1.25rem 1.75rem;
    gap: 1.5rem;
  }
}
