:root {
  --navy: #0a1830;
  --navy-2: #0c2142;
  --ink: #1c2533;
  --gold: #c9a86a;
  --gold-soft: #d8c098;
  --cream: #f6f1e8;
  --paper: #fbf8f2;
  --muted: #6f7c8c;
  --line: #e7ddca;
  --maxw: 1180px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink); background: var(--paper); line-height: 1.7;
  font-weight: 300; -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; line-height: 1.12; color: var(--navy); letter-spacing: 0.01em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
h4 { font-size: 1.3rem; }
.gold { color: var(--gold); }

.eyebrow {
  text-transform: uppercase; letter-spacing: 0.32em; font-size: 0.74rem;
  font-weight: 400; color: var(--gold); margin-bottom: 1rem;
}
.eyebrow--light { color: var(--gold-soft); }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; margin-inline: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Jost', sans-serif; font-weight: 400; font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.16em;
  padding: 1rem 2rem; border-radius: 2px; cursor: pointer; border: 1px solid transparent;
  transition: all 0.25s ease;
}
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,0.5); color: #fff; }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--sm { padding: 0.7rem 1.3rem; font-size: 0.74rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
  padding: 1.4rem 0;
}
.site-header.is-scrolled { background: rgba(8, 21, 44, 0.92); backdrop-filter: blur(10px); padding: 0.85rem 0; box-shadow: 0 1px 0 rgba(201,168,106,0.18); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 600;
  color: #fff; letter-spacing: 0.16em; text-transform: uppercase;
}
.brand__mark { height: 40px; width: auto; display: block; transition: height 0.3s ease; }
.site-header.is-scrolled .brand__mark { height: 34px; }
.nav { display: flex; align-items: center; gap: 2.1rem; }
.nav a { color: rgba(255,255,255,0.85); font-size: 0.82rem; letter-spacing: 0.13em; text-transform: uppercase; transition: color 0.2s ease; }
.nav a:hover { color: var(--gold); }
.nav .btn { color: var(--navy); }
.nav .btn:hover { color: var(--navy); }
/* Bouton burger (mobile) */
.nav-toggle { display: none; background: none; border: 0; padding: 0; width: 42px; height: 42px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; z-index: 60; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 0 auto; transition: transform .3s ease, opacity .25s ease; }

