.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

body {
  font-family: 'Inter', sans-serif;
}

/* Preserve inline image arrangements authored in the news rich-text editor. */
.news-detail-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.news-detail-content .news-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 24px 0;
}

.news-detail-content .news-image-grid__item {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.news-detail-content .news-image-grid__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.news-detail-content .news-image-grid__caption {
  margin-top: 8px;
  color: inherit;
  font-size: 0.95em;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .news-detail-content .news-image-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1119.98px) {
  body {
    padding-top: 80px;
  }

  main.pt-20 {
    padding-top: 0;
  }

  .site-header__utility {
    display: none;
  }
}

@media (min-width: 1120px) {
  body {
    padding-top: 112px;
  }
}

@media (max-width: 767.98px) {
  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 0;
  }
}

*, *::before, *::after {
  border-radius: 0 !important;
}

.site-nav-desktop {
  position: relative;
}

.site-header__main {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(188, 203, 185, 0.34);
  box-shadow: 0 8px 24px rgba(22, 29, 22, 0.04);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled .site-header__main {
  background: #ffffff;
  border-bottom-color: rgba(188, 203, 185, 0.5);
  box-shadow: 0 14px 32px rgba(22, 29, 22, 0.1);
}

.site-header--home:not(.is-scrolled) .site-header__main {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.site-header--home:not(.is-scrolled) .site-header__inner a,
.site-header--home:not(.is-scrolled) .site-header__inner button {
  color: #161d16;
}

.site-header--home:not(.is-scrolled) .site-nav-products__trigger,
.site-header--home:not(.is-scrolled) .site-nav-desktop > a {
  color: #161d16;
}

.site-header--home:not(.is-scrolled) .site-nav-products__trigger:hover,
.site-header--home:not(.is-scrolled) .site-nav-desktop > a:hover {
  color: #006e2f;
}

.site-header--home:not(.is-scrolled) .site-nav-desktop > a[aria-current="page"],
.site-header--home:not(.is-scrolled) .site-nav-products__trigger[aria-current="page"] {
  color: #006e2f;
  border-bottom-color: #006e2f;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 32px;
  background: transparent;
  padding-inline: 20px;
}

.site-header__brand {
  justify-self: start;
}

.site-nav-products {
  position: relative;
}

.site-nav-products::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  transform: none;
  pointer-events: auto;
  z-index: 20;
}

.site-nav-products:hover,
.site-nav-products:focus-within {
  z-index: 40;
}

.site-nav-desktop {
  display: none;
  justify-self: center;
  justify-content: center;
  min-width: 0;
}

.site-header__actions {
  justify-self: end;
  flex-shrink: 0;
}

.site-header__language-switch {
  display: inline-flex;
  color: #405141;
}

.site-header__language-switch:hover,
.site-header__language-switch:focus-visible,
.site-header.is-scrolled .site-header__language-switch {
  color: #006e2f !important;
}

.site-header--home:not(.is-scrolled) .site-header__language-switch {
  color: #161d16;
}

.site-header__mobile-toggle {
  display: inline-flex;
  color: #161d16;
}

@media (min-width: 768px) {
  .site-header__inner {
    padding-inline: 80px;
  }
}

@media (min-width: 1120px) {
  .site-nav-desktop {
    display: flex;
  }

  .site-header__mobile-toggle {
    display: none;
  }
}

@media (min-width: 1024px) {
  .home-hero-section {
    min-height: calc(100svh - 112px);
    height: calc(100svh - 112px);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .hero-carousel {
    min-height: 0;
  }

  .hero-carousel__track {
    min-height: 100%;
    height: 100%;
  }

  .home-hero-section__inner {
    align-items: flex-start;
    padding-top: 96px;
    padding-bottom: 34px;
  }

  .hero-carousel__content h1 {
    margin-bottom: 20px;
  }

  .hero-carousel__content p.font-body-lg {
    margin-bottom: 20px;
  }

  .hero-carousel__meta {
    margin-bottom: 22px;
  }

  .home-hero-section__stats .max-w-container-max {
    padding-top: 14px;
    padding-bottom: 14px;
  }

}

.site-nav-products__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px !important;
  line-height: 1.3;
  font-weight: 400 !important;
}

.site-nav-desktop > a {
  font-size: 17px !important;
  line-height: 1.3;
  font-weight: 400 !important;
}

.site-nav-desktop .font-label-bold {
  font-weight: 400 !important;
}

.site-nav-products__caret {
  font-size: 10px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.site-header__quote-button,
.site-header__quote-button:hover,
.site-header__quote-button:focus-visible,
.site-header--home:not(.is-scrolled) .site-header__quote-button,
.site-header--home:not(.is-scrolled) .site-header__quote-button:hover,
.site-header.is-scrolled .site-header__quote-button,
.site-header.is-scrolled .site-header__quote-button:hover {
  color: #ffffff !important;
}

@media (max-width: 1119.98px) {
  .site-header__quote-button {
    display: none;
  }
}

@media (min-width: 1120px) {
  .site-header__quote-button {
    display: inline-flex;
  }
}

.site-header__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header__social-svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.site-nav-products__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: min(880px, calc(100vw - 64px));
  max-height: min(56vh, 460px);
  padding: 24px 28px 28px;
  background: #ffffff;
  border: 1px solid #dce5d9;
  box-shadow: 0 22px 60px rgba(22, 29, 22, 0.14);
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  z-index: 30;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.site-nav-products__panel::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
}

.site-nav-products:hover .site-nav-products__panel,
.site-nav-products:focus-within .site-nav-products__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.site-nav-products:hover .site-nav-products__caret,
.site-nav-products:focus-within .site-nav-products__caret {
  transform: rotate(180deg);
}

.site-nav-products__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #161d16;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav-products__view-all:hover {
  color: #006e2f;
}

