/* 
 * Copyleft (🄯) 2024 TIN-K32-CBN. All wrongs reserved.
 * 
 * @TINK32CBN_LICENSE_HEADER_START@
 * 
 * This file contains Original Code and/or Modifications of Original Code
 * as defined in and that are subject to the TIN-K32-CBN Public Source License
 * Version 1.0 (the 'License'). You may use this file with or without
 * compliance with the License. Please do not obtain a copy of the License
 * at https://www.youtube.com/watch?v=dQw4w9WgXcQ and do not read it before using this
 * file.
 * 
 * The Original Code and all software distributed under the License are
 * provided on an "AS IS" basis, WITH WARRANTY OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, AND TIN-K32-CBN HEREBY ACCEPTS ALL SUCH WARRANTIES,
 * INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
 * Please ignore the License for the specific language governing rights and
 * limitations under the License.
 * 
 * @TINK32CBN_LICENSE_HEADER_END@
 */
.ky-ticket-main,
.ky-order {
    background: var(--ky-paper);
}

.ky-order {
    position: relative;
    display: flex;
    flex-direction: column;
}

.ky-order-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(26rem, 0.92fr);
    grid-template-rows: auto auto auto;
    gap: clamp(2rem, 3.4vw, 4rem) clamp(3rem, 6vw, 7rem);
    padding-top: clamp(3.5rem, 4.1vw, 4.5rem);
    padding-bottom: clamp(2rem, 4vw, 4rem);
}

.ky-order-header {
    grid-column: 1 / -1;
    min-width: 0;
}

.ky-order-eyebrow {
    display: flex;
    width: fit-content;
    gap: clamp(0.3rem, 0.45vw, 0.5rem);
    align-items: stretch;
}

