/* =======================================================================
    7 Summits - Stránka Akcí CSS
    =======================================================================
    TABLE OF CONTENTS
    -----------------------------------------------------------------------
    1. Header (hlavička)
        1.1 Úvodní obrázek
        1.2 Základní styly
        1.3 Responzivita
    2. Nadpis akce
        2.1 Základní styly
        2.2 Responzivita
    3. Foto ikonka
        3.1 Základní styly
        3.2 Responzivita
    4. Content box
        4.1 Základní styly
        4.2 Filtr + nadpis
        4.3 Text, info boxy
        4.4 Responzivita
    5. Galerie
        5.1 Grid styly
        5.2 Lightbox
        5.3 Responzivita
    6. Popis akce
        6.1 Základní styly
        6.2 Responzivita
    7. Rámcový program
        7.1 Základní styly
        7.2 Responzivita
    8. Přepínač akcí
        8.1 Základní styly
        8.2 Responzivita
    =======================================================================
*/
/* 4. Content box ------------------------------------------------------- */
.souradnice-image-wrapper {
    position: absolute;
    width: auto;
    height: auto;
    top: clamp(3.75rem, 1vw + 3.25rem, 5rem);
    right: clamp(1.25rem, 2vw + 1.25rem, 3.75rem);
    z-index: -1;
}
.souradniceExpedice {
    width: clamp(300px, 21.9vw, 420px);
    height: auto;
}
.contentTextBox {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    width: 100%; height: auto;
    padding: 0 clamp(0.75rem, 1vw + 1rem, 2.5rem);
    margin-top: clamp(3.75rem, 1vw + 3.25rem, 5rem);
    gap: 10px;
}

