/* =====================================================
   KM REPAIR SERVICES
   Réparation à domicile · fond clair · bleus + or discret
   Palette : blanc #FFFFFF · navy #132A4E · bleu vif #2563EB · or #C79A3E
   ===================================================== */

:root {
  --bg: #FFFFFF;        /* blanc — fond de base */
  --bg-2: #FFFFFF;      /* panneau / carte (posé sur tint, relief par bordure + ombre) */
  --bg-3: #F5F3EC;      /* section alternée (greige très clair) */
  --bg-4: #0E2036;      /* footer — navy profond (palette) */
  --ink: #12263F;       /* navy — titres / texte fort */
  --ink-mute: #566579;  /* slate — texte secondaire */
  --ink-faint: #8A94A4; /* labels discrets */
  --ink-inv: #FFFFFF;   /* texte sur surface navy */
  --line: rgba(16, 32, 47, 0.10);
  --line-2: rgba(16, 32, 47, 0.18);
  --accent: #CC9231;        /* or — fills / CTA / actions (palette) */
  --accent-bright: #D9A64A; /* or clair — hover */
  --accent-deep: #9A6E14;   /* or foncé — texte accent / liens sur clair (contraste) */
  --accent-soft: rgba(204, 146, 49, 0.12);
  --gold: #CC9231;
  --gold-deep: #A9781F;
  --gold-light: #E7C87C;    /* or clair — texte/valeurs sur bandes navy */
  --navy-2: #1E3956;        /* navy panneau — dégradés de bande (palette) */
  --green: #22A06B;
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --mono: 'JetBrains Mono', 'SFMono-Regular', monospace;
  --maxw: 1280px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-sm: 8px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow-soft: 0 24px 50px -28px rgba(19, 42, 78, 0.28);
  --shadow-lg: 0 40px 80px -32px rgba(19, 42, 78, 0.34);
  --shadow-orange: 0 20px 60px -20px rgba(204, 146, 49, 0.28);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html { overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--accent); color: #fff; }

/* ---------- type ---------- */
.display {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0 0 1rem;
  color: var(--ink);
}
.display em { font-style: italic; color: var(--accent-deep); }
.lede { color: var(--ink-mute); font-size: 1.05rem; max-width: 60ch; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 1.4rem;
}
.kicker-num { color: var(--ink-faint); }

/* ---------- layout ---------- */
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.two-col {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
@media (max-width: 880px) {
  .two-col { grid-template-columns: 1fr; gap: 1.5rem; }
}
.section-head {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  text-align: center;
}
.section-head .kicker { justify-content: center; }
.section-head .lede { margin: 1rem auto 0; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-tap-highlight-color: transparent;
}
.btn-sm { padding: 0.55rem 1rem; font-size: 0.85rem; }
.btn-lg { padding: 1.05rem 1.7rem; font-size: 1rem; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 22px -8px rgba(204, 146, 49, 0.5); }
.btn-primary:hover { background: var(--accent-bright); transform: translateY(-1px); box-shadow: 0 16px 32px -8px rgba(204, 146, 49, 0.55); }
.btn-ghost { border-color: var(--line-2); color: var(--ink); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-deep); background: var(--accent-soft); }
.btn-gold { background: var(--accent); color: #fff; font-weight: 600; padding: 1rem 1.6rem; box-shadow: 0 12px 30px -10px rgba(204, 146, 49, 0.5); }
.btn-gold:hover { background: var(--accent-bright); transform: translateY(-1px); box-shadow: 0 18px 40px -10px rgba(204, 146, 49, 0.6); }
.btn-on-orange { background: var(--ink); color: var(--ink-inv); }
.btn-on-orange:hover { background: #fff; color: var(--ink-inv); transform: translateY(-1px); }
.btn-on-orange-ghost { border-color: rgba(14,31,46,0.42); color: var(--ink-inv); }
.btn-on-orange-ghost:hover { background: rgba(14,31,46,0.10); border-color: var(--ink-inv); }
.link-btn {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-deep);
  padding: 0.4rem 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.link-btn::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--accent);
  transform-origin: left;
  transform: scaleX(0.3);
  transition: transform 0.4s var(--ease);
}
.link-btn:hover::after { transform: scaleX(1); }

/* ---------- ribbon ---------- */
.ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  background: var(--bg-3);
  border-bottom: 1px solid var(--line);
  padding: 0.55rem 1rem;
}
.ribbon-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(47,142,88,0.55); animation: pulse 2s var(--ease) infinite; }
.ribbon-sep { color: var(--ink-faint); }
.ribbon-phone { color: var(--accent-deep); font-weight: 500; transition: color 0.2s var(--ease); }
.ribbon-phone:hover { color: var(--accent); }
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem clamp(20px, 4vw, 48px);
  background: rgba(10, 24, 38, 0.9);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 981px) {
  /* desktop only: blur the sticky bar (mobile menu can't co-exist with backdrop-filter — creates containing block trap) */
  .nav {
    background: rgba(10, 24, 38, 0.72);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
  }
}
.brand { display: flex; align-items: center; gap: 0.7rem; font-family: var(--serif); }
.brand-mark {
  width: 38px; height: 38px;
  border-radius: 9px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, var(--accent-bright), var(--accent));
  color: #fff;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  box-shadow: 0 6px 16px -6px rgba(204, 146, 49, 0.55), inset 0 1px 0 rgba(255,255,255,0.18);
}
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-line1 { font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); font-family: var(--mono); }
.brand-line2 { font-size: 1.15rem; color: var(--ink); margin-top: 3px; letter-spacing: -0.005em; }

.nav-links { display: flex; gap: 1.7rem; font-size: 0.92rem; color: var(--ink-mute); }
.nav-links a { position: relative; padding: 0.35rem 0; transition: color 0.25s var(--ease); }
.nav-links a::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--accent);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav-cta { display: flex; align-items: center; gap: 0.7rem; }
.nav-phone { font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.04em; }
.lang { display: flex; gap: 2px; padding: 3px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--bg-2); }
.lang-btn { padding: 0.35rem 0.7rem; border-radius: 999px; font-size: 0.78rem; color: var(--ink-mute); transition: background 0.25s var(--ease), color 0.25s var(--ease); }
.lang-btn:hover { color: var(--ink); }
.lang-btn.is-active { background: var(--ink); color: var(--ink-inv); }

.nav-burger { display: none; flex-direction: column; gap: 4px; padding: 8px; }
.nav-burger span { width: 22px; height: 1.5px; background: var(--ink); border-radius: 1px; transition: transform 0.25s var(--ease), opacity 0.25s var(--ease); }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

@media (max-width: 1080px) {
  .nav-phone { display: none; }
}

/* ----- Mobile menu, Apple-style full-screen ----- */
.nav-mobile-cta { display: none; }

@media (max-width: 980px) {
  .nav-burger {
    display: flex;
    position: relative;
    z-index: 110;
  }
  .nav-cta .btn-primary,
  .nav-cta .nav-phone { display: none; }
  .nav-links {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 105;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 5.5rem 1.8rem 2rem;
    box-sizing: border-box;
    overflow-y: auto;
    background: rgba(8, 20, 32, 0.98);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s var(--ease), transform 0.45s var(--ease), visibility 0s linear 0.35s;
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.35s var(--ease), transform 0.45s var(--ease), visibility 0s;
  }
  .nav-links a {
    font-family: var(--serif);
    font-weight: 500;
    font-size: clamp(1.7rem, 6vw, 2.3rem);
    color: var(--ink);
    letter-spacing: -0.01em;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), color 0.2s var(--ease);
  }
  .nav-links a::after { display: none; }
  .nav-links.open a {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-links.open a:nth-child(1) { transition-delay: 0.08s; }
  .nav-links.open a:nth-child(2) { transition-delay: 0.13s; }
  .nav-links.open a:nth-child(3) { transition-delay: 0.18s; }
  .nav-links.open a:nth-child(4) { transition-delay: 0.23s; }
  .nav-links.open a:nth-child(5) { transition-delay: 0.28s; }
  .nav-links a:hover,
  .nav-links a:active { color: var(--accent-deep); }

  .nav-mobile-cta {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: auto;
    padding-top: 2rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
  }
  .nav-links.open .nav-mobile-cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.36s;
  }
  .nav-mobile-cta .btn { width: 100%; justify-content: center; padding: 1rem 1.2rem; }

  /* lock body scroll while menu is open */
  body.menu-open { overflow: hidden; }
}

/* ===================================================
   HERO
   =================================================== */
.hero {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.5rem, 6vw, 5.5rem);
  overflow: hidden;
  background: var(--bg);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-grain {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 80% 30%, rgba(204, 146, 49, 0.10), transparent 60%),
    radial-gradient(ellipse 70% 60% at 10% 80%, rgba(204, 146, 49, 0.05), transparent 60%);
}
.hero-glow {
  position: absolute;
  width: 700px; height: 700px;
  right: -150px; top: 30%;
  transform: translateY(-50%);
  background: radial-gradient(closest-side, rgba(204, 146, 49, 0.18), transparent 70%);
  filter: blur(40px);
  animation: drift 18s ease-in-out infinite;
}
@keyframes drift {
  0%,100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-44%) translateX(-30px); }
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-demo { order: 2; justify-self: center; }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 1.6rem;
}
.eyebrow-line { width: 28px; height: 1px; background: var(--accent); }

