.landing-subnav_subNav__4OmkZ {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  z-index: 99;
  height: 44px;
  background: rgba(245, 242, 235, 0.90);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--c-green) 15%, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0 var(--page-gutter);
}

.landing-subnav_subNav__4OmkZ::-webkit-scrollbar {
  display: none;
}

.landing-subnav_link__Invka {
  position: relative;
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--c-light-mute);
  padding: 6px 12px;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.005em;
  transition: color 0.2s ease;
}

.landing-subnav_link__Invka:hover {
  color: var(--c-light-body);
}

.landing-subnav_active__yo_6X {
  color: var(--c-green-dark);
  font-weight: 500;
}

.landing-subnav_indicator__RRWzz {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green-dark);
  transform: translateX(-50px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease;
}

.landing-subnav_indicatorVisible__x7k9f {
  opacity: 1;
}

@media (max-width: 768px) {
  .landing-subnav_subNav__4OmkZ {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-subnav_indicator__RRWzz {
    transition: opacity 0.2s ease;
  }
}

