/*
Theme Name:        Les Entreprises St-Germain V2
Theme URI:         https://lesentreprisesstgermain.com
Author:            Les Entreprises St-Germain
Description:       Thème premium v2 avec barre haute, trigger mental, section urgence et design ultra-impactant. Excavation & Terrassement en Outaouais, Québec.
Version:           2.0.0
Requires at least: 6.0
Tested up to:      6.5
Requires PHP:      8.0
License:           GNU General Public License v2 or later
Text Domain:       st-germain
Tags:              construction, excavation, dark, one-page, premium, high-conversion
*/

/* =====================================================
   VARIABLES
===================================================== */
:root {
  --black:         #080808;
  --dark:          #0f0f0f;
  --dark2:         #161616;
  --dark3:         #1e1e1e;
  --dark4:         #242424;
  --gray:          #2a2a2a;
  --gray-mid:      #4a4a4a;
  --gray-light:    #7a7a7a;
  --gray-pale:     #aaaaaa;
  --border:        #1f1f1f;
  --border2:       #2e2e2e;
  --white:         #ffffff;
  --cream:         #f5f0e8;
  --orange:        #e85d04;
  --orange2:       #fb8500;
  --orange-dark:   #c44e03;
  --orange-glow:   rgba(232, 93, 4, 0.12);
  --orange-glow2:  rgba(232, 93, 4, 0.25);
  --font-display:  'Bebas Neue', sans-serif;
  --font-head:     'Oswald', sans-serif;
  --font-body:     'DM Sans', sans-serif;
  --radius:        3px;
  --ease:          cubic-bezier(0.16, 1, 0.3, 1);
  --max-w:         1240px;
  --header-h:      72px;
}

/* =====================================================
   RESET
===================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color .2s; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }
::selection { background: var(--orange); color: var(--white); }

/* =====================================================
   UTILITY
===================================================== */
.sg-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
}
.sg-label {
  font-family: var(--font-head);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.sg-label::before { content: ''; width: 28px; height: 2px; background: var(--orange); flex-shrink: 0; }
.sg-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: .97;
  letter-spacing: .01em;
  color: var(--white);
}
.sg-title .o { color: var(--orange); }
.sg-title .light { color: var(--gray-light); font-family: var(--font-head); font-size: 55%; font-weight: 300; letter-spacing: .05em; display: block; margin-bottom: 6px; }

/* =====================================================
   BUTTONS
===================================================== */
.sg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .25s var(--ease);
  white-space: nowrap;
}
.sg-btn-orange {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
  box-shadow: 0 4px 24px rgba(232,93,4,.35);
}
.sg-btn-orange:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(232,93,4,.45);
  color: var(--white);
}
.sg-btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.22);
}
.sg-btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255,255,255,.06);
  transform: translateY(-2px);
  color: var(--white);
}
.sg-btn-white {
  background: var(--white);
  color: var(--orange);
  border-color: var(--white);
  font-weight: 700;
}
.sg-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.25); color: var(--orange-dark); }
.sg-btn-white-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.45);
}
.sg-btn-white-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); transform: translateY(-2px); color: var(--white); }

/* =====================================================
   SCROLL REVEAL
===================================================== */
.sg-r { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.sg-r.in { opacity: 1; transform: none; }
.sg-r-l { opacity: 0; transform: translateX(-30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.sg-r-l.in { opacity: 1; transform: none; }
.sg-r-r { opacity: 0; transform: translateX(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.sg-r-r.in { opacity: 1; transform: none; }

/* =====================================================
   TOP BAR
===================================================== */
#sg-topbar {
  background: var(--orange);
  padding: 9px 0;
  position: relative;
  z-index: 200;
}
.sg-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.sg-topbar-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,.25);
}
.sg-topbar-item:last-child { border-right: none; }
.sg-topbar-item a { color: var(--white); }
.sg-topbar-dot { color: rgba(255,255,255,.7); font-size: .9rem; }

/* =====================================================
   HEADER / NAV
===================================================== */
#sg-header {
  position: sticky;
  top: 0;
  z-index: 150;
  background: rgba(8,8,8,.98);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  height: var(--header-h);
  display: flex;
  align-items: center;
}
.sg-header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.sg-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  flex-shrink: 0;
}
.sg-logo .ln { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: .04em; color: var(--white); }
.sg-logo .lt {
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: 1px;
}
.sg-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.sg-nav-link {
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-light);
  transition: color .2s;
}
.sg-nav-link:hover { color: var(--white); }
.sg-nav-tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: .04em;
}
.sg-nav-tel .ico { color: var(--orange); }
.sg-nav-cta {
  background: var(--orange);
  color: var(--white);
  padding: 9px 20px;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s;
}
.sg-nav-cta:hover { background: var(--orange-dark); color: var(--white); }
.sg-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.sg-hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; }
.sg-mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  background: rgba(8,8,8,.99);
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  padding: 18px 28px 24px;
  gap: 16px;
  z-index: 149;
}
.sg-mobile-nav.open { display: flex; }
.sg-mobile-nav a { font-size: .88rem; font-weight: 500; color: var(--gray-light); letter-spacing: .08em; text-transform: uppercase; }
.sg-mobile-nav a:hover { color: var(--orange); }

