/* Real product photography and an easy-to-read explanation of the formula. */
.hero-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}

.hero-product-visual {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  align-self: center;
}

.hero-product-image {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.exclusive-formula {
  padding: 76px 0 82px;
  background: #fff;
  color: #262820;
}

.exclusive-inner {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.exclusive-heading {
  max-width: 1080px;
  margin: 0 auto 64px;
  text-align: center;
}

.exclusive-heading h2 {
  margin: 0;
  color: #886019;
  font-size: clamp(36px, 3.3vw, 44px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.8px;
  text-wrap: balance;
}

.exclusive-cta {
  margin-top: 28px;
  text-align: center;
}

.exclusive-cta .button {
  min-height: 68px;
  max-width: 100%;
  padding: 17px 35px;
  border-radius: 12px;
  background: #008451;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0 6px 16px #0084511c;
}

.exclusive-cta .button:hover {
  background: #006a41;
}

.purchase-assurance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 0;
  color: #4f514a;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.purchase-assurance svg {
  flex: 0 0 17px;
  width: 17px;
  height: 19px;
  margin-top: 3px;
}

.exclusive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 54px;
}

.exclusive-figure {
  min-width: 0;
  margin: 0;
}

.formula-image-button {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid #e4dccb;
  border-radius: 20px;
  background: #fff;
  color: #574a30;
  box-shadow: 0 12px 36px #49381812;
  font: inherit;
  cursor: zoom-in;
}

.formula-image-button > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

.image-zoom-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fcf3de;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.image-zoom-label svg {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
}

.formula-image-button:hover {
  border-color: #a07827;
  box-shadow: 0 12px 36px #4938181c;
}

.formula-image-button:focus-visible,
.image-dialog-close button:focus-visible {
  outline: 3px solid #755018;
  outline-offset: 5px;
}

.exclusive-copy {
  min-width: 0;
}

.exclusive-kicker {
  margin: 0 0 12px;
  color: #886019;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .5px;
}

.exclusive-copy h3 {
  margin: 0 0 24px;
  color: #262820;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.7px;
  text-wrap: balance;
}

.exclusive-description {
  color: #3e443a;
  font-size: 22px;
  line-height: 1.65;
  text-align: left;
}

.exclusive-description p {
  margin: 0 0 20px;
}

.exclusive-description p:last-child {
  margin-bottom: 0;
}

.exclusive-description strong {
  color: #262820;
  font-weight: 700;
}

.exclusive-copy .exclusive-cta {
  margin-top: 30px;
}

.exclusive-copy .exclusive-cta .button {
  width: 100%;
}

.formula-image-dialog {
  width: min(1100px, 96vw);
  max-width: 96vw;
  max-height: 90vh;
  max-height: 90dvh;
  margin: auto;
  padding: 20px;
  overflow: auto;
  border: 1px solid #e4dccb;
  border-radius: 18px;
  background: #fff;
  color: #262820;
  box-shadow: 0 18px 80px #0005;
  overscroll-behavior: contain;
}

.formula-image-dialog::backdrop {
  background: #11150edb;
}

.image-dialog-close {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 12px;
}

.image-dialog-close button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 112px;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #d2c19c;
  border-radius: 9px;
  background: #fff7e4;
  color: #322b1e;
  font: 700 18px/1.5 'DM Sans', Arial, sans-serif;
  box-shadow: 0 3px 12px #0001;
  cursor: pointer;
}

.image-dialog-close button:hover {
  background: #f3e4bf;
}

.formula-enlarged-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .exclusive-inner {
    width: calc(100% - 56px);
  }

  .exclusive-layout {
    gap: 32px;
  }

  .exclusive-copy h3 {
    font-size: 32px;
  }

  .exclusive-cta .button {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 860px) {
  .exclusive-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    max-width: 660px;
    margin: 0 auto;
  }

  .exclusive-figure {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-product-visual {
    max-width: 580px;
    margin: 16px auto 28px;
  }

  .exclusive-formula {
    padding: 52px 0 56px;
  }

  .exclusive-inner {
    width: calc(100% - 40px);
  }

  .exclusive-heading {
    margin-bottom: 40px;
  }

  .exclusive-heading h2 {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -.6px;
  }

  .exclusive-cta {
    margin-top: 24px;
  }

  .exclusive-cta .button {
    width: min(440px, 100%);
    min-height: 64px;
    padding: 16px 20px;
    font-size: 24px;
  }

  .purchase-assurance {
    max-width: 380px;
    margin: 14px auto 0;
    font-size: 16px;
  }

  .formula-image-button {
    padding: 10px;
    border-radius: 16px;
  }

  .image-zoom-label {
    font-size: 16px;
  }

  .exclusive-kicker {
    font-size: 21px;
  }

  .exclusive-copy h3 {
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 22px;
  }

  .exclusive-description {
    font-size: 20px;
    line-height: 1.65;
  }

  .exclusive-copy .exclusive-cta .button {
    width: min(440px, 100%);
  }

  .formula-image-dialog {
    padding: 12px;
    border-radius: 12px;
  }
}

@media (max-width: 380px) {
  .exclusive-heading h2 {
    font-size: 30px;
  }

  .exclusive-copy h3 {
    font-size: 28px;
  }

  .exclusive-cta .button {
    font-size: 23px;
  }
}
