.products-page {
  --paper: #fffdfa;
  --warm: #f8f5f4;
  --ink: #211f24;
  --body: #514d52;
  --rose: #c64b67;
  --rose-deep: #b6405a;
  --blue: #c9dce7;
  --gold: #bfa86f;
  --line: #d8d3d4;
  --navy: #16365f;
  --content: 1200px;
  --serif: "Source Han Serif CN", serif;
  --clear-white: #fffdfa;
  --body-gray: #514d52;
  --deep-red: #b6405a;
  --divider-gray: #d8d3d4;
  --content-width: 1504px;
  --page-gutter: 4rem;
  --fs-caption: 0.9375rem;
  --fs-lead: 1.25rem;
}

.products-page {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.products-page a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--content), calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--rose-deep);
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.4;
}
.section-title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 620;
  line-height: 1.25;
}
.body-copy {
  margin: 0;
  color: var(--body);
}
.products-page .btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.625rem 1.375rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.4;
  transition:
    background-color 0.18s,
    color 0.18s,
    border-color 0.18s,
    transform 0.18s;
}
.products-page .btn:hover {
  transform: translateY(-2px);
}
.products-page .btn:focus-visible,
.products-page .text-link:focus-visible,
.products-page summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.products-page .btn-dark {
  background: var(--ink);
  color: var(--paper);
}
.products-page .btn-dark:hover {
  background: #38333a;
}
.products-page .btn-rose {
  background: var(--rose-deep);
  color: var(--paper);
}
.products-page .btn-rose:hover {
  background: #9f334b;
}
.products-page .btn-outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}
.products-page .btn-outline:hover {
  background: var(--ink);
  color: var(--paper);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--rose-deep);
  font-size: 0.9375rem;
  font-weight: 650;
}
.arrow {
  transition: transform 0.18s;
}
.text-link:hover .arrow {
  transform: translateX(4px);
}
.hero {
  height: clamp(558px, 42.857vw, 720px);
  position: relative;
  overflow: hidden;
  background: #eee3da
    url("../../images/pages/products/hero-product-comparison.webp") center
    center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(249, 243, 238, 0.97) 0%,
    rgba(249, 243, 238, 0.91) 25%,
    rgba(249, 243, 238, 0.56) 39%,
    rgba(249, 243, 238, 0.08) 54%,
    transparent 64%
  );
  pointer-events: none;
}
.hero-inner {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.hero-copy {
  width: 500px;
}
.hero h1 {
  margin: 0 0 1.4375rem;
  font-size: 3.75rem;
  font-weight: 650;
  line-height: 1.16;
}
.hero h1 span {
  color: var(--rose);
}
.hero-copy > p {
  max-width: 480px;
  margin: 0 0 1.5625rem;
  color: var(--body);
}
.hero-actions {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.products-page .hero-actions .btn {
  color: var(--paper);
  text-indent: 0;
  white-space: nowrap;
}
.products-page .hero-actions .btn span {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.disclaimer {
  display: flex;
  gap: 0.5625rem;
  align-items: center;
  color: #6e676d;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.identity {
  padding: var(--yj-section-y-compact) 0;
  background: var(--paper);
}
.identity-grid {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 5rem;
  align-items: center;
}
.identity-summary {
  margin: 1.625rem 0 1.5rem;
  border-bottom: 1px solid var(--line);
}
.summary-group {
  padding: 1.1875rem 0 1.25rem;
  border-top: 1px solid var(--line);
}
.summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 0.9375rem;
}
.summary-head strong {
  font-size: 1.125rem;
  line-height: 1.4;
}
.summary-head span {
  color: var(--body);
  font-size: 0.8125rem;
  line-height: 1.4;
}
.summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.summary-list-common {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem 1.375rem;
}
.summary-list-difference {
  display: grid;
  gap: 0.6875rem;
}
.summary-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.6875rem;
  align-items: start;
}
.summary-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #f8e9ed;
  color: var(--rose-deep);
}
.summary-group-difference .summary-icon {
  background: #eaf2f6;
  color: var(--navy);
}
.summary-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.summary-item strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.45;
}
.summary-item small {
  display: block;
  margin-top: 0.125rem;
  color: var(--body);
  font-size: 0.75rem;
  line-height: 1.55;
}
.summary-list-difference .summary-item {
  grid-template-columns: 32px 88px minmax(0, 1fr);
  align-items: center;
}
.summary-list-difference .summary-item small {
  margin: 0;
  font-size: 0.8125rem;
}
.record {
  border-top: 3px solid var(--gold);
  background: var(--warm);
  padding: 2.125rem 2.625rem;
}
.record-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.4375rem;
  border-bottom: 1px solid var(--line);
}
.record-head strong {
  font-size: 1.375rem;
}
.record-head span {
  font-size: 0.8125rem;
  color: var(--body);
}
.record dl {
  margin: 0;
}
.record-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.625rem;
  padding: 1.0625rem 0;
  border-bottom: 1px solid var(--line);
}
.record dt {
  color: var(--body);
  font-size: 0.875rem;
}
.record dd {
  margin: 0;
  font-weight: 600;
}
.product-section {
  min-height: 720px;
  padding: var(--yj-section-y) 0;
  overflow: hidden;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.75rem;
  align-items: center;
}
.product-shot {
  height: 510px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #efe7e2;
}
.product-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-shot:hover img {
  transform: scale(1.02);
}
.product-shot-copy {
  display: none;
}
.product-shot-mobile {
  display: none;
}
.lightweight {
  background: var(--warm);
}
.lightweight .product-shot img {
  object-position: center center;
}
.premium {
  background: var(--ink);
  color: var(--paper);
}
.premium .product-grid {
  grid-template-columns: 1fr 1.08fr;
}
.premium .body-copy {
  color: #ddd7da;
}
.premium .eyebrow {
  color: #e3c984;
}
.premium .product-shot {
  background: #112f56;
}
.premium .product-shot img {
  object-position: center center;
}
.product-kicker {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.125rem;
}
.product-kicker span:first-child {
  font-size: 1.125rem;
  font-weight: 700;
}
.product-kicker span:last-child {
  color: var(--body);
  font-size: 0.875rem;
}
.premium .product-kicker span:last-child {
  color: #d8d3d4;
}
.product-copy h2 {
  margin: 0 0 1.5625rem;
  font-size: 2.75rem;
  line-height: 1.2;
}
.product-copy .body-copy {
  margin: 0 0 1rem;
}
.product-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.product-point {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0.5625rem;
  align-items: center;
  min-height: 38px;
  color: var(--ink);
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.45;
}
.product-point-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #f8e9ed;
  color: var(--rose-deep);
}
.product-point-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.premium .product-point {
  color: var(--paper);
}
.premium .product-point-icon {
  background: #e3c98424;
  color: #e3c984;
}
.spec-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 1.6875rem 0 1.875rem;
  padding: 1.0625rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-weight: 650;
}
.product-points + .spec-band {
  margin-top: 1.25rem;
}
.premium .spec-band {
  border-color: #ffffff40;
  color: #fff;
}
.compare {
  padding: var(--yj-section-y) 0;
  scroll-margin-top: 3.75rem;
  background: #29262b;
  color: var(--paper);
}
.compare-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.8125rem;
}
.compare-head p {
  width: 470px;
  margin: 0;
  color: #ddd7da;
}
.table-wrap {
  background: var(--paper);
  color: var(--ink);
  border-top: 4px solid var(--rose);
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
th,
td {
  padding: 1.125rem 1.5rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  font-size: 0.9375rem;
  line-height: 1.6;
}
thead th {
  padding-block: 1.375rem;
  font-size: 1.0625rem;
}
th:first-child {
  width: 26%;
  color: var(--body);
}
thead th:nth-child(2) {
  background: #f8e9ed;
}
thead th:nth-child(3) {
  background: #eaf2f6;
}
tbody tr:nth-child(even) {
  background: #fbf9f7;
}
.same {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.same::before {
  content: "=";
  color: var(--rose-deep);
  font-weight: 800;
}
.choice-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.625rem;
  border-top: 1px solid #ffffff42;
  border-bottom: 1px solid #ffffff42;
}
.choice {
  padding: 1.625rem 2.375rem;
}
.choice:first-child {
  border-right: 1px solid #ffffff42;
}
.choice strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.choice p {
  margin: 0;
  color: #ddd7da;
}
.advisor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 2.1875rem;
}
.advisor p {
  margin: 0;
  max-width: 790px;
  color: #ddd7da;
}
.stories {
  height: 590px;
  position: relative;
  overflow: hidden;
  background: #eee4dc;
}
.stories img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
}
.stories::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #f8f5f4 0 34%,
    #f8f5f4eb 38%,
    #f8f5f473 42%,
    #f8f5f414 47%,
    transparent 50%
  );
}
.stories-copy {
  position: relative;
  z-index: 2;
  width: 520px;
  padding-top: 4.375rem;
}
.stories-copy .body-copy {
  margin: 1.25rem 0 0;
  max-width: 500px;
}
.stories-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 1.5rem 0 0;
  padding: 1.125rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}
