/* =============================================================
   Jardin Helvetia — Design System v3.0
   =============================================================
   Réécriture complète, cohérente, sans !important anarchique.
   Palette : vert sapin profond + crème + or vieilli.
   Typographie : Fraunces (serif, titres) + Inter (sans, corps).
   ============================================================= */

/* =============================================================
   0. TOKENS (CSS CUSTOM PROPERTIES)
   ============================================================= */

:root {
  /* --- Couleurs : palette premium suisse --- */
  --jh-forest:        #1f3a29;
  --jh-forest-dark:   #14291c;
  --jh-forest-light:  #2e553f;
  --jh-olive:         #6b8f65;
  --jh-olive-light:   #8ba885;
  --jh-gold:          #b08d3e;
  --jh-gold-dark:     #8d6d2b;
  --jh-gold-light:    #d1b26d;
  --jh-ink:           #0f1f16;   /* quasi-noir vert */
  --jh-text:          #1b2a22;
  --jh-text-muted:    #55665d;
  --jh-text-subtle:   #7c8c83;
  --jh-bg:            #faf7f0;   /* crème doux */
  --jh-bg-warm:       #f3ede0;   /* crème plus chaud */
  --jh-bg-cool:       #f5f3ec;   /* crème frais */
  --jh-surface:       #ffffff;
  --jh-border:        #e8dfc9;   /* hairline ivoire */
  --jh-border-soft:   #f0e8d2;
  --jh-danger:        #b4353a;
  --jh-danger-bg:     #f8e8e8;
  --jh-success:       #4a7c59;
  --jh-success-bg:    #e8f1e9;

  /* Aliases de compatibilité (pour règles héritées des templates) */
  --jh-primary:        var(--jh-forest);
  --jh-primary-light:  var(--jh-forest-light);
  --jh-primary-dark:   var(--jh-forest-dark);
  --jh-secondary:      var(--jh-olive);
  --jh-secondary-light:var(--jh-olive-light);
  --jh-accent:         var(--jh-gold);
  --jh-accent-dark:    var(--jh-gold-dark);
  --jh-accent-light:   var(--jh-gold-light);
  --jh-dark:           var(--jh-ink);
  --jh-white:          var(--jh-surface);
  --jh-grey-100:       var(--jh-bg-cool);
  --jh-grey-200:       var(--jh-border-soft);
  --jh-grey-400:       var(--jh-text-subtle);
  --jh-grey-600:       var(--jh-text-muted);
  --jh-overlay:        rgba(15, 31, 22, 0.88);

  /* --- Typographie --- */
  --jh-font-serif:   'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --jh-font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --jh-font-heading: var(--jh-font-serif);

  /* Échelle typographique fluide (mobile -> desktop via clamp) */
  --jh-text-xs:   0.75rem;
  --jh-text-sm:   0.875rem;
  --jh-text-base: 1rem;
  --jh-text-md:   1.0625rem;
  --jh-text-lg:   1.1875rem;
  --jh-text-xl:   1.375rem;
  --jh-text-2xl:  clamp(1.375rem, 1vw + 1.1rem, 1.75rem);
  --jh-text-3xl:  clamp(1.625rem, 1.8vw + 1.15rem, 2.25rem);
  --jh-text-4xl:  clamp(1.875rem, 2.6vw + 1.2rem, 3rem);
  --jh-text-5xl:  clamp(2.25rem, 4vw + 1.3rem, 3.875rem);

  /* Aliases legacy */
  --jh-size-xs:   var(--jh-text-xs);
  --jh-size-sm:   var(--jh-text-sm);
  --jh-size-base: var(--jh-text-base);
  --jh-size-md:   var(--jh-text-md);
  --jh-size-lg:   var(--jh-text-lg);
  --jh-size-xl:   var(--jh-text-xl);
  --jh-size-2xl:  var(--jh-text-2xl);
  --jh-size-3xl:  var(--jh-text-3xl);
  --jh-size-4xl:  var(--jh-text-4xl);
  --jh-size-5xl:  var(--jh-text-5xl);

  /* --- Espacement --- */
  --jh-space-xs:  0.25rem;
  --jh-space-sm:  0.5rem;
  --jh-space-md:  1rem;
  --jh-space-lg:  1.5rem;
  --jh-space-xl:  2rem;
  --jh-space-2xl: 3rem;
  --jh-space-3xl: 4.5rem;
  --jh-space-4xl: 6rem;

  /* --- Rayons --- */
  --jh-radius-xs:   3px;
  --jh-radius-sm:   6px;
  --jh-radius-md:   10px;
  --jh-radius-lg:   14px;
  --jh-radius-xl:   20px;
  --jh-radius-2xl:  28px;
  --jh-radius-full: 9999px;

  /* --- Ombres multicouches (premium) --- */
  --jh-shadow-xs: 0 1px 2px rgba(15,31,22,0.04);
  --jh-shadow-sm: 0 1px 2px rgba(15,31,22,0.04), 0 2px 6px rgba(15,31,22,0.04);
  --jh-shadow-md: 0 1px 2px rgba(15,31,22,0.05), 0 8px 18px rgba(15,31,22,0.06);
  --jh-shadow-lg: 0 2px 4px rgba(15,31,22,0.06), 0 18px 36px rgba(15,31,22,0.08);
  --jh-shadow-xl: 0 4px 8px rgba(15,31,22,0.06), 0 32px 64px rgba(15,31,22,0.12);
  --jh-shadow-gold: 0 4px 18px rgba(176,141,62,0.28);
  --jh-shadow-gold-lg: 0 10px 32px rgba(176,141,62,0.4);
  --jh-shadow-forest: 0 4px 14px rgba(31,58,41,0.22);
  --jh-shadow-forest-lg: 0 10px 28px rgba(31,58,41,0.32);

  /* --- Transitions --- */
  --jh-tr-fast:  0.15s ease;
  --jh-tr-base:  0.25s ease;
  --jh-tr-slow:  0.4s ease;
  --jh-tr-spring: 0.3s cubic-bezier(.34, 1.56, .64, 1);

  /* --- Layout --- */
  --jh-container-max: 1200px;
  --jh-container-px:  1.25rem;
  --jh-header-h:      72px;
  --jh-content-max:   72ch;

  /* --- Z-index --- */
  --jh-z-sticky: 90;
  --jh-z-header: 100;
  --jh-z-overlay: 150;
  --jh-z-modal: 200;
}

@media (min-width: 640px)  { :root { --jh-container-px: 1.75rem; } }
@media (min-width: 1024px) { :root { --jh-container-px: 2.5rem; --jh-header-h: 80px; } }
@media (min-width: 1280px) { :root { --jh-container-px: 3rem; } }

