.campaign.campaign-protein-duo {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: 0;
  min-height: 720px;
  padding: 0;
  color: #fffaf2;
  background:
    radial-gradient(circle at 85% 13%, rgba(236, 202, 132, .19), transparent 27%),
    radial-gradient(circle at 62% 92%, rgba(133, 78, 38, .34), transparent 38%),
    linear-gradient(132deg, #0d0c0b 0%, #17130f 48%, #25170f 100%);
  border: 1px solid rgba(226, 187, 121, .46);
  border-radius: 44px;
  box-shadow: 0 34px 90px rgba(39, 25, 15, .25), inset 0 1px rgba(255, 255, 255, .08);
  isolation: isolate;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 108px;
}

.campaign-protein-duo::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 6%;
  width: 46%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e8c98b, transparent);
  box-shadow: 0 0 28px rgba(226, 187, 121, .58);
  pointer-events: none;
}

.campaign-protein-duo::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 42%;
  bottom: -310px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(226, 187, 121, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(226, 187, 121, .035), 0 0 0 150px rgba(226, 187, 121, .025);
  pointer-events: none;
}

.protein-duo-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(42px, 5vw, 78px);
  background: linear-gradient(90deg, rgba(10, 10, 9, .74), rgba(10, 10, 9, .08));
}

.protein-duo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e8c98b;
  letter-spacing: .15em;
  text-transform: uppercase;
  font: 800 .75rem/1.2 Sora, Arial, sans-serif;
}

.protein-duo-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e8c98b;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(232, 201, 139, .1);
}

.protein-duo-copy h2 {
  max-width: 8.4ch;
  margin: 25px 0 0;
  color: #fffaf2;
  letter-spacing: -.064em;
  font-size: clamp(3.35rem, 5.9vw, 6rem);
  line-height: .91;
}

.protein-duo-copy h2 span {
  display: block;
  color: #e2bb79;
}

.protein-duo-lead {
  max-width: 39ch;
  margin: 28px 0 0;
  color: rgba(255, 250, 242, .72);
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  line-height: 1.7;
}

.protein-duo-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.protein-duo-proof li {
  display: grid;
  gap: 4px;
  min-width: 148px;
  padding: 15px 17px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(226, 187, 121, .26);
  border-radius: 18px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}

.protein-duo-proof li:nth-child(2) {
  position: relative;
  background: linear-gradient(135deg, #f4d58f 0%, #d7a84f 100%);
  border-color: rgba(255, 239, 199, .9);
  box-shadow: 0 16px 34px rgba(207, 157, 67, .2), inset 0 1px rgba(255, 255, 255, .58);
  transform: translateY(-4px);
}

.protein-duo-proof li:nth-child(2)::after {
  content: "✓";
  position: absolute;
  top: -10px;
  right: -10px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #f3d487;
  background: #17110d;
  border: 2px solid #f3d487;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .26);
  font: 800 .72rem/1 Sora, Arial, sans-serif;
}

.protein-duo-proof strong {
  color: #fffaf2;
  letter-spacing: -.035em;
  font: 750 1.18rem/1.1 Sora, Arial, sans-serif;
}

.protein-duo-proof span {
  color: rgba(255, 250, 242, .58);
  font-size: .76rem;
}

.protein-duo-proof li:nth-child(2) strong {
  color: #17110d;
}

.protein-duo-proof li:nth-child(2) span {
  color: #5e4521;
}

.protein-duo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.protein-duo-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 58px;
  padding: 0 10px 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .92rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.protein-duo-actions .button span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #17110d;
  background: #fffaf2;
  border-radius: 50%;
  transition: transform .22s ease;
}

.protein-duo-actions .button:hover span,
.protein-duo-actions .button:focus-visible span {
  transform: translate(2px, -2px);
}

.protein-duo-actions .button-gold {
  color: #17110d;
  background: #e2bb79;
  border-color: #e2bb79;
}

.protein-duo-actions .protein-duo-secondary {
  color: #fffaf2;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 250, 242, .27);
}

.protein-duo-signature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 0;
  color: rgba(255, 250, 242, .72);
  letter-spacing: .14em;
  text-transform: uppercase;
  font: 800 .68rem/1 Sora, Arial, sans-serif;
}

.protein-duo-signature i {
  display: block;
  width: 34px;
  height: 1px;
  background: #e2bb79;
}

.protein-duo-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 42%, rgba(22, 36, 56, .16), transparent 34%),
    linear-gradient(180deg, rgba(18, 32, 50, .04), rgba(84, 55, 32, .12)),
    url("/assets/protein-duo-sky-v1.png") center / cover no-repeat;
  border-left: 1px solid rgba(255, 255, 255, .22);
  box-shadow: inset 0 0 90px rgba(23, 32, 45, .13);
}

.protein-duo-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 27% 44%, rgba(255, 255, 255, .3), transparent 24%),
    linear-gradient(90deg, rgba(11, 18, 28, .1), transparent 23%, transparent 78%, rgba(32, 29, 28, .06));
  pointer-events: none;
}

.protein-duo-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -8%;
  bottom: -3%;
  width: 104%;
  height: 23%;
  background: radial-gradient(ellipse, rgba(38, 36, 42, .2), transparent 66%);
  filter: blur(18px);
  pointer-events: none;
}

.protein-duo-product {
  position: absolute;
  z-index: 2;
  color: inherit;
  text-decoration: none;
  outline: none;
}

