.products-home-premium {
  isolation: isolate;
  position: relative;
  margin-top: 86px;
  margin-bottom: 86px;
  padding: clamp(42px, 5vw, 72px);
  border: 1px solid rgba(180, 148, 88, 0.58);
  border-radius: 42px;
  background:
    radial-gradient(circle at 92% 3%, rgba(215, 184, 122, 0.25), transparent 27%),
    radial-gradient(circle at 0 100%, rgba(180, 148, 88, 0.13), transparent 30%),
    linear-gradient(135deg, #fffdfa 0%, #f4eee4 58%, #fbf8f2 100%);
  box-shadow:
    0 38px 100px rgba(30, 23, 14, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.products-home-premium::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 7%;
  width: 52%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d7b87a, #8f692a, transparent);
  box-shadow: 0 0 28px rgba(180, 148, 88, 0.48);
}

.products-home-premium::after {
  content: "SELECTED";
  position: absolute;
  z-index: 0;
  top: 26px;
  right: -12px;
  color: rgba(180, 148, 88, 0.075);
  letter-spacing: -0.075em;
  font: 700 clamp(82px, 11vw, 166px) / 0.8 Sora, Arial, sans-serif;
  pointer-events: none;
}

.products-home-premium > * {
  position: relative;
  z-index: 1;
}

.products-home-premium .product-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
  align-items: end;
  gap: clamp(32px, 6vw, 94px);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.16);
}

.products-home-premium .product-heading-copy {
  max-width: 940px;
}

.products-home-premium .product-heading h2 {
  max-width: 940px;
  margin-top: 18px;
  font-size: clamp(42px, 5.7vw, 76px);
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.product-section-intro {
  max-width: 760px;
  margin: 23px 0 0;
  color: #625c53;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.68;
}

.product-section-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-section-points li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 6px 13px 6px 7px;
  border: 1px solid rgba(180, 148, 88, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #39352f;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(55, 43, 25, 0.07);
}

.product-section-points span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #151515;
  color: #d7b87a;
  font: 800 8px/1 Sora, Arial, sans-serif;
}

.products-home-premium .product-section-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  min-height: 132px;
  padding: 25px 27px;
  border: 1px solid rgba(215, 184, 122, 0.62);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 184, 122, 0.23), transparent 42%),
    linear-gradient(145deg, #111212, #211f1a);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 20px 45px rgba(21, 21, 21, 0.24), inset 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.products-home-premium .product-section-link small {
  color: #d7b87a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font: 800 9px/1.2 Sora, Arial, sans-serif;
}

.products-home-premium .product-section-link strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  font: 700 17px/1.25 Sora, Arial, sans-serif;
}

.products-home-premium .product-section-link strong span {
  display: grid;
  place-items: center;
  flex: none;
  isolation: isolate;
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 239, 194, 0.88);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 24%, rgba(255, 249, 224, 0.95) 0 7%, transparent 8%),
    linear-gradient(145deg, #f2d993 0%, #c79b4d 52%, #a97a31 100%);
  color: #151515;
  font-size: 19px;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.3),
    0 0 0 5px rgba(215, 184, 122, 0.11),
    inset 0 1px rgba(255, 255, 255, 0.76),
    inset 0 -5px 12px rgba(83, 51, 10, 0.16);
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.products-home-premium .product-section-link strong span::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border: 1px solid rgba(21, 21, 21, 0.2);
  border-radius: inherit;
}

.products-home-premium .product-section-link:hover,
.products-home-premium .product-section-link:focus-visible {
  transform: translateY(-5px);
  border-color: #d7b87a;
  box-shadow: 0 28px 58px rgba(21, 21, 21, 0.31), inset 0 1px rgba(255, 255, 255, 0.1);
}

