/*
Theme Name: Yuxin B2B for Astra
Template: astra
Version: 1.0.1
Description: Astra child theme that presents Yuxin Machinery as a B2B manufacturing website.
Author: Yuxin Machinery
*/

:root {
  --yx-ink: #102033;
  --yx-ink-2: #1f344d;
  --yx-muted: #66768a;
  --yx-line: #dbe5ef;
  --yx-soft: #f4f7fa;
  --yx-soft-2: #eaf1f7;
  --yx-panel: #ffffff;
  --yx-blue: #155d9c;
  --yx-blue-dark: #0f3f6f;
  --yx-orange: #d86732;
  --yx-orange-dark: #b94f22;
  --yx-max: 1180px;
}

body {
  background: #f7f9fb;
  color: var(--yx-ink);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ast-container,
.site-content .ast-container {
  max-width: var(--yx-max);
}

body.home .site-content .ast-container,
body.front-page .site-content .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.home.ast-plain-container.ast-no-sidebar #primary,
body.front-page.ast-plain-container.ast-no-sidebar #primary,
body.home .site-content,
body.front-page .site-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.yx-inner-body .site-content .ast-container,
body.page-id-8 .site-content .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.yx-inner-body.ast-plain-container.ast-no-sidebar #primary,
body.yx-inner-body #primary,
body.yx-inner-body .site-content,
body.page-id-8.ast-plain-container.ast-no-sidebar #primary,
body.page-id-8 #primary,
body.page-id-8 .site-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.yx-inner-body .site-header {
  display: none !important;
}

.site-header,
.ast-primary-header-bar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.06);
}

.ast-primary-header-bar {
  min-height: 88px;
}

.ast-primary-header-bar .ast-builder-grid-row {
  min-height: 88px;
  align-items: center;
}

.site-header .site-logo-img,
.site-header .custom-logo-link {
  display: flex;
  align-items: center;
}

.site-header img.custom-logo {
  width: auto;
  max-width: 92px;
  max-height: 72px;
  object-fit: contain;
}

