:root {
    --bg: #050505;
    --bg-soft: #111111;
    --panel: rgba(18, 18, 18, 0.86);
    --line: rgba(255, 255, 255, 0.12);
    --text: #f2efe8;
    --muted: #c5bfb4;
    --blood: #dd1f26;
    --blood-glow: rgba(221, 31, 38, 0.35);
    --acid: #b3ff2e;
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 15% 10%, rgba(221, 31, 38, 0.12), transparent 35%),
        radial-gradient(circle at 85% 5%, rgba(179, 255, 46, 0.08), transparent 28%),
        radial-gradient(circle at 80% 75%, rgba(221, 31, 38, 0.12), transparent 45%),
        linear-gradient(160deg, #030303 0%, #090909 35%, #020202 100%);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background-image:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.12) 0,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px,
            transparent 2px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.05) 0,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 3px
        );
    z-index: 0;
}

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

.topbar-shell,
.hero,
main {
    position: relative;
    z-index: 1;
}

.topbar-shell {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 0 clamp(1rem, 3vw, 2.5rem);
    background: var(--bg);
    border-bottom: 0;
    box-shadow: none;
    transition: background-color 180ms ease, box-shadow 180ms ease;
}

.topbar-shell.is-scrolled {
    background: rgba(5, 5, 5, 0.94);
    backdrop-filter: blur(6px);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.16);
}

