:root {
    --ink: #0b0b0c;
    --ink-soft: #171719;
    --paper: #f2f0e6;
    --paper-deep: #dddace;
    --acid: #c8ff00;
    --muted: #8b8b84;
    --line-dark: rgba(11, 11, 12, .18);
    --line-light: rgba(242, 240, 230, .2);
    --display: "Anton", "Arial Narrow", sans-serif;
    --body: "Manrope", sans-serif;
    --edge: clamp(20px, 4vw, 64px);
    --safe-left: env(safe-area-inset-left, 0px);
    --safe-right: env(safe-area-inset-right, 0px);
    --safe-top: env(safe-area-inset-top, 0px);
    --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*, *::before, *::after {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px;
    background: var(--ink);
}

section[id],
h1[id],
h2[id] {
    scroll-margin-top: 24px;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

body.dialog-open {
    overflow: hidden;
}

body::selection {
    background: var(--acid);
    color: var(--ink);
}

a, button, input {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
}

button, a, input, label {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

:focus-visible {
    outline: 3px solid var(--acid);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    transform: translateY(-160%);
    background: var(--acid);
    color: var(--ink);
    font-weight: 800;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: calc(22px + var(--safe-top)) max(var(--edge), var(--safe-right)) 22px max(var(--edge), var(--safe-left));
    border-bottom: 1px solid var(--line-light);
    color: var(--paper);
}

.brand {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-self: start;
    font-family: var(--display);
    font-size: 1.25rem;
    letter-spacing: .035em;
    line-height: 1;
}

.brand-slash,
.footer-brand span {
    color: var(--acid);
}

.organizer {
    margin: 0;
    color: rgba(242, 240, 230, .65);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}

.organizer span {
    color: var(--paper);
}

.header-cta {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-self: end;
    padding: 9px 0 7px;
    border-bottom: 2px solid var(--acid);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-cta span {
    display: inline-block;
    margin-left: 8px;
    transition: transform .2s ease;
}

.header-cta:hover span {
    transform: translate(3px, 3px);
}

.hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 27vw);
    grid-template-rows: 1fr auto;
    gap: 0 clamp(32px, 5vw, 84px);
    padding: clamp(118px, 16vh, 180px) var(--edge) 52px;
    padding-right: max(var(--edge), var(--safe-right));
    padding-left: max(var(--edge), var(--safe-left));
    background: var(--ink);
    color: var(--paper);
    isolation: isolate;
}

.hero::before {
    position: absolute;
    z-index: -1;
    top: 11%;
    right: 21%;
    width: min(42vw, 620px);
    aspect-ratio: 1;
    border: 1px solid rgba(200, 255, 0, .36);
    border-radius: 50%;
    box-shadow: 0 0 0 4vw rgba(200, 255, 0, .02), 0 0 0 8vw rgba(200, 255, 0, .015);
    content: "";
    transform: translateY(calc(var(--scroll-y, 0) * .08px));
}

.hero::after {
    position: absolute;
    z-index: -1;
    top: -35%;
    right: 9%;
    width: 2px;
    height: 150%;
    background: var(--acid);
    box-shadow: 0 0 22px var(--acid), 0 0 70px rgba(200, 255, 0, .8);
    content: "";
    opacity: .8;
    transform: rotate(29deg) translateY(calc(var(--scroll-y, 0) * -.12px));
    transform-origin: center;
}

.hero-grid {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to right, black, transparent 82%);
}

.hero-glow {
    position: absolute;
    z-index: -3;
    top: 15%;
    right: -10%;
    width: 58vw;
    height: 68vh;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 255, 0, .12), rgba(200, 255, 0, 0) 65%);
    filter: blur(12px);
}

.hero-orbit-logo {
    position: absolute;
    z-index: -1;
    top: 11%;
    right: 21%;
    width: min(42vw, 620px);
    height: auto;
    padding: 0;
    opacity: .38;
    filter: saturate(.82) contrast(1);
    pointer-events: none;
    transform: translateY(calc(var(--scroll-y, 0) * .08px));
    user-select: none;
}

