.hp-page {
  --hatch-green: 89 62% 27%;
  --green-accent: 89 62% 27%;
  --orange-accent: 24 94% 33%;
  color: #111827;
  background: #ffffff;
}

.tc-quick-model-grid {
  align-items: stretch;
  display: grid;
}

@media (min-width: 1024px) {
  #quick-comparison > .max-w-7xl {
    max-width: min(1520px, calc(100vw - 32px));
  }

  .tc-quick-model-grid {
    gap: 14px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .tc-quick-model-body {
    padding: 18px !important;
  }

  .tc-quick-model-body h3 {
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  .tc-quick-model-body p {
    font-size: 13px;
  }

  .tc-quick-model-body .h-48 {
    height: 10.5rem !important;
  }

  .tc-quick-model-actions {
    gap: 0.75rem;
    padding-top: 1rem;
  }

  .tc-quick-model-actions .ha-card-button {
    font-size: 11px;
    min-height: 38px;
    padding-inline: 8px;
  }
}

.tc-quick-model-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgb(15 23 42 / 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.tc-quick-model-card:hover {
  box-shadow: 0 18px 34px rgb(15 23 42 / 0.16);
  transform: translateY(-2px);
}

.tc-quick-model-label {
  flex: 0 0 auto;
}

.tc-quick-model-body {
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column !important;
}

.tc-quick-model-body:hover {
  box-shadow: none !important;
}

.ha-review-list > article[id] {
  scroll-margin-top: 150px;
}

.ha-review-list > article > div:first-child > div:first-child {
  align-self: stretch;
  overflow: hidden;
  padding: 0 !important;
}

.ha-review-list > article > div:first-child > div:first-child img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  mix-blend-mode: normal !important;
}

.tc-quick-model-actions {
  display: grid;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 1.15rem;
}

.tc-quick-model-actions .ha-card-button {
  border-radius: 10px;
  font-size: 12px;
  min-height: 40px;
  padding-inline: 12px;
}

.ha-quick-review-button {
  background: hsl(var(--hatch-green));
  box-shadow: 0 10px 20px hsl(var(--hatch-green) / 0.2);
  color: #ffffff;
}

.ha-quick-review-button:hover {
  background: #6a9e33;
  box-shadow: 0 12px 24px hsl(var(--hatch-green) / 0.26);
}

.hp-container {
  width: min(100% - 32px, 1280px);
  max-width: calc(100vw - 32px);
  margin-inline: auto;
}

.hp-product-hero {
  background: hsl(var(--hatch-blue-bg));
  padding: 48px 0 72px;
}

.hp-thumb {
  overflow: hidden;
  height: 92px;
  min-width: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 0;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.hp-rest-plus-page .hp-thumb {
  flex: initial;
  scroll-snap-align: none;
}

.hp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.hp-rest-plus-page .hp-thumb img[src*="hatch-rest-plus-2nd-gen"] {
  object-fit: cover;
  object-position: center 20%;
  background: #ffffff;
}

.hp-thumb.is-active,
.hp-thumb:hover {
  border-color: hsl(var(--hatch-green));
  transform: translateY(-1px);
}

.hp-buy-strip {
  position: relative;
  z-index: 2;
  margin-top: -36px;
  margin-bottom: 44px;
}

.hp-tabs {
  position: sticky;
  top: 80px;
  z-index: 30;
  border-bottom: 1px solid #e5e7eb;
  background: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(12px);
}

.hp-tabs-inner {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 0;
  scroll-behavior: smooth;
  scroll-padding-inline: 18px;
  scrollbar-color: hsl(var(--hatch-green) / 0.45) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.hp-tabs-inner::-webkit-scrollbar {
  height: 8px;
}

.hp-tabs-inner::-webkit-scrollbar-track {
  background: transparent;
}

.hp-tabs-inner::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: hsl(var(--hatch-green) / 0.38);
  background-clip: content-box;
}

.hp-tabs-inner::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--hatch-green) / 0.62);
  background-clip: content-box;
}

.hp-tabs a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 10px 16px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.hp-tabs a.is-active {
  color: #ffffff;
  background: hsl(var(--hatch-green));
}

@media (hover: hover) and (pointer: fine) {
  .hp-tabs a:hover {
    color: hsl(var(--hatch-green));
    background: hsl(var(--hatch-green) / 0.12);
  }
}

.hp-section {
  padding: 82px 0;
  border-bottom: 1px solid #f3f4f6;
}

.hp-section h2 {
  margin: 0 0 22px;
  color: #111827;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.hp-section p {
  color: #374151;
  font-size: 18px;
  line-height: 1.8;
}

.hp-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.hp-product-tabs-section {
  padding: 82px 0;
  border-bottom: 1px solid #f3f4f6;
}


.hp-product-tabs-section h2 {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.1;
  font-weight: 900;
}

.hp-product-tabs-section h2[id],
.hp-section h2[id] {
  scroll-margin-top: 168px;
}

