.header-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #06120a;
  background: #25d366;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}

.catalog-intro {
  min-height: 300px;
  padding: 56px clamp(20px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
  border-bottom: 1px solid #202a3c;
  background:
    radial-gradient(circle at 15% 60%, rgba(14, 124, 255, .2), transparent 32%),
    radial-gradient(circle at 85% 30%, rgba(255, 29, 41, .15), transparent 30%),
    #05070d;
}

.catalog-intro h1 {
  max-width: 950px;
  margin: 0;
  font: clamp(2.9rem, 6vw, 6rem)/.94 "Archivo Black", sans-serif;
  letter-spacing: -.055em;
}

.catalog-intro h1 span {
  color: #6fb1ff;
}

.catalog-intro > div > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: #aab4c7;
  font-size: 1.05rem;
}

.catalog-intro .primary-button {
  white-space: nowrap;
}

.catalog-shell {
  padding: 64px clamp(20px, 7vw, 112px) 110px;
  background: #070a11;
}

.catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  align-items: end;
  gap: 36px;
  margin-bottom: 32px;
}

.catalog-heading h2,
.group-heading h2,
.vip-strip h2 {
  margin: 0;
  font: clamp(2rem, 4vw, 3.8rem)/1 "Archivo Black", sans-serif;
  letter-spacing: -.035em;
}

.catalog-heading > p {
  margin: 0;
  color: #aab4c7;
  font-size: 1rem;
}

.catalog-shortcuts {
  display: flex;
  gap: 10px;
  margin: 0 0 52px;
  padding: 4px 0 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.catalog-shortcuts a {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid #2a3850;
  border-radius: 999px;
  color: #dce7f7;
  background: #0b111d;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.catalog-shortcuts a:hover {
  border-color: #4d78b3;
  background: #101c2e;
}

.catalog-group,
.upcoming-card {
  scroll-margin-top: 110px;
}

.catalog-group {
  margin-bottom: 100px;
}

.group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.group-heading span,
.upcoming-card > span {
  display: block;
  margin-bottom: 9px;
  color: #6fb1ff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.group-heading p {
  margin: 13px 0 0;
  color: #aab4c7;
}

.group-heading > b {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid #2a3850;
  border-radius: 999px;
  color: #c9d6e8;
  font-size: .78rem;
}

.catalog-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-gallery {
  position: relative;
  background: #eef0f3;
}

.product-gallery .product-image {
  aspect-ratio: 4 / 5;
  background: #eef0f3;
}

.product-gallery .product-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: none;
  transition: opacity .25s ease;
}

.product-gallery .product-slide.active {
  opacity: 1;
}

.product-gallery .fit-cover {
  object-fit: cover;
}

.product-gallery .fit-contain {
  object-fit: contain;
}

.product-card:hover .product-gallery .product-image img {
  transform: none;
}

.gallery-controls {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 7, 13, .82);
  backdrop-filter: blur(10px);
}

.gallery-controls button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-size: 1.35rem;
  line-height: 1;
}

.gallery-controls span {
  min-width: 34px;
  text-align: center;
  font-size: .78rem;
  font-weight: 700;
}

.product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-description {
  min-height: 44px;
  margin: -3px 0 18px;
  color: #aab4c7;
  font-size: .9rem;
  line-height: 1.5;
}

.size-label {
  display: block;
  margin-bottom: 7px;
  color: #dbe3ef;
  font-size: .875rem;
  font-weight: 700;
}

.size-consultation {
  margin: 0 0 18px;
  padding: 12px;
  border: 1px solid #2a3850;
  border-radius: 11px;
  color: #c5d5ed;
  background: #080d16;
  font-size: .875rem;
}

.size-select {
  width: 100%;
  margin-bottom: 18px;
  padding: 11px 38px 11px 12px;
  border: 1px solid #2a3850;
  border-radius: 11px;
  outline: none;
  color: #fff;
  background: #080d16;
  font-size: 1rem;
}

.size-select:focus {
  border-color: #4f9eff;
  box-shadow: 0 0 0 3px rgba(14, 124, 255, .2);
}

.product-bottom.direct-purchase {
  margin-top: auto;
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr);
  align-items: center;
  gap: 14px;
}

.buy-button {
  min-height: 46px;
  padding: 10px 14px;
  border: 0;
  border-radius: 12px;
  color: #06120a;
  background: #25d366;
  font-size: .88rem;
  font-weight: 800;
}

.buy-button:hover:not(:disabled) {
  filter: brightness(1.08);
}

.buy-button:disabled {
  color: #78869a;
  background: #1c2533;
  cursor: not-allowed;
}

.upcoming-section {
  padding-top: 10px;
}

.upcoming-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.upcoming-card {
  min-height: 225px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px dashed #34435a;
  border-radius: 22px;
  background: linear-gradient(145deg, #0d1420, #080c14);
}

.upcoming-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.upcoming-card p {
  margin: 12px 0 24px;
  color: #98a5b8;
  font-size: .9rem;
}

.upcoming-card b {
  margin-top: auto;
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  color: #aab7c9;
  background: #17202d;
  font-size: .75rem;
  text-transform: uppercase;
}

.vip-strip {
  margin: 0 clamp(20px, 7vw, 112px) 100px;
  padding: clamp(34px, 5vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: linear-gradient(110deg, #0b2752, #10111d 54%, #4a0b13);
}

.vip-strip p:not(.eyebrow) {
  margin: 15px 0 0;
  color: #c6d2e4;
}

@media (max-width: 1200px) {
  .catalog-products,
  .upcoming-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .catalog-intro {
    min-height: 290px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .catalog-heading {
    grid-template-columns: 1fr;
  }

  .vip-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 580px) {
  .header-whatsapp {
    padding: 10px 13px;
    font-size: .78rem;
  }

  .catalog-intro {
    min-height: 270px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .catalog-intro h1 {
    font-size: 3rem;
  }

  .catalog-shell {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .catalog-shortcuts {
    margin-bottom: 56px;
  }

  .catalog-group {
    margin-bottom: 72px;
  }

  .group-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-products,
  .upcoming-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery .product-image {
    aspect-ratio: 1 / 1;
  }

  .product-description {
    min-height: 0;
  }

  .product-bottom.direct-purchase {
    grid-template-columns: 1fr;
  }

  .buy-button {
    width: 100%;
  }

  .upcoming-card {
    min-height: 190px;
  }

  .vip-strip {
    margin-bottom: 70px;
    padding: 32px 24px;
  }

  .vip-strip .contact-button {
    width: 100%;
  }
}
