*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{
  scroll-behavior:smooth;
  font-size:16px;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  background:#FDFAF4;
  color:#1A1008;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
p{line-height:1.75}
img{max-width:100%;height:auto;display:block}
svg{display:block}

/* ── CSS VARIABLES ── */
:root{
  --or:#D4621A;
  --or2:#E8940A;
  --br:#2C1A0E;
  --sand:#F5EDD8;
  --sand2:#C9B99A;
  --dark:#0C0804;
  --dark2:#140E08;
  --dark3:#1E1408;
  --card:#17100A;
  --border:rgba(212,98,26,0.18);
  --border2:rgba(245,237,216,0.08);
  --glow:rgba(212,98,26,0.35);
  /* Sections claires */
  --light-bg:#FDFAF4;
  --light-bg2:#F5EDD8;
  --light-card:#FFFFFF;
  --light-border:#EEE5D0;
  --light-border2:#DDD0B8;
  --light-text:#1A1008;
  --light-muted:#7A5C3E;
  /* Type and rhythm */
  --font-heading:'Syne','DM Sans','Segoe UI',Arial,sans-serif;
  --h1-size:clamp(2.35rem,5.3vw,4.4rem);
  --h2-size:clamp(2.05rem,4.2vw,3rem);
  --h3-size:1.08rem;
  --section-pad:clamp(4.25rem,7vw,6rem);
  --section-gap:clamp(2rem,4vw,3.25rem);
  /* Surfaces */
  --radius-btn:10px;
  --radius-card:18px;
  --shadow-soft:0 8px 28px rgba(44,26,14,0.08);
  --shadow-hover:0 14px 40px rgba(44,26,14,0.12);
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:var(--dark)}
::-webkit-scrollbar-thumb{background:var(--or);border-radius:2px}

/* ── NOISE OVERLAY ── */
/* noise overlay supprimé */


/* ── NAVIGATION ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  height:68px;padding:0 2.5rem;
  display:grid;grid-template-columns:1fr auto 1fr;
  align-items:center;
  transition:background .3s, box-shadow .3s, border-color .3s;
}
nav.light{
  background:rgba(253,250,244,0.96);
  border-bottom:1px solid #EEE5D0;
  box-shadow:0 2px 20px rgba(44,26,14,0.07);
}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo,.nav-pill,.nav-right{min-width:0}
.nav-logo-img{width:36px;height:36px;border-radius:50%;overflow:hidden;border:1.5px solid rgba(255,255,255,0.3);flex-shrink:0}
.nav-logo-img img{width:100%;height:100%;object-fit:cover}
.nav-brand{font-family:var(--font-heading);font-size:14px;font-weight:700;color:#fff;line-height:1.2}
.nav-brand small{display:block;font-size:10px;font-weight:400;color:rgba(255,255,255,0.5);letter-spacing:.08em;text-transform:uppercase}
nav.light .nav-brand{color:#2C1A0E}
nav.light .nav-brand small{color:#7A5C3E}
nav.light .nav-logo-img{border-color:rgba(44,26,14,0.15)}

/* Pill */
.nav-pill{
  display:flex;align-items:center;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.22);
  border-radius:100px;padding:.3rem .35rem;
}
.nav-pill a{
  font-size:13px;font-weight:500;
  color:rgba(255,255,255,0.9);
  text-decoration:none;
  padding:.38rem .9rem;border-radius:100px;
  transition:background .2s, color .2s;
  white-space:nowrap;
}
.nav-pill a:hover{color:#fff;background:rgba(255,255,255,0.14)}
nav.light .nav-pill{background:rgba(44,26,14,0.06);border-color:#DDD0B8}
nav.light .nav-pill a{color:#7A5C3E}
nav.light .nav-pill a:hover{color:#2C1A0E;background:rgba(44,26,14,0.06)}

/* CTA */
.nav-right{display:flex;justify-content:flex-end}
.nav-cta{
  font-family:'DM Sans',sans-serif;
  background:#D4621A;color:#fff;
  font-size:13px;font-weight:600;letter-spacing:.03em;
  padding:.5rem 1.3rem;border-radius:100px;
  text-decoration:none;
  box-shadow:0 2px 12px rgba(212,98,26,0.35);
  transition:background .2s, transform .2s, box-shadow .2s;
  white-space:nowrap;
}
.nav-cta:hover{background:#BF5515;transform:translateY(-1px);box-shadow:0 4px 18px rgba(212,98,26,0.45)}

@media(max-width:980px){
  nav{padding:0 1.5rem}
  .nav-pill a{padding:.35rem .72rem;font-size:12px}
  .nav-cta{padding:.48rem 1.05rem}
}

@media(max-width:768px){
  .nav-pill{display:none}
  nav{grid-template-columns:1fr auto}
  .nav-right{display:none}
}

/* ── HERO ── */
.hero{
  min-height:100vh;
  min-height:100svh;
  min-height:100dvh;
  position:relative;
  display:flex;align-items:center;
  padding:clamp(7rem,10vh,8.25rem) 2rem clamp(4.5rem,8vh,6rem);
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;z-index:0;
}
.hero-bg img{
  width:100%;height:100%;object-fit:cover;object-position:center 40%;
  filter:brightness(.5) saturate(0.94);
}
.hero-grad{
  position:absolute;inset:0;z-index:1;
  background:
    radial-gradient(ellipse 88% 68% at 50% 48%, rgba(12,8,4,0.42) 0%, rgba(12,8,4,0.72) 58%, rgba(12,8,4,0.9) 100%),
    linear-gradient(to top, rgba(12,8,4,0.82) 0%, rgba(12,8,4,0.2) 52%, rgba(12,8,4,0.65) 100%);
}
.hero-grid-overlay{
  position:absolute;inset:0;z-index:1;
  background-image:
    linear-gradient(rgba(212,98,26,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,98,26,0.04) 1px, transparent 1px);
  background-size:60px 60px;
  -webkit-mask-image:linear-gradient(to bottom, transparent 0%, black 20%, black 70%, transparent 100%);
  mask-image:linear-gradient(to bottom, transparent 0%, black 20%, black 70%, transparent 100%);
}
.hero-inner{
  position:relative;z-index:2;
  max-width:860px;margin:0 auto;width:100%;
  display:flex;flex-direction:column;
  align-items:center;
  text-align:center;
}
.hero-left{
  max-width:740px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hero-tag{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(212,98,26,0.12);
  border:1px solid var(--border);
  color:var(--or2);
  font-size:10px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  padding:.4rem 1rem;border-radius:100px;
  margin-bottom:1.5rem;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.hero-tag::before{
  content:'';width:6px;height:6px;
  border-radius:50%;background:var(--or2);
  animation:blink 2s ease infinite;
}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
.hero h1{
  font-family:var(--font-heading);
  font-size:var(--h1-size);
  font-weight:800;
  color:var(--sand);
  max-width:22ch;
  line-height:1.07;
  letter-spacing:-.02em;
  margin-bottom:1.35rem;
  margin-inline:auto;
  text-wrap:balance;
  overflow-wrap:anywhere;
  text-shadow:0 10px 26px rgba(12,8,4,0.38);
}
.hero h1 em{
  font-style:normal;
  background:linear-gradient(135deg,var(--or) 0%,var(--or2) 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
}
.hero-desc{
  color:rgba(245,237,216,0.9);
  font-size:clamp(15px,2.1vw,17px);
  font-weight:350;
  line-height:1.78;
  max-width:56ch;
  margin-bottom:2.6rem;
  text-align:center;
  text-wrap:pretty;
}
.hero-btns{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:center;margin-bottom:0;}
.btn-primary{
  background:linear-gradient(135deg,#D4621A,#E8940A);
  color:#fff;
  padding:.92rem 1.9rem;
  border-radius:var(--radius-btn);
  border:1px solid rgba(255,255,255,0.08);
  font-weight:650;font-size:14px;
  line-height:1.1;
  text-decoration:none;
  display:inline-flex;align-items:center;gap:8px;
  min-height:48px;
  box-shadow:0 8px 30px rgba(212,98,26,0.42);
  transition:transform .22s,box-shadow .22s,filter .22s;
  letter-spacing:.02em;
}
.btn-primary:hover{
  filter:brightness(1.03);
  transform:translateY(-2px);
  box-shadow:0 12px 34px rgba(212,98,26,0.48);
}
.btn-outline{
  background:rgba(12,8,4,0.22);
  color:var(--sand);
  border:1px solid rgba(245,237,216,0.26);
  padding:.92rem 1.85rem;
  border-radius:var(--radius-btn);
  font-weight:550;font-size:14px;
  line-height:1.1;
  text-decoration:none;
  display:inline-flex;align-items:center;gap:8px;
  min-height:48px;
  transition:transform .22s,border-color .22s,background .22s;
  letter-spacing:.02em;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
.btn-outline:hover{
  border-color:rgba(245,237,216,0.46);
  background:rgba(245,237,216,0.09);
  transform:translateY(-2px);
}

/* Hero right — stats card */
.hero-stats-card{
  background:rgba(23,16,10,0.7);
  border:1px solid var(--border);
  border-radius:16px;
  padding:1.75rem;
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px);
  width:100%;max-width:340px;
}
.hero-stats-card h3{
  font-family:var(--font-heading);
  font-size:10px;font-weight:600;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--or);margin-bottom:1.25rem;
}
.stats-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:1px;background:var(--border);
  border-radius:10px;overflow:hidden;
}
.stat-item{
  background:rgba(12,8,4,0.6);
  padding:1.1rem 1rem;
  display:flex;flex-direction:column;gap:4px;
}
.stat-n{
  font-family:var(--font-heading);
  font-size:1.9rem;font-weight:800;
  color:var(--sand);line-height:1;
}
.stat-n span{color:var(--or);font-size:1rem}
.stat-l{
  font-size:10px;color:var(--sand2);
  letter-spacing:.06em;text-transform:uppercase;
  font-weight:400;
}

.hero-badge{
  background:rgba(23,16,10,0.7);
  border:1px solid var(--border);
  border-radius:12px;
  padding:1rem 1.25rem;
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px);
  width:100%;max-width:340px;
  display:flex;align-items:center;gap:12px;
}
.hero-badge-icon{
  width:40px;height:40px;
  background:rgba(212,98,26,0.15);
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.hero-badge-icon svg{width:20px;height:20px;stroke:var(--or);fill:none}
.hero-badge-text{font-size:12px;color:var(--sand2);line-height:1.5}
.hero-badge-text strong{display:block;color:var(--sand);font-size:13px;font-weight:600;margin-bottom:2px}

/* scroll indicator */
.scroll-hint{
  position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);
  z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;
}
.scroll-hint span{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--sand2);opacity:.5}
.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--or),transparent);animation:scrollDown 1.8s ease infinite}
@keyframes scrollDown{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

/* ── SECTIONS COMMUNES ── */
section{padding:var(--section-pad) 2rem}
section[id]{scroll-margin-top:84px}
.section-inner{max-width:1200px;margin:0 auto}
.section-header{margin-bottom:var(--section-gap)}
.section-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:10px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  color:var(--or);margin-bottom:.875rem;
}
.section-eyebrow::before{
  content:'';display:block;width:24px;height:1px;
  background:var(--or);
}
.section-title{
  font-family:var(--font-heading);
  font-size:var(--h2-size);
  font-weight:800;color:var(--light-text);
  line-height:1.08;
  letter-spacing:-.02em;
  margin-bottom:.9rem;
  text-wrap:balance;
}
.section-desc{
  font-size:15px;
  color:var(--light-muted);
  font-weight:350;
  line-height:1.8;
  max-width:56ch;
  text-wrap:pretty;
}
/* Used in activities header to preserve previous max-width without inline style. */
.section-desc--compact{max-width:320px}

/* ── PRÉSENTATION ── */
#presentation{background:#FFFFFF}
.pres-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:4.5rem;align-items:center;
}
.pres-img-wrap{position:relative}
.pres-img{
  position:relative;
  border-radius:24px;overflow:hidden;
  aspect-ratio:4/3;
  box-shadow:0 24px 64px rgba(44,26,14,0.13);
}
.pres-img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .6s ease;
}
.pres-img:hover img{transform:scale(1.04)}
.pres-img::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(
    160deg,
    transparent 40%,
    rgba(44,26,14,0.45) 100%
  );
  pointer-events:none;
}
/* Stats superposées en bas de l'image */
.pres-img-stats{
  position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;
  display:flex;gap:.875rem;
  z-index:2;
}
.pres-img-stat{
  background:rgba(253,250,244,0.12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.2);
  border-radius:12px;
  padding:.75rem 1rem;
  flex:1;
}
.pres-img-stat-n{
  font-family:var(--font-heading);
  font-size:1.4rem;font-weight:800;
  color:#fff;line-height:1;
}
.pres-img-stat-l{
  font-size:10px;color:rgba(255,255,255,0.65);
  margin-top:3px;letter-spacing:.05em;
  text-transform:uppercase;
}
/* Éléments décoratifs autour de l'image */
.pres-img-accent{
  position:absolute;
  bottom:-24px;right:-24px;
  width:180px;height:180px;
  background:linear-gradient(135deg,var(--or),var(--or2));
  border-radius:20px;
  opacity:.07;
  z-index:-1;
}
.pres-img-line{
  position:absolute;
  top:-16px;left:-16px;
  width:72px;height:72px;
  border-top:2.5px solid var(--or);
  border-left:2.5px solid var(--or);
  border-radius:4px 0 0 0;
  opacity:.5;
}

