@media (max-width: 992px) {
  .hero-bg-overlay::after {
    background: rgba(8, 42, 69, 0.5); 
  }
  .tour-card-nagasaki { 
    padding: 20px 20px 40px; 
  }
  .tour-top-area { 
    flex-direction: column-reverse; 
    gap: 30px; 
    margin-bottom: 40px; 
  }
  .tour-visual-area { 
    flex: none; 
    width: 100%; 
    display: flex; 
    justify-content: center; 
  }
  .big-circle-img { 
    width: 100%; 
    height: auto;
    aspect-ratio: 16 / 9; 
    border-radius: 16px; 
    border: none; 
    margin: 0; 
    transform: translateY(0); 
  }
  
  .island-name { 
    font-size: 28px; 
  }
  .island-catch h3 { 
    font-size: 18px; 
  }
  .tour-spots-area { 
    flex-direction: column; 
    gap: 20px; 
    margin-bottom: 40px; 
  }
  .spot-title-vertical { 
    writing-mode: horizontal-tb; 
    font-size: 32px; 
    padding-top: 0; 
    text-align: center; 
    letter-spacing: 0.1em; 
    margin-bottom: 15px; 
  }
  .spot-title-vertical span { 
    display: inline-block; 
    margin-top: 0; 
    margin-left: 10px; 
  }
  .spot-grid { 
    grid-template-columns: 1fr; 
    gap: 30px; 
  }
  .product-box { 
    flex-direction: column; 
    align-items: stretch; 
    gap: 20px; 
  }
  .product-img-wrap { 
    flex: none; 
    width: 100%; 
    height: 200px; 
  }
}

@media (max-width: 768px) {
  .hero { 
    padding: 60px 20px 80px; 
    min-height: auto; 
    text-align: center; 
  }
  .hero-copy { 
    border-left: none; 
    padding-left: 0; 
  }
  .tour-section-wrapper { 
    padding: 60px 15px; 
  }
}