@font-face {
    font-family: "Fira Sans Condensed";
    src: url("/assets/fonts/FiraSansCondensed-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Fira Sans Condensed";
    src: url("/assets/fonts/FiraSansCondensed-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Fira Sans Condensed";
    src: url("/assets/fonts/FiraSansCondensed-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Fira Sans Condensed";
    src: url("/assets/fonts/FiraSansCondensed-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

:root {
    color-scheme: dark;
    --navy: #000038;
    --navy-deep: #000026;
    --navy-panel: #080847;
    --navy-input: #02022f;
    --red: #cd011d;
    --red-bright: #e30024;
    --blue-electric: #2738ff;
    --blue-soft: #8290ff;
    --white: #ffffff;
    --text-soft: #d8dcff;
    --text-muted: #aeb5eb;
    --border: #454fa3;
    --danger: #ff8797;
    --success: #b9f6d3;
    --shadow: rgba(0, 0, 0, 0.34);
    --content-width: 1180px;
    --radius-large: 26px;
    --radius-medium: 14px;
    --focus: 0 0 0 4px rgba(87, 105, 255, 0.34);
}

@property --form-glint-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

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

[hidden] {
    display: none !important;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--navy);
    color: var(--white);
    font-family: "Fira Sans Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.45;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.dialog-open {
    overflow: hidden;
}

main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    overflow: clip;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: var(--white);
    text-underline-offset: 0.18em;
}

sup {
    font-size: 0.56em;
    line-height: 0;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--white);
    color: var(--navy);
    font-weight: 700;
    transform: translateY(-180%);
    transition: transform 160ms ease;
}

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

.brand-header {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    background: var(--navy);
    border-bottom: 2px solid var(--red);
    box-shadow: 0 18px 42px var(--shadow);
}

.brand-header__visual {
    --image-edge-fade: clamp(4px, 0.8vw, 16px);
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 1921px);
    height: auto;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--image-edge-fade),
        #000 calc(100% - var(--image-edge-fade)),
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--image-edge-fade),
        #000 calc(100% - var(--image-edge-fade)),
        transparent 100%
    );
    animation: brand-arrival 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.brand-header__flare {
    --flare-opacity: 0.42;
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: 0;
    display: block;
    width: clamp(240px, 36vw, 496px);
    height: auto;
    opacity: 0;
    mix-blend-mode: screen;
    pointer-events: none;
    will-change: transform, opacity;
    animation: flare-route 11s linear -4s infinite;
}

