:root {
    --phone-width: 430px;
    --poster-width: 100vw;
    --poster-bg-position: 52% 53%;
    --poster-bg-size: 130%;
    --confirmation-bg-position: 50% -40%;
    --confirmation-bg-size: cover;
    --ink: #050505;
    --blue: #2848ef;
    --paper: #ffffff;
}

@font-face {
    font-family: "MINI Serif";
    src: url("../assets/rsvp/fonts/desktop-mini-serif-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MINI Serif";
    src: url("../assets/rsvp/fonts/desktop-mini-serif-bold.ttf") format("truetype");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MINI Serif";
    src: url("../assets/rsvp/fonts/desktop-miniserif-italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "MINI Serif Display";
    src: url("../assets/rsvp/fonts/desktop-miniserif-bold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../assets/rsvp/fonts/desktop-myriad-pro-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MINI Sans Bold";
    src: url("../assets/rsvp/fonts/helvetica-bold.ttf") format("truetype");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    background: #000;
    color: var(--ink);
}

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

.public-body {
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.phone-shell {
    width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    background: var(--paper);
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.phone-shell.poster-shell {
    width: var(--poster-width);
}

.phone-shell.details-shell {
    min-height: auto;
}

.phone-shell.thanks-shell {
    width: 100vw;
    box-shadow: none;
}

.poster-screen {
    position: relative;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.poster-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .02) 34%, rgba(0, 0, 0, .12) 68%, rgba(0, 0, 0, .34) 100%),
        url("../assets/rsvp/KV extend-9_16-master.png") center center / cover no-repeat;
    filter: saturate(.98) brightness(.95);
}

.poster-frame {
    display: none;
}

.poster-content {
    position: relative;
    z-index: 2;
    height: 100%;
    text-shadow: 0 1px 7px rgba(0, 0, 0, .42);
}

.poster-title {
    position: absolute;
    left: 50%;
    top: 5.2%;
    width: min(620px, 54vw);
    transform: translateX(-50%);
    text-align: center;
}

.poster-title h1,
.poster-title p,
.poster-event h2,
.poster-event p {
    margin: 0;
}

.poster-title h1 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: clamp(17px, 1.65vw, 28px);
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.55vw, 62px);
    font-weight: 800;
    line-height: .88;
    letter-spacing: 0;
    text-transform: uppercase;
}

.poster-title h1 span:nth-child(2) {
    color: #f8dd24;
}

.poster-title p {
    margin-top: .25dvh;
    font-family: "MINI Serif", Georgia, serif;
    font-size: clamp(13px, 1vw, 17px);
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.poster-title-logo {
    width: clamp(138px, 11.8vw, 164px);
    height: auto;
    margin: 0 auto 8px;
}

.poster-lower {
    position: absolute;
    left: 7.6%;
    bottom: 6.8%;
    display: grid;
    gap: clamp(14px, 1.8dvh, 18px);
}

.poster-event h2 {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.05vw, 36px);
    font-weight: 800;
    line-height: .93;
    letter-spacing: 0;
}

.poster-event p {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    margin-top: 1.5dvh;
    font-size: clamp(14px, 1.25vw, 20px);
    line-height: 1;
    font-weight: 800;
}

.poster-event p+p {
    margin-top: 0;
}

.poster-event sup {
    font-size: .42em;
    vertical-align: super;
    line-height: 0;
}

.poster-actions {
    width: auto;
    display: flex;
    gap: 28px;
}

.poster-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(156px, 12.9vw, 220px);
    min-height: clamp(42px, 3.75vw, 62px);
    padding: 0 28px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
}

.poster-button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.white-screen {
    position: relative;
    min-height: 100dvh;
    background: #fff;
    padding: 28px 20px 58px;
}

.details-screen {
    min-height: auto;
    padding: 24px 30px 42px;
}

.details-copy h1,
.details-copy h2,
.details-copy h3,
.choice-copy h1,
.rsvp-form h1,
.thanks-copy h1 {
    margin: 0;
    text-align: center;
    font-weight: 800;
    line-height: .98;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
}

.details-copy h1 {
    font-size: 24px;
}

.details-copy h2 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 16px;
}

