/* ============================================================
   Dr HADDOUCH Mouna — Style principal
   Palette : Or #F0A500 · Gris #909090
   Police  : Plus Jakarta Sans
   ============================================================ */

:root {
  --gold:        #F0A500;
  --gold-2:      #E09800;
  --gold-3:      #C07E00;
  --gold-light:  #FFF4D6;
  --gray:        #909090;
  --gray-2:      #6E6E6E;
  --dark:        #111111;
  --dark-card:   #181818;
  --light:       #F8F6F1;
  --white:       #FFFFFF;
  --border:      rgba(144,144,144,.16);
  --border-gold: rgba(240,165,0,.30);
  --font:        'Plus Jakarta Sans', system-ui, sans-serif;
  --r-sm: 10px;  --r: 16px;  --r-lg: 24px;  --r-xl: 32px;
  --sh:      0 2px 12px rgba(0,0,0,.06);
  --sh-md:   0 8px 32px rgba(0,0,0,.10);
  --sh-lg:   0 20px 60px rgba(0,0,0,.14);
  --sh-gold: 0 6px 24px rgba(240,165,0,.28);
  --ease:   cubic-bezier(.25,.46,.45,.94);
  --spring: cubic-bezier(.34,1.56,.64,1);
  --nav-h:  76px;
}

/* ── RESET ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); font-size: 16px; }
body {
  font-family: var(--font);
  background: var(--white);
  color: var(--dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img    { display: block; max-width: 100%; height: auto; }
a      { text-decoration: none; color: inherit; }
ul     { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── CURSEUR ─────────────────────────────── */
.cursor {
  position: fixed; width: 10px; height: 10px;
  background: var(--gold); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  top: 0; left: 0;
  transform: translate(-50%,-50%);
  transition: width .22s var(--spring), height .22s var(--spring);
  mix-blend-mode: multiply;
}
.cursor-follower {
  position: fixed; width: 34px; height: 34px;
  border: 1.5px solid rgba(240,165,0,.4); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  top: 0; left: 0;
  transform: translate(-50%,-50%);
  transition: width .28s var(--spring), height .28s var(--spring);
}
@media (hover: none) { .cursor, .cursor-follower { display: none; } }

/* ── UTILITAIRES ─────────────────────────── */
.container  { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section    { padding: 96px 0; }
.section-light { background: var(--light); }
.section-dark  { background: var(--dark); }
.hidden     { display: none !important; }

/* Tag label */
.tag {
  display: inline-flex; align-items: center;
  background: var(--gold-light); color: var(--gold-3);
  font-size: .7rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .32rem .82rem; border-radius: 999px;
  border: 1px solid var(--border-gold);
  margin-bottom: .9rem;
}
.tag-light {
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.7);
  border-color: rgba(255,255,255,.15);
}

/* Titres */
.section-h {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 800; line-height: 1.15; letter-spacing: -.025em;
  color: var(--dark);
}
.section-h.light { color: var(--white); }
.section-h em    { font-style: normal; color: var(--gold); }
.section-sub { font-size: .97rem; color: var(--gray); margin-top: .55rem; max-width: 520px; }
.section-sub.light { color: rgba(255,255,255,.5); }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head .section-sub { margin: .55rem auto 0; }

/* Boutons */
.cta-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--gold); color: var(--dark);
  font-family: var(--font); font-weight: 700; font-size: .88rem;
  padding: .8rem 1.6rem; border-radius: var(--r);
  box-shadow: var(--sh-gold); border: none; cursor: pointer;
  transition: all .22s var(--ease);
}
.cta-primary:hover {
  background: var(--gold-2); transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(240,165,0,.38);
}
.cta-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  color: rgba(255,255,255,.75); font-weight: 600; font-size: .9rem;
  padding: .8rem 1.4rem; border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,.22);
  transition: all .22s var(--ease);
}
.cta-ghost:hover {
  color: var(--white);
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.08);
}
.btn-block { width: 100%; justify-content: center; }

