:root {
    --color-bg: #191919;
    --color-panel: #191919;
    --color-panel-alt: #181818;
    --color-border: rgba(255, 255, 255, 0.18);
    --color-muted: #a9a9a9;
    --font-primary: 'Barlow', sans-serif;
    --font-heading: 'Tenor Sans', serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    background: var(--color-bg);
    color: #ffffff;
    line-height: 1.5;
    min-height: 100vh;
}

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

a:hover {
    opacity: 0.8;
}

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

.page {
    max-width: 1280px;
    margin: 0 auto;
}

/* Navigation */
.nav {
    position: absolute;
    top: 64.5px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-height: 129px;
}

.nav a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.4;
    white-space: nowrap;
    transition: all 0.3s ease;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
}

.nav a:hover {
    opacity: 0.8;
    border-color: rgba(255, 255, 255, 0.3);
}

/* Hero */
.hero {
    position: relative;
    height: 850px;
    padding: 0;
    background: var(--color-panel);
    overflow: hidden;
}

.hero-bg-texture {
    position: absolute;
    width: 1280px;
    height: 881px;
    left: 0;
    top: -88px;
    overflow: hidden;
    pointer-events: none;
}

.hero-bg-texture img {
    position: absolute;
    width: 100%;
    height: 217.99%;
    left: 0;
    top: -51.79%;
    max-width: none;
    object-fit: cover;
    opacity: 0.3;
}

.hero-stars {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
}

.star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.4);
    animation: twinkle 3s ease-in-out infinite;
}

.star:nth-child(1) {
    top: 15%;
    left: 20%;
    animation-delay: 0s;
}

.star:nth-child(2) {
    top: 25%;
    left: 75%;
    animation-delay: 0.5s;
}

.star:nth-child(3) {
    top: 40%;
    left: 30%;
    animation-delay: 1s;
}

.star:nth-child(4) {
    top: 55%;
    left: 65%;
    animation-delay: 1.5s;
}

.star:nth-child(5) {
    top: 70%;
    left: 15%;
    animation-delay: 2s;
}

.star:nth-child(6) {
    top: 20%;
    left: 85%;
    animation-delay: 2.5s;
}

.star:nth-child(7) {
    top: 35%;
    left: 50%;
    animation-delay: 0.3s;
}

.star:nth-child(8) {
    top: 60%;
    left: 40%;
    animation-delay: 1.8s;
}

.star:nth-child(9) {
    top: 80%;
    left: 70%;
    animation-delay: 1.2s;
}

.star:nth-child(10) {
    top: 10%;
    left: 45%;
    animation-delay: 2.3s;
}

.star:nth-child(11) {
    top: 50%;
    left: 90%;
    animation-delay: 0.8s;
}

.star:nth-child(12) {
    top: 65%;
    left: 25%;
    animation-delay: 1.6s;
}

.star:nth-child(13) {
    top: 12%;
    left: 60%;
    animation-delay: 0.7s;
}

.star:nth-child(14) {
    top: 45%;
    left: 80%;
    animation-delay: 2.1s;
}

.star:nth-child(15) {
    top: 75%;
    left: 55%;
    animation-delay: 1.4s;
}

.star:nth-child(16) {
    top: 30%;
    left: 10%;
    animation-delay: 0.4s;
}

.star:nth-child(17) {
    top: 58%;
    left: 5%;
    animation-delay: 2.7s;
}

.star:nth-child(18) {
    top: 85%;
    left: 45%;
    animation-delay: 1.1s;
}

.star:nth-child(19) {
    top: 8%;
    left: 35%;
    animation-delay: 0.9s;
}

.star:nth-child(20) {
    top: 42%;
    left: 12%;
    animation-delay: 2.4s;
}

.star:nth-child(21) {
    top: 68%;
    left: 82%;
    animation-delay: 0.6s;
}

.star:nth-child(22) {
    top: 22%;
    left: 68%;
    animation-delay: 1.9s;
}

.star:nth-child(23) {
    top: 52%;
    left: 48%;
    animation-delay: 1.3s;
}