.details-copy h3,
.rsvp-form h2 {
    font-size: 10px;
    text-align: left;
    margin: 12px 0 5px;
    font-weight: 800;
}

.details-copy p,
.details-copy li {
    font-size: 10px;
    line-height: 1.12;
    margin: 0 0 9px;
}

.details-copy ul {
    margin: 0 0 9px 12px;
    padding: 0;
}

.details-copy .compact-list {
    margin: 0 0 8px 12px;
    padding: 0;
}

.details-copy .compact-list li {
    margin: 0 0 2px;
    line-height: 1.08;
}

.details-copy .nested-list {
    margin-top: 1px;
    margin-bottom: 0;
}

.event-lines {
    margin: 0 0 10px;
}

.event-line {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    line-height: 1.12;
}

.event-line:first-child {
    color: #df1d1d;
}

.detail-icon {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-top: 0;
    overflow: hidden;
    color: #111;
    font-family: "Material Symbols Outlined";
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;
}

.detail-icon.pin {
    color: #df1d1d;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 20;
}

.detail-info-list {
    margin-bottom: 10px;
}

.detail-info {
    display: grid;
    grid-template-columns: 16px 1fr;
    column-gap: 7px;
    align-items: start;
    margin-bottom: 9px;
}

.detail-info.no-icon {
    display: block;
    padding-left: 0;
}

.detail-info p {
    margin-bottom: 0;
}

.playbook-screen {
    position: relative;
    min-height: 100dvh;
    background: #050505;
    color: #fff;
    overflow: hidden;
    padding: clamp(28px, 4dvh, 36px) 31px 64px;
}

.playbook-frame {
    position: absolute;
    left: 31px;
    right: 31px;
    top: 36px;
    bottom: 64px;
    border-right: 8px solid var(--blue);
    border-bottom: 8px solid var(--blue);
    pointer-events: none;
}

.playbook-frame::before,
.playbook-frame::after {
    content: "";
    position: absolute;
    border-color: var(--blue);
    border-style: solid;
}

.playbook-frame::before {
    top: 0;
    right: 0;
    width: 64px;
    border-width: 8px 0 0;
}

.playbook-frame::after {
    top: 65px;
    left: 0;
    bottom: 0;
    border-width: 0 0 0 8px;
}

.playbook-copy {
    position: relative;
    z-index: 1;
    width: min(44vw, 520px);
}

.playbook-hero {
    margin-bottom: clamp(8px, 1.5dvh, 14px);
}

.playbook-hero h1,
.playbook-hero p,
.playbook-section h2,
.playbook-section h3,
.playbook-section p {
    margin: 0;
}

.playbook-hero h1 {
    font-size: clamp(38px, 9.8vw, 43px);
    font-weight: 800;
    line-height: .88;
}

.playbook-hero p {
    font-size: clamp(22px, 6vw, 26px);
    line-height: .94;
}

.playbook-section {
    margin-left: 28px;
    margin-bottom: clamp(12px, 2dvh, 20px);
}

.playbook-section h2,
.playbook-section h3 {
    margin-bottom: 6px;
    font-size: clamp(16px, 1.45vw, 23px);
    font-weight: 800;
    line-height: 1;
}

.playbook-heading {
    margin-bottom: 18px !important;
    font-size: clamp(30px, 2.7vw, 44px) !important;
}

.playbook-section p,
.schedule-table {
    font-size: clamp(12px, .95vw, 16px);
    font-style: italic;
    line-height: 1.14;
}

.playbook-intro {
    max-width: 360px;
    margin-bottom: 6px !important;
}

.schedule-table {
    width: 100%;
    margin: 0 0 9px;
    border-collapse: collapse;
    color: #fff;
}

.schedule-table thead th,
.schedule-table tbody th,
.schedule-table td {
    padding: 2px 0 2px 5px;
    border-top: 1px solid rgba(255, 255, 255, .65);
    vertical-align: top;
    font-weight: 400;
}

.schedule-table thead th:nth-child(n+2),
.schedule-table tbody td {
    border-left: 1px solid rgba(255, 255, 255, .82);
    padding-left: 8px;
}

