/**
 * ===================================================================
 *  WODAABE CONCIERGERIE — SINGLE PROPERTY STYLESHEET
 *  File: assets/css/property-style.css
 *  Pure Custom CSS (No Tailwind) — WordPress 6.x Production
 * ===================================================================
 */

/* ── 1. DESIGN TOKENS & VARIABLES DE THÈME ────────────────────────── */
:root {
  /* Palette de couleurs de la conciergerie */
  --wdb-beige-50: #FEFAF6;
  --wdb-beige-100: #FDF1E8;
  --wdb-beige-150: #FAE9DD;
  --wdb-beige-200: #F6DDCB;
  --wdb-cream: #FFFDFB;
  --wdb-blush: #F9ECE3;
  --wdb-clay: #D19D7E;
  --wdb-clay-soft: #DDB597;
  --wdb-clay-deep: #B98364;
  --wdb-clay-ink: #5A4232;
  --wdb-ink: #1D1A17;
  --wdb-body: #4A4540;
  --wdb-muted: #9A8F86;
  --wdb-muted-light: #B9AFA7;
  --wdb-slate: #4E7588;
  --wdb-slate-dark: #38586A;
  --wdb-green: #2EB86B;
  --wdb-green-light: #EAF8F0;
  --wdb-line: #EEE3D9;

  /* Typographies */
  --wdb-font-serif: "Fraunces", "Playfair Display", Georgia, serif;
  --wdb-font-sans: "Jost", system-ui, -apple-system, sans-serif;

  /* Dimensions & structure */
  --wdb-container-max: 1240px;
  --wdb-gutter: 20px;
  --wdb-radius-sm: 3px;
  --wdb-radius-md: 8px;
  --wdb-radius-lg: 14px;
  --wdb-shadow-card: 0 12px 36px -10px rgba(0, 0, 0, 0.08);
  --wdb-shadow-heavy: 0 20px 60px -15px rgba(29, 26, 23, 0.12);
  --wdb-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── 2. RESET & BASE (FULL WIDTH CONTAINER) ──────────────────────── */
body:has(.wdb-property-page) #primary,
body:has(.wdb-property-page) #main,
body:has(.wdb-property-page) #content,
body:has(.wdb-property-page) .site-content,
body:has(.wdb-property-page) .ast-container,
body:has(.wdb-property-page) .ast-plain-container,
body:has(.wdb-property-page) .ast-article-single {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wdb-property-page {
  font-family: var(--wdb-font-sans);
  color: var(--wdb-body);
  background-color: var(--wdb-beige-50);
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.wdb-property-page *,
.wdb-property-page *::before,
.wdb-property-page *::after {
  box-sizing: inherit;
}

/* Structure encadrée après la Hero pleine largeur */
.wdb-framed-body {
  width: 100%;
  max-width: 1260px;
  margin: clamp(24px, 4vw, 44px) auto clamp(40px, 6vw, 80px);
  padding-inline: clamp(14px, 3vw, 24px);
}

.wdb-framed-card {
  background: #FFFFFF;
  border: 1px solid var(--wdb-line);
  border-radius: var(--wdb-radius-md);
  box-shadow: 0 16px 44px -10px rgba(29, 26, 23, 0.06);
  padding: clamp(20px, 3.5vw, 40px);
  margin-bottom: clamp(24px, 4vw, 36px);
}

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

.wdb-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.wdb-icon--gold {
  color: var(--wdb-clay);
}

.wdb-icon--clay {
  color: var(--wdb-clay-deep);
}

.wdb-icon--star {
  color: #FBBF24;
  fill: #FBBF24;
}

.wdb-icon--shield {
  color: var(--wdb-slate);
}

.wdb-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wdb-muted);
  margin: 0 0 0.5rem;
  font-weight: 500;
}

.wdb-eyebrow--light {
  color: rgba(255, 255, 255, 0.85);
}

.wdb-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wdb-eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: var(--wdb-clay);
}

.wdb-section-title {
  font-family: var(--wdb-font-serif);
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  color: var(--wdb-ink);
  line-height: 1.18;
  margin: 0 0 1rem;
  font-weight: 600;
}

.wdb-section-title--slate {
  color: var(--wdb-slate);
}

.wdb-subheading {
  font-family: var(--wdb-font-serif);
  font-size: 1.25rem;
  color: var(--wdb-ink);
  margin: 0 0 1rem;
  font-weight: 600;
}

