/* =========================================================
   INDREAMS HOMEPAGE
   =========================================================
   Homepage-only styling.
   Global header, footer, buttons, typography and design
   tokens remain in assets/css/indreams.css.
   ====================================================== */


/* =========================================================
   HOME BASE
   ====================================================== */

.indreams-home {
    padding-top: 0;

    background: #080018;
    color: var(--indreams-cream);
}


/* =========================================================
   HERO
   ====================================================== */

.indreams-home-hero {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 100svh;

    overflow: hidden;

    background: #090018;
}


/* =========================================================
   HERO BACKGROUND
   ====================================================== */

.indreams-home-hero__background {
    position: absolute;
    z-index: 0;

    inset: 0;

    background:
        radial-gradient(
            ellipse at 20% 25%,
            rgba(110, 8, 135, 0.50),
            transparent 48%
        ),
        radial-gradient(
            ellipse at 78% 64%,
            rgba(15, 55, 140, 0.50),
            transparent 55%
        ),
        linear-gradient(
            135deg,
            #18001f 0%,
            #090019 46%,
            #02072b 100%
        );

    background-position: center;
    background-size: cover;
}


/* =========================================================
   HERO OVERLAY
   ====================================================== */

.indreams-home-hero__overlay {
    position: absolute;
    z-index: 1;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(5, 0, 18, 0.16) 0%,
            rgba(5, 0, 18, 0.18) 48%,
            rgba(8, 0, 24, 0.78) 88%,
            #080018 100%
        );
}


/* =========================================================
   HERO STAR FIELD
   ====================================================== */

.indreams-home-hero__stars {
    position: absolute;
    z-index: 2;

    inset: 0;

    pointer-events: none;

    opacity: 0.62;

    background-image:
        radial-gradient(
            1px 1px at 6% 14%,
            rgba(255, 241, 195, 0.95),
            transparent
        ),
        radial-gradient(
            1px 1px at 12% 78%,
            rgba(255, 241, 195, 0.70),
            transparent
        ),
        radial-gradient(
            1.5px 1.5px at 20% 38%,
            rgba(255, 241, 195, 0.85),
            transparent
        ),
        radial-gradient(
            1px 1px at 27% 8%,
            rgba(255, 241, 195, 0.75),
            transparent
        ),
        radial-gradient(
            1px 1px at 33% 69%,
            rgba(255, 241, 195, 0.72),
            transparent
        ),
        radial-gradient(
            1.5px 1.5px at 42% 29%,
            rgba(255, 241, 195, 0.90),
            transparent
        ),
        radial-gradient(
            1px 1px at 48% 84%,
            rgba(255, 241, 195, 0.66),
            transparent
        ),
        radial-gradient(
            1px 1px at 55% 15%,
            rgba(255, 241, 195, 0.74),
            transparent
        ),
        radial-gradient(
            1.5px 1.5px at 64% 59%,
            rgba(255, 241, 195, 0.80),
            transparent
        ),
        radial-gradient(
            1px 1px at 71% 22%,
            rgba(255, 241, 195, 0.74),
            transparent
        ),
        radial-gradient(
            1px 1px at 78% 81%,
            rgba(255, 241, 195, 0.68),
            transparent
        ),
        radial-gradient(
            1.5px 1.5px at 86% 37%,
            rgba(255, 241, 195, 0.88),
            transparent
        ),
        radial-gradient(
            1px 1px at 92% 68%,
            rgba(255, 241, 195, 0.70),
            transparent
        ),
        radial-gradient(
            1px 1px at 97% 12%,
            rgba(255, 241, 195, 0.78),
            transparent
        );
}


/* =========================================================
   HERO INNER
   ====================================================== */

.indreams-home-hero__inner {
    position: relative;
    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: calc(100% - 48px);
    max-width: 1000px;

    min-height: 100svh;

    margin: 0 auto;

    padding:
        calc(72px + var(--indreams-header-height))
        0
        100px;

    text-align: center;
}


/* =========================================================
   HERO LOGO
   ====================================================== */

