
/* ═══════════════════════════════════════════════════════
   THEME CLAIR — SURCHARGES POUR PRÉSENTATION SOIGNÉE
   ═══════════════════════════════════════════════════════ */

/* ── Nom de marque dans la navigation ── */
.nav-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.15rem;
  letter-spacing: 2px;
  color: #1E3A5F;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ── Hero title : sombre sur fond clair ── */
.hero-title {
  color: #1E3A5F !important;
  text-shadow: none !important;
}
.hero-title .saumon {
  color: #2563EB !important;
}
.hero-location {
  color: #4A5568 !important;
}
.hero-sub {
  color: #4A5568 !important;
}

/* ── Body & fond général ── */
body {
  background: #F8FAFC !important;
  color: #111827 !important;
}

/* ── Navigation (bandeau blanc épuré) ── */
nav {
  background: rgba(255,255,255,0.97) !important;
  border-bottom: 1px solid rgba(30,58,95,0.1) !important;
  box-shadow: 0 1px 8px rgba(30,58,95,0.06);
}
header.scrolled nav {
  box-shadow: 0 2px 20px rgba(30,58,95,0.12) !important;
}
.nav-links a {
  color: #1E3A5F !important;
}
.nav-links a:hover {
  color: #2563EB !important;
}
.logo-icon {
  background: linear-gradient(135deg, #1E3A5F 0%, #2563EB 100%) !important;
}

/* ── Sections : fond blanc / gris alternés + texte noir ── */
section:nth-child(odd) {
  background: #FFFFFF !important;
}
section:nth-child(even) {
  background: #F1F5F9 !important;
}
section h2, section h3, section p, section span {
  color: inherit;
}
.section-title {
  color: #1E3A5F !important;
}
.section-tag {
  color: #2563EB !important;
}
.section-header {
  border-left: 4px solid #2563EB !important;
}

/* ── Cards épurées ── */
.card {
  background: #FFFFFF !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(30,58,95,0.07) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 30px rgba(30,58,95,0.13) !important;
  border-color: #2563EB !important;
}
.card h3 {
  color: #1E3A5F !important;
}
.card p {
  color: #4B5563 !important;
}

/* ── Zone cards ── */
.zone-card {
  background: #FFFFFF !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(30,58,95,0.07) !important;
}
.zone-card h3 {
  color: #1E3A5F !important;
}
.zone-card p {
  color: #4B5563 !important;
}
.zone-number {
  color: #2563EB !important;
  border-color: rgba(37,99,235,0.25) !important;
}

/* ── Boutons principaux ── */
.btn-primary {
  background: linear-gradient(135deg, #1E3A5F 0%, #2563EB 100%) !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(37,99,235,0.3) !important;
  font-weight: 700 !important;
}
.btn-primary:hover {
  box-shadow: 0 8px 28px rgba(37,99,235,0.45) !important;
  transform: translateY(-2px) !important;
}
.btn-outline {
  border: 2px solid #2563EB !important;
  color: #2563EB !important;
  background: transparent !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}
.btn-outline:hover {
  background: rgba(37,99,235,0.08) !important;
}

/* ── Bouton hero outline sombre (hero a un fond clair) ── */
#hero .btn-outline {
  border: 2px solid #1E3A5F !important;
  color: #1E3A5F !important;
  background: transparent !important;
}
#hero .btn-outline:hover {
  background: #1E3A5F !important;
  color: #FFFFFF !important;
}