.cta-whatsapp {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #25D366; color: var(--white);
  font-family: var(--font); font-weight: 700; font-size: .88rem;
  padding: .8rem 1.6rem; border-radius: var(--r);
  box-shadow: 0 6px 24px rgba(37,211,102,.32); border: none; cursor: pointer;
  transition: all .22s var(--ease);
}
.cta-whatsapp:hover {
  background: #1DA851; transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(37,211,102,.42);
}

/* ── REVEAL AU SCROLL (géré par JS) ──────── */
/*
  Par défaut les éléments sont VISIBLES.
  Le JS ajoute la classe .js-on au <body>, ce qui déclenche
  l'état initial caché ; puis ajoute .visible quand dans le viewport.
*/
body.js-on [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
body.js-on [data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

/* ══════════════════════════════════════════
   HEADER
══════════════════════════════════════════ */
#header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  height: var(--nav-h);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px) saturate(1.5);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s var(--ease);
}
#header.scrolled { box-shadow: var(--sh-md); }

.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; max-width: 1200px; margin: 0 auto;
  padding: 0 2rem; gap: 1rem;
}

.logo { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.logo img {
  height: 46px; width: 46px;
  border-radius: 8px; object-fit: cover;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.3; }
.logo-text strong { font-size: .88rem; font-weight: 800; color: var(--dark); letter-spacing: -.01em; }
.logo-text span   { font-size: .65rem; color: var(--gray); font-weight: 500; letter-spacing: .04em; }

#nav { display: flex; align-items: center; gap: .05rem; }
.nl {
  font-size: .8rem; font-weight: 600;
  color: var(--gray-2); padding: .42rem .68rem;
  border-radius: var(--r-sm);
  transition: all .18s var(--ease);
}
.nl:hover, .nl.active { color: var(--dark); background: var(--gold-light); }

.header-right { display: flex; align-items: center; gap: .6rem; }
.btn-rdv {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--dark); color: var(--white);
  font-size: .78rem; font-weight: 700;
  padding: .5rem 1.1rem; border-radius: var(--r-sm);
  transition: all .18s var(--ease); white-space: nowrap;
}
.btn-rdv:hover { background: var(--gold); color: var(--dark); }

.burger { display: none; flex-direction: column; gap: 5px; padding: .38rem; }
.burger span {
  display: block; width: 22px; height: 2px;
  background: var(--dark); border-radius: 2px;
  transition: all .28s var(--ease);
}
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ══════════════════════════════════════════
   HERO — plein écran avec fond gastro
══════════════════════════════════════════ */
#hero {
  position: relative;
  min-height: 100svh;
  padding-top: var(--nav-h);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Photo de fond */
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('images/bg_gastro.jpg') center center / cover no-repeat;
}

/* Double overlay : assombrit + dégradé directionnel */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to right,
      rgba(10,8,5,.82) 0%,
      rgba(10,8,5,.60) 50%,
      rgba(10,8,5,.35) 100%),
    linear-gradient(to top,
      rgba(10,8,5,.75) 0%,
      transparent 55%);
}

/* Contenu centré verticalement */
.hero-body {
  flex: 1;
  position: relative; z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2rem 3rem;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  color: var(--white);
}

.hero-eyebrow {
  display: flex; align-items: center; gap: .5rem;
  font-size: .77rem; font-weight: 500;
  color: rgba(255,255,255,.5); letter-spacing: .06em;
  margin-bottom: 1.4rem;
}
.dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
}

#hero h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 800; line-height: 1.06; letter-spacing: -.03em;
  margin-bottom: 1.2rem;
}
.line        { display: block; color: var(--white); }
.accent-line { display: block; color: var(--gold); }

.hero-desc {
  font-size: 1.05rem; color: rgba(255,255,255,.6);
  line-height: 1.75; max-width: 540px; margin-bottom: 1.75rem;
}
.hero-pills {
  display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 2.2rem;
}
.hero-pills span {
  display: inline-flex; align-items: center; gap: .38rem;
  font-size: .78rem; font-weight: 500;
  color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: .35rem .85rem; border-radius: 999px;
  backdrop-filter: blur(6px);
}
.hero-pills i { color: var(--gold); font-size: .68rem; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: .9rem; }
.hero-actions-primary { display: flex; flex-direction: column; gap: .7rem; }

