/* ============================================================
   CENTURY 21 CASA IMMO — DESIGN SYSTEM (Phase 0 mockups)
   Ce fichier sera réutilisé tel quel comme base SCSS en Phase 3.
   ============================================================ */

/* ============================================================
   1. RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html, body { margin: 0 !important; padding: 0 !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--f-sans), 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--c-black);
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Fix admin bar WordPress connecté : décale le sticky header */
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-family: var(--f-display); font-weight: 500; line-height: 1.15; letter-spacing: -0.01em; }

/* ============================================================
   2. TOKENS (variables CSS — miroir du SCSS Phase 3)
   ============================================================ */
:root {
  /* Brand */
  --c-gold: #BEAF87;
  --c-gold-dark: #9A8B66;
  --c-gold-light: #E8DFC9;
  --c-black: #1A1A1A;
  --c-white: #FFFFFF;
  /* Gray scale */
  --c-gray-50: #FAFAFA;
  --c-gray-100: #F5F5F5;
  --c-gray-200: #E5E5E5;
  --c-gray-300: #D4D4D4;
  --c-gray-400: #A3A3A3;
  --c-gray-500: #737373;
  --c-gray-600: #525252;
  --c-gray-700: #404040;
  --c-gray-800: #262626;
  --c-gray-900: #171717;
  /* Accents */
  --c-emerald: #047857;
  --c-burgundy: #7F1D1D;
  --c-navy: #1E3A8A;
  /* Sémantique */
  --c-success: #16A34A;
  --c-warning: #D97706;
  --c-error: #DC2626;
  /* Typo */
  --f-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --f-sans: 'Inter', -apple-system, sans-serif;
  --f-mono: 'JetBrains Mono', ui-monospace, monospace;
  /* Espacement (base 4px) */
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 20px;
  --s-6: 24px; --s-8: 32px; --s-10: 40px; --s-12: 48px; --s-16: 64px;
  --s-20: 80px; --s-24: 96px; --s-32: 128px; --s-40: 160px;
  /* Radii */
  --r-0: 0; --r-sm: 2px; --r-md: 4px; --r-lg: 8px; --r-pill: 999px;
  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.06);
  --shadow-lg: 0 4px 12px rgba(0,0,0,0.08), 0 12px 32px rgba(0,0,0,0.10);
  --shadow-xl: 0 24px 48px -12px rgba(0,0,0,0.18);
  /* Transitions */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --t-fast: 150ms var(--ease);
  --t-base: 200ms var(--ease);
  --t-slow: 400ms var(--ease);
  /* Layout */
  --container: 1440px;
  --container-narrow: 1180px;
  --container-text: 760px;
  --header-h: 80px;
  --topbar-h: 36px;
}

/* ============================================================
   3. TYPOGRAPHIE
   ============================================================ */
.h-display-1 { font-family: var(--f-display); font-size: clamp(48px, 8vw, 96px); line-height: 1.05; letter-spacing: -0.02em; }
.h-display-2 { font-family: var(--f-display); font-size: clamp(40px, 6vw, 72px); line-height: 1.08; letter-spacing: -0.02em; }
.h-1 { font-family: var(--f-display); font-size: clamp(36px, 5vw, 60px); line-height: 1.1; }
.h-2 { font-family: var(--f-display); font-size: clamp(28px, 3.5vw, 48px); line-height: 1.15; }
.h-3 { font-family: var(--f-display); font-size: clamp(24px, 2.5vw, 36px); line-height: 1.2; }
.h-4 { font-family: var(--f-display); font-size: 24px; line-height: 1.25; }
.h-5 { font-family: var(--f-display); font-size: 20px; line-height: 1.3; }
.eyebrow { font-family: var(--f-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-gold-dark); }
.lead { font-size: 18px; line-height: 1.6; color: var(--c-gray-600); }
.text-sm { font-size: 14px; }
.text-xs { font-size: 12px; }
.text-mono { font-family: var(--f-mono); }
.text-muted { color: var(--c-gray-500); }
.text-gold { color: var(--c-gold-dark); }
.text-center { text-align: center; }

/* Filet décoratif sous les eyebrows */
.eyebrow--line { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow--line::before { content: ''; width: 32px; height: 1px; background: var(--c-gold); }

/* ============================================================
   4. LAYOUT — containers, sections, grids
   ============================================================ */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--s-5); }
.container--narrow { max-width: var(--container-narrow); }
.container--text { max-width: var(--container-text); }
.container--wide { max-width: 1600px; }

.section { padding: clamp(64px, 10vw, 128px) 0; }
.section--sm { padding: clamp(48px, 6vw, 80px) 0; }
.section--dark { background: var(--c-black); color: var(--c-white); }
.section--gray { background: var(--c-gray-50); }
.section--gold { background: linear-gradient(135deg, #F5EFE0 0%, #E8DFC9 100%); }

.section-header { margin-bottom: var(--s-12); }
.section-header--center { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; }
.section-header__eyebrow { margin-bottom: var(--s-3); }
.section-header__title { margin-bottom: var(--s-4); }
.section-header__sub { color: var(--c-gray-600); font-size: 18px; }

.grid { display: grid; gap: var(--s-6); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid--6 { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

@media (min-width: 768px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
  .grid--6 { grid-template-columns: repeat(6, 1fr); }
}

.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-2 { gap: var(--s-2); }
.gap-3 { gap: var(--s-3); }
.gap-4 { gap: var(--s-4); }
.gap-6 { gap: var(--s-6); }

/* ============================================================
   5. TOP BAR + HEADER + NAV
   ============================================================ */
.top-bar {
  background: var(--c-black); color: var(--c-gray-300);
  font-size: 13px; height: var(--topbar-h);
}
.top-bar__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.top-bar__left, .top-bar__right, .top-bar__menu { display: flex; align-items: center; gap: 20px; list-style: none; padding: 0; margin: 0; }
.top-bar__menu li, .top-bar .menu-item { list-style: none; }
.top-bar a:hover { color: var(--c-gold); }
.top-bar__item { display: inline-flex; align-items: center; gap: 6px; }
.top-bar__divider { color: var(--c-gray-700); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--c-white);
  border-bottom: 1px solid var(--c-gray-200);
  transition: box-shadow var(--t-base);
}
.site-header.is-scrolled { box-shadow: var(--shadow-md); }
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--f-display); font-size: 22px;
  color: var(--c-black);
  text-decoration: none;
}
.brand__logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .brand__logo { height: 44px; }
}
/* Logo custom WordPress (uploadé via Customizer) */
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 56px; width: auto; }
/* Anciens placeholders (gardés pour compat éventuelle) */
.brand__mark {
  width: 36px; height: 36px; background: var(--c-gold);
  display: grid; place-items: center; color: var(--c-white);
  font-family: var(--f-sans); font-weight: 700; font-size: 14px; letter-spacing: 0;
}
.brand__name { font-weight: 500; letter-spacing: 0.04em; }
.brand__name strong { color: var(--c-gold-dark); }

.main-nav { display: none; }
@media (min-width: 1024px) {
  .main-nav { display: flex; align-items: center; }
}