.hp-product-tabs-section[id],
.hp-section[id],
.ha-related-reviews-section[id],
.hp-review-copy-section h2[id],
.hp-section-heading h2[id],
.hp-section-heading h3[id] {
  scroll-margin-top: 176px;
}


.ha-related-review-image img[src*="hatch-rest-plus-2nd-gen"] {
  object-position: center;
}

.hp-photo-carousel {
  position: relative;
  margin: 30px 0 0;
}

.hp-photo-carousel-track {
  display: flex;
  gap: 20px;
  margin: 0 -16px;
  overflow-x: auto;
  padding: 16px 16px 32px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hp-photo-carousel-track::-webkit-scrollbar {
  display: none;
}

.hp-photo-carousel-track figure {
  flex: 0 0 min(340px, 82vw);
  overflow: hidden;
  margin: 0;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgb(15 23 42 / 0.06);
  scroll-snap-align: start;
}

.hp-photo-carousel-track img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.hp-photo-carousel-arrow-left {
  left: -8px;
}

.hp-photo-carousel-arrow-right {
  right: -8px;
}

@media (min-width: 900px) {
  .hp-photo-carousel-track figure {
    flex-basis: calc((100% - 40px) / 3);
  }

  .hp-photo-carousel-track img {
    height: 260px;
  }
}

@media (max-width: 760px) {
  .hp-photo-carousel-arrow-left {
    left: -10px;
  }

  .hp-photo-carousel-arrow-right {
    right: -10px;
  }
}

.hp-floating-offer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55;
  border-top: 1px solid #e5e7eb;
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 -8px 26px rgb(15 23 42 / 0.06);
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition:
    opacity 220ms ease,
    transform 260ms ease;
  backdrop-filter: blur(14px);
}

.hp-floating-offer.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hp-floating-offer.is-docked {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.hp-faq-list {
  display: grid;
  gap: 14px;
}

.hp-faq-item {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgb(15 23 42 / 0.06);
}

.hp-faq-item summary {
  cursor: pointer;
  padding: 22px 26px;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

.hp-faq-item summary::-webkit-details-marker {
  display: none;
}

.hp-faq-answer {
  overflow: hidden;
  height: 0;
}

.hp-faq-item[open] .hp-faq-answer {
  height: auto;
}

.hp-faq-answer p {
  margin: 0;
  padding: 0 26px 24px;
  font-size: 17px;
}

.ha-index-hero-heading {
  width: 100%;
  margin-bottom: 34px;
}

.ha-index-hero-heading h1 {
  max-width: 100%;
  margin: 0 0 1.5rem;
  font-size: clamp(36px, 4.8vw, 60px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
}

.ha-index-hero-heading h2,
.ha-index-hero-body h2 {
  max-width: 100%;
  margin: 0 0 1.5rem;
  color: #374151;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
}

.ha-index-hero-body {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 48px;
}

.ha-index-hero-body > div:last-child {
  width: 100%;
  max-width: 430px;
  justify-self: end;
}

.ha-index-intro {
  display: grid;
  gap: 25px;
}

.ha-index-intro p {
  margin: 0;
}

@media (max-width: 1024px) {
  .ha-index-hero-body {
    grid-template-columns: 1fr;
  }

  .ha-index-hero-body > div:last-child {
    max-width: 560px;
    justify-self: start;
  }
}

.ha-guide-tabs .hp-tabs-inner {
  justify-content: center;
}

.tc-comparison-heading {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.tc-comparison-heading h2,
.tc-comparison-heading p {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#quick-comparison {
  padding-bottom: 82px;
}

.ha-review-list {
  display: grid;
  gap: 48px;
}

.ha-review-card-body {
  max-width: none;
  padding: 0 24px 28px;
}

.ha-review-card-body.ha-detail-content {
  display: block;
  padding: 0;
}

.ha-detail-section {
  padding: 48px 0;
  background: #ffffff;
}

.ha-detail-section-blue {
  background: hsl(var(--light-blue-bg));
}

.ha-detail-section-compact {
  padding-top: 0;
}

.ha-detail-section-bordered {
  border-top: 1px solid #f3f4f6;
}

.ha-detail-inner {
  width: min(100% - 32px, 64rem);
  margin: 0 auto;
}

.ha-detail-heading {
  margin: 0 0 32px;
  color: #111827;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  text-align: left;
}

.ha-detail-content h5.ha-detail-heading {
  display: block;
  width: 100%;
  margin: 0 0 22px;
  font-size: 21px;
  line-height: 1.3;
}

.ha-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: 40px;
  align-items: center;
}

.ha-detail-grid > * {
  align-self: center;
}

.ha-detail-copy {
  display: grid;
  gap: 20px;
}

.ha-detail-copy p,
.ha-detail-copy li {
  margin: 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.75;
}

.ha-detail-copy strong {
  color: #111827;
  font-weight: 900;
}

.ha-detail-image {
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgb(15 23 42 / 0.12);
}

.ha-detail-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ha-detail-image-soft {
  border: 1px solid #eef2f7;
  background: hsl(var(--light-blue-bg));
  padding: 8px;
}

.ha-detail-image-soft img {
  border-radius: 12px;
}

.ha-feature-list {
  display: grid;
  gap: 24px;
}

.ha-feature-column {
  display: grid;
  gap: 24px;
  align-content: center;
}

.ha-feature-column .ha-detail-heading {
  margin-bottom: 0;
}

.ha-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ha-feature-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-top: 4px;
  color: #facc15;
  fill: #facc15;
}

.ha-detail-subheading {
  margin: 0 0 6px;
  color: #111827;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
}

.ha-feature-item h6 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.ha-feature-item p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
}

.ha-experience-content {
  gap: 0;
}

.ha-experience-content > * + * {
  margin-top: 20px;
}

.ha-experience-content > h5.ha-detail-subheading {
  display: block;
  width: 100%;
  margin: 36px 0 22px;
}

.ha-experience-content > h5.ha-detail-subheading + * {
  margin-top: 0;
}

.ha-score-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.ha-score-badge {
  display: flex;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: hsl(var(--rating-color));
  box-shadow: 0 14px 30px rgb(15 23 42 / 0.12);
  font-size: 24px;
  font-weight: 900;
}

.ha-score-kicker {
  display: block;
  margin-bottom: 4px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ha-score-title h4 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.ha-limitations-full {
  border-left: 6px solid hsl(var(--hatch-green));
  border-radius: 18px;
  background: hsl(var(--light-blue-bg));
  padding: 30px 34px;
}

.ha-limitations-full h4 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.ha-pros-heading,
.ha-cons-heading {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
}

.ha-pros-heading {
  color: hsl(var(--green-accent));
}

.ha-cons-heading {
  color: hsl(var(--red-accent));
}

.ha-pro-con-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.ha-detail-list,
.ha-detail-number-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-detail-number-list {
  counter-reset: ha-step;
}

.ha-detail-number-list li {
  position: relative;
  padding-left: 42px;
}

.ha-detail-number-list li::before {
  counter-increment: ha-step;
  content: counter(ha-step);
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: hsl(var(--hatch-green));
  font-size: 13px;
  font-weight: 900;
}

.ha-setup-steps {
  align-self: center;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 14px 30px rgb(15 23 42 / 0.06);
}

.ha-story-block {
  display: grid;
  row-gap: 24px;
  padding-bottom: 22px;
}

.ha-story-stack > .ha-story-block:last-child {
  padding-bottom: 0;
}

.ha-story-stack {
  row-gap: 58px;
}

.ha-story-stack > * + * {
  margin-top: 0;
}

.ha-story-heading {
  display: block;
  width: 100%;
  margin: 0;
}

.ha-experience-content > .ha-story-block:first-child > .ha-story-heading {
  margin-top: 0;
}

.ha-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 34px;
  align-items: center;
}

.ha-story-grid > * {
  align-self: center;
}

.ha-story-with-image {
  align-items: center;
}

.ha-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #374151;
  font-size: 16px;
  line-height: 1.55;
}

