/* ==========================================================================
   Évasion Paris — feuille de style principale
   Agence d'expériences VIP sur-mesure à Paris. Palette : bleu nuit / or / crème.
   Polices auto-hébergées (Cormorant Garamond + Outfit) — aucune requête externe.
   ========================================================================== */

/* ----- Polices auto-hébergées ----- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/cormorant-garamond-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2018-201F, U+2022, U+2039-203A, U+20AC;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/cormorant-garamond-600-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/cormorant-garamond-700-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic; font-weight: 500; font-display: swap;
  src: url('../fonts/cormorant-garamond-500-italic-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/outfit-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/outfit-500-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/outfit-600-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/outfit-700-latin.woff2') format('woff2');
}

/* ----- Variables ----- */
:root {
  --navy: #0B1A2A;
  --navy-2: #112537;
  --navy-soft: #17324a;
  --gold: #C9A24B;
  --gold-soft: #d9bd7a;
  --cream: #F7F3EC;
  --cream-2: #efe8db;
  --ink: #1a1a1a;
  --muted: #5c6a78;
  --muted-light: #a9b6c2;
  --white: #ffffff;
  --radius: 14px;
  --maxw: 1140px;
  --shadow: 0 18px 50px rgba(11, 26, 42, .14);
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* ----- Base ----- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink);
  background: var(--cream); line-height: 1.65; font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; margin: 0 0 .4em; letter-spacing: .2px; }
h1 { font-size: clamp(2.4rem, 6vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); }
p { margin: 0 0 1.1em; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.eyebrow { font-family: var(--sans); text-transform: uppercase; letter-spacing: .28em;
  font-size: .74rem; font-weight: 600; color: var(--gold); margin: 0 0 1rem; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 60ch; }

/* Skip link (a11y) */
.skip-link { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--navy);
  padding: 10px 16px; z-index: 999; border-radius: 0 0 8px 0; font-weight: 600; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* ----- Boutons ----- */
.btn { display: inline-flex; align-items: center; gap: .5em; font-family: var(--sans);
  font-weight: 600; font-size: 1rem; padding: 15px 30px; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer; transition: .2s ease; text-align: center; }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn--ghost { border-color: currentColor; color: var(--cream); }
.btn--ghost:hover { background: rgba(255,255,255,.08); }
.btn--dark { background: var(--navy); color: var(--cream); }
.btn--dark:hover { background: var(--navy-soft); transform: translateY(-2px); }

/* ----- Navbar ----- */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(11,26,42,.92);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(201,162,75,.22); }
.nav__inner { display: flex; align-items: center; justify-content: space-between;
  max-width: var(--maxw); margin: 0 auto; padding: 14px 22px; }
.nav__logo { display: flex; flex-direction: column; line-height: 1.05; color: var(--cream); }
.nav__wordmark { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; letter-spacing: .5px; }
.nav__wordmark span { color: var(--gold); }
.nav__sub { font-family: var(--sans); font-size: .62rem; text-transform: uppercase;
  letter-spacing: .26em; color: var(--muted-light); }
.nav__links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav__links a { color: var(--cream); font-size: .95rem; font-weight: 500; transition: color .2s; }
.nav__links a:hover { color: var(--gold); }
.nav__cta { padding: 10px 20px; font-size: .9rem; }
.nav__toggle { display: none; background: none; border: 0; color: var(--cream); cursor: pointer; padding: 6px; }
.nav__toggle svg { width: 28px; height: 28px; }

@media (max-width: 900px) {
  .nav__toggle { display: block; }
  .nav__links { position: fixed; inset: 64px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--navy); border-bottom: 1px solid rgba(201,162,75,.2);
    max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .nav__links.open { max-height: 460px; }
  .nav__links li { width: 100%; text-align: center; }
  .nav__links li a { display: block; padding: 15px; border-top: 1px solid rgba(255,255,255,.06); }
  .nav__cta { margin: 12px auto; }
}

/* ----- Hero ----- */
.hero { position: relative; color: var(--cream); background: var(--navy); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(11,26,42,.55) 0%, rgba(11,26,42,.82) 100%); }
.hero__inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto;
  padding: clamp(72px, 12vw, 140px) 22px; }
