/* ============ HERO MEGA SOBRE ============ */
.hero-mega{
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) 20px clamp(44px, 7vw, 80px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hero-mega__eyebrow{
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-ui);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.hero-mega__eyebrow::before{
  content: "";
  width: 32px; height: 1.5px;
  background: var(--accent);
}
.hero-mega__title{
  font-family: var(--ff-display);
  font-size: clamp(2.8rem, 7.6vw, 6rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.012em;
  color: var(--text);
  margin: 0;
}
.hero-mega__title em{
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.hero-mega__sub{
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  color: var(--text-2);
  margin: 24px 0 32px;
  max-width: 44ch;
  line-height: 1.65;
}
.hero-mega__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.hero-mega__usps{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.hero-mega__art{
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  display: grid;
  place-items: center;
}
.hero-mega__art svg{
  width: 100%;
  height: 100%;
  display: block;
}
.hero-mega__art-meta{
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: var(--ff-ui);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.hero-mega__art-meta strong{
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.4rem;
  color: var(--accent);
}

@media (max-width: 960px){
  .hero-mega{
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: calc(var(--header-h-mobile) + 28px);
  }
  .hero-mega__title{ font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .hero-mega__art{ aspect-ratio: 16/11; max-height: 260px; order: 2; }
  .hero-mega__cta{ flex-direction: column; }
  .hero-mega__cta .btn{ width: 100%; }
  .hero-mega__usps{ margin-top: 4px; }
}

/* ============ STATS STRIP ============ */
.stats-strip{
  padding-top: 20px;
  padding-bottom: 36px;
}
.stats-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-item{
  padding: 24px 8px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
}
.stat-item:last-child{ border-bottom: 0; }
.stat-number{
  font-family: var(--ff-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  font-style: italic;
  color: var(--accent);
  line-height: 1;
  display: inline-block;
  min-width: 96px;
}
.stat-label{
  font-family: var(--ff-ui);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-2);
  line-height: 1.3;
}
@media (min-width: 768px){
  .stats-grid{ grid-template-columns: repeat(3, 1fr); border-left: 0; }
  .stat-item{
    grid-template-columns: 1fr;
    text-align: left;
    padding: 28px 32px;
    border-bottom: 0;
    border-right: 1px solid var(--border);
    align-items: flex-start;
    gap: 10px;
  }
  .stat-item:last-child{ border-right: 0; }
  .stat-item:first-child{ padding-left: 0; }
}

/* ============ SECTION HEADER ============ */
.section-head{
  margin-bottom: clamp(32px, 4vw, 56px);
  max-width: 720px;
}
.section-head .eyebrow{ margin-bottom: 14px; }
.section-head h2{
  margin: 0 0 14px;
}
.section-head p{
  font-size: 1.05rem;
  color: var(--text-2);
  margin: 0;
}
.section-head--center{ margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .eyebrow{ justify-content: center; }

/* ============ SERVICES — ALT-ROWS (LAY-2) ============ */
.services{ background: var(--bg); }
.svc-alt{
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 72px);
}
.svc-alt__row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.svc-alt__row:nth-child(even) .svc-alt__media{ order: -1; }
.svc-alt__num{
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--accent);
  letter-spacing: .04em;
  display: block;
  margin-bottom: 10px;
}
.svc-alt__title{
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  color: var(--text);
  margin: 0 0 14px;
  line-height: 1.15;
}
.svc-alt__desc{
  font-family: var(--ff-body);
  font-size: 1rem;
  color: var(--text-2);
  line-height: 1.65;
  margin: 0 0 18px;
}
.svc-alt__list{
  display: grid;
  gap: 6px;
}
.svc-alt__list li{
  position: relative;
  padding-left: 18px;
  font-size: .95rem;
  color: var(--text);
  line-height: 1.55;
}
.svc-alt__list li::before{
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 600;
}
.svc-alt__media{
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  position: relative;
  padding: 28px;
}
.svc-alt__media svg{
  width: 100%;
  height: 100%;
  max-width: 360px;
  display: block;
  color: var(--accent);
}
.svc-alt__media-tag{
  position: absolute;
  bottom: 12px; left: 14px;
  font-family: var(--ff-ui);
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-mute);
}

@media (max-width: 768px){
  .svc-alt__row{ grid-template-columns: 1fr; gap: 18px; }
  .svc-alt__row:nth-child(even) .svc-alt__media{ order: 0; }
  .svc-alt__media{ aspect-ratio: 5/3; padding: 22px; }
}

/* ============ APPROCHE / PROCESS (substitut realisations) ============ */
.approche{ background: var(--bg-alt); }
.process-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  counter-reset: step;
}
@media (min-width: 768px){ .process-grid{ grid-template-columns: repeat(3, 1fr); gap: 24px; } }

.process-card{
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 28px 26px 30px;
  border: 1px solid var(--border);
  position: relative;
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.process-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(55, 83, 107, .10);
}
.process-card__step{
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
  font-size: 1rem;
  letter-spacing: .04em;
  display: block;
  margin-bottom: 18px;
}
.process-card__icon{
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 16px;
}
.process-card__icon svg{ width: 22px; height: 22px; }
.process-card h3{
  margin: 0 0 10px;
  font-size: 1.18rem;
}
.process-card p{
  margin: 0;
  font-size: .95rem;
  color: var(--text-2);
  line-height: 1.6;
}
.process-card__arrow{
  display: none;
  position: absolute;
  top: 56px;
  right: -16px;
  width: 32px;
  height: 1px;
  background: var(--border);
}
.process-card__arrow::after{
  content: "→";
  position: absolute;
  right: -6px;
  top: -10px;
  color: var(--border);
  font-size: 1rem;
}
@media (min-width: 768px){
  .process-card:not(:last-child) .process-card__arrow{ display: block; }
}
@media (prefers-reduced-motion: reduce){
  .process-card{ transition: none; }
  .process-card:hover{ transform: none; }
}

/* ============ FAQ ACCORDION ============ */
.faq{ background: var(--bg); }
.faq-list{
  max-width: 820px;
  margin: 0 auto;
}
.faq-item{
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child{ border-top: 1px solid var(--border); }
.faq-trigger{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 4px;
  text-align: left;
  font-family: var(--ff-display);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  font-weight: 500;
  color: var(--text);
  line-height: 1.35;
  transition: color var(--t-fast);
}
.faq-trigger:hover{ color: var(--accent); }
.faq-chevron{
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  transition: transform var(--t-med);
  margin-top: 2px;
}
.faq-chevron::before{
  content: "+";
  font-size: 1.1rem;
  font-weight: 600;
  font-family: var(--ff-body);
  line-height: 1;
}
.faq-trigger[aria-expanded="true"] .faq-chevron{
  transform: rotate(45deg);
}
.faq-answer{
  padding: 0 4px 24px;
  color: var(--text-2);
  font-size: .98rem;
  line-height: 1.65;
}
.faq-answer p{ margin: 0 0 8px; }
.faq-answer p:last-child{ margin: 0; }

/* ============ CONTACT (avec zone + carte) ============ */
.contact{
  background: var(--bg);
  padding-bottom: clamp(60px, 7vw, 100px);
}
.contact-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 900px){
  .contact-grid{ grid-template-columns: 1fr 1fr; gap: 40px; }
}
.contact-info{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 26px 30px;
}
.contact-info h3{
  font-size: 1.05rem;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-info h3:not(:first-child){ margin-top: 28px; }
.contact-info h3 svg{
  width: 18px; height: 18px;
  color: var(--accent);
  flex-shrink: 0;
}
.contact-info .contact-line{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-family: var(--ff-body);
  font-size: 1rem;
  color: var(--text);
}
.contact-info a.contact-line:hover{ color: var(--accent); }
.zones-list{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.map-frame{
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-alt);
  margin-top: 18px;
  aspect-ratio: 16/10;
}
.map-frame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-form-wrap h3{ margin-bottom: 18px; font-size: 1.05rem; }

/* ============ DATA SIGNAL (drapeau "0 avis") subtilité ============ */
.no-rating-note{
  margin-top: 20px;
  font-size: .82rem;
  color: var(--text-mute);
  font-style: italic;
}