/* ── 3. BOUTONS ─────────────────────────────────────────────────── */
.wdb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.8rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--wdb-radius-sm);
  transition: var(--wdb-transition);
  cursor: pointer;
  border: 1px solid transparent;
}

.wdb-btn--hero {
  background: rgba(78, 117, 136, 0.88);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
}

.wdb-btn--hero:hover {
  background: #FFFFFF;
  color: var(--wdb-slate-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.wdb-btn--booking {
  width: 100%;
  background: var(--wdb-clay);
  color: #FFFFFF;
  box-shadow: 0 8px 24px -6px rgba(209, 157, 126, 0.6);
}

.wdb-btn--booking:hover {
  background: var(--wdb-ink);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -6px rgba(29, 26, 23, 0.4);
}

.wdb-btn--whatsapp {
  width: 100%;
  background: #25D366;
  color: #FFFFFF;
  font-size: 0.7rem;
}

.wdb-btn--whatsapp:hover {
  background: #1EBE5D;
  color: #FFFFFF;
  transform: translateY(-1px);
}

/* ── 4. HERO SECTION (100% PLEINE LARGEUR) ──────────────────────── */
.wdb-hero {
  position: relative;
  width: 100%;
  background: var(--wdb-ink) var(--wdb-hero-bg, none) center / cover no-repeat;
  color: #FFFFFF;
  isolation: isolate;
  padding-top: clamp(70px, 11vw, 120px);
}

.wdb-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 13, 11, 0.84) 0%, rgba(15, 13, 11, 0.48) 55%, rgba(15, 13, 11, 0.18) 100%);
  z-index: -1;
}

.wdb-hero__content {
  max-width: 1260px;
  margin-inline: auto;
  padding-bottom: clamp(44px, 6.5vw, 75px);
  padding-inline: clamp(20px, 3vw, 36px);
}

.wdb-hero__title {
  font-family: var(--wdb-font-serif);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.08;
  color: #FFFFFF;
  margin: 0.4rem 0 1.2rem;
  font-weight: 600;
}

.wdb-hero__subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 2rem;
  max-width: 640px;
  font-weight: 300;
}

.wdb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.wdb-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
}

.wdb-hero__features li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.wdb-hero__badge-bar {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 13, 11, 0.45);
  backdrop-filter: blur(10px);
  padding-block: 0.9rem;
}

.wdb-hero__badge-inner {
  max-width: 1260px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
  padding-inline: clamp(20px, 3vw, 36px);
}

.wdb-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.wdb-badge-item strong {
  color: #FFFFFF;
}

.wdb-badge-item--avail {
  color: #6EE7B7;
  margin-left: auto;
}

.wdb-pulse-dot {
  width: 7px;
  height: 7px;
  background-color: #34D399;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.25);
  animation: wdbPulse 2s infinite;
}

@keyframes wdbPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(52, 211, 153, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0);
  }
}

/* ── 5. GALERIE SLIDER ───────────────────────────────────────────── */
.wdb-gallery__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.wdb-gallery__counter {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--wdb-muted);
  font-family: var(--wdb-font-sans);
}

.wdb-slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--wdb-radius-sm);
  background: #0F0D0B;
  aspect-ratio: 16 / 9;
  box-shadow: var(--wdb-shadow-heavy);
}

.wdb-slider__track {
  display: flex;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.wdb-slider__slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.wdb-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wdb-slider__caption {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background: rgba(15, 13, 11, 0.65);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  padding: 6px 14px;
  font-size: 0.8rem;
  border-radius: var(--wdb-radius-sm);
}

.wdb-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 52px;
  background: #FFFFFF;
  border: none;
  color: var(--wdb-clay-deep);
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--wdb-transition);
  z-index: 5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.wdb-slider__nav:hover {
  background: var(--wdb-clay);
  color: #FFFFFF;
  width: 48px;
}

.wdb-slider__nav--prev {
  left: 0;
  border-radius: 0 var(--wdb-radius-sm) var(--wdb-radius-sm) 0;
}

.wdb-slider__nav--next {
  right: 0;
  border-radius: var(--wdb-radius-sm) 0 0 var(--wdb-radius-sm);
}

.wdb-slider__progressbar {
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.wdb-slider__progressbar span {
  display: block;
  height: 100%;
  background: var(--wdb-clay);
  transition: width 0.4s ease;
}

.wdb-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 14px;
  scrollbar-width: thin;
}