.star:nth-child(24) {
    top: 78%;
    left: 35%;
    animation-delay: 2.6s;
}

.star:nth-child(25) {
    top: 17%;
    left: 92%;
    animation-delay: 0.2s;
}

.star:nth-child(26) {
    top: 48%;
    left: 72%;
    animation-delay: 2.8s;
}

.star:nth-child(27) {
    top: 88%;
    left: 20%;
    animation-delay: 1.7s;
}

.star:nth-child(28) {
    top: 33%;
    left: 88%;
    animation-delay: 0.5s;
}

.star:nth-child(29) {
    top: 62%;
    left: 8%;
    animation-delay: 2.2s;
}

.star:nth-child(30) {
    top: 92%;
    left: 62%;
    animation-delay: 1.0s;
}

.star-shine {
    animation: shine 5s ease-in-out infinite;
}

.star-shine::before,
.star-shine::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 30%, transparent 70%);
    opacity: 0;
    filter: blur(0.5px);
    animation: shine-rays 5s ease-in-out infinite;
}

.star-shine::before {
    width: 25px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.star-shine::after {
    width: 2px;
    height: 25px;
    transform: translate(-50%, -50%) rotate(45deg);
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}

@keyframes shine {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
        box-shadow: 0 0 6px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        opacity: 1;
        transform: scale(1.4);
        box-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.2);
    }
}

@keyframes shine-rays {
    0%, 100% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
    }
    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
    }
}

.hero-top-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 129px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: flex;
    align-items: center;
    padding-left: 43px;
}

.logo-container {
    position: relative;
    width: 110px;
    height: 110px;
}

.logo-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 35px);
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%) rotate(25deg);
    background: 
        radial-gradient(ellipse 24px 2px, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 20%, transparent 60%),
        radial-gradient(ellipse 2px 24px, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 20%, transparent 60%);
    opacity: 0;
    filter: blur(0.6px);
    animation: logo-shine-rays 3.5s ease-in-out infinite;
    pointer-events: none;
}

.logo-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 35px);
    width: 7px;
    height: 7px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(220, 240, 255, 0.95) 25%, rgba(180, 220, 255, 0.7) 50%, rgba(140, 200, 255, 0.3) 75%, transparent 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 
        0 0 4px rgba(255, 255, 255, 1),
        0 0 8px rgba(220, 240, 255, 0.9),
        0 0 14px rgba(180, 220, 255, 0.6),
        0 0 22px rgba(140, 200, 255, 0.4),
        0 0 32px rgba(100, 180, 255, 0.2);
    animation: logo-shine 3.5s ease-in-out infinite;
    filter: blur(0.2px);
    pointer-events: none;
}

.hero-logo-icon {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

@keyframes logo-shine {
    0%, 100% {
        opacity: 0.65;
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 
            0 0 4px rgba(255, 255, 255, 0.9),
            0 0 8px rgba(220, 240, 255, 0.7),
            0 0 14px rgba(180, 220, 255, 0.5),
            0 0 22px rgba(140, 200, 255, 0.3),
            0 0 32px rgba(100, 180, 255, 0.15);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.35);
        box-shadow: 
            0 0 6px rgba(255, 255, 255, 1),
            0 0 12px rgba(220, 240, 255, 0.9),
            0 0 20px rgba(180, 220, 255, 0.7),
            0 0 30px rgba(140, 200, 255, 0.5),
            0 0 42px rgba(100, 180, 255, 0.25);
    }
}

@keyframes logo-shine-rays {
    0%, 100% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(25deg) scale(0.5);
    }
    50% {
        opacity: 0.65;
        transform: translate(-50%, -50%) rotate(25deg) scale(1.1);
    }
}

