@media (min-width: 1280px) {
  .container { max-width: 1280px; }
}

@media (max-width: 1279px) {
  .container { max-width: 1100px; }
  .logo-text { font-size: 1.35rem; }
  .logo { gap: 0.4rem; }
  .nav-links { gap: 1rem; }
  .nav-link { font-size: 0.8rem; }
  .header { padding: 0 30px; }
}

@media (max-width: 1200px) {
  .nav-actions .btn-shop { display: none; }
  .nav-links { gap: 0.8rem; }
  .nav-link { font-size: 0.78rem; }
}

@media (max-width: 1100px) {
  .container { padding: 0 1.5rem; }
  .nav-desktop { display: none; }
  .nav-actions .btn-shop { display: none; }
  .hamburger { display: flex; }
  .header { padding: 0 30px; }
  .hero { padding-top: 130px; }
  .hero-title { font-size: clamp(2.5rem, 5vw, 3.5rem); }
  .hero-subtitle { font-size: 1.1rem; }
  .hero-buttons { flex-direction: row; align-items: center; justify-content: center; gap: 1rem; width: 100%; }
}

@media (max-width: 768px) {
  :root {
    --section-padding: 5rem 0;
    --font-h2: 2rem;
    --font-h3: 1.5rem;
  }

  .section-title { font-size: 2rem; }
  .section-subtitle { font-size: 0.95rem; }
  .logo-text { font-size: 1.3rem; }
  .nav-actions .search-btn,
  .nav-actions .wishlist-btn { display: none; }
  .header { padding: 0 30px; }
  .hero { min-height: 100svh; padding-top: 120px; }
  .hero-content { text-align: center; align-items: center; }
  .hero-title { font-size: clamp(2rem, 6vw, 3rem); }
  .hero-subtitle { font-size: 1rem; max-width: 90%; margin-bottom: 30px; }
  .hero-buttons { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin: 0 auto 30px; gap: 0.8rem; }
  .hero-buttons .btn { width: 100%; }
  .hero-shape { display: none; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .collections-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
  .product-filters { flex-wrap: wrap; gap: 0.5rem; }
  .product-filters .filter-btn { font-size: 0.78rem; padding: 0.4rem 1rem; }
  .rooms-grid { grid-template-columns: repeat(2, 1fr); }
  .room-card { height: 260px; }
  .gallery-grid { columns: 2; gap: 0.8rem; }
  .gallery-filters { gap: 0.5rem; }
  .gallery-filter-btn { font-size: 0.78rem; padding: 0.4rem 1rem; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .blog-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .testimonial-card { padding: 2rem 1.5rem; }
  .newsletter-form { flex-direction: column; gap: 0.8rem; }
  .newsletter-input { border-radius: var(--radius-md); min-width: unset; }
  .newsletter-btn { border-radius: var(--radius-md); width: 100%; justify-content: center; }
  .instagram-grid { grid-template-columns: repeat(3, 1fr); }
  .faq-question { font-size: 0.95rem; padding: 1.2rem 1rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: span 2; }
  .lightbox-nav { display: none; }
}

@media (max-width: 480px) {
  :root { --section-padding: 4rem 0; }

  .container { padding: 0 1rem; }
  .section-title { font-size: 1.75rem; }
  .header { padding: 0 20px; }
  .logo-icon { width: 36px; height: 36px; font-size: 0.95rem; }
  .logo-text { font-size: 1.2rem; }
  .nav-actions { gap: 0.5rem; }
  .cart-btn .badge, .wishlist-btn .badge { width: 16px; height: 16px; font-size: 0.6rem; }
  .hero { padding-top: 110px; }
  .hero-title { font-size: clamp(1.8rem, 8vw, 2.5rem); margin-bottom: 20px; }
  .hero-eyebrow { font-size: 0.75rem; letter-spacing: 2px; margin-bottom: 20px; }
  .hero-subtitle { font-size: 0.95rem; margin-bottom: 30px; }
  .hero-buttons { flex-direction: column; align-items: stretch; width: 100%; max-width: 280px; margin: 0 auto; gap: 0.8rem; }
  .hero-buttons .btn { width: 100%; }
  .scroll-indicator { bottom: 1.5rem; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .category-card { border-radius: var(--radius-md); }
  .category-img-wrap { padding-top: 90%; }
  .collections-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .collection-card { height: 300px; }
  .products-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .rooms-grid { grid-template-columns: 1fr; }
  .room-card { height: 220px; }
  .gallery-grid { columns: 1; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card { text-align: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .stat-number { font-size: 2rem; }
  .blog-grid { max-width: 100%; }
  .testimonials-track { gap: 1rem; }
  .testimonial-card { min-width: 280px; }
  .newsletter-section { padding: 4rem 1rem; }
  .newsletter-title { font-size: 1.75rem; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-answer p { font-size: 0.9rem; }
  .footer { text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-brand .logo { justify-content: center; }
  .footer-desc { margin: 0 auto 1.5rem; }
  .footer-social { justify-content: center; }
  .footer-col-title::after { margin: 0.5rem auto 0; }
  .footer-link { justify-content: center; }
  .footer-newsletter-input-wrap { max-width: 320px; margin: 1rem auto 0; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; justify-content: center; }
  .footer-bottom-links { justify-content: center; }
  .footer-payment { justify-content: center; }
  .floating-contact { bottom: 5rem; right: 1rem; }
  .back-to-top { bottom: 1rem; right: 1rem; }
}

@media (max-width: 360px) {
  .hero-title { font-size: 1.6rem; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
}

@media print {
  .header, .footer, .floating-contact, .back-to-top,
  #cookie-banner, #search-popup, .scroll-progress { display: none; }
  body { background: white; color: black; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}