.protein-duo-product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(28, 31, 38, .42));
  transition: transform .48s cubic-bezier(.2, .75, .25, 1), filter .48s ease;
}

.protein-duo-product:hover img,
.protein-duo-product:focus-visible img {
  filter: drop-shadow(0 42px 45px rgba(28, 31, 38, .5));
  transform: translateY(-9px) scale(1.025);
}

.protein-duo-shake {
  top: 4%;
  left: 1%;
  width: 53%;
  height: 89%;
  animation: protein-duo-float-shake 5.8s ease-in-out infinite;
}

.protein-duo-bar {
  right: -4%;
  bottom: 5%;
  z-index: 3;
  width: 75%;
  height: 45%;
  animation: protein-duo-float-bar 5.1s ease-in-out .7s infinite;
}

@keyframes protein-duo-float-shake {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.35deg); }
  50% { transform: translate3d(0, -18px, 0) rotate(.55deg); }
}

@keyframes protein-duo-float-bar {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(.2deg); }
  50% { transform: translate3d(-4px, -13px, 0) rotate(-.55deg); }
}

.protein-duo-label {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 5px;
  min-width: 176px;
  padding: 15px 17px;
  color: #17110d;
  background: rgba(255, 250, 242, .94);
  border: 1px solid rgba(226, 187, 121, .72);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .25), inset 0 1px #fff;
  backdrop-filter: blur(12px);
}

.protein-duo-shake .protein-duo-label {
  top: 10%;
  left: 75%;
}

.protein-duo-bar .protein-duo-label {
  right: 25%;
  bottom: 2%;
}

.protein-duo-label em {
  color: #8a6428;
  letter-spacing: .13em;
  text-transform: uppercase;
  font: 800 .61rem/1.2 Sora, Arial, sans-serif;
}

.protein-duo-label strong {
  max-width: 18ch;
  letter-spacing: -.025em;
  font: 750 .88rem/1.25 Sora, Arial, sans-serif;
}

.protein-duo-label small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5f574c;
  font-size: .72rem;
}

.protein-duo-label small i {
  width: 7px;
  height: 7px;
  background: #657b5e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(101, 123, 94, .11);
}

.protein-duo-stamp {
  position: absolute;
  z-index: 5;
  top: 7%;
  right: 6%;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  color: #6d4a1d;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  font: 800 .63rem/1.35 Sora, Arial, sans-serif;
  background: rgba(255, 250, 242, .58);
  border: 1px solid rgba(109, 74, 29, .38);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .22), 0 18px 46px rgba(54, 45, 38, .15);
  backdrop-filter: blur(10px);
  transform: rotate(7deg);
}

@media (max-width: 1100px) {
  .campaign.campaign-protein-duo {
    grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
    min-height: 650px;
  }

  .protein-duo-copy {
    padding: 46px 34px;
  }

  .protein-duo-copy h2 {
    font-size: clamp(3.15rem, 6vw, 4.6rem);
  }

  .protein-duo-stage {
    min-height: 650px;
  }

  .protein-duo-label {
    min-width: 154px;
    padding: 13px 14px;
  }

  .protein-duo-stamp {
    width: 86px;
    height: 86px;
  }
}

@media (max-width: 780px) {
  .campaign.campaign-protein-duo {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    margin: 54px 18px;
    border-radius: 30px;
  }

  .protein-duo-copy {
    padding: 42px 26px 30px;
    background: linear-gradient(180deg, rgba(10, 10, 9, .72), transparent);
  }

  .protein-duo-copy h2 {
    max-width: 9ch;
    font-size: clamp(3.2rem, 15vw, 4.4rem);
  }

  .protein-duo-lead {
    font-size: 1rem;
  }

  .protein-duo-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .protein-duo-proof li {
    min-width: 0;
  }

  .protein-duo-actions {
    display: grid;
    width: 100%;
  }

  .protein-duo-actions .button {
    width: 100%;
  }

  .protein-duo-stage {
    min-height: 510px;
    background-position: 48% center;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
  }

  .protein-duo-stage::before {
    top: 3%;
    left: 8%;
    width: 84%;
  }

  .protein-duo-shake {
    top: 2%;
    left: -3%;
    width: 58%;
    height: 79%;
  }

  .protein-duo-bar {
    right: -11%;
    bottom: 2%;
    width: 100%;
    height: 45%;
  }

  .protein-duo-shake .protein-duo-label {
    top: 11%;
    left: 80%;
  }

  .protein-duo-bar .protein-duo-label {
    right: 24%;
    bottom: -1%;
  }

  .protein-duo-stamp {
    top: 4%;
    right: 4%;
    width: 72px;
    height: 72px;
    font-size: .52rem;
  }
}

@media (max-width: 440px) {
  .campaign.campaign-protein-duo {
    margin-right: 12px;
    margin-left: 12px;
  }

  .protein-duo-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .protein-duo-proof li {
    padding: 13px;
  }

  .protein-duo-stage {
    min-height: 470px;
  }

  .protein-duo-label {
    min-width: 142px;
  }

  .protein-duo-shake .protein-duo-label {
    left: 72%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .protein-duo-shake,
  .protein-duo-bar {
    animation: none;
  }

  .protein-duo-product img,
  .protein-duo-actions .button span {
    transition: none;
  }
}
