* {
    box-sizing: border-box;
}

:root {
    --gold: #d29a00;
    --gold-bright: #ffb300;
    --gold-dark: #7a4d00;
    --black: #020202;
    --muted: #cfcfcf;
    --panel: rgba(5, 5, 5, 0.72);
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    background: #000;
}

body {
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 50% 0%, rgba(210, 154, 0, 0.18), transparent 32rem),
        linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.7)),
        var(--site-bg, url("/assets/img/slices/bg.jpg")) center center / cover fixed no-repeat,
        #000;
    font-family: "Oswald", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 3px 3px;
    mix-blend-mode: screen;
    opacity: 0.18;
}

::selection {
    color: #000;
    background: var(--gold-bright);
}

a {
    color: inherit;
    text-decoration: none;
}

svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.site-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 1180px);
    min-height: 64px;
    padding: 16px clamp(18px, 4vw, 56px);
    gap: clamp(18px, 5vw, 70px);
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3.5vw, 46px);
}

.site-nav a {
    position: relative;
    font-size: clamp(10px, 0.82vw, 13px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    transition: color 180ms ease, text-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav .is-active {
    color: var(--gold-bright);
    outline: none;
    text-shadow: 0 0 12px rgba(255, 179, 0, 0.8);
}

.site-nav .is-active::after {
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    width: 1px;
    height: 18px;
    content: "";
    background: var(--gold);
    box-shadow: 0 0 10px rgba(255, 179, 0, 0.9);
}

.top-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
}

.top-socials a {
    opacity: 0.92;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
    transition: color 180ms ease, opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

.top-socials a:hover,
.top-socials a:focus-visible {
    color: var(--gold-bright);
    opacity: 1;
    outline: none;
    filter: drop-shadow(0 0 8px rgba(255, 179, 0, 0.82));
    transform: translateY(-1px);
}

.site-main,
.site-footer {
    position: relative;
    z-index: 1;
}

.site-main {
    width: min(100%, 1180px);
    margin: 0 auto;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
    box-shadow:
        0 0 80px rgba(210, 154, 0, 0.14),
        0 0 220px rgba(0, 0, 0, 0.95);
}

.hero-section {
    position: relative;
    min-height: min(72vw, 670px);
    padding-bottom: clamp(28px, 5vw, 68px);
    overflow: hidden;
}

.hero-art {
    display: block;
    width: 100%;
    height: auto;
    min-height: 420px;
    object-fit: cover;
    object-position: center top;
    user-select: none;
}

.hero-section::after {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86));
}

.cards-row {
    display: grid;
    gap: clamp(18px, 2.4vw, 34px);
}

.hero-platforms {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(84%, 910px);
    margin: clamp(-86px, -6.2vw, -52px) auto 0;
}

.brand-card,
.platform-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 92px;
    padding: 22px 26px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 9% 15%, rgba(255, 179, 0, 0.2), transparent 32%),
        linear-gradient(135deg, rgba(210, 154, 0, 0.16), transparent 35%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.94), rgba(0, 0, 0, 0.82));
    border: 1px solid rgba(255, 179, 0, 0.5);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
    box-shadow:
        0 0 0 1px rgba(122, 77, 0, 0.25),
        0 0 22px rgba(210, 154, 0, 0.2),
        inset 0 0 32px rgba(210, 154, 0, 0.06);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.brand-card::before,
.platform-card::before {
    position: absolute;
    inset: 7px;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(255, 179, 0, 0.16);
    clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
}

.brand-card::after,
.platform-card::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 179, 0, 0.16), transparent);
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 220ms ease, transform 420ms ease;
}

.brand-card:hover,
.brand-card:focus-visible,
.platform-card:hover,
.platform-card:focus-visible {
    border-color: rgba(255, 196, 64, 0.94);
    outline: none;
    box-shadow:
        0 0 0 1px rgba(255, 179, 0, 0.34),
        0 0 34px rgba(255, 179, 0, 0.36),
        inset 0 0 34px rgba(255, 179, 0, 0.12);
    transform: translateY(-2px);
}

.brand-card:hover::after,
.brand-card:focus-visible::after,
.platform-card:hover::after,
.platform-card:focus-visible::after {
    opacity: 1;
    transform: translateX(100%);
}

.brand-card svg,
.platform-card svg {
    flex: 0 0 auto;
    margin-right: clamp(16px, 1.8vw, 24px);
    font-size: clamp(34px, 3.2vw, 50px);
    color: var(--gold-bright);
    filter: drop-shadow(0 0 10px rgba(255, 179, 0, 0.32));
}

.youtube svg {
    color: #ff1f1f;
}

.spotify svg {
    color: #19d760;
}

.apple svg,
.telegram svg,
.instagram svg,
.tiktok svg {
    color: var(--gold-bright);
}

.brand-card span,
.platform-card span {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 3px;
}

.brand-card strong,
.platform-card strong {
    font-family: "Bebas Neue", "Oswald", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 1;
    text-transform: uppercase;
}

