/* =========================================================
   SALT & PEPPER FUSION — Responsive
   ========================================================= */

/* Large TVs / Ultra-wide */
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }

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

  .section-title {
    font-size: 4rem;
  }
}

/* Laptops */
@media (max-width: 1199.98px) {
  .cuisine-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .package-card.featured {
    transform: none;
  }

  .package-card.featured:hover {
    transform: translateY(-8px);
  }

  .process-timeline {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .process-track {
    display: none;
  }

  .process-step {
    flex: 0 0 calc(33.333% - 2rem);
  }
}

/* Tablets */
@media (max-width: 991.98px) {
  :root {
    --nav-h: 72px;
  }

  .navbar {
    height: auto;
    min-height: var(--nav-h);
    padding: 0.5rem 0;
  }

  .navbar.scrolled {
    height: auto;
  }

  .navbar-collapse {
    background: rgba(250, 247, 242, 0.98);
    backdrop-filter: blur(20px);
    margin-top: 0.75rem;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lift);
  }

  .navbar-nav .nav-link {
    color: var(--olive) !important;
    padding: 0.75rem 0 !important;
    text-align: center;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: var(--gold) !important;
  }

  .nav-cta {
    margin: 1rem auto 0;
    display: flex;
    width: fit-content;
  }

  .navbar:not(.scrolled) .nav-cta {
    background: linear-gradient(135deg, var(--gold), var(--gold-champagne));
    border-color: transparent;
    color: var(--olive-deep);
  }

  .toggler-icon {
    background: var(--ivory);
  }

  .navbar:not(.scrolled) .navbar-toggler .toggler-icon {
    background: var(--ivory);
  }

  /* When mobile menu open on transparent nav, keep toggler visible */
  .navbar.show-menu .toggler-icon,
  .navbar.scrolled .toggler-icon {
    background: var(--olive);
  }

  .about-img-main {
    height: 380px;
  }

  .about-badge {
    left: 0;
  }

  .counters-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding-left: 0;
  }

  .timeline-dot {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .timeline-item:nth-child(odd) .timeline-year,
  .timeline-item:nth-child(even) .timeline-year,
  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    grid-column: 2;
    text-align: left;
  }

  .timeline-year {
    grid-row: 1;
  }

  .timeline-content {
    grid-row: 2;
  }

  .process-step {
    flex: 0 0 calc(50% - 1rem);
  }

  /* Disable custom cursor on touch devices conceptually handled in JS,
     but hide visually on smaller screens */
  .cursor,
  .cursor-follower {
    display: none !important;
  }

  body.has-custom-cursor,
  body.has-custom-cursor a,
  body.has-custom-cursor button {
    cursor: auto;
  }
}

/* Mobile landscape / small tablets */
@media (max-width: 767.98px) {
  :root {
    --section-pad: 4rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-content {
    margin-top: 3rem;
  }

  .hero-brand {
    width: 120px;
    margin-bottom: 1.25rem;
  }

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

  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .hero-ctas .btn {
    width: 100%;
    max-width: 280px;
  }

  .scroll-indicator {
    bottom: 1.5rem;
  }

  .cuisine-masonry,
  .gallery-masonry {
    grid-template-columns: 1fr;
  }

  .about-image-stack {
    padding: 0 0 1.5rem;
    margin-bottom: 2rem;
  }

  .about-img-float {
    width: 40%;
    height: 160px;
    border-width: 4px;
  }

  .about-pillars {
    gap: 1.25rem;
  }

  .counters-row {
    padding: 2rem 1rem;
    gap: 1.5rem;
  }

  .counter-item .counter-num,
  .counter-item .counter-suffix {
    font-size: 2.2rem;
  }

  .package-toggle {
    width: 100%;
  }

  .toggle-btn {
    flex: 1;
    text-align: center;
    padding: 0.7rem 1rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
  }

  .enquiry-form {
    padding: 1.75rem 1.25rem;
  }

  .testimonial-card {
    padding: 1.75rem;
  }

  .testimonials-swiper .swiper-button-prev,
  .testimonials-swiper .swiper-button-next {
    display: none;
  }

  .process-step {
    flex: 0 0 100%;
    max-width: 280px;
  }

  .footer-top {
    padding: 3.5rem 0 2rem;
  }

  .footer-cta-inner {
    margin-top: 0;
    padding: 2rem 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .prefooter-cta {
    padding-bottom: 2.5rem;
  }

  .prefooter-cta-inner {
    padding: 2rem 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .footer-cta-copy h2,
  .footer-cta-copy p {
    max-width: none;
  }

  .footer-cta-actions {
    justify-content: center;
    width: 100%;
  }

  .footer-cta-actions .btn {
    flex: 1;
    min-width: 140px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .insta-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .back-to-top {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 42px;
    height: 42px;
  }

  .lightbox-prev {
    left: 0.5rem;
  }

  .lightbox-next {
    right: 0.5rem;
  }

  .gallery-filters {
    gap: 0.4rem;
  }

  .filter-btn {
    padding: 0.45rem 1rem;
    font-size: 0.7rem;
  }
}

/* Small phones */
@media (max-width: 575.98px) {
  .section-title {
    font-size: 2rem;
  }

  .about-img-main {
    height: 300px;
  }

  .about-badge {
    padding: 0.9rem 1rem;
  }

  .badge-num {
    font-size: 1.8rem;
  }

  .why-card {
    padding: 1.5rem 1rem;
  }

  .station-info h3 {
    font-size: 0.95rem;
  }

  .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 1.3rem;
  }

  .map-placeholder {
    padding: 2rem 1rem;
  }

  .svg-divider svg {
    height: 40px;
  }
}

/* Print */
@media print {
  .loader,
  .cursor,
  .cursor-follower,
  .scroll-progress,
  .navbar,
  .back-to-top,
  .floating-leaf,
  .scroll-indicator {
    display: none !important;
  }

  .hero {
    height: auto;
    min-height: auto;
    padding: 3rem 0;
  }

  body {
    background: white;
    color: black;
  }
}
