/* Block: Elevator — block-specific styling
 * Placed in blocks/elevator/style.css so ACF enqueues it with the block.
 * Uses Bootstrap utility classes where possible; these rules cover layout/typography
 * that cannot be achieved via bootstrap alone (positioning, overlays, responsive
 * hero sizing, large decorative header).
 */

.elevator_content {
}

.elevator_content h2.elevator_header_small {
  margin: 0 auto;
  max-width: 1300px;
  font-family: "DM Serif Display", serif;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.elevator_content div.elevator_lead {
  margin: 0 auto;
  width: 100%;
}
.elevator_content div.elevator_lead p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
}

.elevator_content .elevator-cta {
  text-align: center;
}

/* Responsive: stack on small screens */
@media (min-width: 768px) {
  .elevator_content h2.elevator_header_small {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .elevator_content div.elevator_lead p {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1200px) {
}
