/* Hair Result PP — quiz summary + analysis blocks */

.nf-pdp.nf-pdp--hair-result {
  --nf-pdp-max: 1400px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 1rem 0;
  min-height: 40vh;
}

@media (min-width: 1200px) {
  .nf-pdp.nf-pdp--hair-result {
    max-width: 1400px;
  }
}

.nf-pdp--hair-result .nf-pdp__hero {
  margin-top: 2.5rem;
  max-width: none;
}

.nf-pdp--hair-result .nf-pdp__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  margin: 0 0 0.85rem;
}

.nf-hair-hero-benefits {
  margin: 0 0 1.15rem;
}

.nf-hair-hero-benefits__heading {
  margin: 0 0 0.75rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.nf-hair-hero-benefits__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.nf-hair-hero-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.nf-hair-hero-benefits__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  object-fit: contain;
}

.nf-hair-hero-benefits__icon--fallback {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #35ac5a;
  position: relative;
}

.nf-hair-hero-benefits__icon--fallback::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.nf-hair-hero-benefits__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
}

.nf-pdp--hair-result .nf-hair-result-summary {
  max-width: 1400px;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}

.nf-hair-result-summary__intro {
  margin-bottom: 1.25rem;
}

body .nf-pdp.nf-pdp--hair-result .nf-hair-result-summary h2.nf-hair-result-summary__headline,
.nf-pdp--hair-result .nf-hair-result-summary__headline {
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 1.2em !important;
  margin: 0 0 0.5rem;
  color: #000;
}

.nf-hair-result-summary__check {
  color: #000;
  margin-left: 0.15em;
}

.nf-hair-result-summary__lede {
  margin: 0 0 0.35rem;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
}

.nf-hair-result-summary__lede strong {
  font-weight: 700;
}

.nf-hair-result-summary__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  background: #fff;
  border-radius: 18px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

@media (min-width: 900px) {
  .nf-hair-result-summary__card {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    padding: 1.5rem 1.75rem;
  }
}

.nf-hair-result-summary__profile-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.nf-hair-result-summary__avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #3D2F4A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.nf-hair-result-summary__name {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.nf-hair-result-summary__date {
  margin: 0.15rem 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.nf-hair-result-summary__row {
  margin: 0 0 0.75rem;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

.nf-hair-result-summary__label {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-right: 0.35rem;
}

.nf-hair-result-summary__type-value {
  font-size: 18px;
  font-weight: 300;
}

.nf-hair-result-summary__row--goals {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}

.nf-hair-result-summary__goal-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.nf-hair-result-summary__goal-pill {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border-radius: 30px;
  background: #3d2f4a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.nf-hair-result-summary__meter-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 1rem 1.1rem 1.1rem;
  background: #fff;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.nf-hair-result-summary__meter-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0.85rem;
  color: #000;
}

.nf-hair-result-meter__track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #5b9bd5 0%,
    #7bc67e 35%,
    #f4b942 62%,
    #e07a5f 82%,
    #8b2942 100%
  );
}

.nf-hair-result-meter__thumb {
  position: absolute;
  top: 50%;
  left: calc(var(--nf-hair-meter-pct, 50) * 1%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--nf-hair-meter-color, #f4b942);
  border: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
}

.nf-hair-result-meter__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
  font-size: 14px;
  color: #000;
}

