:root {
    --zx-bg: #02070a;
    --zx-panel: #071016;
    --zx-cyan: #00eaff;
    --zx-red: #c51622;
    --zx-orange: #ff6b2e;
    --zx-text: #eef8fb;
    --zx-muted: #89a7b0;
    --zx-line: rgba(0, 234, 255, 0.28);
}

body.zx-template-v02 {
    background:
        radial-gradient(circle at 52% 0%, rgba(0, 234, 255, 0.16), transparent 34rem),
        linear-gradient(180deg, #05070b 0%, var(--zx-bg) 48%, #000 100%);
    color: var(--zx-text);
}

.site-main {
    overflow: hidden;
}

.zx-shell {
    width: min(1240px, 92vw);
    margin: 0 auto;
}

.zx-landing {
    padding: 3.75rem 0 5.5rem;
}

.zx-hero-v02 {
    position: relative;
    min-height: clamp(520px, calc(100vh - 230px), 680px);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
}

.zx-hero-v02::before {
    content: "";
    position: absolute;
    inset: -5rem -9vw auto;
    height: 60%;
    background-image: url("../images/zx-home-v02/zx_home_sprite_sheet.png");
    background-size: cover;
    background-position: center;
    opacity: 0.18;
    filter: saturate(0.9) blur(1px);
    pointer-events: none;
}

.zx-hero-copy-v02,
.zx-hero-art {
    position: relative;
    z-index: 1;
}

.zx-eyebrow {
    color: var(--zx-cyan);
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.zx-display {
    margin: 0.55rem 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4.6rem, 11vw, 10rem);
    line-height: 0.82;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zx-display span {
    color: var(--zx-cyan);
}

.zx-tagline {
    margin: 1.1rem 0 0;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: clamp(1.1rem, 2.7vw, 2rem);
}

.zx-intro {
    max-width: 42rem;
    color: #c6d7dd;
    font-size: 1.05rem;
    line-height: 1.75;
}

.zx-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.zx-btn-v02 {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--zx-cyan);
    padding: 0.8rem 1.15rem;
    color: var(--zx-cyan);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 900;
    background: rgba(0, 20, 28, 0.86);
}

.zx-btn-v02.is-hot {
    border-color: var(--zx-orange);
    background: var(--zx-orange);
    color: #fff;
}

.zx-hero-art {
    min-height: 560px;
    background-image:
        linear-gradient(90deg, rgba(2, 7, 10, 0.08), rgba(2, 7, 10, 0.78)),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(0, 234, 255, 0.34);
    box-shadow: 0 0 70px rgba(0, 234, 255, 0.1);
}

.zx-hero-art::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.zx-section {
    margin-top: clamp(4rem, 7vw, 7rem);
}

.zx-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.4rem;
}

.zx-section h2 {
    margin: 0;
    color: var(--zx-cyan);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zx-section-head p {
    max-width: 38rem;
    color: var(--zx-muted);
    line-height: 1.7;
}

.zx-hero-strip {
    position: relative;
    min-height: 360px;
    border: 1px solid var(--zx-line);
    overflow: hidden;
    background: #03090d;
}

.zx-hero-stage {
    position: absolute;
    inset: 0;
    background-image: url("../images/zx-home-v02/zx_home_sprite_sheet.png");
    background-size: 200% 300%;
    transition: background-position 0.55s ease;
}

.zx-hero-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.zx-strip-copy {
    position: relative;
    z-index: 1;
    width: min(680px, 84%);
    padding: clamp(2rem, 5vw, 4rem);
}

.zx-strip-copy h3 {
    margin: 0.25rem 0 1.4rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 0.92;
    letter-spacing: 0.1em;
}

.zx-hero-dots {
    position: absolute;
    z-index: 2;
    left: clamp(2rem, 5vw, 4rem);
    bottom: 1.4rem;
    display: flex;
    gap: 0.6rem;
}

.zx-hero-dots button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--zx-cyan);
    background: transparent;
}

.zx-hero-dots button.is-active {
    background: var(--zx-cyan);
}

.zx-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
}

.zx-card-v02 {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border: 1px solid rgba(0, 234, 255, 0.24);
    padding: 1.2rem;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.86)), var(--card-image);
    background-size: cover;
    background-position: center;
}

.zx-card-v02 h3 {
    margin: 0 0 0.45rem;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.zx-card-v02 p {
    margin: 0;
    color: #cfe1e6;
    line-height: 1.55;
}

.zx-lore-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.2rem;
    align-items: stretch;
}

.zx-lore-image {
    min-height: 420px;
    border: 1px solid var(--zx-line);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72)), var(--lore-image);
    background-size: cover;
    background-position: center;
}

.zx-lore-panel {
    border-left: 2px solid var(--zx-orange);
    background: rgba(7, 16, 22, 0.7);
    padding: clamp(1.4rem, 3vw, 2.2rem);
}

.zx-lore-panel p {
    margin: 0 0 1rem;
    color: #c6d7dd;
    line-height: 1.7;
}

.zx-secondary {
    padding: 4rem 0 5.5rem;
}

.zx-page-hero {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    min-height: 520px;
}

.zx-page-art {
    min-height: 500px;
    border: 1px solid var(--zx-line);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)), var(--page-image);
    background-size: cover;
    background-position: center;
}

.zx-page-copy h1 {
    margin: 0.55rem 0 1rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 0.9;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zx-page-copy p {
    color: #cfe1e6;
    line-height: 1.75;
    font-size: 1.05rem;
}

.zx-beats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.zx-beat {
    border: 1px solid rgba(0, 234, 255, 0.22);
    background: rgba(7, 16, 22, 0.72);
    padding: 1.2rem;
    min-height: 170px;
}

.zx-beat strong {
    display: block;
    color: var(--zx-cyan);
    margin-bottom: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
}

.zx-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.2rem;
}

.zx-chip {
    border: 1px solid rgba(0, 234, 255, 0.28);
    padding: 0.45rem 0.7rem;
    color: var(--zx-cyan);
    background: rgba(0, 0, 0, 0.28);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

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

    .zx-hero-art,
    .zx-page-art {
        min-height: 460px;
    }

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

@media (max-width: 640px) {
    .zx-landing,
    .zx-secondary {
        padding-top: 2.4rem;
    }

    .zx-display {
        font-size: clamp(3.5rem, 19vw, 5.2rem);
    }

    .zx-section-head {
        display: block;
    }

    .zx-card-grid,
    .zx-beats {
        grid-template-columns: 1fr;
    }
}