/* ── Contact section ── */
#contact {
  background: #F8FAFC !important;
}
#contact .section-title {
  color: #1E3A5F !important;
}
/* Contact blocks with dark background need light text */
.contact-block { background: #1E3A5F !important; border: none !important; }
.contact-block h3 { color: #60A5FA !important; }
.contact-block p { color: rgba(255,255,255,0.7) !important; }
.contact-block a { color: #FFFFFF !important; font-weight: bold !important; }
.contact-block a:hover { color: #93C5FD !important; }

/* ── Footer ── */
footer {
  background: #1E3A5F !important;
  color: #F8FAFC !important;
}
footer h4 {
  color: #FFFFFF !important;
}
footer a {
  color: #CBD5E1 !important;
}
footer a:hover {
  color: #FFFFFF !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12) !important;
  color: rgba(255,255,255,0.6) !important;
}

/* ── Ticker bandeau FIXÉ sous le header ── */
.ticker-wrap {
  overflow: visible !important;
  background: #1E3A5F !important;
  border-top: none !important;
  border-bottom: none !important;
  position: fixed !important;
  top: 70px !important;
  bottom: auto !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99 !important;
  width: 100% !important;
  box-shadow:
    0 8px 28px rgba(30,58,95,0.60),
    0 2px 0 rgba(37,99,235,0.30),
    0 14px 48px rgba(37,99,235,0.10) !important;
}

/* Ondulation en dessous du ticker */
.ticker-wrap::after {
  content: '' !important;
  position: absolute !important;
  bottom: -5px !important;
  left: 0 !important;
  right: 0 !important;
  height: 5px !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 5' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C360,5 1080,5 1440,0 L1440,5 L0,5 Z' fill='%231E3A5F'/%3E%3C/svg%3E") no-repeat center bottom !important;
  background-size: 100% 100% !important;
  pointer-events: none !important;
  opacity: 0.9 !important;
}

.ticker-item {
  color: rgba(255,255,255,0.9) !important;
}
.ticker-sep {
  color: #60A5FA !important;
}


/* ── Scroll-to-top ── */
#scrollTop {
  background: linear-gradient(135deg, #1E3A5F, #2563EB) !important;
  color: #FFF !important;
}

/* ── Service badges ── */
.service-badge {
  background: rgba(37,99,235,0.1) !important;
  color: #2563EB !important;
  border: 1px solid rgba(37,99,235,0.25) !important;
}

/* ── Floating devis btn ── */
#floating-devis-btn {
  background: linear-gradient(135deg, #1E3A5F, #2563EB) !important;
  color: #FFF !important;
  box-shadow: 0 4px 20px rgba(37,99,235,0.4) !important;
}

/* ── Trust bar ── */
.hero-trust-bar {
  background: transparent !important;
  border-left-color: #2563EB !important;
}
.trust-item {
  color: #4A5568 !important;
}
.trust-item strong {
  color: #1E3A5F !important;
}

/* ── Section garantie cards ── */
#garantie .card h3 {
  color: #1E3A5F !important;
}

/* ── Images : pas de filtre sombre ── */
img, video {
  filter: none !important;
}

/* ── Hero badge ── */
.hero-badge {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.4) !important;
  color: rgba(255,255,255,0.95) !important;
}

/* ── Availability badge ── */
.availability-badge.online {
  background: rgba(22,163,74,0.15) !important;
  color: #15803D !important;
  border-color: rgba(22,163,74,0.3) !important;
}
.availability-badge.offline {
  background: rgba(100,116,139,0.1) !important;
  color: #374151 !important;
}

/* ── Contact form inputs sur fond blanc ── */
.contact-form-bottom input,
.contact-form-bottom textarea,
.contact-form-bottom select {
  background: #F8FAFC !important;
  color: #111827 !important;
  border: 1.5px solid #CBD5E1 !important;
}
.contact-form-bottom input::placeholder,
.contact-form-bottom textarea::placeholder {
  color: #9CA3AF !important;
}
.contact-form-bottom {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 2px 12px rgba(30,58,95,0.07) !important;
}
.contact-form-bottom h3 {
  color: #1E3A5F !important;
}

/* ── Undo primary bg on odd sections ── */
#hero {
  background: transparent !important;
}

/* ── FAQ text colors ── */
.faq-section { background: transparent !important; }
.faq-item summary { color: #1E3A5F !important; font-weight: 600; }
.faq-answer { color: #4B5563 !important; }
.faq-item { border-bottom: 1px solid #CBD5E1 !important; }


/* ── Floating Help Button ── */
.help-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2563EB !important;
    color: #FFFFFF !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: transform 0.3s, background 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}
.help-btn:hover {
    background: #1E3A5F !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* ── Fix stretched badges ── */
.badge-before, .badge-after {
    top: auto !important;
    bottom: 10px !important;
    left: 10px !important;
    padding: 6px 14px !important;
    height: auto !important;
    display: inline-block !important;
}

/* ═══════════════════════════════════════════════════════
   HERO 50/50 SPLIT DESIGN
   ═══════════════════════════════════════════════════════ */
#hero.hero-split {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    padding-top: 80px; /* Espace pour la nav */
    background: #FFFFFF !important;
}

.hero-split-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 10%;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}

.hero-split-left .hero-title {
    color: #1E3A5F !important;
    text-shadow: none !important;
    font-size: 3.5rem !important; /* Slightly smaller to fit "ENTREPRISE A.F" */
}

.hero-split-left .hero-badge {
    background: #F1F5F9 !important;
    color: #1E3A5F !important;
    border-color: #E2E8F0 !important;
    align-self: flex-start;
    margin-bottom: 2rem;
}

.hero-split-left .hero-sub {
    color: #4B5563 !important;
}

.hero-split-right {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.hero-split-right .hero-slider {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    inset: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hero-split-right .hero-slider::after {
    display: none !important;
}

@media (max-width: 992px) {
    #hero.hero-split {
        flex-direction: column;
    }
    .hero-split-left {
        padding: 6rem 5% 3rem 5%;
        min-height: 60vh;
    }
    .hero-split-right {
        min-height: 40vh;
        width: 100%;
        position: relative;
    }
}

/* ═══════════════════════════════════════════════════════
   REALISATIONS CONTAINER (AVANT / APRES)
   ═══════════════════════════════════════════════════════ */
.real-pair {
    background: #1E293B;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin: 0 auto;
    max-width: 1000px;
}
.real-pair-title {
    color: #F8FAFC !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    font-family: 'Bebas Neue', 'Inter', sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
.real-pair-images {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}
.real-img-box {
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 350px;
    border: 3px solid #334155;
    background: #0F172A;
}
.real-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
    display: block !important;
}
.real-img-box:hover img {
    transform: scale(1.05) !important;
}
.badge-before, .badge-after {
    position: absolute !important;
    top: auto !important;
    bottom: 15px !important;
    left: 15px !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    font-family: 'Bebas Neue', 'Inter', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    z-index: 2 !important;
    height: auto !important;
    display: inline-block !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4) !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}
.badge-before { background: #dc2626 !important; }
.badge-after { background: #16a34a !important; }

@media (max-width: 768px) {
    .real-pair {
        padding: 1.5rem;
    }
    .real-pair-images {
        flex-direction: column;
    }
    .real-img-box {
        height: 250px;
    }
}

/* ═══════════════════════════════════════════════════════
   HERO FORM & SLIDER FIXES
   ═══════════════════════════════════════════════════════ */
.hero-fast-form {
    background: #F8FAFC;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.hero-fast-form .form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.hero-fast-form input {
    flex: 1;
    padding: 0.8rem 1rem;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
}
.hero-fast-form input:focus {
    border-color: #3B82F6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
@media (max-width: 600px) {
    .hero-fast-form .form-row {
        flex-direction: column;
    }
}

.hero-split-right .hero-slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0; left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.hero-split-right .hero-slider img.active {
    opacity: 1 !important;
}

/* ── FIX HERO CLIPPING & RESPONSIVE ── */
#hero.hero-split {
    min-height: auto !important; /* Allow content to dictate height on small screens */
    padding-top: 0 !important;
}
.hero-split-left {
    justify-content: flex-start !important;
    padding-top: 140px !important; /* Clear the header securely */
    padding-bottom: 3rem !important;
    min-height: 100vh;
}
@media (max-width: 992px) {
    .hero-split-left {
        padding-top: 120px !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        min-height: auto !important;
    }
    .hero-split-right {
        min-height: 350px !important; /* Fixed height for image on mobile */
    }
}
@media (min-width: 993px) {
    .hero-split-left {
        justify-content: center !important;
    }
}


/* ─── RESPONSIVE NAV FIX (auto-applied) ─── */
@media (max-width: 991px) {
    .nav-links { display: none !important; }
    .nav-phone-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
        white-space: nowrap;
        border-radius: 8px;
    }
    .nav-phone-btn .phone-icon { display: none; }
    .nav-phone-btn .phone-text { display: inline; }
}
@media (max-width: 768px) {
    
    .operator-widget { display: none !important; }
    .fixed-action-stack { gap: 1.5rem !important; }
}

/* ══ CONTRAST FIX — texte sombre sur fond clair ══ */
body {
    color: #111827 !important;
}

/* Sections : fond blanc/gris clair, texte sombre */
section {
    color: #111827 !important;
}
section h1, section h2, section h3, section h4, section p, section span, section li {
    color: inherit;
}
.section-title {
    color: #1E3A5F !important;
}
.section-tag {
    color: var(--accent, #2563EB) !important;
}
.hero-title {
    color: #1E3A5F !important;
}
.hero-sub {
    color: #4A5568 !important;
    opacity: 1 !important;
}
.hero-location {
    color: #6B7280 !important;
}

/* Cards : fond blanc, texte sombre */
.card {
    background: #FFFFFF !important;
    color: #111827 !important;
}
.card::before {
    display: none !important;
}
.card h3 {
    color: #1E3A5F !important;
}
.card p {
    color: #4B5563 !important;
    opacity: 1 !important;
}
.card-icon {
    color: var(--accent, #2563EB) !important;
}

/* Services section */
#services {
    background: #FFFFFF !important;
}
#realisations {
    background: #F8FAFC !important;
}
#materiaux {
    background: #FFFFFF !important;
}
#zones {
    background: #F1F5F9 !important;
}
#garantie {
    background: #FFFFFF !important;
}
#contact {
    background: #F8FAFC !important;
}

