/* Codex 46 — uniquement les ajustements de l’accueil validables en aperçu. */
.c31-hero { padding-top: clamp(36px, 4.125vw, 60px); }

/* Diviser les espaces vides par deux, sans déplacer les guides techniques
   qui restent intercalés entre le bouton et les photos en affichage empilé. */
.c31-technique-grid { row-gap: clamp(25px, 4vw, 60px); }
.c31-technique .c31-technique-grid .section-photos { margin-top: 16px; }
.c31-technique .section-photos .section-photo-link {
  padding: 0;
  flex: none;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.c31-technique .c31-technique-grid .section-photos .section-photo-link img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.c31-technique .section-photos .section-photo[data-photo-v7="codex46-technique-acrotere"] img {
  object-position: 20% 75%;
  scale: 1.2;
  transform-origin: 20% 75%;
}
.c31-technique .section-photos .section-photo[data-photo-v7="codex46-technique-escalier"] img { object-position: 50% 43%; }
/* Codex 50 : cadre plus haut, donc davantage de la photo portrait visible. */
.c31-technique .section-photos .section-photo-link { aspect-ratio: 1 / 1; }
.c31-technique .section-photos .section-photo[data-photo-v7="codex46-technique-terrasse"] img { object-position: 50% 53%; }

/* Codex 50 : même encadré que « Tubes ronds » (feature-panels du pilier inox). */
.c31-technique .c31-technique-grid .section-photos .section-photo {
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  border-top: 3px solid #42c4e9;
  border-radius: 0;
}
.c31-technique .c31-technique-grid .section-photos .section-photo figcaption {
  flex: 1;
  padding: 25px !important;
  background: transparent;
  color: #fff;
}
.c31-technique .c31-technique-grid .section-photos .section-photo[data-photo-v7] figcaption span { color: #fff; }
.c31-technique .c31-technique-grid .section-photos .section-photo[data-photo-v7] figcaption p { color: #c5d0d3 !important; }

.c31-faq,
.c31-projects,
.c26-journey {
  background: linear-gradient(90deg, #dff4fa 0%, #f9fdfe 34%, #fff 50%, #f9fdfe 66%, #dff4fa 100%);
}

.c44-quote-heading h2 { text-align: left; text-wrap: wrap; }
.c31-quote-grid { align-items: center; }

@media (max-width: 900px) {
  .c31-hero { padding-top: 35px; }
  .c31-quote aside { width: 100%; }
}
@media (max-width: 640px) {
  .c31-hero { padding-top: 24px; }
  .c31-technique .c31-technique-grid .section-photos { margin-top: 12px; }
}