.nf-hair-result-meter__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: fit-content;
  max-width: calc(100% - 1rem);
  margin: 0.75rem auto 0;
  padding: 0.3rem 0.85rem;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #000;
  border: 1px solid var(--nf-hair-meter-color, #f4b942);
  background: color-mix(in srgb, var(--nf-hair-meter-color, #f4b942) 16%, #fff);
  box-shadow: none;
}

.nf-hair-result-meter__badge--needs,
.nf-hair-result-meter__badge--support,
.nf-hair-result-meter__badge--healthy {
  border-color: var(--nf-hair-meter-color, #f4b942);
  background: color-mix(in srgb, var(--nf-hair-meter-color, #f4b942) 16%, #fff);
  color: #000;
  box-shadow: none;
}

.nf-hair-result-meter {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.nf-hair-result-meter__badge-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: var(--nf-hair-meter-color, #f4b942);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Mobile summary typography — must come after base summary/meter sizes */
@media (max-width: 767px) {
  .nf-hair-hero-benefits__text {
    font-size: 16px;
    font-weight: 300;
  }

  .nf-pdp--hair-result .nf-hair-result-summary {
    padding: 0;
  }

  body .nf-pdp.nf-pdp--hair-result .nf-hair-result-summary h2.nf-hair-result-summary__headline,
  .nf-pdp--hair-result .nf-hair-result-summary__headline {
    font-size: 36px !important;
  }

  .nf-hair-result-summary__lede {
    font-size: 16px;
  }

  .nf-hair-result-summary__name {
    font-size: 20px;
  }

  .nf-hair-result-summary__row,
  .nf-hair-result-summary__label,
  .nf-hair-result-summary__type-value {
    font-size: 16px;
  }

  .nf-hair-result-summary__goal-pill {
    font-size: 14px;
  }

  .nf-hair-result-summary__meter-title {
    font-size: 20px;
  }

  .nf-hair-result-meter__labels {
    font-size: 12px;
  }

  .nf-hair-result-meter__badge {
    font-size: 14px;
  }
}

/* Analysis block */

.nf-hair-result-analysis {
  max-width: 1400px;
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}

.nf-hair-result-analysis__card {
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem 1.5rem 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.nf-hair-result-analysis__title {
  font-size: 36px !important;
  font-weight: 700 !important;
  margin: 0 0 1.15rem;
  color: #000;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  align-self: stretch;
}

.nf-hair-result-analysis__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .nf-hair-result-analysis__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.75rem;
    align-items: stretch;
  }
}

.nf-hair-result-analysis__media {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  align-self: stretch;
}

.nf-hair-result-analysis__image {
  width: 80%;
  max-width: 320px;
  height: auto;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  object-position: center bottom;
  margin: auto 0 0;
  align-self: center;
  display: block;
}

.nf-hair-result-analysis__image--placeholder {
  min-height: 280px;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
}

.nf-hair-result-analysis__metrics {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
  padding-bottom: 1.35rem;
}

.nf-hair-metric {
  border-radius: 18px;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
}

.nf-hair-metric--elevated,
.nf-hair-metric--high {
  background: #fdf4f4;
  border-color: #d4a5a5;
}

.nf-hair-metric--moderate {
  background: #fbf7ee;
  border-color: #d4c094;
}

.nf-hair-metric--low {
  background: #f0fdf4;
  border-color: #86efac;
}

.nf-hair-metric__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.85rem;
  margin-bottom: 0.5rem;
}

.nf-hair-metric__title {
  margin: 0;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000;
}

.nf-hair-metric__status {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}

.nf-hair-metric__bar-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.45rem;
}

.nf-hair-metric__bar {
  flex: 1;
  height: 8px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.nf-hair-metric__bar-fill {
  display: block;
  height: 100%;
  width: var(--nf-hair-metric-pct, 0%);
  border-radius: inherit;
  background: #7f1d1d;
}

.nf-hair-metric--moderate .nf-hair-metric__bar-fill {
  background: #ca8a04;
}

.nf-hair-metric--low .nf-hair-metric__bar-fill {
  background: #16a34a;
}

.nf-hair-metric__pct {
  font-weight: 700;
  font-size: 16px;
  min-width: 2.5rem;
  text-align: right;
  color: #000;
}

.nf-hair-metric__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #000000;
}

.nf-hair-result-empty {
  max-width: 1400px;
  margin: 0 auto 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  background: #f9fafb;
  color: #374151;
}

.nf-hair-result-empty__title {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: #000;
}

.nf-hair-result-empty__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.nf-pdp--hair-result .nf-pdp__section--hair-result {
  padding-left: 0;
  padding-right: 0;
}

/* Hair loss level block */

.nf-hair-loss-level {
  --nf-hair-loss-photo: 230px;
  --nf-hair-loss-gap: 1.1rem;
  --nf-hair-loss-arrow: 1.75rem;
  max-width: 1400px;
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}

@media (min-width: 1100px) {
  .nf-hair-loss-level {
    --nf-hair-loss-photo: 270px;
    --nf-hair-loss-gap: 1.25rem;
  }
}

.nf-hair-loss-level__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 0.65rem;
}

.nf-hair-loss-level__top-main {
  min-height: 0;
}

.nf-hair-loss-level__top-track {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--nf-hair-loss-gap);
}

.nf-hair-loss-level__top-slot {
  flex: 0 0 var(--nf-hair-loss-photo);
  width: var(--nf-hair-loss-photo);
}

.nf-hair-loss-level__top-slot--title {
  display: flex;
  align-items: flex-start;
  overflow: visible;
}

.nf-hair-loss-level__title {
  margin: 0;
  padding-top: 0.35rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  white-space: nowrap;
}

.nf-hair-loss-level__top-arrow {
  flex: 0 0 var(--nf-hair-loss-arrow);
  width: var(--nf-hair-loss-arrow);
}

.nf-hair-loss-level__score-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  flex: 0 0 var(--nf-hair-loss-photo);
  width: var(--nf-hair-loss-photo);
  text-align: center;
}

.nf-hair-loss-level__score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: #3d2f4a;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
}

.nf-hair-loss-level__score-sep {
  opacity: 0.85;
  font-weight: 600;
}

.nf-hair-loss-level__stage {
  margin: 0.15rem 0 0;
  font-size: 0.95rem;
  font-style: italic;
  color: #000;
  text-align: center;
  line-height: 1.3;
}

.nf-hair-loss-level__stage em {
  font-style: italic;
}

.nf-hair-loss-level__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .nf-hair-loss-level__body {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
  }

  .nf-hair-loss-level__top {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.nf-hair-loss-level__compare {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--nf-hair-loss-gap);
  flex-wrap: nowrap;
  min-width: 0;
  width: 100%;
}

.nf-hair-loss-level__photo {
  width: var(--nf-hair-loss-photo);
  height: calc(var(--nf-hair-loss-photo) * 1.27);
  flex: 0 0 var(--nf-hair-loss-photo);
  max-width: var(--nf-hair-loss-photo);
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
}

.nf-hair-loss-level__arrow {
  font-size: var(--nf-hair-loss-arrow);
  line-height: 1;
  color: #000;
  flex: 0 0 var(--nf-hair-loss-arrow);
  width: var(--nf-hair-loss-arrow);
  text-align: center;
  align-self: center;
  margin: 0;
}

