:root {
    --bg: #09090b;
    --bg-soft: #101014;
    --paper: #eee8de;
    --text: #f5f2ec;
    --muted: #b0aaa4;
    --red: #f0645c;
    --red-surface: #d63832;
    --red-deep: #8f1718;
    --gold: #f0c36d;
    --gold-deep: #9b6328;
    --line: rgba(255, 255, 255, .16);
    --container: min(1180px, calc(100vw - 48px));
    --safe-top: env(safe-area-inset-top, 0px);
    --safe-right: env(safe-area-inset-right, 0px);
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --safe-left: env(safe-area-inset-left, 0px);
    --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-x: clip;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    overflow-x: hidden;
    overflow-x: clip;
    text-rendering: optimizeLegibility;
    isolation: isolate;
}

html.menu-open {
    overflow: hidden;
    overscroll-behavior: none;
}

body.menu-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
main, section, header, footer, nav, div, article, aside { min-width: 0; }
section[id],
article[id] { scroll-margin-top: calc(96px + var(--safe-top)); }
[id][tabindex="-1"]:focus { outline: none; }
::selection { background: var(--red-surface); color: white; }

:focus-visible {
    outline: 3px solid var(--paper);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    top: calc(12px + var(--safe-top));
    left: calc(12px + var(--safe-left));
    z-index: 1000;
    padding: 12px 16px;
    background: var(--paper);
    color: #111;
    font-weight: 900;
    transform: translateY(-180%);
    transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.metrika-noscript {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.noise {
    position: fixed;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.cursor-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 100, 92, .11), rgba(240, 100, 92, 0) 65%);
    pointer-events: none;
    z-index: 0;
    transform: translate3d(-1000px, -1000px, 0);
}

body > main,
body > footer {
    position: relative;
    z-index: 1;
}

body > main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: var(--container);
    min-height: calc(82px + var(--safe-top));
    margin-inline: auto;
    padding-top: var(--safe-top);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 90;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, width .25s ease, padding .25s ease;
}

.site-header.is-scrolled {
    width: 100%;
    margin-inline: 0;
    padding-right: max(24px, var(--safe-right), calc((100vw - 1180px) / 2));
    padding-left: max(24px, var(--safe-left), calc((100vw - 1180px) / 2));
    background: rgba(9, 9, 11, .92);
    border-color: var(--line);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.brand img { filter: drop-shadow(0 0 12px rgba(240, 100, 92, .28)); }
.brand span { font-size: 15px; }
.brand b { color: var(--red); }

.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-nav a {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #d5d0ca;
    transition: color .2s ease, border-color .2s ease;
}

.main-nav a:hover { color: white; }
.main-nav .nav-vk { border: 1px solid var(--line); padding: 12px 16px; }
.main-nav .nav-vk:hover { border-color: var(--red); color: var(--red); }
.menu-toggle { display: none; }

.section { width: var(--container); margin-inline: auto; }

.hero {
    position: relative;
    min-height: 820px;
    padding-top: calc(150px + var(--safe-top));
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: center;
    gap: 80px;
}

.hero::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -24px;
    top: 80px;
    border: 1px solid rgba(240, 100, 92, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(240, 100, 92, .025), 0 0 0 160px rgba(240, 100, 92, .015);
    z-index: -1;
}

.hero-lines {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent 0 24.9%, rgba(255,255,255,.035) 25%, transparent 25.1% 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1% 74.9%, rgba(255,255,255,.035) 75%, transparent 75.1%);
}

.eyebrow,
.section-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
}

.eyebrow > span { width: 36px; height: 2px; flex: 0 0 auto; background: var(--red); }
.eyebrow b { min-width: 0; font: inherit; }

.hero h1,
.section-title,
.manifesto-card h2,
.cta h2,
.huge-link,
.marquee span,
.album-info strong,
.hero-meta dd {
    font-family: var(--font-display);
    font-weight: 950;
    font-stretch: condensed;
}

.hero h1 {
    margin: 22px 0;
    max-width: 100%;
    font-size: clamp(74px, 9vw, 142px);
    line-height: .78;
    text-transform: uppercase;
    letter-spacing: -.06em;
    overflow-wrap: normal;
    word-break: normal;
}

.hero h1 span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px var(--red);
    transform: translateX(46px) rotate(-2deg);
    text-shadow: 8px 8px 0 rgba(240, 100, 92, .11);
}

.hero-lead {
    max-width: 600px;
    margin: 36px 0 0;
    color: #cbc5bf;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.55;
}

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

