/* HERO-IMMERSIF (regle photos prime sur HERO-SVG du da_choice : 8 stocks dispo) */
.hero-immersif {
  position: relative;
  min-height: clamp(560px, 90vh, 760px);
  display: flex;
  align-items: flex-end;
  padding: clamp(28px, 6vw, 72px) 20px clamp(36px, 5vw, 56px);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  overflow: hidden;
  margin-top: var(--header-h-mobile);
}
@media (min-width: 768px) {
  .hero-immersif { margin-top: var(--header-h); padding-left: 40px; padding-right: 40px; }
}
.hero-immersif__bg { position: absolute; inset: 0; z-index: 0; }
.hero-immersif__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-immersif::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(20, 22, 14, 0.18) 0%, rgba(20, 22, 14, 0.78) 100%),
    radial-gradient(60% 50% at 18% 80%, rgba(94, 107, 59, 0.30) 0%, transparent 60%);
}
.hero-immersif__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  color: #F4F0E4;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-ui);
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-size: 0.74rem;
  color: #DDD5B6;
  margin-bottom: 18px;
}
.hero-eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--accent-on-dark);
}
.hero-immersif__title {
  font-family: var(--ff-display);
  font-size: clamp(2.3rem, 6.5vw, 4.6rem);
  line-height: 1.02;
  color: #FBF7E6;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.hero-immersif__title em {
  font-style: italic;
  color: var(--accent-on-dark);
}
.hero-immersif__sub {
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  color: #ECE6CC;
  opacity: 0.92;
  margin: 18px 0 24px;
  max-width: 52ch;
  line-height: 1.55;
}
.hero-press {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(244, 240, 228, 0.10);
  border: 1px solid rgba(244, 240, 228, 0.22);
  border-radius: var(--r-pill);
  font-family: var(--ff-ui);
  font-size: 0.82rem;
  color: #ECE6CC;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}
.hero-press::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.hero-press strong { color: #FBF7E6; font-weight: 500; }
.hero-immersif__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.hero-immersif__cta .btn { width: 100%; }
@media (min-width: 560px) {
  .hero-immersif__cta { flex-direction: row; flex-wrap: wrap; }
  .hero-immersif__cta .btn { width: auto; min-width: 220px; }
}
.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-family: var(--ff-ui);
  font-size: 0.84rem;
  color: #DDD5B6;
}
.dot-pulse {
  width: 8px; height: 8px;
  background: var(--accent-on-dark);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(197, 208, 149, 0.55);
  animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(197, 208, 149, 0.55); }
  100% { box-shadow: 0 0 0 12px rgba(197, 208, 149, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .dot-pulse { animation: none; }
}

/* STATS strip */
.stats-strip {
  padding: 36px 0;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 640px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}
.stat-item { text-align: center; }
.stat-num {
  font-family: var(--ff-display);
  font-size: clamp(2.2rem, 4vw, 2.9rem);
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
  display: block;
  letter-spacing: -0.01em;
}
.stat-label {
  display: block;
  margin-top: 8px;
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-2);
}
.stat-label small {
  display: block;
  margin-top: 4px;
  text-transform: none;
  letter-spacing: 0.01em;
  color: var(--text-mute);
  font-size: 0.75rem;
}

/* SERVICES (LAY-1 grid-3 + card line + COMP-3 centre) */
.section-head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 48px;
}
.section-head .eyebrow { margin-bottom: 14px; display: inline-block; }
.section-head h2 {
  font-family: var(--ff-display);
  font-weight: 500;
  margin-bottom: 16px;
}
.section-head h2 em { font-style: italic; color: var(--accent); }
.section-head p {
  font-size: 1.04rem;
  color: var(--text-2);
  max-width: 56ch;
  margin: 0 auto;
}

.svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 640px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .svc-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.svc-card { position: relative; }
.svc-num {
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--accent);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 10px;
}
.svc-card h3 {
  font-family: var(--ff-display);
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--text);
}
.svc-card p {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.6;
}
.svc-card-icon {
  width: 38px; height: 38px;
  color: var(--accent);
  margin-bottom: 16px;
}