.nf-hair-loss-level__callout {
  background: #3d2f4a;
  color: #fff;
  border-radius: 18px;
  padding: 1.85rem 2rem;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
  min-width: 0;
  width: 100%;
  height: fit-content;
  align-self: center;
}

@media (min-width: 900px) {
  .nf-hair-loss-level__callout {
    margin-left: 0.35rem;
  }
}

.nf-hair-loss-level__callout-title {
  margin: 0 0 0.85rem;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.25;
  color: #fff;
}

.nf-hair-loss-level__callout-body {
  margin: 0;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  opacity: 0.95;
}

.nf-hair-loss-level__callout-body strong {
  font-weight: 700 !important;
}

@media (max-width: 899px) {
  .nf-hair-loss-level {
    --nf-hair-loss-photo: min(42vw, 150px);
    --nf-hair-loss-gap: 0.65rem;
    --nf-hair-loss-arrow: 1.25rem;
  }

  .nf-hair-loss-level__top-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .nf-hair-loss-level__top-slot--title {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .nf-hair-loss-level__title {
    padding-top: 0.15rem;
    font-size: 22px;
    white-space: normal;
  }

  .nf-hair-loss-level__top-arrow {
    display: none;
  }

  .nf-hair-loss-level__score-wrap {
    flex: 0 0 auto;
    width: auto;
    align-items: center;
  }

  .nf-hair-loss-level__score {
    padding: 0.35rem 0.9rem;
    font-size: 15px;
  }

  .nf-hair-loss-level__stage {
    font-size: 13px;
  }

  .nf-hair-loss-level__compare {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
  }

  .nf-hair-loss-level__body {
    gap: 1.15rem;
  }

  .nf-hair-loss-level__callout {
    padding: 1.25rem 1.15rem;
    border-radius: 16px;
  }
}

/* --- Main causes ------------------------------------------------------ */
.nf-hair-causes {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

.nf-hair-causes__title {
  margin: 0 0 1.25rem;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.nf-hair-causes__grid {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .nf-hair-causes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.nf-hair-causes__card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.15rem 1.2rem 1.25rem;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nf-hair-causes__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

.nf-hair-causes__dot {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d64545;
}

.nf-hair-causes__card-title,
.nf-pdp--hair-result h3.nf-hair-causes__card-title,
.nf-hair-causes .nf-hair-causes__card h3.nf-hair-causes__card-title {
  margin: 0;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  color: #000;
}

.nf-hair-causes__card-body {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}

/* --- Formula adjustment ----------------------------------------------- */
.nf-hair-formula {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 1rem 0.5rem;
}

.nf-hair-formula__header {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 1.5rem;
}

.nf-pdp--hair-result .nf-pdp__section--hair-result {
    padding-left: 0px;
    padding-right: 0px;

}

.nf-hair-formula__title {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.nf-hair-formula__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  color: #000;
}

.nf-hair-formula__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem 1.5rem;
}

@media (min-width: 768px) {
  .nf-hair-formula__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.nf-hair-formula__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
}

.nf-hair-formula__thumb {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f6;
  flex-shrink: 0;
}

.nf-hair-formula__thumb--placeholder {
  display: inline-block;
}

.nf-hair-formula__meta {
  min-width: 0;
}

.nf-hair-formula__name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.nf-hair-formula__benefit {
  margin: 0.15rem 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
  color: #000;
}

.nf-hair-formula__match {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  background: #3d2f4a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .nf-hair-result-analysis {
    padding: 0;
  }

  .nf-hair-result-analysis__layout {
    gap: 0;
  }

  .nf-hair-result-analysis__title {
    font-size: 28px !important;
    text-align: left;
  }

  .nf-hair-result-analysis__media {
    align-items: stretch;
  }

  .nf-hair-result-analysis__image {
    max-width: 220px;
    width: 90%;
    align-self: center;
  }

  .nf-hair-metric__title {
    font-size: 16px !important;
  }

  .nf-hair-metric__status {
    font-size: 14px!important;
  }
  .nf-pdp--hair-result .nf-pdp__section--hair-result {
    padding-left: 0px;
    padding-right: 00px;
}
.nf-hair-stats-banner {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0rem 0;
}

  .nf-hair-metric__pct {
    font-size: 16px;
  }

  .nf-hair-savings {

    padding: clamp(2rem, 5vw, 3rem) 0rem
  }
  .nf-hair-metric__desc {
    font-size: 14px;
  }

  .nf-hair-loss-level__title {
    font-size: 28px !important;
  }

  .nf-hair-loss-level__callout-title {
    font-size: 24px !important;
  }

  .nf-hair-loss-level__callout-body {
    font-size: 16px !important;
  }

  .nf-hair-causes__title {
    font-size: 28px !important;
    text-align: center;
  }

  .nf-hair-causes__card-title,
  .nf-pdp--hair-result h3.nf-hair-causes__card-title,
  .nf-hair-causes .nf-hair-causes__card h3.nf-hair-causes__card-title {
    font-size: 18px !important;
  }

  .nf-hair-causes__card-body {
    font-size: 16px;
  }

  .nf-hair-formula__title {
    font-size: 28px!important;
  }

  .nf-hair-formula__subtitle {
    font-size: 18px;
  }

  .nf-hair-formula__name {
    font-size: 16px;
  }

  .nf-hair-formula__benefit {
    font-size: 14px;
  }

  .nf-hair-formula__match {
    font-size: 12px;
    border-radius: 50px;
  }

  .nf-hair-formula {
    padding: 0;
  }

  .nf-hair-formula__grid {
    gap: 0;
  }

  .nf-hair-formula__grid.is-scrollable {
    max-height: 23rem;
    overflow-y: auto;
    padding-right: 0.25rem;
  }

  .nf-hair-formula__item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .nf-hair-formula__item:last-child {
    border-bottom: 0;
  }
}

/* --- What can you expect? (phases) ------------------------------------ */
.nf-pdp__section--hair-expectations {
  padding-top: 0;
  background: #fff;
}

.nf-hair-expectations {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem var(--nf-space-xl, 2.5rem);
  background: #fff;
}

.nf-hair-expectations__guarantee {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw) var(--nf-space-lg, 1.75rem);
  background: #f5f5f5;
}

.nf-hair-expectations__guarantee .nf-pdp__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--nf-space-md, 1rem);
  max-width: 1400px;
  margin: 0 auto;
  padding: 1% 15%;
  background: #f5f5f5;
  color: #000;
  border-radius: 0;
}

