/* HERO-SPLIT */
.hero {
  padding-top: calc(var(--header-h-mobile) + 28px);
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .hero { padding-top: calc(var(--header-h) + 40px); padding-bottom: 80px; }
}
.hero-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .hero-split { grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); }
}
.hero__eyebrow {
  font-family: var(--ff-body);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--accent-2);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.hero__eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--accent-2); }
.hero__title {
  font-family: var(--ff-display);
  font-size: clamp(2.1rem, 6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--text);
  font-weight: 500;
}
.hero__title em { font-style: italic; font-weight: 400; color: var(--accent-2); }
.hero__sub {
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.55;
  color: var(--text-2);
  margin: 20px 0 28px;
  max-width: 46ch;
}
.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.hero__cta .btn { width: 100%; }
@media (min-width: 560px) {
  .hero__cta { flex-direction: row; flex-wrap: wrap; width: auto; }
  .hero__cta .btn { width: auto; }
}
.hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero__art {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.hero__art svg { width: 100%; height: auto; display: block; }
@media (min-width: 900px) {
  .hero__art { max-width: none; }
}

/* Stats strip */
.stats {
  background: var(--bg-alt);
  padding: 36px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
@media (min-width: 768px) { .stats { padding: 48px 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: 32px; }
}
.stat-item { display: flex; flex-direction: column; gap: 6px; }
.stat-number {
  font-family: var(--ff-display);
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  font-weight: 500;
  color: var(--accent-2);
  line-height: 1;
  letter-spacing: -0.01em;
}
.stat-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-2);
  font-weight: 500;
}
.stat-sub { font-size: 0.76rem; color: var(--text-mute); margin-top: 2px; }

/* Services (LAY-1 = grid-3) */
.svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .svc-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

.svc-card { display: flex; flex-direction: column; gap: 14px; min-height: 100%; }
.svc-card__num {
  font-family: var(--ff-display);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--accent-2);
  font-weight: 500;
}
.svc-card h3 { font-size: 1.25rem; line-height: 1.25; margin: 0; }
.svc-card p { font-size: 0.92rem; line-height: 1.6; color: var(--text-2); margin: 0; }
.svc-card__icon {
  width: 38px; height: 38px;
  color: var(--accent-2);
  margin-bottom: 4px;
}
.svc-card__icon svg { width: 100%; height: 100%; }

/* Materiaux / Invitation */
.gal-section { background: var(--bg-alt); }

.materials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px) { .materials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .materials-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }

.matiere {
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color var(--t-med), transform var(--t-med);
}
.matiere:hover { border-color: var(--accent); transform: translateY(-3px); }
.matiere__swatch {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  background: var(--bg-alt);
  position: relative;
  overflow: hidden;
}
.matiere__swatch--wood {
  background:
    repeating-linear-gradient(95deg, #8B6240 0px, #8B6240 2px, #7A5536 2px, #7A5536 4px, #95704C 4px, #95704C 9px),
    #8B6240;
}
.matiere__swatch--stone {
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.5), transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(0,0,0,0.15), transparent 40%),
    linear-gradient(135deg, #D8D0C4 0%, #B5AC9D 100%);
}
.matiere__swatch--lacq {
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), transparent 60%),
    linear-gradient(140deg, #2A2520 0%, #1A1612 100%);
}
.matiere__swatch--metal {
  background:
    linear-gradient(110deg, #D7AB79 0%, #B68A55 30%, #8E6A3E 60%, #B68A55 100%);
}
.matiere h3 { font-size: 1.05rem; line-height: 1.3; margin: 0; }
.matiere p { font-size: 0.88rem; line-height: 1.55; color: var(--text-2); margin: 0; }

.invite {
  margin-top: 36px;
  background: var(--text);
  color: var(--bg);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
}
.invite h3 {
  color: #fff;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  line-height: 1.25;
  margin: 0 0 10px;
  max-width: 30ch;
}
.invite p { color: rgba(255,255,255,0.78); margin: 0; max-width: 56ch; font-size: 0.95rem; line-height: 1.6; }
.invite .btn--accent { background: var(--accent); color: var(--text); }
.invite .btn--accent:hover { background: #fff; color: var(--text); }
@media (min-width: 768px) {
  .invite { flex-direction: row; align-items: center; justify-content: space-between; padding: 36px 40px; }
  .invite > div { flex: 1; }
  .invite .btn { flex-shrink: 0; }
}

/* Avis (LAY-1 = cols-2, card=line) */
.avis-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 700px) { .avis-cols { grid-template-columns: 1fr 1fr; gap: 24px; } }
.avis-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.avis-card__stars { display: flex; gap: 2px; color: var(--accent); }
.avis-card__stars svg { width: 18px; height: 18px; fill: currentColor; }
.avis-card__text {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--text);
  font-style: italic;
  font-weight: 400;
  margin: 0;
  quotes: "\201C" "\201D";
}
.avis-card__text::before { content: open-quote; margin-right: 2px; }
.avis-card__text::after { content: close-quote; margin-left: 2px; }
.avis-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.avis-card__author { display: flex; flex-direction: column; gap: 2px; }
.avis-card__name { font-weight: 600; font-size: 0.9rem; }
.avis-card__date { font-size: 0.78rem; color: var(--text-mute); }
.avis-google {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.74rem; color: var(--text-2);
  padding: 6px 10px; border-radius: 999px; background: var(--bg-alt);
}
.avis-google svg { width: 14px; height: 14px; }
.avis-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 28px; font-size: 0.92rem; color: var(--accent-2); font-weight: 500; }
.avis-link::after { content: "->"; transition: transform var(--t-fast); }
.avis-link:hover::after { transform: translateX(3px); }
.avis-empty {
  text-align: center;
  padding: 24px;
  border: 1px dashed var(--border);
  border-radius: 12px;
  color: var(--text-2);
}

