@charset "UTF-8";
/* ==========================================================================
   Gite La Maladrerie - Chablis (Bourgogne)
   Charte graphique : serif Bodoni Moda en display, Mulish en texte courant,
   Roboto Condensed en libelles, accent or de Chablis sur fond creme.
   Feuille de style unique, sans dependance externe hors polices Google.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Variables de design
   -------------------------------------------------------------------------- */
:root {
  /* Couleurs */
  --ink: #16150f;
  --ink-soft: #4a4740;
  --ink-faint: #7d786e;
  --gold: #c0a253;
  --gold-light: #d2bb73;
  --gold-deep: #8a6d1f;
  --champagne: #ede6d5;
  --cream: #faf7f0;
  --vine: #333d31;
  --vine-dark: #232b22;
  --line: #e2dccf;
  --white: #fff;

  /* Typographie */
  --font-display: "Bodoni Moda", "Didot", Georgia, serif;
  --font-body: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-label: "Roboto Condensed", "Arial Narrow", sans-serif;
  --font-script: "Calligraffitti", "Segoe Script", cursive;

  /* Rythme */
  --wrap: 1240px;
  --wrap-narrow: 820px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section-y: clamp(4rem, 9vw, 8.5rem);

  /* Divers */
  --shadow: 0 18px 50px -30px rgba(22, 21, 15, .55);
  --shadow-lg: 0 30px 80px -40px rgba(22, 21, 15, .7);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --header-h: 88px;
}

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(1rem, .96rem + .2vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img, picture, video, svg { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; }

p { margin: 0 0 1.25em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.25em; padding-left: 1.2em; }
li { margin-bottom: .45em; }

strong, b { font-weight: 700; }

hr {
  border: 0;
  height: 1px;
  background: var(--line);
  margin: clamp(2rem, 5vw, 3.5rem) 0;
}

::selection { background: var(--gold-light); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--gold-deep);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--ink);
  color: var(--white);
  padding: .85rem 1.4rem;
  font-family: var(--font-label);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   3. Typographie
   -------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0 0 .6em;
  color: var(--ink);
  text-wrap: balance;
}

h1 { font-size: clamp(2.4rem, 1.6rem + 3.6vw, 4.35rem); }
h2 { font-size: clamp(1.95rem, 1.35rem + 2.6vw, 3.15rem); }
h3 { font-size: clamp(1.35rem, 1.1rem + 1.05vw, 1.85rem); letter-spacing: -.012em; }
h4,
.label-heading {
  font-family: var(--font-label);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.4;
}

.kicker {
  display: block;
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 1.1rem + .9vw, 1.75rem);
  font-weight: 400;
  letter-spacing: .01em;
  color: var(--gold-deep);
  line-height: 1.3;
  margin: 0 0 .5rem;
}

.eyebrow {
  display: block;
  font-family: var(--font-label);
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 0 0 1.1rem;
}

.lead {
  font-size: clamp(1.1rem, 1.02rem + .38vw, 1.3rem);
  line-height: 1.68;
  color: var(--ink-soft);
}

.rule {
  width: 64px;
  height: 2px;
  background: var(--gold);
  border: 0;
  margin: 1.6rem 0;
}
.center .rule, .rule--center { margin-left: auto; margin-right: auto; }

.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.9em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose a:not(.btn) {
  color: var(--gold-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
  transition: color .25s var(--ease);
}
.prose a:not(.btn):hover { color: var(--ink); }
.prose ul { list-style: none; padding-left: 0; }
.prose ul > li {
  position: relative;
  padding-left: 1.6rem;
}
.prose ul > li::before {
  content: "";
  position: absolute;
  left: 0; top: .72em;
  width: 7px; height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}
.prose blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.75rem;
  border-left: 2px solid var(--gold);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--ink-soft);
}

