/* ============ HERO IMMERSIF ============ */
.hero-immersif {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h-mobile) + 28px) 20px 36px;
  overflow: hidden;
  margin-top: calc(-1 * var(--header-h-mobile));
}
@media (min-width: 768px) {
  .hero-immersif {
    min-height: clamp(560px, 82vh, 760px);
    padding: clamp(40px, 7vw, 92px) 40px;
    margin-top: calc(-1 * var(--header-h));
  }
}
.hero-immersif__bg { position: absolute; inset: 0; z-index: 0; }
.hero-immersif__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-immersif::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(20,18,12,.12) 0%, rgba(20,18,12,.55) 55%, rgba(20,18,12,.82) 100%),
    linear-gradient(90deg, rgba(20,18,12,.40) 0%, rgba(20,18,12,.05) 60%);
}
.hero-immersif__inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
.hero-immersif__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .76rem;
  color: var(--accent-on-dark);
  margin-bottom: 18px;
  font-weight: 500;
}
.hero-immersif__title {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(2.3rem, 6.2vw, 4.6rem);
  line-height: 1.04;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -.01em;
}
.hero-immersif__title em {
  font-style: italic;
  color: var(--accent-on-dark);
}
.hero-immersif__sub {
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  color: rgba(255,255,255,.92);
  max-width: 56ch;
  margin: 0 0 26px;
  line-height: 1.55;
}
.hero-immersif__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}
.hero-immersif__cta .btn { width: 100%; }
@media (min-width: 600px) {
  .hero-immersif__cta {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-immersif__cta .btn { width: auto; }
}
.hero-immersif__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.hero-tag {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  right: 18px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 8px 14px;
  border-radius: 999px;
}
@media (max-width: 600px) { .hero-tag { display: none; } }

/* ============ REALISATIONS (teaser - LAY-5 gallery = masonry) ============ */
.realisations-section { background: var(--bg); }
.gal-masonry {
  column-count: 3;
  column-gap: 14px;
}
@media (max-width: 1000px) { .gal-masonry { column-count: 2; } }
@media (max-width: 560px) { .gal-masonry { column-count: 1; } }
.gal-item {
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--bg-alt);
  cursor: pointer;
  display: block;
  width: 100%;
}
.gal-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .5s ease;
}
.gal-item:hover img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) {
  .gal-item img, .gal-item:hover img { transition: none; transform: none; }
}

.real-cta-row {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.real-cta-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 50%, transparent);
  padding-bottom: 3px;
}
.real-cta-row a:hover { color: color-mix(in srgb, var(--accent) 80%, #000); }

/* ============ SERVICES (LAY-5 grid-3 + card stripe) ============ */
.services-section { background: var(--bg-alt); }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }

.svc-card {
  /* uses c-stripe */
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--bg);
}
.svc-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.svc-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--accent) 14%, var(--bg));
  color: var(--accent);
  flex-shrink: 0;
}
.svc-card__icon svg { width: 22px; height: 22px; }
.svc-card__num {
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--accent);
  font-size: 1.05rem;
  margin-left: auto;
}
.svc-card h3 {
  font-family: var(--ff-display);
  font-size: 1.28rem;
  margin: 0;
  line-height: 1.2;
}
.svc-card p {
  font-size: .95rem;
  color: var(--text-2);
  line-height: 1.55;
  margin: 0;
}

/* ============ A PROPOS ============ */
.about-section { background: var(--bg); }
.about-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .about-cols {
    grid-template-columns: 1.1fr .9fr;
    gap: 56px;
  }
}
.about-text h2 {
  font-size: clamp(1.9rem, 4.4vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 18px;
}
.about-text h2 em { font-style: italic; color: var(--accent); }
.about-text p {
  color: var(--text-2);
  font-size: 1.02rem;
  margin-bottom: 14px;
  line-height: 1.62;
}
.about-text p:first-of-type::first-letter {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 3.1rem;
  float: left;
  line-height: .88;
  padding: 4px 10px 0 0;
  color: var(--accent);
}
.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0 0;
}
.about-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .94rem;
  color: var(--text);
}
.about-points svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
  flex-shrink: 0;
}
@media (max-width: 560px) { .about-points { grid-template-columns: 1fr; } }

.about-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-alt);
}
.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-media .photo-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255,255,255,.92);
  color: var(--text);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
}

/* ============ AVIS (LAY-5 avis = cards) ============ */
.avis-section { background: var(--bg-alt); }
.avis-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 740px;
  margin: 0 auto;
}
.avis-card.c-stripe {
  background: var(--bg);
}
.avis-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 10px;
}
.avis-stars svg { width: 18px; height: 18px; color: var(--gold); fill: currentColor; }
.avis-card blockquote {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.12rem;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 16px;
  position: relative;
  padding-left: 18px;
}
.avis-card blockquote::before {
  content: "\201C";
  position: absolute;
  left: -2px;
  top: -8px;
  color: var(--accent);
  font-size: 2.4rem;
  line-height: 1;
  font-family: var(--ff-display);
}
.avis-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.avis-author {
  font-weight: 500;
  font-size: .92rem;
  color: var(--text);
}
.avis-date {
  color: var(--text-mute);
  font-size: .86rem;
}
.badge-google {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .76rem;
  color: var(--text-2);
  font-weight: 500;
}
.badge-google svg { width: 14px; height: 14px; }
.avis-note {
  text-align: center;
  margin-top: 18px;
  color: var(--text-mute);
  font-size: .92rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.avis-note a {
  color: var(--accent);
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 50%, transparent);
}