/* A propos */
.about { }
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
@media (min-width: 900px) { .about-grid { grid-template-columns: .9fr 1.1fr; gap: 56px; } }

.about__quote {
  background: #2A2520;
  color: #F5F0EB;
  padding: 40px 32px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.about__quote::after {
  content: "";
  position: absolute;
  inset: auto -20px -40px auto;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--accent), transparent 70%);
  opacity: 0.55;
  pointer-events: none;
}
.about__quote__mark {
  display: block;
  font-family: var(--ff-display);
  font-size: 5rem;
  line-height: 1;
  color: var(--accent);
  margin-bottom: -10px;
}
.about__quote__text {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.45;
  color: #F5F0EB;
  margin: 0 0 28px;
  font-weight: 400;
  max-width: 32ch;
  position: relative;
  z-index: 1;
}
.about__quote__sign {
  display: block;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.about__content h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); line-height: 1.15; max-width: 24ch; }
.about__content p {
  margin: 18px 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-2);
}
.about__content p:first-of-type::first-letter {
  font-family: var(--ff-display);
  font-size: 3.2rem;
  float: left;
  line-height: 0.95;
  padding: 6px 12px 0 0;
  color: var(--accent-2);
  font-weight: 500;
}
.about__sign {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
  color: var(--text-2);
}
.about__sign strong { color: var(--text); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0; max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  text-align: left;
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.35;
}
.faq-trigger:hover { color: var(--accent-2); }
.faq-chevron {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border: 1px solid var(--text);
  border-radius: 50%;
  position: relative;
  transition: transform var(--t-med), border-color var(--t-med), background var(--t-med);
}
.faq-chevron::before,
.faq-chevron::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 10px; height: 1px;
  background: var(--text);
  transition: transform var(--t-med), background var(--t-med);
}
.faq-chevron::before { transform: translate(-50%, -50%); }
.faq-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-trigger[aria-expanded="true"] .faq-chevron { background: var(--accent-2); border-color: var(--accent-2); }
.faq-trigger[aria-expanded="true"] .faq-chevron::before,
.faq-trigger[aria-expanded="true"] .faq-chevron::after { background: #fff; }
.faq-trigger[aria-expanded="true"] .faq-chevron::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer { padding: 0 4px 22px; max-width: 56ch; }
.faq-answer p { font-size: 0.95rem; line-height: 1.65; color: var(--text-2); margin: 0; }

/* Zone (carte + horaires) */
.zone { background: var(--bg-alt); }
.zone-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 900px) { .zone-grid { grid-template-columns: 1fr 1.1fr; gap: 44px; } }

.zone__info h3 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: var(--text-2);
  margin: 24px 0 12px;
  font-family: var(--ff-body);
}
.zone__info h3:first-child { margin-top: 0; }
.zone__info p { font-size: 0.95rem; line-height: 1.6; color: var(--text-2); margin: 0 0 6px; }
.zone__info strong { color: var(--text); font-weight: 600; }
.zone-list { display: flex; flex-wrap: wrap; gap: 8px; }
.zone-list li {
  padding: 6px 12px;
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--text-2);
}
.horaires {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.horaires td { padding: 10px 0; border-bottom: 1px solid var(--border); }
.horaires td:first-child { color: var(--text-2); text-transform: capitalize; }
.horaires td:last-child { text-align: right; color: var(--text); font-variant-numeric: tabular-nums; }
.horaires tr.is-today td { color: var(--accent-2); font-weight: 600; }
.horaires tr.is-today td:first-child::before { content: "* "; color: var(--accent); }
.dispo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(74,139,127,0.12);
  color: #2F6B5F;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 8px;
}
.dispo-badge.is-closed { background: rgba(176,0,32,0.08); color: var(--error); }
.dispo-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }

.map-wrap {
  width: 100%;
  aspect-ratio: 16/12;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--border);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (min-width: 900px) { .map-wrap { aspect-ratio: 4/5; } }

/* Contact */
.contact { }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 900px) { .contact-grid { grid-template-columns: .9fr 1.1fr; gap: 56px; } }
.contact__intro h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); line-height: 1.15; max-width: 18ch; }
.contact__intro p { margin: 18px 0 24px; color: var(--text-2); font-size: 1rem; line-height: 1.6; }
.contact__direct { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.contact__line {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  background: rgba(255,255,255,0.4);
  transition: border-color var(--t-fast), background var(--t-fast);
  min-width: 0;
}
.contact__line:hover { border-color: var(--accent); background: rgba(255,255,255,0.7); }
.contact__line__icon {
  width: 42px; height: 42px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent-2);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.contact__line__icon svg { width: 20px; height: 20px; }
.contact__line__txt { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.contact__line__label { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-mute); font-weight: 500; }
.contact__line__val { font-family: var(--ff-display); font-size: 1.05rem; color: var(--text); margin-top: 2px; word-break: break-word; }

/* Brand mark (logo header) */
.brand-mark-icon { width: 36px; height: 36px; }

/* Animations classes */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
