:root {
    --ink: #24170f;
    --muted: #756452;
    --paper: #fff7e8;
    --paper-deep: #f5e6cc;
    --gold: #f5a40b;
    --gold-light: #ffd65b;
    --teal: #078796;
    --red: #cf441d;
    --green: #17663f;
    --night: #070503;
    --line: rgba(64, 38, 18, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
    height: auto;
    min-height: 100%;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: auto;
}

body {
    position: static;
    margin: 0;
    height: auto;
    min-height: 100%;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: auto;
    color: var(--ink);
    background: #060403;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.45;
}

.page-scroll {
    width: 100%;
    min-height: 100%;
    overflow: visible;
    overscroll-behavior-y: auto;
    scrollbar-gutter: stable;
}

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

img {
    display: block;
    max-width: 100%;
}

.is-hidden {
    display: none !important;
}

.poster-stage {
    width: min(853px, 100%);
    margin: 0 auto;
    background: #000;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.6);
    touch-action: auto;
}

.poster-exact {
    position: relative;
    width: 100%;
}

.poster-segment {
    position: relative;
    width: 100%;
    line-height: 0;
}

.poster-hero-segment {
    background: #030201;
}

.poster-ticket-segment {
    margin-top: -1px;
    background: #f8ead5;
}

.poster-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero-countdown {
    position: absolute;
    z-index: 3;
    top: 60.7%;
    left: 12%;
    width: 76%;
    padding: clamp(10px, 2.3vw, 20px) clamp(12px, 3vw, 28px);
    border: 1px solid rgba(255, 188, 41, 0.58);
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 0, rgba(255, 164, 23, 0.22), transparent 72%),
        linear-gradient(180deg, rgba(10, 5, 2, 0.88), rgba(2, 1, 0, 0.78));
    color: #fff7e8;
    box-shadow:
        0 0 34px rgba(255, 132, 0, 0.28),
        0 20px 40px rgba(0, 0, 0, 0.52),
        inset 0 1px 0 rgba(255, 220, 128, 0.26);
    line-height: 1;
    text-align: center;
    pointer-events: none;
}

.hero-countdown-kicker {
    display: block;
    margin-bottom: clamp(6px, 1.1vw, 10px);
    color: #ffd65b;
    font-family: "Arial Black", Impact, sans-serif;
    font-size: clamp(0.7rem, 2.1vw, 1.04rem);
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(255, 142, 0, 0.82);
}

.hero-countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(6px, 1.6vw, 14px);
}

.hero-countdown-grid div {
    display: grid;
    min-height: clamp(48px, 8vw, 76px);
    place-items: center;
    padding: clamp(5px, 1.2vw, 10px) 2px;
    border: 1px solid rgba(255, 214, 91, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
}

.hero-countdown-grid strong {
    display: block;
    color: #ff9d00;
    font-family: "Arial Black", Impact, sans-serif;
    font-size: clamp(1.55rem, 6.2vw, 3.2rem);
    line-height: 0.95;
    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.62),
        0 0 24px rgba(255, 142, 0, 0.92),
        0 4px 12px rgba(0, 0, 0, 0.92);
}

.hero-countdown-grid span,
.hero-countdown small {
    display: block;
    color: rgba(255, 247, 232, 0.86);
    font-weight: 900;
    text-transform: uppercase;
}

.hero-countdown-grid span {
    margin-top: 3px;
    font-size: clamp(0.46rem, 1.4vw, 0.72rem);
}

.hero-countdown small {
    margin-top: clamp(6px, 1.1vw, 10px);
    font-size: clamp(0.54rem, 1.45vw, 0.74rem);
}

.hero-countdown.is-ended .hero-countdown-kicker {
    color: #fff7e8;
}

.poster-price-badges {
    position: absolute;
    z-index: 3;
    inset: 0;
    line-height: 1;
    pointer-events: none;
}

.poster-price {
    position: absolute;
    right: 7.1%;
    display: grid;
    width: 13.8%;
    min-height: 6.35%;
    align-content: center;
    justify-items: center;
    gap: clamp(1px, 0.25vw, 3px);
    padding: clamp(4px, 0.8vw, 8px) 2px;
    border: 1px solid rgba(245, 164, 11, 0.42);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 249, 232, 0.88), rgba(255, 226, 150, 0.72)),
        radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.65), transparent 68%);
    color: #211208;
    box-shadow:
        0 2px 5px rgba(80, 38, 5, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    text-align: center;
    transform: translateY(-50%);
}

.poster-price::before,
.poster-price::after {
    display: none;
}

.poster-price-label,
.poster-price small {
    color: #0b6871;
    font-size: clamp(0.38rem, 1.08vw, 0.52rem);
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
}

.poster-price strong {
    color: #c74717;
    font-family: "Arial Black", Impact, sans-serif;
    font-size: clamp(1.23rem, 3.55vw, 1.86rem);
    line-height: 0.9;
    text-transform: uppercase;
    text-shadow:
        0 1px 0 rgba(255, 247, 232, 0.9),
        0 2px 6px rgba(97, 46, 4, 0.2);
}

.poster-price small {
    color: rgba(36, 23, 15, 0.64);
    font-size: clamp(0.38rem, 1.02vw, 0.52rem);
    white-space: nowrap;
}

.poster-price small del {
    text-decoration: line-through;
    text-decoration-color: rgba(207, 68, 29, 0.95);
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
}

.poster-price-child {
    right: 7.45%;
    width: 13.4%;
}

.poster-price-child strong {
    color: #cf441d;
    font-size: clamp(1.08rem, 3.25vw, 1.58rem);
}

.poster-price-child small {
    max-width: 100%;
    color: #0b6871;
    font-size: clamp(0.34rem, 0.92vw, 0.48rem);
    text-decoration: none;
    white-space: normal;
}

.poster-price-day {
    top: 26.12%;
}

.poster-price-weekend {
    top: 38.92%;
}

.poster-price-student {
    top: 51.68%;
}

.poster-price-child {
    top: 64.42%;
}

.poster-price-camping {
    top: 77.08%;
}

.organizer-banner,
.sponsor-banner,
.main-sponsor-banner {
    position: relative;
    overflow: hidden;
    background: #030201;
    border-top: 1px solid rgba(255, 214, 91, 0.45);
}

.organizer-banner {
    border-top-color: rgba(255, 214, 91, 0.7);
    border-bottom: 1px solid rgba(255, 214, 91, 0.3);
}