.nf-hair-expectations__guarantee .nf-pdp__guarantee-text {
  max-width: 90ch;
  color: #000;
  text-align: left;
}

.nf-hair-expectations__guarantee .nf-pdp__guarantee-seal {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.nf-hair-expectations__guarantee .nf-pdp__guarantee-heading,
.nf-hair-expectations__guarantee .nf-pdp__guarantee-body,
.nf-hair-expectations__guarantee .nf-pdp .nf-pdp__guarantee h2.nf-pdp__guarantee-heading {
  color: #000 !important;
  font-size: 16px !important;
  line-height: 1.45;
}

.nf-hair-expectations__guarantee .nf-pdp__guarantee-heading,
.nf-hair-expectations__guarantee .nf-pdp .nf-pdp__guarantee h2.nf-pdp__guarantee-heading {
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.nf-hair-expectations__guarantee .nf-pdp__guarantee-body {
  font-size: 16px !important;
  font-weight: 300;
}

@media (max-width: 767px) {
  .nf-hair-expectations__guarantee .nf-pdp__guarantee {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    text-align: left;
  }

  .nf-hair-expectations__guarantee .nf-pdp__guarantee-seal {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }

  .nf-hair-expectations__guarantee .nf-pdp__guarantee-text {
    text-align: left;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
  }

  .nf-hair-expectations__guarantee .nf-pdp__guarantee-heading,
  .nf-hair-expectations__guarantee .nf-pdp .nf-pdp__guarantee h2.nf-pdp__guarantee-heading {
    font-size: 16px !important;
    margin-bottom: 0.25rem;
  }

  .nf-hair-expectations__guarantee .nf-pdp__guarantee-body {
    font-size: 14px !important;
    font-weight: 300 !important;
  }
}

.nf-hair-expectations__title {
  margin: 0 0 var(--nf-space-lg, 1.75rem);
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.nf-hair-expectations__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .nf-hair-expectations__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.nf-hair-expectations__card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.nf-hair-expectations__badge {
  display: inline-block;
  margin: 0 auto 0.5rem;
  padding: 0.35rem 0.95rem;
  background: #3d2f4a;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .nf-hair-expectations__title {
    font-size: 28px !important;
  }

  .nf-hair-expectations__badge {
    padding: 0.15rem 1.95rem;
  }
  .nf-pdp__section--hair-taste {
    padding-left:20px;
    padding-right:20px;
  }

  .nf-hair-expectations__time {
    margin: 0.35rem 0 0.65rem;
  }

  .nf-hair-expectations__card-title,
  .nf-pdp--hair-result h3.nf-hair-expectations__card-title,
  .nf-hair-expectations .nf-hair-expectations__card h3.nf-hair-expectations__card-title {
    margin-top: 0.2rem;
  }
}

.nf-hair-expectations__time {
  margin: 0 0 0.35rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

body .nf-pdp.nf-pdp--hair-result .nf-hair-expectations__card h3.nf-hair-expectations__card-title,
.nf-pdp--hair-result h3.nf-hair-expectations__card-title,
.nf-hair-expectations .nf-hair-expectations__card h3.nf-hair-expectations__card-title {
  margin: 0 0 1rem;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  color: #111 !important;
}

.nf-hair-expectations__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}

.nf-hair-expectations__visual {
  overflow: hidden;
  border-radius: 18px;
  background: #4a3b4d20;
}

.nf-hair-expectations__list {
  margin: 0;
  padding: 1rem 1.1rem;
  list-style: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #000;
  background: #4a3b4d20;
  border-radius: 0;
}

.nf-hair-expectations__list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.45rem;
  font-size: 16px;
}

.nf-hair-expectations__list li:last-child {
  margin-bottom: 0;
}

.nf-hair-expectations__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 700;
}

