/* ============================================================
   Gîtes des Roses — Stylesheet partagé
   Direction A : Maison de campagne moderne
============================================================ */

:root {
  --bg: #F5EFE6;
  --bg-alt: #EDE5D6;
  --ink: #2A2F1F;
  --ink-soft: #595C4A;
  --terre: #B5704C;
  --terre-dark: #8E5635;
  --sage: #8FA083;
  --line: rgba(42,47,31,.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  font-size: 16px;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* ============ HEADER ============ */
.site-header {
  position: sticky;
  top: 0; z-index: 50;
  background: rgba(245, 239, 230, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  max-width: 1280px; margin: 0 auto;
  padding: 1.1rem 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  gap: 2rem;
  position: relative;
}
.brand {
  font-family: 'Fraunces', serif;
  font-weight: 500; font-size: 1.35rem;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.brand em { font-style: italic; color: var(--terre); font-weight: 400; }
.nav { display: flex; gap: 2rem; align-items: center; font-size: .92rem; }
.nav > a:not(.btn), .nav > .nav-item > a {
  color: var(--ink); transition: color .2s;
  padding: .25rem 0;
}
.nav > a:not(.btn):hover, .nav > .nav-item > a:hover { color: var(--terre); }
.nav .tel { font-variant-numeric: tabular-nums; color: var(--ink-soft); }

.nav-item { position: relative; }
.nav-item > a .caret { display: inline-block; transition: transform .2s; margin-left: .25rem; font-size: .7em; }
.nav-item:hover > a .caret { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute; top: calc(100% + .9rem); left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: 320px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .6rem;
  box-shadow: 0 25px 50px -12px rgba(42,47,31,.18);
  opacity: 0; visibility: hidden;
  transition: opacity .18s, transform .18s, visibility .18s;
}
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown::before {
  content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px;
}
.nav-dropdown a {
  display: flex; flex-direction: column;
  padding: .85rem 1rem;
  border-radius: 6px;
  transition: background .15s;
}
.nav-dropdown a:hover { background: var(--bg); }
.nav-dropdown a strong {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1rem; color: var(--ink); margin-bottom: .15rem;
}
.nav-dropdown a strong em { font-style: italic; color: var(--terre); font-weight: 400; }
.nav-dropdown a span { font-size: .8rem; color: var(--ink-soft); }
.nav-dropdown .all {
  text-align: center;
  border-top: 1px solid var(--line);
  margin-top: .3rem; padding-top: 1rem;
  color: var(--terre); font-weight: 500; font-size: .85rem;
}

.header-right { display: flex; align-items: center; gap: 2rem; }
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; padding: 0;
  border: none; background: transparent; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; margin: 0 auto;
  background: var(--ink); border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .78rem 1.65rem;
  border-radius: 6px;
  font-weight: 600; font-size: .92rem;
  letter-spacing: .02em;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
  cursor: pointer; border: none;
  font-family: inherit;
  text-decoration: none;
}
.btn--primary {
  background: var(--terre);
  color: #fff;
  box-shadow: 0 2px 10px rgba(181,112,76,.28);
}
.btn--primary:hover {
  background: var(--terre-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(181,112,76,.38);
}
.btn--ghost {
  background: transparent;
  border: 1.5px solid var(--terre);
  color: var(--terre);
}
.btn--ghost:hover {
  background: var(--terre);
  color: #fff;
  transform: translateY(-2px);
}
.btn--terre { background: var(--ink); color: #fff; box-shadow: 0 2px 10px rgba(42,47,31,.22); }
.btn--terre:hover { background: var(--ink-soft); color: #fff; transform: translateY(-2px); box-shadow: 0 7px 20px rgba(42,47,31,.3); }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none !important; }

/* ============ HOMEPAGE HERO ============ */
.hero {
  position: relative;
  height: calc(100vh - 64px);
  min-height: 600px;
  overflow: hidden;
  color: #fff;
  display: flex; align-items: flex-end;
}
.hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(42,47,31,.15) 0%, rgba(42,47,31,0) 30%, rgba(42,47,31,.75) 100%);
  z-index: 2;
}
.hero__inner {
  position: relative; z-index: 3;
  max-width: 1280px; margin: 0 auto;
  width: 100%; padding: 4rem 1.5rem;
}
.hero__eyebrow {
  font-size: .75rem; text-transform: uppercase;
  letter-spacing: .3em; margin: 0 0 1.5rem; opacity: .9;
}
.hero__title {
  font-family: 'Fraunces', serif; font-weight: 300;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1; letter-spacing: -0.025em;
  margin: 0 0 1.5rem; max-width: 18ch;
}
.hero__title em { font-style: italic; font-weight: 400; color: #F5C9A8; }
.hero__sub {
  font-size: 1.1rem; margin: 0 0 2.5rem;
  max-width: 42ch; opacity: .95; line-height: 1.55;
}
.hero__ctas { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero .btn--primary { background: #fff; color: var(--terre); box-shadow: 0 2px 10px rgba(0,0,0,.18); }
.hero .btn--primary:hover { background: var(--terre); color: #fff; }
.hero .btn--ghost { border-color: rgba(255,255,255,.65); color: #fff; background: transparent; }
.hero .btn--ghost:hover { background: rgba(255,255,255,.15); transform: translateY(-2px); }

/* ============ PAGE HERO (sub-pages) ============ */
.page-hero {
  position: relative;
  height: 60vh;
  min-height: 420px;
  overflow: hidden;
  color: #fff;
  display: flex; align-items: flex-end;
}
.page-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(42,47,31,.2) 0%, rgba(42,47,31,.1) 40%, rgba(42,47,31,.8) 100%);
  z-index: 2;
}
.page-hero__inner {
  position: relative; z-index: 3;
  max-width: 1280px; margin: 0 auto;
  width: 100%; padding: 3rem 1.5rem;
}
.breadcrumb {
  font-size: .8rem; opacity: .85;
  letter-spacing: .1em; margin: 0 0 1.25rem;
}
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: #F5C9A8; }
.breadcrumb .sep { margin: 0 .6rem; opacity: .6; }
.page-hero__title {
  font-family: 'Fraunces', serif; font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05; letter-spacing: -0.02em;
  margin: 0 0 1rem; max-width: 22ch;
}
.page-hero__title em { font-style: italic; font-weight: 400; color: #F5C9A8; }
.page-hero__meta {
  display: flex; gap: 2rem; flex-wrap: wrap;
  font-size: .9rem; opacity: .9;
}
.page-hero__meta span { display: inline-flex; align-items: center; gap: .5rem; }
.page-hero__meta span::before {
  content: ''; width: 6px; height: 6px;
  background: #F5C9A8; border-radius: 50%;
}

/* ============ INTRO (homepage) ============ */
.intro { padding: 6rem 1.5rem 5rem; max-width: 1280px; margin: 0 auto; text-align: center; }
.intro__eyebrow {
  font-size: .7rem; text-transform: uppercase;
  letter-spacing: .35em; color: var(--terre);
  margin: 0 0 1.25rem; font-weight: 500;
}
.intro__title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 auto 1.5rem; max-width: 22ch;
}
.intro__title em { font-style: italic; color: var(--terre); font-weight: 400; }
.intro__text {
  max-width: 56ch; margin: 0 auto;
  color: var(--ink-soft); font-size: 1.05rem; line-height: 1.7;
}
.badges {
  margin-top: 3rem;
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  font-size: .85rem; color: var(--ink-soft);
}
.badge { display: inline-flex; align-items: center; gap: .5rem; }
.badge::before { content: ''; width: 6px; height: 6px; background: var(--sage); border-radius: 50%; }

/* ============ FEATURE / GITE ROW (homepage) ============ */
.feature { padding: 3rem 1.5rem; }
.feature__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr;
  align-items: center; gap: clamp(2rem, 5vw, 5rem);
}
.feature--reverse .feature__inner { direction: rtl; }
.feature--reverse .feature__inner > * { direction: ltr; }
.feature__media {
  position: relative; aspect-ratio: 3 / 2;
  border-radius: 4px; overflow: hidden;
}
.feature__media img { width: 100%; height: 100%; object-fit: cover; }
.feature__media .tag {
  position: absolute; top: 1.25rem; left: 1.25rem;
  background: rgba(245,239,230,.95); color: var(--ink);
  padding: .35rem .85rem; border-radius: 100px;
  font-size: .7rem; text-transform: uppercase;
  letter-spacing: .15em; font-weight: 500;
}
.feature__body { padding: 1rem 0; }
.feature__num {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 300;
  font-size: 4rem; line-height: 1;
  color: var(--terre); opacity: .35; margin-bottom: 1rem;
}
.feature__title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.05; letter-spacing: -0.02em;
  margin: 0;
}
.feature__title em { font-style: italic; color: var(--terre); font-weight: 400; }
.feature__title-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.feature__meta {
  display: flex; flex-wrap: wrap; gap: 1.5rem;
  margin: 0 0 1.5rem;
  font-size: .85rem; color: var(--ink-soft);
  letter-spacing: .03em;
}
.feature__meta span { display: inline-flex; align-items: center; gap: .4rem; }
.feature__meta span::before { content: '·'; color: var(--terre); }
.feature__meta span:first-child::before { display: none; }
.feature__badge { height: 44px; width: auto; flex-shrink: 0; padding: .35rem .55rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 2px 8px rgba(42,47,31,.06); }
.feature__text { color: var(--ink-soft); font-size: 1rem; line-height: 1.65; margin: 0 0 1.5rem; }
.feature__points {
  list-style: none; padding: 0; margin: 0 0 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: .5rem .9rem;
  font-size: .9rem; color: var(--ink-soft);
}
.feature__points li { display: flex; align-items: center; gap: .55rem; }
.feature__points li::before { content: ''; width: 14px; height: 1px; background: var(--terre); }
.feature__note { font-size: .82rem; color: var(--terre-dark); margin: -.5rem 0 1.5rem; font-style: italic; }

.div-rule { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.div-rule hr { border: none; border-top: 1px solid var(--line); margin: 1.5rem 0; }

/* ============ LOCATION ============ */
.location {
  background: var(--bg-alt);
  padding: 6rem 1.5rem;
  margin-top: 5rem;
}
.location__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem); align-items: center;
}
.location__title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  line-height: 1.1; letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}
.location__title em { font-style: italic; color: var(--terre); font-weight: 400; }
.location__text { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.7; margin: 0 0 2rem; }
.destinations {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}
.destinations li { padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.destinations strong {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.05rem; display: block; margin-bottom: .15rem;
}
.destinations small { font-size: .82rem; color: var(--ink-soft); }
.map-placeholder {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #C8B898 0%, #8FA083 100%);
  border-radius: 4px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
}
.map-placeholder::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 30% 40%, rgba(255,255,255,.15) 0, transparent 30%),
    radial-gradient(circle at 70% 60%, rgba(42,47,31,.2) 0, transparent 35%);
}
.map-pin { position: relative; text-align: center; z-index: 2; }
.map-pin .dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--terre);
  box-shadow: 0 0 0 6px rgba(181,112,76,.3), 0 0 0 16px rgba(181,112,76,.15);
  margin: 0 auto .8rem;
}
.map-pin p { margin: 0; font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.1rem; }
.map-pin small { display: block; font-size: .8rem; opacity: .9; margin-top: .2rem; }

