@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700&family=Cinzel:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --black: #050208;
    --panel: #0b0611;
    --panel-2: #12091b;
    --white: #f8f6fb;
    --muted: #aaa2b3;
    --line: rgba(255, 255, 255, 0.14);
    --orange: #ff6a00;
    --pink: #ff157f;
    --purple: #a52dff;
    --lime: #b8ff00;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    background: var(--black);
}
body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.45;
}
a {
    color: inherit;
}

.primary-nav a {
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}
.skip-link {
    position: fixed;
    left: 14px;
    top: -80px;
    z-index: 99;
    background: var(--lime);
    color: #050208;
    padding: 12px 16px;
    font-weight: 900;
    text-decoration: none;
}
.skip-link:focus {
    top: 14px;
}
.site-header {
    position: relative;
    z-index: 20;
    background: #050208;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.announcement {
    min-height: 34px;
    padding: 7px clamp(18px, 4vw, 70px);
    display: flex;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font:
        800 11px/1.2 "Arial Narrow",
        Arial,
        sans-serif;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #d8d2df;
}
.announcement span:first-child {
    color: var(--lime);
}
.announcement__dot {
    color: var(--orange);
}
.announcement a {
    margin-left: auto;
    color: #fff;
    text-decoration: none;
}
.nav-shell {
    height: 108px;
    padding: 10px clamp(18px, 4vw, 70px);
    display: grid;
    grid-template-columns: 170px 1fr auto;
    gap: 26px;
    align-items: center;
    background: rgba(5, 2, 8, 0.98);
}