.hero-bottom-mask {
    position: absolute;
    left: -78px;
    right: -78px;
    top: 664px;
    height: 129px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.bottom-mask-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.4;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.bottom-mask-text:hover {
    opacity: 0.8;
}

.hero-swirl {
    position: absolute;
    left: 50%;
    top: -15px;
    width: 1436px;
    height: 808px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: color-dodge;
    pointer-events: none;
}

.hero-swirl img {
    width: 808px;
    height: 1436px;
    transform: rotate(90deg);
    max-width: none;
    object-fit: cover;
}

.hero-headline {
    position: absolute;
    top: 352.5px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    max-width: 90%;
}

.hero-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.hero-records {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 580px;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #a3a0a2;
    text-transform: lowercase;
    margin: 0;
}

.hero-subtitles {
    position: relative;
    z-index: 2;
}

.hero-sub {
    position: absolute;
    top: 716px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.75px;
    line-height: 1.1;
}

.hero-sub-left {
    left: calc(50% - 512px);
    text-align: left;
}

.hero-sub-right {
    right: calc(50% - 512px);
    text-align: right;
}

.hero-about {
    position: relative;
    z-index: 2;
}

.hero-copy {
    position: absolute;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.625px;
    line-height: 1.1;
    text-align: justify;
    white-space: pre-wrap;
}

.hero-copy-1 {
    left: calc(50% - 565px);
    top: 1033px;
    width: 349px;
}

.hero-copy-2 {
    left: calc(50% - 376px);
    top: 1164px;
    width: 376px;
}

.hero-bottom-line {
    position: absolute;
    left: calc(50% - 561px);
    top: 1700px;
    font-family: var(--font-heading);
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.1;
    background: linear-gradient(90deg, #2F3438 0%, #ABB2B6 54.33%, #FDFDFE 70.19%, #686D6E 84.62%, #2E3031 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 3;
}


/* Vision */
.vision {
    position: relative;
    /* height: 1404px; */
    background: var(--color-panel);
    overflow: hidden;
}

.vision-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 1280px;
    height: 574px;
    overflow: hidden;
    pointer-events: none;
}

.vision-bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0;
    margin-top: 574px;
}

.vision-grid article {
    padding: 75px 54px 75px 54px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.625px;
    line-height: 1.1;
    border-right: 1px solid #ffffff;
}

.vision-grid article:first-child {
    padding-left: 90px;
}

.vision-grid article:last-child {
    border-right: none;
    padding-right: 90px;
}

/* Section heading */
.section-heading h2 {
    font-family: var(--font-heading);
    font-size: 48px;
    letter-spacing: -1.1px;
    text-transform: uppercase;
}

.section-heading-right {
    text-align: right;
}

/* Releases */
.releases {
    display: none;
    padding: 100px 60px 80px;
    background: var(--color-panel);
}

.release-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
}

.release-card {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.release-art {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 18px;
}

.release-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.release-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.release-title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 0;
}

.release-artist {
    font-size: 15px;
    color: var(--color-muted);
    text-decoration: underline;
    display: block;
}

.release-play {
    width: 19.346px;
    height: 19.346px;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    background: transparent;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    padding: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5 L7 19 L18 12 Z" fill="none" stroke="white" stroke-width="1.8" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: 52% center;
    background-size: 85%;
}

/* Upcoming */
.upcoming {
    padding: 50px 60px 40px;
    background: var(--color-panel);
}

.upcoming-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.upcoming-card {
    padding: 24px;
    border-radius: 28px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.upcoming-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.upcoming-date {
    font-size: 15px;
    font-weight: 300;
    color: var(--color-muted);
}

.upcoming-art {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 18px;
}

.upcoming-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upcoming-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.upcoming-title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.upcoming-artist {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: var(--color-muted);
}

/* Ribbon */
.ribbon {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0 20px;
    background: var(--color-panel);
}

.ribbon img {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    opacity: 0.85;
}

/* Artists */
.artists {
    display: none;
    position: relative;
    padding: 100px 60px 140px;
    background: var(--color-panel);
    overflow: hidden;
}

.artists::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 720px;
    background: url('img/ribbon.webp') center center / cover no-repeat;
    opacity: 0.8;
    transform: rotate(90deg);
    pointer-events: none;
    z-index: 0;
}

.artists .section-heading {
    position: relative;
    z-index: 1;
}

.artist-grid {
    position: relative;
    z-index: 1;
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 42px;
    max-width: 1160px;
}

