:root{
  /* Couleurs inspirées du logo */
  --ink: #0f1a18;
  --bg: #0b1110;
  --card: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.12);

  --primary: #455D5A;   /* vert/gris foncé */
  --primary2:#667D70;   /* vert sauge */
  --accent: #DD684C;    /* terracotta */
  --muted: rgba(255,255,255,.72);
  --white: #ffffff;

  --shadow: 0 18px 55px rgba(0,0,0,.35);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--white);
  background:
    radial-gradient(1000px 700px at 20% -10%, rgba(221,104,76,.18), transparent 60%),
    radial-gradient(900px 700px at 90% 10%, rgba(102,125,112,.18), transparent 55%),
    radial-gradient(1000px 700px at 40% 110%, rgba(69,93,90,.22), transparent 60%),
    #070b0b;
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
.container{ width:min(1120px, 92%); margin:0 auto; }

.accent{ color: var(--accent); }

/* Background blobs */
.bg-blob{
  position: fixed;
  inset: auto;
  width: 520px;
  height: 520px;
  filter: blur(60px);
  opacity: .35;
  z-index: -1;
  border-radius: 999px;
}
.blob-1{ left:-220px; top:140px; background: rgba(221,104,76,.55); }
.blob-2{ right:-240px; top:420px; background: rgba(69,93,90,.55); }

/* Header */
.header{
  position: sticky;
  top:0;
  z-index:50;
  background: rgba(8,12,12,.62);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding: 14px 0;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand__logo{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
}
.brand__name{ font-weight: 800; letter-spacing: .2px; }
.brand__tag{ font-size: 13px; color: var(--muted); }

.nav__list{
  display:flex;
  align-items:center;
  gap:18px;
  list-style:none;
  padding:0;
  margin:0;
}
.nav__list a{
  font-weight: 700;
  font-size: 14px;
  opacity: .9;
}
.nav__list a:hover{ opacity:1; }
.nav__toggle{
  display:none;
  width:44px; height:44px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  cursor:pointer;
}
.nav__toggle span{
  display:block;
  width:18px;
  height:2px;
  margin: 5px auto;
  background: rgba(255,255,255,.85);
  border-radius: 999px;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg, rgba(221,104,76,.95), rgba(221,104,76,.72));
  box-shadow: 0 16px 35px rgba(221,104,76,.18);
  font-weight: 800;
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}
.btn:hover{ transform: translateY(-1px); filter: brightness(1.05); }
.btn:active{ transform: translateY(0px); opacity:.92; }
.btn--ghost{
  background: rgba(255,255,255,.06);
  box-shadow:none;
}
.btn--sm{ padding: 10px 14px; font-size: 14px; }

/* Hero */
.hero{ padding: 48px 0 26px; }
.hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: start;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--muted);
  margin: 0 0 16px;
}
.dot{
  width:10px; height:10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(221,104,76,.18);
}
.hero__title{
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.6px;
  margin: 0 0 14px;
  font-weight: 900;
}
.hero__lead{
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.55;
  max-width: 56ch;
}
.hero__cta{ display:flex; gap:12px; flex-wrap: wrap; margin-bottom: 18px; }

.hero__stats{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}
.stat{
  flex: 0 0 auto;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.stat__num{ font-weight: 900; font-size: 18px; }
.stat__label{ font-size: 12.5px; color: var(--muted); }

.hero__card{
  position: relative;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow:hidden;
  padding: 14px;
}
.hero__media{
  height: 210px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);

  /* Image + fallback dynamique */
  background-image:
    url("assets/realisation-1.jpg"),
    radial-gradient(120px 120px at 25% 30%, rgba(221,104,76,.35), transparent 60%),
    radial-gradient(220px 180px at 80% 40%, rgba(69,93,90,.42), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));

  background-size: cover, auto, auto, auto;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
}

.hero__badge{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(15,26,24,.55);
  border: 1px solid rgba(255,255,255,.10);
}
.hero__badgeTitle{ font-weight: 900; }
.hero__badgeText{ color: var(--muted); font-size: 13px; }

