/**
 * Osório History top banner (acf/menin-osorio-history-top-banner).
 * Fundo branco. Sem drop-shadow na onda — branco sobre branco vira “dupla linha” cinzenta;
 * blur + overflow-x cortava e gerava diagonal à esquerda.
 */

.block-osorio-history-top-banner {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

.osorio-history-top-banner__visual {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.osorio-history-top-banner__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  height: clamp(56px, 10vw, 120px);
  line-height: 0;
  pointer-events: none;
}

.osorio-history-top-banner__wave svg {
  display: block;
  width: 100%;
  height: 100%;
  shape-rendering: geometricPrecision;
}

.osorio-history-top-banner__media {
  position: relative;
  z-index: 0;
  width: 100%;
  max-height: 683px;
  overflow: hidden;
  line-height: 0;
  background-color: #ffffff;
}

.osorio-history-top-banner__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.osorio-history-top-banner__shape {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: clamp(52px, 12.3vw, 176px);
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

.osorio-history-top-banner__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  max-height: 700px;
  padding: 2rem;
  background: #ffffff;
  color: #555;
  text-align: center;
}

.osorio-history-top-banner__placeholder-label {
  font-size: 0.95rem;
}

.osorio-history-top-banner__copy {
  position: relative;
  z-index: 0;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 5vw, 3.5rem);
  text-align: center;
  background-color: #ffffff;
}

.osorio-history-top-banner__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.25rem, 8vw, 100px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ad644e;
}

.osorio-history-top-banner__subtitle {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.75rem, 6.5vw, 80px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ad644e;
}

.osorio-history-top-banner__title + .osorio-history-top-banner__subtitle {
  margin-top: clamp(0.25rem, 1.5vw, 0.5rem);
}

@media (min-width: 1200px) {
  .osorio-history-top-banner__title {
    font-size: 100px;
    line-height: 120px;
  }

  .osorio-history-top-banner__subtitle {
    font-size: 80px;
    line-height: 100px;
  }
}

.wp-block-acf-menin-osorio-history-top-banner.alignwide .block-osorio-history-top-banner {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-acf-menin-osorio-history-top-banner.alignfull .block-osorio-history-top-banner {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
