/* Minimal safe reset (no rompe WP) */
.iead-evento,
.iead-evento *{
  box-sizing: border-box;
}

.iead-evento{
  background: var(--iead-bg);
  color: var(--iead-text);
  font-family: var(--iead-font-ui);
  line-height: 1.5;
}

.iead-container{
  max-width: var(--iead-container);
  margin-inline: auto;
  padding-inline: 22px;
}

@media (max-width: 720px){
  .iead-container{ padding-inline: 16px; }
}

.iead-section{
  padding-block: 56px;
}

@media (max-width: 720px){
  .iead-section{ padding-block: 42px; }
}

.iead-stack > * + *{ margin-top: 22px; }

/* Typography */
.iead-kicker{
  font-family: var(--iead-font-ui);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--iead-muted);
}

.iead-h1{
  font-family: var(--iead-font-display);
  font-weight: 400;              /* Bebas es regular */
  letter-spacing: .02em;         /* Bebas necesita aire */
  line-height: .92;
  font-size: clamp(44px, 6.2vw, 84px);
  margin: 0;
}

.iead-h2{
  font-family: var(--iead-font-display);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: .98;
  font-size: clamp(30px, 3.4vw, 52px);
  margin: 0;
}

.iead-h3{
  font-family: var(--iead-font-condensed);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.05;
  font-size: 22px;
  margin: 0;
}

.iead-muted{
  font-family: var(--iead-font-body);
  color: var(--iead-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

/* Section header */
.iead-section-header{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.iead-section-header__text{
  display: grid;
  gap: 10px;
}

@media (max-width: 720px){
  .iead-section-header{
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Utilities */
.iead-visually-hidden{
  position:absolute!important;
  height:1px; width:1px;
  overflow:hidden;
  clip:rect(1px,1px,1px,1px);
  white-space:nowrap;
}