/* =====================================================
   MOBILE STICKY CTA
===================================================== */
#sg-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--orange);
}
#sg-mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px;
  color: var(--white);
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* =====================================================
   HERO
===================================================== */
#sg-hero {
  position: relative;
  min-height: calc(100vh - var(--header-h) - 40px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sg-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(8,8,8,.97) 0%, rgba(8,8,8,.75) 55%, rgba(8,8,8,.92) 100%),
    repeating-linear-gradient(-55deg, rgba(232,93,4,.028) 0px, rgba(232,93,4,.028) 1px, transparent 1px, transparent 36px),
    linear-gradient(160deg, #120900 0%, #0a0a0a 50%, #080808 100%);
}
.sg-hero-bg.has-img { background: none; }
.sg-hero-bg.has-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(8,8,8,.95) 0%, rgba(8,8,8,.6) 50%, rgba(8,8,8,.88) 100%);
  z-index: 1;
}
.sg-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.sg-hero-noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
  opacity: .4;
  pointer-events: none;
}
.sg-hero-line {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--orange) 30%, var(--orange2) 70%, transparent 100%);
  z-index: 5;
}
/* Vertical orange accent line */
.sg-hero-vline {
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--orange) 30%, var(--orange) 70%, transparent);
  z-index: 5;
}
.sg-hero-body {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 72px 28px 48px;
  width: 100%;
}
.sg-hero-content { max-width: 680px; }
.sg-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(232,93,4,.35);
  background: rgba(232,93,4,.08);
  border-radius: 2px;
  padding: 6px 14px;
  margin-bottom: 30px;
  animation: fadeUp .8s var(--ease) both;
}
.sg-hero-eyebrow .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 10px var(--orange);
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
.sg-hero-eyebrow span {
  font-family: var(--font-head);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--orange);
}
.sg-h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .93;
  letter-spacing: .01em;
  margin-bottom: 12px;
  animation: fadeUp .9s var(--ease) .1s both;
}
.sg-h1 .name { display: block; color: var(--white); }
.sg-h1 .service { display: block; color: var(--orange); font-size: 58%; letter-spacing: .04em; }
.sg-hero-div {
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange2));
  margin: 22px 0;
  animation: growW .9s var(--ease) .3s both;
  border-radius: 2px;
}
.sg-hero-sub {
  font-size: 1.08rem;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 32px;
  animation: fadeUp .9s var(--ease) .2s both;
}
.sg-hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 40px;
  animation: fadeUp .9s var(--ease) .3s both;
}
.sg-chk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  font-weight: 500;
  color: rgba(255,255,255,.82);
}
.sg-chk .ck {
  width: 20px; height: 20px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  font-weight: 800;
  flex-shrink: 0;
  color: var(--white);
}
.sg-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  animation: fadeUp .9s var(--ease) .4s both;
}

/* Stats strip inside hero */
.sg-hero-stats {
  position: relative;
  z-index: 3;
  background: rgba(15,15,15,.98);
  border-top: 1px solid var(--border2);
}
.sg-hero-stats-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sg-stat {
  padding: 22px 16px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.sg-stat:last-child { border-right: none; }
.sg-stat-n {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--orange);
  line-height: 1;
  display: block;
  letter-spacing: .02em;
}
.sg-stat-l {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-light);
  margin-top: 3px;
  display: block;
}

