.wp-site-blocks {
  overflow-x: hidden;
}

.tenharo-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}

.tenharo-card {
  box-shadow: 0 18px 46px rgba(233,54,118,.11);
  transition: transform .25s ease, box-shadow .25s ease;
}
.tenharo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(233,54,118,.16);
}

.tenharo-hero {
  position: relative;
  overflow: hidden;
}
.tenharo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,215,232,.9), transparent 35%),
    radial-gradient(circle at 80% 15%, rgba(243,214,255,.8), transparent 32%);
  pointer-events: none;
}
.tenharo-hero > * {
  position: relative;
  z-index: 1;
}

.tenharo-rounded-image img {
  border-radius: 42px;
  box-shadow: 0 28px 70px rgba(126,40,78,.18);
}

.tenharo-member img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@media (max-width: 781px) {
  .tenharo-header .wp-block-navigation__responsive-container-open {
    display: flex;
  }
}