/* APROPOS */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .about-grid { grid-template-columns: 1fr 1.1fr; gap: 60px; }
}
.about-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-media__tag {
  position: absolute;
  left: 16px; bottom: 16px;
  padding: 6px 14px;
  background: rgba(20, 19, 12, 0.5);
  color: #F4F0E4;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 0.92rem;
  border-radius: var(--r-pill);
  backdrop-filter: blur(8px);
}
.about-text h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin-bottom: 18px;
}
.about-text h2 em { color: var(--accent); font-style: italic; }
.about-text p {
  font-size: 1.04rem;
  line-height: 1.72;
  color: var(--text-2);
  margin-bottom: 14px;
}
.about-text p:first-of-type::first-letter {
  font-family: var(--ff-display);
  font-size: 3.2rem;
  font-weight: 500;
  float: left;
  line-height: 0.92;
  margin: 6px 12px 0 0;
  color: var(--accent);
}
.about-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}
@media (min-width: 540px) {
  .about-points { grid-template-columns: 1fr 1fr; gap: 16px; }
}
.about-point {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-ui);
  font-size: 0.92rem;
  color: var(--text-2);
}
.about-point__ic {
  width: 32px; height: 32px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 50%;
}
.about-point__ic svg { width: 16px; height: 16px; }
.about-point strong {
  display: block;
  font-weight: 500;
  color: var(--text);
}

/* REALISATIONS - galerie (LAY-1 gallery=grid) */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) { .gal-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; } }
.gal-item {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: zoom-in;
  background: var(--bg-alt);
}
.gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gal-item:hover img { transform: scale(1.04); }
.gal-item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(20, 19, 12, 0.35) 100%);
  opacity: 0;
  transition: opacity var(--t-fast);
}
.gal-item:hover::after { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .gal-item img { transition: none; }
  .gal-item:hover img { transform: none; }
}
.gal-tag {
  position: absolute;
  left: 12px; bottom: 12px;
  font-family: var(--ff-ui);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fff;
  padding: 4px 10px;
  background: rgba(20, 19, 12, 0.55);
  border-radius: 4px;
  opacity: 0;
  transition: opacity var(--t-fast);
  z-index: 2;
}
.gal-item:hover .gal-tag { opacity: 1; }
.gal-cta-row {
  margin-top: 28px;
  text-align: center;
}
.gal-note {
  margin-top: 18px;
  font-size: 0.86rem;
  color: var(--text-mute);
  text-align: center;
  font-style: italic;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

/* AVIS (LAY-1 avis=cols-2) */
.section-alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.avis-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) { .avis-cols { grid-template-columns: 1fr 1fr; gap: 22px; } }
.avis-card {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  padding: 28px 26px;
}
.avis-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--gold);
  margin-bottom: 14px;
}
.avis-stars svg { width: 17px; height: 17px; }
.avis-card blockquote {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--text);
  margin-bottom: 18px;
}
.avis-card blockquote::before { content: "\201C"; color: var(--accent); margin-right: 2px; }
.avis-card blockquote::after { content: "\201D"; color: var(--accent); margin-left: 2px; }
.avis-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.avis-author strong {
  display: block;
  font-family: var(--ff-ui);
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
}
.avis-author small {
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  color: var(--text-mute);
}
.badge-google {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  color: var(--text-2);
  padding: 4px 10px 4px 8px;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-pill);
}
.badge-google svg { width: 13px; height: 13px; }
.avis-cta-row {
  margin-top: 32px;
  text-align: center;
}
.avis-cta-row a {
  font-family: var(--ff-ui);
  font-size: 0.96rem;
  color: var(--accent);
  border-bottom: 1px solid var(--accent-2);
  padding-bottom: 2px;
}
.avis-cta-row a:hover { color: var(--text); border-bottom-color: var(--text); }
.avis-rating-line {
  text-align: center;
  font-family: var(--ff-ui);
  font-size: 0.94rem;
  color: var(--text-2);
  margin-bottom: 22px;
}
.avis-rating-line strong { color: var(--accent); font-weight: 600; }
.avis-rating-line .stars-inline {
  display: inline-flex;
  gap: 2px;
  vertical-align: -2px;
  color: var(--gold);
  margin-right: 6px;
}
.avis-rating-line .stars-inline svg { width: 14px; height: 14px; }

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border-strong);
}
.faq-item:first-child { border-top: 1px solid var(--border-strong); }
.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 4px;
  text-align: left;
  font-family: var(--ff-display);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--text);
}
.faq-chevron {
  flex-shrink: 0;
  position: relative;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--accent-soft);
  display: grid;
  place-items: center;
}
.faq-chevron::before,
.faq-chevron::after {
  content: "";
  position: absolute;
  background: var(--accent);
  border-radius: 1px;
  transition: transform var(--t-fast);
}
.faq-chevron::before { width: 12px; height: 2px; }
.faq-chevron::after  { width: 2px; height: 12px; }
.faq-trigger[aria-expanded="true"] .faq-chevron::after { transform: scaleY(0); }
.faq-answer {
  padding: 0 4px 22px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-2);
  max-width: 70ch;
}
.faq-answer strong { color: var(--text); font-weight: 600; }