.products-home-premium .product-section-link:hover strong span,
.products-home-premium .product-section-link:focus-visible strong span {
  transform: translate(3px, -3px) rotate(8deg) scale(1.08);
  background: linear-gradient(145deg, #292824, #101111);
  color: #f1d99d;
  box-shadow:
    0 19px 38px rgba(0, 0, 0, 0.42),
    0 0 0 6px rgba(215, 184, 122, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.14);
}

.products-home-premium .product-section-link:hover strong span::before,
.products-home-premium .product-section-link:focus-visible strong span::before {
  border-color: rgba(215, 184, 122, 0.42);
}

.products-home-premium .product-grid {
  counter-reset: premium-product;
  gap: 16px;
  margin-top: 28px;
}

.products-home-premium .product-card {
  counter-increment: premium-product;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(180, 148, 88, 0.31);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 44px rgba(27, 21, 13, 0.1), inset 0 1px #fff;
  overflow: hidden;
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.products-home-premium .product-card::before {
  content: "0" counter(premium-product);
  position: absolute;
  z-index: 3;
  top: 23px;
  right: 23px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(215, 184, 122, 0.55);
  border-radius: 50%;
  background: rgba(21, 21, 21, 0.91);
  color: #d7b87a;
  backdrop-filter: blur(9px);
  font: 800 8px/1 Sora, Arial, sans-serif;
}

.products-home-premium .product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(180, 148, 88, 0.78);
  box-shadow: 0 30px 68px rgba(27, 21, 13, 0.17), inset 0 1px #fff;
}

.products-home-premium .product-image {
  margin: 0;
  border: 1px solid rgba(180, 148, 88, 0.17);
  border-radius: 21px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.98) 0 23%, transparent 54%),
    linear-gradient(145deg, #f2eee6, #e8dfd0);
}

.products-home-premium .product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(118deg, transparent 30%, rgba(255, 255, 255, 0.38) 48%, transparent 65%);
  background-position: 160% 0;
  background-size: 250% 100%;
  pointer-events: none;
  transition: background-position 0.7s ease;
}

.products-home-premium .product-card:hover .product-image::after {
  background-position: -100% 0;
}

.products-home-premium .product-image img {
  aspect-ratio: 1 / 1.02;
  object-fit: contain;
  transform: scale(0.94);
}

.products-home-premium .product-card:hover .product-image img {
  transform: scale(0.985);
}

.products-home-premium .product-ribbon {
  top: 13px;
  left: 13px;
  padding: 7px 11px;
  border: 1px solid rgba(215, 184, 122, 0.55);
  background: rgba(21, 21, 21, 0.94);
  color: #fff;
  box-shadow: 0 8px 20px rgba(21, 21, 21, 0.17);
}

.products-home-premium .product-info {
  flex: 1;
  padding: 19px 13px 13px;
}

.products-home-premium .product-info h3 {
  min-height: 2.5em;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.18;
}

.products-home-premium .product-categories {
  min-height: 2.5em;
  margin-top: 12px;
  color: #736d64;
}

.products-home-premium .product-meta {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 21, 21, 0.11);
}

.products-home-premium .product-meta a {
  isolation: isolate;
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 239, 194, 0.92);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 24%, rgba(255, 249, 224, 0.96) 0 7%, transparent 8%),
    linear-gradient(145deg, #f2d993 0%, #c79b4d 52%, #a97a31 100%);
  color: #151515;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  box-shadow:
    0 12px 27px rgba(38, 27, 11, 0.22),
    0 0 0 4px rgba(215, 184, 122, 0.11),
    inset 0 1px rgba(255, 255, 255, 0.78),
    inset 0 -4px 10px rgba(83, 51, 10, 0.15);
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease,
    box-shadow 0.24s ease;
}

.products-home-premium .product-meta a::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border: 1px solid rgba(21, 21, 21, 0.2);
  border-radius: inherit;
}