/* TOP LEVEL uniquement : flex horizontal */
.main-nav > .main-nav__list,
.main-nav > ul,
.main-nav > .menu,
.main-nav > div > ul,
.main-nav > div > .menu {
  display: flex;
  align-items: center;
  gap: var(--s-5);
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav > .main-nav__list > li,
.main-nav > ul > li,
.main-nav > .menu > .menu-item,
.main-nav > div > ul > li,
.main-nav > div > .menu > .menu-item,
.main-nav__item {
  position: relative;
  list-style: none;
}

/* Lien top-level */
.main-nav a,
.main-nav__link {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 8px 0;
  color: var(--c-gray-800);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

/* Caret sur les items qui ont un sous-menu */
.main-nav .menu-item-has-children > a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 8px;
  order: 2;
  margin-right: -2px;
  transition: transform var(--t-base);
}
.main-nav .menu-item-has-children:hover > a::before {
  transform: rotate(225deg) translateY(-2px);
}

/* SOUS-MENUS : dropdown absolu */
.main-nav .sub-menu,
.main-nav .children {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  background: var(--c-white);
  box-shadow: var(--shadow-lg);
  border-top: 2px solid var(--c-gold);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--t-base), visibility var(--t-base), transform var(--t-base);
  z-index: 105;
}
.main-nav li:hover > .sub-menu,
.main-nav li:hover > .children,
.main-nav li:focus-within > .sub-menu,
.main-nav li:focus-within > .children {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav .sub-menu li,
.main-nav .children li { display: block; list-style: none; }
.main-nav .sub-menu a,
.main-nav .children a,
.main-nav .sub-menu .current-menu-item > a,
.main-nav .sub-menu .current-menu-parent > a,
.main-nav .sub-menu .current-menu-ancestor > a,
.main-nav .children .current-menu-item > a,
.main-nav .children .current-menu-parent > a,
.main-nav .children .current-menu-ancestor > a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-gray-800) !important;
  background: transparent;
  white-space: nowrap;
  border-bottom: 0;
  text-decoration: none;
}
/* Item courant dans le dropdown : indicateur or à gauche */
.main-nav .sub-menu .current-menu-item > a,
.main-nav .children .current-menu-item > a {
  color: var(--c-gold-dark) !important;
  background: var(--c-gray-50);
  border-left: 2px solid var(--c-gold);
  padding-left: 18px;
}
.main-nav .sub-menu a:hover,
.main-nav .children a:hover,
.main-nav .sub-menu .current-menu-item > a:hover,
.main-nav .children .current-menu-item > a:hover {
  background: var(--c-gray-50);
  color: var(--c-gold-dark) !important;
}
/* Pas d'underline sur les sous-menus */
.main-nav .sub-menu a::after,
.main-nav .children a::after { display: none; }
/* Pas de caret sur les enfants de sous-menus */
.main-nav .sub-menu .menu-item-has-children > a::before,
.main-nav .children .menu-item-has-children > a::before { display: none; }

/* Sous-sous-menus (3e niveau) */
.main-nav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-top: -12px;
}
.main-nav a::after,
.main-nav__link::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--c-gold); transform: scaleX(0);
  transform-origin: left; transition: transform var(--t-base);
}
.main-nav a:hover,
.main-nav__link:hover { color: var(--c-black); }
.main-nav a:hover::after,
.main-nav__link:hover::after,
.main-nav .current-menu-item > a::after,
.main-nav__link.is-active::after { transform: scaleX(1); }
.main-nav__link--has-sub { display: inline-flex; align-items: center; gap: 4px; }

.header-actions { display: inline-flex; align-items: center; gap: var(--s-3); }
.header-icon-btn {
  display: inline-grid; place-items: center;
  width: 40px; height: 40px;
  color: var(--c-gray-700);
  border-radius: var(--r-pill);
  transition: background var(--t-base);
}
.header-icon-btn:hover { background: var(--c-gray-100); color: var(--c-black); }
.burger { display: inline-grid; place-items: center; width: 40px; height: 40px; }
@media (min-width: 1024px) { .burger { display: none; } }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 200;
  background: var(--c-white);
  transform: translateX(100%); transition: transform var(--t-slow);
  display: flex; flex-direction: column;
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding: var(--s-5); border-bottom: 1px solid var(--c-gray-200); }
.mobile-menu__nav { flex: 1; overflow-y: auto; padding: var(--s-5); }
.mobile-menu__list,
.mobile-menu ul,
.mobile-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu li,
.mobile-menu .menu-item { list-style: none; }
.mobile-menu a,
.mobile-menu__link { display: block; padding: var(--s-4) 0; font-family: var(--f-display); font-size: 28px; border-bottom: 1px solid var(--c-gray-100); color: var(--c-black); }
.mobile-menu__foot { padding: var(--s-5); border-top: 1px solid var(--c-gray-200); display: flex; gap: var(--s-3); }

/* ============================================================
   6. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; padding: 0 28px;
  font-family: var(--f-sans); font-size: 14px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: var(--r-md);
  transition: all var(--t-base);
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn--lg { height: 56px; padding: 0 36px; font-size: 15px; }
.btn--sm { height: 36px; padding: 0 16px; font-size: 12px; }
.btn--block { width: 100%; }
.btn--pill { border-radius: var(--r-pill); }
.btn--primary { background: var(--c-black); color: var(--c-white); }
.btn--primary:hover { background: var(--c-gold-dark); color: var(--c-white); }
.btn--gold { background: var(--c-gold); color: var(--c-white); }
.btn--gold:hover { background: var(--c-gold-dark); }
.btn--outline { border-color: var(--c-black); color: var(--c-black); }
.btn--outline:hover { background: var(--c-black); color: var(--c-white); }
.btn--outline-light { border-color: rgba(255,255,255,0.5); color: var(--c-white); }
.btn--outline-light:hover { background: var(--c-white); color: var(--c-black); border-color: var(--c-white); }
.btn--ghost { color: var(--c-black); }
.btn--ghost:hover { background: var(--c-gray-100); }
.btn--whatsapp { background: #25D366; color: var(--c-white); }
.btn--whatsapp:hover { background: #1FB055; }
.btn-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r-pill); background: var(--c-white); color: var(--c-black); box-shadow: var(--shadow-md); transition: transform var(--t-base); }
.btn-icon:hover { transform: scale(1.08); }

/* Link with arrow */
.link-arrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--c-black);
  padding-bottom: 4px; border-bottom: 1px solid var(--c-gold);
}
.link-arrow svg { transition: transform var(--t-base); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ============================================================
   7. BADGES & TAGS
   ============================================================ */
.badge {
  display: inline-flex; align-items: center;
  height: 24px; padding: 0 10px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--c-gray-100); color: var(--c-gray-800);
  border-radius: var(--r-sm);
}
.badge--gold { background: var(--c-gold); color: var(--c-white); }
.badge--dark { background: var(--c-black); color: var(--c-white); }
.badge--emerald { background: var(--c-emerald); color: var(--c-white); }
.badge--burgundy { background: var(--c-burgundy); color: var(--c-white); }
.badge--navy { background: var(--c-navy); color: var(--c-white); }
.badge--outline { background: transparent; border: 1px solid var(--c-gray-300); color: var(--c-gray-700); }
.badge--outline-light { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: var(--c-white); backdrop-filter: blur(10px); }
.badge--lg { height: 28px; padding: 0 14px; font-size: 12px; }

