@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
:root {
  --ink: #111;
  --muted: #9aa0aa;
  --line: #d8dadd;
  --light: #f5f5f3;
  --dark: #111;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  font-weight: 300;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
.hero {
  display: grid;
  grid-template-columns: 37.5% 62.5%;
  min-height: 520px;
}
.hero-copy {
  padding: 28px 8.5vw 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-logo {
  display: block;
  width: 205px;
  height: auto;
  margin-bottom: 72px;
}
.footer-logo {
  display: block;
  width: 145px;
  height: auto;
}
.eyebrow,
.section-head {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 350;
}
.hero h1 {
  font-size: 43px;
  line-height: 1.12;
  letter-spacing: -2.2px;
  font-weight: 400;
  margin: 28px 0;
}
.hero p {
  color: #a4aab4;
  font-size: 15px;
  line-height: 1.55;
}
.hero-image {
  position: relative;
  min-height: 520px;
  background: url("images/podium.jpg") 58% center/cover no-repeat;
}
.hero-nav {
  position: absolute;
  top: 30px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: white;
  font-size: 11px;
  font-weight: 600;
}
.section {
  padding: 70px 8.5vw 70px;
}
.section-head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 30px;
}
.section-head i {
  width: 26px;
  height: 1px;
  background: #999;
  display: block;
}
.section-head strong {
  font-size: 11px;
}
.section-head .carousel-arrows {
  margin-left: auto;
  font-size: 27px;
  font-weight: 300;
  color: #a4aab4;
}
.section h2 {
  font-weight: 400;
  letter-spacing: -1.4px;
  font-size: 32px;
  line-height: 1.15;
}
.approach {
  background: #fafafa;
}
.approach > h2 {
  font-size: 30px;
  margin: 0 0 14px;
}
.approach-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
  align-items: start;
}
.approach p,
.focus p,
.agency p,
.clients p,
.founder p {
  font-size: 15px;
  line-height: 1.65;
  color: #a0a6af;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
  height: 100px;
}
.principles article {
  padding: 0 20px;
  border-right: 1px solid var(--line);
}
.principles article:last-child {
  border-right: 0;
}
.principles h3 {
  font-size: 15px;
  margin: 0 0 15px;
  font-weight: 600;
}
.principles p {
  font-size: 13px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.project-image {
  aspect-ratio: 1.45;
  background-size: cover;
}
.img-project-1 {
  background: url("images/Eastside.jpg") center/cover no-repeat;
}
.img-project-2 {
  background: url("images/manze-dede.jpg") center/cover no-repeat;
}
.img-project-3 {
  background: url("images/people-connect.jpg") center/cover no-repeat;
}
.img-project-4 {
  background: url("images/Morne-Loco.jpg") center/cover no-repeat;
}
.project-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 13px 0 5px;
}
.project-card h3 span {
  float: right;
  font-size: 25px;
  font-weight: 300;
}
.project-card p,
.project-card small {
  color: #a0a6af;
  font-size: 13px;
  line-height: 1.45;
}
.project-card small {
  display: block;
  letter-spacing: 1.6px;
  margin-top: 12px;
}
.focus {
  background: #fafafa;
}
.focus-grid {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 48px;
}
.focus-images {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.focus-image {
  aspect-ratio: 1/1;
  background-size: cover;
}
.focus-1 {
  background: url("images/reemploi.jpg") center/cover no-repeat;
}
.focus-2 {
  background: url("images/sargasse.jpg") center/cover no-repeat;
}
.focus-copy article {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 20px;
  margin-bottom: 28px;
  align-items: start;
}
.focus-copy article h2:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #d8dadd;
  margin-top: 16px;
}
.focus-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.focus-copy h2 {
  font-size: 24px;
  margin: 0;
}
.focus-copy article:nth-child(2) {
  margin-top: 195px;
}

.clients-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 55px;
  border-right: 0;
}
.clients-grid p {
  margin: 0;
}
.clients-grid h2 {
  margin: 0;
}
.agency {
  background: #f1f1ef;
}
.agency-grid {
  display: grid;
  grid-template-columns: 30% 1fr 27%;
  gap: 30px;
  align-items: start;
}
.agency-photo {
  aspect-ratio: 0.9;
  background: url("images/agence.jpg") center/cover no-repeat;
}
.agency-copy h2 {
  margin: 0 0 24px;
}
.agency-copy h3,
.addresses h3 {
  font-size: 11px;
  letter-spacing: 1.5px;
  margin: 22px 0 9px;
}

.addresses p {
  margin: 0 0 45px;
}
.addresses-richtext {
  margin: 0 0 85px;
}
.addresses-richtext p {
  margin: 0 0 38px;
  color: #9aa0aa;
  line-height: 1.65;
}
.addresses-richtext strong {
  display: block;
  color: #111;
  font-weight: 600;
  line-height: 1.35;
}
.founder {
  display: grid;
  grid-template-columns: 1fr 24%;
  gap: 35px;
  margin-top: 32px;
  align-items: start;
}
.founder h2 {
  font-size: 24px;
  margin: 0 0 15px;
}
.founder-photo {
  aspect-ratio: 1/1;
  margin-top: 44px;
  background: url("images/philippeMonjaret.jpg") center/cover no-repeat;
}

.organization {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  max-width: 100%;
}
.organization h2 {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 400;
}
.organization p {
  max-width: 900px;
  margin: 0;
}

/* Contact — bloc formulaire */
.contact {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 55px;
  padding: 70px 8.5vw 42px;
  background: #111;
  color: #fff;
}
.contact-intro .section-head {
  margin-bottom: 42px;
}
.contact-intro h2 {
  font-size: 32px;
  line-height: 1.12;
  margin: 0 0 28px;
  font-weight: 500;
}
.contact-intro p {
  font-size: 15px;
  line-height: 1.6;
  color: #d8d8d8;
  margin: 0;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #9da0aa;
  border-radius: 0;
  padding: 8px 6px;
  font: inherit;
  font-size: 15px;
  color: #fff;
  background: #111;
  border-color: #555;
}
.contact-form textarea {
  min-height: 200px;
  resize: vertical;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
  opacity: 1;
}
.contact-form .optin {
  color: #d8d8d8;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.4;
}
.contact-form .optin input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.contact-form button {
  border: 1px solid #555;
  border-radius: 0;
  background: #fff;
  color: #111;
  padding: 7px 12px;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}

