:root {
  --yx-ink: #171b19;
  --yx-copy: #46504b;
  --yx-line: #dce3df;
  --yx-soft: #f3f6f4;
  --yx-green: #176b4d;
  --yx-green-dark: #0f4f38;
  --yx-mint: #e8f2ed;
  --yx-amber: #b56a28;
  --yx-white: #ffffff;
  --yx-max: 1240px;
}

.yx-storefront { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.yx-storefront figure { margin: 0; }
.yx-storefront img { display: block; width: 100%; height: auto; aspect-ratio: 1702 / 1276; }
.yx-storefront figcaption { margin-top: 10px; font-size: 14px; color: var(--yx-copy); }
.yx-texture-directory { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--yx-line); }
.yx-texture-directory p { max-width: 65ch; margin: 8px 0 0; }
.yx-texture-directory .yx-button { flex-shrink: 0; }
.yx-texture-inquiry .yx-button { box-sizing: border-box; max-width: 100%; min-width: 0; }
.yx-texture-archive-intro p { max-width: 72ch; font-size: 17px; line-height: 1.65; margin: 0 0 12px; }
@media (max-width: 800px) {
  .yx-storefront { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .yx-texture-directory { flex-direction: column; align-items: flex-start; }
}

.yx-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
}
.yx-family-card { min-width: 0; }
.yx-family-card a { display: block; color: var(--yx-ink); text-decoration: none; }
.yx-family-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; background: var(--yx-soft); }
.yx-site-main .yx-family-card h3 { margin: 14px 0 0; font-size: 20px; line-height: 1.3; }
.yx-family-card a:hover h3 { color: var(--yx-green); text-decoration: underline; text-underline-offset: 4px; }
.yx-family-detail { display: grid; grid-template-columns: minmax(200px, 300px) minmax(0, 1fr); gap: 40px; align-items: center; padding: 36px 0; border-bottom: 1px solid var(--yx-line); scroll-margin-top: 90px; }
.yx-family-detail:first-child { padding-top: 0; }
.yx-family-detail figure { margin: 0; }
.yx-family-detail img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.yx-family-detail p { max-width: 68ch; }
.yx-purchase-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 48px; margin: 28px 0 0; }
.yx-purchase-details dt { font-weight: 700; font-size: 19px; margin-bottom: 8px; }
.yx-purchase-details dd { margin: 0; color: var(--yx-copy); font-size: 17px; line-height: 1.65; }
.yx-reading { max-width: 900px; }
.yx-wrap.yx-privacy-reading { max-width: 820px; }
.yx-privacy-hero .yx-privacy-date { font-size: 14px; margin-bottom: 0; }
.yx-site-main .yx-privacy-body h2 { font-size: 24px; margin: 36px 0 12px; }
.yx-site-main .yx-privacy-body h2:first-child { margin-top: 0; }
.yx-privacy-reading { overflow-wrap: anywhere; }
.yx-footer-privacy { display: inline-block; margin-inline-start: 16px; }
.yx-reading details { border-bottom: 1px solid var(--yx-line); padding: 22px 0; }
.yx-reading summary { cursor: pointer; font-weight: 700; font-size: 19px; line-height: 1.45; }
.yx-reading details p { margin: 16px 0 0; }
.yx-reading summary:focus-visible { outline: 3px solid var(--yx-green); outline-offset: 6px; }
@media (max-width: 1000px) {
  .yx-family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yx-family-detail { gap: 28px; grid-template-columns: minmax(160px, 240px) minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .yx-family-grid, .yx-family-detail, .yx-purchase-details { grid-template-columns: minmax(0, 1fr); }
  .yx-family-detail img { max-width: 360px; margin: 0 auto; }
  .yx-family-detail { gap: 24px; }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.yx-site-main,
.yx-site-main * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.yx-site-main {
  margin: 0;
  padding: 0;
  color: var(--yx-ink);
  background: var(--yx-white);
  font-family: var(--wp--preset--font-family--manrope), Manrope, "Helvetica Neue", Arial, sans-serif;
}

.yx-home-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 470px;
  padding: 64px 0;
  background: #272a29;
}
.yx-home-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.yx-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .2);
}
.yx-home-hero__copy { max-width: 590px; }
.yx-site-main .yx-home-hero h1 { color: #fff; font-size: 48px; line-height: 1.12; margin-bottom: 22px; }
.yx-site-main .yx-home-hero p { color: #fff; max-width: 48ch; font-size: 18px; line-height: 1.6; }
.yx-site-main .yx-button--hero { background: rgba(0,0,0,.15); border-color: #fff; }
.yx-site-main .yx-button--hero:hover { background: #fff; border-color: #fff; color: var(--yx-ink) !important; }
.yx-section.yx-shoe-section { padding-top: 46px; padding-bottom: 46px; }
.yx-shoe-guide { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 48px; align-items: center; max-width: 1000px; margin: 24px auto 0; }
.yx-shoe-figure { width: 100%; aspect-ratio: 2 / 3; margin: 0; position: relative; }
.yx-shoe-figure > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.yx-shoe-point { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%); display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid white; border-radius: 50%; background: var(--yx-green-dark); color: #fff !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.yx-shoe-point:hover { background: #213e31; outline: 2px solid var(--yx-green); }
.yx-shoe-legend { counter-reset: shoe; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 28px; padding: 0; list-style: none; }
.yx-shoe-legend li { counter-increment: shoe; position: relative; padding-left: 32px; }
.yx-shoe-legend li::before { content: counter(shoe); position: absolute; left: 0; top: 0; color: var(--yx-green-dark); font-weight: 700; }
.yx-shoe-legend a { display: block; text-decoration: none; color: var(--yx-ink); }
.yx-shoe-legend a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.yx-shoe-legend strong { display: block; font-size: 18px; line-height: 1.35; }
.yx-shoe-legend span { display: block; color: var(--yx-copy); margin-top: 8px; font-size: 16px; line-height: 1.5; }
.yx-site-main .yx-caption { font-size: 14px; line-height: 1.6; color: var(--yx-copy); margin: 18px 0 0; }
.yx-sourcing-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin: 30px 0; padding-left: 24px; }
.yx-sourcing-steps li { padding-left: 8px; }
.yx-sourcing-location { padding-top: 24px; border-top: 1px solid var(--yx-line); }
.yx-sourcing-location a { color: var(--yx-green); text-underline-offset: 4px; }
.yx-requirements { background: #edf1ef; }
.yx-requirement-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 28px 0 0; }
.yx-requirement-icon { display: block; width: 32px; height: 32px; margin-bottom: 18px; }
.yx-site-main ::selection { color: #fff; background: var(--yx-green-dark); }
@media (min-width: 1600px) {
  .yx-home-hero { min-height: 540px; }
}
@media (max-width: 1000px) {
  .yx-shoe-guide { grid-template-columns: 300px minmax(0, 1fr); gap: 26px; }
  .yx-shoe-legend { grid-template-columns: 1fr; gap: 18px; }
  .yx-home-hero__copy { max-width: 520px; }
  .yx-site-main .yx-home-hero h1 { font-size: 42px; }
}
@media (max-width: 640px) {
  .yx-home-hero { min-height: 520px; padding: 42px 0; }
  .yx-home-hero__image { object-position: 65% center; }
  .yx-home-hero::after { background: rgba(0,0,0,.62); }
  .yx-site-main .yx-home-hero h1 { font-size: 34px; overflow-wrap: normal; }
  .yx-home-hero__copy { max-width: none; }
  .yx-shoe-guide { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .yx-shoe-figure { max-width: 300px; margin: 0 auto; }
  .yx-shoe-legend { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 16px; }
  .yx-shoe-legend strong { font-size: 16px; }
  .yx-shoe-legend span { font-size: 14px; }
  .yx-sourcing-steps, .yx-requirement-columns { grid-template-columns: minmax(0,1fr); gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .yx-site-main *, .yx-site-main *::before, .yx-site-main *::after { transition-duration: 0s !important; animation: none !important; }
}

.yx-public-page main#wp--skip-link--target {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.yx-public-page main#wp--skip-link--target > .wp-block-group {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.yx-public-page .wp-block-post-title,
.yx-public-page .wp-block-post-featured-image,
.yx-public-page .wp-block-post-date,
.yx-public-page .wp-block-post-author,
.yx-public-page .entry-title {
  display: none !important;
}

.yx-public-page .wp-block-post-content,
.yx-public-page .entry-content,
.yx-public-page .site-main,
.yx-public-page .wp-block-post-content > .yx-site-main,
.yx-public-page .entry-content > .yx-site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.yx-public-page .wp-block-post-content > .yx-site-main > *,
.yx-public-page .entry-content > .yx-site-main > * {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.yx-site-main h1,
.yx-site-main h2,
.yx-site-main h3,
.yx-site-main p {
  margin-top: 0;
}

.yx-site-main h1,
.yx-site-main h2,
.yx-site-main h3 {
  color: var(--yx-ink);
  font-weight: 700;
  line-height: 1.12;
}

.yx-site-main h1 {
  font-size: 56px;
}

.yx-site-main h2 {
  margin-bottom: 18px;
  font-size: 36px;
}

.yx-site-main h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.yx-site-main p,
.yx-site-main li {
  color: var(--yx-copy);
  font-size: 17px;
  line-height: 1.65;
}

.yx-wrap {
  width: min(calc(100% - 48px), var(--yx-max));
  margin: 0 auto;
}

.yx-section {
  padding: 56px 0;
}

.yx-section--soft {
  background: var(--yx-soft);
}

.yx-section--dark {
  background: var(--yx-ink);
}

.yx-section--dark h2,
.yx-section--dark h3,
.yx-section--dark p,
.yx-section--dark li {
  color: var(--yx-white);
}

.yx-kicker {
  margin-bottom: 12px;
  color: var(--yx-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.yx-section--dark .yx-kicker {
  color: #b7dfce;
}

.yx-lead {
  max-width: 760px;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.yx-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.yx-section-head > div {
  max-width: 780px;
}

.yx-section-head p {
  margin-bottom: 0;
}

.yx-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.yx-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--yx-green);
  border-radius: 5px;
  background: var(--yx-green);
  color: var(--yx-white) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease;
}

.yx-button:active {
  transform: translateY(1px);
}

.yx-site-main a:focus-visible,
.yx-site-main button:focus-visible,
.yx-language-select:focus-visible {
  outline: 3px solid #e1a15f;
  outline-offset: 3px;
}

.yx-button:hover,
.yx-button:focus {
  border-color: var(--yx-green-dark);
  background: var(--yx-green-dark);
}

.yx-button--light {
  border-color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .96);
  color: var(--yx-ink) !important;
}

.yx-button--light:hover,
.yx-button--light:focus {
  border-color: var(--yx-white);
  background: var(--yx-white);
}

.yx-button--outline {
  border-color: #aeb9b3;
  background: transparent;
  color: var(--yx-ink) !important;
}

.yx-button--outline:hover,
.yx-button--outline:focus {
  border-color: var(--yx-green);
  background: var(--yx-mint);
}

.yx-text-link {
  display: inline-block;
  color: var(--yx-green) !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.yx-hero {
  background: var(--yx-white);
}

.yx-hero__inner {
  width: min(calc(100% - 48px), var(--yx-max));
  margin: 0 auto;
  padding: 54px 0 0;
}

.yx-hero__content {
  max-width: 860px;
  padding-bottom: 36px;
}

.yx-hero h1 {
  max-width: 880px;
  margin-bottom: 20px;
  color: var(--yx-ink);
}

.yx-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--yx-copy);
  font-size: 20px;
  line-height: 1.55;
}

.yx-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 700;
}

.yx-hero__links a {
  color: var(--yx-green) !important;
  text-underline-offset: 4px;
}

.yx-hero__links span {
  color: var(--yx-copy);
}

.yx-hero__material-strip {
  height: 220px;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid var(--yx-line);
  border-bottom: 1px solid var(--yx-line);
  background: var(--yx-soft);
}

.yx-hero__material-strip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 58%;
}

.yx-trust-band {
  border-bottom: 1px solid var(--yx-line);
  background: var(--yx-soft);
}

.yx-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yx-trust-grid > div {
  padding: 24px 28px 24px 0;
  border-right: 1px solid var(--yx-line);
}

.yx-trust-grid > div + div {
  padding-left: 28px;
}

.yx-trust-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.yx-trust-grid strong,
.yx-trust-grid span {
  display: block;
}

.yx-trust-grid strong {
  margin-bottom: 5px;
  color: var(--yx-ink);
  font-size: 17px;
}

.yx-trust-grid span {
  color: var(--yx-copy);
  font-size: 14px;
  line-height: 1.55;
}

.yx-material-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
}

.yx-material-row {
  display: grid;
  min-height: 158px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid var(--yx-line);
}

.yx-material-row h3 {
  margin-bottom: 7px;
}

.yx-material-row p {
  max-width: 48ch;
  margin-bottom: 0;
  font-size: 15px;
}

.yx-material-row .yx-text-link {
  margin-top: 3px;
  white-space: nowrap;
}

.yx-signal-band {
  border-bottom: 1px solid var(--yx-line);
  background: var(--yx-white);
}

.yx-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.yx-signal {
  min-height: 112px;
  padding: 24px;
  border-right: 1px solid var(--yx-line);
}

.yx-signal:last-child {
  border-right: 0;
}

.yx-signal strong {
  display: block;
  margin-bottom: 5px;
  color: var(--yx-ink);
  font-size: 18px;
}

.yx-signal span {
  display: block;
  color: var(--yx-copy);
  font-size: 14px;
  line-height: 1.45;
}

.yx-material-grid,
.yx-application-grid,
.yx-process-grid,
.yx-note-grid {
  display: grid;
  gap: 18px;
}

.yx-material-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yx-material-item {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid var(--yx-line);
  border-top: 1px solid var(--yx-line);
  border-radius: 0;
  background: var(--yx-white);
}

.yx-material-item__tag {
  margin-bottom: 28px;
  color: var(--yx-amber);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yx-material-item p {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.55;
}

.yx-material-grid--compact .yx-material-item {
  min-height: 205px;
}

.yx-material-grid--compact .yx-material-item__tag {
  margin-bottom: 16px;
}

.yx-application-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yx-application-item {
  padding: 0 22px 0 0;
  border-right: 1px solid var(--yx-line);
}

.yx-application-item:last-child {
  border-right: 0;
}

.yx-application-item p {
  margin-bottom: 0;
  font-size: 15px;
}

.yx-home-paths {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .65fr);
  gap: 64px;
  align-items: start;
}

.yx-application-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.yx-application-grid--compact .yx-application-item {
  display: flex;
  min-height: 175px;
  flex-direction: column;
}

.yx-application-grid--compact .yx-text-link {
  margin-top: auto;
}

.yx-home-process {
  padding-left: 34px;
  border-left: 1px solid var(--yx-line);
}

.yx-home-process ol {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: yx-home-step;
}

.yx-home-process li {
  position: relative;
  padding: 0 0 22px 42px;
  counter-increment: yx-home-step;
}

.yx-home-process li::before {
  content: counter(yx-home-step, decimal-leading-zero);
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--yx-green);
  font-size: 14px;
  font-weight: 700;
}

.yx-home-process strong,
.yx-home-process span {
  display: block;
}

.yx-home-process strong {
  color: var(--yx-ink);
  font-size: 16px;
}

.yx-home-process span {
  margin-top: 5px;
  color: var(--yx-copy);
  font-size: 14px;
  line-height: 1.5;
}

.yx-home-about {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.yx-home-about p:last-of-type {
  margin-bottom: 18px;
}

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

.yx-process-item {
  position: relative;
  padding: 28px 28px 24px;
  border-top: 1px solid #61736a;
}

.yx-process-number {
  display: block;
  margin-bottom: 22px;
  color: #b7dfce;
  font-size: 36px;
  font-weight: 700;
}

.yx-process-item p {
  margin-bottom: 0;
  color: #dbe6e0;
  font-size: 15px;
}

.yx-section:not(.yx-section--dark) .yx-process-item h3 {
  color: var(--yx-ink);
}

.yx-section:not(.yx-section--dark) .yx-process-item p {
  color: var(--yx-copy);
}

.yx-section:not(.yx-section--dark) .yx-process-number {
  color: var(--yx-green);
}

.yx-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: 58px;
}

.yx-split--reverse {
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
}

.yx-media {
  overflow: hidden;
  border-radius: 6px;
  background: #e8eeeb;
}

.yx-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.yx-check-list,
.yx-spec-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.yx-check-list li,
.yx-spec-list li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 26px;
  border-bottom: 1px solid var(--yx-line);
}

.yx-check-list li::before,
.yx-spec-list li::before {
  position: absolute;
  top: 20px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yx-green);
  content: '';
}

