/*
Theme Name:  La Minguière
Theme URI:   https://www.laminguiere.fr
Author:      La Minguière — Champigné, Anjou
Description: Thème WordPress multi-pages pour le Gîte & Chambres d'hôtes La Minguière ★★★ — Champigné, Anjou 49330. Palette Quiet Luxury Bleu Nuit & Or Champagne.
Version:     3.0.0
Requires at least: 6.2
Tested up to:      6.5
Requires PHP:      8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laminguiere
Tags: accommodation, gite, responsive, custom-colors, custom-logo, full-width-template
*/

/* ════════════════════════════════════════
   PALETTE "QUIET LUXURY ANJOU"
   Bleu nuit & or champagne
════════════════════════════════════════ */
:root {
  --cream:      #F5F1EA;
  --sand:       #EAE4D9;
  --white-warm: #FAF8F4;
  --gold:       #C8A96A;
  --gold-lt:    #DFC08A;
  --honey:      #E8D4A0;
  --forest:     #1E2D3D;
  --forest-md:  #28405A;
  --forest-lt:  #DDE5EE;
  --sage:       #4A6741;
  --sage-md:    #5E7F56;
  --dark:       #111B26;
  --dark-warm:  #0D1520;
  --text:       #2C3A48;
  --border-g:   rgba(200,169,106,.28);
  --border-f:   rgba(30,45,61,.18);
  --nav-h:      64px;
}

/* ════════════════════════════════════════
   RESET & BASE
════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--text);
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
strong { font-weight: 600; }

/* ════════════════════════════════════════
   NAVIGATION
════════════════════════════════════════ */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  background: var(--dark);
  border-bottom: 1.5px solid rgba(200,169,106,.4);
  height: var(--nav-h);
  transition: box-shadow .3s;
}
#site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.35); }

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 100%;
  max-width: 1440px; margin: 0 auto;
}

.site-branding a,
.site-branding span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 600;
  color: #fff; letter-spacing: .04em;
}
.site-branding em { font-style: italic; color: var(--honey); }

#primary-menu {
  display: flex; align-items: center;
  gap: 0; height: var(--nav-h);
}
#primary-menu > li {
  position: relative; height: 100%;
  display: flex; align-items: center;
}
#primary-menu > li > a {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.62); font-weight: 400;
  padding: 0 .85rem; height: 100%;
  display: flex; align-items: center;
  transition: color .2s; white-space: nowrap;
}
#primary-menu > li > a:hover,
#primary-menu > li.current-menu-item > a,
#primary-menu > li.current-menu-ancestor > a { color: var(--honey); }

#primary-menu > li.menu-item-has-children > a::after {
  content: '▾'; font-size: .55rem; margin-left: .35rem; opacity: .6;
}

/* Sous-menu */
.sub-menu {
  display: none; position: absolute; top: 100%; left: 0;
  min-width: 195px; background: var(--dark);
  border-top: 2px solid var(--gold);
  flex-direction: column; z-index: 600;
}
#primary-menu > li:hover > .sub-menu { display: flex; }
.sub-menu li a {
  font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.62); padding: .78rem 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: block; width: 100%; transition: all .2s;
}
.sub-menu li a:hover { color: var(--honey); padding-left: 1.5rem; background: rgba(255,255,255,.03); }

/* CTA Contact */
#primary-menu > li.menu-cta > a {
  background: var(--sage); color: #fff !important;
  padding: 0 1.2rem !important; transition: background .2s !important;
}
#primary-menu > li.menu-cta > a:hover { background: var(--sage-md) !important; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.hamburger span { width: 24px; height: 1.5px; background: #fff; display: block; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ════════════════════════════════════════
   PAGE HERO (sous-pages)
