/* Home page
 * This file keeps the static-source visual order. Shared chrome lives in
 * site-navigation.css/global-footer.css; page-only overrides should stay scoped
 * under #root or home section classes.
 */
#root {
  --clear-white: #fffdfa;
  --pearl-white: #f8f5f4;
  --panel-gray: #f0ecea;
  --ink: #211f24;
  --ink-deep: #1b1a1e;
  --body-gray: #514d52;
  --camellia-red: #c64b67;
  --deep-red: #b6405a;
  --soft-red: #e79cad;
  --mist-blue: #c9dce7;
  --champagne-gold: #bfa86f;
  --gold-text: #8a7338;
  --gold-on-dark: #d8c48c;
  --divider-gray: #d8d3d4;
  --content-max: 1504px;
  --content-width: 1504px;
  --page-padding: 4rem;
  --page-gutter: 4rem;
  --section-space: var(--yj-section-y);
  --transition: 0.16s ease;
  --fs-caption: 0.9375rem;
  --fs-small: 1rem;
  --fs-body: 1.125rem;
  --fs-lead: 1.25rem;
  --fs-h4: 1.5rem;
  --fs-h3: 1.875rem;
  --fs-h2: 2.875rem;
  --fs-h1: 3.625rem;
  --fs-display: 4rem;
  --measure: 38em;
  background: var(--clear-white);
  color: var(--ink);
  font-family:
    Source Han Sans CN,
    sans-serif;
}