.wdb-thumbnail {
  flex: 0 0 110px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  opacity: 0.7;
  transition: var(--wdb-transition);
  border-radius: var(--wdb-radius-sm);
  overflow: hidden;
}

.wdb-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wdb-thumbnail:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.wdb-thumbnail.is-active {
  opacity: 1;
  border-color: var(--wdb-clay);
}

/* ── 6. 🧱 SECTION VIDÉO SHORTCLIP INLINE RESPONSIVE ─────────────── */
.wdb-video-showcase {
  margin-top: 2.5rem;
  background: var(--wdb-beige-50);
  border: 1px solid var(--wdb-line);
  border-radius: var(--wdb-radius-md);
  padding: clamp(18px, 3vw, 30px);
}

.wdb-video-showcase__header {
  margin-bottom: 1.2rem;
}

.wdb-video-showcase__title {
  font-family: var(--wdb-font-serif);
  font-size: 1.35rem;
  color: var(--wdb-ink);
  margin: 0.5rem 0 0.25rem;
}

.wdb-video-showcase__desc {
  font-size: 0.88rem;
  color: var(--wdb-muted);
  margin: 0;
}

.wdb-badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 999px;
  font-weight: 600;
}

.wdb-badge--clay {
  background-color: var(--wdb-blush);
  color: var(--wdb-clay-deep);
}

.wdb-video-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.wdb-video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: var(--wdb-radius-sm);
  background: #000000;
}

.wdb-video-responsive iframe,
.wdb-video-responsive object,
.wdb-video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── 7. GRILLE PRINCIPALE (CONTENU + SIDEBAR) ────────────────────── */
.wdb-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .wdb-main-grid {
    grid-template-columns: 1fr 380px;
  }
}

.wdb-prose {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--wdb-body);
  margin-bottom: 2rem;
}

.wdb-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.wdb-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--wdb-beige-50);
  border: 1px solid var(--wdb-line);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--wdb-body);
}

.wdb-map-wrap {
  margin-bottom: 2.5rem;
}

.wdb-map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  border-radius: var(--wdb-radius-sm);
  border: 1px solid var(--wdb-line);
}

.wdb-map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wdb-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .wdb-features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.wdb-card {
  padding: 1.6rem;
  border-radius: var(--wdb-radius-sm);
}

.wdb-card--clay {
  background: linear-gradient(135deg, var(--wdb-clay-soft) 0%, var(--wdb-clay) 60%, var(--wdb-clay-deep) 100%);
  color: #FFFFFF;
}

.wdb-card--clay .wdb-card__title {
  color: #FFFFFF;
}

.wdb-card--blush {
  background: var(--wdb-blush);
  border: 1px solid #F0DCCF;
  color: var(--wdb-body);
}

.wdb-card__title {
  font-family: var(--wdb-font-serif);
  font-style: italic;
  font-size: 1.3rem;
  margin: 0 0 0.6rem;
}

.wdb-rules-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: var(--wdb-beige-50);
  border: 1px solid var(--wdb-line);
  padding: 2rem;
  border-radius: var(--wdb-radius-sm);
}

@media (min-width: 640px) {
  .wdb-rules-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.wdb-rules-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  font-size: 0.88rem;
  font-style: italic;
  color: var(--wdb-muted);
}

.wdb-rules-box__badge {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  padding: 50px;
  background: linear-gradient(135deg, #D8A583, #C68F6E);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-inline: auto;
  box-shadow: 0 10px 25px rgba(182, 131, 98, 0.35);
}

.wdb-rules-box__badge span {
  font-family: var(--wdb-font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.wdb-rules-box__badge small {
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ── 8. SIDEBAR DE RÉSERVATION & BLOC DE COMPARAISON DE PRIX ───────── */
.wdb-sidebar {
  position: sticky;
  top: 30px;
}

.wdb-booking-card {
  background: #FFFFFF;
  border: 1px solid var(--wdb-line);
  border-radius: var(--wdb-radius-md);
  padding: 1.8rem;
  box-shadow: var(--wdb-shadow-heavy);
}

.wdb-booking-card__head {
  border-bottom: 1px solid var(--wdb-line);
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
}

.wdb-booking-card__label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wdb-muted);
  margin: 0 0 0.3rem;
}

.wdb-booking-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.wdb-price-val {
  font-family: var(--wdb-font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--wdb-ink);
}

.wdb-price-unit {
  font-size: 0.9rem;
  color: var(--wdb-muted);
}

.wdb-booking-card__sub {
  font-size: 0.75rem;
  color: var(--wdb-green);
  margin: 0.4rem 0 0;
  font-weight: 500;
}

.wdb-booking-card__action {
  margin-bottom: 1.5rem;
}

.wdb-price-comparison {
  background: var(--wdb-beige-50);
  border: 1px solid var(--wdb-line);
  border-radius: var(--wdb-radius-sm);
  padding: 1.2rem;
  margin-bottom: 1.2rem;
}

.wdb-price-comparison__header {
  margin-bottom: 1rem;
}

.wdb-tag-eco {
  display: inline-block;
  background: var(--wdb-green);
  color: #FFFFFF;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 2px 8px;
  border-radius: var(--wdb-radius-sm);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.wdb-price-comparison__title {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wdb-ink);
  margin: 0;
}

.wdb-price-comparison__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.6rem;
}

.wdb-compare-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.6rem;
  border-radius: var(--wdb-radius-sm);
  background: #FFFFFF;
  border: 1px solid rgba(238, 227, 217, 0.6);
  font-size: 0.78rem;
}