════════════════════════════════════════ */
.page-hero {
  padding-top: var(--nav-h);
  position: relative; height: 300px;
  display: flex; align-items: flex-end;
  overflow: hidden; background: var(--forest);
}
.page-hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: .42;
}
.page-hero-body { position: relative; padding: 2.5rem 5vw; max-width: 1440px; width: 100%; }
.page-hero-eyebrow {
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--honey); font-weight: 600; margin-bottom: .6rem; display: block;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 300; color: #fff; line-height: 1.05;
}
.page-hero h1 em { font-style: italic; color: var(--honey); }
.page-breadcrumb {
  margin-top: .8rem; font-size: .73rem;
  color: rgba(255,255,255,.45); letter-spacing: .05em;
}
.page-breadcrumb a { color: rgba(255,255,255,.45); }
.page-breadcrumb a:hover { color: var(--honey); }
.page-breadcrumb span { color: rgba(255,255,255,.25); margin: 0 .4rem; }

/* ════════════════════════════════════════
   HERO ACCUEIL
════════════════════════════════════════ */
#hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 100vh; padding-top: var(--nav-h);
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 4rem 3.5rem 4rem 5vw;
  background: linear-gradient(145deg, #1A2A3A 0%, #1E2D3D 60%, #243548 100%);
  position: relative; overflow: hidden;
}
.hero-left::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: var(--gold); opacity: .07; pointer-events: none;
}
.hero-eyebrow {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--honey); margin-bottom: 1.2rem; font-weight: 500;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 300; line-height: 1; color: #fff; margin-bottom: .4rem;
}
.hero-title em { font-style: italic; color: var(--honey); }
.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-style: italic;
  color: rgba(255,255,255,.5); margin-bottom: 1.8rem;
}
.hero-desc { font-size: .9rem; line-height: 1.85; color: rgba(255,255,255,.75); max-width: 400px; margin-bottom: 2rem; }
.hero-badges { display: flex; gap: .7rem; flex-wrap: wrap; margin-bottom: 2rem; }
.badge {
  font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid rgba(200,169,106,.45); padding: .35rem .85rem;
  color: var(--gold); background: rgba(200,169,106,.08); font-weight: 400;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-right { position: relative; overflow: hidden; background: var(--forest-md); }
.hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 9s ease; }
.hero-right:hover img { transform: scale(1.04); }
/* Placeholder si pas d'image hero */
.hero-placeholder {
  width: 100%; height: 100%; min-height: 400px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--forest-md); color: rgba(255,255,255,.35);
  font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; gap: .5rem;
}
.hero-placeholder::before { content: '🏡'; font-size: 3rem; }
.hero-stamp {
  position: absolute; bottom: 1.8rem; right: 1.8rem;
  background: rgba(17,27,38,.85); border: 1px solid rgba(200,169,106,.55);
  backdrop-filter: blur(10px); padding: .9rem 1.4rem; text-align: center;
}
.stars-row { color: var(--honey); font-size: 1.1rem; letter-spacing: .15em; }
.stars-label { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: .3rem; }

