/* ==========================================================================
   VIVAHUB — RESPONSIVE STYLESHEET
   (css/responsive.css)
   ========================================================================== */

/* Large Desktop (1440px and below) */
@media (max-width: 1440px) {
  .hero-title {
    font-size: 3.8rem;
  }
  .section-heading {
    font-size: 2.5rem;
  }
}

/* Medium Desktop / Laptop (1200px and below) */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3.2rem;
  }
  .hero-description {
    font-size: 1.1rem;
  }
  .search-card-glass {
    padding: 1.5rem 1.8rem;
  }
  .search-field-box {
    padding: 0.75rem 0.9rem;
  }
  .destination-card {
    height: 340px;
  }
  .collection-card-editorial {
    height: 360px;
  }
  .steps-timeline-line {
    display: none;
  }
}

/* Tablet Landscape (992px and below) */
@media (max-width: 992px) {
  .navbar-vivahub {
    top: 0;
    background: rgba(253, 251, 247, 0.98);
    backdrop-filter: blur(10px);
    padding: 0.8rem 0;
    box-shadow: var(--shadow-sm);
  }
  
  .navbar-vivahub .brand-text {
    color: var(--wine-primary);
  }

  .nav-link-vivahub {
    color: var(--charcoal) !important;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--border-subtle);
  }

  .navbar-collapse {
    background: #fff;
    padding: 1.5rem;
    border-radius: 16px;
    margin-top: 0.8rem;
    box-shadow: var(--shadow-lg);
  }

  .hero-section {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .hero-title {
    font-size: 2.75rem;
  }

  .hero-search-wrapper {
    margin-top: 2rem;
  }

  .feature-split-content {
    padding: 4rem 2rem;
  }

  .intro-img-frame img {
    height: 400px;
  }

  .spotlight-section {
    padding: 5rem 0;
  }

  .testimonial-card-luxury {
    padding: 2rem;
  }

  .testimonial-quote {
    font-size: 1.2rem;
  }

  .floating-whatsapp-btn span,
  .floating-callback-btn span {
    display: none;
  }

  .floating-whatsapp-btn,
  .floating-callback-btn {
    padding: 0.8rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    justify-content: center;
  }
}

/* Tablet Portrait & Mobile (768px and below) */
@media (max-width: 768px) {
  .announcement-bar {
    font-size: 0.78rem;
    text-align: center;
  }

  .announcement-bar .text-end {
    text-align: center !important;
    margin-top: 0.2rem;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-trust-pills {
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
  }

  .section-heading {
    font-size: 2.1rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .intro-badge-overlay {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 1.2rem;
    text-align: center;
  }

  .destination-card {
    height: 280px;
  }

  .collection-card-editorial {
    height: 300px;
  }

  .why-card {
    padding: 1.8rem 1.2rem;
  }

  .expert-card-frame img {
    height: 350px;
  }

  .final-cta-section {
    padding: 5rem 0;
  }

  .footer-vivahub {
    padding-top: 3.5rem;
  }

  .footer-column {
    margin-bottom: 2rem;
  }
}

/* Small Mobile (430px and below) */
@media (max-width: 430px) {
  .hero-title {
    font-size: 1.85rem;
  }

  .hero-badge {
    font-size: 0.7rem;
    letter-spacing: 1px;
  }

  .search-card-glass {
    padding: 1.2rem 1rem;
    border-radius: 18px;
  }

  .btn-gold, .btn-wine, .btn-outline-gold {
    width: 100%;
    padding: 0.85rem 1.2rem;
    font-size: 0.9rem;
  }

  .stat-item {
    padding: 1rem 0.5rem;
  }

  .stat-number {
    font-size: 2.1rem;
  }

  .gallery-grid-item {
    height: 200px;
  }
}