.hero-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  color: var(--ink);
}
.hero-title .line { display: block; }
.hero-title em { font-style: italic; color: var(--accent-deep); }
@media (min-width: 1280px) {
  .hero-title { font-size: 3.8rem; }
}

.hero-sub {
  max-width: 46ch;
  margin: 0 0 1.8rem;
  color: var(--ink-mute);
  font-size: clamp(0.98rem, 1.2vw, 1.05rem);
  line-height: 1.6;
  text-wrap: pretty;
}
.hero-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: var(--ink-mute);
  padding: 0.6rem 0.9rem 0.6rem 0.6rem;
  border: 1px solid var(--line-2);
  background: var(--bg-2);
  border-radius: 999px;
}
.stars { display: inline-flex; gap: 1px; }

/* phone mockup */
.hero-demo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
}
.phone {
  position: relative;
  width: 290px;
  max-width: 90vw;
  aspect-ratio: 290 / 600;
  background: linear-gradient(180deg, #1f1d1b, #0a0a0a);
  border-radius: 40px;
  padding: 10px;
  box-shadow:
    0 50px 100px -30px rgba(4, 10, 18, 0.45),
    0 30px 60px -30px rgba(204, 146, 49, 0.25),
    inset 0 0 0 2px #2a2724;
  transform: rotate(-3deg);
  transition: transform 0.6s var(--ease);
  animation: phone-float 6s ease-in-out infinite;
}
@keyframes phone-float {
  0%,100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-3deg) translateY(-8px); }
}
.phone:hover { transform: rotate(0) translateY(-4px); }
.phone-notch {
  position: absolute;
  top: 22px; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 28px;
  background: #0a0a0a;
  border-radius: 999px;
  z-index: 3;
}
.phone-screen {
  width: 100%; height: 100%;
  background: var(--bg);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px 10px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--ink);
}
.ps-icons { display: inline-flex; gap: 5px; align-items: center; color: var(--ink); }
.phone-app { padding: 6px 12px 12px; flex: 1; display: flex; flex-direction: column; }
.phone-head {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 10px 8px 12px;
  border-bottom: 1px solid var(--line);
}
.ph-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent-bright), var(--accent));
  color: #fff;
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: 1.2rem;
  display: grid; place-items: center;
}
.ph-meta { display: flex; flex-direction: column; gap: 1px; line-height: 1.2; }
.ph-meta strong { font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.ph-meta span { font-size: 0.7rem; color: var(--ink-mute); display: inline-flex; align-items: center; gap: 4px; }
.ph-meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 2s ease-in-out infinite; }

.phone-body {
  flex: 1;
  padding: 12px 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.bubble {
  max-width: 86%;
  padding: 9px 12px;
  border-radius: 14px;
  font-size: 0.78rem;
  line-height: 1.4;
  animation: bubble-in 0.5s var(--ease) backwards;
}
.bubble.bot { background: var(--bg-2); border: 1px solid var(--line); border-top-left-radius: 4px; align-self: flex-start; color: var(--ink); }
.bubble.user { background: var(--accent); color: #fff; border-top-right-radius: 4px; align-self: flex-end; }
.bubble:nth-child(1) { animation-delay: 0.2s; }
.bubble:nth-child(2) { animation-delay: 1.2s; }
.bubble:nth-child(3) { animation-delay: 2.0s; }
.bubble:nth-child(4) { animation-delay: 2.8s; }
.bubble:nth-child(5) { animation-delay: 3.6s; }
@keyframes bubble-in {
  from { opacity: 0; transform: translateY(8px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.estimate-mini {
  background: linear-gradient(180deg, rgba(204,146,49,0.16), rgba(204,146,49,0.07)) !important;
  border-color: var(--accent) !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  max-width: 100%;
}
.estimate-mini strong { display: block; font-size: 0.78rem; color: var(--accent-deep); }
.bubble-cta {
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 0.72rem;
  font-weight: 500;
  text-align: center;
}

.hero-sticker {
  position: absolute;
  top: 18px;
  right: 8px;
  width: 92px; height: 92px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  font-family: var(--serif);
  box-shadow: 0 14px 30px -10px rgba(204, 146, 49, 0.55);
  z-index: 2;
}
.hero-sticker::before {
  content: '';
  position: absolute; inset: 4px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: sticker-spin 18s linear infinite;
}
@keyframes sticker-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.sticker-h { font-size: 1.4rem; font-weight: 600; line-height: 1; font-style: italic; }
.sticker-p { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; font-family: var(--mono); margin-top: 4px; }

/* ===================================================
   PROOF BAND (orange)
   =================================================== */
.proof {
  background: linear-gradient(180deg, #13273A, #0E2032);
  color: var(--ink);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  position: relative;
  overflow: hidden;
}
.proof::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(255,255,255,0.08), transparent 60%),
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(0,0,0,0.08), transparent 60%);
  pointer-events: none;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}
@media (max-width: 880px) { .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; } }
.proof-item { display: flex; flex-direction: column; gap: 0.3rem; text-align: left; }
.proof-v {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  font-style: italic;
  color: var(--accent-deep);
}
.proof-k {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* ===================================================
   PROCESS
   =================================================== */
.process { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--bg); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 880px) { .process-grid { grid-template-columns: 1fr; } }
.step {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.step:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: var(--shadow-soft); }
.step-num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--accent);
  margin-bottom: 0.4rem;
}
.step h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
.step p { color: var(--ink-mute); margin: 0; line-height: 1.65; }
.step .link-btn { margin-top: 0.5rem; align-self: flex-start; }

/* ===================================================
   ATELIER (gallery bento)
   =================================================== */
.atelier {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--bg-3);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.atelier-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 980px) {
  .atelier-shell { grid-template-columns: 1fr; gap: 2rem; }
}
.atelier-head { padding-right: 1rem; }
.atelier-head .display { margin-bottom: 1rem; }
.atelier-head .lede { margin-bottom: 1.5rem; }
.atelier-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}
.atelier-bullets li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--ink-mute);
  font-size: 0.95rem;
  line-height: 1.55;
}
.atelier-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.6rem;
  width: 12px; height: 1px;
  background: var(--accent);
}

.atelier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.95fr;
  grid-template-rows: minmax(220px, 1fr) minmax(180px, 0.85fr);
  gap: 0.9rem;
  height: clamp(440px, 60vh, 580px);
}
@media (max-width: 760px) {
  .atelier-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 220px 200px;
    height: auto;
  }
}

.atelier-card {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.atelier-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.atelier-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--ease), filter 0.5s var(--ease);
  filter: saturate(0.92) contrast(1.02);
}
.atelier-card:hover img { transform: scale(1.04); filter: saturate(1) contrast(1.05); }
.atelier-card figcaption {
  position: absolute;
  bottom: 14px; left: 14px;
  padding: 0.4rem 0.75rem;
  background: rgba(22, 21, 20, 0.78);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.atelier-card.a-1 { grid-area: 1 / 1 / 2 / 3; }   /* row 1, cols 1-2 (wide top) */
.atelier-card.a-2 { grid-area: 1 / 3 / 3 / 4; }   /* col 3, both rows (portrait) */
.atelier-card.a-3 { grid-area: 2 / 1 / 3 / 2; }   /* row 2, col 1 */
.atelier-card.a-4 { grid-area: 2 / 2 / 3 / 3; }   /* row 2, col 2 */

@media (max-width: 760px) {
  .atelier-card.a-1 { grid-area: 1 / 1 / 2 / 3; }
  .atelier-card.a-2 { grid-area: 2 / 1 / 3 / 3; }
  .atelier-card.a-3 { grid-area: 3 / 1 / 4 / 2; }
  .atelier-card.a-4 { grid-area: 3 / 2 / 4 / 3; }
}

/* ===================================================
   SERVICES + PRICING
   =================================================== */
.services { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--bg-3); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-tabs {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  padding: 6px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.ptab {
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-size: 0.9rem;
  color: var(--ink-mute);
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.ptab:hover { color: var(--ink); }
.ptab.is-active { background: var(--ink); color: var(--ink-inv); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.price-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.price-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.price-card-h { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.price-card h4 { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; margin: 0; color: var(--ink); }
.price-card-price { font-family: var(--serif); font-size: 1.8rem; color: var(--accent-deep); letter-spacing: -0.01em; font-weight: 500; }
.price-card-meta { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-faint); }
.pricing-cta { text-align: center; }

/* ===================================================
   CONCIERGE MODES
   =================================================== */
.concierge { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--bg); }
.concierge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media (max-width: 880px) { .concierge-grid { grid-template-columns: 1fr; } }
.cmode {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.cmode:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--shadow-soft); }
.cmode-num {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid var(--accent);
  align-self: flex-start;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
}
.cmode h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; margin: 0; color: var(--ink); letter-spacing: -0.01em; }
.cmode p { color: var(--ink-mute); margin: 0; line-height: 1.6; flex: 1; }
.cmode-meta {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: var(--accent-deep);
  padding-top: 0.8rem;
  margin-top: 0.4rem;
  border-top: 1px solid var(--line);
}

/* ===================================================
   BOOKING
   =================================================== */
.booking { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--bg-3); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-shell {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
@media (max-width: 980px) { .booking-shell { grid-template-columns: 1fr; } }

.urgent-card {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(204,146,49,0.16), rgba(204,146,49,0.07));
  border: 1px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  box-shadow: 0 18px 40px -18px rgba(204, 146, 49, 0.35);
}
.urgent-pulse {
  position: absolute;
  top: -50%; left: -20%;
  width: 140%; height: 200%;
  background: radial-gradient(circle, rgba(204, 146, 49, 0.18), transparent 50%);
  animation: drift-2 12s ease-in-out infinite;
  pointer-events: none;
}
@keyframes drift-2 {
  0%,100% { transform: translate(0, 0); }
  50% { transform: translate(20px, -20px); }
}
.urgent-card > *:not(.urgent-pulse) { position: relative; z-index: 1; }
.urgent-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-deep);
  align-self: flex-start;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: rgba(10,24,38,0.5);
}
.urgent-tag::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 10px rgba(204, 146, 49, 0.7);
  animation: pulse 1.6s ease-in-out infinite;
}
.urgent-card h3 { font-family: var(--serif); font-size: 2rem; font-weight: 500; margin: 0; letter-spacing: -0.01em; color: var(--ink); }
.urgent-card p { margin: 0; color: var(--ink-mute); }
.urgent-list { list-style: none; padding: 0; margin: 0.5rem 0; display: flex; flex-direction: column; gap: 0.5rem; }
.urgent-list li { padding-left: 1rem; position: relative; color: var(--ink); font-size: 0.95rem; }
.urgent-list li::before { content: '◆'; position: absolute; left: 0; color: var(--accent); font-size: 0.7rem; top: 5px; }
.urgent-card .btn { margin-top: auto; align-self: stretch; justify-content: center; }