/* ════════════════════════════════════════
   BOUTONS
════════════════════════════════════════ */
.btn-primary, .btn-outline, .btn-sage, .btn-dl {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 2rem; font-size: .75rem; letter-spacing: .12em;
  text-transform: uppercase; font-weight: 500;
  font-family: 'Jost', sans-serif; cursor: pointer; border: none; transition: all .2s;
}
.btn-primary { background: var(--sage); color: #fff; }
.btn-primary:hover { background: var(--sage-md); color: #fff; }
.btn-outline { border: 1.5px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color: var(--dark); }
.btn-sage { background: var(--sage); color: #fff; }
.btn-sage:hover { background: var(--sage-md); color: #fff; }
.btn-dl { background: var(--gold); color: var(--dark); font-weight: 600; }
.btn-dl:hover { background: var(--honey); color: var(--dark); }

/* ════════════════════════════════════════
   LAYOUT SECTIONS
════════════════════════════════════════ */
.lm-section { padding: 5rem 5vw; }
.lm-section .lm-inner { max-width: 1440px; margin: 0 auto; }
.lm-section-full { padding: 5rem 5vw; }
.eyebrow { display: block; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; margin-bottom: .9rem; }
.eyebrow-gold   { color: var(--gold); }
.eyebrow-sage   { color: var(--sage-md); }
.eyebrow-honey  { color: var(--honey); }
h2.sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.1rem,3.8vw,3.4rem); font-weight: 300; line-height: 1.08; margin-bottom: 1.4rem; }
h2.sec-title em { font-style: italic; }
.sec-line { width: 52px; height: 3px; border-radius: 2px; margin-bottom: 2rem; }
.sec-line-gold  { background: linear-gradient(90deg, var(--sage), var(--gold)); }
.sec-line-white { background: linear-gradient(90deg, var(--honey), rgba(255,255,255,.25)); }
.sec-line-sage  { background: linear-gradient(90deg, var(--forest-md), var(--gold)); }

/* ════════════════════════════════════════
   SECTION PRÉSENTATION
════════════════════════════════════════ */
.section-presentation { background: var(--sand); }
.pres-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.pres-text p { font-size: .93rem; line-height: 1.9; color: var(--text); margin-bottom: .9rem; opacity: .9; }
.pres-text p strong { color: var(--forest); font-weight: 600; opacity: 1; }
.equip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-top: 1.8rem; }
.equip-item { padding: 1rem 1.1rem; background: var(--white-warm); border-left: 3px solid var(--gold); }
.equip-icon { font-size: 1.2rem; margin-bottom: .35rem; }
.equip-label { font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; color: var(--forest); font-weight: 600; }
.pres-imgs { display: grid; grid-template-columns: 1fr; gap: .9rem; }
.pres-imgs img { width: 100%; height: 240px; object-fit: cover; object-position: center; }
.pres-imgs .img-placeholder { width: 100%; height: 240px; background: var(--forest-lt); display: flex; align-items: center; justify-content: center; color: var(--forest); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }

/* ════════════════════════════════════════
   CUISINE & VÉRANDA
════════════════════════════════════════ */
.section-cuisine { background: linear-gradient(150deg,#1A2A3A 0%,#1E2D3D 55%,#243548 100%); }
.cuisine-imgs-row { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; margin-bottom: 3rem; }
.cuisine-imgs-row img, .cuisine-imgs-row .img-placeholder { width: 100%; height: 250px; object-fit: cover; }
.cuisine-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.cuisine-text p { font-size: .92rem; line-height: 1.85; color: rgba(255,255,255,.78); margin-bottom: 1rem; }
.cuisine-list li { font-size: .88rem; color: rgba(255,255,255,.72); padding: .42rem 0; border-bottom: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; gap: .7rem; }
.cuisine-list li::before { content: '✦'; color: var(--honey); font-size: .6rem; flex-shrink: 0; }
.section-veranda { background: var(--forest-md); padding: 3rem 5vw; }
.section-veranda h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: #fff; margin-bottom: 1.5rem; }
.section-veranda h3 em { font-style: italic; color: var(--honey); }
.veranda-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.veranda-imgs img, .veranda-imgs .img-placeholder { width: 100%; height: 260px; object-fit: cover; }

/* ════════════════════════════════════════
   CHAMBRES — LISTE
════════════════════════════════════════ */
.section-chambres-list { background: var(--white-warm); }
.chambres-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2.5rem; }
.chambre-card { background: var(--white-warm); overflow: hidden; border-top: 3px solid var(--gold); transition: transform .3s, box-shadow .3s; }
.chambre-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(30,45,61,.14); }
.chambre-card-img { height: 220px; overflow: hidden; position: relative; background: var(--forest-lt); }
.chambre-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s; }
.chambre-card:hover .chambre-card-img img { transform: scale(1.04); }
.chambre-card-img .img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--forest); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; background: var(--forest-lt); }
.chambre-card-body { padding: 1.4rem; }
.chambre-card-name { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 400; color: var(--dark); margin-bottom: .25rem; }
.chambre-card-etage { font-size: .7rem; color: var(--sage); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; margin-bottom: .75rem; }
.chambre-card-feats li { font-size: .84rem; color: var(--text); padding: .18rem 0; display: flex; align-items: baseline; gap: .45rem; opacity: .88; }
.chambre-card-feats li::before { content: '—'; color: var(--gold); font-size: .65rem; flex-shrink: 0; }
.chambre-card-link { display: inline-block; margin-top: .9rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--forest); font-weight: 600; transition: color .2s; }
.chambre-card-link:hover { color: var(--sage); }
.chambre-card-link::after { content: ' →'; }