.stories-step {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 0.5625rem;
  align-items: center;
  color: var(--body);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.stories-step b {
  color: var(--rose-deep);
  font-size: 0.75rem;
  font-weight: 750;
}
.stories-copy .text-link {
  margin-top: 1.375rem;
}
.service {
  padding: var(--yj-section-y-compact) 0;
  background: var(--blue);
}
.service-grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 6.125rem;
  align-items: center;
}
.service-copy .body-copy {
  margin: 1.125rem 0 0;
}
.service-note {
  margin-top: 1.375rem;
  padding-top: 1.125rem;
  border-top: 1px solid #8499a5;
  font-size: 1.3125rem;
  font-weight: 650;
}
.service-path {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.375rem;
  border-top: 1px solid #8499a5;
}
.service-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.9375rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #8499a5;
}
.service-num {
  color: var(--rose-deep);
  font-weight: 800;
}
.service-item strong {
  display: block;
  margin-bottom: 0.25rem;
}
.service-item span {
  color: #3f4a50;
  font-size: 0.875rem;
}
.faq {
  padding: var(--yj-section-y) 0;
  background: var(--paper);
}
.faq-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 6.25rem;
}
.faq-intro .body-copy {
  margin-top: 1.375rem;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 650;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  color: var(--rose-deep);
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1;
}
details[open] summary::after {
  content: "−";
}
details p {
  margin: -0.1875rem 3.5rem 1.5625rem 0;
  color: var(--body);
  font-size: 0.9375rem;
}
.final-cta {
  padding: var(--yj-section-y-compact) 0;
  background: var(--rose);
  color: var(--paper);
}
.final-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 6.25rem;
  align-items: center;
}
.final-copy h2 {
  margin: 0 0 1.0625rem;
  font-size: 2.625rem;
  line-height: 1.22;
}
.final-copy p {
  margin: 0;
  max-width: 650px;
}
.final-actions {
  display: grid;
  gap: 0.6875rem;
}
.products-page .final-actions .btn {
  width: 100%;
  border-color: #fff;
  color: #fff;
}
.products-page .final-actions .btn:hover {
  background: #fff;
  color: var(--rose-deep);
}
.products-page .final-actions .btn:last-child {
  background: #fff;
  color: var(--rose-deep);
}
.content-frame {
  width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .products-page {
    --page-gutter: 3.5rem;
  }
}
@media (max-width: 1440px) {
  .products-page {
    --page-gutter: 3rem;
    --fs-lead: 1.1875rem;
  }
}

