/* ============================================
   STYLE.CSS – Opus Conception
   Direction Artistique : Provençal Brut
   ============================================ */

/* --- NOISE TEXTURE (inline SVG) --- */
@keyframes grain{0%,100%{transform:translate(0,0)}10%{transform:translate(-5%,-10%)}30%{transform:translate(3%,-15%)}50%{transform:translate(12%,9%)}70%{transform:translate(9%,4%)}90%{transform:translate(-1%,7%)}}

:root{
  --bg:#F7F3EE;
  --bg-warm:#EDE6DB;
  --bg-white:#FFFFFF;
  --bg-dark:#1E2420;
  --bg-dark-soft:#2B3A33;
  --text:#1C1C1C;
  --text-body:#3D3832;
  --text-muted:#7A7267;
  --text-light:#A69E93;
  --accent:#BF4A30;
  --accent-hover:#A33D27;
  --accent-soft:rgba(191,74,48,0.08);
  --accent-border:rgba(191,74,48,0.2);
  --forest:#2B3A33;
  --forest-light:#3D5347;
  --cream:#F7F3EE;
  --white:#FFFFFF;
  --border:#DDD5CA;
  --border-light:#EAE4DC;
  --font-display:'Syne',sans-serif;
  --font-body:'Outfit',sans-serif;
  --max-w:1180px;
  --radius:4px;
  --radius-lg:8px;
  --ease:cubic-bezier(.4,0,.2,1);
  --speed:.35s;
}

/* --- RESET --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{background:var(--bg);color:var(--text-body);font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.7;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none}
button{font-family:inherit}

::selection{background:var(--accent);color:var(--white)}

/* --- NOISE OVERLAY (used on certain sections) --- */
.noise::after{content:'';position:absolute;inset:0;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px;animation:grain 8s steps(10) infinite}

/* ======================
   NAVBAR
   ====================== */
.navbar{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(247,243,238,0.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);transition:background var(--speed) var(--ease),box-shadow var(--speed) var(--ease)}
.navbar.scrolled{background:rgba(247,243,238,0.98);box-shadow:0 1px 12px rgba(0,0,0,0.06)}
.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.logo{display:flex;flex-direction:column;gap:1px}
.logo-text{font-family:var(--font-display);font-weight:800;font-size:1.2rem;letter-spacing:-.01em;color:var(--text);line-height:1.1;text-transform:uppercase}
.logo-sub{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-weight:400}
.nav-links{display:flex;gap:2.2rem}
.nav-links a{font-size:.82rem;font-weight:500;color:var(--text-muted);transition:color var(--speed) var(--ease);position:relative}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--accent);transition:width var(--speed) var(--ease)}
.nav-links a:hover,.nav-links a.active{color:var(--text)}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.btn-devis{padding:.55rem 1.4rem;background:var(--accent);color:var(--white);font-size:.78rem;font-weight:500;letter-spacing:.04em;border-radius:var(--radius);transition:background var(--speed) var(--ease),transform var(--speed) var(--ease);white-space:nowrap}
.btn-devis:hover{background:var(--accent-hover);transform:translateY(-1px)}

/* Burger */
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.burger span{display:block;width:22px;height:2px;background:var(--text);transition:var(--speed) var(--ease);border-radius:1px}
.mobile-menu{display:none;flex-direction:column;padding:1.2rem 2rem 1.8rem;gap:1rem;border-top:1px solid var(--border-light);background:rgba(247,243,238,0.98)}
.mobile-menu a{font-size:.95rem;color:var(--text-muted);font-weight:500}
.mobile-menu a:hover{color:var(--accent)}
.btn-devis-mobile{display:inline-block;padding:.7rem 1.4rem;background:var(--accent);color:var(--white)!important;font-weight:500;border-radius:var(--radius);text-align:center;font-size:.85rem}
.mobile-menu.open{display:flex}

/* ======================
   BUTTONS
   ====================== */
