html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.site-nav {
  background: transparent;
  backdrop-filter: blur(0);
}

.site-nav.nav-scrolled {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(12px);
}

.site-logo-img {
  width: 42px;
  max-width: none;
  height: auto;
  object-fit: contain;
  padding: 0.22rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
}

/* ---Desktop nav links (larger text) ---*/
.nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #fff;
}

/* ---Investors (desktop)  - prominent ---*/
.nav-investors {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #000 !important;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  box-shadow: 0 0 24px rgba(245, 158, 11, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-investors:hover {
  transform: scale(1.04);
  box-shadow: 0 0 32px rgba(245, 158, 11, 0.6);
  color: #000 !important;
}

.nav-investors-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

/* ---Hamburger icon ---*/
.hamburger-line {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 3px 0;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.is-open .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ---Hero Investors CTA ---*/
.hero-investors-btn {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #000;
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.5);
}

.hero-investors-btn:hover {
  box-shadow: 0 0 56px rgba(245, 158, 11, 0.65);
}

/* ---Language selector ---*/
.lang-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  border-radius: 9999px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
}

.lang-select option {
  background: #0f172a;
  color: #fff;
}

.mobile-lang-wrap {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---Full-screen mobile menu (solid, readable) ---*/
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: #020817;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-panel {
  height: 100%;
  overflow-y: auto;
  padding: 6.5rem 1.5rem 2rem;
  max-width: 32rem;
}

.mobile-nav-link {
  display: block;
  padding: 1rem 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.mobile-nav-link:hover {
  color: #fff;
  padding-left: 0.5rem;
}

/* ---Investors (mobile)  - featured card ---*/
.mobile-nav-investors {
  margin-top: 0.75rem;
  padding: 1.25rem 1rem !important;
  border-radius: 1rem;
  border: 2px solid #f59e0b !important;
  background: linear-gradient(
    145deg,
    rgba(245, 158, 11, 0.2) 0%,
    rgba(217, 119, 6, 0.08) 100%
  );
  box-shadow: 0 8px 32px rgba(245, 158, 11, 0.25);
}

.mobile-nav-investors:hover {
  padding-left: 1rem !important;
  background: linear-gradient(
    145deg,
    rgba(245, 158, 11, 0.3) 0%,
    rgba(217, 119, 6, 0.15) 100%
  );
}

.mobile-investors-badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.65rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  background: #f59e0b;
  border-radius: 9999px;
}

.mobile-investors-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.mobile-investors-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #fbbf24;
  flex-shrink: 0;
}

.mobile-investors-sub {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-nav {
  z-index: 60;
  background: #020817;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

body.light-mode {
  background: #fff;
  color: #000;
}

body.light-mode .site-nav.nav-scrolled {
  background: rgba(255, 255, 255, 0.95);
}

body.light-mode .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

body.light-mode .nav-link:hover {
  color: #000;
}

body.light-mode .hamburger-line {
  background: #000;
}

body.light-mode .mobile-nav-link {
  color: rgba(0, 0, 0, 0.85);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

body.light-mode .bg-zinc-950,
body.light-mode .bg-black {
  background-color: #f4f4f5 !important;
}

body.light-mode .text-white\/70,
body.light-mode .text-white\/60,
body.light-mode .text-white\/55,
body.light-mode .text-white\/50,
body.light-mode .text-white\/65 {
  color: rgb(63 63 70) !important;
}

/* Global operations — photo cards */
.ops-card {
  background: rgba(24, 24, 27, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.ops-card:hover {
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

.ops-card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.ops-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ops-card:hover .ops-card-media img {
  transform: scale(1.04);
}

.ops-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 55%);
  pointer-events: none;
}

.ops-card-num {
  position: absolute;
  left: 1.25rem;
  bottom: 1rem;
  z-index: 2;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.35);
}

.ops-card-body {
  padding: 1.75rem 2rem 2rem;
}

.feature-photo-card {
  background: #000;
}

.feature-photo-card-img {
  height: 200px;
  overflow: hidden;
}

.feature-photo-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-photo-card-body {
  padding: 2rem 2.5rem 2.5rem;
}

/* —— Mobile / phone —— */
@media (max-width: 768px) {
  .parallax-section {
    background-attachment: scroll !important;
  }

  .ops-card-media {
    height: 180px;
  }

  .ops-card-body {
    padding: 1.25rem 1.25rem 1.5rem;
  }

  .feature-photo-card-body {
    padding: 1.25rem 1.25rem 1.5rem;
  }

  .feature-photo-card-img {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .site-logo-img {
    width: 36px;
  }

  .hero-section h1 {
    font-size: 2rem !important;
    line-height: 1.15 !important;
  }

  .ops-card-num {
    font-size: 2.25rem;
  }

  .stat-block h3 {
    font-size: 2rem !important;
  }
}

.footer-social a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: #fff;
}


