/* Landing-only cleanup. The archived site's original styles remain untouched. */
.header-and-footer--banner-ad,
.topbannerAd {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hfsh .shortcuts-dropdown,
.hfsh .js-shortcuts-dropdown {
  display: none !important;
  max-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.hfsh.show-shortcuts .shortcuts-list-item > .shortcuts-list-item-link {
  color: inherit;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.hfsh.show-shortcuts .shortcuts-list-item > .shortcuts-list-item-link .shortcuts-list-item-text::after {
  background-color: #ff503c !important;
  content: "" !important;
  transform: scaleX(0) !important;
  transform-origin: bottom right !important;
  transition: transform 0.25s ease !important;
}

.hfsh.show-shortcuts .shortcuts-list-item > .shortcuts-list-item-link:hover,
.hfsh.show-shortcuts .shortcuts-list-item > .shortcuts-list-item-link:focus-visible {
  color: #ff503c !important;
  opacity: 1 !important;
}

.hfsh.show-shortcuts .shortcuts-list-item > .shortcuts-list-item-link:hover .shortcuts-list-item-text::after,
.hfsh.show-shortcuts .shortcuts-list-item > .shortcuts-list-item-link:focus-visible .shortcuts-list-item-text::after {
  transform: scaleX(1) !important;
  transform-origin: bottom left !important;
}

.landing-static-author,
.landing-static-social {
  color: inherit;
  cursor: default;
  text-decoration: none;
}

.styles_displayedAuthors__1YW_2 > .landing-static-author {
  display: block;
}

.byline-social .landing-static-social {
  display: inline-block;
  pointer-events: none;
}

[data-testid="taboola"],
[data-testid="body-bottom-recommended"],
#taboolaReadMoreBelow,
[data-testid*="infinite" i],
.infinite-scroll {
  display: none !important;
}

#hfs-footer .landing-static-footer-logo {
  color: inherit;
  cursor: default;
  display: inline-block;
  pointer-events: none;
}

.landing-static-related-link {
  color: inherit;
  cursor: default;
  text-decoration: none;
}

.landing-static-related-control,
.landing-static-footer-control {
  cursor: default !important;
  pointer-events: none !important;
}

.product-name-link {
  color: inherit;
  text-decoration-color: #ff503c;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.product-name-link:hover,
.product-name-link:focus-visible {
  color: #e53f2e;
  text-decoration-color: currentColor;
}

#landing-video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

#landing-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

#landing-video-toggle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  padding: 0 0 0 5px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgb(0 0 0 / 68%);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

#landing-video-toggle.is-playing {
  padding-left: 0;
}

#landing-video-toggle svg,
#landing-video-close svg {
  display: block;
  margin: auto;
}

#landing-video-close {
  display: none;
}

#landing-video-player.is-floating {
  position: fixed;
  z-index: 2147483646;
  right: 1rem;
  bottom: 1rem;
  width: min(400px, calc(100vw - 2rem));
  height: auto;
  max-height: 400px;
  box-shadow: 0 10px 32px rgb(0 0 0 / 38%);
  animation: landing-video-float-in 150ms cubic-bezier(0, 0.25, 0.25, 1) both;
}

#landing-video-player.is-floating #landing-video-close {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgb(0 0 0 / 72%);
  cursor: pointer;
}

@keyframes landing-video-float-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  #landing-video-player.is-floating {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

.landing-story-extension {
  border-top: 1px solid #dfdfdf;
  margin-top: 3.5rem;
  padding-top: 3.5rem;
}

.landing-product-promotion {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  overflow: hidden;
  width: calc(100% - 2rem);
  max-width: 640px;
  margin: 0 auto 3.5rem;
  border: 1px solid #ded9d3;
  background: #fff;
  box-shadow: 0 16px 38px rgb(34 29 25 / 11%);
  color: #1d1d1d;
}

.landing-product-promotion__visual {
  display: flex;
  min-height: 100%;
  padding: 2rem 1.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background: #12392a;
}

.landing-product-promotion__visual img {
  display: block;
  width: min(100%, 116px);
  height: auto;
}

.landing-product-promotion__visual span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-align: center;
}

.landing-product-promotion__content {
  min-width: 0;
  padding: 2rem 2.1rem 2.15rem;
}

.landing-product-promotion__content h2 {
  max-width: none;
  margin: 0 0 0.8rem;
  color: #1d1d1d;
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  font-weight: 400;
  line-height: 1.12;
}

.landing-product-promotion__content > p {
  max-width: none;
  margin: 0;
  color: #514b46;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  line-height: 1.55;
}