@media (max-width: 680px) {
  .products-page {
    --page-gutter: 1rem;
    --fs-lead: 1rem;
  }

  .container,
  .content-frame {
    width: calc(100% - 28px);
  }

  .hero {
    height: auto;
    min-height: 560px;
    padding: 5.5rem 0 2rem;
    background-position: 64% center;
    background-size: auto 100%;
  }

  .hero::after {
    background: rgba(249, 243, 238, 0.78);
  }

  .hero-inner {
    display: block;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1,
  .section-title,
  .product-copy h2 {
    font-size: 2.125rem;
  }

  .hero-actions,
  .final-actions {
    display: grid;
  }

  .products-page .btn {
    width: 100%;
    white-space: normal;
  }

  .record {
    padding: 1.5rem 1.25rem;
  }

  .record-head {
    display: grid;
    gap: 0.375rem;
  }

  .record-row {
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }

  .product-section {
    min-height: 0;
    padding: var(--yj-section-y) 0;
  }

  .product-grid,
  .premium .product-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-shot {
    height: auto;
    aspect-ratio: 1.1 / 1;
  }

  .lightweight .product-copy > .body-copy,
  .lightweight .product-copy > .product-points,
  .lightweight .product-kicker,
  .lightweight .product-copy h2 {
    display: none;
  }

  .lightweight .product-copy > .spec-band {
    display: flex;
    margin: 0 0 1.5rem;
  }

  .premium .product-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .premium .product-copy > .body-copy,
  .premium .product-copy > .product-points,
  .premium .product-kicker,
  .premium .product-copy h2 {
    display: none;
  }

  .premium .product-copy > .spec-band {
    display: flex;
    margin: 0 0 1.5rem;
  }

  .premium .product-grid > .product-shot:not(.product-shot-mobile) {
    display: none;
  }

  .premium .product-shot-mobile {
    display: block;
    height: auto;
    aspect-ratio: 1.1 / 1;
    margin: 1.5rem 0 1.5rem;
  }

  .lightweight .product-shot::after,
  .premium .product-shot-mobile::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .lightweight .product-shot::after {
    background: rgba(255, 255, 255, 0.56);
  }

  .premium .product-shot-mobile::after {
    background: rgba(31, 29, 34, 0.68);
  }

  .lightweight .product-shot .product-shot-copy,
  .premium .product-shot-mobile .product-shot-copy {
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    left: 1rem;
    z-index: 2;
    transform: translateY(-50%);
  }

  .lightweight .product-shot .product-shot-copy .body-copy,
  .premium .product-shot-mobile .product-shot-copy .body-copy {
    margin: 0 0 1rem;
  }

  .lightweight .product-shot .product-shot-kicker,
  .premium .product-shot-mobile .product-shot-kicker {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.875rem;
  }

  .lightweight .product-shot .product-shot-kicker span:first-child,
  .premium .product-shot-mobile .product-shot-kicker span:first-child {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .premium .product-shot-mobile .product-shot-kicker span:last-child {
    color: #d8d3d4;
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  .lightweight .product-shot .product-shot-title,
  .premium .product-shot-mobile .product-shot-title {
    margin: 0 0 1rem;
    font-size: 1.875rem;
    font-weight: 650;
    line-height: 1.22;
  }

  .lightweight .product-shot .product-shot-copy .product-points,
  .premium .product-shot-mobile .product-shot-copy .product-points {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.125rem;
  }

  .product-points {
    grid-template-columns: 1fr;
  }

  .identity-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .advisor {
    display: grid;
    gap: 1rem;
    align-items: stretch;
  }

  .compare-head {
    display: grid;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.75rem;
  }

  .compare-head p {
    width: 100%;
  }

  th,
  td {
    padding: 0.875rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  thead th {
    padding-block: 1rem;
    font-size: 0.875rem;
  }

  .choice-band {
    margin-top: 1.75rem;
  }

  .choice {
    padding: 1.25rem 1rem;
  }

  .choice strong {
    font-size: 1.0625rem;
  }

  .choice p {
    font-size: 0.9375rem;
    line-height: 1.65;
  }

  .service-grid,
  .faq-grid,
  .final-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 0.875rem;
    min-width: 0;
  }

  .service-item {
    grid-template-columns: 1.75rem minmax(0, 1fr);
    gap: 0.5rem;
    min-width: 0;
    padding: 1rem 0;
  }

  .service-item > div,
  .service-item strong,
  .service-item span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .stories {
    height: 500px;
  }

  .stories img {
    right: -40%;
    height: 100%;
  }

  .stories::after {
    background:
      linear-gradient(
        90deg,
        rgba(248, 245, 244, 0.93) 0%,
        rgba(248, 245, 244, 0.9) 34%,
        rgba(248, 245, 244, 0.72) 56%,
        rgba(248, 245, 244, 0.34) 76%,
        rgba(248, 245, 244, 0.06) 100%
      );
  }

  .stories-copy {
    width: 100%;
    max-width: 21.5rem;
    padding-top: 3.5rem;
  }

  .stories-copy .body-copy {
    max-width: 20.5rem;
  }

  .stories-steps {
    grid-template-columns: 1fr;
    max-width: 20.5rem;
  }
}

.reveal {
  opacity: 1;
  transform: none;
}
.reveal.is-visible {
  animation: reveal-in 0.55s ease both;
}
@keyframes reveal-in {
  from {
    opacity: 0.25;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .products-page {
    scroll-behavior: auto;
  }
  .reveal.is-visible {
    animation: none;
  }
  .product-shot img,
  .products-page .btn,
  .arrow {
    transition: none;
  }
  .product-shot:hover img,
  .products-page .btn:hover {
    transform: none;
  }
}

/* BEGIN migrated inline styles: products.php */
.products-page .btn-paper {
  background: #fff;
  color: #211f24;
}
.service-more-link {
  margin-top: 1.125rem;
}
/* END migrated inline styles: products.php */
