/* 03 — HERO SECTION */

.elementor-section.elementor-section-boxed:first-of-type::before,
.elementor-section[data-element_type="section"]:first-of-type::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(26,22,18,0.55) 0%,
        rgba(26,22,18,0.45) 40%,
        rgba(26,22,18,0.7) 100%);
    z-index: 1;
    pointer-events: none;
}

.elementor-section:first-of-type > .elementor-container {
    position: relative;
    z-index: 2;
}

.elementor-section:first-of-type .elementor-heading-title {
    font-family: var(--np-font-display) !important;
    font-size: var(--np-text-4xl) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.025em !important;
    color: white !important;
    text-shadow: 0 4px 30px rgba(0,0,0,0.3);
    margin-bottom: var(--np-space-5) !important;
    max-width: 18ch;
    margin-inline: auto !important;
}

.elementor-section:first-of-type p,
.elementor-section:first-of-type .elementor-widget-text-editor p {
    font-family: var(--np-font-body) !important;
    font-size: var(--np-text-lg) !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.9) !important;
    max-width: 50ch;
    margin: 0 auto var(--np-space-7) !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.elementor-section:first-of-type .elementor-button {
    font-family: var(--np-font-body) !important;
    font-size: var(--np-text-base) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    padding: var(--np-space-4) var(--np-space-7) !important;
    background: white !important;
    color: var(--np-ink) !important;
    border-radius: var(--np-radius-full) !important;
    border: none !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2) !important;
    transition: all var(--np-duration) var(--np-ease) !important;
    position: relative;
    overflow: hidden;
}

.elementor-section:first-of-type .elementor-button::after {
    content: '→';
    margin-left: var(--np-space-2);
    transition: transform var(--np-duration) var(--np-ease);
    display: inline-block;
}

.elementor-section:first-of-type .elementor-button:hover {
    background: var(--np-gold) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: var(--np-shadow-gold) !important;
}

.elementor-section:first-of-type .elementor-button:hover::after {
    transform: translateX(4px);
}

@media (min-width: 768px) {
    .elementor-section:first-of-type {
        min-height: 80vh !important;
    }
}

@media (max-width: 767px) {
    .elementor-section:first-of-type {
        min-height: 70vh !important;
    }
    .elementor-section:first-of-type .elementor-heading-title {
        font-size: clamp(2rem, 8vw, 3rem) !important;
    }
    .elementor-section:first-of-type p {
        font-size: var(--np-text-base) !important;
        padding-inline: var(--np-space-4);
    }
}
