/* GreyOne UX fixes + responsive hardening */

/* Clean GreyOne mobile menu trigger */
.menuBar-toggle.quanto-menu-toggle.greyone-menu-toggle {
  width: 42px;
  height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  padding: 0;
}

.menuBar-toggle.quanto-menu-toggle.greyone-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  display: block;
}

.bg-color-white .menuBar-toggle.quanto-menu-toggle.greyone-menu-toggle,
.main-header.bg-color-white .menuBar-toggle.quanto-menu-toggle.greyone-menu-toggle {
  border-color: rgba(13, 20, 33, 0.18);
  background: #ffffff;
  color: #0d1421;
}

/* Hard-stop hide on desktop widths */
@media (min-width: 992px) {
  .menuBar-toggle,
  .menuBar-toggle.quanto-menu-toggle,
  .menuBar-toggle.quanto-menu-toggle.greyone-menu-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* Desktop right-panel toggle cleanup/alignment */
.quanto-menu-large-toggle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: #ffffff;
  line-height: 1;
}

.bg-color-white .quanto-menu-large-toggle,
.main-header.bg-color-white .quanto-menu-large-toggle {
  color: #0d1421;
}

.quanto-menu-large-toggle svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* Ensure menu opens above all content */
.quanto-menu-wrapper {
  z-index: 99999;
}

/* Keep sticky header from clipping trigger on small screens */
@media (max-width: 991.98px) {
  .quanto-header .sticky-active {
    padding-right: 4px;
  }

  .header-logo img {
    max-width: 170px;
    height: auto;
  }

  .quanto-hero2-section h1,
  .quanto-hero-about__content .title,
  .quanto-hero-common__content .title {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* Better tap targets + left breathing room in mobile slide menu */
.quanto-mobile-menu {
  padding-left: 14px;
  padding-right: 8px;
}

.quanto-mobile-menu ul li a {
  padding: 10px 8px;
  display: inline-block;
}

/* Mobile slideout typography tune */
.quanto-mobile-menu-btn .sidebar-wrap h5 {
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}

.quanto-mobile-menu-btn .sidebar-wrap .copyright-text {
  font-size: 0.82rem;
  line-height: 1.2;
  opacity: 0.85;
}