.btn-primary{display:inline-block;padding:.85rem 2rem;background:var(--accent);color:var(--white);font-weight:500;font-size:.84rem;letter-spacing:.02em;border-radius:var(--radius);transition:background var(--speed) var(--ease),transform var(--speed) var(--ease)}
.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}
.btn-outline{display:inline-block;padding:.85rem 2rem;border:1.5px solid var(--border);color:var(--text);font-size:.84rem;font-weight:500;letter-spacing:.02em;border-radius:var(--radius);transition:border-color var(--speed) var(--ease),color var(--speed) var(--ease)}
.btn-outline:hover{border-color:var(--accent);color:var(--accent)}
.btn-outline-gold{display:inline-block;padding:.85rem 2rem;border:1.5px solid var(--accent-border);color:var(--accent);font-size:.84rem;font-weight:500;letter-spacing:.02em;border-radius:var(--radius);transition:background var(--speed) var(--ease),color var(--speed) var(--ease)}
.btn-outline-gold:hover{background:var(--accent);color:var(--white)}

/* Dark variant buttons */
.dark-section .btn-primary{background:var(--white);color:var(--bg-dark)}
.dark-section .btn-primary:hover{background:var(--cream)}
.dark-section .btn-outline{border-color:rgba(255,255,255,.25);color:var(--white)}
.dark-section .btn-outline:hover{border-color:var(--white);color:var(--white)}

/* ======================
   SECTION HELPERS
   ====================== */
.section-label{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:.8rem}
.section-label::before{content:'';display:block;width:24px;height:1.5px;background:var(--accent)}
.section-header{margin-bottom:3rem}
.section-header h2{font-family:var(--font-display);font-weight:800;font-size:clamp(1.8rem,3.5vw,2.8rem);letter-spacing:-.02em;line-height:1.1;color:var(--text);margin-top:.3rem}
.section-header p.desc{color:var(--text-muted);max-width:520px;margin-top:1rem;font-size:.95rem}
.accent{color:var(--accent)}

/* Section numbering */
.section-num{font-family:var(--font-display);font-weight:800;font-size:5rem;line-height:1;color:var(--accent-soft);letter-spacing:-.04em;position:absolute;top:-.8rem;left:0;user-select:none;pointer-events:none}

/* ======================
   HERO
   ====================== */
.hero{position:relative;height:100vh;min-height:640px;display:flex;align-items:flex-end;padding-bottom:5rem;background-color:var(--bg-dark)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(165deg,rgba(30,36,32,0.3) 0%,rgba(30,36,32,0.65) 45%,rgba(30,36,32,0.92) 100%)}
.hero-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--accent);font-size:.9rem;text-align:center;border:2px dashed rgba(255,255,255,.15);pointer-events:none;gap:.4rem}
.hero-placeholder small{color:rgba(255,255,255,.4);font-size:.76rem}
.hero-content{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:0 2rem;width:100%}
.hero-eyebrow{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}
.hero-eyebrow span{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.55);font-weight:500}
.hero-title{font-family:var(--font-display);font-weight:800;font-size:clamp(3.2rem,9vw,7.5rem);line-height:.92;letter-spacing:-.03em;color:var(--white);margin-bottom:1rem}
.hero-title span{color:var(--accent);display:block}
.hero-tagline{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:2.5rem;font-weight:400}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-actions .btn-primary{background:var(--accent);color:var(--white)}
.hero-actions .btn-primary:hover{background:var(--accent-hover)}
.hero-actions .btn-outline{border-color:rgba(255,255,255,.25);color:var(--white)}
.hero-actions .btn-outline:hover{border-color:rgba(255,255,255,.6)}
.hero-badges{position:absolute;bottom:2rem;right:2rem;z-index:2;display:flex;gap:.6rem;align-items:flex-end}
.hero-badge{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:.3rem .7rem;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);font-weight:500;backdrop-filter:blur(8px)}

