/*
Theme Name: Villa Les Vacances
Theme URI: https://villa-les-vacances.fr
Author: Villa Les Vacances
Description: Thème sur mesure une page pour la location de la Villa Les Vacances (Les Plans, Hérault) — hero animé, galerie filtrable avec lightbox, calendrier tarifaire interactif, estimateur de séjour, avis, réservation. Tarifs, email et formulaire (shortcode de plugin) réglables dans le Personnaliseur.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: villa-les-vacances
Tags: one-page, tourism
*/

/* ═══════════════════════════════════════════════════════════
   VILLA LES VACANCES — Feuille de style
   Palette : ivoire chaud · espresso · or champagne
   Typo    : Cormorant Garamond (titres) · Jost (textes)
   ═══════════════════════════════════════════════════════════ */

:root {
  --ink: #221A12;
  --ink-2: #46392A;
  --muted: #8A7A65;
  --paper: #FAF6EE;
  --stone: #F1EAD9;
  --line: #E4DAC4;
  --gold: #C9A96E;
  --gold-deep: #8F6B33;
  --gold-light: #E8D5B0;
  --olive: #6B7C4A;
  --t-high: #F4D9CE;
  --t-spec: #D9E3F2;
  --t-mid:  #F6E7C6;
  --t-low:  #DDECD2;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', 'Helvetica Neue', sans-serif;
  --e-out: cubic-bezier(.22,.61,.36,1);
  --e-spring: cubic-bezier(.34,1.2,.5,1);
  --shadow-lg: 0 30px 60px -18px rgba(34,26,18,.28);
  --shadow-md: 0 14px 34px -12px rgba(34,26,18,.18);
}

/* ── Base ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* grain très subtil façon papier */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; border-radius: 2px; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.section--stone { background: var(--stone); }
.section--dark { background: var(--ink); color: rgba(255,255,255,.82); }

/* ── Titres & ornements ─────────────────────────────────── */
.lbl {
  font-size: .72rem; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 500; margin-bottom: .9rem;
}
.lbl--gold { color: var(--gold); }
.h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.12;
  color: var(--ink); letter-spacing: .01em;
}
.section--dark .h2 { color: #fff; }
.divider {
  width: 64px; height: 1px; background: var(--gold);
  margin: 1.6rem 0 1.8rem; position: relative;
}
.divider::after {
  content: ""; position: absolute; left: 50%; top: -2.5px;
  width: 6px; height: 6px; transform: translateX(-50%) rotate(45deg); background: var(--gold);
}
.divider--center { margin-left: auto; margin-right: auto; }
.lead { font-size: 1.04rem; font-weight: 300; color: var(--ink-2); margin-bottom: 1.1rem; max-width: 62ch; }

.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 2.6rem; }
.sec-head--center { flex-direction: column; align-items: center; text-align: center; }

