/* Header scroll : top uniquement (pas de transform → le menu fixed reste viewport) */
header {
	--bouq-header-offset: 0px;
	transition: top 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

body.admin-bar header {
	--bouq-header-offset: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar header {
		--bouq-header-offset: 46px;
	}
}

header.header--scrolled.header--hidden {
	top: calc(-1 * (var(--bouq-header-height, 110px) + var(--bouq-header-offset)));
}

header.header--scrolled.header--solid {
	top: var(--bouq-header-offset);
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

body.menu-open {
	overflow: hidden;
}

body.menu-open header {
	top: var(--bouq-header-offset) !important;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	z-index: 100000;
}

body.menu-open header .right nav {
	top: 0;
	right: 0;
	height: 100vh;
	height: 100dvh;
	max-height: 100dvh;
	justify-content: flex-end;
	padding-top: calc(4rem + var(--bouq-header-offset, 0px));
}
.menu-extra{
	margin-top: 0;
}

#cuvees-rouge,
#cuvees-blanc,
#cuvees-rose,
#cuvees-list {
	scroll-margin-top: calc(var(--bouq-header-height, 110px) + var(--bouq-header-offset, 0px) + 1rem);
}

body.menu-open header .right::before {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Bouteilles cliquables (accueil) */
section.cuvees .home-cuvee-link {
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

section.cuvees .home-cuvee-link img {
	display: block;
	width: 100%;
	transition: transform 0.3s ease;
}

section.cuvees .home-cuvee-link:hover img,
section.cuvees .home-cuvee-link:focus-visible img {
	transform: scale(1.03);
}

/* Frise chronologique : 4 points */
section.frise .frise-content--four .frise-item {
	width: 22%;
}

section.frise .frise-content--four .frise-name {
	font-family: 'Instrument', serif;
	font-size: 2.4rem;
	font-weight: 400;
	color: #622627;
	margin: 0 0 1.2rem;
	line-height: 1.2;
}

section.frise .frise-content--four .frise-item:first-child,
section.frise .frise-content--four .frise-item:last-child {
	transform: none;
}

@media screen and (min-width: 1350px) and (max-width: 1500px) {
	section.frise .frise-content--four .frise-item p {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1501px) {
	section.frise .frise-content--four .frise-item p {
		font-size: 1.8rem;
	}
}

section.frise .frise-content .frise-item:last-child {
	text-wrap: unset;
}

section.frise .frise-content--four .frise-item {
	width: 24% !important;
}

@media screen and (max-width: 1350px) {
	section.frise .frise-content--four .frise-item {
		width: 100% !important;
	}

	section.frise .frise-content--four .frise-name {
		font-size: 2.8rem;
	}
}

main.cuvees .cuvees-pricing {
	width: 100%;
	margin-top: 2rem;
	padding-top: 4rem;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

main.cuvees .cuvees-pricing p {
	max-width: 52rem;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.45;
}

main.cuvees .cuvees-pricing a {
	color: inherit;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

main.cuvees .cuvees-pricing a:hover {
	color: #622627;
}

/* Pages d’erreur (404, 410) */
.error-page {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - var(--bouq-header-height, 110px) - 8rem);
	padding: 8rem 2.4rem 10rem;
	text-align: center;
}

.error-page__inner {
	max-width: 56rem;
	margin: 0 auto;
}

.error-page__code {
	margin: 0 0 1.6rem;
	font-family: 'Instrument', serif;
	font-size: clamp(8rem, 18vw, 14rem);
	line-height: 1;
	color: rgba(98, 38, 39, 0.14);
}

.error-page h1 {
	margin: 0 0 1.6rem;
	font-family: 'Cormorant', serif;
	font-size: clamp(3.2rem, 5vw, 4.8rem);
	font-weight: 600;
	line-height: 1.15;
	color: #622627;
}

.error-page__lead {
	margin: 0 auto 3.2rem;
	max-width: 42rem;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.55;
}

.error-page__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.6rem 2.4rem;
}

.error-page__link {
	font-size: 1.6rem;
	font-weight: 400;
	color: #622627;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.error-page__link:hover {
	color: #000;
}

/* Bandeau avis Google & TripAdvisor */
section.reviews-banner {
	padding: 5rem 6vw;
	background: #f6efe4;
}

section.reviews-banner .reviews-banner__inner {
	max-width: 1100px;
	margin: 0 auto;
}

section.reviews-banner .reviews-banner__intro {
	font-family: Instrument, serif;
	font-size: clamp(2.6rem, 4vw, 3.6rem);
	color: #622627;
	text-align: center;
	margin-bottom: 3rem;
	line-height: 1.2;
}

section.reviews-banner .reviews-banner__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

section.reviews-banner .reviews-banner__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.8rem;
	padding: 2.4rem 2.8rem;
	background: #fff;
	border: 1px solid rgba(98, 38, 39, 0.12);
	color: #000;
	text-decoration: none;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

section.reviews-banner .reviews-banner__card:hover,
section.reviews-banner .reviews-banner__card:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(98, 38, 39, 0.35);
	box-shadow: 0 12px 28px rgba(98, 38, 39, 0.08);
}

section.reviews-banner .reviews-banner__card:focus-visible {
	outline: 2px solid rgba(98, 38, 39, 0.45);
	outline-offset: 3px;
}

section.reviews-banner .reviews-banner__platform {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(0, 0, 0, 0.65);
	font-weight: 500;
}

section.reviews-banner .reviews-banner__card--google .reviews-banner__platform {
	color: #4285f4;
}

section.reviews-banner .reviews-banner__card--tripadvisor .reviews-banner__platform {
	color: #00aa6c;
}

section.reviews-banner .reviews-banner__rating {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

section.reviews-banner .reviews-banner__score {
	font-size: clamp(3.2rem, 5vw, 4.2rem);
	line-height: 1;
	font-weight: 500;
	color: #622627;
}

section.reviews-banner .reviews-banner__stars {
	display: inline-flex;
	gap: 0.15rem;
	font-size: 1.8rem;
	line-height: 1;
}

section.reviews-banner .reviews-banner__star--full {
	color: #622627;
}

section.reviews-banner .reviews-banner__star--half {
	color: #622627;
	opacity: 0.55;
}

section.reviews-banner .reviews-banner__star--empty {
	color: rgba(98, 38, 39, 0.22);
}

section.reviews-banner .reviews-banner__count {
	font-size: 1.6rem;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 300;
}

section.reviews-banner .reviews-banner__cta {
	margin-top: 0.4rem;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #622627;
	border-bottom: 1px solid rgba(98, 38, 39, 0.35);
	padding-bottom: 2px;
	transition: border-color 0.25s ease, color 0.25s ease;
}

section.reviews-banner .reviews-banner__card:hover .reviews-banner__cta,
section.reviews-banner .reviews-banner__card:focus-visible .reviews-banner__cta {
	color: #843536;
	border-color: #843536;
}

@media screen and (max-width: 768px) {
	section.reviews-banner {
		padding: 4rem 6vw;
	}

	section.reviews-banner .reviews-banner__grid {
		grid-template-columns: 1fr;
	}
}

