/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Thème enfant de Twenty Twenty-Five.
Author: Local
Template: twentytwentyfive
Version: 1.4.1
Text Domain: twentytwentyfive-child
*/

/*
 * Ajoute tes surcharges CSS ici.
 */

@font-face {
	font-family: "Open Sans";
	src: url("assets/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "EB Garamond";
	src: url("assets/fonts/EBGaramond-VariableFont_wght.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "EB Garamond";
	src: url("assets/fonts/EBGaramond-Italic-VariableFont_wght.ttf") format("truetype");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Felix Titling";
	src: url("assets/fonts/felix-titling.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/* Tokens (source de vérité: `theme.json`) */
:root {
	--lvd-bg: #F7F4EC;
	--lvd-ink: #1A1A1A;
	--lvd-green: #2F3B22;
	--lvd-muted: rgba(0, 0, 0, 0.55);
	--lvd-sep: rgba(0, 0, 0, 0.12);
}

/* Header (structure + styles) */
.lvd-header.alignfull {
	max-width: none;
	width: 100%;
}

.lvd-header.alignfull > .wp-block-group {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.lvd-header__main-inner {
	padding-left: clamp(16px, 4vw, 64px);
	padding-right: clamp(16px, 4vw, 64px);
}

.lvd-header__topbar {
	background: var(--lvd-green);
	color: #fff;
	padding: 10px 16px;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.lvd-header__topbar p {
	margin: 0;
}

.lvd-header__main {
	background: var(--lvd-bg);
	padding: 18px 16px;
}

.lvd-header__brand .wp-block-heading {
	margin: 0;
	font-family: var(--font-brand);
	font-size: 42px;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lvd-header__actions .wp-block-buttons {
	gap: 12px;
}

.lvd-header__actions .wp-block-button__link {
	border-radius: 999px;
	padding: 10px 18px;
	font-size: 14px;
	line-height: 1;
}

.lvd-header__actions .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #111;
	color: #fff;
	border: 1px solid #111;
}

.lvd-header__actions .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--lvd-ink);
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.lvd-header__actions {
	gap: clamp(12px, 2vw, 24px);
	align-items: center;
}

.lvd-header__reserve-btn .wp-block-button__link {
	background: #f3f3ea !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}

.lvd-header__brand .wp-block-heading a {
	color: inherit;
	text-decoration: none;
}

/* Burger (header) */
.lvd-burger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	width: 44px;
	height: 44px;
	padding: 8px;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: var(--lvd-ink);
	flex-shrink: 0;
}

.lvd-burger__bar {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
	transition: transform 0.25s ease, opacity 0.2s ease;
}

.lvd-burger.is-active .lvd-burger__bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.lvd-burger.is-active .lvd-burger__bar:nth-child(2) {
	opacity: 0;
}

.lvd-burger.is-active .lvd-burger__bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

html.lvd-menu-open {
	overflow: hidden;
}

/* Menu ouvert : overlay plein écran, header masqué sauf le bouton fermer */
html.lvd-menu-open .lvd-header {
	position: fixed;
	inset: 0;
	z-index: 100001;
	pointer-events: none;
	background: transparent !important;
}

html.lvd-menu-open .lvd-header__topbar {
	display: none;
}

html.lvd-menu-open .lvd-header__main {
	background: transparent !important;
	padding: 0;
	pointer-events: none;
}

html.lvd-menu-open .lvd-header__brand,
html.lvd-menu-open .lvd-header__reserve-btn {
	display: none !important;
}

html.lvd-menu-open .lvd-header__main-inner {
	padding: 0;
	min-height: 0;
}

html.lvd-menu-open .lvd-header__actions {
	position: fixed;
	top: clamp(56px, 10vw, 88px);
	right: clamp(16px, 4vw, 64px);
	z-index: 100002;
	pointer-events: auto;
	margin: 0;
	padding: 0;
}

html.lvd-menu-open .lvd-burger {
	color: #fff;
}

/* Menu overlay plein écran (Figma 12:250) */
.lvd-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: #273617;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.lvd-menu-overlay.is-open {
	visibility: visible;
	opacity: 1;
}

.lvd-menu-overlay__lace {
	height: clamp(48px, 8vw, 64px);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;
	flex-shrink: 0;
}

.lvd-menu-overlay__panel {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	padding: clamp(24px, 5vw, 48px) clamp(20px, 5vw, 86px) clamp(32px, 6vw, 56px);
	padding-top: clamp(48px, 8vw, 72px);
	box-sizing: border-box;
	overflow-y: auto;
	outline: none;
}

.lvd-menu-overlay__lang {
	display: flex;
	gap: 10px;
	margin-bottom: clamp(32px, 6vh, 64px);
}

.lvd-menu-overlay__lang-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	font-family: var(--font-body);
	font-size: 9px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.lvd-menu-overlay__lang-btn.is-active {
	background: #fff;
	color: #883a01;
}

.lvd-menu-overlay__lang-btn:not(.is-active) {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.85);
}

.lvd-menu-overlay__nav {
	flex: 1;
}

.lvd-menu-overlay__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lvd-menu-overlay__list li,
.lvd-menu-overlay__nav .menu-item {
	margin: 0;
	list-style: none;
}

.lvd-menu-overlay__empty {
	font-family: var(--font-body);
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
	max-width: 28rem;
	margin: 0;
}

.lvd-menu-overlay__list a {
	display: block;
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.25rem, 9vw, 3.8rem);
	line-height: 1.15;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0.12em 0;
	transition: opacity 0.2s ease;
}

.lvd-menu-overlay__list a:hover,
.lvd-menu-overlay__list a:focus-visible {
	opacity: 0.75;
}

.lvd-menu-overlay__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px 32px;
	margin-top: clamp(40px, 8vh, 80px);
	padding-top: 24px;
}

.lvd-menu-overlay__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 28px;
}

.lvd-menu-overlay__reserve {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 48px;
	border-radius: 40px;
	background: #f3f3ea;
	color: #000;
	font-family: var(--font-body);
	font-size: 1.125rem;
	line-height: 1.35;
	text-decoration: none;
	border: 1px solid #000;
	white-space: nowrap;
}

.lvd-menu-overlay__reserve:hover,
.lvd-menu-overlay__reserve:focus-visible {
	background: #fff;
}

.lvd-menu-overlay__reserve-arrow {
	font-size: 1rem;
	line-height: 1;
}

.lvd-menu-overlay__contact-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-family: var(--font-body);
	font-size: 1.125rem;
	text-decoration: none;
	white-space: nowrap;
}

.lvd-menu-overlay__contact-link:hover,
.lvd-menu-overlay__contact-link:focus-visible {
	text-decoration: underline;
}

.lvd-menu-overlay__meta {
	text-align: right;
	margin-left: auto;
}

.lvd-menu-overlay__phone,
.lvd-menu-overlay__email {
	margin: 0;
	font-family: var(--font-body);
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.45;
}

.lvd-menu-overlay__phone a,
.lvd-menu-overlay__email a {
	color: #f3f3ea;
	text-decoration: none;
}

.lvd-menu-overlay__phone a:hover,
.lvd-menu-overlay__email a:hover,
.lvd-menu-overlay__email a:focus-visible {
	text-decoration: underline;
}

@media (max-width: 781px) {
	.lvd-menu-overlay__footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.lvd-menu-overlay__meta {
		text-align: left;
		margin-left: 0;
	}

	.lvd-menu-overlay__actions {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Accessibilité (champ newsletter) */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* Footer (maquette Figma — fond crème, newsletter alignée) */
.lvd-footer {
	background: #f9f7f2;
	color: #1a1a1a;
	padding: clamp(44px, 5vw, 64px) clamp(20px, 5vw, 80px) clamp(28px, 3.5vw, 40px);
	width: 100%;
	box-sizing: border-box;
}

.lvd-footer.alignfull {
	max-width: none;
}

.lvd-footer.alignfull > .wp-block-columns,
.lvd-footer.alignfull > .wp-block-separator,
.lvd-footer.alignfull > .wp-block-group {
	max-width: var(--wp--style--global--wide-size, 1320px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.lvd-footer .wp-block-columns {
	gap: clamp(24px, 4vw, 56px);
	margin-bottom: 0;
}

.lvd-footer .wp-block-column {
	margin: 0;
}

.lvd-footer p {
	margin: 0 0 10px;
}

.lvd-footer a {
	color: inherit;
	text-decoration: none;
}

.lvd-footer a:hover {
	opacity: 0.72;
}

/* Bandeau haut : marque + newsletter */
.lvd-footer__top {
	align-items: flex-end !important;
	margin-bottom: 0;
}

.lvd-footer__brand {
	gap: 0;
}

.lvd-footer__brand-title,
.lvd-footer__brand-title.wp-block-heading {
	margin: 0 0 8px;
	font-family: "Felix Titling", "Times New Roman", serif !important;
	font-size: clamp(1.35rem, 2.4vw, 2.125rem) !important;
	font-weight: 400 !important;
	line-height: 1.12 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	color: #1a1a1a !important;
}

.lvd-footer__brand-sub {
	font-family: var(--font-body);
	font-size: 0.65rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.55);
	margin: 0 0 10px;
}

.lvd-footer__stars {
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.35em;
	color: #a67c3a;
	line-height: 1;
}

.lvd-footer__newsletter {
	text-align: right;
	margin-left: auto;
	max-width: 36rem;
}

.lvd-footer__newsletter-text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(0.9rem, 1.15vw, 1rem);
	font-style: italic;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.68);
	margin: 0 0 16px;
	max-width: 28rem;
	margin-left: auto;
}

/* Formulaire newsletter : champ + bouton même hauteur, bords carrés */
.lvd-footer__newsletter-form {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-end;
	width: 100%;
	max-width: 28rem;
	margin: 0 0 0 auto;
	gap: 0;
}

.lvd-footer__newsletter-field {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	display: block;
}

.lvd-footer__newsletter-field input {
	width: 100%;
	height: 44px;
	min-height: 44px;
	box-sizing: border-box;
	padding: 0 14px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-right: 0;
	border-radius: 0;
	background: #f9f7f2;
	font-family: "EB Garamond", Georgia, serif;
	font-size: 0.95rem;
	font-style: italic;
	color: #1a1a1a;
	-webkit-appearance: none;
	appearance: none;
}

.lvd-footer__newsletter-field input::placeholder {
	color: rgba(0, 0, 0, 0.38);
	font-style: italic;
}

.lvd-footer__newsletter-field input:focus {
	outline: 2px solid rgba(39, 54, 23, 0.35);
	outline-offset: 0;
}

.lvd-footer__newsletter-submit {
	flex: 0 0 auto;
	height: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0 clamp(20px, 2.5vw, 32px);
	border: 1px solid #263316;
	border-radius: 0;
	background: #263316;
	color: #fff;
	font-family: var(--font-body);
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.lvd-footer__newsletter-submit:hover,
.lvd-footer__newsletter-submit:focus-visible {
	background: #273617;
	border-color: #273617;
}

.lvd-lace {
	height: 22px;
	background-image: radial-gradient(circle at 11px 0, transparent 11px, rgba(0, 0, 0, 0.08) 12px, transparent 13px);
	background-size: 22px 22px;
	background-repeat: repeat-x;
	opacity: 0.7;
}

/* Page Chambre (Figma 2:75) */
.lvd-page--chambre {
	background: #fffffa;
	color: var(--lvd-ink);
}

.lvd-chambre-hero-wrap {
	position: relative;
}

.lvd-chambre-hero__lace {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: clamp(56px, 7vw, 78px);
	margin: 0;
	pointer-events: none;
	background-image: url("assets/images/chambres/lace.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;
}

.lvd-chambre-hero {
	min-height: clamp(520px, 72vh, 880px) !important;
}

.lvd-chambre-hero .wp-block-cover__image-background {
	opacity: 0.95;
}

.lvd-chambre-hero .wp-block-cover__inner-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	width: 100%;
	max-width: none;
	padding: clamp(100px, 14vh, 160px) clamp(20px, 4vw, 48px) clamp(64px, 8vh, 100px);
	box-sizing: border-box;
}

.lvd-chambre-hero__inner {
	width: 100%;
	max-width: 1003px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.lvd-chambre-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(0.95rem, 1.35vw, 1.40625rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #d9d9d6;
	margin: 0 auto clamp(28px, 4vw, 40px);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lvd-chambre-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.25rem, 6.2vw, 5.9375rem);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto clamp(32px, 5vw, 48px);
	max-width: 1003px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lvd-chambre-hero__cta {
	margin: 0;
	justify-content: center;
}

.lvd-chambre-intro-block {
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
	text-align: center;
}

.lvd-chambre-intro-block__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.25rem, 2.2vw, 1.875rem);
	line-height: 1.07;
	letter-spacing: -0.05em;
	color: #2a2826;
	max-width: 633px;
	margin: 0 auto 0.75em;
}

.lvd-chambre-intro-block__text:last-child {
	margin-bottom: 0;
}

.lvd-chambre-rooms {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-chambre-rooms__rule-top {
	border: 0;
	border-top: 1px solid var(--lvd-sep);
	margin: 0 0 clamp(32px, 4vw, 48px);
}

.lvd-chambre-rooms__head {
	gap: clamp(24px, 4vw, 48px);
	margin-bottom: clamp(16px, 3vw, 32px);
	align-items: flex-start;
}

.lvd-chambre-rooms__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 4.5vw, 2.875rem);
	line-height: 1.1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin: 0;
	flex: 0 0 auto;
	max-width: 42%;
}

