:root {
    --maroon-950: #30070d;
    --maroon-900: #470d15;
    --maroon-800: #681b24;
    --maroon-700: #7f2530;
    --saffron-600: #df6514;
    --saffron-500: #e87518;
    --amber-400: #f0a33a;
    --gold-500: #c8953d;
    --ivory-50: #fffdf8;
    --ivory-100: #fff8e8;
    --ivory-200: #f8ecd5;
    --ink-900: #2c1b18;
    --ink-700: #5e4741;
    --ink-500: #836d66;
    --line: #ead6b6;
    --danger: #b42318;
    --success: #177245;
    --shadow-lg: 0 28px 70px rgba(60, 15, 20, .16), 0 8px 24px rgba(60, 15, 20, .08);
    --shadow-sm: 0 8px 24px rgba(75, 30, 20, .08);
    --radius-xl: 26px;
    --radius-lg: 18px;
    --radius-md: 12px;
    --font-serif: "Noto Serif Devanagari", "Noto Serif", Georgia, "Times New Roman", serif;
    --font-sans: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    color-scheme: light;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink-900);
    background:
        radial-gradient(circle at 10% 15%, rgba(232, 117, 24, .07), transparent 24rem),
        linear-gradient(180deg, var(--ivory-100), #f8eddb 58%, #fffaf1);
    font-family: var(--font-sans);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

button,
a,
input,
select,
textarea,
label[for] {
    -webkit-tap-highlight-color: transparent;
}

button,
a {
    touch-action: manipulation;
}

.event-hero {
    position: relative;
    isolation: isolate;
    min-height: 610px;
    overflow: hidden;
    border-top: 8px solid var(--saffron-500);
    background-color: var(--ivory-100);
    background-image: url("../images/centenary-youth-hero.webp");
    background-position: center;
    background-size: cover;
}

.event-hero::after {
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: 170px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(71, 13, 21, .1));
    pointer-events: none;
}

.event-hero__veil {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 248, 232, .98) 0%, rgba(255, 248, 232, .93) 34%, rgba(255, 248, 232, .32) 58%, rgba(255, 248, 232, 0) 76%);
}

.event-hero__content {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 64px 0 148px;
}

.centenary-mark {
    width: max-content;
    margin-bottom: 28px;
    color: var(--maroon-800);
}

.centenary-mark__years {
    display: block;
    margin-bottom: 4px;
    color: var(--gold-500);
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .14em;
}

.centenary-mark__main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.centenary-mark__main strong {
    font-family: var(--font-serif);
    font-size: clamp(70px, 8vw, 112px);
    font-weight: 700;
    line-height: .83;
    letter-spacing: -.07em;
}

.centenary-mark__main span {
    padding: 7px 0 6px 15px;
    border-left: 2px solid var(--saffron-500);
    color: var(--maroon-700);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .1em;
}

.event-kicker {
    margin: 0 0 8px;
    color: var(--maroon-800);
    font-family: var(--font-serif);
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 700;
}

.event-hero h1 {
    max-width: 690px;
    margin: 0;
    color: var(--maroon-900);
    font-family: var(--font-serif);
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.045em;
}

.event-hero h1 span {
    color: var(--saffron-600);
}

.event-tagline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0 6px;
    color: var(--maroon-800);
    font-family: var(--font-serif);
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 700;
}

.event-tagline::before {
    width: 54px;
    height: 3px;
    border-radius: 999px;
    content: "";
    background: var(--saffron-500);
}

.event-welcome {
    max-width: 480px;
    margin: 0 0 24px 66px;
    color: var(--ink-700);
    font-size: 16px;
    font-weight: 500;
}

.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 66px;
}

.event-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid rgba(104, 27, 36, .16);
    border-radius: 999px;
    color: var(--maroon-800);
    background: rgba(255, 253, 248, .74);
    box-shadow: 0 3px 12px rgba(71, 13, 21, .05);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(7px);
}

.event-meta span::before {
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    content: "";
    background: var(--saffron-500);
    box-shadow: 0 0 0 3px rgba(232, 117, 24, .14);
}

.registration-shell {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 48px));
    margin: -104px auto 0;
}

.registration-card {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(200, 149, 61, .32);
    border-radius: var(--radius-xl);
    background: rgba(255, 253, 248, .98);
    box-shadow: var(--shadow-lg);
}