/* ── Boutons ────────────────────────────────────────────── */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 1rem 2.1rem; font-size: .76rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid transparent; border-radius: 2px; overflow: hidden;
  transition: transform .35s var(--e-out), box-shadow .35s var(--e-out), background .35s, color .35s, border-color .35s;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--gold { background: linear-gradient(120deg, #D8B97E, var(--gold) 45%, #B8954F); color: var(--ink); box-shadow: 0 10px 26px -10px rgba(201,169,110,.65); }
.btn--gold:hover { box-shadow: 0 16px 34px -10px rgba(201,169,110,.75); }
.btn--gold::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg); transition: left .7s var(--e-out);
}
.btn--gold:hover::after { left: 130%; }
.btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.btn--ghost:hover { background: rgba(255,255,255,.16); border-color: #fff; }
.btn--ink { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ink:hover { background: var(--ink); color: var(--gold-light); }
.btn--full { width: 100%; }

/* ── Étoiles ────────────────────────────────────────────── */
.stars { display: inline-flex; gap: 3px; }
.stars svg { width: 15px; height: 15px; fill: var(--gold); stroke: none; }
.stars--lg svg { width: 20px; height: 20px; }

/* ── Icônes SVG inline ──────────────────────────────────── */
.badge svg, .feats__ico svg, .arrow svg, .amen__check svg,
.lb button svg, .top svg, .form__ok svg {
  width: 100%; height: 100%; fill: none; stroke: currentColor;
  stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}

/* ═══ PRELOADER ═════════════════════════════════════════── */
.loader {
  position: fixed; inset: 0; z-index: 3000; background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .7s var(--e-out), visibility .7s;
}
.loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__inner { text-align: center; }
.loader__mono {
  font-family: var(--serif); font-size: 3.4rem; color: var(--gold);
  width: 86px; height: 86px; margin: 0 auto 1.1rem; line-height: 84px;
  border: 1px solid rgba(201,169,110,.45); border-radius: 50%;
  animation: pulse 2.2s var(--e-out) infinite;
}
.loader__name { font-family: var(--serif); font-size: 1.3rem; color: var(--gold-light); letter-spacing: .12em; }
.loader__name em { font-style: italic; }
.loader__bar { width: 150px; height: 1px; background: rgba(255,255,255,.14); margin: 1.4rem auto 0; overflow: hidden; }
.loader__bar i { display: block; height: 100%; width: 0; background: var(--gold); transition: width .4s ease; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(201,169,110,.25); } 50% { box-shadow: 0 0 0 16px rgba(201,169,110,0); } }

/* ═══ HEADER ════════════════════════════════════════════── */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background .5s var(--e-out), box-shadow .5s, padding .4s var(--e-out);
  padding: 1rem 0;
}
.hdr.is-solid {
  background: rgba(26,19,11,.9);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(201,169,110,.22), 0 14px 40px -18px rgba(0,0,0,.5);
  padding: .35rem 0;
}
.hdr__in { max-width: 1320px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.hdr__logo { font-family: var(--serif); font-size: 1.32rem; color: var(--gold-light); white-space: nowrap; letter-spacing: .04em; }
.hdr__logo em { font-style: italic; }
.hdr__nav { display: flex; gap: .2rem; }
.hdr__nav a {
  position: relative; padding: .9rem .85rem; font-size: .74rem; font-weight: 400;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.74);
  transition: color .3s;
}
.hdr__nav a::after {
  content: ""; position: absolute; left: .85rem; right: .85rem; bottom: .55rem;
  height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--e-out);
}
.hdr__nav a:hover, .hdr__nav a.is-active { color: #fff; }
.hdr__nav a:hover::after, .hdr__nav a.is-active::after { transform: scaleX(1); }
.hdr__right { display: flex; align-items: center; gap: 1.1rem; }
.hdr__cta { padding: .68rem 1.5rem; font-size: .68rem; }
.lang { display: flex; gap: 2px; }
.lang__btn {
  background: none; border: none; color: rgba(255,255,255,.5);
  font-size: .68rem; font-weight: 500; letter-spacing: .08em; padding: .35rem .45rem;
  border-bottom: 1px solid transparent; transition: color .3s, border-color .3s;
}
.lang__btn:hover { color: #fff; }
.lang__btn.is-on { color: var(--gold); border-color: var(--gold); }
.burger {
  display: none; position: relative; width: 44px; height: 44px;
  background: none; border: none; z-index: 1102;
}
.burger span {
  position: absolute; left: 10px; right: 10px; height: 1.6px; background: var(--gold-light);
  transition: transform .45s var(--e-spring), top .45s, opacity .3s;
}
.burger span:nth-child(1) { top: 17px; }
.burger span:nth-child(2) { top: 26px; }
.burger.is-open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.burger.is-open span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

/* Menu mobile plein écran */
.mnav {
  position: fixed; inset: 0; z-index: 990; background: radial-gradient(120% 100% at 50% 0%, #2E2417, var(--ink) 70%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem;
  opacity: 0; visibility: hidden; transition: opacity .5s var(--e-out), visibility .5s;
}
.mnav.is-open { opacity: 1; visibility: visible; }
.mnav__links { display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.mnav__links a {
  font-family: var(--serif); font-size: 2.1rem; color: rgba(255,255,255,.85);
  padding: .35rem 1rem; opacity: 0; transform: translateY(22px);
  transition: opacity .6s var(--e-out), transform .6s var(--e-out), color .3s;
}
.mnav.is-open .mnav__links a { opacity: 1; transform: none; }
.mnav__links a:hover { color: var(--gold); }
.mnav__links a:nth-child(1) { transition-delay: .08s; } .mnav__links a:nth-child(2) { transition-delay: .14s; }
.mnav__links a:nth-child(3) { transition-delay: .2s; }  .mnav__links a:nth-child(4) { transition-delay: .26s; }
.mnav__links a:nth-child(5) { transition-delay: .32s; } .mnav__links a:nth-child(6) { transition-delay: .38s; }
.mnav__links a:nth-child(7) { transition-delay: .44s; }
.mnav__cta { color: var(--gold) !important; font-style: italic; }
.mnav__langs { display: flex; gap: .8rem; }
.mnav__langs .lang__btn { font-size: .85rem; }

/* ═══ HERO ══════════════════════════════════════════════── */
.hero { position: relative; height: 100svh; min-height: 620px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--ink); }
.hero__slides, .hero__slide { position: absolute; inset: 0; }
.hero__slide {
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.8s var(--e-out);
}
.hero__slide.is-on { opacity: 1; animation: kenburns 10s var(--e-out) forwards; }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.11); } }
.hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,14,7,.58) 0%, rgba(20,14,7,.28) 38%, rgba(20,14,7,.34) 68%, rgba(20,14,7,.78) 100%);
}
.hero__content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 6rem 1.5rem 2rem; max-width: 900px; }
.hero__eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  font-size: .72rem; letter-spacing: .38em; text-transform: uppercase; color: var(--gold-light); font-weight: 400;
}
.hairline { display: inline-block; width: 44px; height: 1px; background: rgba(232,213,176,.6); }
.hero__title { margin: 1.4rem 0 .9rem; line-height: 1; }
.hero__title span, .hero__title em { display: block; }
.hero__title span {
  font-family: var(--sans); font-weight: 400; font-size: clamp(1rem, 2.4vw, 1.45rem);
  letter-spacing: .58em; text-transform: uppercase; text-indent: .58em; margin-bottom: .6rem; color: rgba(255,255,255,.92);
}
.hero__title em {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(3.3rem, 9.5vw, 7rem); letter-spacing: .01em;
  text-shadow: 0 10px 44px rgba(0,0,0,.45);
}
.hero__sub { font-size: clamp(.92rem, 1.7vw, 1.08rem); font-weight: 300; letter-spacing: .12em; color: rgba(255,255,255,.88); }
.hero__badges { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin: 1.7rem 0 1.5rem; }
.badge {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem 1rem; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.26);
  border-radius: 100px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  transition: background .3s, transform .3s var(--e-out);
}
.badge:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.badge svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--gold-light); }
.hero__rating { display: flex; align-items: center; justify-content: center; gap: .7rem; font-size: .88rem; color: rgba(255,255,255,.85); }
.hero__rating strong { color: var(--gold-light); font-weight: 500; }
.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; margin-top: 1.9rem; }
.hero__dots { position: absolute; right: 2.2rem; bottom: 2.4rem; z-index: 3; display: flex; gap: .5rem; }
.hero__dots button {
  width: 26px; height: 3px; border: none; border-radius: 2px;
  background: rgba(255,255,255,.35); transition: background .4s, width .4s var(--e-out);
}
.hero__dots button.is-on { background: var(--gold); width: 40px; }
.hero__scroll {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: .55rem;
  font-size: .62rem; letter-spacing: .34em; text-transform: uppercase; color: rgba(255,255,255,.75);
  transition: color .3s;
}
.hero__scroll:hover { color: var(--gold-light); }
.hero__scroll-line { width: 1px; height: 44px; background: rgba(255,255,255,.4); overflow: hidden; position: relative; }
.hero__scroll-line::after {
  content: ""; position: absolute; top: -100%; left: 0; width: 100%; height: 100%;
  background: var(--gold); animation: scrolldrop 2.2s var(--e-out) infinite;
}
@keyframes scrolldrop { 0% { top: -100%; } 55% { top: 0; } 100% { top: 100%; } }

