   /* =========================================================
   91²Ö¿âORCHESTRAS / EVENTS
   COMPLETE RESPONSIVE CSS

   MAIN CONTAINER:
   #orchestra-events

   COLORS:
   Purple: #663399
   Gold:   #B8860B
   Maroon: #800000

   FEATURES:
   - Responsive desktop / tablet / mobile
   - Large poster on left
   - Workshop information on right
   - NO poster border
   - NO poster shadow
   - Faculty contact cards
   - Performance information
   - Accessibility support
   ========================================================= */


/* =========================================================
   GLOBAL BOX SIZING
   ========================================================= */

#orchestra-events,
#orchestra-events *,
#orchestra-events *::before,
#orchestra-events *::after {
    box-sizing: border-box;
}


/* =========================================================
   MAIN EVENTS CONTAINER
   ========================================================= */

#orchestra-events {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    color: #000;
    background: #fff;

    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1rem;
    line-height: 1.5;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    overflow-x: hidden;
}


/* =========================================================
   GENERAL PARAGRAPHS
   ========================================================= */

#orchestra-events p {
    margin: 0 0 1rem;
    padding: 0;

    color: #000;

    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1rem;
    line-height: 1.5;

    overflow-wrap: break-word;
}


/* =========================================================
   HEADINGS
   ========================================================= */

#orchestra-events h3,
#orchestra-events h4 {
    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;
}


/* =========================================================
   EVENT CONTAINER
   ========================================================= */

#orchestra-events .event-container {
    width: 100%;

    margin: 0 0 30px;
    padding: 0;

    background: #fff;

    border: 1px solid #B8860B;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.08);

    overflow: hidden;
}


/* =========================================================
   EVENT HEADER
   ========================================================= */

#orchestra-events .event-header {
    width: 100%;

    margin: 0;
    padding: 22px 25px;

    background: #f2f2f2;

    border-bottom: 1px solid #B8860B;
}


/* =========================================================
   EVENT TITLE
   ========================================================= */

#orchestra-events .event-header h3 {
    width: 100%;

    margin: 0 0 10px;
    padding: 0 0 10px;

    color: #663399;

    border-bottom: 1px solid #800000;

    font-size:
        clamp(1.5rem, 3vw, 2.2rem);

    font-weight: 800;

    line-height: 1.2;

    text-align: left;
}


/* =========================================================
   EVENT SUBTITLE
   ========================================================= */

#orchestra-events .event-subtitle {
    width: 100%;
    max-width: 1100px;

    margin: 0 !important;
    padding: 0;

    color: #000;

    font-size: 1.15rem;

    font-weight: 400;

    line-height: 1.6;

    text-align: left;
}


/* =========================================================
   EVENT DATE BAR
   ========================================================= */

#orchestra-events .event-date {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    width: 100%;

    margin: 0;
    padding: 18px 25px;

    color: #fff;

    background: #663399;
}


/* =========================================================
   EVENT DATE LABEL
   ========================================================= */

#orchestra-events .event-date-label {
    color: #fff;

    font-size: 1rem;

    font-weight: 700;

    line-height: 1.3;

    text-transform: uppercase;

    letter-spacing: 0.04em;
}


/* =========================================================
   EVENT DATE
   ========================================================= */

#orchestra-events .event-date strong {
    color: #fff;

    font-size: 1.2rem;

    font-weight: 800;

    line-height: 1.3;

    text-align: right;
}


/* =========================================================
   =========================================================
   WORKSHOP REGISTRATION
   LARGE POSTER LEFT / INFORMATION RIGHT
   =========================================================
   ========================================================= */

#orchestra-events .registration-section {
    display: grid;

    grid-template-columns:
        minmax(320px, 42%)
        minmax(0, 1fr);

    align-items: center;

    gap: 40px;

    width: 100%;

    margin: 0;

    padding: 35px;
}


/* =========================================================
   POSTER AREA
   NO BORDER
   NO SHADOW
   ========================================================= */

#orchestra-events .registration-qr {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 360px;

    margin: 0;
    padding: 0;

    background: transparent;

    border: 0;

    border-radius: 0;

    box-shadow: none;

    overflow: visible;
}


/* =========================================================
   WORKSHOP POSTER
   NO BORDER
   NO SHADOW
   ========================================================= */

