:root {
    color-scheme: dark;
    --primary-red: #e12b39;
    --primary-red-2: #ff6f3c;
    --primary-red-3: #ffb27f;
    --dark-bg: #050505;
    --dark-panel: rgba(11, 11, 15, 0.76);
    --dark-panel-strong: rgba(10, 10, 13, 0.9);
    --text-white: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.72);
    --text-soft: rgba(255, 255, 255, 0.56);
    --line: rgba(255, 255, 255, 0.12);
    --line-strong: rgba(255, 255, 255, 0.2);
    --accent: #ffd0b1;
    --success: #8de5b1;
    --font-tech: 'Orbitron', sans-serif;
    --font-body: 'Sora', sans-serif;
    --font-display: 'Orbitron', sans-serif;
    --shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
    --section-x: clamp(18px, 4vw, 56px);
    --section-y: clamp(88px, 11vw, 128px);
    --section-title-gap: clamp(24px, 4vw, 42px);
    --section-stack-gap: clamp(18px, 2.6vw, 30px);
    --nav-height: 74px;
    --hero-bg-image: url('imagenes/zaphy-techno-dj-hero.webp');
    --news-bg-image: url('imagenes/zaphy-videos-background.webp');
    --tours-bg-image: url('imagenes/zaphy-dates-background.webp');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 108px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-red) #1a1a1a;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(225, 43, 57, 0.18), transparent 22%),
        radial-gradient(circle at 88% 18%, rgba(255, 111, 60, 0.14), transparent 20%),
        radial-gradient(circle at 26% 82%, rgba(225, 43, 57, 0.08), transparent 24%),
        radial-gradient(circle at 76% 86%, rgba(255, 178, 127, 0.08), transparent 20%),
        linear-gradient(180deg, #020203 0%, #070709 40%, #030304 100%);
    color: var(--text-white);
    font-family: var(--font-body);
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.05;
    background-image:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 120px 120px, 34px 34px, 34px 34px;
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent 84%);
}

body>* {
    position: relative;
    z-index: 1;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary-red), var(--primary-red-2));
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff3f4a, #ff875f);
}

img,
video {
    display: block;
    max-width: 100%;
}

iframe {
    display: block;
    max-width: 100%;
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

ul,
ol {
    padding-left: 1.2rem;
}

section,
header,
footer {
    width: 100%;
}

section {
    position: relative;
    padding: var(--section-y) var(--section-x);
    scroll-margin-top: 110px;
}

.section-listen,
.section-presskit,
.section-press,
.section-news,
.section-tours,
.section-contact {
    display: grid;
    row-gap: var(--section-title-gap);
}

.listen-container,
.presskit-container,
.press-container,
.news-container,
.tours-container,
.contact-container {
    width: min(1180px, 100%);
    margin: 0 auto;
    row-gap: var(--section-stack-gap);
}

.section-intro {
    display: grid;
    gap: 12px;
    width: min(760px, 100%);
    margin: 0 auto 30px;
    justify-items: center;
    text-align: center;
}

.section-kicker,
.contact-panel-kicker,
.contact-template-label {
    font-family: var(--font-tech);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
}

.section-header {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.05;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-white);
    width: fit-content;
    max-width: min(100%, 18ch);
    text-align: center;
    text-wrap: balance;
    justify-self: center;
    margin-inline: auto;
    margin-bottom: 0;
    padding-inline: clamp(8px, 1vw, 14px);
    padding-bottom: 14px;
    position: relative;
    overflow-wrap: anywhere;
}

.section-header::after {
    content: '';
    display: block;
    width: clamp(72px, 9vw, 108px);
    height: 3px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary-red), var(--primary-red-2));
}

.section-copy {
    max-width: 60ch;
    color: var(--text-muted);
    font-size: 1.02rem;
    text-wrap: pretty;
    margin-inline: auto;
}

.section-intro-light .section-copy {
    color: rgba(255, 255, 255, 0.78);
}

.section-intro-light .section-kicker {
    color: #ffd4b8;
}

.btn-cta,
.btn-outline,
.btn-red,
.btn-show-all,
.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-family: var(--font-tech);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
    white-space: nowrap;
}

.btn-cta,
.btn-red,
.nav-cta {
    color: #fff;
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-red-2) 100%);
    border: 1px solid transparent;
    box-shadow: 0 18px 34px rgba(225, 43, 57, 0.28);
}