.pres-text p{
  font-size:15px;
  color:var(--light-muted);
  line-height:1.82;
  margin-bottom:1.2rem;
  font-weight:350;
  max-width:62ch;
}
.pres-quote{
  border-left:3px solid var(--or);
  padding:1rem 1.25rem;
  margin-top:2rem;
  background:rgba(212,98,26,0.04);
  border-radius:0 12px 12px 0;
}
.pres-quote p{
  font-size:14px;color:#7A3A10;
  font-style:italic;font-weight:400;
  margin:0;line-height:1.75;
}
.pres-badges{
  display:flex;gap:.75rem;margin-top:1.75rem;flex-wrap:wrap;
}
.pres-badge{
  display:flex;align-items:center;gap:6px;
  background:#FFF8F3;
  border:1px solid #EEE5D0;
  border-radius:100px;
  padding:.4rem .9rem;
  font-size:11px;color:var(--light-muted);
  font-weight:600;letter-spacing:.02em;
}
.pres-badge svg{width:12px;height:12px;stroke:var(--or);fill:none;flex-shrink:0}

/* ── ACTIVITÉS ── */
#activites{background:var(--light-bg)}
.act-header-row{
  display:flex;align-items:flex-end;
  justify-content:space-between;
  gap:2rem;margin-bottom:3rem;
  flex-wrap:wrap;
}
.act-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.35rem;
}
.act-card{
  background:#FFFFFF;
  border:1px solid #EEE5D0;
  border-radius:var(--radius-card);
  padding:1.95rem 1.65rem;
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  transition:transform .25s,border-color .25s,box-shadow .25s;
}
.act-card:hover{
  border-color:#DDD0B8;
  box-shadow:var(--shadow-soft);
  transform:translateY(-3px);
}
.act-card::before{display:none}
.act-num{
  font-family:var(--font-heading);
  font-size:11px;font-weight:700;
  color:var(--or);letter-spacing:.14em;
  margin-bottom:1rem;
  opacity:.6;
}
.act-icon{
  width:46px;height:46px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.1rem;
  transition:all .3s;
}
.act-icon svg{width:22px;height:22px;}
.act-icon--blue,
.act-icon--orange,
.act-icon--green,
.act-icon--red,
.act-icon--purple,
.act-icon--teal{
  background:transparent;
  border:1.5px solid #DDD0B8;
}
.act-icon--blue svg,
.act-icon--orange svg,
.act-icon--green svg,
.act-icon--red svg,
.act-icon--purple svg,
.act-icon--teal svg{
  stroke:#7A5C3E;
  stroke-width:1.6;
}
.act-card:hover .act-icon--blue,
.act-card:hover .act-icon--orange,
.act-card:hover .act-icon--green,
.act-card:hover .act-icon--red,
.act-card:hover .act-icon--purple,
.act-card:hover .act-icon--teal{
  background:rgba(212,98,26,0.07);
  border-color:rgba(212,98,26,0.3);
}
.act-card:hover .act-icon--blue svg,
.act-card:hover .act-icon--orange svg,
.act-card:hover .act-icon--green svg,
.act-card:hover .act-icon--red svg,
.act-card:hover .act-icon--purple svg,
.act-card:hover .act-icon--teal svg{
  stroke:var(--or);
}
.act-card h3{
  font-family:var(--font-heading);
  font-size:var(--h3-size);
  font-weight:700;
  color:#1A1008;
  margin-bottom:.62rem;
  letter-spacing:-.01em;
  line-height:1.3;
}
.act-card p{
  font-size:13.5px;
  color:#7A5C3E;
  line-height:1.75;
  font-weight:350;
}

