/*
Theme Name: CazaFamille
Theme URI: https://www.cazafamille.fr
Author: CazaFamille
Author URI: https://www.cazafamille.fr
Description: Thème WordPress sur mesure pour CazaFamille - Dessinatrice en architecture. Génération automatique de pages locales SEO.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cazafamille
*/

/* ═══════════════════════════════════════════════════════════════════════════
   CAZAFAMILLE – CSS CONSOLIDÉ v2.0
   Dessinatrice en architecture – Morbihan, Bretagne
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── VARIABLES & TOKENS ─── */
:root {
  --ink: #181612;
  --ink2: #4a4640;
  --gold: #8B6914;
  --gold-lt: #C9A84C;
  --gold-bg: rgba(139, 105, 20, 0.08);
  --cream: #FAF8F3;
  --cream2: #F3EFE6;
  --white: #ffffff;
  --border: rgba(139, 105, 20, 0.15);
  --border-light: rgba(139, 105, 20, 0.08);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
  --r: 6px;
  --r-lg: 12px;
  --sh: 0 2px 20px rgba(24, 22, 18, 0.07);
  --sh-lg: 0 8px 40px rgba(24, 22, 18, 0.12);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration: 0.3s;
}

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--sans); background: var(--cream); color: var(--ink); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; transition: color var(--duration) var(--ease); }
img { max-width: 100%; height: auto; display: block; }

/* ─── NAVIGATION ─── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(250, 248, 243, 0.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); height: 66px; display: flex; align-items: center; padding: 0 5vw; gap: 2rem; justify-content: space-between; }
.nav-logo { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; color: var(--ink); white-space: nowrap; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a { font-size: 0.8rem; font-weight: 400; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink2); transition: color var(--duration) var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 1.2rem; }
.nav-tel { font-size: 0.82rem; font-weight: 500; color: var(--gold); white-space: nowrap; }
.btn-nav { background: var(--ink); color: var(--cream); padding: 0.5rem 1.3rem; border-radius: var(--r); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; transition: background var(--duration) var(--ease); }
.btn-nav:hover { background: var(--gold); }
.ham { display: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; background: none; border: none; }
.ham span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform var(--duration) var(--ease), opacity var(--duration) var(--ease); }
.ham[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.ham[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ham[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mob-nav { display: none; position: fixed; top: 66px; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--border); padding: 1.5rem 5vw 2rem; z-index: 199; transform: translateY(-110%); transition: transform var(--duration) var(--ease); }
.mob-nav.open { transform: translateY(0); }
.mob-nav ul { list-style: none; }
.mob-nav ul li a { display: block; padding: 0.9rem 0; font-size: 1rem; font-weight: 300; border-bottom: 1px solid var(--border); color: var(--ink); }
.mob-nav .btn-cta { display: block; text-align: center; margin-top: 1.5rem; background: var(--ink); color: var(--cream); padding: 0.85rem; border-radius: var(--r); font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase; }

/* ─── HERO PRINCIPAL ─── */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 66px 5vw 0; gap: 5rem; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(139, 105, 20, 0.05) 80px), repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(139, 105, 20, 0.05) 80px); pointer-events: none; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.4rem; }
.eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
h1 { font-family: var(--serif); font-size: clamp(2.6rem, 4.5vw, 4rem); font-weight: 400; line-height: 1.18; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 1.4rem; }
h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 1rem; font-weight: 300; color: var(--ink2); max-width: 440px; line-height: 1.85; margin-bottom: 2.2rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 2.8rem; }
.stat strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; color: var(--gold); display: block; line-height: 1; }
.stat small { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink2); font-weight: 400; }
.hero-img { position: relative; z-index: 2; border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--sh); }
.hero-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 7s ease; }
.hero-img:hover img { transform: scale(1.04); }
.hero-img-tag { position: absolute; bottom: 1.5rem; left: 1.5rem; background: rgba(250, 248, 243, 0.93); backdrop-filter: blur(4px); padding: 0.55rem 1rem; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink2); border-left: 2px solid var(--gold); }

