        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            width: 100%;
            min-height: 100%;
            font-family: Georgia, 'Times New Roman', serif;
            background: #0a151d;
            color: #e8d6b0;
            overflow-x: hidden;
        }

        a {
            color: inherit;
        }

        .hero {
            width: 100%;
            min-height: 100vh;
            background:
                linear-gradient(to bottom, rgba(5, 10, 14, 0.08), rgba(5, 10, 14, 0.94)),
                url("../img/sound-archive-banner.png") center top / cover no-repeat;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 3rem 1.5rem;
        }

        .hero-content {
            width: 100%;
            max-width: 980px;
            text-align: center;
            padding: 2rem 1rem;
            border-radius: 24px;
            background: rgba(5, 12, 18, 0.46);
            backdrop-filter: blur(4px);
        }

        h1 {
            color: #f1d08a;
            font-size: clamp(2.2rem, 5vw, 4.7rem);
            letter-spacing: 0.08em;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .subtitle {
            max-width: 780px;
            margin: 0 auto;
            font-size: clamp(1rem, 2vw, 1.35rem);
            line-height: 1.6;
            color: #ead7af;
        }

        .tagline {
            margin-top: 1rem;
            color: #c99950;
            font-size: 0.95rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .section {
            padding: 5rem 1.5rem;
        }

        .section-dark {
            background: #101b23;
        }

        .section-warm {
            background: radial-gradient(circle at center, #44311f 0%, #2f2114 70%);
        }

        .section-content {
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
        }

        h2 {
            color: #f1d08a;
            font-size: clamp(1.8rem, 4vw, 3rem);
            margin-bottom: 1.5rem;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .text-block {
            max-width: 850px;
            margin: 0 auto;
            text-align: center;
        }

        .text-block p {
            margin-bottom: 1.25rem;
            font-size: clamp(1rem, 1.8vw, 1.2rem);
            line-height: 1.75;
            color: #ead7af;
        }

        .video-list {
            display: grid;
            gap: 2rem;
        }

        .video-card {
            display: grid;
            grid-template-columns: minmax(240px, 360px) 1fr;
            gap: 2rem;
            align-items: flex-start;
            padding: 1rem;
            border: 1px solid rgba(241, 208, 138, 0.22);
            border-radius: 18px;
            background: rgba(5, 12, 18, 0.38);
        }
        .video-card img {
            width: 100%;
            display: block;
            border-radius: 12px;
            transition: transform 0.25s ease, opacity 0.25s ease;
        }

        .video-card img:hover {
            transform: scale(1.03);
            opacity: 0.9;
        }

        .video-info h3 {
            color: #f1d08a;
            font-size: clamp(1.3rem, 2.5vw, 1.8rem);
            margin-bottom: 0.75rem;
        }

        .video-info p {
            color: #ead7af;
            font-size: 1.05rem;
            line-height: 1.65;
            margin-bottom: 1rem;
            white-space: pre-line;
        }

        .video-link {
            display: inline-block;
            color: #0a151d;
            background: #f1d08a;
            text-decoration: none;
            padding: 0.7rem 1rem;
            border-radius: 999px;
            font-weight: bold;
            letter-spacing: 0.04em;
        }

        footer {
            padding: 2rem 1.5rem;
            text-align: center;
            color: #c99950;
            background: #071018;
            font-size: 0.95rem;
        }

        @media (max-width: 760px) {
            .hero {
                min-height: 70vh;
                background-position: center top;
            }

            .video-card {
                grid-template-columns: 1fr;
                text-align: center;
            }
        
        }
        .section-channel {
    background:
        linear-gradient(to bottom,
        #16232d 0%,
        #101b23 100%);
}

.channel-box {
    text-align: center;
    max-width: 850px;
}

.channel-box p {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: #ead7af;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.75;
}

.channel-button {
    display: inline-block;
    background: #f1d08a;
    color: #0a151d;
    text-decoration: none;
    padding: 1rem 1.8rem;
    border-radius: 999px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.channel-button:hover {
    transform: scale(1.05);
    background: #ffd98f;
}
.hero-channel-link {
    display: inline-block;
    margin-top: 2rem;
    color: #f1d08a;
    text-decoration: none;
    border: 1px solid rgba(241, 208, 138, 0.5);
    padding: 0.8rem 1.3rem;
    border-radius: 999px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.hero-channel-link:hover {
    background: rgba(241, 208, 138, 0.12);
    transform: scale(1.03);
}

.archive-category {
    margin-bottom: 4rem;
}

.archive-category:last-child {
    margin-bottom: 0;
}

.archive-category-title {
    color: #f1d08a;
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-bottom: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.archive-category-grid {
    display: grid;
    gap: 2rem;
}

.archive-language {
    margin-bottom: 2.5rem;
}

.archive-language:last-child {
    margin-bottom: 0;
}

.archive-language-title {
    color: #ead7af;
    font-size: 1.05rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-left: 3px solid #f1d08a;
    padding-left: 0.75rem;
}

.archive-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.filter-button {
    cursor: pointer;
    border: 1px solid rgba(241, 208, 138, 0.45);
    background: rgba(5, 12, 18, 0.38);
    color: #ead7af;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    font-family: inherit;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}

.filter-button:hover,
.filter-button.active {
    background: #f1d08a;
    color: #0a151d;
}
    