.btn-outline,
.btn-show-all {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-cta:hover,
.btn-outline:hover,
.btn-red:hover,
.btn-show-all:hover,
.nav-cta:hover {
    transform: translateY(-2px);
}

.btn-outline:hover,
.btn-show-all:hover {
    border-color: rgba(225, 43, 57, 0.34);
    background: rgba(225, 43, 57, 0.1);
}

.btn-cta:hover,
.btn-red:hover,
.nav-cta:hover {
    box-shadow: 0 22px 44px rgba(225, 43, 57, 0.34);
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--primary-red-3);
    outline-offset: 4px;
}

.main-nav {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100% - 28px));
    min-height: var(--nav-height);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 12px 18px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 7, 10, 0.62);
    backdrop-filter: blur(24px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
    z-index: 1000;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.main-nav.is-scrolled {
    transform: translateX(-50%) translateY(-2px);
    background: rgba(7, 7, 10, 0.86);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.nav-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-logo img {
    width: 44px;
    height: 44px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.8vw, 26px);
    width: 100%;
    min-width: 0;
}

.nav-links a {
    position: relative;
    font-family: var(--font-tech);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.25s ease;
}

.nav-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary-red), var(--primary-red-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
    color: #fff;
}

.nav-links a:hover::after,
.nav-links a.is-active::after {
    transform: scaleX(1);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-self: end;
    flex-shrink: 0;
}

.nav-cta {
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.7rem;
}

.menu-toggle,
.lang-toggle,
.nav-youtube-toggle {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.menu-toggle:hover,
.lang-toggle:hover,
.nav-youtube-toggle:hover {
    background: rgba(225, 43, 57, 0.1);
    border-color: rgba(225, 43, 57, 0.34);
    transform: translateY(-1px);
}

.nav-youtube-toggle {
    font-size: 0.88rem;
}

.nav-youtube-toggle.is-playing {
    background: rgba(225, 43, 57, 0.16);
    border-color: rgba(225, 43, 57, 0.46);
    box-shadow: 0 10px 20px rgba(225, 43, 57, 0.22);
}

.menu-toggle {
    display: none;
}

.language-wrapper {
    position: relative;
}

.lang-toggle {
    font-size: 0.95rem;
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    gap: 8px;
    padding: 10px;
    min-width: 58px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 8, 10, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.language-wrapper.open .lang-dropdown,
.lang-dropdown.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lang-btn {
    width: 38px;
    height: 38px;
    padding: 6px;
    border-radius: 12px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.04);
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.lang-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
}

.lang-btn:hover,
.lang-btn.active {
    transform: translateY(-1px);
    background: rgba(225, 43, 57, 0.14);
    border-color: rgba(225, 43, 57, 0.4);
}

header {
    min-height: 100svh;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: clamp(116px, 18vw, 170px) var(--section-x) 72px;
    overflow: clip;
    isolation: isolate;
    background: #050505 var(--hero-bg-image) center / cover no-repeat;
}

header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(225, 43, 57, 0.32), transparent 24%),
        radial-gradient(circle at 84% 16%, rgba(255, 111, 60, 0.18), transparent 20%),
        linear-gradient(90deg, rgba(5, 5, 7, 0.18), rgba(5, 5, 7, 0.48));
    z-index: 0;
}

.hero-video,
.hero-bg-layer {
    position: absolute;
    inset: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.9;
    filter: saturate(1.04) contrast(1.08) brightness(0.8);
    z-index: 0;
}

.hero-bg-layer {
    background:
        linear-gradient(180deg, rgba(5, 5, 7, 0.16) 0%, rgba(5, 5, 7, 0.28) 24%, rgba(5, 5, 7, 0.62) 70%, #050505 100%),
        radial-gradient(circle at 16% 14%, rgba(225, 43, 57, 0.28), transparent 22%),
        radial-gradient(circle at 82% 14%, rgba(255, 133, 62, 0.14), transparent 20%);
    z-index: 1;
}

.hero-content {
    position: relative;
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 26px;
    justify-items: center;
    text-align: center;
    z-index: 2;
}

.hero-content>* {
    opacity: 0;
    transform: translateY(18px);
    animation: reveal-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-content> :nth-child(1) {
    animation-delay: 0.08s;
}

.hero-content> :nth-child(2) {
    animation-delay: 0.16s;
}

.hero-content> :nth-child(3) {
    animation-delay: 0.24s;
}

.hero-content> :nth-child(4) {
    animation-delay: 0.32s;
}

.hero-content> :nth-child(5) {
    animation-delay: 0.4s;
}

.hero-content> :nth-child(6) {
    animation-delay: 0.48s;
}

.hero-kicker {
    font-family: var(--font-tech);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffd8c1;
}

.hero-title {
    width: min(620px, 100%);
    margin-inline: auto;
}

.hero-title img {
    width: min(100%, 600px);
    height: auto;
    filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.28));
}

