﻿/* Responsive Rules & Mobile Optimization */
@media (max-width: 1024px) {
  .site-header {
    padding: 24px 32px;
  }
  
  .pyramid-layout-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .gallery-scent-display {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .gallery-info-pane {
    align-items: center;
  }
  
  .gallery-scent-actions {
    justify-content: center;
  }
  
  .finder-result-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .finder-result-card .gallery-scent-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* Disable custom cursor on touch devices */
  .custom-cursor,
  .custom-cursor-follower {
    display: none !important;
  }
  
  * {
    cursor: auto !important;
  }

  .site-header {
    padding: 20px 20px;
  }

  .nav-center-chapter {
    display: none;
  }

  .fullscreen-menu {
    padding: 32px 24px;
  }

  .menu-link-anchor {
    font-size: 2.2rem;
  }

  .finder-options-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .finder-option-btn {
    padding: 20px 24px;
  }

  .pyramid-section {
    padding: 80px 0;
  }

  .bottle-render-wrapper {
    width: 200px;
    height: 360px;
  }

  .note-inspector-card {
    padding: 32px 24px;
  }

  .collection-drawer {
    width: 100vw;
    padding: 32px 20px;
  }

  .drawer-item {
    grid-template-columns: 60px 1fr auto;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .text-editorial-headline {
    font-size: 2.3rem;
  }

  .gallery-scent-name {
    font-size: 2.4rem;
  }

  .note-inspect-title {
    font-size: 2.2rem;
  }

  .btn-luxury-primary,
  .btn-luxury-outline {
    width: 100%;
    padding: 15px 20px;
    font-size: 0.72rem;
  }
}