.lvd-chambre-rooms__head-right {
	flex: 1 1 auto;
	text-align: right;
}

.lvd-chambre-rooms__intro {
	font-family: var(--font-body);
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--lvd-ink);
	margin: 0 0 12px;
}

.lvd-chambre-room[id] {
	scroll-margin-top: 100px;
}

.lvd-chambre-content .wp-block-columns {
	gap: clamp(18px, 3vw, 44px);
}

.lvd-chambre-gallery figure {
	margin: 0 0 14px;
}

.lvd-chambre-gallery .wp-block-columns figure {
	margin: 0;
}

.lvd-chambre-details h2 {
	font-family: "EB Garamond", Georgia, serif;
	font-weight: 400;
}

.lvd-chambre-details h4 {
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--lvd-muted);
	font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.lvd-chambre-details ul {
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
}

.lvd-chambre-details li {
	padding: 6px 0;
	border-bottom: 1px solid var(--lvd-sep);
	font-size: 0.95rem;
}

.lvd-chambre-details__cta {
	margin-top: 18px;
}

/* Sécurité anti-scroll horizontal */
html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* Sections chambres */
.lvd-chambre-room .wp-block-columns,
.lvd-chambre-standard .wp-block-columns {
	gap: clamp(20px, 4vw, 48px);
}

.lvd-chambre-room.alignfull,
.lvd-chambre-standard.alignfull {
	max-width: none;
	width: 100%;
}

.lvd-chambre-room.alignfull > .wp-block-columns,
.lvd-chambre-standard.alignfull > .wp-block-columns {
	max-width: none;
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
}

.lvd-chambre-room__panel,
.lvd-chambre-standard__panel {
	padding-left: clamp(0px, 2vw, 32px);
	padding-right: clamp(0px, 2vw, 16px);
}

.lvd-chambre-room__title,
.lvd-chambre-standard__title {
	margin: 0 0 8px;
	font-family: var(--font-body);
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: clamp(1rem, 1.35vw, 1.40625rem);
	line-height: 1.4;
	color: #5e5b58;
}

.lvd-chambre-room__rule,
.lvd-chambre-standard__rule {
	margin-top: 12px;
	margin-bottom: 20px;
	border-top-color: var(--lvd-sep);
}

.lvd-chambre-room__text,
.lvd-chambre-standard__panel p {
	font-family: var(--font-body);
	font-size: 0.9rem;
	line-height: 1.55;
	color: #2a2826;
	margin: 0 0 0.85em;
}

.lvd-chambre-room__subtitle,
.lvd-chambre-standard__subtitle {
	margin-top: 24px;
	margin-bottom: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 600;
	color: #5e5b58;
	font-family: var(--font-body);
}

.lvd-chambre-room__list,
.lvd-chambre-standard__list {
	list-style: none;
	padding: 0;
	margin: 12px 0 20px;
}

.lvd-chambre-room__list li,
.lvd-chambre-standard__list li {
	padding: 8px 0;
	border-bottom: 0.06rem solid var(--lvd-sep);
	font-size: 0.88rem;
	color: var(--lvd-ink);
}

.lvd-chambre-room__icons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	margin: 20px 0 8px;
}

.lvd-chambre-room__icon {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #2a2826;
}

.lvd-chambre-room__icon img {
	display: block;
	flex-shrink: 0;
	object-fit: contain;
}

.lvd-chambre-room__reserve,
.lvd-chambre-standard__reserve {
	margin: 16px 0 0;
	font-size: 0.88rem;
	letter-spacing: 0.04em;
}

.lvd-chambre-room__reserve a,
.lvd-chambre-standard__reserve a {
	color: var(--lvd-ink);
	text-decoration: none;
}

.lvd-chambre-room__image img {
	width: 100%;
	height: auto;
	min-height: clamp(320px, 45vw, 560px);
	object-fit: cover;
}

/* Séminaires (Figma 2:112–2:123) */
.lvd-chambre-seminaires-wrap {
	position: relative;
}

.lvd-chambre-seminaires__lace {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: clamp(64px, 8vw, 93px);
	margin: 0;
	pointer-events: none;
	background-image: url("assets/images/chambres/lace.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;
}

.lvd-chambre-seminaires {
	min-height: clamp(480px, 52vh, 640px) !important;
}

.lvd-chambre-seminaires .wp-block-cover__inner-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: none;
	min-height: inherit;
	padding: clamp(100px, 12vh, 140px) clamp(20px, 5vw, 80px) clamp(64px, 8vh, 96px);
	box-sizing: border-box;
}

.lvd-chambre-seminaires__inner {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.lvd-chambre-seminaires__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.75rem, 5.5vw, 4.375rem);
	line-height: 0.77;
	letter-spacing: -0.02em;
	text-transform: lowercase;
	color: #f3f3ea;
	margin: 0 0 clamp(20px, 3vw, 32px);
	font-weight: 400;
	max-width: 14ch;
}

.lvd-chambre-seminaires__text {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.5625rem);
	font-weight: 300;
	line-height: 1.2;
	color: #f3f3ea;
	max-width: 932px;
	margin: 0 0 clamp(28px, 4vw, 40px);
}

.lvd-chambre-seminaires__cta {
	margin: 0;
}

/* Fidélité Fidelatoo (Figma 2:136–2:192) */
.lvd-chambre-fidelite {
	background: #f3f3ea;
	padding: clamp(48px, 7vw, 88px) clamp(16px, 4vw, 48px);
}

.lvd-chambre-fidelite__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 518px);
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
	max-width: min(1476px, calc(100% - 32px));
	margin: 0 auto;
}

.lvd-chambre-fidelite__content {
	max-width: 932px;
}

.lvd-chambre-fidelite__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.25rem, 5.5vw, 4.375rem);
	line-height: 1.04;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #2b2421;
	margin: 0 0 clamp(24px, 3vw, 32px);
	font-weight: 400;
}

.lvd-chambre-fidelite__text {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.5625rem);
	font-weight: 300;
	line-height: 1.2;
	color: #2b2421;
	margin: 0 0 1em;
	max-width: 932px;
}

.lvd-chambre-fidelite__app {
	margin: clamp(20px, 3vw, 28px) 0 0;
	font-size: 1.125rem;
}

.lvd-chambre-fidelite__app a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: underline;
	color: #2b2421;
}

.lvd-chambre-fidelite__app-icon {
	display: inline-block;
	flex-shrink: 0;
}

.lvd-chambre-fidelite__visual {
	margin: 0;
}

.lvd-chambre-fidelite__visual img {
	display: block;
	width: 100%;
	max-width: 518px;
	height: auto;
	min-height: clamp(320px, 40vw, 690px);
	object-fit: cover;
	margin-left: auto;
}

@media (max-width: 781px) {
	.lvd-chambre-rooms__head {
		flex-direction: column;
	}

	.lvd-chambre-rooms__title {
		max-width: none;
	}

	.lvd-chambre-rooms__head-right {
		text-align: left;
	}

	.lvd-chambre-room__cols {
		flex-direction: column;
	}

	.lvd-chambre-room__image img {
		min-height: 240px;
	}

	.lvd-chambre-hero__title {
		font-size: clamp(1.65rem, 8.5vw, 2.5rem);
	}

	.lvd-page--home .lvd-chambre-hero__title,
	.lvd-page--home .lvd-home-hero__title {
		font-size: clamp(1.75rem, 8.5vw, 2.75rem) !important;
		line-height: 1.05 !important;
	}

	.lvd-page--home .lvd-chambre-hero__kicker,
	.lvd-page--home .lvd-home-hero__kicker {
		font-size: 15px !important;
		line-height: 18px !important;
	}

	.lvd-chambre-seminaires__title {
		font-size: clamp(2.25rem, 12vw, 3.25rem);
		max-width: none;
	}

	.lvd-chambre-fidelite__grid {
		grid-template-columns: 1fr;
	}

	.lvd-chambre-fidelite__visual img {
		max-width: 100%;
		min-height: 280px;
		margin: 0 auto;
	}
}

.lvd-split--fidelite {
	background: var(--lvd-bg);
}

