.ac-plugin-event-card h3 a {
    color: inherit;
    text-decoration: none;
}

.ac-event-card-meta {
    color: #666;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    gap: 0.75rem;
    margin: 0.85rem 0 1rem;
}

.ac-event-card-meta span {
    border: 1px solid rgba(17, 17, 17, 0.12);
    padding: 0.35rem 0.55rem;
}

.ac-event-hero {
    overflow: hidden;
    padding: clamp(5rem, 8vw, 8rem) 1.5rem;
    position: relative;
}

.ac-event-hero::before {
    background-image: url("../../../themes/artecentroaz/assets/wc-stain-1.png"), url("../../../themes/artecentroaz/assets/wc-stain-5.png");
    background-position: -8rem 12%, calc(100% + 7rem) 24%;
    background-repeat: no-repeat;
    background-size: 40rem auto, 34rem auto;
    content: "";
    filter: saturate(1.2);
    inset: 0;
    opacity: 0.34;
    pointer-events: none;
    position: absolute;
}

.ac-event-hero-inner,
.ac-event-content,
.ac-event-media {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    position: relative;
    z-index: 2;
}

.ac-event-hero-inner {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.42fr);
}

.ac-event-hero-copy h1 {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: clamp(3.4rem, 8vw, 7rem);
    isolation: isolate;
    line-height: 0.98;
    margin: 1rem 0 1.5rem;
    max-width: 11ch;
    position: relative;
}

.ac-event-hero-copy h1::before {
    background-image: url("../../../themes/artecentroaz/assets/wc-stain-2.png");
    background-position: 50% 48%;
    background-repeat: no-repeat;
    background-size: min(46rem, 132%) auto;
    content: "";
    filter: saturate(1.18) contrast(1.05);
    inset: -0.42em -0.28em -0.36em -0.34em;
    mix-blend-mode: multiply;
    opacity: 0.45;
    pointer-events: none;
    position: absolute;
    transform: rotate(-4deg);
    z-index: -1;
}

.ac-event-lead {
    color: #555;
    font-size: 1.08rem;
    line-height: 1.85;
    max-width: 42rem;
}

.ac-event-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2.25rem;
}

.ac-event-booking-button {
    background: #111;
    border: 1px solid #111;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
}

.ac-event-booking-button:hover {
    background: #d55b30;
    border-color: #d55b30;
}