.yx-note-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yx-note {
  padding: 22px 0;
  border-top: 3px solid var(--yx-green);
}

.yx-note p {
  margin-bottom: 0;
  font-size: 15px;
}

.yx-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.yx-final-cta h2 {
  margin-bottom: 10px;
  color: var(--yx-white);
}

.yx-final-cta p {
  max-width: 700px;
  margin-bottom: 0;
  color: #dbe6e0;
}

.yx-page-hero {
  padding: 88px 0 72px;
  border-bottom: 1px solid var(--yx-line);
  background: var(--yx-soft);
}

.yx-page-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: 48px;
}

.yx-page-hero p {
  max-width: 800px;
  margin-bottom: 0;
  font-size: 19px;
}

.yx-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.yx-anchor-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid var(--yx-line);
  border-radius: 4px;
  background: var(--yx-white);
  color: var(--yx-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.yx-material-detail {
  scroll-margin-top: 110px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 250px;
  gap: 34px;
  padding: 36px 0;
  border-bottom: 1px solid var(--yx-line);
}

.yx-material-detail:first-child {
  padding-top: 0;
}

.yx-material-detail:last-child {
  border-bottom: 0;
}

.yx-material-detail h2 {
  margin-bottom: 0;
  font-size: 27px;
}

.yx-material-detail p {
  margin-bottom: 0;
  font-size: 16px;
}

.yx-material-detail__use {
  padding-left: 22px;
  border-left: 2px solid var(--yx-green);
}

.yx-material-detail__use strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}

