/*
 * Big Little Festival — visual candidate R1
 * Loaded after site.css. The vr1 prefix keeps this visual lane isolated from
 * the stable routing, content and interaction layer.
 */

.page-home main {
    overflow: clip;
}

/* Production line-up: individual artists, with creators treated as a full part
 * of the programme rather than as a small footer label. */

.vr1-lineup-v2 {
    scroll-margin-top: 130px;
}

.vr1-lineup-v2 .vr1-heading {
    margin-bottom: clamp(32px, 5vw, 54px);
}

.vr1-lineup-days,
.vr1-creator-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
}

.vr1-lineup-v2 .vr1-day {
    min-height: 0;
    padding: 0;
    grid-column: auto;
}

.vr1-lineup-day {
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.62);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.15);
}

.vr1-lineup-day__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-top: 7px solid var(--red);
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.vr1-lineup-day--teal .vr1-lineup-day__header {
    border-top-color: var(--teal-bright);
}

.vr1-lineup-day--orange .vr1-lineup-day__header {
    border-top-color: var(--orange);
}

.vr1-lineup-day__header h3,
.vr1-lineup-day__header p {
    margin: 0;
}

.vr1-lineup-day__header h3 {
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1;
}

.vr1-lineup-day__header p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.76rem;
}

.vr1-lineup-day__artists {
    display: grid;
    gap: 14px;
    padding: 14px;
}

.vr1-lineup-person {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: var(--white);
    color: var(--ink);
}

.vr1-lineup-person__media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #a8a5a4;
}

.vr1-lineup-person__media img,
.vr1-creator-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vr1-person-media--contain img,
.page-artists .artist-card__media img.artist-card__image--contain {
    object-fit: contain;
}

.vr1-lineup-person__body {
    display: grid;
    min-height: 142px;
    align-content: start;
    padding: 16px;
}

.vr1-lineup-person__body p,
.vr1-creator-card__body > p {
    margin: 0 0 8px;
    color: var(--red-dark);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vr1-lineup-person__body h4,
.vr1-creator-card__body h4 {
    margin: 0;
    overflow-wrap: anywhere;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.22rem, 2vw, 1.65rem);
    line-height: 1;
    text-wrap: balance;
}

.vr1-lineup-person__body > a {
    width: fit-content;
    margin-top: auto;
    padding-top: 14px;
    font-size: 0.76rem;
    font-weight: 800;
    text-underline-offset: 4px;
}

.vr1-lineup-creators {
    margin-top: clamp(58px, 7vw, 86px);
    padding-top: clamp(42px, 5vw, 60px);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.vr1-lineup-creators__header {
    display: grid;
    max-width: 960px;
    margin-bottom: 28px;
    gap: 12px 34px;
}

.vr1-lineup-creators__header h3,
.vr1-lineup-creators__header p {
    margin-top: 0;
}

.vr1-lineup-creators__header h3 {
    margin-bottom: 0;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(2.15rem, 5vw, 4rem);
    line-height: 0.98;
}

.vr1-lineup-creators__header > p {
    max-width: 520px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74);
}

.vr1-creator-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 2px solid rgba(255, 255, 255, 0.62);
    border-radius: 24px;
    background: var(--white);
    box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.15);
    color: var(--ink);
}

.vr1-creator-card__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--paper-deep);
}

.vr1-creator-card__body {
    display: flex;
    min-height: 178px;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.vr1-creator-card__body h4 {
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.vr1-creator-card__body ul,
.artist-card__appearances {
    display: grid;
    margin: auto 0 0;
    padding: 18px 0 0;
    gap: 7px;
    list-style: none;
}

.vr1-creator-card__body li > a,
.vr1-creator-card__body li > span,
.artist-card__appearances li > a,
.artist-card__appearances li > span {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(35, 30, 32, 0.16);
    font-size: 0.74rem;
    text-decoration: none;
}

.vr1-creator-card__body li > a,
.artist-card__appearances li > a {
    text-underline-offset: 4px;
}

.vr1-creator-card__body li > a:hover,
.artist-card__appearances li > a:hover {
    text-decoration: underline;
}

.vr1-creator-card__body li strong,
.artist-card__appearances li strong {
    color: var(--red-dark);
    white-space: nowrap;
}

.vr1-lineup-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(38px, 5vw, 58px);
    gap: 20px 28px;
}

/* Shared focal points for the home cards and the full people directory. */
.vr1-person--antonia-grigore img {
    object-position: 68% 38%;
}

.vr1-person--alina-sorescu-si-picii img {
    object-position: 50% 26%;
}

.vr1-person--cristian-porcari img {
    object-position: 50% 24%;
}

.vr1-person--vero-caliman img {
    object-position: 50% 20%;
}

.vr1-person--andra img,
.vr1-person--smiley img {
    object-position: 50% 34%;
}

.vr1-person--vama img {
    object-position: center;
}

/* Unified artists and creators directory. */
.page-artists .page-people-hero h1 {
    font-size: clamp(3.1rem, 7vw, 6.5rem);
}

.page-artists .vr1-page-media--artists .vr1-page-media__image {
    object-position: 50% 30%;
}

.vr1-page-media__tag {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    width: fit-content;
    max-width: calc(100% - 36px);
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--ink);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.people-section {
    scroll-margin-top: 130px;
}

.people-section__header {
    display: grid;
    margin-bottom: clamp(28px, 4vw, 44px);
    gap: 14px 36px;
}

.people-section__header h2,
.people-section__header p {
    margin-top: 0;
}

.people-section__header h2 {
    max-width: 800px;
    margin-bottom: 0;
}

.people-section__header > p {
    max-width: 520px;
    margin-bottom: 0;
    color: var(--ink-soft);
}

.page-artists .people-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

.page-artists .artist-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    scroll-margin-top: 140px;
}

.page-artists .artist-card__media {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
}

.page-artists .artist-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-artists .artist-card__media img.artist-card__image--contain {
    background: #a8a5a4;
}

.page-artists .artist-card__body {
    display: flex;
    min-height: 190px;
    flex: 1;
    flex-direction: column;
}

.page-artists .artist-card__body > p {
    margin-bottom: 9px;
}

.page-artists .artist-card__body h3 {
    overflow-wrap: anywhere;
    font-size: clamp(1.45rem, 2.3vw, 1.9rem);
    line-height: 1;
    text-wrap: balance;
}

.people-section--creators {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(145deg, var(--night) 0%, var(--night-deep) 100%);
    color: #fff;
}

.people-section--creators > .container {
    position: relative;
    z-index: 1;
}

.people-section__header--light > p {
    color: rgba(255, 255, 255, 0.74);
}

.page-artists .artist-card--creator {
    color: var(--ink);
    box-shadow: 6px 6px 0 rgba(255, 203, 5, 0.72);
}

.page-artists .artist-card--creator .artist-card__body > p {
    color: var(--teal);
}

.people-program-notice {
    margin-top: clamp(42px, 6vw, 64px);
    color: var(--ink);
}

.people-program-notice .text-link:hover {
    color: var(--ink);
    text-decoration-thickness: 3px;
}

@media (min-width: 44rem) {
    .vr1-lineup-days,
    .vr1-creator-grid,
    .page-artists .people-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vr1-lineup-days > :last-child,
    .vr1-creator-grid > :last-child {
        grid-column: 1 / -1;
    }

    .vr1-lineup-creators__header,
    .people-section__header {
        grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
        align-items: end;
    }

    .page-artists #artist-vero-caliman {
        width: calc(50% - 12px);
        grid-column: 1 / -1;
        justify-self: center;
    }
}

@media (min-width: 64rem) {
    .vr1-lineup-days,
    .vr1-creator-grid,
    .page-artists .people-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vr1-lineup-days > :last-child,
    .vr1-creator-grid > :last-child {
        grid-column: auto;
    }

    .vr1-lineup-creators__header {
        grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
        max-width: none;
    }

    .page-artists #artist-vero-caliman {
        width: auto;
        grid-column: 2;
    }
}

@media (max-width: 43.99rem) {
    .vr1-lineup-day__header {
        padding: 16px;
    }

    .vr1-lineup-day__artists {
        padding: 12px;
        gap: 12px;
    }

    .vr1-lineup-person__body {
        min-height: 132px;
        padding: 14px;
    }

    .vr1-lineup-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vr1-lineup-actions .button,
    .vr1-lineup-actions .vr1-link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .vr1-page-media__tag {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
        border-radius: 14px;
        line-height: 1.25;
    }

    .page-artists .artist-card__body {
        min-height: 170px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .vr1-lineup-person,
    .vr1-creator-card,
    .page-artists .artist-card {
        transition: transform 210ms ease, box-shadow 210ms ease;
    }

    .vr1-lineup-person:hover,
    .vr1-creator-card:hover,
    .page-artists .artist-card:hover {
        transform: translateY(-3px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vr1-lineup-person,
    .vr1-creator-card,
    .page-artists .artist-card {
        transition: none;
    }

    .vr1-lineup-person:hover,
    .vr1-creator-card:hover,
    .page-artists .artist-card:hover {
        transform: none;
    }
}

.vr1-media,
.vr1-media picture,
.vr1-media img,
.vr1-media video,
img.vr1-media,
video.vr1-media {
    display: block;
    width: 100%;
    height: 100%;
}

.vr1-media img,
.vr1-media video,
img.vr1-media,
video.vr1-media {
    object-fit: cover;
}

figure.vr1-media {
    margin: 0;
}

/* A recurring illustrated identity layer for Build Your Dreams. The artwork
 * supports the page hierarchy; all copy and actions remain live HTML. */

.vr1-dream-story {
    background: var(--white);
}

.vr1-dream-story__frame {
    position: relative;
    isolation: isolate;
    min-height: clamp(560px, 72vh, 720px);
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 32px;
    background: var(--ink);
    box-shadow: 9px 9px 0 var(--ink);
    color: #fff;
}

.vr1-dream-story__art,
.vr1-dream-story__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.vr1-dream-story__art {
    z-index: -2;
    object-fit: cover;
    object-position: 72% center;
}

.vr1-dream-story__shade {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(16, 13, 14, 0.08) 20%, rgba(16, 13, 14, 0.9) 86%),
        linear-gradient(90deg, rgba(16, 13, 14, 0.96) 0%, rgba(16, 13, 14, 0.72) 52%, rgba(16, 13, 14, 0.08) 82%);
}

.vr1-dream-story__copy {
    display: flex;
    min-height: inherit;
    max-width: 700px;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(30px, 7vw, 76px);
}

.vr1-dream-story__copy .eyebrow {
    color: var(--yellow);
}

.vr1-dream-story__copy h2 {
    max-width: 680px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(3.4rem, 12vw, 7.8rem);
    line-height: 0.84;
    letter-spacing: -0.065em;
}

.vr1-dream-story__copy > p:not(.eyebrow) {
    max-width: 590px;
    color: rgba(255, 255, 255, 0.83);
    font-size: clamp(1rem, 2.3vw, 1.28rem);
}

.vr1-dream-story__copy .button-row {
    margin-top: 24px;
}

/* Approved sponsor wall. The illustration stays behind a strong paper wash so
 * every original logo keeps its own colour and remains easy to recognise. */

.vr1-partners {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--paper);
}

.vr1-partners::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255, 246, 228, 0.84);
    content: "";
}