/* Entrées du hero */
.rise { opacity: 0; transform: translateY(34px); transition: opacity 1s var(--e-out), transform 1s var(--e-out); }
body.is-ready .rise { opacity: 1; transform: none; }
body.is-ready .r1 { transition-delay: .15s; } body.is-ready .r2 { transition-delay: .28s; }
body.is-ready .r3 { transition-delay: .4s; }  body.is-ready .r4 { transition-delay: .55s; }
body.is-ready .r5 { transition-delay: .68s; } body.is-ready .r6 { transition-delay: .8s; }
body.is-ready .r7 { transition-delay: .92s; }

/* ═══ MARQUEE ═══════════════════════════════════════════── */
.marquee { background: var(--ink); border-block: 1px solid rgba(201,169,110,.25); overflow: hidden; padding: 1.05rem 0; }
.marquee__track { display: flex; gap: 3.2rem; width: max-content; animation: marquee 30s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  display: flex; align-items: center; gap: 3.2rem; white-space: nowrap;
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-light); font-weight: 400;
}
.marquee__item i { font-style: normal; color: var(--gold); font-size: .6rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ═══ STATS ═════════════════════════════════════════════── */
.stats { padding: clamp(3rem, 6vw, 4.5rem) 0; background: var(--paper); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; padding: .8rem 1rem; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat__n {
  font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 3.7rem); font-weight: 500;
  color: var(--ink); display: block; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.stat__l { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }

/* ═══ LA VILLA ══════════════════════════════════════════── */
.villa__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.villa__imgs { position: relative; padding-bottom: 5rem; }
.villa__img-main { width: 82%; overflow: hidden; border-radius: 4px; box-shadow: var(--shadow-lg); }
.villa__img-main img, .villa__img-over img { transition: transform 1.2s var(--e-out); }
.villa__img-main:hover img, .villa__img-over:hover img { transform: scale(1.05); }
.villa__img-over {
  position: absolute; right: 0; bottom: 0; width: 52%;
  border: 8px solid var(--paper); border-radius: 4px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.villa__imgs::before {
  content: ""; position: absolute; top: -1.6rem; left: -1.6rem; width: 38%; aspect-ratio: 1;
  border: 1px solid var(--gold); border-radius: 4px; z-index: -1;
}
.feats { list-style: none; margin-top: 1.6rem; }
.feats li { display: flex; gap: 1.1rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.feats li:first-child { border-top: 1px solid var(--line); }
.feats__ico {
  flex-shrink: 0; width: 42px; height: 42px; padding: 10px; color: var(--gold-deep);
  border: 1px solid var(--line); border-radius: 50%; background: #fff;
  transition: background .4s, color .4s, transform .4s var(--e-spring);
}
.feats li:hover .feats__ico { background: var(--ink); color: var(--gold); transform: rotate(-8deg) scale(1.06); }
.feats strong { display: block; font-weight: 500; font-size: .98rem; color: var(--ink); }
.feats span:not(.feats__ico) { font-size: .86rem; color: var(--muted); }
.villa__cta { margin-top: 2rem; }

/* ═══ CHAMBRES (carrousel) ══════════════════════════════── */
.rooms__arrows { display: flex; gap: .6rem; }
.arrow {
  width: 46px; height: 46px; padding: 13px; border-radius: 50%;
  border: 1px solid var(--gold-deep); background: transparent; color: var(--gold-deep);
  transition: background .35s, color .35s, transform .35s var(--e-spring), opacity .3s;
}
.arrow:hover { background: var(--ink); border-color: var(--ink); color: var(--gold); transform: scale(1.08); }
.arrow:disabled { opacity: .3; pointer-events: none; }
.rooms__track {
  display: flex; gap: 1.3rem; overflow-x: auto; padding: .4rem .2rem 1.6rem;
  scroll-snap-type: x proximity; scrollbar-width: none;
}
.rooms__track::-webkit-scrollbar { display: none; }
.room {
  flex: 0 0 clamp(252px, 26vw, 320px); scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  transition: transform .5s var(--e-out), box-shadow .5s var(--e-out);
  opacity: 0; transform: translateY(26px);
}
.room.is-in { opacity: 1; transform: none; }
.room:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.room__img { height: 205px; overflow: hidden; }
.room__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--e-out); }
.room:hover .room__img img { transform: scale(1.07); }
.room__body { padding: 1.15rem 1.25rem 1.3rem; }
.room__tag {
  display: inline-block; font-size: .62rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  background: linear-gradient(120deg, #D8B97E, var(--gold)); color: var(--ink);
  padding: .22rem .7rem; border-radius: 100px; margin-bottom: .55rem;
}
.room__name { font-family: var(--serif); font-size: 1.28rem; font-weight: 500; color: var(--ink); line-height: 1.25; }
.room__beds { display: flex; align-items: center; gap: .5rem; font-size: .84rem; color: var(--muted); margin-top: .3rem; }
.room__beds svg { width: 16px; height: 16px; fill: none; stroke: var(--gold-deep); stroke-width: 1.6; stroke-linecap: round; flex-shrink: 0; }

/* ═══ ÉQUIPEMENTS ═══════════════════════════════════════── */
.amen__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 4vw, 3.5rem); }
.amen__group h3 {
  display: flex; align-items: center; gap: .7rem;
  font-family: var(--sans); font-size: .76rem; font-weight: 500;
  letter-spacing: .26em; text-transform: uppercase; color: var(--gold-deep);
  padding-bottom: .8rem; border-bottom: 1px solid var(--gold); margin-bottom: .4rem;
}
.amen__group ul { list-style: none; }
.amen__group li {
  display: flex; align-items: center; gap: .7rem;
  padding: .58rem 0; border-bottom: 1px solid var(--line);
  font-size: .92rem; color: var(--ink-2);
}
.amen__check { flex-shrink: 0; width: 16px; height: 16px; color: var(--olive); }

/* ═══ GALERIE ═══════════════════════════════════════════── */
.gal__filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: .4rem 0 2.4rem; }
.gal__filters button {
  padding: .55rem 1.25rem; font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  border: 1px solid var(--ink); border-radius: 100px; background: transparent; color: var(--ink);
  transition: background .35s, color .35s, transform .25s var(--e-out);
}
.gal__filters button:hover { transform: translateY(-2px); }
.gal__filters button.is-on { background: var(--ink); color: var(--gold-light); }
.gal__grid { columns: 3; column-gap: 14px; }
.gal__item {
  position: relative; display: block; width: 100%; margin-bottom: 14px;
  border: none; padding: 0; background: var(--stone);
  border-radius: 8px; overflow: hidden; break-inside: avoid;
  opacity: 0; transform: translateY(26px);
  transition: opacity .8s var(--e-out), transform .8s var(--e-out);
}
.gal__item.is-in { opacity: 1; transform: none; }
.gal__item.is-hide { display: none; }
.gal__item img { width: 100%; height: auto; transition: transform .9s var(--e-out); }
.gal__item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,14,7,.72), transparent 55%);
  opacity: 0; transition: opacity .5s;
}
.gal__item:hover img, .gal__item:focus-visible img { transform: scale(1.06); }
.gal__item:hover::after, .gal__item:focus-visible::after { opacity: 1; }
.gal__cap {
  position: absolute; left: 1.1rem; right: 1.1rem; bottom: .95rem; z-index: 2;
  color: #fff; font-size: .86rem; font-weight: 400; letter-spacing: .04em; text-align: left;
  opacity: 0; transform: translateY(10px); transition: opacity .45s var(--e-out) .08s, transform .45s var(--e-out) .08s;
}
.gal__item:hover .gal__cap, .gal__item:focus-visible .gal__cap { opacity: 1; transform: none; }
.gal__plus {
  position: absolute; top: .9rem; right: .9rem; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.1rem; font-weight: 300; line-height: 1;
  opacity: 0; transform: scale(.6); transition: opacity .4s, transform .4s var(--e-spring);
}
.gal__item:hover .gal__plus, .gal__item:focus-visible .gal__plus { opacity: 1; transform: scale(1); }

