/* ===== CONCEPT — Hero : texte | photo | pictos ===== */
.concept-hero { background: var(--cream); padding: 40px 0 0; }
.hero-wrap { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 34px; align-items: center; }
.concept-hero h1 { font-size: clamp(2.8rem, 5.5vw, 4.6rem); display:flex; align-items:center; gap:10px; }
.leaf-inline { display:inline-flex; }
.concept-hero .rule { width: 70px; height: 3px; background: var(--rosegold); margin: 6px 0 22px; }
.concept-hero p { color: var(--text); max-width: 42ch; margin-bottom: 12px; }
.concept-hero .signature { font-family: var(--serif); font-style: italic; font-size: 1.7rem; color: var(--rosegold); margin-top: 18px; }
.concept-hero .photo img { width: 100%; height: auto; max-height: 420px; object-fit: contain; object-position: center; border-radius: 6px; }
.concept-hero .pictos { display:flex; flex-direction:column; gap:26px; }
.concept-hero .picto { display:flex; align-items:center; gap:10px; font-size:.68rem; letter-spacing:1px; color: var(--taupe); white-space: nowrap; }
.concept-hero .picto .ic { width:42px;height:42px;border-radius:50%;background:#efe7db;display:grid;place-items:center; flex-shrink:0; }

/* ===== Bande "Pourquoi" ===== */
.why-band { position: relative; background: var(--cream-2); padding: 56px 0; overflow: hidden; }
.why-band .deco-olives { position:absolute; left:0; top:0; width:130px; height:100%; object-fit:cover; opacity:.9; }
.why-band .deco-lav { position:absolute; right:24px; top:50%; transform:translateY(-50%); opacity:.85; }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; padding: 0 40px; }
.why-item .ic { width: 54px; height: 54px; border-radius: 50%; background: #efe7db; display: grid; place-items: center; margin-bottom: 16px; }
.why-item h3 { font-size: 1.24rem; line-height: 1.2; margin-bottom: 14px; }
.why-item p { font-size: .82rem; color: var(--muted); }

/* ===== Engagements RSE ===== */
.rse { padding: 52px 0; background: var(--cream); }
.rse h2 { font-size: 2rem; margin-bottom: 26px; display:flex; align-items:center; gap:8px; }
.rse .wrap { display: grid; grid-template-columns: 1.15fr .9fr .95fr; gap: 34px; align-items: center; }
.rse-items { display: grid; gap: 22px; }
.rse-item { display:grid; grid-template-columns:auto 1fr; gap:14px; align-items:start; }
.rse-item .ic { color: var(--sage); }
.rse-item h4 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 6px; }
.rse-item p { font-size: .8rem; color: var(--muted); }
.rse .rse-photo img { width: 100%; height: 300px; object-fit: cover; border-radius: 6px; }
.rse .quote { text-align: center; }
.rse .quote p { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--taupe); line-height: 1.35; }
.rse .quote .quote-logo { height: 58px; width:auto; margin: 16px auto 0; }

@media (max-width: 980px) {
  .concept-hero .container.hero-wrap { padding-left:24px; padding-right:24px; }
  .hero-wrap { grid-template-columns: 1fr; }
  .concept-hero .photo { order: -1; }
  .concept-hero .photo img { height:auto; max-height:420px; }
  .concept-hero .pictos { flex-direction: row; flex-wrap: wrap; gap: 16px; }
  .why-grid { grid-template-columns: 1fr 1fr; padding: 0; }
  .why-band .deco-olives, .why-band .deco-lav { display:none; }
  .rse .wrap { grid-template-columns: 1fr; }
  .rse-item { grid-template-columns: 1fr; gap: 6px; text-align: left; }
  .rse-item .ic { margin-bottom: 4px; }
  .rse .quote { margin-top: 10px; }
}
@media (max-width: 560px) {
  .why-grid { grid-template-columns: 1fr; }
}
