:root {
    --ink: #17312d;
    --muted: #5b6b65;
    --paper: #fffaf3;
    --surface: rgba(255, 252, 246, 0.93);
    --line: rgba(23, 49, 45, 0.16);
    --field: #ffffff;
    --primary: #147a5d;
    --primary-strong: #0f624b;
    --primary-soft: #e7f4ef;
    --accent: #f46f45;
    --accent-soft: #fff0e9;
    --gold: #d89a32;
    --sky: #bde7ee;
    --danger: #b73333;
    --success: #126b4e;
    --shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    --app-height: 100dvh;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    min-height: 100%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-width: 320px;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: #12372f;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.lightbox-open {
    overflow: hidden;
}

body,
button,
input,
select {
    font: inherit;
}

a {
    color: inherit;
}

button,
input,
select {
    border: 0;
}

.media-stage {
    position: fixed;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    background: #12372f;
}

.media-stage::before,
.media-stage::after {
    position: absolute;
    inset: 0;
    content: "";
}

.media-stage::before {
    background-image: var(--poster-image, url("assets/poster.jpg"));
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.media-stage::after {
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 700ms ease;
}

.hero-video.is-ready {
    opacity: 1;
}

.video-disabled .hero-video {
    display: none;
}

.page-shell {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.site-header {
    width: min(calc(100% - 32px), 1840px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    background: rgba(16, 25, 31, 0.68);
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 16px 24px 16px 28px;
    backdrop-filter: blur(16px);
}

.brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.34);
}

.brand > span:last-child {
    min-width: 0;
}

.brand-mark {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(4, 18, 15, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.brand strong,
.brand small {
    display: block;
    line-height: 1.1;
}

.brand strong {
    font-size: 1.5rem;
    font-weight: 850;
}

.brand small {
    margin-top: 4px;
    font-size: 1rem;
    font-weight: 720;
    color: rgba(255, 255, 255, 0.82);
}

.header-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.header-event,
.header-chip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(6, 14, 18, 0.42);
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 850;
    padding: 0 16px;
    white-space: nowrap;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.34);
}

.header-chip {
    color: #f5d49b;
    text-decoration: none;
}

.floating-contact-actions {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(26px, env(safe-area-inset-bottom));
    z-index: 25;
    display: grid;
    gap: 14px;
}

.floating-contact-action {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.floating-contact-action:hover,
.floating-contact-action:focus-visible {
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.34);
}

.floating-contact-action:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

.floating-contact-action svg {
    width: 31px;
    height: 31px;
    display: block;
}

.floating-contact-whatsapp {
    background: #25d366;
}

.floating-contact-whatsapp svg,
.mobile-quick-action-whatsapp svg {
    fill: currentColor;
}

.floating-contact-call {
    background: #0b3b63;
}

.floating-contact-call svg,
.mobile-quick-action-call svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.landing {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px 24px;
}

.landing-grid {
    width: min(100%, 1240px);
    display: grid;
    gap: 22px;
    align-items: center;
}

.event-copy {
    order: 1;
    max-width: 650px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 22px rgba(0, 0, 0, 0.42);
}

.event-kicker {
    margin: 0 0 12px;
    color: #d7f6ec;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.event-copy h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 9.2vw, 2.55rem);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: 0;
    color: #fffaf1;
    text-shadow: 0 2px 26px rgba(0, 0, 0, 0.36);
}

.event-subtitle {
    display: grid;
    gap: 2px;
    margin: 12px 0 0;
    color: #f9dbc7;
    font-size: clamp(1.08rem, 4.5vw, 1.28rem);
    font-weight: 750;
    line-height: 1.2;
}

.event-subtitle span {
    display: block;
}

.event-lead {
    max-width: 36rem;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.52;
}

.lead-mobile {
    display: none;
}

.event-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.event-benefits li {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 250, 243, 0.12);
    color: rgba(255, 255, 255, 0.93);
    font-size: 0.83rem;
    font-weight: 760;
    padding: 0 11px;
}

.benefit-icon {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(216, 154, 50, 0.26);
    color: #fff2c7;
    font-size: 0.75rem;
    font-weight: 900;
}

.event-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 19px 0 0;
}

.event-facts div {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 250, 243, 0.12);
    padding: 11px 10px;
}

.event-facts dt,
.event-facts dd {
    margin: 0;
}

.event-facts dt {
    margin-top: 3px;
    color: rgba(255, 236, 220, 0.76);
    font-size: 0.7rem;
    font-weight: 700;
}

.event-facts dd {
    color: #fff8e9;
    font-size: 0.98rem;
    font-weight: 800;
}

