/* ══════════════════════════════════════════
   HOME.CSS — Fletchy Homepage Wow Effects
   ══════════════════════════════════════════ */

/* ═══ CUSTOM CURSOR (desktop only) ═══ */
:root {
  --home-ivory: #f4f1ea;
  --home-ink: #17231f;            /* encre légèrement teintée vert forêt (feel éditorial) */
  --home-forest: #101f1a;         /* vert forêt profond — accents sombres */
  --home-forest-deep: #0a1310;    /* quasi-noir teinté forêt — fonds hero/cover */
  --home-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --home-door: cubic-bezier(.62,.02,.2,1);   /* battant lesté : départ lent, arrivée douce */
}

/* CINEMATIC HOME INTRO */
.home-intro {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--home-ivory);
  color: var(--home-ink);
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  contain: layout paint;
  transition: opacity 0.75s var(--ease-out-quart), visibility 0s 0.75s;
}
html.home-intro-pending .home-intro,
html.home-intro-active .home-intro {
  display: flex;
}
html.home-intro-pending,
html.home-intro-active,
html.home-intro-pending body,
html.home-intro-active body {
  overflow: hidden;
}
html.home-intro-cover { background: var(--home-forest-deep); }
html.home-intro-active body {
  background: var(--home-forest-deep);
}
html.home-intro-active #nav {
  right: var(--home-scrollbar-compensation, 0px);
}
html.home-intro-active .hero-new {
  margin-right: var(--home-scrollbar-compensation, 0px);
}
.home-intro-lockup {
  width: 100%;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 52px);
  transition: gap 1s var(--ease-out-expo);
}
.home-intro-word {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  font-family: var(--home-serif);
  font-optical-sizing: auto;
  font-size: clamp(48px, 8.8vw, 142px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.012em;
  text-transform: uppercase;
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.7s ease, transform 0.9s var(--ease-out-expo);
}
.home-intro-word-start { text-align: right; transform: translate3d(-28px, 28px, 0); }
.home-intro-word-end { text-align: left; transform: translate3d(28px, -28px, 0); }
.home-intro-frame {
  position: relative;
  display: block;
  flex: 0 0 clamp(96px, 10vw, 156px);
  width: clamp(96px, 10vw, 156px);
  height: clamp(138px, 16vw, 226px);
  overflow: hidden;
  perspective: 2000px;
  background: var(--home-forest-deep);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(23,25,23,0.14);
  opacity: 0;
  transform: scale(0.82);
  will-change: width, height, flex-basis, transform, opacity;
  transition:
    flex-basis 1s var(--ease-out-expo),
    width 1s var(--ease-out-expo),
    height 1s var(--ease-out-expo),
    border-radius 0.9s var(--ease-out-expo),
    border-color 0.5s ease,
    box-shadow 0.7s ease,
    opacity 0.6s ease,
    transform 0.9s var(--ease-out-expo);
}
.home-intro-image {
  position: absolute;
  inset: 0;
  display: block;
  background-image: url('image/Commun/hero-home.webp');
  background-size: cover;
  background-position: center;
  z-index: 1;
  border-radius: inherit;
  transform: none;
  transition: transform 1.4s var(--ease-out-expo);
}
/* Voile identique au hero (photo à 0.75 sur fond forêt + dégradé `.hero-overlay`).
   Il monte pendant le plein écran pour que l'intro arrive déjà à la luminosité
   de la page : sans lui, la photo chutait d'un coup au fondu. */
.home-intro-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(
      180deg,
      rgba(10,19,14,0.48) 0%,
      rgba(10,19,14,0.20) 48%,
      rgba(10,19,14,0.64) 100%
    ),
    rgba(10,19,16,0.25);
  transition: opacity 0.8s var(--ease-out-quart);
}

