/* HERO-EDITORIAL-CENTRE */
.hero-centre { max-width: 1000px; margin: 0 auto; text-align: center; padding: clamp(48px, 8vw, 100px) 20px clamp(28px, 4vw, 48px); }
.hero-centre__eyebrow { font-family: var(--ff-ui); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; color: var(--accent); margin-bottom: 18px; }
.hero-centre__title { font-family: var(--ff-display); font-size: clamp(2.4rem, 6.5vw, 4.8rem); line-height: 1.04; color: var(--text); margin: 0; font-weight: 500; }
.hero-centre__title em { font-style: italic; color: var(--accent); font-weight: 400; }
.hero-centre__sub { font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--text-2); margin: 20px auto 26px; max-width: 56ch; }
.hero-centre__badges { display: inline-flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 26px; }
.hero-centre__cta { display: flex; flex-direction: column; gap: 12px; align-items: stretch; max-width: 380px; margin: 0 auto; }
@media (min-width: 640px) { .hero-centre__cta { flex-direction: row; justify-content: center; max-width: none; } }
.hero-centre__band { width: 100%; aspect-ratio: 16/10; border-radius: var(--r-lg); overflow: hidden; margin-top: clamp(28px, 5vw, 56px); position: relative; }
@media (min-width: 768px) { .hero-centre__band { aspect-ratio: 21/9; } }
.hero-centre__band img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-centre__band-tag { position: absolute; left: 16px; bottom: 16px; padding: 8px 14px; background: rgba(246,240,230,.92); backdrop-filter: blur(6px); border-radius: 999px; font-family: var(--ff-ui); font-size: .8rem; font-weight: 500; color: var(--text); }

/* SERVICES — alt-rows (LAY-2) */
.svc-alt { display: flex; flex-direction: column; gap: clamp(40px, 5vw, 80px); }
.svc-alt__row { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; }
@media (min-width: 768px) { .svc-alt__row { grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); } }
.svc-alt__row:nth-child(even) .svc-alt__media { order: -1; }
@media (max-width: 767px) { .svc-alt__row:nth-child(even) .svc-alt__media { order: 0; } }
.svc-alt__media { width: 100%; aspect-ratio: 4/3; border-radius: var(--r-lg); overflow: hidden; }
.svc-alt__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.svc-alt__row:hover .svc-alt__media img { transform: scale(1.03); }
.svc-alt__num { font-family: var(--ff-display); font-style: italic; font-size: 1.05rem; color: var(--accent); letter-spacing: .06em; }
.svc-alt__title { font-family: var(--ff-display); font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.15; margin: 8px 0 14px; color: var(--text); font-weight: 500; }
.svc-alt__title em { color: var(--accent); font-style: italic; }
.svc-alt__desc { color: var(--text-2); font-size: 1rem; margin-bottom: 16px; }
.svc-alt__points { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-direction: column; gap: 6px; }
.svc-alt__points li { padding-left: 20px; position: relative; font-size: .95rem; color: var(--text-2); }
.svc-alt__points li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 1px; background: var(--accent); }

/* REALISATIONS — masonry */
.gal-masonry { column-count: 1; column-gap: 14px; }
@media (min-width: 640px) { .gal-masonry { column-count: 2; } }
@media (min-width: 1024px) { .gal-masonry { column-count: 3; } }
.gal-item { display: block; margin: 0 0 14px; border-radius: var(--r-lg); overflow: hidden; cursor: zoom-in; break-inside: avoid; background: var(--surface); border: 0; padding: 0; width: 100%; }
.gal-item img { width: 100%; height: auto; display: block; transition: transform .5s ease; }
.gal-item:hover img { transform: scale(1.04); }
.realisations-foot { text-align: center; margin-top: 36px; }

/* STATS */
.stats-strip { background: color-mix(in srgb, var(--accent) 6%, var(--bg)); padding: 56px 0; }
.stats-grid { display: grid; grid-template-columns: 1fr; gap: 28px; text-align: center; }
@media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.stat-item { padding: 16px 8px; }
.stat-num { display: block; font-family: var(--ff-display); font-size: clamp(2.4rem, 5vw, 3.2rem); line-height: 1; color: var(--accent); font-weight: 500; }
.stat-label { display: block; font-family: var(--ff-ui); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-2); margin-top: 10px; }