/* Zone cards */
.zone-card {
    background: #FFFFFF !important;
    color: #111827 !important;
}
.zone-card h3 {
    color: #1E3A5F !important;
}
.zone-card p {
    color: #4B5563 !important;
    opacity: 1 !important;
}
.zone-number {
    color: var(--accent, #2563EB) !important;
    opacity: 1 !important;
}

/* Stat numbers dans hero */
.stat-number {
    color: var(--accent, #2563EB) !important;
}
.stat-label {
    color: #6B7280 !important;
    opacity: 1 !important;
}

/* Service badges */
.service-badge {
    color: var(--accent-dark, #1E40AF) !important;
    background: rgba(37,99,235,0.1) !important;
    border-color: rgba(37,99,235,0.25) !important;
}

/* Mobile nav text */
.mobile-nav a {
    color: #FFFFFF !important;
}

/* Ticker : conserver fond sombre */
.ticker-wrap {
    color: rgba(245,245,245,0.9) !important;
    position: fixed !important;
    top: 70px !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    width: 100% !important;
}
.ticker-item {
    color: rgba(245,245,245,0.9) !important;
}

/* Grain overlay : désactiver sur fond clair */
body::before {
    opacity: 0 !important;
}

/* Real pair container */
.real-pair {
    background: #1E293B !important;
}
.real-pair-title {
    color: #F8FAFC !important;
}

/* Contact blocks */
.contact-block a {
    color: #FFFFFF !important;
}

/* Help popup */
.help-popup-title, .help-popup-sub {
    color: #111827 !important;
}

/* ══ SITE-SPECIFIC DESIGN THEME ══ */
/* ══════════════════════════════════════════════════════════
   THÈME DESIGN : GOURNAY-SUR-MARNE — "Nature & Solidité"
   Typographie : Outfit body / Impact-style titres gros
   Radius : 10px régulier
   Shadow : terres, ambrées profondes
   Style : robuste, naturel, artisan de confiance
   ══════════════════════════════════════════════════════════ */
:root {
    --theme-radius-card: 10px;
    --theme-radius-btn: 8px;
    --theme-shadow-card: 0 6px 24px rgba(60,40,0,0.12);
    --theme-font-heading: 'Outfit', sans-serif;
    --theme-font-body: 'Outfit', sans-serif;
    --theme-letter-spacing: 0.03em;
}
body { font-family: var(--theme-font-body); }
h1, h2, h3, .section-title { 
    font-family: var(--theme-font-heading);
    font-weight: 800;
    letter-spacing: var(--theme-letter-spacing);
}
.card { 
    border-radius: var(--theme-radius-card) !important; 
    box-shadow: var(--theme-shadow-card) !important;
    border-bottom: 3px solid var(--primary);
}
.btn { border-radius: var(--theme-radius-btn) !important; }
.zone-card { border-radius: 10px !important; border-bottom: 3px solid var(--primary); }
.section-line { height: 3px; border-radius: 3px; }

/* ══════════════════════════════════════════════════════════
   NOUVELLE DIRECTION ARTISTIQUE : LUXE & RAFFINEMENT (GOLD & OBSIDIAN)
   ══════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

:root {
    --accent: #C5A059 !important; /* Or Champagne */
    --accent-vif: #D4AF37 !important;
    --accent-dark: #9E7D43 !important;
    --navy: #15181F !important;
    --noir: #15181F !important;
    --blanc: #FAF9F6 !important; /* Ivoire */
    
    --theme-radius-card: 4px !important;
    --theme-radius-btn: 2px !important;
    --theme-font-heading: 'Cormorant Garamond', 'Playfair Display', Georgia, serif !important;
    --theme-font-body: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
}

/* Polices */
body {
    font-family: var(--theme-font-body);
    background: #FAF9F6 !important;
    color: #232323 !important;
}
h1, h2, h3, h4, .section-title, .nav-brand {
    font-family: var(--theme-font-heading);
    letter-spacing: 1px;
}

/* Nom de marque luxueux */
.nav-brand {
    font-family: var(--theme-font-heading);
    font-weight: 500;
    font-size: 1.3rem !important;
    letter-spacing: 3px !important;
    color: #15181F !important;
    text-transform: uppercase;
}

/* Navigation épurée */
nav {
    background: rgba(250, 249, 246, 0.98) !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.15) !important;
}
.nav-links a {
    color: #232323 !important;
    font-family: var(--theme-font-body);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.nav-links a:hover {
    color: var(--accent) !important;
}
.logo-icon {
    background: #15181F !important;
    border: 1px solid var(--accent);
}
.logo-icon svg path {
    fill: var(--accent) !important;
}

/* En-tête de section */
.section-tag {
    font-family: var(--theme-font-heading) !important;
    font-style: italic;
    font-size: 1.3rem !important;
    color: var(--accent) !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    display: block;
    margin-bottom: 0.5rem;
}
.section-title {
    font-size: 2.5rem !important;
    font-weight: 400 !important;
    color: #15181F !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}
.section-header {
    border-left: 2px solid var(--accent) !important;
    padding-left: 1.5rem !important;
}
.section-line {
    background: var(--accent) !important;
    height: 1px !important;
    width: 80px !important;
}

/* Boutons d'exception */
.btn-primary {
    background: #15181F !important;
    color: var(--accent) !important;
    border: 1px solid var(--accent) !important;
    border-radius: var(--theme-radius-btn) !important;
    font-family: var(--theme-font-body) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}
.btn-primary:hover {
    background: var(--accent) !important;
    color: #15181F !important;
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.2) !important;
    transform: translateY(-2px) !important;
}
.btn-outline {
    border: 1px solid #15181F !important;
    color: #15181F !important;
    border-radius: var(--theme-radius-btn) !important;
    font-family: var(--theme-font-body) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    transition: all 0.3s ease !important;
}
.btn-outline:hover {
    background: #15181F !important;
    color: #FAF9F6 !important;
}

/* Cartes luxueuses */
.card {
    background: #FFFFFF !important;
    border: 1px solid rgba(197, 160, 89, 0.15) !important;
    border-radius: var(--theme-radius-card) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02) !important;
    border-bottom: 2px solid var(--accent) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 40px rgba(197, 160, 89, 0.08) !important;
    border-color: var(--accent) !important;
}
.card h3 {
    font-family: var(--theme-font-heading) !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    color: #15181F !important;
}
.card p {
    color: #555555 !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}
.service-badge {
    background: rgba(197, 160, 89, 0.08) !important;
    color: var(--accent) !important;
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
    font-family: var(--theme-font-body) !important;
    font-size: 0.75rem !important;
    letter-spacing: 1px !important;
}

/* Zone d'intervention */
.zone-card {
    background: #FFFFFF !important;
    border: 1px solid rgba(197, 160, 89, 0.15) !important;
    border-radius: var(--theme-radius-card) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02) !important;
    border-bottom: 2px solid var(--accent) !important;
}
.zone-card h3 {
    font-family: var(--theme-font-heading) !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #15181F !important;
}
.zone-number {
    border: 1px solid rgba(197, 160, 89, 0.3) !important;
    color: var(--accent) !important;
    background: rgba(197, 160, 89, 0.05) !important;
}

/* Alternance sections */
section:nth-child(odd) {
    background: #FFFFFF !important;
}
section:nth-child(even) {
    background: #FAF9F6 !important;
}

/* Hero Section Luxe */
#hero.hero-split {
    background: #FAF9F6 !important;
}
.hero-split-left {
    background: #FAF9F6 !important;
}
.hero-split-left .hero-badge {
    background: rgba(197, 160, 89, 0.08) !important;
    color: var(--accent) !important;
    border: 1px solid rgba(197, 160, 89, 0.25) !important;
    font-family: var(--theme-font-body);
    font-size: 0.8rem;
    letter-spacing: 1px;
}
.hero-split-left .hero-title {
    font-family: var(--theme-font-heading) !important;
    font-weight: 400 !important;
    font-size: 4rem !important;
    color: #15181F !important;
    line-height: 1.1 !important;
}
.hero-split-left .hero-title .saumon {
    color: var(--accent) !important;
    font-style: italic;
}
.hero-split-left .hero-location {
    color: #888888 !important;
    font-family: var(--theme-font-body) !important;
    font-size: 1rem !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
}
.hero-split-left .hero-sub {
    font-size: 1.1rem !important;
    color: #555555 !important;
    line-height: 1.7 !important;
}