/* Tag/chip filter */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; font-size: 13px; font-weight: 500;
  background: var(--c-gray-100); color: var(--c-gray-800);
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  transition: all var(--t-base);
  cursor: pointer;
}
.chip:hover { border-color: var(--c-gray-300); }
.chip.is-active { background: var(--c-black); color: var(--c-white); }
.chip--remove { padding-right: 6px; }
.chip__close { display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: rgba(0,0,0,0.06); font-size: 10px; }

/* ============================================================
   8. FORM ELEMENTS
   ============================================================ */
.field { margin-bottom: var(--s-5); }
.field__label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; color: var(--c-gray-700); }
.field__hint { margin-top: 6px; font-size: 12px; color: var(--c-gray-500); }
.field__error { margin-top: 6px; font-size: 12px; color: var(--c-error); }
.input, .select, .textarea {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: var(--c-white);
  border: 1px solid var(--c-gray-300);
  border-radius: var(--r-md);
  font-size: 15px;
  color: var(--c-black);
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--c-gold);
  box-shadow: 0 0 0 3px rgba(190, 175, 135, 0.15);
}
.textarea { height: auto; padding: 14px 16px; min-height: 120px; resize: vertical; }
.select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23525252' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.input--lg { height: 56px; }
.input--with-icon { padding-left: 44px; }
.field--icon { position: relative; }
.field--icon .field__icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--c-gray-500); pointer-events: none; }

/* Checkboxes / radios stylés */
.check { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; }
.check input { position: absolute; opacity: 0; }
.check__box {
  width: 18px; height: 18px;
  border: 1.5px solid var(--c-gray-400);
  border-radius: 3px;
  display: inline-grid; place-items: center;
  transition: all var(--t-base);
  flex-shrink: 0;
}
.check input:checked + .check__box {
  background: var(--c-black);
  border-color: var(--c-black);
}
.check input:checked + .check__box::after {
  content: ''; width: 10px; height: 5px;
  border: 1.5px solid var(--c-white); border-top: 0; border-right: 0;
  transform: rotate(-45deg) translate(1px, -1px);
}

.radio__dot { border-radius: 50%; }
.radio input:checked + .radio__dot { background: var(--c-white); border: 5px solid var(--c-black); }
.radio input:checked + .radio__dot::after { display: none; }

/* Range slider double */
.range-group { display: flex; gap: 12px; align-items: center; }
.range-group .input { text-align: center; }

/* Switch buy/rent */
.toggle-tabs {
  display: inline-flex;
  padding: 4px;
  background: var(--c-gray-100);
  border-radius: var(--r-pill);
}
.toggle-tabs__btn {
  padding: 10px 24px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--c-gray-600);
  border-radius: var(--r-pill);
  transition: all var(--t-base);
}
.toggle-tabs__btn.is-active {
  background: var(--c-black);
  color: var(--c-white);
}

/* ============================================================
   9. HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex; align-items: flex-end;
  color: var(--c-white);
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(115deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.40) 100%);
}
.hero__inner {
  position: relative; z-index: 2;
  width: 100%;
  padding-top: var(--s-32); padding-bottom: var(--s-20);
}
.hero__eyebrow { color: var(--c-gold); margin-bottom: var(--s-4); }
.hero__title { color: var(--c-white); max-width: 880px; margin-bottom: var(--s-5); }
.hero__sub { color: rgba(255,255,255,0.85); font-size: clamp(16px, 1.5vw, 20px); max-width: 620px; margin-bottom: var(--s-10); }

.hero--inner {
  min-height: 45vh;
  align-items: center;
  text-align: left;
}
.hero--inner .hero__inner { padding-top: var(--s-16); padding-bottom: var(--s-10); }

/* Search bar hero */
.search-bar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  padding: var(--s-2);
  border-radius: var(--r-md);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  align-items: stretch;
  box-shadow: var(--shadow-xl);
  color: var(--c-black);
  max-width: 1100px;
}
.search-bar__tabs { display: flex; padding: var(--s-2); background: var(--c-gray-50); border-radius: var(--r-sm); }
.search-bar__field {
  flex: 1; min-width: 160px;
  display: flex; flex-direction: column;
  padding: 10px 16px;
  background: var(--c-white);
  border-radius: var(--r-sm);
}
.search-bar__label { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-gray-500); margin-bottom: 4px; }
.search-bar__value { font-size: 15px; font-weight: 500; }
.search-bar__select { border: 0; background: transparent; font-size: 15px; font-weight: 500; padding: 0; height: auto; }
.search-bar__submit { flex-shrink: 0; }

/* Trust strip — bande noire pleine largeur sous le hero */
.trust-band {
  background: var(--c-black);
  color: var(--c-white);
  padding: clamp(32px, 5vw, 56px) 0;
  position: relative;
  z-index: 3;
}
.trust-band__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-6);
}
@media (min-width: 768px) {
  .trust-band__inner { grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
}
.trust-band__item {
  position: relative;
  display: flex; flex-direction: column; gap: 4px;
  padding: var(--s-2) var(--s-4);
  border-left: 1px solid rgba(255,255,255,0.12);
  /* Apparition initiale */
  opacity: 0;
  transform: translateY(24px);
}
.js-on .trust-band.is-visible .trust-band__item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
/* Stagger : chaque item entre 120ms après le précédent */
.js-on .trust-band.is-visible .trust-band__item:nth-child(1) { transition-delay: 80ms; }
.js-on .trust-band.is-visible .trust-band__item:nth-child(2) { transition-delay: 200ms; }
.js-on .trust-band.is-visible .trust-band__item:nth-child(3) { transition-delay: 320ms; }
.js-on .trust-band.is-visible .trust-band__item:nth-child(4) { transition-delay: 440ms; }

/* Fallback : pas de JS = visible */
html:not(.js-on) .trust-band__item { opacity: 1; transform: none; }

.trust-band__item:first-child { border-left: 0; padding-left: 0; }
@media (max-width: 767px) {
  .trust-band__item:nth-child(3) { border-left: 0; padding-left: 0; }
  .trust-band__item:nth-child(2n+1) { border-left: 0; padding-left: 0; }
}

/* Petit filet doré décoratif qui se déploie sous chaque chiffre */
.trust-band__item::after {
  content: '';
  position: absolute;
  left: var(--s-4); bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--c-gold);
  transition: width 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: inherit;
}
.trust-band__item:first-child::after { left: 0; }
.js-on .trust-band.is-visible .trust-band__item::after { width: 32px; }
.js-on .trust-band.is-visible .trust-band__item:nth-child(1)::after { transition-delay: 700ms; }
.js-on .trust-band.is-visible .trust-band__item:nth-child(2)::after { transition-delay: 820ms; }
.js-on .trust-band.is-visible .trust-band__item:nth-child(3)::after { transition-delay: 940ms; }
.js-on .trust-band.is-visible .trust-band__item:nth-child(4)::after { transition-delay: 1060ms; }

.trust-band__num {
  font-family: var(--f-display);
  font-size: clamp(40px, 4.5vw, 56px);
  line-height: 1;
  color: var(--c-gold);
  font-weight: 500;
  letter-spacing: -0.02em;
  font-feature-settings: "lnum" 1, "tnum" 1;
  display: inline-block;
}
.trust-band__num-value { display: inline-block; min-width: 1ch; }
.trust-band__label {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.75);
  margin-top: 12px;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .trust-band__item, .trust-band__item::after { transition: none !important; opacity: 1 !important; transform: none !important; width: 32px !important; }
}

