/* Responsive Design - Urban Soundscape Studio */

/* Large Devices (Desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-content h1 {
    font-size: 3.5rem;
  }
  
  .section-title h2 {
    font-size: 3rem;
  }
}

/* Medium Devices (Tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .section-title h2 {
    font-size: 2.2rem;
  }
  
  .service-item {
    margin-bottom: 2rem;
  }
  
  .team-member img {
    width: 150px;
    height: 150px;
  }
  
  .process-item .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
}

/* Small Devices (Phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .hero {
    min-height: 70vh;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .hero-content p {
    font-size: 1rem;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .section-title p {
    font-size: 1rem;
  }
  
  .feature-item {
    padding: 1.5rem;
  }
  
  .feature-item i {
    font-size: 2.5rem;
  }
  
  .service-item {
    padding: 1.5rem;
  }
  
  .service-item img {
    height: 150px;
  }
  
  .price-item {
    padding: 2rem;
  }
  
  .price-item .price {
    font-size: 2.5rem;
  }
  
  .team-member img {
    width: 120px;
    height: 120px;
  }
  
  .process-item .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .additional-item {
    padding: 1.5rem;
  }
}

/* Extra Small Devices (Phones, less than 576px) */
@media (max-width: 575px) {
  .hero {
    min-height: 60vh;
    padding: 2rem 0;
  }
  
  .hero-content h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  
  .hero-content p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .section-title p {
    font-size: 0.9rem;
  }
  
  /* Navigation */
  .navbar {
    padding: 0.5rem 0;
  }
  
  .navbar-brand {
    font-size: 1.3rem;
  }
  
  .navbar-nav .nav-link {
    font-size: 0.9rem;
    margin: 0.2rem 0;
  }
  
  /* Feature Items */
  .feature-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .feature-item i {
    font-size: 2rem;
  }
  
  .feature-item h4 {
    font-size: 1.2rem;
  }
  
  /* Service Items */
  .service-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .service-item img {
    height: 120px;
  }
  
  .service-item h3 {
    font-size: 1.3rem;
  }
  
  .service-item .price {
    font-size: 1.5rem;
  }
  
  /* Price Items */
  .price-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .price-item .price {
    font-size: 2rem;
  }
  
  .price-item h3 {
    font-size: 1.3rem;
  }
  
  /* Team Members */
  .team-member {
    margin-bottom: 1.5rem;
  }
  
  .team-member img {
    width: 100px;
    height: 100px;
  }
  
  .team-member h4 {
    font-size: 1.2rem;
  }
  
  /* Review Items */
  .review-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .review-item p {
    font-size: 0.9rem;
  }
  
  /* Case Study Items */
  .casestudy-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .casestudy-item h4 {
    font-size: 1.2rem;
  }
  
  /* Process Items */
  .process-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .process-item .step-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .process-item h4 {
    font-size: 1.2rem;
  }
  
  /* Timeline Items */
  .timeline-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .timeline-item h4 {
    font-size: 1.2rem;
  }
  
  /* Career Items */
  .career-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .career-item h4 {
    font-size: 1.2rem;
  }
  
  /* Core Info Items */
  .coreinfo-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .coreinfo-item i {
    font-size: 2rem;
  }
  
  .coreinfo-item h4 {
    font-size: 1.2rem;
  }
  
  /* Contact Section */
  .contact-form {
    padding: 1rem;
  }
  
  .contact-form .form-control {
    padding: 0.8rem;
    font-size: 0.9rem;
  }
  
  .contact-form .btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .contact-info {
    margin-top: 2rem;
  }
  
  .contact-info p {
    font-size: 0.9rem;
  }
  
  /* Blog Items */
  .blog-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .blog-item h4 {
    font-size: 1.2rem;
  }
  
  .blog-item p {
    font-size: 0.9rem;
  }
  
  /* FAQ Items */
  .faq-item {
    margin-bottom: 0.5rem;
  }
  
  .faq-question {
    padding: 1rem;
    font-size: 0.9rem;
  }
  
  .faq-answer {
    padding: 1rem;
    font-size: 0.9rem;
  }
  
  /* Gallery Items */
  .gallery-item {
    margin-bottom: 1.5rem;
  }
  
  .gallery-item img {
    height: 150px;
  }
  
  /* Footer */
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer h5 {
    font-size: 1.2rem;
  }
  
  .footer p {
    font-size: 0.9rem;
  }
  
  /* Additional Pages */
  .additional-section {
    padding: 2rem 0;
  }
  
  .additional-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .additional-item h4 {
    font-size: 1.2rem;
  }
  
  .additional-item p {
    font-size: 0.9rem;
  }
  
  /* Space Page */
  #space {
    min-height: 60vh;
    font-size: 1.5rem;
  }
  
  /* Breadcrumb */
  .breadcrumb {
    padding: 1rem 0;
  }
  
  .breadcrumb-item img {
    width: 25px;
    height: 25px;
  }
}

/* Landscape Phones */
@media (max-width: 767px) and (orientation: landscape) {
  .hero {
    min-height: 50vh;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  #space {
    min-height: 40vh;
  }
}

/* Print Styles */
@media print {
  * {
    background: white !important;
    color: black !important;
  }
  
  .navbar,
  .footer,
  .contact-form,
  .btn {
    display: none !important;
  }
  
  .hero {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .section {
    padding: 1rem 0;
  }
  
  .service-item,
  .price-item,
  .review-item,
  .casestudy-item,
  .blog-item,
  .faq-item,
  .gallery-item,
  .additional-item {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-content h1 {
    text-rendering: optimizeLegibility;
  }
  
  .section-title h2 {
    text-rendering: optimizeLegibility;
  }
  
  img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  .hero::before {
    animation: none !important;
  }
  
  .feature-item,
  .service-item,
  .price-item,
  .casestudy-item,
  .blog-item,
  .career-item,
  .additional-item {
    transition: none !important;
  }
  
  .gallery-item img {
    transition: none !important;
  }
  
  .animate-fadeInUp {
    animation: none !important;
  }
}

/* Dark Mode Support (Optional) */

/* Container Responsive Adjustments */
@media (max-width: 1199px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* Grid Adjustments for Small Screens */
@media (max-width: 767px) {
  .col-md-6,
  .col-md-4,
  .col-md-3 {
    margin-bottom: 1rem;
  }
  
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  
  .col-12,
  .col-sm-6,
  .col-md-4,
  .col-md-6,
  .col-lg-3,
  .col-lg-4,
  .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* Utility Classes for Responsive Design */
.text-center-mobile {
  text-align: center;
}

@media (min-width: 768px) {
  .text-center-mobile {
    text-align: left;
  }
}

.mb-mobile {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mb-mobile {
    margin-bottom: 0;
  }
}

.full-width-mobile {
  width: 100%;
}

@media (min-width: 768px) {
  .full-width-mobile {
    width: auto;
  }
}

/* Responsive Typography */
@media (max-width: 575px) {
  body {
    font-size: 0.9rem;
  }
  
  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
  
  h4 {
    font-size: 1.1rem;
  }
  
  h5 {
    font-size: 1rem;
  }
  
  h6 {
    font-size: 0.9rem;
  }
} 