/* =====================================================
   TRIGGER MENTAL SECTION
===================================================== */
#sg-trigger {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  border-bottom: 3px solid var(--orange);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
#sg-trigger::before {
  content: '"';
  position: absolute;
  right: 60px; top: -20px;
  font-family: var(--font-display);
  font-size: 14rem;
  color: rgba(232,93,4,.06);
  line-height: 1;
  pointer-events: none;
}
.sg-trigger-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
}
.sg-trigger-icon {
  width: 64px; height: 64px;
  background: var(--orange);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
  box-shadow: 0 0 32px rgba(232,93,4,.3);
}
.sg-trigger-text h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: .02em;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.05;
}
.sg-trigger-text h3 .hl { color: var(--orange); }
.sg-trigger-text p {
  font-size: .92rem;
  color: var(--gray-pale);
  line-height: 1.7;
  max-width: 640px;
}
.sg-trigger-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(232,93,4,.12);
  border: 1px solid rgba(232,93,4,.25);
  border-radius: 2px;
  padding: 5px 12px;
  margin-top: 12px;
  font-family: var(--font-head);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--orange);
}

/* =====================================================
   URGENCE SECTION
===================================================== */
#sg-urgence {
  background: var(--black);
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.sg-urgence-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.sg-urg-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 32px;
  border-right: 1px solid var(--border2);
}
.sg-urg-item:last-child { border-right: none; }
.sg-urg-ico {
  width: 38px; height: 38px;
  background: var(--orange-glow);
  border: 1px solid rgba(232,93,4,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.sg-urg-item strong {
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--white);
  display: block;
}
.sg-urg-item span {
  font-size: .72rem;
  color: var(--gray-light);
  letter-spacing: .04em;
}

/* =====================================================
   SERVICES
===================================================== */
#sg-services {
  padding: 96px 0;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
#sg-services::after {
  content: 'SERVICES';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: 11rem;
  color: rgba(255,255,255,.018);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: .1em;
}
.sg-services-head { text-align: center; margin-bottom: 56px; }
.sg-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 1px;
  border: 1px solid var(--border);
}
.sg-svc {
  position: relative;
  background: var(--dark2);
  padding: 40px 34px 50px;
  overflow: hidden;
  transition: background .3s;
  cursor: default;
}
.sg-svc::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.sg-svc:hover::after { transform: scaleX(1); }
.sg-svc:hover { background: var(--dark3); }
.sg-svc-num {
  font-family: var(--font-display);
  font-size: 4rem;
  color: rgba(232,93,4,.1);
  line-height: 1;
  margin-bottom: 14px;
  transition: color .3s;
  letter-spacing: .02em;
}
.sg-svc:hover .sg-svc-num { color: rgba(232,93,4,.22); }
.sg-svc-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.sg-svc h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--white);
  margin-bottom: 10px;
  transition: color .2s;
}
.sg-svc:hover h3 { color: var(--orange); }
.sg-svc p { font-size: .85rem; color: var(--gray-light); line-height: 1.65; }
.sg-svc-arr {
  position: absolute;
  bottom: 20px; right: 20px;
  width: 30px; height: 30px;
  border: 1px solid var(--border2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem;
  color: var(--gray-mid);
  transition: all .25s;
}
.sg-svc:hover .sg-svc-arr { background: var(--orange); border-color: var(--orange); color: var(--white); }

/* =====================================================
   CONFIANCE / POURQUOI
===================================================== */
#sg-confiance {
  padding: 96px 0;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.sg-confiance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
/* Left: visual */
.sg-conf-visual { position: relative; }
.sg-conf-img {
  background: var(--dark2);
  border: 1px solid var(--border2);
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
}
.sg-conf-img img { width: 100%; height: 100%; object-fit: cover; }
.sg-conf-img-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 8px;
  background:
    linear-gradient(135deg, rgba(232,93,4,.04) 0%, transparent 60%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.01) 0, rgba(255,255,255,.01) 1px, transparent 1px, transparent 28px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.01) 0, rgba(255,255,255,.01) 1px, transparent 1px, transparent 28px);
}
.sg-conf-badge {
  position: absolute;
  bottom: -18px; right: -18px;
  background: var(--orange);
  padding: 22px 26px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 10px 40px rgba(232,93,4,.4);
  z-index: 2;
}
.sg-conf-badge .bn {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--white);
  line-height: 1;
  display: block;
  letter-spacing: .02em;
}
.sg-conf-badge .bt {
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  display: block;
  margin-top: 3px;
}
/* Right: content */
.sg-conf-content h2 { margin-bottom: 24px; }
.sg-conf-content p {
  font-size: .95rem;
  color: rgba(255,255,255,.6);
  line-height: 1.8;
  margin-bottom: 32px;
}
.sg-conf-list { margin-bottom: 38px; display: flex; flex-direction: column; gap: 14px; }
.sg-conf-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s;
}
.sg-conf-item:hover { border-color: rgba(232,93,4,.35); }
.sg-conf-item .ci-ico {
  width: 34px; height: 34px;
  background: var(--orange-glow);
  border: 1px solid rgba(232,93,4,.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem;
  font-weight: 800;
  color: var(--orange);
  flex-shrink: 0;
}
.sg-conf-item .ci-text strong {
  font-family: var(--font-head);
  font-size: .88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--white);
  display: block;
  margin-bottom: 2px;
}
.sg-conf-item .ci-text span {
  font-size: .78rem;
  color: var(--gray-light);
}

