/* ============================================================
   L'ÉCRIN — Love Rooms & Spa · Design system
   ============================================================ */

/* ---------- 1. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- 2. Tokens ---------- */
:root {
  --noir:       #09060a;
  --noir-2:     #120c12;
  --noir-3:     #1b1319;
  --bordeaux:   #7a1f3d;
  --bordeaux-2: #a62b52;
  --rose:       #d4537e;
  --or:         #c9a227;
  --or-2:       #e9ce86;
  --creme:      #f7f2ea;
  --gris:       #a99ba4;
  --gris-2:     #6f6470;
  --ligne:      rgba(233, 206, 134, .16);
  --ligne-2:    rgba(255, 255, 255, .08);

  --serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --max: 1200px;
  --pad: clamp(20px, 5vw, 56px);
  --r: 4px;
  --r-2: 14px;

  --grad-or: linear-gradient(100deg, #8d6f1c 0%, var(--or) 30%, var(--or-2) 55%, var(--or) 78%, #8d6f1c 100%);
  --grad-nuit: linear-gradient(160deg, var(--noir) 0%, #1d1018 45%, #2a0f1c 100%);

  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- 3. Base ---------- */
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--creme);
  background: var(--noir);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {           /* grain + halo d'ambiance */
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(1100px 600px at 15% -10%, rgba(122, 31, 61, .30), transparent 65%),
    radial-gradient(900px 500px at 95% 8%,  rgba(201, 162, 39, .10), transparent 60%),
    radial-gradient(800px 700px at 50% 110%, rgba(122, 31, 61, .18), transparent 65%);
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.12; letter-spacing: .01em; }
h1 { font-size: clamp(2.5rem, 6.4vw, 5rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p  { color: var(--gris); }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); position: relative; z-index: 1; }
.section { padding-block: clamp(72px, 10vw, 130px); position: relative; z-index: 1; }

/* ---------- 4. Utilitaires ---------- */
.eyebrow {
  font-family: var(--sans);
  font-size: .7rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--or);
  display: inline-flex;
  align-items: center;
  gap: .8em;
  margin-bottom: 1.1em;
}
.eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--or); opacity: .7; }

.or-texte {
  background: var(--grad-or);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead { font-size: clamp(1.02rem, 1.5vw, 1.2rem); color: var(--gris); max-width: 62ch; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.center .eyebrow::before { display: none; }

.sep {
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--ligne), transparent);
  margin-block: clamp(40px, 6vw, 72px);
}

/* ---------- 5. Boutons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  padding: 1.02em 2.1em;
  border-radius: var(--r);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s, border-color .3s;
  will-change: transform;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }

.btn-or {
  background: var(--grad-or);
  color: #2a1d04;
  box-shadow: 0 10px 30px -12px rgba(201, 162, 39, .65);
}
.btn-or:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(201, 162, 39, .8); }

.btn-ghost {
  border: 1px solid var(--ligne);
  color: var(--creme);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { border-color: var(--or); color: var(--or-2); transform: translateY(-2px); }

.btn-plein {
  width: 100%;
  background: var(--grad-or);
  color: #2a1d04;
  box-shadow: 0 12px 34px -14px rgba(201, 162, 39, .7);
}
.btn-plein:hover { transform: translateY(-2px); }

/* ---------- 6. Header ---------- */
.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  transition: background .45s var(--ease), backdrop-filter .45s, border-color .45s;
  border-bottom: 1px solid transparent;
}
.topbar.solide {
  background: rgba(9, 6, 10, .86);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--ligne);
}
.topbar-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  height: 76px;
}
.logo { display: flex; align-items: center; gap: .72rem; }
.logo-mark { width: 30px; height: 30px; flex: none; }
.logo-txt {
  font-family: var(--serif);
  font-size: 1.42rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding-left: .3em;
}
.logo-sub {
  display: block;
  font-family: var(--sans);
  font-size: .52rem;
  letter-spacing: .38em;
  color: var(--or);
  text-transform: uppercase;
  margin-top: -2px;
}
.nav { display: flex; align-items: center; gap: 2.1rem; }
.nav a {
  font-size: .74rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gris);
  position: relative;
  padding-block: .4em;
  transition: color .3s;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--or);
  transition: width .35s var(--ease);
}
.nav a:hover { color: var(--creme); }
.nav a:hover::after { width: 100%; }
.topbar .btn { padding: .82em 1.5em; font-size: .7rem; }

