/**
 * Homepage — magazine spine + ticket list. Not the old split-hero cards.
 */

html, body.nv {
    margin: 0;
    background: var(--brand-page);
    color: var(--brand-text);
    font-family: var(--brand-font);
}

.nv-app {
    min-height: 100dvh;
    display: grid;
}

@media (min-width: 960px) {
    .nv-app { grid-template-columns: 72px 1fr; }
}

.nv-spine {
    display: none;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    background: var(--lx-oil);
    color: var(--brand-on-accent);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 11px;
}

.nv-spine img,
.nv-spine span {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
    background: var(--brand-on-accent);
    color: var(--brand-4);
    display: grid;
    place-items: center;
}

@media (min-width: 960px) {
    .nv-spine { display: flex; }
}

.nv-frame { min-width: 0; }

.nv-bar {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--lx-line);
}

.nv-bar__tag {
    margin: 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-2);
}

.nv-bar nav { display: flex; gap: 16px; }
.nv-bar nav a {
    color: var(--brand-text);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid var(--brand-2);
    padding-bottom: 2px;
}

.nv-go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    background: var(--lx-oil);
    color: var(--brand-text);
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: var(--rx-cut);
    box-shadow: var(--brand-shadow-glow);
}

.nv-go--ghost {
    background: transparent;
    color: var(--brand-text);
    border: 1px solid var(--lx-line);
    box-shadow: none;
}

.nv-poster {
    display: grid;
    gap: 20px;
    padding: 28px 20px 10px;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--brand-1) 38%, transparent), transparent 70%);
}

@media (min-width: 840px) {
    .nv-poster {
        grid-template-columns: 1.4fr 0.6fr;
        align-items: end;
        padding: 40px 28px 16px;
    }
}

.nv-over {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brand-3);
}

.nv-poster h1 {
    margin: 0;
    font-family: var(--brand-display);
    font-size: clamp(42px, 9vw, 92px);
    line-height: 0.86;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.nv-lead {
    margin: 16px 0 20px;
    max-width: 42ch;
    color: var(--lx-mute);
    font-size: 16px;
}

.nv-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.nv-stamp {
    min-height: 140px;
    background: var(--lx-oil);
    box-shadow: var(--brand-shadow-glow);
    border-radius: var(--rx-cut);
    border: 1px solid rgba(255, 255, 255, 0.28);
    overflow: hidden;
}

.nv-stamp img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.nv-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    border-top: 1px solid var(--lx-line);
    border-bottom: 1px solid var(--lx-line);
}

@media (min-width: 720px) {
    .nv-strip { grid-template-columns: repeat(4, 1fr); }
}

.nv-strip > div {
    padding: 14px 16px;
    border-right: 1px solid var(--lx-line);
}

.nv-strip dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--lx-mute);
}

.nv-strip dd {
    margin: 4px 0 0;
    font-family: var(--brand-display);
    font-size: 20px;
    font-weight: 800;
}

.nv-sec { padding: 28px 20px; }
.nv-sec__h h2 {
    margin: 0;
    font-family: var(--brand-display);
    font-size: clamp(28px, 5vw, 44px);
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
.nv-sec__h p { margin: 6px 0 16px; color: var(--lx-mute); }

.nv-tickets {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nv-flow {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid var(--brand-2);
}

.nv-flow li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 0 0 22px 16px;
}

.nv-flow span {
    font-family: var(--brand-display);
    font-weight: 800;
    color: var(--brand-2);
}

.nv-flow h3 { margin: 0 0 4px; font-size: 18px; }
.nv-flow p { margin: 0; color: var(--lx-mute); }

.nv-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.nv-list li {
    display: grid;
    gap: 4px;
    padding: 14px 0;
    border-top: 1px solid var(--lx-line);
}

.nv-list h3 { margin: 0; font-size: 16px; }
.nv-list p { margin: 0; color: var(--lx-mute); }

.nv-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 20px 28px;
    border-top: 1px solid var(--lx-line);
    background: var(--brand-1);
    color: var(--brand-4);
}

.nv-end a { color: inherit; font-weight: 800; }

.gx-empty { padding: 20px; color: var(--lx-mute); }

@media (max-width: 640px) {
    .nv-bar { grid-template-columns: 1fr auto; }
    .nv-bar nav { display: none; }
}
