/*
Theme: InDreams
Page: Workshops

Development route:
 /workshops-2/
*/


/* =========================================================
   FOUNDATION
   ========================================================= */

.indreams-workshops-page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;

    color: #f8f2e8;

    background:
        linear-gradient(
            180deg,
            #080416 0%,
            #08051c 48%,
            #080828 100%
        );

    font-family: "Outfit", sans-serif;
}

.indreams-workshops-section {
    position: relative;
}

.indreams-workshops-shell {
    position: relative;
    z-index: 2;

    width: min(
        1233px,
        calc(100% - 48px)
    );

    margin-left: auto;
    margin-right: auto;
}

.indreams-workshops-shell--medium {
    width: min(
        1040px,
        calc(100% - 48px)
    );
}

.indreams-workshops-shell--faq {
    width: min(
        900px,
        calc(100% - 48px)
    );
}


/* =========================================================
   COSMIC BACKGROUND
   ========================================================= */

.indreams-workshops-cosmic-bg {
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
        radial-gradient(
            ellipse at 15% 24%,
            rgba(156, 0, 188, 0.5),
            transparent 50%
        ),
        radial-gradient(
            ellipse at 88% 58%,
            rgba(0, 151, 175, 0.34),
            transparent 50%
        ),
        radial-gradient(
            ellipse at 48% 95%,
            rgba(48, 126, 75, 0.22),
            transparent 58%
        ),
        #080417;
}

.indreams-workshops-stars {
    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;
    opacity: 0.55;

    background-image:
        radial-gradient(
            1px 1px at 16% 20%,
            rgba(255, 244, 210, 0.9),
            transparent
        ),
        radial-gradient(
            1px 1px at 42% 34%,
            rgba(255, 238, 188, 0.7),
            transparent
        ),
        radial-gradient(
            1.5px 1.5px at 76% 18%,
            rgba(255, 245, 205, 0.82),
            transparent
        ),
        radial-gradient(
            1px 1px at 84% 46%,
            rgba(255, 239, 190, 0.8),
            transparent
        ),
        radial-gradient(
            1px 1px at 31% 80%,
            rgba(255, 237, 192, 0.67),
            transparent
        );

    background-size: 420px 420px;
}


/* =========================================================
   SHARED TYPOGRAPHY
   ========================================================= */

.indreams-workshops-section-label {
    margin: 0 0 16px;

    color: #d7a743;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.34em;
    line-height: 1.5;
    text-transform: uppercase;
}

.indreams-workshops-heading {
    margin: 0;

    color: #f8f2e8;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        clamp(
            42px,
            5vw,
            66px
        );

    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.04;
}