.burger { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ligne); border-radius: var(--r); }
.burger span { display: block; width: 17px; height: 1.5px; background: var(--creme); position: relative; }
.burger span::before, .burger span::after {
  content: ''; position: absolute; left: 0; width: 17px; height: 1.5px; background: var(--creme);
  transition: transform .3s var(--ease);
}
.burger span::before { top: -6px; }
.burger span::after  { top: 6px; }

/* ---------- 7. Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: 140px 84px;
  overflow: hidden;
  background: var(--grad-nuit);
}
.hero-ciel { position: absolute; inset: 0; opacity: .85; }     /* plafond étoilé SVG */
.hero-brume {
  position: absolute; inset: 0;
  background:
    radial-gradient(760px 420px at 22% 34%, rgba(166, 43, 82, .34), transparent 66%),
    radial-gradient(620px 380px at 78% 66%, rgba(201, 162, 39, .14), transparent 62%),
    linear-gradient(to top, var(--noir) 2%, transparent 42%);
}
.hero-in { position: relative; z-index: 2; max-width: 780px; }
.hero h1 { margin-bottom: .42em; }
.hero h1 em { font-style: italic; }
.hero .lead { font-size: clamp(1.04rem, 1.7vw, 1.28rem); margin-bottom: 2.4rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 3.2rem; }

.hero-badges {
  display: flex; flex-wrap: wrap; gap: 1.6rem 2.4rem;
  padding-top: 1.9rem;
  border-top: 1px solid var(--ligne-2);
}
.hero-badges li { display: flex; align-items: center; gap: .62rem; font-size: .82rem; color: var(--gris); letter-spacing: .03em; }
.hero-badges svg { width: 17px; height: 17px; color: var(--or); flex: none; }

.hero-scroll {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  z-index: 3; font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gris-2);
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
}
.hero-scroll i { display: block; width: 1px; height: 42px; background: linear-gradient(var(--or), transparent); animation: desc 2.4s var(--ease) infinite; }
@keyframes desc { 0% { transform: scaleY(.2); opacity: 0; } 45% { opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

/* ---------- 8. Bandeau confiance ---------- */
.bandeau { border-block: 1px solid var(--ligne); background: rgba(18, 12, 18, .6); position: relative; z-index: 1; }
.bandeau-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.bandeau li { padding: 1.9rem 1.4rem; text-align: center; border-right: 1px solid var(--ligne-2); }
.bandeau li:last-child { border-right: 0; }
.bandeau b { display: block; font-family: var(--serif); font-size: 1.6rem; color: var(--or-2); font-weight: 500; }
.bandeau small { font-size: .68rem; letter-spacing: .19em; text-transform: uppercase; color: var(--gris-2); }

/* ---------- 9. Grille suites ---------- */
.grille-suites { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 2.6vw, 30px); }

.carte-suite {
  position: relative;
  border: 1px solid var(--ligne);
  border-radius: var(--r-2);
  overflow: hidden;
  background: linear-gradient(170deg, var(--noir-3), var(--noir-2));
  transition: transform .5s var(--ease), border-color .4s, box-shadow .5s var(--ease);
  display: flex;
  flex-direction: column;
}
.carte-suite:hover { transform: translateY(-5px); border-color: rgba(201, 162, 39, .5); box-shadow: 0 34px 60px -34px rgba(0,0,0,.95); }

.carte-visuel { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.carte-visuel svg, .carte-visuel .scene { position: absolute; inset: 0; width: 100%; height: 100%; transition: transform .8s var(--ease); }
.carte-suite:hover .carte-visuel .scene { transform: scale(1.05); }
.carte-tag {
  position: absolute; top: 14px; left: 14px; z-index: 3;
  background: rgba(9, 6, 10, .78);
  border: 1px solid var(--ligne);
  backdrop-filter: blur(8px);
  padding: .44em 1em;
  border-radius: 100px;
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--or-2);
}
.carte-prix-tag {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  background: rgba(9, 6, 10, .78);
  border: 1px solid var(--ligne);
  backdrop-filter: blur(8px);
  padding: .44em 1em;
  border-radius: 100px;
  font-size: .68rem; letter-spacing: .06em; color: var(--creme);
}
.carte-prix-tag b { font-family: var(--serif); font-size: 1.1rem; color: var(--or-2); font-weight: 600; }

.carte-corps { padding: clamp(22px, 2.4vw, 32px); display: flex; flex-direction: column; flex: 1; }
.carte-corps h3 { margin-bottom: .5rem; }
.carte-corps > p { font-size: .93rem; margin-bottom: 1.3rem; }
.carte-atouts { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.6rem; }
.puce {
  font-size: .68rem; letter-spacing: .06em;
  padding: .38em .82em;
  border: 1px solid var(--ligne-2);
  border-radius: 100px;
  color: var(--gris);
  background: rgba(255,255,255,.02);
}
.carte-pied {
  margin-top: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--ligne-2);
}
.carte-pied .tarifs { font-size: .76rem; color: var(--gris-2); letter-spacing: .04em; }
.carte-pied .tarifs b { color: var(--creme); font-weight: 600; }
.lien-fleche {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--or);
  transition: gap .3s var(--ease), color .3s;
}
.lien-fleche:hover { gap: .9em; color: var(--or-2); }

