/* Lux Clean - Site statique production */
:root {
  --header-h: 88px;
  --teal-500: #C6A75E;
  --teal-600: #B8964A;
  --teal-100: #E7D8A3;
  --teal-700: #C6A75E;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --bg-alt: #f8f9fb;
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-card: 0 2px 16px rgba(0, 0, 0, 0.06);
  --font-sans: Inter, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

/* Page root: clean white background */
html {
  scroll-behavior: smooth;
}

html,
body {
  background: transparent;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--slate-800);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

/* Conteneurs visuels 16/9 pour images de sections / cartes */
.image-16x9 {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.image-16x9 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bg-site,
.bg-site-overlay {
  display: none;
}

/* ——— Backgrounds par page (body class bg-*) ——— */
/* Accueil : une seule image en fond sur tout le body */
body.bg-home {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: hidden;
  background-color: transparent;
  background: url("assets/lc-bg.png") center / cover no-repeat;
  background-attachment: scroll;
}

.bg-soumission {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: hidden;
  background: url("assets/soumission.png") center / cover no-repeat;
  background-attachment: scroll;
}

.bg-services,
.bg-default {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: hidden;
  background: url("assets/lc-bg.png") center / cover no-repeat;
  background-attachment: scroll;
}

/* Service detail pages: custom background per service */
.bg-service-residentiel {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: hidden;
  background: url("assets/menage-residentiel.png") center / cover no-repeat;
  background-attachment: scroll;
}
.bg-service-commercial {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: hidden;
  background: url("assets/menage-commercial.png") center / cover no-repeat;
  background-attachment: scroll;
}
.bg-service-apres-construction {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: hidden;
  background: url("assets/menage-apres-construction.png") center / cover no-repeat;
  background-attachment: scroll;
}
.bg-service-grand-menage {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: hidden;
  background: url("assets/grand-menage.png") 50% 10% / cover no-repeat;
  background-attachment: scroll;
}
.bg-service-demenagement {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: hidden;
  background: url("assets/nettoyage-demenagement.png") 50% 10% / cover no-repeat;
  background-attachment: scroll;
}

/* Pages À propos, Avis clients, Nous visiter, Nous joindre : même fond que Nous visiter */
body.page-about,
body.page-avis,
body.page-visiter,
body.page-contact {
  background: url("assets/bgimage.png") center center / cover no-repeat;
  background-attachment: scroll;
}

body.page-about::before,
body.page-avis::before,
body.page-visiter::before,
body.page-contact::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.35));
}

body.page-about .page-content,
body.page-avis .page-content,
body.page-visiter .page-content,
body.page-contact .page-content {
  position: relative;
  z-index: 1;
}

body.page-about .glass-section h1,
body.page-about .glass-section h2,
body.page-about .glass-section h3,
body.page-about .glass-section h4,
body.page-about .glass-section h5,
body.page-about .glass-section h6,
body.page-about .glass-section p,
body.page-about .glass-section label,
body.page-about .glass-section .form-legend,
body.page-about .glass-section li,
body.page-avis .glass-section h1,
body.page-avis .glass-section h2,
body.page-avis .glass-section h3,
body.page-avis .glass-section h4,
body.page-avis .glass-section h5,
body.page-avis .glass-section h6,
body.page-avis .glass-section p,
body.page-avis .glass-section label,
body.page-avis .glass-section .form-legend,
body.page-avis .glass-section li,
body.page-visiter .glass-section h1,
body.page-visiter .glass-section h2,
body.page-visiter .glass-section h3,
body.page-visiter .glass-section h4,
body.page-visiter .glass-section h5,
body.page-visiter .glass-section h6,
body.page-visiter .glass-section p,
body.page-visiter .glass-section label,
body.page-visiter .glass-section .form-legend,
body.page-visiter .glass-section li,
body.page-contact .glass-section h1,
body.page-contact .glass-section h2,
body.page-contact .glass-section h3,
body.page-contact .glass-section h4,
body.page-contact .glass-section h5,
body.page-contact .glass-section h6,
body.page-contact .glass-section p,
body.page-contact .glass-section label,
body.page-contact .glass-section .form-legend,
body.page-contact .glass-section li {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0,0,0,0.65);
}

/* Mobile: backgrounds stables (pas de fixed) */
@media (max-width: 768px) {
  body.bg-home,
  .bg-soumission,
  .bg-services,
  .bg-default,
  .bg-service-residentiel,
  .bg-service-commercial,
  .bg-service-apres-construction,
  .bg-service-grand-menage,
  .bg-service-demenagement,
  body.internal-page,
  body.service-page,
  .page-soumission {
    min-height: 100vh;
    min-height: 100svh;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bg-service-grand-menage {
    background-position: 50% 10%;
  }
  .bg-service-demenagement {
    background-position: 50% 10%;
  }

  body.page-about,
  body.page-avis,
  body.page-visiter,
  body.page-contact {
    background-position: center top;
  }

  body.bg-home .hero-landing {
    background: transparent !important;
    background-image: none !important;
  }
}

/* Ajustement mobile générique sur les héros */
@media (max-width: 768px) {
  .hero {
    background-position: center;
  }
}

.page-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body[class^="bg-"] .wrapper {
  position: relative;
  z-index: 1;
}

body[class^="bg-"] .hero-landing {
  background: none !important;
  background-image: none !important;
}

/* Home page only: hero sans fond propre, laisse voir l’image du body */
body.bg-home .hero-landing {
  background: url("assets/lc-bg.png") center/cover no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  position: relative;
}

/* Overlay géré par .home-hero::before — pas de double overlay */
body.bg-home .hero-landing::before {
  display: none;
}

body.bg-home .hero-landing .hero-landing__inner {
  background: transparent;
}

.home-hero {
  position: relative;
  isolation: isolate;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  z-index: 0;
  pointer-events: none;
}

.home-hero .hero-content {
  position: relative;
  z-index: 1;
}

body.bg-home .wrapper,
body.bg-home .page-content {
  background: transparent;
  position: relative;
  z-index: 1;
}

body.bg-home main {
  background: transparent;
  position: relative;
  z-index: 1;
}

body.bg-home .container {
  background: transparent;
}

body.bg-home .landing-section,
body.bg-home .landing-why {
  background: transparent;
}

body.bg-home .landing-stats {
  background: transparent;
}

body.bg-home .landing-testimonial {
  background: transparent;
}

body.bg-home .landing-cta {
  background: transparent !important;
  background-image: none !important;
}

body.bg-home .landing-why .why-section__content-wrapper {
  background: rgba(10, 14, 18, 0.34);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 60px 40px;
}

body.bg-home .landing-why .why-section__content-wrapper .landing-section__title {
  color: #ffffff;
}

@media (max-width: 768px) {
  body.bg-home .landing-why .why-section__content-wrapper {
    padding: 36px 24px;
  }
}

/* ——— Accueil : lisibilité (glass sur blocs texte), footer, hover CTA) ——— */
body.bg-home .landing-stats .container {
  background: rgba(10, 12, 16, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 159, 74, 0.25);
  border-radius: 18px;
}

body.bg-home .landing-stats .landing-section__title,
body.bg-home .landing-stats .landing-stat__number,
body.bg-home .landing-stats .landing-stat__label {
  color: #ffffff;
}

body.bg-home .landing-testimonial .container {
  background: rgba(10, 12, 16, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 159, 74, 0.25);
  border-radius: 18px;
}

body.bg-home .landing-testimonial .landing-section__title,
body.bg-home .landing-testimonial .landing-testimonial__quote p,
body.bg-home .landing-testimonial .landing-testimonial__quote cite {
  color: #ffffff;
}

body.bg-home .landing-testimonial .landing-testimonial__quote cite {
  color: rgba(255, 255, 255, 0.85);
}

body.bg-home .footer {
  background: rgba(10, 12, 16, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(197, 159, 74, 0.25);
}

body.bg-home .footer p,
body.bg-home .footer a,
body.bg-home .footer h3,
body.bg-home .footer .footer-bottom {
  color: #ffffff;
}

body.bg-home .footer a:hover {
  color: rgba(212, 175, 55, 0.95);
}

body.bg-home .btn-hero-primary,
body.bg-home .btn-hero-outline,
body.bg-home .landing-cta .btn {
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease, border-color 200ms ease;
}

body.bg-home .btn-hero-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(198, 167, 94, 0.4);
}

body.bg-home .btn-hero-outline:hover,
body.bg-home .landing-cta .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

body[class^="bg-"] .services-hero {
  background: none !important;
  background-image: none !important;
}

body[class^="bg-"] .page-hero {
  background: none !important;
}

body[class^="bg-"] .page-hero__overlay {
  background: transparent;
}

body[class^="bg-"] .section-alt {
  background: transparent;
}

body[class^="bg-"] .footer {
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(212, 175, 55, 0.12);
}

body[class^="bg-"] .footer p,
body[class^="bg-"] .footer a,
body[class^="bg-"] .footer h3,
body[class^="bg-"] .footer .footer-bottom {
  color: #ffffff;
}

body[class^="bg-"] .footer a:hover {
  color: rgba(212, 175, 55, 0.95);
}

body[class^="bg-"] .landing-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 166, 97, 0.25);
}