/* --------------------------------------------------------------------------
   4. Mise en page
   -------------------------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--cream { background: var(--cream); }
.section--champagne { background: var(--champagne); }
.section--dark { background: var(--vine); color: #ece9e0; }
.section--dark h2, .section--dark h3, .section--dark h4 { color: var(--white); }
.section--dark .kicker { color: var(--gold-light); }
.section--dark .eyebrow { color: var(--gold-light); }
.section--dark .lead { color: #cfcdc4; }

.center { text-align: center; }

.section-head { max-width: 46rem; margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.section-head.center { margin-inline: auto; }
.section-head > :last-child { margin-bottom: 0; }

.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.5rem), 1fr)); }

/* --------------------------------------------------------------------------
   5. Boutons et liens
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .7em;
  padding: 1.05em 2.2em;
  font-family: var(--font-label);
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: background-color .3s var(--ease), color .3s var(--ease),
              border-color .3s var(--ease), transform .3s var(--ease);
}
.btn:hover { transform: translateY(-2px); }

.btn--primary { background: var(--ink); color: var(--white); border-color: var(--ink); }
.btn--primary:hover { background: var(--gold-deep); border-color: var(--gold-deep); }

.btn--gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn--gold:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

.btn--ghost { background: transparent; color: var(--ink); border-color: currentColor; }
.btn--ghost:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

.btn--light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.75); }
.btn--light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2rem;
}
.center .btn-row { justify-content: center; }

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-family: var(--font-label);
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: .35em;
  border-bottom: 1px solid var(--gold);
  transition: color .3s var(--ease), border-color .3s var(--ease), gap .3s var(--ease);
}
.arrow-link::after { content: "\2192"; font-size: 1.05em; }
.arrow-link:hover { color: var(--gold-deep); gap: 1em; }
.section--dark .arrow-link { color: var(--white); border-color: var(--gold-light); }
.section--dark .arrow-link:hover { color: var(--gold-light); }

/* --------------------------------------------------------------------------
   6. En-tete et navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: transparent;
  transition: background-color .4s var(--ease), height .4s var(--ease),
              box-shadow .4s var(--ease);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  max-width: 1420px;
}

.site-header.is-solid,
body:not(.has-hero) .site-header {
  background: var(--white);
  box-shadow: 0 1px 0 var(--line);
  height: 74px;
}

.brand { display: flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -.01em;
  color: var(--ink);
}
.brand__tag {
  font-family: var(--font-label);
  font-size: .625rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: .38rem;
}
body.has-hero .site-header:not(.is-solid) .brand__name { color: var(--white); }
body.has-hero .site-header:not(.is-solid) .brand__tag { color: rgba(255,255,255,.78); }

.nav { margin-left: auto; }
.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(.9rem, 1.8vw, 1.9rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__list > li { margin: 0; position: relative; }

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  font-family: var(--font-label);
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink);
  padding: .6rem 0;
  position: relative;
  white-space: nowrap;
  transition: color .3s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: .15rem;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}
.nav__link:hover::after,
.nav__link[aria-current="page"]::after,
.nav__item.is-active > .nav__link::after { transform: scaleX(1); transform-origin: left; }
.nav__link:hover { color: var(--gold-deep); }

body.has-hero .site-header:not(.is-solid) .nav__link { color: var(--white); }
body.has-hero .site-header:not(.is-solid) .nav__link:hover { color: var(--gold-light); }
body.has-hero .site-header:not(.is-solid) .nav__link::after { background: var(--gold-light); }

.nav__caret { font-size: .55em; transition: transform .3s var(--ease); }
.nav__item:hover .nav__caret { transform: rotate(180deg); }

/* Sous-menu */
.nav__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 12px);
  min-width: 20rem;
  background: var(--white);
  border-top: 2px solid var(--gold);
  box-shadow: var(--shadow-lg);
  list-style: none;
  margin: 0;
  padding: .7rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
}
.nav__item:hover .nav__sub,
.nav__item:focus-within .nav__sub {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.nav__sub > li { margin: 0; }
.nav__sub a {
  display: block;
  padding: .68rem 1.6rem;
  font-family: var(--font-body);
  font-size: .95rem;
  color: var(--ink-soft);
  border-left: 2px solid transparent;
  transition: all .25s var(--ease);
}
.nav__sub a:hover,
.nav__sub a[aria-current="page"] {
  color: var(--ink);
  background: var(--cream);
  border-left-color: var(--gold);
}

/* Actions a droite */
.header-actions { display: flex; align-items: center; gap: 1.1rem; flex-shrink: 0; }

.lang-switch {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lang-switch a { color: var(--ink-faint); transition: color .25s var(--ease); }
.lang-switch a:hover { color: var(--gold-deep); }
.lang-switch .is-current { color: var(--ink); font-weight: 700; }
.lang-switch span[aria-hidden] { color: var(--line); }
body.has-hero .site-header:not(.is-solid) .lang-switch a { color: rgba(255,255,255,.7); }
body.has-hero .site-header:not(.is-solid) .lang-switch .is-current { color: var(--white); }
body.has-hero .site-header:not(.is-solid) .lang-switch span[aria-hidden] { color: rgba(255,255,255,.4); }

.header-cta { padding: .85em 1.5em; font-size: .75rem; }

/* Burger */
.burger {
  display: none;
  width: 44px; height: 44px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.burger span {
  position: absolute;
  left: 10px;
  width: 24px; height: 1.5px;
  background: var(--ink);
  transition: transform .35s var(--ease), opacity .25s var(--ease), background-color .3s;
}
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 21.5px; }
.burger span:nth-child(3) { top: 27px; }
body.has-hero .site-header:not(.is-solid) .burger span { background: var(--white); }
.burger[aria-expanded="true"] span { background: var(--ink); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--vine-dark);
}
.hero--compact { min-height: min(62vh, 560px); }

.hero__media { position: absolute; inset: 0; }
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: heroZoom 18s var(--ease) forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.09); }
  to   { transform: scale(1); }
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,19,14,.55) 0%, rgba(20,19,14,.15) 38%, rgba(20,19,14,.78) 100%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  padding-block: clamp(3.5rem, 9vw, 7rem);
  color: var(--white);
  max-width: 58rem;
}
.hero__inner .kicker { color: var(--gold-light); }
.hero h1 { color: var(--white); margin-bottom: .45em; }
.hero__text {
  font-size: clamp(1.05rem, .98rem + .42vw, 1.3rem);
  line-height: 1.65;
  color: rgba(255,255,255,.9);
  max-width: 40rem;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(1.5rem, 4vw, 3.25rem);
  list-style: none;
  margin: 2.4rem 0 0;
  padding: 0;
}
.hero__facts li {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-label);
  font-size: .8125rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
  margin: 0;
  padding: .5rem 0;
}
.hero__facts li::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--gold-light);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hero__scroll {
  position: absolute;
  bottom: 1.75rem;
  right: var(--gutter);
  z-index: 3;
  writing-mode: vertical-rl;
  font-family: var(--font-label);
  font-size: .6875rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  display: flex;
  align-items: center;
  gap: .9rem;
}
.hero__scroll::after {
  content: "";
  width: 1px; height: 54px;
  background: rgba(255,255,255,.5);
  animation: scrollPulse 2.2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(.35); opacity: .4; }
  50%      { transform: scaleY(1);   opacity: 1; }
}