.indreams-home-hero__logo {
    display: block;

    width: 160px;
    height: 160px;

    margin: 0 0 28px;

    border-radius: 50%;

    object-fit: contain;

    filter:
        drop-shadow(
            0 0 34px
            rgba(232, 182, 76, 0.24)
        );
}


/* =========================================================
   HERO EYEBROW
   ====================================================== */

.indreams-home-hero__eyebrow {
    margin: 0 0 22px;

    color: var(--indreams-gold);

    font-family: var(--indreams-font-body);

    font-size: 13px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: 0.46em;

    text-transform: uppercase;
}


/* =========================================================
   HERO TITLE
   ====================================================== */

.indreams-home-hero__title {
    max-width: 930px;

    margin: 0;

    color: var(--indreams-cream);

    font-family: var(--indreams-font-display);

    font-size:
        clamp(58px, 6.2vw, 92px);

    font-weight: 500;
    line-height: 0.99;
    letter-spacing: -0.035em;
}


.indreams-home-hero__title span,
.indreams-home-hero__title em {
    display: inline;
}


.indreams-home-hero__title em {
    position: relative;

    color: var(--indreams-gold);

    font-style: italic;
    font-weight: 500;
}


.indreams-home-hero__title em::after {
    content: "";

    position: absolute;

    left: 2%;
    right: 1%;
    bottom: -9px;

    height: 8px;

    border-bottom:
        3px solid
        rgba(232, 182, 76, 0.52);

    border-radius: 50%;

    transform: rotate(-1.5deg);
}


/* =========================================================
   HERO SCRIPT
   ====================================================== */

.indreams-home-hero__script {
    margin: 20px 0 0;

    color:
        rgba(232, 182, 76, 0.94);

    font-family:
        var(--indreams-font-script);

    font-size: 43px;
    font-weight: 400;
    line-height: 1.1;
}


/* =========================================================
   HERO COPY
   ====================================================== */

.indreams-home-hero__copy {
    max-width: 710px;

    margin:
        30px auto 0;

    color:
        rgba(246, 240, 229, 0.86);

    font-family:
        var(--indreams-font-body);

    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}


/* =========================================================
   HERO ACTIONS
   ====================================================== */

.indreams-home-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 16px;

    margin-top: 38px;
}


.indreams-home-hero__primary {
    min-width: 210px;
    min-height: 50px;

    padding: 0 30px;

    font-size: 14px;
}


/* =========================================================
   HERO SECONDARY BUTTON
   ====================================================== */

.indreams-home-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    min-height: 50px;

    padding: 0 30px;

    border:
        1px solid
        rgba(232, 182, 76, 0.48);

    border-radius: 999px;

    color:
        var(--indreams-cream) !important;

    font-family:
        var(--indreams-font-body);

    font-size: 14px;
    font-weight: 500;

    text-decoration: none !important;

    transition:
        color 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease,
        transform 0.18s ease;
}


.indreams-home-hero__secondary:hover,
.indreams-home-hero__secondary:focus {
    border-color:
        var(--indreams-gold);

    background:
        rgba(232, 182, 76, 0.10);

    color:
        var(--indreams-gold) !important;

    transform:
        translateY(-1px);
}


/* =========================================================
   HERO SCROLL
   ====================================================== */

.indreams-home-hero__scroll {
    position: absolute;

    left: 50%;
    bottom: 28px;

    display: inline-flex;
    align-items: center;

    gap: 10px;

    color:
        rgba(246, 240, 229, 0.48) !important;

    font-family:
        var(--indreams-font-body);

    font-size: 10px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: 0.38em;

    text-decoration: none !important;
    text-transform: uppercase;

    transform:
        translateX(-50%);

    transition:
        color 0.18s ease;
}


.indreams-home-hero__scroll:hover,
.indreams-home-hero__scroll:focus {
    color:
        var(--indreams-gold) !important;
}


.indreams-home-hero__scroll span {
    font-size: 15px;

    letter-spacing: normal;
}


/* =========================================================
   HOMEPAGE CALENDAR
   ====================================================== */

