:root {
    --phone-width: 430px;
    --poster-width: 100vw;
    --poster-bg-position: center center;
    --poster-bg-size: cover;
    --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/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/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/mini-serif-italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "MINI Agenda Headline";
    src: url("../assets/rsvp/fonts/mini-serif-headline.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: "Canva Helvetica";
    src: url("../assets/rsvp/fonts/helvetica.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "Canva Montserrat";
    src: url("../assets/rsvp/fonts/montserrat-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canva Montserrat";
    src: url("../assets/rsvp/fonts/montserrat-bold.otf") format("opentype");
    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 {
    background: #050505;
    height: auto;
    min-height: 0;
}

.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(rgba(0, 0, 0, 0), rgba(0, 0, 0, .02) 32%, rgba(0, 0, 0, .04) 60%, rgba(0, 0, 0, .18)),
        url("../assets/rsvp/KV extend-9_16-master.png") var(--poster-bg-position) / var(--poster-bg-size) no-repeat;
    filter: brightness(1);
}

.poster-frame {
    display: none;
}

.poster-frame::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25.2%;
    border-top: clamp(7px, 2vw, 10px) solid var(--blue);
}

.poster-frame::after {
    content: "";
    position: absolute;
    top: 10.6%;
    left: 0;
    height: 89.4%;
    border-left: clamp(7px, 2vw, 10px) solid var(--blue);
}

.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: 9.35%;
    width: min(92vw, 440px);
    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(8px, 2.25vw, 12px);
    font-size: clamp(30px, 8.25vw, 36px);
    font-weight: 800;
    line-height: .91;
    letter-spacing: 0;
    text-transform: uppercase;
}

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

.poster-title p {
    margin-top: .4dvh;
    font-size: clamp(14px, 4vw, 18px);
    font-style: italic;
    line-height: .95;
    letter-spacing: 0;
}

.poster-title-logo {
    width: clamp(78px, 22vw, 98px);
    height: auto;
    margin: 0 auto 11px;
}

.poster-lower {
    position: absolute;
    left: 10.7%;
    bottom: 4%;
    width: min(330px, 84vw);
    display: block;
}

.poster-event {
    position: static;
}

.poster-event h2 {
    font-size: clamp(23px, 6.35vw, 27px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: .01em;
}

.poster-event p {
    margin-top: 1.25dvh;
    font-size: clamp(16px, 4.75vw, 20px);
    line-height: .9;
    font-weight: 700;
}

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

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

.poster-actions {
    position: static;
    width: min(215px, 100%);
    margin-top: 2.8dvh;
    display: grid;
    gap: 2.05dvh;
}

.poster-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(45px, 6.05dvh, 54px);
    padding: 0 18px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    font-size: clamp(16px, min(4.75vw, 2.75dvh), 20px);
    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;
}

.poster-logo {
    position: absolute;
    z-index: 2;
    right: 7.75%;
    bottom: 3.35%;
    width: 12.85%;
    height: auto;
    display: block;
}

.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;
}

.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: 30px 29px 60px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
}

.playbook-frame {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    border-right: 7px solid var(--blue);
    border-bottom: 7px 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: 61px;
    border-width: 7px 0 0;
}

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

.playbook-copy {
    position: relative;
    z-index: 1;
    width: 267px;
    transform-origin: top left;
}

.playbook-hero {
    margin-bottom: 35px;
}

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