/* ════════════════════════════════════════
   CHAMBRE INDIVIDUELLE (single)
════════════════════════════════════════ */
.section-chambre-single { background: var(--cream); }
.chambre-single-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.chambre-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.chambre-gallery img { width: 100%; height: 220px; object-fit: cover; object-position: center; cursor: pointer; transition: opacity .3s; }
.chambre-gallery img:first-child, .chambre-gallery .gallery-main { grid-column: span 2; height: 300px; }
.chambre-gallery img:hover { opacity: .88; }
.chambre-gallery .img-placeholder { width: 100%; height: 220px; background: var(--forest-lt); display: flex; align-items: center; justify-content: center; color: var(--forest); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.chambre-fiche { background: var(--white-warm); padding: 2.5rem; border-top: 3px solid var(--gold); }
.chambre-fiche h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: var(--dark); margin-bottom: .3rem; }
.chambre-fiche h2 em { font-style: italic; color: var(--forest); }
.chambre-fiche-etage { font-size: .72rem; color: var(--sage); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; margin-bottom: 1.5rem; }
.chambre-specs li { display: flex; align-items: center; gap: .9rem; padding: .75rem 0; border-bottom: 1px solid var(--border-f); font-size: .92rem; color: var(--text); }
.chambre-specs li:first-child { border-top: 1px solid var(--border-f); }
.chambre-spec-icon { font-size: 1.1rem; flex-shrink: 0; }
.chambre-note { margin-top: 1.5rem; padding: 1rem 1.2rem; background: var(--forest-lt); border-left: 3px solid var(--forest); font-size: .84rem; line-height: 1.8; color: var(--text); }
.chambre-actions { margin-top: 1.5rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.chambre-nav-links { display: flex; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border-f); font-size: .78rem; color: var(--forest); }
.chambre-nav-links a:hover { color: var(--sage); }

/* ════════════════════════════════════════
   GALERIE PAGE COMPLÈTE
════════════════════════════════════════ */
.section-galerie-full { background: var(--dark-warm); }
.galerie-full-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-top: 2.5rem; }
.galerie-full-grid .gal-item { overflow: hidden; cursor: pointer; background: var(--forest); }
.galerie-full-grid .gal-item img { width: 100%; height: 260px; object-fit: cover; object-position: center; transition: opacity .3s, transform .4s; display: block; }
.galerie-full-grid .gal-item:hover img { opacity: .82; transform: scale(1.03); }
.galerie-full-grid .gal-item .img-placeholder { width: 100%; height: 260px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; background: var(--forest); }
/* Mosaic accueil */
.galerie-mosaic { display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: 200px 200px; gap: .6rem; margin-top: 2.5rem; }
.galerie-mosaic .gal-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; cursor: pointer; transition: opacity .3s; }
.galerie-mosaic .gal-item:hover img { opacity: .82; }
.galerie-mosaic .gal-large { grid-column: span 2; grid-row: span 2; height: 100%; }
.galerie-mosaic .gal-large img { height: 100%; }