.video-teaser {
    order: 3;
    width: min(100%, 410px);
    min-height: 78px;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    text-align: left;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.32);
    box-shadow: 0 14px 34px rgba(6, 24, 19, 0.18);
    backdrop-filter: blur(10px);
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.video-teaser:hover,
.video-teaser:focus-visible {
    border-color: rgba(255, 255, 255, 0.66);
    background: rgba(255, 255, 255, 0.2);
}

.video-teaser:focus-visible {
    outline: 3px solid rgba(189, 231, 238, 0.76);
    outline-offset: 3px;
}

.video-teaser:active {
    transform: translateY(1px);
}

.video-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    background: #12372f;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.video-play {
    position: absolute;
    inset: 0;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: auto;
    border-radius: 50%;
    background: rgba(20, 122, 93, 0.94);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.video-play::before {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #ffffff;
    content: "";
}

.video-teaser-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.video-teaser-copy strong,
.video-teaser-copy small {
    display: block;
}

.video-teaser-copy strong {
    font-size: 0.98rem;
    line-height: 1.2;
}

.video-teaser-copy small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    font-weight: 800;
}

.registration-card {
    order: 2;
    width: min(100%, 520px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(226, 234, 239, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 76px rgba(8, 19, 25, 0.3);
    padding: 28px 28px 26px;
    backdrop-filter: blur(8px);
}

.registration-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: linear-gradient(90deg, #0f624b, #41a77d 52%, #e4aa39);
    content: "";
}

.registration-card > * {
    position: relative;
}

.conversion-badge {
    width: fit-content;
    max-width: 100%;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(20, 122, 93, 0.22);
    border-radius: 999px;
    background: #eff8f4;
    color: var(--primary-strong);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    line-height: 1.2;
    padding: 0 12px;
    margin: 0 auto 14px;
    text-align: center;
    text-transform: uppercase;
}

.card-heading {
    margin-bottom: 20px;
    text-align: center;
}

.card-heading p {
    margin: 0 0 7px;
    color: #17805f;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.card-heading h2 {
    margin: 0;
    color: #102333;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2rem, 4.2vw, 2.45rem);
    font-weight: 900;
    line-height: 1.06;
}

.card-heading span {
    display: block;
    margin-top: 7px;
    color: #526578;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.36;
}

.festival-form {
    display: grid;
    gap: 13px;
}

.field-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
}

.field {
    display: grid;
    gap: 7px;
}

.field label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.field input,
.field select {
    width: 100%;
    min-height: 58px;
    border: 2px solid #dce7f0;
    border-radius: 13px;
    background-color: #ffffff;
    color: #102333;
    outline: none;
    padding: 0 18px;
    font-size: 1rem;
    font-weight: 650;
    box-shadow: 0 9px 20px rgba(16, 35, 51, 0.045);
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field select {
    cursor: pointer;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.field input::placeholder {
    color: #8aa0b3;
}

.field input:focus,
.field select:focus {
    border-color: var(--primary);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(20, 122, 93, 0.13), 0 12px 26px rgba(20, 122, 93, 0.08);
}

.field.has-error input,
.field.has-error select {
    border-color: var(--danger);
    background-color: #fff7f6;
}

.field-error {
    min-height: 17px;
    color: var(--danger);
    font-size: 0.79rem;
    line-height: 1.25;
}

.field-error:empty {
    display: none;
}

.submit-button {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f46f45, #d89a32);
    color: #ffffff;
    cursor: pointer;
    font-weight: 850;
    font-size: 1.05rem;
    box-shadow: 0 16px 32px rgba(244, 111, 69, 0.28);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.submit-button:hover {
    background: linear-gradient(135deg, #e35f36, #c88725);
    box-shadow: 0 20px 38px rgba(244, 111, 69, 0.34);
    transform: translateY(-1px);
}

.submit-button:active {
    transform: translateY(1px);
}

.submit-button:disabled {
    cursor: wait;
    opacity: 0.82;
}

.button-spinner {
    width: 18px;
    height: 18px;
    display: none;
    border: 2px solid rgba(255, 255, 255, 0.44);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 780ms linear infinite;
}

.festival-form.is-submitting .button-spinner {
    display: block;
}

.form-status {
    min-height: 0;
    margin: 0;
    color: var(--success);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.35;
}

.form-status:empty {
    display: none;
}

.form-status.is-error {
    color: var(--danger);
}

.form-status.is-success {
    display: grid;
    gap: 3px;
    border: 1px solid rgba(18, 107, 78, 0.16);
    border-radius: 12px;
    background: rgba(18, 107, 78, 0.07);
    color: var(--success);
    padding: 11px 12px;
}

.form-status strong {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.94rem;
}

.form-status strong::before {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--success);
    color: #ffffff;
    font-size: 0.72rem;
    content: "✓";
}

.form-status span {
    display: block;
    color: #315d50;
    font-size: 0.82rem;
    font-weight: 650;
}

.submit-note {
    margin: 0;
    color: #0f624b;
    font-size: 0.9rem;
    font-weight: 850;
    text-align: center;
}

.privacy-note {
    margin: -2px 0 0;
    color: #657688;
    font-size: 0.82rem;
    line-height: 1.45;
}

.mobile-quick-actions {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 9px;
}

.mobile-quick-action {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 13px;
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.mobile-quick-action span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-quick-action svg {
    width: 19px;
    height: 19px;
    display: block;
    flex: 0 0 auto;
}

.mobile-quick-action-call {
    border: 1px solid #dfe7ee;
    background: #ffffff;
    color: #17312d;
    box-shadow: 0 8px 18px rgba(16, 35, 51, 0.06);
}

.mobile-quick-action-whatsapp {
    border: 1px solid #20bf5a;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.26);
}

.mobile-quick-action:hover,
.mobile-quick-action:focus-visible {
    transform: translateY(-1px);
}

.mobile-quick-action:focus-visible {
    outline: 3px solid rgba(20, 122, 93, 0.2);
    outline-offset: 3px;
}

.site-footer {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 18px 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    text-align: center;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.36);
}

.site-footer address {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    font-style: normal;
}

.site-footer a {
    text-decoration: none;
    font-weight: 750;
}

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

.video-lightbox[hidden] {
    display: none;
}

.video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(5, 18, 15, 0.76);
    backdrop-filter: blur(8px);
}

.video-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
    cursor: pointer;
}

.video-lightbox-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 960px);
    max-height: calc(100svh - 36px);
    max-height: calc(100dvh - 36px);
    display: grid;
    gap: 10px;
}