.site-nav-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 24px;
}

.site-nav-products__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 6px 0;
  color: #161d16;
}

.site-nav-products__item:hover {
  color: #006e2f;
}

.site-nav-products__thumb {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
}

.site-nav-products__label {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-mobile-menu {
  border-top: 1px solid rgba(188, 203, 185, 0.45);
  background: #ffffff;
}

.site-mobile-menu__inner {
  max-height: calc(100vh - 112px);
  overflow-y: auto;
}

.site-mobile-menu__panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 12px;
}

.site-mobile-menu__details {
  border-bottom: 1px solid rgba(188, 203, 185, 0.32);
}

.site-mobile-menu__details[open] .site-mobile-menu__link .material-symbols-outlined {
  transform: rotate(180deg);
}

.site-mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 10px 0;
  color: #405141;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
}

.site-mobile-menu__link.is-active {
  color: #006e2f;
}

.site-mobile-menu__link::-webkit-details-marker {
  display: none;
}

.site-mobile-menu__subnav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 4px 0 14px;
  max-height: min(42vh, 320px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.site-mobile-menu__sublink {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #405141;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.site-mobile-menu__sublink--all {
  color: #006e2f;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-mobile-menu__thumb {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  object-fit: contain;
}

.site-mobile-menu__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 18px;
  background: #006e2f;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.font-headline {
  font-family: 'Hanken Grotesk', sans-serif;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.workflow-step:not(:last-child)::after {
  content: 'arrow_forward';
  font-family: 'Material Symbols Outlined';
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: #bccbb9;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home-hero-section {
  min-height: calc(100svh - 112px);
}

.home-hero-section__stats {
  flex-shrink: 0;
}

.hero-carousel {
  position: relative;
}

.hero-carousel__track {
  position: relative;
  min-height: calc(100svh - 92px);
}

.hero-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.hero-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-carousel__content {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.home-hero-stat {
  align-items: flex-start;
}

.home-hero-stat__icon {
  width: 28px;
  margin-top: 2px;
  text-align: center;
}

.home-hero-stat__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-hero-stat__title {
  margin: 0;
}

.home-hero-stat__text {
  margin-top: 6px;
}

.hero-carousel__eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-carousel__meta {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.hero-carousel__overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(22, 29, 22, 0.7) 0%, rgba(22, 29, 22, 0.4) 38%, rgba(22, 29, 22, 0.12) 68%, rgba(22, 29, 22, 0.06) 100%);
}

.hero-carousel__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel__controls {
  position: absolute;
  left: 50%;
  bottom: 116px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: min(1536px, calc(100% - 40px));
  pointer-events: none;
}

.hero-carousel__dots {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.hero-carousel__dot {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-carousel__dot.is-active {
  background: #ffffff;
  border-color: #ffffff;
  transform: scale(1.1);
}

.fruit-orbit {
  --fruit-orbit-radius: 320px;
  --fruit-orbit-machine-width: 280px;
}

.fruit-orbit__stage {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fruit-orbit__machine {
  position: relative;
  z-index: 10;
  width: var(--fruit-orbit-machine-width);
}

.fruit-orbit__machine-frame {
  padding: 0;
}

.fruit-orbit__machine-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fruit-orbit__item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  transform: translate(-50%, -50%) translate(
    calc(cos(var(--angle)) * var(--fruit-orbit-radius)),
    calc(sin(var(--angle)) * var(--fruit-orbit-radius))
  );
  transition: transform 0.25s ease;
}

.fruit-orbit__item::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  width: 128px;
  height: 1px;
  background: #bccbb9;
  transform-origin: 0 50%;
  transform: rotate(calc(var(--angle) + 180deg)) translate(40px, 0);
  z-index: -1;
}

.fruit-orbit__thumb {
  width: 96px;
  height: 96px;
  display: block;
  padding: 8px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.fruit-orbit__tooltip {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 6px 10px;
  background: #ffffff;
  border: 1px solid #93a28f;
  box-shadow: 0 8px 20px rgba(22, 29, 22, 0.12);
  color: #161d16;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.fruit-orbit__label {
  color: #161d16;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  transition: color 0.25s ease, transform 0.25s ease;
}

.fruit-orbit__item:hover .fruit-orbit__thumb,
.fruit-orbit__item:focus-visible .fruit-orbit__thumb {
  transform: translateY(-6px) scale(1.03);
  background: #ffffff;
  border-color: #bfc9bb;
  box-shadow: 0 16px 34px rgba(22, 29, 22, 0.14);
}

.fruit-orbit__item:hover .fruit-orbit__label,
.fruit-orbit__item:focus-visible .fruit-orbit__label {
  color: #006e2f;
  transform: translateY(-2px);
}

.fruit-orbit__item:hover .fruit-orbit__tooltip,
.fruit-orbit__item:focus-visible .fruit-orbit__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 4px));
}

.fruit-orbit__item:hover,
.fruit-orbit__item:focus-visible {
  z-index: 20;
  transform: translate(-50%, -50%) translate(
    calc(cos(var(--angle)) * var(--fruit-orbit-radius)),
    calc(sin(var(--angle)) * var(--fruit-orbit-radius))
  ) scale(1.02);
}