.calendar-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.cal-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.cal-head h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; margin: 0; letter-spacing: -0.01em; color: var(--ink); }
.cal-nav { display: flex; gap: 0.4rem; }
.cal-arrow {
  width: 36px; height: 36px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  display: grid; place-items: center;
  font-size: 1.2rem;
  color: var(--ink);
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease), background 0.25s var(--ease);
}
.cal-arrow:hover { border-color: var(--accent); color: var(--accent-deep); background: var(--accent-soft); }
.cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.4rem; }
@media (max-width: 540px) { .cal-days { grid-template-columns: repeat(4, 1fr); } }
.cal-day {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), transform 0.25s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: var(--ink);
}
.cal-day:hover:not(.is-disabled) { border-color: var(--accent); transform: translateY(-2px); background: var(--accent-soft); }
.cal-day.is-active { background: var(--ink); color: var(--ink-inv); border-color: var(--ink); }
.cal-day.is-disabled { opacity: 0.3; cursor: not-allowed; }
.cal-day .cd-dow { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-mute); font-family: var(--mono); }
.cal-day.is-active .cd-dow { color: rgba(14,31,46,0.62); }
.cal-day .cd-num { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.cal-day .cd-mon { font-size: 0.7rem; color: var(--ink-faint); font-family: var(--mono); text-transform: uppercase; }
.cal-day.is-active .cd-mon { color: rgba(14,31,46,0.5); }

.cal-slots { display: flex; flex-wrap: wrap; gap: 0.5rem; min-height: 60px; padding: 0.6rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.slots-empty { color: var(--ink-mute); font-style: italic; padding: 0.6rem; font-size: 0.9rem; width: 100%; text-align: center; }
.slot {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  font-family: var(--mono);
  font-size: 0.84rem;
  cursor: pointer;
  background: var(--bg-2);
  color: var(--ink);
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}
.slot:hover { border-color: var(--accent); color: var(--accent-deep); background: var(--accent-soft); }
.slot.is-active { background: var(--accent); color: #fff; border-color: var(--accent); }
.slot.is-taken { opacity: 0.35; text-decoration: line-through; cursor: not-allowed; }

.book-form { display: grid; gap: 1rem; margin-top: 0.5rem; }
.bf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 540px) { .bf-row { grid-template-columns: 1fr; } }
.book-form label {
  display: flex; flex-direction: column; gap: 0.4rem;
  font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-mute); font-family: var(--mono);
}
.book-form input, .book-form textarea {
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}
.book-form input:focus, .book-form textarea:focus { outline: none; border-color: var(--accent); background: var(--bg-2); }
.bf-full { grid-column: 1 / -1; }
.bf-summary {
  padding: 0.9rem 1.1rem;
  border: 1px dashed var(--line-2);
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  color: var(--ink-mute);
  font-family: var(--mono);
}
.bf-summary.is-set { border-style: solid; border-color: var(--accent); color: var(--accent-deep); background: var(--accent-soft); }
.book-form .btn { justify-self: flex-start; }
.bf-fine { color: var(--ink-faint); font-size: 0.8rem; margin: 0; line-height: 1.5; }

/* ===================================================
   TESTIMONIALS
   =================================================== */
.testimonials { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--bg); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media (max-width: 760px) { .testi-grid { grid-template-columns: 1fr; } }
.testi {
  margin: 0;
  padding: 2rem;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.testi:hover { border-color: var(--accent); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.testi-stars { color: var(--accent); letter-spacing: 0.2em; font-size: 0.9rem; }
.testi blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  color: var(--ink);
}
.testi figcaption { font-size: 0.85rem; color: var(--ink-mute); }

/* ===================================================
   FAQ
   =================================================== */
.faq { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--bg-3); border-top: 1px solid var(--line); }
.faq .col-left { display: flex; flex-direction: column; align-items: flex-start; }
.faq-call { margin-top: 1.5rem; }
.faq-list { display: flex; flex-direction: column; }
.faq-list details { border-top: 1px solid var(--line); padding: 1.4rem 0; cursor: pointer; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  font-family: var(--sans);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--accent);
  transition: transform 0.3s var(--ease);
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { margin: 0.8rem 0 0; color: var(--ink-mute); line-height: 1.7; max-width: 65ch; }

/* ===================================================
   FINAL CTA (orange band, asymmetric)
   =================================================== */
.final-cta {
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--accent);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(0,0,0,0.18), transparent 60%);
  pointer-events: none;
}
.final-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
}
@media (max-width: 760px) { .final-grid { grid-template-columns: 1fr; gap: 1.5rem; } }
.final-text .display { color: var(--ink-inv); margin: 0; max-width: 14ch; }
.final-text .display em { color: rgba(14,31,46,0.68); font-style: italic; }
.final-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 760px) { .final-actions { justify-content: flex-start; } }

/* ===================================================
   FOOTER
   =================================================== */
.footer { background: var(--bg-4); color: var(--ink); padding: 4rem 0 2rem; }
.footer .brand-line2 { color: var(--ink); }
.footer .brand-line1 { color: rgba(251,250,247,0.55); }
.footer .brand-mark { box-shadow: 0 6px 16px -6px rgba(204,146,49,0.55); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(251,250,247,0.12);
}
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.foot-brand p { color: rgba(251,250,247,0.65); font-style: italic; max-width: 24ch; margin: 1rem 0 0; }
.foot-col h4 {
  font-family: var(--mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-bright);
  margin: 0 0 1rem;
  font-weight: 500;
}
.foot-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0.6rem;
  color: rgba(251,250,247,0.7);
  font-size: 0.92rem;
}
.foot-col a { transition: color 0.2s var(--ease); }
.foot-col a:hover { color: var(--accent-bright); }
.foot-base {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
  color: rgba(251,250,247,0.5);
}
.foot-links a:hover { color: var(--accent-bright); }

/* ===================================================
   CHATBOT
   =================================================== */
.chat-fab {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  right: calc(20px + env(safe-area-inset-right, 0px));
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.2rem 0.85rem 1rem;
  border-radius: 999px;
  background: #0A1826;
  color: #fff;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow:
    0 16px 36px -8px rgba(0, 0, 0, 0.55),
    0 2px 6px -1px rgba(0, 0, 0, 0.35),
    0 0 0 1.5px rgba(204, 146, 49, 0.55);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}
.chat-fab:hover { transform: translateY(-3px); background: var(--accent); box-shadow: 0 26px 50px -10px rgba(0, 0, 0, 0.6), 0 0 0 1.5px rgba(204, 146, 49, 0.9); }
.chat-fab svg { width: 22px; height: 22px; color: var(--accent-bright); }
.chat-fab .fab-ring {
  position: absolute;
  top: -3px; right: -3px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid #fff;
  pointer-events: none;
  animation: pulse 2s ease-in-out infinite;
}

