/* ============================================================
   TOURIVER — STYLE PARTAGÉ
   Système de design commun à toutes les pages du site.
   ============================================================ */

:root{
  --sable:#E4D9C0;
  --sable-deep:#D8C9A8;
  --charbon:#241F19;
  --sauge:#6B7A4F;
  --sauge-deep:#4E5B38;
  --nuit:#232F4D;
  --cuivre:#B8801F;
  --cuivre-deep:#8F630F;
  --ardoise:#54606B;
  --ardoise-deep:#3B444C;
  --blanc-casse:#FAF6EC;
}

*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'IBM Plex Sans', sans-serif;
  background:var(--blanc-casse);
  color:var(--charbon);
  display:flex;flex-direction:column;align-items:center;
}
.display{font-family:'Fraunces', serif;}
.mono{font-family:'IBM Plex Mono', monospace;}

.frame{
  width:430px;max-width:100vw;
  background:var(--blanc-casse);
  overflow:hidden;position:relative;
  box-shadow:0 0 40px rgba(0,0,0,0.15);
}

/* Thème sombre : réservé à la page Astro */
body.page-astro{background:var(--nuit);color:var(--blanc-casse);}
body.page-astro .frame{background:var(--nuit);}

/* SIGNATURE : LA LIGNE D'HORIZON */
.horizon{height:4px;width:100%;position:relative;overflow:hidden;}
.horizon::before{content:'';position:absolute;inset:0;background:currentColor;}
.horizon::after{content:'';position:absolute;left:50%;top:-3px;width:9px;height:9px;border-radius:50%;background:currentColor;transform:translateX(-50%);}
.h-sauge{color:var(--sauge);}
.h-nuit{color:var(--nuit);}
.h-cuivre{color:var(--cuivre);}
.h-ardoise{color:var(--ardoise);}
.h-charbon{color:var(--charbon);}