/* Scènes SVG (visuels de carte) */
.scene { position: relative; background: var(--grad-nuit); }

/* ---------- 10. Timeline expérience ---------- */
.etapes { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 42px); counter-reset: e; }
.etape { position: relative; padding-top: 2.9rem; }
.etape::before {
  counter-increment: e; content: '0' counter(e);
  position: absolute; top: 0; left: 0;
  font-family: var(--serif); font-size: 2rem; color: var(--or); opacity: .55;
}
.etape::after {
  content: ''; position: absolute; top: 1rem; left: 3.1rem; right: -1rem; height: 1px;
  background: linear-gradient(90deg, var(--ligne), transparent);
}
.etape:last-child::after { display: none; }
.etape h4 { font-size: 1.12rem; margin-bottom: .5rem; }
.etape p { font-size: .88rem; }

/* ---------- 11. Options ---------- */
.grille-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.option {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--ligne-2);
  border-radius: var(--r-2);
  background: rgba(255,255,255,.015);
  transition: border-color .35s, background .35s, transform .4s var(--ease);
}
.option:hover { border-color: rgba(201,162,39,.42); background: rgba(201,162,39,.04); transform: translateY(-3px); }
.option-ico { width: 38px; height: 38px; flex: none; color: var(--or); }
.option b { display: block; font-family: var(--serif); font-size: 1.1rem; font-weight: 500; margin-bottom: .2rem; }
.option small { font-size: .82rem; color: var(--gris-2); display: block; line-height: 1.5; }
.option .p { display: block; margin-top: .55rem; font-size: .8rem; color: var(--or-2); letter-spacing: .06em; }

/* ---------- 12. Avis ---------- */
.grille-avis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.avis {
  padding: 1.9rem;
  border: 1px solid var(--ligne-2);
  border-radius: var(--r-2);
  background: linear-gradient(160deg, rgba(255,255,255,.028), transparent);
}
.avis-etoiles { color: var(--or); letter-spacing: .22em; font-size: .86rem; margin-bottom: .95rem; }
.avis p { font-size: .95rem; color: var(--creme); opacity: .88; font-style: italic; margin-bottom: 1.35rem; }
.avis-auteur { display: flex; align-items: center; gap: .8rem; }
.avis-pastille {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--grad-or); color: #2a1d04;
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.05rem; flex: none;
}
.avis-auteur b { font-size: .88rem; font-weight: 600; display: block; }
.avis-auteur small { font-size: .72rem; color: var(--gris-2); }

/* ---------- 13. FAQ ---------- */
.faq { max-width: 880px; margin-inline: auto; border-top: 1px solid var(--ligne-2); }
.faq details { border-bottom: 1px solid var(--ligne-2); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.4rem .2rem; cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  transition: color .3s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--or-2); }
.faq summary i {
  flex: none; width: 26px; height: 26px; border: 1px solid var(--ligne); border-radius: 50%;
  display: grid; place-items: center; position: relative; transition: border-color .3s, transform .4s var(--ease);
}
.faq summary i::before, .faq summary i::after {
  content: ''; position: absolute; background: var(--or); transition: transform .35s var(--ease), opacity .3s;
}
.faq summary i::before { width: 9px; height: 1px; }
.faq summary i::after  { width: 1px; height: 9px; }
.faq details[open] summary i { border-color: var(--or); transform: rotate(180deg); }
.faq details[open] summary i::after { transform: scaleY(0); opacity: 0; }
.faq details > p { padding: 0 3rem 1.5rem .2rem; font-size: .93rem; }