/* Barre de stats — pleine largeur en bas du hero */
.hero-stats {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,8,5,.55);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.5rem 2rem;
}
.stat-item { text-align: center; padding: 0 2.8rem; }
.stat-item strong {
  display: block;
  font-size: 2rem; font-weight: 800;
  color: var(--gold); letter-spacing: -.03em; line-height: 1;
}
.stat-item span {
  font-size: .71rem; color: rgba(255,255,255,.42);
  font-weight: 500; margin-top: .22rem; display: block;
}
.stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,.12); flex-shrink: 0; }

/* Scroll hint */
.scroll-hint {
  position: relative;
  align-self: flex-start;
  margin-top: 2rem;
  width: 26px; height: 42px;
  border: 1.5px solid rgba(255,255,255,.18); border-radius: 999px;
  display: flex; justify-content: center; padding-top: 6px;
  z-index: 2;
}
.scroll-hint span {
  width: 3px; height: 7px;
  background: var(--gold); border-radius: 999px;
  animation: scrollDot 2.2s ease-in-out infinite;
}
@keyframes scrollDot {
  0%   { transform: translateY(0); opacity: 1; }
  80%  { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ══════════════════════════════════════════
   À PROPOS
══════════════════════════════════════════ */
.about-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start;
  margin-bottom: 6rem;
}

/* Colonne visuelle */
.about-visual {
  position: relative;
  /* overflow visible pour les floating cards */
}
.about-img-frame {
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-lg); border: 1px solid var(--border);
}
.about-img-frame img { width: 100%; display: block; }

/* Floating cards : à l'intérieur du cadre image */
.about-floating-card {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: .7rem;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); padding: .82rem 1.1rem;
  box-shadow: var(--sh-md);
  white-space: nowrap;
}
.about-floating-card i {
  width: 36px; height: 36px; flex-shrink: 0;
  background: var(--gold-light); color: var(--gold-3);
  border-radius: 9px; display: flex; align-items: center; justify-content: center;
  font-size: .88rem;
}
.about-floating-card strong { display: block; font-size: .82rem; font-weight: 700; color: var(--dark); }
.about-floating-card span   { font-size: .72rem; color: var(--gray); }

/* Card 1 : bas droite, dans l'image */
.about-floating-card:not(.card-2) { bottom: 1.25rem; right: 1.25rem; }
/* Card 2 : haut gauche, dans l'image */
.about-floating-card.card-2       { top: 1.25rem; left: 1.25rem; }

/* Texte */
.about-copy p {
  font-size: .95rem; color: var(--gray-2); line-height: 1.82; margin-bottom: 1rem;
}
.about-copy p strong { color: var(--dark); }

/* Timeline */
.timeline { margin: 1.7rem 0; display: flex; flex-direction: column; }
.tl-item { display: flex; gap: 1.1rem; padding-bottom: 1.35rem; position: relative; }
.tl-item:not(:last-child)::before {
  content: ''; position: absolute;
  left: 9px; top: 22px; bottom: 0;
  width: 1px; background: var(--border-gold);
}
.tl-dot {
  width: 20px; height: 20px; flex-shrink: 0;
  border: 2px solid var(--gold); background: var(--gold-light);
  border-radius: 50%; margin-top: .18rem;
}
.tl-body strong { display: block; font-size: .88rem; font-weight: 700; color: var(--dark); }
.tl-body span   { font-size: .8rem; color: var(--gray); }

/* Galerie */
.gallery-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 1.5rem; flex-wrap: wrap; gap: .75rem;
}
.gallery-header h3 {
  font-size: 1.6rem; font-weight: 800; color: var(--dark); letter-spacing: -.02em;
}
.gallery-header h3 em { font-style: normal; color: var(--gold); }