.lvd-split__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.05;
}

.lvd-split__link a {
	text-decoration: underline;
}

.lvd-footer__sep {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	margin: clamp(28px, 3.5vw, 40px) auto;
	max-width: var(--wp--style--global--wide-size, 1320px);
}

/* Colonnes navigation */
.lvd-footer__cols {
	gap: clamp(16px, 2.5vw, 48px);
}

.lvd-footer__col-title,
.lvd-footer__col-title.wp-block-heading {
	font-family: var(--font-body) !important;
	font-size: 0.68rem !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
	margin: 0 0 18px !important;
	color: rgba(0, 0, 0, 0.5) !important;
	font-weight: 500 !important;
}

.lvd-footer__links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lvd-footer__links li {
	margin: 0 0 11px;
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(0.88rem, 1vw, 0.95rem);
	line-height: 1.35;
}

.lvd-footer__links a {
	text-decoration: none;
	color: #1a1a1a;
}

.lvd-footer__ext {
	font-family: var(--font-body);
	font-size: 0.85em;
	margin-left: 0.15em;
	opacity: 0.65;
}

.lvd-footer__badges {
	gap: 10px;
	margin-top: 20px;
}

.lvd-footer__badges .wp-block-group {
	gap: 10px;
}

.lvd-footer__badges p {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 9px 14px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	font-family: var(--font-body);
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #1a1a1a;
}

.lvd-footer__badge-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #263316;
	flex-shrink: 0;
}

.lvd-footer__contact p {
	margin: 0 0 11px;
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(0.88rem, 1vw, 0.95rem);
	line-height: 1.45;
	color: rgba(0, 0, 0, 0.75);
}

.lvd-footer__email a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lvd-footer__access {
	font-family: "EB Garamond", Georgia, serif;
	font-style: italic;
	font-size: clamp(0.75rem, 0.95vw, 0.82rem);
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.52);
	margin-top: 16px;
	max-width: 16rem;
}

/* Ligne du bas */
.lvd-footer__bottom {
	gap: 16px 24px;
	padding-top: 6px;
}

.lvd-footer__legal {
	gap: clamp(14px, 2vw, 28px);
}

.lvd-footer__legal p,
.lvd-footer__social p,
.lvd-footer__lang {
	margin: 0;
	font-family: var(--font-body);
	font-size: 0.68rem;
	color: rgba(0, 0, 0, 0.42);
}

.lvd-footer__social {
	gap: 20px;
	justify-content: center;
}

.lvd-footer__lang {
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lvd-footer__lang .is-active {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 900px) {
	.lvd-footer__top {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.lvd-footer__newsletter {
		text-align: left;
		max-width: none;
		width: 100%;
	}

	.lvd-footer__newsletter-text {
		margin-left: 0;
		max-width: none;
	}

	.lvd-footer__newsletter-form {
		margin-left: 0;
		max-width: none;
	}

	.lvd-footer__cols {
		flex-wrap: wrap !important;
	}

	.lvd-footer__cols > .wp-block-column {
		flex-basis: calc(50% - 16px) !important;
	}
}

@media (max-width: 781px) {
	.lvd-footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	.lvd-footer__newsletter-form {
		flex-direction: column;
		align-items: stretch;
	}

	.lvd-footer__newsletter-field input {
		border-right: 1px solid rgba(0, 0, 0, 0.18);
	}

	.lvd-footer__newsletter-submit {
		width: 100%;
	}

	.lvd-footer__cols > .wp-block-column {
		flex-basis: 100% !important;
	}

	.lvd-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.lvd-footer__social {
		justify-content: flex-start;
	}
}

/* Page Spa (maquette Figma — node 34:1232) */
.lvd-page--spa {
	background: #fffffa;
}

.lvd-page--spa .lvd-brace {
	font-weight: 400;
}

.lvd-spa-accent {
	color: #883a01;
}

.lvd-page--spa .lvd-spa-hero {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-page--spa .lvd-spa-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.6875rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 clamp(24px, 3vw, 36px);
}

.lvd-page--spa .lvd-spa-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.5rem, 7.5vw, 6.8125rem);
	font-weight: 400;
	line-height: 1.13;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 clamp(28px, 4vw, 40px);
	max-width: min(92rem, 100%);
}

.lvd-page--spa .lvd-spa-hero__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.35rem, 2.4vw, 2.25rem);
	line-height: 1.06;
	letter-spacing: -0.05em;
	color: #2a2826;
	max-width: 699px;
	margin: 0;
}

.lvd-page--spa .lvd-spa-hero__text + .lvd-spa-hero__text {
	margin-top: 0.75em;
}

.lvd-page--spa .lvd-spa-hero__text em {
	font-style: italic;
}

.lvd-spa-spaces.alignfull {
	max-width: none;
	width: 100%;
}

.lvd-spa-spaces__cols {
	gap: clamp(24px, 5vw, 64px);
	padding-left: clamp(16px, 5vw, 103px);
	padding-right: clamp(16px, 5vw, 103px);
}

.lvd-spa-spaces__image img {
	width: 100%;
	height: auto;
	min-height: 26rem;
	object-fit: cover;
}

.lvd-spa-spaces__dots {
	gap: 8px;
	margin-top: 14px;
}

.lvd-spa-spaces__dots p {
	margin: 0;
}

.lvd-spa-spaces__dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lvd-sep);
}

.lvd-spa-spaces__dot.is-active {
	background: var(--lvd-ink);
}

.lvd-spa-spaces__kicker {
	font-family: var(--font-body);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.lvd-spa-spaces__item-title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.1rem, 2vw, 1.875rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 12px;
	font-weight: 400;
	text-transform: none;
}

.lvd-spa-spaces__item-text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1rem, 1.6vw, 1.875rem);
	line-height: 1.2;
	letter-spacing: -0.03em;
	margin: 0 0 8px;
}

.lvd-spa-spaces__item-text em {
	font-style: italic;
}

.lvd-spa-spaces__rule {
	margin: 20px 0;
	border-top-color: var(--lvd-ink);
	opacity: 0.25;
}

.lvd-spa-spaces__item-line {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1rem, 1.8vw, 1.875rem);
	letter-spacing: -0.02em;
	line-height: 1.35;
	margin: 0;
	font-weight: 400;
	text-transform: none;
}

/* Escapade sensorielle */
.lvd-spa-escapade {
	background: #f3f3ea;
}

.lvd-spa-escapade.alignfull {
	max-width: none;
	width: 100%;
}

.lvd-spa-escapade__cols {
	gap: clamp(24px, 4vw, 56px);
	padding-left: clamp(16px, 5vw, 140px);
	padding-right: clamp(16px, 5vw, 103px);
}

.lvd-spa-escapade__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 4vw, 4.375rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #2b2421;
	margin: 0 0 24px;
	font-weight: 400;
	text-transform: none;
	max-width: 36rem;
}

.lvd-spa-escapade__text {
	font-family: var(--font-body);
	font-size: clamp(1rem, 1.4vw, 1.5625rem);
	font-weight: 300;
	line-height: 1.2;
	color: #2b2421;
	margin: 0 0 28px;
	max-width: 36rem;
}

.lvd-spa-escapade__cta .wp-block-button__link {
	border-radius: 2.5rem;
	padding: 0.65em 1.75em;
}

.lvd-spa-escapade__image {
	margin: 0;
}

.lvd-spa-escapade__image img {
	width: 100%;
	height: auto;
	min-height: 20rem;
	object-fit: cover;
}

.lvd-spa-events__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 5vw, 4.75rem);
	line-height: 1.15;
	text-transform: none;
	color: #2a2826;
	margin: 0 auto 40px;
	max-width: 52rem;
}

.lvd-spa-events__grid {
	gap: clamp(20px, 3vw, 48px);
}

.lvd-spa-events__copy {
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: clamp(1rem, 1.6vw, 1.9375rem);
	line-height: 1.35;
	margin-bottom: 24px;
}

.lvd-spa-events__copy p {
	margin: 0 0 0.75em;
}

.lvd-spa-events__image-main img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.lvd-spa-events__col-side {
	display: flex;
	align-items: flex-start;
}

.lvd-spa-events__image-side {
	margin-top: 0;
	width: 100%;
}

.lvd-spa-events__image-side img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (min-width: 782px) {
	.lvd-spa-events__col-side .lvd-spa-events__image-side {
		margin-top: -12%;
	}
}

.lvd-spa-rooms__kicker {
	font-family: var(--font-body);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--lvd-ink);
	margin: 0 0 12px;
}

.lvd-spa-rooms__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.5rem, 3vw, 2.65rem);
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 0;
	font-weight: 400;
	text-transform: none;
}

.lvd-spa-rooms__cards {
	gap: clamp(16px, 2vw, 40px);
	align-items: flex-start;
}

.lvd-spa-rooms__card--bordered {
	border-left: 1px solid #cac9bb;
	border-right: 1px solid #cac9bb;
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-spa-rooms__card-image {
	margin: 0 0 20px;
}

.lvd-spa-rooms__card-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 378 / 247;
	object-fit: cover;
}

.lvd-spa-rooms__card-title {
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.lvd-spa-rooms__card-text {
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.55;
	color: var(--lvd-ink);
	margin: 0 auto;
	max-width: 22rem;
}

.lvd-spa-rooms__ctas {
	margin-top: 36px;
	gap: 16px;
}

.lvd-spa-rooms__ctas .wp-block-button__link {
	border-radius: 2.5rem;
	padding: 0.65em 1.75em;
}

@media (max-width: 781px) {
	.lvd-page--spa .lvd-spa-hero__title {
		font-size: clamp(2rem, 10vw, 3rem);
		max-width: none;
	}
}

/* ——— Page Accueil (Figma 1:274 — Home White) ——— */
.lvd-page--home {
	background: #fffffa;
	color: var(--lvd-ink);
}

.lvd-page--home .lvd-brace {
	font-weight: 400;
}

.lvd-home-accent {
	color: #883a01;
}

/* Boutons pill (maquette) */
.lvd-btn-pill .wp-block-button__link,
.lvd-btn-pill-outline .wp-block-button__link {
	border-radius: 40px;
	padding: 0.65em 1.35em;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.lvd-btn-pill .wp-block-button__link {
	background: #000;
	color: #f3f3ea;
	border: 1px solid #000;
}

.lvd-btn-pill--cream .wp-block-button__link {
	background: #f3f3ea;
	color: #000;
	border: 1px solid #000;
}

.lvd-btn-pill-outline .wp-block-button__link {
	background: #f3f3ea;
	color: #000;
	border: 1px solid #cac9bb;
}

.lvd-home-link-cta {
	margin: 0;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
}

.lvd-home-link-cta a {
	color: var(--lvd-ink);
	text-decoration: none;
}

.lvd-home-link-cta--muted a {
	color: var(--lvd-muted);
}

/* Hero accueil — typo Figma 1:467, 1:452 (structure .lvd-chambre-hero-*) */
.lvd-page--home .lvd-chambre-hero__inner,
.lvd-page--home .lvd-home-hero__inner {
	max-width: 823px;
}

.lvd-page--home .lvd-chambre-hero__kicker,
.lvd-page--home .lvd-home-hero__kicker {
	font-family: var(--font-body) !important;
	font-size: 17px !important;
	line-height: 20px !important;
	font-weight: 500 !important;
	letter-spacing: 0.28px !important;
	text-transform: uppercase;
	color: #fff !important;
	margin-bottom: clamp(20px, 3vw, 32px);
}

.lvd-page--home .lvd-chambre-hero__title,
.lvd-page--home .lvd-home-hero__title,
.lvd-page--home h1.lvd-chambre-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif !important;
	font-size: clamp(2.125rem, 4.92vw, 95px) !important;
	line-height: 0.9474 !important;
	font-weight: 400 !important;
	letter-spacing: 0.01em !important;
	text-transform: uppercase !important;
	color: #fff !important;
	max-width: 823px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* Lagon — Figma 1:299, 1:298 */
.lvd-home-lagon__inner {
	padding-left: clamp(16px, 5vw, 103px);
	padding-right: clamp(16px, 5vw, 103px);
}

.lvd-home-lagon__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 2.38vw, 46px);
	font-weight: 400;
	line-height: 1.3913;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #000;
	margin: 0 0 clamp(32px, 5vw, 64px);
}

