:root {
  --ngy-bg: #08131c;
  --ngy-bg-soft: #10202d;
  --ngy-card: #0d1d2a;
  --ngy-card-strong: #122737;
  --ngy-line: rgba(148, 203, 225, 0.18);
  --ngy-text: #eaf7ff;
  --ngy-text-soft: #9db5c4;
  --ngy-accent: #51f2df;
  --ngy-accent-2: #62a8ff;
  --ngy-warm: #ffbb5c;
  --ngy-shadow: 0 28px 70px rgba(2, 9, 16, 0.36);
}

body.ngy-robotics-home,
body.ngy-robotics-archive {
  background:
    radial-gradient(circle at top left, rgba(81, 242, 223, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(98, 168, 255, 0.08), transparent 30%),
    #f1f6f9;
}

body.ngy-robotics-home.ast-theme-transparent-header #masthead,
body.ngy-robotics-archive.ast-theme-transparent-header #masthead,
body.ngy-robotics-home.ast-theme-transparent-header .site-header,
body.ngy-robotics-archive.ast-theme-transparent-header .site-header {
  position: relative;
  inset: auto;
}

body.ngy-robotics-home .site-header,
body.ngy-robotics-archive .site-header {
  position: relative;
  z-index: 20;
  background: #08131c;
  box-shadow: 0 16px 38px rgba(2, 9, 16, 0.22);
}

.site-header .ast-primary-header-bar,
.site-header .ast-mobile-header-wrap .ast-primary-header-bar {
  background: rgba(8, 19, 28, 0.94);
  backdrop-filter: saturate(150%) blur(8px);
}

body.ngy-robotics-home .site-header .ast-primary-header-bar,
body.ngy-robotics-archive .site-header .ast-primary-header-bar {
  min-height: 88px;
  border-bottom: 1px solid rgba(148, 203, 225, 0.14);
}

body.ngy-robotics-home .site-header .ast-builder-grid-row,
body.ngy-robotics-archive .site-header .ast-builder-grid-row {
  min-height: 88px;
  align-items: center;
  gap: clamp(18px, 2.4vw, 42px);
}

body.ngy-robotics-home .site-header .site-header-section,
body.ngy-robotics-archive .site-header .site-header-section,
body.ngy-robotics-home .site-header .ast-builder-layout-element,
body.ngy-robotics-archive .site-header .ast-builder-layout-element {
  align-items: center;
  min-height: 0;
}

body.ngy-robotics-home .site-header .site-header-section,
body.ngy-robotics-archive .site-header .site-header-section {
  flex-wrap: nowrap;
}

.site-header .main-header-menu > .menu-item > .menu-link,
.site-header .menu-link {
  color: #eaf7ff;
}

body.ngy-robotics-home .site-header .main-header-menu,
body.ngy-robotics-archive .site-header .main-header-menu {
  align-items: center;
  gap: clamp(4px, 0.8vw, 14px);
}

body.ngy-robotics-home .site-header .main-header-menu > .menu-item > .menu-link,
body.ngy-robotics-archive .site-header .main-header-menu > .menu-item > .menu-link {
  height: auto;
  padding: 0 clamp(8px, 1.1vw, 18px);
  font-size: clamp(0.95rem, 1.05vw, 1.06rem);
  line-height: 1.2;
}

.site-header .main-header-menu > .menu-item > .menu-link:hover,
.site-header .main-header-menu > .menu-item.current-menu-item > .menu-link,
.site-header .menu-link:hover {
  color: var(--ngy-accent);
}

.ast-header-button-1 .ast-builder-button-wrap .menu-link {
  display: none !important;
}

.site-header .ast-header-button-1 .ast-custom-button-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.site-header .ast-header-button-1 .ast-custom-button-link::before,
.site-header .ast-header-button-1 .ast-custom-button-link::after {
  display: none !important;
  content: none !important;
}

.site-header .ast-header-button-1 .ast-custom-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 178px;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--ngy-accent), var(--ngy-accent-2)) !important;
  box-shadow: 0 12px 28px rgba(81, 242, 223, 0.22) !important;
  color: #041017 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.site-header .ast-header-button-1 .ast-custom-button::before,