#root button,
#root input,
#root select,
#root textarea {
  font: inherit;
}
#root .content-frame {
  width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
}
#root .page-section {
  padding: var(--section-space) 0;
}
.eyebrow {
  margin: 0;
  color: var(--camellia-red);
  font-size: var(--fs-small);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.section-intro h1,
.section-intro h2,
.faq-intro h2,
.contact-brief h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-weight: 600;
  letter-spacing: 0;
}
.section-intro h1 {
  max-width: 900px;
  margin-top: 1.25rem;
  font-size: var(--fs-h1);
  line-height: 1.22;
}
.section-intro h2 {
  margin-top: 1.25rem;
  font-size: var(--fs-h2);
  line-height: 1.26;
}
.brand-section {
  background: var(--clear-white);
}
.brand-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(620px, 1.1fr);
  gap: 6.375rem;
  align-items: start;
}
.brand-narrative {
  padding-top: 1.125rem;
}
.brand-intro h1 {
  max-width: 720px;
  font-size: var(--fs-h2);
  line-height: 1.28;
}
.brand-story {
  margin-top: 4.125rem;
}
.story-copy {
  max-width: var(--measure);
}
.story-copy p {
  margin: 0;
  color: var(--body-gray);
  font-size: var(--fs-body);
  line-height: 1.85;
}
.story-copy p + p {
  margin-top: 1.25rem;
}
.entity-note {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.75rem;
}
.entity-note:before {
  width: 54px;
  height: 2px;
  background: var(--champagne-gold);
  content: "";
}
.entity-note strong {
  color: var(--gold-text);
  font-size: var(--fs-small);
  font-weight: 500;
  line-height: 1.6;
}
.brand-media-composition {
  position: relative;
  min-height: 572px;
  padding: 1.625rem 0 0 5rem;
}
.media-slot {
  display: grid;
  margin: 0;
  place-items: center;
  border: 0;
  border-radius: 6px;
  color: var(--body-gray);
  text-align: center;
}
.media-slot > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-primary-slot {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: var(--pearl-white);
}
.brand-secondary-slot {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 39%;
  aspect-ratio: 1;
  box-shadow: 0 12px 40px #211f2424;
  background: var(--pearl-white);
}
.brand-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 5rem;
  border: 0;
}
.brand-facts article {
  min-height: 150px;
  padding: 1.875rem 2rem;
  border-radius: 6px;
  background: var(--pearl-white);
}
.brand-facts article + article {
  padding-left: 2rem;
  border-left: 0;
}
.fact-label {
  margin: 0;
  color: var(--body-gray);
  font-size: var(--fs-small);
  line-height: 1.5;
}
.fact-value {
  margin: 0.875rem 0 0;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: var(--fs-h4);
  font-weight: 600;
  line-height: 1.4;
}
.honours-section {
  background: var(--panel-gray);
}
.honours-intro {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.56fr);
  gap: 5rem;
  align-items: end;
}
.honours-intro > p:last-child {
  max-width: var(--measure);
  margin: 0 0 0.3125rem;
  padding-left: 1.625rem;
  border-left: 2px solid var(--champagne-gold);
  color: var(--body-gray);
  font-size: var(--fs-body);
  line-height: 1.8;
}
.credential-archive {
  margin-top: 4.125rem;
}
.archive-collection + .archive-collection {
  margin-top: 3.625rem;
}
.archive-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--divider-gray);
}
.archive-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: var(--fs-lead);
  font-weight: 500;
  line-height: 1.5;
}
.primary-evidence {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.evidence-document,
.evidence-plaque {
  min-width: 0;
  margin: 0;
}
.evidence-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 1.125rem;
  border: 0;
  border-radius: 6px;
  background: var(--clear-white);
}
.evidence-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.evidence-document .evidence-image {
  height: 360px;
}
.plaque-evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.evidence-plaque .evidence-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.news-section {
  background: var(--clear-white);
}
.news-intro {
  display: block;
}
.text-link {
  display: inline-flex;
  padding-bottom: 0.375rem;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-size: var(--fs-small);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color var(--transition),
    border-color var(--transition);
}
.text-link span {
  color: var(--camellia-red);
  font-size: var(--fs-h4);
  line-height: 0.8;
}
.text-link:hover {
  border-color: var(--camellia-red);
  color: var(--camellia-red);
}
.text-link:focus-visible,
.news-item:focus-visible,
.contact-form button:focus-visible,
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid var(--champagne-gold);
  outline-offset: 4px;
}
.news-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 5rem;
  row-gap: 4.125rem;
  margin-top: 3.75rem;
}
.news-group {
  min-width: 0;
}
.news-group header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 122px;
  gap: 0.625rem;
  padding-bottom: 1.375rem;
  border-bottom: 2px solid var(--ink);
  align-items: end;
}
.news-group h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.35;
}
.news-group h3 a {
  color: inherit;
}
.news-group header p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--body-gray);
  font-size: var(--fs-small);
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-empty {
  min-height: 142px;
  margin: 0;
  padding: 1.625rem 0 1.5625rem;
  border-bottom: 1px solid var(--divider-gray);
  color: var(--body-gray);
  font-size: var(--fs-small);
}
.news-item {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  min-height: 142px;
  gap: 0.375rem 1.5rem;
  padding: 1.625rem 0 1.5625rem;
  align-content: start;
  border-bottom: 1px solid var(--divider-gray);
  color: inherit;
  text-decoration: none;
  transition:
    border-color var(--transition),
    color var(--transition);
}
.news-item time {
  grid-row: 1 / span 2;
  padding-top: 0.375rem;
  color: var(--gold-text);
  font-size: var(--fs-caption);
  font-weight: 500;
  line-height: 1.4;
}
.news-item strong {
  display: block;
  color: var(--ink);
  font-size: var(--fs-lead);
  font-weight: 500;
  line-height: 1.55;
}
.news-item em {
  display: -webkit-box;
  overflow: hidden;
  color: var(--body-gray);
  font-size: var(--fs-small);
  font-style: normal;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-item:hover {
  border-bottom-color: var(--camellia-red);
}
.news-item:hover strong {
  color: var(--deep-red);
}
.faq-section {
  padding: var(--yj-section-y) 0;
  background: var(--panel-gray);
}
.faq-frame {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 5rem;
}
.faq-intro h2 {
  margin-top: 1.125rem;
  font-size: var(--fs-h2);
  line-height: 1.28;
}
.faq-topic-list {
  display: grid;
  gap: 0.9375rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}
.faq-topic-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--body-gray);
  font-size: var(--fs-small);
  font-weight: 500;
  line-height: 1.5;
}
.faq-topic-list li:before {
  width: 26px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--champagne-gold);
  content: "";
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
  row-gap: 1rem;
}
.faq-item {
  min-height: 0;
  border-top: 0;
  border-radius: 6px;
  background: var(--clear-white);
}

.faq-item summary {
  display: flex;
  min-height: 72px;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.625rem 1.75rem;
  color: var(--ink);
  cursor: pointer;
  font-size: var(--fs-lead);
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(198, 75, 103, 0.35);
  border-radius: 50%;
  color: var(--camellia-red);
  content: "+";
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}

.faq-item[open] summary::after {
  border-color: var(--camellia-red);
  background: var(--camellia-red);
  color: var(--clear-white);
  content: "−";
}