/* --- Savings / one product vs many ------------------------------------ */
.nf-pdp__section--hair-savings {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  background: linear-gradient(180deg, #EAE1D5 0%, #C1AB97 100%);
  content-visibility: visible;
  contain: none;
}

.nf-hair-savings {
  margin: 0 auto;
  max-width: 1400px;
  padding: clamp(2rem, 5vw, 3rem) 1rem;
  text-align: center;
  background: transparent;
  color: #000;
}

.nf-hair-savings__header {
  max-width: none;
  width: 100%;
  margin: 0 0 1.75rem;
}

.nf-hair-savings__title {
  margin: 0 0 0.5rem;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
}

.nf-hair-savings__subtitle {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
}

.nf-hair-savings__compare {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  max-width: none;
  width: 100%;
}

.nf-hair-savings__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 250px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.nf-hair-savings__footer {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

.nf-hair-savings__footer-title,
.nf-pdp--hair-result h3.nf-hair-savings__footer-title {
  margin: 0 0 0.65rem;
  text-align: center;
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 1.2em;
  color: #000000;
}

.nf-hair-savings__footer-body {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  color: #000000;
}

.nf-hair-savings__footer-body strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .nf-hair-savings__title {
    font-size: 28px!important;
  }

  .nf-hair-savings__subtitle {
    font-size: 18px;
  }

  .nf-hair-savings__footer-title,
  .nf-pdp--hair-result h3.nf-hair-savings__footer-title {
    font-size: 20px !important;
  }

  .nf-hair-savings__footer-body {
    font-size: 16px;
  }
}

/* --- How do I use it? --------------------------------------------------- */
.nf-hair-howto {
  max-width: var(--nf-pdp-content-max, 72rem);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem) var(--nf-pdp-gutter, 1rem);
  text-align: center;
}

.nf-hair-howto__title {
  margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.nf-hair-howto__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .nf-hair-howto__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
    align-items: start;
  }
}

.nf-hair-howto__card {
  max-width: 28rem;
  margin: 0 auto;
}

.nf-hair-howto__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 0 1rem;
}

.nf-hair-howto__card-title {
  margin: 0 0 0.5rem;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.35;
  color: #000;
}

.nf-hair-howto__body {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 767px) {
  .nf-hair-howto__title {
    font-size: 28px !important;
  }

  .nf-hair-howto__card-title {
    font-size: 20px !important;
  }

  .nf-hair-howto__body {
    font-size: 16px;
  }
}

/* --- What does it taste like? ----------------------------------------- */
.nf-pdp__section--hair-taste {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 0;
  padding: clamp(1.75rem, 5vw, 2.75rem) 0 0;
  padding-left: 0;
  padding-right: 0;
  background: #F5F5F5;
  content-visibility: visible;
  contain: none;
}

.nf-hair-taste {
  display: grid;
  gap: 1.5rem 2rem;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--nf-pdp-gutter, 1rem) clamp(1.5rem, 4vw, 2.25rem);
  background: transparent;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 768px) {
  .nf-hair-taste {
    grid-template-columns: 1fr min(42%, 22rem);
  }
}

.nf-hair-taste__content {
  text-align: left;
}

.nf-hair-taste__title {
  margin: 0 0 0.75rem;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.nf-hair-taste__body {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
  padding-right:30%;
}

.nf-hair-taste__body strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .nf-hair-taste__title {
    font-size: 28px !important;
  }

  .nf-hair-taste__body, .nf-hair-taste__title {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nf-hair-slider__viewport {
    padding-bottom: 5px;
  }
}

.nf-hair-taste__media {
  margin: 0;
}

.nf-hair-taste__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 12px;
}

/* --- Member testimonials ---------------------------------------------- */
.nf-hair-member-reviews {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem) var(--nf-pdp-gutter, 1rem);
}

.nf-hair-member-reviews__header {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 1.75rem;
}

.nf-hair-member-reviews__title {
  margin: 0 0 0.5rem;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.nf-hair-member-reviews__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.nf-hair-member-reviews__subtitle strong {
  font-weight: 700;
}

.nf-hair-member-reviews__stars {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  line-height: 1;
  color: #35ac5a;
  font-size: 1.35rem;
}

.nf-hair-member-reviews__stars--sm {
  justify-content: flex-start;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.nf-hair-member-reviews__card--photo .nf-hair-member-reviews__stars--sm {
  justify-content: center;
}

.nf-hair-member-reviews__stars--amber {
  color: #f59e0b;
}

.nf-hair-member-reviews__star {
  display: inline-block;
}

.nf-hair-member-reviews__top {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .nf-hair-member-reviews__top {
    grid-template-columns: minmax(8.5rem, 11rem) minmax(0, 1fr);
    gap: 1.25rem;
  }
}

.nf-hair-member-reviews__summary {
  text-align: center;
  padding: 0.5rem 0;
}

@media (min-width: 900px) {
  .nf-hair-member-reviews__summary {
    text-align: center;
  }

  .nf-hair-member-reviews__summary .nf-hair-member-reviews__stars {
    justify-content: center;
  }
}

.nf-hair-member-reviews__count {
  margin: 0.5rem 0 0.25rem;
  font-size: 16px;
  color: #000;
  line-height: 1.35;
}

.nf-hair-member-reviews__score {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}

.nf-hair-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.nf-hair-slider--photos {
  margin-top: 0.5rem;
}

.nf-hair-slider__viewport {
  overflow: hidden;
  min-width: 0;
  padding-bottom: 5px;
}

.nf-hair-slider__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.nf-hair-slider__slide {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-width: 0;
}

.nf-hair-slider--photos .nf-hair-slider__slide {
  padding: 0;
}

.nf-pdp--hair-result .nf-hair-slider__btn,
.nf-pdp--hair-result .nf-hair-slider__btn:hover,
.nf-pdp--hair-result .nf-hair-slider__btn:focus,
.nf-pdp--hair-result .nf-hair-slider__btn:focus-visible,
.nf-pdp--hair-result .nf-hair-slider__btn:active {
  appearance: none;
  border: 0;
  background: transparent !important;
  color: #9ca3af !important;
  font-size: 2rem;
  line-height: 1;
  padding: 0.15rem 0.25rem;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.nf-hair-member-reviews__card {
  background: #fff;
  border: 0;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  height: 100%;
  box-sizing: border-box;
}

.nf-pdp--hair-result .nf-hair-member-reviews__card:hover,
.nf-pdp--hair-result .nf-hair-member-reviews__card:focus,
.nf-pdp--hair-result .nf-hair-member-reviews__card:focus-within {
  transform: none !important;
  outline: none;
}

.nf-hair-member-reviews__card-title,
.nf-pdp--hair-result h3.nf-hair-member-reviews__card-title,
.nf-hair-member-reviews .nf-hair-member-reviews__card h3.nf-hair-member-reviews__card-title {
  margin: 0;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35;
  color: #000;
}

.nf-hair-member-reviews__card-body {
  margin: 0 0 0.75rem;
  font-size: 14px;
  line-height: 1.45;
  color: #000;
}

.nf-hair-member-reviews__card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: 12px;
  color: #7a7a7a;
}

.nf-hair-member-reviews__meta-text {
  font-size: 12px;
  color: #7a7a7a;
}

.nf-hair-member-reviews__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: #35ac5a;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}

.nf-hair-member-reviews__verified--block {
  margin: 0.35rem 0 0;
  font-size: 14px;
}

.nf-hair-member-reviews__verified-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #35ac5a;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
}

.nf-hair-member-reviews__card--photo {
  padding: 0;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  margin: 0 12px;
}

.nf-hair-member-reviews__photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

.nf-hair-member-reviews__photo-grid--pair {
  grid-template-columns: 1fr 1fr;
}

.nf-hair-member-reviews__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  background: #f3f4f6;
}