/* =============================================================
   1. RESET MODERNE
   ============================================================= */

*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--jh-header-h) + 12px);
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--jh-font-body);
  font-size: var(--jh-text-base);
  line-height: 1.65;
  color: var(--jh-text);
  background: var(--jh-bg);
  font-feature-settings: "kern", "liga", "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: var(--jh-forest); text-decoration: none; transition: color var(--jh-tr-fast); }
a:hover { color: var(--jh-gold-dark); }

ul, ol { margin: 0; padding: 0; }
li { list-style: none; }

*:focus-visible {
  outline: 2px solid var(--jh-gold);
  outline-offset: 3px;
  border-radius: 3px;
}

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

/* Masquer visuellement (accessibilité) */
.jh-visually-hidden,
.jh-hp-field {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* =============================================================
   2. TYPOGRAPHIE
   ============================================================= */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 var(--jh-space-md);
  font-family: var(--jh-font-serif);
  font-weight: 500;
  color: var(--jh-ink);
  line-height: 1.18;
  letter-spacing: -0.015em;
}

h1 { font-size: var(--jh-text-5xl); font-weight: 600; line-height: 1.08; letter-spacing: -0.025em; }
h2 { font-size: var(--jh-text-4xl); font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; }
h3 { font-size: var(--jh-text-3xl); }
h4 { font-size: var(--jh-text-2xl); }
h5 { font-size: var(--jh-text-xl); }
h6 { font-size: var(--jh-text-lg); }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

strong, b { font-weight: 600; color: var(--jh-forest); }

blockquote {
  margin: var(--jh-space-xl) 0;
  padding: var(--jh-space-lg) var(--jh-space-xl);
  border-left: 3px solid var(--jh-gold);
  background: var(--jh-bg-warm);
  border-radius: 0 var(--jh-radius-md) var(--jh-radius-md) 0;
  font-style: italic;
  color: var(--jh-text);
}

hr {
  border: 0;
  height: 1px;
  background: var(--jh-border);
  margin: var(--jh-space-2xl) 0;
}

/* =============================================================
   3. LAYOUT (.jh-container, .jh-main, .jh-section)
   ============================================================= */

.jh-container {
  width: 100%;
  max-width: var(--jh-container-max);
  margin-inline: auto;
  padding-inline: var(--jh-container-px);
}

main.jh-main, #jh-main { display: block; min-height: 50vh; }

.jh-section {
  padding-block: clamp(2.5rem, 6vw, 5rem);
}
.jh-section--white { background: var(--jh-surface); }
.jh-section--light { background: var(--jh-bg-warm); }
.jh-section-alt   { background: var(--jh-bg-cool); }

.jh-section__inner { max-width: 100%; }
.jh-section__inner--narrow {
  max-width: 760px;
  margin-inline: auto;
}

.jh-section-title {
  font-size: var(--jh-text-4xl);
  margin-bottom: var(--jh-space-md);
}
.jh-section-title--white { color: var(--jh-surface); }
.jh-section-subtitle,
.jh-section-sub,
.jh-section__lead {
  font-size: var(--jh-text-md);
  line-height: 1.65;
  color: var(--jh-text-muted);
  max-width: 640px;
  margin: 0 0 var(--jh-space-2xl);
}
.jh-section-subtitle--white { color: rgba(255,255,255,0.82); }

/* Ornement or au-dessus des titres H2 en tête de section */
.jh-section__inner > h2:first-child::before,
.jh-section__inner > .jh-section-title:first-child::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: var(--jh-gold);
  margin-bottom: 1.25rem;
  border-radius: 2px;
}

.jh-section__split {
  display: flex;
  flex-direction: column;
  gap: var(--jh-space-xl);
}
@media (min-width: 768px) {
  .jh-section__split { flex-direction: row; align-items: start; }
  .jh-section__text, .jh-section__image { flex: 1; }
}
.jh-section__image img {
  border-radius: var(--jh-radius-lg);
  box-shadow: var(--jh-shadow-md);
}

/* =============================================================
   4. HEADER + NAVIGATION DESKTOP
   ============================================================= */

.jh-header {
  position: sticky;
  top: 0;
  z-index: var(--jh-z-header);
  background: rgba(250, 247, 240, 0.94);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--jh-border);
  transition: background-color var(--jh-tr-base), box-shadow var(--jh-tr-base);
}
.jh-header.is-scrolled {
  background: rgba(250, 247, 240, 0.98);
  box-shadow: var(--jh-shadow-sm);
}

.jh-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--jh-space-md);
  min-height: var(--jh-header-h);
  padding-block: 0.75rem;
}

/* Logo */
.jh-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--jh-forest);
}
.jh-logo__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.jh-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.jh-logo__main {
  font-family: var(--jh-font-serif);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--jh-forest);
  letter-spacing: -0.01em;
}
.jh-logo__sub {
  font-family: var(--jh-font-body);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--jh-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

/* Navigation desktop */
.jh-nav { display: none; }
@media (min-width: 1024px) {
  .jh-nav { display: block; }
}
.jh-nav__list {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.jh-nav__item { position: relative; }
.jh-nav__trigger,
.jh-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.9rem;
  background: none;
  border: 0;
  color: var(--jh-text);
  font-family: var(--jh-font-body);
  font-weight: 500;
  font-size: 0.93rem;
  text-decoration: none;
  border-radius: var(--jh-radius-sm);
  transition: background-color var(--jh-tr-fast), color var(--jh-tr-fast);
  cursor: pointer;
}
.jh-nav__trigger:hover,
.jh-nav__trigger:focus-visible,
.jh-nav__link:hover,
.jh-nav__link:focus-visible {
  background: rgba(31, 58, 41, 0.06);
  color: var(--jh-forest);
}
.jh-nav__chevron {
  transition: transform var(--jh-tr-fast);
  color: var(--jh-text-muted);
}
.jh-nav__item:hover .jh-nav__chevron,
.jh-nav__item.is-open .jh-nav__chevron,
.jh-nav__item:focus-within .jh-nav__chevron {
  transform: rotate(180deg);
  color: var(--jh-forest);
}

/* Dropdown */
.jh-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-md);
  box-shadow: var(--jh-shadow-xl);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity var(--jh-tr-base), transform var(--jh-tr-base), visibility var(--jh-tr-base);
}
.jh-nav__item:hover .jh-nav__dropdown,
.jh-nav__item:focus-within .jh-nav__dropdown,
.jh-nav__item.is-open .jh-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.jh-nav__dropdown li a {
  display: block;
  padding: 0.6rem 0.85rem;
  color: var(--jh-text);
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--jh-radius-xs);
  transition: background var(--jh-tr-fast), color var(--jh-tr-fast);
}
.jh-nav__dropdown li a:hover,
.jh-nav__dropdown li a:focus-visible {
  background: var(--jh-bg-warm);
  color: var(--jh-forest);
}
.jh-nav__dropdown-all a,
.jh-nav__dropdown li:last-child a {
  color: var(--jh-gold-dark);
  font-weight: 600;
  border-top: 1px solid var(--jh-border-soft);
  margin-top: 0.3rem;
  padding-top: 0.7rem;
}