.indreams-home-calendar {
    position: relative;

    width: 100%;

    overflow: hidden;

    padding:
        105px 0 115px;

    background:
        radial-gradient(
            ellipse at 15% 0%,
            rgba(88, 0, 109, 0.30),
            transparent 48%
        ),
        radial-gradient(
            ellipse at 90% 90%,
            rgba(10, 46, 130, 0.36),
            transparent 52%
        ),
        linear-gradient(
            120deg,
            #10001d 0%,
            #070020 48%,
            #020832 100%
        );

    border-top:
        1px solid
        rgba(232, 182, 76, 0.07);

    border-bottom:
        1px solid
        rgba(232, 182, 76, 0.08);
}


.indreams-home-calendar::before {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.30;

    background-image:
        radial-gradient(
            1px 1px at 8% 22%,
            rgba(255, 243, 205, 0.8),
            transparent
        ),
        radial-gradient(
            1px 1px at 24% 71%,
            rgba(255, 243, 205, 0.5),
            transparent
        ),
        radial-gradient(
            1px 1px at 39% 15%,
            rgba(255, 243, 205, 0.6),
            transparent
        ),
        radial-gradient(
            1px 1px at 58% 79%,
            rgba(255, 243, 205, 0.5),
            transparent
        ),
        radial-gradient(
            1px 1px at 76% 25%,
            rgba(255, 243, 205, 0.7),
            transparent
        ),
        radial-gradient(
            1px 1px at 92% 66%,
            rgba(255, 243, 205, 0.55),
            transparent
        );
}


.indreams-home-calendar
.indreams-container {
    position: relative;

    z-index: 2;
}


/* =========================================================
   CALENDAR HEADING
   ====================================================== */

.indreams-home-calendar__heading {
    max-width: 780px;

    margin:
        0 auto 54px;

    text-align: center;
}


.indreams-home-calendar__eyebrow {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    margin:
        0 0 17px;

    color:
        var(--indreams-gold);

    font-family:
        var(--indreams-font-body);

    font-size: 11px;
    font-weight: 500;

    letter-spacing: 0.34em;

    text-transform: uppercase;
}


.indreams-home-calendar__eyebrow::before,
.indreams-home-calendar__eyebrow::after {
    content: "";

    display: block;

    width: 28px;
    height: 1px;

    background:
        rgba(232, 182, 76, 0.60);
}


.indreams-home-calendar__heading h2 {
    margin: 0;

    color:
        var(--indreams-cream);

    font-family:
        var(--indreams-font-display);

    font-size:
        clamp(44px, 4.6vw, 64px);

    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.025em;
}


.indreams-home-calendar__heading h2 em {
    color:
        var(--indreams-gold);

    font-weight: 400;
}


.indreams-home-calendar__intro {
    max-width: 600px;

    margin:
        20px auto 0;

    color:
        rgba(246, 240, 229, 0.70);

    font-family:
        var(--indreams-font-body);

    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   EVENT GRID
   ====================================================== */

.indreams-home-calendar__events {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   EVENT CARD
   ====================================================== */

.indreams-home-calendar__event {
    position: relative;

    display: grid;

    grid-template-columns:
        82px minmax(0, 1fr);

    grid-template-rows:
        1fr auto;

    column-gap: 20px;
    row-gap: 18px;

    min-height: 190px;

    padding: 24px;

    overflow: hidden;

    border:
        1px solid
        rgba(232, 182, 76, 0.20);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(28, 5, 47, 0.76),
            rgba(3, 9, 47, 0.72)
        );

    box-shadow:
        0 16px 44px
        rgba(0, 0, 0, 0.16);

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}


.indreams-home-calendar__event::before {
    content: "";

    position: absolute;

    top: -80px;
    right: -80px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(232, 182, 76, 0.08),
            transparent 68%
        );

    pointer-events: none;
}


.indreams-home-calendar__event:hover {
    border-color:
        rgba(232, 182, 76, 0.45);

    box-shadow:
        0 20px 55px
        rgba(0, 0, 0, 0.24);

    transform:
        translateY(-3px);
}


/* =========================================================
   DATE BLOCK
   ====================================================== */

