/* Mobile First Responsive Design */

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: 1.8rem;
    padding-top: 175px;
}
    
    .hero-section h2 {
        font-size: 1.2rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    section h2 {
        font-size: 1.6rem;
    }
    
    section h3 {
        font-size: 1rem;
    }
    
    .service-card .card-title {
        font-size: 1.1rem;
    }
    
    .price-card .price {
        font-size: 1.6rem;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    .feature-card,
    .feature-item {
        padding: 1.5rem 1rem;
    }
    
    .btn-primary {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    /* Disable animations on mobile for better performance */
    @media (prefers-reduced-motion: no-preference) {
        .feature-card:hover,
        .service-card:hover,
        .review-card:hover,
        .timeline-item:hover,
        .philosophy-item:hover,
        .venue-item:hover,
        .award-item:hover,
        .vision-item:hover,
        .cocktail-item:hover,
        .step-item:hover,
        .event-type:hover,
        .ingredient-item:hover,
        .benefit-item:hover {
            transform: none;
        }
        
        #gallery img:hover {
            transform: none;
        }
    }
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2rem;
    padding-top: 175px;
}
    
    .hero-section h2 {
        font-size: 1.3rem;
    }
    
    section h2 {
        font-size: 1.8rem;
    }
    
    .service-card .card-title {
        font-size: 1.2rem;
    }
    
    .price-card .price {
        font-size: 1.8rem;
    }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section h1 {
        font-size: 2.2rem;
    padding-top: 175px;
}
    
    .hero-section h2 {
        font-size: 1.4rem;
    }
    
    section h2 {
        font-size: 1.9rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
    
    .price-card.featured {
        transform: none;
        margin-top: 0;
    }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section {
        padding-top: 100px;
    }
    
    .container {
        max-width: 960px;
    }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-section {
        padding-top: 120px;
    }
    
    .hero-section h1 {
        font-size: 3rem;
    padding-top: 175px;
}
    
    .hero-section h2 {
        font-size: 1.6rem;
    }
    
    section h2 {
        font-size: 2.2rem;
    }
    
    .feature-card,
    .feature-item {
        padding: 2.5rem 1.5rem;
    }
}

/* Landscape Orientation Adjustments */
@media (orientation: landscape) and (max-height: 500px) {
    .hero-section {
        min-height: auto;
        padding: 100px 0 50px;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    padding-top: 175px;
}
    
    .hero-section h2 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-section p {
        font-size: 0.95rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .service-card .card-img-top,
    .team-member img,
    #gallery img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print Styles */
@media print {
    .navbar,
    #footer,
    .breadcrumb-section {
        display: none;
    }
    
    .hero-section {
        min-height: auto;
        padding: 20px 0;
    }
    
    section {
        page-break-inside: avoid;
        margin-bottom: 30px;
    }
    
    .service-card,
    .price-card,
    .review-card,
    .faq-card {
        border: 1px solid #ccc;
        page-break-inside: avoid;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    .hero-section,
    .feature-card,
    .service-card,
    .price-card,
    .review-card,
    .btn-primary,
    #gallery img,
    .timeline-item,
    .philosophy-item,
    .venue-item,
    .award-item,
    .vision-item,
    .cocktail-item,
    .step-item,
    .event-type,
    .ingredient-item,
    .benefit-item {
        transition: none;
    }
    
    .price-card.featured {
        transform: none;
    }
}

/* Focus Styles for Better Accessibility */
.btn:focus,
.form-control:focus,
.nav-link:focus {
    outline: 2px solid var(--secondary-color);
    outline-offset: 2px;
}

/* Container Adjustments for Better Spacing */
@media (max-width: 575.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    section {
        padding: 3rem 0;
    }
}

@media (min-width: 576px) {
    section {
        padding: 4rem 0;
    }
}

@media (min-width: 768px) {
    section {
        padding: 5rem 0;
    }
}

/* Gallery Responsive Grid */
@media (max-width: 575.98px) {
    #gallery .col-lg-3 {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #gallery .col-lg-3 {
        margin-bottom: 0.75rem;
    }
}

/* Team Section Responsive Layout */
@media (max-width: 575.98px) {
    .team-member {
        margin-bottom: 2rem;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .team-member {
        margin-bottom: 1.5rem;
    }
}

/* Contact Form Responsive Adjustments */
@media (max-width: 767.98px) {
    .contact-info {
        margin-bottom: 2rem;
        text-align: center;
    }
}

/* Services Grid Responsive Behavior */
@media (max-width: 767.98px) {
    .service-card {
        margin-bottom: 2rem;
    }
}

/* FAQ Section Mobile Optimization */
@media (max-width: 575.98px) {
    .faq-card {
        margin-bottom: 1rem;
    }
    
    .faq-card .card-body {
        padding: 1rem;
    overflow-x: hidden;
}
}

/* Additional Page Elements Responsive */
@media (max-width: 575.98px) {
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .timeline-item,
    .philosophy-item,
    .venue-item,
    .award-item,
    .vision-item,
    .cocktail-item,
    .step-item,
    .event-type,
    .ingredient-item,
    .benefit-item {
        padding: 1rem;
    }
} 