.chat-veil { position: fixed; inset: 0; background: rgba(22, 21, 20, 0.4); backdrop-filter: blur(4px); z-index: 90; opacity: 0; transition: opacity 0.4s var(--ease); }
.chat-veil.is-open { opacity: 1; }

.chat-panel {
  position: fixed;
  bottom: 0; right: 0;
  z-index: 100;
  width: 420px;
  max-width: 100vw;
  height: min(680px, 92vh);
  background: var(--bg-2);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-top-left-radius: 18px;
  display: none;
  flex-direction: column;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s var(--ease), opacity 0.4s var(--ease);
  box-shadow: -30px 0 60px -10px rgba(4, 10, 18, 0.18);
}
.chat-panel:not([hidden]) { display: flex; }
.chat-panel.is-open { transform: translateY(0); opacity: 1; }
.chat-veil[hidden] { display: none; }
@media (max-width: 540px) {
  .chat-panel { width: 100%; height: 100dvh; bottom: 0; border-radius: 0; }
}
.chat-head {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); background: var(--bg);
}
.chat-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent-bright), var(--accent));
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 1.3rem;
  box-shadow: 0 6px 14px -4px rgba(204, 146, 49, 0.5);
}
.chat-title { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.chat-title strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); }
.chat-status { font-size: 0.75rem; color: var(--ink-mute); display: flex; align-items: center; gap: 0.4rem; }
.chat-status .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 2s ease-in-out infinite; }
.chat-close {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.6rem;
  color: var(--ink-mute);
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.chat-close:hover { background: var(--bg-3); color: var(--ink); }

.chat-body {
  flex: 1; padding: 1.2rem 1rem; overflow-y: auto;
  display: flex; flex-direction: column; gap: 0.7rem;
  scroll-behavior: smooth;
  background: var(--bg);
}
.chat-body::-webkit-scrollbar { width: 6px; }
.chat-body::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 999px; }
.msg {
  max-width: 85%;
  padding: 0.85rem 1.1rem;
  border-radius: 16px;
  line-height: 1.5;
  font-size: 0.95rem;
  animation: msg-in 0.4s var(--ease) backwards;
}
@keyframes msg-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.msg.bot { background: var(--bg-2); border: 1px solid var(--line); border-top-left-radius: 4px; align-self: flex-start; color: var(--ink); }
.msg.user { background: var(--accent); color: #fff; border-top-right-radius: 4px; align-self: flex-end; }
.msg.system { align-self: center; background: transparent; border: 1px dashed var(--line-2); color: var(--ink-mute); font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.05em; border-radius: 999px; padding: 0.4rem 0.9rem; }
.msg-typing { display: inline-flex; align-items: center; gap: 4px; padding: 0.7rem 1rem; background: var(--bg-2); border: 1px solid var(--line); border-radius: 16px; border-top-left-radius: 4px; align-self: flex-start; }
.msg-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-mute); animation: typing 1.4s ease-in-out infinite; }
.msg-typing span:nth-child(2) { animation-delay: 0.15s; }
.msg-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes typing {
  0%, 80%, 100% { opacity: 0.3; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-4px); }
}
.chat-quick {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  padding: 0.6rem 1rem;
  border-top: 1px solid var(--line);
  background: var(--bg);
  min-height: 0;
  transition: padding 0.3s var(--ease);
}
.chat-quick:empty { padding: 0; border-top-color: transparent; }
.qr-btn {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.82rem;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
  animation: msg-in 0.3s var(--ease) backwards;
}
.qr-btn:hover { background: var(--accent); color: #fff; transform: translateY(-1px); }
.chat-input { display: flex; align-items: center; gap: 0.5rem; padding: 0.8rem 1rem; border-top: 1px solid var(--line); background: var(--bg); }
.chat-input input {
  flex: 1; padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: var(--bg-2);
  font-size: 0.95rem;
  color: var(--ink);
  transition: border-color 0.2s var(--ease);
}
.chat-input input:focus { outline: none; border-color: var(--accent); }
.chat-input button {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid; place-items: center;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.chat-input button:hover { background: var(--accent-bright); transform: scale(1.05); }
.chat-foot { padding: 0.6rem 1rem; font-size: 0.7rem; color: var(--ink-faint); text-align: center; background: var(--bg-3); border-top: 1px solid var(--line); font-family: var(--mono); letter-spacing: 0.05em; }

/* chatbot estimate card */
.estimate {
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(204,146,49,0.16), rgba(204,146,49,0.07));
  border: 1px solid var(--accent);
  border-radius: 16px;
  border-top-left-radius: 4px;
  align-self: flex-start;
  max-width: 92%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  animation: msg-in 0.4s var(--ease) backwards;
  box-shadow: 0 8px 24px -10px rgba(204, 146, 49, 0.25);
}
.estimate-tag {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  align-self: flex-start;
  padding: 0.3rem 0.65rem;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: rgba(10,24,38,0.5);
}
.estimate-rows { display: flex; flex-direction: column; gap: 0.4rem; font-family: var(--mono); font-size: 0.85rem; color: var(--ink-mute); }
.estimate-row { display: flex; justify-content: space-between; gap: 1rem; }
.estimate-row strong { color: var(--ink); font-weight: 500; }
.estimate-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 0.7rem; margin-top: 0.4rem;
  border-top: 1px solid var(--accent);
  font-family: var(--serif);
}
.estimate-total .label { font-size: 0.78rem; color: var(--accent-deep); text-transform: uppercase; letter-spacing: 0.1em; font-family: var(--mono); }
.estimate-total .price { font-size: 2rem; color: var(--ink); font-weight: 500; letter-spacing: -0.01em; }
.estimate-eta { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 0.78rem; color: var(--accent-deep); letter-spacing: 0.08em; text-transform: uppercase; }
.estimate-cta { margin-top: 0.4rem; align-self: stretch; justify-content: center; }

/* ===================================================
   MOBILE OVERRIDES (placed at end so source order wins)
   Layout strategy: phone pinned top-right, text wraps left,
   buttons + trust below full-width. Everything above the fold.
   =================================================== */
@media (max-width: 540px) {
  /* tighter top frame */
  .ribbon { padding: 0.35rem 0.7rem; font-size: 0.58rem; gap: 0.4rem; }
  .nav { padding: 0.5rem 1rem; gap: 0.6rem; }
  .brand-mark { width: 30px; height: 30px; font-size: 1.05rem; border-radius: 7px; }
  .brand-line1 { font-size: 0.52rem; }
  .brand-line2 { font-size: 0.9rem; }

  .hero { padding: 0.85rem 0 1.4rem; }

  /* expose hero-text children to the grid */
  .hero-text { display: contents; }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 152px;
    grid-template-areas:
      "eyebrow phone"
      "title   phone"
      "sub     phone"
      "actions actions"
      "trust   trust";
    gap: 0.5rem 0.7rem;
    align-items: start;
  }
  .hero-eyebrow { grid-area: eyebrow; margin-bottom: 0; font-size: 0.58rem; letter-spacing: 0.14em; padding-top: 0.2rem; }
  .hero-eyebrow .eyebrow-line { width: 16px; }
  .hero-title { grid-area: title; font-size: 1.65rem; line-height: 1.04; letter-spacing: -0.02em; margin: 0; }
  .hero-sub { grid-area: sub; font-size: 0.78rem; line-height: 1.42; margin: 0.2rem 0 0; max-width: none; }
  .hero-actions { grid-area: actions; gap: 0.4rem; margin: 0.5rem 0 0; flex-wrap: nowrap; }
  .hero-actions .btn { flex: 1 1 50%; justify-content: center; }
  .hero-actions .btn-lg { padding: 0.78rem 0.7rem; font-size: 0.82rem; gap: 0.35rem; }
  .hero-actions .btn-lg svg { width: 13px; height: 13px; }
  .hero-trust { grid-area: trust; font-size: 0.7rem; padding: 0.35rem 0.65rem 0.35rem 0.4rem; gap: 0.45rem; align-self: start; margin-top: 0.1rem; }
  .hero-trust .stars { gap: 0; }
  .hero-trust .stars svg { width: 11px; height: 11px; }

  /* phone pinned top-right (compact) */
  .hero-demo { grid-area: phone; justify-self: end; align-self: start; padding-top: 0.2rem; order: 0; }
  .phone { width: 142px; aspect-ratio: 142 / 300; padding: 5px; border-radius: 22px; animation: none; transform: rotate(-2deg); }
  .phone-notch { top: 11px; width: 50px; height: 14px; }
  .phone-screen { border-radius: 17px; }
  .phone-status { padding: 7px 12px 3px; font-size: 0.5rem; }
  .ps-icons svg { width: 9px; height: 9px; }
  .ps-icons { gap: 3px; }
  .phone-app { padding: 2px 4px 4px; }
  .phone-head { padding: 4px 2px 5px; gap: 0.3rem; border-bottom-width: 1px; }
  .ph-avatar { width: 20px; height: 20px; font-size: 0.7rem; }
  .ph-meta strong { font-size: 0.55rem; }
  .ph-meta span { font-size: 0.46rem; gap: 2px; }
  .ph-meta .dot { width: 4px; height: 4px; }
  .phone-body { padding: 4px 1px; gap: 3px; }
  .bubble { font-size: 0.5rem; padding: 4px 6px; border-radius: 7px; line-height: 1.25; }
  .estimate-mini { padding: 4px 6px !important; gap: 3px; }
  .estimate-mini strong { font-size: 0.5rem; }
  .bubble-cta { font-size: 0.46rem; padding: 3px 4px; border-radius: 4px; }
  .hero-sticker { width: 44px; height: 44px; top: -8px; right: -10px; }
  .sticker-h { font-size: 0.7rem; }
  .sticker-p { font-size: 0.4rem; margin-top: 0; letter-spacing: 0.04em; }

  /* FAB stays in standard bottom-right corner, dark pill on white border for max contrast */
  .chat-fab {
    padding: 0.85rem 1.1rem 0.85rem 0.95rem;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    right: 16px;
    font-size: 0.7rem;
    gap: 0.4rem;
  }
  .chat-fab svg { width: 20px; height: 20px; }
  .chat-fab .fab-label { display: inline; }
}

