/* Final homepage composition fixes: cleaner branded stage + roomier proof slab. */
.home::before {
  background-image: url('/images/hero/headleys-hardware-desktop.png');
  background-position: 68% 44%;
  background-size: cover;
  transform: scale(1.01);
}

@media (max-width: 900px) {
  .home::before {
    background-image: url('/images/hero/headleys-hardware-mobile.png');
    background-position: 62% 22%;
  }
}

.home .ebay-band {
  padding: clamp(54px, 6vw, 92px) 0;
}

.home .ebay-band .container {
  max-width: min(1240px, calc(100vw - 56px));
}

.home .ebay-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding: clamp(34px, 4vw, 58px);
  min-height: 260px;
  border-radius: 34px;
  overflow: visible;
}

.home .ebay-band-copy {
  min-width: 0;
  padding-right: 10px;
}

.home .ebay-band-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .22em .34em;
  margin: 0 0 20px;
  font-size: clamp(2.25rem, 4.3vw, 4.8rem);
  line-height: .96;
  letter-spacing: -.045em;
  max-width: 13ch;
}

.home .ebay-band-title > span:first-child {
  display: inline;
}

.home .ebay-word {
  display: inline-flex;
  white-space: nowrap;
  font-size: .9em;
  line-height: 1;
}

.home .ebay-band-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin: 0;
  color: #c1ccd2;
  font-size: clamp(.96rem, 1.3vw, 1.08rem);
}

.home .ebay-band .btn {
  min-width: 210px;
  justify-content: center;
  margin: 0;
}

.home .section-featured {
  padding-bottom: clamp(42px, 5vw, 72px);
}

.home .section-why {
  padding-top: clamp(42px, 5vw, 72px);
}

@media (max-width: 980px) {
  .home .ebay-band .container {
    max-width: calc(100vw - 36px);
  }
  .home .ebay-band-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 26px;
  }
  .home .ebay-band-title {
    max-width: none;
    font-size: clamp(2.1rem, 7vw, 3.6rem);
  }
  .home .ebay-band .btn {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .home::before {
    background-position: 61% center;
    background-size: auto 100%;
  }
  .home .ebay-band {
    padding: 38px 0;
  }
  .home .ebay-band .container {
    max-width: calc(100vw - 32px);
  }
  .home .ebay-band-inner {
    padding: 26px 22px;
    border-radius: 26px;
    overflow: hidden;
  }
  .home .ebay-band-title {
    display: block;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1;
  }
  .home .ebay-word {
    margin-top: 7px;
  }
  .home .ebay-band-stats {
    gap: 9px 12px;
  }
}
