/*
 * Standard Pages and full-width landing pages.
 *
 * Page-owned design rules live in the theme instead of embedded <style>
 * elements, so WordPress auto-formatting cannot invalidate them.
 */

.yr-standard-page__hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(300px, 36vw, 460px);
  margin: 0;
  align-items: end;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, color-mix(in srgb, var(--yr-accent) 48%, transparent), transparent 42%),
    linear-gradient(135deg, var(--yr-ink) 0%, var(--yr-ink-2) 100%);
}

.yr-standard-page__hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 20, 35, 0.9), rgba(5, 20, 35, 0.56) 64%, rgba(5, 20, 35, 0.24));
  content: "";
}

.yr-standard-page__hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  max-width: none !important;
  height: 100%;
  margin: 0;
}

.yr-standard-page__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yr-standard-page__hero-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding: clamp(96px, 13vw, 168px) clamp(20px, 4vw, 48px) clamp(52px, 7vw, 82px);
}

.yr-standard-page__hero .yr-rankmath-breadcrumbs,
.yr-standard-page__hero .yr-rankmath-breadcrumbs :where(p, a, span) {
  color: rgba(255, 255, 255, 0.74);
}

.yr-standard-page__hero .yr-rankmath-breadcrumbs {
  margin: 0 0 18px;
  font-size: 13px;
}

.yr-standard-page__hero .yr-rankmath-breadcrumbs a:hover {
  color: #fff;
}

.yr-standard-page__title {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.yr-standard-page__description {
  max-width: 780px;
  margin: 22px 0 0;
}

.yr-standard-page__description p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.7;
}

.yr-standard-page__description .wp-block-post-excerpt__more-link {
  display: none;
}

.yr-standard-page__content {
  margin-block-start: 0 !important;
  padding-block: clamp(58px, 7vw, 92px);
}

.yr-standard-page__content > .alignfull,
.yr-standard-page__content > .yr-about-page,
.yr-standard-page__content > .hongri-about-page,
.yr-landing-page__content,
.yr-landing-page__content > .alignfull,
.yr-landing-page__content > .yr-about-page,
.yr-landing-page__content > .hongri-about-page {
  width: 100%;
  max-width: none !important;
  margin-inline: 0;
}

.yr-landing-page,
.yr-landing-page__content {
  margin: 0;
  padding: 0;
}

.yr-page-has-custom-hero .yr-standard-page__hero {
  display: none;
}

.yr-page-has-custom-hero .yr-standard-page__content {
  padding-block: 0;
}

.yr-page-has-custom-hero .yr-standard-page__content > .hongri-about-page {
  width: 100%;
}

.yr-page-has-custom-hero .yr-standard-page__content > .yr-about-page {
  width: 100%;
}

/* Reusable About page ---------------------------------------------------- */

.yr-managed-about-page {
	margin: 0;
	padding: 0;
}

/*
 * Generic inner pages receive one global block-gap of vertical padding from
 * style.css. The managed About page already owns edge-to-edge Hero and CTA
 * sections, so that generic padding would appear as white strips at both
 * template boundaries. Keep the full selector here to outrank that rule.
 */
body:not(.home) .wp-site-blocks main.yr-managed-about-page {
	margin: 0;
	padding-block: 0;
}

.yr-managed-about-page > .yr-about-page {
	margin-block-start: 0;
}

:where(.yr-about-page, .hongri-about-page),
:where(.yr-about-page, .hongri-about-page) * {
  box-sizing: border-box;
}