/* CTA header */
.jh-header__cta {
  display: none;
}
@media (min-width: 1024px) {
  .jh-header__cta { display: inline-flex; }
}

/* Hamburger (mobile) */
.jh-hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px 8px;
  background: none;
  border: 0;
  cursor: pointer;
  border-radius: var(--jh-radius-sm);
}
.jh-hamburger:hover { background: rgba(31,58,41,0.06); }
.jh-hamburger__bar {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--jh-forest);
  border-radius: 2px;
  transition: transform var(--jh-tr-base), opacity var(--jh-tr-base);
}
.jh-hamburger.is-active .jh-hamburger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.jh-hamburger.is-active .jh-hamburger__bar:nth-child(2) { opacity: 0; }
.jh-hamburger.is-active .jh-hamburger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (min-width: 1024px) {
  .jh-hamburger { display: none; }
}

/* =============================================================
   5. MOBILE OVERLAY + MOBILE NAV
   ============================================================= */

.jh-mobile-backdrop {
  position: fixed; inset: 0;
  background: rgba(15, 31, 22, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--jh-tr-base), visibility var(--jh-tr-base);
  z-index: var(--jh-z-overlay);
}
.jh-mobile-backdrop.is-open { opacity: 1; visibility: visible; }

.jh-mobile-overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(92vw, 380px);
  background: var(--jh-surface);
  box-shadow: -12px 0 40px rgba(15,31,22,0.18);
  transform: translateX(100%);
  transition: transform var(--jh-tr-base);
  z-index: calc(var(--jh-z-overlay) + 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.jh-mobile-overlay.is-open { transform: translateX(0); }
@media (min-width: 1024px) { .jh-mobile-overlay, .jh-mobile-backdrop { display: none; } }

.jh-mobile-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--jh-border);
}
.jh-mobile-overlay__close {
  width: 40px; height: 40px;
  border: 0;
  background: var(--jh-bg-warm);
  border-radius: var(--jh-radius-sm);
  color: var(--jh-forest);
  font-size: 1.25rem;
  cursor: pointer;
}
.jh-mobile-overlay__close:hover { background: var(--jh-border-soft); }

.jh-mobile-nav {
  flex: 1;
  padding: 0.75rem;
}
.jh-mobile-nav__list { display: flex; flex-direction: column; gap: 0.1rem; }
.jh-mobile-nav__item { }

.jh-mobile-nav__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.9rem 1rem;
  background: none;
  border: 0;
  color: var(--jh-text);
  font-weight: 500;
  font-size: 0.98rem;
  text-align: left;
  border-radius: var(--jh-radius-sm);
  cursor: pointer;
  transition: background var(--jh-tr-fast);
}
.jh-mobile-nav__trigger:hover { background: var(--jh-bg-warm); }
.jh-mobile-nav__chevron {
  transition: transform var(--jh-tr-base);
  color: var(--jh-text-muted);
}
.jh-mobile-nav__item.is-open .jh-mobile-nav__chevron { transform: rotate(180deg); }

.jh-mobile-nav__sub {
  display: none;
  padding: 0.25rem 0 0.5rem 1rem;
  border-left: 2px solid var(--jh-border);
  margin-left: 1rem;
}
.jh-mobile-nav__item.is-open .jh-mobile-nav__sub { display: block; }
.jh-mobile-nav__sub li a {
  display: block;
  padding: 0.55rem 0.85rem;
  color: var(--jh-text-muted);
  font-size: 0.9rem;
  border-radius: var(--jh-radius-xs);
}
.jh-mobile-nav__sub li a:hover { background: var(--jh-bg-cool); color: var(--jh-forest); }
.jh-mobile-nav__all {
  color: var(--jh-gold-dark) !important;
  font-weight: 600;
}

.jh-mobile-overlay__cta { padding: 1rem 1.25rem; border-top: 1px solid var(--jh-border); }

/* =============================================================
   6. BREADCRUMB
   ============================================================= */

.jh-breadcrumb-wrap {
  padding: 0.9rem 0 0;
  background: transparent;
}
.jh-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--jh-text-muted);
}
.jh-breadcrumb__link {
  color: var(--jh-text-muted);
  border-bottom: 1px solid transparent;
  transition: color var(--jh-tr-fast), border-color var(--jh-tr-fast);
}
.jh-breadcrumb__link:hover {
  color: var(--jh-forest);
  border-bottom-color: var(--jh-gold);
}
.jh-breadcrumb__sep { color: var(--jh-gold); font-size: 0.78rem; }
.jh-breadcrumb__current { color: var(--jh-text); font-weight: 500; }
.jh-breadcrumb-wrap--light { background: var(--jh-bg-warm); padding-block: 0.6rem; }

/* =============================================================
   7. HERO
   ============================================================= */

.jh-hero {
  position: relative;
  isolation: isolate;
  color: var(--jh-surface);
  padding-block: clamp(3rem, 7vw, 5.5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse 900px 500px at 85% 10%, rgba(176,141,62,0.22) 0%, transparent 55%),
    radial-gradient(ellipse 700px 500px at 10% 90%, rgba(139,168,133,0.17) 0%, transparent 55%),
    linear-gradient(135deg, var(--jh-forest-dark) 0%, var(--jh-forest) 50%, var(--jh-forest-light) 100%);
}
.jh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(176,141,62,0.12) 0%, transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(255,255,255,0.04) 0%, transparent 32%);
  pointer-events: none;
  z-index: -1;
}
.jh-hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--jh-bg));
  pointer-events: none;
  z-index: 0;
}

.jh-hero__inner {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .jh-hero__inner { grid-template-columns: minmax(0, 1.4fr) minmax(340px, 420px); align-items: center; }
}

.jh-hero__content { max-width: 100%; }