/* ─── HERO PAGE (Pages intérieures) ─── */
.page-hero { background: var(--ink); padding: 7rem 5vw 5rem; }
.page-hero .eyebrow, .hero-tag { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-lt); display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.page-hero .eyebrow::before, .hero-tag::before { content: ''; display: block; width: 22px; height: 1px; background: var(--gold-lt); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--cream); margin-bottom: 1rem; }
.page-hero h1 em { color: var(--gold-lt); }
.hero-p { font-size: 1rem; font-weight: 300; color: rgba(250, 248, 243, 0.7); max-width: 560px; line-height: 1.85; margin-bottom: 2rem; }
.breadcrumb, .bc { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: rgba(250, 248, 243, 0.4); margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb a, .bc a { color: rgba(250, 248, 243, 0.5); transition: color var(--duration) var(--ease); }
.breadcrumb a:hover, .bc a:hover { color: var(--gold-lt); }
.breadcrumb span, .bc span { opacity: 0.4; }

/* ─── BOUTONS ─── */
.btn-p { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--ink); color: var(--cream); padding: 0.82rem 1.9rem; border-radius: var(--r); font-size: 0.88rem; font-weight: 400; letter-spacing: 0.04em; transition: background var(--duration) var(--ease), transform 0.15s var(--ease); }
.btn-p:hover { background: var(--gold); transform: translateY(-2px); }
.btn-p.gold { background: var(--gold); color: var(--white); }
.btn-p.gold:hover { background: var(--gold-lt); }
.btn-s { display: inline-flex; align-items: center; gap: 0.5rem; border: 1px solid var(--border); color: var(--ink2); padding: 0.82rem 1.9rem; border-radius: var(--r); font-size: 0.88rem; font-weight: 400; letter-spacing: 0.04em; transition: border-color var(--duration) var(--ease), color var(--duration) var(--ease); }
.btn-s:hover { border-color: var(--gold); color: var(--gold); }
.btn-s.light { border-color: rgba(201, 168, 76, 0.35); color: rgba(250, 248, 243, 0.7); }
.btn-s.light:hover { border-color: var(--gold-lt); color: var(--gold-lt); }
.btn-full { display: block; text-align: center; background: var(--ink); color: var(--cream); padding: 0.85rem; border-radius: var(--r); font-size: 0.85rem; font-weight: 400; letter-spacing: 0.06em; transition: background var(--duration) var(--ease); }
.btn-full:hover { background: var(--gold); }

/* ─── SECTIONS ─── */
section { padding: 5rem 5vw; }
.s-head { margin-bottom: 3.5rem; }
.s-eye { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.7rem; }
.s-eye::before { content: ''; display: block; width: 22px; height: 1px; background: var(--gold); }
h2 { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.22; color: var(--ink); }
h2 em { font-style: italic; color: var(--gold); }
h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; color: var(--ink); margin-bottom: 0.6rem; }
.s-lead { margin-top: 0.9rem; font-size: 0.95rem; font-weight: 300; color: var(--ink2); max-width: 520px; line-height: 1.85; }

/* ─── SERVICES GRID ─── */
#services { background: var(--cream2); }
.srv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.srv { background: var(--white); padding: 2.2rem; position: relative; overflow: hidden; transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease); }
.srv:hover { transform: translateY(-5px); box-shadow: var(--sh); }
.srv.hot { background: var(--ink); }
.srv-badge { display: inline-block; font-size: 0.67rem; letter-spacing: 0.15em; text-transform: uppercase; background: var(--cream2); color: var(--gold); padding: 0.28rem 0.8rem; border-radius: 2px; margin-bottom: 1.3rem; }
.srv.hot .srv-badge { background: rgba(201, 168, 76, 0.15); color: var(--gold-lt); }
.srv h3 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 0.6rem; }
.srv.hot h3 { color: var(--cream); }
.srv-desc { font-size: 0.88rem; font-weight: 300; color: var(--ink2); line-height: 1.75; margin-bottom: 1.2rem; }
.srv.hot .srv-desc { color: rgba(250, 248, 243, 0.65); }
.srv-price { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--gold); }
.srv.hot .srv-price { color: var(--gold-lt); }
.srv-price small { font-family: var(--sans); font-size: 0.72rem; font-weight: 300; letter-spacing: 0.04em; }