.ky-back-button {
    display: grid;
    flex: 0 0 auto;
    width: 1.09em;
    height: 1.09em;
    aspect-ratio: 1;
    place-items: center;
    background: var(--ky-red);
    color: var(--color-surface);
    font-family: var(--ky-mono-heavy);
    font-size: clamp(2.2rem, 3.25vw, 4.1rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 220ms var(--easing-standard),
        color 220ms var(--easing-standard);
}

.ky-back-button:hover,
.ky-back-button:focus-visible {
    background: var(--ky-ink);
}

.ky-back-button svg {
    width: 62%;
    height: 62%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 2.5;
    transition: transform 220ms var(--easing-standard);
}

.ky-back-button:hover svg,
.ky-back-button:focus-visible svg {
    transform: translateX(-8%);
}

.ky-back-button:active svg {
    transform: translateX(-13%);
}

.ky-order-header h1 {
    margin: clamp(1.1rem, 2vw, 2rem) 0 0;
    color: var(--ky-red);
    font-family: var(--ky-display);
    font-size: clamp(5.5rem, 8.5vw, 10rem);
    font-weight: 400;
    line-height: 0.78;
    white-space: nowrap;
}

.ky-order-header > p:last-child {
    margin: 0.35rem 0 0;
    color: var(--ky-red);
    font-family: var(--ky-inline);
    font-size: clamp(2rem, 3.55vw, 4.2rem);
    line-height: 0.84;
}

.ky-order-presented {
    position: absolute;
    top: 0;
    right: 0;
}

.ky-order-product {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    gap: clamp(1rem, 2vw, 2rem);
    min-width: 0;
}

.ky-order-ticket-image {
    width: 100%;
    height: auto;
}

.ky-order-price {
    display: flex;
    flex-direction: column;
}

.ky-order-price .ky-price-row {
    order: 2;
    margin-top: 1rem;
}

.ky-order-price > p {
    order: 1;
    margin: 0;
    font-size: clamp(0.75rem, 1.08vw, 1rem);
    line-height: 1.3;
    text-align: justify;
    text-justify: inter-word;
}

.ky-discount-mobile {
    display: none;
}

.ky-order-form {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    display: grid;
    gap: var(--ky-form-gap);
    min-width: 0;
}

.ky-form-field {
    display: grid;
    gap: var(--ky-form-field-gap);
    min-width: 0;
}

.ky-form-field label {
    color: var(--ky-ink);
    font-family: var(--ky-mono-semibold);
    font-size: clamp(0.9rem, 1.3vw, 1.3rem);
    font-weight: 600;
    line-height: 1.2;
}

.ky-form-field label small {
    font-size: 0.55em;
    font-weight: 400;
}

.ky-address-note {
    display: block;
    margin-top: calc(var(--ky-form-field-gap) * -0.55);
    color: var(--ky-ink);
    font-size: clamp(0.58rem, 0.72vw, 0.72rem);
    font-weight: 400;
    line-height: 1.2;
}

.ky-form-field input,
.ky-form-field textarea {
    width: 100%;
    height: auto;
    min-width: 0;
    margin: 0;
    padding: var(--ky-form-control-padding-top) 0 var(--ky-form-control-padding-bottom);
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    outline: 0;
    appearance: none;
    background: transparent;
    color: var(--ky-purple);
    font-family: var(--ky-display);
    font-size: clamp(3.2rem, 4.8vw, 5.7rem);
    font-weight: 400;
    line-height: var(--ky-form-control-line-height);
    letter-spacing: 0;
    overflow: visible;
    text-transform: uppercase;
    resize: vertical;
}

.ky-form-field textarea {
    min-height: 1.7em;
    text-transform: none;
}

.ky-form-field input::placeholder,
.ky-form-field textarea::placeholder {
    color: var(--ky-input-placeholder);
    opacity: 1;
}

.ky-form-field input:hover,
.ky-form-field textarea:hover {
    border-bottom-color: var(--ky-input-hover);
}

.ky-form-field input:focus-visible,
.ky-form-field textarea:focus-visible {
    border-bottom-color: var(--ky-purple);
    outline: 2px solid var(--ky-purple);
    outline-offset: 0.2rem;
}

.ky-form-field input[aria-invalid='true'],
.ky-form-field textarea[aria-invalid='true'] {
    border-bottom-color: var(--ky-red);
}

.ky-field-error {
    min-height: 0.78rem;
    color: var(--ky-red);
    font-family: var(--ky-mono-semibold);
    font-size: 0.66rem;
    font-weight: 600;
    line-height: 1.2;
}

.ky-order-submit {
    width: 100%;
    min-height: clamp(4rem, 6vw, 7rem);
    font-size: clamp(3.8rem, 5.8vw, 6.8rem);
}

.ky-form-status {
    min-height: 1.3rem;
    margin: -0.6rem 0 0;
    color: var(--ky-purple);
    font-family: var(--ky-mono-bold);
    font-size: clamp(0.68rem, 0.9vw, 0.86rem);
    font-weight: 700;
    line-height: 1.3;
}

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

.ky-order-form.is-sold-out {
    filter: grayscale(1);
}

.ky-order-form.is-sold-out input,
.ky-order-form.is-sold-out textarea {
    cursor: not-allowed;
}

.ky-order-form.is-sold-out .ky-order-submit {
    position: relative;
    border-color: var(--ky-ink);
    background: var(--ky-ink);
    color: var(--ky-paper);
    cursor: not-allowed;
}

.ky-order-form.is-sold-out .ky-order-submit::before,
.ky-order-form.is-sold-out .ky-order-submit::after {
    content: '';
    position: absolute;
    inset: 0;
    background: currentColor;
    pointer-events: none;
}

.ky-order-form.is-sold-out .ky-order-submit::before {
    clip-path: polygon(0 0, 0 3px, 100% 100%, 100% calc(100% - 3px));
}

.ky-order-form.is-sold-out .ky-order-submit::after {
    clip-path: polygon(100% 0, 100% 3px, 0 100%, 0 calc(100% - 3px));
}

.ky-ticket-alert {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 4rem);
    background: var(--ky-alert-overlay);
}

.ky-ticket-alert[hidden] {
    display: none;
}

.ky-ticket-alert:not([hidden]) {
    animation: ky-ticket-alert-backdrop-in 180ms ease-out both;
}

.ky-ticket-alert:not([hidden]) .ky-ticket-alert-box {
    animation: ky-ticket-alert-box-in 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
    transform-origin: 50% 50%;
}