.hero-copy {
    align-self: center;
}

.eyebrow,
.section-number,
.ticket-label,
.summary-label,
.formula-kicker {
    margin: 0;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 23px;
    color: var(--acid);
}

.eyebrow::before {
    width: 32px;
    height: 2px;
    background: currentColor;
    content: "";
}

.hero-title {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(5.8rem, 13.7vw, 13.4rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .74;
    text-transform: uppercase;
}

.title-line {
    display: block;
}

.title-line:nth-child(2) {
    padding-left: .19em;
}

.title-line:nth-child(3) {
    padding-left: .05em;
}

.title-acid {
    color: var(--acid);
}

.title-outline {
    color: transparent;
    -webkit-text-stroke: 2px var(--paper);
}

.hero-ticket {
    position: relative;
    align-self: center;
    min-height: 450px;
    padding: clamp(28px, 3.2vw, 50px);
    transform: rotate(2.5deg);
    background: var(--acid);
    color: var(--ink);
    box-shadow: 18px 18px 0 rgba(242, 240, 230, .07);
}

.ticket-notch {
    position: absolute;
    top: 40%;
    left: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--ink);
}

.ticket-label {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(11, 11, 12, .3);
}

.ticket-place {
    margin: 42px 0 0;
    font-family: var(--display);
    font-size: clamp(2.7rem, 4.7vw, 5.2rem);
    letter-spacing: -.025em;
    line-height: .85;
    text-transform: uppercase;
}

.ticket-place span {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--ink);
}

.ticket-time {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 42px 0 28px;
}

.ticket-time span {
    max-width: 80px;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.25;
    text-transform: uppercase;
}

.ticket-time strong {
    font-family: var(--display);
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1;
}

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0 20px;
    border: 0;
    cursor: pointer;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.button:hover {
    transform: translateY(-3px);
}

.button-dark {
    background: var(--ink);
    color: var(--paper);
}

.button-dark:hover {
    background: var(--paper);
    color: var(--ink);
}

.button-acid {
    background: var(--acid);
    color: var(--ink);
}

.button-acid:hover {
    background: var(--paper);
}

.hero-ticket .button {
    width: 100%;
}

.hero-meta {
    display: flex;
    align-self: end;
    gap: clamp(24px, 4vw, 60px);
    padding-top: 35px;
    border-top: 1px solid var(--line-light);
}

.hero-meta p {
    margin: 0;
    font-size: .77rem;
    font-weight: 600;
}

.hero-meta span {
    display: block;
    margin-bottom: 5px;
    color: rgba(242, 240, 230, .45);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.scroll-cue {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    align-self: end;
    color: rgba(242, 240, 230, .52);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.scroll-cue i {
    position: relative;
    display: block;
    width: 1px;
    height: 54px;
    overflow: hidden;
    background: rgba(242, 240, 230, .25);
}

.scroll-cue i::after {
    position: absolute;
    top: -50%;
    left: 0;
    width: 1px;
    height: 50%;
    background: var(--acid);
    content: "";
    animation: scroll-line 1.8s ease-in-out infinite;
}

@keyframes scroll-line {
    to { transform: translateY(300%); }
}

.ticker {
    overflow: hidden;
    padding: 16px 0;
    border-block: 2px solid var(--ink);
    background: var(--acid);
}

.ticker-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 28px;
    font-family: var(--display);
    font-size: clamp(1.35rem, 2.6vw, 2.2rem);
    letter-spacing: .04em;
    line-height: 1;
    animation: ticker 22s linear infinite;
}

.ticker-track i {
    font-family: var(--body);
    font-size: .8em;
    font-style: normal;
}

@keyframes ticker {
    to { transform: translateX(-50%); }
}

.section-pad {
    padding: clamp(90px, 12vw, 180px) var(--edge);
    padding-right: max(var(--edge), var(--safe-right));
    padding-left: max(var(--edge), var(--safe-left));
}

.formule {
    background:
        linear-gradient(90deg, transparent 49.95%, rgba(11, 11, 12, .06) 50%, transparent 50.05%),
        var(--paper);
}

.section-intro {
    display: grid;
    grid-template-columns: 1fr 2.2fr 1fr;
    align-items: end;
    gap: 35px;
    margin-bottom: clamp(60px, 9vw, 120px);
}

.section-number {
    align-self: start;
    color: var(--muted);
}

.section-intro h2,
.booking-heading h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(4.3rem, 10vw, 10.2rem);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: .84;
    text-transform: uppercase;
}