/* ZONE */
.zone-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 900px) {
  .zone-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
}
.zone-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
}
.horaires-table {
  width: 100%;
  font-family: var(--ff-ui);
  font-size: 0.94rem;
  border-collapse: collapse;
}
.horaires-table tr { border-bottom: 1px solid var(--border); }
.horaires-table td {
  padding: 12px 6px;
  color: var(--text-2);
}
.horaires-table td:first-child {
  font-weight: 500;
  color: var(--text);
  text-transform: capitalize;
  width: 38%;
}
.horaires-table tr.is-today {
  background: var(--accent-soft);
}
.horaires-table tr.is-today td { color: var(--accent); font-weight: 600; }
.horaires-table tr.is-closed td { color: var(--text-mute); font-style: italic; }
.dispo-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-family: var(--ff-ui);
  font-size: 0.92rem;
  color: var(--text-2);
}
.dispo-line .dot {
  width: 8px; height: 8px;
  background: var(--accent-2);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(138, 151, 96, 0.55);
  animation: pulse 2.2s ease-out infinite;
}
@media (prefers-reduced-motion: reduce) { .dispo-line .dot { animation: none; } }
.zone-h3 {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.map-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border-strong);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* CONTACT (derniere section : surface-dark) */
.contact-section {
  background: var(--surface-dark);
  color: #ECE6CC;
}
.contact-section :where(h2, h3, p, li, span, strong, small, a) { color: #ECE6CC; }
.contact-section h2 em { color: var(--accent-on-dark); font-style: italic; }
.contact-section .eyebrow { color: var(--accent-on-dark); }
.contact-section .section-head p { color: #C9C2A6; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 1fr 1.05fr; gap: 56px; }
}
.contact-tel-big {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4.5vw, 2.6rem);
  color: var(--accent-on-dark);
  font-style: italic;
  display: inline-block;
  margin: 10px 0 22px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.contact-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 540px) { .contact-ctas { flex-direction: row; } }
.contact-rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-row__ic {
  width: 40px; height: 40px;
  flex-shrink: 0;
  background: rgba(244, 240, 228, 0.10);
  color: var(--accent-on-dark);
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.contact-row__ic svg { width: 18px; height: 18px; }
.contact-row strong { font-family: var(--ff-ui); display: block; font-weight: 500; }
.contact-row small { display: block; color: #B6AF94; font-family: var(--ff-ui); font-size: 0.82rem; margin-top: 2px; }
.contact-form-wrap {
  background: rgba(244, 240, 228, 0.05);
  border: 1px solid rgba(244, 240, 228, 0.12);
  border-radius: var(--r-lg);
  padding: 30px 26px;
}
.contact-form-wrap h3 {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #FBF7E6;
}
.contact-form-wrap p {
  margin-bottom: 20px;
  font-size: 0.96rem;
  color: #C9C2A6;
}
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; min-width: 0; }
.field label {
  font-family: var(--ff-ui);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C9C2A6;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  background: rgba(20, 19, 12, 0.4);
  border: 1px solid rgba(244, 240, 228, 0.16);
  color: #F4F0E4;
  padding: 12px 14px;
  border-radius: var(--r-md);
  font-family: var(--ff-ui);
  font-size: 0.96rem;
  transition: border-color var(--t-fast);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent-on-dark);
  outline: 0;
}
.field textarea { min-height: 110px; resize: vertical; }
.field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 14px;
}
@media (min-width: 540px) { .field-row { grid-template-columns: 1fr 1fr; } }
.form-submit { margin-top: 8px; }

/* REALISATIONS PAGE */
.real-hero {
  padding: calc(var(--header-h-mobile) + 60px) 0 40px;
  text-align: center;
  background: linear-gradient(180deg, var(--bg-alt) 0%, var(--bg) 100%);
}
@media (min-width: 768px) {
  .real-hero { padding-top: calc(var(--header-h) + 80px); padding-bottom: 60px; }
}
.real-hero .breadcrumb {
  font-family: var(--ff-ui);
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  color: var(--text-mute);
  margin-bottom: 14px;
}
.real-hero .breadcrumb a { color: var(--text-2); }
.real-hero h1 { margin-bottom: 18px; }
.real-hero p { font-size: 1.08rem; color: var(--text-2); max-width: 64ch; margin: 0 auto; }
.real-cta-card {
  margin-top: 48px;
  background: var(--surface-dark);
  border-radius: var(--r-lg);
  padding: 44px 30px;
  text-align: center;
  color: #F4F0E4;
}
.real-cta-card :where(h2, p, span, strong) { color: #F4F0E4; }
.real-cta-card h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; }
.real-cta-card h2 em { color: var(--accent-on-dark); font-style: italic; }
.real-cta-card p { color: #C9C2A6; max-width: 56ch; margin: 0 auto 24px; }
.real-cta-card .cta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
@media (min-width: 540px) { .real-cta-card .cta-row { flex-direction: row; } }