/* ─── CONTENT GRID (Pages intérieures) ─── */
.content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; align-items: start; }
.prose p { font-size: 0.95rem; font-weight: 300; color: var(--ink2); line-height: 1.85; margin-bottom: 1.2rem; }
.prose h3 { margin-top: 2rem; }
.prose ul, .prose ol { margin: 1rem 0 1.5rem 1.5rem; }
.prose li { font-size: 0.92rem; font-weight: 300; color: var(--ink2); line-height: 1.75; margin-bottom: 0.5rem; }
.types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 1.5rem 0; }
.type { background: var(--white); padding: 1.4rem; border: 0.5px solid var(--border); text-align: center; }
.type-ico { font-size: 1.8rem; margin-bottom: 0.6rem; display: block; }
.type h4 { font-family: var(--serif); font-size: 1rem; font-weight: 400; color: var(--ink); margin-bottom: 0.4rem; }
.type p { font-size: 0.82rem; font-weight: 300; color: var(--ink2); line-height: 1.65; }
.info-box { background: var(--cream2); border-left: 3px solid var(--gold); padding: 1.2rem 1.5rem; margin: 1.5rem 0; border-radius: 0 var(--r) var(--r) 0; }
.info-box p { font-size: 0.88rem; font-weight: 300; color: var(--ink2); margin: 0; line-height: 1.75; }
.check-list { list-style: none; margin: 1rem 0; }
.check-list li { font-size: 0.92rem; font-weight: 300; color: var(--ink2); padding: 0.5rem 0; border-bottom: 1px solid var(--border); display: flex; gap: 0.7rem; line-height: 1.5; }
.check-list li::before { content: '✓'; color: var(--gold); font-size: 0.8rem; flex-shrink: 0; margin-top: 0.15rem; font-weight: 500; }
.sidebar { position: sticky; top: 84px; }
.side-card { background: var(--white); border: 0.5px solid var(--border); border-radius: var(--r); padding: 1.5rem; margin-bottom: 1.2rem; box-shadow: var(--sh); }
.side-card h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; margin-bottom: 1rem; }
.side-price { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; color: var(--gold); line-height: 1; }
.side-price-sub { font-size: 0.78rem; color: var(--ink2); font-weight: 300; margin-top: 0.2rem; margin-bottom: 1.2rem; }
.side-list { list-style: none; margin-bottom: 1.5rem; }
.side-list li { font-size: 0.83rem; font-weight: 300; color: var(--ink2); padding: 0.38rem 0; border-bottom: 1px solid var(--border); display: flex; gap: 0.5rem; }
.side-list li::before { content: '→'; color: var(--gold); font-size: 0.78rem; flex-shrink: 0; }

/* ─── ZONE D'INTERVENTION ─── */
#zone { background: var(--cream2); }
.zone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.zone-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.ztag { font-size: 0.78rem; padding: 0.3rem 0.8rem; background: var(--white); border-radius: 2px; color: var(--ink2); border: 1px solid var(--border); transition: all var(--duration) var(--ease); }
.ztag:hover { border-color: var(--gold); color: var(--gold); }
.ztag.hl { background: var(--gold); color: var(--white); border-color: var(--gold); }
.zone-note { margin-top: 1.8rem; padding: 1.1rem 1.4rem; border-left: 2px solid var(--gold); background: var(--white); font-size: 0.88rem; font-weight: 300; color: var(--ink2); line-height: 1.75; }
.zone-map { border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); aspect-ratio: 4/3; }
.zone-map iframe { width: 100%; height: 100%; border: none; filter: sepia(0.1) contrast(0.95); }