/* Mosaïque 4 photos */
.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: 230px 195px;
  gap: .85rem;
}
.gm-item.gm-large   { grid-column: 1;     grid-row: 1 / 3; }
.gm-item:nth-child(2){ grid-column: 2;     grid-row: 1; }
.gm-item:nth-child(3){ grid-column: 3;     grid-row: 1; }
.gm-item:nth-child(4){ grid-column: 2 / 4; grid-row: 2; }

.gm-item {
  position: relative; border-radius: var(--r-lg); overflow: hidden; cursor: pointer;
}
.gm-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.gm-item:hover img { transform: scale(1.06); }
.gm-overlay {
  position: absolute; inset: 0;
  background: rgba(17,17,17,.4);
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 1.35rem;
  opacity: 0; transition: opacity .28s;
}
.gm-item:hover .gm-overlay { opacity: 1; }

/* ══════════════════════════════════════════
   SPÉCIALITÉS
══════════════════════════════════════════ */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.05);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
}
.srv-card {
  position: relative; padding: 2.25rem 1.9rem;
  background: var(--dark-card);
  transition: background .28s var(--ease);
  overflow: hidden;
}
.srv-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(240,165,0,.07) 0%, transparent 55%);
  opacity: 0; transition: opacity .28s;
  pointer-events: none;
}
.srv-card:hover { background: #1e1e1e; }
.srv-card:hover::before { opacity: 1; }
.srv-num {
  position: absolute; top: 1rem; right: 1.25rem;
  font-size: 3rem; font-weight: 800;
  color: rgba(255,255,255,.04);
  line-height: 1; letter-spacing: -.04em; pointer-events: none;
}
.srv-icon {
  width: 50px; height: 50px;
  background: rgba(240,165,0,.1); color: var(--gold);
  border-radius: 13px; display: flex; align-items: center; justify-content: center;
  font-size: 1.22rem; margin-bottom: 1.1rem;
  border: 1px solid rgba(240,165,0,.18);
  transition: all .28s var(--ease);
}
.srv-card:hover .srv-icon { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.srv-card h3 {
  font-size: 1rem; font-weight: 700;
  color: var(--white); margin-bottom: .6rem;
}
.srv-card > p { font-size: .82rem; color: rgba(255,255,255,.42); line-height: 1.7; margin-bottom: 1.05rem; }
.srv-card ul  { display: flex; flex-direction: column; gap: .4rem; }
.srv-card ul li {
  font-size: .76rem; color: rgba(255,255,255,.32);
  display: flex; align-items: center; gap: .42rem;
}
.srv-card ul li::before {
  content: ''; width: 4px; height: 4px;
  background: var(--gold); border-radius: 50%; flex-shrink: 0;
}
.srv-arrow {
  position: absolute; bottom: 1.35rem; right: 1.35rem;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.04); border-radius: 50%;
  color: rgba(255,255,255,.22); font-size: .72rem;
  transition: all .28s var(--ease);
}
.srv-card:hover .srv-arrow { background: var(--gold); color: var(--dark); }
.srv-card-cta {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(240,165,0,.14) 0%, rgba(240,165,0,.04) 100%) !important;
  border: 1px solid rgba(240,165,0,.18) !important;
}
.srv-cta-inner { text-align: center; }
.srv-cta-inner > i   { font-size: 2.4rem; color: var(--gold); margin-bottom: .85rem; display: block; }
.srv-cta-inner h3    { color: var(--white); margin-bottom: .42rem; }
.srv-cta-inner > p   { font-size: .82rem; color: rgba(255,255,255,.4); margin-bottom: 1.35rem; }