.hero-display {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 2vw, 1.18rem);
    text-wrap: pretty;
    margin-inline: auto;
}

.hero-info {
    display: grid;
    gap: 10px;
    max-width: 640px;
    padding: 24px 26px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(7, 7, 10, 0.44);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
    justify-items: center;
    text-align: center;
}

.hero-subtitle {
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    font-weight: 600;
    color: #fff;
}

.hero-tags {
    color: var(--text-muted);
    font-size: 0.98rem;
}

.hero-note {
    color: var(--accent);
    font-size: 0.95rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.section-listen {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.listen-container {
    display: grid;
    gap: var(--section-stack-gap);
}

.spotify-embed {
    overflow: hidden;
    padding: 20px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(9, 9, 12, 0.52);
    box-shadow: var(--shadow);
}

.spotify-embed iframe {
    width: 100%;
    min-height: 352px;
    border-radius: 20px;
}

.listen-actions {
    display: flex;
    justify-content: center;
}

.section-presskit {
    background:
        radial-gradient(circle at 14% 20%, rgba(225, 43, 57, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.presskit-photo-frame {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: clamp(8px, 1vw, 14px);
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow);
    background: #060606;
}

.presskit-photo-frame img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.presskit-container {
    display: grid;
    gap: var(--section-stack-gap);
}

.presskit-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.presskit-card {
    display: grid;
    gap: 16px;
    align-content: start;
    padding: 28px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(9, 9, 12, 0.44);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
    justify-items: center;
    text-align: center;
}

.card-title {
    font-family: var(--font-tech);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
}

.card-text,
.card-list {
    color: var(--text-muted);
    font-size: 0.97rem;
}

.presskit-card:first-child .card-text {
    width: 100%;
    max-width: 40ch;
    margin-inline: auto;
}

.presskit-card:first-child .card-text::before,
.presskit-card:first-child .card-text::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary-red), var(--primary-red-2));
}

.presskit-card:first-child .card-text::before {
    margin: 0 auto 12px;
}

.presskit-card:first-child .card-text::after {
    margin: 12px auto 0;
}

.card-list {
    list-style: none;
    display: grid;
    gap: 12px;
    padding-left: 0;
    justify-items: center;
}

.card-list li {
    position: relative;
    width: 100%;
    max-width: 40ch;
    padding-left: 0;
    text-wrap: pretty;
    text-align: center;
}

.card-list li::before {
    content: '';
    position: static;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary-red), var(--primary-red-2));
    margin: 0 auto 10px;
}

.card-list strong {
    color: #fff;
}

.presskit-actions {
    display: flex;
    justify-content: center;
}

.section-press {
    background:
        radial-gradient(circle at 12% 18%, rgba(225, 43, 57, 0.16), transparent 24%),
        radial-gradient(circle at 84% 14%, rgba(255, 111, 60, 0.14), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.press-container {
    display: grid;
    width: min(1180px, 100%);
    margin: 0 auto;
    gap: var(--section-stack-gap);
    justify-items: center;
}

.mixmag-card {
    display: grid;
    grid-template-columns: minmax(300px, 0.94fr) minmax(0, 1.06fr);
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
    gap: 18px;
    align-items: stretch;
    padding: 28px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(9, 9, 12, 0.44);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

.mixmag-media {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 280px;
    background: #09090c;
}

.mixmag-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mixmag-content {
    display: grid;
    gap: 14px;
    align-content: center;
    position: relative;
    overflow: hidden;
}

.mixmag-content::after {
    content: '';
    position: absolute;
    right: -62px;
    top: -70px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(225, 43, 57, 0.32), transparent 68%);
    pointer-events: none;
}

.press-badge {
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 178, 127, 0.28);
    background: rgba(255, 178, 127, 0.12);
    color: #ffd0b1;
    font-family: var(--font-tech);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.press-headline {
    font-family: var(--font-tech);
    font-size: clamp(1.02rem, 1.9vw, 1.28rem);
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    max-width: 34ch;
}

.press-summary {
    color: var(--text-muted);
    max-width: 58ch;
}

.mixmag-content .btn-cta {
    margin-top: 6px;
    width: fit-content;
}

.section-news,
.section-tours {
    isolation: isolate;
}

.section-news {
    background: linear-gradient(180deg, #050506 0%, #09090c 55%, #050506 100%);
}

.section-news::before,
.section-tours::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 0;
}

.section-news::before {
    background: var(--news-bg-image) center / cover no-repeat;
}

.section-news::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 5, 7, 0.72), rgba(5, 5, 7, 0.86));
    z-index: 0;
}

