/* ========== RESPONSIVE STYLES - WATER BOTTLE BRAND ========== */

/* ========== MOBILE FIRST (Default styles are mobile) ========== */

/* ========== TABLET STYLES (768px and up) ========== */
@media (min-width: 768px) {
  /* Typography scaling for tablets */
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.65rem;
  }
  
  .hero-content h1 {
    font-size: 3.54rem;
  }
  
  .hero-content p {
    font-size: 1.39rem;
  }
  
  /* Section padding adjustments */
  section {
    padding: 100px 0;
  }
  
  /* Header adjustments */
  .navbar-brand {
    font-size: 1.86rem;
  }
  
  /* Hero section improvements */
  #hero {
    padding-top: 100px;
  }
  
  /* Card improvements */
  .custom-card {
    padding: 30px;
  }
  
  /* Team photos */
  .team-photo {
    width: 250px;
    height: 250px;
  }
  
  /* Gallery improvements */
  #gallery .gallery-item img {
    height: 300px;
  }
}

/* ========== DESKTOP STYLES (992px and up) ========== */
@media (min-width: 992px) {
  /* Typography scaling for desktop */
  h1 {
    font-size: 3.57rem;
  }
  
  h2 {
    font-size: 3rem;
  }
  
  .hero-content h1 {
    font-size: 4rem;
  }
  
  .hero-content p {
    font-size: 1.50rem;
  }
  
  /* Section padding for desktop */
  section {
    padding: 120px 0;
  }
  
  /* Header improvements */
  .navbar-brand {
    font-size: 2rem;
  }
  
  .navbar-nav .nav-link {
    font-size: 1.14rem;
    margin: 0 17px;
  }
  
  /* Hero section for desktop */
  #hero {
    padding-top: 120px;
  }
  
  /* Enhanced hover effects for desktop */
  .custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  }
  
  /* Pricing card scaling */
  .pricing-card.featured {
    transform: scale(1.08);
  }
  
  /* Gallery improvements */
  #gallery .gallery-item img {
    height: 350px;
  }
  
  #gallery .gallery-item:hover img {
    transform: scale(1.08);
  }
}

/* ========== LARGE DESKTOP STYLES (1200px and up) ========== */
@media (min-width: 1200px) {
  /* Container max-width */
  .container {
    max-width: var(--container-max-width);
  }
  
  /* Typography for large screens */
  .hero-content h1 {
    font-size: 4.61rem;
  }
  
  .hero-content p {
    font-size: 1.65rem;
  }
  
  /* Enhanced spacing */
  section {
    padding: 140px 0;
  }
  
  /* Gallery grid improvements */
  #gallery .gallery-item img {
    height: 400px;
  }
}

/* ========== MOBILE SPECIFIC STYLES (767px and down) ========== */
@media (max-width: 767px) {
  /* Disable animations on mobile as per requirements */
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  
  /* Conservative font sizes for mobile */
  .navbar-brand {
    font-size: 1.35rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.80rem;
  }
  
  h3 {
    font-size: 1.42rem;
  }
  
  .hero-content h1 {
    font-size: 2.63rem;
  }
  
  .hero-content p {
    font-size: 1.25rem;
  }
  
  /* Mobile section padding */
  section {
    padding: 60px 0;
  }
  
  /* Mobile hero adjustments */
  #hero {
    min-height: 80vh;
    padding-top: 60px;
    text-align: center;
  }
  
  /* Mobile card adjustments */
  .custom-card {
    margin-bottom: 20px;
    padding: 20px;
  }
  
  /* Mobile team photos */
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  /* Mobile pricing adjustments */
  .pricing-card.featured {
    transform: none;
    border-width: 2px;
  }
  
  .price-tag {
    font-size: 2.63rem;
  }
  
  /* Mobile gallery */
  #gallery .gallery-item {
    margin-bottom: 20px;
  }
  
  #gallery .gallery-item img {
    height: 200px;
  }
  
  /* Mobile form adjustments */
  #contacts .form-control {
    padding: 12px;
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  /* Mobile footer */
  #footer {
    padding: 40px 0 20px;
    text-align: center;
  }
  
  /* Mobile FAQ */
  .faq-question,
  .faq-answer {
    padding: 15px;
  }
  
  /* Hide decorative elements on mobile */
  .hero-decorative {
    display: none;
  }
}

/* ========== SMALL MOBILE STYLES (480px and down) ========== */
@media (max-width: 480px) {
  /* Extra small mobile adjustments */
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .hero-content p {
    font-size: 1rem;
  }
  
  h1 {
    font-size: 1.94rem;
  }
  
  h2 {
    font-size: 1.51rem;
  }
  
  /* Tighter spacing for small screens */
  section {
    padding: 40px 0;
  }
  
  /* Smaller buttons on tiny screens */
  .btn-primary-custom,
  .btn-outline-custom {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  /* Compact cards */
  .custom-card {
    padding: 15px;
  }
  
  .card-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  /* Smaller team photos */
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  /* Compact pricing */
  .price-tag {
    font-size: 2rem;
  }
  
  /* Smaller gallery images */
  #gallery .gallery-item img {
    height: 180px;
  }
}

/* ========== PRINT STYLES ========== */
@media print {
  /* Hide non-essential elements for printing */
  #header,
  #footer,
  .btn,
  .hero-decorative {
    display: none !important;
  }
  
  /* Ensure good contrast for printing */
  body {
    color: #000 !important;
    background: #fff !important;
    overflow-x: hidden;
}
  
  /* Remove shadows and effects */
  .custom-card,
  .gallery-item {
    box-shadow: none !important;
    border: 1px solid #e1e1e1 !important;
  }
}

/* ========== HIGH CONTRAST MODE ========== */
@media (prefers-contrast: high) {
  /* Enhanced contrast for accessibility */
  body {
    color: #000;
  }
  
  .navbar-nav .nav-link {
    color: #000;
  }
  
  .custom-card {
    border: 2px solid #000;
  }
  
  .btn-primary-custom {
    background-color: #000;
    border-color: #000;
  }
  
  .btn-outline-custom {
    border-color: #000;
    color: #000;
  }
}

/* ========== DARK MODE SUPPORT ========== */