.tar-story {
	--wp--style--global--wide-size: var(--wp--custom--layout--feature-width, 100rem);
	padding-left: var(--wp--preset--spacing--hero-gutter);
	padding-right: var(--wp--preset--spacing--hero-gutter);
}
.tar-story .tar-story__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
}
.tar-story__layout > * { min-width: 0; margin-block: 0; }
.tar-story__copy { overflow-wrap: break-word; }
.tar-story__copy > :first-child { margin-block-start: 0; }
.tar-story__photo img { display: block; max-width: 100%; height: auto; }
.tar-story--about .tar-story__photo { width: 100%; max-width: 350px; justify-self: center; }
.tar-story--about .tar-story__copy > h2 > br:first-of-type { display: none; }
.tar-story--about .tar-story__copy > h2 > br:first-of-type + mark::before {
	content: " ";
	white-space: pre;
}
@media (min-width: 782px) {
	.tar-story--about .tar-story__layout { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
	.tar-story--crew .tar-story__layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tar-story--crew .tar-story__photo { grid-column: 1; grid-row: 1; }
	.tar-story--crew .tar-story__copy { grid-column: 2; grid-row: 1; }
}
@media (min-width: 782px) {
	.tar-story--tasmania .tar-story__layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1.75fr); }
	.tar-story--tasmania .tar-story__photo { grid-column: 1; grid-row: 1; }
	.tar-story--tasmania .tar-story__copy { grid-column: 2; grid-row: 1; }
	.tar-story--rtb .tar-story__layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.tar-story { --wp--preset--spacing--section-padding: 4rem; }
@media (min-width: 600px) { .tar-story { --wp--preset--spacing--section-padding: 5rem; } }
@media (min-width: 1024px) { .tar-story { --wp--preset--spacing--section-padding: 6rem; } }
@media (min-width: 1600px) { .tar-story { --wp--preset--spacing--section-padding: 7rem; } }
