/* ========================================
   RESPONSIVE DESIGN - MOBILE FIRST
======================================== */

/* Extra Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .section-padding {
        padding: 100px 0;
    }
    
    .hero-section h1 {
        font-size: 3rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
    
    .hero-section h1 {
        font-size: 2.64rem;
    }
    
    .navbar-brand {
        font-size: 1.43rem !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        text-align: center;
        padding-top: 120px;
    }
    
    .hero-section h1 {
        font-size: 2.28rem;
        margin-bottom: 1rem;
    }
    
    .hero-section h2 {
        font-size: 1.44rem;
    }
    
    .navbar-collapse {
        background: var(--white);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 10px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }
    
    .navbar-nav .nav-link {
        margin: 0.25rem 0;
        text-align: center;
    }
    
    .contact-form {
        margin-bottom: 2rem;
    }
    
    .team-member {
        margin-bottom: 2rem;
    }
    
    .process-step, .timeline-item {
        margin-bottom: 2rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    .container {
        max-width: 540px;
        padding: 0 20px;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 80vh;
        padding-top: 100px;
    }
    
    .hero-section h1 {
        font-size: 1.82rem;
        line-height: 1.3;
    }
    
    .hero-section h2 {
        font-size: 1.30rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    h2 {
        font-size: 1.61rem;
    }
    
    h3 {
        font-size: 1.35rem;
    }
    
    h4 {
        font-size: 1.24rem;
    }
    
    .feature-card, .service-card, .price-card,
    .review-card, .case-study-card, .blog-card,
    .faq-card, .career-card, .info-card,
    .specialty-card, .seasonal-card, .dietary-card,
    .decoration-card, .addon-card, .service-item,
    .consultation-item, .delivery-item, .care-item,
    .support-item, .feature-item {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.25rem !important;
    }
    
    .feature-icon, .info-icon {
        font-size: 2.51rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.24rem;
    }
    
    .team-photo {
        width: 100px;
        height: 100px;
    }
    
    .price-tag {
        font-size: 1.61rem;
        padding: 0.75rem;
    }
    
    .price-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }
    
    .gallery-image {
        height: 200px;
        margin-bottom: 1rem;
    }
    
    .contact-info {
        margin-top: 2rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .contact-item i {
        margin-right: 0;
        margin-bottom: 0.72rem;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer .row > div {
        margin-bottom: 2rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .section-padding {
        padding: 40px 0;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 70vh;
        padding-top: 80px;
    }
    
    .hero-section h1 {
        font-size: 1.59rem;
        line-height: 1.2;
    }
    
    .hero-section h2 {
        font-size: 1rem;
    }
    
    .hero-section p {
        font-size: 1.03rem;
    }
    
    h2 {
        font-size: 1.50rem;
    }
    
    h3 {
        font-size: 1.15rem;
    }
    
    h4 {
        font-size: 1rem;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.22rem !important;
    }
    
    .feature-card, .service-card, .price-card,
    .review-card, .case-study-card, .blog-card,
    .faq-card, .career-card, .info-card,
    .specialty-card, .seasonal-card, .dietary-card,
    .decoration-card, .addon-card, .service-item,
    .consultation-item, .delivery-item, .care-item,
    .support-item, .feature-item {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .btn-primary {
        padding: 0.6rem 1.5rem;
        font-size: 1.02rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .contact-info {
        padding: 1.5rem;
    }
    
    .form-control {
        padding: 0.6rem 0.8rem;
    }
    
    .feature-icon, .info-icon {
        font-size: 2rem;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .team-photo {
        width: 80px;
        height: 80px;
    }
    
    .price-tag {
        font-size: 1.40rem;
        padding: 0.6rem;
    }
    
    .gallery-image {
        height: 150px;
    }
    
    .timeline-year {
        font-size: 0.94rem;
        padding: 0.4rem 0.8rem;
    }
    
    .stars {
        font-size: 1rem;
    }
    
    .breadcrumb-container {
        height: 40px;
    }
    
    .breadcrumb-image {
        height: 40px;
    }
    
    #space {
        min-height: 60vh;
    }
}

/* ========================================
   PRINT STYLES
======================================== */
@media print {
    .navbar, .footer, .btn, .contact-form {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
    }
    
    .section-padding {
        padding: 20pt 0;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        background: none !important;
        color: #000 !important;
    }
    
    .hero-section h1, .hero-section h2, .hero-section p {
        color: #000 !important;
    }
}

/* ========================================
   ACCESSIBILITY IMPROVEMENTS
======================================== */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    :root {
        --primary-pink: #cb2324;
        --primary-peach: #ff6400;
        --primary-mint: #12760a;
        --primary-lavender: #620786;
        --dark-gray: #000000;
        --medium-gray: #464545;
    }
    
    .feature-card, .service-card, .price-card,
    .review-card, .case-study-card, .blog-card,
    .faq-card, .career-card, .info-card {
        border: 2px solid #000;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    /* Dark mode styles would go here if needed */
    /* Currently maintaining light theme as requested */
} 