/** Shopify CDN: Minification failed

Line 85:19 Unexpected "/"
Line 98:19 Unexpected "/"
Line 110:19 Unexpected "/"

**/
  /* Restored likeness reassurance section. */
  .pg-home-likeness {
    padding: 58px 20px 64px;
    background: #fff;
    color: #1f2a3c;
    font-family: Poppins, Arial, sans-serif;
  }
  .pg-home-likeness * { box-sizing: border-box; }
  .pg-home-likeness__inner { max-width: 1220px; margin: 0 auto; }
  .pg-home-likeness__header {
    max-width: 730px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .pg-home-likeness__eyebrow {
    margin: 0;
    color: #c9787d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .pg-home-likeness__header h2 {
    margin: 8px 0 0;
    color: #1f2a3c;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(32px, 4vw, 48px);
    font-style: italic;
    line-height: 1.08;
  }
  .pg-home-likeness__header > p:last-child {
    max-width: 650px;
    margin: 13px auto 0;
    color: #6e7480;
    font-size: 14px;
    line-height: 1.65;
  }
  .pg-home-likeness__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .pg-home-likeness__card {
    overflow: hidden;
    border: 1px solid #eadfd5;
    border-radius: 28px;
    background: #faf8f5;
    box-shadow: 0 12px 30px rgba(31,42,60,.075);
  }
  .pg-home-likeness__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #eee8e1;
  }
  .pg-home-likeness__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pg-home-likeness__number {
    position: absolute;
    top: 16px;
    left: 16px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #1f2a3c;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(31,42,60,.12);
  }
  .pg-home-likeness__copy { min-height: 132px; padding: 21px 22px 24px; }
  .pg-home-likeness/_copy h3 {
    margin: 0;
    color: #1f2a3c;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    line-height: 1.15;
  }
  .pg-home-likeness__copy p {
    margin: 9px 0 0;
    color: #6e7480;
    font-size: 13px;
    line-height: 1.6;
  }
  .pg-home-likeness/_reassurance {
    display: flex;
    max-width: 850px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 27px auto 0;
    color: #59616d;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
  }
  .pg-home-likeness/_reassurance span {
    color: #4fa976;
    font-size: 18px;
    font-weight: 800;
  }
  .pg-home-likeness__button {
    display: flex;
    width: max-content;
    min-width: 190px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin: 22px auto 0;
    padding: 13px 29px;
    border-radius: 999px;
    background: #d98c97;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(217,140,151,.20);
  }
  .pg-home-likeness__button:hover { background: #c9787d; }

  /* Review videos: retain four videos, but reduce their visual dominance. */
  .pg-reactions__inner { max-width: 1180px !important; }
  .pg-reactions__header { margin-bottom: 24px !important; }
  .pg-reactions__rail {
    grid-auto-columns: calc((100% - 54px) / 4) !important;
    gap: 18px !important;
  }
  .pg-reactions__card { border-radius: 24px !important; }

  @media (prefers-reduced-motion: reduce) {
    .pg-home-chip-nav { transition: none !important; }
    .pg-press-strip .pg-press-inner .pg-press-logos.pg-press-marquee-track {
      width: 100% !important;
      animation: none !important;
      transform: none !important;
    }
    .pg-press-marquee-set { flex-basis: 100% !important; width: 100% !important; }
    .pg-press-marquee-set[aria-hidden="true"] { display: none !important; }
  }


/* Homepage CTA system: flat, consistent blush buttons. */
body.index .pg-home-hero__button,
body.index .pgw__btn,
body.index .pg-likeness-compare__button,
body.index .pg-reactions__button,
body.index .pg-community__cta,
body.index .pg-faq__btn,
body.index .pg-njp__button {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d98c97 !important;
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}
body.index .pg-home-hero__button:hover,
body.index .pgw__btn:hover,
body.index .pg-likeness-compare__button:hover,
body.index .pg-reactions__button:hover,
body.index .pg-community__cta:hover,
body.index .pg-faq__btn:hover,
body.index .pg-njp__button:hover {
  background: #c9787d !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}


/* Homepage header CTA: match the flat homepage button system. */
body.index .pg-home-sticky-shell__cta {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d98c97 !important;
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}
body.index .pg-home-sticky-shell__cta:hover {
  background: #c9787d !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}


/* V83 mobile refinements: keep the homepage hierarchy light and spacious. */
@media (max-width: 720px) {
  body.index .pg-reactions__rail {
    grid-auto-columns: 82% !important;
  }
  body.index .pg-reactions__card {
    width: 100% !important;
  }
}

/* Keep every homepage eyebrow/kicker on the same small editorial scale. */
body.index .pg-home-hero__eyebrow,
body.index .pg-press-marquee-title,
body.index .pg-home-shelf__eyebrow,
body.index .pgw__kicker,
body.index .pg-likeness-compare__eyebrow,
body.index .pg-reactions__header > p,
body.index .pg-community__header > p,
body.index .pg-home-founder__eyebrow,
body.index .pg-faq__eyebrow,
body.index .pg-njp__eyebrow {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
}

/* Product CTA: flat, consistent with the rest of the configurator. */
body.product .pg-likeness-compare__button,
.template-product .pg-likeness-compare__button {
  min-height: 48px !important;
  padding: 13px 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d98c97 !important;
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}
body.product .pg-likeness-compare__button:hover,
.template-product .pg-likeness-compare__button:hover,
body.product .pg-likeness-compare__button:focus-visible,
.template-product .pg-likeness-compare__button:focus-visible {
  background: #c9787d !important;
  box-shadow: none !important;
  transform: none !important;
}