.indreams-workshops-heading em {
    color: transparent;

    background:
        linear-gradient(
            135deg,
            #efd28e 0%,
            #d7a646 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    font-style: italic;
}

.indreams-workshops-body {
    margin: 22px 0 0;

    color:
        rgba(
            248,
            242,
            232,
            0.78
        );

    font-size: 15px;
    line-height: 1.75;
}

.indreams-workshops-center-heading {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.indreams-workshops-center-heading
.indreams-workshops-body {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.indreams-workshops-hero {
    overflow: hidden;

    padding:
        162px 0 68px;

    isolation: isolate;
}

.indreams-workshops-hero__inner {
    max-width: 1060px;
    text-align: center;
}

.indreams-workshops-eyebrow {
    margin: 0 0 17px;

    color: #e25dcc;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.indreams-workshops-hero__title {
    max-width: 850px;

    margin: 0 auto;

    color: #f8f2e8;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        clamp(
            58px,
            7vw,
            90px
        );

    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
}

.indreams-workshops-hero__title em {
    color: transparent;

    background:
        linear-gradient(
            135deg,
            #efd28d,
            #d2a442
        );

    -webkit-background-clip: text;
    background-clip: text;

    font-style: italic;
}

.indreams-workshops-script {
    margin-top: 18px;

    color: #d9aa49;

    font-family:
        "Italianno",
        cursive;

    font-size:
        clamp(
            32px,
            3.5vw,
            42px
        );

    line-height: 1;
}

.indreams-workshops-hero__intro {
    max-width: 720px;

    margin:
        27px auto 0;

    color:
        rgba(
            248,
            242,
            232,
            0.85
        );

    font-size: 16px;
    line-height: 1.72;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.indreams-workshops-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 15px;

    align-items: center;
    justify-content: center;

    margin-top: 33px;
}

.indreams-workshops-button {
    display: inline-flex;

    min-height: 48px;

    padding:
        13px 24px;

    align-items: center;
    justify-content: center;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease,
        border-color 0.2s ease;
}

.indreams-workshops-button:hover {
    transform: translateY(-2px);
}

.indreams-workshops-button--primary {
    border:
        1px solid
        rgba(255, 255, 255, 0.17);

    color: #ffffff !important;

    background:
        linear-gradient(
            90deg,
            #df43d9 0%,
            #b84de5 50%,
            #9461ee 100%
        );

    box-shadow:
        0 0 32px
        rgba(204, 63, 220, 0.45);
}

.indreams-workshops-button--primary:hover {
    filter: brightness(1.08);

    box-shadow:
        0 0 42px
        rgba(204, 63, 220, 0.62);
}

.indreams-workshops-button--outline {
    border:
        1px solid
        rgba(219, 181, 81, 0.42);

    color: #f8f2e8 !important;

    background:
        rgba(255, 255, 255, 0.02);
}

.indreams-workshops-button--outline:hover {
    border-color:
        rgba(232, 196, 95, 0.9);
}

.indreams-workshops-button--gold {
    width: 100%;

    color: #24180a !important;

    background:
        linear-gradient(
            90deg,
            #e9b73c,
            #f0c353,
            #dba82e
        );

    box-shadow:
        0 8px 27px
        rgba(224, 171, 47, 0.3);
}

.indreams-workshops-button--inactive {
    cursor: default;
    opacity: 0.9;
}


/* =========================================================
   UPCOMING WORKSHOP CARDS
   ========================================================= */

.indreams-workshops-upcoming {
    margin-top: 54px;
}

.indreams-workshops-upcoming__heading {
    max-width: 760px;

    margin:
        0 auto 38px;

    text-align: center;
}

.indreams-workshops-upcoming__heading
.indreams-workshops-body {
    max-width: 650px;

    margin-left: auto;
    margin-right: auto;
}

.indreams-workshops-upcoming-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 22px;
}

.indreams-workshops-upcoming-card {
    display: flex;

    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    border:
        1px solid
        rgba(216, 175, 72, 0.22);

    border-radius: 22px;

    color: inherit !important;

    background:
        linear-gradient(
            145deg,
            rgba(30, 7, 51, 0.84),
            rgba(4, 10, 49, 0.80)
        );

    box-shadow:
        0 18px 48px
        rgba(0, 0, 0, 0.2);

    text-align: left;
    text-decoration: none !important;

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.indreams-workshops-upcoming-card:hover,
.indreams-workshops-upcoming-card:focus-visible {
    border-color:
        rgba(216, 175, 72, 0.48);

    box-shadow:
        0 24px 62px
        rgba(0, 0, 0, 0.3);

    transform:
        translateY(-4px);
}

.indreams-workshops-upcoming-card__image {
    position: relative;

    overflow: hidden;

    width: 100%;

    aspect-ratio: 1.45 / 1;

    background: #070515;
}

.indreams-workshops-upcoming-card__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.35s ease;
}

.indreams-workshops-upcoming-card:hover
.indreams-workshops-upcoming-card__image img {
    transform:
        scale(1.04);
}

.indreams-workshops-upcoming-card__content {
    display: flex;

    flex: 1;

    flex-direction: column;

    padding:
        25px 25px 27px;
}

.indreams-workshops-upcoming-card__date {
    margin: 0;

    color: #d7a743;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;

    text-transform: uppercase;
}

.indreams-workshops-upcoming-card__date span {
    display: block;

    margin-top: 5px;

    color:
        rgba(248, 242, 232, 0.62);

    letter-spacing: 0.04em;
}

.indreams-workshops-upcoming-card h3 {
    margin:
        14px 0 0;

    color: #f8f2e8;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 30px;
    font-weight: 500;
    line-height: 1.08;
}

.indreams-workshops-upcoming-card__description {
    margin:
        14px 0 0;

    color:
        rgba(248, 242, 232, 0.7);

    font-size: 13px;
    line-height: 1.65;
}

.indreams-workshops-upcoming-card__cta {
    display: inline-flex;

    width: fit-content;

    margin-top: 24px;

    padding:
        11px 16px;

    border:
        1px solid
        rgba(255, 255, 255, 0.16);

    border-radius: 999px;

    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            #df43d9,
            #b84de5,
            #9461ee
        );

    box-shadow:
        0 8px 24px
        rgba(204, 63, 220, 0.25);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}