.ambient-flares {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.ambient-flare {
    --flare-opacity: 0.2;
    position: absolute;
    left: 0;
    display: block;
    width: clamp(220px, 38vw, 496px);
    height: auto;
    opacity: 0;
    mix-blend-mode: screen;
    will-change: transform, opacity;
}

.ambient-flare--top {
    top: 12px;
    animation: flare-route 15s linear -2s infinite;
}

.ambient-flare--bottom {
    bottom: 20px;
    animation: flare-route 19s linear -7s infinite reverse;
}

.experience {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: clamp(42px, 6vw, 82px);
    width: min(100%, var(--content-width));
    margin: 0 auto;
    padding: clamp(58px, 8vw, 106px) 28px clamp(72px, 9vw, 124px);
}

.experience.experience--confirmed {
    grid-template-columns: minmax(0, 576px);
    justify-content: center;
    width: min(100%, 760px);
}

.experience--confirmed .event-story {
    display: none;
}

.experience--confirmed .registration-card {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.event-story {
    min-width: 0;
    padding-top: 14px;
}

.eyebrow,
.registration-card__kicker,
.privacy-dialog__eyebrow,
.success-panel__eyebrow {
    margin: 0 0 10px;
    color: var(--red-bright);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.event-story h1 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(52px, 6.3vw, 78px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 0.96;
}

.light-divider {
    display: block;
    width: min(72%, 300px);
    height: auto;
    margin: 25px 0 23px;
}

.event-intro {
    max-width: 640px;
    margin: 0;
    color: var(--text-soft);
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.34;
}

.event-intro strong {
    color: var(--red-bright);
    font-weight: 700;
}

.event-details {
    display: grid;
    gap: 14px;
    margin-top: clamp(34px, 5vw, 54px);
}

.event-detail {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    min-height: 94px;
    padding: 11px 14px 11px 8px;
    border: 1px solid rgba(93, 107, 215, 0.46);
    border-radius: var(--radius-medium);
    background: rgba(5, 5, 62, 0.68);
    transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.event-detail img {
    display: block;
    width: 68px;
    max-height: 66px;
    object-fit: contain;
    transition: transform 240ms ease, filter 240ms ease;
}

.event-detail > div {
    min-width: 0;
}

.event-detail__label {
    display: block;
    margin-bottom: 2px;
    color: var(--blue-soft);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.1;
    text-transform: uppercase;
}

.event-detail time,
.event-detail strong {
    display: block;
    font-size: clamp(27px, 3vw, 35px);
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.018em;
    line-height: 1.08;
}

.event-detail small {
    display: block;
    margin-top: 3px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.2;
}

.event-detail address {
    margin-top: 4px;
    color: var(--text-soft);
    font-size: 16px;
    font-style: normal;
    line-height: 1.22;
}

@media (hover: hover) and (pointer: fine) {
    .event-detail:hover {
        transform: translateX(4px);
        border-color: rgba(227, 0, 36, 0.56);
        background: rgba(9, 9, 76, 0.82);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    }

    .event-detail:hover img {
        transform: scale(1.045);
        filter: drop-shadow(0 0 8px rgba(227, 0, 36, 0.34));
    }
}

.registration-card {
    position: relative;
    isolation: isolate;
    align-self: start;
    min-width: 0;
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid var(--border);
    border-top: 4px solid var(--red);
    border-radius: var(--radius-large);
    background: rgba(8, 8, 71, 0.95);
    box-shadow: 0 32px 76px rgba(0, 0, 0, 0.34), 0 0 44px rgba(39, 56, 255, 0.12);
}

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

@supports ((-webkit-mask: linear-gradient(#000 0 0)) or (mask: linear-gradient(#000 0 0))) {
    .registration-card::before {
        --form-glint-angle: 0deg;
        --form-glint-opacity: 0.56;
        content: "";
        position: absolute;
        z-index: 0;
        inset: -2px;
        padding: 2px;
        border-radius: calc(var(--radius-large) + 2px);
        background: conic-gradient(
            from var(--form-glint-angle),
            transparent 0deg 282deg,
            rgba(227, 0, 36, 0.12) 302deg,
            rgba(255, 65, 89, 0.64) 320deg,
            rgba(255, 235, 239, 0.82) 326deg,
            rgba(227, 0, 36, 0.4) 334deg,
            transparent 352deg 360deg
        );
        opacity: 0.56;
        pointer-events: none;
        will-change: opacity;
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        mask-composite: exclude;
        animation: form-edge-glint 12s linear infinite;
    }
}

.registration-card__heading {
    margin-bottom: 30px;
}

.registration-card__heading h2,
.success-panel h2 {
    margin: 0;
    font-size: clamp(38px, 4.2vw, 52px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
}

.registration-card__heading > p:last-child {
    margin: 12px 0 0;
    color: var(--text-muted);
    font-size: 17px;
}

.registration-form {
    display: grid;
    gap: 24px;
}

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

.field--full {
    grid-column: 1 / -1;
}

.field label {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--text-soft);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.015em;
}

.field label span {
    color: var(--red-bright);
}

.field input {
    width: 100%;
    min-height: 50px;
    padding: 11px 13px;
    border: 1px solid var(--border);
    border-radius: 10px;
    outline: 0;
    background: var(--navy-input);
    color: var(--white);
    font-size: 18px;
    transition: border-color 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}

.field input:hover {
    border-color: #6874d3;
}

.field input:focus {
    border-color: var(--blue-soft);
    box-shadow: var(--focus);
    background: #05053d;
}

.field input[aria-invalid="true"] {
    border-color: var(--danger);
}

.field input:-webkit-autofill,
.field input:-webkit-autofill:hover,
.field input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--white);
    box-shadow: 0 0 0 1000px var(--navy-input) inset;
    caret-color: var(--white);
}

.field-error {
    min-height: 0;
    margin: 6px 0 0;
    color: var(--danger);
    font-size: 14px;
    line-height: 1.2;
}

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

.purpose-notice {
    padding: 16px 17px;
    border-left: 3px solid var(--blue-electric);
    background: rgba(0, 0, 38, 0.68);
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.42;
}

.purpose-notice p {
    margin: 0;
}

.purpose-notice p + p {
    margin-top: 8px;
}

.purpose-notice a,
.text-link {
    color: var(--white);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.text-link {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.text-link:hover,
.purpose-notice a:hover {
    color: var(--blue-soft);
}

.consents {
    display: grid;
    gap: 16px;
}

.consent {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.consent input {
    width: 22px;
    height: 22px;
    margin: 2px 0 0;
    accent-color: var(--red);
    cursor: pointer;
}

.consent input:focus-visible {
    outline: 3px solid var(--blue-soft);
    outline-offset: 3px;
}

.consent label {
    display: block;
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.34;
    cursor: pointer;
}

.submit-button,
.secondary-button,
.dialog-close {
    min-height: 48px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}

.submit-button {
    position: relative;
    width: 100%;
    min-height: 58px;
    padding: 13px 22px;
    border: 1px solid var(--red);
    background: var(--red);
    color: var(--white);
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 34px rgba(205, 1, 29, 0.26);
}

.submit-button:hover:not(:disabled) {
    border-color: var(--red-bright);
    background: var(--red-bright);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(227, 0, 36, 0.3);
}

.submit-button:active:not(:disabled) {
    transform: translateY(0);
}

.submit-button:focus-visible,
.secondary-button:focus-visible,
.dialog-close:focus-visible,
.text-link:focus-visible,
a:focus-visible {
    outline: 0;
    box-shadow: var(--focus);
}

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

.submit-button__busy {
    display: none;
}

.submit-button[aria-busy="true"] .submit-button__label {
    display: none;
}

.submit-button[aria-busy="true"] .submit-button__busy {
    display: inline;
}

.form-footnote {
    margin: -9px 0 0;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.form-notice {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid var(--danger);
    border-radius: 10px;
    background: rgba(106, 0, 20, 0.28);
    color: #ffdce1;
    font-size: 15px;
}

.form-notice--error {
    margin-bottom: 22px;
}

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

.success-panel {
    padding: clamp(22px, 5vw, 48px) 0;
    text-align: center;
}

.success-panel:focus {
    outline: 0;
}

.success-panel h2 {
    color: var(--white);
}

.success-panel > p:not(.success-panel__eyebrow) {
    max-width: 430px;
    margin: 20px auto 28px;
    color: var(--text-soft);
    font-size: 21px;
}

.success-panel > p:last-child {
    margin-bottom: 0;
}

.secondary-button,
.dialog-close {
    padding: 10px 18px;
    border: 1px solid var(--border);
    background: var(--navy-input);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}

.secondary-button:hover,
.dialog-close:hover {
    border-color: var(--blue-soft);
    background: #11115d;
}

.closing {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 28px 24px 12px;
    background: var(--navy-deep);
    text-align: center;
}

.closing__light {
    display: block;
    width: min(74vw, 330px);
    height: auto;
}

.closing p {
    margin: 0;
    font-size: clamp(31px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.05;
}

.site-footer {
    display: grid;
    justify-items: center;
    padding: 0 0 26px;
    background: var(--navy-deep);
    color: var(--text-muted);
    text-align: center;
}

.site-footer img {
    --image-edge-fade: clamp(12px, 3vw, 56px);
    display: block;
    width: min(100%, 1921px);
    height: auto;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--image-edge-fade),
        #000 calc(100% - var(--image-edge-fade)),
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--image-edge-fade),
        #000 calc(100% - var(--image-edge-fade)),
        transparent 100%
    );
    animation: footer-light-breathe 5.8s ease-in-out infinite;
}

.site-footer p {
    margin: 18px 0 0;
    padding-inline: 20px;
    font-size: 14px;
}

.site-footer a {
    color: var(--text-soft);
}

.privacy-dialog {
    width: min(92vw, 920px);
    max-height: min(90vh, 900px);
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--navy-panel);
    color: var(--white);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.58);
}

.privacy-dialog::backdrop {
    background: rgba(0, 0, 24, 0.82);
    backdrop-filter: blur(4px);
}

.privacy-dialog__panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    max-height: min(90vh, 900px);
}

.privacy-dialog__header,
.privacy-dialog__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px clamp(20px, 4vw, 34px);
    background: var(--navy-panel);
}

.privacy-dialog__header {
    border-bottom: 1px solid var(--border);
}

.privacy-dialog__header h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1;
}

.privacy-dialog__eyebrow {
    margin-bottom: 5px;
}

.privacy-dialog__body {
    overflow-y: auto;
    padding: 26px clamp(20px, 4vw, 38px) 32px;
    background: #f7f8ff;
    color: #13152e;
    scrollbar-color: #7279b9 #e5e7f7;
}

.privacy-dialog__footer {
    border-top: 1px solid var(--border);
}

.privacy-dialog__footer a {
    color: var(--text-soft);
    font-size: 15px;
}

.privacy-copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.66;
}