/* Formulaire Hero */
.hero-fast-form {
    background: #FFFFFF !important;
    border: 1px solid rgba(197, 160, 89, 0.15) !important;
    border-radius: var(--theme-radius-card) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03) !important;
    border-top: 3px solid var(--accent) !important;
}
.hero-fast-form h3 {
    font-family: var(--theme-font-heading) !important;
    font-weight: 500 !important;
    color: #15181F !important;
}
.hero-fast-form input {
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
    border-radius: 2px !important;
    font-family: var(--theme-font-body);
    background: #FAF9F6 !important;
}
.hero-fast-form input:focus {
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 2px rgba(197, 160, 89, 0.1) !important;
}

/* Bandeau d'urgence fixe / Ticker */
.ticker-wrap {
    background: #15181F !important;
    border-top: none !important;
    border-bottom: none !important;
    position: fixed !important;
    top: 70px !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    width: 100% !important;
}
.ticker-item {
    color: #FAF9F6 !important;
    font-family: var(--theme-font-body) !important;
    font-size: 0.8rem !important;
    letter-spacing: 1.5px !important;
}
.ticker-sep {
    color: var(--accent) !important;
}
#call-fixed {
    background: rgba(21, 24, 31, 0.96) !important;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(197, 160, 89, 0.3) !important;
    color: #FAF9F6 !important;
}

/* Section Avis Clients */
.reviews-section {
    background: #15181F !important;
    color: #FAF9F6 !important;
    padding: 6rem 2rem !important;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}
.rh-score {
    color: var(--accent) !important;
    font-family: var(--theme-font-heading) !important;
    font-size: 3rem !important;
}
.review-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(197, 160, 89, 0.12) !important;
    border-radius: var(--theme-radius-card) !important;
}
.rc-stars {
    color: var(--accent) !important;
}
.rc-avatar {
    background: var(--accent) !important;
    color: #15181F !important;
}
.rc-name {
    color: #FFFFFF !important;
}

/* FAQ */
.faq-item summary {
    font-family: var(--theme-font-heading) !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #15181F !important;
}
.faq-item summary::after {
    color: var(--accent) !important;
}