.indreams-home-calendar__date {
    grid-column: 1;
    grid-row: 1 / 3;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 82px;

    padding:
        13px 10px;

    border:
        1px solid
        rgba(232, 182, 76, 0.22);

    border-radius: 16px;

    background:
        rgba(0, 0, 0, 0.22);

    text-align: center;
}


.indreams-home-calendar__month {
    color:
        var(--indreams-gold);

    font-family:
        var(--indreams-font-body);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.22em;

    text-transform: uppercase;
}


.indreams-home-calendar__day {
    display: block;

    margin:
        5px 0 2px;

    color:
        var(--indreams-cream);

    font-family:
        var(--indreams-font-display);

    font-size: 39px;
    font-weight: 500;
    line-height: 1;
}


.indreams-home-calendar__weekday {
    color:
        rgba(246, 240, 229, 0.52);

    font-family:
        var(--indreams-font-body);

    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.18em;

    text-transform: uppercase;
}


/* =========================================================
   EVENT DETAILS
   ====================================================== */

.indreams-home-calendar__details {
    grid-column: 2;
    grid-row: 1;

    min-width: 0;
}


.indreams-home-calendar__title-row {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 9px;
}


.indreams-home-calendar__title-row h3 {
    margin: 0;

    color:
        var(--indreams-cream);

    font-family:
        var(--indreams-font-display);

    font-size: 23px;
    font-weight: 500;
    line-height: 1.08;
}


.indreams-home-calendar__tag {
    display: inline-flex;

    align-items: center;

    min-height: 22px;

    padding:
        3px 10px;

    border:
        1px solid
        rgba(232, 182, 76, 0.28);

    border-radius: 999px;

    background:
        rgba(232, 182, 76, 0.04);

    color:
        rgba(232, 182, 76, 0.82);

    font-family:
        var(--indreams-font-body);

    font-size: 8px;
    font-weight: 500;

    letter-spacing: 0.17em;

    text-transform: uppercase;
}


.indreams-home-calendar__time {
    margin:
        14px 0 0;

    color:
        var(--indreams-gold);

    font-family:
        var(--indreams-font-body);

    font-size: 12px;
    font-weight: 500;

    line-height: 1.45;
}


/* =========================================================
   EVENT ACTION
   ====================================================== */

.indreams-home-calendar__action {
    grid-column: 2;
    grid-row: 2;

    align-self: end;
}


.indreams-home-calendar__action a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    min-height: 37px;

    padding:
        0 16px;

    border:
        1px solid
        rgba(232, 182, 76, 0.38);

    border-radius: 999px;

    color:
        var(--indreams-gold) !important;

    font-family:
        var(--indreams-font-body);

    font-size: 11px;
    font-weight: 500;

    text-decoration: none !important;

    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}


.indreams-home-calendar__action a:hover,
.indreams-home-calendar__action a:focus {
    border-color:
        var(--indreams-gold);

    background:
        var(--indreams-gold);

    color:
        #16051f !important;

    transform:
        translateY(-1px);
}


.indreams-home-calendar__action a span {
    transition:
        transform 0.18s ease;
}


.indreams-home-calendar__action a:hover span {
    transform:
        translateX(3px);
}


/* =========================================================
   EMPTY STATE
   ====================================================== */

.indreams-home-calendar__empty {
    max-width: 720px;

    margin:
        0 auto;

    padding:
        34px;

    border:
        1px solid
        rgba(232, 182, 76, 0.18);

    border-radius: 20px;

    background:
        rgba(255, 255, 255, 0.025);

    text-align: center;
}


.indreams-home-calendar__empty p {
    margin: 0;

    color:
        rgba(246, 240, 229, 0.70);

    font-size: 15px;
}


/* =========================================================
   VIEW FULL CALENDAR
   ====================================================== */

.indreams-home-calendar__footer {
    display: flex;

    justify-content: center;

    margin-top: 44px;
}