.jh-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  background: rgba(176, 141, 62, 0.18);
  border: 1px solid rgba(176, 141, 62, 0.35);
  color: var(--jh-gold-light);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.jh-hero__title {
  font-family: var(--jh-font-serif);
  font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--jh-surface);
  margin: 0 0 1.15rem;
  text-wrap: balance;
}
.jh-hero__title em,
.jh-hero__title .jh-accent {
  background: linear-gradient(120deg, var(--jh-gold-light) 0%, var(--jh-gold) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.jh-hero__subtitle,
.jh-hero__sub {
  font-family: var(--jh-font-body);
  font-size: var(--jh-text-md);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
  max-width: 620px;
  margin: 0 0 1.75rem;
}

.jh-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}
.jh-hero__badge,
.jh-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--jh-surface);
  font-size: 0.78rem;
  font-weight: 500;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* Hero variantes */
.jh-hero--light {
  background: var(--jh-bg);
  color: var(--jh-text);
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.jh-hero--light::before, .jh-hero--light::after { display: none; }
.jh-hero--light .jh-hero__title { color: var(--jh-ink); }
.jh-hero--light .jh-hero__subtitle,
.jh-hero--light .jh-hero__sub { color: var(--jh-text-muted); }

.jh-hero--ville,
.jh-hero--region { /* identiques à .jh-hero */ }

/* Form dans hero (colonne droite) */
.jh-hero__form {
  background: var(--jh-surface);
  color: var(--jh-text);
  border-radius: var(--jh-radius-xl);
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: var(--jh-shadow-xl);
  border: 1px solid rgba(255,255,255,0.12);
}

/* =============================================================
   8. BOUTONS
   ============================================================= */

.jh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  background: none;
  color: inherit;
  font-family: var(--jh-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--jh-radius-sm);
  cursor: pointer;
  transition: transform var(--jh-tr-spring),
              background-color var(--jh-tr-base),
              color var(--jh-tr-base),
              box-shadow var(--jh-tr-base),
              border-color var(--jh-tr-base);
  user-select: none;
}
.jh-btn:hover { transform: translateY(-1px); }
.jh-btn:active { transform: translateY(0); }

.jh-btn-primary,
.jh-btn-submit {
  background: var(--jh-forest);
  color: var(--jh-surface);
  border-color: var(--jh-forest);
  box-shadow: var(--jh-shadow-forest);
}
.jh-btn-primary:hover,
.jh-btn-submit:hover {
  background: var(--jh-forest-dark);
  color: var(--jh-surface);
  border-color: var(--jh-forest-dark);
  box-shadow: var(--jh-shadow-forest-lg);
}

.jh-btn-cta {
  background: var(--jh-gold);
  color: var(--jh-ink);
  border-color: var(--jh-gold);
  box-shadow: var(--jh-shadow-gold);
}
.jh-btn-cta:hover {
  background: var(--jh-gold-dark);
  color: var(--jh-surface);
  border-color: var(--jh-gold-dark);
  box-shadow: var(--jh-shadow-gold-lg);
}

.jh-btn-secondary {
  background: var(--jh-surface);
  color: var(--jh-forest);
  border-color: var(--jh-border);
}
.jh-btn-secondary:hover {
  border-color: var(--jh-gold);
  color: var(--jh-gold-dark);
  box-shadow: var(--jh-shadow-sm);
}

.jh-btn--full { width: 100%; }

/* CTA dans le header */
.jh-header__cta {
  padding: 0.55rem 1.05rem;
  font-size: 0.88rem;
}

/* =============================================================
   9. FORMULAIRES
   ============================================================= */

.jh-contact-form,
.jh-guide-sidebar-form,
.jh-cta-band__form {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-xl);
  box-shadow: var(--jh-shadow-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.jh-contact-form-wrap { max-width: 560px; margin-inline: auto; }

.jh-form-title,
.jh-contact-form__title,
.jh-guide-sidebar-form__title {
  font-family: var(--jh-font-serif);
  font-weight: 600;
  font-size: 1.375rem;
  color: var(--jh-ink);
  margin: 0 0 0.5rem;
  letter-spacing: -0.015em;
}

.jh-form-group,
.jh-contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

.jh-form-group label,
.jh-contact-form__label {
  font-family: var(--jh-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--jh-text);
}

.jh-required { color: var(--jh-gold-dark); margin-left: 2px; }

.jh-form-group input,
.jh-form-group select,
.jh-form-group textarea,
.jh-contact-form__input,
.jh-contact-form__select,
.jh-contact-form__textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  background: var(--jh-bg);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-sm);
  font: inherit;
  font-size: 0.95rem;
  color: var(--jh-text);
  transition: border-color var(--jh-tr-fast), background var(--jh-tr-fast), box-shadow var(--jh-tr-fast);
}
.jh-form-group input:focus,
.jh-form-group select:focus,
.jh-form-group textarea:focus,
.jh-contact-form__input:focus,
.jh-contact-form__select:focus,
.jh-contact-form__textarea:focus {
  outline: 0;
  border-color: var(--jh-forest);
  background: var(--jh-surface);
  box-shadow: 0 0 0 3px rgba(31, 58, 41, 0.12);
}
.jh-contact-form__textarea,
.jh-form-group textarea { resize: vertical; min-height: 100px; }

.jh-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}
@media (min-width: 560px) { .jh-form-row { grid-template-columns: 1fr 1fr; } }

.jh-form-error {
  color: var(--jh-danger);
  background: var(--jh-danger-bg);
  padding: 0.75rem 1rem;
  border-radius: var(--jh-radius-sm);
  font-size: 0.88rem;
  margin-bottom: 1rem;
}
.jh-form-success,
.jh-contact-form__success {
  display: none;
  background: var(--jh-success-bg);
  color: var(--jh-success);
  border: 1px solid rgba(74,124,89,0.25);
  padding: 1rem;
  border-radius: var(--jh-radius-md);
  font-size: 0.95rem;
  text-align: center;
  margin-top: 1rem;
}
.jh-form-success.is-visible,
.jh-contact-form__success.is-visible { display: block; }

/* =============================================================
   10. CARTES (services, régions, listings, post, ressources)
   ============================================================= */

.jh-service-card,
.jh-region-card,
.jh-listing-card,
.jh-ressources__col {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-lg);
  padding: 1.5rem;
  box-shadow: var(--jh-shadow-sm);
  transition: transform var(--jh-tr-spring),
              box-shadow var(--jh-tr-base),
              border-color var(--jh-tr-base);
  position: relative;
}
.jh-service-card:hover,
.jh-region-card:hover,
.jh-listing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(176,141,62,0.5);
  box-shadow: var(--jh-shadow-lg);
}