/* ============ REVIEWS ============ */
.reviews { padding: 6rem 1.5rem 2rem; max-width: 1280px; margin: 0 auto; }
.reviews__head { text-align: center; margin-bottom: 3.5rem; }
.reviews__title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 auto 1rem; max-width: 22ch;
}
.reviews__title em { font-style: italic; color: var(--terre); font-weight: 400; }
.reviews__sub { color: var(--ink-soft); max-width: 50ch; margin: 0 auto; }
.reviews__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; margin-bottom: 2.5rem;
}
.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 2rem;
  display: flex; flex-direction: column;
}
.review__stars { color: var(--terre); font-size: .85rem; margin-bottom: 1rem; letter-spacing: .15em; }
.review__quote {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: 1.05rem; line-height: 1.55;
  color: var(--ink); margin: 0 0 1.5rem; flex: 1;
}
.review__quote::before { content: '« '; color: var(--terre); }
.review__quote::after { content: ' »'; color: var(--terre); }
.review__author {
  font-size: .85rem; color: var(--ink-soft);
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 1rem; border-top: 1px solid var(--line);
}
.review__author strong { color: var(--ink); font-weight: 500; }
.review__source {
  font-size: .7rem; text-transform: uppercase;
  letter-spacing: .15em; padding: .25rem .6rem;
  border-radius: 100px; background: var(--bg); color: var(--ink-soft);
}
.reviews__cta { text-align: center; color: var(--ink-soft); font-size: .9rem; }
.reviews__cta a { color: var(--terre); font-weight: 500; }
.placeholder-note {
  background: rgba(181,112,76,.08);
  border: 1px dashed rgba(181,112,76,.4);
  color: var(--terre-dark);
  padding: .9rem 1.25rem;
  border-radius: 6px;
  font-size: .82rem;
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 600px;
  font-style: italic;
}