.site-header .ast-site-identity {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-branding .site-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.site-branding .site-title a {
  color: var(--yx-ink);
}

.site-branding .site-description {
  margin-top: 5px;
  color: var(--yx-muted);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-header-menu .menu-link {
  color: var(--yx-ink);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .menu-link:hover {
  color: var(--yx-blue);
}

.ast-builder-menu-1 .menu-item > .menu-link {
  padding-left: 12px;
  padding-right: 12px;
}

.main-header-menu,
.ast-builder-menu-1 .main-header-menu {
  flex-wrap: nowrap;
}

body:not(.home):not(.front-page) .site-header,
body:not(.home):not(.front-page) .ast-primary-header-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

body.admin-bar:not(.home):not(.front-page) .site-header,
body.admin-bar:not(.home):not(.front-page) .ast-primary-header-bar {
  top: 32px;
}

body:not(.home):not(.front-page) .ast-primary-header-bar,
body:not(.home):not(.front-page) .ast-primary-header-bar .ast-builder-grid-row {
  min-height: 74px;
  align-items: center;
}

body:not(.home):not(.front-page) .site-header .ast-site-identity {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.home):not(.front-page) .site-header img.custom-logo {
  max-height: 48px;
}

body:not(.home):not(.front-page) .site-header .site-header-section,
body:not(.home):not(.front-page) .site-header .ast-builder-layout-element,
body:not(.home):not(.front-page) .main-header-menu .menu-link {
  align-items: center;
}

body:not(.home):not(.front-page) .main-header-menu .menu-link {
  display: flex;
  min-height: 74px;
}

@media (max-width: 782px) {
  body.admin-bar:not(.home):not(.front-page) .site-header,
  body.admin-bar:not(.home):not(.front-page) .ast-primary-header-bar {
    top: 46px;
  }
}

body.home .site-header,
body.front-page .site-header,
body.home .ast-primary-header-bar,
body.front-page .ast-primary-header-bar {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home.yx-home-header-scrolled .site-header,
body.front-page.yx-home-header-scrolled .site-header {
  position: fixed;
  z-index: 999;
}

body.admin-bar.home.yx-home-header-scrolled .site-header,
body.admin-bar.front-page.yx-home-header-scrolled .site-header,
body.admin-bar.home.yx-home-header-scrolled .ast-primary-header-bar,
body.admin-bar.front-page.yx-home-header-scrolled .ast-primary-header-bar {
  top: 32px;
}

body.home.yx-home-header-scrolled .ast-primary-header-bar,
body.front-page.yx-home-header-scrolled .ast-primary-header-bar {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(14px);
}

body.home.yx-home-header-scrolled .ast-primary-header-bar,
body.front-page.yx-home-header-scrolled .ast-primary-header-bar,
body.home.yx-home-header-scrolled .ast-primary-header-bar .ast-builder-grid-row,
body.front-page.yx-home-header-scrolled .ast-primary-header-bar .ast-builder-grid-row {
  min-height: 74px;
  align-items: center;
}

body.home.yx-home-header-scrolled .site-header .ast-site-identity,
body.front-page.yx-home-header-scrolled .site-header .ast-site-identity {
  padding-top: 0;
  padding-bottom: 0;
}

body.home.yx-home-header-scrolled .site-header img.custom-logo,
body.front-page.yx-home-header-scrolled .site-header img.custom-logo {
  max-height: 48px;
}

body.home.yx-home-header-scrolled .site-header .site-header-section,
body.front-page.yx-home-header-scrolled .site-header .site-header-section,
body.home.yx-home-header-scrolled .site-header .ast-builder-layout-element,
body.front-page.yx-home-header-scrolled .site-header .ast-builder-layout-element,
body.home.yx-home-header-scrolled .main-header-menu .menu-link,
body.front-page.yx-home-header-scrolled .main-header-menu .menu-link {
  align-items: center;
}

body.home.yx-home-header-scrolled .main-header-menu .menu-link,
body.front-page.yx-home-header-scrolled .main-header-menu .menu-link {
  display: flex;
  min-height: 74px;
}

@media (max-width: 782px) {
  body.admin-bar.home.yx-home-header-scrolled .site-header,
  body.admin-bar.front-page.yx-home-header-scrolled .site-header,
  body.admin-bar.home.yx-home-header-scrolled .ast-primary-header-bar,
  body.admin-bar.front-page.yx-home-header-scrolled .ast-primary-header-bar {
    top: 46px;
  }
}

body.home .ast-primary-header-bar,
body.front-page .ast-primary-header-bar,
body.home .ast-primary-header-bar .ast-builder-grid-row,
body.front-page .ast-primary-header-bar .ast-builder-grid-row {
  min-height: 96px;
}

body.home .site-branding .site-title a,
body.front-page .site-branding .site-title a,
body.home .site-branding .site-description,
body.front-page .site-branding .site-description,
body.home .main-header-menu .menu-link,
body.front-page .main-header-menu .menu-link {
  color: #fff;
  text-shadow: 0 2px 12px rgba(2, 18, 36, 0.42);
  transition: color 180ms ease, text-shadow 180ms ease;
}

body.home.yx-home-header-scrolled .site-branding .site-title a,
body.front-page.yx-home-header-scrolled .site-branding .site-title a,
body.home.yx-home-header-scrolled .site-branding .site-description,
body.front-page.yx-home-header-scrolled .site-branding .site-description,
body.home.yx-home-header-scrolled .main-header-menu .menu-link,
body.front-page.yx-home-header-scrolled .main-header-menu .menu-link {
  color: var(--yx-ink);
  text-shadow: none;
}

body.home .main-header-menu .current-menu-item > .menu-link,
body.front-page .main-header-menu .current-menu-item > .menu-link,
body.home .main-header-menu .menu-link:hover,
body.front-page .main-header-menu .menu-link:hover {
  color: #fff;
}

body.home.yx-home-header-scrolled .main-header-menu .current-menu-item > .menu-link,
body.front-page.yx-home-header-scrolled .main-header-menu .current-menu-item > .menu-link,
body.home.yx-home-header-scrolled .main-header-menu .menu-link:hover,
body.front-page.yx-home-header-scrolled .main-header-menu .menu-link:hover {
  color: var(--yx-blue);
}

body.home .main-header-menu .current-menu-item > .menu-link::after,
body.front-page .main-header-menu .current-menu-item > .menu-link::after,
body.home .main-header-menu .menu-link:hover::after,
body.front-page .main-header-menu .menu-link:hover::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--yx-orange);
}

body.home .main-header-menu .menu-link,
body.front-page .main-header-menu .menu-link {
  position: relative;
}

body.home .yx-home-hero,
body.front-page .yx-home-hero {
  margin-top: 0;
}

.ast-button,
.button,
button,
input[type="button"],
input[type="submit"] {
  border-radius: 8px;
}

.yx-page {
  background: #f7f9fb;
  overflow: hidden;
}

.yx-section {
  padding: 86px 24px;
}

.yx-section--white {
  background: #fff;
}

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

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

.yx-eyebrow {
  margin: 0 0 12px;
  color: var(--yx-orange);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.yx-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.yx-section-title {
  margin: 0;
  color: var(--yx-ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: balance;
}

.yx-section-copy {
  margin: 0;
  color: var(--yx-muted);
  font-size: 16px;
  line-height: 1.72;
}

.yx-hero-lead strong,
.yx-section-copy strong,
.yx-product-card p strong,
.yx-strength-item p strong,
.yx-about-richtext p strong,
.yx-about-brief-cta__panel p strong,
.yx-contact-inquiry__copy p strong,
.yx-contact-inquiry__form p strong,
.yx-theme-footer p strong,
.yx-product-panel p strong,
.yx-product-panel li strong,
.yx-inquiry-card p strong {
  color: var(--yx-ink);
  font-weight: 850;
}

.yx-hero-lead strong,
.yx-about-brief-cta__panel p strong {
  color: #fff;
}

.yx-theme-footer p strong {
  color: #fff;
}

.yx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.yx-btn:hover {
  transform: translateY(-1px);
}

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

.yx-btn--primary {
  background: var(--yx-orange);
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(216, 103, 50, 0.22);
}

.yx-btn--primary:hover {
  background: var(--yx-orange-dark);
}

.yx-btn--secondary {
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

.yx-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.yx-btn--outline {
  border-color: var(--yx-line);
  background: #fff;
  color: var(--yx-ink) !important;
}

.yx-btn--outline:hover {
  border-color: rgba(21, 93, 156, 0.38);
  color: var(--yx-blue) !important;
  background: #f8fbfd;
}

.yx-home-hero {
  position: relative;
  box-sizing: border-box;
  height: min(720px, calc(100vh - 72px));
  min-height: 620px;
  display: block;
  background: #10263d;
  color: #fff;
  overflow: hidden;
}

.yx-home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.yx-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 32, 55, 0.48) 0%, rgba(9, 32, 55, 0.24) 42%, rgba(9, 32, 55, 0.02) 100%);
}

.yx-home-hero::after {
  display: none;
}

.yx-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  box-sizing: border-box;
  width: min(var(--yx-max), calc(100vw - 48px));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 52px 0;
}

.yx-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #f7d5c6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.yx-hero-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--yx-orange);
}

.yx-hero-title {
  max-width: 1140px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.yx-hero-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #dce8f3;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
  font-weight: 400;
}

.yx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.yx-hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 910px;
  margin-top: 24px;
}

.yx-hero-metric {
  padding: 16px 18px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.yx-hero-metric strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.yx-hero-metric span {
  display: block;
  margin-top: 8px;
  color: #c7d7e5;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 700;
}

.yx-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.yx-product-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--yx-line);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.yx-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(21, 93, 156, 0.36);
  box-shadow: 0 22px 48px rgba(16, 32, 51, 0.11);
}

.yx-product-card__image {
  height: 168px;
  background: var(--yx-soft-2);
  overflow: hidden;
}

.yx-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.yx-product-card:hover img {
  transform: scale(1.04);
}

.yx-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.yx-product-card h3 {
  margin: 0 0 10px;
  color: var(--yx-ink);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
}

.yx-product-card p {
  margin: 0;
  color: var(--yx-muted);
  font-size: 14px;
  line-height: 1.58;
}

.yx-product-card__link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--yx-blue);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.yx-about-entry__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
}

.yx-about-entry__copy {
  max-width: 600px;
}

.yx-about-entry__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 30px;
}

.yx-about-entry__points span {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 14px;
  background: var(--yx-soft);
  border-left: 3px solid var(--yx-orange);
  color: var(--yx-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.yx-about-entry__media {
  position: relative;
  overflow: hidden;
  background: #dbe5ef;
  box-shadow: 0 24px 54px rgba(16, 32, 51, 0.12);
}

.yx-about-entry__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.46);
  pointer-events: none;
}

.yx-about-entry__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.yx-home-products .yx-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  gap: 20px;
  justify-content: center;
}

.yx-home-products .yx-product-card {
  position: relative;
  aspect-ratio: 0.92 / 1;
  min-height: 0;
  border: 0;
  background: #fff;
  border-top: 4px solid transparent;
  box-shadow: 0 16px 38px rgba(16, 32, 51, 0.07);
}