.yx-material-detail__use span {
  color: var(--yx-copy);
  font-size: 14px;
  line-height: 1.5;
}

.yx-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 42px;
}

.yx-info-item {
  padding: 0 0 22px;
  border-bottom: 1px solid var(--yx-line);
}

.yx-info-item p {
  margin-bottom: 0;
  font-size: 16px;
}

.yx-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.yx-contact-panel {
  padding: 30px;
  border: 1px solid var(--yx-line);
  border-radius: 6px;
  background: var(--yx-white);
}

.yx-contact-panel p {
  margin-bottom: 18px;
}

.yx-contact-panel .yx-button {
  width: 100%;
}

.yx-contact-value {
  display: block;
  margin: 12px 0 20px;
  color: var(--yx-ink);
  font-size: 20px;
  font-weight: 700;
  word-break: break-word;
}

.yx-address {
  padding: 26px 0 0;
  border-top: 1px solid var(--yx-line);
}

.yx-address p {
  margin-bottom: 0;
}

/* Global navigation and language selector. */
header .wp-block-navigation {
  gap: 22px;
}

header .wp-block-navigation__responsive-container-open,
header .wp-block-navigation__responsive-container-close {
  box-sizing: border-box;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 10px;
}

header .wp-block-navigation__responsive-container-open:focus-visible,
header .wp-block-navigation__responsive-container-close:focus-visible {
  outline: 2px solid var(--yx-green);
  outline-offset: 2px;
}