/* ── Double battant : cache la photo jusqu'à l'ouverture ── */
.home-intro-bloom {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  background: radial-gradient(70% 58% at 50% 50%, rgba(255,244,224,0.5), rgba(220,195,154,0.15) 40%, transparent 66%);
  transform: scale(0.5);
  transition: opacity 0.6s ease, transform 0.95s var(--ease-out-expo);
}
.home-intro-casing {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border: 1px solid var(--gold);
  border-radius: inherit;
  transition: border-color 0.45s ease, border-radius 0.9s var(--ease-out-expo);
}
.home-intro-leaf {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 3;
  overflow: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1s var(--home-door);
}
/* moulure or en creux — enfant du battant, elle pivote AVEC la porte */
.home-intro-panel {
  position: absolute;
  inset: 13% 12%;
  border: 1px solid rgba(201,169,110,0.32);
  border-radius: 2px;
  background: linear-gradient(160deg, rgba(255,255,255,0.045), rgba(0,0,0,0.10));
}
/* poignée or brossée près du centre — solidaire du battant */
.home-intro-knob {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 3px;
  height: 24px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold-accessible));
  box-shadow: 0 1px 3px rgba(0,0,0,0.35), 0 0 5px rgba(201,169,110,0.35);
}
.home-intro-leaf-left  .home-intro-knob { right: 6px; }
.home-intro-leaf-right .home-intro-knob { left: 6px; }
.home-intro-leaf-left {
  left: 0;
  transform-origin: left center;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(90deg, var(--home-forest-deep) 0%, var(--home-forest) 74%, #1b2e23 100%);
  box-shadow: inset 0 0 22px rgba(0,0,0,0.42), inset -1.5px 0 0 rgba(201,169,110,0.55);
}
.home-intro-leaf-right {
  right: 0;
  transform-origin: right center;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(270deg, var(--home-forest-deep) 0%, var(--home-forest) 74%, #1b2e23 100%);
  box-shadow: inset 0 0 22px rgba(0,0,0,0.42), inset 1.5px 0 0 rgba(201,169,110,0.55);
}
/* la face bascule dans l'ombre en s'ouvrant — donne du poids au geste */
.home-intro-leaf::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s var(--home-door);
}
.home-intro-leaf-left::after  { background: linear-gradient(90deg, rgba(3,7,6,0.06) 0%, rgba(3,7,6,0.55) 100%); }
.home-intro-leaf-right::after { background: linear-gradient(270deg, rgba(3,7,6,0.06) 0%, rgba(3,7,6,0.55) 100%); }
.home-intro-service {
  position: absolute;
  left: 50%;
  top: calc(50% + clamp(104px, 10vw, 150px));
  margin: 0;
  color: rgba(23,25,23,0.62);
  font-size: clamp(10px, 0.9vw, 13px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.38em;
  text-indent: 0.38em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translate3d(-50%, 12px, 0);
  transition: opacity 0.6s 0.25s ease, transform 0.7s 0.25s var(--ease-out-expo);
}
.home-intro-place {
  position: absolute;
  left: 50%;
  bottom: clamp(30px, 6vh, 64px);
  transform: translate3d(-50%, 12px, 0);
  margin: 0;
  color: var(--gold-accessible);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.55s 0.15s ease, transform 0.68s 0.15s var(--ease-out-expo);
}
.home-intro.is-ready .home-intro-word,
.home-intro.is-ready .home-intro-frame {
  opacity: 1;
  transform: none;
}
.home-intro.is-ready .home-intro-place {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
.home-intro.is-ready .home-intro-service {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
.home-intro.is-expanding .home-intro-lockup { gap: 0; }
.home-intro.is-expanding .home-intro-word-start {
  opacity: 0;
  transform: translate3d(-24vw, 0, 0);
}
.home-intro.is-expanding .home-intro-word-end {
  opacity: 0;
  transform: translate3d(24vw, 0, 0);
}
.home-intro.is-expanding .home-intro-frame {
  flex-basis: 100vw;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.home-intro.is-expanding .home-intro-image { transform: none; }
.home-intro.is-expanding .home-intro-image::after { opacity: 1; }

/* ── Phase : ouverture (les deux battants s'écartent) ── */
.home-intro.is-opening .home-intro-frame,
.home-intro.is-expanding .home-intro-frame { overflow: visible; }
.home-intro.is-opening .home-intro-leaf-left  { transform: rotateY(-104deg); }
.home-intro.is-opening .home-intro-leaf-right { transform: rotateY(104deg); }
.home-intro.is-opening .home-intro-leaf::after { opacity: 1; }
.home-intro.is-opening .home-intro-bloom { opacity: 0.7; transform: scale(1.05); }
/* Le halo `screen` éclaircit le centre : il doit se dissiper pendant le plein
   écran, sinon sa disparition instantanée au fondu assombrit la photo d'un coup.
   Règle placée après celle de `is-opening` : spécificité identique. */
.home-intro.is-expanding .home-intro-bloom { opacity: 0; transform: scale(1.6); }
.home-intro.is-expanding .home-intro-casing { border-color: transparent; border-radius: 0; }
.home-intro.is-expanding .home-intro-place {
  opacity: 0;
  transform: translate3d(-50%, 18px, 0);
  transition-delay: 0s;
}
.home-intro.is-expanding .home-intro-service {
  opacity: 0;
  transform: translate3d(-50%, 20px, 0);
  transition-delay: 0s;
  transition-duration: 0.35s;
}
.home-intro.is-revealing {
  opacity: 0;
  visibility: hidden;
}
.home-intro.is-complete { display: none; }

/* Keep the hero still while the cover is visible, then reveal it in sequence. */
html.home-intro-pending #nav,
html.home-intro-active #nav {
  opacity: 0;
  transform: translate3d(0, -18px, 0);
}
html.home-intro-pending .hero-eyebrow-tag,
html.home-intro-active .hero-eyebrow-tag,
html.home-intro-pending .hero-body-text,
html.home-intro-active .hero-body-text,
html.home-intro-pending .hero-ctas-new,
html.home-intro-active .hero-ctas-new {
  animation: none !important;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
html.home-intro-pending .hero-line > span,
html.home-intro-active .hero-line > span {
  animation: none !important;
  transform: translate3d(0, 112%, 0);
}
html.home-intro-active.home-intro-hero-ready #nav {
  animation: homeIntroNavIn 0.75s var(--ease-out-expo) forwards;
}
html.home-intro-active.home-intro-hero-ready .hero-eyebrow-tag {
  animation: homeIntroFadeUp 0.72s 0.08s var(--ease-out-expo) forwards !important;
}
html.home-intro-active.home-intro-hero-ready .hero-line:nth-child(1) > span {
  animation: homeIntroLineIn 0.9s 0.14s var(--ease-out-expo) forwards !important;
}
html.home-intro-active.home-intro-hero-ready .hero-line:nth-child(2) > span {
  animation: homeIntroLineIn 0.9s 0.27s var(--ease-out-expo) forwards !important;
}
html.home-intro-active.home-intro-hero-ready .hero-body-text {
  animation: homeIntroFadeUp 0.75s 0.36s var(--ease-out-expo) forwards !important;
}
html.home-intro-active.home-intro-hero-ready .hero-ctas-new {
  animation: homeIntroFadeUp 0.75s 0.48s var(--ease-out-expo) forwards !important;
}
html.home-intro-complete #nav,
html.home-intro-complete .hero-eyebrow-tag,
html.home-intro-complete .hero-body-text,
html.home-intro-complete .hero-ctas-new,
html.home-intro-complete .hero-line > span {
  animation: none !important;
  opacity: 1;
  transform: none;
}
html.home-intro-pending .cursor-dot,
html.home-intro-pending .cursor-ring,
html.home-intro-active .cursor-dot,
html.home-intro-active .cursor-ring,
html.home-intro-active .fc-widget {
  opacity: 0;
}
.fc-widget { transition: opacity 0.45s ease; }
@keyframes homeIntroNavIn {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes homeIntroFadeUp {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes homeIntroLineIn {
  to { transform: translate3d(0, 0, 0); }
}
@media (max-width: 700px) {
  .home-intro-image { background-image: url('image/Commun/hero-home-640.webp'); }
}
@media (min-width: 701px) and (max-width: 1280px) {
  .home-intro-image { background-image: url('image/Commun/hero-home-1200.webp'); }
}
@media (max-width: 768px) {
  .home-intro-lockup { gap: 12px; padding: 0 14px; }
  .home-intro-word { font-size: clamp(40px, 11.5vw, 60px); letter-spacing: -0.01em; }
  .home-intro-frame { flex-basis: 76px; width: 76px; height: 112px; border-radius: 7px; }
  .home-intro-leaf-left  { border-radius: 7px 0 0 7px; }
  .home-intro-leaf-right { border-radius: 0 7px 7px 0; }
  .home-intro-knob { height: 18px; margin-top: -9px; }
  .home-intro-place { bottom: 32px; font-size: 9px; letter-spacing: 0.13em; }
  .home-intro-service { top: calc(50% + 86px); font-size: 9px; letter-spacing: 0.3em; text-indent: 0.3em; }
  .home-intro.is-expanding .home-intro-frame {
    flex-basis: 100vw;
    width: 100vw;
    height: 100vh;
    height: 100svh;
  }
}

@media (pointer: fine) {
  body { cursor: none; }
  a, button, [role="button"], .prop-card-new { cursor: none; }

  .cursor-dot {
    width: 5px; height: 5px;
    background: var(--gold);
    border-radius: 50%;
    position: fixed;
    top: 0; left: 0;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s, transform 0.1s;
    mix-blend-mode: normal;
  }
  .cursor-ring {
    width: 34px; height: 34px;
    border: 1.5px solid var(--gold-op-45);
    border-radius: 50%;
    position: fixed;
    top: 0; left: 0;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    transition: width 0.25s, height 0.25s, border-color 0.25s, opacity 0.3s;
  }
  .cursor-ring.hover {
    width: 56px; height: 56px;
    border-color: var(--gold);
    background: var(--gold-op-06);
  }
  body:not(:hover) .cursor-dot,
  body:not(:hover) .cursor-ring { opacity: 0; }
}

/* ═══ HERO ═══ */
.hero-new {
  position: relative;
  height: 100vh;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--home-forest-deep);
}

.hero-bg-photo {
  position: absolute;
  inset: 0;
  background-image: url('image/Commun/hero-home.webp');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 2.5s ease, transform 14s ease;
  will-change: transform, opacity;
}
.hero-bg-photo.loaded {
  opacity: 0.75;
  transform: scale(1);
}
@media (max-width: 700px) {
  .hero-bg-photo { background-image: url('image/Commun/hero-home-640.webp'); }
}
@media (min-width: 701px) and (max-width: 1280px) {
  .hero-bg-photo { background-image: url('image/Commun/hero-home-1200.webp'); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(10,19,14,0.48) 0%,
    rgba(10,19,14,0.20) 48%,
    rgba(10,19,14,0.64) 100%
  );
}

/* Hero content */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUpSoft 0.9s 0.2s ease forwards;
}

/* Title with line-reveal animation */
.hero-title-new {
  font-family: var(--home-serif);
  font-optical-sizing: auto;
  font-size: clamp(56px, 8vw, 118px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.018em;
  color: #fff;
  margin-bottom: 32px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.34);
}
.hero-line {
  display: block;
  overflow: hidden;
  line-height: 1.05;
}
.hero-line:first-child {
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
}
.hero-line > span {
  display: block;
  transform: translateY(112%);
}
.hero-line:nth-child(1) > span {
  animation: lineReveal 1.1s 0.38s cubic-bezier(0.16,1,0.3,1) forwards;
}
.hero-line:nth-child(2) > span {
  animation: lineReveal 1.1s 0.6s cubic-bezier(0.16,1,0.3,1) forwards;
}
@keyframes lineReveal {
  to { transform: translateY(0); }
}
.hero-italic {
  font-style: italic;
}
.hero-location-line {
  font-size: 0.52em;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-style: italic;
}

.hero-body-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
  color: rgba(255,255,255,0.78);
  max-width: 520px;
  margin: 0 auto 44px;
  opacity: 0;
  animation: fadeUpSoft 0.9s 0.88s ease forwards;
  text-shadow: 0 1px 8px rgba(0,0,0,0.2);
}

.hero-ctas-new {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUpSoft 0.9s 1.08s ease forwards;
}

@keyframes fadeUpSoft {
  to { opacity: 1; transform: translateY(0); }
  from { opacity: 0; transform: translateY(20px); }
}

html:not(.home-js) .hero-bg-photo {
  opacity: 0.75;
  transform: scale(1);
}

/* Pendant l'intro, le hero doit déjà être cadré comme l'image du rideau.
   Son zoom lent le placerait à ~scale(1.05) au moment du fondu : le cadrage
   sauterait de 5 %. On le fige à scale(1), valeur que `.loaded` lui redonne
   ensuite — la levée de cette règle ne produit donc aucun saut. */
html.home-intro-pending .hero-bg-photo,
html.home-intro-active .hero-bg-photo {
  transform: scale(1);
  transition: opacity 2.5s ease;
}

@media (min-width: 1025px) {
  .hero-new {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 clamp(48px, 6vw, 96px) clamp(72px, 9vh, 112px);
  }
  .hero-content {
    max-width: 920px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .hero-eyebrow-tag { justify-content: flex-start; text-align: left; margin-bottom: 24px; }
  .hero-title-new { font-size: clamp(64px, 8.4vw, 124px); margin-bottom: 26px; }
  .hero-body-text { max-width: 610px; margin: 0 0 36px; }
  .hero-ctas-new { justify-content: flex-start; }
}

/* ═══ MARQUEE STRIP ═══ */
.marquee-strip {
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 14px 0;
  overflow: hidden;
  position: relative;
}
.marquee-strip::before,
.marquee-strip::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.marquee-strip::before {
  left: 0;
  background: linear-gradient(to right, #0a0a0a, transparent);
}
.marquee-strip::after {
  right: 0;
  background: linear-gradient(to left, #0a0a0a, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 40s linear infinite;
}
.marquee-strip:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 44px;
  white-space: nowrap;
}
.marquee-item span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
}
.marquee-item .m-gold { color: var(--gold); font-weight: 600; }
.marquee-item .m-sep {
  width: 4px; height: 4px;
  background: var(--gold-op-50);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ═══ WHY SECTION — ENHANCED ═══ */
.why-section-new {
  background: var(--home-ivory);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
  padding: 148px 80px;
}
.why-visual-new {
  position: relative;
  height: 600px;
}
.why-img-main-new {
  position: absolute;
  top: 0; right: 0;
  width: 73%; height: 86%;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.7s ease;
  box-shadow: 0 32px 80px rgba(0,0,0,0.12);
}
.why-img-main-new:hover { transform: scale(1.02) translateY(-4px); }
.why-img-accent-new {
  position: absolute;
  bottom: 0; left: 0;
  width: 47%; height: 53%;
  object-fit: cover;
  border-radius: 14px;
  border: 6px solid var(--home-ivory);
  box-shadow: 0 24px 64px rgba(0,0,0,0.14);
  transition: transform 0.7s ease;
}
.why-img-accent-new:hover { transform: scale(1.02) translateY(-4px); }
.why-badge-new {
  position: absolute;
  bottom: 33%; left: 28%;
  background: var(--label);
  padding: 20px 24px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 28px 72px rgba(0,0,0,0.28);
  z-index: 1;
}
.why-badge-new .cnt {
  font-size: 48px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.03em;
}
.why-badge-new .cnt-lbl {
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-top: 5px;
  font-weight: 500;
}

/* Pillars redesign */
.pillars-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 40px;
}
.pillar-new {
  padding: 20px 18px;
  border-radius: 12px;
  background: rgba(255,255,255,0.6);
  transition: opacity 0.7s ease, background 0.3s, transform 0.45s var(--ease-out-expo), box-shadow 0.3s;
  border: 1px solid rgba(0,0,0,0.045);
}
.pillar-new:hover {
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.09);
  border-color: var(--gold-op-22);
}
.pillar-icon {
  width: 30px; height: 30px;
  background: var(--gold-op-12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.pillar-icon svg { width: 15px; height: 15px; }
.pillar-new h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  color: var(--label);
}
.pillar-new p {
  font-size: 12px;
  color: var(--secondary);
  line-height: 1.6;
}

/* ═══ PROPERTIES CAROUSEL ═══ */
.props-section-new {
  background: var(--label);
  padding: 130px 0 100px;
  overflow: hidden;
}
.props-header-new {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 80px;
  margin-bottom: 52px;
}
.props-carousel-outer {
  position: relative;
}
.props-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px 80px 24px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  user-select: none;
}
.props-carousel::-webkit-scrollbar { display: none; }
.props-carousel.grabbing { cursor: grabbing; }
.props-carousel.grabbing .prop-card-new { pointer-events: none; }
.prop-card-new img { pointer-events: none; }

.prop-card-new {
  flex-shrink: 0;
  width: 340px;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: block;
  scroll-snap-align: start;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.prop-card-new:first-child {
  width: 480px;
}
.prop-card-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 40px 100px rgba(0,0,0,0.5);
}
.prop-card-new img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.prop-card-new:hover img { transform: scale(1.035); }

.pcn-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.92) 0%,
    rgba(0,0,0,0.12) 50%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  transition: background 0.35s;
}
.prop-card-new:hover .pcn-overlay {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.94) 0%,
    rgba(0,0,0,0.25) 60%,
    transparent 100%
  );
}
.pcn-tag {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
  font-weight: 600;
}
.pcn-name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.015em;
  margin-bottom: 4px;
}
.pcn-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}
.pcn-arrow {
  position: absolute;
  top: 22px; right: 22px;
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  transition: all 0.3s;
}
.prop-card-new:hover .pcn-arrow {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ═══ CAROUSEL EDGE GRADIENT ═══ */
.props-carousel-outer::after{
  content:'';position:absolute;
  top:8px;right:0;bottom:24px;
  width:100px;
  background:linear-gradient(to left,var(--label) 0%,transparent 100%);
  pointer-events:none;z-index:1;
}
@media(max-width:768px){.props-carousel-outer::after{width:40px}}

/* ═══ CAROUSEL DOTS ═══ */
.carousel-dots{
  display:flex;gap:6px;justify-content:center;
  margin-top:28px;padding:0 80px;
}
.carousel-dot{
  width:20px;height:3px;
  background:rgba(255,255,255,.18);
  border-radius:2px;
  transition:background .3s,width .3s;
  cursor:pointer;border:none;padding:0;flex-shrink:0;
}
.carousel-dot.active{background:var(--gold);width:32px}
@media(max-width:768px){
  .carousel-dots{padding:0 20px}
  .carousel-dot{width:16px;height:2px}
  .carousel-dot.active{width:24px}
}

/* Drag hint */
.drag-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.drag-hint.hidden { opacity: 0; pointer-events: none; }
.drag-hint span {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}
.drag-hint svg { opacity: 0.5; }

/* ═══ STATS ROW ═══ */
.stats-row-new {
  background: var(--home-ivory);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--separator);
  border-bottom: 1px solid var(--separator);
}
.stat-new {
  padding: 72px 40px;
  text-align: center;
  border-right: 1px solid var(--separator);
  position: relative;
  overflow: hidden;
}
.stat-new:last-child { border-right: none; }
.stat-new::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 40px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.5s ease;
}
.stat-new:hover::after { transform: translateX(-50%) scaleX(1); }