/* ============ CONTACT ============ */
.contact { padding: 6rem 1.5rem; max-width: 1280px; margin: 0 auto; }
.contact__head { text-align: center; margin-bottom: 3.5rem; }
.contact__title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 auto 1rem; max-width: 22ch;
}
.contact__title em { font-style: italic; color: var(--terre); font-weight: 400; }
.contact__sub { color: var(--ink-soft); max-width: 50ch; margin: 0 auto; }
.contact__grid {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 4rem; align-items: flex-start;
}
.form { display: flex; flex-direction: column; gap: 1.1rem; }
.field label {
  display: block; font-size: .75rem;
  text-transform: uppercase; letter-spacing: .15em;
  color: var(--ink-soft); margin-bottom: .4rem;
}
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: inherit; font-size: .95rem;
  color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--terre);
}
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form button { align-self: flex-start; margin-top: .5rem; }
.form__note {
  background: rgba(143,160,131,.15);
  border-left: 3px solid var(--sage);
  padding: .85rem 1rem;
  border-radius: 4px;
  font-size: .82rem;
  color: var(--ink-soft);
  font-style: italic;
}
.contact-info {
  background: var(--bg-alt);
  padding: 2.5rem;
  border-radius: 4px;
}
.contact-info h3 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.2rem; margin: 0 0 1.25rem; color: var(--ink);
}
.contact-info .row { padding: 1.25rem 0; border-top: 1px solid var(--line); }
.contact-info .row:first-of-type { border-top: 0; padding-top: 0; }
.contact-info .info-label {
  font-size: .7rem; text-transform: uppercase;
  letter-spacing: .15em; color: var(--ink-soft); margin: 0 0 .3rem;
}
.contact-info .value {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: 1.05rem; margin: 0; color: var(--ink);
}
.contact-info a { color: var(--terre); }