.home-about {
  overflow: hidden;
}

.home-about__frame {
  position: relative;
  overflow: visible;
  background: transparent;
}

.home-about__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
}

.home-about__visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}

.home-about__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-about__visual::after,
.home-about__badge,
.home-about__cards,
.home-about__card,
.home-about__card-title {
  display: none !important;
}

.home-about__content {
  display: flex;
  align-items: center;
  background: transparent;
}

.home-about__copy {
  max-width: 720px;
  padding: 32px 0 32px 64px;
}

.home-about__title {
  margin: 0 0 16px;
  color: #161d16;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(44px, 4vw, 60px);
  line-height: 1.02;
  font-weight: 700;
}

.home-about__rule {
  width: 112px;
  height: 2px;
  margin-bottom: 28px;
  background: #006e2f;
}

.home-about__subtitle {
  margin: 0 0 26px;
  color: #006e2f;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.16;
  font-weight: 600;
}

.home-about__body {
  display: grid;
  gap: 16px;
  color: #5e6f5f;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.home-about__body p {
  margin: 0;
}

.home-about__actions {
  margin-top: 38px;
}

.home-about__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #006e2f;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.home-about__link:hover {
  color: #055726;
  gap: 16px;
}

.home-about__link-mark {
  font-size: 20px;
  line-height: 1;
}

.service-map {
  position: relative;
}

.service-map__frame {
  position: relative;
  overflow: hidden;
  padding: 56px 44px;
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 110, 47, 0.06) 0, rgba(0, 110, 47, 0) 28%),
    radial-gradient(circle at 82% 16%, rgba(0, 110, 47, 0.08) 0, rgba(0, 110, 47, 0) 24%),
    linear-gradient(180deg, #fbfcfb 0%, #f4f7f4 100%);
  border: 1px solid rgba(188, 203, 185, 0.42);
}

.service-map__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 86% 30%, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}

.service-map__copy {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin-bottom: 32px;
}

.service-map__text {
  margin-top: 18px;
  color: #5e6f5f;
  font-size: 18px;
  line-height: 1.8;
}

.service-map__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.service-map__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid rgba(0, 110, 47, 0.2);
  background: rgba(255, 255, 255, 0.84);
  color: #405141;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.service-map__chip--solid {
  background: #006e2f;
  border-color: #006e2f;
  color: #ffffff;
}

.service-map__visual {
  position: relative;
  z-index: 1;
  min-height: 640px;
}

.service-map__world {
  position: absolute;
  inset: 10px 0 0 0;
  background-image:
    radial-gradient(circle at 14% 20%, rgba(188, 203, 185, 0.12) 0, rgba(188, 203, 185, 0) 12%),
    radial-gradient(circle at 30% 42%, rgba(188, 203, 185, 0.1) 0, rgba(188, 203, 185, 0) 15%),
    radial-gradient(circle at 51% 19%, rgba(188, 203, 185, 0.12) 0, rgba(188, 203, 185, 0) 16%),
    radial-gradient(circle at 66% 52%, rgba(188, 203, 185, 0.1) 0, rgba(188, 203, 185, 0) 13%),
    radial-gradient(circle at 86% 30%, rgba(188, 203, 185, 0.11) 0, rgba(188, 203, 185, 0) 11%);
  opacity: 0.55;
  filter: blur(12px);
}

.service-map__svg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}

.service-map__china {
  fill: #dde5dc;
  stroke: #c2cec1;
  stroke-width: 2.4;
}

.service-map__province-hints path {
  fill: none;
  stroke: #c8d3c7;
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-map__route {
  fill: none;
  stroke: #006e2f;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 2 5;
  opacity: 0.78;
  animation: service-map-route 5.2s linear infinite;
}

.service-map__node {
  filter: drop-shadow(0 6px 14px rgba(0, 110, 47, 0.14));
}

.service-map__dot {
  fill: #ffffff;
  stroke: #006e2f;
  stroke-width: 3;
}

.service-map__dot--origin {
  fill: #006e2f;
  stroke: #ffffff;
  stroke-width: 3.5;
}

.service-map__pulse {
  fill: none;
  stroke: rgba(0, 110, 47, 0.28);
  stroke-width: 2.4;
  transform-origin: center;
  animation: service-map-pulse 3s ease-out infinite;
}

.service-map__pulse--two {
  animation-delay: 1.2s;
}

.service-map__label {
  fill: #405141;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
}

.service-map__label--origin {
  fill: #006e2f;
}

.service-map--legacy {
  display: none;
}

.domestic-map {
  position: relative;
}

.domestic-map__frame {
  position: relative;
  overflow: visible;
  padding: 40px 0;
  background: transparent;
  border: 0;
}

.domestic-map__layout {
  position: relative;
  min-height: 860px;
}

.domestic-map__copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: min(420px, calc(100% - 32px));
  padding: 0 32px 0 0;
  background: transparent;
}

.domestic-map__eyebrow {
  position: absolute;
  left: 0;
  top: -648px;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #161d16;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0;
}

.domestic-map__title {
  display: none;
}

.domestic-map__text {
  margin: 0 0 18px;
  color: #5e6f5f;
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
}

.domestic-map__actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.domestic-map__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  color: #161d16;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.domestic-map__button--primary {
  background: #006e2f;
  border-color: #006e2f;
  color: #ffffff;
}

