.sargasso-page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(242, 230, 201, 0.6), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(216, 237, 241, 0.92) 100%);
}

.sargasso-page-hero__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sargasso-deep);
}

.sargasso-page-hero__title {
  margin: 0;
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.sargasso-page-hero__lede {
  max-width: 48rem;
  margin: 0.9rem 0 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: color-mix(in srgb, var(--sargasso-ink) 82%, white);
}

.sargasso-page-hero__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.sargasso-page-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--sargasso-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--sargasso-deep);
  text-decoration: none;
}