body[class^="bg-"] .landing-card__title,
body[class^="bg-"] .landing-card__text {
  color: #ffffff;
}

body[class^="bg-"] .home-cta-title,
body[class^="bg-"] .home-cta .text-lead {
  color: #ffffff;
}

body[class^="bg-"] .form-card {
  background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 166, 97, 0.25);
}

body[class^="bg-"] .form-card .page-title,
body[class^="bg-"] .form-card .text-lead,
body[class^="bg-"] .form-card .form-legend,
body[class^="bg-"] .form-card label {
  color: #ffffff;
}

body[class^="bg-"] .form-card .form-control {
  background: rgba(255, 255, 255, 0.95);
  color: var(--slate-800);
  border-color: rgba(255, 255, 255, 0.4);
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* Navbar — premium with dropdown */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(15, 17, 21, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.navbar-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--teal-700);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease;
}

.brand-container {
  background: rgba(255, 255, 255, 0.04);
  padding: 8px 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand img,
.navbar-brand .navbar-brand__img {
  display: block;
  width: auto;
  object-fit: contain;
  object-position: left center;
  transition: opacity 0.3s ease;
}

/* Logo navbar : taille augmentée pour meilleure visibilité */
.navbar-brand .brand-logo {
  height: 52px;
  max-height: 52px;
  width: auto;
}

.navbar-brand:hover img,
.navbar-brand:hover .navbar-brand__img {
  opacity: 0.9;
}

/* Logo plus petit dans les cartes (connexion / inscription) */
.navbar-brand.mb-6 .navbar-brand__img,
.navbar-brand.mb-6 img,
.navbar-brand.mb-6 .brand-logo {
  height: 40px;
  max-height: 40px;
}

@media (max-width: 768px) {
  .navbar-brand .brand-logo {
    height: 34px;
    max-height: 34px;
  }
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.75rem;
}

.nav-links a:not(.nav-cta):not(.nav-link-with-dropdown) {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  letter-spacing: 0.02em;
}

.nav-links a:not(.nav-cta):not(.nav-link-with-dropdown):hover,
.nav-links a:not(.nav-cta):not(.nav-link-with-dropdown).active {
  color: #d4af37;
}

.nav-links a:not(.nav-cta):not(.nav-link-with-dropdown):hover::after,
.nav-links a:not(.nav-cta):not(.nav-link-with-dropdown).active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: #d4af37;
  border-radius: 1px;
}

/* Dropdown wrap — no gap so hover stays on parent (trigger + dropdown) */
.nav-dropdown-wrap {
  position: relative;
}

.nav-link-with-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  letter-spacing: 0.02em;
}

.nav-link-with-dropdown:hover,
.nav-link-with-dropdown.active {
  color: #d4af37;
}

.nav-link-with-dropdown:hover::after,
.nav-link-with-dropdown.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: #d4af37;
  border-radius: 1px;
}

.nav-arrow {
  display: inline-block;
  font-size: 0.65rem;
  transition: transform 0.3s ease;
  opacity: 0.8;
}

.nav-dropdown-wrap:hover .nav-arrow,
.nav-dropdown-wrap.is-open .nav-arrow,
.nav-dropdown-wrap.open .nav-arrow {
  transform: rotate(180deg);
}

/* Dropdown panel — no margin-top so mouse stays on parent when moving to menu */
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  min-width: 260px;
  padding: 12px;
  background: rgba(20, 22, 26, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 165, 93, 0.45);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 1100;
}

.nav-dropdown-wrap:hover .nav-dropdown,
.nav-dropdown-wrap:focus-within .nav-dropdown,
.nav-dropdown-wrap.is-open .nav-dropdown,
.nav-dropdown-wrap.open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  margin: 0 0.1rem;
  transition: background 0.2s ease, color 0.2s ease;
  letter-spacing: 0.01em;
}

.nav-dropdown a:hover {
  background: rgba(198, 167, 94, 0.2);
  color: #d4af37;
}

.nav-dropdown__label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.75rem 0.5rem 0.25rem;
  padding: 0;
  line-height: 1;
}

.nav-dropdown__label:first-child {
  margin-top: 0;
}

/* CTA button */
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111111 !important;
  background: #C6A75E;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0.03em;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.35);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.nav-cta:hover {
  background: #B8964A;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.45);
  transform: translateY(-1px);
}

.nav-cta::after {
  display: none !important;
}

/* Hamburger */
.nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: none;
  background: transparent;
  color: #f5f5f5;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle-icon {
  font-size: 1.35rem;
  line-height: 1;
}

/* Mobile menu */
.nav-mobile {
  display: none;
  padding: 1rem 1rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav-mobile.open {
  display: block;
  animation: navMobileOpen 0.3s ease;
}

@keyframes navMobileOpen {
  from { opacity: 0; }
  to { opacity: 1; }
}

.nav-mobile > a {
  display: block;
  padding: 0.65rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--slate-700);
  text-decoration: none;
  border-radius: 0.5rem;
  margin-bottom: 0.2rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-mobile > a:hover,
.nav-mobile > a.active {
  background: rgba(198, 167, 94, 0.12);
  color: var(--teal-600);
}

/* Mobile accordion (Services) */
.nav-mobile-accordion {
  margin-bottom: 0.2rem;
}

.nav-mobile-accordion-trigger-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 0.5rem;
}