/* =====================================================
   GALLERY / RÉALISATIONS
===================================================== */
#sg-gallery {
  padding: 80px 0;
  background: var(--dark2);
}
.sg-gallery-head { margin-bottom: 44px; }
.sg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 220px 220px;
  gap: 2px;
}
.sg-gal-item {
  background: var(--dark3);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.sg-gal-item:first-child { grid-column: span 2; }
.sg-gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.sg-gal-item:hover img { transform: scale(1.05); }
.sg-gal-ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
  background: repeating-linear-gradient(45deg, rgba(232,93,4,.02) 0, rgba(232,93,4,.02) 1px, transparent 1px, transparent 18px);
}
.sg-gal-ph .gp-ico { font-size: 2rem; opacity: .2; }
.sg-gal-ph .gp-lbl { font-family: var(--font-head); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gray-mid); }
.sg-gal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(232,93,4,.45), transparent);
  opacity: 0;
  transition: opacity .3s;
  display: flex; align-items: flex-end; padding: 16px;
}
.sg-gal-item:hover .sg-gal-overlay { opacity: 1; }
.sg-gal-overlay span {
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
}

/* =====================================================
   PROCESSUS
===================================================== */
#sg-process {
  padding: 88px 0;
  background: var(--dark);
}
.sg-process-head { text-align: center; margin-bottom: 56px; }
.sg-process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 0;
}
.sg-process-row::before {
  content: '';
  position: absolute;
  top: 27px; left: 12.5%; right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(232,93,4,.15), var(--orange), rgba(232,93,4,.15));
  z-index: 0;
}
.sg-proc-step {
  text-align: center;
  padding: 0 20px 32px;
  position: relative;
  z-index: 1;
}
.sg-proc-num {
  width: 54px; height: 54px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--dark2);
  border: 2px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--orange);
  letter-spacing: .02em;
}
.sg-proc-step h4 {
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--white);
  margin-bottom: 8px;
}
.sg-proc-step p { font-size: .8rem; color: var(--gray-light); line-height: 1.6; }

/* =====================================================
   URGENCE BLOCK (grande section)
===================================================== */
#sg-urgence-block {
  padding: 0;
  background: var(--dark);
}
.sg-urg-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sg-urg-left {
  background: var(--dark3);
  padding: 56px 52px;
  border-right: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.sg-urg-left::before {
  content: '⚡';
  position: absolute;
  right: -10px; bottom: -20px;
  font-size: 9rem;
  opacity: .04;
  pointer-events: none;
}
.sg-urg-left h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: .02em;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1;
}
.sg-urg-left h3 .hl { color: var(--orange); }
.sg-urg-left p { font-size: .9rem; color: var(--gray-pale); line-height: 1.75; margin-bottom: 28px; }
.sg-urg-right {
  background: var(--orange);
  padding: 56px 52px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sg-urg-right::before {
  content: '🚛';
  position: absolute;
  right: -10px; bottom: -20px;
  font-size: 9rem;
  opacity: .07;
  pointer-events: none;
}
.sg-urg-right h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: .02em;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1;
}
.sg-urg-right p { font-size: .9rem; color: rgba(255,255,255,.8); line-height: 1.75; margin-bottom: 28px; }
.sg-urg-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: .85rem;
  font-weight: 500;
  color: var(--white);
}
.sg-urg-check::before { content: '✓'; width: 20px; height: 20px; background: rgba(255,255,255,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .65rem; font-weight: 800; flex-shrink: 0; }

/* =====================================================
   CTA BANDE
===================================================== */
#sg-cta-band {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.sg-cta-band-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 56px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.sg-cta-band-inner::after {
  content: 'ST-GERMAIN';
  position: absolute;
  right: -20px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 6rem;
  color: rgba(255,255,255,.025);
  letter-spacing: .12em;
  pointer-events: none;
  white-space: nowrap;
}
.sg-cta-band-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: .02em;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 8px;
}
.sg-cta-band-text h2 .hl { color: var(--orange); }
.sg-cta-band-text p { font-size: .9rem; color: var(--gray-pale); }
.sg-cta-band-btns { display: flex; flex-wrap: wrap; gap: 14px; flex-shrink: 0; }