/* Contact */
.contact-form-bottom {
    background: #FFFFFF !important;
    border: 1px solid rgba(197, 160, 89, 0.15) !important;
    border-top: 3px solid var(--accent) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03) !important;
}
.contact-form-bottom h3 {
    font-family: var(--theme-font-heading) !important;
    font-weight: 500 !important;
    color: #15181F !important;
}
.contact-form-bottom input, .contact-form-bottom textarea {
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
    background: #FAF9F6 !important;
}
.contact-block {
    background: #15181F !important;
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
    border-radius: var(--theme-radius-card);
}
.contact-block h3 {
    color: var(--accent) !important;
    font-family: var(--theme-font-heading) !important;
    font-weight: 500;
}
.contact-block a {
    color: #FFFFFF !important;
}

/* Realisations (Avant/Après) */
.real-pair {
    background: #15181F !important;
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
}
.real-pair-title {
    font-family: var(--theme-font-heading) !important;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    color: #FFFFFF !important;
    letter-spacing: 2px !important;
}
.real-img-box {
    border: 1px solid rgba(197, 160, 89, 0.3) !important;
}
.badge-before {
    background: #15181F !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
}
.badge-after {
    background: var(--accent) !important;
    color: #15181F !important;
}

/* Footer */
footer {
    background: #15181F !important;
    color: #FAF9F6 !important;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}
footer h4 {
    color: var(--accent) !important;
    font-family: var(--theme-font-heading) !important;
    font-weight: 500;
    letter-spacing: 2px;
}
footer a {
    color: #BBBBBB !important;
}
footer a:hover {
    color: var(--accent) !important;
}

/* Floating Help Button */
.help-btn {
    background: var(--accent) !important;
    color: #15181F !important;
    border: 1px solid #15181F;
    border-radius: 0px !important;
    letter-spacing: 1px;
    font-family: var(--theme-font-body);
    font-size: 0.95rem !important;
}
.help-btn:hover {
    background: #15181F !important;
    color: var(--accent) !important;
    border-color: var(--accent);
}

/* ── Section Engagements & Slideshow Interactif ── */
.engagements-section {
    padding: 6rem 2rem !important;
    background: #FAF9F6 !important;
    border-top: 1px solid rgba(197, 160, 89, 0.1);
    border-bottom: 1px solid rgba(197, 160, 89, 0.1);
}
.engagements-container {
    max-width: 1200px;
    margin: 3rem auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
}

/* Onglets gauches */
.engagements-tabs {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.engagement-tab-btn {
    background: #FFFFFF !important;
    border: 1px solid rgba(197, 160, 89, 0.15) !important;
    border-radius: var(--theme-radius-card) !important;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.engagement-tab-btn:hover {
    border-color: var(--accent) !important;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(197, 160, 89, 0.04);
}
.engagement-tab-btn.active {
    border-color: var(--accent) !important;
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.08);
    transform: translateX(8px);
}
.tab-num {
    font-family: var(--theme-font-heading) !important;
    font-size: 2.2rem;
    color: #CBD5E1;
    line-height: 1;
    transition: color 0.3s ease;
}
.engagement-tab-btn.active .tab-num {
    color: var(--accent);
}
.tab-text h3 {
    font-family: var(--theme-font-heading) !important;
    font-weight: 500 !important;
    font-size: 1.3rem !important;
    margin: 0 0 0.2rem 0;
    color: #15181F;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.tab-text p {
    font-family: var(--theme-font-body) !important;
    font-size: 0.85rem;
    margin: 0;
    color: #666666;
    line-height: 1.4;
}
.tab-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FAF9F6;
}
.tab-progress-fill {
    width: 0%;
    height: 100%;
    background: var(--accent);
    transition: width 0.1s linear;
}

/* Viewer droit */
.engagements-viewer {
    position: relative;
    border-radius: var(--theme-radius-card) !important;
    border: 1px solid rgba(197, 160, 89, 0.2);
    overflow: hidden;
    height: 480px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    background: #15181F;
}
.engagement-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease-in-out;
}
.engagement-slide.active {
    opacity: 1;
    z-index: 2;
}
.engagement-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    transition: transform 6s ease;
}
.engagement-slide.active img {
    transform: scale(1.06);
}
.engagement-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    background: linear-gradient(to top, rgba(21, 24, 31, 0.95) 0%, rgba(21, 24, 31, 0.7) 60%, transparent 100%);
    color: #FFFFFF;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.slide-badge-val {
    align-self: flex-start;
    font-family: var(--theme-font-body) !important;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 1px;
    background: var(--accent);
    color: #15181F;
    padding: 0.3rem 0.8rem;
    border-radius: 0px;
    text-transform: uppercase;
}
.engagement-slide-overlay h3 {
    font-family: var(--theme-font-heading) !important;
    font-size: 2.2rem;
    font-weight: 400 !important;
    margin: 0;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1.1;
}
.engagement-slide-overlay p {
    font-family: var(--theme-font-body) !important;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    color: #DDDDDD;
    max-width: 90%;
}
.slide-stats {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
}
.slide-stat-item {
    display: flex;
    flex-direction: column;
}
.stat-val {
    font-family: var(--theme-font-heading) !important;
    font-size: 2rem;
    color: var(--accent);
    line-height: 1;
}
.stat-lbl {
    font-family: var(--theme-font-body) !important;
    font-size: 0.75rem;
    color: #AAAAAA;
}

/* Responsive */
@media (max-width: 991px) {
    .engagements-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .engagements-tabs {
        order: 2;
    }
    .engagements-viewer {
        order: 1;
        height: 380px;
    }
    .engagement-slide-overlay {
        padding: 2rem 1.5rem 1.5rem 1.5rem;
    }
    .engagement-slide-overlay h3 {
        font-size: 1.8rem;
    }
}