.organizer-banner::before,
.sponsor-banner::before,
.main-sponsor-banner::before {
    position: absolute;
    z-index: 1;
    inset: 0 0 auto;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 214, 91, 0.95), rgba(242, 112, 11, 0.8), transparent);
    box-shadow: 0 0 24px rgba(245, 164, 11, 0.7);
    pointer-events: none;
}

.organizer-banner::after {
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 214, 91, 0.65), transparent);
    pointer-events: none;
}

.organizer-banner a,
.sponsor-banner a,
.main-sponsor-banner a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.organizer-banner picture,
.sponsor-banner picture {
    display: block;
}

.organizer-banner img,
.sponsor-banner img,
.main-sponsor-banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.main-sponsor-banner {
    padding: clamp(14px, 3vw, 28px);
    border-top-color: rgba(255, 214, 91, 0.62);
    background:
        radial-gradient(circle at 50% 0, rgba(255, 214, 91, 0.14), transparent 46%),
        linear-gradient(180deg, #050201 0%, #0b0503 100%);
}

.main-sponsor-banner.is-wide {
    width: min(1180px, calc(100% - 28px));
    margin: clamp(28px, 6vw, 58px) auto 0;
    border: 1px solid rgba(255, 214, 91, 0.3);
    border-radius: 12px 12px 0 0;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.main-sponsor-banner a {
    border-radius: 10px;
    outline-offset: 4px;
}

.main-sponsor-banner img {
    border: 1px solid rgba(255, 214, 91, 0.34);
    border-radius: 10px;
    box-shadow:
        0 20px 56px rgba(0, 0, 0, 0.42),
        0 0 34px rgba(245, 164, 11, 0.14);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.main-sponsor-banner a:hover img {
    border-color: rgba(255, 214, 91, 0.68);
    box-shadow:
        0 24px 66px rgba(0, 0, 0, 0.5),
        0 0 44px rgba(245, 164, 11, 0.22);
    transform: translateY(-2px);
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px clamp(18px, 4vw, 38px) 28px;
    border-top: 1px solid rgba(255, 214, 91, 0.28);
    background:
        radial-gradient(circle at 18% 0, rgba(242, 169, 0, 0.18), transparent 34%),
        linear-gradient(180deg, #100805 0%, #050302 64%, #020101 100%);
    color: rgba(255, 247, 232, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-footer::before {
    grid-column: 1 / -1;
    display: block;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 214, 91, 0.82), rgba(242, 112, 11, 0.62), transparent);
    box-shadow: 0 0 22px rgba(242, 169, 0, 0.46);
}

.footer-brand {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
}

.site-footer strong {
    display: block;
    color: var(--gold-light);
    font-family: "Arial Black", Impact, sans-serif;
    font-size: clamp(1.05rem, 2.2vw, 1.32rem);
    line-height: 1;
    text-transform: uppercase;
}

.site-footer span {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.footer-meta {
    display: grid;
    gap: 6px;
    justify-items: center;
    padding: 0 20px;
    border-inline: 1px solid rgba(255, 214, 91, 0.18);
    text-align: center;
}

.footer-meta span:first-child {
    color: rgba(255, 247, 232, 0.92);
}

.footer-meta span:last-child {
    color: #f2a900;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.site-footer a,
.legal-card a {
    color: var(--gold-light);
    font-weight: 900;
    text-decoration: none;
}

.site-footer nav a {
    display: inline-grid;
    min-height: 38px;
    place-items: center;
    padding: 0 13px;
    border: 1px solid rgba(255, 214, 91, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 232, 169, 0.96);
    font-size: 0.78rem;
    text-transform: uppercase;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.site-footer a:hover,
.legal-card a:hover {
    text-decoration: underline;
}

.site-footer nav a:hover {
    border-color: rgba(255, 214, 91, 0.68);
    background: rgba(242, 169, 0, 0.12);
    text-decoration: none;
    transform: translateY(-1px);
}

.mobile-ticket-cta {
    display: none;
}

.mobile-trust-strip {
    display: none;
}

.floating-nav {
    position: fixed;
    z-index: 30;
    top: 18px;
    right: max(18px, calc((100vw - 853px) / 2 + 24px));
    display: grid;
    justify-items: end;
    gap: 10px;
    pointer-events: none;
}

.menu-toggle {
    position: relative;
    isolation: isolate;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    gap: 5px;
    padding: 13px;
    border: 1px solid rgba(255, 106, 0, 0.9);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(18, 7, 1, 0.96), rgba(3, 1, 0, 0.9)),
        radial-gradient(circle at 50% 0, rgba(255, 106, 0, 0.34), transparent 66%);
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.58),
        0 0 0 1px rgba(255, 214, 91, 0.22) inset,
        0 0 24px rgba(255, 106, 0, 0.52),
        0 0 44px rgba(255, 60, 0, 0.24);
    backdrop-filter: blur(9px) saturate(1.18);
    -webkit-backdrop-filter: blur(9px) saturate(1.18);
    pointer-events: auto;
}

.menu-toggle::before {
    position: absolute;
    inset: 5px;
    z-index: -1;
    content: "";
    border-radius: 7px;
    border: 1px solid rgba(255, 214, 91, 0.16);
    background: rgba(255, 106, 0, 0.055);
}

.menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: #ff6a00;
    box-shadow:
        0 0 8px rgba(255, 106, 0, 0.95),
        0 0 18px rgba(255, 178, 0, 0.55);
}

.site-menu {
    display: none;
    min-width: 220px;
    padding: 8px;
    border: 1px solid rgba(255, 214, 91, 0.38);
    border-radius: 8px;
    background: rgba(7, 5, 3, 0.96);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
    pointer-events: auto;
}

.site-menu.is-open,
.site-menu-inline {
    display: grid;
}

.site-menu a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 9px 12px;
    border-radius: 8px;
    color: #fff7e8;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.site-menu a:hover,
.site-menu a[aria-current="page"] {
    background: rgba(245, 164, 11, 0.18);
    color: var(--gold-light);
}

.lineup-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 0, rgba(255, 106, 0, 0.2), transparent 30rem),
        radial-gradient(circle at 10% 20%, rgba(7, 135, 150, 0.16), transparent 28rem),
        linear-gradient(180deg, #080302 0%, #130705 46%, #040201 100%);
    color: #fff7e8;
}

.lineup-shell {
    width: min(1080px, calc(100% - 28px));
    margin: 0 auto;
    padding: clamp(84px, 10vw, 118px) 0 clamp(34px, 6vw, 70px);
}

.lineup-hero {
    display: grid;
    gap: 14px;
    max-width: 760px;
    margin: 0 auto clamp(24px, 5vw, 42px);
    text-align: center;
}

.lineup-hero h1 {
    color: #ff7a13;
    font-family: "Arial Black", Impact, sans-serif;
    font-size: clamp(2.7rem, 10vw, 6.4rem);
    line-height: 0.9;
    text-shadow:
        0 0 10px rgba(255, 106, 0, 0.92),
        0 0 28px rgba(255, 46, 0, 0.52),
        0 5px 0 rgba(20, 6, 0, 0.86);
}

.lineup-hero p:not(.eyebrow) {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255, 247, 232, 0.82);
    font-size: clamp(1rem, 2.5vw, 1.18rem);
    font-weight: 800;
    line-height: 1.45;
}

.lineup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 6px;
}

.lineup-poster-section {
    position: relative;
    width: min(760px, 100%);
    margin: 0 auto;
}

.lineup-poster-section::before {
    position: absolute;
    inset: -10px;
    z-index: -1;
    content: "";
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 214, 91, 0.72), rgba(255, 106, 0, 0.7), rgba(7, 135, 150, 0.45));
    filter: blur(14px);
    opacity: 0.58;
}