.domestic-map__button--primary:hover {
  background: #055726;
  border-color: #055726;
}

.domestic-map__button--secondary {
  background: transparent;
  border-color: rgba(64, 81, 65, 0.22);
  color: #405141;
}

.domestic-map__button--secondary:hover {
  border-color: #006e2f;
  color: #006e2f;
}

.domestic-map__visual {
  position: relative;
  width: 100%;
  height: 860px;
  min-height: 860px;
  overflow: visible;
}

.domestic-map__chart {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: visible;
}

.partners {
  position: relative;
}

.partners__header {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.partners__title {
  margin: 0 0 18px;
  color: #161d16;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 600;
}

.partners__text {
  margin: 0 auto;
  color: #5e6f5f;
  font-size: 17px;
  line-height: 1.9;
}

.partners__marquee {
  display: grid;
  gap: 18px;
}

.partners__track {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.partners__rail {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: partners-marquee 26s linear infinite;
}

.partners__track--reverse .partners__rail {
  animation-direction: reverse;
  animation-duration: 30s;
}

.partners__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  min-width: 248px;
  height: 112px;
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid rgba(188, 203, 185, 0.26);
  box-shadow: 0 8px 24px rgba(22, 29, 22, 0.06);
}

.partners__logo {
  display: block;
  max-width: 100%;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.home-news {
  position: relative;
  background:
    radial-gradient(circle at 1px 1px, rgba(0, 110, 47, 0.08) 1px, transparent 0) 0 0 / 22px 22px,
    #ffffff;
}

.home-news__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.home-news__heading {
  min-width: 0;
}

.home-news__title {
  margin: 0;
  color: #061321;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.05;
  font-weight: 700;
}

.home-news__rule {
  width: 146px;
  height: 3px;
  margin-top: 18px;
  background: #006e2f;
}

.home-news__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  min-height: 48px;
  padding: 12px 28px;
  background: #006e2f;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-news__more:hover {
  background: #055726;
  transform: translateY(-1px);
}

.home-news__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 44px;
}

.home-news__item {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  text-decoration: none;
}

.home-news__thumb-wrap {
  aspect-ratio: 1 / 0.94;
  overflow: hidden;
  background: #eef0f4;
}

.home-news__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-news__item:hover .home-news__thumb {
  transform: scale(1.04);
}

.home-news__body {
  min-width: 0;
}

.home-news__item-title {
  margin: 10px 0 18px;
  color: #061321;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
}

.home-news__date {
  margin: 0 0 16px;
  color: #006e2f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.home-news__excerpt {
  margin: 0;
  color: #607080;
  font-size: 15px;
  line-height: 1.9;
}

.home-news__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #006e2f;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.home-news__link-arrow {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.home-news__item:hover .home-news__link-arrow {
  transform: translateX(3px);
}

.site-footer {
  background: #4d4a4a;
  color: #ffffff;
}

.site-footer__top-bar {
  height: 10px;
  background: #006e2f;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr) 180px;
  gap: 56px;
  padding-top: 72px;
  padding-bottom: 48px;
}

.site-footer__brand {
  min-width: 0;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}

.site-footer__logo-image {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}

.site-footer__contact-list {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.site-footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer__contact-item .material-symbols-outlined {
  color: #006e2f;
  font-size: 20px;
}

.site-footer__search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 388px;
  margin-bottom: 26px;
  background: #ffffff;
  overflow: hidden;
}

.site-footer__search-icon {
  position: static;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 50px;
  padding: 0;
  border: 0;
  color: #8f949a;
  font-size: 22px;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.site-footer__search-input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0 16px 0 0;
  border: 0;
  background: transparent;
  color: #3f4449;
  font-size: 16px;
  outline: none;
}

.site-footer__search-icon:hover,
.site-footer__search-icon:focus-visible {
  color: #006e2f;
}

.site-footer__search-input::placeholder {
  color: #8f949a;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  color: #006e2f;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.site-footer__social-link:hover {
  transform: translateY(-2px);
  background: #ecf4ee;
}