/* AVIS — single (LAY-2) */
.avis-single { max-width: 760px; margin: 0 auto; text-align: center; }
.avis-single__stars { display: inline-flex; gap: 2px; color: #E0A500; margin-bottom: 18px; }
.avis-single__stars svg { width: 22px; height: 22px; }
.avis-single__quote { font-family: var(--ff-display); font-style: italic; font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.4; color: var(--text); margin: 0 0 20px; }
.avis-single__author { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; font-family: var(--ff-ui); color: var(--text-2); }
.avis-single__name { font-weight: 600; color: var(--text); font-size: .98rem; }
.avis-single__date { font-size: .82rem; color: var(--text-mute); }
.avis-others { margin-top: 48px; display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 768px) { .avis-others { grid-template-columns: 1fr 1fr; } }
.avis-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 22px; }
.avis-card__stars { display: inline-flex; gap: 1px; color: #E0A500; margin-bottom: 12px; }
.avis-card__stars svg { width: 16px; height: 16px; }
.avis-card__text { font-family: var(--ff-display); font-style: italic; font-size: 1.05rem; line-height: 1.5; color: var(--text); margin: 0 0 14px; }
.avis-card__foot { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-family: var(--ff-ui); font-size: .85rem; color: var(--text-2); }
.avis-card__name { font-weight: 600; color: var(--text); }
.avis-foot { text-align: center; margin-top: 36px; }
.badge-google { display: inline-flex; align-items: center; gap: 6px; font-size: .76rem; color: var(--text-mute); font-family: var(--ff-ui); }
.badge-google svg { width: 14px; height: 14px; }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--border); }
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-trigger {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 22px 4px; background: transparent; border: 0; text-align: left;
  font-family: var(--ff-display); font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--text);
  cursor: pointer;
}
.faq-chevron { width: 22px; height: 22px; flex-shrink: 0; position: relative; }
.faq-chevron::before, .faq-chevron::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--accent); border-radius: 1px; transition: transform var(--t-fast); }
.faq-chevron::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.faq-chevron::after  { width: 2px; height: 14px; transform: translate(-50%, -50%); }
.faq-trigger[aria-expanded="true"] .faq-chevron::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-answer { padding: 0 4px 22px; color: var(--text-2); font-size: .98rem; line-height: 1.6; max-width: 64ch; }

