/* Responsive CSS for Upcycled Denim Accessories Store */
/* Mobile-first approach with Bootstrap 5 breakpoints */

/* Tablet Portrait (768px and up) */
@media (min-width: 768px) {
  .hero-section {
    padding: 6rem 0;
  }
  
  .section {
    padding: 6rem 0;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  .card-img-top {
    height: 220px;
  }
  
  .contact-form {
    padding: 4rem;
  }
  
  .process-number {
    width: 80px;
    height: 80px;
    font-size: 1.75rem;
  }
  
  .team-photo {
    width: 140px;
    height: 140px;
  }
}

/* Tablet Landscape (992px and up) */
@media (min-width: 992px) {
  .hero-section {
    padding: 8rem 0;
  }
  
  .section {
    padding: 7rem 0;
  }
  
  h1 {
    font-size: 2.75rem;
  }
  
  h2 {
    font-size: 2.25rem;
  }
  
  .card-img-top {
    height: 240px;
  }
  
  .hero-decorative {
    width: 300px;
    height: 300px;
  }
  
  .navbar-brand {
    font-size: 1.75rem !important;
  }
  
  .process-number {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
  
  .team-photo {
    width: 160px;
    height: 160px;
  }
}

/* Desktop (1200px and up) */
@media (min-width: 1200px) {
  .hero-section {
    padding: 10rem 0;
  }
  
  .section {
    padding: 8rem 0;
  }
  
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.5rem;
  }
  
  .card-img-top {
    height: 260px;
  }
  
  .hero-decorative {
    width: 400px;
    height: 400px;
  }
  
  .contact-form {
    padding: 5rem;
  }
  
  .service-card {
    padding: 3rem 2rem;
  }
  
  .team-photo {
    width: 180px;
    height: 180px;
  }
}

/* Large Desktop (1400px and up) */
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
  
  .hero-section {
    padding: 12rem 0;
  }
  
  .section {
    padding: 10rem 0;
  }
}

/* Mobile Specific Styles (up to 767px) */
@media (max-width: 767.98px) {
  /* NO SCROLL ANIMATIONS ON MOBILE */
  [data-sal] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  
  /* Mobile Typography */
  h1 {
    font-size: 1.875rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  .navbar-brand {
    font-size: 1.25rem !important;
  }
  
  /* Mobile Sections */
  .hero-section {
    min-height: 80vh;
    padding: 3rem 0;
    text-align: center;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  /* Mobile Cards */
  .card {
    margin-bottom: 1.5rem;
  }
  
  .card-img-top {
    height: 180px;
  }
  
  .card-body {
    padding: 1.25rem;
  }
  
  /* Mobile Service Cards */
  .service-card {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
  
  .service-price {
    font-size: 1.25rem;
  }
  
  /* Mobile Team */
  .team-card {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  /* Mobile Process */
  .process-step {
    padding: 1.5rem 0.5rem;
    margin-bottom: 1.5rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  /* Mobile Contact Form */
  .contact-form {
    padding: 2rem 1.5rem;
    margin: 1rem 0;
  }
  
  /* Mobile Footer */
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer .col-md-3,
  .footer .col-md-4 {
    margin-bottom: 2rem;
  }
  
  /* Mobile Gallery */
  .gallery-item {
    margin-bottom: 1rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  /* Mobile FAQ */
  .faq-item {
    padding: 1.25rem;
    margin-bottom: 1rem;
  }
  
  /* Mobile Navigation */
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-collapse {
    background-color: var(--cream-light);
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .nav-link {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--cream-dark);
  }
  
  .nav-link:last-child {
    border-bottom: none;
  }
  
  /* Mobile Buttons */
  .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .btn:last-child {
    margin-bottom: 0;
  }
  
  /* Mobile Hero Decorative */
  .hero-decorative {
    width: 150px;
    height: 150px;
    top: 10%;
    right: 5%;
  }
}

/* Small Mobile (up to 575px) */
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.375rem;
  }
  
  .hero-section {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .contact-form {
    padding: 1.5rem 1rem;
  }
  
  .card-body {
    padding: 1rem;
  }
  
  .service-card {
    padding: 1.25rem 0.75rem;
  }
  
  .hero-decorative {
    width: 100px;
    height: 100px;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .hero-decorative,
  .btn {
    display: none !important;
  }
  
  .hero-section {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .section {
    padding: 1rem 0;
    page-break-inside: avoid;
  }
  
  .card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  
  h1 { font-size: 18pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 14pt; }
  h4 { font-size: 12pt; }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  :root {
    --primary-denim: #1e40af;
    --primary-sage: #166534;
    --primary-cream: #ffffff;
    --primary-rust: #dc2626;
    --primary-charcoal: #000000;
  }
  
  .card {
    border: 2px solid var(--charcoal-dark);
  }
  
  .btn-primary {
    background-color: #1e40af;
    border-color: #1e40af;
  }
  
  .form-control {
    border: 2px solid var(--charcoal-dark);
  }
}

.hero-section h1 {
    padding-top: 200px;
}