.indreams-home-calendar__view-all {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-width: 190px;
    min-height: 48px;

    padding:
        0 25px;

    border:
        1px solid
        rgba(232, 182, 76, 0.46);

    border-radius: 999px;

    color:
        var(--indreams-cream) !important;

    font-family:
        var(--indreams-font-body);

    font-size: 13px;
    font-weight: 500;

    text-decoration: none !important;

    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}


.indreams-home-calendar__view-all:hover,
.indreams-home-calendar__view-all:focus {
    border-color:
        var(--indreams-gold);

    background:
        rgba(232, 182, 76, 0.10);

    color:
        var(--indreams-gold) !important;

    transform:
        translateY(-1px);
}


.indreams-home-calendar__view-all span {
    transition:
        transform 0.18s ease;
}


.indreams-home-calendar__view-all:hover span {
    transform:
        translateX(3px);
}


/* =========================================================
   EXPERIENCES SECTION
   ====================================================== */

.indreams-home-experiences {
    position: relative;

    width: 100%;

    overflow: hidden;

    padding:
        112px 0 120px;

    background:
        radial-gradient(
            ellipse at 12% 18%,
            rgba(111, 14, 121, 0.18),
            transparent 45%
        ),
        radial-gradient(
            ellipse at 85% 84%,
            rgba(17, 49, 121, 0.22),
            transparent 48%
        ),
        linear-gradient(
            125deg,
            #0b0016 0%,
            #10001f 50%,
            #050827 100%
        );
}


.indreams-home-experiences::before {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.18;

    background-image:
        radial-gradient(
            1px 1px at 10% 18%,
            rgba(255, 244, 213, 0.7),
            transparent
        ),
        radial-gradient(
            1px 1px at 31% 75%,
            rgba(255, 244, 213, 0.5),
            transparent
        ),
        radial-gradient(
            1px 1px at 55% 23%,
            rgba(255, 244, 213, 0.6),
            transparent
        ),
        radial-gradient(
            1px 1px at 78% 69%,
            rgba(255, 244, 213, 0.5),
            transparent
        ),
        radial-gradient(
            1px 1px at 92% 16%,
            rgba(255, 244, 213, 0.7),
            transparent
        );
}


.indreams-home-experiences
.indreams-container {
    position: relative;

    z-index: 2;
}


/* =========================================================
   EXPERIENCES HEADING
   ====================================================== */

.indreams-home-experiences__heading {
    max-width: 790px;

    margin:
        0 auto 58px;

    text-align: center;
}


.indreams-home-experiences__eyebrow {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    margin:
        0 0 18px;

    color:
        var(--indreams-gold);

    font-family:
        var(--indreams-font-body);

    font-size: 11px;
    font-weight: 500;

    letter-spacing: 0.34em;

    text-transform: uppercase;
}


.indreams-home-experiences__eyebrow::before,
.indreams-home-experiences__eyebrow::after {
    content: "";

    display: block;

    width: 28px;
    height: 1px;

    background:
        rgba(232, 182, 76, 0.60);
}


.indreams-home-experiences__heading h2 {
    margin: 0;

    color:
        var(--indreams-cream);

    font-family:
        var(--indreams-font-display);

    font-size:
        clamp(46px, 4.8vw, 68px);

    font-weight: 500;
    line-height: 1.02;

    letter-spacing: -0.03em;
}


.indreams-home-experiences__heading h2 em {
    color:
        var(--indreams-gold);

    font-weight: 400;
}


.indreams-home-experiences__intro {
    max-width: 620px;

    margin:
        21px auto 0;

    color:
        rgba(246, 240, 229, 0.70);

    font-family:
        var(--indreams-font-body);

    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   EXPERIENCES GRID
   ====================================================== */

.indreams-home-experiences__grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


/* =========================================================
   EXPERIENCE CARD
   ====================================================== */

.indreams-home-experiences__card {
    position: relative;

    display: flex;

    flex-direction: column;

    min-height: 470px;

    overflow: hidden;

    border:
        1px solid
        rgba(232, 182, 76, 0.18);

    border-radius: 24px;

    background:
        rgba(14, 3, 34, 0.82);

    box-shadow:
        0 18px 48px
        rgba(0, 0, 0, 0.20);

    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease;
}


.indreams-home-experiences__card:hover {
    border-color:
        rgba(232, 182, 76, 0.45);

    box-shadow:
        0 24px 65px
        rgba(0, 0, 0, 0.30);

    transform:
        translateY(-5px);
}


/* =========================================================
   EXPERIENCE IMAGE
   ====================================================== */

.indreams-home-experiences__image {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    aspect-ratio: 1.42 / 1;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 25% 25%,
            rgba(232, 182, 76, 0.17),
            transparent 31%
        ),
        radial-gradient(
            circle at 78% 70%,
            rgba(91, 38, 155, 0.36),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            #260d35,
            #0a0c3e
        );
}