.video-lightbox-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #ffffff;
}

.video-lightbox-bar h2 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.36);
}

.video-lightbox-close {
    min-height: 44px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 850;
    padding: 0 14px;
    transition: background-color 160ms ease, transform 160ms ease;
}

.video-lightbox-close:hover,
.video-lightbox-close:focus-visible {
    background: #ffffff;
}

.video-lightbox-close:focus-visible {
    outline: 3px solid rgba(189, 231, 238, 0.76);
    outline-offset: 3px;
}

.video-lightbox-close:active {
    transform: translateY(1px);
}

.lightbox-video {
    width: 100%;
    max-height: calc(100svh - 96px);
    max-height: calc(100dvh - 96px);
    display: block;
    border-radius: 8px;
    background: #000000;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

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

@media (min-width: 620px) {
    .registration-card {
        padding: 30px 30px 28px;
    }

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

@media (min-width: 900px) {
    .media-stage::after {
        background: rgba(0, 0, 0, 0.45);
    }

    .site-header {
        padding-block: 16px;
    }

    .brand {
        margin-left: 34px;
    }

    .landing {
        min-height: 0;
        padding: 26px 24px 28px;
    }

    .landing-grid {
        grid-template-columns: minmax(0, 1fr) minmax(480px, 520px);
        gap: 22px 64px;
    }

    .event-copy {
        order: 1;
        margin: 0;
        text-align: left;
    }

    .registration-card {
        order: 2;
        justify-self: end;
    }

    .event-copy h1 {
        max-width: 13ch;
        font-size: clamp(3.38rem, 4.45vw, 4rem);
    }

    .event-lead {
        margin-left: 0;
        font-size: 1.04rem;
    }

    .event-benefits {
        justify-content: flex-start;
    }

    .event-facts {
        max-width: 590px;
    }

    .video-teaser {
        grid-column: 1;
        justify-self: start;
        margin: -4px 0 0;
    }
}

@media (min-width: 1180px) {
    .event-copy h1 {
        font-size: 4rem;
    }
}

@media (max-width: 620px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .page-shell {
        width: 100%;
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
        min-height: var(--app-height, 100dvh);
        display: flex;
        flex-direction: column;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .media-stage::after {
        background: rgba(0, 0, 0, 0.48);
    }

    .floating-contact-actions {
        display: none;
    }

    .site-header {
        width: min(calc(100% - 20px), 414px);
        margin-top: 10px;
        border-radius: 18px;
        padding: 10px 12px 10px 16px;
        justify-content: center;
    }

    .brand {
        gap: 14px;
    }

    .brand-mark {
        width: 72px;
        height: 72px;
    }

    .brand strong {
        font-size: 21px;
    }

    .brand small {
        margin-top: 2px;
        font-size: 15px;
    }

    .header-actions {
        display: none;
    }

    .header-event,
    .header-chip {
        min-height: 32px;
        font-size: 12px;
        padding-inline: 10px;
    }

    .landing {
        flex: 1 1 auto;
        width: 100%;
        min-height: calc(var(--app-height, 100dvh) - 108px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
    }

    .landing-grid {
        width: min(100%, 414px);
        min-height: calc(var(--app-height, 100dvh) - 130px - env(safe-area-inset-bottom));
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-inline: auto;
    }

    .event-copy {
        order: 2;
        padding-bottom: 0;
    }

    .event-kicker {
        margin-bottom: 9px;
        font-size: 11px;
    }

    .event-copy h1 {
        max-width: 15ch;
        margin-inline: auto;
        font-size: 38px;
        line-height: 1.02;
    }

    .event-subtitle,
    .lead-desktop,
    .event-benefits {
        display: none;
    }

    .lead-mobile {
        display: inline;
    }

    .event-lead {
        max-width: 22rem;
        margin-top: 11px;
        font-size: 15px;
        line-height: 1.42;
    }

    .event-facts {
        gap: 7px;
        margin-top: 14px;
    }

    .event-facts div {
        border-radius: 10px;
        padding: 9px 7px;
    }

    .event-facts dd {
        font-size: 14px;
    }

    .event-facts dt {
        font-size: 10px;
    }

    .field input,
    .field select {
        height: 46px;
        min-height: 46px;
        border-width: 1px;
        border-radius: 12px;
        padding-inline: 16px;
        font-size: 15px;
        box-shadow: none;
    }

    .field select {
        padding-right: 42px;
        line-height: 1.2;
    }

    .registration-card {
        order: 1;
        width: 100%;
        max-width: 414px;
        flex: 1 0 auto;
        min-height: calc(var(--app-height, 100dvh) - 130px - env(safe-area-inset-bottom));
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 18px;
        padding: 16px;
    }

    .registration-card::before {
        display: none;
    }

    .card-heading {
        margin-bottom: 10px;
        text-align: left;
    }

    .card-heading p {
        width: fit-content;
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        border-radius: 999px;
        background: var(--accent-soft);
        color: #976226;
        font-size: 11px;
        letter-spacing: 0.03em;
        padding: 0 10px;
        margin-bottom: 8px;
    }

    .card-heading h2 {
        font-size: 29px;
        line-height: 1.04;
    }

    .card-heading span {
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.28;
    }

    .festival-form {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px;
    }

    .field-row {
        gap: 8px;
    }

    .field {
        gap: 0;
    }

    .festival-form > .field {
        width: 100%;
        min-width: 0;
        flex: 0 0 auto;
    }

    .field label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .field-error {
        min-height: 0;
        margin-top: 4px;
    }

    .field-error:empty {
        display: none;
    }

    .submit-button {
        min-height: 48px;
        margin-top: 2px;
        border-radius: 13px;
        font-size: 15px;
    }

    .privacy-note {
        margin: 0;
        color: #647487;
        font-size: 12px;
        line-height: 1.28;
    }

    .mobile-quick-actions {
        display: grid;
        gap: 8px;
    }

    .mobile-quick-action {
        min-height: 44px;
        gap: 6px;
        border-radius: 12px;
        font-size: 14px;
        padding-inline: 8px;
    }

    .mobile-quick-action svg {
        width: 18px;
        height: 18px;
    }

    .video-teaser {
        width: min(100%, 390px);
        min-height: 76px;
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .video-lightbox {
        padding: 10px;
    }

    .video-lightbox-panel {
        max-height: calc(100svh - 20px);
        max-height: calc(100dvh - 20px);
    }

    .lightbox-video {
        max-height: calc(100svh - 88px);
        max-height: calc(100dvh - 88px);
    }
}

@media (max-width: 380px) {
    .brand {
        gap: 12px;
    }

    .brand-mark {
        width: 64px;
        height: 64px;
    }

    .brand strong {
        font-size: 20px;
    }

    .brand small {
        font-size: 14px;
    }

    .event-copy h1 {
        font-size: 35px;
    }

    .registration-card {
        padding: 16px;
    }

    .submit-button {
        font-size: 15px;
    }

    .mobile-quick-actions {
        gap: 7px;
    }

    .mobile-quick-action {
        min-height: 44px;
        font-size: 13px;
        padding-inline: 6px;
    }

    .mobile-quick-action svg {
        width: 17px;
        height: 17px;
    }

    .video-teaser {
        grid-template-columns: 94px minmax(0, 1fr);
    }
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
    .field-row {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .field-row > .field {
        width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .video-teaser,
    .video-lightbox-close,
    .submit-button,
    .hero-video {
        transition: none;
        animation: none;
    }

    .hero-video {
        display: none;
    }
}