.ha-list-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.ha-list-icon-good {
  color: hsl(var(--green-accent));
}

.ha-list-icon-bad {
  color: hsl(var(--red-accent));
}

.ha-detail-quote {
  margin: 0;
  border-left: 5px solid hsl(var(--hatch-green));
  padding: 4px 0 4px 18px;
  color: #111827;
  font-size: 17px;
  line-height: 1.65;
}

.ha-detail-ratings {
  display: grid;
  width: 100%;
  gap: 18px;
  max-width: none;
}

.ha-detail-rating-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 42px;
  gap: 16px;
  align-items: center;
}

.ha-detail-rating-row span {
  color: #374151;
  font-size: 14px;
  font-weight: 800;
}

.ha-detail-rating-track {
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: #f3f4f6;
}

.ha-detail-rating-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: hsl(var(--rating-color));
}

.ha-detail-rating-row strong {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

@media (max-width: 760px) {
  .ha-detail-section {
    padding: 40px 0;
  }

  .ha-detail-grid,
  .ha-pro-con-grid,
  .ha-story-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ha-story-grid-reverse .ha-detail-image {
    order: 2;
  }

  .ha-story-grid-reverse .ha-detail-copy {
    order: 1;
  }

  .ha-limitations-full {
    padding: 24px;
  }

  .ha-detail-rating-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ha-detail-rating-row strong {
    text-align: left;
  }
}

.ha-card-actions {
  display: flex;
  width: min(100%, 280px);
  flex-direction: column;
  gap: 12px;
  margin: 0 0 0 auto;
}

.ha-card-meta-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: -8px;
}

.ha-card-meta-actions-simple {
  justify-content: flex-start;
}