#orchestra-events .registration-qr img {
    display: block;

    width: 100%;

    max-width: 420px;

    height: auto;

    max-height: none;

    margin: 0 auto;

    padding: 0;

    background: transparent;

    border: 0;

    border-radius: 0;

    box-shadow: none;

    object-fit: contain;
}


/* =========================================================
   REGISTRATION INFORMATION
   ========================================================= */

#orchestra-events .registration-text {
    width: 100%;

    min-width: 0;

    margin: 0;

    padding: 10px 10px 10px 0;
}


/* =========================================================
   REGISTRATION HEADING
   ========================================================= */

#orchestra-events .registration-text h4 {
    width: 100%;

    margin: 0 0 15px;
    padding: 0 0 10px;

    color: #663399;

    border-bottom: 1px solid #800000;

    font-size:
        clamp(1.5rem, 2.5vw, 2rem);

    font-weight: 800;

    line-height: 1.3;

    text-align: left;
}


/* =========================================================
   REGISTRATION TEXT
   ========================================================= */

#orchestra-events .registration-text p {
    width: 100%;

    margin: 0 0 15px;

    padding: 0;

    color: #000;

    font-size: 1.2rem;

    font-weight: 400;

    line-height: 1.6;

    text-align: left;
}


/* =========================================================
   LAST REGISTRATION PARAGRAPH
   ========================================================= */

#orchestra-events .registration-text p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   =========================================================
   AUDITION RECORDING CONTACTS
   =========================================================
   ========================================================= */

#orchestra-events .audition-contacts {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;

    width: 100%;

    margin: 0;

    padding: 25px;
}


/* =========================================================
   CONTACT CARD
   ========================================================= */

#orchestra-events .audition-contact {
    width: 100%;

    min-width: 0;

    margin: 0;

    padding: 20px;

    background: #fff;

    border: 1px solid #B8860B;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}


/* =========================================================
   CONTACT CARD HOVER
   ========================================================= */

#orchestra-events .audition-contact:hover {
    border-color: #663399;

    box-shadow:
        0 5px 14px rgba(102, 51, 153, 0.15);

    transform: translateY(-2px);
}


/* =========================================================
   CONTACT NAME
   ========================================================= */

#orchestra-events .audition-contact h4 {
    margin: 0 0 5px;
    padding: 0;

    color: #663399;

    font-size: 1.2rem;

    font-weight: 800;

    line-height: 1.3;
}


/* =========================================================
   CONTACT INSTRUMENT
   ========================================================= */

#orchestra-events .audition-contact .instrument {
    margin: 0 0 10px;
    padding: 0;

    color: #000;

    font-size: 1rem;

    font-weight: 700;

    line-height: 1.4;
}


/* =========================================================
   CONTACT EMAIL
   ========================================================= */

#orchestra-events .audition-contact a {
    display: inline-block;

    max-width: 100%;

    margin: 0;
    padding: 0;

    color: #663399;

    font-size: 0.95rem;

    font-weight: 700;

    line-height: 1.4;

    overflow-wrap: anywhere;

    text-decoration: underline;

    transition:
        color 0.2s ease;
}


/* =========================================================
   CONTACT EMAIL HOVER
   ========================================================= */

#orchestra-events .audition-contact a:hover {
    color: #800000;
}


/* =========================================================
   =========================================================
   PERFORMANCE INFORMATION
   =========================================================
   ========================================================= */

#orchestra-events .performance-list {
    width: 100%;

    margin: 0;

    padding: 25px;
}


/* =========================================================
   PERFORMANCE ITEM
   ========================================================= */

#orchestra-events .performance-item {
    display: grid;

    grid-template-columns:
        90px
        minmax(0, 1fr);

    align-items: center;

    gap: 20px;

    width: 100%;

    margin: 0;

    padding: 18px 0;

    border-bottom: 1px solid #ddd;
}


/* =========================================================
   LAST PERFORMANCE ITEM
   ========================================================= */

#orchestra-events .performance-item:last-child {
    border-bottom: 0;
}


/* =========================================================
   PERFORMANCE DATE BOX
   ========================================================= */

#orchestra-events .performance-date {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    width: 80px;

    height: 80px;

    margin: 0;
    padding: 0;

    color: #fff;

    background: #663399;

    border: 2px solid #B8860B;

    border-radius: 4px;

    text-align: center;
}