.nav-mobile-accordion-link {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--slate-700);
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-mobile-accordion-link:hover,
.nav-mobile-accordion-link.active {
  color: var(--teal-600);
}

.nav-mobile-accordion-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  margin: -0.35rem -0.35rem -0.35rem 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--slate-700);
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-mobile-accordion-chevron:hover {
  background: rgba(198, 167, 94, 0.12);
  color: var(--teal-600);
}

.nav-mobile-accordion-chevron .nav-arrow {
  transition: transform 0.3s ease;
}

.nav-mobile-accordion.open .nav-mobile-accordion-chevron .nav-arrow {
  transform: rotate(180deg);
}

/* Ancien trigger (conservé pour pages sans nouveau bloc) */
.nav-mobile-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.65rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--slate-700);
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-mobile-accordion-trigger:hover,
.nav-mobile-accordion-trigger.active {
  background: rgba(198, 167, 94, 0.12);
  color: var(--teal-600);
}

.nav-mobile-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.nav-mobile-accordion.open .nav-mobile-accordion-panel {
  max-height: 320px;
}

.nav-mobile-accordion-panel .nav-dropdown__label {
  margin: 0.75rem 0.5rem 0.25rem 1.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--slate-600);
}

.nav-mobile-accordion-panel .nav-dropdown__label:first-child {
  margin-top: 0.5rem;
}

.nav-mobile-accordion-panel a {
  display: block;
  padding: 0.5rem 0.75rem 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-700);
  text-decoration: none;
  border-radius: 0.4rem;
  margin-left: 0.25rem;
  margin-bottom: 0.15rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-mobile-accordion-panel a:hover {
  background: rgba(198, 167, 94, 0.1);
  color: var(--teal-600);
}

.nav-mobile .nav-cta {
  margin-top: 0.5rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
  .nav-toggle {
    display: none;
  }
}

/* Brand strip (logo + slogan) — premium glass chip, logo crisp */
.brand-strip {
  width: 100%;
  position: relative;
  z-index: 30;
  margin-top: 0;
  padding: 0 1rem;
}

.brand-strip .brand {
  max-width: 1100px;
  margin: 14px auto 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.80), rgba(10, 14, 18, 0.55));
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.brand__logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: none;
  display: block;
  flex-shrink: 0;
}

.brand__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand__name {
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
}

.brand__tagline {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 640px) {
  .brand-strip {
    padding: 0 0.75rem;
  }
  .brand {
    padding: 8px 10px;
    border-radius: 14px;
    gap: 10px;
  }
  .brand__logo {
    width: 42px;
    height: 42px;
  }
  .brand__name {
    font-size: 14px;
  }
  .brand__tagline {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

/* Brand header (Accueil only) — light, no capsule */
.brand-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 48px 10px;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 30;
}

.brand-header__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: none;
  display: block;
  flex-shrink: 0;
}

.brand-header__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-header__name {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--gold, #C9A24E);
  letter-spacing: 0.5px;
}

.brand-header__tagline {
  margin-top: 6px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  letter-spacing: 1.5px;
  text-transform: none;
}

@media (max-width: 768px) {
  .brand-header {
    padding: 18px 18px 6px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .brand-header__name {
    font-size: 36px;
  }
  .brand-header__logo {
    width: 72px;
    height: 72px;
  }
}

/* Brand header sur pages à fond sombre (bg-*) : slogan lisible */
body[class^="bg-"] .brand-header__tagline {
  color: rgba(255, 255, 255, 0.75);
}

/* Footer */
.footer {
  background: var(--bg-alt);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: auto;
}

.footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--teal-700);
  text-decoration: none;
}

.footer-brand img,
.footer-brand .footer-brand__img {
  display: block;
  height: 35px;
  width: auto;
  max-height: 35px;
  object-fit: contain;
  object-position: left center;
}

.footer p,
.footer a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-700);
}

.footer a:hover {
  color: var(--teal-500);
}

.footer h3 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--slate-800);
  margin: 0 0 0.75rem 0;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 0.875rem;
  color: var(--slate-600);
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

/* Contenu */
.container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-narrow {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

body[class^="bg-"] .card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 166, 97, 0.25);
}

.card-lg {
  padding: 2rem 3rem;
}

/* Boutons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.75rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-primary {
  background: #C6A75E;
  color: #111111;
  box-shadow: 0 2px 12px rgba(198, 167, 94, 0.35);
}

.btn-primary:hover {
  background: #B8964A;
  box-shadow: 0 4px 20px rgba(184, 150, 74, 0.4);
}

.btn-secondary {
  background: #ffffff;
  color: var(--slate-800);
  border: 1px solid var(--teal-100);
  box-shadow: var(--shadow-card);
}

.btn-secondary:hover {
  background: var(--bg-alt);
  box-shadow: var(--shadow-soft);
}

/* Typography */
h1 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--teal-700);
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--teal-700);
  margin: 0 0 1.25rem 0;
  line-height: 1.3;
}

p {
  margin: 0 0 1rem 0;
}

p:last-child {
  margin-bottom: 0;
}

.page-title {
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--slate-800);
  margin: 0 0 0.5rem 0;
}

.text-lead {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--slate-700);
  line-height: 1.65;
}

/* Sections: alternating background + generous spacing */
.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: var(--bg-alt);
}

/* ——— Pages internes : fond sombre + glassmorphism (À propos, Avis, Visiter, Joindre) ——— */
body.page-glass {
  background: linear-gradient(135deg, #0f1115 0%, #1a1d24 100%);
}

body.page-glass html,
body.page-glass .wrapper {
  background: transparent;
}

.glass-section {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  max-width: 72rem;
  margin: 2rem auto;
}

/* À propos, Avis clients, Nous visiter, Nous joindre : panel net (pas de blur agressif) */
body.page-about .glass-section.section-panel,
body.page-avis .glass-section.section-panel,
body.page-visiter .glass-section.section-panel,
body.page-contact .glass-section.section-panel {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.68));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

