:root {
    --bg: #070409;
    --panel: rgba(14, 10, 18, 0.84);
    --panel-strong: rgba(20, 12, 25, 0.94);
    --text: #f8f3ff;
    --muted: #c8b8d5;
    --purple: #b300ff;
    --pink: #ff1b8d;
    --red: #ff173d;
    --amber: #ffb000;
    --line: rgba(255, 255, 255, 0.16);
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 18% 10%, rgba(179, 0, 255, 0.22), transparent 28rem),
        radial-gradient(circle at 88% 18%, rgba(255, 23, 61, 0.2), transparent 24rem),
        linear-gradient(180deg, #09040d 0%, #050305 46%, #11030a 100%);
    color: var(--text);
    font-family: Inter, Arial, sans-serif;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(115deg, rgba(255, 23, 61, 0.08), transparent 32%),
        linear-gradient(245deg, rgba(179, 0, 255, 0.1), transparent 38%);
}

a {
    color: inherit;
}

img,
iframe {
    display: block;
    max-width: 100%;
}

iframe {
    border: 0;
    border-radius: 8px;
    background: #111;
}

.noise,
.scanlines {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.noise {
    z-index: 20;
    opacity: 0.09;
    background-image:
        linear-gradient(90deg, transparent 0 98%, rgba(255, 255, 255, 0.38) 100%),
        linear-gradient(0deg, transparent 0 98%, rgba(255, 255, 255, 0.3) 100%);
    background-size: 5px 5px;
    mix-blend-mode: screen;
}

.scanlines {
    z-index: 21;
    opacity: 0.14;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 5px);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px clamp(18px, 4vw, 56px);
    border-bottom: 1px solid transparent;
    transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
    padding-block: 12px;
    border-color: var(--line);
    background: rgba(7, 4, 9, 0.82);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.88rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.brand img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    filter: invert(1) drop-shadow(0 0 12px rgba(255, 27, 141, 0.5));
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav a {
    min-height: 38px;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--text);
    border-color: rgba(255, 27, 141, 0.45);
    background: rgba(255, 27, 141, 0.09);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: var(--text);
}

.section {
    width: min(1160px, calc(100% - 36px));
    margin: 0 auto;
    padding: 110px 0;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: clamp(24px, 5vw, 72px);
    min-height: 100vh;
    padding-top: 132px;
}

.hero-visual {
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -2;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(7, 4, 9, 0.1), #070409 86%),
        radial-gradient(circle at 50% 35%, rgba(179, 0, 255, 0.28), transparent 27rem),
        linear-gradient(180deg, #100517, #080408 58%, #050204);
}

.city {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34%;
    height: 34%;
    opacity: 0.8;
    background:
        linear-gradient(90deg, transparent 0 5%, #15051e 5% 13%, transparent 13% 17%, #210725 17% 24%, transparent 24% 31%, #13051c 31% 43%, transparent 43% 48%, #260721 48% 56%, transparent 56% 61%, #130519 61% 76%, transparent 76% 82%, #220723 82% 93%, transparent 93%),
        repeating-linear-gradient(90deg, rgba(255, 27, 141, 0.48) 0 2px, transparent 2px 28px);
    box-shadow: 0 0 80px rgba(179, 0, 255, 0.5);
}

.road {
    position: absolute;
    left: 50%;
    bottom: -8%;
    width: min(980px, 120vw);
    height: 48%;
    transform: translateX(-50%) perspective(440px) rotateX(58deg);
    transform-origin: bottom;
    background:
        linear-gradient(90deg, transparent 0 48%, rgba(255, 176, 0, 0.9) 48% 51%, transparent 51% 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 86px),
        linear-gradient(90deg, rgba(255, 23, 61, 0.26), #12070e 22%, #080407 50%, #140719 78%, rgba(179, 0, 255, 0.28));
    clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
    filter: drop-shadow(0 0 30px rgba(255, 23, 61, 0.45));
}

.tail-light {
    position: absolute;
    bottom: 28%;
    width: 23vw;
    max-width: 360px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--red), #fff, var(--pink), transparent);
    filter: blur(1px) drop-shadow(0 0 18px var(--red));
    animation: drift 4s ease-in-out infinite;
}

.tail-light-one {
    left: 10%;
}

.tail-light-two {
    right: 4%;
    bottom: 43%;
    animation-delay: -1.8s;
}

.hero-content {
    min-width: 0;
    align-self: center;
    padding-bottom: 0;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--amber);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    letter-spacing: 0;
}

h1 {
    max-width: none;
    margin-bottom: 18px;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(3.2rem, 7.4vw, 6.6rem);
    line-height: 0.84;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow:
        0 0 12px rgba(255, 27, 141, 0.42),
        5px 7px 0 rgba(255, 23, 61, 0.62),
        -5px -4px 0 rgba(179, 0, 255, 0.45);
}

h2 {
    margin-bottom: 16px;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.4rem, 6vw, 5.4rem);
    line-height: 0.9;
    text-transform: uppercase;
}