.playbook-hero h1 {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

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

.playbook-section {
    margin-left: 19px;
    margin-bottom: 11px;
}

.playbook-schedule {
    margin-bottom: 28px;
}

.playbook-section h2,
.playbook-section h3 {
    margin-bottom: 5px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.playbook-heading {
    margin: 0 0 16px -1px !important;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.playbook-section p,
.schedule-table {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 7.2px;
    font-style: italic;
    line-height: 1.12;
}

.playbook-intro {
    max-width: 245px;
    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: 43px;
    padding-left: 0;
    text-align: left;
    white-space: nowrap;
}

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

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

.playbook-download,
.playbook-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    min-width: 112px;
    min-height: 18px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 7px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.playbook-action {
    min-height: 18px;
    margin-top: 8px;
    padding: 4px 14px;
    text-align: center;
    line-height: 1.05;
}

.playbook-screen .mini-mark {
    position: absolute;
    right: 29px;
    bottom: 27px;
    width: 45px;
}

.details-shell .playbook-screen .mini-mark {
    position: absolute;
    right: 29px;
    top: auto;
    bottom: 5px;
    margin: 0;
}


.black-pill,
.choice-pill {
    min-height: 32px;
    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: 30dvh;
}

.choice-copy {
    width: min(272px, 70vw);
    text-align: center;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
}

.choice-copy h1 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 800;
    letter-spacing: 0;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
}

.choice-copy>p {
    font-size: 10px;
    line-height: 1.25;
    margin: 0 0 25px;
}

.choice-pill {
    width: 100%;
    background: #fff;
    color: #000;
    line-height: 1;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 12px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-weight: 800;
}

.choice-pill:hover,
.choice-pill:focus-visible,
.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);
    }
}

.player-choice-pill {
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    min-height: 42px;
    line-height: 1;
    padding: 7px 11px 8px;
}

.player-choice-kicker {
    font-size: 10px;
    line-height: 1;
}

.player-choice-title {
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
}

.choice-note {
    font-size: 10px !important;
    line-height: 1.2;
    margin: 12px 0 25px !important;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
}

.choice-team-note {
    margin: -25px auto 16px !important;
}

.choice-copy.preferred-dealer-form h1 {
    margin-bottom: 36px;
}

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

.preferred-dealer-pill {
    min-height: 38px;
}

.preferred-dealer-next {
    margin-top: 40px;
}

.next-choice {
    width: 160px;
    min-height: 42px;
    margin-top: 43px;
    font-size: 15px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
}

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

.player-form-screen {
    min-height: 100dvh;
    padding: 50px 0 48px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
}

.player-form-screen .rsvp-form {
    width: min(322px, 84vw);
    margin-inline: auto;
}

.rsvp-form h1 {
    font-size: 20px;
    margin: 0 0 24px;
}

.player-form-screen .rsvp-form h1 {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 18px;
    letter-spacing: 0;
}

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

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

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

.rsvp-input {
    display: block;
    width: 100%;
    min-height: 21px;
    margin: 5px 0;
    border: 1.4px solid #000;
    border-radius: 999px;
    padding: 4px 13px;
    color: #111;
    background: #fff;
    font-size: 10px;
    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: 28px;
    margin: 6px 0;
    padding: 5px 19px;
    border-width: 1.25px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 11px;
}

.player-form-screen .rsvp-form h2 {
    margin: 12px 0 6px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
}

.player-form-screen .rsvp-form h2 i {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 400;
}

.player-form-screen .helper {
    margin: -2px 0 10px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.18;
}

.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: 8px;
    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) 8px, calc(100% - 8px) 8px;
    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% - 17px) 10px, calc(100% - 9px) 10px;
}

.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: 6px;
    margin-bottom: 14px;
}

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

.segmented span {
    min-height: 40px;
    border: 1.25px solid #000;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 800;
}

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

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

.player-form-screen .form-next {
    width: 145px;
    min-height: 38px;
    margin-top: 33px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 14px;
}

.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: 9px;
    margin: 22px 0 0;
    color: #111;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.32;
}

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

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

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

.guest-form-screen {
    padding: 21.7dvh 0 58px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
}

.guest-form-screen .rsvp-form {
    width: min(322px, 82vw);
    margin-inline: auto;
}

.guest-form-screen .rsvp-form h1 {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 31px;
    letter-spacing: 0;
}

.guest-form-screen .rsvp-form h2 {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px;
}

.guest-form-screen .rsvp-input {
    min-height: 30px;
    margin: 9px 0;
    padding: 5px 21px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 12px;
}

.guest-form-screen .helper {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.18;
    margin: -1px 0 8px;
}

.guest-form-screen .form-next {
    width: 160px;
    min-height: 43px;
    margin-top: 33px;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 16px;
}

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

.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: 29.2dvh 28px 72px;
}

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

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