/* ════════════════════════════════════════
   TARIFS
════════════════════════════════════════ */
.section-tarifs { background: var(--forest); }
.tarifs-intro { font-size: .88rem; line-height: 1.85; color: rgba(255,255,255,.65); max-width: 700px; margin-bottom: 2.5rem; }
.tarifs-intro strong { color: var(--honey); }
.tarifs-imgs { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; margin-bottom: 2rem; }
.tarifs-imgs img { width: 100%; border: 1px solid rgba(200,169,106,.22); }
.tarifs-imgs .img-placeholder { height: 220px; background: var(--forest-md); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.35); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; border: 1px solid rgba(200,169,106,.22); }
.tarifs-extra p { font-size: .83rem; line-height: 2.2; color: rgba(255,255,255,.6); }
.tarifs-extra p strong { color: var(--honey); }
.tarifs-notes { margin-top: .8rem; }
.tarifs-notes p { font-size: .8rem; line-height: 2; color: rgba(255,255,255,.5); }
.tarifs-notes p::before { content: '◆ '; color: var(--gold); font-size: .5rem; vertical-align: middle; }

/* ════════════════════════════════════════
   ACTIVITÉS
════════════════════════════════════════ */
.section-activites { background: var(--sand); }
.act-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-top: 2.5rem; }
.act-list li { display: flex; align-items: center; gap: .9rem; padding: .8rem 0; border-bottom: 1px solid var(--border-f); font-size: .88rem; }
.act-list li:first-child { border-top: 1px solid var(--border-f); }
.act-name { flex: 1; color: var(--text); }
.act-dist { font-size: .7rem; color: #fff; background: var(--forest); padding: .2rem .65rem; border-radius: 20px; font-weight: 600; white-space: nowrap; }
.act-img img, .act-img .img-placeholder { width: 100%; height: 360px; object-fit: cover; }
.act-img .img-placeholder { background: var(--forest-lt); display: flex; align-items: center; justify-content: center; color: var(--forest); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }

/* ════════════════════════════════════════
   ITINÉRAIRE
════════════════════════════════════════ */
.section-itineraire { background: var(--forest-lt); }
.itin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-top: 2.5rem; }
.itin-intro { font-size: .85rem; color: var(--text); margin-bottom: 1.5rem; opacity: .8; }
.itin-step { display: flex; gap: 1.2rem; margin-bottom: 1.2rem; }
.itin-num { width: 32px; height: 32px; border-radius: 50%; background: var(--forest); color: #fff; font-size: .75rem; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.itin-step-text h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 400; color: var(--dark); margin-bottom: .15rem; }
.itin-step-text p { font-size: .84rem; color: var(--text); opacity: .8; }
.itin-gps { margin-top: 2rem; padding: 1.2rem 1.5rem; background: var(--forest); }
.itin-gps p { font-size: .82rem; color: rgba(255,255,255,.75); line-height: 1.8; }
.itin-gps strong { color: var(--honey); }
.itin-map iframe { width: 100%; height: 300px; border: 0; display: block; }
.itin-map-note { padding: 1.2rem 1.5rem; background: var(--white-warm); border-left: 3px solid var(--gold); margin-top: .8rem; font-size: .85rem; line-height: 1.9; }
.itin-map-note a { color: var(--forest); font-weight: 600; }

/* ════════════════════════════════════════
   CONTACT
════════════════════════════════════════ */
.section-contact { background: var(--dark); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; margin-top: 2.5rem; }
.contact-intro { font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.85; margin-bottom: 2rem; }
.contact-block { margin-bottom: 1.8rem; }
.contact-lbl { font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: .45rem; }
.contact-val { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: #fff; line-height: 1.5; }
.contact-val a { color: var(--honey); }
.contact-panel { background: var(--forest-md); padding: 2.5rem; }
.contact-panel h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: #fff; margin-bottom: 1.5rem; }
.contact-panel h3 em { font-style: italic; color: var(--honey); }
.c-row { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.07); }
.c-row:last-child { border-bottom: none; margin-bottom: 0; }
.c-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.c-info p { font-size: .85rem; color: rgba(255,255,255,.68); line-height: 1.75; }
.c-info a { color: var(--honey); }

/* ════════════════════════════════════════
   PAGES LÉGALES
════════════════════════════════════════ */
.legal-content { max-width: 820px; margin: 0 auto; }
.legal-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--dark); margin: 2.5rem 0 .8rem; padding-bottom: .4rem; border-bottom: 2px solid var(--gold); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { font-size: .9rem; line-height: 1.85; color: var(--text); margin-bottom: .8rem; opacity: .9; }
.legal-content ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-content li { font-size: .9rem; line-height: 1.8; list-style: disc; color: var(--text); opacity: .9; margin-bottom: .3rem; }
.legal-content a { color: var(--forest); text-decoration: underline; }
.legal-content table { width: 100%; border-collapse: collapse; font-size: .87rem; margin: 1.5rem 0; }
.legal-content table th { background: var(--forest); color: #fff; padding: .6rem .9rem; text-align: left; }
.legal-content table td { padding: .55rem .9rem; border-bottom: 1px solid var(--border-f); }
.legal-content table tr:nth-child(even) td { background: var(--white-warm); }
.legal-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.5rem; }

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
#site-footer { background: var(--dark); border-top: 1.5px solid rgba(200,169,106,.35); padding: 2rem 5vw; }
.footer-inner { max-width: 1440px; margin: 0 auto; }
.footer-main { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: #fff; }
.footer-logo em { font-style: italic; color: var(--honey); }
.footer-info { font-size: .73rem; color: rgba(255,255,255,.3); letter-spacing: .05em; }
.footer-stars { color: var(--gold); font-size: 1rem; letter-spacing: .25em; }
.footer-legal { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding-top: .7rem; margin-top: .7rem; border-top: 1px solid rgba(200,169,106,.15); }
.footer-legal a { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.32); transition: color .2s; }
.footer-legal a:hover { color: var(--gold); }
.footer-legal .copy { font-size: .68rem; color: rgba(255,255,255,.18); margin-left: auto; }