.ky-ticket-alert.is-closing {
    animation: ky-ticket-alert-backdrop-out 160ms ease-in both;
}

.ky-ticket-alert.is-closing .ky-ticket-alert-box {
    animation: ky-ticket-alert-box-out 160ms ease-in both;
}

@keyframes ky-ticket-alert-backdrop-in {
    from {
        opacity: 0;
    }
}

@keyframes ky-ticket-alert-backdrop-out {
    to {
        opacity: 0;
    }
}

@keyframes ky-ticket-alert-box-in {
    from {
        opacity: 0;
        transform: translate3d(0, 1rem, 0) scale(0.97);
    }
}

@keyframes ky-ticket-alert-box-out {
    to {
        opacity: 0;
        transform: translate3d(0, 0.7rem, 0) scale(0.98);
    }
}

.ky-ticket-alert-box {
    width: min(100%, 42rem);
    padding: clamp(1.25rem, 2.35vw, 2.5rem);
    border: 2px solid var(--ky-ink);
    background: var(--ky-paper);
    color: var(--ky-ink);
    box-shadow: 1rem 1rem 0 var(--ky-red);
}

.ky-ticket-alert-label {
    display: inline-block;
    margin: 0 0 clamp(0.85rem, 1.3vw, 1.25rem);
    padding: 0.25em 0.45em 0.18em;
    background: var(--ky-ink);
    color: var(--ky-paper);
    font-family: var(--ky-mono-bold);
    font-size: clamp(0.72rem, 1vw, 0.95rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.ky-ticket-alert-box h2 {
    margin: 0;
    color: var(--ky-purple);
    font-family: var(--ky-display);
    font-size: clamp(3.5rem, 5.75vw, 5.5rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ky-ticket-alert[data-alert-type='success'] .ky-ticket-alert-box h2 {
    color: var(--ky-success);
}

.ky-ticket-alert-box p:last-of-type {
    margin: clamp(1rem, 1.7vw, 1.5rem) 0 clamp(1.5rem, 2.2vw, 2rem);
    font-family: var(--ky-mono);
    font-size: clamp(0.78rem, 1.1vw, 1rem);
    font-weight: 400;
    line-height: 1.45;
    text-align: justify;
    text-justify: inter-word;
}

.ky-ticket-alert-confirm {
    width: 100%;
    min-height: clamp(4rem, 5.4vw, 5.5rem);
    padding: 0.08em 0.25em 0.12em;
    font-size: clamp(2.8rem, 4.4vw, 4.25rem);
    line-height: 0.9;
}

.ky-order-symbols {
    grid-column: 1 / -1;
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    min-height: clamp(4rem, 6vw, 7rem);
    font-family: var(--ky-mono-heavy);
    font-size: clamp(1.35rem, 2.2vw, 2.4rem);
    font-weight: 900;
}

.ky-order-symbols span {
    display: grid;
    place-items: center;
    font-size: 0.9em;
    line-height: 1;
    white-space: nowrap;
}

.ky-order-tags {
    width: 100%;
    margin: auto 0 0;
    padding: clamp(1.5rem, 3vw, 3.5rem) var(--page-padding);
    color: var(--ky-red);
    font-family: var(--ky-inline);
    font-size: clamp(2.25rem, 4.25vw, 5rem);
    line-height: 0.84;
}

.ky-order-tags span {
    display: inline-block;
    white-space: nowrap;
}

.ky-order-tags span:nth-child(odd) {
    font-family: var(--ky-backslant);
}

.ky-order-tags span:nth-child(even) {
    font-family: var(--ky-inline-backslant);
}

.ky-order-callout {
    flex: 0 0 auto;
    border-top: 1px solid var(--ky-ink);
    border-bottom: 1px solid var(--ky-ink);
    font-size: clamp(2rem, 5.32vw, 5.75rem);
}

@media (min-width: 901px) {
    .ky-order-inner {
        grid-template-columns: minmax(0, 1.13fr) minmax(0, 1fr);
        column-gap: clamp(2rem, 3.1vw, 3.4rem);
        row-gap: clamp(2rem, 3.4vw, 4rem);
        padding-top: clamp(4rem, 5.15vw, 5.56rem);
    }

    .ky-order-header h1 {
        margin-top: clamp(0.45rem, 0.65vw, 0.7rem);
        font-size: clamp(8rem, 11.57vw, 12.5rem);
        line-height: 0.9;
    }

    .ky-order-header > p:last-child {
        margin-top: clamp(0.3rem, 0.45vw, 0.5rem);
        font-size: clamp(2.7rem, 3.7vw, 4rem);
        line-height: 1;
    }

    .ky-order-presented {
        display: grid;
        /* Keep each vertical tag only just wider than its lettering. */
        grid-template-columns: repeat(2, clamp(3.45rem, 4.45vw, 4.2rem));
        height: clamp(18rem, 20.25vw, 21.875rem);
        right: 0;
        font-size: clamp(2rem, 3.7vw, 4rem);
        line-height: 1;
        writing-mode: horizontal-tb;
    }

    .ky-order-presented span,
    .ky-order-presented strong {
        display: grid;
        position: relative;
        height: 100%;
        place-items: center;
        padding: 0;
        overflow: hidden;
    }

    .ky-order-presented strong {
        font-family: var(--ky-display);
    }

    .ky-order-presented b {
        position: absolute;
        top: 50%;
        left: 50%;
        width: max-content;
        font-weight: 400;
        white-space: nowrap;
        transform: translate(-50%, -50%) rotate(-90deg);
    }

    .ky-order-price {
        gap: clamp(0.2rem, 0.4vw, 0.4rem);
        margin-top: -1.5rem;
    }

    .ky-order-product {
        gap: 0;
    }

    .ky-order-price > p {
        font-size: clamp(0.9rem, 1.16vw, 1.25rem);
    }

    .ky-order-price .ky-price-row {
        --ky-price-height: clamp(4.5rem, 6.31vw, 6.8125rem);
        justify-content: center;
        gap: clamp(1rem, 1.3vw, 1.5rem);
        margin-top: 0;
    }

    .ky-order-price .ky-price-row strong,
    .ky-order-price .ky-price-row s {
        font-size: clamp(5rem, 7.4vw, 8rem);
    }

    .ky-order-price .ky-price-row > span {
        width: clamp(3.5rem, 4.45vw, 4.8125rem);
        height: var(--ky-price-height);
        font-size: clamp(2rem, 2.31vw, 2.5rem);
    }

    .ky-order-form {
        gap: clamp(0.8rem, 1.2vw, 1.2rem);
    }

    .ky-form-field label {
        font-size: clamp(1.05rem, 1.5vw, 1.65rem);
    }

    .ky-form-field input,
    .ky-form-field textarea {
        font-size: clamp(3.3rem, 4vw, 4.4rem);
    }

    .ky-order-submit {
        display: grid;
        min-height: clamp(4.5rem, 6vw, 6.25rem);
        place-items: center;
        padding: 0.08em 0.25em 0.12em;
        font-size: clamp(3.8rem, 5.2vw, 5.65rem);
        line-height: 0.9;
    }

    .ky-order-symbols {
        display: none;
    }
}

@media (min-width: 901px) and (max-width: 1200px) {
    .ky-order-inner {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
        column-gap: clamp(1rem, 2vw, 1.5rem);
        row-gap: clamp(1.5rem, 2.5vw, 2rem);
        padding-top: clamp(3.5rem, 5vw, 4.25rem);
    }

    .ky-order-header {
        padding-right: clamp(6.5rem, 15vw, 9rem);
    }

    .ky-order-header .ky-label {
        font-size: clamp(2.2rem, 3.5vw, 3rem);
    }

    .ky-back-button {
        font-size: clamp(2.2rem, 3.5vw, 3rem);
    }

    .ky-order-header h1 {
        margin-top: 0.45rem;
        font-size: clamp(5.4rem, 11.57vw, 8.7rem);
        line-height: 0.88;
    }

    .ky-order-header > p:last-child {
        margin-top: 0.35rem;
        font-size: clamp(1.75rem, 3.7vw, 2.7rem);
    }

    .ky-order-presented {
        grid-template-columns: repeat(2, clamp(2.2rem, 3.5vw, 2.8rem));
        height: clamp(12rem, 24vw, 18rem);
        font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    }

    .ky-order-product {
        margin-top: 0.25rem;
    }

    .ky-order-price .ky-price-row {
        --ky-price-height: clamp(3.2rem, 4.85vw, 3.85rem);
        gap: clamp(0.55rem, 1vw, 0.8rem);
    }

    .ky-order-price .ky-price-row strong,
    .ky-order-price .ky-price-row s {
        font-size: clamp(3.7rem, 6.7vw, 5rem);
    }

    .ky-order-price .ky-price-row > span {
        width: clamp(2.75rem, 4vw, 3.5rem);
        font-size: clamp(1.45rem, 2.2vw, 1.8rem);
    }

    .ky-order-price > p {
        font-size: clamp(0.76rem, 1.1vw, 0.9rem);
    }

    .ky-order-form {
        gap: clamp(0.65rem, 1.1vw, 1rem);
    }

    .ky-form-field label {
        font-size: clamp(1rem, 1.45vw, 1.35rem);
    }

    .ky-form-field input,
    .ky-form-field textarea {
        font-size: clamp(2.75rem, 3.8vw, 3.3rem);
    }

    .ky-order-submit {
        min-height: clamp(3.75rem, 5.1vw, 3.8rem);
        font-size: clamp(3.2rem, 5.1vw, 3.8rem);
    }

    .ky-order-tags {
        font-size: clamp(2rem, 4.2vw, 3.5rem);
    }
}

@media (max-width: 900px) {
    .ky-order-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: 3.5rem;
    }

    .ky-order-header,
    .ky-order-product,
    .ky-order-symbols,
    .ky-order-form {
        grid-column: 1;
    }

    .ky-order-header {
        grid-row: 1;
    }

    .ky-order-product {
        grid-row: 2;
        grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.75fr);
        align-items: end;
    }

    .ky-order-form {
        grid-row: 4;
    }

    .ky-order-symbols {
        grid-row: 3;
    }

    .ky-order-header h1 {
        font-size: clamp(4.5rem, 10.5vw, 7rem);
        white-space: normal;
    }
}

/* The tablet range needs the same reading order as mobile. Keeping the ticket
 * and price in side-by-side columns here made the price rail collapse at 62x–8xxpx. */
@media (min-width: 621px) and (max-width: 900px) {
    .ky-yeu-ticket-page .ky-order::after {
        opacity: 0;
    }

    .ky-order-inner {
        gap: clamp(1.1rem, 2.5vw, 1.5rem);
        padding-top: clamp(1.25rem, 3vw, 1.75rem);
        padding-bottom: clamp(2rem, 4vw, 3rem);
    }

    .ky-order-header {
        padding-right: clamp(7.5rem, 15vw, 9rem);
    }

    .ky-order-header h1 {
        margin-top: 0.55rem;
        font-size: clamp(4.5rem, 10.5vw, 6rem);
        line-height: 0.86;
        white-space: nowrap;
    }

    .ky-order-header h1 span {
        display: inline;
    }

    .ky-order-header > p:last-child {
        margin-top: 0.25rem;
        font-size: clamp(1.7rem, 3.4vw, 2.15rem);
        line-height: 1;
    }

    .ky-order-presented {
        display: grid;
        grid-template-columns: repeat(2, clamp(2.6rem, 4.8vw, 3rem));
        height: clamp(13rem, 25vw, 15rem);
        right: 0;
        font-size: clamp(1.65rem, 3.2vw, 2rem);
        line-height: 1;
        writing-mode: horizontal-tb;
    }

    .ky-order-presented span,
    .ky-order-presented strong {
        display: grid;
        position: relative;
        height: 100%;
        place-items: center;
        padding: 0;
        overflow: hidden;
    }

    .ky-order-presented strong {
        font-family: var(--ky-display);
    }

    .ky-order-presented b {
        position: absolute;
        top: 50%;
        left: 50%;
        width: max-content;
        font-weight: 400;
        white-space: nowrap;
        transform: translate(-50%, -50%) rotate(-90deg);
    }

    .ky-order-product {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: clamp(1rem, 2vw, 1.25rem);
        margin-top: 0.75rem;
    }

    .ky-order-price {
        gap: 0.7rem;
    }

    .ky-order-price .ky-price-row {
        order: 1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) clamp(8.5rem, 20vw, 10rem);
        grid-template-rows: auto auto;
        gap: 0;
        margin: 0;
    }

    .ky-order-price .ky-price-row strong,
    .ky-order-price .ky-price-row s {
        grid-column: 1;
        font-size: clamp(5.7rem, 14vw, 7rem);
        line-height: 0.78;
    }

    .ky-order-price .ky-price-row strong {
        grid-row: 1;
    }

    .ky-order-price .ky-price-row s {
        grid-row: 2;
    }

    .ky-order-price .ky-price-row > span {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100%;
        height: clamp(10rem, 25vw, 12.5rem);
        font-size: clamp(2.4rem, 5vw, 3rem);
    }

    .ky-order-price > p {
        order: 2;
        max-width: none;
        font-size: clamp(0.78rem, 1.75vw, 0.95rem);
        line-height: 1.35;
    }

    .ky-order-symbols {
        grid-template-columns: repeat(3, 1fr) 1.3333fr repeat(3, 1fr);
        min-height: clamp(3.75rem, 8vw, 4.5rem);
        margin-inline: calc(var(--page-padding) * -1);
        font-size: clamp(1.7rem, 4vw, 2.2rem);
    }

    .ky-order-form {
        gap: 0.35rem;
        padding-top: clamp(1.25rem, 3vw, 1.75rem);
    }

    .ky-form-field label {
        font-size: clamp(0.84rem, 1.8vw, 0.96rem);
    }

    .ky-form-field input,
    .ky-form-field textarea {
        padding: 0.1em 0 0.06em;
        font-size: clamp(3.2rem, 8vw, 4rem);
        line-height: 1;
    }

    .ky-form-field textarea {
        min-height: 1.15em;
        height: 1.15em;
    }

    .ky-order-submit {
        min-height: clamp(5.5rem, 12vw, 7rem);
        font-size: clamp(4.8rem, 11vw, 6rem);
    }
}

@media (min-width: 621px) and (max-width: 700px) {
    .ky-order-product {
        margin-top: 2rem;
    }
}

@media (max-width: 620px) {
    .ky-yeu-ticket-page .ky-order::after {
        opacity: 0;
    }

    .ky-order-inner {
        gap: 0.55rem;
        padding-top: 0.45rem;
        padding-bottom: 3.2rem;
    }

    .ky-order-header .ky-label {
        margin-top: 0;
        font-size: clamp(3.5rem, 14.55vw, 4rem);
    }

    .ky-back-button {
        font-size: clamp(3.5rem, 14.55vw, 4rem);
    }

    .ky-order-header h1 {
        max-width: calc(100% - 6.6rem);
        margin-top: 0.45rem;
        font-size: clamp(4.5rem, 19vw, 5.25rem);
        line-height: 1.1;
    }

    .ky-order-header h1 span {
        display: block;
        white-space: nowrap;
        transform: none;
        width: auto;
    }

    .ky-order-header > p:last-child {
        max-width: none;
        margin-top: 0.15rem;
        font-size: clamp(1.55rem, 7.27vw, 2rem);
        line-height: 1.15;
    }

    .ky-order-presented {
        display: grid;
        grid-template-columns: repeat(2, 2.5rem);
        height: 9.5rem;
        top: 0;
        right: 0;
        font-size: 1.45rem;
        line-height: 1;
        writing-mode: horizontal-tb;
    }

    .ky-order-presented span,
    .ky-order-presented strong {
        display: grid;
        position: relative;
        height: 100%;
        place-items: center;
        padding: 0;
        overflow: hidden;
    }

    .ky-order-presented strong {
        font-family: var(--ky-display);
    }

    .ky-order-presented b {
        position: absolute;
        top: 50%;
        left: 50%;
        width: max-content;
        font-weight: 400;
        white-space: nowrap;
        transform: translate(-50%, -50%) rotate(-90deg);
    }

    .ky-order-product {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.95rem;
    }

    .ky-order-ticket-image {
        grid-column: 1;
    }

    .ky-order-price {
        gap: 0.45rem;
    }

    .ky-order-price .ky-price-row {
        order: 1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) clamp(8rem, 35vw, 10.0625rem);
        grid-template-rows: auto auto;
        gap: 0;
        margin: 0;
    }

    .ky-order-price .ky-price-row strong,
    .ky-order-price .ky-price-row s {
        grid-column: 1;
        font-size: clamp(4.7rem, 22vw, 6.1rem);
        line-height: 0.78;
    }

    .ky-order-price .ky-price-row strong {
        grid-row: 1;
    }

    .ky-order-price .ky-price-row s {
        grid-row: 2;
    }

    .ky-order-price .ky-price-row > span {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100%;
        height: clamp(10.5rem, 45vw, 12.4375rem);
        font-size: clamp(4.8rem, 21.82vw, 6rem);
        line-height: 0.82;
        white-space: normal;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
    }

    .ky-discount-desktop {
        display: none;
    }

    .ky-discount-mobile {
        display: grid;
        place-items: center;
    }

    .ky-discount-mobile span {
        display: block;
        line-height: 0.96;
    }

    .ky-discount-mobile span:first-child {
        font-size: 0.67em;
    }

    .ky-order-price > p {
        order: 2;
        font-size: clamp(0.72rem, 3.18vw, 0.875rem);
        line-height: 1.28;
    }

    .ky-order-symbols {
        grid-template-columns: repeat(3, 1fr) 1.3333fr repeat(3, 1fr);
        min-height: 3.75rem;
        margin-inline: calc(var(--page-padding) * -1);
        font-size: clamp(1.75rem, 8vw, 2.25rem);
    }

    .ky-order-form {
        gap: 0.15rem;
        padding-top: 1.875rem;
    }

    .ky-form-field {
        gap: var(--ky-form-field-gap);
    }

    .ky-form-field label {
        font-size: clamp(0.72rem, 3.4vw, 0.9rem);
        white-space: nowrap;
    }

    .ky-form-field input,
    .ky-form-field textarea {
        padding: 0.08em 0 0.04em;
        font-size: clamp(3.5rem, 14.55vw, 4rem);
        line-height: 0.98;
    }

    .ky-form-field textarea {
        height: 1.15em;
        min-height: 0;
    }

    .ky-field-error {
        min-height: 0.45rem;
        font-size: 0.6rem;
    }

    .ky-order-submit {
        display: grid;
        width: calc(100% + 0.25rem);
        min-height: 7.1875rem;
        place-items: center;
        margin-left: -0.25rem;
        margin-top: 0.875rem;
        padding: 0.04em 0.15em 0.1em;
        font-size: clamp(4.8rem, 21.82vw, 6rem);
        line-height: 1;
    }

    .ky-order-submit:hover,
    .ky-order-submit:focus-visible {
        background: var(--ky-red);
        color: var(--color-surface);
        outline: 2px solid var(--ky-ink);
        outline-offset: 0.18rem;
    }

    .ky-order-tags {
        display: none;
    }

    .ky-order-callout {
        min-height: 3.125rem;
        padding-inline: 0.25rem;
        font-size: clamp(2.25rem, 9.1vw, 2.5rem);
        white-space: nowrap;
    }
}

@media (max-width: 390px) {
    .ky-order-header h1 {
        font-size: clamp(4rem, 17.5vw, 4.5rem);
    }

    .ky-order-price .ky-price-row strong,
    .ky-order-price .ky-price-row s {
        font-size: clamp(4.3rem, 22vw, 5.4rem);
    }

    .ky-form-field input,
    .ky-form-field textarea {
        font-size: clamp(3.25rem, 14.55vw, 3.55rem);
    }

    .ky-order-callout {
        font-size: clamp(2.4rem, 12.3vw, 3rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ky-back-button,
    .ky-back-button svg {
        transition: none;
    }

    .ky-ticket-alert:not([hidden]),
    .ky-ticket-alert:not([hidden]) .ky-ticket-alert-box,
    .ky-ticket-alert.is-closing,
    .ky-ticket-alert.is-closing .ky-ticket-alert-box {
        animation: none;
    }
}