.artist-card {
    border: 2px solid #3d3d3d;
    border-radius: 30px;
    overflow: hidden;
    background: transparent;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.artist-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.25);
}

.artist-photo {
    aspect-ratio: 349 / 558;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

.artist-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.artist-photo.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5);
    background: #2e2e2e;
    text-transform: uppercase;
}

.artist-info {
    padding: 32px 24px 36px;
    display: grid;
    gap: 8px;
    background: transparent;
}

.artist-name {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.artist-style {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
    text-align: right;
    max-width: 113px;
    margin-left: auto;
}

/* Demo */
.demo {
    padding: 120px 90px 100px;
    background: var(--color-panel);
}

.demo-header {
    text-align: right;
    margin-bottom: 40px;
}

.demo-header h2 {
    font-family: var(--font-heading);
    font-size: 48.352px;
    letter-spacing: -1.21px;
    text-transform: uppercase;
    line-height: 1.1;
}

.demo-description {
    font-family: var(--font-primary);
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.625px;
    line-height: 1.1;
    text-align: justify;
    color: #ffffff;
    max-width: 376px;
    margin-bottom: 48px;
}

.demo-instructions {
    max-width: 680px;
    margin-bottom: 40px;
    padding: 24px 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.demo-instructions p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--color-muted);
    margin-bottom: 12px;
}

.demo-instructions p:last-child {
    margin-bottom: 0;
}

.demo-instructions a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.3s ease;
}

.demo-instructions a:hover {
    opacity: 0.7;
}

.demo-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1099px;
}

.input-field {
    border: 2px solid #3d3d3d;
    border-radius: 42px;
    height: 84px;
    display: flex;
    align-items: center;
    padding: 0 48px;
    background: transparent;
    transition: border-color 0.3s ease;
}

.input-field:focus-within {
    border-color: rgba(255, 255, 255, 0.3);
}

.input-field input {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    font-family: var(--font-primary);
    letter-spacing: -0.625px;
    padding: 0;
}

.input-field input::placeholder {
    color: #3d3d3d;
    font-weight: 500;
}

.input-field input:focus {
    outline: none;
}

.input-field-with-label {
    position: relative;
    flex-wrap: wrap;
}

.input-label {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    color: #3d3d3d;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.625px;
    pointer-events: none;
    transition: opacity 0.2s ease;
    line-height: 1.3;
    max-width: calc(100% - 96px);
}

.input-field-with-label input:focus + .input-label,
.input-field-with-label input:not(:placeholder-shown) + .input-label {
    opacity: 0;
}

.input-field-with-label input {
    position: relative;
    z-index: 1;
}

.input-field-textarea {
    height: auto;
    min-height: 120px;
    align-items: flex-start;
    padding-top: 28px;
    padding-bottom: 28px;
}

.input-field textarea {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    font-family: var(--font-primary);
    letter-spacing: -0.625px;
    padding: 0;
    resize: vertical;
    min-height: 64px;
}

.input-field textarea::placeholder {
    color: #3d3d3d;
    font-weight: 500;
}

.input-field textarea:focus {
    outline: none;
}

.submit-btn {
    margin-top: 36px;
    align-self: flex-end;
    border: 2px solid #3d3d3d;
    border-radius: 42px;
    height: 84px;
    padding: 0 72px;
    background: url('img/send_demo_btn.webp') center/cover;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-primary);
    letter-spacing: -0.75px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.submit-btn:hover {
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    opacity: 0.9;
}