.site-header .ast-header-button-1 .ast-custom-button::after {
  display: none !important;
  content: none !important;
}

.site-branding .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-branding .custom-logo {
  width: clamp(132px, 13vw, 176px);
  height: auto;
}

.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap {
  background: #09141d;
  color: #d6eaf7;
}

.site-footer a {
  color: #d6eaf7;
}

.site-footer a:hover {
  color: var(--ngy-accent);
}

.ngy-kicker {
  margin: 0 0 12px;
  color: var(--ngy-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ngy-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ngy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ngy-accent), var(--ngy-accent-2));
  color: #071219;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(81, 242, 223, 0.2);
}

.ngy-button:hover {
  color: #071219;
  transform: translateY(-1px);
}

.ngy-button--ghost {
  background: rgba(8, 19, 28, 0.04);
  border: 1px solid rgba(8, 19, 28, 0.1);
  box-shadow: none;
  color: #0a1b28;
}

.ngy-button--ghost:hover {
  color: #0a1b28;
  border-color: rgba(8, 19, 28, 0.2);
}

.home .entry-content > .ngy-home-shell {
  display: grid;
  gap: 28px;
  margin: 0;
}

.home .site-content,
.home .entry-content {
  overflow: visible;
}

.home .entry-content > .ngy-home-shell > section,
.ngy-archive-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--ngy-shadow);
}

.ngy-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  min-height: clamp(620px, calc(100vh - 120px), 760px);
  padding: clamp(56px, 6vw, 86px) clamp(34px, 5vw, 70px);
  background:
    linear-gradient(160deg, rgba(8, 19, 28, 0.98), rgba(17, 36, 50, 0.94)),
    #08131c;
  color: var(--ngy-text);
}

.ngy-home-hero h1,
.ngy-archive-hero h1 {
  margin: 0 0 16px;
  color: var(--ngy-text);
  font-size: clamp(3.1rem, 4.8vw, 5.45rem);
  line-height: 1.04;
}

.ngy-home-hero__copy,
.ngy-archive-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.ngy-home-hero__lead,
.ngy-archive-hero__lead {
  margin: 0 0 16px;
  color: var(--ngy-text);
  font-size: 1.16rem;
  line-height: 1.72;
}

.ngy-home-hero__body,
.ngy-archive-hero__body {
  margin: 0 0 22px;
  color: var(--ngy-text-soft);
}

.ngy-stat-row,
.ngy-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 22px;
}

.ngy-stat {
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.ngy-stat strong {
  display: block;
  color: var(--ngy-text);
  font-size: 1.55rem;
  line-height: 1.05;
}

.ngy-stat span,
.ngy-chip {
  color: var(--ngy-text-soft);
  font-size: 0.92rem;
}

.ngy-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(81, 242, 223, 0.18);
  border-radius: 999px;
  background: rgba(81, 242, 223, 0.08);
  color: #0e3441;
  font-weight: 600;
}

.ngy-home-hero__media,
.ngy-archive-hero__media {
  position: relative;
  min-height: 420px;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.ngy-home-hero__media img,
.ngy-archive-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.ngy-info-card,
.ngy-visual-card,
.ngy-form-shell,
.woocommerce ul.products li.product {
  border: 1px solid var(--ngy-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(9, 22, 32, 0.08);
}

.ngy-info-card {
  padding: 22px;
}

.ngy-info-card h3,
.ngy-visual-card h3 {
  margin: 0 0 10px;
  color: #0c2030;
  font-size: 1.42rem;
}

.ngy-info-card p,
.ngy-visual-card p {
  margin: 0;
  color: #597180;
}

.ngy-section-shell {
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 253, 0.98)),
    #ffffff;
}

.ngy-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 22px;
}