/* Real ACF image */

.indreams-home-experiences__image img {
    position: absolute;

    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.45s ease;
}


.indreams-home-experiences__card:hover
.indreams-home-experiences__image--has-image img {
    transform:
        scale(1.045);
}


/* Image darkening / blending overlay */

.indreams-home-experiences__image::after {
    content: "";

    position: absolute;
    z-index: 2;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            transparent 42%,
            rgba(8, 0, 24, 0.14) 66%,
            rgba(8, 0, 24, 0.72) 100%
        );
}


/* Placeholder */

.indreams-home-experiences__image span {
    position: relative;

    z-index: 3;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;

    border:
        1px solid
        rgba(232, 182, 76, 0.30);

    border-radius: 50%;

    color:
        rgba(232, 182, 76, 0.72);

    font-family:
        var(--indreams-font-body);

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.18em;

    text-transform: uppercase;
}


/* placeholder variations */

.indreams-home-experiences__card--parties
.indreams-home-experiences__image {
    background:
        radial-gradient(
            circle at 70% 25%,
            rgba(229, 86, 138, 0.20),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #321028,
            #150b43
        );
}


.indreams-home-experiences__card--classes
.indreams-home-experiences__image {
    background:
        radial-gradient(
            circle at 28% 30%,
            rgba(44, 138, 175, 0.30),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #11243c,
            #1c0d43
        );
}


.indreams-home-experiences__card--open-studio
.indreams-home-experiences__image {
    background:
        radial-gradient(
            circle at 75% 24%,
            rgba(224, 168, 72, 0.24),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #291f18,
            #150834
        );
}


.indreams-home-experiences__card--workshops
.indreams-home-experiences__image {
    background:
        radial-gradient(
            circle at 30% 70%,
            rgba(89, 137, 84, 0.28),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            #17261d,
            #100934
        );
}


.indreams-home-experiences__card--events
.indreams-home-experiences__image {
    background:
        radial-gradient(
            circle at 70% 25%,
            rgba(106, 73, 173, 0.34),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            #20133e,
            #080b32
        );
}


/* =========================================================
   EXPERIENCE CONTENT
   ====================================================== */

.indreams-home-experiences__content {
    display: flex;

    flex: 1;

    flex-direction: column;

    align-items: flex-start;

    padding:
        29px 29px 28px;
}


.indreams-home-experiences__content h3 {
    margin: 0;

    color:
        var(--indreams-cream);

    font-family:
        var(--indreams-font-display);

    font-size: 30px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -0.02em;
}


.indreams-home-experiences__content p {
    margin:
        15px 0 0;

    color:
        rgba(246, 240, 229, 0.66);

    font-family:
        var(--indreams-font-body);

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   EXPERIENCE LINK
   ====================================================== */

.indreams-home-experiences__link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: auto;

    padding-top: 24px;

    color:
        var(--indreams-gold) !important;

    font-family:
        var(--indreams-font-body);

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.12em;

    text-decoration: none !important;
    text-transform: uppercase;
}


.indreams-home-experiences__link span {
    font-size: 16px;

    transition:
        transform 0.18s ease;
}


.indreams-home-experiences__link:hover span,
.indreams-home-experiences__link:focus span {
    transform:
        translateX(4px);
}


/* =========================================================
   DEVELOPMENT SECTION SHELLS
   ====================================================== */

