/* ==========================================================================
   BLOOM STUDIO - RESPONSIVE BREAKPOINTS (ART-DIRECTED EDITORIAL MOBILE)
   ========================================================================== */

/* Nav Actions Container */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  flex-shrink: 0;
}

/* Extra Large Screens to Medium Laptops (Max 1400px) */
@media (max-width: 1400px) {
  .nav-container {
    gap: 1rem;
    padding: 0 1.5rem;
  }
  .nav-links {
    gap: 1.15rem;
  }
  .nav-links a {
    font-size: 0.825rem;
  }
  .nav-cta-btn {
    padding: 0.7rem 1.25rem;
    font-size: 0.84rem;
  }
}

/* Medium Laptops & Small Desktops (Max 1240px) */
@media (max-width: 1240px) {
  .nav-links {
    gap: 0.85rem;
  }
  .nav-links a {
    font-size: 0.8rem;
  }
  .logo-text {
    font-size: 1.5rem;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet & Mobile Switch Point (Max 1100px) */
@media (max-width: 1100px) {
  .nav-links {
    display: none !important;
  }

  .nav-cta-btn {
    display: none !important;
  }

  .mobile-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    background-color: var(--bg-card);
    border: 1px solid var(--border-light);
    color: var(--sage-dark);
    margin-left: auto;
    cursor: pointer;
  }

  .hero-bg-layered {
    width: 100%;
    opacity: 1;
  }

  .hero-bg-overlay {
    background: linear-gradient(
      180deg,
      rgba(250, 247, 242, 0.75) 0%,
      rgba(250, 247, 242, 0.50) 45%,
      rgba(250, 247, 242, 0.78) 100%
    );
  }

  .about-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-content {
    max-width: 100%;
  }

  .why-grid, .instructors-grid, .testimonials-grid, .first-visit-grid, .massage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

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

/* Mobile Devices & Small Tablets (Max 768px) */
@media (max-width: 768px) {
  .navbar {
    padding: 0.65rem 0;
  }

  .nav-container {
    padding: 0 1rem;
  }

  .logo-text {
    font-size: 1.3rem;
  }

  .logo-tag {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
  }

  .nav-logo-badge {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .section-padding {
    padding: 3rem 0;
  }

  /* Art-directed Mobile Hero */
  .hero {
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 45px;
  }

  .hero-bg-layered {
    width: 100%;
    opacity: 1;
  }

  .hero-bg-layered img {
    object-position: center 25%;
  }

  .hero-bg-overlay {
    background: linear-gradient(
      180deg,
      rgba(250, 247, 242, 0.78) 0%,
      rgba(250, 247, 242, 0.55) 40%,
      rgba(250, 247, 242, 0.82) 100%
    );
  }

  .hero-content {
    text-align: center;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .hero-title {
    font-size: clamp(2rem, 6.2vw, 3rem);
  }

  .hero-subtitle {
    font-size: 0.975rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-trust-list {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding-top: 1.25rem;
  }

  .why-grid, .instructors-grid, .testimonials-grid, .first-visit-grid, .pricing-grid, .massage-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-grid-dynamic {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

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

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

  .about-philosophy-list {
    grid-template-columns: 1fr;
  }

  .price-lock-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
  }

  .pricing-table {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .pricing-table-card {
    padding: 1.25rem 0.85rem;
  }

  .pricing-table-card .price {
    font-size: 1.9rem;
  }

  .pricing-tabs {
    gap: 0.4rem;
    margin-bottom: 1.75rem;
  }

  .pricing-tab {
    padding: 0.55rem 1.15rem;
    font-size: 0.8rem;
  }

  .booking-section {
    padding: 1.75rem 1rem;
  }

  .booking-services-grid, .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .booking-wizard-steps {
    gap: 0.5rem;
  }

  .step-label {
    display: none;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 0.75rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.85rem;
    text-align: center;
  }
}

/* Small Phones (Max 480px) */
@media (max-width: 480px) {
  .logo-text {
    font-size: 1.15rem;
  }

  .logo-tag {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .nav-logo-badge {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid-dynamic {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 1.5rem 1rem;
  }

  .modal-container {
    padding: 1.5rem 1rem;
    width: 95%;
  }

  .pricing-table {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }

  .pricing-table-card {
    padding: 1.15rem 0.65rem;
  }

  .pricing-table-card .sessions {
    font-size: 0.88rem;
  }

  .pricing-table-card .price {
    font-size: 1.65rem;
  }

  .pricing-table-card .btn-sm {
    padding: 0.5rem 0.85rem;
    font-size: 0.8rem;
  }
}