.stat-num-new {
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 700;
  color: var(--label);
  line-height: 1;
  letter-spacing: -0.04em;
}
.stat-num-new .stat-suffix { font-size: 0.42em; color: var(--gold); vertical-align: baseline; }
.stat-lbl-new {
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-top: 10px;
  font-weight: 600;
}

/* ═══ SERVICES — ENHANCED ═══ */
.services-new {
  background: var(--white);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  padding: 148px 80px;
}
.services-sticky-new {
  position: sticky;
  top: 80px;
  align-self: start;
}
.services-list-new {
  display: flex;
  flex-direction: column;
}
.svc-new {
  padding: 36px 0;
  border-top: 1px solid var(--separator);
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  transition: opacity 0.7s ease, transform 0.45s var(--ease-out-expo);
}
.svc-new:hover { transform: translateX(6px); }
.svc-n {
  font-size: 12px;
  color: var(--gold);
  padding-top: 3px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
.svc-new:hover .svc-n { color: var(--label); }
.svc-new h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 9px;
  letter-spacing: -0.015em;
  color: var(--label);
}
.svc-new p {
  font-size: 13px;
  font-weight: 400;
  color: var(--secondary);
  line-height: 1.75;
}

/* ═══ CONTACT ═══ */
.contact-new {
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 148px 80px;
}

