/* ═══════════════════════════════════════════════
   OSTÉOPATHIE VILLERAY SC — STYLES PARTAGÉS
   Utilisé par toutes les pages du site.
   ═══════════════════════════════════════════════ */

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:      #2e4a2e;
  --green-mid:  #446644;
  --sage:       #7aaa7a;
  --sage-light: #b8d4b0;
  --sage-pale:  #e0eed8;
  --bg:         #f7f5f0;
  --bg-warm:    #fdf9f3;
  --white:      #ffffff;
  --amber:      #c8a96e;
  --text:       #222e22;
  --text-soft:  #5c6e5c;
  --r:          14px;
  --r-lg:       24px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
}

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(247,245,240,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(46,74,46,.08);
  padding: .9rem 6%;
  display: flex; align-items: center; justify-content: space-between;
}

.nav-brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }

.nav-logo { height: 84px; width: auto; display: block; border-radius: 10px; }
.nav-brand-name { font-size: 1.05rem; font-weight: 600; color: var(--green); letter-spacing: -.01em; }

.nav-links { list-style: none; display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: .84rem; font-weight: 500; color: var(--text-soft); text-decoration: none; transition: color .18s; }
.nav-links a:hover { color: var(--green); }

.nav-btn {
  background: var(--green) !important; color: #fff !important;
  padding: .52rem 1.35rem; border-radius: 50px;
  font-weight: 600 !important; font-size: .82rem !important;
  transition: background .18s, transform .15s !important;
}
.nav-btn:hover { background: var(--green-mid); transform: translateY(-1px); }

/* ─── BREADCRUMB ─── */
.breadcrumb {
  padding: 6.5rem 6% 0; font-size: .78rem; color: var(--text-soft);
}
.breadcrumb a { color: var(--green-mid); text-decoration: none; font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 .4rem; opacity: .5; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .82rem 1.8rem; border-radius: 50px;
  font-size: .88rem; font-weight: 600; text-decoration: none;
  transition: all .2s; border: 2px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--green); color: white; }
.btn-primary:hover { background: var(--green-mid); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(46,74,46,.22); }
.btn-outline { border-color: var(--green); color: var(--green); }
.btn-outline:hover { background: var(--green); color: white; transform: translateY(-2px); }
.btn-white { background: white; color: var(--green); box-shadow: 0 2px 12px rgba(46,74,46,.1); }
.btn-white:hover { background: var(--sage-pale); transform: translateY(-2px); }

/* ─── SECTION BASE ─── */
section { padding: 5.5rem 6%; }

.s-tag {
  display: inline-block;
  background: var(--sage-pale); color: var(--green-mid);
  font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: .3rem .85rem; border-radius: 50px; margin-bottom: .9rem;
}

.s-center { text-align: center; }

h2.s-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem); font-weight: 600;
  color: var(--green); line-height: 1.2; margin-bottom: .7rem;
}

.s-sub {
  font-size: .94rem; font-weight: 300; color: var(--text-soft); line-height: 1.8;
  max-width: 520px;
}
.s-center .s-sub { margin: 0 auto; }

/* ─── HERO ─── */
#hero {
  min-height: 100vh;
  padding: 9rem 6% 5rem;
  background: var(--bg-warm);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
#hero.hero-compact { min-height: auto; padding: 9rem 6% 4.5rem; }

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 4rem;
  width: 100%;
  position: relative; z-index: 1;
}

.hero-deco { position: absolute; pointer-events: none; }
.hero-deco-1 {
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(184,212,176,.35) 0%, transparent 68%);
  top: -80px; right: -60px;
}
.hero-deco-2 {
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,169,110,.12) 0%, transparent 70%);
  bottom: 40px; left: -40px;
}

.hero-content { position: relative; z-index: 1; }
.hero-card { display: flex; flex-direction: column; gap: 1rem; }

.hc-quote {
  background: white; border-radius: var(--r-lg); padding: 1.8rem;
  box-shadow: 0 6px 30px rgba(46,74,46,.1); position: relative;
}
.hc-quote-mark {
  font-family: 'Lora', serif; font-size: 5rem; line-height: .6;
  color: var(--sage-pale); position: absolute; top: 1.2rem; left: 1.6rem;
  pointer-events: none; user-select: none;
}
.hc-quote blockquote {
  font-family: 'Lora', serif; font-size: 1.05rem; font-style: italic;
  color: var(--text); line-height: 1.75; padding-top: 1.6rem; margin-bottom: 1.4rem;
  position: relative; z-index: 1;
}
.hc-quote-slides { display: grid; }
.hc-slide { grid-area: 1 / 1; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.hc-slide.is-active { opacity: 1; pointer-events: auto; }

.hc-quote-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.2rem; }
.hc-nav-btn {
  width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--sage-pale);
  background: var(--bg-warm); color: var(--green); font-size: 1rem; line-height: 1;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background .15s, color .15s;
}
.hc-nav-btn:hover { background: var(--sage-pale); }
.hc-nav-dots { display: flex; gap: .4rem; }
.hc-nav-dots .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--sage-pale);
  cursor: pointer; transition: background .15s, transform .15s;
}
.hc-nav-dots .dot.is-active { background: var(--green); transform: scale(1.3); }