.ha-card-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.ha-card-price {
  color: hsl(var(--green-accent));
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.ha-card-score {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ha-card-score > .text-sm {
  color: #4b5563;
}

.ha-card-button {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.ha-card-button:hover {
  transform: translateY(-2px);
}

.ha-dupe-overview-copy {
  max-width: none;
}

.ha-dupe-product-list {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.ha-dupe-product-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(220px, 280px);
  gap: 26px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid #e5e7eb;
}

.ha-dupe-product-card:first-child {
  border-top: 0;
}

.ha-dupe-product-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  background: hsl(var(--light-blue-bg));
}

.ha-dupe-product-media img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: center;
}

.ha-dupe-product-copy {
  display: grid;
  gap: 10px;
}

.ha-dupe-product-copy h5 {
  margin: 0;
  color: #111827;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
}

.ha-dupe-product-copy p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
}

.ha-dupe-product-actions {
  display: grid;
  width: 100%;
  gap: 12px;
  justify-self: end;
}

.ha-dupe-bottom-line {
  margin-top: 28px;
  border-left: 5px solid hsl(var(--hatch-green));
  border-radius: 18px;
  background: #f2fdf5;
  padding: 24px 26px;
}

.ha-dupe-bottom-line p {
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.75;
}

.ha-dupe-vs-section {
  padding-top: 0;
}

.ha-amazon-button {
  color: #ffffff;
  background: hsl(var(--hatch-purple));
  box-shadow: 0 12px 24px hsl(var(--hatch-purple) / 0.22);
}

.ha-full-review-button {
  border: 1px solid hsl(var(--hatch-green) / 0.34);
  color: hsl(var(--hatch-green));
  background: #f2fdf5;
  box-shadow: 0 8px 18px rgb(15 23 42 / 0.06);
}

.ha-full-review-button:hover {
  color: #2f5f16;
  background: #eaf8ee;
  box-shadow: 0 10px 22px rgb(15 23 42 / 0.08);
}

#model-reviews .ha-review-list > article > div > div:last-child {
  justify-content: flex-start !important;
}

#model-reviews .ha-card-meta-actions {
  width: 100%;
  margin-top: auto;
  padding-top: 32px;
}

#model-reviews .ha-card-actions {
  width: min(100%, 420px);
  margin-left: 0;
}

#model-reviews .ha-card-button {
  min-height: 54px;
  padding: 0 clamp(12px, 4vw, 28px);
  font-size: clamp(12px, 3.8vw, 15px);
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .ha-card-meta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ha-card-actions {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .ha-dupe-product-card {
    grid-template-columns: 126px minmax(0, 1fr);
  }

  .ha-dupe-product-actions {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .ha-dupe-product-card {
    grid-template-columns: 1fr;
  }

  .ha-dupe-product-actions {
    grid-column: auto;
  }

  .ha-dupe-product-media img {
    height: 180px;
  }
}

.ha-review-card-details {
  border-top: 1px solid #f3f4f6;
  background: #ffffff;
}

.ha-review-card-details summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  color: hsl(var(--green-accent));
  background: #f9fafb;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background-color 180ms ease;
}

.ha-review-card-details summary:hover {
  background: #f3f4f6;
}

.ha-review-card-details summary::-webkit-details-marker {
  display: none;
}

.ha-review-card-details svg {
  transition: transform 180ms ease;
}

.ha-review-card-details[open] summary svg {
  transform: rotate(180deg);
}

.ha-guide-section {
  padding: 82px 0;
  border-bottom: 1px solid #eef2f7;
}

.ha-guide-page .ha-guide-section > .hp-container,
.ha-guide-page .ha-guide-section > .max-w-5xl {
  width: min(100% - 64px, 80rem);
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.ha-guide-page .ha-guide-section > .hp-container {
  padding-left: 0;
  padding-right: 0;
}

.ha-guide-section:nth-of-type(even) {
  background: hsl(var(--light-blue-bg));
}

.ha-guide-content {
  display: grid;
  gap: 26px;
  max-width: none;
}

.ha-understanding-section {
  background: hsl(var(--hatch-blue-bg));
}

.ha-understanding-inner {
  width: min(100% - 64px, 80rem);
  max-width: 80rem;
  margin: 0 auto;
}

.ha-understanding-inner h2 {
  margin: 0 0 48px;
  color: #111827;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.ha-understanding-intro {
  margin: -24px 0 34px 72px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
  padding: 22px 24px;
  box-shadow: 0 14px 32px rgb(15 23 42 / 0.07);
}

.ha-understanding-intro p {
  margin: 0;
  color: #374151;
  font-size: 17px;
  line-height: 1.72;
}

.ha-understanding-intro p + p {
  margin-top: 12px;
}

.ha-understanding-timeline {
  position: relative;
}

.ha-understanding-items {
  position: relative;
  display: grid;
  gap: 32px;
}

.ha-understanding-items::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 22px;
  width: 4px;
  border-radius: 999px;
  background: hsl(var(--hatch-green));
  content: "";
  pointer-events: none;
}

.ha-understanding-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ha-understanding-number {
  position: relative;
  z-index: 1;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: hsl(var(--hatch-green));
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 10px 24px hsl(var(--hatch-green) / 0.24);
}

