/* ==========================================================================
   Front page (journal/home.html)

   Extracted from 13 inline style="" attributes. The image URL is relative so
   Django's static storage rewrites it at collectstatic time.
   ========================================================================== */

/* Hero
   ========================================================================== */

.home-hero {
    /* The scrim has to survive whatever the photograph is doing behind it -
       it is the only thing keeping the headline legible. */
    background:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6)),
        url("../../img/reflection.d1d928d1e445.jpg") center / cover no-repeat;
}

.home-hero-logo {
    max-width: 280px;
    opacity: 0.9;
}

/* Numbered steps
   Shared by "Easy Import Process" and "How Reflekt Works" - they used to be
   two sets of hand-sized circles that had already drifted apart.
   ========================================================================== */

.home-step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.home-step-sm {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.home-step-lg {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
}

/* Blog strip
   The cards come from blog/_post_card.html inside blog.css's own
   .three-col-row container - deliberately not a bespoke grid here, because
   blog.css scopes the card image rules to that container.
   ========================================================================== */
