/* ================= EXEC / TEAM ================= */
.generic-heading { text-align:center; padding:20px; background:var(--footer-gradient); color:white; overflow-x:hidden; }
.generic-heading h1 {
  font-size: clamp(2rem, 10vw, 8em);
  letter-spacing: clamp(0.2rem,1vw,2rem);
  transform: scaleY(.8); margin-bottom:20px; text-transform:uppercase; word-break:break-word;
}
.exec h2 { font-size: clamp(1.5rem, 5vw, 3rem); letter-spacing: normal; max-width: 90vw; word-break: break-word; white-space: normal; }
.team-pair { display:flex; justify-content: space-around; flex-wrap: wrap; margin:40px 0; }
.exec-row { display:flex; flex-direction:column; align-items:center; gap:15px; max-width:90vw; }
.exec-row .figure-row { display:flex; justify-content:center; gap:20px; flex-wrap: nowrap; }
.exec-row .figure-row figure { flex:0 0 20vw; max-width: 220px; }
.exec-row img { width:100%; max-width:200px; height:auto; object-fit:cover; border-radius:10px; box-shadow:0 4px 8px rgba(0,0,0,0.18); transition: transform .28s ease; }
.exec-row img:hover { transform: scale(1.05); }
.exec-row .role { font-size: clamp(0.8em,2.5vw,1.2em); font-weight:700; color:white; text-align:center; word-wrap:break-word; }
.exec-row .name { font-size: clamp(0.8em,2vw,1em); color:#fff; font-weight:bold; text-align:center; word-wrap:break-word; }
