.ga-calendar-wrapper {
    --gray: #DBDBDB;
    --white: #ffffff;
    --gold: #b89c4e;
    --black: #111111;
    --text: #1c1c1c;
    --muted: #6d6d6d;
    --bg-illustration: url("https://globatlasadventures.com/wp-content/uploads/2026/06/68bbdd770b51d0648811061f_Vector.webp");
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: var(--text);
    font-family: 'Play', Helvetica, Arial, Lucida, sans-serif;
}

.ga-calendar-wrapper *,
.ga-calendar-wrapper *::before,
.ga-calendar-wrapper *::after {
    box-sizing: border-box;
}

.ga-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.ga-destination-archive {
    --bg-illustration: url("https://globatlasadventures.com/wp-content/uploads/2026/06/68bbdd770b51d0648811061f_Vector.webp");
    background: #ffffff;
    color: #1c1c1c;
    font-family: 'Play', Helvetica, Arial, Lucida, sans-serif;
}

.ga-destination-archive-hero {
    position: relative;
    isolation: isolate;
    padding: 104px 0 62px;
    overflow: hidden;
    background:
        linear-gradient(rgba(17,17,17,0.82), rgba(17,17,17,0.82)),
        var(--bg-illustration) right -120px center / 620px auto no-repeat,
        #111111;
    color: #ffffff;
}

.ga-destination-archive-hero::after {
    content: "";
    display: block;
    width: 260px;
    height: 7px;
    margin: 34px auto 0;
    background: #b89c4e;
}

.ga-destination-archive-kicker {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #b89c4e;
}

.ga-destination-archive-hero h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.ga-destination-archive-description {
    max-width: 760px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.84);
}

.ga-destination-archive-description p {
    margin: 0;
}

.ga-filter-section {
    position: relative;
    padding: 42px 0 38px;
    background:
        linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.94)),
        var(--bg-illustration) right -160px center / 520px auto no-repeat;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.ga-filter-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.ga-filter-title {
    margin: 0;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--black);
}

.ga-filter-count {
    font-size: 14px;
    font-weight: 600;
    color: var(--muted);
    white-space: nowrap;
}

.ga-filter-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 18px;
    align-items: end;
}

.ga-filter-bar.ga-filter-bar-no-destination {
    grid-template-columns: repeat(2, 1fr) auto;
}

.ga-filter-field label {
    display: block;
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--black);
}

.ga-filter-field select {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 0;
    background: #ffffff;
    padding: 0 13px;
    font-size: 15px;
    color: var(--black);
    outline: none;
    font-family: 'Play', Helvetica, Arial, Lucida, sans-serif;
}

.ga-filter-field select:focus {
    border-color: var(--gold);
}

.ga-reset-button {
    height: 46px;
    padding: 0 22px;
    border: 1px solid var(--black);
    background: var(--black);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: 0.2s ease;
    font-family: 'Play', Helvetica, Arial, Lucida, sans-serif;
}

.ga-reset-button:hover {
    background: var(--gold);
    border-color: var(--gold);
}

.ga-calendar {
    width: 100%;
    transition: opacity 0.15s ease;
}

.ga-calendar.ga-loading {
    opacity: 0.4;
    pointer-events: none;
}

.ga-month {
    position: relative;
    isolation: isolate;
    padding: 72px 0 82px;
    overflow: hidden;
}

.ga-month::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: var(--gray);
}

.ga-month::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 680px;
    height: 680px;
    z-index: -1;
    background: var(--bg-illustration) center center / contain no-repeat;
    opacity: 0.13;
    pointer-events: none;
}

.ga-month:nth-of-type(3n + 1)::before {
    background: var(--gray);
}

.ga-month:nth-of-type(3n + 2)::before {
    background: var(--white);
}

.ga-month:nth-of-type(3n)::before {
    background: var(--gold);
}

.ga-month:nth-of-type(3n) {
    color: #ffffff;
}

.ga-month:nth-of-type(3n)::after {
    opacity: 0.22;
    filter: brightness(0) invert(1);
}

.ga-month-heading {
    text-align: center;
    margin-bottom: 62px;
}

.ga-month-title {
    margin: 0;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: inherit;
}

.ga-month-line {
    width: 310px;
    max-width: 70%;
    height: 8px;
    margin: 32px auto 0;
    background: var(--gold);
}

