/* =========================================
   EQUATION B&C — Refonte visuelle
   Objectif : rendu plus premium, plus sobre,
   plus crédible pour une entreprise du bâtiment.
========================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --bg: #f4f1eb;
  --bg-soft: #faf8f4;
  --bg-alt: #efe9df;
  --surface: #ffffff;
  --surface-soft: #fcfaf7;
  --text: #1f1a16;
  --text-soft: #5c5146;
  --text-muted: #7a6d60;
  --line: #e4d9ca;
  --line-strong: #d7c5ae;
  --brand: #b77b3b;
  --brand-strong: #9f652b;
  --brand-soft: #edd9c2;
  --dark: #171412;
  --dark-soft: #23201c;
  --dark-line: rgba(255, 255, 255, 0.09);
  --white: #ffffff;
  --shadow-xs: 0 4px 14px rgba(30, 23, 17, 0.04);
  --shadow-sm: 0 12px 30px rgba(30, 23, 17, 0.06);
  --shadow-md: 0 22px 48px rgba(30, 23, 17, 0.08);
  --radius-sm: 14px;
  --radius: 18px;
  --radius-lg: 24px;
  --section-space: 6rem;
  --container: 1180px;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f6f3ee 0%, #f1ece4 100%);
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

iframe {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
ul,
ol {
  margin-top: 0;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
}

.section-alt {
  background-image: 
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 30px 30px, 30px 30px;
  background-position: center;
}

.card,
.surface-card,
.contact-card,
.faq-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 250, 247, 0.98));
  border: 1px solid rgba(215, 197, 174, 0.78);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-strong);
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.65;
}

.section-head {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head.center .eyebrow {
  justify-content: center;
}

.section-head h2,
.contact-card h2,
.blog-hero-inner h1,
.legal-card h1,
.thank-you-card h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.3vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-head p,
.contact-card p,
.blog-card p,
.blog-preview-card p,
.timeline-card p,
.service-card p,
.engagement-card p,
.faq-item p,
.legal-card p,
.legal-card li,
.stats-item span,
.hero-copy p,
.hero-lead,
.contact-list,
.contact-note p,
.blog-card-body p,
.blog-hero-inner p,
.trust-box-placeholder p {
  color: var(--text-soft);
}

/* =========================================
   HEADER
========================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(23, 20, 18, 0.94);
  border-bottom: 1px solid rgba(215, 197, 174, 0.12);
  backdrop-filter: blur(12px);
}

.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  width: clamp(160px, 18vw, 260px);
  height: auto;
}

.brand-logo-wide {
  width: clamp(220px, 20vw, 300px);
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-left: auto;
}

.menu-btn {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(245, 235, 220, 0.9);
  background: transparent;
  border: 1px solid transparent;
  font-family: inherit;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.menu-btn:hover,
.menu-btn.is-active {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(215, 197, 174, 0.18);
  color: var(--white);
}

.menu-btn-primary {
  background: var(--brand);
  color: var(--white);
  border-color: var(--brand);
  box-shadow: 0 12px 24px rgba(183, 123, 59, 0.22);
}

.menu-btn-primary:hover {
  background: #c48745;
  border-color: #c48745;
  color: var(--white);
  transform: translateY(-1px);
}

.social-icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(215, 197, 174, 0.18);
  background: rgba(255, 255, 255, 0.04);
  transition: background-color 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
  flex: 0 0 auto;
}

.social-icon-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(215, 197, 174, 0.3);
}

.social-icon-btn svg {
  width: 18px;
  height: 18px;
  fill: #f1d6b1;
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(215, 197, 174, 0.2);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #f2dfc7;
  border-radius: 999px;
}

/* =========================================
   BOUTONS
========================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--brand);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(183, 123, 59, 0.18);
}

.btn-primary:hover {
  background: #c48745;
}

.btn-secondary {
  background: var(--white);
  color: var(--text);
  border-color: var(--line-strong);
}

.btn-secondary:hover {
  background: #fbf7f1;
}

.btn-linkedin {
  background: #0a66c2;
  color: var(--white);
}

.btn-linkedin:hover {
  background: #0958a7;
}

.btn-instagram {
  color: var(--white);
  background: linear-gradient(90deg, #833ab4, #e04b63, #f0a43a);
}

.btn-instagram:hover {
  filter: brightness(1.04);
}

/* =========================================
   HERO
========================================== */
.hero {
  position: relative;
  overflow: hidden;
  background: 
    linear-gradient(180deg, rgba(23, 20, 18, 0.88) 0%, rgba(23, 20, 18, 0.95) 100%),
    url('../images/hero_construction_bg.png') center/cover no-repeat;
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 123, 59, 0.25), transparent);
}

