/* ═══════════════════════════════════════════════════════════════
   COASTAL ABOUT STORY WIDGET
   ═══════════════════════════════════════════════════════════════ */

.elementor-widget-coastal_about_story .coastal-about-story {
    padding: 120px 60px;
    max-width: 1300px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    width: 100%;
}

.elementor-widget-coastal_about_story .coastal-about-story--reverse {
    direction: rtl;
}

.elementor-widget-coastal_about_story .coastal-about-story--reverse > * {
    direction: ltr;
}

/* ─── IMAGE ───────────────────────────────────────────────── */
.elementor-widget-coastal_about_story .coastal-about-story__img {
    position: relative !important;
}

.elementor-widget-coastal_about_story .coastal-about-story__img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block !important;
}

.elementor-widget-coastal_about_story .coastal-about-story__img::after {
    content: '';
    position: absolute !important;
    top: 24px;
    left: 24px;
    right: -24px;
    bottom: -24px;
    border: 1px solid rgba(201,168,76,0.25);
    z-index: -1;
}

/* ─── TEXT ─────────────────────────────────────────────────── */
.elementor-widget-coastal_about_story .coastal-section-label {
    display: flex !important;
    align-items: center;
    gap: 14px;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 28px;
}

.elementor-widget-coastal_about_story .coastal-section-label::before {
    content: '';
    display: block !important;
    width: 32px;
    height: 1px;
    background: #C9A84C;
}

.elementor-widget-coastal_about_story .coastal-about-story__heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 32px;
    color: #041632;
}

.elementor-widget-coastal_about_story .coastal-about-story__body p {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.85;
    color: #393837;
    margin-bottom: 20px;
}

.elementor-widget-coastal_about_story .coastal-gold-rule {
    width: 48px;
    height: 1px !important;
    background: #C9A84C;
    margin: 28px 0;
}

.elementor-widget-coastal_about_story .coastal-about-story__btn {
    display: inline-block !important;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #041632;
    background: #C9A84C;
    padding: 16px 36px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    text-decoration: none;
}

.elementor-widget-coastal_about_story .coastal-about-story__btn:hover {
    background: #dfc278;
    transform: translateY(-1px);
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
    .elementor-widget-coastal_about_story .coastal-about-story {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 80px 32px;
    }

    .elementor-widget-coastal_about_story .coastal-about-story__img img {
        height: 380px;
    }

    .elementor-widget-coastal_about_story .coastal-about-story--reverse {
        direction: ltr;
    }
}

@media (max-width: 768px) {
    .elementor-widget-coastal_about_story .coastal-about-story {
        padding: 60px 24px;
        gap: 40px;
    }

    .elementor-widget-coastal_about_story .coastal-about-story__img::after {
        display: none !important;
    }

    .elementor-widget-coastal_about_story .coastal-about-story__img img {
        height: 280px;
    }

    .elementor-widget-coastal_about_story .coastal-about-story__body p {
        font-size: 18px;
    }
}

/* ─── EDITOR FIX ──────────────────────────────────────────── */
.elementor-widget-coastal_about_story {
    width: 100% !important;
}

.elementor-widget-coastal_about_story > .elementor-widget-container {
    width: 100% !important;
}

.elementor-widget-coastal_about_story .coastal-about-story {
    width: 100% !important;
}

.elementor-widget-coastal_about_story .coastal-about-story__img {
    display: block !important;
    min-height: 100px !important;
}

.elementor-widget-coastal_about_story .coastal-about-story__heading {
    display: block !important;
}

.elementor-widget-coastal_about_story .coastal-about-story__body p {
    display: block !important;
}
