/* ============================================================
   VOLTA — Électricité générale
   Thème « Chantier » : jaune haute visibilité, noir, Archivo.
   Direct, costaud, téléphone d'abord. Un site d'artisan qui
   inspire confiance — pas un site de luxe.
   ============================================================ */

:root {
  --ivory: #fafafa;           /* fond */
  --porcelain: #ffffff;       /* cartes */
  --ink: #191a1c;             /* texte */
  --stone: #5c6066;
  --gold: #ffd028;            /* accent jaune sécurité */
  --gold-soft: #ffe27a;
  --acc-ink: #1d1710;         /* texte sur jaune */
  --forest: #131416;          /* bandes sombres */
  --forest-soft: #1e2023;
  --hairline: #e3e4e6;
  --radius: 12px;
  --display: "Archivo", "Segoe UI", sans-serif;
  --sans: "Archivo", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--gold); color: var(--acc-ink); }

.container { width: min(1220px, 100% - 3rem); margin-inline: auto; }

h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; }

.eyebrow {
  display: inline-block;
  font-size: 0.74rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--acc-ink);
  background: var(--gold);
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  margin-bottom: 1.1rem;
}

.section-title { font-size: clamp(1.9rem, 4vw, 2.9rem); text-transform: uppercase; }
.section-sub { color: var(--stone); max-width: 52ch; margin-top: 0.9rem; font-weight: 500; }
.section { padding: clamp(3.6rem, 7vw, 6rem) 0; }
.section-head { margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.section-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }

/* ---------- Boutons : gros, francs ---------- */
.btn {
  display: inline-block;
  font-size: 0.85rem; font-weight: 800;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 1.05rem 2rem;
  border-radius: var(--radius);
  border: 3px solid var(--ink);
  color: var(--ink);
  transition: all 0.2s var(--ease);
  text-align: center;
}
.btn:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn--solid, .btn--gold { background: var(--gold); border-color: var(--gold); color: var(--acc-ink); box-shadow: 0 6px 18px rgba(255,208,40,0.35); }
.btn--solid:hover, .btn--gold:hover { background: var(--ink); border-color: var(--ink); color: var(--gold); box-shadow: none; }
.btn--light { color: #fff; border-color: #fff; }
.btn--light:hover { background: #fff; color: var(--ink); }
.btn--ghost { border-color: var(--hairline); }
.btn--block { display: block; width: 100%; margin-top: 0.7rem; }

.link-arrow { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); border-bottom: 3px solid var(--gold); padding-bottom: 0.25rem; transition: color 0.2s; }
.link-arrow:hover { color: var(--stone); }

/* ---------- En-tête ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 60; transition: background 0.3s, box-shadow 0.3s; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.site-header.on-hero { color: #fff; }
.site-header.on-hero .logo, .site-header.on-hero .nav-links a { color: #fff; }
.site-header.scrolled { background: rgba(255,255,255,0.97); box-shadow: 0 4px 18px rgba(20,20,22,0.08); color: var(--ink); }
.site-header.scrolled .logo, .site-header.scrolled .nav-links a { color: var(--ink); }

.logo { font-family: var(--display); font-size: 1.45rem; font-weight: 900; letter-spacing: 0.08em; text-indent: 0.08em; text-transform: uppercase; }
.logo span { color: var(--gold); -webkit-text-stroke: 1px var(--ink); }
.site-header.on-hero .logo span { -webkit-text-stroke: 0; }

.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; position: relative; padding-bottom: 0.3rem; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; border-radius: 3px; background: var(--gold); transition: width 0.25s var(--ease); }
.nav-links a:hover::after, .nav-links a.current::after { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 1.4rem; }
.lang-switch { display: flex; gap: 0.15rem; align-items: center; }
.lang-switch button { font-size: 0.72rem; font-weight: 800; padding: 0.3rem 0.45rem; opacity: 0.55; transition: opacity 0.2s; }
.lang-switch button.active { opacity: 1; border-bottom: 3px solid var(--gold); }
.lang-switch button:hover { opacity: 1; }

.burger { display: none; width: 30px; height: 22px; position: relative; z-index: 70; }
.burger span { position: absolute; left: 0; width: 100%; height: 3px; border-radius: 3px; background: currentColor; transition: all 0.3s var(--ease); }
.burger span:nth-child(1) { top: 1px; }
.burger span:nth-child(2) { top: 10px; }
.burger span:nth-child(3) { top: 19px; }
.burger.open span:nth-child(1) { top: 10px; transform: rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 65; background: var(--forest); color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.5rem; opacity: 0; visibility: hidden; transition: opacity 0.3s var(--ease), visibility 0.3s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a { font-size: 1.8rem; font-weight: 800; text-transform: uppercase; }
.mobile-menu a:hover { color: var(--gold); }

/* ---------- Hero : direct, gros titre, jaune ---------- */
.hero { position: relative; min-height: 88svh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(15,16,18,0.94) 0%, rgba(15,16,18,0.75) 50%, rgba(15,16,18,0.35) 100%); }
.hero .container { position: relative; z-index: 2; padding: 8rem 0 4.5rem; }
.hero .eyebrow { background: var(--gold); color: var(--acc-ink); }

