/* SECTIONS — Hero editorial centre / Services alt-rows / Galerie masonry / Avis single / FAQ / Zone / Contact */

/* HERO EDITORIAL CENTRE */
.hero {
  position: relative;
}
.hero-centre {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(40px, 7vw, 96px) 20px clamp(28px, 4vw, 48px);
}
.hero-centre__eyebrow {
  font-family: var(--ff-body);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  color: var(--accent);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero-centre__eyebrow::before,
.hero-centre__eyebrow::after {
  content: ""; width: 26px; height: 1px; background: var(--accent); opacity: .5;
}
.hero-centre__title {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 6.4vw, 4.6rem);
  line-height: 1.04;
  margin: 0 0 16px;
  color: var(--text);
}
.hero-centre__title em {
  font-style: italic;
  color: var(--accent);
}
.hero-centre__sub {
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  color: var(--text-2);
  max-width: 56ch;
  margin: 0 auto 28px;
  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%;
  aspect-ratio: 21/9;
  border-radius: 18px;
  overflow: hidden;
  margin-top: clamp(28px, 5vw, 56px);
  position: relative;
  box-shadow: var(--shadow-card);
}
.hero-centre__band img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 8s ease;
}
.hero:hover .hero-centre__band img { transform: scale(1.04); }
@media (max-width: 768px) {
  .hero-centre__band { aspect-ratio: 4/3; border-radius: 14px; }
}

/* STATS STRIP — herite components.css */

/* SECTION: SERVICES alt-rows */
.services { background: transparent; }
.svc-alt {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 80px);
}
.svc-alt__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 900px) {
  .svc-alt__row { grid-template-columns: 1fr 1fr; gap: 56px; }
  .svc-alt__row:nth-child(even) .svc-alt__media { order: -1; }
}
.svc-alt__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  background: var(--accent-soft);
}
.svc-alt__media svg {
  width: 100%; height: 100%; display: block;
  color: var(--accent);
}
.svc-alt__num {
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--accent);
  font-size: 1.05rem;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.svc-alt__num::after {
  content: ""; width: 26px; height: 1px; background: var(--accent);
}
.svc-alt__title {
  font-family: var(--ff-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.12;
  margin-bottom: 14px;
}
.svc-alt__text {
  color: var(--text-2);
  margin-bottom: 18px;
  font-size: 1.02rem;
}
.svc-alt__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.svc-alt__list .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-family: var(--ff-body);
  font-size: 0.8rem;
  color: var(--text-2);
  background: color-mix(in srgb, var(--accent) 8%, var(--bg));
  border: 1px solid var(--border);
  border-radius: 999px;
}

/* SECTION: REALISATIONS — teaser masonry */
.gal-masonry {
  column-count: 1;
  column-gap: 14px;
}
@media (min-width: 600px) {
  .gal-masonry { column-count: 2; }
}
@media (min-width: 900px) {
  .gal-masonry { column-count: 3; }
}
.gal-item {
  width: 100%;
  margin: 0 0 14px;
  break-inside: avoid;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  cursor: zoom-in;
  background: var(--accent-soft);
  position: relative;
}
.gal-item img {
  width: 100%; height: auto; display: block;
  transition: transform .6s ease, filter .4s ease;
}
.gal-item:hover img { transform: scale(1.04); filter: saturate(1.1); }
.gal-item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(31, 53, 49, 0.4) 100%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.gal-item:hover::after { opacity: 1; }
.gal-cta-wrap {
  margin-top: 28px;
  text-align: center;
}