/* ======================
   STATS
   ====================== */
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--forest);border-bottom:3px solid var(--accent)}
.stat-item{padding:2rem 1.5rem;text-align:center;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.25rem}
.stat-item:last-child{border-right:none}
.stat-num{font-family:var(--font-display);font-weight:800;font-size:2.6rem;color:var(--white);line-height:1;letter-spacing:-.02em}
.stat-label{font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45)}

/* ======================
   ABOUT
   ====================== */
.about{max-width:var(--max-w);margin:0 auto;padding:7rem 2rem;display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center}
.about-text h2{font-family:var(--font-display);font-weight:800;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--text)}
.about-text p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}
.about-list{margin:1.8rem 0 2rem;display:flex;flex-direction:column;gap:.6rem}
.about-list li{font-size:.88rem;color:var(--text-body);display:flex;align-items:center;gap:.8rem}
.about-list li::before{content:'';display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;flex-shrink:0}
.directors{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}
.director-card{background:var(--bg-warm);border-radius:var(--radius);padding:.9rem 1.3rem;flex:1;min-width:150px;border-left:3px solid var(--accent)}
.director-card strong{display:block;font-size:.88rem;color:var(--text);margin-bottom:.15rem;font-weight:600}
.director-card span{font-size:.7rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-weight:500}
.about-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:var(--bg-warm);position:relative}
.img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);font-size:.88rem;text-align:center;border:2px dashed var(--border);border-radius:var(--radius-lg);padding:2rem;gap:.5rem;background:var(--bg-warm)}
.img-placeholder small{color:var(--text-light);font-size:.76rem}

/* ======================
   SERVICES TILES (homepage)
   ====================== */
.services-home{padding:7rem 2rem;background:var(--bg-warm);position:relative}
.services-home-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden}
.service-tile{background:var(--bg-white);padding:2rem 1.8rem;display:flex;flex-direction:column;gap:.7rem;transition:background var(--speed) var(--ease);position:relative}
.service-tile:hover{background:var(--cream)}
.service-tile-icon{width:36px;height:36px;background:var(--accent-soft);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--accent);font-weight:700;border:1px solid var(--accent-border)}
.service-tile h3{font-size:.95rem;font-weight:600;color:var(--text);line-height:1.3}
.service-tile p{font-size:.82rem;color:var(--text-muted);line-height:1.6}
.service-tile-tag{display:inline-block;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-top:auto;font-weight:600}
.services-cta{max-width:var(--max-w);margin:2.5rem auto 0;text-align:center}

/* ======================
   ENGAGEMENTS
   ====================== */
.engagements{padding:6rem 2rem;background:var(--bg)}
.engagements-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.engagement-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2rem 1.5rem;transition:border-color var(--speed) var(--ease),transform var(--speed) var(--ease);position:relative;overflow:hidden}
.engagement-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform var(--speed) var(--ease)}
.engagement-card:hover::before{transform:scaleX(1)}
.engagement-card:hover{border-color:var(--accent-border);transform:translateY(-2px)}
.engagement-icon{width:44px;height:44px;border-radius:var(--radius);background:var(--accent-soft);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.engagement-icon svg{width:22px;height:22px;stroke:var(--accent);stroke-width:1.8;fill:none}
.engagement-card h3{font-size:.92rem;font-weight:600;color:var(--text);margin-bottom:.4rem}
.engagement-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6}

/* ======================
   GALLERY PREVIEW
   ====================== */
.gallery-preview{padding:7rem 2rem;background:var(--bg-white)}
.gallery-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.gallery-item{border-radius:var(--radius);overflow:hidden;background:var(--bg-warm);aspect-ratio:1;position:relative}
.gallery-item.large{grid-column:span 2;aspect-ratio:16/9}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-placeholder{width:100%;height:100%;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);text-align:center;border:2px dashed var(--border);padding:1rem;gap:.3rem;font-size:.82rem}
.gallery-placeholder small{color:var(--text-light);font-size:.7rem}
.gallery-cta{max-width:var(--max-w);margin:2.5rem auto 0;text-align:center}

/* ======================
   TESTIMONIALS
   ====================== */