.hero__title { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 900; text-transform: uppercase; max-width: 16ch; }
.hero__title em { font-style: normal; color: var(--gold); }
.hero__line { display: block; overflow: hidden; }
.hero__line > span { display: block; transform: translateY(110%); transition: transform 0.7s var(--ease); }
body.loaded .hero__line > span { transform: translateY(0); }
body.loaded .hero__line:nth-child(2) > span { transition-delay: 0.1s; }

.hero__sub { margin-top: 1.4rem; max-width: 50ch; color: rgba(255,255,255,0.88); font-weight: 500; font-size: 1.05rem; opacity: 0; transform: translateY(12px); transition: opacity 0.7s var(--ease) 0.35s, transform 0.7s var(--ease) 0.35s; }
.hero__ctas { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; transform: translateY(12px); transition: opacity 0.7s var(--ease) 0.5s, transform 0.7s var(--ease) 0.5s; }
body.loaded .hero__sub, body.loaded .hero__ctas { opacity: 1; transform: none; }
.hero__scroll { display: none; }

@media (max-height: 720px) { .hero__title { font-size: clamp(2.1rem, 4.8vw, 3.2rem); } }

/* ---------- Chiffres ---------- */
.stats { background: var(--gold); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: clamp(1.8rem, 3.5vw, 2.6rem); }
.stat { text-align: center; padding-inline: 1rem; color: var(--acc-ink); }
.stat__n { font-weight: 900; font-size: clamp(1.8rem, 3.4vw, 2.7rem); letter-spacing: -0.02em; }
.stat__l { font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 0.2rem; opacity: 0.8; }

/* ---------- Cartes (services) ---------- */
.prop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.prop-card {
  display: block; background: var(--porcelain);
  border-radius: var(--radius); overflow: hidden;
  border: 2px solid var(--hairline);
  transition: border-color 0.2s, transform 0.25s var(--ease), box-shadow 0.25s;
}
.prop-card:hover { border-color: var(--ink); transform: translateY(-5px); box-shadow: 0 16px 34px rgba(20,20,22,0.12); }
.prop-card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #ececec; }
.prop-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.prop-card:hover .prop-card__media img { transform: scale(1.05); }
.prop-card__badge {
  position: absolute; top: 0.9rem; left: 0.9rem;
  background: var(--gold); color: var(--acc-ink);
  font-size: 0.66rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.4rem 0.8rem; border-radius: 6px;
}
.prop-card__body { padding: 1.3rem 1.4rem 1.6rem; }
.prop-card__commune { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--stone); font-style: normal; }
.prop-card__name { font-size: 1.3rem; margin-top: 0.35rem; }
.prop-card__rule { width: 46px; height: 5px; border-radius: 5px; background: var(--gold); margin: 0.85rem 0; transition: width 0.3s var(--ease); }
.prop-card:hover .prop-card__rule { width: 78px; }
.prop-card__specs { font-size: 0.86rem; color: var(--stone); font-weight: 500; }
.prop-card__price { font-weight: 900; font-size: 1rem; color: var(--ink); margin-top: 0.55rem; text-transform: uppercase; letter-spacing: 0.02em; }