.hero-grid-pattern,
.hero-glow {
  display: none;
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: 4.5rem 0 4rem;
}

.hero-copy {
  max-width: 650px;
}

.hero-copy h1 {
  margin: 0 0 1.35rem;
  font-size: clamp(2.8rem, 5vw, 4.95rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-copy h1 span {
  display: block;
  color: var(--brand);
}

.hero-lead {
  font-size: 1.08rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9) !important;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.7rem 0.95rem;
  margin-bottom: 1.35rem;
  border: 1px solid rgba(183, 123, 59, 0.4);
  border-radius: 999px;
  background: rgba(23, 20, 18, 0.5);
  backdrop-filter: blur(5px);
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin: 2rem 0 1.75rem;
}

.hero-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
}
.hero-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(215, 197, 174, 0.2);
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 500;
}

.trust-badge svg {
  width: 20px;
  height: 20px;
  stroke: var(--brand);
}

.hero-visual {
  display: grid;
  gap: 1rem;
}

.visual-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 197, 174, 0.55);
  box-shadow: var(--shadow-md);
  background: #ddd;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 12, 10, 0) 38%, rgba(14, 12, 10, 0.72) 100%);
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-card-main {
  min-height: 430px;
}

.visual-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.visual-overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  color: var(--white);
}

.visual-overlay span {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
}

.visual-overlay h3 {
  margin: 0.45rem 0 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

/* =========================================
   CHIFFRES / BLOCS
========================================== */
.stats-strip {
  background: linear-gradient(180deg, #1b1714 0%, #241f1b 100%);
  color: #f4e3cf;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.stats-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.35rem 0;
}

.stats-item {
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.stats-item strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.08rem;
  color: var(--white);
}

.stats-item span {
  color: rgba(244, 227, 207, 0.76);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 2rem;
  align-items: start;
}

.surface-card {
  padding: 2.1rem;
}

.service-grid,
.timeline-grid,
.engagement-grid,
.blog-preview-grid,
.blog-grid,
.faq-list {
  display: grid;
  gap: 1.2rem;
}

.service-grid,
.timeline-grid,
.blog-preview-grid,
.blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.engagement-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.timeline-card,
.engagement-card,
.blog-preview-card,
.blog-card {
  position: relative;
  padding: 1.7rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card::before,
.timeline-card::before,
.engagement-card::before,
.blog-card::before,
.blog-preview-card::before,
.contact-card::before,
.contact-form::before,
.map-card::before,
.legal-card::before,
.thank-you-card::before {
  content: "";
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), rgba(183, 123, 59, 0));
}

.service-card:hover,
.timeline-card:hover,
.engagement-card:hover,
.blog-preview-card:hover,
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(30, 23, 17, 0.09);
  border-color: rgba(183, 123, 59, 0.35);
}

.service-card h3,
.engagement-card h3,
.blog-preview-card h3,
.blog-card h2,
.visual-overlay h3,
.contact-note strong,
.legal-card h2,
.trust-box-placeholder .tp-title {
  color: #9f652b;
}

.service-icon,
.engagement-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1;
}

.service-card h3,
.engagement-card h3,
.blog-preview-card h3,
.blog-card h2,
.legal-card h2 {
  margin: 0 0 0.8rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.timeline-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 1rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #f8f0e6;
  border: 1px solid rgba(183, 123, 59, 0.18);
  color: var(--brand-strong);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.blog-preview-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 1rem;
}