/* Service card */
.jh-service-card__icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: var(--jh-bg-warm);
  color: var(--jh-gold-dark);
  border-radius: var(--jh-radius-md);
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
  transition: background var(--jh-tr-base), color var(--jh-tr-base);
}
.jh-service-card:hover .jh-service-card__icon {
  background: var(--jh-gold);
  color: var(--jh-surface);
}
.jh-service-card__title {
  font-family: var(--jh-font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--jh-ink);
  margin: 0 0 0.4rem;
  letter-spacing: -0.01em;
}
.jh-service-card__desc {
  color: var(--jh-text-muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.jh-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--jh-forest);
  font-weight: 600;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--jh-gold);
  padding-bottom: 2px;
  transition: color var(--jh-tr-fast), gap var(--jh-tr-fast);
}
.jh-service-card__link:hover {
  color: var(--jh-gold-dark);
  gap: 0.55rem;
}

/* Services grid */
.jh-services-grid { /* conteneur */ }
.jh-services-grid__header { margin-bottom: var(--jh-space-xl); }
.jh-services-grid__grid,
.jh-regions__grid,
.jh-listings__grid,
.jh-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

/* Region card */
.jh-region-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}
.jh-region-card--border { border-color: var(--jh-gold-light); }
.jh-region-card__flag { font-size: 2rem; line-height: 1; margin-bottom: 0.25rem; }
.jh-region-card__name {
  font-family: var(--jh-font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--jh-ink);
  margin: 0;
  letter-spacing: -0.01em;
}
.jh-region-card__villes {
  color: var(--jh-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}
.jh-region-card__link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--jh-forest);
  font-weight: 600;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--jh-gold);
  padding-bottom: 2px;
}
.jh-region-card__link:hover { color: var(--jh-gold-dark); }

/* Listing card */
.jh-listing-card { padding: 1.25rem; }
.jh-listing-card__header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.jh-listing-card__avatar {
  width: 52px; height: 52px;
  flex-shrink: 0;
  background: var(--jh-forest-light);
  color: var(--jh-surface);
  border: 2px solid var(--jh-gold);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--jh-font-serif);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.jh-listing-card__meta { display: flex; flex-direction: column; gap: 0.1rem; min-width: 0; }
.jh-listing-card__name {
  font-family: var(--jh-font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--jh-ink);
  margin: 0;
}
.jh-listing-card__spec {
  color: var(--jh-text-muted);
  font-size: 0.85rem;
}
.jh-listing-card__stars { display: inline-flex; align-items: center; gap: 2px; }
.jh-star--full  { color: var(--jh-gold); }
.jh-star--half  { color: var(--jh-gold); }
.jh-star--empty { color: var(--jh-border); }
.jh-listing-card__rating-val { font-weight: 600; margin-left: 0.35rem; color: var(--jh-ink); }
.jh-listing-card__reviews { color: var(--jh-text-subtle); font-size: 0.8rem; margin-left: 0.25rem; }
.jh-listing-card__badge {
  display: inline-block;
  background: rgba(176,141,62,0.12);
  color: var(--jh-gold-dark);
  border: 1px solid rgba(176,141,62,0.3);
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-left: auto;
}
.jh-listing-card__body { margin-bottom: 0.85rem; }
.jh-listing-card__details { display: flex; flex-direction: column; gap: 0.45rem; }
.jh-listing-card__details li {
  display: flex; align-items: center; gap: 0.5rem;
  color: var(--jh-text-muted);
  font-size: 0.88rem;
  line-height: 1.4;
  word-break: break-word;
  min-width: 0;
}
.jh-listing-card__details svg { flex-shrink: 0; color: var(--jh-gold); }
.jh-listing-card__details a {
  color: var(--jh-forest);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--jh-tr-fast), color var(--jh-tr-fast);
  word-break: break-word;
  overflow-wrap: anywhere;
}
.jh-listing-card__details a:hover {
  color: var(--jh-gold-dark);
  border-bottom-color: var(--jh-gold);
}
.jh-listing-card__footer {
  margin-top: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--jh-border-soft);
}
.jh-listings__footer-note {
  margin-top: 1.5rem;
  font-size: 0.88rem;
  color: var(--jh-text-muted);
  text-align: center;
}

/* Post card (blog) */
.jh-post-card__thumb {
  aspect-ratio: 16 / 10;
  background: var(--jh-bg-warm);
  border-radius: var(--jh-radius-md) var(--jh-radius-md) 0 0;
  overflow: hidden;
}
.jh-post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.jh-post-card__body { padding: 1.25rem; }
.jh-post-card__title { font-family: var(--jh-font-serif); font-size: 1.15rem; font-weight: 600; margin: 0 0 0.5rem; }
.jh-post-card__excerpt { color: var(--jh-text-muted); font-size: 0.92rem; line-height: 1.6; margin: 0 0 0.75rem; }
.jh-post-card__link { color: var(--jh-forest); font-weight: 600; font-size: 0.88rem; }

/* =============================================================
   11. NEARBY LIST (communes voisines)
   ============================================================= */

.jh-nearby-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
.jh-nearby-list__item { margin: 0; }
.jh-nearby-list__link {
  display: block;
  padding: 0.85rem 1.1rem;
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-sm);
  color: var(--jh-text);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.4;
  transition: transform var(--jh-tr-fast), border-color var(--jh-tr-fast), color var(--jh-tr-fast), box-shadow var(--jh-tr-fast);
}
.jh-nearby-list__link:hover {
  transform: translateX(3px);
  border-color: var(--jh-gold);
  color: var(--jh-forest);
  box-shadow: var(--jh-shadow-sm);
}

/* =============================================================
   12. TABLEAUX (tarifs)
   ============================================================= */

.jh-table-wrap {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-lg);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: var(--jh-shadow-sm);
}
.jh-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.jh-table thead th {
  background: var(--jh-forest);
  color: var(--jh-surface);
  text-align: left;
  padding: 0.9rem 1.1rem;
  font-family: var(--jh-font-body);
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 0;
}
.jh-table tbody td {
  padding: 0.9rem 1.1rem;
  border-top: 1px solid var(--jh-border-soft);
  font-size: 0.94rem;
  color: var(--jh-text);
}
.jh-table tbody tr:nth-child(even) td { background: var(--jh-bg); }
.jh-table tbody tr:hover td { background: rgba(176,141,62,0.06); }

.jh-table__price { color: var(--jh-forest); font-weight: 600; white-space: nowrap; }
.jh-table__note  { color: var(--jh-text-muted); font-size: 0.88rem; }
.jh-table__footer td {
  background: var(--jh-bg-warm);
  text-align: center;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--jh-text-muted);
  padding: 0.85rem 1.1rem;
}

.jh-tarif-note {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(176,141,62,0.08);
  border-left: 3px solid var(--jh-gold);
  border-radius: 0 var(--jh-radius-sm) var(--jh-radius-sm) 0;
  font-size: 0.92rem;
  color: var(--jh-text);
}
.jh-tarif-note strong { color: var(--jh-forest); }

