/* =========================================================
   LA CAPSULE — Coworking premium près d'Annecy
   Design system partagé · palette sable/beige raffinée
   ========================================================= */

:root {
  /* Palette — 3 couleurs : bleu, beige, blanc */
  --blue:  #20274d;
  --beige: #f2e5c2;
  --white: #ffffff;

  /* Tokens dérivés (mappés sur les 3 couleurs) */
  --sand-50:  #ffffff;   /* fond dominant : blanc */
  --sand-100: #f2e5c2;   /* sections beige (segmentation) */
  --sand-200: #f2e5c2;
  --sand-300: #f2e5c2;
  --sand-400: #20274d;
  --taupe:    #20274d;
  --clay:     #20274d;
  --espresso: #20274d;
  --ink:      #20274d;
  --charcoal: #20274d;
  --cream:    #ffffff;
  --line:     rgba(32, 39, 77, 0.14);

  --accent:      #20274d;
  --accent-deep: #20274d;

  /* Typo */
  --serif: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Mesures */
  --maxw: 1200px;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 14px rgba(32, 39, 77, 0.07);
  --shadow:    0 18px 50px rgba(32, 39, 77, 0.14);
  --shadow-lg: 0 30px 80px rgba(32, 39, 77, 0.20);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--sand-50);
  line-height: 1.65;
  font-size: 17px;
  font-weight: 400;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ----- Typographie ----- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; color: var(--ink); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.7rem, 6.5vw, 5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.3rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); }
p  { color: var(--espresso); }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--clay);
  display: inline-block;
  margin-bottom: 1rem;
}
.serif-em { font-family: var(--serif); font-style: italic; font-weight: 500; }

/* ----- Layout ----- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(46px, 6.5vw, 84px) 0; }
.section--tight { padding: clamp(32px, 4.5vw, 58px) 0; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--espresso); max-width: 60ch; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ----- Boutons ----- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--sans); font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 0.95em 1.8em; border-radius: 100px;
  cursor: pointer; border: 1px solid transparent;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s, color .3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--ink); color: var(--cream); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--espresso); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); background: rgba(32,39,77,0.05); }
.btn--light { background: var(--cream); color: var(--ink); }
.btn--light:hover { background: #fff; box-shadow: var(--shadow); }
.btn .arrow { transition: transform .4s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ====================================================
   HEADER
   ==================================================== */
.topbar {
  background: var(--ink); color: var(--sand-200);
  font-size: 0.78rem; letter-spacing: 0.04em;
}
.topbar .container { display: flex; justify-content: center; gap: 1.5rem; align-items: center; padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; }
.topbar a { color: var(--sand-300); transition: color .2s; }
.topbar a:hover { color: var(--cream); }
.topbar .dot { opacity: .4; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
/* ----- Logo (fichier logo.svg) ----- */
.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 44px; width: auto; display: block; }
@media (max-width: 760px) { .brand-logo { height: 34px; } }

/* ----- Icônes de marque (sections) ----- */
.section-icon { display: block; margin: 0 auto 1.3rem; }
.section-icon.glasses {
  width: 132px; height: auto; box-sizing: border-box;
  background: var(--blue); padding: 16px 22px; border-radius: 18px;
  box-shadow: var(--shadow-sm);
}
.commentaires-svg { display: block; width: min(360px, 82%); height: auto; margin: 0 auto; }