.blog-preview-card img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
}

.center-cta {
  margin-top: 2rem;
  text-align: center;
}

/* =========================================
   FILTRES BLOG
========================================== */
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 3rem;
}

.filter-btn {
  padding: 0.6rem 1.35rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid #d7c5ae !important;
  color: #1f1a16 !important;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.22s ease;
}

.filter-btn:hover {
  border-color: var(--brand);
  color: var(--brand);
  transform: translateY(-1px);
}

.filter-btn.active {
  background: var(--brand);
  color: var(--white);
  border-color: var(--brand);
  box-shadow: 0 4px 14px rgba(183, 123, 59, 0.22);
}

.social-review-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 1.5rem;
  align-items: start;
  padding: 2rem;
}

.social-review-box>.btn {
  align-self: flex-start;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.trust-box-placeholder {
  min-height: 100%;
  padding: 1.6rem;
  border-radius: var(--radius);
  border: 1px dashed rgba(183, 123, 59, 0.36);
  background: #fdf9f3;
}

.tp-title {
  margin: 0 0 0.75rem;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--brand-strong);
}

/* =========================================
   FAQ
========================================== */
.faq-item {
  padding: 1.25rem 1.35rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  font-weight: 700;
  color: var(--text);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--brand-strong);
  font-size: 1.15rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0.95rem 0 0;
}

/* =========================================
   CONTACT
========================================== */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.3rem;
}

