.layout-row-ppsc article.hentry > header { text-align: center; pointer-events: none; overflow: hidden; }
.layout-row-ppsc article.hentry > header figure { margin-bottom: 3rem; }
.layout-row-ppsc article.hentry > header figure img { width: 100%; }
.layout-row-ppsc article.hentry > header h1 { color: var(--telos-red); line-height: 1; margin-bottom: -.1rem; text-transform: uppercase; }
.layout-row-ppsc article.hentry > header p.subtitle { text-transform: lowercase; margin-bottom: .5rem; }

.layout-row-ppsc article.hentry > .container { padding-top: 0; padding-bottom: 2rem; }
.layout-row-ppsc article.hentry nav.years ul { list-style-type: none; margin: .5rem 0 2rem; padding: 0; line-height: 1; column-gap: 1rem; row-gap: .25rem; }
.layout-row-ppsc article.hentry nav.years ul a { display: block; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.35rem; color: var(--telos-gray); padding-bottom: .05rem; border-bottom: 3px solid transparent; transition: color .5s, transform .35s; }
.layout-row-ppsc article.hentry nav.years ul a:hover,
.layout-row-ppsc article.hentry nav.years ul li.current a { color: var(--telos-red); transform: scale(1.15); }
.layout-row-ppsc article.hentry nav.years ul li.separator { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; margin: 0 -.25rem; opacity: .25; }

.layout-row-ppsc article.hentry .archive-w-covers { display: grid; position: relative; grid-template-columns: 1fr; gap: .5rem; }
.layout-row-ppsc article.hentry .archive-w-covers .item { position: relative; transform: translateZ(0); transition: transform .35s, box-shadow .5s; z-index: 0;  will-change: transform; }
.layout-row-ppsc article.hentry .archive-w-covers .item.is-tweening a { cursor: default; }
.layout-row-ppsc article.hentry .archive-w-covers .item:not(.is-tweening):hover { transform: scale(1.03); box-shadow: 0 0 2rem #ccc; z-index: 99; }
.layout-row-ppsc article.hentry .archive-w-covers .item img { border: 1px solid var(--telos-gray); }

.layout-row-ppsc article.hentry .archive-wo-covers { position: relative; columns: 2; gap: 3rem; padding: 2rem 4rem; background: #f5f5f5; }
.layout-row-ppsc article.hentry .archive-wo-covers::before,
.layout-row-ppsc article.hentry .archive-wo-covers::after { content: ''; position: absolute; display: block; width: .75rem; height: 5rem; background: var(--telos-red); }
.layout-row-ppsc article.hentry .archive-wo-covers::before { top: 0; left: 0; }
.layout-row-ppsc article.hentry .archive-wo-covers::after { bottom: 0; right: 0; }
.layout-row-ppsc article.hentry .archive-wo-covers .item { break-inside: avoid; }
.layout-row-ppsc article.hentry .archive-wo-covers .item a { display: block; gap: 1rem; border: 2px solid transparent; transition: border-color .25s, background-color .25s; padding: 1rem; }
.layout-row-ppsc article.hentry .archive-wo-covers .item a:hover { border-color: var(--telos-red); background-color: #ffffff96; }
.layout-row-ppsc article.hentry .archive-wo-covers .item .month { color: var(--telos-red); text-transform: lowercase; flex-basis: 6rem; flex-shrink: 0; }
.layout-row-ppsc article.hentry .archive-wo-covers .item .author-title { color: var(--telos-gray); padding-left: 1.25rem; border-left: 2px solid #ddd; line-height: 1.2; }
.layout-row-ppsc article.hentry .archive-wo-covers .item .author-title strong { font-weight: 500; color: #000; }
.layout-row-ppsc article.hentry .archive-wo-covers .item .italian-only { display: inline-block; font-size: .5rem; padding: .2rem .3rem; text-transform: uppercase; color: #fff; vertical-align: middle; background-color: var(--telos-red); letter-spacing: 1px; }

.layout-row-ppsc-the-collection { position: relative; margin: 3rem 0; overflow: hidden; }
.layout-row-ppsc-the-collection > .container { padding-top: 3rem; padding-bottom: 6rem; }
.layout-row-ppsc-the-collection header { text-align: center; max-width: 40rem; margin: 0 auto 3rem auto; }
.layout-row-ppsc-the-collection header h2 { font-size: 2.5rem; font-weight: 500; color: var(--telos-red); margin-bottom: .25rem; text-transform: uppercase; }
.layout-row-ppsc-the-collection header p { font-size: .9rem; line-height: 1.3; }
.layout-row-ppsc-the-collection > figure { position: absolute; top: 50%; width: 100%; height: 100%; transform: translateY(-50%); z-index: -1; }
.layout-row-ppsc-the-collection > figure img { width: 100%; height: 100%; opacity: .05; }
.layout-row-ppsc-the-collection .covers figure { box-shadow: 0 0 2rem #00000040; transition: transform .35s; }
.layout-row-ppsc-the-collection .covers figure:hover { transform: scale(1.03); }

@media (min-width: 576px) {	
	.layout-row-ppsc article.hentry .archive-w-covers { grid-template-columns: 1fr 1fr 1fr; }
}

@media (min-width: 1200px) {
	.layout-row-ppsc article.hentry .archive-w-covers { grid-template-columns: 1fr 1fr 1fr 1fr; }
	.layout-row-ppsc-the-collection > figure, .layout-row-ppsc-the-collection > figure img { height: auto; }
}

@media (min-width: 1600px) {
	.layout-row .container-wider { --bs-gutter-x: 2rem; }
}

@media (max-width: 767px) {
	.layout-row-ppsc article.hentry .archive-wo-covers { padding: 2rem 1.5rem; }
	.layout-row-ppsc article.hentry .archive-wo-covers .item .author-title { padding-left: 0; border-left: none; }
}

@media (max-width: 575px) {	
	.layout-row-ppsc article.hentry .archive-wo-covers { padding: 1.5rem; columns: auto; }
}