.schedule-table thead th {
    font-weight: 800;
    text-align: left;
}

.schedule-table thead th:first-child,
.schedule-table tbody th {
    width: 82px;
    padding-left: 0;
    text-align: left;
    white-space: nowrap;
}

.schedule-table thead th:nth-child(2),
.schedule-table tbody td:first-of-type {
    width: auto;
}

.schedule-table strong {
    font-weight: 700;
}

.playbook-download,
.playbook-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    min-width: 122px;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.playbook-action {
    min-width: 122px;
    margin-top: 7px;
}

.playbook-screen .mini-mark {
    position: absolute;
    right: 28px;
    bottom: 26px;
    width: 54px;
}

.details-shell .playbook-screen .mini-mark {
    position: absolute;
    right: 28px;
    bottom: 26px;
    margin: 0;
}


.black-pill,
.choice-pill {
    min-height: 27px;
    border-radius: 999px;
    border: 1.5px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 11px;
    cursor: pointer;
}

.black-pill {
    background: #000;
    color: #fff;
}

.details-button {
    width: 108px;
}

.details-cta {
    margin-top: 0;
}

.choose-screen {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 17dvh;
}

.choice-copy {
    width: min(620px, calc(100% - 40px));
    text-align: center;
}

.choice-copy h1 {
    font-size: clamp(28px, 2.2vw, 39px);
    font-weight: 900;
    margin-bottom: 7px;
}

.choice-copy>p {
    font-size: clamp(11px, .85vw, 15px);
    font-style: italic;
    font-weight: 700;
    margin: 0 0 27px;
}

.choice-pill {
    width: min(100%, 620px);
    background: #fff;
    color: #000;
    line-height: .9;
    min-height: clamp(46px, 3.75vw, 64px);
    padding: 11px 22px;
    font-size: clamp(14px, 1.04vw, 18px);
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-weight: 900;
}

.player-choice-pill {
    flex-direction: column;
    gap: 2px;
}

.player-choice-kicker,
.player-choice-title {
    display: block;
}

.choice-pill.is-selected {
    background: #000;
    color: #fff;
}

.choice-pill.is-shaking {
    animation: choice-shake .34s ease-in-out;
}

@keyframes choice-shake {
    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-3px);
    }
}

.choice-pill:focus-visible {
    outline: 3px solid #000;
    outline-offset: 5px;
}

.choice-note {
    color: #111;
    font-size: clamp(11px, .8vw, 14px) !important;
    font-weight: 700;
    line-height: 1.15;
    margin: 14px 0 31px !important;
}

.choice-team-note {
    max-width: 520px;
    margin: -31px auto 42px !important;
}

.choice-copy.preferred-dealer-form h1 {
    margin-bottom: clamp(62px, 7dvh, 96px);
}

.preferred-dealer-list {
    display: grid;
    gap: 24px;
}

.preferred-dealer-pill {
    min-height: clamp(46px, 3.2vw, 55px);
}

.preferred-dealer-next {
    margin-top: clamp(72px, 8dvh, 108px);
}

.choice-note em,
.thanks-copy p,
.helper {
    font-family: "MINI Serif", Georgia, serif;
}

.next-choice {
    width: min(214px, 35%);
    min-height: clamp(48px, 3.7vw, 63px);
    margin-top: 37px;
    font-size: clamp(14px, 1.1vw, 18px);
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-weight: 900;
}

.form-screen {
    padding: 34px 22px 58px;
}

.player-form-screen {
    min-height: 100dvh;
    padding: 4.4dvh 34px 58px;
}

.rsvp-form h1 {
    font-size: clamp(28px, 2.35vw, 40px);
    margin: 0 0 25px;
}

.player-form-screen .rsvp-form h1 {
    font-size: clamp(22px, 1.95vw, 32px);
    margin-bottom: 16px;
    text-align: left;
}

.player-form-screen .rsvp-form h1 span {
    display: inline;
}

.rsvp-form h2 {
    margin-top: 16px;
}

.helper {
    margin: -2px 0 8px;
    font-size: 12px;
    line-height: 1.05;
}