.faq-item summary:hover::after {
  border-color: var(--camellia-red);
}

.faq-item summary:focus-visible {
  outline: 3px solid var(--champagne-gold);
  outline-offset: 3px;
}

.faq-item summary span {
  margin: 0;
}

.faq-answer {
  padding: 0 1.75rem 1.625rem;
}

.faq-answer p {
  margin: 0;
  color: var(--body-gray);
  font-size: var(--fs-small);
  line-height: 1.7;
}
#root .contact-section.page-section {
  padding: 0;
  background: var(--ink-deep);
}
.contact-frame {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(600px, 0.87fr);
  min-height: 640px;
  gap: 6rem;
  align-items: center;
}
.contact-brief {
  padding: var(--yj-section-y-compact) 0;
  color: var(--clear-white);
}
.contact-brief h2 {
  margin-top: 1.25rem;
  color: var(--clear-white);
  font-size: var(--fs-h2);
  line-height: 1.22;
}
.contact-brief > p:not(.eyebrow) {
  max-width: var(--measure);
  margin: 1.875rem 0 0;
  color: #fffdfad1;
  font-size: var(--fs-body);
  line-height: 1.85;
}
.contact-brief .eyebrow {
  color: var(--gold-on-dark);
}
.service-details {
  display: grid;
  max-width: 560px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 3.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 253, 250, 0.3);
}
.service-details div {
  min-width: 0;
}
.service-details dt {
  color: var(--gold-on-dark);
  font-size: var(--fs-caption);
  font-weight: 500;
  line-height: 1.5;
}
.service-details dd {
  margin: 0.625rem 0 0;
  color: var(--clear-white);
  font-size: var(--fs-small);
  line-height: 1.65;
}
.contact-form {
  display: grid;
  gap: 2rem;
  padding: 2.875rem 3.125rem 3rem;
  border-radius: 6px;
  background: var(--clear-white);
}
.contact-form header p {
  margin: 0;
  color: var(--camellia-red);
  font-size: var(--fs-caption);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.contact-form header h3 {
  margin: 0.75rem 0 0.5rem;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.35;
}
.contact-form header span {
  color: var(--body-gray);
  font-size: var(--fs-small);
  line-height: 1.6;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.375rem 1.625rem;
}
.form-grid label {
  display: grid;
  gap: 0.5625rem;
  color: var(--ink);
  font-size: var(--fs-small);
  font-weight: 500;
  line-height: 1.5;
}
.form-grid .message-field {
  grid-column: 1 / -1;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--divider-gray);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
  padding: 0.625rem 0 0.6875rem;
  font-size: var(--fs-small);
  font-weight: 400;
  line-height: 1.5;
}
.form-grid select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.form-grid textarea {
  min-height: 92px;
  resize: vertical;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-bottom-color: var(--camellia-red);
}
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: var(--body-gray);
}
.contact-form button {
  display: inline-flex;
  width: 168px;
  height: 50px;
  padding: 0 1.125rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--camellia-red);
  border-radius: 6px;
  background: var(--camellia-red);
  color: var(--clear-white);
  cursor: pointer;
  font-size: var(--fs-small);
  font-weight: 500;
  transition:
    background var(--transition),
    border-color var(--transition),
    transform var(--transition);
}
.contact-form button:hover {
  border-color: var(--deep-red);
  background: var(--deep-red);
  transform: translateY(-1px);
}
@media (max-width: 1440px) {
  #root {
    --page-gutter: 3.5rem;
    --page-padding: 3.5rem;
    --section-space: var(--yj-section-y);
    --fs-h1: 2.875rem;
    --fs-h2: 2.375rem;
    --fs-h3: 1.6875rem;
    --fs-h4: 1.375rem;
  }
  .brand-layout {
    gap: 4.5rem;
  }
  .news-groups {
    column-gap: 4rem;
  }
  .faq-frame {
    gap: 4.5rem;
  }
  .contact-frame {
    gap: 5rem;
  }
}
@media (max-width: 1440px) {
  #root {
    --page-gutter: 3rem;
    --page-padding: 3rem;
    --section-space: var(--yj-section-y);
    --fs-body: 1.0625rem;
    --fs-lead: 1.1875rem;
    --fs-h1: 2.5rem;
    --fs-h2: 2.125rem;
    --fs-h3: 1.5625rem;
    --fs-h4: 1.3125rem;
  }
  .brand-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
    gap: 3.5rem;
  }
  .brand-media-composition {
    min-height: 510px;
    padding-left: 4rem;
  }
  .brand-facts {
    margin-top: 4rem;
  }
  .honours-intro {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
    gap: 4rem;
  }
  .credential-archive {
    margin-top: 3.5rem;
  }
  .archive-collection + .archive-collection {
    margin-top: 3.125rem;
  }
  .primary-evidence {
    gap: 1rem;
  }
  .evidence-document .evidence-image {
    height: 310px;
    padding: 0.875rem;
  }
  .plaque-evidence {
    gap: 1rem;
  }
  .news-groups {
    column-gap: 3.25rem;
    row-gap: 3.125rem;
  }
  .news-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.375rem 1.125rem;
  }
  .faq-frame {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 3.5rem;
  }
  .faq-list {
    column-gap: 1.625rem;
  }
  .faq-item summary {
    padding: 1.375rem;
  }

  .faq-answer {
    padding: 0 1.375rem 1.375rem;
  }
  .contact-frame {
    grid-template-columns: minmax(0, 0.9fr) minmax(540px, 0.9fr);
    gap: 3.5rem;
  }
  .contact-form {
    padding: 2.375rem;
  }
}

