/* ===== Page : home-staging — « Vu autrement », galerie / preuve par l'image =====
   Genre : démonstration visuelle, contemplatif, beaucoup d'image peu de texte.
   Composants spécifiques au-dessus du design system (styles.css). Garde-fous :
   pas de bordure latérale colorée, pas de texte en dégradé, un seul aplat saturé
   par section clé, motion transform/opacity, respect prefers-reduced-motion. */

/* =========================================================================
   1) HERO VISUEL PLEIN CADRE (rupture, pas d'arche .page-hero)
   ========================================================================= */
.hs-hero {
  position: relative;
  min-height: clamp(560px, 88vh, 880px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--navy-900);
  isolation: isolate;
}
.hs-hero-img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 56%;
  transform: scale(1.04);
}
/* voile pour la lisibilité du texte sur l'image (bas + bord gauche) */
.hs-hero-shade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(14,34,51,0.34) 0%, rgba(14,34,51,0) 26%, rgba(14,34,51,0) 44%, rgba(14,34,51,0.66) 86%, rgba(14,34,51,0.82) 100%),
    linear-gradient(82deg, rgba(14,34,51,0.62) 0%, rgba(14,34,51,0.16) 40%, rgba(14,34,51,0) 64%);
}
.hs-hero-inner {
  position: relative; z-index: 2;
  padding-top: calc(var(--header-h) + clamp(3rem, 12vh, 7rem));
  padding-bottom: clamp(3.2rem, 8vh, 5.5rem);
  max-width: 880px;
}
.hs-hero .breadcrumb {
  font-family: var(--label); text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.72rem; color: rgba(255,255,255,0.7); margin-bottom: 1.3rem;
}
.hs-hero .breadcrumb a { color: rgba(255,255,255,0.85); }
.hs-hero .breadcrumb a:hover { color: var(--gold-bright); }
.hs-hero .eyebrow { color: var(--gold-bright); margin-bottom: 1.1rem; }
.hs-hero .eyebrow::before { background: var(--gold-bright); }
.hs-hero h1 {
  color: #fff;
  font-weight: 500;                       /* titre fin, registre galerie */
  font-size: clamp(2.7rem, 6.2vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.018em;
  text-shadow: 0 2px 40px rgba(14,34,51,0.45);
}
.hs-hero-em { color: var(--gold-bright); font-weight: 600; }
.hs-hero .lead {
  margin-top: 1.5rem; max-width: 46ch;
  color: rgba(255,255,255,0.9); font-size: clamp(1.08rem, 1.6vw, 1.3rem);
}
.hs-hero-actions { margin-top: 2.3rem; display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.hs-hero-ghost { color: #fff; border-bottom-color: var(--gold-bright); }
.hs-hero-ghost:hover { color: var(--gold-bright); }

/* indice de défilement discret */
.hs-hero-cue {
  position: absolute; left: 50%; bottom: 1.4rem; z-index: 3;
  transform: translateX(-50%);
  width: 30px; height: 48px; border-radius: 16px;
  border: 1.5px solid rgba(255,255,255,0.5);
  display: grid; place-items: start center;
}
.hs-hero-cue span { width: 4px; height: 9px; margin-top: 8px; border-radius: 4px; background: var(--gold-bright); animation: hsCue 1.7s var(--ease-expo) infinite; }
@keyframes hsCue { 0% { opacity: 0; transform: translateY(-3px); } 40% { opacity: 1; } 80%,100% { opacity: 0; transform: translateY(11px); } }
@media (prefers-reduced-motion: reduce) {
  .hs-hero-cue span { animation: none; }
  .hs-hero-img { transform: none; }
}
@media (max-width: 560px) {
  .hs-hero { min-height: 0; align-items: flex-end; }
  .hs-hero-inner { padding-top: calc(var(--header-h) + 4.5rem); padding-bottom: 2.6rem; }
  .hs-hero-cue { display: none; }
}

/* =========================================================================
   2) CLAIM — surcharge fine du .hs-claim partagé (libellé exact du brief)
   (la base .hs-claim vit déjà dans styles.css)
   ========================================================================= */

/* =========================================================================
   3) SIGNATURE — comparateur avant/après plein largeur (grand format)
   ========================================================================= */
.hs-compare-sec .section-head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.hs-compare { margin: 0 auto; max-width: 1040px; }
/* grand format + poignée plus présente que le défaut */
.hs-compare .ba-compare {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-lg), 0 0 0 1px var(--line-gold);
}
.hs-compare .ba-label { font-size: 0.72rem; bottom: 1.1rem; }
.hs-compare .ba-handle::after { width: 58px; height: 58px; box-shadow: var(--sh-lg), inset 0 0 0 2px rgba(255,255,255,0.7); }
.hs-compare .ba-handle::before { font-size: 1.05rem; }
.hs-compare-cap {
  margin-top: 1.1rem; text-align: center;
  font-family: var(--label); text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.72rem; color: var(--ink-mute);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  width: 100%;
}
.hs-compare-cap svg { width: 18px; height: 18px; color: var(--gold-deep); }
@media (max-width: 560px) {
  .hs-compare .ba-compare { aspect-ratio: 4 / 5; }
}

/* =========================================================================
   4) 6 AVANTAGES — blocs de tailles variées (PAS 6 cards identiques)
   ========================================================================= */
.hs-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
}
.hsb {
  position: relative;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 2rem 1.9rem; overflow: hidden;
  box-shadow: var(--sh-sm);
  display: flex; flex-direction: column;
  transition: transform 0.45s var(--ease-expo), box-shadow 0.45s var(--ease-expo), border-color 0.45s ease;
}
.hsb:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: var(--line-gold); }
.hsb:active { transform: translateY(-2px) scale(.99); transition-duration: .1s; }
.hsb-num {
  position: absolute; top: 1.3rem; right: 1.6rem;
  font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 2.2rem; line-height: 1;
  color: oklch(0.86 0.04 80 / 0.5);
  transition: color 0.45s var(--ease), transform 0.45s var(--ease);
}
.hsb:hover .hsb-num { color: var(--gold); transform: translateY(-2px); }
.hsb-ic {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  background: radial-gradient(120% 120% at 30% 20%, var(--cream-3), var(--cream));
  color: var(--gold-deep); border: 1px solid var(--line-gold); margin-bottom: 1.3rem;
}
.hsb-ic svg { width: 27px; height: 27px; }
.hsb h3 { font-size: 1.22rem; margin-bottom: 0.55rem; }
.hsb p { font-size: 0.96rem; color: var(--ink-mute); line-height: 1.6; }