.hc-quote-author { display: flex; align-items: center; gap: .85rem; }
.hc-author-photo {
  width: 44px; height: 44px; border-radius: 50%; overflow: hidden;
  border: 2px solid var(--sage-pale); flex-shrink: 0;
}
.hc-author-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hc-author-initial {
  display: flex; align-items: center; justify-content: center;
  background: var(--sage-pale); color: var(--green);
  font-size: .78rem; font-weight: 600;
}
.hc-author-info strong { display: block; font-size: .85rem; font-weight: 600; color: var(--text); }
.hc-author-info span { font-size: .73rem; color: var(--text-soft); }
.hc-author-stars { margin-left: auto; font-size: .85rem; color: #e8a820; letter-spacing: .05em; }

.hc-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hc-status {
  background: var(--green); border-radius: var(--r); padding: 1.1rem 1.2rem;
  display: flex; flex-direction: column; gap: .35rem;
}
.hc-status-dot {
  display: flex; align-items: center; gap: .5rem;
  font-size: .72rem; font-weight: 700; color: var(--sage-light); letter-spacing: .1em; text-transform: uppercase;
}
.hc-status-dot::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: #6ddd6d; box-shadow: 0 0 0 3px rgba(109,221,109,.25); flex-shrink: 0;
}
.hc-status h4 { font-family: 'Lora', serif; font-size: 1rem; color: white; font-weight: 600; }
.hc-status p { font-size: .73rem; color: rgba(255,255,255,.55); font-weight: 300; }

.hc-address {
  background: var(--sage-pale); border-radius: var(--r); padding: 1.1rem 1.2rem;
  display: flex; flex-direction: column; justify-content: center; gap: .3rem;
}
.hc-address span:first-child { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--green-mid); }
.hc-address span:last-child { font-size: .82rem; font-weight: 500; color: var(--text); line-height: 1.4; }

.hc-cta {
  display: flex; align-items: center; justify-content: center; gap: .6rem;
  background: var(--green); border-radius: var(--r); padding: .95rem;
  text-decoration: none; transition: background .18s, transform .15s;
  box-shadow: 0 4px 16px rgba(46,74,46,.2);
}
.hc-cta:hover { background: var(--green-mid); transform: translateY(-1px); }
.hc-cta svg { fill: var(--sage-light); flex-shrink: 0; }
.hc-cta span { font-size: .9rem; font-weight: 700; color: white; }

.hc-cta-outline {
  background: white; border: 1.5px solid var(--green); box-shadow: none;
}
.hc-cta-outline:hover { background: var(--sage-pale); }
.hc-cta-outline span { color: var(--green); }

.hc-note { text-align: center; font-size: .78rem; font-weight: 500; color: var(--text-soft); }

.hero-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  background: white; border: 1.5px solid var(--sage-pale);
  border-radius: 50px; padding: .4rem 1.1rem;
  font-size: .76rem; font-weight: 500; color: var(--green-mid);
  margin-bottom: 1.8rem;
  box-shadow: 0 2px 12px rgba(46,74,46,.07);
}
.hero-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }

#hero h1 {
  font-family: 'Lora', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600; color: var(--green);
  line-height: 1.18; margin-bottom: 1.3rem;
}
#hero h1 em { font-style: italic; color: var(--sage); }

#hero .lead {
  font-size: 1.05rem; font-weight: 300; color: var(--text-soft);
  max-width: 500px; line-height: 1.85; margin-bottom: 2.5rem;
}

.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-tags { display: flex; flex-wrap: wrap; gap: .7rem; }

.htag {
  background: white; border: 1px solid var(--sage-pale);
  border-radius: 50px; padding: .35rem .9rem;
  font-size: .78rem; font-weight: 500; color: var(--text-soft);
  box-shadow: 0 1px 4px rgba(46,74,46,.05);
}