/* ---------- L'entreprise ---------- */
.intro { background: var(--porcelain); border-block: 2px solid var(--hairline); }
.intro .container { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
.intro__media { position: relative; }
.intro__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.intro__media::after { content: ""; position: absolute; left: -0.8rem; bottom: -0.8rem; width: 55%; height: 40%; background: var(--gold); border-radius: var(--radius); z-index: -1; inset: auto auto -0.8rem -0.8rem; border: 0; }
.intro__text p { color: var(--stone); margin-bottom: 1.4rem; max-width: 56ch; }
.intro__text .section-title { margin-bottom: 1.4rem; max-width: 20ch; }

/* ---------- Bande urgence (jaune) ---------- */
.cta-band { background: var(--gold); color: var(--acc-ink); text-align: center; position: relative; overflow: hidden; }
.cta-band::before {
  content: "⚡"; position: absolute; font-size: 22rem; line-height: 1;
  opacity: 0.07; left: 4%; top: 50%; transform: translateY(-50%);
  pointer-events: none;
}
.cta-band .container { position: relative; max-width: 760px; }
.cta-band .eyebrow { background: var(--acc-ink); color: var(--gold); }
.cta-band .section-title { color: var(--acc-ink); margin-inline: auto; }
.cta-band p:not(.eyebrow) { color: rgba(29,23,16,0.8); font-weight: 600; margin: 1rem auto 1.8rem; max-width: 48ch; }
.cta-band .btn--light { color: var(--acc-ink); border-color: var(--acc-ink); }
.cta-band .btn--light:hover { background: var(--acc-ink); color: var(--gold); }

/* ---------- Témoignages ---------- */
.testimonials .prop-grid { grid-template-columns: repeat(3, 1fr); }
.tst { background: var(--porcelain); border: 2px solid var(--hairline); border-radius: var(--radius); padding: 1.9rem 1.8rem; display: flex; flex-direction: column; gap: 1.3rem; }
.tst q, .tst blockquote { font-size: 1rem; font-weight: 500; line-height: 1.6; quotes: none; flex: 1; }
.tst q::before, .tst blockquote::before { content: "★★★★★"; display: block; color: var(--gold); -webkit-text-stroke: 0.5px var(--ink); font-size: 0.9rem; letter-spacing: 0.2em; margin-bottom: 0.7rem; }
.tst cite { font-style: normal; font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--stone); }

/* ---------- Pages intérieures ---------- */
.page-head { padding: calc(78px + clamp(2.4rem, 5vw, 4rem)) 0 clamp(2rem, 4vw, 3rem); }
.page-head .section-title { max-width: 24ch; }

.filters { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; padding-bottom: 2rem; }
.filter-pills { display: flex; gap: 0.5rem; }
.filter-pill { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.65rem 1.4rem; border: 3px solid var(--ink); border-radius: var(--radius); color: var(--ink); transition: all 0.15s; }
.filter-pill + .filter-pill { border-left: 3px solid var(--ink); }
.filter-pill.active { background: var(--ink); color: var(--gold); }
.filter-select { font-family: var(--sans); font-size: 0.85rem; font-weight: 600; color: var(--ink); background: #fff; border: 2px solid var(--hairline); border-radius: var(--radius); padding: 0.7rem 1rem; cursor: pointer; }
.listing-count { margin-left: auto; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; color: var(--stone); }
.listing-empty { grid-column: 1 / -1; color: var(--stone); font-size: 1.1rem; font-weight: 600; padding: 3rem 0; }

/* ---------- Fiche service ---------- */
.det-gallery { display: grid; grid-template-columns: 2.2fr 1fr; grid-template-rows: minmax(0, 1fr); gap: 0.6rem; padding: calc(78px + 1rem) 1rem 0; height: calc(78px + 58vh); max-width: 1380px; margin-inline: auto; }
.det-main { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: var(--radius); }
.det-main img { width: 100%; height: 100%; object-fit: cover; }
.det-thumbs { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 0.6rem; height: 100%; min-height: 0; }
.det-thumb { display: block; width: 100%; overflow: hidden; min-height: 0; border-radius: var(--radius); }
.det-thumb img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.2s; }
.det-thumb:hover img { opacity: 0.85; }