header .wp-block-navigation-item__content {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0 !important;
}

header .wp-block-navigation__submenu-container {
  min-width: 660px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 10px !important;
  border: 1px solid var(--yx-line) !important;
  border-radius: 5px !important;
  background: var(--yx-white) !important;
  box-shadow: 0 14px 30px rgba(20, 28, 24, .12);
}

@media (min-width: 1200px) {
  header .wp-block-navigation__submenu-container { left: 0 !important; right: auto !important; }
}
/* Use the existing accessible WordPress dialog before the desktop links wrap. */
@media (max-width: 1199px) {
  header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  header .wp-block-navigation__responsive-container-open:not(.always-shown) { display: flex !important; }
  header .wp-block-navigation__responsive-container.is-menu-open { display: flex !important; }
  header .is-menu-open .wp-block-navigation__responsive-container-content { width: min(100%, 640px); margin-inline: auto; }
  header .is-menu-open .wp-block-navigation-item { width: 100%; }
  header .is-menu-open .yx-lang-switch-global { width: 100%; margin: 12px 0 0; }
  header .is-menu-open .yx-language-select { width: 100%; max-width: 230px; min-height: 44px; }
}
.yx-public-page.admin-bar #wpadminbar { position: fixed; top: 0; }
header .yx-mobile-material-menu { display: none; }
header .wp-block-navigation__responsive-container.is-menu-open .yx-desktop-material-menu { display: none !important; }
header .wp-block-navigation__responsive-container.is-menu-open .yx-mobile-material-menu { display: block; width: 100%; }
header .is-menu-open .wp-block-navigation__responsive-container-content { align-items: stretch !important; }
header .is-menu-open .wp-block-navigation__container { width: 100%; align-items: stretch !important; }
header .is-menu-open .wp-block-navigation-item { align-items: flex-start !important; }
header .yx-mobile-material-menu details { width: 100%; }
header .yx-mobile-material-menu summary { cursor: pointer; min-height: 44px; padding: 10px 0; font-size: 16px; font-weight: 600; text-align: left; }
header .yx-mobile-material-menu summary:focus-visible { outline: 2px solid var(--yx-green); outline-offset: 4px; }
header .yx-mobile-material-menu ul { list-style: none; padding: 6px 0 6px 18px; margin: 0; }
header .yx-mobile-material-menu li { margin: 0; padding: 0; }
header .yx-mobile-material-menu a { display: block; min-height: 44px; box-sizing: border-box; padding: 10px 0; font-size: 15px; line-height: 1.5; text-align: left; text-decoration: none; color: var(--yx-ink); }
header .yx-mobile-material-menu a:hover { color: var(--yx-green); text-decoration: underline; }