.registration-intro {
    position: relative;
    padding: 44px 36px;
    color: #fff8e8;
    background:
        radial-gradient(circle at 110% -10%, rgba(240, 163, 58, .3), transparent 40%),
        linear-gradient(155deg, var(--maroon-800), var(--maroon-950));
}

.registration-intro::after {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(240, 163, 58, .2);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 22px rgba(240, 163, 58, .06), 0 0 0 46px rgba(240, 163, 58, .04);
    pointer-events: none;
}

.eyebrow {
    display: inline-block;
    color: var(--saffron-500);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.registration-intro .eyebrow {
    color: #f6bb61;
}

.registration-intro h2 {
    margin: 8px 0 12px;
    color: #fffaf0;
    font-family: var(--font-serif);
    font-size: 36px;
    line-height: 1.08;
}

.registration-intro > p {
    margin: 0;
    color: rgba(255, 248, 232, .72);
    font-size: 14px;
}

.step-list {
    display: grid;
    gap: 6px;
    margin: 36px 0 30px;
    padding: 0;
    list-style: none;
}

.step-list__item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 8px;
    border-radius: 12px;
    color: rgba(255, 248, 232, .52);
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.step-list__item > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 248, 232, .22);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}

.step-list__item div {
    display: grid;
}

.step-list__item strong {
    font-size: 14px;
}

.step-list__item small {
    font-size: 11px;
}

.step-list__item.is-current {
    color: #fff8e8;
    background: rgba(255, 255, 255, .08);
    transform: translateX(3px);
}

.step-list__item.is-current > span,
.step-list__item.is-complete > span {
    border-color: var(--amber-400);
    color: var(--maroon-950);
    background: var(--amber-400);
}

.step-list__item.is-complete {
    color: rgba(255, 248, 232, .78);
}