.split-heading .split-line {
    display: block;
    width: max-content;
    max-width: 100%;
    line-height: .9;
    white-space: nowrap;
}

.split-line-acid {
    color: var(--acid);
    -webkit-text-stroke: 1.5px var(--ink);
    paint-order: stroke fill;
}

.split-line-outline {
    color: transparent;
    -webkit-text-stroke: 2px var(--ink);
}

.split-line-outline-light {
    color: transparent;
    -webkit-text-stroke: 2px var(--paper);
}

.split-line-inverted {
    padding: .02em .09em .04em;
    background: var(--ink);
    color: var(--acid);
}

.section-lede {
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 600;
}

.formula-list {
    border-top: 2px solid var(--ink);
}

.formula {
    display: grid;
    grid-template-columns: 70px minmax(280px, 1fr) auto 90px;
    align-items: center;
    gap: clamp(20px, 4vw, 60px);
    min-height: 230px;
    padding: 32px 0;
    border-bottom: 2px solid var(--ink);
    transition: background .35s ease, padding .35s ease;
}

.formula:hover,
.formula:focus-within {
    padding-inline: 28px;
    background: var(--ink);
    color: var(--paper);
}

.formula-featured:hover,
.formula-featured:focus-within {
    background: var(--acid);
    color: var(--ink);
}

.formula-index {
    font-family: var(--display);
    font-size: 2.7rem;
}

.formula-copy h3 {
    margin: 6px 0 8px;
    font-family: var(--display);
    font-size: clamp(2.1rem, 4vw, 4.5rem);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1;
    text-transform: uppercase;
}

.formula-copy > p:last-child {
    max-width: 580px;
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
}

.formula:hover .formula-copy > p:last-child,
.formula:focus-within .formula-copy > p:last-child {
    color: rgba(242, 240, 230, .63);
}

.formula-featured:hover .formula-copy > p:last-child,
.formula-featured:focus-within .formula-copy > p:last-child {
    color: rgba(11, 11, 12, .62);
}

.formula-price {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(4.2rem, 8vw, 8.5rem);
    line-height: 1;
}

.formula-price span {
    font-size: .27em;
    vertical-align: top;
}

.formula-pick {
    display: flex;
    width: 76px;
    height: 76px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.formula-pick span {
    font-size: 1.1rem;
}

.formula-pick:hover {
    transform: rotate(-8deg) scale(1.08);
    background: var(--acid);
    color: var(--ink);
}

.formula-featured:hover .formula-pick:hover {
    background: var(--ink);
    color: var(--acid);
}

.night {
    position: relative;
    min-height: 880px;
    overflow: hidden;
    background: var(--ink);
    color: var(--paper);
    isolation: isolate;
}

.night::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: radial-gradient(rgba(242, 240, 230, .16) .65px, transparent .65px);
    background-size: 5px 5px;
    content: "";
    mask-image: linear-gradient(to bottom, black, transparent 92%);
    opacity: .38;
}

.night-light {
    position: absolute;
    z-index: -1;
    top: -25%;
    width: 9vw;
    height: 140%;
    transform: rotate(22deg);
    transform-origin: top center;
    background: linear-gradient(to bottom, rgba(200, 255, 0, .75), transparent 75%);
    filter: blur(22px);
    opacity: .22;
}