.yx-product-card--matrix .yx-product-card__image {
  display: grid;
  place-items: center;
  height: 68%;
  min-height: 128px;
  padding: 18px 20px 8px;
  background: #fff;
}

.yx-product-card--matrix .yx-product-card__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 82%;
  max-height: 82%;
  object-fit: contain;
  object-position: center;
}

.yx-product-card--matrix:hover img {
  transform: none;
}

.yx-product-card--matrix .yx-product-card__body {
  min-height: 0;
  padding: 12px 20px 18px;
}

.yx-product-card--matrix h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.yx-product-card--matrix p {
  display: none;
}

.yx-product-card--matrix .yx-product-card__link {
  padding-top: 14px;
}

.yx-strength-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.92fr);
  gap: 46px;
  align-items: center;
}

.yx-strength-overview__copy {
  max-width: 640px;
}

.yx-strength-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.yx-strength-item {
  padding: 20px;
  background: var(--yx-soft);
  border-top: 3px solid var(--yx-blue);
}

.yx-strength-item h3 {
  margin: 0 0 9px;
  color: var(--yx-ink);
  font-size: 17px;
  line-height: 1.24;
  font-weight: 600;
}

.yx-strength-item p {
  margin: 0;
  color: var(--yx-muted);
  font-size: 14px;
  line-height: 1.58;
}

.yx-strength-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.yx-strength-gallery img {
  display: block;
  width: 100%;
  height: 210px;
  padding: 12px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--yx-line);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.yx-strength-gallery img:nth-child(n+3) {
  padding: 0;
  object-fit: cover;
}

.yx-strength-certificate-panel {
  --yx-cert-speed-1: 24s;
  --yx-cert-speed-2: 28s;
}

.yx-strength-certificate-panel[data-yx-speed="slow"] {
  --yx-cert-speed-1: 36s;
  --yx-cert-speed-2: 42s;
}

.yx-strength-certificate-panel[data-yx-speed="normal"] {
  --yx-cert-speed-1: 24s;
  --yx-cert-speed-2: 28s;
}

.yx-strength-certificate-panel[data-yx-speed="fast"] {
  --yx-cert-speed-1: 14s;
  --yx-cert-speed-2: 16s;
}

.yx-strength-certificate-scroll {
  position: relative;
  box-sizing: border-box;
  height: 540px;
  overflow: hidden;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(244, 247, 250, 0.96), rgba(255, 255, 255, 0.94)),
    #fff;
  border: 1px solid var(--yx-line);
  box-shadow: 0 22px 54px rgba(16, 32, 51, 0.09);
}

.yx-strength-certificate-scroll::before,
.yx-strength-certificate-scroll::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  height: 58px;
  pointer-events: none;
}

.yx-strength-certificate-scroll::before {
  top: 14px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.yx-strength-certificate-scroll::after {
  bottom: 14px;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.yx-strength-certificate-column {
  min-width: 0;
  overflow: hidden;
}

.yx-strength-certificate-scroll__track {
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: yx-certificate-scroll var(--yx-cert-speed-1) linear infinite;
  will-change: transform;
}

.yx-strength-certificate-column--2 .yx-strength-certificate-scroll__track {
  animation-name: yx-certificate-scroll-reverse;
  animation-duration: var(--yx-cert-speed-2);
  transform: translate3d(0, -50%, 0);
}

.yx-strength-certificate-scroll:hover .yx-strength-certificate-scroll__track {
  animation-play-state: paused;
}

.yx-strength-certificate-card {
  box-sizing: border-box;
  flex: 0 0 168px;
  height: 168px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(219, 229, 239, 0.86);
}

.yx-strength-certificate-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.yx-strength-certificate-column--2 .yx-strength-certificate-card {
  position: relative;
  flex-basis: 220px;
  height: 220px;
  padding: 12px;
  overflow: hidden;
}

.yx-strength-certificate-column--2 .yx-strength-certificate-card img {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  height: calc(100% - 24px) !important;
  max-height: calc(100% - 24px) !important;
  object-fit: contain;
  object-position: center;
}

.yx-strength-speed-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.yx-strength-speed-dot,
.yx-strength-speed-dot:hover,
.yx-strength-speed-dot:focus {
  appearance: none;
  box-sizing: border-box;
  width: 7px;
  min-width: 7px;
  height: 7px;
  min-height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  line-height: 1;
  color: transparent;
  background: rgba(16, 32, 51, 0.24);
  box-shadow: none;
  cursor: pointer;
}

.yx-strength-speed-dot.is-active,
.yx-strength-speed-dot.is-active:hover,
.yx-strength-speed-dot.is-active:focus {
  background: var(--yx-orange);
  transform: scale(1.22);
}

.yx-strength-speed-dot:focus-visible {
  outline: 2px solid rgba(21, 93, 156, 0.42);
  outline-offset: 3px;
}

@keyframes yx-certificate-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes yx-certificate-scroll-reverse {
  from {
    transform: translate3d(0, -50%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.yx-application-contact__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.85fr);
  gap: 0;
  align-items: stretch;
  background: #fff;
  box-shadow: 0 22px 54px rgba(16, 32, 51, 0.09);
}

.yx-application-contact__image {
  position: relative;
  min-height: 430px;
  background: #dbe5ef;
  overflow: hidden;
}

.yx-application-contact__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yx-application-contact__image--carousel img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 1000ms ease, transform 5000ms ease;
  will-change: opacity, transform;
  pointer-events: none;
}

.yx-application-contact__image--carousel img.is-active {
  opacity: 1;
  transform: scale(1);
}

.yx-application-contact__copy {
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.yx-application-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

html.yx-motion-ready .yx-animate {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 680ms cubic-bezier(.22, .72, .18, 1),
    transform 680ms cubic-bezier(.22, .72, .18, 1),
    clip-path 780ms cubic-bezier(.22, .72, .18, 1);
  transition-delay: var(--yx-anim-delay, 0ms);
}

html.yx-motion-ready .yx-animate--fade-right {
  transform: translate3d(-28px, 0, 0);
}

html.yx-motion-ready .yx-animate--fade-left {
  transform: translate3d(28px, 0, 0);
}

html.yx-motion-ready .yx-animate--rise {
  transform: translate3d(0, 18px, 0);
}

html.yx-motion-ready .yx-animate--card-up {
  transform: translate3d(0, 28px, 0) scale(.985);
}

html.yx-motion-ready .yx-animate--scale-in {
  transform: scale(.965);
}

html.yx-motion-ready .yx-animate--line-card {
  transform: translate3d(0, 18px, 0);
}

html.yx-motion-ready .yx-animate--image-reveal {
  clip-path: inset(0 18% 0 0);
  transform: translate3d(18px, 0, 0);
}

html.yx-motion-ready .yx-animate--hero-image {
  opacity: 1;
  transform: scale(1.045);
  transition: transform 1800ms cubic-bezier(.22, .72, .18, 1);
}

html.yx-motion-ready .yx-animate.yx-in-view {
  opacity: 1;
  transform: none;
  clip-path: inset(0);
}

@media (prefers-reduced-motion: reduce) {
  html.yx-motion-ready .yx-animate,
  .yx-animate {
    opacity: 1 !important;
    transform: none !important;
    clip-path: inset(0) !important;
    transition: none !important;
  }

  .yx-application-contact__image--carousel img {
    transition: none;
  }
}

.yx-capability {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 42px;
  align-items: center;
}

.yx-capability__media {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 16px;
  align-items: end;
}

.yx-capability__media img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 22px 48px rgba(16, 32, 51, 0.12);
}

.yx-capability__media img:first-child {
  aspect-ratio: 4 / 5;
}

.yx-capability__media img:last-child {
  aspect-ratio: 1 / 1.2;
  margin-bottom: 42px;
}

.yx-capability__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.yx-capability-item {
  padding: 22px;
  background: #fff;
  border-left: 3px solid var(--yx-orange);
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.06);
}

.yx-capability-item strong {
  display: block;
  color: var(--yx-ink);
  font-size: 17px;
  font-weight: 850;
}

.yx-capability-item span {
  display: block;
  margin-top: 8px;
  color: var(--yx-muted);
  font-size: 14px;
  line-height: 1.58;
}

.yx-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.yx-app-card {
  min-height: 240px;
  padding: 24px;
  background: #fff;
  border-top: 4px solid var(--yx-blue);
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.06);
}