.vr1-partners__art {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vr1-partners__heading {
    max-width: 880px;
    margin: 0 auto clamp(32px, 6vw, 62px);
    text-align: center;
}

.vr1-partners__heading .eyebrow {
    color: var(--red-dark);
}

.vr1-partners__heading h2 {
    margin-bottom: 14px;
    font-size: clamp(2.7rem, 7.5vw, 5.6rem);
    line-height: 0.92;
    letter-spacing: -0.052em;
}

.vr1-partners__heading > p:last-child {
    max-width: 650px;
    margin-inline: auto;
}

.vr1-partners__groups {
    display: grid;
    gap: 14px;
}

.vr1-partners__group {
    padding: clamp(20px, 4vw, 36px);
    border: 1px solid rgba(35, 30, 32, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 6px 6px 0 rgba(35, 30, 32, 0.94);
}

.vr1-partners__group h3 {
    margin: 0 0 18px;
    color: var(--red-dark);
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vr1-partners__logos {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    list-style: none;
}

.vr1-partners__logo {
    display: grid;
    min-width: 0;
    min-height: 104px;
    place-items: center;
    padding: 18px;
    border: 1px solid rgba(35, 30, 32, 0.12);
    border-radius: 16px;
    background: #fff;
}

.vr1-partners__logo img {
    display: block;
    width: 100%;
    max-width: 155px;
    height: 62px;
    object-fit: contain;
}

.vr1-partners__group--principal .vr1-partners__logo {
    min-height: 164px;
    grid-column: 1 / -1;
    border-color: rgba(217, 43, 30, 0.2);
}

.vr1-partners__group--principal .vr1-partners__logo img {
    max-width: 340px;
    height: 92px;
}

/* Shared progressive-video frame. The poster remains the no-motion/error UI. */

.media-frame {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 0;
    background: var(--ink);
}

.media-frame__poster,
.media-frame__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 220ms ease;
}

.media-frame__poster {
    z-index: 0;
    opacity: 1;
}

.media-frame__video {
    z-index: 1;
    opacity: 0;
}

.media-frame.is-media-playing .media-frame__video,
.media-frame[data-media-state="playing"] .media-frame__video {
    opacity: 1;
}

.media-frame.is-media-playing .media-frame__poster,
.media-frame[data-media-state="playing"] .media-frame__poster {
    opacity: 0;
}

.media-frame.is-media-error .media-frame__video,
.media-frame[data-media-state="error"] .media-frame__video {
    opacity: 0;
}

.media-frame.is-media-error .media-frame__poster,
.media-frame[data-media-state="error"] .media-frame__poster {
    opacity: 1;
}

.media-frame__control {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 6;
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    background: rgba(20, 15, 17, 0.82);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.24);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.media-frame__control:hover {
    border-color: var(--yellow);
    background: var(--yellow);
    color: var(--ink);
}

.media-frame__control:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px var(--ink), 0 5px 18px rgba(0, 0, 0, 0.24);
}

.media-frame__control-icon {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    font-size: 0.72rem;
}

.media-frame__control-label {
    white-space: nowrap;
}

.media-frame__noscript {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 5;
    padding: 7px 9px;
    border-radius: 8px;
    background: rgba(20, 15, 17, 0.78);
    color: #fff;
    font-size: 0.66rem;
}

/* Catalogue focal points are validated to these finite forms server-side. */
[data-media-focal="left"]:is(img, video),
[data-media-focal="left center"]:is(img, video),
[data-media-focal="left"] :is(.media-frame__poster, .media-frame__video),
[data-media-focal="left center"] :is(.media-frame__poster, .media-frame__video) {
    object-position: left center;
}

[data-media-focal="right"]:is(img, video),
[data-media-focal="right center"]:is(img, video),
[data-media-focal="right"] :is(.media-frame__poster, .media-frame__video),
[data-media-focal="right center"] :is(.media-frame__poster, .media-frame__video) {
    object-position: right center;
}

[data-media-focal="top"]:is(img, video),
[data-media-focal="center top"]:is(img, video),
[data-media-focal="top"] :is(.media-frame__poster, .media-frame__video),
[data-media-focal="center top"] :is(.media-frame__poster, .media-frame__video) {
    object-position: center top;
}

[data-media-focal="bottom"]:is(img, video),
[data-media-focal="center bottom"]:is(img, video),
[data-media-focal="bottom"] :is(.media-frame__poster, .media-frame__video),
[data-media-focal="center bottom"] :is(.media-frame__poster, .media-frame__video) {
    object-position: center bottom;
}

.vr1-media-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 203, 5, 0.9) 0 12%, transparent 12.4%),
        radial-gradient(circle at 76% 76%, rgba(53, 188, 163, 0.82) 0 18%, transparent 18.4%),
        var(--orange);
    color: var(--ink);
    font-family: "Montserrat BLF", Impact, sans-serif;
}

.vr1-heading {
    margin-bottom: clamp(28px, 5vw, 58px);
}

.vr1-heading h2 {
    max-width: 900px;
    margin-bottom: 0;
    font-size: clamp(2.55rem, 10.5vw, 4.9rem);
}

.vr1-heading > p:not(.eyebrow),
.vr1-heading--split > p {
    max-width: 630px;
    margin: 18px 0 0;
    color: var(--ink-soft);
    font-size: 1rem;
}

.vr1-heading--light,
.vr1-heading--light > p:not(.eyebrow),
.vr1-heading--light > p {
    color: #fff;
}

.vr1-heading--light > p:not(.eyebrow),
.vr1-heading--light > p {
    color: rgba(255, 255, 255, 0.76);
}

.vr1-heading--light .eyebrow {
    color: var(--yellow);
}

.vr1-centered-link {
    display: flex;
    justify-content: center;
    margin-top: clamp(28px, 5vw, 50px);
}

.vr1-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.vr1-link:hover {
    color: var(--red-dark);
}

.vr1-link--light {
    color: #fff;
}

.vr1-link--light:hover {
    color: var(--yellow);
}

.vr1-button--sun,
.vr1-button--sun:hover {
    border-color: var(--yellow);
    background: var(--yellow);
    color: var(--ink);
}

.vr1-button--sun:hover {
    border-color: #ffdb45;
    background: #ffdb45;
}

.vr1-button--ghost {
    border-color: rgba(255, 255, 255, 0.72);
    background: transparent;
    color: #fff;
}

.vr1-button--ghost:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ink);
}

/* Hero */

.vr1-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block: clamp(48px, 9vw, 118px);
    background:
        radial-gradient(circle at 5% 16%, rgba(255, 203, 5, 0.2) 0 90px, transparent 92px),
        radial-gradient(circle at 96% 86%, rgba(53, 188, 163, 0.2) 0 155px, transparent 158px),
        linear-gradient(145deg, var(--night) 0%, var(--night-deep) 100%);
    color: #fff;
}

.vr1-hero::before {
    position: absolute;
    top: 18%;
    left: -8%;
    z-index: -1;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.vr1-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 44px;
}

.vr1-hero__copy {
    position: relative;
    z-index: 2;
}

.vr1-hero .eyebrow {
    color: var(--yellow);
}

.vr1-hero h1 {
    max-width: 820px;
    margin-bottom: 22px;
    font-size: clamp(3.2rem, 14.5vw, 5rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.vr1-hero__lead {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.05rem, 4vw, 1.32rem);
}

.vr1-countdown {
    position: relative;
    display: grid;
    width: min(100%, 510px);
    min-height: 112px;
    margin-top: 24px;
    padding: 12px;
    gap: 9px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.vr1-countdown::after {
    position: absolute;
    inset: auto -38px -56px auto;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: rgba(255, 203, 5, 0.12);
    content: "";
    pointer-events: none;
}

.vr1-countdown__units {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.vr1-countdown__unit {
    display: grid;
    min-width: 0;
    min-height: 65px;
    padding: 7px 4px 6px;
    place-items: center;
    align-content: center;
    gap: 3px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(20, 12, 18, 0.22);
}

.vr1-countdown__unit strong {
    color: var(--yellow);
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.55rem);
    font-variant-numeric: tabular-nums;
    line-height: 0.84;
    letter-spacing: -0.04em;
    text-align: center;
}

.vr1-countdown__unit > span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vr1-countdown__availability {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-align: center;
}

.vr1-countdown__availability::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--yellow);
    content: "";
    vertical-align: 1px;
}

.vr1-countdown__status {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 76px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.vr1-countdown__status p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.92rem;
    line-height: 1.22;
}

.vr1-countdown__status b {
    color: #fff;
    font-size: 1rem;
}

.vr1-countdown__status small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.69rem;
}

.vr1-countdown time {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.vr1-countdown__signal {
    width: 18px;
    height: 18px;
    margin-inline: 8px;
    border: 5px solid rgba(255, 203, 5, 0.28);
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 0 1px var(--yellow);
}

.vr1-hero__facts {
    display: grid;
    margin: 30px 0 0;
    border-block: 1px solid rgba(255, 255, 255, 0.24);
}

.vr1-hero__facts > div {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.vr1-hero__facts > div:last-child {
    border-bottom: 0;
}

.vr1-hero__facts dt {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vr1-hero__facts dd {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: right;
}

.vr1-hero__actions {
    margin-top: 26px;
}

.vr1-hero__visual {
    position: relative;
    min-height: 410px;
    align-self: stretch;
}

.vr1-hero__media {
    position: absolute;
    inset: 0 4%;
    width: auto;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.66);
    border-radius: 48% 48% 26px 26px;
    background: #111;
    box-shadow: 18px 22px 0 rgba(0, 0, 0, 0.22);
}

/* Give the actual poster/video layer the same silhouette as its frame. This
 * keeps accelerated video rendering from exposing a rectangular surface. */
.vr1-hero__media > :is(.media-frame__poster, .media-frame__video) {
    border-radius: inherit;
}

.vr1-hero__stamp {
    position: absolute;
    top: 7%;
    left: 0;
    z-index: 4;
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    transform: rotate(-8deg);
    border: 3px solid var(--ink);
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 5px 5px 0 var(--ink);
    color: var(--ink);
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 0.86rem;
    line-height: 1.02;
    text-align: center;
    text-transform: uppercase;
}

.vr1-hero__caption {
    position: absolute;
    right: 14px;
    bottom: 16px;
    z-index: 3;
    max-width: 220px;
    margin: 0;
    padding: 10px 14px;
    transform: rotate(1.5deg);
    border: 2px solid var(--ink);
    background: var(--white);
    box-shadow: 4px 4px 0 var(--ink);
    color: var(--ink);
    font-size: 0.76rem;
}

/* Media navigation + facts */

.vr1-bento {
    background: linear-gradient(145deg, var(--night) 0%, var(--night-deep) 100%);
    color: #fff;
}

.vr1-bento__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vr1-bento__card {
    position: relative;
    display: flex;
    min-height: 220px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    border: 2px solid var(--ink);
    border-radius: 20px;
    background: var(--ink);
    color: #fff;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.vr1-bento__card--program,
.vr1-bento__card--tickets {
    min-height: 280px;
    grid-column: 1 / -1;
}

.vr1-bento__card:hover {
    transform: translateY(-4px);
    box-shadow: 7px 7px 0 var(--ink);
}

.vr1-bento__media,
.vr1-bento__shade {
    position: absolute;
    inset: 0;
}

.vr1-bento__media {
    z-index: 0;
    overflow: hidden;
}

.vr1-bento__media .vr1-media {
    transition: transform 500ms cubic-bezier(0.2, 0.75, 0.3, 1);
}

.vr1-bento__card:hover .vr1-bento__media .vr1-media {
    transform: scale(1.035);
}

.vr1-bento__shade {
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 7, 8, 0.04) 18%, rgba(10, 7, 8, 0.92) 100%);
}

.vr1-bento__card--tickets .vr1-bento__shade {
    background: linear-gradient(180deg, rgba(10, 7, 8, 0.08), rgba(217, 43, 30, 0.94));
}

.vr1-bento__index,
.vr1-bento__copy,
.vr1-bento__arrow {
    position: relative;
    z-index: 2;
}

.vr1-bento__index {
    position: absolute;
    top: 16px;
    left: 16px;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 50%;
    background: rgba(20, 16, 17, 0.34);
    font-size: 0.65rem;
}

.vr1-bento__copy {
    display: grid;
    gap: 5px;
}

.vr1-bento__eyebrow {
    color: var(--yellow);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vr1-bento__copy strong {
    max-width: 460px;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.25rem, 6vw, 2.15rem);
    line-height: 1;
}

.vr1-bento__copy > span:last-child {
    display: none;
    max-width: 420px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
}

.vr1-bento__arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--ink);
    font-size: 1.05rem;
}