.wdb-compare-row--direct {
  background: var(--wdb-green-light);
  border-color: rgba(46, 184, 107, 0.25);
}

.wdb-compare-row__brand {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wdb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wdb-muted);
}

.wdb-dot--green {
  background: var(--wdb-green);
}

.wdb-compare-row__price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wdb-badge-best {
  font-size: 0.65rem;
  color: var(--wdb-green);
  background: #FFFFFF;
  padding: 1px 6px;
  border-radius: 999px;
  font-weight: 600;
}

.wdb-text-green {
  color: var(--wdb-green);
  font-size: 0.9rem;
}

.wdb-old-price {
  text-decoration: line-through;
  color: var(--wdb-muted);
  font-size: 0.75rem;
}

.wdb-platform-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--wdb-slate);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 2px 6px;
  border: 1px solid var(--wdb-line);
  border-radius: 2px;
  transition: var(--wdb-transition);
}

.wdb-platform-link:hover {
  background: var(--wdb-slate);
  color: #FFFFFF;
  border-color: var(--wdb-slate);
}

.wdb-price-comparison__footer-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  color: var(--wdb-muted);
  margin: 0;
  line-height: 1.4;
}

/* ── 9. PORTFOLIO PAGINÉ (6 PHOTOS PAR PAGE SUR DESKTOP) ─────────── */
.wdb-portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .wdb-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .wdb-portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wdb-portfolio-item {
  border-radius: var(--wdb-radius-sm);
  overflow: hidden;
  box-shadow: var(--wdb-shadow-card);
  aspect-ratio: 4 / 3;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.wdb-portfolio-item.is-hidden {
  display: none !important;
}

.wdb-portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.wdb-portfolio-item:hover img {
  transform: scale(1.06);
}

.wdb-text-center {
  text-align: center;
}

.wdb-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 1rem 0;
}

.wdb-separator__line {
  width: 45px;
  height: 1px;
  background: var(--wdb-clay);
}

.wdb-separator__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wdb-clay);
}

/* Pagination du portfolio */
.wdb-portfolio-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2.2rem;
  flex-wrap: wrap;
}

.wdb-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: var(--wdb-radius-sm);
  border: 1px solid var(--wdb-line);
  background: #FFFFFF;
  color: var(--wdb-body);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--wdb-transition);
}

.wdb-page-btn:hover:not(:disabled) {
  background: var(--wdb-beige-100);
  border-color: var(--wdb-clay);
  color: var(--wdb-ink);
}

.wdb-page-btn.is-active {
  background: var(--wdb-clay);
  border-color: var(--wdb-clay);
  color: #FFFFFF;
  font-weight: 600;
}

.wdb-page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* ── 10. RESPONSIVE MOBILE ───────────────────────────────────────── */
@media (max-width: 768px) {
  .wdb-hide-mobile {
    display: none !important;
  }

  .wdb-hero__title {
    font-size: 1.9rem;
  }

  .wdb-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wdb-btn--hero {
    width: 100%;
  }

  .wdb-slider {
    aspect-ratio: 4 / 3;
  }

  .wdb-thumbnail {
    flex: 0 0 80px;
    height: 56px;
  }

  .wdb-framed-body {
    padding-inline: 10px;
    margin-top: 15px;
  }

  .wdb-framed-card {
    padding: 18px 14px;
  }
}