#root {
  overflow-x: clip;
  overflow-y: visible;
  background: var(--pearl-white);
  color: var(--ink);
  font-family:
    Source Han Sans CN,
    sans-serif;
}
#root a {
  text-decoration: none;
}
#root button:focus-visible,
#root a:focus-visible {
  outline: 3px solid var(--champagne-gold);
  outline-offset: 4px;
}
#root .site-shell {
  min-height: 100vh;
}
#root .hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--pearl-white);
}
#root .hero-stage {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.banner-media:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(62%, 1120px);
  z-index: 1;
  background: linear-gradient(
    90deg,
    #fffdfab8,
    #fffdfa8f 38%,
    #fffdfa40 68%,
    #fffdfa00
  );
  content: "";
  pointer-events: none;
}
.banner-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: contain;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.banner-image.is-active {
  opacity: 1;
}
.hero-content {
  position: absolute;
  top: 23%;
  left: 50%;
  z-index: 2;
  width: min(var(--content-max), calc(100% - (var(--page-padding) * 2)));
  margin: 0;
  padding-top: 0;
  transform: translate(-50%);
}
.hero-content > * {
  width: min(600px, 45%);
}
.product-name {
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}
.hero-title {
  margin: 0;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 1.2;
}
.hero-title span {
  color: var(--camellia-red);
}
.title-rule {
  width: 76px;
  height: 2px;
  margin: 1.75rem 0;
  background: var(--camellia-red);
}
.hero-copy {
  color: var(--body-gray);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
.hero-copy p {
  margin: 0;
}
.hero-copy p + p {
  margin-top: 1.5rem;
}
.trust-block {
  margin-top: 2.375rem;
}
.years-line {
  display: flex;
  margin: 0;
  align-items: baseline;
  color: var(--camellia-red);
  font-family: "Source Han Serif CN", serif;
  line-height: 1;
  white-space: nowrap;
}
.years-line strong {
  font-size: 3.5rem;
  font-weight: 600;
}
.years-line span {
  margin-left: 0.3125rem;
  font-family:
    Source Han Sans CN,
    sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.years-line em {
  margin-left: 1rem;
  font-family:
    Source Han Sans CN,
    sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.approval-copy {
  margin-top: 1.0625rem;
  padding-left: 0.9375rem;
  border-left: 2px solid var(--champagne-gold);
  color: var(--body-gray);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
}
.approval-copy p {
  margin: 0;
}
.feature-bar {
  position: relative;
  min-height: 132px;
  height: min(14vh, 154px);
  background: var(--camellia-red);
}
.feature-inner {
  display: grid;
  width: min(1600px, calc(100% - (var(--page-padding) * 2)));
  height: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.feature-item {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 2.375rem;
}
.feature-item + .feature-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 45px;
  background: var(--feature-divider);
  content: "";
  transform: translateY(-50%);
}
.feature-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  color: var(--clear-white);
}
.feature-copy {
  min-width: 0;
}
.feature-copy h2,
.feature-copy p {
  margin: 0;
  color: var(--clear-white);
}
.feature-copy h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}
.feature-copy p {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#root .section-title {
  margin: 0;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}
#root .section-title span {
  color: var(--camellia-red);
}
.asset-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--pearl-white);
}
.asset-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-section {
  background: var(--clear-white);
}
.testimonials-frame {
  padding: var(--yj-section-y) 0;
}
.testimonials-frame > .section-title {
  margin-bottom: 2.625rem;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}