/* ---------- 14. CTA final ---------- */
.cta-fin {
  position: relative;
  border: 1px solid var(--ligne);
  border-radius: var(--r-2);
  padding: clamp(40px, 6vw, 76px) clamp(26px, 5vw, 64px);
  text-align: center;
  overflow: hidden;
  background: var(--grad-nuit);
}
.cta-fin::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 50% 0%, rgba(166,43,82,.34), transparent 68%);
}
.cta-fin > * { position: relative; z-index: 1; }
.cta-fin h2 { margin-bottom: .7rem; }
.cta-fin .lead { margin-inline: auto; margin-bottom: 2rem; }
.cta-fin .hero-cta { justify-content: center; margin-bottom: 0; }

/* ---------- 15. Footer ---------- */
footer { border-top: 1px solid var(--ligne); background: var(--noir-2); position: relative; z-index: 1; }
.footer-in { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.4rem; padding-block: clamp(48px, 6vw, 76px); }
.footer-in h4 { font-family: var(--sans); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--or); margin-bottom: 1.1rem; }
.footer-in p, .footer-in a { font-size: .87rem; color: var(--gris-2); }
.footer-in li { margin-bottom: .55rem; }
.footer-in a:hover { color: var(--or-2); }
.footer-bas {
  display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; justify-content: space-between;
  padding-block: 1.5rem; border-top: 1px solid var(--ligne-2);
  font-size: .76rem; color: var(--gris-2);
}
.footer-bas a:hover { color: var(--or-2); }

/* ---------- 16. Formulaires ---------- */
.champ { margin-bottom: 1.25rem; }
.champ label { display: block; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gris-2); margin-bottom: .55rem; }
.champ label .req { color: var(--rose); }
.champ input, .champ select, .champ textarea {
  width: 100%;
  padding: .95em 1.05em;
  background: rgba(255,255,255,.028);
  border: 1px solid var(--ligne-2);
  border-radius: var(--r);
  font-size: .94rem;
  color: var(--creme);
  transition: border-color .3s, background .3s, box-shadow .3s;
  appearance: none;
}
.champ textarea { resize: vertical; min-height: 96px; }
.champ select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a227' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1em center; background-size: 15px; padding-right: 2.6em; }
.champ input::placeholder, .champ textarea::placeholder { color: var(--gris-2); opacity: .7; }
.champ input:focus, .champ select:focus, .champ textarea:focus {
  outline: none; border-color: var(--or);
  background: rgba(201,162,39,.05);
  box-shadow: 0 0 0 3px rgba(201,162,39,.12);
}
.champ input[type="date"], .champ input[type="time"] { color-scheme: dark; }
.champ input.err, .champ select.err { border-color: var(--rose); background: rgba(212,83,126,.07); }
.msg-err { display: none; font-size: .76rem; color: var(--rose); margin-top: .45rem; }
.msg-err.on { display: block; }

.deux-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.1rem; }
.section-form { padding-block: 60px 100px; }

/* ---------- 17. Réservation — layout ---------- */
.resa-grille { display: grid; grid-template-columns: 1.65fr 1fr; gap: clamp(22px, 3vw, 42px); align-items: start; }
.carte-panneau {
  border: 1px solid var(--ligne);
  border-radius: var(--r-2);
  background: linear-gradient(170deg, rgba(27,19,25,.85), rgba(18,12,18,.9));
  padding: clamp(22px, 3vw, 38px);
}
.recap { position: sticky; top: 96px; }
.recap-ligne { display: flex; justify-content: space-between; gap: 1rem; padding-block: .62rem; font-size: .88rem; border-bottom: 1px dashed var(--ligne-2); }
.recap-ligne span { color: var(--gris); }
.recap-ligne b { color: var(--creme); font-weight: 600; text-align: right; }
.recap-total {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--ligne);
}
.recap-total span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gris-2); }
.recap-total b { font-family: var(--serif); font-size: 2.1rem; color: var(--or-2); font-weight: 600; }