.rsvp-input {
    display: block;
    width: 100%;
    min-height: 31px;
    margin: 8px 0;
    border: 1.4px solid #000;
    border-radius: 999px;
    padding: 6px 16px;
    color: #111;
    background: #fff;
    font-size: 12px;
    line-height: 1;
}

.rsvp-input::placeholder {
    color: #a8a8a8;
    opacity: 1;
}

.player-form-screen .rsvp-input:disabled {
    color: #111;
    background-color: #fff;
    opacity: 1;
    cursor: default;
}

.player-form-screen .rsvp-input {
    min-height: 31px;
    margin: 6px 0;
    padding: 6px 16px;
    font-size: 12px;
}

.dupr-field {
    position: relative;
}

.dupr-input {
    padding-right: 38px;
}

.dupr-info {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    cursor: help;
}

.dupr-tooltip {
    position: absolute;
    z-index: 4;
    left: 16px;
    right: 16px;
    top: calc(100% + 5px);
    display: none;
    padding: 9px 10px;
    border-radius: 3px;
    background: #e5e5e5;
    color: #111;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 10px;
    line-height: 1.25;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
}

.dupr-field:hover .dupr-tooltip,
.dupr-info:focus+.dupr-tooltip {
    display: block;
}

.dupr-tooltip span {
    display: block;
}

.dupr-tooltip span+span {
    margin-top: 4px;
}

select.rsvp-input {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
    background-position: calc(100% - 15px) 11px, calc(100% - 8px) 11px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
}

select.rsvp-input:required:invalid,
select.rsvp-input option[value=""] {
    color: #a8a8a8;
}

select.rsvp-input option {
    color: #111;
}

.player-form-screen select.rsvp-input {
    background-position: calc(100% - 15px) 12px, calc(100% - 8px) 12px;
}

.player-form-screen select.rsvp-input[data-locked-gender-display] {
    background-image: none;
}

.player-form-screen select.rsvp-input[data-locked-dealer-display] {
    background-image: none;
}

.segmented {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-bottom: 12px;
}

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

.segmented span {
    min-height: 31px;
    border: 1.4px solid #000;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}

.segmented input:checked+span {
    background: #000;
    color: #fff;
}

.form-next {
    width: 138px;
    border: 0;
    margin: 24px auto 0;
    display: flex;
    gap: 8px;
    position: relative;
}

.player-form-screen .form-next {
    width: 150px;
    min-height: 36px;
    margin-top: 26px;
    font-size: 12px;
}

.form-next:disabled {
    cursor: wait;
    opacity: .82;
}

.form-next-spinner {
    display: none;
    width: 1em;
    height: 1em;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: form-submit-spin .8s linear infinite;
}

.form-next.is-loading .form-next-spinner {
    display: inline-block;
}

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

.privacy-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 0;
    color: #111;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.privacy-consent input {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin: 0;
    accent-color: #000;
}

.privacy-consent a {
    color: #2d7f8f;
    text-decoration: underline;
}

.media-consent-note {
    margin: 8px 0 0 32px;
    color: #111;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.guest-form-screen {
    padding: 10dvh 38px 58px;
}

.guest-form-screen .rsvp-form h1 {
    font-size: clamp(29px, 2.3vw, 40px);
    margin-bottom: 28px;
}

.guest-form-screen .rsvp-form h2 {
    font-size: 14px;
    margin: 0 0 8px;
}

.guest-form-screen .rsvp-input {
    min-height: 32px;
    margin: 8px 0;
    padding: 6px 18px;
    font-size: 12px;
}

.guest-form-screen .helper {
    font-size: 12px;
    line-height: 1.15;
    margin: -5px 0 8px;
}

.guest-form-screen .form-next {
    width: 214px;
    min-height: 48px;
    margin-top: 29px;
    font-size: 14px;
}

.guest-form-screen .rsvp-form h2:nth-of-type(2) {
    margin-top: 18px;
}

.form-errors {
    border: 1px solid #111;
    padding: 8px 10px;
    margin-bottom: 12px;
    font-size: 10px;
}

.form-errors ul {
    margin: 5px 0 0 14px;
    padding: 0;
}

.thanks-screen {
    position: relative;
    min-height: 100dvh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 22.5dvh 28px 72px;
}