.vr1-factbar {
    display: grid;
    margin: 12px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 18px;
    background: var(--yellow);
    color: var(--ink);
    list-style: none;
}

.vr1-factbar li {
    display: grid;
    min-width: 0;
    min-height: 88px;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    padding: 12px;
    border-bottom: 1px solid rgba(35, 30, 32, 0.28);
}

.vr1-factbar li:nth-child(odd) {
    border-right: 1px solid rgba(35, 30, 32, 0.28);
}

.vr1-factbar li:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.vr1-factbar li > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 2px solid var(--ink);
    border-radius: 50%;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 0.64rem;
}

.vr1-factbar p,
.vr1-factbar strong,
.vr1-factbar small {
    display: block;
    min-width: 0;
}

.vr1-factbar p {
    margin: 0;
    line-height: 1.25;
}

.vr1-factbar strong {
    font-size: 0.71rem;
}

.vr1-factbar small {
    margin-top: 3px;
    font-size: 0.61rem;
}

/* Photographic line-up */

.vr1-lineup {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-top: 1px solid rgba(255, 203, 5, 0.22);
    background: var(--white);
    color: var(--ink);
}

.vr1-lineup::after {
    position: absolute;
    right: -110px;
    bottom: -180px;
    z-index: -1;
    width: 420px;
    height: 420px;
    border: 2px solid rgba(255, 203, 5, 0.2);
    border-radius: 50%;
    content: "";
}

.vr1-lineup__grid {
    display: grid;
    gap: 16px;
}

.vr1-lineup > .container {
    position: relative;
    z-index: 1;
}

.vr1-day {
    position: relative;
    display: flex;
    min-height: 510px;
    overflow: hidden;
    flex-direction: column;
    padding: 22px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.18);
}

.vr1-lineup .vr1-lineup-day {
    border-color: rgba(35, 30, 32, 0.72);
    background: var(--paper);
    box-shadow: 6px 6px 0 rgba(35, 30, 32, 0.14);
}

.vr1-lineup .vr1-lineup-day__header {
    border-bottom-color: rgba(35, 30, 32, 0.2);
}

.vr1-lineup .vr1-lineup-day__header p {
    color: var(--ink-soft);
}

.vr1-lineup .vr1-lineup-person {
    border-color: rgba(35, 30, 32, 0.24);
}

.vr1-lineup .vr1-lineup-creators {
    border-top-color: rgba(35, 30, 32, 0.18);
}

.vr1-lineup .vr1-lineup-creators__header > p {
    color: var(--ink-soft);
}

.vr1-lineup .vr1-creator-card {
    border-color: rgba(35, 30, 32, 0.72);
    box-shadow: 6px 6px 0 rgba(255, 203, 5, 0.72);
}

.vr1-day__media,
.vr1-day__wash {
    position: absolute;
    inset: 0;
}

.vr1-day__media {
    z-index: 0;
    background: var(--red);
}

.vr1-day__wash {
    z-index: 1;
    background: linear-gradient(180deg, rgba(16, 11, 13, 0.2) 0%, rgba(16, 11, 13, 0.28) 35%, rgba(16, 11, 13, 0.96) 86%);
}

.vr1-day--red .vr1-day__wash {
    box-shadow: inset 0 7px 0 var(--red);
}

.vr1-day--teal .vr1-day__wash {
    box-shadow: inset 0 7px 0 var(--teal-bright);
}

.vr1-day--orange .vr1-day__wash {
    box-shadow: inset 0 7px 0 var(--orange);
}

.vr1-day__header,
.vr1-day__artists,
.vr1-day__guest {
    position: relative;
    z-index: 2;
}

.vr1-day__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}

.vr1-day__header span {
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 1.5rem;
}

.vr1-day__header strong {
    font-size: 0.76rem;
}

.vr1-day__artists {
    margin-top: auto;
    padding-top: 150px;
}

.vr1-day__artists h3 {
    margin: 0;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.75rem, 8vw, 2.75rem);
    line-height: 0.95;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.4);
}

.vr1-day__artists h3 + h3 {
    margin-top: 7px;
}

.vr1-day__guest {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin: 18px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.vr1-day__guest span,
.vr1-day__guest strong {
    display: block;
}

.vr1-day__guest span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vr1-day__guest strong {
    color: var(--yellow);
    font-size: 0.82rem;
}

/* Experience mosaic */

.vr1-experiences {
    background:
        radial-gradient(circle at 95% 6%, rgba(53, 188, 163, 0.18) 0 110px, transparent 112px),
        var(--paper);
}

.vr1-experiences__grid {
    display: grid;
    gap: 12px;
}

.vr1-experience {
    position: relative;
    display: flex;
    min-height: 360px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    border: 2px solid var(--ink);
    border-radius: 24px;
    background: var(--ink);
    color: #fff;
}

.vr1-experience--1 {
    min-height: 500px;
}

.vr1-experience__media,
.vr1-experience__shade {
    position: absolute;
    inset: 0;
}

.vr1-experience__media {
    z-index: 0;
    overflow: hidden;
}

.vr1-experience__shade {
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 22%, rgba(14, 9, 10, 0.22) 50%, rgba(14, 9, 10, 0.94) 100%);
}

.vr1-experience__copy {
    position: relative;
    z-index: 2;
    padding: 22px;
}

.vr1-experience__copy > p {
    margin-bottom: 8px;
    color: var(--yellow);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vr1-experience h3 {
    max-width: 650px;
    margin-bottom: 13px;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.65rem, 8vw, 3rem);
    line-height: 0.98;
}

.vr1-experience__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.vr1-experience__meta span {
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(15, 10, 12, 0.38);
    font-size: 0.63rem;
}

.vr1-card-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    text-underline-offset: 4px;
}

.vr1-card-link:hover {
    color: var(--yellow);
}

/* Ticket proof and conversion */

.vr1-tickets {
    background: #086150;
    color: #fff;
}

.vr1-tickets__layout {
    display: grid;
    gap: clamp(38px, 8vw, 94px);
}

.vr1-tickets__proof {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 44% 44% 24px 24px;
    box-shadow: 10px 10px 0 var(--ink);
}

.vr1-tickets__proof > .vr1-media,
.vr1-tickets__proof-shade {
    position: absolute;
    inset: 0;
}

.vr1-tickets__proof-shade {
    z-index: 1;
    background: linear-gradient(180deg, transparent 42%, rgba(16, 10, 12, 0.9));
}

.vr1-tickets__proof > p {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    margin: 0;
}

.vr1-tickets__proof > p span,
.vr1-tickets__proof > p strong {
    display: block;
}

.vr1-tickets__proof > p span {
    margin-bottom: 7px;
    color: var(--yellow);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vr1-tickets__proof > p strong {
    max-width: 520px;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(2rem, 9vw, 3.7rem);
    line-height: 0.97;
}

.vr1-tickets__content .vr1-heading {
    margin-bottom: 30px;
}

.vr1-ticket-list {
    display: grid;
    gap: 12px;
}

.vr1-ticket {
    padding: 20px;
    border: 2px solid var(--ink);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 5px 5px 0 var(--ink);
    color: var(--ink);
}

.vr1-ticket__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.vr1-ticket__top p {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 800;
}

.vr1-ticket__top span {
    padding: 5px 8px;
    border-radius: 999px;
    background: var(--yellow);
    font-size: 0.6rem;
}

.vr1-ticket h3 {
    margin: 16px 0 10px;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(2rem, 9vw, 3.2rem);
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.vr1-ticket__price {
    display: flex;
    align-items: baseline;
    gap: 11px;
}

.vr1-ticket__price strong {
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(2.6rem, 12vw, 4.2rem);
    line-height: 1;
}

.vr1-ticket__price small {
    font-family: "Livvic", Arial, sans-serif;
    font-size: 0.85rem;
}

.vr1-ticket__price > span {
    color: var(--ink-soft);
    font-size: 0.68rem;
}

.vr1-ticket__per-person {
    margin: 7px 0 13px;
    color: var(--red-dark);
    font-size: 0.78rem;
    font-weight: 800;
}

.vr1-ticket__description {
    font-size: 0.78rem;
}

.vr1-tickets__fine-print {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
}

/* Visit */

.vr1-visit {
    background: var(--white);
}

.vr1-visit__layout {
    display: grid;
    gap: clamp(40px, 8vw, 96px);
}

.vr1-visit__media {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 26px 26px 48% 48%;
    box-shadow: 9px 9px 0 var(--ink);
}

.vr1-visit__media > .vr1-media {
    position: absolute;
    inset: 0;
}

.vr1-visit__label {
    position: absolute;
    right: 15px;
    bottom: 22px;
    z-index: 3;
    padding: 9px 13px;
    transform: rotate(-2deg);
    border: 2px solid var(--ink);
    background: var(--yellow);
    box-shadow: 4px 4px 0 var(--ink);
    color: var(--ink);
    font-size: 0.72rem;
}

.vr1-visit__content .vr1-heading {
    margin-bottom: 20px;
}

.vr1-routes {
    border-top: 1px solid var(--line);
}

.vr1-route {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding-block: 17px;
    border-bottom: 1px solid var(--line);
}

.vr1-route > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--paper);
    font-size: 0.68rem;
}

.vr1-route h3 {
    margin-bottom: 5px;
    font-size: 1rem;
}

.vr1-route p {
    margin-bottom: 7px;
    color: var(--ink-soft);
    font-size: 0.78rem;
}

.vr1-route strong {
    color: var(--teal);
    font-size: 0.68rem;
}

/* Passport */

.vr1-passport {
    position: relative;
    overflow: hidden;
    background: var(--yellow);
}

.vr1-passport::before {
    position: absolute;
    top: -120px;
    right: -90px;
    width: 330px;
    height: 330px;
    border: 2px solid rgba(35, 30, 32, 0.2);
    border-radius: 50%;
    content: "";
}

.vr1-passport__layout {
    display: grid;
    align-items: center;
    gap: 22px;
}

.vr1-passport__copy {
    position: relative;
    z-index: 2;
}

.vr1-passport__copy .eyebrow {
    color: var(--ink);
}