/* Bandeau de page interieure */
.page-hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(3rem, 7vw, 6rem));
  padding-bottom: clamp(3rem, 7vw, 6rem);
  background: var(--vine-dark);
  color: var(--white);
  overflow: hidden;
}
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,19,14,.72), rgba(20,19,14,.5));
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); margin-bottom: .3em; }
.page-hero .kicker { color: var(--gold-light); }
.page-hero__text {
  max-width: 46rem;
  font-size: clamp(1.02rem, .97rem + .3vw, 1.2rem);
  color: rgba(255,255,255,.88);
}

/* Fil d'Ariane */
.breadcrumb {
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  list-style: none;
  margin: 0; padding: 0;
}
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: .55rem; }
.breadcrumb li + li::before { content: "/"; color: var(--gold-light); }
.breadcrumb a { color: rgba(255,255,255,.72); transition: color .25s var(--ease); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb [aria-current] { color: var(--gold-light); }

/* --------------------------------------------------------------------------
   8. Sections editoriales
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr));
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split--reverse .split__media { order: 2; }
.split__body > :last-child { margin-bottom: 0; }

.split__media { position: relative; }
.split__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.split__media--tall img { aspect-ratio: 3 / 4; }
.split__media--free img { aspect-ratio: auto; }

.media-frame { position: relative; }
.media-frame::before {
  content: "";
  position: absolute;
  inset: auto -1.25rem -1.25rem auto;
  width: 62%;
  height: 62%;
  border: 1px solid var(--gold);
  z-index: -1;
}
.media-frame > * { position: relative; z-index: 1; }

.caption {
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: .85rem;
}

/* Bande de chiffres cles */
.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  list-style: none;
  margin: 0; padding: 0;
}
.facts li { margin: 0; text-align: center; }
.facts__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 1.8rem + 2.2vw, 3.4rem);
  font-weight: 300;
  line-height: 1;
  color: var(--gold-light);
}
.facts__label {
  display: block;
  margin-top: .7rem;
  font-family: var(--font-label);
  font-size: .78125rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
}
.section:not(.section--dark) .facts__num { color: var(--gold-deep); }
.section:not(.section--dark) .facts__label { color: var(--ink-faint); }