/* The hero begins AFTER the header because the header is in normal flow. */
.hero {
    display: grid;
    grid-template-columns: minmax(0, 51%) minmax(0, 49%);
    align-items: stretch;
    width: 100%;
    min-height: 1180px;
    border-bottom: 1px solid var(--line);
}
.hero-art {
    position: relative;
    min-width: 0;
    min-height: 100%;
    background-color: #09030f;
    background-image: image-set(
        url("../img/media-vip-left-art-2880x2120.webp") type("image/webp"),
        url("../img/media-vip-left-art-2880x2120.jpg") type("image/jpeg")
    );
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 0, 6, 0.06) 0%, rgba(3, 0, 6, 0.02) 65%, rgba(3, 0, 6, 0.72) 100%),
        linear-gradient(0deg, rgba(3, 0, 6, 0.74) 0%, transparent 38%);
}
.hero-art__wash {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 20%, rgba(155, 33, 255, 0.18), transparent 30%),
        radial-gradient(circle at 44% 78%, rgba(255, 78, 0, 0.16), transparent 34%);
    mix-blend-mode: screen;
    pointer-events: none;
}
.hero-art__caption {
    position: absolute;
    z-index: 2;
    left: clamp(24px, 5vw, 78px);
    right: clamp(24px, 6vw, 100px);
    bottom: clamp(32px, 6vw, 78px);
    max-width: 650px;
    text-shadow: 0 5px 20px #000;
}
.hero-art__caption span {
    display: block;
    margin-bottom: 14px;
    color: var(--lime);
    text-transform: uppercase;
    font:
        900 13px/1 Arial,
        sans-serif;
    letter-spacing: 0.16em;
}
.hero-art__caption strong {
    display: block;
    font:
        900 clamp(44px, 5vw, 82px) / 0.9 "Arial Black",
        Impact,
        sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.055em;
}
.hero-art__caption p {
    max-width: 560px;
    margin: 18px 0 0;
    font-size: 18px;
    color: #e1dbe7;
}
.hero-form-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(38px, 4vw, 72px);
    background: radial-gradient(circle at 85% 10%, rgba(136, 20, 255, 0.12), transparent 31%),
        linear-gradient(135deg, #09040e 0%, #060208 100%);
}
.form-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 24px;
}
.form-brand img {
    display: block;
    width: clamp(280px, 22vw, 430px);
    height: auto;
    max-height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.7));
}
.hero-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 34px;
}
.eyebrow {
    margin: 0 0 14px;
    color: var(--lime);
    text-transform: uppercase;
    font:
        900 12px/1 Arial,
        sans-serif;
    letter-spacing: 0.18em;
}
.hero-heading h1 {
    margin: 0;
    text-transform: uppercase;
    font:
        900 clamp(56px, 5.5vw, 96px) / 0.86 "Arial Black",
        Impact,
        sans-serif;
    letter-spacing: -0.055em;
}
.hero-heading h1 span {
    color: #fff;
}
.hero-heading h1 em {
    font-style: normal;
    background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-heading > p:last-child {
    max-width: 690px;
    margin: 22px auto 0;
    color: #c8c0d0;
    font-size: 17px;
}
.request-form {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(8, 3, 12, 0.82);
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.42),
        inset 0 0 0 4px rgba(161, 37, 255, 0.035);
    backdrop-filter: blur(12px);
}
.form-section {
    padding: 25px 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.form-section:last-child {
    border-bottom: 0;
}
.form-section__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.form-section__title > span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    background: var(--lime);
    color: #050208;
    font:
        900 11px/1 Arial,
        sans-serif;
    transform: skew(-5deg);
}
.form-section__title h2 {
    margin: 0;
    text-transform: uppercase;
    font:
        900 20px/1 "Arial Narrow",
        Arial,
        sans-serif;
    letter-spacing: 0.04em;
}
.request-types {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position:relative;
    gap: 8px;
}
.request-type {
    cursor: pointer;
}
.request-type input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.request-type span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #09050d;
    color: #ddd6e3;
    text-transform: uppercase;
    font:
        900 10px/1.25 Arial,
        sans-serif;
    letter-spacing: 0.045em;
    transition: 0.18s ease;
}
.request-type input:checked + span {
    border-color: var(--orange);
    color: #fff;
    box-shadow:
        inset 0 0 0 1px var(--orange),
        0 0 26px rgba(255, 93, 0, 0.14);
    background: linear-gradient(135deg, rgba(255, 105, 0, 0.12), rgba(163, 36, 255, 0.12));
}
.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
label,
legend {
    color: #dad4df;
    text-transform: uppercase;
    font:
        900 10px/1.25 Arial,
        sans-serif;
    letter-spacing: 0.07em;
}
input:not([type="radio"]):not([type="checkbox"]), select, textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: #07040a;
  color: #fff;
  padding: 13px 14px;
  outline: none;
  transition: border-color 0.17s ease, box-shadow 0.17s ease;
}
input:focus,
select:focus,
textarea:focus {
    border-color: var(--purple);
    box-shadow: 0 0 0 3px rgba(157, 37, 255, 0.13);
}
textarea {
    resize: vertical;
    min-height: 92px;
}
::placeholder {
    color: #746d7a;
}
.festival-days {
    margin: 18px 0 0;
    padding: 0;
    border: 0;
}
.festival-days legend {
    margin-bottom: 9px;
}
.festival-days {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.festival-days legend {
    grid-column: 1/-1;
}
.festival-days label input {
    position: absolute;
    opacity: 0;
}
.festival-days label span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: #09050d;
    color: #cfc8d6;
}
.festival-days label input:checked + span {
    border-color: var(--lime);
    color: var(--lime);
    background: rgba(184, 255, 0, 0.06);
}
.field-grid--lower {
    align-items: start;
    margin-top: 16px;
}
.consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    text-transform: none;
    font:
        500 13px/1.4 Arial,
        sans-serif;
    letter-spacing: 0;
}
.consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--lime);
}
.legal {
    color: #88808e;
    font-size: 11px;
}
.form-section--submit button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 0;
    padding: 18px 22px;
    background: linear-gradient(100deg, var(--orange), var(--pink), var(--purple));
    color: #fff;
    text-transform: uppercase;
    font:
        900 15px/1 Arial,
        sans-serif;
    letter-spacing: 0.09em;
    cursor: pointer;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}