/* =============================================================
   13. FAQ ACCORDION
   ============================================================= */

.jh-faq { max-width: 820px; margin-inline: auto; }
.jh-faq__list { display: flex; flex-direction: column; gap: 0.6rem; }
.jh-faq__item {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-md);
  overflow: hidden;
  transition: border-color var(--jh-tr-fast), box-shadow var(--jh-tr-fast);
}
.jh-faq__item:hover,
.jh-faq__item.is-open { border-color: var(--jh-gold-light); box-shadow: var(--jh-shadow-sm); }
.jh-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.25rem;
  background: none;
  border: 0;
  font-family: var(--jh-font-body);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--jh-ink);
  text-align: left;
  cursor: pointer;
}
.jh-faq-q__text { flex: 1; }
.jh-faq-q__icon {
  color: var(--jh-gold);
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  transition: transform var(--jh-tr-base);
}
.jh-faq__item.is-open .jh-faq-q__icon { transform: rotate(45deg); }
.jh-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--jh-tr-base), padding var(--jh-tr-base);
  padding: 0 1.25rem;
  color: var(--jh-text-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}
.jh-faq__item.is-open .jh-faq-a {
  max-height: 800px;
  padding: 0 1.25rem 1.1rem;
}

/* =============================================================
   14. STATS
   ============================================================= */

.jh-stats { padding-block: clamp(2rem, 4vw, 3rem); }
.jh-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}
.jh-stats__item {
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-md);
}
.jh-stats__number {
  font-family: var(--jh-font-serif);
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  font-weight: 600;
  color: var(--jh-forest);
  line-height: 1;
  letter-spacing: -0.02em;
}
.jh-stats__suffix { color: var(--jh-gold-dark); }
.jh-stats__label {
  font-size: 0.82rem;
  color: var(--jh-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.35rem;
}

/* =============================================================
   15. CTA BAND
   ============================================================= */

.jh-cta-band {
  position: relative;
  isolation: isolate;
  padding-block: clamp(3rem, 6vw, 4.5rem);
  background:
    radial-gradient(circle at 85% 15%, rgba(176,141,62,0.2) 0%, transparent 50%),
    linear-gradient(135deg, var(--jh-forest-dark) 0%, var(--jh-forest) 100%);
  color: var(--jh-surface);
  overflow: hidden;
}
.jh-cta-band__inner {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 900px) {
  .jh-cta-band__inner { grid-template-columns: 1.1fr 1fr; }
}
.jh-cta-band__title {
  font-family: var(--jh-font-serif);
  font-size: var(--jh-text-4xl);
  font-weight: 600;
  color: var(--jh-surface);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.jh-cta-band__sub {
  color: rgba(255,255,255,0.82);
  font-size: var(--jh-text-md);
  line-height: 1.65;
  margin: 0 0 1.25rem;
}
.jh-cta-band__points {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
}
.jh-cta-band__points li {
  padding-left: 1.5rem;
  position: relative;
  color: rgba(255,255,255,0.92);
  font-size: 0.94rem;
  line-height: 1.5;
}
.jh-cta-band__points li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0;
  color: var(--jh-gold-light);
  font-weight: 700;
}
.jh-cta-band__form .jh-form-title { color: var(--jh-ink); }

/* =============================================================
   16. STICKY BAR (mobile)
   ============================================================= */

.jh-sticky-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: rgba(15,31,22,0.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(176,141,62,0.3);
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0));
  z-index: var(--jh-z-sticky);
  box-shadow: 0 -6px 24px rgba(0,0,0,0.15);
}
@media (max-width: 899px) { .jh-sticky-bar { display: block; } }
.jh-sticky-bar__btn {
  background: var(--jh-gold);
  color: var(--jh-ink);
  border-color: var(--jh-gold);
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  box-shadow: var(--jh-shadow-gold);
}
.jh-sticky-bar__btn:hover { background: var(--jh-gold-dark); color: var(--jh-surface); }

/* =============================================================
   17. FOOTER
   ============================================================= */

.jh-footer {
  background: var(--jh-ink);
  color: rgba(255,255,255,0.78);
  border-top: 3px solid var(--jh-gold);
  margin-top: clamp(3rem, 5vw, 5rem);
}
.jh-footer a { color: rgba(255,255,255,0.78); }
.jh-footer a:hover { color: var(--jh-gold-light); }

.jh-footer__top {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.jh-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .jh-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .jh-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.jh-footer__col--brand { }
.jh-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}
.jh-footer__logo svg { width: 36px; height: 36px; }
.jh-footer__logo-text {
  font-family: var(--jh-font-serif);
  font-weight: 600;
  color: var(--jh-surface);
  font-size: 1.15rem;
}
.jh-footer__desc,
.jh-footer__tagline {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.65;
  max-width: 42ch;
}

.jh-footer__heading {
  font-family: var(--jh-font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--jh-gold-light);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
}
.jh-footer__links { display: flex; flex-direction: column; gap: 0.5rem; }
.jh-footer__links li a { font-size: 0.92rem; }
.jh-footer__all {
  margin-top: 0.75rem;
  display: inline-block;
  color: var(--jh-gold-light);
  font-weight: 600;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(176,141,62,0.4);
  padding-bottom: 1px;
}