.hero {
    padding: 0.8rem clamp(1rem, 3vw, 2.5rem) 2rem;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(5, 5, 5, 0.9);
    backdrop-filter: blur(8px);
    position: static;
    border-radius: 0;
    margin-top: 0;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.topbar.is-scrolled {
    background: rgba(5, 5, 5, 0.94);
    border-bottom-color: rgba(221, 31, 38, 0.16);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.logo {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.14em;
    font-size: 1.4rem;
    transition: color 140ms ease, text-shadow 140ms ease, opacity 140ms ease;
}

.topbar-links {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.topbar-links a {
    font-family: "Share Tech Mono", monospace;
    font-size: 0.85rem;
    padding: 0.35rem 0.6rem;
    border: 1px solid transparent;
    color: var(--muted);
}

.topbar-links a:hover,
.topbar-links a:focus-visible {
    border-color: var(--blood);
    color: var(--text);
    outline: none;
}

.topbar-links a.is-active,
.topbar-links a[aria-current="location"] {
    border-color: rgba(221, 31, 38, 0.55);
    background: rgba(221, 31, 38, 0.1);
    color: var(--text);
    box-shadow: inset 0 0 0 1px rgba(221, 31, 38, 0.1);
}

.logo.is-active {
    color: var(--text);
    text-shadow: 0 0 12px rgba(221, 31, 38, 0.22);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.2rem;
    margin-top: 1.2rem;
}

.hero-grid > * {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    box-shadow: var(--shadow);
}

.hero-grid > div {
    padding: clamp(1rem, 4vw, 2.5rem);
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eyebrow {
    margin: 0 0 0.35rem;
    font: 700 0.85rem/1 "Share Tech Mono", monospace;
    letter-spacing: 0.18em;
    color: var(--acid);
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 0.95;
}

h1.glitch {
    position: relative;
    display: inline-block;
    font-family: "Changa One", sans-serif;
    font-size: clamp(2.8rem, 7vw, 6.5rem);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--text);
    text-shadow:
        0 0 0 transparent,
        0.03em 0 var(--blood),
        -0.02em 0 rgba(179, 255, 46, 0.35);
}

h1.glitch::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: rgba(221, 31, 38, 0.35);
    transform: translate(2px, 2px);
    clip-path: polygon(0 58%, 100% 48%, 100% 76%, 0 86%);
    animation: sliceShift 2.8s infinite steps(2);
    pointer-events: none;
}

.hero-copy {
    margin: 1rem 0 0;
    max-width: 50ch;
    color: var(--muted);
    font-size: 1.15rem;
    line-height: 1.35;
}

.native-logo {
    margin: 0;
    display: grid;
    justify-items: start;
    align-content: start;
    width: min(100%, 780px);
    line-height: 0.82;
    transform: rotate(-2deg);
    filter: drop-shadow(0 0 20px rgba(221, 31, 38, 0.14));
    animation: logoFloat 4.2s ease-in-out infinite;
}

.logo-line {
    position: relative;
    display: inline-block;
    width: fit-content;
    font-family: "Metal Mania", "Changa One", sans-serif;
    font-size: clamp(2.35rem, 8vw, 5.6rem);
    letter-spacing: 0.04em;
    color: #8924ff;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #ff6a14;
    text-shadow:
        0 0 4px rgba(255, 106, 20, 0.95),
        0 0 10px rgba(255, 83, 20, 0.8),
        0 0 18px rgba(255, 50, 50, 0.55),
        2px 1px 0 rgba(255, 51, 153, 0.75);
    transform: skewX(-12deg);
    animation: logoPulse 2.4s ease-in-out infinite;
}

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

.logo-line::before {
    color: rgba(30, 255, 244, 0.28);
    -webkit-text-stroke: 2px rgba(30, 255, 244, 0.9);
    text-shadow:
        0 0 6px rgba(30, 255, 244, 0.95),
        0 0 16px rgba(30, 255, 244, 0.55);
    transform: translate(2px, -1px);
    opacity: 0.38;
    clip-path: polygon(0 5%, 100% 0, 100% 44%, 0 55%);
    animation: logoGlitchTop 1.7s steps(2, end) infinite;
    mix-blend-mode: screen;
}

.logo-line::after {
    color: rgba(255, 0, 170, 0.35);
    -webkit-text-stroke: 1px rgba(255, 0, 170, 0.85);
    text-shadow:
        0 0 4px rgba(255, 0, 170, 0.9),
        0 0 12px rgba(255, 0, 170, 0.45);
    transform: translate(-2px, 1px);
    opacity: 0.32;
    clip-path: polygon(0 46%, 100% 35%, 100% 100%, 0 100%);
    animation: logoGlitchBottom 1.9s steps(2, end) infinite reverse;
}

.logo-line-bottom {
    margin-top: -0.45rem;
    margin-left: clamp(0.6rem, 5vw, 4.4rem);
    font-size: clamp(2.1rem, 7.2vw, 5.1rem);
    animation-delay: 0.22s;
}

.logo-line-bottom::before {
    animation-delay: 0.18s;
}

.logo-line-bottom::after {
    animation-delay: 0.12s;
}

.hero-actions {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 1px solid var(--line);
    text-transform: uppercase;
    font: 700 0.9rem/1 "Share Tech Mono", monospace;
    letter-spacing: 0.09em;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

.btn-primary {
    background: linear-gradient(90deg, rgba(221, 31, 38, 0.95), rgba(130, 10, 14, 0.95));
    border-color: rgba(221, 31, 38, 0.5);
    box-shadow: 0 0 0 1px rgba(221, 31, 38, 0.1), 0 12px 24px rgba(221, 31, 38, 0.2);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    box-shadow: 0 0 0 1px rgba(221, 31, 38, 0.2), 0 14px 28px rgba(221, 31, 38, 0.32);
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.02);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
    border-color: var(--acid);
}

.hero-card {
    padding: 1.2rem;
    background:
        linear-gradient(180deg, rgba(221, 31, 38, 0.07), rgba(221, 31, 38, 0.01)),
        rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
}

.card-kicker {
    margin: 0;
    color: var(--muted);
    font: 700 0.75rem/1 "Share Tech Mono", monospace;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.hero-card h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0.06em;
}

.stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.6rem;
}

.stats li {
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
    display: grid;
    gap: 0.25rem;
}

.stats span {
    color: var(--muted);
    font: 400 0.75rem/1 "Share Tech Mono", monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stats strong {
    font-size: 1rem;
}

.tiny-note {
    margin: 0;
    color: var(--muted);
    line-height: 1.35;
}

main {
    padding: 0 clamp(1rem, 3vw, 2.5rem) 2.5rem;
}

.section {
    margin-top: 1.1rem;
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: var(--shadow);
    padding: clamp(1rem, 3vw, 1.5rem);
}

.section-title {
    margin-bottom: 1rem;
}

.section-title h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.manifesto-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.manifesto-card {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    padding: 1rem;
    display: grid;
    gap: 0.65rem;
    align-content: start;
}

.manifesto-index {
    font: 700 0.8rem/1 "Share Tech Mono", monospace;
    color: var(--blood);
    letter-spacing: 0.18em;
}

.manifesto-card p {
    margin: 0;
    color: var(--text);
    line-height: 1.25;
    font-size: 1.05rem;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.panel {
    border: 1px solid var(--line);
    padding: 1rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        rgba(0, 0, 0, 0.2);
}

.panel h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    color: var(--text);
}

.panel p {
    margin: 0;
    color: var(--muted);
    line-height: 1.3;
}

.identity-teaser {
    margin-top: 0.9rem;
    border: 1px solid rgba(221, 31, 38, 0.28);
    background:
        radial-gradient(circle at 12% 14%, rgba(221, 31, 38, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    padding: 0.8rem;
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(260px, 520px);
    gap: 0.8rem;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.identity-teaser::before,
.identity-teaser::after {
    content: "";
    position: absolute;
    pointer-events: none;
    filter: blur(2px);
}

.identity-teaser::before {
    inset: -1px auto auto 16px;
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, rgba(221, 31, 38, 0.95), rgba(221, 31, 38, 0));
    box-shadow:
        0 6px 0 -2px rgba(221, 31, 38, 0.45),
        14px 10px 0 -3px rgba(221, 31, 38, 0.28),
        38px 14px 0 -3px rgba(221, 31, 38, 0.16);
}

.identity-teaser::after {
    inset: auto 22px -2px auto;
    width: 90px;
    height: 6px;
    background: linear-gradient(270deg, rgba(221, 31, 38, 0.9), rgba(221, 31, 38, 0));
    box-shadow:
        0 -7px 0 -2px rgba(221, 31, 38, 0.4),
        -10px -12px 0 -3px rgba(221, 31, 38, 0.24);
}

.identity-teaser-copy {
    display: grid;
    align-content: start;
    gap: 0.45rem;
}

.identity-teaser-copy .eyebrow {
    margin: 0;
}

.identity-teaser-copy h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 1.95rem);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    line-height: 1;
}

.identity-teaser-copy p:last-child {
    margin: 0;
    color: var(--muted);
    line-height: 1.35;
}

.identity-teaser-video-shell {
    position: relative;
    border: 1px solid rgba(221, 31, 38, 0.22);
    background:
        radial-gradient(circle at 20% 15%, rgba(221, 31, 38, 0.14), transparent 38%),
        rgba(0, 0, 0, 0.45);
    padding: 0.35rem;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    max-width: 520px;
    justify-self: end;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 12px 24px rgba(0, 0, 0, 0.25),
        0 0 26px rgba(221, 31, 38, 0.12);
}

.identity-teaser-video-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(221, 31, 38, 0.2);
    box-shadow:
        inset 0 0 0 1px rgba(221, 31, 38, 0.08),
        inset 0 -8px 18px rgba(100, 0, 0, 0.18);
    pointer-events: none;
    z-index: 1;
}

.identity-teaser-video-shell::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 26px;
    background:
        radial-gradient(circle at 8% 10%, rgba(221, 31, 38, 0.9) 0 18%, transparent 20%),
        radial-gradient(circle at 20% 10%, rgba(221, 31, 38, 0.7) 0 14%, transparent 16%),
        radial-gradient(circle at 38% 8%, rgba(221, 31, 38, 0.85) 0 16%, transparent 18%),
        radial-gradient(circle at 57% 12%, rgba(221, 31, 38, 0.72) 0 14%, transparent 16%),
        radial-gradient(circle at 73% 9%, rgba(221, 31, 38, 0.88) 0 18%, transparent 20%),
        radial-gradient(circle at 89% 10%, rgba(221, 31, 38, 0.75) 0 14%, transparent 16%),
        linear-gradient(180deg, rgba(221, 31, 38, 0.82), rgba(120, 6, 12, 0.35));
    background-size:
        22px 22px,
        18px 18px,
        20px 20px,
        18px 18px,
        22px 22px,
        18px 18px,
        100% 8px;
    background-repeat: no-repeat;
    background-position:
        4% 6px,
        18% 8px,
        35% 6px,
        54% 9px,
        70% 6px,
        87% 8px,
        0 0;
    filter: blur(2px);
    pointer-events: none;
    z-index: 0;
}