.form-section--submit button span {
    font-size: 22px;
}
.notice {
    margin: 22px;
    border: 1px solid;
    padding: 16px 18px;
}
.notice strong {
    display: block;
}
.notice span {
    display: block;
    margin-top: 4px;
}
.notice--success {
    border-color: rgba(184, 255, 0, 0.45);
    background: rgba(184, 255, 0, 0.07);
}
.notice--error {
    border-color: rgba(255, 48, 85, 0.55);
    background: rgba(255, 48, 85, 0.08);
}
.notice ul {
    margin: 8px 0 0;
    padding-left: 20px;
}
.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.access-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line);
    background: #07030b;
}
.access-strip article {
    padding: 40px clamp(28px, 4vw, 72px);
    border-right: 1px solid var(--line);
}
.access-strip article:last-child {
    border-right: 0;
}
.access-strip span {
    color: var(--purple);
    font:
        300 40px/1 Arial,
        sans-serif;
}
.access-strip h2 {
    text-transform: uppercase;
    font:
        900 18px/1.1 "Arial Narrow",
        Arial,
        sans-serif;
}
.access-strip p {
    color: #a9a1b1;
    font-size: 13px;
    max-width: 430px;
}
.site-footer {
    display: grid;
    grid-template-columns: 220px 1fr auto;
    gap: 40px;
    align-items: center;
    padding: 35px clamp(24px, 5vw, 80px);
    background: #050208;
}
.site-footer img {
    width: 200px;
    height: 120px;
    object-fit: contain;
}
.site-footer div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.site-footer strong {
    text-transform: uppercase;
}
.site-footer span {
    color: #9a92a0;
}
.site-footer a {
    color: var(--orange);
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .nav-shell {
        grid-template-columns: 150px 1fr auto;
    }
    .nav-logo {
        width: 145px;
    }
    .nav-links {
        gap: 18px;
    }
    .hero {
        grid-template-columns: 48% 52%;
    }
    .hero-form-column {
        padding: 42px 34px;
    }
    .request-types {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 860px) {
   
    .hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    .hero-art {
        min-height: 700px;
        background-image: image-set(
            url("../img/media-vip-left-art-mobile-1800x2400.webp") type("image/webp"),
            url("../img/media-vip-left-art-mobile-1800x2400.jpg") type("image/jpeg")
        );
        background-position: center center;
    }
    .hero-form-column {
        padding: 48px 24px 62px;
    }
    .form-brand img {
        width: min(360px, 74vw);
    }
    .access-strip {
        grid-template-columns: 1fr;
    }
    .access-strip article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
    .site-footer {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }
    .site-footer div {
        align-items: center;
    }
}
@media (max-width: 600px) {
   
    .hero-art {
        min-height: 570px;
    }
    .hero-art__caption {
        left: 20px;
        right: 20px;
        bottom: 28px;
    }
    .hero-art__caption strong {
        font-size: 46px;
    }
    .hero-art__caption p {
        font-size: 15px;
    }
    .hero-form-column {
        padding: 38px 14px 52px;
    }
    .form-brand {
        margin-bottom: 18px;
    }
    .form-brand img {
        width: min(320px, 82vw);
    }
    .hero-heading h1 {
        font-size: 52px;
    }
    .hero-heading > p:last-child {
        font-size: 15px;
    }
    .request-form {
        border-left: 0;
        border-right: 0;
    }
    .form-section {
        padding: 22px 16px;
    }
    .request-types {
        grid-template-columns: 1fr 1fr;
    }
    .field-grid {
        grid-template-columns: 1fr;
    }
    .festival-days {
        grid-template-columns: 1fr 1fr;
    }
    .form-section__title h2 {
        font-size: 17px;
    }
}
