.page-hero, .hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 86px;
  background: radial-gradient(circle at 85% 18%, rgba(181,138,73,.17), transparent 24%), linear-gradient(145deg,#eef2ea 0%,#f8f5ee 62%,#efe7d8 100%);
}
.page-hero::after, .hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(23,54,47,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(23,54,47,.035), 0 0 0 90px rgba(23,54,47,.025);
}
.page-hero-grid { display: none; }
.page-hero .inner, .hero-inner { position: relative; z-index: 1; max-width: 1080px; }
.page-hero h1, .hero h1 {
  max-width: 1040px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: -.035em;
}
.page-hero p, .hero-copy {
  max-width: 1020px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem,2vw,1.18rem);
  line-height: 1.7;
}
.breadcrumbs { display: none !important; }
.page-hero .inner::before { content: none !important; display: none !important; }
.page-hero .hero-cta-line { margin-top: 20px; color: var(--ink-soft); font-weight: 600; }
.page-hero .hero-cta-line a { color: var(--gold); border-bottom: 1px solid currentColor; }
@media (max-width: 760px) { .page-hero, .hero { padding: 55px 0 62px; } }
