@media (max-width: 1024px) {
    .introduction {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin: 3rem 0;
    }
    .hero-content {
        margin-left: 3%;
        max-width: 80%;
    }
    .story-article {
        flex-direction: column;
    }
    .music-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Mobile (below 768px) */
@media (max-width: 768px) {
    .site-header {
        padding: 0.5rem 0;
    }
    .header-content {
        justify-content: space-between;
    }
    .primary-nav {
        display: none;
    }
    .mobile-menu-toggle {
        display: flex;
    }
    .hero {
        height: 60vh;
        min-height: 360px;
    }
    .hero-content {
        max-width: 90%;
        margin-left: 5%;
        padding-left: 0;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-tagline {
        font-size: 1rem;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
    .introduction,
    .foundation-columns {
        flex-direction: column;
        gap: 2rem;
    }
    .foundation-columns {
        display: block;
    }
    .foundation-columns section {
        margin-bottom: 3rem;
    }
    .archive-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .music-item img {
        width: 100%;
        max-width: none;
        margin-bottom: 1rem;
    }
}

/* Small Devices (Below 480px) */
@media (max-width: 480px) {
    .archive-gallery {
        grid-template-columns: 1fr;
    }
    .hero-title {
        font-size: 1.5rem;
    }
    .hero-tagline {
        font-size: 0.9rem;
    }
    .nav-link {
        font-size: 0.85rem;
    }
}


/* HEADER + HERO RESPONSIVE  */
@media (max-width: 1200px) {
    .header-content { width: 94%; }
    .nav-list { gap: 1rem; }
    .nav-link { font-size: 0.72rem; letter-spacing: 0.05em; }
    .foundation-name-wrapper { font-size: 0.92rem; min-width: 205px; }
    .hero-content { width: 94%; }
}

@media (max-width: 1024px) {
    .site-header { height: 76px; }
    .hero { height: min(calc(100vh - 76px), 760px); min-height: 600px; }
    .primary-nav { display: none; }
    .mobile-menu-toggle { display: flex; }
    .hero-title { font-size: clamp(3rem, 6vw, 4rem); max-width: 500px; }
}

@media (max-width: 768px) {
    .site-header { height: 72px; padding: 0; }
    .header-content { width: 92%; }
    .logo img { width: 44px; height: 44px; }
    .foundation-name-wrapper { font-size: 0.86rem; min-width: 185px; }
    .hero {
        height: calc(100svh - 72px);
        min-height: 610px;
        max-height: none;
    }
    .hero-background img {
        object-position: 57% center;
    }
    .gradient-overlay {
        background:
          linear-gradient(90deg, rgba(12,10,8,0.82) 0%, rgba(12,10,8,0.56) 48%, rgba(12,10,8,0.10) 100%),
          linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.28));
    }
    .hero-content {
        width: 92%;
        margin: 0 auto;
        align-self: center;
    }
    .hero-content > * { max-width: 92%; }
    .hero-title {
        font-size: clamp(2.7rem, 10vw, 4rem);
        line-height: 0.98;
        margin-bottom: 1rem;
    }
    .hero-subtitle {
        font-size: 0.88rem;
        line-height: 1.5;
        letter-spacing: 0.04em;
        margin-bottom: 1.5rem;
    }
    .hero-buttons {
        flex-wrap: wrap;
        gap: 0.7rem;
    }
}

@media (max-width: 480px) {
    .logo img { width: 40px; height: 40px; }
    .foundation-name-wrapper { font-size: 0.72rem; min-width: 160px; letter-spacing: 0.015em; }
    .hero { min-height: 600px; }
    .hero-background img { object-position: 58% center; }
    .hero-title { font-size: 2.55rem; }
    .hero-subtitle { font-size: 0.8rem; max-width: 330px; }
    .hero-buttons { flex-direction: column; align-items: flex-start; }
    .hero-buttons .button { width: auto; min-width: 205px; }
}

@media (prefers-reduced-motion: reduce) {
    .site-header,
    .nav-link,
    .support-btn,
    .button { transition: none; }
}