/* ============ SUBPAGE LAYOUTS ============ */
.section { padding: 5rem 1.5rem; }
.section--alt { background: var(--bg-alt); }
.section__inner { max-width: 1080px; margin: 0 auto; }
.section__eyebrow {
  font-size: .7rem; text-transform: uppercase;
  letter-spacing: .35em; color: var(--terre);
  margin: 0 0 1.25rem; font-weight: 500;
}
.section__title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.15; letter-spacing: -0.015em;
  margin: 0 0 2rem;
}
.section__title em { font-style: italic; color: var(--terre); font-weight: 400; }

.prose {
  max-width: 60ch;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}
.prose p { margin: 0 0 1.25rem; }
.prose p:last-child { margin-bottom: 0; }

.two-col {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4rem;
  align-items: flex-start;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: .65rem;
  aspect-ratio: 3 / 2;
  max-height: 720px;
}
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; cursor: zoom-in; transition: transform .3s ease; }
.gallery img:hover { transform: scale(1.02); }
.gallery .g1 { grid-row: 1 / 3; grid-column: 1; }
.gallery .g2 { grid-row: 1; grid-column: 2; }
.gallery .g3 { grid-row: 1; grid-column: 3; }
.gallery .g4 { grid-row: 2; grid-column: 2; }
.gallery .g5 { grid-row: 2; grid-column: 3; }
.gallery .g6 { grid-row: 3; grid-column: 1; }
.gallery .g7 { grid-row: 3; grid-column: 2; }
.gallery .g8 { grid-row: 3; grid-column: 3; }