.ha-understanding-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 14px 32px rgb(15 23 42 / 0.08);
}

.ha-understanding-card h3 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0;
}

.ha-understanding-copy {
  display: grid;
  gap: 18px;
}

.ha-understanding-copy p {
  margin: 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.76;
}

.ha-understanding-copy strong {
  color: #111827;
  font-weight: 900;
}

.ha-understanding-copy ul,
.ha-understanding-copy ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-understanding-copy li {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fbfdff;
  padding: 13px 16px 13px 40px;
  color: #374151;
  font-size: 15px;
  line-height: 1.62;
}

.ha-understanding-copy ul > li::before,
.ha-understanding-copy ol > li::before {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: hsl(var(--hatch-green));
  content: "";
}

.ha-understanding-copy .ha-complaint-list > li::before {
  top: 13px;
  left: 15px;
  width: 22px;
  height: 22px;
  color: hsl(var(--red-accent));
  background: transparent;
  content: "×";
  font-size: 28px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.ha-understanding-copy blockquote {
  margin: 0;
  border-left: 5px solid hsl(var(--hatch-green));
  border-radius: 16px;
  background: #f2fdf5;
  padding: 18px 20px;
}

.ha-understanding-copy blockquote p {
  color: #111827;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
}

.ha-understanding-copy .ha-infographic-note {
  margin: 0;
}

@media (max-width: 760px) {

  .ha-guide-section {
    padding: 64px 0;
  }

  .ha-guide-page .ha-guide-section > .hp-container,
  .ha-guide-page .ha-guide-section > .max-w-5xl {
    width: calc(100% - 32px);
  }

  .ha-guide-content {
    gap: 22px;
  }

  .ha-understanding-inner h2 {
    margin-bottom: 34px;
    font-size: 30px;
    line-height: 1.14;
  }

  .ha-understanding-inner {
    width: calc(100% - 32px);
  }

  .ha-understanding-intro {
    margin: -12px 0 28px;
    padding: 18px;
  }

  .ha-understanding-items {
    gap: 22px;
  }

  .ha-understanding-items::before {
    left: 20px;
  }

  .ha-understanding-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ha-understanding-number {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .ha-understanding-card {
    padding: 20px 18px;
  }

  .ha-understanding-card h3 {
    font-size: 20px;
  }

  .ha-understanding-copy p {
    font-size: 16px;
    line-height: 1.72;
  }

  .ha-understanding-copy li {
    padding: 13px 14px 13px 36px;
    font-size: 15px;
  }

  .ha-guide-content h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  .ha-guide-content h3 {
    font-size: 24px;
  }

  .ha-guide-content h4 {
    font-size: 20px;
  }

  .ha-guide-content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .ha-guide-content li {
    border-radius: 14px;
    padding: 14px 15px 14px 42px;
    font-size: 15px;
  }

  .ha-guide-content blockquote {
    padding: 18px;
  }

  .ha-guide-content blockquote p {
    font-size: 17px;
  }

  .ha-guide-tabs .hp-tabs-inner {
    justify-content: flex-start;
  }
}

.ha-guide-content > * {
  min-width: 0;
}

.ha-guide-content h2 {
  margin: 0 0 4px;
  color: #111827;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.ha-guide-content h3 {
  margin: 18px 0 0;
  color: #111827;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

.ha-guide-content h4 {
  margin: 10px 0 0;
  color: #111827;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.ha-guide-content p {
  margin: 0;
  color: #374151;
  font-size: 18px;
  line-height: 1.82;
}

.ha-guide-content strong {
  color: #111827;
  font-weight: 900;
}

.ha-guide-content em {
  color: #475569;
}

.ha-guide-content ul,
.ha-guide-content ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-guide-content li {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px 18px 16px 46px;
  color: #374151;
  background: #ffffff;
  font-size: 17px;
  line-height: 1.65;
  box-shadow: 0 10px 26px rgb(15 23 42 / 0.05);
}

.ha-guide-content ol {
  counter-reset: ha-list;
}

.ha-guide-content ol > li {
  counter-increment: ha-list;
}

.ha-guide-content ol > li::before {
  content: counter(ha-list);
  position: absolute;
  left: 16px;
  top: 18px;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: hsl(var(--hatch-green));
  font-size: 12px;
  font-weight: 900;
}

.ha-guide-content ul > li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 26px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: hsl(var(--hatch-green));
}

.ha-guide-content li p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.72;
}

.ha-guide-content li:has(.ha-mark)::before {
  display: none;
}

:root {
  --hp-review-section-rhythm: 82px;
  --hp-review-media-inner-offset: 64px;
  --hp-review-media-after-table-offset: 42px;
}

.hp-review-copy-section {
  position: relative;
  display: grid;
  gap: 18px;
  padding: var(--hp-review-section-rhythm) 0;
  background: transparent;
}

.hp-review-copy-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: #dbe3ef;
  content: "";
  pointer-events: none;
}