:where(.yr-about-page, .hongri-about-page) {
  --hr-primary: var(--yr-accent, #13a873);
  --hr-dark: var(--yr-ink, #102c3c);
  --hr-pink: #e82c7c;
  --hr-light: #f3faf8;
  --hr-border: #dcebe6;
  --hr-text: var(--yr-text, #43545d);
  width: 100%;
  margin: 0;
  color: var(--hr-text);
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, Arial, sans-serif;
  line-height: 1.7;
}

.yr-about-page > * {
  margin-block-start: 0 !important;
}

:where(.yr-about-page, .hongri-about-page) > p:empty,
:where(.yr-about-page, .hongri-about-page) :where(section, div, article) > p:empty {
  display: none;
}

:where(.yr-about-page, .hongri-about-page) :where(h1, h2, h3) {
  color: var(--hr-dark);
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  line-height: 1.2;
}

:where(.yr-about-page, .hongri-about-page) h1 {
  max-width: 820px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 780;
  letter-spacing: -0.035em;
}

:where(.yr-about-page, .hongri-about-page) h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 46px);
}

:where(.yr-about-page, .hongri-about-page) h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

:where(.yr-about-page, .hongri-about-page) p {
  margin-top: 0;
}

.hr-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.hr-section {
  padding: clamp(68px, 8vw, 96px) 0;
}

.hr-section-light {
  background: var(--hr-light);
}

.hr-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--hr-primary);
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hr-hero {
  position: relative;
  display: flex;
  min-height: clamp(620px, 72vh, 780px);
  margin: 0;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(8, 35, 48, 0.95) 0%, rgba(8, 35, 48, 0.82) 50%, rgba(8, 35, 48, 0.3) 100%);
}

.hr-hero.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
}

.hongri-about-page .hr-hero {
  background:
    linear-gradient(90deg, rgba(8, 35, 48, 0.95) 0%, rgba(8, 35, 48, 0.82) 50%, rgba(8, 35, 48, 0.3) 100%),
    url("/wp-content/uploads/2026/07/478.webp") center / cover no-repeat;
}

.hr-hero-content {
  position: relative;
  z-index: 2;
  padding-block: clamp(118px, 14vw, 180px) clamp(90px, 10vw, 130px);
}

.hr-hero .hr-eyebrow {
  color: color-mix(in srgb, var(--hr-primary) 62%, #fff);
}

.hr-hero p {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 21px);
}

.hr-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

:where(.yr-about-page, .hongri-about-page) :where(a.hr-button, .wp-block-button.hr-button > .wp-block-button__link) {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border: 2px solid var(--hr-primary);
  border-radius: 999px;
  background: var(--hr-primary);
  color: #fff;
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

:where(.yr-about-page, .hongri-about-page) :where(a.hr-button, .wp-block-button.hr-button > .wp-block-button__link):hover {
  border-color: var(--hr-pink);
  background: var(--hr-pink);
  color: #fff;
  transform: translateY(-2px);
}

:where(.yr-about-page, .hongri-about-page) :where(a.hr-button-outline, .wp-block-button.hr-button-outline > .wp-block-button__link) {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

:where(.yr-about-page, .hongri-about-page) :where(a.hr-button-outline, .wp-block-button.hr-button-outline > .wp-block-button__link):hover {
  border-color: #fff;
  background: #fff;
  color: var(--hr-dark);
}

.hr-stats {
  position: relative;
  z-index: 3;
  margin-top: -58px;
}

.hr-stats-grid {
  display: grid;
  overflow: hidden;
	grid-template-columns: repeat(var(--hr-stat-cols, 4), minmax(0, 1fr));
  border: 1px solid var(--hr-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 53, 68, 0.14);
}

.hr-stat {
  padding: 32px 20px;
  border-right: 1px solid var(--hr-border);
  text-align: center;
}

.hr-stat:last-child {
  border-right: 0;
}

.hr-stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--hr-primary);
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.hr-stat strong em {
  font-style: normal;
  font-size: 0.72em;
}

.hr-stat span {
  color: var(--hr-dark);
  font-size: 14px;
  font-weight: 700;
}

.hr-two-column {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 76px);
}

.hr-image {
  overflow: hidden;
  min-height: 470px;
  border-radius: 20px;
	background: var(--hr-light);
	box-shadow: 0 20px 50px rgba(17, 53, 68, 0.14);
}

.hr-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 470px;
	object-fit: cover;
}

.hr-two-column--image-right .hr-copy {
	order: 1;
}

.hr-two-column--image-right .hr-image {
	order: 2;
}

.hr-inline-action {
	margin-top: 28px;
}

.hr-check-list {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.hr-check-list li {
  position: relative;
  min-height: 26px;
  padding-left: 38px;
  color: var(--hr-dark);
  font-weight: 600;
}

.hr-check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--hr-primary) 14%, transparent);
  content: "";
}

.hr-check-list li::after {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid var(--hr-primary);
  border-left: 2px solid var(--hr-primary);
  content: "";
  transform: rotate(-45deg);
}

.hr-section-heading {
  max-width: 790px;
  margin: 0 auto 48px;
  text-align: center;
}

