/* Services Hero Section - Light Theme (Matches Who We Are & Culture Pages) */

.neural-gradient-text {
    background: linear-gradient(135deg, var(--neural-purple, #3c1361), var(--neural-orange, #d97706));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* Base Hero Section - Light Theme */
.services-hero {
    padding-top: calc(var(--header-height, 75px) + 2rem);
    background: var(--neutral-warm, #FAF9F7);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.services-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 0;
}

.services-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(250, 249, 247, 0.5) 100%);
    z-index: 1;
}

/* Service-specific hero backgrounds */
.services-hero--growth::before {
    background-image: url('../../images/labs-hero/NP-NL-Paid-Hero.webp');
}

.services-hero--strategy::before {
    background-image: url('../../images/labs-hero/NP-NL-Strategy-Hero.webp');
}

.services-hero--digital::before {
    background-image: url('../../images/labs-hero/NP-NL-Digital-Hero.webp');
}

.services-hero--organic::before {
    background-image: url('../../images/labs-hero/NP-NL-Eaned-Hero.webp');
}

.services-hero--index::before {
    background-image: url('../../images/labs-homepage.webp');
}

/* ==========================================================================
   BEM Hero Content Structure
   ========================================================================== */

.services-hero__content {
    max-width: 800px;
    width: 100%;
    margin-left: 10vw;
    padding: 0;
    position: relative;
    z-index: 2;
    text-align: left;
}

/* Breadcrumb */
.services-hero__breadcrumb {
    margin-bottom: 2rem;
}

.services-hero__breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.services-hero__breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #6B7280;
}

.services-hero__breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 0.5rem;
    color: #9CA3AF;
}

.services-hero__breadcrumb a {
    color: #6B7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.services-hero__breadcrumb a:hover {
    color: var(--neural-purple, #3c1361);
}

.services-hero__breadcrumb li[aria-current="page"] {
    color: #111827;
    font-weight: 500;
}

/* Eyebrow label */
.services-hero__eyebrow {
    display: block;
    color: var(--neural-purple, #3c1361);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Main title */
.services-hero__title {
    color: #111827;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 200;
    line-height: 1.1;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 24px;
}

.services-hero__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, var(--neural-purple, #3c1361), var(--neural-orange, #d97706));
}

/* Tagline */
.services-hero__tagline {
    color: var(--neural-orange, #d97706);
    font-size: 1.35rem;
    font-weight: 300;
    margin: 0 0 20px 0;
}

/* Subtitle/description */
.services-hero__subtitle {
    color: #4B5563;
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0;
    font-weight: 400;
}

/* ==========================================================================
   Legacy selectors (for backwards compatibility)
   ========================================================================== */

.services-hero .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
    position: relative;
    z-index: 2;
}

.services-hero .hero-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.services-hero .hero-text-content {
    text-align: left;
}

.services-hero .hero-right-space {
    /* Empty space for visual balance */
}

/* Services label - purple accent */
.services-hero .hero-label {
    color: var(--neural-purple, #3c1361);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

/* Main heading - dark text */
.services-hero .hero-heading {
    color: #111827;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 200;
    line-height: 1.1;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 24px;
}

.services-hero .hero-heading.neural-h1 {
    color: #111827;
}

/* Decorative line under heading */
.services-hero .hero-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, var(--neural-purple, #3c1361), var(--neural-orange, #d97706));
}

/* Orange tagline text */
.services-hero .hero-tagline {
    color: var(--neural-orange, #d97706);
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 24px;
}

/* Dark description paragraph */
.services-hero .hero-description {
    color: var(--text-primary);
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 900px;
    margin: 0;
    font-weight: 400;
}

/* Inline links in hero */
.services-hero .inline-text-link {
    color: var(--neural-purple, #3c1361);
    text-decoration: underline;
    text-decoration-color: rgba(60, 19, 97, 0.3);
    text-underline-offset: 2px;
    transition: all 0.2s ease;
}

.services-hero .inline-text-link:hover {
    color: var(--neural-orange, #d97706);
    text-decoration-color: rgba(217, 119, 6, 0.6);
}

/* Hero CTA Button */
.services-hero .hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--neural-purple, #3c1361), var(--neural-orange, #d97706));
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.services-hero .hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(60, 19, 97, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .services-hero .hero-content {
        gap: 40px;
    }

    .services-hero .hero-heading,
    .services-hero__title {
        font-size: clamp(2.5rem, 5vw, 4rem);
    }
}

@media (max-width: 768px) {
    .services-hero {
        min-height: 100vh;
        padding-top: calc(var(--header-height, 75px) + 1rem);
    }

    .services-hero__content {
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
        text-align: center;
    }

    .services-hero__title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .services-hero__breadcrumb ol {
        justify-content: center;
    }

    .services-hero .hero-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .services-hero .hero-heading,
    .services-hero__title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .services-hero .hero-description,
    .services-hero__subtitle {
        font-size: 1rem;
        line-height: 1.6;
    }

    .services-hero .hero-tagline,
    .services-hero__tagline {
        font-size: 1rem;
    }

    .services-hero .hero-label,
    .services-hero__eyebrow {
        font-size: 12px;
    }

    .services-hero .hero-right-space {
        display: none;
    }
}

@media (max-width: 480px) {
    .services-hero {
        min-height: 85vh;
    }

    .services-hero .hero-heading,
    .services-hero__title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .services-hero .hero-tagline,
    .services-hero__tagline {
        font-size: 1rem;
    }
}