.lvd-home-lagon__mosaic {
	position: relative;
	min-height: clamp(280px, 35vw, 420px);
	margin-bottom: clamp(32px, 4vw, 48px);
}

.lvd-home-lagon__thumb {
	position: absolute;
	margin: 0;
	width: clamp(120px, 12vw, 171px);
}

.lvd-home-lagon__thumb img {
	width: 100%;
	height: clamp(180px, 22vw, 248px);
	object-fit: cover;
}

.lvd-home-lagon__thumb--1 { left: 5%; top: 8%; }
.lvd-home-lagon__thumb--2 { left: 18%; top: 42%; }
.lvd-home-lagon__thumb--3 { right: 22%; top: 0; }
.lvd-home-lagon__thumb--4 { right: 8%; top: 38%; }

.lvd-home-lagon__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.125rem, 1.55vw, 30px);
	line-height: 1.0667;
	letter-spacing: -0.05em;
	max-width: 552px;
	margin: 0 auto 24px;
	color: #000;
	text-align: center;
}

.lvd-home-lagon__text p {
	margin: 0 0 0.35em;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.lvd-home-lagon__text em {
	font-style: italic;
	letter-spacing: -0.05em;
}

.lvd-home-lagon__actions {
	gap: 20px 32px;
}

/* Chambres */
.lvd-home-rooms {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-home-rooms__head {
	gap: clamp(20px, 4vw, 48px);
	margin-bottom: clamp(32px, 4vw, 56px);
	align-items: flex-start;
}

.lvd-home-rooms__rule-top {
	border: 0;
	border-top: 1px solid var(--lvd-sep);
	margin: 0 0 clamp(32px, 4vw, 48px);
}

.lvd-home-rooms__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.5rem, 7vw, 2.875rem);
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin: 0;
	flex: 0 0 auto;
	max-width: 50%;
}

.lvd-home-rooms__card-rule {
	border: 0;
	border-top: 1px solid var(--lvd-sep);
	margin: 12px 0 14px;
}

.lvd-home-rooms__head-right {
	flex: 1 1 auto;
	text-align: right;
}

.lvd-home-rooms__intro {
	font-family: var(--font-body);
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--lvd-muted);
	margin: 0 0 10px;
}

.lvd-home-rooms__cards {
	gap: clamp(16px, 2.5vw, 32px);
}

.lvd-home-rooms__card-image img {
	width: 100%;
	height: auto;
	min-height: clamp(320px, 40vw, 775px);
	object-fit: cover;
}

.lvd-home-rooms__card-title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(0.85rem, 1.2vw, 1rem);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 16px 0 10px;
	font-weight: 400;
}

.lvd-home-rooms__card-text {
	font-family: var(--font-body);
	font-size: 0.8rem;
	line-height: 1.45;
	color: var(--lvd-muted);
	margin: 0 0 12px;
}

/* Restaurants */
.lvd-home-restaurants {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-home-restaurants__block {
	display: flex;
	flex-direction: column;
	gap: clamp(40px, 6vw, 80px);
}

.lvd-home-restaurants__row {
	gap: clamp(24px, 4vw, 48px);
}

.lvd-home-restaurants__kicker {
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 12px;
	color: var(--lvd-muted);
}

.lvd-home-restaurants__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.25rem, 2.8vw, 2.65rem);
	line-height: 1.15;
	font-weight: 400;
	text-transform: none;
	margin: 0 0 16px;
	letter-spacing: -0.02em;
}

.lvd-home-restaurants__title--right {
	text-align: right;
}

.lvd-home-restaurants__text--right {
	text-align: right;
}

.lvd-home-restaurants__ctas--right {
	justify-content: flex-end;
}

.lvd-home-restaurants__quote {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1rem, 1.6vw, 1.35rem);
	line-height: 1.45;
	margin: 0 0 24px;
	color: rgba(0, 0, 0, 0.75);
}

.lvd-home-restaurants__ctas {
	gap: 12px;
	flex-wrap: wrap;
}

.lvd-home-restaurants__image img {
	width: 100%;
	height: auto;
	min-height: clamp(280px, 32vw, 614px);
	object-fit: cover;
}

.lvd-home-restaurants__image--top {
	margin-bottom: 0;
}

/* Spa accueil */
.lvd-home-spa {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
	overflow: hidden;
}

.lvd-home-spa__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.5rem, 8vw, 6.5rem);
	line-height: 1.1;
	font-weight: 400;
	margin: 0 0 24px;
	color: #2a2826;
	text-transform: uppercase;
}

.lvd-home-spa__lead {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	line-height: 1.45;
	max-width: 66rem;
	margin: 0 auto 40px;
	color: rgba(0, 0, 0, 0.78);
}

.lvd-home-spa__cols {
	gap: clamp(20px, 3vw, 40px);
	align-items: flex-start;
}

.lvd-home-spa__image-main img {
	width: 100%;
	min-height: clamp(320px, 50vw, 974px);
	object-fit: cover;
}

.lvd-home-spa__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(0.95rem, 1.4vw, 1.1rem);
	line-height: 1.45;
	margin: 0 0 20px;
}

.lvd-home-spa__image-side img {
	width: 100%;
	min-height: clamp(200px, 28vw, 356px);
	object-fit: cover;
}

/* Séminaires accueil : styles partagés via .lvd-chambre-seminaires-* */

/* Emplacements */
.lvd-home-venues {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-home-venues__kicker {
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.lvd-home-venues__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.5rem, 3.5vw, 2.75rem);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 40px;
	font-weight: 400;
}

.lvd-home-venues__cards {
	gap: clamp(16px, 2vw, 32px);
	margin-bottom: 32px;
}

.lvd-home-venues__image img {
	width: 100%;
	height: auto;
	min-height: 247px;
	object-fit: cover;
}

.lvd-home-venues__card--featured {
	border: 1px solid var(--lvd-sep);
	padding: 0 12px 16px;
}

.lvd-home-venues__card-title {
	font-family: var(--font-body);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: none;
	margin: 14px 0 8px;
	font-weight: 500;
}

.lvd-home-venues__card-text {
	font-size: 0.78rem;
	line-height: 1.45;
	color: var(--lvd-muted);
	margin: 0;
}

.lvd-home-venues__ctas {
	gap: 16px;
}

/* Fidélité accueil : styles partagés via .lvd-chambre-fidelite */

/* Équipe */
.lvd-home-team {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
	border-top: 1px solid var(--lvd-sep);
}

.lvd-home-team__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.5rem, 3.5vw, 3rem);
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0;
	font-weight: 400;
}

.lvd-home-team__text {
	font-family: var(--font-body);
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	line-height: 1.55;
	color: var(--lvd-muted);
	margin: 0;
}

.lvd-home-team__banner {
	margin: clamp(32px, 4vw, 48px) 0 0;
	width: 100%;
}

.lvd-home-team__banner img {
	display: block;
	width: 100%;
	height: auto;
	max-height: clamp(220px, 28vw, 400px);
	object-fit: cover;
}

@media (max-width: 781px) {
	.lvd-home-rooms__head {
		flex-direction: column;
	}

	.lvd-home-rooms__title {
		max-width: none;
	}

	.lvd-home-rooms__head-right {
		text-align: left;
	}

	.lvd-home-lagon__mosaic {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		min-height: 0;
	}

	.lvd-home-lagon__thumb {
		position: static;
		width: 100%;
	}

	.lvd-home-lagon__thumb img {
		height: 140px;
	}

	.lvd-home-restaurants__row--bottom {
		flex-direction: column-reverse;
	}
}

/* ——— Page Événements (Figma 4:662) ——— */
.lvd-page--evenements {
	background: #fffffa;
	color: var(--lvd-ink);
}

.lvd-evt-hero-wrap {
	position: relative;
}

.lvd-evt-hero__lace {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: clamp(56px, 7vw, 78px);
	margin: 0;
	pointer-events: none;
	background-image: url("assets/images/evenements/lace.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;
}

.lvd-evt-hero {
	min-height: clamp(520px, 72vh, 880px) !important;
}

.lvd-evt-hero .wp-block-cover__image-background {
	opacity: 0.6;
}

.lvd-evt-hero .wp-block-cover__inner-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	width: 100%;
	max-width: none;
	padding: clamp(100px, 14vh, 160px) clamp(20px, 4vw, 48px) clamp(64px, 8vh, 100px);
	box-sizing: border-box;
}

.lvd-evt-hero__inner {
	width: 100%;
	max-width: 1294px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.lvd-evt-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(0.95rem, 1.35vw, 1.40625rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #d9d9d6;
	margin: 0 auto clamp(28px, 4vw, 40px);
	max-width: min(52rem, 100%);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lvd-evt-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.25rem, 6.2vw, 5.9375rem);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto clamp(32px, 5vw, 48px);
	max-width: 1294px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lvd-evt-hero__cta {
	margin: 0;
	justify-content: center;
}

/* Ancien contenu : intro crème déplacée dans le cover */
.lvd-evt-hero .lvd-page-intro__kicker,
.lvd-evt-hero .lvd-evt-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(0.95rem, 1.35vw, 1.40625rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #d9d9d6;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lvd-evt-hero .lvd-page-intro__title,
.lvd-evt-hero .lvd-evt-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.25rem, 6.2vw, 5.9375rem);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lvd-evt-hero .lvd-brace {
	display: none;
}

/* Bloc Séminaires & Banquets sous le hero (Figma 4:664) */
.lvd-evt-intro-block {
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
	text-align: center;
}

.lvd-evt-intro-block__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 4.5vw, 2.875rem);
	line-height: 1.1;
	letter-spacing: 0.01em;
	margin: 0 auto clamp(24px, 3vw, 32px);
	font-weight: 400;
}