/* =========================================================
   PERFORMANCE MONTH
   ========================================================= */

#orchestra-events .performance-date span {
    display: block;

    margin: 0;
    padding: 0;

    color: #fff;

    font-size: 0.8rem;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 0.08em;
}


/* =========================================================
   PERFORMANCE DAY
   ========================================================= */

#orchestra-events .performance-date strong {
    display: block;

    margin: 0;
    padding: 0;

    color: #fff;

    font-size: 1.8rem;

    font-weight: 900;

    line-height: 1;
}


/* =========================================================
   PERFORMANCE DETAILS
   ========================================================= */

#orchestra-events .performance-details {
    width: 100%;

    min-width: 0;

    margin: 0;
    padding: 0;
}


/* =========================================================
   PERFORMANCE TITLE
   ========================================================= */

#orchestra-events .performance-details h4 {
    margin: 0 0 5px;
    padding: 0;

    color: #663399;

    font-size: 1.35rem;

    font-weight: 800;

    line-height: 1.3;
}


/* =========================================================
   PERFORMANCE TIME / LOCATION
   ========================================================= */

#orchestra-events .performance-details p {
    margin: 0;
    padding: 0;

    color: #000;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;
}


/* =========================================================
   =========================================================
   TABLET
   =========================================================
   ========================================================= */

@media (max-width: 900px) {


    /* -----------------------------------------------------
       WORKSHOP REGISTRATION
       ----------------------------------------------------- */

    #orchestra-events .registration-section {
        grid-template-columns:
            minmax(280px, 40%)
            minmax(0, 1fr);

        gap: 30px;

        padding: 25px;
    }


    /* -----------------------------------------------------
       POSTER
       ----------------------------------------------------- */

    #orchestra-events .registration-qr {
        min-height: 320px;

        padding: 0;
    }


    #orchestra-events .registration-qr img {
        max-width: 360px;
    }


    /* -----------------------------------------------------
       CONTACTS
       ----------------------------------------------------- */

    #orchestra-events .audition-contacts {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    /* -----------------------------------------------------
       PERFORMANCE
       ----------------------------------------------------- */

    #orchestra-events .performance-list {
        padding: 22px;
    }

}


/* =========================================================
   =========================================================
   MOBILE
   =========================================================
   ========================================================= */

@media (max-width: 600px) {


    /* -----------------------------------------------------
       EVENT CONTAINER
       ----------------------------------------------------- */

    #orchestra-events .event-container {
        margin-bottom: 20px;
    }


    /* -----------------------------------------------------
       EVENT HEADER
       ----------------------------------------------------- */

    #orchestra-events .event-header {
        padding: 18px;
    }


    #orchestra-events .event-header h3 {
        margin-bottom: 9px;

        padding-bottom: 9px;

        font-size: 1.5rem;
    }


    #orchestra-events .event-subtitle {
        font-size: 1rem;

        line-height: 1.5;
    }


    /* -----------------------------------------------------
       EVENT DATE
       ----------------------------------------------------- */

    #orchestra-events .event-date {
        flex-direction: column;

        align-items: flex-start;

        justify-content: flex-start;

        gap: 5px;

        padding: 16px 18px;
    }


    #orchestra-events .event-date-label {
        font-size: 0.9rem;
    }


    #orchestra-events .event-date strong {
        font-size: 1.05rem;

        text-align: left;
    }


    /* -----------------------------------------------------
       WORKSHOP REGISTRATION
       ----------------------------------------------------- */

    #orchestra-events .registration-section {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 25px;

        padding: 20px;
    }


    /* -----------------------------------------------------
       POSTER
       ----------------------------------------------------- */

    #orchestra-events .registration-qr {
        width: 100%;

        min-height: 0;

        padding: 0;
    }


    #orchestra-events .registration-qr img {
        display: block;

        width: 100%;

        max-width: 420px;

        height: auto;

        margin: 0 auto;
    }


    /* -----------------------------------------------------
       REGISTRATION TEXT
       ----------------------------------------------------- */

    #orchestra-events .registration-text {
        width: 100%;

        padding: 0;
    }


    #orchestra-events .registration-text h4 {
        font-size: 1.4rem;

        line-height: 1.3;
    }


    #orchestra-events .registration-text p {
        font-size: 1rem;

        line-height: 1.5;
    }


    /* -----------------------------------------------------
       CONTACTS
       ----------------------------------------------------- */

    #orchestra-events .audition-contacts {
        grid-template-columns: 1fr;

        gap: 15px;

        padding: 18px;
    }


    #orchestra-events .audition-contact {
        padding: 18px;
    }


    /* -----------------------------------------------------
       PERFORMANCE LIST
       ----------------------------------------------------- */

    #orchestra-events .performance-list {
        padding: 15px 18px;
    }


    #orchestra-events .performance-item {
        grid-template-columns:
            70px
            minmax(0, 1fr);

        gap: 15px;

        padding: 15px 0;
    }


    /* -----------------------------------------------------
       PERFORMANCE DATE
       ----------------------------------------------------- */

    #orchestra-events .performance-date {
        width: 65px;

        height: 65px;
    }


    #orchestra-events .performance-date span {
        font-size: 0.7rem;
    }


    #orchestra-events .performance-date strong {
        font-size: 1.5rem;
    }


    /* -----------------------------------------------------
       PERFORMANCE DETAILS
       ----------------------------------------------------- */

    #orchestra-events .performance-details h4 {
        font-size: 1.15rem;
    }


    #orchestra-events .performance-details p {
        font-size: 0.95rem;
    }

}