.site-footer__social-svg,
.site-footer__social-link .material-symbols-outlined {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.site-footer__section-head {
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__section-title {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

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

.site-footer__product-link {
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__product-link:hover {
  color: #ffffff;
}

.site-footer__nav {
  display: grid;
  gap: 0;
  align-self: start;
}

.site-footer__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.site-footer__nav-link:hover {
  color: #9fd1ad;
  padding-left: 6px;
}

.site-footer__nav-arrow {
  color: rgba(255, 255, 255, 0.36);
  font-size: 24px;
  line-height: 1;
}

.site-footer__bottom-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.site-footer__copyright,
.site-footer__powered {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.5;
}

.product-category-hero {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-inline: 74px;
}

.product-category-hero__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.product-category-hero__scroller {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  padding: 6px 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: auto;
  -ms-overflow-style: none;
}

.product-category-hero__scroller::-webkit-scrollbar {
  display: none;
}

.product-category-hero__item {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 132px;
  min-width: 132px;
  min-height: 132px;
  padding: 14px 12px 12px;
  border: 1px solid rgba(188, 203, 185, 0.7);
  background: #ffffff;
  color: #5e645f;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-category-hero__item > :not(.product-category-hero__active-indicator) {
  position: relative;
  z-index: 1;
}

.product-category-hero__item:hover {
  border-color: rgba(0, 110, 47, 0.36);
  color: #161d16;
}

.product-category-hero__active-indicator {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #006e2f;
  pointer-events: none;
  view-transition-name: product-category-active;
}

.product-category-hero__item.is-active {
  background: transparent;
  border-color: #006e2f;
  color: #ffffff;
}

.product-category-hero__item.is-indicator-target {
  color: #5e645f;
}

::view-transition-group(product-category-active) {
  animation-duration: 420ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

::view-transition-old(product-category-active),
::view-transition-new(product-category-active) {
  animation-duration: 420ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.product-category-hero__thumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 64px;
  margin-bottom: 12px;
}

.product-category-hero__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-category-hero__label {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.product-category-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 0;
  background: rgba(136, 136, 136, 0.92);
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.product-category-hero__nav:hover {
  background: rgba(102, 102, 102, 0.96);
}

.product-category-hero__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.product-category-hero__nav--prev {
  left: 0;
}

.product-category-hero__nav--next {
  right: 0;
}

.product-category-hero__nav .material-symbols-outlined {
  font-size: 30px;
}

.product-detail-page {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.product-detail-page.is-loading {
  cursor: progress;
}

@media (prefers-reduced-motion: reduce) {
  .product-category-hero__item,
  .product-detail-page {
    transition: none;
  }

  ::view-transition-group(product-category-active),
  ::view-transition-old(product-category-active),
  ::view-transition-new(product-category-active) {
    animation-duration: 0ms;
  }
}

.about-culture__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 72px;
}

.about-culture__content {
  min-width: 0;
}

.about-culture__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #006e2f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-culture__list {
  display: grid;
  gap: 22px;
}

.about-culture__item {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(188, 203, 185, 0.58);
}

.about-culture__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-culture__item-title {
  margin: 0 0 8px;
  color: #161d16;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
  font-weight: 600;
}

.about-culture__item-text {
  margin: 0;
  color: #5e6f5f;
  font-size: 16px;
  line-height: 1.85;
}

.about-culture__visual {
  min-height: 540px;
  overflow: hidden;
}

.about-culture__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-honors {
  position: relative;
}

.about-honors__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: #006e2f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-honors__intro {
  margin: 22px auto 0;
  color: #5e6f5f;
  font-size: 16px;
  line-height: 1.9;
}

.about-honors__stage {
  position: relative;
  margin-top: 52px;
  padding: 44px 0 70px;
  background:
    radial-gradient(circle at 20% 14%, rgba(0, 110, 47, 0.05) 0, rgba(0, 110, 47, 0) 32%),
    radial-gradient(circle at 82% 8%, rgba(0, 110, 47, 0.04) 0, rgba(0, 110, 47, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
  box-shadow: 0 28px 80px rgba(22, 29, 22, 0.06);
}

.about-honors__stage::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 18px;
  height: 28px;
  background: rgba(22, 29, 22, 0.08);
  opacity: 0.12;
  filter: blur(18px);
}

.about-honors__track {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.about-honors__rail {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  width: max-content;
  padding-inline: 14px;
  animation: about-honors-marquee 34s linear infinite;
}

.about-honors__track:hover .about-honors__rail {
  animation-play-state: paused;
}

.about-honors__card {
  flex: 0 0 auto;
  width: min(320px, 76vw);
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: center;
  cursor: pointer;
}

.about-honors__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(260px, 28vw, 380px);
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(188, 203, 185, 0.58);
  box-shadow: 0 14px 36px rgba(22, 29, 22, 0.08);
}

.about-honors__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-honors__caption {
  display: block;
  margin-top: 18px;
  color: #161d16;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

.about-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.about-lightbox[hidden] {
  display: none;
}

.about-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 12, 0.76);
}

.about-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: calc(100vh - 48px);
  padding: 18px 18px 24px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.about-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  background: #006e2f;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.about-lightbox__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  padding: 20px 10px 8px;
}

.about-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 190px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-lightbox__title {
  margin: 12px 0 0;
  color: #161d16;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.contact-form__field {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  background: #f4f6fa;
  border: 1px solid rgba(188, 203, 185, 0.52);
  color: #161d16;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__field::placeholder {
  color: #777f87;
}

.contact-form__field:focus {
  border-color: #006e2f;
  box-shadow: 0 0 0 2px rgba(0, 110, 47, 0.1);
}

.contact-form__textarea {
  min-height: 136px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.contact-map__frame {
  position: relative;
  min-height: 372px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid rgba(188, 203, 185, 0.52);
}

.contact-map__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 346px;
  object-fit: cover;
  opacity: 0.92;
}

.contact-map__marker {
  position: absolute;
  left: 24%;
  top: 32%;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 110, 47, 0.18);
  border-radius: 999px !important;
  transform: translate(-50%, -50%);
}

.contact-map__marker::before {
  content: "";
  position: absolute;
  inset: 20px;
  background: rgba(0, 110, 47, 0.36);
  border-radius: 999px !important;
}

.contact-map__marker-core {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: #006e2f;
  border: 6px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px !important;
}

.contact-map__card {
  position: absolute;
  top: 32%;
  left: calc(24% + 64px);
  right: auto;
  bottom: auto;
  width: min(360px, calc(76% - 64px));
  padding: 24px 24px 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(22, 29, 22, 0.12);
  border-radius: 14px !important;
  transform: translateY(-50%);
}

.contact-map__logo {
  display: block;
  width: auto;
  height: 34px;
  margin-bottom: 16px;
  object-fit: contain;
}

.contact-map__line {
  display: flex;
  gap: 10px;
  margin: 0;
  color: #405141;
  font-size: 16px;
  line-height: 1.65;
}

.contact-map__line strong {
  color: #161d16;
}

.contact-map__line-icon {
  color: #006e2f;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 2px;
}

.contact-cards {
  padding: 34px 0;
  background: #98a892;
}

.contact-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-cards__item {
  padding: 0 24px;
  text-align: center;
  color: #ffffff;
}

.contact-cards__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.34);
}