/* Choix suite / durée */
.choix-grille { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choix {
  display: block; position: relative; cursor: pointer;
  border: 1px solid var(--ligne-2); border-radius: var(--r);
  padding: 1rem 1.1rem;
  background: rgba(255,255,255,.018);
  transition: border-color .3s, background .3s, transform .3s var(--ease);
}
.choix:hover { border-color: rgba(201,162,39,.4); transform: translateY(-2px); }
.choix input { position: absolute; opacity: 0; pointer-events: none; }
.choix b { display: block; font-family: var(--serif); font-size: 1.08rem; font-weight: 500; margin-bottom: .15rem; }
.choix small { font-size: .78rem; color: var(--gris-2); display: block; }
.choix .prix { color: var(--or-2); font-size: .84rem; margin-top: .5rem; display: block; letter-spacing: .04em; }
.choix input:checked ~ .choix-corps b { color: var(--or-2); }
.choix:has(input:checked) { border-color: var(--or); background: rgba(201,162,39,.085); box-shadow: 0 0 0 1px rgba(201,162,39,.4) inset; }
.choix:has(input:disabled) { opacity: .38; cursor: not-allowed; }

/* Options cochables */
.opt-liste { display: grid; gap: 10px; }
.opt-item {
  display: flex; align-items: center; gap: .95rem;
  border: 1px solid var(--ligne-2); border-radius: var(--r);
  padding: .9rem 1.05rem; cursor: pointer;
  transition: border-color .3s, background .3s;
}
.opt-item:hover { border-color: rgba(201,162,39,.4); }
.opt-item:has(input:checked) { border-color: var(--or); background: rgba(201,162,39,.075); }
.opt-item input { width: 18px; height: 18px; accent-color: var(--or); flex: none; cursor: pointer; }
.opt-item .opt-nom { flex: 1; font-size: .9rem; }
.opt-item .opt-nom small { display: block; font-size: .75rem; color: var(--gris-2); }
.opt-item .opt-p { font-size: .86rem; color: var(--or-2); letter-spacing: .04em; white-space: nowrap; }

/* Étapes du formulaire */
.pas { display: none; }
.pas.actif { display: block; animation: apparait .5s var(--ease); }
@keyframes apparait { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.pas-titre { display: flex; align-items: baseline; gap: .8rem; margin-bottom: 1.6rem; }
.pas-titre em { font-family: var(--serif); font-size: 1.4rem; color: var(--or); font-style: normal; }
.pas-titre h3 { font-size: 1.42rem; }

.barre-pas { display: flex; gap: .5rem; margin-bottom: 2rem; }
.barre-pas span { flex: 1; height: 2px; background: var(--ligne-2); border-radius: 2px; transition: background .4s; }
.barre-pas span.on { background: var(--grad-or); }

.nav-pas { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--ligne-2); }

/* Récapitulatif final */
.recap-final { border: 1px solid var(--ligne); border-radius: var(--r-2); padding: 1.5rem 1.7rem; background: rgba(201,162,39,.045); margin-bottom: 1.5rem; }
.recap-final dl { display: grid; grid-template-columns: auto 1fr; gap: .42rem 1.4rem; font-size: .88rem; }
.recap-final dt { color: var(--gris-2); }
.recap-final dd { text-align: right; color: var(--creme); }

/* ---------- 18. Confirmation ---------- */
.confirme { max-width: 720px; margin-inline: auto; text-align: center; padding-block: clamp(120px, 16vw, 170px) 110px; }
.confirme-ico {
  width: 84px; height: 84px; margin: 0 auto 1.9rem;
  border-radius: 50%; display: grid; place-items: center;
  background: rgba(201,162,39,.1); border: 1px solid var(--ligne); color: var(--or);
}
.confirme h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); margin-bottom: .7rem; }
.ref-code {
  display: inline-block; margin-top: 1.6rem; padding: .8em 1.6em;
  border: 1px dashed var(--or); border-radius: var(--r);
  font-family: var(--sans); letter-spacing: .28em; font-size: 1.02rem; color: var(--or-2);
}