.thanks-copy h1 {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 33px;
    line-height: 1.28;
    margin-bottom: 8px;
    font-weight: 800;
    letter-spacing: 0;
}

.thanks-hero-logo {
    display: block;
    width: 136px;
    height: auto;
    margin: 0 auto 28px;
}

.thanks-copy p {
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.25;
    margin: 0;
    font-style: italic;
}

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

.guest-thanks-screen .thanks-copy p {
    font-size: 14px;
    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: #063d5b;
}

.guest-confirmation-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(180deg, #063d5b 0%, #063d5b 18%, rgba(6, 61, 91, 0) 31%),
        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");
    background-position:
        center center,
        center center,
        center calc(50% + 25dvh);
    background-repeat: no-repeat;
    background-size:
        cover,
        cover,
        auto 120%;
}

.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(38px, 6dvh, 58px) 8.3vw 96px;
}

.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(53px, 14.1vw, 70px);
    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(7px, 1.25dvh, 10px) 0 0;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 7.7vw, 37px);
    font-style: italic;
    line-height: 1;
}

.confirmation-card {
    /* width: min(90vw, 446px); */
    margin: clamp(96px, 14.3dvh, 124px) 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: clamp(180px, 39vw, 200px);
    height: clamp(180px, 39vw, 200px);
    margin: 0 auto clamp(8px, 1.4dvh, 14px);
    background: #fff;
}

.confirmation-message {
    margin: 0 0 clamp(24px, 3.9dvh, 34px);
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 3.7vw, 18px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: 0;
}

.confirmation-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(200px, 40vw, 238px);
    min-height: clamp(42px, 8.3vw, 48px);
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    font-family: "MINI Serif", Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 4.4vw, 22px);
    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: 8.1vw;
    bottom: clamp(28px, 5.1dvh, 44px);
    width: clamp(62px, 16.8vw, 86px);
}

.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) and (max-width: 767px) {
    .playbook-screen {
        height: 100dvh;
        min-height: 100dvh;
    }

    .playbook-frame {
        bottom: 30px;
        height: auto;
    }

    .playbook-copy {
        width: min(calc(100vw - 96px), 360px);
        min-height: 0;
        display: block;
        transform: none;
        padding-top: 0;
    }

    .playbook-hero {
        margin-bottom: 48px;
    }

    .playbook-hero h1 {
        font-size: clamp(40px, 8vw, 43px);
    }

    .playbook-section {
        margin-left: 19px;
        margin-bottom: clamp(90px, 13dvh, 154px);
    }

    .playbook-beyond,
    .playbook-feature {
        margin-bottom: clamp(28px, 4.2dvh, 52px);
    }

    .playbook-schedule {
        margin-bottom: clamp(80px, 8.5dvh, 100px);
    }

    .playbook-section h2,
    .playbook-section h3 {
        font-size: clamp(13px, 2.55vw, 15px);
        margin-bottom: 7px;
    }

    .playbook-heading {
        font-size: clamp(21px, 4.1vw, 23px) !important;
        margin-bottom: 20px !important;
    }

    .playbook-section p,
    .schedule-table {
        font-size: clamp(8.6px, 1.7vw, 9.6px);
        line-height: 1.15;
    }

    .playbook-intro {
        max-width: none;
        margin-bottom: 8px !important;
    }

    .schedule-table {
        margin-bottom: 14px;
    }

    .schedule-table thead th:first-child,
    .schedule-table tbody th {
        width: 48px;
    }

    .playbook-download,
    .playbook-action {
        width: 132px;
        min-width: 132px;
        min-height: 24px;
        font-size: 8px;
    }

    .playbook-action {
        margin-top: 14px;
    }
}