.identity-teaser-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #040404;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 220ms ease, filter 220ms ease;
    filter: saturate(0.95) contrast(1.02);
}

.identity-teaser-audio-toggle {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(6, 6, 6, 0.72);
    color: var(--text);
    padding: 0.35rem 0.5rem;
    font: 700 0.68rem/1 "Share Tech Mono", monospace;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: border-color 140ms ease, background-color 140ms ease, transform 140ms ease;
}

.identity-teaser-audio-toggle:hover,
.identity-teaser-audio-toggle:focus-visible {
    border-color: rgba(221, 31, 38, 0.45);
    background: rgba(20, 6, 8, 0.82);
    outline: none;
    transform: translateY(-1px);
}

.identity-teaser.is-unmuted .identity-teaser-audio-toggle {
    border-color: rgba(179, 255, 46, 0.28);
    background: rgba(8, 18, 8, 0.72);
}

.audio-toggle-icon {
    font-size: 0.85rem;
    line-height: 1;
}

.audio-toggle-label {
    line-height: 1;
}

.identity-teaser.is-playing .identity-teaser-video,
.identity-teaser:hover .identity-teaser-video {
    transform: scale(1.01);
    filter: saturate(1.08) contrast(1.05);
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.event-card {
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(221, 31, 38, 0.05), rgba(255, 255, 255, 0.01)),
        rgba(0, 0, 0, 0.22);
    padding: 1rem;
    display: grid;
    gap: 0.5rem;
    align-content: start;
}