.inspiration {
  padding-bottom: 42px;
}
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 115px);
  grid-auto-flow: row dense;
  gap: 3px;
}
.mosaic .tile:nth-child(3n) {
  grid-row: span 1;
}
.mosaic .tile:nth-child(5n) {
  grid-column: span 2;
}
.mosaic .tile:nth-child(7n) {
  grid-row: span 2;
}
.mosaic .tile:nth-child(11n) {
  grid-column: span 2;
  grid-row: span 2;
}
.tile {
  background-size: cover;
  background-position: center;
}
@media (min-width: 901px) and (max-width: 1250px) {
  footer {
    grid-template-columns: 115px minmax(0, 1fr);
    column-gap: 24px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  footer .footer-logo {
    width: 115px;
  }

  footer .footer-nav {
    gap: 10px 14px;
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 38px 7vw;
  }
  .hero-image {
    min-height: 300px;
  }
  .hero-nav {
    top: 22px;
    left: 7vw;
    right: 7vw;
    justify-content: flex-start;
    gap: 10px 18px;
    font-size: 10px;
  }
  .section {
    padding: 42px 7vw;
  }
  .approach-grid,
  .clients-grid,
  .agency-grid,
  .focus-grid,
  .contact {
    grid-template-columns: 1fr;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .focus-copy article {
    grid-template-columns: 1fr;
  }
  .agency-grid {
    gap: 35px;
  }
  .founder {
    grid-template-columns: 1fr;
  }
  .founder-photo {
    max-width: 240px;
  }
  .organization {
    margin-top: 40px;
    padding-top: 28px;
  }
  .mosaic {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 75px);
  }
  .contact {
    padding: 45px 7vw;
  }
  .contact-form {
    padding-top: 0;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  footer .footer-logo {
    justify-self: center;
    width: 130px;
  }
  footer .footer-nav {
    justify-content: center;
    gap: 14px 20px;
  }
  footer .footer-locations {
    grid-column: 1;
    white-space: normal;
    text-align: center;
  }
  .brand-logo {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .focus-copy article:nth-child(2) {
    margin-top: 0;
  }
}

/* Ajustements responsive finaux */
@media (min-width: 901px) and (max-width: 1250px) {
  .hero {
    grid-template-columns: 42% 58%;
  }
  .hero-copy {
    padding-left: 6vw;
    padding-right: 5vw;
  }
  .hero-nav {
    left: 24px;
    right: 24px;
    gap: 9px 14px;
    font-size: 10px;
  }
  .section,
  .contact {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .focus-grid {
    grid-template-columns: 30% 1fr;
    gap: 34px;
  }
  .focus-copy article {
    grid-template-columns: 32% 1fr;
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .hero-image {
    min-height: 260px;
    background-position: 58% center;
  }
  .hero-nav {
    top: 20px;
    left: 6vw;
    right: 6vw;
    gap: 12px 16px;
    font-size: 9px;
  }
  .focus-images {
    gap: 16px;
  }
  .focus-copy {
    gap: 0;
  }
  .focus-copy article:nth-child(2) {
    margin-top: 36px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Footer final : navigation et lieux sur une seule ligne à droite */
@media (min-width: 1251px) {
  footer {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 32px;
    row-gap: 0;
    align-items: center;
  }

  footer .footer-nav {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px 22px;
    white-space: nowrap;
  }

  footer .footer-locations {
    grid-column: auto;
    white-space: nowrap;
    text-align: right;
    margin-left: 0;
    font-size: 10px;
  }
}

@media (min-width: 901px) and (max-width: 1250px) {
  footer {
    grid-template-columns: 105px minmax(0, 1fr);
    row-gap: 8px;
  }

  footer .footer-nav {
    width: auto;
    gap: 8px 12px;
  }

  footer .footer-locations {
    grid-column: 2;
    white-space: nowrap;
    text-align: left;
  }
}

/* Footer final : logo à gauche, copyright et liens centrés, lieux à droite */
footer {
  display: grid;
  background: #111;
  color: #fff;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 32px;
  row-gap: 0;
  padding: 28px 6vw;
}

footer .footer-logo {
  display: block;
  width: 145px;
  height: auto;
  filter: none;
}

footer .footer-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  min-width: 0;
}

footer .footer-copyright {
  white-space: nowrap;
  color: #fff;
}

footer .footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  width: auto;
  min-width: 0;
}

footer .footer-nav a {
  white-space: nowrap;
}

footer .footer-locations {
  grid-column: auto;
  white-space: nowrap;
  text-align: right;
  color: #bbb;
  font-size: 10px;
}

@media (min-width: 901px) and (max-width: 1250px) {
  footer {
    grid-template-columns: 110px minmax(0, 1fr) auto;
    column-gap: 20px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  footer .footer-logo {
    width: 110px;
  }

  footer .footer-center {
    gap: 10px 16px;
  }

  footer .footer-nav {
    gap: 10px 14px;
    font-size: 10px;
  }

  footer .footer-locations {
    font-size: 9px;
  }
}

@media (max-width: 900px) {
  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 20px;
  }

  footer .footer-logo {
    width: 125px;
  }

  footer .footer-center {
    width: 100%;
    gap: 14px;
  }

  footer .footer-nav {
    gap: 12px 20px;
  }

  footer .footer-locations {
    grid-column: 1;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 28px 7vw;
  }

  footer .footer-center {
    flex-direction: column;
    gap: 14px;
  }

  footer .footer-nav {
    flex-direction: column;
    gap: 12px;
  }
}

/* Navigation principale séparée du visuel du podium */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px 30px;
  padding: 22px 6vw;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.site-nav a {
  white-space: nowrap;
  text-decoration: none;
}

@media (min-width: 901px) and (max-width: 1250px) {
  .site-nav {
    gap: 14px 20px;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .site-nav {
    justify-content: flex-start;
    gap: 14px 20px;
    padding: 20px 7vw;
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .site-nav {
    gap: 12px 16px;
    padding: 18px 6vw;
    font-size: 10px;
  }
}

/* Navigation superposée au visuel du podium */
.hero-image {
  position: relative;
  overflow: hidden;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 115px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}

.hero-image .site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 25px 30px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.hero-image .site-nav a {
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

@media (min-width: 901px) and (max-width: 1250px) {
  .hero-image .site-nav {
    gap: 7px 16px;
    padding: 22px 22px;
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .hero-image .site-nav {
    justify-content: flex-start;
    gap: 10px 16px;
    padding: 20px 7vw;
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .hero-image .site-nav {
    gap: 9px 13px;
    padding: 17px 6vw;
    font-size: 9px;
  }
}

/* Espacement renforcé du formulaire Contact */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 0;
}

.contact-form .form-full {
  width: 100%;
}

.contact-form .form-full input {
  width: 100%;
}

.contact-form textarea {
  min-height: 200px;
  margin-bottom: 0;
}

.contact-form .optin {
  margin-top: -4px;
}

.contact-form button {
  margin-top: -4px;
}

@media (max-width: 600px) {
  .contact-form {
    gap: 20px;
  }

  .contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-form textarea {
    min-height: 180px;
  }
}

/* Correction mosaïque Inspiration : éviter les lignes écrasées en bas */
.mosaic {
  grid-auto-rows: 115px;
  align-items: stretch;
  overflow: hidden;
}

.mosaic .tile {
  min-height: 0;
  height: auto;
  overflow: hidden;
}

@media (max-width: 900px) {
  .mosaic {
    grid-auto-rows: 75px;
  }
}

@media (max-width: 600px) {
  .mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(8, 90px);
    grid-auto-rows: 90px;
  }
}

/* Inspiration uniquement : visuels plus hauts et dernier visuel aligné */
.inspiration .mosaic {
  grid-template-rows: repeat(6, 160px);
  grid-auto-rows: 160px;
  align-content: start;
}

.inspiration .mosaic .tile {
  min-height: 160px;
  height: auto;
  align-self: stretch;
  overflow: hidden;
}

@media (max-width: 900px) {
  .inspiration .mosaic {
    grid-template-rows: repeat(6, 125px);
    grid-auto-rows: 125px;
  }

  .inspiration .mosaic .tile {
    min-height: 125px;
  }
}

@media (max-width: 600px) {
  .inspiration .mosaic {
    grid-template-rows: repeat(8, 110px);
    grid-auto-rows: 110px;
  }

  .inspiration .mosaic .tile {
    min-height: 110px;
  }
}
/* Dernier visuel Inspiration : même hauteur que les autres */
.inspiration .mosaic .t23 {
  grid-row: span 2;
  align-self: stretch;
  height: auto;
  min-height: 0;
}

/* =========================================================
   Menu sticky + animations
   ========================================================= */
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 6vw;
  background: rgba(17, 17, 17, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  backdrop-filter: blur(10px);
}

.sticky-menu.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-menu-logo {
  flex: 0 0 auto;
}

.sticky-menu-logo img {
  display: block;
  width: 112px;
  height: auto;
  filter: invert(1);
}

.sticky-menu-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 22px;
  min-width: 0;
}

.sticky-menu-nav a,
.site-nav a {
  position: relative;
  display: inline-block;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.sticky-menu-nav a::after,
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.sticky-menu-nav a:hover,
.site-nav a:hover {
  transform: translateY(-2px);
}

.sticky-menu-nav a:hover::after,
.sticky-menu-nav a:focus-visible::after,
.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* Ancre active dans le menu sticky pendant le défilement */
.sticky-menu-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* La navigation originale est bien positionnée sur le visuel */
.site-nav {
  position: absolute;
  top: 30px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: white;
  font-size: 11px;
  font-weight: 600;
}

/* Flèches des projets : mouvement discret et premium */
.project-card h3 span {
  display: inline-block;
  float: right;
  font-size: 25px;
  font-weight: 300;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.project-card:hover h3 span,
.project-card:focus-within h3 span {
  transform: translate(5px, -4px) rotate(8deg);
}

@media (max-width: 1250px) {
  .sticky-menu {
    padding-left: 4vw;
    padding-right: 4vw;
    gap: 18px;
  }

  .sticky-menu-nav {
    gap: 7px 14px;
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .sticky-menu {
    padding: 13px 6vw;
    align-items: flex-start;
  }

  .sticky-menu-logo img {
    width: 95px;
  }

  .sticky-menu-nav {
    justify-content: flex-end;
    gap: 8px 13px;
    font-size: 9px;
  }
}

@media (max-width: 600px) {
  .sticky-menu {
    gap: 12px;
  }

  .sticky-menu-logo img {
    width: 78px;
  }

  .sticky-menu-nav {
    gap: 6px 10px;
    font-size: 8px;
  }

  .sticky-menu-nav a::after,
  .site-nav a::after {
    bottom: -3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-menu,
  .sticky-menu-nav a,
  .site-nav a,
  .project-card h3 span {
    transition: none;
  }
}

/* Navigation sticky : logo + liens toujours visibles */
.sticky-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.sticky-menu-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 22px;
  min-width: 0;
}

/* Cartes projets cliquables */
a.project-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.project-card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 8px;
}
a.project-card .project-image {
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.45s ease;
}
a.project-card:hover .project-image,
a.project-card:focus-visible .project-image {
  transform: scale(1.02);
  filter: brightness(0.92);
}

/* Correction visibilité du menu sticky sur fond sombre */
.sticky-menu {
  color: #fff;
}

.sticky-menu-nav a,
.sticky-menu-nav a:visited,
.sticky-menu-nav a:hover,
.sticky-menu-nav a:focus-visible {
  color: #fff !important;
}

/* Menu sticky : reprendre exactement les proportions de la navigation du visuel */
.sticky-menu-nav {
  gap: 10px 22px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.sticky-menu-nav a,
.sticky-menu-nav a:visited,
.sticky-menu-nav a:hover,
.sticky-menu-nav a:focus-visible {
  color: #fff !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (max-width: 1250px) {
  .sticky-menu-nav {
    gap: 7px 16px;
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .sticky-menu-nav {
    gap: 10px 16px;
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .sticky-menu-nav {
    gap: 9px 13px;
    font-size: 9px;
  }
}

/* Menu mobile sticky avec burger à droite */
.menu-toggle {
  display: none;
  margin-left: auto;
  width: 34px;
  height: 34px;
  padding: 6px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
@media (max-width: 700px) {
  .sticky-menu {
    gap: 0;
    padding: 12px 18px;
    flex-wrap: wrap;
  }
  .menu-toggle {
    display: flex;
  }
  .sticky-menu-nav {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    padding-top: 18px;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    font-size: 11px;
  }
  .sticky-menu.menu-open .sticky-menu-nav {
    display: flex;
  }
  .sticky-menu.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .sticky-menu.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .sticky-menu.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Corrections mobile et mise en page du focus */
.focus-grid {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.focus-item {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 48px;
  align-items: start;
}
.focus-item article {
  margin: 0;
}
@media (max-width: 700px) {
  .sticky-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .sticky-menu-logo {
    display: none;
  }
  .site-nav {
    display: none;
  }
  .focus-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Correction mobile finale : logo dans le menu fixe */
@media (max-width: 700px) {
  .sticky-menu {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    min-height: 82px;
    align-items: center;
  }

  .sticky-menu-logo {
    display: block !important;
    flex: 0 0 auto;
  }

  .sticky-menu-logo img {
    display: block;
    width: 118px;
    height: auto;
    filter: invert(1);
  }

  .brand-logo {
    display: none !important;
  }

  .site-nav {
    display: none !important;
  }

  .menu-toggle {
    margin-left: auto;
  }
}

/* Derniers ajustements mobile : menu plus compact et titre dégagé */
@media (max-width: 700px) {
  .sticky-menu {
    min-height: 0 !important;
    height: auto !important;
    padding: 8px 18px !important;
    gap: 0 !important;
  }

  .sticky-menu-logo img {
    width: 96px !important;
    height: auto !important;
  }

  .menu-toggle {
    width: 32px !important;
    height: 32px !important;
    padding: 4px !important;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
  }

  .hero-copy {
    padding-top: 112px !important;
  }
}

/* Ajustement du titre desktop : trois lignes */
@media (min-width: 701px) {
  .hero h1 {
    font-size: 39px;
    letter-spacing: -2px;
    white-space: nowrap;
  }
}

/* Ajustements Focus : troisième bloc et liens "En savoir plus" */
.focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
}
.focus-item {
  min-width: 0;
}
.focus-item article {
  margin-top: 22px;
}
.focus-item article h2 {
  margin: 0 0 16px;
}
.focus-item article p {
  margin: 0 0 18px;
}
.focus-3 {
  background: url("images/amenagement.jpg") center/cover no-repeat;
}
.focus-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  margin-top: 4px;
  border-bottom: 1px solid #d8dadd;
  padding-bottom: 10px;
}
.focus-more span {
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: -4px;
}
.clients-grid > p:first-of-type {
  margin-bottom: 18px;
}
.clients-grid > p:first-of-type strong {
  font-weight: 500;
}
@media (max-width: 900px) {
  .focus-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .focus-item article {
    margin-top: 18px;
  }
}

/* Focus links: arrow on the left, no horizontal rule */
.focus-more {
  justify-content: flex-start;
  gap: 8px;
  width: auto;
  border-bottom: none;
  padding-bottom: 0;
}
.focus-more span {
  order: -1;
  font-size: 18px;
}

/* Clients: keep the client intro and list in the left column,
   separate from the "25 ans d'expérience" block on the right. */
.clients-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 64px;
  align-items: start;
}
.clients-grid > :first-child {
  grid-column: 1;
}
.clients-grid > :last-child {
  grid-column: 2;
}
@media (max-width: 900px) {
  .clients-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .clients-grid > :first-child,
  .clients-grid > :last-child {
    grid-column: 1;
  }
}

/* Final Focus link alignment */
.focus-more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  gap: 7px;
  border-bottom: none;
  padding-bottom: 0;
}
.focus-more span {
  order: 0;
  font-size: 18px;
  line-height: 1;
}

/* Clients layout: title left; intro + client list together, closer to the center */
.clients-grid {
  grid-template-columns: 32% minmax(0, 1fr);
  column-gap: 0;
}
.clients-grid > :first-child {
  grid-column: 1;
}
.clients-grid > :last-child {
  grid-column: 2;
  min-width: 0;
}
.clients-grid > :last-child p:first-child {
  margin-top: 0;
}
@media (max-width: 900px) {
  .clients-grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .clients-grid > :first-child,
  .clients-grid > :last-child {
    grid-column: 1;
  }
}

/* Focus : même animation que les flèches des projets */
.focus-more span {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.focus-more:hover span,
.focus-more:focus-visible span {
  transform: translate(5px, -4px) rotate(8deg);
}

/* Clients : aucun espace entre le texte d’introduction et la liste */
.clients-grid > p:nth-child(2),
.clients-grid > p:nth-child(3) {
  margin-top: 0;
  margin-bottom: 0;
}
.clients-grid > p:nth-child(2) {
  margin-bottom: 0;
}

/* =========================================================
   MENU STICKY — fond blanc, logo et typo noirs
   Le menu initial reste positionné sur le visuel.
   ========================================================= */

.sticky-menu {
  background: #fff !important;
  color: #111 !important;
  border-bottom: 0 !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.sticky-menu-nav a,
.sticky-menu-nav a:visited,
.sticky-menu-nav a:hover,
.sticky-menu-nav a:focus-visible {
  color: #111 !important;
}

.sticky-menu-logo img {
  filter: none !important;
}

.menu-toggle span {
  background: #111 !important;
}

/* Conserver le menu blanc/noir sur toutes les tailles */
@media (max-width: 900px) {
  .sticky-menu {
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  }
}

/* =========================================================
   VISUEL PODIUM EN HAUT DE PAGE — format carré
   Correction appliquée à .hero-image, pas au bloc Focus.
   ========================================================= */

/* Desktop : moitié gauche texte / moitié droite visuel carré */
@media (min-width: 901px) {
  .hero {
    grid-template-columns: 50% 50% !important;
    align-items: stretch;
  }

  .hero-image {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    background-size: cover !important;
    background-position: 58% center !important;
  }
}

/* Mobile : le visuel du haut reste carré */
@media (max-width: 900px) {
  .hero-image {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    background-size: cover !important;
    background-position: center !important;
  }
}

/* HERO — logo aligné en hauteur avec la navigation */
@media (min-width: 901px) {
  .hero .logo,
  .hero-copy .logo,
  .site-logo {
    transform: translateY(-10px);
  }

  /* Titre et texte gauche agrandis */
  .hero-copy h1 {
    font-size: clamp(38px, 3.15vw, 58px) !important;
    line-height: 1.08 !important;
    max-width: 650px !important;
  }

  .hero-copy > p,
  .hero-copy .hero-description {
    font-size: 18px !important;
    line-height: 1.45 !important;
    max-width: 620px !important;
  }
}

@media (max-width: 900px) {
  .hero-copy h1 {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .hero-copy > p,
  .hero-copy .hero-description {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }
}

/* HERO final corrections */
@media (min-width: 901px) {
  /* Logo positioned at the same upper level as the navigation */
  .site-header .logo,
  .site-header .site-logo,
  .site-header .logo img,
  header .logo,
  header .site-logo,
  header .logo img {
    position: relative !important;
    top: -115px !important;
  }

  /* Exact requested title wrapping */
  .hero-copy h1 {
    font-size: clamp(38px, 3.15vw, 58px) !important;
    line-height: 1.08 !important;
    max-width: 650px !important;
  }
}

/* Correction finale — logo en haut à gauche et retours à la ligne exacts */
.hero-copy {
  position: relative;
}

@media (min-width: 901px) {
  .hero-copy .brand-logo {
    position: absolute !important;
    top: 38px !important;
    left: 6vw !important;
    width: 205px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .hero-copy h1 {
    white-space: normal !important;
    max-width: 650px !important;
  }
}

@media (max-width: 900px) {
  .hero-copy .brand-logo {
    position: absolute !important;
    top: 28px !important;
    left: 7vw !important;
    margin: 0 !important;
    transform: none !important;
  }

  .hero-copy h1 {
    white-space: normal !important;
  }
}

/* CORRECTION CLIENTS — suppression réelle de l’espace entre intro et liste */
.clients-grid {
  align-items: start !important;
  row-gap: 0 !important;
}
.clients-grid .clients-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
}
.clients-grid .clients-copy p {
  margin: 0 !important;
  padding: 0 !important;
}
.clients-grid .clients-copy p + p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================================================
   PROJETS — carrousel de 4 projets avec animation élégante
   ========================================================= */
.project-carousel {
  overflow: hidden;
  width: 100%;
}
.project-track {
  display: flex;
  gap: 35px;
  transform: translateX(0);
  transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.project-track .project-card {
  flex: 0 0 calc((100% - 70px) / 3);
  min-width: 0;
}
.carousel-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.carousel-arrows button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #a4aab4;
  font: inherit;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition:
    color 220ms ease,
    transform 220ms ease,
    opacity 220ms ease;
}
.carousel-arrows button:hover:not(:disabled),
.carousel-arrows button:focus-visible {
  color: #111;
  transform: translateX(2px);
}
.carousel-arrows .carousel-prev:hover:not(:disabled) {
  transform: translateX(-2px);
}
.carousel-arrows button:disabled {
  opacity: 0.28;
  cursor: default;
}

@media (max-width: 900px) {
  .project-track {
    gap: 24px;
  }
  .project-track .project-card {
    flex-basis: 100%;
  }
}

/* MOBILE — projets affichés les uns sous les autres, sans carrousel */
@media (max-width: 900px) {
  .project-carousel {
    overflow: visible !important;
  }

  .project-track {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
    transform: none !important;
    transition: none !important;
  }

  .project-track .project-card {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .projects .carousel-arrows {
    display: none !important;
  }
}

/* FOCUS — harmonisation de la taille du 3e bloc */
@media (min-width: 901px) {
  .focus-grid {
    align-items: stretch !important;
  }

  .focus-grid > .focus-item {
    min-width: 0 !important;
    height: 100% !important;
    align-self: stretch !important;
  }

  .focus-grid > .focus-item .focus-image {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .focus-grid > .focus-item article {
    min-width: 0 !important;
    height: 100% !important;
  }
}

@media (max-width: 900px) {
  .focus-grid > .focus-item .focus-image {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }
}

/* CORRECTIONS MOBILE UNIQUEMENT */
@media (max-width: 900px) {
  /* Ne pas forcer de retour avant « à Paris » */
  .focus-item h2 {
    white-space: normal !important;
  }

  /* Espace lisible entre le titre Clients et son texte */
  .clients-grid .clients-copy {
    padding-top: 16px !important;
  }
}

/* =========================
   PAGE PROJET
========================= */
.project-hero {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 520px;
}
.project-hero-copy {
  padding: 28px 8.5vw 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-brand img {
  width: 205px;
  display: block;
  margin-bottom: 72px;
}
.project-hero-copy h1 {
  font-size: 70px;
  line-height: 1.08;
  letter-spacing: -2.6px;
  font-weight: 300;
  margin: 28px 0;
}
.project-hero-copy p {
  color: #a4aab4;
  font-size: 17px;
  line-height: 1.5;
}
.project-meta {
  margin-top: 26px;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
}
.project-hero-image {
  position: relative;
  min-height: 600px;
  background: url("images/people-podium.jpg") center/cover no-repeat;
}
.project-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.project-nav {
  position: absolute;
  top: 30px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 25px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
   z-index: 2;
}
.project-section {
  padding: 62px 5.2vw;
}
.project-intro {
  background: #fafafa;
}
.project-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
}
.project-intro-grid p {
  margin: 0 0 10px;
  line-height: 1.45;
}
.project-intro-grid > div:first-child {
  max-width: 650px;
}
.project-intro p,
.project-data p,
.project-environment p {
  color: #a0a6af;
  font-size: 15px;
  line-height: 1.45;
}
.project-principles {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}
.project-principles article {
  margin-bottom: 28px;
}
.project-principles h3,
.data-grid h3 {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 7px;
}
.project-principles p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

/* People Connect : équipe MOE en bas à droite du bloc projet */
@media (min-width: 901px) {
  .project-principles {
    display: flex;
    flex-direction: column;
  }

  .project-principles article:last-child {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.project-gallery {
  padding: 0 3.4vw 30px;
  background: #fafafa;
}
.gallery-large {
  aspect-ratio: 2.7 / 1.5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 7px;
}
.gallery-small {
  aspect-ratio: 1.25 / 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-img-exterior {
  background: url("images/Morne-Loco.jpg") center/cover no-repeat;
}
.project-img-interior {
  background: url("images/people2.jpg") center/cover no-repeat;
}
.project-img-courtyard {
  background: url("images/people1.jpg") center/cover no-repeat;
}
.project-data {
  background: #fafafa;
  padding-top: 18px;
}
.data-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.data-grid > div {
  border-left: 1px solid var(--line);
  padding: 0 22px;
  min-height: 110px;
}
.data-grid p {
  margin: 0;
  font-size: 14px;
}
.project-environment {
  background: #fff;
}
.environment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.environment-grid h2 {
  font-size: 35px;
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: -1.7px;
  margin: 0 0 25px;
}
.short-line {
  width: 24px;
  height: 1px;
  background: #c5c8cc;
  margin-bottom: 20px;
}
.environment-image {
  aspect-ratio: 1.35 / 1;
  background: url("images/reemploi.jpg") center/cover no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .project-hero {
    grid-template-columns: 1fr;
  }
  .project-hero-copy {
    padding: 38px 7vw;
  }
  .project-brand img {
    margin-bottom: 50px;
  }
  .project-hero-image {
    min-height: 300px;
  }
  .project-nav {
    left: 7vw;
    right: 7vw;
    justify-content: flex-start;
  }
  .project-section {
    padding: 42px 7vw;
  }
  .project-intro-grid,
  .environment-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .project-principles {
    padding-left: 20px;
  }
  .data-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }
  .data-grid > div:last-child {
    grid-column: 1 / -1;
  }
  .project-gallery {
    padding: 0 7vw 25px;
  }
}
@media (max-width: 600px) {
  .project-hero-copy h1 {
    font-size: 43px;
  }
  .project-nav {
    gap: 12px 16px;
    font-size: 9px;
  }
  .gallery-large {
    aspect-ratio: 1.45 / 1;
  }
  .gallery-bottom {
    grid-template-columns: 1fr;
  }
  .data-grid {
    grid-template-columns: 1fr 1fr;
  }
  .data-grid > div {
    padding: 0 14px;
  }
  .environment-grid h2 {
    font-size: 30px;
  }
}


/* Focus — Réemploi tropical, une économie */
.focus-page .project-hero-image {
  background-image: url("images/reemploi.jpg");
}
.focus-gallery .focus-img-large {
  background: url("images/manze-dede.jpg") center/cover no-repeat;
}
.focus-gallery .focus-img-detail {
  background: url("images/Reemploi3.jpg") center/cover no-repeat;
}
.focus-gallery .focus-img-garden {
  background: url("images/Reemploi4.jpg") center/cover no-repeat;
}
.focus-page .focus-environment-image {
  background-image: url("images/Reemploi2.jpg");
}
.focus-page .project-intro-grid > div:first-child p {
  margin-bottom: 22px;
}
@media (max-width: 900px) {
  .focus-page .project-hero-copy h1 {
    font-size: 48px;
  }
}

/* Corrections mobile — pages projet et focus */
@media (max-width: 900px) {
  /* Le logo est déjà présent dans le menu mobile */
  .project-page .project-hero-copy .project-brand {
    display: none !important;
  }

  /* Le lien retour reste aligné à droite du menu */
  .project-page .project-nav {
    left: 7vw;
    right: 7vw;
    justify-content: flex-end !important;
  }

  /* Première image du projet People Connect : format carré */
  .project-page:not(.focus-page) .project-hero-image {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
}

/* Corrections mobile finales — pages projet et focus */
@media (max-width: 900px) {
  /* Laisser de l'espace sous le menu fixe afin que le contenu ne soit pas masqué */
  .project-page .project-hero-copy {
    padding-top: 105px;
  }

  /* Le lien retour n'apparaît plus sur le visuel mobile */
  .project-page .project-hero-image .project-nav {
    display: none !important;
  }

  /* Le lien retour reste dans le menu fixe, à droite */
  .project-page .sticky-menu {
    align-items: center;
  }

  .project-page .sticky-menu-nav {
    margin-left: auto;
    justify-content: flex-end;
  }
}

/* Correction finale mobile — Focus : retour visible dans le menu fixe */
@media (max-width: 900px) {
  .project-page.focus-page .sticky-menu-nav,
  .project-page:not(.focus-page) .sticky-menu-nav {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin-left: auto !important;
    padding-top: 0 !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-end !important;
    gap: 0 !important;
    font-size: 11px !important;
  }

  .project-page.focus-page .sticky-menu-nav a,
  .project-page:not(.focus-page) .sticky-menu-nav a {
    display: inline-block !important;
    white-space: nowrap;
  }

  /* Le visuel principal est carré sur les deux pages projet */
  .project-page .project-hero-image {
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }
}


/* Mentions légales */
.legal-page {
  background: #fff;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 8.5vw 50px;
  background: #fff;
  color: #111;
}

.legal-brand img {
  display: block;
  width: 205px;
  height: auto;
  filter: none;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 11px;
  font-weight: 600;
}

.legal-nav a {
  color: #111;
  text-decoration: none;
}

.legal-content {
  padding: 110px 8.5vw 130px;
  max-width: 1180px;
}

.legal-content h1 {
  margin: 0 0 75px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1.02;
  letter-spacing: -3px;
  font-weight: 300;
}

.legal-text {
  max-width: 760px;
}

.legal-text h2 {
  margin: 48px 0 16px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.legal-text h2:first-child {
  margin-top: 0;
}

.legal-text p {
  margin: 0 0 10px;
  color: #8f96a0;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .legal-header {
    padding: 22px 6vw;
  }

  .legal-brand img {
    width: 145px;
  }

  .legal-content {
    padding: 70px 8.5vw 90px;
  }

  .legal-content h1 {
    margin-bottom: 55px;
    letter-spacing: -1.8px;
  }

  .legal-text h2 {
    margin-top: 38px;
  }
}


/* Logo header alignment — same fixed reference as the Home */
.project-hero-copy, .legal-header { position: relative; }
.project-brand, .legal-brand { position: absolute; top: 28px; left: 8.5vw; display: block; }
.project-brand img, .legal-brand img { width: 205px; height: auto; display: block; margin: 0; }
.project-hero-copy { padding-top: 150px; }
.legal-header { min-height: 130px; padding: 0; }
.legal-nav { position: absolute; top: 30px; right: 8.5vw; }
@media (max-width: 900px) {
  .project-brand, .legal-brand { left: 7vw; top: 38px; }
  .project-brand img, .legal-brand img { width: 145px; }
  .project-hero-copy { padding-top: 145px; }
  .legal-nav { right: 7vw; top: 40px; }
}


/* =========================================================
   CALAGE FINAL DU LOGO — REFERENCE HOME
   Même position et même taille sur toutes les pages
   ========================================================= */

@media (min-width: 901px) {
  .hero-copy,
  .project-hero-copy,
  .legal-header {
    position: relative !important;
  }

  .hero-copy .brand-logo,
  .project-hero-copy .project-brand,
  .legal-header .legal-brand {
    position: absolute !important;
    top: 28px !important;
    left: 8.5vw !important;
    right: auto !important;
    bottom: auto !important;
    width: 205px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    display: block !important;
  }

  .hero-copy .brand-logo {
    object-fit: contain !important;
  }

  .project-hero-copy .project-brand img,
  .legal-header .legal-brand img {
    display: block !important;
    width: 205px !important;
    height: auto !important;
    margin: 0 !important;
  }

  /* Réserve exactement la même hauteur de départ pour les pages
     qui possèdent un logo dans leur header. */
  .project-hero-copy {
    padding-top: 150px !important;
  }

  .legal-header {
    min-height: 130px !important;
    padding: 0 !important;
  }
}

@media (max-width: 900px) {
  .hero-copy,
  .project-hero-copy,
  .legal-header {
    position: relative !important;
  }

  .hero-copy .brand-logo,
  .project-hero-copy .project-brand,
  .legal-header .legal-brand {
    position: absolute !important;
    top: 28px !important;
    left: 7vw !important;
    right: auto !important;
    bottom: auto !important;
    width: 145px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    display: block !important;
  }

  .project-hero-copy .project-brand img,
  .legal-header .legal-brand img {
    display: block !important;
    width: 145px !important;
    height: auto !important;
    margin: 0 !important;
  }

  .project-hero-copy {
    padding-top: 145px !important;
  }

  .legal-header {
    min-height: 115px !important;
    padding: 0 !important;
  }
}

@media (max-width: 600px) {
  .contact {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 45px 7vw;
  }
  .contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


.environmental-commitment { margin-top: 72px; max-width: 900px; }
.environmental-commitment h2 { margin-bottom: 24px; }
.environmental-commitment .richtext { line-height: 1.7; }
.environmental-logos { display:flex; align-items:center; gap:36px; margin-top:28px; }
.environmental-logos img { width:150px; height:54px; object-fit:contain; filter: grayscale(1); }
.linkedin-link { display:inline-flex; align-items:center; justify-content:center; }
.linkedin-link svg { width:18px; height:18px; fill:currentColor; }
footer .footer-copyright { font-size: 20px; letter-spacing: -0.02em; }
@media (max-width: 700px) { .environmental-logos { gap:20px; flex-wrap:wrap; } .environmental-logos img { width:125px; } footer .footer-copyright { font-size:16px; } }


/* Corrections finales — footer et engagement environnemental */
.environmental-commitment {
  margin-top: 58px;
  max-width: 100%;
}
.environmental-commitment h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
}
.environmental-commitment .richtext {
  max-width: 900px;
  line-height: 1.7;
}
.organization {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
footer {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
footer .footer-center {
  gap: 12px 28px;
}
footer .footer-copyright {
  font-size: inherit;
  font-weight: 300;
  letter-spacing: normal;
  white-space: nowrap;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}
footer .footer-right .linkedin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .footer-right .linkedin-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
footer .footer-right .footer-locations {
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 900px) {
  footer .footer-right { align-items: center; }
  footer .footer-right .footer-locations { text-align: center; white-space: normal; }
}

/* Ajustement footer — alignement final desktop */
footer .footer-center,
footer .footer-copyright,
footer .footer-nav,
footer .footer-nav a {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: normal;
}

footer .footer-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-width: 0;
}

footer .footer-right .footer-locations {
  margin: 0;
  font-size: 10px;
  white-space: nowrap;
  text-align: right;
}

footer .footer-right .linkedin-link {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  footer .footer-right {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  footer .footer-right .footer-locations {
    white-space: normal;
    text-align: center;
  }
}

/* Engagement environnemental — séparation, texte et logos */
.environmental-commitment {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  max-width: 100%;
}
.environmental-commitment h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
}
.environmental-commitment .richtext {
  max-width: 1000px;
  color: #a0a6af;
  font-size: 15px;
  line-height: 1.65;
  white-space: normal;
}
.environmental-logos {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 28px;
}
.environmental-logos img {
  width: 150px;
  height: 110px;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
@media (max-width: 900px) {
  .environmental-commitment { margin-top: 42px; padding-top: 28px; }
  .environmental-logos { gap: 20px; flex-wrap: wrap; }
  .environmental-logos img { width: 125px; height: 95px; }
}


/* =========================================================
   MOBILE — pages internes : un seul logo + lien retour visible
   ========================================================= */
@media (max-width: 900px) {
  /* Le logo est déjà affiché dans le header sticky mobile. */
  .project-hero-copy .project-brand,
  .legal-header .legal-brand {
    display: none !important;
  }

  /* Le contenu commence sous le header mobile. */
  .project-hero-copy {
    padding-top: 145px !important;
  }

  /* Sur les pages internes, le retour reste visible à droite du menu. */
  .detail-sticky-menu .sticky-menu-nav {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin-left: auto !important;
    padding-top: 0 !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    font-size: 11px !important;
  }

  .detail-sticky-menu .sticky-menu-nav a {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}

/* Correction finale mobile — Home : le logo reste uniquement dans le header sticky */
@media (max-width: 900px) {
  .hero-copy .brand-logo {
    display: none !important;
  }
}


/* =========================================================
   MOBILE — footer restauré
   ========================================================= */
@media (max-width: 900px) {
  footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 42px 24px 48px !important;
    text-align: center !important;
  }

  footer .footer-logo {
    width: 220px !important;
    max-width: 75vw !important;
    margin: 0 0 34px !important;
  }

  footer .footer-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
    width: 100% !important;
  }

  footer .footer-copyright,
  footer .footer-nav,
  footer .footer-nav a {
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 300 !important;
  }

  footer .footer-copyright {
    white-space: nowrap !important;
    margin: 0 !important;
  }

  footer .footer-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 22px !important;
    width: 100% !important;
  }

  footer .footer-nav a {
    white-space: normal !important;
  }

  footer .footer-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100% !important;
    margin-top: 34px !important;
  }

  footer .footer-right .footer-locations {
    order: 1 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    text-align: center !important;
    margin: 0 !important;
  }

  footer .footer-right .linkedin-link {
    order: 2 !important;
    margin: 0 !important;
  }

  footer .footer-right .linkedin-link svg {
    width: 22px !important;
    height: 22px !important;
  }
}

/* Formulaire de contact dynamique */
.form-status { display:none; padding:10px 14px; margin:0; font-size:13px; line-height:1.4; }
.form-status.error { display:block; background:#f8d7da; color:#842029; border:1px solid #f1aeb5; }
.form-status.success { display:block; background:#d1e7dd; color:#0f5132; border:1px solid #a3cfbb; }
.contact-form button:disabled { opacity:.55; cursor:wait; }

/* Footer — liens rapprochés et LinkedIn à l’extrémité droite */
footer .footer-center { gap: 8px 22px; }
footer .footer-nav { gap: 8px 22px; }
footer .footer-right { flex-direction: row; align-items:center; justify-content:flex-end; gap:28px; }
footer .footer-right .linkedin-link { order:2; }
footer .footer-right .footer-locations { order:1; }
@media (max-width:900px) {
  footer .footer-center { gap: 8px !important; }
  footer .footer-nav { gap: 8px !important; }
  footer .footer-right { flex-direction:column !important; gap:12px !important; }
  footer .footer-right .footer-locations { order:1 !important; }
  footer .footer-right .linkedin-link { order:2 !important; }
}

/* Cloudflare Turnstile */
.cf-turnstile {
  margin: 0;
  min-height: 65px;
}
.gallery-bottom-single {
  grid-template-columns: 1fr;
}


/* Bandeau cookies — mesure d'audience Google Analytics */
.cookie-banner[hidden] {
  display: none !important;
}
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  background: #fff;
  color: #111;
  border: 1px solid #d8dadd;
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
}
.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 22px 26px;
}
.cookie-banner-copy {
  max-width: 820px;
}
.cookie-banner-copy h2 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
.cookie-banner-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #70757d;
}
.cookie-banner-copy > a {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.cookie-button {
  border: 1px solid #111;
  border-radius: 0;
  padding: 10px 18px;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}
.cookie-button-primary {
  background: #111;
  color: #fff;
}
.cookie-button-secondary {
  background: #fff;
  color: #111;
}
.cookie-button:hover {
  opacity: .82;
}
.cookie-settings-link {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: inherit;
  cursor: pointer;
  white-space: nowrap;
}
.cookie-settings-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 700px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 20px;
  }
  .cookie-banner-copy p {
    font-size: 12px;
  }
  .cookie-banner-actions {
    width: 100%;
  }
  .cookie-button {
    flex: 1 1 0;
    min-height: 40px;
  }
}

/* Correction mobile — galerie Focus avec une seule image secondaire */
@media (max-width: 600px) {
  .focus-gallery .gallery-bottom-single {
    grid-template-columns: 1fr;
  }

  .focus-gallery .gallery-bottom-single .gallery-small {
    width: 100%;
  }
}