body.page-about .glass-section.section-panel h1,
body.page-about .glass-section.section-panel h2,
body.page-about .glass-section.section-panel h3,
body.page-about .glass-section.section-panel h4,
body.page-about .glass-section.section-panel h5,
body.page-about .glass-section.section-panel h6,
body.page-avis .glass-section.section-panel h1,
body.page-avis .glass-section.section-panel h2,
body.page-avis .glass-section.section-panel h3,
body.page-avis .glass-section.section-panel h4,
body.page-avis .glass-section.section-panel h5,
body.page-avis .glass-section.section-panel h6,
body.page-visiter .glass-section.section-panel h1,
body.page-visiter .glass-section.section-panel h2,
body.page-visiter .glass-section.section-panel h3,
body.page-visiter .glass-section.section-panel h4,
body.page-visiter .glass-section.section-panel h5,
body.page-visiter .glass-section.section-panel h6,
body.page-contact .glass-section.section-panel h1,
body.page-contact .glass-section.section-panel h2,
body.page-contact .glass-section.section-panel h3,
body.page-contact .glass-section.section-panel h4,
body.page-contact .glass-section.section-panel h5,
body.page-contact .glass-section.section-panel h6 {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

body.page-about .glass-section.section-panel p,
body.page-about .glass-section.section-panel label,
body.page-about .glass-section.section-panel .form-legend,
body.page-about .glass-section.section-panel li,
body.page-avis .glass-section.section-panel p,
body.page-avis .glass-section.section-panel label,
body.page-avis .glass-section.section-panel .form-legend,
body.page-avis .glass-section.section-panel li,
body.page-visiter .glass-section.section-panel p,
body.page-visiter .glass-section.section-panel label,
body.page-visiter .glass-section.section-panel .form-legend,
body.page-visiter .glass-section.section-panel li,
body.page-contact .glass-section.section-panel p,
body.page-contact .glass-section.section-panel label,
body.page-contact .glass-section.section-panel .form-legend,
body.page-contact .glass-section.section-panel li {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

@media (max-width: 768px) {
  body.page-about .glass-section.section-panel,
  body.page-avis .glass-section.section-panel,
  body.page-visiter .glass-section.section-panel,
  body.page-contact .glass-section.section-panel {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

body.page-glass .glass-section .section {
  padding: 2.5rem 0;
}

body.page-glass .glass-section .section:first-child {
  padding-top: 0;
}

body.page-glass .glass-section .section:last-child {
  padding-bottom: 0;
}

body.page-glass .glass-section .section-alt {
  background: transparent;
}

body.page-glass .glass-section,
body.page-glass .glass-section h1,
body.page-glass .glass-section h2,
body.page-glass .glass-section h3,
body.page-glass .glass-section p,
body.page-glass .glass-section .text-lead,
body.page-glass .glass-section .section-title,
body.page-glass .glass-section .two-col-grid__text p,
body.page-glass .glass-section .value-card p,
body.page-glass .glass-section .value-card h3,
body.page-glass .glass-section .testimonial-card-premium__quote,
body.page-glass .glass-section .testimonial-card-premium__author,
body.page-glass .glass-section .review-form-title,
body.page-glass .glass-section .review-form-intro,
body.page-glass .glass-section .visit-address {
  color: #f5f5f5;
}

/* Lisibilité renforcée (about / visiter / contact / avis) */
body.page-glass .glass-section h1,
body.page-glass .glass-section h2,
body.page-glass .glass-section h3,
body.page-glass .glass-section .section-title,
body.page-glass .glass-section .review-form-title {
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.85);
}

body.page-glass .glass-section p,
body.page-glass .glass-section .text-lead,
body.page-glass .glass-section .two-col-grid__text p,
body.page-glass .glass-section .value-card p,
body.page-glass .glass-section .testimonial-card-premium__quote,
body.page-glass .glass-section .review-form-intro,
body.page-glass .glass-section .visit-address {
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.7);
}

/* Overlays locaux type “Services” sur colonnes texte (about / visiter / contact) */
body.page-glass .glass-section .two-col-grid__text,
body.page-glass .glass-section .visit-info,
body.page-glass .glass-section .contact-info {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.65)
  );
  border-radius: 16px;
}

body.page-glass .glass-section .two-col-grid__text h1,
body.page-glass .glass-section .two-col-grid__text h2,
body.page-glass .glass-section .two-col-grid__text h3,
body.page-glass .glass-section .visit-info h1,
body.page-glass .glass-section .visit-info h2,
body.page-glass .glass-section .visit-info h3,
body.page-glass .glass-section .contact-info h1,
body.page-glass .glass-section .contact-info h2,
body.page-glass .glass-section .contact-info h3 {
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.65);
}

body.page-glass .glass-section .two-col-grid__text p,
body.page-glass .glass-section .two-col-grid__text li,
body.page-glass .glass-section .two-col-grid__text span,
body.page-glass .glass-section .visit-info p,
body.page-glass .glass-section .visit-info li,
body.page-glass .glass-section .visit-info span,
body.page-glass .glass-section .contact-info p,
body.page-glass .glass-section .contact-info li,
body.page-glass .glass-section .contact-info span {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

/* Filet de sécurité global : tout texte dans les glass sections reste lisible */
body.page-glass .glass-section h1,
body.page-glass .glass-section h2,
body.page-glass .glass-section h3,
body.page-glass .glass-section h4,
body.page-glass .glass-section h5,
body.page-glass .glass-section h6 {
  color: #ffffff;
}

body.page-glass .glass-section p,
body.page-glass .glass-section li,
body.page-glass .glass-section span,
body.page-glass .glass-section a:not(.btn):not(.nav-cta) {
  color: #f5f5f5;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

body.page-glass .glass-section a:not(.btn):not(.nav-cta) {
  color: #f5f5f5;
}

body.page-glass .glass-section a:not(.btn):not(.nav-cta):hover {
  color: rgba(212, 175, 55, 0.95);
}

body.page-glass .glass-section .value-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.12);
}

body.page-glass .glass-section .testimonial-card-premium {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.12);
}

body.page-glass .glass-section .testimonial-card-premium__stars {
  color: rgba(212, 175, 55, 0.9);
}

body.page-glass .glass-section .review-form-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.12);
}

body.page-glass .glass-section label,
body.page-glass .glass-section .form-legend {
  color: #f5f5f5;
}

body.page-glass .glass-section .form-control {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(212, 175, 55, 0.2);
  color: #f5f5f5;
}

body.page-glass .glass-section .form-control::placeholder {
  color: rgba(245, 245, 245, 0.6);
}

body.page-glass .glass-section .form-control:focus {
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .glass-section {
    padding: 2rem 1.5rem;
    margin: 1.5rem 1rem;
  }
}

body.page-glass .footer {
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(212, 175, 55, 0.12);
}

body.page-glass .footer p,
body.page-glass .footer a,
body.page-glass .footer h3,
body.page-glass .footer .footer-bottom {
  color: #f5f5f5;
}

body.page-glass .footer a:hover {
  color: rgba(212, 175, 55, 0.95);
}

/* ——— Pages internes : fond image plein écran (À propos, Avis, Visiter, Joindre) ——— */
body.internal-page {
  min-height: 100vh;
  min-height: 100svh;
  background: url("assets/lc-bg.png") center center / cover no-repeat;
  background-attachment: scroll;
}

body.internal-page html,
body.internal-page .wrapper {
  background: transparent;
}

.internal-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(
    rgba(10, 12, 16, 0.75),
    rgba(10, 12, 16, 0.85)
  );
  z-index: -1;
}