/* Ancienne trust-strip (gardée pour compat éventuelle, mais visuellement neutralisée) */
.trust-strip { display: none; }

/* ============================================================
   10. BIEN CARD
   ============================================================ */
.bien-card {
  background: var(--c-white);
  display: flex; flex-direction: column;
  transition: transform var(--t-slow);
  position: relative;
}
.bien-card:hover { transform: translateY(-4px); }
.bien-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--c-gray-100);
}
.bien-card__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--t-slow);
}
.bien-card:hover .bien-card__img { transform: scale(1.06); }
.bien-card__badges {
  position: absolute; top: 16px; left: 16px;
  display: flex; flex-direction: column; gap: 6px;
  z-index: 2;
}
.bien-card__fav {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--c-gray-700);
  transition: all var(--t-base);
}
.bien-card__fav:hover, .bien-card__fav.is-active { color: var(--c-burgundy); background: var(--c-white); }
.bien-card__fav.is-active svg { fill: currentColor; }
.bien-card__count {
  position: absolute; bottom: 16px; right: 16px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px;
  background: rgba(0,0,0,0.6);
  color: var(--c-white);
  font-size: 12px;
  border-radius: var(--r-sm);
  backdrop-filter: blur(6px);
}
.bien-card__body { padding: var(--s-5) var(--s-2); }
.bien-card__price {
  font-family: var(--f-display); font-size: 26px; line-height: 1;
  color: var(--c-black);
  margin-bottom: 6px;
}
.bien-card__price small { font-size: 14px; color: var(--c-gray-500); }
.bien-card__title {
  font-family: var(--f-sans); font-size: 16px; font-weight: 600;
  color: var(--c-black);
  margin-bottom: 6px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.bien-card__loc { font-size: 13px; color: var(--c-gray-500); display: inline-flex; align-items: center; gap: 6px; margin-bottom: var(--s-3); }
.bien-card__stats {
  display: flex; gap: var(--s-4); padding-top: var(--s-3);
  border-top: 1px solid var(--c-gray-100);
  font-size: 13px; color: var(--c-gray-700);
}
.bien-card__stat { display: inline-flex; align-items: center; gap: 6px; }
.bien-card__foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: var(--s-3); margin-top: var(--s-3);
  border-top: 1px dashed var(--c-gray-200);
  font-size: 12px; color: var(--c-gray-500);
}
.bien-card__ref { font-family: var(--f-mono); }
.bien-card__agent { display: inline-flex; align-items: center; gap: 6px; }
.bien-card__agent img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }

/* Variant: list */
.bien-card--list { display: grid; grid-template-columns: 1fr; }
@media (min-width: 768px) {
  .bien-card--list { grid-template-columns: 360px 1fr; gap: 0; border: 1px solid var(--c-gray-200); }
  .bien-card--list .bien-card__media { aspect-ratio: auto; height: 100%; min-height: 280px; }
  .bien-card--list .bien-card__body { padding: var(--s-6) var(--s-8); display: flex; flex-direction: column; }
  .bien-card--list .bien-card__price { font-size: 32px; margin-bottom: var(--s-2); }
  .bien-card--list .bien-card__desc { color: var(--c-gray-600); font-size: 14px; line-height: 1.6; margin: var(--s-3) 0 var(--s-4); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .bien-card--list .bien-card__foot { margin-top: auto; }
}

/* Variant prestige (sur fond noir) */
.bien-card--prestige { background: transparent; color: var(--c-white); }
.bien-card--prestige .bien-card__price { color: var(--c-gold); }
.bien-card--prestige .bien-card__title { color: var(--c-white); }
.bien-card--prestige .bien-card__stats { border-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); }
.bien-card--prestige .bien-card__foot { border-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); }

/* ============================================================
   11. AGENT CARD
   ============================================================ */
.agent-card {
  text-align: center;
  background: var(--c-white);
  padding: var(--s-6);
  transition: transform var(--t-slow);
}
.agent-card__photo {
  width: 100%; aspect-ratio: 1; overflow: hidden;
  margin-bottom: var(--s-4);
  filter: grayscale(100%);
  transition: filter var(--t-slow);
}
.agent-card:hover .agent-card__photo { filter: grayscale(0); }
.agent-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.agent-card:hover .agent-card__photo img { transform: scale(1.04); }
.agent-card__name { font-family: var(--f-display); font-size: 24px; margin-bottom: 4px; }
.agent-card__role { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-gold-dark); margin-bottom: var(--s-3); }
.agent-card__langs { font-size: 12px; color: var(--c-gray-500); margin-bottom: var(--s-4); }
.agent-card__actions { display: inline-flex; gap: var(--s-2); }
.agent-card__btn {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  background: var(--c-gray-100);
  border-radius: 50%;
  color: var(--c-gray-700);
  transition: all var(--t-base);
}
.agent-card__btn:hover { background: var(--c-black); color: var(--c-white); }

/* ============================================================
   12. TESTIMONIAL
   ============================================================ */
.testi {
  text-align: center;
  max-width: 760px; margin: 0 auto;
}
.testi__quote {
  font-family: var(--f-display); font-size: clamp(22px, 2.5vw, 32px); line-height: 1.4;
  color: var(--c-black);
  margin-bottom: var(--s-6);
  font-style: italic;
}
.testi__quote::before { content: '« '; color: var(--c-gold); }
.testi__quote::after { content: ' »'; color: var(--c-gold); }
.testi__stars { display: inline-flex; gap: 4px; color: var(--c-gold); margin-bottom: var(--s-4); }
.testi__name { font-weight: 600; font-size: 14px; }
.testi__bien { font-size: 13px; color: var(--c-gray-500); margin-top: 4px; }

/* ============================================================
   13. ARTICLE CARD (blog)
   ============================================================ */
.article-card {
  background: var(--c-white);
  display: flex; flex-direction: column;
}
.article-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--c-gray-100); margin-bottom: var(--s-5); }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.article-card:hover .article-card__media img { transform: scale(1.05); }
.article-card__cat { color: var(--c-gold-dark); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: var(--s-3); }
.article-card__title { font-family: var(--f-display); font-size: 24px; line-height: 1.2; margin-bottom: var(--s-3); transition: color var(--t-base); }
.article-card:hover .article-card__title { color: var(--c-gold-dark); }
.article-card__meta { font-size: 13px; color: var(--c-gray-500); display: flex; gap: var(--s-3); margin-top: auto; padding-top: var(--s-3); }

/* ============================================================
   14. CITY / TYPE CARDS
   ============================================================ */
.city-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: var(--c-white);
}
.city-card img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.city-card:hover img { transform: scale(1.05); }
.city-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
}
.city-card__body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: var(--s-6);
  z-index: 2;
}
.city-card__name { font-family: var(--f-display); font-size: 28px; line-height: 1.1; margin-bottom: 4px; }
.city-card__count { font-size: 13px; color: rgba(255,255,255,0.85); }
.city-card__arrow {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.15); color: var(--c-white);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all var(--t-base);
}
.city-card:hover .city-card__arrow { background: var(--c-gold); transform: rotate(0); }

.type-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--c-gray-100);
  text-align: center;
}
.type-card img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.type-card:hover img { transform: scale(1.08); }
.type-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.1)); }
.type-card__body { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding: var(--s-5); color: var(--c-white); }
.type-card__name { font-family: var(--f-display); font-size: 22px; }
.type-card__count { font-size: 12px; opacity: 0.8; margin-top: 4px; }