.section-news.is-bg-loaded::before {
    opacity: 0.2;
}

.section-news>*,
.section-tours>* {
    position: relative;
    z-index: 1;
}

.news-container {
    display: grid;
    gap: var(--section-stack-gap);
}

.news-main {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.listen-embed {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(9, 9, 12, 0.5);
    box-shadow: var(--shadow);
}

.listen-embed iframe {
    width: 100%;
    height: 100%;
}

.player-nav,
.carousel-btn {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.player-nav:hover,
.carousel-btn:hover {
    transform: translateY(-2px);
    background: rgba(225, 43, 57, 0.12);
    border-color: rgba(225, 43, 57, 0.34);
}

.carousel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.carousel-viewport {
    overflow: auto;
    padding: 6px 0 12px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.carousel-viewport::-webkit-scrollbar {
    display: none;
}

.news-grid {
    display: flex;
    gap: 14px;
}

.video-thumb {
    position: relative;
    flex: 0 0 180px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding: 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #080808;
    cursor: pointer;
    scroll-snap-align: start;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.28));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.video-thumb:hover,
.video-thumb.is-active {
    transform: translateY(-4px);
    border-color: rgba(225, 43, 57, 0.44);
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.26);
}

.video-thumb:hover::after,
.video-thumb.is-active::after {
    opacity: 1;
}

.video-thumb.is-active {
    outline: 2px solid rgba(255, 111, 60, 0.56);
    outline-offset: 2px;
}

.section-tours {
    background: linear-gradient(180deg, #050506 0%, #08080b 44%, #050506 100%);
}

.section-tours::before {
    background: var(--tours-bg-image) center / cover no-repeat;
}

.section-tours.is-bg-loaded::before {
    opacity: 0.18;
}

.tour-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 5, 7, 0.74), rgba(5, 5, 7, 0.88)),
        radial-gradient(circle at 18% 22%, rgba(225, 43, 57, 0.12), transparent 22%);
    z-index: 0;
}

.tours-container {
    display: grid;
    gap: var(--section-stack-gap);
    justify-items: center;
}

#toursRows {
    display: grid;
    gap: 16px;
    width: 100%;
}

.tour-row {
    display: grid;
    grid-template-columns: 116px minmax(0, 1.25fr) minmax(190px, 0.95fr) auto;
    gap: 18px;
    align-items: center;
    padding: 20px 22px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(9, 9, 12, 0.48);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    text-align: center;
}

.tour-row.is-onsale {
    border-color: rgba(141, 229, 177, 0.22);
}

.tour-row.is-request {
    border-color: rgba(255, 178, 127, 0.22);
}

.t-date {
    font-family: var(--font-display);
    font-size: 1.14rem;
    letter-spacing: 0.08em;
    color: #fff;
}