.privacy-note {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(240, 163, 58, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
}

.privacy-note strong {
    color: #f6bb61;
    font-size: 12px;
}

.privacy-note span {
    color: rgba(255, 248, 232, .64);
    font-size: 11px;
}

.registration-body {
    min-width: 0;
    padding: 42px 48px;
}

.mobile-progress {
    display: none;
}

.registration-form {
    width: 100%;
}

.form-step {
    min-width: 0;
    margin: 0 0 42px;
    padding: 0 0 42px;
    border: 0;
    border-bottom: 1px solid var(--line);
}

.form-step:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.js .registration-form.is-stepped .form-step {
    margin: 0;
    padding: 0;
    border: 0;
    animation: step-enter 260ms ease both;
}

.js .registration-form.is-stepped .form-step[hidden] {
    display: none;
}

@keyframes step-enter {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-step legend {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    margin-bottom: 28px;
    padding: 0;
    color: var(--maroon-900);
    font-family: var(--font-serif);
    font-size: 27px;
    font-weight: 700;
}

.form-step legend span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border-radius: 999px;
    color: #fff;
    background: var(--saffron-500);
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.field-grid {
    display: grid;
    gap: 21px 18px;
}

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

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

.field {
    min-width: 0;
}

.field > label,
.field > .label {
    display: block;
    margin-bottom: 7px;
    color: var(--ink-900);
    font-size: 13px;
    font-weight: 750;
}

.optional {
    color: var(--ink-500);
    font-weight: 500;
}

.field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.field select,
.field textarea {
    width: 100%;
    min-height: 54px;
    border: 1px solid #d9c7b6;
    border-radius: var(--radius-md);
    outline: 0;
    color: var(--ink-900);
    background: #fffefb;
    box-shadow: inset 0 1px 1px rgba(71, 13, 21, .02);
    font-size: 15px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.field select {
    padding: 0 14px;
}

.field textarea {
    min-height: 92px;
    padding: 13px 14px;
    resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #a4928b;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--saffron-500) !important;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(232, 117, 24, .14) !important;
}

.registration-form.was-validated .field input:invalid,
.registration-form.was-validated .field select:invalid,
.registration-form.was-validated .field textarea:invalid,
.input-validation-error {
    border-color: var(--danger) !important;
    box-shadow: 0 0 0 3px rgba(180, 35, 24, .09) !important;
}

.field-error {
    display: block;
    min-height: 17px;
    margin-top: 5px;
    color: var(--danger);
    font-size: 11px;
    font-weight: 650;
}

.field-error:empty,
.field-validation-valid {
    min-height: 0;
    margin: 0;
}

.field-help-row {
    display: flex;
    justify-content: space-between;
    min-height: 17px;
    margin-top: 5px;
    color: var(--ink-500);
}

.field-help-row--end {
    justify-content: flex-end;
}

.field-help-row small {
    font-size: 11px;
}

.phone-control {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: stretch;
    min-height: 54px;
    border: 1px solid #d9c7b6;
    border-radius: var(--radius-md);
    background: #fffefb;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.phone-control:focus-within {
    border-color: var(--saffron-500);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(232, 117, 24, .14);
}

.phone-control > span {
    display: grid;
    place-items: center;
    border-right: 1px solid #dfcfbf;
    color: var(--maroon-800);
    font-weight: 800;
}

.phone-control input {
    min-width: 0;
    height: 52px;
    min-height: 52px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

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

.choice-card {
    position: relative;
    cursor: pointer;
}

.choice-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.choice-card span {
    display: grid;
    min-height: 70px;
    align-content: center;
    padding: 10px 12px 10px 39px;
    border: 1px solid #d9c7b6;
    border-radius: 12px;
    background: #fffefb;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.choice-card span::before {
    position: absolute;
    top: 25px;
    left: 14px;
    width: 15px;
    height: 15px;
    border: 2px solid #bca79c;
    border-radius: 50%;
    content: "";
    background: #fff;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.choice-card strong {
    font-size: 13px;
}

.choice-card small {
    color: var(--ink-500);
    font-size: 10px;
}

.choice-card input:checked + span {
    border-color: var(--saffron-500);
    background: #fff9f0;
    box-shadow: 0 0 0 3px rgba(232, 117, 24, .1);
}

.choice-card input:checked + span::before {
    border: 4px solid var(--saffron-500);
}

.choice-card input:focus-visible + span {
    box-shadow: 0 0 0 4px rgba(232, 117, 24, .16);
}

.photo-upload {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 142px;
    padding: 16px;
    border: 1px dashed #cfae7f;
    border-radius: var(--radius-lg);
    cursor: pointer;
    background: linear-gradient(135deg, #fffdf8, #fff8e9);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.photo-upload:hover {
    border-color: var(--saffron-500);
    transform: translateY(-1px);
}

.photo-upload:focus-within {
    box-shadow: 0 0 0 4px rgba(232, 117, 24, .14);
}

.photo-upload__preview {
    display: grid;
    flex: 0 0 106px;
    width: 106px;
    height: 106px;
    overflow: hidden;
    place-items: center;
    border: 1px solid #e4ceb0;
    border-radius: 50%;
    color: var(--saffron-500);
    background: #fff;
}

.photo-upload__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-upload__preview i {
    font-size: 40px;
    font-style: normal;
    font-weight: 250;
}

.photo-upload__copy {
    display: grid;
    gap: 4px;
}

.photo-upload__copy strong {
    color: var(--maroon-900);
    font-size: 17px;
}

.photo-upload__copy small {
    color: var(--ink-500);
    font-size: 12px;
}

.photo-upload__copy em {
    width: max-content;
    margin-top: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--maroon-800);
    background: rgba(232, 117, 24, .12);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.payment-status {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid #efd5ac;
    border-radius: 14px;
    background: #fff8e8;
}

.payment-status > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-status span {
    color: var(--ink-700);
    font-size: 12px;
    font-weight: 750;
}

.payment-status strong {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #7d4c00;
    background: #ffe3aa;
    font-size: 11px;
    text-transform: uppercase;
}

.payment-status p {
    margin: 0;
    color: var(--ink-500);
    font-size: 11px;
}

.consent-card {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    align-items: start;
    padding: 15px;
    border: 1px solid #ddc9b3;
    border-radius: 14px;
    cursor: pointer;
    background: #fffefb;
}

.consent-card input {
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    accent-color: var(--saffron-500);
}

.consent-card span {
    display: grid;
    gap: 3px;
}

.consent-card strong {
    font-size: 13px;
}

.consent-card small {
    color: var(--ink-500);
    font-size: 11px;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
}

.form-actions--end {
    justify-content: flex-end;
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

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

.button:active {
    transform: translateY(0);
}

.button:focus-visible,
.text-button:focus-visible {
    outline: 3px solid rgba(232, 117, 24, .35);
    outline-offset: 3px;
}

.button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--maroon-800), var(--maroon-950));
    box-shadow: 0 9px 22px rgba(104, 27, 36, .18);
}

.button--primary:hover {
    box-shadow: 0 12px 28px rgba(104, 27, 36, .24);
}

.button--secondary {
    border-color: #dec9af;
    color: var(--maroon-800);
    background: #fffdf8;
}

.button:disabled {
    cursor: not-allowed;
    opacity: .62;
    transform: none;
}

.button__loading {
    display: none;
}

.registration-form.is-submitting .button__ready {
    display: none;
}

.registration-form.is-submitting .button__loading {
    display: inline;
}

.notice {
    margin: 0 0 22px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 12px;
}

.notice--error,
.validation-summary-errors {
    border: 1px solid rgba(180, 35, 24, .24);
    color: #8a1c13;
    background: #fff1ef;
}

.notice--info {
    border: 1px solid #d8b779;
    color: #6f4b12;
    background: #fff8e8;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin: 0;
    padding-left: 18px;
}

.page-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 28px 6px 38px;
    color: var(--ink-500);
    font-size: 11px;
}

.page-footer p {
    margin: 0;
    color: var(--maroon-800);
    font-weight: 800;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

.result-page {
    display: grid;
    min-height: 100svh;
    place-items: center;
    padding: 24px;
    background:
        linear-gradient(rgba(255, 248, 232, .92), rgba(255, 248, 232, .94)),
        url("../images/centenary-youth-hero.webp") center / cover;
}

.result-card {
    width: min(610px, 100%);
    padding: 48px;
    border: 1px solid rgba(200, 149, 61, .38);
    border-radius: 26px;
    background: rgba(255, 253, 248, .96);
    box-shadow: var(--shadow-lg);
    text-align: center;
}

.result-card__icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
}

.result-card__icon--success {
    background: var(--success);
    box-shadow: 0 0 0 10px rgba(23, 114, 69, .1);
}

.result-card__icon--error {
    background: var(--danger);
    box-shadow: 0 0 0 10px rgba(180, 35, 24, .1);
}

.result-card h1 {
    margin: 10px 0 12px;
    color: var(--maroon-900);
    font-family: var(--font-serif);
    font-size: clamp(34px, 6vw, 48px);
    line-height: 1.06;
}

.result-card > p {
    max-width: 450px;
    margin: 0 auto 24px;
    color: var(--ink-700);
}

.registration-number {
    display: grid;
    gap: 7px;
    margin: 24px 0 18px;
    padding: 20px;
    border: 1px dashed #cfae7f;
    border-radius: 16px;
    background: #fff8e8;
}

.registration-number span {
    color: var(--ink-500);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.registration-number strong {
    overflow-wrap: anywhere;
    color: var(--maroon-800);
    font-size: clamp(18px, 4vw, 25px);
    letter-spacing: .035em;
}

.text-button {
    width: max-content;
    margin: 2px auto 0;
    padding: 4px 8px;
    border: 0;
    border-radius: 6px;
    color: var(--saffron-600);
    cursor: pointer;
    background: transparent;
    font-size: 11px;
    font-weight: 800;
}

.result-card__note {
    margin-bottom: 24px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #71501a;
    background: #fff2d6;
    font-size: 12px;
}

@media (max-width: 1000px) {
    .event-hero {
        min-height: 580px;
        background-position: 56% center;
    }

    .event-hero__veil {
        background: linear-gradient(90deg, rgba(255, 248, 232, .98) 0%, rgba(255, 248, 232, .89) 42%, rgba(255, 248, 232, .18) 78%);
    }

    .registration-card {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .registration-intro {
        padding: 36px 25px;
    }

    .registration-body {
        padding: 36px 32px;
    }
}

@media (max-width: 800px) {
    .event-hero {
        min-height: 530px;
        background-position: 63% center;
    }

    .event-hero__veil {
        background: linear-gradient(90deg, rgba(255, 248, 232, .98), rgba(255, 248, 232, .82) 56%, rgba(255, 248, 232, .08));
    }

    .event-hero__content {
        width: min(100% - 32px, 720px);
        padding-top: 42px;
    }

    .event-hero h1 {
        max-width: 470px;
    }

    .registration-shell {
        width: min(100% - 28px, 720px);
        margin-top: -84px;
    }

    .registration-card {
        grid-template-columns: 1fr;
    }

    .registration-intro {
        padding: 26px 24px;
    }

    .registration-intro h2 {
        margin-bottom: 6px;
        font-size: 29px;
    }

    .step-list,
    .privacy-note {
        display: none;
    }

    .registration-body {
        padding: 28px 24px 30px;
    }

    .mobile-progress {
        display: grid;
        gap: 8px;
        margin-bottom: 26px;
        color: var(--maroon-800);
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .mobile-progress__track {
        height: 5px;
        overflow: hidden;
        border-radius: 999px;
        background: #eaded0;
    }

    .mobile-progress__track i {
        display: block;
        width: 33.333%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--saffron-500), var(--amber-400));
        transition: width 240ms ease;
    }

    .form-step legend {
        font-size: 24px;
    }
}

@media (max-width: 580px) {
    .event-hero {
        min-height: 505px;
        border-top-width: 6px;
        background-position: 66% center;
    }

    .event-hero__veil {
        background:
            linear-gradient(180deg, rgba(255, 248, 232, .98) 0%, rgba(255, 248, 232, .88) 56%, rgba(255, 248, 232, .3) 79%, rgba(255, 248, 232, .08) 100%),
            linear-gradient(90deg, rgba(255, 248, 232, .86), rgba(255, 248, 232, .14));
    }

    .event-hero__content {
        width: calc(100% - 30px);
        padding: 30px 0 116px;
    }

    .centenary-mark {
        margin-bottom: 22px;
    }

    .centenary-mark__years {
        font-size: 13px;
    }

    .centenary-mark__main {
        gap: 10px;
    }

    .centenary-mark__main strong {
        font-size: 62px;
    }

    .centenary-mark__main span {
        padding-left: 10px;
        font-size: 9px;
    }

    .event-kicker {
        max-width: 290px;
        font-size: 19px;
    }

    .event-hero h1 {
        max-width: 330px;
        font-size: 46px;
    }

    .event-tagline {
        gap: 9px;
        margin-top: 16px;
        font-size: 21px;
    }

    .event-tagline::before {
        width: 34px;
    }

    .event-welcome,
    .event-meta {
        margin-left: 43px;
    }

    .event-welcome {
        max-width: 260px;
        margin-bottom: 13px;
        font-size: 12px;
    }

    .event-meta {
        gap: 6px;
    }

    .event-meta span {
        min-height: 31px;
        padding: 5px 9px;
        font-size: 10px;
    }

    .registration-shell {
        width: calc(100% - 20px);
        margin-top: -72px;
    }

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

    .registration-intro {
        padding: 22px 19px;
    }

    .registration-intro h2 {
        font-size: 26px;
    }

    .registration-intro > p {
        font-size: 12px;
    }

    .registration-body {
        padding: 25px 18px 22px;
    }

    .field-grid--two {
        grid-template-columns: 1fr;
    }

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

    .form-step legend {
        align-items: flex-start;
        font-size: 22px;
    }

    .field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
    .field select {
        min-height: 56px;
        font-size: 16px;
    }

    .phone-control {
        min-height: 56px;
    }

    .phone-control input {
        height: 54px;
        min-height: 54px !important;
    }

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

    .choice-card span {
        min-height: 62px;
    }

    .choice-card span::before {
        top: 21px;
    }

    .photo-upload {
        align-items: center;
        min-height: 126px;
        padding: 13px;
    }

    .photo-upload__preview {
        flex-basis: 88px;
        width: 88px;
        height: 88px;
    }

    .photo-upload__copy strong {
        font-size: 14px;
    }

    .photo-upload__copy small {
        font-size: 10px;
    }

    .payment-status {
        grid-template-columns: 1fr;
        gap: 8px;
    }

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

    .form-actions--end {
        grid-template-columns: 1fr;
    }

    .button {
        min-height: 56px;
        padding: 0 15px;
    }

    .button--submit {
        min-width: 0;
    }

    .page-footer {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .result-page {
        align-items: start;
        padding: 16px;
    }

    .result-card {
        margin-top: 5vh;
        padding: 34px 20px;
        border-radius: 20px;
    }
}

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