.contact-card,
.contact-form {
  position: relative;
  padding: 2rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.3rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.contact-list li {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(228, 217, 202, 0.7);
}

.contact-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-list a {
  color: var(--brand-strong);
  font-weight: 700;
}

.contact-note {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(183, 123, 59, 0.12);
  background: #faf5ed;
}

.contact-note strong {
  display: block;
  margin-bottom: 0.35rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form, .contact-info-map-card {
  background: linear-gradient(180deg, rgba(23, 20, 18, 0.6), rgba(18, 15, 13, 0.9));
  border: 1px solid rgba(215, 197, 174, 0.15);
  border-radius: var(--radius);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  padding: 2rem;
}

.contact-form h3 {
  grid-column: 1 / -1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1rem;
}

.contact-form label {
  display: block;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form span {
  display: block;
  margin-bottom: 0.5rem;
  color: #473c33;
  font-size: 0.92rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 14px;
  border: 1px solid #dfd1c0;
  background: #fffdfa;
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #93867a;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(183, 123, 59, 0.7);
  box-shadow: 0 0 0 4px rgba(183, 123, 59, 0.10);
}

.checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
}

.checkbox input {
  width: auto;
  margin-top: 0.25rem;
}

.checkbox span {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
}

.checkbox a {
  color: var(--brand-strong);
  text-decoration: underline;
}

.hidden {
  display: none;
}

/* =========================================
   MAP
========================================== */
.map-card {
  position: relative;
  overflow: hidden;
}

.map-head {
  padding: 2rem 2rem 1.4rem;
  border-bottom: 1px solid rgba(228, 217, 202, 0.72);
}

.map-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.15;
}

.map-frame {
  width: 100%;
  height: 430px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================================
   BLOG
========================================== */
.blog-hero {
  padding: 5rem 0 2.5rem;
  background: linear-gradient(180deg, #1b1714 0%, #2a241f 100%);
}

.blog-hero-inner {
  max-width: 760px;
}

.blog-hero .eyebrow,
.blog-hero-inner h1,
.blog-hero-inner p {
  color: #f4e3cf;
}

/* =========================================
   BLOG FILTERS
========================================== */
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.filter-btn {
  background: var(--surface);
  border: 1px solid rgba(215, 197, 174, 0.2);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 30px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: rgba(215, 197, 174, 0.1);
}

.filter-btn.active {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.blog-grid {
  align-items: stretch;
}

.blog-card {
  overflow: hidden;
  padding: 0;
}

.blog-card img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  background-color: var(--dark-soft);
}

.blog-card-body {
  padding: 1.55rem;
}

.blog-tag {
  margin: 0 0 0.8rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-strong);
}

.blog-card-placeholder {
  display: flex;
  align-items: center;
}

/* =========================================
   LEGAL / MERCI
========================================== */
.legal-page {
  min-height: calc(100vh - 92px);
}

.legal-card {
  position: relative;
  padding: 2rem;
}

.legal-card ul {
  padding-left: 1.2rem;
  line-height: 1.8;
  color: var(--text-soft);
}

.legal-card h2 {
  margin-top: 1.7rem;
  font-size: 1.25rem;
}

.legal-actions {
  margin-top: 2rem;
}

.thank-you-card {
  position: relative;
  max-width: 760px;
  margin: 80px auto;
  padding: 2.25rem;
  text-align: center;
}

.thank-you-logo {
  width: min(270px, 72%);
  margin: 0 auto 1.5rem;
}

/* =========================================
   BOUTON FLOTTANT
========================================== */
.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 58px;
  padding: 1rem 1.35rem;
  border-radius: 999px;
  background: var(--dark);
  color: var(--white);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(18, 15, 13, 0.22);
  transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.floating-contact svg {
  stroke: var(--brand);
  fill: none;
  transition: transform 0.22s ease;
}

.floating-contact:hover svg {
  transform: rotate(15deg) scale(1.1);
}

.floating-contact:hover {
  transform: translateY(-2px);
  background: #211c18;
  box-shadow: 0 22px 36px rgba(18, 15, 13, 0.26);
}

.floating-contact.clicked {
  transform: scale(0.98);
}

@keyframes floatingSoftPulse {

  0%,
  100% {
    box-shadow: 0 18px 34px rgba(18, 15, 13, 0.22);
  }

  50% {
    box-shadow: 0 22px 40px rgba(18, 15, 13, 0.28);
  }
}

.floating-contact {
  animation: floatingSoftPulse 3.2s ease-in-out infinite;
}

/* =========================================
   FOOTER
========================================== */
.site-footer {
  background: linear-gradient(180deg, #171412 0%, #211c18 100%);
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 0;
  color: rgba(244, 227, 207, 0.88);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.footer-logo {
  width: 50px;
  height: auto;
}

.footer-logo-wide {
  width: clamp(180px, 18vw, 250px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.footer-links a {
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #f2c890;
}

/* =========================================
   PHONE LINK
========================================== */
.contact-list a {
  color: var(--brand-strong);
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.contact-list a:hover {
  opacity: 0.8;
}

/* =========================================
   ERROR / EMPTY STATE
========================================== */
.projects-error,
.projects-empty {
  grid-column: 1 / -1;
  padding: 2.5rem;
  text-align: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.6);
  border: 1px dashed rgba(215, 197, 174, 0.8);
  color: var(--text-muted);
  font-size: 0.97rem;
}

/* =========================================
   STATS INLINE (A PROPOS)
========================================== */
.stats-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.stat-mini {
  display: flex;
  flex-direction: column;
}

.stat-mini strong {
  font-size: 1.4rem;
  color: var(--brand-strong);
  line-height: 1.2;
}

.stat-mini span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* =========================================
   PLAN DE MAISON INTERACTIF
========================================== */
.split-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin: 3rem auto;
  max-width: 1200px;
}

.interactive-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
}

.interactive-house-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.hotspot {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotspot-dot {
  width: 16px;
  height: 16px;
  background-color: var(--brand-strong);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(183, 123, 59, 0.7);
  animation: pulseHotspot 2s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.hotspot:hover .hotspot-dot,
.hotspot.is-active .hotspot-dot {
  transform: scale(1.3);
  background-color: var(--white);
  box-shadow: 0 0 15px var(--brand-strong);
}

@keyframes pulseHotspot {
  to {
    box-shadow: 0 0 0 20px rgba(183, 123, 59, 0);
  }
}

.house-details-panel {
  background: linear-gradient(145deg, var(--dark) 0%, #2a241e 100%);
  border: 1px solid rgba(215, 197, 174, 0.2);
  border-radius: 20px;
  padding: 3rem;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 20px 50px rgba(23, 20, 18, 0.18);
  color: var(--white);
}

.house-details-content {
  animation: fadeIn 0.3s ease forwards;
}

.house-details-content h3 {
  color: var(--brand);
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.house-details-content p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =========================================
   ANIMATIONS D'APPARITION
========================================== */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* =========================================
   RESPONSIVE
========================================== */
@media (max-width: 1180px) {
  .menu-btn {
    padding: 0.75rem 0.85rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 980px) {
  :root {
    --section-space: 4.8rem;
  }

  .menu-toggle {
    display: inline-block;
  }

  .menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(380px, 100%);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(23, 20, 18, 0.98);
    border: 1px solid rgba(215, 197, 174, 0.14);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
    white-space: normal;
  }

  .menu.open {
    display: flex;
  }

  .menu-btn,
  .social-icon-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-layout,
  .split-section,
  .contact-grid,
  .service-grid,
  .timeline-grid,
  .engagement-grid,
  .blog-preview-grid,
  .blog-grid,
  .stats-strip-grid,
  .social-review-box,
  .split-container {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
    padding: 3.5rem 0;
  }

  .visual-stack,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .brand-logo-wide,
  .footer-logo-wide {
    width: clamp(170px, 42vw, 240px);
  }

  .footer-content,
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --section-space: 4.2rem;
  }

  .container {
    width: min(100% - 1.25rem, 100%);
  }

  .nav {
    min-height: 82px;
  }

  .brand-logo-wide {
    width: clamp(150px, 48vw, 210px);
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.35rem);
  }

  .section-head h2,
  .contact-card h2,
  .blog-hero-inner h1,
  .legal-card h1,
  .thank-you-card h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .surface-card,
  .contact-card,
  .contact-form,
  .social-review-box,
  .legal-card,
  .thank-you-card,
  .map-head {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .blog-card img {
    height: 240px;
  }

  .blog-preview-card {
    grid-template-columns: 1fr;
  }

  .blog-preview-card img {
    height: 210px;
  }

  .floating-contact {
    right: 12px;
    bottom: 12px;
    min-height: 54px;
    padding: 0.95rem 1.1rem;
    font-size: 0.92rem;
  }
}

/* =========================================
   BEFORE / AFTER SLIDER
========================================== */
.before-after-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--dark-soft);
}

.before-after-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.before-after-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.img-before-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.img-before {
  z-index: 2;
  clip-path: polygon(0 0, var(--slider-pos, 50%) 0, var(--slider-pos, 50%) 100%, 0 100%);
}

.slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--slider-pos, 50%);
  width: 4px;
  background: var(--white);
  z-index: 3;
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.slider-handle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: var(--brand);
  border: 3px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.slider-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: ew-resize;
  margin: 0;
}

.before-after-labels {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  pointer-events: none;
}

.before-after-labels span {
  background: rgba(23, 20, 18, 0.7);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

/* =========================================
   AVIS TRUSTPILOT
========================================== */
.trustpilot-section {
  background: var(--white);
  padding: 4rem 0;
  text-align: center;
}

.trustpilot-placeholder {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  border: 2px dashed rgba(215, 197, 174, 0.8);
  border-radius: 12px;
  background: var(--surface);
  color: var(--text-soft);
}

.trustpilot-placeholder svg {
  width: 48px;
  height: 48px;
  stroke: var(--brand);
  margin-bottom: 1rem;
}

/* ==========================================================================
   REFONTE VISUELLE PREMIUM — NOUVEAUX STYLES & OVERRIDES (MOCKUP ACCORD)
   ========================================================================== */

/* Variables / Couleurs du thème */
:root {
  --theme-dark-bg: #111315;
  --theme-dark-card-bg: #17191d;
  --theme-light-beige: #f5f2eb;
  --theme-gold: #b77b3b;
  --theme-gold-hover: #c48745;
  --theme-gold-light: rgba(183, 123, 59, 0.15);
  --theme-border-dark: rgba(255, 255, 255, 0.08);
  --theme-border-light: rgba(23, 20, 18, 0.08);
}

/* Header Adjustments */
.menu-btn-login {
  color: rgba(245, 235, 220, 0.8) !important;
  font-weight: 500;
  margin-right: 0.5rem;
}

.menu-btn-login:hover {
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.05);
}

/* Hero modifications */
.hero {
  background: var(--theme-dark-bg);
}

.hero-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 35px 35px;
  pointer-events: none;
  z-index: 1;
}

.hero-visual .visual-card img {
  border-radius: 20px;
  border: 1px solid var(--theme-border-dark);
}

/* Section À Propos - Split Layout */
.split-section-new {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-left h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  margin-bottom: 2rem;
}

.about-text-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-soft);
  margin-bottom: 1.5rem;
}