.event-poster-wrap {
    position: relative;
    border: 1px solid rgba(221, 31, 38, 0.22);
    background:
        radial-gradient(circle at 12% 10%, rgba(221, 31, 38, 0.12), transparent 36%),
        #050505;
    padding: 0.38rem;
    margin-bottom: 0.15rem;
    overflow: visible;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 10px 18px rgba(0, 0, 0, 0.22);
}

.event-poster-wrap::before,
.event-poster-wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.event-poster-wrap::before {
    inset: -1px -1px auto -1px;
    height: 7px;
    background:
        linear-gradient(90deg, rgba(221, 31, 38, 0.85), rgba(120, 10, 15, 0.45)),
        #090909;
    box-shadow:
        18px 6px 0 -3px rgba(221, 31, 38, 0.28),
        64px 9px 0 -4px rgba(221, 31, 38, 0.2);
}

.event-poster-wrap::after {
    left: 0.45rem;
    right: 0.45rem;
    bottom: -9px;
    height: 18px;
    background:
        radial-gradient(circle at 6% 15%, rgba(221, 31, 38, 0.92) 0 18%, transparent 20%),
        radial-gradient(circle at 20% 12%, rgba(221, 31, 38, 0.72) 0 14%, transparent 16%),
        radial-gradient(circle at 39% 14%, rgba(221, 31, 38, 0.86) 0 16%, transparent 18%),
        radial-gradient(circle at 56% 10%, rgba(221, 31, 38, 0.72) 0 13%, transparent 15%),
        radial-gradient(circle at 73% 13%, rgba(221, 31, 38, 0.88) 0 17%, transparent 19%),
        radial-gradient(circle at 90% 10%, rgba(221, 31, 38, 0.7) 0 13%, transparent 15%),
        linear-gradient(180deg, rgba(221, 31, 38, 0.9), rgba(120, 8, 12, 0.35));
    background-size:
        18px 18px,
        14px 14px,
        16px 16px,
        14px 14px,
        17px 17px,
        14px 14px,
        100% 6px;
    background-repeat: no-repeat;
    background-position:
        4% 5px,
        18% 7px,
        36% 5px,
        53% 8px,
        70% 5px,
        87% 8px,
        0 0;
    filter: blur(1.4px);
    opacity: 0.95;
}

.event-poster {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1136 / 944;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 10px 18px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(0, 0, 0, 0.35);
    transition: transform 180ms ease, filter 180ms ease;
    position: relative;
    z-index: 1;
}

.event-card-clickable {
    position: relative;
    cursor: pointer;
}

.event-card-clickable:focus-visible {
    outline: 2px solid var(--acid);
    outline-offset: 2px;
}

.event-card:hover {
    border-color: rgba(221, 31, 38, 0.4);
    box-shadow: inset 0 0 0 1px rgba(221, 31, 38, 0.12);
}

.event-card-clickable:hover .event-poster,
.event-card-clickable:focus-visible .event-poster {
    transform: scale(1.01);
    filter: saturate(1.05) contrast(1.03);
}

.event-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.event-date {
    margin: 0;
    font: 700 0.95rem/1 "Share Tech Mono", monospace;
    color: var(--acid);
    letter-spacing: 0.05em;
}

.event-tag {
    border: 1px solid rgba(221, 31, 38, 0.28);
    background: rgba(221, 31, 38, 0.08);
    padding: 0.2rem 0.45rem;
    font: 700 0.65rem/1 "Share Tech Mono", monospace;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text);
}

.event-card h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
}

.event-city {
    margin: 0;
    color: var(--text);
    font-weight: 600;
    letter-spacing: 0.03em;
}

.event-meta {
    margin: 0;
    color: var(--muted);
    font: 400 0.85rem/1.3 "Share Tech Mono", monospace;
}

.event-link {
    margin-top: 0.3rem;
    justify-self: start;
}

.events-empty {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    background:
        radial-gradient(circle at 10% 10%, rgba(179, 255, 46, 0.05), transparent 35%),
        rgba(255, 255, 255, 0.01);
    padding: 1rem;
}

.events-empty-title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.events-empty-copy {
    margin: 0.5rem 0 1rem;
    color: var(--muted);
    max-width: 60ch;
    line-height: 1.35;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.8rem;
    grid-auto-flow: dense;
}

.gallery-card {
    grid-column: span 4;
    margin: 0;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.015);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.gallery-card-wide {
    grid-column: span 8;
}

.gallery-link {
    display: block;
    position: relative;
    height: 100%;
}

.gallery-frame {
    aspect-ratio: var(--photo-ratio, 3 / 4);
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 20%, rgba(221, 31, 38, 0.14), transparent 45%),
        rgba(0, 0, 0, 0.5);
}