/* HEADER */
header{
  position:sticky;top:0;z-index:20;
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 20px;
  background:var(--blanc-casse);
}
body.page-astro header{background:var(--nuit);}
.logo{font-family:'Fraunces', serif;font-weight:600;font-size:19px;letter-spacing:0.5px;display:flex;align-items:center;gap:7px;}
.logo-icon{height:20px;width:auto;display:block;}
body.page-astro .logo{color:#fff;}
.back{display:flex;align-items:center;gap:6px;font-family:'IBM Plex Mono', monospace;font-size:11px;text-decoration:none;color:#6b6255;}
body.page-touriver .back{color:var(--sauge-deep);}
body.page-astro .back{color:var(--sable-deep);}
body.page-lab .back{color:var(--cuivre-deep);}
body.page-cap .back{color:var(--ardoise-deep);}
body.page-actualites .back{color:var(--cuivre-deep);}
body.page-contact .back{color:var(--sauge-deep);}

/* ============================================================
   PAGE ACTUALITÉS — liste d'articles
   ============================================================ */
.actu-featured{position:relative;height:280px;border-radius:3px;overflow:hidden;text-decoration:none;display:block;}
.actu-featured img{width:100%;height:100%;object-fit:cover;}
.actu-featured-shade{position:absolute;inset:0;background:linear-gradient(180deg, transparent 30%, rgba(20,17,13,0.9) 100%);}
.actu-featured-inner{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;color:#fff;}
.actu-tag{font-family:'IBM Plex Mono', monospace;font-size:9.5px;letter-spacing:1.2px;text-transform:uppercase;display:inline-block;padding:4px 9px;border-radius:20px;margin-bottom:8px;color:#fff;}
.tag-lab{background:var(--cuivre);}
.tag-histoire{background:var(--sauge);}
.tag-astro{background:var(--nuit);}
.tag-cap{background:var(--ardoise);}
.actu-featured-inner h3{font-family:'Fraunces', serif;font-size:18px;font-weight:500;margin-bottom:6px;}
.actu-featured-inner p{font-size:11.5px;color:#E2DCC9;line-height:1.45;}
.actu-date{font-family:'IBM Plex Mono', monospace;font-size:10px;color:var(--sable-deep);margin-top:8px;display:block;}

.actu-list{display:flex;flex-direction:column;gap:0;margin-top:18px;}
.actu-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid rgba(84,96,107,0.15);text-decoration:none;color:inherit;}
.actu-item:last-child{border-bottom:none;}
.actu-thumb{flex:0 0 84px;height:84px;border-radius:3px;overflow:hidden;}
.actu-thumb img{width:100%;height:100%;object-fit:cover;}
.actu-item-body h4{font-family:'Fraunces', serif;font-size:14.5px;font-weight:500;margin-bottom:4px;color:var(--charbon);}
.actu-item-body p{font-size:11.5px;color:#6b6255;line-height:1.4;margin-bottom:5px;}
.actu-item-date{font-family:'IBM Plex Mono', monospace;font-size:9.5px;color:var(--cuivre-deep);}

/* ============================================================
   PAGE CONTACT — coordonnées directes + formulaire
   ============================================================ */
.contact-rows{display:flex;flex-direction:column;gap:0;}
.contact-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid rgba(107,122,79,0.2);text-decoration:none;color:inherit;}
.contact-row:last-child{border-bottom:none;}
.contact-icon{width:42px;height:42px;border-radius:50%;background:rgba(107,122,79,0.12);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;}
.contact-row-body .label{font-family:'IBM Plex Mono', monospace;font-size:9.5px;text-transform:uppercase;letter-spacing:1px;color:#8a8271;display:block;margin-bottom:2px;}
.contact-row-body .value{font-size:14px;font-weight:500;color:var(--charbon);}

.address-wrap{background:var(--charbon);color:#fff;}
.address-wrap .sec-title{color:#fff;}
.address-text{font-size:13.5px;line-height:1.7;color:#D8D2C4;margin-bottom:16px;}
.map-link{display:inline-flex;align-items:center;gap:8px;font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--sable-deep);border:1px solid rgba(255,255,255,0.3);padding:9px 16px;border-radius:20px;text-decoration:none;}

.form-note{font-size:11px;color:#8a8271;background:rgba(184,128,31,0.1);border:1px solid rgba(184,128,31,0.25);border-radius:4px;padding:10px 12px;margin-bottom:18px;line-height:1.5;}
.form-field{margin-bottom:14px;}
.form-field label{display:block;font-family:'IBM Plex Mono', monospace;font-size:10px;text-transform:uppercase;letter-spacing:0.5px;color:#6b6255;margin-bottom:6px;}
.form-field input, .form-field select, .form-field textarea{
  width:100%;padding:11px 12px;border:1px solid rgba(84,96,107,0.3);border-radius:3px;
  font-family:'IBM Plex Sans', sans-serif;font-size:13px;color:var(--charbon);background:#fff;
}
.form-field textarea{resize:vertical;min-height:90px;}
.form-submit{
  width:100%;background:var(--sauge);color:#fff;border:none;font-size:13px;font-weight:600;
  padding:13px 26px;border-radius:24px;font-family:'IBM Plex Sans', sans-serif;cursor:pointer;
}
.form-submit:disabled{cursor:not-allowed;opacity:0.6;}
.form-note.success{background:rgba(107,122,79,0.15);border-color:rgba(107,122,79,0.4);color:var(--sauge-deep);}
.form-note.error{background:rgba(178,59,59,0.1);border-color:rgba(178,59,59,0.35);color:#8a2f2f;}

.burger{width:38px;height:38px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;}
.burger span{width:20px;height:2px;background:var(--charbon);border-radius:2px;}
body.page-astro .burger span{background:#fff;}

/* HERO (base commune — hauteur/couleurs de fond varient par page via classes ci-dessous) */
.hero{position:relative;height:70vh;min-height:460px;max-height:580px;overflow:hidden;}
body.page-astro .hero{background:var(--ardoise-deep);}
.hero img{width:100%;height:100%;object-fit:cover;}
.hero-content{position:absolute;left:0;right:0;bottom:0;padding:0 22px 24px;color:#fff;}
.hero-eyebrow{font-family:'IBM Plex Mono', monospace;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--sable-deep);margin-bottom:10px;display:inline-flex;gap:8px;}
.hero h1{font-size:29px;line-height:1.2;font-weight:500;margin-bottom:10px;color:#fff;}
.hero p{font-size:13.5px;line-height:1.55;color:#E2DCC9;max-width:335px;}

/* Teinte de l'overlay hero, propre à chaque pilier */
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(36,31,25,0.12) 0%, rgba(36,31,25,0.05) 35%, rgba(36,31,25,0.8) 85%, rgba(36,31,25,0.95) 100%);}
body.page-accueil .hero-overlay{background:linear-gradient(180deg, rgba(36,31,25,0.15) 0%, rgba(36,31,25,0.05) 35%, rgba(36,31,25,0.75) 85%, rgba(36,31,25,0.92) 100%);}
body.page-touriver .hero-overlay{background:linear-gradient(180deg, rgba(107,122,79,0.12) 0%, rgba(36,31,25,0.05) 35%, rgba(36,31,25,0.8) 85%, rgba(36,31,25,0.95) 100%);}
body.page-astro .hero-overlay{background:linear-gradient(180deg, rgba(35,47,77,0.1) 0%, rgba(35,47,77,0.05) 35%, rgba(20,17,13,0.85) 85%, rgba(20,17,13,0.96) 100%);}
body.page-lab .hero-overlay{background:linear-gradient(180deg, rgba(184,128,31,0.12) 0%, rgba(36,31,25,0.05) 35%, rgba(36,31,25,0.8) 85%, rgba(36,31,25,0.95) 100%);}
body.page-cap .hero-overlay{background:linear-gradient(180deg, rgba(59,68,76,0.15) 0%, rgba(36,31,25,0.1) 35%, rgba(36,31,25,0.82) 85%, rgba(36,31,25,0.96) 100%);}
body.page-actualites .hero-overlay{background:linear-gradient(180deg, rgba(184,128,31,0.14) 0%, rgba(36,31,25,0.08) 35%, rgba(36,31,25,0.8) 85%, rgba(36,31,25,0.95) 100%);}
body.page-contact .hero-overlay{background:linear-gradient(180deg, rgba(107,122,79,0.14) 0%, rgba(36,31,25,0.08) 35%, rgba(36,31,25,0.8) 85%, rgba(36,31,25,0.95) 100%);}
body.page-histoire .hero-overlay{background:linear-gradient(180deg, rgba(36,31,25,0.1) 0%, rgba(36,31,25,0.05) 35%, rgba(36,31,25,0.82) 85%, rgba(36,31,25,0.96) 100%);}

/* SECTIONS GÉNÉRIQUES */
section{padding:32px 20px;}
.sec-title{font-family:'Fraunces', serif;font-size:21px;font-weight:500;margin-bottom:6px;}
body.page-astro .sec-title{color:#fff;}
.sec-sub{font-size:12.5px;color:#6b6255;margin-bottom:20px;line-height:1.5;}
body.page-astro .sec-sub{color:#B9C0D4;}

/* BANDEAU "CONTINUER L'EXPLORATION" (partagé par 5 des 6 pages) */
.autres{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;}
.autre-card{flex:0 0 130px;height:150px;border-radius:3px;position:relative;overflow:hidden;text-decoration:none;}
.autre-card img{width:100%;height:100%;object-fit:cover;filter:brightness(0.6);}
.autre-label{position:absolute;bottom:10px;left:10px;font-family:'Fraunces', serif;font-size:14px;color:#fff;}

/* CTA générique (Touriver, Astro, Cap) */
.cta-wrap{background:var(--charbon);color:#fff;text-align:center;}
.cta-wrap .sec-title{color:#fff;}
.cta-wrap .sec-sub{color:#C9C2B2;}
.cta-btn{display:inline-block;color:#fff;font-size:13px;font-weight:600;padding:13px 26px;border-radius:24px;text-decoration:none;}
body.page-touriver .cta-btn{background:var(--sauge);}
body.page-astro .cta-btn{background:var(--cuivre);}
body.page-cap .cta-btn{background:var(--ardoise);}

/* Bloc photo plein cadre avec légende (Lab, Cap) */
.terrain-block{position:relative;height:250px;overflow:hidden;}

/* VIDEO YOUTUBE INTÉGRÉE */
.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:3px;background:#000;}
.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;}
.video-caption{margin-top:10px;font-size:11.5px;color:#6b6255;line-height:1.5;}
.video-caption a{color:var(--sauge-deep);text-decoration:underline;text-underline-offset:2px;}
.terrain-block img{width:100%;height:100%;object-fit:cover;}
.terrain-caption{position:absolute;left:0;right:0;bottom:0;padding:14px 18px;background:linear-gradient(180deg, transparent, rgba(36,31,25,0.88));color:#fff;font-family:'IBM Plex Mono', monospace;font-size:10.5px;}

/* RÉVÉLATION AU DÉFILEMENT */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease, transform .6s ease;}
.reveal.show{opacity:1;transform:translateY(0);}

/* FOOTER */
footer{background:var(--charbon);color:var(--blanc-casse);padding:30px 20px 24px;}
.f-logo{font-family:'Fraunces', serif;font-size:20px;font-weight:600;margin-bottom:6px;display:flex;align-items:center;gap:8px;}
.f-logo .logo-icon{height:22px;}
.f-position{font-family:'IBM Plex Mono', monospace;font-size:11px;color:#B8AF9C;margin-bottom:20px;letter-spacing:0.3px;}
.f-links{display:flex;flex-direction:column;gap:11px;margin-bottom:22px;}
.f-links a{color:#EDE8DA;text-decoration:none;font-size:13.5px;display:flex;justify-content:space-between;border-bottom:1px solid #3A342B;padding-bottom:11px;}
.f-links a.active{color:var(--cuivre);}
.f-contact{font-size:11px;color:#9A917E;line-height:1.7;}
.social-row{display:flex;gap:9px;margin-top:18px;}
.social-icon{
  width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  text-decoration:none;
}
.social-icon svg{width:18px;height:18px;display:block;}
.icon-fb{background:#1877F2;}
.icon-ig{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}
.icon-tt{background:#000000;}
.icon-yt{background:#FF0000;}
.icon-li{background:#0A66C2;}

/* MENU OVERLAY (identique sur les 6 pages) */
.overlay{
  position:fixed;
  top:0;bottom:0;left:50%;
  width:430px;max-width:100vw;
  background:var(--charbon);
  z-index:50;
  transform:translateX(-50%) translateX(100vw);
  transition:transform .3s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;
}
.overlay.open{transform:translateX(-50%);}
.overlay-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #3A342B;}
.overlay-header .logo{color:var(--blanc-casse);}
.close-x{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--blanc-casse);font-size:20px;cursor:pointer;}
.nav-list{padding:12px 0;flex:1;}
.nav-list a{display:flex;flex-direction:column;padding:16px 20px;text-decoration:none;border-bottom:1px solid #322D25;}
.nav-list .nom{font-family:'Fraunces', serif;font-size:19px;font-weight:500;color:#fff;}
.nav-list .sub{font-family:'IBM Plex Mono', monospace;font-size:10.5px;color:#8f8672;margin-top:3px;}
.dot-sauge .nom{border-left:3px solid var(--sauge);padding-left:10px;}
.dot-nuit .nom{border-left:3px solid var(--nuit);padding-left:10px;}
.dot-cuivre .nom{border-left:3px solid var(--cuivre);padding-left:10px;}
.dot-ardoise .nom{border-left:3px solid var(--ardoise);padding-left:10px;}
.nav-foot{padding:16px 20px;font-size:10.5px;color:#726b5a;}

/* ============================================================
   PAGE ACCUEIL — piliers, module En ce moment, notre histoire (aperçu)
   ============================================================ */

/* HORIZON LINE — signature élément */.horizon{height:4px;width:100%;position:relative;overflow:hidden;}
/* HEADER */header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--blanc-casse);}
/* SECTION GENERIC */section{padding:34px 20px;}
/* PILIERS */.piliers-wrap{background:var(--blanc-casse);}
.pilier-card{position:relative;height:190px;border-radius:2px;overflow:hidden;margin-bottom:14px;display:flex;align-items:flex-end;text-decoration:none;}
.pilier-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.pilier-tint{position:absolute;inset:0;mix-blend-mode:multiply;opacity:0.38;}
.pilier-shade{position:absolute;inset:0;background:linear-gradient(180deg, transparent 30%, rgba(20,17,13,0.88) 100%);}
.pilier-inner{position:relative;z-index:2;padding:16px 18px;width:100%;color:#fff;}
.pilier-eyebrow{font-family:'IBM Plex Mono', monospace;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;display:block;}
.pilier-inner h3{font-family:'Fraunces', serif;font-size:19px;font-weight:500;margin-bottom:3px;}
.pilier-inner .desc{font-size:11.5px;opacity:0.85;margin-bottom:10px;}
.pilier-link{font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid rgba(255,255,255,0.55);border-radius:20px;}
.p-sauge .pilier-tint{background:var(--sauge);}
.p-nuit .pilier-tint{background:var(--nuit);}
.p-cuivre .pilier-tint{background:var(--cuivre);}
.p-ardoise .pilier-tint{background:var(--ardoise);}
/* EN CE MOMENT */.moment-wrap{background:var(--nuit);color:var(--blanc-casse);}
.moment-wrap .sec-title{color:#fff;}
.moment-wrap .sec-sub{color:#B9C0D4;}
.moment-card{position:relative;border-radius:3px;overflow:hidden;height:280px;}
.moment-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.moment-shade{position:absolute;inset:0;background:linear-gradient(180deg, rgba(35,47,77,0.1) 0%, rgba(20,20,18,0.92) 90%);}
.moment-content{position:relative;z-index:2;padding:18px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;}
.live-tag{display:inline-flex;align-items:center;gap:6px;background:var(--cuivre);color:#fff;font-family:'IBM Plex Mono', monospace;font-size:10px;letter-spacing:1px;text-transform:uppercase;padding:5px 10px;border-radius:20px;width:fit-content;margin-bottom:12px;}
.live-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 1.6s infinite;}
.moment-content h3{font-family:'Fraunces', serif;font-size:20px;font-weight:500;color:#fff;margin-bottom:6px;line-height:1.3;}
.moment-content p{font-size:12.5px;color:#DCD8CC;margin-bottom:14px;line-height:1.5;}
.moment-date{font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--sable-deep);}
.moment-btn{align-self:flex-start;margin-top:14px;background:#fff;color:var(--nuit);font-size:11.5px;font-weight:600;padding:9px 16px;border-radius:20px;text-decoration:none;display:inline-block;}
.moment-dots{display:flex;gap:6px;margin-top:16px;justify-content:center;}
.m-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.25);}
.m-dot.active{background:var(--cuivre);width:18px;border-radius:4px;}
.moment-caption{font-size:10.5px;color:#8892AC;text-align:center;margin-top:10px;}
.countdown-row{
  display:flex;justify-content:center;gap:8px;margin-top:16px;
}
.countdown-item{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:4px;
  padding:8px 10px;
  text-align:center;
  min-width:52px;
}
.countdown-item .num{
  font-family:'IBM Plex Mono', monospace;
  font-size:18px;font-weight:600;color:var(--cuivre);
  display:block;
}
.countdown-item .unit{
  font-family:'IBM Plex Mono', monospace;
  font-size:8px;letter-spacing:0.5px;text-transform:uppercase;
  color:#B9C0D4;
}
/* HISTOIRE */.histoire{display:flex;flex-direction:column;gap:16px;}
.histoire-img{width:100%;height:200px;object-fit:cover;border-radius:2px;}
.histoire-txt h3.sec-title{margin-bottom:2px;}
.histoire-sub{font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--sauge);margin-bottom:12px;letter-spacing:0.5px;}
.histoire-txt p{font-size:13px;line-height:1.6;color:#413A2E;margin-bottom:14px;}
.lien-souligne{font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:3px;}
/* FOOTER */footer{background:var(--charbon);color:var(--blanc-casse);padding:30px 20px 24px;}
/* MENU OVERLAY */.overlay{position:fixed;inset:0;max-width:430px;margin:0 auto;background:var(--charbon);z-index:50;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;}
.overlay.open{transform:translateX(0);}
.overlay-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #3A342B;}
.overlay-header .logo{color:var(--blanc-casse);}
.close-x{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--blanc-casse);font-size:20px;cursor:pointer;}
.nav-list{padding:12px 0;flex:1;}
.nav-list a{display:flex;flex-direction:column;padding:16px 20px;text-decoration:none;border-bottom:1px solid #322D25;}
.nav-list .nom{font-family:'Fraunces', serif;font-size:19px;font-weight:500;color:#fff;}
.nav-list .sub{font-family:'IBM Plex Mono', monospace;font-size:10.5px;color:#8f8672;margin-top:3px;}
.dot-sauge .nom{border-left:3px solid var(--sauge);padding-left:10px;}
.dot-nuit .nom{border-left:3px solid var(--nuit);padding-left:10px;}
.dot-cuivre .nom{border-left:3px solid var(--cuivre);padding-left:10px;}
.dot-ardoise .nom{border-left:3px solid var(--ardoise);padding-left:10px;}
.nav-foot{padding:16px 20px;font-size:10.5px;color:#726b5a;}

/* ============================================================
   PAGE TOURIVER (ferme) — hébergements, espaces, piscine, expériences
   ============================================================ */

.intro-wrap p{font-size:14px;line-height:1.7;color:#413A2E;}
.heb-card{position:relative;height:260px;border-radius:3px;overflow:hidden;margin-bottom:14px;}
.heb-card img{width:100%;height:100%;object-fit:cover;}
.heb-shade{position:absolute;inset:0;background:linear-gradient(180deg, transparent 40%, rgba(20,17,13,0.88) 100%);}
.heb-inner{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;color:#fff;}
.heb-tag{font-family:'IBM Plex Mono', monospace;font-size:9.5px;letter-spacing:1.5px;text-transform:uppercase;background:var(--sauge);display:inline-block;padding:4px 9px;border-radius:20px;margin-bottom:8px;}
.heb-inner h3{font-family:'Fraunces', serif;font-size:18px;font-weight:500;margin-bottom:4px;}
.heb-inner p{font-size:11.5px;color:#E8E1D3;}
.espaces-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.esp-card{position:relative;height:150px;border-radius:3px;overflow:hidden;}
.esp-card img{width:100%;height:100%;object-fit:cover;}
.esp-label{position:absolute;bottom:8px;left:8px;font-family:'IBM Plex Mono', monospace;font-size:9.5px;color:#fff;background:rgba(36,31,25,0.6);padding:3px 8px;border-radius:12px;}
.piscine-block{position:relative;height:260px;overflow:hidden;}
.piscine-block img{width:100%;height:100%;object-fit:cover;}
.piscine-caption{position:absolute;left:0;right:0;bottom:0;padding:14px 18px;background:linear-gradient(180deg, transparent, rgba(36,31,25,0.85));color:#fff;}
.piscine-caption h3{font-family:'Fraunces', serif;font-size:17px;font-weight:500;margin-bottom:3px;}
.piscine-caption p{font-size:11.5px;color:#E8E1D3;}
.exp-wrap{background:var(--sauge);color:#fff;}
.exp-wrap .sec-title{color:#fff;}
.exp-wrap .sec-sub{color:rgba(255,255,255,0.85);}
.exp-list{display:flex;flex-direction:column;gap:0;}
.exp-item{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.2);font-size:13px;}
.exp-item:last-child{border-bottom:none;}
.exp-item .arrow{opacity:0.7;}
.cta-wrap{background:var(--charbon);color:#fff;text-align:center;}

/* ============================================================
   PAGE ASTRO — activités, portrait fondateur, équipement, galerie
   ============================================================ */

.hero-eyebrow .sep{opacity:0.5;}
/* CE QU'ON Y FAIT */.activites{display:flex;flex-direction:column;gap:12px;}
.act-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:3px;padding:16px;display:flex;gap:14px;align-items:flex-start;}
.act-num{font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--cuivre);padding-top:2px;}
.act-txt h3{font-family:'Fraunces', serif;font-size:16px;font-weight:500;margin-bottom:4px;color:#fff;}
.act-txt p{font-size:12px;line-height:1.5;color:#B9C0D4;}
/* PHOTO GROUPE */.groupe-block{position:relative;height:230px;overflow:hidden;}
.groupe-block img{width:100%;height:100%;object-fit:cover;}
.groupe-caption{position:absolute;left:0;right:0;bottom:0;padding:12px 16px;background:linear-gradient(180deg, transparent, rgba(20,17,13,0.85));font-family:'IBM Plex Mono', monospace;font-size:10.5px;color:var(--sable-deep);letter-spacing:0.3px;}
/* PHOTO FONDATEUR */.founder-block{padding:0;}
.founder-img-wrap{position:relative;height:340px;overflow:hidden;}
.founder-img-wrap img{width:100%;height:100%;object-fit:cover;}
.founder-caption{position:absolute;left:0;right:0;bottom:0;padding:16px 20px;background:linear-gradient(180deg, transparent, rgba(20,17,13,0.9));}
.founder-caption .quote-mark{font-family:'Fraunces', serif;font-size:36px;color:var(--cuivre);line-height:0.5;}
.founder-caption p{font-family:'Fraunces', serif;font-style:italic;font-size:15px;line-height:1.5;color:#fff;margin-top:6px;}
.founder-caption .signature{font-family:'IBM Plex Mono', monospace;font-size:10.5px;color:var(--sable-deep);margin-top:10px;}
/* EQUIPEMENT */.equip-wrap{background:rgba(255,255,255,0.03);}
.equip-list{display:flex;flex-direction:column;gap:0;}
.equip-item{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.08);}
.equip-item:last-child{border-bottom:none;}
.equip-name{font-size:13.5px;color:#fff;}
.equip-val{font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--cuivre);}
/* GALERIE JOUR */.day-block{position:relative;height:220px;overflow:hidden;border-radius:3px;margin-top:4px;}
.day-block img{width:100%;height:100%;object-fit:cover;}
.day-tag{position:absolute;top:12px;left:12px;background:rgba(20,17,13,0.7);color:var(--sable-deep);font-family:'IBM Plex Mono', monospace;font-size:10px;padding:5px 10px;border-radius:20px;letter-spacing:0.5px;}
/* CTA RESERVATION */.cta-wrap{background:var(--cuivre);text-align:center;}

/* ============================================================
   PAGE LAB — mission, disciplines, Ératosthène, triptyque
   ============================================================ */

/* MISSION */.mission-wrap{background:var(--charbon);color:var(--blanc-casse);}
.mission-wrap .tag{display:inline-block;font-family:'IBM Plex Mono', monospace;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--cuivre);border:1px solid var(--cuivre);padding:4px 10px;border-radius:20px;margin-bottom:14px;}
.mission-quote{font-family:'Fraunces', serif;font-style:italic;font-size:17px;line-height:1.5;color:#fff;margin-bottom:14px;}
.mission-wrap p.mission-def{font-size:12.5px;line-height:1.6;color:#C9C2B2;}
.mission-slogan{margin-top:16px;font-family:'IBM Plex Mono', monospace;font-size:10.5px;color:var(--sable-deep);line-height:1.8;border-left:2px solid var(--cuivre);padding-left:12px;}
/* DISCIPLINES */.disc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}
.disc-item{background:#fff;border:1px solid rgba(184,128,31,0.25);border-radius:3px;padding:16px 8px;text-align:center;}
.disc-icon{width:30px;height:30px;margin:0 auto 8px;border-radius:50%;background:rgba(184,128,31,0.12);display:flex;align-items:center;justify-content:center;color:var(--cuivre-deep);font-size:14px;font-weight:600;}
.disc-item .nom{font-size:10.5px;font-weight:600;}
/* ERATOSTHENE FEATURED */.eratos-wrap{background:var(--cuivre);color:#fff;}
.eratos-wrap .sec-sub{color:rgba(255,255,255,0.85);}
.eratos-card{background:rgba(0,0,0,0.15);border:1px solid rgba(255,255,255,0.3);border-radius:3px;padding:18px;}
.eratos-live{display:inline-flex;align-items:center;gap:6px;font-family:'IBM Plex Mono', monospace;font-size:10px;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;}
.eratos-live .dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 1.6s infinite;}
.eratos-card h3{font-family:'Fraunces', serif;font-size:19px;font-weight:500;margin-bottom:8px;}
.eratos-card p{font-size:12.5px;line-height:1.55;margin-bottom:14px;color:rgba(255,255,255,0.92);}
.eratos-date{font-family:'IBM Plex Mono', monospace;font-size:11px;margin-bottom:14px;display:block;}
.eratos-btn{display:inline-block;background:#fff;color:var(--cuivre-deep);font-size:12px;font-weight:600;padding:11px 18px;border-radius:22px;text-decoration:none;}
.terrain-caption .lieu{font-family:'IBM Plex Mono', monospace;font-size:10px;color:var(--sable-deep);margin-bottom:4px;}
.terrain-caption p{font-size:12.5px;line-height:1.5;color:#EDE8DA;}
/* ATELIERS PERMANENTS */
.atelier-list{display:flex;flex-direction:column;gap:16px;}
.atelier-card{background:#fff;border:1px solid rgba(107,122,79,0.25);border-radius:3px;overflow:hidden;}
.atelier-card img{width:100%;height:150px;object-fit:cover;display:block;}
.atelier-body{padding:16px;}
.atelier-tag{display:inline-block;font-size:9.5px;letter-spacing:0.5px;color:var(--sauge-deep);margin-bottom:8px;}
.atelier-body h3{font-family:'Fraunces', serif;font-size:17px;font-weight:500;margin-bottom:8px;}
.atelier-question{font-style:italic;font-size:12.5px;color:var(--charbon);opacity:0.8;margin-bottom:8px;line-height:1.5;}
.atelier-desc{font-size:12.5px;line-height:1.55;margin-bottom:12px;}
.atelier-meta{font-size:10px;color:var(--ardoise);margin-bottom:14px;}
.atelier-btn{display:inline-block;background:var(--sauge);color:#fff;font-size:12px;font-weight:600;padding:11px 18px;border-radius:22px;text-decoration:none;}
.atelier-btn:hover{background:var(--sauge-deep);}
/* TRIPTYQUE */.tri-list{display:flex;flex-direction:column;gap:0;}
.tri-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid rgba(84,96,107,0.18);}
.tri-item:last-child{border-bottom:none;}
.tri-num{font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--cuivre-deep);padding-top:2px;min-width:20px;}
.tri-txt h4{font-size:13.5px;font-weight:600;margin-bottom:3px;}
.tri-txt p{font-size:11.5px;color:#6b6255;line-height:1.5;}
.tri-badge{display:inline-block;font-family:'IBM Plex Mono', monospace;font-size:9px;padding:2px 7px;border-radius:10px;margin-left:6px;vertical-align:middle;}
.badge-actif{background:var(--cuivre);color:#fff;}
.badge-avance{background:rgba(84,96,107,0.15);color:var(--ardoise);}

/* ============================================================
   PAGE CAP STRUCTURATION — positionnement, bio, expertise, méthode, slogan
   ============================================================ */

.hero .baseline{font-family:'Fraunces', serif;font-style:italic;font-size:14px;color:#D8D2C4;}
/* POSITIONNEMENT */.pos-wrap{background:var(--charbon);color:#fff;text-align:left;}
.pos-wrap .tag{display:inline-block;font-family:'IBM Plex Mono', monospace;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--ardoise);border:1px solid var(--ardoise);padding:4px 10px;border-radius:20px;margin-bottom:14px;}
.pos-wrap h2.display{font-size:22px;font-weight:500;line-height:1.4;margin-bottom:10px;color:#fff;}
.pos-wrap p{font-size:12.5px;line-height:1.6;color:#C9C2B2;}
.pos-stat{margin-top:18px;display:flex;align-items:baseline;gap:8px;border-top:1px solid #3A342B;padding-top:16px;}
.pos-stat .num{font-family:'Fraunces', serif;font-size:30px;font-weight:600;color:var(--cuivre);}
.pos-stat .txt{font-size:11.5px;color:#B8AF9C;line-height:1.4;}
/* BIO FONDATEUR */.bio-row{display:flex;align-items:center;gap:12px;margin-bottom:6px;}
.bio-name{font-family:'Fraunces', serif;font-size:19px;font-weight:500;}
.bio-role{font-family:'IBM Plex Mono', monospace;font-size:10.5px;color:var(--ardoise-deep);background:rgba(84,96,107,0.12);padding:5px 10px;border-radius:14px;display:inline-block;margin-top:6px;}
/* EXPERTISE 2 COLONNES */.exp-cols{display:flex;flex-direction:column;gap:14px;margin-top:16px;}
.exp-col{background:#fff;border:1px solid rgba(84,96,107,0.2);border-radius:3px;padding:16px;}
.exp-col .titre{font-family:'Fraunces', serif;font-size:15.5px;font-weight:500;margin-bottom:2px;}
.exp-col .souligne{font-family:'IBM Plex Mono', monospace;font-size:9px;letter-spacing:1px;text-transform:uppercase;color:var(--ardoise-deep);margin-bottom:12px;display:block;}
.exp-col ul{list-style:none;}
.exp-col li{font-size:11.5px;line-height:1.5;color:#413A2E;padding-left:14px;position:relative;margin-bottom:8px;}
.exp-col li::before{content:'—';position:absolute;left:0;color:var(--cuivre);}
.exp-col li:last-child{margin-bottom:0;}
/* CITATION */.quote-wrap{background:var(--ardoise);color:#fff;}
.quote-wrap .quote-mark{font-family:'Fraunces', serif;font-size:40px;color:var(--sable-deep);line-height:0.4;}
.quote-wrap p.corps{font-family:'Fraunces', serif;font-style:italic;font-size:14.5px;line-height:1.65;color:#fff;margin:10px 0 16px;}
.quote-wrap .signature{font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--sable-deep);}
/* POURQUOI / AUDIENCE */
.pourquoi-wrap{background:var(--blanc-casse);}
.pourquoi-wrap p{font-size:13.5px;line-height:1.7;color:#413A2E;margin-bottom:16px;}
.audience-list{list-style:none;margin-top:14px;}
.audience-list li{font-size:12.5px;line-height:1.5;color:#413A2E;padding-left:16px;position:relative;margin-bottom:8px;}
.audience-list li::before{content:'✓';position:absolute;left:0;color:var(--sauge);font-weight:600;}
.audience-warn{
  margin-top:16px;padding:12px 14px;
  background:rgba(178,59,59,0.06);border:1px solid rgba(178,59,59,0.25);border-radius:4px;
  font-size:11.5px;line-height:1.55;color:#7a3d3d;
}
.audience-warn strong{color:#5c2e2e;}

/* FAIT / NE FAIT PAS */
.dofont-cols{display:flex;flex-direction:column;gap:14px;margin-top:16px;}
.dofont-col{border-radius:3px;padding:14px 16px;}
.dofont-col.fait{background:rgba(107,122,79,0.08);border:1px solid rgba(107,122,79,0.25);}
.dofont-col.nefait{background:rgba(84,96,107,0.06);border:1px solid rgba(84,96,107,0.22);}
.dofont-col .titre-do{font-family:'IBM Plex Mono', monospace;font-size:10.5px;text-transform:uppercase;letter-spacing:0.8px;margin-bottom:10px;display:block;}
.dofont-col.fait .titre-do{color:var(--sauge-deep);}
.dofont-col.nefait .titre-do{color:var(--ardoise-deep);}
.dofont-col ul{list-style:none;}
.dofont-col li{font-size:12px;line-height:1.5;color:#413A2E;padding-left:16px;position:relative;margin-bottom:6px;}
.dofont-col.fait li::before{content:'✓';position:absolute;left:0;color:var(--sauge);}
.dofont-col.nefait li::before{content:'✕';position:absolute;left:0;color:var(--ardoise);}

/* POURQUOI TOURIVER - PUCES DE PREUVE */
.preuves-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.preuve-chip{
  font-family:'IBM Plex Mono', monospace;font-size:10px;
  background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.25);
  color:#D8D2C4;padding:6px 11px;border-radius:20px;
}

/* COMMENT DEMARRER */
.demarrer-wrap{background:var(--sauge);color:#fff;}
.demarrer-wrap .sec-title{color:#fff;}
.demarrer-wrap .sec-sub{color:rgba(255,255,255,0.85);}
.demarrer-list{display:flex;flex-direction:column;gap:0;}
.demarrer-item{display:flex;gap:14px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.2);}
.demarrer-item:last-child{border-bottom:none;}
.demarrer-num{
  font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--sauge);
  background:#fff;width:24px;height:24px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.demarrer-txt p{font-size:12.5px;line-height:1.5;color:#fff;}
.demarrer-badge{
  display:inline-block;font-family:'IBM Plex Mono', monospace;font-size:9px;
  background:rgba(255,255,255,0.25);padding:2px 7px;border-radius:10px;margin-left:6px;
}
.demarrer-objectif{
  margin-top:18px;padding:12px 14px;background:rgba(255,255,255,0.12);border-radius:4px;
  font-size:12px;line-height:1.5;color:#fff;
}
.whatsapp-btn{
  display:inline-flex;align-items:center;gap:8px;margin-top:18px;
  background:#fff;color:var(--sauge-deep);font-family:'IBM Plex Sans', sans-serif;
  font-size:13px;font-weight:600;padding:12px 20px;border-radius:24px;text-decoration:none;
}

/* PROCESS */.process-list{display:flex;flex-direction:column;gap:0;}
.proc-item{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(84,96,107,0.18);}
.proc-item:last-child{border-bottom:none;}
.proc-num{font-family:'IBM Plex Mono', monospace;font-size:11px;color:#fff;background:var(--ardoise);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.proc-txt h4{font-size:13.5px;font-weight:600;margin-bottom:2px;}
.proc-txt p{font-size:11.5px;color:#6b6255;line-height:1.4;}
/* SLOGAN BANDE */.slogan-wrap{background:var(--cuivre);color:#fff;text-align:center;padding:26px 20px;}
.slogan-flow{font-family:'IBM Plex Mono', monospace;font-size:12px;letter-spacing:0.5px;margin-bottom:6px;}
.slogan-sub{font-family:'Fraunces', serif;font-size:15px;font-style:italic;}
/* CTA */.cta-wrap{background:var(--charbon);color:#fff;text-align:center;}

/* ============================================================
   PAGE NOTRE HISTOIRE — intro, timeline, cahier photo, épilogue
   ============================================================ */

.hero{position:relative;height:64vh;min-height:420px;max-height:540px;overflow:hidden;}
.hero .soustitre{font-family:'IBM Plex Mono', monospace;font-size:12px;color:#D8D2C4;}
.intro p{font-size:14px;line-height:1.75;color:#413A2E;margin-bottom:14px;}
.intro p:last-child{margin-bottom:0;}
.intro .signature{font-family:'IBM Plex Mono', monospace;font-size:11px;color:var(--cuivre);margin-top:16px;}
/* TIMELINE */.tl-wrap{background:var(--charbon);color:#fff;}
.tl-wrap .sec-title{color:#fff;}
.tl-wrap .sec-sub{color:#B8AF9C;}
.tl-list{position:relative;padding-left:22px;}
.tl-list::before{content:'';position:absolute;left:5px;top:6px;bottom:6px;width:1.5px;background:rgba(255,255,255,0.15);}
.tl-item{position:relative;padding-bottom:26px;}
.tl-item:last-child{padding-bottom:0;}
.tl-dot{position:absolute;left:-22px;top:3px;width:11px;height:11px;border-radius:50%;border:2px solid var(--charbon);}
.tl-year{font-family:'IBM Plex Mono', monospace;font-size:11px;margin-bottom:4px;display:block;}
.tl-item h4{font-family:'Fraunces', serif;font-size:16px;font-weight:500;margin-bottom:5px;color:#fff;}
.tl-item p{font-size:12px;line-height:1.55;color:#C9C2B2;}
.dot-sauge{background:var(--sauge);}
.year-sauge{color:var(--sauge);}
.dot-nuit{background:var(--nuit);border-color:#fff;}
.year-nuit{color:#8A9BC7;}
.dot-cuivre{background:var(--cuivre);}
.year-cuivre{color:var(--cuivre);}
.dot-ardoise{background:var(--ardoise);border-color:#fff;}
.year-ardoise{color:#9AA5AD;}
/* GALERIE CAHIER PHOTO */.cahier-tag{display:inline-block;font-family:'IBM Plex Mono', monospace;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--cuivre);border:1px solid var(--cuivre);padding:4px 10px;border-radius:20px;margin-bottom:6px;}
.cahier-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;}
.cahier-card{position:relative;border-radius:3px;overflow:hidden;height:170px;}
.cahier-card img{width:100%;height:100%;object-fit:cover;}
.cahier-cap{position:absolute;left:0;right:0;bottom:0;padding:8px 10px;background:linear-gradient(180deg, transparent, rgba(20,17,13,0.88));}
.cahier-cap span{font-family:'IBM Plex Mono', monospace;font-size:9px;color:var(--sable-deep);line-height:1.3;display:block;}
/* CITATION EPILOGUE */.epi-wrap{background:var(--sauge);color:#fff;text-align:center;}
.epi-wrap .quote-mark{font-family:'Fraunces', serif;font-size:44px;color:rgba(255,255,255,0.6);line-height:0.3;}
.epi-wrap p.corps{font-family:'Fraunces', serif;font-style:italic;font-size:17px;line-height:1.6;margin:14px 0;}
.epi-wrap .signature{font-family:'IBM Plex Mono', monospace;font-size:11px;color:rgba(255,255,255,0.85);}

/* TEMOIGNAGES */
.temoignages-wrap{background:var(--blanc-casse);}
.google-badge{
  display:flex;align-items:center;gap:10px;
  margin-bottom:20px;padding:12px 14px;
  background:#fff;border:1px solid rgba(84,96,107,0.18);border-radius:4px;
}
.google-badge .note{font-family:'Fraunces', serif;font-size:22px;font-weight:600;color:var(--charbon);}
.google-badge .stars{color:#F0A500;font-size:13px;letter-spacing:1px;}
.google-badge .count{font-family:'IBM Plex Mono', monospace;font-size:10.5px;color:#6b6255;}
.google-badge a{margin-left:auto;font-family:'IBM Plex Mono', monospace;font-size:10px;color:var(--sauge-deep);text-decoration:underline;text-underline-offset:2px;white-space:nowrap;}

.temoin-card{
  background:#fff;border:1px solid rgba(84,96,107,0.15);border-radius:4px;
  padding:18px;
}
.temoin-stars{color:#F0A500;font-size:13px;letter-spacing:1px;margin-bottom:10px;}
.temoin-card p.avis{font-family:'Fraunces', serif;font-style:italic;font-size:14.5px;line-height:1.6;color:#413A2E;margin-bottom:12px;}
.temoin-auteur{display:flex;align-items:center;justify-content:space-between;}
.temoin-auteur .nom{font-size:12px;font-weight:600;color:var(--charbon);}
.temoin-auteur .quand{font-family:'IBM Plex Mono', monospace;font-size:9.5px;color:#8a8271;}