.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--espresso); position: relative; padding: 4px 0; transition: color .25s; white-space: nowrap; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--accent); transition: width .35s var(--ease); }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
/* le bouton dans le menu sert uniquement au mobile : masqué sur desktop */
.nav-links .btn { display: none; }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; width: 30px; height: 22px; position: relative; }
.menu-toggle span { position: absolute; left: 0; width: 100%; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 10px; }
.menu-toggle span:nth-child(3) { top: 20px; }
.menu-toggle.open span:nth-child(1) { top: 10px; transform: rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

/* ====================================================
   HERO
   ==================================================== */
.hero { position: relative; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 5vw, 70px); align-items: center; padding: clamp(50px, 8vw, 96px) 0 clamp(40px, 6vw, 70px); }
.hero h1 { margin-bottom: 1.4rem; }
.hero h1 em { font-style: italic; color: var(--clay); }
.hero .lead { margin-bottom: 2.2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 2rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-meta .num { font-family: var(--serif); font-size: 2.1rem; color: var(--ink); line-height: 1; }
.hero-meta .lbl { font-size: 0.8rem; color: var(--clay); letter-spacing: 0.05em; margin-top: .35rem; }

.hero-visual { position: relative; }
.hero-visual img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.hero-badge {
  position: absolute; bottom: -22px; left: -22px;
  background: var(--cream); border-radius: var(--radius-sm);
  padding: 1rem 1.3rem; box-shadow: var(--shadow); border: 1px solid var(--line);
  max-width: 230px;
}
.hero-badge .stars { color: var(--accent); letter-spacing: 2px; font-size: .9rem; }
.hero-badge p { font-size: 0.84rem; margin-top: .3rem; color: var(--espresso); }

/* ====================================================
   SECTIONS GÉNÉRIQUES
   ==================================================== */
.section-head { max-width: 720px; margin-bottom: clamp(24px, 3.5vw, 44px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { margin-top: 1.1rem; }

.bg-sand { background: var(--sand-100); }
.bg-ink  { background: var(--ink); color: var(--sand-100); }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: var(--cream); }
.bg-ink p { color: var(--sand-300); }
/* La bande CTA devient une carte posée sur fond clair (séparée du footer) */
.section.bg-ink { background: transparent; }
.bg-cream { background: var(--cream); }

/* ----- Lieux (cartes doubles) ----- */
.places { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.place-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  min-height: 460px; display: flex; align-items: flex-end;
  box-shadow: var(--shadow); isolation: isolate;
}
.place-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.1s var(--ease); }
.place-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(32,39,77,.92) 0%, rgba(32,39,77,.35) 55%, rgba(32,39,77,.05) 100%); }
.place-card:hover img { transform: scale(1.05); }
.place-card .body { padding: 2.2rem; color: var(--cream); width: 100%; }
.place-card .eyebrow { color: var(--sand-300); }
.place-card h3 { color: #fff; font-size: 1.8rem; margin-bottom: .6rem; }
.place-card .addr { font-size: 0.9rem; color: var(--sand-200); margin-bottom: 1.4rem; opacity: .95; }
.place-card .btn { background: rgba(255,255,255,.95); color: var(--ink); }
.place-card .btn:hover { background: #fff; }

/* ----- Services grid ----- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.9rem; transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s;
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.feature .ic { font-size: 1.7rem; margin-bottom: 1rem; display: block; }
.feature h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.feature p { font-size: 0.95rem; }
.feature ul { margin-top: 1rem; display: grid; gap: .5rem; }
.feature ul li { font-size: 0.88rem; color: var(--espresso); padding-left: 1.3rem; position: relative; }
.feature ul li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }

/* ----- Split (image + texte) ----- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 5/4; object-fit: cover; width: 100%; }
.split-body .quote { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--clay); margin-top: 1.4rem; line-height: 1.4; }

/* ----- Amenities chips ----- */
.amenities { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  background: var(--cream); border: 1px solid var(--line); border-radius: 100px;
  padding: .6em 1.1em; font-size: 0.86rem; color: var(--espresso); font-weight: 500;
  transition: border-color .3s, transform .3s;
}
.chip:hover { border-color: var(--accent); transform: translateY(-2px); }

/* ----- Témoignages ----- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem; display: flex; flex-direction: column; gap: 1.1rem;
}
.tcard .stars { color: var(--accent); letter-spacing: 2px; font-size: .9rem; }
.tcard blockquote { font-size: 0.98rem; color: var(--espresso); line-height: 1.6; flex: 1; }
.tcard .who { display: flex; align-items: center; gap: .8rem; }
.tcard .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--sand-300); display: grid; place-items: center; font-family: var(--serif); color: var(--ink); font-size: 1.05rem; }
.tcard .who .nm { font-weight: 700; font-size: 0.92rem; color: var(--ink); }
.tcard .who .rl { font-size: 0.8rem; color: var(--clay); }

/* ----- Tarifs ----- */
.pricing { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: start; }
.price-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.4rem; box-shadow: var(--shadow-sm); }
.price-card.dark { background: var(--ink); color: var(--sand-100); }
.price-card.dark h3, .price-card.dark .big { color: var(--cream); }
.price-card .big { font-family: var(--serif); font-size: 2.6rem; color: var(--ink); line-height: 1; margin: .4rem 0; }
.price-card .big small { font-size: 1rem; font-family: var(--sans); color: var(--clay); }
.ptable { width: 100%; border-collapse: collapse; margin-top: 1.2rem; }
.ptable th, .ptable td { text-align: left; padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: 0.94rem; }
.ptable th { font-weight: 700; color: var(--clay); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; }
.ptable td:last-child, .ptable th:last-child { text-align: right; font-weight: 600; }
.dark .ptable th, .dark .ptable td { border-color: rgba(255,255,255,.14); }
.dark .ptable td { color: var(--sand-200); }

/* ----- Galerie ----- */
.gallery { columns: 3; column-gap: 16px; }
.gallery img { border-radius: var(--radius-sm); margin-bottom: 16px; box-shadow: var(--shadow-sm); transition: transform .5s var(--ease), box-shadow .5s var(--ease); break-inside: avoid; width: 100%; }
.gallery img:hover { transform: scale(1.02); box-shadow: var(--shadow); }

/* ----- FAQ ----- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.4rem 0; font-family: var(--serif); font-size: 1.25rem; color: var(--ink); }
.faq-q .ic { font-size: 1.5rem; color: var(--accent); transition: transform .4s var(--ease); flex-shrink: 0; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a-inner { padding: 0 0 1.5rem; color: var(--espresso); font-size: 0.97rem; }
.faq-a-inner ul { margin-top: .6rem; display: grid; gap: .35rem; }
.faq-a-inner li { padding-left: 1.2rem; position: relative; }
.faq-a-inner li::before { content: "·"; position: absolute; left: .3rem; color: var(--accent); font-weight: 700; }

/* ----- CTA band ----- */
.cta-band { text-align: center; background: var(--blue); border-radius: clamp(20px, 3vw, 32px); padding: clamp(2.6rem, 5vw, 4.4rem) clamp(1.5rem, 4vw, 2.6rem); box-shadow: var(--shadow-lg); }
.cta-band h2 { color: var(--cream); margin-bottom: 1rem; }
.cta-band p { max-width: 50ch; margin: 0 auto 2rem; }
.cta-band .hero-actions { justify-content: center; }

/* ----- Contact ----- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,60px); }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; letter-spacing: .04em; color: var(--clay); margin-bottom: .5rem; text-transform: uppercase; }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .9rem 1rem; transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(32,39,77,.14); }
.field textarea { resize: vertical; min-height: 130px; }
.info-row { display: flex; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.info-row .ic { font-size: 1.3rem; }
.info-row .k { font-size: 0.78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--clay); }
.info-row .v { font-weight: 600; color: var(--ink); }
.info-row a.v { transition: color .2s; }
.info-row a.v:hover { color: var(--accent); }

/* ----- Blog ----- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card .thumb { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.post-card .pc-body { padding: 1.6rem 1.5rem 1.8rem; display: flex; flex-direction: column; flex: 1; }
.post-card .pc-tag { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--clay); margin-bottom: .7rem; }
.post-card h3 { font-size: 1.3rem; margin-bottom: .6rem; line-height: 1.2; }
.post-card p { font-size: .92rem; flex: 1; }
.post-card .pc-meta { margin-top: 1.2rem; font-size: .82rem; color: var(--clay); display: flex; gap: .6rem; align-items: center; }
.post-card .pc-link { margin-top: 1.1rem; font-weight: 600; font-size: .9rem; color: var(--ink); display: inline-flex; gap: .4em; }
.post-card .pc-link .arrow { transition: transform .4s var(--ease); }
.post-card:hover .pc-link .arrow { transform: translateX(4px); }

/* ----- Pages légales / contenu texte ----- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 1.7rem; margin: 2.6rem 0 .9rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.25rem; margin: 1.9rem 0 .6rem; }
.prose p { margin-bottom: 1rem; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prose img { width: 100%; border-radius: var(--radius); margin: 1.8rem 0; box-shadow: var(--shadow-sm); }
.prose .callout { background: var(--beige); border-left: 4px solid var(--accent); border-radius: 10px; padding: 1rem 1.2rem; margin: 1.4rem 0; font-size: .95rem; }
.prose .callout strong { color: var(--ink); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.6rem 0; font-size: .9rem; }
.prose th, .prose td { text-align: left; padding: .8rem .7rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose thead th { color: var(--clay); text-transform: uppercase; font-size: .72rem; letter-spacing: .06em; font-weight: 700; }
.article-hero { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 2.4rem; }
.article-meta { color: var(--clay); font-size: .9rem; margin-top: 1rem; }

@media (max-width: 980px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .post-grid { grid-template-columns: 1fr; } }

/* ====================================================
   FOOTER
   ==================================================== */
.site-footer { background: var(--ink); color: var(--sand-300); padding: clamp(56px,7vw,86px) 0 2rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { font-family: var(--serif); font-size: 1.8rem; color: var(--cream); margin-bottom: .8rem; }
.footer-logo { height: 34px; width: auto; display: block; margin-bottom: 1rem; }
.footer-top p { font-size: 0.9rem; color: var(--sand-300); }
.footer-col { padding-left: clamp(0px, 2.2vw, 30px); border-left: 1px solid rgba(242,229,194,.16); }
.footer-col h4 { font-family: var(--sans); font-size: 0.78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--beige); margin-bottom: 1.1rem; }
.footer-col a, .footer-col li { display: block; font-size: 0.92rem; color: var(--sand-300); margin-bottom: .75rem; transition: color .2s, transform .2s; width: fit-content; }
.footer-col a:hover { color: var(--cream); transform: translateX(3px); }
.footer-social { display: flex; gap: 12px; margin-top: 1.1rem; }
.footer-social a { width: 40px; height: 40px; border: 1px solid rgba(242,229,194,.25); border-radius: 50%; display: grid; place-items: center; transition: background .25s, transform .25s, border-color .25s; }
.footer-social a:hover { background: rgba(242,229,194,.12); border-color: var(--beige); transform: translateY(-2px); }
.footer-social img { width: 18px; height: 18px; display: block; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.8rem; font-size: 0.82rem; color: var(--taupe); flex-wrap: wrap; gap: 1rem; }
.socials { display: flex; gap: .8rem; }
.socials a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; transition: .3s; color: var(--sand-200); }
.socials a:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* ====================================================
   MODAL — choix du lieu pour la journée test
   ==================================================== */
.modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.modal.open { display: grid; place-items: center; }
.modal-overlay { position: absolute; inset: 0; background: rgba(32,39,77,.55); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); animation: fade .3s var(--ease); }
.modal-card {
  position: relative; z-index: 1; background: var(--white);
  border-radius: var(--radius); padding: clamp(2rem, 4vw, 2.8rem);
  max-width: 460px; width: calc(100% - 36px); box-shadow: var(--shadow-lg);
  text-align: center; animation: pop .45s var(--ease);
}
.modal-card h3 { margin: .3rem 0 .6rem; }
.modal-card p { font-size: 0.96rem; }
.modal-actions { display: flex; flex-direction: column; gap: .8rem; margin-top: 1.7rem; }
.modal-actions .btn { justify-content: center; width: 100%; }
.modal-close {
  position: absolute; top: 12px; right: 16px; width: 38px; height: 38px;
  background: none; border: none; cursor: pointer; font-size: 1.7rem; line-height: 1;
  color: var(--blue); border-radius: 50%; transition: background .25s;
}
.modal-close:hover { background: rgba(32,39,77,.07); }
body.modal-open { overflow: hidden; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }

/* ====================================================
   BANDEAU RGPD / COOKIES
   ==================================================== */
.cookie-banner {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 18px; z-index: 1200;
  width: min(720px, calc(100% - 32px)); background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 1.2rem 1.4rem; display: flex; gap: 1.1rem; align-items: center; flex-wrap: wrap;
  animation: pop .4s var(--ease);
}
.cookie-banner p { flex: 1 1 300px; margin: 0; font-size: .9rem; color: var(--espresso); line-height: 1.5; }
.cookie-banner a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.cookie-banner .btn { padding: .7em 1.3em; font-size: .85rem; }
@media (max-width: 520px) { .cookie-actions { width: 100%; } .cookie-actions .btn { flex: 1; justify-content: center; } }

/* ====================================================
   ANIMATIONS AU SCROLL
   ==================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ====================================================
   RESPONSIVE
   ==================================================== */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; margin: 0 auto; }
  .feature-grid, .testimonials { grid-template-columns: 1fr 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .gallery { columns: 2; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-col { border-left: none; padding-left: 0; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav-links {
    position: fixed; inset: 78px 0 auto 0; background: var(--sand-50);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 1rem 28px 2rem;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    transform: translateY(-130%); transition: transform .45s var(--ease); height: auto;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { width: 100%; padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav-links .btn { display: inline-flex; margin-top: 1rem; border-bottom: none; }
  .menu-toggle { display: block; }
  .nav-cta .btn:not(.menu-toggle) { display: none; }
  .places, .split, .contact-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .feature-grid, .testimonials, .footer-top { grid-template-columns: 1fr; }
  .gallery { columns: 1; }
  .hero-badge { left: 50%; transform: translateX(-50%); bottom: -28px; }
}
