/* About · Hero — template-parts/gf-about-hero.php */
/* ---- Hero ---- */
.gf-about-hero {
  position: relative;
  min-height: min(68vh, 520px);
  display: flex;
  align-items: flex-end;
  padding: 7.5rem 0 4rem;
  background: #08080a;
  color: #fff;
  overflow: hidden;
}

.gf-about-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-about-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.25) 0%, rgba(8, 8, 10, 0.82) 100%);
  pointer-events: none;
}

.gf-about-hero__inner {
  position: relative;
  z-index: 2;
  text-align: left;
}

/* Breadcrumbs — compact, never stretch apart */
.gf-about-crumbs {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start !important;
  flex-wrap: nowrap;
  gap: 0.55rem;
  width: auto !important;
  max-width: 100%;
  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);
  background: transparent !important;
  border: 0 !important;
}

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

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

.gf-about-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-about-crumbs__current {
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

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

.gf-about-hero__title {
  margin: 0 0 1rem !important;
  max-width: 16ch;
  font-family: var(--font-display), "Outfit", 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-about-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;
}

.gf-about-lead {
  margin: 0 0 1.75rem;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #475569;
  font-weight: 450;
}