/* proof band: force a single row on mobile */
@media (max-width: 880px) {
  .proof { padding: 1.4rem 0; }
  .proof-grid { grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
  .proof-item { gap: 0.2rem; }
  .proof-v { font-size: 1.05rem; line-height: 1; letter-spacing: -0.015em; }
  .proof-k { font-size: 0.5rem; line-height: 1.15; letter-spacing: 0.06em; }
}
@media (max-width: 540px) {
  /* pricing tabs must fit the viewport, scroll inside if too long */
  .pricing-tabs {
    max-width: calc(100vw - 32px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .pricing-tabs::-webkit-scrollbar { display: none; }
  .ptab { padding: 0.55rem 0.95rem; font-size: 0.8rem; flex-shrink: 0; }

  .proof {
    padding: 1.1rem 0;
    min-height: 0;
    display: flex;
    align-items: center;
  }
  .proof .container { padding: 0 14px; width: 100%; }
  .proof-grid { gap: 0.4rem; }
  .proof-v { font-size: 1.05rem; }
  .proof-k { font-size: 0.5rem; letter-spacing: 0.06em; line-height: 1.2; }
}
@media (max-width: 380px) {
  .proof { padding: 0.95rem 0; }
  .proof-v { font-size: 0.92rem; }
  .proof-k { font-size: 0.46rem; letter-spacing: 0.05em; }
}

/* extra-tight (iPhone SE class, < 380 wide) */
@media (max-width: 380px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) 130px; gap: 0.4rem 0.6rem; }
  .hero-title { font-size: 1.45rem; }
  .hero-sub { font-size: 0.74rem; }
  .phone { width: 124px; aspect-ratio: 124 / 262; }
  .hero-actions .btn-lg { padding: 0.7rem 0.55rem; font-size: 0.78rem; }
  .hero-sticker { width: 40px; height: 40px; }
  .sticker-h { font-size: 0.62rem; }
  .sticker-p { font-size: 0.36rem; }
  .chat-fab { padding: 0.85rem 1rem; font-size: 0.65rem; }
  .chat-fab svg { width: 20px; height: 20px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ===================================================
   PARIS BAND  (on vient à vous — image plein cadre)
   =================================================== */
.paris {
  position: relative;
  min-height: clamp(340px, 46vw, 480px);
  display: flex;
  align-items: center;
  background: #0A1826;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.paris-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 32%;
  opacity: 0.92;
}
.paris::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,20,32,0.96) 0%, rgba(8,20,32,0.82) 40%, rgba(8,20,32,0.34) 72%, rgba(8,20,32,0.12) 100%);
}
.paris-inner { position: relative; z-index: 2; max-width: 560px; padding: clamp(2.6rem, 6vw, 4rem) 0; }
.paris .kicker { color: var(--accent-deep); justify-content: flex-start; }
.paris h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.08; letter-spacing: -0.015em;
  color: var(--ink); margin: 0.3rem 0 1rem;
}
.paris h2 em { font-style: italic; color: var(--accent-deep); }
.paris p { color: var(--ink-mute); max-width: 46ch; margin: 0 0 1.7rem; line-height: 1.6; }
.paris-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; }
@media (max-width: 760px) {
  .paris-img { object-position: center 28%; }
  .paris::after { background: linear-gradient(180deg, rgba(8,20,32,0.55) 0%, rgba(8,20,32,0.84) 58%, rgba(8,20,32,0.96) 100%); }
  .paris-inner { max-width: 100%; }
}
/* ===================================================
   CONTEXT STRIP  (où on vous retrouve)
   =================================================== */
.context-lead {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  margin: clamp(2.4rem, 4vw, 3.2rem) 0 1rem;
}
.context-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}
.ctx {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  background: var(--bg-2);
}
.ctx img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.86);
  transition: transform 0.8s var(--ease), filter 0.5s var(--ease);
}
.ctx:hover img { transform: scale(1.05); filter: saturate(1) brightness(0.95); }
.ctx::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(6,18,30,0.88));
}
.ctx figcaption {
  position: absolute; left: 16px; bottom: 14px; z-index: 2;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
@media (max-width: 760px) {
  .context-strip {
    display: flex;
    grid-template-columns: none;
    gap: 0.7rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: calc(-1 * clamp(20px, 4vw, 48px));
    padding-inline: clamp(20px, 4vw, 48px);
  }
  .context-strip::-webkit-scrollbar { display: none; }
  .ctx { flex: 0 0 76%; scroll-snap-align: start; }
}
/* ---------- hero : fond Tour Eiffel (voilé navy) ---------- */
.hero-eiffel {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 78% 18%;
  opacity: 0.42;
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--bg) 4%, rgba(14,31,46,0.86) 42%, rgba(14,31,46,0.40) 100%),
    linear-gradient(180deg, rgba(14,31,46,0.12) 0%, rgba(14,31,46,0.30) 55%, rgba(14,31,46,0.74) 100%);
}
@media (max-width: 980px) {
  .hero-eiffel { object-position: 70% 12%; opacity: 0.34; }
  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(14,31,46,0.30) 0%, rgba(14,31,46,0.62) 60%, rgba(14,31,46,0.9) 100%);
  }
}

/* =====================================================
   KM REPAIR — LIGHT THEME OVERRIDES (source order wins)
   Fond clair, bleus, bandes navy/bleu. Corrige les sections
   qui supposaient un fond sombre + composants nouveaux.
   ===================================================== */

/* ----- header : emblème recadré + wordmark ----- */
.brand { display: flex; align-items: center; gap: 0.6rem; }
.brand-logo {
  height: 54px;
  width: auto;
  mix-blend-mode: multiply; /* efface le fond quasi blanc de l'emblème sur bandeau clair */
}
.brand-name { display: flex; flex-direction: column; line-height: 1.02; }
.bn-1 { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.bn-2 { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-top: 3px; }
.nav.is-scrolled .brand-logo { height: 46px; }
@media (max-width: 560px) {
  .brand-logo { height: 44px; }
  .brand-name { display: none; }
}

/* ----- nav clair ----- */
.nav { background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid var(--line); }
@media (min-width: 981px) {
  .nav {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
  }
}
@media (max-width: 980px) {
  .nav-links { background: rgba(255, 255, 255, 0.98); }
}

/* ----- hero clair + photo de fond (traitée claire) ----- */
.hero { position: relative; background: #FFFFFF; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.hero-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 72% 32%;
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.05);
  animation: hero-kb 26s ease-in-out infinite alternate;
}
@keyframes hero-kb { from { transform: scale(1.05); } to { transform: scale(1.13) translateX(-1.2%); } }
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 34%, rgba(255,255,255,0.88) 50%, rgba(255,255,255,0.44) 74%, rgba(255,255,255,0.20) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 42%, rgba(245,243,236,0.6) 100%);
}
.hero-grid { position: relative; z-index: 1; }
/* entrée pro du contenu */
.hero-text > * { animation: hero-in 0.7s var(--ease) backwards; }
.hero-text > *:nth-child(1) { animation-delay: 0.02s; }
.hero-text > *:nth-child(2) { animation-delay: 0.08s; }
.hero-text > *:nth-child(3) { animation-delay: 0.14s; }
.hero-text > *:nth-child(4) { animation-delay: 0.20s; }
.hero-text > *:nth-child(5) { animation-delay: 0.26s; }
.hero-devis { animation: hero-in 0.8s var(--ease) 0.16s backwards; }
@keyframes hero-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (max-width: 980px) {
  .hero-photo { object-position: 60% 22%; }
  .hero-veil {
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.9) 26%, rgba(255,255,255,0.97) 50%, #FFFFFF 100%);
  }
}
.hero-facts {
  list-style: none; margin: 1.4rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem;
  font-size: 0.9rem; color: var(--ink-mute);
}
.hero-facts li { position: relative; padding-left: 1.4rem; }
.hero-facts li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: var(--accent); font-weight: 700;
}