.jh-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-block: 1.25rem;
  font-size: 0.82rem;
}
.jh-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 640px) {
  .jh-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.jh-footer__copyright { color: rgba(255,255,255,0.55); }
.jh-footer__legal-list {
  display: flex; flex-wrap: wrap; gap: 0.25rem 1rem;
}
.jh-footer__legal-list a {
  color: rgba(255,255,255,0.55);
  font-size: 0.82rem;
}
.jh-footer__legal-list a:hover { color: var(--jh-gold-light); }

/* =============================================================
   18. PROSE (contenu éditorial)
   ============================================================= */

.jh-prose {
  font-size: var(--jh-text-md);
  line-height: 1.8;
  color: var(--jh-text);
  max-width: var(--jh-content-max);
}
.jh-prose > * + * { margin-top: 1.25em; }
.jh-prose h2 { margin-top: 2.25em; font-size: var(--jh-text-3xl); }
.jh-prose h3 { margin-top: 1.75em; font-size: var(--jh-text-2xl); }
.jh-prose h4 { margin-top: 1.5em; }
.jh-prose ul, .jh-prose ol {
  padding-left: 1.4em;
  display: block;
}
.jh-prose ul li, .jh-prose ol li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.jh-prose ol li { list-style: decimal; }
.jh-prose ul li::marker { color: var(--jh-gold); }
.jh-prose a {
  color: var(--jh-forest);
  text-decoration: underline;
  text-decoration-color: var(--jh-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.jh-prose a:hover { color: var(--jh-gold-dark); }
.jh-prose strong { color: var(--jh-forest); font-weight: 600; }

/* =============================================================
   19. VILLE / REGION / GUIDE TEMPLATES
   ============================================================= */

.jh-ville-intro,
.jh-region-intro {
  max-width: 72ch;
  font-size: var(--jh-text-md);
  line-height: 1.75;
  color: var(--jh-text);
}
.jh-region-intro p { margin-bottom: 1em; }

.jh-ville-gps {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  background: rgba(176,141,62,0.12);
  color: var(--jh-gold-dark);
  border: 1px solid rgba(176,141,62,0.3);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
}

.jh-source-officielle,
.jh-guide-source {
  background: var(--jh-bg-warm);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-md);
  padding: 1rem 1.25rem;
  font-size: 0.88rem;
  color: var(--jh-text-muted);
  margin-top: 1.5rem;
}
.jh-source-officielle a,
.jh-guide-source a {
  color: var(--jh-forest);
  font-weight: 600;
  border-bottom: 1px solid var(--jh-gold);
}

/* Page guide (layout sidebar) */
.jh-page-guide { }
.jh-page-guide__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .jh-page-guide__layout { grid-template-columns: 1fr 320px; }
}
.jh-page-guide__content { min-width: 0; }
.jh-page-guide__toc {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-md);
  padding: 1.25rem;
  position: sticky;
  top: calc(var(--jh-header-h) + 16px);
}
.jh-page-guide__toc-title {
  font-family: var(--jh-font-serif);
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.75rem;
  color: var(--jh-ink);
}
.jh-page-guide__toc-list { display: flex; flex-direction: column; gap: 0.15rem; }
.jh-page-guide__toc-item { margin: 0; }
.jh-page-guide__toc-link {
  display: block;
  padding: 0.45rem 0.65rem;
  color: var(--jh-text-muted);
  font-size: 0.88rem;
  border-left: 2px solid transparent;
  border-radius: 0 var(--jh-radius-xs) var(--jh-radius-xs) 0;
}
.jh-page-guide__toc-link:hover,
.jh-page-guide__toc-link.is-active {
  background: var(--jh-bg-warm);
  color: var(--jh-forest);
  border-left-color: var(--jh-gold);
}

.jh-guide-sidebar-form { position: sticky; top: calc(var(--jh-header-h) + 16px); }

/* Page headers + archive */
.jh-archive-header,
.jh-page-header {
  padding-block: clamp(2rem, 4vw, 3rem);
  background: var(--jh-bg);
  border-bottom: 1px solid var(--jh-border);
  text-align: center;
}
.jh-archive-title,
.jh-page-title {
  font-family: var(--jh-font-serif);
  font-weight: 600;
  font-size: var(--jh-text-4xl);
  color: var(--jh-ink);
  margin: 0;
  letter-spacing: -0.02em;
}

.jh-archive-wrap,
.jh-page-wrap { padding-block: clamp(2rem, 4vw, 3rem); }

.jh-page-thumbnail {
  aspect-ratio: 21 / 9;
  background: var(--jh-bg-warm);
  border-radius: var(--jh-radius-lg);
  overflow: hidden;
  margin-bottom: 2rem;
}
.jh-page-thumbnail img { width: 100%; height: 100%; object-fit: cover; }

/* Page links (pagination) */
.jh-page-links {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-top: 2rem;
  justify-content: center;
}
.jh-page-links__item {
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-sm);
  color: var(--jh-text);
  font-size: 0.9rem;
}
.jh-page-links__item:hover { border-color: var(--jh-gold); color: var(--jh-forest); }

/* Posts grid */
.jh-posts-grid { margin-top: 1rem; }

/* No results / page body */
.jh-no-results {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--jh-text-muted);
}
.jh-no-results__title {
  font-family: var(--jh-font-serif);
  font-size: var(--jh-text-2xl);
  color: var(--jh-ink);
  margin: 0 0 0.5rem;
}
.jh-no-results__text { font-size: var(--jh-text-md); }

/* =============================================================
   20. CITY GRID
   ============================================================= */

.jh-city-grid { padding-block: clamp(2rem, 4vw, 3rem); }
.jh-city-grid__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.jh-city-tag {
  display: block;
  padding: 0.75rem 1rem;
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-sm);
  color: var(--jh-text);
  font-size: 0.93rem;
  font-weight: 500;
  text-align: center;
  transition: border-color var(--jh-tr-fast), color var(--jh-tr-fast), transform var(--jh-tr-fast);
}
.jh-city-tag:hover {
  border-color: var(--jh-gold);
  color: var(--jh-forest);
  transform: translateY(-2px);
}

/* =============================================================
   21. REGIONS GRID + RESSOURCES
   ============================================================= */

.jh-regions__grid,
.jh-ressources__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.jh-ressources__col-title {
  font-family: var(--jh-font-serif);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--jh-ink);
  margin: 0 0 0.75rem;
}
.jh-ressources__list { display: flex; flex-direction: column; gap: 0.35rem; }
.jh-ressources__list li { margin: 0; }
.jh-ressources__list a {
  display: block;
  padding: 0.5rem 0.65rem;
  font-size: 0.9rem;
  color: var(--jh-text-muted);
  border-radius: var(--jh-radius-xs);
  border-left: 2px solid transparent;
}
.jh-ressources__list a:hover {
  color: var(--jh-forest);
  background: var(--jh-bg-warm);
  border-left-color: var(--jh-gold);
}
.jh-ressources__all {
  display: inline-block;
  margin-top: 1.25rem;
  color: var(--jh-gold-dark);
  font-weight: 600;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--jh-gold);
  padding-bottom: 1px;
}

/* =============================================================
   22. 404
   ============================================================= */