.lvd-evt-intro-block__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.25rem, 2.2vw, 1.875rem);
	line-height: 1.07;
	letter-spacing: -0.05em;
	color: #2a2826;
	max-width: 633px;
	margin: 0 auto clamp(20px, 3vw, 28px);
}

.lvd-evt-intro-block__link {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.125rem;
}

.lvd-evt-intro-block__link a {
	color: var(--lvd-ink);
	text-decoration: none;
}

.lvd-evt-contact-wrap {
	position: relative;
}

.lvd-evt-contact__lace {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: clamp(64px, 8vw, 93px);
	margin: 0;
	pointer-events: none;
	background-image: url("assets/images/evenements/lace.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;
}

.lvd-evt-contact {
	min-height: clamp(480px, 52vh, 640px) !important;
}

.lvd-evt-contact .wp-block-cover__inner-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: none;
	min-height: inherit;
	padding: clamp(100px, 12vh, 140px) clamp(20px, 5vw, 80px) clamp(64px, 8vh, 96px);
	box-sizing: border-box;
}

.lvd-evt-contact__inner {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.lvd-evt-contact__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.75rem, 5.5vw, 4.375rem);
	line-height: 0.77;
	letter-spacing: -0.02em;
	color: #f3f3ea;
	margin: 0 0 clamp(20px, 3vw, 32px);
	font-weight: 400;
	text-transform: none;
	max-width: 14ch;
}

.lvd-evt-contact__text {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.5625rem);
	font-weight: 300;
	line-height: 1.2;
	color: #f3f3ea;
	max-width: 671px;
	margin: 0 0 clamp(28px, 4vw, 40px);
}

.lvd-evt-contact__cta {
	margin: 0;
}

.lvd-evt-salles {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-evt-salles__rule-top {
	border: 0;
	border-top: 1px solid var(--lvd-sep);
	margin: 0 0 clamp(32px, 4vw, 48px);
}

.lvd-evt-salles__head {
	gap: clamp(24px, 4vw, 48px);
	margin-bottom: clamp(32px, 4vw, 48px);
	align-items: flex-start;
}

.lvd-evt-salles__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 2.875rem);
	line-height: 1.1;
	text-transform: none;
	letter-spacing: 0.01em;
	margin: 0;
	flex: 0 0 auto;
	max-width: 42%;
}

.lvd-evt-salles__head-right {
	flex: 1 1 auto;
	text-align: right;
}

.lvd-evt-salles__intro {
	font-family: var(--font-body);
	font-size: 0.82rem;
	line-height: 1.45;
	margin: 0 0 12px;
}

.lvd-evt-salles__cols {
	gap: clamp(24px, 4vw, 48px);
}

.lvd-evt-salles__image img {
	width: 100%;
	min-height: clamp(320px, 40vw, 520px);
	object-fit: cover;
}

.lvd-evt-salle {
	margin-bottom: clamp(28px, 4vw, 40px);
}

.lvd-evt-salle__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.5rem, 3.5vw, 3.5rem);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 16px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.lvd-evt-salle__arrow {
	font-family: var(--font-body);
	font-size: 0.9em;
	flex-shrink: 0;
	margin-top: 0.15em;
}

.lvd-evt-salle__text {
	font-family: var(--font-body);
	font-size: 0.9rem;
	line-height: 1.55;
	color: #2a2826;
	margin: 0;
}

.lvd-evt-capacity {
	margin: 32px 0 24px;
	overflow-x: auto;
}

.lvd-evt-capacity__table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--font-body);
	font-size: clamp(0.75rem, 1.1vw, 1.1rem);
}

.lvd-evt-capacity__table thead th {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	color: #5e5b58;
	padding: 12px 8px;
	border-bottom: 1px solid var(--lvd-sep);
	text-align: center;
}

.lvd-evt-capacity__table thead th:first-child {
	text-align: left;
}

.lvd-evt-capacity__table tbody td {
	padding: 14px 8px;
	border-bottom: 1px solid var(--lvd-sep);
	text-align: center;
	vertical-align: middle;
}

.lvd-evt-capacity__table tbody td:first-child {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: 0.85rem;
	text-align: left;
	letter-spacing: 0.04em;
}

.lvd-evt-salles__plan-cta {
	margin-top: 8px;
}

/* Formules (blocs blancs) */
.lvd-evt-formule {
	padding: clamp(32px, 5vw, 48px) clamp(16px, 4vw, 48px);
}

.lvd-evt-formule--etude,
.lvd-evt-formule--banquets {
	background: #fff;
	margin: clamp(24px, 4vw, 40px) auto;
	max-width: min(1473px, calc(100% - 32px));
	border-radius: 0;
}

.lvd-evt-formule__cols {
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
}

.lvd-evt-formule__panel {
	padding: clamp(16px, 3vw, 32px);
}

.lvd-evt-formule__panel--right {
	text-align: right;
}

.lvd-evt-formule__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 4.375rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #2b2421;
	margin: 0 0 24px;
	font-weight: 400;
}

.lvd-evt-formule__text {
	font-family: var(--font-body);
	font-size: clamp(1rem, 1.8vw, 1.55rem);
	font-weight: 300;
	line-height: 1.2;
	color: #2b2421;
	margin: 0 0 16px;
}

.lvd-evt-formule__panel--right .lvd-evt-formule__text {
	margin-left: auto;
	max-width: 36rem;
}

.lvd-evt-formule__link {
	margin: 24px 0 0;
	font-size: 1.05rem;
}

.lvd-evt-formule__panel--right .lvd-evt-formule__link {
	text-align: right;
}

.lvd-evt-formule__link a {
	color: var(--lvd-ink);
	text-decoration: underline;
}

.lvd-evt-formule__image img {
	width: 100%;
	min-height: clamp(280px, 35vw, 430px);
	object-fit: cover;
}

/* Galerie */
.lvd-evt-gallery {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-evt-gallery__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin: 0 0 clamp(24px, 3vw, 32px);
	font-weight: 400;
}

.lvd-evt-gallery__grid,
.lvd-evt-gallery .wp-block-gallery.lvd-evt-gallery-wp {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 20px);
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	width: 100%;
}

.lvd-evt-gallery__item,
.lvd-evt-gallery .wp-block-gallery.lvd-evt-gallery-wp > .wp-block-image {
	aspect-ratio: 390 / 341;
	background: #d9d9d9;
	min-height: 140px;
	margin: 0 !important;
	width: 100% !important;
	flex: none !important;
}

.lvd-evt-gallery .wp-block-gallery.lvd-evt-gallery-wp img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 781px) {
	.lvd-evt-salles__head {
		flex-direction: column;
	}

	.lvd-evt-salles__title {
		max-width: none;
	}

	.lvd-evt-salles__head-right {
		text-align: left;
	}

	.lvd-evt-salles__cols,
	.lvd-evt-formule__cols {
		flex-direction: column;
	}

	.lvd-evt-formule__cols--reverse {
		flex-direction: column-reverse;
	}

	.lvd-evt-formule__panel--right {
		text-align: left;
	}

	.lvd-evt-formule__panel--right .lvd-evt-formule__text,
	.lvd-evt-formule__panel--right .lvd-evt-formule__link {
		margin-left: 0;
		text-align: left;
		max-width: none;
	}

	.lvd-evt-gallery__grid,
	.lvd-evt-gallery .wp-block-gallery.lvd-evt-gallery-wp {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lvd-evt-hero__title {
		font-size: clamp(1.65rem, 8.5vw, 2.5rem);
		line-height: 1.05;
	}

	.lvd-evt-hero__kicker {
		font-size: clamp(0.75rem, 3.2vw, 0.95rem);
	}

	.lvd-evt-contact__title {
		font-size: clamp(2.25rem, 12vw, 3.25rem);
		max-width: none;
	}
}

/* ——— Page Restaurants (Figma 5:850) ——— */
.lvd-page--restaurants {
	background: #fffffa;
	color: var(--lvd-ink);
}

.lvd-rest-hero-wrap {
	margin: 0;
	width: 100%;
}

.lvd-rest-hero__split {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	width: 100%;
}

.lvd-rest-hero__col {
	flex: 1 1 50%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.lvd-rest-hero__cover {
	position: relative;
	min-height: clamp(480px, 88vh, 1054px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.lvd-rest-hero__cover--tall {
	min-height: clamp(520px, 92vh, 1054px);
}

.lvd-rest-hero__dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.05);
	pointer-events: none;
}

.lvd-rest-hero__inner {
	position: relative;
	z-index: 1;
	text-align: left;
	max-width: 823px;
	padding: clamp(48px, 8vw, 80px) clamp(24px, 5vw, 60px);
	box-sizing: border-box;
}

.lvd-rest-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(0.95rem, 1.35vw, 1.40625rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #f4f4f4;
	margin: 0 0 clamp(24px, 3vw, 36px);
}

.lvd-rest-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.25rem, 6.2vw, 5.9375rem);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #f4f4f4;
	margin: 0;
	max-width: 823px;
}

/* Le Pierre */
.lvd-rest-pierre {
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
}

.lvd-rest-pierre__intro {
	margin-bottom: clamp(40px, 5vw, 56px);
}

.lvd-rest-pierre__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 4vw, 3.5rem);
	line-height: 1.15;
	font-weight: 400;
	margin: 0 0 24px;
}

.lvd-rest-pierre__text {
	font-family: var(--font-body);
	font-size: 0.9rem;
	line-height: 1.55;
	color: #2a2826;
	margin: 0 auto 28px;
	max-width: 34rem;
}

.lvd-rest-pierre__ctas {
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.lvd-rest-pierre__ctas .wp-block-button__link {
	min-width: 220px;
	text-align: center;
}

.lvd-rest-pierre__mosaic,
.lvd-rest-pierre .wp-block-gallery.lvd-rest-pierre-gallery {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 20px);
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	width: 100%;
	align-items: stretch;
}

.lvd-rest-pierre__mosaic-item,
.lvd-rest-pierre .wp-block-gallery.lvd-rest-pierre-gallery > .wp-block-image {
	margin: 0 !important;
	overflow: hidden;
	width: 100% !important;
	flex: none !important;
	min-height: clamp(240px, 28vw, 400px);
}

.lvd-rest-pierre__mosaic-item img,
.lvd-rest-pierre .wp-block-gallery.lvd-rest-pierre-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
}

/* La Voile Blanche */
.lvd-rest-voile {
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
}

.lvd-rest-voile__intro {
	margin-bottom: clamp(32px, 4vw, 48px);
}