/* ─── AVIS CLIENTS ─── */
#avis { background: var(--ink); }
#avis .s-eye { color: var(--gold-lt); }
#avis .s-eye::before { background: var(--gold-lt); }
#avis h2 { color: var(--cream); }
#avis h2 em { color: var(--gold-lt); }
#avis .s-lead { color: rgba(250, 248, 243, 0.6); }
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.avis { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(139, 105, 20, 0.22); padding: 1.8rem; border-radius: var(--r); }
.stars { color: var(--gold-lt); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 0.9rem; }
.avis-txt { font-family: var(--serif); font-size: 0.98rem; font-style: italic; font-weight: 400; color: rgba(250, 248, 243, 0.85); line-height: 1.72; margin-bottom: 1.2rem; }
.avis-who { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-lt); }
.avis-bar { margin-top: 2.5rem; display: flex; align-items: center; justify-content: space-between; padding: 1.8rem 2rem; background: rgba(139, 105, 20, 0.12); border: 1px solid rgba(139, 105, 20, 0.22); border-radius: var(--r); flex-wrap: wrap; gap: 1.5rem; }
.avis-score-wrap { display: flex; align-items: center; gap: 1.5rem; }
.avis-score { font-family: var(--serif); font-size: 3rem; font-weight: 400; color: var(--gold-lt); line-height: 1; }
.avis-score-info .stars { font-size: 1rem; }
.avis-score-info small { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(250, 248, 243, 0.5); }
.avis-btns { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.btn-gmb { display: inline-flex; align-items: center; gap: 0.55rem; background: var(--gold); color: var(--white); padding: 0.78rem 1.6rem; border-radius: var(--r); font-size: 0.83rem; font-weight: 400; letter-spacing: 0.04em; transition: background var(--duration) var(--ease); }
.btn-gmb:hover { background: var(--gold-lt); }
.btn-gmb-outline { background: transparent; border: 1px solid rgba(201, 168, 76, 0.4); color: var(--gold-lt); }
.btn-gmb-outline:hover { background: rgba(201, 168, 76, 0.1); }
.g-circle { width: 17px; height: 17px; background: var(--white); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; color: #4285F4; flex-shrink: 0; }

/* ─── FAQ ─── */
#faq { background: var(--cream2); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 3rem; }
.faq-list { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 2rem; }
.faq-item { background: var(--white); padding: 0; position: relative; cursor: pointer; border: 0.5px solid var(--border); border-radius: var(--r); overflow: hidden; }
.faq-q { padding: 1.1rem 1.5rem; font-family: var(--serif); font-size: 0.95rem; font-weight: 400; color: var(--ink); display: flex; justify-content: space-between; align-items: center; user-select: none; }
.faq-q::after { content: '+'; font-size: 1.3rem; font-weight: 300; color: var(--gold); transition: transform var(--duration) var(--ease); }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { font-size: 0.9rem; font-weight: 300; color: var(--ink2); line-height: 1.8; padding: 0 1.5rem; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding var(--duration) var(--ease); }
.faq-item.open .faq-a { max-height: 300px; padding: 0.2rem 1.5rem 1.2rem; }

/* ─── CONTACT ─── */
#contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 5rem; align-items: start; }
.contact-cta { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; }
.contact-info h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; margin-bottom: 1rem; }
.contact-info p { font-size: 0.9rem; font-weight: 300; color: var(--ink2); line-height: 1.85; margin-bottom: 2rem; }
.cinfo-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.1rem; }
.cinfo-ico { width: 34px; height: 34px; background: var(--white); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; flex-shrink: 0; }
.cinfo-val strong { display: block; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.1rem; font-weight: 400; }
.cinfo-val span { font-size: 0.9rem; font-weight: 300; color: var(--ink); }
.contact-social { display: flex; gap: 0.7rem; margin-top: 2rem; }
.soc { width: 36px; height: 36px; background: var(--white); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 500; color: var(--ink2); letter-spacing: 0.03em; text-transform: uppercase; transition: all var(--duration) var(--ease); }
.soc:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }

/* ─── FORMULAIRE ─── */
.cform { background: var(--white); padding: 2.5rem; border-radius: var(--r); box-shadow: var(--sh); }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.fg { display: flex; flex-direction: column; gap: 0.38rem; }
.fg.full { grid-column: 1 / -1; }
label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink2); font-weight: 400; }
label .req { color: var(--gold); }
input, select, textarea { font-family: var(--sans); font-size: 0.9rem; font-weight: 300; color: var(--ink); background: var(--cream); border: 1px solid rgba(139, 105, 20, 0.2); border-radius: var(--r); padding: 0.72rem 1rem; width: 100%; outline: none; transition: border-color var(--duration) var(--ease), background var(--duration) var(--ease); -webkit-appearance: none; appearance: none; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); background: var(--white); }
textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.f-foot { margin-top: 1.4rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.f-note { font-size: 0.78rem; font-weight: 300; color: var(--ink2); }
.btn-send { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--ink); color: var(--cream); border: none; padding: 0.85rem 2rem; border-radius: var(--r); font-family: var(--sans); font-size: 0.85rem; font-weight: 400; letter-spacing: 0.06em; cursor: pointer; transition: background var(--duration) var(--ease), transform 0.15s var(--ease); }
.btn-send:hover { background: var(--gold); transform: translateY(-2px); }
.f-ok { display: none; margin-top: 1rem; padding: 0.9rem 1.2rem; background: #edf7ea; border-left: 3px solid #4caf50; color: #1e5c1a; font-size: 0.88rem; border-radius: 2px; }

/* ─── CTA BAND ─── */
.cta-band { background: var(--ink); padding: 4rem 5vw; text-align: center; }
.cta-band h2 { color: var(--cream); margin-bottom: 0.8rem; }
.cta-band p { font-size: 0.95rem; font-weight: 300; color: rgba(250, 248, 243, 0.65); margin-bottom: 2rem; max-width: 500px; margin-left: auto; margin-right: auto; }

/* ─── FOOTER ─── */
footer { background: var(--ink); color: rgba(250, 248, 243, 0.55); padding: 4rem 5vw 2.5rem; }
.ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(139, 105, 20, 0.15); }
.ft-brand .nav-logo { color: var(--cream); display: block; margin-bottom: 1rem; }
.ft-brand p { font-size: 0.85rem; font-weight: 300; line-height: 1.75; }
.ft-col h4 { font-family: var(--serif); font-size: 1rem; font-weight: 400; color: var(--cream); margin-bottom: 1rem; }
.ft-col ul { list-style: none; }
.ft-col ul li { margin-bottom: 0.5rem; }
.ft-col ul li a { font-size: 0.82rem; font-weight: 300; color: rgba(250, 248, 243, 0.5); transition: color var(--duration) var(--ease); }
.ft-col ul li a:hover { color: var(--gold-lt); }
.ft-links { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; padding-bottom: 2rem; border-bottom: 1px solid rgba(139, 105, 20, 0.15); }
.ft-links a { font-size: 0.82rem; font-weight: 300; color: rgba(250, 248, 243, 0.5); transition: color var(--duration) var(--ease); }
.ft-links a:hover { color: var(--gold-lt); }
.ft-bot { padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.ft-bot p { font-size: 0.78rem; }
.ft-legal { display: flex; gap: 1.5rem; }
.ft-legal a { font-size: 0.78rem; color: rgba(250, 248, 243, 0.35); transition: color var(--duration) var(--ease); }
.ft-legal a:hover { color: var(--gold-lt); }

/* ─── ANIMATIONS ─── */
.rv { opacity: 0; transform: translateY(30px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.rv.rv1 { transition-delay: 0.1s; }
.rv.rv2 { transition-delay: 0.2s; }
.rv.rv3 { transition-delay: 0.3s; }
.rv.rv4 { transition-delay: 0.4s; }
.rv.on { opacity: 1; transform: translateY(0); }

/* ─── OFFRES (Page services) ─── */
#offres { background: var(--cream); }
.offres-stack { display: flex; flex-direction: column; gap: 3px; margin-top: 3rem; }
.offre { display: grid; grid-template-columns: 80px 1fr auto; gap: 2.5rem; align-items: start; background: var(--white); padding: 2.5rem; position: relative; transition: box-shadow var(--duration) var(--ease); }
.offre:hover { box-shadow: var(--sh); }
.offre.hot { background: var(--ink); }
.offre-num { font-family: var(--serif); font-size: 3.5rem; font-weight: 400; color: rgba(139, 105, 20, 0.18); line-height: 1; flex-shrink: 0; user-select: none; }
.offre.hot .offre-num { color: rgba(201, 168, 76, 0.15); }
.offre-body h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; color: var(--ink); margin-bottom: 0.5rem; }
.offre.hot .offre-body h3 { color: var(--cream); }
.offre-for { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.9rem; font-weight: 400; }
.offre.hot .offre-for { color: var(--gold-lt); }
.offre-desc { font-size: 0.92rem; font-weight: 300; color: var(--ink2); line-height: 1.82; max-width: 560px; }
.offre.hot .offre-desc { color: rgba(250, 248, 243, 0.7); }
.offre-price { text-align: right; }
.offre-price strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; color: var(--gold); display: block; line-height: 1; }
.offre.hot .offre-price strong { color: var(--gold-lt); }
.offre-price small { font-size: 0.72rem; color: var(--ink2); font-weight: 300; }
.offre.hot .offre-price small { color: rgba(250, 248, 243, 0.5); }

/* ─── PROCESSUS ─── */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.step { background: var(--white); padding: 2rem; text-align: center; }
.step-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; color: var(--gold); margin-bottom: 1rem; opacity: 0.3; }
.step h3 { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.85rem; font-weight: 300; color: var(--ink2); line-height: 1.7; }