.testimonials{padding:7rem 2rem;background:var(--bg-warm)}
.testi-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.testi-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:border-color var(--speed) var(--ease)}
.testi-card:hover{border-color:var(--accent-border)}
.stars{color:var(--accent);font-size:.85rem;letter-spacing:2px}
.testi-card p{color:var(--text-body);font-size:.88rem;font-style:italic;line-height:1.7;flex:1}
.testi-author{display:flex;align-items:center;gap:.8rem;padding-top:.8rem;border-top:1px solid var(--border-light)}
.testi-avatar{width:36px;height:36px;background:var(--bg-warm);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--text-muted)}
.testi-author strong{display:block;font-size:.84rem;color:var(--text);font-weight:600}
.testi-author span{font-size:.72rem;color:var(--text-muted)}

/* ======================
   CTA BANNER
   ====================== */
.cta-banner{position:relative;padding:6rem 2rem;text-align:center;background:var(--forest);overflow:hidden}
.cta-banner.noise::after{opacity:.04}
.cta-banner::before{content:'';position:absolute;top:-40%;right:-10%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(191,74,48,.12) 0%,transparent 70%);pointer-events:none}
.cta-content{position:relative;z-index:1;max-width:640px;margin:0 auto}
.cta-content h2{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,4.5vw,3.5rem);letter-spacing:-.02em;color:var(--white);margin-bottom:.8rem;line-height:1.05}
.cta-content p{color:rgba(255,255,255,.55);margin-bottom:2.2rem;font-size:.95rem}
.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-phone{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.6rem;border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.7);font-size:.85rem;border-radius:var(--radius);transition:border-color var(--speed) var(--ease),color var(--speed) var(--ease)}
.btn-phone:hover{border-color:rgba(255,255,255,.5);color:var(--white)}
.cta-banner .btn-primary{background:var(--accent);color:var(--white)}
.cta-banner .btn-primary:hover{background:var(--accent-hover)}

/* ======================
   MAP SECTION
   ====================== */
.map-section{padding:6rem 2rem;background:var(--bg-white)}
.map-wrapper{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:3rem;align-items:start}
.map-info h2{font-family:var(--font-display);font-weight:800;font-size:2.2rem;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--text)}
.map-detail{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}
.map-detail-item{display:flex;gap:.8rem;align-items:flex-start}
.map-detail-icon{width:32px;height:32px;background:var(--accent-soft);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}
.map-detail-icon svg{width:16px;height:16px;stroke:var(--accent);stroke-width:2;fill:none}
.map-detail-text strong{display:block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.15rem;font-weight:600}
.map-detail-text span,.map-detail-text a{font-size:.88rem;color:var(--text-muted)}
.map-detail-text a:hover{color:var(--accent)}
.map-container{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);height:420px;background:var(--bg-warm)}
.map-container iframe{width:100%;height:100%;border:none;filter:saturate(.7) contrast(.95)}

/* ======================
   FOOTER
   ====================== */
.footer{background:var(--bg-dark);border-top:3px solid var(--accent);padding:5rem 2rem 2rem}
.footer-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}
.footer .logo-text{color:var(--white)}
.footer .logo-sub{color:rgba(255,255,255,.35)}
.footer-brand p{color:rgba(255,255,255,.4);font-size:.84rem;margin-top:.8rem;line-height:1.8}
.footer-siret{margin-top:.8rem;font-size:.68rem;letter-spacing:.08em;color:rgba(255,255,255,.2)}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:.5rem}
.footer-links h4,.footer-contact h4{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;font-weight:600}
.footer-links a{color:rgba(255,255,255,.45);font-size:.84rem;transition:color var(--speed) var(--ease)}
.footer-links a:hover{color:var(--white)}
.footer-contact p{color:rgba(255,255,255,.4);font-size:.84rem;line-height:1.8}
.footer-contact a{color:rgba(255,255,255,.45);transition:color var(--speed) var(--ease)}
.footer-contact a:hover{color:var(--white)}
.footer-bottom{max-width:var(--max-w);margin:1.5rem auto 0;display:flex;flex-direction:column;gap:.5rem;font-size:.72rem;color:rgba(255,255,255,.25);padding-top:1.2rem}
.footer-bottom a{color:rgba(255,255,255,.3);transition:color var(--speed) var(--ease)}
.footer-bottom a:hover{color:rgba(255,255,255,.6)}
.dev-studio{color:var(--accent);font-weight:500;letter-spacing:.05em}
.dev-link{color:rgba(255,255,255,.3)}
.dev-link:hover{color:var(--accent)}