/* --------------------------------------------------------------------------
   9. Cartes
   -------------------------------------------------------------------------- */
.card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  height: 100%;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }

.card__media { position: relative; overflow: hidden; }
.card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .8s var(--ease);
}
.card:hover .card__media img { transform: scale(1.06); }

.card__tag {
  position: absolute;
  top: 0; left: 0;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--font-label);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: .55rem 1rem;
}

.card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 0 0;
}
.section--cream .card, .section--champagne .card { background: transparent; }
.card__body .eyebrow { margin-bottom: .6rem; }
.card__title { font-size: clamp(1.25rem, 1.1rem + .55vw, 1.55rem); margin-bottom: .55rem; }
.card__title a { transition: color .3s var(--ease); }
.card:hover .card__title a { color: var(--gold-deep); }
.card__text { color: var(--ink-soft); font-size: .96875rem; margin-bottom: 1.25rem; }
.card__body > .arrow-link { margin-top: auto; align-self: flex-start; }

/* Carte compacte pour les pages enfants */
.tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 20rem;
  color: var(--white);
}
.tile img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.tile::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,19,14,.05) 30%, rgba(20,19,14,.82) 100%);
  transition: background .4s var(--ease);
}
.tile:hover img { transform: scale(1.07); }
.tile:hover::after { background: linear-gradient(180deg, rgba(20,19,14,.2) 20%, rgba(20,19,14,.88) 100%); }
.tile__body {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem;
}
.tile__title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
  margin: 0 0 .35rem;
}
.tile__text {
  font-size: .90625rem;
  color: rgba(255,255,255,.82);
  margin: 0;
}

/* --------------------------------------------------------------------------
   10. Listes d'equipements
   -------------------------------------------------------------------------- */
.amenities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 0 clamp(1.5rem, 3vw, 3rem);
  list-style: none;
  margin: 0; padding: 0;
}
.amenities li {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
  margin: 0;
  font-size: .96875rem;
}
.amenities li::before {
  content: "";
  flex-shrink: 0;
  margin-top: .55em;
  width: 7px; height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}
.section--dark .amenities li { border-color: rgba(255,255,255,.16); }

