/* Home · Proof — template-parts/gf-home-proof.php */
/* ---- Proof / metrics ---- */
.gf-band--proof .gf-index {
  display: none !important;
}

.gf-band--proof.homepage-stats {
  position: relative;
  background: #08080a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(3.75rem, 7vw, 6rem) 0 !important;
  margin-bottom: 0 !important;
  color: #fff;
}

.gf-band--proof.homepage-stats::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, #ffcc00 0%, rgba(255, 204, 0, 0.15) 42%, transparent 70%);
}

.gf-proof__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

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

.gf-proof__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(1.5rem, 4vw, 4rem);
  width: 100%;
}

.gf-band--proof .gf-band__title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 1.35rem + 1.8vw, 3rem) !important;
  letter-spacing: -0.04em;
}

.gf-band--proof .gf-band__lede {
  margin: 0 0 0 auto !important;
  max-width: min(36rem, 46%);
  text-align: right;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 450;
}

.gf-proof__panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md, 4px);
  background: #101014;
  overflow: hidden;
}

.gf-band--proof .home-stats__body {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

.gf-band--proof .home__stats--main {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1rem, 1.8vw, 1.5rem) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left;
  gap: 1.15rem !important;
  position: relative;
  overflow: hidden !important;
  transition: background 0.3s ease;
}

.gf-band--proof .home__stats--main::before {
  content: "" !important;
  position: absolute !important;
  top: 18% !important;
  bottom: 18% !important;
  left: auto !important;
  right: 0 !important;
  width: 1px !important;
  height: auto !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  opacity: 1 !important;
  transform: none !important;
  display: block !important;
}

.gf-band--proof .home__stats--main:last-child::before,
.gf-band--proof .home__stats--main:nth-last-child(-n + 1)::before {
  display: none !important;
}

.gf-band--proof .home__stats--main::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 3px;
  background: var(--gf-yellow, #ffcc00);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.gf-band--proof .home__stats--main:hover {
  transform: none !important;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.gf-band--proof .home__stats--main:hover::after {
  transform: scaleX(1);
}

.gf-band--proof .home__stats--img {
  width: 2rem !important;
  height: 2rem !important;
  flex: 0 0 2rem !important;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.85;
}

.gf-band--proof .home__stats--img img {
  width: 1.25rem !important;
  height: auto !important;
  max-width: 1.25rem;
  filter: brightness(0) invert(1) !important;
}

.gf-band--proof .home__stats--heading {
  width: 100%;
  min-width: 0;
}

.gf-band--proof .home__stats--heading p {
  font-family: var(--font-display), sans-serif !important;
  font-weight: 750 !important;
  font-size: clamp(1.85rem, 1.3rem + 1.4vw, 2.55rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em;
  margin: 0 0 0.45rem !important;
  color: #ffcc00 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: visible !important;
  word-break: break-word;
}

.gf-band--proof .home__stats--heading span {
  display: block;
  font-size: 0.8rem !important;
  line-height: 1.45 !important;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.58) !important;
  font-weight: 500 !important;
  font-family: var(--font-body), sans-serif !important;
  text-align: left;
  white-space: normal !important;
  overflow: visible !important;
}

@media (max-width: 1100px) {
  .gf-proof__head,
  .gf-studio__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .gf-band--proof .gf-band__lede,
  .gf-band--studio .gf-band__lede {
    margin: 0 !important;
    max-width: 42rem;
    text-align: left;
  }

  .gf-band--proof .home-stats__body {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .gf-band--proof .home__stats--main:nth-child(3n)::before {
    display: none !important;
  }

  .gf-band--proof .home__stats--main:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 991px) {
  .gf-band--proof .home-stats__body {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .gf-band--proof .home__stats--main:nth-child(3n)::before { display: block !important; }
  .gf-band--proof .home__stats--main:nth-child(2n)::before { display: none !important; }
  .gf-band--proof .home__stats--main:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .gf-band--proof .home__stats--main:nth-child(n + 4) { border-top: 1px solid rgba(255, 255, 255, 0.08); }
}
@media (max-width: 640px) {
  .gf-band--proof .home-stats__body { grid-template-columns: 1fr !important; }
  .gf-band--proof .home__stats--main::before { display: none !important; }
  .gf-band--proof .home__stats--main + .home__stats--main { border-top: 1px solid rgba(255, 255, 255, 0.08); }
}
