/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; font-weight: 300; background: #0d0d0d; color: #e0d8cc; line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.25; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.3rem; }
em { font-style: italic; color: #c9a84c; }
strong { color: #e0d8cc; font-weight: 500; }
p { margin-bottom: 1.2rem; color: #8a8070; font-size: 0.95rem; line-height: 1.85; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }

/* NAV */
.urgence-bar { background: #c9a84c; color: #111; text-align: center; padding: 10px 2rem; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.05em; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.urgence-tel { font-weight: 600; border: 1.5px solid #111; padding: 3px 14px; border-radius: 20px; transition: background 0.2s, color 0.2s; }
.urgence-tel:hover { background: #111; color: #c9a84c; }
.navbar { background: rgba(10,10,10,0.97); border-bottom: 1px solid rgba(201,168,76,0.15); display: flex; align-items: center; justify-content: space-between; padding: 1rem 2.5rem; position: sticky; top: 0; z-index: 100; }
.nav-logo { display: flex; flex-direction: column; line-height: 1; gap: 1px; }
.logo-maison { font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 0.18em; color: #c9a84c; text-transform: uppercase; font-weight: 400; }
.logo-sol { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: #f0ece4; font-weight: 500; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { font-size: 0.8rem; letter-spacing: 0.08em; color: #7a7060; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: #c9a84c; }
.nav-cta { background: transparent; border: 1px solid #c9a84c; color: #c9a84c; padding: 0.5rem 1.3rem; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; transition: background 0.2s, color 0.2s; }
.nav-cta:hover { background: #c9a84c; color: #111; }

/* BREADCRUMB */
.breadcrumb { padding: 1rem 0; border-bottom: 1px solid #1a1a1a; }
.breadcrumb nav { font-size: 0.75rem; color: #4a4030; }
.breadcrumb a { color: #5a5040; }
.breadcrumb a:hover { color: #c9a84c; }
.breadcrumb span { margin: 0 6px; }

/* PAGE HERO */
.page-hero { padding: 5rem 0 4rem; background: #111; border-bottom: 1px solid rgba(201,168,76,0.15); }
.page-hero .eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: #c9a84c; display: block; margin-bottom: 1rem; }
.page-hero h1 { color: #f0ece4; margin-bottom: 1.2rem; }
.page-hero .intro { font-size: 1.05rem; color: #7a7060; max-width: 680px; line-height: 1.8; margin-bottom: 2rem; }
.page-hero .cta-row { display: flex; gap: 1rem; flex-wrap: wrap; }

/* BUTTONS */
.btn-gold { display: inline-flex; align-items: center; gap: 8px; background: #c9a84c; color: #111; padding: 0.85rem 2rem; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; transition: background 0.2s, transform 0.15s; }
.btn-gold:hover { background: #d4b660; transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #e0d8cc; padding: 0.85rem 1.8rem; font-size: 0.85rem; border: 1px solid rgba(224,216,204,0.25); transition: border-color 0.2s, color 0.2s; }
.btn-outline:hover { border-color: #c9a84c; color: #c9a84c; }

/* CONTENT LAYOUT */
.content-wrap { display: grid; grid-template-columns: 1fr 340px; gap: 4rem; padding: 5rem 0; align-items: start; }
.main-content h2 { color: #f0ece4; margin: 2.5rem 0 1rem; padding-top: 2rem; border-top: 1px solid #1e1e1e; }
.main-content h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.main-content h3 { color: #c9a84c; font-size: 1.1rem; font-family: 'Inter', sans-serif; font-weight: 500; margin: 1.8rem 0 0.7rem; }
.main-content ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin: 1rem 0 1.5rem; }
.main-content ul li { font-size: 0.9rem; color: #8a8070; padding-left: 1.2rem; position: relative; }
.main-content ul li::before { content: '—'; position: absolute; left: 0; color: #c9a84c; font-size: 0.7rem; top: 2px; }
.highlight-box { background: #141414; border-left: 3px solid #c9a84c; padding: 1.4rem 1.6rem; margin: 2rem 0; border-radius: 0 4px 4px 0; }
.highlight-box p { color: #a09080; font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; margin: 0; }
.price-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.88rem; }
.price-table th { background: #1a1a1a; color: #c9a84c; padding: 0.8rem 1rem; text-align: left; font-weight: 500; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
.price-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #1a1a1a; color: #8a8070; }
.price-table tr:last-child td { border-bottom: none; }
.price-table td:last-child { color: #c9a84c; font-weight: 500; }

/* SIDEBAR */
.sidebar { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card { background: #111; border: 1px solid rgba(201,168,76,0.2); padding: 1.8rem; }
.sidebar-card h3 { font-family: 'Inter', sans-serif; font-size: 0.88rem; color: #c9a84c; font-weight: 500; margin-bottom: 1rem; letter-spacing: 0.05em; }
.sidebar-card p { font-size: 0.85rem; color: #6a6050; margin-bottom: 1rem; }
.sidebar-form input, .sidebar-form select, .sidebar-form textarea {
  width: 100%; background: #0d0d0d; border: 1px solid #2a2a2a; color: #e0d8cc;
  padding: 0.7rem 0.9rem; font-family: 'Inter', sans-serif; font-size: 0.85rem;
  margin-bottom: 0.8rem; outline: none; transition: border-color 0.2s; appearance: none;
}
.sidebar-form input:focus, .sidebar-form select:focus, .sidebar-form textarea:focus { border-color: #c9a84c; }
.sidebar-form input::placeholder, .sidebar-form textarea::placeholder { color: #3a3020; }
.sidebar-form textarea { resize: vertical; min-height: 80px; }
.sidebar-form .btn-submit { width: 100%; background: #c9a84c; color: #111; padding: 0.85rem; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s; }
.sidebar-form .btn-submit:hover { background: #d4b660; }
.sidebar-tel { display: flex; align-items: center; gap: 10px; color: #c9a84c; font-size: 1.1rem; font-weight: 500; margin-top: 0.5rem; }
.sidebar-links { display: flex; flex-direction: column; gap: 0.5rem; }
.sidebar-links a { font-size: 0.8rem; color: #5a5040; transition: color 0.2s; padding-left: 0.8rem; position: relative; }
.sidebar-links a::before { content: '→'; position: absolute; left: 0; color: #3a3020; font-size: 0.7rem; }
.sidebar-links a:hover { color: #c9a84c; }

/* SERVICES MINI CARDS */
.services-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 2rem 0; }
.service-mini-card { background: #141414; padding: 1.2rem; border: 1px solid #1e1e1e; transition: border-color 0.2s; }
.service-mini-card:hover { border-color: rgba(201,168,76,0.3); }
.service-mini-card .tag { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: #c9a84c; margin-bottom: 4px; display: block; }
.service-mini-card h4 { font-size: 0.88rem; color: #d0c8b8; font-family: 'Inter', sans-serif; font-weight: 500; }

/* TEMOIGNAGES MINI */
.temoignages-mini { display: flex; flex-direction: column; gap: 1rem; margin: 2rem 0; }
.temoignage-mini { background: #141414; padding: 1.4rem; border-left: 2px solid rgba(201,168,76,0.3); }
.temoignage-mini .stars { color: #c9a84c; font-size: 0.75rem; margin-bottom: 6px; }
.temoignage-mini p { font-size: 0.85rem; font-style: italic; font-family: 'Cormorant Garamond', serif; color: #8a8070; margin: 0 0 8px; }
.temoignage-mini .author { font-size: 0.75rem; color: #5a5040; }

/* FOOTER */
.footer-mini { background: #080808; border-top: 1px solid #1a1a1a; padding: 2.5rem 0; }
.footer-mini-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
.footer-mini .logo-maison { font-size: 0.65rem; letter-spacing: 0.15em; color: #c9a84c; text-transform: uppercase; }
.footer-mini .logo-sol { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: #f0ece4; }
.footer-mini p { font-size: 0.75rem; color: #3a3020; margin: 0; }
.footer-mini-links { display: flex; gap: 1.5rem; }
.footer-mini-links a { font-size: 0.75rem; color: #3a3020; transition: color 0.2s; }
.footer-mini-links a:hover { color: #c9a84c; }

/* FLOAT */
.float-buttons { position: fixed; bottom: 2rem; right: 2rem; z-index: 200; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.float-btn { display: flex; align-items: center; gap: 8px; padding: 0.75rem 1.4rem; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; transition: transform 0.2s; color: #111; border-radius: 2px; }
.float-btn:hover { transform: translateY(-2px); }
.float-whatsapp { background: #25D366; }
.float-phone { background: #c9a84c; }

@media (max-width: 1024px) { .content-wrap { grid-template-columns: 1fr; } .sidebar { position: static; } }
@media (max-width: 768px) { .nav-links, .nav-cta { display: none; } .services-mini { grid-template-columns: 1fr; } .float-btn span { display: none; } .float-btn { padding: 1rem; border-radius: 50%; width: 52px; height: 52px; justify-content: center; } .float-buttons { right: 1rem; bottom: 1rem; } }