/* ═══ INTERLUDE PARALLAX ════════════════════════════════── */
.quote { position: relative; min-height: 64vh; display: flex; align-items: center; overflow: hidden; }
.quote__bg { position: absolute; inset: -12% 0; z-index: 0; }
.quote__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.quote__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(160deg, rgba(20,14,7,.62), rgba(20,14,7,.35) 55%, rgba(20,14,7,.55)); }
.quote__text { position: relative; z-index: 2; text-align: center; color: #fff; width: 100%; }
.quote__text p {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem, 3.6vw, 2.5rem); line-height: 1.4; max-width: 21em; margin: 0 auto 1.4rem;
  text-shadow: 0 6px 30px rgba(0,0,0,.4);
}
.quote__text cite { font-style: normal; font-size: .7rem; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-light); }

/* ═══ ACTIVITÉS ═════════════════════════════════════════── */
.act__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.act {
  position: relative; border-radius: 10px; overflow: hidden; height: 250px;
  opacity: 0; transform: translateY(26px); transition: opacity .8s var(--e-out), transform .8s var(--e-out);
}
.act.is-in { opacity: 1; transform: none; }
.act img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--e-out); }
.act:hover img { transform: scale(1.08); }
.act__veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,14,7,.8), rgba(20,14,7,.06) 58%); }
.act__txt { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.05rem; color: #fff; }
.act__txt strong { display: block; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; font-style: italic; }
.act__txt span { font-size: .8rem; color: rgba(255,255,255,.75); }

.around { display: grid; grid-template-columns: 1fr 420px; gap: clamp(2.5rem, 5vw, 4rem); align-items: start; }
.around__list { list-style: none; margin-top: 1.4rem; columns: 2; column-gap: 2.5rem; }
.around__list li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: .68rem 0; border-bottom: 1px solid var(--line);
  font-size: .92rem; color: var(--ink-2); break-inside: avoid;
}
.around__list .d { font-weight: 500; color: var(--gold-deep); font-variant-numeric: tabular-nums; white-space: nowrap; }
.around__map { position: sticky; top: 100px; }
.around__map-frame { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); height: 440px; }
.around__map iframe { width: 100%; height: 100%; border: none; filter: sepia(.14) saturate(.92); }
.around__maplink { display: block; text-align: right; margin-top: .7rem; font-size: .78rem; letter-spacing: .08em; color: var(--gold-deep); border-bottom: none; transition: color .3s; }
.around__maplink:hover { color: var(--ink); }