.landing-product-promotion__content ul {
  margin: 1.25rem 0 1.45rem;
  padding: 0;
  border-top: 1px solid #dfddd9;
  border-bottom: 1px solid #dfddd9;
  list-style: none;
}

.landing-product-promotion__content li {
  padding: 0.68rem 0;
  color: #273c32;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.79rem;
  font-weight: 600;
  line-height: 1.35;
}

.landing-product-promotion__content li + li {
  border-top: 1px solid #ebe9e6;
}

.landing-product-promotion__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 1rem 0.85rem 1.1rem;
  border: 2px solid #ff503c;
  border-radius: 0;
  background: #ff503c;
  box-shadow: 5px 5px 0 #12392a;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.landing-product-promotion__cta:hover,
.landing-product-promotion__cta:focus-visible {
  border-color: #e53f2e;
  background: #e53f2e;
  box-shadow: 3px 3px 0 #12392a;
  color: #fff !important;
  transform: translate(2px, 2px);
}

.landing-story-extension__section {
  margin: 0 auto 3rem;
  max-width: 680px;
}

.landing-story-extension__section h2 {
  color: #1d1d1d;
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.16;
  margin: 0 0 1rem;
}

.landing-story-extension__section p {
  color: #303030;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.04rem, 1.4vw, 1.17rem);
  line-height: 1.63;
  margin: 0 0 1.1rem;
}

.landing-story-extension__expert {
  background: #fff8f4;
  border-left: 4px solid #ff503c;
  margin: 1.8rem 0 0;
  padding: 1.35rem 1.45rem;
}

.landing-story-extension__expert blockquote {
  color: #272727;
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.48;
  margin: 0;
}

.landing-story-extension__expert figcaption {
  color: #d63d2b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-top: 0.95rem;
  text-transform: uppercase;
}

.landing-story-extension__closing {
  background: #1f1f1f;
  color: #fff;
  margin: 3.5rem auto 1rem;
  max-width: 680px;
  padding: clamp(1.7rem, 4vw, 2.6rem);
}

.landing-story-extension__closing p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0.7rem 0 0;
}

.landing-story-extension__closing .landing-story-extension__name {
  color: #ff503c;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.landing-story-extension__closing .product-name-link {
  color: #ff503c !important;
  text-decoration-color: currentColor;
}

@media (max-width: 640px) {
  .landing-story-extension {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }

  .landing-story-extension__section {
    margin-bottom: 2.25rem;
  }

  .landing-story-extension__expert {
    padding: 1.15rem;
  }

  .landing-product-promotion {
    grid-template-columns: 1fr;
    width: min(100% - 1rem, 420px);
    margin-bottom: 2.5rem;
  }

  .landing-product-promotion__visual {
    min-height: 140px;
    padding: 1.35rem;
    flex-direction: row;
    gap: 1rem;
  }

  .landing-product-promotion__visual img {
    width: 82px;
  }

  .landing-product-promotion__content {
    padding: 1.55rem 1.35rem 1.75rem;
  }
}

.product-reviews {
  background: #fff9f6;
  border-bottom: 1px solid #efd8ce;
  border-top: 1px solid #efd8ce;
  margin: 4rem 0 3.25rem;
  padding: 3rem max(1.25rem, calc((100vw - 1040px) / 2));
  scroll-margin-top: 5rem;
}

.product-reviews > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

.product-reviews__eyebrow {
  color: #e94734;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.55rem;
  margin-top: 0;
  text-transform: uppercase;
}

.product-reviews__title {
  color: #161616;
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 0;
  margin-top: 0;
}

.product-reviews__intro {
  color: #565656;
  font-size: 0.98rem;
  line-height: 1.5;
  margin-bottom: 1.35rem;
  margin-top: 0.7rem;
}