/* =========================================================
   =========================================================
   SMALL PHONES
   =========================================================
   ========================================================= */

@media (max-width: 480px) {


    /* -----------------------------------------------------
       EVENT HEADER
       ----------------------------------------------------- */

    #orchestra-events .event-header {
        padding: 16px;
    }


    #orchestra-events .event-header h3 {
        font-size: 1.35rem;
    }


    #orchestra-events .event-subtitle {
        font-size: 0.95rem;
    }


    /* -----------------------------------------------------
       EVENT DATE
       ----------------------------------------------------- */

    #orchestra-events .event-date {
        padding: 14px 16px;
    }


    #orchestra-events .event-date strong {
        font-size: 1rem;
    }


    /* -----------------------------------------------------
       WORKSHOP
       ----------------------------------------------------- */

    #orchestra-events .registration-section {
        padding: 15px;

        gap: 20px;
    }


    /* -----------------------------------------------------
       POSTER
       ----------------------------------------------------- */

    #orchestra-events .registration-qr {
        padding: 0;
    }


    #orchestra-events .registration-qr img {
        width: 100%;

        max-width: 100%;

        height: auto;
    }


    /* -----------------------------------------------------
       REGISTRATION TEXT
       ----------------------------------------------------- */

    #orchestra-events .registration-text h4 {
        font-size: 1.25rem;
    }


    #orchestra-events .registration-text p {
        font-size: 0.95rem;
    }


    /* -----------------------------------------------------
       CONTACTS
       ----------------------------------------------------- */

    #orchestra-events .audition-contacts {
        padding: 15px;
    }


    #orchestra-events .audition-contact {
        padding: 16px;
    }


    #orchestra-events .audition-contact h4 {
        font-size: 1.1rem;
    }


    #orchestra-events .audition-contact a {
        font-size: 0.9rem;
    }


    /* -----------------------------------------------------
       PERFORMANCE
       ----------------------------------------------------- */

    #orchestra-events .performance-list {
        padding: 10px 15px;
    }


    #orchestra-events .performance-item {
        grid-template-columns:
            60px
            minmax(0, 1fr);

        gap: 12px;

        padding: 14px 0;
    }


    #orchestra-events .performance-date {
        width: 58px;

        height: 58px;
    }


    #orchestra-events .performance-date span {
        font-size: 0.65rem;
    }


    #orchestra-events .performance-date strong {
        font-size: 1.35rem;
    }


    #orchestra-events .performance-details h4 {
        font-size: 1.05rem;

        line-height: 1.3;
    }


    #orchestra-events .performance-details p {
        font-size: 0.9rem;
    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

#orchestra-events a:focus-visible {
    outline: 3px solid #B8860B;

    outline-offset: 3px;
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #orchestra-events *,
    #orchestra-events *::before,
    #orchestra-events *::after {

        scroll-behavior: auto !important;

        animation-duration: 0.01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: 0.01ms !important;
    }

}