.hr-product-grid,
.hr-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hr-product-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hr-product-grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hr-card,
.hr-quality-card {
  padding: 30px;
  border: 1px solid var(--hr-border);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(17, 53, 68, 0.06);
}

.hr-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hr-card:hover {
  border-color: var(--hr-primary);
  box-shadow: 0 16px 36px rgba(17, 53, 68, 0.12);
  transform: translateY(-5px);
}

.hr-card-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--hr-primary) 12%, transparent);
  color: var(--hr-primary);
  font-weight: 800;
}

.hr-card-link {
  color: var(--hr-primary);
  font-weight: 700;
  text-decoration: none;
}

.hr-quality-icon {
  margin-bottom: 16px;
  color: var(--hr-primary);
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 750;
}

.hr-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hr-process--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hr-process--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hr-process-item {
  padding: 25px 22px;
  border: 1px solid var(--hr-border);
  border-radius: 14px;
  background: #fff;
}

.hr-process-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--hr-pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hr-process-item strong {
  color: var(--hr-dark);
  font-size: 17px;
}

.hr-process-item p {
	margin: 10px 0 0;
	font-size: 14px;
}

.hr-hero,
.hr-cta {
	background-position: center;
	background-size: cover;
}

.hr-cta {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(72px, 9vw, 100px) 20px;
  background: linear-gradient(135deg, var(--hr-dark), color-mix(in srgb, var(--hr-primary) 58%, var(--hr-dark)));
  text-align: center;
}

.hr-cta h2 {
  color: #fff;
}

.hr-cta p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.hr-cta .hr-buttons {
  justify-content: center;
}

@media (max-width: 900px) {
	.hr-stats-grid,
	.hr-product-grid,
  .hr-quality-grid,
  .hr-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

	.hr-two-column {
    grid-template-columns: 1fr;
	}

	.hr-two-column--image-right .hr-copy,
	.hr-two-column--image-right .hr-image {
		order: initial;
	}

  .hr-image {
    min-height: 380px;
  }
}