.indreams-workshops-upcoming-empty {
    max-width: 720px;

    margin: 0 auto;

    padding: 30px;

    border:
        1px solid
        rgba(216, 175, 72, 0.18);

    border-radius: 18px;

    background:
        rgba(255, 255, 255, 0.025);

    text-align: center;
}

.indreams-workshops-upcoming-empty p {
    margin: 0;

    color:
        rgba(248, 242, 232, 0.7);

    font-size: 14px;
}


/* =========================================================
   SECTION BACKGROUNDS
   ========================================================= */


.indreams-workshops-private {
    padding:
        80px 0 88px;

    background:
        linear-gradient(
            180deg,
            #10041f,
            #080c34
        );
}

.indreams-workshops-schedule {
    padding:
        78px 0 86px;

    background:
        linear-gradient(
            180deg,
            #0d041d,
            #070b31
        );
}

.indreams-workshops-pricing {
    padding:
        88px 0;

    background:
        linear-gradient(
            180deg,
            #10041e,
            #080c35
        );
}

.indreams-workshops-faq {
    padding:
        84px 0 96px;

    background:
        linear-gradient(
            180deg,
            #10051f,
            #080d31
        );
}


/* =========================================================
   PRIVATE GROUP CARDS
   ========================================================= */

.indreams-workshops-private-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 22px;

    margin-top: 48px;
}

.indreams-workshops-private-card {
    padding: 28px;

    border: 0;

    border-radius: 0;

    background: transparent;
}

.indreams-workshops-private-card h3 {
    margin: 0;

    color: #f8f2e8;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.indreams-workshops-private-card p {
    margin: 13px 0 0;

    color:
        rgba(248, 242, 232, 0.7);

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   WEEKEND SCHEDULE
   ========================================================= */

.indreams-workshops-schedule-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 16px;

    margin-top: 42px;
}

.indreams-workshops-schedule-grid article {
    padding:
        22px 18px;

    border:
        1px solid
        rgba(216, 175, 72, 0.22);

    border-radius: 16px;

    text-align: center;

    background:
        rgba(5, 4, 22, 0.5);
}

.indreams-workshops-schedule-grid h3 {
    margin: 0;

    color: #f8f2e8;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 23px;
    font-weight: 500;
}

.indreams-workshops-schedule-grid p {
    margin: 6px 0 0;

    color:
        rgba(248, 242, 232, 0.6);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* =========================================================
   PRICING
   ========================================================= */

.indreams-workshops-pricing-border {
    padding: 1.5px;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            #d93fca,
            #57d6df,
            #e5b63c
        );

    box-shadow:
        0 0 54px
        rgba(115, 53, 185, 0.26);
}

.indreams-workshops-pricing-panel {
    padding: 42px;

    border-radius: 23px;

    background:
        linear-gradient(
            135deg,
            rgba(24, 7, 37, 0.98),
            rgba(5, 14, 46, 0.98)
        );
}

.indreams-workshops-pricing-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(300px, 0.92fr);

    gap: 50px;

    align-items: center;
}

.indreams-workshops-included {
    display: grid;

    gap: 10px;

    margin:
        28px 0 0;

    padding: 0;

    list-style: none;
}

.indreams-workshops-included li {
    color:
        rgba(248, 242, 232, 0.8);

    font-size: 12px;
    line-height: 1.55;
}

.indreams-workshops-price-card {
    padding: 29px;

    border:
        1px solid
        rgba(216, 175, 72, 0.24);

    border-radius: 17px;

    text-align: center;

    background:
        rgba(0, 0, 0, 0.29);
}

.indreams-workshops-price-card > p {
    margin: 0;

    color: #d7aa47;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.indreams-workshops-price {
    display: flex;

    gap: 6px;

    align-items: flex-end;
    justify-content: center;

    margin-top: 13px;
}

.indreams-workshops-price > span {
    margin-bottom: 7px;

    color:
        rgba(248, 242, 232, 0.56);

    font-size: 11px;
}

.indreams-workshops-price > strong {
    color: transparent;

    background:
        linear-gradient(
            135deg,
            #f0d18c,
            #d7a537
        );

    -webkit-background-clip: text;
    background-clip: text;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 62px;
    font-weight: 500;
    line-height: 1;
}