/* ============================================================
   15. FEATURE / VALUE CARDS (pourquoi C21)
   ============================================================ */
.feature {
  text-align: center;
  padding: var(--s-6);
}
.feature__icon {
  width: 64px; height: 64px;
  margin: 0 auto var(--s-5);
  display: grid; place-items: center;
  color: var(--c-gold-dark);
  border: 1px solid var(--c-gold);
  border-radius: 50%;
}
.feature__title { font-family: var(--f-display); font-size: 22px; margin-bottom: var(--s-3); }
.feature__text { font-size: 14px; line-height: 1.7; color: var(--c-gray-600); }

/* ============================================================
   16. STATS COMPTEURS
   ============================================================ */
.stat { text-align: center; }
.stat__num { font-family: var(--f-display); font-size: clamp(48px, 6vw, 72px); line-height: 1; color: var(--c-gold-dark); margin-bottom: var(--s-2); }
.stat__label { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-gray-600); }

/* ============================================================
   17. SECTION D'EXCEPTION (fond noir éditorial)
   ============================================================ */
.editorial-grid { display: grid; gap: var(--s-4); grid-template-columns: 1fr; }
@media (min-width: 768px) { .editorial-grid { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: var(--s-4); }
  .editorial-grid > :first-child { grid-row: 1 / 3; }
}
.editorial-item { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.editorial-item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.editorial-item:hover img { transform: scale(1.04); }
.editorial-item__body { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: var(--s-6); color: var(--c-white); background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 60%); }

/* ============================================================
   18. FOOTER
   ============================================================ */
.site-footer {
  background: var(--c-black);
  color: var(--c-gray-400);
  padding-top: var(--s-20);
}
.footer-grid {
  display: grid; gap: var(--s-10);
  grid-template-columns: 1fr;
  padding-bottom: var(--s-16);
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-col h4 { color: var(--c-white); font-family: var(--f-sans); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: var(--s-5); }
.footer-col ul,
.footer-col .menu { list-style: none; padding: 0; margin: 0; }
.footer-col ul li,
.footer-col .menu-item { margin-bottom: 12px; list-style: none; }
.footer-col a { font-size: 14px; color: var(--c-gray-400); }
.footer-col a:hover { color: var(--c-gold); }
.footer-bottom__links .menu,
.footer-bottom__links ul { display: flex; gap: var(--s-5); flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.footer-bottom__links .menu-item { list-style: none; }
.footer__brand { font-family: var(--f-display); font-size: 28px; color: var(--c-white); margin-bottom: var(--s-4); }
.footer__about { font-size: 14px; line-height: 1.7; color: var(--c-gray-400); margin-bottom: var(--s-5); max-width: 360px; }
.footer__social { display: inline-flex; gap: var(--s-3); margin-top: var(--s-4); }
.footer__social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--c-gray-700); border-radius: 50%; color: var(--c-gray-300); transition: all var(--t-base); }
.footer__social a:hover { background: var(--c-gold); border-color: var(--c-gold); color: var(--c-white); }
.footer-newsletter {
  border-top: 1px solid var(--c-gray-800);
  border-bottom: 1px solid var(--c-gray-800);
  padding: var(--s-10) 0;
  display: grid; gap: var(--s-6);
}
@media (min-width: 768px) { .footer-newsletter { grid-template-columns: 1fr 1fr; align-items: center; } }
.footer-newsletter__form { display: flex; gap: var(--s-2); }
.footer-newsletter__form .input { background: transparent; border-color: var(--c-gray-700); color: var(--c-white); }
.footer-newsletter__form .input::placeholder { color: var(--c-gray-500); }
.footer-bottom {
  padding: var(--s-6) 0;
  display: flex; flex-wrap: wrap; gap: var(--s-4);
  justify-content: space-between;
  font-size: 13px;
  color: var(--c-gray-500);
}
.footer-bottom__links { display: flex; gap: var(--s-5); flex-wrap: wrap; }

/* ============================================================
   SEARCH CARD (formulaire compact dans hero)
   ============================================================ */
.search-card {
  background: #F8F5EE;
  color: var(--c-black);
  padding: 36px 32px;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4);
  max-width: 460px;
  width: 100%;
}
.search-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--c-gold);
}
.search-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--c-gray-200);
  list-style: none;
  padding: 0;
}
.search-tab {
  flex: 1;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-gray-500);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--f-mono);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  transition: color var(--t-base), border-color var(--t-base);
  cursor: pointer;
}
.search-tab.is-active {
  color: var(--c-black);
  border-bottom-color: var(--c-gold);
}
.search-tab:hover { color: var(--c-gray-800); }

.search-fields { display: flex; flex-direction: column; gap: 16px; }
.search-field { display: flex; flex-direction: column; gap: 6px; }
.search-field label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gray-500);
  font-weight: 600;
  font-family: var(--f-mono);
}
.search-field select,
.search-field input {
  padding: 12px 14px;
  border: 1px solid var(--c-gray-200);
  background: var(--c-white);
  font-family: var(--f-sans);
  font-size: 14px;
  color: var(--c-gray-800);
  border-radius: 2px;
  transition: border-color var(--t-base);
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%239A8B66' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.search-field input { background-image: none; padding-right: 14px; }
.search-field select:focus,
.search-field input:focus {
  outline: none;
  border-color: var(--c-gold-dark);
}

.search-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.search-submit {
  width: 100%;
  padding: 16px;
  background: var(--c-black);
  color: var(--c-white);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--f-mono);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  transition: background var(--t-base);
  border: 0;
  cursor: pointer;
}
.search-submit:hover { background: var(--c-gold-dark); }
.search-meta {
  text-align: center;
  font-size: 12px;
  color: var(--c-gray-500);
  margin-top: 14px;
}
.search-meta strong { color: var(--c-gold-dark); }

/* ============================================================
   ABOUT — Notre agence (image + features 2x2 + CTA)
   ============================================================ */
.about-section { padding: clamp(80px, 12vw, 120px) 0; background: #F8F5EE; }
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--s-20);
  align-items: center;
}
@media (max-width: 968px) {
  .about-grid { grid-template-columns: 1fr; gap: var(--s-12); }
}

.about-img {
  position: relative;
  height: 560px;
  background: var(--c-black);
  overflow: hidden;
}
@media (max-width: 968px) { .about-img { height: 420px; } }
.about-img-main {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.about-content { padding: var(--s-6) 0; }
.about-content .h-2 { margin: var(--s-4) 0 var(--s-5); }
.about-content .h-2 em { font-style: italic; color: var(--c-gold-dark); font-weight: 500; }
.about-content p {
  font-size: 16px;
  color: var(--c-gray-600);
  margin-bottom: var(--s-6);
  font-weight: 400;
  line-height: 1.7;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-6);
  margin: var(--s-8) 0;
}
@media (max-width: 560px) { .about-features { grid-template-columns: 1fr; } }
.about-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.about-feature-icon {
  width: 32px;
  height: 32px;
  background: rgba(190, 175, 135, 0.18);
  color: var(--c-gold-dark);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 2px;
}
.about-feature-icon svg { width: 16px; height: 16px; }
.about-feature strong { display: block; font-size: 14px; margin-bottom: 4px; font-weight: 600; color: var(--c-black); }
.about-feature span { font-size: 12px; color: var(--c-gray-500); line-height: 1.5; }