.ngy-section-head h2 {
  margin: 0 0 6px;
  color: #0c2030;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.ngy-section-head p {
  margin: 0;
  max-width: 640px;
  color: #607886;
}

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

.ngy-visual-card {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.ngy-visual-card__media {
  aspect-ratio: 4 / 3;
  background: #09141d;
}

.ngy-visual-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ngy-visual-card__body {
  padding: 20px 20px 22px;
}

.ngy-card-kicker {
  margin: 0 0 8px;
  color: var(--ngy-accent-2);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ngy-dark-band {
  padding: 34px;
  background:
    linear-gradient(160deg, rgba(8, 19, 28, 0.98), rgba(17, 36, 50, 0.94)),
    #08131c;
  color: var(--ngy-text);
}

.ngy-dark-band h2 {
  margin: 0 0 12px;
  color: var(--ngy-text);
  font-size: clamp(2rem, 3vw, 3rem);
}

.ngy-dark-band p {
  color: var(--ngy-text-soft);
}

.ngy-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 24px;
  align-items: start;
}

.ngy-contact-grid ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.ngy-contact-grid li {
  margin-bottom: 10px;
  color: var(--ngy-text-soft);
}

.ngy-company-footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 253, 0.98)),
    #ffffff;
}

.ngy-company-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
}

.ngy-company-intro {
  padding-right: 6px;
}

.ngy-company-intro .ngy-kicker {
  color: #0c7a88;
}

.ngy-company-intro h2 {
  margin: 0 0 12px;
  color: #0c2030;
  font-size: clamp(1.85rem, 2.8vw, 2.7rem);
  line-height: 1.08;
}

.ngy-company-intro p {
  margin: 0;
  max-width: 520px;
  color: #597180;
  line-height: 1.65;
}

.ngy-company-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.ngy-company-list div {
  min-width: 0;
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(8, 19, 28, 0.09);
  border-radius: 14px;
  background: #f7fbfd;
}

.ngy-company-list .ngy-company-item--wide {
  grid-column: 1 / -1;
  min-height: 0;
}

.ngy-company-list dt {
  margin: 0 0 7px;
  color: #597180;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ngy-company-list dd {
  margin: 0;
  color: #0c2030;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ngy-company-list a {
  color: #006fc9;
  text-decoration: none;
}

.ngy-company-list a:hover {
  color: #004f91;
}

.ngy-form-shell {
  padding: 24px;
  background: rgba(255, 255, 255, 0.98);
}

.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field select,
.wpforms-container .wpforms-field textarea {
  border-radius: 14px;
  border: 1px solid rgba(8, 19, 28, 0.12);
  background: #f7fbfd;
}

.wpforms-container .wpforms-submit {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ngy-accent), var(--ngy-accent-2));
  color: #071219;
  font-weight: 700;
}

.tax-product_cat .woocommerce-products-header {
  display: none;
}

.ngy-archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 26px;
  padding: 28px;
  margin: 0 0 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 254, 0.98)),
    #ffffff;
}

.ngy-archive-hero h1 {
  color: #0b2030;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
}

.ngy-archive-hero__lead {
  color: #123249;
}

.ngy-archive-hero__body {
  color: #5a7585;
}

.tax-product_cat .ngy-chip {
  color: #164051;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 14px;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 16px;
  background: #09141d;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  color: #0c2030;
  font-size: 1.08rem;
  line-height: 1.35;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #0b4d56;
  font-weight: 700;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  border-radius: 999px;
  background: #0d1d2a;
  color: #eaf7ff;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
  background: #163246;
  color: #eaf7ff;
}

.ngy-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
  visibility: hidden;
}

.ngy-cart-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.ngy-cart-drawer__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 13, 20, 0);
  cursor: default;
  opacity: 0;
  transition: opacity 180ms ease, background 180ms ease;
}

.ngy-cart-drawer.is-open .ngy-cart-drawer__overlay {
  background: rgba(5, 13, 20, 0.18);
  opacity: 1;
}