.night-light-one { left: 24%; }
.night-light-two { right: 18%; transform: rotate(-27deg); opacity: .12; }

.night-copy {
    position: relative;
    z-index: 2;
}

.night-copy h2 {
    max-width: 1100px;
    margin: 55px 0 38px;
    font-family: var(--display);
    font-size: clamp(5.2rem, 14vw, 14.7rem);
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: .78;
    text-transform: uppercase;
}

.night-text {
    max-width: 520px;
    margin: 0 0 0 44%;
    color: rgba(242, 240, 230, .67);
    font-size: clamp(1rem, 1.6vw, 1.28rem);
}

.dress-code {
    position: absolute;
    z-index: 3;
    right: var(--edge);
    bottom: 50px;
    width: min(380px, 34vw);
    padding: 30px;
    transform: rotate(-3deg);
    background: var(--paper);
    color: var(--ink);
}

.dress-code p {
    margin: 0 0 25px;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.dress-code strong {
    display: block;
    font-family: var(--display);
    font-size: clamp(3.3rem, 6vw, 6.6rem);
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: .82;
    text-transform: uppercase;
}

.dress-code > span {
    display: block;
    margin-top: 22px;
    font-size: .76rem;
    font-weight: 600;
}

.pulse-ring {
    position: absolute;
    bottom: -14vw;
    left: -5vw;
    width: 44vw;
    aspect-ratio: 1;
}

.pulse-ring i {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(200, 255, 0, .24);
    border-radius: 50%;
    animation: pulse 4s ease-out infinite;
}

.pulse-ring i:nth-child(2) { animation-delay: 1.3s; }
.pulse-ring i:nth-child(3) { animation-delay: 2.6s; }

@keyframes pulse {
    from { opacity: .9; transform: scale(.35); }
    to { opacity: 0; transform: scale(1); }
}

.booking {
    background: var(--acid);
}

.booking-heading {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: end;
    gap: 35px;
    margin-bottom: clamp(50px, 7vw, 100px);
}

.booking-heading > p:last-child {
    margin: 0;
    font-size: .92rem;
    font-weight: 600;
}

.booking-heading .section-number {
    color: rgba(11, 11, 12, .55);
}

.booking-shell {
    max-width: 1440px;
    margin: 0 auto;
    background: var(--ink);
    color: var(--paper);
    box-shadow: 20px 20px 0 rgba(11, 11, 12, .15);
}

.booking-steps {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line-light);
    list-style: none;
}

.booking-steps li {
    position: relative;
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 12px;
    padding: 0 clamp(15px, 2.5vw, 36px);
    border-right: 1px solid var(--line-light);
    color: rgba(242, 240, 230, .38);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.booking-steps li:last-child { border-right: 0; }
.booking-steps li.is-active { color: var(--paper); }
.booking-steps li.is-active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--acid);
    content: "";
}

.booking-steps li span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: .6rem;
}

.booking-steps em {
    margin-left: auto;
    padding: 4px 7px;
    background: rgba(200, 255, 0, .1);
    color: var(--acid);
    font-size: .52rem;
    font-style: normal;
}

.booking-form {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(310px, .72fr);
}

.form-main {
    padding: clamp(28px, 5vw, 72px);
}

.ticket-options {
    display: grid;
    margin: 0 0 56px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    border: 0;
}