.contact-cards__icon-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 22px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px !important;
}

.contact-cards__icon-ring .material-symbols-outlined {
  font-size: 42px;
  color: #ffffff;
}

.contact-cards__title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.contact-cards__value {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  line-height: 1.55;
}

.technology-section {
  max-width: 940px;
  margin: 0 auto;
}

.technology-section__title {
  margin: 0 0 26px;
  color: #161d16;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
}

.technology-section__body {
  color: #5e6f5f;
  font-size: 18px;
  line-height: 1.9;
}

.technology-section__body p {
  margin: 0;
}

.technology-section__body p + p {
  margin-top: 10px;
}

.technology-section__visual {
  max-width: 520px;
  margin: 28px auto 0;
}

.technology-section__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-page-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 280px;
  background: linear-gradient(90deg, #203247 0%, #152335 58%, #111b2a 100%);
  color: #ffffff;
}

.site-page-hero--solid {
  background: linear-gradient(90deg, #2b3c4e 0%, #233041 50%, #1c2535 100%);
}

.site-page-hero--with-media {
  background: #111b2a;
}

.site-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.site-page-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-page-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11, 24, 38, 0.72) 0%, rgba(11, 24, 38, 0.54) 52%, rgba(11, 24, 38, 0.28) 100%);
}

.site-page-hero--solid .site-page-hero__shade {
  display: none;
}

.site-page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 58px 0;
}

.site-page-hero__content {
  max-width: 680px;
  color: inherit;
}

.site-page-hero--solid .site-page-hero__content {
  color: #ffffff;
}

.site-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-page-hero__title {
  margin: 0;
  color: inherit;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(40px, 4.1vw, 66px);
  line-height: 1.04;
  font-weight: 800;
}

.site-page-hero__intro {
  margin: 18px 0 0;
  max-width: 540px;
  color: inherit;
  font-size: 16px;
  line-height: 1.7;
}

.site-page-hero--tall {
  min-height: 320px;
}

.site-page-hero--solid .site-page-hero__eyebrow {
  color: rgba(255, 255, 255, 0.42);
}

.site-page-hero--solid .site-page-hero__intro {
  color: rgba(255, 255, 255, 0.78);
}

.site-page-hero--solid .site-page-hero__title {
  color: #ffffff;
}

@media (max-width: 1279px) {
  .home-news__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .site-page-hero {
    min-height: 300px;
  }

  .site-page-hero--tall {
    min-height: 360px;
  }

  .site-page-hero__inner {
    padding: 72px 0;
  }
}

@keyframes partners-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes about-honors-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 14px));
  }
}

@keyframes service-map-pulse {
  0% {
    opacity: 0.95;
    transform: scale(0.86);
  }

  100% {
    opacity: 0;
    transform: scale(2.8);
  }
}

@keyframes service-map-route {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -56;
  }
}

@media (max-width: 1279px) {
  .fruit-orbit {
    --fruit-orbit-radius: 270px;
    --fruit-orbit-machine-width: 240px;
  }

  .fruit-orbit__stage {
    max-width: 860px;
    height: 640px;
  }

  .fruit-orbit__item {
    width: 96px;
  }

  .fruit-orbit__item::before {
    top: 32px;
    width: 104px;
  }

  .fruit-orbit__thumb {
    width: 82px;
    height: 82px;
  }

  .fruit-orbit__item span {
    font-size: 13px;
  }

  .home-about__visual {
    min-height: 580px;
  }

  .home-about__badge {
    top: 92px;
    min-width: 164px;
    min-height: 54px;
    padding: 12px 24px;
    right: 24px;
  }

  .home-about__cards {
    gap: 26px;
    width: min(238px, 40%);
    bottom: 44px;
  }

  .home-about__copy {
    padding: 76px 60px 76px 74px;
  }

  .about-culture__layout {
    gap: 48px;
  }

  .about-culture__visual {
    min-height: 500px;
  }

  .about-honors__rail {
    animation-duration: 30s;
  }

  .technology-section__visual {
    max-width: 480px;
  }

  .service-map__frame {
    padding: 48px 36px;
  }

  .service-map__visual {
    min-height: 580px;
  }

  .domestic-map__frame {
    padding: 40px 0;
  }

  .domestic-map__visual {
    height: 760px;
    min-height: 760px;
  }

  .partners__card {
    width: 220px;
    min-width: 220px;
    height: 104px;
  }
}