.yx-app-card h3 {
  margin: 0 0 14px;
  color: var(--yx-ink);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 850;
}

.yx-app-card p {
  margin: 0;
  color: var(--yx-muted);
  font-size: 15px;
  line-height: 1.65;
}

.yx-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--yx-line);
  border: 1px solid var(--yx-line);
}

.yx-process-step {
  min-height: 250px;
  padding: 28px;
  background: #fff;
}

.yx-process-step span {
  color: var(--yx-orange);
  font-size: 13px;
  font-weight: 900;
}

.yx-process-step h3 {
  margin: 52px 0 12px;
  color: var(--yx-ink);
  font-size: 22px;
  font-weight: 850;
}

.yx-process-step p {
  margin: 0;
  color: var(--yx-muted);
  font-size: 14px;
  line-height: 1.62;
}

.yx-cta {
  position: relative;
  padding: 72px;
  overflow: hidden;
  background: var(--yx-blue-dark);
  color: #fff;
}

.yx-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 63, 111, 0.96), rgba(15, 63, 111, 0.82)), var(--yx-cta-image) center / cover no-repeat;
}

.yx-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.yx-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
}

.yx-cta p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #d9e8f3;
  font-size: 17px;
  line-height: 1.65;
}

.yx-theme-footer {
  background: #0d2034;
  color: #d6e2ee;
  padding: 54px 24px 28px;
}

.yx-theme-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.9fr) 130px;
  gap: 34px;
  width: min(var(--yx-max), calc(100vw - 48px));
  margin: 0 auto;
}

.yx-theme-footer h2,
.yx-theme-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-weight: 850;
}

.yx-theme-footer h2 {
  font-size: 30px;
  line-height: 1.05;
}

.yx-theme-footer h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.yx-theme-footer p,
.yx-theme-footer a,
.yx-theme-footer li {
  color: #b8cadb;
  font-size: 14px;
  line-height: 1.62;
}

.yx-theme-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yx-theme-footer a {
  text-decoration: none;
}

.yx-theme-footer a:hover {
  color: #fff;
}

.yx-theme-footer img {
  width: 104px;
  height: 104px;
  padding: 6px;
  object-fit: contain;
  background: #fff;
}

.yx-theme-footer__copy {
  width: min(var(--yx-max), calc(100vw - 48px));
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #8ca4bb;
  font-size: 13px;
}

.yx-product-page {
  background: #f7f9fb;
}

.yx-product-hero {
  padding: 74px 24px 62px;
  background: linear-gradient(135deg, #10263d, #143d63);
  color: #fff;
}

.yx-product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.yx-product-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
  font-weight: 940;
  letter-spacing: 0;
  text-wrap: balance;
}

.yx-product-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: #dbe8f4;
  font-size: 18px;
  line-height: 1.66;
}

.yx-product-hero__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.yx-product-hero__meta div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.yx-product-hero__meta span {
  display: block;
  color: #a9c4dc;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.yx-product-hero__meta strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}

.yx-product-hero__image {
  min-height: 420px;
  padding: 30px;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.yx-product-hero__image img {
  display: block;
  max-width: 100%;
  max-height: 390px;
  object-fit: contain;
}

.yx-product-body {
  padding: 74px 24px;
}

.yx-product-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.yx-product-panel {
  background: #fff;
  border: 1px solid var(--yx-line);
  padding: 34px;
  box-shadow: 0 16px 38px rgba(16, 32, 51, 0.06);
}

.yx-product-panel + .yx-product-panel {
  margin-top: 20px;
}

.yx-product-panel h2 {
  margin: 0 0 18px;
  color: var(--yx-ink);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 880;
}

.yx-product-panel p,
.yx-product-panel li {
  color: var(--yx-muted);
  font-size: 15px;
  line-height: 1.75;
}

.yx-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--yx-line);
  border: 1px solid var(--yx-line);
}

.yx-product-specs div {
  padding: 16px;
  background: #fff;
}

.yx-product-specs span {
  display: block;
  color: var(--yx-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.yx-product-specs strong {
  display: block;
  margin-top: 7px;
  color: var(--yx-ink);
  font-size: 16px;
  font-weight: 850;
}

.yx-product-sidebar {
  position: sticky;
  top: 100px;
}

.yx-inquiry-card {
  background: #fff;
  border: 1px solid var(--yx-line);
  padding: 28px;
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08);
}

.yx-inquiry-card h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.14;
  font-weight: 880;
}

.yx-inquiry-card p {
  margin: 0 0 18px;
  color: var(--yx-muted);
  line-height: 1.65;
}