.ga-month:nth-of-type(3n) .ga-month-line {
    background: #ffffff;
}

.ga-raid-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ga-raid-item {
    display: flex;
    flex-direction: column;
}

.ga-raid-item-inner {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 32px 28px 28px;
    box-shadow: 0 2px 18px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ga-raid-item-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
}

.ga-raid-item:hover .ga-raid-item-inner {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.13);
}

.ga-raid-date {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--gold);
}

.ga-raid-title {
    margin: 0 0 14px;
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.35;
    font-weight: 700;
    color: var(--black);
    flex-grow: 1;
}

.ga-raid-destination {
    margin: 0 0 26px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
    padding-left: 16px;
    position: relative;
}

.ga-raid-destination::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
}

.ga-raid-button {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 20px;
    background: var(--gold);
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.ga-raid-button::after {
    content: "→";
    font-size: 14px;
}

.ga-raid-button:hover {
    background: var(--black);
    color: #ffffff;
}

.ga-month:nth-of-type(3n) .ga-raid-item-inner {
    background: rgba(255,255,255,0.12);
    box-shadow: 0 2px 18px rgba(0,0,0,0.18);
}

.ga-month:nth-of-type(3n) .ga-raid-item-inner::before {
    background: rgba(255,255,255,0.55);
}

.ga-month:nth-of-type(3n) .ga-raid-date {
    color: rgba(255,255,255,0.7);
}

.ga-month:nth-of-type(3n) .ga-raid-title {
    color: #ffffff;
}

.ga-month:nth-of-type(3n) .ga-raid-destination {
    color: rgba(255,255,255,0.6);
}

.ga-month:nth-of-type(3n) .ga-raid-destination::before {
    background: rgba(255,255,255,0.6);
}

.ga-month:nth-of-type(3n) .ga-raid-button {
    background: #ffffff;
    color: var(--black);
}

.ga-month:nth-of-type(3n) .ga-raid-button:hover {
    background: var(--black);
    color: #ffffff;
}

.ga-empty {
    padding: 80px 20px;
    text-align: center;
    background:
        linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.94)),
        var(--bg-illustration) center center / 480px auto no-repeat;
    font-family: 'Play', Helvetica, Arial, Lucida, sans-serif;
}

.ga-empty p {
    margin: 0 0 22px;
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
}

.ga-empty button {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    background: var(--gold);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Play', Helvetica, Arial, Lucida, sans-serif;
}

@media (max-width: 900px) {
    .ga-filter-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .ga-filter-bar.ga-filter-bar-no-destination {
        grid-template-columns: repeat(2, 1fr);
    }

    .ga-reset-button {
        grid-column: span 2;
    }

    .ga-raid-grid {
        gap: 18px;
    }
}

@media (max-width: 700px) {
    .ga-container {
        width: min(100% - 32px, 1120px);
    }

    .ga-filter-section {
        padding: 34px 0;
        background:
            linear-gradient(rgba(255,255,255,0.96), rgba(255,255,255,0.96)),
            var(--bg-illustration) right -240px center / 470px auto no-repeat;
    }

    .ga-destination-archive-hero {
        padding: 74px 0 46px;
        background:
            linear-gradient(rgba(17,17,17,0.86), rgba(17,17,17,0.86)),
            var(--bg-illustration) right -230px center / 480px auto no-repeat,
            #111111;
    }

    .ga-destination-archive-hero::after {
        width: 190px;
        height: 6px;
        margin-top: 28px;
    }

    .ga-destination-archive-description {
        font-size: 16px;
    }

    .ga-filter-header {
        display: block;
    }

    .ga-filter-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .ga-filter-count {
        display: block;
    }

    .ga-filter-bar {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ga-reset-button {
        grid-column: auto;
        width: 100%;
    }

    .ga-month {
        padding: 56px 0 64px;
    }

    .ga-month::after {
        width: 440px;
        height: 440px;
        right: -230px;
        bottom: -120px;
    }

    .ga-month-heading {
        margin-bottom: 48px;
    }

    .ga-month-title {
        letter-spacing: 2px;
    }

    .ga-month-line {
        width: 230px;
        height: 7px;
        margin-top: 26px;
    }

    .ga-raid-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ga-raid-item-inner {
        padding: 26px 22px 22px;
    }
}