header .wp-block-navigation__submenu-container .wp-block-navigation-item {
  min-width: 0;
}

header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  min-height: 44px;
  padding: 10px 12px !important;
  color: var(--yx-ink) !important;
  white-space: normal !important;
}

header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
  background: var(--yx-soft);
}

header .yx-nav-cta > .wp-block-navigation-item__content {
  padding: 10px 15px !important;
  border-radius: 4px;
  background: var(--yx-green);
  color: var(--yx-white) !important;
}

.yx-lang-switch-global {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

header .yx-lang-switch {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
}

.yx-lang-switch .goog-te-gadget,
.yx-lang-switch .goog-te-combo,
.yx-lang-switch > .skiptranslate {
  display: none !important;
}

.yx-language-select {
  max-width: 168px;
  min-height: 38px;
  padding: 7px 30px 7px 10px;
  border: 1px solid var(--yx-line);
  border-radius: 4px;
  background: var(--yx-white);
  color: var(--yx-ink);
  font-size: 14px;
  line-height: 1.3;
}

.yx-lang-switch-floating {
  position: fixed;
  z-index: 9999;
  top: 84px;
  right: 16px;
}

.yx-site-footer { margin-top: 0; padding: 44px 0 24px; border-top: 1px solid var(--yx-line); background: var(--yx-white); color: var(--yx-ink); }
.yx-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 32px; }
.yx-site-footer h2 { font-size: 23px; margin: 0 0 14px; line-height: 1.3; }
.yx-site-footer h3 { font-size: 16px; margin: 0 0 14px; line-height: 1.3; }
.yx-site-footer p { font-size: 14px; line-height: 1.7; margin: 0; color: var(--yx-copy); }
.yx-site-footer ul { list-style: none; margin: 0; padding: 0; }
.yx-site-footer li { font-size: 14px; margin: 0 0 10px; line-height: 1.5; }
.yx-site-footer a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
.yx-site-footer a:hover { color: var(--yx-green); text-decoration: underline; text-underline-offset: 4px; }
.yx-footer-contact { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.yx-site-footer .yx-footer-copyright { font-size: 12px; margin-top: 32px; }
@media (max-width: 900px) {
  .yx-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
}
@media (max-width: 640px) {
  .yx-footer-brand, .yx-footer-contact { grid-column: 1 / -1; }
  .yx-site-footer { padding-top: 32px; }
}

@media (max-width: 1100px) {
  .yx-site-main h1 {
    font-size: 48px;
  }

  .yx-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yx-application-grid,
  .yx-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yx-application-item:nth-child(2) {
    border-right: 0;
  }

  .yx-split,
  .yx-split--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
    gap: 36px;
  }

  .yx-material-detail {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .yx-material-detail__use {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .yx-section {
    padding: 58px 0;
  }

  .yx-trust-grid,
  .yx-material-list {
    grid-template-columns: 1fr;
  }

  .yx-trust-grid > div,
  .yx-trust-grid > div + div {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--yx-line);
  }

  .yx-trust-grid > div:last-child {
    border-bottom: 0;
  }

  .yx-home-paths,
  .yx-home-about {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .yx-home-process {
    padding: 30px 0 0;
    border-top: 1px solid var(--yx-line);
    border-left: 0;
  }

  .yx-signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yx-signal:nth-child(2) {
    border-right: 0;
  }

  .yx-signal:nth-child(-n+2) {
    border-bottom: 1px solid var(--yx-line);
  }

  .yx-process-grid {
    grid-template-columns: 1fr;
  }

  .yx-process-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 18px;
  }

  .yx-process-number {
    grid-row: 1 / 3;
  }

  .yx-split,
  .yx-split--reverse {
    grid-template-columns: 1fr;
  }

  .yx-split--reverse .yx-media {
    order: 2;
  }

  .yx-media img {
    min-height: 360px;
  }

  .yx-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
    min-width: 0 !important;
    display: block !important;
    padding: 4px 0 4px 16px !important;
    border: 0 !important;
    box-shadow: none;
  }

  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
  }

  .yx-lang-switch-global {
    width: 100%;
    margin: 12px 0 0;
  }

  header .wp-block-navigation__responsive-container-content .yx-lang-switch {
    display: flex !important;
    width: 100%;
    margin: 16px 0 0 !important;
  }

  .yx-language-select {
    width: 100%;
    max-width: 230px;
  }
}