.vr1-passport__copy > p:not(.eyebrow, .vr1-passport__reward) {
    max-width: 620px;
    font-size: 1.02rem;
}

.vr1-passport__reward {
    max-width: 620px;
    padding: 16px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 5px 5px 0 var(--ink);
    font-size: 0.86rem;
    font-weight: 800;
}

.vr1-passport__objects {
    position: relative;
    min-height: 430px;
}

.vr1-passport__cover {
    position: absolute;
    top: 38px;
    right: 5%;
    width: 54%;
    transform: rotate(7deg);
    border: 2px solid var(--ink);
    box-shadow: 9px 10px 0 var(--ink);
}

.vr1-passport__mascot {
    position: absolute;
    bottom: -8%;
    left: 0;
    width: 58%;
    filter: drop-shadow(8px 12px 0 rgba(35, 30, 32, 0.16));
}

.vr1-passport__objects > span {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 3;
    display: grid;
    width: 84px;
    height: 84px;
    place-items: center;
    transform: rotate(-8deg);
    border: 3px solid var(--ink);
    border-radius: 50%;
    background: var(--teal-bright);
    box-shadow: 5px 5px 0 var(--ink);
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 1.5rem;
    line-height: 0.72;
    text-align: center;
}

.vr1-passport__objects > span small {
    font-family: "Livvic", Arial, sans-serif;
    font-size: 0.62rem;
    text-transform: uppercase;
}

/* Compact updates */

.vr1-news {
    background: var(--paper);
}

.vr1-news .vr1-heading {
    margin-bottom: 30px;
}

.vr1-news__list {
    display: grid;
    gap: 10px;
}

.vr1-news-card a {
    display: grid;
    min-height: 100px;
    grid-template-columns: 96px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.vr1-news-card a:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-small);
}

.vr1-news-card__media {
    align-self: stretch;
    overflow: hidden;
    background: var(--paper-deep);
}

.vr1-news-card__media img,
.vr1-news-card__media .vr1-media-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vr1-news-card__copy {
    display: grid;
    gap: 5px;
    padding-block: 12px;
}

.vr1-news-card__copy > span {
    color: var(--red-dark);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.vr1-news-card__copy strong {
    display: -webkit-box;
    overflow: hidden;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 0.9rem;
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.vr1-news-card__arrow {
    font-size: 1.1rem;
}

/* Shared media wrappers used by the visual subpages. */

.vr1-page-media {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 330px;
    aspect-ratio: 4 / 3;
    justify-self: stretch;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid var(--ink);
    border-radius: 44% 44% 22px 22px;
    background: var(--ink);
    box-shadow: 8px 8px 0 var(--ink);
}

.vr1-page-media::after {
    position: absolute;
    inset: 36% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(14, 9, 10, 0.78));
    content: "";
    pointer-events: none;
}

.vr1-page-media__image,
.vr1-page-media__image picture,
.vr1-page-media__image img,
.vr1-page-media__image video {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
}

.vr1-page-media > .vr1-page-media__image {
    position: absolute;
    inset: 0;
    display: block;
    border: 0;
    border-radius: inherit;
    box-shadow: none;
}

.vr1-page-media__image img,
.vr1-page-media__image video,
img.vr1-page-media__image,
video.vr1-page-media__image {
    object-fit: cover;
}

.vr1-page-media__note {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 0.82rem;
}

.vr1-page-media__note strong,
.vr1-page-media__note span {
    display: block;
}

.vr1-page-media__note strong {
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.55rem, 6vw, 2.6rem);
    line-height: 1;
}

.vr1-page-media__note span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.76);
}

.vr1-page-media--ticket {
    border-radius: 48% 48% 24px 24px;
}

.vr1-page-media--ticket::before {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 3;
    padding: 7px 11px;
    transform: translateX(-50%) rotate(-3deg);
    border: 2px solid var(--ink);
    background: var(--yellow);
    box-shadow: 3px 3px 0 var(--ink);
    color: var(--ink);
    content: "2 + 1 GRATIS";
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.page-tickets .vr1-page-media--ticket .ticket-stamp {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    width: clamp(116px, 31vw, 168px);
    height: clamp(116px, 31vw, 168px);
    margin: 0;
    transform: rotate(6deg);
    border-width: 3px;
    box-shadow: 6px 6px 0 var(--ink);
}

.page-tickets .vr1-page-media--ticket .ticket-stamp span {
    font-size: clamp(1.25rem, 4.8vw, 1.85rem);
}

.page-tickets .vr1-page-media--ticket .ticket-stamp strong {
    font-size: clamp(1.15rem, 4vw, 1.65rem);
    letter-spacing: -0.04em;
}

.page-tickets .vr1-page-media--ticket .ticket-stamp small {
    margin-top: 3px;
    font-size: clamp(0.48rem, 1.8vw, 0.68rem);
}

.vr1-activity-intro {
    display: grid;
    gap: 22px;
    margin-bottom: clamp(28px, 5vw, 56px);
}

.vr1-activity-intro__media {
    position: relative;
    min-height: 280px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 26px;
    background: var(--orange);
    box-shadow: 7px 7px 0 var(--ink);
}

.vr1-activity-intro__media,
.vr1-activity-intro__media picture,
.vr1-activity-intro__media img,
.vr1-activity-intro__media video {
    width: 100%;
}

.vr1-activity-intro__media picture,
.vr1-activity-intro__media img,
.vr1-activity-intro__media video {
    height: 100%;
}

.vr1-activity-intro__media img,
.vr1-activity-intro__media video {
    object-fit: cover;
}

/* Footer closing frame supplied by the shared shell. */

.vr1-closing {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--night-deep);
}

.vr1-closing::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(61, 41, 56, 0.96) 0%, rgba(61, 41, 56, 0.72) 55%, rgba(49, 33, 45, 0.4) 100%);
    content: "";
    pointer-events: none;
}

.vr1-closing__media {
    position: absolute;
    inset: 0;
    z-index: auto;
    pointer-events: none;
}

.vr1-closing .media-frame {
    isolation: auto;
}

.vr1-closing__image,
.vr1-closing__image picture,
.vr1-closing__image img,
.vr1-closing__image video {
    width: 100%;
    height: 100%;
}

.vr1-closing__image img,
.vr1-closing__image video,
img.vr1-closing__image,
video.vr1-closing__image {
    object-fit: cover;
    object-position: center 48%;
}

.vr1-closing .closing-cta__inner {
    position: relative;
    z-index: 3;
    min-height: clamp(330px, 42vw, 520px);
}

.vr1-closing .media-frame__control {
    z-index: 4;
    pointer-events: auto;
}

.vr1-closing .closing-cta__inner > div {
    max-width: 720px;
    padding: 20px 0;
}

.vr1-closing .closing-cta__inner h2 {
    font-size: clamp(2.8rem, 10vw, 6.4rem);
}

/* Tablet */

@media (min-width: 44rem) {
    .vr1-dream-story__frame {
        min-height: 590px;
    }

    .vr1-dream-story__art {
        object-position: center;
    }

    .vr1-dream-story__shade {
        background: linear-gradient(90deg, rgba(16, 13, 14, 0.98) 0%, rgba(16, 13, 14, 0.8) 47%, rgba(16, 13, 14, 0.08) 80%);
    }

    .vr1-dream-story__copy {
        max-width: 58%;
        justify-content: center;
    }

    .vr1-partners__logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vr1-heading--split {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
        align-items: end;
        gap: 38px;
    }

    .vr1-heading--split > p,
    .vr1-heading--split > a {
        justify-self: end;
    }

    .vr1-heading--split > p {
        margin-top: 0;
    }

    .vr1-hero__facts {
        grid-template-columns: repeat(3, 1fr);
    }

    .vr1-hero__facts > div {
        display: block;
        min-height: 78px;
        padding: 14px 16px 14px 0;
        border-right: 1px solid rgba(255, 255, 255, 0.18);
        border-bottom: 0;
    }

    .vr1-hero__facts > div + div {
        padding-left: 16px;
    }

    .vr1-hero__facts > div:last-child {
        border-right: 0;
    }

    .vr1-hero__facts dd {
        margin-top: 5px;
        text-align: left;
    }

    .vr1-bento__copy > span:last-child {
        display: block;
    }

    .vr1-factbar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vr1-factbar li,
    .vr1-factbar li:nth-child(odd),
    .vr1-factbar li:nth-last-child(-n + 2) {
        min-height: 104px;
        border-right: 1px solid rgba(35, 30, 32, 0.28);
        border-bottom: 0;
    }

    .vr1-factbar li:last-child {
        border-right: 0;
    }

    .vr1-lineup__grid,
    .vr1-ticket-list,
    .vr1-news__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vr1-day:last-child {
        grid-column: 1 / -1;
    }

    .vr1-experiences__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vr1-experience--1 {
        min-height: 520px;
        grid-row: span 2;
    }

    .vr1-experience--2,
    .vr1-experience--3,
    .vr1-experience--4 {
        min-height: 254px;
    }

    .vr1-experience h3 {
        font-size: clamp(1.7rem, 4vw, 2.7rem);
    }

    .vr1-passport__layout {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
        gap: 48px;
    }

    .vr1-passport__objects {
        min-height: 520px;
    }

    .vr1-news__list {
        grid-template-columns: 1fr;
    }

    .vr1-news-card a {
        min-height: 118px;
        grid-template-columns: 170px minmax(0, 1fr) 44px;
    }

    .vr1-news-card__copy strong {
        font-size: 1.12rem;
        -webkit-line-clamp: 2;
    }

    .vr1-page-media {
        min-height: 420px;
        aspect-ratio: 16 / 10;
    }

    .vr1-activity-intro {
        grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
        align-items: center;
    }
}

/* Desktop */