/* ============ STATS ============ */
.stats-section {
  background: var(--surface-deep);
  color: var(--text-on-dark);
  padding: 56px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  text-align: center;
}
@media (min-width: 700px) { .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
.stat-item {
  padding: 8px 14px;
}
.stat-number {
  display: block;
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  color: var(--accent-on-dark);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  display: block;
  font-family: var(--ff-body);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(237, 231, 218, .76);
}

/* ============ FAQ ============ */
.faq-section { background: var(--bg); }
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: color-mix(in srgb, var(--text) 3%, var(--bg));
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color var(--t-fast);
}
.faq-item:has(.faq-trigger[aria-expanded="true"]) {
  border-color: color-mix(in srgb, var(--accent) 40%, transparent);
}
.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  text-align: left;
  font-family: var(--ff-display);
  font-size: 1.08rem;
  color: var(--text);
  line-height: 1.4;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.faq-chevron {
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
}
.faq-chevron::before,
.faq-chevron::after {
  content: "";
  position: absolute;
  background: var(--accent);
  border-radius: 1px;
  transition: transform var(--t);
}
.faq-chevron::before { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%); }
.faq-chevron::after  { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); }
.faq-trigger[aria-expanded="true"] .faq-chevron::after { transform: translateX(-50%) scaleY(0); }
.faq-answer {
  padding: 0 22px 18px;
  color: var(--text-2);
  font-size: .98rem;
  line-height: 1.6;
}
.faq-answer p { margin: 0; }

/* ============ ZONE ============ */
.zone-section { background: var(--bg-alt); }
.zone-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 900px) { .zone-cols { grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; } }
.zone-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.horaires-table {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px 16px;
}
.horaires-table .h-row {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
  font-size: .96rem;
}
.horaires-table .h-row:last-child { border-bottom: 0; }
.horaires-table .h-row.is-today {
  color: var(--accent);
  font-weight: 600;
}
.horaires-table .h-row.is-closed { color: var(--text-mute); }
.dispo-line {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: .9rem;
}
.dispo-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2ecc71;
  box-shadow: 0 0 0 0 rgba(46, 204, 113, .55);
  animation: dispo-pulse 1.8s ease-out infinite;
}
.dispo-line.is-closed .dispo-dot { background: #d05757; animation: none; }
@keyframes dispo-pulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 204, 113, .55); }
  70% { box-shadow: 0 0 0 9px rgba(46, 204, 113, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}
@media (prefers-reduced-motion: reduce) { .dispo-dot { animation: none; } }

.map-wrapper {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg);
}
.map-wrapper iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}
@media (min-width: 900px) { .map-wrapper iframe { height: 400px; } }

/* ============ CONTACT ============ */
.contact-section {
  background: var(--surface-deep);
  color: var(--text-on-dark);
  padding: 64px 0 56px;
}
.contact-section .eyebrow { color: var(--accent-on-dark); }
.contact-section h2 {
  color: var(--text-on-dark);
  font-size: clamp(1.9rem, 4.4vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 12px;
}
.contact-section h2 em { font-style: italic; color: var(--accent-on-dark); }
.contact-section .sec-head p { color: rgba(237, 231, 218, .78); }
.contact-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 900px) { .contact-cols { grid-template-columns: 1fr 1.05fr; gap: 48px; } }
.contact-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: rgba(237, 231, 218, .06);
  border: 1px solid var(--border-on-dark);
  border-radius: 12px;
}
.contact-row__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--accent-on-dark) 18%, transparent);
  color: var(--accent-on-dark);
  flex-shrink: 0;
}
.contact-row__icon svg { width: 20px; height: 20px; }
.contact-row__body { display: flex; flex-direction: column; min-width: 0; }
.contact-row__label {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(237, 231, 218, .68);
  margin-bottom: 2px;
}
.contact-row__value {
  font-family: var(--ff-display);
  font-size: 1.06rem;
  color: var(--text-on-dark);
  word-break: break-word;
}
.contact-row a.contact-row__value { color: var(--accent-on-dark); }
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-actions .btn { width: 100%; }
@media (min-width: 600px) {
  .contact-actions { flex-direction: row; flex-wrap: wrap; }
  .contact-actions .btn { width: auto; flex: 1 1 200px; }
}

.contact-form-wrap {
  background: rgba(237, 231, 218, .04);
  border: 1px solid var(--border-on-dark);
  border-radius: 18px;
  padding: 24px;
  min-width: 0;
}
.contact-form-wrap h3 {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  color: var(--text-on-dark);
  margin: 0 0 18px;
}

/* ============ HERO RATING BADGE (non utilise ici : 1 seul avis) ============ */
.hero-rating-badge { display: none; }