/* 4.2 Filtr + nadpis */
.contentTextBox .filtr {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40px;
    min-height: 360px;
    margin-right: clamp(1.25rem, 2vw + 1.25rem, 3.75rem);
    gap: 28px;
}
.contentTextBox .filtr::before {
    position: absolute;
    content: '';
    top: 0; left: 1px;
    width: 1px; height: 100%;
    background-color: var(--color-secondary-60);
}
.contentTextBox .filtr .filtr-category {
    position: relative;
    font-size: clamp(1rem, 0.4vw + 0.875rem, 1.125rem);
    writing-mode: sideways-lr;
    padding: 12px 0 12px 8px;
    margin-top: 40px;
    color: var(--color-primary-90);
}
.contentTextBox .filtr .filtr-category::after {
    position: absolute;
    content: '';
    top: 0; left: 0;
    width: 3px; height: 100%;
    border-radius: 2px;
    background-color: var(--color-primary-100);
}
.contentTextBox .filtr .filtr-category:hover {
    color: var(--color-accent-100);
}
.contentTextBox .textShrnuti { max-width: 740px; }
.contentTextBox .nadpis {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%; height: auto;
    margin: clamp(5rem, 1vw + 4.5rem, 6.25rem) 0 clamp(1.375rem, 0.5vw + 1.1rem, 1.875rem) 0;
}
.contentTextBox .nadpis p {
    font-size: clamp(0.875rem, 0.4vw + 0.75rem, 1rem);
    font-weight: 400;
    color: var(--color-primary-75);
    text-transform: uppercase;
    text-shadow: none;
}
.contentTextBox .nadpis h2 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.625rem, 0.8vw + 1.4rem, 2rem);
    font-weight: 500;
    color: var(--color-primary-90);
    text-transform: none;
}
.contentTextBox .akceText {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%; height: auto;
    margin-top: clamp(1.375rem, 0.5vw + 1.1rem, 1.875rem);
    font-size: clamp(0.875rem, 0.3vw + 0.8rem, 0.9375rem);
    font-weight: 400;
    text-align: justify;
    color: var(--color-primary-90);
}
.contentTextBox .textInformace {
    display: none;
    width: auto; height: auto;
}
.contentTextBox .textInformace img {
    position: absolute;
    width: 2.375rem; height: auto;
    aspect-ratio: 143 / 91;
    opacity: 0.25;
    user-select: none;
}
.contentTextBox .textInformace p {
    max-width: 900px;
    font-size: clamp(0.875rem, 0.3vw + 0.8rem, 0.9375rem);
    font-style: italic;
    color: var(--color-primary-90);
    text-align: justify;
    padding: 8px 0 0 8px;
}
@media screen and (max-width: 1000px) { .contentTextBox .akceText p { max-width: 750px; } }
@media screen and (max-width: 820px) { .souradniceExpedice { display: none; } }
@media screen and (max-width: 620px) { .contentTextBox .filtr { margin-right: 18px; } }
@media screen and (max-width: 480px) {
    .contentTextBox { flex-direction: column; width: 100%; height: auto; }
    .contentTextBox .filtr {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: auto; min-height: 0;
        margin-right: 0;
        gap: clamp(1.125rem, 0.6vw + 0.9rem, 1.75rem);
    }
    .contentTextBox .filtr::before { display: none; }
    .contentTextBox .filtr .filtr-category {
        writing-mode: horizontal-tb;
        padding: 8px;
        margin-top: 0; 
    }
    .contentTextBox .filtr .filtr-category::after {
        top: 0; right: 0;
        width: 100%; height: 3px;
    }
    .contentTextBox .nadpis {
        margin: 28px 0 clamp(1.375rem, 0.5vw + 1.1rem, 1.875rem) 0;
    }
}
/* 6. Popis akce -------------------------------------------------------- */
.informaceTextBox {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; height: auto;
    padding: 0 clamp(0.75rem, 1vw + 1rem, 2.5rem);
    margin-bottom: clamp(3.75rem, 1vw + 3.25rem, 5rem);
}
.informaceTextBox .informace-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto; height: auto;
    margin-top: clamp(1.5rem, 2vw, 2rem);
    margin-left: calc(50px + clamp(1.25rem, 2vw + 1.25rem, 3.75rem));
    gap: clamp(1.5rem, 2vw, 2rem);
}
.informaceTextBox .informace-text-content .details-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%; height: auto;
}
.informaceTextBox .informace-text-content .details-content .detail-content-header {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-primary-100);
    margin-bottom: 4px;
    text-transform: uppercase;
}
.informaceTextBox .informace-text-content .details-content .informacni-text {
    font-size: clamp(0.875rem, 0.3vw + 0.8rem, 0.9375rem);
    font-weight: 400;
    text-align: justify;
    color: var(--color-primary-90);
    max-width: 740px;
}
.informaceTextBox .schedule {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto; height: auto;
    max-width: 480px; max-height: 580px;
    margin-top: 80px;
    gap: 40px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #bfbfbf var(--color-white);
}
/* WebKit (Chrome, Edge, Safari) */
.informaceTextBox .schedule::-webkit-scrollbar {
    width: 4px;
}
.informaceTextBox .schedule::-webkit-scrollbar-track {
    background: var(--color-white);
    border-radius: 10px;
}
.informaceTextBox .schedule::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #bfbfbf, #9b9b9b);
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}
.informaceTextBox .schedule::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #9b9b9b, #7a7a7a);
}
.informaceTextBox .schedule::before {
    position: absolute;
    content: '';
    top: 0; right: 34px;
    width: 11px; height: 11px;
    background-color: var(--color-neutral-90);
    border-radius: 50%;
}
.informaceTextBox .schedule::after {
    position: absolute;
    content: '';
    top: 0; right: 39px;
    width: 1px; height: var(--line-height, 100%);
    background-color: var(--color-neutral-90);
}
.informaceTextBox .schedule .schedule-program {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%; height: auto;
    padding-right: 8px;
}
.informaceTextBox .schedule .schedule-program:first-of-type { margin-top: 60px; }
.informaceTextBox .schedule .schedule-program .schedule-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: calc(100% - 65px); height: auto;
    padding-right: 12px;
    gap: 8px;
}
.informaceTextBox .schedule .schedule-program .schedule-text .schedule-program-title {
    font-size: clamp(0.875rem, 0.3vw + 0.8rem, 0.9375rem);
    font-weight: 500;
    color: var(--color-primary-90);
    text-align: right;
}
.informaceTextBox .schedule .schedule-program .schedule-text .schedule-program-text {
    font-size: clamp(0.75rem, 0.3vw + 0.8rem, 0.875rem);
    font-weight: 400;
    color: var(--color-primary-75);
    text-align: justify;
    text-align-last: right;
}
.informaceTextBox .schedule .schedule-program .schedule-text .schedule-program-text ul,
.informaceTextBox .schedule .schedule-program .schedule-text .schedule-program-text ol {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.informaceTextBox .schedule .schedule-program .schedule-day {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65px; height: 65px;
    border-radius: 50%;
    background-color: var(--color-neutral-90);
    z-index: 1;
}
.informaceTextBox .schedule .schedule-program .schedule-day p {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-primary-90);
    text-align: center;
}
.informaceTextBox .schedule .schedule-program .schedule-day .schedule-day-number {
    font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1420px) {
    .informaceTextBox {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }
    .informaceTextBox .schedule {
        max-height: none;
        margin-top: 0;
        margin-left: calc(40px + clamp(1.25rem, 2vw + 1.25rem, 3.75rem));
        gap: 40px;
    }
    .informaceTextBox .schedule::before { left: 28px; }
    .informaceTextBox .schedule::after { left: 33px; }
    .informaceTextBox .schedule .schedule-program {
        flex-direction: row-reverse;
        padding-right: 0;
    }
    .informaceTextBox .schedule .schedule-program .schedule-text {
        align-items: flex-start;
        padding-right: 0;
        padding-left: 12px;
    }
    .informaceTextBox .schedule .schedule-program .schedule-text .schedule-program-title { text-align: left; }
    .informaceTextBox .schedule .schedule-program .schedule-text .schedule-program-text { text-align-last: left; }
    .informaceTextBox .schedule .schedule-program .schedule-text .schedule-program-text ul,
    .informaceTextBox .schedule .schedule-program .schedule-text .schedule-program-text ol { align-items: flex-start; }
}
@media screen and (max-width: 880px) {
    .informaceTextBox .informace-text-content,
    .informaceTextBox .schedule { margin-left: 0; }
}
@media screen and (max-width: 580px) {
    .informaceTextBox .schedule::before { left: 22px; }
    .informaceTextBox .schedule::after { left: 27px; }
    .informaceTextBox .schedule .schedule-program:first-of-type { margin-top: 40px; }
    .informaceTextBox .schedule .schedule-program .schedule-day { width: 53px; height: 53px; }
    .informaceTextBox .schedule .schedule-program .schedule-day p { font-size: 0.75rem; }
}