h3 {
    font-size: 1.15rem;
    text-transform: uppercase;
}

p {
    color: var(--muted);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.button-primary {
    background: linear-gradient(135deg, var(--red), var(--pink) 55%, var(--purple));
    box-shadow: 0 0 28px rgba(255, 23, 61, 0.42);
}

.button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.06);
}

.hero-player,
.release-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.hero-player {
    padding: 14px;
}

.player-label {
    display: block;
    margin: 2px 2px 12px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.section-heading p {
    max-width: 660px;
}

.release-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.release-card {
    position: relative;
    overflow: hidden;
    padding: 14px;
}

.release-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 2px solid rgba(255, 27, 141, 0.55);
    pointer-events: none;
}

.release-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.release-meta h3 {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.release-meta span {
    flex: 0 0 auto;
    color: var(--amber);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.about-section {
    display: block;
}

.about-copy p {
    max-width: 720px;
}

.contact-section {
    padding-top: 80px;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.social-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
    overflow-wrap: anywhere;
}

.social-grid a:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 27, 141, 0.55);
    background: rgba(255, 27, 141, 0.1);
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: min(1160px, calc(100% - 36px));
    margin: 0 auto;
    padding: 28px 0 44px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.glitch {
    position: relative;
    animation: glitch-skew 4.5s infinite steps(1);
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.7;
}

.glitch::before {
    color: var(--red);
    transform: translate(3px, 0);
    clip-path: inset(12% 0 68% 0);
    animation: glitch-slice 2.8s infinite steps(1);
}

.glitch::after {
    color: var(--purple);
    transform: translate(-3px, 0);
    clip-path: inset(70% 0 8% 0);
    animation: glitch-slice 3.6s infinite steps(1) reverse;
}

@keyframes drift {
    0%,
    100% {
        transform: translateX(0) skewX(-18deg);
        opacity: 0.45;
    }
    50% {
        transform: translateX(32px) skewX(-18deg);
        opacity: 0.9;
    }
}

@keyframes glitch-skew {
    0%,
    92%,
    100% {
        transform: none;
    }
    94% {
        transform: skewX(2deg);
    }
    96% {
        transform: skewX(-3deg);
    }
}

@keyframes glitch-slice {
    0%,
    88%,
    100% {
        transform: translate(0);
    }
    90% {
        transform: translate(12px, -2px);
    }
    94% {
        transform: translate(-10px, 2px);
    }
}

@media (max-width: 980px) {
    .hero,
    .about-section {
        grid-template-columns: 1fr;
    }

    .hero-content {
        padding-bottom: 0;
    }

    .hero-player {
        max-width: 620px;
    }

    .social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .site-header {
        padding: 14px 18px;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 8px);
        left: 18px;
        right: 18px;
        display: none;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: rgba(7, 4, 9, 0.94);
        box-shadow: var(--shadow);
        backdrop-filter: blur(18px);
    }

    .site-nav.is-open {
        display: grid;
    }

    .site-nav a {
        width: 100%;
    }

    .section {
        width: min(100% - 28px, 1160px);
        padding: 82px 0;
    }

    .hero {
        min-height: auto;
        padding-top: 118px;
    }

    .release-grid {
        grid-template-columns: 1fr;
    }

    .social-grid {
        grid-template-columns: 1fr;
    }

    .site-footer {
        flex-direction: column;
        width: min(100% - 28px, 1160px);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }
}