/* =====================================================
   CONTACT
===================================================== */
#sg-contact {
  padding: 96px 0;
  background: var(--dark);
}
.sg-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}
.sg-contact-info h2 { margin-bottom: 18px; }
.sg-contact-info > p { font-size: .9rem; color: var(--gray-light); line-height: 1.75; margin-bottom: 32px; }
.sg-contact-items { display: flex; flex-direction: column; gap: 14px; }
.sg-ci-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s;
  text-decoration: none;
  color: inherit;
}
.sg-ci-row:hover { border-color: rgba(232,93,4,.4); }
.sg-ci-ico {
  width: 40px; height: 40px;
  background: var(--orange-glow);
  border: 1px solid rgba(232,93,4,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.sg-ci-lbl { font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gray-mid); display: block; margin-bottom: 2px; }
.sg-ci-val { font-size: .9rem; font-weight: 500; color: var(--white); display: block; }
/* Form */
.sg-form-box {
  background: var(--dark2);
  border: 1px solid var(--border2);
  padding: 38px;
  border-radius: var(--radius);
}
.sg-form-ttl {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: .03em;
  color: var(--white);
  margin-bottom: 4px;
}
.sg-form-sub { font-size: .78rem; color: var(--gray-light); margin-bottom: 26px; }
.sg-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.sg-fg { margin-bottom: 12px; }
.sg-fg label { display: block; font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gray-light); margin-bottom: 5px; }
.sg-fg input, .sg-fg select, .sg-fg textarea {
  width: 100%;
  background: var(--dark);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 11px 13px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: .9rem;
  transition: border-color .2s;
  -webkit-appearance: none;
  appearance: none;
}
.sg-fg input:focus, .sg-fg select:focus, .sg-fg textarea:focus { outline: none; border-color: var(--orange); }
.sg-fg input::placeholder, .sg-fg textarea::placeholder { color: var(--gray-mid); }
.sg-fg select option { background: var(--dark2); }
.sg-fg textarea { resize: vertical; min-height: 100px; }
.sg-form-submit {
  width: 100%;
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 15px;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
  margin-top: 4px;
  box-shadow: 0 4px 22px rgba(232,93,4,.3);
}
.sg-form-submit:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 6px 28px rgba(232,93,4,.4); }
#sg-form-ok { display: none; text-align: center; padding: 28px 0; }
#sg-form-ok .ok-ico {
  width: 56px; height: 56px;
  background: var(--orange);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.4rem;
}
#sg-form-ok h3 { font-family: var(--font-display); font-size: 1.7rem; letter-spacing: .03em; margin-bottom: 6px; }
#sg-form-ok p { font-size: .85rem; color: var(--gray-light); }
/* wpcf7 */
.wpcf7-not-valid-tip { color: #ff6b6b; font-size: .75rem; margin-top: 3px; }
.wpcf7-response-output { border: 1px solid var(--orange) !important; padding: 10px 14px !important; margin: 10px 0 0 !important; border-radius: var(--radius); font-size: .82rem; background: rgba(232,93,4,.08); color: var(--white); }

/* =====================================================
   AREAS STRIP
===================================================== */
.sg-areas {
  background: var(--dark3);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}
.sg-areas span { font-size: .76rem; color: var(--gray-light); }
.sg-areas strong { color: var(--white); font-weight: 600; }
.sg-areas .sep { color: var(--border2); }

/* =====================================================
   FOOTER
===================================================== */
#sg-footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 56px 0 26px;
}
.sg-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.sg-footer-brand .fb-n { font-family: var(--font-display); font-size: 1.5rem; color: var(--white); display: block; letter-spacing: .04em; }
.sg-footer-brand .fb-t { font-size: .6rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); display: block; margin-top: 2px; margin-bottom: 12px; }
.sg-footer-brand p { font-size: .8rem; color: var(--gray-mid); line-height: 1.65; max-width: 230px; }
.sg-footer-col h4 { font-family: var(--font-head); font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.sg-footer-col li { margin-bottom: 8px; }
.sg-footer-col a { font-size: .8rem; color: var(--gray-mid); transition: color .2s; }
.sg-footer-col a:hover { color: var(--orange); }
.sg-footer-contact a { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--gray-light); margin-bottom: 9px; transition: color .2s; }
.sg-footer-contact a:hover { color: var(--orange); }
.sg-footer-contact .fi { color: var(--orange); width: 14px; flex-shrink: 0; }
.sg-footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.sg-footer-bottom p { font-size: .72rem; color: var(--gray-mid); }
.sg-footer-bottom .ac { color: var(--orange); }
.sg-footer-tags { display: flex; flex-wrap: wrap; gap: 6px; font-size: .68rem; color: var(--gray-mid); align-items: center; }
.sg-footer-tags span { color: var(--gray-light); }
.sg-footer-tags .s { color: var(--border2); }

