/* Project detail page — dark hero typography */

.proj-hero .fade-in {
    opacity: 1;
    transform: none;
}

.proj-hero__title {
    margin: 0 0 1rem;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: clamp(1.875rem, 4.5vw, 3rem);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--accent-fg, #fff);
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.28);
    word-break: break-word;
}

.proj-hero__lead {
    margin: 0 0 1.75rem;
    max-width: 42rem;
    font-size: clamp(1rem, 1.9vw, 1.125rem);
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.proj-hero .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-light, #5bb7ee);
}

.proj-overview__desc {
    color: var(--text-body, #1f2937);
    font-size: clamp(1rem, 1.7vw, 1.0625rem);
    line-height: 1.85;
}

/* Dark section (§4 client benefits, §6 related) — text colours */
.proj-hero__breadcrumb-current {
    color: rgba(255, 255, 255, 0.8);
}

.proj-client .section-h,
.proj-related .section-h {
    color: var(--accent-fg, #fff);
}

.proj-client .section-lead {
    color: rgba(255, 255, 255, 0.55);
}

@media (prefers-reduced-motion: reduce) {
    .proj-hero .fade-in {
        transition: none;
    }
}
