/* G2 Theme — pages WP classiques (page.php : About / Legal / Terms). */

.g2-page {
	background-color: var(--g2-paper);
	background-image: radial-gradient(rgba(255,106,90,.05) 1.3px, transparent 1.3px);
	background-size: 24px 24px;
}
.g2-page__logo-top { display: flex; justify-content: center; padding: 32px 28px 4px; }
.g2-page__logo-top img { width: 92px; height: auto; }

.g2-page-herowrap { position: relative; overflow: hidden; }
.g2-page-hero { max-width: 880px; padding-top: 60px; padding-bottom: 30px; text-align: center; position: relative; }
.g2-page-hero__title {
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 700; font-size: 54px; line-height: 1.05; letter-spacing: -.03em;
	color: var(--g2-ink); margin: 0 0 22px;
}
.g2-page-hero__intro { font-size: 18px; line-height: 1.7; color: var(--g2-body); max-width: 680px; margin: 0 auto; }

.g2-page-hero__img { max-width: 1000px; padding-top: 14px; padding-bottom: 8px; }
.g2-page-hero__img-inner {
	aspect-ratio: 16/9; border-radius: var(--g2-radius-image);
	background-size: cover; background-position: center; background-repeat: no-repeat;
	box-shadow: var(--g2-shadow-image);
}

/* La prose hérite de .g2-prose (main.css). On centre le bloc. */
.g2-page .g2-prose { margin-left: auto; margin-right: auto; }

@media (max-width: 760px) {
	.g2-page-hero__title { font-size: 40px; }
}
@media (max-width: 480px) {
	.g2-page-hero__title { font-size: 32px; }
}
