/* ============================================================
   Kinéquin' Performance : one-pager
   Direction artistique inspirée de thebboost.fr :
   crème chaud, accent corail, sans-serif moderne, beaucoup
   d'air, coins très arrondis, ton chaleureux & personnel.
   ============================================================ */

/* Polices auto-hébergées (licence SIL Open Font License 1.1).
   Plus d'appel aux serveurs Google : conforme RGPD. */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('../assets/fonts/bricolage-grotesque-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('../assets/fonts/bricolage-grotesque-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Palette : beige chaud & bordeaux */
  --cream: #f6efe3;
  --cream-2: #ece1d0;
  --gold: #7a2231;        /* accent bordeaux (rôle "accent" historique) */
  --gold-soft: #9c3a48;   /* bordeaux clair (hover / texte sur fond sombre) */
  --gold-tint: #e8d3cd;   /* pastilles & surligneur clair (rosé beige) */
  --gold-tint-2: #dcb6b0; /* surligneur plus dense */
  --bronze: #7a2231;      /* texte d'accent sur fond clair */
  --green-900: #3a0f19;   /* bordeaux très profond (fond sombre) */
  --green-800: #4a1420;   /* bordeaux profond (fond sombre) */
  --green-700: #5d1824;

  /* Alias sémantiques (conservés pour ne pas réécrire toutes les règles) */
  --peach: var(--gold-tint);
  --peach-2: var(--gold-tint-2);
  --coral: var(--gold);
  --coral-dark: var(--bronze);
  --plum: var(--green-800);   /* fond sombre */
  --plum-2: var(--green-900);
  --ink: #2a1f1c;
  --muted: #6e615b;
  --line: rgba(74, 20, 32, 0.12);
  --white: #ffffff;

  --display: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;

  --radius: 18px;
  --radius-lg: 30px;
  --radius-xl: 42px;
  --shadow-sm: 0 4px 18px rgba(43, 33, 30, 0.06);
  --shadow: 0 24px 60px rgba(43, 33, 30, 0.12);
  --shadow-coral: 0 16px 34px rgba(233, 105, 90, 0.32);
  --container: 1160px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.68;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font: inherit; }

.container { width: min(100% - 2.6rem, var(--container)); margin-inline: auto; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--plum); color: var(--cream); padding: 0.7rem 1.1rem; border-radius: 0 0 12px 0; }
.skip-link:focus { left: 0; }

/* ---------- Typo helpers ---------- */
.section-title {
  font-family: var(--display); font-weight: 700; line-height: 1.04;
  font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: -0.02em; color: var(--ink);
}
.section-intro { margin-top: 1.2rem; color: var(--muted); font-size: 1.1rem; }
.lead { font-size: 1.15rem; color: var(--ink); }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-head { max-width: 680px; margin-bottom: 3.4rem; }
.section-head.center { margin-inline: auto; text-align: center; }

.mark-soft { color: var(--green-700); }

