/* Section Vertical Spacing
 * First section keeps full vertical padding.
 * Consecutive sections use reduced padding to avoid excessive whitespace.
 * Last consecutive section restores full bottom padding before footer/end of flow.
 */

main.frontpage > *,
main.section-front > * {
	margin-block-start: 0 !important;
}

.section {
	padding-block: var(--wp--preset--spacing--50);
	margin: 0;
}

/* Latest Posts at the bottom of each News Article */
main ~ aside.wp-block-template-part {
	padding-top: 0;
	padding-bottom: var(--wp--preset--spacing--50);
}

.section + .section {
	padding-block: calc(var(--wp--preset--spacing--50) / 2);
}

.section + .section:last-of-type {
	padding-bottom: var(--wp--preset--spacing--50);
}

/* Section Title */

.section__title {
	width: 100%;
	margin: 0 0 var(--wp--preset--spacing--20);
	text-align: left;
	color: var(--color-contrast);
}

.section__title a {
	color: var(--color-text-link);
	text-decoration: none;
}

.section__title a:hover {
	color: var(--color-text-hover);
}

.section__title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin-top: 8px;
	background: currentColor;
}

.section--cover > .wp-block-cover__inner-container {
	padding-right: var(--wp--preset--spacing--40);
	padding-left: var(--wp--preset--spacing--40);
}

/* Technic Section Background */

.section-bg--technic {
	position: relative;
	overflow: hidden;
}

.section-bg--technic > .section {
	position: relative;
	z-index: 1;
}

/* Manufacturers Band */

section.band-manufacturers {
	background-color: var(--color-red);
}

/* Section Featured Heritage */

section.featured-heritage {
	background-color: var(--color-featured-heritage-background);
	color: var(--color-featured-heritage-text);
}

section.featured-heritage .wp-block-heading {
	color: var(--color-featured-heritage-label);
}

section.featured-heritage .wp-block-post-excerpt {
	line-height: 1.2;
	font-weight: 300;
	font-style: normal;
	text-wrap: pretty;
}

/* Section Featured Lifestyle */

section.featured-lifestyle {
	background-color: var(--color-featured-lifestyle-background);
	color: var(--color-featured-lifestyle-text);
	text-align: right;
}

section.featured-lifestyle .wp-block-group {
	align-items: flex-end;
}

section.featured-lifestyle .wp-block-heading {
	color: var(--color-red);
	align-self: flex-end;
}

section.featured-lifestyle .wp-block-post-title a {
	color: var(--color-yellow);
}

section.featured-lifestyle .wp-block-post-title a:hover {
	color: var(--wp--preset--color--auburn);
}

section.featured-lifestyle .wp-block-post-excerpt {
	line-height: 1.2;
	font-weight: 300;
	font-style: normal;
	text-wrap: pretty;
}

/* Archive */

main.archive {
	margin-block-start: 0;
	padding-block: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
}

.archive__header {
	width: 100%;
	margin-bottom: var(--wp--preset--spacing--30);
}

.archive__title {
	margin-inline: 0;
}

.archive__description {
	max-width: var(--wp--style--global--content-size);
	color: var(--color-contrast);
}

.archive__query {
	margin-top: 0;
}

.archive__pagination {
	margin-top: var(--wp--preset--spacing--40);
}

main.section-front {
	margin-block-start: 0;
}

.section-front__header {
	margin-bottom: var(--wp--preset--spacing--30);
}

.section-front__intro {
	max-width: var(--wp--style--global--content-size);
	color: var(--color-contrast);
}