.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--c-black);
  color: var(--c-white);
  padding: 16px 28px;
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background var(--t-base), transform var(--t-base);
  text-decoration: none;
}
.about-cta:hover { background: var(--c-gold-dark); color: var(--c-white); transform: translateX(4px); }
.about-cta svg { transition: transform var(--t-base); }
.about-cta:hover svg { transform: translateX(4px); }

/* ============================================================
   NOS SERVICES (4 cartes — Acheter, Louer, Vendre, Investir)
   ============================================================ */
.services-section {
  padding: clamp(80px, 12vw, 120px) 0;
  background: #F8F5EE; /* cream, accord avec le doré */
}
.services-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-12);
  align-items: end;
  margin-bottom: var(--s-16);
}
.services-header p { padding-bottom: 12px; }
@media (max-width: 968px) {
  .services-header { grid-template-columns: 1fr; gap: var(--s-6); }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--c-gray-200);
  background: var(--c-white);
}
@media (max-width: 968px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: none !important; }
}
@media (max-width: 568px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card {
    border-right: none !important;
    border-bottom: 1px solid var(--c-gray-200);
  }
  .service-card:last-child { border-bottom: none; }
}

.service-card {
  background: var(--c-white);
  padding: var(--s-10) var(--s-8);
  border-right: 1px solid var(--c-gray-200);
  position: relative;
  transition: background var(--t-slow), color var(--t-slow);
  display: flex;
  flex-direction: column;
  min-height: 340px;
  text-decoration: none;
  color: var(--c-black);
  overflow: hidden;
}
.service-card:last-child { border-right: none; }
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--c-black);
  transform: translateY(100%);
  transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.service-card:hover::before { transform: translateY(0); }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { color: var(--c-white); }
.service-card:hover .service-num { color: var(--c-gold); }
.service-card:hover .service-icon { color: var(--c-gold); }
.service-card:hover .service-arrow { transform: translateX(8px); color: var(--c-gold); }
.service-card:hover .service-p { opacity: 0.85; }

.service-num {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--c-gold-dark);
  margin-bottom: var(--s-6);
  transition: color var(--t-base);
  text-transform: uppercase;
}
.service-icon {
  width: 44px;
  height: 44px;
  margin-bottom: var(--s-6);
  color: var(--c-gold-dark);
  transition: color var(--t-base);
}
.service-h {
  font-family: var(--f-display);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: var(--s-3);
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.service-p {
  font-size: 14px;
  line-height: 1.65;
  opacity: 0.7;
  flex-grow: 1;
  margin-bottom: var(--s-5);
  transition: opacity var(--t-base);
}
.service-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--f-mono);
  color: var(--c-gold-dark);
  transition: transform var(--t-base), color var(--t-base);
}

/* ============================================================
   FOOTER NOUVEAU LAYOUT (logo + adresse | liens | carte)
   ============================================================ */
.footer-layout {
  display: grid;
  gap: var(--s-10);
  grid-template-columns: 1fr;
  padding-bottom: var(--s-12);
}
@media (min-width: 768px) {
  .footer-layout { grid-template-columns: 1.2fr 1fr 1.2fr; align-items: start; }
}
.footer-col--brand .footer__logo {
  width: 140px; height: auto; margin-bottom: var(--s-5);
  filter: brightness(1.1);
}
.footer-col--brand .footer__agence-name {
  color: var(--c-gold);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: var(--s-4);
}
.footer-col--brand .footer__agence-name strong {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--c-gold);
}
.footer-col--brand .footer__address {
  color: var(--c-gray-300);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: var(--s-5);
}
.footer-col--brand .footer__address strong { color: var(--c-white); display: block; margin-bottom: 4px; }
.footer-col--brand .footer__social { gap: 10px; }
.footer-col--brand .footer__social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--c-gray-700);
}
.footer-col--brand .footer__social a:hover {
  background: var(--c-gold);
  border-color: var(--c-gold);
  color: var(--c-white);
}

.footer-col--links h4 {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: var(--s-5);
}
.footer-col--links ul,
.footer-col--links .menu { padding: 0; margin: 0; list-style: none; }
.footer-col--links li,
.footer-col--links .menu-item { margin-bottom: 14px; list-style: none; }
.footer-col--links a {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--c-white);
  transition: color .2s ease;
}
.footer-col--links a:hover { color: var(--c-gold); }

.footer-col--map #c21-footer-map {
  width: 100%;
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--c-gray-200);
}
.footer-col--map .leaflet-container { background: #f5f5f5 !important; }

/* ============================================================
   BOUTON WHATSAPP FLOTTANT
   ============================================================ */
.c21-whatsapp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 990;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: var(--c-white);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4), 0 4px 12px rgba(0,0,0,0.15);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
  text-decoration: none;
}
.c21-whatsapp-fab:hover {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.5), 0 6px 16px rgba(0,0,0,0.2);
  color: var(--c-white);
}
.c21-whatsapp-fab svg { flex-shrink: 0; }
/* Animation pulse subtile */
@keyframes c21-pulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4), 0 4px 12px rgba(0,0,0,0.15); }
  50%      { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6), 0 4px 18px rgba(0,0,0,0.2); }
}
.c21-whatsapp-fab { animation: c21-pulse 3s var(--ease) infinite; }
@media (prefers-reduced-motion: reduce) {
  .c21-whatsapp-fab { animation: none; }
}

/* ============================================================
   19. BREADCRUMB
   ============================================================ */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--c-gray-500); padding: var(--s-5) 0; }
.breadcrumb a:hover { color: var(--c-black); }
.breadcrumb__sep { color: var(--c-gray-300); }
.breadcrumb__current { color: var(--c-black); }

/* ============================================================
   20. PAGINATION
   ============================================================ */
.pagination { display: flex; gap: 8px; align-items: center; justify-content: center; padding: var(--s-10) 0; }
.pagination a, .pagination span {
  min-width: 40px; height: 40px; padding: 0 12px;
  display: inline-grid; place-items: center;
  border: 1px solid var(--c-gray-200);
  border-radius: var(--r-md);
  font-size: 14px;
  color: var(--c-gray-700);
  transition: all var(--t-base);
}
.pagination a:hover { border-color: var(--c-black); color: var(--c-black); }
.pagination .is-active { background: var(--c-black); color: var(--c-white); border-color: var(--c-black); }
.pagination .is-disabled { opacity: 0.4; pointer-events: none; }

/* ============================================================
   21. ARCHIVE LAYOUT (sidebar filtres + grid)
   ============================================================ */
.archive-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-8);
}
@media (min-width: 1024px) {
  .archive-layout { grid-template-columns: 300px 1fr; }
}