/* Tarifs */
.tarifs-wrap { overflow-x: auto; margin: 1.5rem 0 .75rem; }
.tarifs { width: 100%; border-collapse: collapse; font-size: .93rem; }
.tarifs th, .tarifs td { padding: .75rem 1rem; text-align: center; border-bottom: 1px solid var(--line); }
.tarifs thead th { background: var(--terre); color: var(--bg); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.tarifs thead th small { display: block; font-weight: 400; font-size: .75rem; opacity: .75; text-transform: none; letter-spacing: 0; margin-top: .15rem; }
.tarifs td.tarif-label { text-align: left; font-weight: 500; color: var(--ink); white-space: nowrap; }
.tarifs tbody tr:last-child td { border-bottom: none; }
.tarifs tbody tr:hover td { background: rgba(143,160,131,.08); }
.tarifs strong { color: var(--terre); font-size: 1.05rem; }
.tarifs-note { font-size: .82rem; color: var(--ink-light, #6b5e52); opacity: .8; margin-top: .25rem; }

/* Équipements grid */
.equipments {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.5rem;
}
.equipments li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .95rem;
  color: var(--ink);
  display: flex; align-items: center; gap: .8rem;
}
.equipments li::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--terre); opacity: .55;
  border-radius: 1px;
  flex-shrink: 0;
}

/* Info bar */
.info-bar {
  background: var(--bg-alt);
  border-radius: 8px;
  padding: 1.5rem 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 0 0 4rem;
}
.info-bar .item {
  border-left: 1px solid var(--line);
  padding-left: 1.5rem;
}
.info-bar .item:first-child { border-left: 0; padding-left: 0; }
.info-bar .label {
  font-size: .7rem; text-transform: uppercase;
  letter-spacing: .15em; color: var(--ink-soft);
  margin: 0 0 .35rem;
}
.info-bar .value {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.25rem; color: var(--ink);
  margin: 0; line-height: 1.1;
}

/* CTA block */
.cta-block {
  background: var(--ink); color: var(--bg);
  border-radius: 8px;
  padding: 3.5rem 2.5rem;
  text-align: center;
}
.cta-block h2 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  margin: 0 0 1rem; letter-spacing: -0.015em;
}
.cta-block h2 em { font-style: italic; color: #F5C9A8; font-weight: 400; }
.cta-block p { color: rgba(245,239,230,.75); max-width: 50ch; margin: 0 auto 2rem; }
.cta-block .btn--primary { background: #fff; color: var(--terre); box-shadow: 0 2px 10px rgba(0,0,0,.18); }
.cta-block .btn--primary:hover { background: var(--terre); color: #fff; }

/* Label block (Accueil Vélo, Gîte de Pêche, etc.) */
.label-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.75rem 2rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  align-items: center;
  margin: 3rem 0;
}
.label-block__logo {
  width: 120px; height: 120px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg);
  border-radius: 6px;
  padding: .75rem;
  flex-shrink: 0;
}
.label-block__logo img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.label-block__body p.label {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--terre);
  margin: 0 0 .35rem;
  font-weight: 500;
}
.label-block__body h3 {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--ink);
  margin: 0 0 .65rem;
  letter-spacing: -0.01em;
}
.label-block__body p {
  color: var(--ink-soft);
  font-size: .95rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 700px) {
  .label-block { grid-template-columns: 1fr; text-align: center; }
  .label-block__logo { margin: 0 auto; }
  .site-header__inner { padding: .9rem 1rem; }
  .brand { font-size: 1.15rem; }
  .header-right { gap: .5rem; }
  .nav-toggle { width: 40px; height: 40px; }
  .btn--terre { padding: .62rem 1.05rem; font-size: .85rem; }
}