.brand-card small,
.platform-card small,
.platform-card em {
    color: var(--gold-bright);
    font-size: clamp(11px, 1vw, 14px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section-panel {
    position: relative;
    padding: clamp(54px, 6vw, 86px) clamp(24px, 6vw, 86px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 12% 45%, rgba(210, 154, 0, 0.14), transparent 24rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.84));
}

.section-title {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(22px, 3vw, 40px);
}

.section-title img {
    display: block;
    width: min(100%, 360px);
    height: auto;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
}

.about-section {
    display: grid;
    grid-template-columns: minmax(230px, 0.9fr) minmax(300px, 1fr);
    align-items: center;
    min-height: 310px;
}

.about-section .section-title {
    justify-content: flex-start;
    margin-bottom: 0;
}

.about-copy {
    max-width: 620px;
    color: #e8e8e8;
    font-size: clamp(15px, 1.22vw, 18px);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.65;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.94);
}

.about-copy p {
    margin: 0 0 14px;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 11px 17px;
    color: #fff;
    background: rgba(0, 0, 0, 0.48);
    border: 1px solid rgba(255, 179, 0, 0.48);
    box-shadow: 0 0 18px rgba(210, 154, 0, 0.18), inset 0 0 18px rgba(210, 154, 0, 0.06);
    font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.text-link svg {
    margin-right: 10px;
    font-size: 22px;
}

.text-link:hover,
.text-link:focus-visible {
    border-color: rgba(255, 196, 64, 0.92);
    outline: none;
    box-shadow: 0 0 26px rgba(255, 179, 0, 0.34), inset 0 0 20px rgba(255, 179, 0, 0.12);
    transform: translateY(-1px);
}

.music-section {
    padding-top: clamp(44px, 5vw, 72px);
}

.music-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-card {
    justify-content: center;
    min-height: 150px;
    padding: 26px;
}

.platform-card svg {
    margin-right: 0;
    font-size: clamp(56px, 6vw, 92px);
}

.site-footer {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: clamp(48px, 7vw, 90px) 24px clamp(34px, 5vw, 62px);
    text-align: center;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)),
        rgba(0, 0, 0, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer img {
    display: block;
    width: min(300px, 72vw);
    height: auto;
    margin: 0 auto 18px;
    object-fit: contain;
    filter: drop-shadow(0 0 16px rgba(210, 154, 0, 0.45));
}

.site-footer p,
.site-footer small {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.site-footer small {
    display: block;
    margin-top: 6px;
    color: var(--gold-bright);
}

@media (max-width: 900px) {
    .site-header {
        min-height: 56px;
        padding: 14px 16px;
        gap: 18px;
    }

    .site-nav {
        gap: clamp(10px, 2.8vw, 22px);
    }

    .top-socials {
        gap: 10px;
        font-size: 14px;
    }

    .hero-art {
        width: 132%;
        max-width: none;
        min-height: 420px;
        margin-left: -18%;
    }

    .hero-platforms,
    .music-cards {
        grid-template-columns: 1fr;
        width: min(88%, 520px);
    }

    .brand-card,
    .platform-card {
        min-height: 90px;
    }

    .about-section {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .about-section .section-title {
        justify-content: center;
    }

    .about-copy {
        max-width: 680px;
        margin: 0 auto;
    }

}

@media (max-width: 560px) {
    body {
        background:
            radial-gradient(circle at 50% 0%, rgba(210, 154, 0, 0.16), transparent 20rem),
            linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.78)),
            var(--site-bg, url("/assets/img/slices/bg.jpg")) center center / cover fixed no-repeat,
            #000;
    }

    .site-header {
        position: absolute;
        align-items: flex-start;
        justify-content: space-between;
        min-height: 70px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent);
    }

    .site-nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 74%;
        gap: 9px 13px;
    }

    .site-nav a {
        font-size: 9px;
        letter-spacing: 0.06em;
    }

    .site-nav .is-active::after {
        height: 12px;
    }

    .top-socials {
        padding-top: 1px;
        font-size: 13px;
    }

    .hero-section {
        min-height: 560px;
        padding-bottom: 34px;
    }

    .hero-art {
        width: 178%;
        min-height: 500px;
        margin-left: -52%;
    }

    .hero-platforms {
        margin-top: -88px;
    }

    .section-panel {
        padding: 46px 18px;
    }

    .section-title img {
        max-width: 280px;
    }

    .brand-card,
    .platform-card {
        padding: 17px 18px;
    }

    .platform-card {
        min-height: 118px;
    }

    .platform-card svg {
        font-size: clamp(48px, 14vw, 68px);
    }

    .brand-card strong {
        font-size: 30px;
    }

    .about-copy {
        font-size: 15px;
        line-height: 1.55;
    }

    .about-actions {
        justify-content: center;
    }

    .text-link {
        min-height: 40px;
        padding: 10px 14px;
        font-size: 18px;
    }

}