/* bloc large (premier, le plus fort) */
.hsb--lead { grid-column: span 2; }
.hsb--lead h3 { font-size: 1.55rem; }
.hsb--lead p { font-size: 1.05rem; color: var(--ink-soft); max-width: 52ch; }

/* bloc haut (chiffre 2x), occupe 2 rangées dans la colonne de droite */
.hsb--tall { grid-row: span 2; background: linear-gradient(168deg, var(--cream-2), var(--cream-3)); }
.hsb--tall .hsb-stat {
  margin-top: auto; padding-top: 1.2rem;
  font-family: var(--serif); font-weight: 800; font-size: clamp(3rem, 6vw, 4.4rem);
  color: var(--gold-deep); line-height: 0.9; display: flex; align-items: baseline; gap: 0.4rem;
}
.hsb--tall .hsb-stat small {
  font-family: var(--label); font-weight: 400; text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.72rem; color: var(--ink-mute); align-self: flex-end; padding-bottom: 0.4rem;
}

/* bloc navy committed (dernier) — large pour fermer la composition */
.hsb--feature { grid-column: span 2; background: var(--navy-900); border-color: var(--navy-900); }
.hsb--feature h3 { color: #fff; font-size: 1.45rem; }
.hsb--feature p { color: rgba(255,255,255,0.74); max-width: 56ch; }
.hsb--feature .hsb-ic { background: rgba(255,255,255,0.06); border-color: rgba(201,160,99,0.5); color: var(--gold-2); }
.hsb--feature .hsb-num { color: var(--gold-2); }

@media (max-width: 940px) {
  .hs-benefits { grid-template-columns: repeat(2, 1fr); }
  .hsb--lead { grid-column: span 2; }
  .hsb--tall { grid-row: auto; }
  .hsb--tall .hsb-stat { padding-top: 0.9rem; }
}
@media (max-width: 560px) {
  .hs-benefits { grid-template-columns: 1fr; }
  .hsb--lead, .hsb--tall, .hsb--feature { grid-column: auto; grid-row: auto; }
  .hsb { padding: 1.7rem 1.5rem; }
}

/* =========================================================================
   5) PLAN D'ACTION EN PELLICULE — 4 temps horizontaux + voix curateur
   (distinct de la timeline verticale .steps) — CSS scroll-snap, fallback lisible
   ========================================================================= */
.hs-film-sec { overflow: hidden; }
.hs-filmstrip {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 1fr);
  gap: clamp(1.1rem, 2.5vw, 1.8rem);
  margin-top: clamp(1.5rem, 3vw, 2.4rem);
  padding: 1.4rem clamp(1.25rem, 4vw, 2.5rem) 1.6rem;
  padding-inline: max(clamp(1.25rem, 4vw, 2.5rem), calc((100vw - var(--maxw)) / 2));
  overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: thin; scrollbar-color: var(--gold) transparent;
  counter-reset: frame;
}
.hs-filmstrip::-webkit-scrollbar { height: 6px; }
.hs-filmstrip::-webkit-scrollbar-thumb { background: var(--gold-deep); border-radius: 6px; }
.hs-filmstrip::-webkit-scrollbar-track { background: rgba(255,255,255,0.08); border-radius: 6px; }
/* sur grand écran : les 4 temps tiennent ensemble, pas de scroll */
@media (min-width: 1080px) {
  .hs-filmstrip { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); overflow: visible; }
}
.hs-frame {
  scroll-snap-align: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,160,99,0.28);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  /* aspect « pellicule » : perforations or en haut et en bas via le cadre */
  position: relative;
}
.hs-frame-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--navy-700); }
.hs-frame-media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 0.8s var(--ease-expo);
}
.hs-frame:hover .hs-frame-media img { transform: scale(1.05); }
/* bandeau perforé façon film, en haut de l'image */
.hs-frame-media::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 14px; z-index: 2;
  background:
    repeating-linear-gradient(90deg, transparent 0 9px, rgba(231,189,97,0.85) 9px 16px) center / auto 6px no-repeat,
    rgba(14,34,51,0.78);
  background-size: 100% 6px, 100% 100%;
  background-position: center, center;
}
.hs-frame-no {
  position: absolute; left: 0.9rem; bottom: 0.8rem; z-index: 3;
  font-family: var(--serif); font-weight: 800; font-style: italic;
  font-size: 2.1rem; line-height: 1; color: #fff;
  text-shadow: 0 2px 18px rgba(14,34,51,0.6);
}
.hs-frame-no::before {
  content: ""; position: absolute; left: -0.9rem; right: -50%; bottom: -0.8rem; top: -0.6rem; z-index: -1;
  background: linear-gradient(90deg, rgba(14,34,51,0.55), transparent);
}
.hs-frame-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.hs-frame-body h3 { color: #fff; font-size: 1.22rem; }
.hs-frame-body > p { color: rgba(255,255,255,0.74); font-size: 0.95rem; line-height: 1.55; }
/* voix David, curateur, en marge */
.hs-curator {
  margin-top: auto; padding-top: 0.9rem; border-top: 1px solid rgba(201,160,99,0.22);
  font-family: var(--serif); font-style: italic; font-size: 0.98rem;
  color: rgba(255,255,255,0.9); line-height: 1.45;
}
.hs-curator span {
  display: block; font-family: var(--label); font-style: normal;
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.62rem;
  color: var(--gold-2); margin-bottom: 0.35rem;
}
.hs-film-hint {
  margin-top: 1.4rem; display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--label); text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.7rem; color: rgba(255,255,255,0.6);
}
.hs-film-hint svg { width: 18px; height: 18px; color: var(--gold-2); }
@media (min-width: 1080px) { .hs-film-hint { display: none; } }

