/* Bad Ideas page: only page-specific refinements. */

.bad-ideas-hero {
    min-height: min(68vh, 660px);
}

.bad-ideas-hero .eyebrow {
    margin-bottom: 1.2rem;
}

.bad-ideas-products {
    padding-top: 0;
}


/* Horizontal rows */

.bad-idea-rows {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.bad-idea-row {
    overflow: hidden;
}

.bad-idea-row-media {
    position: relative;
    min-height: 20rem;
    background: var(--nm-text);
}

.bad-idea-row-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.bad-idea-row-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.9rem;
    padding: clamp(1.8rem, 3vw, 3rem);
}

.bad-idea-row-info h3 {
    max-width: 22ch;
    margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 620;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.bad-idea-row-copy {
    max-width: 36rem;
    margin: 0;
    color: var(--nm-muted);
    font-size: 1.05rem;
    line-height: 1.5;
}

.bad-idea-row-info .text-link {
    margin-top: 0.4rem;
}

@media (max-width: 991.98px) {
    .bad-idea-row-media {
        min-height: 16rem;
    }
}