.ticket-options legend {
    width: 100%;
    margin-bottom: 18px;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ticket-option {
    position: relative;
    display: grid;
    min-height: 105px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border: 1px solid var(--line-light);
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.ticket-option + .ticket-option { border-left: 0; }
.ticket-option:has(input:checked) {
    border-color: var(--acid);
    background: var(--acid);
    color: var(--ink);
}

.ticket-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.ticket-option:focus-within {
    outline: 3px solid var(--acid);
    outline-offset: 4px;
}

.ticket-option-mark {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.ticket-option-mark::after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: currentColor;
    content: "";
    transform: scale(0);
    transition: transform .2s ease;
}

.ticket-option input:checked + .ticket-option-mark::after { transform: scale(1); }

.ticket-option-copy strong,
.ticket-option-copy small {
    display: block;
}

.ticket-option-copy strong {
    font-size: .84rem;
}

.ticket-option-copy small {
    margin-top: 3px;
    color: rgba(242, 240, 230, .5);
    font-size: .63rem;
}

.ticket-option:has(input:checked) .ticket-option-copy small { color: rgba(11, 11, 12, .62); }

.ticket-option b {
    font-family: var(--display);
    font-size: 1.8rem;
    font-weight: 400;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 22px;
}

.field {
    position: relative;
    padding-top: 7px;
}

.field input {
    width: 100%;
    height: 64px;
    padding: 20px 0 4px;
    border: 0;
    border-bottom: 1px solid rgba(242, 240, 230, .42);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--paper);
    font-size: 1rem;
}

.field label {
    position: absolute;
    top: 29px;
    left: 0;
    color: rgba(242, 240, 230, .5);
    font-size: .77rem;
    font-weight: 600;
    pointer-events: none;
    transition: transform .2s ease, color .2s ease, font-size .2s ease;
}

.field input:focus,
.field input:not(:placeholder-shown) {
    border-bottom-color: var(--acid);
}

.field input:focus-visible {
    outline: 2px solid var(--acid);
    outline-offset: 3px;
}

.field input:focus + label,
.field input:not(:placeholder-shown) + label {
    color: var(--acid);
    font-size: .59rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    transform: translateY(-18px);
}

.field.has-error input {
    border-bottom-color: #ff6d5f;
}

.field-error {
    min-height: 18px;
    margin: 6px 0 0;
    color: #ff8175;
    font-size: .62rem;
}

.consent-block {
    max-width: 670px;
    margin-top: 30px;
}

.consent {
    display: grid;
    min-height: 44px;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 12px;
    cursor: pointer;
}

.consent input {
    position: absolute;
    opacity: 0;
}

.consent > span {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1px solid rgba(242, 240, 230, .45);
}

.consent > span::after {
    color: var(--ink);
    content: "✓";
    font-size: .75rem;
    font-weight: 900;
    opacity: 0;
}

.consent input:checked + span {
    border-color: var(--acid);
    background: var(--acid);
}

.consent input:checked + span::after { opacity: 1; }
.consent:focus-within > span { outline: 3px solid var(--acid); outline-offset: 3px; }

.consent small {
    color: rgba(242, 240, 230, .55);
    font-size: .65rem;
    line-height: 1.5;
}

.privacy-link,
.site-footer button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.privacy-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    margin-left: 32px;
    color: var(--paper);
    font-size: .72rem;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.consent-block.has-error .consent > span {
    border-color: #ff8175;
}

.consent-error {
    margin-left: 32px;
}

.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-error {
    min-height: 22px;
    margin: 18px 0 0;
    color: #ff8175;
    font-size: .72rem;
    font-weight: 700;
}

.order-summary {
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 4vw, 55px);
    border-left: 1px solid var(--line-light);
    background: var(--ink-soft);
}

.summary-label { color: var(--acid); }

.summary-event {
    margin: 38px 0 60px;
}

.summary-event strong {
    display: block;
    font-family: var(--display);
    font-size: clamp(2.6rem, 4vw, 4.2rem);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: .87;
    text-transform: uppercase;
}

.summary-event span {
    display: block;
    margin-top: 20px;
    color: rgba(242, 240, 230, .5);
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.65;
    text-transform: uppercase;
}

.order-summary dl {
    margin: auto 0 30px;
}

.order-summary dl > div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line-light);
}

.order-summary dt,
.order-summary dd {
    margin: 0;
    font-size: .72rem;
}