.button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 24px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .10em;
    transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red-surface); color: white; }
.button-primary:hover { background: #bd2824; }
.button-ghost { border-color: var(--line); }
.button-ghost:hover { border-color: white; }
.button-light { background: var(--paper); color: #121013; }

.hero-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 54px 0 0;
}

.hero-meta div { display: flex; align-items: baseline; gap: 8px; }
.hero-meta div + div { border-left: 1px solid var(--line); padding-left: 30px; }
.hero-meta dd { order: -1; margin: 0; font-family: var(--font-display); font-size: 34px; font-weight: 950; }
.hero-meta dt { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.hero-art { position: relative; }

.cover-frame {
    position: relative;
    transform: rotate(3deg);
    filter: drop-shadow(34px 42px 60px rgba(0, 0, 0, .55));
    transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.cover-frame:hover { transform: rotate(0deg) scale(1.025); }
.cover-frame::after {
    content: "";
    position: absolute;
    inset: 12px -14px -14px 12px;
    border: 1px solid rgba(240, 100, 92, .45);
    z-index: -1;
}

.tape {
    position: absolute;
    width: 92px;
    height: 30px;
    background: rgba(221, 211, 190, .75);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .25);
    backdrop-filter: blur(2px);
}

.tape-a { top: -10px; left: -24px; transform: rotate(-18deg); }
.tape-b { bottom: -7px; right: -30px; transform: rotate(-14deg); }

.album-stamp {
    position: absolute;
    left: -68px;
    bottom: 38px;
    padding: 11px 16px;
    border: 2px solid var(--red);
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 10px;
    font-weight: 950;
    transform: rotate(-8deg);
    background: var(--bg);
}

.cover-frame-new::after { border-color: rgba(240, 195, 109, .55); }

.hero-release {
    position: absolute;
    right: 16px;
    bottom: -54px;
    min-width: 250px;
    margin: 0;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--paper);
    color: #151215;
    box-shadow: 14px 14px 0 rgba(240, 100, 92, .14);
    transform: rotate(2deg);
}

.hero-release span {
    color: var(--red-deep);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 900;
}

.hero-release strong {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 72px;
    contain: inline-size layout paint;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--red);
    color: #111;
    padding-block: 0;
    clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
}

.marquee-track {
    position: absolute;
    top: 5px;
    left: 0;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 28px;
    padding: 14px 0;
    animation: marquee 22s linear infinite;
}

.marquee span { font-size: 26px; letter-spacing: -.01em; }
.marquee i { font-style: normal; font-size: 16px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about { padding-top: 150px; padding-bottom: 150px; }

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
    margin-top: 28px;
}

.section-title {
    margin: 0;
    font-size: clamp(58px, 7.3vw, 108px);
    line-height: .88;
    text-transform: uppercase;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.section-title em { color: var(--red); font-style: normal; }
.about-copy { padding-top: 12px; }

.about-copy > p {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 1.65;
    color: #c7c1bb;
}

.about-copy > p:first-child { color: var(--text); font-size: 24px; }

.about-copy blockquote {
    margin: 44px 0 0;
    padding: 24px 0 24px 26px;
    border-left: 3px solid var(--red);
    color: var(--paper);
    font-size: 21px;
    line-height: 1.5;
    font-weight: 800;
}

.traits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 90px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.trait-card { min-height: 286px; padding: 34px; position: relative; }
.trait-card + .trait-card { border-left: 1px solid var(--line); }
.trait-card > span { color: var(--red); font-family: var(--font-mono); font-size: 12px; }
.trait-card h3 { margin: 72px 0 14px; font-size: 25px; text-transform: uppercase; letter-spacing: -.02em; }
.trait-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.trait-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--red);
    transition: width .35s ease;
}

.trait-card:hover::after { width: 100%; }

.album {
    padding: 130px 0 150px;
    border-top: 1px solid var(--line);
}

.album-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.album-heading .section-title { margin-top: 28px; }
.album-info { text-align: right; padding-bottom: 12px; }
.album-info span, .album-info strong { display: block; }
.album-info span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.album-info strong { margin-top: 8px; font-size: 35px; text-transform: uppercase; }

.releases {
    display: grid;
    gap: 110px;
    margin-top: 78px;
}

.release {
    --release-accent: var(--red);
    --release-accent-rgb: 240, 100, 92;
    position: relative;
}

.release-new {
    --release-accent: var(--gold);
    --release-accent-rgb: 240, 195, 109;
}