.ngy-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(420px, 100vw);
  height: 100vh;
  background: #ffffff;
  color: #071826;
  box-shadow: -28px 0 60px rgba(3, 12, 20, 0.16);
  transform: translateX(100%);
  transition: transform 220ms ease;
  outline: 0;
}

.ngy-cart-drawer.is-open .ngy-cart-drawer__panel {
  transform: translateX(0);
}

.ngy-cart-drawer__header {
  display: grid;
  grid-template-columns: 42px 1fr 34px;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 14px 16px;
  border-bottom: 1px solid #e8edf2;
}

.ngy-cart-drawer__header h2 {
  margin: 0;
  color: #061626;
  font-size: 1.08rem;
  font-weight: 800;
  text-align: center;
}

.ngy-cart-drawer__close,
.ngy-cart-drawer__count {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 6px;
}

.ngy-cart-drawer__close {
  border: 0;
  background: #f3f7fa;
  color: #061626;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
}

.ngy-cart-drawer__count {
  background: #eef3f7;
  color: #061626;
  font-size: 0.86rem;
  font-weight: 800;
}

.ngy-cart-drawer__body {
  min-height: 0;
  overflow-y: auto;
  padding: 4px 0 18px;
}

.ngy-cart-drawer__items {
  display: grid;
  gap: 0;
}

.ngy-cart-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 16px;
  border-bottom: 1px solid #edf1f4;
}

.ngy-cart-item__image {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f7f9;
}

.ngy-cart-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ngy-cart-item__main {
  min-width: 0;
}

.ngy-cart-item__title {
  display: block;
  color: #006fc9;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.32;
  text-decoration: none;
}

.ngy-cart-item__title:hover {
  color: #004f91;
}

.ngy-cart-item__price {
  display: block;
  margin-top: 8px;
  color: #061626;
  font-size: 0.82rem;
  font-weight: 800;
}

.ngy-cart-item__remove {
  display: inline-block;
  margin-top: 8px;
  color: #006fc9;
  font-size: 0.78rem;
  text-decoration: underline;
}

.ngy-cart-item__qty {
  display: inline-grid;
  grid-template-columns: 34px 40px 34px;
  width: max-content;
  min-height: 34px;
  margin-top: 12px;
  border: 1px solid #dfe6ec;
  border-radius: 6px;
  overflow: hidden;
}

.ngy-cart-item__qty button,
.ngy-cart-item__qty span {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 34px;
  min-height: 34px;
  border: 0;
  background: #ffffff;
  color: #061626;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
}

.ngy-cart-item__qty button {
  cursor: pointer;
  appearance: none;
  padding: 0;
}

.ngy-cart-item__qty button:hover {
  background: #f2f6f9;
}

.ngy-cart-item__qty button:disabled {
  cursor: wait;
  opacity: 0.48;
}

.ngy-cart-drawer__footer {
  padding: 14px 16px 16px;
  border-top: 1px solid #e8edf2;
  background: #ffffff;
  box-shadow: 0 -16px 32px rgba(8, 19, 28, 0.05);
}

.ngy-cart-drawer__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f4;
  color: #061626;
  font-size: 0.92rem;
}

.ngy-cart-drawer__row strong {
  color: #061626;
}

.ngy-cart-drawer__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 14px;
  border-radius: 6px;
  background: #0987d9;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.ngy-cart-drawer__checkout:hover {
  background: #0673ba;
  color: #ffffff;
}

.ngy-cart-drawer__empty {
  display: grid;
  align-content: center;
  min-height: 260px;
  padding: 24px;
  text-align: center;
}

.ngy-cart-drawer__empty p {
  margin: 0 0 12px;
  color: #526574;
}

.ngy-cart-drawer.is-loading .ngy-cart-drawer__panel {
  cursor: wait;
}

.ngy-cart-drawer.is-loading .ngy-cart-drawer__body {
  opacity: 0.58;
}

html.ngy-cart-drawer-open,
html.ngy-cart-drawer-open body {
  overflow: hidden;
}

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

