
/* v72 — Clinical principal hero alignment + local animated study visual. */
body.clinical-v72 .study-hero__grid {
  position: relative !important;
}

@media (min-width:1024px) {
  body.clinical-v72 .study-hero__grid {
    min-height: 602px !important; /* same principal inner-page upper hero depth as Science */
    padding-top: 92px !important;
    padding-bottom: 54px !important;
    grid-template-columns: minmax(0,1.08fr) minmax(400px,.92fr) !important;
    gap: clamp(44px,6vw,92px) !important;
    align-items: start !important;
  }

  body.clinical-v72 .study-hero__copy {
    align-self: start !important;
    max-width: 720px !important;
  }

  body.clinical-v72 .study-hero__copy > .eyebrow {
    margin-bottom: 18px !important;
  }

  body.clinical-v72 .study-hero h1 {
    max-width: 720px !important;
    font-size: clamp(56px,5vw,82px) !important;
    line-height: .99 !important;
    letter-spacing: -.057em !important;
  }

  body.clinical-v72 .study-hero__lead {
    max-width: 590px !important;
    margin-top: 26px !important;
  }

  body.clinical-v72 .study-hero__actions {
    margin-top: 28px !important;
  }
}

body.clinical-v72 .study-hero__study-card--animated {
  position: relative !important;
  overflow: hidden !important;
  width: min(100%,490px) !important;
  min-height: 390px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
  justify-self: end !important;
  border: 1px solid rgba(230,184,111,.22) !important;
  border-radius: 30px !important;
  background: linear-gradient(145deg,#4a1622,#1d1015 68%,#111216) !important;
  box-shadow: 0 34px 90px rgba(0,0,0,.26) !important;
}

body.clinical-v72 .study-hero__animation {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: .58 !important;
  filter: saturate(.9) contrast(1.04) !important;
}

body.clinical-v72 .study-hero__study-card--animated::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 50% 50%,rgba(10,10,12,.08) 0 22%,rgba(15,10,13,.32) 58%,rgba(10,10,12,.5) 100%) !important;
  pointer-events: none !important;
}

body.clinical-v72 .study-hero__study-card-copy {
  position: absolute !important;
  z-index: 2 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%,-50%) !important;
  width: 210px !important;
  height: 210px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(230,184,111,.35) !important;
  border-radius: 50% !important;
  background: rgba(20,13,17,.86) !important;
  backdrop-filter: blur(4px) !important;
  text-align: center !important;
}

body.clinical-v72 .study-hero__study-card-copy span {
  color: #e6b86f !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}

body.clinical-v72 .study-hero__study-card-copy strong {
  margin-top: 11px !important;
  color: #fff !important;
  font-size: 84px !important;
  font-weight: 520 !important;
  line-height: .82 !important;
  letter-spacing: -.075em !important;
}

body.clinical-v72 .study-hero__study-card-copy small {
  margin-top: 12px !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 16px !important;
  text-transform: lowercase !important;
}

/* With the status sentence removed, the proof boxes finish the hero cleanly. */
body.clinical-v72 .study-hero__foot {
  border-top: 0 !important;
}

@media (max-width:1023px) {
  body.clinical-v72 .study-hero__study-card--animated {
    width: min(100%,520px) !important;
    min-height: 320px !important;
    justify-self: start !important;
  }
}

@media (max-width:600px) {
  body.clinical-v72 .study-hero__study-card--animated {
    min-height: 270px !important;
    border-radius: 24px !important;
  }
  body.clinical-v72 .study-hero__study-card-copy {
    width: 176px !important;
    height: 176px !important;
  }
  body.clinical-v72 .study-hero__study-card-copy strong {
    font-size: 70px !important;
  }
}