.gallery-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 240ms ease, filter 240ms ease;
    filter: saturate(1.02) contrast(1.03);
}

.gallery-caption {
    position: absolute;
    inset: auto 0 0 0;
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82) 55%),
        linear-gradient(90deg, rgba(221, 31, 38, 0.16), rgba(255, 255, 255, 0));
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(6px);
    opacity: 0.92;
    transition: transform 220ms ease, opacity 220ms ease;
}

.gallery-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--text);
}

.gallery-copy {
    color: rgba(242, 239, 232, 0.84);
    font-size: 0.88rem;
    line-height: 1.2;
}

.gallery-link:hover .gallery-frame img,
.gallery-link:focus-visible .gallery-frame img {
    transform: scale(1.06);
    filter: saturate(1.12) contrast(1.05);
}

.gallery-link:hover .gallery-caption,
.gallery-link:focus-visible .gallery-caption {
    transform: translateY(0);
    opacity: 1;
}

.gallery-link:focus-visible {
    outline: 2px solid var(--acid);
    outline-offset: 2px;
}

.release-player-layout {
    display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 0.9rem;
    align-items: start;
}

.release-card {
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 20% 10%, rgba(221, 31, 38, 0.14), transparent 42%),
        rgba(255, 255, 255, 0.015);
    padding: 0.75rem;
    display: grid;
    gap: 0.75rem;
    position: sticky;
    top: 5.4rem;
}

.release-cover-wrap {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.35);
    padding: 0.4rem;
}

.release-cover {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.03) inset,
        0 16px 26px rgba(0, 0, 0, 0.35);
}

.release-meta {
    display: grid;
    gap: 0.35rem;
}

.release-kicker {
    margin: 0;
    color: var(--acid);
    font: 700 0.75rem/1 "Share Tech Mono", monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.release-title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 0.95;
}

.release-details {
    margin: 0;
    color: var(--muted);
    font: 400 0.8rem/1.2 "Share Tech Mono", monospace;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.release-blurb {
    margin: 0.2rem 0 0;
    color: var(--muted);
    line-height: 1.3;
}

.release-tracks-wrap {
    min-width: 0;
}

.tracks-lead {
    margin: -0.15rem 0 0.9rem;
    color: var(--muted);
    line-height: 1.3;
    max-width: 55ch;
}

.video-embed-panel {
    margin: 0.85rem 0 0.9rem;
    border: 1px solid rgba(221, 31, 38, 0.22);
    background:
        radial-gradient(circle at 12% 8%, rgba(221, 31, 38, 0.1), transparent 42%),
        rgba(255, 255, 255, 0.01);
    padding: 0.7rem;
}

.video-embed-head {
    margin-bottom: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.video-embed-head .eyebrow {
    margin: 0;
}

.video-embed-link {
    font: 700 0.72rem/1 "Share Tech Mono", monospace;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--muted);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.015);
    padding: 0.35rem 0.5rem;
}

.video-embed-link:hover,
.video-embed-link:focus-visible {
    color: var(--text);
    border-color: rgba(221, 31, 38, 0.45);
    outline: none;
}

.video-embed-frame {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #050505;
    padding: 0.3rem;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 10px 20px rgba(0, 0, 0, 0.18);
}

.video-embed-frame::after {
    content: "";
    position: absolute;
    inset: auto 6% -5px 6%;
    height: 10px;
    background: radial-gradient(ellipse at center, rgba(221, 31, 38, 0.3), transparent 75%);
    filter: blur(5px);
    pointer-events: none;
}

.video-embed-frame iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}

.track-list {
    display: grid;
    gap: 0.75rem;
}

.track-row {
    position: relative;
    display: grid;
    gap: 0.65rem;
    padding: 0.85rem;
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(221, 31, 38, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(255, 255, 255, 0.01);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.track-row::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, rgba(221, 31, 38, 0.9), rgba(255, 106, 20, 0.95));
    opacity: 0.7;
}

.track-row:hover {
    border-color: rgba(221, 31, 38, 0.45);
    box-shadow:
        inset 0 0 0 1px rgba(221, 31, 38, 0.12),
        0 10px 24px rgba(0, 0, 0, 0.2);
}

.track-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
}

.track-number {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(221, 31, 38, 0.35);
    background: rgba(221, 31, 38, 0.06);
    display: grid;
    place-items: center;
    font: 700 0.85rem/1 "Share Tech Mono", monospace;
    color: var(--blood);
    box-shadow: inset 0 0 12px rgba(221, 31, 38, 0.08);
}

.track-title-wrap {
    min-width: 0;
}

.track-name {
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 1.05rem;
    line-height: 1.05;
}

