/* ============================================================
   THÈME LIGNE & LUMIÈRE — v2 inspiration Trigano
   Chargé APRÈS style.css / page-produit.css : surcharges.
   Direction : flat design, blocs de couleur pleins, angles
   carrés, typo aérée semi-bold, boutons rectangulaires
   uppercase à large letter-spacing. Palette charte :
   orange #E9994A, noir adouci #1D1D1B, gris chaud #E9E7E3.
   ============================================================ */

/* ── Base ──────────────────────────────────────────────────── */
body {
  background-color: #ffffff;
}

/* Boutons rectangulaires : libellés uppercase, letter-spacing large */
.hero__cta-label,
.cta__btn span,
.intro-produit__cta span,
.promesse-produit__cta span,
.site-footer__cta,
.contact-form__submit,
.side-menu__contact span,
.main-nav__item:last-child .main-nav__link {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ============================================================
   NAVIGATION — barre blanche, logo à gauche, liens pilule
   ============================================================ */

.main-nav {
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}

.main-nav.is-sticky {
  box-shadow: none;
}

.main-nav__separator {
  display: none;
}

.main-nav__dot {
  display: none;
}

@media (min-width: 1351px) {
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
  }

  /* Marque dans un bloc orange plein, façon logo-bloc Trigano */
  .main-nav__brand-mobile {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background-color: #E9994A;
    color: #ffffff;
    padding: 0 26px;
    margin-left: -48px;
  }

  .main-nav__brand-logo {
    width: 30px;
    height: 30px;
  }

  .main-nav__list {
    padding: 20px 0;
    gap: 10px;
  }

  /* Le 1er item (marque) fait doublon avec le logo à gauche */
  .main-nav__item:first-child {
    display: none;
  }
}

.main-nav__link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 10px 14px;
  border-radius: 0;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.main-nav__link:hover {
  opacity: 1;
  background-color: rgba(233, 153, 74, 0.14);
}

.main-nav__link--active {
  color: #000000;
}

/* Le lien Déstockage devient un bouton orange permanent */
.main-nav__item:last-child .main-nav__link {
  background-color: #E9994A;
  color: #ffffff;
}

.main-nav__item:last-child .main-nav__link:hover {
  background-color: #D07E30;
}

/* ============================================================
   MENU LATÉRAL → bouton flottant bas-droite
   ============================================================ */

.side-menu {
  top: auto;
  bottom: 28px;
  right: 28px;
  transform: none;
  gap: 10px;
  align-items: flex-end;
}

.side-menu__socials {
  flex-direction: row;
  gap: 8px;
}

.side-menu__social {
  border-radius: 0;
  width: 36px;
  height: 36px;
  background-color: #1D1D1B;
}