.filters-sidebar {
  background: var(--c-white);
  padding: var(--s-6);
  border: 1px solid var(--c-gray-200);
}
.filters-sidebar h3 { font-family: var(--f-sans); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding-bottom: 12px; border-bottom: 1px solid var(--c-gray-200); margin-bottom: var(--s-4); }
.filter-group { padding-bottom: var(--s-5); margin-bottom: var(--s-5); border-bottom: 1px solid var(--c-gray-100); }
.filter-group:last-child { border-bottom: 0; }
.filter-group__title { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 600; margin-bottom: var(--s-3); cursor: pointer; }
.filter-options { display: flex; flex-direction: column; gap: 10px; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.filter-pill {
  padding: 6px 12px;
  border: 1px solid var(--c-gray-300);
  border-radius: var(--r-pill);
  font-size: 13px;
  background: var(--c-white);
  cursor: pointer;
  transition: all var(--t-base);
}
.filter-pill:hover { border-color: var(--c-black); }
.filter-pill.is-active { background: var(--c-black); color: var(--c-white); border-color: var(--c-black); }

.archive-toolbar {
  display: flex; flex-wrap: wrap; gap: var(--s-4);
  justify-content: space-between; align-items: center;
  padding: var(--s-4) 0;
  border-bottom: 1px solid var(--c-gray-200);
  margin-bottom: var(--s-6);
}
.archive-toolbar__count { font-size: 14px; color: var(--c-gray-600); }
.archive-toolbar__count strong { color: var(--c-black); font-weight: 700; }
.archive-toolbar__actions { display: flex; gap: var(--s-3); align-items: center; }

.view-toggle { display: inline-flex; border: 1px solid var(--c-gray-300); border-radius: var(--r-md); overflow: hidden; }
.view-toggle a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  color: var(--c-gray-500);
  border-right: 1px solid var(--c-gray-300);
}
.view-toggle a:last-child { border-right: 0; }
.view-toggle a:hover { background: var(--c-gray-100); }
.view-toggle a.is-active { background: var(--c-black); color: var(--c-white); }

/* ============================================================
   22. SINGLE BIEN
   ============================================================ */
.bien-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-bottom: var(--s-10);
}
@media (min-width: 768px) {
  .bien-gallery { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; height: 580px; }
  .bien-gallery__main { grid-row: 1 / 3; }
}
.bien-gallery__item { position: relative; overflow: hidden; cursor: pointer; }
.bien-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.bien-gallery__item:hover img { transform: scale(1.03); }
.bien-gallery__more {
  position: absolute; bottom: 16px; right: 16px;
  background: rgba(255,255,255,0.95);
  padding: 10px 16px;
  font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: var(--r-md);
  z-index: 2;
}
.bien-gallery__actions { position: absolute; top: 16px; right: 16px; z-index: 2; display: flex; gap: 8px; }

.bien-header {
  display: grid; grid-template-columns: 1fr; gap: var(--s-6);
  padding-bottom: var(--s-8);
  border-bottom: 1px solid var(--c-gray-200);
  margin-bottom: var(--s-8);
}
@media (min-width: 768px) { .bien-header { grid-template-columns: 1fr auto; align-items: flex-end; } }
.bien-header__title { font-family: var(--f-display); font-size: clamp(32px, 4vw, 48px); line-height: 1.1; margin-bottom: var(--s-3); }
.bien-header__loc { font-size: 16px; color: var(--c-gray-600); display: inline-flex; align-items: center; gap: 8px; margin-bottom: var(--s-4); }
.bien-header__badges { display: flex; gap: 8px; }
.bien-header__price { text-align: right; }
.bien-header__price-num { font-family: var(--f-display); font-size: clamp(36px, 4vw, 52px); line-height: 1; color: var(--c-black); }
.bien-header__price-sub { font-size: 14px; color: var(--c-gray-500); margin-top: 6px; }

.bien-stats-strip {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-4);
  padding: var(--s-6); margin-bottom: var(--s-8);
  background: var(--c-gray-50);
  border-radius: var(--r-md);
}
@media (min-width: 768px) { .bien-stats-strip { grid-template-columns: repeat(6, 1fr); } }
.bien-stat { text-align: center; }
.bien-stat__icon { display: grid; place-items: center; margin: 0 auto var(--s-2); color: var(--c-gold-dark); }
.bien-stat__value { font-family: var(--f-display); font-size: 24px; line-height: 1; }
.bien-stat__label { font-size: 12px; color: var(--c-gray-500); margin-top: 4px; }

.bien-layout {
  display: grid; grid-template-columns: 1fr; gap: var(--s-10);
}
@media (min-width: 1024px) {
  .bien-layout { grid-template-columns: 1fr 380px; }
}
.bien-aside { position: relative; }
@media (min-width: 1024px) { .bien-aside-inner { position: sticky; top: calc(var(--header-h) + 24px); } }

.bien-section { padding: var(--s-8) 0; border-bottom: 1px solid var(--c-gray-100); }
.bien-section__title { font-family: var(--f-display); font-size: 28px; margin-bottom: var(--s-5); }
.bien-features { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 768px) { .bien-features { grid-template-columns: repeat(3, 1fr); } }
.bien-feature { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--c-gray-700); padding: 8px 0; }
.bien-feature svg { color: var(--c-gold-dark); flex-shrink: 0; }

.bien-contact-card {
  background: var(--c-white);
  border: 1px solid var(--c-gray-200);
  padding: var(--s-6);
}
.bien-contact-card__agent { display: flex; gap: var(--s-3); align-items: center; padding-bottom: var(--s-4); border-bottom: 1px solid var(--c-gray-100); margin-bottom: var(--s-4); }
.bien-contact-card__agent img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.bien-contact-card__name { font-family: var(--f-display); font-size: 20px; }
.bien-contact-card__role { font-size: 12px; color: var(--c-gold-dark); letter-spacing: 0.08em; text-transform: uppercase; }
.bien-contact-card__lang { font-size: 12px; color: var(--c-gray-500); margin-top: 4px; }

.mortgage-calc { padding: var(--s-5); background: var(--c-gray-50); border-radius: var(--r-md); margin-top: var(--s-5); }
.mortgage-calc__result { padding: var(--s-4); background: var(--c-black); color: var(--c-white); margin-top: var(--s-4); border-radius: var(--r-md); }
.mortgage-calc__result-num { font-family: var(--f-display); font-size: 32px; color: var(--c-gold); }
.mortgage-calc__result-sub { font-size: 12px; color: var(--c-gray-400); margin-top: 4px; }

/* Sticky header bien (apparait au scroll) */
.bien-sticky {
  position: fixed; top: 0; left: 0; right: 0; z-index: 99;
  background: var(--c-white);
  border-bottom: 1px solid var(--c-gray-200);
  transform: translateY(-100%);
  transition: transform var(--t-slow);
}
.bien-sticky.is-visible { transform: translateY(0); }
.bien-sticky__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: var(--s-4); }

/* ============================================================
   23. MAP
   ============================================================ */
.map-area {
  background: var(--c-gray-100);
  position: relative;
  min-height: 400px;
  background-image: url('https://images.unsplash.com/photo-1524661135-423995f22d0b?w=1600&q=80');
  background-size: cover;
  background-position: center;
  filter: grayscale(80%) brightness(0.95);
  border-radius: var(--r-md);
}
.map-marker {
  position: absolute;
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--c-gold);
  color: var(--c-white);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: var(--shadow-md);
  cursor: pointer;
}
.map-marker > * { transform: rotate(45deg); }

.archive-map { height: calc(100vh - var(--header-h)); }

/* ============================================================
   24. PROCESS STEPS
   ============================================================ */
