/* sections.css — styles propres a chaque section */

/* HERO-EDITORIAL-CENTRE */
.hero-centre{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(36px, 8vw, 96px) 20px clamp(24px, 4vw, 40px);
}
.hero-centre__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-ui);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 22px;
}
.hero-centre__eyebrow::before,
.hero-centre__eyebrow::after{
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
  opacity: .5;
}
.hero-centre__title{
  font-family: var(--ff-display);
  font-size: clamp(2.3rem, 6.2vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.012em;
  color: var(--text);
  margin: 0 0 .5em;
  font-weight: 500;
}
.hero-centre__title em{
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  position: relative;
}
.hero-centre__title em::after{
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 6%;
  height: 24%;
  background: var(--accent-soft);
  transform: skewX(-6deg);
  z-index: -1;
  border-radius: 4px;
}
.hero-centre__sub{
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  color: var(--text-2);
  margin: 18px auto 28px;
  max-width: 56ch;
  line-height: 1.6;
}
.hero-centre__cta{
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.hero-centre__cta .btn{ width: 100%; }
@media (min-width: 640px){
  .hero-centre__cta{ flex-direction: row; max-width: none; justify-content: center; width: auto; }
  .hero-centre__cta .btn{ width: auto; }
}
.hero-centre__band{
  width: 100%;
  max-width: 1100px;
  margin: clamp(28px, 5vw, 56px) auto 0;
  aspect-ratio: 21/9;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 24px 40px -22px rgba(46,40,32,.35);
  position: relative;
}
.hero-centre__band img{ width: 100%; height: 100%; object-fit: cover; }
.hero-centre__band-meta{
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(245,241,234,.92);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  padding: 8px 14px;
  font-family: var(--ff-ui);
  font-size: .78rem;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-centre__band-meta .dot{
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4CAE5A;
  box-shadow: 0 0 0 4px rgba(76,174,90,.18);
}
@media (max-width: 768px){
  .hero-centre{ padding: calc(var(--header-h-mobile) + 22px) 20px 24px; }
  .hero-centre__band{ aspect-ratio: 16/10; }
}

/* PROCESS — 3 etapes */
.process{ background: var(--bg-alt); }
.process .section-eyebrow{ color: var(--accent); }
.process-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px){
  .process-grid{ grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
.process-item{
  background: var(--surface);
  border-radius: 22px 4px 22px 4px;
  padding: 28px 24px;
  position: relative;
  border: 1px solid var(--border);
}
.process-num{
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-style: italic;
  color: var(--accent);
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}
.process-item h3{
  font-family: var(--ff-display);
  font-size: 1.25rem;
  margin: 0 0 8px;
  color: var(--text);
}
.process-item p{
  font-family: var(--ff-body);
  font-size: .96rem;
  color: var(--text-2);
  margin: 0;
  line-height: 1.55;
}

/* SECTION HEADERS */
.section-head{
  text-align: center;
  margin-bottom: 36px;
}
.section-eyebrow{
  display: inline-block;
  font-family: var(--ff-ui);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}
.section-title{
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 4.4vw, 2.8rem);
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 500;
  letter-spacing: -.008em;
}
.section-title em{ font-style: italic; font-weight: 400; color: var(--accent); }
.section-sub{
  font-family: var(--ff-body);
  font-size: 1.05rem;
  color: var(--text-2);
  max-width: 56ch;
  margin: 0 auto;
}

/* SERVICES — grid-asym (LAY-6) */
.svc-asym{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px){
  .svc-asym{
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
  }
  .svc-card{ grid-column: span 3; }
  .svc-card--wide{ grid-column: span 3; }
  .svc-card--lead{ grid-column: span 6; }
}
@media (min-width: 980px){
  .svc-asym{ grid-template-columns: repeat(6, 1fr); }
  .svc-card{ grid-column: span 2; }
  .svc-card--wide{ grid-column: span 3; }
  .svc-card--lead{ grid-column: span 3; }
}
.svc-card__icon{
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.svc-card--lead .svc-card__icon{
  background: color-mix(in srgb, var(--accent-on-dark) 24%, transparent);
  color: var(--accent-on-dark);
}
.svc-card__icon svg{ width: 24px; height: 24px; }
.svc-card__num{
  font-family: var(--ff-display);
  font-style: italic;
  font-size: .98rem;
  color: var(--accent);
  letter-spacing: .04em;
  margin-bottom: 8px;
}
.svc-card--lead .svc-card__num{ color: var(--accent-on-dark); }
.svc-card h3{
  font-family: var(--ff-display);
  font-size: 1.28rem;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.25;
}
.svc-card p{
  font-family: var(--ff-body);
  font-size: .98rem;
  color: var(--text-2);
  margin: 0 0 18px;
  line-height: 1.55;
}
.svc-card--lead p{ color: color-mix(in srgb, #F4F1E9 88%, transparent); }
.svc-card__cta{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-ui);
  font-weight: 600;
  font-size: .92rem;
  color: var(--accent);
  transition: gap .2s;
}
.svc-card--lead .svc-card__cta{ color: var(--accent-on-dark); }
.svc-card__cta:hover{ gap: 12px; }
.svc-card__cta svg{ width: 16px; height: 16px; }

/* GALERIE - grid-feat (LAY-6) */
.gal-feat{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
}
@media (min-width: 768px){
  .gal-feat{ grid-template-columns: repeat(4, 1fr); gap: 14px; }
}
.gal-item{
  overflow: hidden;
  border-radius: var(--r-md);
  position: relative;
  cursor: pointer;
  margin: 0;
}
.gal-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: transform .5s ease;
}
.gal-item:hover img{ transform: scale(1.05); }
.gal-feat__big{
  grid-column: span 2;
  grid-row: span 2;
}
.gal-feat__big img{ aspect-ratio: auto; }
@media (max-width: 560px){
  .gal-feat__big{ grid-column: span 2; grid-row: span 1; }
}
.gal-cta-row{
  margin-top: 28px;
  text-align: center;
}

/* AVIS - row-sep (LAY-6) */
.avis-rows{
  display: flex;
  flex-direction: column;
  max-width: 760px;
  margin: 0 auto;
}
.avis-rows__item{
  padding: 28px 0;
  border-top: 1px solid var(--border);
}
.avis-rows__item:last-of-type{ border-bottom: 1px solid var(--border); }
.avis-rows__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.avis-rows__quote{
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.35;
  color: var(--text);
  margin: 0 0 14px;
  position: relative;
  padding-left: 28px;
}
.avis-rows__quote::before{
  content: "\201C";
  position: absolute;
  left: 0;
  top: -8px;
  font-family: var(--ff-display);
  font-size: 2.4rem;
  color: var(--accent-2);
  line-height: 1;
}
.avis-rows__foot{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-ui);
  font-size: .9rem;
  color: var(--text-mute);
}
.avis-rows__foot strong{ color: var(--text); font-weight: 600; }
.avis-rows__google{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  font-family: var(--ff-ui);
  font-weight: 600;
  font-size: .92rem;
  color: var(--accent);
}
.avis-rows__google:hover{ text-decoration: underline; }
.avis-rows__google svg{ width: 16px; height: 16px; }
.avis-note-disclaimer{
  text-align: center;
  font-family: var(--ff-ui);
  font-size: .86rem;
  color: var(--text-mute);
  margin: 8px auto 0;
  max-width: 60ch;
}

/* ZONE / CARTE */
.zone-section{ background: var(--bg-alt); }
.zone-cols{
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px){
  .zone-cols{ grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
}
.zone-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.zone-info h3{
  font-family: var(--ff-display);
  font-size: 1.18rem;
  margin: 0 0 14px;
  color: var(--text);
}
.horaires-table{
  font-family: var(--ff-ui);
  font-size: .94rem;
  margin-top: 20px;
}
.horaires-row{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed color-mix(in srgb, var(--text) 14%, transparent);
}
.horaires-row.is-today{
  background: var(--accent-soft);
  border-radius: 8px;
  padding: 10px 14px;
  border-bottom: 0;
  font-weight: 600;
}
.horaires-row.is-today .h-day{ color: var(--accent); }
.horaires-row.is-closed{
  color: var(--text-mute);
  font-style: italic;
}
.h-day{ font-weight: 500; color: var(--text); }
.h-time{ color: var(--text-2); }
.dispo-live{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: var(--ff-ui);
  font-size: .9rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 14px;
}
.dispo-live .dot{
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--text-mute);
}
.dispo-live.is-open .dot{
  background: #4CAE5A;
  box-shadow: 0 0 0 4px rgba(76,174,90,.18);
}
.map-wrapper{
  width: 100%;
  position: relative;
  padding-top: 75%;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.map-wrapper iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* CONTACT */
.contact{
  background: var(--surface-deep);
  color: #F4F1E9;
}
.contact :where(h2,h3,p,li,span,a,strong,small){ color: inherit; }
.contact .section-eyebrow{ color: var(--accent-on-dark); }
.contact .section-title{ color: #F4F1E9; }
.contact .section-title em{ color: var(--accent-on-dark); }
.contact .section-sub{ color: color-mix(in srgb, #F4F1E9 78%, transparent); }
.contact-cols{
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px){
  .contact-cols{ grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
}
.tel-big{
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.7rem, 4.3vw, 2.4rem);
  color: var(--accent-on-dark);
  display: inline-block;
  margin: 4px 0 18px;
  letter-spacing: -.01em;
}
.contact-rows{ display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.contact-row{
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--ff-ui);
  font-size: .96rem;
}
.contact-row .ic{
  width: 38px; height: 38px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-on-dark) 24%, transparent);
  color: var(--accent-on-dark);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.contact-row .ic svg{ width: 16px; height: 16px; }
.contact-cta{ display: flex; flex-direction: column; gap: 12px; margin: 22px 0 8px; }
.contact-cta .btn{ width: 100%; }
@media (min-width: 480px){
  .contact-cta{ flex-direction: row; }
  .contact-cta .btn{ width: auto; }
}
.contact-form{
  background: color-mix(in srgb, #F4F1E9 5%, transparent);
  border: 1px solid color-mix(in srgb, #F4F1E9 14%, transparent);
  border-radius: var(--r-lg);
  padding: 28px 22px;
}
.contact-form h3{
  font-family: var(--ff-display);
  font-size: 1.35rem;
  margin: 0 0 18px;
  color: #F4F1E9;
}
.contact-form .field label{ color: color-mix(in srgb, #F4F1E9 78%, transparent); }
.contact-form .field input,
.contact-form .field textarea,
.contact-form .field select{
  background: color-mix(in srgb, #F4F1E9 6%, transparent);
  color: #F4F1E9;
  border-color: color-mix(in srgb, #F4F1E9 22%, transparent);
}
.contact-form .field input::placeholder,
.contact-form .field textarea::placeholder{ color: color-mix(in srgb, #F4F1E9 50%, transparent); }
.contact-form .field input:focus,
.contact-form .field textarea:focus,
.contact-form .field select:focus{
  border-color: var(--accent-on-dark);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-on-dark) 22%, transparent);
}
.contact-form .form-grid{ display: grid; gap: 14px; }
.contact-form .btn-submit{ width: 100%; margin-top: 6px; }

/* STATS STRIP (en sous-section du process / hero) */
.stats-strip{
  padding: 32px 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  text-align: center;
}
@media (min-width: 700px){
  .stats-grid{ grid-template-columns: repeat(3, 1fr); }
}
.stat-item{ padding: 8px 12px; }
.stat-num{
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 500;
  color: var(--accent);
  display: block;
  line-height: 1.05;
  margin-bottom: 8px;
}
.stat-num em{ font-style: italic; color: var(--accent); }
.stat-label{
  font-family: var(--ff-ui);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--text-2);
  font-weight: 600;
}
.stat-sub{
  display: block;
  font-family: var(--ff-body);
  font-size: .88rem;
  color: var(--text-mute);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 4px;
  font-style: normal;
}