/* ---------- Buttons & links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 1.6rem; border-radius: 100px; font-weight: 600; font-size: 0.98rem;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s, color 0.3s;
}
.btn-lg { padding: 1.05rem 2.1rem; font-size: 1.04rem; }
.btn-primary { background: var(--gold); color: var(--cream); box-shadow: var(--shadow-coral); }
.btn-primary:hover { background: var(--green-700); transform: translateY(-3px); }
.btn-outline { border: 1.6px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); transform: translateY(-3px); }

.link-arrow { font-weight: 600; color: var(--coral-dark); display: inline-flex; align-items: center; gap: 0.4rem; }
.link-arrow span { transition: transform 0.3s var(--ease); }
.link-arrow:hover span { transform: translateX(5px); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 0.85rem 0; transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease), padding 0.4s var(--ease); }
.site-header.scrolled { background: rgba(250, 246, 240, 0.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line), var(--shadow-sm); padding: 0.5rem 0; }
.header-inner { display: flex; align-items: center; gap: 2rem; }

.brand { display: flex; align-items: center; }
.brand-logo { height: 50px; width: auto; display: block; transition: height 0.4s var(--ease), filter 0.4s var(--ease); filter: brightness(0) invert(1); }
.site-header.scrolled .brand-logo { height: 42px; filter: none; }

.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 1.9rem; }
.main-nav a { position: relative; font-weight: 500; font-size: 0.96rem; color: var(--cream); padding: 0.3rem 0; transition: color 0.3s; }
.site-header.scrolled .main-nav a { color: var(--ink); }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--coral); transition: width 0.35s var(--ease); }
.main-nav a:hover::after { width: 100%; }
.nav-cta { flex-shrink: 0; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.nav-toggle span { width: 26px; height: 2.6px; background: var(--cream); border-radius: 2px; transition: 0.35s var(--ease); }
.site-header.scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.6px) rotate(-45deg); }

/* Menu plein écran mobile : affichage piloté par display (bulletproof, jamais coincé) */
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 200; background: var(--cream); }
.mobile-menu.open { display: block; animation: menuFade 0.22s var(--ease); }
.menu-close { position: absolute; top: 1rem; right: 1rem; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; font-size: 2rem; line-height: 1; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow-sm); transition: transform 0.3s, color 0.3s; }
.menu-close:hover { color: var(--gold); transform: rotate(90deg); }
.mobile-panel { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 5.5rem 1.6rem 2.5rem; }
.mobile-panel > a { padding: 1.15rem 0.4rem; color: var(--ink); font-size: 1.25rem; font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-panel > a:first-of-type { border-top: 1px solid var(--line); }
.mobile-panel > a:active { color: var(--gold); }
.mobile-panel .menu-cta { border: none; margin-top: 1.7rem; width: 100%; color: var(--cream); }

@keyframes menuFade { from { opacity: 0; } to { opacity: 1; } }

/* Header en mode menu ouvert : barre crème opaque, logo + croix foncés */
body.menu-open { overflow: hidden; }
body.menu-open .site-header { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: clamp(580px, 90vh, 860px); display: flex; align-items: center; padding: clamp(8rem, 14vw, 11rem) 0 clamp(5rem, 9vw, 7rem); text-align: left; overflow: hidden; color: var(--cream); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; z-index: 0; }
.hero-inner { max-width: 660px; position: relative; z-index: 2; text-shadow: 0 2px 18px rgba(12,4,7,0.55), 0 1px 4px rgba(12,4,7,0.5); }
.hero-title { font-family: var(--display); font-weight: 700; font-size: clamp(2.4rem, 5.6vw, 4.2rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 0.7rem; color: var(--cream); }
.hero-name { font-family: var(--display); font-weight: 500; font-size: clamp(1.25rem, 2.6vw, 1.85rem); letter-spacing: 0.04em; color: var(--gold-tint); margin-bottom: 0.45rem; }
.hero-sub { font-size: clamp(1.05rem, 1.9vw, 1.4rem); color: var(--cream); letter-spacing: 0.01em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: center; justify-content: flex-start; margin-top: 2.4rem; }
.hero .link-arrow { color: var(--cream); }
.hero .link-arrow:hover { color: var(--gold-tint); }

/* ============================================================
   À PROPOS
   ============================================================ */
.apropos { background: var(--cream-2); }
.apropos-grid { display: grid; grid-template-columns: 0.82fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.apropos-media { position: relative; position: sticky; top: 6rem; }
.portrait { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); }
.portrait-photo { width: 100%; height: auto; display: block; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 22%; }
.sticker { position: absolute; background: var(--white); padding: 0.6rem 1.1rem; border-radius: 100px; font-weight: 600; font-size: 0.9rem; box-shadow: var(--shadow-sm); }
.sticker-1 { top: 1.5rem; left: -1rem; transform: rotate(-5deg); }
.sticker-2 { bottom: 3rem; right: -1.2rem; transform: rotate(4deg); }
.apropos-content .lead { margin: 1.2rem 0; }
.apropos-content p { color: var(--muted); margin-bottom: 1rem; }
.apropos-content .lead strong, .apropos-content p strong { color: var(--ink); }
.apropos-tagline { font-family: var(--display); font-size: 1.12rem; color: var(--coral-dark); margin: 0 0 1.6rem; }

/* ============================================================
   POUR QUI
   ============================================================ */
.forwho { background: var(--cream); }
/* Une ligne par bloc : photo à côté du texte, en alternance gauche/droite.
   Pas de carte/cadre : la photo repose directement sur le fond de la section,
   avec sa propre ombre douce et ses coins arrondis. */
.duo-grid { display: grid; gap: clamp(3rem, 6vw, 4.5rem); }
.duo-card { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: clamp(2rem, 4vw, 3.2rem); align-items: center; }
.duo-media { display: flex; }
.duo-photo { display: block; width: 100%; height: auto; max-width: none; aspect-ratio: 2 / 3; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.duo-body { padding: 0; }
/* Bloc « cheval » : photo à droite */
.duo-horse { grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr); }
.duo-horse .duo-media { grid-column: 2; grid-row: 1; }
.duo-horse .duo-body { grid-column: 1; grid-row: 1; }
.duo-card h3 { font-family: var(--display); font-size: 1.5rem; font-weight: 700; margin-bottom: 0.8rem; letter-spacing: -0.01em; color: var(--coral-dark); }
.duo-horse h3 { color: var(--gold-soft); }
.duo-card p { color: var(--muted); margin-bottom: 1.2rem; }
.check-list { display: grid; gap: 0.6rem; }
.check-list li { position: relative; padding-left: 1.7rem; font-size: 0.96rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 800; }
.duo-card .check-list { margin-bottom: 1.2rem; }
.duo-card p:last-child { margin-bottom: 0; }
/* Formule concours : encadré sobre, signalé par un liseré bordeaux */
.concours { margin: clamp(2.6rem, 5vw, 3.6rem) auto 0; max-width: 820px; padding: clamp(1.5rem, 3.5vw, 2rem) clamp(1.4rem, 3vw, 2.2rem); background: var(--white); border-left: 4px solid var(--gold); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.concours h3 { font-family: var(--display); font-weight: 700; font-size: clamp(1.15rem, 2.2vw, 1.35rem); letter-spacing: -0.01em; color: var(--coral-dark); margin-bottom: 0.7rem; }
.concours p { color: var(--muted); margin-bottom: 0.7rem; }
.concours p:last-child { margin-bottom: 0; }
.concours-highlight { font-family: var(--display); font-weight: 600; font-size: clamp(1.05rem, 2vw, 1.2rem); color: var(--coral-dark) !important; margin: 0.9rem 0 !important; }
.concours strong { color: var(--ink); font-weight: 600; }

/* ============================================================
   SERVICES
   ============================================================ */
.services { background: var(--cream-2); }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
/* Éléments réservés au mobile : masqués par défaut */
.swipe-hint, .calendly-popup-btn, .mobile-cta, .bio-toggle { display: none; }
.card { background: var(--white); border-radius: var(--radius-lg); padding: 2.2rem; box-shadow: var(--shadow-sm); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card h3 { font-family: var(--display); font-size: 1.32rem; font-weight: 700; margin-bottom: 0.6rem; letter-spacing: -0.01em; }
.card p { color: var(--muted); font-size: 0.97rem; }
.card-feature { background: var(--green-800); color: var(--cream); }
.card-feature h3 { color: var(--gold-tint); }
.card-feature p { color: rgba(246,239,227,0.86); }
.card-cta { background: var(--cream-2); display: flex; flex-direction: column; justify-content: center; border: 1.5px dashed var(--gold); box-shadow: none; }
.card-cta p { margin-bottom: 1rem; }


/* ============================================================
   CONTACT (fond clair, harmonisé)
   ============================================================ */
.contact { background: var(--cream); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; bottom: -25%; left: -8%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(122,34,49,0.07) 0%, transparent 70%); }

/* Bloc réservation (Calendly + contact direct) */
.booking { max-width: 1080px; margin-inline: auto; text-align: center; position: relative; }
.booking .section-head { max-width: 680px; margin-inline: auto; margin-bottom: 2.4rem; }
.calendly-inline-widget { height: 720px; background: transparent; }
@media (max-width: 768px) { .calendly-inline-widget { height: 1000px; } }
.booking-alt { max-width: 680px; margin: 3.2rem auto 0; padding-top: 3rem; border-top: 1px solid var(--line); }
.booking-alt-title { font-family: var(--display); font-size: 1.3rem; font-weight: 600; color: var(--ink); margin-bottom: 1.6rem; }
.booking-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-bottom: 2.8rem; }
.btn-ic { width: 20px; height: 20px; }

.contact-list { display: inline-flex; flex-direction: column; gap: 1.1rem; text-align: left; margin-bottom: 2.2rem; }
.contact-list li { display: flex; align-items: flex-start; gap: 0.9rem; color: var(--ink); font-size: 1.05rem; }
.contact-ic { font-size: 1.3rem; flex-shrink: 0; line-height: 1.4; }
.contact-list small { color: var(--muted); }
.contact-list a:hover { color: var(--gold); }
.socials { display: flex; gap: 0.7rem; align-items: center; justify-content: center; }
.socials a { width: 44px; height: 44px; border-radius: 13px; border: 1px solid var(--line); color: var(--ink); display: grid; place-items: center; transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s; }
.socials svg { width: 20px; height: 20px; }
.socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--cream); transform: translateY(-3px); }
.socials-handle { color: var(--muted); font-size: 0.92rem; margin-left: 0.4rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: var(--cream); padding: 3.5rem 0 2rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; padding-bottom: 2rem; border-bottom: 1px solid rgba(246,239,227,0.14); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 0.8rem; }
.footer-logo { height: 56px; width: auto; max-width: 260px; display: block; }
.footer-brand p { font-size: 0.88rem; color: rgba(246,239,227,0.66); }
.footer-contact { display: flex; flex-direction: column; gap: 0.55rem; }
.footer-contact > a { font-size: 0.95rem; color: rgba(246,239,227,0.82); transition: color 0.3s; }
.footer-contact > a:hover { color: var(--gold-tint); }
.footer-socials { display: flex; gap: 0.6rem; margin-top: 0.5rem; }
.footer-socials a { width: 40px; height: 40px; border-radius: 12px; border: 1px solid rgba(246,239,227,0.22); color: var(--cream); display: grid; place-items: center; transition: background 0.3s, border-color 0.3s, transform 0.3s; }
.footer-socials svg { width: 19px; height: 19px; }
.footer-socials a:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
.footer-nav { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.footer-nav a { font-size: 0.95rem; color: rgba(246,239,227,0.82); transition: color 0.3s; }
.footer-nav a:hover { color: var(--gold-tint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 1.6rem; font-size: 0.82rem; color: rgba(246,239,227,0.55); }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: 0.06s; }
.reveal:nth-child(3) { transition-delay: 0.12s; }
.reveal:nth-child(4) { transition-delay: 0.18s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* Tablette */
@media (max-width: 940px) {
  .main-nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .apropos-grid { grid-template-columns: 1fr; gap: 3rem; }
  .apropos-media { max-width: 420px; margin-inline: auto; position: relative; top: auto; }
  /* Photo au-dessus du texte, sur toute la largeur */
  .duo-card, .duo-horse { grid-template-columns: 1fr; }
  .duo-horse .duo-media, .duo-horse .duo-body { grid-column: 1; grid-row: auto; }
  /* Image entiere (titre incruste + soin), largeur bornee pour ne pas etre demesuree */
  .duo-photo { aspect-ratio: 2 / 3; max-width: 400px; margin-inline: auto; }
}

/* ===== Mode mobile : telephones uniquement (les tablettes gardent l'affichage bureau) ===== */
@media (max-width: 768px) {
  /* Hero mobile : SANS photo, texte centre sur le creme. Header opaque. */
  .site-header { background: rgba(250, 246, 240, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); padding: 0.5rem 0; }
  .brand-logo { filter: none; height: 42px; }
  .nav-toggle span { background: var(--ink); }

  .hero { display: block; min-height: 0; overflow: visible; text-align: center; padding: 7rem 0 3.2rem; }
  .hero-img { display: none; }
  .hero-inner { max-width: none; text-shadow: none; }
  .hero-title { color: var(--ink); font-size: clamp(2rem, 8.4vw, 2.7rem); }
  .hero-name { color: var(--coral-dark); }
  .hero-sub { color: var(--muted); }
  .hero .link-arrow { color: var(--coral-dark); }
  .hero-actions { justify-content: center; margin-top: 1.8rem; }
  /* Bouton hero : largeur auto et taille normale (au lieu de pleine largeur) */
  .hero .hero-actions { align-items: center; }
  .hero .hero-actions .btn { width: auto; padding: 0.85rem 1.9rem; font-size: 0.98rem; }

  /* Services en carrousel horizontal : on glisse au lieu de scroller 8 cartes. */
  .swipe-hint { display: block; text-align: center; margin: -2rem 0 1.4rem; font-size: 0.92rem; font-weight: 600; color: var(--coral-dark); }
  .cards-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;        /* évite le rebond vertical iOS (overflow-x auto force sinon overflow-y auto) */
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-inline: calc(50% - 50vw);
    padding: 0.5rem calc(50vw - 50% + 0.3rem) 1.4rem;
    scroll-padding-inline: calc(50vw - 50% + 0.3rem);
  }
  .cards-grid::-webkit-scrollbar { display: none; }
  .card { flex: 0 0 min(78%, 320px); scroll-snap-align: start; padding: 1.5rem 1.4rem; }
  .card h3 { font-size: 1.12rem; margin-bottom: 0.45rem; }
  .card p { font-size: 0.9rem; line-height: 1.55; }
  /* Pas d'effet de survol persistant au tactile */
  .card:hover { transform: none; box-shadow: var(--shadow-sm); }
  .card-cta:hover { box-shadow: none; }

  /* Calendly en popup plein ecran plutot qu'un cadre de 1000px */
  .calendly-inline-widget { display: none; }
  .calendly-popup-btn { display: inline-flex; width: 100%; max-width: 380px; margin-inline: auto; }

  /* Bouton flottant discret : apparait apres le hero, s'efface sur la reservation */
  .mobile-cta { display: inline-flex; align-items: center; gap: 0.4rem; position: fixed; right: 1rem; bottom: calc(1rem + env(safe-area-inset-bottom)); z-index: 90; padding: 0.85rem 1.5rem; border-radius: 100px; background: var(--gold); color: var(--cream); font-weight: 600; font-size: 0.95rem; box-shadow: 0 10px 26px rgba(43, 33, 30, 0.28); opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s var(--ease); }
  .mobile-cta.show { opacity: 1; visibility: visible; transform: none; }

  /* Bio repliable */
  .bio-more { display: none; }
  .bio-more.open { display: block; }
  .bio-toggle { display: inline-block; font-weight: 600; font-size: 0.95rem; color: var(--coral-dark); text-decoration: underline; text-underline-offset: 3px; margin-bottom: 1.2rem; padding: 0; }

  /* Cibles tactiles : minimum 44px de haut (recommandation Apple/Google) */
  .link-arrow { min-height: 44px; align-items: center; }
  .bio-toggle { min-height: 44px; }
  .nav-toggle { padding: 13px 8px; }
  .contact-list a, .footer-contact > a, .footer-nav a { display: inline-flex; align-items: center; min-height: 44px; }
  .socials a, .footer-socials a { width: 46px; height: 46px; }
}

/* Mobile */
@media (max-width: 600px) {
  .container { width: min(100% - 2rem, var(--container)); }
  .booking-actions .btn { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 1.6rem; }
  .footer-bottom { flex-direction: column; gap: 0.4rem; }
  .hero { padding-top: 7rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .link-arrow { justify-content: center; }
  .hero-title { font-size: clamp(1.7rem, 7.2vw, 2.4rem); }
  .card { padding: 1.8rem 1.5rem; }
  .sticker-1 { left: 0; top: 1rem; }
  .sticker-2 { right: 0; bottom: 2rem; }
  .contact-list li { font-size: 1rem; }
  .brand-logo { height: 42px; }
  .footer-logo { height: 48px; }
}

/* Très petits écrans */
@media (max-width: 380px) {
  .brand-logo { height: 38px; }
  .hero-title { font-size: 1.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   PAGES LÉGALES (mentions légales, confidentialité)
   ============================================================ */
.legal-header { background: var(--cream-2); border-bottom: 1px solid var(--line); padding: 0.9rem 0; }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.legal-logo { height: 44px; width: auto; display: block; }
.legal-back { font-weight: 600; font-size: 0.95rem; color: var(--bronze); }
.legal-back:hover { color: var(--gold-soft); }

.legal { background: var(--cream); padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem); }
.legal-inner { max-width: 760px; margin-inline: auto; }
.legal h1 { font-family: var(--display); font-weight: 700; font-size: clamp(1.9rem, 5vw, 2.8rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); }
.legal-updated { color: var(--muted); font-size: 0.9rem; margin: 0.7rem 0 2.4rem; }
.legal h2 { font-family: var(--display); font-weight: 600; font-size: 1.28rem; color: var(--ink); margin: 2.3rem 0 0.8rem; }
.legal p { margin-bottom: 0.9rem; }
.legal ul { list-style: disc; padding-left: 1.35rem; margin-bottom: 1.1rem; }
.legal li { margin-bottom: 0.45rem; }
.legal a { color: var(--bronze); text-decoration: underline; }
.legal a:hover { color: var(--gold-soft); }
.legal .field-list { list-style: none; padding-left: 0; }
.legal .field-list li { padding-left: 0; }

/* Placeholder bien visible à compléter */
.todo { display: inline-block; background: var(--gold-tint); color: var(--bronze); font-weight: 700; padding: 0.1rem 0.5rem; border-radius: 5px; font-size: 0.92em; }

/* ============================================================
   PAGE 404
   ============================================================ */
.notfound { background: var(--cream); min-height: calc(100vh - 70px); display: flex; align-items: center; padding: clamp(3rem, 8vw, 5rem) 0; }
.notfound-inner { max-width: 620px; text-align: center; }
.notfound-code { font-family: var(--display); font-weight: 800; font-size: clamp(4.5rem, 16vw, 7.5rem); line-height: 1; letter-spacing: -0.04em; color: var(--gold); margin-bottom: 0.6rem; }
.notfound h1 { font-family: var(--display); font-weight: 700; font-size: clamp(1.8rem, 5vw, 2.5rem); letter-spacing: -0.02em; color: var(--ink); margin-bottom: 0.8rem; }
.notfound-text { color: var(--muted); font-size: 1.08rem; margin-bottom: 2rem; }
.notfound-actions { display: flex; flex-wrap: wrap; gap: 1.2rem 1.6rem; justify-content: center; align-items: center; }
