.page-template-template-projets {
  overflow-x: hidden !important;
}
.page-template-template-projets .ast-container,
.page-template-template-projets .site-content,
.page-template-template-projets .entry-content {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.projets-page { background: #f7f2e9; min-height: 70vh; padding: clamp(64px, 10vw, 120px) 28px clamp(80px, 12vw, 140px); }
.projets-intro { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.projets-eyebrow { color: #a8743f; font-size: 11px; font-weight: 700; letter-spacing: .22em; margin: 0 0 16px; }
.projets-intro h1 { color: #30251f; font: 400 clamp(42px, 6vw, 72px)/1.05 var(--serif); margin: 0 0 18px; }
.projets-intro > p:last-child { color: #66584f; font-size: 17px; margin: 0 auto; max-width: 560px; }
.projets-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
.projet-carte { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; color: #fff; text-decoration: none; background-size: cover; background-position: center; position: relative; overflow: hidden; }
.projet-carte > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.projet-carte::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,22,18,.12), rgba(28,22,18,.78)); transition: background .25s ease; }
.projet-carte:hover > img { transform: scale(1.04); }
.projet-carte:hover::before { background: linear-gradient(180deg, rgba(28,22,18,.08), rgba(28,22,18,.62)); }
.projet-carte > * { position: relative; z-index: 1; }
.projet-sur-mesure { background-image: url('/wp-content/uploads/2026/04/Sur-mesure-2-1.jpg'); }
.projet-pro { background-image: url('/wp-content/uploads/2026/04/Professionnels.jpg'); }
.projet-cadeaux { background-image: url('/wp-content/uploads/2026/04/ChatGPT-Image-25-avr.-2026-15_01_14-e1777122392812.png'); }
.projet-num { font-size: 12px; letter-spacing: .18em; }
.projet-carte-contenu { display: grid; gap: 10px; }
.projet-carte strong { font: 400 clamp(28px, 3vw, 42px)/1.05 var(--serif); }
.projet-carte small { font-size: 15px; line-height: 1.45; max-width: 260px; }
.projet-carte em { font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: .04em; margin-top: 8px; }
@media (max-width: 980px) {
  .projets-grille { grid-template-columns: repeat(2, 1fr); max-width: 760px; }
}
@media (max-width: 680px) {
  .projets-grille { grid-template-columns: 1fr; max-width: 520px; }
  .projet-carte { min-height: 260px; }
}