.product-reviews__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-review {
  background: #fff;
  border: 1px solid #ead9d1;
  border-radius: 5px;
  box-shadow: 0 5px 18px rgba(55, 35, 26, 0.055);
  min-height: 196px;
  opacity: 0.72;
  padding: 1rem;
  transform: translateY(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-review.is-active,
.product-review.is-complete {
  opacity: 1;
  transform: translateY(0);
}

.product-review__header {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.product-review__avatar {
  align-items: center;
  background: #fff0eb;
  border: 1px solid #ffd1c6;
  border-radius: 50%;
  display: flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
}

.product-review__avatar svg {
  fill: none;
  height: 24px;
  stroke: #e94734;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 24px;
}

.product-review__identity {
  min-width: 0;
}

.product-review__name {
  color: #161616;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.product-review__meta {
  color: #777;
  font-size: 0.72rem;
}

.product-review__meta {
  margin: 0.16rem 0 0;
}

.product-review__rating {
  display: flex;
  font-size: 0.82rem;
  gap: 0.08em;
  margin: 0.7rem 0 0.5rem;
}

.product-review__rating .is-full {
  color: #ff503c;
}

.product-review__rating .is-half {
  background: linear-gradient(90deg, #ff503c 50%, #d9d9d9 50%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-review__rating .is-empty {
  color: #d9d9d9;
}

.product-review__text {
  color: #292929;
  font-size: 0.9rem;
  line-height: 1.48;
  margin: 0;
}

.product-review.is-typing .product-review__text::after {
  animation: product-review-cursor 0.8s steps(1) infinite;
  color: #ff503c;
  content: "|";
  font-weight: 700;
  margin-left: 2px;
}

.product-review__status {
  align-items: center;
  color: #777;
  display: flex;
  font-size: 0.68rem;
  gap: 0.35rem;
  margin: 0.7rem 0 0;
}

.product-review__status-dot {
  background: #ff503c;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.product-review.is-typing .product-review__status-dot {
  animation: product-review-pulse 1s ease-in-out infinite;
}

.product-reviews__notice {
  color: #737373;
  font-size: 0.72rem;
  line-height: 1.45;
  margin-bottom: 0;
  margin-top: 0.9rem;
}

.product-reviews__actions {
  margin-top: 1rem;
}

.product-reviews__cta,
.product-review-form button {
  align-items: center;
  background: #ff503c;
  border: 1px solid #ff503c;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 38px;
  padding: 0.65rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.product-reviews__cta:hover,
.product-reviews__cta:focus-visible,
.product-review-form button:hover,
.product-review-form button:focus-visible {
  background: #e94734;
  border-color: #e94734;
  color: #fff;
}

.product-review-form {
  border-top: 1px solid #ead9d1;
  display: grid;
  gap: 1rem 1.5rem;
  grid-template-columns: 190px minmax(0, 1fr);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.product-review-form__heading h3 {
  color: #161616;
  font-family: Prata, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.product-review-form__fields {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(170px, 1fr) 135px 135px;
}

.product-review-form label {
  color: #313131;
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.35rem;
}

.product-review-form__message {
  grid-column: 1 / -1;
}

.product-review-form__rating {
  grid-column: 1 / -1;
  line-height: 1;
}

.product-review-form__star-picker {
  --rating-percent: 0%;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  touch-action: none;
  user-select: none;
}

.product-review-form__star-picker:focus-visible {
  border-radius: 2px;
  box-shadow: 0 0 0 3px rgba(255, 80, 60, 0.18);
  outline: 2px solid #161616;
  outline-offset: 3px;
}

.product-review-form__stars-empty {
  color: #d8d8d8;
}

.product-review-form__stars-fill {
  color: #ff503c;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: var(--rating-percent);
}

.landing-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.product-review-form input,
.product-review-form textarea {
  background: #fff;
  border: 1px solid #d7c7c0;
  border-radius: 2px;
  color: #222;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 400;
  padding: 0.65rem 0.7rem;
}

.product-review-form input:focus,
.product-review-form textarea:focus {
  border-color: #ff503c;
  box-shadow: 0 0 0 2px rgba(255, 80, 60, 0.14);
  outline: none;
}

.product-review-form textarea {
  min-height: 76px;
  resize: vertical;
}

.product-review-form__footer {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  grid-column: 2;
}

.product-review-form__feedback {
  color: #416b38;
  font-size: 0.75rem;
  line-height: 1.35;
  margin: 0;
}

.product-review-form__feedback.is-error {
  color: #a72d20;
}

@keyframes product-review-cursor {
  50% { opacity: 0; }
}

@keyframes product-review-pulse {
  50% { opacity: 0.3; transform: scale(0.75); }
}

@media (max-width: 757px) {
  .product-reviews {
    margin: 3rem 0 2.5rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .product-reviews__grid {
    grid-template-columns: 1fr;
  }

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

  .product-review-form {
    grid-template-columns: 1fr;
  }

  .product-review-form__fields {
    grid-template-columns: 1fr 1fr;
  }

  .product-review-form__name {
    grid-column: 1 / -1;
  }

  .product-review-form__footer {
    align-items: flex-start;
    flex-direction: column;
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-review,
  .product-review__status-dot,
  .product-review__text::after {
    animation: none !important;
    transition: none !important;
  }
}
