
    /* ═══ 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;
    }

    /* ═══ Tarifs grid ═══ */
    .tarif-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: clamp(20px, 3vw, 36px);
      margin-top: clamp(28px, 4vw, 48px);
    }
    .tarif-card {
      background: var(--white, #fff);
      border: 1px solid rgba(20,20,20,.08);
      padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 36px);
      position: relative;
      overflow: hidden;
      transition: transform .45s var(--ease-out-expo), box-shadow .45s var(--ease-out-expo), border-color .45s var(--ease-out-expo);
    }
    .tarif-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(20,20,20,.08);
      border-color: var(--accent);
    }
    .tarif-card__duration {
      font-family: var(--font-ui);
      font-size: .72rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: .6em;
    }
    .tarif-card__title {
      font-family: var(--font-display);
      font-size: clamp(1.2rem, 2vw, 1.5rem);
      font-weight: 700;
      color: var(--fg);
      line-height: 1.15;
      margin-bottom: .35em;
    }
    .tarif-card__price {
      font-family: var(--font-display);
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 700;
      color: var(--accent);
      line-height: 1;
      margin-bottom: .4em;
    }
    .tarif-card__price span {
      font-size: .45em;
      font-weight: 400;
      opacity: .65;
      vertical-align: super;
    }
    .tarif-card__desc {
      font-size: .88rem;
      color: var(--grey-600);
      line-height: 1.6;
    }
    .tarif-download {
      text-align: center;
      margin-top: clamp(32px, 4vw, 56px);
    }

    /* ═══ VR Section — two-column highlight ═══ */
    .vr-section {
      background: var(--cream);
    }
    .vr-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(32px, 5vw, 72px);
      align-items: center;
    }
    .vr-grid__image {
      overflow: hidden;
    }
    .vr-grid__image img {
      width: 100%;
      height: clamp(340px, 36vw, 540px);
      object-fit: cover;
      transition: transform .65s var(--ease-out-expo);
    }
    .vr-grid__image:hover img { transform: scale(1.03); }
    .vr-grid__text h4 {
      font-family: var(--font-ui);
      font-size: clamp(.68rem, .85vw, .78rem);
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: .8em;
    }
    .vr-grid__text h2 {
      margin-bottom: .35em;
    }
    .vr-grid__text p {
      color: var(--grey-600);
      font-size: clamp(.88rem, 1.1vw, .96rem);
      line-height: 1.7;
      margin-bottom: 1em;
    }
    .vr-grid__text p.text-large {
      font-size: clamp(.95rem, 1.25vw, 1.08rem);
      color: var(--fg);
    }
    .vr-grid__text .btn {
      margin-top: 1em;
    }

    /* ═══ Booking section ═══ */
    .booking-header {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5em;
      margin-bottom: 2em;
    }
    .booking-header__label {
      font-family: var(--font-display);
      font-size: clamp(1.2rem, 2vw, 1.6rem);
      font-weight: 700;
      color: var(--fg);
      min-width: 220px;
      text-align: center;
    }
    .booking-header button {
      background: none;
      border: 1px solid rgba(20,20,20,.15);
      width: 42px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: border-color .3s var(--ease-out-expo), background .3s var(--ease-out-expo);
      color: var(--fg);
    }
    .booking-header button:hover {
      border-color: var(--accent);
      background: var(--accent);
      color: var(--white, #fff);
    }
    .cal-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 4px;
      max-width: 560px;
      margin: 0 auto 2em;
    }
    .cal-grid__day-name {
      font-family: var(--font-ui);
      font-size: .68rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-align: center;
      color: var(--grey-600);
      padding: .6em 0;
    }
    .cal-grid__day {
      text-align: center;
      padding: .7em .4em;
      font-size: .88rem;
      cursor: pointer;
      border: 1px solid transparent;
      transition: all .25s var(--ease-out-expo);
      color: var(--fg);
    }
    .cal-grid__day:hover {
      border-color: var(--accent);
    }
    .cal-grid__day.is-today {
      font-weight: 700;
      color: var(--accent);
    }
    .cal-grid__day.is-selected {
      background: var(--accent);
      color: var(--white, #fff);
    }
    .cal-grid__day.is-disabled {
      opacity: .25;
      pointer-events: none;
    }

    .slot-picker {
      display: none;
      max-width: 560px;
      margin: 0 auto 2em;
      text-align: center;
    }
    .slot-picker.is-visible { display: block; }
    .slot-picker__title {
      font-family: var(--font-display);
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 1em;
      color: var(--fg);
    }
    .slot-picker__slots {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }
    .slot-picker__slot {
      padding: .55em 1.4em;
      border: 1px solid rgba(20,20,20,.12);
      font-family: var(--font-ui);
      font-size: .82rem;
      cursor: pointer;
      transition: all .25s var(--ease-out-expo);
      background: none;
      color: var(--fg);
    }
    .slot-picker__slot:hover,
    .slot-picker__slot.is-selected {
      background: var(--accent);
      border-color: var(--accent);
      color: var(--white, #fff);
    }

    /* Booking modal */
    .booking-modal {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 9999;
      align-items: center;
      justify-content: center;
      padding: 2em;
    }
    .booking-modal.is-open {
      display: flex;
    }
    .booking-modal__overlay {
      position: absolute;
      inset: 0;
      background: rgba(20,20,20,.55);
      backdrop-filter: blur(6px);
    }
    .booking-modal__content {
      position: relative;
      background: var(--bg);
      max-width: 520px;
      width: 100%;
      padding: clamp(28px, 4vw, 48px);
      max-height: 90vh;
      overflow-y: auto;
    }
    .booking-modal__close {
      position: absolute;
      top: 16px;
      right: 16px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--fg);
      padding: 4px;
    }
    .booking-modal__title {
      font-family: var(--font-display);
      font-size: clamp(1.3rem, 2.4vw, 1.8rem);
      font-weight: 700;
      margin-bottom: 1.4em;
      color: var(--fg);
    }
    .booking-form { display: flex; flex-direction: column; gap: 1.1em; }
    .booking-form__row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1em;
    }
    .booking-form label {
      display: block;
      font-family: var(--font-ui);
      font-size: .7rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--grey-600);
      margin-bottom: .45em;
    }
    .booking-form input,
    .booking-form select {
      width: 100%;
      padding: .7em 1em;
      border: 1px solid rgba(20,20,20,.12);
      background: var(--white, #fff);
      font-family: var(--font-body);
      font-size: .9rem;
      color: var(--fg);
      outline: none;
      transition: border-color .3s var(--ease-out-expo);
    }
    .booking-form input:focus,
    .booking-form select:focus {
      border-color: var(--accent);
    }
    .booking-form__submit {
      margin-top: .5em;
    }

    /* ═══ 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); }

    /* ═══ 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) {
      .vr-grid { grid-template-columns: 1fr; }
      .tarif-grid { grid-template-columns: 1fr; }
      .booking-form__row { grid-template-columns: 1fr; }
      .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; }
    