.det-layout { display: grid; grid-template-columns: 1.8fr 1fr; gap: clamp(2.5rem, 5vw, 4rem); padding-block: clamp(2.4rem, 5vw, 3.8rem); align-items: start; }
.det-title { font-size: clamp(1.9rem, 4vw, 2.9rem); text-transform: uppercase; margin-top: 0.4rem; }
.det-price { font-weight: 900; font-size: 1.25rem; color: var(--ink); margin-top: 0.7rem; }
.det-layout .eyebrow { margin-bottom: 0; }
.det-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; margin: 1.8rem 0; border-top: 0; }
.det-spec { display: flex; flex-direction: column; gap: 0.1rem; background: var(--porcelain); border: 2px solid var(--hairline); border-radius: var(--radius); padding: 0.85rem 1.05rem; border-bottom: 2px solid var(--hairline); }
.det-spec__label { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--stone); }
.det-spec__value { font-weight: 700; font-size: 1rem; }
.det-h2 { font-size: 1.4rem; text-transform: uppercase; margin: 2rem 0 0.9rem; }
.det-desc { color: var(--stone); max-width: 62ch; }
.det-feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem 1.6rem; }
.det-feats li { padding-left: 1.7rem; position: relative; color: var(--stone); font-weight: 500; font-size: 0.95rem; }
.det-feats li::before { content: "✓"; position: absolute; left: 0; top: 0; width: auto; height: auto; background: none; color: var(--ink); font-weight: 900; }

.det-aside { position: sticky; top: calc(78px + 1.2rem); }
.agent-card { background: var(--porcelain); border: 2px solid var(--ink); border-radius: var(--radius); padding: 2rem; text-align: center; box-shadow: 6px 6px 0 var(--gold); }
.agent-card__photo { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; margin: 0 auto 1rem; border: 3px solid var(--gold); }
.agent-card__label { font-size: 0.68rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; color: var(--stone); }
.agent-card__name { font-size: 1.3rem; font-weight: 800; margin-top: 0.3rem; }
.agent-card__langs { font-size: 0.76rem; font-weight: 700; color: var(--stone); margin: 0.3rem 0 1.3rem; }
.agent-card__tel { display: block; margin-top: 1rem; font-weight: 900; font-size: 1.15rem; }
.agent-card__tel:hover { color: var(--stone); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(15,16,18,0.95); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.25s, visibility 0.25s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 88vw; max-height: 86vh; object-fit: contain; border-radius: 8px; }
.lb-close, .lb-prev, .lb-next { position: absolute; color: #fff; font-size: 1.6rem; padding: 1rem; line-height: 1; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { color: var(--gold); }
.lb-close { top: 1.2rem; right: 1.6rem; }
.lb-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1rem; top: 50%; transform: translateY(-50%); }

/* ---------- Garanties ---------- */
.srv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.srv { background: var(--porcelain); border: 2px solid var(--hairline); border-radius: var(--radius); padding: clamp(1.7rem, 3.5vw, 2.4rem); transition: border-color 0.2s, box-shadow 0.25s; }
.srv:hover { border-color: var(--ink); box-shadow: 0 14px 30px rgba(20,20,22,0.1); }
.srv::before { content: ""; display: block; width: 46px; height: 6px; border-radius: 6px; background: var(--gold); margin-bottom: 1.3rem; }
.srv h3 { font-size: 1.3rem; text-transform: uppercase; margin-bottom: 0.7rem; }
.srv p { color: var(--stone); max-width: 54ch; font-size: 0.95rem; }

