/* ═══════════════════════════════════════════════
   MH PHOTOBOOTH MARSEILLE · charte devis MH
   Cormorant Garamond (titres) · Montserrat 300 (corps)
   blanc / #f7f6f4 / #1a1a1a / labels #888
   ═══════════════════════════════════════════════ */

:root {
  --ink: #1a1a1a;
  --paper: #ffffff;
  --box: #f7f6f4;
  --label: #888888;
  --line: #e6e4e0;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

[id] { scroll-margin-top: 96px; }

body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 15px;
}

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.wrap-header { width: 100%; padding: 0 32px; box-sizing: border-box; }

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

/* ── Page merci ───────────────────────── */

.merci-check {
  width: 72px; height: 72px; margin: 0 auto 20px;
  border-radius: 50%; background: #2e7d4f;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
}
.merci-check svg { width: 34px; height: 34px; }

/* ── Bannière cookies ─────────────────── */

.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: var(--ink); color: #fff;
  padding: 18px 24px;
  display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap;
  box-shadow: 0 -8px 26px rgba(26, 26, 26, 0.18);
}
.cookie-banner p { font-size: 13px; color: #d8d6d2; max-width: 640px; margin: 0; }
.cookie-banner-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-banner button {
  font-family: var(--sans); font-size: 13px; font-weight: 500;
  padding: 10px 22px; border-radius: 2px; cursor: pointer;
}
.cookie-banner .cb-refuse { background: transparent; color: #fff; border: 1px solid #fff; }
.cookie-banner .cb-accept { background: #fff; color: var(--ink); border: 1px solid #fff; }
@media (max-width: 560px) {
  .cookie-banner { justify-content: flex-start; padding: 16px; }
  .cookie-banner-actions { width: 100%; }
  .cookie-banner-actions button { flex: 1; }
}

/* ── Typo ─────────────────────────────── */

h1, h2, h3, .price { font-family: var(--serif); font-weight: 600; line-height: 1.15; }

h1 { font-size: clamp(38px, 6vw, 64px); }
h2 { font-size: clamp(28px, 4vw, 40px); }
h3 { font-size: 22px; }

.label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--label);
}

.lead { font-size: 17px; color: #444; max-width: 640px; }

/* ── Header ───────────────────────────── */

header.site {
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  z-index: 50;
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand { text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 12px; }
.brand .brand-logo { height: 56px; width: auto; }
.brand .sub { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); font-weight: 600; }

.nav-links { display: flex; align-items: center; justify-content: center; gap: 30px; }
.nav-links a { text-decoration: none; color: var(--ink); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.nav-links a.active { border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

.nav-actions { display: flex; align-items: center; gap: 22px; justify-self: end; }

.nav-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--accent, #e35f4b) !important; text-decoration: none; font-size: 17px !important; font-weight: 700 !important; letter-spacing: 0.02em; white-space: nowrap; }
.nav-phone svg { width: 19px; height: 19px; flex-shrink: 0; }
.nav-phone:hover { opacity: 0.7; }

.btn-devis {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent, #e35f4b); color: #fff !important;
  padding: 10px 17px; border-radius: 999px; text-decoration: none;
  font-size: 16px !important; letter-spacing: 0.02em; font-weight: 700 !important;
}
.btn-devis:hover { opacity: 0.85; }

/* ── Boutons ──────────────────────────── */

.btn {
  display: inline-block;
  background: var(--ink); color: #fff;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 400;
  transition: opacity .2s;
}
.btn:hover { opacity: 0.85; }

.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn.coral { background: var(--accent, #e35f4b); color: #fff; font-weight: 700; }

/* ── Hero ─────────────────────────────── */

.hero { padding: 48px 0; display: flex; align-items: center; min-height: calc(100svh - 74px); }
.hero > .wrap { width: 100%; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero .label { margin-bottom: 18px; }
.hero p.lead { margin: 22px 0 32px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-img img { width: 100%; height: auto; }

.hero-trio { position: relative; height: min(660px, 74vh); }
.hero-trio img {
  position: absolute; height: auto; box-sizing: border-box;
  border: 10px solid #fff;
  box-shadow: 0 16px 44px rgba(26, 26, 26, 0.18);
  transform: rotate(var(--r));
  transition: transform .25s, box-shadow .25s;
}
.hero-trio img:hover { transform: translateY(-4px) rotate(var(--r)) scale(1.03); z-index: 9; box-shadow: 0 22px 54px rgba(26, 26, 26, 0.24); }
.hero-trio .d1 { width: 66%; left: 2%; top: 8%; --r: -6deg; z-index: 2; }
.hero-trio .d2 { width: 78%; left: 58%; top: 42%; --r: -1.5deg; z-index: 3; margin-left: -36%; }
.hero-trio .d3 { width: 64%; right: -20%; top: 10%; --r: 7deg; z-index: 4; }
body.theme-part .hero-trio img { box-shadow: 0 16px 44px rgba(227, 95, 75, 0.2); }

/* ── Hero accueil : collage de tirages ── */

.hero.home { background: #fbf6ef; }
.hero.home > .wrap { max-width: 1340px; }
.hero.home .hero-grid { grid-template-columns: 0.9fr 1.1fr; }
.hero-copy { margin-top: -40px; }
.hero-ctas-home { margin-top: 96px; }
br.mobile-break { display: none; }

.hl { background: linear-gradient(180deg, transparent 62%, #f3c14f 62%); padding: 0 4px; }

.collage { position: relative; height: min(660px, 74vh); }

img.print { border: none !important; }
.collage img {
  position: absolute; height: auto; box-sizing: border-box;
  border: 10px solid #fff;
  box-shadow: 0 16px 44px rgba(26, 26, 26, 0.18);
  transform: translateY(0) rotate(var(--r));
  animation: settle 0.7s ease-out backwards;
  transition: transform 0.25s, box-shadow 0.25s;
}
.collage img:hover { transform: translateY(-4px) rotate(var(--r)) scale(1.03); z-index: 9; box-shadow: 0 22px 54px rgba(26, 26, 26, 0.24); }
.collage .c1 { width: 58%; left: 0; top: 0; --r: -2.5deg; z-index: 2; }
.collage .c2 { width: 56%; right: 0; bottom: 0; --r: 3deg; z-index: 4; animation-delay: 0.6s; }
.collage .c3 { width: 17%; right: 0; top: 3%; --r: 8deg; z-index: 3; animation-delay: 0.3s; }
.collage .c4 { width: 50%; left: 0; top: 46%; --r: -4deg; z-index: 3; animation-delay: 0.45s; }
.collage .c5 { width: 28%; left: 58%; top: 0; --r: 2deg; z-index: 2; animation-delay: 0.15s; }

@keyframes settle {
  from { opacity: 0; transform: translateY(18px) rotate(var(--r)); }
}

/* ── Split particuliers / pro ─────────── */

.split-head { margin-top: 72px; text-align: center; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; margin-bottom: 72px; }
.split .part-link, .split .pro-link {
  display: flex; flex-direction: column;
  text-align: center;
  color: var(--ink);
  background: var(--box);
  padding: 44px 36px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(26, 26, 26, 0.08);
  transition: background .2s, transform .25s ease, box-shadow .25s ease;
}
.split .part-link:hover, .split .pro-link:hover { background: #efede9; transform: translateY(-6px) scale(1.02); box-shadow: 0 22px 46px rgba(26, 26, 26, 0.16); }
.split .split-card-link { display: block; text-decoration: none; color: inherit; flex: 1; }
.split strong { font-family: var(--serif); font-size: 30px; font-weight: 600; display: block; margin-bottom: 8px; }
.split .label { display: block; margin-bottom: 14px; }
.split p { color: #555; font-size: 14px; }
.split .btn {
  display: block; width: fit-content; margin: 22px auto 0;
  font-size: 14px; font-weight: 700;
  text-decoration: none;
}
.split .pro-link .btn { background: #fff; color: var(--ink); }

/* ── Sections ─────────────────────────── */

section { padding: 72px 0; }
section.boxed { background: var(--box); }
.section-head { margin-bottom: 44px; text-align: center; }
.section-head .label { margin-bottom: 14px; }
.section-head .lead { margin-left: auto; margin-right: auto; }

/* ── La différence ────────────────────── */

.punchline {
  font-family: var(--serif);
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 600;
  font-style: italic;
  max-width: 720px;
  margin-bottom: 44px;
}

.cols3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tile { background: var(--paper); border: 1px solid var(--line); padding: 32px 28px; }
section:not(.boxed) .tile { background: var(--box); border: 1px solid var(--line); }
.tile .num { font-family: var(--serif); font-size: 34px; color: var(--label); }
.tile h3 { margin: 10px 0 10px; }
.tile p { font-size: 14px; color: #555; }

/* ── Grille bénéfices (icônes + borne) ── */

.features {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 380px) 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 8px;
}
.f-col { display: grid; gap: 40px; }
.feature { text-align: center; }
.feature .ic {
  width: 58px; height: 58px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  color: var(--ink);
  background: var(--paper);
}
.feature .ic svg { width: 26px; height: 26px; }
.feature h3 { font-size: 21px; margin-bottom: 8px; }
.feature p { font-size: 13.5px; color: #555; max-width: 300px; margin: 0 auto; }
.f-center img {
  width: 100%; height: auto;
  border: 10px solid #fff;
  box-shadow: 0 16px 44px rgba(26, 26, 26, 0.16);
  box-sizing: border-box;
}
.f-center img.logo-illustration {
  width: auto; max-width: 100%; height: auto; max-height: 480px;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}
body.theme-part .feature .ic { color: var(--accent); }

/* ── Galerie ──────────────────────────── */

.gallery { columns: 3; column-gap: 16px; }
.gallery img { width: 100%; height: auto; margin-bottom: 16px; break-inside: avoid; border: 8px solid #fff; box-shadow: 0 8px 26px rgba(26, 26, 26, 0.12); box-sizing: border-box; }

.gallery-wrap { max-width: 1120px; padding: 0 16px; }
.gallery-collage { display: flex; gap: 12px; align-items: stretch; }
.gallery-collage img {
  display: block; width: 100%; height: auto; box-sizing: border-box;
  border: 6px solid #fff;
  box-shadow: 0 8px 26px rgba(26, 26, 26, 0.12);
}
.gc-col { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.gc-center {
  flex: 1.35 1 0; min-width: 0; align-self: stretch;
  height: auto; object-fit: cover;
}

/* ── Tarifs ───────────────────────────── */

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.card {
  background: var(--paper); border: 1px solid var(--line);
  padding: 38px 32px;
  display: flex; flex-direction: column;
  position: relative;
  box-shadow: 0 10px 28px rgba(26, 26, 26, 0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card.featured { border: 1px solid var(--ink); box-shadow: 0 16px 36px rgba(26, 26, 26, 0.14); }
.card:hover { transform: translateY(-6px) scale(1.03); box-shadow: 0 22px 46px rgba(26, 26, 26, 0.16); }
.badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 5px 14px; white-space: nowrap;
}
.card .label { margin-bottom: 6px; }
.price { font-size: 52px; margin: 4px 0 2px; }
.price small { font-family: var(--sans); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--label); font-weight: 400; }
.card ul { list-style: none; margin: 22px 0 28px; flex: 1; }
.card li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: #444; }
.card li:last-child { border-bottom: none; }
.card li.plus { font-weight: 500; color: var(--ink); }
.card .btn { text-align: center; }

.benefit-list {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px 28px; margin-top: 22px;
}
.benefit-list li {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; color: var(--ink);
}
.benefit-list li::before {
  content: "✓"; color: var(--accent, #e35f4b); font-weight: 700; font-size: 15px;
}

.pricing-note { margin: 30px auto 0; font-size: 13px; color: #666; max-width: 600px; text-align: center; }
.pricing-note p { margin-bottom: 14px; }
.pricing-note p:last-child { margin-bottom: 0; }
.pricing-note strong { font-weight: 500; color: var(--ink); }

/* ── Étapes ───────────────────────────── */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }

/* ── FAQ ──────────────────────────────── */

.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: 20px 0;
  font-family: var(--serif); font-size: 20px; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-weight: 300; font-size: 22px; color: var(--label); }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 22px; color: #555; max-width: 780px; }

/* ── Occasions (particuliers) ─────────── */

.occasions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.occ { background: var(--paper); border: 1px solid var(--line); }
.occ img { width: 100%; height: auto; }
.occ .occ-body { padding: 24px 26px 28px; }
.occ h3 { margin-bottom: 8px; }
.occ p { font-size: 14px; color: #555; }

/* ── Références / marques ─────────────── */

.brands { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 38px; align-items: baseline; margin-top: 8px; }
.brands span { font-family: var(--serif); font-size: 24px; font-weight: 600; color: #999; }

/* ── Formulaire devis ─────────────────── */

#devis { scroll-margin-top: 40px; padding-top: 60px; }
#devis .section-head { margin-bottom: 28px; }

.devis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
form .field { margin-bottom: 18px; }
form label { display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--label); margin-bottom: 7px; }
form input, form select, form textarea {
  width: 100%;
  border: 1px solid var(--line); background: var(--paper);
  padding: 13px 14px;
  font-family: var(--sans); font-weight: 300; font-size: 14px; color: var(--ink);
}
form input:focus, form select:focus, form textarea:focus { outline: 1px solid var(--ink); }
form button { border: none; cursor: pointer; width: 100%; }

.date-picker { position: relative; }
.date-picker-input {
  border: 1.5px solid var(--accent, #e35f4b) !important;
  border-radius: 10px 10px 0 0 !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  font-weight: 600;
  cursor: default;
  background: #fff;
}

.date-picker-calendar {
  position: static;
  background: #fff; border: 1.5px solid var(--accent, #e35f4b); border-top: none; border-radius: 0 0 10px 10px;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.1);
  padding: 16px; width: 100%; box-sizing: border-box;
}
.dp-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.dp-month { font-family: var(--serif); font-size: 17px; font-weight: 600; text-transform: capitalize; }
.dp-nav {
  background: none; border: none; cursor: pointer;
  width: 30px; height: 30px; border-radius: 50%;
  font-size: 18px; color: var(--ink); line-height: 1;
}
.dp-nav:hover { background: var(--box); }
.dp-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 6px; }
.dp-weekdays span { text-align: center; font-size: 11px; color: var(--label); letter-spacing: 0.04em; }
.dp-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.dp-day {
  display: flex; align-items: center; justify-content: center;
  height: 36px; border-radius: 8px;
  font-size: 13px; color: var(--ink); cursor: pointer;
}
.dp-day:hover:not(.dp-disabled):not(.dp-empty) { background: var(--sun, #f3c14f); }
.dp-day.dp-disabled { color: #d8d5d0; text-decoration: line-through; cursor: not-allowed; }
.dp-day.dp-today { border: 1px solid var(--accent, #e35f4b); font-weight: 700; }
.dp-day.dp-selected { background: var(--accent, #e35f4b); color: #fff; font-weight: 700; }
.dp-day.dp-empty { cursor: default; }
.dp-status { margin-top: 10px; }
.dp-status:empty { margin-top: 0; }
.dp-slots {
  display: inline-block; background: #fff3e0; color: #c96a00;
  font-size: 12px; font-weight: 700; letter-spacing: 0.02em;
  padding: 5px 10px; border-radius: 20px;
}
.dp-hot { display: block; margin-top: 6px; font-size: 12.5px; color: #c96a00; font-weight: 500; }
.form-ok { display: none; background: var(--box); border: 1px solid var(--line); padding: 22px; font-size: 14px; }

.contact-list { list-style: none; }
.contact-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.contact-list a { color: var(--ink); }
.contact-list .label { display: block; margin-bottom: 3px; }

/* ── Formulaire de réservation (maison) ── */

#reservation-widget { scroll-margin-top: 40px; }
body.theme-part #reservation-widget { background: var(--soft); }
#reservation-widget .lead { text-align: center; }
#reservation-widget .lead a { color: var(--accent, #e35f4b); font-weight: 600; text-decoration: underline; }
#reservation-widget .lead a:hover { opacity: 0.75; }
.resa-form { max-width: 640px; margin: 36px auto 0; }

.resa-formulas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.resa-formula-card {
  display: block; position: relative; text-align: center; cursor: pointer;
  background: #fff;
  border: 2px solid #f3d4c4; border-radius: 14px;
  padding: 16px 10px;
  transition: border-color .15s, background .15s, transform .15s;
}
.resa-formula-card:hover { transform: translateY(-2px) scale(1.03); border-color: var(--sun, #f3c14f); }
.resa-formula-card input { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; left: 0; top: 0; margin: 0; }
.resa-formula-card .rf-name { display: block; font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--ink); }
.resa-formula-card .rf-price { display: block; font-size: 13px; color: var(--label); margin-top: 2px; }
.resa-formula-card:has(input:checked) { border-color: var(--accent, var(--ink)) !important; background: #fbe0d5; box-shadow: 0 4px 14px rgba(227, 95, 75, 0.18); }
.resa-formula-card:has(input:checked) .rf-name,
.resa-formula-card:has(input:checked) .rf-price { color: var(--accent, var(--ink)); font-weight: 700; }

.resa-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.resa-option {
  display: flex; align-items: center; gap: 10px;
  background: #fff;
  border: 2px solid #f3d4c4; border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px; color: var(--ink); font-weight: 500;
  cursor: pointer;
  transition: border-color .15s;
}
.resa-option:has(input:checked) { border-color: var(--accent, var(--ink)); background: #fbe0d5; }
.resa-option input { width: auto; accent-color: var(--accent, var(--ink)); }
.resa-option-price { margin-left: auto; flex-shrink: 0; color: var(--accent, var(--ink)); font-size: 13px; font-weight: 500; }
.resa-option-name small { display: block; margin-top: 2px; font-size: 11px; font-weight: 400; color: var(--label); text-transform: none; letter-spacing: normal; }
.resa-option:has(input:disabled) { cursor: not-allowed; border-color: var(--line); background: var(--box); color: var(--label); opacity: 0.75; }
.resa-option:has(input:disabled) .resa-option-price { color: var(--label); }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.resa-total {
  background: #fff;
  border: 1px solid #f0d8c8;
  border-radius: 14px;
  padding: 0 22px;
  margin: 24px 0;
}
.resa-total-row {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 16px 0;
}
.resa-total-row + .resa-total-row { border-top: 1px solid var(--line); }
.resa-total .label { color: var(--label); font-weight: 500; letter-spacing: 0.1em; }
.resa-total strong { font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.resa-total-deposit .label { color: var(--ink); font-weight: 600; }
.resa-total-deposit strong { font-size: 30px; color: var(--accent, var(--ink)); }

.resa-pay-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.resa-pay-group { background: #fff; border: 1px solid #f0d8c8; border-radius: 14px; padding: 0 20px; }
.resa-pay-group-later { background: var(--box); border-color: var(--line); }
.resa-pay-title { padding: 16px 0 4px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--label); }
.resa-pay-title small { display: block; font-size: 10.5px; text-transform: none; letter-spacing: normal; font-weight: 400; margin-top: 2px; }
.resa-pay-group .resa-total-row { padding: 10px 0; }
.resa-pay-group .resa-total-row strong { font-size: 16px; white-space: nowrap; flex-shrink: 0; }
.resa-pay-group .resa-total-row-strong { border-top: 1px solid var(--line) !important; }
.resa-pay-group .resa-total-row-strong .label { color: var(--ink); font-weight: 600; }
.resa-pay-group .resa-total-row-strong strong { font-size: 18px !important; }
.resa-pay-group:not(.resa-pay-group-later) .resa-total-row-strong strong { color: var(--accent, var(--ink)); }

#resa-payment .btn { display: inline-block; }

/* ── Blog ─────────────────────────────── */

.blog-hero { padding: 56px 0 8px; }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-top: 8px; }
.blog-card { display: block; text-decoration: none; color: var(--ink); background: var(--paper); border: 1px solid var(--line); overflow: hidden; transition: transform .15s, box-shadow .15s; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(26, 26, 26, 0.1); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 22px 24px 26px; }
.blog-card .label { margin-bottom: 8px; }
.blog-card h3 { font-size: 21px; margin-bottom: 8px; }
.blog-card p { font-size: 14px; color: #555; }

.breadcrumb { font-size: 12px; letter-spacing: 0.05em; color: var(--label); margin-bottom: 18px; }
.breadcrumb a { color: var(--label); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }

.article-meta { display: flex; gap: 16px; align-items: center; margin-top: 14px; font-size: 12px; color: var(--label); letter-spacing: 0.05em; text-transform: uppercase; }

.article-body { max-width: 720px; margin: 0 auto; }
.article-body h2 { font-size: 28px; margin: 44px 0 16px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 20px; margin: 30px 0 12px; }
.article-body p { margin-bottom: 18px; color: #333; font-size: 15.5px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; color: #333; font-size: 15.5px; }
.article-body li { margin-bottom: 8px; }
.article-body a:not(.btn) { color: var(--ink); font-weight: 700; text-decoration: underline; text-decoration-color: var(--ink); }
.article-body img { width: 100%; height: auto; margin: 8px 0 30px; border: 8px solid #fff; box-shadow: 0 12px 30px rgba(26, 26, 26, 0.12); box-sizing: border-box; }
.article-body blockquote { font-family: var(--serif); font-style: italic; font-size: 22px; font-weight: 600; border-left: 3px solid var(--accent, var(--ink)); padding-left: 20px; margin: 30px 0; }
.article-cta { background: var(--box); border: 1px solid var(--line); padding: 32px 30px; margin-top: 48px; text-align: center; }
.article-cta h3 { margin-bottom: 10px; }
.article-cta p { color: #555; margin-bottom: 20px; }

/* ── Bouton flottant défiler / haut ───── */

.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 46px; height: 46px; border-radius: 50%;
  border: none; cursor: pointer;
  background: var(--ink); color: #fff;
  font-size: 19px; line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  transition: opacity 0.2s;
}
.fab:hover { opacity: 0.85; }
body.theme-part .fab { background: var(--accent); }
body.theme-pro .fab { background: var(--brass); }

/* ── Footer ───────────────────────────── */

footer {
  border-top: 1px solid var(--line);
  padding: 44px 0;
  font-size: 12px; color: var(--label);
}
.foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer a { color: var(--label); }

/* ── CTA bandeau ──────────────────────── */

.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 12px; }
.cta-band p { margin-bottom: 28px; color: #555; }

/* ═══ THÈME PARTICULIERS : fun, chaleureux ═══ */

body.theme-part { --accent: #e35f4b; --soft: #fdf2ea; --sun: #f3c14f; }
body.theme-part .hero { background: var(--soft); }
body.theme-part .hero-grid { grid-template-columns: 1fr 1fr; }
body.theme-part .hero .label, body.theme-part .section-head .label { color: var(--accent); }
body.theme-part .hl { background: linear-gradient(180deg, transparent 62%, var(--sun) 62%); padding: 0 4px; }
body.theme-part .btn { background: var(--accent); }
body.theme-part .btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
body.theme-part .occ { border: none; background: transparent; }
body.theme-part .occ img { border: 10px solid #fff; box-shadow: 0 12px 34px rgba(26, 26, 26, 0.14); transform: rotate(-1.5deg); }
body.theme-part .occ:nth-child(2) img { transform: rotate(1.8deg); }
body.theme-part .occ:nth-child(3) img { transform: rotate(-2.2deg); }
body.theme-part .occ .occ-body { padding: 26px 8px 0; }
body.theme-part section.boxed { background: var(--soft); }
body.theme-part .card { border-radius: 14px; }
body.theme-part .card.featured { border: 2px solid var(--accent); }
body.theme-part .badge { background: var(--accent); border-radius: 999px; }
body.theme-part .price { color: var(--accent); }

/* ═══ THÈME PRO : sombre, léché ═══ */

body.theme-pro { --brass: #b08d4f; }
body.theme-pro .hero { background: var(--ink); }
body.theme-pro .hero h1 { color: #fff; }
body.theme-pro .hero .label { color: var(--brass); }
body.theme-pro .hero p.lead { color: #c9c6c1; }
body.theme-pro .hero .btn { background: #fff; color: var(--ink); }
body.theme-pro .hero .btn.ghost { background: transparent; color: #fff; border-color: #fff; }
body.theme-pro .label { letter-spacing: 0.26em; }
body.theme-pro .card.featured { border-color: var(--brass); }
body.theme-pro .badge { background: var(--brass); }
body.theme-pro .tile .num { color: var(--brass); }
body.theme-pro .brands span { color: #8a8a8a; }
body.theme-pro .card li { font-weight: 700; color: var(--ink); padding-left: 22px; position: relative; }
body.theme-pro .card li::before { content: "✓"; position: absolute; left: 0; color: var(--brass); font-weight: 700; }
body.theme-pro .card .btn { background: var(--brass); color: #fff; }
body.theme-pro .card .btn.ghost { background: var(--brass); color: #fff; border-color: var(--brass); }

.cards.two { grid-template-columns: repeat(2, 1fr); }

.resto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.resto-grid img { width: 100%; height: auto; border: 8px solid #fff; box-shadow: 0 8px 26px rgba(26, 26, 26, 0.12); box-sizing: border-box; }
@media (min-width: 861px) {
  #photocall .resto-grid { grid-template-columns: 1.4fr 1fr; }
}
.check { list-style: none; margin: 22px 0 28px; }
.check li { padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid var(--line); font-size: 14px; color: #444; }
.check li::before { content: "+"; position: absolute; left: 0; color: var(--brass, #b08d4f); font-weight: 500; }
.check li a { color: var(--brass, #b08d4f); font-weight: 600; text-decoration: underline; }
.check li a:hover { opacity: 0.75; }

/* ═══ Accueil : boutons teintés par univers ═══ */

.split .part-link { background: #fdf2ea; }
.split .part-link:hover { background: #fae7da; }
.split .part-link .label { color: #e35f4b; }
.split .pro-link { background: var(--ink); color: #fff; border-color: var(--ink); }
.split .pro-link:hover { background: #000; }
.split .pro-link p { color: #c9c6c1; }
.split .pro-link .label { color: #b08d4f; }

/* ── Responsive ───────────────────────── */

@media (max-width: 860px) {
  .hero-grid, .split, .cols3, .cards, .cards.two, .steps, .occasions, .devis-grid, .resto-grid, .field-row { grid-template-columns: 1fr; }
  body.theme-part .hero-grid { grid-template-columns: 1fr; }
  .resa-formulas { grid-template-columns: 1fr; }
  .resa-pay-split { grid-template-columns: 1fr; }
  .resa-total { flex-direction: column; gap: 14px; }
  .resa-total > div:last-child { text-align: left; }
  .gallery { columns: 1; }
  .gallery-collage { flex-direction: column; gap: 12px; }
  .gc-col { gap: 12px; }
  .gc-center { object-fit: fill; height: auto; }
  .hero { padding: 40px 0; min-height: 0; }
  .hero.home { height: calc(100svh - var(--header-h, 88px)); min-height: 0; overflow: hidden; align-items: flex-start; padding: 20px 0 16px; }
  .hero-copy { margin-top: 0; }
  .hero.home h1 { margin-left: -12px; margin-right: -16px; }
  .hero-ctas-home { margin-top: 24px; }
  br.mobile-break { display: inline; }
  .collage { height: 300px; width: min(100%, 420px); margin: 0 auto; }
  .collage img { border-width: 4px; }
  .hero-trio { height: 300px; width: min(100%, 420px); margin: 0 auto; overflow: hidden; }
  .hero-trio .d1 { width: 58%; left: 1%; top: 6%; }
  .hero-trio .d2 { width: 58%; left: 40%; margin-left: 0; top: 46%; }
  .hero-trio .d3 { width: 50%; right: 1%; left: auto; top: 4%; }
  .features { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .f-center { grid-column: 1 / -1; order: -1; max-width: 300px; margin: 0 auto 12px; }
  .feature h3 { font-size: 19px; }
  section { padding: 52px 0; }
  .nav a.hide-m { display: none; }
  .nav { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 10px; padding-top: 12px; padding-bottom: 12px; }
  .nav-links, .nav-actions { display: contents; }
}

@media (max-width: 560px) {
  .features { grid-template-columns: 1fr; }
  .brand .brand-logo { height: 34px; }
  .btn-devis { padding: 7px 12px; font-size: 10px !important; }
  .nav-links a { font-size: 10px; letter-spacing: 0.08em; }
  .card.featured { order: -1; }
}