.indreams-home-section,
.indreams-home-wordmark {
    position: relative;

    width: 100%;

    padding:
        110px 0;
}


.indreams-home-section {
    background:
        linear-gradient(
            120deg,
            #0d001b 0%,
            #070020 48%,
            #020832 100%
        );
}


.indreams-home-section--alternate {
    background:
        linear-gradient(
            120deg,
            #16001e 0%,
            #09001f 52%,
            #040628 100%
        );
}


/* =========================================================
   TEMPORARY PLACEHOLDERS
   ====================================================== */

.indreams-home-placeholder {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    min-height: 260px;

    padding: 50px;

    border:
        1px dashed
        rgba(232, 182, 76, 0.26);

    border-radius: 24px;

    background:
        rgba(255, 255, 255, 0.018);

    text-align: center;
}


.indreams-home-placeholder__eyebrow {
    display: block;

    margin-bottom: 18px;

    color:
        var(--indreams-gold);

    font-family:
        var(--indreams-font-body);

    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.32em;

    text-transform: uppercase;
}


.indreams-home-placeholder h1,
.indreams-home-placeholder h2 {
    max-width: 900px;

    margin: 0;

    color:
        var(--indreams-cream);

    font-family:
        var(--indreams-font-display);

    font-size: 44px;
    font-weight: 500;
    line-height: 1.08;
}