.tarifs-faq { background: var(--home-ivory); }

/* ═══ ANIMATIONS ═══ */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .hero-content { padding: 0 40px; }
  .why-section-new { padding: 110px 48px; gap: 60px; }
  .props-header-new { padding: 0 48px; }
  .props-carousel { padding: 8px 48px 24px; }
  .stats-row-new .stat-new { padding: 56px 24px; }
  .services-new { padding: 110px 48px; grid-template-columns: 320px 1fr; gap: 60px; }
  .contact-new { padding: 110px 48px; }
}
@media (max-width: 1024px) {
  .why-section-new { grid-template-columns: 1fr; }
  .why-visual-new { height: 460px; }
  .services-new { grid-template-columns: 1fr; }
  .services-sticky-new { position: static; }
  .contact-new { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero-new { height: auto; min-height: 100vh; min-height: 100svh; padding: 96px 0 64px; }
  .hero-content { padding: 0 20px; }
  .hero-title-new { font-size: clamp(44px, 11vw, 64px); }
  .hero-body-text { font-size: 16px; }
  .marquee-strip::before, .marquee-strip::after { width: 48px; }
  .why-section-new { padding: 80px 20px; }
  .why-visual-new { height: 300px; }
  .props-header-new { padding: 0 20px; }
  .props-carousel { padding: 8px 20px 20px; }
  .prop-card-new { width: 280px; height: 400px; }
  .prop-card-new:first-child { width: 300px; }
  .stats-row-new { grid-template-columns: 1fr; }
  .stat-new { border-right: none; border-bottom: 1px solid var(--separator); padding: 48px 20px; }
  .stat-new:last-child { border-bottom: none; }
  .services-new { padding: 80px 20px; }
  .contact-new { padding: 80px 20px; }
  .drag-hint { display: flex; }
}
@media (max-width: 480px) {
  .hero-ctas-new { flex-direction: column; align-items: center; }
  .pillars-new { grid-template-columns: 1fr; }
}
@media (max-width: 360px) and (max-height: 650px) {
  .hero-ctas-new .btn { width: 210px; max-width: 210px; justify-content: center; padding-left: 14px; padding-right: 14px; white-space: normal; }
  .fc-widget { right: 2px; bottom: 8px; }
  .fc-fab { width: 42px; height: 42px; }
}

/* ═══ REDUCED MOTION ═══ */
@media (prefers-reduced-motion: reduce) {
  .home-intro { display: none !important; }
  .marquee-track { animation: none; }
  .hero-bg-photo { transition: opacity 0.5s ease; transform: none; }
  .hero-bg-photo.loaded { transform: none; }
  .hero-line > span { animation: none; transform: none; }
  .hero-eyebrow-tag, .hero-body-text, .hero-ctas-new { animation: none; opacity: 1; transform: none; }
  .cursor-dot, .cursor-ring { display: none; }
}
