
    /* ══════════ BASE ══════════ */
    *,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
    html { scroll-behavior:smooth; }
    body {
      background:#F5F0E8; color:#0F172A;
      font-family:'Montserrat',sans-serif; font-weight:400;
      line-height:1.7; -webkit-font-smoothing:antialiased; overflow-x:hidden;
    }
    ::selection { background:#C69B3C; color:#fff; }
    .font-serif { font-family:'Playfair Display',serif; }
    .eyebrow { font-size:10px; font-weight:600; letter-spacing:0.28em; text-transform:uppercase; color:#C69B3C; }
    .section-title { font-family:'Playfair Display',serif; font-weight:600; line-height:1.15; }
    .gold-rule { width:52px; height:1px; background:#C69B3C; }

    /* ══════════ NAVIGATION (identique portail) ══════════ */
    #navbar {
      position:fixed; top:0; left:0; right:0; z-index:100;
      padding:18px 28px; display:flex; align-items:center; justify-content:space-between;
      transition:background .4s ease, box-shadow .4s ease, padding .4s ease;
      background:transparent;
    }
    #navbar.scrolled {
      background:rgba(245,240,232,0.92);
      backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
      box-shadow:0 1px 0 rgba(198,155,60,0.25); padding:10px 28px;
    }
    #navbar .nav-logo { height:48px; width:auto; object-fit:contain; opacity:.95; transition:transform .25s ease, opacity .3s ease; }
    @media (min-width:768px){ #navbar .nav-logo { height:56px; } }
    #navbar .nav-logo:hover { opacity:1; }
    #navbar .nav-logo:hover { transform:scale(1.05); }
    #navbar:not(.scrolled) .nav-logo { filter:brightness(0) invert(1) drop-shadow(0 1px 6px rgba(15,23,42,.45)); }
    .nav-link {
      font-size:11px; font-weight:500; letter-spacing:0.2em; text-transform:uppercase;
      color:#F4EADE; text-decoration:none; position:relative; transition:color .25s;
    }
    #navbar.scrolled .nav-link { color:#0F172A; }
    .nav-link::after {
      content:''; position:absolute; left:0; bottom:-5px; width:0; height:1px;
      background:#C69B3C; transition:width .3s ease;
    }
    .nav-link:hover::after { width:100%; }
    .nav-link:hover { color:#C69B3C; }
    /* ── Onglet ACTIF : Le Belvédère ── */
    .nav-link.is-active { color:#C69B3C !important; }
    .nav-link.is-active::after { width:100%; }

    .lang-switch { display:flex; align-items:center; gap:2px; border:1px solid rgba(198,155,60,0.55); border-radius:30px; overflow:hidden; }
    .lang-switch a {
      padding:5px 13px; background:none; border:none; cursor:pointer;
      font-family:'Montserrat',sans-serif; font-size:11px; font-weight:600;
      letter-spacing:0.08em; color:#F4EADE; opacity:.6; transition:.25s;
    }
    #navbar.scrolled .lang-switch a { color:#0F172A; }
    .lang-switch a.active { background:#C69B3C; color:#fff; opacity:1; }

    #mobile-menu {
      display:none; position:fixed; inset:0; z-index:99;
      background:rgba(15,23,42,0.97); backdrop-filter:blur(8px);
      flex-direction:column; align-items:center; justify-content:center; gap:34px;
    }
    #mobile-menu.visible { display:flex !important; }
    #mobile-menu a { font-family:'Playfair Display',serif; font-size:26px; color:#F4EADE; text-decoration:none; transition:color .25s; }
    #mobile-menu a:hover, #mobile-menu a.is-active { color:#C69B3C; }
    .burger { display:none; background:none; border:none; cursor:pointer; z-index:101; padding:6px; }
    .burger span { display:block; width:24px; height:1.5px; background:#F4EADE; margin:5px 0; transition:.3s; }
    #navbar.scrolled .burger span { background:#0F172A; }
    @media (max-width:880px) { .nav-links-desktop { display:none !important; } .burger { display:block !important; } }

    /* ══════════ HERO ══════════ */
    .hero {
      position:relative; min-height:92svh;
      display:flex; align-items:center; justify-content:center;
      text-align:center; overflow:hidden;
    }
    .hero-bg {
      position:absolute; inset:0;
      width:100%; height:100%; object-fit:cover; object-position:center 30%;
      transform:scale(1.04); animation:heroZoom 18s ease-out forwards;
    }
    @keyframes heroZoom { to { transform:scale(1); } }
    .hero-veil { position:absolute; inset:0; background:linear-gradient(180deg, rgba(15,23,42,0.45) 0%, rgba(15,23,42,0.25) 45%, rgba(15,23,42,0.65) 100%); }
    .hero-content { position:relative; z-index:2; padding:0 24px; max-width:900px; }
    .hero h1 {
      font-family:'Playfair Display',serif; font-weight:600;
      font-size:clamp(2.2rem, 5.6vw, 4.2rem); line-height:1.1;
      color:#F4EADE; text-shadow:0 2px 30px rgba(0,0,0,0.35);
    }

    /* ══════════ BOUTONS ══════════ */
    .btn-discover {
      display:inline-flex; align-items:center; gap:14px; padding:15px 34px;
      border:1px solid #C69B3C; background:transparent;
      font-size:11px; font-weight:600; letter-spacing:0.24em; text-transform:uppercase;
      color:#0F172A; text-decoration:none; position:relative; overflow:hidden;
      transition:color .35s ease; cursor:pointer;
    }
    .btn-discover::before { content:''; position:absolute; inset:0; background:#0F172A; transform:scaleX(0); transform-origin:left; transition:transform .35s ease; z-index:0; }
    .btn-discover:hover::before { transform:scaleX(1); }
    .btn-discover:hover { color:#F4EADE; }
    .btn-discover span, .btn-discover svg { position:relative; z-index:1; }
    .btn-discover svg { width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:1.5; transition:transform .3s; }
    .btn-discover:hover svg { transform:translateX(5px); }
    .btn-hero { border-color:rgba(244,234,222,0.65); color:#F4EADE; }
    .btn-hero::before { background:#C69B3C; }
    .btn-hero:hover { color:#fff; }
    .btn-gold {
      display:inline-flex; align-items:center; justify-content:center; gap:12px;
      padding:16px 36px; background:#C69B3C; border:1px solid #C69B3C;
      font-size:11px; font-weight:600; letter-spacing:0.24em; text-transform:uppercase;
      color:#fff; text-decoration:none; transition:background .3s, color .3s; cursor:pointer;
    }
    .btn-gold:hover { background:transparent; color:#C69B3C; }

    /* ══════════ PASTILLES DISTANCES ══════════ */
    .dist-strip { display:flex; flex-wrap:wrap; justify-content:center; gap:14px; }
    .dist-pill {
      display:inline-flex; align-items:baseline; gap:8px;
      padding:12px 24px; border:1px solid rgba(198,155,60,0.4);
      border-radius:40px; background:rgba(251,247,240,0.7);
    }
    .dist-pill .n { font-family:'Playfair Display',serif; font-size:1.3rem; font-weight:600; color:#C69B3C; }
    .dist-pill .l { font-size:10px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:#5a6275; }
    .chip {
      display:inline-block; padding:6px 13px; border:1px solid rgba(198,155,60,0.4);
      border-radius:30px; font-size:10px; font-weight:500; letter-spacing:0.12em;
      text-transform:uppercase; color:#5a6275;
    }

    /* ══════════ STORY BLOCKS ══════════ */
    .story-block { margin-bottom:34px; }
    .story-block h3 {
      font-family:'Playfair Display',serif; font-size:1.15rem; font-weight:600;
      color:#0F172A; margin-bottom:10px; display:flex; align-items:center; gap:12px;
    }
    .story-block h3::before { content:''; width:22px; height:1px; background:#C69B3C; flex-shrink:0; }
    .story-block p { font-size:13.5px; color:#5a6275; line-height:2; }

    /* ══════════ DIAPORAMA CROSSFADE ══════════ */
    .prop-panel {
      position:relative; overflow:hidden; cursor:pointer;
      box-shadow:0 22px 60px rgba(15,23,42,0.16);
    }
    .prop-panel:focus-visible { outline:2px solid #C69B3C; outline-offset:3px; }
    .slideshow-wrap { position:absolute; inset:0; overflow:hidden; }
    .ss-slide {
      position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
      opacity:0; transform:scale(1);
      transition:opacity 1.6s ease, transform 6s ease;
      will-change:opacity;
    }
    .ss-slide.active { opacity:1; transform:scale(1.03); }
    .prop-panel-caption {
      position:absolute; left:0; right:0; bottom:0; z-index:3;
      padding:28px 26px 24px;
      background:linear-gradient(180deg, transparent, rgba(10,10,10,0.72));
    }
    .prop-panel-tag {
      display:inline-block; margin-bottom:10px;
      font-size:9.5px; font-weight:600; letter-spacing:0.26em; text-transform:uppercase; color:#C69B3C;
    }

    /* ══════════ STANDING — LE CONFORT EN DÉTAIL ══════════ */
    .standing-item { display:flex; gap:16px; padding:18px 0; border-bottom:1px solid rgba(198,155,60,0.18); }
    .standing-item:last-child { border-bottom:none; }
    .standing-ico { flex-shrink:0; width:34px; height:34px; border:1px solid rgba(198,155,60,0.5); display:flex; align-items:center; justify-content:center; }
    .standing-ico svg { width:16px; height:16px; stroke:#C69B3C; fill:none; stroke-width:1.4; }
    .standing-label { font-size:10px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:#C69B3C; margin-bottom:4px; }
    .standing-detail { font-size:12.5px; color:#5a6275; line-height:1.8; }

    /* ══════════ NOTE CONFORMITÉ ══════════ */
    .conformity {
      display:flex; gap:14px; align-items:flex-start;
      background:rgba(198,155,60,0.07); border-left:2px solid #C69B3C;
      padding:18px 20px; margin-top:8px;
    }
    .conformity svg { flex-shrink:0; width:18px; height:18px; stroke:#C69B3C; fill:none; stroke-width:1.5; margin-top:2px; }
    .conformity p { font-size:12px; color:#5a6275; line-height:1.9; }

    /* ══════════ CALENDRIER ══════════ */
    .cal-shell { background:#FBF7F0; border:1px solid rgba(198,155,60,0.3); box-shadow:0 14px 40px rgba(15,23,42,0.08); }
    .cal-header { display:flex; align-items:center; justify-content:space-between; padding:12px 16px; border-bottom:1px solid rgba(198,155,60,0.1); background:rgba(198,155,60,0.03); }
    .cal-month-label { font-family:'Playfair Display',serif; font-size:.9rem; font-weight:500; color:#0F172A; letter-spacing:.04em; }
    .cal-nav { background:none; border:1px solid rgba(198,155,60,0.3); color:#C69B3C; width:26px; height:26px; display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:13px; transition:background .2s,color .2s; line-height:1; }
    .cal-nav:hover { background:#C69B3C; color:#fff; }
    .cal-weekdays { display:grid; grid-template-columns:repeat(7,1fr); background:rgba(198,155,60,0.05); }
    .cal-weekday { text-align:center; padding:7px 0; font-size:8px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:#C69B3C; }
    .cal-grid { display:grid; grid-template-columns:repeat(7,1fr); }
    .cal-day { text-align:center; padding:9px 2px; font-size:12px; color:#0F172A; cursor:pointer; position:relative; transition:background .15s,color .15s; }
    .cal-day:hover:not(.blocked):not(.past):not(.empty) { background:rgba(198,155,60,0.14); }
    .cal-day.empty { cursor:default; color:transparent; }
    .cal-day.past { color:#D1D5DB; cursor:default; pointer-events:none; }
    .cal-day.blocked { color:#CFCFCF; text-decoration:line-through; cursor:not-allowed; background:#F7F7F7; pointer-events:none; }
    .cal-day.today::after { content:''; position:absolute; bottom:3px; left:50%; transform:translateX(-50%); width:4px; height:4px; border-radius:50%; background:#C69B3C; }
    .cal-day.selected-start, .cal-day.selected-end { background:#C69B3C !important; color:#fff !important; font-weight:600; }
    .cal-day.in-range { background:rgba(198,155,60,0.1); }
    .cal-feedback { display:flex; align-items:center; gap:10px; padding:13px 16px; border-top:1px solid rgba(198,155,60,0.12); font-size:11px; letter-spacing:.05em; color:#5a6275; }
    .cal-dot { width:7px; height:7px; border-radius:50%; background:#C69B3C; flex-shrink:0; }

    /* ══════════ ACCORDÉON TARIFS ══════════ */
    .season-toggle {
      width:100%; display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:16px 18px; background:none; border:1px solid rgba(198,155,60,0.35);
      cursor:pointer; font-family:'Montserrat',sans-serif; font-size:11px; font-weight:600;
      letter-spacing:0.18em; text-transform:uppercase; color:#0F172A; transition:background .25s;
    }
    .season-toggle:hover { background:rgba(198,155,60,0.07); }
    .season-toggle .chev { width:16px; height:16px; stroke:#C69B3C; fill:none; stroke-width:2; transition:transform .3s; }
    .season-panel { max-height:0; overflow:hidden; transition:max-height .45s cubic-bezier(.16,1,.3,1); border:1px solid transparent; }
    .season-panel.open { border:1px solid rgba(198,155,60,0.25); border-top:none; }
    .season-row { display:flex; justify-content:space-between; align-items:baseline; gap:10px; padding:13px 18px; border-bottom:1px solid rgba(198,155,60,0.12); }
    .season-row:last-child { border-bottom:none; }
    .season-name { font-size:11.5px; color:#5a6275; letter-spacing:.04em; }
    .season-price { font-family:'Playfair Display',serif; font-size:1.1rem; font-weight:600; color:#C69B3C; white-space:nowrap; }

    /* ══════════ LIGHTBOX ══════════ */
    #lightbox {
      display:none; position:fixed; inset:0; z-index:9500;
      background:rgba(8,8,8,0.97); flex-direction:column;
      align-items:center; justify-content:center; padding:24px;
    }
    #lightbox.open { display:flex; }
    .lb-topbar { position:absolute; top:0; left:0; right:0; display:flex; align-items:center; justify-content:space-between; padding:18px 24px; }
    .lb-counter { font-size:10px; font-weight:500; letter-spacing:.22em; text-transform:uppercase; color:rgba(244,234,222,0.45); }
    .lb-title-tag { font-family:'Playfair Display',serif; font-style:italic; font-size:13px; color:rgba(198,155,60,0.65); }
    .lb-close { background:none; border:1px solid rgba(198,155,60,0.35); color:rgba(244,234,222,0.7); width:38px; height:38px; display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:16px; transition:.2s; }
    .lb-close:hover { background:rgba(198,155,60,0.12); color:#C69B3C; border-color:#C69B3C; }
    .lb-stage { display:flex; align-items:center; gap:16px; max-width:min(92vw,1200px); }
    .lb-nav { flex-shrink:0; background:none; border:1px solid rgba(198,155,60,0.35); color:rgba(244,234,222,0.65); width:42px; height:42px; display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:18px; transition:.2s; }
    .lb-nav:hover { background:rgba(198,155,60,0.12); color:#C69B3C; border-color:#C69B3C; }
    .lb-img-frame { position:relative; max-height:72vh; max-width:80vw; display:flex; align-items:center; justify-content:center; overflow:hidden; }
    #lb-img { max-height:72vh; max-width:80vw; width:auto; height:auto; object-fit:contain; display:block; transition:opacity .22s ease; }
    #lb-img.fading { opacity:0; }
    .lb-footer { margin-top:20px; display:flex; flex-direction:column; align-items:center; gap:12px; }
    .lb-dots { display:flex; gap:7px; flex-wrap:wrap; justify-content:center; max-width:340px; }
    .lb-dot { width:7px; height:7px; border-radius:50%; background:rgba(198,155,60,0.22); border:none; cursor:pointer; padding:0; transition:background .2s, transform .2s; }
    .lb-dot.active { background:#C69B3C; transform:scale(1.35); }
    .lb-dot:hover:not(.active) { background:rgba(198,155,60,0.5); }
    @media (max-width:640px) {
      .lb-img-frame, #lb-img { max-width:92vw; max-height:58vh; }
      .lb-nav { width:34px; height:34px; font-size:14px; }
    }

    /* ══════════ CONCIERGERIE (fond nuit) ══════════ */
    .concierge-label { display:block; font-size:9.5px; font-weight:600; letter-spacing:0.22em; text-transform:uppercase; color:#C69B3C; margin-bottom:8px; }
    .concierge-input, .concierge-select, .concierge-textarea {
      width:100%; background:transparent; border:none;
      border-bottom:1px solid rgba(244,234,222,0.25);
      padding:10px 2px 12px; color:#F4EADE;
      font-family:'Montserrat',sans-serif; font-size:14px;
      transition:border-color .3s; border-radius:0; outline:none;
    }
    .concierge-input:focus, .concierge-select:focus, .concierge-textarea:focus { border-bottom-color:#C69B3C; }
    .concierge-input::placeholder, .concierge-textarea::placeholder { color:rgba(244,234,222,0.25); }
    .concierge-select option { background:#0F172A; color:#F4EADE; }
    .concierge-textarea { min-height:90px; resize:vertical; }
    .concierge-field { padding-bottom:22px; }

    /* ══════════ REVEAL ══════════ */
    .js .reveal { opacity:0; transform:translateY(28px); transition:opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
    .reveal.in { opacity:1; transform:translateY(0); }
    @media (prefers-reduced-motion: reduce) {
      .js .reveal { opacity:1; transform:none; transition:none; }
      .hero-bg { animation:none; transform:none; }
      .ss-slide { transition:opacity .4s ease; transform:none !important; }
    }

    footer a { text-decoration:none; color:inherit; transition:color .25s; }
    footer a:hover { color:#C69B3C; }
  