/* ═══ TARIFS + CALENDRIER ═══════════════════════════════── */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
.tier {
  background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1.3rem 1.4rem;
  position: relative; overflow: hidden;
  opacity: 0; transform: translateY(22px); transition: opacity .7s var(--e-out), transform .7s var(--e-out), box-shadow .4s;
}
.tier.is-in { opacity: 1; transform: none; }
.tier:hover { box-shadow: var(--shadow-md); }
.tier::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--tc, var(--gold)); }
.tier__name { font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: .5rem; }
.tier__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--tc, var(--gold)); flex-shrink: 0; }
.tier__price { font-family: var(--serif); font-size: 2.1rem; font-weight: 500; color: var(--ink); line-height: 1.25; }
.tier__price small { font-family: var(--sans); font-size: .72rem; color: var(--muted); font-weight: 300; }
.tier__desc { font-size: .8rem; color: var(--muted); line-height: 1.45; }

.cal { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: clamp(1.2rem, 3vw, 2rem); box-shadow: var(--shadow-md); }
.cal__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.cal__head .arrow { width: 40px; height: 40px; padding: 11px; }
.cal__label { font-family: var(--serif); font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 500; color: var(--ink); text-align: center; }
.cal__months { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2.4rem); }
.cal__month-name { font-family: var(--serif); font-size: 1.12rem; font-weight: 500; color: var(--ink); text-align: center; margin-bottom: .7rem; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.cal__dn { font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); text-align: center; padding: .3rem 0; }
.cal__day {
  min-height: 46px; border-radius: 6px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1px; background: var(--paper);
  transition: transform .25s var(--e-out), box-shadow .25s;
}
.cal__day:not(.is-empty):hover { transform: scale(1.06); box-shadow: 0 6px 14px -6px rgba(34,26,18,.3); z-index: 1; }
.cal__day .d { font-size: .8rem; font-weight: 500; color: var(--ink); line-height: 1.2; }
.cal__day .p { font-size: .58rem; color: rgba(34,26,18,.62); line-height: 1.1; }
.cal__day.t-high { background: var(--t-high); }
.cal__day.t-spec { background: var(--t-spec); }
.cal__day.t-mid  { background: var(--t-mid); }
.cal__day.t-low  { background: var(--t-low); }
.cal__day.is-empty { background: transparent; }
.cal__day.is-past { opacity: .32; filter: grayscale(.7); }
.cal__day.is-today { box-shadow: inset 0 0 0 2px var(--gold-deep); }
.cal__note { text-align: center; font-size: .82rem; color: var(--muted); font-style: italic; margin-top: 1.3rem; }

