.clinic-editorial-hero {
  padding-bottom: 1.5rem;
}

.clinic-editorial-hero-columns {
  min-height: clamp(500px, 60vh, 650px);
  gap: clamp(2.5rem, 6vw, 6rem);
}

.clinic-editorial-hero-copy {
  max-width: 560px;
}

.clinic-editorial-brandline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem .75rem;
  margin: 0 0 1.1rem;
  color: var(--clinic-primary);
  font-size: .8rem;
  font-weight: 760;
  line-height: 1.45;
}

.clinic-editorial-brandline strong {
  color: var(--clinic-primary);
  font-weight: 800;
}

.clinic-editorial-brandline span {
  position: relative;
  padding-left: .8rem;
  color: var(--clinic-muted);
  font-weight: 650;
}

.clinic-editorial-brandline span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: var(--clinic-border);
  content: "";
  transform: translateY(-50%);
}

.clinic-editorial-hero h1 {
  max-width: 600px;
  font-size: clamp(2.85rem, 4.1vw, 4.15rem);
  letter-spacing: -.052em;
  line-height: 1.08;
}

.clinic-editorial-lead {
  max-width: 500px;
  margin-top: 1.25rem;
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.76;
}

.clinic-editorial-hero .wp-block-buttons {
  margin-top: 1.55rem;
}

.clinic-editorial-hero-image {
  max-width: 620px;
}

.clinic-editorial-hero-image img,
img.clinic-editorial-hero-image {
  max-height: 560px;
}

@media (max-width: 980px) {
  .clinic-editorial-hero-columns {
    min-height: clamp(500px, 58vh, 620px);
    gap: 2.25rem;
  }

  .clinic-editorial-hero h1 {
    font-size: clamp(2.7rem, 5.4vw, 3.55rem);
  }
}

@media (max-width: 781px) {
  .clinic-editorial-hero {
    padding-top: 2.75rem;
    padding-bottom: 1.5rem;
  }

  .clinic-editorial-hero-columns {
    min-height: 0;
    gap: 1.5rem;
  }

  .clinic-editorial-brandline {
    margin-bottom: .9rem;
    font-size: .76rem;
  }

  .clinic-editorial-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
    line-height: 1.1;
  }

  .clinic-editorial-lead {
    margin-top: 1.05rem;
    font-size: .98rem;
  }

  .clinic-editorial-hero .wp-block-buttons {
    margin-top: 1.35rem;
  }

  .clinic-editorial-hero-image img,
  img.clinic-editorial-hero-image {
    max-height: 420px;
  }
}

@media (max-width: 480px) {
  .clinic-editorial-brandline {
    align-items: flex-start;
    flex-direction: column;
    gap: .25rem;
  }

  .clinic-editorial-brandline span {
    padding-left: 0;
  }

  .clinic-editorial-brandline span::before {
    display: none;
  }
}