@media (max-width: 1023px) {
  .internal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

body.internal-page .glass-section,
body[class^="bg-"] .glass-section {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 60px;
}

body.internal-page .glass-section .section,
body[class^="bg-"] .glass-section .section {
  padding: 2.5rem 0;
}

body.internal-page .glass-section .section:first-child,
body[class^="bg-"] .glass-section .section:first-child {
  padding-top: 0;
}

body.internal-page .glass-section .section:last-child,
body[class^="bg-"] .glass-section .section:last-child {
  padding-bottom: 0;
}

body.internal-page .glass-section .section-alt,
body[class^="bg-"] .glass-section .section-alt {
  background: transparent;
}

body.internal-page .glass-section,
body.internal-page .glass-section h1,
body.internal-page .glass-section h2,
body.internal-page .glass-section h3,
body.internal-page .glass-section p,
body.internal-page .glass-section .text-lead,
body.internal-page .glass-section .section-title,
body.internal-page .glass-section .two-col-grid__text p,
body.internal-page .glass-section .value-card p,
body.internal-page .glass-section .value-card h3,
body.internal-page .glass-section .testimonial-card-premium__quote,
body.internal-page .glass-section .testimonial-card-premium__author,
body.internal-page .glass-section .review-form-title,
body.internal-page .glass-section .review-form-intro,
body.internal-page .glass-section .visit-address,
body[class^="bg-"] .glass-section,
body[class^="bg-"] .glass-section h1,
body[class^="bg-"] .glass-section h2,
body[class^="bg-"] .glass-section h3,
body[class^="bg-"] .glass-section p,
body[class^="bg-"] .glass-section .text-lead,
body[class^="bg-"] .glass-section .section-title,
body[class^="bg-"] .glass-section .two-col-grid__text p,
body[class^="bg-"] .glass-section .value-card p,
body[class^="bg-"] .glass-section .value-card h3,
body[class^="bg-"] .glass-section .testimonial-card-premium__quote,
body[class^="bg-"] .glass-section .testimonial-card-premium__author,
body[class^="bg-"] .glass-section .review-form-title,
body[class^="bg-"] .glass-section .review-form-intro,
body[class^="bg-"] .glass-section .visit-address {
  color: #ffffff;
}

body.internal-page .glass-section a:not(.btn):not(.nav-cta),
body[class^="bg-"] .glass-section a:not(.btn):not(.nav-cta) {
  color: #ffffff;
}

body.internal-page .glass-section a:not(.btn):not(.nav-cta):hover,
body[class^="bg-"] .glass-section a:not(.btn):not(.nav-cta):hover {
  color: rgba(212, 175, 55, 0.95);
}

body.internal-page .glass-section .value-card,
body[class^="bg-"] .glass-section .value-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.12);
}

body.internal-page .glass-section .testimonial-card-premium,
body[class^="bg-"] .glass-section .testimonial-card-premium {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.12);
}

body.internal-page .glass-section .testimonial-card-premium__stars,
body[class^="bg-"] .glass-section .testimonial-card-premium__stars {
  color: rgba(212, 175, 55, 0.9);
}

body.internal-page .glass-section .review-form-card,
body[class^="bg-"] .glass-section .review-form-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.12);
}

body.internal-page .glass-section label,
body.internal-page .glass-section .form-legend,
body[class^="bg-"] .glass-section label,
body[class^="bg-"] .glass-section .form-legend {
  color: #ffffff;
}

body.internal-page .glass-section .form-control,
body[class^="bg-"] .glass-section .form-control {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(212, 175, 55, 0.2);
  color: #ffffff;
}

body.internal-page .glass-section .form-control::placeholder,
body[class^="bg-"] .glass-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.internal-page .glass-section .form-control:focus,
body[class^="bg-"] .glass-section .form-control:focus {
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  body.internal-page .glass-section,
  body[class^="bg-"] .glass-section {
    padding: 2rem 1.5rem;
    margin: 1.5rem 1rem;
  }
}

body.internal-page .footer {
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(212, 175, 55, 0.12);
}

body.internal-page .footer p,
body.internal-page .footer a,
body.internal-page .footer h3,
body.internal-page .footer .footer-bottom {
  color: #ffffff;
}

body.internal-page .footer a:hover {
  color: rgba(212, 175, 55, 0.95);
}

/* ——— Page hero (about, avis, visiter, contact) ——— */
.page-hero {
  position: relative;
  min-height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  background-size: cover;
  background-position: center;
  padding: 2rem 1.5rem;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 2rem;
  border-radius: 16px;
}

.page-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Two-column layout (about) */
.two-col-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  align-items: center;
}

@media (min-width: 768px) {
  .two-col-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.two-col-grid--reverse .two-col-grid__text {
  order: 2;
}

.two-col-grid--reverse .two-col-grid__media {
  order: 1;
}

@media (min-width: 768px) {
  .two-col-grid--reverse .two-col-grid__text { order: 1; }
  .two-col-grid--reverse .two-col-grid__media { order: 2; }
}

.two-col-grid__text h2 {
  margin-bottom: 1rem;
}

.two-col-grid__text p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--slate-700);
}

.about-image-placeholder {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(198, 167, 94, 0.15) 0%, rgba(198, 167, 94, 0.05) 100%);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(198, 167, 94, 0.2);
  padding: 2rem;
}

.about-image-placeholder .section-logo {
  max-width: 260px;
  width: 60%;
  height: auto;
  object-fit: contain;
  opacity: 0.98;
  display: block;
}

.about-image-placeholder span {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--teal-600);
  letter-spacing: 0.05em;
}

.section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--slate-800);
  margin: 0 0 2rem 0;
}

.values-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 0.5rem;
}

@media (min-width: 640px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .values-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.value-card {
  background: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.value-card:hover {
  box-shadow: 0 8px 32px rgba(198, 167, 94, 0.12);
  border-color: rgba(198, 167, 94, 0.2);
}

.value-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--teal-700);
  margin: 0 0 0.5rem 0;
}

.value-card p {
  font-size: 0.9375rem;
  color: var(--slate-700);
  line-height: 1.6;
  margin: 0;
}

/* Testimonial cards (avis page) */
.testimonials-page-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .testimonials-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials-page-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.testimonial-card-premium {
  background: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.testimonial-card-premium:hover {
  box-shadow: 0 12px 40px rgba(198, 167, 94, 0.1);
  border-color: rgba(198, 167, 94, 0.15);
}

.testimonial-card-premium__stars {
  color: #C6A75E;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.testimonial-card-premium__quote {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--slate-700);
  margin: 0 0 1rem 0;
  font-style: italic;
  border: none;
  padding: 0;
}

.testimonial-card-premium__author {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--teal-600);
  font-style: normal;
  display: block;
}

/* Visit page */
.visit-block {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .visit-block {
    grid-template-columns: 1fr 1.5fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.visit-info h2 {
  margin-bottom: 1rem;
}

.visit-address {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--slate-700);
  margin: 0 0 1rem 0;
}

.visit-phone a {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--teal-600);
  text-decoration: none;
}

.visit-phone a:hover {
  color: var(--teal-500);
}

.visit-map-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  min-height: 20rem;
}

.visit-map {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  border: none;
  display: block;
}

/* Contact page — section Contactez-nous (3 cartes) */
.contact-cards-section .section-title {
  margin-bottom: 0.5rem;
}

.contact-cards-section__intro {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}

.contact-cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .contact-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.contact-card .contact-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

body[class^="bg-"] .contact-card .contact-card__title {
  color: #ffffff;
}

.contact-card__link {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease;
}

body[class^="bg-"] .contact-card__link {
  color: rgba(255, 255, 255, 0.9);
}

body[class^="bg-"] .contact-card__link:hover {
  color: #d4af37;
}

.contact-card__link:last-child {
  margin-bottom: 0;
}

.contact-layout {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .contact-layout {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
  }
}

.contact-info h2 {
  margin-bottom: 1rem;
}

.contact-phone a,
.contact-email a {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--teal-600);
  text-decoration: none;
}

.contact-phone a:hover,
.contact-email a:hover {
  color: var(--teal-500);
}

.contact-phone,
.contact-email {
  margin: 0 0 0.75rem 0;
}

.contact-social {
  margin-top: 1.5rem;
}

.contact-social h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--slate-800);
  margin: 0 0 0.75rem 0;
}