@media (max-width: 600px) {
  .yr-standard-page__hero-inner {
    padding-top: 108px;
  }

  .hr-hero {
    min-height: 680px;
    background-position: 64% center;
  }

  .hr-stats {
    margin-top: -32px;
  }

  .hr-stats-grid,
  .hr-product-grid,
  .hr-quality-grid,
  .hr-process {
    grid-template-columns: 1fr;
  }

  .hr-stat {
    border-right: 0;
    border-bottom: 1px solid var(--hr-border);
  }

  .hr-stat:last-child {
    border-bottom: 0;
  }

  .hr-card,
  .hr-quality-card {
    padding: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hr-card,
  :where(.yr-about-page, .hongri-about-page) .hr-button {
    transition: none;
  }
}

/* Managed About page — shared component composition --------------------- */

.yr-about-shell {
  width: min(1280px, calc(100% - clamp(36px, 7vw, 96px)));
  margin-inline: auto;
}

.yr-about-section {
  position: relative;
  margin: 0;
  padding: clamp(76px, 8vw, 116px) 0;
}

.yr-about-section-heading {
  width: min(820px, 100%);
  margin: 0 auto clamp(42px, 5vw, 68px);
  text-align: center;
}

.yr-about-section-heading .yr-eyebrow,
.yr-about-section-heading .yr-h2,
.yr-about-section-heading .yr-lead,
.yr-about-advantages-header .yr-eyebrow,
.yr-about-advantages-header .yr-h2,
.yr-about-advantages-header .yr-lead {
  margin-inline: 0;
}

.yr-about-section-heading .yr-h2,
.yr-about-advantages-header .yr-h2 {
  margin-top: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.yr-about-section-heading .yr-lead,
.yr-about-advantages-header .yr-lead {
  max-width: 720px;
  margin-top: 20px;
  color: var(--yr-text);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.yr-about-section-heading .yr-lead {
  margin-inline: auto;
}

.yr-about-section-heading .yr-lead p,
.yr-about-advantages-header .yr-lead p {
  margin: 0;
}

.yr-about-section--media {
  padding: clamp(66px, 7vw, 100px) 0;
  background: #fff;
}

.yr-about-section--rd {
  background: color-mix(in srgb, var(--yr-accent) 5%, var(--yr-paper, #fff));
}

.yr-about-section--media .yr-media-content {
  margin: 0;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid color-mix(in srgb, var(--yr-line) 78%, transparent);
  border-radius: var(--yr-radius);
  box-shadow: 0 22px 60px rgba(12, 28, 54, 0.07);
}

.yr-about-section--media .yr-media-content--bg-light,
.yr-about-section--media .yr-media-content--bg-white {
  background: rgba(255, 255, 255, 0.82);
}

.yr-about-section--media .yr-media-content__media-link {
  border-radius: calc(var(--yr-radius) - 2px);
}

.yr-about-section--media .yr-product-highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin-top: 26px;
}

.yr-about-section--capabilities {
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef4f1 0%, #f8faf9 52%, #f2f6f4 100%);
}

.yr-product-family-nav--about {
  --yr-product-family-gutter: 0px;
  --yr-product-family-bg: transparent;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--yr-heading);
}

body[class*="yr-style-"] .yr-product-family-nav--about {
  --yr-product-family-bg: transparent;
  background-color: transparent;
}

.yr-product-family-nav--about .yr-product-family-nav__inner {
  width: 100%;
  overflow: visible;
}

.yr-product-family-nav--about .yr-product-family-nav__list {
  display: grid;
  grid-template-columns: repeat(var(--yr-about-category-columns, 3), minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  background: transparent;
}

body[class*="yr-style-"] .yr-product-family-nav--about .yr-product-family-nav__list {
  gap: clamp(18px, 2vw, 28px);
  background: transparent;
}

.yr-product-family-nav--about .yr-product-family-nav__item {
  min-width: 0;
}

.yr-product-family-nav--about .yr-product-family-nav__link {
  position: relative;
  min-height: 100%;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 0 clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(17, 52, 48, 0.1);
  border-radius: calc(var(--yr-radius) + 2px);
  background: #fff;
  color: var(--yr-heading);
  text-align: left;
  box-shadow: 0 14px 38px rgba(12, 39, 35, 0.06);
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.yr-product-family-nav--about .yr-product-family-nav__link::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--yr-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.yr-product-family-nav--about .yr-product-family-nav__link:hover,
.yr-product-family-nav--about .yr-product-family-nav__link:focus-visible {
  border-color: color-mix(in srgb, var(--yr-accent) 28%, transparent);
  background: #fff;
  color: var(--yr-heading);
  box-shadow: 0 22px 54px rgba(12, 39, 35, 0.11);
  transform: translateY(-5px);
}

.yr-product-family-nav--about .yr-product-family-nav__link:hover::before,
.yr-product-family-nav--about .yr-product-family-nav__link:focus-visible::before {
  transform: scaleX(1);
}

.yr-product-family-nav--about .yr-product-family-nav__image {
  width: 100%;
  height: clamp(190px, 17vw, 238px);
  padding: clamp(24px, 3vw, 38px);
  border-radius: 0;
  background: #f0f4f2;
}

.yr-product-family-nav--about .yr-product-family-nav__image img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.yr-product-family-nav--about .yr-product-family-nav__title {
  max-width: 100%;
  margin: clamp(24px, 2.6vw, 32px) clamp(24px, 2.6vw, 34px) 0;
  color: var(--yr-heading);
  font-size: clamp(18px, 1.4vw, 23px);
  line-height: 1.25;
}

.yr-product-family-nav--about .yr-product-family-nav__description {
  display: block;
  max-width: 34em;
  margin: 12px clamp(24px, 2.6vw, 34px) 0;
  color: var(--yr-muted);
  font-size: 14px;
  line-height: 1.62;
}

.yr-about-section--quality {
  background: #fff;
}

.yr-about-section--quality .yr-feature-cards {
  margin: 0;
}

.yr-about-section--quality .yr-feature-cards__item {
  min-height: 285px;
}

.yr-about-section--quality .yr-feature-cards__title {
  font-size: clamp(21px, 1.7vw, 28px);
}

.yr-about-section--quality .yr-feature-cards__text {
  font-size: 16px;
}

.yr-about-section--advantages {
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(7, 27, 39, 0.97) 0%, rgba(7, 35, 43, 0.92) 58%, rgba(9, 62, 54, 0.86) 100%),
    var(--yr-about-advantages-image, none),
    var(--yr-dark-band-bg);
  background-position: center;
  background-size: cover;
}

.yr-about-section--advantages::before {
  position: absolute;
  top: 0;
  right: 8vw;
  width: clamp(180px, 24vw, 360px);
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--yr-accent-2));
  content: "";
}

.yr-about-advantages-header {
  width: min(1050px, 100%);
  margin-bottom: clamp(36px, 5vw, 62px);
}

.yr-about-advantages-header .yr-eyebrow {
  color: var(--yr-accent-2);
}

.yr-about-advantages-header .yr-h2 {
  max-width: 1000px;
  color: #fff;
  font-size: clamp(34px, 4.7vw, 62px);
  line-height: 1.08;
}

.yr-about-advantages-header .yr-lead {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.7);
}

.yr-about-proof-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px clamp(24px, 4vw, 58px);
  margin: 0 0 clamp(36px, 5vw, 58px);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
}