.products-home-premium .product-card:hover .product-meta a,
.products-home-premium .product-meta a:hover,
.products-home-premium .product-meta a:focus-visible {
  transform: translate(2px, -2px) rotate(8deg) scale(1.07);
  border-color: rgba(215, 184, 122, 0.88);
  background: linear-gradient(145deg, #292824, #101111);
  color: #f1d99d;
  box-shadow:
    0 17px 34px rgba(21, 21, 21, 0.32),
    0 0 0 6px rgba(215, 184, 122, 0.15),
    inset 0 1px rgba(255, 255, 255, 0.14);
}

.products-home-premium .product-meta a:focus-visible {
  outline: 2px solid #151515;
  outline-offset: 4px;
}

.products-home-premium .product-card:hover .product-meta a::before,
.products-home-premium .product-meta a:hover::before,
.products-home-premium .product-meta a:focus-visible::before {
  border-color: rgba(215, 184, 122, 0.42);
}

.products-home-premium .add-cart-button {
  width: 100%;
  margin-top: 16px;
}

@media (max-width: 1050px) {
  .products-home-premium .product-heading {
    grid-template-columns: 1fr;
  }

  .products-home-premium .product-section-link {
    width: min(100%, 400px);
    min-height: 112px;
  }

  .products-home-premium .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .products-home-premium {
    margin: 60px 14px;
    padding: 42px 14px 16px;
    border-radius: 30px;
  }

  .products-home-premium::after {
    top: 20px;
    right: -4px;
    font-size: 60px;
  }

  .products-home-premium .product-heading {
    gap: 28px;
    padding: 0 8px 32px;
  }

  .products-home-premium .product-heading h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .product-section-points {
    display: grid;
  }

  .products-home-premium .product-section-link {
    width: 100%;
  }

  .products-home-premium .product-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .products-home-premium .product-card:hover {
    transform: none;
  }

  .products-home-premium .product-info h3,
  .products-home-premium .product-categories {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-home-premium .product-card,
  .products-home-premium .product-section-link,
  .products-home-premium .product-meta a,
  .products-home-premium .product-image::after {
    transition: none;
  }
}

/* Goal cards: clear destinations, premium actions and collision-free labels. */
#goals .goal-card:not(.goal-card-large)::before {
  width: 56%;
  height: 68%;
  top: 14px;
  right: 12px;
  opacity: 0.96;
  mix-blend-mode: normal;
  filter:
    saturate(0.94)
    contrast(1.04)
    drop-shadow(0 18px 22px rgba(31, 24, 15, 0.18));
}

#goals .goal-card:nth-child(2)::before {
  background-image: url("/assets/power-load-transparent.webp");
}

#goals .goal-card:nth-child(3)::before {
  background-image: url("/assets/l-glutamin-transparent.webp");
}

#goals .goal-card:nth-child(4)::before {
  background-image: url("/assets/vitamin-c-zink-transparent.webp");
}

#goals .goal-card:nth-child(5)::before {
  background-image: url("/assets/energy-oat-bar-vanilla-transparent.webp");
}

#goals .goal-card:not(.goal-card-large):hover::before,
#goals .goal-card:not(.goal-card-large):focus-visible::before {
  opacity: 1;
  filter:
    saturate(1)
    contrast(1.06)
    drop-shadow(0 22px 27px rgba(31, 24, 15, 0.23));
}

#goals .goal-card h3 {
  width: calc(100% - 64px);
  max-width: none;
  margin-right: 64px;
  overflow-wrap: normal;
  hyphens: auto;
}

#goals .goal-card:not(.goal-card-large) h3 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

#goals .goal-card-large h3 {
  width: calc(100% - 54px);
  margin-right: 54px;
  font-size: clamp(29px, 3.05vw, 44px);
  line-height: 0.98;
}

#goals .card-arrow {
  width: 48px;
  height: 48px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(21, 21, 21, 0.18);
  background: linear-gradient(145deg, #f4dfaa 0%, #c49b4f 100%);
  color: #151515;
  font-size: 18px;
  box-shadow:
    0 12px 28px rgba(48, 34, 14, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.78),
    inset 0 0 0 4px rgba(255, 255, 255, 0.16);
}

#goals .goal-card-large .card-arrow {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(215, 184, 122, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.78);
}

#goals .goal-card:hover .card-arrow,
#goals .goal-card:focus-visible .card-arrow {
  border-color: rgba(215, 184, 122, 0.82);
  background: linear-gradient(145deg, #232321, #111211);
  color: #f1d99d;
  transform: translate(2px, -2px) rotate(8deg) scale(1.06);
  box-shadow:
    0 18px 34px rgba(21, 21, 21, 0.3),
    0 0 0 5px rgba(215, 184, 122, 0.12),
    inset 0 1px rgba(255, 255, 255, 0.12);
}

@media (max-width: 760px) {
  #goals .goal-card h3,
  #goals .goal-card-large h3 {
    width: calc(100% - 56px);
    margin-right: 56px;
  }

  #goals .card-arrow {
    width: 44px;
    height: 44px;
    right: 17px;
    bottom: 17px;
  }
}