/* ── Section Expertise Detail Sticky (Fenetre Fixe / Defilement Corrélation) ── */
.expertise-detail-section {
    padding: 8rem 2rem !important;
    background: #FFFFFF !important;
    border-top: 1px solid rgba(197, 160, 89, 0.1);
    border-bottom: 1px solid rgba(197, 160, 89, 0.1);
}
.expertise-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 5rem;
    align-items: start;
}
.expertise-sticky-panel {
    position: sticky;
    top: 120px;
    height: 520px;
    background: #15181F;
    border: 1px solid rgba(197, 160, 89, 0.25);
    border-radius: var(--theme-radius-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    color: #FFFFFF;
    box-shadow: 0 30px 60px rgba(0,0,0,0.06);
}
.sticky-win-header {
    border-bottom: 1px solid rgba(197, 160, 89, 0.15);
    padding-bottom: 1.5rem;
}
.sticky-win-header span {
    font-family: var(--theme-font-body);
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--accent);
    text-transform: uppercase;
}
.sticky-win-header h3 {
    font-family: var(--theme-font-heading);
    font-size: 2.2rem;
    margin: 0.5rem 0 0 0;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
}
.sticky-win-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 2rem 0;
}
.win-visual {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.win-visual.active {
    opacity: 1;
    transform: translateY(0);
}
.sticky-win-footer {
    border-top: 1px solid rgba(197, 160, 89, 0.15);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    font-family: var(--theme-font-body);
    font-size: 0.8rem;
    color: #AAAAAA;
}
.sticky-win-footer strong {
    color: var(--accent);
}
.expertise-scrolling-content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.expertise-chapter {
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(197, 160, 89, 0.1);
}
.expertise-chapter:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.chapter-num {
    font-family: var(--theme-font-heading);
    font-size: 3.5rem;
    color: rgba(197, 160, 89, 0.15);
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 300;
}
.expertise-chapter h3 {
    font-family: var(--theme-font-heading);
    font-size: 2rem;
    font-weight: 400;
    color: #15181F;
    margin: 0 0 1.2rem 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.expertise-chapter p {
    font-family: var(--theme-font-body);
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 1.5rem;
}
.expertise-chapter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.expertise-chapter li {
    font-family: var(--theme-font-body);
    font-size: 0.9rem;
    color: #444444;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.expertise-chapter li::before {
    content: "◆";
    color: var(--accent);
    font-size: 0.65rem;
}

    @media (max-width: 991px) {
        .expertise-grid {
            grid-template-columns: 1fr;
            gap: 3rem;
        }
        .expertise-sticky-panel {
            position: relative;
            top: 0;
            height: auto;
            padding: 2.5rem 2rem;
            min-height: 300px;
        }
    }
}

/* ── Premium Service Cards (Text-Media) Luxe ── */
.services-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto 0 auto;
}
.service-card-premium {
    background: #FFFFFF;
    border-radius: var(--theme-radius-card);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(197, 160, 89, 0.15);
    border-bottom: 2px solid var(--accent);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}
.service-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(197, 160, 89, 0.1);
    border-color: var(--accent);
}
.service-img-box {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(197, 160, 89, 0.12);
}
.service-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.service-card-premium:hover .service-img-box img {
    transform: scale(1.05);
}
.service-card-premium h3 {
    margin-top: 0;
    font-family: var(--theme-font-heading) !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    color: #15181F;
    letter-spacing: 1px;
}
.service-card-premium p {
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.6;
}
.service-badge-premium {
    background: rgba(197, 160, 89, 0.06) !important;
    color: var(--accent) !important;
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
}

/* Réduction des espaces vides (paddings) excessifs sur mobile et optimisation luxe */
@media (max-width: 768px) {
    /* Cache les widgets redondants qui encombrent l'écran */
    .help-btn {
        display: none !important;
    }
    
    
    /* En-tête mobile épuré */
    header nav {
        padding: 0.8rem 1.2rem !important;
        height: 70px !important;
        border-bottom: 1px solid rgba(197, 160, 89, 0.15) !important;
    }
    .nav-brand {
        font-size: 1.1rem !important;
        letter-spacing: 2px !important;
    }
    
    /* Bouton d'appel header discret */
    .nav-phone-btn {
        padding: 0.5rem 0.9rem !important;
        font-size: 0.8rem !important;
        letter-spacing: 1px !important;
        border-radius: 2px !important;
    }
    
    /* Titres hero et section plus fins */
    .hero-split-left .hero-title {
        font-size: 2.6rem !important;
        letter-spacing: 1px !important;
        margin-top: 1rem !important;
    }
    .hero-split-left .hero-sub {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    .section-title {
        font-size: 2.2rem !important;
        letter-spacing: 1px !important;
    }
    .section-tag {
        font-size: 1.1rem !important;
    }
    
    /* Formulaire hero plus compact */
    .hero-fast-form {
        padding: 1.2rem !important;
        margin-bottom: 1.5rem !important;
    }
    .hero-fast-form h3 {
        font-size: 1.1rem !important;
    }
    
    /* Sticky call bar au bas de l'écran ultra fine */
    .sticky-call-bar {
        height: 60px !important;
        background: rgba(21, 24, 31, 0.98) !important;
        backdrop-filter: blur(10px) !important;
        border-top: 1px solid rgba(197, 160, 89, 0.3) !important;
    }
    .sticky-call-bar a {
        font-size: 0.85rem !important;
        font-family: var(--theme-font-body) !important;
        text-transform: uppercase !important;
        letter-spacing: 1.5px !important;
        color: #FFFFFF !important;
    }
    .sticky-call-bar a.stk-call {
        border-right: 1px solid rgba(197, 160, 89, 0.2) !important;
        color: var(--accent) !important;
    }
    
    /* Section Expertise (Feneître fixe) sur mobile */
    .expertise-sticky-panel {
        padding: 1.8rem !important;
        min-height: auto !important;
        border-bottom: 2px solid var(--accent) !important;
    }
    .sticky-win-header h3 {
        font-size: 1.8rem !important;
    }
    .win-visual span {
        font-size: 2.8rem !important;
    }
    .expertise-scrolling-content {
        gap: 3rem !important;
        margin-top: 2rem !important;
    }
    .expertise-chapter {
        padding-bottom: 2.5rem !important;
    }
    .chapter-num {
        font-size: 2.8rem !important;
    }
    
    /* Section Engagements sur mobile */
    .engagements-viewer {
        height: 340px !important;
    }
    .engagement-slide-overlay {
        padding: 1.5rem !important;
    }
    .engagement-slide-overlay h3 {
        font-size: 1.6rem !important;
    }
    .engagement-slide-overlay p {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
        max-width: 100% !important;
    }
    .slide-stats {
        gap: 1.2rem !important;
        margin-top: 0.8rem !important;
        padding-top: 0.8rem !important;
    }
    .stat-val {
        font-size: 1.6rem !important;
    }
    
    /* Onglets engagements mobiles */
    .engagements-tabs {
        gap: 0.8rem !important;
    }
    .engagement-tab-btn {
        padding: 1rem !important;
        gap: 1rem !important;
    }
    .tab-num {
        font-size: 1.6rem !important;
    }
    .tab-text h3 {
        font-size: 0.95rem !important;
    }
    .tab-text p {
        font-size: 0.75rem !important;
    }
    
    /* Espacement global */
    section {
        padding: 3rem 1.2rem !important;
    }
    .expertise-detail-section {
        padding: 3rem 1.2rem !important;
    }
    .engagements-section {
        padding: 3rem 1.2rem !important;
    }
    
    /* Réductions des grilles */
    .services-grid-premium {
        gap: 1.5rem !important;
        margin-top: 2rem !important;
    }
    .grid {
        gap: 1.5rem !important;
    }
    .real-pair {
        padding: 1.2rem !important;
        gap: 1.5rem !important;
    }
    .real-img-box {
        height: 220px !important;
    }
}

/* ═══════════════════════════════════════════════════════
   SECTION ARTISAN AU TRAVAIL — PREMIUM SPLIT LAYOUT
   ═══════════════════════════════════════════════════════ */

#artisan-section {
  padding: 0 !important;
  overflow: hidden !important;
  background: #0f2240 !important;
  position: relative !important;
}

