/* ═══════════════════════════════════════════════════════════════
   COASTAL PAGE HERO WIDGET
   ═══════════════════════════════════════════════════════════════ */

.elementor-widget-coastal_page_hero .coastal-page-hero {
    position: relative !important;
    height: 55vh;
    min-height: 400px;
    display: flex !important;
    align-items: flex-end;
    padding: 80px 60px;
    overflow: hidden;
    width: 100%;
}

.elementor-widget-coastal_page_hero .coastal-page-hero__bg {
    position: absolute !important;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.70);
}

.elementor-widget-coastal_page_hero .coastal-page-hero__overlay {
    position: absolute !important;
    inset: 0;
    background: rgba(4,22,50,0.60);
}

.elementor-widget-coastal_page_hero .coastal-page-hero__content {
    position: relative !important;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.elementor-widget-coastal_page_hero .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_page_hero .coastal-section-label::before {
    content: '';
    display: block !important;
    width: 32px;
    height: 1px;
    background: #C9A84C;
}

.elementor-widget-coastal_page_hero .coastal-page-hero__heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(56px, 8vw, 94px);
    font-weight: 300;
    line-height: 1.05;
    margin-bottom: 16px;
    color: #ffffff;
}

.elementor-widget-coastal_page_hero .coastal-page-hero__sub {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.80);
    max-width: 560px;
    line-height: 1.6;
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
    .elementor-widget-coastal_page_hero .coastal-page-hero {
        padding: 80px 32px 48px;
    }
}

@media (max-width: 768px) {
    .elementor-widget-coastal_page_hero .coastal-page-hero {
        min-height: 300px;
        padding: 60px 24px 40px;
    }
}

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

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

.elementor-widget-coastal_page_hero .coastal-page-hero {
    width: 100% !important;
}

.elementor-widget-coastal_page_hero .coastal-page-hero__content {
    width: 100% !important;
}

.elementor-widget-coastal_page_hero .coastal-page-hero__heading {
    display: block !important;
}

.elementor-widget-coastal_page_hero .coastal-page-hero__sub {
    display: block !important;
}