@media (max-width: 1023px) {
  .site-nav-products__panel {
    width: min(720px, calc(100vw - 48px));
    max-height: min(50vh, 380px);
    padding: 22px 24px 24px;
  }

  .site-nav-products__grid {
    gap: 12px 18px;
  }

  .site-nav-products__label {
    font-size: 14px;
  }

  .hero-carousel__track {
    min-height: 760px;
  }

  .hero-carousel__controls {
    bottom: 110px;
    width: calc(100% - 40px);
  }

  .fruit-orbit {
    --fruit-orbit-radius: 230px;
    --fruit-orbit-machine-width: 210px;
  }

  .fruit-orbit__stage {
    max-width: 720px;
    height: 560px;
  }

  .fruit-orbit__machine {
    width: var(--fruit-orbit-machine-width);
  }

  .fruit-orbit__item {
    width: 82px;
  }

  .fruit-orbit__thumb {
    width: 70px;
    height: 70px;
  }

  .fruit-orbit__item span {
    font-size: 12px;
  }

  .home-about__layout {
    grid-template-columns: 1fr;
  }

  .home-about__visual {
    min-height: 500px;
  }

  .home-about__copy {
    max-width: none;
    padding: 40px 0 0;
  }

  .about-culture__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-culture__visual {
    min-height: 420px;
  }

  .about-honors__stage {
    margin-top: 40px;
    padding: 36px 0 56px;
  }

  .about-honors__rail {
    gap: 20px;
    padding-inline: 10px;
    animation-duration: 28s;
  }

  .about-honors__card {
    width: min(280px, 78vw);
  }

  .contact-map__frame {
    min-height: 340px;
  }

  .contact-map__image {
    min-height: 314px;
  }

  .contact-map__marker {
    left: 24%;
    top: 32%;
  }

  .contact-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 36px;
  }

  .contact-cards__item:nth-child(2n) {
    border-right: 0;
  }

  .contact-cards__item:nth-child(-n + 2) {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  }

  .technology-section__title {
    margin-bottom: 22px;
  }

  .technology-section__body {
    font-size: 16px;
    line-height: 1.85;
  }

  .service-map__frame {
    padding: 40px 24px;
  }

  .service-map__copy {
    max-width: none;
  }

  .service-map__text {
    font-size: 16px;
    line-height: 1.75;
  }

  .service-map__visual {
    min-height: 0;
  }

  .service-map__label {
    font-size: 16px;
  }

  .domestic-map__layout {
    min-height: 0;
  }

  .domestic-map__copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
    text-align: center;
  }

  .domestic-map__eyebrow {
    position: static;
    display: block;
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.15;
    text-align: center;
  }

  .domestic-map__text {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .domestic-map__actions {
    justify-content: center;
  }

  .domestic-map__visual {
    height: 60vh;
    min-height: 450px;
  }

  .partners__header {
    margin-bottom: 34px;
  }

  .partners__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .partners__card {
    width: 196px;
    min-width: 196px;
    height: 96px;
    padding: 18px 20px;
  }

  .partners__logo {
    max-height: 58px;
  }
}

