.tpl-800,
.tpl-800 * {
	box-sizing: border-box;
}

.tpl-800__hero {
	background: #e9e2d7 url("cardboardextended.jpg") center center / cover no-repeat;
	padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 7vw, 7rem);
}

.tpl-800__inner,
.tpl-800__content {
	width: min(100% - 3rem, 1120px);
	margin-inline: auto;
}

.tpl-800__breadcrumb {
	margin: 0 0 clamp(1.4rem, 3vw, 2.5rem);
	font-size: .9rem;
	line-height: 1.5;
}

.tpl-800__breadcrumb a {
	color: inherit;
}

.tpl-800__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	gap: clamp(2rem, 4.5vw, 5rem);
}

.tpl-800__art {
	width: 100%;
	max-width: 510px;
	margin: 0;
}

.tpl-800__art img {
	display: block;
	max-width: 100%;
	height: auto;
}

.tpl-800__headline-top,
.tpl-800__headline-bottom {
	width: 100%;
}

.tpl-800__mark {
	display: block;
	position: relative;
	width: 100%;
	margin: 1.2rem 0 1.5rem;
}

.tpl-800__mark-top {
	width: 100%;
}

.tpl-800__mark .tpl-800__mark-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 92.95%;
}

.tpl-800__intro {
	padding-top: .15rem;
}

.tpl-800__intro h1 {
	margin: 0 0 2rem;
	color: #222;
	font-family: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
	font-size: clamp(1.8rem, 2.8vw, 2.45rem);
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}

.tpl-800__excerpt {
	color: #292929;
	font-size: clamp(1.1rem, 1.45vw, 1.185rem);
	line-height: 1.55;
}

.tpl-800__excerpt p {
	margin: 0 0 1.15em;
	font: inherit;
}

.tpl-800__excerpt p:last-child {
	margin-bottom: 0;
}

.tpl-800__content {
	padding-block: clamp(3rem, 6vw, 5rem) clamp(5rem, 9vw, 9rem);
}

/* The four supplied pieces appear in order; the two middle pieces move sideways. */
.tpl-800__headline-top {
	animation: tpl-800-reveal-up .7s ease-out .1s both;
}

.tpl-800__mark-top {
	animation: tpl-800-reveal-left .8s ease-out .48s both;
}

.tpl-800__mark-bottom {
	animation: tpl-800-reveal-right .8s ease-out .9s both;
}

.tpl-800__headline-bottom {
	animation: tpl-800-reveal-up .7s ease-out 1.3s both;
}


.tpl-800__content .badge.tpl-800-badge {
  display: inline-block;
  margin-left: .5rem;
  padding: .2em .55em;
  border: 1px solid hsl(209, 100%, 36%);
  border-radius: .25rem;
  background: transparent;
  color: hsl(209, 100%, 36%);
  font-size: .72em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
}


@keyframes tpl-800-reveal-up {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes tpl-800-reveal-left {
	from { opacity: 0; transform: translateX(-18px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes tpl-800-reveal-right {
	from { opacity: 0; transform: translateX(18px); }
	to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 760px) {
	.tpl-800__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.tpl-800__art {
		max-width: 520px;
	}

	.tpl-800__intro h1 {
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 480px) {
	.tpl-800__inner,
	.tpl-800__content {
		width: min(100% - 2rem, 1120px);
	}

	.tpl-800__hero {
	margin-top:2rem;
		padding-top: 2rem;
		padding-bottom: 3rem;
	}

	.tpl-800__mark {
		margin: .8rem 0 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tpl-800__art img {
		animation: none;
		opacity: 1;
		transform: none;
	}
}
