.product-image img {
  object-fit: contain;
  padding: 12px;
}

.brand-logo {
  display: block;
  width: 180px;
  height: 66px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 5px;
}

.footer-brand .brand-logo {
  width: 220px;
  height: 108px;
}

.sg-hero {
  min-height: 610px;
  padding-top: 52px;
  padding-bottom: 52px;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 42%, rgba(199, 154, 67, .22), transparent 31%),
    linear-gradient(125deg, #070707 0%, #0e0e0e 62%, #17130d 100%);
}

.sg-hero .hero-copy {
  position: relative;
  z-index: 4;
  max-width: 760px;
}

.sg-partner-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 7px 15px 7px 8px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(199, 154, 67, .55);
  border-radius: 15px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .24);
}

.sg-logo-box {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  background: #f3efe6;
  border-radius: 11px;
}

.sg-logo-box img {
  width: 34px;
  height: 38px;
  object-fit: contain;
}

.sg-partner-lockup > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sg-partner-lockup small {
  color: #8a682c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.sg-partner-lockup strong {
  font: 800 11px/1.2 Montserrat, sans-serif;
  letter-spacing: .075em;
}

.sg-hero .eyebrow {
  margin-top: 25px;
  color: var(--gold);
}

.sg-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: .94;
}

.sg-hero .hero-text {
  max-width: 650px;
  margin: 24px 0;
  color: #c4c4c4;
  font-size: 16px;
}

.btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .25);
}

.sg-hero .hero-stats {
  max-width: 580px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.sg-hero .hero-stats strong {
  color: #fff;
  font-size: 20px;
}

.sg-hero .hero-stats span {
  color: #9b9b9b;
}

.sg-showcase {
  min-height: 500px;
  isolation: isolate;
}

.sg-showcase-ring {
  position: absolute;
  inset: 42px 4% 20px 8%;
  border: 1px solid rgba(199, 154, 67, .4);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.sg-showcase-ring::after {
  position: absolute;
  inset: 50px -25px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: inherit;
  content: '';
}

.sg-showcase-label {
  position: absolute;
  top: 15px;
  right: 7%;
  z-index: 4;
  padding: 9px 13px;
  color: #111;
  background: var(--gold);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.sg-main-product {
  position: absolute;
  top: 48px;
  left: 50%;
  z-index: 2;
  width: min(310px, 64%);
  height: 405px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(199, 154, 67, .65);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .48);
  transform: translateX(-50%) rotate(-4deg);
}

.sg-main-product img {
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
}

.sg-main-product span {
  position: absolute;
  right: 16px;
  bottom: 15px;
  padding: 7px 10px;
  color: #fff;
  background: #111;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.sg-mini-product {
  position: absolute;
  bottom: 4px;
  z-index: 3;
  width: 150px;
  height: 174px;
  overflow: hidden;
  background: #fff;
  border: 5px solid #191919;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .45);
}

.sg-mini-product img {
  width: 100%;
  height: 134px;
  padding: 9px;
  object-fit: contain;
}

.sg-mini-product strong {
  display: block;
  color: #111;
  font: 800 9px Montserrat, sans-serif;
  text-align: center;
  letter-spacing: .1em;
}

.sg-mini-gloves {
  left: 0;
  transform: rotate(-7deg);
}

.sg-mini-shoes {
  right: 0;
  transform: rotate(7deg);
}

.sg-products-section {
  padding-top: 66px;
  padding-bottom: 72px;
}

.sg-products-section .section-head {
  margin-bottom: 28px;
}

@media (max-width: 1050px) {
  .sg-hero {
    grid-template-columns: 1fr;
  }

  .sg-hero .hero-copy {
    max-width: 820px;
  }

  .sg-showcase {
    width: min(620px, 100%);
    min-height: 470px;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .header .brand {
    gap: 7px;
  }

  .header .brand-logo {
    width: 142px;
    height: 54px;
  }

  .sg-hero {
    min-height: auto;
    padding: 30px 16px 32px;
    gap: 8px;
  }

  .sg-partner-lockup {
    width: 100%;
    max-width: 355px;
    padding-right: 9px;
  }

  .sg-logo-box {
    width: 44px;
    height: 44px;
  }

  .sg-partner-lockup strong {
    font-size: 9px;
  }

  .sg-hero .eyebrow {
    margin: 20px 0 9px;
  }

  .sg-hero h1 {
    font-size: clamp(39px, 12.8vw, 56px);
    line-height: .96;
  }

  .sg-hero .hero-text {
    margin: 17px 0 19px;
    font-size: 14px;
    line-height: 1.6;
  }

  .sg-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .sg-hero .hero-actions .btn {
    width: 100%;
    padding: 13px 10px;
    font-size: 11px;
    text-align: center;
  }

  .sg-hero .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 22px;
    padding-top: 16px;
  }

  .sg-hero .hero-stats strong {
    font-size: 17px;
  }

  .sg-showcase {
    width: 100%;
    min-height: 345px;
    margin-top: 10px;
  }

  .sg-showcase-label {
    top: 9px;
    right: 3%;
    padding: 7px 9px;
    font-size: 7px;
  }

  .sg-showcase-ring {
    inset: 34px 2% 15px;
  }

  .sg-main-product {
    top: 34px;
    width: 205px;
    height: 275px;
    border-radius: 22px;
  }

  .sg-main-product img {
    padding: 12px;
  }

  .sg-mini-product {
    bottom: 0;
    width: 108px;
    height: 126px;
    border-width: 4px;
    border-radius: 16px;
  }

  .sg-mini-product img {
    height: 94px;
    padding: 6px;
  }

  .sg-mini-product strong {
    font-size: 7px;
  }

  .sg-products-section {
    padding: 42px 14px 52px;
  }

  .sg-products-section .section-head {
    margin-bottom: 22px;
  }

  .sg-products-section .section-head h2 {
    font-size: 31px;
  }

  .sg-products-section .text-btn {
    margin-top: 12px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-card {
    min-width: 0;
    border-radius: 14px;
  }

  .product-image {
    height: clamp(160px, 48vw, 230px);
  }

  .product-image img {
    padding: 7px;
  }

  .product-info {
    padding: 12px 10px;
  }

  .product-info small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-info h3 {
    display: -webkit-box;
    min-height: 35px;
    margin: 6px 0 8px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-info .price {
    font-size: 13px;
  }

  .product-info .price del {
    display: block;
    margin: 3px 0 0;
    font-size: 10px;
  }

  .product-actions {
    gap: 5px;
    margin-top: 10px;
  }

  .product-actions .btn {
    min-width: 0;
    padding: 10px 5px;
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .sg-hero h1 {
    font-size: 37px;
  }

  .sg-hero .hero-actions {
    grid-template-columns: 1fr;
  }

  .sg-main-product {
    width: 185px;
  }

  .sg-mini-product {
    width: 96px;
  }

  .product-grid {
    gap: 7px;
  }

  .product-image {
    height: 150px;
  }

  .product-info {
    padding: 10px 8px;
  }
}
