body {
  color: var(--jhy-text);
  background: var(--jhy-bg);
  font-family: var(--jhy-font-body);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.c-section {
  position: relative;
  padding-block: var(--jhy-space-2xl);
}

.c-container {
  width: min(calc(100% - 80px), var(--jhy-container));
  margin-inline: auto;
}

.c-container--wide {
  width: min(calc(100% - 80px), var(--jhy-container-wide));
  margin-inline: auto;
}

.c-title-xl {
  color: var(--jhy-text-strong);
  font-size: clamp(2.5rem, 2.05rem + 1.8vw, 4.125rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.c-title-lg {
  color: var(--jhy-text-strong);
  font-size: clamp(1.9rem, 1.7rem + 0.9vw, 2.75rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.c-copy {
  color: var(--jhy-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.c-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--jhy-line);
  border-radius: var(--jhy-radius-md);
  box-shadow: var(--jhy-shadow-soft);
}

.c-card-product {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--jhy-line);
  border-radius: var(--jhy-radius-md);
  box-shadow: var(--jhy-shadow-card);
  overflow: hidden;
}

.c-btn-primary,
.c-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: var(--jhy-radius-sm);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 1rem;
  font-weight: 700;
}

.c-btn-primary {
  color: #fff;
  background: var(--jhy-red);
  border: 1px solid var(--jhy-red);
}

.c-btn-primary:hover {
  background: var(--jhy-red-dark);
  border-color: var(--jhy-red-dark);
}

.c-btn-outline {
  color: var(--jhy-text);
  background: #fff;
  border: 1px solid var(--jhy-line-strong);
}

.c-btn-outline:hover {
  color: var(--jhy-red);
  border-color: var(--jhy-red);
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--jhy-muted);
  font-size: 14px;
}

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

.c-breadcrumb a:hover {
  color: var(--jhy-red);
}

.c-breadcrumb__label {
  color: #666666;
}

.c-breadcrumb__sep {
  color: #a0a0a0;
}

.c-breadcrumb .is-current {
  color: #4d4d4d;
  font-weight: 500;
}

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

.c-tab-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--jhy-line-strong);
  border-radius: var(--jhy-radius-sm);
  background: #fff;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}

.c-tab-switch.is-active {
  background: var(--jhy-red);
  border-color: var(--jhy-red);
  color: #fff;
}

.c-side-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 0 22px;
  border-bottom: 1px solid #efefef;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
}

.c-side-nav-item.is-active {
  color: #fff;
  background: var(--jhy-red);
}

.c-inquiry-strip {
  background: var(--jhy-bg-deep);
  color: #fff;
  border-radius: var(--jhy-radius-lg);
  padding: 28px;
}

@media (max-width: 991px) {
  .c-section {
    padding-block: var(--jhy-space-xl);
  }

  .c-container,
  .c-container--wide {
    width: min(calc(100% - 32px), var(--jhy-container));
  }

  .c-product-grid {
    grid-template-columns: 1fr;
  }
}

.jhy-page-hero {
  padding-block: 52px 34px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 77, 79, 0.1), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(0, 0, 0, 0.06), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fffaf9 100%);
}

.jhy-page-hero__title {
  margin: 0;
  font-size: clamp(2.4rem, 2rem + 1.4vw, 3.7rem);
  line-height: 1.05;
  font-weight: 800;
  color: #191919;
  letter-spacing: -0.03em;
}

.jhy-page-hero__text {
  max-width: 780px;
  margin-top: 12px;
  color: #686868;
  font-size: 16px;
  line-height: 1.9;
}

.jhy-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 36px;
  align-items: center;
}

.jhy-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(224, 0, 15, 0.08);
  color: var(--jhy-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jhy-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.jhy-home-hero__visual {
  min-width: 0;
}

.jhy-home-band {
  padding-block: 0 56px;
}

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

.jhy-home-kpi {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--jhy-line);
  border-radius: 18px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-home-kpi__value {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #1f1f1f;
}

.jhy-home-kpi__label {
  display: block;
  margin-top: 10px;
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.7;
}

.jhy-home-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.jhy-home-panel {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--jhy-line);
  border-radius: 20px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-home-panel__title {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 800;
  color: #181818;
}

.jhy-home-panel__copy {
  color: #686868;
  font-size: 16px;
  line-height: 1.9;
}

.jhy-home-panel__cta {
  margin-top: 22px;
}

.jhy-products-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.jhy-products-side {
  position: sticky;
  top: 104px;
}

.jhy-term-nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
}

.jhy-term-nav--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  border: 0;
  background: transparent;
}

.jhy-term-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 22px;
  border-bottom: 1px solid #efefef;
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.jhy-term-nav__item:last-child {
  border-bottom: 0;
}

.jhy-term-nav__item:hover,
.jhy-term-nav__item.is-active {
  background: var(--jhy-red);
  color: #fff;
}

.jhy-term-nav--inline .jhy-term-nav__item {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #e9e9e9;
  border-radius: 999px;
  background: #fff;
}

.jhy-term-nav__arrow {
  margin-left: 12px;
  font-size: 18px;
  line-height: 1;
}

.jhy-tab-shell {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.jhy-products-side__panel {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-products-side__title {
  margin: 0;
  color: #151515;
  font-size: clamp(2rem, 1.75rem + 0.6vw, 2.3rem);
  line-height: 1.08;
  font-weight: 800;
}

.jhy-products-side__copy {
  color: #666;
  font-size: 15px;
  line-height: 1.9;
}

.jhy-products-hub-intro {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 22px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-products-hub-intro__title {
  margin: 0;
  color: #181818;
  font-size: clamp(2.1rem, 1.85rem + 0.9vw, 2.9rem);
  line-height: 1.06;
  font-weight: 800;
}

.jhy-products-hub-intro__text,
.jhy-term-archive-intro__text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.95;
}

.jhy-products-hub-intro__text p,
.jhy-term-archive-intro__text p {
  margin: 0 0 12px;
}

.jhy-products-hub-intro__text p:last-child,
.jhy-term-archive-intro__text p:last-child {
  margin-bottom: 0;
}

.jhy-products-page-intro {
  display: grid;
  gap: 22px;
  max-width: 1240px;
}

.jhy-products-page-intro p {
  margin: 0;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 2;
}

.jhy-products-browser {
  min-width: 0;
}

.jhy-products-browser__search-shell {
  margin-bottom: 28px;
}

.jhy-products-browser--search .jhy-products-browser__search-shell {
  margin-bottom: 0;
}

.jhy-products-browser__layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.jhy-products-browser__sidebar {
  position: sticky;
  top: 104px;
  align-self: start;
}

.jhy-products-browser__sidebar-head {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 0 26px;
  border-radius: 18px 18px 0 0;
  background: var(--jhy-red);
  color: #fff;
  font-size: clamp(1.6rem, 1.44rem + 0.52vw, 2.05rem);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.jhy-products-browser__nav {
  overflow: hidden;
  border: 1px solid #ececec;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-products-browser__series-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 92px;
  padding: 18px 24px;
  border: 0;
  border-bottom: 1px solid #efefef;
  background: #fff;
  color: #292929;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.jhy-products-browser__series-button:last-child {
  border-bottom: 0;
}

.jhy-products-browser__series-button i {
  flex: 0 0 auto;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.jhy-products-browser__series-button:hover,
.jhy-products-browser__series-button.is-active {
  background: var(--jhy-red);
  color: #fff;
}

.jhy-products-browser__series-button:hover i,
.jhy-products-browser__series-button.is-active i {
  transform: translateX(4px);
}

.jhy-products-browser__main {
  min-width: 0;
}

.jhy-products-browser__panel {
  display: none;
}

.jhy-products-browser__panel.is-active {
  display: block;
}

.jhy-products-browser__panel-head {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.jhy-products-browser__panel-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(225, 0, 24, 0.08);
  color: var(--jhy-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-products-browser__panel-topline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.jhy-products-browser__panel-title {
  margin: 0;
  color: #151515;
  font-size: clamp(2.2rem, 1.92rem + 0.86vw, 3rem);
  line-height: 1.05;
  font-weight: 800;
}

.jhy-products-browser__series-link {
  color: var(--jhy-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.jhy-products-browser__series-link:hover {
  color: #a60011;
}

.jhy-products-browser__panel-text {
  margin: 0;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.95;
}

.jhy-products-browser__list {
  display: flex;
  flex-direction: column;
}

.jhy-products-browser__item {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid #ececec;
}

.jhy-products-browser__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.jhy-products-browser__item-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  height: 280px;
  padding: 22px;
  border: 1px solid #f0f0f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-products-browser__item-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.jhy-products-browser__item-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.jhy-products-browser__item-code {
  color: var(--jhy-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-products-browser__item-title {
  margin: 0;
  color: #111;
  font-size: clamp(1.85rem, 1.65rem + 0.38vw, 2.2rem);
  line-height: 1.14;
  font-weight: 500;
}

.jhy-products-browser__item-title a {
  color: inherit;
  text-decoration: none;
}

.jhy-products-browser__item-title a:hover {
  color: var(--jhy-red);
}

.jhy-products-browser__item-text {
  margin: 0;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.95;
}

.jhy-products-browser__item-cta {
  min-height: 50px;
  padding-inline: 24px;
  border-radius: 999px;
}

.jhy-products-browser__empty {
  display: grid;
  gap: 14px;
  padding: 30px;
  border: 1px dashed #e2c3c8;
  border-radius: 22px;
  background: #fff8f8;
}

.jhy-products-browser__empty h3,
.jhy-products-browser__empty p {
  margin: 0;
}

.jhy-products-browser__empty h3 {
  color: #171717;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
}

.jhy-products-browser__empty p {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.85;
}

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

.jhy-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.jhy-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #fff;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.jhy-tab-button.is-active,
.jhy-tab-button:hover {
  border-color: var(--jhy-red);
  background: var(--jhy-red);
  color: #fff;
}

.jhy-tab-panel {
  display: none;
}

.jhy-tab-panel.is-active {
  display: block;
}

.jhy-lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.jhy-lang-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 132px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #dddddf;
  border-radius: 6px;
  background: #fff;
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(17, 24, 32, 0.04);
}

.jhy-lang-switcher__flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
  flex: 0 0 auto;
}

.jhy-lang-switcher__code {
  letter-spacing: 0.02em;
}

.jhy-lang-switcher__caret {
  margin-left: auto;
  color: #5b5b5b;
  font-size: 11px;
}

.jhy-lang-switcher__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  min-width: 210px;
  padding: 10px 0;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(16, 22, 30, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.jhy-lang-switcher:hover .jhy-lang-switcher__menu,
.jhy-lang-switcher:focus-within .jhy-lang-switcher__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.jhy-lang-switcher__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  color: #343434;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.jhy-lang-switcher__item:hover,
.jhy-lang-switcher__item.is-active {
  background: #faf6f6;
  color: var(--jhy-red);
}

.jhy-lang-switcher__name {
  color: #777;
  margin-left: auto;
  font-size: 13px;
}

.jhy-mobile-lang-slot {
  display: none;
}

.jhy-search-panel {
  position: fixed;
  top: 112px;
  left: 16px;
  z-index: 1450;
  width: min(460px, calc(100vw - 24px));
  padding: 18px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 24px 60px rgba(18, 26, 34, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.jhy-search-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.jhy-search-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.jhy-search-panel__title {
  color: #171717;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.jhy-search-panel__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f5f5f5;
  color: #222;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.jhy-search-panel__close:hover {
  background: #ececec;
}

.jhy-search-panel__hint {
  margin: 12px 0 0;
  color: #6a6a6a;
  font-size: 13px;
  line-height: 1.7;
}

.jhy-products-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.jhy-products-search-form__field {
  position: relative;
  flex: 1 1 420px;
}

.jhy-products-search-form__icon {
  position: absolute;
  top: 50%;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #666;
  transform: translateY(-50%);
}

.jhy-products-search-form__icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.9;
}

.jhy-products-search-form__input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px 0 52px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #fff;
  color: #242424;
  font-size: 16px;
  line-height: 1.2;
}

.jhy-products-search-form__input:focus {
  outline: none;
  border-color: rgba(224, 0, 15, 0.38);
  box-shadow: 0 0 0 4px rgba(224, 0, 15, 0.08);
}

.jhy-products-search-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--jhy-red);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.jhy-products-search-form__clear {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.jhy-products-search-form__clear:hover {
  color: var(--jhy-red);
}

.jhy-nav-enhanced {
  position: relative;
}

.jhy-nav-enhanced > li > a::after,
.jhy-nav-enhanced > li > button::after,
.jhy-nav-enhanced > li > .brx-submenu-toggle > a::after {
  display: none !important;
  content: none !important;
}

.jhy-nav-enhanced > li > a,
.jhy-nav-enhanced > li > button,
.jhy-nav-enhanced > li > .brx-submenu-toggle,
.jhy-nav-enhanced > li > .brx-submenu-toggle > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  border: 0;
  background: transparent;
  color: #242424 !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.jhy-nav-enhanced > li > a,
.jhy-nav-enhanced > li > button,
.jhy-nav-enhanced > li > .brx-submenu-toggle {
  padding: 0 24px;
}

.jhy-nav-enhanced > li > .brx-submenu-toggle {
  gap: 8px;
}

.jhy-nav-enhanced > li > .brx-submenu-toggle > a {
  min-height: 0;
  padding: 0;
}

.jhy-nav-enhanced > li > button {
  cursor: pointer;
  font-family: inherit;
}

.jhy-nav-enhanced > li.jhy-nav-item--current > a,
.jhy-nav-enhanced > li.jhy-nav-item--current > button,
.jhy-nav-enhanced > li.jhy-nav-item--current > .brx-submenu-toggle > a,
.jhy-nav-enhanced > li.current-menu-parent > a,
.jhy-nav-enhanced > li.current-menu-parent > button,
.jhy-nav-enhanced > li.current-menu-parent > .brx-submenu-toggle > a,
.jhy-nav-enhanced > li.current_page_parent > a,
.jhy-nav-enhanced > li.current_page_parent > button,
.jhy-nav-enhanced > li.current_page_parent > .brx-submenu-toggle > a,
.jhy-nav-enhanced > li.current-menu-ancestor > a,
.jhy-nav-enhanced > li.current-menu-ancestor > button,
.jhy-nav-enhanced > li.current-menu-ancestor > .brx-submenu-toggle > a,
.jhy-nav-enhanced > li.current_page_ancestor > a,
.jhy-nav-enhanced > li.current_page_ancestor > button,
.jhy-nav-enhanced > li.current_page_ancestor > .brx-submenu-toggle > a,
.jhy-nav-enhanced > li.current-menu-item > a,
.jhy-nav-enhanced > li.current-menu-item > button,
.jhy-nav-enhanced > li.current-menu-item > .brx-submenu-toggle > a,
.jhy-nav-enhanced > li.current_page_item > a,
.jhy-nav-enhanced > li.current_page_item > button,
.jhy-nav-enhanced > li.current_page_item > .brx-submenu-toggle > a,
.jhy-nav-enhanced > li.is-open > a,
.jhy-nav-enhanced > li.is-open > button,
.jhy-nav-enhanced > li.is-open > .brx-submenu-toggle > a {
  color: var(--jhy-red) !important;
}

.jhy-nav-enhanced.jhy-nav-has-hover > li > a,
.jhy-nav-enhanced.jhy-nav-has-hover > li > button,
.jhy-nav-enhanced.jhy-nav-has-hover > li > .brx-submenu-toggle > a {
  color: #242424 !important;
}

.jhy-nav-enhanced.jhy-nav-has-hover > li.jhy-nav-item--hovered > a,
.jhy-nav-enhanced.jhy-nav-has-hover > li.jhy-nav-item--hovered > button,
.jhy-nav-enhanced.jhy-nav-has-hover > li.jhy-nav-item--hovered > .brx-submenu-toggle > a,
.jhy-nav-enhanced.jhy-nav-has-hover > li:hover > a,
.jhy-nav-enhanced.jhy-nav-has-hover > li:hover > button,
.jhy-nav-enhanced.jhy-nav-has-hover > li:hover > .brx-submenu-toggle > a,
.jhy-nav-enhanced.jhy-nav-has-hover > li:focus-within > a,
.jhy-nav-enhanced.jhy-nav-has-hover > li:focus-within > button,
.jhy-nav-enhanced.jhy-nav-has-hover > li:focus-within > .brx-submenu-toggle > a,
.jhy-nav-enhanced.jhy-nav-has-hover > li.is-open > a,
.jhy-nav-enhanced.jhy-nav-has-hover > li.is-open > button,
.jhy-nav-enhanced.jhy-nav-has-hover > li.is-open > .brx-submenu-toggle > a {
  color: var(--jhy-red) !important;
}

.jhy-primary-nav-indicator {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--jhy-red);
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.22s ease, width 0.22s ease, opacity 0.22s ease;
  pointer-events: none;
}

.jhy-nav-item--mega {
  position: relative;
}

.jhy-nav-item--mega > .sub-menu {
  display: none !important;
}

.jhy-header-mega-panel {
  display: block;
}

@media (min-width: 992px) {
  .jhy-header-mega-panel--floating {
    position: fixed;
    top: 0;
    left: 16px;
    z-index: 1400;
    width: min(95vw, calc(100vw - 32px));
    max-height: calc(100vh - 120px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    overflow: auto;
    overscroll-behavior: contain;
  }

  .jhy-header-mega-panel--floating::before {
    content: "";
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    height: 22px;
  }

  .jhy-header-mega-panel--floating.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .jhy-header-mega-panel--floating > .jhy-mega-discovery {
    width: 100%;
    max-width: none;
    margin-inline: auto;
  }
}

@media (max-width: 1199px) {
  .jhy-header-mega-panel--floating {
    display: none !important;
  }
}

.jhy-mega-products {
  width: min(1240px, calc(100vw - 120px));
  background: #fff;
  border-top: 3px solid var(--jhy-red);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 24px 60px rgba(18, 26, 34, 0.14);
}

.jhy-mega-products__shell {
  display: grid;
  grid-template-columns: minmax(240px, 280px) repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding: 28px 32px 30px;
}

.jhy-mega-products__intro {
  padding-right: 26px;
  border-right: 1px solid #efefef;
}

.jhy-mega-products__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(224, 0, 15, 0.08);
  color: var(--jhy-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-mega-products__intro-title {
  margin: 14px 0 10px;
  color: #181818;
  font-size: 28px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.jhy-mega-products__intro-copy {
  margin: 0;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.85;
}

.jhy-mega-products__title {
  margin: 0 0 16px;
  color: #171717;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.jhy-mega-products__list {
  display: grid;
  gap: 10px;
}

.jhy-mega-products__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #fff;
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.jhy-mega-products__link i {
  color: #b0b0b0;
  font-style: normal;
  font-size: 16px;
}

.jhy-mega-products__link:hover {
  border-color: rgba(224, 0, 15, 0.22);
  color: var(--jhy-red);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(224, 0, 15, 0.08);
}

.jhy-mega-products__link:hover i {
  color: var(--jhy-red);
}

.jhy-mega-products__note {
  margin: 14px 0 0;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1.75;
}

.jhy-mega-discovery {
  width: min(95vw, calc(100vw - 32px));
  background: rgba(255, 255, 255, 0.98);
  border-top: 3px solid var(--jhy-red);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 28px 68px rgba(18, 26, 34, 0.16);
}

.jhy-mega-discovery__layout {
  display: grid;
  grid-template-columns: minmax(0, 24%) minmax(0, 76%);
  gap: 24px;
  padding: 24px;
}

.jhy-mega-discovery__sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-right: 22px;
  border-right: 1px solid #ededed;
}

.jhy-mega-discovery__eyebrow,
.jhy-mega-discovery__sidebar-title,
.jhy-mega-discovery__sidebar-copy {
  display: none !important;
}

.jhy-mega-discovery__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(224, 0, 15, 0.08);
  color: var(--jhy-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-mega-discovery__sidebar-title {
  margin: 14px 0 10px;
  color: #171717;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-mega-discovery__sidebar-copy {
  margin: 0 0 22px;
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.85;
}

.jhy-mega-discovery__series-nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 18px;
  background: #fff;
}

.jhy-mega-discovery__series-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 76px;
  padding: 0 24px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  color: #232323;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.jhy-mega-discovery__series-button:last-child {
  border-bottom: 0;
}

.jhy-mega-discovery__series-button i {
  color: #9b9b9b;
  font-style: normal;
}

.jhy-mega-discovery__series-button:hover,
.jhy-mega-discovery__series-button.is-active {
  background: var(--jhy-red);
  color: #fff;
}

.jhy-mega-discovery__series-button:hover i,
.jhy-mega-discovery__series-button.is-active i {
  color: #fff;
}

.jhy-mega-discovery__tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.jhy-mega-discovery__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #fff;
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.jhy-mega-discovery__tab.is-active {
  background: var(--jhy-red);
  border-color: var(--jhy-red);
  color: #fff;
}

.jhy-mega-discovery__panel-group {
  display: none;
}

.jhy-mega-discovery__panel-group.is-active {
  display: block;
}

.jhy-mega-discovery__panel {
  display: none;
}

.jhy-mega-discovery__panel.is-active {
  display: block;
}

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

.jhy-mega-discovery__item.is-active .jhy-mega-discovery__card {
  border-color: rgba(224, 0, 15, 0.24);
  box-shadow: 0 18px 40px rgba(224, 0, 15, 0.08);
}

.jhy-mega-discovery__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 0;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.jhy-mega-discovery__card:hover {
  transform: translateY(-2px);
  border-color: rgba(224, 0, 15, 0.24);
  box-shadow: 0 18px 40px rgba(224, 0, 15, 0.08);
}

.jhy-mega-discovery__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.5 / 1;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  overflow: hidden;
}

.jhy-mega-discovery__card-media img,
.jhy-mega-discovery__detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.jhy-mega-discovery__card-body {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px 6px;
  text-align: left;
}

.jhy-mega-discovery__card-code {
  color: var(--jhy-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jhy-mega-discovery__card-title {
  color: #191919;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 800;
}

.jhy-mega-discovery__card-text {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.jhy-mega-discovery__card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px 10px;
  color: #8f8f8f;
  font-size: 20px;
}

.jhy-mega-discovery__panel-note {
  margin: 14px 0 0;
  color: #7b7b7b;
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
}

.jhy-mega-discovery__detail {
  margin-top: 24px;
}

.jhy-mega-discovery__detail-card {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 26px;
  padding: 26px;
  border: 1px solid #ededed;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fffbfb 100%);
}

.jhy-mega-discovery__detail-media {
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.jhy-mega-discovery__detail-copy {
  display: flex;
  flex-direction: column;
}

.jhy-mega-discovery__detail-eyebrow {
  color: var(--jhy-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-mega-discovery__detail-title {
  margin: 10px 0 8px;
  color: #181818;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.jhy-mega-discovery__detail-subtitle {
  margin: 0;
  color: #555;
  font-size: 15px;
  font-weight: 700;
}

.jhy-mega-discovery__detail-summary {
  margin: 14px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.85;
}

.jhy-mega-discovery__detail-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.jhy-mega-discovery__detail-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: #303030;
  font-size: 14px;
  line-height: 1.75;
}

.jhy-mega-discovery__detail-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--jhy-red);
}

.jhy-mega-discovery__detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 24px;
  align-self: flex-start;
  border-radius: 10px;
  background: var(--jhy-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.jhy-mega-discovery__detail-cta:hover {
  background: var(--jhy-red-dark);
}

.jhy-mega-discovery__empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  padding: 24px;
  border: 1px dashed #e6d2d2;
  border-radius: 16px;
  background: #fffafa;
}

.jhy-mega-discovery__empty h4 {
  margin: 0 0 8px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
}

.jhy-mega-discovery__empty p {
  margin: 0;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.75;
}

.jhy-mega-discovery__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  color: rgba(224, 0, 15, 0.32);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #fff 0%, #faf6f6 100%);
}

@media (min-width: 992px) {
  .bricks-nav-menu > li {
    position: relative;
  }

  .bricks-nav-menu > li > .sub-menu {
    min-width: 280px;
    padding: 12px 0;
    border: 1px solid #ececec;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 50px rgba(18, 26, 34, 0.12);
  }

  .bricks-nav-menu > li > .sub-menu > li > a {
    display: block;
    padding: 14px 24px;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease;
  }

  .bricks-nav-menu > li > .sub-menu > li > a:hover {
    background: #fafafa;
    color: var(--jhy-red);
  }

  .bricks-nav-menu > li > .brx-submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 24px;
  }

  .bricks-nav-menu > li > .brx-submenu-toggle > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0;
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-decoration: none;
  }

  .bricks-nav-menu > li > .brx-submenu-toggle > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 34px;
    height: 3px;
    border-radius: 99px;
    background: var(--jhy-red);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
  }

  .bricks-nav-menu > li > .brx-submenu-toggle > button {
    display: none !important;
  }

  .bricks-nav-menu > li:hover > .brx-submenu-toggle > a,
  .bricks-nav-menu > li:focus-within > .brx-submenu-toggle > a,
  .bricks-nav-menu > li.current-menu-item > .brx-submenu-toggle > a,
  .bricks-nav-menu > li.current_page_item > .brx-submenu-toggle > a,
  .bricks-nav-menu > li.current-menu-parent > .brx-submenu-toggle > a,
  .bricks-nav-menu > li.current_page_parent > .brx-submenu-toggle > a,
  .bricks-nav-menu > li.current-menu-ancestor > .brx-submenu-toggle > a,
  .bricks-nav-menu > li.current_page_ancestor > .brx-submenu-toggle > a {
    color: var(--jhy-red) !important;
  }

  .bricks-nav-menu > li:hover > .brx-submenu-toggle > a::after,
  .bricks-nav-menu > li:focus-within > .brx-submenu-toggle > a::after,
  .bricks-nav-menu > li.current-menu-item > .brx-submenu-toggle > a::after,
  .bricks-nav-menu > li.current_page_item > .brx-submenu-toggle > a::after,
  .bricks-nav-menu > li.current-menu-parent > .brx-submenu-toggle > a::after,
  .bricks-nav-menu > li.current_page_parent > .brx-submenu-toggle > a::after,
  .bricks-nav-menu > li.current-menu-ancestor > .brx-submenu-toggle > a::after,
  .bricks-nav-menu > li.current_page_ancestor > .brx-submenu-toggle > a::after {
    transform: translateX(-50%) scaleX(1);
  }

  .bricks-nav-menu > li > .sub-menu {
    top: calc(100% + 2px);
    left: 50%;
    min-width: 310px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    overflow: visible;
    transform: translateX(-50%);
  }

  .bricks-nav-menu > li > .sub-menu::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
  }

  .jhy-nav-enhanced > li:not(.jhy-nav-item--mega) > .sub-menu {
    top: calc(100% + 2px);
    left: 50%;
    min-width: 310px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    overflow: visible;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  }

  .jhy-nav-enhanced > li:not(.jhy-nav-item--mega) > .sub-menu::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
  }

  .jhy-nav-enhanced > li.menu-item-has-children:hover > .sub-menu,
  .jhy-nav-enhanced > li.menu-item-has-children:focus-within > .sub-menu,
  .jhy-nav-enhanced > li.menu-item-has-children.is-open > .sub-menu,
  .jhy-nav-enhanced > li.page_item_has_children:hover > .sub-menu,
  .jhy-nav-enhanced > li.page_item_has_children:focus-within > .sub-menu,
  .jhy-nav-enhanced > li.page_item_has_children.is-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%);
  }

  .jhy-nav-enhanced > li.menu-item-has-children > a > svg,
  .jhy-nav-enhanced > li.menu-item-has-children > a > i,
  .jhy-nav-enhanced > li.menu-item-has-children > a > .brx-submenu-toggle,
  .jhy-nav-enhanced > li.menu-item-has-children > .brx-submenu-toggle > svg,
  .jhy-nav-enhanced > li.menu-item-has-children > .brx-submenu-toggle > i,
  .jhy-nav-enhanced > li.menu-item-has-children > button > svg,
  .jhy-nav-enhanced > li.menu-item-has-children > button > i,
  .jhy-nav-enhanced > li.menu-item-has-children > button > .brx-submenu-toggle,
  .jhy-nav-enhanced > li.menu-item-has-children > .brx-submenu-toggle > button,
  .jhy-nav-enhanced > li.page_item_has_children > a > svg,
  .jhy-nav-enhanced > li.page_item_has_children > a > i,
  .jhy-nav-enhanced > li.page_item_has_children > a > .brx-submenu-toggle,
  .jhy-nav-enhanced > li.page_item_has_children > .brx-submenu-toggle > svg,
  .jhy-nav-enhanced > li.page_item_has_children > .brx-submenu-toggle > i,
  .jhy-nav-enhanced > li.page_item_has_children > button > svg,
  .jhy-nav-enhanced > li.page_item_has_children > button > i,
  .jhy-nav-enhanced > li.page_item_has_children > button > .brx-submenu-toggle,
  .jhy-nav-enhanced > li.page_item_has_children > .brx-submenu-toggle > button,
  .jhy-nav-enhanced > li.menu-item-has-children > button::before,
  .jhy-nav-enhanced > li.page_item_has_children > button::before {
    display: none !important;
  }

  .jhy-nav-enhanced > li:not(.jhy-nav-item--mega) > .sub-menu > li > a {
    min-height: 54px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }

  .jhy-nav-enhanced > li:not(.jhy-nav-item--mega) > .sub-menu > li:last-child > a {
    border-bottom: 0;
  }

  .jhy-nav-enhanced > li:not(.jhy-nav-item--mega) > .sub-menu > li.current-menu-item > a,
  .jhy-nav-enhanced > li:not(.jhy-nav-item--mega) > .sub-menu > li.current_page_item > a,
  .jhy-nav-enhanced > li:not(.jhy-nav-item--mega) > .sub-menu > li > a:hover {
    background: var(--jhy-red);
    color: #fff;
  }
}

@media (min-width: 1200px) {
  #brx-header .jhy-desktop-header-shell .bricks-nav-menu > li > a,
  #brx-header .jhy-desktop-header-shell .bricks-nav-menu > li > .brx-submenu-toggle > a {
    white-space: nowrap !important;
    word-break: keep-all !important;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  #brx-header .jhy-desktop-header-shell .bricks-nav-menu > li > a,
  #brx-header .jhy-desktop-header-shell .bricks-nav-menu > li > .brx-submenu-toggle {
    padding-inline: 14px !important;
  }

  #brx-header .jhy-desktop-header-shell .jhy-lang-switcher__toggle {
    min-width: 116px;
    padding-inline: 12px;
  }
}