.hp-product-tabs-section .hp-section-heading > h2,
.hp-product-tabs-section .hp-review-copy-section > h2 {
  margin: 0 0 12px;
  border-left: 5px solid hsl(var(--hatch-green));
  padding-left: 14px;
  color: #111827;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.08;
  font-weight: 900;
}


.hp-review-copy-section > h3 {
  margin: 0 0 12px;
  border-left: 5px solid hsl(var(--hatch-green));
  padding-left: 12px;
  color: #111827;
  font-size: clamp(21px, 1.9vw, 27px);
  line-height: 1.15;
  font-weight: 900;
}

.hp-review-copy-section > ul,
.hp-review-copy-section > ol {
  display: grid;
  gap: 14px;
  margin: 8px 0;
  border: 1px solid rgb(211 232 197);
  border-radius: 24px;
  padding: 20px;
  list-style: none;
  background: #f2fdf5;
}

.hp-review-copy-section > ul:last-child,
.hp-review-copy-section > ol:last-child,
.hp-review-copy-section > .ha-table-wrap:last-child,
.hp-review-copy-section > .hp-understanding-stack:last-child {
  margin-bottom: 0;
}

.hp-review-copy-section > ul > li,
.hp-review-copy-section > ol > li {
  position: relative;
  margin: 0;
  border: 1px solid rgb(220 236 208);
  border-radius: 18px;
  padding: 16px 18px 16px 58px;
  color: #374151;
  background: #ffffff;
  font-size: 17px;
  line-height: 1.65;
  box-shadow: 0 10px 24px rgb(15 23 42 / 0.04);
}