.lvd-rest-voile__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 4vw, 3.5rem);
	line-height: 1.15;
	font-weight: 400;
	margin: 0 0 24px;
}

.lvd-rest-voile__text {
	font-family: var(--font-body);
	font-size: 0.9rem;
	line-height: 1.55;
	color: #2a2826;
	margin: 0 auto 28px;
	max-width: 34rem;
}

.lvd-rest-voile__banner {
	margin: 0 auto;
	max-width: var(--wp--style--global--wide-size);
}

.lvd-rest-voile__banner img {
	width: 100%;
	min-height: clamp(280px, 35vw, 420px);
	object-fit: cover;
}

/* Fidelatoo (grille image gauche — Figma 5:917) */
.lvd-page--restaurants .lvd-rest-fidelite.lvd-chambre-fidelite {
	background: #fffffa;
}

.lvd-page--restaurants .lvd-rest-fidelite__grid {
	display: grid !important;
	grid-template-columns: minmax(280px, 518px) minmax(0, 1fr);
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
	max-width: min(1476px, calc(100% - 32px));
	margin: 0 auto;
}

.lvd-page--restaurants .lvd-rest-fidelite .lvd-chambre-fidelite__visual {
	margin: 0;
	order: 0;
}

.lvd-page--restaurants .lvd-rest-fidelite .lvd-chambre-fidelite__content {
	order: 1;
	max-width: 636px;
}

/* CSE */
.lvd-rest-cse-wrap {
	position: relative;
}

.lvd-rest-cse__lace {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: clamp(64px, 8vw, 93px);
	margin: 0;
	pointer-events: none;
	background-image: url("assets/images/restaurants/lace.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;
}

.lvd-rest-cse {
	position: relative;
	min-height: clamp(480px, 52vh, 640px);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.lvd-rest-cse__dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.lvd-rest-cse__inner {
	position: relative;
	z-index: 1;
	max-width: none;
	width: 100%;
	margin: 0 auto;
	padding: clamp(100px, 12vh, 140px) clamp(20px, 5vw, 80px) clamp(64px, 8vh, 96px);
	box-sizing: border-box;
	text-align: left;
}

.lvd-rest-cse__cta {
	margin: 0;
}

.lvd-rest-cse__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.75rem, 5.5vw, 5.9375rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #f3f3ea;
	margin: 0 0 clamp(20px, 3vw, 32px);
	font-weight: 400;
	text-transform: none;
	max-width: 14ch;
}

.lvd-rest-cse__text {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.5625rem);
	font-weight: 300;
	line-height: 1.2;
	color: #f3f3ea;
	max-width: 671px;
	margin: 0 0 clamp(28px, 4vw, 40px);
}

@media (max-width: 781px) {
	.lvd-rest-hero__split {
		flex-direction: column;
	}

	.lvd-rest-hero__col {
		flex: 1 1 auto;
		width: 100%;
	}

	.lvd-rest-hero__cover,
	.lvd-rest-hero__cover--tall {
		min-height: 280px;
	}

	.lvd-rest-hero__title {
		font-size: clamp(1.75rem, 9vw, 2.75rem);
		max-width: none;
	}

	.lvd-page--restaurants .lvd-rest-fidelite__grid {
		grid-template-columns: 1fr;
	}

	.lvd-page--restaurants .lvd-rest-fidelite .lvd-chambre-fidelite__visual img {
		max-width: 100%;
		margin: 0 auto;
	}

	.lvd-rest-cse__title {
		font-size: clamp(2rem, 10vw, 3rem);
		max-width: none;
	}

	.lvd-rest-pierre__mosaic,
	.lvd-rest-pierre .wp-block-gallery.lvd-rest-pierre-gallery {
		grid-template-columns: 1fr;
	}

}

/* ——— Page Fidelatoo (Figma 6:1043) ——— */
.lvd-page--fidelatoo {
	background: #fffffa;
	color: var(--lvd-ink);
}

.lvd-fid__rule {
	border: 0;
	border-top: 1px solid var(--lvd-sep);
	margin: 0 auto;
	max-width: var(--wp--style--global--wide-size);
}

/* Intro (aligné page Carrières — Figma 6:1213) */
.lvd-page--fidelatoo .lvd-fid-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.6875rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 clamp(24px, 3vw, 36px);
}

.lvd-page--fidelatoo .lvd-fid-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.5rem, 7.5vw, 6.8125rem);
	font-weight: 400;
	line-height: 1.13;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 clamp(28px, 4vw, 40px);
	max-width: min(92rem, 100%);
}

.lvd-page--fidelatoo .lvd-fid-hero__sub {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.35rem, 2.4vw, 2.25rem);
	line-height: 1.06;
	letter-spacing: -0.05em;
	color: #2a2826;
	max-width: 699px;
	margin: 0 0 clamp(20px, 3vw, 28px);
	font-weight: 400;
	text-transform: none;
}

.lvd-page--fidelatoo .lvd-fid-hero__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.35rem, 2.4vw, 2.25rem);
	line-height: 1.06;
	letter-spacing: -0.05em;
	color: #2a2826;
	max-width: 699px;
	margin: 0;
}

.lvd-fid-hero__inner {
	text-align: left;
}

/* Titre entre parenthèses */
.lvd-fid-brace {
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
}

.lvd-fid-brace__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 7vw, 6rem);
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0;
}

.lvd-page--fidelatoo .lvd-brace {
	font-weight: 400;
}

/* Digitale */
.lvd-fid-digital {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-fid-digital__cols {
	gap: clamp(32px, 5vw, 64px);
}

.lvd-fid-digital__label {
	font-family: var(--font-body);
	font-size: clamp(0.85rem, 1.4vw, 1.05rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.lvd-fid-digital__lead {
	font-family: var(--font-body);
	font-size: clamp(1rem, 1.8vw, 1.55rem);
	line-height: 1.35;
	margin: 0 0 16px;
	max-width: 32rem;
}

.lvd-fid-digital__list {
	font-family: var(--font-body);
	font-size: clamp(1rem, 1.8vw, 1.55rem);
	line-height: 1.45;
	margin: 0;
	padding-left: 1.1em;
	max-width: 32rem;
}

.lvd-fid-digital__list li {
	margin-bottom: 0.35em;
}

.lvd-fid-digital__photos {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(12px, 2vw, 20px);
	align-items: start;
	min-height: clamp(320px, 38vw, 480px);
}

.lvd-fid-digital__photo {
	margin: 0;
	overflow: hidden;
}

.lvd-fid-digital__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lvd-fid-digital__photo--left {
	grid-row: 1 / span 2;
	min-height: clamp(300px, 36vw, 440px);
}

.lvd-fid-digital__photo--right {
	margin-top: clamp(0px, 4vw, 48px);
	min-height: clamp(200px, 24vw, 300px);
}

/* Bandeau expérience (réutilise .lvd-car-cta — page Carrières) */
.lvd-page--fidelatoo .lvd-fid-experience-cta .lvd-fid-experience-cta__title {
	font-size: clamp(2rem, 5.5vw, 4.9rem);
	line-height: 1.05;
	margin: 0;
	max-width: 14ch;
}

/* Récompenses */
.lvd-fid-rewards {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-fid-rewards__cols {
	gap: clamp(32px, 5vw, 48px);
}

.lvd-fid-rewards__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 6vw, 4.9rem);
	line-height: 1.05;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 28px;
	font-weight: 400;
	max-width: 12ch;
}

.lvd-fid-rewards__text {
	font-family: var(--font-body);
	font-size: clamp(1rem, 1.8vw, 1.55rem);
	line-height: 1.35;
	margin: 0 0 20px;
	max-width: 32rem;
}

.lvd-fid-rewards__image img {
	width: 100%;
	min-height: clamp(320px, 38vw, 520px);
	object-fit: cover;
}

/* Encart beige */
.lvd-fid-value {
	background: #f3f3ea;
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
}

.lvd-fid-value__text {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 2vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	color: #2b2421;
	margin: 0 0 20px;
}

.lvd-fid-value__text--strong {
	margin-bottom: 32px;
}

.lvd-fid-value__app {
	margin: 0;
	font-size: 1.05rem;
}

.lvd-fid-value__app a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #2b2421;
	text-decoration: underline;
}

.lvd-fid-value__app-icon {
	display: inline-block;
	vertical-align: middle;
}

/* Exemples récompenses + galerie 4×2 */
.lvd-fid-examples {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-fid-examples__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 6vw, 4.9rem);
	line-height: 1.05;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 clamp(24px, 3vw, 40px);
	font-weight: 400;
	max-width: var(--wp--style--global--wide-size);
}

.lvd-fid-examples__grid,
.lvd-fid-examples .wp-block-gallery.lvd-fid-examples-gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 20px);
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	width: 100%;
}

.lvd-fid-examples__item,
.lvd-fid-examples .wp-block-gallery.lvd-fid-examples-gallery > .wp-block-image {
	margin: 0 !important;
	aspect-ratio: 390 / 341;
	overflow: hidden;
	background: #d9d9d9;
	min-height: 140px;
	width: 100% !important;
	flex: none !important;
}

.lvd-fid-examples__item img,
.lvd-fid-examples .wp-block-gallery.lvd-fid-examples-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Inscription */
.lvd-fid-signup {
	background: #f3f3ea;
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-fid-signup__inner {
	max-width: none;
	width: 100%;
	margin: 0;
	text-align: left;
}

.lvd-fid-signup__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 5.5vw, 4.375rem);
	line-height: 1.1;
	color: #2b2421;
	margin: 0 0 24px;
	font-weight: 400;
}

.lvd-fid-signup__link {
	margin: 0;
	font-size: 1.05rem;
}

.lvd-fid-signup__link a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--lvd-ink);
	text-decoration: underline;
}

