.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.event-description-toggle {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fcd34d;
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    line-height: 1.2;
    text-transform: uppercase;
}

.event-description-toggle:hover {
    color: #fde68a;
}

[data-product-expandable="true"] [data-product-description] {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, opacity 0.2s ease, margin-top 0.2s ease;
}

[data-product-expandable="true"].is-expanded [data-product-description] {
    max-height: 9rem;
    opacity: 1;
    margin-top: 0.2rem;
}

.extra-options-hint {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.8;
}

.extra-options-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.6rem;
}

.extra-options-close {
    border: none;
    background: transparent;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.15rem 0.3rem;
    border-radius: 0.35rem;
}

.extra-option {
    position: relative;
}

.extra-option.is-selected {
    border-color: rgba(251, 191, 36, 0.75);
}

.extra-option.is-selected::after {
    content: "✓";
    position: absolute;
    top: 0.2rem;
    right: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.extra-options-actions {
    gap: 0.6rem;
}

.extra-options-actions [data-extra-apply] {
    border: none;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.extra-options-actions [data-extra-none] {
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
}

.ticket-modal-field {
    display: grid;
    gap: 0.45rem;
    font-size: 0.85rem;
    font-weight: 700;
}

.ticket-quantity-control {
    display: grid;
    grid-template-columns: 2.4rem minmax(4rem, 1fr) 2.4rem;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
}

.ticket-quantity-control button,
.ticket-quantity-control input {
    min-height: 2.35rem;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
}

.ticket-quantity-control button {
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 800;
}

.ticket-quantity-control input {
    width: 100%;
    text-align: center;
    font-weight: 800;
    appearance: textfield;
}

.ticket-quantity-control input::-webkit-outer-spin-button,
.ticket-quantity-control input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.ticket-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    font-size: 0.95rem;
}

.ticket-total strong {
    font-size: 1.05rem;
}

.ticket-modal-error {
    margin: 0;
    color: #ef4444;
    font-size: 0.82rem;
    font-weight: 700;
}

.ticket-modal-error[hidden] {
    display: none;
}

.extra-options-actions [data-ticket-confirm] {
    border: none;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-weight: 700;
    cursor: pointer;
}

.extra-options-actions [data-ticket-cancel] {
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
}

.back-to-top {
    position: fixed;
    right: clamp(0.9rem, 2vw, 1.5rem);
    bottom: clamp(1rem, 3vw, 1.6rem);
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(15, 23, 42, 0.45);
    color: #f8fafc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    z-index: 40;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    backdrop-filter: blur(3px);
}

.back-to-top.is-visible {
    opacity: 0.85;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top:hover {
    opacity: 1;
    border-color: rgba(252, 211, 77, 0.65);
    background: rgba(15, 23, 42, 0.62);
}

.back-to-top:focus-visible {
    outline: 2px solid #fcd34d;
    outline-offset: 2px;
}

.construction-notice {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.4rem 0 0.9rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(252, 211, 77, 0.55);
    background: rgba(120, 53, 15, 0.35);
    color: #fef3c7;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.construction-notice::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(254, 243, 199, 0.7);
    font-size: 0.68rem;
    font-weight: 800;
}

.share-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.share-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.share-trigger:hover,
.share-trigger[aria-expanded="true"] {
    transform: translateY(-1px);
    border-color: rgba(245, 158, 11, 0.7);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22);
}

.share-trigger svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.share-dropdown {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 80;
    min-width: 13.5rem;
    max-width: calc(100vw - 2rem);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.98);
    color: #111827;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
}

.share-dropdown[hidden] {
    display: none;
}

.share-dropdown button {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 2.6rem;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0.55rem 0.8rem;
    font: inherit;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
}

.share-dropdown button:hover,
.share-dropdown button:focus-visible {
    background: rgba(245, 158, 11, 0.14);
    outline: none;
}

.share-dropdown span[aria-hidden="true"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    font-weight: 800;
}

@media (max-width: 420px) {
    .share-dropdown {
        min-width: min(13.5rem, calc(100vw - 2rem));
    }

    .share-dropdown button {
        min-height: 2.9rem;
        white-space: normal;
    }
}