.lineup-poster {
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 214, 91, 0.4);
    border-radius: 8px;
    background: #050201;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.58),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.site-menu-inline {
    position: relative;
    z-index: 2;
    grid-auto-flow: column;
    gap: 6px;
    width: min(70rem, calc(100% - 2rem));
    min-width: 0;
    margin: 0 auto;
    background: rgba(5, 3, 2, 0.62);
}

.hotspot {
    position: absolute;
    z-index: 4;
    display: block;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: transparent;
    cursor: pointer;
    text-decoration: none;
    pointer-events: auto;
    touch-action: manipulation;
}

.hotspot:focus-visible {
    outline: 4px solid rgba(255, 214, 91, 0.95);
    outline-offset: 2px;
}

.hotspot-hero {
    left: 14.0%;
    top: 83.9%;
    width: 72.6%;
    height: 10.15%;
}

.hotspot-day {
    left: 6.3%;
    top: 20.1%;
    width: 87.6%;
    height: 12.05%;
}

.hotspot-weekend {
    left: 6.3%;
    top: 32.9%;
    width: 87.6%;
    height: 12.05%;
}

.hotspot-student {
    left: 6.3%;
    top: 45.65%;
    width: 87.6%;
    height: 12.05%;
}

.hotspot-child {
    left: 6.3%;
    top: 58.55%;
    width: 87.6%;
    height: 11.75%;
}

.hotspot-camping {
    left: 6.3%;
    top: 71.25%;
    width: 87.6%;
    height: 11.65%;
}

.hotspot-map {
    left: 12.7%;
    top: 92.85%;
    width: 43.4%;
    height: 5.1%;
}

.booking-flow {
    position: absolute;
    z-index: 6;
    top: 11.4%;
    left: 5.8%;
    width: 88.4%;
    min-height: 0;
    max-height: 78%;
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    gap: 7px;
    padding: clamp(8px, 1.6vw, 12px);
    border: 1px solid rgba(255, 214, 91, 0.62);
    border-radius: 8px;
    background:
        linear-gradient(rgba(255, 249, 239, 0.97), rgba(255, 249, 239, 0.985)),
        repeating-linear-gradient(45deg, rgba(119, 80, 35, 0.05) 0 2px, transparent 2px 11px);
    box-shadow:
        0 24px 70px rgba(28, 15, 4, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.35) inset,
        0 0 0 999px rgba(0, 0, 0, 0.08);
    scrollbar-width: thin;
    scrollbar-color: var(--gold) rgba(64, 38, 18, 0.1);
}

.booking-flow::-webkit-scrollbar {
    width: 8px;
}

.booking-flow::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--gold);
}

.booking-flow::-webkit-scrollbar-track {
    background: rgba(64, 38, 18, 0.1);
}

.flow-head {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: flex-start;
    margin: calc(clamp(8px, 1.6vw, 12px) * -1) calc(clamp(8px, 1.6vw, 12px) * -1) 0;
    padding: 8px clamp(12px, 2.4vw, 16px);
    border-radius: 8px 8px 0 0;
    background:
        linear-gradient(90deg, rgba(5, 3, 2, 0.98), rgba(34, 18, 6, 0.9)),
        linear-gradient(135deg, rgba(245, 164, 11, 0.16), transparent 48%);
    color: #fff;
}

.flow-close {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 214, 91, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
}

