/* Mobile breathing-room pass for Headley's homepage.
   Loaded after premium/cinematic styles so visual shells do not feel cropped. */

@media (max-width: 700px) {
  .home main > .section > .container,
  .home .ebay-band > .container,
  .home .hero-premium > .container {
    width: 100%;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home .hero-glass,
  .home .glass-shell,
  .home .ebay-band-inner {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .home .hero-glass {
    padding: 28px 22px 26px !important;
    border-radius: 26px !important;
  }

  .home .glass-shell {
    padding: 28px 20px !important;
    border-radius: 26px !important;
    overflow: hidden !important;
  }

  .home .ebay-band {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home .ebay-band-inner {
    padding: 26px 20px 22px !important;
    border-radius: 26px !important;
    overflow: hidden !important;
  }

  .home .ebay-band-copy,
  .home .ebay-band-title,
  .home .ebay-band-stats {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .home .ebay-band-title {
    line-height: 1.06 !important;
    margin-right: 0 !important;
  }

  .home .ebay-band-stats {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
    line-height: 1.45 !important;
  }

  .home .ebay-band .btn {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 18px !important;
    box-sizing: border-box !important;
    border-radius: 16px !important;
  }

  .home .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .home .why-item {
    min-width: 0 !important;
    padding: 20px 16px !important;
    border-radius: 20px !important;
  }

  .home .why-item b,
  .home .why-item span {
    overflow-wrap: anywhere;
  }

  .home .section-head {
    padding-left: 2px;
    padding-right: 2px;
  }

  .home .cat-grid,
  .home .product-grid,
  .home .why-grid,
  .home .trust-strip {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .home .cat-tile,
  .home .product-card,
  .home .why-item,
  .home .trust-item {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 390px) {
  .home main > .section > .container,
  .home .ebay-band > .container,
  .home .hero-premium > .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .home .hero-glass,
  .home .glass-shell,
  .home .ebay-band-inner {
    border-radius: 23px !important;
  }

  .home .why-grid {
    gap: 10px !important;
  }

  .home .why-item {
    padding: 18px 13px !important;
  }
}
