/* --- RESPONSIVE DESIGN --- */
@media (max-width: 968px) {
  .nav-links {
    display: none !important;
  }

  .menu-toggle {
    display: block;
  }

  header .btn-book {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .about-section {
    flex-direction: column;
    padding: 3rem 5% !important;
    gap: 2rem;
  }

  .about-image {
    flex: 0 0 100%;
  }

  .about-text {
    flex: 0 0 100%;
    padding-left: 0;
    text-align: center;
  }

  .about-text ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-text ul li {
    text-align: left;
  }

  .about-image img {
    max-width: 350px;
    height: auto;
    box-shadow: 12px 12px 0 var(--primary-gold);
  }

  header {
    padding: 1rem 4%;
  }

  header.scrolled {
    padding: 0.8rem 4%;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }

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

  .logo {
    font-size: 1.3rem;
    letter-spacing: 1.5px;
  }

  .mobile-nav {
    width: 100%;
    right: -100%;
  }

  .about-image img {
    max-width: 280px;
    height: auto;
    box-shadow: 10px 10px 0 var(--primary-gold);
  }

  .about-section {
    padding: 2.5rem 5% !important;
  }

  .about-text h3 {
    font-size: 1.6rem;
  }

  .about-text p,
  .about-text ul {
    font-size: 0.95rem;
  }
}
