.posts-list{background-color:var(--color-brand-pale-blue--light);position:relative;z-index:0;margin-top:0}.posts-list.hidden{display:none}.posts-list .post-cards{grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:auto;grid-template-areas:"featured featured ." ". . ."}.posts-list .post-cards.load-more-items{padding-bottom:0}.posts-list .post-cards .post-card{min-height:45rem;animation:fadeIn var(--animation-duration--super-fancy) ease;display:grid}.posts-list .post-cards .post-card[data-post-featured=true]{grid-area:featured;padding:0;background-color:var(--color-brand-navy);display:grid;background-image:url(../backgrounds/fingerprints/post-card--featured.svg);background-repeat:no-repeat;background-position:left}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__inner{grid-template-rows:1fr;padding:4rem;height:100%}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__heading{font-size:2.8rem}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__image{position:absolute;top:50%;right:0;transform:translateY(-50%);width:45%;border-radius:0;height:100%;border-top-right-radius:calc(var(--border-radius)/2);border-bottom-right-radius:calc(var(--border-radius)/2);margin-bottom:0}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__image .aspect-ratio-box{--aspect-ratio: 34/45 ;position:relative;top:50%;transform:translateY(-50%);height:100%}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__content{background-color:var(--color-brand-white);z-index:1;width:60%;border-radius:calc(var(--border-radius)/2);padding:4rem;margin:0;position:relative}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__content:after{right:1.2rem;bottom:1.2rem}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__excerpt{display:block}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__author{margin-bottom:0}@media(max-width:1440px){}@media(max-width:1168px){.posts-list .post-cards{grid-template-areas:"featured featured" ". .";padding-top:0}}@media(max-width:968px){}@media(max-width:768px){.posts-list{background-color:transparent}.posts-list .post-cards{grid-template-areas:"featured" ".";padding-top:0;background-color:var(--color-brand-pale-blue--light)}.posts-list .post-cards .post-card[data-post-featured=true]{width:calc(100% + (2 * var(--site-padding)));position:relative;left:50%;transform:translateX(-50%);border-radius:0;grid-template-columns:1fr;grid-template-rows:auto auto;--apsect-ratio: 3/2 !important;background-position:bottom}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__inner{padding:0 0 4rem}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__image{border-radius:0;width:100%;position:relative;top:0;transform:none}.posts-list .post-cards .post-card[data-post-featured=true] .post-card__content{margin:-4rem auto 0;padding:3.2rem 2.4rem;width:calc(100% - (2 * (var(--site-padding))))}}@media(max-width:568px){}