.yx-inquiry-card .wpcf7 form,
.yx-inquiry-card form {
  display: grid;
  gap: 10px;
}

.yx-inquiry-card p {
  display: contents;
}

.yx-inquiry-card input[type="text"],
.yx-inquiry-card input[type="email"],
.yx-inquiry-card input[type="tel"],
.yx-inquiry-card textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--yx-line);
  border-radius: 8px;
  background: #f8fbfd;
  padding: 0 12px;
  color: var(--yx-ink);
  font-size: 14px;
}

.yx-inquiry-card textarea {
  min-height: 110px;
  padding-top: 11px;
}

.yx-inquiry-card input[type="submit"] {
  width: 100%;
  min-height: 48px;
  border: 0;
  background: var(--yx-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

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

.yx-about-page {
  background: #f7f9fb;
}

.yx-about-hero {
  position: relative;
  min-height: 370px;
  display: block;
  overflow: hidden;
  background: #10263d;
  color: #fff;
}

.yx-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(104deg, rgba(8, 18, 32, 0.34) 0%, rgba(18, 41, 61, 0.18) 48%, rgba(30, 48, 64, 0.03) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(4, 18, 32, 0.04) 100%);
}

.yx-about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  height: 32px;
  background: #f7f9fb;
  clip-path: polygon(0 62%, 50% 100%, 100% 62%, 100% 100%, 0 100%);
}

.yx-about-nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 3;
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.yx-about-nav__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.yx-about-nav__logo {
  display: block;
  width: auto;
  max-width: 72px;
  max-height: 58px;
  object-fit: contain;
}

.yx-about-nav__logo-mark {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.yx-about-nav__brand strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 12px rgba(2, 18, 36, 0.42);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.yx-about-nav__brand em {
  display: block;
  margin-top: 6px;
  color: #d9e6ef;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 12px rgba(2, 18, 36, 0.3);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.yx-about-nav__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.yx-about-nav__menu a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.yx-about-nav__menu a.is-active::after,
.yx-about-nav__menu a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  border-radius: 999px;
  background: var(--yx-orange);
}

body.yx-inner-nav-scrolled .yx-about-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  max-width: none;
  height: 80px;
  padding: 0 max(28px, calc((100vw - 1220px) / 2 + 28px));
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(14px);
}

body.admin-bar.yx-inner-nav-scrolled .yx-about-nav {
  top: 32px;
}

body.yx-inner-nav-scrolled .yx-about-nav__logo {
  max-height: 48px;
}

body.yx-inner-nav-scrolled .yx-about-nav__logo-mark {
  color: var(--yx-ink);
  border-color: rgba(16, 32, 51, 0.22);
}

body.yx-inner-nav-scrolled .yx-about-nav__brand strong,
body.yx-inner-nav-scrolled .yx-about-nav__brand em,
body.yx-inner-nav-scrolled .yx-about-nav__menu a {
  color: var(--yx-ink);
  text-shadow: none;
}

body.yx-inner-nav-scrolled .yx-about-nav__menu a.is-active,
body.yx-inner-nav-scrolled .yx-about-nav__menu a:hover {
  color: var(--yx-blue);
}

body.yx-inner-nav-scrolled .yx-about-hero {
  min-height: 370px;
}

@media (max-width: 782px) {
  body.admin-bar.yx-inner-nav-scrolled .yx-about-nav {
    top: 46px;
  }
}

.yx-about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.yx-about-hero__inner {
  position: relative;
  z-index: 3;
  max-width: 1220px;
  margin: 0 auto;
  padding: 34px 28px 66px;
  text-shadow: 0 2px 14px rgba(3, 18, 32, 0.34);
}

.yx-about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.yx-about-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.yx-about-breadcrumb a:hover {
  color: #fff;
}

.yx-about-breadcrumb span {
  display: inline-flex;
  align-items: center;
}

.yx-about-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.yx-about-hero h1::after {
  display: none;
}

.yx-about-hero p:not(.yx-hero-kicker) {
  max-width: 690px;
  margin: 18px 0 0;
  color: #f2f8fd;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
  text-wrap: pretty;
}

.yx-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.yx-about-intro__grid,
.yx-about-patents__grid,
.yx-chairman__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.9fr);
  gap: 48px;
  align-items: center;
}

.yx-about-intro__media,
.yx-about-patents__media {
  overflow: hidden;
  background: #dbe5ef;
  box-shadow: 0 22px 52px rgba(16, 32, 51, 0.12);
}

.yx-about-intro__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.yx-about-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--yx-line);
  border: 1px solid var(--yx-line);
}

.yx-about-metric {
  min-height: 152px;
  padding: 26px;
  background: #fff;
}

.yx-about-metric strong {
  display: block;
  color: var(--yx-blue);
  font-size: 38px;
  line-height: 1;
  font-weight: 930;
}

.yx-about-metric span {
  display: block;
  margin-top: 12px;
  color: var(--yx-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.yx-about-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.yx-about-strength-card {
  min-height: 260px;
  padding: 26px;
  background: #fff;
  border-top: 4px solid var(--yx-blue);
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.06);
}

.yx-about-strength-card h3 {
  margin: 0 0 14px;
  color: var(--yx-ink);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 880;
}

.yx-about-strength-card p {
  margin: 0;
  color: var(--yx-muted);
  font-size: 15px;
  line-height: 1.68;
}

.yx-about-patents__media {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: end;
  padding: 14px;
}

.yx-about-patents__media img {
  display: block;
  width: 100%;
  object-fit: cover;
  background: #fff;
}

.yx-about-patents__media img:first-child {
  aspect-ratio: 4 / 5;
}

.yx-about-patents__media img:last-child {
  aspect-ratio: 1 / 1.15;
  margin-bottom: 40px;
}

.yx-about-patent-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.yx-about-patent-list li {
  position: relative;
  padding: 16px 18px 16px 42px;
  background: #fff;
  border: 1px solid var(--yx-line);
  color: var(--yx-ink);
  font-size: 16px;
  font-weight: 820;
  line-height: 1.4;
}

.yx-about-patent-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 10px;
  height: 10px;
  background: var(--yx-orange);
}

.yx-about-location__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 54px rgba(16, 32, 51, 0.09);
}

.yx-about-location__panel > div {
  padding: 54px;
}

.yx-about-location__panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.yx-chairman__quote {
  padding: 54px;
  background: #fff;
  border-left: 5px solid var(--yx-orange);
  box-shadow: 0 22px 54px rgba(16, 32, 51, 0.09);
}

.yx-chairman__quote h2 {
  margin: 0 0 24px;
  color: var(--yx-ink);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  font-weight: 920;
  letter-spacing: 0;
}