.lvd-fid-signup__icon {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 781px) {
	.lvd-fid-digital__cols,
	.lvd-fid-rewards__cols {
		flex-direction: column;
	}

	.lvd-fid-digital__photos {
		grid-template-columns: 1fr 1fr;
	}

	.lvd-fid-digital__photo--left,
	.lvd-fid-digital__photo--right {
		grid-row: auto;
		margin-top: 0;
		min-height: 200px;
	}

	.lvd-fid-rewards__title {
		max-width: none;
	}

	.lvd-page--fidelatoo .lvd-fid-hero__title {
		font-size: clamp(2rem, 10vw, 3rem);
		max-width: none;
	}

	.lvd-page--fidelatoo .lvd-fid-experience-cta .lvd-fid-experience-cta__title {
		font-size: clamp(1.75rem, 9vw, 3rem);
		max-width: none;
	}

	.lvd-fid-brace__title {
		font-size: clamp(1.5rem, 8vw, 2.5rem);
	}

	.lvd-fid-examples__grid,
	.lvd-fid-examples .wp-block-gallery.lvd-fid-examples-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ——— Page Démarches / Clef Verte (Figma 6:1115) ——— */
.lvd-page--demarches {
	background: #fffffa;
	color: var(--lvd-ink);
}

.lvd-dem-hero-wrap,
.lvd-dem-hero-wrap > .wp-block-group {
	max-width: none;
	width: 100%;
	margin: 0;
}

/* Hero empilé + chevauchement (Figma 6:1116–6:1118) */
.lvd-dem-hero__stage {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 clamp(48px, 6vw, 80px);
}

.lvd-dem-hero__stage > .wp-block-group {
	max-width: none;
}

/* Photo palmiers (6:1116) : fond noir + image 76 % */
.lvd-dem-hero__media {
	position: relative;
	display: block;
	width: 100%;
	min-height: clamp(380px, 52vh, 620px);
	overflow: hidden;
	margin: 0;
	background: #000;
}

.lvd-dem-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(380px, 52vh, 620px);
	object-fit: cover;
	object-position: center center;
	opacity: 0.76;
}

/* Dentelle (6:1138) sur la photo */
.lvd-dem-hero__lace {
	position: absolute;
	left: 0;
	right: 0;
	top: clamp(72px, 10vh, 120px);
	z-index: 2;
	height: 78px;
	margin: 0;
	pointer-events: none;
	background-color: transparent;
	background-image: url("assets/images/demarches/lace.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;
}

/* Encart vert centré 1109×537 (6:1117) — remonte sur l’image */
.lvd-dem-hero__band-wrap {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: none;
	margin: clamp(-220px, -18vw, -140px) auto 0;
	padding: 0 clamp(16px, 3vw, 32px);
	box-sizing: border-box;
}

.lvd-dem-hero__band {
	background: #273617;
	width: 100%;
	max-width: 1109px;
	min-height: clamp(320px, 42vw, 537px);
	margin: 0 auto;
	padding: clamp(48px, 7vw, 88px) clamp(20px, 4vw, 40px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lvd-dem-hero__panel {
	width: 100%;
	max-width: 1003px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.lvd-dem-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(0.85rem, 1.35vw, 1.4rem);
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #d9d9d6;
	margin: 0 0 clamp(28px, 4vw, 44px);
}

.lvd-dem-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 5.9375rem);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
	max-width: 1003px;
}

/* Séminaires & Banquets */
.lvd-dem-seminaires {
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
	text-align: center;
}

.lvd-dem-seminaires__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 3.5vw, 2.875rem);
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: 400;
	color: #2a2826;
	margin: 0 auto 28px;
	max-width: 24rem;
}

.lvd-dem-seminaires__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.15rem, 2vw, 1.875rem);
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #2a2826;
	max-width: 40rem;
	margin: 0 auto 32px;
}

.lvd-dem-seminaires__link {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.125rem;
}

.lvd-dem-seminaires__link a {
	color: var(--lvd-ink);
	text-decoration: underline;
}

/* Sections */
.lvd-dem-section {
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
}

.lvd-dem-section__brace {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2rem, 5.5vw, 5.3rem);
	line-height: 1.15;
	font-weight: 400;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 clamp(40px, 5vw, 56px);
}

.lvd-dem-section__subtitle {
	font-family: var(--font-body);
	font-size: clamp(0.85rem, 1.5vw, 1.05rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	margin: -24px 0 clamp(40px, 5vw, 56px);
}

.lvd-dem-cards {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 337px));
	justify-content: center;
	gap: clamp(20px, 3vw, 42px);
	margin: 0 auto clamp(32px, 4vw, 48px);
	max-width: 1109px;
}

.lvd-dem-cards > .wp-block-column {
	flex-basis: auto !important;
	width: auto !important;
	max-width: 337px;
}

.lvd-dem-card__image {
	margin: 0 0 16px;
	max-width: 337px;
}

.lvd-dem-card__image img {
	width: 100%;
	max-width: 337px;
	height: auto;
	aspect-ratio: 337 / 449;
	object-fit: cover;
	display: block;
}

.lvd-dem-card__title {
	font-family: var(--font-body);
	font-size: clamp(0.85rem, 1.4vw, 1.05rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin: 0;
	color: #2a2826;
}

.lvd-dem-section__note {
	font-family: var(--font-body);
	font-size: clamp(0.95rem, 1.5vw, 1.2rem);
	line-height: 1.4;
	color: var(--lvd-muted);
	max-width: 40rem;
	margin: 0 auto;
}

@media (max-width: 781px) {
	.lvd-dem-hero__media,
	.lvd-dem-hero__media img {
		min-height: clamp(260px, 42vh, 380px);
	}

	.lvd-dem-hero__lace {
		top: clamp(56px, 14vw, 88px);
		height: clamp(48px, 12vw, 64px);
	}

	.lvd-dem-hero__band-wrap {
		margin-top: clamp(-160px, -28vw, -100px);
	}

	.lvd-dem-hero__band {
		min-height: auto;
		padding: 40px 16px 48px;
	}

	.lvd-dem-hero__title {
		font-size: clamp(1.5rem, 8.5vw, 2.5rem);
	}

	.lvd-dem-cards {
		grid-template-columns: 1fr;
		max-width: 337px;
	}

	.lvd-dem-cards > .wp-block-column {
		max-width: 100%;
	}

	.lvd-dem-card__image,
	.lvd-dem-card__image img {
		max-width: 100%;
	}

	.lvd-dem-section__brace {
		font-size: clamp(1.5rem, 8vw, 2.5rem);
	}
}

/* ==========================================================================
   Intro de page (type Carrières — partagé)
   ========================================================================== */

.lvd-page-intro,
.lvd-car-hero,
.lvd-fid-hero,
.lvd-spa-hero {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-page-intro__inner,
.lvd-car-hero__inner,
.lvd-fid-hero__inner {
	text-align: left;
}

.lvd-page-intro__kicker,
.lvd-car-hero__kicker,
.lvd-fid-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(0.85rem, 1.5vw, 1.05rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: var(--lvd-ink);
}

.lvd-page-intro__title,
.lvd-car-hero__title,
.lvd-fid-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 4.8vw, 3.5rem);
	font-weight: 400;
	line-height: 1.08;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 28px;
	max-width: 14em;
}

.lvd-page .lvd-brace {
	font-weight: 400;
}

.lvd-page-intro__text,
.lvd-car-hero__text,
.lvd-fid-hero__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.15rem, 2vw, 2.25rem);
	line-height: 1.35;
	letter-spacing: -0.03em;
	max-width: 46rem;
	margin: 0;
	color: var(--lvd-ink);
}

.lvd-page-intro__text + .lvd-page-intro__text,
.lvd-car-hero__text + .lvd-car-hero__text,
.lvd-fid-hero__text + .lvd-fid-hero__text {
	margin-top: 0.75em;
}


.lvd-page-intro__sub,
.lvd-fid-hero__sub {
	font-family: var(--font-body);
	font-size: clamp(0.85rem, 1.5vw, 1.05rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lvd-ink);
	margin: 0 0 20px;
}

.lvd-page-intro__cta,
.lvd-page-intro__reserve {
	margin: 28px 0 0;
	font-family: var(--font-body);
	font-size: 1.05rem;
}

.lvd-page-intro__cta .wp-block-buttons,
.lvd-page-intro__reserve a {
	margin: 0;
}

.lvd-page-intro__reserve a {
	color: var(--lvd-ink);
	text-decoration: underline;
}

.lvd-page-intro__rule,
.lvd-car__rule,
.lvd-fid__rule {
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	border-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 781px) {
	.lvd-page-intro__title,
	.lvd-car-hero__title,
	.lvd-fid-hero__title {
		max-width: none;
		font-size: clamp(1.5rem, 8vw, 2.5rem);
	}
}

/* ==========================================================================
   Page Carrières (Figma 6:1187)
   ========================================================================== */

.lvd-page--carrieres {
	background: #fffffa;
	color: var(--lvd-ink);
}

/* Intro Figma 6:1213–6:1196 */
.lvd-page--carrieres .lvd-car-hero__kicker {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.6875rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 clamp(24px, 3vw, 36px);
}

.lvd-page--carrieres .lvd-car-hero__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.5rem, 7.5vw, 6.8125rem);
	font-weight: 400;
	line-height: 1.13;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0 0 clamp(28px, 4vw, 40px);
	max-width: min(92rem, 100%);
}

.lvd-page--carrieres .lvd-car-hero__text {
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(1.35rem, 2.4vw, 2.25rem);
	line-height: 1.06;
	letter-spacing: -0.05em;
	color: #2a2826;
	max-width: 699px;
	margin: 0;
}

.lvd-car-offres {
	padding-left: clamp(16px, 4vw, 60px);
	padding-right: clamp(16px, 4vw, 60px);
}

.lvd-car-offres__label {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.6875rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 clamp(32px, 4vw, 48px);
	color: var(--lvd-ink);
}

.lvd-car-cards {
	gap: clamp(24px, 4vw, 48px);
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
}

.lvd-car-card__image {
	margin: 0 0 16px;
}

.lvd-car-card__image img {
	width: 100%;
	aspect-ratio: 337 / 449;
	object-fit: cover;
	display: block;
}

.lvd-car-card__title {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.6875rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0;
	color: var(--lvd-ink);
}

.lvd-car-candidature {
	padding: clamp(40px, 6vw, 72px) clamp(16px, 4vw, 48px);
}

.lvd-car-candidature__cols {
	max-width: min(1473px, calc(100% - 32px));
	margin: 0 auto;
	background: #fff;
	padding: clamp(32px, 5vw, 56px);
	gap: clamp(32px, 5vw, 64px);
	box-sizing: border-box;
}

.lvd-car-candidature__image {
	margin: 0;
}

.lvd-car-candidature__image img {
	width: 100%;
	min-height: clamp(280px, 36vw, 520px);
	object-fit: cover;
	display: block;
}

.lvd-car-candidature__title {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(2.25rem, 5.5vw, 4.375rem);
	line-height: 1.04;
	text-transform: uppercase;
	color: #2b2421;
	margin: 0 0 24px;
	font-weight: 400;
	letter-spacing: -0.02em;
	max-width: 636px;
}

.lvd-car-candidature__text {
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.5625rem);
	font-weight: 300;
	line-height: 1.2;
	color: #2b2421;
	margin: 0 0 16px;
	max-width: 636px;
}

.lvd-car-candidature__link {
	margin: 24px 0 0;
	font-size: 1.05rem;
}

.lvd-car-candidature__link a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--lvd-ink);
	text-decoration: underline;
}

.lvd-car-candidature__icon {
	display: inline-block;
	vertical-align: middle;
}

.lvd-car-cta-wrap {
	background: #273617;
	padding: clamp(36px, 5vw, 56px) clamp(20px, 4vw, 48px);
}