/* Encadre d'appel */
.callout {
  background: var(--champagne);
  border-left: 3px solid var(--gold);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  margin: 2.5rem 0;
}
.callout > :last-child { margin-bottom: 0; }
.callout h3 { font-size: 1.35rem; margin-bottom: .5rem; }

/* --------------------------------------------------------------------------
   11. Galerie et visionneuse
   -------------------------------------------------------------------------- */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.gallery-filters button {
  font-family: var(--font-label);
  font-size: .78125rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .7em 1.35em;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  cursor: pointer;
  transition: all .3s var(--ease);
}
.gallery-filters button:hover { border-color: var(--gold); color: var(--ink); }
.gallery-filters button[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr));
  gap: 1rem;
}
.gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--champagne);
  cursor: zoom-in;
  border: 0;
  padding: 0;
  width: 100%;
}
.gallery__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .8s var(--ease), filter .5s var(--ease);
}
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(22,21,15,0);
  transition: background .4s var(--ease);
}
.gallery__item:hover::after { background: rgba(22,21,15,.18); }
.gallery__item.is-hidden { display: none; }
.gallery__cap {
  position: absolute;
  z-index: 2;
  left: 0; right: 0; bottom: 0;
  padding: 2.5rem 1rem .9rem;
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white);
  text-align: left;
  background: linear-gradient(180deg, transparent, rgba(20,19,14,.8));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.gallery__item:hover .gallery__cap,
.gallery__item:focus-visible .gallery__cap { opacity: 1; transform: none; }

/* Item large (mise en avant) */
.gallery__item--wide { grid-column: span 2; }
.gallery__item--wide img { aspect-ratio: 8 / 5; }

/* Visionneuse */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(14,13,9,.96);
  padding: clamp(1rem, 4vw, 3rem);
}
.lightbox.is-open { display: flex; }
.lightbox__figure {
  margin: 0;
  max-width: min(1400px, 100%);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: lbIn .4s var(--ease);
}
@keyframes lbIn { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
.lightbox__figure img {
  max-height: calc(100vh - 11rem);
  width: auto;
  margin-inline: auto;
  object-fit: contain;
}
.lightbox__caption {
  text-align: center;
  font-family: var(--font-label);
  font-size: .8125rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
}
.lightbox__counter { color: var(--gold-light); margin-left: .75rem; }
.lightbox button {
  position: absolute;
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: var(--white);
  width: 52px; height: 52px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: all .3s var(--ease);
}
.lightbox button:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.lightbox__close { top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); }
.lightbox__prev { left: clamp(.5rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox__next { right: clamp(.5rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); }

/* Diaporama automatique */
.slideshow {
  position: relative;
  background: var(--vine-dark);
  overflow: hidden;
}
.slideshow__viewport { position: relative; aspect-ratio: 16 / 9; }
.slideshow__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s var(--ease);
}
.slideshow__slide.is-active { opacity: 1; }
.slideshow__slide img { width: 100%; height: 100%; object-fit: cover; }
.slideshow__slide figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 4rem clamp(1.25rem, 3vw, 2.5rem) 1.5rem;
  background: linear-gradient(180deg, transparent, rgba(20,19,14,.85));
  color: var(--white);
  font-family: var(--font-label);
  font-size: .8125rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.slideshow__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1.25rem;
  background: var(--vine-dark);
}
.slideshow__dot {
  width: 34px; height: 3px;
  background: rgba(255,255,255,.3);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background .3s var(--ease);
}
.slideshow__dot[aria-selected="true"] { background: var(--gold-light); }
.slideshow__ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px; height: 48px;
  background: rgba(20,19,14,.4);
  border: 1px solid rgba(255,255,255,.35);
  color: var(--white);
  font-size: 1.25rem;
  cursor: pointer;
  transition: all .3s var(--ease);
}
.slideshow__ctrl:hover { background: var(--white); color: var(--ink); }
.slideshow__ctrl--prev { left: 1rem; }
.slideshow__ctrl--next { right: 1rem; }