/* ----- carte devis ----- */
.hero-devis {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.7rem 1.5rem;
  box-shadow: var(--shadow-lg);
  align-self: start;
}
.devis-head { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 1.1rem; }
.devis-title { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.devis-sub { font-size: 0.9rem; color: var(--ink-mute); line-height: 1.45; }
.devis-form { display: flex; flex-direction: column; gap: 0.85rem; }
.devis-form label {
  display: flex; flex-direction: column; gap: 0.35rem;
  font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-mute); font-family: var(--mono);
}
.devis-form select, .devis-form input {
  appearance: none; -webkit-appearance: none;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: var(--radius-sm);
  padding: 0.8rem 0.9rem;
  font-family: var(--sans); font-size: 0.95rem; color: var(--ink);
  letter-spacing: 0; text-transform: none;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.devis-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235A6B84' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.85rem center;
  padding-right: 2.2rem;
}
.devis-form select:focus, .devis-form input:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.devis-submit { margin-top: 0.35rem; width: 100%; justify-content: center; }
.devis-call { text-align: center; font-size: 0.85rem; color: var(--ink-mute); text-decoration: underline; text-underline-offset: 3px; }
.devis-call:hover { color: var(--accent-deep); }

/* ----- bande preuve (navy) ----- */
.proof { color: #fff; }
.proof-v { color: var(--gold-light); }
.proof-k { color: rgba(255, 255, 255, 0.78); }

/* ----- relief des cartes sur fond clair ----- */
.step, .cmode, .price-card, .calendar-card {
  box-shadow: 0 1px 2px rgba(19, 42, 78, 0.05), 0 18px 40px -30px rgba(19, 42, 78, 0.35);
}
.pricing-tabs { box-shadow: 0 1px 2px rgba(19, 42, 78, 0.05); }

/* ----- carte urgence (bleu clair) ----- */
.urgent-card {
  background: linear-gradient(180deg, rgba(204, 146, 49, 0.10), rgba(204, 146, 49, 0.03));
  border-color: rgba(204, 146, 49, 0.35);
  box-shadow: 0 18px 40px -22px rgba(204, 146, 49, 0.3);
}
.urgent-pulse { background: radial-gradient(circle, rgba(204, 146, 49, 0.14), transparent 55%); }
.urgent-tag { background: #fff; color: var(--accent-deep); border-color: rgba(204, 146, 49, 0.4); }
.urgent-tag::before { background: var(--accent); box-shadow: 0 0 10px rgba(204, 146, 49, 0.6); }

/* ----- calendrier : jour actif ----- */
.cal-day.is-active .cd-dow, .cal-day.is-active .cd-mon { color: rgba(255, 255, 255, 0.7); }

/* ----- avis : état à compléter ----- */
.testi-empty {
  max-width: 640px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 1.4rem;
}
.testi-empty p { font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.5; color: var(--ink-mute); margin: 0; }

/* ----- bande Île-de-France (navy + photo) : texte clair ----- */
.paris h2 { color: #fff; }
.paris h2 em { color: var(--gold-light); }
.paris p { color: rgba(255, 255, 255, 0.82); }
.paris .kicker { color: #E7C87C; }
.paris .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.paris .btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, 0.14); border-color: #fff; }

/* ----- strip contextes : légendes lisibles sur photo assombrie ----- */
.ctx figcaption { color: #fff; }

/* ----- puces atelier : point plutôt que trait (anti-tic IA) ----- */
.atelier-bullets li::before {
  width: 5px; height: 5px; top: 0.55rem;
  border-radius: 50%; background: var(--accent);
}

/* ----- CTA final (bande or) : texte navy, boutons navy ----- */
.final-text .display { color: var(--ink); }
.final-text .display em { color: rgba(16, 32, 47, 0.6); }
.btn-on-orange { background: var(--ink); color: #fff; box-shadow: 0 10px 24px -10px rgba(16, 32, 47, 0.45); }
.btn-on-orange:hover { background: #1B3452; color: #fff; }
.btn-on-orange-ghost { border-color: rgba(16, 32, 47, 0.42); color: var(--ink); }
.btn-on-orange-ghost:hover { background: rgba(16, 32, 47, 0.08); border-color: var(--ink); }

/* ----- footer (navy profond) ----- */
.footer { color: rgba(255, 255, 255, 0.72); }
.foot-logo { display: flex; flex-direction: column; gap: 0.2rem; }
.foot-logo-name { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: #fff; letter-spacing: -0.01em; }
.foot-logo-tag { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); }
.footer-grid { border-bottom-color: rgba(255, 255, 255, 0.12); }
.foot-brand p { color: rgba(255, 255, 255, 0.66); }
.foot-col h4 { color: #E7C87C; }
.foot-col ul { color: rgba(255, 255, 255, 0.72); }
.foot-col a:hover { color: #fff; }
.foot-base { color: rgba(255, 255, 255, 0.5); }
.foot-links a:hover { color: #fff; }

/* ----- FAB + chatbot ----- */
.chat-fab {
  background: var(--ink);
  box-shadow: 0 16px 36px -8px rgba(19, 42, 78, 0.4), 0 0 0 1.5px rgba(204, 146, 49, 0.5);
}
.chat-fab:hover { background: var(--accent); box-shadow: 0 26px 50px -10px rgba(19, 42, 78, 0.45), 0 0 0 1.5px rgba(204, 146, 49, 0.9); }
.chat-fab svg { color: #E7C87C; }
.chat-fab .fab-ring { background: var(--accent); border-color: #fff; }
.chat-avatar { font-family: var(--sans); font-style: normal; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; }
.chat-veil { background: rgba(19, 42, 78, 0.34); }

/* ----- carte récap chatbot (bleu clair, sans prix) ----- */
.estimate {
  background: linear-gradient(180deg, rgba(204, 146, 49, 0.10), rgba(204, 146, 49, 0.03));
  border-color: rgba(204, 146, 49, 0.35);
  box-shadow: 0 8px 24px -12px rgba(204, 146, 49, 0.25);
}
.estimate-tag { background: #fff; color: var(--accent-deep); border-color: rgba(204, 146, 49, 0.4); }
.estimate-rows { color: var(--ink-mute); }
.estimate-row strong { color: var(--ink); }
.estimate-note { font-size: 0.82rem; color: var(--ink-mute); margin: 0; line-height: 1.5; }

/* ----- hero mobile : texte puis carte devis empilés (plus de faux téléphone) ----- */
@media (max-width: 540px) {
  .hero { padding: 1.4rem 0 2rem; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: none; gap: 1.3rem; align-items: start; }
  .hero-text { display: flex; flex-direction: column; }
  .hero-eyebrow { grid-area: auto; margin-bottom: 1rem; font-size: 0.66rem; letter-spacing: 0.16em; }
  .hero-title { grid-area: auto; font-size: 1.85rem; line-height: 1.06; margin: 0 0 0.9rem; }
  .hero-sub { grid-area: auto; font-size: 0.92rem; line-height: 1.5; margin: 0 0 1.2rem; max-width: none; }
  .hero-actions { grid-area: auto; gap: 0.5rem; margin: 0 0 0.2rem; flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; flex: none; justify-content: center; }
  .hero-facts { grid-area: auto; margin-top: 0.9rem; gap: 0.4rem 1.1rem; max-width: 100%; }
  .hero-devis { padding: 1.3rem 1.1rem; }
  /* anti-débordement horizontal : enfants de grille/flex peuvent rétrécir */
  .hero-text, .hero-devis { min-width: 0; max-width: 100%; }
  .hero-sub { max-width: 100%; }
  .devis-form select, .devis-form input { width: 100%; max-width: 100%; }
  /* ribbon : autoriser le retour à la ligne sur petit écran */
  .ribbon { flex-wrap: wrap; }
}
@media (max-width: 380px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 1.62rem; }
}

/* =====================================================
   ENRICHISSEMENTS PRO
   ===================================================== */

/* ----- header réactif au scroll ----- */
.nav { transition: box-shadow 0.3s var(--ease), padding 0.3s var(--ease), background 0.3s var(--ease); }
.nav.is-scrolled {
  box-shadow: 0 8px 28px -14px rgba(19, 42, 78, 0.22);
  padding-top: 0.7rem; padding-bottom: 0.7rem;
}
@media (min-width: 981px) { .nav.is-scrolled { background: rgba(255, 255, 255, 0.86); } }
.nav.is-scrolled .brand-logo { height: 46px; transition: height 0.3s var(--ease); }

/* ----- barre CTA fixe (mobile) ----- */
.mcta { display: none; }
@media (max-width: 768px) {
  .mcta {
    position: fixed; z-index: 96;
    left: 0; right: 0; bottom: 0;
    display: flex; gap: 0.6rem;
    padding: 0.6rem 0.8rem calc(0.6rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border-top: 1px solid var(--line);
  }
  .mcta-btn {
    flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
    padding: 0.85rem 1rem; border-radius: 999px;
    font-weight: 600; font-size: 0.95rem;
    border: 1px solid transparent;
  }
  .mcta-call { background: #fff; color: var(--ink); border-color: var(--line-2); }
  .mcta-book { background: var(--accent); color: #fff; box-shadow: 0 10px 22px -10px rgba(204, 146, 49, 0.55); }
  /* laisser la place à la barre : remonter le FAB, marge basse de page */
  body { padding-bottom: 4.6rem; }
  .chat-fab { bottom: calc(4.9rem + env(safe-area-inset-bottom, 0px)); }
}

/* ----- menu mobile plein écran : opaque + logo visible + pas de doublon CTA ----- */
@media (max-width: 980px) {
  .nav-links { background: #FFFFFF; }
  .brand { position: relative; z-index: 110; }
  /* les CTA du menu sont des boutons, pas des liens serif */
  .nav-mobile-cta .btn { font-family: var(--sans); font-weight: 500; font-size: 1rem; letter-spacing: 0; border-bottom: 0; }
  .nav-mobile-cta .btn-primary { color: #fff; }
  .nav-mobile-cta .btn-ghost { color: var(--ink); }
}
body.menu-open .mcta,
body.menu-open .chat-fab { display: none; }

/* ----- reveal au scroll (posé par app.js via .is-in) ----- */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* =====================================================
   CUSTOM SELECT (menu déroulant à la marque)
   ===================================================== */
.cselect { position: relative; }
.cselect-native {
  position: absolute; opacity: 0; width: 1px; height: 1px;
  padding: 0; margin: -1px; border: 0; overflow: hidden;
  clip: rect(0 0 0 0); pointer-events: none;
}
.cselect-trigger {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: var(--radius-sm);
  padding: 0.8rem 0.95rem;
  font-family: var(--sans); font-size: 0.95rem; color: var(--ink);
  text-align: left;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.cselect-trigger .cs-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cselect-trigger:hover { border-color: rgba(204, 146, 49, 0.5); }
.cselect-trigger.is-placeholder .cs-label { color: var(--ink-faint); }
.cselect.open .cselect-trigger {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.cs-caret { color: var(--ink-mute); flex: none; transition: transform 0.28s var(--ease), color 0.2s var(--ease); }
.cselect.open .cs-caret { transform: rotate(180deg); color: var(--accent); }

.cselect-menu {
  position: absolute; z-index: 40;
  top: calc(100% + 8px); left: 0; right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 20px 46px -16px rgba(19, 42, 78, 0.3), 0 2px 6px -2px rgba(19, 42, 78, 0.12);
  padding: 6px;
  max-height: 268px; overflow-y: auto;
  opacity: 0; transform: translateY(-6px) scale(0.98); transform-origin: top;
  pointer-events: none; visibility: hidden;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0s linear 0.2s;
}
.cselect.open .cselect-menu {
  opacity: 1; transform: none; pointer-events: auto; visibility: visible;
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease);
}
.cs-opt {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  font-size: 0.94rem; color: var(--ink); text-align: left;
  transition: background 0.15s var(--ease), color 0.15s var(--ease);
}
.cs-opt:hover, .cs-opt:focus-visible { background: var(--accent-soft); color: var(--accent-deep); outline: none; }
.cs-opt .cs-check { opacity: 0; color: var(--accent); flex: none; }
.cs-opt[aria-selected="true"] { color: var(--accent-deep); font-weight: 600; }
.cs-opt[aria-selected="true"] .cs-check { opacity: 1; }
.cselect-menu::-webkit-scrollbar { width: 8px; }
.cselect-menu::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 999px; }
@media (prefers-reduced-motion: reduce) {
  .cselect-menu { transition: opacity 0.2s, visibility 0s; transform: none; }
  .cs-caret { transition: color 0.2s; }
}

/* =====================================================
   FINITIONS PREMIUM
   ===================================================== */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 6px;
}
.btn:active { transform: translateY(0) scale(0.985); }
.qr-btn:active, .cs-opt:active, .slot:active, .cal-day:active { transform: scale(0.98); }
/* liens de nav (desktop) : souligné plus fin et net */
.nav-links a::after { height: 1.5px; border-radius: 2px; }

/* =====================================================
   PALETTE OR — corrections de contraste (texte navy sur aplats or)
   ===================================================== */
.btn-primary, .btn-gold, .mcta-book,
.slot.is-active, .msg.user, .chat-input button,
.nav-mobile-cta .btn-primary { color: var(--ink); }
.btn-primary:hover, .btn-gold:hover { color: var(--ink); }
.qr-btn:hover { color: var(--ink); }
.cmode-num { color: var(--accent-deep); }
.bn-2 { color: var(--accent-deep); }
.chat-avatar { color: var(--ink); }
::selection { background: var(--accent); color: var(--ink); }
/* boutons or : ombre chaude cohérente */
.btn-primary { box-shadow: 0 8px 22px -8px rgba(204, 146, 49, 0.5); }

/* sélecteur de langue : 4 boutons compacts */
.lang-btn { padding: 0.35rem 0.55rem; }
.lang-btn[lang="zh"], .lang-btn[lang="ar"] { font-size: 0.82rem; }
@media (max-width: 640px) {
  .lang { padding: 2px; gap: 1px; }
  .lang-btn { padding: 0.3rem 0.42rem; font-size: 0.74rem; }
}

/* =====================================================
   RTL — arabe (dir="rtl")
   ===================================================== */
/* l'espacement de lettres casse l'écriture arabe liée : on l'annule */
[dir="rtl"] .kicker, [dir="rtl"] .hero-eyebrow, [dir="rtl"] .proof-k,
[dir="rtl"] .foot-col h4, [dir="rtl"] .foot-logo-tag, [dir="rtl"] .bn-2,
[dir="rtl"] .devis-form label, [dir="rtl"] .book-form label,
[dir="rtl"] .price-card-meta, [dir="rtl"] .cmode-meta,
[dir="rtl"] .ctx figcaption, [dir="rtl"] .atelier-card figcaption,
[dir="rtl"] .ribbon, [dir="rtl"] .estimate-tag, [dir="rtl"] .urgent-tag,
[dir="rtl"] .link-btn, [dir="rtl"] .chat-foot, [dir="rtl"] .cd-dow, [dir="rtl"] .cd-mon,
[dir="rtl"] .slot, [dir="rtl"] .bf-summary, [dir="rtl"] .context-lead,
[dir="rtl"] .nav-links a, [dir="rtl"] .devis-call { letter-spacing: normal; }

/* alignements : début = droite en RTL */
[dir="rtl"] .cselect-trigger, [dir="rtl"] .cs-opt,
[dir="rtl"] .devis-form label, [dir="rtl"] .book-form label { text-align: right; }

/* puces (✓ / points) passent à droite */
[dir="rtl"] .hero-facts li, [dir="rtl"] .atelier-bullets li, [dir="rtl"] .urgent-list li {
  padding-left: 0; padding-right: 1.4rem;
}
[dir="rtl"] .hero-facts li::before, [dir="rtl"] .atelier-bullets li::before,
[dir="rtl"] .urgent-list li::before { left: auto; right: 0; }

/* caret du select personnalisé/natif à gauche */
[dir="rtl"] .devis-form select {
  background-position: left 0.85rem center;
  padding-right: 0.9rem; padding-left: 2.2rem;
}

/* hero : le voile blanc passe côté texte (droite), la photo respire à gauche */
[dir="rtl"] .hero-veil {
  background:
    linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 34%, rgba(255,255,255,0.88) 50%, rgba(255,255,255,0.44) 74%, rgba(255,255,255,0.20) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 42%, rgba(245,243,236,0.6) 100%);
}
[dir="rtl"] .hero-photo { object-position: 38% 32%; }

/* liens footer / listes : bon sens */
[dir="rtl"] .foot-col ul, [dir="rtl"] .urgent-list { padding-right: 0; }
[dir="rtl"] .proof-item { text-align: right; }

/* eyebrow hero : point « live » qui pulse (dispo / urgence) */
.hero-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green); flex: none;
  box-shadow: 0 0 0 0 rgba(34, 160, 107, 0.5);
  animation: eyebrow-pulse 2s ease-in-out infinite;
}
@keyframes eyebrow-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 160, 107, 0.5); }
  70% { box-shadow: 0 0 0 7px rgba(34, 160, 107, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 160, 107, 0); }
}
@media (prefers-reduced-motion: reduce) { .hero-eyebrow-dot { animation: none; } }

/* titre hero : taille max un peu réduite + anti-orphelins (évite le wrap moche) */
.hero-title { font-size: clamp(2rem, 3.3vw, 3.3rem); }
.hero-title .line { text-wrap: balance; }
@media (min-width: 1280px) { .hero-title { font-size: 3.4rem; } }

/* header desktop : pas de retour à la ligne, moins encombré */
.bn-1 { white-space: nowrap; }
.nav-links a { white-space: nowrap; }
.lang-btn { white-space: nowrap; }
.nav-links { gap: 1.5rem; }
@media (max-width: 1300px) { .nav-phone { display: none; } }
/* desktop étroit (981-1120) : emblème seul + nav resserrée pour éviter le chevauchement */
@media (min-width: 981px) and (max-width: 1120px) {
  .brand-name { display: none; }
  .nav-links { gap: 1.15rem; }
  .nav-cta { gap: 0.5rem; }
}

/* =====================================================
   HERO MOBILE : tout sur un seul écran (rien de coupé)
   On garde l'essentiel : titre compact + carte devis.
   Le sous-titre, les arguments (repris dans la bande juste dessous)
   et le bouton (repris dans la carte + la barre fixe) sont masqués.
   ===================================================== */
@media (max-width: 640px) {
  .hero { padding: 1rem 0 1.4rem; }
  .hero-sub, .hero-facts, .hero-actions { display: none; }
  .hero-grid { gap: 1rem; }
  .hero-eyebrow { margin-bottom: 0.7rem; font-size: 0.6rem; letter-spacing: 0.18em; }
  .hero-title { font-size: 1.72rem; line-height: 1.1; margin: 0 0 0.95rem; }
  .hero-devis { margin-top: 0; padding: 1.25rem 1.15rem; box-shadow: 0 20px 44px -24px rgba(16,32,47,0.32); }
  .devis-head { margin-bottom: 0.75rem; gap: 0.15rem; }
  .devis-title { font-size: 1.3rem; }
  .devis-sub { font-size: 0.85rem; line-height: 1.4; }
  .devis-form { gap: 0.6rem; }
  .devis-form label { gap: 0.25rem; font-size: 0.66rem; }
  .devis-form select, .devis-form input, .cselect-trigger { padding: 0.7rem 0.85rem; font-size: 0.92rem; }
  .devis-submit { margin-top: 0.15rem; padding: 0.9rem 1.1rem; }
  .devis-call { font-size: 0.82rem; }
}
@media (max-width: 380px) {
  .hero-title { font-size: 1.58rem; }
  .hero-devis { padding: 1.1rem 1rem; }
  .devis-form { gap: 0.5rem; }
}
/* écrans courts (iPhone SE, etc.) : compression forte pour tenir en un écran */
@media (max-width: 640px) and (max-height: 730px) {
  .ribbon { padding: 0.4rem 1rem; }
  .nav { padding: 0.5rem 1rem; }
  .brand-logo { height: 40px; }
  .hero { padding: 0.7rem 0 1rem; }
  .hero-eyebrow { margin-bottom: 0.5rem; font-size: 0.56rem; }
  .hero-title { font-size: 1.5rem; line-height: 1.08; margin: 0 0 0.7rem; }
  .hero-grid { gap: 0.7rem; }
  .devis-sub { display: none; }
  .devis-head { margin-bottom: 0.55rem; }
  .devis-title { font-size: 1.2rem; }
  .devis-form { gap: 0.45rem; }
  .devis-form label { font-size: 0.62rem; gap: 0.2rem; }
  .devis-form select, .devis-form input, .cselect-trigger { padding: 0.62rem 0.8rem; }
  .devis-submit { padding: 0.8rem 1rem; margin-top: 0.1rem; }
  .devis-call { font-size: 0.8rem; }
  .hero-devis { padding: 1rem 0.95rem; }
  /* écran trop court pour la carte + la barre fixe : on retire la barre (call/devis sont dans la carte) */
  .mcta { display: none; }
  body { padding-bottom: 0; }
  .chat-fab { bottom: calc(14px + env(safe-area-inset-bottom, 0px)); }
}

/* cartes réparations : sans prix, pastille or + nom (propre et compact) */
.pricing-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.price-card { flex-direction: row; align-items: center; gap: 0.7rem; padding: 1.1rem 1.3rem; }
.price-card-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: none; }
.price-card h4 { margin: 0; }

/* =====================================================
   PASSE BEAUTÉ MOBILE — tous formats
   ===================================================== */

/* langue dans le menu mobile ; header épuré (logo + burger) */
.nav-lang-mobile { display: none; }
@media (max-width: 980px) {
  .nav-cta .lang { display: none; }
  .nav-lang-mobile {
    display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap;
    margin-top: 1.6rem; padding-top: 1.6rem;
    border-top: 1px solid var(--line);
  }
  .nav-lang-mobile .lang-btn {
    padding: 0.6rem 1.05rem; border-radius: 999px;
    border: 1px solid var(--line-2); font-size: 0.98rem;
    color: var(--ink-mute); font-family: var(--sans); letter-spacing: 0;
  }
  .nav-lang-mobile .lang-btn.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
}

/* ribbon compacte et propre sur mobile : juste le point + téléphone */
@media (max-width: 600px) {
  .ribbon [data-i18n="ribbon.status"], .ribbon-sep { display: none; }
  .ribbon { padding: 0.55rem 1rem; gap: 0.5rem; }
  .ribbon-phone { font-size: 0.82rem; letter-spacing: 0.04em; }
}

/* bande de preuve : 2 x 2 aéré au lieu de 4 colonnes serrées */
@media (max-width: 560px) {
  .proof { padding: 2.6rem 0; display: block; }
  .proof .container { padding: 0 26px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 1.7rem 1.3rem; }
  .proof-item { gap: 0.35rem; text-align: left; }
  .proof-v { font-size: 1.7rem; line-height: 1; }
  .proof-k { font-size: 0.64rem; line-height: 1.35; letter-spacing: 0.08em; opacity: 0.85; }
}

/* hero mobile : rythme et typo plus généreux */
@media (max-width: 540px) {
  .hero { padding: 1.7rem 0 2.6rem; }
  .hero-eyebrow { font-size: 0.62rem; letter-spacing: 0.2em; margin-bottom: 0.95rem; }
  .hero-title { font-size: 2rem; line-height: 1.08; margin: 0 0 1rem; }
  .hero-sub { font-size: 0.95rem; line-height: 1.58; margin: 0 0 1.35rem; }
  .hero-actions { gap: 0.6rem; margin-bottom: 0.3rem; }
  .hero-actions .btn { padding: 1rem 1.2rem; font-size: 0.98rem; }
  .hero-facts { margin-top: 1.15rem; gap: 0.55rem 1.2rem; font-size: 0.87rem; }
  .hero-devis { margin-top: 0.5rem; padding: 1.6rem 1.35rem; border-radius: 20px; box-shadow: 0 24px 50px -26px rgba(16,32,47,0.34); }
  .devis-title { font-size: 1.42rem; }
  .devis-sub { font-size: 0.9rem; }
}
@media (max-width: 380px) {
  .hero-title { font-size: 1.78rem; }
  .hero-devis { padding: 1.4rem 1.15rem; }
  .proof-v { font-size: 1.5rem; }
}

/* sections : respiration un peu plus fine sur petit écran */
@media (max-width: 540px) {
  .process, .atelier, .services, .concierge, .booking, .faq, .testimonials { padding-top: 4rem; padding-bottom: 4rem; }
  .section-head { margin-bottom: 2.2rem; }
  .step, .cmode, .price-card { padding: 1.7rem 1.4rem; }
}
/* =====================================================
   PAGES LÉGALES (mentions légales / confidentialité)
   ===================================================== */
.legal-head {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.9rem clamp(20px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
}
.legal-head .brand-logo { height: 46px; }
.legal-back { font-size: 0.9rem; color: var(--ink-mute); white-space: nowrap; }
.legal-back:hover { color: var(--accent-deep); }
.legal { max-width: 820px; padding-top: clamp(2.4rem, 6vw, 4.2rem); padding-bottom: clamp(3rem, 8vw, 6rem); }
.legal h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 5vw, 3rem); color: var(--ink); margin: 0 0 0.4rem; letter-spacing: -0.01em; }
.legal-updated { color: var(--ink-faint); font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.04em; text-transform: uppercase; margin: 0 0 2.4rem; }
.legal h2 { font-family: var(--serif); font-weight: 500; font-size: 1.5rem; color: var(--ink); margin: 2.4rem 0 0.6rem; letter-spacing: -0.005em; }
.legal p, .legal li { color: var(--ink-mute); line-height: 1.75; max-width: 68ch; }
.legal p { margin: 0 0 0.8rem; }
.legal a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 2px; }
.legal ul { padding-left: 1.2rem; margin: 0 0 0.8rem; display: flex; flex-direction: column; gap: 0.3rem; }
.legal strong { color: var(--ink); font-weight: 600; }
.legal-todo { color: var(--accent-deep); font-family: var(--mono); font-size: 0.82em; background: var(--accent-soft); padding: 0.05em 0.4em; border-radius: 4px; }
.legal-foot {
  border-top: 1px solid var(--line);
  padding: 1.6rem clamp(20px, 4vw, 48px);
  display: flex; flex-wrap: wrap; gap: 0.8rem 1.5rem; justify-content: space-between;
  color: var(--ink-faint); font-size: 0.85rem;
}
.legal-foot a { color: var(--ink-mute); }
.legal-foot a:hover { color: var(--accent-deep); }
