/* En-tête unifié — pages intérieures (même style que boutique WooCommerce) */

body:not(.home) main.nut-inner-page {
	margin: 0;
	padding: 0;
	max-width: none;
}

.nut-inner-page__body {
	background: #f4f5f7;
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

body.nut-dark .nut-inner-page__body {
	background: #030740;
}

.nut-inner-page__content {
	max-width: 1240px;
	margin: 0 auto;
	padding: 1.5rem clamp(1rem, 4vw, 2rem) 0;
}

.nut-shop-banner {
	background: #050a5e;
	border-bottom: 3px solid #39b54a;
}

.nut-shop-banner::before {
	display: none;
}

.nut-shop-banner__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 2rem clamp(1rem, 4vw, 2rem) 1.75rem;
}

.nut-shop-banner__eyebrow {
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #39b54a;
	margin-bottom: 0.4rem;
}

.nut-shop-banner__title {
	font-family: 'Quicksand', sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	margin: 0 0 0.4rem;
	color: #fff;
	line-height: 1.2;
}

.nut-shop-banner__subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.92rem;
	margin: 0;
	max-width: 62ch;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.55;
}

.nut-page-banner .nut-shop-banner__subtitle {
	max-width: 72ch;
}

body.nut-dark .nut-shop-banner {
	background: linear-gradient(165deg, #050a5e 0%, #030740 100%);
	border-bottom-color: #39b54a;
}

.nut-product-banner .nut-shop-banner__subtitle {
	max-width: 72ch;
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
}

.nut-product-banner .nut-shop-banner__inner {
	padding-top: 1.5rem;
	padding-bottom: 1.75rem;
}

.nut-inner-page .nut-contact,
.nut-inner-page .nut-about-page,
.nut-inner-page .nut-company-catalog-shell {
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

@media (max-width: 767px) {
	.nut-shop-banner__inner {
		padding: 1.35rem max(1rem, env(safe-area-inset-left, 0px)) 1.25rem max(1rem, env(safe-area-inset-right, 0px));
	}

	.nut-shop-banner__title {
		font-size: clamp(1.35rem, 5.5vw, 1.65rem);
		word-break: break-word;
	}

	.nut-shop-banner__subtitle {
		font-size: 0.88rem;
	}
}

@media (max-width: 1023px) {
	.nut-inner-page__body {
		padding-bottom: clamp(2rem, 4vw, 3rem);
	}
}