.track-subline {
    margin-top: 0.22rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    color: var(--muted);
    font: 400 0.75rem/1.15 "Share Tech Mono", monospace;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.track-status {
    color: var(--acid);
}

.track-dot {
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.track-format {
    color: var(--muted);
}

.track-chip {
    border: 1px solid rgba(221, 31, 38, 0.25);
    background: rgba(221, 31, 38, 0.08);
    color: var(--text);
    font: 700 0.7rem/1 "Share Tech Mono", monospace;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    padding: 0.35rem 0.45rem;
    min-width: 3.2rem;
    text-align: center;
}

.track-player-shell {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        radial-gradient(circle at 0% 50%, rgba(221, 31, 38, 0.12), transparent 48%),
        rgba(0, 0, 0, 0.34);
}

.track-eq {
    display: flex;
    align-items: flex-end;
    gap: 0.14rem;
    padding: 0 0.2rem;
    height: 1.35rem;
}

.track-eq span {
    width: 0.18rem;
    height: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--acid), var(--blood));
    opacity: 0.9;
    transform-origin: center bottom;
    animation: eqPulse 1.1s ease-in-out infinite;
}

.track-eq span:nth-child(2) {
    animation-delay: 0.12s;
    height: 0.8rem;
}

.track-eq span:nth-child(3) {
    animation-delay: 0.24s;
    height: 1rem;
}

.track-eq span:nth-child(4) {
    animation-delay: 0.36s;
    height: 0.7rem;
}

.track-eq span:nth-child(5) {
    animation-delay: 0.48s;
    height: 0.55rem;
}

.track-player-shell audio {
    width: 100%;
    min-width: 0;
    height: 38px;
    display: block;
    border-radius: 999px;
    accent-color: var(--blood);
    opacity: 0.98;
    background: rgba(7, 7, 7, 0.9);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 0 1px rgba(221, 31, 38, 0.08);
    /* Tints the native (white) controls toward a darker blood-red palette */
    filter: sepia(1) saturate(4.8) hue-rotate(312deg) brightness(0.76) contrast(1.08);
}

.track-player-shell audio::-webkit-media-controls-panel {
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.95), rgba(10, 10, 10, 0.95));
}

.track-player-shell audio::-webkit-media-controls-enclosure {
    border-radius: 999px;
}

.track-player-shell audio::-webkit-media-controls-current-time-display,
.track-player-shell audio::-webkit-media-controls-time-remaining-display {
    color: #e6ddd1;
    text-shadow: none;
}

.track-player-shell audio::-webkit-media-controls-timeline {
    border-radius: 999px;
}

.track-player-shell audio::-webkit-media-controls-volume-slider {
    border-radius: 999px;
}

