/* ─────────────────────────────────────────────────────────────
   PAX Aus 2026 ticket — "find us at booth 25".
   Shared: home, /love-x-love, /creators. Hidden after data-until by pax.js.
   ───────────────────────────────────────────────────────────── */

.pax-ticket {
    --pax-yellow: #f6b73c;
    --pax-ink: #16130f;
    --pax-paper: #ffffff;
    --pax-line: rgba(22, 19, 15, 0.14);
    --pax-pink: #ff1d63;

    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.4em;
    overflow: hidden;
    border: 1px solid var(--pax-line);
    border-radius: 0.6em;
    background: var(--pax-paper);
    box-shadow: 0 0.8em 2em -1.2em rgba(0, 0, 0, 0.35);
    color: var(--pax-ink);
    font-family: var(--font-family);
    font-size: clamp(14px, 1.05vw, 17px);
    line-height: 1.4;
}

.pax-ticket[hidden],
[data-pax-section][hidden] { display: none; }

.pax-ticket p { margin: 0; font-size: 1em; }

/* stub */
.pax-stub {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.2em 0.8em;
    padding: 0.8em 1em;
    background: var(--pax-yellow);
}

/* perforation between stub and body */
.pax-stub::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 8px;
    background: radial-gradient(circle, var(--pax-paper) 3px, transparent 3.5px) 0 0 / 14px 8px repeat-x;
}

.pax-kicker {
    font-weight: 900;
    font-size: 1.05em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.pax-dates,
.pax-venue {
    font-size: 0.9em;
    font-weight: 700;
}

/* body */
.pax-main {
    display: flex;
    flex-direction: column;
    gap: 0.35em;
    padding: 1em 1em 1.1em;
}

.pax-booth {
    display: flex;
    align-items: baseline;
    gap: 0.4em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pax-booth b {
    font-size: 2.6em;
    line-height: 0.9;
    letter-spacing: -0.02em;
    color: var(--pax-pink);
}

.pax-line { font-weight: 600; }

.pax-meta {
    font-size: 0.85em;
    color: #4a463f;
}

.pax-map-link {
    margin-top: 0.3em;
    font-size: 0.9em;
    font-weight: 700;
    color: var(--pax-ink);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.pax-map {
    display: block;
    border-top: 1px solid var(--pax-line);
}

.pax-map img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.pax-ticket a:focus-visible {
    outline: 3px solid var(--pax-ink);
    outline-offset: 2px;
}

@media (min-width: 48em) {
    .pax-ticket {
        grid-template-columns: 9em 1fr 1.25fr;
    }
    .pax-stub {
        flex-direction: column;
        justify-content: center;
        gap: 0.2em;
    }
    .pax-stub::after {
        left: auto;
        top: 0;
        right: -4px;
        bottom: 0;
        width: 8px;
        height: auto;
        background: radial-gradient(circle, var(--pax-paper) 3px, transparent 3.5px) 0 0 / 8px 14px repeat-y;
    }
    .pax-main { justify-content: center; }
    .pax-map { border-top: 0; border-left: 1px solid var(--pax-line); }
    .pax-map img { height: 100%; aspect-ratio: auto; min-height: 12em; }
}