/* ─── AUDIENCE ─── */
#audience { padding: 0; }
.aud-wrap { display: grid; grid-template-columns: 1fr 1fr; }
.aud { padding: 5rem 5vw; }
.aud.aud-light { background: var(--cream); }
.aud.aud-dark { background: var(--ink); }
.aud.aud-dark .s-eye { color: var(--gold-lt); }
.aud.aud-dark .s-eye::before { background: var(--gold-lt); }
.aud.aud-dark h3 { color: var(--cream); }
.aud.aud-dark p, .aud.aud-dark li { color: rgba(250, 248, 243, 0.7); }
.aud h3 { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; margin-bottom: 0.8rem; color: var(--ink); }
.aud-p { font-size: 0.92rem; font-weight: 300; color: var(--ink2); line-height: 1.85; margin-bottom: 1.5rem; }
.aud-list { list-style: none; }
.aud-list li { font-size: 0.9rem; font-weight: 300; padding: 0.6rem 0; border-bottom: 1px solid rgba(139, 105, 20, 0.1); display: flex; align-items: center; gap: 0.8rem; }
.aud.aud-dark .aud-list li { border-color: rgba(201, 168, 76, 0.12); }
.aud-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.aud.aud-dark .aud-list li::before { background: var(--gold-lt); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 100px; padding-bottom: 3rem; }
  .hero-img { max-width: 400px; margin: 0 auto; }
  .srv-grid { grid-template-columns: 1fr 1fr; }
  .avis-grid { grid-template-columns: 1fr 1fr; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .zone-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-cta { grid-template-columns: 1fr; }
  .aud-wrap { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .offre { grid-template-columns: 1fr; gap: 1rem; }
  .offre-num { font-size: 2rem; }
  .offre-price { text-align: left; }
}

@media (max-width: 768px) {
  section { padding: 3rem 5vw; }
  .nav-links, .nav-tel { display: none; }
  .ham { display: flex; }
  .mob-nav { display: block; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .hero-stats { flex-direction: column; gap: 1.5rem; }
  .srv-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .avis-grid { grid-template-columns: 1fr; }
  .avis-bar { flex-direction: column; text-align: center; }
  .ft-grid { grid-template-columns: 1fr; text-align: center; }
  .ft-bot { flex-direction: column; text-align: center; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .types-grid { grid-template-columns: 1fr; }
  .fgrid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .page-hero { padding: 6rem 5vw 3rem; }
}

/* ─── UTILITAIRES ─── */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-gold-lt { color: var(--gold-lt); }
.bg-cream { background: var(--cream); }
.bg-cream2 { background: var(--cream2); }
.bg-ink { background: var(--ink); }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