.steps { display: grid; gap: var(--s-6); grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { padding: var(--s-6); border: 1px solid var(--c-gray-200); position: relative; }
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--f-display); font-size: 60px; line-height: 1;
  color: var(--c-gold-light);
  position: absolute; top: var(--s-3); right: var(--s-4);
}
.step__title { font-family: var(--f-display); font-size: 22px; margin-bottom: var(--s-3); }
.step__text { font-size: 14px; color: var(--c-gray-600); line-height: 1.7; }

/* ============================================================
   25. ESTIMATION MULTI-STEP
   ============================================================ */
.estimation-progress { display: flex; gap: 4px; margin-bottom: var(--s-10); }
.estimation-progress__bar { flex: 1; height: 3px; background: var(--c-gray-200); border-radius: var(--r-pill); overflow: hidden; }
.estimation-progress__bar.is-done { background: var(--c-gold); }
.estimation-progress__bar.is-current { background: linear-gradient(to right, var(--c-gold) 50%, var(--c-gray-200) 50%); }

.choice-grid { display: grid; gap: var(--s-3); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .choice-grid { grid-template-columns: repeat(4, 1fr); } }
.choice-card {
  padding: var(--s-5);
  border: 2px solid var(--c-gray-200);
  border-radius: var(--r-md);
  text-align: center;
  cursor: pointer;
  transition: all var(--t-base);
  background: var(--c-white);
}
.choice-card:hover { border-color: var(--c-gold); }
.choice-card.is-active { border-color: var(--c-black); background: var(--c-gray-50); }
.choice-card__icon { color: var(--c-gold-dark); margin-bottom: var(--s-3); display: grid; place-items: center; }
.choice-card__label { font-family: var(--f-display); font-size: 18px; }

/* ============================================================
   26. CTA SECTIONS
   ============================================================ */
.cta-gold {
  background: linear-gradient(135deg, #F5EFE0 0%, #E8DFC9 100%);
  padding: clamp(48px, 8vw, 96px) 0;
  text-align: center;
}
.cta-dark {
  background: var(--c-black);
  color: var(--c-white);
  padding: clamp(64px, 10vw, 128px) 0;
  text-align: center;
}
.cta-dark .h-2 { color: var(--c-white); }

/* ============================================================
   27. MODAL / OVERLAY
   ============================================================ */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(0,0,0,0.7);
  display: grid; place-items: center;
  padding: var(--s-5);
  opacity: 0; pointer-events: none;
  transition: opacity var(--t-base);
}
.modal-backdrop.is-open { opacity: 1; pointer-events: auto; }
.modal {
  background: var(--c-white);
  max-width: 560px; width: 100%;
  padding: var(--s-8);
  border-radius: var(--r-md);
  transform: translateY(20px); transition: transform var(--t-slow);
}
.modal-backdrop.is-open .modal { transform: translateY(0); }
.modal__close { position: absolute; top: var(--s-4); right: var(--s-4); width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--c-gray-100); }

/* Lightbox */
.lightbox { background: rgba(0,0,0,0.95); display: flex; flex-direction: column; }
.lightbox__head { display: flex; justify-content: space-between; align-items: center; padding: var(--s-5); color: var(--c-white); }
.lightbox__body { flex: 1; display: grid; place-items: center; padding: var(--s-5); }
.lightbox__img { max-width: 90%; max-height: 100%; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; display: grid; place-items: center; background: rgba(255,255,255,0.1); color: var(--c-white); border-radius: 50%; }
.lightbox__nav--prev { left: var(--s-5); }
.lightbox__nav--next { right: var(--s-5); }

/* ============================================================
   28. UTILS
   ============================================================ */
.divider-gold { width: 60px; height: 1px; background: var(--c-gold); margin: var(--s-5) 0; }
.divider-gold--center { margin-left: auto; margin-right: auto; }

.skeleton { background: linear-gradient(90deg, var(--c-gray-100), var(--c-gray-200), var(--c-gray-100)); background-size: 200% 100%; animation: shimmer 1.5s infinite; border-radius: var(--r-md); }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* Animation reveal on scroll — désactivée pour garantir la visibilité du contenu.
   On garde la classe pour rétro-compat des templates, mais sans masquage. */
.reveal { opacity: 1; transform: none; transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.scroll-x {
  display: flex; gap: var(--s-4);
  overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: var(--s-3);
}
.scroll-x > * { scroll-snap-align: start; flex-shrink: 0; min-width: 300px; }
.scroll-x::-webkit-scrollbar { height: 4px; }
.scroll-x::-webkit-scrollbar-thumb { background: var(--c-gold); border-radius: 4px; }

/* Notification toast */
.toast {
  position: fixed; bottom: var(--s-5); right: var(--s-5); z-index: 500;
  padding: var(--s-4) var(--s-5);
  background: var(--c-black); color: var(--c-white);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  display: inline-flex; align-items: center; gap: var(--s-3);
}

/* Accordion */
.accordion-item { border-bottom: 1px solid var(--c-gray-200); }
.accordion-trigger {
  width: 100%;
  padding: var(--s-5) 0;
  display: flex; justify-content: space-between; align-items: center;
  text-align: left;
  font-family: var(--f-display); font-size: 22px;
}
.accordion-content { padding-bottom: var(--s-5); color: var(--c-gray-600); display: none; }
.accordion-item.is-open .accordion-content { display: block; }
.accordion-item.is-open .accordion-trigger svg { transform: rotate(45deg); }
.accordion-trigger svg { transition: transform var(--t-base); }

/* ============================================================
   29. 404
   ============================================================ */
.error-404 { text-align: center; padding: var(--s-32) 0; }
.error-404__num { font-family: var(--f-display); font-size: clamp(120px, 20vw, 220px); line-height: 1; color: var(--c-gold-light); }

/* ============================================================
   30. PREVIEW INDEX HUB
   ============================================================ */
.preview-hub { padding: var(--s-16) 0; background: var(--c-gray-50); min-height: 100vh; }
.preview-hub h1 { font-family: var(--f-display); font-size: 56px; margin-bottom: var(--s-3); }
.preview-hub__sub { font-size: 18px; color: var(--c-gray-600); margin-bottom: var(--s-12); max-width: 720px; }
.preview-hub__section { margin-bottom: var(--s-12); }
.preview-hub__section-title { font-family: var(--f-sans); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-gold-dark); margin-bottom: var(--s-5); padding-bottom: var(--s-3); border-bottom: 1px solid var(--c-gray-200); }
.preview-grid { display: grid; gap: var(--s-5); grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.preview-tile {
  background: var(--c-white);
  border: 1px solid var(--c-gray-200);
  padding: var(--s-5);
  transition: all var(--t-base);
  display: block;
}
.preview-tile:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); border-color: var(--c-gold); }
.preview-tile__num { font-family: var(--f-mono); font-size: 12px; color: var(--c-gold-dark); margin-bottom: var(--s-2); }
.preview-tile__title { font-family: var(--f-display); font-size: 22px; line-height: 1.2; margin-bottom: var(--s-2); }
.preview-tile__desc { font-size: 13px; color: var(--c-gray-500); }

/* ============================================================
   31. RESPONSIVE HELPERS
   ============================================================ */
.hide-mobile { display: none; }
@media (min-width: 768px) { .hide-mobile { display: block; } .hide-desktop { display: none; } }
@media (max-width: 767px) { .hide-mobile-inline { display: none !important; } }

/* Print */
@media print {
  .site-header, .site-footer, .bien-sticky { display: none; }
}
