
    /* ═══ Loader: logo-based overrides ═══ */
    .loader {
      background: radial-gradient(ellipse at 50% 46%, #1c1c1c 0%, #141414 55%, #0a0a0a 100%);
    }
    .loader__scene {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .loader__board {
      transform: translate(-50%, -50%) !important;
      transform-style: flat !important;
      animation: logoBreathe 3.4s ease-in-out infinite !important;
      filter: drop-shadow(0 0 60px rgba(210,120,90,.1)) !important;
    }
    .loader__board img {
      width: clamp(110px, 20vw, 200px);
      height: auto;
    }
    @keyframes logoBreathe {
      0%, 100% { transform: translate(-50%, -50%) scale(1);    opacity: .82; }
      50%      { transform: translate(-50%, -50%) scale(1.06);  opacity: 1;   }
    }

    /* ═══ Hero: shorter for subpage ═══ */
    .hero--short { height: 60vh; min-height: 400px; }
    .hero__title {
      font-family: var(--font-display);
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    .hero__subtitle {
      font-family: var(--font-body);
      font-weight: 300;
      font-size: clamp(.8rem, 1.3vw, 1.08rem);
      letter-spacing: .1em;
      color: var(--white);
      opacity: 0;
      margin-bottom: 32px;
    }

    /* ═══ Nav logo image ═══ */
    .nav__logo img {
      height: 40px;
      width: auto;
      display: block;
      transition: opacity .3s var(--ease-out-expo);
    }
    .nav__logo:hover img { opacity: .65; }

    /* ═══ Intro centered ═══ */
    .intro-centered {
      text-align: center;
      max-width: 780px;
      margin: 0 auto;
    }
    .intro-centered p {
      font-family: var(--font-display);
      font-size: clamp(1.12rem, 2vw, 1.5rem);
      font-weight: 400;
      font-style: normal;
      line-height: 1.6;
      color: var(--fg);
    }
    .deco-line {
      display: block;
      width: 52px;
      height: 2px;
      background: var(--accent);
      margin: 2em auto 0;
      border: none;
    }

    /* ═══ Soirée dark section overrides ═══ */
    .section--dark {
      background: var(--fg);
      color: var(--bg);
      position: relative;
      overflow: hidden;
    }
    .section--dark h2       { color: var(--cream); }
    .section--dark h4       { color: var(--cream); opacity: .6; }
    .section--dark p        { color: rgba(255,252,240,.72); }
    .section--dark .btn     { border-color: rgba(255,252,240,.65); color: var(--bg); }
    .section--dark .btn::before { background: var(--bg); }
    .section--dark .btn:hover   { color: var(--fg); border-color: var(--bg); }
    .section--dark-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .section--dark-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .18;
    }
    .section--dark > .container { position: relative; z-index: 1; }

    /* ═══ Full Moon two-col ═══ */
    .fullmoon-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(32px, 5vw, 72px);
      align-items: center;
    }
    .fullmoon-grid__image {
      overflow: hidden;
    }
    .fullmoon-grid__image img {
      width: 100%;
      height: clamp(340px, 36vw, 540px);
      object-fit: cover;
      transition: transform .65s var(--ease-out-expo);
    }
    .fullmoon-grid__image:hover img { transform: scale(1.03); }
    .fullmoon-grid__text h4 {
      font-family: var(--font-body);
      font-size: clamp(.68rem, .85vw, .78rem);
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: .8em;
    }
    .fullmoon-grid__text h2 {
      margin-bottom: .35em;
    }
    .fullmoon-grid__text p {
      color: rgba(255,252,240,.72);
      font-size: clamp(.88rem, 1.1vw, .96rem);
      line-height: 1.7;
      margin-bottom: 1em;
    }

    /* ═══ Événements privés two-col ═══ */
    .events-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(32px, 5vw, 72px);
      align-items: center;
    }
    .events-grid--reverse {
      direction: rtl;
    }
    .events-grid--reverse > * {
      direction: ltr;
    }
    .events-grid__image {
      overflow: hidden;
    }
    .events-grid__image img {
      width: 100%;
      height: clamp(340px, 36vw, 540px);
      object-fit: cover;
      transition: transform .65s var(--ease-out-expo);
    }
    .events-grid__image:hover img { transform: scale(1.03); }
    .events-grid__text h4 {
      font-family: var(--font-body);
      font-size: clamp(.68rem, .85vw, .78rem);
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: .8em;
    }
    .events-grid__text h2 {
      margin-bottom: .35em;
    }
    .events-grid__text p {
      color: var(--grey-600);
      font-size: clamp(.88rem, 1.1vw, .96rem);
      line-height: 1.7;
      margin-bottom: 1em;
    }
    .events-grid__text p.text-large {
      font-size: clamp(.95rem, 1.25vw, 1.08rem);
      color: var(--fg);
    }

    /* ═══ Prestations Grid ═══ */
    .prestations-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: clamp(20px, 3vw, 36px);
      margin-top: clamp(28px, 4vw, 48px);
    }
    .presta-card {
      background: var(--white);
      border: 1px solid rgba(20,20,20,.08);
      padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 36px);
      transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo);
      text-align: center;
    }
    .presta-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(20,20,20,.08);
    }
    .presta-card__icon {
      width: 48px;
      height: 48px;
      margin: 0 auto 1.2em;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--accent-light);
      border-radius: 50%;
      color: var(--accent);
    }
    .presta-card__title {
      font-family: var(--font-display);
      font-size: clamp(1.1rem, 1.6vw, 1.3rem);
      font-weight: 700;
      color: var(--fg);
      line-height: 1.2;
    }

    /* ═══ Prestations list ═══ */
    .prestations-list {
      margin-top: clamp(40px, 5vw, 64px);
      max-width: 680px;
      margin-inline: auto;
    }
    .prestations-list h3 {
      font-family: var(--font-display);
      font-size: clamp(1.2rem, 2vw, 1.6rem);
      font-weight: 700;
      color: var(--accent);
      text-transform: uppercase;
      letter-spacing: .02em;
      margin-bottom: 1.2em;
      text-align: center;
    }
    .prestations-list ul {
      columns: 2;
      column-gap: clamp(24px, 3vw, 48px);
    }
    .prestations-list li {
      font-family: var(--font-body);
      font-size: clamp(.82rem, 1vw, .92rem);
      line-height: 1.7;
      color: var(--grey-600);
      padding: .45em 0;
      border-bottom: 1px solid rgba(20,20,20,.06);
      break-inside: avoid;
      position: relative;
      padding-left: 1.4em;
    }
    .prestations-list li::before {
      content: '·';
      position: absolute;
      left: 0;
      color: var(--accent);
      font-weight: 700;
      font-size: 1.2em;
    }

    /* ═══ Why SWP ═══ */
    .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: clamp(24px, 3vw, 48px);
      margin-top: clamp(28px, 4vw, 48px);
    }
    .why-card {
      text-align: center;
      padding: clamp(24px, 3vw, 40px);
    }
    .why-card__icon {
      width: 56px;
      height: 56px;
      margin: 0 auto 1.2em;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1.5px solid var(--accent);
      border-radius: 50%;
      color: var(--accent);
    }
    .why-card__title {
      font-family: var(--font-display);
      font-size: clamp(1.1rem, 1.5vw, 1.35rem);
      font-weight: 700;
      color: var(--fg);
      line-height: 1.2;
      margin-bottom: .5em;
    }
    .why-card p {
      font-size: clamp(.82rem, 1vw, .9rem);
      color: var(--grey-600);
      line-height: 1.65;
    }

    /* ═══ CTA section ═══ */
    .section--cta {
      background: var(--fg);
      color: var(--bg);
      text-align: center;
    }
    .section--cta h2 { color: var(--cream); }
    .section--cta p {
      color: rgba(255,252,240,.65);
      font-size: clamp(.9rem, 1.2vw, 1.04rem);
      max-width: 540px;
      margin: .5em auto 2em;
      line-height: 1.65;
    }
    .section--cta .btn {
      border-color: rgba(255,252,240,.65);
      color: var(--bg);
    }
    .section--cta .btn::before { background: var(--bg); }
    .section--cta .btn:hover   { color: var(--fg); border-color: var(--bg); }
    .section--cta .cta-email {
      display: block;
      margin-top: 1.2em;
      font-family: var(--font-body);
      font-size: .82rem;
      letter-spacing: .08em;
      color: rgba(255,252,240,.5);
    }
    .section--cta .cta-email a {
      color: rgba(255,252,240,.7);
      text-decoration: none;
      transition: color .3s var(--ease-out-expo);
    }
    .section--cta .cta-email a:hover { color: var(--accent); }

    /* ═══ Cream background variant ═══ */
    .section--cream { background: var(--cream); }

    /* ═══ Footer 4-col ═══ */
    .footer__logo-img {
      width: clamp(140px, 18vw, 220px);
      height: auto;
      margin-bottom: 1em;
      filter: brightness(0) invert(1);
      opacity: .85;
    }
    .footer__tagline {
      font-family: var(--font-display);
      font-size: .88rem;
      font-style: normal;
      opacity: .55;
      line-height: 1.55;
    }

    /* ═══ Responsive ═══ */
    @media (max-width: 768px) {
      .fullmoon-grid       { grid-template-columns: 1fr; }
      .events-grid          { grid-template-columns: 1fr; }
      .events-grid--reverse { direction: ltr; }
      .why-grid             { grid-template-columns: 1fr; }
      .prestations-list ul  { columns: 1; }
      .footer__wrap--home   { grid-template-columns: 1fr !important; }
    }
  

      .loader          { display: none !important; }
      body             { overflow: auto !important; }
      .fade-in         { opacity: 1 !important; transform: none !important; }
      [data-split] .word-inner { transform: none !important; }
      .hero__subtitle  { opacity: 1 !important; }
    