/* ── TARIFS ── */
#tarifs{background:#FDFAF4}
.tarifs-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:2rem;margin-top:3rem;
  max-width:860px;
}
.tarif-card{
  background:#FFFFFF;
  border:1px solid var(--light-border);
  border-radius:var(--radius-card);
  padding:2.5rem;
  position:relative;
  overflow:hidden;
  transition:transform .3s, box-shadow .3s, border-color .3s;
  display:flex;flex-direction:column;
}
.tarif-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-hover);
  border-color:#DDD0B8;
}
.tarif-card.featured{
  border-color:var(--light-border);
  background:#FFFFFF;
}
.tarif-card.featured::before{display:none}
.tarif-icon{
  width:52px;height:52px;
  background:rgba(212,98,26,0.08);
  border:1px solid rgba(212,98,26,0.15);
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.5rem;
}
.tarif-icon svg{width:24px;height:24px;stroke:var(--or);fill:none}
.tarif-name{
  font-family:var(--font-heading);
  font-size:18px;font-weight:700;
  color:var(--br);margin-bottom:.75rem;
}
.tarif-price{
  font-family:var(--font-heading);
  font-size:2.6rem;font-weight:800;
  color:var(--or);line-height:1;
  margin-bottom:.25rem;
  letter-spacing:-.02em;
}
.tarif-price-note{
  font-size:12px;color:var(--light-muted);
  margin-bottom:1.75rem;font-weight:300;
}
.tarif-sep{height:1px;background:#EEE5D0;margin-bottom:1.5rem}
.tarif-items{
  display:flex;flex-direction:column;gap:.75rem;
  flex:1;
}
.tarif-item{
  display:flex;align-items:center;gap:10px;
  font-size:13px;color:#5C3A1E;font-weight:400;
}
.tarif-item::before{
  content:'';width:18px;height:18px;
  border-radius:50%;
  background:rgba(212,98,26,0.1);
  border:1px solid rgba(212,98,26,0.25);
  flex-shrink:0;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='4,9 7.5,12.5 14,5.5' stroke='%23D4621A' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tarif-btn{
  display:flex;align-items:center;justify-content:center;
  gap:8px;
  margin-top:2rem;
  padding:.9rem 1.55rem;
  border-radius:var(--radius-btn);
  font-family:var(--font-heading);
  font-size:14px;font-weight:650;
  text-decoration:none;
  min-height:48px;
  transition:transform .22s,box-shadow .22s,background .22s;
  letter-spacing:.02em;
}
.tarif-btn-outline{
  background:#fff;
  color:var(--or);
  border:1.5px solid var(--or);
}
.tarif-btn-outline:hover{
  background:rgba(212,98,26,0.06);
  transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(212,98,26,0.16);
}
.tarif-btn-filled{
  background:linear-gradient(135deg,#D4621A,#E8940A);
  color:#fff;
  border:1.5px solid transparent;
  box-shadow:0 8px 26px rgba(212,98,26,0.35);
}
.tarif-btn-filled:hover{
  filter:brightness(1.03);
  box-shadow:0 11px 30px rgba(212,98,26,0.45);
  transform:translateY(-2px);
}

/* ── CTA BAND ── */
.cta-band{
  padding:clamp(4rem,7vw,5.2rem) 2rem;
  position:relative;overflow:hidden;
  background:var(--dark3);
}
.cta-band::before{
  content:'';
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%,rgba(212,98,26,0.1),transparent),
    linear-gradient(to bottom,transparent,rgba(12,8,4,0.3));
}
.cta-band-inner{
  max-width:700px;margin:0 auto;
  text-align:center;position:relative;z-index:1;
}
.cta-band h2{
  font-family:var(--font-heading);
  font-size:clamp(1.8rem,4vw,2.8rem);
  font-weight:800;color:var(--sand);
  letter-spacing:-.02em;
  line-height:1.1;margin-bottom:1rem;
}
.cta-band h2 em{
  font-style:normal;
  background:linear-gradient(135deg,var(--or),var(--or2));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.cta-band p{
  font-size:15px;color:rgba(245,237,216,0.78);
  font-weight:350;line-height:1.8;
  margin-bottom:2.5rem;
  text-wrap:pretty;
}
.cta-band-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ── CONTACT ── */
#contact{background:var(--light-bg)}
.contact-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:3.6rem;margin-top:2.6rem;align-items:start;
}
.contact-items{display:flex;flex-direction:column;gap:1rem}
.contact-item{
  display:flex;align-items:flex-start;gap:14px;
  background:#FFFFFF;
  border:1px solid var(--light-border);
  border-radius:12px;
  padding:1.25rem;
  transition:border-color .25s,box-shadow .25s;
}
.contact-item:hover{border-color:var(--light-border2);box-shadow:0 4px 16px rgba(44,26,14,0.07)}
.contact-item-icon{
  width:42px;height:42px;
  background:rgba(212,98,26,0.1);
  border:1px solid rgba(212,98,26,0.2);
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.contact-item-icon svg{width:18px;height:18px;stroke:var(--or);fill:none}
.contact-item-label{
  font-size:9px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--or);margin-bottom:4px;
}
.contact-item-val{font-size:14px;font-weight:500;color:var(--light-text)}
.contact-item-val a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(122,92,62,0.35);
}
.contact-item-sub{font-size:12px;color:var(--light-muted);margin-top:3px;font-weight:300}
.contact-item-val,
.contact-item-sub,
.map-coords,
.footer-col-links a,
.footer-copy{overflow-wrap:anywhere}

.map-card{
  background:#FFFFFF;
  border:1px solid var(--light-border);
  border-radius:16px;
  overflow:hidden;
  height:100%;min-height:300px;
  display:flex;flex-direction:column;
}
.map-header{
  padding:1.25rem 1.5rem;
  border-bottom:1px solid var(--light-border);
  display:flex;align-items:center;gap:10px;
}
.map-header svg{width:16px;height:16px;stroke:var(--or);fill:none}
.map-header span{
  font-family:var(--font-heading);
  font-size:13px;font-weight:600;
  color:var(--light-text);
}
.map-body{
  flex:1;
  display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:1rem;
  padding:2rem;
  background:repeating-linear-gradient(
    0deg,
    rgba(212,98,26,0.06) 0px,
    rgba(212,98,26,0.06) 1px,
    transparent 1px,
    transparent 40px
  ),
  repeating-linear-gradient(
    90deg,
    rgba(212,98,26,0.06) 0px,
    rgba(212,98,26,0.06) 1px,
    transparent 1px,
    transparent 40px
  );
  background-color:#FDFAF4;
}
.map-pin{
  width:56px;height:56px;
  background:rgba(212,98,26,0.12);
  border:1px solid var(--border);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  animation:pulse 2.5s ease infinite;
}
.map-pin svg{width:24px;height:24px;stroke:var(--or);fill:none}
@keyframes pulse{
  0%,100%{box-shadow:0 0 0 0 rgba(212,98,26,0.3)}
  50%{box-shadow:0 0 0 12px rgba(212,98,26,0)}
}
.map-coords{
  font-family:var(--font-heading);
  font-size:11px;color:var(--light-muted);
  letter-spacing:.1em;text-align:center;
}
/* Secondary location line moved from inline style to keep HTML clean. */
.map-coords-sub{
  opacity:.5;
  font-size:10px;
  display:block;
  margin-top:4px;
}

/* ── FOOTER ── */
footer{
  background:var(--br);
  border-top:1px solid rgba(212,98,26,0.15);
  padding:4rem 2rem 2rem;
}
.footer-inner{
  max-width:1200px;margin:0 auto;
}
.footer-top{
  display:grid;
  grid-template-columns:1.8fr 1fr 1fr;
  gap:3rem;
  padding-bottom:3rem;
  border-bottom:1px solid rgba(245,237,216,0.08);
}
.footer-brand{}
.footer-brand-logo{
  display:flex;align-items:center;gap:12px;
  margin-bottom:1.25rem;
}
.footer-brand-logo img{
  width:44px;height:44px;
  border-radius:50%;object-fit:cover;
  border:1.5px solid rgba(212,98,26,0.35);
}
.footer-brand-logo-text{
  font-family:var(--font-heading);
  font-size:15px;font-weight:700;
  color:var(--sand);line-height:1.2;
}
.footer-brand-logo-text span{
  display:block;font-size:10px;font-weight:400;
  color:rgba(245,237,216,0.54);
  letter-spacing:.08em;text-transform:uppercase;
}
.footer-brand-desc{
  font-size:13px;color:rgba(245,237,216,0.62);
  line-height:1.75;font-weight:300;
  max-width:280px;
}
.footer-col-title{
  font-family:var(--font-heading);
  font-size:11px;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--or);margin-bottom:1.25rem;
}
.footer-col-links{
  display:flex;flex-direction:column;gap:.625rem;
}
.footer-col-links a{
  font-size:13px;color:rgba(245,237,216,0.7);
  text-decoration:none;
  transition:color .2s;
  font-weight:350;
}
.footer-col-links a:hover{color:var(--sand)}
.footer-bottom{
  display:flex;align-items:center;
  justify-content:space-between;
  padding-top:1.75rem;
  flex-wrap:wrap;gap:1rem;
}
.footer-copy{
  font-size:11px;color:rgba(245,237,216,0.46);
  letter-spacing:.04em;
}
.footer-bottom-badge{
  display:flex;align-items:center;gap:8px;
  font-size:11px;color:rgba(245,237,216,0.52);
}
.footer-bottom-badge svg{
  width:14px;height:14px;
  stroke:var(--or);fill:none;opacity:.6;
}