.yr-about-proof-strip li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.45;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.yr-about-proof-strip li::before {
  position: absolute;
  top: 0.46em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yr-accent-2);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--yr-accent-2) 16%, transparent);
  content: "";
}

.yr-about-advantage-list {
  display: grid;
  grid-template-columns: repeat(var(--yr-about-advantage-columns, 2), minmax(0, 1fr));
  column-gap: clamp(36px, 6vw, 86px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.yr-about-advantage-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  margin: 0;
  padding: clamp(25px, 3vw, 36px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.yr-about-advantage-icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--yr-accent) 20%, transparent);
}

.yr-about-advantage-icon .yr-product-highlight-icon {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
  margin: 0;
  color: var(--yr-accent-2);
}

.yr-about-advantage-copy {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.yr-about-advantage-copy strong {
  color: #fff;
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.3;
}

.yr-about-advantage-text {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.68;
}

.yr-about-advantage-text p {
  margin: 0;
}

.yr-about-advantage-copy a {
  align-self: flex-start;
  color: var(--yr-accent-2);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.yr-about-section--process {
  background: color-mix(in srgb, var(--yr-accent) 5%, var(--yr-paper, #fff));
}

.yr-about-section--process .yr-process-flow {
  margin: 0;
}

.yr-about-section--process .yr-process-flow__item {
  min-height: clamp(245px, 18vw, 330px);
}

.yr-about-section--cta {
  padding: clamp(58px, 7vw, 88px) 0;
  background:
    linear-gradient(135deg, rgba(8, 35, 48, 0.92), rgba(8, 35, 48, 0.72)),
    var(--yr-about-cta-image, none),
    var(--yr-dark-band-bg);
  background-position: center;
  background-size: cover;
}

.yr-about-section--cta .yr-quote-cta {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(8, 35, 48, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

@media (max-width: 980px) {
  .yr-product-family-nav--about .yr-product-family-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .yr-about-shell {
    width: min(100% - 36px, 1280px);
  }

  .yr-about-section {
    padding: 66px 0;
  }

  .yr-about-section--media .yr-media-content {
    padding: 20px;
  }

  .yr-about-section--media .yr-product-highlights {
    grid-template-columns: 1fr;
  }

  .yr-product-family-nav--about {
    --yr-product-family-gutter: 0px;
  }

  .yr-product-family-nav--about .yr-product-family-nav__inner {
    width: 100%;
    padding: 0;
  }

  .yr-product-family-nav--about .yr-product-family-nav__list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .yr-product-family-nav--about .yr-product-family-nav__item {
    min-width: 0;
  }

  .yr-product-family-nav--about .yr-product-family-nav__link {
    min-height: 0;
    padding: 0 0 26px;
  }

  .yr-product-family-nav--about .yr-product-family-nav__image {
    height: 210px;
    padding: 28px;
  }

  .yr-product-family-nav--about .yr-product-family-nav__title {
    max-width: 100%;
    margin: 24px 24px 0;
    font-size: 20px;
  }

  .yr-product-family-nav--about .yr-product-family-nav__description {
    margin-inline: 24px;
  }

  .yr-about-proof-strip,
  .yr-about-advantage-list {
    grid-template-columns: 1fr;
  }

  .yr-about-advantage-list li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 15px;
  }

  .yr-about-advantage-icon {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yr-product-family-nav--about .yr-product-family-nav__link,
  .yr-product-family-nav--about .yr-product-family-nav__link::before,
  .yr-product-family-nav--about .yr-product-family-nav__image img {
    transition: none;
  }
}