.artisan-hero-section {
  position: relative;
}

.artisan-content-wrap {
  display: flex;
  align-items: stretch;
  min-height: 600px;
  max-width: 100%;
}

.artisan-text-col {
  flex: 1;
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #0f2240 0%, #1a3a6e 100%);
  position: relative;
  z-index: 2;
}

.artisan-text-col::after {
  content: '';
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(135deg, #0f2240 0%, #1a3a6e 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 3;
}

.artisan-big-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: 4px;
  line-height: 0.95;
  color: #FFFFFF;
  margin: 1rem 0 1.5rem;
  position: relative;
  z-index: 4;
}

.artisan-big-title span {
  color: #F5B800;
  display: block;
}

.artisan-desc {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
  max-width: 460px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 4;
}

.artisan-badges-row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 4;
}

.artisan-badge-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(245,184,0,0.3);
  border-radius: 8px;
  padding: 0.6rem 1rem;
  transition: background 0.2s;
}

.artisan-badge-item:hover {
  background: rgba(245,184,0,0.12);
}

.artisan-badge-item .ab-icon {
  font-size: 1.4rem;
}

.artisan-badge-item strong {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #F5B800;
  line-height: 1;
}

.artisan-badge-item small {
  display: block;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.artisan-img-col {
  flex: 1;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.artisan-img-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.artisan-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 5s ease;
  filter: brightness(0.88) contrast(1.05);
}

.artisan-img-frame:hover img {
  transform: scale(1.04);
}

.artisan-img-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: linear-gradient(135deg, #1E3A5F, #2563EB);
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2.5px;
  padding: 0.5rem 1.1rem;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  z-index: 5;
}

/* ── Responsive Artisan Section ── */
@media (max-width: 900px) {
  .artisan-content-wrap {
    flex-direction: column;
    min-height: auto;
  }
  .artisan-text-col {
    padding: 3.5rem 2rem;
    order: 2;
  }
  .artisan-text-col::after {
    display: none;
  }
  .artisan-img-col {
    min-height: 320px;
    order: 1;
  }
  .artisan-img-frame {
    position: relative;
    height: 320px;
  }
  .artisan-img-frame img {
    position: absolute;
    inset: 0;
  }
  .artisan-badges-row {
    gap: 0.8rem;
  }
  .artisan-badge-item {
    padding: 0.4rem 0.7rem;
  }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE COMPLET — MOBILE FIRST (320px → 1440px)
   ═══════════════════════════════════════════════════════ */

/* ── Ticker sous le header : ajustement top si header réduit en mobile ── */
@media (max-width: 768px) {
  .ticker-wrap {
    top: 60px !important;
    padding: 0.45rem 0 !important;
  }
  main {
    padding-top: 104px !important; /* 60px header + 44px ticker */
  }
}

/* ── Hero 50/50 mobile ── */
@media (max-width: 900px) {
  #hero {
    flex-direction: column !important;
    min-height: auto !important;
  }
  .hero-left, .hero-split-left {
    width: 100% !important;
    padding: 7rem 1.5rem 2rem !important;
  }
  .hero-right, .hero-split-right {
    width: 100% !important;
    padding: 0 1.5rem 2rem !important;
    min-height: 55vw !important;
  }
  .hero-slider {
    aspect-ratio: 16/9 !important;
    border-radius: 12px !important;
  }
  .hero-title {
    font-size: clamp(2.2rem, 8vw, 3.5rem) !important;
    line-height: 1.05 !important;
  }
  .hero-sub {
    font-size: 1rem !important;
  }
  .hero-ctas {
    flex-direction: column !important;
    gap: 0.8rem !important;
  }
  .hero-ctas a, .hero-ctas button {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero-stats {
    gap: 1.5rem !important;
    flex-wrap: wrap !important;
  }
  .hero-fast-form {
    padding: 1.2rem !important;
  }
  .form-row {
    flex-direction: column !important;
    gap: 0.8rem !important;
  }
  .hero-contact-bar {
    flex-direction: column !important;
    gap: 0.5rem !important;
    text-align: center !important;
  }
}

/* ── Navigation mobile ── */
@media (max-width: 768px) {
  nav {
    padding: 0 1rem !important;
    height: 60px !important;
  }
  .nav-links {
    display: none !important;
  }
  .nav-brand {
    font-size: 0.95rem !important;
    letter-spacing: 1px !important;
  }
  .btn-call .btn-text {
    display: none !important;
  }
  .btn-call .btn-icon {
    margin: 0 !important;
  }
  .btn-call {
    padding: 0.5rem 0.8rem !important;
    font-size: 1rem !important;
  }
}

/* ── Sections padding mobile ── */
@media (max-width: 768px) {
  section {
    padding: 3.5rem 1.2rem !important;
  }
  .section-title {
    font-size: clamp(1.8rem, 6vw, 2.8rem) !important;
    letter-spacing: 1.5px !important;
  }
  .section-header {
    margin-bottom: 2rem !important;
    padding-left: 1rem !important;
  }
}

/* ── Services grid mobile ── */
@media (max-width: 768px) {
  .services-grid-premium {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .service-card-premium {
    flex-direction: column !important;
  }
  .service-img-box {
    width: 100% !important;
    height: 200px !important;
    min-width: unset !important;
  }
}

/* ── Artisan section mobile ── */
@media (max-width: 768px) {
  .artisan-content-wrap {
    flex-direction: column !important;
    min-height: auto !important;
  }
  .artisan-text-col {
    padding: 3rem 1.5rem !important;
    order: 2 !important;
  }
  .artisan-text-col::after {
    display: none !important;
  }
  .artisan-img-col {
    min-height: 280px !important;
    order: 1 !important;
  }
  .artisan-img-frame {
    position: relative !important;
    height: 280px !important;
  }
  .artisan-img-frame img {
    position: absolute !important;
    inset: 0 !important;
  }
  .artisan-big-title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }
  .artisan-badges-row {
    gap: 0.6rem !important;
  }
  .artisan-badge-item {
    padding: 0.4rem 0.6rem !important;
    font-size: 0.85rem !important;
  }
}

/* ── Réalisations avant/après mobile ── */
@media (max-width: 768px) {
  .real-pair-images {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .real-img-box {
    height: 220px !important;
    min-height: unset !important;
  }
  .real-layout-v2 {
    gap: 2.5rem !important;
  }
}

/* ── Engagements slideshow mobile ── */
@media (max-width: 768px) {
  .engagements-container {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }
  .engagements-tabs {
    flex-direction: row !important;
    overflow-x: auto !important;
    gap: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    scrollbar-width: none !important;
  }
  .engagements-tabs::-webkit-scrollbar {
    display: none !important;
  }
  .engagement-tab-btn {
    min-width: 140px !important;
    flex-shrink: 0 !important;
    padding: 0.8rem 1rem !important;
  }
  .tab-num {
    font-size: 1.2rem !important;
  }
  .tab-text h3 {
    font-size: 0.75rem !important;
    letter-spacing: 1px !important;
  }
  .engagement-slide {
    min-height: 320px !important;
  }
  .slide-overlay-content {
    padding: 1.5rem !important;
  }
  .slide-title {
    font-size: clamp(1.4rem, 5vw, 2rem) !important;
  }
  .slide-stats {
    gap: 1rem !important;
    flex-wrap: wrap !important;
  }
}

/* ── Matériaux mobile ── */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }
  .card {
    padding: 1.2rem 1rem !important;
  }
}
@media (max-width: 480px) {
  .grid {
    grid-template-columns: 1fr !important;
  }
}

/* ── Zones mobile ── */
@media (max-width: 768px) {
  .zones-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }
  .zone-number {
    font-size: 2rem !important;
  }
}
@media (max-width: 480px) {
  .zones-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ── Contact form mobile ── */
@media (max-width: 768px) {
  .contact-row {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    padding: 0 !important;
  }
  .contact-block {
    padding: 1.2rem !important;
  }
}

/* ── Footer mobile ── */
@media (max-width: 768px) {
  footer {
    padding: 3rem 1.2rem 2rem !important;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important;
  }
  .footer-col:first-child {
    grid-column: 1 / -1 !important;
  }
}
@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .footer-col:first-child {
    grid-column: auto !important;
  }
}