/* ════════════════════════════════════════
   LIGHTBOX
════════════════════════════════════════ */
.lb { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.94); z-index: 9999; align-items: center; justify-content: center; }
.lb.on { display: flex; }
.lb img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.lb-close { position: absolute; top: 1.5rem; right: 2rem; color: #fff; font-size: 2.5rem; cursor: pointer; background: none; border: none; line-height: 1; }
.lb-prev, .lb-next { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 2rem; cursor: pointer; background: rgba(0,0,0,.4); border: none; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.lb-prev:hover, .lb-next:hover { background: rgba(0,0,0,.7); }
.lb-prev { left: 1rem; } .lb-next { right: 1rem; }
.lb-ctr { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.5); font-size: .8rem; letter-spacing: .1em; }

/* ════════════════════════════════════════
   COOKIE BANNER
════════════════════════════════════════ */
#lm-cookie-banner { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998; background: var(--dark); border-top: 1.5px solid rgba(200,169,106,.4); padding: 1.2rem 5vw; animation: slideUp .4s ease; }
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.cb-inner { max-width: 1440px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cb-text { flex: 1; min-width: 240px; }
.cb-text p { font-size: .82rem; line-height: 1.6; color: rgba(255,255,255,.75); margin-bottom: .3rem; }
.cb-text strong { color: var(--honey); }
.cb-btns { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.cbtn { font-family: 'Jost', sans-serif; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; padding: .55rem 1.2rem; cursor: pointer; border: none; transition: all .2s; }
.cbtn-accept { background: var(--forest-md); color: #fff; }
.cbtn-accept:hover { background: var(--forest); }
.cbtn-essential { background: transparent; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.25); }
.cbtn-essential:hover { color: #fff; border-color: rgba(255,255,255,.6); }
.cbtn-decline { background: transparent; color: rgba(255,255,255,.4); border: 1px solid rgba(255,255,255,.15); }
.cbtn-decline:hover { color: rgba(255,255,255,.7); }
.cb-link { font-size: .72rem; color: var(--gold); text-decoration: underline; cursor: pointer; white-space: nowrap; }
#lm-cookie-prefs { display: none; position: fixed; bottom: 1.5rem; left: 1.5rem; z-index: 9997; background: var(--dark); border: 1px solid var(--gold); color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; padding: .4rem .8rem; cursor: pointer; font-family: 'Jost', sans-serif; transition: all .2s; }
#lm-cookie-prefs:hover { color: #fff; }

/* ════════════════════════════════════════
   REVEAL ANIMATIONS
════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.vis { opacity: 1; transform: none; }
.rv2 { transition-delay: .12s; }
.rv3 { transition-delay: .24s; }

/* ════════════════════════════════════════
   WORDPRESS CORE
════════════════════════════════════════ */
.alignleft  { float: left;  margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 1rem auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .8rem; color: var(--gold); margin-top: .4rem; text-align: center; }
.screen-reader-text { position: absolute; left: -9999px; }

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1100px) {
  .chambres-grid { grid-template-columns: 1fr 1fr; }
  .galerie-full-grid { grid-template-columns: 1fr 1fr; }
  .galerie-mosaic { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 860px) {
  :root { --nav-h: 58px; }
  .nav-inner { padding: 0 1.5rem; }
  #primary-menu {
    display: none; flex-direction: column; position: absolute;
    top: var(--nav-h); left: 0; right: 0;
    background: var(--dark); border-top: 1px solid var(--border-g);
    padding: 1rem 1.5rem; gap: 0; height: auto; align-items: flex-start; z-index: 999;
  }
  #primary-menu.open { display: flex; }
  #primary-menu > li { width: 100%; height: auto; }
  #primary-menu > li > a { padding: .75rem 0; width: 100%; height: auto; border-bottom: 1px solid rgba(255,255,255,.06); }
  #primary-menu > li.menu-cta > a { background: none !important; padding: .75rem 0 !important; }
  .sub-menu { position: static; border-top: none; background: transparent; padding-left: 1rem; }
  #primary-menu > li:hover > .sub-menu { display: none; }
  #primary-menu > li.sub-open > .sub-menu { display: flex; }
  .hamburger { display: flex; }

  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 3rem 1.5rem; }
  .hero-right { height: 55vw; min-height: 260px; }

  .pres-grid, .chambre-single-layout, .cuisine-grid-2, .act-grid, .itin-grid, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .chambres-grid { grid-template-columns: 1fr; }
  .galerie-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .galerie-mosaic .gal-large { grid-column: span 2; height: 200px; }
  .galerie-mosaic .gal-large img { height: 200px; }
  .galerie-mosaic .gal-item img { height: 150px; }
  .galerie-full-grid { grid-template-columns: 1fr 1fr; }
  .galerie-full-grid .gal-item img { height: 180px; }
  .tarifs-imgs { grid-template-columns: 1fr; }
  .act-img img { height: 220px; }
  .cuisine-imgs-row { grid-template-columns: 1fr 1fr; }
  .chambre-gallery { grid-template-columns: 1fr; }
  .chambre-gallery img:first-child { grid-column: span 1; height: 220px; }
  .veranda-imgs { grid-template-columns: 1fr; }
  .itin-map iframe { height: 240px; }
  .lm-section { padding: 3rem 1.5rem; }
  .section-veranda { padding: 2rem 1.5rem; }
  .page-hero { height: 220px; }
  .footer-legal .copy { margin-left: 0; }
  .cb-inner { flex-direction: column; gap: 1rem; }
}
@media (max-width: 480px) {
  .hero-btns, .chambre-actions, .legal-btns { flex-direction: column; }
  .equip-grid { grid-template-columns: 1fr; }
  .cuisine-imgs-row { grid-template-columns: 1fr; }
  .galerie-full-grid { grid-template-columns: 1fr; }
  .footer-main { flex-direction: column; text-align: center; }
}