.release + .release {
    padding-top: 110px;
    border-top: 1px solid var(--line);
}

.release-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 38px;
}

.release-label {
    display: block;
    color: var(--release-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.release-heading h3 {
    margin: 10px 0 0;
    font-family: var(--font-display);
    font-size: clamp(42px, 5.6vw, 76px);
    font-weight: 950;
    line-height: .92;
    letter-spacing: -.045em;
    text-transform: uppercase;
    text-wrap: balance;
}

.release-status {
    flex: 0 0 auto;
    padding: 10px 13px;
    border: 1px solid var(--release-accent);
    color: var(--release-accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.album-layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 74px;
    align-items: start;
}

.album-card {
    position: sticky;
    top: calc(120px + var(--safe-top));
}

.album-card img {
    width: 100%;
    box-shadow: 24px 24px 0 rgba(240, 100, 92, .12);
}

.release-new .album-card img { box-shadow: 24px 24px 0 rgba(240, 195, 109, .12); }
.album-card-copy { margin-top: 28px; }

.album-card-copy > span {
    display: block;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.album-card-copy h4 {
    margin: 9px 0 12px;
    font-size: 26px;
    text-transform: uppercase;
}

.album-card-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.listen-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
    color: var(--release-accent);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .1em;
}

.listen-link span { transition: transform .2s ease; }
.listen-link:hover span { transform: translate(4px, -4px); }

.track-column { min-width: 0; }

.tracklist {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
}

.track {
    border-bottom: 1px solid var(--line);
    transition: background .25s ease, transform .2s ease, border-color .25s ease;
}

.track-static {
    min-height: 74px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 0 14px;
}

.track-button {
    width: 100%;
    min-height: 74px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto auto 44px;
    align-items: center;
    gap: 16px;
    padding: 0 10px 0 14px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.track:hover,
.track:focus-within {
    background: rgba(255, 255, 255, .045);
    transform: translateX(5px);
}

.track-playable.is-playing {
    border-color: rgba(var(--release-accent-rgb), .58);
    background: rgba(var(--release-accent-rgb), .10);
}

.track-number {
    color: var(--release-accent);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 800;
}

.track-title {
    min-width: 0;
    font-size: 19px;
    font-weight: 850;
    text-transform: uppercase;
}

.track-kind,
.track-duration {
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.track-duration {
    min-width: 34px;
    font-family: var(--font-mono);
    letter-spacing: .04em;
    text-align: right;
}

.track-action {
    position: relative;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(var(--release-accent-rgb), .72);
    border-radius: 50%;
    color: var(--release-accent);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.track-action::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid currentColor;
}

.track-action::after { content: none; }

.track-button:hover .track-action,
.track-button:focus-visible .track-action,
.track-playable.is-playing .track-action {
    background: var(--release-accent);
    color: #111;
    transform: scale(1.05);
}

.track-playable.is-playing .track-action::before,
.track-playable.is-playing .track-action::after {
    content: "";
    width: 3px;
    height: 12px;
    margin: 0;
    border: 0;
    background: currentColor;
}

.track-playable.is-playing .track-action {
    grid-template-columns: 3px 3px;
    gap: 4px;
}

.album-player {
    margin-top: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-color: rgba(var(--release-accent-rgb), .54);
    background: rgba(255, 255, 255, .035);
    background:
        linear-gradient(135deg, rgba(var(--release-accent-rgb), .11), transparent 56%),
        rgba(255, 255, 255, .025);
}

.album-player[hidden] { display: none !important; }

.player-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
}

.player-heading > div { min-width: 0; }

.player-heading span,
.player-album {
    display: block;
    color: var(--muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.player-heading strong {
    display: block;
    margin-top: 7px;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
}

.player-album {
    color: var(--release-accent) !important;
    text-align: right;
}

.player-controls {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.player-toggle {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 16px;
    border: 1px solid var(--release-accent);
    background: var(--release-accent);
    color: #111;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
}

.player-toggle-icon {
    width: 14px;
    height: 14px;
    display: grid;
    grid-template-columns: 4px 4px;
    justify-content: center;
    gap: 4px;
}

.player-toggle-icon::before,
.player-toggle-icon::after {
    content: "";
    width: 4px;
    height: 14px;
    background: currentColor;
}

.album-player.is-paused .player-toggle-icon {
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
}

.album-player.is-paused .player-toggle-icon::before,
.album-player.is-paused .player-toggle-icon::after { content: none; }

.player-timeline { min-width: 0; }

.player-progress {
    width: 100%;
    height: 24px;
    margin: 0;
    accent-color: var(--release-accent);
    cursor: pointer;
}

.player-time {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 10px;
}

.player-error {
    margin: 16px 0 0;
    color: #ffaaa3;
    font-size: 13px;
    line-height: 1.5;
}

.native-player {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--line);
}

.native-player p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 13px;
}

.native-player audio { width: 100%; }

.manifesto { padding-bottom: 150px; }

.manifesto-card {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    padding: 70px;
    background: var(--red-surface);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.manifesto-card::before,
.manifesto-card::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .16);
    transform: rotate(-14deg);
}

.manifesto-card::before { width: min(520px, 80%); height: 70px; right: 0; top: 90px; }
.manifesto-card::after { width: min(440px, 72%); height: 36px; right: 0; bottom: 100px; }
.manifesto-card .section-kicker { color: rgba(255, 255, 255, .82); }

.manifesto-card h2 {
    position: relative;
    z-index: 2;
    margin: 35px 0 24px;
    font-size: clamp(60px, 7.3vw, 108px);
    line-height: .88;
    text-transform: uppercase;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.manifesto-card h2 em { color: var(--paper); font-style: normal; }
.manifesto-card p { position: relative; z-index: 2; max-width: 680px; font-size: 20px; line-height: 1.6; font-weight: 650; }
.manifesto-card .button { position: relative; z-index: 2; margin-top: 22px; }

.manifesto-mark {
    position: absolute;
    right: 35px;
    bottom: -65px;
    color: rgba(0, 0, 0, .14);
    font-family: var(--font-display);
    font-size: 320px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.09em;
}

.cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: end;
    padding-bottom: 130px;
}

.cta h2 {
    margin: 25px 0 0;
    font-size: clamp(58px, 6.7vw, 100px);
    line-height: .88;
    text-transform: uppercase;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.cta h2 em { color: var(--red); font-style: normal; }
.cta-action p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 520px; }

.huge-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 38px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: clamp(36px, 4.2vw, 62px);
    text-transform: uppercase;
    letter-spacing: -.04em;
}

.huge-link span { color: var(--red); transition: transform .25s ease; }
.huge-link:hover span { transform: translate(8px, -8px); }

.site-footer {
    width: var(--container);
    margin-inline: auto;
    padding: 32px 0 calc(28px + var(--safe-bottom));
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
}

.footer-main {
    min-height: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 28px;
}

.brand-footer { color: var(--text); justify-self: start; }
.footer-copy { margin: 22px 0 0; text-align: center; color: #a8a4aa; }
.footer-top {
    justify-self: end;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 850;
    color: #d7d4d9;
}
.footer-top:hover { color: var(--red); }

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.social-link {
    --social-accent: var(--red);
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3d3a40;
    background: #111114;
    color: #f4f1ed;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.social-link svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    overflow: visible;
}

.social-link:hover {
    color: white;
    border-color: var(--social-accent);
    background: color-mix(in srgb, var(--social-accent) 22%, #111114);
    transform: translateY(-3px);
}

.social-link:focus-visible {
    outline: 3px solid white;
    outline-offset: 3px;
    border-color: var(--social-accent);
}

.social-link-vk { --social-accent: #4c75a3; }
.social-link-telegram { --social-accent: #2aabee; }
.social-link-max { --social-accent: #756cff; }
.social-link-instagram { --social-accent: #dd2a7b; }

.reveal,
.js-ready .reveal,
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1,
.reveal-delay-2 { transition-delay: 0s; }

@media (max-width: 980px) {
    :root { --container: min(calc(100% - 36px), 760px); }

    .site-header {
        min-height: calc(72px + var(--safe-top));
        padding-top: var(--safe-top);
        flex-wrap: wrap;
    }

    /* Без JavaScript меню остаётся видимым под шапкой. */
    .main-nav {
        position: absolute;
        top: calc(72px + var(--safe-top));
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        background: rgba(9, 9, 11, .98);
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .main-nav a {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-right: 1px solid var(--line);
        font-size: 11px;
        letter-spacing: .08em;
        text-align: center;
    }

    .main-nav a:last-child { border-right: 0; }
    .main-nav .nav-vk { padding: 10px; border: 0; font-size: 11px; }
    .menu-toggle { display: none; }

    /* После успешной загрузки JS включается полноэкранное меню. */
    .js-ready .menu-toggle {
        width: 44px;
        height: 44px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        border: 1px solid var(--line);
        background: var(--bg);
        color: white;
        z-index: 65;
    }

    .menu-toggle span:not(.sr-only) {
        width: 100%;
        height: 2px;
        background: currentColor;
        transition: transform .2s ease, opacity .2s ease;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .js-ready .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        min-height: 100%;
        z-index: 80;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        padding:
            calc(90px + var(--safe-top))
            calc(28px + var(--safe-right))
            calc(40px + var(--safe-bottom))
            calc(28px + var(--safe-left));
        background: #09090b;
        border: 0;
        clip-path: inset(0 0 0 100%);
        visibility: hidden;
        pointer-events: none;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        transition: clip-path .35s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .35s;
    }

    .js-ready .main-nav.is-open {
        clip-path: inset(0);
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }

    body.menu-open .site-header,
    body.menu-open .site-header.is-scrolled {
        width: 100%;
        margin-inline: 0;
        background: transparent;
        border-color: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .js-ready .main-nav a {
        min-height: 0;
        display: inline-flex;
        justify-content: flex-start;
        padding: 0;
        border: 0;
        font-family: var(--font-display);
        font-size: 42px;
        font-weight: 950;
        font-stretch: condensed;
        letter-spacing: -.03em;
    }

    .js-ready .main-nav .nav-vk {
        padding: 12px 16px;
        border: 1px solid var(--line);
        font-size: 28px;
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: calc(190px + var(--safe-top));
        padding-bottom: 100px;
        gap: 70px;
    }

    .hero::before { width: 500px; height: 500px; right: -24px; }

    .js-ready .hero { padding-top: calc(130px + var(--safe-top)); }
    .hero-copy { max-width: 700px; }
    .hero-art { width: min(520px, 82vw); justify-self: center; }
    .about-grid { grid-template-columns: 1fr; gap: 46px; }
    .traits { grid-template-columns: 1fr; }
    .trait-card + .trait-card { border-left: 0; border-top: 1px solid var(--line); }
    .trait-card { min-height: auto; }
    .trait-card h3 { margin-top: 42px; }
    .album-layout { grid-template-columns: 1fr; gap: 54px; }
    .release + .release { padding-top: 86px; }

    .album-card {
        position: static;
        display: grid;
        grid-template-columns: 240px 1fr;
        gap: 28px;
        align-items: end;
    }

    .album-card img { grid-row: span 2; }
    .listen-link { margin: 0; }
    .cta { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 640px) {
    :root { --container: calc(100% - 28px); }

    .site-header.is-scrolled {
        padding-right: max(14px, var(--safe-right));
        padding-left: max(14px, var(--safe-left));
    }

    .brand span { font-size: 13px; }
    .main-nav { grid-template-columns: 1fr 1fr; }
    .main-nav a { min-height: 44px; }

    .js-ready .main-nav {
        display: flex;
        padding-inline: calc(24px + var(--safe-left));
    }

    .js-ready .main-nav a { font-size: clamp(34px, 12vw, 46px); }
    .js-ready .main-nav .nav-vk { font-size: 24px; }

    .hero {
        min-height: auto;
        gap: 54px;
        padding-top: calc(210px + var(--safe-top));
    }

    .js-ready .hero { padding-top: calc(124px + var(--safe-top)); }
    .hero::before { width: 320px; height: 320px; right: -12px; }
    .hero-copy { width: 100%; }

    .hero h1 {
        width: 100%;
        font-size: clamp(40px, 13.4vw, 66px);
        line-height: .84;
        letter-spacing: -.055em;
    }

    .hero h1 span { transform: translateX(0) rotate(-1.5deg); -webkit-text-stroke-width: 1px; }
    .hero-lead { font-size: 17px; }
    .hero-actions { flex-direction: column; }
    .button { width: 100%; }
    .hero-meta { gap: 14px; justify-content: space-between; }
    .hero-meta div { display: flex; flex-direction: column; align-items: flex-start; }
    .hero-meta div + div { padding-left: 14px; }
    .hero-meta dd, .hero-meta dt { display: block; }
    .album-stamp { left: -12px; bottom: -38px; }
    .hero-release { right: 0; bottom: -72px; min-width: 0; max-width: calc(100% - 16px); }
    .tape-a { left: -12px; }
    .tape-b { right: -12px; }
    .about, .album { padding-top: 100px; padding-bottom: 100px; }

    .section-title {
        font-size: clamp(44px, 13.5vw, 68px);
        letter-spacing: -.055em;
    }

    .about-copy > p,
    .about-copy > p:first-child { font-size: 17px; }
    .traits { margin-top: 60px; }
    .album-heading { align-items: flex-start; }
    .album-info { display: none; }
    .releases { gap: 82px; margin-top: 54px; }
    .release-heading { align-items: flex-start; margin-bottom: 30px; }
    .release-heading h3 { font-size: clamp(36px, 11.5vw, 58px); }
    .release-status { margin-top: 3px; }
    .album-card { display: block; }
    .album-card img { width: min(100%, 420px); }
    .listen-link { margin-top: 24px; }

    .track-static {
        min-height: 66px;
        grid-template-columns: 36px minmax(0, 1fr);
        padding-inline: 6px;
    }

    .track-button {
        min-height: 66px;
        grid-template-columns: 36px minmax(0, 1fr) auto 38px;
        gap: 10px;
        padding: 0 4px 0 6px;
    }

    .track-title { font-size: 14px; }
    .track-kind { display: none; }
    .track-duration { font-size: 9px; }
    .track-action { width: 34px; height: 34px; }
    .album-player { padding: 18px; }
    .player-heading { display: block; }
    .player-album { margin-top: 10px; text-align: left; }
    .player-controls { grid-template-columns: 1fr; gap: 12px; }
    .player-toggle { width: 100%; }
    .manifesto { width: 100%; padding-bottom: 100px; }
    .manifesto-card { min-height: 610px; padding: 48px 22px; }

    .manifesto-card h2 {
        font-size: clamp(44px, 13.5vw, 68px);
        letter-spacing: -.055em;
    }

    .manifesto-card p { font-size: 16px; }
    .manifesto-mark { font-size: 210px; }
    .cta { padding-bottom: 90px; }

    .cta h2 {
        font-size: clamp(44px, 13.5vw, 68px);
        letter-spacing: -.055em;
    }

    .huge-link { font-size: 36px; }
    .site-footer { padding: 34px 0 calc(34px + var(--safe-bottom)); }
    .footer-main { grid-template-columns: 1fr auto; gap: 24px 16px; }
    .brand-footer { grid-column: 1; grid-row: 1; }
    .footer-top { grid-column: 2; grid-row: 1; }
    .footer-socials { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
    .footer-copy { margin-top: 24px; text-align: left; line-height: 1.6; }
}

@media (max-width: 420px) {
    :root { --container: calc(100% - 24px); }

    .site-header { width: calc(100% - 24px); }
    .site-header.is-scrolled { width: 100%; }
    .brand { gap: 8px; }
    .brand img { width: 36px; height: 36px; }
    .brand span { font-size: 11px; }
    .eyebrow, .section-kicker { font-size: 10px; letter-spacing: .12em; }
    .eyebrow { align-items: flex-start; line-height: 1.45; }
    .eyebrow b { max-width: calc(100% - 48px); }
    .hero-meta { gap: 8px; }
    .hero-meta div + div { padding-left: 9px; }
    .hero-meta dd { font-size: 28px; }
    .hero-meta dt { font-size: 9px; }
    .section-title { font-size: clamp(40px, 12.8vw, 54px); }
    .release-heading { flex-direction: column; align-items: flex-start; }
    .release-heading h3 { font-size: clamp(34px, 11.2vw, 48px); }
    .manifesto-card h2, .cta h2 { font-size: clamp(40px, 12.8vw, 56px); }
    .huge-link { font-size: 30px; }
    .footer-main { grid-template-columns: 1fr; }
    .brand-footer, .footer-top, .footer-socials { grid-column: 1; }
    .brand-footer { grid-row: 1; }
    .footer-socials { grid-row: 2; width: 100%; justify-content: space-between; gap: 8px; }
    .footer-top { grid-row: 3; justify-self: start; }
    .social-link { width: 48px; height: 48px; }
}

@media (hover: none) {
    .track:hover { transform: none; }
    .button:hover { transform: none; }
    .cover-frame:hover { transform: rotate(3deg); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .reveal,
    .js-ready .reveal { opacity: 1; transform: none; }
}

@media print {
    html,
    body {
        overflow: visible !important;
        background: white !important;
        color: black !important;
    }

    .site-header,
    .noise,
    .cursor-glow,
    .marquee,
    .hero-actions,
    .listen-link,
    .cta,
    .site-footer {
        display: none !important;
    }

    .reveal,
    .js-ready .reveal {
        opacity: 1 !important;
        transform: none !important;
    }

    .section {
        width: 100% !important;
        break-inside: avoid;
    }
}