@media (max-width: 880px) {
  .nav-toggle { display: flex; }
  .brand { font-size: 1.6rem; }
  .brand__mark { height: 34px; }
  .nav {
    position: fixed; inset: 0; flex-direction: column; justify-content: center; align-items: center; gap: 1.7rem;
    background: linear-gradient(160deg, var(--navy), var(--navy-2));
    transform: translateX(100%); transition: transform .35s cubic-bezier(.16,1,.3,1); z-index: 55;
  }
  html[dir="rtl"] .nav { transform: translateX(-100%); }
  body.menu-open { overflow: hidden; }
  body.menu-open .nav { transform: none; }
  .nav a:not(.btn) { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; letter-spacing: .03em; text-transform: none; color: #fff; }
  html.he .nav a:not(.btn) { font-family: 'Frank Ruhl Libre', serif; }
  .nav .btn { margin-top: .6rem; }
  .nav .lang { margin-top: .3rem; font-size: 0.95rem; }
  body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; color: #fff; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__veil { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(6,17,38,0.82) 0%, rgba(6,17,38,0.5) 45%, rgba(6,17,38,0.12) 80%, transparent 100%),
  linear-gradient(180deg, rgba(6,17,38,0.5) 0%, rgba(6,17,38,0.18) 38%, rgba(6,17,38,0.82) 100%); }
.hero__inner { position: relative; max-width: 60rem; padding-block: 8rem; }
.hero__title { color: #fff; margin-bottom: 1.5rem; text-shadow: 0 2px 40px rgba(6,17,38,0.55); }
.hero__sub { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,0.9); max-width: 46ch; font-weight: 300; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.hero__cue { position: absolute; left: 50%; bottom: 2.2rem; transform: translateX(-50%); color: rgba(255,255,255,0.7); animation: bob 2.2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* ---------- Sections ---------- */
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section--cream { background: var(--cream); }
.section-head { text-align: center; max-width: 50rem; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }

/* Concept */
.concept__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.concept__text p { margin-bottom: 1.2rem; color: #41505f; }
.concept__text strong { color: var(--navy); font-weight: 500; }
.pills { list-style: none; display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.8rem; }
.pills li { border: 1px solid var(--line); border-radius: 999px; padding: 0.5rem 1.1rem; font-size: 0.82rem; letter-spacing: 0.04em; color: var(--navy); background: #fff; }
@media (max-width: 760px) { .concept__grid { grid-template-columns: 1fr; } }

/* Feature alternating */
.feature { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 5vw, 4.5rem); align-items: center; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.feature:last-child { margin-bottom: 0; }
.feature--reverse .feature__media { order: 2; }
.feature__media { overflow: hidden; border-radius: 4px; box-shadow: 0 30px 60px -30px rgba(10,24,48,0.45); }
.feature__media img { width: 100%; aspect-ratio: 16/11; object-fit: cover; transition: transform 0.8s ease; }
.feature:hover .feature__media img { transform: scale(1.04); }
.feature__body h3 { margin: 0.4rem 0 1rem; }
.feature__body p { color: #41505f; max-width: 42ch; }
@media (max-width: 760px) { .feature { grid-template-columns: 1fr; } .feature--reverse .feature__media { order: 0; } }

/* Destinations band */
.destinations { position: relative; background-size: cover; background-position: center; background-attachment: fixed; color: #fff; text-align: center; padding-block: clamp(5rem, 10vw, 9rem); }
.destinations__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,21,44,0.78), rgba(8,21,44,0.62)); }
.destinations__inner { position: relative; }
.destinations h2 { color: #fff; margin-bottom: 2rem; }
.dest-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 2rem; font-family: 'Cormorant Garamond', serif; font-size: clamp(1.3rem, 2.4vw, 1.9rem); color: var(--gold-soft); }
.dest-list li { position: relative; }
.dest-list li:not(:last-child)::after { content: '·'; position: absolute; right: -1.1rem; color: rgba(255,255,255,0.4); }
@media (prefers-reduced-motion: reduce) { .destinations { background-attachment: scroll; } }

/* Cacher assurance */
.assur-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.assur { text-align: center; padding: 2rem 1.2rem; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }
.assur__k { display: block; font-size: 2rem; color: var(--gold); margin-bottom: 0.8rem; }
.assur h4 { margin-bottom: 0.5rem; }
.assur p { font-size: 0.92rem; color: var(--muted); }
@media (max-width: 860px) { .assur-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .assur-grid { grid-template-columns: 1fr; } }

/* Contact */
.contact { background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #fff; text-align: center; }
.contact h2 { color: #fff; }
.contact__lead { max-width: 52ch; margin: 1rem auto 2rem; color: rgba(255,255,255,0.82); }
.contact__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.contact__mail { margin-top: 1.6rem; letter-spacing: 0.1em; color: var(--gold-soft); font-size: 0.95rem; }

/* Footer */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.7); padding-block: 3rem 1.5rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand { display: flex; align-items: center; gap: 0.9rem; }
.footer-emblem { width: 56px; height: 56px; object-fit: contain; }
.brand--footer { color: #fff; font-size: 1.5rem; }
.footer-tag { color: var(--gold-soft); font-size: 0.82rem; letter-spacing: 0.08em; }
.footer-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-nav a { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.75); }
.footer-nav a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.4rem; font-size: 0.78rem; color: rgba(255,255,255,0.45); letter-spacing: 0.05em; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__bg { animation: none; transform: none; }
  .hero__cue { animation: none; }
}

/* ---------- Sélecteur de langue ---------- */
.lang { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; letter-spacing: 0.1em; }
.lang a { color: rgba(255,255,255,0.6); text-transform: uppercase; transition: color 0.2s ease; }
.lang a:hover, .lang a.is-active { color: var(--gold); }
.lang__sep { color: rgba(255,255,255,0.3); }
.footer-nav .lang a { color: rgba(255,255,255,0.5); }

/* ---------- Hébreu (RTL) ---------- */
html.he body { font-family: 'Assistant', 'Jost', sans-serif; }
html.he h1, html.he h2, html.he h3, html.he h4, html.he .brand { font-family: 'Frank Ruhl Libre', 'Cormorant Garamond', serif; }
/* l'hébreu n'a pas de capitales : on retire l'uppercase et on resserre l'interlettrage */
html.he .eyebrow, html.he .btn, html.he .nav a, html.he .footer-nav a,
html.he .footer-tag, html.he .dest-list, html.he .lang a, html.he .footer-bottom { text-transform: none; letter-spacing: 0.01em; }
html.he .brand { text-transform: none; letter-spacing: 0.05em; }
html.he .eyebrow { letter-spacing: 0.12em; }
/* RTL : flip du séparateur de la liste destinations */
[dir="rtl"] .dest-list li:not(:last-child)::after { right: auto; left: -1.1rem; }