/* =========================================================================
   6) BON À SAVOIR + PONTS ÉDITORIAUX
   ========================================================================= */
.hs-know { display: grid; gap: clamp(1.5rem, 3vw, 2.2rem); }
.hs-bridges { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.hs-bridge {
  position: relative; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.7rem 1.8rem; box-shadow: var(--sh-sm);
  display: flex; flex-direction: column; gap: 0.4rem;
  transition: transform 0.45s var(--ease-expo), box-shadow 0.45s var(--ease-expo), border-color 0.45s ease;
}
.hs-bridge:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: var(--line-gold); }
.hs-bridge:active { transform: translateY(-2px) scale(.99); transition-duration: .1s; }
.hs-bridge-eye { font-family: var(--label); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.68rem; color: var(--gold-deep); }
.hs-bridge-line { font-family: var(--serif); font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.5rem); color: var(--ink); line-height: 1.2; }
.hs-bridge-go {
  margin-top: 0.5rem; display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--label); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.74rem; color: var(--ink);
}
.hs-bridge-go svg { width: 17px; height: 17px; color: var(--gold-deep); transition: transform 0.35s var(--ease-expo); }
.hs-bridge:hover .hs-bridge-go { color: var(--gold-deep); }
.hs-bridge:hover .hs-bridge-go svg { transform: translateX(5px); }
@media (max-width: 700px) { .hs-bridges { grid-template-columns: 1fr; } }