/* Reservation widgets */
.resa-block {
  padding: 4rem 0;
  border-bottom: 1px solid var(--line);
}
.resa-block:last-child { border-bottom: 0; }
.resa-block__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 2rem; gap: 2rem; flex-wrap: wrap;
}
.resa-block__head h2 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0; letter-spacing: -0.015em;
}
.resa-block__head h2 em { font-style: italic; color: var(--terre); font-weight: 400; }
.resa-block__head .meta { color: var(--ink-soft); font-size: .9rem; }
.resa-widget {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 2rem;
  min-height: 200px;
}
.resa-fallback {
  background: rgba(143,160,131,.1);
  border-radius: 8px;
  padding: 2.5rem;
  text-align: center;
}
.resa-fallback h3 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.3rem; margin: 0 0 .75rem;
}
.resa-fallback p { color: var(--ink-soft); margin: 0 0 1.5rem; }
.resa-fallback .actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }

/* Mentions légales */
.legal-content {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.7;
}
.legal-content h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.3rem; color: var(--ink);
  margin: 2.5rem 0 1rem;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { margin: 0 0 1rem; }
.legal-content ul { padding-left: 1.5rem; margin: 0 0 1rem; }
.legal-content a { color: var(--terre); }

/* ============ FOOTER ============ */
.site-footer { background: var(--ink); color: var(--bg); padding: 4rem 1.5rem 2rem; }
.footer__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
}
.footer__brand {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.4rem; margin: 0 0 1rem;
}
.footer__brand em { font-style: italic; color: #F5C9A8; font-weight: 400; }
.footer__tagline { color: rgba(245,239,230,.65); font-size: .9rem; line-height: 1.6; max-width: 32ch; }
.footer__col h4 {
  font-size: .7rem; text-transform: uppercase;
  letter-spacing: .2em; margin: 0 0 1.25rem;
  color: #F5C9A8; font-weight: 500;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin-bottom: .65rem; }
.footer__col a { color: rgba(245,239,230,.8); font-size: .9rem; }
.footer__col a:hover { color: #fff; }
.footer__bottom {
  max-width: 1280px; margin: 3rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(245,239,230,.12);
  display: flex; justify-content: space-between;
  font-size: .8rem; color: rgba(245,239,230,.55);
}

/* ============ MAP EMBED ============ */
.map-embed {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: var(--bg-alt);
}
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 900px) {
  .map-embed { aspect-ratio: auto; height: 300px; max-width: 100%; }
}

/* ============ FORM FEEDBACK ============ */
.form-feedback {
  padding: .9rem 1.25rem;
  border-radius: 6px;
  font-size: .92rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.form-feedback--ok {
  background: rgba(143,160,131,.2);
  border: 1px solid var(--sage);
  color: #2d4a28;
}
.form-feedback--ko {
  background: rgba(200,60,60,.08);
  border: 1px solid rgba(200,60,60,.3);
  color: #7d1a24;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .feature__inner { grid-template-columns: 1fr; gap: 2rem; }
  .feature--reverse .feature__inner { direction: ltr; }
  .feature__points { grid-template-columns: 1fr; }
  .location__inner { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .reviews__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: flex; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .header-right { gap: .7rem; }
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px -10px rgba(42,47,31,.18);
    padding: .25rem 1.5rem 1.1rem;
    font-size: 1rem;
    max-height: calc(100vh - 72px); overflow-y: auto;
  }
  .nav.is-open { display: flex; }
  .nav > a:not(.btn), .nav > .nav-item > a {
    padding: .95rem .25rem;
    border-bottom: 1px solid var(--line);
  }
  .nav-item { position: static; }
  .nav-item > a .caret { display: none; }
  .nav-dropdown {
    position: static; transform: none;
    opacity: 1; visibility: visible;
    width: auto; background: transparent;
    border: none; box-shadow: none;
    padding: .15rem 0 .4rem .75rem;
  }
  .nav-dropdown::before { display: none; }
  .nav-dropdown a { padding: .55rem .5rem; border-radius: 6px; }
  .nav-dropdown .all { text-align: left; padding-left: .5rem; }
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
    aspect-ratio: unset;
    min-height: 560px;
  }
  .gallery .g1 { grid-row: 1; grid-column: 1 / 3; }
  .gallery .g2 { grid-row: 2; grid-column: 1; }
  .gallery .g3 { grid-row: 2; grid-column: 2; }
  .gallery .g4 { grid-row: 3; grid-column: 1; }
  .gallery .g5 { grid-row: 3; grid-column: 2; }
  .gallery .g6 { grid-row: 4; grid-column: 1; }
  .gallery .g7 { grid-row: 4; grid-column: 2; }
  .gallery .g8 { grid-row: 5; grid-column: 1 / 3; }
  .equipments { grid-template-columns: 1fr 1fr; }
  .info-bar { grid-template-columns: 1fr 1fr; }
  .info-bar .item { border-left: 0; padding-left: 0; }
  .info-bar .item:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 1rem; }
}

/* Lightbox */
.lb-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lb-overlay.lb-open { display: flex; }
.lb-overlay img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 12px 48px rgba(0,0,0,.6);
  display: block;
}
.lb-close {
  position: absolute;
  top: 1rem; right: 1.5rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  opacity: .75;
  transition: opacity .2s;
  user-select: none;
}
.lb-close:hover { opacity: 1; }
.lb-prev, .lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  opacity: .65;
  padding: .75rem 1.1rem;
  transition: opacity .2s;
  user-select: none;
}
.lb-prev:hover, .lb-next:hover { opacity: 1; }
.lb-prev { left: .5rem; }
.lb-next { right: .5rem; }
.lb-counter {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.6);
  font-size: .82rem;
  letter-spacing: .04em;
}