.eyebrow {
    margin: 0;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2 {
    margin: 0;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1 {
    margin-top: 4px;
    font-size: clamp(1.35rem, 3.25vw, 2rem);
    color: #fff;
}

h2 {
    font-size: clamp(1.25rem, 3.25vw, 1.82rem);
}

.flow-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.flow-steps li {
    min-height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.flow-steps li.is-active {
    border-color: rgba(245, 164, 11, 0.7);
    background: rgba(245, 164, 11, 0.22);
    color: var(--ink);
}

.flow-steps li.is-complete {
    color: var(--teal);
}

.booking-form,
.flow-panel {
    display: grid;
    gap: 7px;
}

.flow-panel-head {
    display: grid;
    gap: 2px;
}

.flow-panel-head p,
.hint {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.flow-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.flow-benefits span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 8px;
    border: 1px solid rgba(245, 164, 11, 0.28);
    border-radius: 999px;
    background: rgba(245, 164, 11, 0.12);
    color: #7a3d06;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.12;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
}

.transfer-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.booking-tickets {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-ticket {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: stretch;
    min-height: 112px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.booking-ticket.is-selected {
    border-color: rgba(245, 164, 11, 0.75);
    background: #fffaf0;
    box-shadow: 0 0 0 2px rgba(245, 164, 11, 0.16);
    transform: translateY(-1px);
}

.ticket-title,
.ticket-meta,
.ticket-price {
    display: block;
}

.ticket-title {
    font-size: clamp(0.82rem, 2.05vw, 1rem);
    line-height: 1.08;
    text-transform: uppercase;
}

.ticket-meta {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.ticket-price {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 7px;
    align-items: center;
    margin-top: 5px;
    line-height: 1.05;
}

.ticket-price del {
    color: #8b7661;
    font-size: 0.72rem;
    font-weight: 900;
    text-decoration-color: var(--red);
    text-decoration-thickness: 2px;
}

.ticket-price strong {
    color: var(--red);
    font-size: clamp(0.88rem, 2.15vw, 1.08rem);
    font-weight: 900;
    white-space: nowrap;
}

.ticket-price em {
    display: inline-flex;
    align-items: center;
    min-height: 19px;
    padding: 3px 6px 2px;
    border: 1px solid rgba(245, 164, 11, 0.34);
    border-radius: 6px;
    background: rgba(245, 164, 11, 0.18);
    color: #9a4200;
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    white-space: normal;
}

.ticket-price.is-free strong {
    color: var(--green);
}

.quantity-control {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    width: 100%;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.quantity-control button,
.quantity-control input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: #fff;
    color: var(--ink);
    text-align: center;
    font-weight: 900;
}

.quantity-control button {
    color: var(--red);
    font-size: 1.12rem;
}

.quantity-control input {
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    appearance: textfield;
}

.quantity-control input::-webkit-outer-spin-button,
.quantity-control input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.checkout-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
    gap: 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    position: sticky;
    bottom: -1px;
    z-index: 3;
    box-shadow: 0 -14px 24px rgba(255, 247, 232, 0.92);
}

.checkout-total {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    font-weight: 900;
    text-transform: uppercase;
}

.checkout-panel ul {
    grid-column: 1;
}

.checkout-panel .primary-action {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 54px;
}

.checkout-total strong {
    font-size: 1.4rem;
    color: var(--red);
}

.checkout-panel ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkout-panel li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-weight: 800;
}

.primary-action,
.ghost-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.primary-action {
    border: 0;
    background: linear-gradient(90deg, #f2700b, var(--gold-light));
    color: #fff;
    box-shadow: 0 12px 28px rgba(242, 112, 11, 0.26);
    letter-spacing: 0;
}

.ghost-action {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
}

.submit-action:disabled {
    cursor: progress;
    opacity: 0.72;
}

.submit-action.is-loading::after {
    width: 0.78em;
    height: 0.78em;
    margin-left: 9px;
    border: 2px solid rgba(255, 255, 255, 0.48);
    border-top-color: #fff;
    border-radius: 50%;
    content: "";
    animation: spin 800ms linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

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

label {
    display: grid;
    gap: 3px;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 900;
}

input,
textarea {
    width: 100%;
    min-height: 39px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
}

textarea {
    resize: vertical;
}

.payment-choice {
    display: grid;
    gap: 7px;
}

.payment-choice > p,
.payment-panel-title,
.ticket-number-box > span {
    margin: 0;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.payment-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.payment-option {
    position: relative;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: flex-start;
    min-height: 64px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    cursor: pointer;
}

.payment-option:has(input:checked) {
    border-color: rgba(245, 164, 11, 0.78);
    background: #fff7e7;
    box-shadow: 0 0 0 2px rgba(245, 164, 11, 0.16);
}

.payment-option input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
    accent-color: var(--gold);
}

.payment-option span,
.payment-option small {
    display: block;
}

.payment-option strong {
    display: block;
    color: var(--ink);
}

.payment-option small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 0.72rem;
    line-height: 1.25;
}

.payment-panel[hidden] {
    display: none !important;
}

.payment-panel {
    display: grid;
    gap: 7px;
}

button:focus-visible,
a:focus-visible,
input:focus,
textarea:focus {
    outline: 3px solid rgba(245, 164, 11, 0.45);
    outline-offset: 2px;
}

.span-2 {
    grid-column: 1 / -1;
}

.field-optional {
    color: rgba(255, 247, 232, 0.72);
    font-size: 0.78em;
    font-weight: 900;
    text-transform: uppercase;
}

.consent-row {
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

.consent-row input {
    width: 18px;
    min-height: 18px;
    margin-top: 3px;
    accent-color: var(--gold);
}

.consent-row a {
    color: #ffd15a;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-card a {
    color: #8b4a00;
    font-weight: 800;
}

.button-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
}

.form-message {
    min-height: 0;
    color: #fff;
    font-weight: 900;
}

.form-message:not(:empty) {
    padding: 10px 12px;
    border-radius: 8px;
}

.form-message-error {
    background: #a22c22;
}

.form-message-warning {
    background: #91631a;
}

.form-message-success {
    background: #17663f;
}

.success-badge {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
}

.success-strip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(23, 102, 63, 0.18), transparent 48%),
        var(--night);
    color: #fff;
}

.success-strip h2 {
    color: #fff;
}

.reservation-number {
    display: grid;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 8px;
    background: var(--paper);
    color: var(--ink);
}

.reservation-number.has-copy {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.reservation-number.has-copy span,
.reservation-number.has-copy strong {
    grid-column: 1;
}

.reservation-number span,
.bank-details dt {
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.reservation-number strong {
    font-size: clamp(1.12rem, 2.55vw, 1.45rem);
}

.ticket-number-box {
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border: 1px solid rgba(245, 164, 11, 0.26);
    border-radius: 8px;
    background: #fff8ea;
    color: var(--ink);
}

.ticket-number-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ticket-number-box li {
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(245, 164, 11, 0.17);
    color: #7a3d06;
    font-size: 0.78rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.bank-details {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.bank-details div {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 7px;
    padding: 6px 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.bank-details dd {
    margin: 0;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.bank-details dd:has(.copy-action) {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.copy-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 9px;
    border: 1px solid rgba(245, 164, 11, 0.42);
    border-radius: 8px;
    background: #fffaf0;
    color: #7a3d06;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.copy-action.is-copied {
    border-color: rgba(23, 102, 63, 0.35);
    background: rgba(23, 102, 63, 0.12);
    color: var(--green);
}

.reservation-note {
    color: var(--gold-light) !important;
    font-weight: 900 !important;
}

.legal-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 0, rgba(245, 164, 11, 0.24), transparent 32rem),
        radial-gradient(circle at 92% 18%, rgba(7, 135, 150, 0.18), transparent 30rem),
        #070503;
}

.legal-shell {
    width: min(820px, calc(100% - 30px));
    margin: 0 auto;
    padding: 28px 0 42px;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-bottom: 12px;
    color: var(--gold-light);
    font-weight: 900;
    text-decoration: none;
}

.legal-card {
    padding: clamp(20px, 4vw, 38px);
    border: 1px solid rgba(255, 214, 91, 0.22);
    border-radius: 8px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.legal-card h1,
.legal-card h2 {
    color: var(--ink);
    text-shadow: none;
}

.legal-card h1 {
    margin: 0 0 20px;
    max-width: 100%;
    font-size: clamp(1.95rem, 8vw, 3.55rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.legal-card h2 {
    margin: 0 0 8px;
    font-size: 1.15rem;
}

.legal-card section {
    padding: 16px 0;
    border-top: 1px solid var(--line);
}

.legal-card p {
    margin: 0;
}

.legal-note {
    margin-top: 18px !important;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(245, 164, 11, 0.16);
    color: #6b3f05;
    font-weight: 800;
}

@media (max-width: 760px) {
    .booking-flow {
        top: 8%;
        left: 5%;
        width: 90%;
        max-height: 84%;
    }

    .booking-tickets {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body {
        background: #050302;
        padding-bottom: calc(92px + env(safe-area-inset-bottom));
    }

    body.booking-open::before {
        position: fixed;
        z-index: 49;
        inset: 0;
        content: "";
        background: rgba(0, 0, 0, 0.56);
        backdrop-filter: blur(3px);
    }

    .poster-stage {
        width: 100%;
        box-shadow: none;
    }

    .poster-image {
        min-height: 0;
        object-fit: contain;
        object-position: center;
    }

    .hero-countdown {
        top: 60.9%;
        left: 8.5%;
        width: 83%;
        padding: 10px 10px 11px;
        border-radius: 13px;
    }

    .hero-countdown-grid {
        gap: 5px;
    }

    .hero-countdown-grid div {
        min-height: 46px;
        border-radius: 10px;
    }

    .hero-countdown small {
        margin-top: 7px;
    }

    .poster-price {
        right: 7.1%;
        width: 13.8%;
        min-height: 6.8%;
        gap: 1px;
        padding: 0;
    }

    .poster-price-label {
        font-size: clamp(0.28rem, 1.32vw, 0.38rem);
    }

    .poster-price strong {
        font-size: clamp(0.84rem, 4.2vw, 1.14rem);
    }

    .poster-price small {
        display: block;
        font-size: clamp(0.27rem, 1.32vw, 0.38rem);
    }

    .poster-price-child {
        right: 7.45%;
        width: 13.2%;
    }

    .poster-price-child strong {
        font-size: clamp(0.78rem, 3.9vw, 1.02rem);
    }

    .poster-price-child small {
        font-size: clamp(0.28rem, 1.22vw, 0.36rem);
    }

    .mobile-trust-strip {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 12px 10px 14px;
        border-top: 1px solid rgba(255, 214, 91, 0.28);
        border-bottom: 1px solid rgba(255, 214, 91, 0.18);
        background:
            linear-gradient(180deg, rgba(12, 6, 2, 0.98), rgba(4, 2, 1, 1)),
            radial-gradient(circle at 50% 0, rgba(245, 164, 11, 0.22), transparent 70%);
    }

    .mobile-trust-strip div {
        display: grid;
        gap: 2px;
        min-height: 82px;
        align-content: center;
        padding: 10px 6px;
        border: 1px solid rgba(255, 214, 91, 0.22);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.045);
        text-align: center;
    }

    .mobile-trust-strip strong {
        color: var(--gold-light);
        font-size: clamp(0.78rem, 3.4vw, 0.98rem);
        line-height: 1;
        text-transform: uppercase;
    }

    .mobile-trust-strip span {
        color: rgba(255, 247, 232, 0.82);
        font-size: clamp(0.52rem, 2.15vw, 0.62rem);
        font-weight: 900;
        line-height: 1.18;
    }

    .organizer-banner img,
    .sponsor-banner img {
        min-height: 210px;
        object-fit: cover;
        object-position: center;
    }

    .booking-flow {
        position: fixed;
        z-index: 60;
        inset: auto 10px calc(10px + env(safe-area-inset-bottom));
        width: auto;
        max-height: min(90svh, 760px);
        overflow: auto;
        gap: 10px;
        padding: 12px;
        border-radius: 18px;
        border-color: rgba(255, 214, 91, 0.78);
        background:
            linear-gradient(rgba(255, 249, 239, 0.985), rgba(255, 249, 239, 0.992)),
            repeating-linear-gradient(45deg, rgba(119, 80, 35, 0.05) 0 2px, transparent 2px 11px);
        box-shadow:
            0 22px 65px rgba(0, 0, 0, 0.62),
            0 0 0 1px rgba(255, 255, 255, 0.55) inset;
    }

    .flow-head {
        position: sticky;
        z-index: 4;
        top: -12px;
        margin: -12px -12px 0;
        padding: 12px 14px;
        border-radius: 18px 18px 0 0;
        background:
            linear-gradient(90deg, #080402, #241105),
            linear-gradient(135deg, rgba(245, 164, 11, 0.22), transparent 48%);
        box-shadow: 0 10px 18px rgba(24, 12, 4, 0.18);
        align-items: center;
    }

    .flow-close {
        width: 44px;
        height: 44px;
        font-size: 1.45rem;
    }

    .flow-steps {
        gap: 6px;
        margin-top: 2px;
    }

    .flow-steps li {
        min-height: 38px;
        padding: 4px;
        font-size: 0.68rem;
    }

    .flow-panel,
    .booking-form {
        gap: 12px;
    }

    .flow-panel-head {
        gap: 6px;
        padding: 2px 2px 0;
    }

    .flow-panel-head h2 {
        line-height: 1.04;
    }

    .flow-panel-head p {
        font-size: 0.88rem;
        line-height: 1.28;
    }

    .flow-benefits {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .flow-benefits span {
        min-height: 38px;
        justify-content: center;
        padding: 7px 8px;
        text-align: center;
        line-height: 1.12;
        white-space: normal;
        text-wrap: balance;
        font-size: 0.68rem;
    }

    .flow-benefits span:nth-child(3),
    .flow-benefits span:nth-child(4) {
        min-height: 42px;
    }

    h1 {
        font-size: clamp(1.25rem, 6vw, 1.48rem);
        line-height: 1.02;
    }

    h2 {
        font-size: clamp(1.22rem, 6vw, 1.42rem);
        line-height: 1.04;
    }

    .eyebrow {
        font-size: 0.68rem;
    }

    .flow-head {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
    }

    .flow-head > div {
        min-width: 0;
    }

    .flow-close {
        flex: 0 0 auto;
    }

    .transfer-summary {
        grid-template-columns: 1fr;
    }

    .field-grid,
    .bank-details div {
        grid-template-columns: 1fr;
    }

    .payment-options {
        grid-template-columns: 1fr;
    }

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

    .span-2 {
        grid-column: auto;
    }

    .booking-ticket {
        grid-template-columns: 1fr;
        gap: 11px;
        min-height: 0;
        padding: 12px;
        border-radius: 12px;
    }

    .ticket-title {
        font-size: clamp(0.95rem, 4.35vw, 1.08rem);
        line-height: 1.08;
    }

    .ticket-meta {
        font-size: 0.74rem;
        line-height: 1.18;
    }

    .ticket-price {
        gap: 6px;
        margin-top: 6px;
        line-height: 1.05;
    }

    .ticket-price strong {
        font-size: 1.08rem;
    }

    .ticket-price em {
        white-space: normal;
        text-align: center;
        line-height: 1.1;
    }

    .quantity-control {
        width: 100%;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        height: 48px;
    }

    .quantity-control button {
        font-size: 1.45rem;
    }

    .quantity-control input {
        font-size: 1.08rem;
    }

    .checkout-panel {
        position: static;
        z-index: auto;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
        margin: 2px 0 0;
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(64, 38, 18, 0.12);
    }

    .checkout-panel .primary-action,
    .checkout-panel ul {
        grid-column: auto;
        grid-row: auto;
    }

    .checkout-total {
        align-items: center;
        gap: 10px;
        line-height: 1;
    }

    .checkout-panel li {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
        line-height: 1.2;
    }

    .checkout-total strong {
        font-size: 1.45rem;
        line-height: 1;
    }

    .primary-action,
    .ghost-action {
        min-height: 52px;
        padding: 11px 16px;
        font-size: 0.94rem;
    }

    .field-grid {
        gap: 10px;
    }

    label {
        font-size: 0.95rem;
    }

    input,
    textarea {
        min-height: 48px;
        padding: 11px 12px;
        font-size: 16px;
    }

    .consent-row {
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.7);
    }

    .copy-action {
        min-height: 34px;
    }
}

@media (min-width: 621px) and (max-width: 760px) {
    .booking-flow {
        top: 8%;
        left: 5%;
        width: 90%;
        max-height: 84%;
    }

    .booking-tickets {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 621px) {
    .booking-ticket {
        min-height: 62px;
    }
}

@media (max-width: 620px) {
    .flow-benefits span {
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.76);
    }

    .field-grid {
        gap: 13px;
    }

    .field-grid label {
        gap: 7px;
        padding: 0;
        color: #2b1b10;
        font-size: 0.82rem;
        line-height: 1.15;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .field-grid input,
    .field-grid textarea {
        min-height: 52px;
        padding: 14px 13px 12px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 1.25;
    }

    .field-grid textarea {
        min-height: 76px;
    }

    .payment-choice {
        gap: 9px;
        margin-top: 2px;
    }

    .payment-choice > p {
        font-size: 0.82rem;
        letter-spacing: 0.02em;
    }

    .payment-options {
        gap: 10px;
    }

    .payment-option {
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        min-height: 0;
        padding: 13px 12px;
        border-radius: 12px;
    }

    .payment-option input {
        width: 22px;
        min-width: 22px;
        min-height: 22px;
        margin: 1px 0 0;
    }

    .payment-option strong {
        font-size: 0.95rem;
        line-height: 1.1;
    }

    .payment-option small {
        margin-top: 5px;
        font-size: 0.77rem;
        line-height: 1.32;
    }

    .consent-row {
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 11px;
        align-items: start;
        padding: 13px 12px;
        border-radius: 12px;
    }

    .consent-row input {
        flex: 0 0 22px;
        width: 22px;
        min-width: 22px;
        min-height: 22px;
        margin: 1px 0 0;
    }

    .consent-row span {
        min-width: 0;
        color: #2b1b10;
        font-size: 0.82rem;
        font-weight: 850;
        line-height: 1.32;
    }

    .button-row {
        grid-template-columns: 1fr;
    }

    .success-strip {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
        border-radius: 12px;
    }

    .success-badge {
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
    }

    .success-strip h2 {
        font-size: 1.45rem;
        line-height: 1;
    }

    .flow-panel-head p {
        font-size: 0.9rem;
        line-height: 1.38;
    }

    .transfer-summary {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .reservation-number {
        gap: 6px;
        padding: 13px 12px;
        border-radius: 12px;
    }

    .reservation-number.has-copy {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 7px;
    }

    .reservation-number.has-copy span,
    .reservation-number.has-copy strong,
    .reservation-number.has-copy .copy-action {
        grid-column: 1;
    }

    .reservation-number span,
    .bank-details dt,
    .payment-panel-title,
    .ticket-number-box > span {
        font-size: 0.76rem;
        letter-spacing: 0.02em;
        line-height: 1.15;
    }

    .reservation-number strong {
        min-width: 0;
        font-size: clamp(1.08rem, 5.2vw, 1.36rem);
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .ticket-number-box {
        gap: 8px;
        padding: 13px 12px;
        border-radius: 12px;
    }

    .ticket-number-box li {
        border-radius: 10px;
        font-size: 0.82rem;
        line-height: 1.2;
    }

    .payment-panel {
        gap: 9px;
    }

    .bank-details {
        gap: 8px;
        background: transparent;
    }

    .bank-details div {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px;
        border: 1px solid rgba(64, 38, 18, 0.12);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.7);
    }

    .bank-details dd:has(.copy-action) {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        align-items: stretch;
    }

    .bank-details dd span {
        display: block;
        min-width: 0;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .ticket-number-box ul {
        display: grid;
        grid-template-columns: 1fr;
    }

    .copy-action {
        min-height: 38px;
        padding-inline: 11px;
        width: 100%;
    }

    .reservation-note {
        margin: 0;
        padding: 12px;
        border: 1px solid rgba(245, 164, 11, 0.24);
        border-radius: 12px;
        background: rgba(255, 248, 234, 0.92);
        color: #402612 !important;
        font-size: 0.86rem;
        line-height: 1.36;
    }

    .site-footer {
        grid-template-columns: 1fr;
        gap: 14px;
        text-align: center;
        padding-bottom: calc(86px + env(safe-area-inset-bottom));
    }

    .footer-brand {
        justify-content: center;
    }

    .footer-meta {
        padding: 12px 0;
        border-block: 1px solid rgba(255, 214, 91, 0.16);
        border-inline: 0;
    }

    .site-footer nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        justify-content: stretch;
    }

    .site-footer a {
        display: grid;
        min-height: 44px;
        place-items: center;
        border: 1px solid rgba(255, 214, 91, 0.2);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.04);
        text-align: center;
    }

    .mobile-ticket-cta {
        position: fixed;
        z-index: 42;
        left: max(14px, calc((100vw - 390px) / 2 + 14px));
        right: max(14px, calc((100vw - 390px) / 2 + 14px));
        bottom: calc(14px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-rows: auto auto;
        gap: 3px;
        min-height: 68px;
        padding: 11px 14px 10px;
        border: 1px solid rgba(255, 214, 91, 0.74);
        border-radius: 16px;
        background:
            radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.28), transparent 48%),
            linear-gradient(90deg, #f2700b, var(--gold-light));
        color: #fff;
        box-shadow:
            0 18px 42px rgba(0, 0, 0, 0.58),
            0 8px 24px rgba(242, 112, 11, 0.36),
            inset 0 1px 0 rgba(255, 255, 255, 0.35);
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0;
        text-align: center;
        touch-action: manipulation;
    }

    .mobile-ticket-cta span,
    .mobile-ticket-cta small {
        display: block;
        min-width: 0;
        line-height: 1;
        overflow-wrap: normal;
        white-space: nowrap;
    }

    .mobile-ticket-cta span {
        font-family: "Arial Black", Impact, sans-serif;
        font-size: clamp(1.1rem, 5.7vw, 1.55rem);
        text-shadow: 0 2px 10px rgba(116, 45, 0, 0.5);
    }

    .mobile-ticket-cta small {
        color: rgba(255, 255, 255, 0.86);
        font-size: clamp(0.62rem, 2.8vw, 0.78rem);
        font-weight: 900;
        text-transform: uppercase;
        text-shadow: 0 1px 6px rgba(116, 45, 0, 0.42);
    }

    body.booking-open .mobile-ticket-cta {
        display: none;
    }
}

@media (max-width: 390px) {
    .booking-flow {
        inset-inline: 7px;
        padding: 10px;
    }

    .flow-head {
        top: -10px;
        margin: -10px -10px 0;
        padding-inline: 12px;
    }

    .flow-steps li {
        font-size: 0.63rem;
    }

    .mobile-ticket-cta {
        left: 10px;
        right: 10px;
        min-height: 64px;
        padding-inline: 10px;
    }

    .mobile-ticket-cta span {
        font-size: clamp(0.98rem, 5.2vw, 1.22rem);
    }

    .mobile-ticket-cta small {
        font-size: clamp(0.56rem, 2.65vw, 0.68rem);
    }

    .ticket-title {
        font-size: 0.94rem;
    }

    .site-footer nav {
        grid-template-columns: 1fr;
    }
}

.family-page {
    min-height: 100vh;
    background:
        linear-gradient(rgba(5, 3, 2, 0.5), rgba(5, 3, 2, 0.9)),
        url("team-mail-hero.jpg") center top / cover fixed,
        #070503;
    color: var(--ink);
}

.family-hero {
    position: relative;
    min-height: 50vh;
    display: grid;
    align-items: end;
    padding: 94px 0 54px;
    overflow: hidden;
}

.family-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 26% 18%, rgba(245, 164, 11, 0.22), transparent 34%),
        linear-gradient(90deg, rgba(5, 3, 2, 0.82), rgba(5, 3, 2, 0.32) 48%, rgba(5, 3, 2, 0.72));
    pointer-events: none;
}

.family-hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    content: "";
    background: linear-gradient(transparent, rgba(7, 5, 3, 0.96));
    pointer-events: none;
}

.family-hero-inner {
    position: relative;
    z-index: 2;
    width: min(70rem, calc(100% - 2rem));
    margin: 0 auto;
    color: #fff7e8;
}

.family-hero h1 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.6rem, 7vw, 5.4rem);
    line-height: 0.94;
    text-shadow: 0 8px 34px rgba(0, 0, 0, 0.65);
}

.family-hero p:not(.eyebrow) {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255, 247, 232, 0.9);
    font-size: clamp(1rem, 2.4vw, 1.25rem);
    font-weight: 800;
}

.family-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.family-hero-points span {
    display: inline-grid;
    min-height: 36px;
    place-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 214, 91, 0.34);
    border-radius: 999px;
    background: rgba(5, 3, 2, 0.58);
    color: rgba(255, 247, 232, 0.92);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.family-shell {
    width: min(70rem, calc(100% - 2rem));
    margin: -24px auto 56px;
    position: relative;
    z-index: 3;
}

.family-card {
    display: grid;
    gap: 22px;
    padding: clamp(18px, 4vw, 34px);
    border: 1px solid rgba(255, 214, 91, 0.34);
    border-radius: 8px;
    background:
        linear-gradient(rgba(255, 249, 239, 0.98), rgba(255, 249, 239, 0.99)),
        repeating-linear-gradient(45deg, rgba(119, 80, 35, 0.05) 0 2px, transparent 2px 12px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.family-card section {
    display: grid;
    gap: 12px;
}

.family-card h2 {
    color: var(--ink);
    font-size: clamp(1.8rem, 4vw, 3rem);
}

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

.family-check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

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

.family-check {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 44px;
    padding: 9px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    font-size: 0.88rem;
    cursor: pointer;
}

.family-check input {
    width: 18px;
    min-height: 18px;
}

.family-submit {
    width: min(100%, 360px);
    min-height: 54px;
}

.family-message {
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #fff4d8;
    color: #6e4111;
    font-weight: 900;
}

.family-message.is-error {
    background: #ffe2dd;
    color: #a22c22;
}

.family-success {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
}

.family-success .primary-action,
.family-success .ghost-action {
    width: min(100%, 320px);
}

.family-code-box {
    display: grid;
    gap: 4px;
    width: min(100%, 360px);
    padding: 16px;
    border: 2px solid rgba(245, 164, 11, 0.55);
    border-radius: 8px;
    background: #fff4d8;
}

.family-code-box span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.family-code-box strong {
    font-size: 1.7rem;
}

.shirt-success-box strong {
    font-size: clamp(1rem, 3vw, 1.2rem);
}

.shirt-success-box small {
    color: var(--muted);
    font-weight: 900;
}

.shirt-order-section {
    gap: 14px;
}

.shirt-order-toggle {
    align-items: flex-start;
    padding: 13px 14px;
    background: linear-gradient(135deg, rgba(255, 244, 216, 0.96), rgba(255, 255, 255, 0.9));
    border-color: rgba(245, 164, 11, 0.42);
}

.shirt-order-toggle strong,
.shirt-order-toggle small {
    display: block;
}

.shirt-order-toggle small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
}

.shirt-panel {
    display: grid;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(31, 23, 17, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
}

.shirt-panel[hidden] {
    display: none;
}

.shirt-preview {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(31, 23, 17, 0.12);
    background: #fff;
}

.shirt-order-grid {
    display: grid;
    gap: 8px;
}

.shirt-order-head,
.shirt-order-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(5rem, 0.55fr);
    gap: 8px;
    align-items: end;
}

.shirt-order-head {
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.shirt-order-row {
    padding: 10px;
    border: 1px solid rgba(31, 23, 17, 0.12);
    border-radius: 8px;
    background: #fffaf0;
}

.shirt-order-row label {
    margin: 0;
}

.shirt-order-row label > span {
    display: none;
}

.shirt-order-row select,
.shirt-order-row input {
    width: 100%;
    min-height: 44px;
}

.shirt-required {
    align-items: flex-start;
    background: #fff4d8;
    border-color: rgba(245, 164, 11, 0.55);
}

@media (max-width: 760px) {
    .floating-nav {
        top: 14px;
        right: 14px;
    }

    .family-choice-grid,
    .family-check-grid,
    .family-area-grid {
        grid-template-columns: 1fr;
    }

    .family-page {
        background:
            linear-gradient(rgba(5, 3, 2, 0.34), rgba(5, 3, 2, 0.94)),
            url("team-mail-hero.jpg") 56% top / auto 520px no-repeat,
            #070503;
    }

    .family-hero {
        min-height: 430px;
        align-items: end;
        padding: 86px 0 34px;
    }

    .family-hero::before {
        background:
            linear-gradient(180deg, rgba(5, 3, 2, 0.18) 0%, rgba(5, 3, 2, 0.36) 35%, rgba(5, 3, 2, 0.96) 100%),
            radial-gradient(circle at 50% 24%, rgba(245, 164, 11, 0.22), transparent 42%);
    }

    .family-hero::after {
        height: 86px;
    }

    .family-hero-inner {
        width: min(100% - 28px, 34rem);
        padding: 15px 15px 13px;
        border: 1px solid rgba(255, 214, 91, 0.26);
        border-radius: 16px;
        background: rgba(5, 3, 2, 0.64);
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
        backdrop-filter: blur(5px);
    }

    .family-hero .eyebrow {
        margin-bottom: 8px;
        font-size: 0.7rem;
    }

    .family-hero h1 {
        max-width: 10ch;
        font-size: clamp(2.15rem, 11vw, 2.85rem);
        line-height: 0.9;
    }

    .family-hero p:not(.eyebrow) {
        margin-top: 10px;
        font-size: 0.88rem;
        line-height: 1.35;
        font-weight: 800;
    }

    .family-hero-points {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 12px;
    }

    .family-hero-points span {
        min-height: 30px;
        padding: 0 9px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.075);
        font-size: 0.66rem;
    }

    .family-shell {
        width: min(100% - 20px, 34rem);
        margin-top: -12px;
    }

    .family-card {
        border-radius: 14px;
        padding: 16px 14px;
    }

    .shirt-panel {
        padding: 10px;
    }

    .shirt-preview {
        max-height: 310px;
    }

    .shirt-order-head {
        display: none;
    }

    .shirt-order-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .shirt-order-row label > span {
        display: block;
        margin-bottom: 4px;
        color: var(--muted);
        font-size: 0.75rem;
        font-weight: 900;
        text-transform: uppercase;
    }
}

@media (min-width: 621px) {
    .mobile-ticket-cta {
        display: none !important;
    }
}

@media (max-width: 620px) {
    [data-flow-step="transfer"] {
        gap: 14px;
    }

    [data-flow-step="transfer"] *,
    [data-flow-step="transfer"] *::before,
    [data-flow-step="transfer"] *::after {
        min-width: 0;
    }

    [data-flow-step="transfer"] .success-strip {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 12px;
        overflow: hidden;
    }

    [data-flow-step="transfer"] .success-badge {
        width: 36px;
        height: 36px;
    }

    [data-flow-step="transfer"] .success-strip h2,
    [data-flow-step="transfer"] .success-strip .eyebrow,
    [data-flow-step="transfer"] .flow-panel-head p {
        margin: 0;
        overflow-wrap: anywhere;
    }

    [data-flow-step="transfer"] .flow-panel-head {
        padding: 0;
    }

    [data-flow-step="transfer"] .flow-panel-head p {
        padding: 0 2px;
        color: #4c3520;
        font-size: 0.9rem;
        line-height: 1.42;
    }

    [data-flow-step="transfer"] .transfer-summary {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    [data-flow-step="transfer"] .reservation-number,
    [data-flow-step="transfer"] .ticket-number-box,
    [data-flow-step="transfer"] .payment-panel,
    [data-flow-step="transfer"] .reservation-note {
        width: 100%;
        overflow: hidden;
    }

    [data-flow-step="transfer"] .reservation-number {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 7px;
        padding: 13px 12px;
    }

    [data-flow-step="transfer"] .reservation-number.has-copy > * {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    [data-flow-step="transfer"] .reservation-number strong {
        display: block;
        max-width: 100%;
        font-size: clamp(1rem, 5vw, 1.28rem);
        line-height: 1.1;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    [data-flow-step="transfer"] .copy-action {
        display: flex !important;
        width: 100%;
        min-height: 40px;
        margin-top: 3px;
        white-space: normal;
        text-align: center;
    }

    [data-flow-step="transfer"] .ticket-number-box {
        padding: 13px 12px;
    }

    [data-flow-step="transfer"] .ticket-number-box ul {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px;
    }

    [data-flow-step="transfer"] .ticket-number-box li {
        display: block;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    [data-flow-step="transfer"] .payment-panel {
        display: grid;
        gap: 10px;
    }

    [data-flow-step="transfer"] .bank-details {
        display: grid !important;
        gap: 10px !important;
        background: transparent !important;
    }

    [data-flow-step="transfer"] .bank-details div {
        display: block !important;
        padding: 12px !important;
        border: 1px solid rgba(64, 38, 18, 0.12) !important;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.78);
    }

    [data-flow-step="transfer"] .bank-details dt {
        display: block;
        margin: 0 0 6px;
        line-height: 1.15;
    }

    [data-flow-step="transfer"] .bank-details dd {
        display: block !important;
        width: 100%;
        margin: 0;
        line-height: 1.28;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    [data-flow-step="transfer"] .bank-details dd span {
        display: block;
        width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    [data-flow-step="transfer"] .bank-details dd .copy-action {
        margin-top: 8px;
    }

    [data-flow-step="transfer"] .hint,
    [data-flow-step="transfer"] .reservation-note {
        margin: 0;
        padding: 12px;
        border-radius: 12px;
        font-size: 0.86rem;
        line-height: 1.38;
        overflow-wrap: anywhere;
    }

    [data-flow-step="transfer"] .hint {
        background: rgba(255, 248, 234, 0.72);
        color: #4c3520;
    }
}