@media (min-width: 64rem) {
    .vr1-dream-story__frame {
        min-height: 650px;
    }

    .vr1-dream-story__copy {
        max-width: 52%;
    }

    .vr1-partners__group {
        display: grid;
        grid-template-columns: 190px minmax(0, 1fr);
        align-items: start;
        gap: 28px;
    }

    .vr1-partners__group h3 {
        margin: 16px 0 0;
    }

    .vr1-partners__logos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vr1-partners__group--principal {
        align-items: center;
    }

    .vr1-partners__group--principal h3 {
        margin-top: 0;
    }

    .vr1-hero {
        padding-block: clamp(54px, 5vw, 76px);
    }

    .vr1-hero__grid {
        min-height: min(580px, calc(100vh - 200px));
        grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
        align-items: center;
        gap: clamp(52px, 7vw, 108px);
    }

    .vr1-hero h1 {
        font-size: clamp(3.8rem, 5vw, 5.2rem);
    }

    .vr1-hero__visual {
        min-height: 550px;
    }

    .vr1-hero__media {
        left: 4%;
    }

    .vr1-hero__stamp {
        width: 112px;
        height: 112px;
        font-size: 0.98rem;
    }

    .vr1-bento__grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        grid-template-rows: repeat(2, 230px);
        gap: 14px;
    }

    .vr1-bento__card {
        min-height: 0;
        grid-column: auto;
    }

    .vr1-bento__card--program {
        grid-column: 1 / 7;
        grid-row: 1 / 3;
    }

    .vr1-bento__card--experiences {
        grid-column: 7 / 10;
        grid-row: 1;
    }

    .vr1-bento__card--visit {
        grid-column: 10 / 13;
        grid-row: 1;
    }

    .vr1-bento__card--tickets {
        grid-column: 7 / 13;
        grid-row: 2;
    }

    .vr1-bento__card--experiences .vr1-bento__copy > span:last-child,
    .vr1-bento__card--visit .vr1-bento__copy > span:last-child {
        display: none;
    }

    .vr1-lineup__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vr1-day,
    .vr1-day:last-child {
        min-height: 570px;
        grid-column: auto;
    }

    .vr1-day__artists h3 {
        font-size: clamp(2rem, 2.8vw, 2.85rem);
    }

    .vr1-experiences__grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .vr1-experience--1 {
        min-height: 540px;
        grid-column: 1 / 8;
        grid-row: auto;
    }

    .vr1-experience--2 {
        min-height: 540px;
        grid-column: 8 / 13;
    }

    .vr1-experience--3 {
        min-height: 350px;
        grid-column: 1 / 6;
    }

    .vr1-experience--4 {
        min-height: 350px;
        grid-column: 6 / 13;
    }

    .vr1-experience--1 h3,
    .vr1-experience--4 h3 {
        font-size: clamp(2.3rem, 3.7vw, 3.65rem);
    }

    .vr1-tickets__layout,
    .vr1-visit__layout {
        grid-template-columns: minmax(390px, 0.83fr) minmax(0, 1.17fr);
        align-items: center;
    }

    .vr1-tickets__proof {
        min-height: 760px;
    }

    .vr1-ticket {
        padding: 22px;
    }

    .vr1-ticket h3 {
        font-size: clamp(2.1rem, 2.8vw, 3.2rem);
    }

    .vr1-ticket__price strong {
        font-size: clamp(3rem, 4vw, 4.4rem);
    }

    .vr1-visit__media {
        min-height: 680px;
    }

    .vr1-news__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vr1-news-card a {
        min-height: 126px;
        grid-template-columns: 126px minmax(0, 1fr) 34px;
    }

    .vr1-news-card__copy strong {
        font-size: 1rem;
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 80rem) {
    .vr1-bento__card {
        padding: 24px;
    }

    .vr1-bento__index {
        top: 22px;
        left: 22px;
    }

    .vr1-bento__arrow {
        right: 22px;
        bottom: 22px;
    }

    .vr1-bento__card--program .vr1-bento__copy strong,
    .vr1-bento__card--tickets .vr1-bento__copy strong {
        font-size: 2.6rem;
    }
}

@media (max-width: 43.99rem) {
    .vr1-dream-story__frame {
        min-height: 620px;
        border-radius: 24px;
        box-shadow: 6px 6px 0 var(--ink);
    }

    .vr1-dream-story__copy {
        padding: 28px 24px;
    }

    .vr1-dream-story__copy h2 {
        font-size: clamp(3.2rem, 16vw, 4.35rem);
    }

    .vr1-dream-story__copy .button-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .vr1-dream-story__copy .button {
        width: 100%;
    }

    .vr1-partners__logo {
        min-height: 94px;
        padding: 14px;
    }

    .vr1-partners__logo img {
        max-width: 128px;
        height: 54px;
    }

    .vr1-hero {
        padding-block: 30px 38px;
    }

    .vr1-hero__grid {
        gap: 24px;
    }

    .vr1-hero h1 {
        margin-bottom: 14px;
        font-size: clamp(2.62rem, 12.2vw, 3rem);
        line-height: 0.92;
    }

    .vr1-hero__lead {
        margin-bottom: 0;
        font-size: 0.96rem;
        line-height: 1.42;
    }

    .vr1-countdown {
        min-height: 104px;
        margin-top: 16px;
        padding: 9px;
        gap: 7px;
        border-radius: 15px;
    }

    .vr1-countdown__units {
        gap: 5px;
    }

    .vr1-countdown__unit {
        min-height: 58px;
        padding: 6px 2px 5px;
        border-radius: 10px;
    }

    .vr1-countdown__unit strong {
        font-size: clamp(1.45rem, 7vw, 1.85rem);
    }

    .vr1-countdown__unit > span,
    .vr1-countdown__availability {
        font-size: 0.56rem;
    }

    .vr1-hero__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 18px;
    }

    .vr1-hero__facts > div {
        display: block;
        min-height: 62px;
        padding: 9px 7px;
        border-right: 1px solid rgba(255, 255, 255, 0.16);
        border-bottom: 0;
    }

    .vr1-hero__facts > div:first-child {
        padding-left: 0;
    }

    .vr1-hero__facts > div:last-child {
        border-right: 0;
    }

    .vr1-hero__facts dt {
        font-size: 0.58rem;
    }

    .vr1-hero__facts dd {
        margin-top: 4px;
        font-size: 0.72rem;
        line-height: 1.2;
        text-align: left;
    }

    .vr1-hero__actions {
        display: grid;
        margin-top: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .vr1-hero__actions .button {
        width: auto;
        min-height: 48px;
        padding: 10px 11px;
        font-size: 0.76rem;
    }

    .vr1-hero__visual {
        min-height: 330px;
    }

    .vr1-hero__media {
        inset-inline: 3%;
    }

    .vr1-hero__stamp {
        width: 82px;
        height: 82px;
        font-size: 0.73rem;
    }

    .vr1-visit .button-row .button {
        width: 100%;
    }

    .vr1-bento__card--experiences .vr1-bento__arrow,
    .vr1-bento__card--visit .vr1-bento__arrow {
        display: none;
    }

    .vr1-bento__card--experiences .vr1-bento__copy strong,
    .vr1-bento__card--visit .vr1-bento__copy strong {
        font-size: 1.16rem;
    }

    .vr1-closing::after {
        background: linear-gradient(180deg, rgba(61, 41, 56, 0.64), rgba(49, 33, 45, 0.96));
    }

    .page-experiences .activity-grid {
        gap: 10px;
    }

    .page-experiences .activity-card {
        display: grid;
        min-height: 174px;
        grid-template-columns: 116px minmax(0, 1fr);
        contain-intrinsic-size: auto 190px;
        border-radius: 16px;
    }

    .page-experiences .activity-card__media {
        height: 100%;
        min-height: 174px;
    }

    .page-experiences .activity-card__body {
        min-width: 0;
        padding: 14px 13px;
    }

    .page-experiences .activity-card__zone {
        margin-bottom: 6px;
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .page-experiences .activity-card h3 {
        margin-bottom: 8px;
        font-size: 1.08rem;
        line-height: 1.02;
    }

    .page-experiences .activity-card .metadata {
        gap: 4px;
        margin-bottom: 4px;
    }

    .page-experiences .activity-card .metadata span {
        padding: 4px 6px;
        font-size: 0.7rem;
        line-height: 1.15;
    }

    .page-experiences .activity-card__body > p:not(.activity-card__zone) {
        display: none;
    }

    .page-experiences .activity-card .card-details {
        margin-top: 4px;
        padding-top: 2px;
        border-top: 0;
    }

    .page-experiences .activity-card .card-details summary {
        font-size: 0.72rem;
        line-height: 1.2;
    }

    .page-experiences .activity-card .badge--free {
        top: 8px;
        left: 8px;
        max-width: 100px;
        padding: 5px 7px;
        font-size: 0.69rem;
        line-height: 1.15;
    }
}

/* Program R2 — a Nibiru-inspired hour axis in the visual language of this build. */

.page-program .page-hero--program {
    padding-block: clamp(44px, 5vw, 64px);
    background:
        radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.42) 0 92px, transparent 93px),
        var(--yellow);
}

.page-program .page-hero__grid {
    min-height: 360px;
    gap: clamp(30px, 5vw, 68px);
}

.page-program .page-hero--program h1 {
    font-size: clamp(3.3rem, 7vw, 6.2rem);
}

.page-program .page-hero--program .page-lead {
    max-width: 720px;
    color: rgba(35, 30, 32, 0.78);
}

.page-program .vr1-page-media--program {
    max-width: 430px;
    min-height: 290px;
    max-height: 340px;
    aspect-ratio: 4 / 3;
    justify-self: end;
}

.program-hero__cta {
    margin-top: 24px;
}

.vr1-program {
    position: relative;
    overflow: clip;
    padding-top: clamp(44px, 7vw, 88px);
    background: var(--paper);
    scroll-margin-top: 112px;
}

.vr1-program::before {
    position: absolute;
    top: 90px;
    right: -70px;
    width: 190px;
    height: 190px;
    border: 2px solid rgba(35, 30, 32, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.vr1-program__intro {
    display: grid;
    align-items: end;
    margin-bottom: clamp(26px, 4vw, 42px);
    gap: 20px;
}

.vr1-program__intro h2 {
    max-width: 820px;
    margin-bottom: 0;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.vr1-program__intro > p {
    max-width: 600px;
    margin: 0;
    color: var(--ink-soft);
    font-size: 1rem;
}

.program-day-nav {
    position: relative;
    z-index: 2;
    display: grid;
    margin-bottom: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(8px, 1.6vw, 16px);
}

.program-day-link {
    --program-day-color: var(--red);
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 86px;
    align-content: center;
    padding: 14px clamp(12px, 2vw, 22px);
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 5px 5px 0 var(--ink);
    color: var(--ink);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.program-day-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: var(--program-day-color);
    content: "";
}

.program-day-link--teal {
    --program-day-color: var(--teal-bright);
}

.program-day-link--orange {
    --program-day-color: var(--orange);
}

.program-day-link:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0 var(--ink);
}

.program-day-link[aria-current="page"] {
    transform: translate(3px, 3px);
    background: var(--program-day-color);
    box-shadow: 2px 2px 0 var(--ink);
}

.program-day-link--red[aria-current="page"] {
    color: #fff;
}

.program-day-link strong,
.program-day-link span {
    display: block;
}

.program-day-link strong {
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.05rem, 2.3vw, 1.55rem);
    line-height: 1;
    text-transform: uppercase;
}

.program-day-link span {
    margin-top: 5px;
    font-size: 0.78rem;
}

.program-legend {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 18px;
    padding: 0;
    gap: 8px 18px;
    list-style: none;
}

.program-legend__item {
    --stage-color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink-soft);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.program-legend__item a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    color: inherit;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.program-legend__item a:hover,
.program-legend__item a:focus-visible {
    color: var(--ink);
    text-decoration-color: currentColor;
}

.program-legend__item::before {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: var(--stage-color);
    content: "";
}

.program-stage--mare,
.program-legend__item--mare {
    --stage-color: var(--red);
    --stage-text: #fff;
    --stage-tint: rgba(217, 43, 30, 0.08);
}

.program-stage--povesti,
.program-legend__item--povesti {
    --stage-color: var(--teal-bright);
    --stage-text: var(--ink);
    --stage-tint: rgba(53, 188, 163, 0.1);
}

.program-stage--folk,
.program-legend__item--folk {
    --stage-color: #7554c9;
    --stage-text: #fff;
    --stage-tint: rgba(117, 84, 201, 0.09);
}

.program-stage--disco,
.program-legend__item--disco {
    --stage-color: var(--yellow);
    --stage-text: var(--ink);
    --stage-tint: rgba(255, 203, 5, 0.12);
}

.program-day-panel {
    scroll-margin-top: 150px;
}

.program-day-panel__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 18px;
}

.program-day-panel__header p {
    margin: 0 0 4px;
    color: var(--red-dark);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.program-day-panel__header h3 {
    margin: 0;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1;
}

.program-day-panel__header > span {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: var(--white);
    color: var(--ink-soft);
    font-size: 0.72rem;
}

.program-timeline-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
    gap: 16px;
}