/* ══════════════════════════════════════════
   LOCALISATION
══════════════════════════════════════════ */
.location-layout {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem; align-items: start;
}
.loc-map {
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-lg); border: 1px solid var(--border);
}
.loc-map a { display: block; position: relative; }
.loc-map img { width: 100%; display: block; }
.map-hover {
  position: absolute; inset: 0;
  background: rgba(17,17,17,.5);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .65rem; color: var(--white);
  font-weight: 700; font-size: .92rem;
  opacity: 0; transition: opacity .28s;
}
.loc-map a:hover .map-hover { opacity: 1; }
.map-hover i { font-size: 2.2rem; color: var(--gold); }
.loc-info { display: flex; flex-direction: column; gap: .8rem; }
.loc-card {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.1rem; background: var(--light);
  border-radius: var(--r); border: 1px solid var(--border);
  transition: border-color .22s;
}
.loc-card:hover { border-color: var(--border-gold); }
.lc-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: var(--gold-light); color: var(--gold-3);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
}
.lc-body h4 {
  font-size: .7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--gray); margin-bottom: .28rem;
}
.lc-body p { font-size: .86rem; color: var(--dark); line-height: 1.55; }
.hours-table { display: flex; flex-direction: column; gap: .3rem; margin-top: .3rem; }
.hours-table > div { display: flex; justify-content: space-between; align-items: center; font-size: .84rem; }
.hours-table span { color: var(--gray); }
.hours-table b.open   { color: #16A34A; font-weight: 600; }
.hours-table b.closed { color: #DC2626; font-weight: 600; }
.hours-note {
  font-size: .74rem; color: var(--gray);
  background: var(--gold-light); border-left: 3px solid var(--gold);
  padding: .42rem .68rem; border-radius: 0 8px 8px 0; margin-top: .65rem;
}
.hours-note i { color: var(--gold); margin-right: .26rem; }
.loc-link { font-size: .92rem; font-weight: 700; color: var(--gold-3); display: block; }

/* ══════════════════════════════════════════
   FAQ
══════════════════════════════════════════ */
.faq-layout {
  display: grid; grid-template-columns: 1fr 2.2fr;
  gap: 5rem; align-items: start;
}
.faq-left { position: sticky; top: calc(var(--nav-h) + 2rem); }
.faq-left .section-h { font-size: clamp(1.65rem, 2.8vw, 2.25rem); }
.faq-left > p { font-size: .9rem; color: var(--gray); margin-top: .85rem; line-height: 1.72; }
.faq-left .cta-primary { margin-top: 1.5rem; }

.faq-list { display: flex; flex-direction: column; gap: .52rem; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--r);
  overflow: hidden; background: var(--white);
  transition: border-color .22s, box-shadow .22s;
}
.faq-item.open { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-light); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1rem 1.25rem;
  font-family: var(--font); font-size: .9rem; font-weight: 700;
  color: var(--dark); text-align: left;
  transition: color .18s;
}
.faq-q:hover { color: var(--gold-3); }
.faq-toggle {
  width: 28px; height: 28px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--light); border-radius: 7px;
  color: var(--gray-2); font-size: .72rem;
  transition: all .28s var(--spring);
}
.faq-item.open .faq-toggle { background: var(--gold); color: var(--dark); transform: rotate(45deg); }
.faq-a { display: none; padding: 0 1.25rem 1.1rem; }
.faq-item.open .faq-a { display: block; }
.faq-a p { font-size: .86rem; color: var(--gray-2); line-height: 1.75; }
.faq-a a { color: var(--gold-3); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ══════════════════════════════════════════
   CONTACT
══════════════════════════════════════════ */
.contact-layout {
  display: grid; grid-template-columns: 3fr 2fr;
  gap: 3rem; align-items: start;
}
.contact-form-box {
  background: var(--light); border-radius: var(--r-xl);
  padding: 2.5rem; border: 1px solid var(--border);
}
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.input-group { display: flex; flex-direction: column; gap: .36rem; margin-bottom: .95rem; }
.input-group label {
  font-size: .74rem; font-weight: 700;
  color: var(--gray-2); text-transform: uppercase; letter-spacing: .06em;
}
.input-group label span { color: var(--gold-3); }
.input-group input,
.input-group select,
.input-group textarea {
  padding: .72rem .95rem;
  background: var(--white); color: var(--dark);
  border: 1.5px solid var(--border); border-radius: var(--r);
  font-family: var(--font); font-size: .88rem;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}
.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-light);
}
.input-group input::placeholder,
.input-group textarea::placeholder { color: #C0C0C0; }
.input-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23909090' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.form-privacy {
  margin-top: .85rem; font-size: .73rem; color: #ABABAB;
  display: flex; align-items: center; gap: .36rem; justify-content: center;
}
.form-done { text-align: center; padding: 3rem 1.5rem; }
.form-done-icon {
  width: 66px; height: 66px; border-radius: 50%;
  background: var(--gold); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem; color: var(--dark); font-size: 1.65rem;
  box-shadow: var(--sh-gold);
}
.form-done h4 { font-size: 1.25rem; font-weight: 800; margin-bottom: .42rem; }
.form-done p  { color: var(--gray); font-size: .88rem; }