.nf-hair-member-reviews__photo-grid--pair .nf-hair-member-reviews__photo {
  aspect-ratio: 1 / 1;
}

.nf-hair-member-reviews__photo-body {
  padding: 0.85rem 1rem 1.1rem;
  text-align: center;
}

.nf-hair-member-reviews__card--photo .nf-hair-member-reviews__stars {
  display: flex;
  justify-content: center;
  margin: 0 auto 0.55rem;
}

.nf-hair-member-reviews__quote {
  margin: 0 0 0.65rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  color: #000;
  text-align: center;
}

.nf-hair-member-reviews__name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.nf-hair-member-reviews__name strong {
  font-size: 16px;
  font-weight: 700;
}

.nf-hair-member-reviews__card--photo .nf-hair-member-reviews__verified--block {
  justify-content: center;
}

.nf-pdp--hair-result .nf-pdp__guarantee-heading,
.nf-pdp--hair-result .nf-pdp .nf-pdp__guarantee h2.nf-pdp__guarantee-heading,
.nf-pdp--hair-result .nf-pdp__guarantee-body {
  font-size: 16px !important;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .nf-pdp--hair-result .nf-hair-expectations__guarantee .nf-pdp__guarantee-body {
    font-size: 14px !important;
    font-weight: 300 !important;
  }
}

/* Mid-page grey gold-seal guarantee (between 2nd ATC / accordion and FAQ) */
.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--nf-space-md, 1rem);
  max-width: 1400px;
  margin: 0 auto;
  padding: 1% 15%;
  background: #fff;
  color: #000;
  border-radius: 0;
  box-sizing: border-box;
}

.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee-text {
  max-width: 90ch;
  color: #000;
  text-align: left;
}