.indreams-workshops-price > small {
    margin-bottom: 7px;

    color:
        rgba(248, 242, 232, 0.55);

    font-size: 10px;
}

.indreams-workshops-price-card > em {
    display: block;

    margin-top: 10px;

    color:
        rgba(248, 242, 232, 0.48);

    font-size: 9px;
    font-style: normal;
}

.indreams-workshops-price-card
.indreams-workshops-button {
    margin-top: 19px;
}

.indreams-workshops-private-link {
    display: inline-block;

    margin-top: 12px;

    color:
        rgba(248, 242, 232, 0.52);

    font-size: 9px;

    text-decoration: none;
}

.indreams-workshops-private-link:hover {
    color: #d9aa47;
}


/* =========================================================
   FAQ
   ========================================================= */

.indreams-workshops-faq-list {
    margin-top: 43px;

    border-top:
        1px solid
        rgba(217, 175, 76, 0.15);

    border-bottom:
        1px solid
        rgba(217, 175, 76, 0.15);
}

.indreams-workshops-faq-list details {
    border-bottom:
        1px solid
        rgba(217, 175, 76, 0.13);
}

.indreams-workshops-faq-list details:last-child {
    border-bottom: 0;
}

.indreams-workshops-faq-list summary {
    position: relative;

    padding:
        22px 45px 22px 0;

    color: #f8f2e8;

    cursor: pointer;
    list-style: none;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        clamp(
            18px,
            2vw,
            23px
        );

    line-height: 1.25;
}

.indreams-workshops-faq-list
summary::-webkit-details-marker {
    display: none;
}

.indreams-workshops-faq-list
summary::after {
    content: "+";

    position: absolute;

    top: 50%;
    right: 3px;

    color: #d9a93f;

    font-family:
        "Outfit",
        sans-serif;

    font-size: 20px;

    transform:
        translateY(-50%);

    transition:
        transform 0.2s ease;
}

.indreams-workshops-faq-list
details[open]
summary::after {
    transform:
        translateY(-50%)
        rotate(45deg);
}

.indreams-workshops-faq-list details p {
    max-width: 760px;

    margin:
        -3px 0 22px;

    color:
        rgba(248, 242, 232, 0.71);

    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .indreams-workshops-upcoming-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    .indreams-workshops-hero {
        padding-top: 122px;
    }

    .indreams-workshops-private-grid {
        gap: 16px;
    }

    .indreams-workshops-pricing-grid {
        gap: 38px;
    }

    .indreams-workshops-pricing-panel {
        padding: 34px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .indreams-workshops-shell,
    .indreams-workshops-shell--medium,
    .indreams-workshops-shell--faq {
        width:
            min(
                100% - 30px,
                1233px
            );
    }

    .indreams-workshops-hero {
        padding:
            53px 0 43px;
    }

    .indreams-workshops-eyebrow {
        font-size: 9px;
        letter-spacing: 0.27em;
    }

    .indreams-workshops-hero__title {
        font-size:
            clamp(
                45px,
                13vw,
                62px
            );
    }

    .indreams-workshops-script {
        font-size: 35px;
    }

    .indreams-workshops-hero__intro {
        font-size: 15px;
    }

    .indreams-workshops-actions {
        flex-direction: column;

        margin-top: 27px;
    }

    .indreams-workshops-button {
        width: 100%;
        max-width: 330px;
    }

    .indreams-workshops-upcoming {
        margin-top: 42px;
    }

    .indreams-workshops-upcoming__heading {
        margin-bottom: 30px;
    }

    .indreams-workshops-upcoming-grid {
        grid-template-columns: 1fr;

        gap: 17px;
    }

    .indreams-workshops-upcoming-card__content {
        padding:
            22px 22px 24px;
    }

    .indreams-workshops-private,
    .indreams-workshops-schedule,
    .indreams-workshops-pricing,
    .indreams-workshops-faq {
        padding:
            58px 0;
    }

    .indreams-workshops-private-grid {
        grid-template-columns: 1fr;

        margin-top: 38px;
    }

    .indreams-workshops-schedule-grid {
        grid-template-columns: 1fr;

        margin-top: 36px;
    }

    .indreams-workshops-pricing-panel {
        padding:
            25px 20px;
    }

    .indreams-workshops-pricing-grid {
        grid-template-columns: 1fr;

        gap: 31px;
    }
}