/* Executive personal presentation v1: square editorial geometry, no outer shell. */
.executive-template[data-executive-presentation-version="1"] > .executive-title-box {
  width:100%;
  margin:0;
  padding:17px 30px;
  box-shadow:none;
  background:var(--ex-strong);
  color:var(--ex-on-strong);
}
.executive-template[data-executive-presentation-version="1"] .executive-title-row {
  justify-content:center;
  text-align:center;
}
.executive-template[data-executive-presentation-version="1"] .executive-title-row > div {
  width:100%;
  min-width:0;
  overflow-wrap:anywhere;
}
.executive-template[data-executive-presentation-version="1"] .executive-title-box h1 {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(12px, 2.5vw, 28px);
  width:100%;
  font-size:36px;
  line-height:1.15;
  text-align:center;
}
.executive-template[data-executive-presentation-version="1"] .executive-title-box h1::before,
.executive-template[data-executive-presentation-version="1"] .executive-title-box h1::after {
  content:"";
  flex:1 1 48px;
  min-width:24px;
  height:1px;
  background:var(--ex-accent);
}
.executive-template[data-executive-presentation-version="1"] .executive-subtitle {
  color:var(--ex-on-strong);
  margin-top:6px;
  text-align:center;
}
.executive-template[data-executive-presentation-version="1"] > .executive-facts {
  position:relative;
  margin-top:-48px;
  padding-top:0;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.executive-template[data-executive-presentation-version="1"] .executive-fact {
  min-width:0;
  overflow-wrap:anywhere;
}
@media(max-width:700px) {
  .executive-template[data-executive-presentation-version="1"] > .executive-title-box {padding:17px 20px;}
  .executive-template[data-executive-presentation-version="1"] .executive-title-box h1 {
    gap:12px;
    font-size:28px;
  }
  .executive-template[data-executive-presentation-version="1"] .executive-title-box h1::before,
  .executive-template[data-executive-presentation-version="1"] .executive-title-box h1::after {min-width:12px;}
  .executive-template[data-executive-presentation-version="1"] > .executive-facts {
    margin-top:-20px;
    grid-template-columns:minmax(0,1fr);
  }
}
@media(max-width:430px) {
  .executive-template[data-executive-presentation-version="1"] .executive-title-box h1::before,
  .executive-template[data-executive-presentation-version="1"] .executive-title-box h1::after {display:none;}
}