.guest-thanks-screen {
    align-items: center;
    padding: 72px 28px;
}

.thanks-copy {
    width: min(100%, 700px);
    margin: 0 auto;
}

.thanks-copy h1 {
    font-size: clamp(34px, 3.15vw, 46px);
    line-height: 1.06;
    margin-bottom: 14px;
}

.thanks-hero-logo {
    display: block;
    width: min(150px, 11vw);
    height: auto;
    margin: 0 auto 28px;
}

.thanks-copy p {
    font-size: clamp(16px, 1.28vw, 20px);
    line-height: 1.15;
    margin: 0;
    font-style: italic;
}

.guest-thanks-screen .thanks-copy {
    width: min(100%, 270px);
}

.guest-thanks-screen .thanks-copy p {
    font-size: 20px;
    line-height: 1.08;
}

.thanks-screen .mini-mark {
    position: absolute;
    right: 23px;
    bottom: 18px;
    width: 38px;
    margin: 0;
}

.guest-confirmation-screen {
    position: relative;
    min-height: 100dvh;
    overflow: hidden;
    color: #fff;
    background: #064568;
}

.guest-confirmation-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 45, 70, .2) 0%, rgba(0, 45, 70, .1) 36%, rgba(0, 45, 70, 0) 58%),
        url("../assets/rsvp/KV extend-9_16-master.png") center center / cover no-repeat;
}

.guest-confirmation-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 32, 52, .14) 0%, transparent 42%, rgba(3, 32, 52, .08) 100%);
    pointer-events: none;
}

.confirmation-frame {
    position: relative;
    z-index: 2;
    min-height: 100dvh;
    padding: clamp(34px, 5.4dvh, 76px) clamp(30px, 7.9vw, 104px) 128px;
}

.confirmation-frame::before,
.confirmation-frame::after {
    content: none;
}

.confirmation-frame h1 {
    margin: 0;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 8.25vw, 132px);
    line-height: .88;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 25, 42, .12);
}

.confirmation-date {
    margin: clamp(8px, 1.2dvh, 16px) 0 0;
    font-family: "MINI Serif", Georgia, serif;
    font-size: clamp(30px, 4.2vw, 68px);
    font-style: italic;
    line-height: 1;
}

.confirmation-card {
    width: min(520px, 48vw);
    margin: clamp(82px, 13dvh, 148px) auto 0;
    text-align: center;
}

.confirmation-dealer {
    margin: 0 0 7px;
    font-size: clamp(12px, 3.15vw, 14px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: .01em;
}

.confirmation-qr {
    display: block;
    width: min(340px, 31vw);
    height: min(340px, 31vw);
    margin: 0 auto clamp(14px, 1.7dvh, 24px);
    background: #fff;
}

.confirmation-message {
    margin: 0 0 clamp(26px, 4dvh, 48px);
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 2.65vw, 42px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: 0;
}

.confirmation-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(490px, 40vw);
    min-height: clamp(60px, 6.2dvh, 86px);
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.6vw, 42px);
    font-weight: 800;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), background-color .3s cubic-bezier(.16, 1, .3, 1);
}

.confirmation-download:active {
    transform: translateY(1px) scale(.98);
}

.guest-confirmation-screen .mini-mark {
    z-index: 2;
    filter: invert(1);
    right: clamp(34px, 7.6vw, 104px);
    bottom: clamp(34px, 5.1dvh, 72px);
    width: clamp(72px, 10.8vw, 146px);
}

.mini-mark {
    position: absolute;
    right: 19px;
    bottom: 18px;
    width: 54px;
    height: auto;
    display: block;
}



@media (min-width: 333px) {
    .phone-shell {
        margin-inline: auto;
    }
}

