.wr-night-callout {
    padding-block: clamp(1.5rem, 4vw, 3rem);
    border-top: 1px solid var(--wr-rule);
    color: var(--wr-paper-light, #fffdf8);
    background: var(--wr-paper);
}

.wr-night-callout__ticket {
    position: relative;
    display: grid;
    min-height: 19rem;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    color: #fffdf8;
    background: #173642;
    text-decoration: none;
    isolation: isolate;
}

.wr-night-callout__ticket::before,
.wr-night-callout__ticket::after {
    position: absolute;
    z-index: 4;
    left: 52.5%;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: var(--wr-paper);
    content: "";
    transform: translateX(-50%);
}

.wr-night-callout__ticket::before {
    top: -0.55rem;
}

.wr-night-callout__ticket::after {
    bottom: -0.55rem;
}

.wr-night-callout__copy {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4.5rem);
}

.wr-night-callout__eyebrow {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    color: rgba(255, 253, 248, 0.72);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.wr-night-callout__eyebrow > span {
    padding: 0.2rem 0.42rem;
    color: #fffdf8;
    background: var(--wr-rose);
    font: 700 0.68rem/1 var(--wr-font-mono);
}

.wr-night-callout__copy > h2 {
    max-width: 11em;
    margin: 0;
    color: #fffdf8;
    font-family: var(--wr-font-body);
    font-size: clamp(2rem, 4vw, 3.65rem);
    line-height: 1.17;
    letter-spacing: -0.045em;
}

.wr-night-callout__summary {
    max-width: 31rem;
    margin-top: 1.1rem;
    color: rgba(255, 253, 248, 0.72);
    font-size: 0.92rem;
    line-height: 1.8;
}

.wr-night-callout__action {
    display: inline-flex;
    min-height: 2.8rem;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.7rem;
    border-bottom: 1px solid rgba(255, 253, 248, 0.5);
    color: #fffdf8;
    font-size: 0.86rem;
    font-weight: 700;
}

.wr-night-callout__action svg {
    width: 1.05rem;
}

.wr-night-callout__scene {
    position: relative;
    display: block;
    min-height: 19rem;
    overflow: hidden;
    border-left: 1px dashed rgba(255, 253, 248, 0.28);
    background:
        radial-gradient(circle at 70% 24%, rgba(242, 198, 109, 0.12), transparent 29%),
        #173642;
}

.wr-night-callout__scene::before,
.wr-night-callout__scene::after {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 253, 248, 0.78);
    content: "";
}

.wr-night-callout__scene::before {
    top: 18%;
    left: 22%;
    width: 0.25rem;
    height: 0.25rem;
    box-shadow: 6.6rem -2.2rem 0 rgba(255, 253, 248, 0.52), 10rem 1rem 0 rgba(255, 253, 248, 0.7);
}

.wr-night-callout__scene::after {
    top: 32%;
    right: 18%;
    width: 0.18rem;
    height: 0.18rem;
    box-shadow: -9rem 1.8rem 0 rgba(255, 253, 248, 0.48);
}

.wr-night-callout__moon {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    border-radius: 50%;
    color: #173642;
    background: #f2c66d;
    font: 700 0.9rem/1 var(--wr-font-mono);
}

.wr-night-callout__santa {
    position: absolute;
    bottom: 3.15rem;
    left: 13%;
    width: 8rem;
    height: 9rem;
    transform-origin: 55% 100%;
    transition: transform 420ms var(--wr-ease-spring);
}

.wr-night-callout__head {
    position: absolute;
    top: 1.8rem;
    left: 3.45rem;
    width: 2.55rem;
    height: 2.45rem;
    border-radius: 48% 48% 44% 44%;
    background: #e6b58d;
}

.wr-night-callout__hat {
    position: absolute;
    z-index: 2;
    top: 0.25rem;
    left: 2.9rem;
    width: 3.8rem;
    height: 2.65rem;
    border-radius: 75% 15% 15% 10%;
    background: var(--wr-rose);
    transform: rotate(8deg);
}

.wr-night-callout__hat::after {
    position: absolute;
    right: -0.35rem;
    bottom: 0;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: #fffdf8;
    content: "";
}

.wr-night-callout__beard {
    position: absolute;
    z-index: 3;
    top: 3.45rem;
    left: 3.05rem;
    width: 3.45rem;
    height: 2.9rem;
    border-radius: 45% 50% 70% 65%;
    background: #fffdf8;
}

.wr-night-callout__body {
    position: absolute;
    bottom: 0;
    left: 2.15rem;
    width: 5rem;
    height: 4.9rem;
    border-radius: 52% 52% 12% 12%;
    background: var(--wr-rose);
}

.wr-night-callout__arm {
    position: absolute;
    z-index: 4;
    top: 5rem;
    left: 5.75rem;
    width: 3.2rem;
    height: 1.15rem;
    border-radius: 999px;
    background: var(--wr-rose);
    transform: rotate(-22deg);
    transform-origin: left center;
    transition: transform 420ms var(--wr-ease-spring);
}

.wr-night-callout__bag {
    position: absolute;
    bottom: 0.25rem;
    left: -0.5rem;
    width: 4rem;
    height: 4.7rem;
    border: 2px solid #fffdf8;
    border-radius: 55% 45% 35% 42%;
    background: var(--wr-ink);
    transform: rotate(-8deg);
}

.wr-night-callout__bag::before {
    position: absolute;
    top: -0.25rem;
    right: 0.75rem;
    left: 0.75rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #fffdf8;
    content: "";
}