.order-summary dt { color: rgba(242, 240, 230, .48); }
.order-summary dd { font-weight: 700; text-align: right; }

.submit-button {
    width: 100%;
}

.submit-button.is-loading {
    cursor: wait;
    opacity: .72;
}

.submit-button.is-loading i {
    animation: button-spin .7s linear infinite;
}

@keyframes button-spin { to { transform: rotate(360deg); } }

.payment-note {
    margin: 15px 0 0;
    color: rgba(242, 240, 230, .45);
    font-size: .59rem;
    line-height: 1.5;
}

.payment-note span { margin-right: 5px; color: var(--acid); }

.booking-success {
    padding: clamp(45px, 8vw, 100px);
    scroll-margin-top: 12px;
    text-align: center;
}

.booking-success[hidden] { display: none; }

.success-icon {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    place-items: center;
    border-radius: 50%;
    background: var(--acid);
    color: var(--ink);
    font-size: 2rem;
    font-weight: 900;
}

.booking-success .section-number { color: var(--acid); }

.booking-success h3 {
    margin: 18px 0 24px;
    font-family: var(--display);
    font-size: clamp(4rem, 9vw, 8.5rem);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: .82;
    text-transform: uppercase;
}

.booking-success > p:not(.section-number) {
    max-width: 580px;
    margin: 0 auto;
    color: rgba(242, 240, 230, .62);
}

.booking-code {
    max-width: 560px;
    margin: 45px auto 20px;
    padding: 25px;
    border: 1px dashed rgba(242, 240, 230, .4);
}