/* =====================================================
   KEYFRAMES
===================================================== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes growW  { from { width: 0; } to { width: 64px; } }
@keyframes pulse  { 0%,100%{opacity:1} 50%{opacity:.35} }

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width:1024px){
  .sg-confiance-grid { grid-template-columns:1fr; gap:52px; }
  .sg-conf-badge { bottom:-10px; right:0; }
  .sg-contact-grid { grid-template-columns:1fr; }
  .sg-urg-block-inner { grid-template-columns:1fr; }
  .sg-urg-left, .sg-urg-right { padding:44px 36px; }
  .sg-hero-stats-inner { grid-template-columns:repeat(2,1fr); }
  .sg-gallery-grid { grid-template-rows:180px 180px; }
  .sg-process-row { grid-template-columns:1fr 1fr; gap:32px; }
  .sg-process-row::before { display:none; }
}
@media (max-width:900px){
  .sg-nav { display:none; }
  .sg-hamburger { display:flex; }
}
@media (max-width:768px){
  #sg-mobile-cta { display:block; }
  body { padding-bottom:56px; }
  .sg-hero-body { padding:52px 20px 40px; }
  .sg-services-grid { grid-template-columns:1fr; }
  .sg-gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:auto; }
  .sg-gallery-grid .sg-gal-item:first-child { grid-column:span 2; }
  .sg-cta-band-inner { flex-direction:column; text-align:center; }
  .sg-cta-band-btns { justify-content:center; }
  .sg-form-box { padding:24px 18px; }
  .sg-form-row { grid-template-columns:1fr; }
  .sg-trigger-inner { grid-template-columns:1fr; gap:20px; }
  .sg-trigger-icon { width:52px; height:52px; font-size:1.4rem; }
  .sg-footer-top { flex-direction:column; gap:28px; }
  .sg-footer-bottom { flex-direction:column; text-align:center; }
  .sg-wrap, .sg-container { padding:0 18px; }
  .sg-topbar-item { padding:0 12px; font-size:.62rem; }
  .sg-urgence-inner { flex-direction:column; gap:4px; }
  .sg-urg-item { border-right:none; border-bottom:1px solid var(--border2); width:100%; justify-content:center; }
  .sg-urg-item:last-child { border-bottom:none; }
}
@media (max-width:480px){
  .sg-hero-stats-inner { grid-template-columns:1fr 1fr; }
  .sg-hero-btns { flex-direction:column; }
  .sg-hero-btns .sg-btn { width:100%; justify-content:center; }
  .sg-process-row { grid-template-columns:1fr; }
  .sg-gallery-grid { grid-template-columns:1fr; }
  .sg-gallery-grid .sg-gal-item:first-child { grid-column:span 1; }
}
/* Admin bar */
.admin-bar #sg-topbar { margin-top:32px; }
@media(max-width:782px){ .admin-bar #sg-topbar { margin-top:46px; } }
