/* ========================================
   NAVIGATION BAR TYPOGRAPHY
   Professional typography for header/navigation
   ======================================== */

/* ========================================
   1. HERO SUBTITLE (Top Tagline)
   ======================================== */

.hero-subtitle-modern,
.hero-tagline {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.7 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.6 !important;
}

/* ========================================
   2. NAVIGATION MENU ITEMS
   ======================================== */

/* Desktop Navigation Links */
.nav-link,
.desktop-nav .nav-link {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  display: flex !important;
  align-items: center !important;
  /* Vertical centering is handled by flexbox align-items: center */
}

/* Navigation Links Spacing */
.nav-links {
  gap: 24px !important;
  display: flex !important;
  align-items: center !important;
  list-style: none !important;
}

.nav-links li {
  display: flex !important;
  align-items: center !important;
}

/* Ensure icons don't interfere with text sizing */
.nav-link i {
  font-size: 15px !important;
  flex-shrink: 0 !important;
}

.nav-link span {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* ========================================
   3. "BOOK NOW" BUTTON TYPOGRAPHY
   ======================================== */

.btn-cta,
.header-book-btn,
.nav-btn-book {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  padding: clamp(12px, 1.2vw, 14px) clamp(22px, 2.4vw, 26px) !important;
  text-transform: none !important;
  border-radius: 18px !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

/* Compact header "Book Now" button (desktop) */
.nav-links .nav-btn-book {
  font-size: 14px !important;
  padding: 9px 16px !important;
  border-radius: 14px !important;
  letter-spacing: 0.1px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.nav-links .nav-btn-book span {
  font-size: 14px !important;
}

.nav-links .nav-btn-book i {
  font-size: 14px !important;
}

.btn-cta span,
.header-book-btn span,
.nav-btn-book span {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
}

/* Icon sizing for button */
.btn-cta i,
.header-book-btn i,
.nav-btn-book i {
  font-size: 16px !important;
}

/* ========================================
   4. LANGUAGE SELECTOR "EN"
   ======================================== */

.current-lang {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.current-lang span {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Language dropdown options */
.lang-option {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.lang-option span {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
}

/* ========================================
   5. MOBILE NAVIGATION TYPOGRAPHY
   ======================================== */

/* Mobile Navigation Links */
.mobile-nav-link {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.mobile-nav-link span {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* Mobile CTA Button */
.mobile-cta {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* Mobile Language Title */
.mobile-lang-title {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* ========================================
   6. LOGO TEXT (if applicable)
   ======================================== */

.logo-text {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 700 !important;
}

/* ========================================
   7. MENU.CSS OVERRIDES
   ======================================== */

/* Override menu.css navigation link styles */
html body .site-header .nav-link {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

/* Override menu.css Book Now button */
html body .site-header .header-book-btn {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  padding: 14px 28px !important;
  text-transform: none !important;
}

/* Override menu.css language switcher */
html body .site-header .current-lang {
  font-family: 'Inter', 'InterVariable', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* ========================================
   8. VERTICAL ALIGNMENT FIXES
   ======================================== */

/* Ensure perfect vertical centering */
.site-header .header-container,
.header-container {
  display: flex !important;
  align-items: center !important;
}

.desktop-nav {
  display: flex !important;
  align-items: center !important;
}

.nav-links {
  display: flex !important;
  align-items: center !important;
}

.nav-item {
  display: flex !important;
  align-items: center !important;
}

.language-switcher {
  display: flex !important;
  align-items: center !important;
}

/* ========================================
   9. RESPONSIVE TYPOGRAPHY
   ======================================== */

/* Tablet adjustments */
@media (max-width: 992px) {
  .mobile-nav-link {
    font-size: 16px !important;
  }

  .mobile-lang-title {
    font-size: 14px !important;
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .hero-subtitle-modern,
  .hero-tagline {
    font-size: 13px !important;
  }

  .mobile-nav-link {
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {
  .hero-subtitle-modern,
  .hero-tagline {
    font-size: 12px !important;
  }

  .mobile-nav-link {
    font-size: 14px !important;
  }
}

/* ========================================
   10. ACCESSIBILITY
   ======================================== */

/* Ensure proper font rendering */
.nav-link,
.btn-cta,
.current-lang,
.mobile-nav-link {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* Focus states with Inter font */
.nav-link:focus,
.btn-cta:focus,
.current-lang:focus,
.mobile-nav-link:focus {
  outline: 2px solid var(--primary-color, #f7b731) !important;
  outline-offset: 2px !important;
}

/* ========================================
   11. PRINT STYLES
   ======================================== */

@media print {
  .nav-link,
  .btn-cta,
  .current-lang {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 12pt !important;
  }
}
