/* =========================================================
   HOME - CAFE / MORE THAN A STUDIO
   ====================================================== */

.indreams-home-cafe {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at top center, rgba(106, 23, 155, 0.28) 0%, rgba(106, 23, 155, 0) 38%),
        radial-gradient(circle at bottom center, rgba(12, 39, 112, 0.22) 0%, rgba(12, 39, 112, 0) 36%),
        linear-gradient(180deg, #090018 0%, #080021 55%, #07103a 100%);
    color: #f7efe4;
    overflow: hidden;
}

.indreams-home-cafe::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.22) 0.8px, transparent 0.8px);
    background-size: 180px 180px;
    opacity: 0.12;
}

.indreams-home-cafe__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 40px, 1233px);
    margin: 0 auto;
}

.indreams-home-cafe__header {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.indreams-home-cafe__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 22px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e8b64c;
}

.indreams-home-cafe__eyebrow::before,
.indreams-home-cafe__eyebrow::after {
    content: "";
    width: 56px;
    height: 1px;
    background: rgba(232, 182, 76, 0.45);
}

.indreams-home-cafe__title {
    margin: 0 0 22px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #f7efe4;
}

.indreams-home-cafe__copy {
    max-width: 740px;
    margin: 0 auto;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(247, 239, 228, 0.92);
}

/* =========================================================
   IMAGE LAYOUT
   ====================================================== */

.indreams-home-cafe__media {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1.2fr;
    gap: 22px;
    align-items: stretch;
    margin-top: 54px;
    margin-bottom: 34px;
}

.indreams-home-cafe__media-left,
.indreams-home-cafe__media-right {
    min-width: 0;
}

.indreams-home-cafe__media-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "top-left top-right"
        "bottom bottom";
    gap: 22px;
}

.indreams-home-cafe__image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(232, 182, 76, 0.14);
    min-height: 250px;
}

.indreams-home-cafe__image-wrap--main {
    min-height: 520px;
}

.indreams-home-cafe__image-wrap--two {
    grid-area: top-left;
    min-height: 245px;
}

.indreams-home-cafe__image-wrap--three {
    grid-area: top-right;
    min-height: 245px;
}

.indreams-home-cafe__image-wrap--four {
    grid-area: bottom;
    min-height: 250px;
}

.indreams-home-cafe__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.indreams-home-cafe__spark {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d123b;
    border: 2px solid rgba(232, 182, 76, 0.85);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
    z-index: 3;
}

.indreams-home-cafe__spark::before {
    content: "✦";
    color: #e8b64c;
    font-size: 24px;
    line-height: 1;
}

/* =========================================================
   BOTTOM ROW
   ====================================================== */

.indreams-home-cafe__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.indreams-home-cafe__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.indreams-home-cafe__feature {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(247, 239, 228, 0.16);
    background: rgba(255, 255, 255, 0.035);
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: rgba(247, 239, 228, 0.95);
    white-space: nowrap;
}

.indreams-home-cafe__feature::before {
    content: "✦";
    color: #e8b64c;
    font-size: 10px;
    line-height: 1;
}

.indreams-home-cafe__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 28px;
    min-height: 58px;
    border-radius: 999px;
    background: #3a1d4a;
    border: 1px solid rgba(232, 182, 76, 0.35);
    color: #ffffff;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.indreams-home-cafe__cta::after {
    content: "→";
    font-size: 17px;
    line-height: 1;
}

.indreams-home-cafe__cta:hover {
    transform: translateY(-1px);
    background: #4a235f;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

/* =========================================================
   TABLET
   ====================================================== */

@media (max-width: 1040px) {
    .indreams-home-cafe {
        padding: 96px 0;
    }

    .indreams-home-cafe__header {
        margin-bottom: 40px;
    }

    .indreams-home-cafe__copy {
        font-size: 18px;
        line-height: 1.75;
    }

    .indreams-home-cafe__media {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 44px;
    }

    .indreams-home-cafe__media-right {
        gap: 20px;
    }

    .indreams-home-cafe__image-wrap,
    .indreams-home-cafe__image-wrap--main,
    .indreams-home-cafe__image-wrap--two,
    .indreams-home-cafe__image-wrap--three,
    .indreams-home-cafe__image-wrap--four {
        border-radius: 28px;
    }

    .indreams-home-cafe__image-wrap--main {
        min-height: 460px;
    }

    .indreams-home-cafe__image-wrap--two,
    .indreams-home-cafe__image-wrap--three,
    .indreams-home-cafe__image-wrap--four {
        min-height: 220px;
    }

    .indreams-home-cafe__spark {
        width: 68px;
        height: 68px;
    }

    .indreams-home-cafe__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================================================
   MOBILE
   ====================================================== */

@media (max-width: 767px) {
    .indreams-home-cafe {
        padding: 84px 0;
    }

    .indreams-home-cafe__inner {
        width: min(100% - 24px, 1233px);
    }

    .indreams-home-cafe__eyebrow {
        gap: 10px;
        font-size: 12px;
        letter-spacing: 0.18em;
    }

    .indreams-home-cafe__eyebrow::before,
    .indreams-home-cafe__eyebrow::after {
        width: 34px;
    }

    .indreams-home-cafe__title {
        font-size: clamp(40px, 11vw, 58px);
        line-height: 1;
    }

    .indreams-home-cafe__copy {
        font-size: 17px;
        line-height: 1.7;
    }

    .indreams-home-cafe__media {
        gap: 16px;
        margin-top: 36px;
        margin-bottom: 28px;
    }

    .indreams-home-cafe__media-right {
        grid-template-columns: 1fr;
        grid-template-areas:
            "top-left"
            "top-right"
            "bottom";
        gap: 16px;
    }

    .indreams-home-cafe__image-wrap,
    .indreams-home-cafe__image-wrap--main,
    .indreams-home-cafe__image-wrap--two,
    .indreams-home-cafe__image-wrap--three,
    .indreams-home-cafe__image-wrap--four {
        border-radius: 24px;
        min-height: 240px;
    }

    .indreams-home-cafe__image-wrap--main {
        min-height: 300px;
    }

    .indreams-home-cafe__spark {
        width: 62px;
        height: 62px;
    }

    .indreams-home-cafe__spark::before {
        font-size: 20px;
    }

    .indreams-home-cafe__features {
        gap: 10px;
    }

    .indreams-home-cafe__feature {
        font-size: 13px;
        padding: 11px 15px;
        white-space: normal;
    }

    .indreams-home-cafe__cta {
        width: 100%;
        min-height: 56px;
    }
}