.booking-code span,
.booking-code strong { display: block; }
.booking-code span { color: rgba(242, 240, 230, .45); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.booking-code strong { margin-top: 6px; color: var(--acid); font-family: var(--display); font-size: 2.5rem; font-weight: 400; letter-spacing: .08em; }

.success-payment {
    display: flex;
    max-width: 560px;
    align-items: center;
    gap: 15px;
    margin: 0 auto 35px;
    padding: 17px;
    background: rgba(200, 255, 0, .08);
    text-align: left;
}

.success-payment > span { color: var(--acid); font-size: 1.6rem; }
.success-payment p { margin: 0; color: rgba(242, 240, 230, .55); font-size: .7rem; }
.success-payment strong { color: var(--paper); }

.site-footer {
    display: grid;
    grid-template-columns: 1.4fr 1fr auto;
    gap: 40px;
    padding: 60px var(--edge) 35px;
    padding-right: max(var(--edge), var(--safe-right));
    padding-bottom: calc(35px + var(--safe-bottom));
    padding-left: max(var(--edge), var(--safe-left));
    background: var(--ink);
    color: var(--paper);
}

.footer-brand {
    font-family: var(--display);
    font-size: clamp(3rem, 7vw, 7rem);
    letter-spacing: -.04em;
    line-height: .8;
}

.site-footer p {
    margin: 0;
    color: rgba(242, 240, 230, .5);
    font-size: .68rem;
    line-height: 1.6;
}

.site-footer strong { color: var(--paper); }

.site-footer nav {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.site-footer nav a,
.site-footer nav button {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid currentColor;
}

.footer-note {
    grid-column: 1 / -1;
    padding-top: 25px;
    border-top: 1px solid var(--line-light);
    text-align: right;
}

.privacy-dialog {
    width: min(720px, calc(100% - 30px));
    max-height: calc(100svh - 30px);
    margin: auto;
    padding: 0;
    border: 0;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 25px 25px 0 var(--acid);
    overscroll-behavior: contain;
}

.privacy-dialog::backdrop {
    background: rgba(11, 11, 12, .86);
    backdrop-filter: blur(5px);
}

.dialog-head {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 22px;
    border-bottom: 1px solid var(--line-dark);
    background: var(--paper);
}

.dialog-head p {
    margin: 0;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dialog-head button {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
}

.dialog-content {
    padding: clamp(30px, 6vw, 70px);
}

.dialog-content h2 {
    margin: 0 0 35px;
    font-family: var(--display);
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .84;
    text-transform: uppercase;
}

.dialog-content p {
    margin: 0 0 18px;
    color: #4d4d49;
    font-size: .82rem;
}

.dialog-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dialog-content .button { margin-top: 15px; background: var(--ink); color: var(--paper); }

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hero .title-line:nth-child(2) { transition-delay: .08s; }
.hero .title-line:nth-child(3) { transition-delay: .16s; }
.hero-ticket { transition-delay: .22s; }
.hero-meta { transition-delay: .3s; }

@media (max-width: 1050px) {
    .hero {
        min-height: 920px;
        grid-template-columns: 1fr 310px;
    }

    .hero-title { font-size: clamp(5.5rem, 13vw, 8.5rem); }
    .hero-ticket { min-height: 420px; padding: 32px; }
    .ticket-place { font-size: 3.6rem; }
    .section-intro, .booking-heading { grid-template-columns: .7fr 2fr; }
    .section-intro .section-lede, .booking-heading > p:last-child { grid-column: 2; }
    .formula { grid-template-columns: 55px minmax(250px, 1fr) auto 80px; }
    .booking-form { grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr); }
}

@media (max-width: 760px) {
    :root { --edge: 20px; }

    .site-header {
        grid-template-columns: 1fr auto;
        padding-top: calc(8px + var(--safe-top));
        padding-bottom: 8px;
    }

    .organizer { display: none; }

    .hero {
        display: block;
        min-height: auto;
        padding-top: calc(96px + var(--safe-top));
        padding-bottom: 34px;
    }

    .hero::before {
        top: 10%;
        right: -28%;
        width: 90vw;
    }

    .hero-orbit-logo {
        top: 10%;
        right: -28%;
        width: 90vw;
        padding: 0;
        opacity: .3;
        transform: none;
    }

    .hero::after { right: 12%; }
    .hero-grid { background-size: 42px 42px; }
    .hero-copy { position: relative; z-index: 2; }
    .hero-title { font-size: clamp(4.65rem, 24vw, 7.4rem); }
    .title-line:nth-child(2) { padding-left: .08em; }
    .title-outline { -webkit-text-stroke-width: 1.5px; }

    .hero-ticket {
        width: calc(100% - 22px);
        min-height: 0;
        margin: 58px 0 40px 12px;
        padding: 28px;
        transform: rotate(1.5deg);
    }

    .ticket-place { margin-top: 28px; font-size: 3.4rem; }
    .ticket-time { margin: 30px 0 25px; }
    .hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding-top: 24px; }
    .hero-meta p { font-size: .75rem; }
    .hero-meta span { font-size: .75rem; }
    .eyebrow, .section-number, .ticket-label, .summary-label, .formula-kicker { font-size: .75rem; }
    .ticket-time span, .dress-code p, .ticket-options legend, .button { font-size: .75rem; }
    .scroll-cue { display: none; }
    .ticker { padding-block: 12px; }
    .ticker-track { animation: none; }

    .section-pad {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .section-intro,
    .booking-heading {
        display: block;
    }

    .section-intro .section-number,
    .booking-heading .section-number { margin-bottom: 30px; }
    .section-intro h2, .booking-heading h2 { font-size: clamp(4.2rem, 21vw, 7rem); }
    .split-heading .split-line { line-height: .94; }
    .split-line-acid { -webkit-text-stroke-width: 1px; }
    .split-line-outline,
    .split-line-outline-light { -webkit-text-stroke-width: 1.5px; }
    .section-lede, .booking-heading > p:last-child { max-width: 300px; margin-top: 25px; }

    .formula-list { border-top-width: 1px; }
    .formula {
        position: relative;
        display: grid;
        min-height: 0;
        grid-template-columns: 40px 1fr;
        gap: 20px;
        padding: 35px 0;
        border-bottom-width: 1px;
    }

    .formula:hover, .formula:focus-within { padding-inline: 15px; }
    .formula-index { align-self: start; font-size: 2rem; }
    .formula-copy h3 { font-size: 2.6rem; }
    .formula-price { grid-column: 2; font-size: 5.7rem; }
    .formula-pick { position: absolute; right: 0; bottom: 40px; width: 66px; height: 66px; font-size: .75rem; }

    .night { min-height: 760px; }
    .night-copy h2 { font-size: clamp(4.8rem, 21vw, 8.2rem); margin-top: 40px; }
    .night-text { max-width: 310px; margin-left: 20%; }
    .dress-code { right: 24px; bottom: 35px; width: min(330px, calc(100% - 48px)); }
    .pulse-ring { bottom: -5vw; width: 85vw; }

    .booking-shell { box-shadow: 9px 9px 0 rgba(11, 11, 12, .15); }
    .booking-steps li { min-height: 60px; justify-content: center; padding: 0 5px; color: rgba(242, 240, 230, .62); font-size: .75rem; letter-spacing: .045em; }
    .booking-steps li span { display: none; }
    .booking-steps em { display: none; }
    .booking-form { display: block; }
    .ticket-options { display: block; margin-bottom: 35px; }
    .ticket-option + .ticket-option { border-top: 0; border-left: 1px solid var(--line-light); }
    .ticket-option-copy small { font-size: .75rem; }
    .field-grid { display: block; }
    .field { margin-bottom: 13px; }
    .field input:focus + label,
    .field input:not(:placeholder-shown) + label { font-size: .75rem; }
    .field-error { font-size: .75rem; }
    .consent small { font-size: .78rem; }
    .privacy-link { font-size: .78rem; }
    .order-summary { min-height: 0; padding: 26px 28px calc(28px + var(--safe-bottom)); border-top: 1px solid var(--line-light); border-left: 0; }
    .summary-label, .summary-event { display: none; }
    .order-summary dl { margin: 0 0 24px; }
    .order-summary dt, .order-summary dd { font-size: .78rem; }
    .payment-note { font-size: .75rem; }

    .site-footer { display: block; }
    .site-footer > p, .site-footer nav { margin-top: 35px; }
    .site-footer p, .site-footer nav { font-size: .75rem; }
    .booking-code span, .success-payment p { font-size: .75rem; }
    .footer-note { text-align: left; }
    .privacy-dialog {
        width: calc(100% - 24px - var(--safe-left) - var(--safe-right));
        max-height: calc(100dvh - 24px - var(--safe-top) - var(--safe-bottom));
        box-shadow: 8px 8px 0 var(--acid);
    }
    .dialog-head { padding: 8px 10px 8px 18px; }
    .dialog-head p { font-size: .75rem; }
    .dialog-content { padding: 34px 22px calc(24px + var(--safe-bottom)); }
    .dialog-content h2 { margin-bottom: 28px; font-size: clamp(3.2rem, 17vw, 5rem); }
    .dialog-content p { font-size: .875rem; line-height: 1.6; }
    .dialog-content .button { width: 100%; }

    .button:hover { transform: none; }
    .button:active { transform: translateY(2px); }
    .formula:hover, .formula:focus-within { padding-inline: 0; }
    .formula-pick:active { transform: scale(.95); }
}

@media (max-width: 360px) {
    :root { --edge: 18px; }

    .hero-title { font-size: 21vw; }
    .hero-ticket { width: calc(100% - 16px); margin-left: 8px; padding: 24px; }
    .ticket-place { font-size: 3rem; }
    .ticket-time { margin-block: 25px 22px; }
    .hero-meta { gap: 10px; }
    .hero-meta p { font-size: .75rem; }
    .booking-steps li { font-size: .75rem; letter-spacing: .02em; }
    .form-main { padding-inline: 22px; }
    .order-summary { padding-inline: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .reveal { opacity: 1; transform: none; }
}