.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee-seal {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee-heading,
.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp .nf-pdp__guarantee h2.nf-pdp__guarantee-heading,
.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee-body {
  color: #000 !important;
  font-size: 16px !important;
  line-height: 1.45;
}

.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee-heading,
.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp .nf-pdp__guarantee h2.nf-pdp__guarantee-heading {
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee-body {
  font-weight: 300;
}

@media (max-width: 767px) {
  .nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    text-align: left;
  }

  .nf-pdp--hair-result .nf-pdp__section--hair-guarantee-mid .nf-pdp__guarantee-text {
    text-align: left;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* Bottom green 60-day guarantee — flush under taste (no white gap) */
.nf-pdp--hair-result .nf-pdp__section--hair-guarantee {
  width: 100vw;
  max-width: none;
  margin-top: 0;
  margin-inline: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  background: var(--nf-color-accent, #1fb25a);
}

.nf-pdp--hair-result .nf-pdp__section--hair-guarantee .nf-pdp__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--nf-space-md, 1rem);
  max-width: 1400px;
  margin: 0 auto;
  padding: 1% 15%;
  box-sizing: border-box;
}

.nf-pdp--hair-result .nf-pdp__section--hair-guarantee .nf-pdp__guarantee-text {
  text-align: left;
  max-width: 90ch;
}

@media (max-width: 767px) {
  .nf-pdp--hair-result .nf-pdp__section--hair-guarantee .nf-pdp__guarantee {
    padding: 5% 5%;
    gap: 0;
  }

  .nf-pdp--hair-result .nf-pdp__section--hair-guarantee .nf-pdp__guarantee-text {
    text-align: center;
  }

  .nf-pdp--hair-result .nf-pdp__section--hair-guarantee .nf-pdp__guarantee-heading,
  .nf-pdp--hair-result .nf-pdp__section--hair-guarantee .nf-pdp .nf-pdp__guarantee h2.nf-pdp__guarantee-heading {
    font-size: 28px !important;
    line-height: 28px !important;
    text-align: center;
  }

  .nf-pdp--hair-result .nf-pdp__section--hair-guarantee .nf-pdp__guarantee-body {
    font-size: 16px !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .nf-hair-member-reviews__title,
  body .nf-pdp.nf-pdp--hair-result .nf-hair-member-reviews h2.nf-hair-member-reviews__title {
    font-size: 28px !important;
  }

  .nf-hair-slider--photos {
    display: block;
    position: relative;
  }

  .nf-hair-slider--photos .nf-hair-slider__viewport {
    width: 100%;
  }

  .nf-pdp--hair-result .nf-hair-slider--photos .nf-hair-slider__btn,
  .nf-pdp--hair-result .nf-hair-slider--photos .nf-hair-slider__btn:hover,
  .nf-pdp--hair-result .nf-hair-slider--photos .nf-hair-slider__btn:focus,
  .nf-pdp--hair-result .nf-hair-slider--photos .nf-hair-slider__btn:focus-visible,
  .nf-pdp--hair-result .nf-hair-slider--photos .nf-hair-slider__btn:active {
    position: absolute;
    top: 22%;
    z-index: 3;
    margin: 0;
    padding: 0.35rem 0.45rem;
    font-size: 2.25rem;
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  }

  .nf-pdp--hair-result .nf-hair-slider--photos .nf-hair-slider__btn--prev {
    left: 0.35rem;
  }

  .nf-pdp--hair-result .nf-hair-slider--photos .nf-hair-slider__btn--next {
    right: 0.35rem;
  }

  .nf-hair-member-reviews__card--photo {
    margin: 0 10px;
  }

  .nf-hair-slider--photos .nf-hair-slider__slide {
    padding: 0;
  }
}

/* --- Stats banner ----------------------------------------------------- */
.nf-pdp__section--hair-stats-banner {
  margin-top:0px;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  background: linear-gradient(180deg, #EAE1D5 0%, #C1AB97 100%);
  content-visibility: visible;
  contain: none;
  overflow: hidden;
}

.nf-hair-stats-banner {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.75rem) 1rem 0;
  background: transparent;
  color: #1a1210;
  overflow: hidden;
}

.nf-hair-stats-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.nf-hair-stats-banner__title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  color: #1a1210;
  position: relative;
  z-index: 2;
}

.nf-hair-stats-banner__title strong {
  font-weight: 700;
  color: #1a1210;
}

.nf-hair-stats-banner__title-light {
  font-weight: 300;
  color: #1a1210;
}

.nf-hair-stats-banner__callout {
  display: block;
  width: fit-content;
  max-width: 46rem;
  margin: 0 auto 0.75rem;
  padding: 0.85rem 1.75rem;
  border-radius: 18px;
  background: #3d2f4a;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}

.nf-hair-stats-banner__callout strong {
  font-weight: 700;
}

.nf-hair-stats-banner__body {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .nf-hair-stats-banner__body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 1rem 1.25rem;
    align-items: end;
    min-height: 0;
  }
}

.nf-hair-stats-banner__stats-col {
  position: relative;
  z-index: 2;
  padding-bottom: 1.5rem;
}

.nf-hair-stats-banner__stats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nf-hair-stats-banner__stat {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.85rem 1.35rem;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.08);
}

.nf-hair-stats-banner__stat:first-child {
  padding-top: 0;
}

.nf-hair-stats-banner__footnote {
  margin: 0.85rem 0 0;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: #1a1210;
}

.nf-hair-stats-banner__value {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  color: #1a1210;
  white-space: nowrap;
  text-align: left;
}

.nf-hair-stats-banner__copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: #1a1210;
  min-width: 0;
}

.nf-hair-stats-banner__copy strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .nf-hair-stats-banner__title strong {
    padding-right: 0.1em;
  }

  .nf-hair-stats-banner__callout {
    margin-bottom: 2rem;
    padding: 0.95rem 1.9rem;
  }

  .nf-hair-stats-banner__stat {
    grid-template-columns: 6rem 1fr;
    gap: 0.75rem 1.5rem;
    align-items: center;
    padding: 1rem 0;
  }

  .nf-hair-stats-banner__value {
    text-align: left;
  }

  .nf-hair-stats-banner__copy {
    display: block;
  }
}

.nf-hair-stats-banner__media {
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 900px) {
  .nf-hair-stats-banner__media {
    justify-content: flex-end;
    align-self: end;
    margin-top: -1.5rem;
  }
}

.nf-hair-stats-banner__image {
  display: block;
  width: 100%;
  max-width: 34rem;
  height: auto;
  margin-bottom: -4rem;
}

@media (min-width: 900px) {
  .nf-hair-stats-banner__image {
    width: 100%;
    max-width: 46rem;
    margin-bottom: -6.5rem;
  }
}