.contact-social-link {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--teal-600);
  text-decoration: none;
}

.contact-social-link:hover {
  color: var(--teal-500);
}

.contact-form-wrap h2 {
  margin-bottom: 1.5rem;
}

.contact-form .form-group {
  margin-bottom: 1.25rem;
}

.contact-form .btn {
  margin-top: 0.5rem;
}

/* ——— Page avis : formulaire Laisser un avis ——— */
.review-form-section {
  background: transparent;
  padding: 4.5rem 0;
}

.review-form-card {
  max-width: 32rem;
  margin: 0 auto;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: none;
}

.review-form-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
}

.review-form-intro {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1.75rem 0;
  line-height: 1.5;
}

.review-form-message {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

.review-form-message--success {
  background: rgba(198, 167, 94, 0.2);
  border: 1px solid rgba(198, 167, 94, 0.4);
  color: #ffffff;
}

.review-form-message--error {
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.35);
  color: #fecaca;
}

.review-form .form-group {
  margin-bottom: 1.25rem;
}

.review-form label,
.review-form .form-legend {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.4rem;
}

.review-form .required {
  color: #C6A75E;
}

.review-form .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.review-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.review-form .form-control:focus {
  outline: 2px solid #C6A75E;
  outline-offset: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}

.review-form .field-error {
  color: #fecaca;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  display: block;
}

/* Star rating */
.review-stars {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  flex-wrap: wrap;
}

.review-stars__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.review-stars__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
  user-select: none;
}

.review-stars__label:hover {
  color: #C6A75E;
  transform: scale(1.1);
}

.review-stars__input:focus-visible + .review-stars__label {
  color: #C6A75E;
}

.review-stars__input:checked + .review-stars__label {
  color: #C6A75E;
}

.review-form .btn-primary {
  margin-top: 0.5rem;
  width: 100%;
}

.review-form .btn.is-loading {
  pointer-events: none;
  opacity: 0.85;
}

@media (max-width: 480px) {
  .review-form-card {
    padding: 1.75rem 1.25rem;
  }
}

.section-hero {
  padding: 5.5rem 0 4rem;
  text-align: center;
  background: transparent;
}

.section-hero .card {
  max-width: 56rem;
  margin: 0 auto;
}

.section-hero p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.hero-accent {
  display: block;
  width: 4rem;
  height: 3px;
  background: var(--teal-500);
  margin: 1.5rem auto 0;
  border-radius: 2px;
}

.hero-inner {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Trust bar */
.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  padding: 2rem 1.5rem;
  background: var(--bg-alt);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--slate-700);
}

.trust-badge::before {
  content: "✓";
  color: var(--teal-500);
  font-weight: 700;
}

/* Process steps */
.process-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.process-step {
  text-align: center;
  padding: 0 0.5rem;
}

.process-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--teal-500);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.process-step h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--slate-800);
  margin: 0 0 0.35rem 0;
}

.process-step p {
  font-size: 0.9375rem;
  color: var(--slate-700);
  line-height: 1.5;
  margin: 0;
}

/* FAQ accordion */
.faq-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--slate-800);
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.faq-question:hover {
  color: var(--teal-600);
}

.faq-question::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--teal-500);
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 0 1.25rem 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--slate-700);
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
}

/* ——— Landing page (accueil) ——— */
/* Règles communes pour les sections hero avec image de fond */
.hero-landing,
.services-hero,
.landing-cta,
.page-hero {
  min-height: 100vh;
  min-height: 100svh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-landing {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("assets/lc-bg.png") center/cover no-repeat;
  padding: 2rem 1.5rem;
}

.hero-landing__inner {
  max-width: 56rem;
  width: 100%;
  text-align: center;
  padding: 2rem;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .hero-landing__inner {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    padding-left: 2rem;
  }
}

.hero-landing__title {
  font-size: clamp(2.25rem, 5.5vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1.25rem 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-landing__sub {
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0 0 2.5rem 0;
  max-width: 32rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55), 0 1px 4px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  .hero-landing__sub {
    margin-left: 0;
  }
}

.hero-landing__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .hero-landing__buttons {
    justify-content: flex-start;
  }
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #111111;
  background: #C6A75E;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(198, 167, 94, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-hero-primary:hover {
  background: #B8964A;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 9999px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.landing-cta .btn-cta-large {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

/* Section 2 – Pourquoi Lux Clean */
.landing-section {
  padding: 5rem 0;
}

.landing-section__title {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: var(--slate-800);
  margin: 0 0 2.5rem 0;
  text-align: center;
  letter-spacing: -0.02em;
}

.landing-why {
  background: transparent;
}

.landing-cards-three {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  max-width: 64rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .landing-cards-three {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.landing-card {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.landing-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--teal-700);
  margin: 0 0 0.75rem 0;
}

.landing-card__text {
  font-size: 1rem;
  color: var(--slate-700);
  line-height: 1.6;
  margin: 0;
}

/* Section 3 – Chiffres clés */
.landing-stats {
  background: #f7f7f7;
}

.landing-stats__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .landing-stats__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}

.landing-stat {
  text-align: center;
}

.landing-stat__number {
  display: block;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 700;
  color: var(--teal-700);
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.landing-stat__label {
  font-size: 0.9375rem;
  color: var(--slate-600);
  font-weight: 500;
}

/* Section 4 – Témoignage */
.landing-testimonial {
  background: #111111;
  padding: 5rem 0;
}

.landing-testimonial__quote {
  margin: 0;
  padding: 0;
  border: none;
}

.landing-testimonial__quote p {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  font-style: italic;
}

.landing-testimonial__quote cite {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
}

/* Section 5 – CTA final */
.landing-cta {
  min-height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("assets/home-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 1.5rem;
}

.landing-cta__inner {
  text-align: center;
  max-width: 36rem;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 2.5rem 2rem;
  border-radius: 16px;
}

.landing-cta__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2rem 0;
  line-height: 1.25;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* ——— Page d'accueil : sections premium ——— */
.home-section-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: var(--teal-700);
  margin: 0 0 1.5rem 0;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.home-about {
  padding: 5rem 0;
}

.home-about__grid {
  display: grid;
  gap: 2.5rem 3rem;
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .home-about__grid {
    grid-template-columns: 45% 1fr;
    gap: 2.5rem 4rem;
  }
}

@media (min-width: 1024px) {
  .home-about__grid {
    grid-template-columns: 0.95fr 1fr;
    gap: 3rem 4rem;
  }
}

.home-about__title-col {
  min-width: 0;
}

.home-about__heading {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--teal-700);
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
}

.home-about__content-col {
  min-width: 0;
}

.home-about__text {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--slate-700);
  margin: 0;
  max-width: 36rem;
}

@media (min-width: 768px) {
  .home-about__text {
    max-width: none;
    padding-top: 0.25rem;
  }
}

.home-commitments {
  padding: 4rem 0;
}

.commitments-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .commitments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .commitments-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
  }
}

.commitment-block {
  text-align: center;
  padding: 2rem 1.5rem;
}

.commitment-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--teal-500);
  background: rgba(198, 167, 94, 0.12);
  border-radius: 0.75rem;
}

.commitment-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--slate-800);
  margin: 0 0 0.5rem 0;
}

.commitment-text {
  font-size: 0.9375rem;
  color: var(--slate-700);
  line-height: 1.5;
  margin: 0;
}