.side-menu__contact {
  writing-mode: horizontal-tb;
  padding: 15px 26px;
  border-radius: 0;
  font-size: 13px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.side-menu__contact img {
  transform: none;
}

/* ============================================================
   HERO ACCUEIL — aligné à gauche, titre bold, bandeau orange
   ============================================================ */

/* Plein écran : hero + bandeau orange remplissent le 1er écran sous la nav */
:root {
  --nav-h: 74px;
}

@media (min-width: 1351px) {
  :root {
    --nav-h: 72px;
  }
}

.hero {
  height: calc(100vh - var(--nav-h));
  height: calc(100svh - var(--nav-h));
  min-height: 560px;
  display: flex;
  flex-direction: column;
}

.hero__logo {
  display: none;
}

.hero__main {
  position: static;
  transform: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 48px 0 96px;
}

.hero__title {
  width: min(1060px, 100%);
  text-align: left;
  font-size: clamp(34px, 3.6vw, 62px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.hero__cta {
  border-radius: 0;
  height: 54px;
  padding: 0 34px;
  margin-top: 8px;
}

.hero__tagline {
  position: static;
  transform: none;
  width: 100%;
  background-color: #E9994A;
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.4;
  padding: 16px 48px;
  text-align: center;
  white-space: normal;
}

/* ============================================================
   LABELS DE SECTION — pastille pilule, plus de carré
   ============================================================ */

.section-label__dot {
  display: none;
}

.section-label__text {
  background-color: transparent;
  color: #C97A2E;
  padding: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: normal;
  text-align: center;
}

.section-rule {
  display: none;
}

/* Sections sombres : label lisible */
.section-atouts .section-label__text {
  background-color: transparent;
  color: #F0B478;
}

/* ============================================================
   PROMESSE — texte bold raisonnable, aligné à gauche
   ============================================================ */

.section-promesse {
  background-color: #ffffff;
  padding: 96px 48px 96px;
}

.promesse__body {
  max-width: 1060px;
  margin: 44px auto 0;
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* ============================================================
   GAMME — grille régulière de cartes arrondies
   ============================================================ */

.section-gamme {
  background-color: #ffffff;
  padding: 40px 48px 110px;
}

.gamme-intro {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.gamme-intro__desc {
  grid-column: 1 / -1;
  order: -1;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 16px;
}

.gamme-card--offset {
  margin-top: 0;
}

.gamme-row {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

/* La carte Déstockage devient une bannière pleine largeur */
.gamme-row .gamme-card--large {
  grid-column: 1 / -1;
  height: 340px;
}

.gamme-card {
  height: 320px;
  border-radius: 0;
}

.gamme-card::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.04) 60%);
}

.gamme-card__label {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  padding: 26px 28px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

/* ============================================================
   ATOUTS — cartes propres sur fond sombre (fini la diagonale)
   ============================================================ */

.section-atouts {
  background-color: #1D1D1B;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 40px;
  padding: 96px 48px;
}

/* Le label de section occupe toute la largeur */
.section-atouts > .section-label {
  grid-column: 1 / -1;
}

.atout,
.atout--1,
.atout--2,
.atout--3,
.atout--4 {
  grid-column: auto;
  margin: 0;
  padding: 0;
}

.atout__visual,
.atout--3 .atout__visual,
.atout--4 .atout__visual {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.atout__visual::before,
.section-atouts .atout__visual::before {
  content: "";
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 55%);
}

.atout__img,
.section-atouts .atout__img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  filter: none;
}

.atout__heading,
.atout--2 .atout__heading,
.atout--3 .atout__heading,
.atout--4 .atout__heading,
.section-atouts .atout__heading {
  position: absolute;
  top: auto;
  left: 26px;
  right: 26px;
  bottom: 22px;
  margin-top: 0;
  white-space: normal;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.atout__body,
.atout--3 .atout__body,
.atout--4 .atout__body {
  margin: 18px 0 0;
  max-width: none;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.atout__logo {
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
}

/* ============================================================
   MÉTHODE — étapes en cartes blanches, gros numéros orange
   ============================================================ */

.section-methode {
  background-color: #E9E7E3;
  padding: 96px 48px;
}

.methode__intro {
  margin: 40px 0 0;
  max-width: 860px;
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.methode__list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.methode__step {
  display: block;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: none;
  padding: 34px 34px 38px;
  box-shadow: none;
}

.methode__step + .methode__step {
  padding-top: 34px;
}

.methode__step:last-child {
  padding-bottom: 38px;
}

.methode__step-num {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
}

.methode__step-title {
  margin-top: 14px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #000000;
}

.methode__step-desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.55;
  color: #444444;
}

/* ============================================================
   TÉMOIGNAGES — carte blanche, photo ronde
   ============================================================ */

.section-temoignages {
  background-color: #E9E7E3;
  padding: 0 48px 96px;
}

.temoignages__content {
  margin-top: 48px;
  background-color: #ffffff;
  border-radius: 0;
  padding: clamp(28px, 3.5vw, 56px);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  box-shadow: none;
}

.temoignages__photo {
  width: 128px;
  height: 128px;
  border-radius: 0;
  margin-right: 0;
}

.temoignages__quote {
  font-size: clamp(20px, 1.9vw, 30px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.temoignages__author {
  margin-top: 18px;
  color: #666666;
}

.temoignages__dots {
  margin-top: 28px;
}

.temoignages__dot {
  width: 12px;
  height: 12px;
}

/* ============================================================
   BANDE DÉCORATIVE — supprimée
   ============================================================ */

.divider-em {
  display: none;
}

/* ============================================================
   CTA — bandeau orange, bouton sombre
   ============================================================ */

.section-cta {
  background-color: #E9994A;
  padding: 96px 48px;
}

.cta__text {
  max-width: 1000px;
  font-size: clamp(26px, 2.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.cta__btn {
  background-color: #1D1D1B;
  border-radius: 0;
  height: 54px;
  padding: 0 34px;
}

.cta__btn:hover {
  background-color: #000000;
}

/* ============================================================
   FOOTER — aplat sombre, plus de photo de fond
   ============================================================ */

.site-footer {
  background-color: #1D1D1B;
  padding: 80px 48px 40px;
}

.site-footer__bg {
  display: none;
}

.site-footer__logo {
  width: clamp(160px, 12vw, 220px);
}

.site-footer__cta {
  border-radius: 0;
  margin-top: 36px;
}

.site-footer__address {
  margin-top: 72px;
  font-weight: 400;
  line-height: 1.7;
  opacity: 0.92;
}

.site-footer__legal {
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  flex-wrap: wrap;
}

/* ============================================================
   FORMULAIRES — champs arrondis, submit pilule
   ============================================================ */

.section-contact {
  background-color: #E9E7E3;
  border-top: none;
  padding: 96px 48px 110px;
}

.contact__title {
  font-size: clamp(28px, 2.3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.contact-form {
  background-color: #ffffff;
  border-radius: 0;
  padding: clamp(24px, 2.5vw, 40px);
  box-shadow: none;
}

.contact-form__field input,
.contact-form__field textarea,
.contact-form__field select {
  border-radius: 0;
  border-color: #e3e3e3;
  background-color: #FAFAFA;
}

.contact-form__submit {
  border-radius: 0;
  padding: 17px 36px;
}

/* ============================================================
   GALERIE — vignettes arrondies
   ============================================================ */

.section-galerie {
  background-color: #ffffff;
  padding: 96px 48px 110px;
}

.galerie__item {
  border-radius: 0;
}

/* ============================================================
   PAGE PRODUIT
   ============================================================ */

/* Hero : image pleine largeur, plus de panneau orange 25 % */
.hero-produit {
  height: 64vh;
  min-height: 480px;
  max-height: 760px;
}

.hero-produit__panel {
  display: none;
}

.hero-produit__bg {
  width: 100%;
}

.hero-produit__logo {
  display: none;
}

.hero-produit__title {
  left: 48px;
  right: 48px;
  top: auto;
  bottom: 110px;
  transform: none;
  max-width: 820px;
  font-size: clamp(30px, 2.9vw, 50px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero-produit__tagline {
  left: 48px;
  right: 48px;
  bottom: 40px;
  font-size: clamp(13px, 0.95vw, 16px);
  opacity: 0.92;
}

/* Intro produit */
.section-intro-produit {
  background-color: #ffffff;
  padding: 90px 48px 100px;
}

.intro-produit__body {
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 900px;
}

.intro-produit__cta {
  border-radius: 0;
  height: 54px;
  padding: 0 34px;
  margin-top: 44px;
}

/* Blocs zigzag : fond sombre adouci, images arrondies, typo bold */
.section-gamme-produit {
  background-color: #1D1D1B;
  padding: 20px 48px;
}

.gamme-bloc__visual img {
  border-radius: 0;
  aspect-ratio: 4 / 3;
}

.gamme-bloc__visual::before {
  display: none;
}

.gamme-bloc__title {
  font-size: clamp(24px, 1.9vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.gamme-bloc__desc {
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.gamme-separateur__title {
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.gamme-separateur__desc {
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.6;
}

/* Points forts : pastilles pleines */
.section-points-forts {
  background-color: #ffffff;
  padding: 90px 48px;
}

.point-fort__icon {
  border: none;
  border-radius: 0;
  background-color: rgba(233, 153, 74, 0.15);
}

/* Promesse produit : typo bold, photos en grille régulière */
.section-promesse-produit {
  background-color: #E9E7E3;
  padding: 96px 48px 110px;
}

.promesse-produit__body {
  font-size: clamp(26px, 2.4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1000px;
}

.promesse-produit__cta {
  border-radius: 0;
  height: 54px;
  padding: 0 34px;
}

/* Composition libre → grille régulière arrondie */
.promesse-produit__photos {
  position: static;
  height: auto;
  max-width: none;
  margin-top: 64px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.promesse-produit__photo-wrap,
.promesse-produit__photo-wrap--1,
.promesse-produit__photo-wrap--2,
.promesse-produit__photo-wrap--3 {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.promesse-produit__photo-wrap::after {
  display: none;
}

.promesse-produit__photo-wrap img {
  height: 100%;
}

/* Déstockage : encart réassurance en carte à liseré orange */
.destockage__reassurance {
  border: none;
  border-left: 6px solid #E9994A;
  border-radius: 0;
  box-shadow: none;
  margin: 90px 48px 0;
}

.section-destockage-form {
  padding: 96px 48px 110px;
}

.destockage-form {
  background-color: #ffffff;
  border-radius: 0;
  padding: clamp(24px, 2.5vw, 40px);
  box-shadow: none;
  max-width: none;
}

/* ============================================================
   RESPONSIVE du thème
   ============================================================ */

@media (max-width: 1024px) {
  .hero__main,
  .hero__tagline {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-promesse,
  .section-gamme,
  .section-atouts,
  .section-methode,
  .section-cta,
  .section-intro-produit,
  .section-gamme-produit,
  .section-points-forts,
  .section-promesse-produit {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-temoignages {
    padding: 0 40px 80px;
  }

  .site-footer {
    padding: 64px 40px 32px;
  }

  .section-atouts,
  .methode__list {
    grid-template-columns: 1fr;
  }

  .gamme-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-produit__title {
    left: 40px;
    right: 40px;
  }

  .hero-produit__tagline {
    left: 40px;
    right: 40px;
  }

  .destockage__reassurance {
    margin: 72px 40px 0;
  }
}

@media (max-width: 767px) {
  .hero__main {
    padding: 0 24px;
  }

  .hero__title {
    font-size: 30px;
    line-height: 1.15;
  }

  .hero__tagline {
    padding: 14px 24px;
  }

  .section-promesse,
  .section-gamme,
  .section-atouts,
  .section-methode,
  .section-cta,
  .section-intro-produit,
  .section-gamme-produit,
  .section-points-forts,
  .section-promesse-produit,
  .section-destockage-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-temoignages {
    padding: 0 24px 64px;
  }

  .site-footer {
    padding: 56px 24px 28px;
  }

  .gamme-intro,
  .gamme-row {
    grid-template-columns: 1fr;
  }

  .gamme-card {
    height: 240px;
  }

  .temoignages__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .promesse-produit__photos {
    grid-template-columns: 1fr;
  }

  .hero-produit__title {
    left: 24px;
    right: 24px;
    bottom: 96px;
    font-size: 30px;
  }

  .hero-produit__tagline {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }

  .destockage__reassurance {
    margin: 56px 24px 0;
  }

  /* Bouton contact flottant visible aussi en mobile */
  .side-menu {
    display: flex;
    bottom: 20px;
    right: 20px;
  }

  .side-menu__socials {
    display: none;
  }
}