.privacy-copy__modified {
    margin: 0 0 28px;
    color: #5c607e;
    font-weight: 700;
}

.privacy-copy__section + .privacy-copy__section {
    margin-top: 27px;
}

.privacy-copy__section h3 {
    margin: 0 0 8px;
    color: #05072a;
    font-family: "Fira Sans Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.18;
}

.privacy-copy__section p {
    margin: 0;
}

.privacy-copy__section p + p {
    margin-top: 10px;
}

.privacy-copy a {
    color: #1b2db5;
    font-weight: 700;
}

.policy-page {
    min-height: 100vh;
    background: var(--navy-deep);
}

.policy-header {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid var(--red);
    background: var(--navy);
}

.policy-header a {
    display: block;
    width: min(100%, 1921px);
}

.policy-header img {
    --image-edge-fade: clamp(4px, 0.8vw, 16px);
    display: block;
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--image-edge-fade),
        #000 calc(100% - var(--image-edge-fade)),
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--image-edge-fade),
        #000 calc(100% - var(--image-edge-fade)),
        transparent 100%
    );
}

.policy-shell {
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 42px 24px 80px;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--text-soft);
}

.policy-card {
    padding: clamp(28px, 6vw, 64px);
    border-radius: 18px;
    background: #f7f8ff;
    color: #13152e;
}

