/* Source-home visual parity kept outside the migrated base stylesheet. */
.hero-stage:has(.banner-image:nth-child(2).is-active) .banner-media::after {
  width: min(68%, 1305px);
  background: linear-gradient(90deg, #fffdfa 0%, rgba(255, 253, 250, .98) 38%, rgba(255, 253, 250, .72) 49%, rgba(255, 253, 250, .22) 61%, rgba(255, 253, 250, 0) 72%);
}

#testimonials-title a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

#testimonials-title a:hover {
  color: var(--deep-red);
}

#testimonials-title a:focus-visible {
  outline: 2px solid var(--champagne-gold);
  outline-offset: 4px;
}

.brand-action {
  display: inline-flex;
  min-width: 168px;
  height: 48px;
  margin-top: 2.375rem;
  padding: 0 1.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--camellia-red);
  border-radius: 6px;
  background: var(--camellia-red);
  color: var(--clear-white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.brand-action:hover {
  border-color: var(--deep-red);
  background: var(--deep-red);
  box-shadow: 0 4px 14px var(--ink-shadow);
}

.brand-action:focus-visible {
  outline: 3px solid var(--champagne-gold);
  outline-offset: 4px;
}

.brand-action--mobile {
  display: none;
}

.news-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.contact-form .field-label {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.contact-form .field-note {
  color: #8b878c;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
}

.contact-form .field-note.is-required {
  color: var(--camellia-red);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select:has(option[value=""]:checked) {
  color: #8b878c;
  opacity: 1;
}

.contact-form select option {
  color: var(--ink);
}

@media (min-width: 1440px) {
  .h02,
  .h03 {
    min-height: 0;
    padding-block: var(--yj-section-y);
  }

  .testimonials-frame {
    padding: var(--yj-section-y) 0;
  }

  .h10-compare {
    padding-block: var(--yj-section-y);
  }

  .vip-frame {
    padding: var(--yj-section-y) 0;
  }

  .vip-layout {
    margin-top: 3rem;
  }

  .brand-section,
  .honours-section,
  .news-section {
    padding-block: var(--yj-section-y);
  }

  .faq-section {
    padding: var(--yj-section-y) 0;
  }

  .contact-frame {
    min-height: 640px;
  }

  .contact-brief {
    padding-block: var(--yj-section-y-compact);
  }

  .contact-form {
    gap: 1.5rem;
    padding: 1.875rem 3.125rem 2rem;
  }

  .service-core {
    grid-template-rows: auto auto;
    align-content: center;
    gap: 0.625rem;
  }

  .service-details {
    width: min(620px, 100%);
    max-width: 620px;
    grid-template-columns: minmax(123px, .75fr) minmax(205px, 1.25fr) minmax(192px, 1.15fr);
    gap: 1.125rem;
  }

  .service-details dd {
    white-space: nowrap;
  }
}

@media (max-width: 680px) {
  html,
  body.home {
    min-width: 0;
  }

  body.home {
    overflow-x: clip;
    overflow-y: visible;
  }

  body.home #root,
  body.home .site-shell,
  body.home .hero,
  body.home .feature-bar,
  body.home .intro-section,
  body.home .testimonials-section,
  body.home .vip-section,
  body.home .brand-section,
  body.home .honours-section,
  body.home .news-section,
  body.home .faq-section,
  body.home .contact-section {
    width: 100%;
    min-width: 0;
  }

  body.home .hero {
    min-height: 620px;
    aspect-ratio: auto;
  }

  body.home .hero-content {
    top: 132px;
    width: calc(100% - 40px);
  }

  body.home .hero-content > * {
    width: min(100%, 540px);
  }

  body.home .product-name {
    font-size: 1.3125rem;
  }

  body.home .hero-title {
  font-size: clamp(2.125rem, 10vw, 2.875rem);
  }

  body.home .years-line {
    flex-wrap: wrap;
    white-space: normal;
  }

  body.home .years-line em {
    margin-left: 0.75rem;
  }

  body.home .feature-bar {
    height: auto;
    min-height: 0;
  }

  body.home .feature-inner {
    width: calc(100% - 32px);
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .feature-item {
    min-height: 92px;
    padding: 1rem 0.75rem;
  }

  body.home .feature-copy h2,
  body.home .feature-copy p {
    white-space: normal;
  }

  body.home .content-frame,
  body.home .intro-page-shell {
    width: calc(100% - 40px);
  }

  body.home .intro-section-title,
  body.home .section-title {
  font-size: clamp(1.875rem, 8vw, 2.5rem);
  }

  body.home .h02,
  body.home .h03 {
    min-height: 0;
    padding-block: var(--yj-section-y);
  }

  body.home .h02-stage {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.75rem 1rem;
  }

  body.home .h02-portrait {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(72vw, 320px);
    height: auto;
    aspect-ratio: 1;
  }

  body.home .h02-symptom {
    width: 100%;
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-areas: "icon title" "copy copy";
    justify-self: stretch;
    padding-block: 0;
    text-align: left;
  }

  body.home .h02-symptom--left {
    grid-column: 1;
  }

  body.home .h02-symptom--right {
    grid-column: 2;
  }

  body.home .h02-symptom--top {
    grid-row: 2;
  }

  body.home .h02-symptom--bottom {
    grid-row: 3;
  }

  body.home .h02-symptom:before,
  body.home .h02-symptom:after {
    display: none;
  }

  body.home .h02-symptom__title {
    font-size: 1.125rem;
  }

  body.home .h02-symptom__copy {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  body.home .h03-heading,
  body.home .h04-content,
  body.home .h03-conclusion {
    width: 100%;
  }

  body.home .h03-timeline {
    height: 300px;
    overflow-x: auto;
  }

  body.home .h03-timeline canvas,
  body.home .h03-stages {
    width: 680px;
  }

  body.home .h04 {
    height: auto;
    min-height: 560px;
  }

  body.home .h04 .intro-page-shell {
    height: auto;
    min-height: 560px;
    padding-block: 3.5rem;
  }

  body.home .testimonials-frame,
  body.home .vip-frame,
  body.home .brand-section,
  body.home .honours-section,
  body.home .news-section {
    padding-block: var(--yj-section-y);
  }

  body.home .testimonials-grid,
  body.home .brand-layout,
  body.home .honours-intro,
  body.home .primary-evidence,
  body.home .plaque-evidence,
  body.home .news-groups,
  body.home .faq-frame,
  body.home .contact-frame {
    grid-template-columns: 1fr;
  }

  body.home .testimonials-grid {
    gap: 2.25rem;
  }

  body.home .testimonial-media {
    max-width: 280px;
  }

  body.home .vip-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.home .service-grid,
  body.home .vip-media {
    min-height: 0;
  }

  body.home .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  body.home .service-core {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 120px;
    height: 120px;
    order: -1;
  }

  body.home .service-core p {
    font-size: 1.1875rem;
  }

  body.home .vip-conclusion {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.375rem 1.25rem;
  }

  body.home .vip-conclusion p {
    white-space: normal;
    font-size: 1.25rem;
  }

  body.home .brand-media-composition {
    min-height: 0;
    padding-left: 2rem;
  }

  body.home .brand-story {
    margin-top: 2.5rem;
  }

  body.home .brand-facts {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  body.home .honours-intro,
  body.home .faq-frame {
    gap: 2rem;
  }

  body.home .primary-evidence,
  body.home .plaque-evidence {
    gap: 1rem;
  }

  body.home .evidence-document .evidence-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body.home .news-groups {
    gap: 2.25rem;
    margin-top: 2.25rem;
  }

  body.home .news-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  body.home .news-item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 0.375rem 0.75rem;
  }

  body.home .faq-list {
    grid-template-columns: 1fr;
  }

  body.home .faq-section {
    padding-block: var(--yj-section-y);
  }

  body.home .contact-frame {
    min-height: 0;
    gap: 2rem;
  }

  body.home .contact-brief {
    padding-block: var(--yj-section-y-compact);
  }

  body.home .service-details {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .service-details dd {
    white-space: normal;
  }

  body.home .contact-form {
    gap: 1.5rem;
    padding: 1.75rem 1.25rem 1.875rem;
  }

  body.home .form-grid {
    grid-template-columns: 1fr;
  }

  body.home .form-grid .message-field {
    grid-column: auto;
  }

  body.home .h07-product-portrait {
    height: auto;
    min-height: 0;
    padding: 4rem 1.25rem 5.5rem;
  }

  body.home .h07-heading {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  body.home .h07-heading h2,
  body.home .h05-heading h2,
  body.home .h06-heading h2,
  body.home .h08-heading h2,
  body.home .h10-heading h2 {
  font-size: clamp(1.875rem, 8vw, 2.625rem);
  }

  body.home .h07-tagline {
    width: 100%;
    grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
    gap: 0.625rem;
  }

  body.home .h07-tagline p {
    white-space: normal;
  }

  body.home .h07-layout {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 2.25rem;
    transform: none;
  }

  body.home .h07-approval {
    width: min(100%, 310px);
    height: 390px;
  }

  body.home .h07-product-stage {
    width: min(100%, 300px);
    height: 430px;
  }

  body.home .h07-features {
    width: 100%;
  }

  body.home .h07-feature {
    min-height: 0;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 1rem;
    padding-block: 1rem;
  }

  body.home .h07-feature + .h07-feature::before {
    left: 80px;
  }

  body.home .h07-feature + .h07-feature::after {
    left: 76px;
  }

  body.home .h07-feature-icon {
    width: 62px;
    height: 62px;
  }

  body.home .h07-feature-copy h3 {
    font-size: 1.25rem;
  }

  body.home .h05-evidence {
    min-height: 0;
    padding: 4rem 1.25rem 5.5rem;
  }

  body.home .h05-product-name {
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    gap: 0.625rem;
    font-size: 1.125rem;
  }

  body.home .h05-composition {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body.home .h05-product-column {
    min-height: 410px;
    order: -1;
  }

  body.home .h05-professor-slot {
    width: 108px;
    height: 108px;
  }

  body.home .h05-professor-caption {
    width: min(280px, 100%);
    top: 130px;
  }

  body.home .h05-product-slot {
    top: 220px;
    width: min(100%, 320px);
  }

  body.home .h05-evidence-list {
    grid-template-rows: none;
    gap: 0.625rem;
  }

  body.home .h05-evidence-item {
    grid-template-columns: 38px 38px minmax(0, 1fr);
    min-height: 0;
    padding: 0.75rem 0.625rem;
  }

  body.home .h05-evidence-number {
    font-size: 1.875rem;
  }

  body.home .h06-origin {
    min-height: 0;
  }

  body.home .h06-inner {
    min-height: 0;
    padding-block: var(--yj-section-y);
  }

  body.home .h06-heading,
  body.home .h06-facts,
  body.home .h06-closing {
    width: 100%;
  }

  body.home .h06-heading p {
    font-size: 1.0625rem;
  }

  body.home .h06-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.375rem 0;
    margin-top: 2.25rem;
  }

  body.home .h06-fact {
    grid-template-rows: 68px auto 1fr;
    padding: 0 0.625rem;
  }

  body.home .h06-fact-icon {
    width: 66px;
    height: 66px;
  }

  body.home .h06-fact-icon .pd-icon {
    width: 34px;
    height: 34px;
  }

  body.home .h06-closing {
    padding-top: 2.5rem;
    font-size: 1.375rem;
  }

  body.home .h08-process {
    min-height: 0;
  }

  body.home .h08-inner {
    padding-top: 4rem;
  }

  body.home .h08-intro {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  body.home .h08-heading {
    padding-left: 0;
  }

  body.home .h08-heading > p {
    margin-top: 1.75rem;
    font-size: 1.0625rem;
  }

  body.home .h08-professor-slot {
    width: 100%;
    height: 280px;
    margin-right: 0;
    border-radius: 24px;
  }

  body.home .h08-process-field {
    left: auto;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: 1.875rem 1.25rem 2.625rem;
  }

  body.home .h08-path-intro {
    font-size: 1.0625rem;
  }

  body.home .h08-process-field .h08-steps {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 2rem;
    padding: 0;
  }

  body.home .h08-steps::before,
  body.home .h08-step:not(:last-child)::after {
    display: none;
  }

  body.home .h08-step-slot {
    width: 150px;
    height: 150px;
  }

  body.home .h10-compare {
    min-height: 0;
    padding-block: var(--yj-section-y);
  }

  body.home .h10-options {
    grid-template-columns: 1fr;
    gap: 1.125rem;
    margin-top: 2rem;
  }

  body.home .h10-option,
  body.home .h10-option--premium {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1.375rem;
    padding: 1.75rem 1.25rem 2rem;
  }

  body.home .h10-product-slot,
  body.home .h10-option--premium .h10-product-slot {
    width: min(100%, 250px);
    height: 260px;
    justify-self: center;
  }

  body.home .h10-option-copy {
    height: auto;
  }

  body.home .h10-option h3 {
    white-space: normal;
  }
}

.h10-mobile-break {
  display: none;
}

@media (max-width: 680px) {
  body.home #root .content-frame,
  body.home #root .intro-page-shell,
  body.home #root .feature-inner,
  body.home #root .hero-content,
  body.home #root .contact-frame.content-frame {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  body.home #root .hero {
    display: grid;
    min-height: calc(100svh - 190px);
    padding: 4.25rem 0 0;
    box-sizing: border-box;
    aspect-ratio: auto;
  }

  body.home #root .hero-stage {
    display: grid;
    min-height: 100%;
    grid-template-areas: "content" "media";
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0.875rem;
    align-content: start;
  }

  body.home #root .hero-content {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    min-height: 0;
    flex-direction: column;
    grid-area: content;
    justify-self: center;
    align-self: stretch;
    justify-content: space-evenly;
    transform: none;
  }

  body.home #root .hero-content > * {
    width: 100%;
  }

  body.home #root .product-name {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 1.1875rem;
    line-height: 1.35;
  }

  body.home #root .hero-title {
    font-size: clamp(2.25rem, 11.5vw, 3rem);
    line-height: 1.1;
    white-space: nowrap;
  }

  body.home #root .title-rule {
    width: 100%;
    margin: 0.75rem 0 0;
  }

  body.home #root .hero-copy {
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  body.home #root .hero-copy p + p {
    margin-top: 0.5rem;
  }

  body.home #root .banner-media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 2200 / 1238;
    grid-area: media;
    align-self: end;
    overflow: hidden;
  }

  body.home #root .banner-media::after {
    content: none;
  }

  body.home #root .banner-image {
    object-fit: contain;
    object-position: center bottom;
    transform: none;
    transform-origin: center center;
  }

  body.home #root .trust-block {
    margin-top: 0;
  }

  body.home #root .years-line strong {
    font-size: 2.625rem;
  }

  body.home #root .years-line em {
    margin-left: 0.5rem;
    font-size: 1rem;
  }

  body.home #root .approval-copy {
    font-size: 0.875rem;
    line-height: 1.55;
  }

  body.home #root .feature-bar {
    height: 190px;
    min-height: 190px;
  }

  body.home #root .testimonials-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 82vw);
    grid-template-columns: none;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  body.home #root .testimonial-card,
  body.home #root .testimonial-media,
  body.home #root .testimonial-copy {
    width: 100%;
    max-width: none;
  }

  body.home #root .testimonial-card {
    scroll-snap-align: start;
  }

  body.home #root .testimonial-media {
    aspect-ratio: 4 / 5;
    justify-self: stretch;
  }

  body.home #root .testimonial-copy {
    padding-top: 1rem;
  }

  body.home #root .testimonials-grid::-webkit-scrollbar {
    display: none;
  }

  body.home #root .feature-inner {
    height: 100%;
    gap: 0.5rem 0.75rem;
    align-content: center;
    padding-block: 1.25rem;
  }

  body.home #root .feature-item {
    min-height: 74px;
    padding: 0.5rem 0.375rem;
  }

  body.home #root .h02-stage {
    display: block;
    position: relative;
    height: 19.75rem;
    margin-top: 1.25rem;
  }

  body.home #root .h02-portrait {
    position: absolute;
    top: 2.25rem;
    left: 50%;
    z-index: 3;
    width: min(44vw, 190px);
    height: auto;
    aspect-ratio: 1;
    transform: translateX(-50%);
  }

  body.home #root .h02-symptom {
    position: absolute;
    z-index: 4;
    width: min(35vw, 145px);
    padding: 0;
  }

  body.home #root .h02-symptom--left {
    left: -3rem;
    grid-template-columns: minmax(0, 1fr) 1.35rem;
    grid-template-areas: "title icon" "copy copy";
    text-align: right;
  }

  body.home #root .h02-symptom--right {
    right: -3rem;
    grid-template-columns: 1.35rem minmax(0, 1fr);
    grid-template-areas: "icon title" "copy copy";
    text-align: left;
  }

  body.home #root .h02-symptom--top {
    top: 3rem;
  }

  body.home #root .h02-symptom--bottom {
    top: 13.5rem;
  }

  body.home #root .h02-symptom::before,
  body.home #root .h02-symptom::after {
    display: block;
  }

  body.home #root .h02-symptom::after {
    top: 0.7rem;
    width: 1.25rem;
  }

  body.home #root .h02-symptom::before {
    top: 0.7rem;
  }

  body.home #root .h02-symptom--left::after {
    right: -1rem;
  }

  body.home #root .h02-symptom--right::after {
    left: -1rem;
  }

  body.home #root .h02-symptom--left::before {
    right: -1.125rem;
  }

  body.home #root .h02-symptom--right::before {
    left: -1.125rem;
  }

  body.home #root .h02-symptom__icon {
    width: 1.35rem;
    height: 1.35rem;
  }

  body.home #root .h02-symptom__title {
    font-size: 1.0625rem;
    line-height: 1.25;
    white-space: nowrap;
  }

  body.home #root .h02-symptom__copy {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    line-height: 1.55;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: auto;
  }

  body.home #root .h02-symptom--left .h02-symptom__copy,
  body.home #root .h02-symptom--right .h02-symptom__copy {
    width: calc(100% - 3rem);
  }

  body.home #root .h02-symptom--left .h02-symptom__copy {
    margin-left: auto;
  }

  body.home #root .h02-symptom--right .h02-symptom__copy {
    margin-right: auto;
  }

  body.home #root .h03-timeline {
    height: 260px;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    overflow-x: auto;
    overflow-y: clip;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  body.home #root .h03-timeline::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  body.home #root .h03-stage:first-child .h03-stage__content,
  body.home #root .h03-stage:last-child .h03-stage__content {
    margin-top: -6.5rem;
  }

  body.home #root .h03-stage:last-child .h03-stage__content {
    margin-top: -7.25rem;
  }

  body.home #root .h03-stage:nth-child(4) .h03-stage__content {
    width: 260px;
    margin-top: 1.25rem;
    margin-left: -8.125rem;
  }

  body.home #root .h03-stage:nth-child(4) .h03-stage__copy {
    white-space: nowrap;
  }

  body.home #root .h04 {
    min-height: 500px;
  }

  body.home #root .h04-background {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  body.home #root .h04 .intro-page-shell {
    min-height: 500px;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  body.home #root .h07-layout {
    grid-template-columns: 216px 179px;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
  }

  body.home #root .h07-approval {
    width: 392px;
    height: 500px;
    justify-self: center;
    margin: -112.5px -88.2px;
    transform: scale(0.55);
    transform-origin: center center;
  }

  body.home #root .h07-approval-frame {
    inset: 26px 0 0;
    height: calc(100% - 26px);
  }

  body.home #root .h07-medallion {
    width: 92px;
    height: 92px;
  }

  body.home #root .h07-medallion svg {
    width: 54px;
    height: 54px;
  }

  body.home #root .h07-approval-copy {
    top: 168px;
    right: 32px;
    left: 32px;
  }

  body.home #root .h07-approval-copy p {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  body.home #root .h07-approval-copy strong {
    margin-top: 0.75rem;
    font-size: 1.75rem;
    line-height: 1.4;
    white-space: normal;
  }

  body.home #root .h07-approval-copy .h07-ingredients {
    margin-top: 1.125rem;
    padding-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  body.home #root .h07-ribbon {
    right: 18px;
    bottom: 96px;
    left: 18px;
    min-height: 58px;
    padding: 0.875rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.7;
    white-space: normal;
  }

  body.home #root .h07-ribbon::before,
  body.home #root .h07-ribbon::after {
    top: 12px;
    width: 46px;
    height: 54px;
  }

  body.home #root .h07-ribbon::before {
    left: -31px;
  }

  body.home #root .h07-ribbon::after {
    right: -31px;
  }

  body.home #root .h07-product-stage {
    width: 390px;
    height: 570px;
    justify-self: center;
    margin: -153.9px -105.3px;
    transform: scale(0.46);
    transform-origin: center center;
  }

  body.home #root .h07-features {
    grid-column: 1 / -1;
  }

  body.home #root .h05-composition {
    position: relative;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    margin-left: 50%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: stretch;
    padding-top: 15rem;
    transform: translateX(-50%);
  }

  body.home #root .h05-product-column {
    position: absolute;
    inset: 0;
    grid-column: 1 / -1;
    z-index: auto;
    min-height: 0;
    order: initial;
    pointer-events: none;
  }

  body.home #root .h05-evidence-list {
    position: relative;
    z-index: 3;
    grid-template-rows: repeat(5, 4.35rem);
    gap: 0.5rem;
  }

  body.home #root .h05-evidence-list--left {
    grid-column: 1;
  }

  body.home #root .h05-evidence-list--right {
    grid-column: 2;
  }

  body.home #root .h05-evidence-item {
    box-sizing: border-box;
    grid-template-columns: 1.625rem 1.75rem minmax(0, 1fr);
    align-items: center;
    height: 4.35rem;
    min-height: 0;
    padding: 0.45rem 0.5rem;
    border-radius: 0.875rem;
    background: rgba(255, 253, 250, 0.8);
    box-shadow: 0 8px 22px rgba(83, 59, 58, 0.045);
  }

  body.home #root .h05-product-slot {
    position: absolute;
    top: calc(50% + 7.5rem);
    left: 50%;
    z-index: 2;
    width: min(86vw, 360px);
    max-width: none;
    margin: 0;
    border-radius: 0;
    transform: translate(-50%, -50%);
  }

  body.home #root .h05-product-slot .pd-media-image {
    transform: none;
  }

  body.home #root .h05-evidence-number {
    font-size: 1.375rem;
    line-height: 1;
  }

  body.home #root .h05-evidence-icon {
    --h05-evidence-icon-size: 1.75rem;
  }

  body.home #root .h05-evidence-icon .pd-icon {
    width: 1rem;
    height: 1rem;
  }

  body.home #root .h05-evidence-item p {
    font-size: 0.625rem;
    line-height: 1.55;
  }

  body.home #root .h05-evidence-item strong {
    font-size: inherit;
  }

  body.home #root .primary-evidence,
  body.home #root .plaque-evidence {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  body.home #root .primary-evidence {
    --home-primary-evidence-mobile-height: max(190px, 55vw);
    grid-template-columns: minmax(280px, 82vw) repeat(3, minmax(156px, 46vw));
    grid-auto-columns: minmax(156px, 46vw);
  }

  body.home #root .plaque-evidence {
    grid-auto-columns: minmax(280px, 82vw);
  }

  body.home #root .plaque-evidence.is-auto-scrolling {
    scroll-snap-type: none;
  }

  body.home #root .primary-evidence::-webkit-scrollbar,
  body.home #root .plaque-evidence::-webkit-scrollbar {
    display: none;
  }

  body.home #root .evidence-document,
  body.home #root .evidence-plaque {
    scroll-snap-align: start;
  }

  body.home #root .primary-evidence .evidence-document .evidence-image {
    height: var(--home-primary-evidence-mobile-height);
    aspect-ratio: auto;
  }

  body.home #root .h08-process-field {
    overflow: hidden;
    padding-inline: 0;
  }

  body.home #root .h06-environment-slot .pd-media-image {
    object-fit: contain;
    object-position: right top;
  }

  body.home #root .h06-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.875rem 0.25rem;
    margin-top: 1.5rem;
  }

  body.home #root .h06-fact:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  body.home #root .h06-fact:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  body.home #root .h06-fact:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }

  body.home #root .h06-fact {
    grid-template-rows: 46px auto 1fr;
    padding-inline: 0.25rem;
  }

  body.home #root .h06-fact:nth-child(3) {
    border-left: 0;
  }

  body.home #root .h06-fact-icon {
    width: 44px;
    height: 44px;
  }

  body.home #root .h06-fact-icon .pd-icon {
    width: 23px;
    height: 23px;
  }

  body.home #root .h06-fact h3 {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.35;
  }

  body.home #root .h06-fact p {
    margin-top: 0.375rem;
    font-size: 0.6875rem;
    line-height: 1.5;
  }

  body.home #root .h08-intro {
    position: relative;
  }

  body.home #root .h08-heading {
    position: static;
  }

  body.home #root .h08-professor-slot {
    height: auto;
    aspect-ratio: 3 / 2;
    overflow: visible;
    border-radius: 0;
  }

  body.home #root .h08-professor-slot .pd-media-image {
    object-fit: contain;
    object-position: center center;
  }

  body.home #root .h08-heading > p {
    position: absolute;
    z-index: 4;
    top: 6.25rem;
    left: 0.625rem;
    width: 198px;
    max-width: calc(58vw - 0.625rem);
    margin: 0;
    padding-left: 0.75rem;
    border-left-width: 3px;
    font-size: 0.8125rem;
    line-height: 1.62;
    letter-spacing: -0.01em;
  }

  body.home #root .h08-heading > p strong {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  body.home #root .h08-path-intro {
    padding-inline: 1.25rem;
  }

  body.home #root .h08-process-field .h08-steps {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px, 58vw);
    grid-template-columns: none;
    gap: 0.875rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 1.25rem;
    scroll-snap-type: x mandatory;
    margin-top: 1.75rem;
    padding: 0 1.25rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  body.home #root .h08-process-field .h08-steps::-webkit-scrollbar {
    display: none;
  }

  body.home #root .h08-step {
    position: relative;
    scroll-snap-align: center;
  }

  body.home #root .h08-step-slot {
    width: 132px;
    height: 132px;
    border-width: 6px;
  }

  body.home #root .h08-step h3 {
    margin-top: 1rem;
    font-size: 1.25rem;
  }

  body.home #root .h08-step p {
    margin-top: 0.4375rem;
    font-size: 0.8125rem;
  }

  body.home #root .contact-frame.content-frame {
    gap: 0.75rem;
    padding-bottom: 3rem;
  }

  body.home #root .contact-brief {
    padding: 3rem 0 1.25rem;
  }

  body.home #root .service-details {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr) minmax(0, 0.75fr);
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 0.875rem;
  }

  body.home #root .service-details dd {
    margin-top: 0.5rem;
    white-space: nowrap;
  }

  body.home #root .contact-form {
    padding-inline: 1.125rem;
  }

  body.home #root .vip-conclusion {
    flex-direction: row;
    gap: 0.875rem;
    align-items: center;
    padding: 1.125rem 1rem;
  }

  body.home #root .vip-conclusion p {
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1.55;
  }

  body.home #root .vip-conclusion .section-action {
    width: auto;
    min-width: 116px;
    min-height: 38px;
    flex: 0 0 auto;
    padding-inline: 1rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }

  body.home #root .vip-layout {
    margin-top: 1.75rem;
  }

  body.home #root .h10-options {
    gap: 1rem;
    margin-top: 1.5rem;
  }

  body.home #root .h10-option,
  body.home #root .h10-option--premium {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    position: relative;
    aspect-ratio: auto;
    overflow: visible;
    padding: 0 0 1.25rem;
  }

  body.home #root .h10-option::after {
    display: none;
  }

  body.home #root .h10-product-slot,
  body.home #root .h10-option--premium .h10-product-slot {
    position: relative;
    inset: auto;
    z-index: 0;
    width: 100%;
    height: clamp(180px, 56vw, 230px);
    order: -1;
    margin: 0;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
  }

  body.home #root .h10-product-slot .pd-media-image,
  body.home #root .h10-option--premium .h10-product-slot .pd-media-image {
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translateY(-50%);
  }

  body.home #root .h10-option-copy,
  body.home #root .h10-option--light .h10-option-copy,
  body.home #root .h10-option--premium .h10-option-copy {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 1.25rem;
  }

  body.home #root .h10-choice-icon {
    --h10-choice-icon-size: 46px;
    --h10-choice-symbol-size: 22px;
    margin-bottom: 0.75rem;
  }

  body.home #root .h10-option h3 {
    font-size: 1.375rem;
    line-height: 1.35;
    white-space: normal;
  }

  body.home #root .h10-option-intro {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.65;
  }

  body.home #root .h10-mobile-break {
    display: block;
  }

  body.home #root .h10-option ul {
    position: absolute;
    z-index: 2;
    top: calc(clamp(180px, 56vw, 230px) / 2);
    min-height: 0;
    margin: 0;
    gap: 0.5rem;
    align-content: start;
    transform: translateY(-50%);
  }

  body.home #root .h10-option--light ul {
    right: 0.875rem;
    left: calc(50% + 0.25rem);
    width: auto;
  }

  body.home #root .h10-option--premium ul {
    right: calc(55% + 0.25rem);
    left: 0.75rem;
    width: auto;
  }

  body.home #root .h10-option li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 0.5rem;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.45;
  }

  body.home #root .h10-option li > span:last-child {
    display: block;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    line-break: strict;
    text-wrap: pretty;
  }

  body.home #root .h10-option--premium li {
    gap: 0.4375rem;
  }

  body.home #root .h10-list-icon {
    --h10-list-icon-size: 24px;
    --h10-list-symbol-size: 16px;
    background: rgba(255, 253, 250, 0.86);
  }

  body.home #root .h10-option-copy .section-action {
    margin-top: 1rem;
  }

  body.home #root .service-grid {
    position: relative;
    gap: 0.875rem;
    padding-top: 0;
  }

  body.home #root .service-core {
    position: absolute;
    z-index: 3;
    top: 52%;
    left: 50%;
    width: 92px;
    height: 92px;
    grid-column: auto;
    grid-row: auto;
    margin: 0;
    order: 0;
    background: rgba(198, 75, 103, 0.48);
    box-shadow: 0 12px 34px rgba(33, 31, 36, 0.12);
    pointer-events: none;
    transform: translate(-50%, -50%);
  }

  body.home #root .service-core svg {
    width: 28px;
    height: 28px;
    color: #fffdfa;
    stroke-width: 2.2;
    filter: drop-shadow(0 1px 1px rgba(33, 31, 36, 0.55)) drop-shadow(0 0 2px rgba(255, 253, 250, 0.42));
  }

  body.home #root .service-core p {
    color: #fffdfa;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: 0 1px 1px rgba(33, 31, 36, 0.78), 0 0 2px rgba(255, 253, 250, 0.38);
    white-space: normal;
    -webkit-text-stroke: 0.18px rgba(255, 253, 250, 0.72);
    -webkit-font-smoothing: antialiased;
  }

  body.home #root .vip-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    justify-self: stretch;
  }

  body.home #root .brand-layout {
    gap: 1.25rem;
  }

  body.home #root .brand-media-composition {
    padding-top: 0.5rem;
  }

  body.home #root .brand-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 1.75rem;
  }

  body.home #root .brand-facts article {
    min-height: 0;
    padding: 0.75rem 0.625rem 0.8125rem;
  }

  body.home #root .brand-facts article + article {
    padding-left: 0.625rem;
  }

  body.home #root .brand-narrative > .brand-action {
    display: none;
  }

  body.home #root .brand-action--mobile {
    display: inline-flex;
    width: fit-content;
    min-width: 148px;
    height: 44px;
    margin-top: 1rem;
    padding-inline: 1.25rem;
    justify-self: start;
  }

  body.home #root .fact-label {
    font-size: 0.75rem;
    line-height: 1.45;
  }

  body.home #root .fact-value {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
    text-wrap: balance;
  }

  body.home #root .faq-topic-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.home #root .faq-topic-list::-webkit-scrollbar {
    display: none;
  }

  body.home #root .faq-topic-list li {
    flex: 0 0 auto;
    gap: 0.5rem;
    white-space: nowrap;
  }

  body.home #root .faq-topic-list li::before {
    width: 18px;
  }

  body.home #root .news-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.75rem;
    row-gap: 0.875rem;
    align-items: end;
  }

  body.home #root .news-intro > div {
    display: contents;
  }

  body.home #root .news-intro .eyebrow {
    grid-column: 1 / -1;
  }

  body.home #root .news-intro h2 {
    grid-column: 1;
    margin-top: 0;
  }

  body.home #root .news-intro .text-link {
    grid-column: 2;
    align-self: end;
  }

  body.home #root .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.875rem;
  }

  body.home #root .form-grid label:nth-child(n + 3),
  body.home #root .form-grid .message-field {
    grid-column: 1 / -1;
  }
}