@media (max-width: 430px) {

    .phone-shell,
    .phone-shell.poster-shell,
    .phone-shell.details-shell {
        width: 100vw;
        min-height: 100dvh;
        box-shadow: none;
    }

    .white-screen {
        padding-inline: 0;
    }

    :root {
        --poster-bg-position: center center;
        --poster-bg-size: cover;
    }

    .rsvp-form,
    .details-copy,
    .choice-copy {
        width: min(84vw, 448px);
        max-width: none;
        margin-inline: auto;
    }

    .rsvp-form h1 {
        font-size: clamp(23px, 6.25vw, 29px);
        margin-bottom: clamp(27px, 7.6vw, 36px);
    }

    .rsvp-form h2 {
        font-size: clamp(12px, 3.2vw, 15px);
        margin: 0 0 10px;
    }

    .rsvp-input {
        min-height: clamp(29px, 7.2vw, 36px);
        margin: clamp(7px, 1.9vw, 10px) 0;
        padding: 6px clamp(17px, 4.6vw, 22px);
        border-width: 1.5px;
        font-size: clamp(11px, 3vw, 14px);
        line-height: 1.1;
    }

    select.rsvp-input {
        background-position: calc(100% - 18px) 11px, calc(100% - 9px) 11px;
    }

    .helper {
        font-size: clamp(11px, 3vw, 14px);
        line-height: 1.18;
    }

    .form-next,
    .guest-form-screen .form-next,
    .player-form-screen .form-next {
        width: clamp(138px, 36vw, 172px);
        min-height: clamp(36px, 9.5vw, 45px);
        margin-top: clamp(28px, 7vw, 38px);
        font-size: clamp(12px, 3.2vw, 15px);
    }

    .guest-form-screen {
        padding: 21.7dvh 0 58px;
    }

    .guest-form-screen .rsvp-form {
        width: min(322px, 82vw);
    }

    .guest-form-screen .rsvp-form h1 {
        font-size: 25px;
        line-height: 1.25;
        margin-bottom: 31px;
    }

    .guest-form-screen .rsvp-form h2 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .guest-form-screen .rsvp-input {
        min-height: 30px;
        margin: 9px 0;
        padding: 5px 21px;
        font-size: 12px;
    }

    .guest-form-screen .helper {
        font-size: 14px;
        line-height: 1.18;
    }

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

    .guest-form-screen .form-next {
        width: 160px;
        min-height: 43px;
        margin-top: 33px;
        font-size: 16px;
    }

    .player-form-screen {
        padding: 50px 0 48px;
    }

    .player-form-screen .rsvp-form {
        width: min(322px, 84vw);
    }

    .player-form-screen .rsvp-form h1 {
        font-size: 24px;
        line-height: 1.18;
        margin-bottom: 18px;
    }

    .player-form-screen .rsvp-input {
        min-height: 28px;
        margin: 6px 0;
        padding: 5px 19px;
        font-size: 11px;
    }

    .player-form-screen .rsvp-form h2 {
        font-size: 13px;
        margin: 12px 0 6px;
    }

    .player-form-screen .helper {
        font-size: 12px;
        margin: -2px 0 10px;
    }

    .segmented {
        gap: 6px;
        margin-bottom: 14px;
    }

    .segmented span {
        min-height: 40px;
        font-size: 12px;
    }

    .player-form-screen .form-next {
        width: 145px;
        min-height: 38px;
        margin-top: 33px;
        font-size: 14px;
    }

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

    .choice-copy {
        width: min(272px, 70vw);
    }

    .choice-copy h1 {
        font-size: clamp(23px, 6.1vw, 24px);
        line-height: 1;
        margin-bottom: 8px;
    }

    .choice-copy>p {
        font-size: clamp(9px, 2.55vw, 10px);
        margin-bottom: 25px;
    }

    .choice-pill {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 12px;
    }

    .player-choice-pill {
        justify-content: space-between;
        gap: 0;
        min-height: 42px;
        padding: 7px 11px 8px;
        line-height: 1;
    }

    .player-choice-kicker {
        font-size: 10px;
    }

    .player-choice-title {
        font-size: 9px;
    }

    .choice-note {
        font-size: 10px !important;
        margin: 12px 0 25px !important;
    }

    .choice-team-note {
        margin: -25px auto 16px !important;
    }

    .next-choice {
        width: 160px;
        min-height: 42px;
        margin-top: 43px;
        font-size: 15px;
    }

    .details-screen {
        min-height: 100dvh;
        padding: clamp(28px, 7dvh, 54px) 0 18px;
    }

    .details-copy {
        width: min(78vw, 420px);
    }

    .details-shell .details-copy h1 {
        font-size: clamp(30px, 8.2vw, 42px);
    }

    .details-shell .details-copy h2 {
        font-size: clamp(21px, 5.7vw, 29px);
        margin-bottom: clamp(20px, 5.3vw, 28px);
    }

    .details-shell .details-copy h3,
    .details-shell .details-copy p,
    .details-shell .details-copy li,
    .details-shell .event-line {
        font-size: clamp(12.5px, 3.35vw, 16px);
        line-height: 1.2;
    }

    .details-shell .detail-icon {
        flex-basis: clamp(12px, 3.2vw, 15px);
        width: clamp(12px, 3.2vw, 15px);
        height: clamp(12px, 3.2vw, 15px);
        font-size: clamp(12px, 3.2vw, 15px);
    }

    .details-shell .details-copy h3 {
        margin-top: clamp(17px, 4.5vw, 22px);
        margin-bottom: 6px;
    }

    .details-shell .detail-info {
        grid-template-columns: clamp(18px, 4.6vw, 22px) 1fr;
        column-gap: clamp(7px, 2vw, 10px);
        margin-bottom: 17px;
    }

    .details-shell .details-copy .compact-list li {
        margin-bottom: 4.5px;
    }

    .details-shell .details-cta {
        position: static;
        margin-top: 20px;
    }

    .details-shell .details-button {
        width: clamp(142px, 38vw, 174px);
        min-height: clamp(42px, 10.8vw, 52px);
        font-size: clamp(13px, 3.4vw, 16px);
    }

    .mini-mark {
        right: clamp(18px, 5vw, 26px);
        bottom: 22px;
    }

    .details-shell .mini-mark {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        margin: 22px 8px 0 auto;
    }

    .playbook-screen {
        height: 100dvh;
        min-height: 100dvh;
        padding: 30px 29px 60px;
    }

    .playbook-frame {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        height: auto;
    }

    .playbook-copy {
        width: min(calc(100vw - 78px), 330px);
        min-height: 0;
        display: block;
        transform: none;
        padding-top: 0;
    }

    .playbook-hero {
        margin-bottom: clamp(40px, 5.8dvh, 58px);
    }

    .playbook-hero h1 {
        font-size: clamp(36px, 9.6vw, 42px);
    }

    .playbook-section {
        margin-left: 19px;
        margin-bottom: clamp(50px, 7.8dvh, 88px);
    }

    .playbook-beyond,
    .playbook-feature {
        margin-bottom: clamp(20px, 3dvh, 30px);
    }

    .playbook-schedule {
        margin-bottom: clamp(44px, 6dvh, 68px);
    }

    .playbook-section h2,
    .playbook-section h3 {
        margin-bottom: 6px;
        font-size: clamp(12px, 3.25vw, 14px);
    }

    .playbook-heading {
        font-size: clamp(19px, 5.2vw, 22px) !important;
        margin-bottom: 18px !important;
    }

    .playbook-section p,
    .schedule-table {
        font-size: clamp(7.8px, 2.15vw, 9px);
        line-height: 1.15;
    }

    .playbook-intro {
        max-width: none;
        margin-bottom: 8px !important;
    }

    .schedule-table {
        margin-bottom: 12px;
    }

    .schedule-table th,
    .schedule-table td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .schedule-table th {
        width: 43px;
    }

    .playbook-download,
    .playbook-action {
        width: clamp(112px, 31vw, 132px);
        min-width: clamp(112px, 31vw, 132px);
        min-height: clamp(20px, 5.6vw, 24px);
        font-size: clamp(7px, 2vw, 8px);
    }

    .playbook-action {
        margin-top: 12px;
    }

    .details-shell .playbook-screen .mini-mark {
        position: absolute;
        right: 29px;
        top: auto;
        bottom: 5px;
        width: 45px;
        margin: 0;
    }
}

@media (max-width: 360px) {

    .rsvp-form,
    .details-copy {
        width: 86vw;
    }

    .choice-copy {
        width: 78vw;
    }
}