.policy-card > h1 {
    margin: 0 0 8px;
    color: #05072a;
    font-size: clamp(42px, 6vw, 68px);
    line-height: 0.98;
}

.policy-card .privacy-copy {
    margin-top: 30px;
}

.motion-ready .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 620ms ease, transform 620ms ease;
}

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

.motion-ready .event-details.is-visible {
    transition-delay: 90ms;
}

.motion-ready .registration-card.is-visible {
    transition-delay: 130ms;
}

.motion-ready .event-story > .reveal:nth-child(2).is-visible {
    transition-delay: 70ms;
}

.motion-ready .event-story > .reveal:nth-child(3).is-visible {
    transition-delay: 140ms;
}

.motion-ready .event-story > .reveal:nth-child(4).is-visible {
    transition-delay: 210ms;
}

.motion-ready .event-story > .reveal:nth-child(5).is-visible {
    transition-delay: 280ms;
}

.motion-ready .light-divider.is-visible {
    animation: divider-light-breathe 4.8s ease-in-out 700ms infinite;
}

@keyframes brand-arrival {
    from {
        opacity: 0.68;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes flare-route {
    0% {
        opacity: 0;
        transform: translate3d(-115%, 0, 0) scaleX(0.82);
    }

    12%,
    82% {
        opacity: var(--flare-opacity);
    }

    100% {
        opacity: 0;
        transform: translate3d(calc(100vw + 15%), 0, 0) scaleX(1.06);
    }
}

@keyframes divider-light-breathe {
    0%,
    100% {
        filter: brightness(1) drop-shadow(0 0 3px rgba(227, 0, 36, 0.28));
    }

    50% {
        filter: brightness(1.16) drop-shadow(0 0 9px rgba(227, 0, 36, 0.48));
    }
}

@keyframes footer-light-breathe {
    0%,
    100% {
        filter: brightness(0.96);
    }

    50% {
        filter: brightness(1.08) drop-shadow(0 0 8px rgba(227, 0, 36, 0.24));
    }
}

@keyframes form-edge-glint {
    0%,
    8% {
        --form-glint-angle: 0deg;
        opacity: 0;
    }

    18%,
    82% {
        opacity: var(--form-glint-opacity);
    }

    92%,
    100% {
        --form-glint-angle: 360deg;
        opacity: 0;
    }
}

@media (max-width: 980px) {
    .ambient-flare {
        --flare-opacity: 0.15;
        width: min(46vw, 380px);
    }

    .brand-header__flare {
        --flare-opacity: 0.34;
    }

    .experience {
        grid-template-columns: minmax(0, 1fr);
        width: min(100%, 760px);
    }

    .event-story {
        text-align: center;
    }

    .event-story h1,
    .event-intro {
        margin-right: auto;
        margin-left: auto;
    }

    .light-divider {
        margin-right: auto;
        margin-left: auto;
    }

    .event-details {
        width: min(100%, 610px);
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .registration-card {
        width: min(100%, 690px);
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 680px) {
    .ambient-flare {
        --flare-opacity: 0.12;
        width: min(72vw, 340px);
    }

    .ambient-flare--top {
        animation-duration: 18s;
    }

    .ambient-flare--bottom {
        display: none;
    }

    .brand-header__flare {
        bottom: -7px;
        width: min(72vw, 340px);
        animation-duration: 15s;
    }

    .experience {
        padding: 48px 16px 76px;
    }

    .brand-header__visual {
        width: 100%;
    }

    .event-story h1 {
        font-size: clamp(48px, 14vw, 62px);
    }

    .event-intro {
        font-size: 21px;
    }

    .registration-card {
        padding: 28px 20px;
        border-radius: 19px;
    }

    .registration-card::before {
        --form-glint-opacity: 0.42;
        border-radius: 21px;
        animation-duration: 15s;
    }

    .form-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .field--full {
        grid-column: auto;
    }

    .privacy-dialog {
        width: 100vw;
        max-width: none;
        height: 100dvh;
        max-height: none;
        border: 0;
        border-radius: 0;
    }

    .privacy-dialog__panel {
        height: 100dvh;
        max-height: none;
    }

    .privacy-dialog__header {
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
    }

    .privacy-dialog__header h2 {
        font-size: 30px;
    }

    .privacy-dialog__eyebrow {
        font-size: 12px;
    }

    .privacy-dialog__body {
        padding: 22px 18px 30px;
    }

    .privacy-dialog__footer {
        padding: 13px 16px;
    }

    .privacy-dialog__footer a {
        display: none;
    }

    .privacy-dialog__footer .secondary-button {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .experience {
        padding-right: 12px;
        padding-left: 12px;
    }

    .eyebrow {
        letter-spacing: 0.11em;
    }

    .event-detail {
        grid-template-columns: 67px minmax(0, 1fr);
        padding-right: 10px;
        padding-left: 4px;
    }

    .event-detail img {
        width: 58px;
        max-height: 58px;
    }

    .event-detail time,
    .event-detail strong {
        font-size: 27px;
    }

    .event-detail address,
    .event-detail small {
        font-size: 14px;
    }

    .registration-card {
        padding: 26px 16px;
    }

    .registration-card__heading h2 {
        font-size: 39px;
    }

    .consent label {
        font-size: 15px;
    }

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

    .closing {
        padding-right: 16px;
        padding-left: 16px;
    }

    .site-footer p {
        padding-right: 12px;
        padding-left: 12px;
    }

    .policy-shell {
        padding: 28px 12px 60px;
    }

    .policy-card {
        padding: 26px 18px;
        border-radius: 12px;
    }
}

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

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

    .ambient-flares,
    .brand-header__flare,
    .registration-card::before {
        display: none;
    }

    .brand-header__visual,
    .light-divider.is-visible,
    .site-footer img {
        animation: none !important;
        filter: none !important;
    }
}