/* Estimateur */
.esti {
  margin-top: 1.6rem; background: linear-gradient(135deg, #2E2417, var(--ink));
  border-radius: 14px; padding: clamp(1.5rem, 3.5vw, 2.2rem);
  color: rgba(255,255,255,.85); box-shadow: var(--shadow-lg);
}
.esti__head h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; color: #fff; }
.esti__head p { font-size: .84rem; color: rgba(255,255,255,.6); margin: .2rem 0 1.2rem; }
.esti__row { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 1rem; align-items: end; }
.esti label { display: flex; flex-direction: column; gap: .4rem; font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-light); }
.esti input {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); border-radius: 8px;
  color: #fff; padding: .8rem .9rem; font-family: var(--sans); font-size: .95rem;
  transition: border-color .3s, background .3s; color-scheme: dark;
}
.esti input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.13); }
.esti__out {
  background: rgba(201,169,110,.12); border: 1px dashed rgba(201,169,110,.5); border-radius: 8px;
  min-height: 52px; display: flex; align-items: center; justify-content: center; text-align: center;
  padding: .6rem 1rem; font-size: .92rem; color: var(--gold-light);
}
.esti__out strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; color: var(--gold); margin: 0 .45rem; }
.esti__out .warn { font-size: .8rem; color: #E8B4A8; }

/* ═══ AVIS ══════════════════════════════════════════════── */
.section--dark { position: relative; overflow: hidden; }
.section--dark::before {
  content: ""; position: absolute; top: -40%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 600px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(201,169,110,.14), transparent);
  pointer-events: none;
}
.rev__score { display: flex; align-items: center; gap: 1.6rem; margin: .6rem 0 2.4rem; flex-wrap: wrap; }
.rev__big { font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 5rem); color: var(--gold); line-height: 1; }
.rev__score p { font-size: .88rem; color: rgba(255,255,255,.6); margin-top: .3rem; }
.rev__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.rev__card {
  position: relative; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 2rem 1.8rem 1.7rem;
  transition: background .4s, transform .4s var(--e-out), border-color .4s;
}
.rev__card:hover { background: rgba(255,255,255,.08); transform: translateY(-5px); border-color: rgba(201,169,110,.4); }
.rev__quote { position: absolute; top: .4rem; right: 1.2rem; font-family: var(--serif); font-size: 5rem; line-height: 1; color: rgba(201,169,110,.22); pointer-events: none; }
.rev__card blockquote { font-family: var(--serif); font-style: italic; font-size: 1.08rem; line-height: 1.6; color: rgba(255,255,255,.88); margin: .9rem 0 1.2rem; }
.rev__card figcaption { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }

/* ═══ RÉSERVATION ═══════════════════════════════════════── */
.resa__grid { display: grid; grid-template-columns: 1fr 350px; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.fgroup { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.1rem; }
.fgroup > span { font-size: .66rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.fgroup input, .fgroup select, .fgroup textarea {
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: .85rem 1rem; font-family: var(--sans); font-size: .96rem; font-weight: 300; color: var(--ink);
  transition: border-color .3s, box-shadow .3s; width: 100%;
}
.fgroup textarea { resize: vertical; min-height: 110px; }
.fgroup select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%238F6B33' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,110,.2);
}
form .btn--full { margin-top: .4rem; }
.form__note { text-align: center; font-size: .76rem; color: var(--muted); margin-top: .8rem; }
.form__ok {
  display: flex; flex-direction: column; align-items: center; gap: .5rem; text-align: center;
  background: #fff; border: 1px solid var(--olive); border-radius: 12px; padding: 2.4rem 2rem; margin-top: 1rem;
}
.form__ok svg { width: 46px; height: 46px; color: var(--olive); stroke-width: 2; }
.form__ok strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; color: var(--ink); }
.form__ok span { font-size: .9rem; color: var(--muted); max-width: 40ch; }
.resa__side {
  background: var(--stone); border: 1px solid var(--line); border-radius: 14px;
  padding: 1.9rem; position: sticky; top: 100px;
}
.resa__rating { font-size: .84rem; color: var(--muted); margin: .4rem 0 1.1rem; }
.resa__rows { display: flex; flex-direction: column; }
.resa__rows > div {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .62rem 0; border-bottom: 1px solid var(--line); font-size: .88rem;
}
.resa__rows dt { color: var(--muted); }
.resa__rows dd { color: var(--ink); font-weight: 400; text-align: right; }
.resa__contact { margin-top: 1.2rem; font-size: .78rem; color: var(--muted); display: flex; flex-direction: column; gap: .2rem; }
.resa__contact a { color: var(--gold-deep); font-size: .95rem; border-bottom: 1px solid transparent; transition: border-color .3s; width: fit-content; }
.resa__contact a:hover { border-color: var(--gold-deep); }