/* ======================
   PAGE HERO (sous-pages)
   ====================== */
.page-hero{position:relative;height:38vh;min-height:280px;display:flex;align-items:flex-end;padding-bottom:3rem;background-color:var(--bg-dark)}
.page-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(165deg,rgba(30,36,32,0.4) 0%,rgba(30,36,32,0.85) 100%)}
.page-hero-content{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:0 2rem;width:100%}
.page-hero-content .section-label{color:rgba(255,255,255,.5)}
.page-hero-content .section-label::before{background:rgba(255,255,255,.4)}
.page-hero-content h1{font-family:var(--font-display);font-weight:800;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.02em;line-height:1;color:var(--white)}
.page-hero-sub{color:rgba(255,255,255,.4);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;margin-top:.5rem;font-weight:400}

/* ======================
   SERVICES PAGE
   ====================== */
.services-full{max-width:var(--max-w);margin:0 auto;padding:5rem 2rem}
.service-category{margin-bottom:4.5rem}
.service-category-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.8rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border)}
.service-category-icon{width:48px;height:48px;background:var(--accent-soft);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--accent-border)}
.service-category-icon svg{width:24px;height:24px;stroke:var(--accent);stroke-width:1.8;fill:none}
.service-category-header div h2{font-family:var(--font-display);font-weight:800;font-size:1.6rem;letter-spacing:-.01em;color:var(--text)}
.service-category-header div p{font-size:.82rem;color:var(--text-muted);margin-top:.15rem}
.service-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.service-card-full{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.8rem;transition:border-color var(--speed) var(--ease),transform var(--speed) var(--ease)}
.service-card-full:hover{border-color:var(--accent-border);transform:translateY(-2px)}
.service-card-full h3{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.5rem}
.service-card-full p{font-size:.82rem;color:var(--text-muted);line-height:1.65;margin-bottom:.9rem}
.service-card-full ul{display:flex;flex-direction:column;gap:.35rem}
.service-card-full ul li{font-size:.78rem;color:var(--text-muted);padding-left:1rem;position:relative}
.service-card-full ul li::before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;background:var(--accent);border-radius:50%}

/* Service sub-headings (within big categories like Second Œuvre) */
.service-sub-heading{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--text);letter-spacing:-.01em;margin:2.5rem 0 1.2rem;padding-bottom:.8rem;border-bottom:1px dashed var(--border);position:relative;padding-left:1rem}
.service-sub-heading::before{content:'';position:absolute;left:0;top:.25em;width:4px;height:1em;background:var(--accent);border-radius:2px}

/* ======================
   GALERIE PAGE
   ====================== */
.galerie-full{max-width:var(--max-w);margin:0 auto;padding:3.5rem 2rem 5rem}
.galerie-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.5rem}
.filter-btn{padding:.45rem 1.1rem;border:1px solid var(--border);border-radius:40px;background:none;color:var(--text-muted);font-family:var(--font-body);font-size:.76rem;letter-spacing:.06em;cursor:pointer;transition:all var(--speed) var(--ease);font-weight:500}
.filter-btn:hover,.filter-btn.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}
.galerie-masonry{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.galerie-item{border-radius:var(--radius);overflow:hidden;background:var(--bg-warm)}
.galerie-item img{width:100%;display:block;transition:transform .5s var(--ease)}
.galerie-item:hover img{transform:scale(1.03)}
.galerie-placeholder{padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);text-align:center;border:2px dashed var(--border);border-radius:var(--radius);gap:.3rem;font-size:.82rem;margin-bottom:0}
.galerie-placeholder small{color:var(--text-light);font-size:.7rem}