.hero__mini{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.mini__icon{ font-size: 20px; }
.mini__title{ font-weight: 900; }
.mini__text{ font-size: 13px; color: var(--muted); }

/* Sections */
.section{ padding: 56px 0; }
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.section__head{
  margin-bottom: 18px;
}
.section__head h2{
  margin:0 0 6px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.3px;
}
.section__head p{ margin:0; color: var(--muted); }

/* Cards */
.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.card{
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .18s ease, border-color .18s ease;
}
.card:hover{ transform: translateY(-2px); border-color: rgba(221,104,76,.35); }
.card__icon{ font-size: 22px; margin-bottom: 10px; }
.card h3{ margin: 0 0 6px; font-size: 18px; font-weight: 900; }
.card p{ margin: 0 0 10px; color: var(--muted); line-height: 1.5; }
.card--highlight{
  background: linear-gradient(135deg, rgba(221,104,76,.18), rgba(255,255,255,.05));
  border-color: rgba(221,104,76,.35);
}

.chiprow{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  gap:8px;
  flex-wrap: wrap;
}
.chip{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
}
.chip--accent{
  background: rgba(221,104,76,.14);
  border-color: rgba(221,104,76,.35);
}

/* Gallery */
.gallery{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.shot{
  text-align:left;
  border:0;
  padding:0;
  cursor:pointer;
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .18s ease, border-color .18s ease;
}
.shot:hover{ transform: translateY(-2px); border-color: rgba(102,125,112,.55); }
.shot__ph{
  display:block;
  height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* fallback (si image absente) */
  background-image:
    radial-gradient(140px 120px at 30% 30%, rgba(221,104,76,.35), transparent 60%),
    radial-gradient(220px 180px at 80% 40%, rgba(69,93,90,.45), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
}

.shot__ph--1{ background-image: url("assets/realisation-1.jpg"), var(--fallback, none); }
.shot__ph--2{ background-image: url("assets/realisation-2.jpg"), var(--fallback, none); }
.shot__ph--3{ background-image: url("assets/realisation-3.jpg"), var(--fallback, none); }
.shot__ph--4{ background-image: url("assets/realisation-4.jpg"), var(--fallback, none); }
.shot__ph--5{ background-image: url("assets/realisation-5.jpg"), var(--fallback, none); }
.shot__ph--6{ background-image: url("assets/realisation-6.jpg"), var(--fallback, none); }

.shot__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding: 12px 12px;
}
.shot__title{ font-weight: 900; color: var(--accent);}
.shot__tag{ color: var(--muted); font-size: 13px; }

/* Zone */
.zone{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: center;
}
.zone p{ color: var(--muted); line-height: 1.55; }
.zone__list{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 16px;
}
.zone__item{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.zone__map{
  position: relative;
  height: 240px;
  border-radius: var(--radius);
  background:
    radial-gradient(180px 160px at 50% 35%, rgba(102,125,112,.30), transparent 60%),
    radial-gradient(220px 180px at 70% 60%, rgba(221,104,76,.26), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.map__pin{
  position:absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 92px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 1000;
  font-size: 28px;
  color: white;
  background: rgba(221,104,76,.88);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 60px rgba(221,104,76,.25);
}
.map__caption{
  position:absolute;
  bottom: 14px;
  left: 14px;
  font-weight: 900;
  color: rgba(255,255,255,.90);
}

/* Testimonials */
.testimonials{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.quote{
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.quote__stars{ letter-spacing: 2px; color: rgba(221,104,76,.92); }
.quote p{ margin: 10px 0 12px; color: rgba(255,255,255,.88); line-height: 1.55; }
.quote__who{ color: var(--muted); font-size: 13px; }

/* Contact */
.contact{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.contact p{ color: var(--muted); line-height: 1.6; }
.contact__chips{ display:flex; gap:8px; flex-wrap: wrap; margin: 12px 0 18px; }
.contact__direct{ display:grid; gap:10px; }

.direct{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.direct:hover{ border-color: rgba(221,104,76,.35); }
.direct__icon{ font-size: 18px; }
.direct__label{ display:block; font-size: 12px; color: var(--muted); }
.direct__value{ display:block; font-weight: 900; }

.form{
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  position: relative;
  overflow: hidden;
}
.form label{
  display:grid;
  gap:6px;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 12px;
}
input, select, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(9,14,14,.55);
  color: white;
  font: inherit;
  outline: none;
}
input:focus, select:focus, textarea:focus{
  border-color: rgba(221,104,76,.45);
  box-shadow: 0 0 0 5px rgba(221,104,76,.12);
}
.form__row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form__foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.form__hint{ margin:0; font-size: 12px; color: var(--muted); }

.toast{
  display:none;
  position:absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(15,26,24,.85);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
}

/* Footer */
.footer{
  padding: 26px 0 34px;
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(0,0,0,.12);
}
.footer__inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 14px;
  align-items:center;
}
.footer__brand{ display:flex; gap:12px; align-items:center; }
.footer__logo{
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  object-fit: cover;
}
.footer__name{ font-weight: 900; }
.footer__small{ color: var(--muted); font-size: 13px; }
.footer__links{ display:flex; gap:14px; flex-wrap: wrap; color: rgba(255,255,255,.90); font-weight: 800; font-size: 13px; }
.footer__copy{ color: var(--muted); font-size: 13px; text-align:right; }

/* Lightbox */
.lightbox{
  position: fixed;
  inset: 0;
  display:none;
  z-index: 80;
}
.lightbox.is-open{ display:block; }
.lightbox__overlay{
  position:absolute; inset:0;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(6px);
}
.lightbox__panel{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: min(920px, 92%);
  border-radius: var(--radius);
  background: rgba(8,12,12,.86);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.lightbox__panel img{
  display:block;
  width:100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  background: rgba(255,255,255,.03);
}
.lightbox__title{
  padding: 12px 14px;
  color: rgba(255,255,255,.90);
  font-weight: 900;
}
.lightbox__close{
  position:absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: white;
  cursor:pointer;
}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: repeat(2, 1fr); }
  .gallery{ grid-template-columns: repeat(2, 1fr); }
  .zone{ grid-template-columns: 1fr; }
  .testimonials{ grid-template-columns: 1fr; }
  .contact{ grid-template-columns: 1fr; }
  .footer__inner{ grid-template-columns: 1fr; text-align:left; }
  .footer__copy{ text-align:left; }
}

@media (max-width: 760px){
  .nav__toggle{ display:block; }
  .nav__list{
    position: absolute;
    right: 4%;
    top: 74px;
    width: min(340px, 92vw);
    padding: 12px;
    border-radius: 18px;
    background: rgba(8,12,12,.92);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: var(--shadow);
    display:none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .nav__list.is-open{ display:flex; }
  .nav__list a{ padding: 10px 12px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
  .form__row{ grid-template-columns: 1fr; }
}