/* --------------------------------------------------------------------------
   12. Tarifs
   -------------------------------------------------------------------------- */
.table-wrap { overflow-x: auto; margin: 2rem 0; }
table.rates {
  width: 100%;
  border-collapse: collapse;
  font-size: .96875rem;
  min-width: 34rem;
}
table.rates caption {
  caption-side: top;
  text-align: left;
  font-family: var(--font-label);
  font-size: .78125rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding-bottom: .9rem;
}
table.rates th, table.rates td {
  padding: 1.05rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
table.rates thead th {
  font-family: var(--font-label);
  font-size: .78125rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2px solid var(--ink);
}
table.rates tbody th { font-weight: 600; font-family: var(--font-body); }
table.rates td.price {
  font-family: var(--font-display);
  font-size: 1.35rem;
  white-space: nowrap;
}
table.rates tbody tr:hover { background: var(--cream); }

.price-card {
  border: 1px solid var(--line);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color .35s var(--ease), transform .35s var(--ease);
}
.price-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.price-card--featured { border-color: var(--gold); border-width: 2px; }
.price-card__amount {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 1.7rem + 1.8vw, 3rem);
  font-weight: 300;
  line-height: 1;
  margin: .5rem 0 .3rem;
}
.price-card__unit {
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.price-card ul { margin-top: 1.5rem; }

/* --------------------------------------------------------------------------
   13. Avis
   -------------------------------------------------------------------------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.review {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(1.5rem, 3vw, 2.15rem);
  display: flex;
  flex-direction: column;
  transition: border-color .35s var(--ease);
}
.review:hover { border-color: var(--gold); }
.review__quote {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-style: italic;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 1.4rem;
  flex: 1;
}
.review__quote::before { content: "\201C"; color: var(--gold); font-size: 1.6em; line-height: 0; vertical-align: -.25em; margin-right: .1em; }
.review__meta {
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.review__stars { color: var(--gold); letter-spacing: .15em; margin-bottom: .4rem; display: block; }

/* --------------------------------------------------------------------------
   14. Actualites
   -------------------------------------------------------------------------- */
.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 1rem;
}
.post-meta .dot { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }

.post-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  margin-top: 3rem;
}

/* --------------------------------------------------------------------------
   15. Formulaire de contact
   -------------------------------------------------------------------------- */
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1.35rem;
}
.field { display: flex; flex-direction: column; gap: .5rem; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-family: var(--font-label);
  font-size: .78125rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.field .req { color: var(--gold-deep); }
.field input, .field select, .field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: .95rem 1.1rem;
  width: 100%;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field textarea { min-height: 9.5rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(192,162,83,.18);
}
.field .hint { font-size: .84375rem; color: var(--ink-faint); }

.consent {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .90625rem;
  color: var(--ink-soft);
}
.consent input { width: 1.15rem; height: 1.15rem; margin-top: .28rem; flex-shrink: 0; accent-color: var(--gold-deep); }

.contact-panel {
  background: var(--champagne);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  height: 100%;
}
.contact-panel h3 { font-size: 1.5rem; }
.contact-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.contact-list li {
  padding: .95rem 0;
  border-bottom: 1px solid rgba(22,21,15,.12);
  margin: 0;
}
.contact-list li:last-child { border-bottom: 0; }
.contact-list .label {
  display: block;
  font-family: var(--font-label);
  font-size: .6875rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: .3rem;
}
.contact-list a { font-weight: 600; }
.contact-list a:hover { color: var(--gold-deep); }

.map-embed {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  filter: grayscale(.35);
  transition: filter .5s var(--ease);
}
.map-embed:hover { filter: none; }

/* --------------------------------------------------------------------------
   16. Bandeau de rappel
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--vine-dark);
}
.cta-band__media { position: absolute; inset: 0; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__media::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(20,19,14,.7);
}
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h2 { color: var(--white); }
.cta-band .kicker { color: var(--gold-light); }
.cta-band p { color: rgba(255,255,255,.86); max-width: 38rem; margin-inline: auto; }

/* --------------------------------------------------------------------------
   17. Pied de page
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,.72);
  padding-block: clamp(3.5rem, 7vw, 5.5rem) 0;
  font-size: .9375rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
}
.site-footer .label-heading {
  color: var(--white);
  font-size: .8125rem;
  letter-spacing: .2em;
  margin: 0 0 1.35rem;
}
.site-footer a { transition: color .25s var(--ease); }
.site-footer a:hover { color: var(--gold-light); }
.footer-brand__name {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 300;
  color: var(--white);
  display: block;
  margin-bottom: .3rem;
}
.footer-brand__tag {
  font-family: var(--font-label);
  font-size: .6875rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: .7rem; }
.footer-bottom {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid rgba(255,255,255,.12);
  padding-block: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  font-size: .84375rem;
  color: rgba(255,255,255,.5);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }

/* --------------------------------------------------------------------------
   18. Animations d'apparition
   -------------------------------------------------------------------------- */
/* L'état masqué n'est appliqué que si JavaScript est actif : sans JS, tout le
   contenu reste visible (accessibilité, robots, mode lecture). */
.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  will-change: opacity, transform;
}
.js .reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal[data-delay="4"] { transition-delay: .4s; }