.stats-grid-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.stat-card-new {
  background: var(--white);
  border: 1px solid var(--theme-border-light);
  border-radius: 18px;
  padding: 1.8rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  box-shadow: 0 10px 30px rgba(30, 23, 17, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card-new:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(30, 23, 17, 0.06);
}

.stat-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--theme-light-beige);
  color: var(--theme-gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon-wrapper svg {
  width: 22px;
  height: 22px;
}

.stat-info {
  display: flex;
  flex-direction: column;
}

.stat-info strong {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}

.stat-info span {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

/* Plan de maison interactif */
.interactive-image-wrapper {
  background: transparent;
  box-shadow: none;
}

.interactive-house-img {
  filter: drop-shadow(0 20px 40px rgba(30, 23, 17, 0.12));
}

.hotspot-dot {
  background-color: var(--theme-gold);
  box-shadow: 0 0 0 0 rgba(183, 123, 59, 0.6);
}

@keyframes pulseHotspot {
  0% {
    box-shadow: 0 0 0 0 rgba(183, 123, 59, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(183, 123, 59, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(183, 123, 59, 0);
  }
}

.hotspot-dot {
  animation: pulseHotspot 2.5s infinite;
}

/* Méthode cards */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.timeline-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--theme-border-light);
  border-radius: 20px;
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  box-shadow: 0 10px 30px rgba(30, 23, 17, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(30, 23, 17, 0.05);
}

.methode-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #f7f5ef;
  color: var(--theme-gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.methode-icon {
  width: 22px;
  height: 22px;
}

.timeline-card span {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--text);
  text-transform: uppercase;
}

.timeline-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0;
}

/* Contact & Localisation Sombre (Pied de page) */
.section-dark-footer {
  background: var(--theme-dark-bg);
  color: var(--white);
  padding: 6rem 0;
  border-top: 1px solid var(--theme-border-dark);
}

.section-dark-footer .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: stretch;
}

.section-dark-footer .card {
  background: var(--theme-dark-card-bg);
  border: 1px solid var(--theme-border-dark);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.contact-form h3 {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--white);
  margin: 0 0 2rem 0;
}

.form-row-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.section-dark-footer label span {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.section-dark-footer input,
.section-dark-footer select,
.section-dark-footer textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-radius: 8px;
  padding: 0.9rem;
  font-family: inherit;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.section-dark-footer input:focus,
.section-dark-footer select:focus,
.section-dark-footer textarea:focus {
  border-color: var(--theme-gold);
  outline: none;
  background: rgba(255, 255, 255, 0.07);
}

.section-dark-footer select option {
  background-color: var(--dark-soft);
  color: var(--white);
}

.section-dark-footer .checkbox span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.section-dark-footer .checkbox a {
  color: var(--theme-gold);
}

.btn-full {
  width: 100%;
  justify-content: center;
  padding: 1.1rem;
  font-weight: 700;
}

/* Info & Carte à droite */
.contact-info-map-card {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  overflow: hidden;
  border-radius: 20px;
}

.info-side {
  padding: 3rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-side h3 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--white);
  margin: 0 0 2rem 0;
}

.contact-list-new {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.contact-list-new li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-list-new strong {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--theme-gold);
}

.contact-list-new span,
.contact-list-new a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.contact-list-new a:hover {
  color: var(--theme-gold);
}

.map-side {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.map-side iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive Overrides */
@media (max-width: 980px) {
  .split-section-new {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .timeline-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-dark-footer .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-map-card {
    grid-template-columns: 1fr;
  }

  .map-side {
    height: 320px;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .stats-grid-new {
    grid-template-columns: 1fr;
  }

  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .form-row-half {
    grid-template-columns: 1fr;
  }

  .info-side {
    padding: 2.2rem 1.5rem;
  }
}

/* ==========================================================================
   GALERIE PHOTO EN DÉCALÉ & ANIMATIONS D'IMAGES PREMIUM
   ========================================================================== */

/* Animations sur les images du Hero */
.hero-visual .visual-card {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease;
}

.hero-visual .visual-card img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-visual .visual-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 25px 45px rgba(183, 123, 59, 0.18);
  z-index: 5;
}

.hero-visual .visual-card:hover img {
  transform: scale(1.05);
}

/* Animation de flottement pour l'illustration de la maison */
@keyframes floatingHouse {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

.interactive-house-img {
  animation: floatingHouse 6s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.interactive-house-img:hover {
  filter: drop-shadow(0 25px 50px rgba(183, 123, 59, 0.18));
}

/* Galerie photo décalée */
.offset-gallery-section {
  padding: 6rem 0;
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;
}

.offset-collage-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(80px, auto);
  gap: 28px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.collage-item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(30, 23, 17, 0.05);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease;
  z-index: 2;
}

.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.collage-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(183, 123, 59, 0.14);
  z-index: 5;
}

.collage-item:hover img {
  transform: scale(1.06);
}

/* Positionnements décalés */
.collage-item-1 {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
  height: 480px;
}

.collage-item-2 {
  grid-column: 5 / 9;
  grid-row: 1 / 3;
  height: 300px;
  transform: translateY(-20px);
}

.collage-item-3 {
  grid-column: 9 / 13;
  grid-row: 1 / 4;
  height: 460px;
  transform: translateY(20px);
}

.collage-item-4 {
  grid-column: 2 / 6;
  grid-row: 3 / 5;
  height: 280px;
  transform: translateY(40px);
}

.collage-item-5 {
  grid-column: 7 / 12;
  grid-row: 3 / 5;
  height: 320px;
  transform: translateY(-10px);
}

/* Règle Responsive de la Galerie */
@media (max-width: 980px) {
  .offset-collage-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .collage-item {
    grid-column: span 1 !important;
    grid-row: auto !important;
    height: 280px !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .offset-collage-grid {
    grid-template-columns: 1fr;
  }
  .collage-item {
    height: 230px !important;
  }
}

/* Dropdowns dans le Header (Navigation & En savoir plus) */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--dark-soft);
  border: 1px solid var(--theme-border-dark);
  border-radius: 14px;
  min-width: 200px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  z-index: 1000;
  padding: 0.6rem 0;
  margin-top: 0;
  border-top: 2px solid var(--theme-gold);
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}

.dropdown-menu a {
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0;
  border: none !important;
  background: transparent !important;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: var(--white) !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle {
  cursor: pointer;
}

@media (max-width: 980px) {
  .dropdown {
    display: block;
    width: 100%;
  }
  .dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
    background: transparent;
    border: none;
    padding-left: 1.2rem;
    margin-top: 0;
    min-width: auto;
  }
  .dropdown-menu a {
    padding: 0.5rem 1rem;
    font-size: 0.92rem;
    color: rgba(245, 235, 220, 0.7) !important;
  }
  .dropdown-toggle {
    pointer-events: none;
    font-weight: 700;
    text-align: left;
    width: 100%;
  }
}

/* Boutons avec icône uniquement */
.btn-icon-only {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
}
.btn-icon-only svg {
  width: 24px !important;
  height: 24px !important;
}