.lvd-car-cta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 2.5vw, 28px);
	max-width: 1400px;
	margin: 0 auto;
}

.lvd-car-cta__frame {
	position: relative;
	flex: 1 1 auto;
	max-width: min(1399px, 88%);
	min-width: 0;
	margin: 0;
}

.lvd-car-cta__image {
	margin: 0;
}

.lvd-car-cta__image img {
	display: block;
	width: 100%;
	height: clamp(280px, 32vw, 529px);
	object-fit: cover;
	opacity: 0.53;
}

.lvd-car-cta__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	background: rgba(39, 54, 23, 0.35);
	pointer-events: none;
}

.lvd-car-cta__content .lvd-car-cta__line a {
	pointer-events: auto;
}

.lvd-car-cta__line {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.5rem, 3vw, 2.9375rem);
	line-height: 1.2;
	text-align: center;
	color: #fff;
	margin: 0 0 8px;
	font-weight: 400;
}

.lvd-car-cta__line a {
	color: inherit;
	text-decoration: none;
}

.lvd-car-cta__line a:hover {
	text-decoration: underline;
}

.lvd-car-cta__side {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.8vw, 1.6875rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #d9d9d6;
	margin: 0;
	flex: 0 0 auto;
	white-space: nowrap;
}

.lvd-car-cta__side--right {
	transform: rotate(0deg);
}

@media (max-width: 781px) {
	.lvd-car-cards {
		flex-direction: column;
	}

	.lvd-car-candidature__cols {
		flex-direction: column;
	}

	.lvd-car-cta {
		flex-direction: column;
		gap: 16px;
	}

	.lvd-car-cta__frame {
		max-width: 100%;
		width: 100%;
	}

	.lvd-car-cta__side {
		writing-mode: horizontal-tb;
		transform: none;
	}

	.lvd-page--carrieres .lvd-car-hero__title {
		font-size: clamp(2rem, 10vw, 3rem);
		max-width: none;
	}
}

/* ==========================================================================
   Page Contact (Figma 27:502)
   ========================================================================== */

.lvd-page--contact {
	background: #fffffa;
	color: #2a2826;
}

.lvd-contact__rule {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin: 0;
	max-width: none;
}

.lvd-contact__rule--top {
	margin-bottom: 0;
}

/* —— Formulaire —— */
.lvd-contact-form-section {
	padding: clamp(40px, 5vw, 72px) clamp(16px, 4vw, 112px) clamp(48px, 6vw, 88px);
}

.lvd-contact__kicker {
	font-family: var(--font-body);
	font-size: 27px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 clamp(32px, 4vw, 56px);
}

.lvd-contact-form__cols {
	gap: clamp(24px, 4vw, 48px);
	align-items: flex-start;
}

.lvd-contact-form__display-title,
.lvd-contact-form__display-title.wp-block-heading {
	font-family: "Felix Titling", "Times New Roman", serif !important;
	font-size: clamp(2.5rem, 5.63vw, 109px) !important;
	line-height: 1.1284 !important;
	font-weight: 400 !important;
	letter-spacing: 0.01em !important;
	text-transform: uppercase !important;
	color: #2a2826 !important;
	margin: 0 !important;
	max-width: 749px;
}

.lvd-contact-form__display-line {
	display: block;
}

.lvd-contact-form__wrap {
	max-width: 705px;
	margin-left: auto;
}

.lvd-contact-form__missing {
	font-family: var(--font-body);
	font-size: 14px;
	color: #883a01;
	margin: 0;
	padding: 16px;
	border: 1px dashed rgba(0, 0, 0, 0.25);
}

/* Contact Form 7 — grille Figma (nom|prénom, email|tél, sujet, message) */
.lvd-contact-form__wrap .wpcf7-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: clamp(20px, 2.2vw, 43px);
	row-gap: clamp(20px, 2.5vw, 28px);
	margin: 0;
}

.lvd-contact-form__wrap .wpcf7-form > p {
	margin: 0;
}

.lvd-contact-form__wrap .wpcf7-form > p:nth-of-type(5),
.lvd-contact-form__wrap .wpcf7-form > p:nth-of-type(6),
.lvd-contact-form__wrap .wpcf7-form > p:nth-of-type(7) {
	grid-column: 1 / -1;
}

.lvd-contact-form__wrap label,
.lvd-contact-form__wrap .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.lvd-contact-form__wrap label {
	font-family: var(--font-body);
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}

.lvd-contact-form__wrap input[type="text"],
.lvd-contact-form__wrap input[type="email"],
.lvd-contact-form__wrap input[type="tel"],
.lvd-contact-form__wrap input[type="url"],
.lvd-contact-form__wrap select,
.lvd-contact-form__wrap textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #fff;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.4;
	color: #2a2826;
	padding: 14px 16px;
}

.lvd-contact-form__wrap input[type="text"],
.lvd-contact-form__wrap input[type="email"],
.lvd-contact-form__wrap input[type="tel"],
.lvd-contact-form__wrap select {
	min-height: 58px;
}

.lvd-contact-form__wrap textarea {
	min-height: 160px;
	resize: vertical;
}

.lvd-contact-form__wrap .wpcf7-submit,
.lvd-contact-form__wrap input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 16px 48px;
	border: 0;
	border-radius: 40px;
	background: #fffffa;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #2a2826;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.lvd-contact-form__wrap .wpcf7-submit::before,
.lvd-contact-form__wrap input[type="submit"]::before {
	content: "→ ";
}

.lvd-contact-form__wrap .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 6px;
}

.lvd-contact-form__wrap .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 12px 0 0;
	font-size: 14px;
}

/* —— Plan d'accès —— */
.lvd-contact-map {
	padding: clamp(48px, 6vw, 96px) clamp(16px, 4vw, 112px) clamp(56px, 7vw, 104px);
}

.lvd-contact-map__title,
.lvd-contact-map__title.wp-block-heading {
	font-family: "Felix Titling", "Times New Roman", serif !important;
	font-size: clamp(2rem, 5.01vw, 97px) !important;
	line-height: 1.5773 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	color: #2a2826 !important;
	margin: 0 auto clamp(40px, 5vw, 64px) !important;
	max-width: 1945px;
}

.lvd-contact-map__embed {
	max-width: 1709px;
	margin: 0 auto;
}

.lvd-contact-map__embed iframe {
	display: block;
	width: 100%;
	min-height: clamp(320px, 36vw, 690px);
}

/* —— Informations pratiques —— */
.lvd-contact-info {
	background: #273617;
	padding: clamp(48px, 6vw, 88px) clamp(16px, 4vw, 48px);
}

.lvd-contact-info__frame {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: clamp(16px, 2vw, 32px);
	max-width: 1399px;
	margin: 0 auto;
}

.lvd-contact-info__side {
	flex: 0 0 auto;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-family: var(--font-body);
	font-size: clamp(11px, 0.9vw, 14px);
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	margin: 0;
	align-self: center;
	white-space: nowrap;
}

.lvd-contact-info__card {
	flex: 1 1 auto;
	background: #fffffa;
	min-height: clamp(280px, 28vw, 529px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(32px, 4vw, 64px) clamp(24px, 4vw, 48px);
}

.lvd-contact-info__address {
	font-family: "Felix Titling", "Times New Roman", serif;
	font-size: clamp(1.75rem, 2.64vw, 51px);
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: #2a2826;
	margin: 0;
}

.lvd-contact-info__address a {
	color: inherit;
	text-decoration: none;
}

.lvd-contact-info__address a:hover {
	text-decoration: underline;
}

/* —— Accessibilité PMR —— */
.lvd-contact-pmr {
	padding: clamp(48px, 6vw, 96px) clamp(16px, 4vw, 140px);
}

.lvd-contact-pmr__title,
.lvd-contact-pmr__title.wp-block-heading {
	font-family: "Felix Titling", "Times New Roman", serif !important;
	font-size: clamp(2rem, 4.08vw, 79px) !important;
	line-height: 1.038 !important;
	font-weight: 400 !important;
	letter-spacing: 0.28px !important;
	text-transform: uppercase !important;
	color: #000 !important;
	margin: 0 0 clamp(24px, 3vw, 40px) !important;
}

.lvd-contact-pmr__text {
	font-family: var(--font-body);
	font-size: clamp(1rem, 1.5vw, 22px);
	line-height: 1.45;
	color: #2a2826;
	max-width: 841px;
	margin: 0;
}

.lvd-contact-pmr__visual {
	margin: 0;
}

.lvd-contact-pmr__visual img {
	display: block;
	width: 100%;
	max-width: 518px;
	margin-left: auto;
	min-height: clamp(280px, 36vw, 690px);
	object-fit: cover;
}

/* —— Labels —— */
.lvd-contact-labels {
	background: #f3f3ea;
	padding: clamp(48px, 6vw, 88px) clamp(16px, 4vw, 140px) clamp(64px, 8vw, 120px);
}

.lvd-contact-labels__title,
.lvd-contact-labels__title.wp-block-heading {
	font-family: "Felix Titling", "Times New Roman", serif !important;
	font-size: clamp(2rem, 4.08vw, 79px) !important;
	line-height: 1.038 !important;
	font-weight: 400 !important;
	letter-spacing: 0.28px !important;
	text-transform: uppercase !important;
	color: #000 !important;
	margin: 0 0 clamp(28px, 4vw, 48px) !important;
}

.lvd-contact-labels__list {
	font-family: var(--font-body);
	font-size: clamp(1.125rem, 1.71vw, 33px);
	line-height: 1.2121;
	font-weight: 700;
	color: #2b2421;
	margin: 0 0 clamp(32px, 4vw, 56px);
	max-width: 932px;
}

.lvd-contact-labels__badges {
	margin: 0;
}

.lvd-contact-labels__badges img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.lvd-contact-form__cols {
		flex-direction: column;
	}

	.lvd-contact-form__col-title,
	.lvd-contact-form__col-fields {
		flex-basis: 100% !important;
	}

	.lvd-contact-form__wrap {
		margin-left: 0;
		max-width: none;
	}

	.lvd-contact-info__side {
		display: none;
	}

	.lvd-contact-pmr__cols {
		flex-direction: column-reverse;
	}

	.lvd-contact-pmr__visual img {
		margin-left: 0;
		max-width: none;
		min-height: 320px;
	}
}

@media (max-width: 781px) {
	.lvd-contact__kicker {
		font-size: 17px;
	}

	.lvd-contact-form__wrap .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.lvd-contact-form__wrap .wpcf7-form > p:nth-of-type(n) {
		grid-column: 1;
	}

	.lvd-contact-form-section {
		padding-left: 16px;
		padding-right: 16px;
	}

	.lvd-contact-map,
	.lvd-contact-pmr,
	.lvd-contact-labels {
		padding-left: 16px;
		padding-right: 16px;
	}
}


