
.cat-hero{
    position: relative;
    overflow: hidden;
    margin: 0 0 22px;
    color: #fff;
    background:
            linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.25) 35%, rgba(0,0,0,.50)),
            var(--cat-bg) center/cover no-repeat;
}
.cat-hero--compact{ 
	min-height: 200px; 
}

.cat-hero__content{
    min-height: inherit;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 24px 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.cat-hero__title{
    color: var(--primary-yellow, #ffd64d);
    margin: 6px 0 8px;
    font-size: 100px;
    line-height: 1.1;
    font-weight: 850;
    font-style: italic;
}

.cat-breadcrumb .crumb{ color:#e9edf6; text-decoration:none; }
.cat-breadcrumb .crumb:hover{ text-decoration:underline; }
.cat-breadcrumb .current{ color:#fff; font-weight:600; pointer-events:none; }