/* ──────────────────────────────────────────
   Epafabriken – custom styles (Bootstrap 5)
   ────────────────────────────────────────── */

/* ── Hero ── */
.hero {
    position: relative;
    min-height: 85vh;
    /* Fallback color visas tills hero-bg.jpg laddas/laddas upp */
    background-color: #111827;
    background-image:
        linear-gradient(135deg, rgba(0,0,0,.68) 0%, rgba(10,10,20,.72) 100%),
        url('/assets/img/hero-bg.jpg') center / cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.15;
}

.hero p.lead {
    font-size: 1.15rem;
    max-width: 560px;
    opacity: .9;
}

/* ── Sections ── */
.section-pad {
    padding: 4.5rem 0;
}

.section-title {
    margin-bottom: 2.5rem;
}

/* ── Tjänstekort ── */
.card-tjanst {
    border: 0;
    box-shadow: 0 2px 14px rgba(0,0,0,.07);
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
}

.card-tjanst:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.card-tjanst .tjanst-ikon {
    font-size: 2.4rem;
    color: #212529;
}

/* ── Projektkort ── */
.card-projekt {
    border: 0;
    box-shadow: 0 2px 14px rgba(0,0,0,.07);
    overflow: hidden;
    transition: transform .2s ease;
}

.card-projekt:hover {
    transform: translateY(-4px);
}

.projekt-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.projekt-placeholder {
    width: 100%;
    height: 220px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #adb5bd;
}

/* ── Footer ── */
footer {
    background: #212529;
    color: #adb5bd;
}

footer a {
    color: #adb5bd;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer .footer-heading {
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .75rem;
}

/* ── Övrigt ── */
.navbar-brand {
    font-size: 1.3rem;
    letter-spacing: .03em;
}