/* ─── CARD GRID (services / causes / symptômes) ─── */
.svc-intro { margin-bottom: 3rem; }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.svc-book { display: flex; justify-content: center; margin-top: 2.5rem; }

.svc-card {
  background: var(--bg); border-radius: var(--r-lg);
  padding: 1.8rem 1.7rem 2rem; border: 1.5px solid transparent;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.svc-card:hover {
  border-color: var(--sage-light);
  box-shadow: 0 8px 28px rgba(46,74,46,.09);
  transform: translateY(-4px);
}
.svc-emoji { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.svc-card h3 { font-family: 'Lora', serif; font-size: 1.15rem; font-weight: 600; color: var(--green); margin-bottom: .55rem; }
.svc-card p { font-size: .84rem; color: var(--text-soft); font-weight: 300; line-height: 1.78; }

/* ─── ICON LIST (valeurs / signes / conseils) ─── */
.vals { display: flex; flex-direction: column; gap: .85rem; margin-top: 1.6rem; }
.val {
  display: flex; align-items: flex-start; gap: .85rem;
  background: white; border-radius: var(--r); padding: 1rem 1.2rem;
  box-shadow: 0 1px 6px rgba(46,74,46,.05);
}
.val-icon { font-size: 1.4rem; line-height: 1; flex-shrink: 0; margin-top: .05rem; }
.val strong { display: block; font-size: .88rem; font-weight: 600; color: var(--green); margin-bottom: .12rem; }
.val span { font-size: .8rem; color: var(--text-soft); font-weight: 300; }

/* ─── INFO TILES ─── */
.info-tiles { display: flex; flex-direction: column; gap: 1rem; }
.tile {
  background: white; border-radius: var(--r-lg); padding: 1.5rem 1.6rem;
  box-shadow: 0 2px 12px rgba(46,74,46,.06);
  display: flex; align-items: center; gap: 1.2rem;
}
.tile-icon {
  width: 50px; height: 50px; border-radius: 14px; flex-shrink: 0;
  background: var(--sage-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.tile h4 { font-size: .9rem; font-weight: 600; color: var(--green); margin-bottom: .2rem; }
.tile p { font-size: .8rem; color: var(--text-soft); font-weight: 300; line-height: 1.6; }

.tile-big {
  background: var(--green); border-radius: var(--r-lg); padding: 1.8rem;
  display: flex; align-items: center; gap: 1.5rem;
}
.tile-big-num { font-family: 'Lora', serif; font-size: 3.2rem; font-weight: 600; color: white; line-height: 1; flex-shrink: 0; }
.tile-big-label p:first-child { font-size: .9rem; font-weight: 600; color: var(--sage-light); }
.tile-big-label p:last-child { font-size: .78rem; color: rgba(255,255,255,.5); font-weight: 300; }

/* ─── ÉQUIPE ─── */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem; }
.team-card {
  background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg); padding: 2.2rem; transition: background .2s;
}
.team-card:hover { background: rgba(255,255,255,.11); }
.team-top { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1.2rem; }
.avatar {
  width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(140deg, var(--sage) 0%, var(--green-mid) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Lora', serif; font-size: 1.35rem; font-style: italic;
  color: white; font-weight: 400; overflow: hidden;
}
.avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-name-block h3 { font-family: 'Lora', serif; font-size: 1.25rem; color: white; font-weight: 600; }
.team-role { font-size: .74rem; font-weight: 600; letter-spacing: .09em; color: var(--sage); margin-top: .15rem; }
.founder-badge {
  display: inline-block; background: rgba(122,170,122,.2); color: var(--sage-light);
  font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: .18rem .65rem; border-radius: 50px; margin-left: .5rem; vertical-align: middle;
}
.team-card p { font-size: .86rem; color: rgba(255,255,255,.62); font-weight: 300; line-height: 1.85; }
.team-card p + p { margin-top: .8rem; }

/* ─── TÉMOIGNAGES ─── */
.reviews-marquee {
  margin-top: 3rem; overflow: hidden; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.reviews-track {
  display: flex; gap: 1.1rem; width: max-content;
  animation: reviews-scroll 60s linear infinite;
}
.reviews-marquee:hover .reviews-track { animation-play-state: paused; }
@keyframes reviews-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - .55rem)); }
}
.review-card {
  background: white; border-radius: var(--r-lg); padding: 1.8rem; box-shadow: 0 2px 16px rgba(46,74,46,.06);
  display: flex; flex-direction: column; flex: 0 0 380px; width: 380px;
}
.rev-stars { font-size: .95rem; color: #e8a820; margin-bottom: .9rem; letter-spacing: .08em; }
.review-card blockquote {
  font-size: .87rem; font-style: italic; color: var(--text-soft);
  font-weight: 300; line-height: 1.82; margin-bottom: 1.2rem; border: none; padding: 0;
}
.rev-author { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
.rev-av {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: var(--sage-pale); display: flex; align-items: center; justify-content: center;
  font-size: .78rem; font-weight: 700; color: var(--green-mid);
}
.rev-name { font-size: .84rem; font-weight: 600; color: var(--text); }
.rev-loc { font-size: .73rem; color: var(--text-soft); }

/* ─── ZIGZAG ROWS (services / profils équipe) ─── */
.zigzag { display: flex; flex-direction: column; margin-top: 3rem; }
.zigzag-row {
  display: flex; align-items: center; gap: 3.5rem;
  padding: 3rem 0; border-bottom: 1px solid rgba(46,74,46,.08);
}
.zigzag-row:first-child { padding-top: 0; }
.zigzag-row:last-child { border-bottom: none; }
.zigzag-row.reverse { flex-direction: row-reverse; }
.zigzag-visual {
  flex: 0 0 300px; height: 300px; border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.zigzag-visual.icon { font-size: 5rem; }
.zigzag-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.zigzag-num {
  font-family: 'Lora', serif; font-size: .8rem; font-weight: 700; letter-spacing: .14em;
  color: var(--sage); text-transform: uppercase; margin-bottom: .6rem; display: block;
}
.zigzag-content h3 { font-family: 'Lora', serif; font-size: 1.6rem; font-weight: 600; color: var(--green); margin-bottom: .8rem; }
.zigzag-content p { font-size: .92rem; color: var(--text-soft); font-weight: 300; line-height: 1.85; margin-bottom: 1rem; }
.zigzag-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }

/* ─── CREDENTIAL STRIP ─── */
.cred-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; margin-top: 2.2rem; }
.cred-chip {
  display: flex; align-items: center; gap: .5rem;
  background: white; border: 1px solid var(--sage-pale); border-radius: 50px;
  padding: .5rem 1.1rem; font-size: .8rem; font-weight: 500; color: var(--text-soft);
  box-shadow: 0 1px 4px rgba(46,74,46,.05);
}

/* ─── PULL QUOTE ─── */
.pull-quote {
  font-family: 'Lora', serif; font-style: italic; font-size: 1.15rem;
  color: var(--green); line-height: 1.6; border-left: 3px solid var(--sage);
  padding-left: 1.2rem; margin: 1.2rem 0;
}

/* ─── CHECKMARK LIST (bios) ─── */
.cred-list { list-style: none; display: flex; flex-direction: column; gap: .5rem; margin-top: 1rem; }
.cred-list li { display: flex; align-items: center; gap: .6rem; font-size: .85rem; color: var(--text-soft); font-weight: 400; }
.cred-list li::before { content: '✓'; color: var(--sage); font-weight: 700; flex-shrink: 0; }

/* ─── VALUE ROW (dark, divided list) ─── */
.value-row-list { display: flex; flex-direction: column; margin-top: 3rem; max-width: 760px; margin-left: auto; margin-right: auto; }
.value-row { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.value-row:last-child { border-bottom: none; }
.value-row-num { font-family: 'Lora', serif; font-size: 1.3rem; font-style: italic; color: var(--sage-light); flex-shrink: 0; width: 2.2rem; }
.value-row h4 { font-size: 1rem; font-weight: 600; color: white; margin-bottom: .3rem; }
.value-row p { font-size: .86rem; color: rgba(255,255,255,.6); font-weight: 300; line-height: 1.75; }

/* ─── CHECKLIST (liste verticale, alternative au card grid) ─── */
.checklist { display: flex; flex-direction: column; margin-top: 3rem; border-top: 1px solid rgba(46,74,46,.1); max-width: 820px; margin-left: auto; margin-right: auto; }
.checklist-item { display: flex; align-items: flex-start; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(46,74,46,.1); }
.checklist-mark {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: var(--sage-pale); color: var(--green-mid);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.checklist-item h4 { font-family: 'Lora', serif; font-size: 1rem; font-weight: 600; color: var(--green); margin-bottom: .3rem; }
.checklist-item p { font-size: .86rem; color: var(--text-soft); font-weight: 300; line-height: 1.7; }

/* ─── ALERT / NOTICE BOX ─── */
.notice {
  display: flex; align-items: flex-start; gap: .9rem;
  background: #fdf3e4; border: 1.5px solid #eeddb8;
  border-radius: var(--r); padding: 1.1rem 1.3rem;
  margin-top: 2rem;
}
.notice-icon { font-size: 1.3rem; line-height: 1; flex-shrink: 0; }
.notice strong { display: block; font-size: .88rem; font-weight: 600; color: #7a5c1e; margin-bottom: .2rem; }
.notice span { font-size: .82rem; color: #7a5c1e; font-weight: 400; line-height: 1.65; }
.notice a { color: #7a5c1e; font-weight: 700; text-decoration: underline; }

/* ─── FAQ ─── */
.faq-list { display: flex; flex-direction: column; gap: .8rem; margin-top: 3rem; max-width: 780px; }
.faq-item {
  background: white; border-radius: var(--r); padding: .3rem 1.4rem;
  box-shadow: 0 1px 6px rgba(46,74,46,.05);
}
.faq-item summary {
  font-family: 'Lora', serif; font-size: 1rem; font-weight: 600; color: var(--green);
  padding: 1.1rem 0; cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--sage);
  flex-shrink: 0; transition: transform .2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { font-size: .87rem; color: var(--text-soft); font-weight: 300; line-height: 1.8; padding-bottom: 1.2rem; }

/* ─── CONTACT CARD & C-ITEMS ─── */
.c-items { display: flex; flex-direction: column; gap: 1.3rem; }
.c-item { display: flex; align-items: flex-start; gap: .95rem; }
.c-icon {
  width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0;
  background: white; box-shadow: 0 2px 8px rgba(46,74,46,.08);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.c-item h4 { font-size: .71rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--text-soft); margin-bottom: .25rem; }
.c-item a { font-size: .94rem; font-weight: 600; color: var(--green); text-decoration: none; transition: color .18s; }
.c-item a:hover { color: var(--sage); }
.c-item p { font-size: .9rem; font-weight: 500; color: var(--text); }
.c-item .sub { font-size: .78rem; color: var(--text-soft); font-weight: 300; margin-top: .15rem; }

.hours { list-style: none; }
.hours li { display: flex; justify-content: space-between; gap: 2rem; font-size: .84rem; padding: .3rem 0; border-bottom: 1px solid rgba(46,74,46,.1); }
.hours li:last-child { border: none; }
.hours .day { font-weight: 500; }
.hours .time { color: var(--text-soft); font-weight: 300; }

.contact-card { background: white; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 6px 30px rgba(46,74,46,.1); }
.cc-top { background: var(--green); padding: 2rem 2rem 1.6rem; }
.cc-top h3 { font-family: 'Lora', serif; font-size: 1.55rem; color: white; margin-bottom: .4rem; }
.cc-top p { font-size: .84rem; color: rgba(255,255,255,.65); font-weight: 300; line-height: 1.6; }
.cc-body { padding: 1.8rem 2rem; display: flex; flex-direction: column; gap: .85rem; }
.cc-body .btn { justify-content: center; }
.cc-note { text-align: center; font-size: .76rem; color: var(--text-soft); margin-top: .3rem; }
.adresse-chip {
  display: flex; align-items: center; gap: .65rem;
  background: var(--bg); border-radius: var(--r); padding: .85rem 1.1rem;
}
.adresse-chip span:first-child { font-size: 1rem; }
.adresse-chip span:last-child { font-size: .84rem; font-weight: 500; color: var(--text); }

/* ─── FOOTER ─── */
footer {
  background: var(--green); padding: 2.5rem 6%;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
}
.footer-l strong { display: block; font-size: .9rem; font-weight: 600; color: white; margin-bottom: .2rem; }
.footer-l span { font-size: .76rem; color: rgba(255,255,255,.42); }
.footer-r { font-size: .75rem; color: rgba(255,255,255,.3); }
.footer-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-links a { font-size: .76rem; color: rgba(255,255,255,.55); text-decoration: none; }
.footer-links a:hover { color: white; }

/* ─── RESPONSIVE (shared) ─── */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .reviews-wrap { grid-template-columns: 1fr; }
  .zigzag-row, .zigzag-row.reverse { flex-direction: column; gap: 1.6rem; }
  .zigzag-visual { flex: 0 0 auto; width: 100%; height: 220px; }
  footer { flex-direction: column; text-align: center; }
}
@media (max-width: 580px) {
  section { padding: 4rem 5%; }
  .svc-grid { grid-template-columns: 1fr; }
  #hero { padding: 8rem 5% 4rem; }
  #hero.hero-compact { padding: 8rem 5% 3rem; }
}