.wr-night-callout__gift {
    position: absolute;
    z-index: 6;
    top: 43%;
    left: 52%;
    display: grid;
    width: 2.9rem;
    height: 2.45rem;
    place-items: center;
    border: 2px solid #fffdf8;
    color: #fffdf8;
    background: var(--wr-rose);
    transform: rotate(9deg);
    transition: transform 520ms var(--wr-ease-glide);
}

.wr-night-callout__gift::before {
    position: absolute;
    top: -0.22rem;
    bottom: -0.22rem;
    left: 50%;
    width: 0.35rem;
    background: #f2c66d;
    content: "";
    transform: translateX(-50%);
}

.wr-night-callout__gift > i {
    z-index: 1;
    padding: 0.08rem 0.2rem;
    color: #173642;
    background: #fffdf8;
    font: normal 700 0.42rem/1 var(--wr-font-mono);
}

.wr-night-callout__chimney {
    position: absolute;
    right: 11%;
    bottom: 3.15rem;
    width: 4rem;
    height: 7rem;
    border: 2px solid #fffdf8;
    background:
        linear-gradient(90deg, transparent 48%, rgba(255, 253, 248, 0.3) 50%, transparent 52%),
        repeating-linear-gradient(0deg, transparent 0 1.25rem, rgba(255, 253, 248, 0.28) 1.25rem 1.35rem),
        var(--wr-rose-dark);
    transform: skewY(-2deg);
}

.wr-night-callout__chimney::before {
    position: absolute;
    top: -0.6rem;
    right: -0.4rem;
    left: -0.4rem;
    height: 0.75rem;
    border: 2px solid #fffdf8;
    background: var(--wr-rose);
    content: "";
}

.wr-night-callout__track {
    position: absolute;
    right: 0;
    bottom: 2.7rem;
    left: 0;
    height: 0.45rem;
    border-block: 2px solid rgba(255, 253, 248, 0.65);
    background: repeating-linear-gradient(90deg, transparent 0 1.2rem, rgba(255, 253, 248, 0.65) 1.2rem 1.35rem);
}

.wr-night-callout__ticket:hover .wr-night-callout__gift,
.wr-night-callout__ticket:focus-visible .wr-night-callout__gift {
    transform: translate(4rem, -1.9rem) rotate(24deg);
}

.wr-night-callout__ticket:hover .wr-night-callout__arm,
.wr-night-callout__ticket:focus-visible .wr-night-callout__arm {
    transform: rotate(-47deg);
}

.wr-night-callout__ticket:hover .wr-night-callout__santa,
.wr-night-callout__ticket:focus-visible .wr-night-callout__santa {
    transform: rotate(-2deg) scale(1.02);
}

@media (max-width: 767.98px) {
    .wr-night-callout {
        padding-block: 0;
    }

    .wr-night-callout > .container {
        padding-inline: 0;
    }

    .wr-night-callout__ticket {
        min-height: 35rem;
        grid-template-columns: 1fr;
        grid-template-rows: auto 15rem;
    }

    .wr-night-callout__ticket::before,
    .wr-night-callout__ticket::after {
        display: none;
    }

    .wr-night-callout__copy {
        padding: 2.2rem 1.25rem 1.3rem;
    }

    .wr-night-callout__copy > h2 {
        max-width: 9em;
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .wr-night-callout__summary {
        max-width: 26rem;
    }

    .wr-night-callout__action {
        margin-top: 1.25rem;
    }

    .wr-night-callout__scene {
        min-height: 15rem;
        border-top: 1px dashed rgba(255, 253, 248, 0.28);
        border-left: 0;
    }

    .wr-night-callout__santa {
        bottom: 2.4rem;
        left: 8%;
        transform: scale(0.85);
        transform-origin: left bottom;
    }

    .wr-night-callout__chimney {
        right: 8%;
        bottom: 2.4rem;
        height: 5.8rem;
    }

    .wr-night-callout__track {
        bottom: 2rem;
    }

    .wr-night-callout__moon {
        top: 1rem;
        right: 1rem;
        width: 3rem;
        height: 3rem;
    }

    .wr-night-callout__gift {
        top: 36%;
        left: 49%;
        transform: scale(0.9) rotate(9deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .wr-night-callout__gift,
    .wr-night-callout__arm,
    .wr-night-callout__santa {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .wr-night-callout__ticket {
        min-height: 29rem;
        grid-template-rows: auto 12.75rem;
    }

    .wr-night-callout__copy {
        padding:
            1.75rem max(1rem, env(safe-area-inset-right)) 1rem
            max(1rem, env(safe-area-inset-left));
    }

    .wr-night-callout__copy > h2 {
        max-width: 13em;
        font-size: clamp(1.8rem, 8vw, 2.2rem);
        line-height: 1.22;
        letter-spacing: -0.03em;
    }

    .wr-night-callout__summary {
        margin-top: 0.75rem;
        font-size: 1rem;
        line-height: 1.65;
    }

    .wr-night-callout__action {
        min-height: 2.75rem;
        margin-top: 0.85rem;
        font-size: 1rem;
    }

    .wr-night-callout__scene {
        min-height: 12.75rem;
    }

    .wr-night-callout__santa {
        bottom: 1.75rem;
        transform: scale(0.72);
    }

    .wr-night-callout__chimney {
        bottom: 1.8rem;
        height: 5rem;
    }

    .wr-night-callout__track {
        bottom: 1.45rem;
    }
}