/* =========================================================================
   7) CTA — petites pastilles de preuve sous le bloc
   ========================================================================= */
.hs-cta-proof { margin-top: 1.4rem; }

@media (prefers-reduced-motion: reduce) {
  .hsb:active, .hs-bridge:active { transform: none !important; }
  .hs-frame-media img { transition: none; }
}

/* ===== Galerie réalisations (vraies photos) ===== */
.hs-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.hs-gallery figure { position: relative; margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh-md); aspect-ratio: 3 / 4; }
.hs-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-expo); }
.hs-gallery figure:hover img { transform: scale(1.05); }
.hs-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem 1rem .9rem; color: #fff; font-family: var(--label); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; background: linear-gradient(transparent, rgba(14,34,51,.72)); }
@media (max-width: 780px) { .hs-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .hs-gallery { grid-template-columns: 1fr; gap: 1rem; } }

/* ===== Plan d'action 4 temps — sans photos, typographique ===== */
.hs-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.6rem, 3vw, 2.8rem); margin-top: clamp(2rem, 4vw, 3rem); position: relative; }
.hs-steps::before { content: ""; position: absolute; top: 26px; left: 1%; right: 1%; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,160,99,.45) 8%, rgba(201,160,99,.45) 92%, transparent); }
.hs-step { position: relative; }
.hs-step-head { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.1rem; }
.hs-step-no { font-family: var(--serif); font-weight: 800; font-size: 2.3rem; color: var(--gold-2); line-height: 1; background: var(--navy-900); padding-right: .2rem; position: relative; z-index: 1; }
.hs-step-ic { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--navy-900); border: 1px solid rgba(201,160,99,.4); color: var(--gold-2); position: relative; z-index: 1; flex: none; }
.hs-step-ic svg { width: 24px; height: 24px; }
.hs-step h3 { color: #fff; font-size: 1.22rem; margin-bottom: .5rem; }
.hs-step > p { color: rgba(255,255,255,.7); font-size: .95rem; line-height: 1.55; }
.hs-step .hs-quote { font-family: var(--serif); font-style: italic; color: var(--gold-soft); font-size: .98rem; margin-top: 1rem; line-height: 1.45; }
@media (max-width: 860px) { .hs-steps { grid-template-columns: 1fr 1fr; gap: 2rem 2.2rem; } .hs-steps::before { display: none; } }
@media (max-width: 520px) { .hs-steps { grid-template-columns: 1fr; } }

.hs-steps { list-style: none; padding-left: 0; margin: 0; }

/* ===== Réalisation : Avant / Après + intérieurs (Réformés-Canebière) ===== */
.hs-real .script { color: var(--gold-deep); }
.hs-ba { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(.7rem,1.8vw,1.3rem); max-width: 860px; margin: 0 auto clamp(.7rem,1.8vw,1.1rem); }
.hs-ba-item { position: relative; margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh-md); aspect-ratio: 3 / 4; }
.hs-ba-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hs-ba-tag { position: absolute; top: .8rem; left: .8rem; font-family: var(--label); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; padding: .38rem .8rem; border-radius: 999px; color: #fff; }
.hs-ba-tag--before { background: rgba(14,34,51,.82); }
.hs-ba-tag--after { background: var(--gold-deep); }
.hs-ba-cap { text-align: center; color: var(--ink-mute); font-size: .92rem; margin: 0 0 clamp(1.8rem,3.5vw,2.8rem); }
.hs-real-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(.6rem,1.4vw,1rem); }
.hs-real-grid figure { position: relative; margin: 0; border-radius: 14px; overflow: hidden; box-shadow: var(--sh-sm); aspect-ratio: 4 / 5; }
.hs-real-grid img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s var(--ease-expo); }
.hs-real-grid figure:hover img { transform: scale(1.05); }
.hs-real-grid figcaption { position: absolute; inset: auto 0 0 0; padding: .9rem .8rem .55rem; font-family: var(--label); text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; color: #fff; background: linear-gradient(to top, rgba(14,34,51,.72), transparent); }
@media (max-width: 720px) { .hs-real-grid { grid-template-columns: repeat(2,1fr); } }