.home-why {
  padding: 4rem 0;
}

.why-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.why-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
  padding: 1.5rem;
}

.why-bullet {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 167, 94, 0.15);
  color: var(--teal-600);
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.5rem;
}

.why-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--slate-800);
  margin: 0 0 0.25rem 0;
}

.why-card-text {
  font-size: 0.9375rem;
  color: var(--slate-700);
  line-height: 1.5;
  margin: 0;
}

.home-testimonials {
  padding: 4rem 0;
}

.testimonials-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.testimonial-card {
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-stars {
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  color: var(--teal-500);
  margin-bottom: 1rem;
}

.testimonial-quote {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--slate-700);
  margin: 0 0 1rem 0;
  font-style: italic;
}

.testimonial-author {
  font-size: 0.875rem;
  color: var(--slate-600);
  margin: 0;
}

.home-cta {
  padding: 5rem 0;
}

.home-cta-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--slate-800);
  margin: 0 0 2rem 0;
  line-height: 1.3;
}

.btn-cta-large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.page-services .service-card-image {
  border-radius: 24px 24px 0 0;
  margin-bottom: 0.5rem;
}

body[class^="bg-"] .services-grid-note {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* ——— Hero services (titre centré, fond identique à l'accueil) ——— */
.services-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  isolation: isolate;
  background: url("assets/lc-bg.png") center/cover no-repeat;
  background-size: cover;
  background-position: center;
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.35)
  );
  z-index: 0;
  pointer-events: none;
}

.services-hero__inner {
  max-width: 40rem;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 2rem;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.services-hero__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(0, 0, 0, 0.4);
}

.services-hero__sub {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55), 0 1px 4px rgba(0, 0, 0, 0.35);
}

/* ——— Page services : grille des services ——— */
.services-grid-section {
  background: transparent;
  padding: 4rem 0 5rem;
  scroll-margin-top: 4rem;
}

.services-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.service-card {
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 166, 97, 0.6);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  padding: 0;
  text-align: left;
  overflow: hidden;
  transition: all 0.3s ease;
}

.service-card-link:hover .service-card,
.service-card-link:focus .service-card {
  transform: translateY(-6px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(201, 166, 97, 0.6);
}

.service-card-image {
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px 24px 0 0;
}

.service-card-image--residentiel {
  background-image: url("assets/menage-residentiel.png");
}

.service-card-image--commercial {
  background-image: url("assets/menage-commercial.png");
}

.service-card-image--apres-construction {
  background-image: url("assets/menage-apres-construction.png");
}

.service-card-image--grand-menage {
  background-image: url("assets/grand-menage.png");
}

.service-card-image--demenagement {
  background-image: url("assets/nettoyage-demenagement.png");
}

.service-card > .service-icon,
.service-card > h3,
.service-card > p,
.service-card > .service-card-hint {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.service-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 1.25rem 0 0.5rem 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.service-card p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.service-card .service-icon {
  margin: 1rem 0 0 1.5rem;
}

.service-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.2);
  color: #d4af37;
  border-radius: 0.75rem;
  font-size: 1.5rem;
}

.service-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}

.service-card-link:hover,
.service-card-link:focus {
  outline: none;
}

.service-card-hint {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.75rem;
  opacity: 0;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.service-card-link:hover .service-card-hint,
.service-card-link:focus .service-card-hint {
  opacity: 1;
  color: #d4af37;
}

.services-grid-note {
  font-size: 1rem;
  color: var(--slate-700);
  line-height: 1.6;
  max-width: 42rem;
  margin: 2.5rem auto 0;
  padding: 0 1rem;
}

/* ——— Pages détail service : fond plein écran + overlay subtil + texte blanc ——— */
body.service-page {
  min-height: 100vh;
  min-height: 100svh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

body.service-page.service-residentiel {
  background-image: url("assets/menage-residentiel.png");
}
body.service-page.service-commercial {
  background-image: url("assets/menage-commercial.png");
}
body.service-page.service-apres-construction {
  background-image: url("assets/menage-apres-construction.png");
}
body.service-page.service-grand-menage {
  background-image: url("assets/grand-menage.png");
  background-position: 50% 12%;
}
body.service-page.service-demenagement {
  background-image: url("assets/nettoyage-demenagement.png");
  background-position: 50% 12%;
}

body.service-page .wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.service-page .navbar {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

body.service-page .navbar .navbar-brand,
body.service-page .navbar .nav-links a:not(.nav-cta),
body.service-page .navbar .nav-link-with-dropdown,
body.service-page .navbar .nav-mobile a:not(.nav-cta),
body.service-page .navbar .nav-mobile-accordion-link,
body.service-page .navbar .nav-mobile-accordion-chevron {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
body.service-page .navbar .nav-mobile-accordion-trigger {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

body.service-page .navbar .nav-links a:not(.nav-cta):hover,
body.service-page .navbar .nav-links a:not(.nav-cta).active,
body.service-page .navbar .nav-link-with-dropdown:hover,
body.service-page .navbar .nav-link-with-dropdown.active,
body.service-page .navbar .nav-mobile a:not(.nav-cta):hover,
body.service-page .navbar .nav-mobile a:not(.nav-cta).active,
body.service-page .navbar .nav-mobile-accordion-link:hover,
body.service-page .navbar .nav-mobile-accordion-link.active,
body.service-page .navbar .nav-mobile-accordion-chevron:hover,
body.service-page .navbar .nav-mobile-accordion-trigger:hover,
body.service-page .navbar .nav-mobile-accordion-trigger.active {
  color: var(--teal-500);
}

body.service-page .navbar .nav-toggle {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

body.service-page .footer {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.service-page .footer p,
body.service-page .footer a,
body.service-page .footer h3,
body.service-page .footer .footer-bottom {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

body.service-page .footer a:hover {
  color: var(--teal-500);
}

.service-page-content {
  flex: 1;
  padding: 3rem 1.5rem 4rem;
}

.service-content-wrap {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 166, 97, 0.5);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.service-detail-content {
  padding: 0;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.4);
}

.service-detail-content .card {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  padding-top: 0;
  background: transparent;
}

.service-detail-content h1,
.service-detail-content .page-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 2px 12px rgba(0, 0, 0, 0.4);
}

.service-detail-content .text-lead,
.service-detail-content p {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.35);
}

.service-detail-content h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  margin: 2.25rem 0 0.5rem 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 2px 8px rgba(0, 0, 0, 0.4);
}

.service-detail-content ul {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.35);
}

.service-detail-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

body.service-page .btn-secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

body.service-page .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

@media (max-width: 768px) {
  .service-page-content {
    padding: 2rem 1rem 3rem;
  }
}

/* Scroll fade-in (subtle) */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Formulaires */
.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slate-800);
  margin-bottom: 0.25rem;
}

.form-control {
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--slate-800);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.form-control:focus {
  outline: 2px solid var(--teal-500);
  outline-offset: 2px;
}

textarea.form-control {
  min-height: 5rem;
  resize: vertical;
}

.form-card {
  max-width: 28rem;
  margin: 0 auto;
  background: transparent !important;
}

#form-quote-success {
  background: rgba(198, 167, 94, 0.12);
  border-color: var(--teal-100);
}