.yx-chairman__quote p {
  margin: 0 0 16px;
  color: var(--yx-muted);
  font-size: 16px;
  line-height: 1.76;
}

.yx-chairman__quote strong {
  display: inline-flex;
  margin-top: 10px;
  color: var(--yx-blue);
  font-size: 18px;
  font-weight: 900;
}

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

.yx-chairman__side span {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background: var(--yx-blue-dark);
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 880;
}

.yx-chairman__side span:nth-child(2),
.yx-chairman__side span:nth-child(3) {
  background: var(--yx-blue);
}

.yx-about-certificate-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.yx-about-certificate-grid img {
  display: block;
  width: 100%;
  height: 270px;
  padding: 12px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--yx-line);
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.06);
}

.yx-about-page--simple {
  background: #f7f9fb;
  overflow-x: clip;
}

html.yx-motion-ready .yx-about-page .yx-animate {
  opacity: 0;
  transform: translateY(22px);
  filter: none;
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 220ms ease, border-color 220ms ease;
  will-change: opacity, transform;
}

html.yx-motion-ready .yx-about-page .yx-slide-left {
  transform: translateX(-34px);
}

html.yx-motion-ready .yx-about-page .yx-slide-right {
  transform: translateX(34px);
}

html.yx-motion-ready .yx-about-page .yx-rise-up {
  transform: translateY(24px);
}

html.yx-motion-ready .yx-about-page .yx-animate.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

html.yx-motion-ready .yx-about-page .yx-delay-1 {
  transition-delay: 120ms;
}

html.yx-motion-ready .yx-about-page .yx-delay-2 {
  transition-delay: 220ms;
}

.yx-about-simple-hero {
  padding: 78px 24px 70px;
  background: linear-gradient(180deg, #f7f9fb 0%, #edf3f8 100%);
}

.yx-about-simple-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: 48px;
  align-items: center;
}

.yx-about-simple-hero__copy h1 {
  margin: 0;
  color: var(--yx-ink);
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.04;
  font-weight: 940;
  letter-spacing: 0;
}

.yx-about-simple-hero__copy p:not(.yx-eyebrow) {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--yx-muted);
  font-size: 20px;
  line-height: 1.72;
  font-weight: 680;
}

.yx-about-simple-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.yx-about-simple-hero__media {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--yx-line);
  box-shadow: 0 24px 58px rgba(16, 32, 51, 0.12);
  overflow: hidden;
}

.yx-about-simple-hero__media img {
  display: block;
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  transition: transform 420ms ease;
}

.yx-about-simple-hero__media:hover img {
  transform: scale(1.018);
}

.yx-about-text-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.82fr);
  gap: 56px;
  align-items: start;
}

.yx-about-richtext {
  padding: 42px;
  background: #fff;
  border: 1px solid var(--yx-line);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.yx-about-richtext p {
  margin: 0 0 18px;
  color: var(--yx-ink-2);
  font-size: 18px;
  line-height: 1.92;
}

.yx-about-richtext p:last-child {
  margin-bottom: 0;
}

.yx-about-richtext strong {
  display: inline-flex;
  margin-top: 8px;
  color: var(--yx-orange-dark);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.yx-about-patent-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 24px;
}

.yx-about-text-grid > div:first-child .yx-about-patent-proof {
  grid-template-columns: 1fr;
  margin-top: 28px;
  margin-bottom: 0;
}

.yx-about-patent-proof figure {
  margin: 0;
  padding: 12px;
  background: #f7f9fb;
  border: 1px solid var(--yx-line);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.yx-about-patent-proof img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
  background: #fff;
}

.yx-about-patent-proof figure:hover {
  transform: translateY(-2px);
  border-color: rgba(21, 93, 156, 0.32);
  box-shadow: 0 14px 30px rgba(16, 32, 51, 0.08);
}

.yx-about-text-grid > div:first-child .yx-about-patent-proof img {
  height: 180px;
}

.yx-about-message-line {
  margin: 22px 0 0;
  color: var(--yx-orange-dark);
  font-size: 22px;
  line-height: 1.42;
  font-weight: 900;
}

.yx-about-richtext--quote {
  border-left: 5px solid var(--yx-orange);
}

.yx-about-brief-cta__panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: var(--yx-blue-dark);
  color: #fff;
  box-shadow: 0 22px 54px rgba(16, 32, 51, 0.1);
}

.yx-about-brief-cta__panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.yx-about-brief-cta__panel > div {
  padding: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.yx-about-brief-cta__panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  font-weight: 920;
  letter-spacing: 0;
}

.yx-about-brief-cta__panel p:not(.yx-eyebrow) {
  max-width: 680px;
  margin: 18px 0 28px;
  color: #d9e8f3;
  font-size: 17px;
  line-height: 1.7;
}

.yx-contact-page {
  background: #f7f9fb;
}

html.yx-motion-ready .yx-contact-page .yx-animate {
  transition:
    opacity 420ms cubic-bezier(.22, .72, .18, 1),
    transform 420ms cubic-bezier(.22, .72, .18, 1),
    clip-path 520ms cubic-bezier(.22, .72, .18, 1);
  transition-delay: var(--yx-anim-delay, 0ms);
}

.yx-contact-hero {
  position: relative;
  margin-top: 0;
  min-height: 370px;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(104deg, rgba(8, 18, 32, 0.48) 0%, rgba(18, 41, 61, 0.24) 46%, rgba(30, 48, 64, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(4, 18, 32, 0.04) 100%),
    var(--yx-contact-hero-image);
  background-size: cover;
  background-position: center 54%;
  color: #fff;
}

.yx-contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 32px;
  background: #f4f7fa;
  clip-path: polygon(0 62%, 50% 100%, 100% 62%, 100% 100%, 0 100%);
}

.yx-contact-hero__inner {
  position: relative;
  z-index: 2;
  padding: 34px 0 66px;
}

.yx-contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #f2f8fd;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 750;
  text-shadow: 0 2px 12px rgba(3, 18, 32, 0.34);
}

.yx-contact-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.yx-contact-breadcrumb a:hover {
  text-decoration: underline;
}

.yx-contact-breadcrumb i {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.95;
}

.yx-contact-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 930;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(3, 18, 32, 0.34);
}

.yx-contact-simple {
  padding-top: 46px;
  padding-bottom: 42px;
  background: #f4f7fa;
}

.yx-contact-simple .yx-wrap {
  width: min(1280px, calc(100vw - 72px));
}

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

.yx-contact-card {
  min-height: 118px;
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  overflow: hidden;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--yx-line);
  border-top: 4px solid var(--yx-orange);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.06);
}

