/* ===== SECTIONS — Styles propres à chaque section ===== */

/* ——— HERO IMMERSIF ——— */
.hero-immersif {
  position: relative;
  min-height: clamp(500px, 88dvh, 820px);
  display: flex;
  align-items: flex-end;
  padding: clamp(40px, 7vw, 80px) 24px clamp(48px, 6vw, 72px);
  overflow: hidden;
}
.hero-immersif__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-immersif__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Voile multi-couches pour lisibilité texte */
.hero-immersif::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.62) 70%, rgba(0,0,0,0.78) 100%);
}
.hero-immersif__inner {
  position: relative;
  z-index: 2;
  max-width: 840px;
  color: #fff;
}
.hero-immersif__rating { margin-bottom: 20px; }
.hero-immersif__title {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 6.5vw, 4.8rem);
  line-height: 1.02;
  color: #fff;
  font-weight: 600;
}
.hero-immersif__title em {
  font-style: italic;
  color: oklch(78% 0.1 85); /* cuivre clair sur fond sombre */
}
.hero-immersif__sub {
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  color: rgba(255,255,255,0.9);
  margin: 18px 0 28px;
  max-width: 50ch;
  line-height: 1.65;
}
.hero-immersif__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.hero-chip {
  font-family: var(--ff-ui);
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.1);
  border-radius: 50px;
  padding: 5px 12px;
  backdrop-filter: blur(4px);
}
.hero-immersif__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
/* Tag ville en bas à gauche */
.hero-tag-ville {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  font-family: var(--ff-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-tag-ville::before {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--accent-2);
  flex-shrink: 0;
}

/* ——— SECTION AVIS (COMP-2 preuve d'abord) ——— */
.avis-section {
  background: var(--bg);
  padding: 80px 0;
}
.avis-section-header {
  text-align: center;
  margin-bottom: 48px;
}
/* Testimonial unique large (LAY-2 avis=single) */
.avis-single {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}
.avis-single__stars { margin-bottom: 16px; justify-content: center; }
.avis-single__stars svg { width: 22px; height: 22px; }
.avis-single__quote {
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 2.8vw, 1.75rem);
  line-height: 1.45;
  color: var(--text);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
}
.avis-single__quote::before { content: '\201C'; }
.avis-single__quote::after  { content: '\201D'; }
.avis-single__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.avis-single__author {
  font-family: var(--ff-ui);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}
.avis-single__date {
  font-size: 0.78rem;
  color: var(--text-mute);
}

/* Autres avis en carousel */
.avis-carousel-wrap {
  overflow: hidden;
  margin: 0 -24px;
  padding: 0 24px;
}
.avis-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 32px, #000 calc(100% - 32px), transparent);
}
.avis-carousel::-webkit-scrollbar { height: 3px; }
.avis-carousel::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 2px; }
.avis-card {
  flex: 0 0 auto;
  width: min(88vw, 360px);
  scroll-snap-align: start;
  background: color-mix(in srgb, var(--text) 4%, var(--bg));
  border-radius: var(--r-lg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--border);
}
.avis-card__stars { display: flex; gap: 2px; }
.avis-card__stars svg { width: 14px; height: 14px; fill: var(--accent-2); }
.avis-card__text {
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 1.6;
  flex: 1;
  font-style: italic;
}
.avis-card__text::before { content: '\201C'; color: var(--accent-2); font-weight: 700; }
.avis-card__text::after  { content: '\201D'; color: var(--accent-2); font-weight: 700; }
.avis-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.avis-card__author {
  font-family: var(--ff-ui);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
}
.avis-card__date {
  font-size: 0.75rem;
  color: var(--text-mute);
}
.avis-lien-google {
  display: block;
  text-align: center;
  margin-top: 32px;
  font-family: var(--ff-ui);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.avis-lien-google:hover { color: var(--accent-2); }
.avis-lien-google::after { content: '→'; }

/* ——— SECTION A PROPOS ——— */
.apropos-section {
  padding: 80px 0;
  background: color-mix(in srgb, var(--text) 3%, var(--bg));
}
.apropos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.apropos-content {}
.apropos-intro {
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  color: var(--text-2);
  line-height: 1.75;
  margin-bottom: 20px;
}
.apropos-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.apropos-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.93rem;
  color: var(--text-2);
  line-height: 1.55;
}
.apropos-list-item::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 14%, var(--bg));
  border: 1.5px solid var(--accent);
  flex-shrink: 0;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath stroke='%23244A3A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M5 10l3.5 3.5 6.5-7'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

/* SAP callout */
.sap-callout {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: var(--r-lg);
  border-left: 3px solid var(--accent-2);
  background: color-mix(in srgb, var(--accent-2) 8%, var(--bg));
}
.sap-callout p {
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 1.6;
}
.sap-callout strong { color: var(--text); }

.apropos-media {
  position: relative;
}
.apropos-photo {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--r-xl);
  overflow: hidden;
}
.apropos-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apropos-badge {
  position: absolute;
  bottom: -14px;
  left: -14px;
  background: var(--accent);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 12px 18px;
  font-family: var(--ff-display);
  font-size: 0.88rem;
  font-weight: 600;
  font-style: italic;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  max-width: 180px;
  line-height: 1.4;
}

/* ——— SECTION SERVICES (ALT-ROWS LAY-2) ——— */
.services-section { padding: 80px 0; }
.svc-alt { display: flex; flex-direction: column; gap: clamp(40px, 6vw, 80px); }
.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__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-alt__icon {
  width: clamp(160px, 22vw, 220px);
  height: clamp(160px, 22vw, 220px);
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 9%, var(--bg));
  border: 1.5px solid color-mix(in srgb, var(--accent) 20%, var(--bg));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.svc-alt__icon svg { width: 64px; height: 64px; }