/* --------------------------------------------------------------------------
   19. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .header-cta { display: none; }
}

@media (max-width: 940px) {
  :root { --header-h: 72px; }

  .burger { display: block; margin-left: auto; order: 3; }
  .header-actions { order: 2; margin-left: auto; }

  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(24rem, 90vw);
    background: var(--white);
    padding: calc(var(--header-h) + 1.75rem) 2rem 2.5rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .45s var(--ease);
    box-shadow: var(--shadow-lg);
    margin-left: 0;
  }
  .nav.is-open { transform: none; }

  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__list > li { border-bottom: 1px solid var(--line); }
  .nav__link {
    justify-content: space-between;
    padding: 1.05rem 0;
    font-size: .9375rem;
    color: var(--ink) !important;
  }
  .nav__link::after { display: none; }

  .nav__sub {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-top: 0;
    min-width: 0;
    padding: 0 0 .9rem;
    display: none;
  }
  .nav__item.is-open .nav__sub { display: block; }
  .nav__item.is-open .nav__caret { transform: rotate(180deg); }
  .nav__sub a { padding: .6rem 0 .6rem 1.1rem; }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(22,21,15,.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s var(--ease), visibility .4s;
    z-index: 99;
  }
  .nav-backdrop.is-visible { opacity: 1; visibility: visible; }

  .split--reverse .split__media { order: 0; }
  .gallery__item--wide { grid-column: span 1; }
  .gallery__item--wide img { aspect-ratio: 4 / 3; }
  .media-frame::before { display: none; }
}

@media (max-width: 620px) {
  .hero { min-height: min(88vh, 720px); }
  .hero__scroll { display: none; }
  .hero__facts { gap: 0 1.5rem; }
  .lightbox__prev, .lightbox__next { top: auto; bottom: 1rem; transform: none; }
  .lightbox__figure img { max-height: calc(100vh - 14rem); }
  .btn { width: 100%; justify-content: center; }
  .btn-row { flex-direction: column; }
  .header-cta { width: auto; }
}

/* --------------------------------------------------------------------------
   20. Preferences utilisateur et impression
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .nav, .burger, .hero__scroll, .cta-band, .lightbox,
  .gallery-filters, .slideshow__ctrl, .slideshow__nav { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .page-hero { padding-top: 0; color: #000; background: none; }
  .page-hero__media { display: none; }
  .page-hero h1, .page-hero .kicker { color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}