/* ---------- 19. Admin ---------- */
.tab-admin { width: 100%; border-collapse: collapse; font-size: .86rem; }
.tab-admin th {
  text-align: left; padding: .8rem .9rem; border-bottom: 1px solid var(--ligne);
  font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--or);
}
.tab-admin td { padding: .85rem .9rem; border-bottom: 1px solid var(--ligne-2); color: var(--gris); vertical-align: top; }
.tab-admin tr:hover td { background: rgba(255,255,255,.02); }
.etat { display: inline-block; padding: .25em .75em; border-radius: 100px; font-size: .68rem; letter-spacing: .06em; }
.etat-attente { background: rgba(201,162,39,.16); color: var(--or-2); }
.etat-confirme { background: rgba(70,180,120,.14); color: #7fd8a8; }
.etat-annule { background: rgba(212,83,126,.16); color: var(--rose); }

/* ---------- 20. Pages légales ---------- */
.legal { max-width: 800px; padding-block: 150px 100px; position: relative; z-index: 1; margin-inline: auto; padding-inline: var(--pad); }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: .6rem; }
.legal h2 { font-size: 1.28rem; margin: 2.4rem 0 .7rem; }
.legal p, .legal li { font-size: .93rem; color: var(--gris); margin-bottom: .7rem; }
.legal ul { padding-left: 1.2rem; list-style: disc; }

/* ---------- 21. Animations d'entrée ---------- */
.revele { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.revele.vu { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  .revele { opacity: 1; transform: none; }
}

/* ---------- 22. Responsive ---------- */
@media (max-width: 1000px) {
  .footer-in { grid-template-columns: 1fr 1fr; }
  .resa-grille { grid-template-columns: 1fr; }
  .recap { position: static; }
  .bandeau-in { grid-template-columns: repeat(2, 1fr); }
  .bandeau li:nth-child(2) { border-right: 0; }
  .bandeau li:nth-child(1), .bandeau li:nth-child(2) { border-bottom: 1px solid var(--ligne-2); }
  .etapes { grid-template-columns: repeat(2, 1fr); row-gap: 2.4rem; }
  .etape:nth-child(2)::after { display: none; }
  .grille-options, .grille-avis { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .burger { display: grid; }
  .nav.ouvert {
    display: flex; flex-direction: column; gap: 1.4rem;
    position: fixed; inset: 76px 0 auto 0;
    background: rgba(9,6,10,.97); backdrop-filter: blur(20px);
    padding: 2rem var(--pad) 2.4rem; border-bottom: 1px solid var(--ligne);
  }
  .nav.ouvert a { font-size: .9rem; }
  .grille-suites { grid-template-columns: 1fr; }
  .grille-options, .grille-avis { grid-template-columns: 1fr; }
  .choix-grille { grid-template-columns: 1fr; }
  .deux-col { grid-template-columns: 1fr; }
  .etapes { grid-template-columns: 1fr; }
  .etape::after { display: none; }
  .footer-in { grid-template-columns: 1fr; gap: 1.8rem; }
  .topbar .btn { display: none; }
  .hero { padding-block: 116px 72px; min-height: auto; }
  .tab-admin { font-size: .78rem; }
  .tab-admin th:nth-child(4), .tab-admin td:nth-child(4) { display: none; }
}

/* ---------- Boutons d'action admin ---------- */
.btn-mini {
  border: 1px solid var(--bord-or);
  background: rgba(201, 162, 39, .08);
  color: var(--or-2);
  border-radius: 8px;
  width: 30px; height: 30px;
  font-size: .82rem; line-height: 1;
  cursor: pointer;
  transition: all .22s var(--ease);
  margin-right: .25rem;
}
.btn-mini:hover { background: rgba(201, 162, 39, .22); transform: translateY(-1px); }
.btn-mini-danger { border-color: rgba(200, 60, 80, .45); color: #e78399; background: rgba(200, 60, 80, .10); }
.btn-mini-danger:hover { background: rgba(200, 60, 80, .26); }

.etat { display: inline-block; padding: .22em .7em; border-radius: 999px;
        font-size: .72rem; letter-spacing: .04em; white-space: nowrap; }
.etat-en-attente { background: rgba(201, 162, 39, .14); color: var(--or-2); border: 1px solid var(--bord-or); }
.etat-confirmee   { background: rgba(70, 190, 130, .14); color: #7fe0b0; border: 1px solid rgba(70, 190, 130, .35); }
.etat-annulee     { background: rgba(200, 60, 80, .13); color: #e78399; border: 1px solid rgba(200, 60, 80, .35); }