.jh-404 {
  padding: clamp(3rem, 7vw, 5rem) 0;
  text-align: center;
}
.jh-404__inner { max-width: 620px; margin-inline: auto; }
.jh-404__top { }
.jh-404__icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: var(--jh-gold);
}
.jh-404__code {
  font-family: var(--jh-font-serif);
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 600;
  color: var(--jh-forest);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
}
.jh-404__title {
  font-family: var(--jh-font-serif);
  font-size: var(--jh-text-4xl);
  font-weight: 600;
  color: var(--jh-ink);
  margin: 0.5rem 0 1rem;
}
.jh-404__desc {
  color: var(--jh-text-muted);
  font-size: var(--jh-text-md);
  margin: 0 0 2rem;
}
.jh-404__search { max-width: 420px; margin: 0 auto 2.5rem; }
.jh-404__search-input {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-sm);
  background: var(--jh-surface);
  font: inherit;
}
.jh-404__search-input:focus {
  outline: 0;
  border-color: var(--jh-forest);
  box-shadow: 0 0 0 3px rgba(31,58,41,0.12);
}
.jh-404__links { margin-top: 2rem; text-align: left; }
.jh-404__links-title {
  font-family: var(--jh-font-serif);
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 0.85rem;
  text-align: center;
}
.jh-404__links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.65rem;
}
.jh-404__link {
  display: block;
  padding: 0.75rem 1rem;
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-sm);
  color: var(--jh-text);
  font-size: 0.92rem;
  transition: all var(--jh-tr-fast);
}
.jh-404__link:hover { border-color: var(--jh-gold); color: var(--jh-forest); }
.jh-404__cta { margin-top: 2rem; }
.jh-404__cta-title { font-family: var(--jh-font-serif); font-weight: 600; font-size: 1.2rem; }
.jh-404__cta-sub { color: var(--jh-text-muted); margin-bottom: 1rem; }

/* =============================================================
   23. PAGE MERCI
   ============================================================= */

.jh-merci {
  padding: clamp(3rem, 7vw, 5rem) 0;
  text-align: center;
}
.jh-merci__inner { max-width: 640px; margin-inline: auto; }
.jh-merci__icon {
  width: 84px; height: 84px;
  margin: 0 auto 1.25rem;
  background: var(--jh-success-bg);
  color: var(--jh-success);
  border: 2px solid var(--jh-success);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 2.5rem;
}
.jh-merci__check { font-size: 2.5rem; line-height: 1; }
.jh-merci__title {
  font-family: var(--jh-font-serif);
  font-size: var(--jh-text-4xl);
  font-weight: 600;
  color: var(--jh-ink);
  margin: 0 0 0.75rem;
}
.jh-merci__lead {
  color: var(--jh-text-muted);
  font-size: var(--jh-text-md);
  margin: 0 0 2rem;
}
.jh-merci__steps {
  display: grid;
  gap: 1rem;
  text-align: left;
  max-width: 520px;
  margin: 0 auto 2rem;
}
.jh-merci__step {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1rem;
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-md);
}
.jh-merci__step-num {
  width: 32px; height: 32px;
  flex-shrink: 0;
  background: var(--jh-forest);
  color: var(--jh-surface);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--jh-font-serif);
  font-weight: 600;
}
.jh-merci__step strong { color: var(--jh-ink); display: block; margin-bottom: 0.15rem; }
.jh-merci__step p { color: var(--jh-text-muted); font-size: 0.92rem; margin: 0; }
.jh-merci__guide-cta {
  background: var(--jh-bg-warm);
  padding: 1.5rem;
  border-radius: var(--jh-radius-lg);
  margin-top: 2rem;
}
.jh-merci__guide-cta p { margin: 0 0 0.85rem; }
.jh-merci__guide-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.6rem;
}
.jh-merci__guide-link {
  padding: 0.75rem 1rem;
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-sm);
  color: var(--jh-text);
  font-size: 0.9rem;
  font-weight: 500;
}
.jh-merci__guide-link:hover { border-color: var(--jh-gold); color: var(--jh-forest); }
.jh-merci__back {
  display: inline-block;
  margin-top: 1.5rem;
  color: var(--jh-text-muted);
  font-size: 0.9rem;
}

/* =============================================================
   24. REDUCED MOTION
   ============================================================= */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =============================================================
   24.B PAGE CONTACT — layout 2 colonnes infos + formulaire
   ============================================================= */

.jh-contact-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem var(--jh-container-px);
}
.jh-contact-lead {
  font-size: 1.1rem;
  color: var(--jh-text);
  max-width: 780px;
  margin-bottom: 2.5rem;
}
.jh-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .jh-contact-grid { grid-template-columns: 1fr 1.1fr; gap: 3.5rem; }
}
.jh-contact-info {
  background: var(--jh-bg-warm);
  border-radius: var(--jh-radius-md);
  padding: 1.75rem;
  border: 1px solid var(--jh-border-soft);
}
.jh-contact-info h2,
.jh-contact-form-col h2 {
  margin-top: 0;
  color: var(--jh-forest);
  font-size: 1.35rem;
}
.jh-contact-info h3 {
  margin-top: 1.75rem;
  color: var(--jh-forest);
  font-size: 1.05rem;
}
.jh-contact-info p { margin-bottom: 1rem; line-height: 1.55; }
.jh-contact-info small { color: var(--jh-text-muted); }

/* =============================================================
   25. ACCESSIBILITÉ TACTILE — WCAG 2.5.5 (min 44x44px sur mobile)
   Appliqué sous 900px — au-dessus le pointeur souris reste fin.
   ============================================================= */

@media (max-width: 899px) {
  /* Logo header/mobile : hauteur cible et padding vertical */
  .jh-logo,
  .jh-logo--mobile {
    min-height: 44px;
    padding-block: 4px;
  }
  .jh-logo__icon { width: 40px; height: 40px; }

  /* Bouton CTA header : zone cliquable garantie */
  .jh-btn-cta,
  .jh-btn,
  .jh-header__cta {
    min-height: 44px;
  }

  /* Bouton fermer menu overlay mobile */
  .jh-mobile-overlay__close {
    min-width: 44px;
    min-height: 44px;
  }

  /* Liens de cartes services/villes (homepage "Voir les villes / services") */
  .jh-service-card__link,
  .jh-region-card__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    margin-top: 6px;
    background: rgba(31, 58, 41, 0.06);
    border-radius: var(--jh-radius-sm);
    font-weight: 600;
  }

  /* Fil d'ariane : padding suffisant pour chaque lien */
  .jh-breadcrumb__link {
    display: inline-block;
    padding: 10px 6px;
    min-height: 44px;
    line-height: 24px;
    font-size: 14px;
  }
  .jh-breadcrumb__sep { padding-inline: 4px; line-height: 44px; }
  .jh-breadcrumb__current { padding: 10px 6px; line-height: 24px; font-size: 14px; }

  /* Navigation mobile : triggers et liens */
  .jh-mobile-nav__trigger,
  .jh-mobile-nav a { min-height: 44px; }

  /* Boutons FAQ accordéon (confort tactile) */
  .jh-faq-q { min-height: 48px; }
}

/*
 * Fin du fichier main.css — Jardin Helvetia v3.0.0
 * Design system premium suisse, réécrit de zéro.
 */