.ac-event-summary {
    background: #101010;
    color: #fff;
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.ac-event-summary time {
    align-items: baseline;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.ac-event-summary time strong {
    color: #d55b30;
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    line-height: 0.85;
}

.ac-event-summary time span {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ac-event-summary dl {
    display: grid;
    gap: 1rem;
    margin: 0;
}

.ac-event-summary div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
}

.ac-event-summary dt {
    color: #aaa;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.ac-event-summary dd {
    margin: 0;
}

.ac-event-media {
    margin-bottom: clamp(3rem, 7vw, 6rem);
}

.ac-event-media img {
    display: block;
    height: auto;
    max-height: 34rem;
    object-fit: cover;
    width: 100%;
}

.ac-event-content-section {
    padding: 0 1.5rem clamp(5rem, 8vw, 8rem);
}

.ac-event-content {
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
}

.ac-event-content article {
    color: #555;
    font-size: 1rem;
    line-height: 1.85;
}

.ac-event-content article h2,
.ac-event-side-block h2 {
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
}

.ac-event-side-block {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(17, 17, 17, 0.08);
    margin-bottom: 1rem;
    padding: 1.5rem;
}

.ac-event-side-block p {
    color: #555;
    line-height: 1.75;
}

.ac-event-booking-button-wide {
    display: flex;
    justify-content: center;
    text-align: center;
}

.ac-event-reservation-section {
    background: #101010;
    color: #fff;
    padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.ac-event-reservation-shell {
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    margin: 0 auto;
    max-width: 80rem;
}

.ac-seat-map-panel h2,
.ac-reservation-form-panel h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 1.04;
    margin: 0.75rem 0 1rem;
}

.ac-seat-map-panel p,
.ac-reservation-form-panel p {
    color: #c8c8c8;
    line-height: 1.75;
}

.ac-seat-help {
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.ac-seat-map {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2rem;
    overflow: hidden;
    position: relative;
}

.ac-seat-map img {
    display: block;
    filter: saturate(0.96) contrast(1.02);
    height: auto;
    width: 100%;
}

.ac-seat-overlay {
    align-content: center;
    display: grid;
    gap: clamp(0.28rem, 0.7vw, 0.55rem);
    grid-template-columns: repeat(7, minmax(1.35rem, 2.35rem));
    grid-auto-rows: minmax(1.35rem, 2.35rem);
    inset: 34% 18% 15% 18%;
    justify-items: center;
    justify-content: center;
    pointer-events: auto;
    position: absolute;
}

.ac-seat {
    aspect-ratio: 1;
    background: #6f7c54;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 0.55rem 0.55rem 0.2rem 0.2rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    display: block;
    max-width: 2.35rem;
    min-width: 1.35rem;
    padding: 0;
    position: relative;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    width: 100%;
}

button.ac-seat {
    appearance: none;
}

.ac-seat::before,
.ac-seat::after {
    background: currentColor;
    content: "";
    opacity: 0.72;
    position: absolute;
}

.ac-seat::before {
    border-radius: 999px;
    bottom: -0.34rem;
    height: 0.28rem;
    left: 18%;
    right: 18%;
}

.ac-seat::after {
    border-radius: 0.2rem;
    bottom: -0.85rem;
    height: 0.55rem;
    left: 44%;
    width: 12%;
}

.ac-seat.is-free {
    color: #6f7c54;
}

.ac-seat.is-free:hover,
.ac-seat.is-free:focus-visible,
.ac-seat.is-free.is-selected {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.82), 0 18px 36px rgba(0, 0, 0, 0.34);
    filter: saturate(1.12);
    outline: none;
    transform: translateY(-4px) scale(1.06);
}

.ac-seat.is-free.is-selected {
    background: #d55b30;
    color: #d55b30;
}

.ac-seat.is-occupied {
    background: #b9432b;
    color: #b9432b;
    cursor: not-allowed;
    filter: saturate(0.92);
}

.ac-reservation-form-panel {
    background: #fff;
    color: #111;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.ac-reservation-form-panel .ac-eyebrow {
    color: #d55b30;
}

.ac-reservation-form-panel p {
    color: #666;
}

.ac-reservation-form {
    display: grid;
    gap: 1rem;
}

.ac-reservation-form label {
    color: #555;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ac-reservation-form input,
.ac-reservation-form textarea {
    background: #f8f7f2;
    border: 1px solid #e5e4e0;
    color: #111;
    display: block;
    margin-top: 0.5rem;
    min-height: 3.15rem;
    padding: 0.9rem 1rem;
    width: 100%;
}

.ac-reservation-form textarea {
    resize: vertical;
}

.ac-seat-summary {
    background: rgba(111, 124, 84, 0.1);
    border: 1px solid rgba(111, 124, 84, 0.28);
    color: #455233 !important;
    font-size: 0.9rem;
    margin: 0;
    padding: 0.75rem 0.9rem;
}

.ac-payment-choice {
    background: #f8f7f2;
    border: 1px solid rgba(17, 17, 17, 0.1);
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
}

.ac-payment-choice h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
    line-height: 1.05;
    margin: 0;
}

.ac-payment-choice p {
    margin: 0;
}

.ac-payment-methods {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-payment-methods label,
.ac-payment-single-method {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e4e0;
    color: #111 !important;
    display: flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.65rem;
    letter-spacing: 0.08em;
    margin: 0;
    min-height: 3.1rem;
    padding: 0.8rem 0.9rem;
    text-transform: uppercase;
}

.ac-payment-methods input {
    display: inline-block;
    margin: 0;
    min-height: auto;
    width: auto;
}

.ac-payment-note {
    color: #777 !important;
    font-size: 0.85rem;
    line-height: 1.55;
}

.ac-reservation-form input:focus,
.ac-reservation-form textarea:focus {
    border-color: #d55b30;
    box-shadow: 0 0 0 3px rgba(213, 91, 48, 0.14);
    outline: none;
}

.ac-reservation-form button {
    background: #111;
    border: 1px solid #111;
    color: #fff;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
}

.ac-reservation-form button:hover {
    background: #d55b30;
    border-color: #d55b30;
}

.ac-reservation-honeypot {
    height: 0;
    left: -9999px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.ac-reservation-notice {
    border: 1px solid;
    line-height: 1.6;
    margin: 1rem 0;
    padding: 0.9rem 1rem;
}

.ac-reservation-notice.is-success {
    background: rgba(111, 124, 84, 0.12);
    border-color: rgba(111, 124, 84, 0.34);
    color: #455233;
}

.ac-reservation-notice.is-error {
    background: rgba(213, 91, 48, 0.12);
    border-color: rgba(213, 91, 48, 0.34);
    color: #8a351d;
}

.ac-reservation-soldout {
    border: 1px solid #e5e4e0;
    padding: 1rem;
}

@media (max-width: 900px) {
    .ac-event-hero-inner,
    .ac-event-content,
    .ac-event-reservation-shell {
        grid-template-columns: 1fr;
    }

    .ac-event-hero-copy h1 {
        max-width: 100%;
    }

    .ac-payment-methods {
        grid-template-columns: 1fr;
    }
}
