/* ===========================================
   RESPONSIVE — All media queries
   =========================================== */

@media (max-width: 768px) {
    /* Header */
    .header { padding: 15px 0; }
    .header-content { position: relative; }
    .logo img { height: 50px; }
    .hamburger { display: flex; }

    .nav {
        position: fixed;
        top: 0; right: -100%;
        width: 70%; height: 100vh;
        background: rgba(26, 26, 26, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: right 0.3s ease-out;
        padding: 20px;
        border-left: 1px solid rgba(212, 175, 55, 0.3);
    }

    .nav.active { right: 0; }
    .nav-link { font-size: 20px; }
    .phone-desktop { display: none; }

    .phone-mobile {
        display: inline-block;
        color: #d4af37;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        border: 2px solid #d4af37;
        padding: 10px 20px;
        border-radius: 25px;
    }

    /* Hero */
    .hero { padding-top: 120px; padding-bottom: 60px; }
    .hero-logo-emblem { width: 220px; height: 220px; }
    .hero-logo-text { width: min(320px, 75vw); }
    .hero-logo { gap: 14px; margin-bottom: 28px; }
    .hero-subtitle { font-size: 16px; margin-bottom: 50px; }
    .subtitle-glass { padding: 15px 25px; }
    .hero-buttons { flex-direction: column; margin-bottom: 40px; }
    .hero-decoration-right { right: -150px; }
    .hero-decoration-left { left: -150px; }
    .flower-decoration { height: 300px; }

    /* Page Hero */
    .page-hero { min-height: 100vh; }
    .page-hero .section-title { font-size: 30px; letter-spacing: 2px; }
    .page-hero-subtitle { font-size: 15px; }
    .page-hero-features { gap: 12px; }
    .page-hero-feature { font-size: 13px; padding: 6px 14px; }
    .page-hero-actions { flex-direction: column; align-items: center; }
    .breadcrumbs { top: 85px; }

    /* Components */
    .benefits-grid { grid-template-columns: 1fr; gap: 30px; }
    .services-grid { grid-template-columns: 1fr; gap: 30px; }
    .service-card { padding: 35px 25px; }

    /* Gallery — 2 cols on tablet */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
        gap: 12px;
    }
    /* Reset all bento positions */
    .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(3),
    .gallery-item:nth-child(4) { grid-column: span 1; grid-row: span 1; }
    .gallery-item:nth-child(5) { grid-column: span 2; grid-row: span 1; }

    .process-steps { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .process-step:not(:last-child)::after { display: none; }
    .process-step-icon { width: 56px; height: 56px; }
    .process-step-icon svg { width: 24px; height: 24px; }
    .process-step-title { font-size: 16px; }

    /* Disable sticky horizontal scroll on mobile */
    .process-scroll-wrapper { height: auto; }
    .process-sticky {
        position: relative;
        top: auto;
        height: auto;
        padding: 60px 20px;
    }
    .process-track {
        flex-wrap: wrap;
        gap: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .process-step { flex: 0 0 calc(50% - 10px); }
    .process-progress { display: none; }
    .process-step:not(:last-child)::after { display: none; }

    .cta-banner-content { padding: 35px 25px; }
    .cta-banner-title { font-size: 24px; }
    .cta-banner-text { font-size: 16px; }
    .cta-banner-actions { flex-direction: column; }

    /* Equipment */
    .equipment-content { grid-template-columns: 1fr; gap: 40px; }
    .equipment-image { min-height: 280px; }
    .equipment-image img { max-height: 320px; }
    .equipment-info { text-align: center; }
    .equipment-name { font-size: 36px; }
    .equipment-features li { text-align: left; }

    /* Cabinet video */
    .cabinet-video-wrapper { max-width: 280px; }

    /* Before/After */
    .ba-slider { aspect-ratio: 3 / 2; }
    .ba-handle-circle { width: 38px; height: 38px; }
    .ba-placeholder span { font-size: 14px; }

    /* Pricing */
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card-popular { transform: scale(1); }
    .price-card-popular:hover { transform: translateY(-8px) scale(1); }
    .price-value { font-size: 40px; }
    .pricing-note { padding: 20px; }

    .pricing-single .price-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 35px 25px;
    }
    .pricing-single .price-amount { justify-content: center; }
    .pricing-single .btn { grid-column: 1; grid-row: auto; margin-top: 20px; }

    /* Sections */
    .section-title { font-size: 32px; }
    .about-text { font-size: 16px; }
    .about-box { padding: 30px 20px; }
    .about-grid { grid-template-columns: 1fr; gap: 36px; }
    .about-stat-value { font-size: 32px; }
    .contacts-content { grid-template-columns: 1fr; gap: 30px; }

    .faq-question { font-size: 16px; padding: 20px; }
    .faq-answer { padding: 0 20px; }
    .faq-item.active .faq-answer { padding: 0 20px 20px 20px; }

    .reviews-carousel { padding: 0 50px; }
    .review-card { padding: 30px 20px; }
    .review-avatar { width: 50px; height: 50px; font-size: 24px; }
    .review-name { font-size: 18px; }
    .review-text { font-size: 15px; }
    .carousel-btn { width: 40px; height: 40px; }

    /* Forms */
    .booking-form-wrapper { padding: 30px 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .booking-trust { flex-direction: column; align-items: center; gap: 10px; }

    /* Footer */
    .footer-content { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-contacts { text-align: center; }
    .footer-schedule { text-align: center; }
    .footer-social { align-items: center; }
    .social-links { justify-content: center; }

    /* Modal */
    .modal-container { width: 95%; max-height: 90vh; }
    .modal-header { padding: 20px; }
    .modal-title { font-size: 22px; }
    .modal-body { padding: 20px; }
    .service-item { flex-direction: column; align-items: flex-start; gap: 10px; }
    .service-price { margin-left: 0; font-size: 20px; }
}

@media (max-width: 480px) {
    .logo img { height: 40px; }

    /* Hide section indicator on small screens */
    .section-indicator { display: none; }

    /* Hero */
    .hero { padding-top: 140px; }
    .hero-logo-emblem { width: 180px; height: 180px; }
    .hero-logo-text { width: min(260px, 70vw); }
    .hero-subtitle { font-size: 13px; }
    .subtitle-glass { padding: 10px 18px; }

    /* Page Hero */
    .page-hero { min-height: 100vh; }
    .page-hero .section-title { font-size: 24px; }

    /* Components */
    .btn { padding: 12px 30px; font-size: 15px; }
    .section-title { font-size: 24px; letter-spacing: 2px; }
    .benefit-title { font-size: 22px; }
    .benefit-text { font-size: 14px; }
    .price-title { font-size: 22px; }
    .about-text { font-size: 15px; }
    .process-steps { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
    .process-step { flex: 0 0 100%; }

    /* Gallery — single column on phone */
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }
    .gallery-item:nth-child(n) {
        grid-column: span 1;
        grid-row: span 1;
    }
    /* Make video tall on phone */
    .gallery-item:nth-child(1) {
        grid-row: span 2;
    }
    .gallery-placeholder span { font-size: 12px; }

    /* Reviews */
    .reviews-carousel { padding: 0 45px; }
    .carousel-btn { width: 35px; height: 35px; }
    .carousel-btn svg { width: 18px; height: 18px; }
    .review-text { font-size: 14px; }

    /* Contacts */
    .contact-card { padding: 30px 20px; }
    .contact-title { font-size: 20px; }
    .contact-link { font-size: 16px; }

    /* Footer */
    .social-links { gap: 15px; }
    .social-link { width: 45px; height: 45px; }
    .footer-title { font-size: 18px; }

    /* Toast */
    .toast-content { min-width: 280px; max-width: calc(100vw - 40px); padding: 15px 20px; }
    .toast-message { font-size: 14px; }
    .toast-notification.show { bottom: 20px; }

    /* Error page */
    .error-code { font-size: 100px; }
    .error-title { font-size: 24px; }
    .error-text { font-size: 15px; }
    .error-actions { flex-direction: column; align-items: center; }
}