.t-fest {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.t-fest-title {
    font-size: 1.02rem;
    font-weight: 600;
    color: #fff;
}

.t-loc {
    color: var(--text-muted);
}

.t-action {
    display: flex;
    justify-content: center;
}

.tour-status {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: var(--font-tech);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-inline: auto;
}

.tour-status.is-onsale {
    color: var(--success);
    background: rgba(141, 229, 177, 0.12);
    border-color: rgba(141, 229, 177, 0.28);
}

.tour-status.is-request {
    color: #ffc38f;
    background: rgba(255, 178, 127, 0.12);
    border-color: rgba(255, 178, 127, 0.28);
}

.tour-status.is-tba {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.btn-red {
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.7rem;
}

.btn-show-all {
    width: fit-content;
    margin-top: 10px;
    justify-self: center;
}

.section-contact {
    background:
        radial-gradient(circle at 12% 15%, rgba(225, 43, 57, 0.16), transparent 24%),
        radial-gradient(circle at 88% 24%, rgba(255, 111, 60, 0.1), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.contact-container {
    display: grid;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    width: min(760px, 100%);
    margin-inline: auto;
}

.contact-main-panel,
.contact-side-panel {
    padding: 32px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(9, 9, 12, 0.5);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.contact-main-panel {
    display: grid;
    gap: 22px;
    justify-items: center;
    text-align: center;
}

.contact-guide,
.contact-panel-copy,
.contact-template-text {
    color: var(--text-muted);
    text-wrap: pretty;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.contact-email a {
    color: #fff;
    font-family: var(--font-tech);
    font-size: clamp(1.04rem, 2vw, 1.24rem);
    letter-spacing: 0.12em;
    overflow-wrap: anywhere;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.contact-email a:hover {
    color: var(--accent);
    text-shadow: 0 0 14px rgba(255, 111, 60, 0.2);
}

.contact-template {
    display: grid;
    gap: 10px;
    padding: 20px 22px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    justify-items: center;
    text-align: center;
}

.contact-side-panel {
    display: grid;
    gap: 18px;
    justify-items: center;
    text-align: center;
}

.contact-link-list {
    display: grid;
    gap: 12px;
    width: 100%;
}

.contact-link-list:empty {
    display: none;
}

.contact-link-card {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
    justify-items: center;
    text-align: center;
}

.contact-link-card:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 43, 57, 0.34);
    background: rgba(225, 43, 57, 0.08);
}

.contact-link-title,
.contact-proof-label {
    font-family: var(--font-tech);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
}

.contact-link-note,
.contact-proof-text {
    color: var(--text-muted);
    font-size: 0.92rem;
    text-wrap: pretty;
}

.contact-proof-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-proof-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    justify-items: center;
    text-align: center;
}

footer {
    padding: 48px var(--section-x) 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(18px);
}

.footer-icons {
    width: min(880px, 100%);
    margin: 0 auto 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.footer-icons a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 1.08rem;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

.footer-icons a:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 43, 57, 0.34);
    background: rgba(225, 43, 57, 0.1);
}

.social-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.9);
}

.social-icon-ra {
    width: 24px;
    height: 24px;
}

.footer-links {
    margin-bottom: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.38);
    font-family: var(--font-tech);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.25s ease;
}

.footer-links a:hover {
    color: #fff;
}

.designer-credit {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.84rem;
}

.designer-credit a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.25s ease;
}

.designer-credit a:hover {
    color: #fff;
}

.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

@keyframes reveal-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1120px) {

    .presskit-cards,
    .contact-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-row {
        grid-template-columns: 104px minmax(0, 1fr) minmax(170px, 0.9fr) auto;
    }
}