.program-time-jumps {
    display: none;
    align-items: center;
    gap: 8px;
}

[data-program-enhanced="true"] .program-time-jumps {
    display: flex;
}

.program-time-jumps button {
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: var(--white);
    color: var(--ink);
    font: inherit;
    font-size: 0.7rem;
    font-weight: 900;
    cursor: pointer;
}

.program-time-jumps button:hover,
.program-time-jumps button:focus-visible {
    background: var(--ink);
    color: #fff;
}

.program-scroll {
    --program-label: 190px;
    --program-axis: 2640px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 2px solid var(--ink);
    border-radius: 28px;
    background: var(--white);
    box-shadow: 8px 8px 0 var(--ink);
    scrollbar-color: var(--ink) var(--paper-deep);
    scrollbar-width: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.program-scroll:focus-visible {
    outline-offset: 5px;
}

.program-scroll.program-scroll--instant {
    scroll-behavior: auto;
}

.program-scroll::-webkit-scrollbar {
    height: 12px;
}

.program-scroll::-webkit-scrollbar-track {
    border-radius: 0 0 24px 24px;
    background: var(--paper-deep);
}

.program-scroll::-webkit-scrollbar-thumb {
    border: 3px solid var(--paper-deep);
    border-radius: 999px;
    background: var(--ink);
}

.program-grid {
    width: calc(var(--program-label) + var(--program-axis));
    min-width: calc(var(--program-label) + var(--program-axis));
    padding-bottom: 10px;
}

.program-hours {
    position: relative;
    height: 52px;
    margin-left: var(--program-label);
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.program-hour {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 9px;
    border-left: 1px solid rgba(35, 30, 32, 0.2);
    color: var(--ink-soft);
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}

.program-hour--at-1200 { left: 240px; }
.program-hour--at-1300 { left: 480px; }
.program-hour--at-1400 { left: 720px; }
.program-hour--at-1500 { left: 960px; }
.program-hour--at-1600 { left: 1200px; }
.program-hour--at-1700 { left: 1440px; }
.program-hour--at-1800 { left: 1680px; }
.program-hour--at-1900 { left: 1920px; }
.program-hour--at-2000 { left: 2160px; }
.program-hour--at-2100 { left: 2400px; }

.program-hour--at-2200 {
    left: 2640px;
    padding-right: 9px;
    padding-left: 0;
    transform: translateX(-100%);
}

.program-stage {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    background: var(--stage-tint);
    scroll-margin-top: 120px;
}

.program-stage:last-child {
    border-bottom: 0;
}

.program-stage__name {
    position: sticky;
    left: 0;
    z-index: 4;
    display: flex;
    width: var(--program-label);
    flex: 0 0 var(--program-label);
    align-items: center;
    margin: 0;
    padding: 20px;
    border-right: 2px solid var(--ink);
    background: var(--white);
    box-shadow: 9px 0 18px -14px rgba(35, 30, 32, 0.8);
    color: var(--ink);
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 1rem;
    line-height: 1.06;
    text-transform: uppercase;
}

.program-stage__name::before {
    width: 7px;
    height: 48px;
    flex: 0 0 7px;
    margin-right: 12px;
    border-radius: 999px;
    background: var(--stage-color);
    content: "";
}

.program-stage__track {
    position: relative;
    width: var(--program-axis);
    height: 144px;
    flex: 0 0 var(--program-axis);
    background-image: repeating-linear-gradient(
        to right,
        rgba(35, 30, 32, 0.14) 0 1px,
        transparent 1px 240px
    );
}

.program-stage__track--two-lanes {
    height: 244px;
}

.program-event {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    display: flex;
    width: 112px;
    height: 108px;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 10px 12px;
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 16px;
    background: var(--stage-color);
    box-shadow: 4px 4px 0 rgba(35, 30, 32, 0.86);
    color: var(--stage-text);
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.program-event--compact {
    top: 126px;
    width: 154px;
}

.program-event--at-1200 { left: 240px; }
.program-event--at-1300 { left: 480px; }
.program-event--at-1400 { left: 720px; }
.program-event--at-1500 { left: 960px; }
.program-event--at-1530 { left: 1080px; }
.program-event--at-1600 { left: 1200px; }
.program-event--at-1700 { left: 1440px; }
.program-event--at-1730 { left: 1560px; }
.program-event--at-1745 { left: 1620px; }
.program-event--at-1800 { left: 1680px; }
.program-event--at-1900 { left: 1920px; }
.program-event--at-1945 { left: 2100px; }
.program-event--at-2000 { left: 2160px; }
.program-event--at-2100 { left: 2400px; }

.program-event--duration-15 { width: 52px; }
.program-event--duration-30 { width: 112px; }
.program-event--duration-45 { width: 172px; }
.program-event--duration-60 { width: 232px; }
.program-event--duration-180 { width: 712px; }

.program-event--duration-15.program-event--compact {
    width: 154px;
}

.program-event:hover {
    z-index: 3;
    transform: translateY(-3px);
    box-shadow: 7px 7px 0 rgba(35, 30, 32, 0.9);
}

.program-event--tbd {
    border-style: dashed;
    background:
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0 8px, transparent 8px 16px),
        var(--stage-color);
}

.program-event__time,
.program-event__performer,
.program-event__description {
    margin: 0;
}

.program-event__time {
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.program-event__performer {
    margin-top: 3px;
    overflow: hidden;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.program-event__title {
    display: -webkit-box;
    margin: 4px 0 0;
    overflow: hidden;
    font-size: 0.84rem;
    font-weight: 900;
    line-height: 1.16;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.program-event__description {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    font-size: 0.68rem;
    line-height: 1.2;
    opacity: 0.86;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.program-event__details-toggle {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 2;
    display: none;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    place-items: center;
    background: rgba(255, 255, 255, 0.16);
    color: inherit;
    font: inherit;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.program-event__details-toggle:hover,
.program-event__details-toggle:focus-visible {
    background: var(--white);
    color: var(--ink);
}

@media (min-width: 64rem) {
    [data-program-enhanced="true"] .program-event--expandable .program-event__details-toggle {
        display: grid;
    }

    .program-event--expandable {
        padding-right: 42px;
    }

    .program-event--expandable.is-expanded {
        z-index: 8;
        width: 340px;
        height: auto;
        min-height: 154px;
        padding: 14px 46px 14px 14px;
        overflow: visible;
        justify-content: flex-start;
        box-shadow: 8px 8px 0 rgba(35, 30, 32, 0.9);
    }

    .program-event--expandable.is-expanded .program-event__performer {
        overflow: visible;
        font-size: 0.7rem;
        text-overflow: clip;
        white-space: normal;
    }

    .program-event--expandable.is-expanded .program-event__title,
    .program-event--expandable.is-expanded .program-event__description {
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset;
    }

    .program-event--expandable.is-expanded .program-event__title {
        font-size: 0.88rem;
        line-height: 1.2;
    }

    .program-event--expandable.is-expanded .program-event__description {
        font-size: 0.78rem;
        line-height: 1.3;
    }
}

.program-event__status {
    align-self: flex-start;
    margin-top: 4px;
    padding: 2px 6px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.program-timeline-hint,
.program-note {
    color: var(--ink-soft);
    font-size: 0.76rem;
}

.program-timeline-hint {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 8px;
    font-weight: 800;
}

.program-timeline-hint::before {
    content: "↔";
    color: var(--red-dark);
    font-size: 1.2rem;
}

.program-note {
    max-width: 860px;
    margin: 8px 0 0;
}

.page-program .program-followup {
    margin-top: clamp(50px, 8vw, 92px);
}

@media (min-width: 64rem) {
    .vr1-program__intro {
        grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
    }
}

@media (max-width: 63.99rem) {
    .page-program .page-hero--program {
        padding-block: 42px;
    }

    .page-program .page-hero__grid {
        min-height: 0;
        gap: 28px;
    }

    .page-program .page-hero--program h1 {
        font-size: clamp(3.15rem, 8vw, 4.5rem);
    }

    .page-program .vr1-page-media--program {
        width: 100%;
        height: clamp(180px, 32vw, 280px);
        min-height: 0;
        max-height: none;
        aspect-ratio: auto;
        justify-self: stretch;
        border-radius: 24px;
    }

    .page-program .vr1-page-media__note strong {
        font-size: clamp(1.45rem, 4vw, 2.15rem);
    }

    .vr1-program {
        padding-top: 42px;
    }

    .vr1-program__intro {
        display: none;
    }

    .program-day-nav {
        gap: 7px;
    }

    .program-day-link {
        min-height: 76px;
        padding: 10px 8px 10px 12px;
        border-radius: 15px;
        box-shadow: 3px 3px 0 var(--ink);
        text-align: center;
    }

    .program-day-link::after {
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: 6px;
        top: auto;
    }

    .program-day-link strong {
        font-size: clamp(0.92rem, 2.2vw, 1.2rem);
    }

    .program-day-link span {
        font-size: 0.72rem;
    }

    .program-legend {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 10px;
    }

    .program-legend__item {
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .program-legend__item a {
        min-height: 44px;
    }

    .program-day-panel__header {
        display: block;
    }

    .program-day-panel__header > span {
        display: inline-block;
        margin-top: 10px;
    }

    .program-scroll {
        overflow: visible;
        border-radius: 20px;
        box-shadow: 5px 5px 0 var(--ink);
    }

    .program-timeline-tools {
        display: none;
    }

    .program-grid {
        width: auto;
        min-width: 0;
        padding: 0;
    }

    .program-hours {
        display: none;
    }

    .program-stage {
        display: block;
        padding: 16px;
    }

    .program-stage__name {
        position: static;
        width: auto;
        min-height: 44px;
        margin: 0 0 12px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        font-size: 1rem;
    }

    .program-stage__name::before {
        height: 36px;
    }

    .program-stage__track,
    .program-stage__track--two-lanes {
        display: grid;
        width: auto;
        height: auto;
        gap: 9px;
        background: none;
    }

    .program-event,
    .program-event--compact {
        position: static;
        width: auto;
        height: auto;
        min-height: 96px;
        padding: 13px 14px;
        overflow: visible;
    }

    .program-event.program-event--duration-15.program-event--compact {
        width: auto;
    }

    .program-event:hover {
        transform: none;
        box-shadow: 4px 4px 0 rgba(35, 30, 32, 0.86);
    }

    .program-event__time {
        font-size: 0.78rem;
    }

    .program-event__performer {
        overflow: visible;
        font-size: 0.72rem;
        text-overflow: clip;
        white-space: normal;
    }

    .program-event__title {
        display: block;
        overflow: visible;
        font-size: 1rem;
    }

    .program-event__description {
        display: block;
        overflow: visible;
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .program-timeline-hint {
        display: none;
    }

    .program-note {
        margin-top: 14px;
        font-size: 0.76rem;
    }
}

@media (max-width: 47.99rem) {
    .page-program .page-hero--program {
        padding-block: 32px;
    }

    .page-program .page-hero__grid {
        gap: 20px;
    }

    .page-program .vr1-page-media--program {
        height: 150px;
    }
}

/* Round-two Build Your Dreams artwork. These images stay decorative while
 * the factual labels, prices, routes and calls to action remain live HTML. */

.vr1-artwork-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vr1-experience--4 .vr1-artwork-image {
    object-position: center 48%;
}

.page-experiences .vr1-activity-intro {
    grid-template-columns: 1fr;
    margin-bottom: 0;
}

.page-experiences .vr1-activity-intro__media::after {
    position: absolute;
    inset: 52% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(22, 16, 18, 0.7));
    content: "";
    pointer-events: none;
}

.page-experiences .vr1-activity-intro__media > span {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 2;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-experiences .activity-stats {
    transform: none;
}

.page-experiences .activity-stats > div {
    min-height: 94px;
    padding: 12px 8px;
}

.page-experiences .activity-stats strong {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.page-hero--tickets {
    isolation: isolate;
}

.vr1-ticket-hero__art,
.vr1-ticket-hero__wash {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.vr1-ticket-hero__art {
    z-index: 0;
    opacity: 0.52;
    object-fit: cover;
    object-position: center;
}

.vr1-ticket-hero__wash {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(245, 155, 53, 0.98) 0%, rgba(245, 155, 53, 0.91) 42%, rgba(245, 155, 53, 0.62) 68%, rgba(245, 155, 53, 0.26) 100%),
        linear-gradient(180deg, rgba(245, 155, 53, 0.08), rgba(245, 155, 53, 0.46));
    pointer-events: none;
}

.page-hero--tickets .page-hero__grid {
    position: relative;
    z-index: 2;
}

.passport-detail {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.passport-detail__art {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 62%;
    height: 100%;
    opacity: 0.66;
    object-fit: cover;
    object-position: 62% center;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 64%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 64%, transparent 100%);
}

.passport-detail__grid {
    position: relative;
    z-index: 1;
}

.vr1-page-media--contest {
    border-radius: 30px;
    background: var(--paper);
}

.vr1-page-media--contest .vr1-artwork-image {
    object-position: center 54%;
}

@media (min-width: 64rem) {
    .page-experiences .page-hero__grid {
        grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.1fr);
        gap: clamp(44px, 5vw, 68px);
    }

    .page-experiences .page-hero h1 {
        max-width: 620px;
        font-size: clamp(3.6rem, 5.8vw, 5rem);
    }
}

/* Restrained scroll reveals: content is hidden only after JavaScript has
 * identified below-the-fold candidates, so a failed script never hides copy. */
.has-reveal-motion [data-reveal] {
    transition:
        opacity 500ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
        transform 500ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.has-reveal-motion [data-reveal]:not(.is-revealed) {
    transform: translateY(12px);
    opacity: 0;
}

.has-reveal-motion [data-reveal].is-revealed {
    transform: translateY(0);
    opacity: 1;
}

.button,
.desktop-nav a::after,
.menu-toggle__icon i,
.quick-card,
.news-card__link,
.vr1-bento__card,
.vr1-news-card a,
.program-day-link,
.program-event {
    transition-duration: 210ms;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 63.99rem) {
    .vr1-ticket-hero__art {
        opacity: 0.38;
        object-position: 58% center;
    }

    .vr1-ticket-hero__wash {
        background: rgba(245, 155, 53, 0.76);
    }

    .passport-detail__art {
        bottom: auto;
        width: 100%;
        height: 620px;
        opacity: 0.46;
        object-position: center;
        -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.82) 58%, transparent 100%);
        mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.82) 58%, transparent 100%);
    }
}

@media (max-width: 47.99rem) {
    .page-experiences .page-hero--activities {
        padding-block: 38px 30px;
    }

    .page-experiences .page-hero__grid {
        gap: 24px;
    }

    .page-experiences .vr1-activity-intro__media {
        min-height: 250px;
        aspect-ratio: 4 / 3;
    }

    .page-experiences .activity-stats > div {
        min-height: 78px;
        padding-inline: 5px;
    }

    .page-experiences .activity-stats strong {
        font-size: 1.6rem;
    }

    .page-experiences .activity-stats span {
        font-size: 0.59rem;
    }

    .passport-detail__art {
        height: 520px;
        opacity: 0.4;
    }

    .vr1-page-media--contest {
        min-height: 310px;
        border-radius: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .has-reveal-motion [data-reveal],
    .has-reveal-motion [data-reveal]:not(.is-revealed) {
        transform: none;
        opacity: 1;
        transition: none;
    }

    .vr1-bento__card,
    .vr1-bento__media .vr1-media,
    .vr1-news-card a,
    .program-day-link,
    .program-event {
        transition: none;
    }

    .vr1-bento__card:hover,
    .vr1-news-card a:hover,
    .vr1-bento__card:hover .vr1-bento__media .vr1-media {
        transform: none;
    }

    .program-scroll {
        scroll-behavior: auto;
    }
}

/* Contest directory and migrated contest details. Stateful forms remain
 * same-origin and use a dedicated, fail-closed gateway. */

.contest-directory .section-heading {
    margin-bottom: clamp(30px, 5vw, 50px);
}

.contest-directory .section-heading > p {
    max-width: 540px;
}

.contest-directory .contest-grid {
    align-items: stretch;
}

.contest-directory .contest-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    flex-direction: column;
    padding: 0;
    border-radius: 24px;
    background: var(--white);
    color: var(--ink);
}

.contest-directory .contest-card::before {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 3;
    width: 7px;
    background: var(--red);
    content: "";
    pointer-events: none;
}

.contest-directory .contest-card--yellow::before {
    background: var(--yellow);
}

.contest-directory .contest-card--teal::before {
    background: var(--teal-bright);
}

.contest-card__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--ink);
}

.contest-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contest-card:hover .contest-card__media img {
    transform: scale(1.025);
}

.contest-card__body {
    display: flex;
    min-height: 350px;
    flex: 1;
    flex-direction: column;
    padding: clamp(24px, 3vw, 32px);
}

.contest-directory .contest-card .eyebrow {
    color: var(--red-dark);
}

.contest-directory .contest-card h3 {
    margin: 0 0 16px;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 0.96;
}

.contest-directory .contest-card h3 a {
    color: inherit;
    text-decoration: none;
}

.contest-directory .contest-card h3 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.contest-directory .contest-card__body > p:not(.eyebrow, .contest-card__deadline) {
    margin-bottom: 24px;
    color: var(--ink-soft);
}

.contest-card__deadline {
    display: grid;
    margin: auto 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    gap: 4px;
}

.contest-card__deadline span {
    color: var(--ink-soft);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.contest-card__deadline time {
    font-weight: 800;
}

.contest-directory .contest-card .button {
    width: 100%;
    margin-top: 22px;
}

.contest-campaign-note {
    display: grid;
    margin-top: clamp(48px, 7vw, 78px);
    padding: clamp(26px, 4vw, 42px);
    border: 2px solid var(--ink);
    border-radius: 24px;
    background: var(--yellow);
    box-shadow: 7px 7px 0 var(--ink);
    gap: 24px 40px;
}

.contest-campaign-note h2 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 3.3rem);
}

.contest-campaign-note p:last-child {
    max-width: 720px;
    margin-bottom: 0;
}

.contest-campaign-note .button-row {
    margin-top: 0;
}

.contest-detail__hero {
    background:
        radial-gradient(circle at 91% 8%, rgba(255, 255, 255, 0.35) 0 100px, transparent 102px),
        var(--red);
    color: #fff;
}

.contest-detail--yellow .contest-detail__hero {
    background:
        radial-gradient(circle at 91% 8%, rgba(255, 255, 255, 0.5) 0 100px, transparent 102px),
        var(--yellow);
    color: var(--ink);
}

.contest-detail--teal .contest-detail__hero {
    background:
        radial-gradient(circle at 91% 8%, rgba(255, 255, 255, 0.38) 0 100px, transparent 102px),
        var(--teal-bright);
    color: var(--ink);
}

.contest-detail__hero .eyebrow,
.contest-detail__hero .page-lead {
    color: currentColor;
}

.contest-detail__hero .page-lead {
    opacity: 0.82;
}

.contest-detail__breadcrumb {
    margin-bottom: 28px;
}

.contest-detail__breadcrumb a {
    color: currentColor;
}

.contest-detail__hero-copy h1 {
    max-width: 800px;
    font-size: clamp(3rem, 7vw, 6.5rem);
}

.contest-detail__deadline {
    display: grid;
    width: fit-content;
    margin: 28px 0 0;
    padding: 14px 18px;
    border: 2px solid currentColor;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    gap: 3px;
}

.contest-detail__deadline span {
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contest-detail__deadline strong {
    font-size: 0.9rem;
}

.contest-detail__hero-media {
    aspect-ratio: 16 / 10;
    border-color: var(--ink);
    border-radius: 28px;
    background: var(--ink);
}

.contest-detail__hero-media::after {
    inset: 48% 0 0;
}

.contest-detail__hero-media .vr1-page-media__image {
    object-position: center;
}

.contest-detail__hero-tag {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    width: fit-content;
    max-width: calc(100% - 36px);
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--ink);
    font-size: 0.68rem;
    font-weight: 900;
}

.contest-detail__content {
    background: var(--paper);
}

.contest-detail__layout {
    display: grid;
    gap: clamp(36px, 7vw, 84px);
}

.contest-detail__main {
    min-width: 0;
}

.contest-detail__facts {
    display: grid;
    margin: 0 0 clamp(42px, 6vw, 68px);
    padding: 0;
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 6px 6px 0 var(--ink);
}

.contest-detail__facts > div {
    display: grid;
    min-height: 102px;
    align-content: center;
    padding: 18px;
    border-bottom: 1px solid var(--line);
}

.contest-detail__facts > div:last-child {
    border-bottom: 0;
}

.contest-detail__facts dt {
    color: var(--red-dark);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contest-detail__facts dd {
    margin: 6px 0 0;
    font-weight: 800;
    line-height: 1.2;
}

.contest-detail__eligibility,
.contest-detail__steps,
.contest-detail__section,
.contest-detail__guide,
.contest-detail__partners {
    margin-top: clamp(34px, 5vw, 58px);
}

.contest-detail__eligibility {
    padding: clamp(24px, 4vw, 38px);
    border: 2px solid var(--ink);
    border-radius: 20px;
    background: var(--yellow);
    box-shadow: 6px 6px 0 var(--ink);
}

.contest-detail__eligibility > .eyebrow {
    color: var(--ink);
}

.contest-detail__eligibility h2,
.contest-detail__steps h2,
.contest-detail__section h2,
.contest-detail__guide h2 {
    font-size: clamp(2rem, 4.2vw, 3.4rem);
}

.contest-detail__eligibility > p:last-child,
.contest-detail__section > p:last-child,
.contest-detail__guide > div > p:last-child {
    margin-bottom: 0;
}

.contest-detail__steps ol {
    display: grid;
    margin: 24px 0 0;
    padding: 0;
    counter-reset: contest-step;
    gap: 12px;
    list-style: none;
}

.contest-detail__steps li {
    display: grid;
    min-height: 84px;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    counter-increment: contest-step;
}

.contest-detail__steps li::before {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    content: counter(contest-step, decimal-leading-zero);
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 0.72rem;
}

.contest-detail__section {
    padding-top: clamp(30px, 4vw, 48px);
    border-top: 1px solid var(--line);
}

.contest-detail__section p {
    max-width: 760px;
}

.contest-detail__guide {
    display: grid;
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 22px;
    background: var(--white);
}

.contest-detail__guide > div {
    padding: clamp(24px, 4vw, 38px);
}

.contest-detail__guide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    border-top: 1px solid var(--line);
}

.contest-detail__partners {
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--white);
}

.contest-detail__partners > p {
    color: var(--ink-soft);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contest-detail__partners ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 0;
    padding: 0;
    gap: 22px 34px;
    list-style: none;
}

.contest-detail__partners li {
    display: grid;
    min-width: 140px;
    min-height: 84px;
    place-items: center;
}

.contest-detail__partners img {
    display: block;
    max-width: 180px;
    max-height: 74px;
    object-fit: contain;
}

.contest-detail__aside {
    display: grid;
    height: fit-content;
    gap: 16px;
}

.contest-detail__aside-card,
.contest-detail__document-card {
    padding: clamp(22px, 3vw, 30px);
    border: 2px solid var(--ink);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 5px 5px 0 var(--ink);
}

.contest-detail__aside-card h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.contest-detail__aside-card .button {
    width: 100%;
    margin-top: 12px;
}

.contest-detail__document-card {
    border-width: 1px;
    box-shadow: none;
}

.contest-detail__document-card strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 1.1rem;
}

.contest-detail__document-card p {
    margin-bottom: 12px;
    color: var(--ink-soft);
    font-size: 0.82rem;
}

.contest-detail__ticket-link {
    padding: 10px 4px;
}

.contest-detail__form-section,
.contest-detail__submission {
    max-width: 980px;
    margin: clamp(64px, 9vw, 110px) auto 0;
    scroll-margin-top: 130px;
}

.contest-detail__form-heading {
    max-width: 740px;
    margin-bottom: 28px;
}

.contest-detail__form-heading h2,
.contest-detail__submission h2 {
    font-size: clamp(2.6rem, 6vw, 5rem);
}

.contest-form__preview-note {
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid var(--ink);
    border-radius: 14px;
    background: var(--blue);
}

.contest-form {
    position: relative;
    padding: clamp(22px, 5vw, 48px);
    border: 2px solid var(--ink);
    border-radius: 24px;
    background: var(--white);
    box-shadow: 8px 8px 0 var(--ink);
}

.contest-form[aria-busy="true"] {
    cursor: wait;
}

.contest-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.contest-form fieldset + fieldset {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.contest-form legend {
    padding: 0;
    font-family: "Montserrat BLF", Impact, sans-serif;
    font-size: 1.2rem;
}

.contest-form__details > p {
    margin: 8px 0 20px;
    color: var(--ink-soft);
    font-size: 0.76rem;
}

.contest-form__fields {
    display: grid;
    gap: 16px;
}

.contest-form__field--wide {
    grid-column: 1 / -1;
}

.contest-form__field label {
    display: block;
    margin-bottom: 7px;
    font-size: 0.76rem;
    font-weight: 800;
}

.contest-form__field label span {
    color: var(--ink-soft);
    font-weight: 600;
}

.contest-form__field input {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    outline: 0;
    background: var(--paper);
    color: var(--ink);
    font: inherit;
}

.contest-form__field input:focus {
    border-color: var(--ink);
    box-shadow: 0 0 0 4px rgba(255, 203, 5, 0.65);
}

.contest-form__field input[aria-invalid="true"] {
    border-color: var(--red-dark);
    box-shadow: 0 0 0 3px rgba(217, 43, 30, 0.16);
}

.contest-form__field-error {
    margin: 7px 0 0;
    color: var(--red-dark);
    font-size: 0.72rem;
    font-weight: 800;
}

.contest-form__field-hint {
    max-width: 760px;
    margin: 7px 0 0;
    color: var(--ink-soft);
    font-size: 0.72rem;
    line-height: 1.5;
}

.contest-form__agreement label {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    cursor: pointer;
}

.contest-form__agreement input {
    width: 22px;
    height: 22px;
    margin: 1px 0 0;
    accent-color: var(--teal);
}

.contest-form__agreement span,
.contest-form__privacy {
    font-size: 0.8rem;
    line-height: 1.55;
}

.contest-form__agreement legend {
    margin-bottom: 14px;
}

.contest-form__privacy {
    margin: 26px 0 18px;
    color: var(--ink-soft);
}

.contest-form__error-summary,
.contest-form__status {
    margin-bottom: 22px;
    padding: 16px 18px;
    border: 2px solid var(--red-dark);
    border-radius: 12px;
    background: rgba(217, 43, 30, 0.08);
    font-weight: 800;
}

.contest-form__status {
    border-color: var(--teal);
    background: rgba(53, 188, 163, 0.12);
}

.contest-form__trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contest-form .button {
    min-width: min(100%, 260px);
}

.contest-detail__submission {
    display: grid;
    align-items: center;
    padding: clamp(28px, 5vw, 48px);
    border: 2px solid var(--ink);
    border-radius: 24px;
    background: var(--teal-bright);
    box-shadow: 8px 8px 0 var(--ink);
    gap: 24px 44px;
}

.contest-detail__submission h2,
.contest-detail__submission p {
    margin-bottom: 0;
}

.contest-detail__submission .button {
    width: 100%;
}

@media (min-width: 44rem) {
    .contest-campaign-note,
    .contest-detail__submission {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .contest-detail__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contest-detail__facts > div,
    .contest-detail__facts > div:last-child {
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .contest-detail__facts > div:last-child {
        border-right: 0;
    }

    .contest-form__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .contest-detail__layout {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
        align-items: start;
    }

    .contest-detail__aside {
        position: sticky;
        top: 122px;
    }

    .contest-detail__guide {
        grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
        align-items: stretch;
    }

    .contest-detail__guide img {
        border-top: 0;
        border-left: 1px solid var(--line);
    }
}

@media (max-width: 43.99rem) {
    .contest-directory .contest-card__body {
        min-height: 0;
    }

    .contest-detail__hero .page-hero__grid {
        gap: 28px;
    }

    .contest-detail__hero-copy h1 {
        font-size: clamp(2.7rem, 13vw, 3.75rem);
    }

    .contest-detail__hero-tag {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
    }

    .contest-detail__guide img {
        min-height: 190px;
    }

    .contest-form {
        border-radius: 18px;
        box-shadow: 5px 5px 0 var(--ink);
    }

    .contest-detail__submission {
        box-shadow: 5px 5px 0 var(--ink);
    }
}

@media (prefers-reduced-motion: reduce) {
    .contest-card__media img {
        transition: none;
    }

    .contest-card:hover .contest-card__media img {
        transform: none;
    }
}

/* Quiet paper-cut accents for otherwise empty cream/white section edges. */
.decorated-section {
    position: relative;
    overflow: clip;
    isolation: isolate;
}

.decorated-section > .container {
    position: relative;
    z-index: 1;
}

.section-edge-art {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: min(720px, 112vw);
    max-width: none;
    height: auto;
    opacity: 0.28;
    pointer-events: none;
    user-select: none;
}

.section-edge-art--top {
    top: -24px;
    transform: translateX(-50%);
}

.section-edge-art--bottom {
    bottom: -64px;
    transform: translateX(-50%) rotate(180deg);
}

.section-edge-art--lower {
    top: 82%;
    transform: translateX(-50%) scaleX(-1);
}

.section-edge-art--article {
    top: 16%;
    width: min(760px, 116vw);
    transform: translateX(-50%) scaleX(-1);
    opacity: 0.16;
}

.section-edge-art--article-lower {
    top: 72%;
    transform: translateX(-50%);
}

.section-edge-art--activity {
    display: block;
    width: min(760px, 116vw);
    opacity: 0.15;
}

.section-edge-art--activity-a {
    top: 8%;
    transform: translateX(-50%);
}

.section-edge-art--activity-b {
    top: 46%;
    transform: translateX(-50%) scaleX(-1);
}

.section-edge-art--activity-c {
    top: 82%;
    transform: translateX(-50%);
}

.night-edge-art {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: min(900px, 140vw);
    max-width: none;
    height: auto;
    opacity: 0.25;
    pointer-events: none;
    user-select: none;
}

.night-edge-art--hero {
    top: -28px;
    transform: translateX(-50%) scaleX(-1);
}

.night-edge-art--lineup-a,
.night-edge-art--creators-a,
.night-edge-art--bento-a {
    top: 4%;
    transform: translateX(-50%);
}

.night-edge-art--lineup-b,
.night-edge-art--creators-b,
.night-edge-art--bento-b {
    top: 66%;
    transform: translateX(-50%) scaleX(-1);
}

.night-edge-art--footer {
    bottom: -28px;
    transform: translateX(-50%);
    opacity: 0.22;
}

@media (min-width: 44rem) {
    .section-edge-art {
        width: min(1200px, 126vw);
        opacity: 0.22;
    }

    .section-edge-art--top {
        top: -70px;
    }

    .section-edge-art--bottom {
        bottom: -100px;
    }

    .section-edge-art--article,
    .section-edge-art--activity {
        width: min(1260px, 132vw);
    }

    .night-edge-art {
        width: min(1380px, 128vw);
        opacity: 0.24;
    }

    .night-edge-art--hero {
        top: -90px;
    }
}

@media (min-width: 64rem) {
    .section-edge-art {
        width: min(1600px, 118vw);
        opacity: 0.18;
    }

    .section-edge-art--top {
        top: -110px;
    }

    .section-edge-art--bottom {
        bottom: -150px;
    }

    .section-edge-art--article {
        width: min(1720px, 124vw);
        opacity: 0.13;
    }

    .section-edge-art--activity {
        width: min(1680px, 128vw);
        opacity: 0.12;
    }

    .night-edge-art {
        width: min(1540px, 120vw);
        opacity: 0.22;
    }
}

@media (min-width: 92.5rem) {
    .section-edge-art--activity {
        width: min(1680px, 116vw);
        opacity: 0.15;
    }
}

@media print {
    .vr1-hero,
    .vr1-lineup,
    .vr1-tickets,
    .vr1-closing {
        background: #fff !important;
        color: #000 !important;
    }

    .vr1-hero__visual,
    .vr1-dream-story__art,
    .vr1-partners__art,
    .vr1-ticket-hero__art,
    .passport-detail__art,
    .festival-zone-card__art,
    .section-edge-art,
    .night-edge-art,
    .vr1-experience__media video,
    .vr1-visit__media video,
    .vr1-closing__media {
        display: none !important;
    }

    .program-day-nav,
    .program-legend,
    .program-timeline-hint {
        display: none !important;
    }

    [data-program-panel][hidden] {
        display: block !important;
    }

    .program-day-panel {
        break-before: page;
    }

    .program-scroll {
        overflow: visible;
        border: 1px solid #000;
        box-shadow: none;
    }

    .program-grid {
        width: auto;
        min-width: 0;
    }

    .program-hours {
        display: none;
    }

    .program-stage {
        display: block;
        padding: 12px;
        break-inside: avoid;
    }

    .program-stage__name {
        position: static;
        width: auto;
        padding: 0 0 8px;
        border: 0;
        box-shadow: none;
    }

    .program-stage__track,
    .program-stage__track--two-lanes {
        display: grid;
        width: auto;
        height: auto;
        gap: 6px;
        background: none;
    }

    .program-event,
    .program-event--compact {
        position: static;
        width: auto;
        height: auto;
        min-height: 0;
        color: #000;
        box-shadow: none;
    }

    .program-event__title,
    .program-event__description {
        display: block;
        overflow: visible;
    }
}