.jhy-post-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jhy-post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.jhy-post-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 18px 18px 6px;
  background: #fff;
}

.jhy-post-card__media img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}

.jhy-post-card__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f2f2f2 0%, #fafafa 100%);
  color: var(--jhy-red);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 16px 20px 22px;
  border-top: 1px solid #f1f1f1;
}

.jhy-post-card__eyebrow {
  color: var(--jhy-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jhy-post-card__title {
  color: #232323;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.jhy-post-card__text {
  color: #717171;
  font-size: 14px;
  line-height: 1.8;
}

.jhy-solutions-index-section {
  padding-block: clamp(34px, 5vw, 72px) clamp(48px, 7vw, 96px);
}

.jhy-post-cards--solution-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.jhy-post-card--solution-article {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(46px, 6vw, 86px);
  border: 0;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(36px, 5vw, 68px) 0;
}

.jhy-post-card--solution-article:first-child {
  padding-top: 0;
}

.jhy-post-card--solution-article:nth-child(even) .jhy-post-card__media {
  order: 2;
}

.jhy-post-card--solution-article:nth-child(even) .jhy-post-card__body {
  order: 1;
}

.jhy-post-card--solution-article .jhy-post-card__media {
  min-height: 0;
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
  background: transparent;
}

.jhy-post-card--solution-article .jhy-post-card__media img,
.jhy-post-card--solution-article .jhy-post-card__media .jhy-post-card__placeholder,
.jhy-post-card--solution-article .jhy-post-card__media .jhy-starter-image {
  width: 100%;
  max-width: 100%;
  max-height: none;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0;
}

.jhy-post-card--solution-article .jhy-post-card__body {
  justify-content: center;
  gap: 20px;
  padding: 0;
  border-top: 0;
}

.jhy-post-card--solution-article .jhy-post-card__eyebrow {
  color: #6f7680;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jhy-post-card--solution-article .jhy-post-card__title {
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: 600;
}

.jhy-post-card--solution-article .jhy-post-card__text {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
}

.jhy-post-card--solution-article .jhy-post-card__readmore {
  width: fit-content;
  min-height: 50px;
  margin-top: 12px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--jhy-red);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.jhy-post-card--solution-article:hover .jhy-post-card__readmore {
  background: var(--jhy-red-dark);
  transform: translateY(-1px);
}

.jhy-machine-banner-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 108px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.45) 66%, rgba(255, 255, 255, 0.16) 100%),
    url("/wp-content/themes/jhy-bricks-child/assets/img/home-hero/jhy-hero-02-line-panorama.jpg") center center / cover no-repeat;
  border-bottom: 1px solid #ececec;
}

.jhy-machine-banner {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.jhy-term-banner-section {
  padding-block: clamp(24px, 3vw, 34px);
}

.jhy-term-banner {
  --jhy-term-banner-image: url("/wp-content/themes/jhy-bricks-child/assets/img/home-hero/jhy-hero-02-line-panorama.jpg");
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: clamp(300px, 28vw, 420px);
  padding: clamp(34px, 4vw, 54px);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(17, 21, 28, 0.86) 0%, rgba(17, 21, 28, 0.72) 38%, rgba(17, 21, 28, 0.32) 100%),
    var(--jhy-term-banner-image) center center / cover no-repeat;
  box-shadow: 0 30px 72px rgba(7, 11, 18, 0.12);
}

.jhy-term-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding-inline: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jhy-term-banner__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 2rem + 1.6vw, 4.1rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-term-banner__text {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.9;
}

.jhy-term-banner__text p {
  margin: 0 0 12px;
}

.jhy-term-banner__text p:last-child {
  margin-bottom: 0;
}

.jhy-term-archive-intro {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.jhy-term-archive-intro__title {
  margin: 0;
  color: #151515;
  font-size: clamp(2rem, 1.85rem + 0.9vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
}

.jhy-machine-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-inline: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--jhy-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.jhy-machine-banner__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 2.2rem + 1.8vw, 4.5rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.jhy-machine-banner__subtitle {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.15rem);
  line-height: 1.7;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
}

.jhy-post-card--term .jhy-post-card__media {
  min-height: 260px;
  padding: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(224, 0, 15, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfbfb, #f4f6f8);
}

.jhy-post-card--term .jhy-post-card__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.jhy-post-card--term .jhy-post-card__text {
  font-size: 15px;
}

.jhy-machine-hero-section {
  padding-block: clamp(34px, 4.3vw, 54px) clamp(22px, 3vw, 34px);
}

.jhy-machine-section {
  padding-block: clamp(28px, 3.6vw, 42px) clamp(18px, 2.2vw, 30px);
}

.jhy-machine-section__title {
  margin: 0 0 26px;
}

.jhy-machine-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
  gap: 48px;
  align-items: center;
}

.jhy-machine-hero__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 480px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid #ededed;
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 14%, rgba(224, 0, 15, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff, #fafafa);
  box-shadow: 0 24px 58px rgba(12, 16, 24, 0.06);
}

.jhy-machine-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 620px;
  max-height: 460px;
  object-fit: contain;
}

.jhy-machine-hero__copy {
  min-width: 0;
}