/* ============================================================
   Carrousel (galerie auto-rotative + plein écran)
============================================================ */
.carousel { position: relative; margin-top: 1.6rem; }
.carousel__viewport {
  overflow: hidden;
  border-radius: 8px;
  background: #e9e3d8;
  box-shadow: 0 6px 26px rgba(42,47,31,.14);
}
.carousel__track {
  display: flex;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.carousel__slide {
  flex: 0 0 100%;
  margin: 0;
  height: clamp(260px, 52vw, 560px);
}
.carousel__slide img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  cursor: zoom-in;
}
.carousel__btn {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border: none; border-radius: 50%;
  background: rgba(245,239,230,.92);
  color: var(--ink);
  font-size: 1.7rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 2;
  box-shadow: 0 2px 10px rgba(42,47,31,.22);
  transition: background .2s, transform .2s;
}
.carousel__btn:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.carousel__btn--prev { left: 14px; }
.carousel__btn--next { right: 14px; }
.carousel__count {
  position: absolute; bottom: 12px; right: 14px;
  background: rgba(42,47,31,.6); color: #F5EFE6;
  padding: .25rem .6rem; border-radius: 20px;
  font-size: .8rem; letter-spacing: .04em; z-index: 2;
}
@media (max-width: 600px) {
  .carousel__btn { width: 38px; height: 38px; font-size: 1.4rem; }
  .carousel__btn--prev { left: 8px; } .carousel__btn--next { right: 8px; }
}

/* Plein écran */
.cfs {
  position: fixed; inset: 0;
  background: rgba(20,22,15,.95);
  display: none; align-items: center; justify-content: center;
  z-index: 1000;
}
.cfs.is-open { display: flex; }
.cfs__img {
  max-width: 92vw; max-height: 88vh;
  object-fit: contain; border-radius: 4px;
  box-shadow: 0 12px 44px rgba(0,0,0,.55);
}
.cfs__close {
  position: absolute; top: 16px; right: 24px;
  background: none; border: none; color: #fff;
  font-size: 2.4rem; line-height: 1; cursor: pointer;
}
.cfs__nav {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  width: 54px; height: 54px;
  border: none; border-radius: 50%;
  background: rgba(255,255,255,.12); color: #fff;
  font-size: 2rem; cursor: pointer;
  transition: background .2s;
}
.cfs__nav:hover { background: rgba(255,255,255,.26); }
.cfs__prev { left: 24px; }
.cfs__next { right: 24px; }
.cfs__counter {
  position: absolute; bottom: 22px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.85);
  font-size: .9rem; letter-spacing: .05em;
}
@media (max-width: 600px) {
  .cfs__nav { width: 42px; height: 42px; font-size: 1.5rem; }
  .cfs__prev { left: 8px; } .cfs__next { right: 8px; }
  .cfs__close { top: 10px; right: 14px; }
}