@media (min-width: 431px) {
    :root {
        --poster-bg-position: 52% 53%;
        --poster-bg-size: 130%;
        --confirmation-bg-position: 50% 0%;
        --confirmation-bg-size: cover;
    }

    .phone-shell {
        width: var(--phone-width);
        box-shadow: 0 0 0 1px #777;
    }

    .phone-shell.poster-shell {
        width: var(--phone-width);
    }

    .phone-shell.details-shell {
        min-height: 100dvh;
    }

    .phone-shell.thanks-shell {
        width: 390px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .28);
    }

    .details-screen {
        min-height: 100dvh;
        padding: 3.5dvh 4.3dvh 2.2dvh;
    }

    .details-shell .details-copy h1 {
        font-size: clamp(28px, 4.1dvh, 42px);
    }

    .details-shell .details-copy h2 {
        font-size: clamp(20px, 2.8dvh, 29px);
        margin-bottom: 2.5dvh;
    }

    .details-shell .details-copy h3,
    .details-shell .details-copy p,
    .details-shell .details-copy li,
    .details-shell .event-line {
        font-size: clamp(11px, 1.55dvh, 16px);
        line-height: 1.16;
    }

    .details-shell .details-copy h3 {
        margin-top: 1.65dvh;
        margin-bottom: .65dvh;
    }

    .details-shell .event-lines {
        margin-bottom: 1.4dvh;
    }

    .details-shell .detail-info-list {
        margin-bottom: 1.4dvh;
    }

    .details-shell .detail-info {
        margin-bottom: 1.55dvh;
    }

    .details-shell .details-copy .compact-list li {
        margin-bottom: .4dvh;
    }

    .details-shell .details-cta {
        margin-top: 1.8dvh;
    }

    .details-shell .details-button {
        width: 14.2dvh;
        min-height: 4.5dvh;
        font-size: clamp(11px, 1.45dvh, 15px);
    }

    .details-shell .mini-mark {
        right: 3.1dvh;
        bottom: 2.5dvh;
    }
}

@media (min-width: 768px) {
    .phone-shell,
    .phone-shell.poster-shell,
    .phone-shell.thanks-shell {
        width: 100vw;
        height: 100dvh;
        min-height: 100dvh;
        box-shadow: none;
    }

    .white-screen {
        min-height: 100dvh;
    }

    .poster-title {
        top: 5.2%;
        width: min(620px, 54vw);
    }

    .poster-lower {
        left: 7.6%;
        bottom: 6.8%;
    }

    .choose-screen {
        padding-top: 17dvh;
    }

    .choice-copy,
    .rsvp-form {
        width: min(620px, calc(100% - 80px));
        margin-inline: auto;
    }

    .choice-copy h1 {
        font-size: clamp(28px, 2.2vw, 39px);
    }

    .choice-pill {
        min-height: clamp(46px, 3.75vw, 64px);
    }

    .next-choice {
        width: min(214px, 35%);
        min-height: clamp(48px, 3.7vw, 63px);
    }

    .guest-form-screen {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 10dvh 38px 58px;
    }

    .guest-form-screen .rsvp-form h1 {
        font-size: clamp(29px, 2.3vw, 40px);
    }

    .guest-form-screen .guest-title-break {
        display: none;
    }

    .guest-form-screen .rsvp-input {
        min-height: 32px;
        margin: 8px 0;
        padding: 6px 18px;
    }

    .guest-form-screen .form-next {
        width: 214px;
        min-height: 48px;
    }

    .player-form-screen {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 4.4dvh 34px 58px;
    }

    .player-form-screen .rsvp-form {
        width: min(620px, calc(100% - 80px));
    }

    .player-form-screen .rsvp-form h1 {
        font-size: clamp(22px, 1.95vw, 32px);
    }

    .player-form-screen .rsvp-form h2 {
        margin-top: 10px;
        margin-bottom: 4px;
    }

    .player-form-screen .rsvp-input {
        min-height: 31px;
        margin: 6px 0;
        padding: 6px 16px;
        font-size: 12px;
    }

    .player-form-screen .form-next {
        width: 150px;
        min-height: 36px;
    }

    .thanks-screen {
        padding: 11.5dvh 28px 72px;
    }

    .thanks-copy {
        width: min(100%, 700px);
    }

    .thanks-copy h1 {
        font-size: clamp(34px, 3.15vw, 46px);
    }

    .thanks-copy p {
        font-size: clamp(16px, 1.28vw, 20px);
    }

    .thanks-screen .mini-mark {
        display: none;
    }
}