.indreams-home-placeholder p {
    max-width: 650px;

    margin:
        20px auto 0;

    color:
        rgba(246, 240, 229, 0.64);

    font-family:
        var(--indreams-font-body);

    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   FINAL CTA PLACEHOLDER
   ====================================================== */

.indreams-home-final-cta {
    background:
        radial-gradient(
            ellipse at 50% 20%,
            rgba(89, 0, 112, 0.36),
            transparent 56%
        ),
        linear-gradient(
            120deg,
            #13001f 0%,
            #070021 50%,
            #020830 100%
        );
}


/* =========================================================
   WORDMARK PLACEHOLDER
   ====================================================== */

.indreams-home-wordmark {
    background:
        linear-gradient(
            120deg,
            #14001c 0%,
            #09001d 48%,
            #030728 100%
        );
}


.indreams-home-wordmark
.indreams-home-placeholder h2 {
    color:
        var(--indreams-cream);

    font-size:
        clamp(70px, 12vw, 150px);

    font-style: italic;
    line-height: 0.9;
}


/* =========================================================
   TABLET
   ====================================================== */

@media (max-width: 1040px) {

    .indreams-home-hero__inner {
        width:
            calc(100% - 40px);

        max-width: 900px;

        padding:
            calc(70px + var(--indreams-header-height))
            0
            96px;
    }


    .indreams-home-hero__logo {
        width: 140px;
        height: 140px;

        margin-bottom: 26px;
    }


    .indreams-home-hero__title {
        font-size:
            clamp(56px, 8vw, 78px);
    }


    .indreams-home-hero__script {
        font-size: 40px;
    }


    .indreams-home-hero__copy {
        max-width: 680px;

        font-size: 16px;
    }


    .indreams-home-calendar {
        padding:
            90px 0 100px;
    }


    .indreams-home-calendar__events {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .indreams-home-experiences {
        padding:
            94px 0 100px;
    }


    .indreams-home-experiences__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .indreams-home-section,
    .indreams-home-wordmark {
        padding:
            90px 0;
    }
}


/* =========================================================
   MOBILE
   ====================================================== */

@media (max-width: 620px) {

    .indreams-home-hero {
        min-height: 100svh;
    }


    .indreams-home-hero__inner {
        width:
            calc(100% - 38px);

        min-height: 100svh;

        padding:
            calc(48px + var(--indreams-header-height))
            0
            88px;
    }


    .indreams-home-hero__logo {
        width: 105px;
        height: 105px;

        margin-bottom: 24px;
    }


    .indreams-home-hero__eyebrow {
        margin-bottom: 18px;

        font-size: 10px;

        letter-spacing: 0.40em;
    }


    .indreams-home-hero__title {
        max-width: 500px;

        font-size:
            clamp(48px, 14vw, 66px);

        line-height: 0.98;
    }


    .indreams-home-hero__title span,
    .indreams-home-hero__title em {
        display: block;
    }


    .indreams-home-hero__title em {
        margin:
            2px 0;
    }


    .indreams-home-hero__title em::after {
        bottom: -4px;
    }


    .indreams-home-hero__script {
        margin-top: 22px;

        font-size: 35px;
    }


    .indreams-home-hero__copy {
        margin-top: 25px;

        font-size: 15px;
        line-height: 1.6;
    }


    .indreams-home-hero__actions {
        flex-direction: column;

        width: 100%;

        gap: 12px;

        margin-top: 32px;
    }


    .indreams-home-hero__primary,
    .indreams-home-hero__secondary {
        width: 100%;

        max-width: 290px;
    }


    .indreams-home-hero__scroll {
        bottom: 20px;
    }


    /* Calendar */

    .indreams-home-calendar {
        padding:
            72px 0 82px;
    }


    .indreams-home-calendar__heading {
        margin-bottom: 38px;
    }


    .indreams-home-calendar__heading h2 {
        font-size: 43px;
    }


    .indreams-home-calendar__intro {
        font-size: 14px;
    }


    .indreams-home-calendar__events {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .indreams-home-calendar__event {
        grid-template-columns:
            76px minmax(0, 1fr);

        min-height: 170px;

        padding: 20px;

        column-gap: 17px;
    }


    .indreams-home-calendar__date {
        min-width: 76px;
    }


    .indreams-home-calendar__day {
        font-size: 35px;
    }


    .indreams-home-calendar__title-row h3 {
        font-size: 22px;
    }


    .indreams-home-calendar__footer {
        margin-top: 34px;
    }


    /* Experiences */

    .indreams-home-experiences {
        padding:
            76px 0 84px;
    }


    .indreams-home-experiences__heading {
        margin-bottom: 40px;
    }


    .indreams-home-experiences__heading h2 {
        font-size: 44px;
    }


    .indreams-home-experiences__intro {
        font-size: 14px;
    }


    .indreams-home-experiences__grid {
        grid-template-columns: 1fr;

        gap: 17px;
    }


    .indreams-home-experiences__card {
        min-height: 0;
    }


    .indreams-home-experiences__image {
        aspect-ratio: 1.55 / 1;
    }


    .indreams-home-experiences__content {
        padding:
            25px 24px 25px;
    }


    .indreams-home-experiences__content h3 {
        font-size: 28px;
    }


    .indreams-home-experiences__content p {
        font-size: 14px;
    }


    .indreams-home-section,
    .indreams-home-wordmark {
        padding:
            70px 0;
    }


    .indreams-home-placeholder {
        min-height: 220px;

        padding:
            38px 24px;
    }


    .indreams-home-placeholder h1,
    .indreams-home-placeholder h2 {
        font-size: 36px;
    }


    .indreams-home-placeholder p {
        font-size: 14px;
    }
}


/* =========================================================
   SMALL MOBILE
   ====================================================== */

@media (max-width: 390px) {

    .indreams-home-hero__logo {
        width: 92px;
        height: 92px;
    }


    .indreams-home-hero__title {
        font-size: 46px;
    }


    .indreams-home-hero__script {
        font-size: 32px;
    }


    .indreams-home-calendar__event {
        grid-template-columns:
            68px minmax(0, 1fr);

        padding:
            18px 16px;

        column-gap: 14px;
    }


    .indreams-home-calendar__date {
        min-width: 68px;

        padding:
            12px 7px;
    }


    .indreams-home-calendar__day {
        font-size: 31px;
    }


    .indreams-home-calendar__title-row h3 {
        font-size: 20px;
    }


    .indreams-home-calendar__action a {
        padding:
            0 13px;

        font-size: 10px;
    }


    .indreams-home-experiences__heading h2 {
        font-size: 40px;
    }


    .indreams-home-experiences__content h3 {
        font-size: 26px;
    }


    .indreams-home-placeholder h1,
    .indreams-home-placeholder h2 {
        font-size: 32px;
    }
}