.submit-btn.loading {
    animation: borderPulse 1.5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes borderPulse {
    0%, 100% {
        border-color: #3d3d3d;
    }
    25% {
        border-color: #8b5cf6;
    }
    50% {
        border-color: #06b6d4;
    }
    75% {
        border-color: #ec4899;
    }
}

.submit-btn span {
    position: relative;
    z-index: 1;
}

/* About */
.about {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0;
    background: var(--color-panel);
    overflow: hidden;
    min-height: 600px;
}

.about-disc-overlay {
    position: absolute;
    right: -100px;
    top: 20%;
    transform: translateY(-50%);
    width: 1212.967px;
    height: 1266.108px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

.about-disc-overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-heading {
    position: relative;
    z-index: 2;
    font-family: var(--font-heading);
    font-size: 48.352px;
    letter-spacing: -1.2088px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 80px 0;
    padding-left: 92px;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 92px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.about-copy {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.625px;
    line-height: 1.1;
    text-align: justify;
    white-space: pre-wrap;
    margin: 0;
}

.about-copy-1 {
    max-width: 369px;
}

.about-copy-2 {
    max-width: 338px;
    margin-left: 250px;
}

.about-details {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 150px auto 0;
    padding: 0;
}

.about-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.about-line-top {
    margin-bottom: 76px;
}

.about-line-middle {
    margin: 76px 0 70px;
}

.about-line-bottom {
    margin-top: 70px;
}

.about-line-vertical {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
    align-self: stretch;
}

/* Subscribe Section */
.subscribe-section {
    max-width: 800px;
    margin: 80px auto 0;
    padding: 0 90px;
    text-align: center;
}

.subscribe-heading {
    font-family: var(--font-primary);
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.625px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 32px;
}

.subscribe-form {
    display: flex;
    gap: 16px;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.subscribe-form input[type="email"] {
    flex: 1;
    height: 60px !important;
    min-height: 60px;
    max-height: 60px;
    padding: 0 28px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary);
    letter-spacing: 0;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.subscribe-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.subscribe-form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.subscribe-btn {
    height: 60px;
    padding: 0 40px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.subscribe-btn:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.subscribe-btn.loading {
    animation: borderPulse 1.5s ease-in-out infinite;
    pointer-events: none;
}

.about-detail-text {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.625px;
    line-height: 1.1;
    text-align: justify;
    margin: 0;
}

.about-detail-full {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 80px;
}

.about-detail-grid {
    display: grid;
    grid-template-columns: 460px 1px 460px;
    gap: 0 40px;
    justify-content: space-between;
    align-items: start;
    padding: 0 80px;
}

.about-detail-left,
.about-detail-right {
    max-width: 460px;
}

/* Footer */
.footer {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 75px 0 120px;
    background: #000000;
    line-height: 1.1;
}

.footer-grid {
    max-width: 1280px;
    padding: 0 90px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 125px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 73px;
    flex: 0 0 auto;
}

.footer-col p {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.625px;
    line-height: 1.1;
}

.footer-col a {
    transition: opacity 0.3s ease;
}

.footer-col a:hover {
    opacity: 0.7;
}

.footer-copyright {
    color: #ffffff;
}

.footer-legal {
    max-width: 1280px;
    padding: 0 90px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: var(--color-muted);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer-legal a {
    transition: opacity 0.3s ease;
}

.footer-legal a:hover {
    opacity: 0.7;
}

.footer-legal-separator {
    opacity: 0.5;
}

.footer-tagline {
    max-width: 1280px;
    padding: 0 90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 38.973px;
    letter-spacing: 0.5em;
    line-height: 1.1;
    background: linear-gradient(90deg, #2F3438 0%, #ABB2B6 54.33%, #FDFDFE 70.19%, #686D6E 84.62%, #2E3031 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Responsive */
@media (min-width: 1161px) {
    .bottom-mask-text {
        display: none;
    }

    .hero-sub {
        display: block;
    }
}

@media (max-width: 1160px) {
    .nav {
        flex-wrap: wrap;
        max-width: 90%;
        row-gap: 6px;
        top: 64.5px;
        transform: translate(-50%, -50%);
    }

    .nav a {
        line-height: 1.4;
        padding: 10px 18px;
        display: inline-flex;
        align-items: center;
    }

    .hero-sub {
        display: none;
    }

    .hero-bottom-mask {
        flex-direction: column;
        gap: 6px;
    }

    .bottom-mask-text {
        display: block;
        line-height: 1.2;
    }

    .about-detail-grid {
        grid-template-columns: 1fr;
        gap: 50px 0;
        padding: 0 50px;
    }

    .about-line-vertical {
        display: none;
    }

    .about-detail-left,
    .about-detail-right {
        max-width: 100%;
    }
}

@media (max-width: 1153px) {
    .hero-copy-1 {
        left: 60px;
    }

    .hero-copy-2 {
        left: calc(50% - 340px);
    }

    .hero-bottom-line {
        left: 60px;
    }
}

@media (max-width: 1024px) {
    .hero {
        padding: 0 32px;
    }

    .hero-sub {
        position: static;
        max-width: none;
        text-align: center;
    }

    .hero-about {
        position: relative;
        margin-top: 900px;
        padding: 0 32px;
        z-index: 3;
    }

    .hero-copy {
        position: static;
        width: 100% !important;
        max-width: 600px;
        margin: 0 0 24px 0;
        text-align: left;
        white-space: normal;
    }

    .hero-disc-overlay {
        left: 50%;
        top: 800px;
        transform: translateX(-20%);
        width: 800px;
        height: 800px;
    }

    .hero-disc-overlay img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .hero-bottom-line {
        position: relative;
        left: 0;
        top: auto;
        margin-top: 60px;
        margin-bottom: 80px;
        margin-left: 0;
        padding-left: 0;
        padding-right: 32px;
        font-size: 28px;
        max-width: calc(600px + 32px);
    }

    .hero {
        /* height: auto; */
        padding-bottom: 0;
    }

    .demo {
        padding: 100px 32px 80px;
    }

    .demo-header h2 {
        font-size: 42px;
    }

    .demo-description {
        font-size: 22px;
        padding-left: 0;
        padding-right: 0;
    }

    .demo-instructions {
        max-width: 100%;
        padding: 20px 28px;
    }

    .demo-instructions p {
        font-size: 15px;
    }

    .input-field {
        height: auto;
        min-height: 72px;
        padding: 24px 36px;
    }

    .input-field-textarea {
        min-height: 100px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .input-field input,
    .input-field textarea {
        font-size: 22px;
    }

    .input-field input::placeholder {
        white-space: normal;
        line-height: 1.3;
    }

    .input-label {
        font-size: 22px;
        left: 36px;
        max-width: calc(100% - 72px);
        white-space: normal;
    }

    .input-field-with-label {
        min-height: 90px;
    }

    .submit-btn {
        height: 72px;
        font-size: 26px;
        padding: 0 60px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .about {
        padding: 80px 0;
    }

    .about-heading {
        font-size: 40px;
        padding-left: 50px;
        margin-bottom: 60px;
    }

    .about-content {
        padding: 0 50px;
        gap: 60px;
    }

    .about-copy {
        font-size: 22px;
    }

    .about-copy-2 {
        margin-left: 150px;
    }

    .about-disc-overlay {
        width: 900px;
        height: 940px;
        right: -200px;
    }

    .about-details {
        margin-top: 100px;
        padding: 0;
    }

    .about-detail-text {
        font-size: 22px;
    }

    .about-detail-full {
        padding: 0 50px;
    }

    .about-detail-grid {
        grid-template-columns: 1fr;
        gap: 50px 0;
        padding: 0 50px;
    }

    .about-line-vertical {
        display: none;
    }

    .about-detail-left,
    .about-detail-right {
        max-width: 100%;
    }

    .about-line-middle {
        margin: 50px 0;
    }

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

@media (max-width: 768px) {
    .nav-rectangle {
        width: 95%;
        padding: 16px 24px;
    }

    .nav {
        gap: 8px;
        row-gap: 10px;
        max-width: 92%;
        top: 64.5px;
        flex-wrap: nowrap;
    }

    .nav a {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 14px;
    }

    .hero {
        padding: 0 24px;
        min-height: auto;
    }

    .hero-top-mask {
        padding-left: 24px;
    }

    .logo-container {
        width: 80px;
        height: 80px;
    }

    .hero-logo-icon {
        width: 80px;
        height: 80px;
    }

    .hero-copy {
        font-size: 22px;
        text-align: left;
    }

    .vision-grid {
        grid-template-columns: 1fr;
        border-right: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
    }

    .vision-grid article {
        border-right: none;
        border-bottom: 1px solid #ffffff;
        padding: 60px 40px;
    }

    .vision-grid article:first-child {
        padding-left: 40px;
    }

    .vision-grid article:last-child {
        padding-right: 40px;
        border-bottom: none;
    }

    .hero-bottom-line {
        font-size: 32px;
        left: 24px !important;
    }

    .hero-about {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .hero-disc {
        width: 100%;
    }

    .vision,
    .releases,
    .upcoming,
    .artists,
    .footer {
        padding: 50px 24px;
    }

    .demo {
        padding: 80px 24px;
    }

    .about {
        padding: 60px 0;
        min-height: 500px;
    }

    .about-heading {
        font-size: 36px;
        padding-left: 32px;
        margin-bottom: 50px;
    }

    .about-content {
        padding: 0 32px;
        gap: 40px;
    }

    .about-copy {
        font-size: 20px;
        max-width: 100%;
        text-align: left;
    }

    .about-copy-2 {
        margin-left: 0;
    }

    .about-disc-overlay {
        width: 700px;
        height: 730px;
        right: -150px;
        opacity: 0.6;
    }

    .about-details {
        margin-top: 80px;
        padding: 0;
    }

    .about-line-top {
        margin-bottom: 50px;
    }

    .about-line-middle {
        margin: 50px 0;
    }

    .about-line-bottom {
        margin-top: 50px;
    }

    .about-detail-text {
        font-size: 20px;
        text-align: left;
    }

    .about-detail-full {
        padding: 0 32px;
    }

    .subscribe-section {
        margin-top: 60px;
        padding: 0 32px;
    }

    .subscribe-heading {
        font-size: 22px;
        margin-bottom: 28px;
    }

    .subscribe-form {
        flex-direction: column;
        gap: 12px;
    }

    .subscribe-form input[type="email"] {
        width: 100%;
        height: 56px !important;
        min-height: 56px;
        max-height: 56px;
        font-size: 15px;
    }

    .subscribe-btn {
        width: auto;
        padding: 0 48px;
        height: 56px;
        font-size: 15px;
    }

    .about-detail-grid {
        grid-template-columns: 1fr;
        gap: 40px 0;
        padding: 0 32px;
    }

    .about-line-vertical {
        display: none;
    }

    .about-detail-left,
    .about-detail-right {
        max-width: 100%;
    }

    .demo-header {
        margin-bottom: 32px;
    }

    .demo-header h2 {
        font-size: 36px;
    }

    .demo-description {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .demo-instructions {
        padding: 18px 24px;
        margin-bottom: 32px;
    }

    .demo-instructions p {
        font-size: 14px;
    }

    .input-field {
        height: auto;
        min-height: 64px;
        padding: 20px 28px;
    }

    .input-field-textarea {
        min-height: 90px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .input-field input,
    .input-field textarea {
        font-size: 20px;
    }

    .input-field input::placeholder {
        white-space: normal;
        line-height: 1.3;
    }

    .input-label {
        font-size: 20px;
        left: 28px;
        max-width: calc(100% - 56px);
        white-space: normal;
    }

    .input-field-with-label {
        min-height: 80px;
    }

    .input-field textarea {
        min-height: 50px;
    }

    .submit-btn {
        height: 64px;
        font-size: 22px;
        padding: 0 48px;
    }

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

    .footer {
        padding: 60px 32px 80px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin-bottom: 80px;
        padding: 0 32px;
    }

    .footer-col {
        gap: 40px;
    }

    .footer-col:last-child {
        text-align: right;
    }

    .footer-col p {
        font-size: 20px;
    }

    .footer-legal {
        padding: 0 32px;
        margin-bottom: 50px;
        font-size: 14px;
    }

    .footer-tagline {
        font-size: 28px;
        padding: 0 60px;
    }
}

@media (max-width: 640px) {
    .vision {
        overflow-x: hidden;
    }

    .vision-bg {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .vision-grid {
        grid-template-columns: 1fr;
        gap: 0;
        border-right: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
    }

    .vision-grid article {
        border-right: none;
        border-bottom: 1px solid #ffffff;
        padding: 60px 40px;
    }

    .vision-grid article:first-child {
        padding-left: 40px;
    }

    .vision-grid article:last-child {
        padding-right: 40px;
        border-bottom: none;
    }
}

@media (max-width: 560px) {
    .nav-rectangle {
        width: calc(100% - 32px);
        padding: 14px 20px;
        top: 20px;
    }

    .nav {
        gap: 6px;
        row-gap: 4px;
        max-width: 95%;
        top: 64.5px;
        flex-wrap: nowrap;
    }

    .nav a {
        font-size: 10px;
        line-height: 1.4;
        padding: 9px 12px;
    }

    .hero-top-mask {
        padding-left: 16px;
    }

    .logo-container {
        width: 60px;
        height: 60px;
    }

    .logo-container::before {
        left: calc(100% - 20px);
    }

    .logo-container::after {
        left: calc(100% - 20px);
    }

    .hero-logo-icon {
        width: 60px;
        height: 60px;
    }

    .hero-records {
        font-size: 18px;
        letter-spacing: 0.9px;
    }

    .hero-sub {
        font-size: 20px;
    }

    .hero-copy {
        font-size: 20px;
    }

    .hero-bottom-line {
        font-size: 28px;
    }

    .vision-grid article {
        padding: 50px 30px;
        font-size: 22px;
    }

    .vision-grid article:first-child {
        padding-left: 30px;
    }

    .vision-grid article:last-child {
        padding-right: 30px;
    }

    .section-heading h2,
    .demo-header h2 {
        font-size: 32px;
    }

    .demo-description {
        font-size: 18px;
    }

    .demo-instructions {
        padding: 16px 20px;
        margin-bottom: 28px;
    }

    .demo-instructions p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .input-field {
        height: 56px;
        padding: 0 24px;
    }

    .input-field-textarea {
        min-height: 80px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .input-field input,
    .input-field textarea {
        font-size: 18px;
    }

    .input-field textarea {
        min-height: 44px;
    }

    .about {
        padding: 50px 0;
        min-height: 400px;
    }

    .about-heading {
        font-size: 28px;
        padding-left: 24px;
        margin-bottom: 40px;
    }

    .about-content {
        padding: 0 24px;
        gap: 30px;
    }

    .about-copy {
        font-size: 18px;
        line-height: 1.4;
    }

    .about-disc-overlay {
        width: 500px;
        height: 520px;
        right: -150px;
        opacity: 0.5;
    }

    .about-details {
        margin-top: 60px;
        padding: 0 24px;
    }

    .about-line-top {
        margin-bottom: 40px;
    }

    .about-line-middle {
        margin: 40px 0;
    }

    .about-line-bottom {
        margin-top: 40px;
    }

    .subscribe-section {
        margin-top: 50px;
        padding: 0 24px;
    }

    .subscribe-heading {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .subscribe-form input[type="email"] {
        height: 52px !important;
        min-height: 52px;
        max-height: 52px;
        font-size: 14px;
    }

    .subscribe-btn {
        width: auto;
        padding: 0 40px;
        height: 52px;
        font-size: 14px;
    }

    .about-detail-text {
        font-size: 18px;
        line-height: 1.4;
    }

    .about-detail-grid {
        gap: 30px 0;
    }

    .input-field input {
        font-size: 18px;
    }

    .submit-btn {
        height: 56px;
        font-size: 20px;
        padding: 0 36px;
    }

    .footer {
        padding: 40px 24px 60px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 60px;
        padding: 0 24px;
    }

    .footer-col {
        gap: 24px;
    }

    .footer-col:last-child {
        text-align: left;
    }

    .footer-col p {
        font-size: 18px;
    }

    .footer-legal {
        padding: 0 24px;
        margin-bottom: 40px;
        font-size: 13px;
        flex-wrap: wrap;
    }

    .footer-tagline {
        font-size: 24px;
        padding: 0 24px;
    }
}