/* ——— Page soumission : fond pleine page + overlay + glass ——— */
.page-soumission {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  background: url("assets/soumission.png") center center / cover no-repeat;
  background-attachment: scroll;
}

.page-soumission .wrapper {
  position: relative;
  z-index: 1;
  background: transparent;
}

.page-soumission main,
.page-soumission .form-card,
.page-soumission .container,
.page-soumission .container-narrow {
  position: relative;
  z-index: 1;
}

.page-soumission .section {
  background: transparent;
}

.page-soumission .navbar {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.page-soumission .nav-links a:not(.nav-cta):not(.nav-link-with-dropdown),
.page-soumission .nav-link-with-dropdown {
  color: var(--slate-700);
}

.page-soumission .nav-links a:not(.nav-cta):not(.nav-link-with-dropdown):hover,
.page-soumission .nav-links a:not(.nav-cta):not(.nav-link-with-dropdown).active,
.page-soumission .nav-link-with-dropdown:hover,
.page-soumission .nav-link-with-dropdown.active {
  color: var(--teal-500);
}

.page-soumission .nav-links a:not(.nav-cta):not(.nav-link-with-dropdown):hover::after,
.page-soumission .nav-links a:not(.nav-cta):not(.nav-link-with-dropdown).active::after,
.page-soumission .nav-link-with-dropdown:hover::after,
.page-soumission .nav-link-with-dropdown.active::after {
  background: var(--teal-500);
}

.page-soumission .nav-toggle {
  color: var(--slate-700);
}

.page-soumission .nav-toggle:hover {
  background: var(--bg-alt);
}

.page-soumission .form-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-soumission .form-card .page-title,
.page-soumission .form-card .text-lead,
.page-soumission .form-card .form-legend,
.page-soumission .form-card label,
.page-soumission .form-card .checkbox-grid label {
  color: rgba(255, 255, 255, 0.98);
}

.page-soumission .form-card .form-legend {
  color: rgba(255, 255, 255, 0.9);
}

.page-soumission .form-card .form-control {
  background: rgba(255, 255, 255, 0.95);
  color: var(--slate-800);
  border-color: rgba(255, 255, 255, 0.4);
}

.page-soumission .form-card .form-control::placeholder {
  color: var(--slate-600);
}

.page-soumission .form-card #form-quote-success {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.98);
}

.page-soumission .form-card #form-quote-success .form-success-title,
.page-soumission .form-card #form-quote-success p {
  color: rgba(255, 255, 255, 0.98);
}

.page-soumission .form-card .field-error {
  color: #fecaca;
}

.page-soumission .form-card .form-error {
  background: rgba(220, 38, 38, 0.25);
  border-color: rgba(220, 38, 38, 0.5);
  color: #ffffff;
}

.page-soumission .footer {
  background: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(255, 255, 255, 0.1);
}

.page-soumission .footer p,
.page-soumission .footer a,
.page-soumission .footer h3,
.page-soumission .footer .footer-bottom {
  color: rgba(255, 255, 255, 0.95);
}

.page-soumission .footer a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .page-soumission .form-card {
    padding: 1.5rem 1.25rem;
  }
}

/* Formulaire soumission: grille de cases, erreurs */
.form-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.form-legend {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slate-800);
  margin-bottom: 0.5rem;
}

.checkbox-grid {
  display: grid;
  gap: 0.5rem 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 480px) {
  .checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--slate-700);
  margin-bottom: 0;
  cursor: pointer;
}

.checkbox-grid input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: var(--teal-500);
}

/* Soumission – Uniform Checkboxes */
.soumission-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #c9a227;
}

.soumission-form .checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 12px;
}

.soumission-form .checkbox-item label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 500;
  flex: 1;
}

.form-error {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  color: var(--slate-800);
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.field-error {
  display: block;
  font-size: 0.8125rem;
  color: #b91c1c;
  margin-top: 0.25rem;
}

.form-control.is-invalid {
  border-color: rgba(220, 38, 38, 0.6);
}

.btn.is-loading {
  pointer-events: none;
  opacity: 0.8;
}

.btn.is-loading::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
}

@keyframes btn-spin {
  to { transform: rotate(360deg); }
}

/* Utilitaires */
.text-center {
  text-align: center;
}

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }

/* Desktop only: parallax fixed backgrounds */
@media (min-width: 1024px) {
  body.bg-home,
  .bg-soumission,
  .bg-services,
  .bg-default,
  .bg-service-residentiel,
  .bg-service-commercial,
  .bg-service-apres-construction,
  .bg-service-grand-menage,
  .bg-service-demenagement,
  body.internal-page,
  body.service-page,
  .page-soumission {
    background-attachment: fixed;
  }

}

/* ===========================
   INFO PAGES ONLY (À propos, Avis clients, Nous visiter, Nous joindre)
   =========================== */

body.info-page {
  background: none;
}

body.info-page::before {
  display: none;
}

body.info-page .page-hero {
  position: relative;
  min-height: auto;
  padding-top: calc(var(--header-h) + 12px);
  padding-bottom: 24px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Titre principal : grand, blanc, centré, directement sur l’image (aucun conteneur) */
body.info-page .page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
  background: none;
  border-radius: 0;
  text-align: center;
}

body.info-page .page-hero__title {
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 4px 40px rgba(0, 0, 0, 0.35);
}

/* Background image — même rendu sur /visiter, /about, /avis, /contact (référence unique) */
body.info-page .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: var(--page-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;

  z-index: 0;
}

/* Pas d’overlay sombre : le fond image reste visible */
body.info-page .page-hero::after {
  display: none;
}

/* Conteneur sans fond sombre : image de la page visible derrière le contenu */
body.info-page .page-glass {
  position: relative;
  z-index: 2;

  width: min(1100px, calc(100% - 48px));
  margin-top: 12px;
  margin-bottom: 48px;

  padding: 24px 32px 32px;
  border-radius: 28px;

  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  border: none;
  box-shadow: none;

  scroll-margin-top: calc(var(--header-h) + 16px);
}

/* Section principale sans fond sombre sur les 4 pages info */
body.info-page .page-glass .glass-section.section-panel {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
}

/* Text readability */
body.info-page .page-glass,
body.info-page .page-glass * {
  color: rgba(255, 255, 255, 0.92);
}

body.info-page .page-glass h1,
body.info-page .page-glass h2,
body.info-page .page-glass h3 {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.55);
}

body.info-page .page-glass p,
body.info-page .page-glass li,
body.info-page .page-glass label {
  text-shadow: 0 1px 10px rgba(0,0,0,0.35);
}

/* Responsive — même comportement que /visiter */
@media (max-width: 768px) {
  body.info-page .page-hero::before {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  body.info-page .page-glass {
    width: calc(100% - 24px);
    padding: 20px;
    border-radius: 22px;
  }

  body.info-page .page-hero {
    padding-top: calc(var(--header-h) + 8px);
  }

  body.info-page .page-glass {
    margin-top: 8px;
    padding-top: 16px;
  }
}

/* Focus accessible */
*:focus-visible {
  outline: 2px solid var(--teal-500);
  outline-offset: 2px;
}

/* === Improve hero slogan visibility only === */

.hero-subtitle,
.hero-tagline,
.page-hero p,
.page-hero .subtitle {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.6),
    0 0 25px rgba(0, 0, 0, 0.4);
}