@media (max-width: 767px) {
  .nf-hair-stats-banner__title,
  body .nf-pdp.nf-pdp--hair-result .nf-hair-stats-banner h2.nf-hair-stats-banner__title {
    font-size: 28px !important;
  }

  .nf-hair-stats-banner__callout {
    border-radius: 18px;
    font-size: 16px;
    margin-bottom: 1.4rem;
  }

  .nf-hair-stats-banner__stat {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    justify-items: center;
    text-align: center;
    padding: 1rem 0;
  }

  .nf-hair-stats-banner__value {
    font-size: 2.75rem;
  }

  .nf-hair-stats-banner__copy {
    font-size: 16px;
    text-align: center;
  }

  .nf-hair-stats-banner__footnote {
    text-align: center;
  }

  .nf-hair-stats-banner__image {
    max-width: 24rem;
    margin-bottom: -2.5rem;
  }
}

/* --- Order now + repeated hero ---------------------------------------- */
.nf-hair-order-now {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem) 1rem 0.75rem;
  text-align: center;
}

.nf-hair-order-now__title,
body .nf-pdp.nf-pdp--hair-result .nf-hair-order-now h2.nf-hair-order-now__title {
  margin: 0 auto;
  max-width: 800px;
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 1.35;
  color: #000;
}

.nf-hair-order-now__title strong,
body .nf-pdp.nf-pdp--hair-result .nf-hair-order-now h2.nf-hair-order-now__title strong {
  font-size: inherit !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .nf-hair-order-now__title,
  body .nf-pdp.nf-pdp--hair-result .nf-hair-order-now h2.nf-hair-order-now__title {
    font-size: 28px !important;
  }
}

.nf-pdp--hair-result .nf-pdp__hero--repeat {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.nf-pdp--hair-result .nf-pdp__hero--repeat .nf-pdp__hero-gallery {
  flex: 1 1 45%;
  width: auto;
  max-width: 480px;
}

.nf-pdp--hair-result .nf-pdp__hero--repeat .nf-pdp__hero-atc {
  flex: 1 1 45%;
}

.nf-pdp--hair-result .nf-pdp__hero--repeat .nf-pdp__hero-gallery .qaa-accordion-wrapper {
  margin-top: 0.75rem;
  width: 100%;
}

.nf-pdp--hair-result .nf-pdp__hero--repeat .qaa-accordion-header {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .nf-pdp--hair-result .nf-pdp__hero--repeat .nf-pdp__hero-gallery,
  .nf-pdp--hair-result .nf-pdp__hero--repeat .nf-pdp__hero-atc {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* --- Hair FAQ (tabbed accordion) -------------------------------------- */
.nf-pdp__section--hair-faq {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 0;
  background: #f5f5f5;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  content-visibility: visible;
  contain: none;
}

.nf-pdp--hair-result > .nf-pdp__section--hair-faq:last-child {
  margin-bottom: 0;
}

.nf-hair-faq {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.75rem) 1rem clamp(1.75rem, 4vw, 2.75rem);
  box-sizing: border-box;
  width: 100%;
  overflow-x: clip;
}

.nf-hair-faq__title {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.nf-hair-faq__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
}

.nf-hair-faq__panels {
  min-width: 0;
}

.nf-hair-faq__tab {
  appearance: none;
  border: 1px solid #ececec;
  background: #fff;
  color: #000;
  border-radius: 999px;
  padding: 0.9rem 1.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  width: auto;
  flex: 0 1 auto;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.nf-hair-faq__tab:hover,
.nf-hair-faq__tab:focus,
.nf-hair-faq__tab:active {
  background: #fff;
  border-color: #ececec;
  color: #000;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

.nf-hair-faq__tab.is-active,
.nf-hair-faq__tab.is-active:hover,
.nf-hair-faq__tab.is-active:focus,
.nf-hair-faq__tab.is-active:active {
  background: #35ac5a;
  border-color: #35ac5a;
  color: #fff;
}

.nf-hair-faq__panel {
  display: none;
  min-width: 0;
  max-width: 100%;
}

.nf-hair-faq__panel.is-active {
  display: block;
}

.nf-hair-faq__accordion {
  background: #fff;
  border-radius: 18px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.35rem 3.15rem;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.nf-hair-faq__item {
  border-bottom: 0;
  min-width: 0;
}

.nf-hair-faq__question {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 1rem 0;
  text-align: left;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  box-sizing: border-box;
}

.nf-hair-faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.nf-hair-faq__question:hover,
.nf-hair-faq__question:focus,
.nf-hair-faq__question:active {
  background: transparent;
  color: #000;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

.nf-hair-faq__icon {
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin-top: 0.15rem;
}

.nf-hair-faq__answer {
  padding: 0 0 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nf-hair-faq__answer p {
  margin: 0 0 0.65rem;
  font-weight: 300;
}

.nf-hair-faq__answer p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .nf-hair-faq__tab {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .nf-hair-faq {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nf-hair-faq__title,
  body .nf-pdp.nf-pdp--hair-result .nf-hair-faq h2.nf-hair-faq__title {
    font-size: 28px !important;
  }

  .nf-hair-faq__tab {
    padding: 0.75rem 1rem;
    white-space: normal;
  }

  .nf-hair-faq__question {
    font-size: 16px;
  }

  .nf-hair-faq__accordion {
    padding: 0.25rem 0.9rem;
  }

  .nf-hair-loss-level,
  .nf-hair-causes,
  .nf-hair-expectations,
  .nf-hair-howto,
  .nf-hair-member-reviews {
    padding: 0;
  }

  .nf-hair-taste {
    padding: 0 0 1.25rem;
  }
}