/* ZONE */
.zone-section { background: var(--bg-alt); }
.zone-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 900px) { .zone-grid { grid-template-columns: 1fr 1fr; gap: 48px; } }
.zone-info h3 { font-family: var(--ff-display); font-size: 1.4rem; margin: 0 0 12px; }
.zone-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; padding: 0; list-style: none; }
.zone-chips li { background: var(--surface); border: 1px solid var(--border); padding: 7px 14px; border-radius: 999px; font-size: .85rem; color: var(--text); font-family: var(--ff-ui); }
.dispo-line { display: inline-flex; align-items: center; gap: 10px; padding: 9px 16px; background: var(--surface); border-radius: 999px; border: 1px solid var(--border); margin-bottom: 20px; font-family: var(--ff-ui); font-size: .92rem; }
.dispo-dot { width: 9px; height: 9px; border-radius: 50%; background: #b8c4ad; flex-shrink: 0; }
.dispo-dot.is-open { background: #4eb56b; box-shadow: 0 0 0 0 rgba(78, 181, 107, .5); animation: dispo-pulse 2s ease-out infinite; }
.dispo-dot.is-closed { background: #d99a4e; }
@keyframes dispo-pulse { 0% { box-shadow: 0 0 0 0 rgba(78,181,107,.5); } 70% { box-shadow: 0 0 0 10px rgba(78,181,107,0); } 100% { box-shadow: 0 0 0 0 rgba(78,181,107,0); } }
.horaires-table { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--border); font-family: var(--ff-ui); font-size: .92rem; }
.horaires-table th, .horaires-table td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--border); }
.horaires-table tr:last-child th, .horaires-table tr:last-child td { border-bottom: 0; }
.horaires-table th { font-weight: 500; color: var(--text-2); text-transform: capitalize; }
.horaires-table td { text-align: right; color: var(--text); }
.horaires-table tr.is-today { background: var(--accent-soft); }
.horaires-table tr.is-today th, .horaires-table tr.is-today td { color: var(--accent); font-weight: 600; }
.map-wrap { width: 100%; aspect-ratio: 4/3; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border); background: var(--surface); }
@media (min-width: 900px) { .map-wrap { aspect-ratio: 1/1; } }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* A PROPOS — between services and realisations OR after avis (visual choice). We'll put it after services */
.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 1.05fr .95fr; gap: 56px; } }
.about-photo { width: 100%; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; position: relative; }
@media (max-width: 899px) { .about-photo { aspect-ratio: 16/11; } }
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-photo-tag { position: absolute; left: 14px; bottom: 14px; padding: 7px 13px; background: rgba(246,240,230,.92); backdrop-filter: blur(6px); border-radius: 999px; font-family: var(--ff-ui); font-size: .78rem; color: var(--text); }
.about-text h2 { font-family: var(--ff-display); font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.1; margin: 0 0 18px; }
.about-text h2 em { color: var(--accent); font-style: italic; }
.about-text p { color: var(--text-2); font-size: 1.02rem; line-height: 1.65; }
.about-text p:first-of-type::first-letter { font-family: var(--ff-display); font-style: italic; font-size: 3.2rem; line-height: 1; float: left; padding: 4px 10px 0 0; color: var(--accent); }
.about-points { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 640px) { .about-points { grid-template-columns: 1fr 1fr; } }
.about-points li { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; color: var(--text); }
.about-points svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--accent); margin-top: 3px; }

/* CONTACT */
.contact-section { background: var(--surface-deep); color: var(--text-on-dark); }
.contact-section .sec-title { color: var(--text-on-dark); }
.contact-section .sec-title em { color: var(--accent-on-dark); }
.contact-section .eyebrow { color: var(--accent-on-dark); }
.contact-section .sec-sub { color: var(--text-on-dark-2); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.contact-rows { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.contact-row { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border-radius: var(--r-md); border: 1px solid var(--border-on-dark); text-decoration: none; }
.contact-row:hover { text-decoration: none; border-color: var(--accent-on-dark); background: rgba(255,255,255,.04); }
.contact-icon { width: 40px; height: 40px; border-radius: var(--r-md); display: grid; place-items: center; background: rgba(201,214,189,.18); color: var(--accent-on-dark); flex-shrink: 0; }
.contact-icon svg { width: 20px; height: 20px; }
.contact-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.contact-label { font-family: var(--ff-ui); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--text-on-dark-2); }
.contact-value { font-family: var(--ff-display); font-size: 1.05rem; color: var(--text-on-dark); }
.contact-cta { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 480px) { .contact-cta { flex-direction: row; } .contact-cta .btn { flex: 1; } }
.contact-form { background: rgba(255,255,255,.04); padding: 24px; border-radius: var(--r-lg); border: 1px solid var(--border-on-dark); }
.contact-form .field label { color: var(--text-on-dark-2); }
.contact-form .field input, .contact-form .field select, .contact-form .field textarea { background: rgba(255,255,255,.06); border-color: var(--border-on-dark); color: var(--text-on-dark); }
.contact-form .field input::placeholder, .contact-form .field textarea::placeholder { color: rgba(246,240,230,.45); }
.contact-form .field input:focus, .contact-form .field select:focus, .contact-form .field textarea:focus { border-color: var(--accent-on-dark); box-shadow: 0 0 0 3px rgba(201,214,189,.18); }
.form-submit-row { margin-top: 18px; }
.form-msg { font-size: .88rem; color: var(--accent-on-dark); margin-top: 12px; min-height: 1.2em; }