.hero__inner .lead { color: #e6ddcd; }
.hero h1 { max-width: 16ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__trust { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 26px;
  font-size: .9rem; color: var(--muted-light); }
.hero__trust b { color: var(--gold); font-family: var(--serif); font-size: 1.5rem; display: block; }

/* ----- Sections ----- */
section { padding: clamp(58px, 8vw, 100px) 0; }
.section--navy { background: var(--navy); color: var(--cream); }
.section--navy .lead { color: #d7cfc0; }
.section--cream2 { background: var(--cream-2); }
.section__head { max-width: 62ch; margin-bottom: 48px; }
.section__head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ----- Grille de cartes ----- */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 860px) { .grid--3 { grid-template-columns: 1fr; } .grid--2 { grid-template-columns: 1fr; } }

.card { background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s; }
.card:hover { transform: translateY(-4px); }
.card__img { aspect-ratio: 4/3; overflow: hidden; }
.card__img img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { color: var(--navy); }
.card__body p { color: var(--muted); font-size: .98rem; }
.card__link { margin-top: auto; padding-top: 10px; color: var(--navy); font-weight: 600;
  font-size: .95rem; display: inline-flex; align-items: center; gap: 6px; }
.card__link::after { content: "→"; color: var(--gold); transition: transform .2s; }
.card:hover .card__link::after { transform: translateX(4px); }

/* Cartes sur fond sombre */
.section--navy .card { background: var(--navy-2); border: 1px solid rgba(201,162,75,.18); }
.section--navy .card__body h3 { color: var(--cream); }
.section--navy .card__body p { color: var(--muted-light); }
.section--navy .card__link { color: var(--gold); }

/* ----- Liste de features ----- */
.features { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.features li { display: flex; gap: 14px; align-items: flex-start; }
.features .tick { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(201,162,75,.16); color: var(--gold); display: grid; place-items: center;
  font-weight: 700; font-size: .9rem; margin-top: 2px; }

/* ----- Split (texte + image) ----- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split--rev .split__media { order: 2; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 32px; }
  .split--rev .split__media { order: 0; } }

/* ----- Steps ----- */
.steps { counter-reset: step; display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 28px 22px; background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); }
.section--navy .step { background: var(--navy-2); border: 1px solid rgba(201,162,75,.18); }
.step::before { counter-increment: step; content: counter(step); font-family: var(--serif);
  font-size: 2.4rem; color: var(--gold); font-weight: 700; display: block; margin-bottom: 8px; }
.step h3 { font-size: 1.25rem; }
.section--navy .step h3 { color: var(--cream); }
.step p { font-size: .95rem; color: var(--muted); margin: 0; }
.section--navy .step p { color: var(--muted-light); }

/* ----- Bandeau CTA ----- */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: var(--cream); border-radius: var(--radius); padding: clamp(40px, 6vw, 66px);
  text-align: center; box-shadow: var(--shadow); }
.cta-band h2 { color: var(--cream); }
.cta-band .lead { color: #d7cfc0; margin: 0 auto 26px; }

/* ----- Formulaire ----- */
.form { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: clamp(26px, 4vw, 44px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .form__row { grid-template-columns: 1fr; } }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; color: var(--navy); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid #d8d0c2; border-radius: 10px;
  font-family: var(--sans); font-size: 1rem; background: var(--cream); color: var(--ink); transition: border-color .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.form__hp { position: absolute; left: -9999px; opacity: 0; }
.form__note { font-size: .82rem; color: var(--muted); margin-top: 14px; }
.form__status { margin-top: 16px; font-weight: 600; }
.form__status.ok { color: #1a7f37; }
.form__status.err { color: #b00020; }

/* ----- FAQ ----- */
.faq { display: grid; gap: 14px; max-width: 820px; margin: 0 auto; }
.faq details { background: var(--white); border-radius: 12px; padding: 4px 22px;
  box-shadow: 0 6px 20px rgba(11,26,42,.07); border: 1px solid var(--cream-2); }
.faq summary { cursor: pointer; font-weight: 600; padding: 18px 0; list-style: none;
  color: var(--navy); font-size: 1.06rem; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding-bottom: 18px; margin: 0; }

/* ----- Fil d'Ariane ----- */
.breadcrumb { font-size: .85rem; color: var(--muted); padding: 18px 0 0; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold); }
.section--navy .breadcrumb, .section--navy .breadcrumb a { color: var(--muted-light); }

/* ----- Footer ----- */
.footer { background: #081320; color: var(--muted-light); padding: 64px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; }
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__brand .nav__wordmark { color: var(--cream); font-size: 1.7rem; }
.footer h4 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase;
  letter-spacing: .18em; color: var(--gold); margin-bottom: 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 10px; }
.footer a:hover { color: var(--gold); }
.footer__social { display: flex; gap: 14px; margin-top: 16px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15);
  display: grid; place-items: center; }
.footer__social a:hover { border-color: var(--gold); background: rgba(201,162,75,.12); }
.footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 44px; padding-top: 24px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .82rem; }

/* ----- Utilitaires ----- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.prose p { margin-bottom: 1.2em; }
.prose h2 { margin-top: 1.6em; color: var(--navy); }
.prose h3 { margin-top: 1.3em; color: var(--navy); }
.prose ul { padding-left: 1.2em; margin-bottom: 1.2em; }
.prose li { margin-bottom: .5em; }
.tag { display: inline-block; background: rgba(201,162,75,.14); color: #8a6d24;
  font-size: .78rem; font-weight: 600; padding: 5px 12px; border-radius: 999px; margin: 0 6px 8px 0; }