/* ======================
   CONTACT PAGE
   ====================== */
.contact-section{max-width:var(--max-w);margin:0 auto;padding:5rem 2rem 6rem;display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}
.contact-info h2{font-family:var(--font-display);font-weight:800;font-size:2.4rem;letter-spacing:-.02em;margin-bottom:1.2rem;color:var(--text);line-height:1.1}
.contact-info p.intro{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}
.contact-details{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}
.contact-item{display:flex;gap:.9rem;align-items:flex-start}
.contact-item-icon{width:38px;height:38px;background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-item-icon svg{width:18px;height:18px;stroke:var(--accent);stroke-width:1.8;fill:none}
.contact-item-text strong{display:block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.15rem;font-weight:600}
.contact-item-text span,.contact-item-text a{font-size:.88rem;color:var(--text-muted);transition:color var(--speed) var(--ease)}
.contact-item-text a:hover{color:var(--accent)}
.contact-form{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2.5rem}
.contact-form h3{font-family:var(--font-display);font-weight:800;font-size:1.5rem;letter-spacing:-.01em;margin-bottom:1.8rem;color:var(--text)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}
.form-group label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500}
.form-group input,.form-group select,.form-group textarea{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;color:var(--text);font-family:var(--font-body);font-size:.88rem;transition:border-color var(--speed) var(--ease),box-shadow var(--speed) var(--ease);outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}
.form-group select option{background:var(--bg-white)}
.form-group textarea{resize:vertical;min-height:120px}
.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light)}
.form-note{font-size:.74rem;color:var(--text-muted);margin-top:.3rem}

/* Multi-select service tags */
.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}
.service-tag{padding:.45rem .9rem;border:1px solid var(--border);border-radius:40px;background:var(--bg);color:var(--text-muted);font-size:.78rem;font-weight:500;cursor:pointer;transition:all var(--speed) var(--ease);user-select:none;line-height:1.3}
.service-tag:hover{border-color:var(--accent-border);color:var(--text-body)}
.service-tag.selected{background:var(--accent);border-color:var(--accent);color:var(--white)}
.service-tag.selected:hover{background:var(--accent-hover);border-color:var(--accent-hover)}
.selected-summary{font-size:.76rem;color:var(--accent);margin-top:.5rem;font-weight:500;min-height:1.2em}
.tag-group-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);font-weight:600;width:100%;margin-top:.5rem;margin-bottom:-.1rem}
.form-submit{width:100%;padding:.9rem;background:var(--accent);color:var(--white);font-family:var(--font-body);font-size:.84rem;font-weight:500;letter-spacing:.04em;border:none;border-radius:var(--radius);cursor:pointer;transition:background var(--speed) var(--ease),transform var(--speed) var(--ease);margin-top:.5rem}
.form-submit:hover{background:var(--accent-hover);transform:translateY(-1px)}

/* ======================
   LEGAL PAGES
   ====================== */
.legal-page{max-width:800px;margin:0 auto;padding:9rem 2rem 5rem}
.legal-page h1{font-family:var(--font-display);font-weight:800;font-size:3rem;letter-spacing:-.02em;color:var(--text);margin-bottom:.3rem;line-height:1.05}
.legal-page .subtitle{color:var(--accent);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2.5rem;font-weight:600}
.legal-section{margin-bottom:2.2rem;padding-bottom:2.2rem;border-bottom:1px solid var(--border-light)}
.legal-section:last-child{border-bottom:none}
.legal-section h2{font-size:.84rem;font-weight:600;color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem}
.legal-section p,.legal-section li{color:var(--text-muted);font-size:.88rem;line-height:1.85}
.legal-section ul{padding-left:1.2rem;margin-top:.5rem;list-style:disc}
.legal-section a{color:var(--accent);transition:opacity var(--speed)}
.legal-section a:hover{opacity:.7}

/* ======================
   UTILITY
   ====================== */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