.testimonial-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto minmax(0, 1fr);
}
.testimonial-copy {
  padding: 1.125rem 0.125rem 0;
}
.testimonial-copy h3,
.testimonial-copy p {
  margin: 0;
}
.testimonial-copy h3 {
  color: var(--deep-red);
  font-family: "Source Han Serif CN", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.42;
}
.testimonial-copy h3 + p {
  margin-top: 0.875rem;
  color: var(--body-gray);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
}
.testimonial-copy .testimonial-detail {
  margin-top: 0.9375rem;
  color: var(--body-gray);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
}
.testimonial-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 0;
  background: var(--pearl-white);
}
.testimonial-media img {
  object-position: 50% 38%;
}
.testimonials-section .testimonials-note {
  width: min(860px, 100%);
  margin: 2.125rem auto 0;
  color: var(--body-gray);
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
.vip-heading p {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: var(--body-gray);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
#root .section-action {
  display: inline-flex;
  min-width: 144px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--camellia-red);
  border-radius: 6px;
  background: var(--camellia-red);
  color: var(--clear-white);
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

#root a.section-action,
#root a.section-action:visited,
#root a.section-action:hover,
#root a.section-action:focus {
  color: var(--clear-white);
}

#root .section-action:hover {
  border-color: var(--deep-red);
  background: var(--deep-red);
  box-shadow: 0 4px 14px var(--ink-shadow);
}
.vip-section {
  background: var(--pearl-white);
}
.vip-frame {
  padding: var(--yj-section-y) 0;
}
.vip-layout {
  display: grid;
  grid-template-columns: minmax(680px, 1.08fr) minmax(350px, 0.72fr);
  gap: 4.5rem;
  align-items: stretch;
  margin-top: 3.875rem;
}
.service-grid {
  display: grid;
  position: relative;
  min-height: 650px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0.9375rem;
}
.service-node {
  display: grid;
  align-content: start;
  padding: 1.375rem 1.125rem;
  border: 1px solid var(--divider-gray);
  background: var(--clear-white);
  color: var(--camellia-red);
}
.service-node h3,
.service-node p {
  margin: 0;
}
.service-node h3 {
  margin-top: 0.625rem;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.35;
}
.service-node p {
  margin-top: 0.5625rem;
  color: var(--body-gray);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
}
.service-core {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  z-index: 1;
  width: 154px;
  height: 154px;
  margin: auto;
  place-items: center;
  border-radius: 50%;
  background: var(--camellia-red);
  color: var(--clear-white);
  text-align: center;
}
.service-core p {
  margin: 0;
  font-family: "Source Han Serif CN", serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.35;
}
.vip-media {
  min-height: 650px;
  background: var(--clear-white);
  text-align: center;
}
.vip-media img {
  object-fit: cover;
  object-position: 52% center;
}
.vip-conclusion {
  display: flex;
  margin-top: 1.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.875rem 2.125rem;
  border: 1px solid var(--divider-gray);
  background: var(--clear-white);
}
.vip-conclusion p {
  min-width: 0;
  flex: 1 1 auto;
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}
.vip-conclusion .section-action {
  width: 160px;
  min-width: 160px;
  flex: 0 0 160px;
}
.media-slot,
.evidence-image {
  overflow: hidden;
  border-radius: 6px;
}
@media (prefers-reduced-motion: no-preference) {
  .reveal-target {
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease;
  }
  .reveal-target.is-revealed {
    opacity: 1;
    transform: translateY(0);
  }
  .asset-media img,
  .media-slot img {
    transition: transform 0.32s ease;
  }
  .asset-media:hover img,
  .media-slot:hover img {
    transform: scale(1.025);
  }
}
@media (max-width: 1440px) {
  .product-name {
    font-size: 1.5rem;
  }
  .hero-title {
    font-size: 3rem;
  }
  .title-rule {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .hero-copy {
    font-size: 0.9375rem;
  }
  .hero-copy p + p {
    margin-top: 1.125rem;
  }
  .trust-block {
    margin-top: 1.875rem;
  }
  .years-line strong {
    font-size: 3.125rem;
  }
  .years-line em {
    font-size: 1.125rem;
  }
  .approval-copy {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 1440px) {
  .feature-item {
    gap: 0.8125rem;
    padding: 1.25rem 1.5rem;
  }
  .testimonial-copy {
    padding: 1rem 0 0;
  }
  .vip-layout {
    gap: 3.125rem;
  }
  .service-node {
    padding: 1.125rem 0.875rem;
  }
}
@media (max-width: 1440px) {
  .product-name {
    font-size: 1.375rem;
  }
  .hero-title {
    font-size: 2.625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner-image {
    transition: none;
  }
}
.intro-sequence {
  overflow: hidden;
  background: var(--clear-white);
}
.intro-sequence h2,
.intro-sequence h3,
.intro-sequence p,
.intro-sequence figure,
.intro-sequence ol {
  margin-top: 0;
}
.intro-section {
  position: relative;
  width: 100%;
}
.intro-page-shell {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.intro-section-title {
  margin: 0;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.intro-section-title span {
  color: var(--camellia-red);
}
.intro-copy {
  color: var(--body-gray);
  font-size: 1rem;
  line-height: 1.75;
}
.h02 {
  min-height: 760px;
  padding: var(--yj-section-y) 0;
  overflow: hidden;
  background: var(--clear-white);
}
.h02 .intro-section-title {
  position: relative;
  z-index: 3;
  margin-bottom: 2rem;
  text-align: center;
}
.h02 .intro-section-title span {
  margin-left: 0.5rem;
}
.h02 .intro-section-title:after {
  display: block;
  width: 48px;
  height: 2px;
  margin: 1rem auto 0;
  background: var(--camellia-red);
  content: "";
}
.h02-stage {
  display: grid;
  position: relative;
  width: 100%;
  height: 456px;
  grid-template-columns: 320px 420px 320px;
  grid-template-rows: 1fr 1fr;
  column-gap: 3rem;
  align-items: center;
  justify-content: center;
}
.h02-portrait {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 1 / 3;
  width: 408px;
  height: 408px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(198, 75, 103, 0.34);
  border-radius: 50%;
  background: var(--pearl-white);
  box-shadow:
    0 24px 64px #43363324,
    0 0 0 8px #fffdfaeb,
    0 0 0 9px #c64b6724;
}
.h02-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
}
.h02-symptom {
  display: grid;
  position: relative;
  z-index: 2;
  width: 320px;
  column-gap: 1rem;
  align-items: center;
}
.h02-symptom--left {
  grid-template-columns: 1fr 32px;
  grid-template-areas: "title icon" "copy copy";
  justify-self: start;
  text-align: right;
}
.h02-symptom--right {
  grid-template-columns: 32px 1fr;
  grid-template-areas: "icon title" "copy copy";
  justify-self: end;
  text-align: left;
}
.h02-symptom--top {
  align-self: start;
  padding-top: 2rem;
}
.h02-symptom--bottom {
  align-self: end;
  padding-bottom: 2rem;
}
.h02-symptom:after {
  position: absolute;
  top: 50%;
  width: 48px;
  border-top: 1px solid rgba(182, 64, 90, 0.45);
  content: "";
  transform: translateY(-50%);
}
.h02-symptom:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--deep-red);
  content: "";
  transform: translateY(-50%);
}
.h02-symptom--left:after {
  right: -48px;
}
.h02-symptom--right:after {
  left: -48px;
}
.h02-symptom--left:before {
  right: -50px;
}
.h02-symptom--right:before {
  left: -50px;
}
.h02-symptom__icon {
  display: block;
  grid-area: icon;
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(34%) sepia(48%) saturate(1510%)
    hue-rotate(306deg) brightness(91%) contrast(88%);
}
.h02-symptom__title {
  grid-area: title;
  margin: 0;
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.h02-symptom__copy {
  grid-area: copy;
  margin: 0.5rem 0 0;
  color: var(--body-gray);
  font-size: 1rem;
  line-height: 1.75;
  text-wrap: balance;
}
.h03 {
  min-height: 700px;
  padding: var(--yj-section-y) 0;
  overflow: hidden;
  background: var(--pearl-white);
}
.h03-heading {
  width: min(680px, 100%);
  margin: 0 auto;
  text-align: center;
}
.h03-heading .intro-section-title {
  margin-bottom: 1.5rem;
}
.h03-heading .intro-section-title span {
  color: var(--deep-red);
}
.h03-heading .intro-copy {
  margin-bottom: 0;
}
.h03-heading .intro-copy:first-of-type {
  color: var(--ink);
  font-size: 1.125rem;
}
.h03-heading .intro-copy + .intro-copy {
  margin-top: 0.5rem;
}
.h03-timeline {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 2rem auto 1.5rem;
}
.h03-timeline canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.h03-stages {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.h03-stage {
  position: absolute;
  top: var(--stage-y);
  left: var(--stage-x);
  width: 0;
}
.h03-stage__mark {
  display: grid;
  width: 28px;
  height: 28px;
  margin-left: -0.875rem;
  place-items: center;
  border: 1px solid rgba(151, 126, 68, 0.62);
  border-radius: 50%;
  background: var(--pearl-white);
  box-shadow: 0 0 0 8px #bfa86f1a;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 700;
}
.h03-stage:nth-child(4) .h03-stage__mark {
  border-color: var(--deep-red);
  background: var(--deep-red);
  box-shadow: 0 0 0 8px #b6405a1f;
  color: var(--clear-white);
}
.h03-stage__content {
  width: 192px;
  margin-top: 1.5rem;
  margin-left: -6rem;
  text-align: center;
}
.h03-stage:first-child .h03-stage__content {
  margin-left: -1rem;
  text-align: left;
}
.h03-stage:last-child .h03-stage__content {
  margin-left: -11rem;
  text-align: right;
}
.h03-stage:nth-child(3) .h03-stage__content {
  margin-top: -6.5rem;
}
.h03-stage:nth-child(4) .h03-stage__content {
  margin-top: 2rem;
}
.h03-stage:nth-child(4) .h03-stage__title {
  color: var(--deep-red);
}
.h03-stage__title {
  margin-bottom: 0.5rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.h03-stage__copy {
  margin-bottom: 0;
  color: var(--body-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}
.h03-conclusion {
  width: min(680px, 100%);
  margin: 0 auto;
  color: var(--deep-red);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.h04 {
  height: clamp(600px, 42.5vw, 680px);
  min-height: 600px;
  background: var(--pearl-white);
  isolation: isolate;
}
.h04-background {
  position: absolute;
  z-index: -2;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  object-fit: cover;
  object-position: center;
  filter: blur(1.2px) saturate(0.86) contrast(0.94) brightness(1.02);
}
.h04:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fffdfa3d;
  content: "";
}
.h04 .intro-page-shell {
  display: grid;
  height: 100%;
  padding-top: 4rem;
  place-items: start center;
}
.h04-content {
  width: min(680px, 100%);
  margin: 0 auto;
  text-align: center;
}
.h04-content .intro-section-title {
  margin-bottom: 1.5rem;
}
.h04-content .intro-section-title span {
  margin-left: 0.5rem;
  color: var(--deep-red);
}
.h04-content .intro-copy {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 400;
}
.h04-content .intro-copy span {
  display: block;
}
.h04-content .intro-copy:first-of-type {
  font-size: 1.125rem;
}
.h04-content .intro-copy + .intro-copy {
  margin-top: 1rem;
}
.h04-closing {
  margin: 1.5rem 0 0;
  color: var(--deep-red);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 1440px) {
  .h02-stage {
    grid-template-columns: 292px 390px 292px;
    column-gap: 2.5rem;
  }
  .h02-portrait {
    width: 378px;
    height: 378px;
  }
  .h02-symptom {
    width: 292px;
  }
  .h03-stage__content {
    width: 174px;
    margin-left: -5.4375rem;
  }
  .h03-stage:last-child .h03-stage__content {
    margin-left: -9.375rem;
  }
}

/* BEGIN migrated inline styles: front-page.php */
.h03-stage[data-x="4"][data-y="52"] {
  --stage-x: 4%;
  --stage-y: 52%;
}
.h03-stage[data-x="27"][data-y="55"] {
  --stage-x: 27%;
  --stage-y: 55%;
}
.h03-stage[data-x="51"][data-y="44"] {
  --stage-x: 51%;
  --stage-y: 44%;
}
.h03-stage[data-x="75"][data-y="63"] {
  --stage-x: 75%;
  --stage-y: 63%;
}
.h03-stage[data-x="96"][data-y="50"] {
  --stage-x: 96%;
  --stage-y: 50%;
}
/* END migrated inline styles: front-page.php */
