/* Services · Hero — template-parts/gf-services-hero.php */

.gf-services-hero {
  position: relative;
  min-height: min(62vh, 480px);
  display: flex;
  align-items: flex-end;
  padding: 7.5rem 0 4rem;
  background: #08080a;
  color: #fff;
  overflow: hidden;
}

.gf-services-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(255, 204, 0, 0.14), transparent 45%),
    linear-gradient(160deg, #0a0a0e 0%, #14141a 100%);
  background-size: cover;
  background-position: center;
}

.gf-services-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.28) 0%, rgba(8, 8, 10, 0.84) 100%);
  pointer-events: none;
}

.gf-services-hero__inner {
  position: relative;
  z-index: 2;
}

.gf-services-crumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
}

.gf-services-crumbs a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.gf-services-crumbs a:hover {
  color: #ffcc00 !important;
}

.gf-services-crumbs__sep {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  flex: 0 0 auto;
}

.gf-services-crumbs__current {
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.gf-services-hero__kicker {
  margin: 0 0 0.7rem !important;
  font-family: var(--font-body), sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffcc00 !important;
}

.gf-services-hero__title {
  margin: 0 0 1rem !important;
  max-width: 14ch;
  font-family: var(--font-display), sans-serif !important;
  font-size: clamp(2.5rem, 1.7rem + 2.8vw, 3.75rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.04em;
  line-height: 1.05 !important;
  color: #ffffff !important;
}

.gf-services-hero__lede {
  margin: 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 450;
}