/* ---------- Valeurs / équipe ---------- */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.value { background: var(--porcelain); border: 2px solid var(--hairline); border-top: 6px solid var(--gold); border-radius: var(--radius); padding: 1.6rem; }
.value h3 { font-size: 1.1rem; text-transform: uppercase; margin-bottom: 0.5rem; }
.value p { color: var(--stone); font-size: 0.9rem; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.member { background: var(--porcelain); border: 2px solid var(--hairline); border-radius: var(--radius); overflow: hidden; padding-bottom: 1.4rem; }
.member img { aspect-ratio: 3 / 4; width: 100%; object-fit: cover; }
.member h3 { font-size: 1.2rem; margin: 1.1rem 1.3rem 0; }
.member .role { font-size: 0.72rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; color: var(--stone); margin: 0.3rem 1.3rem 0; }
.member .langs { font-size: 0.8rem; font-weight: 600; color: var(--stone); margin: 0.3rem 1.3rem 0; }

/* ---------- Contact ---------- */
.contact-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(2.5rem, 5vw, 4rem); align-items: start; }
.form-field { margin-bottom: 1.4rem; }
.form-field label { display: block; font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); margin-bottom: 0.45rem; }
.form-field input, .form-field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; font-weight: 500;
  background: #fff; color: var(--ink);
  border: 2px solid var(--hairline); border-radius: var(--radius);
  padding: 0.85rem 1.05rem;
  transition: border-color 0.2s;
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--ink); }
.form-field textarea { resize: vertical; min-height: 130px; }
.form-success { display: none; margin-top: 1.4rem; padding: 1.1rem 1.3rem; border-radius: var(--radius); background: var(--gold); color: var(--acc-ink); font-weight: 700; }
.form-success.show { display: block; }

.contact-info { background: var(--porcelain); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 6px 6px 0 var(--gold); padding: 2.2rem; }
.contact-info h3 { font-size: 1.15rem; text-transform: uppercase; margin-bottom: 0.6rem; }
.contact-info p { color: var(--stone); margin-bottom: 1.5rem; }
.contact-info .agent-card__tel { text-align: left; margin: 0.2rem 0 1.5rem; }
.contact-info iframe { border-radius: var(--radius); }

/* ---------- WhatsApp ---------- */
.whatsapp-fab {
  position: fixed; right: 1.6rem; bottom: 1.6rem; z-index: 55;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--gold); color: var(--acc-ink);
  display: flex; align-items: center; justify-content: center;
  border: 3px solid var(--ink);
  box-shadow: 0 10px 24px rgba(20,20,22,0.25);
  transition: transform 0.2s var(--ease);
}
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.05); }
.whatsapp-fab svg { width: 28px; height: 28px; fill: currentColor; }

/* ---------- Pied de page ---------- */
.site-footer { background: var(--forest); color: rgba(255,255,255,0.75); }
.site-footer .container { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); padding-block: clamp(2.8rem, 6vw, 4.2rem) 2.2rem; }
.site-footer .logo { color: #fff; font-size: 1.5rem; }
.site-footer .logo span { -webkit-text-stroke: 0; }
.ft-tag { margin-top: 0.9rem; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--gold); }
.ft-col h4 { font-weight: 900; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.ft-col li { margin-bottom: 0.55rem; }
.ft-col a { font-size: 0.92rem; font-weight: 500; transition: color 0.2s; }
.ft-col a:hover { color: #fff; }
.ft-bottom { border-top: 1px solid rgba(255,255,255,0.14); }
.ft-bottom .container { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 1.3rem; font-size: 0.78rem; color: rgba(255,255,255,0.45); }

/* ---------- Apparitions ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }

:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal, .hero__sub, .hero__ctas { opacity: 1; transform: none; }
  .hero__line > span { transform: none; }
}

/* ---------- Adaptatif ---------- */
@media (max-width: 1024px) {
  .prop-grid, .testimonials .prop-grid { grid-template-columns: repeat(2, 1fr); }
  .det-layout { grid-template-columns: 1fr; }
  .det-aside { position: static; }
  .stats .container { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 0; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .burger { display: block; }
  .intro .container { grid-template-columns: 1fr; }
  .srv-grid, .contact-layout { grid-template-columns: 1fr; }
  .det-gallery { grid-template-columns: 1fr; grid-template-rows: none; height: auto; }
  .det-main { aspect-ratio: 16 / 10; height: auto; }
  .det-thumbs { grid-template-rows: none; grid-template-columns: repeat(3, 1fr); height: auto; }
  .det-thumb { aspect-ratio: 4 / 3; }
  .det-specs, .det-feats { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .prop-grid, .testimonials .prop-grid, .values-grid, .team-grid { grid-template-columns: 1fr; }
  .stats .container { grid-template-columns: 1fr 1fr; }
  .site-footer .container { grid-template-columns: 1fr; }
  .filters { gap: 0.8rem; }
  .listing-count { margin-left: 0; width: 100%; }
}