@media (max-width: 640px) {
  .yx-wrap,
  .yx-hero__inner {
    width: min(calc(100% - 32px), var(--yx-max));
  }

  .yx-section {
    padding: 46px 0;
  }

  .yx-site-main h1,
  .yx-page-hero h1 {
    font-size: 38px;
    overflow-wrap: anywhere;
  }

  .yx-site-main h2 {
    font-size: 30px;
  }

  .yx-site-main h3 {
    font-size: 20px;
  }

  .yx-site-main p,
  .yx-site-main li {
    font-size: 16px;
  }

  .yx-lead,
  .yx-hero p,
  .yx-page-hero p {
    font-size: 18px !important;
  }

  .yx-hero__inner {
    padding: 36px 0 0;
  }

  .yx-hero__content {
    padding-bottom: 32px;
  }

  .yx-hero__material-strip {
    height: 160px;
  }

  .yx-material-row {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .yx-material-row .yx-text-link {
    margin-top: 0;
  }

  .yx-hero__links {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 24px;
  }

  .yx-button-row,
  .yx-final-cta .yx-button-row {
    width: 100%;
    flex-direction: column;
  }

  .yx-button-row .yx-button {
    width: 100%;
  }

  .yx-signal-grid,
  .yx-material-grid,
  .yx-application-grid,
  .yx-note-grid,
  .yx-info-grid,
  .yx-contact-grid {
    grid-template-columns: 1fr;
  }

  .yx-application-grid--compact .yx-application-item {
    min-height: 0;
  }

  .yx-signal {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--yx-line);
  }

  .yx-signal:last-child {
    border-bottom: 0;
  }

  .yx-material-item {
    min-height: 0;
  }

  .yx-application-item,
  .yx-application-item:nth-child(2) {
    padding: 0 0 22px;
    border-right: 0;
    border-bottom: 1px solid var(--yx-line);
  }

  .yx-application-item:last-child {
    border-bottom: 0;
  }

  .yx-section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .yx-media img {
    min-height: 280px;
    aspect-ratio: 4 / 3;
  }

  .yx-page-hero {
    padding: 62px 0 50px;
  }

  .yx-anchor-nav {
    flex-direction: column;
  }

  .yx-anchor-nav a {
    width: 100%;
  }

  .yx-material-detail {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 0;
  }

  .yx-material-detail__use {
    grid-column: 1;
    padding: 15px 0 0;
    border-top: 2px solid var(--yx-green);
    border-left: 0;
  }

  .yx-contact-panel {
    padding: 24px 20px;
  }

  .yx-lang-switch-floating {
    top: 72px;
    right: 12px;
  }
}