/* Info contact (colonne droite) */
.contact-info-col { display: flex; flex-direction: column; gap: .6rem; }
.ci-block { display: flex; flex-direction: column; gap: .52rem; margin-bottom: .52rem; }
.ci-item {
  display: flex; align-items: flex-start; gap: .82rem;
  padding: .9rem 1.05rem;
  background: var(--light); border: 1px solid var(--border);
  border-radius: var(--r);
  transition: all .22s var(--ease);
  color: var(--dark);
}
a.ci-item:hover {
  border-color: var(--border-gold);
  background: var(--gold-light);
  transform: translateX(3px);
}
.ci-ic {
  width: 38px; height: 38px; flex-shrink: 0;
  background: var(--gold-light); color: var(--gold-3);
  border-radius: 9px; display: flex; align-items: center; justify-content: center;
  font-size: .88rem;
}
.ci-ic.fb { background: #E8F0FE; color: #1877F2; }
.ci-item strong {
  display: block; font-size: .69rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
  color: var(--gray); margin-bottom: .16rem;
}
.ci-item span  { display: block; font-size: .86rem; font-weight: 600; color: var(--dark); }
.ci-item small { display: block; font-size: .74rem; color: var(--gray); margin-top: .06rem; }

.reviews-cta {
  display: flex; align-items: center; gap: .68rem;
  padding: .95rem 1.1rem;
  background: #FFFCEB; border: 1px solid var(--border-gold); border-radius: var(--r);
  transition: all .22s var(--ease);
  color: var(--dark);
}
.reviews-cta:hover { transform: translateX(3px); box-shadow: var(--sh-gold); }
.reviews-stars { color: var(--gold); font-size: .84rem; flex-shrink: 0; }
.reviews-cta > span { flex: 1; font-size: .83rem; font-weight: 600; }
.reviews-cta > i    { color: var(--gray); font-size: .72rem; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
#footer { background: var(--dark); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
.fg-brand img {
  height: 48px; width: 48px;
  border-radius: 8px; object-fit: cover;
  margin-bottom: .9rem;
}
.fg-brand > p { font-size: .83rem; color: rgba(255,255,255,.38); line-height: 1.7; margin-bottom: 1.2rem; }
.fg-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px; color: rgba(255,255,255,.5); font-size: .88rem;
  transition: all .22s;
}
.fg-social:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.fg-col h5 {
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: rgba(255,255,255,.26); margin-bottom: 1rem;
}
.fg-col a {
  display: flex; align-items: center; gap: .48rem;
  font-size: .83rem; color: rgba(255,255,255,.46);
  padding: .28rem 0; transition: color .18s;
}
.fg-col a:hover { color: var(--gold); }
.fg-col a i { width: 12px; color: var(--gold); opacity: .6; flex-shrink: 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 1.5rem 0;
}
.footer-bottom p { font-size: .74rem; color: rgba(255,255,255,.2); text-align: center; }

/* ══════════════════════════════════════════
   SCROLL TO TOP
══════════════════════════════════════════ */
.to-top {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 500;
  width: 44px; height: 44px;
  background: var(--dark); color: var(--white);
  border-radius: 11px; box-shadow: var(--sh-md);
  border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  font-size: .88rem;
  opacity: 0; pointer-events: none;
  transition: all .3s var(--ease);
}
.to-top:hover { background: var(--gold); color: var(--dark); transform: translateY(-3px); }
.to-top.show  { opacity: 1; pointer-events: auto; }

/* ══════════════════════════════════════════
   LIGHTBOX
══════════════════════════════════════════ */
.lb {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,.92);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
  animation: lbIn .22s var(--ease);
}
@keyframes lbIn { from { opacity: 0; } to { opacity: 1; } }
.lb img {
  max-width: 90vw; max-height: 86vh;
  object-fit: contain; border-radius: var(--r-lg); box-shadow: var(--sh-lg);
}
#lbClose {
  position: absolute; top: 1.5rem; right: 1.5rem;
  width: 42px; height: 42px; border-radius: 11px;
  background: rgba(255,255,255,.1); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: background .2s;
}
#lbClose:hover { background: var(--gold); color: var(--dark); }