.yx-contact-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(21, 93, 156, 0.85), rgba(216, 103, 50, 0.72));
}

.yx-contact-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #eef5fb;
  color: var(--yx-blue);
  border-radius: 8px;
}

.yx-contact-card__icon svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.yx-contact-card h2 {
  margin: 0 0 5px;
  color: var(--yx-ink);
  font-size: 20px;
  line-height: 1.12;
  font-weight: 880;
  letter-spacing: 0;
}

.yx-contact-card p,
.yx-contact-card a {
  margin: 0;
  color: var(--yx-ink-2);
  font-size: 15px;
  line-height: 1.48;
  font-weight: 500;
  text-decoration: none;
  overflow-wrap: break-word;
}

.yx-contact-card__links {
  display: grid;
  gap: 4px;
}

.yx-contact-card a:hover {
  color: var(--yx-blue);
}

.yx-contact-inquiry {
  padding-top: 42px;
  padding-bottom: 64px;
}

.yx-contact-inquiry__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 440px);
  gap: 36px;
  align-items: start;
}

.yx-contact-inquiry__copy {
  padding-top: 18px;
}

.yx-contact-inquiry__copy .yx-section-title {
  font-size: clamp(30px, 3.2vw, 42px);
}

.yx-contact-inquiry__copy .yx-section-copy {
  max-width: 560px;
  margin-top: 14px;
}

.yx-contact-inquiry__form {
  padding: 22px;
  box-shadow: 0 22px 54px rgba(16, 32, 51, 0.1);
}

.yx-contact-inquiry__form h2 {
  margin-bottom: 8px;
  font-size: 23px;
}

.yx-contact-inquiry__form > p {
  margin-bottom: 14px;
  font-size: 14px;
}

.yx-contact-inquiry__form br {
  display: none;
}

.yx-contact-inquiry__form .wpcf7 form,
.yx-contact-inquiry__form form {
  gap: 8px;
}

.yx-contact-inquiry__form input[type="text"],
.yx-contact-inquiry__form input[type="email"],
.yx-contact-inquiry__form input[type="tel"] {
  min-height: 38px;
  padding: 0 11px;
  font-size: 13px;
}

.yx-contact-inquiry__form textarea {
  height: 92px;
  min-height: 82px;
  padding: 10px 11px;
  font-size: 13px;
  resize: vertical;
}