@media (max-width: 921px) {
  body.ngy-robotics-home .site-header .ast-mobile-header-content,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content {
    overflow: hidden;
    background: #f7fbfd;
    border-top: 1px solid rgba(8, 19, 28, 0.12);
    box-shadow: 0 22px 48px rgba(2, 9, 16, 0.22);
  }

  body.ngy-robotics-home .site-header .ast-mobile-header-content .main-header-bar-navigation,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .main-header-bar-navigation,
  body.ngy-robotics-home .site-header .ast-mobile-header-content .main-navigation,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .main-navigation,
  body.ngy-robotics-home .site-header .ast-mobile-header-content .main-header-menu,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .main-header-menu {
    display: block;
    width: 100%;
    background: #f7fbfd;
  }

  body.ngy-robotics-home .site-header .ast-mobile-header-content .main-header-menu > .menu-item,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .main-header-menu > .menu-item {
    display: block;
    border-bottom: 1px solid rgba(8, 19, 28, 0.1);
  }

  body.ngy-robotics-home .site-header .ast-mobile-header-content .main-header-menu > .menu-item > .menu-link,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .main-header-menu > .menu-item > .menu-link,
  body.ngy-robotics-home .site-header .ast-mobile-header-content .menu-link,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .menu-link {
    min-height: 54px;
    padding: 15px 24px;
    background: transparent;
    color: #10202d;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
  }

  body.ngy-robotics-home .site-header .ast-mobile-header-content .main-header-menu > .menu-item.current-menu-item > .menu-link,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .main-header-menu > .menu-item.current-menu-item > .menu-link,
  body.ngy-robotics-home .site-header .ast-mobile-header-content .menu-link:hover,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .menu-link:hover,
  body.ngy-robotics-home .site-header .ast-mobile-header-content .menu-link:focus,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .menu-link:focus {
    background: rgba(81, 242, 223, 0.18);
    color: #061018;
  }

  body.ngy-robotics-home .site-header .ast-mobile-header-content .ast-header-button-1,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .ast-header-button-1 {
    display: block;
    width: 100%;
    padding: 18px 24px;
    background: #f7fbfd;
  }

  body.ngy-robotics-home .site-header .ast-mobile-header-content .ast-header-button-1 .ast-builder-button-wrap,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .ast-header-button-1 .ast-builder-button-wrap,
  body.ngy-robotics-home .site-header .ast-mobile-header-content .ast-header-button-1 .ast-custom-button-link,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .ast-header-button-1 .ast-custom-button-link,
  body.ngy-robotics-home .site-header .ast-mobile-header-content .ast-header-button-1 .ast-custom-button,
  body.ngy-robotics-archive .site-header .ast-mobile-header-content .ast-header-button-1 .ast-custom-button {
    width: 100%;
  }

  .ngy-home-hero,
  .ngy-archive-hero,
  .ngy-contact-grid,
  .ngy-company-panel {
    grid-template-columns: 1fr;
  }

  .ngy-home-hero,
  .ngy-archive-hero,
  .ngy-section-shell,
  .ngy-dark-band {
    padding: 24px;
  }

  .ngy-home-hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .ngy-home-hero__media {
    min-height: 320px;
  }

  .ngy-section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .ngy-home-grid,
  .ngy-visual-grid {
    grid-template-columns: 1fr;
  }

  .ngy-home-hero h1,
  .ngy-archive-hero h1 {
    font-size: 2.45rem;
  }

  body.ngy-robotics-home .site-header .ast-primary-header-bar,
  body.ngy-robotics-archive .site-header .ast-primary-header-bar,
  body.ngy-robotics-home .site-header .ast-builder-grid-row,
  body.ngy-robotics-archive .site-header .ast-builder-grid-row {
    min-height: 74px;
  }

  .ngy-stat {
    min-width: calc(50% - 6px);
  }

  .ngy-cart-drawer__panel {
    width: min(390px, 100vw);
  }

  .ngy-company-list {
    grid-template-columns: 1fr;
  }

  .ngy-company-list div {
    min-height: 0;
  }
}