.contact-panel {
    border: 1px solid rgba(221, 31, 38, 0.25);
    background:
        radial-gradient(circle at 10% 10%, rgba(221, 31, 38, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    padding: clamp(1rem, 4vw, 2rem);
}

.contact-panel h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contact-panel p {
    margin: 0.9rem 0 1.2rem;
    color: var(--muted);
    max-width: 48ch;
    line-height: 1.35;
}

@keyframes logoFloat {
    0%, 100% {
        transform: rotate(-2deg) translateY(0);
    }
    50% {
        transform: rotate(-1.3deg) translateY(-4px);
    }
}

@keyframes logoPulse {
    0%, 100% {
        filter: saturate(1) brightness(1);
        text-shadow:
            0 0 4px rgba(255, 106, 20, 0.95),
            0 0 10px rgba(255, 83, 20, 0.8),
            0 0 18px rgba(255, 50, 50, 0.55),
            2px 1px 0 rgba(255, 51, 153, 0.75);
    }
    50% {
        filter: saturate(1.25) brightness(1.1);
        text-shadow:
            0 0 5px rgba(255, 106, 20, 1),
            0 0 14px rgba(255, 83, 20, 0.95),
            0 0 24px rgba(255, 50, 50, 0.75),
            2px 1px 0 rgba(255, 51, 153, 0.9),
            0 0 36px rgba(255, 0, 170, 0.25);
    }
}

@keyframes logoGlitchTop {
    0%, 100% {
        transform: translate(2px, -1px);
        opacity: 0.35;
        clip-path: polygon(0 5%, 100% 0, 100% 44%, 0 55%);
    }
    20% {
        transform: translate(-2px, 1px);
        opacity: 0.68;
        clip-path: polygon(0 0, 100% 6%, 100% 26%, 0 34%);
    }
    55% {
        transform: translate(3px, -2px);
        opacity: 0.22;
        clip-path: polygon(0 18%, 100% 9%, 100% 48%, 0 60%);
    }
    75% {
        transform: translate(-1px, 0);
        opacity: 0.52;
        clip-path: polygon(0 32%, 100% 24%, 100% 59%, 0 68%);
    }
}

@keyframes logoGlitchBottom {
    0%, 100% {
        transform: translate(-2px, 1px);
        opacity: 0.28;
        clip-path: polygon(0 46%, 100% 35%, 100% 100%, 0 100%);
    }
    25% {
        transform: translate(2px, 2px);
        opacity: 0.55;
        clip-path: polygon(0 54%, 100% 43%, 100% 86%, 0 100%);
    }
    50% {
        transform: translate(-3px, -1px);
        opacity: 0.18;
        clip-path: polygon(0 62%, 100% 52%, 100% 100%, 0 100%);
    }
    80% {
        transform: translate(1px, 0);
        opacity: 0.46;
        clip-path: polygon(0 42%, 100% 34%, 100% 76%, 0 88%);
    }
}

@keyframes eqPulse {
    0%, 100% {
        transform: scaleY(0.7);
        opacity: 0.65;
    }
    50% {
        transform: scaleY(1.25);
        opacity: 1;
    }
}

@keyframes sliceShift {
    0%, 100% {
        transform: translate(2px, 2px);
        opacity: 0.2;
    }
    40% {
        transform: translate(-2px, 1px);
        opacity: 0.45;
    }
    60% {
        transform: translate(3px, -1px);
        opacity: 0.28;
    }
}

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

    .hero-grid > div {
        min-height: 0;
    }

    .manifesto-list,
    .events-grid,
    .pillars-grid {
        grid-template-columns: 1fr;
    }

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

    .gallery-card {
        grid-column: span 3;
    }

    .gallery-card-wide {
        grid-column: span 6;
    }

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

    .identity-teaser {
        grid-template-columns: 1fr;
    }

    .release-card {
        position: static;
        grid-template-columns: 160px 1fr;
        align-items: start;
    }
}

@media (max-width: 640px) {
    .topbar-shell {
        top: 0;
        z-index: 40;
        padding: 0 0.75rem;
    }

    .hero {
        padding: 0.45rem 0.75rem 1.2rem;
    }

    main {
        padding: 0 0.75rem 1.4rem;
    }

    .topbar {
        position: static;
        padding: 0.7rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.6rem;
        border-radius: 0;
    }

    .logo {
        font-size: 1.1rem;
        letter-spacing: 0.1em;
    }

    .topbar-links {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0.45rem;
        padding-bottom: 0.15rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .topbar-links a {
        white-space: nowrap;
        font-size: 0.78rem;
        padding: 0.3rem 0.5rem;
        border-color: rgba(255, 255, 255, 0.06);
        background: rgba(255, 255, 255, 0.015);
    }

    .hero-grid {
        margin-top: 0.8rem;
        gap: 0.8rem;
    }

    .hero-grid > div,
    .hero-card {
        padding: 0.9rem;
    }

    .eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    .native-logo {
        width: 100%;
        line-height: 0.88;
        transform: rotate(-1deg);
    }

    .logo-line {
        font-size: clamp(1.95rem, 12vw, 3.4rem);
        letter-spacing: 0.02em;
        transform: skewX(-8deg);
        -webkit-text-stroke: 1.4px #ff6a14;
    }

    .logo-line::before {
        -webkit-text-stroke: 1.2px rgba(30, 255, 244, 0.9);
        opacity: 0.26;
    }

    .logo-line::after {
        opacity: 0.24;
    }

    .logo-line-bottom {
        margin-top: -0.15rem;
        margin-left: 0.25rem;
        font-size: clamp(1.75rem, 10.8vw, 3.05rem);
    }

    .hero-copy {
        margin-top: 0.8rem;
        font-size: 0.98rem;
        line-height: 1.32;
    }

    .hero-actions {
        margin-top: 1rem;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 46px;
        font-size: 0.8rem;
        letter-spacing: 0.07em;
        padding-inline: 0.8rem;
    }

    .hero-card h2 {
        font-size: 1.7rem;
    }

    .stats li {
        padding: 0.55rem 0.6rem;
    }

    .section {
        margin-top: 0.8rem;
        padding: 0.9rem;
    }

    .section-title {
        margin-bottom: 0.75rem;
    }

    .section-title h2 {
        font-size: clamp(1.2rem, 7.5vw, 1.7rem);
        line-height: 1.02;
        text-wrap: balance;
    }

    .identity-teaser {
        margin-top: 0.75rem;
        padding: 0.65rem;
        gap: 0.6rem;
    }

    .identity-teaser-copy h3 {
        font-size: 1.15rem;
    }

    .identity-teaser-copy p:last-child {
        font-size: 0.92rem;
    }

    .identity-teaser-video-shell {
        padding: 0.25rem;
        max-width: none;
        justify-self: stretch;
    }

    .identity-teaser-audio-toggle {
        top: 0.45rem;
        right: 0.45rem;
        padding: 0.3rem 0.45rem;
        font-size: 0.6rem;
        gap: 0.25rem;
    }

    .events-empty-copy,
    .contact-panel p,
    .panel p {
        font-size: 0.95rem;
    }

    .event-card {
        padding: 0.85rem;
        gap: 0.42rem;
    }

    .event-poster-wrap {
        padding: 0.26rem;
    }

    .event-poster-wrap::after {
        left: 0.3rem;
        right: 0.3rem;
        bottom: -7px;
    }

    .event-head {
        align-items: flex-start;
        gap: 0.45rem;
        flex-wrap: wrap;
    }

    .event-date {
        font-size: 0.84rem;
    }

    .event-card h3 {
        font-size: 1.2rem;
    }

    .event-meta {
        font-size: 0.75rem;
    }

    .event-link {
        width: 100%;
        justify-content: center;
    }

    .release-card {
        grid-template-columns: 112px 1fr;
        align-items: start;
        gap: 0.6rem;
        padding: 0.65rem;
        min-width: 0;
    }

    .release-cover-wrap {
        padding: 0.25rem;
    }

    .release-title {
        font-size: 1.2rem;
    }

    .release-details {
        font-size: 0.72rem;
    }

    .tracks-lead {
        margin-top: 0;
        margin-bottom: 0.7rem;
        font-size: 0.95rem;
    }

    .video-embed-panel {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
        padding: 0.55rem;
    }

    .video-embed-head {
        margin-bottom: 0.45rem;
        gap: 0.45rem;
    }

    .video-embed-link {
        font-size: 0.64rem;
        padding: 0.3rem 0.45rem;
    }

    .video-embed-frame {
        padding: 0.22rem;
    }

    .track-row {
        padding: 0.75rem;
        gap: 0.55rem;
    }

    .track-head {
        grid-template-columns: auto 1fr;
        gap: 0.6rem;
    }

    .track-chip {
        grid-column: 1 / -1;
        justify-self: start;
        padding: 0.3rem 0.4rem;
        min-width: 2.8rem;
    }

    .track-player-shell {
        grid-template-columns: 1fr;
        gap: 0.4rem;
        padding: 0.45rem;
    }

    .track-eq {
        height: 0.9rem;
        padding-left: 0.25rem;
    }

    .track-name {
        font-size: 0.95rem;
    }

    .track-subline {
        font-size: 0.68rem;
        gap: 0.25rem;
    }

    .track-player-shell audio {
        height: 34px;
    }

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

    .gallery-card,
    .gallery-card-wide {
        grid-column: span 1;
    }

    .gallery-caption {
        padding: 0.75rem;
        transform: translateY(0);
        opacity: 1;
    }

    .gallery-title {
        font-size: 1.05rem;
    }

    .gallery-copy {
        font-size: 0.8rem;
    }

    .contact-panel h2 {
        line-height: 1.02;
    }

    .contact-panel p {
        margin: 0.7rem 0 1rem;
    }
}

@media (max-width: 420px) {
    .topbar-shell {
        padding-inline: 0.6rem;
        padding-top: 0;
    }

    .hero {
        padding-inline: 0.6rem;
    }

    main {
        padding-inline: 0.6rem;
    }

    .topbar {
        padding: 0.6rem;
    }

    .hero-grid > div,
    .hero-card,
    .section {
        padding: 0.75rem;
    }

    .logo-line {
        font-size: clamp(1.72rem, 11vw, 2.5rem);
        -webkit-text-stroke: 1.1px #ff6a14;
        text-shadow:
            0 0 3px rgba(255, 106, 20, 0.9),
            0 0 8px rgba(255, 83, 20, 0.7),
            0 0 14px rgba(255, 50, 50, 0.45),
            1px 1px 0 rgba(255, 51, 153, 0.55);
    }

    .logo-line::before {
        -webkit-text-stroke: 0.9px rgba(30, 255, 244, 0.9);
    }

    .logo-line-bottom {
        font-size: clamp(1.56rem, 10vw, 2.2rem);
        margin-top: -0.1rem;
        margin-left: 0.15rem;
    }

    .hero-copy {
        font-size: 0.92rem;
    }

    .identity-teaser-copy p:last-child {
        font-size: 0.88rem;
    }

    .btn {
        min-height: 42px;
        padding: 0.65rem 0.7rem;
    }

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

    .release-cover-wrap {
        max-width: 160px;
    }

    .track-number {
        width: 2rem;
        height: 2rem;
        font-size: 0.75rem;
    }

    .track-head {
        gap: 0.5rem;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