/* ══════════════════════════════════════════
   RESPONSIVE ≤ 1100px
══════════════════════════════════════════ */
@media (max-width: 1100px) {
  .about-layout      { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-visual      { max-width: 500px; margin: 0 auto; }
  .services-grid     { grid-template-columns: repeat(2, 1fr); }
  .location-layout   { grid-template-columns: 1fr; }
  .faq-layout        { grid-template-columns: 1fr; gap: 2rem; }
  .faq-left          { position: static; }
  .contact-layout    { grid-template-columns: 1fr; }
  .footer-grid       { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

/* ══════════════════════════════════════════
   RESPONSIVE ≤ 768px
══════════════════════════════════════════ */
@media (max-width: 768px) {
  :root { --nav-h: 66px; }
  .section { padding: 64px 0; }
  .container { padding: 0 1.25rem; }

  /* Nav mobile overlay */
  #nav {
    position: fixed; top: var(--nav-h); left: 0; right: 0;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(16px);
    flex-direction: column; align-items: stretch;
    padding: 1rem 1.25rem 1.5rem; gap: .12rem;
    box-shadow: var(--sh-md);
    transform: translateY(-110%); opacity: 0;
    transition: transform .3s var(--ease), opacity .26s var(--ease);
    z-index: 800;
  }
  #nav.open    { transform: translateY(0); opacity: 1; }
  .nl          { padding: .72rem .95rem; font-size: .9rem; }
  .burger      { display: flex; }
  .logo-text   { display: none; }
  .btn-rdv span { display: none; }

  /* Hero mobile */
  .hero-body   { padding: 2.5rem 1.25rem 2rem; }
  #hero h1     { font-size: clamp(2.2rem, 9vw, 3rem); }
  .hero-desc   { font-size: .95rem; }
  .hero-stats  { flex-direction: column; gap: 1rem; padding: 1.25rem; }
  .stat-divider { width: 36px; height: 1px; }
  .stat-item   { padding: 0; }
  .scroll-hint { display: none; }

  /* À propos */
  .about-visual  { max-width: 100%; }
  .gallery-header { flex-direction: column; align-items: flex-start; }

  /* Galerie 2×2 sur mobile */
  .gallery-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 130px;
    gap: .5rem;
  }
  .gm-item.gm-large    { grid-column: 1;     grid-row: 1; }
  .gm-item:nth-child(2){ grid-column: 2;     grid-row: 1; }
  .gm-item:nth-child(3){ grid-column: 1;     grid-row: 2; }
  .gm-item:nth-child(4){ grid-column: 2;     grid-row: 2; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; }

  /* Form */
  .input-row        { grid-template-columns: 1fr; }
  .contact-form-box { padding: 1.5rem; }

  /* Footer */
  .footer-grid  { grid-template-columns: 1fr; gap: 2rem; padding-top: 3rem; padding-bottom: 2rem; }

  /* To top */
  .to-top { width: 40px; height: 40px; bottom: 1.25rem; right: 1.25rem; }
}

@media (max-width: 480px) {
  #hero h1        { font-size: 2.1rem; }
  .hero-pills span { font-size: .72rem; padding: .3rem .7rem; }
  .hero-actions   { align-items: stretch; }
  .hero-actions-primary { align-items: stretch; }
  .hero-actions a { justify-content: center; }
  .stat-item strong { font-size: 1.6rem; }
}