/* ═══ FOOTER ════════════════════════════════════════════── */
.footer { background: var(--ink); padding: 3.5rem 0 2.5rem; text-align: center; }
.footer__logo { font-family: var(--serif); font-size: 1.6rem; color: var(--gold-light); }
.footer__logo em { font-style: italic; }
.footer__loc { font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.38); margin: .6rem 0 1.6rem; }
.footer__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.8rem; margin-bottom: 1.6rem; }
.footer__nav a { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); transition: color .3s; }
.footer__nav a:hover { color: var(--gold); }
.footer__copy { font-size: .72rem; color: rgba(255,255,255,.25); }

/* ═══ LIGHTBOX ══════════════════════════════════════════── */
.lb {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(16,11,5,.94); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .4s var(--e-out);
}
.lb.is-open { opacity: 1; }
.lb__fig { max-width: min(1100px, 88vw); text-align: center; }
.lb__fig img {
  max-width: 100%; max-height: 78vh; margin: 0 auto; border-radius: 6px;
  box-shadow: 0 40px 90px -20px rgba(0,0,0,.7);
  transform: scale(.96); opacity: 0; transition: transform .45s var(--e-out), opacity .45s;
}
.lb.is-open .lb__fig img { transform: scale(1); opacity: 1; }
.lb__fig figcaption {
  margin-top: 1.1rem; color: rgba(255,255,255,.8); font-size: .92rem;
  display: flex; align-items: center; justify-content: center; gap: 1rem;
}
.lb__count { color: var(--gold); font-size: .78rem; letter-spacing: .2em; }
.lb button {
  position: absolute; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.06);
  color: #fff; border-radius: 50%; transition: background .3s, transform .3s var(--e-spring);
}
.lb button:hover { background: rgba(201,169,110,.3); transform: scale(1.1); }
.lb__close { top: 1.4rem; right: 1.4rem; width: 48px; height: 48px; padding: 14px; }
.lb__nav { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; padding: 16px; }
.lb__nav:hover { transform: translateY(-50%) scale(1.1); }
.lb__prev { left: 1.4rem; }
.lb__next { right: 1.4rem; }