/* ── ANIMATIONS ── */
.reveal{
  opacity:1;transform:translateY(0);
  transition:opacity .7s ease,transform .7s ease;
}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.3s}
.reveal-delay-4{transition-delay:.4s}
.reveal-delay-5{transition-delay:.5s}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .hero{
    min-height:92vh;
    min-height:92svh;
    min-height:92dvh;
    padding:6.75rem 1.6rem 4.75rem;
  }
  .hero-inner{max-width:760px;gap:2.4rem}
  .hero-right{align-items:stretch}
  .hero-stats-card,.hero-badge{max-width:100%}
  .pres-grid{grid-template-columns:1fr;gap:3.25rem}
  .act-grid{grid-template-columns:1fr 1fr}
  .tarifs-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr;gap:2rem}
}
@media(max-width:768px){
  .hero h1{font-size:clamp(1.5rem,6.5vw,2.75rem)}
  .hero-desc{max-width:48ch}
  .footer-top{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{align-items:flex-start}
}
@media(max-width:600px){
  nav{padding:0 1.25rem;grid-template-columns:1fr auto}
  .nav-pill{display:none}
  .hero{
    min-height:auto;
    padding:6.25rem 1.25rem 4.5rem;
  }
  .hero-desc{
    font-size:14px;
    line-height:1.74;
    margin-bottom:2rem;
  }
  .hero-btns{
    width:100%;
    gap:.75rem;
  }
  .hero-btns .btn-primary,
  .hero-btns .btn-outline{
    width:100%;
    max-width:360px;
    justify-content:center;
  }
  .cta-band-btns .btn-primary,
  .cta-band-btns .btn-outline{
    width:100%;
    max-width:360px;
    justify-content:center;
  }
  section{padding:3.75rem 1.25rem}
  .act-grid{grid-template-columns:1fr}
  .section-title{font-size:clamp(1.7rem,8vw,2.1rem)}
  .section-header{margin-bottom:2rem}
  .cta-band{padding:3.6rem 1.25rem}
  .act-header-row{flex-direction:column;align-items:flex-start}
  .footer-bottom{gap:.65rem}
}

@media(max-width:480px){
  .hero{padding:5.9rem 1rem 4rem}
  .hero h1{font-size:clamp(1.38rem,8vw,2.1rem)}
  .hero-desc{max-width:40ch}
  .pres-img-stats{left:.85rem;right:.85rem;bottom:.85rem;gap:.55rem}
  .pres-img-stat{padding:.6rem .72rem}
  .pres-img-stat-n{font-size:1.08rem}
  .pres-img-stat-l{font-size:9px}
}

@media(hover:none){
  .nav-cta:hover,
  .btn-primary:hover,
  .btn-outline:hover,
  .act-card:hover,
  .tarif-card:hover,
  .tarif-btn-outline:hover,
  .tarif-btn-filled:hover{transform:none}
  .btn-primary:hover,
  .tarif-btn-filled:hover{filter:none}
}

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