.svc-alt__content {}
.svc-alt__num {
  font-family: var(--ff-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.svc-alt__num::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--accent-2);
}
.svc-alt__title {
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 14px;
}
.svc-alt__desc {
  font-size: clamp(0.92rem, 1.5vw, 1rem);
  color: var(--text-2);
  line-height: 1.7;
  max-width: 44ch;
}
.svc-alt__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--accent);
  font-family: var(--ff-ui);
}

/* Services secondaires (c-plain cards) */
.svc-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}
.svc-extra-card {
  background: color-mix(in srgb, var(--text) 4%, var(--bg));
  border-radius: var(--r-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.svc-extra-card h3 {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}
.svc-extra-card p {
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 1.6;
}
/* Encart SAP spécial */
.sap-encart {
  grid-column: 1 / -1;
  background: color-mix(in srgb, var(--accent-2) 10%, var(--bg));
  border: 1.5px solid color-mix(in srgb, var(--accent-2) 30%, transparent);
  border-radius: var(--r-lg);
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.sap-encart-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: var(--accent-2);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.sap-encart-icon svg { width: 22px; height: 22px; }
.sap-encart-text h3 {
  font-family: var(--ff-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.sap-encart-text p {
  font-size: 0.86rem;
  color: var(--text-2);
  line-height: 1.6;
}

/* ——— SECTION RÉALISATIONS (Galerie Masonry) ——— */
.realisations-section {
  padding: 80px 0;
  background: color-mix(in srgb, var(--text) 2%, var(--bg));
}
.realisations-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 16px;
}
/* Galerie masonry (LAY-2 gallery=masonry) */
.gal-masonry {
  column-count: 3;
  column-gap: 12px;
}
.gal-item {
  break-inside: avoid;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  display: block;
}
.gal-item img {
  width: 100%;
  display: block;
  transition: transform .4s ease;
}
.gal-item:hover img { transform: scale(1.04); }
.gal-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.45) 100%);
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}
.gal-item:hover .gal-item__overlay { opacity: 1; }
.gal-item__label {
  font-family: var(--ff-ui);
  font-size: 0.74rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.realisations-cta {
  text-align: center;
  margin-top: 36px;
}
.photos-stock-note {
  display: block;
  text-align: center;
  font-size: 0.74rem;
  color: var(--text-mute);
  margin-top: 12px;
}

/* ——— STATS STRIP ——— */
.stats-strip {
  background: var(--accent);
  padding: 48px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.stat-item + .stat-item {
  border-left: 1px solid rgba(255,255,255,0.18);
}
.stat-number {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.stat-label {
  font-family: var(--ff-ui);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* ——— FAQ ——— */
.faq-section {
  padding: 80px 0;
  background: var(--bg);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 48px;
  align-items: start;
}
.faq-intro {}
.faq-content {}

/* ——— ZONE D'INTERVENTION ——— */
.zone-section {
  padding: 80px 0;
  background: color-mix(in srgb, var(--text) 3%, var(--bg));
}
.zone-cols {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  margin-top: 36px;
}
.zone-communes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.zone-commune-chip {
  font-family: var(--ff-ui);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--bg));
  border-radius: 50px;
  padding: 5px 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 20%, transparent);
}
.horaires-table {
  width: 100%;
  border-collapse: collapse;
}
.horaires-table tr {
  border-bottom: 1px solid var(--border);
}
.horaires-table td {
  padding: 10px 0;
  font-size: 0.88rem;
  color: var(--text-2);
}
.horaires-table td:first-child {
  font-weight: 600;
  color: var(--text);
  text-transform: capitalize;
  width: 120px;
}
.horaires-table tr.is-today td {
  color: var(--accent);
  font-weight: 600;
}
.horaires-table tr.is-today td:first-child::after {
  content: ' •';
  color: var(--accent);
}
.horaires-table tr.is-closed td:last-child { color: var(--text-mute); }
.open-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-ui);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.open-badge__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.open-badge--ouvert .open-badge__dot { background: #27AE60; animation: pulse-dot 2s infinite; }
.open-badge--ferme  .open-badge__dot { background: #E53935; }
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.6; transform: scale(1.3); }
}

.map-wrapper {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
}

/* ——— SECTION CONTACT ——— */
.contact-section {
  padding: 80px 0;
  background: var(--accent-deep);
  color: #fff;
}
.contact-section .section-eyebrow { color: var(--accent-2); }
.contact-section .section-title { color: #fff; }
.contact-section .section-lead { color: rgba(255,255,255,0.75); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
  margin-top: 40px;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-lg);
  text-decoration: none;
  color: #fff;
  transition: background .2s;
}
.contact-card:hover { background: rgba(255,255,255,0.14); color: #fff; }
.contact-card__icon {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.12);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contact-card__icon svg { width: 20px; height: 20px; }
.contact-card__label {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2px;
  font-family: var(--ff-ui);
}
.contact-card__value {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-section .form-label { color: rgba(255,255,255,0.8); }
.contact-section .form-input,
.contact-section .form-textarea {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}
.contact-section .form-input:focus,
.contact-section .form-textarea:focus {
  border-color: rgba(255,255,255,0.5);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.1);
}
.contact-section .form-input::placeholder,
.contact-section .form-textarea::placeholder { color: rgba(255,255,255,0.35); }
.form-success {
  padding: 14px 18px;
  background: rgba(39,174,96,0.2);
  border: 1px solid rgba(39,174,96,0.4);
  border-radius: var(--r-md);
  font-size: 0.9rem;
  color: #27AE60;
  text-align: center;
}