/* ═══ BACK TO TOP ═══════════════════════════════════════── */
.top {
  position: fixed; right: 1.6rem; bottom: 1.6rem; z-index: 900;
  width: 48px; height: 48px; padding: 14px; border-radius: 50%; border: none;
  background: var(--ink); color: var(--gold); box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: opacity .4s, transform .4s var(--e-out), visibility .4s, background .3s;
}
.top.is-show { opacity: 1; visibility: visible; transform: none; }
.top:hover { background: var(--gold-deep); color: #fff; }

/* ═══ RÉVÉLATIONS AU SCROLL ═════════════════════════════── */
.rv, .rv-l, .rv-r { opacity: 0; transition: opacity .95s var(--e-out), transform .95s var(--e-out); will-change: opacity, transform; }
.rv { transform: translateY(30px); }
.rv-l { transform: translateX(-40px); }
.rv-r { transform: translateX(40px); }
.rv.is-in, .rv-l.is-in, .rv-r.is-in { opacity: 1; transform: none; }
[data-rd="1"] { transition-delay: .1s; } [data-rd="2"] { transition-delay: .2s; }
[data-rd="3"] { transition-delay: .3s; } [data-rd="4"] { transition-delay: .4s; }
[data-rd="5"] { transition-delay: .5s; }

/* ═══ RESPONSIVE ════════════════════════════════════════── */
@media (max-width: 1120px) {
  .hdr__nav { display: none; }
  .burger { display: block; }
  .gal__grid { columns: 2; }
}
@media (max-width: 900px) {
  .villa__grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .villa__imgs { max-width: 540px; }
  .around { grid-template-columns: 1fr; }
  .around__map { position: static; }
  .around__map-frame { height: 320px; }
  .act__grid { grid-template-columns: repeat(2, 1fr); }
  .rev__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .resa__grid { grid-template-columns: 1fr; }
  .resa__side { position: static; }
  .tiers { grid-template-columns: repeat(2, 1fr); }
  .esti__row { grid-template-columns: 1fr 1fr; }
  .esti__out { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .cal__months { grid-template-columns: 1fr; }
  .cal__months .cal__month:nth-child(2) { display: none; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); row-gap: 1.5rem; }
  .stat:nth-child(3) { border-left: none; }
  .hero__dots { right: 50%; transform: translateX(50%); bottom: 6.8rem; }
  .hdr__cta { display: none; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 1.25rem; }
  .frow { grid-template-columns: 1fr; gap: 0; }
  .act__grid { grid-template-columns: 1fr; }
  .act { height: 210px; }
  .around__list { columns: 1; }
  .tiers { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .tier { padding: 1rem 1.1rem; }
  .tier__price { font-size: 1.7rem; }
  .esti__row { grid-template-columns: 1fr; }
  .gal__grid { columns: 2; column-gap: 9px; }
  .gal__item { margin-bottom: 9px; border-radius: 6px; }
  .gal__plus { display: none; }
  .hero__badges { gap: .4rem; }
  .badge { padding: .42rem .8rem; font-size: .62rem; }
  .hero__eyebrow { font-size: .6rem; letter-spacing: .26em; }
  .hairline { display: none; }
  .hero__dots { display: none; }
  .hdr__in { padding: 0 1.1rem; gap: .6rem; }
  .hdr__logo { font-size: 1.02rem; }
  .hdr__right { gap: .4rem; }
  .lang__btn { font-size: .6rem; padding: .3rem .28rem; }
  .burger { width: 40px; height: 40px; flex-shrink: 0; }
  .burger span { left: 8px; right: 8px; }
  .burger span:nth-child(1) { top: 15px; }
  .burger span:nth-child(2) { top: 24px; }
  .burger.is-open span:nth-child(1), .burger.is-open span:nth-child(2) { top: 20px; }
  .lb__nav { top: auto; bottom: 1.3rem; transform: none; width: 48px; height: 48px; padding: 14px; }
  .lb__nav:hover { transform: scale(1.08); }
  .lb__prev { left: 25%; } .lb__next { right: 25%; }
  .lb__fig img { max-height: 64vh; }
  .marquee__track { animation-duration: 22s; }
}

/* ═══ ACCESSIBILITÉ : MOTION RÉDUITE ════════════════════── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .15s !important; }
  .rise, .rv, .rv-l, .rv-r, .room, .act, .tier, .gal__item { opacity: 1 !important; transform: none !important; }
  .hero__slide.is-on { animation: none; transform: none; }
  .marquee__track { animation: none; flex-wrap: wrap; }
  .quote__bg { inset: 0; }
}

/* ═══ WORDPRESS : formulaire de plugin (CF7 / WPForms / Forminator…) ═══ */
.resa__plugin label, .resa__plugin .wpforms-field-label, .resa__plugin legend {
  font-size: .66rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
}
.resa__plugin input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=button]),
.resa__plugin select, .resa__plugin textarea {
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: .85rem 1rem; font-family: var(--sans); font-size: .96rem; font-weight: 300; color: var(--ink);
  width: 100%; max-width: 100%; transition: border-color .3s, box-shadow .3s; margin: .35rem 0 .9rem;
}
.resa__plugin input:focus, .resa__plugin select:focus, .resa__plugin textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,110,.2);
}
.resa__plugin input[type=submit], .resa__plugin button[type=submit], .resa__plugin .wpforms-submit {
  display: inline-flex; align-items: center; justify-content: center; width: 100%;
  padding: 1rem 2.1rem; font-size: .76rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  border: none; border-radius: 2px; cursor: pointer; color: var(--ink);
  background: linear-gradient(120deg, #D8B97E, var(--gold) 45%, #B8954F);
  box-shadow: 0 10px 26px -10px rgba(201,169,110,.65);
  transition: transform .35s var(--e-out), box-shadow .35s var(--e-out);
}
.resa__plugin input[type=submit]:hover, .resa__plugin button[type=submit]:hover, .resa__plugin .wpforms-submit:hover {
  transform: translateY(-2px); box-shadow: 0 16px 34px -10px rgba(201,169,110,.75);
}
.resa__plugin .wpcf7-response-output, .resa__plugin .wpforms-confirmation-container-full {
  border: 1px solid var(--olive); border-radius: 8px; padding: 1rem 1.2rem; margin-top: 1rem; font-size: .9rem;
}
.resa__plugin .wpcf7-not-valid-tip { color: #B4533F; font-size: .78rem; }

/* ═══ WORDPRESS : pages génériques (fallback index.php) ═══ */
.wp-generic { max-width: 760px; }
.wp-generic h1, .wp-generic h2, .wp-generic h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 1.6rem 0 .6rem; }
.wp-generic h1 { font-size: 2.4rem; } .wp-generic h2 { font-size: 1.7rem; } .wp-generic h3 { font-size: 1.3rem; }
.wp-generic p, .wp-generic ul, .wp-generic ol { margin-bottom: 1rem; }
.wp-generic a { color: var(--gold-deep); text-decoration: underline; }
.wp-generic img { border-radius: 8px; }