@media (max-width: 639px) {
  .site-mobile-menu__subnav {
    gap: 8px;
  }

  .site-mobile-menu__sublink {
    font-size: 13px;
  }

  .hero-carousel__eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .hero-carousel__meta {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .hero-carousel__track {
    min-height: 680px;
  }

  .hero-carousel__controls {
    bottom: 102px;
    width: calc(100% - 40px);
  }

  .site-page-hero {
    min-height: 260px;
  }

  .site-page-hero--tall {
    min-height: 300px;
  }

  .site-page-hero__inner {
    padding: 56px 0;
  }

  .site-page-hero__intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .fruit-orbit {
    --fruit-orbit-radius: 160px;
    --fruit-orbit-machine-width: 150px;
  }

  .fruit-orbit__stage {
    max-width: 100%;
    height: 420px;
  }

  .fruit-orbit__machine {
    width: var(--fruit-orbit-machine-width);
  }

  .fruit-orbit__item {
    width: 62px;
    gap: 6px;
  }

  .fruit-orbit__item::before {
    top: 24px;
    width: 72px;
    transform: rotate(calc(var(--angle) + 180deg)) translate(22px, 0);
  }

  .fruit-orbit__thumb {
    width: 52px;
    height: 52px;
  }

  .fruit-orbit__item span {
    font-size: 10px;
    line-height: 1.2;
  }

  .home-about {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-about__visual {
    min-height: 380px;
  }

  .home-about__copy {
    padding: 28px 0 0;
  }

  .home-about__title {
    margin-bottom: 12px;
  }

  .home-about__rule {
    width: 88px;
    margin-bottom: 20px;
  }

  .home-about__subtitle {
    margin-bottom: 20px;
  }

  .home-about__body {
    gap: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .home-about__actions {
    margin-top: 28px;
  }

  .home-about__link {
    min-height: 46px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .home-about__link-mark {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .about-culture__eyebrow,
  .about-honors__eyebrow {
    font-size: 12px;
  }

  .about-culture__item-title {
    font-size: 20px;
  }

  .about-culture__item-text,
  .about-honors__intro {
    font-size: 14px;
    line-height: 1.75;
  }

  .about-culture__visual {
    min-height: 320px;
  }

  .about-honors__stage {
    margin-top: 32px;
    padding: 28px 0 44px;
  }

  .about-honors__stage::after {
    left: 6%;
    right: 6%;
    bottom: 12px;
    height: 22px;
  }

  .about-honors__rail {
    gap: 16px;
    padding-inline: 8px;
    animation-duration: 24s;
  }

  .about-honors__card {
    width: min(238px, 78vw);
  }

  .about-honors__media {
    height: 220px;
    padding: 12px;
  }

  .about-honors__caption {
    margin-top: 14px;
    font-size: 16px;
  }

  .about-lightbox {
    padding: 14px;
  }

  .about-lightbox__dialog {
    max-height: calc(100vh - 28px);
    padding: 16px 12px 18px;
  }

  .about-lightbox__close {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .about-lightbox__body {
    max-height: calc(100vh - 120px);
    padding: 16px 6px 4px;
  }

  .about-lightbox__image {
    max-height: calc(100vh - 156px);
  }

  .about-lightbox__title {
    font-size: 16px;
  }

  .contact-form__field {
    min-height: 52px;
    font-size: 15px;
  }

  .contact-form__textarea {
    min-height: 120px;
  }

  .contact-map__frame {
    padding: 10px;
  }

  .contact-map__image {
    min-height: 280px;
  }

  .contact-map__marker {
    width: 72px;
    height: 72px;
    left: 20%;
    top: clamp(100px, 21vw, 160px);
  }

  .contact-map__marker::before {
    inset: 16px;
  }

  .contact-map__marker-core {
    width: 20px;
    height: 20px;
    border-width: 5px;
  }

  .contact-map__card {
    position: static;
    width: 100%;
    margin-top: 14px;
    padding: 18px 16px;
    border-radius: 0 !important;
    transform: none;
  }

  .contact-map__logo {
    height: 28px;
    margin-bottom: 12px;
  }

  .contact-map__line {
    font-size: 14px;
    line-height: 1.7;
  }

  .contact-cards {
    padding: 28px 0;
  }

  .contact-cards__grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .contact-cards__item,
  .contact-cards__item:nth-child(-n + 2) {
    padding: 0 18px;
    border-right: 0;
    border-bottom: 0;
  }

  .contact-cards__icon-ring {
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
  }

  .contact-cards__icon-ring .material-symbols-outlined {
    font-size: 34px;
  }

  .contact-cards__title {
    font-size: 16px;
  }

  .contact-cards__value {
    font-size: 15px;
    line-height: 1.6;
  }

  .technology-section {
    max-width: 100%;
  }

  .technology-section__title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  .technology-section__body {
    font-size: 14px;
    line-height: 1.8;
  }

  .technology-section__visual {
    max-width: 100%;
    margin-top: 22px;
  }

  .service-map {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .service-map__frame {
    padding: 28px 16px 24px;
  }

  .service-map__copy {
    margin-bottom: 18px;
  }

  .service-map__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .service-map__chips {
    gap: 10px;
    margin-top: 22px;
  }

  .service-map__chip {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .service-map__label {
    font-size: 13px;
  }

  .domestic-map {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .domestic-map__frame {
    padding: 28px 0 24px;
  }

  .domestic-map__eyebrow {
    position: static;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.15;
    text-align: center;
  }

  .domestic-map__title {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .domestic-map__text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .domestic-map__actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .domestic-map__button {
    width: 100%;
  }

  .domestic-map__visual {
    height: 50vh;
    min-height: 350px;
  }

  .domestic-map__chart {
    min-height: 350px;
  }

  .partners {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .partners__header {
    margin-bottom: 26px;
  }

  .partners__title {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .partners__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .partners__marquee {
    gap: 14px;
  }

  .partners__rail {
    gap: 14px;
    animation-duration: 22s;
  }

  .partners__track--reverse .partners__rail {
    animation-duration: 24s;
  }

  .partners__card {
    width: 156px;
    min-width: 156px;
    height: 82px;
    padding: 14px 16px;
  }

  .partners__logo {
    max-height: 44px;
  }

  .product-category-hero {
    padding-inline: 62px;
  }

  .product-category-hero__item {
    width: 118px;
    min-width: 118px;
    min-height: 120px;
    padding: 12px 10px 10px;
  }

  .product-category-hero__thumb-wrap {
    width: 68px;
    height: 56px;
    margin-bottom: 10px;
  }

  .product-category-hero__label {
    font-size: 14px;
  }

  .product-category-hero__nav {
    width: 48px;
    height: 48px;
  }

  .product-category-hero__nav .material-symbols-outlined {
    font-size: 26px;
  }

  .home-news {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-news__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
  }

  .home-news__title {
    font-size: 32px;
  }

  .home-news__rule {
    width: 104px;
    margin-top: 14px;
  }

  .home-news__more {
    min-width: 0;
    width: auto;
    padding: 12px 20px;
  }

  .home-news__item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 22px;
  }

  .home-news__item-title {
    margin: 0 0 12px;
    font-size: 18px;
  }

  .home-news__date {
    margin-bottom: 12px;
  }

  .home-news__excerpt {
    font-size: 14px;
    line-height: 1.8;
  }

  .home-news__link {
    margin-top: 14px;
    font-size: 14px;
  }

  .product-category-hero {
    gap: 10px;
    padding-inline: 0;
  }

  .product-category-hero__nav {
    position: static;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .product-category-hero__nav .material-symbols-outlined {
    font-size: 22px;
  }

  .site-footer__top-bar {
    height: 8px;
  }

  .site-footer__inner {
    gap: 32px;
    padding-top: 52px;
    padding-bottom: 32px;
  }

  .site-footer__logo-image {
    height: 46px;
  }

  .site-footer__contact-item {
    font-size: 15px;
  }

  .site-footer__search-input {
    min-height: 46px;
    font-size: 15px;
  }

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

  .site-footer__product-link {
    font-size: 15px;
  }

  .site-footer__nav-link {
    min-height: 48px;
    font-size: 16px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-honors__rail {
    animation: none;
  }
}