.jhy-machine-hero__eyebrow {
  color: var(--jhy-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-machine-hero__title {
  margin: 12px 0 10px;
  color: #121212;
  font-size: clamp(2.4rem, 2rem + 1vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
}

.jhy-machine-hero__code {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.jhy-machine-hero__intro {
  margin-top: 22px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.95;
}

.jhy-machine-hero__intro p {
  margin: 0 0 12px;
}

.jhy-machine-hero__intro p:last-child {
  margin-bottom: 0;
}

.jhy-machine-hero__cta {
  margin-top: 28px;
}

.jhy-machine-detail-wall__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.jhy-machine-detail-wall__item {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.jhy-machine-detail-wall__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 18px;
  border: 1px solid #ededed;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 19, 28, 0.05);
}

.jhy-machine-detail-wall__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jhy-machine-detail-wall__caption {
  margin-top: 14px;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.jhy-machine-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.jhy-machine-advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 240px;
  padding: 48px 30px 36px;
  background: #f7f7f7;
  text-align: center;
}

.jhy-machine-advantages__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: var(--jhy-red);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.jhy-machine-advantages__text {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .jhy-products-side__panel,
  .jhy-products-hub-intro {
    padding: 24px;
  }

  .jhy-search-panel {
    width: min(calc(100vw - 24px), 420px);
  }

  .jhy-products-search-form {
    gap: 10px;
  }

  .jhy-products-search-form__field {
    flex-basis: 100%;
  }

  .jhy-products-page-intro p {
    font-size: 17px;
  }

  .jhy-products-browser__layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jhy-products-browser__sidebar {
    position: static;
  }

  .jhy-products-browser__panel-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .jhy-products-browser__item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jhy-products-browser__item-media {
    min-height: 240px;
    height: 240px;
  }

  .jhy-term-banner {
    min-height: 280px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .jhy-term-card-grid {
    grid-template-columns: 1fr;
  }

  .jhy-machine-banner-section {
    padding-block: 44px 52px;
    background-position: center center;
  }

  .jhy-machine-hero {
    gap: 30px;
  }

  .jhy-machine-hero__media {
    min-height: 380px;
    border-radius: 24px;
  }

  .jhy-machine-detail-wall__media {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767px) {
  .jhy-products-side__panel,
  .jhy-products-hub-intro {
    padding: 20px;
    border-radius: 18px;
  }

  .jhy-search-panel {
    width: min(calc(100vw - 20px), 100vw);
    padding: 16px;
    border-radius: 16px;
  }

  .jhy-search-panel__title {
    font-size: 17px;
  }

  .jhy-products-search-form__input,
  .jhy-products-search-form__submit {
    min-height: 52px;
  }

  .jhy-products-search-form__input {
    font-size: 15px;
  }

  .jhy-products-browser__search-shell {
    margin-bottom: 22px;
  }

  .jhy-products-page-intro {
    gap: 18px;
  }

  .jhy-products-page-intro p {
    font-size: 16px;
    line-height: 1.9;
  }

  .jhy-products-browser__sidebar-head {
    min-height: 64px;
    padding-inline: 20px;
    border-radius: 16px 16px 0 0;
    font-size: 1.45rem;
  }

  .jhy-products-browser__series-button {
    min-height: 82px;
    padding: 16px 18px;
    font-size: 16px;
  }

  .jhy-products-browser__panel-title {
    font-size: 2rem;
  }

  .jhy-products-browser__panel-text,
  .jhy-products-browser__item-text,
  .jhy-products-browser__empty p {
    font-size: 15px;
  }

  .jhy-products-browser__item {
    padding: 24px 0;
    gap: 18px;
  }

  .jhy-products-browser__item-media {
    min-height: 200px;
    height: 200px;
    padding: 16px;
    border-radius: 18px;
  }

  .jhy-products-browser__item-media img {
    height: 100%;
  }

  .jhy-term-banner {
    min-height: 250px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .jhy-products-side__title,
  .jhy-products-hub-intro__title,
  .jhy-term-archive-intro__title {
    font-size: 1.9rem;
  }

  .jhy-term-banner__title {
    font-size: clamp(2rem, 9vw, 2.9rem);
  }

  .jhy-term-banner__text,
  .jhy-products-hub-intro__text,
  .jhy-term-archive-intro__text {
    font-size: 15px;
  }

  .jhy-machine-banner-section {
    padding-block: 36px 42px;
  }

  .jhy-machine-banner__title {
    font-size: clamp(2.4rem, 11vw, 3.3rem);
  }

  .jhy-machine-section__title {
    margin-bottom: 20px;
  }

  .jhy-machine-hero {
    gap: 26px;
  }

  .jhy-machine-hero__media {
    min-height: 280px;
    padding: 16px;
    border-radius: 20px;
  }

  .jhy-machine-hero__title {
    font-size: 2.2rem;
  }

  .jhy-machine-hero__intro,
  .jhy-machine-advantages__text {
    font-size: 15px;
  }

  .jhy-machine-detail-wall__media {
    padding: 14px;
    border-radius: 18px;
  }
}

.jhy-machine-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-machine-spotlight--hero {
  height: 100%;
}

.jhy-machine-spotlight__media {
  min-width: 0;
}

.jhy-machine-spotlight__media img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
}

.jhy-machine-spotlight__code {
  color: var(--jhy-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.jhy-machine-spotlight__title {
  margin: 10px 0 12px;
  color: #202020;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 800;
}

.jhy-machine-spotlight__text {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.9;
}

.jhy-feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 28px;
  list-style: none;
}

.jhy-feature-list li {
  position: relative;
  padding-left: 28px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.8;
}

.jhy-feature-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--jhy-red);
  box-shadow: 0 0 0 4px rgba(224, 0, 15, 0.08);
}

.jhy-machine-gallery {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.jhy-machine-gallery__main,
.jhy-machine-gallery__thumb {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-machine-gallery__main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 20px;
}

.jhy-machine-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.jhy-machine-gallery__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 8px;
}

.jhy-machine-gallery__thumb img {
  max-height: 80px;
  object-fit: contain;
}

.jhy-spec-table {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-spec-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.jhy-spec-table th,
.jhy-spec-table td {
  width: 50%;
  padding: 16px 18px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: top;
}

.jhy-spec-table th {
  background: #fafafa;
  color: #242424;
  font-size: 15px;
  font-weight: 700;
}

.jhy-spec-table td {
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.jhy-spec-table tr:last-child th,
.jhy-spec-table tr:last-child td {
  border-bottom: 0;
}

.jhy-footer {
  background: #1f2024;
  color: rgba(255, 255, 255, 0.86);
}

.jhy-footer__top {
  padding-block: 64px 38px;
}

.jhy-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) repeat(3, minmax(0, 0.7fr)) minmax(320px, 1.24fr);
  gap: clamp(22px, 1.9vw, 34px);
}

.jhy-footer__logo {
  display: block;
  color: #fff;
  font-size: clamp(2.4rem, 2rem + 1vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.jhy-footer__logo-image {
  display: block;
  width: auto;
  max-width: min(100%, 240px);
  height: auto;
}

.jhy-footer__brandmark {
  display: grid;
  gap: 14px;
}

.jhy-footer__company-name {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.jhy-footer__copy,
.jhy-footer__contact {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.9;
}

.jhy-footer__copy {
  max-width: 31ch;
}

.jhy-footer__contact {
  display: grid;
  gap: 8px;
}

.jhy-footer__contact-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.jhy-footer__contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.jhy-footer__contact-icon {
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: #fff;
}

.jhy-footer__contact-item--phone .jhy-footer__contact-icon,
.jhy-footer__contact-item--email .jhy-footer__contact-icon {
  background: rgba(225, 0, 24, 0.16);
}

.jhy-footer__contact-icon svg {
  width: 18px;
  height: 18px;
}

.jhy-footer__contact-body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.jhy-footer__contact-label {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jhy-footer__contact-value {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
  word-break: break-word;
}

.jhy-footer__contact-value a + a::before {
  content: "/";
  margin-inline: 6px;
  color: rgba(255, 255, 255, 0.36);
}

.jhy-footer__contact a {
  color: inherit;
  text-decoration: none;
}

.jhy-footer__contact-link--accent {
  color: #ff3647;
  font-weight: 700;
}

.jhy-footer__contact-link--accent:hover {
  color: #ff5b69;
}

.jhy-footer__contact-link--plain {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.jhy-footer__contact-link--plain:hover {
  color: #fff;
}

.jhy-footer__contact-item--address .jhy-footer__contact-value {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.76);
}

.jhy-footer__title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.jhy-footer-links,
.jhy-footer-links ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jhy-footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.jhy-footer-links a:hover {
  color: #fff;
}

.jhy-footer__cta {
  display: grid;
  gap: 12px;
  align-content: start;
}

.jhy-footer__cta > .jhy-footer__title,
.jhy-footer__cta > .jhy-footer__copy {
  display: none;
}

.jhy-footer__bottom {
  padding-block: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #18191d;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.jhy-contact-grid,
.jhy-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jhy-contact-card,
.jhy-about-card,
.jhy-module-card,
.jhy-step-card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-contact-card,
.jhy-about-card,
.jhy-module-card {
  padding: 28px;
}

.jhy-contact-card__label,
.jhy-about-card__label {
  color: var(--jhy-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.jhy-contact-card__value,
.jhy-about-card__value {
  display: block;
  margin-top: 10px;
  color: #202020;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.jhy-contact-card__value a {
  color: inherit;
  text-decoration: none;
}

.jhy-contact-card__value-link,
.jhy-contact-detail__value {
  display: block;
}

.jhy-contact-card__value-link a,
.jhy-contact-detail__value a,
.jhy-contact-office-card__meta a {
  color: inherit;
  text-decoration: none;
}

.jhy-contact-card__value-link a:hover,
.jhy-contact-detail__value a:hover,
.jhy-contact-office-card__meta a:hover {
  color: var(--jhy-red);
}

.jhy-map-embed {
  overflow: hidden;
  min-height: 420px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-map-embed iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.jhy-inquiry-form-wrap {
  padding: 32px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-inquiry-form__title {
  margin: 0 0 18px;
  color: #1e1e1e;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}

.jhy-inquiry-form__notice {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.jhy-inquiry-form__notice.is-success {
  background: #effaf3;
  color: #1b6c36;
}

.jhy-inquiry-form__notice.is-error {
  background: #fff2f2;
  color: #a22a2a;
}

.jhy-inquiry-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.jhy-inquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jhy-inquiry-form__field {
  display: grid;
  gap: 8px;
}

.jhy-inquiry-form__field--full {
  grid-column: 1 / -1;
}

.jhy-inquiry-form__field span {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 600;
}

.jhy-inquiry-form__field input,
.jhy-inquiry-form__field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #fff;
  color: #202020;
  font-size: 15px;
  outline: 0;
}

.jhy-inquiry-form__field textarea {
  min-height: 160px;
  padding-block: 14px;
  resize: vertical;
}

.jhy-inquiry-form__field input:focus,
.jhy-inquiry-form__field textarea:focus {
  border-color: var(--jhy-red);
  box-shadow: 0 0 0 4px rgba(224, 0, 15, 0.08);
}

.jhy-inquiry-form__submit {
  margin-top: 18px;
}

.jhy-inquiry-modal-open {
  overflow: hidden;
}

.jhy-inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 24px;
}

.jhy-inquiry-modal.is-open {
  display: grid;
}

.jhy-inquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 18, 0.62);
  backdrop-filter: blur(4px);
}

.jhy-inquiry-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 34px 32px 30px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(12, 18, 28, 0.28);
  text-align: center;
}

.jhy-inquiry-modal__icon-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 36, 0.06);
  color: #1f2430;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.jhy-inquiry-modal__eyebrow {
  margin-bottom: 10px;
  color: var(--jhy-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jhy-inquiry-modal__title {
  margin: 0;
  color: #1d232e;
  font-size: clamp(1.55rem, 1.25rem + 0.55vw, 2rem);
  line-height: 1.18;
  font-weight: 800;
}

.jhy-inquiry-modal__text {
  margin: 14px 0 0;
  color: #5b6472;
  font-size: 15px;
  line-height: 1.85;
}

.jhy-inquiry-modal__meta {
  margin: 10px 0 0;
  color: #7d8591;
  font-size: 13px;
  line-height: 1.75;
}

.jhy-inquiry-modal__button {
  min-width: 160px;
  margin-top: 22px;
}

.jhy-inquiry-form-wrap--compact {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__notice {
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__notice.is-success {
  background: rgba(56, 161, 105, 0.18);
  color: #d6ffe4;
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__notice.is-error {
  background: rgba(225, 0, 24, 0.16);
  color: #ffd6dc;
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__field {
  gap: 0;
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__field input,
.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__field textarea {
  min-height: 44px;
  padding: 0 16px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__field textarea {
  min-height: 116px;
  padding-block: 12px;
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__field input::placeholder,
.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__field input:focus,
.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__field textarea:focus {
  border-color: rgba(225, 0, 24, 0.78);
  box-shadow: 0 0 0 4px rgba(225, 0, 24, 0.16);
}

.jhy-inquiry-form-wrap--compact .jhy-inquiry-form__submit {
  width: auto;
  min-width: 168px;
  margin-top: 10px;
  padding-inline: 30px;
}

.jhy-step-list {
  display: grid;
  gap: 16px;
}

.jhy-step-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
}

.jhy-step-card__index {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  border-radius: 16px;
  background: rgba(224, 0, 15, 0.08);
  color: var(--jhy-red);
  font-size: 26px;
  font-weight: 800;
}

.jhy-step-card__title,
.jhy-module-card__title {
  margin: 0 0 10px;
  color: #222222;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.jhy-step-card__text,
.jhy-module-card__text {
  color: #6a6a6a;
  font-size: 15px;
  line-height: 1.8;
}

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

.jhy-download-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 30px;
  align-items: stretch;
}

.jhy-section-soft {
  background:
    radial-gradient(circle at 12% 0%, rgba(224, 0, 15, 0.06), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

.jhy-about-cover {
  padding: 0;
  background: #f5f8fb;
}

.jhy-about-cover__container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.jhy-about-cover__image {
  display: block;
  width: 100%;
  height: clamp(260px, 24vw, 430px);
  overflow: hidden;
}

.jhy-about-cover__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.jhy-breadcrumb-band {
  padding-block: 15px;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

.jhy-page-hero--subpage {
  border-bottom: 1px solid #eeeeee;
}

.jhy-breadcrumb-slot {
  margin: 0;
}

.jhy-page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding-inline: 12px;
  border-radius: 999px;
  background: rgba(224, 0, 15, 0.08);
  color: var(--jhy-red);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.jhy-page-tabs-section {
  padding-block: 46px 0;
  background: #fff;
}

.jhy-page-tabs-section--about {
  padding-block: 46px 0;
}

.jhy-page-tabs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(22px, 4.6vw, 82px);
  overflow: visible;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.jhy-page-tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-height: 64px;
  padding-inline: clamp(12px, 2vw, 34px);
  color: #222222;
  text-decoration: none;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 600;
}

.jhy-page-tabs a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 2px;
  background: transparent;
}

.jhy-page-tabs a.is-active,
.jhy-page-tabs a:hover {
  color: var(--jhy-red);
}

.jhy-page-tabs a.is-active::after,
.jhy-page-tabs a:hover::after {
  background: var(--jhy-red);
}

.jhy-company-profile-section {
  padding-block: 64px 90px;
  background: #fff;
}

.jhy-company-profile-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 28%);
  gap: 42px;
  align-items: start;
}

.jhy-company-profile-copy {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.jhy-company-profile-copy h1 {
  margin: 0 0 28px;
  color: #070707;
  font-size: clamp(2.3rem, 1.9rem + 1vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.jhy-company-profile-copy p {
  margin: 0 0 22px;
  color: #111111;
  font-size: 17px;
  line-height: 1.82;
}

.jhy-company-profile-pattern {
  min-height: 360px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 20% 16%, rgba(224, 0, 15, 0.08) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 58%, rgba(29, 78, 216, 0.08) 0 2px, transparent 3px),
    linear-gradient(30deg, transparent 0 46%, rgba(229, 235, 244, 0.9) 46% 47%, transparent 47% 100%),
    linear-gradient(150deg, transparent 0 46%, rgba(229, 235, 244, 0.9) 46% 47%, transparent 47% 100%);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
}

.jhy-company-profile-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.jhy-company-profile-stats div {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-company-profile-stats strong {
  display: block;
  color: var(--jhy-red);
  font-size: clamp(2rem, 1.7rem + 0.9vw, 3rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-company-profile-stats span {
  display: block;
  margin-top: 10px;
  color: #596273;
  font-size: 14px;
  line-height: 1.65;
}

.jhy-company-profile-capabilities {
  margin-top: 64px;
}

.jhy-company-profile-capabilities h2 {
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(1.9rem, 1.6rem + 0.7vw, 2.6rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.jhy-company-profile-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jhy-company-profile-capability-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-company-profile-capability-grid h3 {
  margin: 0 0 12px;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.jhy-company-profile-capability-grid p {
  margin: 0;
  color: #626b78;
  font-size: 15px;
  line-height: 1.82;
}

.jhy-honest-page-section {
  padding-block: 64px 90px;
  background: #fff;
}

.jhy-honest-company-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 28%);
  gap: 44px;
  align-items: start;
  min-height: 340px;
}

.jhy-honest-company-copy {
  max-width: 1220px;
}

.jhy-honest-company-copy h1 {
  margin: 0 0 28px;
  color: #050505;
  font-size: clamp(2.1rem, 1.65rem + 1vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.jhy-honest-company-copy p {
  margin: 0 0 22px;
  color: #121212;
  font-size: 17px;
  line-height: 1.78;
}

.jhy-honest-company-pattern {
  min-height: 330px;
  opacity: 0.55;
  background:
    linear-gradient(30deg, transparent 0 45%, #e9edf4 45% 46%, transparent 46% 100%),
    linear-gradient(150deg, transparent 0 45%, #e9edf4 45% 46%, transparent 46% 100%),
    radial-gradient(circle at 50% 50%, #d8dee8 0 2px, transparent 3px);
  background-size: 74px 64px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
}

.jhy-honest-company-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
  margin-top: 50px;
}

.jhy-honest-company-proof {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  background: #f5f5f5;
}

.jhy-honest-company-proof h2 {
  margin: 0 0 18px;
  color: var(--jhy-red);
  font-size: clamp(1.7rem, 1.3rem + 0.85vw, 2.6rem);
  line-height: 1.18;
  font-weight: 800;
}

.jhy-honest-company-proof p {
  margin: 0;
  color: #626b78;
  font-size: 16px;
  line-height: 1.75;
}

.jhy-honest-company-building,
.jhy-honest-image-card,
.jhy-honest-logo-card,
.jhy-honest-news-item {
  margin: 0;
}

.jhy-honest-company-building {
  background: #f7f8fa;
}

.jhy-honest-company-building .jhy-honest-card-image,
.jhy-honest-company-building .jhy-honest-card-image img {
  height: 330px;
}

.jhy-honest-gallery-grid,
.jhy-honest-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.jhy-honest-certificate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.jhy-honest-image-card {
  background: #fff;
}

.jhy-honest-card-image {
  display: block;
  width: 100%;
  height: 310px;
  overflow: hidden;
  background: #f4f6f9;
  border: 1px solid #eceff4;
}

.jhy-honest-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.jhy-honest-certificate-card .jhy-honest-card-image,
.jhy-honest-certificate-card .jhy-honest-card-image img {
  height: 360px;
  object-fit: contain;
}

.jhy-honest-card-caption {
  margin: 12px 0 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.jhy-honest-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.jhy-honest-logo-card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: #fff;
  border: 1px solid #eceff4;
}

.jhy-honest-logo-image {
  height: 76px;
}

.jhy-honest-logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jhy-honest-logo-label {
  margin: 16px 0 0;
  color: #777;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.jhy-honest-case-card .jhy-honest-card-image,
.jhy-honest-case-card .jhy-honest-card-image img {
  height: 260px;
}

.jhy-honest-news-tabs {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 5vw, 88px);
  margin-bottom: 44px;
  border-bottom: 1px solid #eeeeee;
}

.jhy-honest-news-tabs a {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  color: #222;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.jhy-honest-news-tabs a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

.jhy-honest-news-tabs a.is-active,
.jhy-honest-news-tabs a:hover {
  color: var(--jhy-red);
}

.jhy-honest-news-tabs a.is-active::after,
.jhy-honest-news-tabs a:hover::after {
  background: var(--jhy-red);
}

.jhy-honest-news-list {
  display: grid;
  gap: 28px;
}

.jhy-honest-news-item {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  padding-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
}

.jhy-honest-news-image {
  min-height: 190px;
  overflow: hidden;
  background: #f4f6f9;
}

.jhy-honest-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jhy-honest-news-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jhy-honest-news-date {
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}

.jhy-honest-news-title {
  margin: 0 0 12px;
  color: #111;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 700;
}

.jhy-honest-news-excerpt {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.68;
}

.jhy-honest-news-more {
  margin-top: 18px;
}

.jhy-honest-news-more a {
  color: var(--jhy-red);
  text-decoration: none;
  font-weight: 700;
}

.jhy-honest-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 46px;
}

.jhy-honest-pagination span,
.jhy-honest-pagination a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e5eb;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.jhy-honest-pagination .is-active {
  border-color: var(--jhy-red);
  background: var(--jhy-red);
  color: #fff;
}

.jhy-anchor {
  position: relative;
  top: -120px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.jhy-section-head {
  max-width: 860px;
  margin-bottom: 28px;
}

.jhy-section-head .c-title-lg {
  margin: 12px 0 0;
}

.jhy-section-head p {
  margin: 12px 0 0;
  color: #696969;
  font-size: 16px;
  line-height: 1.85;
}

.jhy-about-profile,
.jhy-solution-logic {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 26px;
  align-items: stretch;
}

.jhy-solution-banner-section {
  overflow: hidden;
  padding: 0;
  background: #f5f6f7;
  height: 318px;
}

.jhy-solution-banner-section .brxe-shortcode {
  display: block;
  width: 100%;
  height: 100%;
}

.jhy-solution-banner-section .jhy-solution-banner__image,
.jhy-solution-banner-section img.jhy-solution-banner__image {
  display: block;
  width: 100% !important;
  height: 318px !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.jhy-solution-breadcrumb-section {
  padding: 22px 0;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.jhy-solution-breadcrumb-section .jhy-breadcrumb-slot {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
}

.jhy-solution-title-section {
  padding: 58px 0 20px;
}

.jhy-solution-title {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.jhy-solution-title .jhy-page-hero__title {
  max-width: 1200px;
  margin: 0;
  color: #111;
  font-size: 42px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: 0;
}

.jhy-solution-title .jhy-page-hero__text {
  max-width: 980px;
  color: #666;
  font-size: 16px;
  line-height: 1.9;
}

.jhy-solution-body-section {
  padding-top: 28px;
}

.jhy-solution-article-wrap {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.jhy-solution-article {
  color: #434d59;
  font-size: 16px;
  line-height: 1.95;
}

.jhy-solution-article > :first-child {
  margin-top: 0;
}

.jhy-solution-article > :last-child {
  margin-bottom: 0;
}

.jhy-solution-article p,
.jhy-solution-article ul,
.jhy-solution-article ol,
.jhy-solution-article blockquote,
.jhy-solution-article .wp-block-image,
.jhy-solution-article figure {
  margin: 0 0 1.45em;
}

.jhy-solution-article h2,
.jhy-solution-article h3,
.jhy-solution-article h4 {
  margin: 1.7em 0 0.6em;
  color: #151515;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
}

.jhy-solution-article h2 {
  font-size: 34px;
}

.jhy-solution-article h3 {
  font-size: 24px;
}

.jhy-solution-article h4 {
  font-size: 20px;
}

.jhy-solution-article ul,
.jhy-solution-article ol {
  padding-left: 1.35em;
}

.jhy-solution-article li + li {
  margin-top: 0.45em;
}

.jhy-solution-article a {
  color: var(--jhy-red);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.jhy-solution-article img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.jhy-solution-article figure {
  width: 100%;
}

.jhy-solution-article figcaption,
.jhy-solution-article .wp-element-caption {
  margin-top: 10px;
  color: #7c8591;
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.jhy-solution-article blockquote {
  padding: 18px 22px;
  border-left: 4px solid var(--jhy-red);
  background: #fff7f7;
  color: #4c5662;
  border-radius: 0 10px 10px 0;
}

.jhy-story-panel .jhy-home-panel__copy p {
  margin: 0 0 14px;
}

.jhy-about-stat-grid,
.jhy-site-grid,
.jhy-proof-grid,
.jhy-case-lanes,
.jhy-service-flow,
.jhy-service-lanes,
.jhy-location-grid,
.jhy-download-groups,
.jhy-process-matrix {
  display: grid;
  gap: 18px;
}

.jhy-about-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jhy-about-stat-grid div,
.jhy-site-grid article,
.jhy-proof-grid div,
.jhy-case-lanes article,
.jhy-service-flow article,
.jhy-service-lanes article,
.jhy-location-grid article,
.jhy-download-groups article,
.jhy-process-matrix div {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-about-stat-grid div {
  padding: 28px;
}

.jhy-about-stat-grid strong {
  display: block;
  color: var(--jhy-red);
  font-size: clamp(2rem, 1.8rem + 0.9vw, 3rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-about-stat-grid span {
  display: block;
  margin-top: 10px;
  color: #5f6670;
  font-size: 14px;
  line-height: 1.6;
}

.jhy-site-grid,
.jhy-proof-grid,
.jhy-location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jhy-site-grid article,
.jhy-proof-grid div,
.jhy-location-grid article {
  padding: 28px;
}

.jhy-site-grid article span,
.jhy-service-flow article b,
.jhy-download-groups article b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 30px;
  border-radius: 999px;
  background: rgba(224, 0, 15, 0.08);
  color: var(--jhy-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jhy-site-grid h3,
.jhy-proof-grid h3,
.jhy-case-lanes strong,
.jhy-service-flow h3,
.jhy-service-lanes h3,
.jhy-location-grid h3,
.jhy-download-groups h3,
.jhy-process-matrix strong {
  display: block;
  margin: 14px 0 10px;
  color: #202020;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.jhy-site-grid p,
.jhy-proof-grid p,
.jhy-case-lanes span,
.jhy-service-flow p,
.jhy-service-lanes li,
.jhy-location-grid p,
.jhy-download-groups p,
.jhy-process-matrix span {
  color: #666f7b;
  font-size: 15px;
  line-height: 1.8;
}

.jhy-market-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 980px;
}

.jhy-market-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding-inline: 18px;
  border: 1px solid #ececec;
  border-radius: 999px;
  background: #fff;
  color: #202020;
  font-size: 15px;
  font-weight: 700;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-case-lanes,
.jhy-download-groups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jhy-case-lanes article,
.jhy-download-groups article {
  padding: 24px;
}

.jhy-case-lanes strong {
  margin-top: 0;
}

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

.jhy-process-matrix div {
  padding: 24px;
}

.jhy-process-matrix strong {
  margin-top: 0;
}

.jhy-service-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.jhy-service-flow article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 24px;
}

.jhy-service-flow article::before {
  content: "";
  position: absolute;
  inset: auto -30px -48px auto;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: rgba(224, 0, 15, 0.07);
}

.jhy-service-lanes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jhy-service-lanes article {
  padding: 30px;
}

.jhy-service-lanes ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.jhy-service-lanes li {
  position: relative;
  padding-left: 18px;
}

.jhy-service-lanes li::before,
.jhy-checklist span::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--jhy-red);
  font-weight: 800;
}

.jhy-checklist {
  display: grid;
  gap: 12px;
}

.jhy-checklist span {
  position: relative;
  padding-left: 18px;
  color: #5f6670;
  font-size: 15px;
  line-height: 1.7;
}

.jhy-contact-map-section {
  padding-bottom: 0;
}

.jhy-contact-map-section--hero {
  padding: 0;
  background: #fff;
}

.jhy-contact-map-section--hero .jhy-map-embed {
  min-height: clamp(300px, 32vw, 520px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.jhy-contact-map-section--hero .jhy-map-embed iframe {
  min-height: clamp(300px, 32vw, 520px);
}

.jhy-page-tabs-section--contact {
  padding-block: 0;
}

.jhy-contact-locations-section {
  padding-top: 58px;
}

.jhy-contact-section-head .jhy-section-head {
  margin-inline: auto;
  text-align: center;
}

.jhy-contact-section-head .jhy-page-kicker {
  justify-content: center;
}

.jhy-contact-section-head .c-title-lg {
  color: var(--jhy-red);
  font-size: clamp(2.6rem, 2rem + 2vw, 4.3rem);
  line-height: 0.98;
}

.jhy-contact-method-slot,
.jhy-contact-trust-slot {
  display: block;
}

.jhy-contact-method-slot {
  margin-top: 30px;
}

.jhy-contact-trust-slot {
  margin-top: 34px;
}

.jhy-contact-method-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jhy-contact-method-tile {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  box-shadow: var(--jhy-shadow-soft);
  text-align: center;
}

.jhy-contact-method-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: rgba(224, 0, 15, 0.08);
  color: var(--jhy-red);
}

.jhy-contact-method-tile__icon svg {
  width: 32px;
  height: 32px;
}

.jhy-contact-method-tile__label {
  margin-top: 18px;
  color: var(--jhy-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jhy-contact-method-tile__value {
  margin-top: 12px;
  color: #191d24;
  font-size: clamp(1.1rem, 1rem + 0.35vw, 1.45rem);
  line-height: 1.45;
  font-weight: 700;
}

.jhy-contact-method-tile__value a {
  color: inherit;
  text-decoration: none;
}

.jhy-contact-method-tile__value a:hover {
  color: var(--jhy-red);
}

.jhy-contact-trust {
  display: grid;
  gap: 26px;
}

.jhy-contact-scale-grid,
.jhy-contact-network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.jhy-contact-scope-card,
.jhy-contact-network-column {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 28px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-contact-scope-card {
  overflow: hidden;
}

.jhy-contact-scope-card__copy {
  padding: 28px 30px 0;
}

.jhy-contact-scope-card__eyebrow {
  color: #1297d9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-contact-scope-card h3 {
  margin: 12px 0 0;
  color: #1a1d22;
  font-size: clamp(1.8rem, 1.3rem + 0.7vw, 2.6rem);
  line-height: 1.08;
  font-weight: 800;
}

.jhy-contact-scope-card p {
  margin: 14px 0 0;
  color: #616976;
  font-size: 15px;
  line-height: 1.8;
}

.jhy-contact-scope-card__media {
  padding: 24px 30px 30px;
}

.jhy-contact-scope-card__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid #eef0f2;
}

.jhy-contact-scope-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 28px;
  border: 1px dashed #d9dde3;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 22%, rgba(18, 151, 217, 0.12), transparent 0 18%),
    radial-gradient(circle at 82% 78%, rgba(224, 0, 15, 0.08), transparent 0 16%),
    linear-gradient(180deg, #fafbfd 0%, #f4f7fb 100%);
  text-align: center;
}

.jhy-contact-scope-card__placeholder span {
  color: #1297d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jhy-contact-scope-card__placeholder b {
  margin-top: 12px;
  color: #1b1f24;
  font-size: 26px;
  line-height: 1.16;
}

.jhy-contact-network-column {
  padding: 28px;
}

.jhy-contact-network-column__head h3 {
  margin: 14px 0 0;
  color: #1d2026;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.jhy-contact-point-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.jhy-contact-point-card {
  padding: 22px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 22px;
}

.jhy-contact-point-card__top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.jhy-contact-point-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(160deg, #ff1a22 0%, #cc0912 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  color: #fff;
  flex: 0 0 58px;
}

.jhy-contact-point-card__badge-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jhy-contact-point-card__badge-label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jhy-contact-point-card__head h3 {
  margin: 2px 0 0;
  color: #1b1d22;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 800;
}

.jhy-contact-point-card__note {
  margin-top: 8px;
  color: #1297d9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jhy-contact-point-card__address {
  margin-top: 16px;
  color: #5f6773;
  font-size: 15px;
  line-height: 1.8;
}

.jhy-contact-point-card__address span {
  color: #20232a;
  font-weight: 700;
}

.jhy-contact-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 34px;
}

.jhy-contact-company-card {
  padding: clamp(28px, 3vw, 42px);
  background: linear-gradient(140deg, #ffffff 0%, #ffffff 64%, rgba(224, 0, 15, 0.05) 100%);
  border: 1px solid #ececec;
  border-radius: 28px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-contact-company-card__title {
  margin-top: 14px;
  color: #171717;
  font-size: clamp(2rem, 1.5rem + 1vw, 3.2rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-contact-company-card__copy {
  margin-top: 18px;
  max-width: 780px;
  color: #646b74;
  font-size: 17px;
  line-height: 1.85;
}

.jhy-contact-company-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.jhy-contact-detail {
  padding: 18px 20px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 18px;
}

.jhy-contact-detail__label {
  color: var(--jhy-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jhy-contact-detail__value {
  margin-top: 10px;
  color: #1f2329;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.jhy-contact-methods {
  align-content: stretch;
}

.jhy-contact-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.jhy-contact-office-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-contact-office-card__title {
  margin: 14px 0 0;
  color: #1d1d1d;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 800;
}

.jhy-contact-office-card__copy {
  margin-top: 14px;
  color: #656d78;
  font-size: 15px;
  line-height: 1.85;
}

.jhy-contact-office-card__meta {
  display: block;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #efefef;
  color: #181d22;
  font-size: 15px;
  line-height: 1.85;
}

.jhy-location-grid {
  margin-top: 24px;
}

.jhy-download-groups article {
  min-height: 210px;
}

.jhy-news-list {
  display: grid;
  gap: 18px;
}

.jhy-news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-news-feature img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.jhy-news-feature__title {
  margin: 0 0 12px;
  color: #1f1f1f;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.jhy-news-feature__text {
  color: #686868;
  font-size: 15px;
  line-height: 1.9;
}

@media (max-width: 1199px) {
  .jhy-home-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhy-contact-overview {
    grid-template-columns: 1fr;
  }

  .jhy-contact-scale-grid,
  .jhy-contact-network-grid {
    grid-template-columns: 1fr;
  }

  .jhy-contact-company-card__meta,
  .jhy-contact-office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhy-mega-products {
    width: min(100%, calc(100vw - 48px));
  }

  .jhy-mega-products__shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jhy-mega-products__intro {
    padding-right: 0;
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid #efefef;
  }

  .jhy-mega-discovery {
    width: min(100%, calc(100vw - 24px));
  }

  .jhy-mega-discovery__layout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .jhy-mega-discovery__sidebar {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid #ededed;
  }

  .jhy-mega-discovery__sidebar-title {
    font-size: 30px;
  }

  .jhy-mega-discovery__tabs {
    flex-wrap: wrap;
  }

  .jhy-mega-discovery__tab {
    min-height: 48px;
    padding-inline: 20px;
    font-size: 15px;
  }

  .jhy-mega-discovery__items {
    grid-template-columns: 1fr;
  }

  .jhy-mega-discovery__detail-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .jhy-mega-discovery__detail-title {
    font-size: 26px;
  }

  .jhy-products-layout,
  .jhy-home-hero__inner,
  .jhy-home-split,
  .jhy-machine-hero,
  .jhy-machine-spotlight,
  .jhy-about-profile,
  .jhy-company-profile-intro,
  .jhy-honest-company-intro,
  .jhy-honest-company-media,
  .jhy-honest-news-item,
  .jhy-solution-logic,
  .jhy-footer__grid,
  .jhy-download-hero,
  .jhy-news-feature {
    grid-template-columns: 1fr;
  }

  .jhy-company-profile-pattern {
    display: none;
  }

  .jhy-honest-company-pattern {
    display: none;
  }

  .jhy-site-grid,
  .jhy-proof-grid,
  .jhy-case-lanes,
  .jhy-service-flow,
  .jhy-service-lanes,
  .jhy-machine-detail-wall__grid,
  .jhy-machine-advantages__grid,
  .jhy-location-grid,
  .jhy-download-groups,
  .jhy-company-profile-stats,
  .jhy-company-profile-capability-grid,
  .jhy-honest-gallery-grid,
  .jhy-honest-case-grid,
  .jhy-honest-certificate-grid,
  .jhy-honest-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhy-products-side {
    position: static;
  }
}

@media (max-width: 991px) {
  .jhy-mobile-lang-slot {
    display: block;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
  }

  .jhy-mobile-lang-slot .jhy-lang-switcher__toggle {
    min-width: 120px;
    height: 42px;
  }

  .jhy-mobile-lang-slot .jhy-lang-switcher__menu {
    right: auto;
    left: 0;
  }

  .jhy-page-hero {
    padding-block: 42px 24px;
  }

  .jhy-lang-switcher__toggle {
    min-width: 112px;
    height: 40px;
    padding-inline: 12px;
  }

  .jhy-lang-switcher__menu {
    min-width: 188px;
  }

  .jhy-search-panel {
    width: min(calc(100vw - 24px), 360px);
  }

  .jhy-home-panel,
  .jhy-machine-spotlight {
    padding: 24px;
  }

  .jhy-contact-company-card,
  .jhy-contact-office-card {
    padding: 24px;
  }

  .jhy-contact-section-head .c-title-lg {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .jhy-contact-method-tile,
  .jhy-contact-network-column,
  .jhy-contact-point-card {
    padding: 24px;
  }

  .jhy-contact-method-tile__icon {
    width: 62px;
    height: 62px;
  }

  .jhy-contact-method-tile__icon svg {
    width: 28px;
    height: 28px;
  }

  .jhy-post-cards,
  .jhy-machine-detail-wall__grid,
  .jhy-machine-advantages__grid,
  .jhy-machine-gallery__thumbs,
  .jhy-home-kpis,
  .jhy-contact-method-bar,
  .jhy-contact-scale-grid,
  .jhy-contact-network-grid,
  .jhy-contact-overview,
  .jhy-contact-grid,
  .jhy-contact-company-card__meta,
  .jhy-contact-office-grid,
  .jhy-about-grid,
  .jhy-about-stat-grid,
  .jhy-company-profile-stats,
  .jhy-company-profile-capability-grid,
  .jhy-honest-gallery-grid,
  .jhy-honest-case-grid,
  .jhy-honest-certificate-grid,
  .jhy-honest-logo-grid,
  .jhy-site-grid,
  .jhy-proof-grid,
  .jhy-case-lanes,
  .jhy-service-flow,
  .jhy-service-lanes,
  .jhy-location-grid,
  .jhy-download-groups,
  .jhy-module-grid,
  .jhy-inquiry-form__grid {
    grid-template-columns: 1fr;
  }

  .jhy-page-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .jhy-page-tabs::-webkit-scrollbar {
    display: none;
  }

  .jhy-page-tabs a {
    min-height: 56px;
    padding-inline: 18px;
    font-size: 15px;
  }

  .jhy-honest-page-section {
    padding-block: 42px 64px;
  }

  .jhy-honest-news-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .jhy-honest-news-tabs::-webkit-scrollbar {
    display: none;
  }

  .jhy-honest-news-tabs a {
    flex: 0 0 auto;
  }

  .jhy-honest-card-image,
  .jhy-honest-case-card .jhy-honest-card-image,
  .jhy-honest-case-card .jhy-honest-card-image img,
  .jhy-honest-company-building .jhy-honest-card-image,
  .jhy-honest-company-building .jhy-honest-card-image img {
    height: 240px;
  }

  .jhy-honest-certificate-card .jhy-honest-card-image,
  .jhy-honest-certificate-card .jhy-honest-card-image img {
    height: 320px;
  }

  .jhy-post-card__media {
    min-height: 210px;
  }

  .jhy-step-card {
    grid-template-columns: 1fr;
  }

  .jhy-inquiry-form-wrap {
    padding: 24px;
  }

  .jhy-inquiry-modal {
    padding: 16px;
  }

  .jhy-inquiry-modal__dialog {
    padding: 28px 20px 24px;
  }
}

.jhy-home-stage-section {
  padding-block: 0;
  padding-inline: 0;
}

.jhy-home-stage-section .c-container,
.jhy-home-stage-section .c-container--wide,
.jhy-home-stage-container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

.jhy-home-section-head {
  margin-bottom: 28px;
}

.jhy-home-section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  color: var(--jhy-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jhy-home-section-head__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.jhy-home-section-head__title {
  max-width: 840px;
  margin: 0;
  color: #191919;
  font-size: clamp(2rem, 1.7rem + 1.5vw, 3.3rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-home-section-head__text {
  max-width: 460px;
  margin: 0;
  color: #676c73;
  font-size: 16px;
  line-height: 1.8;
}

.jhy-home-section-head--centered {
  text-align: center;
}

.jhy-home-section-head--centered .jhy-home-section-head__eyebrow {
  display: flex;
  width: 100%;
  justify-content: center;
}

.jhy-home-section-head--centered .jhy-home-section-head__row {
  justify-content: center;
  align-items: center;
}

.jhy-home-section-head--centered .jhy-home-section-head__title,
.jhy-home-section-head--centered .jhy-home-section-head__text {
  max-width: 980px;
  text-align: center;
}

.jhy-home-native__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.jhy-home-native__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #4f5864;
  font-size: 13px;
  font-weight: 700;
}

.jhy-home-banner-stack {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.jhy-home-banner-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 26px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 18%, rgba(225, 0, 24, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(9, 15, 24, 0.98), rgba(18, 26, 38, 0.94));
  box-shadow: 0 30px 70px rgba(16, 22, 34, 0.14);
}

.jhy-home-banner-card--2 {
  background:
    radial-gradient(circle at 20% 18%, rgba(225, 0, 24, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(19, 18, 24, 0.98), rgba(35, 25, 31, 0.94));
}

.jhy-home-banner-card--3 {
  background:
    radial-gradient(circle at 18% 18%, rgba(252, 129, 44, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(10, 14, 24, 0.98), rgba(18, 28, 40, 0.94));
}

.jhy-home-banner-card__copy {
  color: #fff;
}

.jhy-home-banner-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jhy-home-banner-card__index {
  color: #ffbcc6;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jhy-home-banner-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-home-banner-card__title {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(2.2rem, 1.8rem + 1.2vw, 3.4rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.jhy-home-banner-card__text {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.85;
}

.jhy-home-banner-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.jhy-home-banner-card__actions .c-btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.jhy-home-banner-card__actions .c-btn-outline:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
}

.jhy-home-banner-card__visual {
  display: grid;
  min-height: 440px;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.jhy-home-banner-card__visual img,
.jhy-home-banner-card__image img {
  width: 100%;
  height: 100%;
  min-height: 402px;
  object-fit: cover;
  background: #fff;
  border-radius: 20px;
}

.jhy-home-stage {
  position: relative;
  width: 100%;
}

.jhy-home-stage__shell {
  position: relative;
  overflow: hidden;
  min-height: clamp(760px, 80vh, 880px);
  border-radius: 0;
  background: #091019;
  box-shadow: none;
  isolation: isolate;
}

.jhy-home-stage__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 90%);
  pointer-events: none;
}

.jhy-home-stage__slide {
  position: relative;
  overflow: hidden;
  display: none;
  min-height: clamp(760px, 80vh, 880px);
  border-radius: 0;
}

.jhy-home-stage__slide.is-active {
  display: block;
}

.jhy-home-stage__bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  filter: saturate(0.9) contrast(1.06) brightness(0.82);
  transform: scale(1.03);
  transition: transform 11.6s ease;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__bg-image {
  transform: scale(1);
}

.jhy-home-stage__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.14), transparent 15%),
    linear-gradient(90deg, rgba(7, 12, 18, 0.92) 0%, rgba(8, 13, 21, 0.72) 42%, rgba(8, 13, 21, 0.32) 100%);
}

.jhy-home-stage__slide--2::before {
  background:
    radial-gradient(circle at 82% 16%, rgba(225, 0, 24, 0.15), transparent 16%),
    linear-gradient(90deg, rgba(6, 11, 18, 0.94) 0%, rgba(11, 16, 24, 0.72) 46%, rgba(11, 16, 24, 0.34) 100%);
}

.jhy-home-stage__slide--3::before {
  background:
    radial-gradient(circle at 74% 24%, rgba(92, 181, 255, 0.15), transparent 16%),
    linear-gradient(90deg, rgba(9, 14, 21, 0.94) 0%, rgba(13, 18, 27, 0.78) 46%, rgba(13, 18, 27, 0.38) 100%);
}

.jhy-home-stage__slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto auto 0 0;
  width: 36%;
  height: 42%;
  background: linear-gradient(180deg, rgba(225, 0, 24, 0), rgba(225, 0, 24, 0.18));
}

.jhy-home-stage__inner {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) !important;
  gap: clamp(16px, 1.6vw, 28px);
  align-items: center;
  height: clamp(740px, 76vh, 820px);
  min-height: clamp(740px, 76vh, 820px);
  padding: clamp(38px, 3.4vw, 56px) clamp(18px, 2vw, 30px) 170px;
}

.jhy-home-stage__grid {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) !important;
  gap: clamp(16px, 1.6vw, 28px);
  align-items: center;
  height: clamp(740px, 76vh, 820px);
  min-height: clamp(740px, 76vh, 820px);
  padding: clamp(38px, 3.4vw, 56px) clamp(18px, 2vw, 30px) 170px;
}

.jhy-home-stage__copy {
  width: 100% !important;
  max-width: none;
  min-width: 0;
  color: #fff;
}

.jhy-home-stage__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-home-stage__title {
  width: auto;
  max-width: 720px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(3.02rem, 2.36rem + 1.24vw, 4.28rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.055em;
  text-wrap: normal;
  position: relative;
  z-index: 3;
}

.jhy-home-stage__title-line {
  display: block;
  white-space: nowrap;
}

.jhy-home-stage__text {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.58;
}

.jhy-home-stage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.jhy-home-stage__actions .c-btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.jhy-home-stage__actions .c-btn-outline:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
}

.jhy-home-stage__proof {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin-top: 16px;
}

.jhy-home-stage__proof span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.jhy-home-stage__proof span::before {
  content: "✓";
  flex: 0 0 auto;
  color: #8fd8a2;
  font-size: 15px;
  font-weight: 800;
  transform: translateY(1px);
}

.jhy-home-stage__eyebrow,
.jhy-home-stage__title,
.jhy-home-stage__text,
.jhy-home-stage__actions,
.jhy-home-stage__proof {
  opacity: 0;
  transform: translate3d(-140px, 0, 0);
  filter: blur(10px);
  will-change: transform, opacity;
}

.jhy-home-stage__visual {
  position: relative;
  width: 100% !important;
  min-width: 0;
  max-width: none;
  min-height: 700px;
  margin-left: auto;
  margin-right: 0;
  isolation: isolate;
}

@media (min-width: 1101px) {
  .jhy-home-stage__copy,
  .jhy-home-stage__visual {
    max-width: 100% !important;
  }
}

.jhy-home-stage__visual-backplate {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 112px;
  left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow:
    0 30px 64px rgba(6, 10, 18, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.jhy-home-stage__visual-backplate--rear {
  top: -6px !important;
  right: 128px !important;
  bottom: auto;
  left: auto;
  width: 146px;
  height: 118px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(233, 237, 244, 0.95);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(8, 14, 22, 0.14);
  z-index: 7;
}

.jhy-home-stage__visual-backplate--rear-secondary {
  top: 124px !important;
  right: 54px !important;
  width: 132px !important;
  height: 102px !important;
  border-radius: 26px;
  z-index: 6;
}

.jhy-home-stage__rear-image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #f7f9fc;
}

.jhy-home-stage__rear-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.jhy-home-stage__visual-panel {
  display: contents !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

.jhy-home-stage__visual-panel::before {
  content: none;
}

.jhy-home-stage__visual-panel::after {
  content: none;
}

.jhy-home-stage__visual-set {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(34px, 0, 0) scale(0.98);
  transition:
    opacity 0.42s ease,
    visibility 0.42s ease,
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.jhy-home-stage__visual-set.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.jhy-home-stage__visual:not(.has-visual-groups) .jhy-home-stage__visual-set:first-of-type,
.jhy-home-stage__visual.has-visual-groups .jhy-home-stage__visual-set.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.jhy-home-stage__product-frame {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 112px;
  left: 0;
  overflow: hidden;
  min-height: 0;
  padding: 18px 18px 24px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)) !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  box-shadow:
    0 22px 48px rgba(6, 10, 18, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.jhy-home-stage__product-frame::before {
  content: "";
  position: absolute;
  top: -24%;
  left: -10%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(225, 0, 24, 0.08), transparent 72%);
  pointer-events: none;
}

.jhy-home-stage__product-frame::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 18px;
  left: 18%;
  height: 44px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(44, 57, 74, 0.1), transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}

.jhy-home-stage__product-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  margin: 0 !important;
  padding: 10px 10px 4px;
}

.jhy-home-stage__visual-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24);
}

.jhy-home-stage__visual-label {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #2f3540;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-home-stage__visual-card img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  background: #fff;
  border-radius: 22px;
}

.jhy-home-stage__product-image img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(51, 65, 85, 0.22));
}

.jhy-home-stage__visual-backplate,
.jhy-home-stage__visual-panel,
.jhy-home-stage__product-frame,
.jhy-home-stage__product-image img,
.jhy-home-stage__detail-card {
  opacity: 0;
  transform: translate3d(140px, 0, 0) scale(0.94);
  filter: blur(12px);
  will-change: transform, opacity;
}

.jhy-home-stage__visual-chips {
  position: absolute;
  right: 268px;
  bottom: 130px;
  left: 22px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jhy-home-stage__visual-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(61, 70, 81, 0.9);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(16, 22, 34, 0.16);
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  will-change: transform, opacity;
}

.jhy-home-stage__visual-group-nav {
  position: absolute;
  right: 268px;
  bottom: 130px;
  left: 22px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jhy-home-stage__visual-group-tab,
.jhy-home-stage__visual-chips [data-jhy-visual-group],
.jhy-home-stage__visual-chips [data-visual-group] {
  appearance: none;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(61, 70, 81, 0.9);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(16, 22, 34, 0.16);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.jhy-home-stage__visual-group-tab:hover,
.jhy-home-stage__visual-group-tab.is-active,
.jhy-home-stage__visual-chips [data-jhy-visual-group]:hover,
.jhy-home-stage__visual-chips [data-jhy-visual-group].is-active,
.jhy-home-stage__visual-chips [data-visual-group]:hover,
.jhy-home-stage__visual-chips [data-visual-group].is-active {
  border-color: rgba(255, 188, 198, 0.62);
  background: rgba(225, 0, 24, 0.86);
  transform: translateY(-1px);
}

.jhy-home-stage__visual-group-tab:focus-visible,
.jhy-home-stage__visual-chips [data-jhy-visual-group]:focus-visible,
.jhy-home-stage__visual-chips [data-visual-group]:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.2),
    0 0 0 5px rgba(225, 0, 24, 0.32);
}

.jhy-home-stage__visual-arrow-nav {
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
}

.jhy-home-stage__visual-arrow {
  position: absolute;
  top: 43% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 13, 22, 0.22);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.jhy-home-stage__visual-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px solid currentColor;
  border-left: 4px solid currentColor;
}

.jhy-home-stage__visual-arrow--prev {
  left: 18px;
}

.jhy-home-stage__visual-arrow--prev::before {
  transform: translateX(3px) rotate(-45deg);
}

.jhy-home-stage__visual-arrow--next {
  right: 18px;
}

.jhy-home-stage__visual-arrow--next::before {
  transform: translateX(-3px) rotate(135deg);
}

.jhy-home-stage__visual-arrow:hover {
  border-color: rgba(255, 188, 198, 0.64);
  background: rgba(225, 0, 24, 0.84);
}

.jhy-home-stage__visual-arrow:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.22),
    0 0 0 5px rgba(225, 0, 24, 0.34);
}

.jhy-home-stage__visual-arrow:disabled,
.jhy-home-stage__visual-arrow[aria-disabled="true"] {
  opacity: 0;
  pointer-events: none;
}

.jhy-home-stage__detail-card {
  position: absolute;
  right: 24px;
  bottom: 152px;
  margin: 0 !important;
  z-index: 8;
  width: min(29%, 236px);
  padding: 12px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 44px rgba(6, 10, 18, 0.26);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 1101px) {
  .jhy-home-stage__shell,
  .jhy-home-stage__slide {
    height: auto !important;
    min-height: 0 !important;
  }

  .jhy-home-stage__slide {
    overflow: visible !important;
  }

  .jhy-home-stage__inner,
  .jhy-home-stage__grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) !important;
    height: auto !important;
    min-height: 0 !important;
    padding: clamp(38px, 3.4vw, 56px) clamp(18px, 2vw, 30px) 0 !important;
  }

  .jhy-home-stage__visual {
    min-height: 700px !important;
  }

  .jhy-home-stage__product-frame {
    bottom: 0 !important;
  }

  .jhy-home-stage__visual-chips,
  .jhy-home-stage__visual-group-nav {
    bottom: 18px !important;
  }

  .jhy-home-stage__visual-backplate--rear {
    right: -10px !important;
    margin-right: 0 !important;
  }

  .jhy-home-stage__visual-backplate--rear-secondary {
    right: -20px !important;
  }

  .jhy-home-stage__detail-card {
    right: -20px !important;
    bottom: -20px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .jhy-home-stage__switches {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 32px 24px 12px !important;
  }
}

.jhy-home-stage__detail-image {
  overflow: hidden;
  min-height: 148px;
  margin: 0 !important;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef2f6 0%, #dde4eb 100%);
}

.jhy-home-stage__detail-image img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}

.jhy-home-stage__detail-copy {
  margin-top: 0;
}

.jhy-home-stage__detail-title {
  margin: 0;
  color: #171c23;
  font-size: 20px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.jhy-home-stage__detail-text {
  margin: 10px 0 0;
  color: #616b78;
  font-size: 14px;
  line-height: 1.65;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__eyebrow {
  animation: jhy-home-copy-enter 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.04s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__title {
  animation: jhy-home-copy-enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__text {
  animation: jhy-home-copy-enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__proof {
  animation: jhy-home-copy-enter 0.68s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__actions {
  animation: jhy-home-copy-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__visual-backplate {
  animation: jhy-home-visual-enter 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__product-frame {
  animation: jhy-home-visual-enter 0.84s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__product-image img {
  animation: jhy-home-visual-enter 0.88s cubic-bezier(0.22, 1, 0.36, 1) 0.36s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__detail-card {
  animation: jhy-home-visual-enter 0.76s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__visual-chips span {
  animation: jhy-home-chip-enter 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.56s both;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__visual-chips span:nth-child(2) {
  animation-delay: 0.64s;
}

.jhy-home-stage__slide.is-active .jhy-home-stage__visual-chips span:nth-child(3) {
  animation-delay: 0.72s;
}

.jhy-home-stage__machine-placeholder {
  display: grid;
  place-items: center;
  min-height: 424px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(225, 0, 24, 0.26);
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.jhy-home-stage__switches {
  position: absolute;
  right: 24px;
  bottom: 12px;
  left: 24px;
  z-index: 4;
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.jhy-home-stage__dots {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.jhy-home-stage__dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.jhy-home-stage__dots span.is-active {
  background: var(--jhy-red);
  transform: scale(1.15);
}

.jhy-home-stage__switch {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  min-height: 96px;
  padding: 12px 18px 12px;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(19, 23, 29, 0.5);
  color: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.jhy-home-stage__switch > * {
  position: relative;
  z-index: 2;
}

.jhy-home-stage__switch:hover,
.jhy-home-stage__switch.is-active {
  transform: translateY(-2px);
  border-color: rgba(255, 188, 198, 0.5);
  background: linear-gradient(180deg, rgba(225, 0, 24, 0.24), rgba(255, 255, 255, 0.08));
  box-shadow: 0 16px 32px rgba(8, 14, 22, 0.18);
}

.jhy-home-stage__switch:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.18),
    0 0 0 5px rgba(225, 0, 24, 0.34);
}

.jhy-home-stage__switch-index {
  color: #ffbcc6;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.jhy-home-stage__switch-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jhy-home-stage__switch-text {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jhy-home-stage__switch-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.jhy-home-stage__switch-progress::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: var(--jhy-red);
}

.jhy-home-stage__switch.is-active .jhy-home-stage__switch-progress::after {
  animation: jhy-home-switch-progress 11.6s linear forwards;
}

@keyframes jhy-home-switch-progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes jhy-home-copy-enter {
  from {
    opacity: 0;
    transform: translate3d(-140px, 0, 0);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes jhy-home-visual-enter {
  from {
    opacity: 0;
    transform: translate3d(140px, 0, 0) scale(0.94);
    filter: blur(12px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes jhy-home-chip-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

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

.jhy-home-stage__switch strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 800;
}

.jhy-home-stage__switch span:last-child {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}

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

.jhy-home-family-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--jhy-line);
  border-radius: 24px;
  box-shadow: var(--jhy-shadow-card);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jhy-home-family-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(16, 22, 34, 0.12);
}

.jhy-home-family-card__label {
  color: var(--jhy-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jhy-home-family-card__media {
  display: grid;
  place-items: center;
  min-height: 190px;
  margin-top: 12px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fafbfc 0%, #eef1f5 100%);
}

.jhy-home-family-card__media img {
  max-height: 158px;
  object-fit: contain;
}

.jhy-home-family-card__placeholder {
  color: rgba(225, 0, 24, 0.22);
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.jhy-home-family-card__title {
  display: block;
  margin-top: 18px;
  color: #171a1f;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.jhy-home-family-card__text {
  display: block;
  margin-top: 12px;
  color: #686c73;
  font-size: 15px;
  line-height: 1.75;
}

.jhy-home-family-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.jhy-home-family-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f5f7fa;
  color: #4d5663;
  font-size: 12px;
  font-weight: 700;
}

.jhy-home-about {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 42px;
  align-items: stretch;
}

.jhy-home-about__visual,
.jhy-home-about__content {
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-home-about__visual {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  border-radius: 0;
  background: #eaf0f6;
  border: 1px solid rgba(18, 25, 36, 0.04);
}

.jhy-home-about__visual img,
.jhy-home-about__visual-image img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  border-radius: 0;
  object-fit: cover;
}

.jhy-home-about__content {
  display: grid;
  align-content: start;
  gap: 28px;
  padding: 8px 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jhy-home-about__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.jhy-home-about__stat {
  padding: 0;
  background: transparent;
}

.jhy-home-about__stat strong {
  display: block;
  color: var(--jhy-red);
  font-size: clamp(2.1rem, 1.7rem + 1.9vw, 4rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.jhy-home-about__stat span {
  display: block;
  margin-top: 6px;
  color: #2d323a;
  font-size: 15px;
  line-height: 1.35;
}

.jhy-home-about__stat strong small {
  font-size: 44%;
  font-weight: 800;
  letter-spacing: 0;
}

.jhy-home-about__title {
  margin: 0;
  color: #33383f;
  font-size: clamp(2.2rem, 1.65rem + 2.4vw, 3.6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.jhy-home-about__text {
  margin: 0;
  color: #3c424b;
  font-size: 17px;
  line-height: 1.95;
}

.jhy-home-about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--jhy-red);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(225, 0, 24, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.jhy-home-about__cta:hover,
.jhy-home-about__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(225, 0, 24, 0.22);
}

.jhy-home-why {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 18%, rgba(225, 0, 24, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(8, 13, 21, 0.96), rgba(18, 25, 36, 0.92));
  color: #fff;
}

.jhy-home-why .jhy-home-section-head__title,
.jhy-home-why .jhy-home-section-head__text {
  color: #fff;
}

.jhy-home-why .jhy-home-section-head__text {
  color: rgba(255, 255, 255, 0.76);
}

.jhy-home-why__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.jhy-home-why__card {
  min-height: 230px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.jhy-home-why__index {
  color: #ffbcc6;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.jhy-home-why__card h3 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.jhy-home-why__card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.jhy-home-why-poster {
  display: block;
}

.jhy-home-why-poster__image {
  display: block;
  width: 100%;
}

.jhy-home-why-poster__image img,
img.jhy-home-why-poster__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  border: 1px solid rgba(225, 0, 24, 0.08);
  box-shadow: 0 20px 42px rgba(16, 24, 40, 0.08);
}

.jhy-home-proof__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
}

.jhy-home-proof__copy,
.jhy-home-proof__wall {
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-home-proof__copy {
  padding: 30px;
  border: 1px solid var(--jhy-line);
}

.jhy-home-proof__copy h3 {
  margin: 0 0 12px;
  color: #191c22;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-home-proof__copy p {
  margin: 0;
  color: #686c73;
  font-size: 16px;
  line-height: 1.82;
}

.jhy-home-proof__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.jhy-home-proof__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f6f8fa;
  color: #4e5663;
  font-size: 13px;
  font-weight: 700;
}

.jhy-home-proof__chips--secondary {
  margin-top: 14px;
}

.jhy-home-proof__note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--jhy-red);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(225, 0, 24, 0.05), rgba(225, 0, 24, 0.02));
  color: #4e5663;
  font-size: 14px;
  line-height: 1.8;
}

.jhy-home-proof__wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}

.jhy-home-proof__tile {
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f9fbfc 0%, #eef2f6 100%);
  color: #1e232c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.jhy-home-products,
.jhy-home-poster,
.jhy-home-partners {
  display: grid;
  gap: 24px;
}

.jhy-home-products {
  gap: 30px;
}

.jhy-home-products__carousel {
  position: relative;
}

.jhy-home-products__viewport {
  overflow: hidden;
}

.jhy-home-products__track {
  display: flex;
  transition: transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

.jhy-home-products__page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.jhy-home-products__slide {
  min-width: 0;
}

.jhy-home-products__slide .jhy-post-card {
  height: 100%;
  border-radius: 22px;
  border: 1px solid #e8ecf2;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.jhy-home-products__slide .jhy-post-card:hover,
.jhy-home-products__slide .jhy-post-card:focus-visible {
  border-color: rgba(225, 0, 24, 0.32);
  box-shadow: 0 26px 46px rgba(225, 0, 24, 0.12);
  transform: translateY(-6px);
  background: linear-gradient(180deg, #fff 0%, #fff6f6 100%);
}

.jhy-home-products__slide .jhy-post-card:hover .jhy-post-card__title,
.jhy-home-products__slide .jhy-post-card:focus-visible .jhy-post-card__title {
  color: var(--jhy-red);
}

.jhy-home-products__slide .jhy-post-card__media {
  min-height: 320px;
  height: 320px;
  padding: 20px 22px 12px;
}

.jhy-home-products__slide .jhy-post-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transition: transform 0.28s ease;
}

.jhy-home-products__slide .jhy-post-card:hover .jhy-post-card__media img,
.jhy-home-products__slide .jhy-post-card:focus-visible .jhy-post-card__media img {
  transform: scale(1.03);
}

.jhy-home-products__slide .jhy-post-card__body {
  gap: 12px;
  padding: 18px 20px 24px;
}

.jhy-home-products__slide .jhy-post-card__eyebrow {
  display: none;
}

.jhy-home-products__slide .jhy-post-card__title {
  font-size: 19px;
  line-height: 1.45;
  transition: color 0.28s ease;
}

.jhy-home-products__slide .jhy-post-card__text {
  color: #667085;
  line-height: 1.75;
}

.jhy-home-products__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #aeb6c2;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.jhy-home-products__nav:hover,
.jhy-home-products__nav:focus-visible {
  background: var(--jhy-red);
  color: #fff;
  box-shadow: 0 18px 34px rgba(225, 0, 24, 0.2);
  transform: translateY(-2px);
}

.jhy-home-products__nav span {
  font-size: 48px;
  line-height: 1;
  transform: translateY(-3px);
}

.jhy-home-products__nav--prev {
  left: 0;
}

.jhy-home-products__nav--next {
  right: 0;
}

@media (prefers-reduced-motion: reduce) {
  .jhy-home-products__track,
  .jhy-home-products__slide .jhy-post-card,
  .jhy-home-products__slide .jhy-post-card__media img,
  .jhy-home-products__slide .jhy-post-card__title,
  .jhy-home-products__nav {
    transition: none;
  }

  .jhy-home-products__slide .jhy-post-card:hover,
  .jhy-home-products__slide .jhy-post-card:focus-visible,
  .jhy-home-products__nav:hover,
  .jhy-home-products__nav:focus-visible {
    transform: none;
  }
}

.jhy-home-poster__board {
  display: grid;
  grid-template-columns: minmax(220px, 0.86fr) minmax(0, 1.28fr) minmax(220px, 0.86fr);
  grid-template-areas:
    ". point3 ."
    "point2 visual point4"
    "point1 visual point5";
  gap: 20px;
  align-items: stretch;
}

.jhy-home-poster__visual {
  grid-area: visual;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 32px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(9, 14, 23, 0.2);
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.08) 0%, rgba(5, 10, 18, 0.72) 100%),
    var(--jhy-home-poster-bg) center center / cover no-repeat;
}

.jhy-home-poster__visual::before {
  content: "";
  position: absolute;
  inset: auto auto -16% -8%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 0, 24, 0.3) 0%, rgba(225, 0, 24, 0) 72%);
  pointer-events: none;
}

.jhy-home-poster__visual-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  max-width: 500px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(8, 14, 23, 0.72);
  backdrop-filter: blur(14px);
  color: #fff;
}

.jhy-home-poster__visual-kicker,
.jhy-home-poster__detail-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jhy-home-poster__visual-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-home-poster__visual-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.86;
}

.jhy-home-poster__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jhy-home-poster__metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.jhy-home-poster__detail {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  display: grid;
  gap: 10px;
  width: min(34%, 260px);
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(9, 14, 23, 0.16);
}

.jhy-home-poster__detail-label {
  color: #48505d;
}

.jhy-home-poster__detail img {
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
}

.jhy-home-poster__point {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px 22px 24px;
  border: 1px solid var(--jhy-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-home-poster__point.is-point-1 { grid-area: point1; }
.jhy-home-poster__point.is-point-2 { grid-area: point2; }
.jhy-home-poster__point.is-point-3 { grid-area: point3; }
.jhy-home-poster__point.is-point-4 { grid-area: point4; }
.jhy-home-poster__point.is-point-5 { grid-area: point5; }

.jhy-home-poster__point-index {
  color: #ff7f92;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.jhy-home-poster__point h3 {
  margin: 0;
  color: #191c22;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
}

.jhy-home-poster__point p {
  margin: 0;
  color: #67707c;
  font-size: 15px;
  line-height: 1.8;
}

.jhy-home-section-head--partners .jhy-home-section-head__title {
  max-width: none;
  letter-spacing: -0.03em;
}

.jhy-home-partners__viewport {
  position: relative;
  overflow: hidden;
}

.jhy-home-partners__stack {
  display: flex;
  flex-direction: column;
  transition: transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

.jhy-home-partners__page {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 22px;
  align-items: stretch;
  width: 100%;
  padding: 8px 0 10px;
}

.jhy-home-partners__logo {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--jhy-line);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-home-partners__logo-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.jhy-home-partners__logo img {
  display: block;
  max-width: 100%;
  max-height: 84px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.jhy-home-partners__logo-fallback {
  color: #3c4552;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jhy-home-partners__logo--cta {
  border-color: var(--jhy-red);
  background: var(--jhy-red);
  text-decoration: none;
  box-shadow: 0 20px 34px rgba(225, 0, 24, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jhy-home-partners__logo--cta:hover,
.jhy-home-partners__logo--cta:focus-visible {
  transform: translateY(-2px);
}

.jhy-home-partners__cta-text {
  color: #fff;
  font-size: clamp(1rem, 0.88rem + 0.45vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

@media (prefers-reduced-motion: reduce) {
  .jhy-home-partners__stack {
    transition: none;
  }

  .jhy-home-partners__logo--cta:hover,
  .jhy-home-partners__logo--cta:focus-visible {
    transform: none;
  }
}

@media (max-width: 1280px) {
  .jhy-home-products__page {
    gap: 24px;
  }

  .jhy-home-poster__board {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "visual visual"
      "point3 point3"
      "point2 point4"
      "point1 point5";
  }

  .jhy-home-poster__visual {
    min-height: 620px;
  }
}

@media (max-width: 1100px) {
  .jhy-home-products__page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhy-home-products__nav--prev {
    left: 0;
  }

  .jhy-home-products__nav--next {
    right: 0;
  }

  .jhy-home-partners__page {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .jhy-home-poster__visual-copy h3 {
    font-size: 28px;
  }

  .jhy-home-products__page {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jhy-home-products__nav {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .jhy-home-products__nav span {
    font-size: 38px;
  }

  .jhy-home-products__nav--prev {
    left: 0;
  }

  .jhy-home-products__nav--next {
    right: 0;
  }

  .jhy-home-products__slide .jhy-post-card__media {
    min-height: 240px;
    height: 240px;
    padding: 18px 18px 8px;
  }

  .jhy-home-products__slide .jhy-post-card__media img {
    max-height: none;
  }

  .jhy-home-products__slide .jhy-post-card__title {
    font-size: 18px;
  }

  .jhy-home-poster__board {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "point3"
      "point2"
      "point4"
      "point1"
      "point5";
  }

  .jhy-home-poster__visual {
    min-height: 440px;
    padding: 22px;
  }

  .jhy-home-poster__detail {
    position: static;
    width: min(100%, 220px);
    margin-top: 18px;
  }

  .jhy-home-poster__point {
    padding: 20px;
  }

  .jhy-home-partners__logo {
    padding: 20px;
  }

  .jhy-home-partners__page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .jhy-home-section-head--partners .jhy-home-section-head__title {
    font-size: clamp(1.9rem, 1.35rem + 3vw, 2.85rem);
  }

  .jhy-home-partners__cta-text {
    font-size: 16px;
  }

  .jhy-home-partners__logo--cta {
    padding: 20px;
  }

  .jhy-home-partners__logo img {
    max-height: 62px;
  }
}

.jhy-home-news__shell {
  padding: 32px;
  border: 1px solid var(--jhy-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--jhy-shadow-soft);
}

.jhy-home-news__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eceff3;
  overflow-x: auto;
}

.jhy-home-news__tab {
  position: relative;
  padding: 0 0 12px;
  background: transparent;
  border: 0;
  color: #2b323d;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.jhy-home-news__tab.is-active {
  color: var(--jhy-red);
}

.jhy-home-news__tab.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--jhy-red);
}

.jhy-home-news__panel {
  display: none;
}

.jhy-home-news__panel.is-active {
  display: block;
}

.jhy-home-news__empty {
  padding: 20px;
  border-radius: 18px;
  background: #f7f9fb;
  color: #6b7178;
  font-size: 15px;
  line-height: 1.8;
}

.jhy-products-discovery-page > .jhy-mega-discovery {
  margin-top: 0;
}

.jhy-post-card--news {
  overflow: hidden;
  border-radius: 22px;
}

.jhy-post-card--news .jhy-post-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.jhy-post-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(225, 0, 24, 0.08);
  color: var(--jhy-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhy-post-card__date {
  color: #7b8189;
  font-size: 13px;
  font-weight: 700;
}

.jhy-post-card__readmore {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: var(--jhy-red);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1440px) {
  .jhy-home-stage__inner,
  .jhy-home-stage__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
  }

  .jhy-home-stage__title {
    font-size: clamp(2.85rem, 2.08rem + 1.9vw, 3.9rem);
  }
}

@media (max-width: 991px) {
  .jhy-solution-banner-section {
    height: 220px;
  }

  .jhy-solution-banner-section .jhy-solution-banner__image,
  .jhy-solution-banner-section img.jhy-solution-banner__image {
    height: 220px !important;
  }

  .jhy-solution-breadcrumb-section {
    padding: 16px 0;
  }

  .jhy-solution-title-section {
    padding: 38px 0 14px;
  }

  .jhy-solution-title .jhy-page-hero__title {
    font-size: 32px;
  }

  .jhy-solution-title .jhy-page-hero__text {
    font-size: 15px;
    line-height: 1.75;
  }

  .jhy-post-card--solution-article {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 30px 0;
  }

  .jhy-post-card--solution-article:nth-child(even) .jhy-post-card__media,
  .jhy-post-card--solution-article:nth-child(even) .jhy-post-card__body {
    order: initial;
  }

  .jhy-post-card--solution-article .jhy-post-card__title {
    font-size: 28px;
  }

  .jhy-post-card--solution-article .jhy-post-card__text {
    font-size: 15px;
    line-height: 1.85;
  }

  .jhy-post-card--solution-article .jhy-post-card__readmore {
    min-height: 46px;
    padding: 0 24px;
    font-size: 14px;
  }

  .jhy-solution-article h2 {
    font-size: 28px;
  }

  .jhy-solution-article h3 {
    font-size: 22px;
  }

  .jhy-solution-article h4 {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .jhy-home-banner-card {
    grid-template-columns: 1fr;
  }

  .jhy-home-stage__inner,
  .jhy-home-stage__grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) !important;
    gap: 24px;
    padding-bottom: 150px;
  }

  .jhy-home-stage__title {
    width: auto;
    max-width: 100%;
    font-size: clamp(2.65rem, 2rem + 2vw, 3.55rem);
  }

  .jhy-home-stage__title-line {
    white-space: normal;
  }

  .jhy-home-stage__visual {
    max-width: none;
    min-height: 610px;
  }

  .jhy-home-stage__visual-backplate {
    left: 32px;
  }

  .jhy-home-stage__visual-backplate--rear {
    left: auto;
    right: 110px !important;
    width: 128px;
    height: 104px;
    padding: 9px;
  }

  .jhy-home-stage__visual-backplate--rear-secondary {
    top: 112px !important;
    right: 46px !important;
    width: 116px !important;
    height: 92px !important;
  }

  .jhy-home-stage__product-frame {
    top: 8px;
    right: 8px;
    bottom: 104px;
    left: 0;
  }

  .jhy-home-stage__product-frame,
  .jhy-home-stage__product-image {
    min-height: 430px;
  }

  .jhy-home-stage__product-image img {
    max-height: 430px;
  }

  .jhy-home-stage__visual-chips {
    right: 240px;
    bottom: 122px;
  }

  .jhy-home-stage__visual-group-nav {
    right: 240px;
    bottom: 122px;
  }

  .jhy-home-stage__visual-arrow {
    width: 44px;
    height: 58px;
  }

  .jhy-home-stage__detail-card {
    bottom: 126px;
    width: min(34%, 218px);
  }

  .jhy-home-family-grid,
  .jhy-home-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .jhy-home-stage__shell {
    height: auto;
    min-height: auto;
  }

  .jhy-home-stage__slide {
    min-height: 0;
  }

  .jhy-home-banner-card {
    padding: 22px;
  }

  .jhy-home-banner-card__visual {
    min-height: 320px;
  }

  .jhy-home-banner-card__visual img,
  .jhy-home-banner-card__image img {
    min-height: 284px;
  }

  .jhy-home-stage__inner,
  .jhy-home-stage__grid,
  .jhy-home-about,
  .jhy-home-proof__grid,
  .jhy-home-section-head__row {
    grid-template-columns: 1fr;
  }

  .jhy-home-about__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhy-home-stage__inner,
  .jhy-home-stage__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 40px 26px 20px !important;
  }

  .jhy-home-stage__visual {
    width: 100%;
    max-width: 780px;
    min-height: 480px;
    margin-top: 12px;
    margin-right: 0;
  }

  .jhy-home-stage__visual-backplate {
    left: 22px;
  }

  .jhy-home-stage__visual-backplate--rear {
    top: 10px !important;
    left: auto;
    right: 96px !important;
    width: 118px;
    height: 96px;
    padding: 8px;
  }

  .jhy-home-stage__visual-backplate--rear-secondary {
    top: 106px !important;
    right: 38px !important;
    width: 104px !important;
    height: 84px !important;
  }

  .jhy-home-stage__product-frame {
    top: 22px;
    right: 18px;
    bottom: 30px !important;
    left: 8px;
    padding: 16px 16px 20px;
  }

  .jhy-home-stage__product-frame,
  .jhy-home-stage__product-image,
  .jhy-home-stage__machine-placeholder {
    min-height: 304px;
  }

  .jhy-home-stage__product-image img {
    max-height: 274px;
  }

  .jhy-home-stage__visual-chips {
    position: static;
    margin-top: 16px;
  }

  .jhy-home-stage__visual-group-nav {
    position: static;
    margin-top: 16px;
  }

  .jhy-home-stage__visual-arrow--prev {
    left: 10px;
  }

  .jhy-home-stage__visual-arrow--next {
    right: 10px;
  }

  .jhy-home-stage__detail-card {
    right: -14px !important;
    bottom: -14px !important;
    width: min(44%, 238px);
  }

  .jhy-home-stage__text {
    max-width: 100%;
    font-size: 17px;
  }

  .jhy-home-stage__title {
    width: auto;
    max-width: 100%;
  }

  .jhy-home-stage__title-line {
    white-space: normal;
  }

  .jhy-home-stage__proof {
    max-width: 100%;
  }

  .jhy-home-stage__switches {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    margin: 10px 0 10px !important;
    padding: 0 26px 10px;
  }

  .jhy-home-stage__switch {
    scroll-snap-align: start;
  }

  .jhy-home-family-grid,
  .jhy-home-why__grid,
  .jhy-home-proof__wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .jhy-home-stage__shell {
    height: auto !important;
    min-height: auto !important;
  }

  .jhy-home-banner-card {
    padding: 18px;
    border-radius: 24px;
  }

  .jhy-home-banner-card__title {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .jhy-home-banner-card__visual {
    min-height: 240px;
    padding: 12px;
  }

  .jhy-home-banner-card__visual img,
  .jhy-home-banner-card__image img {
    min-height: 216px;
    border-radius: 16px;
  }

  .jhy-home-stage__title {
    font-size: clamp(2.55rem, 12vw, 3.85rem);
    width: auto;
    max-width: 100%;
  }

  .jhy-home-stage__title-line {
    white-space: normal;
  }

  .jhy-home-stage__text {
    font-size: 16px;
  }

  .jhy-home-stage__inner,
  .jhy-home-stage__grid {
    height: auto;
    min-height: 0;
    padding: 26px 18px 24px;
  }

  .jhy-home-stage__visual {
    min-height: 330px;
  }

  .jhy-home-stage__visual-backplate {
    left: 12px;
    bottom: 14px;
  }

  .jhy-home-stage__visual-backplate--rear {
    top: 8px !important;
    left: auto;
    right: 52px !important;
    width: 86px;
    height: 70px;
    padding: 6px;
    border-radius: 22px;
  }

  .jhy-home-stage__visual-backplate--rear-secondary {
    top: 78px !important;
    right: 12px !important;
    width: 76px !important;
    height: 62px !important;
    border-radius: 18px;
  }

  .jhy-home-stage__rear-image {
    border-radius: 16px;
  }

  .jhy-home-stage__product-frame {
    top: 14px;
    right: 14px;
    bottom: 22px;
    left: 0;
    min-height: 220px;
    padding: 10px 10px 16px;
    border-radius: 24px;
  }

  .jhy-home-stage__product-image {
    min-height: 220px;
    padding: 16px 14px 8px;
  }

  .jhy-home-stage__product-image img {
    max-height: 194px;
  }

  .jhy-home-stage__detail-card {
    right: -2px;
    bottom: 2px;
    width: min(56%, 204px);
    padding: 9px 9px 11px;
    border-radius: 18px;
  }

  .jhy-home-stage__detail-image {
    min-height: 96px;
    border-radius: 14px;
  }

  .jhy-home-stage__detail-image img {
    height: 96px;
  }

  .jhy-home-stage__detail-title {
    font-size: 16px;
  }

  .jhy-home-stage__detail-text {
    font-size: 12px;
  }

  .jhy-home-stage__proof span {
    font-size: 14px;
  }

  .jhy-home-stage__visual-chips {
    gap: 8px;
  }

  .jhy-home-stage__visual-group-nav {
    gap: 8px;
  }

  .jhy-home-stage__visual-arrow {
    width: 34px;
    height: 46px;
  }

  .jhy-home-stage__visual-arrow::before {
    width: 11px;
    height: 11px;
    border-top-width: 3px;
    border-left-width: 3px;
  }

  .jhy-home-stage__visual-chips span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .jhy-home-stage__visual-group-tab,
  .jhy-home-stage__visual-chips [data-jhy-visual-group],
  .jhy-home-stage__visual-chips [data-visual-group] {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .jhy-home-stage__switches {
    grid-auto-columns: minmax(238px, 82vw);
    margin: 18px 0 10px;
    padding: 0 18px 8px;
  }

  .jhy-home-stage__switch {
    min-height: 120px;
    padding: 15px 15px 16px;
  }

  .jhy-home-stage__switch-title {
    font-size: 17px;
  }

  .jhy-home-family-grid,
  .jhy-home-why__grid,
  .jhy-home-proof__wall {
    grid-template-columns: 1fr;
  }

  .jhy-home-news__shell,
  .jhy-home-proof__copy,
  .jhy-home-why {
    padding: 22px;
  }

  .jhy-home-about__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhy-home-about__content {
    gap: 22px;
    padding: 0;
  }

  .jhy-home-about__cta {
    min-height: 52px;
    padding: 0 22px;
  }

  .jhy-home-stage__visual-card {
    padding: 20px;
  }
}

/* About pages honest-layout refinements */
.jhy-about-cover__image {
  display: block;
  width: 100%;
  height: 360px !important;
  overflow: hidden;
}

.jhy-about-cover__image img {
  display: block;
  width: 100%;
  height: 360px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.jhy-breadcrumb-band {
  padding-block: 16px;
}

.jhy-page-tabs-section--about {
  padding-top: 26px;
}

.jhy-page-tabs-wrap,
.jhy-page-tabs-section .c-container {
  overflow: visible !important;
}

.jhy-page-tabs {
  max-width: 1520px;
  margin: 0 auto;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 54px);
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
}

.jhy-page-tabs::-webkit-scrollbar {
  display: none;
}

.jhy-page-tabs a {
  min-height: 72px;
  padding-inline: clamp(12px, 1.4vw, 28px);
  font-size: 18px;
}

.jhy-honest-page-section {
  padding-block: 58px 92px;
}

.jhy-honest-gallery-grid,
.jhy-honest-case-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px !important;
  align-items: start;
}

.jhy-honest-certificate-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start;
}

.jhy-honest-logo-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch;
}

.jhy-honest-gallery-grid > *,
.jhy-honest-case-grid > *,
.jhy-honest-certificate-grid > *,
.jhy-honest-logo-grid > * {
  min-width: 0;
}

.jhy-honest-image-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eceff4;
  box-shadow: none;
}

.jhy-honest-card-image {
  display: block;
  width: 100%;
  height: 310px !important;
  overflow: hidden;
  background: #f5f7fa;
}

.jhy-honest-card-image img {
  display: block;
  width: 100%;
  height: 310px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.jhy-honest-card-caption {
  margin: 0;
  padding-top: 14px;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.55;
}

.jhy-honest-certificate-card .jhy-honest-card-image {
  height: 360px !important;
  background: #fff;
}

.jhy-honest-certificate-card .jhy-honest-card-image img {
  height: 360px !important;
  object-fit: contain !important;
  padding: 8px;
  background: #fff;
}

.jhy-honest-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 24px;
  background: #fff;
  border: 1px solid #eceff4;
}

.jhy-honest-logo-image {
  display: block;
  width: 100%;
  height: 76px !important;
}

.jhy-honest-logo-image img {
  display: block;
  width: 100%;
  height: 76px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.jhy-honest-company-page {
  padding-bottom: 10px;
}

.jhy-honest-company-intro {
  position: relative;
  display: block;
  min-height: 0;
  padding-right: min(29%, 410px);
  padding-bottom: 4px;
}

.jhy-honest-company-copy h1 {
  margin: 0 0 28px;
  color: #050505;
  font-size: clamp(2.1rem, 1.65rem + 1vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.jhy-honest-company-copy p {
  margin: 0 0 20px;
  color: #111111;
  font-size: 17px;
  line-height: 1.82;
}

.jhy-honest-company-copy {
  position: relative;
  z-index: 2;
  max-width: 1180px;
}

.jhy-honest-company-media-section {
  padding-top: 0;
}

.jhy-honest-company-media {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 44px;
  align-items: stretch;
}

.jhy-honest-company-proof {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: center;
  padding: 54px 52px;
  background: #f6f6f6;
}

.jhy-honest-company-proof h2 {
  margin: 0 0 34px;
  color: var(--jhy-red);
  font-size: clamp(1.8rem, 1.45rem + 0.95vw, 2.7rem);
  line-height: 1.15;
  font-weight: 800;
}

.jhy-honest-company-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 30px;
}

.jhy-honest-company-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--jhy-red);
  font-size: clamp(2.55rem, 2rem + 1.5vw, 4.05rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.jhy-honest-company-stat span {
  display: block;
  color: #202020;
  font-size: 16px;
  line-height: 1.55;
}

.jhy-honest-company-building {
  overflow: hidden;
  background: #fff;
}

.jhy-honest-company-building .jhy-honest-card-image,
.jhy-honest-company-building .jhy-honest-card-image img {
  height: 430px !important;
}

.jhy-honest-company-culture-section {
  padding-block: 72px 84px;
  background: #f7f7f7;
}

.jhy-honest-centered-title {
  display: block !important;
  width: 100%;
  margin: 0 auto 36px !important;
  text-align: center !important;
  color: #050505;
  font-size: clamp(2rem, 1.5rem + 1vw, 2.9rem);
  line-height: 1.15;
  font-weight: 800;
}

.jhy-honest-culture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.jhy-honest-culture-card {
  padding: 44px 34px;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}

.jhy-honest-culture-card:last-child {
  border-right: 0;
}

.jhy-honest-culture-card h3 {
  margin: 0 0 18px;
  color: #050505;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.jhy-honest-culture-card p {
  margin: 0;
  color: #6a7280;
  font-size: 16px;
  line-height: 1.8;
}

.jhy-honest-company-conduct-section {
  padding-block: 72px 84px;
  background: #fff;
}

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

.jhy-honest-conduct-card {
  position: relative;
  min-height: 320px;
  padding: 34px 24px 96px;
  background: #f7f7f7;
  overflow: hidden;
}

.jhy-honest-conduct-index {
  position: absolute;
  right: 14px;
  bottom: -10px;
  color: rgba(17, 17, 17, 0.05);
  font-size: clamp(5rem, 3.2rem + 4vw, 7rem);
  line-height: 1;
  font-weight: 800;
}

.jhy-honest-conduct-title {
  margin: 0 0 18px;
  color: var(--jhy-red);
  font-size: 18px;
  line-height: 1.24;
  font-weight: 800;
}

.jhy-honest-conduct-text p {
  margin: 0 0 8px;
  color: #5f6670;
  font-size: 15px;
  line-height: 1.8;
}

.jhy-honest-history-section {
  padding-block: 78px 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.jhy-honest-history-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: end;
}

.jhy-honest-history-step {
  position: relative;
  min-height: 220px;
  padding: 26px 18px 28px 24px;
  background: rgba(255, 255, 255, 0.84);
}

.jhy-honest-history-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 10px;
  background: var(--jhy-red);
}

.jhy-honest-history-step::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 72px;
  background: var(--jhy-red);
}

.jhy-honest-history-step:nth-child(1) {
  margin-top: 180px;
}

.jhy-honest-history-step:nth-child(2) {
  margin-top: 120px;
}

.jhy-honest-history-step:nth-child(3) {
  margin-top: 60px;
}

.jhy-honest-history-year {
  margin: 0 0 10px;
  color: var(--jhy-red);
  font-size: clamp(2rem, 1.6rem + 0.9vw, 2.9rem);
  line-height: 1.04;
  font-weight: 800;
}

.jhy-honest-history-title {
  margin: 0 0 14px;
  color: var(--jhy-red);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
}

.jhy-honest-history-text {
  margin: 0;
  color: #202020;
  font-size: 16px;
  line-height: 1.82;
}

.jhy-honest-company-pattern {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 20px;
  width: min(31%, 430px);
  min-height: 0;
  opacity: 0.92;
  pointer-events: none;
  background:
    radial-gradient(circle at 14px 14px, rgba(228, 233, 241, 0.96) 0 1.4px, transparent 1.8px),
    linear-gradient(30deg, transparent 0 47.4%, #e7ecf3 47.4% 48.8%, transparent 48.8% 100%),
    linear-gradient(150deg, transparent 0 47.4%, #e7ecf3 47.4% 48.8%, transparent 48.8% 100%),
    linear-gradient(90deg, transparent 0 49.15%, #edf1f6 49.15% 50.55%, transparent 50.55% 100%);
  background-size: 102px 88px;
  background-position: center center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 92%, transparent 100%);
}

.jhy-honest-company-culture-section,
.jhy-honest-company-conduct-section,
.jhy-honest-history-section {
  position: relative;
}

.jhy-honest-company-culture-section .jhy-honest-centered-title,
.jhy-honest-company-conduct-section .jhy-honest-centered-title,
.jhy-honest-history-section .jhy-honest-centered-title {
  width: 100%;
  margin-inline: auto;
  text-align: center !important;
}

.jhy-honest-company-culture-section .jhy-honest-centered-title {
  margin-bottom: 44px !important;
}

.jhy-honest-company-conduct-section .jhy-honest-centered-title,
.jhy-honest-history-section .jhy-honest-centered-title {
  margin-bottom: 26px !important;
}

.jhy-honest-culture-grid,
.jhy-honest-conduct-grid {
  margin-inline: auto;
}

.jhy-honest-history-section--staircase {
  position: relative;
  overflow: hidden;
  padding-block: 34px 42px;
  background: linear-gradient(180deg, #f8fbfe 0%, #f3f7fb 100%);
}

.jhy-honest-history-section--staircase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.93) 100%),
    url('/wp-content/themes/jhy-bricks-child/assets/img/about/jhy-company-facility.png') center/cover no-repeat;
  opacity: 0.24;
  filter: grayscale(1) saturate(0) blur(1.5px);
  transform: scale(1.015);
  pointer-events: none;
}

.jhy-honest-history-section--staircase > .c-container {
  position: relative;
  z-index: 1;
}

.jhy-honest-history-grid--staircase {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: flex-end;
  min-height: 238px;
  padding-top: 0;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-step {
  position: relative;
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  min-height: 0;
  padding: 0;
  padding-right: 0;
  margin-top: 0 !important;
  background: transparent;
  overflow: visible;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-step::before,
.jhy-honest-history-grid--staircase .jhy-honest-history-step::after {
  content: none !important;
  display: none !important;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-step:nth-child(1) {
  margin-bottom: 0;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-step:nth-child(2) {
  margin-bottom: 22px;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-step:nth-child(3) {
  margin-bottom: 44px;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-step:nth-child(4) {
  margin-bottom: 66px;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-year {
  position: relative;
  display: block !important;
  width: auto !important;
  clear: both;
  margin: 0 0 4px;
  z-index: 2;
  font-size: clamp(1.76rem, 1.3rem + 0.82vw, 2.45rem);
  line-height: 0.98;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-title {
  position: relative;
  display: block !important;
  width: auto !important;
  clear: both;
  margin: 0 0 8px;
  z-index: 2;
  font-size: clamp(1.22rem, 1.04rem + 0.22vw, 1.42rem);
  line-height: 1.22;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-track {
  display: none;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-track-v {
  display: none;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-track-h {
  display: none;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-box {
  position: relative;
  margin: 0;
  min-height: 148px;
  background: #ffffff;
  border: 1px solid rgba(237, 240, 245, 0.95);
  border-top: 0;
  box-shadow: none;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 28px;
  background: var(--jhy-red);
}

.jhy-honest-history-grid--staircase .jhy-honest-history-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--jhy-red);
}

.jhy-honest-history-grid--staircase .jhy-honest-history-text {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 18px 18px 20px;
  color: #222a33;
  font-size: 14px;
  line-height: 1.7;
}

/* Fallback for the currently-live old DOM where each step only contains year/title/text. */
.jhy-honest-history-grid--staircase .jhy-honest-history-step > .jhy-honest-history-text {
  display: block !important;
  width: 100% !important;
  margin-top: 0 !important;
  min-height: 148px !important;
  padding: 18px 18px 20px !important;
  background: #ffffff !important;
  border: 1px solid rgba(237, 240, 245, 0.95) !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

.jhy-honest-history-grid--staircase .jhy-honest-history-step > .jhy-honest-history-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 28px;
  background: var(--jhy-red);
}

.jhy-honest-history-grid--staircase .jhy-honest-history-step > .jhy-honest-history-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--jhy-red);
}

@media (max-width: 1200px) {
  .jhy-about-cover__image,
  .jhy-about-cover__image img {
    height: 320px !important;
  }

  .jhy-page-tabs {
    gap: 18px;
  }

  .jhy-page-tabs a {
    min-height: 64px;
    font-size: 16px;
  }

  .jhy-honest-certificate-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .jhy-honest-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .jhy-honest-company-intro,
  .jhy-honest-company-media {
    grid-template-columns: 1fr;
  }

  .jhy-honest-company-intro {
    min-height: 0;
    padding-right: 0;
  }

  .jhy-honest-company-copy {
    max-width: none;
  }

  .jhy-honest-company-pattern {
    display: none;
  }

  .jhy-honest-history-grid--staircase {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    min-height: 0;
    padding-top: 0;
    align-items: stretch;
  }

  .jhy-honest-culture-grid {
    grid-template-columns: 1fr;
  }

  .jhy-honest-culture-card {
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .jhy-honest-culture-card:last-child {
    border-bottom: 0;
  }

  .jhy-honest-conduct-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhy-honest-history-step,
  .jhy-honest-history-step:nth-child(1),
  .jhy-honest-history-step:nth-child(2),
  .jhy-honest-history-step:nth-child(3) {
    margin-top: 0;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-step,
  .jhy-honest-history-grid--staircase .jhy-honest-history-step:nth-child(1),
  .jhy-honest-history-grid--staircase .jhy-honest-history-step:nth-child(2),
  .jhy-honest-history-grid--staircase .jhy-honest-history-step:nth-child(3),
  .jhy-honest-history-grid--staircase .jhy-honest-history-step:nth-child(4) {
    position: relative;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-year,
  .jhy-honest-history-grid--staircase .jhy-honest-history-title {
    position: relative;
    display: block;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-title {
    margin: 0 0 14px;
    font-size: 18px;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-track {
    height: 34px;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-track-v {
    height: 34px;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-track-h {
    width: 100%;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-box {
    min-height: 0;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-text {
    padding: 18px 20px 20px;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-step > .jhy-honest-history-text::before {
    top: -34px;
    height: 34px;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-step > .jhy-honest-history-text::after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .jhy-about-cover__image,
  .jhy-about-cover__image img {
    height: 240px !important;
  }

  .jhy-honest-history-grid--staircase {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jhy-page-tabs {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .jhy-honest-gallery-grid,
  .jhy-honest-case-grid,
  .jhy-honest-certificate-grid,
  .jhy-honest-logo-grid,
  .jhy-honest-conduct-grid,
  .jhy-honest-company-proof-grid {
    grid-template-columns: 1fr !important;
  }

  .jhy-honest-card-image,
  .jhy-honest-card-image img {
    height: 240px !important;
  }

  .jhy-honest-certificate-card .jhy-honest-card-image,
  .jhy-honest-certificate-card .jhy-honest-card-image img {
    height: 300px !important;
  }

  .jhy-honest-company-proof {
    padding: 34px 24px;
  }

  .jhy-honest-company-building .jhy-honest-card-image,
  .jhy-honest-company-building .jhy-honest-card-image img {
    height: 260px !important;
  }

  .jhy-honest-conduct-card {
    min-height: 0;
    padding-bottom: 74px;
  }

  .jhy-honest-history-step {
    min-height: 0;
  }

  .jhy-honest-history-grid--staircase .jhy-honest-history-text {
    padding: 22px 20px 24px;
  }
}

/* Mobile UX stabilization */
[hidden] {
  display: none !important;
}

.jhy-mobile-menu-backdrop,
.jhy-footer__nav-toggle,
.jhy-footer__form-toggle {
  display: none;
}

@media (max-width: 1199px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  html.jhy-mobile-menu-open,
  body.jhy-mobile-menu-open {
    overflow: hidden;
  }

  #brx-header .jhy-desktop-header-shell {
    display: none !important;
  }

  #brx-header .jhy-mobile-header-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 72px;
    padding: 10px 16px !important;
    gap: 16px;
  }

  #brx-header .jhy-mobile-actions {
    display: flex !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  #brx-header .jhy-mobile-controls,
  #brx-header nav:has(.jhy-mobile-toggle) {
    display: block !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    max-width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #brx-header .jhy-mobile-controls > .brxe-text-basic,
  #brx-header nav:has(.jhy-mobile-toggle) > .brxe-text-basic,
  #brx-header .brxe-text-basic:has(> .jhy-search-btn.mobile) {
    width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
  }

  #brx-header .jhy-search-btn.mobile,
  #brx-header .jhy-mobile-toggle {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    min-height: 44px;
    margin: 0 !important;
  }

  #brx-header .jhy-mobile-toggle {
    padding: 9px 5px !important;
  }

  .jhy-mobile-drawer,
  #brxe-52c80d {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 1400 !important;
    display: block !important;
    width: min(320px, calc(100vw - 48px)) !important;
    max-width: 320px !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 14px 20px 24px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    background: #fff !important;
    box-shadow: -18px 0 44px rgba(18, 28, 45, 0.16) !important;
    transform: translate3d(105%, 0, 0) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform 0.24s ease, visibility 0.24s ease !important;
    contain: layout paint;
  }

  .jhy-mobile-menu-open .jhy-mobile-drawer,
  .jhy-mobile-menu-open #brxe-52c80d {
    transform: translate3d(0, 0, 0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .jhy-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1390;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(18, 24, 32, 0.52);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .jhy-mobile-menu-open .jhy-mobile-menu-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .jhy-mobile-drawer .jhy-close-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 28px !important;
    font-weight: 400 !important;
  }

  .jhy-mobile-drawer .jhy-mobile-nav-has-children {
    position: relative;
  }

  .jhy-mobile-drawer .jhy-mobile-nav-has-children > a {
    padding-right: 50px !important;
  }

  .jhy-mobile-drawer .jhy-mobile-submenu-toggle {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #34383f;
    cursor: pointer;
  }

  .jhy-mobile-drawer .jhy-mobile-submenu-toggle::before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.18s ease;
  }

  .jhy-mobile-drawer .jhy-mobile-submenu-toggle[aria-expanded="true"]::before {
    transform: translateY(2px) rotate(225deg);
  }

  .jhy-mobile-drawer .jhy-mobile-submenu[hidden] {
    display: none !important;
  }

  .jhy-search-panel {
    box-sizing: border-box;
    max-width: calc(100vw - 24px) !important;
  }
}

@media (max-width: 767px) {
  .jhy-search-panel {
    padding: 16px !important;
    border-radius: 8px !important;
  }

  .jhy-search-panel__close {
    width: 44px;
    height: 44px;
  }

  .jhy-home-stage__inner,
  .jhy-home-stage__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 22px 16px 14px !important;
  }

  .jhy-home-stage__copy,
  .jhy-home-stage__visual {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .jhy-home-stage__eyebrow {
    min-height: 32px !important;
    max-width: 100%;
    padding-inline: 12px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  .jhy-home-stage__title {
    max-width: 16ch !important;
    margin-top: 14px !important;
    font-size: 31px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .jhy-home-stage__text {
    max-width: 38ch;
    margin-top: 12px !important;
    font-size: 14px !important;
    line-height: 1.6;
  }

  .jhy-home-stage__proof {
    gap: 7px !important;
    margin-top: 12px !important;
  }

  .jhy-home-stage__proof span {
    gap: 8px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .jhy-home-stage__actions {
    flex-wrap: nowrap !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .jhy-home-stage__actions .c-btn-primary,
  .jhy-home-stage__actions .c-btn-outline {
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px !important;
    padding-inline: 10px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-align: center;
  }

  .jhy-home-stage__visual {
    min-height: 292px !important;
    margin: 0 !important;
  }

  .jhy-home-stage__visual-backplate--rear,
  .jhy-home-stage__visual-backplate--rear-secondary,
  .jhy-home-stage__visual-chips,
  .jhy-home-stage__visual-group-nav {
    display: none !important;
  }

  .jhy-home-stage__visual-backplate {
    inset: 0 0 8px 0 !important;
    border-radius: 18px !important;
  }

  .jhy-home-stage__product-frame {
    inset: 0 0 8px 0 !important;
    min-height: 284px !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }

  .jhy-home-stage__product-image {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    bottom: auto !important;
    left: 8px !important;
    display: block !important;
    width: calc(100% - 16px) !important;
    height: 260px !important;
    min-height: 0 !important;
    max-height: 260px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .jhy-home-stage__machine-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 260px !important;
    margin: 8px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .jhy-home-stage__product-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .jhy-home-stage__detail-card {
    top: auto !important;
    right: 18px !important;
    bottom: -12px !important;
    width: min(36%, 132px) !important;
    max-height: 106px;
    gap: 5px !important;
    padding: 6px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  .jhy-home-stage__detail-image,
  .jhy-home-stage__detail-image img {
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 6px !important;
  }

  .jhy-home-stage__detail-title {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 4px;
    font-size: 11px !important;
    line-height: 1.15 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .jhy-home-stage__detail-text {
    display: none !important;
  }

  .jhy-home-stage__visual-arrow {
    top: 44% !important;
    width: 38px !important;
    height: 38px !important;
  }

  .jhy-home-stage__visual-arrow--prev {
    left: 4px !important;
  }

  .jhy-home-stage__visual-arrow--next {
    right: 4px !important;
  }

  .jhy-home-stage__switches {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(248px, 82vw) !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 10px 0 10px !important;
    padding: 0 16px 10px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .jhy-home-stage__switches::-webkit-scrollbar {
    display: none;
  }

  .jhy-home-stage__switch {
    width: auto !important;
    min-width: 0 !important;
    min-height: 108px !important;
    padding: 14px 16px !important;
    border-radius: 8px !important;
    scroll-snap-align: start;
  }

  .jhy-home-stage__switch-title {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  .jhy-home-stage__switch-text {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px !important;
    line-height: 1.4 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .jhy-home-stage__switch-index {
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }

  .jhy-home-news__tabs {
    justify-content: flex-start !important;
    gap: 22px !important;
    width: 100% !important;
    padding-inline: 2px;
    scroll-padding-inline: 2px;
    overscroll-behavior-x: contain;
  }

  .jhy-home-news__tab {
    flex: 0 0 auto;
    font-size: 15px !important;
  }

  .jhy-home-about {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .jhy-home-about__visual {
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
  }

  .jhy-home-about__visual img,
  .jhy-home-about__visual-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}

@media (max-width: 767px) {
  body.single-machine .jhy-machine-banner-section {
    display: none !important;
  }

  body.single-machine .jhy-breadcrumb-band,
  body.single-solution .jhy-solution-breadcrumb-section {
    padding-block: 10px !important;
  }

  body.single-machine .c-breadcrumb,
  body.single-solution .c-breadcrumb {
    gap: 6px !important;
    min-height: 0;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body.single-machine .c-breadcrumb__label,
  body.single-machine .c-breadcrumb .is-current,
  body.single-machine .c-breadcrumb__sep:has(+ .is-current),
  body.single-solution .c-breadcrumb__label,
  body.single-solution .c-breadcrumb .is-current,
  body.single-solution .c-breadcrumb__sep:has(+ .is-current) {
    display: none !important;
  }

  .jhy-machine-section--hero {
    padding-block: 22px 18px !important;
  }

  .jhy-machine-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  .jhy-machine-hero__copy {
    order: -1;
  }

  .jhy-machine-hero__eyebrow {
    font-size: 12px !important;
    line-height: 1.55;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere;
  }

  .jhy-machine-hero__title {
    margin: 8px 0 8px !important;
    font-size: 25px !important;
    line-height: 1.16 !important;
    text-wrap: balance;
  }

  .jhy-machine-hero__intro {
    margin-top: 14px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .jhy-machine-hero__cta {
    margin-top: 18px !important;
  }

  .jhy-machine-hero__media {
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
    padding: 10px !important;
    border-radius: 8px !important;
  }

  .jhy-machine-section--details,
  .jhy-machine-section--advantages,
  .jhy-machine-section--specs,
  .jhy-machine-related-section,
  .jhy-machine-recommended-section {
    padding-block: 24px !important;
  }

  .jhy-machine-section__title,
  .jhy-machine-recommended-section .c-title-lg {
    margin-bottom: 16px !important;
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  .jhy-machine-section--details .jhy-machine-detail-wall__grid {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 82vw);
    gap: 14px;
    width: 100%;
    padding-bottom: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .jhy-machine-section--details .jhy-machine-detail-wall__grid::-webkit-scrollbar,
  .jhy-machine-recommended-section .jhy-post-cards::-webkit-scrollbar {
    display: none;
  }

  .jhy-machine-section--details .jhy-machine-detail-wall__item {
    scroll-snap-align: start;
  }

  .jhy-machine-section--details .jhy-machine-detail-wall__media {
    aspect-ratio: 4 / 3 !important;
    padding: 10px !important;
    border-radius: 8px !important;
  }

  .jhy-machine-section--details .jhy-machine-detail-wall__caption {
    margin-top: 9px;
    font-size: 13px;
  }

  .jhy-machine-advantages__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .jhy-machine-advantages__item {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start !important;
    gap: 13px;
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 8px;
    text-align: left !important;
  }

  .jhy-machine-advantages__index {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    font-size: 13px !important;
  }

  .jhy-machine-advantages__text {
    padding-top: 1px;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .jhy-machine-section--specs .jhy-spec-table-wrap,
  .jhy-machine-section--specs .brxe-shortcode {
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .jhy-machine-recommended-section .jhy-post-cards {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 82vw);
    gap: 14px;
    padding-bottom: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .jhy-machine-recommended-section .jhy-post-card {
    scroll-snap-align: start;
    border-radius: 8px;
  }

  .jhy-machine-recommended-section .jhy-post-card__media {
    min-height: 180px !important;
    height: 180px;
    padding: 12px !important;
  }

  .jhy-machine-recommended-section .jhy-post-card__body {
    gap: 8px;
    padding: 14px 16px 18px;
  }

  .jhy-machine-recommended-section .jhy-post-card__title {
    font-size: 16px;
    line-height: 1.4;
  }

  .jhy-machine-recommended-section .jhy-post-card__text {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .jhy-footer__top {
    padding-block: 32px 22px !important;
  }

  .jhy-footer__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .jhy-footer__logo-image {
    max-width: 150px !important;
  }

  .jhy-footer__brandmark {
    gap: 9px;
  }

  .jhy-footer__company-name {
    font-size: 13px;
    line-height: 1.55;
  }

  .jhy-footer__copy {
    display: none;
  }

  .jhy-footer__contact-list {
    gap: 10px;
    margin: 16px 0 22px;
  }

  .jhy-footer__contact-item {
    gap: 10px;
  }

  .jhy-footer__contact-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .jhy-footer__contact-content,
  .jhy-footer__contact-content a,
  .jhy-footer__contact-content span {
    font-size: 13px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
  }

  .jhy-footer__nav-column {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jhy-footer__nav-column .jhy-footer__title {
    margin: 0 !important;
  }

  .jhy-footer__nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }

  .jhy-footer__nav-toggle > span:last-child {
    width: 9px;
    height: 9px;
    margin-right: 3px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.18s ease;
  }

  .jhy-footer__nav-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(2px) rotate(225deg);
  }

  .jhy-footer__nav-column .jhy-footer-links {
    gap: 0;
    padding: 0 0 12px;
  }

  .jhy-footer__nav-column .jhy-footer-links a {
    display: flex;
    align-items: center;
    min-height: 40px;
    font-size: 13px;
    line-height: 1.4;
  }

  .jhy-footer__cta {
    padding-top: 0 !important;
  }

  .jhy-footer__form-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: var(--jhy-red);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
  }

  .jhy-footer__form-toggle[aria-expanded="true"] {
    margin-bottom: 16px;
    background: #b8000c;
  }

  .jhy-inquiry-form-wrap--compact .jhy-inquiry-form__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .jhy-footer__bottom {
    min-height: 52px;
    padding-block: 14px !important;
    font-size: 12px;
    line-height: 1.5;
  }
}

.jhy-map-gate {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eef1f3;
}

.jhy-map-gate iframe {
  display: block;
  width: 100%;
  height: calc(100% + 44px);
  border: 0;
  transform: translateY(-44px);
}

.jhy-map-gate__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: linear-gradient(180deg, #f3f5f6, #e7ebed);
}

.jhy-map-gate.is-loaded .jhy-map-gate__placeholder {
  display: none;
}

.jhy-map-gate__button {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 6px;
  background: var(--jhy-red);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.jhy-honest-page.bat .img {
  position: relative;
}

.jhy-service-banner-title {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.jhy-about-cover {
  position: relative;
}

.jhy-about-cover-title {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

.jhy-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.jhy-compact-page-head {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: 34px 0 22px;
}

.jhy-compact-page-head h1 {
  margin: 0;
  color: #171717;
  font-size: 36px;
  line-height: 1.16;
  font-weight: 800;
}

@media (max-width: 767px) {
  .jhy-service-banner-title {
    font-size: 30px;
  }

  .jhy-about-cover-title {
    padding: 18px;
    font-size: 30px;
  }

  .jhy-compact-page-head {
    padding: 24px 0 16px;
  }

  .jhy-compact-page-head h1 {
    font-size: 26px;
    line-height: 1.2;
    text-wrap: balance;
  }

  .jhy-products-browser__sidebar-head {
    min-height: 52px !important;
    padding-inline: 16px !important;
    border-radius: 8px 8px 0 0 !important;
    font-size: 19px !important;
  }

  .jhy-products-browser__series-button {
    min-height: 60px !important;
    padding: 11px 16px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  .jhy-products-browser__panel-title {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }

  .jhy-products-browser__search-shell {
    margin-bottom: 16px !important;
  }

  .jhy-products-browser__item {
    gap: 14px !important;
    padding: 18px 0 !important;
  }

  .jhy-products-browser__item-media {
    min-height: 176px !important;
    height: 176px !important;
    padding: 10px !important;
    border-radius: 8px !important;
  }

  .jhy-products-browser__item-title {
    font-size: 19px !important;
    line-height: 1.3 !important;
  }

  .jhy-products-browser__item-copy {
    gap: 10px !important;
  }

  .jhy-products-browser__item-code {
    font-size: 12px !important;
    letter-spacing: 0 !important;
  }

  .jhy-products-browser__item-text {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px !important;
    line-height: 1.6 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .jhy-products-browser__item-cta {
    min-height: 44px !important;
    padding-inline: 18px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
  }

  .jhy-products-search-form__input,
  .jhy-products-search-form__submit {
    min-height: 48px !important;
  }

  .jhy-solutions-index-head {
    margin-bottom: 22px;
  }

  .jhy-solutions-index-head h1 {
    margin: 0;
    color: #171717;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 800;
  }

  .jhy-solutions-index-section {
    padding-block: 28px 50px !important;
  }

  .jhy-post-card--solution-article {
    gap: 16px !important;
    padding: 22px 0 !important;
  }

  .jhy-post-card--solution-article:first-child {
    padding-top: 0 !important;
  }

  .jhy-post-card--solution-article .jhy-post-card__media img,
  .jhy-post-card--solution-article .jhy-post-card__media .jhy-post-card__placeholder,
  .jhy-post-card--solution-article .jhy-post-card__media .jhy-starter-image {
    aspect-ratio: 16 / 9 !important;
  }

  .jhy-post-card--solution-article .jhy-post-card__body {
    gap: 12px !important;
  }

  .jhy-post-card--solution-article .jhy-post-card__title {
    font-size: 24px !important;
    line-height: 1.22 !important;
  }

  .jhy-post-card--solution-article .jhy-post-card__text {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px !important;
    line-height: 1.65 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .jhy-post-card--solution-article .jhy-post-card__readmore {
    min-height: 44px !important;
    margin-top: 2px !important;
    padding-inline: 20px !important;
    border-radius: 6px !important;
  }

  .jhy-solution-banner-section,
  .jhy-solution-banner-section .jhy-solution-banner__image,
  .jhy-solution-banner-section img.jhy-solution-banner__image {
    height: 180px !important;
  }

  .jhy-solution-title-section {
    padding: 28px 0 10px !important;
  }

  .jhy-solution-title {
    justify-items: start !important;
    gap: 12px !important;
    text-align: left !important;
  }

  .jhy-solution-title .jhy-page-hero__title {
    font-size: 28px !important;
    line-height: 1.16 !important;
    text-wrap: balance;
  }

  .jhy-solution-title .jhy-page-hero__text,
  .jhy-solution-article {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .jhy-solution-body-section {
    padding-top: 18px !important;
  }

  .jhy-solution-article h2 {
    font-size: 25px !important;
  }

  body .jhy-honest-page.ny_lc,
  body .jhy-honest-page.ny_fw6,
  body .jhy-honest-page.ny_fw7,
  body .jhy-honest-page.ny_fw2 {
    padding: 34px 16px !important;
  }

  body .jhy-honest-page .fw_bt .ml1 {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  body .jhy-honest-page.ny_lc .lb ul {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  body .jhy-honest-page.ny_lc .lb ul li,
  body .jhy-honest-page.ny_lc .lb ul li:nth-child(1),
  body .jhy-honest-page.ny_lc .lb ul li:nth-child(2) {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 3px 13px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 16px !important;
    border-radius: 8px !important;
    text-align: left !important;
  }

  body .jhy-honest-page.ny_lc .lb ul li .ml0 {
    grid-row: 1 / span 2;
    width: 42px !important;
    height: 42px !important;
    font-size: 36px !important;
  }

  body .jhy-honest-page.ny_lc .lb ul li .ml1,
  body .jhy-honest-page.ny_lc .lb ul li .ml2 {
    width: auto !important;
    margin: 0 !important;
  }

  body .jhy-honest-page.ny_lc .lb ul li .ml1 {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  body .jhy-honest-page.ny_lc .lb ul li .ml2 {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  body .jhy-honest-page.ny_fw6 ul {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  body .jhy-honest-page.ny_fw6 ul li {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 8px !important;
  }

  body .jhy-honest-page.ny_fw6 ul li .ml1 {
    padding: 16px 16px 0 !important;
  }

  body .jhy-honest-page.ny_fw6 ul li .ml2 {
    margin-top: 6px !important;
    padding: 0 16px 16px !important;
    line-height: 1.55 !important;
  }

  body .jhy-honest-page.ny_fw7 .lb,
  body .jhy-honest-page.ny_fw2 .jhy-fw2-grid {
    margin-top: 22px !important;
  }

  #brxe-ctmymaps,
  .jhy-contact-map-section--hero,
  .jhy-contact-map-section--hero > .brxe-container,
  .jhy-contact-map-section--hero .jhy-my-maps-embed,
  .jhy-contact-map-section--hero .jhy-map-embed iframe,
  .jhy-map-gate {
    height: 260px !important;
    min-height: 260px !important;
  }

  .jhy-page-tabs:has(a[href*="certificates"]) {
    justify-content: flex-start !important;
    gap: 2px !important;
    padding-inline: 12px;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 12px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 14px, #000 calc(100% - 24px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 14px, #000 calc(100% - 24px), transparent 100%);
  }

  .jhy-page-tabs:has(a[href*="certificates"])::-webkit-scrollbar {
    display: none;
  }

  .jhy-page-tabs:has(a[href*="certificates"]) a {
    flex: 0 0 auto;
    min-height: 50px !important;
    padding-inline: 14px !important;
    font-size: 14px !important;
    scroll-snap-align: start;
  }

  .jhy-page-tabs-section {
    padding-top: 18px !important;
  }

  .jhy-page-tabs-section--contact .jhy-page-tabs {
    gap: 8px;
  }

  .jhy-page-tabs-section--contact .jhy-page-tabs a {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }

  .jhy-honest-conduct-card {
    height: auto !important;
    overflow: visible !important;
  }

  .jhy-map-gate__placeholder {
    padding: 18px;
  }
}