@media (max-width: 980px) {

    .main-nav,
    .main-nav.is-scrolled {
        left: var(--section-x);
        right: var(--section-x);
        width: auto;
        transform: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .nav-links {
        position: fixed;
        top: 96px;
        left: var(--section-x);
        right: var(--section-x);
        display: grid;
        justify-items: center;
        gap: 18px;
        padding: 26px;
        border-radius: 28px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(7, 7, 10, 0.98);
        box-shadow: 0 24px 52px rgba(0, 0, 0, 0.32);
        backdrop-filter: blur(20px);
        opacity: 0;
        transform: translateY(-18px);
        pointer-events: none;
        transition:
            opacity 0.3s ease,
            transform 0.3s ease;
    }

    .nav-links.open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-links a {
        font-size: 0.92rem;
        text-align: center;
        line-height: 1.35;
    }

    .nav-links a::after {
        bottom: -6px;
    }

    .presskit-cards,
    .contact-shell,
    .contact-proof-grid {
        grid-template-columns: 1fr;
    }

    .presskit-photo-frame {
        border-radius: 30px;
    }

    .news-main {
        grid-template-columns: 1fr;
    }

    .player-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .player-nav:hover {
        transform: translateY(-52%);
    }

    .player-nav[data-player-dir="prev"] {
        left: 14px;
    }

    .player-nav[data-player-dir="next"] {
        right: 14px;
    }

    .tour-row {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            'date action'
            'fest fest'
            'loc loc';
        align-items: start;
    }

    .t-date {
        grid-area: date;
    }

    .t-fest {
        grid-area: fest;
    }

    .t-loc {
        grid-area: loc;
    }

    .t-action {
        grid-area: action;
        justify-content: center;
    }

}

@media (max-width: 760px) {
    :root {
        --section-y: 78px;
    }

    section {
        padding: var(--section-y) var(--section-x);
    }

    header {
        min-height: auto;
        padding: 112px var(--section-x) 58px;
    }

    .nav-cta {
        display: none;
    }

    .main-nav {
        gap: 12px;
        padding: 10px 12px;
    }

    .hero-title {
        width: min(100%, 340px);
    }

    .hero-kicker {
        font-size: 0.74rem;
        line-height: 1.45;
    }

    .hero-info {
        padding: 20px 20px;
    }

    .hero-actions {
        width: 100%;
        flex-direction: column;
    }

    .hero-actions .btn-cta,
    .hero-actions .btn-outline,
    .contact-actions .btn-cta,
    .contact-actions .btn-outline,
    .btn-show-all {
        width: 100%;
    }

    .btn-cta,
    .btn-outline,
    .btn-red,
    .btn-show-all {
        white-space: normal;
        overflow-wrap: anywhere;
        text-align: center;
        letter-spacing: 0.11em;
        padding-inline: 16px;
    }

    .spotify-embed {
        padding: 14px;
        border-radius: 24px;
    }

    .listen-actions,
    .presskit-actions {
        justify-content: center;
    }

    .presskit-photo-frame {
        border-radius: 28px;
    }

    .mixmag-card {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .mixmag-content {
        justify-items: center;
        text-align: center;
    }

    .mixmag-media {
        min-height: 220px;
        border-radius: 20px;
    }

    .mixmag-content .btn-cta {
        width: 100%;
    }

    .section-header {
        width: 100%;
        max-width: 100%;
    }

    .tour-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            'date'
            'fest'
            'loc'
            'action';
    }

    .t-action,
    .btn-red,
    .section-tours .btn-show-all {
        width: 100%;
    }

    .t-action {
        justify-content: stretch;
    }

    .player-nav,
    .carousel-btn {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .video-thumb {
        flex-basis: 150px;
        border-radius: 20px;
    }

    .contact-main-panel,
    .contact-side-panel {
        padding: 24px 20px;
        border-radius: 26px;
    }

    .contact-proof-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {

    .section-copy,
    .hero-display,
    .contact-guide,
    .contact-panel-copy,
    .contact-template-text,
    .card-text,
    .card-list,
    .contact-link-note,
    .contact-proof-text {
        font-size: 0.94rem;
    }

    .section-header {
        font-size: clamp(1.74rem, 10vw, 2.4rem);
    }

    .hero-kicker,
    .section-kicker,
    .contact-panel-kicker,
    .contact-template-label,
    .contact-link-title,
    .contact-proof-label,
    .nav-links a {
        letter-spacing: 0.14em;
    }

    .presskit-card,
    .tour-row {
        padding: 18px;
        border-radius: 22px;
    }

    .press-headline {
        font-size: 0.98rem;
        max-width: 100%;
    }

    .carousel {
        grid-template-columns: 1fr;
    }

    .carousel-btn {
        display: none;
    }

    .t-action {
        justify-content: center;
    }

    .footer-icons {
        gap: 12px;
    }

    .footer-icons a {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 480px) {

    .main-nav,
    .main-nav.is-scrolled {
        top: 12px;
    }

    .nav-logo img {
        width: 40px;
        height: 40px;
    }

    .menu-toggle,
    .lang-toggle {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .nav-links {
        top: 86px;
        padding: 22px;
    }

    .hero-title {
        width: min(100%, 286px);
    }

    .hero-title img {
        width: 100%;
    }

    .hero-subtitle {
        font-size: 0.96rem;
    }

    .hero-tags,
    .hero-note {
        font-size: 0.9rem;
    }

    .spotify-embed iframe {
        min-height: 332px;
    }

    .listen-embed {
        border-radius: 26px;
    }

    .player-nav {
        top: auto;
        bottom: 12px;
        transform: none;
    }

    .player-nav:hover {
        transform: translateY(-1px);
    }

    .player-nav[data-player-dir="prev"] {
        left: 12px;
    }

    .player-nav[data-player-dir="next"] {
        right: 12px;
    }

    .tour-row {
        gap: 14px;
    }

    .t-action,
    .btn-red {
        width: 100%;
    }

    .t-action {
        justify-content: stretch;
    }

    .contact-email a {
        font-size: 0.92rem;
        letter-spacing: 0.08em;
    }

    .footer-links,
    .copyright {
        font-size: 0.78rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
        scroll-behavior: auto !important;
    }
}