/* ── Scroll-to-top + help btn mobile ── */
@media (max-width: 768px) {
  #scrollTop {
    bottom: 70px !important;
    right: 1rem !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 1rem !important;
  }
  .help-btn {
    bottom: 120px !important;
    right: 1rem !important;
    padding: 0.6rem 1rem !important;
    font-size: 0.85rem !important;
  }
  .call-fixed-wrap {
    padding: 0.6rem 1rem !important;
    gap: 0.8rem !important;
    flex-direction: column !important;
    text-align: center !important;
  }
}

/* ── GMB ticker badge mobile ── */
@media (max-width: 768px) {
  .gmb-ticker-fixed {
    bottom: 1rem !important;
    left: 1rem !important;
    right: auto !important;
    font-size: 0.8rem !important;
    padding: 0.4rem 0.8rem !important;
  }
}

/* ── Expertise detail section mobile ── */
@media (max-width: 768px) {
  .expertise-layout {
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .expertise-img-col {
    width: 100% !important;
    height: 250px !important;
  }
  .expertise-text-col {
    width: 100% !important;
    padding: 0 !important;
  }
}

/* ── Very small screens (320px) ── */
@media (max-width: 360px) {
  .hero-title, .artisan-big-title {
    font-size: 2rem !important;
  }
  .section-title {
    font-size: 1.7rem !important;
  }
  .btn-primary, .btn-outline {
    padding: 0.7rem 1.2rem !important;
    font-size: 1rem !important;
  }
  .artisan-badges-row {
    flex-direction: column !important;
  }
}

/* ==========================================================================
   FIX GMB TICKER DISPLAY (UNIFIED STYLE - OVERRIDES DEFAULT BLUE LINKS)
   ========================================================================== */
.gmb-ticker-fixed {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    z-index: 99999 !important;
    background: #ffffff !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
    display: flex !important;
    align-items: center !important;
    padding: 8px 16px !important;
    gap: 8px !important;
    border: 1px solid #e2e8f0 !important;
    transition: transform 0.3s ease !important;
    pointer-events: auto !important;
}
.gmb-ticker-fixed:hover {
    transform: translateY(-3px) !important;
}
.gmb-ticker-fixed a {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    color: #1f2937 !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    font-family: 'Inter', sans-serif !important;
}
.gmb-stars {
    color: #fbbc05 !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    display: inline-block !important;
}
.gmb-logo {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
}
@media (max-width: 900px) {
    .gmb-ticker-fixed {
        bottom: 80px !important; /* Above standard mobile elements */
        left: 10px !important;
        padding: 6px 12px !important;
    }
    .gmb-ticker-fixed a {
        font-size: 0.78rem !important;
    }
}