/* SECTION: AVIS single (un grand temoignage) */
.avis-single {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.avis-single__stars {
  display: inline-flex;
  gap: 4px;
  color: #d4a017;
  margin-bottom: 22px;
}
.avis-single__stars svg { width: 22px; height: 22px; }
.avis-single__quote {
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.4;
  font-style: italic;
  color: var(--text);
  margin: 0 0 24px;
  position: relative;
}
.avis-single__quote::before {
  content: "\201C"; /* curly quote */
  font-family: var(--ff-display);
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--accent);
  opacity: 0.3;
  line-height: 1;
  display: block;
  margin-bottom: -16px;
}
.avis-single__author {
  font-family: var(--ff-body);
  font-size: 0.95rem;
  color: var(--text-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.avis-single__author strong {
  color: var(--text);
  font-weight: 500;
}
.avis-other {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 900px) {
  .avis-other { grid-template-columns: repeat(2, 1fr); }
}
.avis-mini {
  background: color-mix(in srgb, var(--text) 4%, var(--bg));
  border-radius: 14px;
  padding: 22px 24px;
  border: 1px solid var(--border);
}
.avis-mini__stars { color: #d4a017; display: inline-flex; gap: 2px; margin-bottom: 12px; }
.avis-mini__stars svg { width: 14px; height: 14px; }
.avis-mini__text {
  font-size: 0.97rem;
  color: var(--text);
  margin-bottom: 14px;
  line-height: 1.55;
}
.avis-mini__author {
  font-family: var(--ff-body);
  font-size: 0.84rem;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.avis-mini__author strong { color: var(--text-2); font-weight: 500; }
.avis-google-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  font-size: 0.95rem;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
  padding-bottom: 2px;
}
.avis-google-link:hover { color: var(--text); border-bottom-color: var(--text); }

/* SECTION: FAQ */
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-trigger {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: var(--ff-display);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  color: var(--text);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  line-height: 1.3;
}
.faq-chevron {
  flex-shrink: 0;
  width: 16px; height: 16px;
  position: relative;
}
.faq-chevron::before,
.faq-chevron::after {
  content: ""; position: absolute;
  background: var(--accent);
  top: 50%; left: 0;
  transition: transform .25s ease;
}
.faq-chevron::before { width: 100%; height: 2px; transform: translateY(-1px); }
.faq-chevron::after  { width: 2px; height: 100%; left: 50%; top: 0; transform: translateX(-1px); }
.faq-trigger[aria-expanded="true"] .faq-chevron::after { transform: translateX(-1px) scaleY(0); }
.faq-answer {
  padding: 0 0 22px;
  color: var(--text-2);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 70ch;
}
.faq-answer p { margin: 0; }

/* SECTION: ZONE */
.zone-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 900px) {
  .zone-cols { grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
}
.zone-info h3 {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  margin-bottom: 14px;
}
.zone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.zone-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-family: var(--ff-body);
  font-size: 0.92rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 60%, white);
  color: var(--text-2);
}
.zone-list li::before {
  content: ""; width: 5px; height: 5px;
  background: var(--accent); border-radius: 50%;
}
.horaires-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  background: color-mix(in srgb, var(--text) 4%, var(--bg));
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.horaires-table tr { border-bottom: 1px solid var(--border); }
.horaires-table tr:last-child { border-bottom: 0; }
.horaires-table td {
  padding: 12px 16px;
}
.horaires-table .jour {
  color: var(--text-2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
  font-weight: 500;
}
.horaires-table .heures { text-align: right; color: var(--text); }
.horaires-table tr.is-today { background: color-mix(in srgb, var(--accent) 12%, var(--bg)); }
.horaires-table tr.is-today .jour { color: var(--accent); font-weight: 600; }
.horaires-table tr.is-today .heures { color: var(--text); font-weight: 500; }
.dispo-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, var(--bg));
  font-family: var(--ff-body);
  font-size: 0.85rem;
  color: var(--text);
  border: 1px solid var(--border);
}
.dispo-pill .dot {
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 22%, transparent);
}
.dispo-pill .dot.is-closed { background: #c4754c; box-shadow: 0 0 0 4px rgba(196,117,76,0.22); }
.map-wrapper {
  position: relative;
  width: 100%;
  padding-top: 70%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--accent-soft);
}
.map-wrapper iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* SECTION: CONTACT */
.contact-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {
  .contact-cols { grid-template-columns: 1fr 1.05fr; gap: 56px; }
}
.contact-info p { color: var(--text-2); font-size: 1rem; }
.contact-info .lead { font-size: 1.05rem; color: var(--text); }
.contact-coord {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
.contact-coord__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
}
.contact-coord__icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--accent) 12%, var(--bg));
  color: var(--accent);
}
.contact-coord__icon svg { width: 20px; height: 20px; }
.contact-coord__label {
  font-family: var(--ff-body);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-mute);
  display: block;
  margin-bottom: 2px;
}
.contact-coord__value {
  font-family: var(--ff-body);
  font-size: 1.02rem;
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}
.contact-coord__value:hover { color: var(--accent); }
.contact-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 480px) {
  .contact-cta { flex-direction: row; flex-wrap: wrap; }
  .contact-cta .btn { flex: 1; min-width: 0; }
}

/* SECTION: A propos (extracted, integrated in services intro pattern) */
.apropos-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
@media (min-width: 900px) {
  .apropos-block { grid-template-columns: .9fr 1.1fr; gap: 56px; }
}
.apropos-photo {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
}
.apropos-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.apropos-body p { font-size: 1.05rem; color: var(--text-2); line-height: 1.7; }
.apropos-body p:first-of-type::first-letter {
  font-family: var(--ff-display);
  font-size: 3.4em;
  float: left;
  line-height: 0.9;
  margin: 0.05em 0.08em 0 0;
  color: var(--accent);
  font-weight: 500;
}
.apropos-sign {
  margin-top: 22px;
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--accent);
  font-size: 1.1rem;
}