.yx-contact-inquiry__form input[type="submit"] {
  min-height: 42px;
  margin-top: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html.yx-motion-ready .yx-about-page .yx-animate,
  html.yx-motion-ready .yx-about-page .yx-animate.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .yx-about-simple-hero__media img,
  .yx-about-patent-proof figure {
    transition: none;
  }

  .yx-about-simple-hero__media:hover img,
  .yx-about-patent-proof figure:hover {
    transform: none;
  }

  .yx-strength-certificate-scroll__track {
    animation: none;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .yx-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .yx-home-products .yx-product-card,
  .yx-home-products .yx-product-card:nth-child(1),
  .yx-home-products .yx-product-card:nth-child(2),
  .yx-home-products .yx-product-card:nth-child(3),
  .yx-home-products .yx-product-card:nth-child(n+4) {
    display: flex;
    aspect-ratio: 0.92 / 1;
    min-height: 0;
    flex-direction: column;
    grid-column: auto;
    grid-row: auto;
  }

  .yx-home-products .yx-product-card:nth-child(1) .yx-product-card__image,
  .yx-home-products .yx-product-card:nth-child(2) .yx-product-card__image,
  .yx-home-products .yx-product-card:nth-child(3) .yx-product-card__image,
  .yx-home-products .yx-product-card:nth-child(n+4) .yx-product-card__image {
    aspect-ratio: auto;
    height: 68%;
    min-height: 0;
    background: #fff;
  }

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

  .yx-theme-footer__grid,
  .yx-product-body__grid,
  .yx-about-entry__grid,
  .yx-strength-overview__grid,
  .yx-application-contact__panel,
  .yx-about-intro__grid,
  .yx-about-patents__grid,
  .yx-about-location__panel,
  .yx-chairman__grid,
  .yx-about-simple-hero__grid,
  .yx-about-text-grid,
  .yx-about-brief-cta__panel,
  .yx-contact-inquiry__grid {
    grid-template-columns: 1fr;
  }

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

  .yx-strength-certificate-scroll {
    height: 520px;
  }

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

  .yx-product-sidebar {
    position: static;
  }
}

@media (max-width: 820px) {
  .yx-section {
    padding: 64px 20px;
  }

  .yx-wrap,
  .yx-hero-inner,
  .yx-theme-footer__grid,
  .yx-theme-footer__copy {
    width: min(100% - 36px, var(--yx-max));
  }

  .yx-home-hero {
    height: auto;
    min-height: 0;
  }

  .yx-home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .yx-home-hero::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 28, 50, 0.82), rgba(7, 28, 50, 0.54));
  }

  .yx-hero-inner {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 560px;
    padding: 104px 0 48px;
    justify-content: center;
  }

  .yx-hero-kicker {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .yx-hero-title {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 42px);
    line-height: 1.04;
  }

  .yx-hero-lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .yx-hero-actions {
    margin-top: 24px;
  }

  .yx-hero-metrics {
    margin-top: 28px;
  }

  .yx-hero-metric strong {
    font-size: 20px;
  }

  .yx-hero-metric span {
    font-size: 12px;
    line-height: 1.35;
  }

  .yx-hero-metrics,
  .yx-product-grid,
  .yx-capability,
  .yx-capability__list,
  .yx-section-head,
  .yx-cta__inner,
  .yx-product-hero__grid,
  .yx-product-hero__meta,
  .yx-product-specs,
  .yx-related-grid,
  .yx-about-metrics,
  .yx-about-strength-grid,
  .yx-about-certificate-grid,
  .yx-chairman__side {
    grid-template-columns: 1fr;
  }

  .yx-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .yx-hero-metric {
    padding: 12px;
  }

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

  .yx-product-card {
    min-height: auto;
  }

  .yx-home-products .yx-product-card {
    aspect-ratio: 0.92 / 1;
    min-height: 0;
  }

  .yx-home-products .yx-product-grid {
    grid-template-columns: 1fr;
  }

  .yx-home-products .yx-product-card,
  .yx-home-products .yx-product-card:nth-child(1) {
    background: #fff;
    color: var(--yx-ink);
  }

  .yx-home-products .yx-product-card:nth-child(1) h3,
  .yx-home-products .yx-product-card:nth-child(1) p,
  .yx-home-products .yx-product-card:nth-child(1) .yx-product-card__link {
    color: inherit;
  }

  .yx-home-products .yx-product-card:nth-child(1) p {
    color: var(--yx-muted);
  }

  .yx-home-products .yx-product-card:nth-child(1) .yx-product-card__image {
    background: #fff;
  }

  .yx-product-card--matrix .yx-product-card__image,
  .yx-home-products .yx-product-card:nth-child(1) .yx-product-card__image,
  .yx-home-products .yx-product-card:nth-child(2) .yx-product-card__image,
  .yx-home-products .yx-product-card:nth-child(3) .yx-product-card__image,
  .yx-home-products .yx-product-card:nth-child(n+4) .yx-product-card__image {
    aspect-ratio: auto;
    height: 68%;
    background: #fff;
  }

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

  .yx-capability__media img:last-child {
    margin-bottom: 0;
  }

  .yx-capability__media img:first-child,
  .yx-capability__media img:last-child {
    aspect-ratio: 16 / 10;
  }

  .yx-cta {
    padding: 48px 28px;
  }

  .yx-product-hero__image {
    min-height: 300px;
  }

  .yx-about-entry__points,
  .yx-strength-list,
  .yx-strength-gallery {
    grid-template-columns: 1fr;
  }

  .yx-strength-certificate-scroll {
    height: 430px;
    padding: 12px;
    gap: 10px;
  }

  .yx-strength-certificate-scroll__track {
    gap: 10px;
  }

  .yx-strength-certificate-card {
    flex-basis: 132px;
    height: 132px;
    padding: 8px;
  }

  .yx-strength-certificate-column--2 .yx-strength-certificate-card {
    flex-basis: 170px;
    height: 170px;
    padding: 9px;
  }

  .yx-strength-certificate-column--2 .yx-strength-certificate-card img {
    inset: 9px;
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    height: calc(100% - 18px) !important;
    max-height: calc(100% - 18px) !important;
  }

  .yx-strength-speed-controls {
    gap: 7px;
    margin-top: 10px;
  }

  .yx-strength-speed-dot,
  .yx-strength-speed-dot:hover,
  .yx-strength-speed-dot:focus {
    width: 6px;
    min-width: 6px;
    height: 6px;
    min-height: 6px;
  }

  .yx-about-entry__media img,
  .yx-application-contact__image {
    min-height: 260px;
  }

  .yx-strength-gallery img {
    height: 220px;
  }

  .yx-about-hero {
    min-height: 286px;
  }

  .yx-about-nav {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 22px;
  }

  .yx-about-nav__logo {
    max-height: 48px;
  }

  .yx-about-nav__logo-mark {
    width: 46px;
    height: 46px;
  }

  .yx-about-nav__menu {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .yx-about-nav__menu a {
    min-height: 30px;
  }

  .yx-about-nav__menu a.is-active::after,
  .yx-about-nav__menu a:hover::after {
    bottom: -4px;
  }

  body.yx-inner-nav-scrolled .yx-about-nav {
    height: auto;
    min-height: 88px;
    align-items: flex-start;
    padding: 14px 22px;
  }

  .yx-about-hero__inner {
    width: min(100% - 44px, var(--yx-max));
    padding: 28px 0 60px;
  }

  .yx-about-hero h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .yx-about-hero p:not(.yx-hero-kicker) {
    font-size: 16px;
  }

  .yx-about-metric {
    min-height: 120px;
    padding: 22px;
  }

  .yx-about-strength-card {
    min-height: auto;
  }

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

  .yx-about-patents__media img:first-child,
  .yx-about-patents__media img:last-child {
    aspect-ratio: 16 / 10;
    margin-bottom: 0;
  }

  .yx-about-location__panel > div,
  .yx-chairman__quote {
    padding: 34px 24px;
  }

  .yx-about-location__panel img {
    min-height: 280px;
  }

  .yx-chairman__side span {
    min-height: 92px;
  }

  .yx-about-certificate-grid img {
    height: 240px;
  }

  .yx-about-simple-hero {
    padding: 54px 20px 56px;
  }

  html.yx-motion-ready .yx-about-page .yx-slide-left {
    transform: translateX(-18px);
  }

  html.yx-motion-ready .yx-about-page .yx-slide-right {
    transform: translateX(18px);
  }

  .yx-about-simple-hero__grid {
    gap: 30px;
  }

  .yx-about-simple-hero__copy h1 {
    font-size: clamp(34px, 9vw, 44px);
    line-height: 1.1;
  }

  .yx-about-simple-hero__copy p:not(.yx-eyebrow) {
    font-size: 17px;
    line-height: 1.7;
  }

  .yx-about-simple-hero__media {
    min-height: auto;
    padding: 10px;
  }

  .yx-about-simple-hero__media img {
    max-height: none;
  }

  .yx-about-richtext {
    padding: 28px 22px;
  }

  .yx-about-richtext p {
    font-size: 16px;
    line-height: 1.86;
  }

  .yx-about-patent-proof {
    grid-template-columns: 1fr;
  }

  .yx-about-patent-proof img {
    height: 180px;
  }

  .yx-about-message-line {
    font-size: 19px;
  }

  .yx-about-brief-cta__panel img {
    min-height: 260px;
  }

  .yx-about-brief-cta__panel > div {
    padding: 34px 24px;
  }

  .yx-application-contact__copy {
    padding: 34px 24px;
  }

  .yx-contact-hero {
    min-height: 286px;
    background-position: center 54%;
  }

  .yx-contact-hero__inner {
    padding: 28px 0 60px;
  }

  .yx-contact-breadcrumb {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .yx-contact-hero h1 {
    font-size: clamp(38px, 10vw, 46px);
  }

  .yx-contact-simple {
    padding-top: 38px;
    padding-bottom: 32px;
  }

  .yx-contact-simple .yx-wrap {
    width: min(100% - 36px, var(--yx-max));
  }

  .yx-contact-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .yx-contact-card {
    min-height: 108px;
    padding: 18px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .yx-contact-card__icon {
    width: 40px;
    height: 40px;
  }

  .yx-contact-card h2 {
    font-size: 20px;
  }

  .yx-contact-inquiry {
    padding-top: 36px;
    padding-bottom: 52px;
  }

  .yx-contact-inquiry__grid {
    gap: 22px;
  }

  .yx-contact-inquiry__copy {
    padding-top: 0;
  }

  .yx-contact-inquiry__form {
    padding: 20px;
  }

  .yx-contact-inquiry__form textarea {
    min-height: 78px;
  }
}