.hp-review-copy-section > ul > li::before,
.hp-review-copy-section > ol > li::before {
  position: absolute;
  top: 17px;
  left: 20px;
  color: hsl(var(--gold-accent));
  content: "\2605";
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.hp-review-copy-section > ul > li strong,
.hp-review-copy-section > ol > li strong,
.hp-review-copy-section > ul > li a,
.hp-review-copy-section > ol > li a {
  color: hsl(var(--hatch-green));
  font-weight: 900;
}

.hp-review-copy-section + .hp-review-copy-section,
.hp-copy-stack > .hp-review-copy-section + .hp-review-copy-section {
  margin-top: 0;
}

.hp-review-copy-section + .hp-description-image,
.hp-review-copy-section + .hp-product-photo-grid,
.hp-review-copy-section + .hp-rest-plus-photo-grid,
.hp-review-copy-section + .hp-photo-carousel,
.hp-review-copy-section + .hp-rest-plus-wide-figure,
.hp-review-copy-section + .hp-product-wide-figure {
  margin-top: var(--hp-review-section-rhythm);
}

.hp-review-copy-section:has(+ .hp-description-image),
.hp-review-copy-section:has(+ .hp-product-photo-grid),
.hp-review-copy-section:has(+ .hp-rest-plus-photo-grid),
.hp-review-copy-section:has(+ .hp-photo-carousel),
.hp-review-copy-section:has(+ .hp-rest-plus-wide-figure),
.hp-review-copy-section:has(+ .hp-product-wide-figure) {
  padding-bottom: 0;
}

.hp-description-image + .hp-review-copy-section,
.hp-product-photo-grid + .hp-review-copy-section,
.hp-rest-plus-photo-grid + .hp-review-copy-section,
.hp-photo-carousel + .hp-review-copy-section,
.hp-rest-plus-wide-figure + .hp-review-copy-section,
.hp-product-wide-figure + .hp-review-copy-section {
  margin-top: var(--hp-review-section-rhythm);
}

.hp-restore-overview-layout + .hp-description-image,
.hp-restore-overview-layout + .hp-product-photo-grid,
.hp-restore-overview-layout + .hp-rest-plus-photo-grid,
.hp-restore-overview-layout + .hp-photo-carousel,
.hp-restore-overview-layout + .hp-rest-plus-wide-figure,
.hp-restore-overview-layout + .hp-product-wide-figure {
  margin-top: var(--hp-review-section-rhythm);
}

.hp-copy-stack > * + .hp-description-image,
.hp-copy-stack > .hp-review-copy-section + .hp-product-photo-grid,
.hp-copy-stack > .hp-review-copy-section + .hp-rest-plus-photo-grid,
.hp-copy-stack > .hp-review-copy-section + .hp-photo-carousel,
.hp-copy-stack > .hp-review-copy-section + .hp-rest-plus-wide-figure,
.hp-copy-stack > .hp-review-copy-section + .hp-product-wide-figure {
  margin-top: var(--hp-review-section-rhythm);
}

.hp-copy-stack > .hp-description-image + .hp-review-copy-section,
.hp-copy-stack > .hp-product-photo-grid + .hp-review-copy-section,
.hp-copy-stack > .hp-rest-plus-photo-grid + .hp-review-copy-section,
.hp-copy-stack > .hp-photo-carousel + .hp-review-copy-section,
.hp-copy-stack > .hp-rest-plus-wide-figure + .hp-review-copy-section,
.hp-copy-stack > .hp-product-wide-figure + .hp-review-copy-section {
  margin-top: var(--hp-review-section-rhythm);
}

.hp-copy-stack > .hp-description-image,
.hp-copy-stack > .hp-product-photo-grid,
.hp-copy-stack > .hp-rest-plus-photo-grid,
.hp-copy-stack > .hp-photo-carousel,
.hp-copy-stack > .hp-rest-plus-wide-figure,
.hp-copy-stack > .hp-product-wide-figure {
  margin-bottom: 0;
}

.hp-review-longform {
  gap: 0;
  margin-top: var(--hp-review-section-rhythm);
}

.hp-section > .hp-container > .hp-review-longform:first-child,
.hp-product-tabs-section > .hp-container > .hp-review-longform:first-child {
  margin-top: 0;
}

.hp-review-longform > .hp-review-copy-section:last-child {
  padding-bottom: 0;
}

.hp-review-copy-section .hp-review-figure {
  margin-top: var(--hp-review-media-inner-offset);
  margin-bottom: var(--hp-review-media-inner-offset);
}

.hp-review-copy-section > .hp-description-image,
.hp-review-copy-section > .hp-product-photo-grid,
.hp-review-copy-section > .hp-rest-plus-photo-grid,
.hp-review-copy-section > .hp-photo-carousel,
.hp-review-copy-section > .hp-rest-plus-wide-figure,
.hp-review-copy-section > .hp-product-wide-figure {
  margin-top: var(--hp-review-media-inner-offset);
  margin-bottom: var(--hp-review-media-inner-offset);
}

.hp-review-copy-section > .ha-table-wrap + .hp-description-image,
.hp-review-copy-section > .ha-table-wrap + .hp-product-photo-grid,
.hp-review-copy-section > .ha-table-wrap + .hp-rest-plus-photo-grid,
.hp-review-copy-section > .ha-table-wrap + .hp-photo-carousel,
.hp-review-copy-section > .ha-table-wrap + .hp-rest-plus-wide-figure,
.hp-review-copy-section > .ha-table-wrap + .hp-product-wide-figure {
  margin-top: var(--hp-review-media-after-table-offset);
}

.hp-review-copy-section > .hp-description-image:last-child,
.hp-review-copy-section > .hp-product-photo-grid:last-child,
.hp-review-copy-section > .hp-rest-plus-photo-grid:last-child,
.hp-review-copy-section > .hp-photo-carousel:last-child,
.hp-review-copy-section > .hp-rest-plus-wide-figure:last-child,
.hp-review-copy-section > .hp-product-wide-figure:last-child,
.hp-review-copy-section .hp-review-figure:last-child {
  margin-bottom: 0;
}


.hp-product-tabs-section > .hp-container > .hp-review-copy-section:last-child {
  padding-bottom: 0;
}

.ha-guide-content blockquote {
  margin: 6px 0;
  border-left: 5px solid hsl(var(--hatch-green));
  border-radius: 18px;
  padding: 22px 24px;
  background: #f2fdf5;
}

.ha-guide-content blockquote p {
  color: #111827;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 800;
}

.ha-infographic-note {
  border: 1px dashed hsl(var(--hatch-green));
  border-radius: 18px;
  padding: 18px 20px;
  background: #f8fff9;
  color: #3f6212;
  font-weight: 800;
}

.ha-faq-section {
  background: #f2fdf5;
}

.ha-faq-section .hp-faq-list {
  max-width: none;
}

.ha-related-reviews-section {
  padding: 82px 0;
  background: hsl(var(--hatch-blue-bg));
}

.ha-related-reviews-inner {
  width: min(100% - 32px, 1280px);
  max-width: calc(100vw - 32px);
  margin: 0 auto;
}

.ha-related-reviews-inner h2 {
  margin: 0 0 42px;
  border-left: 5px solid hsl(var(--hatch-green));
  padding-left: 14px;
  color: #111827;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.ha-related-reviews-carousel {
  position: relative;
}

.ha-related-reviews-track {
  display: flex;
  gap: 24px;
  padding: 16px 16px 32px;
  scrollbar-width: none;
}

.ha-related-review-card {
  display: block;
  overflow: hidden;
  width: 320px;
  flex: 0 0 320px;
  border-radius: 20px;
  color: inherit;
  background: #ffffff;
  box-shadow: 0 16px 34px rgb(15 23 42 / 0.08);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ha-related-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgb(15 23 42 / 0.13);
}

.ha-related-review-image {
  height: 192px;
  overflow: hidden;
  background: #f8fafc;
}

.ha-related-review-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ha-related-review-card:hover .ha-related-review-image img {
  transform: scale(1.05);
}

.ha-related-review-body {
  padding: 24px;
}

.ha-related-review-body p {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 800;
}

.ha-related-review-body h3 {
  display: -webkit-box;
  min-height: 3.1em;
  margin: 0;
  overflow: hidden;
  color: #111827;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 180ms ease;
}

.ha-related-review-card:hover h3 {
  color: hsl(var(--hatch-green));
}

.ha-related-reviews-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: hsl(var(--hatch-green));
  box-shadow: 0 14px 28px rgb(15 23 42 / 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.ha-related-reviews-arrow:hover {
  background: hsl(var(--hatch-green) / 0.9);
  transform: translateY(-50%) scale(1.04);
}

.ha-related-reviews-arrow:disabled {
  cursor: default;
  opacity: 0.35;
  transform: translateY(-50%);
}

.ha-related-reviews-arrow-left {
  left: -24px;
}

.ha-related-reviews-arrow-right {
  right: -24px;
}

@media (max-width: 760px) {
  .ha-related-reviews-section {
    padding: 64px 0;
  }

  .ha-related-reviews-inner {
    width: calc(100% - 32px);
  }

  .ha-related-reviews-inner h2 {
    margin-bottom: 34px;
    font-size: 30px;
  }

  .ha-related-review-card {
    width: 286px;
    flex-basis: 286px;
  }

  .ha-related-reviews-arrow-left {
    left: -12px;
  }

  .ha-related-reviews-arrow-right {
    right: -12px;
  }
}

.hp-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.hp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hp-reveal,
  .hp-thumb {
    transition: none;
  }
}

@media (max-width: 760px) {
  .hp-container {
    width: calc(100% - 32px);
  }

  .hp-product-hero {
    padding: 32px 0 54px;
  }

  .hp-buy-strip {
    margin-top: -22px;
    margin-bottom: 34px;
  }

  .hp-tabs {
    top: 80px;
  }

  .hp-tabs-inner {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 16px;
    scroll-snap-type: x proximity;
  }

  .hp-tabs a {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 9px 10px;
    text-align: center;
    scroll-snap-align: center;
  }

  .hp-section {
    padding: 62px 0;
  }

  .hp-product-tabs-section h2[id],
  .hp-section h2[id],
  .hp-product-tabs-section[id],
  .hp-section[id],
  .ha-related-reviews-section[id],
  .hp-review-copy-section h2[id],
  .hp-section-heading h2[id],
  .hp-section-heading h3[id] {
    scroll-margin-top: 238px;
  }
}

.hp-section + .hp-product-tabs-section,
.hp-product-tabs-section + .hp-product-tabs-section {
  padding-top: 82px;
}

.hp-section + .hp-product-tabs-section > .hp-container > .hp-review-copy-section:first-child,
.hp-product-tabs-section + .hp-product-tabs-section > .hp-container > .hp-review-copy-section:first-child {
  padding-top: 0;
}

.hp-section + .hp-product-tabs-section > .hp-container > .hp-review-copy-section:first-child::before,
.hp-product-tabs-section + .hp-product-tabs-section > .hp-container > .hp-review-copy-section:first-child::before {
  display: none;
}

.hp-tabs-inner,
.hp-tabs[aria-label="Product review sections"] .hp-tabs-inner {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  overflow: visible;
  scrollbar-width: none;
}

.hp-tabs-inner::-webkit-scrollbar,
.hp-tabs[aria-label="Product review sections"] .hp-tabs-inner::-webkit-scrollbar {
  display: none;
}

.hp-tabs a,
.hp-tabs[aria-label="Product review sections"] a {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .hp-tabs-inner,
  .hp-tabs[aria-label="Product review sections"] .hp-tabs-inner {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    overflow: visible;
    padding: 10px 0;
    scroll-snap-type: none;
  }

  .hp-tabs a,
  .hp-tabs[aria-label="Product review sections"] a {
    flex: 0 1 auto;
    min-width: 0;
    padding: 8px 9px;
    font-size: clamp(10px, 2.45vw, 12px);
    line-height: 1;
    text-align: center;
    scroll-snap-align: none;
  }
}

@media (max-width: 390px) {
  .hp-tabs-inner,
  .hp-tabs[aria-label="Product review sections"] .hp-tabs-inner {
    gap: 5px;
  }

  .hp-tabs a,
  .hp-tabs[aria-label="Product review sections"] a {
    padding: 7px 7px;
    font-size: 9.5px;
  }
}

@media (min-width: 761px) {
  .hp-tabs-inner,
  .hp-tabs[aria-label="Product review sections"] .hp-tabs-inner {
    width: min(calc(100vw - 12px), 1760px);
    max-width: calc(100vw - 12px);
    gap: 3px 4px;
    padding: 9px 0;
  }

  .hp-tabs a,
  .hp-tabs[aria-label="Product review sections"] a {
    padding: 7px 7px;
    font-size: 12px;
    line-height: 1.05;
  }
}

@media (min-width: 1360px) {
  .hp-tabs a,
  .hp-tabs[aria-label="Product review sections"] a {
    padding: 7px 8px;
    font-size: 12.5px;
  }
}
